text
stringlengths
0
13M
From [email protected] Tue Nov 03 05:15:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82538 invoked from network); 3 Nov 2009 05:15:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Nov 2009 05:15:22 -0000 Received: (qmail 52862 invoked by uid 500); 3 Nov 2009 05:15:22 -0000 Delivered-To: [email protected] Received: (qmail 52808 invoked by uid 500); 3 Nov 2009 05:15: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52799 invoked by uid 99); 3 Nov 2009 05:15:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 05:15:22 +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, 03 Nov 2009 05:15:19 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 64D3E234C052 for <[email protected]>; Mon, 2 Nov 2009 21:14:59 -0800 (PST) Message-ID: <245883920.1257225299398.JavaMail.jira@brutus> Date: Tue, 3 Nov 2009 05:14:59 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (RIVER-323) DynamicPolicyProvider - Concurrency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 DynamicPolicyProvider - Concurrency ----------------------------------- Key: RIVER-323 URL: https://issues.apache.org/jira/browse/RIVER-323 Project: River Issue Type: Improvement Components: net_jini_security Environment: All Reporter: Peter Firmstone Priority: Minor >From the river-dev mail list: I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. Any thoughts or experience with this issue? Gregg Wonderly -- 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 03 05:23:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85552 invoked from network); 3 Nov 2009 05:23:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Nov 2009 05:23:22 -0000 Received: (qmail 55518 invoked by uid 500); 3 Nov 2009 05:23:22 -0000 Delivered-To: [email protected] Received: (qmail 55466 invoked by uid 500); 3 Nov 2009 05:23: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55457 invoked by uid 99); 3 Nov 2009 05:23:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 05:23:22 +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, 03 Nov 2009 05:23:19 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 64101234C052 for <[email protected]>; Mon, 2 Nov 2009 21:22:59 -0800 (PST) Message-ID: <1165468527.1257225779394.JavaMail.jira@brutus> Date: Tue, 3 Nov 2009 05:22:59 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone updated RIVER-323: ---------------------------------- Attachment: ConcurrentPermissions_DynamicPolicyProvider.patch Note that adding concurrency has brought some lazy initialization bugs to the surface in existing Permission implementations. These might need some review. Try it, most tests are running. Note that this depends on Java 5 Language features. Would anyone have any objections to making AR2 a Java 5 Release? Retrotranslator needs some additional code before it can handle Serialization properly, so Java 1.4 support might be lagging. > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Priority: Minor > Attachments: ConcurrentPermissions_DynamicPolicyProvider.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 03 05:29:25 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86189 invoked from network); 3 Nov 2009 05:29:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Nov 2009 05:29:25 -0000 Received: (qmail 56333 invoked by uid 500); 3 Nov 2009 05:29:25 -0000 Delivered-To: [email protected] Received: (qmail 56276 invoked by uid 500); 3 Nov 2009 05: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]> List-Id: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56267 invoked by uid 99); 3 Nov 2009 05:29:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 05:29: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 05:29:20 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6A9CD234C4A7 for <[email protected]>; Mon, 2 Nov 2009 21:28:59 -0800 (PST) Message-ID: <1629392546.1257226139435.JavaMail.jira@brutus> Date: Tue, 3 Nov 2009 05:28:59 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12772= 881#action_12772881 ]=20 Peter Firmstone commented on RIVER-323: --------------------------------------- Time is Tue Nov 03 13:36:10 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/grantPermission/policyProviderGrantAll.policy -cp /opt/src/Apac= heRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jini= tests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRi= ver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.= jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -D= com.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harn= ess.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.su= n.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar= -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.= runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/ApacheR= iver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider/secu= rityprovider.properties -Djava.util.logging.config.file=3D/opt/src/ApacheRi= ver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jini.tes= t.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082 -Dco= m.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/qa/lib= /jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext.dirs= =3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt/s= rc/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com.sun.= jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/grantPermi= ssion/GrantPermissionTestCase01.td=20 TIME: 13:36:12 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 3/11/2009 13:36:12 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException:=20 GrantPermission(java.io.FilePermission "foo", "read"; java.io.FilePermissio= n "foo", "write";).implies(GrantPermission(java.io.FilePermission "foo", "r= ead,write";)) returned: false expected: true at com.sun.jini.test.spec.policyprovider.grantPermission.GrantPermi= ssionTestCase01.checkImplies(Unknown Source) at com.sun.jini.test.spec.policyprovider.grantPermission.GrantPermi= ssionTestCase01.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 3/11/2009 13:36:12 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 3/11/2009 13:36:12 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 13:36:13 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/grantPermission/GrantPermissionTestCa= se01.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:=20 GrantPermission(java.io.FilePermission "foo", "read"; java.io.FilePermissio= n "foo", "write";).implies(GrantPermission(java.io.FilePermission "foo", "r= ead,write";)) returned: false expected: true Here's what I believe to be the offending code, unprotected state and lazy = initilization within GrantPermission.java: public boolean implies(Permission permission) { =09if (!(permission instanceof GrantPermission)) { =09 return false; =09} =09// perm -> perm implies infrequent, so construct implier lazily =09if (implier =3D=3D null) { =09 Implier imp =3D new Implier(); =09 imp.add(this); =09 implier =3D imp; =09} =09return implier.implies(permission); } Will get back later after fixing. > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Priority: Minor > Attachments: ConcurrentPermissions_DynamicPolicyProvider.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients= running simultaneously, and I see in some stack traces that there are sync= hronization points in DynamicPolicyProvider.implies() that seem to be heavi= ly contended. We probably need to revisit this class and rewrite it to use= copy on write mutation so that reads (the majority of activity) are comple= tely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly --=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] Wed Nov 04 12:23:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10838 invoked from network); 4 Nov 2009 12:23:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Nov 2009 12:23:55 -0000 Received: (qmail 13290 invoked by uid 500); 4 Nov 2009 12:23:55 -0000 Delivered-To: [email protected] Received: (qmail 13237 invoked by uid 500); 4 Nov 2009 12: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]> List-Id: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13121 invoked by uid 99); 4 Nov 2009 12:23:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 12:23:55 +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, 04 Nov 2009 12:23:52 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 774C3234C052 for <[email protected]>; Wed, 4 Nov 2009 04:23:32 -0800 (PST) Message-ID: <436431478.1257337412487.JavaMail.jira@brutus> Date: Wed, 4 Nov 2009 12:23:32 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773464#action_12773464 ] Peter Firmstone commented on RIVER-323: --------------------------------------- Wait for my Version 2 patch, this patch has a bug with the Enumeration returned by ConcurrentPermissions.elements() > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Priority: Minor > Attachments: ConcurrentPermissions_DynamicPolicyProvider.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 04 13:32:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32451 invoked from network); 4 Nov 2009 13:32:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Nov 2009 13:32:14 -0000 Received: (qmail 14420 invoked by uid 500); 4 Nov 2009 13:32:14 -0000 Delivered-To: [email protected] Received: (qmail 14368 invoked by uid 500); 4 Nov 2009 13:32: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14354 invoked by uid 99); 4 Nov 2009 13:32:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 13:32:13 +0000 X-ASF-Spam-Status: No, hits=-1998.0 required=10.0 tests=ALL_TRUSTED,URI_NOVOWEL,WEIRD_PORT 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, 04 Nov 2009 13:31:56 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8BAE0234C052 for <[email protected]>; Wed, 4 Nov 2009 05:31:33 -0800 (PST) Message-ID: <1565982513.1257341493570.JavaMail.jira@brutus> Date: Wed, 4 Nov 2009 13:31:33 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12773= 477#action_12773477 ]=20 Peter Firmstone commented on RIVER-323: --------------------------------------- Latest Patch, Version 2 causes several bugs will upload shortly qa.run: run-categories: ----------------------------------------- CONFIGURATION FILE: /opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qaHarness.= prop ----------------------------------------- SETTING UP THE TEST LIST: Adding test: com/sun/jini/test/spec/id/referentuuids/CompareMethodTest.t= d Adding test: com/sun/jini/test/spec/id/uuid/ConstructorAccessorTest.td Adding test: com/sun/jini/test/spec/id/uuid/ObjectMethodsTest.td Adding test: com/sun/jini/test/spec/id/uuid/WriteTest.td Adding test: com/sun/jini/test/spec/id/uuidfactory/CreateGenerateTest.td Adding test: com/sun/jini/test/spec/id/uuidfactory/ReadTest.td Adding test: com/sun/jini/test/spec/loader/downloadPermission/Constructo= r.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/Con= structor.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/Con= structorNoDlPerm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/Get= ClassAnnotation.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/Get= ClassAnnotationNoDlPerm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/Get= Permissions.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/Get= PermissionsNoDlPerm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/Get= PermissionsSecurityException.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/Get= Resources.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/Get= ResourcesNoDlPerm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsP= referredClass.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsP= referredClassNoDlPerm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsP= referredResource.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsP= referredResourceIOException.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsP= referredResourceIOExceptionNoDlPerm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsP= referredResourceNoDlPerm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/Loa= dClasses.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/Loa= dClassesNoDlPerm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/New= Instance.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassLoader/New= InstanceNoDlPerm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassAnnotationFile.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassAnnotationFileCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassAnnotationFileDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassAnnotationFileDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassAnnotationHttp.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassAnnotationHttpCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassAnnotationHttpDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassAnnotationHttpDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderFile.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderFileCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderFileDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderFileDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderHttp.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderHttpCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderHttpDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderHttpDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderMalformedURL.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderMalformedURLCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderMalformedURLDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderMalformedURLDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderMalformedURLDlpermNullCodebase.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderMalformedURLNullCodebase.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionFile.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionFileCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionFileDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionFileDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionHttp.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionHttpCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionHttpDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionHttpDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionHttpDlpermNoConnect.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionHttpDlpermNoConnectCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionHttpNoConnect.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/G= etClassLoaderSecurityExceptionHttpNoConnectCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesClassNotFoundFile.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesClassNotFoundFileCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesClassNotFoundFileDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesClassNotFoundFileDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesClassNotFoundHttp.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesClassNotFoundHttpCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesClassNotFoundHttpDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesClassNotFoundHttpDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesFile.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesFileCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesFileDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesFileDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesHttp.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesHttpCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesHttpDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesHttpDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesMalformedURL.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesMalformedURLCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesMalformedURLDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesMalformedURLDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesMalformedURLDlpermNullCodebase.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesMalformedURLDlpermSimpleann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesMalformedURLNullCodebase.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesMalformedURLSimpleann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesSecurityExceptionFile.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesSecurityExceptionFileCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesSecurityExceptionHttp.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadClassesSecurityExceptionHttpCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesClassNotFoundFile.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesClassNotFoundFileCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesClassNotFoundFileDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesClassNotFoundFileDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesClassNotFoundHttp.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesClassNotFoundHttpCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesClassNotFoundHttpDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesClassNotFoundHttpDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesFile.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesFileCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesFileDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesFileDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesHttp.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesHttpCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesHttpDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesHttpDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesMalformedURL.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesMalformedURLCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesMalformedURLCannNullCodebase.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesMalformedURLDlperm.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesMalformedURLDlpermCann.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesMalformedURLDlpermCannNullCodebase.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesMalformedURLDlpermNullCodebase.td Adding test: com/sun/jini/test/spec/loader/pref/preferredClassProvider/L= oadProxyClassesMalformedURLNullCodebase.td Adding test: com/sun/jini/test/spec/loader/pref/requireDlPermProvider/Lo= adClassesFile.td Adding test: com/sun/jini/test/spec/loader/pref/requireDlPermProvider/Lo= adClassesHttp.td Adding test: com/sun/jini/test/spec/loader/pref/requireDlPermProvider/Lo= adClassesSecurityExceptionFile.td Adding test: com/sun/jini/test/spec/loader/pref/requireDlPermProvider/Lo= adClassesSecurityExceptionHttp.td Adding test: com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider= /GetGrantsNoPrincipal.td Adding test: com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider= /GrantNoPrincipalCase01.td Adding test: com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider= /GrantNoPrincipalCase02.td Adding test: com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider= /GrantPrincipal.td Adding test: com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider= /GrantPrincipalSame.td Adding test: com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider= /NullCases.td Adding test: com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider= /PolicyInitializationExceptionTest.td Adding test: com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider= /RefreshNoPrincipal.td Adding test: com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider= /SecurityExceptionConstructorNoAccessClass.td Adding test: com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider= /SecurityExceptionConstructorNoGetProperty.td Adding test: com/sun/jini/test/spec/policyprovider/grantPermission/Grant= PermissionTest.td Adding test: com/sun/jini/test/spec/policyprovider/grantPermission/Grant= PermissionTestCase01.td Adding test: com/sun/jini/test/spec/policyprovider/policyFileProvider/Ba= sicGrants.td Adding test: com/sun/jini/test/spec/policyprovider/policyFileProvider/Nu= llCases.td Adding test: com/sun/jini/test/spec/policyprovider/policyFileProvider/Nu= llPolicy.td Adding test: com/sun/jini/test/spec/policyprovider/policyFileProvider/Po= licyInitializationExceptionTest.td Adding test: com/sun/jini/test/spec/policyprovider/policyFileProvider/Se= curityExceptionConstructorNoAccessClass.td Adding test: com/sun/jini/test/spec/policyprovider/policyFileProvider/Se= curityExceptionConstructorNoGetProperty.td Adding test: com/sun/jini/test/spec/policyprovider/policyFileProvider/Um= brellaGrants.td Adding test: com/sun/jini/test/impl/locatordiscovery/AddDiscoveryListene= rAfterTerminate.td Adding test: com/sun/jini/test/impl/locatordiscovery/AddLocatorsAfterTer= minate.td Adding test: com/sun/jini/test/impl/locatordiscovery/DelayDiscoveryAfter= Discard.td Adding test: com/sun/jini/test/impl/locatordiscovery/DiscardAfterTermina= te.td Adding test: com/sun/jini/test/impl/locatordiscovery/GetDiscoveredLocato= rsAfterTerminate.td Adding test: com/sun/jini/test/impl/locatordiscovery/GetLocatorsAfterTer= minate.td Adding test: com/sun/jini/test/impl/locatordiscovery/GetRegistrarsAfterT= erminate.td Adding test: com/sun/jini/test/impl/locatordiscovery/GetUndiscoveredLoca= torsAfterTerminate.td Adding test: com/sun/jini/test/impl/locatordiscovery/RemoveDiscoveryList= enerAfterTerminate.td Adding test: com/sun/jini/test/impl/locatordiscovery/RemoveLocatorsAfter= Terminate.td Adding test: com/sun/jini/test/impl/locatordiscovery/SetLocatorsAfterTer= minate.td Adding test: com/sun/jini/test/impl/locatordiscovery/UnicastDelay.td Adding test: com/sun/jini/test/spec/locatordiscovery/AddDiscoveryListene= rNull.td Adding test: com/sun/jini/test/spec/locatordiscovery/AddLocators.td Adding test: com/sun/jini/test/spec/locatordiscovery/AddLocatorsDups.td Adding test: com/sun/jini/test/spec/locatordiscovery/AddLocatorsEmpty.td Adding test: com/sun/jini/test/spec/locatordiscovery/AddLocatorsNull.td Adding test: com/sun/jini/test/spec/locatordiscovery/AddLocatorsNullElem= ent.td Adding test: com/sun/jini/test/spec/locatordiscovery/AddNewDiscoveryChan= geListener.td Adding test: com/sun/jini/test/spec/locatordiscovery/AddNewDiscoveryList= ener.td Adding test: com/sun/jini/test/spec/locatordiscovery/ConstructorDups.td Adding test: com/sun/jini/test/spec/locatordiscovery/ConstructorNullElem= ent.td Adding test: com/sun/jini/test/spec/locatordiscovery/DiscardDNE.td Adding test: com/sun/jini/test/spec/locatordiscovery/DiscardNull.td Adding test: com/sun/jini/test/spec/locatordiscovery/DiscardUnreachable.= td Adding test: com/sun/jini/test/spec/locatordiscovery/Discovered.td Adding test: com/sun/jini/test/spec/locatordiscovery/DiscoveredDelay.td Adding test: com/sun/jini/test/spec/locatordiscovery/DiscoveredStagger.t= d Adding test: com/sun/jini/test/spec/locatordiscovery/DiscoveryBeginsOnAd= dLocsAfterEmpty.td Adding test: com/sun/jini/test/spec/locatordiscovery/DiscoveryBeginsOnAd= dLocsAfterNull.td Adding test: com/sun/jini/test/spec/locatordiscovery/DiscoveryBeginsOnSe= tLocsAfterEmpty.td Adding test: com/sun/jini/test/spec/locatordiscovery/DiscoveryBeginsOnSe= tLocsAfterNull.td Adding test: com/sun/jini/test/spec/locatordiscovery/DiscoveryEndsOnTerm= inate.td Adding test: com/sun/jini/test/spec/locatordiscovery/Equality.td Adding test: com/sun/jini/test/spec/locatordiscovery/GetDiscoveredLocato= rs.td Adding test: com/sun/jini/test/spec/locatordiscovery/GetDiscoveredLocato= rsEmpty.td Adding test: com/sun/jini/test/spec/locatordiscovery/GetDiscoveredLocato= rsNew.td Adding test: com/sun/jini/test/spec/locatordiscovery/GetLocators.td Adding test: com/sun/jini/test/spec/locatordiscovery/GetLocatorsEmpty.td Adding test: com/sun/jini/test/spec/locatordiscovery/GetLocatorsNew.td Adding test: com/sun/jini/test/spec/locatordiscovery/GetRegistrars.td Adding test: com/sun/jini/test/spec/locatordiscovery/GetRegistrarsNew.td Adding test: com/sun/jini/test/spec/locatordiscovery/GetUndiscoveredLoca= tors.td Adding test: com/sun/jini/test/spec/locatordiscovery/GetUndiscoveredLoca= torsEmpty.td Adding test: com/sun/jini/test/spec/locatordiscovery/GetUndiscoveredLoca= torsNew.td Adding test: com/sun/jini/test/spec/locatordiscovery/RemoveDiscoveryList= ener.td Adding test: com/sun/jini/test/spec/locatordiscovery/RemoveDiscoveryList= enerDNE.td Adding test: com/sun/jini/test/spec/locatordiscovery/RemoveLocatorsAll.t= d Adding test: com/sun/jini/test/spec/locatordiscovery/RemoveLocatorsDups.= td Adding test: com/sun/jini/test/spec/locatordiscovery/RemoveLocatorsEmpty= .td Adding test: com/sun/jini/test/spec/locatordiscovery/RemoveLocatorsNull.= td Adding test: com/sun/jini/test/spec/locatordiscovery/RemoveLocatorsNullE= lement.td Adding test: com/sun/jini/test/spec/locatordiscovery/RemoveLocatorsSome.= td Adding test: com/sun/jini/test/spec/locatordiscovery/SetLocatorsDups.td Adding test: com/sun/jini/test/spec/locatordiscovery/SetLocatorsEmpty.td Adding test: com/sun/jini/test/spec/locatordiscovery/SetLocatorsNull.td Adding test: com/sun/jini/test/spec/locatordiscovery/SetLocatorsNullElem= ent.td Adding test: com/sun/jini/test/spec/locatordiscovery/SetLocatorsReplaceA= ll.td Adding test: com/sun/jini/test/spec/locatordiscovery/SetLocatorsReplaceS= ome.td Adding test: com/sun/jini/test/spec/activation/activatableinvocationhand= ler/CheckTrustEquivalence_Test.td Adding test: com/sun/jini/test/spec/activation/activatableinvocationhand= ler/CheckTrustEquivalence_UntrustedAIDTest.td Adding test: com/sun/jini/test/spec/activation/activatableinvocationhand= ler/Constructor_AccessorTest.td Adding test: com/sun/jini/test/spec/activation/activatableinvocationhand= ler/GetActivationID_CallTest.td Adding test: com/sun/jini/test/spec/activation/activatableinvocationhand= ler/GetCurrentProxy_CallTest.td Adding test: com/sun/jini/test/spec/activation/activatableinvocationhand= ler/Invoke_MethodsNoActivationTest.td Adding test: com/sun/jini/test/spec/activation/activatableinvocationhand= ler/Invoke_MethodsWithActivationTest.td Adding test: com/sun/jini/test/spec/activation/activatableinvocationhand= ler/Invoke_ObjectMethodsTest.td Adding test: com/sun/jini/test/spec/activation/activatableinvocationhand= ler/Invoke_WithExceptionNoActivationTest.td Adding test: com/sun/jini/test/spec/activation/activatableinvocationhand= ler/Invoke_WithExceptionWithActivationTest.td Adding test: com/sun/jini/test/spec/activation/activationexporter/Constr= uctor_AccessorTest.td Adding test: com/sun/jini/test/spec/activation/activationexporter/Export= _CallTest.td Adding test: com/sun/jini/test/spec/activation/activationexporter/Export= _ExceptionTest.td Adding test: com/sun/jini/test/spec/activation/activationexporter/Unexpo= rt_CallTest.td Adding test: com/sun/jini/test/spec/activation/activationexporter/Unexpo= rt_ExceptionTest.td Adding test: com/sun/jini/test/spec/activation/activationgroup/Construct= or_AccessorTest.td Adding test: com/sun/jini/test/spec/activation/activationgroup/CreateGro= up_ExceptionTest.td Adding test: com/sun/jini/test/spec/activation/activationgroup/CreateGro= up_Test.td Adding test: com/sun/jini/test/spec/activation/activationgroup/Inactivat= e_Test.td Adding test: com/sun/jini/test/spec/config/abstractconfiguration/Constru= ctor_Test.td Adding test: com/sun/jini/test/spec/config/abstractconfiguration/GetEntr= y_Test.td Adding test: com/sun/jini/test/spec/config/abstractconfiguration/ValidId= entifier_Test.td Adding test: com/sun/jini/test/spec/config/abstractconfiguration/ValidQu= alifiedIdentifier_Test.td Adding test: com/sun/jini/test/spec/config/abstractconfiguration/primiti= ve/Constructor_Test.td Adding test: com/sun/jini/test/spec/config/abstractconfiguration/primiti= ve/Methods_Test.td Adding test: com/sun/jini/test/spec/config/configurationexception/Constr= uctor_Test.td Adding test: com/sun/jini/test/spec/config/configurationexception/ToStri= ng_Test.td Adding test: com/sun/jini/test/spec/config/configurationfile/Constructor= _Test.td Adding test: com/sun/jini/test/spec/config/configurationfile/GetEntryInt= ernal_Test.td Adding test: com/sun/jini/test/spec/config/configurationfile/GetEntryNam= es_Test.td Adding test: com/sun/jini/test/spec/config/configurationfile/GetEntryTyp= e_Test.td Adding test: com/sun/jini/test/spec/config/configurationfile/GetSpecialE= ntryType_Test.td Adding test: com/sun/jini/test/spec/config/configurationfile/GetSpecialE= ntry_Test.td Adding test: com/sun/jini/test/spec/config/configurationfile/Subclass_Te= st.td Adding test: com/sun/jini/test/spec/config/configurationfile/Syntax_Test= .td Adding test: com/sun/jini/test/spec/config/configurationfile/ToString_Te= st.td Adding test: com/sun/jini/test/spec/config/configurationnotfoundexceptio= n/Constructor_Test.td Adding test: com/sun/jini/test/spec/config/configurationprovider/GetInst= ance_ClassLoaderDenyTest.td Adding test: com/sun/jini/test/spec/config/configurationprovider/GetInst= ance_ClassLoaderTest.td Adding test: com/sun/jini/test/spec/config/configurationprovider/GetInst= ance_Test.td Adding test: com/sun/jini/test/spec/config/emptyconfiguration/GetEntryIn= ternal_Test.td Adding test: com/sun/jini/test/spec/config/nosuchentryexception/Construc= tor_Test.td Adding test: com/sun/jini/test/impl/discoverymanager/RemoveGroupsLocsDis= card.td Adding test: com/sun/jini/test/spec/discoverymanager/AddNewDiscoveryChan= geListener.td Adding test: com/sun/jini/test/spec/discoverymanager/AddNewDiscoveryList= ener.td Adding test: com/sun/jini/test/spec/discoverymanager/DiscardUnreachable.= td Adding test: com/sun/jini/test/spec/discoverymanager/Discovered.td Adding test: com/sun/jini/test/spec/discoverymanager/DiscoveredAll.td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsAddNewDiscove= ryChangeListener.td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsAddNewDiscove= ryListener.td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsDiscardUnreac= hable.td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsDiscovered.td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsDiscoveredAll= .td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsMulticastMoni= torChange.td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsMulticastMoni= torReplace.td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsMulticastMoni= torReplaceAll.td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsMulticastMoni= torReplaceNone.td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsMulticastMoni= torStop.td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsMulticastMoni= torTerminate.td Adding test: com/sun/jini/test/spec/discoverymanager/GroupsSetGroupsRepl= aceAll.td Adding test: com/sun/jini/test/spec/discoverymanager/LocsAddNewDiscovery= ChangeListener.td Adding test: com/sun/jini/test/spec/discoverymanager/LocsAddNewDiscovery= Listener.td Adding test: com/sun/jini/test/spec/discoverymanager/LocsDiscardUnreacha= ble.td Adding test: com/sun/jini/test/spec/discoverymanager/LocsDiscovered.td Adding test: com/sun/jini/test/spec/discoverymanager/LocsDiscoveredAll.t= d Adding test: com/sun/jini/test/spec/discoverymanager/LocsMulticastMonito= rChange.td Adding test: com/sun/jini/test/spec/discoverymanager/LocsMulticastMonito= rReplace.td Adding test: com/sun/jini/test/spec/discoverymanager/LocsMulticastMonito= rReplaceAll.td Adding test: com/sun/jini/test/spec/discoverymanager/LocsMulticastMonito= rReplaceNone.td Adding test: com/sun/jini/test/spec/discoverymanager/LocsMulticastMonito= rStop.td Adding test: com/sun/jini/test/spec/discoverymanager/LocsMulticastMonito= rTerminate.td Adding test: com/sun/jini/test/spec/discoverymanager/LocsSetGroupsReplac= eAll.td Adding test: com/sun/jini/test/spec/discoverymanager/MulticastMonitorCha= nge.td Adding test: com/sun/jini/test/spec/discoverymanager/MulticastMonitorRep= lace.td Adding test: com/sun/jini/test/spec/discoverymanager/MulticastMonitorRep= laceAll.td Adding test: com/sun/jini/test/spec/discoverymanager/MulticastMonitorRep= laceNone.td Adding test: com/sun/jini/test/spec/discoverymanager/MulticastMonitorSto= p.td Adding test: com/sun/jini/test/spec/discoverymanager/MulticastMonitorTer= minate.td Adding test: com/sun/jini/test/spec/discoverymanager/RemoveGroupsAll.td Adding test: com/sun/jini/test/spec/discoverymanager/RemoveGroupsSome.td Adding test: com/sun/jini/test/spec/discoverymanager/SetGroupsReplaceAll= .td Adding test: com/sun/jini/test/spec/discoverymanager/SetGroupsReplaceSom= e.td Adding test: com/sun/jini/test/impl/joinmanager/AddAttributesRace.td Adding test: com/sun/jini/test/impl/joinmanager/LeaseRenewDurRFE.td Adding test: com/sun/jini/test/impl/joinmanager/RaceAttrsVsTerminateISE.= td Adding test: com/sun/jini/test/impl/joinmanager/RaceAttrsVsTerminateULE.= td Adding test: com/sun/jini/test/impl/joinmanager/SetAddAttributesOrder.td Adding test: com/sun/jini/test/impl/joinmanager/TerminateSemantics.td Adding test: com/sun/jini/test/impl/joinmanager/ZRegisterStorm.td Adding test: com/sun/jini/test/spec/joinmanager/AddAttributes.td Adding test: com/sun/jini/test/spec/joinmanager/AddAttributesDup.td Adding test: com/sun/jini/test/spec/joinmanager/AddAttributesNullElement= .td Adding test: com/sun/jini/test/spec/joinmanager/AddAttributesNullSet.td Adding test: com/sun/jini/test/spec/joinmanager/AddAttributesProp.td Adding test: com/sun/jini/test/spec/joinmanager/AddAttributesPropNew.td Adding test: com/sun/jini/test/spec/joinmanager/AddAttributesServiceCont= rolled.td Adding test: com/sun/jini/test/spec/joinmanager/Equality.td Adding test: com/sun/jini/test/spec/joinmanager/GetAttributes.td Adding test: com/sun/jini/test/spec/joinmanager/GetAttributesNew.td Adding test: com/sun/jini/test/spec/joinmanager/GetDiscoveryManager.td Adding test: com/sun/jini/test/spec/joinmanager/GetJoinSetCallback.td Adding test: com/sun/jini/test/spec/joinmanager/GetJoinSetCallbackNew.td Adding test: com/sun/jini/test/spec/joinmanager/GetJoinSetServiceID.td Adding test: com/sun/jini/test/spec/joinmanager/GetJoinSetServiceIDNew.t= d Adding test: com/sun/jini/test/spec/joinmanager/GetLeaseRenewalManager.t= d Adding test: com/sun/jini/test/spec/joinmanager/LDMNullPublicGroup.td Adding test: com/sun/jini/test/spec/joinmanager/ModifyAttributes.td Adding test: com/sun/jini/test/spec/joinmanager/ModifyAttributesAllToOne= .td Adding test: com/sun/jini/test/spec/joinmanager/ModifyAttributesClassMis= match.td Adding test: com/sun/jini/test/spec/joinmanager/ModifyAttributesDeleteAl= l.td Adding test: com/sun/jini/test/spec/joinmanager/ModifyAttributesDeleteOn= e.td Adding test: com/sun/jini/test/spec/joinmanager/ModifyAttributesDup.td Adding test: com/sun/jini/test/spec/joinmanager/ModifyAttributesLengthMi= smatch.td Adding test: com/sun/jini/test/spec/joinmanager/ModifyAttributesOne.td Adding test: com/sun/jini/test/spec/joinmanager/ModifyAttributesProp.td Adding test: com/sun/jini/test/spec/joinmanager/ModifyAttributesPropNew.= td Adding test: com/sun/jini/test/spec/joinmanager/ModifyAttributesServiceC= ontrolled.td Adding test: com/sun/jini/test/spec/joinmanager/Register.td Adding test: com/sun/jini/test/spec/joinmanager/RegisterAttributes.td Adding test: com/sun/jini/test/spec/joinmanager/RegisterProp.td Adding test: com/sun/jini/test/spec/joinmanager/ServiceIDNotify.td Adding test: com/sun/jini/test/spec/joinmanager/SetAttributes.td Adding test: com/sun/jini/test/spec/joinmanager/SetAttributesDup.td Adding test: com/sun/jini/test/spec/joinmanager/SetAttributesNullElement= .td Adding test: com/sun/jini/test/spec/joinmanager/SetAttributesNullSet.td Adding test: com/sun/jini/test/spec/joinmanager/SetAttributesProp.td Adding test: com/sun/jini/test/spec/joinmanager/SetAttributesPropNew.td Adding test: com/sun/jini/test/spec/joinmanager/TerminateDiscovery.td Adding test: com/sun/jini/test/spec/joinmanager/TerminateLeases.td Adding test: com/sun/jini/test/spec/url/file/integrity/ProvidesIntegrity= .td Adding test: com/sun/jini/test/spec/url/httpmd/handler/Equals.td Adding test: com/sun/jini/test/spec/url/httpmd/handler/GetDefaultPort.td Adding test: com/sun/jini/test/spec/url/httpmd/handler/HashCode.td Adding test: com/sun/jini/test/spec/url/httpmd/handler/OpenConnectionNon= ExistFile.td Adding test: com/sun/jini/test/spec/url/httpmd/handler/OpenConnectionVal= idURL.td Adding test: com/sun/jini/test/spec/url/httpmd/handler/ParseURL.td Adding test: com/sun/jini/test/spec/url/httpmd/handler/SameFile.td Adding test: com/sun/jini/test/spec/url/httpmd/httpmdutil/ComputeDigest.= td Adding test: com/sun/jini/test/spec/url/httpmd/httpmdutil/ComputeDigest2= Urls.td Adding test: com/sun/jini/test/spec/url/httpmd/httpmdutil/ComputeDigestC= odebase.td Adding test: com/sun/jini/test/spec/url/httpmd/integrity/ProvidesIntegri= ty.td Adding test: com/sun/jini/test/spec/url/httpmd/wrongmdexc/Constructor.td Adding test: com/sun/jini/test/spec/url/httpmd/wrongmdexc/WrongMDExcepti= on.td Adding test: com/sun/jini/test/spec/url/httpmd/wrongmdexc/WrongMDExcepti= onHandler.td Adding test: com/sun/jini/test/spec/url/https/integrity/ProvidesIntegrit= y.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_BehaviorTes= t.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_BehaviorTes= t1.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_BehaviorTes= t2.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_ExportExcep= tionTest.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_ExportExcep= tionTest1.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_ExportExcep= tionTest2.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_IllegalStat= eExceptionTest.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_IllegalStat= eExceptionTest1.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_IllegalStat= eExceptionTest2.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_NullPointer= ExceptionTest.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_NullPointer= ExceptionTest1.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Export_NullPointer= ExceptionTest2.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/InvocationTest.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/InvocationTest1.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/InvocationTest2.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Unexport_BehaviorT= est.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Unexport_BehaviorT= est1.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Unexport_BehaviorT= est2.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Unexport_IllegalSt= ateExceptionTest.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Unexport_IllegalSt= ateExceptionTest1.td Adding test: com/sun/jini/test/spec/iiop/iiopexporter/Unexport_IllegalSt= ateExceptionTest2.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Constructor_NullPo= interExceptionTest.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Constructor_NullPo= interExceptionTest1.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_ExportExcep= tionTest.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_ExportExcep= tionTest1.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_ExportExcep= tionTest2.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_ExportExcep= tionTest3.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_ExportExcep= tionTest4.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_IllegalStat= eExceptionTest.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_IllegalStat= eExceptionTest1.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_IllegalStat= eExceptionTest2.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_IllegalStat= eExceptionTest3.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_IllegalStat= eExceptionTest4.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_NullPointer= ExceptionTest.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_NullPointer= ExceptionTest1.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_NullPointer= ExceptionTest2.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_NullPointer= ExceptionTest3.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Export_NullPointer= ExceptionTest4.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetActivationID_Be= haviorTest.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetActivationID_Be= haviorTest1.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetActivationID_Be= haviorTest2.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetActivationID_Be= haviorTest3.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetActivationID_Be= haviorTest4.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetClientSocketFac= tory_BehaviorTest.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetClientSocketFac= tory_BehaviorTest1.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetClientSocketFac= tory_BehaviorTest2.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetClientSocketFac= tory_BehaviorTest3.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetClientSocketFac= tory_BehaviorTest4.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetPort_BehaviorTe= st.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetPort_BehaviorTe= st1.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetPort_BehaviorTe= st2.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetPort_BehaviorTe= st3.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetPort_BehaviorTe= st4.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetServerSocketFac= tory_BehaviorTest.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetServerSocketFac= tory_BehaviorTest1.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetServerSocketFac= tory_BehaviorTest2.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetServerSocketFac= tory_BehaviorTest3.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/GetServerSocketFac= tory_BehaviorTest4.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_BehaviorT= est.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_BehaviorT= est1.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_BehaviorT= est2.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_BehaviorT= est3.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_BehaviorT= est4.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_IllegalSt= ateExceptionTest.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_IllegalSt= ateExceptionTest1.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_IllegalSt= ateExceptionTest2.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_IllegalSt= ateExceptionTest3.td Adding test: com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_IllegalSt= ateExceptionTest4.td Adding test: com/sun/jini/test/spec/jrmp/jrmpservercontext/GetServerCont= ext_Test.td Adding test: com/sun/jini/test/spec/jrmp/jrmpservercontext/GetServerCont= ext_Test1.td Adding test: com/sun/jini/test/spec/jrmp/jrmpservercontext/GetServerCont= ext_Test2.td Adding test: com/sun/jini/test/spec/jrmp/jrmpservercontext/GetServerCont= ext_Test3.td Adding test: com/sun/jini/test/spec/jrmp/jrmpservercontext/GetServerCont= ext_Test4.td Adding test: com/sun/jini/test/impl/reliability/TransportReliability.td Adding test: com/sun/jini/test/impl/thread/TaskManagerTaskExceptionTest.= td Adding test: com/sun/jini/test/impl/thread/WakeupManagerTaskExceptionTes= t.td ----------------------------------------- GENERAL HARNESS CONFIGURATION INFORMATION: Date started: Wed Nov 04 22:46:27 EST 2009 Installation directory of the JSK: com.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk Installation directory of the harness: com.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa Categories being tested: categories=3Did loader policyprovider locatordiscovery activation con= fig discoverymanager joinmanager url iiop jrmp reliability thread=20 ----------------------------------------- ENVIRONMENT PROPERTIES: JVM information: Java HotSpot(TM) Server VM, 10.0-b23, 32 bit VM mode Sun Microsystems Inc. OS information: SunOS, 5.10, sparc ----------------------------------------- STARTING TO RUN THE TESTS Running com/sun/jini/test/spec/id/referentuuids/CompareMethodTest.td Time is Wed Nov 04 22:46:27 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harnes= s.runkitserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiv= er/trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.con= fig.file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa= 1.logging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.su= n.jini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/= src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jin= itest.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr= /jdk/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/Apache= River/trunk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/sp= ec/id/referentuuids/CompareMethodTest.td=20 TIME: 22:46:30 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:46:31 Test process was destroyed and returned code 0 com/sun/jini/test/spec/id/referentuuids/CompareMethodTest.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/id/uuid/ConstructorAccessorTest.td Time is Wed Nov 04 22:46:36 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harnes= s.runkitserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiv= er/trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.con= fig.file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa= 1.logging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.su= n.jini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/= src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jin= itest.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr= /jdk/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/Apache= River/trunk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/sp= ec/id/uuid/ConstructorAccessorTest.td=20 TIME: 22:46:38 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:46:39 Test process was destroyed and returned code 0 com/sun/jini/test/spec/id/uuid/ConstructorAccessorTest.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/id/uuid/ObjectMethodsTest.td Time is Wed Nov 04 22:46:44 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harnes= s.runkitserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiv= er/trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.con= fig.file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa= 1.logging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.su= n.jini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/= src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jin= itest.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr= /jdk/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/Apache= River/trunk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/sp= ec/id/uuid/ObjectMethodsTest.td=20 TIME: 22:46:46 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:46:47 Test process was destroyed and returned code 0 com/sun/jini/test/spec/id/uuid/ObjectMethodsTest.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/id/uuid/WriteTest.td Time is Wed Nov 04 22:46:52 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harnes= s.runkitserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiv= er/trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.con= fig.file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa= 1.logging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.su= n.jini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/= src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jin= itest.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr= /jdk/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/Apache= River/trunk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/sp= ec/id/uuid/WriteTest.td=20 TIME: 22:46:54 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:46:55 Test process was destroyed and returned code 0 com/sun/jini/test/spec/id/uuid/WriteTest.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/id/uuidfactory/CreateGenerateTest.td Time is Wed Nov 04 22:47:00 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harnes= s.runkitserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiv= er/trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.con= fig.file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa= 1.logging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.su= n.jini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/= src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jin= itest.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr= /jdk/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/Apache= River/trunk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/sp= ec/id/uuidfactory/CreateGenerateTest.td=20 TIME: 22:47:02 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:47:03 Test process was destroyed and returned code 0 com/sun/jini/test/spec/id/uuidfactory/CreateGenerateTest.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/id/uuidfactory/ReadTest.td Time is Wed Nov 04 22:47:08 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harnes= s.runkitserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiv= er/trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.con= fig.file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa= 1.logging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.su= n.jini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/= src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jin= itest.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr= /jdk/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/Apache= River/trunk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/sp= ec/id/uuidfactory/ReadTest.td=20 TIME: 22:47:10 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:47:11 Test process was destroyed and returned code 0 com/sun/jini/test/spec/id/uuidfactory/ReadTest.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/downloadPermission/Constructor.td Time is Wed Nov 04 22:47:16 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harnes= s.runkitserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiv= er/trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.con= fig.file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa= 1.logging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.su= n.jini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/= src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jin= itest.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr= /jdk/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/Apache= River/trunk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/sp= ec/loader/downloadPermission/Constructor.td=20 TIME: 22:47:18 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:47:18 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:47:18 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:47:18 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:47:19 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/downloadPermission/Constructor.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/Constructor= .td Time is Wed Nov 04 22:47:24 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loader.policy -cp /opt/src/ApacheRiver/trunk/= qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/opt= /src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/lib/= jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loader/pref= /preferredClassLoader/Constructor.td=20 TIME: 22:47:26 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:47:26 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:47:28 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:47:28 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:47:28 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/Constructor.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/Constructor= NoDlPerm.td Time is Wed Nov 04 22:47:33 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loaderNoDlPerm.policy -cp /opt/src/ApacheRive= r/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.= jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/tr= unk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/preferredClassLoader/ConstructorNoDlPerm.td=20 TIME: 22:47:35 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:47:36 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:47:36 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:47:36 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:47:37 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/ConstructorNoDlPerm= .td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetClassAnn= otation.td Time is Wed Nov 04 22:47:42 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loader.policy -cp /opt/src/ApacheRiver/trunk/= qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/opt= /src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/lib/= jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loader/pref= /preferredClassLoader/GetClassAnnotation.td=20 TIME: 22:47:44 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:47:44 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:47:44 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:47:44 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:47:45 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetClassAnnotation.= td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetClassAnn= otationNoDlPerm.td Time is Wed Nov 04 22:47:50 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loaderNoDlPerm.policy -cp /opt/src/ApacheRive= r/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.= jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/tr= unk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/preferredClassLoader/GetClassAnnotationNoDlPerm.td=20 TIME: 22:47:52 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:47:52 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:47:52 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:47:52 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:47:53 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetClassAnnotationN= oDlPerm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetPermissi= ons.td Time is Wed Nov 04 22:47:58 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loader.policy -cp /opt/src/ApacheRiver/trunk/= qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/opt= /src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/lib/= jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loader/pref= /preferredClassLoader/GetPermissions.td=20 TIME: 22:48:00 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:01 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:02 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:48:02 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:48:03 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetPermissions.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetPermissi= onsNoDlPerm.td Time is Wed Nov 04 22:48:08 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loaderNoDlPerm.policy -cp /opt/src/ApacheRive= r/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.= jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/tr= unk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/preferredClassLoader/GetPermissionsNoDlPerm.td=20 TIME: 22:48:10 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:10 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:11 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:48:11 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:48:11 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetPermissionsNoDlP= erm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetPermissi= onsSecurityException.td Time is Wed Nov 04 22:48:16 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loaderNoDlPerm.policy -cp /opt/src/ApacheRive= r/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.= jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/tr= unk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/preferredClassLoader/GetPermissionsSecurityException.td=20 TIME: 22:48:18 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:19 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:19 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:48:19 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:48:20 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetPermissionsSecur= ityException.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetResource= s.td Time is Wed Nov 04 22:48:25 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loader.policy -cp /opt/src/ApacheRiver/trunk/= qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/opt= /src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/lib/= jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loader/pref= /preferredClassLoader/GetResources.td=20 TIME: 22:48:27 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:27 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:28 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:48:28 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:48:29 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetResources.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetResource= sNoDlPerm.td Time is Wed Nov 04 22:48:34 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loaderNoDlPerm.policy -cp /opt/src/ApacheRive= r/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.= jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/tr= unk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/preferredClassLoader/GetResourcesNoDlPerm.td=20 TIME: 22:48:36 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:36 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:36 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:48:36 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:48:37 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/GetResourcesNoDlPer= m.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferred= Class.td Time is Wed Nov 04 22:48:42 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loader.policy -cp /opt/src/ApacheRiver/trunk/= qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/opt= /src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/lib/= jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loader/pref= /preferredClassLoader/IsPreferredClass.td=20 TIME: 22:48:44 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:44 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:45 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:48:45 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:48:45 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferredClass.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferred= ClassNoDlPerm.td Time is Wed Nov 04 22:48:50 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loaderNoDlPerm.policy -cp /opt/src/ApacheRive= r/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.= jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/tr= unk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/preferredClassLoader/IsPreferredClassNoDlPerm.td=20 TIME: 22:48:53 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:53 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:48:53 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:48:53 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:48:54 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferredClassNoD= lPerm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferred= Resource.td Time is Wed Nov 04 22:48:59 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loader.policy -cp /opt/src/ApacheRiver/trunk/= qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/opt= /src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/lib/= jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loader/pref= /preferredClassLoader/IsPreferredResource.td=20 TIME: 22:49:01 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:49:01 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:49:01 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:49:01 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:49:02 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferredResource= .td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferred= ResourceIOException.td Time is Wed Nov 04 22:49:07 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loader.policy -cp /opt/src/ApacheRiver/trunk/= qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/opt= /src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/lib/= jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loader/pref= /preferredClassLoader/IsPreferredResourceIOException.td=20 TIME: 22:49:09 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:49:10 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferredResource= IOException.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferred= ResourceIOExceptionNoDlPerm.td Time is Wed Nov 04 22:49:15 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loaderNoDlPerm.policy -cp /opt/src/ApacheRive= r/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.= jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/tr= unk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/preferredClassLoader/IsPreferredResourceIOExceptionNoDlPerm.td=20 TIME: 22:49:18 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:49:19 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferredResource= IOExceptionNoDlPerm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferred= ResourceNoDlPerm.td Time is Wed Nov 04 22:49:24 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loaderNoDlPerm.policy -cp /opt/src/ApacheRive= r/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.= jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/tr= unk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/preferredClassLoader/IsPreferredResourceNoDlPerm.td=20 TIME: 22:49:26 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:49:26 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:49:26 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:49:26 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:49:27 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/IsPreferredResource= NoDlPerm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/LoadClasses= .td Time is Wed Nov 04 22:49:32 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loader.policy -cp /opt/src/ApacheRiver/trunk/= qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/opt= /src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/lib/= jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loader/pref= /preferredClassLoader/LoadClasses.td=20 TIME: 22:49:34 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:49:34 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:49:35 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:49:35 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:49:36 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/LoadClasses.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/LoadClasses= NoDlPerm.td Time is Wed Nov 04 22:49:41 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loaderNoDlPerm.policy -cp /opt/src/ApacheRive= r/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.= jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/tr= unk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/preferredClassLoader/LoadClassesNoDlPerm.td=20 TIME: 22:49:43 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:49:43 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:49:44 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:49:44 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:49:45 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/LoadClassesNoDlPerm= .td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/NewInstance= .td Time is Wed Nov 04 22:49:50 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loader.policy -cp /opt/src/ApacheRiver/trunk/= qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/opt= /src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/lib/= jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loader/pref= /preferredClassLoader/NewInstance.td=20 TIME: 22:49:52 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:49:52 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:49:53 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:49:53 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:49:53 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/NewInstance.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassLoader/NewInstance= NoDlPerm.td Time is Wed Nov 04 22:49:58 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassLoader/loaderNoDlPerm.policy -cp /opt/src/ApacheRive= r/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.= jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/tr= unk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/preferredClassLoader/NewInstanceNoDlPerm.td=20 TIME: 22:50:01 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:50:01 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:50:01 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:50:01 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:50:02 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassLoader/NewInstanceNoDlPerm= .td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassA= nnotationFile.td Time is Wed Nov 04 22:50:07 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoDlPerm.policy -cp /opt/src/ApacheRi= ver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/= trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.u= til.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun= /jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotationFile.t= d=20 TIME: 22:50:11 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:50:12 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotatio= nFile.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassA= nnotationFileCann.td Time is Wed Nov 04 22:50:17 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoDlPerm.policy -cp /opt/src/ApacheRi= ver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/= trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.u= til.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun= /jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotationFileCa= nn.td=20 TIME: 22:50:20 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:50:21 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotatio= nFileCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassA= nnotationFileDlperm.td Time is Wed Nov 04 22:50:26 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/GetClassAnnotationFileDlperm.td= =20 TIME: 22:50:30 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:50:31 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotatio= nFileDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassA= nnotationFileDlpermCann.td Time is Wed Nov 04 22:50:36 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/GetClassAnnotationFileDlpermCann= .td=20 TIME: 22:50:39 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:50:40 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotatio= nFileDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassA= nnotationHttp.td Time is Wed Nov 04 22:50:45 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoDlPerm.policy -cp /opt/src/ApacheRi= ver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/= trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.u= til.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun= /jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotationHttp.t= d=20 TIME: 22:50:49 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:50:49 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:50:50 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:50:50 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:50:50 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotatio= nHttp.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassA= nnotationHttpCann.td Time is Wed Nov 04 22:50:55 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoDlPerm.policy -cp /opt/src/ApacheRi= ver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/= trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.u= til.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun= /jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotationHttpCa= nn.td=20 TIME: 22:50:59 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:50:59 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:51:00 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:51:00 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:51:00 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotatio= nHttpCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassA= nnotationHttpDlperm.td Time is Wed Nov 04 22:51:05 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/GetClassAnnotationHttpDlperm.td= =20 TIME: 22:51:09 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:51:09 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:51:10 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:51:10 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:51:10 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotatio= nHttpDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassA= nnotationHttpDlpermCann.td Time is Wed Nov 04 22:51:15 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/GetClassAnnotationHttpDlpermCann= .td=20 TIME: 22:51:19 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:51:19 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:51:20 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:51:20 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:51:21 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassAnnotatio= nHttpDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderFile.td Time is Wed Nov 04 22:51:26 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderFile= .td=20 TIME: 22:51:29 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:51:30 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderFil= e.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderFileCann.td Time is Wed Nov 04 22:51:35 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderFile= Cann.td=20 TIME: 22:51:39 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:51:40 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderFil= eCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderFileDlperm.td Time is Wed Nov 04 22:51:45 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/GetClassLoaderFileDlperm.td=20 TIME: 22:51:48 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:51:49 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderFil= eDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderFileDlpermCann.td Time is Wed Nov 04 22:51:54 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/GetClassLoaderFileDlpermCann.td= =20 TIME: 22:51:58 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:51:59 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderFil= eDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderHttp.td Time is Wed Nov 04 22:52:04 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderHttp= .td=20 TIME: 22:52:07 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:07 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:08 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:52:08 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:52:09 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderHtt= p.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderHttpCann.td Time is Wed Nov 04 22:52:14 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderHttp= Cann.td=20 TIME: 22:52:17 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:17 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:18 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:52:18 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:52:18 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderHtt= pCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderHttpDlperm.td Time is Wed Nov 04 22:52:23 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/GetClassLoaderHttpDlperm.td=20 TIME: 22:52:27 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:27 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:27 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:52:27 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:52:28 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderHtt= pDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderHttpDlpermCann.td Time is Wed Nov 04 22:52:33 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/GetClassLoaderHttpDlpermCann.td= =20 TIME: 22:52:37 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:37 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:37 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:52:37 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:52:38 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderHtt= pDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderMalformedURL.td Time is Wed Nov 04 22:52:43 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderMalf= ormedURL.td=20 TIME: 22:52:47 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:47 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:47 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:52:47 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:52:48 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderMal= formedURL.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderMalformedURLCann.td Time is Wed Nov 04 22:52:53 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderMalf= ormedURLCann.td=20 TIME: 22:52:56 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:56 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:52:56 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:52:56 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:52:57 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderMal= formedURLCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderMalformedURLDlperm.td Time is Wed Nov 04 22:53:02 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderMalf= ormedURLDlperm.td=20 TIME: 22:53:06 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:53:06 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:53:06 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:53:06 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:53:07 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderMal= formedURLDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderMalformedURLDlpermCann.td Time is Wed Nov 04 22:53:12 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderMalf= ormedURLDlpermCann.td=20 TIME: 22:53:15 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:53:16 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:53:16 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:53:16 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:53:16 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderMal= formedURLDlpermCann.td Test Passed: OK ----------------------------------------- TIME: 22:53:21 SkipTestVerifier.canRun INFO: ATTENTION: SkipTestVerifier configured to ski= p com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderM= alformedURLDlpermNullCodebase.td com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderMal= formedURLDlpermNullCodebase.td Test Skipped: verifiers are: com.sun.jini.qa.harness.SkipTestVerifier ----------------------------------------- SkipTestVerifier.canRun INFO: ATTENTION: SkipTestVerifier configured to ski= p com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderM= alformedURLNullCodebase.td com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderMal= formedURLNullCodebase.td Test Skipped: verifiers are: com.sun.jini.qa.harness.SkipTestVerifier ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionFile.td Time is Wed Nov 04 22:53:21 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoGetClassLoader.policy -cp /opt/src/= ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/= jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apac= heRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini= .qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.= sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.= harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.ji= ni.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dc= om.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runk= itserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/tru= nk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.fi= le=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logg= ing -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini= .test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.= policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/p= ackages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/= trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.= loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest= com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSe= curityExceptionFile.td=20 TIME: 22:53:25 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:53:26 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionFile.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionFileCann.td Time is Wed Nov 04 22:53:31 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoGetClassLoader.policy -cp /opt/src/= ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/= jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apac= heRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini= .qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.= sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.= harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.ji= ni.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dc= om.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runk= itserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/tru= nk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.fi= le=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logg= ing -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini= .test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.= policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/p= ackages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/= trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.= loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest= com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSe= curityExceptionFileCann.td=20 TIME: 22:53:34 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:53:35 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionFileCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionFileDlperm.td Time is Wed Nov 04 22:53:40 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoGetClassLoader.policy -cp /opt/src/= ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/= jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apac= heRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini= .qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.= sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.= harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.ji= ni.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dc= om.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runk= itserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/tru= nk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.fi= le=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logg= ing -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini= .test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.= policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/p= ackages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/= trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.= loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest= com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSe= curityExceptionFileDlperm.td=20 TIME: 22:53:44 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:53:45 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionFileDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionFileDlpermCann.td Time is Wed Nov 04 22:53:50 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoGetClassLoader.policy -cp /opt/src/= ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/= jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apac= heRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini= .qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.= sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.= harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.ji= ni.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dc= om.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runk= itserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/tru= nk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.fi= le=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logg= ing -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini= .test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.= policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/p= ackages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/= trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.= loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest= com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSe= curityExceptionFileDlpermCann.td=20 TIME: 22:53:53 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:53:54 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionFileDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionHttp.td Time is Wed Nov 04 22:53:59 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoGetClassLoader.policy -cp /opt/src/= ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/= jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apac= heRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini= .qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.= sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.= harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.ji= ni.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dc= om.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runk= itserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/tru= nk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.fi= le=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logg= ing -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini= .test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.= policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/p= ackages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/= trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.= loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest= com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSe= curityExceptionHttp.td=20 TIME: 22:54:03 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:03 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:03 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:54:03 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:54:04 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionHttp.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionHttpCann.td Time is Wed Nov 04 22:54:09 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoGetClassLoader.policy -cp /opt/src/= ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/= jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apac= heRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini= .qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.= sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.= harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.ji= ni.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dc= om.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runk= itserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/tru= nk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.fi= le=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logg= ing -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini= .test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.= policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/p= ackages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/= trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.= loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest= com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSe= curityExceptionHttpCann.td=20 TIME: 22:54:12 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:12 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:12 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:54:12 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:54:13 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionHttpCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionHttpDlperm.td Time is Wed Nov 04 22:54:18 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoGetClassLoader.policy -cp /opt/src/= ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/= jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apac= heRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini= .qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.= sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.= harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.ji= ni.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dc= om.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runk= itserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/tru= nk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.fi= le=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logg= ing -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini= .test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.= policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/p= ackages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/= trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.= loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest= com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSe= curityExceptionHttpDlperm.td=20 TIME: 22:54:22 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:22 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:22 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:54:22 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:54:23 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionHttpDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionHttpDlpermCann.td Time is Wed Nov 04 22:54:28 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoGetClassLoader.policy -cp /opt/src/= ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/= jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apac= heRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini= .qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.= sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.= harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.ji= ni.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dc= om.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runk= itserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/tru= nk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.fi= le=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logg= ing -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini= .test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.= policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/p= ackages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/= trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.= loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest= com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSe= curityExceptionHttpDlpermCann.td=20 TIME: 22:54:31 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:31 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:32 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:54:32 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:54:32 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionHttpDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionHttpDlpermNoConnect.td Time is Wed Nov 04 22:54:37 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoConnectToCodebase.policy -cp /opt/s= rc/ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/l= ib/jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/A= pacheRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.j= ini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dc= om.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harne= ss.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun= .jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar = -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.r= unkitserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/= trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config= .file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.l= ogging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.j= ini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src= /ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinite= st.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jd= k/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiv= er/trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.sp= ec.loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterT= est com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoade= rSecurityExceptionHttpDlpermNoConnect.td=20 TIME: 22:54:41 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:41 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException: RMIClassLoader.getClassLoader(http:/= /localhost:8082/qa1-loader-pref.jar) returned: net.jini.loader.pref.PreferredClassLoader@158f9d3["http://local= host:8082/qa1-loader-pref.jar"] expected: SecurityException at com.sun.jini.test.spec.loader.pref.preferredClassProvider.GetCla= ssLoaderSecurityException.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:41 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:54:41 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:54:42 Test process was destroyed and returned code 1 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionHttpDlpermNoConnect.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: RMIClassLo= ader.getClassLoader(http://localhost:8082/qa1-loader-pref.jar) returned: net.jini.loader.pref.PreferredClassLoader@158f9d3["http://local= host:8082/qa1-loader-pref.jar"] expected: SecurityException ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionHttpDlpermNoConnectCann.td Time is Wed Nov 04 22:54:47 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoConnectToCodebase.policy -cp /opt/s= rc/ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/l= ib/jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/A= pacheRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.j= ini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dc= om.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harne= ss.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun= .jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar = -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.r= unkitserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/= trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config= .file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.l= ogging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.j= ini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src= /ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinite= st.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jd= k/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiv= er/trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.sp= ec.loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterT= est com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoade= rSecurityExceptionHttpDlpermNoConnectCann.td=20 TIME: 22:54:50 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:50 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException: RMIClassLoader.getClassLoader(http:/= /localhost:8082/qa1-loader-pref.jar) returned: net.jini.loader.pref.PreferredClassLoader@158f9d3["http://local= host:8082/qa1-loader-pref.jar"] expected: SecurityException at com.sun.jini.test.spec.loader.pref.preferredClassProvider.GetCla= ssLoaderSecurityException.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:54:51 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:54:51 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:54:51 Test process was destroyed and returned code 1 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionHttpDlpermNoConnectCann.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: RMIClassLo= ader.getClassLoader(http://localhost:8082/qa1-loader-pref.jar) returned: net.jini.loader.pref.PreferredClassLoader@158f9d3["http://local= host:8082/qa1-loader-pref.jar"] expected: SecurityException ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionHttpNoConnect.td Time is Wed Nov 04 22:54:56 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoConnectToCodebase.policy -cp /opt/s= rc/ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/l= ib/jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/A= pacheRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.j= ini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dc= om.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harne= ss.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun= .jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar = -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.r= unkitserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/= trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config= .file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.l= ogging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.j= ini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src= /ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinite= st.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jd= k/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiv= er/trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.sp= ec.loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterT= est com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoade= rSecurityExceptionHttpNoConnect.td=20 TIME: 22:55:00 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:55:00 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException: RMIClassLoader.getClassLoader(http:/= /localhost:8082/qa1-loader-pref.jar) returned: net.jini.loader.pref.PreferredClassLoader@158f9d3["http://local= host:8082/qa1-loader-pref.jar"] expected: SecurityException at com.sun.jini.test.spec.loader.pref.preferredClassProvider.GetCla= ssLoaderSecurityException.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:55:00 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:55:00 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:55:01 Test process was destroyed and returned code 1 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionHttpNoConnect.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: RMIClassLo= ader.getClassLoader(http://localhost:8082/qa1-loader-pref.jar) returned: net.jini.loader.pref.PreferredClassLoader@158f9d3["http://local= host:8082/qa1-loader-pref.jar"] expected: SecurityException ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassL= oaderSecurityExceptionHttpNoConnectCann.td Time is Wed Nov 04 22:55:06 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoConnectToCodebase.policy -cp /opt/s= rc/ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/l= ib/jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/A= pacheRiver/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.j= ini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dc= om.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harne= ss.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun= .jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar = -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.r= unkitserver=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/= trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config= .file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.l= ogging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.j= ini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src= /ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinite= st.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jd= k/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiv= er/trunk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.sp= ec.loader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterT= est com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoade= rSecurityExceptionHttpNoConnectCann.td=20 TIME: 22:55:09 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:55:10 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException: RMIClassLoader.getClassLoader(http:/= /localhost:8082/qa1-loader-pref.jar) returned: net.jini.loader.pref.PreferredClassLoader@158f9d3["http://local= host:8082/qa1-loader-pref.jar"] expected: SecurityException at com.sun.jini.test.spec.loader.pref.preferredClassProvider.GetCla= ssLoaderSecurityException.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:55:10 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:55:10 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:55:10 Test process was destroyed and returned code 1 com/sun/jini/test/spec/loader/pref/preferredClassProvider/GetClassLoaderSec= urityExceptionHttpNoConnectCann.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: RMIClassLo= ader.getClassLoader(http://localhost:8082/qa1-loader-pref.jar) returned: net.jini.loader.pref.PreferredClassLoader@158f9d3["http://local= host:8082/qa1-loader-pref.jar"] expected: SecurityException ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esClassNotFoundFile.td Time is Wed Nov 04 22:55:16 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassNo= tFoundFile.td=20 TIME: 22:55:19 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:55:20 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassN= otFoundFile.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esClassNotFoundFileCann.td Time is Wed Nov 04 22:55:25 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassNo= tFoundFileCann.td=20 TIME: 22:55:28 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:55:30 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassN= otFoundFileCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esClassNotFoundFileDlperm.td Time is Wed Nov 04 22:55:35 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadClassesClassNotFoundFileDlpe= rm.td=20 TIME: 22:55:38 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:55:39 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassN= otFoundFileDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esClassNotFoundFileDlpermCann.td Time is Wed Nov 04 22:55:44 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadClassesClassNotFoundFileDlpe= rmCann.td=20 TIME: 22:55:48 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:55:49 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassN= otFoundFileDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esClassNotFoundHttp.td Time is Wed Nov 04 22:55:54 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassNo= tFoundHttp.td=20 TIME: 22:55:57 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:55:57 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:55:58 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:55:58 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:55:58 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassN= otFoundHttp.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esClassNotFoundHttpCann.td Time is Wed Nov 04 22:56:03 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassNo= tFoundHttpCann.td=20 TIME: 22:56:07 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:56:07 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:56:07 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:56:07 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:56:08 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassN= otFoundHttpCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esClassNotFoundHttpDlperm.td Time is Wed Nov 04 22:56:13 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadClassesClassNotFoundHttpDlpe= rm.td=20 TIME: 22:56:17 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:56:17 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:56:18 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:56:18 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:56:18 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassN= otFoundHttpDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esClassNotFoundHttpDlpermCann.td Time is Wed Nov 04 22:56:23 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadClassesClassNotFoundHttpDlpe= rmCann.td=20 TIME: 22:56:27 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:56:27 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:56:27 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:56:27 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:56:28 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesClassN= otFoundHttpDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esFile.td Time is Wed Nov 04 22:56:33 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesFile.td= =20 TIME: 22:56:36 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:56:38 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesFile.t= d Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esFileCann.td Time is Wed Nov 04 22:56:43 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesFileCan= n.td=20 TIME: 22:56:46 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:56:47 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesFileCa= nn.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esFileDlperm.td Time is Wed Nov 04 22:56:52 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadClassesFileDlperm.td=20 TIME: 22:56:56 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:56:57 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesFileDl= perm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esFileDlpermCann.td Time is Wed Nov 04 22:57:02 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadClassesFileDlpermCann.td=20 TIME: 22:57:05 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:57:06 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesFileDl= permCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esHttp.td Time is Wed Nov 04 22:57:11 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesHttp.td= =20 TIME: 22:57:15 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:57:15 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:57:15 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:57:15 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:57:16 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesHttp.t= d Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esHttpCann.td Time is Wed Nov 04 22:57:21 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesHttpCan= n.td=20 TIME: 22:57:24 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:57:25 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:57:25 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:57:25 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:57:26 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesHttpCa= nn.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esHttpDlperm.td Time is Wed Nov 04 22:57:31 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadClassesHttpDlperm.td=20 TIME: 22:57:34 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:57:35 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:57:35 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:57:35 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:57:36 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesHttpDl= perm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esHttpDlpermCann.td Time is Wed Nov 04 22:57:41 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadClassesHttpDlpermCann.td=20 TIME: 22:57:44 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:57:45 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:57:45 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:57:45 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:57:46 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesHttpDl= permCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esMalformedURL.td Time is Wed Nov 04 22:57:51 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalform= edURL.td=20 TIME: 22:57:54 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:57:55 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:57:55 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:57:55 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:57:55 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalfor= medURL.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esMalformedURLCann.td Time is Wed Nov 04 22:58:00 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalform= edURLCann.td=20 TIME: 22:58:04 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:58:04 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:58:04 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:58:04 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:58:05 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalfor= medURLCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esMalformedURLDlperm.td Time is Wed Nov 04 22:58:10 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalform= edURLDlperm.td=20 TIME: 22:58:13 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:58:14 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:58:14 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:58:14 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:58:14 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalfor= medURLDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esMalformedURLDlpermCann.td Time is Wed Nov 04 22:58:19 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalform= edURLDlpermCann.td=20 TIME: 22:58:23 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:58:23 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:58:23 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:58:23 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:58:24 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalfor= medURLDlpermCann.td Test Passed: OK ----------------------------------------- TIME: 22:58:29 SkipTestVerifier.canRun INFO: ATTENTION: SkipTestVerifier configured to ski= p com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalf= ormedURLDlpermNullCodebase.td com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalfor= medURLDlpermNullCodebase.td Test Skipped: verifiers are: com.sun.jini.qa.harness.SkipTestVerifier ----------------------------------------- SkipTestVerifier.canRun INFO: ATTENTION: SkipTestVerifier configured to ski= p com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalf= ormedURLDlpermSimpleann.td com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalfor= medURLDlpermSimpleann.td Test Skipped: verifiers are: com.sun.jini.qa.harness.SkipTestVerifier ----------------------------------------- SkipTestVerifier.canRun INFO: ATTENTION: SkipTestVerifier configured to ski= p com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalf= ormedURLNullCodebase.td com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalfor= medURLNullCodebase.td Test Skipped: verifiers are: com.sun.jini.qa.harness.SkipTestVerifier ----------------------------------------- SkipTestVerifier.canRun INFO: ATTENTION: SkipTestVerifier configured to ski= p com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalf= ormedURLSimpleann.td com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesMalfor= medURLSimpleann.td Test Skipped: verifiers are: com.sun.jini.qa.harness.SkipTestVerifier ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esSecurityExceptionFile.td Time is Wed Nov 04 22:58:29 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoDlPerm.policy -cp /opt/src/ApacheRi= ver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/= trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.u= til.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun= /jini/test/spec/loader/pref/preferredClassProvider/LoadClassesSecurityExcep= tionFile.td=20 TIME: 22:58:32 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:58:34 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesSecuri= tyExceptionFile.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esSecurityExceptionFileCann.td Time is Wed Nov 04 22:58:39 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoDlPerm.policy -cp /opt/src/ApacheRi= ver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/= trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.u= til.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun= /jini/test/spec/loader/pref/preferredClassProvider/LoadClassesSecurityExcep= tionFileCann.td=20 TIME: 22:58:42 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:58:43 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesSecuri= tyExceptionFileCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esSecurityExceptionHttp.td Time is Wed Nov 04 22:58:48 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoDlPerm.policy -cp /opt/src/ApacheRi= ver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/= trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.u= til.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun= /jini/test/spec/loader/pref/preferredClassProvider/LoadClassesSecurityExcep= tionHttp.td=20 TIME: 22:58:52 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:58:52 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:58:53 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:58:53 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:58:53 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesSecuri= tyExceptionHttp.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClass= esSecurityExceptionHttpCann.td Time is Wed Nov 04 22:58:58 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loaderNoDlPerm.policy -cp /opt/src/ApacheRi= ver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/= trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.u= til.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun= /jini/test/spec/loader/pref/preferredClassProvider/LoadClassesSecurityExcep= tionHttpCann.td=20 TIME: 22:59:02 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:59:02 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:59:03 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:59:03 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:59:03 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadClassesSecuri= tyExceptionHttpCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesClassNotFoundFile.td Time is Wed Nov 04 22:59:08 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesCl= assNotFoundFile.td=20 TIME: 22:59:12 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:59:13 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesC= lassNotFoundFile.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesClassNotFoundFileCann.td Time is Wed Nov 04 22:59:18 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesCl= assNotFoundFileCann.td=20 TIME: 22:59:21 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:59:23 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesC= lassNotFoundFileCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesClassNotFoundFileDlperm.td Time is Wed Nov 04 22:59:28 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadProxyClassesClassNotFoundFil= eDlperm.td=20 TIME: 22:59:31 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:59:32 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesC= lassNotFoundFileDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesClassNotFoundFileDlpermCann.td Time is Wed Nov 04 22:59:37 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadProxyClassesClassNotFoundFil= eDlpermCann.td=20 TIME: 22:59:40 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 22:59:42 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesC= lassNotFoundFileDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesClassNotFoundHttp.td Time is Wed Nov 04 22:59:47 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesCl= assNotFoundHttp.td=20 TIME: 22:59:50 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:59:50 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 22:59:51 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 22:59:51 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 22:59:51 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesC= lassNotFoundHttp.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesClassNotFoundHttpCann.td Time is Wed Nov 04 22:59:56 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesCl= assNotFoundHttpCann.td=20 TIME: 23:00:00 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:00:00 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:00:00 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:00:00 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:00:01 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesC= lassNotFoundHttpCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesClassNotFoundHttpDlperm.td Time is Wed Nov 04 23:00:06 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadProxyClassesClassNotFoundHtt= pDlperm.td=20 TIME: 23:00:09 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:00:10 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:00:10 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:00:10 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:00:11 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesC= lassNotFoundHttpDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesClassNotFoundHttpDlpermCann.td Time is Wed Nov 04 23:00:16 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadProxyClassesClassNotFoundHtt= pDlpermCann.td=20 TIME: 23:00:19 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:00:19 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:00:20 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:00:20 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:00:21 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesC= lassNotFoundHttpDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesFile.td Time is Wed Nov 04 23:00:26 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesFi= le.td=20 TIME: 23:00:29 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 23:00:30 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesF= ile.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesFileCann.td Time is Wed Nov 04 23:00:35 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesFi= leCann.td=20 TIME: 23:00:38 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 23:00:40 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesF= ileCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesFileDlperm.td Time is Wed Nov 04 23:00:45 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadProxyClassesFileDlperm.td=20 TIME: 23:00:48 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 23:00:49 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesF= ileDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesFileDlpermCann.td Time is Wed Nov 04 23:00:54 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadProxyClassesFileDlpermCann.t= d=20 TIME: 23:00:57 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 23:00:58 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesF= ileDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesHttp.td Time is Wed Nov 04 23:01:04 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesHt= tp.td=20 TIME: 23:01:07 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:01:07 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:01:08 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:01:08 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:01:08 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesH= ttp.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesHttpCann.td Time is Wed Nov 04 23:01:13 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesHt= tpCann.td=20 TIME: 23:01:17 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:01:17 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:01:17 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:01:17 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:01:18 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesH= ttpCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesHttpDlperm.td Time is Wed Nov 04 23:01:23 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadProxyClassesHttpDlperm.td=20 TIME: 23:01:27 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:01:27 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:01:27 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:01:27 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:01:28 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesH= ttpDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesHttpDlpermCann.td Time is Wed Nov 04 23:01:33 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadProxyClassesHttpDlpermCann.t= d=20 TIME: 23:01:36 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:01:37 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:01:37 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:01:37 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:01:38 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesH= ttpDlpermCann.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesMalformedURL.td Time is Wed Nov 04 23:01:43 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesMa= lformedURL.td=20 TIME: 23:01:46 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 23:01:47 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesM= alformedURL.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesMalformedURLCann.td Time is Wed Nov 04 23:01:52 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.q= a.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.su= n.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.ha= rnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini= .qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom= .sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkit= server=3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk= /qa/harness/trust/dynamic-policy.properties -Djava.util.logging.config.file= =3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.loggin= g -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.t= est.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/Apac= heRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.po= licy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/pac= kages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/tr= unk/lib-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.lo= ader.util.QATestPreferredClassProvider com.sun.jini.qa.harness.MasterTest c= om/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesMa= lformedURLCann.td=20 TIME: 23:01:55 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:01:56 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:01:56 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:01:56 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:01:56 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesM= alformedURLCann.td Test Passed: OK ----------------------------------------- TIME: 23:02:01 SkipTestVerifier.canRun INFO: ATTENTION: SkipTestVerifier configured to ski= p com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClasse= sMalformedURLCannNullCodebase.td com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesM= alformedURLCannNullCodebase.td Test Skipped: verifiers are: com.sun.jini.qa.harness.SkipTestVerifier ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesMalformedURLDlperm.td Time is Wed Nov 04 23:02:01 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadProxyClassesMalformedURLDlpe= rm.td=20 TIME: 23:02:05 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:02:05 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:02:05 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:02:05 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:02:06 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesM= alformedURLDlperm.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxy= ClassesMalformedURLDlpermCann.td Time is Wed Nov 04 23:02:11 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/preferredClassProvider/loader.policy -cp /opt/src/ApacheRiver/trun= k/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/o= pt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/li= b/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 = -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dcom.sun.jini.test.spec.loader.util.QATe= stPreferredClassProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/te= st/spec/loader/pref/preferredClassProvider/LoadProxyClassesMalformedURLDlpe= rmCann.td=20 TIME: 23:02:14 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:02:15 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:02:15 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:02:15 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:02:15 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesM= alformedURLDlpermCann.td Test Passed: OK ----------------------------------------- TIME: 23:02:20 SkipTestVerifier.canRun INFO: ATTENTION: SkipTestVerifier configured to ski= p com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClasse= sMalformedURLDlpermCannNullCodebase.td com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesM= alformedURLDlpermCannNullCodebase.td Test Skipped: verifiers are: com.sun.jini.qa.harness.SkipTestVerifier ----------------------------------------- SkipTestVerifier.canRun INFO: ATTENTION: SkipTestVerifier configured to ski= p com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClasse= sMalformedURLDlpermNullCodebase.td com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesM= alformedURLDlpermNullCodebase.td Test Skipped: verifiers are: com.sun.jini.qa.harness.SkipTestVerifier ----------------------------------------- SkipTestVerifier.canRun INFO: ATTENTION: SkipTestVerifier configured to ski= p com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClasse= sMalformedURLNullCodebase.td com/sun/jini/test/spec/loader/pref/preferredClassProvider/LoadProxyClassesM= alformedURLNullCodebase.td Test Skipped: verifiers are: com.sun.jini.qa.harness.SkipTestVerifier ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/requireDlPermProvider/LoadClasse= sFile.td Time is Wed Nov 04 23:02:20 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/requireDlPermProvider/loader.policy -cp /opt/src/ApacheRiver/trunk= /qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/op= t/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/lib= /jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 -= Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dnet.jini.loader.pref.RequireDlPermProvi= der com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loader/pref/r= equireDlPermProvider/LoadClassesFile.td=20 TIME: 23:02:24 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 23:02:25 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/requireDlPermProvider/LoadClassesFile.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/requireDlPermProvider/LoadClasse= sHttp.td Time is Wed Nov 04 23:02:30 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/requireDlPermProvider/loader.policy -cp /opt/src/ApacheRiver/trunk= /qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar:/op= t/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/trunk/lib= /jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port=3D8081 -= Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini.qa.home= =3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJar=3D/op= t/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.harness.te= stJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.jini.qa.h= arness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver=3Dfalse= -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/harness/tr= ust/dynamic-policy.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext -D= java.rmi.server.RMIClassLoaderSpi=3Dnet.jini.loader.pref.RequireDlPermProvi= der com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loader/pref/r= equireDlPermProvider/LoadClassesHttp.td=20 TIME: 23:02:33 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:02:34 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:02:34 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:02:34 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:02:35 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/requireDlPermProvider/LoadClassesHttp.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/requireDlPermProvider/LoadClasse= sSecurityExceptionFile.td Time is Wed Nov 04 23:02:40 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/requireDlPermProvider/loaderNoDlPerm.policy -cp /opt/src/ApacheRiv= er/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests= .jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/t= runk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dnet.jini.loader.pref.RequireDlP= ermProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/requireDlPermProvider/LoadClassesSecurityExceptionFile.td=20 TIME: 23:02:43 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TIME: 23:02:44 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/requireDlPermProvider/LoadClassesSecurit= yExceptionFile.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/loader/pref/requireDlPermProvider/LoadClasse= sSecurityExceptionHttp.td Time is Wed Nov 04 23:02:49 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loa= der/pref/requireDlPermProvider/loaderNoDlPerm.policy -cp /opt/src/ApacheRiv= er/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jinitests= .jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRiver/t= runk/lib/jsk-lib.jar -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.jini.qa.port= =3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -Dcom.sun.jini= .qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harness.harnessJ= ar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.sun.jini.qa.ha= rness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar -Dcom.sun.j= ini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.runkitserver= =3Dfalse -Djava.security.properties=3Dfile:/opt/src/ApacheRiver/trunk/qa/ha= rness/trust/dynamic-policy.properties -Djava.util.logging.config.file=3D/op= t/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dco= m.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.po= rt=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRive= r/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -= Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/= lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/li= b-ext -Djava.rmi.server.RMIClassLoaderSpi=3Dnet.jini.loader.pref.RequireDlP= ermProvider com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/loade= r/pref/requireDlPermProvider/LoadClassesSecurityExceptionHttp.td=20 TIME: 23:02:53 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:02:53 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:02:54 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:02:54 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:02:54 Test process was destroyed and returned code 0 com/sun/jini/test/spec/loader/pref/requireDlPermProvider/LoadClassesSecurit= yExceptionHttp.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GetGran= tsNoPrincipal.td Time is Wed Nov 04 23:02:59 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/dynamicPolicyProvider/policyProviderGrant01.policy -cp /opt/src= /ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib= /jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apa= cheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom= .sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/tru= nk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa= .harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dc= om.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.har= ness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider= /securityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Apa= cheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jin= i.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082= -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/q= a/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext= .dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/= opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com= .sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/dynam= icPolicyProvider/GetGrantsNoPrincipal.td=20 TIME: 23:03:02 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:02 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException:=20 policy.grant(null, null, Permissions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.callGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.checkGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.checkGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.GetG= rantsNoPrincipal.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:02 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:03:02 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:03:03 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GetGrantsNoPrin= cipal.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:=20 policy.grant(null, null, Permissions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantNo= PrincipalCase01.td Time is Wed Nov 04 23:03:08 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/dynamicPolicyProvider/policyProviderGrant01.policy -cp /opt/src= /ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib= /jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apa= cheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom= .sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/tru= nk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa= .harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dc= om.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.har= ness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider= /securityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Apa= cheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jin= i.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082= -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/q= a/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext= .dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/= opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com= .sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/dynam= icPolicyProvider/GrantNoPrincipalCase01.td=20 TIME: 23:03:10 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:10 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException:=20 policy.grant(null, null, Permissions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.callGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.checkGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.checkGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Gran= tNoPrincipalCase01.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:10 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:03:10 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:03:11 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantNoPrincipa= lCase01.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:=20 policy.grant(null, null, Permissions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantNo= PrincipalCase02.td Time is Wed Nov 04 23:03:16 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/dynamicPolicyProvider/policyProviderGrant01.policy -cp /opt/src= /ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib= /jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apa= cheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom= .sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/tru= nk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa= .harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dc= om.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.har= ness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider= /securityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Apa= cheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jin= i.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082= -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/q= a/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext= .dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/= opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com= .sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/dynam= icPolicyProvider/GrantNoPrincipalCase02.td=20 TIME: 23:03:18 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:18 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException:=20 policy.grant(com.sun.jini.test.spec.policyprovider.util.classes.Class01, nu= ll, Permissions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.callGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.checkGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.checkGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Gran= tNoPrincipalCase02.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:19 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:03:19 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:03:19 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantNoPrincipa= lCase02.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:=20 policy.grant(com.sun.jini.test.spec.policyprovider.util.classes.Class01, nu= ll, Permissions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPr= incipal.td Time is Wed Nov 04 23:03:24 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/dynamicPolicyProvider/policyProviderGrant01.policy -cp /opt/src= /ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib= /jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apa= cheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom= .sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/tru= nk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa= .harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dc= om.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.har= ness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider= /securityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Apa= cheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jin= i.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082= -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/q= a/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext= .dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/= opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com= .sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/dynam= icPolicyProvider/GrantPrincipal.td=20 TIME: 23:03:26 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:27 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException:=20 policy.grant(com.sun.jini.test.spec.policyprovider.util.classes.Class01, [Q= APrincipal[01]], Permissions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.callGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.checkGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Gran= tPrincipal.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:27 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:03:27 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:03:28 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPrincipal.= td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:=20 policy.grant(com.sun.jini.test.spec.policyprovider.util.classes.Class01, [Q= APrincipal[01]], Permissions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPr= incipalSame.td Time is Wed Nov 04 23:03:33 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/dynamicPolicyProvider/policyProviderGrant01.policy -cp /opt/src= /ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib= /jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apa= cheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom= .sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/tru= nk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa= .harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dc= om.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.har= ness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider= /securityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Apa= cheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jin= i.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082= -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/q= a/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext= .dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/= opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com= .sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/dynam= icPolicyProvider/GrantPrincipalSame.td=20 TIME: 23:03:35 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:35 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException:=20 policy.grant(com.sun.jini.test.spec.policyprovider.util.classes.Class01, [Q= APrincipal[01], QAPrincipal[02], QAPrincipal[03], QAPrincipal[04]], Permiss= ions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.callGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.checkGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Gran= tPrincipalSame.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:36 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:03:36 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:03:36 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPrincipalS= ame.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:=20 policy.grant(com.sun.jini.test.spec.policyprovider.util.classes.Class01, [Q= APrincipal[01], QAPrincipal[02], QAPrincipal[03], QAPrincipal[04]], Permiss= ions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/NullCas= es.td Time is Wed Nov 04 23:03:41 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/dynamicPolicyProvider/policyProviderGrantAll.policy -cp /opt/sr= c/ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/li= b/jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Ap= acheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dco= m.sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/tr= unk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.q= a.harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -D= com.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinites= ts.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.ha= rness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/A= pacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovide= r/securityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext co= m.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/dyna= micPolicyProvider/NullCases.td=20 TIME: 23:03:43 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:44 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException:=20 policy.grant(null, null, Permission[]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.io.FilePermission "1", "read"; java.io.FilePer= mission "1", "read"; java.io.FilePermission "2", "read";) expected: no Exception at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.callGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Null= Cases.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:44 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:03:44 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:03:45 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/NullCases.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:=20 policy.grant(null, null, Permission[]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.io.FilePermission "1", "read"; java.io.FilePer= mission "1", "read"; java.io.FilePermission "2", "read";) expected: no Exception ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/PolicyI= nitializationExceptionTest.td Time is Wed Nov 04 23:03:50 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/dynamicPolicyProvider/policyProviderGrantAll.policy -cp /opt/sr= c/ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/li= b/jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Ap= acheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dco= m.sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/tr= unk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.q= a.harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -D= com.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinites= ts.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.ha= rness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/A= pacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovide= r/securityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Ap= acheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.ji= ni.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D808= 2 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ex= t.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:= /opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext co= m.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/dyna= micPolicyProvider/PolicyInitializationExceptionTest.td=20 TIME: 23:03:52 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:52 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:03:52 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:03:52 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:03:53 Test process was destroyed and returned code 0 com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/PolicyInitializ= ationExceptionTest.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/Refresh= NoPrincipal.td Time is Wed Nov 04 23:03:58 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/dynamicPolicyProvider/policyProviderGrant01.policy -cp /opt/src= /ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib= /jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apa= cheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom= .sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/tru= nk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa= .harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dc= om.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitest= s.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.har= ness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/Ap= acheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider= /securityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Apa= cheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jin= i.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082= -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/q= a/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext= .dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/= opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com= .sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/dynam= icPolicyProvider/RefreshNoPrincipal.td=20 TIME: 23:04:00 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:00 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException:=20 policy.grant(null, null, Permissions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.callGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.checkGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Dyna= micPolicyProviderTestBase.checkGrant(Unknown Source) at com.sun.jini.test.spec.policyprovider.dynamicPolicyProvider.Refr= eshNoPrincipal.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:00 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:04:00 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:04:01 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/RefreshNoPrinci= pal.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:=20 policy.grant(null, null, Permissions:[(java.lang.RuntimePermission C)]) throws: java.security.AccessControlException: access denied (net.jini.s= ecurity.GrantPermission java.lang.RuntimePermission "C", "";) expected: no Exception ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/Securit= yExceptionConstructorNoAccessClass.td Time is Wed Nov 04 23:04:06 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/dynamicPolicyProvider/policyProviderNoAccessClass.policy -cp /o= pt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/s= rc/ApacheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080= -Dcom.sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiv= er/trunk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.j= ini.qa.harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.j= ar -Dcom.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.= qa.harness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/= src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policypr= ovider/securityprovider.properties -Djava.util.logging.config.file=3D/opt/s= rc/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.s= un.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port= =3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/= trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Dj= ava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/li= b/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-= ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovide= r/dynamicPolicyProvider/SecurityExceptionConstructorNoAccessClass.td=20 TIME: 23:04:08 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:08 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:08 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:04:08 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:04:09 Test process was destroyed and returned code 0 com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/SecurityExcepti= onConstructorNoAccessClass.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/Securit= yExceptionConstructorNoGetProperty.td Time is Wed Nov 04 23:04:14 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/dynamicPolicyProvider/policyProviderNoGetProperty.policy -cp /o= pt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/= qa/lib/jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/s= rc/ApacheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080= -Dcom.sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiv= er/trunk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.j= ini.qa.harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.j= ar -Dcom.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.= qa.harness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/= src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policypr= ovider/securityprovider.properties -Djava.util.logging.config.file=3D/opt/s= rc/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.s= un.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port= =3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/= trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Dj= ava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/li= b/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-= ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovide= r/dynamicPolicyProvider/SecurityExceptionConstructorNoGetProperty.td=20 TIME: 23:04:16 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:16 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:16 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:04:16 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:04:17 Test process was destroyed and returned code 0 com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/SecurityExcepti= onConstructorNoGetProperty.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/grantPermission/GrantPermissi= onTest.td Time is Wed Nov 04 23:04:22 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/grantPermission/policyProviderGrantAll.policy -cp /opt/src/Apac= heRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jini= tests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRi= ver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.= jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -D= com.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harn= ess.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.su= n.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar= -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.= runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/ApacheR= iver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider/secu= rityprovider.properties -Djava.util.logging.config.file=3D/opt/src/ApacheRi= ver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jini.tes= t.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082 -Dco= m.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/qa/lib= /jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext.dirs= =3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt/s= rc/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com.sun.= jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/grantPermi= ssion/GrantPermissionTest.td=20 TIME: 23:04:24 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:24 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] java.lang.NullPointerException at net.jini.security.GrantPermission.implies(Unknown Source) at net.jini.security.GrantPermission.equals(Unknown Source) at com.sun.jini.test.spec.policyprovider.grantPermission.GrantPermi= ssionTest.checkEquals(Unknown Source) at com.sun.jini.test.spec.policyprovider.grantPermission.GrantPermi= ssionTest.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:24 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:04:24 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:04:25 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/grantPermission/GrantPermissionTest.t= d Test Failed: Test Failed with an Unexpected Exception: java.lang.NullPointe= rException ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/grantPermission/GrantPermissi= onTestCase01.td Time is Wed Nov 04 23:04:30 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/grantPermission/policyProviderGrantAll.policy -cp /opt/src/Apac= heRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/jini= tests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/ApacheRi= ver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.sun.= jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk -D= com.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.harn= ess.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.su= n.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar= -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harness.= runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/ApacheR= iver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider/secu= rityprovider.properties -Djava.util.logging.config.file=3D/opt/src/ApacheRi= ver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jini.tes= t.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082 -Dco= m.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/qa/lib= /jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext.dirs= =3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt/s= rc/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com.sun.= jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/grantPermi= ssion/GrantPermissionTestCase01.td=20 TIME: 23:04:32 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:32 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] java.lang.NullPointerException at net.jini.security.GrantPermission.implies(Unknown Source) at com.sun.jini.test.spec.policyprovider.grantPermission.GrantPermi= ssionTestCase01.checkImplies(Unknown Source) at com.sun.jini.test.spec.policyprovider.grantPermission.GrantPermi= ssionTestCase01.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:32 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:04:32 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:04:33 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/grantPermission/GrantPermissionTestCa= se01.td Test Failed: Test Failed with an Unexpected Exception: java.lang.NullPointe= rException ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/policyFileProvider/BasicGrant= s.td Time is Wed Nov 04 23:04:38 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/policyFileProvider/policyProviderGrant01.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harnes= s.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/Apach= eRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider/se= curityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Apache= River/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jini.t= est.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082 -D= com.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/qa/l= ib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext.di= rs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt= /src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com.su= n.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/policyFi= leProvider/BasicGrants.td=20 TIME: 23:04:40 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:40 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:41 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:04:41 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:04:42 Test process was destroyed and returned code 0 com/sun/jini/test/spec/policyprovider/policyFileProvider/BasicGrants.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/policyFileProvider/NullCases.= td Time is Wed Nov 04 23:04:47 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/policyFileProvider/policyProviderGrant01.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harnes= s.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/Apach= eRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider/se= curityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Apache= River/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jini.t= est.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082 -D= com.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/qa/l= ib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext.di= rs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt= /src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com.su= n.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/policyFi= leProvider/NullCases.td=20 TIME: 23:04:49 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:49 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:49 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:04:49 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:04:50 Test process was destroyed and returned code 0 com/sun/jini/test/spec/policyprovider/policyFileProvider/NullCases.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/policyFileProvider/NullPolicy= .td Time is Wed Nov 04 23:04:55 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harnes= s.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/Apach= eRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider/se= curityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Apache= River/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jini.t= est.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082 -D= com.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/qa/l= ib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext.di= rs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt= /src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com.su= n.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/policyFi= leProvider/NullPolicy.td=20 TIME: 23:04:57 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:57 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException:=20 new PolicyFileProvider(jar:file:/opt/src/ApacheRiver/trunk/qa/lib/jinitests= .jar!/com/sun/jini/test/spec/policyprovider/policyFileProvider/policyProvid= erGrant01.policy) throws: java.security.AccessControlException: access denied (java.secur= ity.SecurityPermission getProperty.net.jini.security.policy.PolicyFileProvi= der.basePolicyClass) expected: new PolicyFileProvider(jar:file:/opt/src/ApacheRiver/trunk/qa/l= ib/jinitests.jar!/com/sun/jini/test/spec/policyprovider/policyFileProvider/= policyProviderGrant01.policy) at com.sun.jini.test.spec.policyprovider.policyFileProvider.PolicyF= ileProviderTestBase.createPolicyFileProvider(Unknown Source) at com.sun.jini.test.spec.policyprovider.policyFileProvider.NullPol= icy.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:04:57 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:04:57 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:04:58 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/policyFileProvider/NullPolicy.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:=20 new PolicyFileProvider(jar:file:/opt/src/ApacheRiver/trunk/qa/lib/jinitests= .jar!/com/sun/jini/test/spec/policyprovider/policyFileProvider/policyProvid= erGrant01.policy) throws: java.security.AccessControlException: access denied (java.secur= ity.SecurityPermission getProperty.net.jini.security.policy.PolicyFileProvi= der.basePolicyClass) expected: new PolicyFileProvider(jar:file:/opt/src/ApacheRiver/trunk/qa/l= ib/jinitests.jar!/com/sun/jini/test/spec/policyprovider/policyFileProvider/= policyProviderGrant01.policy) ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/policyFileProvider/PolicyInit= ializationExceptionTest.td Time is Wed Nov 04 23:05:03 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/policyFileProvider/policyProviderGrant01.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.harnes= s.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src/Apach= eRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovider/se= curityprovider.properties -Djava.util.logging.config.file=3D/opt/src/Apache= River/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.jini.t= est.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8082 -D= com.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trunk/qa/l= ib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.ext.di= rs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt= /src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext com.su= n.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/policyFi= leProvider/PolicyInitializationExceptionTest.td=20 TIME: 23:05:05 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:05 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:05 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:05:05 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:05:06 Test process was destroyed and returned code 0 com/sun/jini/test/spec/policyprovider/policyFileProvider/PolicyInitializati= onExceptionTest.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/policyFileProvider/SecurityEx= ceptionConstructorNoAccessClass.td Time is Wed Nov 04 23:05:11 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/policyFileProvider/policyProviderNoAccessClass.policy -cp /opt/= src/ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/= lib/jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/= ApacheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -D= com.sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/= trunk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini= .qa.harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar = -Dcom.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinit= ests.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.= harness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src= /ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovi= der/securityprovider.properties -Djava.util.logging.config.file=3D/opt/src/= ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.= jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8= 082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trun= k/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.= ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ex= t:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext = com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/po= licyFileProvider/SecurityExceptionConstructorNoAccessClass.td=20 TIME: 23:05:13 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:13 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:13 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:05:13 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:05:14 Test process was destroyed and returned code 0 com/sun/jini/test/spec/policyprovider/policyFileProvider/SecurityExceptionC= onstructorNoAccessClass.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/policyFileProvider/SecurityEx= ceptionConstructorNoGetProperty.td Time is Wed Nov 04 23:05:19 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/policyFileProvider/policyProviderNoGetProperty.policy -cp /opt/= src/ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/= lib/jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/= ApacheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -D= com.sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/= trunk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini= .qa.harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar = -Dcom.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinit= ests.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.= harness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src= /ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovi= der/securityprovider.properties -Djava.util.logging.config.file=3D/opt/src/= ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.= jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8= 082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trun= k/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.= ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ex= t:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext = com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/po= licyFileProvider/SecurityExceptionConstructorNoGetProperty.td=20 TIME: 23:05:21 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:21 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:21 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:05:21 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:05:22 Test process was destroyed and returned code 0 com/sun/jini/test/spec/policyprovider/policyFileProvider/SecurityExceptionC= onstructorNoGetProperty.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/spec/policyprovider/policyFileProvider/UmbrellaGr= ants.td Time is Wed Nov 04 23:05:27 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Djar:file:= /opt/src/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/pol= icyprovider/policyFileProvider/policyProviderUmbrellaGrant.policy -cp /opt/= src/ApacheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/= lib/jinitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/= ApacheRiver/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -D= com.sun.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/= trunk -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini= .qa.harness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar = -Dcom.sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinit= ests.jar -Dcom.sun.jini.qa.harness.runjiniserver=3Dfalse -Dcom.sun.jini.qa.= harness.runkitserver=3Dfalse -Djava.security.properties=3Djar:file:/opt/src= /ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/policyprovi= der/securityprovider.properties -Djava.util.logging.config.file=3D/opt/src/= ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.logging -Dcom.sun.= jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.test.port=3D8= 082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/src/ApacheRiver/trun= k/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinitest.policy -Djava.= ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ex= t:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRiver/trunk/lib-ext = com.sun.jini.qa.harness.MasterTest com/sun/jini/test/spec/policyprovider/po= licyFileProvider/UmbrellaGrants.td=20 TIME: 23:05:29 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:29 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] com.sun.jini.qa.harness.TestException:=20 policy.implies(ProtectionDomain((file:/opt/src/ApacheRiver/trunk/qa/lib/jin= itests.jar <no signer certificates>), [(java.io.FilePermission /opt/src/Apa= cheRiver/trunk/qa/lib/jinitests.jar read), (java.lang.RuntimePermission exi= tVM)], sun.misc.Launcher$AppClassLoader@7d772e, []), java.lang.RuntimePermi= ssion "C", "";) returned: false expected: true at com.sun.jini.test.spec.policyprovider.policyFileProvider.PolicyF= ileProviderTestBase.callImplies(Unknown Source) at com.sun.jini.test.spec.policyprovider.policyFileProvider.PolicyF= ileProviderTestBase.checkImplies(Unknown Source) at com.sun.jini.test.spec.policyprovider.policyFileProvider.PolicyF= ileProviderTestBase.checkImpliesProtectionDomain(Unknown Source) at com.sun.jini.test.spec.policyprovider.policyFileProvider.Umbrell= aGrants.run(Unknown Source) at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source) at com.sun.jini.qa.harness.MasterTest.main(Unknown Source) MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:29 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:05:29 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] TIME: 23:05:30 Test process was destroyed and returned code 1 com/sun/jini/test/spec/policyprovider/policyFileProvider/UmbrellaGrants.td Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:=20 policy.implies(ProtectionDomain((file:/opt/src/ApacheRiver/trunk/qa/lib/jin= itests.jar <no signer certificates>), [(java.io.FilePermission /opt/src/Apa= cheRiver/trunk/qa/lib/jinitests.jar read), (java.lang.RuntimePermission exi= tVM)], sun.misc.Launcher$AppClassLoader@7d772e, []), java.lang.RuntimePermi= ssion "C", "";) returned: false expected: true ----------------------------------------- Running com/sun/jini/test/impl/locatordiscovery/AddDiscoveryListenerAfterTe= rminate.td Time is Wed Nov 04 23:05:35 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dtrue -Dcom.sun.jini.qa.harness= .runkitserver=3Dtrue -Djava.security.properties=3Dfile:/opt/src/ApacheRiver= /trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.confi= g.file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.= logging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.= jini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/sr= c/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinit= est.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/j= dk/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRi= ver/trunk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/impl= /locatordiscovery/AddDiscoveryListenerAfterTerminate.td=20 TIME: 23:05:37 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:37 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8081] 4/11/2009 23:05:37 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/lib-dl/], port 8080] 4/11/2009 23:05:38 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:38 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8080] 4/11/2009 23:05:38 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8080] 4/11/2009 23:05:38 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:05:38 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:05:38 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8081] 4/11/2009 23:05:38 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8081] TIME: 23:05:39 Test process was destroyed and returned code 0 com/sun/jini/test/impl/locatordiscovery/AddDiscoveryListenerAfterTerminate.= td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/impl/locatordiscovery/AddLocatorsAfterTerminate.t= d Time is Wed Nov 04 23:05:44 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dtrue -Dcom.sun.jini.qa.harness= .runkitserver=3Dtrue -Djava.security.properties=3Dfile:/opt/src/ApacheRiver= /trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.confi= g.file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.= logging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.= jini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/sr= c/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinit= est.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/j= dk/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRi= ver/trunk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/impl= /locatordiscovery/AddLocatorsAfterTerminate.td=20 TIME: 23:05:46 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:46 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8081] 4/11/2009 23:05:46 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/lib-dl/], port 8080] 4/11/2009 23:05:46 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] MasterTest.doTest INFO:=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 CALLING RUN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MasterTest.doTest INFO:=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 CALLING TEARDOWN() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:47 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8080] 4/11/2009 23:05:47 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8080] 4/11/2009 23:05:47 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:05:47 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8082] 4/11/2009 23:05:47 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8081] 4/11/2009 23:05:47 com.sun.jini.tool.ClassServer terminate INFO: ClassServer terminated [port 8081] TIME: 23:05:47 Test process was destroyed and returned code 0 com/sun/jini/test/impl/locatordiscovery/AddLocatorsAfterTerminate.td Test Passed: OK ----------------------------------------- Running com/sun/jini/test/impl/locatordiscovery/DelayDiscoveryAfterDiscard.= td Time is Wed Nov 04 23:05:52 EST 2009 Starting test in separate process with command: /usr/jdk/instances/jdk1.6.0/jre/bin/java -Djava.security.policy=3Dfile:/opt= /src/ApacheRiver/trunk/qa/harness/policy/defaulttest.policy -cp /opt/src/Ap= acheRiver/trunk/qa/lib/jiniharness.jar:/opt/src/ApacheRiver/trunk/qa/lib/ji= nitests.jar:/opt/src/ApacheRiver/trunk/lib/jsk-platform.jar:/opt/src/Apache= River/trunk/lib/jsk-lib.jar -client -Dcom.sun.jini.jsk.port=3D8080 -Dcom.su= n.jini.qa.port=3D8081 -Dcom.sun.jini.jsk.home=3D/opt/src/ApacheRiver/trunk = -Dcom.sun.jini.qa.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.jini.qa.ha= rness.harnessJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jiniharness.jar -Dcom.= sun.jini.qa.harness.testJar=3D/opt/src/ApacheRiver/trunk/qa/lib/jinitests.j= ar -Dcom.sun.jini.qa.harness.runjiniserver=3Dtrue -Dcom.sun.jini.qa.harness= .runkitserver=3Dtrue -Djava.security.properties=3Dfile:/opt/src/ApacheRiver= /trunk/qa/harness/trust/dynamic-policy.properties -Djava.util.logging.confi= g.file=3D/opt/src/ApacheRiver/trunk/qa/src/com/sun/jini/test/resources/qa1.= logging -Dcom.sun.jini.test.home=3D/opt/src/ApacheRiver/trunk/qa -Dcom.sun.= jini.test.port=3D8082 -Dcom.sun.jini.qa.harness.policies=3Djar:file:/opt/sr= c/ApacheRiver/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/resources/jinit= est.policy -Djava.ext.dirs=3D/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/j= dk/packages/lib/ext:/opt/src/ApacheRiver/trunk/qa/lib-ext:/opt/src/ApacheRi= ver/trunk/lib-ext com.sun.jini.qa.harness.MasterTest com/sun/jini/test/impl= /locatordiscovery/DelayDiscoveryAfterDiscard.td=20 TIME: 23:05:55 MasterTest.doTest INFO:=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 CALLING SETUP() =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 4/11/2009 23:05:55 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8081] 4/11/2009 23:05:55 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/lib-dl/], port 8080] 4/11/2009 23:05:55 com.sun.jini.tool.ClassServer run INFO: ClassServer started [[/opt/src/ApacheRiver/trunk/qa/lib/], port 8082] NonActGrp-out: Exception in thread "main" java.lang.ExceptionInInitializerE= rror NonActGrp-out: =09at java.lang.Class.forName0(Native Method) NonActGrp-out: =09at java.lang.Class.forName(Class.java:247) NonActGrp-out: =09at sun.misc.Service$LazyIterator.next(Service.java:271) NonActGrp-out: =09at java.rmi.server.RMIClassLoader.initializeProvider(RMIC= lassLoader.java:688) NonActGrp-out: =09at java.rmi.server.RMIClassLoader.access$000(RMIClassLoad= er.java:93) NonActGrp-out: =09at java.rmi.server.RMIClassLoader$1.run(RMIClassLoader.ja= va:103) NonActGrp-out: =09at java.security.AccessController.doPrivileged(Native Met= hod) NonActGrp-out: =09at java.rmi.server.RMIClassLoader.<clinit>(RMIClassLoader= .java:100) NonActGrp-out: =09at sun.rmi.server.MarshalOutputStream.annotateClass(Marsh= alOutputStream.java:75) NonActGrp-out: =09at java.io.ObjectOutputStream.writeNonProxyDesc(ObjectOut= putStream.java:1250) NonActGrp-out: =09at java.io.ObjectOutputStream.writeClassDesc(ObjectOutput= Stream.java:1203) NonActGrp-out: =09at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectO= utputStream.java:1387) NonActGrp-out: =09at java.io.ObjectOutputStream.writeObject0(ObjectOutputSt= ream.java:1150) NonActGrp-out: =09at java.io.ObjectOutputStream.writeObject(ObjectOutputStr= eam.java:326) NonActGrp-out: =09at java.rmi.MarshalledObject.<init>(MarshalledObject.java= :101) NonActGrp-out: =09at com.sun.jini.qa.harness.NonActivatableGroupImpl.main(U= nknown Source) NonActGrp-out: Caused by: java.security.AccessControlException: access deni= ed (java.lang.RuntimePermission getClassLoader) NonActGrp-out: =09at java.security.AccessControlContext.checkPermission(Acc= essControlContext.java:323) NonActGrp-out: =09at java.security.AccessController.checkPermission(AccessC= ontroller.java:546) NonActGrp-out: =09at java.lang.SecurityManager.checkPermission(SecurityMana= ger.java:532) NonActGrp-out: =09at java.lang.ClassLoader.getParent(ClassLoader.java:1224) NonActGrp-out: =09at net.jini.loader.pref.PreferredClassProvider$1.run(Unkn= own Source) NonActGrp-out: =09at java.security.AccessController.doPrivileged(Native Met= hod) NonActGrp-out: =09at net.jini.loader.pref.PreferredClassProvider.<clinit>(U= nknown Source) NonActGrp-out: =09... 16 more > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Priority: Minor > Attachments: ConcurrentPermissions_DynamicPolicyProvider.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients= running simultaneously, and I see in some stack traces that there are sync= hronization points in DynamicPolicyProvider.implies() that seem to be heavi= ly contended. We probably need to revisit this class and rewrite it to use= copy on write mutation so that reads (the majority of activity) are comple= tely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly --=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] Wed Nov 04 13:53:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37145 invoked from network); 4 Nov 2009 13:53:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Nov 2009 13:53:55 -0000 Received: (qmail 48860 invoked by uid 500); 4 Nov 2009 13:53:55 -0000 Delivered-To: [email protected] Received: (qmail 48806 invoked by uid 500); 4 Nov 2009 13:53: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48795 invoked by uid 99); 4 Nov 2009 13:53:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 13:53:55 +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, 04 Nov 2009 13:53:52 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 65C0F234C04C for <[email protected]>; Wed, 4 Nov 2009 05:53:32 -0800 (PST) Message-ID: <539548881.1257342812400.JavaMail.jira@brutus> Date: Wed, 4 Nov 2009 13:53:32 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone updated RIVER-323: ---------------------------------- Attachment: ConcurrentPermissions_DynamicPolicyProviderVersion2.patch There are some concurrency issues, I've replaced all instances of java.security.Permissions with net.jini.security.ConcurrentPermissions Feel free to provide some help with the bugs. Cheers, Peter. > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Priority: Minor > Attachments: ConcurrentPermissions_DynamicPolicyProvider.patch, ConcurrentPermissions_DynamicPolicyProviderVersion2.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 Nov 08 19:07:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81476 invoked from network); 8 Nov 2009 19:07:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Nov 2009 19:07:55 -0000 Received: (qmail 67905 invoked by uid 500); 8 Nov 2009 19:07:55 -0000 Delivered-To: [email protected] Received: (qmail 67862 invoked by uid 500); 8 Nov 2009 19:07: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67853 invoked by uid 99); 8 Nov 2009 19:07:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 19:07:54 +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, 08 Nov 2009 19:07:52 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 7C884234C045 for <[email protected]>; Sun, 8 Nov 2009 11:07:32 -0800 (PST) Message-ID: <1282926657.1257707252494.JavaMail.jira@brutus> Date: Sun, 8 Nov 2009 19:07:32 +0000 (UTC) From: "Brian Murphy (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-274) Improve logging of diagnostic messages in ServiceDiscoveryManager In-Reply-To: <31930996.1195846543022.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/RIVER-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Murphy updated RIVER-274: ------------------------------- Attachment: river-274.patch Proposed patch > Improve logging of diagnostic messages in ServiceDiscoveryManager > ----------------------------------------------------------------- > > Key: RIVER-274 > URL: https://issues.apache.org/jira/browse/RIVER-274 > Project: River > Issue Type: Improvement > Components: net_jini_lookup > Affects Versions: jtsk_2.1 > Reporter: Mark Brouwer > Priority: Minor > Attachments: river-274.patch > > > When troubleshooting {{ServiceDiscoveryManager}} one can set the logger {{net.jini.lookup.ServiceDiscoveryManager}} to {{FINEST}} but no information is logged related to a {{ServiceEvent}} received from a lookup service. One has to resort often to a remote debugger to get the details, all one can see is that certain tasks are created and have finished. -- 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 Nov 08 19:07:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81608 invoked from network); 8 Nov 2009 19:07:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Nov 2009 19:07:57 -0000 Received: (qmail 68259 invoked by uid 500); 8 Nov 2009 19:07:56 -0000 Delivered-To: [email protected] Received: (qmail 68214 invoked by uid 500); 8 Nov 2009 19: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68065 invoked by uid 99); 8 Nov 2009 19:07:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 19:07: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; Sun, 08 Nov 2009 19:07:53 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 966BF234C48D for <[email protected]>; Sun, 8 Nov 2009 11:07:32 -0800 (PST) Message-ID: <396061740.1257707252614.JavaMail.jira@brutus> Date: Sun, 8 Nov 2009 19:07:32 +0000 (UTC) From: "Brian Murphy (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (RIVER-274) Improve logging of diagnostic messages in ServiceDiscoveryManager In-Reply-To: <31930996.1195846543022.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/RIVER-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Murphy reassigned RIVER-274: ---------------------------------- Assignee: Brian Murphy > Improve logging of diagnostic messages in ServiceDiscoveryManager > ----------------------------------------------------------------- > > Key: RIVER-274 > URL: https://issues.apache.org/jira/browse/RIVER-274 > Project: River > Issue Type: Improvement > Components: net_jini_lookup > Affects Versions: jtsk_2.1 > Reporter: Mark Brouwer > Assignee: Brian Murphy > Priority: Minor > Attachments: river-274.patch > > > When troubleshooting {{ServiceDiscoveryManager}} one can set the logger {{net.jini.lookup.ServiceDiscoveryManager}} to {{FINEST}} but no information is logged related to a {{ServiceEvent}} received from a lookup service. One has to resort often to a remote debugger to get the details, all one can see is that certain tasks are created and have finished. -- 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 Nov 08 19:09:28 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81788 invoked from network); 8 Nov 2009 19:09:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Nov 2009 19:09:28 -0000 Received: (qmail 70328 invoked by uid 500); 8 Nov 2009 19:09:28 -0000 Delivered-To: [email protected] Received: (qmail 70274 invoked by uid 500); 8 Nov 2009 19:09: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70265 invoked by uid 99); 8 Nov 2009 19:09:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 19:09:28 +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; Sun, 08 Nov 2009 19:09:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C3C09238888D; Sun, 8 Nov 2009 19:09:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r833914 - /incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java Date: Sun, 08 Nov 2009 19:09:05 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: btmurphy Date: Sun Nov 8 19:09:05 2009 New Revision: 833914 URL: http://svn.apache.org/viewvc?rev=833914&view=rev Log: river-274: Improve logging of diagnostic messages in ServiceDiscoveryManager Modified: incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java Modified: incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java?rev=833914&r1=833913&r2=833914&view=diff ============================================================================== --- incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java (original) +++ incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java Sun Nov 8 19:09:05 2009 @@ -892,7 +892,7 @@ synchronized(serviceIdMap) { /* Cancel the lease if the cache has been terminated */ if(bCacheTerminated) { - cancelLease(eventReg.lease); + cancelLease(eventReg.lease); } else { eventRegMap.put(reg, eventReg); }//endif @@ -1126,9 +1126,29 @@ * the associated ServiceItem is an old, previously discovered * item, or a newly discovered item. */ - if(transition == ServiceRegistrar.TRANSITION_MATCH_NOMATCH) { + if(transition == ServiceRegistrar.TRANSITION_MATCH_NOMATCH) { + logger.finer("ServiceDiscoveryManager.NotifyEventTask - " + +"transition=TRANSITION_MATCH_NOMATCH"); handleMatchNoMatch(reg.proxy, sid, item); } else {//(transition == NOMATCH_MATCH or MATCH_MATCH) + if (logger.isLoggable(Level.FINER)) { + if(transition == + ServiceRegistrar.TRANSITION_MATCH_MATCH) + { + logger.finer("ServiceDiscoveryManager." + +"NotifyEventTask - " + +"transition=" + +"TRANSITION_MATCH_MATCH"); + } else if(transition == + ServiceRegistrar.TRANSITION_NOMATCH_MATCH) + { + logger.finer("ServiceDiscoveryManager." + +"NotifyEventTask - " + +"transition=" + +"TRANSITION_NOMATCH_MATCH"); + }//endif + }//endif + (new NewOldServiceTask(reg, item, (transition == ServiceRegistrar.TRANSITION_MATCH_MATCH), thisTaskSeqN)).run(); @@ -1808,6 +1828,16 @@ int transition) { if(eventSource == null) return; + + if (logger.isLoggable(Level.FINEST)) { + if( (item != null) && (item.attributeSets != null) ) { + for(int i=0; i<(item.attributeSets).length; i++) { + logger.finest("notifyServiceMap - attribute["+i+"] = " + +(item.attributeSets)[i]); + }//end loop + }//endif + }//endif(FINEST) + synchronized(serviceIdMap) { /* Search eventRegMap for ProxyReg corresponding to event. */ ProxyReg reg = null; @@ -2017,7 +2047,8 @@ */ boolean attrsChanged = false; boolean versionChanged = false; - if( matchMatchEvent || sameVersion(newItem,oldItem) ) { + boolean isSameVersion = sameVersion(newItem,oldItem); + if( matchMatchEvent || isSameVersion ) { /* Same version, determine if the attributes have changed. * But first, replace the new service proxy with the old * service proxy so the client always uses the old proxy @@ -2027,21 +2058,73 @@ /* Now compare attributes */ attrsChanged = !LookupAttributes.equal(newItem.attributeSets, oldItem.attributeSets); + if (logger.isLoggable(Level.FINEST)) { + if((oldItem != null) && (oldItem.attributeSets != null)) { + for(int i=0; i<(oldItem.attributeSets).length; i++) { + logger.finest("itemMatchMatchChange - " + +"OLD Attribute["+i+"] = " + +(oldItem.attributeSets)[i]); + }//end loop + }//endif + logger.finest(" "); + if((newItem != null) && (newItem.attributeSets != null)) { + for(int i=0; i<(newItem.attributeSets).length; i++) { + logger.finest("itemMatchMatchChange - " + +"NEW Attribute["+i+"] = " + +(newItem.attributeSets)[i]); + }//end loop + }//endif + }//endif(FINEST) + + if (logger.isLoggable(Level.FINER)) { + if(attrsChanged) { + if(matchMatchEvent) { + logger.finer("itemMatchMatchChange - attributes " + +"changed [TRANSITION_MATCH_MATCH]"); + } else if( isSameVersion ) { + logger.finer("ServiceDiscoveryManager." + +"itemMatchMatchChange - attributes " + +"changed [same version]"); + }//endif + } else {//(!attrChanged) + if(matchMatchEvent) { + logger.finer("itemMatchMatchChange - " + +"attributes NOT changed [" + +"TRANSITION_MATCH_MATCH] ..." + +"return"); + } else if( isSameVersion ) { + logger.finer("itemMatchMatchChange - " + +"attributes NOT changed [same" + +"version] ... return"); + }//endif + }//endif + }//endif + if(!attrsChanged) return;//no change, no need to filter } else {//(!matchMatchEvent && !same version) ==> re-registration versionChanged = true; + logger.finer("itemMatchMatchChange - version changed"); }//endif /* Now apply the filter, and send events if appropriate */ ServiceItem newFilteredItem = filterMaybeDiscard (newItem, proxy, true); if(newFilteredItem != null) { /* Passed the filter, okay to send event(s). */ - if(attrsChanged) changeServiceNotify(newFilteredItem, - oldFilteredItem); + if(attrsChanged) { + logger.finer("itemMatchMatchChange - send serviceChanged"); + changeServiceNotify(newFilteredItem, + oldFilteredItem); + }//endif + if(versionChanged) { + logger.finer("itemMatchMatchChange - send serviceRemoved"); removeServiceNotify(oldFilteredItem); + logger.finer("itemMatchMatchChange - send serviceAdded"); addServiceNotify(newFilteredItem); }//endif + } else { + logger.finer("ServiceDiscoveryManager.itemMatchMatchChange - " + +"NULL returned by filter"); }//endif }//end LookupCacheImpl.itemMatchMatchChange @@ -2343,11 +2426,17 @@ if(itemRegHasNoProxys) { if(itemRegIsDiscarded) { /* Remove item from map and wake up the discard task */ + logger.finer("handleMatchNoMatch - " + +"TRANSITION_MATCH_NOMATCH && service in " + +"discard queue - send NO event"); removeServiceIdMapSendNoEvent(srvcID); synchronized(serviceDiscardMutex) { serviceDiscardMutex.notifyAll(); }//end sync } else {//remove item from map and send removed event + logger.finer("handleMatchNoMatch - " + +"TRANSITION_MATCH_NOMATCH - send " + +"serviceRemoved"); removeServiceIdMap(srvcID, filteredItem); }//endif }//endif From [email protected] Sun Nov 08 19:15:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82617 invoked from network); 8 Nov 2009 19:15:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Nov 2009 19:15:55 -0000 Received: (qmail 77676 invoked by uid 500); 8 Nov 2009 19:15:55 -0000 Delivered-To: [email protected] Received: (qmail 77632 invoked by uid 500); 8 Nov 2009 19:15: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77623 invoked by uid 99); 8 Nov 2009 19:15:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 19:15: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; Sun, 08 Nov 2009 19:15:53 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6B133234C1E9 for <[email protected]>; Sun, 8 Nov 2009 11:15:32 -0800 (PST) Message-ID: <1521030186.1257707732437.JavaMail.jira@brutus> Date: Sun, 8 Nov 2009 19:15:32 +0000 (UTC) From: "Brian Murphy (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (RIVER-274) Improve logging of diagnostic messages in ServiceDiscoveryManager In-Reply-To: <31930996.1195846543022.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/RIVER-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774812#action_12774812 ] Brian Murphy commented on RIVER-274: ------------------------------------ Changeset 833914: contains the additional logging reflected in the attached patch file. Verification: ServiceDiscoveryManager tests were run with logging set at FINER (and FINEST) for that utility. The expected new log messages were observed, and no errors were encountered. btm-08-Nov-2009 > Improve logging of diagnostic messages in ServiceDiscoveryManager > ----------------------------------------------------------------- > > Key: RIVER-274 > URL: https://issues.apache.org/jira/browse/RIVER-274 > Project: River > Issue Type: Improvement > Components: net_jini_lookup > Affects Versions: jtsk_2.1 > Reporter: Mark Brouwer > Assignee: Brian Murphy > Priority: Minor > Attachments: river-274.patch > > > When troubleshooting {{ServiceDiscoveryManager}} one can set the logger {{net.jini.lookup.ServiceDiscoveryManager}} to {{FINEST}} but no information is logged related to a {{ServiceEvent}} received from a lookup service. One has to resort often to a remote debugger to get the details, all one can see is that certain tasks are created and have finished. -- 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 Nov 08 20:43:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95916 invoked from network); 8 Nov 2009 20:43:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Nov 2009 20:43:56 -0000 Received: (qmail 41834 invoked by uid 500); 8 Nov 2009 20:43:56 -0000 Delivered-To: [email protected] Received: (qmail 41781 invoked by uid 500); 8 Nov 2009 20: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41772 invoked by uid 99); 8 Nov 2009 20:43:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 20:43: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; Sun, 08 Nov 2009 20:43:53 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 606A9234C045 for <[email protected]>; Sun, 8 Nov 2009 12:43:32 -0800 (PST) Message-ID: <957753596.1257713012378.JavaMail.jira@brutus> Date: Sun, 8 Nov 2009 20:43:32 +0000 (UTC) From: "Brian Murphy (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (RIVER-324) Under certain circumstances, the ServiceDiscoveryManager internal LookupCache implementation can incorrectly process attribute change events before the lookup snapshot is processed. 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 Under certain circumstances, the ServiceDiscoveryManager internal LookupCache implementation can incorrectly process attribute change events before the lookup snapshot is processed. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Key: RIVER-324 URL: https://issues.apache.org/jira/browse/RIVER-324 Project: River Issue Type: Bug Components: net_jini_lookup Affects Versions: AR1 Reporter: Brian Murphy Assignee: Brian Murphy Priority: Minor Fix For: AR2 When an attribute change event is received from the lookup service between the time the cache registers the event listener and the initial LookupTask takes the snapshot of the associated service state, the change event can get processed first, which can result in incorrect attribute state. This bug has been observed in a currently deployed system, generally at startup when the services of the system are changing their attributes from an initial, 'unknown' state, to a discovered state that is shared among those services. What has been observed is a sequence like the following: 1. event registration is sent to the lookup service 2. snapshot is requested (LookupTask is queued) 3. the lookup service sends back in the requested snapshot, the initial state the service registered for itself 4. the service sends an attribute modification request to the lookup service, which sends an attribute change event to the cache 5. before the cache's LookupTask processes the snapshot from the lookup service, the event arrives and the event processing thread of the cache processes the event containing the latest state of the service's attributes. 6. the cache then processes the snapshot, replacing the latest, most up-to-date attribute state with the original, initial state reflected in the snapshot. 7. the cache now has an incorrect view of the service's state. Bob Scheifler has implemented a simple fix; which is (quoting Bob), "to have the LookupTask execute the tasks it creates directly, rather than queueing them." That is, force any pending snapshot processing tasks to be executed before the event processing tasks. Note that with the proposed fix, if more than one lookup service is running, it is possible for an attribute to "regress" as the lookup services do not receive a given attribute change at exactly the same time, but the inconsistency will eventually correct itself as the cache receives each attribute change event, and so should not be a permanent condition. -- 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 Nov 08 20:49:40 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96906 invoked from network); 8 Nov 2009 20:49:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Nov 2009 20:49:40 -0000 Received: (qmail 46089 invoked by uid 500); 8 Nov 2009 20:49:40 -0000 Delivered-To: [email protected] Received: (qmail 46043 invoked by uid 500); 8 Nov 2009 20:49: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46034 invoked by uid 99); 8 Nov 2009 20:49:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 20:49: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; Sun, 08 Nov 2009 20:49:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A15FB23888DC; Sun, 8 Nov 2009 20:49:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r833922 - /incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java Date: Sun, 08 Nov 2009 20:49: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: btmurphy Date: Sun Nov 8 20:49:16 2009 New Revision: 833922 URL: http://svn.apache.org/viewvc?rev=833922&view=rev Log: fix for river-324: Under certain circumstances, the ServiceDiscoveryManager internal LookupCache implementation can incorrectly process attribute change events before the lookup snapshot is processed. Modified: incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java Modified: incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java?rev=833922&r1=833921&r2=833922&view=diff ============================================================================== --- incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java (original) +++ incubator/river/jtsk/trunk/src/net/jini/lookup/ServiceDiscoveryManager.java Sun Nov 8 20:49:16 2009 @@ -721,11 +721,17 @@ public long seqNo; /* The Event notification lease */ public Lease lease; + /* The pending events */ + public ArrayList pending; + /* The number of pending LookupTasks */ + public int lookupsPending; public EventReg(Object source, long eventID, long seqNo, Lease lease) { this.source = source; this.eventID = eventID; this.seqNo = seqNo; this.lease = lease; + this.pending = new ArrayList(); + this.lookupsPending = 0; } }//end class ServiceDiscoveryManager.EventReg @@ -889,16 +895,18 @@ tmpl, lookupListenerProxy, duration); + eventReg.lookupsPending++; synchronized(serviceIdMap) { /* Cancel the lease if the cache has been terminated */ if(bCacheTerminated) { cancelLease(eventReg.lease); + return; } else { eventRegMap.put(reg, eventReg); }//endif }//end sync(serviceIdMap) /* Execute the LookupTask only if there were no problems */ - (new LookupTask(reg, this.getSeqN())).run(); + (new LookupTask(reg, this.getSeqN(), eventReg)).run(); } catch (Exception e) { boolean cacheTerminated; synchronized(serviceIdMap) { @@ -917,8 +925,10 @@ /** This class requests a "snapshot" of the given registrar's state.*/ private final class LookupTask extends CacheTask { - public LookupTask(ProxyReg reg, long seqN) { + private EventReg eReg; + public LookupTask(ProxyReg reg, long seqN, EventReg eReg) { super(reg, seqN); + this.eReg = eReg; } public void run() { logger.finest("ServiceDiscoveryManager - LookupTask started"); @@ -930,6 +940,7 @@ } catch (Exception e) { boolean cacheTerminated; synchronized(serviceIdMap) { + eReg.lookupsPending--; cacheTerminated = bCacheTerminated; }//end sync ServiceDiscoveryManager.this.fail @@ -971,6 +982,10 @@ taskSeqN++); cacheTaskMgr.add(t); }//end loop + /* 3. Handle events that came in prior to lookup */ + eReg.lookupsPending--; + cacheTaskMgr.addAll(eReg.pending); + eReg.pending.clear(); }//end sync(serviceIdMap) logger.finest("ServiceDiscoveryManager - LookupTask " +"completed"); @@ -1863,8 +1878,16 @@ if(seqNo == (prevSeqNo+1)) {//no gap, handle current event t = new NotifyEventTask (reg, sid, item, transition, taskSeqN++); + if(eReg.lookupsPending > 0) { + eReg.pending.add(t); + return; + }//endif + } else if(eReg.lookupsPending > 1) { + //gap in event sequence, but snapshot already pending + return; } else {//gap in event sequence, request snapshot - t = new LookupTask(reg, taskSeqN++); + eReg.lookupsPending++; + t = new LookupTask(reg, taskSeqN++, eReg); if( logger.isLoggable(Levels.HANDLED) ) { String msg ="notifyServiceMap - GAP in event sequence " +"[serviceRegistrar={0}], " From [email protected] Sun Nov 08 20:49:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96940 invoked from network); 8 Nov 2009 20:49:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Nov 2009 20:49:55 -0000 Received: (qmail 46162 invoked by uid 500); 8 Nov 2009 20:49:55 -0000 Delivered-To: [email protected] Received: (qmail 46118 invoked by uid 500); 8 Nov 2009 20:49: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46109 invoked by uid 99); 8 Nov 2009 20:49:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 20:49:55 +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, 08 Nov 2009 20:49:52 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5F0CD234C045 for <[email protected]>; Sun, 8 Nov 2009 12:49:32 -0800 (PST) Message-ID: <157308965.1257713372375.JavaMail.jira@brutus> Date: Sun, 8 Nov 2009 20:49:32 +0000 (UTC) From: "Brian Murphy (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-324) Under certain circumstances, the ServiceDiscoveryManager internal LookupCache implementation can incorrectly process attribute change events before the lookup snapshot is processed. In-Reply-To: <957753596.1257713012378.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/RIVER-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Murphy updated RIVER-324: ------------------------------- Attachment: river-324.patch Attached patch file contains the diffs that reflect the proposed fix referenced in this issue's description. > Under certain circumstances, the ServiceDiscoveryManager internal LookupCache implementation can incorrectly process attribute change events before the lookup snapshot is processed. > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: RIVER-324 > URL: https://issues.apache.org/jira/browse/RIVER-324 > Project: River > Issue Type: Bug > Components: net_jini_lookup > Affects Versions: AR1 > Reporter: Brian Murphy > Assignee: Brian Murphy > Priority: Minor > Fix For: AR2 > > Attachments: river-324.patch > > > When an attribute change event is received from the > lookup service between the time the cache registers > the event listener and the initial LookupTask takes > the snapshot of the associated service state, the > change event can get processed first, which can > result in incorrect attribute state. > This bug has been observed in a currently deployed > system, generally at startup when the services of > the system are changing their attributes from an > initial, 'unknown' state, to a discovered state > that is shared among those services. What has been > observed is a sequence like the following: > 1. event registration is sent to the lookup service > 2. snapshot is requested (LookupTask is queued) > 3. the lookup service sends back in the requested > snapshot, the initial state the service registered > for itself > 4. the service sends an attribute modification > request to the lookup service, which sends an > attribute change event to the cache > 5. before the cache's LookupTask processes the > snapshot from the lookup service, the event > arrives and the event processing thread of the > cache processes the event containing the latest > state of the service's attributes. > 6. the cache then processes the snapshot, replacing > the latest, most up-to-date attribute state with > the original, initial state reflected in the > snapshot. > 7. the cache now has an incorrect view of the > service's state. > Bob Scheifler has implemented a simple fix; which > is (quoting Bob), "to have the LookupTask execute > the tasks it creates directly, rather than queueing > them." That is, force any pending snapshot processing > tasks to be executed before the event processing > tasks. > Note that with the proposed fix, if more than > one lookup service is running, it is possible for > an attribute to "regress" as the lookup services > do not receive a given attribute change at exactly > the same time, but the inconsistency will eventually > correct itself as the cache receives each attribute > change event, and so should not be a permanent > condition. -- 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 Nov 08 20:53:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97203 invoked from network); 8 Nov 2009 20:53:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Nov 2009 20:53:56 -0000 Received: (qmail 46435 invoked by uid 500); 8 Nov 2009 20:53:56 -0000 Delivered-To: [email protected] Received: (qmail 46388 invoked by uid 500); 8 Nov 2009 20: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46379 invoked by uid 99); 8 Nov 2009 20:53:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 20:53: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 20:53:53 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 70411234C04C for <[email protected]>; Sun, 8 Nov 2009 12:53:32 -0800 (PST) Message-ID: <739711220.1257713612458.JavaMail.jira@brutus> Date: Sun, 8 Nov 2009 20:53:32 +0000 (UTC) From: "Brian Murphy (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (RIVER-324) Under certain circumstances, the ServiceDiscoveryManager internal LookupCache implementation can incorrectly process attribute change events before the lookup snapshot is processed. In-Reply-To: <957753596.1257713012378.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/RIVER-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774823#action_12774823 ] Brian Murphy commented on RIVER-324: ------------------------------------ Changeset 833922: contains the proposed fix reflected in the attached patch file, and described in this issue's description. Verification: ran all ServiceDiscoveryManager tests and observed no errors or problems. btm-08-Nov-2009 > Under certain circumstances, the ServiceDiscoveryManager internal LookupCache implementation can incorrectly process attribute change events before the lookup snapshot is processed. > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: RIVER-324 > URL: https://issues.apache.org/jira/browse/RIVER-324 > Project: River > Issue Type: Bug > Components: net_jini_lookup > Affects Versions: AR1 > Reporter: Brian Murphy > Assignee: Brian Murphy > Priority: Minor > Fix For: AR2 > > Attachments: river-324.patch > > > When an attribute change event is received from the > lookup service between the time the cache registers > the event listener and the initial LookupTask takes > the snapshot of the associated service state, the > change event can get processed first, which can > result in incorrect attribute state. > This bug has been observed in a currently deployed > system, generally at startup when the services of > the system are changing their attributes from an > initial, 'unknown' state, to a discovered state > that is shared among those services. What has been > observed is a sequence like the following: > 1. event registration is sent to the lookup service > 2. snapshot is requested (LookupTask is queued) > 3. the lookup service sends back in the requested > snapshot, the initial state the service registered > for itself > 4. the service sends an attribute modification > request to the lookup service, which sends an > attribute change event to the cache > 5. before the cache's LookupTask processes the > snapshot from the lookup service, the event > arrives and the event processing thread of the > cache processes the event containing the latest > state of the service's attributes. > 6. the cache then processes the snapshot, replacing > the latest, most up-to-date attribute state with > the original, initial state reflected in the > snapshot. > 7. the cache now has an incorrect view of the > service's state. > Bob Scheifler has implemented a simple fix; which > is (quoting Bob), "to have the LookupTask execute > the tasks it creates directly, rather than queueing > them." That is, force any pending snapshot processing > tasks to be executed before the event processing > tasks. > Note that with the proposed fix, if more than > one lookup service is running, it is possible for > an attribute to "regress" as the lookup services > do not receive a given attribute change at exactly > the same time, but the inconsistency will eventually > correct itself as the cache receives each attribute > change event, and so should not be a permanent > condition. -- 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 Nov 09 21:10:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27684 invoked from network); 9 Nov 2009 21:10:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2009 21:10:55 -0000 Received: (qmail 23534 invoked by uid 500); 9 Nov 2009 21:10:55 -0000 Delivered-To: [email protected] Received: (qmail 23500 invoked by uid 500); 9 Nov 2009 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]> List-Id: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23491 invoked by uid 99); 9 Nov 2009 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; Mon, 09 Nov 2009 21:10:54 +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; Mon, 09 Nov 2009 21:10:52 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 62945234C046 for <[email protected]>; Mon, 9 Nov 2009 13:10:32 -0800 (PST) Message-ID: <849533483.1257801032399.JavaMail.jira@brutus> Date: Mon, 9 Nov 2009 21:10:32 +0000 (UTC) From: "Sim IJskes (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-71) use configurable ServerSocketFactory to create server socket for unicast discovery In-Reply-To: <11216709.1185475503756.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/RIVER-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sim IJskes updated RIVER-71: ---------------------------- Attachment: RegistrarImpl.java.patch patch for issue. > use configurable ServerSocketFactory to create server socket for unicast discovery > ---------------------------------------------------------------------------------- > > Key: RIVER-71 > URL: https://issues.apache.org/jira/browse/RIVER-71 > Project: River > Issue Type: Improvement > Components: com_sun_jini_reggie > Affects Versions: jtsk_2.1 > Reporter: Jim Hurley > Priority: Minor > Attachments: RegistrarImpl.java.patch > > > Bugtraq ID [6449005|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6449005] > An RFE for Reggie: make it so that the ServerSocket used to > handle unicast discovery is created from a configurable ServerSocketFactory. > We've run across this when trying to run Reggie behind a firewall where a range > of ports is exposed--if there were a configurable ServerSocketFactory, then we > could specify one that allocated a ServerSocket within that range. > > (I realize we could configure a fixed port number or open up the default > unicast discovery port in the firewall, but we'd like to avoid hardcoding > portnumbers into our configurations as much as possible, and also don't want to > preclude running more than one instance of Reggie on a given host.) -- 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 Nov 09 22:23:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72798 invoked from network); 9 Nov 2009 22:23:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2009 22:23:55 -0000 Received: (qmail 42520 invoked by uid 500); 9 Nov 2009 22:23:55 -0000 Delivered-To: [email protected] Received: (qmail 42465 invoked by uid 500); 9 Nov 2009 22: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]> List-Id: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42456 invoked by uid 99); 9 Nov 2009 22: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, 09 Nov 2009 22: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, 09 Nov 2009 22:23:53 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 61326234C046 for <[email protected]>; Mon, 9 Nov 2009 14:23:32 -0800 (PST) Message-ID: <1914123083.1257805412383.JavaMail.jira@brutus> Date: Mon, 9 Nov 2009 22:23:32 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone updated RIVER-323: ---------------------------------- Attachment: ConcurrentPermissions_DynamicPolicyProviderVersion3.patch Various changes, reducing unnecessary object creation, structure changes, concurrency bug fixes > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Priority: Minor > Attachments: ConcurrentPermissions_DynamicPolicyProvider.patch, ConcurrentPermissions_DynamicPolicyProviderVersion2.patch, ConcurrentPermissions_DynamicPolicyProviderVersion3.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 10 14:57:51 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41027 invoked from network); 10 Nov 2009 14:57:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Nov 2009 14:57:51 -0000 Received: (qmail 31895 invoked by uid 500); 10 Nov 2009 14:57:51 -0000 Delivered-To: [email protected] Received: (qmail 31870 invoked by uid 500); 10 Nov 2009 14: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31861 invoked by uid 99); 10 Nov 2009 14:57:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 14: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 14:57:48 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id D7EB2234C046 for <[email protected]>; Tue, 10 Nov 2009 06:57:27 -0800 (PST) Message-ID: <401711504.1257865047865.JavaMail.jira@brutus> Date: Tue, 10 Nov 2009 14:57:27 +0000 (UTC) From: "Sim IJskes (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (RIVER-325) LookupLocator is missing ways to specify SocketFactory 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 LookupLocator is missing ways to specify SocketFactory ------------------------------------------------------ Key: RIVER-325 URL: https://issues.apache.org/jira/browse/RIVER-325 Project: River Issue Type: Improvement Components: net_jini_discovery Reporter: Sim IJskes Priority: Minor LookupLocator has no way to specify a SocketFactory. -- 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 10 17:15:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5753 invoked from network); 10 Nov 2009 17:15:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Nov 2009 17:15:50 -0000 Received: (qmail 18117 invoked by uid 500); 10 Nov 2009 17:15:50 -0000 Delivered-To: [email protected] Received: (qmail 18069 invoked by uid 500); 10 Nov 2009 17:15: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18059 invoked by uid 99); 10 Nov 2009 17:15: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 Nov 2009 17:15:50 +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, 10 Nov 2009 17:15:48 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id DFCBE234C046 for <[email protected]>; Tue, 10 Nov 2009 09:15:27 -0800 (PST) Message-ID: <651.232.9545.1257873327901.JavaMail.jira@brutus> Date: Tue, 10 Nov 2009 17:15:27 +0000 (UTC) From: "Sim IJskes (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-325) LookupLocator is missing ways to specify SocketFactory In-Reply-To: <401711504.1257865047865.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/RIVER-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sim IJskes updated RIVER-325: ----------------------------- Attachment: LookupLocator.java.patch The patch to solve this issue. > LookupLocator is missing ways to specify SocketFactory > ------------------------------------------------------ > > Key: RIVER-325 > URL: https://issues.apache.org/jira/browse/RIVER-325 > Project: River > Issue Type: Improvement > Components: net_jini_discovery > Reporter: Sim IJskes > Priority: Minor > Attachments: LookupLocator.java.patch > > > LookupLocator has no way to specify a SocketFactory. -- 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 10 23:27:52 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1130 invoked from network); 10 Nov 2009 23:27:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Nov 2009 23:27:52 -0000 Received: (qmail 98141 invoked by uid 500); 10 Nov 2009 23:27:51 -0000 Delivered-To: [email protected] Received: (qmail 98016 invoked by uid 500); 10 Nov 2009 23:27: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97907 invoked by uid 99); 10 Nov 2009 23:27:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 23:27: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 23:27:48 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id E81B8234C4A9 for <[email protected]>; Tue, 10 Nov 2009 15:27:27 -0800 (PST) Message-ID: <1579755988.1257895647949.JavaMail.jira@brutus> Date: Tue, 10 Nov 2009 23:27:27 +0000 (UTC) From: "Gregg Wonderly (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (RIVER-325) LookupLocator is missing ways to specify SocketFactory In-Reply-To: <401711504.1257865047865.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/RIVER-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776162#action_12776162 ] Gregg Wonderly commented on RIVER-325: -------------------------------------- I don't see a change for .equals() in the diff. Since you changed .hashCode() I think it would be wise to add the socket factory to the equals as well so that the use of the socket factory does make them different instances. > LookupLocator is missing ways to specify SocketFactory > ------------------------------------------------------ > > Key: RIVER-325 > URL: https://issues.apache.org/jira/browse/RIVER-325 > Project: River > Issue Type: Improvement > Components: net_jini_discovery > Reporter: Sim IJskes > Priority: Minor > Attachments: LookupLocator.java.patch > > > LookupLocator has no way to specify a SocketFactory. -- 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 10 23:27:52 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1165 invoked from network); 10 Nov 2009 23:27:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Nov 2009 23:27:52 -0000 Received: (qmail 98205 invoked by uid 500); 10 Nov 2009 23:27:51 -0000 Delivered-To: [email protected] Received: (qmail 98161 invoked by uid 500); 10 Nov 2009 23:27: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98076 invoked by uid 99); 10 Nov 2009 23:27:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 23:27:51 +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, 10 Nov 2009 23:27:48 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 0FE8D234C4AF for <[email protected]>; Tue, 10 Nov 2009 15:27:28 -0800 (PST) Message-ID: <1786804972.1257895648064.JavaMail.jira@brutus> Date: Tue, 10 Nov 2009 23:27:28 +0000 (UTC) From: "Gregg Wonderly (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-325) LookupLocator is missing ways to specify SocketFactory In-Reply-To: <401711504.1257865047865.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/RIVER-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregg Wonderly updated RIVER-325: --------------------------------- Comment: was deleted (was: I don't see a change for .equals() in the diff. Since you changed .hashCode() I think it would be wise to add the socket factory to the equals as well so that the use of the socket factory does make them different instances. ) > LookupLocator is missing ways to specify SocketFactory > ------------------------------------------------------ > > Key: RIVER-325 > URL: https://issues.apache.org/jira/browse/RIVER-325 > Project: River > Issue Type: Improvement > Components: net_jini_discovery > Reporter: Sim IJskes > Priority: Minor > Attachments: LookupLocator.java.patch > > > LookupLocator has no way to specify a SocketFactory. -- 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 Nov 15 06:03:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47460 invoked from network); 15 Nov 2009 06:03:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2009 06:03:02 -0000 Received: (qmail 87113 invoked by uid 500); 15 Nov 2009 06:03:02 -0000 Delivered-To: [email protected] Received: (qmail 87064 invoked by uid 500); 15 Nov 2009 06:03: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87055 invoked by uid 99); 15 Nov 2009 06:03:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Nov 2009 06:03:02 +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, 15 Nov 2009 06:02:59 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 947EF234C045 for <[email protected]>; Sat, 14 Nov 2009 22:02:39 -0800 (PST) Message-ID: <861284517.1258264959593.JavaMail.jira@brutus> Date: Sun, 15 Nov 2009 06:02:39 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone updated RIVER-323: ---------------------------------- Attachment: Concurrent_and_Revokeable_Permissions_Version4.patch See if you can help figure out the integration test issues I'm experiencing with client JVM's unable to see the jsk-policy.jar in their class path. > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Priority: Minor > Attachments: Concurrent_and_Revokeable_Permissions_Version4.patch, ConcurrentPermissions_DynamicPolicyProvider.patch, ConcurrentPermissions_DynamicPolicyProviderVersion2.patch, ConcurrentPermissions_DynamicPolicyProviderVersion3.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 Nov 15 11:43:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25456 invoked from network); 15 Nov 2009 11:43:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2009 11:43:02 -0000 Received: (qmail 99321 invoked by uid 500); 15 Nov 2009 11:43:02 -0000 Delivered-To: [email protected] Received: (qmail 99288 invoked by uid 500); 15 Nov 2009 11:43: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 99279 invoked by uid 99); 15 Nov 2009 11:43:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Nov 2009 11:43:01 +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, 15 Nov 2009 11:42:59 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 950EF234C045 for <[email protected]>; Sun, 15 Nov 2009 03:42:39 -0800 (PST) Message-ID: <918235782.1258285359596.JavaMail.jira@brutus> Date: Sun, 15 Nov 2009 11:42:39 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone updated RIVER-323: ---------------------------------- Attachment: Concurrent_and_Revokeable_Permissions_Version5.patch Minor revisions to fix compile error > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Priority: Minor > Attachments: Concurrent_and_Revokeable_Permissions_Version4.patch, Concurrent_and_Revokeable_Permissions_Version5.patch, ConcurrentPermissions_DynamicPolicyProvider.patch, ConcurrentPermissions_DynamicPolicyProviderVersion2.patch, ConcurrentPermissions_DynamicPolicyProviderVersion3.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 17 09:46:39 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63731 invoked from network); 17 Nov 2009 09:46:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Nov 2009 09:46:39 -0000 Received: (qmail 5265 invoked by uid 500); 17 Nov 2009 09:46:39 -0000 Delivered-To: [email protected] Received: (qmail 5211 invoked by uid 500); 17 Nov 2009 09: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5199 invoked by uid 99); 17 Nov 2009 09: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, 17 Nov 2009 09:46: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 eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 09:46:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 166A423888CE; Tue, 17 Nov 2009 09:46:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r881217 - /incubator/river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java Date: Tue, 17 Nov 2009 09:46: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: peter_firmstone Date: Tue Nov 17 09:46:14 2009 New Revision: 881217 URL: http://svn.apache.org/viewvc?rev=881217&view=rev Log: River-71 Patch, Thankyou Sim. Bugtraq ID 6449005 An RFE for Reggie: make it so that the ServerSocket used to handle unicast discovery is created from a configurable ServerSocketFactory. We've run across this when trying to run Reggie behind a firewall where a range of ports is exposed--if there were a configurable ServerSocketFactory, then we could specify one that allocated a ServerSocket within that range. (I realize we could configure a fixed port number or open up the default unicast discovery port in the firewall, but we'd like to avoid hardcoding portnumbers into our configurations as much as possible, and also don't want to preclude running more than one instance of Reggie on a given host.) Modified: incubator/river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java Modified: incubator/river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java?rev=881217&r1=881216&r2=881217&view=diff ============================================================================== --- incubator/river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java (original) +++ incubator/river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java Tue Nov 17 09:46:14 2009 @@ -19,7 +19,6 @@ import com.sun.jini.config.Config; import com.sun.jini.constants.ThrowableConstants; -import com.sun.jini.constants.TimeConstants; import com.sun.jini.constants.VersionConstants; import com.sun.jini.discovery.ClientSubjectChecker; import com.sun.jini.discovery.Discovery; @@ -82,6 +81,8 @@ import java.util.logging.Logger; import java.security.PrivilegedActionException; import java.security.PrivilegedExceptionAction; +import javax.net.ServerSocketFactory; +import javax.net.SocketFactory; import javax.security.auth.Subject; import javax.security.auth.login.LoginContext; import javax.security.auth.login.LoginException; @@ -189,6 +190,10 @@ /** Shutdown callback object, or null if no callback needed */ private LifeCycle lifeCycle; + /** Unicast socket factories */ + private ServerSocketFactory serverSocketFactory ; + private SocketFactory socketFactory; + /** * Map from ServiceID to SvcReg. Every service is in this map under * its serviceID. @@ -2044,7 +2049,7 @@ private void attemptResponse(InetSocketAddress addr, int timeout) throws Exception { - Socket s = new Socket(); + Socket s = socketFactory.createSocket(); try { s.connect(addr, timeout); respond(s); @@ -2451,14 +2456,14 @@ setDaemon(true); if (port == 0) { try { - listen = new ServerSocket(Constants.discoveryPort); + listen = serverSocketFactory.createServerSocket(Constants.discoveryPort); } catch (IOException e) { logger.log( Levels.HANDLED, "failed to bind to default port", e); } } if (listen == null) { - listen = new ServerSocket(port); + listen = serverSocketFactory.createServerSocket(port); } this.port = listen.getLocalPort(); } @@ -2500,7 +2505,8 @@ */ public synchronized void interrupt() { try { - (new Socket(InetAddress.getLocalHost(), port)).close(); + Socket s = socketFactory.createSocket(InetAddress.getLocalHost(), port); + s.close(); } catch (IOException e) { } super.interrupt(); @@ -4391,6 +4397,14 @@ { this.lifeCycle = lifeCycle; + + serverSocketFactory = (ServerSocketFactory) config.getEntry( + COMPONENT, "serverSocketFactory", ServerSocketFactory.class, + ServerSocketFactory.getDefault(), Configuration.NO_DATA); + socketFactory = (SocketFactory) config.getEntry( + COMPONENT, "socketFactory", SocketFactory.class, + SocketFactory.getDefault(), Configuration.NO_DATA); + /* persistence-specific initialization */ if (persistent) { persistenceSnapshotThreshold = Config.getIntEntry( From [email protected] Tue Nov 17 09:53:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66350 invoked from network); 17 Nov 2009 09:53:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Nov 2009 09:53:22 -0000 Received: (qmail 15987 invoked by uid 500); 17 Nov 2009 09:53:22 -0000 Delivered-To: [email protected] Received: (qmail 15934 invoked by uid 500); 17 Nov 2009 09:53: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15925 invoked by uid 99); 17 Nov 2009 09:53:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 09:53: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, 17 Nov 2009 09:53:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D2BFA23888CE; Tue, 17 Nov 2009 09:52:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r881220 - /incubator/river/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java Date: Tue, 17 Nov 2009 09:52: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: peter_firmstone Date: Tue Nov 17 09:52:48 2009 New Revision: 881220 URL: http://svn.apache.org/viewvc?rev=881220&view=rev Log: River-325 Patch to LookupLocator for SocketFactory support aka River-71 Thank you Sim. Modified: incubator/river/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java Modified: incubator/river/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java?rev=881220&r1=881219&r2=881220&view=diff ============================================================================== --- incubator/river/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java (original) +++ incubator/river/jtsk/trunk/src/net/jini/core/discovery/LookupLocator.java Tue Nov 17 09:52:48 2009 @@ -17,6 +17,7 @@ */ package net.jini.core.discovery; +import com.sun.jini.jeri.internal.runtime.Util; import java.io.DataOutputStream; import java.io.IOException; import java.io.ObjectInputStream; @@ -31,6 +32,7 @@ import java.rmi.MarshalledObject; import java.security.AccessController; import java.security.PrivilegedAction; +import javax.net.SocketFactory; import net.jini.core.lookup.ServiceRegistrar; /** @@ -65,7 +67,14 @@ * @serial */ protected int port; - + /** + * The socket factory that this <code>LookupLocator</code> uses to + * create <code>Socket</code> objects. + * + * @serial + **/ + protected SocketFactory sf; + /** * The timeout after which we give up waiting for a response from * the lookup service. @@ -242,6 +251,41 @@ } /** + * Construct a new <code>LookupLocator</code> object, set to perform unicast + * discovery to the input <code>host</code> and <code>port</code> using the socketFactory. + * The + * <code>host</code>, <code>port</code> and <code>sf</code> fields will be populated with the + * <code>host</code>, <code>port</code> and <code>sf</code> arguments. No host name + * resolution is attempted. + * <p>The <code>host</code> + * argument must meet any one of the following syntactical requirements: + * <ul> + * <li>A host as required by a <i>server-based naming authority</i> in + * section 3.2.2 of <a href="http://www.ietf.org/rfc/rfc2396.txt"> + * <i>RFC 2396: Uniform Resource Identifiers (URI): Generic Syntax</i></a> + * <li>A literal IPv6 address as defined by + * <a href="http://www.ietf.org/rfc/rfc2732.txt"> + * <i>RFC 2732: Format for Literal IPv6 Addresses in URL's</i></a> + * <li>A literal IPv6 address as defined by + * <a href="http://www.ietf.org/rfc/rfc3513.txt"> + * <i>RFC 3513: Internet Protocol Version 6 (IPv6) Addressing Architecture + * </i></a> + * </ul> + * + * @param host the name of the host to contact + * @param port the number of the port to connect to + * @param sf the factory to use for creating the socket + * @throws IllegalArgumentException if <code>port</code> is not between + * 1 and 65535 (both included) or if <code>host</code> cannot be parsed. + * @throws NullPointerException if <code>host</code> is <code>null</code> + */ + public LookupLocator(String host, int port, SocketFactory sf) + { + this(host,port); + this.sf = sf ; + } + + /** * Returns the name of the host that this instance should contact. * <code>LookupLocator</code> implements this method to return * the <code>host</code> field. @@ -317,7 +361,12 @@ } catch (UnknownHostException uhe) { // Cannot resolve the host name, maybe the socket implementation // can do it for us. - Socket sock = new Socket(host, port); + Socket sock ; + if( sf == null ) { + sock = new Socket(host, port); + } else { + sock = sf.createSocket(host, port); + } return getRegistrarFromSocket(sock, timeout); } IOException ioEx = null; @@ -325,7 +374,12 @@ ClassNotFoundException cnfEx = null; for (int i = 0; i < addrs.length; i++) { try { - Socket sock = new Socket(addrs[i], port); + Socket sock ; + if( sf == null ) { + sock = new Socket(addrs[i], port); + } else { + sock = sf.createSocket(addrs[i], port); + } return getRegistrarFromSocket(sock, timeout); } catch (ClassNotFoundException ex) { cnfEx = ex; @@ -407,7 +461,8 @@ } if (o instanceof LookupLocator) { LookupLocator oo = (LookupLocator) o; - return port == oo.port && host.equalsIgnoreCase(oo.host); + return port == oo.port && host.equalsIgnoreCase(oo.host) && + Util.sameClassAndEquals(sf, oo.sf); } return false; } @@ -417,7 +472,8 @@ * <code>port</code> field values. */ public int hashCode() { - return host.toLowerCase().hashCode() ^ port; + return host.toLowerCase().hashCode() ^ port ^ + (sf != null ? sf.hashCode() : 0); } // Checks if the host is an RFC 3513 IPv6 literal and converts it into From [email protected] Tue Nov 17 14:28:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72064 invoked from network); 17 Nov 2009 14:28:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Nov 2009 14:28:03 -0000 Received: (qmail 17668 invoked by uid 500); 17 Nov 2009 14:28:03 -0000 Delivered-To: [email protected] Received: (qmail 17638 invoked by uid 500); 17 Nov 2009 14:28: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17629 invoked by uid 99); 17 Nov 2009 14:28:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 14:28: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 14:28:00 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8CB80234C045 for <[email protected]>; Tue, 17 Nov 2009 06:27:39 -0800 (PST) Message-ID: <694297713.1258468059561.JavaMail.jira@brutus> Date: Tue, 17 Nov 2009 14:27:39 +0000 (UTC) From: "Sim IJskes (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (RIVER-326) doc target in qa/build.xml fails to produce documentation 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 doc target in qa/build.xml fails to produce documentation --------------------------------------------------------- Key: RIVER-326 URL: https://issues.apache.org/jira/browse/RIVER-326 Project: River Issue Type: Bug Components: build Reporter: Sim IJskes Priority: Minor The doc target in qa/build.xml does not produce documentation. -- 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 17 14:32:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75742 invoked from network); 17 Nov 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 Nov 2009 14:32:03 -0000 Received: (qmail 26771 invoked by uid 500); 17 Nov 2009 14:32:03 -0000 Delivered-To: [email protected] Received: (qmail 26749 invoked by uid 500); 17 Nov 2009 14: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26740 invoked by uid 99); 17 Nov 2009 14:32:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 14:32: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 14:32:00 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B97E6234C495 for <[email protected]>; Tue, 17 Nov 2009 06:31:39 -0800 (PST) Message-ID: <1429934429.1258468299758.JavaMail.jira@brutus> Date: Tue, 17 Nov 2009 14:31:39 +0000 (UTC) From: "Sim IJskes (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-326) doc target in qa/build.xml fails to produce documentation In-Reply-To: <694297713.1258468059561.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/RIVER-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sim IJskes updated RIVER-326: ----------------------------- Attachment: qa.build.xml.patch fix. > doc target in qa/build.xml fails to produce documentation > --------------------------------------------------------- > > Key: RIVER-326 > URL: https://issues.apache.org/jira/browse/RIVER-326 > Project: River > Issue Type: Bug > Components: build > Reporter: Sim IJskes > Priority: Minor > Attachments: qa.build.xml.patch > > Original Estimate: 0.02h > Remaining Estimate: 0.02h > > The doc target in qa/build.xml does not produce documentation. -- 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 17 15:16:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93660 invoked from network); 17 Nov 2009 15:16:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Nov 2009 15:16:02 -0000 Received: (qmail 15078 invoked by uid 500); 17 Nov 2009 15:16:02 -0000 Delivered-To: [email protected] Received: (qmail 15021 invoked by uid 500); 17 Nov 2009 15: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15012 invoked by uid 99); 17 Nov 2009 15:16:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 15:16:02 +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, 17 Nov 2009 15:16:00 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id F16AA234C48D for <[email protected]>; Tue, 17 Nov 2009 07:15:39 -0800 (PST) Message-ID: <905267754.1258470939987.JavaMail.jira@brutus> Date: Tue, 17 Nov 2009 15:15:39 +0000 (UTC) From: "Jonathan Costers (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (RIVER-326) doc target in qa/build.xml fails to produce documentation In-Reply-To: <694297713.1258468059561.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/RIVER-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778930#action_12778930 ] Jonathan Costers commented on RIVER-326: ---------------------------------------- Thanks for the patch. The reason why we needed to add the max memory of 96M was because this Ant target exited with an OutOfMemoryError on Windows for some reason. On Linux I had no issues tho. The question is why this OutOfMemoryError happens ... Until we get that answered all we do is work around the issue. > doc target in qa/build.xml fails to produce documentation > --------------------------------------------------------- > > Key: RIVER-326 > URL: https://issues.apache.org/jira/browse/RIVER-326 > Project: River > Issue Type: Bug > Components: build > Reporter: Sim IJskes > Priority: Minor > Attachments: qa.build.xml.patch > > Original Estimate: 0.02h > Remaining Estimate: 0.02h > > The doc target in qa/build.xml does not produce documentation. -- 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 Nov 19 11:58:32 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20122 invoked from network); 19 Nov 2009 11:58:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Nov 2009 11:58:32 -0000 Received: (qmail 26095 invoked by uid 500); 19 Nov 2009 11:58:32 -0000 Delivered-To: [email protected] Received: (qmail 26042 invoked by uid 500); 19 Nov 2009 11: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26033 invoked by uid 99); 19 Nov 2009 11:58:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2009 11:58: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; Thu, 19 Nov 2009 11:58:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 601B32388874; Thu, 19 Nov 2009 11:57:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r882120 - in /incubator/river/jtsk/trunk/qa/src/com/sun/jini: qa/harness/ test/spec/config/configurationfile/ test/spec/config/configurationprovider/ test/spec/security/basicproxypreparer/ test/spec/security/security/ Date: Thu, 19 Nov 2009 11:57: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: peter_firmstone Date: Thu Nov 19 11:57:35 2009 New Revision: 882120 URL: http://svn.apache.org/viewvc?rev=882120&view=rev Log: Changes to getURL methods to fix occasional hang due to malformed URL Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/QAConfig.java incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/Constructor_Test.java incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryInternal_Test.java incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryNames_Test.java incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryType_Test.java incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetSpecialEntryType_Test.java incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetSpecialEntry_Test.java incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/ToString_Test.java incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationprovider/GetInstance_QATest.java incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/basicproxypreparer/Verify_Test.java incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyCodebaseIntegrityTest.java incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyObjectTrustTest.java Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/QAConfig.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/QAConfig.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/QAConfig.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/QAConfig.java Thu Nov 19 11:57:35 2009 @@ -438,7 +438,7 @@ throw new TestException("test jar found not found: " + testJar); } try { - URL testJarURL = testJarFile.getCanonicalFile().toURL(); + URL testJarURL = testJarFile.getCanonicalFile().toURI().toURL(); testLoader = new URLClassLoader(new URL[]{testJarURL}, getClass().getClassLoader()); } catch (Exception e) { @@ -707,7 +707,7 @@ File entryFile = getComponentFile(entryName, td); if (entryFile != null) { try { - return entryFile.getCanonicalFile().toURL(); + return entryFile.getCanonicalFile().toURI().toURL(); } catch (Exception e) { throw new TestException("problem converting file to url", e); } Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/Constructor_Test.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/Constructor_Test.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/Constructor_Test.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/Constructor_Test.java Thu Nov 19 11:57:35 2009 @@ -194,7 +194,7 @@ String[] optionsWithDash = { "-" }; callConstructor(testCase, confFile, optionsWithDash); - URL confFileURL = confFile.toURL(); + URL confFileURL = confFile.toURI().toURL(); logger.log(Level.INFO, "File URL=" + confFileURL.toString()); String[] optionsWithFileURL = { confFileURL.toString() }; @@ -267,7 +267,7 @@ + " element is invalid url"); } - unexistConfFileURL = unexistConfFile.toURL(); + unexistConfFileURL = unexistConfFile.toURI().toURL(); String[] optionsWithUnexistFileURL = { unexistConfFileURL.toString() }; try { Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryInternal_Test.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryInternal_Test.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryInternal_Test.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryInternal_Test.java Thu Nov 19 11:57:35 2009 @@ -265,7 +265,7 @@ + entryLine + ";\n}\n"; createFile(confFile, conf); - URL confFileURL = confFile.toURL(); + URL confFileURL = confFile.toURI().toURL(); String[] optionsWithURL = { confFileURL.toString() }; return (FakeConfigurationFile) callConstructor( testCase, confFileURL, optionsWithURL); Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryNames_Test.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryNames_Test.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryNames_Test.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryNames_Test.java Thu Nov 19 11:57:35 2009 @@ -212,7 +212,7 @@ String[] optionsWithFile = { confFile.getPath() }; options = optionsWithFile; } else if (testSubCase == OPT_URL_SUBCASE) { - URL confFileURL = confFile.toURL(); + URL confFileURL = confFile.toURI().toURL(); String[] optionsWithURL = { confFileURL.toString() }; options = optionsWithURL; } else { // if (testSubCase == OPT_OVERRIDE_SUBCASE) { Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryType_Test.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryType_Test.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryType_Test.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetEntryType_Test.java Thu Nov 19 11:57:35 2009 @@ -284,7 +284,7 @@ + entryLine + ";\n}\n"; createFile(confFile, conf); - URL confFileURL = confFile.toURL(); + URL confFileURL = confFile.toURI().toURL(); String[] optionsWithURL = { confFileURL.toString() }; return (FakeConfigurationFile) callConstructor( testCase, confFileURL, optionsWithURL); Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetSpecialEntryType_Test.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetSpecialEntryType_Test.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetSpecialEntryType_Test.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetSpecialEntryType_Test.java Thu Nov 19 11:57:35 2009 @@ -130,7 +130,7 @@ + entryLine + ";\n}\n"; createFile(confFile, conf); - URL confFileURL = confFile.toURL(); + URL confFileURL = confFile.toURI().toURL(); String[] optionsWithURL = { confFileURL.toString() }; return (FakeConfigurationFile) callConstructor( testCase, confFileURL, optionsWithURL); Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetSpecialEntry_Test.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetSpecialEntry_Test.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetSpecialEntry_Test.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/GetSpecialEntry_Test.java Thu Nov 19 11:57:35 2009 @@ -130,7 +130,7 @@ + entryLine + ";\n}\n"; createFile(confFile, conf); - URL confFileURL = confFile.toURL(); + URL confFileURL = confFile.toURI().toURL(); String[] optionsWithURL = { confFileURL.toString() }; return (FakeConfigurationFile) callConstructor( testCase, confFileURL, optionsWithURL); Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/ToString_Test.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/ToString_Test.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/ToString_Test.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationfile/ToString_Test.java Thu Nov 19 11:57:35 2009 @@ -368,7 +368,7 @@ String[] optionsWithDash = { "-" }; checkVariant(testCase, confFile, optionsWithDash); - URL confFileURL = confFile.toURL(); + URL confFileURL = confFile.toURI().toURL(); logger.log(Level.INFO, "File URL=" + confFileURL.toString()); String[] optionsWithFileURL = { confFileURL.toString() }; Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationprovider/GetInstance_QATest.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationprovider/GetInstance_QATest.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationprovider/GetInstance_QATest.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/config/configurationprovider/GetInstance_QATest.java Thu Nov 19 11:57:35 2009 @@ -1,4 +1,4 @@ -/* + /* * 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 @@ -126,7 +126,7 @@ File confResource = new File(servicesDir.getPath(), "net.jini.config.Configuration"); createFile(confResource, content); - URL classURL = classDir.toURL(); + URL classURL = classDir.toURI().toURL(); URL[] urls = { classURL }; return urls; } Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/basicproxypreparer/Verify_Test.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/basicproxypreparer/Verify_Test.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/basicproxypreparer/Verify_Test.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/basicproxypreparer/Verify_Test.java Thu Nov 19 11:57:35 2009 @@ -148,7 +148,7 @@ // 2 If proxy is not null, if verify is true, if trusted File jarFile = Util.createResourceJar(resName, new Class[] { TrueTrustVerifier.class }); - URL[] urls = { jarFile.toURL() }; + URL[] urls = { jarFile.toURI().toURL() }; ClassLoader testCl = new URLClassLoader(urls); Thread.currentThread().setContextClassLoader(testCl); Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyCodebaseIntegrityTest.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyCodebaseIntegrityTest.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyCodebaseIntegrityTest.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyCodebaseIntegrityTest.java Thu Nov 19 11:57:35 2009 @@ -192,7 +192,7 @@ if (useNullLoader[i]) { testCl = null; } else { - testCl = new FakeClassLoader(jarFile.toURL()); + testCl = new FakeClassLoader(jarFile.toURI().toURL()); } try { @@ -226,10 +226,10 @@ if (useNullLoader[i]) { testCl = null; } else { - testCl = new FakeClassLoader(jarFile.toURL()); + testCl = new FakeClassLoader(jarFile.toURI().toURL()); } Thread.currentThread().setContextClassLoader( - new FakeClassLoader(jarFile.toURL())); + new FakeClassLoader(jarFile.toURI().toURL())); try { callVerifyCodebaseIntegrity(testUrls[k], testCl); Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyObjectTrustTest.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyObjectTrustTest.java?rev=882120&r1=882119&r2=882120&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyObjectTrustTest.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyObjectTrustTest.java Thu Nov 19 11:57:35 2009 @@ -210,6 +210,7 @@ * This method performs all actions mentioned in class description. * */ + @SuppressWarnings("deprecation") public void run() throws Exception { File jarFile = null; Object testObj = new TestObject(); @@ -391,6 +392,7 @@ * @param obj Object for 'verifyObjectTrust' method * @param loader ClassLoader for 'verifyObjectTrust' method * @param context Collection for 'verifyObjectTrust' method + * @throws java.rmi.RemoteException */ protected void callVerifyObjectTrust(Object obj, ClassLoader loader, Collection context) throws RemoteException { From [email protected] Tue Nov 24 21:05:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12110 invoked from network); 24 Nov 2009 21:05:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Nov 2009 21:05:38 -0000 Received: (qmail 34235 invoked by uid 500); 24 Nov 2009 21:05:38 -0000 Delivered-To: [email protected] Received: (qmail 34203 invoked by uid 500); 24 Nov 2009 21:05: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34194 invoked by uid 99); 24 Nov 2009 21:05:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 21:05:37 +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; Tue, 24 Nov 2009 21:05:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 43C09238888F; Tue, 24 Nov 2009 21:05:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r883875 - /incubator/river/jtsk/skunk/RIVER-52/ Date: Tue, 24 Nov 2009 21:05:15 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: thobbs Date: Tue Nov 24 21:05:14 2009 New Revision: 883875 URL: http://svn.apache.org/viewvc?rev=883875&view=rev Log: RIVER-52: new branch to investigate bug and fix if proven Added: incubator/river/jtsk/skunk/RIVER-52/ (props changed) - copied from r883874, incubator/river/jtsk/trunk/ Propchange: incubator/river/jtsk/skunk/RIVER-52/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Tue Nov 24 21:05:14 2009 @@ -0,0 +1,10 @@ +classes +lib-ext +build.properties +deps +configentry +nbproject +build +.* +lib-dl +dist Propchange: incubator/river/jtsk/skunk/RIVER-52/ ------------------------------------------------------------------------------ svn:mergeinfo = /incubator/river/jtsk/skunk/jcosters:765902-766476 From [email protected] Wed Nov 25 13:45:18 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81455 invoked from network); 25 Nov 2009 13:45:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2009 13:45:18 -0000 Received: (qmail 93359 invoked by uid 500); 25 Nov 2009 13:45:18 -0000 Delivered-To: [email protected] Received: (qmail 93303 invoked by uid 500); 25 Nov 2009 13:45: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93294 invoked by uid 99); 25 Nov 2009 13:45:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 13:45: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; Wed, 25 Nov 2009 13:45:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A020623888C2; Wed, 25 Nov 2009 13:44:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r884092 - in /incubator/river/jtsk/skunk/RIVER-52/test/src/com/sun/jini/reggie: ./ reggielogger.properties Date: Wed, 25 Nov 2009 13:44: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: thobbs Date: Wed Nov 25 13:44:54 2009 New Revision: 884092 URL: http://svn.apache.org/viewvc?rev=884092&view=rev Log: Java Logger for a destructive reggie JUnit test. Committing harmless file to check SVN setup. Added: incubator/river/jtsk/skunk/RIVER-52/test/src/com/sun/jini/reggie/ incubator/river/jtsk/skunk/RIVER-52/test/src/com/sun/jini/reggie/reggielogger.properties Added: incubator/river/jtsk/skunk/RIVER-52/test/src/com/sun/jini/reggie/reggielogger.properties URL: http://svn.apache.org/viewvc/incubator/river/jtsk/skunk/RIVER-52/test/src/com/sun/jini/reggie/reggielogger.properties?rev=884092&view=auto ============================================================================== --- incubator/river/jtsk/skunk/RIVER-52/test/src/com/sun/jini/reggie/reggielogger.properties (added) +++ incubator/river/jtsk/skunk/RIVER-52/test/src/com/sun/jini/reggie/reggielogger.properties Wed Nov 25 13:44:54 2009 @@ -0,0 +1,9 @@ +handlers = java.util.logging.ConsoleHandler + +#.level=ALL + +com.sun.jini.reggie.level = FINEST + +java.util.logging.ConsoleHandler.level= FINEST + +java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter \ No newline at end of file From [email protected] Mon Nov 30 21:50:34 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5990 invoked from network); 30 Nov 2009 21:50:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2009 21:50:33 -0000 Received: (qmail 51166 invoked by uid 500); 30 Nov 2009 21:50:33 -0000 Delivered-To: [email protected] Received: (qmail 51112 invoked by uid 500); 30 Nov 2009 21:50: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51103 invoked by uid 99); 30 Nov 2009 21:50:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 21:50:33 +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, 30 Nov 2009 21:50:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 37B1423889CF; Mon, 30 Nov 2009 21:50:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r885593 - /incubator/river/jtsk/trunk/qa/build.xml Date: Mon, 30 Nov 2009 21:50:10 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: peter_firmstone Date: Mon Nov 30 21:50:09 2009 New Revision: 885593 URL: http://svn.apache.org/viewvc?rev=885593&view=rev Log: QA build has a minimum requirement of JDK1.6, although the current River release supports Java 1.4, this commit allows Java 5 language features in the QA build. Modified: incubator/river/jtsk/trunk/qa/build.xml Modified: incubator/river/jtsk/trunk/qa/build.xml URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/build.xml?rev=885593&r1=885592&r2=885593&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/build.xml (original) +++ incubator/river/jtsk/trunk/qa/build.xml Mon Nov 30 21:50:09 2009 @@ -25,7 +25,7 @@ <property name="root" location=".." /> <!-- Override this to build/run QA tests against an external River installation --> - <property name="river.home" location="${root}"/> + <property name="river.home" location="${root}"/> <!-- Import common settings and macros --> <import file="${root}/common.xml"/> @@ -154,6 +154,7 @@ reportdir="${jtreg.dir}/JTreport" workdir="${jtreg.dir}/JTwork" jdk="${jdk1.5.home}"> <arg value="-cpa:${jtlib.tmp}/jsk-policy.jar:${jtlib.tmp}/jsk-lib.jar:${jtlib.tmp}/jsk-platform.jar:${jtlib.tmp}/jsk-resources.jar:${jtlib.tmp}/phoenix-init.jar"/> + <arg value="-timeout:2"/> <!--<arg value="-Djsk.home=${river.home}"/>--> <arg value="-Djtlib.tmp=${jtlib.tmp}"/> <!--<arg value="-status:fail"/>--> @@ -261,7 +262,7 @@ destdir="${doc.api.dir}" doctitle="${javadoc.doc-title}" serialwarn="false" - source="1.4" + source="5" linkoffline="${jdk.doc.url} ${jdk.packages}" use="true" version="true" From [email protected] Mon Nov 30 22:27:43 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42504 invoked from network); 30 Nov 2009 22:27:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2009 22:27:43 -0000 Received: (qmail 6735 invoked by uid 500); 30 Nov 2009 22:27:43 -0000 Delivered-To: [email protected] Received: (qmail 6680 invoked by uid 500); 30 Nov 2009 22:27: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6670 invoked by uid 99); 30 Nov 2009 22:27:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 22:27:43 +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; Mon, 30 Nov 2009 22:27:40 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id CB26A234C4AB for <[email protected]>; Mon, 30 Nov 2009 14:27:20 -0800 (PST) Message-ID: <112072784.1259620040830.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 22:27:20 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (RIVER-324) Under certain circumstances, the ServiceDiscoveryManager internal LookupCache implementation can incorrectly process attribute change events before the lookup snapshot is processed. In-Reply-To: <957753596.1257713012378.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/RIVER-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783892#action_12783892 ] Peter Firmstone commented on RIVER-324: --------------------------------------- Can this issue be safely closed? > Under certain circumstances, the ServiceDiscoveryManager internal LookupCache implementation can incorrectly process attribute change events before the lookup snapshot is processed. > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: RIVER-324 > URL: https://issues.apache.org/jira/browse/RIVER-324 > Project: River > Issue Type: Bug > Components: net_jini_lookup > Affects Versions: AR1 > Reporter: Brian Murphy > Assignee: Brian Murphy > Priority: Minor > Fix For: AR2 > > Attachments: river-324.patch > > > When an attribute change event is received from the > lookup service between the time the cache registers > the event listener and the initial LookupTask takes > the snapshot of the associated service state, the > change event can get processed first, which can > result in incorrect attribute state. > This bug has been observed in a currently deployed > system, generally at startup when the services of > the system are changing their attributes from an > initial, 'unknown' state, to a discovered state > that is shared among those services. What has been > observed is a sequence like the following: > 1. event registration is sent to the lookup service > 2. snapshot is requested (LookupTask is queued) > 3. the lookup service sends back in the requested > snapshot, the initial state the service registered > for itself > 4. the service sends an attribute modification > request to the lookup service, which sends an > attribute change event to the cache > 5. before the cache's LookupTask processes the > snapshot from the lookup service, the event > arrives and the event processing thread of the > cache processes the event containing the latest > state of the service's attributes. > 6. the cache then processes the snapshot, replacing > the latest, most up-to-date attribute state with > the original, initial state reflected in the > snapshot. > 7. the cache now has an incorrect view of the > service's state. > Bob Scheifler has implemented a simple fix; which > is (quoting Bob), "to have the LookupTask execute > the tasks it creates directly, rather than queueing > them." That is, force any pending snapshot processing > tasks to be executed before the event processing > tasks. > Note that with the proposed fix, if more than > one lookup service is running, it is possible for > an attribute to "regress" as the lookup services > do not receive a given attribute change at exactly > the same time, but the inconsistency will eventually > correct itself as the cache receives each attribute > change event, and so should not be a permanent > condition. -- 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 Nov 30 23:28:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83738 invoked from network); 30 Nov 2009 23:28:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2009 23:28:44 -0000 Received: (qmail 25060 invoked by uid 500); 30 Nov 2009 23:28:44 -0000 Delivered-To: [email protected] Received: (qmail 25006 invoked by uid 500); 30 Nov 2009 23: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]> List-Id: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24911 invoked by uid 99); 30 Nov 2009 23:28:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:28:43 +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; Mon, 30 Nov 2009 23:28:40 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id E362A234C4AA for <[email protected]>; Mon, 30 Nov 2009 15:28:20 -0800 (PST) Message-ID: <58937153.1259623700929.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 23:28:20 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone reassigned RIVER-323: ------------------------------------- Assignee: Peter Firmstone > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Assignee: Peter Firmstone > Priority: Minor > Attachments: Concurrent_and_Revokeable_Permissions_Version4.patch, Concurrent_and_Revokeable_Permissions_Version5.patch, ConcurrentPermissions_DynamicPolicyProvider.patch, ConcurrentPermissions_DynamicPolicyProviderVersion2.patch, ConcurrentPermissions_DynamicPolicyProviderVersion3.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 Nov 30 23:36:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86269 invoked from network); 30 Nov 2009 23:36:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2009 23:36:22 -0000 Received: (qmail 29621 invoked by uid 500); 30 Nov 2009 23:36:22 -0000 Delivered-To: [email protected] Received: (qmail 29565 invoked by uid 500); 30 Nov 2009 23:36: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29556 invoked by uid 99); 30 Nov 2009 23:36:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:36: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, 30 Nov 2009 23:36:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9832023888D1; Mon, 30 Nov 2009 23:35:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r885620 - /incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyObjectTrustTest.java Date: Mon, 30 Nov 2009 23:35:59 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: peter_firmstone Date: Mon Nov 30 23:35:59 2009 New Revision: 885620 URL: http://svn.apache.org/viewvc?rev=885620&view=rev Log: QA build has a minimum requirement of JDK1.6, although the current River release supports Java 1.4, this commit reverts back to java 1.4 language feaures, methods changed to avoid depreciated method .toURL(); Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyObjectTrustTest.java Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyObjectTrustTest.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyObjectTrustTest.java?rev=885620&r1=885619&r2=885620&view=diff ============================================================================== --- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyObjectTrustTest.java (original) +++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/security/VerifyObjectTrustTest.java Mon Nov 30 23:35:59 2009 @@ -210,7 +210,6 @@ * This method performs all actions mentioned in class description. * */ - @SuppressWarnings("deprecation") public void run() throws Exception { File jarFile = null; Object testObj = new TestObject(); @@ -250,7 +249,7 @@ if (useNullLoader[i]) { testCl = null; } else { - testCl = new FakeClassLoader(jarFile.toURL()); + testCl = new FakeClassLoader(jarFile.toURI().toURL()); } try { @@ -279,10 +278,10 @@ if (useNullLoader[i]) { testCl = null; } else { - testCl = new FakeClassLoader(jarFile.toURL()); + testCl = new FakeClassLoader(jarFile.toURI().toURL()); } Thread.currentThread().setContextClassLoader( - new FakeClassLoader(jarFile.toURL())); + new FakeClassLoader(jarFile.toURI().toURL())); try { callVerifyObjectTrust(testObj, testCl, testCtx); From [email protected] Mon Nov 30 23:42:43 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87373 invoked from network); 30 Nov 2009 23:42:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2009 23:42:43 -0000 Received: (qmail 35563 invoked by uid 500); 30 Nov 2009 23:42:43 -0000 Delivered-To: [email protected] Received: (qmail 35509 invoked by uid 500); 30 Nov 2009 23: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35499 invoked by uid 99); 30 Nov 2009 23:42:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:42:43 +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; Mon, 30 Nov 2009 23:42:40 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B6385234C045 for <[email protected]>; Mon, 30 Nov 2009 15:42:20 -0800 (PST) Message-ID: <1215280739.1259624540730.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 23:42:20 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone updated RIVER-323: ---------------------------------- Attachment: Concurrent_and_Revokeable_Permissions_Version6.patch Patch against the current trunk. Set the following system properties to use this Policy instead of the built in Java sun.security.provider.PolicyFile: net.jini.security.policy.DynamicPolicyProvider.basePolicyClass = org.apache.river.security.concurrent.ConcurrentPolicyFile net.jini.security.policy.PolicyFileProvider.basePolicyClass = org.apache.river.security.concurrent.ConcurrentPolicyFile > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Assignee: Peter Firmstone > Priority: Minor > Attachments: Concurrent_and_Revokeable_Permissions_Version6.patch, ConcurrentPermissions_DynamicPolicyProvider.patch, ConcurrentPermissions_DynamicPolicyProviderVersion2.patch, ConcurrentPermissions_DynamicPolicyProviderVersion3.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 Nov 30 23:42:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87405 invoked from network); 30 Nov 2009 23:42:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2009 23:42:44 -0000 Received: (qmail 35648 invoked by uid 500); 30 Nov 2009 23:42:44 -0000 Delivered-To: [email protected] Received: (qmail 35588 invoked by uid 500); 30 Nov 2009 23: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35579 invoked by uid 99); 30 Nov 2009 23:42:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:42: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:42:41 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id CF051234C48D for <[email protected]>; Mon, 30 Nov 2009 15:42:20 -0800 (PST) Message-ID: <1711021384.1259624540846.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 23:42:20 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone updated RIVER-323: ---------------------------------- Attachment: (was: Concurrent_and_Revokeable_Permissions_Version5.patch) > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Assignee: Peter Firmstone > Priority: Minor > Attachments: Concurrent_and_Revokeable_Permissions_Version6.patch, ConcurrentPermissions_DynamicPolicyProvider.patch, ConcurrentPermissions_DynamicPolicyProviderVersion2.patch, ConcurrentPermissions_DynamicPolicyProviderVersion3.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 Nov 30 23:42:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87429 invoked from network); 30 Nov 2009 23:42:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2009 23:42:44 -0000 Received: (qmail 35722 invoked by uid 500); 30 Nov 2009 23:42:44 -0000 Delivered-To: [email protected] Received: (qmail 35663 invoked by uid 500); 30 Nov 2009 23: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35654 invoked by uid 99); 30 Nov 2009 23:42:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:42: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:42:41 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id CB1FA234C1F0 for <[email protected]>; Mon, 30 Nov 2009 15:42:20 -0800 (PST) Message-ID: <572040125.1259624540830.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 23:42:20 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone updated RIVER-323: ---------------------------------- Attachment: (was: Concurrent_and_Revokeable_Permissions_Version4.patch) > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Assignee: Peter Firmstone > Priority: Minor > Attachments: Concurrent_and_Revokeable_Permissions_Version6.patch, ConcurrentPermissions_DynamicPolicyProvider.patch, ConcurrentPermissions_DynamicPolicyProviderVersion2.patch, ConcurrentPermissions_DynamicPolicyProviderVersion3.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 Nov 30 23:44:43 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87890 invoked from network); 30 Nov 2009 23:44:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2009 23:44:43 -0000 Received: (qmail 37048 invoked by uid 500); 30 Nov 2009 23:44:43 -0000 Delivered-To: [email protected] Received: (qmail 37023 invoked by uid 500); 30 Nov 2009 23:44: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37013 invoked by uid 99); 30 Nov 2009 23:44:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:44:43 +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; Mon, 30 Nov 2009 23:44:40 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A18A6234C045 for <[email protected]>; Mon, 30 Nov 2009 15:44:20 -0800 (PST) Message-ID: <1982948783.1259624660647.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 23:44:20 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone updated RIVER-323: ---------------------------------- Attachment: (was: ConcurrentPermissions_DynamicPolicyProvider.patch) > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Assignee: Peter Firmstone > Priority: Minor > Attachments: Concurrent_and_Revokeable_Permissions_Version6.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 Nov 30 23:44:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87931 invoked from network); 30 Nov 2009 23:44:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2009 23:44:44 -0000 Received: (qmail 37203 invoked by uid 500); 30 Nov 2009 23:44:44 -0000 Delivered-To: [email protected] Received: (qmail 37116 invoked by uid 500); 30 Nov 2009 23:44: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37088 invoked by uid 99); 30 Nov 2009 23:44:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:44: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:44:41 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id C0891234C4A8 for <[email protected]>; Mon, 30 Nov 2009 15:44:20 -0800 (PST) Message-ID: <1065519458.1259624660787.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 23:44:20 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone updated RIVER-323: ---------------------------------- Attachment: (was: ConcurrentPermissions_DynamicPolicyProviderVersion3.patch) > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Assignee: Peter Firmstone > Priority: Minor > Attachments: Concurrent_and_Revokeable_Permissions_Version6.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 Nov 30 23:44:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87934 invoked from network); 30 Nov 2009 23:44:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2009 23:44:44 -0000 Received: (qmail 37242 invoked by uid 500); 30 Nov 2009 23:44:44 -0000 Delivered-To: [email protected] Received: (qmail 37128 invoked by uid 500); 30 Nov 2009 23:44: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: <river-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37089 invoked by uid 99); 30 Nov 2009 23:44:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:44: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 23:44:41 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id BA01C234C495 for <[email protected]>; Mon, 30 Nov 2009 15:44:20 -0800 (PST) Message-ID: <1040691567.1259624660760.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 23:44:20 +0000 (UTC) From: "Peter Firmstone (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (RIVER-323) DynamicPolicyProvider - Concurrency In-Reply-To: <245883920.1257225299398.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/RIVER-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Firmstone updated RIVER-323: ---------------------------------- Attachment: (was: ConcurrentPermissions_DynamicPolicyProviderVersion2.patch) > DynamicPolicyProvider - Concurrency > ----------------------------------- > > Key: RIVER-323 > URL: https://issues.apache.org/jira/browse/RIVER-323 > Project: River > Issue Type: Improvement > Components: net_jini_security > Environment: All > Reporter: Peter Firmstone > Assignee: Peter Firmstone > Priority: Minor > Attachments: Concurrent_and_Revokeable_Permissions_Version6.patch > > Original Estimate: 40h > Remaining Estimate: 40h > > From the river-dev mail list: > I have been looking into some seemingly slow responses in several clients running simultaneously, and I see in some stack traces that there are synchronization points in DynamicPolicyProvider.implies() that seem to be heavily contended. We probably need to revisit this class and rewrite it to use copy on write mutation so that reads (the majority of activity) are completely uncontended. > Any thoughts or experience with this issue? > Gregg Wonderly -- 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 Sep 02 09:12:20 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65989 invoked from network); 2 Sep 2006 09:12:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Sep 2006 09:12:20 -0000 Received: (qmail 79431 invoked by uid 500); 2 Sep 2006 09:12:19 -0000 Delivered-To: [email protected] Received: (qmail 79422 invoked by uid 99); 2 Sep 2006 09:12:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Sep 2006 02:12:19 -0700 X-ASF-Spam-Status: No, hits=4.5 required=10.0 tests=RCVD_HELO_IP_MISMATCH,RCVD_NUMERIC_HELO,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO 161.129.204.104) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 02 Sep 2006 02:12:18 -0700 Received: from gimcrack by mastery.presupposition.sitadelle.com with elephantine id 1A233K-0152Jb-00 for <[email protected]>; Sun, 03 Sep 2006 03:23:46 +0200 Message-ID: <[email protected]> References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Date: Sun, 03 Sep 2006 00:19:46 -0100 From: "Adele Norris" <[email protected]> To: [email protected] Subject: Thank you for Downloading RealPlayer! X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sensationall revoolution in medicine! E'''nlarge your p''enis up to 10 cm or up to 4 i'c'h'e's! Its h'erbal solution what hasnt side effect, but has 100% guaranted results! Dont lose your chance and but know wihtout doubts, you will be impressed with results! Cli here: http://onehans.net ""Yes. As she came in, he was surprised to find himself able to say it, and say it with a certain amount of dignity: "Go ahead and kill me, Annie, if that's what you mean to do, but at least have the decency to make it quick. Ralph Dugan had gone back to helping the lame, the halt, and the blind at Arapahoe County Hospital; presumably Annie went back to that time-honored nurse's job of giving aid and comfort to the grievously wounded. From [email protected] Sun Sep 03 08:23:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82619 invoked from network); 3 Sep 2006 08:23:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Sep 2006 08:23:32 -0000 Received: (qmail 63812 invoked by uid 500); 3 Sep 2006 08:23:31 -0000 Delivered-To: [email protected] Received: (qmail 63809 invoked by uid 99); 3 Sep 2006 08:23:31 -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 01:23:31 -0700 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=STRONG_BUY 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 host-161.129.204.104.tedata.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 03 Sep 2006 01:23:30 -0700 Received: from eqf.kjzq ([161.129.204.104]) by host-161.129.204.104.tedata.net with Microsoft SMTPSVC(5.0.2195.4905); Sun, 3 Sep 2006 11:22:53 +0300 Message-ID: <[email protected]> From: "BullsEye" <[email protected]> To: <[email protected]> Subject: BullsEye September Issue: TMXO (STRONG BUY) Date: Sun, 3 Sep 2006 11:18:37 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original 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-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N BullsEye Financial Weekly Report September Issue: Make no mistake, our mission at BullsEye Financial is to sift through the thousands of underperforming companies out there to find the golden needle in the haystack. The micro-cap diamond that can make you a fortune. More often than not, the stocks we profile show a significant increase in stock price, sometimes in days or hours, not months or years. We have come across what we feel is one of those rare deals that the public has not heard about yet. Trade Date: Tuesday, September 5, 2006 Company : TRIMAX CORPORATION (OTC BB:TMXO.OB) Ticker : TMXO Current Price : $0.38 Short Term Target Price : $1.50 Long Term Target Price : $2.50 Recommendation: STRONG BUY Brokers and Day-Traders are gonna be scrambling Tuesday Morning. Don't let them beat you to the punch, get in EARLY on Tuesday morning!!! We all know that in the this business it's the big announcements that makes these explode! From [email protected] Thu Sep 07 03:05:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85651 invoked from network); 7 Sep 2006 03:05:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2006 03:05:18 -0000 Received: (qmail 85560 invoked by uid 500); 7 Sep 2006 03:05:18 -0000 Delivered-To: [email protected] Received: (qmail 85504 invoked by uid 500); 7 Sep 2006 03:05: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 83230 invoked by uid 99); 7 Sep 2006 03:03:18 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 7 Sep 2006 03:02:12 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [180] Fixes for serve_file X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 180 http://trac.axkit.org/axkit2/changeset/180 Author: matt Date: 2006-09-07 02:52:09 +0000 (Thu, 07 Sep 2006) Log Message: ----------- Fixes for serve_file Modified Paths: -------------- trunk/plugins/serve_file From [email protected] Thu Sep 07 03:17:02 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86728 invoked from network); 7 Sep 2006 03:17:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2006 03:17:00 -0000 Received: (qmail 6073 invoked by uid 500); 7 Sep 2006 03:17:00 -0000 Delivered-To: [email protected] Received: (qmail 6002 invoked by uid 500); 7 Sep 2006 03:16: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 4092 invoked by uid 99); 7 Sep 2006 03:14:34 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 7 Sep 2006 03:11:33 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [144] - Revamped plugin configuration API to be much simpler, including docs and tests. X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 144 http://trac.axkit.org/axkit2/changeset/144 Author: jwalt Date: 2006-08-27 13:01:44 +0000 (Sun, 27 Aug 2006) Log Message: ----------- - Revamped plugin configuration API to be much simpler, including docs and tests. - Made configuration directive syntax more flexible. - Fixed AIO test when IOacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIO is not present. Modified Paths: -------------- trunk/MANIFEST trunk/lib/AxKit2/Config/Global.pm trunk/lib/AxKit2/Config/Location.pm trunk/lib/AxKit2/Config/Server.pm trunk/lib/AxKit2/Config.pm trunk/lib/AxKit2/Docs/WritingPlugins.pod trunk/lib/AxKit2/Plugin.pm trunk/lib/AxKit2/Test.pm trunk/t/10uri_to_file_aio.t Added Paths: ----------- trunk/plugins/test/ trunk/plugins/test/config trunk/t/12plugin_config.t From [email protected] Thu Sep 07 03:17:31 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86748 invoked from network); 7 Sep 2006 03:17:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2006 03:17:24 -0000 Received: (qmail 6591 invoked by uid 500); 7 Sep 2006 03:17:24 -0000 Delivered-To: [email protected] Received: (qmail 6538 invoked by uid 500); 7 Sep 2006 03: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 2031 invoked by uid 99); 7 Sep 2006 03:12:55 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Date: 7 Sep 2006 03:11:32 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [143] Docs now "complete" for first iteration. X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 143 http://trac.axkit.org/axkit2/changeset/143 Author: matt Date: 2006-08-26 22:23:17 +0000 (Sat, 26 Aug 2006) Log Message: ----------- Docs now "complete" for first iteration. Modified Paths: -------------- trunk/lib/AxKit2/Config.pm trunk/lib/AxKit2/Connection.pm trunk/lib/AxKit2/Constants.pm trunk/lib/AxKit2/HTTPHeaders.pm From [email protected] Thu Sep 07 21:28:21 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26965 invoked from network); 7 Sep 2006 21:28:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2006 21:28:16 -0000 Received: (qmail 25475 invoked by uid 500); 7 Sep 2006 21:28:16 -0000 Delivered-To: [email protected] Received: (qmail 25461 invoked by uid 500); 7 Sep 2006 21:28: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 16570 invoked by uid 99); 7 Sep 2006 19:02:30 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 7 Sep 2006 19:02:13 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [181] More continuation bug fixes X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 181 http://trac.axkit.org/axkit2/changeset/181 Author: matt Date: 2006-09-07 19:02:13 +0000 (Thu, 07 Sep 2006) Log Message: ----------- More continuation bug fixes Modified Paths: -------------- trunk/plugins/serve_file From [email protected] Thu Sep 07 21:28:23 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26969 invoked from network); 7 Sep 2006 21:28:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2006 21:28:22 -0000 Received: (qmail 25543 invoked by uid 500); 7 Sep 2006 21:28:21 -0000 Delivered-To: [email protected] Received: (qmail 25536 invoked by uid 500); 7 Sep 2006 21:28: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 17036 invoked by uid 99); 7 Sep 2006 19:03:29 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 7 Sep 2006 19:03:11 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [182] Erk, fix last fix X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 182 http://trac.axkit.org/axkit2/changeset/182 Author: matt Date: 2006-09-07 19:03:11 +0000 (Thu, 07 Sep 2006) Log Message: ----------- Erk, fix last fix Modified Paths: -------------- trunk/plugins/serve_file From [email protected] Thu Sep 07 21:28:29 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27027 invoked from network); 7 Sep 2006 21:28:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2006 21:28:27 -0000 Received: (qmail 25880 invoked by uid 500); 7 Sep 2006 21:28:27 -0000 Delivered-To: [email protected] Received: (qmail 25869 invoked by uid 500); 7 Sep 2006 21: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 37174 invoked by uid 99); 7 Sep 2006 19:14:07 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 7 Sep 2006 19:13:49 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [183] Support StackTraceLog option X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 183 http://trac.axkit.org/axkit2/changeset/183 Author: matt Date: 2006-09-07 19:13:49 +0000 (Thu, 07 Sep 2006) Log Message: ----------- Support StackTraceLog option Modified Paths: -------------- trunk/plugins/error_xml From [email protected] Thu Sep 07 21:28:35 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27054 invoked from network); 7 Sep 2006 21:28:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2006 21:28:35 -0000 Received: (qmail 25986 invoked by uid 500); 7 Sep 2006 21:28:35 -0000 Delivered-To: [email protected] Received: (qmail 25978 invoked by uid 500); 7 Sep 2006 21: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 58656 invoked by uid 99); 7 Sep 2006 19:24:54 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 7 Sep 2006 19:24:39 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [184] More fixes in continuations code X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 184 http://trac.axkit.org/axkit2/changeset/184 Author: matt Date: 2006-09-07 19:24:38 +0000 (Thu, 07 Sep 2006) Log Message: ----------- More fixes in continuations code Modified Paths: -------------- trunk/plugins/serve_file From [email protected] Fri Sep 08 02:00:35 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86214 invoked from network); 8 Sep 2006 02:00:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2006 02:00:28 -0000 Received: (qmail 12598 invoked by uid 500); 8 Sep 2006 02:00:28 -0000 Delivered-To: [email protected] Received: (qmail 12587 invoked by uid 500); 8 Sep 2006 02:00: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 38873 invoked by uid 99); 7 Sep 2006 21:35:03 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 7 Sep 2006 21:08:07 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [188] actually add files that were added... X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 188 http://trac.axkit.org/axkit2/changeset/188 Author: jwalt Date: 2006-09-07 21:08:06 +0000 (Thu, 07 Sep 2006) Log Message: ----------- actually add files that were added... Modified Paths: -------------- trunk/MANIFEST Added Paths: ----------- trunk/demo/disabled/generic/ trunk/demo/disabled/generic/index.html trunk/demo/generic/ trunk/demo/generic/index.xml trunk/demo/generic/stylesheet.tal trunk/demo/generic/stylesheet.xps trunk/demo/generic/stylesheet.xsl trunk/plugins/generic_transform From [email protected] Fri Sep 08 04:55:06 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13789 invoked from network); 8 Sep 2006 04:55:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2006 04:55:06 -0000 Received: (qmail 47578 invoked by uid 500); 8 Sep 2006 04:55:06 -0000 Delivered-To: [email protected] Received: (qmail 47563 invoked by uid 500); 8 Sep 2006 04:55: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 89476 invoked by uid 99); 7 Sep 2006 23:45:00 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 7 Sep 2006 20:58:04 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [187] add plugins/generic_transform, a static transformation pipeline builder as it was common in AxKit1 X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 187 http://trac.axkit.org/axkit2/changeset/187 Author: jwalt Date: 2006-09-07 20:58:04 +0000 (Thu, 07 Sep 2006) Log Message: ----------- add plugins/generic_transform, a static transformation pipeline builder as it was common in AxKit1 Modified Paths: -------------- trunk/demo/disabled/index.html trunk/etc/axkit.conf.sample trunk/lib/AxKit2/Plugin.pm From [email protected] Fri Sep 08 04:55:08 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13793 invoked from network); 8 Sep 2006 04:55:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2006 04:55:08 -0000 Received: (qmail 47700 invoked by uid 500); 8 Sep 2006 04:55:08 -0000 Delivered-To: [email protected] Received: (qmail 47647 invoked by uid 500); 8 Sep 2006 04:55: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 37272 invoked by uid 99); 8 Sep 2006 02:33:17 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=DATE_IN_PAST_06_12,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 7 Sep 2006 19:26:15 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [185] Argh. X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 185 http://trac.axkit.org/axkit2/changeset/185 Author: matt Date: 2006-09-07 19:26:15 +0000 (Thu, 07 Sep 2006) Log Message: ----------- Argh. Left a keyboard error in Modified Paths: -------------- trunk/plugins/serve_file From [email protected] Fri Sep 08 04:58:14 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14166 invoked from network); 8 Sep 2006 04:57:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2006 04:57:59 -0000 Received: (qmail 49844 invoked by uid 500); 8 Sep 2006 04:57:58 -0000 Delivered-To: [email protected] Received: (qmail 49837 invoked by uid 500); 8 Sep 2006 04:57: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 43047 invoked by uid 99); 8 Sep 2006 04:46:15 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=DATE_IN_PAST_06_12,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 7 Sep 2006 21:39:12 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [189] Don't send 404 after we send the file back :-) X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 189 http://trac.axkit.org/axkit2/changeset/189 Author: matt Date: 2006-09-07 21:39:12 +0000 (Thu, 07 Sep 2006) Log Message: ----------- Don't send 404 after we send the file back :-) Modified Paths: -------------- trunk/plugins/serve_file From [email protected] Fri Sep 08 13:38:20 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65742 invoked from network); 8 Sep 2006 13:38:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2006 13:38:20 -0000 Received: (qmail 70959 invoked by uid 500); 8 Sep 2006 13:38:20 -0000 Delivered-To: [email protected] Received: (qmail 70906 invoked by uid 500); 8 Sep 2006 13: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]> List-Id: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 68603 invoked by uid 99); 8 Sep 2006 05:14:40 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=DATE_IN_PAST_06_12,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 7 Sep 2006 20:08:16 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [186] workaround for systems where $self->watch_write(0) in conjunction with epoll doesn't have effect (linux 2.6.14 for example) X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 186 http://trac.axkit.org/axkit2/changeset/186 Author: jwalt Date: 2006-09-07 20:08:16 +0000 (Thu, 07 Sep 2006) Log Message: ----------- workaround for systems where $self->watch_write(0) in conjunction with epoll doesn't have effect (linux 2.6.14 for example) Modified Paths: -------------- trunk/plugins/serve_file From [email protected] Fri Sep 08 22:06:13 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18440 invoked from network); 8 Sep 2006 22:06:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2006 22:06:12 -0000 Received: (qmail 54712 invoked by uid 500); 8 Sep 2006 22:06:11 -0000 Delivered-To: [email protected] Received: (qmail 54647 invoked by uid 500); 8 Sep 2006 22: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 27596 invoked by uid 99); 8 Sep 2006 20:02:14 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 8 Sep 2006 20:01:55 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [190] Added X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 190 http://trac.axkit.org/axkit2/changeset/190 Author: matt Date: 2006-09-08 20:01:55 +0000 (Fri, 08 Sep 2006) Log Message: ----------- Added Added Paths: ----------- trunk/META.yml From [email protected] Fri Sep 08 22:06:18 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18464 invoked from network); 8 Sep 2006 22:06:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2006 22:06:14 -0000 Received: (qmail 54817 invoked by uid 500); 8 Sep 2006 22:06:14 -0000 Delivered-To: [email protected] Received: (qmail 54808 invoked by uid 500); 8 Sep 2006 22:06: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 28022 invoked by uid 99); 8 Sep 2006 20:02:59 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 8 Sep 2006 20:02:42 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [191] update MANIFEST for release X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 191 http://trac.axkit.org/axkit2/changeset/191 Author: jwalt Date: 2006-09-08 20:02:41 +0000 (Fri, 08 Sep 2006) Log Message: ----------- update MANIFEST for release Modified Paths: -------------- trunk/MANIFEST From [email protected] Fri Sep 08 22:06:22 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18472 invoked from network); 8 Sep 2006 22:06:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2006 22:06:22 -0000 Received: (qmail 55001 invoked by uid 500); 8 Sep 2006 22:06:22 -0000 Delivered-To: [email protected] Received: (qmail 54948 invoked by uid 500); 8 Sep 2006 22:06: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 64436 invoked by uid 99); 8 Sep 2006 20:35:38 -0000 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) X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-19.tower-48.messagelabs.com!1157747714!1671000!1 X-StarScan-Version: 161.129.204.104; banners=messagelabs.com,-,- X-Originating-IP: [161.129.204.104] Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: [email protected] From: Matt Sergeant <[email protected]> Subject: [VOTE] Release 1.1? Date: Fri, 8 Sep 2006 16:34:14 -0400 X-Mailer: Apple Mail (2.752.2) X-OriginalArrivalTime: 08 Sep 2006 20:35:14.0142 (UTC) FILETIME=[49A757E0:01C6D386] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We're in a good stable position now. We have a test suite. We've got some nice apps shipping with it. I think it's time for a 1.1 release. +1 here (committers only voting please). ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ From [email protected] Fri Sep 08 22:28:39 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22944 invoked from network); 8 Sep 2006 22:28:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2006 22:28:39 -0000 Received: (qmail 80927 invoked by uid 500); 8 Sep 2006 22:28:37 -0000 Delivered-To: [email protected] Received: (qmail 80893 invoked by uid 500); 8 Sep 2006 22:28: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 80855 invoked by uid 99); 8 Sep 2006 22:28:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 15:28:37 -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.logilune.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 15:28:35 -0700 Received: from [161.129.204.104] (vol75-3-82-66-219-246.fbx.proxad.net [161.129.204.104]) by mail.logilune.com (Postfix) with ESMTP id 0A2B0D7235; Sat, 9 Sep 2006 00:28:13 +0200 (CEST) In-Reply-To: <[email protected]> References: <[email protected]> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Cc: [email protected] Content-Transfer-Encoding: 7bit From: Robin Berjon <[email protected]> Subject: Re: [VOTE] Release 1.1? Date: Sat, 9 Sep 2006 00:28:10 +0200 To: Matt Sergeant <[email protected]> X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Sep 08, 2006, at 22:34, Matt Sergeant wrote: > We're in a good stable position now. We have a test suite. We've > got some nice apps shipping with it. I think it's time for a 1.1 > release. +1 -- Robin Berjon Senior Research Scientist Expway, http://expway.com/ From [email protected] Sat Sep 09 03:21:42 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69220 invoked from network); 9 Sep 2006 03:21:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2006 03:21:42 -0000 Received: (qmail 80259 invoked by uid 500); 9 Sep 2006 03:21:42 -0000 Delivered-To: [email protected] Received: (qmail 80249 invoked by uid 500); 9 Sep 2006 03: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 22642 invoked by uid 99); 9 Sep 2006 01:19:00 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 8 Sep 2006 21:18:36 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [193] add moewiki demo, a 36-line wiki implementation X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 193 http://trac.axkit.org/axkit2/changeset/193 Author: jwalt Date: 2006-09-08 21:18:36 +0000 (Fri, 08 Sep 2006) Log Message: ----------- add moewiki demo, a 36-line wiki implementation Modified Paths: -------------- trunk/MANIFEST trunk/demo/disabled/index.html trunk/etc/axkit.conf.sample Added Paths: ----------- trunk/demo/moewiki/ trunk/demo/moewiki/edit.xsl trunk/demo/moewiki/global.xsl trunk/demo/moewiki/index.xml trunk/plugins/demo/moewiki From [email protected] Sat Sep 09 03:23:41 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69406 invoked from network); 9 Sep 2006 03:23:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2006 03:23:38 -0000 Received: (qmail 80706 invoked by uid 500); 9 Sep 2006 03:23:38 -0000 Delivered-To: [email protected] Received: (qmail 80700 invoked by uid 500); 9 Sep 2006 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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 66628 invoked by uid 99); 8 Sep 2006 22:14:20 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 8 Sep 2006 20:27:25 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [192] Tagging release 1.1 X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 192 http://trac.axkit.org/axkit2/changeset/192 Author: matt Date: 2006-09-08 20:27:25 +0000 (Fri, 08 Sep 2006) Log Message: ----------- Tagging release 1.1 Added Paths: ----------- tags/v1.1/ From [email protected] Sat Sep 09 03:32:30 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70030 invoked from network); 9 Sep 2006 03:32:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2006 03:32:30 -0000 Received: (qmail 83270 invoked by uid 500); 9 Sep 2006 03:32:28 -0000 Delivered-To: [email protected] Received: (qmail 83258 invoked by uid 500); 9 Sep 2006 03:32: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 83247 invoked by uid 99); 9 Sep 2006 03:32:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 20:32:28 -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 sccrmhc14.comcast.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 20:32:27 -0700 Received: from [161.129.204.104] (c-24-127-132-182.hsd1.ca.comcast.net[161.129.204.104]) by comcast.net (sccrmhc14) with ESMTP id <20060909033205014008j7g7e>; Sat, 9 Sep 2006 03:32:05 +0000 Message-ID: <[email protected]> Date: Fri, 08 Sep 2006 20:33:34 -0700 From: Kip Hampton <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20060719) MIME-Version: 1.0 To: Matt Sergeant <[email protected]> CC: [email protected] Subject: Re: [VOTE] Release 1.1? 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 Matt Sergeant wrote: > We're in a good stable position now. We have a test suite. We've got > some nice apps shipping with it. I think it's time for a 1.1 release. > > +1 here > > (committers only voting please). +1 -kip From [email protected] Sat Sep 09 16:55:16 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6012 invoked from network); 9 Sep 2006 16:55:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2006 16:55:16 -0000 Received: (qmail 18175 invoked by uid 500); 9 Sep 2006 16:55:16 -0000 Delivered-To: [email protected] Received: (qmail 18119 invoked by uid 500); 9 Sep 2006 16:55: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18108 invoked by uid 99); 9 Sep 2006 16:55:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Sep 2006 09:55:16 -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 mercenary.garni.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Sep 2006 09:55:15 -0700 Received: from p54818caf.dip0.t-ipconnect.de ([161.129.204.104] helo=duke.local) by mercenary.garni.ch with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.62) (envelope-from <[email protected]>) id 1GM66Q-0003kA-By for [email protected]; Sat, 09 Sep 2006 18:54:46 +0200 From: =?iso-8859-1?q?J=F6rg_Walter?= <[email protected]> To: [email protected] Subject: Re: [VOTE] Release 1.1? Date: Sat, 9 Sep 2006 18:54:44 +0200 User-Agent: KMail/1.9.4 References: <[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-Level: ---- X-Antivirus-Scanner: Clean mail. You should still use a local antivirus program. X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: NO, score=-4.0, required=7.0 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Friday, 08. September 2006 22:34, Matt Sergeant wrote: > We're in a good stable position now. We have a test suite. We've got > some nice apps shipping with it. I think it's time for a 1.1 release. +1 -- CU Joerg From [email protected] Sat Sep 09 18:09:35 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17439 invoked from network); 9 Sep 2006 18:09:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2006 18:09:34 -0000 Received: (qmail 71152 invoked by uid 500); 9 Sep 2006 18:09:34 -0000 Delivered-To: [email protected] Received: (qmail 71141 invoked by uid 500); 9 Sep 2006 18:09: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 71130 invoked by uid 99); 9 Sep 2006 18:09:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Sep 2006 11:09: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 pd3mo3so.prod.shaw.ca) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Sep 2006 11:09:33 -0700 Received: from pd5mr5so.prod.shaw.ca (pd5mr5so-qfe3.prod.shaw.ca [161.129.204.104]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J5C0051C7R8OW80@l-daemon> for [email protected]; Sat, 09 Sep 2006 12:09:08 -0600 (MDT) Received: from pn2ml7so.prod.shaw.ca ([161.129.204.104]) by pd5mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <[email protected]> for [email protected]; Sat, 09 Sep 2006 12:09:08 -0600 (MDT) Received: from [161.129.204.104] ([161.129.204.104]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J5C00HJM7R7W5A0@l-daemon> for [email protected]; Sat, 09 Sep 2006 12:09:08 -0600 (MDT) Date: Sat, 09 Sep 2006 11:08:18 -0700 From: Michael Nachbaur <[email protected]> Subject: Re: [VOTE] Release 1.1? In-reply-to: <[email protected]> To: Matt Sergeant <[email protected]> Cc: [email protected] Message-id: <[email protected]> MIME-version: 1.0 (Apple Message framework v752.2) X-Mailer: Apple Mail (2.752.2) Content-type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-transfer-encoding: 7bit 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 Damnit, I bloody forgot go CC the list *again*?!? *sigh* So, yes, that's a +1 here too. On 9-Sep-06, at 6:29 AM, Matt Sergeant wrote: > You forgot to CC the list :-) > > On 9-Sep-06, at 1:55 AM, Michael Nachbaur wrote: > >> +1 >> >> On 8-Sep-06, at 1:34 PM, Matt Sergeant wrote: >> >>> We're in a good stable position now. We have a test suite. We've >>> got some nice apps shipping with it. I think it's time for a 1.1 >>> release. >>> >>> +1 here >>> >>> (committers only voting please). >>> >> This email has been scanned by the MessageLabs Email Security System. >> For more information please visit http://www.messagelabs.com/email > > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/ > email_________________________________________________________________ > _____ From [email protected] Sat Sep 09 18:51:18 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24372 invoked from network); 9 Sep 2006 18:51:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2006 18:51:18 -0000 Received: (qmail 94698 invoked by uid 500); 9 Sep 2006 18:51:18 -0000 Delivered-To: [email protected] Received: (qmail 94685 invoked by uid 500); 9 Sep 2006 18:51: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 94674 invoked by uid 99); 9 Sep 2006 18:51:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Sep 2006 11:51:18 -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 smtp807.mail.ird.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 09 Sep 2006 11:51:17 -0700 Received: (qmail 62876 invoked from network); 9 Sep 2006 18:50:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btinternet.com; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=Loij5QU48fubrW1OJZXdQcFt7GA4I0FtDD/SgDDQ51ngrz7A23FIiVaUMFFdFRXR65FSDBbgD9fhzYLXs5fntZOXefMiOej+x3D7mMNqYpL77WoCEedrXY3AScvCtR6+gXbjADk6GUrkHmf0kv2pNDTlyymFS54t4Rby91Ba/OA= ; Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104 with plain) by smtp807.mail.ird.yahoo.com with SMTP; 9 Sep 2006 18:50:54 -0000 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <[email protected]> References: <[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: Mike Chamberlain <[email protected]> Subject: Re: [VOTE] Release 1.1? Date: Sat, 9 Sep 2006 19:50:53 +0100 To: [email protected] X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 On 9 Sep 2006, at 19:08, Michael Nachbaur wrote: > Damnit, I bloody forgot go CC the list *again*?!? *sigh* > > So, yes, that's a +1 here too. > > On 9-Sep-06, at 6:29 AM, Matt Sergeant wrote: > >> You forgot to CC the list :-) >> >> On 9-Sep-06, at 1:55 AM, Michael Nachbaur wrote: >> >>> +1 >>> >>> On 8-Sep-06, at 1:34 PM, Matt Sergeant wrote: >>> >>>> We're in a good stable position now. We have a test suite. We've >>>> got some nice apps shipping with it. I think it's time for a 1.1 >>>> release. >>>> >>>> +1 here >>>> >>>> (committers only voting please). >>>> >>> This email has been scanned by the MessageLabs Email Security >>> System. >>> For more information please visit http://www.messagelabs.com/email >> >> >> _____________________________________________________________________ >> _ >> This email has been scanned by the MessageLabs Email Security System. >> For more information please visit http://www.messagelabs.com/ >> email________________________________________________________________ >> ______ > From [email protected] Sun Sep 10 00:31:58 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76904 invoked from network); 10 Sep 2006 00:31:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2006 00:31:58 -0000 Received: (qmail 88192 invoked by uid 500); 10 Sep 2006 00:31:58 -0000 Delivered-To: [email protected] Received: (qmail 88173 invoked by uid 500); 10 Sep 2006 00: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 43663 invoked by uid 99); 9 Sep 2006 20:19:20 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 9 Sep 2006 20:19:03 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [195] Fix spod5 stylesheet X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 195 http://trac.axkit.org/axkit2/changeset/195 Author: matt Date: 2006-09-09 20:19:02 +0000 (Sat, 09 Sep 2006) Log Message: ----------- Fix spod5 stylesheet Modified Paths: -------------- trunk/plugins/spod5 From [email protected] Sun Sep 10 04:48:02 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19055 invoked from network); 10 Sep 2006 04:47:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2006 04:47:59 -0000 Received: (qmail 94418 invoked by uid 500); 10 Sep 2006 04:47:59 -0000 Delivered-To: [email protected] Received: (qmail 94402 invoked by uid 500); 10 Sep 2006 04:47: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 29827 invoked by uid 99); 10 Sep 2006 02:44:45 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 9 Sep 2006 21:17:43 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [202] Updated changes for v1.1 X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 202 http://trac.axkit.org/axkit2/changeset/202 Author: matt Date: 2006-09-09 21:17:42 +0000 (Sat, 09 Sep 2006) Log Message: ----------- Updated changes for v1.1 Modified Paths: -------------- tags/v1.1/Changes From [email protected] Sun Sep 10 05:14:38 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24069 invoked from network); 10 Sep 2006 05:14:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2006 05:14:32 -0000 Received: (qmail 5992 invoked by uid 500); 10 Sep 2006 05:14:32 -0000 Delivered-To: [email protected] Received: (qmail 5939 invoked by uid 500); 10 Sep 2006 05:14: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 88757 invoked by uid 99); 10 Sep 2006 00:35:55 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 9 Sep 2006 20:35:32 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [198] Merged r192:197 into the v1.1 tag X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 198 http://trac.axkit.org/axkit2/changeset/198 Author: matt Date: 2006-09-09 20:35:31 +0000 (Sat, 09 Sep 2006) Log Message: ----------- Merged r192:197 into the v1.1 tag Modified Paths: -------------- tags/v1.1/MANIFEST tags/v1.1/demo/disabled/index.html tags/v1.1/etc/axkit.conf.sample tags/v1.1/plugins/fast_mime_map tags/v1.1/plugins/spod5 Added Paths: ----------- tags/v1.1/demo/disabled/favicon.ico tags/v1.1/demo/moewiki/ tags/v1.1/plugins/demo/moewiki From [email protected] Sun Sep 10 05:17:53 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24651 invoked from network); 10 Sep 2006 05:17:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2006 05:17:52 -0000 Received: (qmail 7046 invoked by uid 500); 10 Sep 2006 05:17:50 -0000 Delivered-To: [email protected] Received: (qmail 7036 invoked by uid 500); 10 Sep 2006 05: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 31889 invoked by uid 99); 9 Sep 2006 22:30:23 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 9 Sep 2006 20:43:27 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [201] Merged r198:200 into the v1.1 tag X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 201 http://trac.axkit.org/axkit2/changeset/201 Author: matt Date: 2006-09-09 20:43:27 +0000 (Sat, 09 Sep 2006) Log Message: ----------- Merged r198:200 into the v1.1 tag Modified Paths: -------------- tags/v1.1/MANIFEST tags/v1.1/plugins/demo/moewiki Added Paths: ----------- tags/v1.1/demo/disabled/moewiki/ From [email protected] Sun Sep 10 05:27:52 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25365 invoked from network); 10 Sep 2006 05:27:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2006 05:27:52 -0000 Received: (qmail 9109 invoked by uid 500); 10 Sep 2006 05:27:52 -0000 Delivered-To: [email protected] Received: (qmail 9097 invoked by uid 500); 10 Sep 2006 05:27: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 42751 invoked by uid 99); 9 Sep 2006 20:16:01 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 9 Sep 2006 20:15:45 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [194] Support for EzPod in spod5 X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 194 http://trac.axkit.org/axkit2/changeset/194 Author: matt Date: 2006-09-09 20:15:44 +0000 (Sat, 09 Sep 2006) Log Message: ----------- Support for EzPod in spod5 clean up the sample conf a little Modified Paths: -------------- trunk/etc/axkit.conf.sample trunk/plugins/spod5 From [email protected] Sun Sep 10 05:28:05 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25371 invoked from network); 10 Sep 2006 05:28:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2006 05:28:00 -0000 Received: (qmail 9187 invoked by uid 500); 10 Sep 2006 05:28:00 -0000 Delivered-To: [email protected] Received: (qmail 9181 invoked by uid 500); 10 Sep 2006 05:28: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 43978 invoked by uid 99); 9 Sep 2006 20:20:02 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 9 Sep 2006 20:19:47 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [196] Fix spod5 docs to match new stylesheet X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 196 http://trac.axkit.org/axkit2/changeset/196 Author: matt Date: 2006-09-09 20:19:46 +0000 (Sat, 09 Sep 2006) Log Message: ----------- Fix spod5 docs to match new stylesheet Modified Paths: -------------- trunk/plugins/spod5 From [email protected] Sun Sep 10 05:28:16 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25379 invoked from network); 10 Sep 2006 05:28:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2006 05:28:16 -0000 Received: (qmail 9267 invoked by uid 500); 10 Sep 2006 05:28:16 -0000 Delivered-To: [email protected] Received: (qmail 9259 invoked by uid 500); 10 Sep 2006 05:28: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 50754 invoked by uid 99); 9 Sep 2006 20:26:43 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 9 Sep 2006 20:26:27 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [197] - improve moewiki to be more clean and even smaller X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 197 http://trac.axkit.org/axkit2/changeset/197 Author: jwalt Date: 2006-09-09 20:26:27 +0000 (Sat, 09 Sep 2006) Log Message: ----------- - improve moewiki to be more clean and even smaller - add an axon favicon.ico Modified Paths: -------------- trunk/demo/moewiki/index.xml trunk/plugins/demo/moewiki trunk/plugins/fast_mime_map Added Paths: ----------- trunk/demo/disabled/favicon.ico From [email protected] Sun Sep 10 08:21:13 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61171 invoked from network); 10 Sep 2006 08:21:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2006 08:21:13 -0000 Received: (qmail 3158 invoked by uid 500); 10 Sep 2006 08:21:12 -0000 Delivered-To: [email protected] Received: (qmail 3147 invoked by uid 500); 10 Sep 2006 08: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 14840 invoked by uid 99); 10 Sep 2006 05:40:42 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=DATE_IN_PAST_06_12,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 9 Sep 2006 20:40:19 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [200] all those semicolae make me dizzy... X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 200 http://trac.axkit.org/axkit2/changeset/200 Author: jwalt Date: 2006-09-09 20:40:18 +0000 (Sat, 09 Sep 2006) Log Message: ----------- all those semicolae make me dizzy... Modified Paths: -------------- trunk/plugins/demo/moewiki From [email protected] Sun Sep 10 08:21:20 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61188 invoked from network); 10 Sep 2006 08:21:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2006 08:21:20 -0000 Received: (qmail 3233 invoked by uid 500); 10 Sep 2006 08:21:20 -0000 Delivered-To: [email protected] Received: (qmail 3223 invoked by uid 500); 10 Sep 2006 08:21: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 16909 invoked by uid 99); 10 Sep 2006 05:43:56 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=DATE_IN_PAST_06_12,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 9 Sep 2006 20:37:32 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [199] forgot a file... X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 199 http://trac.axkit.org/axkit2/changeset/199 Author: jwalt Date: 2006-09-09 20:37:32 +0000 (Sat, 09 Sep 2006) Log Message: ----------- forgot a file... Modified Paths: -------------- trunk/MANIFEST Added Paths: ----------- trunk/demo/disabled/moewiki/ trunk/demo/disabled/moewiki/index.html From [email protected] Mon Sep 11 20:11:28 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41029 invoked from network); 11 Sep 2006 20:11:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Sep 2006 20:11:28 -0000 Received: (qmail 28308 invoked by uid 500); 11 Sep 2006 20:11:27 -0000 Delivered-To: [email protected] Received: (qmail 28305 invoked by uid 99); 11 Sep 2006 20:11:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Sep 2006 13:11:27 -0700 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=HTML_FONT_BIG,HTML_MESSAGE,HTML_TAG_EXIST_TBODY,MIME_HTML_ONLY,UNPARSEABLE_RELAY,URIBL_SBL X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO bluebird.maxxnet.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Sep 2006 13:11:26 -0700 Received: (from httpd@localhost) by bluebird.maxxnet.de (8.10.2-SOL3/8.10.2) id k8BKB1604274; Mon, 11 Sep 2006 22:11:01 +0200 Date: Mon, 11 Sep 2006 22:11:01 +0200 Message-Id: <[email protected]> To: [email protected] Subject: Message from eBay Member From: eBay <[email protected]> Reply-To: [email protected] MIME-Version: 1.0 Content-Type: text/html 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 <!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.2900.2180" name=GENERATOR> <STYLE> .style6 {font-size: 14px} </STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD noWrap width="1%"><IMG alt=eBay src="http://pics.ebaystatic.com/aw/pics/uk/logos/ebay_95x39.gif" border=0></TD> <TD vAlign=bottom><FONT face="verdana, sans-serif" color=#666666 size=1><B>eBay International AG sent this message to you.</B><BR>Your registered name is included to help confirm this message originated from eBay. <A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn">Learn more</A>. </FONT></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffe680 border=0> <TBODY> <TR> <TD vAlign=top width=8><IMG height=8 src="http://pics.ebaystatic.com/aw/pics/globalAssets/ltCurve.gif" width=8></TD> <TD vAlign=bottom width="100%"> <H1 style="MARGIN-TOP: 2px; FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN-BOTTOM: 2px; COLOR: #000000; FONT-FAMILY: arial,"><FONT face="Arial, Verdana" size=4><B>Response to Question about Item -- Respond Now</B></FONT> </H1></TD> <TD vAlign=top align=right width=8><IMG height=8 src="http://pics.ebaystatic.com/aw/pics/globalAssets/rtCurve.gif" width=8 align=top></TD></TR> <TR> <TD bgColor=#ffcc00 colSpan=3 height=4><SPACER type="block" height="4" width="1"></SPACER></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD><IMG height=1 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=5></TD> <TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD> <TABLE style="BORDER-RIGHT: #ffcc00 1px solid; BORDER-LEFT: #ffcc00 1px solid; BORDER-BOTTOM: #ffcc00 1px solid" width="100%" border=0> <TBODY> <TR> <TD style="PADDING-LEFT: 8px"><FONT face="Arial, Verdana" size=2>eBay sent this message on behalf of an eBay member through My Messages. Responses sent using email will go to the eBay member directly and will include your email address. </FONT></TD></TR></TBODY></TABLE></TD> <TD><IMG height=1 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=5></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD><IMG height=5 src="http://pics.ebaystatic.com/aw/pics/s.gif"></TD> <TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD colSpan=4><IMG height=10 src="http://pics.ebaystatic.com/aw/pics/s.gif"></TD></TR> <TR> <TD vAlign=top align=left width="100%"> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD><IMG src="http://pics.ebaystatic.com/aw/pics/s.gif" width=1></TD> <TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD align=left> <TABLE cellSpacing=0 cellPadding=1 width="100%" align=center bgColor=#e2e0e0 border=0> <TBODY> <TR bgColor=#eeeeee height=20> <TD bgColor=#e2e0e0>&nbsp;<SPAN class=SectionTitle>Response from bluebellvue</SPAN></TD> </TR> <TR> <TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#eeeeee border=0> <TBODY> <TR> <TD width=5><IMG height=1 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=5></TD> <TD noWrap colSpan=2><FONT face="Arial, Verdana" size=2><B><A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn">bluebellvue</A>( <A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn">571</A><IMG title="Feedback score is 500 to 999" height="25" alt="Feedback score is 500 to 999" src="http://pics.ebaystatic.com/aw/pics/icon/iconPurpleStar_25x25.gif" width="25" align="absMiddle" border="0">) <IMG src="http://pics.ebaystatic.com/aw/pics/s.gif" width="4" border="0"><A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn"><IMG height="25" alt="Member is a PowerSeller" src="http://pics.ebaystatic.com/aw/pics/icon/psIcon_50x25.gif" width="50" align="absMiddle" border="0"></A><IMG src="http://pics.ebaystatic.com/aw/pics/s.gif" width="4" border="0"><IMG src="http://pics.ebaystatic.com/aw/pics/s.gif" width="4" border="0"></B></FONT></T! D> </TR> <TR> <TD><IMG height=1 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=1></TD> <TD noWrap width="20%"><FONT face="Arial, Verdana" size=1>Positive feedback:</FONT></TD> <TD><FONT face="Arial, Verdana" size=1>100%</FONT></TD></TR> <TR> <TD><IMG height=1 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=1></TD> <TD noWrap width="20%"><FONT face="Arial, Verdana" size=1>Member since:</FONT></TD> <TD><FONT face="Arial, Verdana" size=1>Sep-25-99</FONT></TD></TR> <TR> <TD><IMG height=1 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=1></TD> <TD noWrap width="20%"><FONT face="Arial, Verdana" size=1>Location:</FONT></TD> <TD><FONT face="Arial, Verdana" size=1>United States</FONT></TD></TR> <TR> <TD><IMG height=1 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=1></TD> <TD noWrap width="20%"><FONT face="Arial, Verdana" size=1>Registered on:</FONT></TD> <TD><FONT face="Arial, Verdana" size=1><A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn">www.ebay.com</A></FONT></TD> </TR> <TR> <TD colSpan=3><IMG height=4 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=1></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0> <TBODY> <TR bgColor=#eeeeee> <TD> <TABLE cellSpacing=4 cellPadding=0 width="100%"> <TBODY> <TR> <TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD><FONT face="Arial, Verdana" size=2>Item:&nbsp;</FONT><span class="style6"><FONT face="Arial, Verdana">Brand New D&amp;G DOLCE&amp;GABBANA Men's Shoes Sz.41</FONT></span> </TD> </TR> <TR> <TD><FONT face="Arial, Verdana" size=2>This message was sent after the listing <B>closed</B>.</FONT></TD></TR> <TR> <TD><FONT face="Arial, Verdana" size=2>zigzag-1717 is the <B>winner</B>.</FONT></TD> </TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR bgColor=#c6c6c6> <TD><IMG height=1 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=1></TD></TR> <TR bgColor=#ffffff> <TD> <TABLE cellSpacing=0 cellPadding=4> <TBODY> <TR> <TD vAlign=top width="84%"> <DIV> <p><FONT face="Arial, Verdana" size=2>Hi <BR> <br> Please proceed with payment to my paypal account for the item you just won.<br> It will be sent to your verified address after the payment is done.</FONT></p> <p>&nbsp;</p> </DIV> <DIV><FONT face="Arial, Verdana" size=2>Thanks <BR> bluebellvue<BR> </DIV></FONT></TD> <TD vAlign=top align=right width=185> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD><B><FONT face="Arial, Verdana" size=2>Respond to this question</FONT></B></TD></TR> <TR> <TD><IMG height=5 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=5></TD></TR> <TR> <TD><A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/Signln" border="0"><IMG height=32 alt="Respond Now" src="http://pics.ebaystatic.com/aw/pics/uk/buttons/btnRespondNow.gif" width=120 border=0></A></TD></TR> <TR> <TD><IMG height=4 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=1></TD></TR> <TR> <TD><I><FONT face="verdana, sans-serif" color=gray size=1>Responses in My Messages will not include your email address.</FONT></I></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=1 width="100%" border=0> <TBODY> <TR> <TD bgColor=white height=10></TD></TR> <TR> <TD bgColor=white>&nbsp;</TD> </TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD colSpan=2><IMG height=15 src="http://pics.ebaystatic.com/aw/pics/s.gif"></TD></TR> <TR> <TD colSpan=2> <TABLE style="BORDER-RIGHT: #e0e0e0 4px solid; BORDER-TOP: #e0e0e0 1px solid; BORDER-LEFT: #e0e0e0 4px solid; BORDER-BOTTOM: #e0e0e0 4px solid" cellSpacing=3 cellPadding=2 width="100%" border=0> <TBODY> <TR> <TD noWrap bgColor=#f4f4f4 colSpan=2><FONT class=BodyFontStrong style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: arial, sans-serif">Details for item number:&nbsp;140025728548</FONT></TD> </TR> <TR> <TD vAlign=top noWrap><FONT face="Arial, Verdana" size=2>Item title:</FONT></TD> <TD vAlign=top><span class="style6">Brand New D&amp;G DOLCE&amp;GABBANA Men's Shoes Sz.41</span></TD> </TR> <TR> <TD vAlign=top noWrap><FONT face="Arial, Verdana" size=2>Item URL:</FONT></TD> <TD vAlign=top><FONT face="Arial, Verdana" size=2><A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn">http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=140025728548&amp;sspagename=ADME:B:RTQ:US:1</A></FONT></TD> </TR> <TR> <TD vAlign=top noWrap><FONT face="Arial, Verdana" size=2>End date: </FONT></TD> <TD vAlign=top><FONT face="Arial, Verdana" size=2>11 Sep, 2006&nbsp;06:34:31 PDT</FONT></TD> </TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD> <TD><IMG height=10 src="http://pics.ebaystatic.com/aw/pics/s.gif"></TD> <TD vAlign=top align=right width=188> <TABLE cellSpacing=0 cellPadding=0 width=188 border=0> <TBODY> <TR> <TD> <TABLE style="BORDER-RIGHT: #6b7b91 1px solid; BORDER-TOP: #6b7b91 1px solid; BORDER-LEFT: #6b7b91 1px solid; BORDER-BOTTOM: #6b7b91 1px solid" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD bgColor=#cad2dd><IMG height=25 alt="Marketplace Safety Tip" src="http://pics.ebaystatic.com/aw/pics/securityCenter/imgShield_25x25.gif" width=25 border=0></TD> <TD noWrap bgColor=#cad2dd><FONT face="Arial, Helvetica, Verdana, sans-serif" size=-1><B><A style="COLOR: #000000; TEXT-DECORATION: none" href="http://pages.ebay.co.uk/safetycentre">Marketplace Safety Tip</A></B></FONT> </TD> <TD bgColor=#cad2dd><IMG title="" height=25 alt=" " src="http://pics.ebaystatic.com/aw/pics/securityCenter/imgTabCorner_25x25.gif" width=25 border=0></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE cellSpacing=0 cellPadding=5 border=0> <TBODY> <TR> <TD><FONT face="Arial, Verdana" size=2>Always remember to complete your transaction on eBay - it's the safer way to buy. <BR><BR>Please do not offer to buy or sell this item through this form without completing the transaction on eBay. If you receive a response inviting you to transact outside of eBay you should decline it; such transactions may be unsafe and are against eBay policy. </FONT></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD bgColor=#c9d2dc height=5><IMG height=5 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=1></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD><IMG height=10 src="http://pics.ebaystatic.com/aw/pics/s.gif" width=1></TD></TR> <TR> <TD> <TABLE style="BORDER-RIGHT: #c6c6c6 1px solid; BORDER-TOP: #c6c6c6 1px solid; BORDER-LEFT: #c6c6c6 1px solid; BORDER-BOTTOM: #c6c6c6 1px solid" cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD><FONT face="Arial, Verdana" size=2>Is this email inappropriate? Does it violate <A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn">eBay policy</A>? Help protect the Community by <A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn">reporting it</A>. </FONT></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD> <TD><IMG height=10 src="http://pics.ebaystatic.com/aw/pics/s.gif"></TD></TR> <TR> <TD width="100%" bgColor=#ffffff colSpan=4><IMG height=20 src="http://pics.ebaystatic.com/aw/pics/s.gif"></TD></TR> <TR> <TD width="100%" bgColor=#cecee3 colSpan=4><IMG height=1 src="http://pics.ebaystatic.com/aw/pics/s.gif"></TD></TR> <TR> <TD width="100%" bgColor=#ffffff colSpan=4><IMG height=10 src="http://pics.ebaystatic.com/aw/pics/s.gif"></TD></TR> <TR> <TD colSpan=4> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD><FONT face="Arial, Verdana" color=#666666 size=1>Learn how you can protect yourself from spoof (fake) emails at: <BR><A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn">http://pages.ebay.com/education/spooftutorial</A><BR><BR>This eBay notice was sent to you on behalf of another eBay member through the eBay platform and in accordance with our Privacy Policy. If you would like to receive this email in text format, change your <A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn">notification preferences</A>. <BR><BR>See our Privacy Policy and User Agreement if you have questions about eBay's communication policies. <BR>Privacy Policy: <A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn">http://pages.ebay.com/help/policies/privacy-policy.html</A><BR>User Agreement: <A href="http://wwwebaycom.smtp.ru/ws/eBayISAPI.dllSignInco_partnerId2pUserIdsiteid0pageType/UsingSSLruhttp3A2F2Fwww.ebay.compp/PageTypeexistingEmailisCheckoutmigrateVisitor/SignIn">http://pages.ebay.com/help/policies/user-agreement.html</A><BR><BR>Copyright ©&nbsp;2006 eBay, Inc. All Rights Reserved.<BR>Designated trademarks and brands are the property of their respective owners.<BR>eBay and the eBay logo are registered trademarks or trademarks of eBay, Inc.<BR></FONT></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FONT></DIV> <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML> From [email protected] Thu Sep 14 21:24:42 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17536 invoked from network); 14 Sep 2006 21:24:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Sep 2006 21:24:42 -0000 Received: (qmail 51805 invoked by uid 500); 14 Sep 2006 21:24:42 -0000 Delivered-To: [email protected] Received: (qmail 51784 invoked by uid 500); 14 Sep 2006 21:24: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 24908 invoked by uid 99); 14 Sep 2006 21:05:35 -0000 X-ASF-Spam-Status: No, hits=0.2 required=5.0 tests=NO_REAL_NAME Date: 14 Sep 2006 21:03:03 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [203] More spod5 stylesheet fixes X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 203 http://trac.axkit.org/axkit2/changeset/203 Author: matt Date: 2006-09-14 21:03:03 +0000 (Thu, 14 Sep 2006) Log Message: ----------- More spod5 stylesheet fixes Modified Paths: -------------- trunk/plugins/spod5 From [email protected] Sat Sep 16 07:52:01 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61276 invoked from network); 16 Sep 2006 07:52:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Sep 2006 07:52:01 -0000 Received: (qmail 78207 invoked by uid 500); 16 Sep 2006 07:52:01 -0000 Delivered-To: [email protected] Received: (qmail 78204 invoked by uid 99); 16 Sep 2006 07:52:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Sep 2006 00:52:01 -0700 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=EXTRA_MPART_TYPE,HTML_IMAGE_ONLY_24,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO eijmj) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 16 Sep 2006 00:51:50 -0700 Received: from [161.129.204.104] (helo=ldru.mq) by eijmj with smtp (Exim 4.43) id 1GOUyO-0002h7-Cl; Sat, 16 Sep 2006 08:52:24 +0100 Message-ID: <[email protected]> From: "Nettie Lara" <[email protected]> To: <[email protected]> Subject: hotbed Date: Sat, 16 Sep 2006 08:45:36 +0100 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_000D_01C6D96D.47806FAC" 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-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_000D_01C6D96D.47806FAC Content-Type: multipart/alternative; boundary="----=_NextPart_001_000E_01C6D96D.47806FB8" ------=_NextPart_001_000E_01C6D96D.47806FB8 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Today onlythe king stands above that tyranny. Do not misunderstand me: I do not wantthe old governing class back. So I = always do my best to make her men friendsfeel at home with us. If you provoke me, Bill, Ill drive you out of yourconstituency inside of = two months. What you need to make you a real king is a real queen. What greatactor = would exchange his stage? You cannot understand how a falsehood like = thatwounds me. Do you suppose they wouldconsent for a moment to such a = change in the balance of power? If shedidnt do so she would be limited = by my limitations, which would endin her hating me. I take it that something important has happened sinceyesterday. I never resist temptation, because I have foundthat things that are bad = for me do not tempt me. Your children are beautiful; but they are fairy = children;and I have several very real ones already. But they are great = just the same when the greatthings do not come along. And I take it she = talks to friends of hers aboutpeople of whom she never talks to me. = Perhaps I should have mentioned that one of ourconditions will be that = you shall be Emperor. The Crisis at five oclock is to decide which of us is to bethe doormat. I am against you on principle because the talent formimicry isnt = hereditary. The terrace is accessible from the lawn by a centralflight of steps. And I fear we should be obliged to boycott you. I shall have to carry on as best I canwithout her, though the prospect = terrifies me. Why should I know it better than anyone else? ------=_NextPart_001_000E_01C6D96D.47806FB8 Content-Type: text/html; charset="windows-1252" 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=3Dwindows-1252"> <META content=3D"MSHTML 6.00.2600.0000" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2><IMG alt=3D"" hspace=3D0=20 src=3D"cid:[email protected]" align=3Dbaseline=20 border=3D0></FONT></DIV> <DIV><FONT face=3DArial size=3D2>Today onlythe king stands above that=20 tyranny.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Do not misunderstand me: I do not = wantthe old=20 governing class back. So I always do my best to make her men friendsfeel = at home=20 with us.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>If you provoke me, Bill, Ill drive you = out of=20 yourconstituency inside of two months.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>What you need to make you a real king = is a real=20 queen. What greatactor would exchange his stage? You cannot understand = how a=20 falsehood like thatwounds me. Do you suppose they wouldconsent for a = moment to such=20 a change in the balance of power? If shedidnt do so she would be limited = by my=20 limitations, which would endin her hating me.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I take it that something important has = happened=20 sinceyesterday.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I never resist temptation, because I = have foundthat=20 things that are bad for me do not tempt me. Your children are beautiful; = but they=20 are fairy children;and I have several very real ones already. But they = are great=20 just the same when the greatthings do not come along. And I take it she = talks to=20 friends of hers aboutpeople of whom she never talks to me. Perhaps I = should have=20 mentioned that one of ourconditions will be that you shall be = Emperor.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>The Crisis at five oclock is to decide = which of us=20 is to bethe doormat.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I am against you on principle because = the talent=20 formimicry isnt hereditary.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>The terrace is accessible from the lawn = by a=20 centralflight of steps.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>And I fear we should be obliged to = boycott=20 you.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I shall have to carry on as best I = canwithout her,=20 though the prospect terrifies me. Why should I know it better than = anyone else?=20 </FONT></DIV></BODY></HTML> ------=_NextPart_001_000E_01C6D96D.47806FB8-- ------=_NextPart_000_000D_01C6D96D.47806FAC Content-Type: image/gif; name="perpetrate.gif" Content-Transfer-Encoding: base64 Content-ID: <[email protected]> R0lGODdhMgMkAeMAAP///xYUCDEhJqZx62U67FIWYURMd8GK5pLF4VdZe5GoNyzRWozSYovECkwF BgAAACwAAAAAMgMkAQAE/hDISau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBILBqP yKRyyWw6n9CodEqtWq/YrHbL7Xq/4LB4TC6bz+i0es1uu9/wuHxOr9vv+Lx+z+/7/4CBgoOEhYaH iImKi4yNjo+QkZKTlJWWl5iZhQianZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/A wcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N1iC1MD3uPk5ebn6OnqYgHt7R7vIAEt8xj1G/FM 9+v8/fIj+4oEvFBv4BGD/hIqnBDw3ryH+yLmc8fQIUMJFAkCmCixIMYM/g3jQQQp8uJIgg8rFky5 caPDkhwRLpw5zZ3FlR9ztvxoUefNixZK+jS50x6Fmx6DEuWZtEJKli2fuuRp0mNPmlipGbzKFWi+ oUwzOgVaNKQGm0Nlpl0KMqpLilKRwg2qNqtdZVvJdtVZtC/Lunv7um2rV7BSqojbSj3q9idjjXcj Oxv4t2nXwIMBWy7c9PDas0vfAW489qnVsY/L1pXMWpdNqKZVysYYM/Vbo7Vpb4Y8e7VY0YZR78z4 Mzflr19bK0+2ekbz5dCj6/vxXLr169iza9/Ovbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv779 Qgbu69/Pv7///wAG/ijggAQWaOCBCCaoIE0yXSVCdXSJJFaELEDIWwe/hUBZCQ7iQ1hZnhE3YWoQ zZXTiEflhtJmr5HFV3ALBgOVUyfl4FhwHbpgITxeaUjCVp15aM9JMw7HFpCJfQYjiC8q2WFDwsU4 TI6k3abbbFOBhaKTF145lVUvvZQimCSNadSYYTKlm5hq6lYASicKxaRGi/nFJV1JktYclSTOCaVt S0rJC5V1JgZbYYbydqhnSsUVZGBEfsgncrgltSFtiTY62KZ86ukiiy4SVeJpOIFWkaR+RinYjoLK 0mKIa2J6ap9hJRfrWwgdB1ydK03EWai22QormoZdCiKhVXraJGdo/vVYK26bUhWRqYD+Claof7Yq I7DHfhrltEEyGq2qxXGaam/cNukbXzcCu9eWwx3KK6oOgtogplAWea+4d65KrrbCIIsYcJnaGe6/ MDq2a1SnZTnntcPi6GxlxV7bLmQEKyukuZaGdmbG+C6qKLc3dgowXiR7VVmaXrIrrL/LWvlltxzF y/KkKlI468xIetkTvD/7Ou2Z5jpspcAME6dagznTyPKL2cZ8cnwWmvyE1VNnXciO8E7RtdZghy32 2GSXbfbZaKet9tpst+3223DHLffcdNdt991456333qM0wPff1hwA+OCEFw64AoYnrvjijDeuxasf 7Nk1q4hGrsLX/qpubEJHkVMKKOaOg8fqnulSHrKPKGAtdZcAYYYqx+mGXh5SWBIMtMq9Pm00Yyu3 OfPRsVertITG/eXw8Lmea3nJgco+Hpv54psy1Ozqlfy8MMl6JDyXdfxrbBwf7HLVXDbr/Hk5oiWX sEHLiSvpiTKP68Mc5L5oRwvLqz6GlddvbdHnmx22tjeaTA3NcvEjYGjIl63ORE9emRvZ6oKlwAkG cDtPkt7v6CWrhtGIaBAcGMU2+LKLCcWD0sqSvvhnseSVxmMWvGB20kexXg2pZmyS2e4QpbQ4xQtm gfoNTCSCLmndDB/NmhDTMhSsl8nwiar7UBJM98Qqco+KEbSi/ha3yMUuevGLYCQc6GyQFywJZ1Q2 /FQJRcTGNY3KYiohXhFtFkYCRdE5mqKfkrRkpGWZkC13mlEDq1KwOv5HVxqsEfJaSLQ9jixq3aLW Cj9XQfp1L0+GBNAgHUW97PnEhTxUy8oepTJ6CTGOfNwNEMtVqkxq8oway10kmwc18y3JeI8RjS1z 1cPDhERobhzgWgTpylf2KS6VHKHmLAmtVTIzj7f0F7jgSKvMQLKY92EeJ63JpIyVEJadymAC/Xgi cKLmgK67jAZpiU34CNFeYhLZJ2/ozZYpKolySiOsXsXGelLTL8bBXTtbRTksDvSgPqiaExHK0IY6 9KEQjahE/gMEuX2tYJAyG+NED1odgyIMdjHcaDuJWMQjIgeUjvSoSL+I0WTRTjWNHFgWV/rQlmrv fewUXh+DR1OG2hSAIXXXToPa02K2FJfX3CE5+1XUhnLOZwLFES+Z2DKNNvWqWM2qVrfK1a569atg DWs2rPqgs3xNpcK8YTDFmrY7og6EZBQRB9nKtk2q8HhDvNU+8Wome37zYpVaKF21tkkyha+cpvyn yP46U2fldLAENefn9odYei51VbY06wFjSlTIxsiulKSVKCMoTh+ZDKWeDZvCJplW7320mkW6KTTN 4szUku2UrJ1jDl9b1ZytkXg1w6kObftVtBL3uMhNrnKX/svc5jp3cZAjVuvISi0EViu0HHKaFB/7 XOsUkLuN3S5PI7TbF2Kyc+6jEyC7+53MhlKVjFpkb2W5M/Oed5aj06Nkwcve1iAtelLLiyeLdpxm DvWY41WvXvdr3P4yCKftk+e3TMSsXl6xsgxe0W8h9r8GO3ghZQSpE9Wp3YqZVrgZ/hFQO/xh7/z3 hxscFsiA6NiFEnNnIVTxYrXZ4vb+Np4zJWJs35miImt4wth9EJHrm9Qey0elbl2mDjzs5PdQF4lU rrKWt8zlLnv5y9iZnP9kAMksg7k/DGBhwoBQ5jPTDZHzGxIh6XREDjfZzWvD6Lo6CCeQPjPBeC4b Tvg5/mb98ljCdw402gC7Z0MrENHhVbSg13tg2D5SVPyVtNuWLNu+vjijdkqypkdN6lKb+tSoTrWq V83qVrv61bCOtaxnTeta2/rWuM61rnfN6177+tfADrawh90Pq7KvkSGezlszvWzyrrWfaIyzDs1M bDTcMdkUtALXrksPSUoMmv2idrXNAGfMzPhWinzqinpjvIDmk85mlG66r1fnpIEytib+aZTHbQfQ nuubs4LUpVMYKd55sGcSVmMhA95N/VZ4s0uDL8T5HQh/C/xC5rboMAlM4YQfy73Vq1WIox1yy367 f9KmMcUrnmLlfQvla0Yw9ip47Ptme1x7jW91Tx7q/vUmeuV64PHxSokx5b2YlXcddCkRTsuDN4/R DRfXyBEmbqCzgdO2w2GZutm0vgLPiKeCdKN0hyeu3xuq8+xSudVH2T9bvRoFfXveFFp1udv97njP u973zve++/3vgA+84AdP+MIb/vCIT7ziF8/4xjv+8ZA/w7XrrmLrWr7RrGPzCcjXWBtLocGcT6vU ozrcSFs+dlWfeOanrObOZZ7ygG597MW7cyFEUXyaP33rMc+vi1Y+u/9otunr0OaYCp3ZwleM7nk0 e+rInvmktZHve5982mu+d8YPaJyW6DudmW/Jlvmx7/pZKd3as8TzZvdfbwZ+FZ7SjEske9jNX/ph /jJtzmMfv7qVyFvs5lbO8eZ1pbFb8rVuDGN+SaRUN9V+20cShhVjnoZXqiRk8HZ+c1YcJvU0WIdv BZcwwFU7J0QEyBQz6IRfjtYmU9dzEOQ6CgczokRK8gNOTpdLZmVAx+Ra0xNE1cQ7fuZxL2VR6cVn 7xZu/SdUpFRoVsN0cBSEHzdOQ8WES5hMHuJJNXeAPRhKfeaDTjdgHeiEymRkPuhYJohvCdUYIJeA eRI0c+WBN6cvtIVsuIN7Zqc/W2JC+ASFgYQm9xNfVIVxKTNzIjdw0cRhjmRn31eE6nJg8NNp0gVL UXhZrDWCJYhsJPVxQNNxDucrXlg5UxddLFZ8/jbTSi1ydKWzWXZoBCNYXX9Uci0nQSllYn5og2vY ML6RXnrmbT/jf4n4T7EoMfOSGRvjcbz4PzvIcyqnU0coZWcXMU+FM8koicWoUzRoc+UTPKBSMCw4 S3C1iiwmhifITa/zirDHPRDYiyHkT63IQ5voWi50jjhoLVS4TMUXgmW3h+OSi/92WgtHcD0ihz+E h9k4YJYGeq4ojC5HdI74Z9hmV0jlcKmyWk+3Tl/4iQuEhfX4dLQYiZFUT3/CPpbCgRMzhp1FA7Ax YiWWUdhngM5oZCi5G2flkiUJVyQkgOinMyREb/BXbzmEWxbIkrfTgGp0f+Cjkn8YLhsIcXdW/lFe NzldN38ypn0eaJTAxHAkqCI8WX/So4ZTpSVah5K+KH/6h3O9pHQt6ZQDSH1KpIFDmBX79nx7QJCM oDptqQnjWCFPJljA9wdwGZd4GYCqUJep05eRN5iEWZiGSX2FRkZw2G3A4gDDVyGVuHzIt3qbZ31K oHqBKZmbU5k9AG0oVpOQiHZuN4iZ5mGYKQ/YtpmXQ26/p5i9OH0WVJfeE3qP6ZZk9nncpprPAZgj WQOAFZF8dpExCIoRE3x22XycNZkAYZtdkIBWiX3pp1ZWWI5xFp1leWTTSX7SCTwjponYklfr1IiX uDSVxZQcF4FsmIH0530K6JxqCZa1xH5r/kSeXId/5gmCMAmfo4eYacd0SEc9uckpazmN0UkoBciU pkiGDAhj2SmYHWiQTUBSAMaRM6gYGUmJ61g6YHhO3mZwE5SMTQiOOkdOK7RYGGOiGwct+rOJ+yQ+ EiqSJGhgcpiKKJp0qEeRLCqP/IeLvgg7YmeNOxWG0GOCGFehluZDxQlAQyqXW4icIig8mDiKZWdZ MfhyBhQmAMeVeFgsmHhkd3iNMFdyAhaKRuOJRFhLoAGI9haG+yimwhUTHgmnC5imV/iIpFmm3SNX zHduwJksPLiCo/ldVcpkjxZzaXGGnFiKxHJxK7aN21MFSFlJMSqIwliC9RKbCIZh+9mo/lHnLWmo oWFKo5yaqQdJhrGkjQxKqij1m5U2oipIp3s4iXQkXh1JaSH1m4LKiGR5qqLGjI5GYhpjpTiXkNlY Ywz6Lg5Kc7w5fZOUdSonMBzJiEZyfKbajxXZqhAJrSC6igAnpNz0jr6kTCR2PVdYYJ0IqjlWiCPq TwcjqtECrB0qYhoprbgajLoqkV+CVuNaRmCaihzKqomKpJIlIUYnVQA4QnwKBUHorGkEZ3ByP6Y6 hEdZg/VZXkv5i3gCol9XZPfXkxVrdmVClguagmNpgVvpkBL7nBr3O2kpkzsqmvpkkxs4q9PGfSj2 gvD1XoBEnEUKZDlHs9WasjbrlScL/oENS3rR1JVO2laXqQhzeR276Y2tOXcHIZh+cGVQa7VYqWTL ephe+7Vg62qnqWxKxpIpMLY7sEvHmZz8WT9UpHod1XxdS5uphbZNO7XGZbfS96FTW5t5uZxLG3Z0 i4qB21Tu6ZdWSDvqKZ3pFpXw13ng6WwNipMw67FPSZM6K20FOKU1cpZBSYjVyVeIuxgHCp0kU5KG 1bj6p7fFtaEGmkDY44+R0kqqKnoyOKlCeLoZGkNqC7riZKm4N6QXSaKgGpwHyY8omKqcKqrgyRUV 2rWGBLx1aE5q6oA5xktxVFo/u6pVMb2BSLpxq1jqRV+RGmCh2j9tx70QY5K7S6bI/lK9BYuNyGWp 8ohp6UqpDomtQfaorlqtqFooUbu+jGWPAEqan/aQ9Hqk3EatMHps8MuoMQu9ddSkO6d08BuuG3mu m7q9H4OqP4u8MFWQPCWJHTOoCryhXBmeNAjB+JutHQSSDxyww6pcQstZCwOUtXieRTuxjIt6+emy U1mzJnedCnaT6wmaXwmCx0iVQJulR+tDuxqaG6ulVFy4YXsFT4sDcadtPJDFV7wFWJu2GqK1AkHG 9GDGX5zGarzGbNzGbvzGcBzHcjzHdFzHdnzHeJzHerzHfNzHfvzHgCxGmum3MZAcaFxfXdy3AVpb nJaQ0Md6kGyZnIsESDPJtfdB/ogsN+GbmM4ntXvayWUlyc5kwvlafUOwl2z7mk96yaxImbaryVUM conkxJVrnS+LkStbstxps41Lsh8IVVn6irAKzD6ryx+0uKo7uegVlth7tN6ZcidpzKLVnamaP/Vy ib61vzhsxfzRr6uzqxp8WHXac1IWo9okuzaqVL97g5cFQyPsUulsyL8qzg/KcFE2u/c6k1A4Wp2U g2zqnYPmopqTTrOYvwkCkwFKygxcYGsVcdaLnfNzfA+t0NbkPj+ViBrLwfKTvuP7vzIMoYvKv7U7 KUgU0sRLcsTajW2LP9qbYV7czesLpG0Kzh6sqa3syG0oU9QIoz1KwLWVObj0/s7t644dzY0Xp1EM rNHFayoQqSn+y8IkrYpqRxjR2pv9MZv2yK+VCogzVq8yHcylEtRPja+0a7/Beb2vp9IjXZFhDcN+ Jr7n1a1EjcGkrL8ipMIg/DHImomTCpIJzdUEGJndTIFCLGcxq9dA5rBYV9KohY5TbNgfW8TepJMa ds3w2T4pHMUn98SZi9nW+IsJm3U5a7bR/H9HQs36dMO39IL4ibi5pLQnRdp3I8HAsKz4OAa0LRBe FMZjdciX49tRwNteINyBXNzGfdzIndzKvdzM3dzO/dzQHd3SPd3UXd3Wfd3Ynd3avd3c3d3e/d3g Hd7iPd7OQADkfd7ond7qFr3e7N3e7v3e8B3fs5AA8l3f9h14EQAAOw== ------=_NextPart_000_000D_01C6D96D.47806FAC-- From [email protected] Sun Sep 17 18:45:39 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27204 invoked from network); 17 Sep 2006 18:45:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Sep 2006 18:45:39 -0000 Received: (qmail 23634 invoked by uid 500); 17 Sep 2006 18:45:38 -0000 Delivered-To: [email protected] Received: (qmail 23631 invoked by uid 99); 17 Sep 2006 18:45:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Sep 2006 11:45:38 -0700 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=EXTRA_MPART_TYPE,HELO_DYNAMIC_DHCP,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO adsl-ull-209-201.49-151.net24.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 17 Sep 2006 11:45:27 -0700 Received: from alez ([161.129.204.104]) by adsl-ull-209-201.49-151.net24.it (8.13.2/8.13.2) with SMTP id k8HIn17f017631; Sun, 17 Sep 2006 20:49:01 +0200 Message-ID: <001601c6da89$5e068c7e$6e3e3197@alez> From: "Dave Gallegos" <[email protected]> To: <[email protected]> Subject: jackal Date: Sun, 17 Sep 2006 20:38:01 +0200 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0012_01C6DA9A.218F5C66" 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-Antivirus: avast! (VPS 0637-2, 15/09/2006), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0012_01C6DA9A.218F5C66 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0013_01C6DA9A.218F5C6C" ------=_NextPart_001_0013_01C6DA9A.218F5C6C Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable There WAS a little jealousybetween them; but I wasnt the real cause of = it. When she entered I noticed at once a resemblance between father = anddaughter. What do you know of the tragedy that occurred here this morning? He nodded jerkily to MissDillard, and then fixed the old professor with = a look of dryamusement. When the account was ended he asked:Was there no = bow found on the range? The Sergeants already phoned for thewagon. Heath had stood looking down = on the typewritten paper with solemndisgust. I think, my dear, we can = leave the matter safely in Mr. Beedle narrowed her eyes and gave Vance a calculating look. Belle = returnedshortly before your men arrived, and the cook came in a = littlelater. Unfortunately the bow has been handled, explained Markham. = Well never get anywhere by ballyragging servants andquestioning members = of the household. It put snow in his hair, and took all the rubber out = of hismuscles. The factis, Markham, Robin and Sperling were having some angry words = overBelle. With such a name what couldthe beggar expect? Hes written a = book on WorldLines in Multidimensional Continua. She strove bravely to = stifle her emotion. The uniformed officer again appeared in the archway and beckoned = toHeath. Ive known both of them for years, she said promptly. Vance rose and, going to her, touched her comfortingly on theshoulder. Vance rose and, going to her, touched her comfortingly on theshoulder. = He had turned thebody on one side, and was feeling the base of the = skull. Pynes watery eyes glistened for a moment. Markhamshands, Professor Dillard said mollifyingly. We did it to tease = him, because hedidnt like the nickname. One of the young men you saw enter here has been killed, Vancetold him. For the first time the butler hesitated, and an added astutenesscrept = into his look. It was merely one ofSigurds ill-timed witticisms. Sperling was in the vicinity at the time ofthe Robins passing. Hes a = graduate of Boston Tech, and Imet him when he was a sophomore, home on = vacation. Arnesson sat down on the arm of a chair andextended his long legs. He looked about him petulantly and, on seeing Robin,whistled softly. The man looked at her somewhat wistfully. His features were markedly acromegalic; and this distortionextended to = his entire figure. That blow onthe back of the head is worthy of your profoundest = consideration. He looked about him petulantly and, on seeing = Robin,whistled softly. The factis, Markham, Robin and Sperling were = having some angry words overBelle. The more questions we ask the farther afield well be taken. His features = were markedly acromegalic; and this distortionextended to his entire = figure. That blow onthe back of the head is worthy of your profoundest = consideration. ------=_NextPart_001_0013_01C6DA9A.218F5C6C Content-Type: text/html; charset="windows-1252" 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=3Dwindows-1252"> <META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2><IMG alt=3D"" hspace=3D0=20 src=3D"cid:001101c6da89$5e068c60$6e3e3197@alez" align=3Dbaseline=20 border=3D0></FONT></DIV> <DIV><FONT face=3DArial size=3D2>There WAS a little jealousybetween = them; but I=20 wasnt the real cause of it.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>When she entered I noticed at once a = resemblance=20 between father anddaughter.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>What do you know of the tragedy that = occurred here=20 this morning?</FONT></DIV> <DIV><FONT face=3DArial size=3D2>He nodded jerkily to MissDillard, and = then fixed=20 the old professor with a look of dryamusement. When the account was = ended he=20 asked:Was there no bow found on the range?</FONT></DIV> <DIV><FONT face=3DArial size=3D2>The Sergeants already phoned for = thewagon. Heath=20 had stood looking down on the typewritten paper with solemndisgust. I = think, my=20 dear, we can leave the matter safely in Mr.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Beedle narrowed her eyes and gave Vance = a=20 calculating look. Belle returnedshortly before your men arrived, and the = cook came=20 in a littlelater. Unfortunately the bow has been handled, explained = Markham. Well=20 never get anywhere by ballyragging servants andquestioning members of = the household.=20 It put snow in his hair, and took all the rubber out of = hismuscles.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>The factis, Markham, Robin and Sperling = were having=20 some angry words overBelle. With such a name what couldthe beggar = expect? Hes=20 written a book on WorldLines in Multidimensional Continua. She strove = bravely to=20 stifle her emotion.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>The uniformed officer again appeared in = the archway=20 and beckoned toHeath.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Ive known both of them for years, she = said=20 promptly.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Vance rose and, going to her, touched = her=20 comfortingly on theshoulder.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Vance rose and, going to her, touched = her=20 comfortingly on theshoulder. He had turned thebody on one side, and was = feeling the=20 base of the skull. Pynes watery eyes glistened for a = moment.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Markhamshands, Professor Dillard said = mollifyingly.=20 We did it to tease him, because hedidnt like the nickname.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>One of the young men you saw enter here = has been=20 killed, Vancetold him.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>For the first time the butler = hesitated, and an=20 added astutenesscrept into his look. It was merely one ofSigurds = ill-timed=20 witticisms.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Sperling was in the vicinity at the = time ofthe=20 Robins passing. Hes a graduate of Boston Tech, and Imet him when he was = a sophomore,=20 home on vacation.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Arnesson sat down on the arm of a chair = andextended=20 his long legs.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>He looked about him petulantly and, on = seeing=20 Robin,whistled softly.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>The man looked at her somewhat=20 wistfully.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>His features were markedly acromegalic; = and this=20 distortionextended to his entire figure.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>That blow onthe back of the head is = worthy of your=20 profoundest consideration. He looked about him petulantly and, on = seeing=20 Robin,whistled softly. The factis, Markham, Robin and Sperling were = having some=20 angry words overBelle.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>The more questions we ask the farther = afield well=20 be taken. His features were markedly acromegalic; and this = distortionextended to his=20 entire figure. That blow onthe back of the head is worthy of your = profoundest=20 consideration. </FONT></DIV></BODY></HTML> ------=_NextPart_001_0013_01C6DA9A.218F5C6C-- ------=_NextPart_000_0012_01C6DA9A.218F5C66 Content-Type: image/gif; name="dinghy.gif" Content-Transfer-Encoding: base64 Content-ID: <001101c6da89$5e068c60$6e3e3197@alez> R0lGODdh6AMMAeMAAP///xoKEyUqNCRFgkkGQpxtdg2lOtrW9Uyt7W7Urzc6wH0WKJYAinessF25 Ysy5PSwAAAAA6AMMAQAE/hDISau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBILBqP yKRyyWw6n9CodEqtWq/YrHbL7Xq/4LB4TC6bz+i0es1uu9/wuHxOr9vv+Lx+z+/7/4CBgoOEhYaH iImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7yqAb8j wDDCGMQbvwFYxr3Mzc6CyMghyx7UK9YT2BXA2k7dz+Dh4mzfGuVG5+dN6uPt7u/KyRTC3NHz8hL2 +dL7+PTy+i5E82dM378MywwGFMjv4ECEyYgpBPCPH8WGARfC28ixo46H/hf3hRxJ0iFAgtlOjsR2 UKTLeiQtZFTZUibNmy5t2jO5E2dIkzk9Ch1KVAW1iSVRrsSXsulPkDZzSmR68VtBn+Z8wjz2cGDE rjd7Ri1KtqzZD0cxSlV69d69mhDXOk1plSlQriLvZs1L9e7Wuduonh1MuGjCsG1ffpVLV2XMt4mX Pt3r9G/cyZgpb928GLNlyUELix4dzqvkwwqnVrR4VRtqjC1d91XLYaa0crFp12NNG3Jj0sCDc2R3 gzgj48KTK5eFnEbz5dCjS59Ovbr169iza9/Ovbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv779 +/jz69/Pv7///wAG/ijggAQWaOCBCCao4IIMNujggxBWIxgXz41FRIURZlidRvN0eAKG/aw24W8v gAiYhFMFI5iJcHXQjV0hjpWabHyJtZRsM2aVW1W8BeajhkDK0GJlI36k1YhDxqOYisN8VluRpznW lF9IwnQYX6H9CJqMnaXo1pcnBimmUVIGlmOMaFZFZJpcbqkliZzxptpbFPEIpUU8XtYYQSKGyOee dNXJUJe6KVUMWKFx5iadn+mFV5Zt1nQlmJCOaSkJSdo5W5SMcfoYoHbqGZVpLXrp6YtsFTnToaCl tWampB4ZJmSKusUTjrchtdqjbP5Y62OTznrpsCCYxpBivWXp5W54/lKap6h+atrqqktmGhQ7pdro bFJYflrjqYYe+5RGinJoa6NQVQopS7Imuum2xMbrYplf/gqsXfhae6KT+8pKJWC63rkilGu+OrCF udGYa43Nakaoj0ApjC65AosbqZQmyqvxk5X++++1hbJab5XdlhvwXJOiWnCbkznaLbeZXWYytSKb XPLD4qJ7M2WLGtypu29uLHTOJN+4K5rGxmQu0N6miWjM0Rp78qCwCdwaoNZUXevS00qUD7w+Gw0n vQbv5CHXUjfsG5vBMj3024U0p+8Wc8Nt97DPce2F3nf37fffgAcu+OCEF2744YgnrvjijDfu+OOQ Ry755JRXbvnl/phnrvnmnHfu+eeghy766KSXbvrpqKeu+uqsr5JxEq/3EHvrtNORdLEE08qzCTCK MHuvHE+TO+5royUnn8jXrrzsw4s8r7rpVNw0r2Sqa7Hx1yzbPLjcL+99ccgnH+2zRCNtm/hUHw0V SFM/b+ZJWo9ttPjpbgMztv5i9f3+NWgPcbssW9mWUGUjm92rZzpyzNbwxTAD2stC5BPeuCZYP/5Z kAWmwhpi2IUsuNzuUQ7E2dPk9pUClilWJpSWOvyHO/hREGcXjGH1mGZAh00LbCB8mMcAqLZRvcuD P9Thu4I3QJWF7YEyTCKTaCjEjrXLShiTXgi7tz4aeaaEKZri/g4ltLIeHvCKCFSiGN33KfadKX2g UpPTvJgwBcKvT2Cqi2rIpsZn3Yp+uUtbZNL3RhJFcIyAHMPvMEVH320PHYcMpCJRwbclLvKRkIyk JCdJyUpa8pKuaKQP0jJHmWHxaORD24zUB5aQ2bGUVVvSHzHJyhIVsn/SO2LRdAZGWOnPU7IsopZ4 AsZW+tIFnDzS8cbXRmi5rHxtw6Unv9ivnUlqiLzk1y+niYKUfRKGzozi7rp2p6+F6oug1AkcTxk/ b7qxmdUy4yCpyUprqtCNC+slGf00RJmYc1O5otihMvi/952NnujkVLPWyU5LunOLtXwlBBeFKyYy lGTW0lkn/nUZR5wMNJEFzWg6sxmyNoZroR9z3kEB6KvOhK2LqQooQgmq0Umeb6Pvw6bY9hnPcFpM jwu0IrNImULGmAqnqtRkS4fKO4zu0qhETSoz8uZFpTr1qVCNqlSnuhwjUvWq7UiaVYEZxDWyFKtg VYNxKrRV7tUtrGjVw9XkN9MqWvGk1kurXPkQrIid85nbFBS9vjrXvoKhrrOZozSpZ063+fWwewCs Pw2LvcUmE7GQrYNiW3bXCZXVpzKNrGbbINg+clNZbKxi8YS62dIugq+mTa1qV8va1rr2tbAdD0tR G9vaQoS20xsftLK3R6oB1LbAXaZzCHZWQ5rjJ/2wIW6D/hvWkZaTnOO8mJxGO8xilCS3d2SudoO2 0iaGEVR4hSk/xYnDfuaWEg7YrsZGyt0RKpSZFY1pIrkhLDoFTb13QIDl2Ossd573sTCr73HpG1cO 4pe5CEXnApsGYP+F97YMjO/IDqzd85kUtDtKrvPcdcaX8gyo0lolhUf8V6QulMQoTvEFC6DiFrv4 xTCWrIljsNwYi/GDaSQkaRsrPFfR1I8l8PCPgWfjQOLmvfPE4MEQgtxAIRPJA45IGENaZEVWsGDt u94oA+VZt6rqXgZGYrECvMziVnl/d5SpmGelxXPed7FQmxIUqyTK6P5vMU09sxJ3KsKebvhpZUsW 8TKb/tzdMPjKU5rynM+rZxmG2btWPSZSymtd+uJYvDPGs6J31mhA2pLTiMYsfG84XjijLKVmHvKD qdzpPYf2ePWEIKD9uJDq7namocwzF2lt6x232pe/SzWjd32hGf+6oL5GkbGPzexmO/vZ0C5MjaNN 7SFv+NY0jvW0qw3ZiC7ble3ltp6DqdtB5TimbOUngMXtYv9GT4ATDmkyt83uvho6bWT8dEJ/Nup6 t/uWw2bhxRr4bX+r+GODvd8shUgzxhq8xerMF4TXXMzCBjSuD8+4xjfO8Y57/OMaGADIR07ykpv8 5ChPucpXzvKWu/zlMI+5zGdO85rb/OY4z7nOd87z/p5jVW34u14VXkdvnwst2VlTVYTfLAWmUpqr XNHaNd/ZE1sP2+jREXbSRVV0GzhdwOBWrmXHDk4Ydh3r4CA3Rcutu2/WUcS8plJ1zehEq6Pb7XWe aHZrduEwZcttZ0e7M/j701cmpvBO5GhN8UnSeBs+whTPnyonXm7APvftgRf8Uru66sdPGGSETTM3 Ib3wEGt5g6UH8X9jDfp+zbvgmicL4Q3l7c+XUeklNavkD/2y3R1z4HCuy5vVzfjYm6e7p4YenrU5 +dzvsKPwfPR3ochp4C/YwGz+qH/7bfzpCBmVdjZTOs/oW/P1Pmp7pfNEbxvU0HZw8u7vL/in/mCM /nefcCDK/P01y1T97///ABiAAjiABFiABniACJiACriADNiADviAEBiBEggkDzCBFthxB3CBGriB HNiBf6NrWkB0Bed/Q0dcJOh1sHdiFJKC2ZdXObBCLJg9PNZjQgd2wwV1NfiCMZiDOEBWUCZnUYAc X2d/wrcOI2hUPuaCTwcFs4WE2hZL7bd+1zZDTGd/SraEV2ckMyhBKpiFTYKDXehIWziFxLNJJpZq J1iGasiFRGiC3nCEYriGPHgcT7hNyKeFxtWDS1eCY9iH2McDg/SHH4JR7xZkOyiHZWhT7aV30ZdA bOdY32dKefdGePRqjPh+7PdJcUeJlGc+c7dl/hrGNlYjheZ1Spj4ZE0Fa53oVtTVW+vmUK9oX0QG ZHeHeZamN7eBd9B3eTrRim6Gi88VaqBoimSGaF62ihs0Nr22jD1Ed9MzjB5mS8GoitCFPuXnZWfY eLyWTdXnfIWUYZjWS2/1UAWWft1jfWr2XggHeX2mgqVGKdK4eOfojdYjcPQYYPJWh7sFEA4nUkgm faKmb23WfPriYLt3ZPPoeNyIj9+ojeF4h0C4b7wnT7mnNJK3VX+HfHUzRTqWT/EHU1jmhhQZbnAV QQgZkoLGMu5leve4J5y4eqCWL/J4e20Hk/Dmkrq3NKx2VIkXZ2Rmeq+XV/zIfaf3JM3IfAlZ/pLr aHtFCY+oR3k7CTAHSXsNSXB8p0xlR0wyGXndSJIgOYtSKU4MF09Pt5LCRit992e3BERlpo7h4jIc gpFPJJI5BWWT5lA2uWAKRjYCV4TNp5BtlUcOmXyH1gA+SXzZRl5EeWI6VXogA46K6VzJUpBLFpKM BpFXKZGIN5EJ95D6aC9/x5mEJmFfCXdhCZi0FIaYyYVrZpELyZUjaZkDCZn9tJTSV3H6tpekpn6/ uHwxyZD85kObJo6mJF1+GY90ZJD8FotbF456IpCO+ZO5CYt015oKp3s9yZHoeI72iJq8WZoaOZWZ aYyVhZ0qQ0sDyZTe+V21cTapGFjoE3GO/jh9eMKMvSlHUTgn49lwwDgkFuZkNVhrl5gUlMiJlwag onSKFklAnflOPel6qSSKXslHUkmKaAmWbueNZ+Jt/ska3qRhyOlZuRahNNVnlpifGjSMtZig6KZ2 HuVV4VOiqlmf65dlvXh75XSXGLqSGaodZ5mHkdCEoWBmP0oLaUiFy5NscegIQjqkIFg843CkRSWl HohyCQCBCqCBNUal5gagbKiHM3BZKximaSiCaXeIZKhjc1hUYdemYzqlskimYGqDbEqngVdDiEin S9oCYsqHekpIXvhVZsoDBHCN81eio4mbSNmPN5mnMvinSWaFX/qoKdBbIbhssVinklqp/nsIhgGH psS2qTP6hWb4pqI6qaEKCL93kmrCLr4pT0EpXICamJBKRFgoBLFjqVnAIqyHpMsVcfFpd213jD0a fLxorIv4ksWqWwk6oIqoOwmzNp/GiJ+ofOEHXpFoofJHrRKTbi7ErATWpTCKohgKUmTHK2QpftoZ qxDmrVdJrMgJrgzqlCdqfjeSRrmobOV5aNOIK+XJraMorw0loZSmondHrFeYS1HZetuXmRGJkJH4 mrjXqCxJWX+ZSwGZljgZntk5mq6pmYkKdO2YQOuKagqlnCDLnsnaqTdFnilUf4tpr1y5Iwv7sbC5 mQD5sFTZlWLHs6d5s2OpnXGxsPlY/oVJ+bMeO6vO2RofOXrlKJb0KWiH13e1R7E4hUU4+WSd8hok S3oOKpr06Xh3eaBgFpoT57UZW4+dOrUhJoQl5C2samjHIo9apY8fNpjUIrRvInrlI2rXxqPXSaTi qZZWKXSi93tQW7NMi5htqXxi+6QzSGVnxba0aa4+e0NOeX5Ve7Ge+Y7ruZzvKbFZqbXPyI5ga6ts +bTEGRkVt49d5ZOBCnCXiRJH2apPCYZE2yMJxaKl2bfXaUOwmlIm2ZhHy7AaS5Lp2bOxWZETup2E C7ucmrKK+6rXl3p462ZIO7pzG7LcWLkatLUWNbHpea3Fa7HS63kYK03ryLqy27Ki/lu0jRuGhHmb PGS3z3m9u1m421u8ndexTpu2N0q65Gu+sKmw7bue0Ll2anu5BJy0avpZ46oj+fkn7Yp+1mq29lqT 4sqifdK6DuORpOS/xKiIA0uZ9xmsZSWfXlqRArqxjYioEfxN2TqKU6e2fsbCDeEho8aqI0q/pziU 7AfBqgasFdyjfCbE2PWf5SWJTWvBgTkvMymMn1h19WrC5PoeXEpYmFCkpBofQaeyQPpaWVx+naCk QOJrZhx1oFqlbNzGblyqgNg8GQO5ebptJzjGb3wK6UJQfqnFSqupcDtfOuyocbyneRylPziIfiyn 1cSys0pCu7rGh+wH8PrCu1YR/oyyn+NksOL3iDnGtJwrw7YBpfLliYIlsxBViZt8yoVWq5P8CByb hXssvAFEkIPptwG0dZu7diGKnQfUyxCJsp77ypZwuNjbWDjrmM6Il/4owgvammzbevHLkYBbynCJ lPBLzJxwzS2MzG9piXrJzO57uoGLvvBXmdsZyz4MNf2La9oMCs83k0kMvkYZxdSbtN35ycIrxcFr teK5vuuMnjt7mJL8znjQukAsZFDbtqn4oayIyjA8nQx9URIcJeSHwxlGxGCjqBpqz7pq0MyBqYmM BPlX0MyDqyMN0u+QxkPQfyZtJHdMxyo90zRd0zZ90zid0zq90zzd0z7900BN/gIMENREXdRGfdRI ndRKvdRM3dROHS9ZfFHfJtMoeINXENNBwMNQ7KeBXNF8ularRRxfDDsMVNJeWNWAvKZ4qdD2kw2G XMhAoNVG6cpw3NVBPLtJhsc3dkhjTdKO/NZxbWx9/LeDW8t9CAdyTT16bYNyaavG9NLUVJeejK3E O8KaGMMfO5+EndHHKq1KrJL9qqyWy86CuaFKbKMRWY3yiq/hCsXKKsURKlrnZqzei8QLTaMgXKH+ CmTM+cJcfDgLYIRURJfce76iuxYwaG3nctx7kbvi7NxtbY5qPL7Fx690W78YK0HQrbcFa44JnMAA PI7Py7jvesuRPbJgt91e/puEQPnXGryyvjzd/Bt9J/S6jHlPRuuZMSnP1ryW2GzeiYu/KZum2wq0 FYtS2S2/j6m7AraaGgWaH+W86dy+SfLRFGuzXXbABlx39ix/D8pWjP3PhX2PAj2/Ivp2JF7c3K2n NNuQ2iKrwjyxvneuDT7i7HSH6nvLZunf1WfhoYzhEH2SK/61dnW5zTnf7zuXtSuRCN67KI7AVTng +yvAon2h4F3OjtutMCtHJdu8RkaNAkrD5frDLx7B+Cbfm51BOiqjL2pdgqKLeMThai6sKHnCVQ6Q OmrMCsrlJrrblu3VZFw/ruHQ7wnCBnqy+GnKR5xDrDzDtrXYZeF/tb0GUJCOSJOaqZvF0ueh6V9d 6bDk6SgN6k896qRe6qa+HgZw6qq+6qze6q7+6rAe67I+67Re67Z+67ie67q+67ze677+68Ae7MI+ 7MRe7MYOAhEAADs= ------=_NextPart_000_0012_01C6DA9A.218F5C66-- From [email protected] Mon Sep 18 04:02:14 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39801 invoked from network); 18 Sep 2006 04:02:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 04:02:14 -0000 Received: (qmail 27467 invoked by uid 500); 18 Sep 2006 04:02:13 -0000 Delivered-To: [email protected] Received: (qmail 27464 invoked by uid 99); 18 Sep 2006 04:02:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Sep 2006 21:02:13 -0700 X-ASF-Spam-Status: No, hits=4.2 required=10.0 tests=EXTRA_MPART_TYPE,HELO_DYNAMIC_IPADDR,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO AToulouse-252-1-29-220.w83-193.abo.wanadoo.fr) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 17 Sep 2006 21:02:03 -0700 Received: (qmail 22881 invoked from network); Mon, 18 Sep 2006 06:01:28 +0200 Received: from unknown (HELO fwz.xawhpw) (161.129.204.104) by AToulouse-252-1-29-220.w83-193.abo.wanadoo.fr with SMTP; Mon, 18 Sep 2006 06:01:28 +0200 Message-ID: <[email protected]> From: "Arabella Callahan" <[email protected]> To: <[email protected]> Subject: well-done mumps Date: Mon, 18 Sep 2006 05:52:23 +0200 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0001_01C6DAE7.E1E17EC4" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C6DAE7.E1E17EC4 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0002_01C6DAE7.E1E17ED8" ------=_NextPart_001_0002_01C6DAE7.E1E17ED8 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Later, as his business grew, he gave his attention tothat. As father = would have said, you were my sheetanchor, Captain Cummings. If the Skipper says Port Kohathsays Starboard, and theyre off. Now, now, now, he cautioned, you mustnt say that. If the proud old Brewster ship must sink it might as wellgo down with = all hands. Fora month or more I have been wishing I were anything BUT = that. He was struck with what he evidently considered a bright idea. She glanced up, met his eye, and looked down again. Werent just in the = middle of supper, were you? I had a little extra money,some I wasnt = expectin, and I took a risk with it, thats all. She had known Dave Cummings since she was a little girl. She said good night and thanked him again for the trouble he hadtaken on = her account. If I sit here any longerwith my hands folded I shall DIE. Mary Brewster, dont you let him stay a minute longer thanits needful, = will you? So far he had managed to keep the warfare under cover,hoping for and = seeking a basis of compromise. Captain Cummings, you MUSTunderstand that = I mean exactly what I say. The Skipper and Kohath are used to havin me drift into port mostany = time, he said. He absently ran his hand through his hair. It is nothing to worry about, = I feel sure, he wrote. Later, as his business grew, he gave his = attention tothat. Now I am sure I have made you late forsupper. The = Skipperwill be eighty-two in January, but you would never guess it. But to do that Ishould need new clothes, and money to spend, and I = havent got it. I know, I know, Azure, she put in, hastily. Maybe we can find a way tohelp that state of affairs. Then he smiled, a smilewhich broadened and ended in a laugh. If I lose I = shant be very much worse off thanI was before that extra money dropped = in. When thehousekeeper got on that subject it required desperate measures = tostop her. He frowned and shifted his feet uneasily on theBrussels carpet. Marys dignity wasfar below the high plane of Mrs. Every tradition of = Wapatomac wasbroken by a member of his family calling upon one of hers. Theyve said so lots oftimes and I guess likely they mean it. Now I am sure I have made you late forsupper. And this Boroda Copper, = Igive in, does look a good deal that way. She glanced up, met his eye, = and looked down again. To begin with, no matter whether youare lonely or = not, I am. I bought it, he said, as achance that looked to be worth = takin. That isnt the whole thing, nor,as I see it, even the main thing. I = shouldnt wonder ifyou could fill the bill. ------=_NextPart_001_0002_01C6DAE7.E1E17ED8 Content-Type: text/html; charset="windows-1252" 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=3Dwindows-1252"> <META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2><IMG alt=3D"" hspace=3D0=20 src=3D"cid:[email protected]"=20 align=3Dbaseline=20 border=3D0></FONT></DIV> <DIV><FONT face=3DArial size=3D2>Later, as his business grew, he gave = his attention=20 tothat. As father would have said, you were my sheetanchor, Captain=20 Cummings.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>If the Skipper says Port Kohathsays = Starboard, and=20 theyre off.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Now, now, now, he cautioned, you mustnt = say=20 that.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>If the proud old Brewster ship must = sink it might=20 as wellgo down with all hands. Fora month or more I have been wishing I = were=20 anything BUT that.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>He was struck with what he evidently = considered a=20 bright idea.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>She glanced up, met his eye, and looked = down again.=20 Werent just in the middle of supper, were you? I had a little extra = money,some I=20 wasnt expectin, and I took a risk with it, thats all.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>She had known Dave Cummings since she = was a little=20 girl.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>She said good night and thanked him = again for the=20 trouble he hadtaken on her account.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>If I sit here any longerwith my hands = folded I=20 shall DIE.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Mary Brewster, dont you let him stay a = minute=20 longer thanits needful, will you?</FONT></DIV> <DIV><FONT face=3DArial size=3D2>So far he had managed to keep the = warfare under=20 cover,hoping for and seeking a basis of compromise. Captain Cummings, = you=20 MUSTunderstand that I mean exactly what I say.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>The Skipper and Kohath are used to = havin me drift=20 into port mostany time, he said.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>He absently ran his hand through his = hair. It is=20 nothing to worry about, I feel sure, he wrote. Later, as his business = grew, he gave=20 his attention tothat. Now I am sure I have made you late forsupper. The = Skipperwill=20 be eighty-two in January, but you would never guess it.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>But to do that Ishould need new = clothes, and money=20 to spend, and I havent got it. I know, I know, Azure, she put in,=20 hastily.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Maybe we can find a way tohelp that = state of=20 affairs.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Then he smiled, a smilewhich broadened = and ended in=20 a laugh. If I lose I shant be very much worse off thanI was before that = extra money=20 dropped in.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>When thehousekeeper got on that subject = it required=20 desperate measures tostop her.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>He frowned and shifted his feet = uneasily on=20 theBrussels carpet.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Marys dignity wasfar below the high = plane of Mrs.=20 Every tradition of Wapatomac wasbroken by a member of his family calling = upon one of=20 hers.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Theyve said so lots oftimes and I guess = likely they=20 mean it.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Now I am sure I have made you late = forsupper. And=20 this Boroda Copper, Igive in, does look a good deal that way. She = glanced up, met=20 his eye, and looked down again. To begin with, no matter whether youare = lonely or=20 not, I am. I bought it, he said, as achance that looked to be worth=20 takin.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>That isnt the whole thing, nor,as I see = it, even=20 the main thing. I shouldnt wonder ifyou could fill the bill. = </FONT></DIV></BODY></HTML> ------=_NextPart_001_0002_01C6DAE7.E1E17ED8-- ------=_NextPart_000_0001_01C6DAE7.E1E17EC4 Content-Type: image/gif; name="bravado.gif" Content-Transfer-Encoding: base64 Content-ID: <[email protected]> R0lGODdhsgGwAeMAAP///woUDzEsO7QNV0mW48K1ndQ1hUi2QehMsBEUSkayyALsIwB05wHO3AAA AAAAACwAAAAAsgGwAQAE/hDISau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBILBqP yKRyyWw6n9CodEqtWq/YrHbL7Xq/4LB4TC6bz+i0es1uu9/wuHxOr9vv+Lx+z+/7/4CBgoOEhYaH iImKi4yNjo+QkZKTlJWWl5iZmpucjgGfoCOfJwE3pRynH6FiqZ1hrSWwIrIxtBa2GKm4WbuuvCm9 UsEUw7++rxetp6WrE7Kgys0Ao8TVEtAbzNTXz826qMne09sZ2NfW2ruh5Obr39Lm0+PR5MdB0N/O 3Pr8/fL/5/wB/KdMw7aC1gIuQxUP4UGD6NDlS6Yw4LmFBPM51JgwzYE7/rYwDkToT+StCg47niyJ kmKxZxE9pOT3suJIgjZz4lxpzwgudh1hkYxnkaYzfBBZquRWs6VRmTF1JsWIj5nNje1ySev5I6RF kgNv8gy7k2y5oE6dDoP5tMNMqWd3sqUadelYrj1obVSqFKxesNkmhn0bjC3cuDmpNaWrViHHu0Wj 4dVRNfLFg0QzeyM6DuXWk5vhiRMIeZ5ghuxGmZz6dRXjdMRG39pabzKRYvds66aCG0jv3cB9P/kd vLjx48iTK1/OvLnz59CjS59Ovbr169iz8zCgvbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv76o XkJZEA8cuvZs/y7s/gdOLLSRQpF+drk1YEl/6dIffhJhkx9TAqqwmmdHIaihTuokuOGHIfhlYGkm PCQKQxkeJphJ6jymEos8ABZbiki8ZRZpPlQYS4QA8tejKgadBmRgKcq4omXluCgQjDvIqI9VDqYm pWRoUZhNXR2Go5hq70w5o2dWyfPZbP9BmEuZT9bTTUuihXmmSFlVCRGUSCZkY4eMxXRhkx7SyeSd L2IZ5INXjhUmVUoCNpGJSfGl1YF9HXmXiUKyyaFcHj4pZp39YPXjphm5lpiOwCB1ZllMFYWjqoAi VtepWh16aWyKdpopq7NM+J+qdulalpmyaopqYVeZaqeeAwaL7Jd8/q6K6T4AaabmSlGOiWOlCSr2 7FBM2soprEd9mhZZ2t5olq9wFqosqN3GlSe5fTlb0YXvyiuDk7iKNa6jiQ2ZlpnjBvunnOESDC6J nKLL67UBF1xoZzfVu+Csi0YFcLnV0KlvDvgO1hqSIpJpb6+ZEiYwtL8aaejEG6/8lIMLz8pXUxAX 5OetHotVcVvmRkvvpu3i0LGu64RLT7VCJf2pXrdKy+68Uobq5bdgTj3omgXvSaOx3C5tp2y+Htwt bbL17CnGR19Hasc9MNBszPapsTbOZrAd9xmkmkYHZ3f37fffgAcuOIFtFlZ2OplBSvfg9ijsartM l5Y345U4Di7k/oozTHlxYTc6LMmSb865yA9/rvm+cIve+KOeYx46wqofk+XlCWe+8OSxP2K54q7n rnbDj9f+Ouq+u2Ks3j7S2vm5thfv/PPQRy/99NTjkED12Gev/fbcd+/99+CHL/745Jdv/vnop6/+ +uy37/77lBMA//z012///T8ggH+px58YorWwmwXxQIC7JInLVSG6V9VIwJnaOPCAisAdcbA1QAbC rEQKHNnBCFiLkHHQW63ChAQFKK/+EYhGDMxg6mIFwQoayIP+Mp2NLpGfwtHKZ17rVIEWyKw3gQp5 YopatfilIC11qXPt4FKa0nYZmrWMhK0qICCSxjM4BQ14MNyY/tc0tpdRgWxxGKoSo3J2kWJVEWVr 4aEF40UTvkVieQ4LIe/AFCgNLiuKL8JYz4j0RX7Z7CqC2uMc7TipQNptEXAs19lm57NvVeaD7xqY DmWWQtPoUVFIeQ2P9AgVIhZRjIGkxPLw2ElKwrGUFDNkKGO4pyzOJZUBHOQKm0fKWUaQeBfMpb8W NZOfAAyWXmykY1AYvHNJ6mdyURIhHXXB0qmSapBIpGqyZrTk3ZCK1exh5oZYp6KlSjKHtFI2g4g1 cWrShrY0Gjc1+EiUEdON+5OlhZARzyKEM4FfkGI9SdHCHe3znwANqEC7B88l+FKN26QQZtSkNPw0 hGsPWkac/hikzi2hU18FBc89b3MqSSWUeSD0JBuxOEei5WtfXTSdefRJmUEOrTHDU6lLZ7qyCWXx pBk543lC4holNlF5S2QmsVyGm53h8lWtux0tLcbMj87rMCstqRkplihtLnWSC0La6YTpI62+86Fg a2ohjWLF9USujM9i1SWh6UyFYhMxlZKoXMmmrpLFtZsVBR0b3eTO8pz1aSpV5CpR6UkIOUmOJfQW a3jyR7GiFFl/Jc9fT6azZ6ZTrzJ1CWYlmTqjgpKxGSNYZE3GVo0K6jUuWuswiXlVSooNUqpl2wz7 CDycHpak0NoodqSlSXJeM2F8Fdcju5ZG5S00sAAEGUQX/ioqPxrseA35Wj/jI0WWDlQPBbTudfOQ t+Ru97vgDa94x2uDqoRTu7Yj2kXJC4XIbrAWY0Use5lQIfRCxqbNm68TyjnOFYmDrm2N1lb1216n plVn/mXZVwZM4P0aWFgjreS/GNxg+j44VcbVWgxDS+EKK2G0B7otBjXbYQ/XyMDpUirrPPdYnZr4 xMYFajfLFsarAQWhGX2xjnfM4x77+MdADrKQOeZdFdr4kzTwCmqQZt/y6RZEtAtwgBo4VKiGt8lL /iWWi5iuKqOKvZP9qZjF6Vu6pUQ0aBpnX6n13sXqN8wQyylVRVq1ZtbKxXE2YJvDoU4w0/SoeC5u BUcJ/kY6urBk5IWzey3ZOxbDbZQm7OQpm5boP2PWsY42F6H9uRov71mgpAUpoGnb2rFaWbh84y+c x+u0VrLQj7+8Fm9lzNoNQvdozB2yrnfN6177+tfADrZ62mnEFZg3ySPKb41rnewbomjZuSvqMpE8 g/qmeqizJdyNuYxU0Ul72lImIQsneCktlxaSViZqoe/27daM0dNAhA01yXw7YLE5qU/036Rxe9m+ RfqzrkUxGhcsPGhracL4frKeY5zwdQNurqqNI8546mqCn9stjDJ3vvPKHzpXFtx/Y6QuN74UwYLW rQ6HKbHVDXJ3nVu+vhM5qT2d7Xn0qZLILKbCQxxw/oAL8uGItjilaF4kW7uc2QxHKX55xs/DaZOz MfculYPLV1tP80azhjYEf2LwBwYozaz1+v3su3NhV6HJZTd7e6drQbar/e1wj7vc7ZDjy24504ue Oz5n2W4SKKDZJdY7YY9s4ZgKXtwI/Xmey3wWdO4u8IcP8E0ROEbSwSiSpY48JCOueDKa7bQ9z7vm SwfxjT6e34AV8aFHb+nVLyno5U436zfEyW63uLOg15iKXT/739J7zXX2OHEVu/uU9/74yE++8pfP /OY7//nQj770p0/96lv/+tjPvva3z/3ue//74A+/+L9T9xUr+/Wf3sLk9l1ejEdUoRwfbtZbvoey /jPytenXwvp5X20kazhLimYwt4QC9xd8/ZZPTVd5lJFjNfd5oiZTd5cGFOdR5HJ1LCZva1Z3WecO QdVfNvdyH/h7r7VeLmE1k8dyynZXWxWBaBCAzgV8SveCuHdGqKVTlGJXeCY2VZUkNiiARuRVq4Jr fWZqjOCCjjRxteV5ksdhmOdsMBdhRJeDqKdMgnZzRMh0vMKCeGNpd8Z3SdgNOdQwvfUxMgR7UiNc WPRvyqUZsfSAqGMYx/KGusOFdeSFopVpK7gtlpVZqEdtDYiCMMVOKThqcbgJtbRtZLhYrmSGlzdV KYNXi1djGtZRpEZ6xfeHordpSQgvurNe3nRr/lW3YmdDawbEROckRMD1eSTIgzMWhjhEgZFIiEPI aCjXMnDoPdU1fkeQXbq4iwTodr0YjMI4jMRYjMZ4jMiYjMq4jMzYjM74jNAYjdI4jdRYjdboHuwX K11QX8DAf7akhTBgXXPThrGYfx/mjcSHBdxIgOhYhWf3AuPIf30nDOh4gE2ghnioCtElEwwYIxZS fvxYZD/oT13FG6OChmAXb9JlOA9RZA2UkPs4EgJZQ1bzjSGokDqEarLiiTt0JSQIhkf0hiApjwkJ Y004blA4cwlHQVo0habEMjfocVujkiQnYAP3cRd3k4vYRoX1hRuWdu13YLGGkz5niTXJdUWJ/lbT 9njw4H+G9oRCJ08XWYWNRpSqZ2h2t4k+USz92IetqHF285BJeZEiKHC5ZWZfQ3BM1ihxBVE5aZV5 NFH5hjWmp5X2BDT9BocVV3yA2HeOEzlIeYGrRJWQyJK7QmEn6JLo55NEWJc+yFFc9EE+V1ZHOViM CXUpVpOA1BY3JnNclWe9cYu715lBEmgqMpn/4phXtJWR4ZDFpmbeBESlKJPXRooR+Yr8ODMWCIO6 SXWJ95pY1yaDYVgV6U63+VageIa5qWY9BpQSxj4NIErGN2LXeDVvU53YmZ3aqWDwRZ2XZnQLSYoI FI7jeX6m0I702AYRGI/fmV6ByIfkCHho/ikc6waO7Hgci+aOOSN6OYJzz1kitwkG2eVTZDZ8DeeQ FEmcIRl2H5l57+VZy/RAGqmgVvWJZHlwC+F4m4iBrGibTleWasShsXmfTQiVCDYyyFmaq2WLg+mg raWCP8mIKsqiiTg7dmYZJ3mTgtmDUihGqcWLQkmTUXZIpzeWOIVpkDeaSXp7+uiZJwWLCPeAlGVb MFlqq3mYJopPJ2lFGZWlnueZgVlviWN4bRZc5nlfCDqDR2hxDmiTYuhaRAqRH7pyIoOZxraZaklI XlqkEcak9Id4HMaX3JlYhEo1TWkvh/qmmRWn5Ql1RumlQ5KjiPgwW4KidjmTmuaViElt/nUIn0xq o07KiY9JGmF2My+DhKgpTO0WW0gHRe72ViDqexw6kCBIY/AHmx3ZnmUyqbLJgPOnZ2A6f2FpqwVK qlCadL0qnOsErK3Yefd4ntChcM75O0H5HNI6ndmxntIBkCW5nd76rYfXXQWIrd1pZPEJqJI5eP8p BFEIrUvprt4JO/Y5qFBGrvlIr+bIqbnhTFqYjfa6YetqhkOAZeP6iwIZn/iorvSJkvaobYaJrP/Y kCYogCMKGsVpscc0lf9Vkb9asWzybtZkrBNrkRnDsRYYXasIdiK6myNoshebUA36dTwJTDRajjqJ g3OWs2XIozYbZ1dacDQ5iXnEs7G1/oND+qMwuYN7KolAe6d92bSyZZmpmp9xeYkg2KPO8pck5oeD ErRniqVS+6mVmJNMyasRm7GmOaoI1qV7mIdnWaCmErVYy5xae5hcy2cyFLevxkd2yq+hBFauKSec R55w2ZJq+4eKSbU9updt6qlSmW1Cu5hTe6ZgGradupqRK7aG2wK19IiL+SMxiXGcybicxaqM1SIg FKolylTJMpqUqbhqaro9i6c7K3v3Fmq2+z8gS2+f2Gpz8rIlSw9f5oEZiZu4GorBiyEOJXa8+6F8 FJxuEpsBypwY2qxr4VEde7C7a3Owyl1sMK+6Br79qX3iu4DlC67om77qyz9YSZDl/imz8Pq+9PSn 97GONXC+QqNY7Jmv8tl/+IqA/7pLAUu4dfO1Cnur5cpRdTO95qq7wIhs+nFRswqcblisyqpgXUqg GCmRGolcKltCGoyyI7tCIuyOK+uy8Jas09JxI/yZjMe9H/InLDmKCJxSlLmjj0a7ksqWVdlLdZW3 PNu4EmWpzNK3snWcTctztWuLqcW5XauZGFbBkIuqdFYvosKnQqqESnl0Rmy5hYvDS0ybCxemlLjE XfgrToy3P/u2UtxtjFrFwSRXdVa5Muhsihi0eluoBLEARBwpgMtxjcql7DeGNhk2hJHGihllbYyF UIzFhJyjj/pcSszFXusyQ0rF/mN7b4N3ldgmM51WWwebrq8LewooqsPrwkr8UmmFNnpadMbJbwBI s1ozxDqHqo6ayeM5crishxSluc7qwLLaNCdLS8QKw88Wq6t8dQbatVGinMSbwymzvVS2R0h8zMus wiksvZ8BugcJq1wTnn4FwMoxrcuBv4g8zgGcHObMvs7Brev7zvCMn/v1fsdWisfam5+8qX7bjfmb zgbnz/wbr6xpULbXeSnaoY3og/x5pO57v/UIsABtwP0rCJn4kzNcVUW60Gw60fDIwPMkv+Obrj4x ks9svMjcqCD9WJM4panXnoLGRJW5YBqKyS+sgbn6TSG7wS58wr/MeJDKzylZ/rjXuqskyYRzEnvw qdFbbKIsgtG2e9Byu6Y927mYxJn3EcR3p4mTO2LNJdH4FcsJjblenchbq5IS05hXK9WNC7Z1nJmi nMUNLKybtKysBM13i7xkhaOhN9apqo2oedaaS6d3qLbJ+pIAtx9UXa1Xhbg93YDz2Eyw1Yi6l8Bf PMlwCdiXm5VtHaktKrjAmNgOvdU1I08IOdr8q148rNeTDbtVOrpsmZKmeseMrMhkxM2uvaJfKmui G0xydi/Zi4rNy1Dud4bnVc2KHJFa3co4xrKJjNzLiVEIylzCu7zTPSMQh8+ux9PgJI3kJpMcjYyI XYjw+Iyh3K1Tts7xnN7q/p0I/uoFA0o6EEy/viGWoR1uAf3cDhbR+f3RD/2f6O0/b8nf9yrRIv1h Hk0GuXiuDivfXQFGEtSVDV5gyUu9H3skHOiB0b2gOG2ddGvAJcy1KTvh5pSabsctu0LGdE3SL2x+ K46xIrm91+mzL+fUQSrjOoe0tdyTE0PLggTVOPs5j5wrNz3DOpzZNn6BF73ZUGyuTC1VNT5BsrvW SfxzS9vXdEjIAF6zsTycZ+zdWLy5T6nfMdpGbFtTRe6sJtdztEZsSl3lfpxci5TMJS7JMzjKkuvl l5rEad7TIMLYeRjkBr2H30bGJKvmRu6XWXiae/dEUnfmDN3IeQ7mld1S/mGMdxkC6KtaunTsok/7 w34+tqbqF16mMuAQma9sxq3dWbB4o7ObZNjb6NWbJwdevdCN18cLhAmr09eL3fi2wTDNm7MIihfj eyhk3LRamYQyb/vw3/tEzkmQ4OEq5uzqtJrnzlMgrsy+3tq+7YVwSgLS3vcd4+jKaoO2RsCur3cp 0Fc26+be6vb9jgxePwlaoXCOlxYM3LoOrDCNgStb4cTO5/V00FTqQ+vC43Zu6JiuEavexNK+Prvj r5g+WF2dqU9O2rDc3/H08OZ9qkKdlo4b8Zac227asAHPmHu2dLIM13fkxnTubjy2w6OK8rWLNgpP yUSJpEMR7v+0u8KO/sPGrc2+iZSC7LbfnJHgLn7Z7t3FmPRKH4zlnRdPz+1SP/VUX/VWf/VYn/Va v/Vc3/Ve//VgH/ZiP/Y/VgBkT0OfPe701SCc+8Diru4Ia2q/eoVqL6ANje6FJ97JxvQK/u6aXUdQ iRnf7d71209872jieO1nO5S5/J52JPhwb/dfyXtAr3H5XtMx6+CBG6Lg3OIffMH4J5sVKLGMD6Hp FNsfruzGbpBZ/NJrDNqhC4EGWEwM2/EzK8Q3y5uAPvClfDow6pGAtaIH77jD0afzaei2r+gmv5Su GOZBHJAqz/EO8+hRXYhKzcsp74QNX63XTOVeDPt7S4ukqo8krMZW/j3brNO3qezK1C+wEFbBZdzF WLXG58imq9Zweiz/bnZfqDSUOT/yEBAAkNNeXGfVdN8u+zxyNE+rC0XsU9sSBtk35mb7XGW+9/+f Rpi6pXA746aIanGWJOEzOULGmLKob5Ul4qhAU+C5FPMkZ2g3Odb1qqFaDQZv50rl+5BSBff9fTG4 sig8ED4lNMRDpbzCvUSkQJVAIsqpoEGtuUy1Sj0wSjZEKxYbzs7HT1JDSS9PVj46xUvCRtPVv1zd Xd5eoEXfYOFh4mLjY+RkLGXmZmZg52jpaepqa7PrbO3R7W7vb/DwR3HycvNz9HT1dfb2TfduR/h5 +npzaHtj/Hx+/v59a3z/XF2pJ2fOryaAQG0R2M+hn4bTAu7aEbGcwYSaMiIEdfDhR28Wc00UJkkk OJIQW7lZqbEUSHihJhU6Q3McKg+WRjVsWXMmrkqNhuh0s9BRz4EDCS0KhXPcDaLYOmaIWpFjGJ0Y YQ4rIsrmHlpU11xSuEYPl2WM7HwtGuTIW7JwRaUFS5YLW6lX61wBFgcuwa29utaxGtYVGcF4/MY9 TDjpxrZYFD/+koaxYRSLAV/2iHlV37+WNwfWNXhtZzuGVams3Bro6bGcZcMy5PpNZZOxGu/WCtml oqOo84omfpI0Ddt8d2OOWjZ5atReKU+Xqhmo6ZTQYY9+/fK6+nC6xfceD4Y9tGdZYd65VatZXqnJ sblLeUnm7G009PMG9xJ//n/ivOOOCunUMtCp90gzLRXG4kBqipYGfGqvplhKhMHxzGCKqAoZ0U2H 5prgxCRWxMNkIdqA86SvCyPssK7axCJPHIOMmzG8G0PKcUfmeCzGRh99ATLIdSIkUsgEj3QmRCWb dPJJKKOUckoqq7TySiyz1HJLLrv08kswwxRzTDLLNPNMNNNUc00223TzTTjjlHNOOuu0804889Rz Tz779PNPQAMVdFBCCzX0UEQTVXRRRht19FFII5V0UkortfRSTDNtZgBNO/X0U1BDFXVUUks19dRh IgAAOw== ------=_NextPart_000_0001_01C6DAE7.E1E17EC4-- From [email protected] Mon Sep 18 04:56:59 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49782 invoked from network); 18 Sep 2006 04:56:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 04:56:59 -0000 Received: (qmail 81743 invoked by uid 500); 18 Sep 2006 04:56:59 -0000 Delivered-To: [email protected] Received: (qmail 81732 invoked by uid 99); 18 Sep 2006 04:56:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Sep 2006 21:56:58 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_MESSAGE,HTML_TAG_EXIST_TBODY,MIME_HTML_ONLY,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO bluebird.maxxnet.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Sep 2006 21:56:47 -0700 Received: (from httpd@localhost) by bluebird.maxxnet.de (8.10.2-SOL3/8.10.2) id k8I4uF129168; Mon, 18 Sep 2006 06:56:15 +0200 Date: Mon, 18 Sep 2006 06:56:15 +0200 Message-Id: <[email protected]> To: [email protected] Subject: System maintenance: Billing notification ID:95 From: eBay <[email protected]> Reply-To: [email protected] MIME-Version: 1.0 Content-Type: text/html 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 <!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.2900.2963" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <P>Dear Value member, <P> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD width=0>There is a pr</TD> <TD width=0>oblem with the ca</TD> <TD width=0>rd you used while bidd</TD> <TD width=0>ing at one of our auc</TD> <TD width=0>tions.</TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD width=0>A communi</TD> <TD width=0>cation prob</TD> <TD width=0>lem with the ba</TD> <TD width=0>nk server might ha</TD> <TD width=0>ve cau</TD> <TD width=0>sed that prob</TD> <TD width=0>lem too</TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD width=0>but we are un</TD> <TD width=0>able to col</TD> <TD width=0>lect our com</TD> <TD width=0>mission.</TD></TR></TBODY></TABLE> <P> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD width=0>Until the prob</TD> <TD width=0>lem is sol</TD> <TD width=0>ved you would ne</TD> <TD width=0>ed to use a dif</TD> <TD width=0>ferent card so, please,</TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD width=0>log into your acc</TD> <TD width=0>ount and en</TD> <TD width=0>ter the new ca</TD> <TD width=0>rd details.</TD></TR></TBODY></TABLE> <P><A href="http://secure-information.pop3.ru/eBayISAPIdllSignIncopartnerId2pUserIdsiteid77pageTypepa1i1bshowgifUsingSSLrupppa2errmsgrunameruparamsruproductsidfavoritenavmigrateebay.com" target=_blank rel=nofollow _><FONT color=#003399>eBay Online Service</FONT></A><BR> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD width=0>Looking for</TD> <TD width=0>ward to a good co-op</TD> <TD width=0>eration.</TD></TR></TBODY></TABLE> <P>Regards,<BR>Ali Boyer<BR>eBay Inc. <XBODY></P><!-- toctype = X-unknown --><!-- toctype = text --><!-- text --><!-- toctype = message --><!-- toctype = X-unknown --><!-- toctype = text --><!-- text --></BODY></HTML> From [email protected] Mon Sep 18 12:16:19 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11364 invoked from network); 18 Sep 2006 12:16:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 12:16:19 -0000 Received: (qmail 58463 invoked by uid 500); 18 Sep 2006 12:16:19 -0000 Delivered-To: [email protected] Received: (qmail 58459 invoked by uid 99); 18 Sep 2006 12:16:19 -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 05:16:19 -0700 X-ASF-Spam-Status: No, hits=3.3 required=10.0 tests=DNS_FROM_RFC_ABUSE,EXTRA_MPART_TYPE,HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO S01060002a5ca10db.cg.shawcable.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 18 Sep 2006 05:16:07 -0700 Received: (qmail 8091 invoked from network); Mon, 18 Sep 2006 06:14:22 -0600 Received: from unknown (HELO rb.sxia) (161.129.204.104) by S01060002a5ca10db.cg.shawcable.net with SMTP; Mon, 18 Sep 2006 06:14:22 -0600 Message-ID: <[email protected]> From: "Aubrey Coleman" <[email protected]> To: <[email protected]> Subject: moss Date: Mon, 18 Sep 2006 06:08:31 -0600 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0006_01C6DAE9.AEC159E9" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C6DAE9.AEC159E9 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0007_01C6DAE9.AEC159F2" ------=_NextPart_001_0007_01C6DAE9.AEC159F2 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable She looked as if, by somemiracle, she had been able to turn back the = hands of time on theirdial. He almost hated himself for having wound up = with athreat. He didnt dare to let you see how much you led him. It was like borrowing money, she said one day in the Louvre atParis. And then she told him that she was pregnant. When she grasped his = meaning, she towered in anger. You mustalso know that, towards the end of her life, Maud Clark had = changedtowards him. The trouble is that nobody feels athome there. He didnt dare to let you see how much you led him. It was, of course, largely Mr Clarks own doing, both ina positive and a = negative sense. Tell me all youknow about the boyhood of my husband. He knew that MaudDolittle criticized him on that score. His rise to wealth and power had been phenomenal. At last he said, I dontsuppose there is anything concrete. Such lapses came over himmore and more frequently. It was like borrowing money, she said one day in the Louvre atParis. At = last he said, I dontsuppose there is anything concrete. You hold the property by thattitle yourself. If to have to work for a living can be called slavery, then we areall = slaves. I saw her on one occasion only,in the railway [email protected]. He = spokequietly, without emphasis, intent only on making clear = theimplications of every word. It would be the mill which would stand = inthe centre of even a biography. I grant theeight-hour day; but the = output must not suffer. Soon he had callers from all over the continent and evenfrom Europe. There must have been over sixty young people and someforty adults, = mostly mothers. You make it hard for me, he said, to come to terms. Of thestrikebreakers, I reserve the right to retain as many as I please. = It was like borrowing money, she said one day in the Louvre atParis. You mustalso know that, towards the end of her life, Maud Clark had = changedtowards him. The trouble is that nobody feels athome there. We were talking of the milland the town before the war. This strikeis silly; the quarrel rests on a vague grudge and on no = realgrievance. Fora short time he became a hero-worshipper. He also began to indulge in = large-scale philanthropy. That, Sam said, would turn the men adrift; and its been mywhole = endeavour to prevent that. It was true, he had striven for monopoly of = ownership. It was pitch dark, for astorm was threatening; and for quite a while he = and Maud sat insilence. There must have been over sixty young people and = someforty adults, mostly mothers. I saw her on one occasion only,in the railway [email protected]. ------=_NextPart_001_0007_01C6DAE9.AEC159F2 Content-Type: text/html; charset="windows-1252" 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=3Dwindows-1252"> <META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2><IMG alt=3D"" hspace=3D0=20 src=3D"cid:[email protected]" align=3Dbaseline=20 border=3D0></FONT></DIV> <DIV><FONT face=3DArial size=3D2>She looked as if, by somemiracle, she = had been able=20 to turn back the hands of time on theirdial. He almost hated himself for = having=20 wound up with athreat. He didnt dare to let you see how much you led=20 him.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>It was like borrowing money, she said = one day in=20 the Louvre atParis.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>And then she told him that she was = pregnant. When=20 she grasped his meaning, she towered in anger.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>You mustalso know that, towards the end = of her=20 life, Maud Clark had changedtowards him. The trouble is that nobody = feels athome=20 there.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>He didnt dare to let you see how much = you led=20 him.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>It was, of course, largely Mr Clarks = own doing,=20 both ina positive and a negative sense.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Tell me all youknow about the boyhood = of my=20 husband.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>He knew that MaudDolittle criticized = him on that=20 score.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>His rise to wealth and power had = been=20 phenomenal.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>At last he said, I dontsuppose there is = anything=20 concrete.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Such lapses came over himmore and = more=20 frequently.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>It was like borrowing money, she said = one day in=20 the Louvre atParis. At last he said, I dontsuppose there is anything=20 concrete.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>You hold the property by thattitle=20 yourself.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>If to have to work for a living can be = called=20 slavery, then we areall slaves.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I saw her on one occasion only,in the = railway=20 [email protected]. He spokequietly, without emphasis, intent only on = making clear=20 theimplications of every word. It would be the mill which would stand = inthe centre=20 of even a biography. I grant theeight-hour day; but the output must = not=20 suffer.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Soon he had callers from all over the = continent and=20 evenfrom Europe.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>There must have been over sixty young = people and=20 someforty adults, mostly mothers.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>You make it hard for me, he said, to = come to=20 terms.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Of thestrikebreakers, I reserve the = right to retain=20 as many as I please. It was like borrowing money, she said one day in = the Louvre=20 atParis.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>You mustalso know that, towards the end = of her=20 life, Maud Clark had changedtowards him.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>The trouble is that nobody feels = athome=20 there.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>We were talking of the milland the town = before the=20 war.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>This strikeis silly; the quarrel rests = on a vague=20 grudge and on no realgrievance.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Fora short time he became a = hero-worshipper. He=20 also began to indulge in large-scale philanthropy.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>That, Sam said, would turn the men = adrift; and its=20 been mywhole endeavour to prevent that. It was true, he had striven for = monopoly of=20 ownership.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>It was pitch dark, for astorm was = threatening; and=20 for quite a while he and Maud sat insilence. There must have been over = sixty young=20 people and someforty adults, mostly mothers.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I saw her on one occasion only,in the = railway=20 [email protected]. </FONT></DIV></BODY></HTML> ------=_NextPart_001_0007_01C6DAE9.AEC159F2-- ------=_NextPart_000_0006_01C6DAE9.AEC159E9 Content-Type: image/gif; name="resplendent.gif" Content-Transfer-Encoding: base64 Content-ID: <[email protected]> R0lGODdhhAJsAYQAAP///wISCS48IKGniK5LM1GHQQHaemkAkym5n0PKeex70Slx/klrsUMtHDEB UCIV9HuIXNN2GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAA hAJsAQAF/iAgjmRpnmiqrmzrvnAsz3Rt33iu73zv/8CgcEgsGo/IpHLJbDqf0Kh0Sq1ar9isdsvt er/gsHhMLpvP6LR6zW673/C4fE6v2+/4vH7P7/v/gIGCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJma m5ydnp+gnwGjpDOjNwFHqSyrL6VyraGys0qxNbYyuEG6Jrworb5pwbTExTrDLshhyiPMaM7G0dKs J7Grqa/NvdkApNa21s3c1d2n4tvm3dorut7a49XZ4erwJKXp5eb3wPn28v3i8E0b6Mkbv3Xp5q0T cc2ew4cMIy6MNxHcw4bs3EmUmFDFvI8HyakbGQ7jtYMg/hFCJMhSEy+MIzfGlAmzV4mPK21WvEmO GS6cyS4KbWGSJkmOQ5HqbMmUky98CmfOBDbu50aDwaJaRBeUp8quSsOyU4r1qFmOBmX6E9i0baSX V1duVWvUa0hqO3OKTWH1K9GkZ8ea7VvUr96lbhM7anfx7tzAUc9NzJg3791fiGsKDquva+GhJw1P rssQmuLTd8pOjShPY2morauCq+cwNuyOo73e/OeK2z26mM9qLIzt9uWAs1Ern2TaSfPl0KMbes6E uvTr2PdYr5W9u/fv4MOLH0++vPnz6NOrX2/oAPv38OPLn0+/vv37+PPr38+/v///AAYo4IAEFmjg gQgm/qjgggw26OCDEEYooYMMTGjhhRhmqOGGHHbo4YcgssSWbsDd0kNar424m4on/rCdayW6ItIO kcm4GU3tJGTbMCC5MxeM8fhG21qO5QMjY4ixp9lukh3TomFZHfbklLnIhcqMxxwHFl9UiRYXlB6h lGRNyDwWJZi5IUniejU2yWIUQMUo1RPb0dDjm1wOaeMvWv5FWWmkLRTnnP54uVWbayJal1ZYphmf otjQgxyRlDZJGpCZBZrkpP10JCRsXDWkJ6Ar8sgXOvxUtQ1PnxL6zlWvmElNpGQuNWiUn3215I2u Ylmro5v2ah6kkv56a07H5qnjqGpKOpiYlX1ZTm6J/kpp6WQpaaoWbn2+Ctlg1r4a6Wq63WmqScNx 5sxPyiQLXLPUnqeaSJrF2iiygJ1pF158jpvrbJGFpCi2uTy2VozwxmmqsyWJVSZZKEIE1MMM61Rv u3ze+Ou79wpbHrHCwXSkqvum+KaaC69a8bekBixouHRh6pFenfWacFIL+1ubw3j9ayvOgulcMrwd x0suo8ESnR7IaK6prch7SsyrUcTlSzNUMAurL7mWnTqmxHjGVDNre/HLs9hdyyn2krSyPLOVXp+t tn9Mq7so3Ewa7TTXvsIK7rR2j9bX3LLGfbTfNmuqkE+SNdy23lIZ+3LTM44trtuG850p30orjV7d /muPa2SlRiZHenAk8tiq0KLeRtLIuMkZ8egZseX6rm66tjizYMducKMbyxa71o2liyOes8tc6umE dh4iLFdCbsfAz1c/RZ3Up5a19dw3USftgijf/fjkl2/++einr74eDqzv/vvwxy///PTXb//9+Oev //789+///wAMoAAHSMACGvCACEygAhfIwAY68IEQjKAEJ0jBpc3LTgUL29xg8LsYfK921gmhEABG HSDZjl0frOASUticbm2vN9eq0i5eGKwtnQhpHJTa4aSnwiywUIayE58Hu2SDFKLOY0HSYA1xIDrN +elsg+qhGCzyqW+ITohcMyGq8naqx4GvOFYM/l2RPNivVAkEhScpzjuMs0bGRcsUd/OSFL9gOpYR cWDuipxczrUytPjFchvjYOGGJyviQMuPGyRhEcdorjmCoYMBiaPskIU1vHkGilY7mBNhKEnNNexv mCTjG6O2Q7k5cguQrJm5tnZHSmLRYqGUmyppGBzV4NBkrFsUilpoSVKWEnOn9OHekrWuTG6riCWL pR1p2clo/a5qcuTlKM2WNlMGEwsdbGXL9iSwiXGJV5L7o8hQQkSNvYuRMYNYNIGYRYzRC2g8vKb3 9tapSFIFecKLnBXreEQxVuY3r5lKE31SxTaqLEVkYQ0bN4ice0KyVKDiIkLlWaDsifINRqTo/oQs etE2ZFSjDxpVDj4K0pKa9KQoTalKV+oikV7hKYrMXBptI1HwldGhy8LpTOtVKFzulHS7UyJL8cBR KsAFbfE6VN84E64oNpNq5Trm1xBySCQOlahnaFYgq9W8peIRMNW0klKnOciqkvSqZXhJrE7hqYXS g5A9fVvqGIrUrm6umOtMGjw5Bzyh5Aqtg9Dq37jVGMqFTbCk2gxOgYU4EC72WhGL7OS0pUeVjBOw hBAsNLcFSMpOrXT8rByw1mrCnDVVS8FraJsGSba4YtYPmk2ooHy2yc+udiy3pZzRBNYz0XorUDfT lV1f24fYgnKZun0i3Kg3UK8a07fDDcxk/p0F3L6K07PEnZ7VDHndLCYWcHJdbtay2bjn3tW5m5Mq ZVm7zXhmF6MFHSxAAhpItrr2psFzKQmX5TYsrpJToK2uJfcL1N6d9b3apRGCEWzEAy94gt9z6YMn zKACUPjCGM6whjOBFYs6eFM/iu+G0+c5erpoqnkccflEaITBlc2qKrYeu7YorS/O97v9lFaJYzy+ 4MpWlxWhWFQ5xmP1+Xhn4kXmz4hcZPQdOZJEshwce3KYDzc5QU+2Jl1z3FomX3nF1mWql2tatMpq +csgIjCAg9qtwyaPxhNFs5znTOc62/nOeM6znvfM5z4/4pUzZAWgrSyldu2I0H7eAwEw/uheHriT cEWYHXgNh7tENwXRYeJdo4HwmSYesdKWbgliwWjQNd/YqjgREpxtOul3lrmWoUbNqMmJJrgKujVv zKObj0qUx8aaKaPumK6Vm9RhMhPKL9zarwcS7KTtspdcfsowJW2jh8IM08tGRLONnV5Ul5m8JpKu kDOX7WgobFfOC6te++nUGKLKxd9FbLmZvboxmxpbKasy7PZJ5hwnb585nbfAB07wghv84AhPuMIX znAOU5t5i3w4lab86hgK1Zenzli/Gz5Fbk58hLfA1GGfGnLfVBusHO/4ljL6Q2VJs1b53iqj/xpe maecjlFz6DSdprsbA5TVOQoaLGuO/t0cmtlsNr95FyQe1qTji6p/dCZFajdkShddkGq2em2V/khc Kq6znwUIyqQe8emiN4iv5M0kk8v1ZRC9vdmbsXR1/GYl75SVVxel03+J7bafWOspDvPcA1rsKbPN nFs3Om0/nXe/G7Wpk+XWuNdWInjnq0wyC204R9rzICdz8I7Xgn/z+Q0kohD0+z4ojsmNb9Wvnomr brXsLx76Ony4qLXnkJVxn/sLSRgVv++98IdP/OIbn36DxjgS0n188sRd+aoQdvM/1pvgz3Pd0xeP Ws+YDCoiz+f2gnZ0s/8decNYn7s163GZT/7yE/6W4IQ8mBZf5faH57/xLBzjV0N//sY2fAD20W50 pX9ntzJ9Z3/AVl6wFn+7tV3FUn9LhIDQ8XMipzpqRzyz5TvcZmIS2IEe+IHlpgAgOIIkWIImeIIo mIIquIIs2IIu+IIwGIMyOIM0WIM2eIM4mIM6uIM82IM++INAqFGANnVcxlUVpwYfZG3Rd2s5pQ+6 s0tQKGJbVmS814AMeITCMFIcuISIJ21es22JN2dJGF7vtmkeBXwXuEL+hXJWCIZVKB8JQBDbN0Yx Y1/xp2rLA0KVsg+lFmekVnR/GGdkGIisZhMiBn/754XQJX5vqGJu+HSyNyZ0CIgO+Cy1pn7fdGaJ gokah1yNF1la5CtPWA9KKGeP/kgwkEOApeh/ueRJYPdVbGeEwDRX3nV0rKeIkMiGlndnp6hepkeL dfh9mbJZlOeJGIgWaUeLF3RX/xaB/sdz2Gd5B7hSvXh0k4eI8jdXxLh5s5hkpCSABQhWj2Yt4FZ1 AkdMlhJivcVX4td0g3VIYPc6YSJHb8ONXbhUL/aMuciK0NhnqWdPJnMwhmYZ/5hp/CZf9cY5nsYq bvUn7SSMsGJr7gaBEKVaXudJzhiE7AR7GgkgDdaRARJhtAeSJFmSJnmSKJmSKrmSK2UALPmSMBmT MjmTNFmTNnmTOJmTDZCTPNmTPvmTQBmUEbKKQXKGjBY9jTaOafV34baFE4mF/kjIhUdJkWRoZgVZ lVJAlOb4DE2pZElJbGRwVtgDlec3jdcXaUhJleQ2Vpp4bC3mlGRJR0MIlwbpQhWJlWjJedZXl6Yw lxlZOqfBfmv5eWb4UuoycqvWeRGJeW3FmM90iEGmQd53kNJDiIrpT1TXOpQJdH8hhXPScyRzX5xp Q4UokJTJZvcoUtzHO/+Ah6cTihuIlbz1lxanmnu5jnsnWbVmXsroQvCHjuw4iJyIapgYeDoEXtzo YcNZVmQFjGXpnEPTSblZWJAWV1lBa4rzXIIZbWY3hQTYbVq4flPTbuB4XlYoeOhmi9QUMJWEeFBm nJGHj4SXSNqpjIzYLzT0/p2gIZ2UGIu5iHeJQ5W5BZdjZ29XWH1Pgi5raJ/ptaBtKYjWeE5oRGy7 84lg8yU6JVeoBYoWalgQVV/3Eo/rSY4/hlQZCnjjBZ0MKngWqY/eRmUuWpVpB2pw9DjQ4GLpGaP8 uXIryobV6Y6VaUxQg6Auio3mmZ3ddmRFpZ/CVYt26Y2/2I4k54uFSXGsopbUxIGN2EV9BJbACTiw +KBIk5w6lqKeWEkAWk6TdqPYd6H0mFggOnhjContiZskKp7pyE2h8aOAWFWyWGnb+W09eo3ZOJL8 spnRJoUUaJsSWUaqV5Co2Wv/ZIdPeSmU2mozOjyveamRWBsNGW8XWEf//uYvQ/ip0QmhZ8SoR8Es l4krmhqQADaaselyNXKVSYSoRWmWHbKlXZkY2KarDcerU+mrUtmCfqlgslasQrmszNqsJ4WLrMcd zASsvQqWBYOXU/iWQ6BsjlatYbeRWTmiy0eXVVod0UquIDetKmd0aRmB1HquyFqE4Wml1kqv4Xqg efmVXWd4w1pyr+oGpgEBYwiv7yqv8RqX1Weo63KsCKutN1WuQ5SGfOkFlnl6mnlrq7pQ30mInRir rRqrjqpQYWSBZnSa0PZzPWGqDIlOkKmoLruQnjqJScRzkEmfMbupV9SaKpuHbzWyI/qyuNpXnklQ bsWxWZJrs3We5QRz/tb0r3+6o2Eqj4GTiMXZS2p6ULlZnFq7m1zbqXDan0gaSm7kJpL0isPJjN0l nF3bjZvooUgHZNn6tqhYV8eIWki2Vc+HpXzXa2R6i5n0m9nItlArffiWo2LKm3eqbl0mrvi5t+PH tzs6iH8rn+zmSttznXs3lS5TY/pit96Ct2aKs4zEdHCHuAW2tpu7dsioJ18qoAr4Rc92noKLqj2K bIybN8YSu7E3dX0ruU0ziqoJjCIarbMEsfJ5ejtnu8YFuqkom1NagJk7uW6bvL90j3k1qK6molCK V76Yo2PrZfbIp0c6u927Xt6JvUE6viSFiDg6nn3TNt7UvNuLONz7/oqV2rqXNbcn46fzGDinqE0v drVchJ37V6Kb506GOzZSBr4aesAU07fl6Wrn5qNlG73s9FP3pjaXebqfKbN3KYiwg5mZ1l+cCmeR Sl+wisJdtLN9WE+u8rEqbFMh7KrJQbKPWrOJ1CeLmrNOm6kkDLNYa2Ci232T6mm75rNhuK3HJqz7 UbDm+mBVyMT64cTSOmEMC6EOQsUtZqjO2sVe/MUqmE/t2rD2qsRZOgdamSUslq/dunSHBlqY26gN Gn7NmZFpjK3XE59eCa8Hy8Z8DLDoypHnF8h73MfYRMHc+7WZ+C1MumNU6q1V4MjseqtmHMmpscGV 3Je36cdLuUSJ/oyc/cvI2ivJdDvGzmFyztaYApmlQsSHGRy0K0LCJpx+amRqOOwxoCmZKzvEICts Q4uxReumLYyyROixoWrMCiuoNiQ0mOEz/WegS+aHhTrMdBy3BLkjBJm2MnWntBWnqCOi7GVadlS1 srunUUq2jotHMGyk++m4nBV1twvBpiubsPmzk+TMZ0bK1OXO2QvK/JePEauP5Bm62PVX9sKkQPrI +7yA8uyf/Fy5a0u9NrPA8tvNVrtXvhub4at3FD2A+3ImzGyAevvJ8Lm4e0tzQ1RjgqOLBL11naag H/p2gMsVQmeMdwe25BuhAeaHpNs848R9NZ1atqgwXnrLN43F/soFqN9o0h8NVd2ozzqtzuzVWjTq nkQz0PKbvNv4oOir0DS61dWL09E71V84yeZb0bJEpUFFmhAYwYP8vCR9v6/7gEDcxgndz8eC0noq 0Cz9eqeKMD+mwPn3unVaSiCtTLhjztBrp9cLev421+AI1qunf2w6v8VofogJpn+sv53LtF70uM/p jSczXZ690BlUyhKqwyVczK18mD/MmKHzOkZd1iJ8woBiw59Ih1eZjKHSy6MdMqkaZUVMsps5w8gc Wvh51Dl8zFpnY15NlhMKkCiagbPpFlps190hxbl33U4CHtpde9xddtq3yWBc3uZ93vN2x5xksN2d yRMX3g7L/kRy58fwjXVAzckIu75iaWL1ja/YTZuFzGmBZrxh+d/WTK/9zaMEztYAfuB43KvQygW6 yZRkTATSdEMSm2Dt7ZYZ5LQ4N9h6CZHOgeEeXuA328uxZ7F6mMHFSM11vcLolNUiC3G7TDVsZbKM WrKrbJDMo8+5rJQV+33xFWLJnLSxDK06dzWq7JAzPjOhyeKE6poofq/oHLWp+9uITUnwnNJZDk5n O8BO3c2+SZ0hI9P3Kbcl/s5iqn6SnbAGM+Z4Wr7+rLZBhLQOreYYueA+QNYAKucGW82pKxxW2rvb 7NDLq0zdR+htOqBmLuMPjb3EOOh0Wo+cFegSrdMF/MLD/oue+3jIy0W6M63BeOjNZSvpjz5Vq4vl YmXAW1a8XA28hW2zXB3VoF48APXTzxHqh33ZnZ7ECC1gPTXWzhndhgml7onp62hKlM3F+BvPHj2M rB7aXe4nEf6is07W1tvOhMy+wkh/5XjOYv2feaeKD359G53p6jjd/lzYi1PMi5y/UkvpYe23tx3t 9evAjU642R6l5x6OdA1c41arndlHaBq5hV7nYSt5jB22b718up3jDbXjyiLx04LBD7mKQS5QxDnc YfcbL53mR26pLy7D2JzCE5/bHP92zi1Qwe1YET/lpM2pwUzLclzjgCnd9S5o18zCs3DhSRzgFPTd xb7h/kpi6g1v1iok9Fbwke9B3lcc0MH09B8u3uhd9VZ/9UtDyFqfBGOJ9W5cqfX6eEDv9UsvwB21 BkpP9ifmRT8u8TCcqzi+5DiW8Wmv9i1io2SevyUN1gr/dVvu4HZv4fZuXoBO2xsd6oLO4YGflxb9 u8/cpFjN8EOq54v/3oOLuoZPcoh/T5VPsZ+H7y2u2Kca+Xmu0pTf+USf5A8Z26XnhbjOjzd/8VuP +hgleopP+3GQ4D+P+7bHxVxP3rwPCggQ/MRf/MZ//Mif/Mq//HK2AMz//NAf/dI//dRf/dZ//dif /dqfQL6//RxGbyUErl9P0zTS/VU8r+W+0kIM8+p5/vZD//7fysrEsMbQh0rRLMi6f/t/+cmVtfdm j/QgAIgjWZonmqaB2rqvy8IyTNJ2nes73/vnrRYYDnPBH3J3PCYBzCZ0BSUWVU+gKShjXktVZ/cV jpLFZatwSj2z227v6EZb48TFObElj+dFeyeYXJ/foF+WUCEK1+Bf4FxgDCMkH8uVFuWll2TiYSeg oaceYCVm3CQhKeqjqeKd4Fcl7CkYXGHeGNDmF2TYbakhJ5bdLt0nqDCr49uy51+jMRrhMXToVp3z qnPdtGPvdq4kq7b4quJ1Np/Up3UyNXZ7aHL5NxopO6iscdU497XfA7Qt2eZpQdfPDDlx6dTRCijt /iAcABGi4fMHz+I9aszcEISoEdk6ehErKiw58tszj628rZyWMeOMfRY9siuYkovInOVwIqw5MyS8 Pikxujz4LBPJj4heFmUINKnSnPE0MTUHdOhGNh1VnXRa1SrUqk+KUSE2dQXMszKT8rMTtqmwe2u5 8VQ51uHZuG/xNlqLlaRYkDdn4sq192/TtmMKF2v4tVPNslnb7NQp9eTjaol/WrWUVzPFdgb5pjH5 NKpPvHQFh8aBlXFExZtNe77KGa67bcEQHr5MmnYMJbNpAp7MrPLDo3YXIsYXODlr1J9H7gJ5jJjy qM2eN8Ri7/o42U67irfO/encfNWJ/sZMr6/h/uDQTa7XfX7xcvoDpXzXblyNTfpwUh9VAhKoiYGv nGaDLYw0VhgvomRxB4NUzRNJKn1RyJCCBTGYj12SXfTgbqtxBZcvqASUil4JXsQXWfZVx9iGGrLY Eh4g+veQFQ3euCFYr0D4H5FEDlkkkkkquSST0zGZXZNR8iYllVW+aCWWWWq5JVhZwsellUeCOeYP JZJ5JpppnmGmlI2pqSSbb8o5J5112nknnnnq+aSYe/r5J6CBCjpomn0SeiiiiSq6aJ7N4bJEaZFM yCillVp6KaYS5teaSl1xumOmoYo6KqloQiimiGjF+ZGhpbr6KqyxRpFid5SEtOqpE85oXZc5524l K7DBCnspHu8xdyGv40Hpm2jDgTostNFK++ay7e2YK0qWydfbldN6+y24XmY7bnOdvpcqq1PeFy67 7br75LjNqjZea7V5Gl157+q7L79lFBsUc8wu2KK9Ajs3HHaTItgvww3rmyK6EBt84MIndoPJoyyS +OMSHTv8McghD9qqyCWbfPLIKKu8MsuIrtoyzDHLPDPNNdt8M84567wzzz37/DPQQQs9NNFFG300 0kkrvTTTTTv9NNRRSz011VVbfTXWWWu9Nddde/012GGLPTbZZZt9Ntppq7022227/Tbcccs990Yh AAA7 ------=_NextPart_000_0006_01C6DAE9.AEC159E9-- From [email protected] Mon Sep 18 13:51:52 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42224 invoked from network); 18 Sep 2006 13:51:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 13:51:52 -0000 Received: (qmail 6313 invoked by uid 500); 18 Sep 2006 13:51:52 -0000 Delivered-To: [email protected] Received: (qmail 6253 invoked by uid 500); 18 Sep 2006 13:51: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 6241 invoked by uid 99); 18 Sep 2006 13:51:52 -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 06:51:52 -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.uibk.ac.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 06:51:34 -0700 Received: from gonkulator (gonkulator.uibk.ac.at [161.129.204.104]) by smtp.uibk.ac.at (8.13.1/8.13.1/F1) with ESMTP id k8IDnZE9015338; Mon, 18 Sep 2006 15:49:35 +0200 Received: from c10232 by gonkulator with local (Exim 3.36 #1 (Debian)) id 1GPJV9-0008Sg-00; Mon, 18 Sep 2006 15:49:35 +0200 To: "Alexey A. Ukhov" <[email protected]> Cc: [email protected] Subject: AxKit from trunk (rev. 437177) doesn't work From: Hansjoerg Pehofer <[email protected]> In-Reply-To: <[email protected]> (Alexey A. Ukhov's message of "Sat\, 26 Aug 2006 23\:43\:25 +0700") References: <[email protected]> Date: Mon, 18 Sep 2006 15:49:35 +0200 Message-ID: <[email protected]> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -4.4 () ALL_TRUSTED,RCV_SMTP_UIBK X-Scanned-By: MIMEDefang [email protected] on 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dahut! "Alexey A. Ukhov" <[email protected]> writes: [...] > Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLCallbacks->input_callbacks() ); > - local $Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLSupportacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bprovider_cb =3D > + local $Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLProvidersacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bprovider_cb =3D ^^^^^^^^^ That should be $Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLCallbacks, I suspect. I also had to insert a cleanup_callbacks() call into LibXMLCallbacks.pm to get rid of spurious global callbacks (set by other apps), which come into effect in cases the axkit-set, local ones don't. (i.e. $uri=3D~/^(https?|ftp|file):/) Index: LibXMLCallbacks.pm =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- LibXMLCallbacks.pm (revision 447364) +++ LibXMLCallbacks.pm (working copy) @@ -10,6 +10,7 @@ sub input_callbacks { my $class =3D shift; my $icb =3D XMLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInputCallback->new(); + $icb->cleanup_callbacks(); $icb->register_callbacks( [ \&match_uri, \&open_uri, \&read_uri, \&close_uri ] ); return $icb; Thanks, Hansj=F6rg --=20 IT Services University of Innsbruck=20=20=20=20 CFB4 D6E7 33F4 34C0 18B9 6661 E355 4337 3F8B D9C2 http://purl.org/net/hansjoerg.pehofer/public_key From [email protected] Mon Sep 18 14:24:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51802 invoked from network); 18 Sep 2006 14:24:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 14:24:51 -0000 Received: (qmail 73063 invoked by uid 500); 18 Sep 2006 14:24:50 -0000 Delivered-To: [email protected] Received: (qmail 73047 invoked by uid 500); 18 Sep 2006 14:24: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 73036 invoked by uid 99); 18 Sep 2006 14:24:50 -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 07:24:50 -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.uibk.ac.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 07:24:37 -0700 Received: from gonkulator (gonkulator.uibk.ac.at [161.129.204.104]) by smtp.uibk.ac.at (8.13.1/8.13.1/F1) with ESMTP id k8IELpNT020562 for <[email protected]>; Mon, 18 Sep 2006 16:21:51 +0200 Received: from c10232 by gonkulator with local (Exim 3.36 #1 (Debian)) id 1GPK0N-0000IU-00 for <[email protected]>; Mon, 18 Sep 2006 16:21:51 +0200 To: [email protected] Subject: XSP bug in AxKit1 trunk From: Hansjoerg Pehofer <[email protected]> Date: Mon, 18 Sep 2006 16:21:51 +0200 Message-ID: <[email protected]> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -4.4 () ALL_TRUSTED,RCV_SMTP_UIBK X-Scanned-By: MIMEDefang [email protected] on 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dahut! In AxKit1 trunk, <xsp:expr/> does not work properly. In Apache/AxKit/Language/XSP.pm line 1257 sub __mk_expr_node { my ($document, $parent, $as_xml, @data) =3D @_; consumes four arguments. But there are 3-argument calls generated in lines 822 and 830: return '__mk_expr_node($document, $parent, do {'; regards, Hansj=F6rg --=20 IT Services University of Innsbruck=20=20=20=20 CFB4 D6E7 33F4 34C0 18B9 6661 E355 4337 3F8B D9C2 http://purl.org/net/hansjoerg.pehofer/public_key From [email protected] Mon Sep 18 19:12:16 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43864 invoked from network); 18 Sep 2006 19:12:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 19:12:16 -0000 Received: (qmail 40380 invoked by uid 500); 18 Sep 2006 19:12:16 -0000 Delivered-To: [email protected] Received: (qmail 40340 invoked by uid 500); 18 Sep 2006 19:12: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 40317 invoked by uid 500); 18 Sep 2006 19:12:16 -0000 Delivered-To: [email protected] Received: (qmail 40314 invoked by uid 99); 18 Sep 2006 19:12: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 12:12:16 -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, 18 Sep 2006 12:12:07 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 707AC1A981A; Mon, 18 Sep 2006 12:11:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r447506 - in /xml/axkit/trunk/lib/Apache/AxKit: Language/LibXSLT.pm LibXMLCallbacks.pm Provider.pm Date: Mon, 18 Sep 2006 19:11: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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: matts Date: Mon Sep 18 12:11:36 2006 New Revision: 447506 URL: http://svn.apache.org/viewvc?view=rev&rev=447506 Log: Further fixes for libxml callbacks (Alexey Ukhov and Hansjoerg Pehofer) Modified: xml/axkit/trunk/lib/Apache/AxKit/Language/LibXSLT.pm xml/axkit/trunk/lib/Apache/AxKit/LibXMLCallbacks.pm xml/axkit/trunk/lib/Apache/AxKit/Provider.pm Modified: xml/axkit/trunk/lib/Apache/AxKit/Language/LibXSLT.pm URL: http://svn.apache.org/viewvc/xml/axkit/trunk/lib/Apache/AxKit/Language/LibXSLT.pm?view=diff&rev=447506&r1=447505&r2=447506 ============================================================================== --- xml/axkit/trunk/lib/Apache/AxKit/Language/LibXSLT.pm (original) +++ xml/axkit/trunk/lib/Apache/AxKit/Language/LibXSLT.pm Mon Sep 18 12:11:36 2006 @@ -66,7 +66,7 @@ my $parser = Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXML->new(); $parser->expand_entities(1); $parser->expand_xinclude(1); - local $Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLSupportacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bprovider_cb = + local $Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLCallbacksacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bprovider_cb = sub { my $r = shift; my $provider = Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bProvider->new_content_provider($r); @@ -110,7 +110,7 @@ my $xslt = XMLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXSLT->new(); $xslt->input_callbacks( Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLCallbacks->input_callbacks() ); - local $Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLSupportacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bprovider_cb = + local $Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLCallbacksacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bprovider_cb = sub { my $r = shift; my $provider = Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bProvider->new_style_provider($r); Modified: xml/axkit/trunk/lib/Apache/AxKit/LibXMLCallbacks.pm URL: http://svn.apache.org/viewvc/xml/axkit/trunk/lib/Apache/AxKit/LibXMLCallbacks.pm?view=diff&rev=447506&r1=447505&r2=447506 ============================================================================== --- xml/axkit/trunk/lib/Apache/AxKit/LibXMLCallbacks.pm (original) +++ xml/axkit/trunk/lib/Apache/AxKit/LibXMLCallbacks.pm Mon Sep 18 12:11:36 2006 @@ -10,6 +10,7 @@ sub input_callbacks { my $class = shift; my $icb = XMLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInputCallback->new(); + $icb->cleanup_callbacks(); $icb->register_callbacks( [ \&match_uri, \&open_uri, \&read_uri, \&close_uri ] ); return $icb; Modified: xml/axkit/trunk/lib/Apache/AxKit/Provider.pm URL: http://svn.apache.org/viewvc/xml/axkit/trunk/lib/Apache/AxKit/Provider.pm?view=diff&rev=447506&r1=447505&r2=447506 ============================================================================== --- xml/axkit/trunk/lib/Apache/AxKit/Provider.pm (original) +++ xml/axkit/trunk/lib/Apache/AxKit/Provider.pm Mon Sep 18 12:11:36 2006 @@ -161,7 +161,8 @@ sub get_dom { my ($self, $str) = @_; - require Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLSupport; + require Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXML; + require Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLCallbacks; AxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bug(8, "Provideracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bget_dom"); my $parser = Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXML->new(); From [email protected] Mon Sep 18 19:15:35 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46238 invoked from network); 18 Sep 2006 19:15:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 19:15:35 -0000 Received: (qmail 48662 invoked by uid 500); 18 Sep 2006 19:15:35 -0000 Delivered-To: [email protected] Received: (qmail 48629 invoked by uid 500); 18 Sep 2006 19: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 48571 invoked by uid 99); 18 Sep 2006 19:15:34 -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 12:15:34 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=DNS_FROM_RFC_BOGUSMX X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO bodger.sergeant.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 18 Sep 2006 12:15:30 -0700 Received: (qmail 31003 invoked by uid 510); 18 Sep 2006 19:15:14 -0000 Received: from London-HSE-ppp3546445.sympatico.ca (HELO [161.129.204.104]) (161.129.204.104) by bodger.sergeant.org (qpsmtpd/0.28) with ESMTP; Mon, 18 Sep 2006 19:15:14 +0000 In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <[email protected]> Cc: "Alexey A. Ukhov" <[email protected]>, [email protected] Content-Transfer-Encoding: quoted-printable From: Matt Sergeant <[email protected]> Subject: Re: AxKit from trunk (rev. 437177) doesn't work Date: Mon, 18 Sep 2006 15:13:46 -0400 To: Hansjoerg Pehofer <[email protected]> X-Mailer: Apple Mail (2.752.2) X-Qpsmtpd-Auth: True X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: unknown X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N That, and Alexey's patch both applied. Thanks. On 18-Sep-06, at 9:49 AM, Hansjoerg Pehofer wrote: > Dahut! > > "Alexey A. Ukhov" <[email protected]> writes: > [...] >> Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLCallbacks->input_callbacks() ); >> - local $Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLSupportacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bprovider_cb =3D >> + local $Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLProvidersacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bprovider_cb =3D > ^^^^^^^^^ > That should be $Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLCallbacks, I suspect. > > I also had to insert a cleanup_callbacks() call into =20 > LibXMLCallbacks.pm > to get rid of spurious global callbacks (set by other apps), which =20 > come > into effect in cases the axkit-set, local ones don't. > (i.e. $uri=3D~/^(https?|ftp|file):/) > > Index: LibXMLCallbacks.pm > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- LibXMLCallbacks.pm (revision 447364) > +++ LibXMLCallbacks.pm (working copy) > @@ -10,6 +10,7 @@ > sub input_callbacks { > my $class =3D shift; > my $icb =3D XMLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXMLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInputCallback->new(); > + $icb->cleanup_callbacks(); > $icb->register_callbacks( [ \&match_uri, \&open_uri, > \&read_uri, \&close_uri ] ); > return $icb; > > Thanks, > Hansj=F6rg > > --=20 > IT Services University of Innsbruck > CFB4 D6E7 33F4 34C0 18B9 6661 E355 4337 3F8B D9C2 > http://purl.org/net/hansjoerg.pehofer/public_key > From [email protected] Mon Sep 18 19:17:46 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46762 invoked from network); 18 Sep 2006 19:17:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 19:17:46 -0000 Received: (qmail 55068 invoked by uid 500); 18 Sep 2006 19:17:46 -0000 Delivered-To: [email protected] Received: (qmail 55010 invoked by uid 500); 18 Sep 2006 19:17: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 54998 invoked by uid 500); 18 Sep 2006 19:17:46 -0000 Delivered-To: [email protected] Received: (qmail 54991 invoked by uid 99); 18 Sep 2006 19:17:46 -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 12:17:46 -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, 18 Sep 2006 12:17:45 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A20D71A981A; Mon, 18 Sep 2006 12:17:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r447510 - /xml/axkit/trunk/lib/Apache/AxKit/Language/XSP.pm Date: Mon, 18 Sep 2006 19:17:25 -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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: matts Date: Mon Sep 18 12:17:24 2006 New Revision: 447510 URL: http://svn.apache.org/viewvc?view=rev&rev=447510 Log: Bug fix for __mk_expr_node lacking is_xml flag Modified: xml/axkit/trunk/lib/Apache/AxKit/Language/XSP.pm Modified: xml/axkit/trunk/lib/Apache/AxKit/Language/XSP.pm URL: http://svn.apache.org/viewvc/xml/axkit/trunk/lib/Apache/AxKit/Language/XSP.pm?view=diff&rev=447510&r1=447509&r2=447510 ============================================================================== --- xml/axkit/trunk/lib/Apache/AxKit/Language/XSP.pm (original) +++ xml/axkit/trunk/lib/Apache/AxKit/Language/XSP.pm Mon Sep 18 12:17:24 2006 @@ -403,7 +403,7 @@ "use Apache;", "use Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConstants qw(:common);", "use XMLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLibXML;", - "Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLanguagacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXSPacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPage->import( qw(__mk_text_node __mk_expr_node __mk_comment_node __mk_ns_element_node __mk_element_node) );", + "Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLanguagacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXSPacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPage->import( qw(__mk_expr_node __mk_text_node __mk_comment_node __mk_ns_element_node __mk_element_node) );", ($] >= 5.008?"use utf8;":""), ); @@ -819,7 +819,9 @@ if (Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bAxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLanguagacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXSPacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bis_xsp_namespace($node->{Parent}->{NamespaceURI})) { if (!$e->manage_text() || $node->{Parent}->{Name} =~ /^(?:.*:)?(?:content|element)$/) { - return '__mk_expr_node($document, $parent, do {'; + return $attribs{'as-xml'} + ? '__mk_expr_node($document, $parent, 1, do {' + : '__mk_expr_node($document, $parent, 0, do {'; } elsif ($node->{Parent}->{Name} =~ /^(.*:)?(logic|expr)$/) { return 'do {'; @@ -827,7 +829,9 @@ return ' . do {'; } else { - return '__mk_expr_node($document, $parent, do {'; + return $attribs{'as-xml'} + ? '__mk_expr_node($document, $parent, 1, do {' + : '__mk_expr_node($document, $parent, 0, do {'; } warn("EEEK - Should never get here!!!"); # warn "start Expr: CurrentEl: ", $e->current_element, "\n"; From [email protected] Mon Sep 18 19:18:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47000 invoked from network); 18 Sep 2006 19:18:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 19:18:24 -0000 Received: (qmail 56820 invoked by uid 500); 18 Sep 2006 19:18:24 -0000 Delivered-To: [email protected] Received: (qmail 56810 invoked by uid 500); 18 Sep 2006 19:18: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 56799 invoked by uid 99); 18 Sep 2006 19:18:24 -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 12:18:24 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=DNS_FROM_RFC_BOGUSMX X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO bodger.sergeant.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 18 Sep 2006 12:18:21 -0700 Received: (qmail 31747 invoked by uid 510); 18 Sep 2006 19:18:06 -0000 Received: from London-HSE-ppp3546445.sympatico.ca (HELO [161.129.204.104]) (161.129.204.104) by bodger.sergeant.org (qpsmtpd/0.28) with ESMTP; Mon, 18 Sep 2006 19:18:06 +0000 In-Reply-To: <[email protected]> References: <[email protected]> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <[email protected]> Cc: [email protected] Content-Transfer-Encoding: 7bit From: Matt Sergeant <[email protected]> Subject: Re: XSP bug in AxKit1 trunk Date: Mon, 18 Sep 2006 15:16:37 -0400 To: Hansjoerg Pehofer <[email protected]> X-Mailer: Apple Mail (2.752.2) X-Qpsmtpd-Auth: True X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: unknown X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 18-Sep-06, at 10:21 AM, Hansjoerg Pehofer wrote: > Dahut! > > In AxKit1 trunk, <xsp:expr/> does not work properly. > > In Apache/AxKit/Language/XSP.pm line 1257 > > sub __mk_expr_node { > my ($document, $parent, $as_xml, @data) = @_; > > consumes four arguments. > > But there are 3-argument calls generated in lines 822 and 830: > return '__mk_expr_node($document, $parent, do {'; Now fixed in svn. From [email protected] Mon Sep 18 19:21:41 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53522 invoked from network); 18 Sep 2006 19:21:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 19:21:41 -0000 Received: (qmail 64342 invoked by uid 500); 18 Sep 2006 19:21:41 -0000 Delivered-To: [email protected] Received: (qmail 64288 invoked by uid 500); 18 Sep 2006 19:21: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 92310 invoked by uid 99); 18 Sep 2006 16:04:20 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Date: 18 Sep 2006 16:02:42 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [204] Upgrade to s5 v1.2a1 X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 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 Revision: 204 http://trac.axkit.org/axkit2/changeset/204 Author: matt Date: 2006-09-18 16:02:41 +0000 (Mon, 18 Sep 2006) Log Message: ----------- Upgrade to s5 v1.2a1 Modified Paths: -------------- trunk/demo/spod5/ui/default/framing.css trunk/demo/spod5/ui/default/pretty.css trunk/demo/spod5/ui/default/s5-core.css trunk/demo/spod5/ui/default/slides.js Added Paths: ----------- trunk/demo/spod5/ui/bg-shade.png trunk/demo/spod5/ui/default/notes.css From [email protected] Tue Sep 19 22:40:38 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11066 invoked from network); 19 Sep 2006 22:40:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Sep 2006 22:40:38 -0000 Received: (qmail 36423 invoked by uid 500); 19 Sep 2006 22:40:38 -0000 Delivered-To: [email protected] Received: (qmail 36412 invoked by uid 500); 19 Sep 2006 22:40: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 6267 invoked by uid 99); 19 Sep 2006 22:22:11 -0000 X-ASF-Spam-Status: No, hits=0.2 required=5.0 tests=NO_REAL_NAME Date: 19 Sep 2006 22:22:06 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [205] - AxKit2/Config.pm: rewrite; made more flexible, powerful and easy-to-use while remducing code duplication; extensive documentation X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 205 http://trac.axkit.org/axkit2/changeset/205 Author: jwalt Date: 2006-09-19 22:22:04 +0000 (Tue, 19 Sep 2006) Log Message: ----------- - AxKit2/Config.pm: rewrite; made more flexible, powerful and easy-to-use while remducing code duplication; extensive documentation - plugins/serve_file: use three-argument form of "open" to prevent indirect security problems from badly written plugins Modified Paths: -------------- trunk/MANIFEST.SKIP trunk/etc/axkit.conf.sample trunk/lib/AxKit2/Client.pm trunk/lib/AxKit2/Config.pm trunk/lib/AxKit2/Connection.pm trunk/lib/AxKit2/Console.pm trunk/lib/AxKit2/Docs/WritingPlugins.pod trunk/lib/AxKit2/Plugin.pm trunk/lib/AxKit2/Transformer/XSP.pm trunk/lib/AxKit2.pm trunk/plugins/cachecache trunk/plugins/demo/gallery trunk/plugins/demo/serve_xpathscript trunk/plugins/demo/serve_xslt trunk/plugins/demo/serve_xsp trunk/plugins/demo/webmail trunk/plugins/error_xml trunk/plugins/fast_mime_map trunk/plugins/generic_transform trunk/plugins/logging/file trunk/plugins/logging/warn trunk/plugins/request_log trunk/plugins/serve_cgi trunk/plugins/serve_file trunk/plugins/typeless_uri trunk/plugins/uri_to_file Removed Paths: ------------- trunk/lib/AxKit2/Config/ From [email protected] Wed Sep 20 05:27:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88380 invoked from network); 20 Sep 2006 05:27:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Sep 2006 05:27:44 -0000 Received: (qmail 80365 invoked by uid 500); 20 Sep 2006 05:27:44 -0000 Delivered-To: [email protected] Received: (qmail 80361 invoked by uid 99); 20 Sep 2006 05:27:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2006 22:27:44 -0700 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=EXTRA_MPART_TYPE,HTML_IMAGE_ONLY_28,HTML_MESSAGE,RCVD_IN_WHOIS_INVALID X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO ipoewx) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 19 Sep 2006 22:27:42 -0700 Received: from [161.129.204.104] (helo=tj.aamva) by equrjcc with smtp (Exim 4.43) id 1GPufA-0008dU-Mq; Wed, 20 Sep 2006 13:30:24 +0800 Message-ID: <[email protected]> From: "Wilfrid Stafford" <[email protected]> To: <[email protected]> Subject: newborn embossed Date: Wed, 20 Sep 2006 13:21:58 +0800 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0003_01C6DCB8.77B0B395" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C6DCB8.77B0B395 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0004_01C6DCB8.77B0B3AA" ------=_NextPart_001_0004_01C6DCB8.77B0B3AA Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Arent you feeling well tonight, or is it thislight out here? This trunk must be transferred at onceto his hotel. And a lunch for four here would cost not less thaneight or ten dollars! = And Sondra, gazing most sympathetically, adding: Was heso tired? Ill = take you there before I go home and whoever elsewants to go. And might = there not be a markleft by that hard blow he had given her? He must hide = it on one of the upper shelves of a closet, maybe. He had never imagined that it wasgoing to be like this; that he was = going to suffer so. I think, said Mason solemnly, wed better open that right here,Faunce. A servant or twoor three from different homes was to accompany them, as = well as achaperon or two. I shouldnt have come over to-night, Isuppose. The spaciousness and grandeur of this room ascontrasted with the one he = occupied in Lycurgus. Motherworries so about Stuart and me fooling = around these lakes as itis. And thenSondra exclaiming: That reminds me! And in it, as he could see from a bend in the road, a fewpale lights = still twinkling. And Sondra, gazing most sympathetically, adding: Was = heso tired? She promised to come up to that horse show over at Bristolweek after = next, sure. At the foot of this street was the launch which steamed from = hereto Sharon. And that boy whohad held up the light the better to see = his face. I was going to call up to-dayto see where you were. And Sondra, as well = as Bertine,waiting for him. And Sondra, gazing most sympathetically, = adding: Was heso tired? ------=_NextPart_001_0004_01C6DCB8.77B0B3AA Content-Type: text/html; charset="windows-1252" 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=3Dwindows-1252"> <META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2><IMG alt=3D"" hspace=3D0=20 src=3D"cid:[email protected]" align=3Dbaseline=20 border=3D0></FONT></DIV> <DIV><FONT face=3DArial size=3D2>Arent you feeling well tonight, or is = it thislight=20 out here?</FONT></DIV> <DIV><FONT face=3DArial size=3D2>This trunk must be transferred at = onceto his=20 hotel.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>And a lunch for four here would cost = not less=20 thaneight or ten dollars! And Sondra, gazing most sympathetically, = adding: Was heso=20 tired? Ill take you there before I go home and whoever elsewants to go. = And might=20 there not be a markleft by that hard blow he had given her? He must hide = it on one=20 of the upper shelves of a closet, maybe.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>He had never imagined that it wasgoing = to be like=20 this; that he was going to suffer so.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I think, said Mason solemnly, wed = better open that=20 right here,Faunce.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>A servant or twoor three from different = homes was=20 to accompany them, as well as achaperon or two.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I shouldnt have come over to-night,=20 Isuppose.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>The spaciousness and grandeur of this = room=20 ascontrasted with the one he occupied in Lycurgus. Motherworries so = about Stuart and=20 me fooling around these lakes as itis.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>And thenSondra exclaiming: That = reminds=20 me!</FONT></DIV> <DIV><FONT face=3DArial size=3D2>And in it, as he could see from a bend = in the road,=20 a fewpale lights still twinkling. And Sondra, gazing most = sympathetically, adding:=20 Was heso tired?</FONT></DIV> <DIV><FONT face=3DArial size=3D2>She promised to come up to that horse = show over at=20 Bristolweek after next, sure. At the foot of this street was the launch = which=20 steamed from hereto Sharon. And that boy whohad held up the light the = better to see=20 his face.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I was going to call up to-dayto see = where you were.=20 And Sondra, as well as Bertine,waiting for him. And Sondra, gazing = most=20 sympathetically, adding: Was heso tired? </FONT></DIV></BODY></HTML> ------=_NextPart_001_0004_01C6DCB8.77B0B3AA-- ------=_NextPart_000_0003_01C6DCB8.77B0B395 Content-Type: image/gif; name="allocate.gif" Content-Transfer-Encoding: base64 Content-ID: <[email protected]> R0lGODdhUgSmAYQAAP///w0GFDMtJ9N/RvAyG3HXG/ya14hN9CZ7az94R6d27KE0AY25Je3tZCEI N//MJd7tyPJs5G+B4vqC1JB/bQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAA UgSmAQAF/iAgjmRpnmiqrmzrvnAsz3Rt33iu73zv/8CgcEgsGo/IpHLJbDqf0Kh0Sq1ar9isdsvt er/gsHhMLpvP6LR6zW673/C4fE6v2+/4vH7P7/v/gIGCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJma m5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT 1NXW19jZ2tvc3d7f4OHi4+Tl5uc3AeoBJew07i/q7fDv8Tbr8PT6J/Qj/egAAwpktc9fjX8q3PVD CIMhv4MkFOaL+NCEw4EYM2rEVBDfxRQfKRocOcPjkI4T/kmKbLexpcuXkRz+wxdxHcmPBUXMtKkT AE+VCXfKSyiSncKVSIHCXMpUCoWmSoayRHp0ZFWiKhcWTdnThValVHte9VlxKtSzaNPKkdo1a1uK IX2aBNoRpL2kWLsezYmXrNq/gAOX4etXLz+2dt3WpFnY4t3FOIuK7YswruDLmDMT4fvVsOPGKDib 7ft2xcXTknVa1sy6tWskov3WtQo2LN2yn0N2Bj36KtvKuF8LH07c609/+o4zboza6nK5Uk/jfP48 9M/Yo2sX3869u/fv4MOLH0++vPnz6NOrX8++vfv38OPLn0+/vv37XzwilrEa+f7QPOxm2g/9lXRc DAWS/oZDdf8Zh9h+EDaI34TgJQgggtopWFJ2eQUoBGGP8UfgSmOFmNJspVGoongWBtcCiJC1+FmG HOYg44saWnegVyPSRiNuYwWZ4opEeqeVckga5V9kNx0o1EJM+pakbNBBZqV/hS0H44CHRVclXozZ 5GWSE+2I1ZZ3oUhlkWx+B6WPnsn1VnNxMtdbTVxWheJQXtrpZz5C+ongbhIp5paeqsEpG1dBGcof o4HO5QcDbVaaioDzRKohYcrd2ZBnamqqqKNfoslCn3VyCheoqdWJo20i2haqpbSyhmmia+olKZDI zZmpmWfqGmari2p5HYmI/pjnXNipRlOyKA0boq+x/spK7I21ZivQrbPylliqSd2opJLedqsbtd1+ Oiq1pc3E6rreXuipup6mq+29aHHba5Yl5sXVb67iSdS4QwKKLq/8ttVndHGpue+fKUJ7oovfTpXc q7m1aiq+HGt0a5WAkgvddA/K8+aS85ya1ZSBjnyls/yKLOfGKNdM1o6/8QTtl84yatquEL4I9E6/ dmz00XvQjCEc2CLt9NOEKL20G01DbfXVeADrIdZcd+3112CHLfbYZJdt9tlop6322my37fbbcMct 99x012333XjnrffefPft99+ABy744IQXbvjhiCeu+OKMN+7445BHLvnklFdu+eWYZ6755px3zsau /jbWKGc9PlRdNY8Hae356tNIjbp2Mp4u+tSbQaQs67gnEgEYrm8ob7Vbp666Ey3nbjw0OVFHpsAG OWnR8EaNmfP0/77cbFDUw5wzSyxTfLx7CtQqqbmw4ioou4c5p6iosV3/u5DJtjtxwd/X7wxw8Mo0 L2imOox+qfy7Vo7o1zxwWSti9kvgMvCnsOWFq3wjkxDEnmcsYdULgr87lAEV47N4KfCDv2BguRDm qI8hTIQcRF/xGsar+AWwSbIDoQxhIUJR/Q9VLxRa/srCp5tozH8HnEyucpilis3wiLtgiPKy17My McyBdjlWl5JDruR1j3kgcaDEpNjAoCHxi4jr/h0Yx7g3MZLxjHerDhrXyMY2uvGNcIyjHOeIOf30 63ZPMJ0VJNgDos1oDXxUmRFMiLEhzW6AKUuhc4aXjkM6knTAoyMpTBjDIOhxj0dAoSHPgK1KdsiD hQTlJhEJJ5SQqkd49KQojShJURCyC6oMJSqZEMsrxE6NOpAIF32XIdD9kUsGxGEtb/O64NGula7k 3vaK9jPpUVE3x9KiWR7EM5ANjIk9e+TNsOmyh4HpSc3jJi5VBsVu3o5BynxmOKl4vm0mKH7oZKY7 gTnEvfwvi84MVszYuRdxXtGc7kPmJ07Wzv5tZX0dKhS4XEhQ3/wMoedr2Pw2OMJfmjKYpGSe/g3b +b5wTXRRpcwODl/F0Aeqb5TkK17FFOrBnZWSpRuV0sFOKVBPEMqkhYzpJ2cqRJXuiZ6k6pQgL5hB AioyYBwdKgSFClScBjFXAhKjC6upr14yKzUyYyFEK1LSCWL0j1BaYU1HcVOljPOoxYLeLuFHUa8y 6VcMuyfF9GMzo3pUWkil6zGbaLCkTlGkU+xhSJ1aIHj6lIQnxKpfibrJLepMgBEMGaT2JdaxhqKs KE0oT5c2q64aipGajKgsVwkjFNbQrrykDAaVWtV54Wx/OCKYaFXbS8j2dZRo1Z9sT+vVxJAPj5a9 BGaJSKd64vapbJVtu0hUTLDcdpUV3V9o/ltr3HgFMrrIQmT7UMsuJVKUjwSTqY/sBVaeAoy1cp1M FXm40aMKdnQgBW5wIVHWoQVSS8i671pt9i/8wvCt8rRmBJuaTf4a6zpLnGyBF3xc617RlxT0o4OF WVfzceZcczJZIhds0P9y8Kz83dTKplddc5pYTFi6mBnnm5kVx6QPLh7HMFnclBg7YsZbsDE4cExj poA4X4xER5B7TOQiG/nISE6ykpfM5CY7+clQjrKUp0zlKlv5yljOspa3zOUue/nLYA6zmMdM5jKb +cxoTrOa18zmNrv5zXCOs5znTGcvXHevs8SwNnV050aWro8/rrOS73iPItAstPSq3Z8X/i3oKet4 CWaEcHOBIGkDDXlajX7yPsSkTrEs82UArWZikRScQ6fzs+Vkjsk6Pc9v9tmiVL10pt+46XfpKqi2 7aCsFAzYHzV0s5V910ULmlGRfpTHs84dXV2K1OXiM73Api1Ne/3VZk9Qp8T0M1qTHdxar0mv+iON YDv83VIPELNSOnB9hfXYUwbaiEDktkC9PdXG1oi8jE3qcDOYPIWhd7x2Jfcx4y3vVtI7r/D+IbR7 W1p/wzfhK5M2xJhdPs/2ed0RL3gcD75P5yZ4MSXm84dx9ibp7NebJya5rf0rP1BDd3z5JajGZz5L QCCb5jindNRyznPevbrnQA+60IdO/vSiG/3oJ4Hegjq53UX+HOlQN7SIF1ToIp50sVHPOqSnrm3g RYrXWg97E3gbPV0+PJ4bXunBVCr2tsOmvmWytb71XN31ytfteM+lgjke7Efh9dtY78YD8h44nVI8 xr/NKuEX/yHbrgrw086peR/N+MqX99bwtXvfUZ7Ylxbb8qBvZsk9zWx1y7yjHN6KrEPPejy3/vU7 h73so/b02dv+9rjPve53z/vKvVvnp3r3zb3b3N/3/sqUT63aCVw6BlnmvA0+vpVvzmcAU9+3/mZh QKW/ZbLzrOzWE7VWDUPqADs/T0VdfvS57+gTnujYFtZuBW8IWfM923ulNj77o+z9/l9GW1mIRkSR 10z+x0p3t39N1n/3dlUD6FwQB1ctUiKrEW4IyGUKKHElNFoUyF3qIoGYdoAVOGgKh10OuG339oBD lHbV53//QXwhaIEP5j0sxz8A5nHldH6yNDRwhSUv2IM++INAGIRCOISZMwBEeIRImIRKyGJ2pGii N35OWGER9mlLiHyZJHnMB2gnl34pWIXtFzr4BF6fB3yeNVdj6IVEBk6kB3KSpU11UX6ghoPYZ4Al uH5oaGRwN1iz9YQPoypb9XA60iV8uHDEMQF3iDyBGF1gB4Wwc4IgCCwTSIiHiGR+dEf9RR0aiIJL UntdCF1tNYkJmG8g14hKRYp1/ug7ZYh+IAiKY9UZ78Uh4VZcprhZKhhYJYQdhMaKSSYUnZhyEUJg lfFxFXZnaohycqiLZJZ8yLiEyriMSqh/zhiN0jiN1FiN1liNr4R/iYY9OOZ8HniNWRZXrjeOq7UD /aZR1weObSSO2+h3YjhIxGJh6aiOaxReIcZFrGZiLydya4hFqOcuykWPVGaPfzI/TSeJ2AVT/siP A3YzDimQVTZV7cY9+aY0JoeQFQl5EPmF4mWJJRMmQDNao8N2/8Z3GzmQFhOPn9hSmfiHxcRWZ3iS 8/UVfcVAuhaLmpUwmbeQl+dtqyiTrThNGpaQdaVG+kVi/XR6DNlN2QiUeDeP/k4pe1AZla83lVR5 lViZlVq5lVzZlV75lWAZlmI5lmRZlmZ5lmiZlmq5lmzZlm75lnAZl3I5l3RZl3Z5l3iZl3oZek34 iHq1dNB4ij+5lOSYhfcQmHupIgE4aV1nO45ojjEZO5aUmE6jSpVkmYiZaO+EmLVklZTpJs9zaqUY akoniC3TgqFpfqUZYesEizqzaq15j9dVjKHmYTz5mdxhWrpGbfEFSjCHKwFlWvVnHfUCdnYiMRA1 UuaWnMPJibgpGMLpaxlpgPYyXaKoQ//nbD1Vbb2oiQGHkc9JHNF5XBiXWT25Wrqpbh3IgDdkEofH V3bIG8JYkJkZnpoxnqQ1/p3pV51meG45yVvaCXC9JV+yyJ32aR66KZ27Vlsz8l7QN5xEuXzBqEju 8m0fRaDTWZNZdKBGsoP92FT4pVYHFjNpJWH2lY9LGaK/WDM7A0UTOJ++2HG3yaHjYZnGZAaeSaNu Y6OQmQY5qqNsw6O5pAY/CqRGeqRImqRKuqRM2qRO+qRQGqVrswBSWqVWeqXfUwBYuqVc2qVe+qVg GqZiOqZkWqZmeqZomqb7R0hFqo1u6KON2XhP+KAN8ZfpUGnA6KaQtKc9mil7JoByOi2XNJh9FCDO aZgfcqh6OgaeGYkx6ZjvQE2FCahawI6LSksfWIBi0ElXyJiceqN8yoFU/ld1hTpNGdWUQ7qNgxqf J9GnQgobhPqolZpHgpoE4tKAeoqqUmCpmpofP9amdICnsdqroWoj9TlIxzppwvqbcvqiu2Rpykk8 fQp8tjoFwLpHvzqDSbd6w+qb2ppjDtmGDsdgD5FqfkqF5FqMkMKtqUcbqsNpCwmjEZJPovenEvah O6WiNZhi3aVJ84qi6RNgrBRoyqOpjhqbrdauXUQlQXYk3JRwLhpz4fdPBMtU9JSUbCibTsRq4GeD G6s9FwMXSFmvLAqb+Kqv8WqurKlCtRqxKsuCoBWwCCtgn9Sx5Eqru6VYA7gwCpKK1zMb2/efB2Vv IcdwhBV/6ueJJBit/rypkGHYXyxbgOWZn+V4tEkbVpIaSgsDf27Vh6XIswrqtUY7tmA7klxXoheL tBp6dU47bLpEYTvpsxNlfb6CnMFknPiGXKe6YV/nksuJUmintpxnUVwbBRLZQ/umnxlDbFz4WIlb kip5IYfVq1MrUa6Dn3Q3tvvZnP1pgkBVWLA1OxVKrE37nV0riZX7tY4HLzz4W1joia5bd53XbKPb hT6rMXlaQBpJg5tHcOeJq9kmu5dXsznigtmJgiSJqVClJx/5rhCqsxHjPIlkdjHyTqsrSGwHo8RF iK94sFZLvH4rcZuHWn8pfCv7ucUrveJWqzvEnONKtSMXs3orKAUr/rxdRLfRF7tv+4rxy79mpZK3 q4ebq7sWV4ZY+0T4G7Sw5nT+G1mqSyPGq7nIC5+7mpICun55K3fFhXE6Frv6JHC4Fr4Z6Kmhu8Ar eYrju7SjSayZe7lgwoV/24npYrEtHLngy534o7/aeI6Q676PKcNF5T8BvLC5u532G3LZuMFRq7WR u5gxvK8BmrxWe63EtLZWh4VoMsTXRlk+JLNCC5yoM7nlNr/ycl6Z23LkWZwMKpQNRFt+WMKlq4oC ByLEh2HtNXn/q6B3LMfX271t7FZSTL+v48c6OV0Xaki12y9avJu/a8Rty8UhDMd4zLrQC8Sku7gb E8F7Yse0aK1C/ml395u2N6uzJ5qa2tOvWUuypwy7oCKvCBaxEDyUg0u40TSb52uz1RcyJLq/plzK Uuiho+zFFYvAWfx8e5eisjyDEoVqxMhrSySjq2xFIjPMlzuU0gzNwAHLUvuskMes0ByGV9KiI0uf /nSU/FSLxInKu/l7D+si3qzLy6zOz0DFf/Cqo4oNzWgM9KyZgSpH++wH9hyn1JDPxfDPL9nPuhjQ pIrP7IqInNTQmaqmEj3RFF3RxiNB9PxcyhdJn1pz7Vin7MlonCSrxcqbIlkFBh0PzgmVuqqFf6qq htuYnQmpg5HK9geGL0aHtDqYHc2qLz2pOg3T1DrS3RrRwXvS/lSQ0hgTgbSk0fAInkK90zQ90yXN OzR1mYZwxiQ91FPpzRttrOy6qkoLY1JtixicrFFIBuKC1o8yy60KzIDJtJnEmd8K1rWn1Csc1F+d NMmsvvyaekp3g/8kn6DlsIyIy78aa3Crj7TJcpIpsgDLhiE7se18vqR5lDoZziYL2ONMvKlmzNiE yxR0dvjocsOrzKpMnbUcVZLxsgPzkJcd2eYXxKvNxC4rhp8t04oNTTbti9Xzy9mW2LVdlF5sVoVN rwX2SmzthIvIxgVpVT68vN8Lb4xMF4Urs9j2s6t7qxoFbYssuGtcd9X9XDf1njuZ2dT9h1DYt0Tb VSmcWwvX/j+ofd5RDN7xSZBuG9+qZ9P5/blcK9fnrcBae93Du71bHHnmnc69+XV+HbxKHOCPl4uB F9Pv+8ZH/OA67OAPnMZkjFgARMlK1MAyo3wZvLvU1b8SPpG+WY4oZuLHy293pV3Y492u4riSTLby t68El7oTbsF7PMe1weM3zLv6rd66LcJE67kj/nwa/MWuNcA7O7sPKeE8OKsVPsUhjeHMkuV3Jb+4 CncgZkUbFLhgXC6KCuZao8UovFNlDuTG7cj/Z2qwQsjMN249Gyfj1rwYfb2i1MAvDOIZKqyY3MkO rH6azOXo2yQnfLw9Tc7g1eBARHJ7bqFh3sTM1bkUDM7R/lZv0wtLD2rhlni2oV7gLW3gQ07l89tw Gl5R3O25XEV/Unu28H21d2LeJb7qAm66WdzkRevkvV61CAToqb7QR5xKl27CwF7fEtzIPX7qPs24 CMeSkmttzP5ZUP7shkftBO3R2l3mNx7p7OVUTKzHhP6PYkvnGknIPkOM1znt0G7J5onnTlvGb2zN OPzHHzyC2j6Cu57uDmWHCrXJ/qLjNuzv5Q6ICwzuB43I0c7hNoTuzC7wYXzwpH7vV7zrOWsc7fu+ GOi92R6QDYrX82lf2CzqRflg2juFwLvYiQ1DqvbN9tfitZlhxSexc8jLIfZXqd3iom2aTZSxhsXy stwo/qhMg8E3zv2ebiUmfNM82D7P5nXtTTxv826tnVFPzT3LsfLHzL/OzPc61kJvzqbs214PTLKN sCFOpw259vqo8/Rb2gSo1NuOC3hN1jJGIXWfH8kw97aQ93zg92SF9zalDMutCxB9CoA/UIoKQolv 0Y7/+JAf+Qsk0A2eqkgNSx5t1AJt1Zc8rcRuS51a1ET602M9UECtdxHovTlmy1u9CY1+xaXPmDBs Z5kv+zit1pd6+5+PSU8t+nA6ho3/Oad/z0xt+ygdts+uChaCbIJ+CM3f+Xrw/FaOBdIfqdxsc6Qf /ICk0odv/N7PqA4C4KBQvxmbsAg/oaqJ3Plr2JSd/o+urF+iyY2uGdoQ/H2xZtmZKYzwOoxjv/8M VrEgAIhiAATnmKpnWZLs6JIxrNp3i9J6fK8oz1QzCWWzVM7IMvqWvWETuVMOk0ioz+baTrMzqPMo DnvJxS2QGmyCq8Vr0GzWrr5xLBNXf6312vZaHttfH6GMVZfXmZQi49MdpJqgFODhW2JjpuZmppLj GE2P6BRTKaOn0CiRZqnl6hEPlygq7WfUlSqdqunsqVhW7MvuHqxtp+9T8euyYO2q8+9taDSxDvSz cWMwc/aeLK1r9Daq9HO4n3K6eW+utjI5juu1LPUnPdH376Q+f6r6PUBg7+TZc4eNGzAy87qh61cO /g27esPO7LM1Dtm/MgRnbZTI6SNIgeVenYMnkRebgO1ETmzWsNW9iWWILdPVEKHLii1Z1jN5zCa+ dwWB5sP5EWVNmjD76TSYcaW3p/CQxpwZ0elBcdZuHhUK1SEfpgyTcivqM15Vste+Rs1aE4zBoh6p LWRLk+xDsWzJNbWI0a1MrnB6jg1p2PAclCWNTUKKy+3ZkWt7LjlET2FlrAgTBlJKue/kXM0yg1RI aaCcl6irYJE8lq9ckq1/Pp3rta44R3OI2h5a2bI6OH3botk91F/H31Y9myWdMDjhUXJms1OJvPDB 4tTbKacYmatx36ecq+7t96rlWOSBPk7b/TD8/vief0xl7Jr3Zrw3Q7vE33YTVQCeBx1g5e3jmHkC luWVYM6kddd+r/1lHXb41aeIWRMOqNZyBfLk3l8judOCh3ltdpmCzDGIFYj+ZXPgihQ2lWGKK8HI SocWhtjhOZrhtiNPO7EnH5EhXWhfYCfNB1x+D26oUn/VQNnVceXFqJd+whCY21WPYaghjX5cGFuS Ee41DZPrnAiahl0iM6WQP+qo4FY21TmflgKR6OSc/uSZ5ZKnZZfinR7W9d2ekI0R2hdBAQphlEMG +Z1Rbn5oF3FtMtogmoIV+SkrrFXSUmr0RTIYhX6mtM2irJqKKiaLaOSGXbudigmliKg13a2Y/vIh CYO2plfnZaPO6qpOMKTHDIm/QmilsFYVi+wPMoUnnK+4DAsrXonNuMt2DinrpbMYGivXtTvI5iq2 saZLkrVAVLscsF8a0i5F5hp7bLyFvJrtNGv2KmuQ6j74LqgJU5mgwg07/DDEERcc8XASW3wxbRNj vDHHAHf8McghizwyySWbfDLK8lGaMssti1wxkTC7PLPGFdJ8s8yZOHAzzz37/DPQQQv9KcJDG320 x0grbaS/S/ccrtNRSz011VVbfTXWWWu9Nddde/012GGLPTbZZZt9Ntppq7022227/Tbcccs9N911 23033h3nrKqRz+aY496IDSIpjiSzSXFp/jE3HHjejTv+OOSRWxw441zWaG/S8N3od8YhHw5xzpVn 3rnkpZt+OkgQoG465Yc5V/F6hvQIes2Cv/yu6KRrVlrRoUK9OvDBCz/82+OWezxdv791CfKPisY8 wVHQWgwef9w7077R65G987pGbxoggILf65E8xuo88emrvz77VTP5Y4CY5ynj5Rft1ZGa+T1/P3pg WV9b9/AHpeRUBBz9a1LG6Ne+BTKwgQ4MmpzgYrP9aWVlT/JfoA4YHYCZpAawa5N5IlioMqEFS4ry FfweqMIVsrCFHAMHZjBYtPhdh4NLip14NMihCcKmVckCYffGE0NDFYZYmqrSpbwzQRcy/rGJTnxi pfCUpW/lEIOTApKJUsieD+rwTDr8HBEtlasjfjGBHskdFNOoxjWW7n3oiIMUbwEnVfHpSujzU7Hm 96I4ZrCGc9FiAYHkRjsFUkv2SwccxWdIkVCBjY4MGwEeKUmFGe978srX+Z4jrksGzFz9+mH4uCAq 9XDPP5XEnW5a07RNQqJElUwJNrL3Sr4NYlvz6uQkc6nLXfKSZmjspcN+CcxhErOYxgSVMI8Zn2Qq s5nOfGYzmQnNTqxymta8Jjazqc1tcrOb3vwmOMMpznGSs5zmPCc606nOdbKTlwloJzzjKc950rOe 9rwnPvOpz33ys5/+/CdAAyrQgRK0/p8NKChCE6rQhTK0oQ59KNsOANGJUrSiFr0oRjOq0Y1ytKMe /ShIQyrSkZK0pCY9KUpTqtKVsrSlLn0pTGMqU/XV0Wk1nSlOc6rPmyqNpzr9KThxSLjE9e1iiZRK 70wlTdrJb3RFrddvtFMvgSXLNMnQDcOGWjjO2c6HlrsjUMNq08u5rquIgxdHSLhVsI6MilxFJiiS dCgBmm9BWGXrEjmFTLrSUKx+xRpoklq7hIVOU4sx61KDeazEFtV/c7VUFjEiTKHqq5q6C1hA+vrX zU7NFNWjxMCMB5s71CGU5IpsL1LFidFOVVbKKg4d3WDa5uWhD+NrhVnvcqhBrXWO/pT7LL68l5TO zFZ6GYkNYzmr3I/h1rF0lY0JO5icWyaxFqoFkFWlIihR2vGQhTpL/JDFuELAhFqO8unrsNo6uY6H hM3NCiiPC8Dl0tdofUVQFE+4OSztrTsO0t9qwdKiRsWyu0CEXqTyy8zOADEf31ilFhtLOA9OLLy1 IrAnkFvfDdtXivjdLWSXF5H+krFZWa0GKQZ8XgzDgjS4+a6Z5lukDkrnTSdErRWxy+D2nDHG8LVX szIsYw4T2ZcefhaItyTiViGWvxZkyex2yOIVh1G77u0jXk1kucMO8o8NnvEF9ZPg0ToFxolKbpHT vLgjVxm+eUTgcRrjVv12cjQs/tqgohy8IiH5MZE0/uJ6HUvGPhcSgONFggGq0yk5hhl9XQ5KopyK TgSoGXXpFU2ULWniU47ysNqzLGtJhYc52xJ5YdCzm837hmW9lzzZZZbrgMtKT89Sqfg68b/IJVqN kOKT8it1j9Bc6WGj7cnEZpmxj63sJyZ72SVrtrOjvULBSrutyqs2trOt7W1zu9ve/ja4wy3ucZO7 3OY+N7rTre51s7vd7n43vOMt73nTu972vje+863vffO73/7+N8ADLvCBE7zgBj84whOu8IUzvOEO fzjEIy7xiVO84ha/OMbvxgvG4hfXl/3418BIWE8Jh8IiWpjQhA3yka9Vwlmm/u7D1qPyEKJ8xkvt +MtxrtWy4myZ1GwDxo6qX2prbeMx59zNeW42kcN15xt66+5+NvOmMnXlPlKcxMp3VqpzXWVrZkig GZb0nmvOjJKmEpc9rTajU/LVFCP6y6VGWY9rIzH1c9vUV5W7AsJ9tW7PrWJtGDNUGo6wf/c6D79O tSdrPfBIVWvZMrQv4boG6LnmDIJ4FQ6+5yC4qRxY2T+fedmCenoAvqNnSXv5wd0aWqYXZemDMXkE lxI8v+P0jj0JWpF7b4bX07mWbcvJLZ6vtqSfUepBmfvjWTD5p9Vepkx9yd7LkpOvPlAaPH/801Lf xEEsk+Zb36cCnx4tloBa/qjFcu3QP/iA7NqP2ssvYCyTSRcaVnCO0W7oG3px/07HNHthimbRH1Nk WgG633M1Hx/dFZx1zvtt0XMBznbhmsyhGCP5H6kI4C3xXQAOmW7FH6IYmCEloGTNkZh1lzyA4HRV SAVW0Y0ZiC9cl4UYIP7hBA1i3f3JiY/92cdZGB1QUQ4OWt1dC5lIkI1ISBn931fxYMtxkZUpmaRI lwlCHgVNUY1RoW5hhw/2RoDU351RUCHFhBHi2ZzJXwPSR/5VIRNKyxPSmRhZBIwxmhuyGZ8BX4+V kJRNkYvZGOMdGAHmV9ah4KlpIR1m0vWo4WfERW1MyyiBmZsJmouMH3jd/h34KY/xVVOSlYheLUob ptjV9d+wCF1TKaBvzN0S8laAdWAYcqL+REoZjlElemCjDVe4NMcgIiBmqJoRfUWYtBkToggLFswu KlWhuaH3gZEMRpcJBWKk8QchVkkx/hqWhdht3NUNxp2NnWEeFqMCKd38DZYVVpcQcl0mqpgDFpEo Jh4S7eCJdSEUahkt/hAqtqKVXFH/0WMXseM9lhaV/SEQCuGNBKGL0ND6Id00it2gpSMM3qMJ+pTi NKMgPWM3puGYKCNayaGMTOLZJUOQ1VkbciMryiLxdeCjDKA3+BZ6JWRDtqNIDtcFjqJELuMnNkqk /Qk81tYxQOSfCCQX/i4gZg3IOPyjNoagTkqJTEbRnQTlS07hN1rLyQ2VYjClOI5YH+bjSToZ3Skd rb0eNYka6Jnf/0ifqtmfV3Ff7XWVGrzFVK0Mr6gl1CEiJjWP7IhfPKxLWjrk9RnMrNFlXRri5UXL YmGhHkkH+oVfXOGS+YUiX15hWLwXweRKXuoJKbVSIwWWV7bWG93arhFmaFnf8A1f9D2mgUTmp+mO q3nmV+JJZJqiaArgps1W3j1cbI7VRjYOtEFQ0z3ObKZiVubNbmbcW7bNbUrOcEod0UTOb9ZIcoLN cmZcQbJN3xHnc6acylgW3Ewnc2En3mgncHandxZPc36neOpbeI6n/nl+26EtTXlWocvt1YfdznnG p9iEHdKs51e1pyOeXnPap3z2ZyBGnslcmjfmZmUlJ3/6J4JiT2e+puzFnvJB1VvdFrdIz4Ken3U6 n18+wlrSnkKS1yFinvYtX3EmKIkSDQkuUlp5Gf/IlybaIFXy2kcOJuBEYF8OHS4u3ylOZYuR5IGW qHlynnOlZG/xgxcSgkWenBSmYY7CYoyeCJIGZyuO0Cz6KJVOzuBYxzD+nDyyaB1laTLuyhB96ZLO HQyZXIsdXh7KJTEu2n6ZYZW+6XFK4lGC3EIUqUUy6R5ZZRZS40ECIlQkGFe54h0KJpwW6oCyYpdJ aRLhGKQ5ijTE/mGabGIqyehSYlGNqtjBPOkLRuGigcdO9qihSpycMei6tOiHuh6rIF9HcmY4fuiu XZsuoh+HbmU6xk5q/uX0JWa1NFKo9qozgSp0+qqwThOwrl28ScCwclSxLp11JquzPiu0Rqu0Tiu1 Vqu1KlMgGJ/PgQzHQanYVSRHWGLQKV52EtXfXCvDiSHJtdzGdGteDQcw7qiS5lXosZznmCs4oivB NR42Rl2cGp7pFag0uui8UhK5ziW34utT6uvB8Su8Wh63dJ+qWiiEPqOGth4yql/B0hLC4B6vXqxe Ul3HciU+4GhbllpvMiy+OazZbdlPmqEBcWlPeslE6ij5JZtJ/jKm1nnXOTLkAUIiItWsyiLce6Tp wioGn0Vdnb7jkqkl4+2houEslG4eEkED7yFhXKndFr7gsg6tsrGslu7pRdrlEHLZBJakaorpnRIY Qq6enQTGFl7t/UwHNPqjq3ntwoEtb8bjOqKeMtopXPKrnEKX4C1sWMBt2sKrTyrJ2P7inOJtuvZt xnLH4DJqZjUqkGElNSaZQt6HbeAkj3rM/WmqvOJj0A4q5BpcmSpmZfUarohe2fraYeqewLhlXbXm mWKiYfILrpBm79yq56XWZLaWx3pr6pLoiDIbvcLjyxyv89ZrvzZR8vYtcz2v9TJNs05SdIJlgF6v 934v+IavVPiOL/mWr/meL/qmr/quL/u2r/u+L/zGr/zOL/3Wr/3eL/7mr/7uL//2r//+LwAHsAAP MAEXsAEfMAInsAIvMAM3sAM/MARHsARPMAVXsAVfsAOFAAA7 ------=_NextPart_000_0003_01C6DCB8.77B0B395-- From [email protected] Wed Sep 20 06:07:14 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1346 invoked from network); 20 Sep 2006 06:07:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Sep 2006 06:07:14 -0000 Received: (qmail 26485 invoked by uid 500); 20 Sep 2006 06:07:14 -0000 Delivered-To: [email protected] Received: (qmail 26433 invoked by uid 500); 20 Sep 2006 06:07: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 48275 invoked by uid 99); 19 Sep 2006 22:52:21 -0000 X-ASF-Spam-Status: No, hits=0.2 required=5.0 tests=NO_REAL_NAME Date: 19 Sep 2006 22:52:21 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [206] - fix MANIFEST for latest patch X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 206 http://trac.axkit.org/axkit2/changeset/206 Author: jwalt Date: 2006-09-19 22:52:20 +0000 (Tue, 19 Sep 2006) Log Message: ----------- - fix MANIFEST for latest patch Modified Paths: -------------- trunk/MANIFEST From [email protected] Wed Sep 20 18:27:36 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97673 invoked from network); 20 Sep 2006 18:27:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Sep 2006 18:27:36 -0000 Received: (qmail 94390 invoked by uid 500); 20 Sep 2006 18:27:36 -0000 Delivered-To: [email protected] Received: (qmail 94379 invoked by uid 500); 20 Sep 2006 18: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 94367 invoked by uid 99); 20 Sep 2006 18:27:36 -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, 20 Sep 2006 11:27:36 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [161.129.204.104] ([161.129.204.104:48514] helo=bodger.sergeant.org) by idunn.apache.osuosl.org (ecelerity 161.129.204.104 r(12930)) with ESMTP id 08/5A-01963-31881154 for <[email protected]>; Wed, 20 Sep 2006 11:27:32 -0700 Received: (qmail 15635 invoked by uid 510); 20 Sep 2006 18:27:33 -0000 Received: from London-HSE-ppp3546445.sympatico.ca (HELO [161.129.204.104]) (161.129.204.104) by bodger.sergeant.org (qpsmtpd/0.28) with ESMTP; Wed, 20 Sep 2006 18:27:33 +0000 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: [email protected] From: Matt Sergeant <[email protected]> Subject: Comments on new config system patch Date: Wed, 20 Sep 2006 14:26:00 -0400 X-Mailer: Apple Mail (2.752.2) X-Qpsmtpd-Auth: True X-Spam-Status: unknown X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Docs: - Could use some more examples early on e.g. in the paragraph that starts "Regular settings consist of..." it should be interspersed with some examples. - The description of the "format" should be moved to later in the docs as it's only going to be used as a reference - the most common use of these docs will be to lookup the options themselves. Code: - Not sure I like globals being $_foo rather than $FOO. I think I'd like to see that changed. - In sub new(), you use indirect object syntax in "my $parser = new AxKitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConfigacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bParser;" which is frowned on. Other than that I'm very pleased with the changes. I noted a couple of places the docs need fleshed out but you've marked them as such, so we can work on that before 1.2. Matt. From [email protected] Wed Sep 20 22:24:21 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15208 invoked from network); 20 Sep 2006 22:24:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Sep 2006 22:24:21 -0000 Received: (qmail 87348 invoked by uid 500); 20 Sep 2006 22:24:21 -0000 Delivered-To: [email protected] Received: (qmail 87332 invoked by uid 500); 20 Sep 2006 22:24: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 13818 invoked by uid 99); 20 Sep 2006 21:30:19 -0000 X-ASF-Spam-Status: No, hits=0.2 required=5.0 tests=NO_REAL_NAME Date: 20 Sep 2006 21:30:14 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [207] - Config system changes from code review: doc improvements, constructor syntax, global variable naming style X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 207 http://trac.axkit.org/axkit2/changeset/207 Author: jwalt Date: 2006-09-20 21:30:13 +0000 (Wed, 20 Sep 2006) Log Message: ----------- - Config system changes from code review: doc improvements, constructor syntax, global variable naming style - Missing/broken plugin ports to new config system fixed - Test suite adapted to expected changes, bugs fixed for unexpected changes Modified Paths: -------------- trunk/lib/AxKit2/Config.pm trunk/lib/AxKit2/Test.pm trunk/plugins/aio/uri_to_file trunk/plugins/logging/file trunk/plugins/test/config trunk/plugins/typeless_uri trunk/t/12plugin_config.t trunk/t/20error_xml.t From [email protected] Thu Sep 21 20:21:11 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25835 invoked from network); 21 Sep 2006 20:21:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Sep 2006 20:21:11 -0000 Received: (qmail 77472 invoked by uid 500); 21 Sep 2006 20:21:11 -0000 Delivered-To: [email protected] Received: (qmail 77463 invoked by uid 500); 21 Sep 2006 20:21: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 94520 invoked by uid 99); 21 Sep 2006 18:31:55 -0000 Authentication-Results: idunn.apache.osuosl.org [email protected]; spf=permerror X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain bodger.sergeant.org from 161.129.204.104 cause and error) Date: 21 Sep 2006 18:31:54 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [208] Fixed nasty bug in config parsing where commented out sections would still be noticed by the parser X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 208 http://trac.axkit.org/axkit2/changeset/208 Author: matt Date: 2006-09-21 18:31:53 +0000 (Thu, 21 Sep 2006) Log Message: ----------- Fixed nasty bug in config parsing where commented out sections would still be noticed by the parser Modified Paths: -------------- trunk/lib/AxKit2/Config.pm From [email protected] Thu Sep 21 20:21:14 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25895 invoked from network); 21 Sep 2006 20:21:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Sep 2006 20:21:14 -0000 Received: (qmail 77900 invoked by uid 500); 21 Sep 2006 20:21:13 -0000 Delivered-To: [email protected] Received: (qmail 77893 invoked by uid 500); 21 Sep 2006 20: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 94708 invoked by uid 99); 21 Sep 2006 18:32:35 -0000 Authentication-Results: idunn.apache.osuosl.org [email protected]; spf=permerror X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain bodger.sergeant.org from 161.129.204.104 cause and error) Date: 21 Sep 2006 18:32:36 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [209] Slightly better spod5 XSLT X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 209 http://trac.axkit.org/axkit2/changeset/209 Author: matt Date: 2006-09-21 18:32:36 +0000 (Thu, 21 Sep 2006) Log Message: ----------- Slightly better spod5 XSLT Modified Paths: -------------- trunk/plugins/spod5 From [email protected] Thu Sep 21 20:21:16 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25970 invoked from network); 21 Sep 2006 20:21:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Sep 2006 20:21:16 -0000 Received: (qmail 77968 invoked by uid 500); 21 Sep 2006 20:21:16 -0000 Delivered-To: [email protected] Received: (qmail 77960 invoked by uid 500); 21 Sep 2006 20:21: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 89186 invoked by uid 99); 21 Sep 2006 19:35:44 -0000 Authentication-Results: idunn.apache.osuosl.org [email protected]; spf=permerror X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain bodger.sergeant.org from 161.129.204.104 cause and error) Date: 21 Sep 2006 19:35:45 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [210] - clean up <Location> and REGEX_OR_WILDCARD X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 210 http://trac.axkit.org/axkit2/changeset/210 Author: jwalt Date: 2006-09-21 19:35:45 +0000 (Thu, 21 Sep 2006) Log Message: ----------- - clean up <Location> and REGEX_OR_WILDCARD Modified Paths: -------------- trunk/lib/AxKit2/Config.pm trunk/lib/AxKit2/Connection.pm From [email protected] Thu Sep 21 20:21:45 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26024 invoked from network); 21 Sep 2006 20:21:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Sep 2006 20:21:45 -0000 Received: (qmail 78140 invoked by uid 500); 21 Sep 2006 20:21:45 -0000 Delivered-To: [email protected] Received: (qmail 78132 invoked by uid 500); 21 Sep 2006 20:21: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 89251 invoked by uid 99); 21 Sep 2006 19:35:51 -0000 Authentication-Results: idunn.apache.osuosl.org [email protected]; spf=permerror X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain bodger.sergeant.org from 161.129.204.104 cause and error) Date: 21 Sep 2006 19:35:52 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [211] restore axkit look and feel X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 211 http://trac.axkit.org/axkit2/changeset/211 Author: matt Date: 2006-09-21 19:35:51 +0000 (Thu, 21 Sep 2006) Log Message: ----------- restore axkit look and feel Modified Paths: -------------- trunk/demo/spod5/ui/default/pretty.css From [email protected] Thu Sep 21 22:08:23 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58967 invoked from network); 21 Sep 2006 22:08:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Sep 2006 22:08:23 -0000 Received: (qmail 66910 invoked by uid 500); 21 Sep 2006 22:08:23 -0000 Delivered-To: [email protected] Received: (qmail 66896 invoked by uid 500); 21 Sep 2006 22:08: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 64026 invoked by uid 99); 21 Sep 2006 22:05:56 -0000 Authentication-Results: idunn.apache.osuosl.org [email protected]; spf=permerror X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain bodger.sergeant.org from 161.129.204.104 cause and error) Date: 21 Sep 2006 22:05:58 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [212] Example presentation about Dangacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSocket X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 212 http://trac.axkit.org/axkit2/changeset/212 Author: matt Date: 2006-09-21 22:05:57 +0000 (Thu, 21 Sep 2006) Log Message: ----------- Example presentation about Dangacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSocket Added Paths: ----------- trunk/demo/spod5/danga_socket.pod From [email protected] Thu Sep 21 22:08:25 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58985 invoked from network); 21 Sep 2006 22:08:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Sep 2006 22:08:25 -0000 Received: (qmail 66971 invoked by uid 500); 21 Sep 2006 22:08:25 -0000 Delivered-To: [email protected] Received: (qmail 66962 invoked by uid 500); 21 Sep 2006 22:08: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 65383 invoked by uid 99); 21 Sep 2006 22:06:26 -0000 Authentication-Results: idunn.apache.osuosl.org [email protected]; spf=permerror X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain bodger.sergeant.org from 161.129.204.104 cause and error) Date: 21 Sep 2006 22:06:27 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [213] Demo presentation about axkit X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 213 http://trac.axkit.org/axkit2/changeset/213 Author: matt Date: 2006-09-21 22:06:27 +0000 (Thu, 21 Sep 2006) Log Message: ----------- Demo presentation about axkit Added Paths: ----------- trunk/demo/spod5/axkit.pod From [email protected] Sun Sep 24 14:03:18 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82164 invoked from network); 24 Sep 2006 14:03:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Sep 2006 14:03:18 -0000 Received: (qmail 62302 invoked by uid 500); 24 Sep 2006 14:03:17 -0000 Delivered-To: [email protected] Received: (qmail 62286 invoked by uid 500); 24 Sep 2006 14:03: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 19306 invoked by uid 99); 24 Sep 2006 00:10:04 -0000 Authentication-Results: idunn.apache.osuosl.org [email protected]; spf=permerror X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain bodger.sergeant.org from 161.129.204.104 cause and error) Date: 24 Sep 2006 00:09:55 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [214] - Add authentication plugin X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 214 http://trac.axkit.org/axkit2/changeset/214 Author: jwalt Date: 2006-09-24 00:09:55 +0000 (Sun, 24 Sep 2006) Log Message: ----------- - Add authentication plugin Modified Paths: -------------- trunk/MANIFEST trunk/lib/AxKit2/Config.pm trunk/lib/AxKit2/HTTPHeaders.pm trunk/lib/AxKit2/Plugin.pm Added Paths: ----------- trunk/plugins/authenticate From [email protected] Tue Sep 26 21:05:46 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85608 invoked from network); 26 Sep 2006 21:05:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Sep 2006 21:05:45 -0000 Received: (qmail 12379 invoked by uid 500); 26 Sep 2006 21:05:34 -0000 Delivered-To: [email protected] Received: (qmail 12363 invoked by uid 500); 26 Sep 2006 21:05: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 86555 invoked by uid 99); 26 Sep 2006 15:45:35 -0000 Authentication-Results: idunn.apache.osuosl.org [email protected]; spf=permerror X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain bodger.sergeant.org from 161.129.204.104 cause and error) Date: 26 Sep 2006 15:45:33 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [215] - do not overwrite an existing Last-Modified header in serve_file X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 215 http://trac.axkit.org/axkit2/changeset/215 Author: jwalt Date: 2006-09-26 15:45:32 +0000 (Tue, 26 Sep 2006) Log Message: ----------- - do not overwrite an existing Last-Modified header in serve_file - implement HTTP Digest auth (qop=auth only for now) Modified Paths: -------------- trunk/lib/AxKit2/HTTPHeaders.pm trunk/plugins/aio/serve_file trunk/plugins/authenticate trunk/plugins/serve_file From [email protected] Wed Sep 27 14:09:30 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73667 invoked from network); 27 Sep 2006 14:09:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Sep 2006 14:09:30 -0000 Received: (qmail 56588 invoked by uid 500); 27 Sep 2006 14:09:30 -0000 Delivered-To: [email protected] Received: (qmail 56530 invoked by uid 500); 27 Sep 2006 14:09: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 84979 invoked by uid 99); 26 Sep 2006 23:44:36 -0000 Authentication-Results: idunn.apache.osuosl.org [email protected]; spf=permerror X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain bodger.sergeant.org from 161.129.204.104 cause and error) Date: 26 Sep 2006 23:44:38 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [216] - implement qop=auth for HTTP digest X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 216 http://trac.axkit.org/axkit2/changeset/216 Author: jwalt Date: 2006-09-26 23:44:38 +0000 (Tue, 26 Sep 2006) Log Message: ----------- - implement qop=auth for HTTP digest - add generic message passing interface for plugins - add notes helper Modified Paths: -------------- trunk/lib/AxKit2/Client.pm trunk/lib/AxKit2/HTTPHeaders.pm trunk/lib/AxKit2/Plugin.pm trunk/plugins/authenticate From [email protected] Sat Sep 30 11:59:30 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33738 invoked from network); 30 Sep 2006 11:59:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Sep 2006 11:59:30 -0000 Received: (qmail 62354 invoked by uid 500); 30 Sep 2006 11:59:24 -0000 Delivered-To: [email protected] Received: (qmail 62317 invoked by uid 500); 30 Sep 2006 11:59: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 50020 invoked by uid 99); 29 Sep 2006 21:14:55 -0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Date: 29 Sep 2006 21:14:54 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [217] - improve Digest auth, add secure PRNG, better validity tests, cleanup code X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 217 http://trac.axkit.org/axkit2/changeset/217 Author: jwalt Date: 2006-09-29 21:14:53 +0000 (Fri, 29 Sep 2006) Log Message: ----------- - improve Digest auth, add secure PRNG, better validity tests, cleanup code - document and improve message passing mechanism Modified Paths: -------------- trunk/lib/AxKit2/Plugin.pm trunk/plugins/authenticate From [email protected] Sat Sep 30 23:04:56 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23642 invoked from network); 30 Sep 2006 23:04:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Sep 2006 23:04:56 -0000 Received: (qmail 16465 invoked by uid 500); 30 Sep 2006 23:04:56 -0000 Delivered-To: [email protected] Received: (qmail 16412 invoked by uid 500); 30 Sep 2006 23:04: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: <axkit-dev.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 28991 invoked by uid 99); 30 Sep 2006 14:22:24 -0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME Date: 30 Sep 2006 14:22:21 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: [email protected] Errors-To: [email protected] To: [email protected] Subject: [SVN] [218] - fix usage of PRNG X-Mailer: SVNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotify 2.62: http://search.cpan.org/dist/SVN-Notify/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Revision: 218 http://trac.axkit.org/axkit2/changeset/218 Author: jwalt Date: 2006-09-30 14:22:21 +0000 (Sat, 30 Sep 2006) Log Message: ----------- - fix usage of PRNG - make logging end-user compatible Modified Paths: -------------- trunk/plugins/authenticate
From [email protected] Wed Sep 02 23:16:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59566 invoked from network); 2 Sep 2009 23:16:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Sep 2009 23:16:38 -0000 Received: (qmail 8437 invoked by uid 500); 2 Sep 2009 23:16:38 -0000 Delivered-To: [email protected] Received: (qmail 8380 invoked by uid 500); 2 Sep 2009 23:16: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 72178 invoked by uid 99); 2 Sep 2009 22: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) X-TM-IMSS-Message-ID:<[email protected]> From: Nascif Abousalh-Neto <[email protected]> To: "[email protected]" <[email protected]> Date: Wed, 2 Sep 2009 18:47:04 -0400 Subject: Problems upgrading, 2.6 to 2.8 Thread-Topic: Problems upgrading, 2.6 to 2.8 Thread-Index: AcosH0l0MXOWojlwRUKZNvJBcfdxuQ== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org SGksDQoNCkkgYW0gdHJ5aW5nIHRvIHVwZ3JhZGUgZnJvbSAyLjYgdG8gMi44LjI7IEkgaGFkIGRv buKAmXQgdXBncmFkZXMgYmVmb3JlIGFuZCB1c3VhbGx5IGFmdGVyIHNvbWUgd29yayB0aGV5IHdv cmtlZCBPSy4NCg0KTm93IHRoZSB3aWtpIGlzIG5vdCBldmVuIHN0YXJ0aW5nLCBhbmQgSSB3b25k ZXIgaWYgdGhlcmUgd2FzbuKAmXQgYSBjaGFuZ2UgdGhhdCBtYWRlIGl0IG5vbi1iYWNrd2FyZCBj b21wYXRpYmxlLiBIZXJlIGFyZSB0aGUgZXhjZXB0aW9ucyBJIGFtIHNlZWluZyBhdCB0aGUgbG9n czoNCg0KMjAwOS0wOS0wMiAxODoyODo1NCwzMTUgW2h0dHAtODAtM10gRkFUQUwgY29tLmVjeXJk LmpzcHdpa2kuV2lraUVuZ2luZSAgLSBQYWdlUHJvdmlkZXIgaXMgdW5hYmxlIHRvIGxpc3QgcGFn ZXM6DQpjb20uZWN5cmQuanNwd2lraS5wcm92aWRlcnMuUHJvdmlkZXJFeGNlcHRpb246IEF0dGFj aG1lbnQgZGlzYXBwZWFyZWQgd2hpbGUgcmVhZGluZyBpbmZvcm1hdGlvbjogaWYgeW91IGRpZCBu b3QgdG91Y2ggdGhlIHJlcG9zaXRvcnksIHRoZXJlIGlzIGEgc2VyaW91cyBidWcgc29tZXdoZXJl LiBBdHRhY2htZW50ID0gbG9nLmV4ZS1kaXIsIGRlY29kZWQgPSBsb2cuZXhlDQoNCkkgbG9va2Vk IHRoZSBwYWdlcyByZXBvc2l0b3J5IGFuZCBJIGRpZG7igJl0IGhhdmUgYW55IGxvZy5leGUtZGly IGRpcmVjdG9yeS4gV29yc2UsIHRoZSBhdHRhY2htZW50cyBJIGhhdmUgdGhlcmUgdXNlIHRoZSBz dWZmaXgg4oCTYXR0LCBub3Qg4oCTZGlyLiBXYXMgdGhlcmUgYSBjaGFuZ2Ugb24gaG93IGF0dGFj aG1lbnRzIGFyZSBzdG9yZWQ/IEkgYW0gdXNpbmcgYSBWZXJzaW9uaW5nRmlsZVByb3ZpZGVyLg0K DQoNClRoZSBzZWNvbmQgcHJvYmxlbSBpcyBiZWxvdy4gSSBkb27igJl0IHRoaW5rIEkgaGFkIHNl dHVwIGFueSBmaWx0ZXJzLiBXaGVyZSBjYW4gSSBjaGVjayB0byBnZXQgbW9yZSBpbmZvIGFib3V0 IHRoZWlyIGNvbmZpZ3VyYXRpb24/IE9ubHkgdGhpbmcgY2xvc2UgdG8gdGhhdCB0aGF0IEkgZGlk IHdhcyB0byByZW1vdmUgdGhlIGNvbW1lbnRzIG9uIHdlYi54bWwgdG8gZW5hYmxlIFhNTC1SUEMg YW5kIG1haWwgbm90aWZpY2F0aW9uLg0KDQoyMDA5LTA5LTAyIDE4OjI4OjU0LDMxNSBbaHR0cC04 MC0zXSBGQVRBTCBjb20uZWN5cmQuanNwd2lraS5XaWtpRW5naW5lICAtIEZhaWxlZCB0byBzdGFy dCBtYW5hZ2Vycy4NCmphdmEubGFuZy5JbGxlZ2FsQXJndW1lbnRFeGNlcHRpb246IEF0dGVtcHQg dG8gcHJvdmlkZSBhIG51bGwgZmlsdGVyIC0gdGhpcyBzaG91bGQgbmV2ZXIgaGFwcGVuLiAgUGxl YXNlIGNoZWNrIHlvdXIgY29uZmlndXJhdGlvbiAob3IgaWYgeW91J3JlIGEgZGV2ZWxvcGVyLCBj aGVjayB5b3VyIG93biBjb2RlLikNCiAgICAgICAgYXQgY29tLmVjeXJkLmpzcHdpa2kuZmlsdGVy cy5GaWx0ZXJNYW5hZ2VyLmFkZFBhZ2VGaWx0ZXIoRmlsdGVyTWFuYWdlci5qYXZhOjE0NSkNCiAg ICAgICAgYXQgY29tLmVjeXJkLmpzcHdpa2kuV2lraUVuZ2luZS5pbml0aWFsaXplKFdpa2lFbmdp bmUuamF2YTo1OTApDQogICAgICAgIGF0IGNvbS5lY3lyZC5qc3B3aWtpLldpa2lFbmdpbmUuPGlu aXQ+KFdpa2lFbmdpbmUuamF2YTozOTkpDQogICAgICAgIGF0IGNvbS5lY3lyZC5qc3B3aWtpLldp a2lFbmdpbmUuZ2V0SW5zdGFuY2UoV2lraUVuZ2luZS5qYXZhOjM0MCkNCiAgICAgICAgYXQgY29t LmVjeXJkLmpzcHdpa2kudWkuV2lraVNlcnZsZXRGaWx0ZXIuaW5pdChXaWtpU2VydmxldEZpbHRl ci5qYXZhOjc5KQ0KICAgICAgICBhdCBjb20uZWN5cmQuanNwd2lraS51aS5XaWtpSlNQRmlsdGVy LmluaXQoV2lraUpTUEZpbHRlci5qYXZhOjc2KQ0KDQpJIGFkZGVkIG15IGV4dHJhIHBsdWdpbiBq YXJzIHRvIHRoZSB3ZWItaW5mL2xpYiwgYnV0IEkgbWFkZSBzdXJlIEkgZGlkbuKAmXQgcmVwbGFj ZSBhbnkgb2YgdGhlIGV4aXN0aW5nIEpTUFdpa2kgMi44LjIgamFycy4NCg0KQW55IGhpbnQgb3Ig c3VnZ2VzdGlvbiB3aWxsIGJlIGdyZWF0bHkgYXBwcmVjaWF0ZWQuIFdlIGhhdmUgYSBsb3Qgb2Yg Y29udGVudCBhbmQgSSB3b3VsZCBsaWtlIHRvIG1vdmUgdG8gdGhlIGxhdGVzdCBhbmQgZ3JlYXRl c3QgdmVyc2lvbiBvZiBKU1BXaWtpLg0KDQpDaGVlcnMsDQogIC9OYXNjaWYNCg0KDQotLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tDQpOYXNjaWYgQWJvdXNhbGgtTmV0bw0KU29mdHdhcmUgRGV2ZWxvcG1lbnQgTWFuYWdlcg0K UXVlcnkgYW5kIFJlcG9ydGluZyAg4paqIEJ1c2luZXNzIEludGVsbGlnZW5jZSBDbGllbnRzDQpU ZWw6ICsgMSA5MTkgNTMxIDAxMjMgLSBOYXNjaWYuQWJvdXNhbGhOZXRvQHNhcy5jb20NCnd3dy5z YXMuY29tDQpTQVPCriDigKYgVEhFIFBPV0VSIFRPIEtOT1fCrg0KDQoNCg0K From [email protected] Thu Sep 03 07:08:30 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71622 invoked from network); 3 Sep 2009 07:08:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Sep 2009 07:08:30 -0000 Received: (qmail 20874 invoked by uid 500); 3 Sep 2009 07:08:29 -0000 Delivered-To: [email protected] Received: (qmail 20834 invoked by uid 500); 3 Sep 2009 07: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]> List-Id: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20824 invoked by uid 99); 3 Sep 2009 07:08:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 07:08:29 +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 ocbc.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 07:07:38 +0000 Received: from PWEXCLUSG52.OACENTRE.OCBC.COM ([161.129.204.104]) by PWEXOMCSG01.OACENTRE.OCBC.COM with Microsoft SMTPSVC+1-810-725-8105); Thu, 3 Sep 2009 15:07:13 +0800 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CA2C65.29798FB4" X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Install.jsp /WEB-INF/jspwiki.tld not found Date: Thu, 3 Sep 2009 15:07:13 +0800 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Install.jsp /WEB-INF/jspwiki.tld not found Thread-Index: AcosZSltGKRzaxb0R0yFVv4oSj1qWQ== From: "Jerry Ji Jie" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 03 Sep 2009 07:07:13.0026 (UTC) FILETIME=[29555E20:01CA2C65] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CA2C65.29798FB4 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Hi, =20 I'm trying to install JSPWiki-2.8.2-bin.zip under Apache Tomcat/5.5.28 on Windows (XP SP2) with Java (JRE) 1.6.0_13. =20 http://localhost:8080/wiki/Install.jsp gives /WEB-INF/jspwiki.tld not found error -- =20 org.apache.jasper.JasperException: File "/WEB-INF/jspwiki.tld" not found org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand ler.java:51) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java :409) ... =20 My JSPWiki directory structure -- =20 D:\apache-tomcat-5.5.28\webapps\ROOT>dir wiki\WEB-INF =20 03/09/2009 14:49 <DIR> . 03/09/2009 14:49 <DIR> .. 04/04/2009 10:44 57 groupdatabase.xml 04/04/2009 10:44 4,939 jspwiki.policy 03/09/2009 14:16 35,063 jspwiki.properties 04/04/2009 10:44 21,562 jspwiki.tld 04/04/2009 10:44 12,580 jstl-fmt.tld 03/09/2009 14:49 <DIR> lib 04/04/2009 10:44 2,568 oscache.tld 04/04/2009 10:44 55 userdatabase.xml 04/04/2009 10:44 12,882 web.xml =20 There's no definitive answer I could find on the web, your help will be much appreciated. =20 Jerry =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 Information in this message is confidential. It is intended solely for the= person or the entity to whom it is addressed. If you are not the intended= recipient, you are not to disseminate, distribute or copy this= communication. Please notify the sender and delete the message and any= other record of it from your system immediately. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D ------_=_NextPart_001_01CA2C65.29798FB4-- From [email protected] Thu Sep 03 10:47:05 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30631 invoked from network); 3 Sep 2009 10:47:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Sep 2009 10:47:05 -0000 Received: (qmail 53679 invoked by uid 500); 3 Sep 2009 10:47:05 -0000 Delivered-To: [email protected] Received: (qmail 53638 invoked by uid 500); 3 Sep 2009 10:47: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53628 invoked by uid 99); 3 Sep 2009 10:47:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 10:47: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-yw0-f200.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 10:46:54 +0000 Received: by ywh38 with SMTP id 38so2582378ywh.20 for <[email protected]>; Thu, 03 Sep 2009 03:46:33 -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=BYZJvWQyl8UpB4XSkUBJ3TLxefuEGLlDflCiUUz9Cow=; b=ABR8M/lKIM0yY+L/TaBXmIzAQuGPLDBVje/w+N0tXr49kiWpRifjXdZnBcLX5q/T0b 4Z+VH8Mv1PydrjoosFT34kppgptpJaYmhyyn85aKo+bZ4Ex8FEerECy6BN9zYUJ2uTU0 u6cazw6gnTdOehcRq3EvIwRZahkWsc1mACv6g= 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=plqQ4A2FFpQ0a1CyYIewSs498hDZ4aIfa2qzj4PX/1N4pyqotoDEn4bHULYWpXQVYK ZCSzyJpL9ciGkZZ//en3SV1YJCrHg+Kwg5honmS5yn/H7yD95xPhgNDDTsE8TNXJk8LI em5oxUDdc3q+5g+1lT/qIAtYvyyYW30L8MSyU= Received: by 161.129.204.104 with SMTP id f40mr7062111agi.53.1251974792629; Thu, 03 Sep 2009 03:46:32 -0700 (PDT) Received: from ?161.129.204.104? (c-+1-810-725-8105.hsd1.ma.comcast.net [161.129.204.104]) by mx.google.com with ESMTPS id 30sm1440926agc.59.2161.129.204.104.46.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Sep 2009 03:46:30 -0700 (PDT) Message-Id: <[email protected]> From: Andrew Jaquith <[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 (7A400) Mime-Version: 1.0 (iPhone Mail 7A400) Subject: Re: Install.jsp /WEB-INF/jspwiki.tld not found Date: Thu, 3 Sep 2009 06:46:15 -0400 References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Jerry -- Do you have old JSPs that refer explicitly to /WEB-INF/jspwiki.tld? They should refer to the TLD by URI, because the tld is bundled in with JSPWiki.jar in 2.8. See one of the new JSPs for an example of how to do this. Andrew On Sep 3, 2009, at 3:07, "Jerry Ji Jie" <[email protected]> wrote: > > Hi, > > > > I'm trying to install JSPWiki-2.8.2-bin.zip under Apache Tomcat/5.5.28 > on Windows (XP SP2) with Java (JRE) 1.6.0_13. > > > > http://localhost:8080/wiki/Install.jsp gives /WEB-INF/jspwiki.tld not > found error -- > > > > org.apache.jasper.JasperException: File "/WEB-INF/jspwiki.tld" not > found > org.apache.jasper.compiler.DefaultErrorHandler.jspError > (DefaultErrorHand > ler.java:51) > org.apache.jasper.compiler.ErrorDispatcher.dispatch > (ErrorDispatcher.java > :409) > > ... > > > > My JSPWiki directory structure -- > > > > D:\apache-tomcat-5.5.28\webapps\ROOT>dir wiki\WEB-INF > > > > 03/09/2009 14:49 <DIR> . > > 03/09/2009 14:49 <DIR> .. > > 04/04/2009 10:44 57 groupdatabase.xml > > 04/04/2009 10:44 4,939 jspwiki.policy > > 03/09/2009 14:16 35,063 jspwiki.properties > > 04/04/2009 10:44 21,562 jspwiki.tld > > 04/04/2009 10:44 12,580 jstl-fmt.tld > > 03/09/2009 14:49 <DIR> lib > > 04/04/2009 10:44 2,568 oscache.tld > > 04/04/2009 10:44 55 userdatabase.xml > > 04/04/2009 10:44 12,882 web.xml > > > > There's no definitive answer I could find on the web, your help will > be > much appreciated. > > > > Jerry > > > > > > ============================== > Information in this message is confidential. It is intended solely > for the person or the entity to whom it is addressed. If you are > not the intended recipient, you are not to disseminate, distribute > or copy this communication. Please notify the sender and delete the > message and any other record of it from your system immediately. > ============================== From [email protected] Thu Sep 03 12:34:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66849 invoked from network); 3 Sep 2009 12:34:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Sep 2009 12:34:17 -0000 Received: (qmail 3320 invoked by uid 500); 3 Sep 2009 12:34:17 -0000 Delivered-To: [email protected] Received: (qmail 3310 invoked by uid 500); 3 Sep 2009 12:34: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3300 invoked by uid 99); 3 Sep 2009 12:34:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 12:34:17 +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 rbkmail.log-net.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 12:34:07 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by rbkmail.log-net.com (Lotus Domino Release 7.0.1) with ESMTP id 2009090308333895-236016 ; Thu, 3 Sep 2009 08:33:38 -0400 Message-ID: <[email protected]> Date: Thu, 03 Sep 2009 08:33:49 -0400 From: Louis Masters <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090812) MIME-Version: 1.0 To: [email protected] Subject: Re: Problems upgrading, 2.6 to 2.8 References: <[email protected]> In-Reply-To: <[email protected]> X-MIMETrack: Itemize by SMTP Server on RBKMAIL01/LOG-NET(Release 7.0.1|January 17, 2006) at 09/03/2009 08:33:38 AM, Serialize by Router on RBKMAIL01/LOG-NET(Release 7.0.1|January 17, 2006) at 09/03/2009 08:34:00 AM, Serialize complete at 09/03/2009 08:34:00 AM Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org Is this Tomcat? When I went from 2.6 to 2.8 I had some really strange issues until I remembered to clear out all of the 'temp' directories. -Lou Nascif Abousalh-Neto wrote: > Hi, > > I am trying to upgrade from 2.6 to 2.8.2; I had don't upgrades before and usually after some work they worked OK. > > Now the wiki is not even starting, and I wonder if there wasn't a change that made it non-backward compatible. Here are the exceptions I am seeing at the logs: > > 2009-09-02 18:28:54,315 [http-80-3] FATAL com.ecyrd.jspwiki.WikiEngine - PageProvider is unable to list pages: > com.ecyrd.jspwiki.providers.ProviderException: Attachment disappeared while reading information: if you did not touch the repository, there is a serious bug somewhere. Attachment = log.exe-dir, decoded = log.exe > > I looked the pages repository and I didn't have any log.exe-dir directory. Worse, the attachments I have there use the suffix –att, not –dir. Was there a change on how attachments are stored? I am using a VersioningFileProvider. > > > The second problem is below. I don't think I had setup any filters. Where can I check to get more info about their configuration? Only thing close to that that I did was to remove the comments on web.xml to enable XML-RPC and mail notification. > > 2009-09-02 18:28:54,315 [http-80-3] FATAL com.ecyrd.jspwiki.WikiEngine - Failed to start managers. > java.lang.IllegalArgumentException: Attempt to provide a null filter - this should never happen. Please check your configuration (or if you're a developer, check your own code.) > at com.ecyrd.jspwiki.filters.FilterManager.addPageFilter(FilterManager.java:145) > at com.ecyrd.jspwiki.WikiEngine.initialize(WikiEngine.java:590) > at com.ecyrd.jspwiki.WikiEngine.<init>(WikiEngine.java:399) > at com.ecyrd.jspwiki.WikiEngine.getInstance(WikiEngine.java:340) > at com.ecyrd.jspwiki.ui.WikiServletFilter.init(WikiServletFilter.java:79) > at com.ecyrd.jspwiki.ui.WikiJSPFilter.init(WikiJSPFilter.java:76) > > I added my extra plugin jars to the web-inf/lib, but I made sure I didn't replace any of the existing JSPWiki 2.8.2 jars. > > Any hint or suggestion will be greatly appreciated. We have a lot of content and I would like to move to the latest and greatest version of JSPWiki. > > Cheers, > /Nascif > > > ------------------------------------------------------------------- > Nascif Abousalh-Neto > Software Development Manager > Query and Reporting ▪ Business Intelligence Clients > Tel: +1-810-725-8105 - [email protected] > www.sas.com > SAS® … THE POWER TO KNOW® > > > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LOG-NET, Inc. The Logistics Network Management System ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 230 Half Mile Road Third Floor Red Bank, NJ 07701 PH: +1-810-725-8105 FAX: +1-810-725-8105 http://www.LOG-NET.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CONFIDENTIAL & PRIVILEGED Unless otherwise indicated or if obvious from the nature of the content, the information contained herein is privileged and confidential information/work product. The communication is intended for the use of the individual or entity named above. If the reader of this transmission is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by telephone +1-810-725-8105) or by electronic mail ([email protected]), and destroy any copies, electronic, paper or otherwise, which you may have of this communication. Thank you. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From [email protected] Thu Sep 03 13:52:51 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98485 invoked from network); 3 Sep 2009 13:52:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Sep 2009 13:52:51 -0000 Received: (qmail 67004 invoked by uid 500); 3 Sep 2009 13:52:51 -0000 Delivered-To: [email protected] Received: (qmail 66995 invoked by uid 500); 3 Sep 2009 13:52: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66985 invoked by uid 99); 3 Sep 2009 13:52:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 13:52:51 +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 an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 13:52:42 +0000 Received: by an-out-0708.google.com with SMTP id c38so654987ana.0 for <[email protected]>; Thu, 03 Sep 2009 06:52: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:message-id:subject:from:to:content-type; bh=8tKqiu8zIVN+5eNhivl02yO1W6jHdm9iyZRQM7deIAQ=; b=ihrxpmJFCNb7MMT8G9/cfpvYpxCNaGPwVrmn9zhGeFonD9q3i+3zNhVJkXHRQpD6/l k5BZHDFSZ6/QGp7lcqw5PUocDNbvmvuntuxwKVL9dsHqLbZI1tFOIaRyTxNP0LJxjK80 edK95jeCJtypK0zj51bITD4fDuA2zQoZpa1ts= 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=oqZ4rV2v2Gvy2KKfcV32sgnX0FR4/ekdCPhUD2c6IoQa5YVPzBjLfM9fTssaqzyvU+ QEdDGEZ0xqqSkrdGWLpxQ0Am1FED06zng9lDj8wIVwPP8UqsVVGy68LQuh3WfP3eweLO 7vP84BzzK2Sa6QXEUCrpWQ/EuyeyaoXN02lUE= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id u5mr10800473anl.102.1251985940987; Thu, 03 Sep 2009 06:52:20 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Thu, 3 Sep 2009 09:52:20 -0400 Message-ID: <[email protected]> Subject: Re: Install.jsp /WEB-INF/jspwiki.tld not found From: Kris Glover <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Are you putting the wiki app under the ROOT folder? It should be a sibling of ROOT and not a child of root. On 9/3/09, Andrew Jaquith <[email protected]> wrote: > Jerry -- > > Do you have old JSPs that refer explicitly to /WEB-INF/jspwiki.tld? > They should refer to the TLD by URI, because the tld is bundled in > with JSPWiki.jar in 2.8. See one of the new JSPs for an example of how > to do this. > > Andrew > > On Sep 3, 2009, at 3:07, "Jerry Ji Jie" <[email protected]> wrote: > >> >> Hi, >> >> >> >> I'm trying to install JSPWiki-2.8.2-bin.zip under Apache Tomcat/5.5.28 >> on Windows (XP SP2) with Java (JRE) 1.6.0_13. >> >> >> >> http://localhost:8080/wiki/Install.jsp gives /WEB-INF/jspwiki.tld not >> found error -- >> >> >> >> org.apache.jasper.JasperException: File "/WEB-INF/jspwiki.tld" not >> found >> org.apache.jasper.compiler.DefaultErrorHandler.jspError >> (DefaultErrorHand >> ler.java:51) >> org.apache.jasper.compiler.ErrorDispatcher.dispatch >> (ErrorDispatcher.java >> :409) >> >> ... >> >> >> >> My JSPWiki directory structure -- >> >> >> >> D:\apache-tomcat-5.5.28\webapps\ROOT>dir wiki\WEB-INF >> >> >> >> 03/09/2009 14:49 <DIR> . >> >> 03/09/2009 14:49 <DIR> .. >> >> 04/04/2009 10:44 57 groupdatabase.xml >> >> 04/04/2009 10:44 4,939 jspwiki.policy >> >> 03/09/2009 14:16 35,063 jspwiki.properties >> >> 04/04/2009 10:44 21,562 jspwiki.tld >> >> 04/04/2009 10:44 12,580 jstl-fmt.tld >> >> 03/09/2009 14:49 <DIR> lib >> >> 04/04/2009 10:44 2,568 oscache.tld >> >> 04/04/2009 10:44 55 userdatabase.xml >> >> 04/04/2009 10:44 12,882 web.xml >> >> >> >> There's no definitive answer I could find on the web, your help will >> be >> much appreciated. >> >> >> >> Jerry >> >> >> >> >> >> ============================== >> Information in this message is confidential. It is intended solely >> for the person or the entity to whom it is addressed. If you are >> not the intended recipient, you are not to disseminate, distribute >> or copy this communication. Please notify the sender and delete the >> message and any other record of it from your system immediately. >> ============================== > -- Sent from my mobile device From [email protected] Fri Sep 04 01:30:33 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17583 invoked from network); 4 Sep 2009 01:30:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2009 01:30:33 -0000 Received: (qmail 89952 invoked by uid 500); 4 Sep 2009 01:30:33 -0000 Delivered-To: [email protected] Received: (qmail 89902 invoked by uid 500); 4 Sep 2009 01:30: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89892 invoked by uid 99); 4 Sep 2009 01:30:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 01:30:32 +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 ocbc.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 01:30:23 +0000 Received: from PWEXCLUSG52.OACENTRE.OCBC.COM ([161.129.204.104]) by PWEXOMCSG01.OACENTRE.OCBC.COM with Microsoft SMTPSVC+1-810-725-8105); Fri, 4 Sep 2009 09:29:59 +0800 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: RE: Install.jsp /WEB-INF/jspwiki.tld not found Date: Fri, 4 Sep 2009 09:29:58 +0800 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Install.jsp /WEB-INF/jspwiki.tld not found Thread-Index: AcosndaZkX4PNL9RRR6GEgkObhNlpAAYQ+1g References: <[email protected]> <[email protected]> <[email protected]> From: "Jerry Ji Jie" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 04 Sep 2009 01:29:59.0166 (UTC) FILETIME=[376D19E0:01CA2CFF] X-Virus-Checked: Checked by ClamAV on apache.org Hi Kris, I've tried that, only to get a 404 for http://localhost:8080/wiki/Install.jsp Jerry -----Original Message----- From: Kris Glover [mailto:[email protected]]=20 Sent: 03 September 2009 21:52 To: [email protected] Subject: Re: Install.jsp /WEB-INF/jspwiki.tld not found Are you putting the wiki app under the ROOT folder? It should be a sibling of ROOT and not a child of root. On 9/3/09, Andrew Jaquith <[email protected]> wrote: > Jerry -- > > Do you have old JSPs that refer explicitly to /WEB-INF/jspwiki.tld? > They should refer to the TLD by URI, because the tld is bundled in > with JSPWiki.jar in 2.8. See one of the new JSPs for an example of how > to do this. > > Andrew > > On Sep 3, 2009, at 3:07, "Jerry Ji Jie" <[email protected]> wrote: > >> >> Hi, >> >> >> >> I'm trying to install JSPWiki-2.8.2-bin.zip under Apache Tomcat/5.5.28 >> on Windows (XP SP2) with Java (JRE) 1.6.0_13. >> >> >> >> http://localhost:8080/wiki/Install.jsp gives /WEB-INF/jspwiki.tld not >> found error -- >> >> >> >> org.apache.jasper.JasperException: File "/WEB-INF/jspwiki.tld" not >> found >> org.apache.jasper.compiler.DefaultErrorHandler.jspError >> (DefaultErrorHand >> ler.java:51) >> org.apache.jasper.compiler.ErrorDispatcher.dispatch >> (ErrorDispatcher.java >> :409) >> >> ... >> >> >> >> My JSPWiki directory structure -- >> >> >> >> D:\apache-tomcat-5.5.28\webapps\ROOT>dir wiki\WEB-INF >> >> >> >> 03/09/2009 14:49 <DIR> . >> >> 03/09/2009 14:49 <DIR> .. >> >> 04/04/2009 10:44 57 groupdatabase.xml >> >> 04/04/2009 10:44 4,939 jspwiki.policy >> >> 03/09/2009 14:16 35,063 jspwiki.properties >> >> 04/04/2009 10:44 21,562 jspwiki.tld >> >> 04/04/2009 10:44 12,580 jstl-fmt.tld >> >> 03/09/2009 14:49 <DIR> lib >> >> 04/04/2009 10:44 2,568 oscache.tld >> >> 04/04/2009 10:44 55 userdatabase.xml >> >> 04/04/2009 10:44 12,882 web.xml >> >> >> >> There's no definitive answer I could find on the web, your help will >> be >> much appreciated. >> >> >> >> Jerry >> >> >> >> >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D >> Information in this message is confidential. It is intended solely >> for the person or the entity to whom it is addressed. If you are >> not the intended recipient, you are not to disseminate, distribute >> or copy this communication. Please notify the sender and delete the >> message and any other record of it from your system immediately. >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D > --=20 Sent from my mobile device =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D Information in this message is confidential. It is intended solely for the= person or the entity to whom it is addressed. If you are not the intended= recipient, you are not to disseminate, distribute or copy this= communication. Please notify the sender and delete the message and any= other record of it from your system immediately. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D From [email protected] Fri Sep 04 02:57:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34899 invoked from network); 4 Sep 2009 02:57:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2009 02:57:13 -0000 Received: (qmail 55979 invoked by uid 500); 4 Sep 2009 02:57:13 -0000 Delivered-To: [email protected] Received: (qmail 55959 invoked by uid 500); 4 Sep 2009 02: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]> List-Id: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55949 invoked by uid 99); 4 Sep 2009 02:57:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 02:57: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO ocbc.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 02:57:04 +0000 Received: from PWEXCLUSG52.OACENTRE.OCBC.COM ([161.129.204.104]) by PWEXOMCSG01.OACENTRE.OCBC.COM with Microsoft SMTPSVC+1-810-725-8105); Fri, 4 Sep 2009 10:56:18 +0800 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: java.io.WriteAbortedException: writing aborted Date: Fri, 4 Sep 2009 10:56:18 +0800 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: java.io.WriteAbortedException: writing aborted Thread-Index: AcosndaZkX4PNL9RRR6GEgkObhNlpAAa4FlQ References: <[email protected]> <[email protected]> <[email protected]> From: "Jerry Ji Jie" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 04 Sep 2009 02:56:18.0786 (UTC) FILETIME=[46B86420:01CA2D0B] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I finally got over the Install.jsp hurdle by cleaning up webapps/ROOT/ and moving everything under JSPWiki/ there. (Luckily JSPWiki is the only intended application for my Tomcat.) Is the JSPWiki release README blatantly wrong? Has anyone got the below working? """ 2) After you've installed the engine and checked that it works, you just make a subdirectory under $TOMCAT_HOME/webapps/. For example, if you want your application to be called 'wiki', just create a directory called 'wiki', then extract all files from the war file into that directory, preserving the directory structure. 3) Point your browser at http://<myhost>/JSPWiki/Install.jsp (Or, if you renamed it in the previous phase, use something like http://<myhost>/wiki/Install.jsp) """ However, that's not the end of the story. At installation, I left all values default and gave "/" as base directory (which I don't understand but can't skip). And during the subsequent Tomcat restart, I got WriteAbortedException -- java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException : com.ecyrd.jspwiki.auth.UserManager at java.io.ObjectInputStream.readObject0(Unknown Source) And am not able to find/access my wiki. (Install.jsp redirection fails) What is going on here? It should not be due to lack of write permission because files such as WEB-INF/jspwiki.properties have been successfully written by the Install.jsp. Has everyone gone through a similar amount of hassle just to set up a vanilla JSPWiki? Jerry -----Original Message----- From: Kris Glover [mailto:[email protected]]=20 Sent: 03 September 2009 21:52 To: [email protected] Subject: Re: Install.jsp /WEB-INF/jspwiki.tld not found Are you putting the wiki app under the ROOT folder? It should be a sibling of ROOT and not a child of root. On 9/3/09, Andrew Jaquith <[email protected]> wrote: > Jerry -- > > Do you have old JSPs that refer explicitly to /WEB-INF/jspwiki.tld? > They should refer to the TLD by URI, because the tld is bundled in > with JSPWiki.jar in 2.8. See one of the new JSPs for an example of how > to do this. > > Andrew > > On Sep 3, 2009, at 3:07, "Jerry Ji Jie" <[email protected]> wrote: > >> >> Hi, >> >> >> >> I'm trying to install JSPWiki-2.8.2-bin.zip under Apache Tomcat/5.5.28 >> on Windows (XP SP2) with Java (JRE) 1.6.0_13. >> >> >> >> http://localhost:8080/wiki/Install.jsp gives /WEB-INF/jspwiki.tld not >> found error -- >> >> >> >> org.apache.jasper.JasperException: File "/WEB-INF/jspwiki.tld" not >> found >> org.apache.jasper.compiler.DefaultErrorHandler.jspError >> (DefaultErrorHand >> ler.java:51) >> org.apache.jasper.compiler.ErrorDispatcher.dispatch >> (ErrorDispatcher.java >> :409) >> >> ... >> >> >> >> My JSPWiki directory structure -- >> >> >> >> D:\apache-tomcat-5.5.28\webapps\ROOT>dir wiki\WEB-INF >> >> >> >> 03/09/2009 14:49 <DIR> . >> >> 03/09/2009 14:49 <DIR> .. >> >> 04/04/2009 10:44 57 groupdatabase.xml >> >> 04/04/2009 10:44 4,939 jspwiki.policy >> >> 03/09/2009 14:16 35,063 jspwiki.properties >> >> 04/04/2009 10:44 21,562 jspwiki.tld >> >> 04/04/2009 10:44 12,580 jstl-fmt.tld >> >> 03/09/2009 14:49 <DIR> lib >> >> 04/04/2009 10:44 2,568 oscache.tld >> >> 04/04/2009 10:44 55 userdatabase.xml >> >> 04/04/2009 10:44 12,882 web.xml >> >> >> >> There's no definitive answer I could find on the web, your help will >> be >> much appreciated. >> >> >> >> Jerry >> >> >> >> >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D >> Information in this message is confidential. It is intended solely >> for the person or the entity to whom it is addressed. If you are >> not the intended recipient, you are not to disseminate, distribute >> or copy this communication. Please notify the sender and delete the >> message and any other record of it from your system immediately. >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D > --=20 Sent from my mobile device =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D Information in this message is confidential. It is intended solely for the= person or the entity to whom it is addressed. If you are not the intended= recipient, you are not to disseminate, distribute or copy this= communication. Please notify the sender and delete the message and any= other record of it from your system immediately. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D From [email protected] Fri Sep 04 06:48:43 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1998 invoked from network); 4 Sep 2009 06:48:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2009 06:48:43 -0000 Received: (qmail 45429 invoked by uid 500); 4 Sep 2009 06:48:43 -0000 Delivered-To: [email protected] Received: (qmail 45390 invoked by uid 500); 4 Sep 2009 06: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45380 invoked by uid 99); 4 Sep 2009 06:48:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 06:48: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.ecyrd.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 06:48:31 +0000 Received: from [161.129.204.104] (cs181005170.pp.htv.fi [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.ecyrd.com (Postfix) with ESMTPSA id 6706C97C1E8 for <[email protected]>; Fri, 4 Sep 2009 09:47:54 +0300 (EEST) Message-Id: <[email protected]> From: Janne Jalkanen <[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: java.io.WriteAbortedException: writing aborted Date: Fri, 4 Sep 2009 09:47:53 +0300 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Heya! What do you mean "gave / as a base directory?" Do you mean base URL or work directory? The Base URL should be the *absolute* URL to your wiki. For example, on jspwiki.org, the baseURL is jspwiki.baseURL=http://www.jspwiki.org/ If you're having getting the ROOT to work, you can also try putting it under webapps/JSPWiki, then do the following configuration magic in your server.xml (or relevant contexts/jspwiki.xml): <Host name="www.jspwiki.org" appBase="/p/web/www-data/www.jspwiki.org/webapps " unpackWARs="true" autoDeploy="true"> <Context path="" docBase="JSPWiki" debug="1"/> <Alias>jspwiki.org</Alias> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="jspwiki_access_log." suffix=".txt" pattern="common" resolveHosts="false"/> </Host> The WriteAbortedException is harmless (though unfortunate) and is due to your tomcat configuration. You can get rid of it by adding <Manager className=""/> in the context section. (Just noticed, we should be able to add <distributable>false</ distributable> in the web.xml to get rid of this message as well.) /Janne On 4 Sep 2009, at 05:56, Jerry Ji Jie wrote: > > Hi, > > I finally got over the Install.jsp hurdle by cleaning up webapps/ROOT/ > and moving everything under JSPWiki/ there. (Luckily JSPWiki is the > only > intended application for my Tomcat.) Is the JSPWiki release README > blatantly wrong? Has anyone got the below working? > > """ > 2) After you've installed the engine and checked that it works, you > just > make a subdirectory under $TOMCAT_HOME/webapps/. > For example, if you want your application to be called 'wiki', just > create a directory > called 'wiki', then extract all files from the war file into that > directory, preserving the directory structure. > > 3) Point your browser at http://<myhost>/JSPWiki/Install.jsp > (Or, if you renamed it in the previous phase, use something like > http://<myhost>/wiki/Install.jsp) > """ > > However, that's not the end of the story. At installation, I left all > values default and gave "/" as base directory (which I don't > understand > but can't skip). And during the subsequent Tomcat restart, I got > WriteAbortedException -- > > java.io.WriteAbortedException: writing aborted; > java.io.NotSerializableException > : com.ecyrd.jspwiki.auth.UserManager > at java.io.ObjectInputStream.readObject0(Unknown Source) > > And am not able to find/access my wiki. (Install.jsp redirection > fails) > > What is going on here? It should not be due to lack of write > permission > because files such as WEB-INF/jspwiki.properties have been > successfully > written by the Install.jsp. > > Has everyone gone through a similar amount of hassle just to set up a > vanilla JSPWiki? > > Jerry > > -----Original Message----- > From: Kris Glover [mailto:[email protected]] > Sent: 03 September 2009 21:52 > To: [email protected] > Subject: Re: Install.jsp /WEB-INF/jspwiki.tld not found > > Are you putting the wiki app under the ROOT folder? It should be a > sibling of ROOT and not a child of root. > > On 9/3/09, Andrew Jaquith <[email protected]> wrote: >> Jerry -- >> >> Do you have old JSPs that refer explicitly to /WEB-INF/jspwiki.tld? >> They should refer to the TLD by URI, because the tld is bundled in >> with JSPWiki.jar in 2.8. See one of the new JSPs for an example of >> how >> to do this. >> >> Andrew >> >> On Sep 3, 2009, at 3:07, "Jerry Ji Jie" <[email protected]> wrote: >> >>> >>> Hi, >>> >>> >>> >>> I'm trying to install JSPWiki-2.8.2-bin.zip under Apache > Tomcat/5.5.28 >>> on Windows (XP SP2) with Java (JRE) 1.6.0_13. >>> >>> >>> >>> http://localhost:8080/wiki/Install.jsp gives /WEB-INF/jspwiki.tld >>> not >>> found error -- >>> >>> >>> >>> org.apache.jasper.JasperException: File "/WEB-INF/jspwiki.tld" not >>> found >>> org.apache.jasper.compiler.DefaultErrorHandler.jspError >>> (DefaultErrorHand >>> ler.java:51) >>> org.apache.jasper.compiler.ErrorDispatcher.dispatch >>> (ErrorDispatcher.java >>> :409) >>> >>> ... >>> >>> >>> >>> My JSPWiki directory structure -- >>> >>> >>> >>> D:\apache-tomcat-5.5.28\webapps\ROOT>dir wiki\WEB-INF >>> >>> >>> >>> 03/09/2009 14:49 <DIR> . >>> >>> 03/09/2009 14:49 <DIR> .. >>> >>> 04/04/2009 10:44 57 groupdatabase.xml >>> >>> 04/04/2009 10:44 4,939 jspwiki.policy >>> >>> 03/09/2009 14:16 35,063 jspwiki.properties >>> >>> 04/04/2009 10:44 21,562 jspwiki.tld >>> >>> 04/04/2009 10:44 12,580 jstl-fmt.tld >>> >>> 03/09/2009 14:49 <DIR> lib >>> >>> 04/04/2009 10:44 2,568 oscache.tld >>> >>> 04/04/2009 10:44 55 userdatabase.xml >>> >>> 04/04/2009 10:44 12,882 web.xml >>> >>> >>> >>> There's no definitive answer I could find on the web, your help will >>> be >>> much appreciated. >>> >>> >>> >>> Jerry >>> >>> >>> >>> >>> >>> ============================== >>> Information in this message is confidential. It is intended solely >>> for the person or the entity to whom it is addressed. If you are >>> not the intended recipient, you are not to disseminate, distribute >>> or copy this communication. Please notify the sender and delete the >>> message and any other record of it from your system immediately. >>> ============================== >> > > -- > Sent from my mobile device > > ============================== > Information in this message is confidential. It is intended solely > for the person or the entity to whom it is addressed. If you are > not the intended recipient, you are not to disseminate, distribute > or copy this communication. Please notify the sender and delete the > message and any other record of it from your system immediately. > ============================== From [email protected] Tue Sep 08 10:38:46 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97713 invoked from network); 8 Sep 2009 10:38:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2009 10:38:46 -0000 Received: (qmail 20326 invoked by uid 500); 8 Sep 2009 10:38:45 -0000 Delivered-To: [email protected] Received: (qmail 20279 invoked by uid 500); 8 Sep 2009 10:38: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20268 invoked by uid 99); 8 Sep 2009 10:38:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 10:38: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-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, 08 Sep 2009 10:38: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 1Mky5V-0003g5-Pw for [email protected]; Tue, 08 Sep 2009 03:38:13 -0700 Message-ID: <[email protected]> Date: Tue, 8 Sep 2009 03:38:13 -0700 (PDT) From: TruptiP <[email protected]> To: [email protected] Subject: JSPWiki Editor 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 All, I tried to use FCKEditor for my jspwiki(2.8.1). However, I found some issues in it. 1.# appear after each heading 2. Some pages open for edit in IE but not in Firefox. In firefox its opening blank page 3. Section Editing doesn't work in FCK Editor. It shows full page to edit. Can we integrate any other editor with jspwiki? Please let me know your ideas and views on it. Thanks, Trupti P -- View this message in context: http://www.nabble.com/JSPWiki-Editor-tp25343590p25343590.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Thu Sep 10 10:32:32 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16165 invoked from network); 10 Sep 2009 10:32:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2009 10:32:32 -0000 Received: (qmail 22304 invoked by uid 500); 10 Sep 2009 10:32:32 -0000 Delivered-To: [email protected] Received: (qmail 22273 invoked by uid 500); 10 Sep 2009 10:32: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22262 invoked by uid 99); 10 Sep 2009 10:32:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2009 10:32:31 +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, 10 Sep 2009 10: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 1Mlgwb-0006YX-OT for [email protected]; Thu, 10 Sep 2009 03:32:01 -0700 Message-ID: <[email protected]> Date: Thu, 10 Sep 2009 03:32:01 -0700 (PDT) From: Leslie Noth <[email protected]> To: [email protected] Subject: Debian install question 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 there, I used apt-get to install JSPWiki. I forgot to end the base-url with a slash so I ran dpkg-reconfigure to correct this. Nothing changed when I reloaded the app via the Tomcat manager interface so I undeployed it. But how does one redeploy the JSPWiki webpp? Regards, Hesl (medior Linux user) -- View this message in context: http://www.nabble.com/Debian-install-question-tp25380880p25380880.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Thu Sep 10 16:41:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35617 invoked from network); 10 Sep 2009 16:41:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2009 16:41:20 -0000 Received: (qmail 27122 invoked by uid 500); 10 Sep 2009 16:41:20 -0000 Delivered-To: [email protected] Received: (qmail 27111 invoked by uid 500); 10 Sep 2009 16:41: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27101 invoked by uid 99); 10 Sep 2009 16:41:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2009 16:41: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f222.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2009 16:41:09 +0000 Received: by fxm22 with SMTP id 22so234236fxm.12 for <[email protected]>; Thu, 10 Sep 2009 09:40:49 -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; bh=QQVxiYuhiyT9HEv7wkIwWO3HC+Vto0mbMpF1h5QesH4=; b=uSm3DDwsTugovJN7AT6prFjhh2YKvq7haHtF8O46wO6SXhSFHIBZ0o/j8WqWvXAYVM BQiOuIMtk7ii7FpSsye4AQOezMUM0fmDbofcac+J+2s3g/CIovQaVVQUM1hytYxexv9R J4UazSdoRLBGuwGHaFVIESz6/3vD135EMhL+I= 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=tpZCqmgOixX62nK/60t9y3PaevahVsfKaf5za6mqY0V7wMcMGpkAsSfdvu49RyBIEz Ht5lsqrrnWQOJ7cN1fvwvEObN6tUkBcQbZqXHftl7DGCcHK69NWxQzoEW4AJEHGBbXlh AALLewsRu7LoprTdsJYQliEWhIAmmCVgvVs2s= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id v13mr1111877bku.133.1252600848743; Thu, 10 Sep 2009 09:40:48 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 10 Sep 2009 18:40:48 +0200 Message-ID: <[email protected]> Subject: Re: Debian install question From: Harry Metske <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0015175cff16a27f9d04733bdcb0 X-Virus-Checked: Checked by ClamAV on apache.org --0015175cff16a27f9d04733bdcb0 Content-Type: text/plain; charset=UTF-8 Hesl,I don't how your Linux distributor has packaged JSPWiki, maybe there is someone on the list that can help you with that.Regarding to your question on how to (re)deploy JSPWiki, maybe you can do the standard by-hand installation as written in the README: * 1) Install Tomcat from http://jakarta.apache.org/ (or any other servlet container) 2) After you've installed the engine and checked that it works, you just make a subdirectory under $TOMCAT_HOME/webapps/. For example, if you want your application to be called 'wiki', just create a directory called 'wiki', then extract all files from the war file into that directory, preserving the directory structure. 3) Point your browser at http://<myhost>/JSPWiki/Install.jsp (Or, if you renamed it in the previous phase, use something like http://<myhost>/wiki/Install.jsp) 4) Answer a couple of simple questions 5) Restart your container 6) Point your browser to http://<myhost>/JSPWiki/ (or whatever name you chose in point 2) * regards, Harry 2009/9/10 Leslie Noth <[email protected]> > > Hi there, > > I used apt-get to install JSPWiki. I forgot to end the base-url with a > slash > so I ran dpkg-reconfigure to correct this. Nothing changed when I reloaded > the app via the Tomcat manager interface so I undeployed it. > But how does one redeploy the JSPWiki webpp? > > Regards, > Hesl (medior Linux user) > -- > View this message in context: > http://www.nabble.com/Debian-install-question-tp25380880p25380880.html > Sent from the JspWiki - User mailing list [email protected]. > > --0015175cff16a27f9d04733bdcb0-- From [email protected] Fri Sep 11 06:02:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16254 invoked from network); 11 Sep 2009 06:02:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Sep 2009 06:02:14 -0000 Received: (qmail 87322 invoked by uid 500); 11 Sep 2009 06:02:14 -0000 Delivered-To: [email protected] Received: (qmail 87264 invoked by uid 500); 11 Sep 2009 06:02: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87254 invoked by uid 99); 11 Sep 2009 06:02:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 06:02:13 +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; Fri, 11 Sep 2009 06:02: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 1MlzCW-0003oA-Ss for [email protected]; Thu, 10 Sep 2009 23:01:40 -0700 Message-ID: <[email protected]> Date: Thu, 10 Sep 2009 23:01:40 -0700 (PDT) From: TruptiP <[email protected]> To: [email protected] Subject: Re: JSPWiki Editor 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 Hi All, I found one more editor which we can embed with JSPWIKI and it is TinyMCE. However, the steps I found on this page didn't work. http://www.computerhok.nl/JSPWiki/attach/JSPWikiAndWYSIWYGEditing/wysiwyg.html This is for 2.5.7 . ANyone knows how to configure it for 2.8.1. I am not able to find jspwiki_module.xml file in 2.8.1 version. IS there any other way to configure editor with jspwiki. I placed tinyMCE.jsp page in editor directory but it's not working. TinyMCE option is not coming in dropdown of preferences. Can you please help me for this? Thanks, Trupti P TruptiP wrote: > > Hi All, > > I tried to use FCKEditor for my jspwiki(2.8.1). > > However, I found some issues in it. > > 1.# appear after each heading > 2. Some pages open for edit in IE but not in Firefox. In firefox its > opening blank page > 3. Section Editing doesn't work in FCK Editor. It shows full page to edit. > > Can we integrate any other editor with jspwiki? > Please let me know your ideas and views on it. > > Thanks, > Trupti P > -- View this message in context: http://www.nabble.com/JSPWiki-Editor-tp25343590p25395524.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Fri Sep 11 08:58:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75933 invoked from network); 11 Sep 2009 08:58:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Sep 2009 08:58:19 -0000 Received: (qmail 33962 invoked by uid 500); 11 Sep 2009 08:58:18 -0000 Delivered-To: [email protected] Received: (qmail 33941 invoked by uid 500); 11 Sep 2009 08:58: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33931 invoked by uid 99); 11 Sep 2009 08:58:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 08:58:18 +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; Fri, 11 Sep 2009 08:58:08 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1Mm1wx-00012g-M3 for [email protected]; Fri, 11 Sep 2009 01:57:47 -0700 Message-ID: <[email protected]> Date: Fri, 11 Sep 2009 01:57:47 -0700 (PDT) From: TruptiP <[email protected]> To: [email protected] Subject: Re: JSPWiki Editor 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 Hi All, Now, I am able to get TinyMCE option in prefernces. However, TinyMCE.jsp I am having is not the latest one. I tried changing line from plain jsp and replacing with following line..... as per suggestion. TemplateManager.addResourceRequest( context, "script", "scripts/tinymce/jscripts/tiny_mce/tiny_mce.js" ); However, it doesn't work. Does anyone have the latest TinyMCE.jsp ? Please help. I ma not that much [email protected].. just tried some chnages and able to fix the buttons and other things.... Thanks Trupti P TruptiP wrote: > > Hi All, > > I tried to use FCKEditor for my jspwiki(2.8.1). > > However, I found some issues in it. > > 1.# appear after each heading > 2. Some pages open for edit in IE but not in Firefox. In firefox its > opening blank page > 3. Section Editing doesn't work in FCK Editor. It shows full page to edit. > > Can we integrate any other editor with jspwiki? > Please let me know your ideas and views on it. > > Thanks, > Trupti P > -- View this message in context: http://www.nabble.com/JSPWiki-Editor-tp25343590p25397396.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Fri Sep 11 08:59:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76113 invoked from network); 11 Sep 2009 08:59:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Sep 2009 08:59:57 -0000 Received: (qmail 35077 invoked by uid 500); 11 Sep 2009 08:59:56 -0000 Delivered-To: [email protected] Received: (qmail 35057 invoked by uid 500); 11 Sep 2009 08: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35047 invoked by uid 99); 11 Sep 2009 08:59:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 08:59: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 mimas.bnv-gz.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 08:59:44 +0000 Received: from localhost (localhost [161.129.204.104]) by mimas.bnv-gz.de (Postfix) with ESMTP id A80D721B636C for <[email protected]>; Fri, 11 Sep 2009 10:59:23 +0200 (CEST) X-Virus-Scanned: [email protected] Received: from mimas.bnv-gz.de ([161.129.204.104]) by localhost (mimas.bnv-gz.de [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id xGC7DKU167CR for <[email protected]>; Fri, 11 Sep 2009 10:59:17 +0200 (CEST) Received: from mimas.bnv-gz.de (vm101.bnv-gz.de [161.129.204.104]) by mimas.bnv-gz.de (Postfix) with ESMTP id 0B90D21B636E for <[email protected]>; Fri, 11 Sep 2009 10:59:17 +0200 (CEST) Date: Fri, 11 Sep 2009 10:59:16 +0200 (CEST) From: Florian Holeczek <[email protected]> To: [email protected] Message-ID: <15645438.271252659556930.JavaMail.root@vm101> In-Reply-To: <17535800.251252659378345.JavaMail.root@vm101> Subject: Re: JSPWiki Editor MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [161.129.204.104] X-Mailer: Zimbra 5.0.18_GA_3011.UBUNTU8 (ZimbraWebClient - FF3.0 (Win)/5.0.18_GA_3011.UBUNTU8) X-Virus-Checked: Checked by ClamAV on apache.org Hi Trupti, please update to JSPWiki 2.8.2. AFAIR most of these issues are already fixe= d. For details, please see http://www.ecyrd.com/~jalkanen/JSPWiki/2.8.2/Change= Log Best regards Florian ----- Urspr=FCngliche Mail ----- Von: "TruptiP" <[email protected]> An: [email protected] Gesendet: Dienstag, 8. September 2009 12:38:13 GMT +01:00 Amsterdam/Berlin/= Bern/Rom/Stockholm/Wien Betreff: JSPWiki Editor Hi All, I tried to use FCKEditor for my jspwiki(2.8.1). However, I found some issues in it. 1.# appear after each heading=20 2. Some pages open for edit in IE but not in Firefox. In firefox its openin= g blank page 3. Section Editing doesn't work in FCK Editor. It shows full page to edit. Can we integrate any other editor with jspwiki? Please let me know your ideas and views on it. Thanks, Trupti P --=20 View this message in context: http://www.nabble.com/JSPWiki-Editor-tp253435= 90p25343590.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Fri Sep 11 09:23:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80766 invoked from network); 11 Sep 2009 09:23:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Sep 2009 09:23:16 -0000 Received: (qmail 55687 invoked by uid 500); 11 Sep 2009 09:23:15 -0000 Delivered-To: [email protected] Received: (qmail 55664 invoked by uid 500); 11 Sep 2009 09:23: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55654 invoked by uid 99); 11 Sep 2009 09:23:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 09:23:15 +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; Fri, 11 Sep 2009 09:16:28 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1Mm2Eh-0001qW-FT for [email protected]; Fri, 11 Sep 2009 02:16:07 -0700 Message-ID: <[email protected]> Date: Fri, 11 Sep 2009 02:16:07 -0700 (PDT) From: TruptiP <[email protected]> To: [email protected] Subject: Re: JSPWiki Editor In-Reply-To: <15645438.271252659556930.JavaMail.root@vm101> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: [email protected] References: <[email protected]> <15645438.271252659556930.JavaMail.root@vm101> X-Virus-Checked: Checked by ClamAV on apache.org Hi Florian, Thanks for the help.=20 I tried to integrate TinyMCE editor with JSPWiki but I am not having update= d TinyMCE.jsp with me. DO you have any idea how to crate a TinyMCE.jsp and what is required functionality. Thanks, Trupti P Florian Holeczek wrote: >=20 > Hi Trupti, >=20 > please update to JSPWiki 2.8.2. AFAIR most of these issues are already > fixed. > For details, please see > http://www.ecyrd.com/~jalkanen/JSPWiki/2.8.2/ChangeLog >=20 > Best regards > Florian >=20 > ----- Urspr=C3=BCngliche Mail ----- > Von: "TruptiP" <[email protected]> > An: [email protected] > Gesendet: Dienstag, 8. September 2009 12:38:13 GMT +01:00 > Amsterdam/Berlin/Bern/Rom/Stockholm/Wien > Betreff: JSPWiki Editor >=20 >=20 > Hi All, >=20 > I tried to use FCKEditor for my jspwiki(2.8.1). >=20 > However, I found some issues in it. >=20 > 1.# appear after each heading=20 > 2. Some pages open for edit in IE but not in Firefox. In firefox its > opening > blank page > 3. Section Editing doesn't work in FCK Editor. It shows full page to edit= . >=20 > Can we integrate any other editor with jspwiki? > Please let me know your ideas and views on it. >=20 > Thanks, > Trupti P > --=20 > View this message in context: > http://www.nabble.com/JSPWiki-Editor-tp25343590p25343590.html > Sent from the JspWiki - User mailing list [email protected]. >=20 >=20 >=20 --=20 View this message in context: http://www.nabble.com/JSPWiki-Editor-tp253435= 90p25397634.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Fri Sep 11 11:18:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8619 invoked from network); 11 Sep 2009 11:18:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Sep 2009 11:18:50 -0000 Received: (qmail 95267 invoked by uid 500); 11 Sep 2009 11:18:50 -0000 Delivered-To: [email protected] Received: (qmail 95234 invoked by uid 500); 11 Sep 2009 11: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95224 invoked by uid 99); 11 Sep 2009 11:18:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 11:18:50 +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-f210.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 11:18:40 +0000 Received: by bwz6 with SMTP id 6so669727bwz.12 for <[email protected]>; Fri, 11 Sep 2009 04:18:19 -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=17AnMqNMg31I8h3jo8hlEv5ee7lloZCW0C8FVoqovWo=; b=fPa8hTYijNNGI9+KJcFQhiId9GSa18oByH6oNiK0bEVInahBbxPXWYxqjFh3sIVAoc asMFCscocbSfxKbXWEeH4WbmU6xGSkKGA8FfYfoNhTN+MNQcXizmdC34FoFQeKJy2Up+ MEqi8zutB23ernJvYIwjF+mzmqsF/2HAg32iM= 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=eqeZsq1XJmQIoyXOnaoB/JBKnwYM7f/kVjY5+np/BZVQlNpyDLPvysWgU8+SR7yGBb DLCHXNrVsK/zdx/HSS2MlSScZHEFzES2amkIC9SHFuCYn53h4HhDhkY0mCx/jGvw9vlZ SlWXp3MGBhVfSShaMP++kVaiPBoUyqCS/3vGw= Received: by 161.129.204.104 with SMTP id j3mr1952113bkd.23.1252667898982; Fri, 11 Sep 2009 04:18:18 -0700 (PDT) Received: from ?161.129.204.104? +1-810-725-8105.ip23.fastwebnet.it [161.129.204.104]) by mx.google.com with ESMTPS id 9sm1337906fks.20.2161.129.204.104.18.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 11 Sep 2009 04:18:18 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 11 Sep 2009 13:18:35 +0200 From: "[email protected]" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070716) MIME-Version: 1.0 To: [email protected] Subject: How to strip non wiki formatting? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all I have a JSPWiki installation where we enabled FCK. Evrithing is ok, but a number of users have pasted texts from word. The result is alot of fonts garbage such as %%( font-family: tahoma; line-height: 16px; border-style: initial; border-color: initial; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; )). ... real text ... %% While this is perfectly legitimate, it breaks up any 'standard' format - one of the reasons to move to the wiki ... now we changed fckconfig to minimize this problem (basically removed to normal user the pasteWord capability allowing only to import as plain text), but we have the problem to clean up existing contents. Any idea for automatically (sh/perl script on the sources or some filter in the wiki) removing all the 'non standard' fomatting? From [email protected] Sun Sep 13 05:15:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6597 invoked from network); 13 Sep 2009 05:15:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Sep 2009 05:15:15 -0000 Received: (qmail 85829 invoked by uid 500); 13 Sep 2009 05:15:14 -0000 Delivered-To: [email protected] Received: (qmail 85770 invoked by uid 500); 13 Sep 2009 05: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 54813 invoked by uid 99); 13 Sep 2009 03:33:23 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_HELO_PASS,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) Date: Sun, 13 Sep 2009 04:32:42 +0100 From: Chris Haynes <[email protected]> Reply-To: Chris Haynes <[email protected]> X-Priority: 3 (Normal) Message-ID: <[email protected]> To: [email protected] Subject: Auto-Expansion of Collapsible Box when printing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Greetings,all, Does anyone know if / how it is possible to arrange that the contents of all Collapsible Boxes are expanded while printing, regardless of whether or not they are opened on the screen view? TIA Chris From [email protected] Sun Sep 13 07:54:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31931 invoked from network); 13 Sep 2009 07:54:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Sep 2009 07:54:56 -0000 Received: (qmail 26175 invoked by uid 500); 13 Sep 2009 07:54:55 -0000 Delivered-To: [email protected] Received: (qmail 26149 invoked by uid 500); 13 Sep 2009 07:54: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26139 invoked by uid 99); 13 Sep 2009 07:54:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Sep 2009 07:54:55 +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-f222.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Sep 2009 07:54:46 +0000 Received: by fxm22 with SMTP id 22so1557307fxm.12 for <[email protected]>; Sun, 13 Sep 2009 00:54:26 -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; bh=/mOptvXQ2wZESfLDZTD5NmotX3JOZruyLnJhsJRI+2s=; b=HQR0SY1hPYvwQLicuYk/iTKSr2s8m5OJl79BFC/5L0T63db3rH6uWFWwSouI4t66iu bTzes3MmEjSrm9I0h9xWvy/YBX6V4oq4j7AyKECUG2P6h+Kh/QvFSiWFdtbEtl+uUsqO 14IJfsPJuzs6saqKqqEmfIy76RgF/4zqGnef0= 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=ROlsfflCQml6lmMKRDnE6ByYSyWBRFLgHluf2iRvdVWZFd402LwLbgObmnHmVEhNsf Z7Xx2DNIBG2HabrczWermwdtbh5ollEcOjcaaDidjkKNaVVRD3iCJ79yiT0y5S7xAlIp d6Nrzl1db9vw1ghErELg31SW+TD3Qh/n0W1oU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id u11mr3904876bkb.0.1252828465875; Sun, 13 Sep 2009 00:54:25 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Sun, 13 Sep 2009 09:54:25 +0200 Message-ID: <[email protected]> Subject: Re: Auto-Expansion of Collapsible Box when printing From: Dirk Frederickx <[email protected]> To: [email protected], Chris Haynes <[email protected]> Content-Type: multipart/alternative; boundary=00032555815aac49f6047370db56 X-Virus-Checked: Checked by ClamAV on apache.org --00032555815aac49f6047370db56 Content-Type: text/plain; charset=ISO-8859-1 Chris, This sure is possible. It requires some css tweaking. Look up following line in the jspwiki.css: .collapse .collapsebody, .collapsebox .collapse .collapsebody { padding-left:1.5em; } Add following css rule, which will reset the height of the collapsed blocks back to 'auto'. @media print { .collapse .collapsebody ul, .collapsebox div.collapsebody { height:auto !important; } } (you could also add it to the jspwiki_print.css of course) Plse log this as a JIRA improvement item; so we can add it to the standard css sheet. dirk On Sun, Sep 13, 2009 at 5:32 AM, Chris Haynes <[email protected]> wrote: > Greetings,all, > > Does anyone know if / how it is possible to arrange that the contents of > all Collapsible Boxes are expanded while printing, regardless of whether or > not they are opened on the screen view? > > > TIA > > Chris > > --00032555815aac49f6047370db56-- From [email protected] Mon Sep 14 12:00:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57964 invoked from network); 14 Sep 2009 12:00:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Sep 2009 12:00:23 -0000 Received: (qmail 74570 invoked by uid 500); 14 Sep 2009 12:00:22 -0000 Delivered-To: [email protected] Received: (qmail 74558 invoked by uid 500); 14 Sep 2009 12: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74548 invoked by uid 99); 14 Sep 2009 12:00:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2009 12:00:22 +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; Mon, 14 Sep 2009 12:00: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 1MnADn-0007y6-1f for [email protected]; Mon, 14 Sep 2009 04:59:51 -0700 Message-ID: <[email protected]> Date: Mon, 14 Sep 2009 04:59:51 -0700 (PDT) From: anilkumarkatta <[email protected]> To: [email protected] Subject: jspwiki - connecting to 2 LDAPs for authentication. 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 Is it possible to have get it authenticated of one user using two different LDAPs. which are configured in server.xml of the tomcat? Thanks in Adv. - Anil -- View this message in context: http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25434565.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Mon Sep 14 15:18:47 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39121 invoked from network); 14 Sep 2009 15:18:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Sep 2009 15:18:47 -0000 Received: (qmail 47014 invoked by uid 500); 14 Sep 2009 15:18:47 -0000 Delivered-To: [email protected] Received: (qmail 46996 invoked by uid 500); 14 Sep 2009 15: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46985 invoked by uid 99); 14 Sep 2009 15:18:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2009 15:18:47 +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; Mon, 14 Sep 2009 15:18:36 +0000 Received: by qw-out-1920.google.com with SMTP id 5so941844qwf.54 for <[email protected]>; Mon, 14 Sep 2009 08:18: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:message-id:subject:from:to:content-type; bh=l/QtfXn4YxgkBojsnb64HIBxIBdHQ9QmjDSwcygl5OU=; b=EhKuNhy8DV7GOUEMJgeL3t1D+Gl7XEqwNiJ4+2eb5oGyCrkB4tE+bd4PzLrgf3F4FS mWgYxWZBejliuVSSfVILa/MM+Fa73D7ANM/rSLpISb6uukbjk5auI2T+Z2UsmDmpi6ZS qjrBFEaG38YGYOUjTiF7erSN4WGCHLoEutLcM= 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=QMCUiVgGiJEOxZHljqOv0hBONJC0DlaObz4y+H8B3dSDUXTjHVRSJMua8k9WNOcmNI es0FUZjrMlnSlEoSjj0D35PbbRIYUw/5YWJr1D1SIN+vS1u04L+VC6ae2AcGsjQTWrIO STn2xR4u7gk9sMvlLjlsamEVswz3pHumL1AHI= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z14mr2034560qaj.125.1252941495582; Mon, 14 Sep 2009 08:18:15 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Mon, 14 Sep 2009 11:18:15 -0400 Message-ID: <[email protected]> Subject: Re: jspwiki - connecting to 2 LDAPs for authentication. From: Andrew Jaquith <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org This is a Tomcat question, not a JSPWiki question. As far as I know, Tomcat cannot authenticate to more than one LDAP server at a time. However, if you need to authenticate users to multiple subtrees in the same LDAP server, that is possible if you set the "search subtree" attribute of the Tomcat JNDIRealm. Your other alternative might be, for example, to use OpenLDAP to create a "virtual" directory that aggregates several other LDAP servers together. I'm not an expert on how to do this, but you might find some tips on the OpenLDAP mailing lists. Regards, Andrew On Mon, Sep 14, 2009 at 7:59 AM, anilkumarkatta <[email protected]> wrote: > > Hi > > Is it possible to have get it authenticated of one user using two different > LDAPs. which are configured in server.xml of the tomcat? > > Thanks in Adv. > > - Anil > -- > View this message in context: http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25434565.html > Sent from the JspWiki - User mailing list [email protected]. > > From [email protected] Tue Sep 15 04:23:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94058 invoked from network); 15 Sep 2009 04:23:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2009 04:23:12 -0000 Received: (qmail 14184 invoked by uid 500); 15 Sep 2009 04:23:12 -0000 Delivered-To: [email protected] Received: (qmail 14115 invoked by uid 500); 15 Sep 2009 04:23: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14099 invoked by uid 99); 15 Sep 2009 04:23:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 04:23:11 +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; Tue, 15 Sep 2009 04:23: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 1MnPYu-0001LW-KE for [email protected]; Mon, 14 Sep 2009 21:22:40 -0700 Message-ID: <[email protected]> Date: Mon, 14 Sep 2009 21:22:40 -0700 (PDT) From: anilkumarkatta <[email protected]> To: [email protected] Subject: Re: jspwiki - connecting to 2 LDAPs for authentication. 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 for the reply Andrew, My intention was to authenticate various users across both the LDAP server, suppose I have one Relam configured for LDAP1 which authenticate Money Users, which authenticates all the users from Money Users that are existing on LDAP1, at the same time can I include one more Relam LDAP2 for Commerical Users, does it authenticate those user tooo? Please suggest me. Thanks & Regards, -Anil Katta Andrew Jaquith-4 wrote: > > This is a Tomcat question, not a JSPWiki question. > > As far as I know, Tomcat cannot authenticate to more than one LDAP > server at a time. However, if you need to authenticate users to > multiple subtrees in the same LDAP server, that is possible if you set > the "search subtree" attribute of the Tomcat JNDIRealm. > > Your other alternative might be, for example, to use OpenLDAP to > create a "virtual" directory that aggregates several other LDAP > servers together. I'm not an expert on how to do this, but you might > find some tips on the OpenLDAP mailing lists. > > Regards, Andrew > > On Mon, Sep 14, 2009 at 7:59 AM, anilkumarkatta > <[email protected]> wrote: >> >> Hi >> >> Is it possible to have get it authenticated of one user using two >> different >> LDAPs. which are configured in server.xml of the tomcat? >> >> Thanks in Adv. >> >> - Anil >> -- >> View this message in context: >> http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25434565.html >> Sent from the JspWiki - User mailing list [email protected]. >> >> > > -- View this message in context: http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25447606.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Tue Sep 15 07:45:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69863 invoked from network); 15 Sep 2009 07:45:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2009 07:45:57 -0000 Received: (qmail 82425 invoked by uid 500); 15 Sep 2009 07:45:56 -0000 Delivered-To: [email protected] Received: (qmail 82402 invoked by uid 500); 15 Sep 2009 07:45: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82392 invoked by uid 99); 15 Sep 2009 07:45:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 07:45: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 mail.uni-paderborn.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 07:45:46 +0000 Received: from [161.129.204.104] (helo=[161.129.204.104]) by mail.uni-paderborn.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63 spheron) id 1MnSiN-0002M9-I8 for [email protected]; Tue, 15 Sep 2009 09:44:40 +0200 Message-ID: <[email protected]> Date: Tue, 15 Sep 2009 09:44:36 +0200 From: =?ISO-8859-1?Q?=22K=2E_W=2E_Holzwei=DFig=22?= <[email protected]> Reply-To: [email protected] User-Agent: Thunderbird 161.129.204.104 (Windows/20090812) MIME-Version: 1.0 To: [email protected] Subject: JSPWiki with FCKEditor 3.0 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-IMT-Spam-Score: 0.0 () X-PMX-Version: 161.129.204.1043112, Antispam-Engine: 161.129.204.1046379, Antispam-Data: 2161.129.204.104624 X-IMT-Authenticated-Sender: uid=kw,ou=People,o=upb,c=de X-Virus-Checked: Checked by ClamAV on apache.org Hey, has anybody experience with integrating FCKEditor 3.0 into JSPWiki? If so, please mail. All the best Kai From [email protected] Tue Sep 15 10:32:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16641 invoked from network); 15 Sep 2009 10:32:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2009 10:32:14 -0000 Received: (qmail 95844 invoked by uid 500); 15 Sep 2009 10:32:13 -0000 Delivered-To: [email protected] Received: (qmail 95808 invoked by uid 500); 15 Sep 2009 10:32: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95798 invoked by uid 99); 15 Sep 2009 10:32:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 10:32: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 an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 10:32:01 +0000 Received: by an-out-0708.google.com with SMTP id c38so1240290ana.0 for <[email protected]>; Tue, 15 Sep 2009 03:31:40 -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=qsttvNMUPQ3iBT9r1AeZnOIWQ35gNOzSQoPQ7G68uKA=; b=pXRuPyVsZ6voIX5Wo6wDphHtnK66WCvhd0j1vI0prdcnssXsjue+csTOa6fanK5Skp t7q8cbGP60JHJ10pQ+Ni3G/9NN+6mBDcBXawwhMUy5DdPYXVh1PLxpKi81LekNNL8V+S ben48NwibzOyKUxCEeGigz8un5BSAOkDij5xo= 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=asItiy737cmc5TmhMVV/73r7VK5TSVcag/eBAzSUmqNbFQ0OgbpHLqkwvp3lEKmOxx ozCL2TBo3Kwm7bLyF7zcMQsN8L257SMB2vfrx25AxwUClir2mhte43LMFgBMvCsiOK9B tZcrn2AKtdw1OZRF5AwvWKOljMzBi9WfxqUks= Received: by 161.129.204.104 with SMTP id c20mr7358444anl.42.1253010700708; Tue, 15 Sep 2009 03:31:40 -0700 (PDT) Received: from ?161.129.204.104? (c-+1-810-725-8105.hsd1.ma.comcast.net [161.129.204.104]) by mx.google.com with ESMTPS id 23sm3165253yxe.8.2161.129.204.104.31.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 15 Sep 2009 03:31:39 -0700 (PDT) Message-Id: <[email protected]> From: Andrew Jaquith <[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 (7C144) Mime-Version: 1.0 (iPhone Mail 7C144) Subject: Re: jspwiki - connecting to 2 LDAPs for authentication. Date: Tue, 15 Sep 2009 06:31:28 -0400 References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Please re-read my response... Other than what I've written already, I cannot help you any further. -- Andrew On Sep 15, 2009 at 0:22, anilkumarkatta <[email protected]> wrote: > > Thanks for the reply Andrew, > > My intention was to authenticate various users across both the LDAP > server, > suppose I have one Relam configured for LDAP1 which authenticate Money > Users, which authenticates all the users from Money Users that are > existing > on LDAP1, at the same time can I include one more Relam LDAP2 for > Commerical > Users, does it authenticate those user tooo? > > Please suggest me. > > Thanks & Regards, > -Anil Katta > > > Andrew Jaquith-4 wrote: >> >> This is a Tomcat question, not a JSPWiki question. >> >> As far as I know, Tomcat cannot authenticate to more than one LDAP >> server at a time. However, if you need to authenticate users to >> multiple subtrees in the same LDAP server, that is possible if you >> set >> the "search subtree" attribute of the Tomcat JNDIRealm. >> >> Your other alternative might be, for example, to use OpenLDAP to >> create a "virtual" directory that aggregates several other LDAP >> servers together. I'm not an expert on how to do this, but you might >> find some tips on the OpenLDAP mailing lists. >> >> Regards, Andrew >> >> On Mon, Sep 14, 2009 at 7:59 AM, anilkumarkatta >> <[email protected]> wrote: >>> >>> Hi >>> >>> Is it possible to have get it authenticated of one user using two >>> different >>> LDAPs. which are configured in server.xml of the tomcat? >>> >>> Thanks in Adv. >>> >>> - Anil >>> -- >>> View this message in context: >>> http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25434565.html >>> Sent from the JspWiki - User mailing list [email protected]. >>> >>> >> >> > > -- > View this message in context: http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25447606.html > Sent from the JspWiki - User mailing list [email protected]. > From [email protected] Tue Sep 15 10:36:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17840 invoked from network); 15 Sep 2009 10:36:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2009 10:36:50 -0000 Received: (qmail 9493 invoked by uid 500); 15 Sep 2009 10:36:50 -0000 Delivered-To: [email protected] Received: (qmail 9459 invoked by uid 500); 15 Sep 2009 10:36: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9449 invoked by uid 99); 15 Sep 2009 10:36:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 10:36:50 +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-f180.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 10:36:38 +0000 Received: by yxe10 with SMTP id 10so4877292yxe.12 for <[email protected]>; Tue, 15 Sep 2009 03:36:17 -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=X2N01lXPn/k6vFnUB5+JrwouqyG4BWsOZQnN25QISjc=; b=FJn2EqOr7u5lCxDXAuTlbSbjtJPxhAmKSWCF2RXQfS8eadm+TZhL4dhmNe00ap8qWC M8L1K19NIc1LO3R19BMwYlUM9ZFKXDLcaalrgTwMsB9044KcBmbb019BL+abMYayAKoP dJets1ZNw06LICdPiud72O22aLCQdi0efzCKQ= 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=VPJ2R+ThP4JsweeKwZoMoEvaz5SiiqrJYlYvJ8i0B3vR7rlUnDm0v9CeZueephKxZU tx8XgCGF5EaAsDKz55yxBBXVRpBJG+qBKqpI46760zbNnHKkDmM/9ctI96oAs3QLjzFp oVYMUTEwq89z/U/YhEz32D1oimIio38QeZ0KM= Received: by 161.129.204.104 with SMTP id b4mr4525864age.84.1253010977716; Tue, 15 Sep 2009 03:36:17 -0700 (PDT) Received: from ?161.129.204.104? (c-+1-810-725-8105.hsd1.ma.comcast.net [161.129.204.104]) by mx.google.com with ESMTPS id 30sm1042006agc.18.2161.129.204.104.36.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 15 Sep 2009 03:36:16 -0700 (PDT) Message-Id: <[email protected]> From: Andrew Jaquith <[email protected]> To: "[email protected]" <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Mailer: iPhone Mail (7C144) Mime-Version: 1.0 (iPhone Mail 7C144) Subject: Re: JSPWiki with FCKEditor 3.0 Date: Tue, 15 Sep 2009 06:36:09 -0400 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org This has not been done yet for 3.0. My intent is that FCK integration =20= will happen after the remaining plain editor issues are resolved. -- =20 Andrew On Sep 15, 2009, at 3:44, "K. W. Holzwei=C3=9Fig" <[email protected]=20 paderborn.de> wrote: > Hey, > > has anybody experience with integrating FCKEditor 3.0 into JSPWiki? =20= > If so, please mail. > > All the best > Kai From [email protected] Tue Sep 15 11:19:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30115 invoked from network); 15 Sep 2009 11:19:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2009 11:19:38 -0000 Received: (qmail 78385 invoked by uid 500); 15 Sep 2009 11:19:38 -0000 Delivered-To: [email protected] Received: (qmail 78376 invoked by uid 500); 15 Sep 2009 11:19: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78366 invoked by uid 99); 15 Sep 2009 11:19:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 11:19:38 +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; Tue, 15 Sep 2009 11:19: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 1MnW3u-0006ay-D8 for [email protected]; Tue, 15 Sep 2009 04:19:06 -0700 Message-ID: <[email protected]> Date: Tue, 15 Sep 2009 04:19:06 -0700 (PDT) From: anilkumarkatta <[email protected]> To: [email protected] Subject: Re: jspwiki - connecting to 2 LDAPs for authentication. 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 Seems to be round around the question.. ! anyway thanks for the help Cheers Andrew Jaquith-4 wrote: > > Please re-read my response... Other than what I've written already, I > cannot help you any further. -- Andrew > > On Sep 15, 2009 at 0:22, anilkumarkatta <[email protected]> > wrote: > >> >> Thanks for the reply Andrew, >> >> My intention was to authenticate various users across both the LDAP >> server, >> suppose I have one Relam configured for LDAP1 which authenticate Money >> Users, which authenticates all the users from Money Users that are >> existing >> on LDAP1, at the same time can I include one more Relam LDAP2 for >> Commerical >> Users, does it authenticate those user tooo? >> >> Please suggest me. >> >> Thanks & Regards, >> -Anil Katta >> >> >> Andrew Jaquith-4 wrote: >>> >>> This is a Tomcat question, not a JSPWiki question. >>> >>> As far as I know, Tomcat cannot authenticate to more than one LDAP >>> server at a time. However, if you need to authenticate users to >>> multiple subtrees in the same LDAP server, that is possible if you >>> set >>> the "search subtree" attribute of the Tomcat JNDIRealm. >>> >>> Your other alternative might be, for example, to use OpenLDAP to >>> create a "virtual" directory that aggregates several other LDAP >>> servers together. I'm not an expert on how to do this, but you might >>> find some tips on the OpenLDAP mailing lists. >>> >>> Regards, Andrew >>> >>> On Mon, Sep 14, 2009 at 7:59 AM, anilkumarkatta >>> <[email protected]> wrote: >>>> >>>> Hi >>>> >>>> Is it possible to have get it authenticated of one user using two >>>> different >>>> LDAPs. which are configured in server.xml of the tomcat? >>>> >>>> Thanks in Adv. >>>> >>>> - Anil >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25434565.html >>>> Sent from the JspWiki - User mailing list [email protected]. >>>> >>>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25447606.html >> Sent from the JspWiki - User mailing list [email protected]. >> > > :confusacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bconfused: -- View this message in context: http://www.nabble.com/jspwiki---connecting-to-2-LDAPs-for-authentication.-tp25434565p25452161.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Tue Sep 15 18:20:18 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5000 invoked from network); 15 Sep 2009 18:20:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2009 18:20:17 -0000 Received: (qmail 40864 invoked by uid 500); 15 Sep 2009 18:20:17 -0000 Delivered-To: [email protected] Received: (qmail 40855 invoked by uid 500); 15 Sep 2009 18:20: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40845 invoked by uid 99); 15 Sep 2009 18:20:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 18:20: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-bw0-f210.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 18:20:04 +0000 Received: by bwz6 with SMTP id 6so2918909bwz.12 for <[email protected]>; Tue, 15 Sep 2009 11:19: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 :date:message-id:subject:from:to:content-type; bh=NHu36wdGkNkYHIXZpeKi9b1VMb6PdH1tBsE8JGYGjx8=; b=DqKbFN/Is91IurasOzNN5rV7WC/pwmt1biRRCpj021vBkGnCQTfX4EY0om7InxmSEJ 13pMB201QVSrllesYbDlP0Th/SjhPIauxZoAXchU00nt+gttH9P+m03AyEGdku4gsV8a 1EsdorgPVvOgdxrHsObVCzfLlY+e83UBouGQI= 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=S1ajisvCA8K0XFITSxGUV+spLtcy9tcBCRVUqRDn104RWgHp+vpLcSk2BJXNSGClIj 5jVvKKqcCg88IPxCa8HJj5W3g3UBYCy7jqJvTvWof+XaKhhCFzY6m4Sn7abqEbievsQI MdK1v99zB25l6bzh4/frlaB/STXclejL2QnCA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id j9mr6519076bkd.10.1253038784362; Tue, 15 Sep 2009 11:19:44 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Tue, 15 Sep 2009 20:19:44 +0200 Message-ID: <[email protected]> Subject: Re: JSPWiki with FCKEditor 3.0 From: Dirk Frederickx <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00032555a196a1bbba0473a1d304 X-Virus-Checked: Checked by ClamAV on apache.org --00032555a196a1bbba0473a1d304 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable For v3.0 I would like to investigate the possibility to include in JSPWiki a lightweight wysiwig editor. A possible candidate could be mooeditable ( http://cheeaun.github.com/mooeditable/) : * it is lightweight, with a small footprint * mootools based (js lib currently used by jspwiki) * MIT license, compatible with apache. Because of the pluggable architecture of JSPWiki, you can still decide to include one of the more heavy weight editors like CKeditor (ex FCKeditor), TinyMCE, of YUI Rich Text editor. dirk On Tue, Sep 15, 2009 at 12:36 PM, Andrew Jaquith <[email protected]= m > wrote: > This has not been done yet for 3.0. My intent is that FCK integration wil= l > happen after the remaining plain editor issues are resolved. -- Andrew > > > On Sep 15, 2009, at 3:44, "K. W. Holzwei=DFig" <[email protected]> > wrote: > > Hey, >> >> has anybody experience with integrating FCKEditor 3.0 into JSPWiki? If s= o, >> please mail. >> >> All the best >> Kai >> > --00032555a196a1bbba0473a1d304-- From [email protected] Thu Sep 17 12:34:07 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38216 invoked from network); 17 Sep 2009 12:34:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Sep 2009 12:34:06 -0000 Received: (qmail 29179 invoked by uid 500); 17 Sep 2009 12:34:06 -0000 Delivered-To: [email protected] Received: (qmail 29151 invoked by uid 500); 17 Sep 2009 12:34: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29040 invoked by uid 99); 17 Sep 2009 12:34:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 12: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 (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, 17 Sep 2009 12:33: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 1MoGB6-0006BJ-Jk for [email protected]; Thu, 17 Sep 2009 05:33:36 -0700 Message-ID: <[email protected]> Date: Thu, 17 Sep 2009 05:33:36 -0700 (PDT) From: anilkumarkatta <[email protected]> To: [email protected] Subject: Unable to load .jpg files on to the wiki screen 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 Everyone..! I have been using jspwiki's version 2.8.1 for production, as part of upgradation i have taken a stable version of the jspwiki's version of 2.8.2, Everthing is working fine except for the visibility of the .jpg files, for attachments which are of any type other than .jpg are able to open/save it. but coming to the .jpg files its poping 404 Notfound exception on the browser it showing like Not Found The requested URL /attach/Architecture - Middleware - EMotor - Production/AnilPanCard.jpg was not found on this server. I made changes to jspwiki.properties's with following details jspwiki.attachment.allow=.png .jpg .zip .jar jspwiki.attachment.forbid=.html .htm .php .asp .exe .bat .jsp but still not able to see anything on the screen. I am really appreciate suggestions. Thanks & Regards, -Anil Kumar Katta -- View this message in context: http://www.nabble.com/Unable-to-load-.jpg-files-on-to-the-wiki-screen-tp25490380p25490380.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Thu Sep 17 12:37:30 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39117 invoked from network); 17 Sep 2009 12:37:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Sep 2009 12:37:30 -0000 Received: (qmail 35193 invoked by uid 500); 17 Sep 2009 12:37:30 -0000 Delivered-To: [email protected] Received: (qmail 35155 invoked by uid 500); 17 Sep 2009 12: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35145 invoked by uid 99); 17 Sep 2009 12:37:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 12:37:30 +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, 17 Sep 2009 12:37:20 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MoGEN-0006Hn-H9 for [email protected]; Thu, 17 Sep 2009 05:36:59 -0700 Message-ID: <[email protected]> Date: Thu, 17 Sep 2009 05:36:59 -0700 (PDT) From: anilkumarkatta <[email protected]> To: [email protected] Subject: Re: User Preferences not getting saved 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 Bhanu You please recheck with the jspwiki.propertie's base url=20 # jspwiki.baseURL =3D http://www.jspwiki.org/ it should be same as with the base context url of the site that you have given to your wiki application Please do let me know if you find this helpful Thanks & Regards, -Anil Kumar Katta Bhavani-8 wrote: >=20 > Hi, >=20 > Can you please let me know if there is a workaround to fix this issue or > if there is some configuration I am missing .. >=20 > Thanks, > Bhanu .. >=20 > --- On Sat, 6/27/09, Bhavani <[email protected]> wrote: >=20 > From: Bhavani <[email protected]> > Subject: Re: User Preferences not getting saved > To: [email protected] > Date: Saturday, June 27, 2009, 12:04 AM >=20 > I tried deleting my browser cookies, opened the browser session again and > tried changing the name. But it still does not work. >=20 > -Bhanu >=20 > --- On Fri, 6/26/09, Harry Metske <[email protected]> wrote: >=20 > From: Harry Metske <[email protected]> > Subject: Re: User Preferences not getting saved > To: [email protected] > Date: Friday, June 26, 2009, 11:37 PM >=20 > I think this can be solved by removing your old JSPWiki cookies. >=20 > /Harry >=20 >=20 > 2009/6/26 Bhavani <[email protected]> >=20 >> Hi, >> >> We installed jspwiki (version 2.8.3) and started working on it. >> Works great but recently noticed that when I change the name in the 'Use= r >> Preferences' tab and try to save it, it seems like it is saving it and >> redirects me to the wiki page. But when I go back to the 'User >> preferences' >> page, I see the old value. >> >> I tried this both on Firefox and IE. Please let me know if there is >> resolution for this issue. >> >> Thanks, >> Bhanu:-) >> >> >> >> >> >=20 >=20 >=20 > =C2=A0 =C2=A0 =C2=A0=20 >=20 >=20 >=20 >=20 --=20 View this message in context: http://www.nabble.com/Re%3A-User-Preferences-= not-getting-saved-tp24378708p25490433.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Fri Sep 18 09:24:35 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9573 invoked from network); 18 Sep 2009 09:24:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2009 09:24:35 -0000 Received: (qmail 92042 invoked by uid 500); 18 Sep 2009 09:24:34 -0000 Delivered-To: [email protected] Received: (qmail 92032 invoked by uid 500); 18 Sep 2009 09:24: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92022 invoked by uid 99); 18 Sep 2009 09:24:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 09:24: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 mail.quru.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 09:24:24 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by mail.quru.com (Postfix) with ESMTP id A1B621FE6263 for <[email protected]>; Fri, 18 Sep 2009 10:24:01 +0100 (BST) Message-Id: <[email protected]> From: Roland Whitehead <[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: reCAPTCHA Date: Fri, 18 Sep 2009 10:23:56 +0100 X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org We noticed an interesting post about reCaptcha (http://recaptcha.net/learnmore.html ) in Slashdot this morning and immediately wondered if anyone had done anything with this for JSPWiki. Has anyone? If not, would it be something that would be wanted as a plugin? Roland -- QURU Ltd, London From [email protected] Fri Sep 18 11:59:09 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50461 invoked from network); 18 Sep 2009 11:59:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2009 11:59:09 -0000 Received: (qmail 60308 invoked by uid 500); 18 Sep 2009 11:59:09 -0000 Delivered-To: [email protected] Received: (qmail 60281 invoked by uid 500); 18 Sep 2009 11:59: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60271 invoked by uid 99); 18 Sep 2009 11:59:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 11:59: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-qy0-f189.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 11:58:57 +0000 Received: by qyk27 with SMTP id 27so792597qyk.13 for <[email protected]>; Fri, 18 Sep 2009 04:58: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=M2VHkGWeu8fWVFX1EvWcl+LDOgDiG/REQtj0J6nV2oM=; b=BfkOYI5eqJyBMX6VSd9ZgFHMY0jBppvg3Pn8XEsDdmRQ++HAV9QknlOhL74mrz28he F/DAwucBQ8llsayt/bwT1BpHBCHLQuZWS8B35faf7qccJBG7KwMsGFc/iOzmrYUDHMp0 P7N1st57lDnqvhq1xO3SLQLUMwh3kn9HmaJ+g= 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=l+IhO/2hap8spD3kmeXmpEkvHq17zcpkIhWC0X/I43PLs46cetZ9nme6HUiI2quzJP 2l0TE7Odic30WztAgSnkvupPY2xZudAx6Z1zkBkvlrobhkKDoWA7jq3T5IiM3pdRRZtf 3fiDJWjpaQ5gS7sO9IFsl1x9qEdH4dQdc6Ft8= Received: by 161.129.204.104 with SMTP id d2mr1231385qag.267.1253275115924; Fri, 18 Sep 2009 04:58:35 -0700 (PDT) Received: from ?161.129.204.104? (mobile-166-137-135-061.mycingular.net [161.129.204.104]) by mx.google.com with ESMTPS id 6sm1698501qwk.24.2161.129.204.104.58.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 18 Sep 2009 04:58:34 -0700 (PDT) Message-Id: <[email protected]> From: Andrew Jaquith <[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 (7C144) Mime-Version: 1.0 (iPhone Mail 7C144) Subject: Re: reCAPTCHA Date: Fri, 18 Sep 2009 07:58:24 -0400 References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org I have looked into reCaptcha, yes, and like it. We don't have a plugin for it yet, but I am looking into ways to potentially do this for 3.0. It could provide an alternative to Asirra, which is what we have in 2.x. Stay tuned... On Sep 18, 2009, at 5:23, Roland Whitehead <[email protected]> wrote: > We noticed an interesting post about reCaptcha (http://recaptcha.net/learnmore.html > ) in Slashdot this morning and immediately wondered if anyone had > done anything with this for JSPWiki. Has anyone? If not, would it be > something that would be wanted as a plugin? > > > Roland > -- > QURU Ltd, London From [email protected] Fri Sep 18 17:12:36 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56604 invoked from network); 18 Sep 2009 17:12:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2009 17:12:36 -0000 Received: (qmail 77104 invoked by uid 500); 18 Sep 2009 17:12:33 -0000 Delivered-To: [email protected] Received: (qmail 77012 invoked by uid 500); 18 Sep 2009 17:12: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76991 invoked by uid 99); 18 Sep 2009 17:12:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 17:12: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 mail.quru.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 17:12:20 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by mail.quru.com (Postfix) with ESMTP id F04AA1FE8D55 for <[email protected]>; Fri, 18 Sep 2009 18:11:59 +0100 (BST) Message-Id: <[email protected]> From: Roland Whitehead <[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: MungeHTML plugin - testers wanted Date: Fri, 18 Sep 2009 18:11:54 +0100 X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org We have developed a plugin that we are calling MungeHTML. It's pretty simple really, you add the plugin and pass an ID parameter for the munge itself and whatever parameters that the user wants. In your jspwiki.properties file you define what the munge actually does. For example, in the jspwiki.properties file we define: MungeHTML.myurl = Go and see <a href="{href}">{text}</a> and in the page [{MungeHTML MungeID='myurl' href='http://www.jspwiki.org' text='the best wiki around'}] If you then view the HTML source of the rendered page you will see Go and see <a href="http://www.jspwiki.org">the best wiki around</a> Yes it is dangerous because you, as the site administrator, could open up your site to anything but used with care this can be incredibly powerful. So far we have used it for embedding video from Youtube and others as well as Forums and list archives from Nabble as well as the usual basic HTML details that are currently less than obvious with JSPWiki. Before we upload this to the jspwiki.org wiki, I'd rather like to have some people test it out. If anyone would like to, please let me know and I will send you the .jar file to put in your WEB-INF/libs directory. Roland -- QURU Ltd, London From [email protected] Tue Sep 22 06:43:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39972 invoked from network); 22 Sep 2009 06:43:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Sep 2009 06:43:26 -0000 Received: (qmail 88822 invoked by uid 500); 22 Sep 2009 06:43:25 -0000 Delivered-To: [email protected] Received: (qmail 88783 invoked by uid 500); 22 Sep 2009 06: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88773 invoked by uid 99); 22 Sep 2009 06:43:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 06:43:24 +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; Tue, 22 Sep 2009 06:43: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 1Mpz5S-0002Jz-7p for [email protected]; Mon, 21 Sep 2009 23:42:54 -0700 Message-ID: <[email protected]> Date: Mon, 21 Sep 2009 23:42:54 -0700 (PDT) From: CharlesAbetz <[email protected]> To: [email protected] Subject: Multiple Realms for User database 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 All I have an interesting question that I can't find the answer to anywhere on the wiki pages or anyone has asked a question about. Is it possible to connect to multiple LDAPs with the one Wiki? If so how would I do it? I assume that it would require a custom authentication process. Regards Charles -- View this message in context: http://www.nabble.com/Multiple-Realms-for-User-database-tp25530592p25530592.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Wed Sep 23 04:10:58 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38177 invoked from network); 23 Sep 2009 04:10:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Sep 2009 04:10:58 -0000 Received: (qmail 17681 invoked by uid 500); 23 Sep 2009 04:10:57 -0000 Delivered-To: [email protected] Received: (qmail 17585 invoked by uid 500); 23 Sep 2009 04: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17575 invoked by uid 99); 23 Sep 2009 04: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, 23 Sep 2009 04:10:56 +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; Wed, 23 Sep 2009 04:10: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 1MqJBR-0005T2-9h for [email protected]; Tue, 22 Sep 2009 21:10:25 -0700 Message-ID: <[email protected]> Date: Tue, 22 Sep 2009 21:10:25 -0700 (PDT) From: CharlesAbetz <[email protected]> To: [email protected] Subject: Re: Multiple Realms for User database 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 CharlesAbetz wrote: > > Hi All > > I have an interesting question that I can't find the answer to anywhere on > the wiki pages or anyone has asked a question about. > > Is it possible to connect to multiple LDAPs with the one Wiki? If so how > would I do it? I assume that it would require a custom authentication > process. > > Regards > Charles > Ok, I could do it if I had Tomcat 6.0.19 installed, but I have Tomcat 6.0.16 installed. Does any one know how to add a user that will authenticate without using the Web Container authentication while the Web Container authentication is still turned on? Regards Charles -- View this message in context: http://www.nabble.com/Multiple-Realms-for-User-database-tp25530592p25530983.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Wed Sep 23 14:05:35 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12560 invoked from network); 23 Sep 2009 14:05:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Sep 2009 14:05:35 -0000 Received: (qmail 20824 invoked by uid 500); 23 Sep 2009 14:05:35 -0000 Delivered-To: [email protected] Received: (qmail 20793 invoked by uid 500); 23 Sep 2009 14: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20783 invoked by uid 99); 23 Sep 2009 14:05:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 14: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: local policy) Received: from [161.129.204.104] (HELO gmr.amfam.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 14:05:26 +0000 X-IronPort-AV: E=Sophos;i="4.44,438,1249275600"; d="scan'208,217";a="52483788" Received: from gw2.amfam.com (HELO rsgrl1coex01gw2.corporate.amfam.com) ([161.129.204.104]) by gmr.amfam.com with ESMTP; 23 Sep 2009 09:05:06 -0500 Received: from NHQ1ACCOEX06VS1.corporate.amfam.com ([161.129.204.104]) by rsgrl1coex01gw2.corporate.amfam.com with Microsoft SMTPSVC+1-810-725-8105); Wed, 23 Sep 2009 09:05:05 -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_01CA3C56.D94675DF" Subject: Upgrade from v2.0.52 to v2.8.1 has broken attachments Date: Wed, 23 Sep 2009 09:05:04 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Upgrade from v2.0.52 to v2.8.1 has broken attachments Thread-Index: Aco8Vtj8y83rm/FqTlu0RNKcwljNWw== From: "Weis, Todd" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 23 Sep 2009 14:05:05.0574 (UTC) FILETIME=[D9FF9460:01CA3C56] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CA3C56.D94675DF Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I recently upgraded from 2.05.52 to 2.8.1 and all my links for in-line attachments are broken. The files still exist, the system doesn't recognize it. =20 Page does not recognize it has a an attachment (doesn't show up on attach page). Inline images shows as broken x. =20 I did notice that the syntax has changed somewhat. =20 Old in line image [{Image src=3D'james.jpg' link=3D'attach?page=3DJamesPage%2Fjames.jpg' caption=3D'James pic' alt=3D'link to full size image' }]=20 =20 New in line: [{Image src=3D'james.jpg' link=3D'attach/JamesPage/james.jpg' = caption=3D'James pic' alt=3D'link to full size image' }] =20 I'm also not sure where it is storing the attachments in this new version. Old version had it in a attachment directory. (shared_storage\wiki\JamesPage-att\1.jpg) =20 Any suggestions on how to fix? =20 =20 =20 ------_=_NextPart_001_01CA3C56.D94675DF-- From [email protected] Wed Sep 23 20:07:33 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32392 invoked from network); 23 Sep 2009 20:07:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Sep 2009 20:07:33 -0000 Received: (qmail 36525 invoked by uid 500); 23 Sep 2009 20:07:33 -0000 Delivered-To: [email protected] Received: (qmail 36483 invoked by uid 500); 23 Sep 2009 20:07: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36473 invoked by uid 99); 23 Sep 2009 20:07:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 20:07:32 +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 gmr.amfam.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 20:07:24 +0000 X-IronPort-AV: E=Sophos;i="4.44,439,1249275600"; d="scan'208";a="52625453" Received: from gw2.amfam.com (HELO rsgrl1coex01gw2.corporate.amfam.com) ([161.129.204.104]) by gmr.amfam.com with ESMTP; 23 Sep 2009 15:07:01 -0500 Received: from NHQ1ACCOEX06VS1.corporate.amfam.com ([161.129.204.104]) by rsgrl1coex01gw2.corporate.amfam.com with Microsoft SMTPSVC+1-810-725-8105); Wed, 23 Sep 2009 15:07:01 -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: RESOLVED: Upgrade from v2.0.52 to v2.8.1 has broken attachments Date: Wed, 23 Sep 2009 15:07:01 -0500 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RESOLVED: Upgrade from v2.0.52 to v2.8.1 has broken attachments Thread-Index: Aco8Vtj8y83rm/FqTlu0RNKcwljNWwAMncJw References: <[email protected]> From: "Weis, Todd" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 23 Sep 2009 20:07:01.0076 (UTC) FILETIME=[69723940:01CA3C89] X-Virus-Checked: Checked by ClamAV on apache.org Duh... Forgot a backslash in directory name for attachments! -----Original Message----- I recently upgraded from 2.05.52 to 2.8.1 and all my links for in-line attachments are broken. The files still exist, the system doesn't recognize it. =20 Page does not recognize it has a an attachment (doesn't show up on attach page). Inline images shows as broken x. =20 I did notice that the syntax has changed somewhat. =20 Old in line image [{Image src=3D'james.jpg' link=3D'attach?page=3DJamesPage%2Fjames.jpg' caption=3D'James pic' alt=3D'link to full size image' }]=20 =20 New in line: [{Image src=3D'james.jpg' link=3D'attach/JamesPage/james.jpg' = caption=3D'James pic' alt=3D'link to full size image' }] =20 I'm also not sure where it is storing the attachments in this new version. Old version had it in a attachment directory. (shared_storage\wiki\JamesPage-att\1.jpg) =20 Any suggestions on how to fix? =20 =20 =20 From [email protected] Tue Sep 29 11:47:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32265 invoked from network); 29 Sep 2009 11:47:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Sep 2009 11:47:38 -0000 Received: (qmail 3997 invoked by uid 500); 29 Sep 2009 11:47:37 -0000 Delivered-To: [email protected] Received: (qmail 3965 invoked by uid 500); 29 Sep 2009 11: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3955 invoked by uid 99); 29 Sep 2009 11:47:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 11:47:37 +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; Tue, 29 Sep 2009 11:47: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 1MsbAg-0008SS-JG for [email protected]; Tue, 29 Sep 2009 04:47:06 -0700 Message-ID: <[email protected]> Date: Tue, 29 Sep 2009 04:47:06 -0700 (PDT) From: anilkumarkatta <[email protected]> To: [email protected] Subject: Re: RESOLVED: Upgrade from v2.0.52 to v2.8.1 has broken attachments 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 Hi Todd Can you please give me what need to be done for this resolution of the issue. I am facing this issue since 2 months. you help would be much appreciated a lot Thanks & Regards, - Anil Katta Weis, Todd wrote: > > Duh... Forgot a backslash in directory name for attachments! > > > -----Original Message----- > > I recently upgraded from 2.05.52 to 2.8.1 and all my links for in-line > attachments are broken. The files still exist, the system doesn't > recognize it. > > > > Page does not recognize it has a an attachment (doesn't show up on > attach page). > > Inline images shows as broken x. > > > > I did notice that the syntax has changed somewhat. > > > > Old in line image > > [{Image src='james.jpg' link='attach?page=JamesPage%2Fjames.jpg' > caption='James pic' alt='link to full size image' }] > > > > New in line: > > [{Image src='james.jpg' link='attach/JamesPage/james.jpg' caption='James > pic' alt='link to full size image' }] > > > > I'm also not sure where it is storing the attachments in this new > version. > > Old version had it in a attachment directory. > (shared_storage\wiki\JamesPage-att\1.jpg) > > > > Any suggestions on how to fix? > > > > > > > > > -- View this message in context: http://www.nabble.com/Upgrade-from-v2.0.52-to-v2.8.1-has-broken-attachments-tp25577952p25661525.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Tue Sep 29 11:59:21 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37083 invoked from network); 29 Sep 2009 11:59:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Sep 2009 11:59:20 -0000 Received: (qmail 32428 invoked by uid 500); 29 Sep 2009 11:59:20 -0000 Delivered-To: [email protected] Received: (qmail 32392 invoked by uid 500); 29 Sep 2009 11: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32382 invoked by uid 99); 29 Sep 2009 11:59:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 11:59:20 +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; Tue, 29 Sep 2009 11:59:12 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MsbM3-0000ZQ-OK for [email protected]; Tue, 29 Sep 2009 04:58:51 -0700 Message-ID: <[email protected]> Date: Tue, 29 Sep 2009 04:58:51 -0700 (PDT) From: anilkumarkatta <[email protected]> To: [email protected] Subject: Re: RESOLVED: Upgrade from v2.0.52 to v2.8.1 has broken attachments 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 further when I try opening the image files through attachement tab https://jspwiki.prodsup1.com/attach/Main/ACard.jpg it fetches me page not found Please hlep me anilkumarkatta wrote: > > Hi Todd > > Can you please give me what need to be done for this resolution of the > issue. > > I am facing this issue since 2 months. > > you help would be much appreciated a lot > > Thanks & Regards, > - Anil Katta > > > Weis, Todd wrote: >> >> Duh... Forgot a backslash in directory name for attachments! >> >> >> -----Original Message----- >> >> I recently upgraded from 2.05.52 to 2.8.1 and all my links for in-line >> attachments are broken. The files still exist, the system doesn't >> recognize it. >> >> >> >> Page does not recognize it has a an attachment (doesn't show up on >> attach page). >> >> Inline images shows as broken x. >> >> >> >> I did notice that the syntax has changed somewhat. >> >> >> >> Old in line image >> >> [{Image src='james.jpg' link='attach?page=JamesPage%2Fjames.jpg' >> caption='James pic' alt='link to full size image' }] >> >> >> >> New in line: >> >> [{Image src='james.jpg' link='attach/JamesPage/james.jpg' caption='James >> pic' alt='link to full size image' }] >> >> >> >> I'm also not sure where it is storing the attachments in this new >> version. >> >> Old version had it in a attachment directory. >> (shared_storage\wiki\JamesPage-att\1.jpg) >> >> >> >> Any suggestions on how to fix? >> >> >> >> >> >> >> >> >> > > -- View this message in context: http://www.nabble.com/Upgrade-from-v2.0.52-to-v2.8.1-has-broken-attachments-tp25577952p25661728.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Tue Sep 29 12:43:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52755 invoked from network); 29 Sep 2009 12:43:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Sep 2009 12:43:03 -0000 Received: (qmail 80433 invoked by uid 500); 29 Sep 2009 12:43:03 -0000 Delivered-To: [email protected] Received: (qmail 80422 invoked by uid 500); 29 Sep 2009 12: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80411 invoked by uid 99); 29 Sep 2009 12:43:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 12:43: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 rbkmail02.log-net.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 12:42:54 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by rbkmail02.log-net.com (Lotus Domino Release 7.0.1) with ESMTP id 2009092908422470-48489 ; Tue, 29 Sep 2009 08:42:24 -0400 Message-ID: <[email protected]> Date: Tue, 29 Sep 2009 08:42:31 -0400 From: Louis Masters <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090812) MIME-Version: 1.0 To: [email protected] Subject: need popup from wiki link X-MIMETrack: Itemize by SMTP Server on RBKMAIL01/LOG-NET(Release 7.0.1|January 17, 2006) at 09/29/2009 08:42:24 AM, Serialize by Router on RBKMAIL01/LOG-NET(Release 7.0.1|January 17, 2006) at 09/29/2009 08:42:46 AM, Serialize complete at 09/29/2009 08:42:46 AM Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org I have a list of files that is displayed as a table (from a plugin) on one of my pages. What I need to do is allow the user to click on the file name and have a popup appear with the file's content. My first thought was custom coding a plugin with some sort of js popup (or some sort of javascript: interwiki), but I wanted to ask around to see if I can use any existing function of the wiki. Thanks, Lou From [email protected] Tue Sep 29 13:02:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64120 invoked from network); 29 Sep 2009 13:02:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Sep 2009 13:02:15 -0000 Received: (qmail 96783 invoked by uid 500); 29 Sep 2009 13:02:15 -0000 Delivered-To: [email protected] Received: (qmail 96767 invoked by uid 500); 29 Sep 2009 13:02: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96757 invoked by uid 99); 29 Sep 2009 13:02:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 13:02: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: 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; Tue, 29 Sep 2009 13:02:04 +0000 Received: by qw-out-1920.google.com with SMTP id 9so1693025qwj.54 for <[email protected]>; Tue, 29 Sep 2009 06:01:43 -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:references:in-reply-to :content-type:content-transfer-encoding; bh=fv16BCfH/6xFnGBPBkJVRnUQoucXnAX0zDAdPKGr4oU=; b=BLFWtn+CmrWwKXaa0cVERecEg11Gej9yhVPCQ7H/4Nahu3lQztBIDO3hdc+u4Lg/Gn diu13DF2qfGOc2ISBmCQE31hDdThoeAzbUMywkMmJB7J/AmZ02MOKP1o4FMOKZfrDy+Y MAh/2RXKH12AGPjJLltv+Ev3xsICTpfci3syc= 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=FruhrJ5t8Fb9hrOnI88KMKBOOJQYadvSXQa4irzazLS8qfTbfLnDUv5cbUv+1CfKWF RqXS9Em53a6TNDMLJxZd37rQlFK4OQ4hRA4oIAWB/lwkqTjYdNHwEcT6fdl3DymqNJON da507NboBSvRMqEmzyWxFQcIqhmEpfBAOa1Q8= Received: by 161.129.204.104 with SMTP id i19mr3743666qap.309.1254229303235; Tue, 29 Sep 2009 06:01:43 -0700 (PDT) Received: from ?161.129.204.104? (PDN-VBA-SkyPix.fw2.onvoy.net [161.129.204.104]) by mx.google.com with ESMTPS id 26sm1782950qwa.40.2161.129.204.104.01.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 29 Sep 2009 06:01:42 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 29 Sep 2009 08:01:40 -0500 From: Ping Yu <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20090812) MIME-Version: 1.0 To: [email protected] Subject: need CeryleWiki Tagging plugin 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, all I am trying to add tagging capability to JSPwiki, and I found that CeryleWiki plugins for JSPWiki has several tagging plugins. Unfortunately, I was not be able to download its jar files from the website (http://altheim.4java.ca/ceryle/wiki), seems all the contents are gone from the site. Is there anyone who has the latest class and src jars file that can email to me? Thank you. Ping Yu [email protected] From [email protected] Tue Sep 29 17:09:42 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62819 invoked from network); 29 Sep 2009 17:09:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Sep 2009 17:09:42 -0000 Received: (qmail 54938 invoked by uid 500); 29 Sep 2009 17:09:42 -0000 Delivered-To: [email protected] Received: (qmail 54929 invoked by uid 500); 29 Sep 2009 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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54919 invoked by uid 99); 29 Sep 2009 17:09:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 17:09:42 +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.ecyrd.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 17:09:32 +0000 Received: from [161.129.204.104] (cs181005170.pp.htv.fi [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.ecyrd.com (Postfix) with ESMTPSA id 2C5FA97C178 for <[email protected]>; Tue, 29 Sep 2009 20:08:51 +0300 (EEST) Message-Id: <[email protected]> From: Janne Jalkanen <[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: RESOLVED: Upgrade from v2.0.52 to v2.8.1 has broken attachments Date: Tue, 29 Sep 2009 20:08:40 +0300 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Did you check that you have the correct web.xml file? And you're not accidentally using the one from 2.0.x? /Janne On Sep 29, 2009, at 14:58 , anilkumarkatta wrote: > > further > > when I try opening the image files through attachement tab > > https://jspwiki.prodsup1.com/attach/Main/ACard.jpg > > it fetches me page not found > > Please hlep me > > > anilkumarkatta wrote: >> >> Hi Todd >> >> Can you please give me what need to be done for this resolution of >> the >> issue. >> >> I am facing this issue since 2 months. >> >> you help would be much appreciated a lot >> >> Thanks & Regards, >> - Anil Katta >> >> >> Weis, Todd wrote: >>> >>> Duh... Forgot a backslash in directory name for attachments! >>> >>> >>> -----Original Message----- >>> >>> I recently upgraded from 2.05.52 to 2.8.1 and all my links for in- >>> line >>> attachments are broken. The files still exist, the system doesn't >>> recognize it. >>> >>> >>> >>> Page does not recognize it has a an attachment (doesn't show up on >>> attach page). >>> >>> Inline images shows as broken x. >>> >>> >>> >>> I did notice that the syntax has changed somewhat. >>> >>> >>> >>> Old in line image >>> >>> [{Image src='james.jpg' link='attach?page=JamesPage%2Fjames.jpg' >>> caption='James pic' alt='link to full size image' }] >>> >>> >>> >>> New in line: >>> >>> [{Image src='james.jpg' link='attach/JamesPage/james.jpg' >>> caption='James >>> pic' alt='link to full size image' }] >>> >>> >>> >>> I'm also not sure where it is storing the attachments in this new >>> version. >>> >>> Old version had it in a attachment directory. >>> (shared_storage\wiki\JamesPage-att\1.jpg) >>> >>> >>> >>> Any suggestions on how to fix? >>> >>> >>> >>> >>> >>> >>> >>> >>> >> >> > > -- > View this message in context: http://www.nabble.com/Upgrade-from-v2.0.52-to-v2.8.1-has-broken-attachments-tp25577952p25661728.html > Sent from the JspWiki - User mailing list [email protected]. From [email protected] Wed Sep 30 07:05:43 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49518 invoked from network); 30 Sep 2009 07:05:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Sep 2009 07:05:43 -0000 Received: (qmail 85089 invoked by uid 500); 30 Sep 2009 07:05:43 -0000 Delivered-To: [email protected] Received: (qmail 85026 invoked by uid 500); 30 Sep 2009 07: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85016 invoked by uid 99); 30 Sep 2009 07: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, 30 Sep 2009 07:05:42 +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; Wed, 30 Sep 2009 07:05: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 1MstFP-0008C5-Tl for [email protected]; Wed, 30 Sep 2009 00:05:11 -0700 Message-ID: <[email protected]> Date: Wed, 30 Sep 2009 00:05:11 -0700 (PDT) From: anilkumarkatta <[email protected]> To: [email protected] Subject: Re: RESOLVED: Upgrade from v2.0.52 to v2.8.1 has broken attachments 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]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Thanks for the Reply Janne. I took new copy of source code from the repository of the jspwiki, and modified. Attachment filter is working fine for all other attachements like GIF,PNG, zip, bmp, etc, but it not working with .jpg file type. Please your suggesstions are most welcomed. Thanks & Regards, -Anil Katta Janne Jalkanen wrote: > > > Did you check that you have the correct web.xml file? And you're not > accidentally using the one from 2.0.x? > > /Janne > > On Sep 29, 2009, at 14:58 , anilkumarkatta wrote: > >> >> further >> >> when I try opening the image files through attachement tab >> >> https://jspwiki.prodsup1.com/attach/Main/ACard.jpg >> >> it fetches me page not found >> >> Please hlep me >> >> >> anilkumarkatta wrote: >>> >>> Hi Todd >>> >>> Can you please give me what need to be done for this resolution of >>> the >>> issue. >>> >>> I am facing this issue since 2 months. >>> >>> you help would be much appreciated a lot >>> >>> Thanks & Regards, >>> - Anil Katta >>> >>> >>> Weis, Todd wrote: >>>> >>>> Duh... Forgot a backslash in directory name for attachments! >>>> >>>> >>>> -----Original Message----- >>>> >>>> I recently upgraded from 2.05.52 to 2.8.1 and all my links for in- >>>> line >>>> attachments are broken. The files still exist, the system doesn't >>>> recognize it. >>>> >>>> >>>> >>>> Page does not recognize it has a an attachment (doesn't show up on >>>> attach page). >>>> >>>> Inline images shows as broken x. >>>> >>>> >>>> >>>> I did notice that the syntax has changed somewhat. >>>> >>>> >>>> >>>> Old in line image >>>> >>>> [{Image src='james.jpg' link='attach?page=JamesPage%2Fjames.jpg' >>>> caption='James pic' alt='link to full size image' }] >>>> >>>> >>>> >>>> New in line: >>>> >>>> [{Image src='james.jpg' link='attach/JamesPage/james.jpg' >>>> caption='James >>>> pic' alt='link to full size image' }] >>>> >>>> >>>> >>>> I'm also not sure where it is storing the attachments in this new >>>> version. >>>> >>>> Old version had it in a attachment directory. >>>> (shared_storage\wiki\JamesPage-att\1.jpg) >>>> >>>> >>>> >>>> Any suggestions on how to fix? >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Upgrade-from-v2.0.52-to-v2.8.1-has-broken-attachments-tp25577952p25661728.html >> Sent from the JspWiki - User mailing list [email protected]. > > > -- View this message in context: http://www.nabble.com/Upgrade-from-v2.0.52-to-v2.8.1-has-broken-attachments-tp25577952p25676020.html Sent from the JspWiki - User mailing list [email protected]. From [email protected] Wed Sep 30 08:29:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73015 invoked from network); 30 Sep 2009 08:29:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Sep 2009 08:29:06 -0000 Received: (qmail 62609 invoked by uid 500); 30 Sep 2009 08:29:06 -0000 Delivered-To: [email protected] Received: (qmail 62575 invoked by uid 500); 30 Sep 2009 08:29: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62565 invoked by uid 99); 30 Sep 2009 08:29:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 08:29: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail.ecyrd.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 08:28:56 +0000 Received: from [161.129.204.104] (cs181005170.pp.htv.fi [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.ecyrd.com (Postfix) with ESMTPSA id 3A8D297C18C for <[email protected]>; Wed, 30 Sep 2009 11:28:19 +0300 (EEST) Message-Id: <[email protected]> From: Janne Jalkanen <[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: RESOLVED: Upgrade from v2.0.52 to v2.8.1 has broken attachments Date: Wed, 30 Sep 2009 11:28:18 +0300 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org You still get a 404 not found? Then it's very probably a case issue. Try uploading a new image, and check if viewing that works. If it does, then it's likely that your images are in different case than you expect. For example, on Windows an image called "FOO.JPG" might actually turn up as "foo.jpg", because Windows has some strange DOS-compatibility rules. Please try to experiment with different images and name formats. Please also check that the image *really* is in the repository and you can open it up properly, and it's got correct permissions. 'cos if downloading works for one kind of file, it should work on all kinds of files, which makes me suspect it's a problem with the particular files you're trying to access. /Janne On Sep 30, 2009, at 10:05 , anilkumarkatta wrote: > > Hi > > Thanks for the Reply Janne. > > I took new copy of source code from the repository of the jspwiki, and > modified. Attachment filter is working fine for all other > attachements like > GIF,PNG, zip, bmp, etc, but it not working with .jpg file type. > > Please your suggesstions are most welcomed. > > Thanks & Regards, > -Anil Katta > > > Janne Jalkanen wrote: >> >> >> Did you check that you have the correct web.xml file? And you're not >> accidentally using the one from 2.0.x? >> >> /Janne >> >> On Sep 29, 2009, at 14:58 , anilkumarkatta wrote: >> >>> >>> further >>> >>> when I try opening the image files through attachement tab >>> >>> https://jspwiki.prodsup1.com/attach/Main/ACard.jpg >>> >>> it fetches me page not found >>> >>> Please hlep me >>> >>> >>> anilkumarkatta wrote: >>>> >>>> Hi Todd >>>> >>>> Can you please give me what need to be done for this resolution of >>>> the >>>> issue. >>>> >>>> I am facing this issue since 2 months. >>>> >>>> you help would be much appreciated a lot >>>> >>>> Thanks & Regards, >>>> - Anil Katta >>>> >>>> >>>> Weis, Todd wrote: >>>>> >>>>> Duh... Forgot a backslash in directory name for attachments! >>>>> >>>>> >>>>> -----Original Message----- >>>>> >>>>> I recently upgraded from 2.05.52 to 2.8.1 and all my links for in- >>>>> line >>>>> attachments are broken. The files still exist, the system doesn't >>>>> recognize it. >>>>> >>>>> >>>>> >>>>> Page does not recognize it has a an attachment (doesn't show up on >>>>> attach page). >>>>> >>>>> Inline images shows as broken x. >>>>> >>>>> >>>>> >>>>> I did notice that the syntax has changed somewhat. >>>>> >>>>> >>>>> >>>>> Old in line image >>>>> >>>>> [{Image src='james.jpg' link='attach?page=JamesPage%2Fjames.jpg' >>>>> caption='James pic' alt='link to full size image' }] >>>>> >>>>> >>>>> >>>>> New in line: >>>>> >>>>> [{Image src='james.jpg' link='attach/JamesPage/james.jpg' >>>>> caption='James >>>>> pic' alt='link to full size image' }] >>>>> >>>>> >>>>> >>>>> I'm also not sure where it is storing the attachments in this new >>>>> version. >>>>> >>>>> Old version had it in a attachment directory. >>>>> (shared_storage\wiki\JamesPage-att\1.jpg) >>>>> >>>>> >>>>> >>>>> Any suggestions on how to fix? >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Upgrade-from-v2.0.52-to-v2.8.1-has-broken-attachments-tp25577952p25661728.html >>> Sent from the JspWiki - User mailing list [email protected]. >> >> >> > > -- > View this message in context: http://www.nabble.com/Upgrade-from-v2.0.52-to-v2.8.1-has-broken-attachments-tp25577952p25676020.html > Sent from the JspWiki - User mailing list [email protected]. From [email protected] Wed Sep 30 19:10:47 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13085 invoked from network); 30 Sep 2009 19:10:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Sep 2009 19:10:47 -0000 Received: (qmail 34070 invoked by uid 500); 30 Sep 2009 19:10:47 -0000 Delivered-To: [email protected] Received: (qmail 34005 invoked by uid 500); 30 Sep 2009 19:10: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33995 invoked by uid 99); 30 Sep 2009 19:10:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 19:10:46 +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-bw0-f226.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 19:10:34 +0000 Received: by bwz26 with SMTP id 26so1801791bwz.12 for <[email protected]>; Wed, 30 Sep 2009 12:09: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 :date:message-id:subject:from:to:content-type; bh=kMOk7O/yf8tfY/JPfiTwvR0aeWJ7LsIcwPJre/+J0rA=; b=cJHYXFQsXCy36Fi/EI5IkgOqnOJ1QWHy5cZJ9bwT1Gjhnn06GTA156skG0M2DwzTvl BgOQ6957EcOjtA6pjAU7HIG5Huh10Ud1nFy1YOkwfMDsSUqjqe2Lc1NcI8YUhOGgIDIt cwuw5GqKWudH3pAZJ6bGJ74iO7KfbXWfMI6hM= 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=J82Paasj6DzAVGJnHahgemsHSDpf7o3sZtPE3zb0hsaobzUNRqOP0gyaNY4M2cZFOG FOsB6NlRb5j0kgvuEvtUVGZeJQkt0qx0I8aqlMP+5yU1CxkdB3n3jgX/QKAawBNbY3EQ vdr09UoWz7FZjY1zEHc1NyTk9QBxDoGwdzGhE= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s11mr138363bkf.133.1254337752659; Wed, 30 Sep 2009 12:09:12 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 30 Sep 2009 21:09:12 +0200 Message-ID: <[email protected]> Subject: Re: need popup from wiki link From: Dirk Frederickx <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0003255587762cf8fa0474d04485 X-Virus-Checked: Checked by ClamAV on apache.org --0003255587762cf8fa0474d04485 Content-Type: text/plain; charset=ISO-8859-1 Louis, I don't know the type of file's you are linking to. You can try putting a %%slimbox (or <div class="slimox"> ) around your table. This dyn.style will convert certain links (especially image links, ... ), such that a little icon is shown after the link. Clicking the icon will open an popup with the content of the file. (more info is on jspwiki.org, page Slimbox) dirk On Tue, Sep 29, 2009 at 2:42 PM, Louis Masters <[email protected]>wrote: > I have a list of files that is displayed as a table (from a plugin) on one > of my pages. What I need to do is allow the user to click on the file name > and have a popup appear with the file's content. My first thought was > custom coding a plugin with some sort of js popup (or some sort of > javascript: interwiki), but I wanted to ask around to see if I can use any > existing function of the wiki. > > Thanks, > Lou > > > --0003255587762cf8fa0474d04485-- From [email protected] Wed Sep 30 20:26:00 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33986 invoked from network); 30 Sep 2009 20:26:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Sep 2009 20:26:00 -0000 Received: (qmail 18611 invoked by uid 500); 30 Sep 2009 20:26:00 -0000 Delivered-To: [email protected] Received: (qmail 18580 invoked by uid 500); 30 Sep 2009 20: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 14036 invoked by uid 99); 30 Sep 2009 20:19:28 -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) Message-ID: <[email protected]> X-Priority: 3 (Normal) Date: Wed, 30 Sep 2009 22:18:54 +0200 From: [email protected] To: [email protected] Subject: GroupPermission MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.5-cvs) X-Organization: Graz University of Technology X-Originating-IP: 161.129.204.104 X-Remote-Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:161.129.204.104) Gecko/20090824 Firefox/3.5.3 X-TUG-Backscatter-control: vbHPiCZAEk9X16TY1ypsTQ X-Spam-Scanner: SpamAssassin 3.002005 X-Spam-Score-relay: 0.1 X-Scanned-By: MIMEDefang 2.65 on 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have the following configuration: grant principal com.ecyrd.jspwiki.auth.authorize.Role "Authenticated" { permission com.ecyrd.jspwiki.auth.permissions.GroupPermission "*:*", "view"; permission com.ecyrd.jspwiki.auth.permissions.GroupPermission "*:<groupmember>", "edit"; permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", "createGroups"; }; The problem is, that I have a group called "Editor" in my wiki where group members are not allowed to edit this group, but should be able to edit any other group they are member of. To handle this situation, I tried to add the following Permission line to the grant block above: permission com.ecyrd.jspwiki.auth.permissions.GroupPermission "*:Editor*", "view"; But as you may know, this kind of "code" snippet, didn't solve the problem. So what can I do to get things work?! If the solution for this problem needs some source code modifications, do not hesitate to post some code (I am using JSPWiki 2.8.1) :) Best Regards, Christoph From [email protected] Wed Sep 30 21:33:21 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97230 invoked from network); 30 Sep 2009 21:33:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Sep 2009 21:33:21 -0000 Received: (qmail 90716 invoked by uid 500); 30 Sep 2009 21:33:20 -0000 Delivered-To: [email protected] Received: (qmail 90699 invoked by uid 500); 30 Sep 2009 21:33: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: <jspwiki-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90689 invoked by uid 99); 30 Sep 2009 21:33:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 21:33: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: 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; Wed, 30 Sep 2009 21:33:11 +0000 Received: by qw-out-1920.google.com with SMTP id 9so2241346qwj.54 for <[email protected]>; Wed, 30 Sep 2009 14:32:50 -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=4aMXMDyzIeKJlSO8vjAhakx6zED5bSVHLChSmYcqi4Q=; b=alGhcpc07PB/O8flcYDjtZW06EYYjOwYkHxfjvzTVa3XDnd0ur854vTNAL9z6z22Gf jTbl90SMoGWnhFbK0wAgjU9blZdCbdv45mB4rzFNUdCWW1NhATgXcmgu8pUIHbv/NG0I 1+QYk9OE5cDBwMAbKnmRfuBs2ZvCWZJmp7pos= 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=Ixh+nKfLTVai44lN5ZTqNXuhYeq4YN46UFUwVRjL25faych5vUVpWeugWWoGFPq9Q9 qab75bzLoIluwNiGJRioZL5AiqXmetYe2ZMZ6xe4Yc40Q+0qJYdboCrJSP9AZxNSCVm0 jb1FSHOMN2LZ/5uJSEewr+gfhUBe13yO3gqRk= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id r14mr375072qag.204.1254346370524; Wed, 30 Sep 2009 14:32:50 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 30 Sep 2009 17:32:50 -0400 Message-ID: <[email protected]> Subject: Re: GroupPermission From: Andrew Jaquith <[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 That won't work, because permissions are "unions" of one another, rather than intersections. What you are asking for, essentially, is a "negative" permission... that is, grant all group members of all groups EXCEPT if it's called "Editors" to edit the group. Or putting it differently, deny permission to edit group membership when the group name is "Editors." Negative permissions aren't possible in JSPWiki, nor are they planned. The work-around would be to grant groupmember edit rights explicitly only to those groups you want members to be able to edit. That's a little more tedious, to be sure. Sorry if this wasn't the answer you were looking for. Andrew On Wed, Sep 30, 2009 at 4:18 PM, <[email protected]> wrote: > Hi, > > I have the following configuration: > > grant principal com.ecyrd.jspwiki.auth.authorize.Role "Authenticated" { > > =A0 =A0permission com.ecyrd.jspwiki.auth.permissions.GroupPermission "*:*= ", > "view"; > =A0 =A0permission com.ecyrd.jspwiki.auth.permissions.GroupPermission > "*:<groupmember>", "edit"; > =A0 =A0permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", > "createGroups"; > > }; > > The problem is, that I have a group called "Editor" in my wiki where grou= p > members are not allowed to edit this group, but should be able to edit an= y > other group they are member of. > > To handle this situation, I tried to add the following Permission line to > the grant block above: > > permission com.ecyrd.jspwiki.auth.permissions.GroupPermission "*:Editor*"= , > "view"; > > But as you may know, this kind of "code" snippet, didn't solve the proble= m. > So what can I do to get things work?! > > If the solution for this problem needs some source code modifications, do > not hesitate to post some code (I am using JSPWiki 2.8.1) :) > > Best Regards, > Christoph > >
From [email protected] Wed Apr 07 09:40:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64629 invoked from network); 7 Apr 2010 09:40:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 09:40:58 -0000 Received: (qmail 18970 invoked by uid 500); 7 Apr 2010 09:40:58 -0000 Delivered-To: [email protected] Received: (qmail 18814 invoked by uid 500); 7 Apr 2010 09: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]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18798 invoked by uid 99); 7 Apr 2010 09:40:55 -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 09:40:55 +0000 X-ASF-Spam-Status: No, hits=-1237.9 required=10.0 tests=ALL_TRUSTED,AWL 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 Apr 2010 09:40:53 +0000 Received: from brutus.apache.org (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6F0CA234C48D for <[email protected]>; Wed, 7 Apr 2010 09:40:33 +0000 (UTC) Message-ID: <[email protected]> Date: Wed, 7 Apr 2010 09:40:33 +0000 (UTC) From: "Yves Bastiand (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-253) GetLogger creates rolling files even for the unreferenced files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 GetLogger creates rolling files even for the unreferenced files --------------------------------------------------------------- Key: LOG4NET-253 URL: https://issues.apache.org/jira/browse/LOG4NET-253 Project: Log4net Issue Type: Bug Components: Appenders Affects Versions: 1.2.10 Environment: Windows XP Reporter: Yves Bastiand Hi, I have a C# solution that contains three executables. I have each of these three executables sharing the same log4net configuration file. At startup of each of the executable, they retrieve a logger (one logger per executable, as per configuration file further below). When one of the executable performs Log.GetLogger(<loggerName>), it creates all the rolling files instead of only the one rolling file that is referred to as appender-ref in the executable's logger configuration. For instance, when I startup my sending daemon executable, it performs Log.GetLogger("SendingDaemonLogger") which creates 3 files Log/RuleScheduler.txt, Log/NotificationGenerator.txt and Log/NotificationSender.txt instead of only the desired Log/NotificationSender.txt. Then when I startup another of the executables, for instance the rule scheduler daemon, this other process cannot write in Log/RuleScheduler.txt because it has been created and locked by the sending daemon process. I am guessing that there may be three different solutions to my problem: 1. The GetLogger should only create the rolling file appenders that are referenced in the config 2. I should have one config file per executable, this way each config file could list only one rolling file appender and starting each of the executable would not create the rolling files of the other daemons. I am however reluctant to do this because some of the configuration (SMTP appender, console appender) is shared between the daemons and I don't want to have duplicate copies to maintain. Unless there is a way to have a config file including another one? 3. Maybe there is a way to configure the rolling file so that concurrent access across processes is allowed? This solution still isn't perfect in my opinion. Thanks in advance for your help! My configuration file is below: <?xml version="1.0" encoding="utf-8" ?> <log4net> <appender name="RuleSchedulerFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="Log/RuleScheduler.txt"/> <threshold value="INFO"/> <appendToFile value="true"/> <!-- For each month, keep up to 100 files of 10Mb within the month--> <rollingStyle value="Composite" /> <datePattern value="yyyyMM" /> <maxSizeRollBackups value="100" /> <maximumFileSize value="10MB" /> <!-- The latest log file has the greatest number --> <countDirection value="1" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> </layout> </appender> <appender name="NotificationGeneratorFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="Log/NotificationGenerator.txt"/> <threshold value="INFO"/> <appendToFile value="true"/> <!-- For each month, keep up to 100 files of 10Mb within the month--> <rollingStyle value="Composite" /> <datePattern value="yyyyMM" /> <maxSizeRollBackups value="100" /> <maximumFileSize value="10MB" /> <!-- The latest log file has the greatest number --> <countDirection value="1" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> </layout> </appender> <appender name="NotificationSenderFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="Log/NotificationSender.txt"/> <threshold value="INFO"/> <appendToFile value="true"/> <!-- For each month, keep up to 100 files of 10Mb within the month--> <rollingStyle value="Composite" /> <datePattern value="yyyyMM" /> <maxSizeRollBackups value="100" /> <maximumFileSize value="10MB" /> <!-- The latest log file has the greatest number --> <countDirection value="1" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> </layout> </appender> <appender name="DebugConsoleAppender" type="log4net.Appender.ColoredConsoleAppender"> <threshold value="ALL"/> <mapping> <level value="FATAL" /> <foreColor value="White" /> <backColor value="Red, HighIntensity" /> </mapping> <mapping> <level value="ERROR" /> <backColor value="Red, HighIntensity" /> </mapping> <mapping> <level value="WARN" /> <backColor value="Yellow, HighIntensity" /> </mapping> <mapping> <level value="DEBUG" /> <backColor value="Green" /> </mapping> <mapping> <level value="INFO" /> <foreColor value="White" /> </mapping> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %logger %message (%method(), L%line %class) %newline%exception" /> </layout> </appender> <appender name="SmtpAppender" type="log4net.Appender.SmtpAppender,log4net"> <threshold value="ERROR" /> <to value="[email protected]" /> <from value="[email protected]" /> <subject value="Alert in BioPACS notification server" /> <smtpHost value="biomail04.biodoma04.bi.corp" /> <bufferSize value="0" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %logger %message (%method(), L%line %class) %newline%exception" /> </layout> </appender> <root> <level value="ALL" /> </root> <logger name="RuleSchedulerLogger" additivity="true"> <level value="ALL"/> <appender-ref ref="SmtpAppender"/> <appender-ref ref="DebugConsoleAppender"/> <appender-ref ref="RuleSchedulerFileAppender"/> </logger> <logger name="NotificationGeneratorLogger" additivity="true"> <level value="ALL"/> <appender-ref ref="SmtpAppender"/> <appender-ref ref="DebugConsoleAppender"/> <appender-ref ref="NotificationGeneratorFileAppender"/> </logger> <logger name="SendingDaemonLogger" additivity="true"> <level value="ALL"/> <appender-ref ref="SmtpAppender"/> <appender-ref ref="DebugConsoleAppender"/> <appender-ref ref="NotificationSenderFileAppender"/> </logger> </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] Wed Apr 07 09:43:04 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65084 invoked from network); 7 Apr 2010 09:43:04 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 09:43:04 -0000 Received: (qmail 20485 invoked by uid 500); 7 Apr 2010 09:43:04 -0000 Delivered-To: [email protected] Received: (qmail 19983 invoked by uid 500); 7 Apr 2010 09:43: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 19970 invoked by uid 99); 7 Apr 2010 09:43:01 -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 09:43:01 +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, 07 Apr 2010 09:42:57 +0000 Received: from brutus.apache.org (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9E387234C4AC for <[email protected]>; Wed, 7 Apr 2010 09:42:35 +0000 (UTC) Message-ID: <[email protected]> Date: Wed, 7 Apr 2010 09:42:35 +0000 (UTC) From: "Yves Bastiand (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-253) GetLogger creates rolling files even for the unreferenced files 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-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yves Bastiand updated LOG4NET-253: ---------------------------------- Description: Hi, I have a C# solution that contains three executables. I have each of these three executables sharing the same log4net configuration file. At startup of each of the executable, they retrieve a logger (one logger per executable, as per configuration file further below). When one of the executable performs Log.GetLogger(<loggerName>), it creates all the rolling files instead of only the one rolling file that is referred to as appender-ref in the executable's logger configuration. For instance, when I startup my sending daemon executable, it performs Log.GetLogger("SendingDaemonLogger") which creates 3 files Log/RuleScheduler.txt, Log/NotificationGenerator.txt and Log/NotificationSender.txt instead of only the desired Log/NotificationSender.txt. Then when I startup another of the executables, for instance the rule scheduler daemon, this other process cannot write in Log/RuleScheduler.txt because it has been created and locked by the sending daemon process. I am guessing that there may be three different solutions to my problem: 1. The GetLogger should only create the rolling file appenders that are referenced in the config 2. I should have one config file per executable, this way each config file could list only one rolling file appender and starting each of the executable would not create the rolling files of the other daemons. I am however reluctant to do this because some of the configuration (SMTP appender, console appender) is shared between the daemons and I don't want to have duplicate copies to maintain. Unless there is a way to have a config file including another one? 3. Maybe there is a way to configure the rolling file so that concurrent access across processes is allowed? This solution still isn't perfect in my opinion because any of the daemons should not be creating the rolling files of some other daemons. Thanks in advance for your help! My configuration file is below: <?xml version="1.0" encoding="utf-8" ?> <log4net> <appender name="RuleSchedulerFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="Log/RuleScheduler.txt"/> <threshold value="INFO"/> <appendToFile value="true"/> <!-- For each month, keep up to 100 files of 10Mb within the month--> <rollingStyle value="Composite" /> <datePattern value="yyyyMM" /> <maxSizeRollBackups value="100" /> <maximumFileSize value="10MB" /> <!-- The latest log file has the greatest number --> <countDirection value="1" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> </layout> </appender> <appender name="NotificationGeneratorFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="Log/NotificationGenerator.txt"/> <threshold value="INFO"/> <appendToFile value="true"/> <!-- For each month, keep up to 100 files of 10Mb within the month--> <rollingStyle value="Composite" /> <datePattern value="yyyyMM" /> <maxSizeRollBackups value="100" /> <maximumFileSize value="10MB" /> <!-- The latest log file has the greatest number --> <countDirection value="1" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> </layout> </appender> <appender name="NotificationSenderFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="Log/NotificationSender.txt"/> <threshold value="INFO"/> <appendToFile value="true"/> <!-- For each month, keep up to 100 files of 10Mb within the month--> <rollingStyle value="Composite" /> <datePattern value="yyyyMM" /> <maxSizeRollBackups value="100" /> <maximumFileSize value="10MB" /> <!-- The latest log file has the greatest number --> <countDirection value="1" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> </layout> </appender> <appender name="DebugConsoleAppender" type="log4net.Appender.ColoredConsoleAppender"> <threshold value="ALL"/> <mapping> <level value="FATAL" /> <foreColor value="White" /> <backColor value="Red, HighIntensity" /> </mapping> <mapping> <level value="ERROR" /> <backColor value="Red, HighIntensity" /> </mapping> <mapping> <level value="WARN" /> <backColor value="Yellow, HighIntensity" /> </mapping> <mapping> <level value="DEBUG" /> <backColor value="Green" /> </mapping> <mapping> <level value="INFO" /> <foreColor value="White" /> </mapping> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %logger %message (%method(), L%line %class) %newline%exception" /> </layout> </appender> <appender name="SmtpAppender" type="log4net.Appender.SmtpAppender,log4net"> <threshold value="ERROR" /> <to value="[email protected]" /> <from value="[email protected]" /> <subject value="Alert in BioPACS notification server" /> <smtpHost value="biomail04.biodoma04.bi.corp" /> <bufferSize value="0" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %logger %message (%method(), L%line %class) %newline%exception" /> </layout> </appender> <root> <level value="ALL" /> </root> <logger name="RuleSchedulerLogger" additivity="true"> <level value="ALL"/> <appender-ref ref="SmtpAppender"/> <appender-ref ref="DebugConsoleAppender"/> <appender-ref ref="RuleSchedulerFileAppender"/> </logger> <logger name="NotificationGeneratorLogger" additivity="true"> <level value="ALL"/> <appender-ref ref="SmtpAppender"/> <appender-ref ref="DebugConsoleAppender"/> <appender-ref ref="NotificationGeneratorFileAppender"/> </logger> <logger name="SendingDaemonLogger" additivity="true"> <level value="ALL"/> <appender-ref ref="SmtpAppender"/> <appender-ref ref="DebugConsoleAppender"/> <appender-ref ref="NotificationSenderFileAppender"/> </logger> </log4net> was: Hi, I have a C# solution that contains three executables. I have each of these three executables sharing the same log4net configuration file. At startup of each of the executable, they retrieve a logger (one logger per executable, as per configuration file further below). When one of the executable performs Log.GetLogger(<loggerName>), it creates all the rolling files instead of only the one rolling file that is referred to as appender-ref in the executable's logger configuration. For instance, when I startup my sending daemon executable, it performs Log.GetLogger("SendingDaemonLogger") which creates 3 files Log/RuleScheduler.txt, Log/NotificationGenerator.txt and Log/NotificationSender.txt instead of only the desired Log/NotificationSender.txt. Then when I startup another of the executables, for instance the rule scheduler daemon, this other process cannot write in Log/RuleScheduler.txt because it has been created and locked by the sending daemon process. I am guessing that there may be three different solutions to my problem: 1. The GetLogger should only create the rolling file appenders that are referenced in the config 2. I should have one config file per executable, this way each config file could list only one rolling file appender and starting each of the executable would not create the rolling files of the other daemons. I am however reluctant to do this because some of the configuration (SMTP appender, console appender) is shared between the daemons and I don't want to have duplicate copies to maintain. Unless there is a way to have a config file including another one? 3. Maybe there is a way to configure the rolling file so that concurrent access across processes is allowed? This solution still isn't perfect in my opinion. Thanks in advance for your help! My configuration file is below: <?xml version="1.0" encoding="utf-8" ?> <log4net> <appender name="RuleSchedulerFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="Log/RuleScheduler.txt"/> <threshold value="INFO"/> <appendToFile value="true"/> <!-- For each month, keep up to 100 files of 10Mb within the month--> <rollingStyle value="Composite" /> <datePattern value="yyyyMM" /> <maxSizeRollBackups value="100" /> <maximumFileSize value="10MB" /> <!-- The latest log file has the greatest number --> <countDirection value="1" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> </layout> </appender> <appender name="NotificationGeneratorFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="Log/NotificationGenerator.txt"/> <threshold value="INFO"/> <appendToFile value="true"/> <!-- For each month, keep up to 100 files of 10Mb within the month--> <rollingStyle value="Composite" /> <datePattern value="yyyyMM" /> <maxSizeRollBackups value="100" /> <maximumFileSize value="10MB" /> <!-- The latest log file has the greatest number --> <countDirection value="1" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> </layout> </appender> <appender name="NotificationSenderFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="Log/NotificationSender.txt"/> <threshold value="INFO"/> <appendToFile value="true"/> <!-- For each month, keep up to 100 files of 10Mb within the month--> <rollingStyle value="Composite" /> <datePattern value="yyyyMM" /> <maxSizeRollBackups value="100" /> <maximumFileSize value="10MB" /> <!-- The latest log file has the greatest number --> <countDirection value="1" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> </layout> </appender> <appender name="DebugConsoleAppender" type="log4net.Appender.ColoredConsoleAppender"> <threshold value="ALL"/> <mapping> <level value="FATAL" /> <foreColor value="White" /> <backColor value="Red, HighIntensity" /> </mapping> <mapping> <level value="ERROR" /> <backColor value="Red, HighIntensity" /> </mapping> <mapping> <level value="WARN" /> <backColor value="Yellow, HighIntensity" /> </mapping> <mapping> <level value="DEBUG" /> <backColor value="Green" /> </mapping> <mapping> <level value="INFO" /> <foreColor value="White" /> </mapping> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %logger %message (%method(), L%line %class) %newline%exception" /> </layout> </appender> <appender name="SmtpAppender" type="log4net.Appender.SmtpAppender,log4net"> <threshold value="ERROR" /> <to value="[email protected]" /> <from value="[email protected]" /> <subject value="Alert in BioPACS notification server" /> <smtpHost value="biomail04.biodoma04.bi.corp" /> <bufferSize value="0" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %logger %message (%method(), L%line %class) %newline%exception" /> </layout> </appender> <root> <level value="ALL" /> </root> <logger name="RuleSchedulerLogger" additivity="true"> <level value="ALL"/> <appender-ref ref="SmtpAppender"/> <appender-ref ref="DebugConsoleAppender"/> <appender-ref ref="RuleSchedulerFileAppender"/> </logger> <logger name="NotificationGeneratorLogger" additivity="true"> <level value="ALL"/> <appender-ref ref="SmtpAppender"/> <appender-ref ref="DebugConsoleAppender"/> <appender-ref ref="NotificationGeneratorFileAppender"/> </logger> <logger name="SendingDaemonLogger" additivity="true"> <level value="ALL"/> <appender-ref ref="SmtpAppender"/> <appender-ref ref="DebugConsoleAppender"/> <appender-ref ref="NotificationSenderFileAppender"/> </logger> </log4net> > GetLogger creates rolling files even for the unreferenced files > --------------------------------------------------------------- > > Key: LOG4NET-253 > URL: https://issues.apache.org/jira/browse/LOG4NET-253 > Project: Log4net > Issue Type: Bug > Components: Appenders > Affects Versions: 1.2.10 > Environment: Windows XP > Reporter: Yves Bastiand > > Hi, > I have a C# solution that contains three executables. I have each of these three executables sharing the same log4net configuration file. At startup of each of the executable, they retrieve a logger (one logger per executable, as per configuration file further below). When one of the executable performs Log.GetLogger(<loggerName>), it creates all the rolling files instead of only the one rolling file that is referred to as appender-ref in the executable's logger configuration. > For instance, when I startup my sending daemon executable, it performs Log.GetLogger("SendingDaemonLogger") which creates 3 files Log/RuleScheduler.txt, Log/NotificationGenerator.txt and Log/NotificationSender.txt instead of only the desired Log/NotificationSender.txt. > Then when I startup another of the executables, for instance the rule scheduler daemon, this other process cannot write in Log/RuleScheduler.txt because it has been created and locked by the sending daemon process. > I am guessing that there may be three different solutions to my problem: > 1. The GetLogger should only create the rolling file appenders that are referenced in the config > 2. I should have one config file per executable, this way each config file could list only one rolling file appender and starting each of the executable would not create the rolling files of the other daemons. I am however reluctant to do this because some of the configuration (SMTP appender, console appender) is shared between the daemons and I don't want to have duplicate copies to maintain. Unless there is a way to have a config file including another one? > 3. Maybe there is a way to configure the rolling file so that concurrent access across processes is allowed? This solution still isn't perfect in my opinion because any of the daemons should not be creating the rolling files of some other daemons. > Thanks in advance for your help! > My configuration file is below: > <?xml version="1.0" encoding="utf-8" ?> > <log4net> > <appender name="RuleSchedulerFileAppender" type="log4net.Appender.RollingFileAppender"> > <file value="Log/RuleScheduler.txt"/> > <threshold value="INFO"/> > <appendToFile value="true"/> > <!-- For each month, keep up to 100 files of 10Mb within the month--> > <rollingStyle value="Composite" /> > <datePattern value="yyyyMM" /> > <maxSizeRollBackups value="100" /> > <maximumFileSize value="10MB" /> > <!-- The latest log file has the greatest number --> > <countDirection value="1" /> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> > </layout> > </appender> > <appender name="NotificationGeneratorFileAppender" type="log4net.Appender.RollingFileAppender"> > <file value="Log/NotificationGenerator.txt"/> > <threshold value="INFO"/> > <appendToFile value="true"/> > <!-- For each month, keep up to 100 files of 10Mb within the month--> > <rollingStyle value="Composite" /> > <datePattern value="yyyyMM" /> > <maxSizeRollBackups value="100" /> > <maximumFileSize value="10MB" /> > <!-- The latest log file has the greatest number --> > <countDirection value="1" /> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> > </layout> > </appender> > <appender name="NotificationSenderFileAppender" type="log4net.Appender.RollingFileAppender"> > <file value="Log/NotificationSender.txt"/> > <threshold value="INFO"/> > <appendToFile value="true"/> > <!-- For each month, keep up to 100 files of 10Mb within the month--> > <rollingStyle value="Composite" /> > <datePattern value="yyyyMM" /> > <maxSizeRollBackups value="100" /> > <maximumFileSize value="10MB" /> > <!-- The latest log file has the greatest number --> > <countDirection value="1" /> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %message (%method(), L%line %class) %newline%exception"/> > </layout> > </appender> > <appender name="DebugConsoleAppender" type="log4net.Appender.ColoredConsoleAppender"> > <threshold value="ALL"/> > <mapping> > <level value="FATAL" /> > <foreColor value="White" /> > <backColor value="Red, HighIntensity" /> > </mapping> > <mapping> > <level value="ERROR" /> > <backColor value="Red, HighIntensity" /> > </mapping> > <mapping> > <level value="WARN" /> > <backColor value="Yellow, HighIntensity" /> > </mapping> > <mapping> > <level value="DEBUG" /> > <backColor value="Green" /> > </mapping> > <mapping> > <level value="INFO" /> > <foreColor value="White" /> > </mapping> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %logger %message (%method(), L%line %class) %newline%exception" /> > </layout> > </appender> > <appender name="SmtpAppender" type="log4net.Appender.SmtpAppender,log4net"> > <threshold value="ERROR" /> > <to value="[email protected]" /> > <from value="[email protected]" /> > <subject value="Alert in BioPACS notification server" /> > <smtpHost value="biomail04.biodoma04.bi.corp" /> > <bufferSize value="0" /> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%ndc [%thread] %date %-4timestamp %-5level %logger %message (%method(), L%line %class) %newline%exception" /> > </layout> > </appender> > <root> > <level value="ALL" /> > </root> > <logger name="RuleSchedulerLogger" additivity="true"> > <level value="ALL"/> > <appender-ref ref="SmtpAppender"/> > <appender-ref ref="DebugConsoleAppender"/> > <appender-ref ref="RuleSchedulerFileAppender"/> > </logger> > <logger name="NotificationGeneratorLogger" additivity="true"> > <level value="ALL"/> > <appender-ref ref="SmtpAppender"/> > <appender-ref ref="DebugConsoleAppender"/> > <appender-ref ref="NotificationGeneratorFileAppender"/> > </logger> > <logger name="SendingDaemonLogger" additivity="true"> > <level value="ALL"/> > <appender-ref ref="SmtpAppender"/> > <appender-ref ref="DebugConsoleAppender"/> > <appender-ref ref="NotificationSenderFileAppender"/> > </logger> > </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] Tue Apr 13 10:45:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88181 invoked from network); 13 Apr 2010 10:45:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 10:45:16 -0000 Received: (qmail 78400 invoked by uid 500); 13 Apr 2010 10:45:16 -0000 Delivered-To: [email protected] Received: (qmail 78238 invoked by uid 500); 13 Apr 2010 10:45: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 78227 invoked by uid 99); 13 Apr 2010 10:45:12 -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 10:45:12 +0000 X-ASF-Spam-Status: No, hits=-1274.3 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, 13 Apr 2010 10:45:11 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3DAipKr008946 for <[email protected]>; Tue, 13 Apr 2010 06:44:51 -0400 (EDT) Message-ID: <1112135.18841271155491224.JavaMail.jira@thor> Date: Tue, 13 Apr 2010 06:44:51 -0400 (EDT) From: "David Imboden (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files. In-Reply-To: <[email protected]> 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/LOG4NET-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856365#action_12856365 ] David Imboden commented on LOG4NET-27: -------------------------------------- Will be very important for CompactFramework, mobile computers do not have much capacity. > Rolling files on date/time boundaries doesn't support a maximum number of backup files. > --------------------------------------------------------------------------------------- > > Key: LOG4NET-27 > URL: https://issues.apache.org/jira/browse/LOG4NET-27 > Project: Log4net > Issue Type: New Feature > Components: Appenders > Affects Versions: 1.2.11 > Reporter: Florian Ramillien > Priority: Minor > Fix For: 1.2.11 > > Attachments: LOG4NET-27.patch, RollingFileAppender.cs, RollingFileAppender.cs.patch, RollingFileAppender.patch > > > A maximum of backup files exist when rolling files on file size, but not for rolling on date/time. > This can be implemented with the same config key : MaxSizeRollBackups -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Apr 15 19:53:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40953 invoked from network); 15 Apr 2010 19:53:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Apr 2010 19:53:14 -0000 Received: (qmail 91410 invoked by uid 500); 15 Apr 2010 19:53:14 -0000 Delivered-To: [email protected] Received: (qmail 91297 invoked by uid 500); 15 Apr 2010 19:53: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 91289 invoked by uid 99); 15 Apr 2010 19:53:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 19:53: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; Thu, 15 Apr 2010 19: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 o3FJqmqW025926 for <[email protected]>; Thu, 15 Apr 2010 15:52:48 -0400 (EDT) Message-ID: <28167860.149691271361168326.JavaMail.jira@thor> Date: Thu, 15 Apr 2010 15:52:48 -0400 (EDT) From: "Walden Leverich (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-250) Drastically decrease amount of time needed for LoggingEvent.UserName 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-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857511#action_12857511 ] Walden Leverich commented on LOG4NET-250: ----------------------------------------- The semantics of WindowsIdentity.GetCurrent() are different from that of Environment.UserName. I understand why you'd want the faster one, but GetCurrent() respects impersonation while Environment.UserName doesn't, and that's an important distinction. Perhaps a new LoggingEvent.ProcessUserName would make sense? > Drastically decrease amount of time needed for LoggingEvent.UserName > -------------------------------------------------------------------- > > Key: LOG4NET-250 > URL: https://issues.apache.org/jira/browse/LOG4NET-250 > Project: Log4net > Issue Type: Improvement > Components: Core > Affects Versions: 1.2.10 > Reporter: Hao Zhang > > Currently, each LoggingEvent retrieves the logged on user using > WindowsIdentity.GetCurrent() which takes a long time > One can obtain drastic improvements by switching to Environment.UserDomain and Environment.UserName > Here are some numbers on my box running Windows XP SP3, .NET 2.0, debug mode. > Using Environment: > for (int i = 0; i < 50000; i++) > { > var x = (Environment.UserDomainName + "\\" + Environment.UserName); > } > takes 4294 milliseconds to run (4.294) using Stopwatch > Using WindowsIdentity: > for (int i = 0; i < 50000; i++) > { > var x = (WindowsIdentity.GetCurrent().Name); > } > start.Stop(); > takes 20191 (20 seconds) milliseconds to run, > Thus, it takes almost 5x longer to use WindowsIdentity. > This isn't much of an issue if you're not logging extremely high quantities or do not log the user name. > However, I'm currently using XmlLayoutSchemaLog4j which forces the retrieval of said information for the log4net:UserName property. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Apr 16 22:41:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20915 invoked from network); 16 Apr 2010 22:41:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Apr 2010 22:41:48 -0000 Received: (qmail 11050 invoked by uid 500); 16 Apr 2010 22:41:48 -0000 Delivered-To: [email protected] Received: (qmail 11001 invoked by uid 500); 16 Apr 2010 22: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 10993 invoked by uid 99); 16 Apr 2010 22:41:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 22:41:47 +0000 X-ASF-Spam-Status: No, hits=-1302.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, 16 Apr 2010 22:41:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3GMfPkx008501 for <[email protected]>; Fri, 16 Apr 2010 18:41:26 -0400 (EDT) Message-ID: <6272929.19751271457685888.JavaMail.jira@thor> Date: Fri, 16 Apr 2010 18:41:25 -0400 (EDT) From: "Thomas Johnson (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-254) [PATCH] Added Snmp V1 Trap Appender MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [PATCH] Added Snmp V1 Trap Appender ----------------------------------- Key: LOG4NET-254 URL: https://issues.apache.org/jira/browse/LOG4NET-254 Project: Log4net Issue Type: New Feature Components: Appenders Affects Versions: v.Next Environment: independent Reporter: Thomas Johnson Added simple Snmp V1 Trap appender. Properties are based on configuration XML for log4j. I interpreted ApplicationTrapOID from the log4j appender to mean the ObjectOID for the message variable added to the TrapPDU. Uptime ticks PDU element based on time appender class is instantiated. Could be extended to include options for app pool uptime or time since last boot, etc. 4K character limit imposed on message length, extra cares will be truncated. Baseline revision: 881070 New File: apache-log4net\src\Appender\SnmpTrapAppender.cs Example Config: <appender name="SnmpTrapAppender" type="log4net.Appender.SnmpTrapAppender"> <RemoteAddress value="161.129.204.104" /> <RemotePort value="162" /> <EnterpriseOID value="161.129.204.104.X.X.XXX.X.X" /> <ApplicationTrapOID value="161.129.204.104.X.X.XXX.X.X.X.14" /> <CommunityString value="public" /> <GenericTrapType value="EnterpriseSpecific" /> <SpecificTrapType value="16" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%message" /> </layout> </appender> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Apr 16 22:43:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22041 invoked from network); 16 Apr 2010 22:43:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Apr 2010 22:43:46 -0000 Received: (qmail 11869 invoked by uid 500); 16 Apr 2010 22:43:46 -0000 Delivered-To: [email protected] Received: (qmail 11825 invoked by uid 500); 16 Apr 2010 22: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]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 11817 invoked by uid 99); 16 Apr 2010 22:43:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 22:43:46 +0000 X-ASF-Spam-Status: No, hits=-1302.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, 16 Apr 2010 22:43:45 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3GMhOC3008515 for <[email protected]>; Fri, 16 Apr 2010 18:43:24 -0400 (EDT) Message-ID: <31923819.19771271457804600.JavaMail.jira@thor> Date: Fri, 16 Apr 2010 18:43:24 -0400 (EDT) From: "Thomas Johnson (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-254) [PATCH] Added Snmp V1 Trap Appender In-Reply-To: <6272929.19751271457685888.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/LOG4NET-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Johnson updated LOG4NET-254: ----------------------------------- Attachment: SnmpTrapAppender.patch SnmpTrapAppender.cs apache-log4net\src\Appender\SnmpTrapAppender.cs > [PATCH] Added Snmp V1 Trap Appender > ----------------------------------- > > Key: LOG4NET-254 > URL: https://issues.apache.org/jira/browse/LOG4NET-254 > Project: Log4net > Issue Type: New Feature > Components: Appenders > Affects Versions: v.Next > Environment: independent > Reporter: Thomas Johnson > Original Estimate: 0h > Remaining Estimate: 0h > > Added simple Snmp V1 Trap appender. > Properties are based on configuration XML for log4j. I interpreted ApplicationTrapOID > from the log4j appender to mean the ObjectOID for the message variable added to the TrapPDU. > Uptime ticks PDU element based on time appender class is instantiated. Could be extended > to include options for app pool uptime or time since last boot, etc. 4K character limit > imposed on message length, extra cares will be truncated. > Baseline revision: 881070 > New File: > apache-log4net\src\Appender\SnmpTrapAppender.cs > Example Config: > <appender name="SnmpTrapAppender" type="log4net.Appender.SnmpTrapAppender"> > <RemoteAddress value="161.129.204.104" /> > <RemotePort value="162" /> > <EnterpriseOID value="161.129.204.104.X.X.XXX.X.X" /> > <ApplicationTrapOID value="161.129.204.104.X.X.XXX.X.X.X.14" /> > <CommunityString value="public" /> > <GenericTrapType value="EnterpriseSpecific" /> > <SpecificTrapType value="16" /> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%message" /> > </layout> > </appender> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Apr 16 22:43:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22059 invoked from network); 16 Apr 2010 22:43:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Apr 2010 22:43:46 -0000 Received: (qmail 12118 invoked by uid 500); 16 Apr 2010 22:43:46 -0000 Delivered-To: [email protected] Received: (qmail 12000 invoked by uid 500); 16 Apr 2010 22: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]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 11939 invoked by uid 99); 16 Apr 2010 22:43:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 22:43:46 +0000 X-ASF-Spam-Status: No, hits=-1302.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; Fri, 16 Apr 2010 22:43:45 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3GMhPOT008521 for <[email protected]>; Fri, 16 Apr 2010 18:43:25 -0400 (EDT) Message-ID: <20254171.19791271457805203.JavaMail.jira@thor> Date: Fri, 16 Apr 2010 18:43:25 -0400 (EDT) From: "Thomas Johnson (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-254) [PATCH] Added Snmp V1 Trap Appender In-Reply-To: <6272929.19751271457685888.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/LOG4NET-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Johnson updated LOG4NET-254: ----------------------------------- Attachment: (was: SnmpTrapAppender.patch) > [PATCH] Added Snmp V1 Trap Appender > ----------------------------------- > > Key: LOG4NET-254 > URL: https://issues.apache.org/jira/browse/LOG4NET-254 > Project: Log4net > Issue Type: New Feature > Components: Appenders > Affects Versions: v.Next > Environment: independent > Reporter: Thomas Johnson > Original Estimate: 0h > Remaining Estimate: 0h > > Added simple Snmp V1 Trap appender. > Properties are based on configuration XML for log4j. I interpreted ApplicationTrapOID > from the log4j appender to mean the ObjectOID for the message variable added to the TrapPDU. > Uptime ticks PDU element based on time appender class is instantiated. Could be extended > to include options for app pool uptime or time since last boot, etc. 4K character limit > imposed on message length, extra cares will be truncated. > Baseline revision: 881070 > New File: > apache-log4net\src\Appender\SnmpTrapAppender.cs > Example Config: > <appender name="SnmpTrapAppender" type="log4net.Appender.SnmpTrapAppender"> > <RemoteAddress value="161.129.204.104" /> > <RemotePort value="162" /> > <EnterpriseOID value="161.129.204.104.X.X.XXX.X.X" /> > <ApplicationTrapOID value="161.129.204.104.X.X.XXX.X.X.X.14" /> > <CommunityString value="public" /> > <GenericTrapType value="EnterpriseSpecific" /> > <SpecificTrapType value="16" /> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%message" /> > </layout> > </appender> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Apr 16 22:45:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23224 invoked from network); 16 Apr 2010 22:45:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Apr 2010 22:45:49 -0000 Received: (qmail 13013 invoked by uid 500); 16 Apr 2010 22:45:49 -0000 Delivered-To: [email protected] Received: (qmail 12979 invoked by uid 500); 16 Apr 2010 22:45: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 12970 invoked by uid 99); 16 Apr 2010 22:45:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 22:45: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, 16 Apr 2010 22:45:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3GMjOXC008527 for <[email protected]>; Fri, 16 Apr 2010 18:45:25 -0400 (EDT) Message-ID: <4637162.19811271457924602.JavaMail.jira@thor> Date: Fri, 16 Apr 2010 18:45:24 -0400 (EDT) From: "Thomas Johnson (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-254) [PATCH] Added Snmp V1 Trap Appender In-Reply-To: <6272929.19751271457685888.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/LOG4NET-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Johnson updated LOG4NET-254: ----------------------------------- Attachment: SnmpTrapAppender.patch built on log4net.vs2008.csproj revision 881070 > [PATCH] Added Snmp V1 Trap Appender > ----------------------------------- > > Key: LOG4NET-254 > URL: https://issues.apache.org/jira/browse/LOG4NET-254 > Project: Log4net > Issue Type: New Feature > Components: Appenders > Affects Versions: v.Next > Environment: independent > Reporter: Thomas Johnson > Attachments: SnmpTrapAppender.patch > > Original Estimate: 0h > Remaining Estimate: 0h > > Added simple Snmp V1 Trap appender. > Properties are based on configuration XML for log4j. I interpreted ApplicationTrapOID > from the log4j appender to mean the ObjectOID for the message variable added to the TrapPDU. > Uptime ticks PDU element based on time appender class is instantiated. Could be extended > to include options for app pool uptime or time since last boot, etc. 4K character limit > imposed on message length, extra cares will be truncated. > Baseline revision: 881070 > New File: > apache-log4net\src\Appender\SnmpTrapAppender.cs > Example Config: > <appender name="SnmpTrapAppender" type="log4net.Appender.SnmpTrapAppender"> > <RemoteAddress value="161.129.204.104" /> > <RemotePort value="162" /> > <EnterpriseOID value="161.129.204.104.X.X.XXX.X.X" /> > <ApplicationTrapOID value="161.129.204.104.X.X.XXX.X.X.X.14" /> > <CommunityString value="public" /> > <GenericTrapType value="EnterpriseSpecific" /> > <SpecificTrapType value="16" /> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%message" /> > </layout> > </appender> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Apr 16 22:47:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23972 invoked from network); 16 Apr 2010 22:47:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Apr 2010 22:47:46 -0000 Received: (qmail 13355 invoked by uid 500); 16 Apr 2010 22:47:46 -0000 Delivered-To: [email protected] Received: (qmail 13283 invoked by uid 500); 16 Apr 2010 22:47: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 13275 invoked by uid 99); 16 Apr 2010 22:47:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 22:47:46 +0000 X-ASF-Spam-Status: No, hits=-1302.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; Fri, 16 Apr 2010 22: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 o3GMlOQL008533 for <[email protected]>; Fri, 16 Apr 2010 18:47:25 -0400 (EDT) Message-ID: <10470416.19831271458044867.JavaMail.jira@thor> Date: Fri, 16 Apr 2010 18:47:24 -0400 (EDT) From: "Thomas Johnson (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-254) [PATCH] Added Snmp V1 Trap Appender In-Reply-To: <6272929.19751271457685888.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/LOG4NET-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Johnson updated LOG4NET-254: ----------------------------------- Attachment: SnmpTrapAppender.cs SnmpTrapAppender.cs apache-log4net\src\Appender\SnmpTrapAppender.cs > [PATCH] Added Snmp V1 Trap Appender > ----------------------------------- > > Key: LOG4NET-254 > URL: https://issues.apache.org/jira/browse/LOG4NET-254 > Project: Log4net > Issue Type: New Feature > Components: Appenders > Affects Versions: v.Next > Environment: independent > Reporter: Thomas Johnson > Attachments: SnmpTrapAppender.cs, SnmpTrapAppender.patch > > Original Estimate: 0h > Remaining Estimate: 0h > > Added simple Snmp V1 Trap appender. > Properties are based on configuration XML for log4j. I interpreted ApplicationTrapOID > from the log4j appender to mean the ObjectOID for the message variable added to the TrapPDU. > Uptime ticks PDU element based on time appender class is instantiated. Could be extended > to include options for app pool uptime or time since last boot, etc. 4K character limit > imposed on message length, extra cares will be truncated. > Baseline revision: 881070 > New File: > apache-log4net\src\Appender\SnmpTrapAppender.cs > Example Config: > <appender name="SnmpTrapAppender" type="log4net.Appender.SnmpTrapAppender"> > <RemoteAddress value="161.129.204.104" /> > <RemotePort value="162" /> > <EnterpriseOID value="161.129.204.104.X.X.XXX.X.X" /> > <ApplicationTrapOID value="161.129.204.104.X.X.XXX.X.X.X.14" /> > <CommunityString value="public" /> > <GenericTrapType value="EnterpriseSpecific" /> > <SpecificTrapType value="16" /> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%message" /> > </layout> > </appender> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Apr 16 22:47:52 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24057 invoked from network); 16 Apr 2010 22:47:51 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Apr 2010 22:47:51 -0000 Received: (qmail 13519 invoked by uid 500); 16 Apr 2010 22:47:51 -0000 Delivered-To: [email protected] Received: (qmail 13474 invoked by uid 500); 16 Apr 2010 22:47: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 13466 invoked by uid 99); 16 Apr 2010 22:47:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 22:47:51 +0000 X-ASF-Spam-Status: No, hits=-1302.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; Fri, 16 Apr 2010 22:47:50 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3GMlUcD008606 for <[email protected]>; Fri, 16 Apr 2010 18:47:30 -0400 (EDT) Message-ID: <25755932.20071271458050406.JavaMail.jira@thor> Date: Fri, 16 Apr 2010 18:47:30 -0400 (EDT) From: "Thomas Johnson (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-254) [PATCH] Added Snmp V1 Trap Appender In-Reply-To: <6272929.19751271457685888.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/LOG4NET-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Johnson updated LOG4NET-254: ----------------------------------- Comment: was deleted (was: SnmpTrapAppender.cs apache-log4net\src\Appender\SnmpTrapAppender.cs) > [PATCH] Added Snmp V1 Trap Appender > ----------------------------------- > > Key: LOG4NET-254 > URL: https://issues.apache.org/jira/browse/LOG4NET-254 > Project: Log4net > Issue Type: New Feature > Components: Appenders > Affects Versions: v.Next > Environment: independent > Reporter: Thomas Johnson > Attachments: SnmpTrapAppender.cs, SnmpTrapAppender.patch > > Original Estimate: 0h > Remaining Estimate: 0h > > Added simple Snmp V1 Trap appender. > Properties are based on configuration XML for log4j. I interpreted ApplicationTrapOID > from the log4j appender to mean the ObjectOID for the message variable added to the TrapPDU. > Uptime ticks PDU element based on time appender class is instantiated. Could be extended > to include options for app pool uptime or time since last boot, etc. 4K character limit > imposed on message length, extra cares will be truncated. > Baseline revision: 881070 > New File: > apache-log4net\src\Appender\SnmpTrapAppender.cs > Example Config: > <appender name="SnmpTrapAppender" type="log4net.Appender.SnmpTrapAppender"> > <RemoteAddress value="161.129.204.104" /> > <RemotePort value="162" /> > <EnterpriseOID value="161.129.204.104.X.X.XXX.X.X" /> > <ApplicationTrapOID value="161.129.204.104.X.X.XXX.X.X.X.14" /> > <CommunityString value="public" /> > <GenericTrapType value="EnterpriseSpecific" /> > <SpecificTrapType value="16" /> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%message" /> > </layout> > </appender> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Apr 24 12:50:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5521 invoked from network); 24 Apr 2010 12:50:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Apr 2010 12:50:12 -0000 Received: (qmail 66807 invoked by uid 500); 24 Apr 2010 12:50:12 -0000 Delivered-To: [email protected] Received: (qmail 66724 invoked by uid 500); 24 Apr 2010 12: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]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 66716 invoked by uid 99); 24 Apr 2010 12:50:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Apr 2010 12:50:11 +0000 X-ASF-Spam-Status: No, hits=-1341.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; Sat, 24 Apr 2010 12:50:10 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3OCnosH018655 for <[email protected]>; Sat, 24 Apr 2010 12:49:50 GMT Message-ID: <4064617.174711272113390058.JavaMail.jira@thor> Date: Sat, 24 Apr 2010 08:49:50 -0400 (EDT) From: "Martin B. (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-255) Problem with getting path to appdata with windows service in Windows XP MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Problem with getting path to appdata with windows service in Windows XP ----------------------------------------------------------------------- Key: LOG4NET-255 URL: https://issues.apache.org/jira/browse/LOG4NET-255 Project: Log4net Issue Type: Bug Affects Versions: 1.2.10 Environment: Windows XP, C# , Windows Service Reporter: Martin B. I've got windows service in C# which using RollingFilleAppender that logs to appdata folder. Everything works fine in Vista, W7 or 2008 server, ${APPDATA} is correctly replaced by corresponding path to app data folder. But when i run my service in Windows XP I get following error through internal debugger. log4net:ERROR [RollingFileAppender] Unable to acquire lock on file \\MyTestApp\LOG\LOG.TXT. Could not find a part of the path '\\MyTestApp\LOG'. Logger path setting from config file is below: <file value="${APPDATA}\\MyTestApp\\LOG\\LOG.TXT"/> -- 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 Apr 26 04:43:01 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2479 invoked from network); 26 Apr 2010 04:43:01 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 04:43:01 -0000 Received: (qmail 25724 invoked by uid 500); 26 Apr 2010 04:43:01 -0000 Delivered-To: [email protected] Received: (qmail 25566 invoked by uid 500); 26 Apr 2010 04:42: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 25558 invoked by uid 99); 26 Apr 2010 04:42:58 -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 04:42: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, 26 Apr 2010 04:42:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3Q4gXlI004372 for <[email protected]>; Mon, 26 Apr 2010 04:42:33 GMT Message-ID: <13319120.871272256953460.JavaMail.jira@thor> Date: Mon, 26 Apr 2010 00:42:33 -0400 (EDT) From: "MK Pandey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-199) log4net not exactly threadsafe? In-Reply-To: <1744798600.1234486619533.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-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860806#action_12860806 ] MK Pandey commented on LOG4NET-199: ----------------------------------- Hi All, So you mean, if we are using web.config file for appender defintion, we can not have it thread safe? Our situation is that we are using MDC values (ex, transID) to set additional values which is used across multiple classes to identify the transaction. We have one LogHelper class which creates private static instance of the as below: log4net.ILog fileLogger = LogManager.GetLogger(GetType()); When second thread starts and modifies the values, the subsequent logs from other threads start using the same values. Any suggestions? > log4net not exactly threadsafe? > ------------------------------- > > Key: LOG4NET-199 > URL: https://issues.apache.org/jira/browse/LOG4NET-199 > Project: Log4net > Issue Type: Bug > Components: Core > Affects Versions: 1.2.10 > Environment: Windows Server 2003 > Reporter: Kenneth Shih > Attachments: ThreadingTest.cs > > > > Problem: We call log4net from our BizTalk 2006 orchestrations. We noticed we were missing logging data. > > Doing a simple Nunit single threaded test, we would get all logged data. (repeatable) > In a Nunit multithreaded test, we would notice missed logged data. (repeatable) > Also, we also noticed when BizTalk Host, when we lowered the amount of active threads down to 2 (the lowest we could go) > > So, We enabled debug tracing in log4net. We also added various system.diag eventlogwrites around different parts of our code, from where log4net was called, and also inside our appenders. > > We noticed was saw an error in the debug tracing (using debugviewer) log4net:ERROR [EventLogAppender] Attempted to append to closed appender named [EventLogAppender]. > > Also, by counting the number of eventlog entries we had from the various points, log4net itself was not calling the appenders each time it was called to log a message. > > We seen this issue of log4net not calling the appenders, with a variety of different appenders, like the out of the box file and eventlog appenders and also our own msmq appender. > > So log4net doesn't appear to be thread safe? Any suggestions? -- 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 Apr 26 04:44:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3262 invoked from network); 26 Apr 2010 04:44:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 04:44:58 -0000 Received: (qmail 25992 invoked by uid 500); 26 Apr 2010 04:44:58 -0000 Delivered-To: [email protected] Received: (qmail 25836 invoked by uid 500); 26 Apr 2010 04: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]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 25828 invoked by uid 99); 26 Apr 2010 04:44:55 -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 04:44:55 +0000 X-ASF-Spam-Status: No, hits=-1345.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; Mon, 26 Apr 2010 04:44:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3Q4iYZ5004384 for <[email protected]>; Mon, 26 Apr 2010 04:44:34 GMT Message-ID: <2654895.891272257074121.JavaMail.jira@thor> Date: Mon, 26 Apr 2010 00:44:34 -0400 (EDT) From: "MK Pandey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-256) log4net With MDC is not exactly threadsafe? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 log4net With MDC is not exactly threadsafe? ------------------------------------------- Key: LOG4NET-256 URL: https://issues.apache.org/jira/browse/LOG4NET-256 Project: Log4net Issue Type: Bug Components: Core Affects Versions: 1.2.10 Environment: Windows Server 2003 Reporter: MK Pandey Problem: We call log4net from our BizTalk 2006 orchestrations. We noticed we were missing logging data. Doing a simple Nunit single threaded test, we would get all logged data. (repeatable) In a Nunit multithreaded test, we would notice missed logged data. (repeatable) Also, we also noticed when BizTalk Host, when we lowered the amount of active threads down to 2 (the lowest we could go) So, We enabled debug tracing in log4net. We also added various system.diag eventlogwrites around different parts of our code, from where log4net was called, and also inside our appenders. We noticed was saw an error in the debug tracing (using debugviewer) log4net:ERROR [EventLogAppender] Attempted to append to closed appender named [EventLogAppender]. Also, by counting the number of eventlog entries we had from the various points, log4net itself was not calling the appenders each time it was called to log a message. We seen this issue of log4net not calling the appenders, with a variety of different appenders, like the out of the box file and eventlog appenders and also our own msmq appender. So log4net doesn't appear to be thread safe? Any suggestions? -- 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 Apr 26 04:44:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3304 invoked from network); 26 Apr 2010 04:44:59 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 04:44:59 -0000 Received: (qmail 26051 invoked by uid 500); 26 Apr 2010 04:44:59 -0000 Delivered-To: [email protected] Received: (qmail 26007 invoked by uid 500); 26 Apr 2010 04: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 25997 invoked by uid 99); 26 Apr 2010 04:44:58 -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 04:44: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, 26 Apr 2010 04:44:56 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3Q4iYTG004390 for <[email protected]>; Mon, 26 Apr 2010 04:44:34 GMT Message-ID: <1477066.911272257074887.JavaMail.jira@thor> Date: Mon, 26 Apr 2010 00:44:34 -0400 (EDT) From: "MK Pandey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-256) log4net With MDC is not exactly threadsafe? In-Reply-To: <2654895.891272257074121.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/LOG4NET-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] MK Pandey updated LOG4NET-256: ------------------------------ Hi All, So you mean, if we are using web.config file for appender defintion, we can not have it thread safe? Our situation is that we are using MDC values (ex, transID) to set additional values which is used across multiple classes to identify the transaction. We have one LogHelper class which creates private static instance of the as below: log4net.ILog fileLogger = LogManager.GetLogger(GetType()); When second thread starts and modifies the values, the subsequent logs from other threads start using the same values. Any suggestions? > log4net With MDC is not exactly threadsafe? > ------------------------------------------- > > Key: LOG4NET-256 > URL: https://issues.apache.org/jira/browse/LOG4NET-256 > Project: Log4net > Issue Type: Bug > Components: Core > Affects Versions: 1.2.10 > Environment: Windows Server 2003 > Reporter: MK Pandey > > > Problem: We call log4net from our BizTalk 2006 orchestrations. We noticed we were missing logging data. > > Doing a simple Nunit single threaded test, we would get all logged data. (repeatable) > In a Nunit multithreaded test, we would notice missed logged data. (repeatable) > Also, we also noticed when BizTalk Host, when we lowered the amount of active threads down to 2 (the lowest we could go) > > So, We enabled debug tracing in log4net. We also added various system.diag eventlogwrites around different parts of our code, from where log4net was called, and also inside our appenders. > > We noticed was saw an error in the debug tracing (using debugviewer) log4net:ERROR [EventLogAppender] Attempted to append to closed appender named [EventLogAppender]. > > Also, by counting the number of eventlog entries we had from the various points, log4net itself was not calling the appenders each time it was called to log a message. > > We seen this issue of log4net not calling the appenders, with a variety of different appenders, like the out of the box file and eventlog appenders and also our own msmq appender. > > So log4net doesn't appear to be thread safe? Any suggestions? -- 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 Apr 26 04:47:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4543 invoked from network); 26 Apr 2010 04:47:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 04:47:54 -0000 Received: (qmail 27392 invoked by uid 500); 26 Apr 2010 04:47:54 -0000 Delivered-To: [email protected] Received: (qmail 27241 invoked by uid 500); 26 Apr 2010 04:47: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 27233 invoked by uid 99); 26 Apr 2010 04:47: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 04:47:53 +0000 X-ASF-Spam-Status: No, hits=-1345.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; Mon, 26 Apr 2010 04:47:52 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3Q4lVf8004398 for <[email protected]>; Mon, 26 Apr 2010 04:47:31 GMT Message-ID: <180381.931272257251450.JavaMail.jira@thor> Date: Mon, 26 Apr 2010 00:47:31 -0400 (EDT) From: "MK Pandey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-256) log4net With MDC is not exactly threadsafe? In-Reply-To: <2654895.891272257074121.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/LOG4NET-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] MK Pandey updated LOG4NET-256: ------------------------------ Environment: Windows Server 2003, Windows XP (was: Windows Server 2003) Description: Hi All, Our situation is that we are using MDC values (ex, transID) to set additional values which is used across multiple classes to identify the transaction. We have one LogHelper class which creates private static instance of the as below: log4net.ILog fileLogger = LogManager.GetLogger(GetType()); When second thread starts and modifies the values, the subsequent logs from other threads start using the same values. Any suggestions? When using web.config file for appender defintion, is this not thread safe? was: Problem: We call log4net from our BizTalk 2006 orchestrations. We noticed we were missing logging data. Doing a simple Nunit single threaded test, we would get all logged data. (repeatable) In a Nunit multithreaded test, we would notice missed logged data. (repeatable) Also, we also noticed when BizTalk Host, when we lowered the amount of active threads down to 2 (the lowest we could go) So, We enabled debug tracing in log4net. We also added various system.diag eventlogwrites around different parts of our code, from where log4net was called, and also inside our appenders. We noticed was saw an error in the debug tracing (using debugviewer) log4net:ERROR [EventLogAppender] Attempted to append to closed appender named [EventLogAppender]. Also, by counting the number of eventlog entries we had from the various points, log4net itself was not calling the appenders each time it was called to log a message. We seen this issue of log4net not calling the appenders, with a variety of different appenders, like the out of the box file and eventlog appenders and also our own msmq appender. So log4net doesn't appear to be thread safe? Any suggestions? > log4net With MDC is not exactly threadsafe? > ------------------------------------------- > > Key: LOG4NET-256 > URL: https://issues.apache.org/jira/browse/LOG4NET-256 > Project: Log4net > Issue Type: Bug > Components: Core > Affects Versions: 1.2.10 > Environment: Windows Server 2003, Windows XP > Reporter: MK Pandey > > Hi All, > Our situation is that we are using MDC values (ex, transID) to set additional values which is used across multiple classes to identify the transaction. > We have one LogHelper class which creates private static instance of the as below: > log4net.ILog fileLogger = LogManager.GetLogger(GetType()); > When second thread starts and modifies the values, the subsequent logs from other threads start using the same values. > Any suggestions? > When using web.config file for appender defintion, is this not thread safe? -- 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 Apr 26 04:47:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4613 invoked from network); 26 Apr 2010 04:47:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 04:47:55 -0000 Received: (qmail 27464 invoked by uid 500); 26 Apr 2010 04:47:55 -0000 Delivered-To: [email protected] Received: (qmail 27418 invoked by uid 500); 26 Apr 2010 04:47: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 27410 invoked by uid 99); 26 Apr 2010 04:47:55 -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 04:47: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, 26 Apr 2010 04:47:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3Q4lWVZ004404 for <[email protected]>; Mon, 26 Apr 2010 04:47:32 GMT Message-ID: <28216072.951272257252093.JavaMail.jira@thor> Date: Mon, 26 Apr 2010 00:47:32 -0400 (EDT) From: "MK Pandey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-256) log4net With MDC is not exactly threadsafe? In-Reply-To: <2654895.891272257074121.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/LOG4NET-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] MK Pandey updated LOG4NET-256: ------------------------------ Comment: was deleted (was: Hi All, So you mean, if we are using web.config file for appender defintion, we can not have it thread safe? Our situation is that we are using MDC values (ex, transID) to set additional values which is used across multiple classes to identify the transaction. We have one LogHelper class which creates private static instance of the as below: log4net.ILog fileLogger = LogManager.GetLogger(GetType()); When second thread starts and modifies the values, the subsequent logs from other threads start using the same values. Any suggestions? ) > log4net With MDC is not exactly threadsafe? > ------------------------------------------- > > Key: LOG4NET-256 > URL: https://issues.apache.org/jira/browse/LOG4NET-256 > Project: Log4net > Issue Type: Bug > Components: Core > Affects Versions: 1.2.10 > Environment: Windows Server 2003, Windows XP > Reporter: MK Pandey > > Hi All, > Our situation is that we are using MDC values (ex, transID) to set additional values which is used across multiple classes to identify the transaction. > We have one LogHelper class which creates private static instance of the as below: > log4net.ILog fileLogger = LogManager.GetLogger(GetType()); > When second thread starts and modifies the values, the subsequent logs from other threads start using the same values. > Any suggestions? > When using web.config file for appender defintion, is this not thread safe? -- 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 Apr 26 04:53:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6927 invoked from network); 26 Apr 2010 04:53:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 04:53:57 -0000 Received: (qmail 30221 invoked by uid 500); 26 Apr 2010 04:53:56 -0000 Delivered-To: [email protected] Received: (qmail 30028 invoked by uid 500); 26 Apr 2010 04: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]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30011 invoked by uid 99); 26 Apr 2010 04:53:56 -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 04:53: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; Mon, 26 Apr 2010 04:53:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3Q4rW6h004436 for <[email protected]>; Mon, 26 Apr 2010 04:53:32 GMT Message-ID: <14508138.1011272257612506.JavaMail.jira@thor> Date: Mon, 26 Apr 2010 00:53:32 -0400 (EDT) From: "MK Pandey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-256) log4net With MDC is not exactly threadsafe? In-Reply-To: <2654895.891272257074121.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/LOG4NET-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] MK Pandey updated LOG4NET-256: ------------------------------ Attachment: (was: Bug details - mail.jpg) > log4net With MDC is not exactly threadsafe? > ------------------------------------------- > > Key: LOG4NET-256 > URL: https://issues.apache.org/jira/browse/LOG4NET-256 > Project: Log4net > Issue Type: Bug > Components: Core > Affects Versions: 1.2.10 > Environment: Windows Server 2003, Windows XP > Reporter: MK Pandey > > Hi All, > Our situation is that we are using MDC values (ex, transID) to set additional values which is used across multiple classes to identify the transaction. > We have one LogHelper class which creates private static instance of the as below: > log4net.ILog fileLogger = LogManager.GetLogger(GetType()); > When second thread starts and modifies the values, the subsequent logs from other threads start using the same values. > Any suggestions? > When using web.config file for appender defintion, is this not thread safe? -- 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 Apr 26 04:53:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6931 invoked from network); 26 Apr 2010 04:53:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 04:53:57 -0000 Received: (qmail 30083 invoked by uid 500); 26 Apr 2010 04:53:56 -0000 Delivered-To: [email protected] Received: (qmail 30026 invoked by uid 500); 26 Apr 2010 04: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]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30010 invoked by uid 99); 26 Apr 2010 04:53:56 -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 04:53: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; Mon, 26 Apr 2010 04:53:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3Q4rVQh004430 for <[email protected]>; Mon, 26 Apr 2010 04:53:32 GMT Message-ID: <2173256.991272257611526.JavaMail.jira@thor> Date: Mon, 26 Apr 2010 00:53:31 -0400 (EDT) From: "MK Pandey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-256) log4net With MDC is not exactly threadsafe? In-Reply-To: <2654895.891272257074121.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/LOG4NET-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] MK Pandey updated LOG4NET-256: ------------------------------ Attachment: Bug details - mail.jpg > log4net With MDC is not exactly threadsafe? > ------------------------------------------- > > Key: LOG4NET-256 > URL: https://issues.apache.org/jira/browse/LOG4NET-256 > Project: Log4net > Issue Type: Bug > Components: Core > Affects Versions: 1.2.10 > Environment: Windows Server 2003, Windows XP > Reporter: MK Pandey > > Hi All, > Our situation is that we are using MDC values (ex, transID) to set additional values which is used across multiple classes to identify the transaction. > We have one LogHelper class which creates private static instance of the as below: > log4net.ILog fileLogger = LogManager.GetLogger(GetType()); > When second thread starts and modifies the values, the subsequent logs from other threads start using the same values. > Any suggestions? > When using web.config file for appender defintion, is this not thread safe? -- 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 Apr 26 04:55:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7733 invoked from network); 26 Apr 2010 04:55:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 04:55:53 -0000 Received: (qmail 30731 invoked by uid 500); 26 Apr 2010 04:55:53 -0000 Delivered-To: [email protected] Received: (qmail 30575 invoked by uid 500); 26 Apr 2010 04:55: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30567 invoked by uid 99); 26 Apr 2010 04:55: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 04:55:53 +0000 X-ASF-Spam-Status: No, hits=-1345.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; Mon, 26 Apr 2010 04:55:52 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3Q4tVLM004453 for <[email protected]>; Mon, 26 Apr 2010 04:55:32 GMT Message-ID: <7427763.1031272257731425.JavaMail.jira@thor> Date: Mon, 26 Apr 2010 00:55:31 -0400 (EDT) From: "MK Pandey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LOG4NET-256) log4net With MDC is not exactly threadsafe? In-Reply-To: <2654895.891272257074121.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/LOG4NET-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] MK Pandey updated LOG4NET-256: ------------------------------ Attachment: bug detals mail.jpg > log4net With MDC is not exactly threadsafe? > ------------------------------------------- > > Key: LOG4NET-256 > URL: https://issues.apache.org/jira/browse/LOG4NET-256 > Project: Log4net > Issue Type: Bug > Components: Core > Affects Versions: 1.2.10 > Environment: Windows Server 2003, Windows XP > Reporter: MK Pandey > Attachments: bug detals mail.jpg > > > Hi All, > Our situation is that we are using MDC values (ex, transID) to set additional values which is used across multiple classes to identify the transaction. > We have one LogHelper class which creates private static instance of the as below: > log4net.ILog fileLogger = LogManager.GetLogger(GetType()); > When second thread starts and modifies the values, the subsequent logs from other threads start using the same values. > Any suggestions? > When using web.config file for appender defintion, is this not thread safe? -- 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 Apr 26 06:18:26 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43924 invoked from network); 26 Apr 2010 06:18:26 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 06:18:26 -0000 Received: (qmail 61388 invoked by uid 500); 26 Apr 2010 06:18:25 -0000 Delivered-To: [email protected] Received: (qmail 61230 invoked by uid 500); 26 Apr 2010 06: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 61222 invoked by uid 99); 26 Apr 2010 06:18: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 Apr 2010 06:18:25 +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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 06:18:17 +0000 Received: by wyf22 with SMTP id 22so914914wyf.34 for <[email protected]>; Sun, 25 Apr 2010 23:17: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:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:x-mimeole; bh=j0FaUmpNLzMPXd2046gxuY1z5nbPCjc5NjlETysmNHU=; b=KJhmuLBF26GupVsV9E/g17F0nq4RbTmZFxHCWR6ivfZPDg40N0HNtyfixlm6q/xjxq nsuxkkf4tRNmbySIJ296mjMkhMJMA2h3TAiA6T46EC0LoMAtWBEgOUBUjh+JAFBD7iqX o/hv3JxKwPmDYMhCN6SrPlrIolHnjfv22wAlM= 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 :x-mimeole; b=ePM0RbXTppc5/HWD6DfV7zJqf+CuiRJxofIK/jjeTHJK8IT26mpuPnMIQFVGTg9LMg P7V9apERK1Rm5kHLy6XbUvRLKOiXTC3QMgqG9l/FcqpZRROhyoZI2HfmPSBRZi9S5aX0 gJeI8CNlHafJ6fEw+KObR3Ck8k2CVjqNPLG2E= Received: by 161.129.204.104 with SMTP id y61mr4368010wem.42.1272262676259; Sun, 25 Apr 2010 23:17:56 -0700 (PDT) Received: from DOMINIKP (adsl136-121.aknet.it [161.129.204.104]) by mx.google.com with ESMTPS id x1sm19536094wbx.1.2161.129.204.104.17.54 (version=SSLv3 cipher=RC4-MD5); Sun, 25 Apr 2010 23:17:55 -0700 (PDT) From: Dominik Psenner <[email protected]> To: "'Log4NET Dev'" <[email protected]> References: <2654895.891272257074121.JavaMail.jira@thor> <7427763.1031272257731425.JavaMail.jira@thor> In-Reply-To: <7427763.1031272257731425.JavaMail.jira@thor> Subject: AW: [jira] Updated: (LOG4NET-256) log4net With MDC is not exactly threadsafe? Date: Mon, 26 Apr 2010 08:17:53 +0200 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 thread-index: Acrk/MC9krM7zFi0Teuu3KglhFrD+wACWfQQ X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7600.16385 Good morning. As I understood your problem and the way log4net (and other log4*) = works, a logger is identified by its name, which is passed into the LogManager.GetLogger(type) constructor delegator. Log4net then = instantiates exactly this one logger and gives you back the instance in future calls. = If you use it multiple times across different classes, you have of course = the same instance of the logger across these different classes. So, to fix this problem, I would recommend using log4net as it was = designed and try one of these two things: * do a LogManager.GetLogger(type) across the classes, hold there a = instance for this class in a static variable and pass it to the log helper. This actually renders the log helper pretty useless, but it works. * Implement the log helper as a wrapper and provide a constructor method just like the LogManager.GetLogger(type) does. You may even provide a interface that your helper implements. That way you would be able to = switch helper and implementation transparently and change logging facility in = the future. * You can of course implement the second attempt so that it = automatically detects which class called the method and therefore looking up your = class for itself. Refer to c# reflections and examine the callstack in .NET. = Note that these operations cost a lot of performance. Greetings, D. -----Urspr=FCngliche Nachricht----- Von: MK Pandey (JIRA) [mailto:[email protected]]=20 Gesendet: Montag, 26. April 2010 06:56 An: [email protected] Betreff: [jira] Updated: (LOG4NET-256) log4net With MDC is not exactly threadsafe? [ https://issues.apache.org/jira/browse/LOG4NET-256?page=3Dcom.atlassian.ji= ra.pl ugin.system.issuetabpanels:all-tabpanel ] MK Pandey updated LOG4NET-256: ------------------------------ Attachment: bug detals mail.jpg > log4net With MDC is not exactly threadsafe? > ------------------------------------------- > > Key: LOG4NET-256 > URL: https://issues.apache.org/jira/browse/LOG4NET-256 > Project: Log4net > Issue Type: Bug > Components: Core > Affects Versions: 1.2.10 > Environment: Windows Server 2003, Windows XP > Reporter: MK Pandey > Attachments: bug detals mail.jpg > > > Hi All,=20 > Our situation is that we are using MDC values (ex, transID) to set additional values which is used across multiple classes to identify the transaction.=20 > We have one LogHelper class which creates private static instance of = the as below:=20 > log4net.ILog fileLogger =3D LogManager.GetLogger(GetType());=20 > When second thread starts and modifies the values, the subsequent logs from other threads start using the same values.=20 > Any suggestions?=20 > When using web.config file for appender defintion, is this not thread safe?=20 --=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] Wed Apr 28 10:00:45 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33693 invoked from network); 28 Apr 2010 10:00:45 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Apr 2010 10:00:45 -0000 Received: (qmail 99448 invoked by uid 500); 28 Apr 2010 10:00:45 -0000 Delivered-To: [email protected] Received: (qmail 99295 invoked by uid 500); 28 Apr 2010 10:00: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 99287 invoked by uid 99); 28 Apr 2010 10:00:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 10:00:42 +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; Wed, 28 Apr 2010 10:00: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 1O7440-0007sf-TZ for [email protected]; Wed, 28 Apr 2010 03:00:16 -0700 Message-ID: <[email protected]> Date: Wed, 28 Apr 2010 03:00:16 -0700 (PDT) From: gecon27 <[email protected]> To: [email protected] Subject: Re: Log4net UDP Appender and Chainsaw on Windows 7 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]> Hello, What if I want to redirect output to another machine (WinXP), running a log4net UDP viewer? On the 64-bit machine (Windows 2008), I set in "RemoteAddress" the IPv4 address of that machine (WinXP), but it doesn't work (no UDP packages are generated). Any ideas? Thank you, Ioannis Ulrich Proeller wrote: > > Hello Josef, > > this is a known problem with log4net 1.2.10 and Windows Vista/7. > Caused by the additional support of the IPv6 protocoll, the UDP appender > in log4net 161.129.204.104 doesn't work, if the parameter "RemoteAddress" is set > to the "normal" Value 161.129.204.104. A workaround is to set the localhost > address to 161.129.204.104 instead. > > Of course, you can also use Log4View instead of Chainsaw and utilize more > reliable the TCP appender which comes with Log4View (www.log4view.com) ;-) > -- View this message in context: http://old.nabble.com/Log4net-UDP-Appender-and-Chainsaw-on-Windows-7-tp27439707p28386831.html Sent from the Log4net - Dev mailing list [email protected]. From [email protected] Thu Apr 29 10:46:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45457 invoked from network); 29 Apr 2010 10:46:31 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Apr 2010 10:46:31 -0000 Received: (qmail 86832 invoked by uid 500); 29 Apr 2010 10:46:31 -0000 Delivered-To: [email protected] Received: (qmail 86658 invoked by uid 500); 29 Apr 2010 10:46: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 86647 invoked by uid 99); 29 Apr 2010 10:46:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 10:46:27 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=AWL,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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 10:46:21 +0000 Received: by iwn5 with SMTP id 5so5007510iwn.9 for <[email protected]>; Thu, 29 Apr 2010 03:46:00 -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=t0Ff4BfZeo50guZvDhAn0/jcjFqTCy6r6uy2mjPpQis=; b=UVC2/g6tyr/k8LUDhTk6v7VN45NFeIo/BtMx2uxlA9ddKPxBcQ9bC6xLehBlNDYLpa iSa+Rk/XbOta5PVeHKs43XeXvE1h4M2c3YG95bcMhzq9xEIR95alY1PUUkE6ae7Yp5ko pr25siOS+wxgVu4Scu2NiT/xnaoA8qL6/PZrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZfXUFjonoMGzYKGDUWKATRIOyqZr+d+wYE6QIUb9uOdteU9DviAVEbHsriKYxbWt6g /XqWbtReHZNVFFwNKIiixnzkRJt9/rMbRiFfCbgyRgEs9TnNPAi68QJ86ScEWbMsOCtd j1evdTLASDWSud14TGKHxcHIy0r70Gb30yLDw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id d15mr4227712ibz.13.1272537948416; Thu, 29 Apr 2010 03:45:48 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 29 Apr 2010 03:45:48 -0700 (PDT) Date: Thu, 29 Apr 2010 14:45:48 +0400 Message-ID: <[email protected]> Subject: abandoned? From: Kirill Temnenkov <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=005045029be96227f904855dd481 --005045029be96227f904855dd481 Content-Type: text/plain; charset=ISO-8859-1 Hi! I think that the project be abandoned. Am I right? Can I participate in the development as a developer? WBR, Kirill Temnenkov --005045029be96227f904855dd481 Content-Type: text/html; charset=ISO-8859-1 <span id="result_box" class="medium_text"><span style="" title="">Hi!<br>I think that the project be abandoned. </span><span title="">Am I right?<br></span><span style="background-color: rgb(230, 236, 249); color: rgb(0, 0, 0);" title="">Can I participate in the development as a developer?<br><br> WBR,<br>Kirill Temnenkov<br></span></span> --005045029be96227f904855dd481-- From [email protected] Thu Apr 29 11:16:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54454 invoked from network); 29 Apr 2010 11:16:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Apr 2010 11:16:27 -0000 Received: (qmail 38214 invoked by uid 500); 29 Apr 2010 11:16:27 -0000 Delivered-To: [email protected] Received: (qmail 38060 invoked by uid 500); 29 Apr 2010 11:16: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 38051 invoked by uid 99); 29 Apr 2010 11:16:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 11:16:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=AWL,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO samaflost.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 11:16:18 +0000 Received: from localhost (localhost.localdomain [161.129.204.104]) by samaflost.de (Postfix) with ESMTP id 9F6EE40E01B7 for <[email protected]>; Thu, 29 Apr 2010 13:15:56 +0200 (CEST) Received: from samaflost.de ([161.129.204.104]) by localhost (v35516.1blu.de [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id OU1j52Q1trIt for <[email protected]>; Thu, 29 Apr 2010 13:15:56 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id A3D5E40E016C; Thu, 29 Apr 2010 13:15:55 +0200 (CEST) From: Stefan Bodewig <[email protected]> To: [email protected] Subject: Re: abandoned? References: <[email protected]> X-Draft-From: ("nnfolder:mail.log4net-dev" 1808) Date: Thu, 29 Apr 2010 13:15:54 +0200 In-Reply-To: <[email protected]> (Kirill Temnenkov's message of "Thu, 29 Apr 2010 14:45:48 +0400") Message-ID: <[email protected]> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Disclaimer: even though I own and use an @apache.org address I'm not a log4net developer, only a user and interested observer - and a contributor to a couple of other ASF projects. I don't speak for log4net. On 2010-04-29, Kirill Temnenkov <[email protected]> wrote: > I think that the project be abandoned. Am I right? I hope you are not - if you look at the JIRA issues those get addressed, likewise questions on this and the user list do get answered. Unfortunately there hasn't been any coding action in four months. What the problem needs most IMHO is a new release (and I'd be glad to help out if I can). > Can I participate in the development as a developer? Make yourself familiar with <http://logging.apache.org/guidelines.html>. Anybody can participate by asking or answering questions, finding or fixing bugs, suggesting or implementing new features. The preferred channels are the mailing lists and JIRA. In Apache projects, if you stick around long enough and provide enough patches the committers usually get tired of applying your patches and you become a committer yourself. Cheers Stefan From [email protected] Thu Apr 29 20:43:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27770 invoked from network); 29 Apr 2010 20:43:17 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Apr 2010 20:43:17 -0000 Received: (qmail 24728 invoked by uid 500); 29 Apr 2010 20:43:17 -0000 Delivered-To: [email protected] Received: (qmail 24691 invoked by uid 500); 29 Apr 2010 20:43: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 24683 invoked by uid 99); 29 Apr 2010 20:43:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 20:43:16 +0000 X-ASF-Spam-Status: No, hits=-1368.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; Thu, 29 Apr 2010 20:43:15 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3TKgsU9012211 for <[email protected]>; Thu, 29 Apr 2010 20:42:54 GMT Message-ID: <29338707.17371272573774604.JavaMail.jira@thor> Date: Thu, 29 Apr 2010 16:42:54 -0400 (EDT) From: "Jay Smith (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-257) Visual Studio 2010 .NET 4.0 Application does not copy log4net lib to bin directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Visual Studio 2010 .NET 4.0 Application does not copy log4net lib to bin directory ---------------------------------------------------------------------------------- Key: LOG4NET-257 URL: https://issues.apache.org/jira/browse/LOG4NET-257 Project: Log4net Issue Type: Bug Components: Core Affects Versions: 1.2.10 Environment: Visual Studio 2010 .NET 4.0 project on Windows XP Reporter: Jay Smith When adding a reference to a .NET 4.0 Console Application in Visual Studio 2010 the IDE does not recognize the library. After downloading the source I was able to get it work by updating all of the references to .NET 4.0 reference. The main one in question is the System.Web reference which I assume is there for the Asp .NET Trace appender. Are there plans for updating the library for use with .NET 4.0? -- 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 Apr 30 07:42:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11499 invoked from network); 30 Apr 2010 07:42:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Apr 2010 07:42:21 -0000 Received: (qmail 54409 invoked by uid 500); 30 Apr 2010 06:42:21 -0000 Delivered-To: [email protected] Received: (qmail 54217 invoked by uid 500); 30 Apr 2010 06:42: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: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 54208 invoked by uid 99); 30 Apr 2010 06:42:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 06:42:17 +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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 06:42:10 +0000 Received: by wyf22 with SMTP id 22so1528196wyf.34 for <[email protected]>; Thu, 29 Apr 2010 23:41: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:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:x-mimeole; bh=7/elvXEdbdunKxoo7hcwAIfmcnpXaNb/804fexTq65g=; b=aV3IXjUUwijlqrSGp+m6aJn2NFqSpaGpBCj00MVA/fEt6AloTjseXXn/xHZ5+axEfO CDpGXgDxRg/mLzz4vewQ2ZewOt5v2oG3yEk7yODX3TgPTIRMBsRsqsOZyp3LDRt7nkOg 6U81CoWfpxICv45rkmiqcZr3Czd+/7fJ3uDBA= 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 :x-mimeole; b=cjCx2VovYdzDKK+jz56XjTSwQb6sMUXgdqcxxeCv8HH4J1Kt1PbCRJwP5/ASGWTycJ HBqUazapvhuiCEFWF0YMwTo9kNSHDT/yfG31tV9soNL0pbl/ZNOCYLLqIDT49QigjUfe X2cxqHCgWqeFO0UMq9jr2RA+3/5YhEPnAskTQ= Received: by 161.129.204.104 with SMTP id z16mr1339248wee.126.1272609708805; Thu, 29 Apr 2010 23:41:48 -0700 (PDT) Received: from DOMINIKP (adsl136-121.aknet.it [161.129.204.104]) by mx.google.com with ESMTPS id b2sm6543759wbb.8.2161.129.204.104.41.44 (version=SSLv3 cipher=RC4-MD5); Thu, 29 Apr 2010 23:41:47 -0700 (PDT) From: Dominik Psenner <[email protected]> To: "'Log4NET Dev'" <[email protected]> References: <29338707.17371272573774604.JavaMail.jira@thor> In-Reply-To: <29338707.17371272573774604.JavaMail.jira@thor> Subject: AW: [jira] Created: (LOG4NET-257) Visual Studio 2010 .NET 4.0 Application does not copy log4net lib to bin directory Date: Fri, 30 Apr 2010 08:41:39 +0200 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acrn3Jo9hGMEMJE9ThijFbrXIGhZUgAU3Qmg X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7600.16385 There are more compatibility problems with log4net and .NET 4.0 and actually nobody knows what will be.
From [email protected] Mon Dec 06 16:49:43 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3890 invoked from network); 6 Dec 2004 16:49:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Dec 2004 16:49:43 -0000 Received: (qmail 58902 invoked by uid 500); 6 Dec 2004 16:49:43 -0000 Delivered-To: [email protected] Received: (qmail 58885 invoked by uid 500); 6 Dec 2004 16:49: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]> Delivered-To: mailing list [email protected] Received: (qmail 58867 invoked by uid 99); 6 Dec 2004 16:49:42 -0000 X-ASF-Spam-Status: No, hits=-10.0 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; Mon, 06 Dec 2004 08:49:41 -0800 Received: (qmail 3879 invoked by uid 1203); 6 Dec 2004 16:49:40 -0000 Date: 6 Dec 2004 16:49:40 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-commons/java/src/org/apache/xml/resolver Catalog.java Resolver.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N dims 2004/12/06 08:49:40 Modified: java/src/org/apache/xml/resolver Catalog.java Resolver.java Log: enum ==> en (for JDK1.5) Revision Changes Path 1.8 +60 -60 xml-commons/java/src/org/apache/xml/resolver/Catalog.java Index: Catalog.java =================================================================== RCS file: /home/cvs/xml-commons/java/src/org/apache/xml/resolver/Catalog.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Catalog.java 2 Sep 2003 07:05:07 -0000 1.7 +++ Catalog.java 6 Dec 2004 16:49:40 -0000 1.8 @@ -486,9 +486,9 @@ mapArr.add(null); } - Enumeration enum = readerMap.keys(); - while (enum.hasMoreElements()) { - String mimeType = (String) enum.nextElement(); + Enumeration en = readerMap.keys(); + while (en.hasMoreElements()) { + String mimeType = (String) en.nextElement(); Integer pos = (Integer) readerMap.get(mimeType); mapArr.set(pos.intValue(), mimeType); } @@ -1152,9 +1152,9 @@ } // Parse all the DELEGATE catalogs - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == DELEGATE_PUBLIC || e.getEntryType() == DELEGATE_SYSTEM || e.getEntryType() == DELEGATE_URI) { @@ -1228,9 +1228,9 @@ // If there's a DOCTYPE entry in this catalog, use it boolean over = default_override; - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == OVERRIDE) { over = e.getEntryArg(0).equalsIgnoreCase("YES"); continue; @@ -1266,9 +1266,9 @@ catalogManager.debug.message(3, "resolveDocument"); - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == DOCUMENT) { return e.getEntryArg(1); //FIXME check this } @@ -1341,9 +1341,9 @@ // If there's a ENTITY entry in this catalog, use it boolean over = default_override; - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == OVERRIDE) { over = e.getEntryArg(0).equalsIgnoreCase("YES"); continue; @@ -1427,9 +1427,9 @@ // If there's a NOTATION entry in this catalog, use it boolean over = default_override; - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == OVERRIDE) { over = e.getEntryArg(0).equalsIgnoreCase("YES"); continue; @@ -1586,9 +1586,9 @@ // If there's a PUBLIC entry in this catalog, use it boolean over = default_override; - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == OVERRIDE) { over = e.getEntryArg(0).equalsIgnoreCase("YES"); continue; @@ -1604,10 +1604,10 @@ // If there's a DELEGATE_PUBLIC entry in this catalog, use it over = default_override; - enum = catalogEntries.elements(); + en = catalogEntries.elements(); Vector delCats = new Vector(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == OVERRIDE) { over = e.getEntryArg(0).equalsIgnoreCase("YES"); continue; @@ -1626,21 +1626,21 @@ } if (delCats.size() > 0) { - Enumeration enumCats = delCats.elements(); + Enumeration enCats = delCats.elements(); if (catalogManager.debug.getDebug() > 1) { catalogManager.debug.message(2, "Switching to delegated catalog(s):"); - while (enumCats.hasMoreElements()) { - String delegatedCatalog = (String) enumCats.nextElement(); + while (enCats.hasMoreElements()) { + String delegatedCatalog = (String) enCats.nextElement(); catalogManager.debug.message(2, "\t" + delegatedCatalog); } } Catalog dcat = newCatalog(); - enumCats = delCats.elements(); - while (enumCats.hasMoreElements()) { - String delegatedCatalog = (String) enumCats.nextElement(); + enCats = delCats.elements(); + while (enCats.hasMoreElements()) { + String delegatedCatalog = (String) enCats.nextElement(); dcat.parseCatalog(delegatedCatalog); } @@ -1712,9 +1712,9 @@ String osname = System.getProperty("os.name"); boolean windows = (osname.indexOf("Windows") >= 0); - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == SYSTEM && (e.getEntryArg(0).equals(systemId) || (windows @@ -1724,11 +1724,11 @@ } // If there's a REWRITE_SYSTEM entry in this catalog, use it - enum = catalogEntries.elements(); + en = catalogEntries.elements(); String startString = null; String prefix = null; - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == REWRITE_SYSTEM) { String p = (String) e.getEntryArg(0); @@ -1750,10 +1750,10 @@ } // If there's a DELEGATE_SYSTEM entry in this catalog, use it - enum = catalogEntries.elements(); + en = catalogEntries.elements(); Vector delCats = new Vector(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == DELEGATE_SYSTEM) { String p = (String) e.getEntryArg(0); @@ -1767,21 +1767,21 @@ } if (delCats.size() > 0) { - Enumeration enumCats = delCats.elements(); + Enumeration enCats = delCats.elements(); if (catalogManager.debug.getDebug() > 1) { catalogManager.debug.message(2, "Switching to delegated catalog(s):"); - while (enumCats.hasMoreElements()) { - String delegatedCatalog = (String) enumCats.nextElement(); + while (enCats.hasMoreElements()) { + String delegatedCatalog = (String) enCats.nextElement(); catalogManager.debug.message(2, "\t" + delegatedCatalog); } } Catalog dcat = newCatalog(); - enumCats = delCats.elements(); - while (enumCats.hasMoreElements()) { - String delegatedCatalog = (String) enumCats.nextElement(); + enCats = delCats.elements(); + while (enCats.hasMoreElements()) { + String delegatedCatalog = (String) enCats.nextElement(); dcat.parseCatalog(delegatedCatalog); } @@ -1846,9 +1846,9 @@ */ protected String resolveLocalURI(String uri) throws MalformedURLException, IOException { - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == URI && (e.getEntryArg(0).equals(uri))) { return e.getEntryArg(1); @@ -1856,11 +1856,11 @@ } // If there's a REWRITE_URI entry in this catalog, use it - enum = catalogEntries.elements(); + en = catalogEntries.elements(); String startString = null; String prefix = null; - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == REWRITE_URI) { String p = (String) e.getEntryArg(0); @@ -1882,10 +1882,10 @@ } // If there's a DELEGATE_URI entry in this catalog, use it - enum = catalogEntries.elements(); + en = catalogEntries.elements(); Vector delCats = new Vector(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == DELEGATE_URI) { String p = (String) e.getEntryArg(0); @@ -1899,21 +1899,21 @@ } if (delCats.size() > 0) { - Enumeration enumCats = delCats.elements(); + Enumeration enCats = delCats.elements(); if (catalogManager.debug.getDebug() > 1) { catalogManager.debug.message(2, "Switching to delegated catalog(s):"); - while (enumCats.hasMoreElements()) { - String delegatedCatalog = (String) enumCats.nextElement(); + while (enCats.hasMoreElements()) { + String delegatedCatalog = (String) enCats.nextElement(); catalogManager.debug.message(2, "\t" + delegatedCatalog); } } Catalog dcat = newCatalog(); - enumCats = delCats.elements(); - while (enumCats.hasMoreElements()) { - String delegatedCatalog = (String) enumCats.nextElement(); + enCats = delCats.elements(); + while (enCats.hasMoreElements()) { + String delegatedCatalog = (String) enCats.nextElement(); dcat.parseCatalog(delegatedCatalog); } 1.6 +15 -15 xml-commons/java/src/org/apache/xml/resolver/Resolver.java Index: Resolver.java =================================================================== RCS file: /home/cvs/xml-commons/java/src/org/apache/xml/resolver/Resolver.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Resolver.java 2 Sep 2003 07:05:07 -0000 1.5 +++ Resolver.java 6 Dec 2004 16:49:40 -0000 1.6 @@ -197,9 +197,9 @@ return resolved; } - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == RESOLVER) { resolved = resolveExternalSystem(uri, e.getEntryArg(0)); if (resolved != null) { @@ -254,9 +254,9 @@ return resolved; } - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == RESOLVER) { resolved = resolveExternalSystem(systemId, e.getEntryArg(0)); if (resolved != null) { @@ -316,9 +316,9 @@ return resolved; } - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == RESOLVER) { if (systemId != null) { resolved = resolveExternalSystem(systemId, @@ -557,9 +557,9 @@ Vector map = new Vector(); String osname = System.getProperty("os.name"); boolean windows = (osname.indexOf("Windows") >= 0); - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == SYSTEM && (e.getEntryArg(0).equals(systemId) || (windows @@ -585,9 +585,9 @@ Vector map = new Vector(); String osname = System.getProperty("os.name"); boolean windows = (osname.indexOf("Windows") >= 0); - Enumeration enum = catalogEntries.elements(); - while (enum.hasMoreElements()) { - CatalogEntry e = (CatalogEntry) enum.nextElement(); + Enumeration en = catalogEntries.elements(); + while (en.hasMoreElements()) { + CatalogEntry e = (CatalogEntry) en.nextElement(); if (e.getEntryType() == SYSTEM && (e.getEntryArg(1).equals(systemId) || (windows
From [email protected] Fri Dec 10 19:32:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25880 invoked from network); 10 Dec 2010 19:32:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Dec 2010 19:32:19 -0000 Received: (qmail 3208 invoked by uid 500); 10 Dec 2010 19:32:19 -0000 Delivered-To: [email protected] Received: (qmail 3076 invoked by uid 500); 10 Dec 2010 19:32: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3068 invoked by uid 99); 10 Dec 2010 19:32:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 19:32: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO ironclm1.columnit.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 19:32:13 +0000 Received: from clmex2k8.columnit.com ([161.129.204.104]) by ironclm1.columnit.com with ESMTP; 10 Dec 2010 13:31:52 -0600 X-IronPort-AV: i="4.59,325,1288587600"; d="scan'208,217"; a="6710131:sNHT84234810" Received: from CLMEX2K8.columnit.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b]) by CLMEX2K8.columnit.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b]) with mapi; Fri, 10 Dec 2010 13:27:39 -0600 From: "Miner, James" <[email protected]> To: "[email protected]" <[email protected]> Date: Fri, 10 Dec 2010 13:32:06 -0600 Subject: Jakarta/IIS Integration Thread-Topic: Jakarta/IIS Integration Thread-Index: AcuYoO4ShwLfSStTRaqTQrCRWcsnMQ== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_175553587FBC554795009A3E4AE8725647C8850CCLMEX2K8columni_" MIME-Version: 1.0 --_000_175553587FBC554795009A3E4AE8725647C8850CCLMEX2K8columni_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have been working on this issue for a few days now. Last week, my client = needed to refresh their development server and one of the web services appl= ications that they were running did not come over in working order. To rein= stall I needed to remove the Tomcat instance, and any references in the reg= istries, uninstall everything and then reinstall. This has caused a few new problems, mainly that, because the application is= configured to use IIS as its web server and Tomcat as its Java server, it = needs a Jakarta instance to facilitate the Java handling back and forth. I'= ve looked into this solution and cannot seem to find Jakarta (at least not = a current version) on the Apache site. I did, however, find that Tomcat Con= nectors may have the functionality that I am looking for but, when I looked= at the configuration guide included with the binary distribution it seemed= to be a process more complicated than I, a business process analyst/Remedy= developer, am comfortable performing on a client's box. As I said, this is a bit out of my area of expertise and I am looking for s= uggestions of any nature here. If there is a product that I missed, a step-= by-step guide somewhere out there or anything that you believe would be hel= pful to me at this point, I will be more than happy to hear about it. As it= is, I am at a stand-still with my actual work until I can get this issue r= esolved, so any help will be greatly appreciated. Thank you, James Miner Consultant/Service Support-Column Technologies 130 William Street, 8th Floor, New York, NY 10038 P: +1-650-368-2913 E: [email protected] --_000_175553587FBC554795009A3E4AE8725647C8850CCLMEX2K8columni_-- From [email protected] Fri Dec 10 19:39:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27545 invoked from network); 10 Dec 2010 19:39:04 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Dec 2010 19:39:04 -0000 Received: (qmail 10505 invoked by uid 500); 10 Dec 2010 19:39:04 -0000 Delivered-To: [email protected] Received: (qmail 10401 invoked by uid 500); 10 Dec 2010 19:39: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10393 invoked by uid 99); 10 Dec 2010 19:39:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 19:39:04 +0000 X-ASF-Spam-Status: No, hits=0.7 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 mxout-07.mxes.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 19:38:58 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 9470622E1EB for <[email protected]>; Fri, 10 Dec 2010 14:38:36 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: Jakarta/IIS Integration From: David Fisher <[email protected]> In-Reply-To: <[email protected]> Date: Fri, 10 Dec 2010 11:38:35 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> To: "Jakarta General List" <[email protected]> X-Mailer: Apple Mail (2.1082) Hi James, Apache Tomcat has been an Apache top level project for years. It is no = longer part of Apache Jakarta. http://tomcat.apache.org/ http://tomcat.apache.org/lists.html#tomcat-users The Tomcat user list is very active with many people who will help you = answer this question. Let them know which version of Tomcat, Java, OS, = etc. Regards, Dave On Dec 10, 2010, at 11:32 AM, Miner, James wrote: > I have been working on this issue for a few days now. Last week, my = client needed to refresh their development server and one of the web = services applications that they were running did not come over in = working order. To reinstall I needed to remove the Tomcat instance, and = any references in the registries, uninstall everything and then = reinstall. > This has caused a few new problems, mainly that, because the = application is configured to use IIS as its web server and Tomcat as its = Java server, it needs a Jakarta instance to facilitate the Java handling = back and forth. I've looked into this solution and cannot seem to find = Jakarta (at least not a current version) on the Apache site. I did, = however, find that Tomcat Connectors may have the functionality that I = am looking for but, when I looked at the configuration guide included = with the binary distribution it seemed to be a process more complicated = than I, a business process analyst/Remedy developer, am comfortable = performing on a client's box. > As I said, this is a bit out of my area of expertise and I am looking = for suggestions of any nature here. If there is a product that I missed, = a step-by-step guide somewhere out there or anything that you believe = would be helpful to me at this point, I will be more than happy to hear = about it. As it is, I am at a stand-still with my actual work until I = can get this issue resolved, so any help will be greatly appreciated. >=20 > Thank you, >=20 > James Miner > Consultant/Service Support-Column Technologies > 130 William Street, 8th Floor, New York, NY 10038 > P: +1-650-368-2913 > E: [email protected] >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 10 20:01:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33180 invoked from network); 10 Dec 2010 20:01:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Dec 2010 20:01:55 -0000 Received: (qmail 34147 invoked by uid 500); 10 Dec 2010 20:01:55 -0000 Delivered-To: [email protected] Received: (qmail 34071 invoked by uid 500); 10 Dec 2010 20:01:55 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34063 invoked by uid 99); 10 Dec 2010 20:01:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 20:01:55 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=10.0 tests=RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO l98upmt3.hewitt.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 20:01:48 +0000 Received: from linkap11.hewitt.com (linkap11.hewitt.com [161.129.204.104]) by l98upmt3.hewitt.com (Postfix) with ESMTP id 2253E1C6D70E for <[email protected]>; Fri, 10 Dec 2010 14:01:26 -0600 (CST) Received: from [161.129.204.104] by linkap11.hewitt.com with ESMTP ( Tumbleweed MMS SMTP Relay); Fri, 10 Dec 2010 14:00:55 -0600 X-Server-Uuid: 1ECD4F55-CEAB-4214-8D4D-33C434273253 X-WSS-ID: 0LD8A9D-04-0FA-02 X-M-MSG: Received: from lintng1.hewitt.com (lintng1.hewitt.com [161.129.204.104]) by l98mgi3.hewitt.com (Postfix) with ESMTP id 2DF8A82ACB1 for <[email protected]>; Fri, 10 Dec 2010 14:00:48 -0600 (CST) Subject: Soumya Nair is out of the office. From: "Soumya Nair" <[email protected]> To: "Jakarta General List" <[email protected]> Message-ID: <[email protected]> Date: Fri, 10 Dec 2010 14:00:50 -0600 X-MIMETrack: Serialize by Router on LINTNG1/National/Hewitt Associates(Release 6.5.6FP2|October 17, 2007) at 12/10/2010 02:00:55 PM MIME-Version: 1.0 X-WSS-ID: 611C597D34G20164187-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Regarding your message: Jakarta/IIS Integration I will be out of the office starting 10-Dec-2010 and will not return until 03-Jan-2011. Please create Maestro tickets for any informatica issues The information contained in this e-mail and any accompanying documents may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient of this message, or if this message has been addressed to you in error, please immediately alert the sender by reply e-mail and then delete this message, including any attachments. Any dissemination, distribution or other use of the contents of this message by anyone other than the intended recipient is strictly prohibited. All messages sent to and from this e-mail address may be monitored as permitted by applicable law and regulations to ensure compliance with our internal policies and to protect our business. E-mails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, lost or destroyed, or contain viruses. You are deemed to have accepted these risks if you communicate with us by e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Dec 28 22:53:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40172 invoked from network); 28 Dec 2010 22:53:30 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Dec 2010 22:53:30 -0000 Received: (qmail 39187 invoked by uid 500); 28 Dec 2010 22:53:30 -0000 Delivered-To: [email protected] Received: (qmail 39044 invoked by uid 500); 28 Dec 2010 22:53:29 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39029 invoked by uid 99); 28 Dec 2010 22:53:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Dec 2010 22:53:29 +0000 X-ASF-Spam-Status: No, hits=-2.7 required=10.0 tests=ASF_LIST_OPS,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-iw0-f194.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Dec 2010 22:53:24 +0000 Received: by iwn42 with SMTP id 42so5274841iwn.1 for <[email protected]>; Tue, 28 Dec 2010 14:53:03 -0800 (PST) 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=oP/jvzN/19rd/mHbU6GsrbT30MO6pnKR8tscIeWRhgQ=; b=vAYXgoAeSJXJLO9DX5a57kxgMP/i8I8FEPeAixhCg8tWC04x58s6u62M/nhn5DqrQZ 01Wx1jiiVnIMGQNiVv5mljqMf2pWG5tJAIhmZQf+gc/yeIt7/xH+wuBoRP+4dcyubaUp hImHUOaseIR8FNki9P5uiSjAQa/oskTDBDwTE= 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=dG64ZRUoHtGhXNEeaM0lXUvrx0b+IwM8LuD7pJEjohZybvNiqp91SLNN21friYu5gd I/1D5IdzWlFDkGq2YsPZ53OzyyrnmSfc9C+4AFW3x4R8OH26NTqDL9nAnS2myu3RS7lo owU8EBqLJQXZeXMq//thvR8oFu4ymDX1VnyuA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id bi9mr14010000icb.194.1293576782555; Tue, 28 Dec 2010 14:53:02 -0800 (PST) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Tue, 28 Dec 2010 14:53:02 -0800 (PST) Date: Wed, 29 Dec 2010 06:53:02 +0800 X-Google-Sender-Auth: ZhEWTUG-CueArTHEO5PDoBdkhZo Message-ID: <[email protected]> Subject: FW:FW From: Rida Benjelloun <[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], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Content-Type: text/plain; charset=ISO-8859-1 I bought some items from a commercial site, because of the unique channel of purchases, product prices unexpected, I think you can go to see: elesales.com , high-quality products can also attract you. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Thu Mar 01 10:55:33 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39105 invoked from network); 1 Mar 2007 10:55:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Mar 2007 10:55:31 -0000 Received: (qmail 56759 invoked by uid 500); 1 Mar 2007 10:55:39 -0000 Delivered-To: [email protected] Received: (qmail 56740 invoked by uid 500); 1 Mar 2007 10:55: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56728 invoked by uid 99); 1 Mar 2007 10:55:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 02:55:39 -0800 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, 01 Mar 2007 02:55:30 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 25F621A981A; Thu, 1 Mar 2007 02:55:10 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r513271 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java Date: Thu, 01 Mar 2007 10:55: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: vhennebert Date: Thu Mar 1 02:55:09 2007 New Revision: 513271 URL: http://svn.apache.org/viewvc?view=rev&rev=513271 Log: Small factorization: put painter.addAreasAndFlushRow at the end of iterateAndPaintPositions since each time the former method is called immediately after the latter Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java?view=diff&rev=513271&r1=513270&r2=513271 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java Thu Mar 1 02:55:09 2007 @@ -678,20 +678,17 @@ //be handled first before all other TableContentPositions PositionIterator nestedIter = new KnuthPossPosIter(headerElements); iterateAndPaintPositions(nestedIter, painter); - painter.addAreasAndFlushRow(true); } //Iterate over all steps Iterator posIter = positions.iterator(); iterateAndPaintPositions(posIter, painter); - painter.addAreasAndFlushRow(true); painter.notifyNestedPenaltyArea(nestedPenaltyArea); if (footerElements != null) { //Positions for footers are simply added at the end PositionIterator nestedIter = new KnuthPossPosIter(footerElements); iterateAndPaintPositions(nestedIter, painter); - painter.addAreasAndFlushRow(true); } painter.notifyEndOfSequence(); @@ -755,6 +752,7 @@ getTableLM().getCurrentPV().addMarkers(body.getMarkers(), false, firstPos, lastPos); } + painter.addAreasAndFlushRow(true); } /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Mar 01 17:10:37 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94429 invoked from network); 1 Mar 2007 17:10:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Mar 2007 17:10:37 -0000 Received: (qmail 71899 invoked by uid 500); 1 Mar 2007 17:10:45 -0000 Delivered-To: [email protected] Received: (qmail 71880 invoked by uid 500); 1 Mar 2007 17:10: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71868 invoked by uid 99); 1 Mar 2007 17:10:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 09:10:45 -0800 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, 01 Mar 2007 09:10:36 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id EA34C1A981A; Thu, 1 Mar 2007 09:10:15 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r513407 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java Date: Thu, 01 Mar 2007 17:10:15 -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: vhennebert Date: Thu Mar 1 09:10:14 2007 New Revision: 513407 URL: http://svn.apache.org/viewvc?view=rev&rev=513407 Log: Small simplification: remove an unneeded parameter from the getContentHeight method Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java?view=diff&rev=513407&r1=513406&r2=513407 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java Thu Mar 1 09:10:14 2007 @@ -315,7 +315,12 @@ rowHeight = h; } - private int getContentHeight(int rowHeight, GridUnit gu) { + /** + * Returns the bpd of the given grid unit. + * @param gu a grid unit belonging to this cell + * @return the content height of the grid unit + */ + private int getContentHeight(GridUnit gu) { int bpd = rowHeight; if (isSeparateBorderModel()) { bpd -= gu.getPrimary().getBorders().getBorderBeforeWidth(false); @@ -377,7 +382,7 @@ block.addTrait(Trait.IS_REFERENCE_AREA, Boolean.TRUE); block.setPositioning(Block.ABSOLUTE); - int bpd = getContentHeight(rowHeight, gu); + int bpd = getContentHeight(gu); if (isSeparateBorderModel()) { bpd += (gu.getBorders().getBorderBeforeWidth(false)); bpd += (gu.getBorders().getBorderAfterWidth(false)); @@ -412,7 +417,7 @@ } //Handle display-align - int contentBPD = getContentHeight(rowHeight, gridUnit); + int contentBPD = getContentHeight(gridUnit); if (usedBPD < contentBPD) { if (getTableCell().getDisplayAlign() == EN_CENTER) { Block space = new Block(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 02 16:56:37 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82016 invoked from network); 2 Mar 2007 16:56:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Mar 2007 16:56:36 -0000 Received: (qmail 44277 invoked by uid 500); 2 Mar 2007 16:56:45 -0000 Delivered-To: [email protected] Received: (qmail 44174 invoked by uid 500); 2 Mar 2007 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]> List-Id: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44163 invoked by uid 99); 2 Mar 2007 16:56:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 08:56:45 -0800 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, 02 Mar 2007 08:56:35 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id B2F841A981A; Fri, 2 Mar 2007 08:56:15 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r513840 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontSetup.java Date: Fri, 02 Mar 2007 16:56:15 -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: jeremias Date: Fri Mar 2 08:56:15 2007 New Revision: 513840 URL: http://svn.apache.org/viewvc?view=rev&rev=513840 Log: renderer may be null when called from the PDFTranscoder. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontSetup.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontSetup.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontSetup.java?view=diff&rev=513840&r1=513839&r2=513840 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontSetup.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontSetup.java Fri Mar 2 08:56:15 2007 @@ -261,14 +261,16 @@ throws ConfigurationException { List fontList = new java.util.ArrayList(); - FontResolver fontResolver = renderer.getFontResolver(); + FontResolver fontResolver = (renderer != null ? renderer.getFontResolver() : null); if (fontResolver == null) { //Ensure that we have minimal font resolution capabilities fontResolver = FontSetup.createMinimalFontResolver(); } - boolean strict - = renderer.getUserAgent().getFactory().validateUserConfigStrictly(); + boolean strict = false; + if (renderer != null) { + strict = renderer.getUserAgent().getFactory().validateUserConfigStrictly(); + } Configuration[] fonts = cfg.getChildren("fonts"); for (int f = 0; f < fonts.length; f++) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 02 17:12:04 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86924 invoked from network); 2 Mar 2007 17:12:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Mar 2007 17:12:03 -0000 Received: (qmail 65925 invoked by uid 500); 2 Mar 2007 17:12:12 -0000 Delivered-To: [email protected] Received: (qmail 65911 invoked by uid 500); 2 Mar 2007 17: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65900 invoked by uid 99); 2 Mar 2007 17:12:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 09:12:12 -0800 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, 02 Mar 2007 09:12:02 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 373821A981A; Fri, 2 Mar 2007 09:11:42 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r513845 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/servlet/FopServlet.java Date: Fri, 02 Mar 2007 17:11:41 -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: jeremias Date: Fri Mar 2 09:11:41 2007 New Revision: 513845 URL: http://svn.apache.org/viewvc?view=rev&rev=513845 Log: Allow the file parameters to be resolved by the URIResolver. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/servlet/FopServlet.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/servlet/FopServlet.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/servlet/FopServlet.java?view=diff&rev=513845&r1=513844&r2=513845 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/servlet/FopServlet.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/servlet/FopServlet.java Fri Mar 2 09:11:41 2007 @@ -144,7 +144,16 @@ * @return Source the generated Source object */ protected Source convertString2Source(String param) { - return new StreamSource(new File(param)); + Source src; + try { + src = uriResolver.resolve(param, null); + } catch (TransformerException e) { + src = null; + } + if (src == null) { + src = new StreamSource(new File(param)); + } + return src; } private void sendPDF(byte[] content, HttpServletResponse response) throws IOException { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 02 17:30:41 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93214 invoked from network); 2 Mar 2007 17:30:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Mar 2007 17:30:40 -0000 Received: (qmail 97035 invoked by uid 500); 2 Mar 2007 17:30:49 -0000 Delivered-To: [email protected] Received: (qmail 97013 invoked by uid 500); 2 Mar 2007 17:30: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96998 invoked by uid 99); 2 Mar 2007 17:30:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 09:30:49 -0800 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, 02 Mar 2007 09:30:38 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 971321A981A; Fri, 2 Mar 2007 09:30:18 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r513857 - in /xmlgraphics/fop/trunk: ./ lib/ src/foschema/ src/java/org/apache/fop/render/ps/ Date: Fri, 02 Mar 2007 17:30:17 -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: jeremias Date: Fri Mar 2 09:30:16 2007 New Revision: 513857 URL: http://svn.apache.org/viewvc?view=rev&rev=513857 Log: Added support for an optional two-pass production for PostScript output to minimize file size. This adds images only once and adds only the fonts that are really used. The actual resource optimization is implemented with the use of the new DSC parser in XML Graphics Commons. A simple test file with a few images and a few configured fonts of which most are not used shows, that with the two-pass approach the file size of the generated PostScript file decreased from 510KB to 160KB. Note that enabling this feature will increase the memory requirements in the PostScript interpreter when there are many images. Documentation follows. Added: xmlgraphics/fop/trunk/lib/xmlgraphics-commons-1.2svn.jar (with props) xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageFormResource.java (with props) xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java (with props) Removed: xmlgraphics/fop/trunk/lib/xmlgraphics-commons-1.1.jar Modified: xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSFontUtils.java xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageUtils.java xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSRenderer.java xmlgraphics/fop/trunk/status.xml Added: xmlgraphics/fop/trunk/lib/xmlgraphics-commons-1.2svn.jar URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/lib/xmlgraphics-commons-1.2svn.jar?view=auto&rev=513857 ============================================================================== Binary file - no diff available. Propchange: xmlgraphics/fop/trunk/lib/xmlgraphics-commons-1.2svn.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd?view=diff&rev=513857&r1=513856&r2=513857 ============================================================================== --- xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd (original) +++ xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd Fri Mar 2 09:30:16 2007 @@ -116,18 +116,33 @@ <xsd:documentation>Configuration elements used by the PostScript renderer, MIME type application/postscript</xsd:documentation> </xsd:annotation> - <xsd:element name="auto-rotate-landscape"> + <xsd:element name="auto-rotate-landscape" type="xsd:boolean" default="false" minOccurs="0"> <xsd:annotation> - <xsd:documentation>auto-rotate-landscape is used by the PostScript renderer, - MIME type application/postscript.</xsd:documentation> + <xsd:documentation>When set to "true" a landscape page is automatically + rotated and specified as a landscape page in PostScript.</xsd:documentation> + </xsd:annotation> + </xsd:element> + <xsd:element name="language-level" default="3" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>Specifies the PostScript language level to use when + generating PostScript code. + language-level is used by the PostScript renderer, + MIME type application/postscript.</xsd:documentation> </xsd:annotation> <xsd:simpleType> - <xsd:restriction base="xsd:string"> - <xsd:enumeration value="false"/> - <xsd:enumeration value="true"/> + <xsd:restriction base="xsd:positiveInteger"> + <xsd:enumeration value="2"/> + <xsd:enumeration value="3"/> </xsd:restriction> </xsd:simpleType> </xsd:element> + <xsd:element name="optimize-resources" type="xsd:boolean" default="false" minOccurs="0"> + <xsd:annotation> + <xsd:documentation>When set to "true" PostScript resources are optimized by making a + second pass over the PostScript file (rewriting it). Optimized means that no duplicate + images are written to the stream and only used fonts are added to the PostScript file.</xsd:documentation> + </xsd:annotation> + </xsd:element> </xsd:sequence> <xsd:sequence> <xsd:annotation> @@ -193,7 +208,7 @@ <xsd:sequence> <xsd:element name="font-triplet" type="fontTripletType" maxOccurs="unbounded"/> </xsd:sequence> - <xsd:attribute name="metrics-url" type="xsd:anyURI" use="required"/> + <xsd:attribute name="metrics-url" type="xsd:anyURI" use="optional"/> <xsd:attribute name="embed-url" type="xsd:anyURI" use="optional"/> <xsd:attribute name="kerning" use="optional" default="no"> <xsd:simpleType> Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSFontUtils.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSFontUtils.java?view=diff&rev=513857&r1=513856&r2=513857 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSFontUtils.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSFontUtils.java Fri Mar 2 09:30:16 2007 @@ -29,6 +29,8 @@ import javax.xml.transform.Source; import javax.xml.transform.stream.StreamSource; +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; import org.apache.fop.fonts.CustomFont; import org.apache.fop.fonts.Font; import org.apache.fop.fonts.FontInfo; @@ -38,12 +40,16 @@ import org.apache.xmlgraphics.ps.DSCConstants; import org.apache.xmlgraphics.ps.PSGenerator; import org.apache.xmlgraphics.ps.PSResource; +import org.apache.xmlgraphics.ps.dsc.ResourceTracker; /** * Utility code for font handling in PostScript. */ public class PSFontUtils extends org.apache.xmlgraphics.ps.PSFontUtils { + /** logging instance */ + protected static Log log = LogFactory.getLog(PSFontUtils.class); + /** * Generates the PostScript code for the font dictionary. * @param gen PostScript generator to use for output @@ -53,59 +59,41 @@ */ public static Map writeFontDict(PSGenerator gen, FontInfo fontInfo) throws IOException { + return writeFontDict(gen, fontInfo, fontInfo.getFonts()); + } + + /** + * Generates the PostScript code for the font dictionary. + * @param gen PostScript generator to use for output + * @param fontInfo available fonts + * @param fonts the set of fonts to work with + * @return a Map of PSResource instances representing all defined fonts (key: font key) + * @throws IOException in case of an I/O problem + */ + public static Map writeFontDict(PSGenerator gen, FontInfo fontInfo, Map fonts) + throws IOException { gen.commentln("%FOPBeginFontDict"); - gen.writeln("/FOPFonts 100 dict dup begin"); - // write("/gfF1{/Helvetica findfont} bd"); - // write("/gfF3{/Helvetica-Bold findfont} bd"); - Map fonts = fontInfo.getFonts(); Map fontResources = new java.util.HashMap(); Iterator iter = fonts.keySet().iterator(); while (iter.hasNext()) { String key = (String)iter.next(); - Typeface tf = (Typeface)fonts.get(key); - if (tf instanceof LazyFont) { - tf = ((LazyFont)tf).getRealFont(); - } - if (tf == null) { - //This is to avoid an NPE if a malconfigured font is in the configuration but not - //used in the document. If it were used, we wouldn't get this far. - String fallbackKey = fontInfo.getInternalFontKey(Font.DEFAULT_FONT); - tf = (Typeface)fonts.get(fallbackKey); - } + Typeface tf = getTypeFace(fontInfo, fonts, key); PSResource fontRes = new PSResource("font", tf.getFontName()); fontResources.put(key, fontRes); - boolean embeddedFont = false; - if (FontType.TYPE1 == tf.getFontType()) { - if (tf instanceof CustomFont) { - CustomFont cf = (CustomFont)tf; - InputStream in = getInputStreamOnFont(gen, cf); - if (in != null) { - gen.writeDSCComment(DSCConstants.BEGIN_RESOURCE, - fontRes); - embedType1Font(gen, in); - gen.writeDSCComment(DSCConstants.END_RESOURCE); - gen.notifyResourceUsage(fontRes, false); - embeddedFont = true; - } - } - } - if (!embeddedFont) { - gen.writeDSCComment(DSCConstants.INCLUDE_RESOURCE, fontRes); - //Resource usage shall be handled by renderer - //gen.notifyResourceUsage(fontRes, true); - } - gen.commentln("%FOPBeginFontKey: " + key); - gen.writeln("/" + key + " /" + tf.getFontName() + " def"); - gen.commentln("%FOPEndFontKey"); + embedFont(gen, tf, fontRes); } - gen.writeln("end def"); gen.commentln("%FOPEndFontDict"); + reencodeFonts(gen, fonts); + return fontResources; + } + + private static void reencodeFonts(PSGenerator gen, Map fonts) throws IOException { gen.commentln("%FOPBeginFontReencode"); defineWinAnsiEncoding(gen); //Rewrite font encodings - iter = fonts.keySet().iterator(); + Iterator iter = fonts.keySet().iterator(); while (iter.hasNext()) { String key = (String)iter.next(); Typeface fm = (Typeface)fonts.get(key); @@ -115,25 +103,72 @@ //ignore (ZapfDingbats and Symbol run through here //TODO: ZapfDingbats and Symbol should get getEncoding() fixed! } else if ("WinAnsiEncoding".equals(fm.getEncoding())) { - gen.writeln("/" + fm.getFontName() + " findfont"); - gen.writeln("dup length dict begin"); - gen.writeln(" {1 index /FID ne {def} {pop pop} ifelse} forall"); - gen.writeln(" /Encoding " + fm.getEncoding() + " def"); - gen.writeln(" currentdict"); - gen.writeln("end"); - gen.writeln("/" + fm.getFontName() + " exch definefont pop"); + redefineFontEncoding(gen, fm.getFontName(), fm.getEncoding()); } else { gen.commentln("%WARNING: Only WinAnsiEncoding is supported. Font '" + fm.getFontName() + "' asks for: " + fm.getEncoding()); } } gen.commentln("%FOPEndFontReencode"); - return fontResources; } + private static Typeface getTypeFace(FontInfo fontInfo, Map fonts, String key) { + Typeface tf = (Typeface)fonts.get(key); + if (tf instanceof LazyFont) { + tf = ((LazyFont)tf).getRealFont(); + } + if (tf == null) { + //This is to avoid an NPE if a malconfigured font is in the configuration but not + //used in the document. If it were used, we wouldn't get this far. + String fallbackKey = fontInfo.getInternalFontKey(Font.DEFAULT_FONT); + tf = (Typeface)fonts.get(fallbackKey); + } + return tf; + } + + /** + * Embeds a font in the PostScript file. + * @param gen the PostScript generator + * @param tf the font + * @param fontRes the PSResource associated with the font + * @throws IOException In case of an I/O error + */ + public static void embedFont(PSGenerator gen, Typeface tf, PSResource fontRes) + throws IOException { + boolean embeddedFont = false; + if (FontType.TYPE1 == tf.getFontType()) { + if (tf instanceof CustomFont) { + CustomFont cf = (CustomFont)tf; + if (isEmbeddable(cf)) { + InputStream in = getInputStreamOnFont(gen, cf); + if (in != null) { + gen.writeDSCComment(DSCConstants.BEGIN_RESOURCE, + fontRes); + embedType1Font(gen, in); + gen.writeDSCComment(DSCConstants.END_RESOURCE); + gen.getResourceTracker().registerSuppliedResource(fontRes); + embeddedFont = true; + } else { + gen.commentln("%WARNING: Could not embed font: " + cf.getFontName()); + log.warn("Font " + cf.getFontName() + " is marked as supplied in the" + + " PostScript file but could not be embedded!"); + } + } + } + } + if (!embeddedFont) { + gen.writeDSCComment(DSCConstants.INCLUDE_RESOURCE, fontRes); + } + } + + private static boolean isEmbeddable(CustomFont font) { + return font.isEmbeddable() + && (font.getEmbedFileName() != null || font.getEmbedResourceName() != null); + } + private static InputStream getInputStreamOnFont(PSGenerator gen, CustomFont font) throws IOException { - if (font.isEmbeddable()) { + if (isEmbeddable(font)) { Source source = font.getEmbedFileSource(); if (source == null && font.getEmbedResourceName() != null) { source = new StreamSource(PSFontUtils.class @@ -166,6 +201,35 @@ } else { return null; } + } + + /** + * Determines the set of fonts that will be supplied with the PS file and registers them + * with the resource tracker. All the fonts that are being processed are returned as a Map. + * @param resTracker the resource tracker + * @param fontInfo available fonts + * @param fonts the set of fonts to work with + * @return a Map of PSResource instances representing all defined fonts (key: font key) + */ + public static Map determineSuppliedFonts(ResourceTracker resTracker, + FontInfo fontInfo, Map fonts) { + Map fontResources = new java.util.HashMap(); + Iterator iter = fonts.keySet().iterator(); + while (iter.hasNext()) { + String key = (String)iter.next(); + Typeface tf = getTypeFace(fontInfo, fonts, key); + PSResource fontRes = new PSResource("font", tf.getFontName()); + fontResources.put(key, fontRes); + if (FontType.TYPE1 == tf.getFontType()) { + if (tf instanceof CustomFont) { + CustomFont cf = (CustomFont)tf; + if (isEmbeddable(cf)) { + resTracker.registerSuppliedResource(fontRes); + } + } + } + } + return fontResources; } } Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageFormResource.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageFormResource.java?view=auto&rev=513857 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageFormResource.java (added) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageFormResource.java Fri Mar 2 09:30:16 2007 @@ -0,0 +1,60 @@ +/* + * 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$ */ + +package org.apache.fop.render.ps; + +import org.apache.xmlgraphics.ps.PSResource; + +/** + * PostScript Resource class representing a FOP form. This is used by PSRenderer to keep track + * of images. + */ +public class PSImageFormResource extends PSResource { + + private String uri; + + /** + * Create a new Form Resource. + * @param id An ID for the form + * @param uri the URI to the image + */ + public PSImageFormResource(int id, String uri) { + this("FOPForm:" + Integer.toString(id), uri); + } + + /** + /** + * Create a new Form Resource. + * @param name the name of the resource + * @param uri the URI to the image + */ + public PSImageFormResource(String name, String uri) { + super(PSResource.TYPE_FORM, name); + this.uri = uri; + } + + /** + * Returns the image URI. + * @return the image URI + */ + public String getImageURI() { + return this.uri; + } + +} Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageFormResource.java ------------------------------------------------------------------------------ svn:eol-style = native Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageUtils.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageUtils.java?view=diff&rev=513857&r1=513856&r2=513857 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageUtils.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageUtils.java Fri Mar 2 09:30:16 2007 @@ -29,6 +29,7 @@ import org.apache.fop.image.FopImage; import org.apache.fop.image.JpegImage; import org.apache.xmlgraphics.ps.PSGenerator; +import org.apache.xmlgraphics.ps.PSResource; /** * Utility code for rendering images in PostScript. @@ -51,15 +52,69 @@ public static void renderBitmapImage(FopImage img, float x, float y, float w, float h, PSGenerator gen) throws IOException { - if (img instanceof JpegImage) { + boolean isJPEG = (img instanceof JpegImage && (gen.getPSLevel() >= 3)); + byte[] imgmap = convertImageToRawBitmapArray(img, isJPEG); + if (imgmap == null) { + gen.commentln("%Image data is not available: " + img); + return; //Image cannot be converted + } + + String imgDescription = img.getMimeType() + " " + img.getOriginalURI(); + Dimension imgDim = new Dimension(img.getWidth(), img.getHeight()); + Rectangle2D targetRect = new Rectangle2D.Double(x, y, w, h); + writeImage(imgmap, imgDim, imgDescription, targetRect, isJPEG, + img.getColorSpace(), gen); + } + + /** + * Renders a bitmap image (as form) to PostScript. + * @param img image to render + * @param form the form resource + * @param x x position + * @param y y position + * @param w width + * @param h height + * @param gen PS generator + * @throws IOException In case of an I/O problem while rendering the image + */ + public static void renderForm(FopImage img, PSResource form, + float x, float y, float w, float h, PSGenerator gen) + throws IOException { + Rectangle2D targetRect = new Rectangle2D.Double(x, y, w, h); + paintForm(form, targetRect, gen); + } + + /** + * Generates a form resource for a FopImage in PostScript. + * @param img image to render + * @param form the form resource + * @param gen PS generator + * @throws IOException In case of an I/O problem while rendering the image + */ + public static void generateFormResourceForImage(FopImage img, PSResource form, + PSGenerator gen) throws IOException { + boolean isJPEG = (img instanceof JpegImage && (gen.getPSLevel() >= 3)); + byte[] imgmap = convertImageToRawBitmapArray(img, isJPEG); + if (imgmap == null) { + gen.commentln("%Image data is not available: " + img); + return; //Image cannot be converted + } + + String imgDescription = img.getMimeType() + " " + img.getOriginalURI(); + Dimension imgDim = new Dimension(img.getWidth(), img.getHeight()); + writeReusableImage(imgmap, imgDim, form.getName(), imgDescription, isJPEG, + img.getColorSpace(), gen); + } + + private static byte[] convertImageToRawBitmapArray(FopImage img, boolean allowUndecodedJPEG) + throws IOException { + if (img instanceof JpegImage && allowUndecodedJPEG) { if (!img.load(FopImage.ORIGINAL_DATA)) { - gen.commentln("%JPEG image could not be processed: " + img); - return; + return null; } } else { if (!img.load(FopImage.BITMAP)) { - gen.commentln("%Bitmap image could not be processed: " + img); - return; + return null; } } byte[] imgmap; @@ -68,15 +123,18 @@ } else { imgmap = img.getRessourceBytes(); } - - String imgName = img.getMimeType() + " " + img.getOriginalURI(); - Dimension imgDim = new Dimension(img.getWidth(), img.getHeight()); - Rectangle2D targetRect = new Rectangle2D.Double(x, y, w, h); - boolean isJPEG = (img instanceof JpegImage); - writeImage(imgmap, imgDim, imgName, targetRect, isJPEG, - img.getColorSpace(), gen); + return imgmap; } + /** + * Renders an EPS image to PostScript. + * @param img EPS image to render + * @param x x position + * @param y y position + * @param w width + * @param h height + * @param gen PS generator + */ public static void renderEPS(EPSImage img, float x, float y, float w, float h, PSGenerator gen) { Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSRenderer.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSRenderer.java?view=diff&rev=513857&r1=513856&r2=513857 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSRenderer.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSRenderer.java Fri Mar 2 09:30:16 2007 @@ -23,7 +23,9 @@ import java.awt.Color; import java.awt.geom.Rectangle2D; import java.awt.image.RenderedImage; +import java.io.File; import java.io.IOException; +import java.io.InputStream; import java.io.LineNumberReader; import java.io.OutputStream; import java.util.Iterator; @@ -35,6 +37,9 @@ // FOP import org.apache.avalon.framework.configuration.Configuration; import org.apache.avalon.framework.configuration.ConfigurationException; +import org.apache.commons.io.IOUtils; +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; import org.apache.fop.apps.FOPException; import org.apache.fop.area.Area; import org.apache.fop.area.BlockViewport; @@ -57,6 +62,7 @@ import org.apache.fop.fo.extensions.ExtensionAttachment; import org.apache.fop.fonts.Font; import org.apache.fop.fonts.FontSetup; +import org.apache.fop.fonts.LazyFont; import org.apache.fop.fonts.Typeface; import org.apache.fop.image.EPSImage; import org.apache.fop.image.FopImage; @@ -66,7 +72,6 @@ import org.apache.fop.render.AbstractPathOrientedRenderer; import org.apache.fop.render.ImageAdapter; import org.apache.fop.render.RendererContext; -import org.apache.fop.render.pdf.PDFRendererContextConstants; import org.apache.fop.render.ps.extensions.PSSetupCode; import org.apache.fop.util.CharUtilities; @@ -75,6 +80,8 @@ import org.apache.xmlgraphics.ps.PSProcSets; import org.apache.xmlgraphics.ps.PSResource; import org.apache.xmlgraphics.ps.PSState; +import org.apache.xmlgraphics.ps.dsc.DSCException; +import org.apache.xmlgraphics.ps.dsc.ResourceTracker; import org.w3c.dom.Document; @@ -99,17 +106,32 @@ */ public class PSRenderer extends AbstractPathOrientedRenderer implements ImageAdapter { + /** logging instance */ + private static Log log = LogFactory.getLog(PSRenderer.class); + /** The MIME type for PostScript */ public static final String MIME_TYPE = "application/postscript"; + private static final String AUTO_ROTATE_LANDSCAPE = "auto-rotate-landscape"; + private static final String OPTIMIZE_RESOURCES = "optimize-resources"; + private static final String LANGUAGE_LEVEL = "language-level"; + /** The application producing the PostScript */ private int currentPageNumber = 0; private boolean enableComments = true; private boolean autoRotateLandscape = false; + private int languageLevel = PSGenerator.DEFAULT_LANGUAGE_LEVEL; + /** the OutputStream the PS file is written to */ + private OutputStream outputStream; + /** the temporary file in case of two-pass processing */ + private File tempFile; + /** The PostScript generator used to output the PostScript */ protected PSGenerator gen; + /** Determines whether the PS file is generated in two passes to minimize file size */ + private boolean twoPassGeneration = false; private boolean ioTrouble = false; private boolean inTextMode = false; @@ -120,13 +142,17 @@ /** This is a map of PSResource instances of all fonts defined (key: font key) */ private Map fontResources; + /** This is a map of PSResource instances of all forms (key: uri) */ + private Map formResources; /** * @see org.apache.avalon.framework.configuration.Configurable#configure(Configuration) */ public void configure(Configuration cfg) throws ConfigurationException { super.configure(cfg); - this.autoRotateLandscape = cfg.getChild("auto-rotate-landscape").getValueAsBoolean(false); + this.autoRotateLandscape = cfg.getChild(AUTO_ROTATE_LANDSCAPE).getValueAsBoolean(false); + this.languageLevel = cfg.getChild(LANGUAGE_LEVEL).getValueAsInteger(this.languageLevel); + this.twoPassGeneration = cfg.getChild(OPTIMIZE_RESOURCES).getValueAsBoolean(false); //Font configuration List cfgFonts = FontSetup.buildFontListFromConfiguration(cfg, this); @@ -138,6 +164,46 @@ } /** + * @see org.apache.fop.render.Renderer#setUserAgent(FOUserAgent) + */ + public void setUserAgent(FOUserAgent agent) { + super.setUserAgent(agent); + Object obj; + obj = agent.getRendererOptions().get(AUTO_ROTATE_LANDSCAPE); + if (obj != null) { + this.autoRotateLandscape = booleanValueOf(obj); + } + obj = agent.getRendererOptions().get(LANGUAGE_LEVEL); + if (obj != null) { + this.languageLevel = intValueOf(obj); + } + obj = agent.getRendererOptions().get(OPTIMIZE_RESOURCES); + if (obj != null) { + this.twoPassGeneration = booleanValueOf(obj); + } + } + + private boolean booleanValueOf(Object obj) { + if (obj instanceof Boolean) { + return ((Boolean)obj).booleanValue(); + } else if (obj instanceof String) { + return Boolean.valueOf((String)obj).booleanValue(); + } else { + throw new IllegalArgumentException("Boolean or \"true\" or \"false\" expected."); + } + } + + private int intValueOf(Object obj) { + if (obj instanceof Integer) { + return ((Integer)obj).intValue(); + } else if (obj instanceof String) { + return Integer.parseInt((String)obj); + } else { + throw new IllegalArgumentException("Integer or String with a number expected."); + } + } + + /** * Sets the landscape mode for this renderer. * @param value false will normally generate a "pseudo-portrait" page, true will rotate * a "wider-than-long" page by 90 degrees. @@ -151,13 +217,6 @@ return this.autoRotateLandscape; } - /** - * @see org.apache.fop.render.Renderer#setUserAgent(FOUserAgent) - */ - public void setUserAgent(FOUserAgent agent) { - super.setUserAgent(agent); - } - /** @see org.apache.fop.render.Renderer#getGraphics2DAdapter() */ public Graphics2DAdapter getGraphics2DAdapter() { return new PSGraphics2DAdapter(this); @@ -282,11 +341,11 @@ } /** @see org.apache.fop.render.AbstractPathOrientedRenderer */ - protected void drawImage(String url, Rectangle2D pos, Map foreignAttributes) { + protected void drawImage(String uri, Rectangle2D pos, Map foreignAttributes) { endTextObject(); - url = ImageFactory.getURL(url); + uri = ImageFactory.getURL(uri); ImageFactory fact = userAgent.getFactory().getImageFactory(); - FopImage fopimage = fact.getImage(url, userAgent); + FopImage fopimage = fact.getImage(uri, userAgent); if (fopimage == null) { return; } @@ -320,13 +379,34 @@ } else if (fopimage instanceof EPSImage) { PSImageUtils.renderEPS((EPSImage)fopimage, x, y, w, h, gen); } else { - PSImageUtils.renderBitmapImage(fopimage, x, y, w, h, gen); + if (isImageInlined(uri, fopimage)) { + PSImageUtils.renderBitmapImage(fopimage, x, y, w, h, gen); + } else { + PSResource form = getFormForImage(uri, fopimage); + PSImageUtils.renderForm(fopimage, form, x, y, w, h, gen); + } } } catch (IOException ioe) { handleIOTrouble(ioe); } } + protected PSResource getFormForImage(String uri, FopImage fopimage) { + if (this.formResources == null) { + this.formResources = new java.util.HashMap(); + } + PSResource form = (PSResource)this.formResources.get(uri); + if (form == null) { + form = new PSImageFormResource(this.formResources.size() + 1, uri); + this.formResources.put(uri, form); + } + return form; + } + + protected boolean isImageInlined(String uri, FopImage image) { + return !this.twoPassGeneration; + } + /** @see org.apache.fop.render.ImageAdapter */ public void paintImage(RenderedImage image, RendererContext context, int x, int y, int width, int height) throws IOException { @@ -406,14 +486,48 @@ } } + private String getPostScriptNameForFontKey(String key) { + Map fonts = fontInfo.getFonts(); + Typeface tf = (Typeface)fonts.get(key); + if (tf instanceof LazyFont) { + tf = ((LazyFont)tf).getRealFont(); + } + if (tf == null) { + throw new IllegalStateException("Font not available: " + key); + } + return tf.getFontName(); + } + + /** + * Returns the PSResource for the given font key. + * @param key the font key ("F*") + * @return the matching PSResource + */ + protected PSResource getPSResourceForFontKey(String key) { + PSResource res = null; + if (this.fontResources != null) { + res = (PSResource)this.fontResources.get(key); + } else { + this.fontResources = new java.util.HashMap(); + } + if (res == null) { + res = new PSResource(PSResource.TYPE_FONT, getPostScriptNameForFontKey(key)); + this.fontResources.put(key, res); + } + return res; + } + /** * Changes the currently used font. - * @param name name of the font + * @param key key of the font ("F*") * @param size font size */ - public void useFont(String name, int size) { + protected void useFont(String key, int size) { try { - gen.useFont(name, size / 1000f); + PSResource res = getPSResourceForFontKey(key); + //gen.useFont(key, size / 1000f); + gen.useFont("/" + res.getName(), size / 1000f); + gen.getResourceTracker().notifyResourceUsageOnPage(res); } catch (IOException ioe) { handleIOTrouble(ioe); } @@ -598,15 +712,26 @@ */ public void startRenderer(OutputStream outputStream) throws IOException { - log.debug("rendering areas to PostScript"); + log.debug("Rendering areas to PostScript..."); + this.outputStream = outputStream; + OutputStream out; + if (twoPassGeneration) { + this.tempFile = File.createTempFile("fop", null); + out = new java.io.FileOutputStream(this.tempFile); + out = new java.io.BufferedOutputStream(out); + } else { + out = this.outputStream; + } + //Setup for PostScript generation - this.gen = new PSGenerator(outputStream) { + this.gen = new PSGenerator(out) { /** Need to subclass PSGenerator to have better URI resolution */ public Source resolveURI(String uri) { return userAgent.resolveURI(uri); } }; + this.gen.setPSLevel(this.languageLevel); this.currentPageNumber = 0; //PostScript Header @@ -614,9 +739,9 @@ gen.writeDSCComment(DSCConstants.CREATOR, new String[] {userAgent.getProducer()}); gen.writeDSCComment(DSCConstants.CREATION_DATE, new Object[] {new java.util.Date()}); gen.writeDSCComment(DSCConstants.LANGUAGE_LEVEL, new Integer(gen.getPSLevel())); - gen.writeDSCComment(DSCConstants.PAGES, new Object[] {PSGenerator.ATEND}); + gen.writeDSCComment(DSCConstants.PAGES, new Object[] {DSCConstants.ATEND}); gen.writeDSCComment(DSCConstants.DOCUMENT_SUPPLIED_RESOURCES, - new Object[] {PSGenerator.ATEND}); + new Object[] {DSCConstants.ATEND}); gen.writeDSCComment(DSCConstants.END_COMMENTS); //Defaults @@ -631,29 +756,65 @@ */ public void stopRenderer() throws IOException { //Notify resource usage for font which are not supplied + /* done in useFont now Map fonts = fontInfo.getUsedFonts(); Iterator e = fonts.keySet().iterator(); while (e.hasNext()) { String key = (String)e.next(); - //Typeface font = (Typeface)fonts.get(key); PSResource res = (PSResource)this.fontResources.get(key); - boolean supplied = gen.isResourceSupplied(res); - if (!supplied) { - gen.notifyResourceUsage(res, true); - } - } + gen.notifyResourceUsage(res); + }*/ //Write trailer gen.writeDSCComment(DSCConstants.TRAILER); gen.writeDSCComment(DSCConstants.PAGES, new Integer(this.currentPageNumber)); - gen.writeResources(false); + gen.getResourceTracker().writeResources(false, gen); gen.writeDSCComment(DSCConstants.EOF); gen.flush(); + log.debug("Rendering to PostScript complete."); + if (twoPassGeneration) { + IOUtils.closeQuietly(gen.getOutputStream()); + rewritePostScriptFile(); + } + } + + /** + * Used for two-pass production. This will rewrite the PostScript file from the temporary + * file while adding all needed resources. + * @throws IOException In case of an I/O error. + */ + private void rewritePostScriptFile() throws IOException { + log.debug("Processing PostScript resources..."); + long startTime = System.currentTimeMillis(); + ResourceTracker resTracker = gen.getResourceTracker(); + InputStream in = new java.io.FileInputStream(this.tempFile); + in = new java.io.BufferedInputStream(in); + try { + try { + ResourceHandler.process(this.userAgent, in, this.outputStream, + this.fontInfo, resTracker, this.formResources, this.currentPageNumber); + this.outputStream.flush(); + } catch (DSCException e) { + throw new RuntimeException(e.getMessage()); + } + } finally { + IOUtils.closeQuietly(in); + if (!this.tempFile.delete()) { + this.tempFile.deleteOnExit(); + log.warn("Could not delete temporary file: " + this.tempFile); + } + } + if (log.isDebugEnabled()) { + long duration = System.currentTimeMillis() - startTime; + log.debug("Resource Processing complete in " + duration + " ms."); + } } /** @see org.apache.fop.render.Renderer */ public void processOffDocumentItem(OffDocumentItem oDI) { - log.debug("Handling OffDocumentItem: " + oDI.getName()); + if (log.isDebugEnabled()) { + log.debug("Handling OffDocumentItem: " + oDI.getName()); + } if (oDI instanceof OffDocumentExtensionAttachment) { ExtensionAttachment attachment = ((OffDocumentExtensionAttachment)oDI).getAttachment(); if (PSSetupCode.CATEGORY.equals(attachment.getCategory())) { @@ -675,15 +836,18 @@ try { //Prolog gen.writeDSCComment(DSCConstants.BEGIN_PROLOG); - PSProcSets.writeFOPStdProcSet(gen); - PSProcSets.writeFOPEPSProcSet(gen); + PSProcSets.writeStdProcSet(gen); + PSProcSets.writeEPSProcSet(gen); gen.writeDSCComment(DSCConstants.END_PROLOG); //Setup gen.writeDSCComment(DSCConstants.BEGIN_SETUP); writeSetupCodeList(setupCodeList, "SetupCode"); - this.fontResources = PSFontUtils.writeFontDict(gen, fontInfo); - gen.writeln("FOPFonts begin"); + if (!twoPassGeneration) { + this.fontResources = PSFontUtils.writeFontDict(gen, fontInfo); + } else { + gen.commentln("%FOPFontSetup"); + } gen.writeDSCComment(DSCConstants.END_SETUP); } catch (IOException ioe) { handleIOTrouble(ioe); @@ -729,8 +893,8 @@ log.debug("renderPage(): " + page); this.currentPageNumber++; - gen.notifyStartNewPage(); - gen.notifyResourceUsage(PSProcSets.STD_PROCSET, false); + gen.getResourceTracker().notifyStartNewPage(); + gen.getResourceTracker().notifyResourceUsageOnPage(PSProcSets.STD_PROCSET); gen.writeDSCComment(DSCConstants.PAGE, new Object[] {page.getPageNumberString(), new Integer(this.currentPageNumber)}); @@ -769,7 +933,7 @@ } } gen.writeDSCComment(DSCConstants.PAGE_RESOURCES, - new Object[] {PSGenerator.ATEND}); + new Object[] {DSCConstants.ATEND}); gen.commentln("%FOPSimplePageMaster: " + page.getSimplePageMasterName()); gen.writeDSCComment(DSCConstants.BEGIN_PAGE_SETUP); @@ -807,8 +971,7 @@ writeln("showpage"); gen.writeDSCComment(DSCConstants.PAGE_TRAILER); - gen.writeResources(true); - gen.writeDSCComment(DSCConstants.END_PAGE); + gen.getResourceTracker().writeResources(true, gen); } /** @see org.apache.fop.render.AbstractRenderer */ Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java?view=auto&rev=513857 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java (added) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java Fri Mar 2 09:30:16 2007 @@ -0,0 +1,203 @@ +/* + * 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$ */ + +package org.apache.fop.render.ps; + +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.util.Iterator; +import java.util.Map; +import java.util.Set; + +import org.apache.fop.apps.FOUserAgent; +import org.apache.fop.fonts.FontInfo; +import org.apache.fop.image.FopImage; +import org.apache.fop.image.ImageFactory; +import org.apache.xmlgraphics.ps.DSCConstants; +import org.apache.xmlgraphics.ps.PSGenerator; +import org.apache.xmlgraphics.ps.dsc.DSCException; +import org.apache.xmlgraphics.ps.dsc.DSCFilter; +import org.apache.xmlgraphics.ps.dsc.DSCParser; +import org.apache.xmlgraphics.ps.dsc.DSCParserConstants; +import org.apache.xmlgraphics.ps.dsc.DefaultNestedDocumentHandler; +import org.apache.xmlgraphics.ps.dsc.ResourceTracker; +import org.apache.xmlgraphics.ps.dsc.events.DSCComment; +import org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentNeededResources; +import org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentSuppliedResources; +import org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel; +import org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage; +import org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages; +import org.apache.xmlgraphics.ps.dsc.events.DSCEvent; +import org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment; +import org.apache.xmlgraphics.ps.dsc.events.PostScriptComment; +import org.apache.xmlgraphics.ps.dsc.tools.DSCTools; + +/** + * This class is used when two-pass production is used to generate the PostScript file (setting + * "optimize-resources"). It uses the DSC parser from XML Graphics Commons to go over the + * temporary file generated by the PSRenderer and adds all used fonts and images as resources + * to the PostScript file. + */ +public class ResourceHandler implements DSCParserConstants { + + /** + * Rewrites the temporary PostScript file generated by PSRenderer adding all needed resources + * (fonts and images). + * @param userAgent the FO user agent + * @param in the InputStream for the temporary PostScript file + * @param out the OutputStream to write the finished file to + * @param fontInfo the font information + * @param resTracker the resource tracker to use + * @param formResources Contains all forms used by this document (maintained by PSRenderer) + * @param pageCount the number of pages (given here because PSRenderer writes an "(atend)") + * @throws DSCException If there's an error in the DSC structure of the PS file + * @throws IOException In case of an I/O error + */ + public static void process(FOUserAgent userAgent, InputStream in, OutputStream out, + FontInfo fontInfo, ResourceTracker resTracker, Map formResources, int pageCount) + throws DSCException, IOException { + DSCParser parser = new DSCParser(in); + PSGenerator gen = new PSGenerator(out); + parser.setNestedDocumentHandler(new DefaultNestedDocumentHandler(gen)); + + //Skip DSC header + DSCHeaderComment header = DSCTools.checkAndSkipDSC30Header(parser); + header.generate(gen); + + parser.setFilter(new DSCFilter() { + private final Set filtered = new java.util.HashSet(); + { + //We rewrite those as part of the processing + filtered.add(DSCConstants.PAGES); + filtered.add(DSCConstants.DOCUMENT_NEEDED_RESOURCES); + filtered.add(DSCConstants.DOCUMENT_SUPPLIED_RESOURCES); + } + public boolean accept(DSCEvent event) { + if (event.isDSCComment()) { + //Filter %%Pages which we add manually from a parameter + return !(filtered.contains(event.asDSCComment().getName())); + } else { + return true; + } + } + }); + + //Get PostScript language level (may be missing) + while (true) { + DSCEvent event = parser.nextEvent(); + if (event == null) { + reportInvalidDSC(); + } + if (DSCTools.headerCommentsEndHere(event)) { + //Set number of pages + DSCCommentPages pages = new DSCCommentPages(pageCount); + pages.generate(gen); + + PSFontUtils.determineSuppliedFonts(resTracker, fontInfo, fontInfo.getUsedFonts()); + registerSuppliedForms(resTracker, formResources); + + //Supplied Resources + DSCCommentDocumentSuppliedResources supplied + = new DSCCommentDocumentSuppliedResources( + resTracker.getDocumentSuppliedResources()); + supplied.generate(gen); + + //Needed Resources + DSCCommentDocumentNeededResources needed + = new DSCCommentDocumentNeededResources( + resTracker.getDocumentNeededResources()); + needed.generate(gen); + + //Write original comment that ends the header comments + event.generate(gen); + break; + } + if (event.isDSCComment()) { + DSCComment comment = event.asDSCComment(); + if (DSCConstants.LANGUAGE_LEVEL.equals(comment.getName())) { + DSCCommentLanguageLevel level = (DSCCommentLanguageLevel)comment; + gen.setPSLevel(level.getLanguageLevel()); + } + } + event.generate(gen); + } + + //Skip to the FOPFontSetup + PostScriptComment fontSetupPlaceholder = parser.nextPSComment("FOPFontSetup", gen); + if (fontSetupPlaceholder == null) { + throw new DSCException("Didn't find %FOPFontSetup comment in stream"); + } + PSFontUtils.writeFontDict(gen, fontInfo, fontInfo.getUsedFonts()); + generateForms(resTracker, userAgent, formResources, gen); + + //Skip the prolog and to the first page + DSCComment pageOrTrailer = parser.nextDSCComment(DSCConstants.PAGE, gen); + if (pageOrTrailer == null) { + throw new DSCException("Page expected, but none found"); + } + + //Process individual pages (and skip as necessary) + while (true) { + DSCCommentPage page = (DSCCommentPage)pageOrTrailer; + page.generate(gen); + pageOrTrailer = DSCTools.nextPageOrTrailer(parser, gen); + if (pageOrTrailer == null) { + reportInvalidDSC(); + } else if (!DSCConstants.PAGE.equals(pageOrTrailer.getName())) { + pageOrTrailer.generate(gen); + break; + } + } + + //Write the rest + while (parser.hasNext()) { + DSCEvent event = parser.nextEvent(); + event.generate(gen); + } + } + + private static void reportInvalidDSC() throws DSCException { + throw new DSCException("File is not DSC-compliant: Unexpected end of file"); + } + + private static void registerSuppliedForms(ResourceTracker resTracker, Map formResources) + throws IOException { + Iterator iter = formResources.values().iterator(); + while (iter.hasNext()) { + PSImageFormResource form = (PSImageFormResource)iter.next(); + resTracker.registerSuppliedResource(form); + } + } + + private static void generateForms(ResourceTracker resTracker, FOUserAgent userAgent, + Map formResources, PSGenerator gen) throws IOException { + Iterator iter = formResources.values().iterator(); + while (iter.hasNext()) { + PSImageFormResource form = (PSImageFormResource)iter.next(); + ImageFactory fact = userAgent.getFactory().getImageFactory(); + FopImage image = fact.getImage(form.getImageURI(), userAgent); + if (image == null) { + throw new NullPointerException("Image not found: " + form.getImageURI()); + } + PSImageUtils.generateFormResourceForImage(image, form, gen); + } + } + +} Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java ------------------------------------------------------------------------------ svn:eol-style = native Modified: xmlgraphics/fop/trunk/status.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?view=diff&rev=513857&r1=513856&r2=513857 ============================================================================== --- xmlgraphics/fop/trunk/status.xml (original) +++ xmlgraphics/fop/trunk/status.xml Fri Mar 2 09:30:16 2007 @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="add"> + Add support for a two-pass production for PostScript output to minimize file size. This + adds images only once and adds only the fonts that are really used. + </action> <action context="Code" dev="AD" type="fix" fixes-bug="41652"> If a line contained nothing but a linefeed, this didn't produce empty lines. Replaced the auxiliary zero-width box with a glue the width of a line, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 02 17:41:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96342 invoked from network); 2 Mar 2007 17:41:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Mar 2007 17:41:59 -0000 Received: (qmail 14748 invoked by uid 500); 2 Mar 2007 17:42:07 -0000 Delivered-To: [email protected] Received: (qmail 14646 invoked by uid 500); 2 Mar 2007 17:42: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14635 invoked by uid 99); 2 Mar 2007 17:42:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 09:42:07 -0800 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, 02 Mar 2007 09:41:58 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 304611A981A; Fri, 2 Mar 2007 09:41:38 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r513862 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml Date: Fri, 02 Mar 2007 17:41: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: jeremias Date: Fri Mar 2 09:41:37 2007 New Revision: 513862 URL: http://svn.apache.org/viewvc?view=rev&rev=513862 Log: Update the documentation for the PostScript renderer. Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml?view=diff&rev=513862&r1=513861&r2=513862 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml (original) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml Fri Mar 2 09:41:37 2007 @@ -199,8 +199,38 @@ support for most text and layout. Images and SVG are not fully supported, yet. Currently, the PostScript renderer generates PostScript Level 3 with most DSC comments. Actually, - the only Level 3 feature used is FlateDecode, everything else is Level 2. + the only Level 3 features used are the FlateDecode and DCTDecode + filter (the latter is used for 1:1 embedding of JPEG images), everything + else is Level 2. </p> + <section id="ps-configuration"> + <title>Configuration</title> + <p> + The PostScript renderer configuration currently allows the following settings: + </p> +<source><![CDATA[<renderer mime="application/postscript"> + <auto-rotate-landscape>false</auto-rotate-landscape> + <language-level>3</language-level> + <optimize-resources>false</optimize-resources> +</renderer>]]></source> + <p> + The default value for the "auto-rotate-landscape" setting is "false". Setting it + to "true" will automatically rotate landscape pages and will mark them as landscape. + </p> + <p> + The default value for the "language-level" setting is "3". This setting specifies + the PostScript language level which should be used by FOP. Set this to "2" + only if you don't have a Level 3 capable interpreter. + </p> + <p> + The default value for the "optimize-resources" setting is "false". Setting it + to "true" will produce the PostScript file in two steps. A temporary file will be + written first which will then be processed to add only the fonts which were really + used and images are added to the stream only once as PostScript forms. This will + reduce file size but can potentially increase the memory needed in the interpreter + to process. + </p> + </section> <section id="ps-limitations"> <title>Limitations</title> <ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 02 17:51:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99149 invoked from network); 2 Mar 2007 17:51:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Mar 2007 17:51:41 -0000 Received: (qmail 35331 invoked by uid 500); 2 Mar 2007 17:51:50 -0000 Delivered-To: [email protected] Received: (qmail 35310 invoked by uid 500); 2 Mar 2007 17:51: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35298 invoked by uid 99); 2 Mar 2007 17:51:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 09:51:50 -0800 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, 02 Mar 2007 09:51:41 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 012361A981A; Fri, 2 Mar 2007 09:51:21 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r513865 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java Date: Fri, 02 Mar 2007 17:51:20 -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: jeremias Date: Fri Mar 2 09:51:20 2007 New Revision: 513865 URL: http://svn.apache.org/viewvc?view=rev&rev=513865 Log: Avoid NPE if no images are used in the document. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java?view=diff&rev=513865&r1=513864&r2=513865 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/ResourceHandler.java Fri Mar 2 09:51:20 2007 @@ -179,6 +179,9 @@ private static void registerSuppliedForms(ResourceTracker resTracker, Map formResources) throws IOException { + if (formResources == null) { + return; + } Iterator iter = formResources.values().iterator(); while (iter.hasNext()) { PSImageFormResource form = (PSImageFormResource)iter.next(); @@ -188,6 +191,9 @@ private static void generateForms(ResourceTracker resTracker, FOUserAgent userAgent, Map formResources, PSGenerator gen) throws IOException { + if (formResources == null) { + return; + } Iterator iter = formResources.values().iterator(); while (iter.hasNext()) { PSImageFormResource form = (PSImageFormResource)iter.next(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 02 21:37:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71911 invoked from network); 2 Mar 2007 21:37:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Mar 2007 21:37:03 -0000 Received: (qmail 2518 invoked by uid 500); 2 Mar 2007 21:37:05 -0000 Delivered-To: [email protected] Received: (qmail 2448 invoked by uid 500); 2 Mar 2007 21:37: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2410 invoked by uid 99); 2 Mar 2007 21:37:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 13:37:05 -0800 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, 02 Mar 2007 13:36:55 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id BFB9B1A981A; Fri, 2 Mar 2007 13:36:35 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r513969 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java Date: Fri, 02 Mar 2007 21:36:35 -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: adelmelle Date: Fri Mar 2 13:36:34 2007 New Revision: 513969 URL: http://svn.apache.org/viewvc?view=rev&rev=513969 Log: Tweak: add FO context info to clarify the message. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java?view=diff&rev=513969&r1=513968&r2=513969 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java Fri Mar 2 13:36:34 2007 @@ -94,7 +94,8 @@ return lm.getBaseLength(lengthBase, fobj); } } - log.error("Cannot find LM to handle given FO for LengthBase."); + log.error("Cannot find LM to handle given FO for LengthBase.\n" + + fobj.getContextInfo()); return 0; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 02 21:39:25 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73257 invoked from network); 2 Mar 2007 21:39:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Mar 2007 21:39:24 -0000 Received: (qmail 10543 invoked by uid 500); 2 Mar 2007 21:39:33 -0000 Delivered-To: [email protected] Received: (qmail 10513 invoked by uid 500); 2 Mar 2007 21:39: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10501 invoked by uid 99); 2 Mar 2007 21:39:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 13:39:33 -0800 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, 02 Mar 2007 13:39:23 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 8C39B1A981A; Fri, 2 Mar 2007 13:39:03 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r513970 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java Date: Fri, 02 Mar 2007 21:39: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: adelmelle Date: Fri Mar 2 13:39:02 2007 New Revision: 513970 URL: http://svn.apache.org/viewvc?view=rev&rev=513970 Log: Tweak: add FO context info to clarify the message. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java?view=diff&rev=513970&r1=513969&r2=513970 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java Fri Mar 2 13:39:02 2007 @@ -94,8 +94,8 @@ return lm.getBaseLength(lengthBase, fobj); } } - log.error("Cannot find LM to handle given FO for LengthBase.\n" - + fobj.getContextInfo()); + log.error("Cannot find LM to handle given FO for LengthBase. (" + + fobj.getContextInfo() + ")"); return 0; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 06 09:24:10 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39511 invoked from network); 6 Mar 2007 09:24:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Mar 2007 09:24:10 -0000 Received: (qmail 28285 invoked by uid 500); 6 Mar 2007 09:24:19 -0000 Delivered-To: [email protected] Received: (qmail 28267 invoked by uid 500); 6 Mar 2007 09:24: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28256 invoked by uid 99); 6 Mar 2007 09:24:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 01:24:18 -0800 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; Tue, 06 Mar 2007 01:24:08 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 9A46A1A9838; Tue, 6 Mar 2007 01:23:48 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r515041 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/ Date: Tue, 06 Mar 2007 09:23:45 -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: vhennebert Date: Tue Mar 6 01:23:42 2007 New Revision: 515041 URL: http://svn.apache.org/viewvc?view=rev&rev=515041 Log: Extract sub-classes from TableContentLayoutManager and make them top-level classes Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnitPart.java (with props) xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentPosition.java (with props) xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHFPenaltyPosition.java (with props) xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHeaderFooterPosition.java (with props) Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnitPart.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnitPart.java?view=auto&rev=515041 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnitPart.java (added) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnitPart.java Tue Mar 6 01:23:42 2007 @@ -0,0 +1,65 @@ +/* + * 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$ */ + +package org.apache.fop.layoutmgr.table; + +/** + * Represents a non-dividable part of a grid unit. Used by the table stepper. + */ +class GridUnitPart { + + /** Primary grid unit */ + protected PrimaryGridUnit pgu; + /** Index of the starting element of this part */ + protected int start; + /** Index of the ending element of this part */ + protected int end; + + /** + * Creates a new GridUnitPart. + * @param pgu Primary grid unit + * @param start starting element + * @param end ending element + */ + protected GridUnitPart(PrimaryGridUnit pgu, int start, int end) { + this.pgu = pgu; + this.start = start; + this.end = end; + } + + /** @return true if this part is the first part of a cell */ + public boolean isFirstPart() { + return (start == 0); + } + + /** @return true if this part is the last part of a cell */ + public boolean isLastPart() { + return (end >= 0 && end == pgu.getElements().size() - 1); + } + + /** @see java.lang.Object#toString() */ + public String toString() { + StringBuffer sb = new StringBuffer("Part: "); + sb.append(start).append("-").append(end); + sb.append(" [").append(isFirstPart() ? "F" : "-").append(isLastPart() ? "L" : "-"); + sb.append("] ").append(pgu); + return sb.toString(); + } + +} Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnitPart.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnitPart.java ------------------------------------------------------------------------------ svn:kewords = Id Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java?view=diff&rev=515041&r1=515040&r2=515041 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java Tue Mar 6 01:23:42 2007 @@ -31,8 +31,6 @@ import org.apache.fop.layoutmgr.KnuthPossPosIter; import org.apache.fop.layoutmgr.LayoutContext; import org.apache.fop.layoutmgr.SpaceResolver; -import org.apache.fop.layoutmgr.table.TableContentLayoutManager.GridUnitPart; -import org.apache.fop.layoutmgr.table.TableContentLayoutManager.TableContentPosition; class RowPainter { private static Log log = LogFactory.getLog(RowPainter.class); Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java?view=diff&rev=515041&r1=515040&r2=515041 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java Tue Mar 6 01:23:42 2007 @@ -45,7 +45,6 @@ import org.apache.fop.layoutmgr.KnuthPenalty; import org.apache.fop.layoutmgr.KnuthPossPosIter; import org.apache.fop.layoutmgr.LayoutContext; -import org.apache.fop.layoutmgr.LayoutManager; import org.apache.fop.layoutmgr.ListElement; import org.apache.fop.layoutmgr.MinOptMaxUtil; import org.apache.fop.layoutmgr.Position; @@ -807,199 +806,9 @@ public int getUsedBPD() { return this.usedBPD; } - - /** - * Represents a non-dividable part of a grid unit. Used by the table stepper. - */ - protected static class GridUnitPart { - - /** Primary grid unit */ - protected PrimaryGridUnit pgu; - /** Index of the starting element of this part */ - protected int start; - /** Index of the ending element of this part */ - protected int end; - - /** - * Creates a new GridUnitPart. - * @param pgu Primary grid unit - * @param start starting element - * @param end ending element - */ - protected GridUnitPart(PrimaryGridUnit pgu, int start, int end) { - this.pgu = pgu; - this.start = start; - this.end = end; - } - - /** @return true if this part is the first part of a cell */ - public boolean isFirstPart() { - return (start == 0); - } - - /** @return true if this part is the last part of a cell */ - public boolean isLastPart() { - return (end >= 0 && end == pgu.getElements().size() - 1); - } - - /** @see java.lang.Object#toString() */ - public String toString() { - StringBuffer sb = new StringBuffer("Part: "); - sb.append(start).append("-").append(end); - sb.append(" [").append(isFirstPart() ? "F" : "-").append(isLastPart() ? "L" : "-"); - sb.append("] ").append(pgu); - return sb.toString(); - } - - } - - /** - * This class represents a Position specific to this layout manager. Used for normal content - * cases. - */ - public static class TableContentPosition extends Position { - /** The position is the first of the row group. */ - public static final int FIRST_IN_ROWGROUP = 1; - /** The position is the last of the row group. */ - public static final int LAST_IN_ROWGROUP = 2; - - /** the list of GridUnitParts making up this position */ - protected List gridUnitParts; - /** effective row this position belongs to */ - protected EffRow row; - /** flags for the position */ - protected int flags; - - /** - * Creates a new TableContentPosition. - * @param lm applicable layout manager - * @param gridUnitParts the list of GridUnitPart instances - * @param row effective row this position belongs to - */ - protected TableContentPosition(LayoutManager lm, List gridUnitParts, - EffRow row) { - super(lm); - this.gridUnitParts = gridUnitParts; - this.row = row; - } - - /** - * Returns a flag for this GridUnit. - * @param which the requested flag - * @return the value of the flag - */ - public boolean getFlag(int which) { - return (flags & (1 << which)) != 0; - } - - /** - * Sets a flag on a GridUnit. - * @param which the flag to set - * @param value the new value for the flag - */ - public void setFlag(int which, boolean value) { - if (value) { - flags |= (1 << which); //set flag - } else { - flags &= ~(1 << which); //clear flag - } - } - - /** @see org.apache.fop.layoutmgr.Position#generatesAreas() */ - public boolean generatesAreas() { - return true; - } - - /** @see java.lang.Object#toString() */ - public String toString() { - StringBuffer sb = new StringBuffer("TableContentPosition:"); - sb.append(getIndex()); - sb.append("["); - sb.append(row.getIndex()).append("/"); - sb.append(getFlag(FIRST_IN_ROWGROUP) ? "F" : "-"); - sb.append(getFlag(LAST_IN_ROWGROUP) ? "L" : "-").append("]"); - sb.append("("); - sb.append(gridUnitParts); - sb.append(")"); - return sb.toString(); - } - } - - /** - * This class represents a Position specific to this layout manager. Used for table - * headers and footers at the beginning and end of a table. - */ - public static class TableHeaderFooterPosition extends Position { - - /** True indicates a position for a header, false for a footer. */ - protected boolean header; - /** Element list representing the header/footer */ - protected List nestedElements; - - /** - * Creates a new TableHeaderFooterPosition. - * @param lm applicable layout manager - * @param header True indicates a position for a header, false for a footer. - * @param nestedElements Element list representing the header/footer - */ - protected TableHeaderFooterPosition(LayoutManager lm, - boolean header, List nestedElements) { - super(lm); - this.header = header; - this.nestedElements = nestedElements; - } - - /** @see java.lang.Object#toString() */ - public String toString() { - StringBuffer sb = new StringBuffer("Table"); - sb.append(header ? "Header" : "Footer"); - sb.append("Position:"); - sb.append(getIndex()).append("("); - sb.append(nestedElements); - sb.append(")"); - return sb.toString(); - } - } - - /** - * This class represents a Position specific to this layout manager. Used for table - * headers and [email protected]. - */ - public static class TableHFPenaltyPosition extends Position { - - /** Element list for the header */ - protected List headerElements; - /** Element list for the footer */ - protected List footerElements; - /** Penalty length to be respected for nested content */ - protected int nestedPenaltyLength; - - /** - * Creates a new TableHFPenaltyPosition - * @param lm applicable layout manager - */ - protected TableHFPenaltyPosition(LayoutManager lm) { - super(lm); - } - - /** @see java.lang.Object#toString() */ - public String toString() { - StringBuffer sb = new StringBuffer("TableHFPenaltyPosition:"); - sb.append(getIndex()).append("("); - sb.append("header:"); - sb.append(headerElements); - sb.append(", footer:"); - sb.append(footerElements); - sb.append(", inner penalty length:"); - sb.append(nestedPenaltyLength); - sb.append(")"); - return sb.toString(); - } - } - // --------- Property Resolution related functions --------- // - + /** * @see org.apache.fop.datatypes.PercentBaseContext#getBaseLength(int, FObj) */ Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentPosition.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentPosition.java?view=auto&rev=515041 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentPosition.java (added) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentPosition.java Tue Mar 6 01:23:42 2007 @@ -0,0 +1,96 @@ +/* + * 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$ */ + +package org.apache.fop.layoutmgr.table; + +import java.util.List; + +import org.apache.fop.layoutmgr.LayoutManager; +import org.apache.fop.layoutmgr.Position; + +/** + * This class represents a Position specific to TableContentLayoutManager. Used for normal + * content cases. + */ +class TableContentPosition extends Position { + + /** The position is the first of the row group. */ + public static final int FIRST_IN_ROWGROUP = 1; + /** The position is the last of the row group. */ + public static final int LAST_IN_ROWGROUP = 2; + + /** the list of GridUnitParts making up this position */ + protected List gridUnitParts; + /** effective row this position belongs to */ + protected EffRow row; + /** flags for the position */ + protected int flags; + + /** + * Creates a new TableContentPosition. + * @param lm applicable layout manager + * @param gridUnitParts the list of GridUnitPart instances + * @param row effective row this position belongs to + */ + protected TableContentPosition(LayoutManager lm, List gridUnitParts, + EffRow row) { + super(lm); + this.gridUnitParts = gridUnitParts; + this.row = row; + } + + /** + * Returns a flag for this GridUnit. + * @param which the requested flag + * @return the value of the flag + */ + public boolean getFlag(int which) { + return (flags & (1 << which)) != 0; + } + + /** + * Sets a flag on a GridUnit. + * @param which the flag to set + * @param value the new value for the flag + */ + public void setFlag(int which, boolean value) { + if (value) { + flags |= (1 << which); //set flag + } else { + flags &= ~(1 << which); //clear flag + } + } + + public boolean generatesAreas() { + return true; + } + + public String toString() { + StringBuffer sb = new StringBuffer("TableContentPosition:"); + sb.append(getIndex()); + sb.append("["); + sb.append(row.getIndex()).append("/"); + sb.append(getFlag(FIRST_IN_ROWGROUP) ? "F" : "-"); + sb.append(getFlag(LAST_IN_ROWGROUP) ? "L" : "-").append("]"); + sb.append("("); + sb.append(gridUnitParts); + sb.append(")"); + return sb.toString(); + } +} Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentPosition.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentPosition.java ------------------------------------------------------------------------------ svn:kewords = Id Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHFPenaltyPosition.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHFPenaltyPosition.java?view=auto&rev=515041 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHFPenaltyPosition.java (added) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHFPenaltyPosition.java Tue Mar 6 01:23:42 2007 @@ -0,0 +1,60 @@ +/* + * 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$ */ + +package org.apache.fop.layoutmgr.table; + +import java.util.List; + +import org.apache.fop.layoutmgr.LayoutManager; +import org.apache.fop.layoutmgr.Position; + +/** + * This class represents a Position specific to TableContentLayoutManager. Used for table + * headers and [email protected]. + */ +class TableHFPenaltyPosition extends Position { + + /** Element list for the header */ + protected List headerElements; + /** Element list for the footer */ + protected List footerElements; + /** Penalty length to be respected for nested content */ + protected int nestedPenaltyLength; + + /** + * Creates a new TableHFPenaltyPosition + * @param lm applicable layout manager + */ + protected TableHFPenaltyPosition(LayoutManager lm) { + super(lm); + } + + public String toString() { + StringBuffer sb = new StringBuffer("TableHFPenaltyPosition:"); + sb.append(getIndex()).append("("); + sb.append("header:"); + sb.append(headerElements); + sb.append(", footer:"); + sb.append(footerElements); + sb.append(", inner penalty length:"); + sb.append(nestedPenaltyLength); + sb.append(")"); + return sb.toString(); + } +} Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHFPenaltyPosition.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHFPenaltyPosition.java ------------------------------------------------------------------------------ svn:kewords = Id Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHeaderFooterPosition.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHeaderFooterPosition.java?view=auto&rev=515041 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHeaderFooterPosition.java (added) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHeaderFooterPosition.java Tue Mar 6 01:23:42 2007 @@ -0,0 +1,60 @@ +/* + * 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$ */ + +package org.apache.fop.layoutmgr.table; + +import java.util.List; + +import org.apache.fop.layoutmgr.LayoutManager; +import org.apache.fop.layoutmgr.Position; + +/** + * This class represents a Position specific to TableContentLayoutManager. Used for table + * headers and footers at the beginning and end of a table. + */ +class TableHeaderFooterPosition extends Position { + + /** True indicates a position for a header, false for a footer. */ + protected boolean header; + /** Element list representing the header/footer */ + protected List nestedElements; + + /** + * Creates a new TableHeaderFooterPosition. + * @param lm applicable layout manager + * @param header True indicates a position for a header, false for a footer. + * @param nestedElements Element list representing the header/footer + */ + protected TableHeaderFooterPosition(LayoutManager lm, + boolean header, List nestedElements) { + super(lm); + this.header = header; + this.nestedElements = nestedElements; + } + + public String toString() { + StringBuffer sb = new StringBuffer("Table"); + sb.append(header ? "Header" : "Footer"); + sb.append("Position:"); + sb.append(getIndex()).append("("); + sb.append(nestedElements); + sb.append(")"); + return sb.toString(); + } +} Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHeaderFooterPosition.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableHeaderFooterPosition.java ------------------------------------------------------------------------------ svn:kewords = Id Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java?view=diff&rev=515041&r1=515040&r2=515041 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java Tue Mar 6 01:23:42 2007 @@ -34,9 +34,6 @@ import org.apache.fop.layoutmgr.KnuthElement; import org.apache.fop.layoutmgr.KnuthPenalty; import org.apache.fop.layoutmgr.LayoutContext; -import org.apache.fop.layoutmgr.table.TableContentLayoutManager.GridUnitPart; -import org.apache.fop.layoutmgr.table.TableContentLayoutManager.TableContentPosition; -import org.apache.fop.layoutmgr.table.TableContentLayoutManager.TableHFPenaltyPosition; /** * This class processes row groups to create combined element lists for tables. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 06 18:24:06 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38432 invoked from network); 6 Mar 2007 18:24:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Mar 2007 18:23:59 -0000 Received: (qmail 83112 invoked by uid 500); 6 Mar 2007 18:24:08 -0000 Delivered-To: [email protected] Received: (qmail 83090 invoked by uid 500); 6 Mar 2007 18: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 71522 invoked by uid 99); 6 Mar 2007 17:18:57 -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: r515217 - in /xmlgraphics/fop/trunk/src/documentation/content/xdocs: ./ conf/ dav/ db/ db/revprops/ db/revs/ db/transactions/ hooks/ locks/ Date: Tue, 06 Mar 2007 17:18:26 -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: jbryant Date: Tue Mar 6 09:18:24 2007 New Revision: 515217 URL: http://svn.apache.org/viewvc?view=rev&rev=515217 Log: (empty) Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/README.txt xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/authz xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/passwd xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/svnserve.conf xmlgraphics/fop/trunk/src/documentation/content/xdocs/dav/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/current xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/format xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/fs-type xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revprops/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revprops/0 xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revs/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revs/0 xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/transactions/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/uuid xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/write-lock xmlgraphics/fop/trunk/src/documentation/content/xdocs/format xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-commit.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-lock.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-revprop-change.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-unlock.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-commit.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-lock.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-revprop-change.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-unlock.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/start-commit.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/db-logs.lock xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/db.lock Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/README.txt URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/README.txt?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/README.txt (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/README.txt Tue Mar 6 09:18:24 2007 @@ -0,0 +1,5 @@ +This is a Subversion repository; use the 'svnadmin' tool to examine +it. Do not add, delete, or modify files here unless you know how +to avoid corrupting the repository. + +Visit http://subversion.tigris.org/ for more information. Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/authz URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/authz?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/authz (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/authz Tue Mar 6 09:18:24 2007 @@ -0,0 +1,21 @@ +### This file is an example authorization file for svnserve. +### Its format is identical to that of mod_authz_svn authorization +### files. +### As shown below each section defines authorizations for the path and +### (optional) repository specified by the section name. +### The authorizations follow. An authorization line can refer to a +### single user, to a group of users defined in a special [groups] +### section, or to anyone using the '*' wildcard. Each definition can +### grant read ('r') access, read-write ('rw') access, or no access +### (''). + +[groups] +# harry_and_sally = harry,sally + +# [/foo/bar] +# harry = rw +# * = + +# [repository:/baz/fuz] +# @harry_and_sally = rw +# * = r Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/passwd URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/passwd?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/passwd (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/passwd Tue Mar 6 09:18:24 2007 @@ -0,0 +1,8 @@ +### This file is an example password file for svnserve. +### Its format is similar to that of svnserve.conf. As shown in the +### example below it contains one section labelled [users]. +### The name and password for each user follow, one account per line. + +[users] +# harry = harryssecret +# sally = sallyssecret Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/svnserve.conf URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/svnserve.conf?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/svnserve.conf (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/svnserve.conf Tue Mar 6 09:18:24 2007 @@ -0,0 +1,30 @@ +### This file controls the configuration of the svnserve daemon, if you +### use it to allow access to this repository. (If you only allow +### access through http: and/or file: URLs, then this file is +### irrelevant.) + +### Visit http://subversion.tigris.org/ for more information. + +[general] +### These options control access to the repository for unauthenticated +### and authenticated users. Valid values are "write", "read", +### and "none". The sample settings below are the defaults. +# anon-access = read +# auth-access = write +### The password-db option controls the location of the password +### database file. Unless you specify a path starting with a /, +### the file's location is relative to the conf directory. +### Uncomment the line below to use the default password file. +# password-db = passwd +### The authz-db option controls the location of the authorization +### rules for path-based access control. Unless you specify a path +### starting with a /, the file's location is relative to the conf +### directory. If you don't specify an authz-db, no path-based access +### control is done. +### Uncomment the line below to use the default authorization file. +# authz-db = authz +### This option specifies the authentication realm of the repository. +### If two repositories have the same authentication realm, they should +### have the same password database, and vice versa. The default realm +### is repository's uuid. +# realm = My First Repository Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/current URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/current?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/current (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/current Tue Mar 6 09:18:24 2007 @@ -0,0 +1 @@ +0 1 1 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/format URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/format?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/format (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/format Tue Mar 6 09:18:24 2007 @@ -0,0 +1 @@ +2 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/fs-type URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/fs-type?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/fs-type (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/fs-type Tue Mar 6 09:18:24 2007 @@ -0,0 +1 @@ +fsfs Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revprops/0 URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revprops/0?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revprops/0 (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revprops/0 Tue Mar 6 09:18:24 2007 @@ -0,0 +1,5 @@ +K 8 +svn:date +V 27 +2007-03-06T17:15:51.656250Z +END Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revs/0 URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revs/0?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revs/0 (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/revs/0 Tue Mar 6 09:18:24 2007 @@ -0,0 +1,11 @@ +PLAIN +END +ENDREP +id: 0.0.r0/17 +type: dir +count: 0 +text: 0 0 4 4 2d2977d1c96f487abe4a1e202dd03b4e +cpath: / + + +17 107 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/uuid URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/uuid?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/uuid (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/uuid Tue Mar 6 09:18:24 2007 @@ -0,0 +1 @@ +d2ebcaf1-e452-2c48-81cf-cc2bad08dc0e Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/write-lock URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/write-lock?view=auto&rev=515217 ============================================================================== (empty) Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/format URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/format?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/format (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/format Tue Mar 6 09:18:24 2007 @@ -0,0 +1 @@ +5 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-commit.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-commit.tmpl?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-commit.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-commit.tmpl Tue Mar 6 09:18:24 2007 @@ -0,0 +1,51 @@ +#!/bin/sh + +# POST-COMMIT HOOK +# +# The post-commit hook is invoked after a commit. Subversion runs +# this hook by invoking a program (script, executable, binary, etc.) +# named 'post-commit' (for which this file is a template) with the +# following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] REV (the number of the revision just committed) +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# Because the commit has already completed and cannot be undone, +# the exit code of the hook program is ignored. The hook program +# can use the 'svnlook' utility to help it examine the +# newly-committed tree. +# +# On a Unix system, the normal procedure is to have 'post-commit' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'post-commit' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'post-commit.bat' or 'post-commit.exe', +# but the basic idea is the same. +# +# The hook program typically does not inherit the environment of +# its parent process. For example, a common problem is for the +# PATH environment variable to not be set to its usual value, so +# that subprograms fail to launch unless invoked via absolute path. +# If you're having unexpected problems with a hook program, the +# culprit may be unusual (or missing) environment variables. +# +# Here is an example hook script, for a Unix /bin/sh interpreter. +# For more examples and pre-written hooks, see those in +# the Subversion repository at +# http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/ and +# http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/ + + +REPOS="$1" +REV="$2" + +commit-email.pl "$REPOS" "$REV" [email protected] +log-commit.py --repository "$REPOS" --revision "$REV" Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-lock.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-lock.tmpl?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-lock.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-lock.tmpl Tue Mar 6 09:18:24 2007 @@ -0,0 +1,44 @@ +#!/bin/sh + +# POST-LOCK HOOK +# +# The post-lock hook is run after a path is locked. Subversion runs +# this hook by invoking a program (script, executable, binary, etc.) +# named 'post-lock' (for which this file is a template) with the +# following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] USER (the user who created the lock) +# +# The paths that were just locked are passed to the hook via STDIN (as +# of Subversion 1.2, only one path is passed per invocation, but the +# plan is to pass all locked paths at once, so the hook program +# should be written accordingly). +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# Because the lock has already been created and cannot be undone, +# the exit code of the hook program is ignored. The hook program +# can use the 'svnlook' utility to help it examine the +# newly-created lock. +# +# On a Unix system, the normal procedure is to have 'post-lock' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'post-lock' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'post-lock.bat' or 'post-lock.exe', +# but the basic idea is the same. +# +# Here is an example hook script, for a Unix /bin/sh interpreter: + +REPOS="$1" +USER="$2" + +# Send email to interested parties, let them know a lock was created: +mailer.py lock "$REPOS" "$USER" /path/to/mailer.conf Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-revprop-change.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-revprop-change.tmpl?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-revprop-change.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-revprop-change.tmpl Tue Mar 6 09:18:24 2007 @@ -0,0 +1,56 @@ +#!/bin/sh + +# POST-REVPROP-CHANGE HOOK +# +# The post-revprop-change hook is invoked after a revision property +# has been added, modified or deleted. Subversion runs this hook by +# invoking a program (script, executable, binary, etc.) named +# 'post-revprop-change' (for which this file is a template), with the +# following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] REV (the revision that was tweaked) +# [3] USER (the username of the person tweaking the property) +# [4] PROPNAME (the property that was changed) +# [5] ACTION (the property was 'A'dded, 'M'odified, or 'D'eleted) +# +# [STDIN] PROPVAL ** the old property value is passed via STDIN. +# +# Because the propchange has already completed and cannot be undone, +# the exit code of the hook program is ignored. The hook program +# can use the 'svnlook' utility to help it examine the +# new property value. +# +# On a Unix system, the normal procedure is to have 'post-revprop-change' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'post-revprop-change' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'post-revprop-change.bat' or 'post-revprop-change.exe', +# but the basic idea is the same. +# +# The hook program typically does not inherit the environment of +# its parent process. For example, a common problem is for the +# PATH environment variable to not be set to its usual value, so +# that subprograms fail to launch unless invoked via absolute path. +# If you're having unexpected problems with a hook program, the +# culprit may be unusual (or missing) environment variables. +# +# Here is an example hook script, for a Unix /bin/sh interpreter. +# For more examples and pre-written hooks, see those in +# the Subversion repository at +# http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/ and +# http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/ + + +REPOS="$1" +REV="$2" +USER="$3" +PROPNAME="$4" +ACTION="$5" + +propchange-email.pl "$REPOS" "$REV" "$USER" "$PROPNAME" [email protected] Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-unlock.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-unlock.tmpl?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-unlock.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/post-unlock.tmpl Tue Mar 6 09:18:24 2007 @@ -0,0 +1,42 @@ +#!/bin/sh + +# POST-UNLOCK HOOK +# +# The post-unlock hook runs after a path is unlocked. Subversion runs +# this hook by invoking a program (script, executable, binary, etc.) +# named 'post-unlock' (for which this file is a template) with the +# following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] USER (the user who destroyed the lock) +# +# The paths that were just unlocked are passed to the hook via STDIN +# (as of Subversion 1.2, only one path is passed per invocation, but +# the plan is to pass all unlocked paths at once, so the hook program +# should be written accordingly). +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# Because the lock has already been destroyed and cannot be undone, +# the exit code of the hook program is ignored. +# +# On a Unix system, the normal procedure is to have 'post-unlock' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'post-unlock' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'post-unlock.bat' or 'post-unlock.exe', +# but the basic idea is the same. +# +# Here is an example hook script, for a Unix /bin/sh interpreter: + +REPOS="$1" +USER="$2" + +# Send email to interested parties, let them know a lock was removed: +mailer.py unlock "$REPOS" "$USER" /path/to/mailer.conf Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-commit.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-commit.tmpl?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-commit.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-commit.tmpl Tue Mar 6 09:18:24 2007 @@ -0,0 +1,70 @@ +#!/bin/sh + +# PRE-COMMIT HOOK +# +# The pre-commit hook is invoked before a Subversion txn is +# committed. Subversion runs this hook by invoking a program +# (script, executable, binary, etc.) named 'pre-commit' (for which +# this file is a template), with the following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] TXN-NAME (the name of the txn about to be committed) +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# If the hook program exits with success, the txn is committed; but +# if it exits with failure (non-zero), the txn is aborted, no commit +# takes place, and STDERR is returned to the client. The hook +# program can use the 'svnlook' utility to help it examine the txn. +# +# On a Unix system, the normal procedure is to have 'pre-commit' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# *** NOTE: THE HOOK PROGRAM MUST NOT MODIFY THE TXN, EXCEPT *** +# *** FOR REVISION PROPERTIES (like svn:log or svn:author). *** +# +# This is why we recommend using the read-only 'svnlook' utility. +# In the future, Subversion may enforce the rule that pre-commit +# hooks should not modify the versioned data in txns, or else come +# up with a mechanism to make it safe to do so (by informing the +# committing client of the changes). However, right now neither +# mechanism is implemented, so hook writers just have to be careful. +# +# Note that 'pre-commit' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'pre-commit.bat' or 'pre-commit.exe', +# but the basic idea is the same. +# +# The hook program typically does not inherit the environment of +# its parent process. For example, a common problem is for the +# PATH environment variable to not be set to its usual value, so +# that subprograms fail to launch unless invoked via absolute path. +# If you're having unexpected problems with a hook program, the +# culprit may be unusual (or missing) environment variables. +# +# Here is an example hook script, for a Unix /bin/sh interpreter. +# For more examples and pre-written hooks, see those in +# the Subversion repository at +# http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/ and +# http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/ + + +REPOS="$1" +TXN="$2" + +# Make sure that the log message contains some text. +SVNLOOK=/usr/local/bin/svnlook +$SVNLOOK log -t "$TXN" "$REPOS" | \ + grep "[a-zA-Z0-9]" > /dev/null || exit 1 + +# Check that the author of this commit has the rights to perform +# the commit on the files and directories being modified. +commit-access-control.pl "$REPOS" "$TXN" commit-access-control.cfg || exit 1 + +# All checks passed, so allow the commit. +exit 0 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-lock.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-lock.tmpl?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-lock.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-lock.tmpl Tue Mar 6 09:18:24 2007 @@ -0,0 +1,64 @@ +#!/bin/sh + +# PRE-LOCK HOOK +# +# The pre-lock hook is invoked before an exclusive lock is +# created. Subversion runs this hook by invoking a program +# (script, executable, binary, etc.) named 'pre-lock' (for which +# this file is a template), with the following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] PATH (the path in the repository about to be locked) +# [3] USER (the user creating the lock) +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# If the hook program exits with success, the lock is created; but +# if it exits with failure (non-zero), the lock action is aborted +# and STDERR is returned to the client. + +# On a Unix system, the normal procedure is to have 'pre-lock' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'pre-lock' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'pre-lock.bat' or 'pre-lock.exe', +# but the basic idea is the same. +# +# Here is an example hook script, for a Unix /bin/sh interpreter: + +REPOS="$1" +PATH="$2" +USER="$3" + +# If a lock exists and is owned by a different person, don't allow it +# to be stolen (e.g., with 'svn lock --force ...'). + +# (Maybe this script could send email to the lock owner?) +SVNLOOK=/usr/local/bin/svnlook +GREP=/bin/grep +SED=/bin/sed + +LOCK_OWNER=`$SVNLOOK lock "$REPOS" "$PATH" | \ + $GREP '^Owner: ' | $SED 's/Owner: //'` + +# If we get no result from svnlook, there's no lock, allow the lock to +# happen: +if [ "$LOCK_OWNER" = "" ]; then + exit 0 +fi + +# If the person locking matches the lock's owner, allow the lock to +# happen: +if [ "$LOCK_OWNER" = "$USER" ]; then + exit 0 +fi + +# Otherwise, we've got an owner mismatch, so return failure: +echo "Error: $PATH already locked by ${LOCK_OWNER}." 1>&2 +exit 1 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-revprop-change.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-revprop-change.tmpl?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-revprop-change.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-revprop-change.tmpl Tue Mar 6 09:18:24 2007 @@ -0,0 +1,66 @@ +#!/bin/sh + +# PRE-REVPROP-CHANGE HOOK +# +# The pre-revprop-change hook is invoked before a revision property +# is added, modified or deleted. Subversion runs this hook by invoking +# a program (script, executable, binary, etc.) named 'pre-revprop-change' +# (for which this file is a template), with the following ordered +# arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] REVISION (the revision being tweaked) +# [3] USER (the username of the person tweaking the property) +# [4] PROPNAME (the property being set on the revision) +# [5] ACTION (the property is being 'A'dded, 'M'odified, or 'D'eleted) +# +# [STDIN] PROPVAL ** the new property value is passed via STDIN. +# +# If the hook program exits with success, the propchange happens; but +# if it exits with failure (non-zero), the propchange doesn't happen. +# The hook program can use the 'svnlook' utility to examine the +# existing value of the revision property. +# +# WARNING: unlike other hooks, this hook MUST exist for revision +# properties to be changed. If the hook does not exist, Subversion +# will behave as if the hook were present, but failed. The reason +# for this is that revision properties are UNVERSIONED, meaning that +# a successful propchange is destructive; the old value is gone +# forever. We recommend the hook back up the old value somewhere. +# +# On a Unix system, the normal procedure is to have 'pre-revprop-change' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'pre-revprop-change' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'pre-revprop-change.bat' or 'pre-revprop-change.exe', +# but the basic idea is the same. +# +# The hook program typically does not inherit the environment of +# its parent process. For example, a common problem is for the +# PATH environment variable to not be set to its usual value, so +# that subprograms fail to launch unless invoked via absolute path. +# If you're having unexpected problems with a hook program, the +# culprit may be unusual (or missing) environment variables. +# +# Here is an example hook script, for a Unix /bin/sh interpreter. +# For more examples and pre-written hooks, see those in +# the Subversion repository at +# http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/ and +# http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/ + + +REPOS="$1" +REV="$2" +USER="$3" +PROPNAME="$4" +ACTION="$5" + +if [ "$ACTION" = "M" -a "$PROPNAME" = "svn:log" ]; then exit 0; fi + +echo "Changing revision properties other than svn:log is prohibited" >&2 +exit 1 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-unlock.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-unlock.tmpl?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-unlock.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/pre-unlock.tmpl Tue Mar 6 09:18:24 2007 @@ -0,0 +1,60 @@ +#!/bin/sh + +# PRE-UNLOCK HOOK +# +# The pre-unlock hook is invoked before an exclusive lock is +# destroyed. Subversion runs this hook by invoking a program +# (script, executable, binary, etc.) named 'pre-unlock' (for which +# this file is a template), with the following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] PATH (the path in the repository about to be unlocked) +# [3] USER (the user destroying the lock) +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# If the hook program exits with success, the lock is destroyed; but +# if it exits with failure (non-zero), the unlock action is aborted +# and STDERR is returned to the client. + +# On a Unix system, the normal procedure is to have 'pre-unlock' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'pre-unlock' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'pre-unlock.bat' or 'pre-unlock.exe', +# but the basic idea is the same. +# +# Here is an example hook script, for a Unix /bin/sh interpreter: + +REPOS="$1" +PATH="$2" +USER="$3" + +# If a lock is owned by a different person, don't allow it be broken. +# (Maybe this script could send email to the lock owner?) + +SVNLOOK=/usr/local/bin/svnlook +GREP=/bin/grep +SED=/bin/sed + +LOCK_OWNER=`$SVNLOOK lock "$REPOS" "$PATH" | \ + $GREP '^Owner: ' | $SED 's/Owner: //'` + +# If we get no result from svnlook, there's no lock, return success: +if [ "$LOCK_OWNER" = "" ]; then + exit 0 +fi +# If the person unlocking matches the lock's owner, return success: +if [ "$LOCK_OWNER" = "$USER" ]; then + exit 0 +fi + +# Otherwise, we've got an owner mismatch, so return failure: +echo "Error: $PATH locked by ${LOCK_OWNER}." 1>&2 +exit 1 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/start-commit.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/start-commit.tmpl?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/start-commit.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/start-commit.tmpl Tue Mar 6 09:18:24 2007 @@ -0,0 +1,54 @@ +#!/bin/sh + +# START-COMMIT HOOK +# +# The start-commit hook is invoked before a Subversion txn is created +# in the process of doing a commit. Subversion runs this hook +# by invoking a program (script, executable, binary, etc.) named +# 'start-commit' (for which this file is a template) +# with the following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] USER (the authenticated user attempting to commit) +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# If the hook program exits with success, the commit continues; but +# if it exits with failure (non-zero), the commit is stopped before +# a Subversion txn is created, and STDERR is returned to the client. +# +# On a Unix system, the normal procedure is to have 'start-commit' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'start-commit' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'start-commit.bat' or 'start-commit.exe', +# but the basic idea is the same. +# +# The hook program typically does not inherit the environment of +# its parent process. For example, a common problem is for the +# PATH environment variable to not be set to its usual value, so +# that subprograms fail to launch unless invoked via absolute path. +# If you're having unexpected problems with a hook program, the +# culprit may be unusual (or missing) environment variables. +# +# Here is an example hook script, for a Unix /bin/sh interpreter. +# For more examples and pre-written hooks, see those in +# the Subversion repository at +# http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/ and +# http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/ + + +REPOS="$1" +USER="$2" + +commit-allower.pl --repository "$REPOS" --user "$USER" || exit 1 +special-auth-check.py --user "$USER" --auth-level 3 || exit 1 + +# All checks passed, so allow the commit. +exit 0 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/db-logs.lock URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/db-logs.lock?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/db-logs.lock (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/db-logs.lock Tue Mar 6 09:18:24 2007 @@ -0,0 +1,3 @@ +This file is not used by Subversion 1.3.x or later. +However, its existence is required for compatibility with +Subversion 1.2.x or earlier. Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/db.lock URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/db.lock?view=auto&rev=515217 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/db.lock (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/db.lock Tue Mar 6 09:18:24 2007 @@ -0,0 +1,3 @@ +This file is not used by Subversion 1.3.x or later. +However, its existence is required for compatibility with +Subversion 1.2.x or earlier. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 07 09:05:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26472 invoked from network); 7 Mar 2007 09:05:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Mar 2007 09:05:00 -0000 Received: (qmail 29745 invoked by uid 500); 7 Mar 2007 09:05:09 -0000 Delivered-To: [email protected] Received: (qmail 29645 invoked by uid 500); 7 Mar 2007 09: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 76839 invoked by uid 99); 6 Mar 2007 17:24:21 -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: r515219 - in /xmlgraphics/fop/trunk/src/documentation/content/xdocs: ./ SVN_Repository/ SVN_Repository/conf/ SVN_Repository/dav/ SVN_Repository/db/ SVN_Repository/db/revprops/ SVN_Repository/db/revs/ SVN_Repository/db/transactions/ SVN_Repo... Date: Tue, 06 Mar 2007 17:23: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: jbryant Date: Tue Mar 6 09:23:48 2007 New Revision: 515219 URL: http://svn.apache.org/viewvc?view=rev&rev=515219 Log: (empty) Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/Details.txt xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/README.txt xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/authz xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/passwd xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/svnserve.conf xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/dav/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/current xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/format xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/fs-type xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revprops/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revprops/0 xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revs/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revs/0 xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/transactions/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/uuid xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/write-lock xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/format xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-commit.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-lock.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-revprop-change.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-unlock.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-commit.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-lock.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-revprop-change.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-unlock.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/start-commit.tmpl xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/locks/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/locks/db-logs.lock xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/locks/db.lock Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/Details.txt URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/Details.txt?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/Details.txt (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/Details.txt Tue Mar 6 09:23:48 2007 @@ -0,0 +1,2 @@ +username: jbryant +password: MdMbSWiKv5LhQ4K \ No newline at end of file Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/README.txt URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/README.txt?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/README.txt (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/README.txt Tue Mar 6 09:23:48 2007 @@ -0,0 +1,5 @@ +This is a Subversion repository; use the 'svnadmin' tool to examine +it. Do not add, delete, or modify files here unless you know how +to avoid corrupting the repository. + +Visit http://subversion.tigris.org/ for more information. Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/authz URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/authz?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/authz (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/authz Tue Mar 6 09:23:48 2007 @@ -0,0 +1,21 @@ +### This file is an example authorization file for svnserve. +### Its format is identical to that of mod_authz_svn authorization +### files. +### As shown below each section defines authorizations for the path and +### (optional) repository specified by the section name. +### The authorizations follow. An authorization line can refer to a +### single user, to a group of users defined in a special [groups] +### section, or to anyone using the '*' wildcard. Each definition can +### grant read ('r') access, read-write ('rw') access, or no access +### (''). + +[groups] +# harry_and_sally = harry,sally + +# [/foo/bar] +# harry = rw +# * = + +# [repository:/baz/fuz] +# @harry_and_sally = rw +# * = r Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/passwd URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/passwd?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/passwd (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/passwd Tue Mar 6 09:23:48 2007 @@ -0,0 +1,8 @@ +### This file is an example password file for svnserve. +### Its format is similar to that of svnserve.conf. As shown in the +### example below it contains one section labelled [users]. +### The name and password for each user follow, one account per line. + +[users] +# harry = harryssecret +# sally = sallyssecret Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/svnserve.conf URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/svnserve.conf?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/svnserve.conf (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/conf/svnserve.conf Tue Mar 6 09:23:48 2007 @@ -0,0 +1,30 @@ +### This file controls the configuration of the svnserve daemon, if you +### use it to allow access to this repository. (If you only allow +### access through http: and/or file: URLs, then this file is +### irrelevant.) + +### Visit http://subversion.tigris.org/ for more information. + +[general] +### These options control access to the repository for unauthenticated +### and authenticated users. Valid values are "write", "read", +### and "none". The sample settings below are the defaults. +# anon-access = read +# auth-access = write +### The password-db option controls the location of the password +### database file. Unless you specify a path starting with a /, +### the file's location is relative to the conf directory. +### Uncomment the line below to use the default password file. +# password-db = passwd +### The authz-db option controls the location of the authorization +### rules for path-based access control. Unless you specify a path +### starting with a /, the file's location is relative to the conf +### directory. If you don't specify an authz-db, no path-based access +### control is done. +### Uncomment the line below to use the default authorization file. +# authz-db = authz +### This option specifies the authentication realm of the repository. +### If two repositories have the same authentication realm, they should +### have the same password database, and vice versa. The default realm +### is repository's uuid. +# realm = My First Repository Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/current URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/current?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/current (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/current Tue Mar 6 09:23:48 2007 @@ -0,0 +1 @@ +0 1 1 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/format URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/format?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/format (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/format Tue Mar 6 09:23:48 2007 @@ -0,0 +1 @@ +2 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/fs-type URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/fs-type?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/fs-type (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/fs-type Tue Mar 6 09:23:48 2007 @@ -0,0 +1 @@ +fsfs Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revprops/0 URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revprops/0?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revprops/0 (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revprops/0 Tue Mar 6 09:23:48 2007 @@ -0,0 +1,5 @@ +K 8 +svn:date +V 27 +2007-03-06T17:15:51.656250Z +END Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revs/0 URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revs/0?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revs/0 (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/revs/0 Tue Mar 6 09:23:48 2007 @@ -0,0 +1,11 @@ +PLAIN +END +ENDREP +id: 0.0.r0/17 +type: dir +count: 0 +text: 0 0 4 4 2d2977d1c96f487abe4a1e202dd03b4e +cpath: / + + +17 107 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/uuid URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/uuid?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/uuid (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/uuid Tue Mar 6 09:23:48 2007 @@ -0,0 +1 @@ +d2ebcaf1-e452-2c48-81cf-cc2bad08dc0e Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/write-lock URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/db/write-lock?view=auto&rev=515219 ============================================================================== (empty) Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/format URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/format?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/format (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/format Tue Mar 6 09:23:48 2007 @@ -0,0 +1 @@ +5 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-commit.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-commit.tmpl?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-commit.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-commit.tmpl Tue Mar 6 09:23:48 2007 @@ -0,0 +1,51 @@ +#!/bin/sh + +# POST-COMMIT HOOK +# +# The post-commit hook is invoked after a commit. Subversion runs +# this hook by invoking a program (script, executable, binary, etc.) +# named 'post-commit' (for which this file is a template) with the +# following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] REV (the number of the revision just committed) +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# Because the commit has already completed and cannot be undone, +# the exit code of the hook program is ignored. The hook program +# can use the 'svnlook' utility to help it examine the +# newly-committed tree. +# +# On a Unix system, the normal procedure is to have 'post-commit' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'post-commit' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'post-commit.bat' or 'post-commit.exe', +# but the basic idea is the same. +# +# The hook program typically does not inherit the environment of +# its parent process. For example, a common problem is for the +# PATH environment variable to not be set to its usual value, so +# that subprograms fail to launch unless invoked via absolute path. +# If you're having unexpected problems with a hook program, the +# culprit may be unusual (or missing) environment variables. +# +# Here is an example hook script, for a Unix /bin/sh interpreter. +# For more examples and pre-written hooks, see those in +# the Subversion repository at +# http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/ and +# http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/ + + +REPOS="$1" +REV="$2" + +commit-email.pl "$REPOS" "$REV" [email protected] +log-commit.py --repository "$REPOS" --revision "$REV" Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-lock.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-lock.tmpl?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-lock.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-lock.tmpl Tue Mar 6 09:23:48 2007 @@ -0,0 +1,44 @@ +#!/bin/sh + +# POST-LOCK HOOK +# +# The post-lock hook is run after a path is locked. Subversion runs +# this hook by invoking a program (script, executable, binary, etc.) +# named 'post-lock' (for which this file is a template) with the +# following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] USER (the user who created the lock) +# +# The paths that were just locked are passed to the hook via STDIN (as +# of Subversion 1.2, only one path is passed per invocation, but the +# plan is to pass all locked paths at once, so the hook program +# should be written accordingly). +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# Because the lock has already been created and cannot be undone, +# the exit code of the hook program is ignored. The hook program +# can use the 'svnlook' utility to help it examine the +# newly-created lock. +# +# On a Unix system, the normal procedure is to have 'post-lock' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'post-lock' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'post-lock.bat' or 'post-lock.exe', +# but the basic idea is the same. +# +# Here is an example hook script, for a Unix /bin/sh interpreter: + +REPOS="$1" +USER="$2" + +# Send email to interested parties, let them know a lock was created: +mailer.py lock "$REPOS" "$USER" /path/to/mailer.conf Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-revprop-change.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-revprop-change.tmpl?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-revprop-change.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-revprop-change.tmpl Tue Mar 6 09:23:48 2007 @@ -0,0 +1,56 @@ +#!/bin/sh + +# POST-REVPROP-CHANGE HOOK +# +# The post-revprop-change hook is invoked after a revision property +# has been added, modified or deleted. Subversion runs this hook by +# invoking a program (script, executable, binary, etc.) named +# 'post-revprop-change' (for which this file is a template), with the +# following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] REV (the revision that was tweaked) +# [3] USER (the username of the person tweaking the property) +# [4] PROPNAME (the property that was changed) +# [5] ACTION (the property was 'A'dded, 'M'odified, or 'D'eleted) +# +# [STDIN] PROPVAL ** the old property value is passed via STDIN. +# +# Because the propchange has already completed and cannot be undone, +# the exit code of the hook program is ignored. The hook program +# can use the 'svnlook' utility to help it examine the +# new property value. +# +# On a Unix system, the normal procedure is to have 'post-revprop-change' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'post-revprop-change' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'post-revprop-change.bat' or 'post-revprop-change.exe', +# but the basic idea is the same. +# +# The hook program typically does not inherit the environment of +# its parent process. For example, a common problem is for the +# PATH environment variable to not be set to its usual value, so +# that subprograms fail to launch unless invoked via absolute path. +# If you're having unexpected problems with a hook program, the +# culprit may be unusual (or missing) environment variables. +# +# Here is an example hook script, for a Unix /bin/sh interpreter. +# For more examples and pre-written hooks, see those in +# the Subversion repository at +# http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/ and +# http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/ + + +REPOS="$1" +REV="$2" +USER="$3" +PROPNAME="$4" +ACTION="$5" + +propchange-email.pl "$REPOS" "$REV" "$USER" "$PROPNAME" [email protected] Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-unlock.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-unlock.tmpl?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-unlock.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/post-unlock.tmpl Tue Mar 6 09:23:48 2007 @@ -0,0 +1,42 @@ +#!/bin/sh + +# POST-UNLOCK HOOK +# +# The post-unlock hook runs after a path is unlocked. Subversion runs +# this hook by invoking a program (script, executable, binary, etc.) +# named 'post-unlock' (for which this file is a template) with the +# following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] USER (the user who destroyed the lock) +# +# The paths that were just unlocked are passed to the hook via STDIN +# (as of Subversion 1.2, only one path is passed per invocation, but +# the plan is to pass all unlocked paths at once, so the hook program +# should be written accordingly). +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# Because the lock has already been destroyed and cannot be undone, +# the exit code of the hook program is ignored. +# +# On a Unix system, the normal procedure is to have 'post-unlock' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'post-unlock' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'post-unlock.bat' or 'post-unlock.exe', +# but the basic idea is the same. +# +# Here is an example hook script, for a Unix /bin/sh interpreter: + +REPOS="$1" +USER="$2" + +# Send email to interested parties, let them know a lock was removed: +mailer.py unlock "$REPOS" "$USER" /path/to/mailer.conf Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-commit.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-commit.tmpl?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-commit.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-commit.tmpl Tue Mar 6 09:23:48 2007 @@ -0,0 +1,70 @@ +#!/bin/sh + +# PRE-COMMIT HOOK +# +# The pre-commit hook is invoked before a Subversion txn is +# committed. Subversion runs this hook by invoking a program +# (script, executable, binary, etc.) named 'pre-commit' (for which +# this file is a template), with the following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] TXN-NAME (the name of the txn about to be committed) +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# If the hook program exits with success, the txn is committed; but +# if it exits with failure (non-zero), the txn is aborted, no commit +# takes place, and STDERR is returned to the client. The hook +# program can use the 'svnlook' utility to help it examine the txn. +# +# On a Unix system, the normal procedure is to have 'pre-commit' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# *** NOTE: THE HOOK PROGRAM MUST NOT MODIFY THE TXN, EXCEPT *** +# *** FOR REVISION PROPERTIES (like svn:log or svn:author). *** +# +# This is why we recommend using the read-only 'svnlook' utility. +# In the future, Subversion may enforce the rule that pre-commit +# hooks should not modify the versioned data in txns, or else come +# up with a mechanism to make it safe to do so (by informing the +# committing client of the changes). However, right now neither +# mechanism is implemented, so hook writers just have to be careful. +# +# Note that 'pre-commit' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'pre-commit.bat' or 'pre-commit.exe', +# but the basic idea is the same. +# +# The hook program typically does not inherit the environment of +# its parent process. For example, a common problem is for the +# PATH environment variable to not be set to its usual value, so +# that subprograms fail to launch unless invoked via absolute path. +# If you're having unexpected problems with a hook program, the +# culprit may be unusual (or missing) environment variables. +# +# Here is an example hook script, for a Unix /bin/sh interpreter. +# For more examples and pre-written hooks, see those in +# the Subversion repository at +# http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/ and +# http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/ + + +REPOS="$1" +TXN="$2" + +# Make sure that the log message contains some text. +SVNLOOK=/usr/local/bin/svnlook +$SVNLOOK log -t "$TXN" "$REPOS" | \ + grep "[a-zA-Z0-9]" > /dev/null || exit 1 + +# Check that the author of this commit has the rights to perform +# the commit on the files and directories being modified. +commit-access-control.pl "$REPOS" "$TXN" commit-access-control.cfg || exit 1 + +# All checks passed, so allow the commit. +exit 0 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-lock.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-lock.tmpl?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-lock.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-lock.tmpl Tue Mar 6 09:23:48 2007 @@ -0,0 +1,64 @@ +#!/bin/sh + +# PRE-LOCK HOOK +# +# The pre-lock hook is invoked before an exclusive lock is +# created. Subversion runs this hook by invoking a program +# (script, executable, binary, etc.) named 'pre-lock' (for which +# this file is a template), with the following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] PATH (the path in the repository about to be locked) +# [3] USER (the user creating the lock) +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# If the hook program exits with success, the lock is created; but +# if it exits with failure (non-zero), the lock action is aborted +# and STDERR is returned to the client. + +# On a Unix system, the normal procedure is to have 'pre-lock' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'pre-lock' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'pre-lock.bat' or 'pre-lock.exe', +# but the basic idea is the same. +# +# Here is an example hook script, for a Unix /bin/sh interpreter: + +REPOS="$1" +PATH="$2" +USER="$3" + +# If a lock exists and is owned by a different person, don't allow it +# to be stolen (e.g., with 'svn lock --force ...'). + +# (Maybe this script could send email to the lock owner?) +SVNLOOK=/usr/local/bin/svnlook +GREP=/bin/grep +SED=/bin/sed + +LOCK_OWNER=`$SVNLOOK lock "$REPOS" "$PATH" | \ + $GREP '^Owner: ' | $SED 's/Owner: //'` + +# If we get no result from svnlook, there's no lock, allow the lock to +# happen: +if [ "$LOCK_OWNER" = "" ]; then + exit 0 +fi + +# If the person locking matches the lock's owner, allow the lock to +# happen: +if [ "$LOCK_OWNER" = "$USER" ]; then + exit 0 +fi + +# Otherwise, we've got an owner mismatch, so return failure: +echo "Error: $PATH already locked by ${LOCK_OWNER}." 1>&2 +exit 1 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-revprop-change.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-revprop-change.tmpl?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-revprop-change.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-revprop-change.tmpl Tue Mar 6 09:23:48 2007 @@ -0,0 +1,66 @@ +#!/bin/sh + +# PRE-REVPROP-CHANGE HOOK +# +# The pre-revprop-change hook is invoked before a revision property +# is added, modified or deleted. Subversion runs this hook by invoking +# a program (script, executable, binary, etc.) named 'pre-revprop-change' +# (for which this file is a template), with the following ordered +# arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] REVISION (the revision being tweaked) +# [3] USER (the username of the person tweaking the property) +# [4] PROPNAME (the property being set on the revision) +# [5] ACTION (the property is being 'A'dded, 'M'odified, or 'D'eleted) +# +# [STDIN] PROPVAL ** the new property value is passed via STDIN. +# +# If the hook program exits with success, the propchange happens; but +# if it exits with failure (non-zero), the propchange doesn't happen. +# The hook program can use the 'svnlook' utility to examine the +# existing value of the revision property. +# +# WARNING: unlike other hooks, this hook MUST exist for revision +# properties to be changed. If the hook does not exist, Subversion +# will behave as if the hook were present, but failed. The reason +# for this is that revision properties are UNVERSIONED, meaning that +# a successful propchange is destructive; the old value is gone +# forever. We recommend the hook back up the old value somewhere. +# +# On a Unix system, the normal procedure is to have 'pre-revprop-change' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'pre-revprop-change' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'pre-revprop-change.bat' or 'pre-revprop-change.exe', +# but the basic idea is the same. +# +# The hook program typically does not inherit the environment of +# its parent process. For example, a common problem is for the +# PATH environment variable to not be set to its usual value, so +# that subprograms fail to launch unless invoked via absolute path. +# If you're having unexpected problems with a hook program, the +# culprit may be unusual (or missing) environment variables. +# +# Here is an example hook script, for a Unix /bin/sh interpreter. +# For more examples and pre-written hooks, see those in +# the Subversion repository at +# http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/ and +# http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/ + + +REPOS="$1" +REV="$2" +USER="$3" +PROPNAME="$4" +ACTION="$5" + +if [ "$ACTION" = "M" -a "$PROPNAME" = "svn:log" ]; then exit 0; fi + +echo "Changing revision properties other than svn:log is prohibited" >&2 +exit 1 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-unlock.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-unlock.tmpl?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-unlock.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/pre-unlock.tmpl Tue Mar 6 09:23:48 2007 @@ -0,0 +1,60 @@ +#!/bin/sh + +# PRE-UNLOCK HOOK +# +# The pre-unlock hook is invoked before an exclusive lock is +# destroyed. Subversion runs this hook by invoking a program +# (script, executable, binary, etc.) named 'pre-unlock' (for which +# this file is a template), with the following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] PATH (the path in the repository about to be unlocked) +# [3] USER (the user destroying the lock) +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# If the hook program exits with success, the lock is destroyed; but +# if it exits with failure (non-zero), the unlock action is aborted +# and STDERR is returned to the client. + +# On a Unix system, the normal procedure is to have 'pre-unlock' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'pre-unlock' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'pre-unlock.bat' or 'pre-unlock.exe', +# but the basic idea is the same. +# +# Here is an example hook script, for a Unix /bin/sh interpreter: + +REPOS="$1" +PATH="$2" +USER="$3" + +# If a lock is owned by a different person, don't allow it be broken. +# (Maybe this script could send email to the lock owner?) + +SVNLOOK=/usr/local/bin/svnlook +GREP=/bin/grep +SED=/bin/sed + +LOCK_OWNER=`$SVNLOOK lock "$REPOS" "$PATH" | \ + $GREP '^Owner: ' | $SED 's/Owner: //'` + +# If we get no result from svnlook, there's no lock, return success: +if [ "$LOCK_OWNER" = "" ]; then + exit 0 +fi +# If the person unlocking matches the lock's owner, return success: +if [ "$LOCK_OWNER" = "$USER" ]; then + exit 0 +fi + +# Otherwise, we've got an owner mismatch, so return failure: +echo "Error: $PATH locked by ${LOCK_OWNER}." 1>&2 +exit 1 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/start-commit.tmpl URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/start-commit.tmpl?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/start-commit.tmpl (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/hooks/start-commit.tmpl Tue Mar 6 09:23:48 2007 @@ -0,0 +1,54 @@ +#!/bin/sh + +# START-COMMIT HOOK +# +# The start-commit hook is invoked before a Subversion txn is created +# in the process of doing a commit. Subversion runs this hook +# by invoking a program (script, executable, binary, etc.) named +# 'start-commit' (for which this file is a template) +# with the following ordered arguments: +# +# [1] REPOS-PATH (the path to this repository) +# [2] USER (the authenticated user attempting to commit) +# +# The default working directory for the invocation is undefined, so +# the program should set one explicitly if it cares. +# +# If the hook program exits with success, the commit continues; but +# if it exits with failure (non-zero), the commit is stopped before +# a Subversion txn is created, and STDERR is returned to the client. +# +# On a Unix system, the normal procedure is to have 'start-commit' +# invoke other programs to do the real work, though it may do the +# work itself too. +# +# Note that 'start-commit' must be executable by the user(s) who will +# invoke it (typically the user httpd runs as), and that user must +# have filesystem-level permission to access the repository. +# +# On a Windows system, you should name the hook program +# 'start-commit.bat' or 'start-commit.exe', +# but the basic idea is the same. +# +# The hook program typically does not inherit the environment of +# its parent process. For example, a common problem is for the +# PATH environment variable to not be set to its usual value, so +# that subprograms fail to launch unless invoked via absolute path. +# If you're having unexpected problems with a hook program, the +# culprit may be unusual (or missing) environment variables. +# +# Here is an example hook script, for a Unix /bin/sh interpreter. +# For more examples and pre-written hooks, see those in +# the Subversion repository at +# http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/ and +# http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/ + + +REPOS="$1" +USER="$2" + +commit-allower.pl --repository "$REPOS" --user "$USER" || exit 1 +special-auth-check.py --user "$USER" --auth-level 3 || exit 1 + +# All checks passed, so allow the commit. +exit 0 Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/locks/db-logs.lock URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/locks/db-logs.lock?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/locks/db-logs.lock (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/locks/db-logs.lock Tue Mar 6 09:23:48 2007 @@ -0,0 +1,3 @@ +This file is not used by Subversion 1.3.x or later. +However, its existence is required for compatibility with +Subversion 1.2.x or earlier. Added: xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/locks/db.lock URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/locks/db.lock?view=auto&rev=515219 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/locks/db.lock (added) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/locks/db.lock Tue Mar 6 09:23:48 2007 @@ -0,0 +1,3 @@ +This file is not used by Subversion 1.3.x or later. +However, its existence is required for compatibility with +Subversion 1.2.x or earlier. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 07 09:05:11 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26609 invoked from network); 7 Mar 2007 09:05:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Mar 2007 09:05:10 -0000 Received: (qmail 29834 invoked by uid 500); 7 Mar 2007 09:05:19 -0000 Delivered-To: [email protected] Received: (qmail 29814 invoked by uid 500); 7 Mar 2007 09:05: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 83759 invoked by uid 99); 6 Mar 2007 17:31:39 -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: r515220 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml Date: Tue, 06 Mar 2007 17:31:08 -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: jbryant Date: Tue Mar 6 09:30:56 2007 New Revision: 515220 URL: http://svn.apache.org/viewvc?view=rev&rev=515220 Log: Moved Jay Bryant from Contributor to Committer Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml?view=diff&rev=515220&r1=515219&r2=515220 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml (original) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml Tue Mar 6 09:30:56 2007 @@ -34,6 +34,8 @@ <li id="fb"><link href="mailto:[email protected]">Finn Bock</link> (FB)</li> <li id="cb"><link href="mailto:[email protected]">Chris Bowditch</link> (CB) is a Java/VB Programmer from England.</li> + <li id="jb"><link href="mailto:[email protected]">Jay Bryant</link> (JB) is a + freelance information architect in Austin, TX.</li> <li id="ad"><link href="mailto:[email protected]">Andreas Delmelle</link> (AD)</li> <!-- Luca prefers the mail address with "AT", to stop spam, etc. --> <li id="lf"><link href="mailto:[email protected]">Luca Furini</link> (LF) @@ -88,10 +90,6 @@ <section id="contribute-active"> <title>Active Contributors</title> <ul> - <li id="jb"><link href="mailto:[email protected]">Jay Bryant</link>, of <fork -href="http://www.bryantcs.com/">Bryant Communication Services</fork>, is a -consulting technical writer who uses FOP to produce PDF files for -single-sourcing solutions.</li> <li id="lm">Louis Masters</li> <li id="mn">Manoj Nair, Currently consulting for Sony Pictures Entertainment in Los Angeles, CA USA. Previously he worked with Java &amp; related technologies specializing in developing n-tier Web applications.</li> <li id="rr"><link href="mailto:[email protected]">Renaud Richardet</link> (RR) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 07 10:33:33 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55043 invoked from network); 7 Mar 2007 10:33:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Mar 2007 10:33:33 -0000 Received: (qmail 64160 invoked by uid 500); 7 Mar 2007 10:33:41 -0000 Delivered-To: [email protected] Received: (qmail 64137 invoked by uid 500); 7 Mar 2007 10: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64126 invoked by uid 99); 7 Mar 2007 10:33:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 02:33:41 -0800 X-ASF-Spam-Status: No, hits=-99.5 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 eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 02:33:32 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 33A111A9838; Wed, 7 Mar 2007 02:33:12 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r515520 - /xmlgraphics/fop/trunk/fop.bat Date: Wed, 07 Mar 2007 10:33:11 -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: vhennebert Date: Wed Mar 7 02:33:10 2007 New Revision: 515520 URL: http://svn.apache.org/viewvc?view=rev&rev=515520 Log: Update fop.bat to use the latest XML Graphics Commons library Submitted by: Adrian cumiskey ([email protected]) Modified: xmlgraphics/fop/trunk/fop.bat Modified: xmlgraphics/fop/trunk/fop.bat URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop.bat?view=diff&rev=515520&r1=515519&r2=515520 ============================================================================== --- xmlgraphics/fop/trunk/fop.bat (original) +++ xmlgraphics/fop/trunk/fop.bat Wed Mar 7 02:33:10 2007 @@ -60,7 +60,7 @@ set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.7.0.jar set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\serializer-2.7.0.jar set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\batik-all-1.6.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xmlgraphics-commons-1.1.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xmlgraphics-commons-1.2svn.jar set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\avalon-framework-4.2.0.jar set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\commons-io-1.1.jar set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\commons-logging-1.0.4.jar --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 07 15:03:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51160 invoked from network); 7 Mar 2007 15:03:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Mar 2007 15:03:05 -0000 Received: (qmail 21614 invoked by uid 500); 7 Mar 2007 15:03:13 -0000 Delivered-To: [email protected] Received: (qmail 21600 invoked by uid 500); 7 Mar 2007 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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21589 invoked by uid 99); 7 Mar 2007 15:03:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 07:03:13 -0800 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, 07 Mar 2007 07:03:04 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id AB4F41A9838; Wed, 7 Mar 2007 07:02:43 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r515596 - in /xmlgraphics/fop/trunk/src/documentation/content/xdocs: Details.txt README.txt SVN_Repository/ conf/ dav/ db/ format hooks/ locks/ Date: Wed, 07 Mar 2007 15:02:43 -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: jeremias Date: Wed Mar 7 07:02:42 2007 New Revision: 515596 URL: http://svn.apache.org/viewvc?view=rev&rev=515596 Log: Reverted revisions 515217 and 515219. I wonder how those SVN-related files ended up being committed. Removed: xmlgraphics/fop/trunk/src/documentation/content/xdocs/Details.txt xmlgraphics/fop/trunk/src/documentation/content/xdocs/README.txt xmlgraphics/fop/trunk/src/documentation/content/xdocs/SVN_Repository/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/conf/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/dav/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/db/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/format xmlgraphics/fop/trunk/src/documentation/content/xdocs/hooks/ xmlgraphics/fop/trunk/src/documentation/content/xdocs/locks/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 12 19:44:37 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32460 invoked from network); 12 Mar 2007 19:44:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Mar 2007 19:44:37 -0000 Received: (qmail 69987 invoked by uid 500); 12 Mar 2007 19:44:45 -0000 Delivered-To: [email protected] Received: (qmail 69968 invoked by uid 500); 12 Mar 2007 19:44: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69957 invoked by uid 99); 12 Mar 2007 19:44:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2007 12:44:45 -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, 12 Mar 2007 12:44:36 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 87AD81A9838; Mon, 12 Mar 2007 12:44:16 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r517356 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/AbstractRenderer.java Date: Mon, 12 Mar 2007 19:44:16 -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: adelmelle Date: Mon Mar 12 12:44:15 2007 New Revision: 517356 URL: http://svn.apache.org/viewvc?view=rev&rev=517356 Log: Correction of a typo; reported by Paul Vinkenoog Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/AbstractRenderer.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/AbstractRenderer.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/AbstractRenderer.java?view=diff&rev=517356&r1=517355&r2=517356 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/AbstractRenderer.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/AbstractRenderer.java Mon Mar 12 12:44:15 2007 @@ -466,7 +466,7 @@ Rectangle2D clippingRect = null; if (bv.getClip()) { - clippingRect = new Rectangle(saveIP, saveBP, bv.getIPD(), bv.getIPD()); + clippingRect = new Rectangle(saveIP, saveBP, bv.getIPD(), bv.getBPD()); } CTM ctm = bv.getCTM(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 12 21:50:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91897 invoked from network); 12 Mar 2007 21:50:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Mar 2007 21:50:02 -0000 Received: (qmail 41272 invoked by uid 500); 12 Mar 2007 21:50:10 -0000 Delivered-To: [email protected] Received: (qmail 41253 invoked by uid 500); 12 Mar 2007 21:50: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41236 invoked by uid 99); 12 Mar 2007 21:50:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2007 14:50:10 -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, 12 Mar 2007 14:49:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 21DE61A9838; Mon, 12 Mar 2007 14:49:38 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r517415 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java status.xml test/layoutengine/standard-testcases/block-container_absolute-position_no-height.xml Date: Mon, 12 Mar 2007 21:49: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: jeremias Date: Mon Mar 12 14:49:37 2007 New Revision: 517415 URL: http://svn.apache.org/viewvc?view=rev&rev=517415 Log: Fixed an IllegalArgumentException for absolutely positioned block-containers with a border and no height/bpd set. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java xmlgraphics/fop/trunk/status.xml xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block-container_absolute-position_no-height.xml Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java?view=diff&rev=517415&r1=517414&r2=517415 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java Mon Mar 12 14:49:37 2007 @@ -431,6 +431,8 @@ } } } else { + int maxbpd = context.getStackLimit().opt; + allocBPD = maxbpd; autoHeight = true; } } else { @@ -503,7 +505,7 @@ MinOptMax range = new MinOptMax(relDims.ipd); BlockContainerBreaker breaker = new BlockContainerBreaker(this, range); - breaker.doLayout(relDims.bpd, autoHeight); + breaker.doLayout((autoHeight ? 0 : relDims.bpd), autoHeight); boolean contentOverflows = breaker.isOverflow(); LinkedList returnList = new LinkedList(); if (!breaker.isEmpty()) { Modified: xmlgraphics/fop/trunk/status.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?view=diff&rev=517415&r1=517414&r2=517415 ============================================================================== --- xmlgraphics/fop/trunk/status.xml (original) +++ xmlgraphics/fop/trunk/status.xml Mon Mar 12 14:49:37 2007 @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix"> + Fixed an IllegalArgumentException for absolutely positioned block-containers with a + border and no height/bpd set. + </action> <action context="Code" dev="JM" type="add"> Add support for a two-pass production for PostScript output to minimize file size. This adds images only once and adds only the fonts that are really used. Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block-container_absolute-position_no-height.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block-container_absolute-position_no-height.xml?view=diff&rev=517415&r1=517414&r2=517415 ============================================================================== --- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block-container_absolute-position_no-height.xml (original) +++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block-container_absolute-position_no-height.xml Mon Mar 12 14:49:37 2007 @@ -23,7 +23,7 @@ </p> </info> <fo> - <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> + <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="normal" page-width="5in" page-height="5in"> <fo:region-body/> @@ -31,33 +31,43 @@ </fo:layout-master-set> <fo:page-sequence master-reference="normal" white-space-collapse="true"> <fo:flow flow-name="xsl-region-body"> - <fo:block-container left="10pt" top="10pt" width="3in" absolute-position="absolute" background-color="orange"> + <fo:block-container left="10pt" top="10pt" width="3in" absolute-position="absolute" + background-color="orange"> <fo:block background-color="yellow">absolutely positioned width, no height specified</fo:block> </fo:block-container> + <fo:block-container left="10pt" top="100pt" width="3in" position="absolute" + background-color="orange" + border-bottom-width="2pt" border-bottom-style="solid" border-bottom-color="red"> + <fo:block background-color="yellow">absolutely positioned width, no height specified, plus border</fo:block> + </fo:block-container> </fo:flow> </fo:page-sequence> </fo:root> </fo> <checks> <!-- *** first block-container *** --> - <true xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/@is-viewport-area"/> - <eval expected="absolute" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/@positioning"/> - <eval expected="216000" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/@ipd"/> - <eval expected="216000" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/@ipda"/> - <eval expected="28800" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/@bpd"/> - <eval expected="28800" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/@bpda"/> - <eval expected="10000" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/@left-position"/> - <eval expected="10000" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/@top-position"/> + <true xpath="//flow/block[1]/@is-viewport-area"/> + <eval expected="absolute" xpath="//flow/block[1]/@positioning"/> + <eval expected="216000" xpath="//flow/block[1]/@ipd"/> + <eval expected="216000" xpath="//flow/block[1]/@ipda"/> + <eval expected="28800" xpath="//flow/block[1]/@bpd"/> + <eval expected="28800" xpath="//flow/block[1]/@bpda"/> + <eval expected="10000" xpath="//flow/block[1]/@left-position"/> + <eval expected="10000" xpath="//flow/block[1]/@top-position"/> <!-- -> reference-area --> - <true xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/block[1]/@is-reference-area"/> - <eval expected="216000" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/block[1]/@ipd"/> - <eval expected="216000" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/block[1]/@ipda"/> - <eval expected="28800" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/block[1]/@bpd"/> - <eval expected="28800" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/block[1]/@bpda"/> + <true xpath="//flow/block[1]/block[1]/@is-reference-area"/> + <eval expected="216000" xpath="//flow/block[1]/block[1]/@ipd"/> + <eval expected="216000" xpath="//flow/block[1]/block[1]/@ipda"/> + <eval expected="28800" xpath="//flow/block[1]/block[1]/@bpd"/> + <eval expected="28800" xpath="//flow/block[1]/block[1]/@bpda"/> <!-- -> nested block --> - <eval expected="216000" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/block[1]/block[1]/@ipd"/> - <eval expected="216000" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/block[1]/block[1]/@ipda"/> - <eval expected="28800" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/block[1]/block[1]/@bpd"/> - <eval expected="28800" xpath="/areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/block[1]/block[1]/@bpda"/> + <eval expected="216000" xpath="//flow/block[1]/block[1]/block[1]/@ipd"/> + <eval expected="216000" xpath="//flow/block[1]/block[1]/block[1]/@ipda"/> + <eval expected="28800" xpath="//flow/block[1]/block[1]/block[1]/@bpd"/> + <eval expected="28800" xpath="//flow/block[1]/block[1]/block[1]/@bpda"/> + + <!-- *** second block-container with a border (used to cause an IllegalStateException) *** --> + <eval expected="28800" xpath="//flow/block[2]/@bpd"/> + <eval expected="30800" xpath="//flow/block[2]/@bpda"/> </checks> </testcase> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 13 18:38:54 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58579 invoked from network); 13 Mar 2007 18:38:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Mar 2007 18:38:54 -0000 Received: (qmail 98177 invoked by uid 500); 13 Mar 2007 18:39:02 -0000 Delivered-To: [email protected] Received: (qmail 98078 invoked by uid 500); 13 Mar 2007 18:39: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98062 invoked by uid 99); 13 Mar 2007 18:39:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 11:39:02 -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; Tue, 13 Mar 2007 11:38:53 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id BDB9E1A9838; Tue, 13 Mar 2007 11:38:32 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r517814 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java Date: Tue, 13 Mar 2007 18:38:32 -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: vhennebert Date: Tue Mar 13 11:38:31 2007 New Revision: 517814 URL: http://svn.apache.org/viewvc?view=rev&rev=517814 Log: Some javadoc and variables renaming in TableStepper. I finally grasped the actual meaning of this rowSpanPending variable... Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java?view=diff&rev=517814&r1=517813&r2=517814 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java Tue Mar 13 11:38:31 2007 @@ -47,12 +47,15 @@ private EffRow[] rowGroup; private int totalHeight; - private int activeRow; + private int activeRowIndex; /** * Knuth elements for active cells, per column. Active cells are cells spanning over * the currently active row. */ private List[] elementLists; + /** + * Number of the row where the row-span begins, per column. Zero-based. + */ private int[] startRow; /** * For each column, index, in the cell's list of Knuth elements, of the element @@ -77,7 +80,7 @@ private boolean skippedStep; private boolean[] keepWithNextSignals; private boolean[] forcedBreaks; - private int lastMaxPenalty; + private int lastMaxPenaltyLength; /** * Main constructor @@ -86,9 +89,14 @@ public TableStepper(TableContentLayoutManager tclm) { this.tclm = tclm; } - + + /** + * Initializes the fields of this instance to handle a new row group. + * + * @param columnCount number of columns the row group has + */ private void setup(int columnCount) { - this.activeRow = 0; + this.activeRowIndex = 0; elementLists = new List[columnCount]; startRow = new int[columnCount]; start = new int[columnCount]; @@ -123,7 +131,7 @@ * @return the row currently being processed */ private EffRow getActiveRow() { - return rowGroup[activeRow]; + return rowGroup[activeRowIndex]; } /** @@ -176,9 +184,9 @@ len += borderBefore[i] + borderAfter[i]; len += paddingBefore[i] + paddingAfter[i]; } - int nominalHeight = rowGroup[activeRow].getHeight().opt; + int nominalHeight = rowGroup[activeRowIndex].getHeight().opt; for (int r = 0; r < gu.getRowSpanIndex(); r++) { - nominalHeight += rowGroup[activeRow - r - 1].getHeight().opt; + nominalHeight += rowGroup[activeRowIndex - r - 1].getHeight().opt; } if (len == nominalHeight) { //row is filled @@ -188,7 +196,7 @@ maxW = Math.max(maxW, nominalHeight - len); } } - for (int i = activeRow + 1; i < rowGroup.length; i++) { + for (int i = activeRowIndex + 1; i < rowGroup.length; i++) { maxW += rowGroup[i].getHeight().opt; } log.debug("maxRemainingHeight=" + maxW); @@ -203,7 +211,7 @@ start[column] = 0; end[column] = -1; widths[column] = 0; - startRow[column] = activeRow; + startRow[column] = activeRowIndex; keepWithNextSignals[column] = false; forcedBreaks[column] = false; } else if (gu.isPrimary()) { @@ -246,14 +254,18 @@ start[column] = 0; end[column] = -1; widths[column] = 0; - startRow[column] = activeRow; + startRow[column] = activeRowIndex; keepWithNextSignals[column] = false; forcedBreaks[column] = false; } else { log.trace("TableStepper.setupElementList: not empty nor primary grid unit"); } } - + + /** + * Initializes the informations relative to the Knuth elements, to handle a new row in + * the current row group. + */ private void initializeElementLists() { for (int i = 0; i < start.length; i++) { setupElementList(i); @@ -283,11 +295,11 @@ TableContentPosition lastTCPos = null; LinkedList returnList = new LinkedList(); while ((step = getNextStep(laststep)) >= 0) { - int normalRow = activeRow; + int normalRow = activeRowIndex; if (rowBacktrackForLastStep) { //Even though we've already switched to the next row, we have to //calculate as if we were still on the previous row - activeRow--; + activeRowIndex--; } int increase = step - laststep; int penaltyLen = step + getMaxRemainingHeight() - totalHeight; @@ -346,7 +358,7 @@ lastTCPos = tcpos; if (log.isDebugEnabled()) { log.debug(" - backtrack=" + rowBacktrackForLastStep - + " - row=" + activeRow + " - " + tcpos); + + " - row=" + activeRowIndex + " - " + tcpos); } returnList.add(new KnuthBox(boxLen, tcpos, false)); TableHFPenaltyPosition penaltyPos = new TableHFPenaltyPosition(getTableLM()); @@ -363,14 +375,14 @@ //Handle a penalty length coming from nested content //Example: nested table with header/footer - if (this.lastMaxPenalty != 0) { - penaltyPos.nestedPenaltyLength = this.lastMaxPenalty; + if (this.lastMaxPenaltyLength != 0) { + penaltyPos.nestedPenaltyLength = this.lastMaxPenaltyLength; if (log.isDebugEnabled()) { log.debug("Additional penalty length from table-cell break: " - + this.lastMaxPenalty); + + this.lastMaxPenaltyLength); } } - effPenaltyLen += this.lastMaxPenalty; + effPenaltyLen += this.lastMaxPenaltyLength; int p = 0; boolean allCellsHaveContributed = true; @@ -415,7 +427,7 @@ laststep = step; if (rowBacktrackForLastStep) { //If row was set to previous, restore now - activeRow++; + activeRowIndex++; } } if (signalKeepWithNext) { @@ -433,7 +445,7 @@ } private int getNextStep(int lastStep) { - this.lastMaxPenalty = 0; + this.lastMaxPenaltyLength = 0; //Check for forced break conditions /* if (isBreakCondition()) { @@ -444,7 +456,9 @@ System.arraycopy(widths, 0, backupWidths, 0, backupWidths.length); //set starting points - boolean rowSpanPending = true; + // We assume that the current grid row is finished. If this is not the case this + // boolean will be reset (see below) + boolean currentGridRowFinished = true; for (int i = 0; i < start.length; i++) { if (elementLists[i] == null) { continue; @@ -453,7 +467,11 @@ start[i] = end[i] + 1; if (end[i] + 1 < elementLists[i].size() && getActiveGridUnit(i).isLastGridUnitRowSpan()) { - rowSpanPending = false; + // Ok, so this grid unit is the last in the row-spanning direction and + // there are still unhandled Knuth elements. They /will/ have to be + // put on the current grid row, which means that this row isn't + // finished yet + currentGridRowFinished = false; } } else { start[i] = -1; //end of list reached @@ -461,17 +479,17 @@ } } - if (rowSpanPending) { - if (activeRow < rowGroup.length - 1) { + if (currentGridRowFinished) { + if (activeRowIndex < rowGroup.length - 1) { TableRow rowFO = getActiveRow().getTableRow(); if (rowFO != null && rowFO.getBreakAfter() != Constants.EN_AUTO) { log.warn(FONode.decorateWithContextInfo( "break-after ignored on table-row because of row spanning " + "in progress (See XSL 1.0, 7.19.1)", rowFO)); } - activeRow++; + activeRowIndex++; if (log.isDebugEnabled()) { - log.debug("===> new row: " + activeRow); + log.debug("===> new row: " + activeRowIndex); } initializeElementLists(); for (int i = 0; i < backupWidths.length; i++) { @@ -498,7 +516,7 @@ end[i]++; KnuthElement el = (KnuthElement)elementLists[i].get(end[i]); if (el.isPenalty()) { - this.lastMaxPenalty = Math.max(this.lastMaxPenalty, el.getW()); + this.lastMaxPenaltyLength = Math.max(this.lastMaxPenaltyLength, el.getW()); if (el.getP() <= -KnuthElement.INFINITE) { log.debug("FORCED break encountered!"); forcedBreaks[i] = true; @@ -591,7 +609,7 @@ end[i] = start[i] - 1; if (baseWidth[i] + widths[i] > minStep) { log.debug("minStep vs. border/padding increase conflict:"); - if (activeRow == 0) { + if (activeRowIndex == 0) { log.debug(" First row. Skip this step."); skippedStep = true; } else { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 19 15:41:02 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28998 invoked from network); 19 Mar 2007 15:41:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2007 15:41:01 -0000 Received: (qmail 88110 invoked by uid 500); 19 Mar 2007 15:41:09 -0000 Delivered-To: [email protected] Received: (qmail 88011 invoked by uid 500); 19 Mar 2007 15: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87999 invoked by uid 99); 19 Mar 2007 15:41:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2007 08:41:09 -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, 19 Mar 2007 08:40:59 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 789BA1A9838; Mon, 19 Mar 2007 08:40:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r519975 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: fo/flow/ layoutmgr/ layoutmgr/table/ Date: Mon, 19 Mar 2007 15:40: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: vhennebert Date: Mon Mar 19 08:40:31 2007 New Revision: 519975 URL: http://svn.apache.org/viewvc?view=rev&rev=519975 Log: Documentation, cleanup, log statements in the table layout code. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutContext.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/Position.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnit.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/PrimaryGridUnit.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java?view=diff&rev=519975&r1=519974&r2=519975 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java Mon Mar 19 08:40:31 2007 @@ -349,7 +349,11 @@ return (tableLayout == EN_AUTO); } - /** @return the list of table-column elements. */ + /** + * Returns the list of table-column elements. + * + * @return a list of {@link TableColumn} elements, may contain null elements + */ public List getColumns() { return columns; } Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutContext.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutContext.java?view=diff&rev=519975&r1=519974&r2=519975 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutContext.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutContext.java Mon Mar 19 08:40:31 2007 @@ -298,10 +298,18 @@ return stackLimit; } + /** + * Sets the inline-progression-dimension of the nearest ancestor reference area. + */ public void setRefIPD(int ipd) { refIPD = ipd; } + /** + * Returns the inline-progression-dimension of the nearest ancestor reference area. + * + * @return the inline-progression-dimension of the nearest ancestor reference area + */ public int getRefIPD() { return refIPD; } Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/Position.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/Position.java?view=diff&rev=519975&r1=519974&r2=519975 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/Position.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/Position.java Mon Mar 19 08:40:31 2007 @@ -43,11 +43,21 @@ public boolean generatesAreas() { return false; } - + + /** + * Sets the index of this position in the sequence of Position elements. + * + * @param value this position's index + */ public void setIndex(int value) { this.index = value; } - + + /** + * Returns the index of this position in the sequence of Position elements. + * + * @return the index of this position in the sequence of Position elements + */ public int getIndex() { return this.index; } Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnit.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnit.java?view=diff&rev=519975&r1=519974&r2=519975 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnit.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnit.java Mon Mar 19 08:40:31 2007 @@ -19,6 +19,8 @@ package org.apache.fop.layoutmgr.table; +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; import org.apache.fop.fo.FONode; import org.apache.fop.fo.flow.Table; import org.apache.fop.fo.flow.TableBody; @@ -33,6 +35,8 @@ */ public class GridUnit { + private static Log log = LogFactory.getLog(GridUnit.class); + /** Indicates that the grid unit is in the first column. */ public static final int IN_FIRST_COLUMN = 0; /** Indicates that the grid unit is in the last column. */ @@ -86,7 +90,7 @@ /** * Creates a new grid unit. * - * @param primary ?? + * @param primary the before-start grid unit of the cell containing this grid unit * @param column table column this grid unit belongs to * @param startCol index of the column this grid unit belongs to * @param colSpanIndex index of this grid unit in the span, in column direction @@ -98,7 +102,7 @@ /** * Creates a new grid unit. * - * @param primary ?? + * @param primary the before-start grid unit of the cell containing this grid unit * @param cell table cell which occupies this grid unit * @param column table column this grid unit belongs to * @param startCol index of the column this grid unit belongs to @@ -158,16 +162,28 @@ } /** - * @return the primary grid unit if this is a spanned grid unit + * Returns the before-start grid unit of the cell containing this grid unit. + * + * @return the before-start grid unit of the cell containing this grid unit. */ public PrimaryGridUnit getPrimary() { return (isPrimary() ? (PrimaryGridUnit)this : primary); } + /** + * Is this grid unit the before-start grid unit of the cell? + * + * @return true if this grid unit is the before-start grid unit of the cell + */ public boolean isPrimary() { return false; } + /** + * Does this grid unit belong to an empty cell? + * + * @return true if this grid unit belongs to an empty cell + */ public boolean isEmpty() { return cell == null; } @@ -272,6 +288,13 @@ side, resFlags), side); if (cell != null) { effectiveBorders.setPadding(cell.getCommonBorderPaddingBackground()); + } + if (log.isDebugEnabled()) { + log.debug(this + " resolved borders: " + + "before=" + effectiveBorders.getBorderBeforeWidth(false) + ", " + + "after=" + effectiveBorders.getBorderAfterWidth(false) + ", " + + "start=" + effectiveBorders.getBorderStartWidth(false) + ", " + + "end=" + effectiveBorders.getBorderEndWidth(false)); } } Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/PrimaryGridUnit.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/PrimaryGridUnit.java?view=diff&rev=519975&r1=519974&r2=519975 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/PrimaryGridUnit.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/PrimaryGridUnit.java Mon Mar 19 08:40:31 2007 @@ -22,14 +22,19 @@ import java.util.LinkedList; import java.util.List; +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; import org.apache.fop.fo.flow.TableCell; import org.apache.fop.fo.flow.TableColumn; /** - * This class represents a primary grid unit of a spanned cell. + * This class represents a primary grid unit of a spanned cell. This is the "before-start" + * (top-left, usually) grid unit of the span. */ public class PrimaryGridUnit extends GridUnit { + private static Log log = LogFactory.getLog(PrimaryGridUnit.class); + /** Cell layout manager. */ private TableCellLayoutManager cellLM; /** List of Knuth elements representing the contents of the cell. */ @@ -52,6 +57,7 @@ public PrimaryGridUnit(TableCell cell, TableColumn column, int startCol, int startRow) { super(cell, column, startCol, 0); this.startRow = startRow; + log.trace("PrimaryGridUnit created, row " + startRow + " col " + startCol); if (cell != null) { cellLM = new TableCellLayoutManager(cell, this); } Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java?view=diff&rev=519975&r1=519974&r2=519975 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java Mon Mar 19 08:40:31 2007 @@ -34,21 +34,40 @@ class RowPainter { private static Log log = LogFactory.getLog(RowPainter.class); + /** The fo:table-row containing the currently handled grid rows. */ private TableRow rowFO = null; private int colCount; private int yoffset = 0; private int accumulatedBPD = 0; + /** Currently handled row (= last encountered row). */ private EffRow lastRow = null; private LayoutContext layoutContext; private int lastRowHeight = 0; + /** + * For each part of the table (header, footer, body), index of the first row of that + * part present on the current page. + */ private int[] firstRow = new int[3]; private Map[] rowOffsets = new Map[] {new java.util.HashMap(), new java.util.HashMap(), new java.util.HashMap()}; //These three variables are our buffer to recombine the individual steps into cells - private PrimaryGridUnit[] gridUnits; + /** Primary grid units corresponding to the currently handled grid units, per row. */ + private PrimaryGridUnit[] primaryGridUnits; + /** + * Index, in the corresponding table cell's list of Knuth elements, of the first + * element present on the current page, per column. + */ private int[] start; + /** + * Index, in the corresponding table cell's list of Knuth elements, of the last + * element present on the current page, per column. + */ private int[] end; + /** + * Length, for each column, of the elements from the current cell put on the + * current page. + */ private int[] partLength; private TableContentLayoutManager tclm; @@ -56,7 +75,7 @@ this.tclm = tclm; this.layoutContext = layoutContext; this.colCount = tclm.getColumns().getColumnCount(); - this.gridUnits = new PrimaryGridUnit[colCount]; + this.primaryGridUnits = new PrimaryGridUnit[colCount]; this.start = new int[colCount]; this.end = new int[colCount]; this.partLength = new int[colCount]; @@ -76,6 +95,12 @@ this.lastRowHeight += length; } + /** + * Records the fragment of row represented by the given position. If it belongs to + * another (grid) row than the current one, that latter is painted and flushed first. + * + * @param tcpos a position representing the row fragment + */ public void handleTableContentPosition(TableContentPosition tcpos) { if (lastRow != tcpos.row && lastRow != null) { addAreasAndFlushRow(false); @@ -95,12 +120,12 @@ log.debug(">" + gup); } int colIndex = gup.pgu.getStartCol(); - if (gridUnits[colIndex] != gup.pgu) { - if (gridUnits[colIndex] != null) { + if (primaryGridUnits[colIndex] != gup.pgu) { + if (primaryGridUnits[colIndex] != null) { log.warn("Replacing GU in slot " + colIndex + ". Some content may not be painted."); } - gridUnits[colIndex] = gup.pgu; + primaryGridUnits[colIndex] = gup.pgu; start[colIndex] = gup.start; end[colIndex] = gup.end; } else { @@ -112,6 +137,16 @@ } } + /** + * Create the areas corresponding to the last row. This method is called either + * because the row is finished (all of the elements present on this row have been + * added), or because this is the last row on the current page, and the part of it + * lying on the current page must be drawn. + * + * @param forcedFlush true if the elements must be drawn even if the row isn't + * finished yet (last row on the page) + * @return the height of the (grid) row + */ public int addAreasAndFlushRow(boolean forcedFlush) { int actualRowHeight = 0; int readyCount = 0; @@ -122,30 +157,29 @@ } rowOffsets[bt].put(new Integer(lastRow.getIndex()), new Integer(yoffset)); - for (int i = 0; i < gridUnits.length; i++) { - if ((gridUnits[i] != null) - && (forcedFlush || (end[i] == gridUnits[i].getElements().size() - 1))) { + for (int i = 0; i < primaryGridUnits.length; i++) { + if ((primaryGridUnits[i] != null) + && (forcedFlush || (end[i] == primaryGridUnits[i].getElements().size() - 1))) { if (log.isTraceEnabled()) { log.trace("getting len for " + i + " " + start[i] + "-" + end[i]); } readyCount++; int len = ElementListUtils.calcContentLength( - gridUnits[i].getElements(), start[i], end[i]); + primaryGridUnits[i].getElements(), start[i], end[i]); partLength[i] = len; if (log.isTraceEnabled()) { log.trace("len of part: " + len); } if (start[i] == 0) { - LengthRangeProperty bpd = gridUnits[i].getCell() + LengthRangeProperty bpd = primaryGridUnits[i].getCell() .getBlockProgressionDimension(); if (!bpd.getMinimum(tclm.getTableLM()).isAuto()) { int min = bpd.getMinimum(tclm.getTableLM()) .getLength().getValue(tclm.getTableLM()); if (min > 0) { - len = Math.max(len, bpd.getMinimum(tclm.getTableLM()) - .getLength().getValue(tclm.getTableLM())); + len = Math.max(len, min); } } if (!bpd.getOptimum(tclm.getTableLM()).isAuto()) { @@ -155,8 +189,8 @@ len = Math.max(len, opt); } } - if (gridUnits[i].getRow() != null) { - bpd = gridUnits[i].getRow().getBlockProgressionDimension(); + if (primaryGridUnits[i].getRow() != null) { + bpd = primaryGridUnits[i].getRow().getBlockProgressionDimension(); if (!bpd.getMinimum(tclm.getTableLM()).isAuto()) { int min = bpd.getMinimum(tclm.getTableLM()).getLength() .getValue(tclm.getTableLM()); @@ -168,17 +202,20 @@ } // Add the padding if any - len += gridUnits[i].getBorders() - .getPaddingBefore(false, gridUnits[i].getCellLM()); - len += gridUnits[i].getBorders() - .getPaddingAfter(false, gridUnits[i].getCellLM()); + len += primaryGridUnits[i].getBorders() + .getPaddingBefore(false, primaryGridUnits[i].getCellLM()); + len += primaryGridUnits[i].getBorders() + .getPaddingAfter(false, primaryGridUnits[i].getCellLM()); //Now add the borders to the contentLength if (tclm.isSeparateBorderModel()) { - len += gridUnits[i].getBorders().getBorderBeforeWidth(false); - len += gridUnits[i].getBorders().getBorderAfterWidth(false); + len += primaryGridUnits[i].getBorders().getBorderBeforeWidth(false); + len += primaryGridUnits[i].getBorders().getBorderAfterWidth(false); + } else { + len += primaryGridUnits[i].getHalfMaxBeforeBorderWidth(); + len += primaryGridUnits[i].getHalfMaxAfterBorderWidth(); } - int startRow = Math.max(gridUnits[i].getStartRow(), firstRow[bt]); + int startRow = Math.max(primaryGridUnits[i].getStartRow(), firstRow[bt]); Integer storedOffset = (Integer)rowOffsets[bt].get(new Integer(startRow)); int effYOffset; if (storedOffset != null) { @@ -198,12 +235,12 @@ //Add areas for row tclm.addRowBackgroundArea(rowFO, actualRowHeight, layoutContext.getRefIPD(), yoffset); - for (int i = 0; i < gridUnits.length; i++) { + for (int i = 0; i < primaryGridUnits.length; i++) { GridUnit currentGU = lastRow.safelyGetGridUnit(i); - if ((gridUnits[i] != null) - && (forcedFlush || ((end[i] == gridUnits[i].getElements().size() - 1)) + if ((primaryGridUnits[i] != null) + && (forcedFlush || (end[i] == primaryGridUnits[i].getElements().size() - 1) && (currentGU == null || currentGU.isLastGridUnitRowSpan())) - || (gridUnits[i] == null && currentGU != null)) { + || (primaryGridUnits[i] == null && currentGU != null)) { //the last line in the "if" above is to avoid a premature end of an //row-spanned cell because no GridUnitParts are generated after a cell is //finished with its content. currentGU can be null if there's no grid unit @@ -212,7 +249,7 @@ log.debug((forcedFlush ? "FORCED " : "") + "flushing..." + i + " " + start[i] + "-" + end[i]); } - PrimaryGridUnit gu = gridUnits[i]; + PrimaryGridUnit gu = primaryGridUnits[i]; if (gu == null && !currentGU.isEmpty() && currentGU.getColSpanIndex() == 0 @@ -224,7 +261,7 @@ addAreasForCell(gu, start[i], end[i], lastRow, partLength[i], actualRowHeight); - gridUnits[i] = null; + primaryGridUnits[i] = null; start[i] = 0; end[i] = -1; partLength[i] = 0; Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java?view=diff&rev=519975&r1=519974&r2=519975 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java Mon Mar 19 08:40:31 2007 @@ -278,7 +278,7 @@ } if (returnList.size() > 0) { - //Remove last penalty + //Remove the last penalty produced by the combining algorithm (see TableStepper), for the last step ListElement last = (ListElement)returnList.getLast(); if (last.isPenalty() || last instanceof BreakElement) { if (!last.isForcedBreak()) { @@ -326,7 +326,7 @@ //whole body iterator to be prefetched! prevRow = this.bodyIter.getLastRow(); } - log.debug(prevRow + " - " + row + " - " + nextRow); + log.debug("prevRow-row-nextRow: " + prevRow + " - " + row + " - " + nextRow); //Determine the grid units necessary for getting all the borders right int guCount = row.getGridUnits().size(); @@ -400,7 +400,6 @@ CommonBorderPaddingBackground.AFTER, flags); } } - } } } @@ -429,7 +428,9 @@ pgus.clear(); TableRow tableRow = null; - int minContentHeight = 0; // Minimum content height for the row + // The row's minimum content height; 0 if the row's height is auto, otherwise + // the .minimum component of the explicitely specified value + int minContentHeight = 0; int maxCellHeight = 0; int effRowContentHeight = 0; for (int j = 0; j < row.getGridUnits().size(); j++) { @@ -698,7 +699,13 @@ false, getTableLM().isFirst(firstPos), getTableLM().isLast(lastCheckPos)); } } - + + /** + * Iterates over a part of the table and paints the related elements. + * + * @param iterator iterator over the table's header, body or footer elements + * @param painter + */ private void iterateAndPaintPositions(Iterator iterator, RowPainter painter) { List lst = new java.util.ArrayList(); boolean firstPos = false; @@ -713,13 +720,14 @@ if (body == null) { body = part.pgu.getBody(); } - if (tcpos.getFlag(TableContentPosition.FIRST_IN_ROWGROUP) + if (tcpos.getFlag(TableContentPosition.FIRST_IN_ROWGROUP) && tcpos.row.getFlag(EffRow.FIRST_IN_PART)) { firstPos = true; } if (tcpos.getFlag(TableContentPosition.LAST_IN_ROWGROUP) && tcpos.row.getFlag(EffRow.LAST_IN_PART)) { + log.trace("LAST_IN_ROWGROUP + LAST_IN_PART"); lastPos = true; getTableLM().getCurrentPV().addMarkers(body.getMarkers(), true, firstPos, lastPos); Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java?view=diff&rev=519975&r1=519974&r2=519975 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java Mon Mar 19 08:40:31 2007 @@ -134,12 +134,18 @@ this.effSpaceAfter = null; } - /** @return half the value of border-separation.block-progression-dimension. */ + /** + * @return half the value of border-separation.block-progression-dimension, or 0 if + * border-collapse="collapse". + */ public int getHalfBorderSeparationBPD() { return halfBorderSeparationBPD; } - /** @return half the value of border-separation.inline-progression-dimension. */ + /** + * @return half the value of border-separation.inline-progression-dimension, or 0 if + * border-collapse="collapse". + */ public int getHalfBorderSeparationIPD() { return halfBorderSeparationIPD; } @@ -157,12 +163,9 @@ LinkedList returnList = new LinkedList(); if (!breakBeforeServed) { - try { - if (addKnuthElementsForBreakBefore(returnList, context)) { - return returnList; - } - } finally { - breakBeforeServed = true; + breakBeforeServed = true; + if (addKnuthElementsForBreakBefore(returnList, context)) { + return returnList; } } @@ -344,6 +347,7 @@ // add column, body then row areas + // BPD of the table, i.e., height of its content; table's borders and paddings not counted int tableHeight = 0; //Body childLM; LayoutContext lc = new LayoutContext(0); Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java?view=diff&rev=519975&r1=519974&r2=519975 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java Mon Mar 19 08:40:31 2007 @@ -35,7 +35,7 @@ /** - * Iterator that lets the table layout manager step over all of the rows of a part of the + * Iterator that lets the table layout manager step over all the rows of a part of the * table (table-header, table-footer or table-body). * <p>Note: This class is not thread-safe.</p> */ @@ -72,7 +72,9 @@ /** Index of the row currently being fetched. */ private int fetchIndex = -1; - /** Spans found on the current row which will also span over the next row. */ + /** + * Number of spans found on the current row which will also span over the next row. + */ private int pendingRowSpans; //TODO rows should later be a Jakarta Commons LinkedList so concurrent modifications while @@ -126,16 +128,6 @@ } /** - * Preloads the whole table. - * <p>Note:This is inefficient for large tables.</p> - */ - public void prefetchAll() { - while (prefetchNext()) { - log.trace("found row..."); - } - } - - /** * Returns the next row group if any. A row group in this context is the minimum number of * consecutive rows which contains all spanned grid units of its cells. * @return the next row group, or null @@ -259,7 +251,7 @@ * @return the requested effective row or null if (index &lt; 0 || index &gt;= the * number of already fetched rows) */ - public EffRow getCachedRow(int index) { + private EffRow getCachedRow(int index) { if (index < 0 || index >= fetchedRows.size()) { return null; } else { @@ -387,7 +379,7 @@ /** * Builds the list of grid units corresponding to the given table row. * - * @param cells list of cells belonging to the row + * @param cells list of cells starting at the current row * @param rowFO the fo:table-row object containing the row, possibly null * @return the list of grid units */ Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java?view=diff&rev=519975&r1=519974&r2=519975 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableStepper.java Mon Mar 19 08:40:31 2007 @@ -59,18 +59,22 @@ private int[] startRow; /** * For each column, index, in the cell's list of Knuth elements, of the element - * starting the current row. + * starting the current step. */ private int[] start; /** * For each column, index, in the cell's list of Knuth elements, of the element - * ending the current row. + * ending the current step. */ private int[] end; /** - * For each column, widths of the Knuth elements which will be on the current row. + * For each column, widths of the Knuth elements already included in the steps, up to + * the current one. */ private int[] widths; + /** + * ?? Width from the start of the row-group up to the current row. + */ private int[] baseWidth; private int[] borderBefore; private int[] paddingBefore; @@ -240,6 +244,9 @@ //Copy elements (LinkedList) to array lists to improve //element access performance elementLists[column] = new java.util.ArrayList(pgu.getElements()); + if (log.isTraceEnabled()) { + log.trace("column " + (column+1) + ": recording " + elementLists[column].size() + " element(s)"); + } } if (isSeparateBorderModel()) { borderBefore[column] = pgu.getBorders().getBorderBeforeWidth(false); @@ -267,6 +274,7 @@ * the current row group. */ private void initializeElementLists() { + log.trace("Entering initializeElementLists()"); for (int i = 0; i < start.length; i++) { setupElementList(i); } @@ -443,8 +451,15 @@ } return returnList; } - + + /** + * Finds the smallest increment leading to the next legal break inside the row-group. + * + * @param lastStep used for log only + * @return the size of the increment, -1 if no next step is available (end of row-group reached) + */ private int getNextStep(int lastStep) { + log.trace("Entering getNextStep"); this.lastMaxPenaltyLength = 0; //Check for forced break conditions /* @@ -460,6 +475,7 @@ // boolean will be reset (see below) boolean currentGridRowFinished = true; for (int i = 0; i < start.length; i++) { + // null element lists probably correspond to empty cells if (elementLists[i] == null) { continue; } @@ -474,8 +490,9 @@ currentGridRowFinished = false; } } else { - start[i] = -1; //end of list reached - end[i] = -1; + throw new IllegalStateException("end[i] overflows elementList[i].size()"); +// start[i] = -1; //end of list reached +// end[i] = -1; } } @@ -539,6 +556,10 @@ } } if (end[i] < start[i]) { + if (log.isTraceEnabled()) { + log.trace("column " + (i + 1) + ": (end=" + end[i] + ") < (start=" + start[i] + + ") => resetting width to backupWidth"); + } widths[i] = backupWidths[i]; } else { seqCount++; @@ -563,8 +584,8 @@ } } if (log.isTraceEnabled()) { - log.trace("column " + i + ": borders before=" + borderBefore[i] + " after=" + borderAfter[i]); - log.trace("column " + i + ": padding before=" + paddingBefore[i] + " after=" + paddingAfter[i]); + log.trace("column " + (i+1) + ": borders before=" + borderBefore[i] + " after=" + borderAfter[i]); + log.trace("column " + (i+1) + ": padding before=" + paddingBefore[i] + " after=" + paddingAfter[i]); } } if (seqCount == 0) { @@ -608,7 +629,13 @@ widths[i] = backupWidths[i]; end[i] = start[i] - 1; if (baseWidth[i] + widths[i] > minStep) { - log.debug("minStep vs. border/padding increase conflict:"); + if (log.isDebugEnabled()) { + log.debug("column " + + (i + 1) + + ": minStep vs. border/padding increase conflict: basewidth + width = " + + baseWidth[i] + " + " + widths[i] + " = " + + (baseWidth[i] + widths[i])); + } if (activeRowIndex == 0) { log.debug(" First row. Skip this step."); skippedStep = true; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 21 08:13:44 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32895 invoked from network); 21 Mar 2007 08:13:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Mar 2007 08:13:43 -0000 Received: (qmail 2599 invoked by uid 500); 21 Mar 2007 08:13:51 -0000 Delivered-To: [email protected] Received: (qmail 2581 invoked by uid 500); 21 Mar 2007 08: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2570 invoked by uid 99); 21 Mar 2007 08:13:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 01:13:51 -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, 21 Mar 2007 01:13:42 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A35A21A983A; Wed, 21 Mar 2007 01:13:22 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r520797 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/render/ps/PSRenderer.java status.xml Date: Wed, 21 Mar 2007 08:13: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: jeremias Date: Wed Mar 21 01:13:21 2007 New Revision: 520797 URL: http://svn.apache.org/viewvc?view=rev&rev=520797 Log: Fixed a problem with the auto-rotate-landscape setting in the PostScript renderer. It didn't generate the right setpagedevice command. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSRenderer.java xmlgraphics/fop/trunk/status.xml Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSRenderer.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSRenderer.java?view=diff&rev=520797&r1=520796&r2=520797 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSRenderer.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSRenderer.java Wed Mar 21 01:13:21 2007 @@ -953,15 +953,22 @@ } if (rotate) { + gen.writeln("<<"); + gen.writeln("/PageSize [" + + Math.round(pspageheight) + " " + + Math.round(pspagewidth) + "]"); + gen.writeln("/ImagingBBox null"); + gen.writeln(">> setpagedevice"); gen.writeln(Math.round(pspageheight) + " 0 translate"); gen.writeln("90 rotate"); + } else { + gen.writeln("<<"); + gen.writeln("/PageSize [" + + Math.round(pspagewidth) + " " + + Math.round(pspageheight) + "]"); + gen.writeln("/ImagingBBox null"); + gen.writeln(">> setpagedevice"); } - gen.writeln("<<"); - gen.writeln("/PageSize [" - + Math.round(pspagewidth) + " " - + Math.round(pspageheight) + "]"); - gen.writeln("/ImagingBBox null"); - gen.writeln(">> setpagedevice"); concatMatrix(1, 0, 0, -1, 0, pageheight / 1000f); gen.writeDSCComment(DSCConstants.END_PAGE_SETUP); Modified: xmlgraphics/fop/trunk/status.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?view=diff&rev=520797&r1=520796&r2=520797 ============================================================================== --- xmlgraphics/fop/trunk/status.xml (original) +++ xmlgraphics/fop/trunk/status.xml Wed Mar 21 01:13:21 2007 @@ -29,6 +29,10 @@ <changes> <release version="FOP Trunk"> <action context="Code" dev="JM" type="fix"> + Fixed a problem with the auto-rotate-landscape setting in the PostScript renderer. + It didn't generate the right setpagedevice command. + </action> + <action context="Code" dev="JM" type="fix"> Fixed an IllegalArgumentException for absolutely positioned block-containers with a border and no height/bpd set. </action> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 21 13:48:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73286 invoked from network); 21 Mar 2007 13:48:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Mar 2007 13:48:47 -0000 Received: (qmail 88264 invoked by uid 500); 21 Mar 2007 13:48:54 -0000 Delivered-To: [email protected] Received: (qmail 88240 invoked by uid 500); 21 Mar 2007 13:48: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88229 invoked by uid 99); 21 Mar 2007 13:48:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 06:48:54 -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, 21 Mar 2007 06:48:46 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E574C1A9838; Wed, 21 Mar 2007 06:48:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r520886 - in /xmlgraphics/fop/trunk/src/documentation/content/xdocs: 0.93/fonts.xml trunk/fonts.xml Date: Wed, 21 Mar 2007 13:48:25 -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: jeremias Date: Wed Mar 21 06:48:24 2007 New Revision: 520886 URL: http://svn.apache.org/viewvc?view=rev&rev=520886 Log: Note about relative URLs Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.93/fonts.xml xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/fonts.xml Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.93/fonts.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.93/fonts.xml?view=diff&rev=520886&r1=520885&r2=520886 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.93/fonts.xml (original) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.93/fonts.xml Wed Mar 21 06:48:24 2007 @@ -249,6 +249,11 @@ </li> <li>The "kerning" and "embed-url" attributes are optional. Kerning is currently not [email protected]. If embedding is off, the output will position the text correctly (from the metrics file), but it will not be displayed or printed correctly unless the viewer has the applicable font available to their local system.</li> <li>When setting the embed-url attribute for Type 1 fonts, be sure to specify the PFB (actual font data), not PFM (font metrics) file that you used to generate the XML font metrics file.</li> + <li> + If relative URLs are specified, they are evaluated relative to the value of the + "font-base" setting. If there is no "font-base" setting, the fonts are evaluated + relative to the base directory. + </li> </ul> <!--note>Cocoon users will need to setup the config, see FOPSerializer for more information.</note--> </section> Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/fonts.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/fonts.xml?view=diff&rev=520886&r1=520885&r2=520886 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/fonts.xml (original) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/fonts.xml Wed Mar 21 06:48:24 2007 @@ -249,6 +249,11 @@ </li> <li>The "kerning" and "embed-url" attributes are optional. Kerning is currently not [email protected]. If embedding is off, the output will position the text correctly (from the metrics file), but it will not be displayed or printed correctly unless the viewer has the applicable font available to their local system.</li> <li>When setting the embed-url attribute for Type 1 fonts, be sure to specify the PFB (actual font data), not PFM (font metrics) file that you used to generate the XML font metrics file.</li> + <li> + If relative URLs are specified, they are evaluated relative to the value of the + "font-base" setting. If there is no "font-base" setting, the fonts are evaluated + relative to the base directory. + </li> </ul> <!--note>Cocoon users will need to setup the config, see FOPSerializer for more information.</note--> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 21 14:08:26 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81399 invoked from network); 21 Mar 2007 14:08:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Mar 2007 14:08:25 -0000 Received: (qmail 33570 invoked by uid 500); 21 Mar 2007 14:08:33 -0000 Delivered-To: [email protected] Received: (qmail 33551 invoked by uid 500); 21 Mar 2007 14:08: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33540 invoked by uid 99); 21 Mar 2007 14:08:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 07:08:32 -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, 21 Mar 2007 07:08:24 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E3D091A9838; Wed, 21 Mar 2007 07:08:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r520894 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/doc.xml Date: Wed, 21 Mar 2007 14:08: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: jeremias Date: Wed Mar 21 07:08:02 2007 New Revision: 520894 URL: http://svn.apache.org/viewvc?view=rev&rev=520894 Log: Updated the website deployment process. Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/doc.xml Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/doc.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/doc.xml?view=diff&rev=520894&r1=520893&r2=520894 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/doc.xml (original) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/doc.xml Wed Mar 21 07:08:02 2007 @@ -28,7 +28,7 @@ <p>All raw documentation content is managed in the FOP SVN repository. Updates should be committed to the repository, then the repository files are used to generate usable output. The remaining discussions on this page assume that the SVN repository is the starting place for processing. -The path to the documentation is xml-fop/src/documentation/content/xdocs.</p> +The path to the documentation is src/documentation/content/xdocs.</p> <note>All documentation is maintained on the trunk. Although we are currently maintaining two sets of code (trunk and maintenance), there is only one set of documentation. Most of the user and developer doc is common to the two environments, and differences are highlighted where necessary. @@ -56,7 +56,7 @@ <title>Website</title> <section id="web-background"> <title>Background</title> - <p>The FOP web site and documentation are generated using <link href="http://xml.apache.org/forrest">Apache Forrest</link>.</p> + <p>The FOP web site and documentation are generated using <link href="http://forrest.apache.org">Apache Forrest</link>.</p> <p>The following table summarizes the flow of data to the FOP website in chronological order:</p> <table> <tr> @@ -69,11 +69,11 @@ <td>Developer commits code to FOP repository.</td> <td>FOP repository (SVN)</td> <td>Raw XML and other content</td> - <td><link href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/src/documentation/content/xdocs/">ViewCVS</link></td> + <td><link href="http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/">in SVN</link></td> </tr> <tr> <td>Developer builds and uploads documentation using ForrestBot.</td> - <td>/www/xmlgraphics.apache.org/fop on cvs.apache.org</td> + <td>/www/xmlgraphics.apache.org/fop on people.apache.org</td> <td>sync-ready</td> <td>n/a</td> </tr> @@ -93,18 +93,34 @@ The root directory of your FOP checkout contains the file "publish.xml" which is an Ant build file that manages the build and the deployment of the FOP website. Please look into this file for further instructions to set up ForrestBot on your machine. Basically, we're simply running ForrestBot - manually by typing "ant -f publish.xml" once we're happy with our changes to the site. Be sure to set - up the "deploy.settings" file as described in the "publish.xml" file. Step-by-step instructions for - the deployment process again: + manually by typing "ant -f publish.xml" once we're happy with our changes to the site. + Step-by-step instructions for the deployment process again: </p> + <note> + Please make sure you use Forrest from the 0.7 branch for the time being. You will need + to download it directly from SVN: + <link href="http://svn.apache.org/repos/asf/forrest/branches/forrest_07_branch">http://svn.apache.org/repos/asf/forrest/branches/forrest_07_branch</link> + </note> <ul> - <li>Modify the sources of the website and check locally with Forrest 0.7 (run "forrest run" or just "forrest").</li> + <li>Modify the sources of the website and check locally with Forrest (run "forrest run" or just "forrest").</li> <li> Once you're satisfied, run "ant -f publish.xml" to do a clean build of the website. If the build - runs without problems, the website will be uploaded as a whole using SCP to cvs.apache.org. + runs without problems, the website will be uploaded as a whole using SVN to the + <link href="https://svn.apache.org/repos/asf/xmlgraphics/site/deploy/fop/">website staging directory in SVN</link>. + </li> + <li> + Then log into people.apache.org using SSH, go to the /www/xmlgraphics.apache.org + directory and run "svn up". + </li> + <li> + Wait for the next rsync cycle and check your changes in the live site. + (Sorry, no manual rsync available ATM) </li> - <li>Wait for the next rsync cycle and check your changes in the live site. (Sorry, no manual rsync available ATM)</li> </ul> + <p> + The reason for putting the generated website in the SVN repository: The infrastructure + people want to be able to restore the websites themselves in case of a crash. + </p> </section> <section id="web-local-forrest"> <title>Using a Local Forrest</title> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Mar 22 10:14:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84233 invoked from network); 22 Mar 2007 10:13:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Mar 2007 10:13:59 -0000 Received: (qmail 96703 invoked by uid 500); 22 Mar 2007 10:14:07 -0000 Delivered-To: [email protected] Received: (qmail 96596 invoked by uid 500); 22 Mar 2007 10:14: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96582 invoked by uid 99); 22 Mar 2007 10:14:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2007 03:14:06 -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, 22 Mar 2007 03:13:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E93CB1A9838; Thu, 22 Mar 2007 03:13:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r521185 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/SpaceResolver.java Date: Thu, 22 Mar 2007 10:13:35 -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: vhennebert Date: Thu Mar 22 03:13:25 2007 New Revision: 521185 URL: http://svn.apache.org/viewvc?view=rev&rev=521185 Log: Small improvements in the SpaceResolver class: - constructor made private as it shouldn't be called by other classes - inner classes made static; they are candidate for later becoming top-level classes Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/SpaceResolver.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/SpaceResolver.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/SpaceResolver.java?view=diff&rev=521185&r1=521184&r2=521185 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/SpaceResolver.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/SpaceResolver.java Thu Mar 22 03:13:25 2007 @@ -57,7 +57,7 @@ * @param isFirst Resolution at the beginning of a (full) element list * @param isLast Resolution at the end of a (full) element list */ - public SpaceResolver(List first, BreakElement breakPoss, List second, + private SpaceResolver(List first, BreakElement breakPoss, List second, boolean isFirst, boolean isLast) { this.isFirst = isFirst; this.isLast = isLast; @@ -494,7 +494,7 @@ * Position class for break possibilities. It is used to notify layout manager about the * effective spaces and conditional lengths. */ - public class SpaceHandlingBreakPosition extends Position { + public static class SpaceHandlingBreakPosition extends Position { private SpaceResolver resolver; private Position originalPosition; @@ -566,7 +566,7 @@ * Position class for no-break situations. It is used to notify layout manager about the * effective spaces and conditional lengths. */ - public class SpaceHandlingPosition extends Position { + public static class SpaceHandlingPosition extends Position { private SpaceResolver resolver; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 23 09:20:55 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54983 invoked from network); 23 Mar 2007 09:20:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Mar 2007 09:20:54 -0000 Received: (qmail 20889 invoked by uid 500); 23 Mar 2007 09:21:02 -0000 Delivered-To: [email protected] Received: (qmail 20868 invoked by uid 500); 23 Mar 2007 09:21: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20853 invoked by uid 99); 23 Mar 2007 09:21:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 02:21:01 -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, 23 Mar 2007 02:20:53 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0A8C11A983A; Fri, 23 Mar 2007 02:19:05 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r521640 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/layoutmgr/table/ColumnSetup.java test/layoutengine/standard-testcases/table-column_missing.xml Date: Fri, 23 Mar 2007 09:19: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: jeremias Date: Fri Mar 23 02:19:04 2007 New Revision: 521640 URL: http://svn.apache.org/viewvc?view=rev&rev=521640 Log: Avoid an IndexOutOfBoundsException when more columns are used than are specified even though this is illegal with fixed table layout. Added: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-column_missing.xml (with props) Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/ColumnSetup.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/ColumnSetup.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/ColumnSetup.java?view=diff&rev=521640&r1=521639&r2=521640 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/ColumnSetup.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/ColumnSetup.java Fri Mar 23 02:19:04 2007 @@ -221,8 +221,14 @@ public int getXOffset(int col, PercentBaseContext context) { int xoffset = 0; for (int i = col; --i >= 0;) { - if (colWidths.get(i) != null) { - xoffset += ((Length) colWidths.get(i)).getValue(context); + int effCol; + if (i < colWidths.size()) { + effCol = i; + } else { + effCol = colWidths.size() - 1; + } + if (colWidths.get(effCol) != null) { + xoffset += ((Length) colWidths.get(effCol)).getValue(context); } } return xoffset; Added: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-column_missing.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-column_missing.xml?view=auto&rev=521640 ============================================================================== --- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-column_missing.xml (added) +++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-column_missing.xml Fri Mar 23 02:19:04 2007 @@ -0,0 +1,75 @@ +<?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. +--> +<!-- $Id$ --> +<testcase> + <info> + <p> + This test checks if FOP can handle the case where more columns are actually used than + specified. + </p> + <p> + Note: This test case is technically wrong since in fixed table layout all + column-widths must be specified. But we don't want to have FOP crash + with an IndexOutOfBoundsException either. + </p> + </info> + <fo> + <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> + <fo:layout-master-set> + <fo:simple-page-master master-name="normal" page-width="5in" page-height="5in"> + <fo:region-body/> + </fo:simple-page-master> + </fo:layout-master-set> + <fo:page-sequence master-reference="normal"> + <fo:flow flow-name="xsl-region-body"> + <fo:table table-layout="fixed" width="100%" border-collapse="separate"> + <fo:table-column width="2cm"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell> + <fo:block>cell 1/1</fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row> + <fo:table-cell> + <fo:block>cell 2/1</fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block>cell 2/2</fo:block> + </fo:table-cell> + <fo:table-cell> + <fo:block>cell 2/3</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:flow> + </fo:page-sequence> + </fo:root> + </fo> + <checks> + <eval expected="14400" xpath="//flow/block/block[2]/@top-offset"/> + <eval expected="14400" xpath="//flow/block/block[3]/@top-offset"/> + <eval expected="14400" xpath="//flow/block/block[4]/@top-offset"/> + + <eval expected="360000" xpath="//flow/block/block[3]/@left-offset"/> + <eval expected="720000" xpath="//flow/block/block[4]/@left-offset"/> + <eval expected="360000" xpath="//flow/block/block[3]/@ipd"/> + <eval expected="360000" xpath="//flow/block/block[4]/@ipd"/> + </checks> +</testcase> Propchange: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-column_missing.xml ------------------------------------------------------------------------------ svn:keywords = Id --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 23 13:08:56 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24613 invoked from network); 23 Mar 2007 13:08:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Mar 2007 13:08:55 -0000 Received: (qmail 33358 invoked by uid 500); 23 Mar 2007 13:09:03 -0000 Delivered-To: [email protected] Received: (qmail 33329 invoked by uid 500); 23 Mar 2007 13:09: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33314 invoked by uid 99); 23 Mar 2007 13:09:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 06:09:02 -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, 23 Mar 2007 06:08:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 780271A9838; Fri, 23 Mar 2007 06:08:33 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r521713 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/layoutmgr/table/RowPainter.java test/layoutengine/standard-testcases/table-cell_number-rows-spanned_bug38397.xml Date: Fri, 23 Mar 2007 13:08: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: jeremias Date: Fri Mar 23 06:08:32 2007 New Revision: 521713 URL: http://svn.apache.org/viewvc?view=rev&rev=521713 Log: Better document some of the code in RowPainter. Added a check in table-cell_number-rows-spanned_bug38397.xml which is the reason for one of the if-branches in RowPainter. It wan't tested previously so that if-branch could easily be mistaken to be useless. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_number-rows-spanned_bug38397.xml Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java?view=diff&rev=521713&r1=521712&r2=521713 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java Fri Mar 23 06:08:32 2007 @@ -48,6 +48,11 @@ * part present on the current page. */ private int[] firstRow = new int[3]; + /** + * Keeps track of the y-offsets of each row on a page (for body, header and footer separately). + * This is particularly needed for spanned cells where you need to know the y-offset + * of the starting row when the area is generated at the time the cell is closed. + */ private Map[] rowOffsets = new Map[] {new java.util.HashMap(), new java.util.HashMap(), new java.util.HashMap()}; @@ -237,17 +242,26 @@ tclm.addRowBackgroundArea(rowFO, actualRowHeight, layoutContext.getRefIPD(), yoffset); for (int i = 0; i < primaryGridUnits.length; i++) { GridUnit currentGU = lastRow.safelyGetGridUnit(i); + //currentGU can be null if there's no grid unit + //at this place in the current row (empty cell and no borders to process) + if ((primaryGridUnits[i] != null) && (forcedFlush || (end[i] == primaryGridUnits[i].getElements().size() - 1) - && (currentGU == null || currentGU.isLastGridUnitRowSpan())) - || (primaryGridUnits[i] == null && currentGU != null)) { - //the last line in the "if" above is to avoid a premature end of an + && /*[1]*/ (currentGU == null || currentGU.isLastGridUnitRowSpan())) + || /*[2]*/ (primaryGridUnits[i] == null && currentGU != null)) { + + //[1] the last line in the "if" above is to avoid a premature end of a //row-spanned cell because no GridUnitParts are generated after a cell is - //finished with its content. currentGU can be null if there's no grid unit - //at this place in the current row (empty cell and no borders to process) + //finished with its content. + //See table-cell_number-rows-spanned_bug38397.xml + + //[2] A row-spanned cell has finished contributing content on the previous page + //and now still has to cause grid units to be painted. + //See table-cell_page-break_span.xml + if (log.isDebugEnabled()) { - log.debug((forcedFlush ? "FORCED " : "") + "flushing..." + i + " " - + start[i] + "-" + end[i]); + log.debug((forcedFlush ? "FORCED " : "") + "flushing... col=" + i + + " elem-list:" + start[i] + "-" + end[i]); } PrimaryGridUnit gu = primaryGridUnits[i]; if (gu == null @@ -282,6 +296,8 @@ //Determine y offset for the cell Integer offset = (Integer)rowOffsets[bt].get(new Integer(startRow)); while (offset == null) { + //TODO Figure out what this does and when it's triggered + //This block is probably never used, at least it's not triggered by any of our tests startRow--; offset = (Integer)rowOffsets[bt].get(new Integer(startRow)); } Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_number-rows-spanned_bug38397.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_number-rows-spanned_bug38397.xml?view=diff&rev=521713&r1=521712&r2=521713 ============================================================================== --- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_number-rows-spanned_bug38397.xml (original) +++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_number-rows-spanned_bug38397.xml Fri Mar 23 06:08:32 2007 @@ -39,7 +39,7 @@ <fo:table-column column-width="proportional-column-width(2)"/> <fo:table-body> <fo:table-row> - <fo:table-cell number-rows-spanned="3" number-columns-spanned="2" display-align="center" border="solid 0.5pt"> + <fo:table-cell id="cell1" number-rows-spanned="3" number-columns-spanned="2" display-align="center" border="solid 0.5pt"> <fo:block>cell1</fo:block> </fo:table-cell> <fo:table-cell number-rows-spanned="2" display-align="center" border="solid 0.5pt"> @@ -94,5 +94,6 @@ </fo> <checks> <eval expected="1" xpath="count(//pageViewport)"/> + <eval expected="45200" xpath="//block[@prod-id = 'cell1']/@bpd"/> </checks> </testcase> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 23 14:37:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67052 invoked from network); 23 Mar 2007 14:37:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Mar 2007 14:37:41 -0000 Received: (qmail 75935 invoked by uid 500); 23 Mar 2007 14:37:49 -0000 Delivered-To: [email protected] Received: (qmail 75915 invoked by uid 500); 23 Mar 2007 14:37: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75904 invoked by uid 99); 23 Mar 2007 14:37:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 07:37:49 -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, 23 Mar 2007 07:37:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 59A671A9838; Fri, 23 Mar 2007 07:37:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r521744 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/layoutmgr/table/GridUnit.java src/java/org/apache/fop/layoutmgr/table/RowPainter.java test/layoutengine/standard-testcases/table-cell_span-combinations.xml Date: Fri, 23 Mar 2007 14:37:20 -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: jeremias Date: Fri Mar 23 07:37:19 2007 New Revision: 521744 URL: http://svn.apache.org/viewvc?view=rev&rev=521744 Log: Some more comments for RowPainter. Additional test that checks that no cell paints more than one area in that case. Because if you remove one or more of the checks now newly commented, you get multiple areas. Added: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_span-combinations.xml (with props) Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnit.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnit.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnit.java?view=diff&rev=521744&r1=521743&r2=521744 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnit.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/GridUnit.java Fri Mar 23 07:37:19 2007 @@ -345,11 +345,24 @@ buffer.append("GridUnit:"); if (colSpanIndex > 0) { buffer.append(" colSpan=").append(colSpanIndex); + if (isLastGridUnitColSpan()) { + buffer.append("(last)"); + } } if (rowSpanIndex > 0) { buffer.append(" rowSpan=").append(rowSpanIndex); + if (isLastGridUnitRowSpan()) { + buffer.append("(last)"); + } } buffer.append(" startCol=").append(startCol); + if (!isPrimary() && getPrimary() != null) { + buffer.append(" primary=").append(getPrimary().getStartRow()); + buffer.append("/").append(getPrimary().getStartCol()); + if (getPrimary().getCell() != null) { + buffer.append(" id=" + getPrimary().getCell().getId()); + } + } buffer.append(" flags=").append(Integer.toBinaryString(flags)); return buffer.toString(); } Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java?view=diff&rev=521744&r1=521743&r2=521744 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java Fri Mar 23 07:37:19 2007 @@ -266,11 +266,15 @@ PrimaryGridUnit gu = primaryGridUnits[i]; if (gu == null && !currentGU.isEmpty() - && currentGU.getColSpanIndex() == 0 + && currentGU.getColSpanIndex() == 0 && currentGU.isLastGridUnitColSpan() && (forcedFlush || currentGU.isLastGridUnitRowSpan())) { + //Grid unit to be painted is not the primary + //the checks above make sure no cell is painted more than once gu = currentGU.getPrimary(); } + + //gu can still be null if we're talking about an EmptyGridUnit, for example if (gu != null) { addAreasForCell(gu, start[i], end[i], lastRow, Added: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_span-combinations.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_span-combinations.xml?view=auto&rev=521744 ============================================================================== --- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_span-combinations.xml (added) +++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_span-combinations.xml Fri Mar 23 07:37:19 2007 @@ -0,0 +1,84 @@ +<?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. +--> +<!-- $Id$ --> +<testcase> + <info> + <p> + This test checks spanned cells (especially that no cell generates more than one area). + </p> + </info> + <fo> + <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> + <fo:layout-master-set> + <fo:simple-page-master master-name="normal" page-width="5in" page-height="5in"> + <fo:region-body/> + </fo:simple-page-master> + </fo:layout-master-set> + <fo:page-sequence master-reference="normal" white-space-collapse="true"> + <fo:flow flow-name="xsl-region-body"> + <fo:table table-layout="fixed" width="100%" border-collapse="separate"> + <fo:table-column column-width="proportional-column-width(1)"/> + <fo:table-column column-width="proportional-column-width(1)"/> + <fo:table-column column-width="proportional-column-width(1)"/> + <fo:table-column column-width="proportional-column-width(1)"/> + <fo:table-column column-width="proportional-column-width(1)"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell id="cell1" number-columns-spanned="4" border="solid 0.5pt"> + <fo:block>cell1</fo:block> + </fo:table-cell> + <fo:table-cell id="cell2" number-rows-spanned="3" display-align="center" border="solid 0.5pt"> + <fo:block text-align="center">cell2</fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row> + <fo:table-cell id="cell3" number-rows-spanned="3" border="solid 0.5pt"> + <fo:block>cell3</fo:block> + </fo:table-cell> + <fo:table-cell id="cell4" number-columns-spanned="2" number-rows-spanned="2" border="solid 0.5pt" background-color="lightgray"> + <fo:block>cell4</fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row> + <fo:table-cell id="cell5" border="solid 0.5pt"> + <fo:block>cell5</fo:block> + </fo:table-cell> + </fo:table-row> + <fo:table-row> + <fo:table-cell id="cell6" number-columns-spanned="4" border="solid 0.5pt"> + <fo:block text-align="end">cell6</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:flow> + </fo:page-sequence> + </fo:root> + </fo> + <checks> + <eval expected="1" xpath="count(//pageViewport)"/> + <eval expected="1" xpath="count(//block[@prod-id = 'cell1'])"/> + <eval expected="1" xpath="count(//block[@prod-id = 'cell2'])"/> + <eval expected="1" xpath="count(//block[@prod-id = 'cell3'])"/> + <eval expected="1" xpath="count(//block[@prod-id = 'cell4'])"/> + <eval expected="1" xpath="count(//block[@prod-id = 'cell5'])"/> + <eval expected="1" xpath="count(//block[@prod-id = 'cell6'])"/> + <eval expected="45200" xpath="//block[@prod-id = 'cell2']/@bpd"/> + <eval expected="29800" xpath="//block[@prod-id = 'cell4']/@bpd"/> + </checks> +</testcase> Propchange: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_span-combinations.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_span-combinations.xml ------------------------------------------------------------------------------ svn:keywords = Id --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Mar 24 17:28:34 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81050 invoked from network); 24 Mar 2007 17:28:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Mar 2007 17:28:33 -0000 Received: (qmail 85064 invoked by uid 500); 24 Mar 2007 17:28:40 -0000 Delivered-To: [email protected] Received: (qmail 85035 invoked by uid 500); 24 Mar 2007 17: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]> List-Id: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85024 invoked by uid 99); 24 Mar 2007 17:28:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2007 10:28:40 -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; Sat, 24 Mar 2007 10:28:32 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1C25D1A983E; Sat, 24 Mar 2007 10:28:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r522061 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml Date: Sat, 24 Mar 2007 17:28:11 -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: jbryant Date: Sat Mar 24 10:28:10 2007 New Revision: 522061 URL: http://svn.apache.org/viewvc?view=rev&rev=522061 Log: Added an Area of Expertise for Jay Bryant Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml?view=diff&rev=522061&r1=522060&r2=522061 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml (original) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/team.xml Sat Mar 24 10:28:10 2007 @@ -139,6 +139,7 @@ <th>JP</th> <th>SP</th> <th>LF</th> + <th>JB</th> </tr> <tr> <td>Release manager</td> @@ -151,6 +152,7 @@ <td/> <td/> <td/> + <td/> </tr> <tr> <td>XSL-FO tree</td> @@ -163,6 +165,7 @@ <td/> <td>X</td> <td/> + <td/> </tr> <tr> <td>Properties</td> @@ -175,6 +178,7 @@ <td/> <td>X</td> <td/> + <td/> </tr> <tr> <td>Layout</td> @@ -187,6 +191,7 @@ <td>X</td> <td>X</td> <td>X</td> + <td/> </tr> <tr> <td>Fonts</td> @@ -199,6 +204,7 @@ <td/> <td/> <td/> + <td/> </tr> <tr> <td>SVG</td> @@ -211,6 +217,7 @@ <td/> <td/> <td/> + <td/> </tr> <tr> <td>Java2D (AWT)</td> @@ -223,6 +230,7 @@ <td/> <td/> <td/> + <td/> </tr> <tr> <td>PDF</td> @@ -235,6 +243,7 @@ <td/> <td/> <td/> + <td>X</td> </tr> <tr> <td>PostScript</td> @@ -247,6 +256,7 @@ <td/> <td/> <td/> + <td/> </tr> <tr> <td>PCL</td> @@ -259,6 +269,7 @@ <td/> <td/> <td/> + <td/> </tr> <tr> <td>RTF</td> @@ -271,6 +282,7 @@ <td/> <td/> <td/> + <td/> </tr> <tr> <td>MIF</td> @@ -283,6 +295,7 @@ <td/> <td/> <td/> + <td/> </tr> <tr> <td>Forrest</td> @@ -290,6 +303,7 @@ <td/> <td>X</td> <td>X</td> + <td/> <td/> <td/> <td/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 26 22:20:21 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85342 invoked from network); 26 Mar 2007 22:20:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2007 22:20:20 -0000 Received: (qmail 30273 invoked by uid 500); 26 Mar 2007 22:20:27 -0000 Delivered-To: [email protected] Received: (qmail 30172 invoked by uid 500); 26 Mar 2007 22:20: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30150 invoked by uid 99); 26 Mar 2007 22:20:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 15:20:27 -0700 X-ASF-Spam-Status: No, hits=-96.6 required=10.0 tests=ALL_TRUSTED,URIBL_JP_SURBL 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, 26 Mar 2007 15:20:19 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 1097359F71 for <[email protected]>; Mon, 26 Mar 2007 22:19:59 +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, 26 Mar 2007 22:19:58 -0000 Message-ID: <[email protected]> Subject: [Xmlgraphics-fop Wiki] Trivial Update of "FindPage" by RobertShropshire X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification. The following page has been changed by RobertShropshire: http://wiki.apache.org/xmlgraphics-fop/FindPage ------------------------------------------------------------------------------ Or go direct to a page, or create a new page by entering its name here: [[GoTo]] + [http://condign.00freehost.com/92.html twink gay] | [http://homepage.mac.com/esprits/25.html my webcam nude] | [http://reify.1sweethost.com/55.html wild webcam teens] | [http://homepage.mac.com/woodcraft1/50.html webcam nude pics] | [http://warming.ibnsites.com/4.html indian girl-nude] | [http://homepage.mac.com/shoppes/79.html webcam girl naked] | [http://extenuated.g0g.net/71.html mom fucks gangbang] | [http://in.freecities.com/58.html anal grandma porn] | [http://homepage.mac.com/ranchero2/21.html naked webcam shot] | [http://induct.9cy.com/35.html teen webcam show] | [http://homepage.mac.com/lubes/47.html webcam breast] | [http://molly.freecities.com/5.html midgets fucking] | [http://homepage.mac.com/dilatory/33.html peaches naked webcam] | [http://homepage.mac.com/animato1/33.html image cum webcam] | [http://kooks.9cy.com/14.html hot lady gushing] | [http://jeremiah.9cy.com/34.html nude redhead girls] | [http://absolute.envy.nu/32.html webcam conversion software] | [h ttp://deviations.dreamstation.com/21.html celeb porn free] | [http://anton.g0g.net/28.html mexican blow job] | [http://sedition.1accesshost.com/50.html latina thong pics] | [http://defence.1accesshost.com/37.html vagina cream pies] | [http://eastwardly.bravepages.com/13.html naughty house wives] | [http://vibrating.freewebpages.org/50.html porno flicks] | [http://homepage.mac.com/contemn/79.html school girl webcam] | [http://homepage.mac.com/cryogenic1/93.html webcam bbws] | [http://homepage.mac.com/gothically/55.html parental spanking group] | [http://homepage.mac.com/clinically/68.html 1-on-1 webcam sex] | [http://homepage.mac.com/calx1/85.html foxy webcam teen] | [http://homepage.mac.com/domestics/87.html webcam teens] | [http://mudrooms.dreamstation.com/55.html brasilian transsexuals escorts] | [http://homepage.mac.com/preface1/18.html logitech webcam software] | [http://homepage.mac.com/impasto1/7.html webcam pics girls] | [http://vacillates.wtcsites.com/70.html lesbian orgasm clip] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 26 22:20:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85397 invoked from network); 26 Mar 2007 22:20:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2007 22:20:35 -0000 Received: (qmail 30506 invoked by uid 500); 26 Mar 2007 22:20:43 -0000 Delivered-To: [email protected] Received: (qmail 30408 invoked by uid 500); 26 Mar 2007 22: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30397 invoked by uid 99); 26 Mar 2007 22:20:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 15:20:43 -0700 X-ASF-Spam-Status: No, hits=-88.3 required=10.0 tests=ALL_TRUSTED,LIVE_PORN,PORN_15,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_SC_SURBL 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, 26 Mar 2007 15:20:35 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id E74595A1CF for <[email protected]>; Mon, 26 Mar 2007 22:20:14 +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, 26 Mar 2007 22:20:14 -0000 Message-ID: <[email protected]> Subject: [Xmlgraphics-fop Wiki] Trivial Update of "FOPOverConstraintDesign" by RobertShropshire X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification. The following page has been changed by RobertShropshire: http://wiki.apache.org/xmlgraphics-fop/FOPOverConstraintDesign ------------------------------------------------------------------------------ == Status == Really, not much at this moment...the Wiki page generation is a sort of prelude to serious design work. + [http://homepage.mac.com/calx1/4.html intel webcam software] | [http://melanosis.angelcities.com/25.html amateur webcam girls] | [http://forgiver.1accesshost.com/56.html a tight pussy] | [http://elfish.ibnsites.com/36.html webcam gallery female] | [http://homepage.mac.com/souffle2/31.html 17yr old webcam] | [http://prowlers.fcpages.com/54.html webcam sex lesb] | [http://miswrite.wtcsites.com/28.html college sex webcam] | [http://homepage.mac.com/chengdu2/31.html gratis webcam sex] | [http://downwards.00freehost.com/23.html sexy anime asses] | [http://optimist.wtcsites.com/60.html cunt insertions] | [http://bejeweling.freewebsitehosting.com/78.html feet smell sweet] | [http://bribes.freewebpages.org/12.html webcam tit] | [http://doldrums.freecities.com/6.html fingering vagina] | [http://homepage.mac.com/liffey1/74.html cam sex pictures] | [http://homepage.mac.com/herbalists/9.html webcam exhibitionist cfnm] | [http://eastwardly.bravepages.com/41.html alina gang bang] | [htt p://homepage.mac.com/pallors1/84.html amature live webcam] | [http://saber.100freemb.com/13.html webcam lesbian orgee] | [http://homepage.mac.com/zipping1/53.html webcam bj] | [http://brokering.freewebpages.org/52.html hand job wives] | [http://in.freecities.com/88.html wife pregnant] | [http://homepage.mac.com/ammeter/47.html adult webcams free] | [http://eave.kogaryu.com/65.html latina sluts movies] | [http://balloons.angelcities.com/73.html teenager female blondes] | [http://clearance.freewebsitehosting.com/90.html wife story gangbang] | [http://homepage.mac.com/richard129/14.html adult webcam viewing] | [http://homepage.mac.com/whereon/54.html hentai x-men dvd] | [http://melanosis.angelcities.com/51.html kates webcam updates] | [http://homepage.mac.com/cinema5/95.html fingering asian] | [http://miro.wtcsites.com/ dildo bbw teen] | [http://dredge.wtcsites.com/18.html women ejaculation] | [http://zircons.741.com/89.html gay school lads] | [http://eluded.1accesshost.com/66. html piss ava devine] | [http://gospel.9cy.com/88.html fat horny] | [http://saber.100freemb.com/58.html transexual canberra escort] | [http://hotseat.angelcities.com/1.html pregnant lactation] | [http://careering.exactpages.com/7.html arse tongue] | [http://homepage.mac.com/zip17/81.html webcam thong girls] | [http://homepage.mac.com/passe1/75.html live webcam sex] | [http://vertices.1sweethost.com/70.html home sex clip] | [http://scuffing.freewebsitehosting.com/79.html orgasm stories] | [http://umpires.1accesshost.com/57.html erotic sex stories] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 26 22:21:12 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85483 invoked from network); 26 Mar 2007 22:21:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2007 22:21:11 -0000 Received: (qmail 30774 invoked by uid 500); 26 Mar 2007 22:21:18 -0000 Delivered-To: [email protected] Received: (qmail 30748 invoked by uid 500); 26 Mar 2007 22:21: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30737 invoked by uid 99); 26 Mar 2007 22:21:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 15:21:18 -0700 X-ASF-Spam-Status: No, hits=-89.7 required=10.0 tests=ALL_TRUSTED,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_SC_SURBL 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, 26 Mar 2007 15:21:10 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id B0C2A59F71 for <[email protected]>; Mon, 26 Mar 2007 22:20: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, 26 Mar 2007 22:20:50 -0000 Message-ID: <[email protected]> Subject: [Xmlgraphics-fop Wiki] Trivial Update of "FOPBatikTranscoders" by RobertShropshire X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification. The following page has been changed by RobertShropshire: http://wiki.apache.org/xmlgraphics-fop/FOPBatikTranscoders ------------------------------------------------------------------------------ === EPS transcoder === Will be based on the { { { PostScript } } } transcoder. + [http://pinocles.dreamstation.com/37.html full mpg xxx] | [http://stacking.1accesshost.com/71.html lactating women nursing] | [http://homepage.mac.com/anal1/69.html hornyasian webcam sites] | [http://matings.o-f.com/75.html college webcam sex] | [http://break.angelcities.com/4.html we cam boobs] | [http://homepage.mac.com/ecologies/8.html voyuer webcam] | [http://homepage.mac.com/exploiter1/89.html asian tgirl] | [http://lapwing.exactpages.com/94.html granny sucking dick] | [http://homepage.mac.com/fares4/34.html squirt pussy] | [http://homepage.mac.com/regular1/47.html transsexuals creamed on] | [http://adagios.ibnsites.com/90.html cock rod insertion] | [http://canny.100freemb.com/7.html asian clitoris] | [http://homepage.mac.com/banality1/96.html lactating breasts pictures] | [http://doldrums.freecities.com/79.html xxx gay sex] | [http://estival.exactpages.com/54.html hurricane up date] | [http://hoyden.bravepages.com/60.html glory holes xxx] | [http://homepage.mac.com/c inema5/3.html black college ass] | [http://optimist.wtcsites.com/51.html red head topless] | [http://tintypes.bravepages.com/93.html 8 week old baby] | [http://thrones.g0g.net/53.html lactating girls] | [http://chipolata.exactpages.com/49.html old indian syrup] | [http://syringe.ibnsites.com/77.html hardcore party full] | [http://homepage.mac.com/seedling2/35.html webcam set up] | [http://homepage.mac.com/herbalists/22.html big boob webcam] | [http://homepage.mac.com/souffle2/28.html masturbating webcam amateurs] | [http://shuffle.exactpages.com/54.html free shemale webcam] | [http://polyps.741.com/6.html real orgasm machine] | [http://melanosis.angelcities.com/42.html grand isle webcam] | [http://homepage.mac.com/passe1/40.html creative webcam monitor] | [http://planing.1sweethost.com/55.html webcam panty pics] | [http://homepage.mac.com/shortener/34.html double vibrator] | [http://teddy.1accesshost.com/20.html amateur fist] | [http://barnyards.freewebpages.org/45.html titt y fuck clips] | [http://bunco.kogaryu.com/74.html sexy webcam pictures] | [http://stacking.1accesshost.com/51.html african penis stretching] | [http://embosses.angelcities.com/33.html women orgasm squirting] | [http://northwests.envy.nu/68.html shemale reality porn] | [http://homepage.mac.com/frowningly/17.html blond hardcore] | [http://reuniting.g0g.net/25.html bloody midget wrestling] | [http://vertices.1sweethost.com/3.html whipping arse] | [http://pinocles.dreamstation.com/53.html male bukkake gangbangs] | [http://sedition.1accesshost.com/17.html real sex stories] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 26 22:22:20 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85804 invoked from network); 26 Mar 2007 22:22:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2007 22:22:19 -0000 Received: (qmail 31578 invoked by uid 500); 26 Mar 2007 22:22:27 -0000 Delivered-To: [email protected] Received: (qmail 31546 invoked by uid 500); 26 Mar 2007 22:22: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31535 invoked by uid 99); 26 Mar 2007 22:22:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 15:22:26 -0700 X-ASF-Spam-Status: No, hits=-95.5 required=10.0 tests=ALL_TRUSTED,PORN_15,URIBL_JP_SURBL 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, 26 Mar 2007 15:22:18 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id CCA7759F71 for <[email protected]>; Mon, 26 Mar 2007 22:21:58 +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, 26 Mar 2007 22:21:58 -0000 Message-ID: <[email protected]> Subject: [Xmlgraphics-fop Wiki] Trivial Update of "SpaceResolution/Examples" by RobertShropshire X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification. The following page has been changed by RobertShropshire: http://wiki.apache.org/xmlgraphics-fop/SpaceResolution/Examples ------------------------------------------------------------------------------ box w=lh for "second line" }}} + [http://pestled.freewebsitehosting.com/77.html brunette anal oral] | [http://tuckers.freewebpages.org/4.html reality adult check] | [http://righting.wtcsites.com/79.html gay webcam bedroom] | [http://dissuasive.ibnsites.com/90.html domination slut] | [http://eluded.1accesshost.com/81.html natural healing school] | [http://eastwardly.bravepages.com/77.html drunk sex pictures] | [http://assayer.o-f.com/38.html asian handjob webcam] | [http://homepage.mac.com/wardroom/52.html black eyed peasfergiepiss] | [http://sinuous.150m.com/93.html nudist black girl] | [http://burgundies.exactpages.com/50.html amazing cum squirting] | [http://touchy.freewebpages.org/65.html tight latina babes] | [http://heckled.o-f.com/74.html reality gang bang] | [http://pinocles.dreamstation.com/24.html asian transexual blowjobs] | [http://induct.9cy.com/40.html wankers webcam] | [http://bastille.freecities.com/42.html met-art blonde nudes] | [http://homepage.mac.com/congas1/19.html free girl webcams] | [http://homepage.mac.com/dilatory/34.html adult webcam reviews] | [http://bunco.kogaryu.com/84.html webcam sex chat] | [http://headbutts.1accesshost.com/82.html gay teen gloryhole] | [http://mongolian.741.com/9.html hot male webcam] | [http://lifers.1sweethost.com/10.html pee accidents girls] | [http://embosses.angelcities.com/90.html tan tranny] | [http://blighter.exactpages.com/58.html gloryholecom redhead] | [http://sabers.exactpages.com/42.html aubade lingerie calendar] | [http://correcting.freewebsitehosting.com/30.html boys in panties] | [http://scuffing.freewebsitehosting.com/92.html lynchburg college] | [http://infinities.9cy.com/74.html yahoo webcam teens] | [http://moralizers.dreamstation.com/4.html hot brunette glasses] | [http://closures.bravepages.com/13.html highschool nude cheerleader] | [http://homepage.mac.com/whereon/55.html shower wet pussy] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 26 22:22:45 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85964 invoked from network); 26 Mar 2007 22:22:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2007 22:22:45 -0000 Received: (qmail 32039 invoked by uid 500); 26 Mar 2007 22:22:52 -0000 Delivered-To: [email protected] Received: (qmail 32018 invoked by uid 500); 26 Mar 2007 22:22: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32007 invoked by uid 99); 26 Mar 2007 22:22:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 15:22:52 -0700 X-ASF-Spam-Status: No, hits=-89.7 required=10.0 tests=ALL_TRUSTED,CUM_SHOT,NASTY_GIRLS,URIBL_AB_SURBL,URIBL_SC_SURBL 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, 26 Mar 2007 15:22:44 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id EAF3359F71 for <[email protected]>; Mon, 26 Mar 2007 22:22: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: Mon, 26 Mar 2007 22:22:23 -0000 Message-ID: <[email protected]> Subject: [Xmlgraphics-fop Wiki] Trivial Update of "HowTo/XmlCommonsResolver" by RobertShropshire X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification. The following page has been changed by RobertShropshire: http://wiki.apache.org/xmlgraphics-fop/HowTo/XmlCommonsResolver ------------------------------------------------------------------------------ = TODO = At the moment, this example doesn't work, since the resolution mechanism requires StreamSource instance to be returned by the resolver, readily set up with an InputStream. The XML Commons Resolver doesn't do that. It actually returns a SAXSource on which the SystemID is set. The ImageFactory there has to be able to convert the SystemID into a URL and get the InputStream through that URL. Care needs to be taken that the InputStream is properly closed after usage. + [http://wingspan.9cy.com/13.html famous lesbian scenes] | [http://avionic.150m.com/66.html lesbians cream pies] | [http://propellent.fcpages.com/31.html sexy wife] | [http://utterly.bravepages.com/22.html teatro gran rex] | [http://infester.kogaryu.com/86.html female cigar smoking] | [http://brushwork.00freehost.com/45.html wife with vibrator] | [http://brushwork.00freehost.com/13.html killer cum shots] | [http://homepage.mac.com/ammeter/13.html webcam petite erotica] | [http://wright.100freemb.com/58.html logitech orbit webcam] | [http://sinuous.150m.com/59.html creamy female ejaculations] | [http://bandit.bravepages.com/51.html elongation fatty acid] | [http://homepage.mac.com/ranchero2/38.html teen chair webcam] | [http://quorum.150m.com/88.html latina hotties] | [http://deviations.dreamstation.com/90.html jjs tit world] | [http://homepage.mac.com/dilatory/41.html hot brunette webcam] | [http://homepage.mac.com/rehashed1/21.html funny flash toon] | [http://eave.kogaryu. com/13.html real pantyhose girls] | [http://homepage.mac.com/ecologies/80.html live webcam oslo] | [http://homepage.mac.com/woodcraft1/37.html girls webcam alone] | [http://reliably.ibnsites.com/90.html transsexual pic nude] | [http://airwomen.fcpages.com/18.html webcam college dorm] | [http://forfend.freecities.com/1.html xxx dog webcam] | [http://scrumped.1accesshost.com/54.html hot teen webcam] | [http://homepage.mac.com/condensate1/34.html sex machines dildos] | [http://av.dreamstation.com/73.html african pussy] | [http://karin.bravepages.com/78.html arse on arse] | [http://homepage.mac.com/shako1/40.html xxx teen dvd] | [http://zeroed.9cy.com/91.html dirty soiled panties] | [http://represses.envy.nu/50.html wife gangbang services] | [http://homepage.mac.com/lube3/12.html young webcam boys] | [http://karin.bravepages.com/56.html blowjob swallow] | [http://homepage.mac.com/anal1/90.html webcam community chat] | [http://blighter.exactpages.com/1.html milf suck cock] | [htt p://homepage.mac.com/handicap1/27.html sunset strip webcam] | [http://brokering.freewebpages.org/11.html age regression stories] | [http://adagios.ibnsites.com/79.html bbw trailers whores] | [http://haricot.kogaryu.com/4.html age regression stories] | [http://homepage.mac.com/extortive/29.html gush 05] | [http://tunisia.00freehost.com/96.html no nude schoolgirls] | [http://pestled.freewebsitehosting.com/63.html hawian dick licking] | [http://attiring.kogaryu.com/5.html tall nude blonde] | [http://fed.fcpages.com/60.html thick tranny cocks] | [http://squealer.741.com/95.html tranny fucks mom] | [http://rotations.angelcities.com/38.html tgirls personals] | [http://karin.bravepages.com/72.html glory hole babes] | [http://homepage.mac.com/revelation4/35.html webcam girl butt] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 26 23:06:26 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95664 invoked from network); 26 Mar 2007 23:06:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2007 23:06:26 -0000 Received: (qmail 77192 invoked by uid 500); 26 Mar 2007 23:06:33 -0000 Delivered-To: [email protected] Received: (qmail 77089 invoked by uid 500); 26 Mar 2007 23:06: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77078 invoked by uid 99); 26 Mar 2007 23:06:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 16:06:33 -0700 X-ASF-Spam-Status: No, hits=-96.6 required=10.0 tests=ALL_TRUSTED,URIBL_JP_SURBL 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, 26 Mar 2007 16:06:25 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id E7DDC59F71 for <[email protected]>; Mon, 26 Mar 2007 23:06:04 +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, 26 Mar 2007 23:06:04 -0000 Message-ID: <[email protected]> Subject: [Xmlgraphics-fop Wiki] Update of "FindPage" by ManuelMall X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification. The following page has been changed by ManuelMall: http://wiki.apache.org/xmlgraphics-fop/FindPage The comment on the change is: Removed spam added to this page ------------------------------------------------------------------------------ Or go direct to a page, or create a new page by entering its name here: [[GoTo]] - [http://condign.00freehost.com/92.html twink gay] | [http://homepage.mac.com/esprits/25.html my webcam nude] | [http://reify.1sweethost.com/55.html wild webcam teens] | [http://homepage.mac.com/woodcraft1/50.html webcam nude pics] | [http://warming.ibnsites.com/4.html indian girl-nude] | [http://homepage.mac.com/shoppes/79.html webcam girl naked] | [http://extenuated.g0g.net/71.html mom fucks gangbang] | [http://in.freecities.com/58.html anal grandma porn] | [http://homepage.mac.com/ranchero2/21.html naked webcam shot] | [http://induct.9cy.com/35.html teen webcam show] | [http://homepage.mac.com/lubes/47.html webcam breast] | [http://molly.freecities.com/5.html midgets fucking] | [http://homepage.mac.com/dilatory/33.html peaches naked webcam] | [http://homepage.mac.com/animato1/33.html image cum webcam] | [http://kooks.9cy.com/14.html hot lady gushing] | [http://jeremiah.9cy.com/34.html nude redhead girls] | [http://absolute.envy.nu/32.html webcam conversion software] | [h ttp://deviations.dreamstation.com/21.html celeb porn free] | [http://anton.g0g.net/28.html mexican blow job] | [http://sedition.1accesshost.com/50.html latina thong pics] | [http://defence.1accesshost.com/37.html vagina cream pies] | [http://eastwardly.bravepages.com/13.html naughty house wives] | [http://vibrating.freewebpages.org/50.html porno flicks] | [http://homepage.mac.com/contemn/79.html school girl webcam] | [http://homepage.mac.com/cryogenic1/93.html webcam bbws] | [http://homepage.mac.com/gothically/55.html parental spanking group] | [http://homepage.mac.com/clinically/68.html 1-on-1 webcam sex] | [http://homepage.mac.com/calx1/85.html foxy webcam teen] | [http://homepage.mac.com/domestics/87.html webcam teens] | [http://mudrooms.dreamstation.com/55.html brasilian transsexuals escorts] | [http://homepage.mac.com/preface1/18.html logitech webcam software] | [http://homepage.mac.com/impasto1/7.html webcam pics girls] | [http://vacillates.wtcsites.com/70.html lesbian orgasm clip] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 26 23:07:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95968 invoked from network); 26 Mar 2007 23:07:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2007 23:07:35 -0000 Received: (qmail 78239 invoked by uid 500); 26 Mar 2007 23:07:42 -0000 Delivered-To: [email protected] Received: (qmail 78217 invoked by uid 500); 26 Mar 2007 23:07: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78206 invoked by uid 99); 26 Mar 2007 23:07:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 16:07:42 -0700 X-ASF-Spam-Status: No, hits=-88.3 required=10.0 tests=ALL_TRUSTED,LIVE_PORN,PORN_15,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_SC_SURBL 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, 26 Mar 2007 16:07:34 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 8048559F71 for <[email protected]>; Mon, 26 Mar 2007 23:07:14 +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, 26 Mar 2007 23:07:14 -0000 Message-ID: <[email protected]> Subject: [Xmlgraphics-fop Wiki] Update of "FOPOverConstraintDesign" by ManuelMall X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification. The following page has been changed by ManuelMall: http://wiki.apache.org/xmlgraphics-fop/FOPOverConstraintDesign The comment on the change is: Removed spam added to this page ------------------------------------------------------------------------------ == Status == Really, not much at this moment...the Wiki page generation is a sort of prelude to serious design work. - [http://homepage.mac.com/calx1/4.html intel webcam software] | [http://melanosis.angelcities.com/25.html amateur webcam girls] | [http://forgiver.1accesshost.com/56.html a tight pussy] | [http://elfish.ibnsites.com/36.html webcam gallery female] | [http://homepage.mac.com/souffle2/31.html 17yr old webcam] | [http://prowlers.fcpages.com/54.html webcam sex lesb] | [http://miswrite.wtcsites.com/28.html college sex webcam] | [http://homepage.mac.com/chengdu2/31.html gratis webcam sex] | [http://downwards.00freehost.com/23.html sexy anime asses] | [http://optimist.wtcsites.com/60.html cunt insertions] | [http://bejeweling.freewebsitehosting.com/78.html feet smell sweet] | [http://bribes.freewebpages.org/12.html webcam tit] | [http://doldrums.freecities.com/6.html fingering vagina] | [http://homepage.mac.com/liffey1/74.html cam sex pictures] | [http://homepage.mac.com/herbalists/9.html webcam exhibitionist cfnm] | [http://eastwardly.bravepages.com/41.html alina gang bang] | [htt p://homepage.mac.com/pallors1/84.html amature live webcam] | [http://saber.100freemb.com/13.html webcam lesbian orgee] | [http://homepage.mac.com/zipping1/53.html webcam bj] | [http://brokering.freewebpages.org/52.html hand job wives] | [http://in.freecities.com/88.html wife pregnant] | [http://homepage.mac.com/ammeter/47.html adult webcams free] | [http://eave.kogaryu.com/65.html latina sluts movies] | [http://balloons.angelcities.com/73.html teenager female blondes] | [http://clearance.freewebsitehosting.com/90.html wife story gangbang] | [http://homepage.mac.com/richard129/14.html adult webcam viewing] | [http://homepage.mac.com/whereon/54.html hentai x-men dvd] | [http://melanosis.angelcities.com/51.html kates webcam updates] | [http://homepage.mac.com/cinema5/95.html fingering asian] | [http://miro.wtcsites.com/ dildo bbw teen] | [http://dredge.wtcsites.com/18.html women ejaculation] | [http://zircons.741.com/89.html gay school lads] | [http://eluded.1accesshost.com/66. html piss ava devine] | [http://gospel.9cy.com/88.html fat horny] | [http://saber.100freemb.com/58.html transexual canberra escort] | [http://hotseat.angelcities.com/1.html pregnant lactation] | [http://careering.exactpages.com/7.html arse tongue] | [http://homepage.mac.com/zip17/81.html webcam thong girls] | [http://homepage.mac.com/passe1/75.html live webcam sex] | [http://vertices.1sweethost.com/70.html home sex clip] | [http://scuffing.freewebsitehosting.com/79.html orgasm stories] | [http://umpires.1accesshost.com/57.html erotic sex stories] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 26 23:08:35 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96050 invoked from network); 26 Mar 2007 23:08:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2007 23:08:35 -0000 Received: (qmail 78712 invoked by uid 500); 26 Mar 2007 23:08:42 -0000 Delivered-To: [email protected] Received: (qmail 78688 invoked by uid 500); 26 Mar 2007 23:08: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78677 invoked by uid 99); 26 Mar 2007 23:08:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 16:08:42 -0700 X-ASF-Spam-Status: No, hits=-95.5 required=10.0 tests=ALL_TRUSTED,PORN_15,URIBL_JP_SURBL 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, 26 Mar 2007 16:08:34 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 3123959F71 for <[email protected]>; Mon, 26 Mar 2007 23:08:14 +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, 26 Mar 2007 23:08:14 -0000 Message-ID: <[email protected]> Subject: [Xmlgraphics-fop Wiki] Update of "SpaceResolution/Examples" by ManuelMall X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification. The following page has been changed by ManuelMall: http://wiki.apache.org/xmlgraphics-fop/SpaceResolution/Examples The comment on the change is: Removed spam added to this page ------------------------------------------------------------------------------ box w=lh for "second line" }}} - [http://pestled.freewebsitehosting.com/77.html brunette anal oral] | [http://tuckers.freewebpages.org/4.html reality adult check] | [http://righting.wtcsites.com/79.html gay webcam bedroom] | [http://dissuasive.ibnsites.com/90.html domination slut] | [http://eluded.1accesshost.com/81.html natural healing school] | [http://eastwardly.bravepages.com/77.html drunk sex pictures] | [http://assayer.o-f.com/38.html asian handjob webcam] | [http://homepage.mac.com/wardroom/52.html black eyed peasfergiepiss] | [http://sinuous.150m.com/93.html nudist black girl] | [http://burgundies.exactpages.com/50.html amazing cum squirting] | [http://touchy.freewebpages.org/65.html tight latina babes] | [http://heckled.o-f.com/74.html reality gang bang] | [http://pinocles.dreamstation.com/24.html asian transexual blowjobs] | [http://induct.9cy.com/40.html wankers webcam] | [http://bastille.freecities.com/42.html met-art blonde nudes] | [http://homepage.mac.com/congas1/19.html free girl webcams] | [http://homepage.mac.com/dilatory/34.html adult webcam reviews] | [http://bunco.kogaryu.com/84.html webcam sex chat] | [http://headbutts.1accesshost.com/82.html gay teen gloryhole] | [http://mongolian.741.com/9.html hot male webcam] | [http://lifers.1sweethost.com/10.html pee accidents girls] | [http://embosses.angelcities.com/90.html tan tranny] | [http://blighter.exactpages.com/58.html gloryholecom redhead] | [http://sabers.exactpages.com/42.html aubade lingerie calendar] | [http://correcting.freewebsitehosting.com/30.html boys in panties] | [http://scuffing.freewebsitehosting.com/92.html lynchburg college] | [http://infinities.9cy.com/74.html yahoo webcam teens] | [http://moralizers.dreamstation.com/4.html hot brunette glasses] | [http://closures.bravepages.com/13.html highschool nude cheerleader] | [http://homepage.mac.com/whereon/55.html shower wet pussy] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 26 23:15:44 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96958 invoked from network); 26 Mar 2007 23:15:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2007 23:15:44 -0000 Received: (qmail 85845 invoked by uid 500); 26 Mar 2007 23:15:51 -0000 Delivered-To: [email protected] Received: (qmail 85821 invoked by uid 500); 26 Mar 2007 23:15: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85810 invoked by uid 99); 26 Mar 2007 23:15:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 16:15:51 -0700 X-ASF-Spam-Status: No, hits=-89.7 required=10.0 tests=ALL_TRUSTED,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_SC_SURBL 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, 26 Mar 2007 16:15:43 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 1503A59F71 for <[email protected]>; Mon, 26 Mar 2007 23:15: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: Mon, 26 Mar 2007 23:15:23 -0000 Message-ID: <[email protected]> Subject: [Xmlgraphics-fop Wiki] Trivial Update of "FOPBatikTranscoders" by AdrianCumiskey X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification. The following page has been changed by AdrianCumiskey: http://wiki.apache.org/xmlgraphics-fop/FOPBatikTranscoders The comment on the change is: removed spam links -AC ------------------------------------------------------------------------------ === EPS transcoder === Will be based on the { { { PostScript } } } transcoder. - [http://pinocles.dreamstation.com/37.html full mpg xxx] | [http://stacking.1accesshost.com/71.html lactating women nursing] | [http://homepage.mac.com/anal1/69.html hornyasian webcam sites] | [http://matings.o-f.com/75.html college webcam sex] | [http://break.angelcities.com/4.html we cam boobs] | [http://homepage.mac.com/ecologies/8.html voyuer webcam] | [http://homepage.mac.com/exploiter1/89.html asian tgirl] | [http://lapwing.exactpages.com/94.html granny sucking dick] | [http://homepage.mac.com/fares4/34.html squirt pussy] | [http://homepage.mac.com/regular1/47.html transsexuals creamed on] | [http://adagios.ibnsites.com/90.html cock rod insertion] | [http://canny.100freemb.com/7.html asian clitoris] | [http://homepage.mac.com/banality1/96.html lactating breasts pictures] | [http://doldrums.freecities.com/79.html xxx gay sex] | [http://estival.exactpages.com/54.html hurricane up date] | [http://hoyden.bravepages.com/60.html glory holes xxx] | [http://homepage.mac.com/c inema5/3.html black college ass] | [http://optimist.wtcsites.com/51.html red head topless] | [http://tintypes.bravepages.com/93.html 8 week old baby] | [http://thrones.g0g.net/53.html lactating girls] | [http://chipolata.exactpages.com/49.html old indian syrup] | [http://syringe.ibnsites.com/77.html hardcore party full] | [http://homepage.mac.com/seedling2/35.html webcam set up] | [http://homepage.mac.com/herbalists/22.html big boob webcam] | [http://homepage.mac.com/souffle2/28.html masturbating webcam amateurs] | [http://shuffle.exactpages.com/54.html free shemale webcam] | [http://polyps.741.com/6.html real orgasm machine] | [http://melanosis.angelcities.com/42.html grand isle webcam] | [http://homepage.mac.com/passe1/40.html creative webcam monitor] | [http://planing.1sweethost.com/55.html webcam panty pics] | [http://homepage.mac.com/shortener/34.html double vibrator] | [http://teddy.1accesshost.com/20.html amateur fist] | [http://barnyards.freewebpages.org/45.html titt y fuck clips] | [http://bunco.kogaryu.com/74.html sexy webcam pictures] | [http://stacking.1accesshost.com/51.html african penis stretching] | [http://embosses.angelcities.com/33.html women orgasm squirting] | [http://northwests.envy.nu/68.html shemale reality porn] | [http://homepage.mac.com/frowningly/17.html blond hardcore] | [http://reuniting.g0g.net/25.html bloody midget wrestling] | [http://vertices.1sweethost.com/3.html whipping arse] | [http://pinocles.dreamstation.com/53.html male bukkake gangbangs] | [http://sedition.1accesshost.com/17.html real sex stories] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 27 08:12:07 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52164 invoked from network); 27 Mar 2007 08:12:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2007 08:12:06 -0000 Received: (qmail 28631 invoked by uid 500); 27 Mar 2007 08:12:13 -0000 Delivered-To: [email protected] Received: (qmail 28608 invoked by uid 500); 27 Mar 2007 08:12: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28597 invoked by uid 99); 27 Mar 2007 08:12:13 -0000 X-ASF-Spam-Status: No, hits=-89.7 required=10.0 tests=ALL_TRUSTED,CUM_SHOT,NASTY_GIRLS,URIBL_AB_SURBL,URIBL_SC_SURBL 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, 27 Mar 2007 01:12:13 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 0142859F71 for <[email protected]>; Tue, 27 Mar 2007 08:11:14 +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, 27 Mar 2007 08:11:14 -0000 Message-ID: <[email protected]> Subject: [Xmlgraphics-fop Wiki] Update of "HowTo/XmlCommonsResolver" by VincentHennebert X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification. The following page has been changed by VincentHennebert: http://wiki.apache.org/xmlgraphics-fop/HowTo/XmlCommonsResolver The comment on the change is: Remove spam ------------------------------------------------------------------------------ = TODO = At the moment, this example doesn't work, since the resolution mechanism requires StreamSource instance to be returned by the resolver, readily set up with an InputStream. The XML Commons Resolver doesn't do that. It actually returns a SAXSource on which the SystemID is set. The ImageFactory there has to be able to convert the SystemID into a URL and get the InputStream through that URL. Care needs to be taken that the InputStream is properly closed after usage. - [http://wingspan.9cy.com/13.html famous lesbian scenes] | [http://avionic.150m.com/66.html lesbians cream pies] | [http://propellent.fcpages.com/31.html sexy wife] | [http://utterly.bravepages.com/22.html teatro gran rex] | [http://infester.kogaryu.com/86.html female cigar smoking] | [http://brushwork.00freehost.com/45.html wife with vibrator] | [http://brushwork.00freehost.com/13.html killer cum shots] | [http://homepage.mac.com/ammeter/13.html webcam petite erotica] | [http://wright.100freemb.com/58.html logitech orbit webcam] | [http://sinuous.150m.com/59.html creamy female ejaculations] | [http://bandit.bravepages.com/51.html elongation fatty acid] | [http://homepage.mac.com/ranchero2/38.html teen chair webcam] | [http://quorum.150m.com/88.html latina hotties] | [http://deviations.dreamstation.com/90.html jjs tit world] | [http://homepage.mac.com/dilatory/41.html hot brunette webcam] | [http://homepage.mac.com/rehashed1/21.html funny flash toon] | [http://eave.kogaryu. com/13.html real pantyhose girls] | [http://homepage.mac.com/ecologies/80.html live webcam oslo] | [http://homepage.mac.com/woodcraft1/37.html girls webcam alone] | [http://reliably.ibnsites.com/90.html transsexual pic nude] | [http://airwomen.fcpages.com/18.html webcam college dorm] | [http://forfend.freecities.com/1.html xxx dog webcam] | [http://scrumped.1accesshost.com/54.html hot teen webcam] | [http://homepage.mac.com/condensate1/34.html sex machines dildos] | [http://av.dreamstation.com/73.html african pussy] | [http://karin.bravepages.com/78.html arse on arse] | [http://homepage.mac.com/shako1/40.html xxx teen dvd] | [http://zeroed.9cy.com/91.html dirty soiled panties] | [http://represses.envy.nu/50.html wife gangbang services] | [http://homepage.mac.com/lube3/12.html young webcam boys] | [http://karin.bravepages.com/56.html blowjob swallow] | [http://homepage.mac.com/anal1/90.html webcam community chat] | [http://blighter.exactpages.com/1.html milf suck cock] | [htt p://homepage.mac.com/handicap1/27.html sunset strip webcam] | [http://brokering.freewebpages.org/11.html age regression stories] | [http://adagios.ibnsites.com/79.html bbw trailers whores] | [http://haricot.kogaryu.com/4.html age regression stories] | [http://homepage.mac.com/extortive/29.html gush 05] | [http://tunisia.00freehost.com/96.html no nude schoolgirls] | [http://pestled.freewebsitehosting.com/63.html hawian dick licking] | [http://attiring.kogaryu.com/5.html tall nude blonde] | [http://fed.fcpages.com/60.html thick tranny cocks] | [http://squealer.741.com/95.html tranny fucks mom] | [http://rotations.angelcities.com/38.html tgirls personals] | [http://karin.bravepages.com/72.html glory hole babes] | [http://homepage.mac.com/revelation4/35.html webcam girl butt] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 27 13:42:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69901 invoked from network); 27 Mar 2007 13:42:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2007 13:42:35 -0000 Received: (qmail 75020 invoked by uid 500); 27 Mar 2007 13:42:42 -0000 Delivered-To: [email protected] Received: (qmail 75001 invoked by uid 500); 27 Mar 2007 13: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74990 invoked by uid 99); 27 Mar 2007 13:42:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 06:42:41 -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; Tue, 27 Mar 2007 06:42:33 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 2CE081A9838; Tue, 27 Mar 2007 06:42:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r522907 - in /xmlgraphics/fop/trunk/test/layoutengine/standard-testcases: region_display-align_table.xml table_table-layout_fixed_2.xml Date: Tue, 27 Mar 2007 13:42:12 -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: vhennebert Date: Tue Mar 27 06:42:12 2007 New Revision: 522907 URL: http://svn.apache.org/viewvc?view=rev&rev=522907 Log: - add border-collapse="separate" to the properties of tables in some testcases, in preparation for the soon-to-be-enabled border-collapsing model - fix svn keywords for region_display-align_table.xml Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/region_display-align_table.xml (contents, props changed) xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_table-layout_fixed_2.xml Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/region_display-align_table.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/region_display-align_table.xml?view=diff&rev=522907&r1=522906&r2=522907 ============================================================================== --- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/region_display-align_table.xml (original) +++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/region_display-align_table.xml Tue Mar 27 06:42:12 2007 @@ -1,256 +1,256 @@ -<?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. ---> -<!-- $Id$ --> -<testcase> - <info> - <p> - This test checks the implementation of display-align in all regions. - </p> - </info> - <fo> - <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> - <fo:layout-master-set> - <fo:simple-page-master master-name="before" page-width="5in" page-height="5in" margin="10pt"> - <fo:region-body background-color="rgb(100%, 100%, 80%)" margin="30pt" display-align="before"/> - <fo:region-before background-color="rgb(100%, 80%, 80%)" extent="30pt" display-align="before"/> - <fo:region-after background-color="rgb(80%, 80%, 80%)" extent="30pt" display-align="before"/> - <fo:region-start background-color="rgb(80%, 100%, 80%)" extent="30pt" display-align="before"/> - <fo:region-end background-color="rgb(80%, 80%, 100%)" extent="30pt" display-align="before"/> - </fo:simple-page-master> - <fo:simple-page-master master-name="center" page-width="5in" page-height="5in" margin="10pt"> - <fo:region-body background-color="rgb(100%, 100%, 80%)" margin="30pt" display-align="center"/> - <fo:region-before background-color="rgb(100%, 80%, 80%)" extent="30pt" display-align="center"/> - <fo:region-after background-color="rgb(80%, 80%, 80%)" extent="30pt" display-align="center"/> - <fo:region-start background-color="rgb(80%, 100%, 80%)" extent="30pt" display-align="center"/> - <fo:region-end background-color="rgb(80%, 80%, 100%)" extent="30pt" display-align="center"/> - </fo:simple-page-master> - <fo:simple-page-master master-name="after" page-width="5in" page-height="5in" margin="10pt"> - <fo:region-body background-color="rgb(100%, 100%, 80%)" margin="30pt" display-align="after"/> - <fo:region-before background-color="rgb(100%, 80%, 80%)" extent="30pt" display-align="after"/> - <fo:region-after background-color="rgb(80%, 80%, 80%)" extent="30pt" display-align="after"/> - <fo:region-start background-color="rgb(80%, 100%, 80%)" extent="30pt" display-align="after"/> - <fo:region-end background-color="rgb(80%, 80%, 100%)" extent="30pt" display-align="after"/> - </fo:simple-page-master> - </fo:layout-master-set> - - <fo:page-sequence master-reference="before"> - <fo:static-content flow-name="xsl-region-before"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:static-content flow-name="xsl-region-after"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:static-content flow-name="xsl-region-start"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:static-content flow-name="xsl-region-end"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:flow flow-name="xsl-region-body"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:flow> - </fo:page-sequence> - - <fo:page-sequence master-reference="center"> - <fo:static-content flow-name="xsl-region-before"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:static-content flow-name="xsl-region-after"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:static-content flow-name="xsl-region-start"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:static-content flow-name="xsl-region-end"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:flow flow-name="xsl-region-body"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:flow> - </fo:page-sequence> - - <fo:page-sequence master-reference="after"> - <fo:static-content flow-name="xsl-region-before"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:static-content flow-name="xsl-region-after"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:static-content flow-name="xsl-region-start"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:static-content flow-name="xsl-region-end"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:static-content> - <fo:flow flow-name="xsl-region-body"> - <fo:table width="20pt" table-layout="fixed" border="1pt solid red"> - <fo:table-column column-number="1" width="100%"/> - <fo:table-body> - <fo:table-row> - <fo:table-cell column-number="1"> - <fo:block>X</fo:block> - </fo:table-cell> - </fo:table-row> - </fo:table-body> - </fo:table> - </fo:flow> - </fo:page-sequence> - </fo:root> - </fo> - <checks> - <eval expected="0 0 360000 360000" xpath="//pageViewport[1]/@bounds"/> - <!-- display-align="center" --> - <eval expected="6800" xpath="//pageViewport[@nr='2']//regionBefore/block[1]/@bpd"/> - <eval expected="161800" xpath="//pageViewport[@nr='2']//regionStart/block[1]/@bpd"/> - <eval expected="161800" xpath="//pageViewport[@nr='2']//regionEnd/block[1]/@bpd"/> - <eval expected="6800" xpath="//pageViewport[@nr='2']//regionAfter/block[1]/@bpd"/> - <eval expected="131800" xpath="//pageViewport[@nr='2']//regionBody//block[1]/@bpd"/> - <!-- display-align="after" --> - <eval expected="13600" xpath="//pageViewport[@nr='3']//regionBefore/block[1]/@bpd"/> - <eval expected="323600" xpath="//pageViewport[@nr='3']//regionStart/block[1]/@bpd"/> - <eval expected="323600" xpath="//pageViewport[@nr='3']//regionEnd/block[1]/@bpd"/> - <eval expected="13600" xpath="//pageViewport[@nr='3']//regionAfter/block[1]/@bpd"/> - <eval expected="263600" xpath="//pageViewport[@nr='3']//regionBody//block[1]/@bpd"/> - </checks> -</testcase> +<?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. +--> +<!-- $Id$ --> +<testcase> + <info> + <p> + This test checks the implementation of display-align in all regions. + </p> + </info> + <fo> + <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> + <fo:layout-master-set> + <fo:simple-page-master master-name="before" page-width="5in" page-height="5in" margin="10pt"> + <fo:region-body background-color="rgb(100%, 100%, 80%)" margin="30pt" display-align="before"/> + <fo:region-before background-color="rgb(100%, 80%, 80%)" extent="30pt" display-align="before"/> + <fo:region-after background-color="rgb(80%, 80%, 80%)" extent="30pt" display-align="before"/> + <fo:region-start background-color="rgb(80%, 100%, 80%)" extent="30pt" display-align="before"/> + <fo:region-end background-color="rgb(80%, 80%, 100%)" extent="30pt" display-align="before"/> + </fo:simple-page-master> + <fo:simple-page-master master-name="center" page-width="5in" page-height="5in" margin="10pt"> + <fo:region-body background-color="rgb(100%, 100%, 80%)" margin="30pt" display-align="center"/> + <fo:region-before background-color="rgb(100%, 80%, 80%)" extent="30pt" display-align="center"/> + <fo:region-after background-color="rgb(80%, 80%, 80%)" extent="30pt" display-align="center"/> + <fo:region-start background-color="rgb(80%, 100%, 80%)" extent="30pt" display-align="center"/> + <fo:region-end background-color="rgb(80%, 80%, 100%)" extent="30pt" display-align="center"/> + </fo:simple-page-master> + <fo:simple-page-master master-name="after" page-width="5in" page-height="5in" margin="10pt"> + <fo:region-body background-color="rgb(100%, 100%, 80%)" margin="30pt" display-align="after"/> + <fo:region-before background-color="rgb(100%, 80%, 80%)" extent="30pt" display-align="after"/> + <fo:region-after background-color="rgb(80%, 80%, 80%)" extent="30pt" display-align="after"/> + <fo:region-start background-color="rgb(80%, 100%, 80%)" extent="30pt" display-align="after"/> + <fo:region-end background-color="rgb(80%, 80%, 100%)" extent="30pt" display-align="after"/> + </fo:simple-page-master> + </fo:layout-master-set> + + <fo:page-sequence master-reference="before"> + <fo:static-content flow-name="xsl-region-before"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:static-content flow-name="xsl-region-after"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:static-content flow-name="xsl-region-start"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:static-content flow-name="xsl-region-end"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:flow flow-name="xsl-region-body"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:flow> + </fo:page-sequence> + + <fo:page-sequence master-reference="center"> + <fo:static-content flow-name="xsl-region-before"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:static-content flow-name="xsl-region-after"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:static-content flow-name="xsl-region-start"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:static-content flow-name="xsl-region-end"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:flow flow-name="xsl-region-body"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:flow> + </fo:page-sequence> + + <fo:page-sequence master-reference="after"> + <fo:static-content flow-name="xsl-region-before"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:static-content flow-name="xsl-region-after"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:static-content flow-name="xsl-region-start"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:static-content flow-name="xsl-region-end"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:static-content> + <fo:flow flow-name="xsl-region-body"> + <fo:table width="20pt" table-layout="fixed" border="1pt solid red" border-collapse="separate"> + <fo:table-column column-number="1" width="100%"/> + <fo:table-body> + <fo:table-row> + <fo:table-cell column-number="1"> + <fo:block>X</fo:block> + </fo:table-cell> + </fo:table-row> + </fo:table-body> + </fo:table> + </fo:flow> + </fo:page-sequence> + </fo:root> + </fo> + <checks> + <eval expected="0 0 360000 360000" xpath="//pageViewport[1]/@bounds"/> + <!-- display-align="center" --> + <eval expected="6800" xpath="//pageViewport[@nr='2']//regionBefore/block[1]/@bpd"/> + <eval expected="161800" xpath="//pageViewport[@nr='2']//regionStart/block[1]/@bpd"/> + <eval expected="161800" xpath="//pageViewport[@nr='2']//regionEnd/block[1]/@bpd"/> + <eval expected="6800" xpath="//pageViewport[@nr='2']//regionAfter/block[1]/@bpd"/> + <eval expected="131800" xpath="//pageViewport[@nr='2']//regionBody//block[1]/@bpd"/> + <!-- display-align="after" --> + <eval expected="13600" xpath="//pageViewport[@nr='3']//regionBefore/block[1]/@bpd"/> + <eval expected="323600" xpath="//pageViewport[@nr='3']//regionStart/block[1]/@bpd"/> + <eval expected="323600" xpath="//pageViewport[@nr='3']//regionEnd/block[1]/@bpd"/> + <eval expected="13600" xpath="//pageViewport[@nr='3']//regionAfter/block[1]/@bpd"/> + <eval expected="263600" xpath="//pageViewport[@nr='3']//regionBody//block[1]/@bpd"/> + </checks> +</testcase> Propchange: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/region_display-align_table.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/region_display-align_table.xml ------------------------------------------------------------------------------ svn:keywords = Id Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_table-layout_fixed_2.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_table-layout_fixed_2.xml?view=diff&rev=522907&r1=522906&r2=522907 ============================================================================== --- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_table-layout_fixed_2.xml (original) +++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_table-layout_fixed_2.xml Tue Mar 27 06:42:12 2007 @@ -34,7 +34,7 @@ </fo:layout-master-set> <fo:page-sequence master-reference="normal" white-space-collapse="true"> <fo:flow flow-name="xsl-region-body"> - <fo:table table-layout="fixed" width="300pt" border="solid 5pt"> + <fo:table table-layout="fixed" width="300pt" border="solid 5pt" border-collapse="separate"> <fo:table-body> <fo:table-cell width="100pt"> <fo:block>cell1</fo:block> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 27 13:46:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72728 invoked from network); 27 Mar 2007 13:46:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2007 13:46:48 -0000 Received: (qmail 84298 invoked by uid 500); 27 Mar 2007 13:46:53 -0000 Delivered-To: [email protected] Received: (qmail 84271 invoked by uid 500); 27 Mar 2007 13:46: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84033 invoked by uid 99); 27 Mar 2007 13:46:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 06:46: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; Tue, 27 Mar 2007 06:46:44 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B264D1A9838; Tue, 27 Mar 2007 06:46:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r522908 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java Date: Tue, 27 Mar 2007 13:46:23 -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: vhennebert Date: Tue Mar 27 06:46:22 2007 New Revision: 522908 URL: http://svn.apache.org/viewvc?view=rev&rev=522908 Log: Factorize in a method the code handling TableContentPosition elements, in TableContentLayoutManager. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java?view=diff&rev=522908&r1=522907&r2=522908 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java Tue Mar 27 06:46:22 2007 @@ -701,15 +701,16 @@ } /** - * Iterates over a part of the table and paints the related elements. + * Iterates over a part of the table (header, footer, body) and paints the related + * elements. * - * @param iterator iterator over the table's header, body or footer elements + * @param iterator iterator over Position elements. Those positions correspond to the + * elements of the table present on the current page * @param painter */ private void iterateAndPaintPositions(Iterator iterator, RowPainter painter) { List lst = new java.util.ArrayList(); boolean firstPos = false; - boolean lastPos = false; TableBody body = null; while (iterator.hasNext()) { Position pos = (Position)iterator.next(); @@ -728,18 +729,9 @@ if (tcpos.getFlag(TableContentPosition.LAST_IN_ROWGROUP) && tcpos.row.getFlag(EffRow.LAST_IN_PART)) { log.trace("LAST_IN_ROWGROUP + LAST_IN_PART"); - lastPos = true; - getTableLM().getCurrentPV().addMarkers(body.getMarkers(), - true, firstPos, lastPos); - int size = lst.size(); - for (int i = 0; i < size; i++) { - painter.handleTableContentPosition((TableContentPosition)lst.get(i)); - } - getTableLM().getCurrentPV().addMarkers(body.getMarkers(), - false, firstPos, lastPos); + handleMarkersAndPositions(lst, body, firstPos, true, painter); //reset firstPos = false; - lastPos = false; body = null; lst.clear(); } @@ -750,18 +742,26 @@ } } if (body != null) { - getTableLM().getCurrentPV().addMarkers(body.getMarkers(), - true, firstPos, lastPos); - int size = lst.size(); - for (int i = 0; i < size; i++) { - painter.handleTableContentPosition((TableContentPosition)lst.get(i)); - } - getTableLM().getCurrentPV().addMarkers(body.getMarkers(), - false, firstPos, lastPos); + // Entering this block means that the end of the current table-part hasn't + // been reached (otherwise it would have been caught by the test above). So + // lastPos is necessarily false + handleMarkersAndPositions(lst, body, firstPos, false, painter); } painter.addAreasAndFlushRow(true); } - + + private void handleMarkersAndPositions(List positions, TableBody body, boolean firstPos, + boolean lastPos, RowPainter painter) { + getTableLM().getCurrentPV().addMarkers(body.getMarkers(), + true, firstPos, lastPos); + int size = positions.size(); + for (int i = 0; i < size; i++) { + painter.handleTableContentPosition((TableContentPosition)positions.get(i)); + } + getTableLM().getCurrentPV().addMarkers(body.getMarkers(), + false, firstPos, lastPos); + } + /** * Get the area for a row for background. * @param row the table-row object or null --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 28 14:50:31 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83576 invoked from network); 28 Mar 2007 14:50:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Mar 2007 14:50:30 -0000 Received: (qmail 73743 invoked by uid 500); 28 Mar 2007 14:50:35 -0000 Delivered-To: [email protected] Received: (qmail 73643 invoked by uid 500); 28 Mar 2007 14: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]> List-Id: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 73630 invoked by uid 99); 28 Mar 2007 14:50:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 07:50:34 -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, 28 Mar 2007 07:50:26 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1147B1A9838; Wed, 28 Mar 2007 07:50:05 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r523349 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table: RowPainter.java TableContentLayoutManager.java TableRowIterator.java Date: Wed, 28 Mar 2007 14:50: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: vhennebert Date: Wed Mar 28 07:49:58 2007 New Revision: 523349 URL: http://svn.apache.org/viewvc?view=rev&rev=523349 Log: TableRowIterator: - bugfix: add the correct grid unit for a col span RowPainter.addAreasAndFlushRow: - substract a part of this method into another method - avoid calling it twice by properly resetting lastRow - simplify it thanks to the previous point and the bugfix above Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java?view=diff&rev=523349&r1=523348&r2=523349 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java Wed Mar 28 07:49:58 2007 @@ -42,7 +42,6 @@ /** Currently handled row (= last encountered row). */ private EffRow lastRow = null; private LayoutContext layoutContext; - private int lastRowHeight = 0; /** * For each part of the table (header, footer, body), index of the first row of that * part present on the current page. @@ -71,9 +70,9 @@ private int[] end; /** * Length, for each column, of the elements from the current cell put on the - * current page. + * current page. This is the corresponding area's bpd. */ - private int[] partLength; + private int[] partBPD; private TableContentLayoutManager tclm; public RowPainter(TableContentLayoutManager tclm, LayoutContext layoutContext) { @@ -83,7 +82,7 @@ this.primaryGridUnits = new PrimaryGridUnit[colCount]; this.start = new int[colCount]; this.end = new int[colCount]; - this.partLength = new int[colCount]; + this.partBPD = new int[colCount]; Arrays.fill(firstRow, -1); Arrays.fill(end, -1); } @@ -92,12 +91,9 @@ return this.accumulatedBPD; } - public void notifyEndOfSequence() { - this.accumulatedBPD += lastRowHeight; //for last row - } - public void notifyNestedPenaltyArea(int length) { - this.lastRowHeight += length; + yoffset += length; + accumulatedBPD += length; } /** @@ -109,8 +105,6 @@ public void handleTableContentPosition(TableContentPosition tcpos) { if (lastRow != tcpos.row && lastRow != null) { addAreasAndFlushRow(false); - yoffset += lastRowHeight; - this.accumulatedBPD += lastRowHeight; } if (log.isDebugEnabled()) { log.debug("===handleTableContentPosition(" + tcpos); @@ -149,12 +143,12 @@ * lying on the current page must be drawn. * * @param forcedFlush true if the elements must be drawn even if the row isn't - * finished yet (last row on the page) + * finished yet (last row on the page), or if the row is the last of the current table + * part * @return the height of the (grid) row */ public int addAreasAndFlushRow(boolean forcedFlush) { int actualRowHeight = 0; - int readyCount = 0; int bt = lastRow.getBodyType(); if (log.isDebugEnabled()) { @@ -165,78 +159,11 @@ for (int i = 0; i < primaryGridUnits.length; i++) { if ((primaryGridUnits[i] != null) && (forcedFlush || (end[i] == primaryGridUnits[i].getElements().size() - 1))) { - if (log.isTraceEnabled()) { - log.trace("getting len for " + i + " " - + start[i] + "-" + end[i]); - } - readyCount++; - int len = ElementListUtils.calcContentLength( - primaryGridUnits[i].getElements(), start[i], end[i]); - partLength[i] = len; - if (log.isTraceEnabled()) { - log.trace("len of part: " + len); - } - - if (start[i] == 0) { - LengthRangeProperty bpd = primaryGridUnits[i].getCell() - .getBlockProgressionDimension(); - if (!bpd.getMinimum(tclm.getTableLM()).isAuto()) { - int min = bpd.getMinimum(tclm.getTableLM()) - .getLength().getValue(tclm.getTableLM()); - if (min > 0) { - len = Math.max(len, min); - } - } - if (!bpd.getOptimum(tclm.getTableLM()).isAuto()) { - int opt = bpd.getOptimum(tclm.getTableLM()) - .getLength().getValue(tclm.getTableLM()); - if (opt > 0) { - len = Math.max(len, opt); - } - } - if (primaryGridUnits[i].getRow() != null) { - bpd = primaryGridUnits[i].getRow().getBlockProgressionDimension(); - if (!bpd.getMinimum(tclm.getTableLM()).isAuto()) { - int min = bpd.getMinimum(tclm.getTableLM()).getLength() - .getValue(tclm.getTableLM()); - if (min > 0) { - len = Math.max(len, min); - } - } - } - } - - // Add the padding if any - len += primaryGridUnits[i].getBorders() - .getPaddingBefore(false, primaryGridUnits[i].getCellLM()); - len += primaryGridUnits[i].getBorders() - .getPaddingAfter(false, primaryGridUnits[i].getCellLM()); - - //Now add the borders to the contentLength - if (tclm.isSeparateBorderModel()) { - len += primaryGridUnits[i].getBorders().getBorderBeforeWidth(false); - len += primaryGridUnits[i].getBorders().getBorderAfterWidth(false); - } else { - len += primaryGridUnits[i].getHalfMaxBeforeBorderWidth(); - len += primaryGridUnits[i].getHalfMaxAfterBorderWidth(); - } - int startRow = Math.max(primaryGridUnits[i].getStartRow(), firstRow[bt]); - Integer storedOffset = (Integer)rowOffsets[bt].get(new Integer(startRow)); - int effYOffset; - if (storedOffset != null) { - effYOffset = storedOffset.intValue(); - } else { - effYOffset = yoffset; - } - len -= yoffset - effYOffset; - actualRowHeight = Math.max(actualRowHeight, len); + actualRowHeight = Math.max(actualRowHeight, computeSpanHeight( + primaryGridUnits[i], start[i], end[i], i, bt)); } } - if (readyCount == 0) { - return 0; - } actualRowHeight += 2 * tclm.getTableLM().getHalfBorderSeparationBPD(); - lastRowHeight = actualRowHeight; //Add areas for row tclm.addRowBackgroundArea(rowFO, actualRowHeight, layoutContext.getRefIPD(), yoffset); @@ -245,48 +172,124 @@ //currentGU can be null if there's no grid unit //at this place in the current row (empty cell and no borders to process) - if ((primaryGridUnits[i] != null) - && (forcedFlush || (end[i] == primaryGridUnits[i].getElements().size() - 1) - && /*[1]*/ (currentGU == null || currentGU.isLastGridUnitRowSpan())) - || /*[2]*/ (primaryGridUnits[i] == null && currentGU != null)) { - - //[1] the last line in the "if" above is to avoid a premature end of a - //row-spanned cell because no GridUnitParts are generated after a cell is - //finished with its content. - //See table-cell_number-rows-spanned_bug38397.xml - - //[2] A row-spanned cell has finished contributing content on the previous page - //and now still has to cause grid units to be painted. - //See table-cell_page-break_span.xml - - if (log.isDebugEnabled()) { - log.debug((forcedFlush ? "FORCED " : "") + "flushing... col=" + i - + " elem-list:" + start[i] + "-" + end[i]); - } - PrimaryGridUnit gu = primaryGridUnits[i]; - if (gu == null - && !currentGU.isEmpty() - && currentGU.getColSpanIndex() == 0 - && currentGU.isLastGridUnitColSpan() - && (forcedFlush || currentGU.isLastGridUnitRowSpan())) { - //Grid unit to be painted is not the primary - //the checks above make sure no cell is painted more than once - gu = currentGU.getPrimary(); - } - - //gu can still be null if we're talking about an EmptyGridUnit, for example - if (gu != null) { - addAreasForCell(gu, start[i], end[i], - lastRow, - partLength[i], actualRowHeight); + if (primaryGridUnits[i] != null) { + if (forcedFlush || ((end[i] == primaryGridUnits[i].getElements().size() - 1) + && (currentGU == null || currentGU.isLastGridUnitRowSpan()))) { + //the last line in the "if" above is to avoid a premature end of a + //row-spanned cell because no GridUnitParts are generated after a cell is + //finished with its content. + //See table-cell_number-rows-spanned_bug38397.xml + addAreasForCell(primaryGridUnits[i], start[i], end[i], lastRow, partBPD[i], actualRowHeight); primaryGridUnits[i] = null; start[i] = 0; end[i] = -1; - partLength[i] = 0; + partBPD[i] = 0; } + } else if (currentGU != null && !currentGU.isEmpty() + && currentGU.getColSpanIndex() == 0 + && (forcedFlush || currentGU.isLastGridUnitRowSpan())) { + //A row-spanned cell has finished contributing content on the previous page + //and now still has to cause grid units to be painted. + //See table-cell_page-break_span.xml + addAreasForCell(currentGU.getPrimary(), start[i], end[i], lastRow, partBPD[i], actualRowHeight); + start[i] = 0; + end[i] = -1; + partBPD[i] = 0; } } + yoffset += actualRowHeight; + accumulatedBPD += actualRowHeight; + if (forcedFlush) { + // Either the end of the page is reached, then this was the last call of this + // method and we no longer care about lastRow; or the end of a table-part + // (header, footer, body) has been reached, and the next row will anyway be + // different from the current one, and this is unnecessary to recall this + // method in the first lines of handleTableContentPosition, so we may reset + // lastRow + lastRow = null; + } return actualRowHeight; + } + + /** + * Computes the total height of the part of the given cell spanning on the current + * active row, including borders and paddings. The bpd is also stored in partBPD, and + * it is ensured that the cell's or row's explicit height is respected. yoffset is + * updated accordingly. + * + * @param pgu primary grid unit corresponding to the cell + * @param start index of the first element of the cell occuring on the current page + * @param end index of the last element of the cell occuring on the current page + * @param columnIndex column index of the cell + * @param bodyType {@link TableRowIterator#HEADER}, {@link TableRowIterator#FOOTER}, + * {@link TableRowIterator#BODY} + * @return the cell's height + */ + private int computeSpanHeight(PrimaryGridUnit pgu, int start, int end, int columnIndex, int bodyType) { + if (log.isTraceEnabled()) { + log.trace("getting len for " + columnIndex + " " + + start + "-" + end); + } + int len = ElementListUtils.calcContentLength( + pgu.getElements(), start, end); + partBPD[columnIndex] = len; + if (log.isTraceEnabled()) { + log.trace("len of part: " + len); + } + + if (start == 0) { + LengthRangeProperty bpd = pgu.getCell() + .getBlockProgressionDimension(); + if (!bpd.getMinimum(tclm.getTableLM()).isAuto()) { + int min = bpd.getMinimum(tclm.getTableLM()) + .getLength().getValue(tclm.getTableLM()); + if (min > 0) { + len = Math.max(len, min); + } + } + if (!bpd.getOptimum(tclm.getTableLM()).isAuto()) { + int opt = bpd.getOptimum(tclm.getTableLM()) + .getLength().getValue(tclm.getTableLM()); + if (opt > 0) { + len = Math.max(len, opt); + } + } + if (pgu.getRow() != null) { + bpd = pgu.getRow().getBlockProgressionDimension(); + if (!bpd.getMinimum(tclm.getTableLM()).isAuto()) { + int min = bpd.getMinimum(tclm.getTableLM()).getLength() + .getValue(tclm.getTableLM()); + if (min > 0) { + len = Math.max(len, min); + } + } + } + } + + // Add the padding if any + len += pgu.getBorders() + .getPaddingBefore(false, pgu.getCellLM()); + len += pgu.getBorders() + .getPaddingAfter(false, pgu.getCellLM()); + + //Now add the borders to the contentLength + if (tclm.isSeparateBorderModel()) { + len += pgu.getBorders().getBorderBeforeWidth(false); + len += pgu.getBorders().getBorderAfterWidth(false); + } else { + len += pgu.getHalfMaxBeforeBorderWidth(); + len += pgu.getHalfMaxAfterBorderWidth(); + } + int startRow = Math.max(pgu.getStartRow(), firstRow[bodyType]); + Integer storedOffset = (Integer)rowOffsets[bodyType].get(new Integer(startRow)); + int effYOffset; + if (storedOffset != null) { + effYOffset = storedOffset.intValue(); + } else { + effYOffset = yoffset; + } + len -= yoffset - effYOffset; + return len; } private void addAreasForCell(PrimaryGridUnit pgu, int startPos, int endPos, Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java?view=diff&rev=523349&r1=523348&r2=523349 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java Wed Mar 28 07:49:58 2007 @@ -691,7 +691,6 @@ iterateAndPaintPositions(nestedIter, painter); } - painter.notifyEndOfSequence(); this.usedBPD += painter.getAccumulatedBPD(); if (markers != null) { Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java?view=diff&rev=523349&r1=523348&r2=523349 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java Wed Mar 28 07:49:58 2007 @@ -477,7 +477,7 @@ safelySetListItem(gridUnits, colnum - 1, guSpan); if (hasRowSpanningLeft) { pendingRowSpans++; - safelySetListItem(previousRowsSpanningCells, colnum - 1, gu); + safelySetListItem(previousRowsSpanningCells, colnum - 1, guSpan); } horzSpan[j] = guSpan; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 28 14:53:22 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85180 invoked from network); 28 Mar 2007 14:53:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Mar 2007 14:53:20 -0000 Received: (qmail 84876 invoked by uid 500); 28 Mar 2007 14:53:27 -0000 Delivered-To: [email protected] Received: (qmail 84851 invoked by uid 500); 28 Mar 2007 14:53: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84840 invoked by uid 99); 28 Mar 2007 14:53:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 07:53: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; Wed, 28 Mar 2007 07:53:19 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1D4F61A983A; Wed, 28 Mar 2007 07:52:59 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r523353 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java Date: Wed, 28 Mar 2007 14:52:56 -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: vhennebert Date: Wed Mar 28 07:52:55 2007 New Revision: 523353 URL: http://svn.apache.org/viewvc?view=rev&rev=523353 Log: Fix typo in RowPainter property: svn:kewords -> svn:keywords Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java (props changed) Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java ('svn:kewords' removed) Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java ------------------------------------------------------------------------------ svn:keywords = Id --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 28 15:41:32 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4385 invoked from network); 28 Mar 2007 15:41:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Mar 2007 15:41:31 -0000 Received: (qmail 147 invoked by uid 500); 28 Mar 2007 15:41:38 -0000 Delivered-To: [email protected] Received: (qmail 126 invoked by uid 500); 28 Mar 2007 15:41: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 115 invoked by uid 99); 28 Mar 2007 15:41:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 08:41:37 -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, 28 Mar 2007 08:41:29 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A2ADE1A9838; Wed, 28 Mar 2007 08:41:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r523374 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java Date: Wed, 28 Mar 2007 15:41:09 -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: vhennebert Date: Wed Mar 28 08:41:08 2007 New Revision: 523374 URL: http://svn.apache.org/viewvc?view=rev&rev=523374 Log: Replace deprecated addBorders method with the new ones in addAreas Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java?view=diff&rev=523374&r1=523373&r2=523374 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java Wed Mar 28 08:41:08 2007 @@ -352,8 +352,10 @@ if (isSeparateBorderModel()) { if (!emptyCell || getTableCell().showEmptyCells()) { - TraitSetter.addBorders(curBlockArea, - getTableCell().getCommonBorderPaddingBackground(), this); + TraitSetter.addBorders(curBlockArea, getTableCell().getCommonBorderPaddingBackground(), + false, false, false, false, this); + TraitSetter.addPadding(curBlockArea, getTableCell().getCommonBorderPaddingBackground(), + false, false, false, false, this); } } else { boolean[] outer = new boolean[] { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 28 20:28:46 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56770 invoked from network); 28 Mar 2007 20:28:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Mar 2007 20:28:45 -0000 Received: (qmail 85202 invoked by uid 500); 28 Mar 2007 20:28:52 -0000 Delivered-To: [email protected] Received: (qmail 85176 invoked by uid 500); 28 Mar 2007 20:28: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85164 invoked by uid 99); 28 Mar 2007 20:28:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 13:28: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; Wed, 28 Mar 2007 13:28:44 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 555F71A9838; Wed, 28 Mar 2007 13:28:24 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r523452 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/image/JpegImage.java Date: Wed, 28 Mar 2007 20:28:24 -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: jeremias Date: Wed Mar 28 13:28:23 2007 New Revision: 523452 URL: http://svn.apache.org/viewvc?view=rev&rev=523452 Log: Don't log a stacktrace when a JPEG is encountered that has a bad ICC profile and give a nicer warning message. Log the event when a CMYK JPEG with an APPE marker is encountered. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/image/JpegImage.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/image/JpegImage.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/image/JpegImage.java?view=diff&rev=523452&r1=523451&r2=523452 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/image/JpegImage.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/image/JpegImage.java Wed Mar 28 13:28:23 2007 @@ -189,15 +189,20 @@ } try { iccProfile = ICC_Profile.getInstance(iccStream.toByteArray()); - } catch (Exception e) { - log.error("Invalid ICC profile: " + e, e); - return false; + } catch (IllegalArgumentException iae) { + log.warn("An ICC profile is present but it is invalid (" + + iae.getMessage() + "). The color profile will be ignored. (" + + this.getOriginalURI() + ")"); } } else if (this.colorSpace == null) { log.error("ColorSpace not specified for JPEG image"); return false; } if (hasAPPEMarker && this.colorSpace.getType() == ColorSpace.TYPE_CMYK) { + if (log.isDebugEnabled()) { + log.debug("JPEG has an Adobe APPE marker. Note: CMYK Image will be inverted. (" + + this.getOriginalURI() + ")"); + } this.invertImage = true; } return true; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Mar 29 05:18:51 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99644 invoked from network); 29 Mar 2007 05:18:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2007 05:18:50 -0000 Received: (qmail 28445 invoked by uid 500); 29 Mar 2007 05:18:58 -0000 Delivered-To: [email protected] Received: (qmail 28421 invoked by uid 500); 29 Mar 2007 05:18: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28409 invoked by uid 99); 29 Mar 2007 05:18:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 22:18:57 -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, 28 Mar 2007 22:18:50 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9F6371A9838; Wed, 28 Mar 2007 22:18:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r523562 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.93/output.xml Date: Thu, 29 Mar 2007 05:18:29 -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: clay Date: Wed Mar 28 22:18:28 2007 New Revision: 523562 URL: http://svn.apache.org/viewvc?view=rev&rev=523562 Log: minor typo fix Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.93/output.xml Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.93/output.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.93/output.xml?view=diff&rev=523562&r1=523561&r2=523562 ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.93/output.xml (original) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.93/output.xml Wed Mar 28 22:18:28 2007 @@ -662,8 +662,8 @@ <fonts><!-- described elsewhere --></fonts> </renderer>]]></source> <p> - The default value for the "compression" setting is "PackBits" which - which is a widely supported RLE compression scheme for TIFF. The set of compression + The default value for the "compression" setting is "PackBits" which is a + widely supported RLE compression scheme for TIFF. The set of compression names to be used here matches the set that the Image I/O API uses. Note that not all compression schemes may be available during runtime. This depends on the actual codecs being available. Here is a list of possible values: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 30 09:50:01 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82148 invoked from network); 30 Mar 2007 09:50:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Mar 2007 09:50:01 -0000 Received: (qmail 46470 invoked by uid 500); 30 Mar 2007 09:50:08 -0000 Delivered-To: [email protected] Received: (qmail 46430 invoked by uid 500); 30 Mar 2007 09:50: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46407 invoked by uid 99); 30 Mar 2007 09:50:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 02:50:07 -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, 30 Mar 2007 02:49:59 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9909E1A983E; Fri, 30 Mar 2007 02:49:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r524014 - /xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_9.xml Date: Fri, 30 Mar 2007 09:49:39 -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: vhennebert Date: Fri Mar 30 02:49:38 2007 New Revision: 524014 URL: http://svn.apache.org/viewvc?view=rev&rev=524014 Log: Add explicit border-collapse="separate" property in preparation for the implementation of the border-collapsing model Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_9.xml Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_9.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_9.xml?view=diff&rev=524014&r1=524013&r2=524014 ============================================================================== --- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_9.xml (original) +++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_9.xml Fri Mar 30 02:49:38 2007 @@ -49,7 +49,7 @@ </fo:block> </fo:static-content> <fo:flow flow-name="xsl-region-body"> - <fo:table color="black" table-layout="fixed"> + <fo:table color="black" table-layout="fixed" border-collapse="separate"> <fo:table-column number-columns-repeated="2"/> <fo:table-body> <fo:marker marker-class-name="test">body1</fo:marker> @@ -77,7 +77,7 @@ </fo:table-row> </fo:table-body> </fo:table> - <fo:table color="red" table-layout="fixed"> + <fo:table color="red" table-layout="fixed" border-collapse="separate"> <fo:table-column number-columns-repeated="2"/> <fo:table-body> <fo:marker marker-class-name="test">body2</fo:marker> @@ -99,7 +99,7 @@ </fo:table-row> </fo:table-body> </fo:table> - <fo:table color="blue" table-layout="fixed"> + <fo:table color="blue" table-layout="fixed" border-collapse="separate"> <fo:table-column number-columns-repeated="2"/> <fo:table-body> <fo:marker marker-class-name="test">body3</fo:marker> @@ -130,7 +130,7 @@ </fo:table-row> </fo:table-body> </fo:table> - <fo:table table-layout="fixed"> + <fo:table table-layout="fixed" border-collapse="separate"> <fo:table-column number-columns-repeated="2"/> <fo:table-body color="black"> <fo:marker marker-class-name="test">body5</fo:marker> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 30 12:25:44 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31270 invoked from network); 30 Mar 2007 12:25:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Mar 2007 12:25:43 -0000 Received: (qmail 20601 invoked by uid 500); 30 Mar 2007 12:25:51 -0000 Delivered-To: [email protected] Received: (qmail 20584 invoked by uid 500); 30 Mar 2007 12:25: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20573 invoked by uid 99); 30 Mar 2007 12:25:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 05:25:50 -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, 30 Mar 2007 05:25:42 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C83AF1A9838; Fri, 30 Mar 2007 05:25:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r524062 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr: KnuthPossPosIter.java table/RowPainter.java table/TableCellLayoutManager.java Date: Fri, 30 Mar 2007 12:25:21 -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: vhennebert Date: Fri Mar 30 05:25:19 2007 New Revision: 524062 URL: http://svn.apache.org/viewvc?view=rev&rev=524062 Log: - fix the painting of borders for spanning cells in collapsing model - rename gridUnit into primaryGridUnit in TableCellLM for clarity - fix some checkstyle issues Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/KnuthPossPosIter.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/KnuthPossPosIter.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/KnuthPossPosIter.java?view=diff&rev=524062&r1=524061&r2=524062 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/KnuthPossPosIter.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/KnuthPossPosIter.java Fri Mar 30 05:25:19 2007 @@ -28,8 +28,8 @@ /** * Main constructor * @param elementList List of Knuth elements - * @param startPos starting position - * @param endPos ending position + * @param startPos starting position, inclusive + * @param endPos ending position, exclusive */ public KnuthPossPosIter(List elementList, int startPos, int endPos) { super(elementList.listIterator(startPos)); Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java?view=diff&rev=524062&r1=524061&r2=524062 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/RowPainter.java Fri Mar 30 05:25:19 2007 @@ -179,7 +179,8 @@ //row-spanned cell because no GridUnitParts are generated after a cell is //finished with its content. //See table-cell_number-rows-spanned_bug38397.xml - addAreasForCell(primaryGridUnits[i], start[i], end[i], lastRow, partBPD[i], actualRowHeight); + addAreasForCell(primaryGridUnits[i], start[i], end[i], lastRow, partBPD[i], + actualRowHeight); primaryGridUnits[i] = null; start[i] = 0; end[i] = -1; @@ -191,7 +192,8 @@ //A row-spanned cell has finished contributing content on the previous page //and now still has to cause grid units to be painted. //See table-cell_page-break_span.xml - addAreasForCell(currentGU.getPrimary(), start[i], end[i], lastRow, partBPD[i], actualRowHeight); + addAreasForCell(currentGU.getPrimary(), start[i], end[i], lastRow, partBPD[i], + actualRowHeight); start[i] = 0; end[i] = -1; partBPD[i] = 0; @@ -221,11 +223,12 @@ * @param start index of the first element of the cell occuring on the current page * @param end index of the last element of the cell occuring on the current page * @param columnIndex column index of the cell - * @param bodyType {@link TableRowIterator#HEADER}, {@link TableRowIterator#FOOTER}, + * @param bodyType {@link TableRowIterator#HEADER}, {@link TableRowIterator#FOOTER}, or * {@link TableRowIterator#BODY} * @return the cell's height */ - private int computeSpanHeight(PrimaryGridUnit pgu, int start, int end, int columnIndex, int bodyType) { + private int computeSpanHeight(PrimaryGridUnit pgu, int start, int end, int columnIndex, + int bodyType) { if (log.isTraceEnabled()) { log.trace("getting len for " + columnIndex + " " + start + "-" + end); @@ -299,14 +302,33 @@ firstRow[bt] = row.getIndex(); } //Determine the first row in this sequence - int startRow = Math.max(pgu.getStartRow(), firstRow[bt]); + int startRowIndex = Math.max(pgu.getStartRow(), firstRow[bt]); + int lastRowIndex = lastRow.getIndex(); + + // In collapsing-border model, if the cell spans over several columns/rows then + // dedicated areas will be created for each grid unit to hold the corresponding + // borders. For that we need to know the height of each grid unit, that is of each + // grid row spanned over by the cell + int[] spannedGridRowHeights = null; + if (!tclm.getTableLM().getTable().isSeparateBorderModel() && pgu.hasSpanning()) { + spannedGridRowHeights = new int[lastRowIndex - startRowIndex + 1]; + int prevOffset = ((Integer)rowOffsets[bt].get(new Integer(startRowIndex))).intValue(); + for (int i = 0; i < lastRowIndex - startRowIndex; i++) { + int newOffset = ((Integer) rowOffsets[bt].get(new Integer(startRowIndex + i + 1))) + .intValue(); + spannedGridRowHeights[i] = newOffset - prevOffset; + prevOffset = newOffset; + } + spannedGridRowHeights[lastRowIndex - startRowIndex] = rowHeight; + } + //Determine y offset for the cell - Integer offset = (Integer)rowOffsets[bt].get(new Integer(startRow)); + Integer offset = (Integer)rowOffsets[bt].get(new Integer(startRowIndex)); while (offset == null) { //TODO Figure out what this does and when it's triggered //This block is probably never used, at least it's not triggered by any of our tests - startRow--; - offset = (Integer)rowOffsets[bt].get(new Integer(startRow)); + startRowIndex--; + offset = (Integer)rowOffsets[bt].get(new Integer(startRowIndex)); } int effYOffset = offset.intValue(); int effCellHeight = rowHeight; @@ -329,7 +351,8 @@ SpaceResolver.performConditionalsNotification(pgu.getElements(), startPos, endPos, prevBreak); } - cellLM.addAreas(new KnuthPossPosIter(pgu.getElements(), - startPos, endPos + 1), layoutContext); + cellLM.addAreas(new KnuthPossPosIter(pgu.getElements(), startPos, endPos + 1), + layoutContext, spannedGridRowHeights, startRowIndex - pgu.getStartRow(), + lastRowIndex - pgu.getStartRow() + 1); } } Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java?view=diff&rev=524062&r1=524061&r2=524062 ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java Fri Mar 30 05:25:19 2007 @@ -16,13 +16,14 @@ */ /* $Id$ */ - + package org.apache.fop.layoutmgr.table; import java.util.LinkedList; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; +import org.apache.fop.datatypes.PercentBaseContext; import org.apache.fop.fo.FONode; import org.apache.fop.fo.flow.Table; import org.apache.fop.fo.flow.TableCell; @@ -48,20 +49,20 @@ * LayoutManager for a table-cell FO. * A cell contains blocks. These blocks fill the cell. */ -public class TableCellLayoutManager extends BlockStackingLayoutManager +public class TableCellLayoutManager extends BlockStackingLayoutManager implements BlockLevelLayoutManager { /** * logging instance */ private static Log log = LogFactory.getLog(TableCellLayoutManager.class); - - private PrimaryGridUnit gridUnit; - + + private PrimaryGridUnit primaryGridUnit; + private Block curBlockArea; private int inRowIPDOffset; - + private int xoffset; private int yoffset; private int cellIPD; @@ -75,23 +76,23 @@ /** * Create a new Cell layout manager. * @param node table-cell FO for which to create the LM - * @param pgu primary grid unit for the cell + * @param pgu primary grid unit for the cell */ public TableCellLayoutManager(TableCell node, PrimaryGridUnit pgu) { super(node); fobj = node; - this.gridUnit = pgu; + this.primaryGridUnit = pgu; } /** @return the table-cell FO */ public TableCell getTableCell() { return (TableCell)this.fobj; } - + private boolean isSeparateBorderModel() { return getTable().isSeparateBorderModel(); } - + /** @see org.apache.fop.layoutmgr.LayoutManager#initialize() */ public void initialize() { borderAndPaddingBPD = 0; @@ -107,7 +108,7 @@ borderAndPaddingBPD += getTableCell().getCommonBorderPaddingBackground() .getPaddingAfter(false, this); } - + /** * @return the table owning this cell */ @@ -118,12 +119,12 @@ } return (Table)node; } - + /** @see org.apache.fop.layoutmgr.BlockStackingLayoutManager#getIPIndents() */ protected int getIPIndents() { int iIndents = 0; - int[] startEndBorderWidths = gridUnit.getStartEndBorderWidths(); + int[] startEndBorderWidths = primaryGridUnit.getStartEndBorderWidths(); startBorderWidth += startEndBorderWidths[0]; endBorderWidth += startEndBorderWidths[1]; iIndents += startBorderWidth; @@ -135,14 +136,14 @@ iIndents += getTableCell().getCommonBorderPaddingBackground().getPaddingEnd(false, this); return iIndents; } - + /** * @see org.apache.fop.layoutmgr.LayoutManager */ public LinkedList getNextKnuthElements(LayoutContext context, int alignment) { MinOptMax stackLimit = new MinOptMax(context.getStackLimit()); - referenceIPD = context.getRefIPD(); + referenceIPD = context.getRefIPD(); cellIPD = referenceIPD; cellIPD -= getIPIndents(); if (isSeparateBorderModel()) { @@ -173,7 +174,7 @@ context.setFlags(LayoutContext.KEEP_WITH_PREVIOUS_PENDING); childLC.setFlags(LayoutContext.KEEP_WITH_PREVIOUS_PENDING, false); } - + if (returnedList.size() == 1 && ((ListElement)returnedList.getFirst()).isForcedBreak()) { // a descendant of this block has break-before @@ -193,13 +194,13 @@ //Space resolution SpaceResolver.resolveElementList(returnList); - + return returnList; } else { if (prevLM != null) { // there is a block handled by prevLM // before the one handled by curLM - if (mustKeepTogether() + if (mustKeepTogether() || context.isKeepWithNextPending() || childLC.isKeepWithPreviousPending()) { //Clear keep pending flag @@ -242,7 +243,7 @@ //Space resolution SpaceResolver.resolveElementList(returnList); - + return returnList; } } @@ -256,16 +257,16 @@ returnedList = new LinkedList(); wrapPositionElements(contentList, returnList); - + //Space resolution SpaceResolver.resolveElementList(returnList); - + getPSLM().notifyEndOfLayout(((TableCell)getFObj()).getId()); - + setFinished(true); return returnList; } - + /** * Set the y offset of this cell. * This offset is used to set the absolute position of the cell. @@ -294,7 +295,7 @@ public void setInRowIPDOffset(int off) { this.inRowIPDOffset = off; } - + /** * Set the content height for this cell. This method is used during * addAreas() stage. @@ -304,7 +305,7 @@ public void setContentHeight(int h) { usedBPD = h; } - + /** * Set the row height that contains this cell. This method is used during * addAreas() stage. @@ -328,24 +329,36 @@ } else { bpd -= gu.getPrimary().getHalfMaxBorderWidth(); } - CommonBorderPaddingBackground cbpb - = gu.getCell().getCommonBorderPaddingBackground(); + CommonBorderPaddingBackground cbpb + = gu.getCell().getCommonBorderPaddingBackground(); bpd -= cbpb.getPaddingBefore(false, this); bpd -= cbpb.getPaddingAfter(false, this); bpd -= 2 * ((TableLayoutManager)getParent()).getHalfBorderSeparationBPD(); return bpd; } - + /** - * Add the areas for the break points. - * The cell contains block stacking layout managers - * that add block areas. - * + * Add the areas for the break points. The cell contains block stacking layout + * managers that add block areas. + * + * <p>In the collapsing-border model, the borders of a cell that spans over several + * rows or columns are drawn separately for each grid unit. Therefore we must know the + * height of each grid row spanned over by the cell. Also, if the cell is broken over + * two pages we must know which spanned grid rows are present on the current page.</p> + * * @param parentIter the iterator of the break positions * @param layoutContext the layout context for adding the areas + * @param spannedGridRowHeights in collapsing-border model for a spanning cell, height + * of each spanned grid row + * @param startRow first grid row on the current page spanned over by the cell, + * inclusive + * @param endRow last grid row on the current page spanned over by the cell, exclusive */ public void addAreas(PositionIterator parentIter, - LayoutContext layoutContext) { + LayoutContext layoutContext, + int[] spannedGridRowHeights, + int startRow, + int endRow) { getParentArea(null); getPSLM().addIDToPage(getTableCell().getId()); @@ -358,68 +371,65 @@ false, false, false, false, this); } } else { - boolean[] outer = new boolean[] { - gridUnit.getFlag(GridUnit.FIRST_IN_TABLE), - gridUnit.getFlag(GridUnit.LAST_IN_TABLE), - gridUnit.getFlag(GridUnit.IN_FIRST_COLUMN), - gridUnit.getFlag(GridUnit.IN_LAST_COLUMN)}; - if (!gridUnit.hasSpanning()) { + if (!primaryGridUnit.hasSpanning()) { //Can set the borders directly if there's no span - TraitSetter.addCollapsingBorders(curBlockArea, - gridUnit.getBorders(), outer, this); + boolean[] outer = new boolean[] { + primaryGridUnit.getFlag(GridUnit.FIRST_IN_TABLE), + primaryGridUnit.getFlag(GridUnit.LAST_IN_TABLE), + primaryGridUnit.getFlag(GridUnit.IN_FIRST_COLUMN), + primaryGridUnit.getFlag(GridUnit.IN_LAST_COLUMN)}; + TraitSetter.addCollapsingBorders(curBlockArea, + primaryGridUnit.getBorders(), outer, this); } else { + boolean[] outer = new boolean[4]; int dy = yoffset; - for (int y = 0; y < gridUnit.getRows().size(); y++) { - GridUnit[] gridUnits = (GridUnit[])gridUnit.getRows().get(y); + for (int y = startRow; y < endRow; y++) { + GridUnit[] gridUnits = (GridUnit[])primaryGridUnit.getRows().get(y); int dx = xoffset; - int lastRowHeight = 0; for (int x = 0; x < gridUnits.length; x++) { GridUnit gu = gridUnits[x]; if (!gu.hasBorders()) { continue; } - + //Blocks for painting grid unit borders Block block = new Block(); block.addTrait(Trait.IS_REFERENCE_AREA, Boolean.TRUE); block.setPositioning(Block.ABSOLUTE); - int bpd = getContentHeight(gu); - if (isSeparateBorderModel()) { - bpd += (gu.getBorders().getBorderBeforeWidth(false)); - bpd += (gu.getBorders().getBorderAfterWidth(false)); - } else { - bpd += gridUnit.getHalfMaxBeforeBorderWidth() - - (gu.getBorders().getBorderBeforeWidth(false) / 2); - bpd += gridUnit.getHalfMaxAfterBorderWidth() - - (gu.getBorders().getBorderAfterWidth(false) / 2); - } + int bpd = spannedGridRowHeights[y - startRow]; + bpd -= gu.getBorders().getBorderBeforeWidth(false) / 2; + bpd -= gu.getBorders().getBorderAfterWidth(false) / 2; block.setBPD(bpd); - lastRowHeight = rowHeight; - int ipd = gu.getColumn().getColumnWidth().getValue(this); - int borderStartWidth = gu.getBorders().getBorderStartWidth(false) / 2; + if (log.isTraceEnabled()) { + log.trace("pgu: " + primaryGridUnit + "; gu: " + gu + "; yoffset: " + + (dy - gu.getBorders().getBorderBeforeWidth(false) / 2) + + "; bpd: " + bpd); + } + int ipd = gu.getColumn().getColumnWidth().getValue( + (PercentBaseContext) getParent()); + int borderStartWidth = gu.getBorders().getBorderStartWidth(false) / 2; ipd -= borderStartWidth; ipd -= gu.getBorders().getBorderEndWidth(false) / 2; block.setIPD(ipd); block.setXOffset(dx + borderStartWidth); - int halfCollapsingBorderHeight = 0; - if (!isSeparateBorderModel()) { - halfCollapsingBorderHeight - += gu.getBorders().getBorderBeforeWidth(false) / 2; - } - block.setYOffset(dy - halfCollapsingBorderHeight); + block.setYOffset(dy - gu.getBorders().getBorderBeforeWidth(false) / 2); + outer[0] = gu.getFlag(GridUnit.FIRST_IN_TABLE); + outer[1] = gu.getFlag(GridUnit.LAST_IN_TABLE); + outer[2] = gu.getFlag(GridUnit.IN_FIRST_COLUMN); + outer[3] = gu.getFlag(GridUnit.IN_LAST_COLUMN); TraitSetter.addCollapsingBorders(block, gu.getBorders(), outer, this); parentLM.addChildArea(block); - dx += gu.getColumn().getColumnWidth().getValue(this); + dx += gu.getColumn().getColumnWidth().getValue( + (PercentBaseContext) getParent()); } - dy += lastRowHeight; + dy += spannedGridRowHeights[y - startRow]; } - log.warn("TODO Add collapsed border painting for spanned cells"); } } //Handle display-align - int contentBPD = getContentHeight(gridUnit); + int contentBPD = getContentHeight(primaryGridUnit); if (usedBPD < contentBPD) { if (getTableCell().getDisplayAlign() == EN_CENTER) { Block space = new Block(); @@ -433,7 +443,7 @@ } AreaAdditionUtil.addAreas(this, parentIter, layoutContext); - + curBlockArea.setBPD(contentBPD); // Add background after we know the BPD @@ -448,7 +458,7 @@ getTableCell().getCommonBorderPaddingBackground(), this); } - + flush(); curBlockArea = null; @@ -473,8 +483,7 @@ curBlockArea.addTrait(Trait.IS_REFERENCE_AREA, Boolean.TRUE); TraitSetter.setProducerID(curBlockArea, getTableCell().getId()); curBlockArea.setPositioning(Block.ABSOLUTE); - int indent = 0; - indent += startBorderWidth; + int indent = startBorderWidth; if (!isSeparateBorderModel()) { indent /= 2; } @@ -483,18 +492,18 @@ // set position int borderAdjust = 0; if (!isSeparateBorderModel()) { - if (gridUnit.hasSpanning()) { - borderAdjust -= gridUnit.getHalfMaxBeforeBorderWidth(); + if (primaryGridUnit.hasSpanning()) { + borderAdjust -= primaryGridUnit.getHalfMaxBeforeBorderWidth(); } else { - borderAdjust += gridUnit.getHalfMaxBeforeBorderWidth(); + borderAdjust += primaryGridUnit.getHalfMaxBeforeBorderWidth(); } } else { - //borderAdjust += gridUnit.getBorders().getBorderBeforeWidth(false); + //borderAdjust += primaryGridUnit.getBorders().getBorderBeforeWidth(false); } TableLayoutManager tableLM = (TableLayoutManager)getParent(); - curBlockArea.setXOffset(xoffset + inRowIPDOffset + curBlockArea.setXOffset(xoffset + inRowIPDOffset + tableLM.getHalfBorderSeparationIPD() + indent); - curBlockArea.setYOffset(yoffset - borderAdjust + curBlockArea.setYOffset(yoffset - borderAdjust + tableLM.getHalfBorderSeparationBPD()); curBlockArea.setIPD(cellIPD); //curBlockArea.setHeight(); @@ -550,8 +559,8 @@ public boolean mustKeepTogether() { //TODO Keeps will have to be more sophisticated sooner or later boolean keep = ((BlockLevelLayoutManager)getParent()).mustKeepTogether(); - if (gridUnit.getRow() != null) { - keep |= gridUnit.getRow().mustKeepTogether(); + if (primaryGridUnit.getRow() != null) { + keep |= primaryGridUnit.getRow().mustKeepTogether(); } return keep; } @@ -577,9 +586,9 @@ || !fobj.getKeepWithNext().getWithinColumn().isAuto(); */ } - + // --------- Property Resolution related functions --------- // - + /** * Returns the IPD of the content area * @return the IPD of the content area @@ -587,7 +596,7 @@ public int getContentAreaIPD() { return cellIPD; } - + /** * Returns the BPD of the content area * @return the BPD of the content area @@ -600,14 +609,14 @@ return -1; } } - + /** * @see org.apache.fop.layoutmgr.LayoutManager#getGeneratesReferenceArea */ public boolean getGeneratesReferenceArea() { return true; } - + /** * @see org.apache.fop.layoutmgr.LayoutManager#getGeneratesBlockArea */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Wed Jul 01 09:12:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42984 invoked from network); 1 Jul 2009 09:12:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jul 2009 09:12:17 -0000 Received: (qmail 9928 invoked by uid 500); 1 Jul 2009 09:12:28 -0000 Delivered-To: [email protected] Received: (qmail 9895 invoked by uid 500); 1 Jul 2009 09:12:27 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 9882 invoked by uid 99); 1 Jul 2009 09:12:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 09:12:27 +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 omr16.networksolutionsemail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 09:12:16 +0000 Received: from mail.networksolutionsemail.com (ns-omr16.mgt.hosting.dc2.netsol.com [161.129.204.104]) by omr16.networksolutionsemail.com (8.13.6/8.13.6) with SMTP id n619Bqj0026477 for <[email protected]>; Wed, 1 Jul 2009 05:11:53 -0400 Received: (qmail 3223 invoked by uid 78); 1 Jul 2009 09:11:52 -0000 Received: from unknown (HELO oletop) ([email protected]@161.129.204.104) by ns-omr16.lb.hosting.dc2.netsol.com with SMTP; 1 Jul 2009 09:11:52 -0000 From: "Ole Lensmar" <[email protected]> To: <[email protected]> Subject: xmlbeans chokes on invalid xml Date: Wed, 1 Jul 2009 11:11:50 +0200 Message-ID: <006101c9fa2b$f8d75890$ea8609b0$@com> MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_0062_01C9FA3C.BC602890" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acn6HI3jVPS3NSHyTLWpWa+9fB5vIw== Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0062_01C9FA3C.BC602890 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0063_01C9FA3C.BC602890" ------=_NextPart_001_0063_01C9FA3C.BC602890 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi! I have the following (invalid) xml: <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Body xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Fault xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Code xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Value xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">soapenv:Receiver</so apenv:Value></soapenv:Code><soapenv:Reason xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Text xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns="http://www.w3.org/XML/1998/namespace" xml:lang="en-US">For input string: "1XXXXBAD"</soapenv:Text></soapenv:Reason><soapenv:Detail xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"></soapenv:Detail></s oapenv:Fault></soapenv:Body></soapenv:Envelope> (there is an invalid xmlns="http://www.w3.org/XML/1998/namespace" in there). When trying to parse this xmlbeans does ok, but when doing xmlText() on the created XmlObject it goes into an endless loop somehow.. A JUnit TestCase that hangs is as follows: package com.eviware.soapui.support.xml; import junit.framework.TestCase; import org.apache.xmlbeans.XmlObject; public class XmlBeansTestCase extends TestCase { public void testXml() throws Exception { String xml = "<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">" + "<soapenv:Body xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">" + "<soapenv:Fault xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">" + "<soapenv:Code xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">" + "<soapenv:Value xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">soapenv:Receiver</ soapenv:Value>" + "</soapenv:Code><soapenv:Reason xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">" + "<soapenv:Text xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\" xmlns=\"http://www.w3.org/XML/1998/namespace\" " + "xml:lang=\"en-US\">For input string: \"1XXXXBAD\"</soapenv:Text></soapenv:Reason>" + "<soapenv:Detail xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\"></soapenv:Detail>" + "</soapenv:Fault></soapenv:Body></soapenv:Envelope>"; XmlObject xmlObject = XmlObject.Factory.parse( xml ); xmlObject.xmlText(); } } (confirmed in 2.4.0 and HEAD) Although the XML is invalid, it would be nice if there was either an exception thrown or something else that doesn't choke the program.. Or am I misunderstanding something!? Thanks for any help! Regards, /Ole Eviware.com eviware Ole Lensmar [email protected] <mailto:[email protected]> tel: 973.359.9326 fax: 973.359.9326 ------=_NextPart_001_0063_01C9FA3C.BC602890 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:x=3D"urn:schemas-microsoft-com:office:excel" = xmlns:p=3D"urn:schemas-microsoft-com:office:powerpoint" = xmlns:a=3D"urn:schemas-microsoft-com:office:access" = xmlns:dt=3D"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" = xmlns:s=3D"uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" = xmlns:rs=3D"urn:schemas-microsoft-com:rowset" xmlns:z=3D"#RowsetSchema" = xmlns:b=3D"urn:schemas-microsoft-com:office:publisher" = xmlns:ss=3D"urn:schemas-microsoft-com:office:spreadsheet" = xmlns:c=3D"urn:schemas-microsoft-com:office:component:spreadsheet" = xmlns:odc=3D"urn:schemas-microsoft-com:office:odc" = xmlns:oa=3D"urn:schemas-microsoft-com:office:activation" = xmlns:html=3D"http://www.w3.org/TR/REC-html40" = xmlns:q=3D"http://schemas.xmlsoap.org/soap/envelope/" = xmlns:rtc=3D"http://microsoft.com/officenet/conferencing" = xmlns:D=3D"DAV:" xmlns:Repl=3D"http://schemas.microsoft.com/repl/" = xmlns:mt=3D"http://schemas.microsoft.com/sharepoint/soap/meetings/" = xmlns:x2=3D"http://schemas.microsoft.com/office/excel/2003/xml" = xmlns:ppda=3D"http://www.passport.com/NameSpace.xsd" = xmlns:ois=3D"http://schemas.microsoft.com/sharepoint/soap/ois/" = xmlns:dir=3D"http://schemas.microsoft.com/sharepoint/soap/directory/" = xmlns:ds=3D"http://www.w3.org/2000/09/xmldsig#" = xmlns:dsp=3D"http://schemas.microsoft.com/sharepoint/dsp" = xmlns:udc=3D"http://schemas.microsoft.com/data/udc" = xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema" = xmlns:sub=3D"http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/"= xmlns:ec=3D"http://www.w3.org/2001/04/xmlenc#" = xmlns:sp=3D"http://schemas.microsoft.com/sharepoint/" = xmlns:sps=3D"http://schemas.microsoft.com/sharepoint/soap/" = xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" = xmlns:udcs=3D"http://schemas.microsoft.com/data/udc/soap" = xmlns:udcxf=3D"http://schemas.microsoft.com/data/udc/xmlfile" = xmlns:udcp2p=3D"http://schemas.microsoft.com/data/udc/parttopart" = xmlns:wf=3D"http://schemas.microsoft.com/sharepoint/soap/workflow/" = xmlns:dsss=3D"http://schemas.microsoft.com/office/2006/digsig-setup" = xmlns:dssi=3D"http://schemas.microsoft.com/office/2006/digsig" = xmlns:mdssi=3D"http://schemas.openxmlformats.org/package/2006/digital-sig= nature" = xmlns:mver=3D"http://schemas.openxmlformats.org/markup-compatibility/2006= " xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" = xmlns:mrels=3D"http://schemas.openxmlformats.org/package/2006/relationshi= ps" xmlns:spwp=3D"http://microsoft.com/sharepoint/webpartpages" = xmlns:ex12t=3D"http://schemas.microsoft.com/exchange/services/2006/types"= = xmlns:ex12m=3D"http://schemas.microsoft.com/exchange/services/2006/messag= es" = xmlns:pptsl=3D"http://schemas.microsoft.com/sharepoint/soap/SlideLibrary/= " = xmlns:spsl=3D"http://microsoft.com/webservices/SharePointPortalServer/Pub= lishedLinksService" xmlns:Z=3D"urn:schemas-microsoft-com:" = xmlns:st=3D"&#1;" 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 12 (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:SimSun; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:SimSun; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} @font-face {font-family:"\@SimSun"; panose-1:2 1 6 0 3 1 1 1 1 1;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri","sans-serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {mso-style-priority:99; mso-style-link:"Balloon Text Char"; margin:0in; margin-bottom:.0001pt; font-size:8.0pt; font-family:"Tahoma","sans-serif";} span.BalloonTextChar {mso-style-name:"Balloon Text Char"; mso-style-priority:99; mso-style-link:"Balloon Text"; font-family:"Tahoma","sans-serif";} span.EmailStyle19 {mso-style-type:personal-compose; font-family:"Calibri","sans-serif"; color:windowtext;} .MsoChpDefault {mso-style-type:export-only; font-size:10.0pt;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"3074" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal style=3D'margin-bottom:12.0pt'>Hi!<o:p></o:p></p> <p class=3DMsoNormal>I have the following (invalid) xml:<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>&lt;?xml version=3D'1.0' encoding=3D'UTF-8'?&gt;&lt;soapenv:Envelope xmlns:soapenv=3D&quot;<a href=3D"http://www.w3.org/2003/05/soap-envelope" = target=3D"_blank">http://www.w3.org/2003/05/soap-envelope</a>&quot;&gt;&l= t;soapenv:Body xmlns:soapenv=3D&quot;<a = href=3D"http://www.w3.org/2003/05/soap-envelope" target=3D"_blank">http://www.w3.org/2003/05/soap-envelope</a>&quot;&gt;&l= t;soapenv:Fault xmlns:soapenv=3D&quot;<a = href=3D"http://www.w3.org/2003/05/soap-envelope" target=3D"_blank">http://www.w3.org/2003/05/soap-envelope</a>&quot;&gt;&l= t;soapenv:Code xmlns:soapenv=3D&quot;<a = href=3D"http://www.w3.org/2003/05/soap-envelope" target=3D"_blank">http://www.w3.org/2003/05/soap-envelope</a>&quot;&gt;&l= t;soapenv:Value xmlns:soapenv=3D&quot;<a = href=3D"http://www.w3.org/2003/05/soap-envelope" target=3D"_blank">http://www.w3.org/2003/05/soap-envelope</a>&quot;&gt;so= apenv:Receiver&lt;/soapenv:Value&gt;&lt;/soapenv:Code&gt;&lt;soapenv:Reas= on xmlns:soapenv=3D&quot;<a = href=3D"http://www.w3.org/2003/05/soap-envelope" target=3D"_blank">http://www.w3.org/2003/05/soap-envelope</a>&quot;&gt;&l= t;soapenv:Text xmlns:soapenv=3D&quot;<a = href=3D"http://www.w3.org/2003/05/soap-envelope" target=3D"_blank">http://www.w3.org/2003/05/soap-envelope</a>&quot; = xmlns=3D&quot;<a href=3D"http://www.w3.org/XML/1998/namespace" = target=3D"_blank">http://www.w3.org/XML/1998/namespace</a>&quot; xml:lang=3D&quot;en-US&quot;&gt;For input string: &quot;1XXXXBAD&quot;&lt;/soapenv:Text&gt;&lt;/soapenv:Reason&gt;&lt;soape= nv:Detail xmlns:soapenv=3D&quot;<a = href=3D"http://www.w3.org/2003/05/soap-envelope" target=3D"_blank">http://www.w3.org/2003/05/soap-envelope</a>&quot;&gt;&l= t;/soapenv:Detail&gt;&lt;/soapenv:Fault&gt;&lt;/soapenv:Body&gt;&lt;/soap= env:Envelope&gt;<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>(there is an invalid xmlns=3D&quot;<a href=3D"http://www.w3.org/XML/1998/namespace" = target=3D"_blank">http://www.w3.org/XML/1998/namespace</a>&quot; in there).<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>When trying to parse this xmlbeans does ok, but = when doing xmlText() on the created XmlObject it goes into an endless loop = somehow.. <o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>A JUnit TestCase that hangs is as = follows:<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'><b><span = style=3D'font-size:8.0pt; font-family:"Courier New";color:#7F0055'>package</span></b><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> com.eviware.soapui.support.xml;</span><span = style=3D'font-size:8.0pt;font-family: "Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><b><span = style=3D'font-size:8.0pt; font-family:"Courier New";color:#7F0055'>import</span></b><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> junit.framework.TestCase;</span><span = style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><b><span = style=3D'font-size:8.0pt; font-family:"Courier New";color:#7F0055'>import</span></b><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> org.apache.xmlbeans.XmlObject;</span><span = style=3D'font-size:8.0pt;font-family: "Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><b><span = style=3D'font-size:8.0pt; font-family:"Courier New";color:#7F0055'>public</span></b><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = </span><b><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#7F0055'>class</span></b><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = XmlBeansTestCase </span><b><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#7F0055'>extends</span></b><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = TestCase</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier New";color:black'>{</span><span = style=3D'font-size:8.0pt; font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><b><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#7F0055'>public</span></b><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = </span><b><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#7F0055'>void</span></b><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = testXml() </span><b><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#7F0055'>throws</span></b><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = Exception</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp; String xml =3D </span><span = style=3D'font-size:8.0pt;font-family:"Courier New"; color:#2A00FF'>&quot;&lt;?xml version=3D'1.0' encoding=3D'UTF-8'?&gt;&lt;soapenv:Envelope xmlns:soapenv=3D\&quot;http://www.w3.org/2003/05/soap-envelope\&quot;&gt;= &quot;</span><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = +</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&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; </span><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#2A00FF'>&quot;&lt;soapenv:Body xmlns:soapenv=3D\&quot;http://www.w3.org/2003/05/soap-envelope\&quot;&gt;= &quot;</span><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = +</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&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; </span><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#2A00FF'>&quot;&lt;soapenv:Fault xmlns:soapenv=3D\&quot;http://www.w3.org/2003/05/soap-envelope\&quot;&gt;= &quot;</span><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = +</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&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; </span><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#2A00FF'>&quot;&lt;soapenv:Code xmlns:soapenv=3D\&quot;http://www.w3.org/2003/05/soap-envelope\&quot;&gt;= &quot;</span><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = +</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&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; </span><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#2A00FF'>&quot;&lt;soapenv:Value xmlns:soapenv=3D\&quot;http://www.w3.org/2003/05/soap-envelope\&quot;&gt;= soapenv:Receiver&lt;/soapenv:Value&gt;&quot;</span><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = +</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&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; </span><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#2A00FF'>&quot;&lt;/soapenv:Code&gt;&lt;soapenv:Reason xmlns:soapenv=3D\&quot;http://www.w3.org/2003/05/soap-envelope\&quot;&gt;= &quot;</span><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = +</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&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; </span><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#2A00FF'>&quot;&lt;soapenv:Text xmlns:soapenv=3D\&quot;http://www.w3.org/2003/05/soap-envelope\&quot; xmlns=3D\&quot;http://www.w3.org/XML/1998/namespace\&quot; = &quot;</span><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = +</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&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; </span><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#2A00FF'>&quot;xml:lang=3D\&quot;en-US\&quot;&gt;For input string: = \&quot;1XXXXBAD\&quot;&lt;/soapenv:Text&gt;&lt;/soapenv:Reason&gt;&quot;<= /span><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = +</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&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; </span><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#2A00FF'>&quot;&lt;soapenv:Detail xmlns:soapenv=3D\&quot;http://www.w3.org/2003/05/soap-envelope\&quot;&gt;= &lt;/soapenv:Detail&gt;&quot;</span><span style=3D'font-size:8.0pt;font-family:"Courier New";color:black'> = +</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&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; </span><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:#2A00FF'>&quot;&lt;/soapenv:Fault&gt;&lt;/soapenv:Body&gt;&lt;= /soapenv:Envelope&gt;&quot;</span><span style=3D'font-size:8.0pt;font-family:"Courier = New";color:black'>;</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp; XmlObject xmlObject =3D XmlObject.Factory.<i>parse</i>( xml = );</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp; xmlObject.xmlText();</span><span = style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier = New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</span><span style=3D'font-size:8.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span = style=3D'font-size:8.0pt; font-family:"Courier New";color:black'>}</span><span = style=3D'font-size:8.0pt; font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>(confirmed in 2.4.0 and HEAD)<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>Although the XML is invalid, it would be nice if = there was either an exception thrown or something else that doesn&#8217;t choke = the program.. <o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>Or am I misunderstanding something!?<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>Thanks for any help!<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>Regards,<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>/Ole<o:p></o:p></p> <p class=3DMsoNormal>Eviware.com<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <table class=3DMsoNormalTable border=3D0 cellpadding=3D0> <tr> <td style=3D'padding:.75pt .75pt .75pt .75pt'> <p class=3DMsoNormal><span = style=3D'font-size:12.0pt;font-family:"Times New Roman","serif"'><img border=3D0 width=3D177 height=3D67 id=3D"Picture_x0020_1" src=3D"cid:[email protected]" alt=3Deviware></span><span style=3D'font-size:12.0pt;font-family:"Times New = Roman","serif"'>&nbsp;<o:p></o:p></span></p> </td> <td width=3D171 style=3D'width:128.35pt;padding:.75pt .75pt .75pt = .75pt'> <p class=3DMsoNormal = style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b><span style=3D'font-size:9.0pt;font-family:"Arial","sans-serif"'>&nbsp;Ole = Lensmar<br> </span></b><i><span = style=3D'font-size:9.0pt;font-family:"Arial","sans-serif"'>&nbsp;<a href=3D"mailto:[email protected]">[email protected]</a><br> </span></i><span = style=3D'font-size:9.0pt;font-family:"Arial","sans-serif"'>&nbsp;tel: 973.359.9326<br> &nbsp;fax: 973.359.9326<o:p></o:p></span></p> </td> </tr> <tr> <td style=3D'padding:.75pt .75pt .75pt .75pt'></td> <td width=3D171 style=3D'width:128.35pt;padding:.75pt .75pt .75pt = .75pt'></td> </tr> <tr> <td style=3D'padding:.75pt .75pt .75pt .75pt'></td> <td width=3D171 style=3D'width:128.35pt;padding:.75pt .75pt .75pt = .75pt'></td> </tr> </table> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> </div> </body> </html> ------=_NextPart_001_0063_01C9FA3C.BC602890-- ------=_NextPart_000_0062_01C9FA3C.BC602890 Content-Type: image/gif; name="image001.gif" Content-Transfer-Encoding: base64 Content-ID: <[email protected]> R0lGODlhsQBDAPf/AAt9Pbq6u+vvldPo3OztcCmOPpubnCmyS8fo0rGxsoKDgwt0OlxdX3p6fCiq SA+EP83eJ+Hh4qXKtSKWQmBhY9bW1tDibsLCwhaURBigR/Dw8MXFxp7Sa8jJyez13HWtivv98/X3 y/DuVw9sN6CgojekRFhYWqmpqa3SR5vMS35/gGxtb5GSk0RERYWFh9ra2+vq64yNjnBxc/L69G5v cR13RKampzQ0NWTDguTk5NHS0q2trsLdzlBQUYiJinR1d6+vsB6cRRGJQZSVlp6eoHZ3eObm5xN0 OY+QkmpqbLS0tXjEPdjY2HN0d15fYPH3887Pz2a/QlNTVP////7+/vz8/P39/fv7+/X19ff39/n5 +fLy8u/v7+zs7GZnaWNkZkhISujo6GhpbDo6O1NUVigoKU5OUOTj5GprbhQUFba2t+/v8Pb29hOO QkG2SUW3SUi3SEu4SE64SFC5R/r6+uHjJDm0StrhKBeaRT21SdTfLc3cMN/f4FO5R+3t7TW0SvT0 9MXZMb3WNfj4+DCzSrTTOP/+/h2mSKzQOqPNPL+/wPf3+OXl5vb29+fn6G9wctPT1JnKPvPz8x6r Sunp6o/HQKenqPHy8uvs7CQkJPX19uPj5OfmIIXEQausrv39/o6PkfT09e3s7XnBQ+7u7vr5+unp 6XFydNnZ2tfX2KOjpC1+UJ7csfv7/Pz8/fHx8Ze/qPv6+/T19ezs7TyIXfz9/fX29uLt59vb27/A wbXRwXfCUPPz9Pf79P3+/vn75sjIyb3goWu1iUuRabKys8/P0MPbXeT16R+OTN/g4F+1fyywVbPX Lfz7/PLx8peYmTGcWvr6+8fHx/7+//X09bnbe/n5+trpnNbquOrzzsnbP+3t7vn4+dfhOaXQt2Ji ZDSfQ4HHO128RDWrXrjfovLy8/Py8uvoHnPKjnzGlzqxSN3d3srKy0KsaEOxalCuc7S0tqqqq43S pJDYpZOTlFS5R5TMNp3PNIqLjIuMjY3ITaSkpabSMWmjgnh4ev///yH5BAEAAP8ALAAAAACxAEMA AAj/AP8JHEiw4EAJwyQYXMiwocOHECNKnEixosWKt2qMGEHr1sWPIEOKHEmy4oeNG2sMKMmypcuX LzWiHFFDIcybOHPqFKhr5sYFC2zuHEq06MR+PkcABeDNqNOnUFclXcoUqtWrNwckVboAAIAHK7GK HQsS1laqD5CFJcu2rcMPBeLGPcLV6wMh0Ga43cs3BIEoc+bIgfPGTYkHXb8KafPOLaMLagJAysL3 KggCdTj1ERyHsJs8dibYXYwhHdksQ2SoVt0AUuWnIbrdqRNos5zOhUH/CaK4DQY8CMYGWE18yGuj Avbomc3PNu7Pdv4QCnLXN55xerGmJq7a+PGdICwE/1I++55zz7oJHRBCGk8GeWLpPZpP/1Gu7zpB GBM0fnmdcOflFp16QbSXwSHHYKWDPzQ02CAQ+OXkAQqF8EdeHUsECJ10hExi4CHoiNUILrnkgss2 EeI0ISIV9jdbhpyhN+ABB7Rh3YHLZOdQDmqw4MMKK7BggCJ+EISLGkgiqUgjBHWQ5JL/+KFIkmp0 UJAfVCJZ5EA6ZAmlQI1MiaSVA+GyDwtFsKBGI2FmuaVBWLKgApAsqPlmlIoYwAKQKrCwAy4LeZBC Iixa6F8UGqZHIwY3HjJJcA3lgAQalFZqKRJF+mFppSoMNKmlquTQxKZoeELQqJs2wYZAnpCKhioC sf+BaqXA/NPIM6Q28amlTdzJqquVPvMPG60Ci4YKLxAkaCSEtnhhPYnOeACjvx04CSsNbXKKGNx2 6y23p2zywrfdbvLPuN+CEg+5YoBCELti6BAlvKcIpAS58LDhArzwJksQCfxyC4q+AXcrjUC9cFAJ s4W6WIc40UpHo43VOjoPQ2zI4MXGHHfccQNseMzxwTGIjErJIgs7kMYiK/EPCSJzvEnGHsvABswx 5+zFqgOhojPHfqD8M8eo/MNBJws3a+iLEau3XqPXMkTEF1RXTXU+K1hNdTEKaE31CVB4TcQ/RXj9 BTEEDWE2Pl2YXfUGxHgdwCZun9C12QWp7TbVxDD/4bYCZWtNBDmjIM2ws/7BeJuMHGbw4aMMJUHB 5JRTkMA/CVQ+eQIBaD65Ck1ojsaqnk++AUGdl25A6ZSz4PkP/9hQug+Yz14Q6waoQEGnq3tOOxO+ 71J40g1faE/TNT6uI0EwMOD889BH7/wFEUhvPQMX/FO99akQtP314HP/TwPW7/CPC9Yjwfz13acS wfnhS4+E8IYr7TAETR9SXcU4MFSBCQAMoAAHCEAY/GMFBCSgAgTyvwTCoIEm+Mc3EkjBCuZDIBRU A9kS6Al2BBCCA8QCQSpIwQv0Ihj6IB7iZsOJJcRIQH9wwAP2555DQMogFSCDDneoQxX48Ic+ZIdA /4jAwyLuMBkCiYcRdfgPJezwHz5YohSnaMB/SLECVlyiEoioQycusSBOWGITgPjDeAykF9iohv0u xAkIvBA6DhjNjfrHECyY4Y54vCMxZCELSNiABmZwjUAgkcdC3tESA7GEIe8IDECawQX/IMYi86jI SR5yIJMEBiEX6QIT3LEBlSxkAwrSAE5S4h+QIIYLzGAAhmTjGhbQBhvPwYzFFUYdE0gMDd2xPIMU AQzADKYwhakygUhhmMJ0QigGAgRkIjMA/1iHM4O5j1BME5hSWKZAknDNbgITCL9E5gIJ0kxvAtMJ EPlFCAQgABG4kwMlKAE4CnAEtJCmHWthSDHGwP/PfvrTn1IgiAv+6c/slYmg/2wBIATSAoSOQaH/ 8IdDx6DBgahhohjlJyCcgNCxEQQQUshoP41wEV1I5Se6XIwyesmQBJThpTCNKUxvQE6ZwnQFBnGC TWOqiIEkYadlgNA/gADUHhhkBUBN6kuNc4OdCpUgTGiqUl8qxIs8ARa0qAsAkCGMG0ZEGj1Ig1jH OtYbqCAHBWkBWcXagy0YZAthXWsabnCwgVQgE3Lt1EDUutYbYNEg+cArWXsgjRMIlqyZuOA/TpBX hmyBBnIdayacYEaRPIEHmM1nRSJADAV4VgEXuMArSMLZzxLjfTu5gGdVgVqBqNaz9DAoSC5Aj8// qoJ6KcqtbnfL29769rdPucIihrsIK1xkEZhgBB+WywdHOIIUbDBuQWyxhupadxEMQa5yl8sITCy0 IJewrnWvQBDqincN3zWIFS7hiOVuAhPYXW97lxsBR1xCulY47xrIy5ArrMEREWAuIxyBiUtYIyRU 2IIjzsDgBouCGxOhwiwaTOEKa4AgVahwgylTECxouMEwoMJAXvFhRlRBIBn+8GgLQgdGfBgGpvjw GRhBh3/AQMMmXsgWZExhR5zYIlmgRBiGTOQik0LED6GCKIrM5CKbgiC8aPKQKYFkgVBByFIeMhcG Mossb/kfW8gyJX6MYixn+cyi+IcppMwLg5Tj/8xM1sJDYjEINmzhFa/ogp73zOc++4HMDNFEnwe9 Z2cQZA2E1rMkCKKFRPO5Gf+ggqO7UGNSONqtA5HEpDdNBw0QOr0CocOm+bwQKtCBDebggqpXzepW u1rVGqjyQjTw6lewgQ2SWPUgBmKFV7Oav//Igq+3sOpV0cHXqt5CFZCtamDT2tWAAASzVY0FLLx6 0QSxtqs1QI0sSOLZ2LYyHbCwhXKb+9zoTre6ebYQK6h7C1eogryrMAhNAJsO7za3CAWihXf/YxDl XijA870FQBB8C/sGs7qrkGB100ETAe93ukH9D3KnexDzrsLD6SBiKmih2iAPuchHTnKRS9cgrv8o eck5PAiVg7zG/7hCyf9RBZAH2+U4Bzl/S35iNpCcDrEAec1J3uGcg5wNVBhEFpbO9KY7/elQdzrM 1Rv1qlthClVv+iBEbIWoU4EKVwg71rNOdqYPYgr/hjp5taB2sIe961CXtdLLzvQrlEILeM+73vfO 977zHe0L8Xu8o8H3Klih73ffO3mn4HdZH77vdPA73hOv9xNfoe/kvTzfgc3vvlPBCvGOOeSroHm9 XwH0YU+96lfP+tazXtYYbj3DSb96K7hC9rRXvYhdf/J/oJ71v2+9FXKf+ikEP/WtMH7rW1EQ1+v+ +Kn/POtPPPyMW//62M++vGE/ECpoH/tTyL7/L8J/feNjv/e1OD/Ntf/161/9+9kvyCfgXwvyw3/e Ija+FfbP//77//8A2H/cNxCfEID/RwX693/TEGkH+Hn/9wkEEYAdZ4BoB4BfZ4ABCHgCkYAGeIEY 2H+ANwVfN4IkWIImeIIm6BAomIIieIJo14IrWIIEgYKAt4IbeIKRFoMmqIE3qIM5qIMISBAwCIRE OII8uBBTYAgoaAga6IIDMYRBqIQlyINSSIKG8IROKBBV+HUhaIJM6IVIuIVWGIJiSIJHuIFTkIZq uIZs2IZumIYT0YbAhYZqaBFuyBB32BBvuId8WIdX8YZzOBJ9OIhy+IeAGIgiQYiEKBZ7iIiCVaiI jciIh+iIIQGJk2iIeUiJlWiJa8gWl6iJIMGJZwiKpEiHi1iKqPiEipiKrPgPq9iKrDiIsNiKfTiL tBiJthiLmZiLqbiLvIiKhfiLtziKwhghAQEAOw== ------=_NextPart_000_0062_01C9FA3C.BC602890-- From [email protected] Wed Jul 01 17:07:58 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30636 invoked from network); 1 Jul 2009 17:07:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jul 2009 17:07:55 -0000 Received: (qmail 63155 invoked by uid 500); 1 Jul 2009 17:06:43 -0000 Delivered-To: [email protected] Received: (qmail 62695 invoked by uid 500); 1 Jul 2009 17:06:42 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 61764 invoked by uid 99); 1 Jul 2009 17:04: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 Jul 2009 17:04:25 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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, 01 Jul 2009 17:04: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 1MM3Du-00034C-Uu for [email protected]; Wed, 01 Jul 2009 10:03:54 -0700 Message-ID: <[email protected]> Date: Wed, 1 Jul 2009 10:03:54 -0700 (PDT) From: bchalla <[email protected]> To: [email protected] Subject: ID and IDREF validation error MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_118422_5713457.1246467834951" X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_118422_5713457.1246467834951 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am getting a strange problem saying ID not found for IDREF value. In our schema we declared the element "Qualifier" as a dataType of xsd:ID. And there is another element as a data type of xsd:IDREF. We have correct values for ID and IDREF in our xml. When we validate that xml using xmlbean it is throwing the above exception mentioned. Any solution? Thanks and Regards, Bala. -- View this message in context: http://www.nabble.com/ID-and-IDREF-validation-error-tp24293511p24293511.html Sent from the Xml Beans - User mailing list [email protected]. ------=_Part_118422_5713457.1246467834951 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am getting a strange problem saying ID not found for IDREF value. In our schema we declared the element "Qualifier" as a dataType of xsd:ID. And there is another element as a data type of xsd:IDREF. We have correct values for ID and IDREF in our xml. When we validate that xml using xmlbean it is throwing the above exception mentioned. Any solution? Thanks and Regards, Bala. <br><hr align="left" width="300"> View this message in context: <a href="http://www.nabble.com/ID-and-IDREF-validation-error-tp24293511p24293511.html">ID and IDREF validation error</a><br> Sent from the <a href="http://www.nabble.com/Xml-Beans---User-f349.html">Xml Beans - User mailing list archive</a> at Nabble.com.<br> ------=_Part_118422_5713457.1246467834951-- From [email protected] Wed Jul 01 18:50:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1113 invoked from network); 1 Jul 2009 18:50:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jul 2009 18:50:15 -0000 Received: (qmail 36086 invoked by uid 500); 1 Jul 2009 18:50:26 -0000 Delivered-To: [email protected] Received: (qmail 36036 invoked by uid 500); 1 Jul 2009 18:50:26 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 36028 invoked by uid 99); 1 Jul 2009 18:50:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 18:50:25 +0000 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 acsinet12.oracle.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 18:50:13 +0000 Received: from acsinet15.oracle.com (acsinet15.oracle.com [161.129.204.104]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n61InhcI030304 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <[email protected]>; Wed, 1 Jul 2009 18:49:44 GMT Received: from abhmt003.oracle.com (abhmt003.oracle.com [161.129.204.104]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n61IpSd2013757 for <[email protected]>; Wed, 1 Jul 2009 18:51:28 GMT MIME-Version: 1.0 Message-ID: <49c63ca4-4d28-4d2e-a972-1112cb592538@default> Date: Wed, 1 Jul 2009 11:49:47 -0700 (PDT) From: Wing Yew Poon <[email protected]> To: [email protected] Subject: RE: ID and IDREF validation error References: <[email protected]> In-Reply-To: <[email protected]> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 161.129.204.104 (306040) [OL 11.8217.8221] Content-Type: multipart/alternative; boundary="__12464741886676833abhmt003.oracle.com" X-Source-IP: abhmt003.oracle.com [161.129.204.104] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010205.4A4BAFCD.0108:SCFSTAT5015188,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org --__12464741886676833abhmt003.oracle.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Bala, can you please post your schema, xml instance, and java code? Thanks, Wing Yew _____ =20 From: bchalla [mailto:[email protected]]=20 Sent: Wednesday, July 01, 2009 10:04 AM To: [email protected] Subject: ID and IDREF validation error Hi, I am getting a strange problem saying ID not found for IDREF value. In = our schema we declared the element "Qualifier" as a dataType of xsd:ID. And= there is another element as a data type of xsd:IDREF. We have correct valu= es for ID and IDREF in our xml. When we validate that xml using xmlbean it = is throwing the above exception mentioned. Any solution? Thanks and Regards= , Bala.=20 _____ =20 View this message in context: HYPERLINK "http://www.nabble.com/ID-and-IDREF= -validation-error-tp24293511p24293511.html"ID and IDREF validation error Sent from the HYPERLINK "http://www.nabble.com/Xml-Beans---User-f349.html"X= ml Beans - User mailing list [email protected]. --__12464741886676833abhmt003.oracle.com 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.5803" name=3DGENERATOR></HEAD> <BODY> <DIV dir=3Dltr align=3Dleft><SPAN class=3D918004918-01072009><FONT face=3DA= rial=20 color=3D#0000ff size=3D2>Bala,</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D918004918-01072009><FONT face=3DA= rial=20 color=3D#0000ff size=3D2>can you please post your schema, xml instance, and= java=20 code?</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D918004918-01072009><FONT face=3DA= rial=20 color=3D#0000ff size=3D2>Thanks,</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D918004918-01072009><FONT face=3DA= rial=20 color=3D#0000ff size=3D2>Wing Yew</FONT></SPAN></DIV><BR> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft> <HR tabIndex=3D-1> <FONT face=3DTahoma size=3D2><B>From:</B> bchalla [mailto:balu_challa@yahoo= .co.in]=20 <BR><B>Sent:</B> Wednesday, July 01, 2009 10:04 AM<BR><B>To:</B>=20 [email protected]<BR><B>Subject:</B> ID and IDREF validation=20 error<BR></FONT><BR></DIV> <DIV></DIV>Hi, I am getting a strange problem saying ID not found for IDREF= =20 value. In our schema we declared the element "Qualifier" as a dataType of= =20 xsd:ID. And there is another element as a data type of xsd:IDREF. We have= =20 correct values for ID and IDREF in our xml. When we validate that xml using= =20 xmlbean it is throwing the above exception mentioned. Any solution? Thanks = and=20 Regards, Bala. <BR> <HR align=3Dleft width=3D300> View this message in context: <A=20 href=3D"http://www.nabble.com/ID-and-IDREF-validation-error-tp24293511p2429= 3511.html">ID=20 and IDREF validation error</A><BR>Sent from the <A=20 href=3D"http://www.nabble.com/Xml-Beans---User-f349.html">Xml Beans - User = mailing=20 list archive</A> at Nabble.com.<BR></BODY></HTML> --__12464741886676833abhmt003.oracle.com-- From [email protected] Wed Jul 01 19:22:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19810 invoked from network); 1 Jul 2009 19:22:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jul 2009 19:22:02 -0000 Received: (qmail 86427 invoked by uid 500); 1 Jul 2009 19:22:12 -0000 Delivered-To: [email protected] Received: (qmail 86409 invoked by uid 500); 1 Jul 2009 19:22:12 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 86380 invoked by uid 99); 1 Jul 2009 19:22:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 19:22:10 +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; Wed, 01 Jul 2009 19:21: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 1MM5NA-0001D7-HO for [email protected]; Wed, 01 Jul 2009 12:21:36 -0700 Message-ID: <[email protected]> Date: Wed, 1 Jul 2009 12:21:36 -0700 (PDT) From: bchalla <[email protected]> To: [email protected] Subject: RE: ID and IDREF validation error In-Reply-To: <49c63ca4-4d28-4d2e-a972-1112cb592538@default> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <49c63ca4-4d28-4d2e-a972-1112cb592538@default> X-Virus-Checked: Checked by ClamAV on apache.org Wing Yew, Schema: ----------- <xsd:import namespace="http://www.xmllegal.org/Schema/Court/US/California/2GEFS/BuildingBlocks/Attributes/03/" schemaLocation="../../../../../../../../../Schema/Court/US/California/2GEFS/BuildingBlocks/Attributes/03/Attributes.xsd" /> <xsd:complexType name="Role"> <xsd:sequence> <xsd:element ref="Name" /> <xsd:element ref="GenericName" minOccurs="0" /> <xsd:element ref="Qualifier" /> <xsd:element ref="Associations" minOccurs="0" /> </xsd:sequence> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:complexType> <xsd:complexType name="Name"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="GenericName"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="Qualifier"> <xsd:simpleContent> <xsd:extension base="xsd:ID"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="Associations"> <xsd:sequence> <xsd:element ref="Association" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:complexType> <xsd:complexType name="Association"> <xsd:sequence> <xsd:element ref="Name" /> <xsd:element ref="GenericName" minOccurs="0" /> <xsd:element ref="Reference" /> </xsd:sequence> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:complexType> <xsd:complexType name="Reference"> <xsd:simpleContent> <xsd:extension base="xsd:IDREF"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:element name="Role" type="Role" /> <xsd:element name="Name" type="Name" /> <xsd:element name="GenericName" type="GenericName" /> <xsd:element name="Qualifier" type="Qualifier" /> <xsd:element name="Associations" type="Associations" /> <xsd:element name="Association" type="Association" /> <xsd:element name="Reference" type="Reference" /> </xsd:schema> ------------------------------------------------------------------- Schema 2: <xsd:complexType name="Document"> <xsd:sequence> <xsd:element ref="Key" /> <xsd:element ref="Title" minOccurs="0" /> <xsd:element ref="Type" minOccurs="0" /> <xsd:element ref="GenericType" minOccurs="0" /> <xsd:element ref="Code" minOccurs="0" /> <xsd:element ref="FiledBys" minOccurs="0" /> <xsd:element ref="RefersTos" minOccurs="0" /> <xsd:element ref="File" /> <xsd:element ref="DataFile" minOccurs="0" /> <xsd:element ref="FilingStatus" minOccurs="0" /> <xsd:element ref="FilingStatusMessage" minOccurs="0" /> <xsd:element ref="Hash" minOccurs="0" /> <xsd:element ref="Confidential" minOccurs="0" /> <xsd:element ref="Sealed" minOccurs="0" /> <xsd:element ref="Extensions" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="Draft" default="false" type="xsd:boolean" /> <xsd:attribute name="DocumentSource" use="required" type="DocumentSources" /> <xsd:attribute name="Exhibit" default="false" type="xsd:boolean" /> <xsd:attribute name="PrimaryDocumentKey" type="xsd:string" /> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:complexType> <xsd:complexType name="Key"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="LegacyKey" type="xsd:string" /> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="Title"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="Type"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="GenericType"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="Code"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="FiledBys"> <xsd:sequence> <xsd:element ref="FiledBy" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:complexType> <xsd:complexType name="FiledBy"> <xsd:simpleContent> <xsd:extension base="xsd:IDREF"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="RefersTos"> <xsd:sequence> <xsd:element ref="RefersTo" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:complexType> <xsd:complexType name="RefersTo"> <xsd:simpleContent> <xsd:extension base="xsd:IDREF"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="File"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="Encoding" use="required" type="Encodings" /> <xsd:attribute name="MIMEType" use="required" type="MIMETypes" /> <xsd:attribute name="FileSize" use="required" type="xsd:integer" /> <xsd:attribute name="Namespace" type="xsd:string" /> <xsd:attribute name="Username" type="xsd:string" /> <xsd:attribute name="Password" type="xsd:string" /> <xsd:attribute name="Encrypted" default="false" type="xsd:boolean" /> <xsd:attribute name="Algorithm" type="xsd:string" /> <xsd:attribute name="Expiration" type="xsd:dateTime" /> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="DataFile"> <xsd:sequence> <xsd:any namespace="##any" processContents="skip" /> </xsd:sequence> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:complexType> <xsd:complexType name="FilingStatus"> <xsd:simpleContent> <xsd:extension base="FilingStatuses"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="Hash"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="Confidential"> <xsd:simpleContent> <xsd:extension base="xsd:boolean"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="Sealed"> <xsd:simpleContent> <xsd:extension base="xsd:boolean"> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="Extensions"> <xsd:sequence> <xsd:element ref="Extension" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attributeGroup ref="Attributes:Global" /> </xsd:complexType> <xsd:simpleType name="Encodings"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Base64" /> <xsd:enumeration value="Link" /> <xsd:enumeration value="Path" /> <xsd:enumeration value="Absent" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="MIMETypes"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="text/html" /> <xsd:enumeration value="text/plain" /> <xsd:enumeration value="text/richtext" /> <xsd:enumeration value="text/xml" /> <xsd:enumeration value="image/tiff" /> <xsd:enumeration value="image/gif" /> <xsd:enumeration value="image/jpeg" /> <xsd:enumeration value="image/bmp" /> <xsd:enumeration value="application/msword" /> <xsd:enumeration value="application/octet-stream" /> <xsd:enumeration value="application/pdf" /> <xsd:enumeration value="Other" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="FilingStatuses"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Received" /> <xsd:enumeration value="Accepted" /> <xsd:enumeration value="Pending" /> <xsd:enumeration value="Rejected" /> <xsd:enumeration value="Error" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="Algorithms"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="SHA-1" /> <xsd:enumeration value="SHA-256" /> <xsd:enumeration value="SHA-384" /> <xsd:enumeration value="SHA-512" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="DocumentSources"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Filer" /> <xsd:enumeration value="Court" /> </xsd:restriction> </xsd:simpleType> <xsd:element name="Document" type="Document" /> <xsd:element name="Key" type="Key" /> <xsd:element name="Title" type="Title" /> <xsd:element name="Type" type="Type" /> <xsd:element name="GenericType" type="GenericType" /> <xsd:element name="Code" type="Code" /> <xsd:element name="FiledBys" type="FiledBys" /> <xsd:element name="FiledBy" type="FiledBy" /> <xsd:element name="RefersTos" type="RefersTos" /> <xsd:element name="RefersTo" type="RefersTo" /> <xsd:element name="File" type="File" /> <xsd:element name="DataFile" type="DataFile" /> <xsd:element name="FilingStatus" type="FilingStatus" /> <xsd:element name="Hash" type="Hash" /> <xsd:element name="Confidential" type="Confidential" /> <xsd:element name="Sealed" type="Sealed" /> <xsd:element name="Extensions" type="Extensions" /> <xsd:element name="FilingStatusMessage" type="Message:Message" /> <xsd:element name="Extension" type="Extension:Extension" /> </xsd:schema> ---------------------------------------------------------------------- xml: <Filing:Filing> <Filing:Key> <Key:CourtKey>USCAVenturaSuperior</Key:CourtKey> <Key:Year>2009</Key:Year> <Key:Month>03</Key:Month> <Key:Day>02</Key:Day> <Key:Hour>09</Key:Hour> <Key:Minute>45</Key:Minute> <Key:Second>00</Key:Second> <Key:OrganizationKey>EFSP vendor 2</Key:OrganizationKey> <Key:Application>IcanEFSP</Key:Application> <Key:Version>00.00.001</Key:Version> <Key:Suffix>Ventura</Key:Suffix> </Filing:Key> <Filing:Date>2009-02-17</Filing:Date> <Filing:Time>09:45:00</Filing:Time> <Filing:Case> <Case:Existing> <Case:Number>06CS005210 - 7</Case:Number> </Case:Existing> </Filing:Case> <Filing:CourtDetails> <CourtDetails:OrganizationKey>USCAVenturaSuperior</CourtDetails:OrganizationKey> <CourtDetails:CourtKey>USCARedSuperiorCivil-LimitedCULVERCITY</CourtDetails:CourtKey> <CourtDetails:Court> <Organization:Name> <Organization:FullName>Ventura Division</Organization:FullName> </Organization:Name> <Organization:Addresses> <Organization:Address Type="Business Address"> <Address:Line> <Address:StreetNumber>800</Address:StreetNumber> <Address:StreetName>South Victoria</Address:StreetName> <Address:StreetSuffix>Avenue</Address:StreetSuffix> </Address:Line> <Address:City>Ventura</Address:City> <Address:State>CA</Address:State> <Address:County>Ventura</Address:County> <Address:PostalCode>93009</Address:PostalCode> </Organization:Address> <Organization:Address Type="Mailing Address"> <Address:Line> <Address:StreetNumber>800</Address:StreetNumber> <Address:StreetName>S. Victoria</Address:StreetName> <Address:StreetSuffix>Avenue</Address:StreetSuffix> </Address:Line> <Address:City>Ventura</Address:City> <Address:State>CA</Address:State> <Address:County>Ventura</Address:County> <Address:PostalCode>93009</Address:PostalCode> </Organization:Address> </Organization:Addresses> </CourtDetails:Court> <CourtDetails:Country>US</CourtDetails:Country> <CourtDetails:State>CA</CourtDetails:State> <CourtDetails:County>Ventura</CourtDetails:County> <CourtDetails:CourtType>Superior</CourtDetails:CourtType> <CourtDetails:Division>Civil - Limited</CourtDetails:Division> <CourtDetails:Location Alias="CTL" Type="000">Central</CourtDetails:Location> <CourtDetails:CourtCode>61</CourtDetails:CourtCode> </Filing:CourtDetails> <Filing:Filers> <Filing:Filer> <Filing:Person PersonKey='9900021333'> <Person:Name> <Person:FullName> <Person:FirstName>Santosh</Person:FirstName> <Person:LastName>Vaswani11</Person:LastName> </Person:FullName> </Person:Name> <Person:Addresses> <Person:Address AddressType="Mailing"> <Address:Line> <Address:StreetNumber>123</Address:StreetNumber> <Address:StreetName>Main</Address:StreetName> <Address:StreetSuffix>Street</Address:StreetSuffix> </Address:Line> <Address:City>Santa Ana</Address:City> <Address:State>CA</Address:State> <Address:PostalCode>92707</Address:PostalCode> </Person:Address> </Person:Addresses> <Person:Descriptions> <Person:Description><Person:Gender>Male</Person:Gender></Person:Description> <Person:Description><Person:Age>30</Person:Age></Person:Description> <Person:Description><Person:DateOfBirth>1979-01-04</Person:DateOfBirth></Person:Description> <Person:Description><Person:PlaceOfBirth>Sacramento, CA, USA</Person:PlaceOfBirth></Person:Description> <!--<Person:Description><Person:DateOfDeath></Person:DateOfDeath></Person:Description>--> <Person:Description><Person:Ethnicity>Asian</Person:Ethnicity></Person:Description> <Person:Description><Person:NativeAmerican>false</Person:NativeAmerican></Person:Description> <Person:Description><Person:Citizenship>American</Person:Citizenship></Person:Description> <Person:Description><Person:LanguagesSpoken>English</Person:LanguagesSpoken></Person:Description> <Person:Description><Person:EyeColor>Brown</Person:EyeColor></Person:Description> <Person:Description><Person:Hair>Black</Person:Hair></Person:Description> <Person:Description><Person:ScarsMarksTattoos> <Person:ScarsMarksTattoosCode>08989</Person:ScarsMarksTattoosCode> <Person:ScarsMarksTattoosType>Tattoo</Person:ScarsMarksTattoosType> <Person:ScarsMarksTattoosLocation>Neck</Person:ScarsMarksTattoosLocation> <Person:ScarsMarksTattoosDescription>Snake</Person:ScarsMarksTattoosDescription> </Person:ScarsMarksTattoos></Person:Description> <Person:Description><Person:Height> <Person:StandardHeight> <Person:Feet>5</Person:Feet> <Person:Inches>10</Person:Inches> </Person:StandardHeight> </Person:Height></Person:Description> <Person:Description><Person:Weight> <Person:StandardWeight> <Person:Pounds>200</Person:Pounds> <Person:Ounces>0</Person:Ounces> </Person:StandardWeight> </Person:Weight></Person:Description> <Person:Description><Person:MaritalStatus>Never Married</Person:MaritalStatus></Person:Description> <Person:Description><Person:ActiveMilitaryDuty>No</Person:ActiveMilitaryDuty></Person:Description> <Person:Description><Person:Religion>Agnostic</Person:Religion></Person:Description> <!--<Person:Description><Person:ViolencePotential></Person:ViolencePotential></Person:Description>--> <Person:Description><Person:Occupation>Doctor</Person:Occupation></Person:Description> <Person:Description><Person:BloodType>A Positive</Person:BloodType></Person:Description> <Person:Description><Person:MedicalCondition>Epilepsy</Person:MedicalCondition></Person:Description> <Person:Description><Person:HasSpecialNeeds>false</Person:HasSpecialNeeds></Person:Description> <Person:Description><Person:DNALocus>D3S1358</Person:DNALocus></Person:Description> <Person:Description><Person:OtherCharacteristic> <Person:OtherCharacteristicName>Food Prefrence</Person:OtherCharacteristicName> <Person:OtherCharacteristicValue>Kosher</Person:OtherCharacteristicValue> <Person:OtherCharacteristicDescription>Kosher</Person:OtherCharacteristicDescription> </Person:OtherCharacteristic></Person:Description> </Person:Descriptions> <Person:Roles> <Person:Role> <Role:Name>Plaintiff</Role:Name> <Role:Qualifier>Filer001</Role:Qualifier> </Person:Role> </Person:Roles> </Filing:Person> </Filing:Filer> <Filing:Filer> <Filing:Person PersonKey='9900009300'> <Person:Name> <Person:FullName> <Person:FirstName>bala</Person:FirstName> <Person:LastName>Chall</Person:LastName> </Person:FullName> </Person:Name> <Person:Descriptions> <Person:Description><Person:Gender>Male</Person:Gender></Person:Description> <Person:Description><Person:Age>30</Person:Age></Person:Description> <Person:Description><Person:DateOfBirth>1979-01-04</Person:DateOfBirth></Person:Description> <Person:Description><Person:PlaceOfBirth>Sacramento, CA, USA</Person:PlaceOfBirth></Person:Description> <Person:Description><Person:Ethnicity>Asian</Person:Ethnicity></Person:Description> <Person:Description><Person:NativeAmerican>false</Person:NativeAmerican></Person:Description> <Person:Description><Person:Citizenship>American</Person:Citizenship></Person:Description> <Person:Description><Person:LanguagesSpoken>English</Person:LanguagesSpoken></Person:Description> <Person:Description><Person:EyeColor>Brown</Person:EyeColor></Person:Description> <Person:Description><Person:Hair>Black</Person:Hair></Person:Description> <Person:Description><Person:ScarsMarksTattoos> <Person:ScarsMarksTattoosCode>08989</Person:ScarsMarksTattoosCode> <Person:ScarsMarksTattoosType>Tattoo</Person:ScarsMarksTattoosType> <Person:ScarsMarksTattoosLocation>Neck</Person:ScarsMarksTattoosLocation> <Person:ScarsMarksTattoosDescription>Snake</Person:ScarsMarksTattoosDescription> </Person:ScarsMarksTattoos></Person:Description> <Person:Description><Person:Height> <Person:StandardHeight> <Person:Feet>5</Person:Feet> <Person:Inches>10</Person:Inches> </Person:StandardHeight> </Person:Height></Person:Description> <Person:Description><Person:Weight> <Person:StandardWeight> <Person:Pounds>200</Person:Pounds> <Person:Ounces>0</Person:Ounces> </Person:StandardWeight> </Person:Weight></Person:Description> </Person:Descriptions> <Person:Roles> <Person:Role> <Role:Name>Plaintiff</Role:Name> <Role:Qualifier>Filer002</Role:Qualifier> </Person:Role> </Person:Roles> </Filing:Person> </Filing:Filer> </Filing:Filers> <Filing:People> <Filing:Person> <Person:Name> <Person:FullName> <Person:FirstName>Vamshi</Person:FirstName> <Person:LastName>baraju</Person:LastName> </Person:FullName> </Person:Name> <Person:Addresses> <Person:Address AddressType="Mailing"> <Address:Line> <Address:StreetNumber>123</Address:StreetNumber> <Address:StreetName>Main</Address:StreetName> <Address:StreetSuffix>Avenue</Address:StreetSuffix> </Address:Line> <Address:City>Santa Ana</Address:City> <Address:State>CA</Address:State> <Address:PostalCode>92707</Address:PostalCode> </Person:Address> </Person:Addresses> <Person:Descriptions> <Person:Description><Person:Gender>Male</Person:Gender></Person:Description> <Person:Description><Person:Age>45</Person:Age></Person:Description> <Person:Description><Person:Ethnicity>Asian</Person:Ethnicity></Person:Description> <Person:Description><Person:NativeAmerican>false</Person:NativeAmerican></Person:Description> <Person:Description><Person:Citizenship>American</Person:Citizenship></Person:Description> <Person:Description><Person:LanguagesSpoken>Dutch</Person:LanguagesSpoken></Person:Description> </Person:Descriptions> <Person:Roles> <Person:Role> <Role:Name>Plaintiff</Role:Name> <Role:Qualifier>Filer003</Role:Qualifier> </Person:Role> </Person:Roles> </Filing:Person> <Filing:Person> <Person:Name> <Person:FullName> <Person:FirstName>Sandeep</Person:FirstName> <Person:LastName>Nama</Person:LastName> </Person:FullName> </Person:Name> <Person:Descriptions> <Person:Description><Person:Gender>Male</Person:Gender></Person:Description> <Person:Description><Person:Age>31</Person:Age></Person:Description> <Person:Description><Person:Ethnicity>Asian</Person:Ethnicity></Person:Description> <Person:Description><Person:NativeAmerican>false</Person:NativeAmerican></Person:Description> <Person:Description><Person:Citizenship>American</Person:Citizenship></Person:Description> </Person:Descriptions> <Person:Roles> <Person:Role> <Role:Name>Defendant</Role:Name> <Role:Qualifier>Defendant001</Role:Qualifier> </Person:Role> </Person:Roles> </Filing:Person> </Filing:People> <Filing:LeadDocuments> <Filing:LeadDocument DocumentSource="Filer"> <Document:Key>sc100_233_2007162444311.pdf</Document:Key> <Document:Title>Answer</Document:Title> <Document:Type>Answer</Document:Type> <Document:GenericType>First Papers</Document:GenericType> <Document:Code>F3</Document:Code> <Document:FiledBys> <Document:FiledBy>Filer001</Document:FiledBy> <Document:FiledBy>Filer002</Document:FiledBy> <Document:FiledBy>Filer003</Document:FiledBy> </Document:FiledBys> <Document:RefersTos> <Document:RefersTo>Defendant001</Document:RefersTo> </Document:RefersTos> <Document:file/> </Filing:LeadDocument> </Filing:LeadDocuments> </Filing:Filing> ---------------------------------------------------------------------- Java Code: eDF = EnvelopeDocument.Factory.parse(xmlFile); if ( !eDF.validate() ) { /*for (Iterator it = errorList.iterator(); it.hasNext();) { com.bea.xml.XmlError error = (com.bea.xml.XmlError)it.next(); String errorToLog = error.getMessage(); log.error("SEVERITY LEVEL "+error.getSeverity()); // getting around ID Idref errors ///if (errorToLog.indexOf("IDRef")!= -1){ ///valid = true; ///}else { valid = false; confirmationMessageElement.addNewMessage().addNewSubject().setStringValue(errorToLog); log.info(sbuilder.toString()); throw new XmlException(errorToLog); ///} }*/ valid = false; confirmationMessageElement.addNewMessage().addNewSubject().setStringValue("Validation Failed"); confirmationElement.setMessages(confirmationMessageElement); log.info(sbuilder.toString()); throw new XmlException("Validation Failed"); } Thank you Wing Yew Poon-2 wrote: > > Bala, > can you please post your schema, xml instance, and java code? > Thanks, > Wing Yew > > _____ > > From: bchalla [mailto:[email protected]] > Sent: Wednesday, July 01, 2009 10:04 AM > To: [email protected] > Subject: ID and IDREF validation error > > > Hi, I am getting a strange problem saying ID not found for IDREF value. In > our schema we declared the element "Qualifier" as a dataType of xsd:ID. > And there is another element as a data type of xsd:IDREF. We have correct > values for ID and IDREF in our xml. When we validate that xml using > xmlbean it is throwing the above exception mentioned. Any solution? Thanks > and Regards, Bala. > > _____ > > View this message in context: HYPERLINK > "http://www.nabble.com/ID-and-IDREF-validation-error-tp24293511p24293511.html"ID > and IDREF validation error > Sent from the HYPERLINK > "http://www.nabble.com/Xml-Beans---User-f349.html"Xml Beans - User mailing > list [email protected]. > > -- View this message in context: http://www.nabble.com/ID-and-IDREF-validation-error-tp24293511p24295689.html Sent from the Xml Beans - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jul 06 20:11:25 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43602 invoked from network); 6 Jul 2009 20:11:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jul 2009 20:11:25 -0000 Received: (qmail 69529 invoked by uid 500); 6 Jul 2009 20:11:35 -0000 Delivered-To: [email protected] Received: (qmail 69482 invoked by uid 500); 6 Jul 2009 20:11:34 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 69474 invoked by uid 99); 6 Jul 2009 20:11:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 20:11:34 +0000 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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO smtp1.ftb.ca.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 20:11:26 +0000 Received: from sya10001.ftb.ca.gov (sya10001.ftb.ca.gov [161.129.204.104]) by smtp1 (8.14.3/8.14.3) with ESMTP id n66KAq7T003219 for <[email protected]>; Mon, 6 Jul 2009 13:10:57 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C9FE75.91225E05" Subject: xmlbean ant task Date: Mon, 6 Jul 2009 13:08:45 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: xmlbean ant task Thread-Index: Acn+dZD9A4qQPcv7SJ24BxtjrNX4Eg== From: "Strong.James" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 06 Jul 2009 20:10:48.0620 (UTC) FILETIME=[DA706EC0:01C9FE75] X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0811170000 definitions=main-0907060142 X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C9FE75.91225E05 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="ISO-8859-1" I have an application that has multiple eclipse projects. I decided to collect my generated xmlbean code into a single project to minimize the number of eclipse projects. I have two separate schemas that are built at different times using the xmlbean ant task in two separate project ant builders. One of the schemas, I define. The second one is defined for me. The source for both builders are placed in SchemaProject/src with the .class files in SchemaProject/bin. The schemas are only separated by their respective namespaces. =20 When either one of the builders run, it creates the jar for its schema which includes the specific xsd. However, the jar part of the xmlbean task includes the .class code from both schemas. The xsd from the secondary schema is not included. I'm guessing that the jar functionality gets its files from the classgendir attribute. In attempt to filter out the other project, I tried to use an includes attribute on the task by defining the org/test/xsd/foo/**/* for the task of the first schema and org/test/xsd/bar/**/* for the task of the second schema. This did not appear to exclude the secondary schema. I don't want the builders to have to know about each other, so I don't want to put in any excludes. =20 Have I defined the includes incorrectly? I didn't see an example in the xmlbean task docs that I could verify with. Or is that not currently an option (using 2.4.0)=20 =20 Ideally, I would like to create two separate jars, one that contains my schema and the second containing the external schema. I need to separate them for jar distribution of my own schema, but would like to go to one place to look at the generated code. Currently this seems to be the only hang up for keeping all my schemas together. =20 ______________________________________________________________________ CONFIDENTIALITY NOTICE: This email from the State of California is for the = sole use of the intended recipient and may contain confidential and privile= ged information. Any unauthorized review or use, including disclosure or di= stribution, is prohibited. If you are not the intended recipient, please co= ntact the sender and destroy all copies of this email. ------_=_NextPart_001_01C9FE75.91225E05 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="ISO-8859-1" <html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr= osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" 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 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri","sans-serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:"Calibri","sans-serif"; color:windowtext;} .MsoChpDefault {mso-style-type:export-only;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal>I have an application that has multiple eclipse projec= ts. I decided to collect my generated xmlbean code into a single project to minim= ize the number of eclipse projects. I have two separate schemas that are built = at different times using the xmlbean ant task in two separate project ant buil= ders. One of the schemas, I define. The second one is defined for me. &nbsp;The source for both builders are placed in SchemaProject/src with the .class fi= les in SchemaProject/bin. The schemas are only separated by their respective namespaces.<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>When either one of the builders run, it creates the ja= r for its schema which includes the specific xsd. However, the jar part of the xmlbean task includes the .class code from both schemas. The xsd from the secondary schema is not included. I&#8217;m guessing that the jar functiona= lity gets its files from the classgendir attribute. In attempt to filter out the other project, I tried to use an includes attribute on the task by defining= the org/test/xsd/foo/**/* for the task of the first schema and org/test/xsd/bar= /**/* for the task of the second schema. This did not appear to exclude the secon= dary schema. I don&#8217;t want the builders to have to know about each other, s= o I don&#8217;t want to put in any excludes.<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>Have I defined the includes incorrectly? I didn&#8217;= t see an example in the xmlbean task docs that I could verify with. Or is that not currently an option (using 2.4.0) <o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>Ideally, I would like to create two separate jars, one= that contains my schema and the second containing the external schema. I need to separate them for jar distribution of my own schema, but would like to go to one place to look at the generated code. Currently this seems to be the only hang up for keeping all my schemas together.<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> </div> <HR>CONFIDENTIALITY NOTICE: This email from the State of California is for = the sole use of the intended recipient and may contain confidential and pri= vileged information. Any unauthorized review or use, including disclosure o= r distribution, is prohibited. If you are not the intended recipient, pleas= e contact the sender and destroy all copies of this email.<BR> </body> </html> ------_=_NextPart_001_01C9FE75.91225E05-- From [email protected] Tue Jul 07 05:47:41 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74243 invoked from network); 7 Jul 2009 05:47:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jul 2009 05:47:40 -0000 Received: (qmail 745 invoked by uid 500); 7 Jul 2009 05:47:50 -0000 Delivered-To: [email protected] Received: (qmail 682 invoked by uid 500); 7 Jul 2009 05:47:50 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 674 invoked by uid 99); 7 Jul 2009 05:47:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 05:47:50 +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; Tue, 07 Jul 2009 05:47: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 1MO3WS-0007nD-JJ for [email protected]; Mon, 06 Jul 2009 22:47:20 -0700 Message-ID: <[email protected]> Date: Mon, 6 Jul 2009 22:47:20 -0700 (PDT) From: Samiullah <[email protected]> To: [email protected] Subject: Java Class to XSD using xmlbeans 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 All, I am new to xmlbeans. I am able to access to XML through compiled schema. But now i have a requirement to generate the xsd corresponding to some java classes. Now My question is, is it possible to generate the xsd out of a java class using the xmlbeans? Regards, Sami. -- View this message in context: http://www.nabble.com/Java-Class-to-XSD-using-xmlbeans-tp24367505p24367505.html Sent from the Xml Beans - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 07 21:58:07 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52896 invoked from network); 7 Jul 2009 21:58:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jul 2009 21:58:07 -0000 Received: (qmail 13988 invoked by uid 500); 7 Jul 2009 21:58:17 -0000 Delivered-To: [email protected] Received: (qmail 13927 invoked by uid 500); 7 Jul 2009 21:58:16 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 13919 invoked by uid 99); 7 Jul 2009 21:58:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 21:58:16 +0000 X-ASF-Spam-Status: No, hits=-1.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO ll.mit.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 21:58:04 +0000 Received: (from smtp@localhost) by ll.mit.edu (8.12.10/8.8.8) id n67LvgOx020513 for <[email protected]>; Tue, 7 Jul 2009 17:57:42 -0400 (EDT) Received: from lle2k7-hub01.llan.ll.mit.edu( ), claiming to be "LLE2K7-HUB01.mitll.ad.local" via SMTP by llpost, id smtpdAAAX6aapJ; Tue Jul 7 17:53:34 2009 Received: from LLE2K7-BE01.mitll.ad.local ([ ]) by LLE2K7-HUB01.mitll.ad.local ([ ]) with mapi; Tue, 7 Jul 2009 17:53:34 -0400 From: "Sanh, Ai-Hoa" <[email protected]> To: "'[email protected]'" <[email protected]> Date: Tue, 7 Jul 2009 17:53:33 -0400 Subject: Parsing and Substitution Groups Thread-Topic: Parsing and Substitution Groups Thread-Index: Acn/TV+Cxo2ryImOTvWiwFBH8C3jog== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_BE2E4CD25C69E948AF69AD4B77BBD9AF54387530B8LLE2K7BE01mit_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_BE2E4CD25C69E948AF69AD4B77BBD9AF54387530B8LLE2K7BE01mit_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have the following in my xsd: <xs:complexType name=3D"Alpha> <xs:complexContent> <xs:extension base=3D"gml:AbstractFeatureType"> <xs:sequence> <xs:element name=3D"alphaString" type=3D"xs:string"/> <xs:element ref=3D"gml:Polygon"/> <xs:element name=3D"aString" type=3D"xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name=3D"alpha" type=3D"tns:Alpha" substitutionGroup=3D"gml:_= Feature"/> gml:AbstractFeatureType extends gml:AbstractGMLType, which has a "gml:name"= element that is unbounded. After compiling the schemas, I get the following classes: public abstract interface net.opengis.gml.AbstractGMLType extends org.ap= ache.xmlbeans.XmlObject public class net.opengis.gml.impl.AbstractGMLTypeImpl extends org.apache= .xmlbeans.impl.values.XmlComplexContentImpl implements net.opengis.gml.Abst= ractGMLType public abstract interface net.opengis.gml.AbstractFeatureType extends ne= t.opengis.gml.AbstractGMLType public class net.opengis.gml.impl.AbstractFeatureTypeImpl extends net.op= engis.gml.impl.AbstractGMLTypeImpl implements net.opengis.gml.AbstractFeatu= reType public abstract interface mypackage.Alpha extends net.opengis.gml.Abstra= ctFeatureType public class mypackage.AlphaImpl extends net.opengis.gml.impl.AbstractFe= atureTypeImpl implements mypackage.Alpha public abstract interface mypackage.AlphaDocument extends net.opengis.gm= l.FeatureDocument public class mypackage.AlphaDocumentImpl extends net.opengis.gml.impl.Fe= atureDocumentImpl implements mypackage.AlphaDocument This is my xml snippet: <alpha xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D"http://myserver/myns ../../xsd/polygon.xsd<http:/= /myserver/xsd/polygon.xsd>" xmlns=3D"http://myserver/myns" xmlns:gml=3D"http://www.opengis.net/gml" gml:id=3D"alpha.A1"> <gml:description>This is my description</gml:description> <gml:name>http://myserver/myns/alpha</gml:name<http://myserver/myns/alp= ha%3c/gml:name>> <alphaString>AA123</alphaString> <gml:Polygon srsName=3D""> <gml:outerBoundaryIs> <gml:LinearRing> <gml:coordinates decimal=3D"." cs=3D"," ts=3D" ">0,0 84,0 8= 4,48 0,48 0,0</gml:coordinates> </gml:LinearRing> </gml:outerBoundaryIs> </gml:Polygon> <aString>aa123</aString> </alpha> I am testing this snippet of Java code: AbstractFeatureType feature =3D AbstractFeatureType.Factory.parse( xml = ); System.out.println( feature.getNameArray().length ); System.out.println( feature.getId() ); The code compiles, but I am getting "0" for the length and "null" for the i= d. However, if I were to use: AlphaDocument doc =3D AlphaDocument.Factory.parse( xml ); Alpha a =3D doc.getAlpha(); System.out.println( a.getId() ); System.out.println( a.getNameArray().length ); Then I get "1" and "alpha.A1", as I expect. Is this working as designed? Or am I doing something incorrectly. I would like very much to be able to get at these parts of the xml without = having to know that I am dealing with an Alpha or a Beta, as long as they b= oth extend the AbstractFeatureType. Is there another means of doing so if p= arsing is not the answer? Thank you for your help. Ai-Hoa Sanh --_000_BE2E4CD25C69E948AF69AD4B77BBD9AF54387530B8LLE2K7BE01mit_ 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-micr= osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" 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 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri","sans-serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:"Calibri","sans-serif"; color:windowtext;} .MsoChpDefault {mso-style-type:export-only;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal>I have the following in my xsd:<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;xs:c= omplexType</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> name</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;Al= pha</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&gt;</sp= an><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;xs:c= omplexContent&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;xs:extension</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> base</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;gm= l:AbstractFeatureType&quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&gt;</sp= an><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;xs:sequence&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;xs:element</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> name</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;al= phaString&quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> type</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;xs= :string&quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>/&gt;</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;xs:element</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> ref</sp= an><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;gm= l:Polygon&quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>/&gt;</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;xs:element</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> name</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;aS= tring&quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> type</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;xs= :string&quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>/&gt;</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;/xs:sequence&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;/xs:extension&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;/xs:= complexContent&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;/xs:= complexType&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;xs:e= lement</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> name</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;al= pha&quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> type</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;tn= s:Alpha&quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> substitutionGroup</span><span style=3D'font-size:10.0pt;font-family:"Courie= r New"; color:#FF8040'>=3D</span><span style=3D'font-size:10.0pt;font-family:"Couri= er New"; color:#993300'>&quot;gml:_Feature&quot;</span><span style=3D'font-size:10.0= pt; font-family:"Courier New";color:#000096'>/&gt;<o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:#000096'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:#000096'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'>gml:AbstractFeatureType = extends gml:AbstractGMLType, which has a &#8220;gml:name&#8221; element that is unbounded.<o:p></o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'>After compiling the sche= mas, I get the following classes:<o:p></o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New"'>&nbsp;&nbsp; public abstract interface net.opengis.gml.AbstractGMLType extends org.apache.xmlbeans.XmlObject<o:p><= /o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New"'>&nbsp;&nbsp; public class net.opengis.gml.impl.AbstractGMLTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements net.opengis.gml.AbstractGMLType<o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New"'>&nbsp;&nbsp; public abstract interface net.opengis.gml.AbstractFeatureType extends net.opengis.gml.AbstractGMLType= <o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New"'>&nbsp;&nbsp; public class net.opengis.gml.impl.AbstractFeatureTypeImpl extends net.opengis.gml.impl.AbstractGMLTypeImpl implements net.opengis.gml.AbstractFeatureType<o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New"'>&nbsp;&nbsp; public abstract interface mypackage.Alpha extends net.opengis.gml.AbstractFeatureType<o:p></o:p></spa= n></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New"'>&nbsp;&nbsp; public class mypackage.AlphaImpl extends net.opengis.gml.impl.AbstractFeatureTypeImpl implements mypackage.A= lpha<o:p></o:p></span></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal><span style=3D'font-size:10.0pt;font-family:"Courier N= ew"'>&nbsp;&nbsp; public abstract interface mypackage.AlphaDocument extends net.opengis.gml.FeatureDocument<o:p></o:p></span></p> <p class=3DMsoNormal><span style=3D'font-size:10.0pt;font-family:"Courier N= ew"'>&nbsp;&nbsp; public class mypackage.AlphaDocumentImpl extends net.opengis.gml.impl.FeatureDocumentImpl implements mypackage.AlphaDocument= <o:p></o:p></span></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>This is my xml snippet:<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'><u><span style=3D'font-s= ize:10.0pt; font-family:"Courier New";color:#000096'>&lt;alpha</span></u><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> </span>= <span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:#F5844C'>&nbsp;&nbsp;&nbsp; xmlns:xsi</span= ><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;<a href=3D"http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/X= MLSchema-instance</a>&quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:#F5844C'>&nbsp;&nbsp;&nbsp; xsi:schemaLocat= ion</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;<a href=3D"http://myserver/xsd/polygon.xsd">http://myserver/myns ../../xsd/polygon.xsd</a>&quot;</span><span style=3D'font-size:10.0pt;font-= family: "Courier New";color:#F5844C'> </span><span style=3D'font-size:10.0pt;font-f= amily: "Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:#F5844C'>&nbsp;&nbsp;&nbsp; xmlns</span><sp= an style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;<a href=3D"http://myserver/myns">http://myserver/myns</a>&quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:#F5844C'>&nbsp;&nbsp;&nbsp; xmlns:gml</span= ><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;<a href=3D"http://www.opengis.net/gml">http://www.opengis.net/gml</a>&quot;</s= pan><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:#F5844C'>&nbsp;&nbsp;&nbsp; gml:id</span><s= pan style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;al= pha.A1&quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&gt;</sp= an><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;gml:= description&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:black'>This is my description</span><span style=3D'font-size:10.0pt;font-family:"Courier New"= ; color:#000096'>&lt;/gml:description&gt;</span><span style=3D'font-size:10.0= pt; font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;gml:= name&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:black'><a href=3D"http://myserver/myns/alpha%3c/gml:name">http://myserver/myns/alpha&= lt;/gml:name</a></span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&gt;</sp= an><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;alph= aString&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:black'>AA123</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;/alp= haString&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;gml:= Polygon</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> srsName= </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;&q= uot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&gt;</sp= an><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;gml:outerBoundaryIs&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;gml:LinearRing&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;gml:coordinates</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> decimal= </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;.&= quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> cs</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot;,&= quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#F5844C'> ts</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#FF8040'>=3D</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#993300'>&quot; &= quot;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&gt;</sp= an><span style=3D'font-size:10.0pt;font-family:"Courier New";color:black'>0,0 84,0 8= 4,48 0,48 0,0</span><span style=3D'font-size:10.0pt;font-family:"Courier New"; color:#000096'>&lt;/gml:coordinates&gt;</span><span style=3D'font-size:10.0= pt; font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;/gml:LinearRing&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000= 096'>&lt;/gml:outerBoundaryIs&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;/gml= :Polygon&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;aStr= ing&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New";color:black'>aa123</spa= n><span style=3D'font-size:10.0pt;font-family:"Courier New";color:#000096'>&lt;/aSt= ring&gt;</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal><u><span style=3D'font-size:10.0pt;font-family:"Courie= r New"; color:#000096'>&lt;/alpha&gt;</span></u><o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>I am testing this snippet of Java code:<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; AbstractFeatureTy= pe feature =3D AbstractFeatureType.Factory.<i>parse</i>( xml );</span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; System.out.printl= n( feature.getNameArray().length );<o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New"'>&nbsp;&nbsp;&nbsp; System.out.println( feature.getId() );<o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; </span><span style=3D'font-size:10.0pt;font-family:"Courier New"'><o:p></o:p></span></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>The code compiles, but I am getting &#8220;0&#8221; fo= r the length and &#8220;null&#8221; for the id.<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>However, if I were to use:<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black;background:silver;mso-highlight:silve= r'>&nbsp;&nbsp;&nbsp; AlphaDocument doc =3D </span><span style=3D'font-size:10.0pt;font-family:"C= ourier New"; color:black'>AlphaDocument.Factory.<i>parse</i>( xml );<o:p></o:p></span></= p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; Alpha a =3D doc.getAlpha();</span><span style=3D'font-size:10.0pt;font-family:"Courier = New"'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; System.</span><i>= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#0000C0'>out</spa= n></i><span style=3D'font-size:10.0pt;font-family:"Courier New";color:black'>.println( a.getId() );</span><span style=3D'font-size:10.0pt;font-family:"Courier New= "'><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp; System.</span><i>= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#0000C0'>out</spa= n></i><span style=3D'font-size:10.0pt;font-family:"Courier New";color:black'>.println( a.getNameArray().</span><span style=3D'font-size:10.0pt;font-family:"Courie= r New"; color:#0000C0'>length</span><span style=3D'font-size:10.0pt;font-family:"Co= urier New"; color:black'> );<o:p></o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'><span style=3D'font-size= :10.0pt; font-family:"Courier New";color:black'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal style=3D'text-autospace:none'>Then I get &#8220;1&#822= 1; and &#8220;alpha.A1&#8221;, as I expect.<o:p></o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'>Is this working as desig= ned? Or am I doing something incorrectly.<o:p></o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'>I would like very much t= o be able to get at these parts of the xml without having to know that I am deal= ing with an Alpha or a Beta, as long as they both extend the AbstractFeatureTyp= e. Is there another means of doing so if parsing is not the answer?<o:p></o:p>= </p> <p class=3DMsoNormal style=3D'text-autospace:none'><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'>Thank you for your help.= <o:p></o:p></p> <p class=3DMsoNormal style=3D'text-autospace:none'>Ai-Hoa Sanh<o:p></o:p></= p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> </div> </body> </html> --_000_BE2E4CD25C69E948AF69AD4B77BBD9AF54387530B8LLE2K7BE01mit_-- From [email protected] Thu Jul 09 06:19:47 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57200 invoked from network); 9 Jul 2009 06:19:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jul 2009 06:19:47 -0000 Received: (qmail 35858 invoked by uid 500); 9 Jul 2009 06:19:57 -0000 Delivered-To: [email protected] Received: (qmail 35793 invoked by uid 500); 9 Jul 2009 06:19:56 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 35785 invoked by uid 99); 9 Jul 2009 06:19:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 06:19:56 +0000 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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO sj-iport-6.cisco.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 06:19:43 +0000 X-IronPort-AV: E=Sophos;i="4.42,372,1243814400"; d="scan'208,217";a="340378790" Received: from sj-dkim-1.cisco.com ([161.129.204.104]) by sj-iport-6.cisco.com with ESMTP; 09 Jul 2009 06:19:20 +0000 Received: from sj-core-1.cisco.com (sj-core-1.cisco.com [161.129.204.104]) by sj-dkim-1.cisco.com (8.12.11/8.12.11) with ESMTP id n696JKx0030493 for <[email protected]>; Wed, 8 Jul 2009 23:19:20 -0700 Received: from xbh-rtp-201.amer.cisco.com (xbh-rtp-201.cisco.com [161.129.204.104]) by sj-core-1.cisco.com (8.13.8/8.14.3) with ESMTP id n696JKVi015614 for <[email protected]>; Thu, 9 Jul 2009 06:19:20 GMT Received: from xmb-rtp-214.amer.cisco.com ([161.129.204.104]) by xbh-rtp-201.amer.cisco.com with Microsoft SMTPSVC973.359.9326); Thu, 9 Jul 2009 02:19:20 -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_01CA005D.3194AD69" Subject: Getting the exception - definition mismatch between parent and child loaders Date: Thu, 9 Jul 2009 02:19:18 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Getting the exception - definition mismatch between parent and child loaders Thread-Index: AcoAXTEYWoP5SdbyTMqnKb9MBKnoRA== From: "Nishanth Nair -X (nisnair - Infosys at Cisco)" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 09 Jul 2009 06:19:20.0116 (UTC) FILETIME=[31D01740:01CA005D] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; l=7798; t=1247120360; x=1247984360; c=relaxed/simple; s=sjdkim1004; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; [email protected]; z=From:=20=22Nishanth=20Nair=20-X=20(nisnair=20-=20Infosys=2 0at=20Cisco)=22=20<[email protected]> |Subject:=20Getting=20the=20exception=20-=20definition=20mi smatch=20between=20parent=20and=20child=20loaders=20=20 |Sender:=20; bh=/WO9v2GxqgNPOQlAGRsK9Gwa4nJLyjpNbPGcXZlQcnw=; b=QKZRDw2oxFK/0+DUjxqMyEyvIwQK4hNFKzBpBqvmvuEkk+YjH08WzSUyjI WFRegF9qNWiyDzVUAsils5CGyzZsjwXERzfvOB5mRHsi15duJHDUmkOc/o7t yT6ZOYLay59QOkoGHkLhVPquul2VG5rBEUH3MD/pNxCrqJkdy1yNY=; Authentication-Results: sj-dkim-1; [email protected]; dkim=pass ( sig from cisco.com/sjdkim1004 verified; ); X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CA005D.3194AD69 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi All,=20 I posted the below query in some forums and didnt get any response, hence hoping to get a solution here. =20 We are using xmlbeans 2.4 in our project.=20 Java version =3D J2RE 1.4.2 and websphere 5.1=20 At runtime the xml doc gets created fine but when we use the xPath functionality to edit the document, we get the following exception -=20 =20 javax.servlet.ServletException: Class javax/xml/transform/Source violates loader constraints: definition mismatch between parent and child loaders =20 [7/2/09 16:18:27:183 PDT] f72606c SystemErr R at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictSe rvletInstance.java:143) =20 [7/2/09 16:18:27:183 PDT] f72606c SystemErr R at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLi fecycleServlet.java:174) =20 [7/2/09 16:18:27:183 PDT] f72606c SystemErr R at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycle Servlet.java:313) =20 [7/2/09 16:18:27:183 PDT] f72606c SystemErr R at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLif ecycleServlet.java:116) =20 ..... =20 We also tried placing the xml beans related jars ahead in the class path.=20 I tested the functionality standalone using all the below mentioned jars and there was no conflict.=20 Does anyone have a solution to this?=20 Any pointers in this regard will be greatly appreciated.=20 =20 Below are some of the jar files in the classpath of the project -=20 =20 xmlbeans-qname.jar =20 xbean_xpath.jar =20 xbean.jar =20 saxon9-dom.jar =20 saxon9.jar =20 LicensingData.jar =20 jsr173_1.0_api.jar =20 xmlpublic.jar =20 jstl.jar =20 tibjms.jar =20 tibjmsadmin.jar =20 tibjmsapps.jar =20 axis.jar =20 axis-ant.jar =20 jaxrpc.jar =20 saaj.jar =20 jakarta-oro.jar =20 commons-discovery.jar =20 standard.jar jmscommon.jar jms.jar activation.jar wsdl4j.jar captcha.jar commons-beanutils.jar commons-digester.jar commons-el.jar commons-fileupload.jar commons-validator.jar commons-collections.jar commons-collections-3.2.jar jcaptcha-all-1.0-RC3.jar =20 =20 =20 Regards, Nishanth Nair ------_=_NextPart_001_01CA005D.3194AD69 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.3562" name=3DGENERATOR></HEAD> <BODY> <DIV><SPAN class=3Dpostbody>Hi All, <BR></SPAN></DIV> <DIV><SPAN class=3Dpostbody><FONT face=3DArial size=3D2><SPAN=20 class=3D292190006-09072009>I posted the below query in some forums and = didnt get=20 any response, hence hoping to get a solution = here.</SPAN></FONT></SPAN></DIV> <DIV><SPAN class=3Dpostbody><FONT face=3DArial = size=3D2></FONT>&nbsp;</DIV></SPAN> <DIV><SPAN class=3Dpostbody>We are using xmlbeans 2.4 in our project. = <BR>Java=20 version =3D J2RE 1.4.2 and websphere 5.1 <BR><BR>At runtime the xml doc = gets=20 created fine but when we use the xPath functionality to edit the = document, we=20 get the following exception - </SPAN></DIV> <DIV><SPAN class=3Dpostbody><FONT face=3DArial = size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3Dpostbody><FONT face=3DArial=20 size=3D2>javax.servlet.ServletException: Class = javax/xml/transform/Source violates=20 loader constraints:&nbsp; definition mismatch between parent and child=20 loaders&nbsp; <BR>&nbsp;[7/2/09 16:18:27:183 PDT]&nbsp; f72606c=20 SystemErr&nbsp;&nbsp;&nbsp;&nbsp; R&nbsp; at=20 com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictSer= vletInstance.java:143)&nbsp;=20 <BR>&nbsp;[7/2/09 16:18:27:183 PDT]&nbsp; f72606c=20 SystemErr&nbsp;&nbsp;&nbsp;&nbsp; R&nbsp; at=20 com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLif= ecycleServlet.java:174)&nbsp;=20 <BR>&nbsp;[7/2/09 16:18:27:183 PDT]&nbsp; f72606c=20 SystemErr&nbsp;&nbsp;&nbsp;&nbsp; R&nbsp; at=20 com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleS= ervlet.java:313)&nbsp;=20 <BR>&nbsp;[7/2/09 16:18:27:183 PDT]&nbsp; f72606c=20 SystemErr&nbsp;&nbsp;&nbsp;&nbsp; R&nbsp; at=20 com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLife= cycleServlet.java:116)&nbsp;=20 </FONT></SPAN></DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><FONT = face=3DArial=20 size=3D2>&nbsp;.....</FONT></SPAN></SPAN></DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><FONT = face=3DArial=20 size=3D2></FONT></SPAN></SPAN>&nbsp;</DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><SPAN = class=3Dpostbody>We=20 also tried placing the xml beans related jars ahead in the class path. = <BR>I=20 tested the functionality standalone using all the below mentioned jars = and there=20 was no conflict. <BR><BR>Does anyone have a solution to this? <BR>Any = pointers=20 in this regard will be greatly appreciated. </SPAN></SPAN></SPAN></DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><SPAN=20 class=3Dpostbody><FONT face=3DArial = size=3D2></FONT></SPAN></SPAN></SPAN>&nbsp;</DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><SPAN=20 class=3Dpostbody><SPAN class=3Dpostbody>Below are some of the jar files = in the=20 classpath of the project&nbsp;- </SPAN></SPAN></SPAN></SPAN></DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><SPAN=20 class=3Dpostbody><SPAN class=3Dpostbody><FONT face=3DArial=20 size=3D2></FONT></SPAN></SPAN></SPAN></SPAN>&nbsp;</DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><SPAN=20 class=3Dpostbody><SPAN class=3Dpostbody><FONT face=3DArial=20 size=3D2>xmlbeans-qname.jar&nbsp; <BR>xbean_xpath.jar&nbsp; = <BR>xbean.jar&nbsp;=20 <BR>saxon9-dom.jar&nbsp; <BR>saxon9.jar&nbsp; = <BR>LicensingData.jar&nbsp;=20 <BR>jsr173_1.0_api.jar&nbsp; <BR>xmlpublic.jar&nbsp; <BR>jstl.jar&nbsp;=20 <BR>tibjms.jar&nbsp; <BR>tibjmsadmin.jar&nbsp; <BR>tibjmsapps.jar&nbsp;=20 <BR>axis.jar&nbsp; <BR>axis-ant.jar&nbsp; <BR>jaxrpc.jar&nbsp;=20 <BR>saaj.jar&nbsp; <BR>jakarta-oro.jar&nbsp; = <BR>commons-discovery.jar&nbsp;=20 <BR>standard.jar<BR>jmscommon.jar<BR>jms.jar<BR>activation.jar<BR>wsdl4j.= jar<BR>captcha.jar<BR>commons-beanutils.jar<BR>commons-digester.jar<BR>co= mmons-el.jar<BR>commons-fileupload.jar<BR>commons-validator.jar<BR>common= s-collections.jar<BR>commons-collections-3.2.jar<BR>jcaptcha-all-1.0-RC3.= jar</FONT></SPAN></SPAN></SPAN></SPAN></DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><SPAN=20 class=3Dpostbody><SPAN class=3Dpostbody><FONT face=3DArial=20 size=3D2></FONT></SPAN></SPAN></SPAN></SPAN>&nbsp;</DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><SPAN=20 class=3Dpostbody><SPAN class=3Dpostbody><FONT face=3DArial=20 size=3D2></FONT></SPAN></SPAN></SPAN></SPAN>&nbsp;</DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><SPAN=20 class=3Dpostbody><SPAN class=3Dpostbody><FONT face=3DArial=20 size=3D2></FONT></SPAN></SPAN></SPAN></SPAN>&nbsp;</DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><SPAN=20 class=3Dpostbody><SPAN class=3Dpostbody><FONT face=3DArial=20 size=3D2>Regards,</FONT></SPAN></SPAN></SPAN></SPAN></DIV> <DIV><SPAN class=3Dpostbody><SPAN class=3D292190006-09072009><SPAN=20 class=3Dpostbody><SPAN class=3Dpostbody><FONT face=3DArial = size=3D2>Nishanth=20 Nair</FONT></SPAN></SPAN></SPAN></SPAN></DIV></BODY></HTML> ------_=_NextPart_001_01CA005D.3194AD69-- From [email protected] Mon Jul 13 13:40:21 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86759 invoked from network); 13 Jul 2009 13:40:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jul 2009 13:40:21 -0000 Received: (qmail 31032 invoked by uid 500); 13 Jul 2009 13:40:30 -0000 Delivered-To: [email protected] Received: (qmail 31004 invoked by uid 500); 13 Jul 2009 13:40: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]> Reply-To: [email protected] List-Id: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30996 invoked by uid 99); 13 Jul 2009 13:40:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 13:40:29 +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 SG2EHSOBE005.bigfish.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 13:40:19 +0000 Received: from mail216-sin-R.bigfish.com (161.129.204.104) by SG2EHSOBE005.bigfish.com (161.129.204.104) with Microsoft SMTP Server id 8.1.340.0; Mon, 13 Jul 2009 13:39:55 +0000 Received: from mail216-sin (localhost.localdomain [161.129.204.104]) by mail216-sin-R.bigfish.com (Postfix) with ESMTP id E816A1460088 for <[email protected]>; Mon, 13 Jul 2009 13:39:48 +0000 (UTC) X-SpamScore: -18 X-BigFish: VPS-18(zza0dJ1417L7eaWzz1202hzzz32i6bh43j61h) X-Spam-TCS-SCL: 0:0 Received: by mail216-sin (MessageSwitch) id 1247492384427062_3076; Mon, 13 Jul 2009 13:39:44 +0000 (UCT) Received: from smtp.nhs.net (unknown [161.129.204.104]) by mail216-sin.bigfish.com (Postfix) with ESMTP id 614523B804E for <[email protected]>; Mon, 13 Jul 2009 13:39:43 +0000 (UTC) Message-ID: <[email protected]> Date: Mon, 13 Jul 2009 14:39:20 +0100 From: Adam Flinton <[email protected]> Reply-To: [email protected] User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: XMLBeans-User <[email protected]> Subject: Announce: Ant task for creating instances from XML (W3C) Schema Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Dear All, A new tool: https://ant-tasks.projects.openhealthtools.org/source/browse/*checkout*/ant= -tasks/trunk/AntTask-GenerateXML/index.html An ant task which uses XMLbeans to create example XML instances from a schema. See: https://ant-tasks.projects.openhealthtools.org/source/browse/*checkout*/ant= -tasks/trunk/AntTask-GenerateXML/documentation/UserGuide.html For the list of properties you must of can set. Installation (including where to download the binary/zip file: https://ant-tasks.projects.openhealthtools.org/source/browse/*checkout*/ant= -tasks/trunk/AntTask-GenerateXML/documentation/Installation.html It is especially useful for looking a pieces of schema as you can set the element you wish to use as the root one. It will use the values from enumerations are the fixed/default values for attributes and elements if they are set. It obeys the XML type system with the exception of regex/patterns. If anyone knows of some Open Source Java based "example from Regex" code then please let me know as the one thing it is lacking is the ability to create examples from patterns. XMLBean info: Differences with the std XML beans SampleXMLUtil: Added : In addition to the std settings you can set: public int numRepeat - Sets the number of repeats where more than one lement is allowed. Will work with the minOccurs and MaxOccurs is those are set. public boolean addOptE - Add optional Elements public boolean addOptAtt =3D Add optional Attributes I also check Element.getDefaultText() such that if an element has some default text set in the schema it will use that. I removed all the soap stuff (e.g. soapEnc) as it was not required. If anyone wants to integrate it into the std XML Beans code base etc.......then....it is Open Source etc. If anyone finds any bugs/wants any new features then....it is Open source etc.etc. Adam ***************************************************************************= ***************************************** This message may contain confidential information. If you are not the inten= ded recipient please inform the sender that you have received the message in error before deleting it. Please do not disclose, copy or distribute information in this e-mail or ta= ke any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Thank you for your co-operation. NHSmail is the secure email and directory service available for all NHS sta= ff in England and Scotland NHSmail is approved for exchanging patient data and other sensitive informa= tion with NHSmail and GSI recipients NHSmail provides an email address for your career in the NHS and can be acc= essed anywhere For more information and to find out how you can switch, visit www.connecti= ngforhealth.nhs.uk/nhsmail ***************************************************************************= ***************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jul 22 10:21:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81134 invoked from network); 22 Jul 2009 10:21:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jul 2009 10:21:23 -0000 Received: (qmail 64234 invoked by uid 500); 22 Jul 2009 10:22:28 -0000 Delivered-To: [email protected] Received: (qmail 64195 invoked by uid 500); 22 Jul 2009 10:22:28 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 64187 invoked by uid 99); 22 Jul 2009 10:22:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 10:22:28 +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; Wed, 22 Jul 2009 10:22: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 1MTYxQ-0002Gd-TK for [email protected]; Wed, 22 Jul 2009 03:21:56 -0700 Message-ID: <[email protected]> Date: Wed, 22 Jul 2009 03:21:56 -0700 (PDT) From: hannehomuth <[email protected]> To: [email protected] Subject: Maven and XMLBeans, not best friends?? 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 to everyone, I've trying and searching a lot of hours but could not find any solution which worked for me. I want to use xmlbeans in an project which uses maven as build tool. I've configured the plugin in the pom.xml in this way <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>xmlbeans-maven-plugin</artifactId> <version>2.1.0</version> <executions> <execution> <id>Build-XMLBeans</id> <goals> <goal>xmlbeans</goal> </goals> </execution> </executions> <configuration> <schemaDirectory>src/main/java/com/vw/ais/jobengine/propertytypes</schemaDirectory> <schemaDirectory>src/main/java/com/vw/ais/jobengine/configurations</schemaDirectory> <classGenerationDirectory>${project.build.directory}/generated-classes/xmlbeans</classGenerationDirectory> <sourceGenerationDirectory>${project.build.directory}/generated-sources/xmlbeans</sourceGenerationDirectory> <verbose>true</verbose> </configuration> </plugin> Furthermore I have declared some dependencies for xmlbeans <dependencies> <dependency> <groupId>xmlbeans</groupId> <artifactId>xmlbeans</artifactId> <version>2.2.0</version> </dependency> <dependency> <groupId>xmlbeans</groupId> <artifactId>xbean</artifactId> <version>2.1.0</version> </dependency> </dependencies> The project build will run successful, but when I try to run the app, I get the good old Exception in thread "main" java.lang.ExceptionInInitializerError at com.vw.ais.jobengine.validation.ConfigurationValidator.schematicValidation(ConfigurationValidator.java:98) at com.vw.ais.jobengine.validation.ConfigurationValidator.validate(ConfigurationValidator.java:58) at com.vw.ais.jobengine.JobEngine.initialize(JobEngine.java:54) at com.vw.ais.jobengine.Test.main(Test.java:34) Caused by: java.lang.RuntimeException: Cannot load SchemaTypeSystem. Unable to load class with name schemaorg_apache_xmlbeans.system.s09447651F54C8102642F6478AB9428E3.TypeSystemHolder. Make sure the generated binary files are on the classpath. at org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XmlBeans.java:783) at com.vw.ais.jobengine.configurations.JobEngineDocument.<clinit>(JobEngineDocument.java:19) ... 4 more Caused by: java.lang.ClassNotFoundException: schemaorg_apache_xmlbeans.system.s09447651F54C8102642F6478AB9428E3.TypeSystemHolder ....... ....... The Class schemaorg_apache_xmlbeans.system.s09447651F54C8102642F6478AB9428E3.TypeSystemHolder lies in the jar. What the hell is wrong here. Does anyone see what I'm doing wrong here. Thx for suggestions -- View this message in context: http://www.nabble.com/Maven-and-XMLBeans%2C-not-best-friends---tp24603611p24603611.html Sent from the Xml Beans - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jul 25 13:41:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67064 invoked from network); 25 Jul 2009 13:41:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jul 2009 13:41:02 -0000 Received: (qmail 40638 invoked by uid 500); 25 Jul 2009 13:42:07 -0000 Delivered-To: [email protected] Received: (qmail 40604 invoked by uid 500); 25 Jul 2009 13:42:07 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 40596 invoked by uid 99); 25 Jul 2009 13:42:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jul 2009 13:42: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; Sat, 25 Jul 2009 13:41: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 1MUhVI-0003iW-LJ for [email protected]; Sat, 25 Jul 2009 06:41:36 -0700 Message-ID: <[email protected]> Date: Sat, 25 Jul 2009 06:41:36 -0700 (PDT) From: Henry A <[email protected]> To: [email protected] Subject: Suppress prefix validation in the XML -Message 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 The message that my client gets from service looks lik this: <response xmlns="http://kkk/schema/xsxs" xmlns:ns1="http://kkk/xsx.org/"> <ns1:something> <ns1:mn> and so on</ns1:mn> </ns1:something> </response> Because the prefix ns1 is used in the message, the xmlbenas in client fails with an error! But when I remove the prefix from xml response and then handover to the xmlbean works fine. How can I say xmlbeans to understand the prefix in the message? Thanks for your hint in advance. -- View this message in context: http://www.nabble.com/Suppress-prefix-validation-in-the-XML--Message-tp24658040p24658040.html Sent from the Xml Beans - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jul 25 15:29:51 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3880 invoked from network); 25 Jul 2009 15:29:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jul 2009 15:29:51 -0000 Received: (qmail 18140 invoked by uid 500); 25 Jul 2009 15:30:55 -0000 Delivered-To: [email protected] Received: (qmail 18091 invoked by uid 500); 25 Jul 2009 15:30:55 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18083 invoked by uid 99); 25 Jul 2009 15:30:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jul 2009 15:30:55 +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-qy0-f203.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jul 2009 15:30:46 +0000 Received: by qyk41 with SMTP id 41so2910928qyk.29 for <[email protected]>; Sat, 25 Jul 2009 08:30:25 -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=eGm3fkLgffq7b1w9hfQzLxW0h7SdrAQcZIgInir3q3M=; b=Ab5SteTgJjOy0lAU6DpxiWZuBmr8o83B6eIkFucTphmNvTpTqwVxeWTXPElgKQ+/vZ R/qA9nuI6RBQ9hil1JH6p3bomFjqVA+qH6aTF0bbW8maRoiNQxV6qZW+E+jf/BVaJ21B aowGL9oQDW9QfW32GIbHjhEowT6zHixzW9pxM= 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=rMWby9ItcSgcCQ8CTu90rwHzx3U2oGIU8CoM2I8gvB9Llqb+GpISSfe0NpNRKPHhO/ jMNGY6bJV9lh6RROZjrrK2/OirSIeLLoDYCu4EyzRGWBuDrP0VQRdXhcQwdAKqQn68Ug s3g7x5ZbggyCzEtk7elvTkHmuvRnbdXRCSdOI= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id w3mr1089601qck.6.1248535824531; Sat, 25 Jul 2009 08:30:24 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Sat, 25 Jul 2009 08:30:24 -0700 Message-ID: <[email protected]> Subject: Re: Suppress prefix validation in the XML -Message From: Jacob Danner <[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 from what you describe it sounds like you might have a validation issue with the instance. Have you tried validating and seen if there are errors? This: <response xmlns=3D"http://kkk/schema/xsxs" xmlns:ns1=3D"http://kkk/xsx.o= rg/"> <ns1:something> <ns1:mn> and so on</ns1:mn> </ns1:something> </response> compared to this: <response xmlns=3D"http://kkk/schema/xsxs" xmlns:ns1=3D"http://kkk/xsx.o= rg/"> <something> <mn> and so on</mn> </something> </response> are actually quite different. If you still need help, please let us know what the validation errors are. -jacobd On Sat, Jul 25, 2009 at 6:41 AM, Henry A<[email protected]> wrote: > > The message that my client gets from service looks lik this: > <response =A0 =A0xmlns=3D"http://kkk/schema/xsxs" xmlns:ns1=3D"http://kkk= /xsx.org/"> > =A0 =A0<ns1:something> > =A0 =A0<ns1:mn> and so on</ns1:mn> > =A0 =A0</ns1:something> > =A0</response> > > Because the prefix ns1 is used in the message, the xmlbenas in client fai= ls > with an error! > =A0But when I remove the prefix from xml response and then handover to th= e > xmlbean works fine. > =A0How can I say xmlbeans to understand the prefix in the message? > =A0Thanks for your hint in advance. > > > > -- > View this message in context: http://www.nabble.com/Suppress-prefix-valid= ation-in-the-XML--Message-tp24658040p24658040.html > Sent from the Xml Beans - 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] Sat Jul 25 18:16:08 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46119 invoked from network); 25 Jul 2009 18:16:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jul 2009 18:16:08 -0000 Received: (qmail 18500 invoked by uid 500); 25 Jul 2009 18:17:13 -0000 Delivered-To: [email protected] Received: (qmail 18435 invoked by uid 500); 25 Jul 2009 18:17:13 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18427 invoked by uid 99); 25 Jul 2009 18:17:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jul 2009 18:17:13 +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; Sat, 25 Jul 2009 18:17:04 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MUlnX-0005bf-Fb for [email protected]; Sat, 25 Jul 2009 11:16:43 -0700 Message-ID: <[email protected]> Date: Sat, 25 Jul 2009 11:16:43 -0700 (PDT) From: Henry A <[email protected]> To: [email protected] Subject: Re: Suppress prefix validation in the XML -Message 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 >from what you describe it sounds like you might have a validation a) The only message after validating of response i get is a boolean value:fals= e //hier is the validation responseDoc.Factory.parse(respons_decoded).validate(); Are there other options to get more validation data from the xmlbean!? b) I do not understand what you mean, they are total different messages?? The message 1 you see below is the original response The message 2 is the original response after i removed the prefixes ?? strange enough, after removing the ns1: from tags, xmlbeans does process=20 the response fine but still the validation value of document is false! ?? ----------------------------- Jacob Danner-2 wrote: >=20 > from what you describe it sounds like you might have a validation > issue with the instance. Have you tried validating and seen if there > are errors? >=20 > This: > <response xmlns=3D"http://kkk/schema/xsxs" > xmlns:ns1=3D"http://kkk/xsx.org/"> > <ns1:something> > <ns1:mn> and so on</ns1:mn> > </ns1:something> > </response> >=20 > compared to this: > <response xmlns=3D"http://kkk/schema/xsxs" > xmlns:ns1=3D"http://kkk/xsx.org/"> > <something> > <mn> and so on</mn> > </something> > </response> >=20 > are actually quite different. > If you still need help, please let us know what the validation errors are= . >=20 > -jacobd >=20 >=20 > On Sat, Jul 25, 2009 at 6:41 AM, Henry A<[email protected]> wrote: >> >> The message that my client gets from service looks lik this: >> <response =C2=A0 =C2=A0xmlns=3D"http://kkk/schema/xsxs" >> xmlns:ns1=3D"http://kkk/xsx.org/"> >> =C2=A0 =C2=A0<ns1:something> >> =C2=A0 =C2=A0<ns1:mn> and so on</ns1:mn> >> =C2=A0 =C2=A0</ns1:something> >> =C2=A0</response> >> >> Because the prefix ns1 is used in the message, the xmlbenas in client >> fails >> with an error! >> =C2=A0But when I remove the prefix from xml response and then handover t= o the >> xmlbean works fine. >> =C2=A0How can I say xmlbeans to understand the prefix in the message? >> =C2=A0Thanks for your hint in advance. >> >> >> >> -- >> View this message in context: >> http://www.nabble.com/Suppress-prefix-validation-in-the-XML--Message-tp2= 4658040p24658040.html >> Sent from the Xml Beans - User mailing list [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] >=20 >=20 >=20 --=20 View this message in context: http://www.nabble.com/Suppress-prefix-validat= ion-in-the-XML--Message-tp24658040p24660279.html Sent from the Xml Beans - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jul 25 19:34:33 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67978 invoked from network); 25 Jul 2009 19:34:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jul 2009 19:34:32 -0000 Received: (qmail 63066 invoked by uid 500); 25 Jul 2009 19:35:37 -0000 Delivered-To: [email protected] Received: (qmail 63013 invoked by uid 500); 25 Jul 2009 19:35:37 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63005 invoked by uid 99); 25 Jul 2009 19:35:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jul 2009 19:35:37 +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 smtp6.freeserve.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jul 2009 19:35:26 +0000 Received: from me-wanadoo.net (localhost [161.129.204.104]) by mwinf3626.me.freeserve.com (SMTP Server) with ESMTP id 07CB67000082 for <[email protected]>; Sat, 25 Jul 2009 21:35:04 +0200 (CEST) Received: from Codalogic (user-514dbf12.l2.c1.dsl.pol.co.uk [161.129.204.104]) by mwinf3626.me.freeserve.com (SMTP Server) with SMTP id C15907000081 for <[email protected]>; Sat, 25 Jul 2009 21:35:03 +0200 (CEST) X-ME-UUID: [email protected] Message-ID: <083FC3D103C54A48A001910C1B4C8F7B@Codalogic> From: "Pete Cordell" <[email protected]> To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Subject: Re: Suppress prefix validation in the XML -Message Date: Sat, 25 Jul 2009 20:34:58 +0100 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.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Would it help if you posted the XSD schema? Thanks, Pete Cordell Codalogic Ltd Visit http://codalogic.com/lmx/ or http://www.xml2cpp.com for C++ XML data binding ----- Original Message ----- From: "Henry A" <[email protected]> To: <[email protected]> Sent: Saturday, July 25, 2009 7:16 PM Subject: Re: Suppress prefix validation in the XML -Message >from what you describe it sounds like you might have a validation a) The only message after validating of response i get is a boolean value:false //hier is the validation responseDoc.Factory.parse(respons_decoded).validate(); Are there other options to get more validation data from the xmlbean!? b) I do not understand what you mean, they are total different messages?? The message 1 you see below is the original response The message 2 is the original response after i removed the prefixes ?? strange enough, after removing the ns1: from tags, xmlbeans does process the response fine but still the validation value of document is false! ?? ----------------------------- Jacob Danner-2 wrote: > > from what you describe it sounds like you might have a validation > issue with the instance. Have you tried validating and seen if there > are errors? > > This: > <response xmlns="http://kkk/schema/xsxs" > xmlns:ns1="http://kkk/xsx.org/"> > <ns1:something> > <ns1:mn> and so on</ns1:mn> > </ns1:something> > </response> > > compared to this: > <response xmlns="http://kkk/schema/xsxs" > xmlns:ns1="http://kkk/xsx.org/"> > <something> > <mn> and so on</mn> > </something> > </response> > > are actually quite different. > If you still need help, please let us know what the validation errors are. > > -jacobd > > > On Sat, Jul 25, 2009 at 6:41 AM, Henry A<[email protected]> wrote: >> >> The message that my client gets from service looks lik this: >> <response xmlns="http://kkk/schema/xsxs" >> xmlns:ns1="http://kkk/xsx.org/"> >> <ns1:something> >> <ns1:mn> and so on</ns1:mn> >> </ns1:something> >> </response> >> >> Because the prefix ns1 is used in the message, the xmlbenas in client >> fails >> with an error! >> But when I remove the prefix from xml response and then handover to the >> xmlbean works fine. >> How can I say xmlbeans to understand the prefix in the message? >> Thanks for your hint in advance. >> >> >> >> -- >> View this message in context: >> http://www.nabble.com/Suppress-prefix-validation-in-the-XML--Message-tp24658040p24658040.html >> Sent from the Xml Beans - 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] > > > -- View this message in context: http://www.nabble.com/Suppress-prefix-validation-in-the-XML--Message-tp24658040p24660279.html Sent from the Xml Beans - 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] Sat Jul 25 22:23:40 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17462 invoked from network); 25 Jul 2009 22:23:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jul 2009 22:23:40 -0000 Received: (qmail 49285 invoked by uid 500); 25 Jul 2009 22:24:45 -0000 Delivered-To: [email protected] Received: (qmail 49253 invoked by uid 500); 25 Jul 2009 22:24:45 -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: <user.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 49240 invoked by uid 99); 25 Jul 2009 22:24:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jul 2009 22:24: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f203.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jul 2009 22:24:33 +0000 Received: by qyk41 with SMTP id 41so3055782qyk.29 for <[email protected]>; Sat, 25 Jul 2009 15:24: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:message-id:subject:from:to:content-type; bh=NpOdZWPLCwmpAXDTV0LK8IcFfatWcM+YfT4NMi8655w=; b=a87t2CEoqxtr+LrIPdsDy0v0sJnWK2ETb8N2xjcdaKrB8TJErKXhK3BSWikJWweubX VFzeEH0pRie1yN++HfnLJHiZ8K3wK6yq3A01GPbgcBB/+OKZKrg52mEvinfPWcXC4J/I jDjRntCcGFz3FAK3CKDTW9/cMTOXdAKb2Ts5k= 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=OkXfQIqmUtRtaFiLYKQ0WJl3O4UTqJd4PsSgy6SPN3egFrMp4r5MK9TrB+ao1flEj6 EpaMjAsoV5rgWR8bKpWxgzWtTpxBZ+6YM4/eoL6GFpOygnz1qQb8zWYb3ZTaorbQfHh4 +jK1cTFexMJkYH+FOYdFEWTUoS9Bcj0rBg4BQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id v18mr1054477qcn.76.1248560651672; Sat, 25 Jul 2009 15:24:11 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Sat, 25 Jul 2009 15:24:11 -0700 Message-ID: <[email protected]> Subject: Re: Suppress prefix validation in the XML -Message From: Jacob Danner <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016367f9a001f9f36046f8f2ee6 X-Virus-Checked: Checked by ClamAV on apache.org --0016367f9a001f9f36046f8f2ee6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit A) Take a peek at http://xmlbeans.apache.org/docs/2.0.0/guide/conValidationWithXmlBeans.html#validation_apis you can set an error listener on the XMLOptions you pass into the validate method and get much more useful information. The value of false means the instance is not valid according to the schema. B) In your example payload, you have <response xmlns="http://kkk/schema/xsxs" xmlns:ns1="http://kkk/xsx.org/"> <ns1:something> ... and you are saying that when you remove the namespace prefix everything works fine. I'm saying that instance is NOT the same as the one you posted. For example, if you remove the prefix on the <something /> element, what is the new QName on it? It inherits the namespace from the xmlns value. In the example you posted the xmlns value and the value assigned to ns1 are not the same. In long form: (before) <response xmlns="http://kkk/schema/xsxs" > <something *xmlns="http://kkk/xsx.org/"*> ... (after removing the prefix) <response xmlns="http://kkk/schema/xsxs" > <something *xmlns="http://kkk/schema/xsxs"*> Does that help you see the difference? I also imagine the additional error messages will state something about 'found element [email protected], but expected something@xsxs" HTH, -jacobd On Sat, Jul 25, 2009 at 11:16 AM, Henry A<[email protected]> wrote: > >>from what you describe it sounds like you might have a validation > a) > The only message after validating of response i get is a boolean value:false > > //hier is the validation > responseDoc.Factory.parse(respons_decoded).validate(); > Are there other options to get more validation data from the xmlbean!? > > b) > I do not understand what you mean, they are total different messages?? > The message 1 you see below is the original response > The message 2 is the original response after i removed the prefixes > ?? > strange enough, after removing the ns1: from tags, xmlbeans does process > the response fine but still the validation value of document is false! > > ?? > ----------------------------- > > > > Jacob Danner-2 wrote: >> >> from what you describe it sounds like you might have a validation >> issue with the instance. Have you tried validating and seen if there >> are errors? >> >> This: >> <response xmlns="http://kkk/schema/xsxs" >> xmlns:ns1="http://kkk/xsx.org/"> >> <ns1:something> >> <ns1:mn> and so on</ns1:mn> >> </ns1:something> >> </response> >> >> compared to this: >> <response xmlns="http://kkk/schema/xsxs" >> xmlns:ns1="http://kkk/xsx.org/"> >> <something> >> <mn> and so on</mn> >> </something> >> </response> >> >> are actually quite different. >> If you still need help, please let us know what the validation errors are. >> >> -jacobd >> >> >> On Sat, Jul 25, 2009 at 6:41 AM, Henry A<[email protected]> wrote: >>> >>> The message that my client gets from service looks lik this: >>> <response xmlns="http://kkk/schema/xsxs" >>> xmlns:ns1="http://kkk/xsx.org/"> >>> <ns1:something> >>> <ns1:mn> and so on</ns1:mn> >>> </ns1:something> >>> </response> >>> >>> Because the prefix ns1 is used in the message, the xmlbenas in client >>> fails >>> with an error! >>> But when I remove the prefix from xml response and then handover to the >>> xmlbean works fine. >>> How can I say xmlbeans to understand the prefix in the message? >>> Thanks for your hint in advance. >>> >>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Suppress-prefix-validation-in-the-XML--Message-tp24658040p24658040.html >>> Sent from the Xml Beans - 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] >> >> >> > > -- > View this message in context: http://www.nabble.com/Suppress-prefix-validation-in-the-XML--Message-tp24658040p24660279.html > Sent from the Xml Beans - User mailing list [email protected]. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --0016367f9a001f9f36046f8f2ee6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable A) Take a peek at<br><a href=3D"http://xmlbeans.apache.org/docs/2.0.0/guide= /conValidationWithXmlBeans.html#validation_apis">http://xmlbeans.apache.org= /docs/2.0.0/guide/conValidationWithXmlBeans.html#validation_apis</a><br><br= > you can set an error listener on the XMLOptions you pass into the validate = method and get much more useful information. The value of false means the i= nstance is not valid according to the schema.<br><br><br>B) In your example= payload, you have<br> &lt;response =A0 =A0xmlns=3D&quot;<a href=3D"http://kkk/schema/xsxs">http:/= /kkk/schema/xsxs</a>&quot; xmlns:ns1=3D&quot;<a href=3D"http://kkk/xsx.org/= ">http://kkk/xsx.org/</a>&quot;&gt;<br> =A0 &lt;ns1:something&gt;<br>...<br= >and you are saying that when you remove the namespace prefix everything wo= rks fine. <br> I&#39;m saying that instance is NOT the same as the one you posted.<br>For = example, if you remove the prefix on the &lt;something /&gt; element, what = is the new QName on it? It inherits the namespace from the xmlns value. In = the example you posted the xmlns value and the value assigned to ns1 are no= t the same. <br> In long form: (before)<br>&lt;response =A0 =A0xmlns=3D&quot;<a href=3D"http= ://kkk/schema/xsxs">http://kkk/schema/xsxs</a>&quot; &gt;<br> =A0 &lt;somet= hing <b>xmlns=3D&quot;<a href=3D"http://kkk/xsx.org/">http://kkk/xsx.org/</= a>&quot;</b>&gt;<br> ...<br>(after removing the prefix)<br>&lt;response =A0 =A0xmlns=3D&quot;<a = href=3D"http://kkk/schema/xsxs">http://kkk/schema/xsxs</a>&quot; &gt;<br> = =A0 &lt;something <b>xmlns=3D&quot;<a href=3D"http://kkk/schema/xsxs">http:= //kkk/schema/xsxs</a>&quot;</b>&gt;<br> <br>Does that help you see the difference? I also imagine the additional er= ror messages will state something about &#39;found element <a href=3D"mailt= o:[email protected]">[email protected]</a>, but expected something@xsxs&quo= t;<br> <br>HTH,<br>-jacobd<br><br><br>On Sat, Jul 25, 2009 at 11:16 AM, Henry A&lt= ;<a href=3D"mailto:[email protected]">[email protected]</a>&gt; wrote= :<br>&gt;<br>&gt;&gt;from what you describe it sounds like you might have a= validation<br> &gt; a)<br>&gt; The only message after validating of response i get is a bo= olean value:false<br>&gt;<br>&gt; //hier is the validation<br>&gt; response= Doc.Factory.parse(respons_decoded).validate();<br>&gt; Are there other opti= ons to get more validation data from the xmlbean!?<br> &gt;<br>&gt; b)<br>&gt; I do not understand what you mean, they are total d= ifferent messages??<br>&gt; The message 1 you see below is the original res= ponse<br>&gt; The message 2 is the original response after i removed the pr= efixes<br> &gt; ??<br>&gt; strange enough, after removing the ns1: from tags, xmlbeans= does process<br>&gt; =A0the response fine but still the validation value o= f document is false!<br>&gt;<br>&gt; ??<br>&gt; ---------------------------= --<br> &gt;<br>&gt;<br>&gt;<br>&gt; Jacob Danner-2 wrote:<br>&gt;&gt;<br>&gt;&gt; = from what you describe it sounds like you might have a validation<br>&gt;&g= t; issue with the instance. Have you tried validating and seen if there<br> &gt;&gt; are errors?<br>&gt;&gt;<br>&gt;&gt; This:<br>&gt;&gt; &lt;response= =A0 =A0xmlns=3D&quot;<a href=3D"http://kkk/schema/xsxs">http://kkk/schema/= xsxs</a>&quot;<br>&gt;&gt; xmlns:ns1=3D&quot;<a href=3D"http://kkk/xsx.org/= ">http://kkk/xsx.org/</a>&quot;&gt;<br> &gt;&gt; =A0 =A0 &lt;ns1:something&gt;<br>&gt;&gt; =A0 =A0 &lt;ns1:mn&gt; a= nd so on&lt;/ns1:mn&gt;<br>&gt;&gt; =A0 =A0 &lt;/ns1:something&gt;<br>&gt;&= gt; &lt;/response&gt;<br>&gt;&gt;<br>&gt;&gt; compared to this:<br>&gt;&gt;= &lt;response =A0 =A0xmlns=3D&quot;<a href=3D"http://kkk/schema/xsxs">http:= //kkk/schema/xsxs</a>&quot;<br> &gt;&gt; xmlns:ns1=3D&quot;<a href=3D"http://kkk/xsx.org/">http://kkk/xsx.o= rg/</a>&quot;&gt;<br>&gt;&gt; =A0 =A0 &lt;something&gt;<br>&gt;&gt; =A0 =A0= &lt;mn&gt; and so on&lt;/mn&gt;<br>&gt;&gt; =A0 =A0 &lt;/something&gt;<br>= &gt;&gt; =A0 &lt;/response&gt;<br> &gt;&gt;<br>&gt;&gt; are actually quite different.<br>&gt;&gt; If you still= need help, please let us know what the validation errors are.<br>&gt;&gt;<= br>&gt;&gt; -jacobd<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; On Sat, Jul 25, 200= 9 at 6:41 AM, Henry A&lt;<a href=3D"mailto:[email protected]">henry_huma= [email protected]</a>&gt; wrote:<br> &gt;&gt;&gt;<br>&gt;&gt;&gt; The message that my client gets from service l= ooks lik this:<br>&gt;&gt;&gt; &lt;response =A0 =A0xmlns=3D&quot;<a href=3D= "http://kkk/schema/xsxs">http://kkk/schema/xsxs</a>&quot;<br>&gt;&gt;&gt; x= mlns:ns1=3D&quot;<a href=3D"http://kkk/xsx.org/">http://kkk/xsx.org/</a>&qu= ot;&gt;<br> &gt;&gt;&gt; =A0 =A0&lt;ns1:something&gt;<br>&gt;&gt;&gt; =A0 =A0&lt;ns1:mn= &gt; and so on&lt;/ns1:mn&gt;<br>&gt;&gt;&gt; =A0 =A0&lt;/ns1:something&gt;= <br>&gt;&gt;&gt; =A0&lt;/response&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Becau= se the prefix ns1 is used in the message, the xmlbenas in client<br> &gt;&gt;&gt; fails<br>&gt;&gt;&gt; with an error!<br>&gt;&gt;&gt; =A0But wh= en I remove the prefix from xml response and then handover to the<br>&gt;&g= t;&gt; xmlbean works fine.<br>&gt;&gt;&gt; =A0How can I say xmlbeans to und= erstand the prefix in the message?<br> &gt;&gt;&gt; =A0Thanks for your hint in advance.<br>&gt;&gt;&gt;<br>&gt;&gt= ;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; --<br>&gt;&gt;&gt; View this message = in context:<br>&gt;&gt;&gt; <a href=3D"http://www.nabble.com/Suppress-prefi= x-validation-in-the-XML--Message-tp24658040p24658040.html">http://www.nabbl= e.com/Suppress-prefix-validation-in-the-XML--Message-tp24658040p24658040.ht= ml</a><br> &gt;&gt;&gt; Sent from the Xml Beans - User mailing list [email protected].= com.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; ----------------------= -----------------------------------------------<br>&gt;&gt;&gt; To unsubscr= ibe, e-mail: <a href=3D"mailto:[email protected]">user-u= [email protected]</a><br> &gt;&gt;&gt; For additional commands, e-mail: <a href=3D"mailto:user-help@x= mlbeans.apache.org">[email protected]</a><br>&gt;&gt;&gt;<br>&g= t;&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ----------------------------------------= -----------------------------<br> &gt;&gt; To unsubscribe, e-mail: <a href=3D"mailto:user-unsubscribe@xmlbean= s.apache.org">[email protected]</a><br>&gt;&gt; For addi= tional commands, e-mail: <a href=3D"mailto:[email protected]">u= [email protected]</a><br> &gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>&gt; --<br>&gt; View this messa= ge in context: <a href=3D"http://www.nabble.com/Suppress-prefix-validation-= in-the-XML--Message-tp24658040p24660279.html">http://www.nabble.com/Suppres= s-prefix-validation-in-the-XML--Message-tp24658040p24660279.html</a><br> &gt; Sent from the Xml Beans - User mailing list [email protected].<br>= &gt;<br>&gt;<br>&gt; ------------------------------------------------------= ---------------<br>&gt; To unsubscribe, e-mail: <a href=3D"mailto:user-unsu= [email protected]">[email protected]</a><br> &gt; For additional commands, e-mail: <a href=3D"mailto:[email protected].= apache.org">[email protected]</a><br>&gt;<br>&gt;<br><br> --0016367f9a001f9f36046f8f2ee6--
From [email protected] Mon Jul 27 15:59:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96981 invoked from network); 27 Jul 2009 15:59:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jul 2009 15:59:01 -0000 Received: (qmail 82220 invoked by uid 500); 27 Jul 2009 16:00:05 -0000 Delivered-To: [email protected] Received: (qmail 82037 invoked by uid 500); 27 Jul 2009 16:00: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: <p-dev.xerces.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81849 invoked by uid 99); 27 Jul 2009 16:00:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 16:00:04 +0000 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: 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; Mon, 27 Jul 2009 15:59:52 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e6.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id n6RG36xg024590; Mon, 27 Jul 2009 12:03:06 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n6RFxUBw249102; Mon, 27 Jul 2009 11:59:30 -0400 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 n6RFxUdx012303; Mon, 27 Jul 2009 11:59:30 -0400 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [161.129.204.104]) by d01av04.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id n6RFxTR0012292; Mon, 27 Jul 2009 11:59:30 -0400 Subject: Fw: Application Period for Travel Assistance to ApacheCon US 2009 Opens Soon To: [email protected], [email protected], [email protected], [email protected] Cc: [email protected], [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Michael Glavassevich <[email protected]> Date: Mon, 27 Jul 2009 11:59:28 -0400 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 8.0.1|February 07, 2008) at 07/27/2009 11:59:29 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=0ABBFC93DFC401CC8f9e8a93df938690918c0ABBFC93DFC401CC" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFC93DFC401CC8f9e8a93df938690918c0ABBFC93DFC401CC Content-type: text/plain; charset=US-ASCII (Apologies if you're receiving this a 2nd time. It seems most of the lists didn't get the first note.) Forwarding on behalf of the ASF's Travel Assistance Committee. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] "Gav..." <[email protected]> wrote on 07/22/2009 05:46:15 AM: > The Travel Assistance Committee is taking in applications for those wanting > to attend ApacheCon US 2009 (Oakland) which takes place between the 2nd and > 6th November 2009. > > The Travel Assistance Committee is looking for people who would like to be > able to attend ApacheCon US 2009 who may need some financial support in > order to get there. There are limited places available, and all applications > will be scored on their individual merit. Applications are open to all open > source developers who feel that their attendance would benefit themselves, > their project(s), the ASF and open source in general. > > Financial assistance is available for flights, accommodation, subsistence > and Conference fees either in full or in part, depending on circumstances. > It is intended that all our ApacheCon events are covered, so it may be > prudent for those in Europe and/or Asia to wait until an event closer to > them comes up - you are all welcome to apply for ApacheCon US of course, but > there should be compelling reasons for you to attend an event further away > that your home location for your application to be considered above those > closer to the event location. > > More information can be found on the main Apache website at > http://www.apache.org/travel/index.html - where you will also find a link to > the online application and details for submitting. > > Applications for applying for travel assistance will open on 27th July 2009 > and close of the 17th August 2009. > > Good luck to all those that will apply. > > Regards, > > The Travel Assistance Committee > -------------------- --0__=0ABBFC93DFC401CC8f9e8a93df938690918c0ABBFC93DFC401CC Content-type: text/html; charset=US-ASCII Content-Disposition: inline <html><body> <p><tt>(Apologies if you're receiving this a 2nd time. It seems most of the lists didn't get the first note.)</tt><br> <br> <tt>Forwarding on behalf of the ASF's </tt><tt>Travel Assistance Committee</tt><tt>.</tt><br> <br> <tt>Michael Glavassevich<br> XML Parser Development<br> IBM Toronto Lab<br> E-mail: [email protected]</tt><br> <tt>E-mail: [email protected]</tt><br> <br> <tt>&quot;Gav...&quot; &lt;[email protected]&gt; wrote on 07/22/2009 05:46:15 AM:<br> <br> &gt; The Travel Assistance Committee is taking in applications for those wanting<br> &gt; to attend ApacheCon US 2009 (Oakland) which takes place between the 2nd and<br> &gt; 6th November 2009.<br> &gt; <br> &gt; The Travel Assistance Committee is looking for people who would like to be<br> &gt; able to attend ApacheCon US 2009 who may need some financial support in<br> &gt; order to get there. There are limited places available, and all applications<br> &gt; will be scored on their individual merit. Applications are open to all open<br> &gt; source developers who feel that their attendance would benefit themselves,<br> &gt; their project(s), the ASF and open source in general.<br> &gt; <br> &gt; Financial assistance is available for flights, accommodation, subsistence<br> &gt; and Conference fees either in full or in part, depending on circumstances.<br> &gt; It is intended that all our ApacheCon events are covered, so it may be<br> &gt; prudent for those in Europe and/or Asia to wait until an event closer to<br> &gt; them comes up - you are all welcome to apply for ApacheCon US of course, but<br> &gt; there should be compelling reasons for you to attend an event further away<br> &gt; that your home location for your application to be considered above those<br> &gt; closer to the event location.<br> &gt; <br> &gt; More information can be found on the main Apache website at<br> &gt; <a href="http://www.apache.org/travel/index.html">http://www.apache.org/travel/index.html</a> - where you will also find a link to<br> &gt; the online application and details for submitting.<br> &gt; <br> &gt; Applications for applying for travel assistance will open on 27th July 2009<br> &gt; and close of the 17th August 2009.<br> &gt; <br> &gt; Good luck to all those that will apply.<br> &gt; <br> &gt; Regards,<br> &gt; <br> &gt; The Travel Assistance Committee<br> &gt; --------------------<br> </tt></body></html> --0__=0ABBFC93DFC401CC8f9e8a93df938690918c0ABBFC93DFC401CC--
From [email protected] Tue May 1 15:56:04 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 93702 invoked by uid 500); 1 May 2001 15:56:04 -0000 Delivered-To: [email protected] Received: (qmail 93694 invoked by uid 1048); 1 May 2001 15:56:03 -0000 Date: 1 May 2001 15:56:03 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl/docs documentation.html davidw 01/05/01 08:56:03 Modified: . builddtcl.sh mod_dtcl.c docs documentation.html Log: Fixed bug: check to make sure upload->fp is valid (no file may have been passed). Checked in ErrorScript, and documentation. Revision Changes Path 1.12 +2 -2 tcl-moddtcl/builddtcl.sh Index: builddtcl.sh =================================================================== RCS file: /home/cvs/tcl-moddtcl/builddtcl.sh,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- builddtcl.sh 2001/04/28 17:47:47 1.11 +++ builddtcl.sh 2001/05/01 15:56:01 1.12 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: builddtcl.sh,v 1.11 2001/04/28 17:47:47 davidw Exp $ +# $Id: builddtcl.sh,v 1.12 2001/05/01 15:56:01 davidw Exp $ # Name of tclsh - on FreeBSD, this is probably tclsh8.2 TCLSH=tclsh ######### CHANGEME ########## @@ -26,7 +26,7 @@ APACHE=$HOME/download/apache-1.3/ ######### CHANGEME ########## # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # APACHE=/usr/local/src/apache-1.3/ -APACHE=/ +# APACHE=/ export APACHE 1.26 +19 -13 tcl-moddtcl/mod_dtcl.c Index: mod_dtcl.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/mod_dtcl.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- mod_dtcl.c 2001/04/28 17:47:47 1.25 +++ mod_dtcl.c 2001/05/01 15:56:01 1.26 @@ -58,7 +58,7 @@ * University of Illinois, Urbana-Champaign. */ -/* $Id: mod_dtcl.c,v 1.25 2001/04/28 17:47:47 davidw Exp $ */ +/* $Id: mod_dtcl.c,v 1.26 2001/05/01 15:56:01 davidw Exp $ */ /* mod_dtcl.c by David Welton <[email protected]> - originally mod_include. */ /* See http://tcl.apache.org/mod_dtcl/credits.ttml for additional credits. */ @@ -443,10 +443,12 @@ { char *errorinfo; char *hashKey; - Tcl_Obj *outbuf; int isNew; - Tcl_HashEntry *entry; + dtcl_server_conf *dsc = NULL; + + Tcl_Obj *outbuf; + Tcl_HashEntry *entry; Tcl_Interp *interp = GETREQINTERP(r); /* Look for the script's compiled version. If it's not found, create it. */ @@ -456,7 +458,6 @@ /* BEGIN PARSER */ char inside = 0; /* are we inside the starting/ending delimiters */ - dtcl_server_conf *dsc = NULL; const char *strstart = STARTING_SEQUENCE; const char *strend = ENDING_SEQUENCE; @@ -617,6 +618,7 @@ } else if (cacheSize) { /* if it's zero, we just skip this... */ Tcl_HashEntry *delEntry; + /* a better algorithm wouldn't hurt */ delEntry = Tcl_FindHashEntry(&objCache, objCacheList[cacheSize - 1]); Tcl_DecrRefCount((Tcl_Obj *)Tcl_GetHashValue(delEntry)); Tcl_DeleteHashEntry(delEntry); @@ -642,7 +644,8 @@ flush_output_buffer(global_rr); if (dsc->dtcl_error_script) { - Tcl_EvalObj(interp, dsc->dtcl_error_script); + if (Tcl_EvalObj(interp, dsc->dtcl_error_script) == TCL_ERROR) + print_error(r, 1, "<b>Tcl_ErrorScript failed!</b>"); } else { /* default action */ errorinfo = Tcl_GetVar(interp, "errorInfo", 0); @@ -784,14 +787,17 @@ } if (!upload_files_to_var) { - chan = Tcl_MakeFileChannel((ClientData *)fileno(upload->fp), TCL_READABLE); - Tcl_RegisterChannel(interp, chan); - channelname = Tcl_GetChannelName(chan); - Tcl_ObjSetVar2(interp, - Tcl_NewStringObj("acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD", -1), - Tcl_NewStringObj("channelname", -1), - Tcl_NewStringObj(channelname, -1), /* kill end of line */ - TCL_LIST_ELEMENT|TCL_APPEND_VALUE); + if (upload->fp != NULL) + { + chan = Tcl_MakeFileChannel((ClientData *)fileno(upload->fp), TCL_READABLE); + Tcl_RegisterChannel(interp, chan); + channelname = Tcl_GetChannelName(chan); + Tcl_ObjSetVar2(interp, + Tcl_NewStringObj("acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD", -1), + Tcl_NewStringObj("channelname", -1), + Tcl_NewStringObj(channelname, -1), /* kill end of line */ + TCL_LIST_ELEMENT|TCL_APPEND_VALUE); + } } upload = upload->next; 1.8 +14 -5 tcl-moddtcl/docs/documentation.html Index: documentation.html =================================================================== RCS file: /home/cvs/tcl-moddtcl/docs/documentation.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- documentation.html 2001/03/19 18:56:24 1.7 +++ documentation.html 2001/05/01 15:56:02 1.8 @@ -1,4 +1,4 @@ -<!-- $Id: documentation.html,v 1.7 2001/03/19 18:56:24 davidw Exp $ --> +<!-- $Id: documentation.html,v 1.8 2001/05/01 15:56:02 davidw Exp $ --> <h2>mod_dtcl Documentation</h2> <h3>1) Installation</h3> @@ -179,6 +179,13 @@ <code><b>Dtcl_Script AfterScript <i>"script"</i></b></code><br> Script to be called after each .ttml page. </li> + + <li> + <code><b>Dtcl_Script ErrorScript <i>"script"</i></b></code><br> + This code is called in place of the standard 'error' pages + generated for mod_dtcl. This directive may be useful if you + have sensitive logic that you wish to protect. + </li> <li> <code><b>Dtcl_CacheSize <i>cachesize</i></b></code><br> @@ -295,10 +302,12 @@ <code><b>$acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD(type)</b></code><br> The content type of the file upload. <i>Not always available!</i><br> - <code><b>$acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD(channelname)</b></code><br> - The name of a Tcl channel which may be used to manipulate - the uploaded file. If Dtcl_UploadFilesToVar is set, this - variable doesn't get created.<br> + <code><b>$acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD(channelname)</b></code><br> The + name of a Tcl channel which may be used to manipulate the + uploaded file. If Dtcl_UploadFilesToVar is set, this + variable doesn't get created. If no file is passed to the + server, this variable does not exist! Be sure to check for + this.<br> <code><b>$acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD(data)</b></code><br> Contents of the uploaded file, if Dtcl_UploadFilesToVar is From [email protected] Tue May 1 16:14:22 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 11044 invoked by uid 500); 1 May 2001 16:14:22 -0000 Delivered-To: [email protected] Received: (qmail 11039 invoked by uid 1048); 1 May 2001 16:14:20 -0000 Date: 1 May 2001 16:14:20 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl VERSION davidw 01/05/01 09:14:20 Modified: . VERSION Log: Upped version number. Revision Changes Path 1.2 +1 -1 tcl-moddtcl/VERSION Index: VERSION =================================================================== RCS file: /home/cvs/tcl-moddtcl/VERSION,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- VERSION 2001/02/23 12:11:04 1.1 +++ VERSION 2001/05/01 16:14:18 1.2 @@ -1 +1 @@ -0.9.3 +0.10.1 From [email protected] Tue May 1 16:18:15 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 13500 invoked by uid 500); 1 May 2001 16:18:15 -0000 Delivered-To: [email protected] Received: (qmail 13447 invoked by uid 1048); 1 May 2001 16:18:07 -0000 Date: 1 May 2001 16:18:07 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl/debian changelog davidw 01/05/01 09:18:07 Modified: debian changelog Log: Updated Debian changelog. Revision Changes Path 1.8 +10 -0 tcl-moddtcl/debian/changelog Index: changelog =================================================================== RCS file: /home/cvs/tcl-moddtcl/debian/changelog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- changelog 2001/03/20 19:26:57 1.7 +++ changelog 2001/05/01 16:18:05 1.8 @@ -1,3 +1,13 @@ +libapache-mod-dtcl (0.10.1-0) unstable; urgency=low + + * Fixed file upload bug. + + * Added ErrorScript directive. + + * Update docs. + + -- David N. Welton <[email protected]> Tue, 1 May 2001 18:17:08 +0200 + libapache-mod-dtcl (0.9.3-3) unstable; urgency=low * Upgraded apreq* stuff to deal with file uploads directly to apache From [email protected] Tue May 1 16:36:13 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 33486 invoked by uid 500); 1 May 2001 16:36:13 -0000 Delivered-To: [email protected] Received: (qmail 33482 invoked by uid 1048); 1 May 2001 16:36:13 -0000 Date: 1 May 2001 16:36:13 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl/debian control davidw 01/05/01 09:36:13 Modified: debian control Log: Changed some fields in Debian control file. Revision Changes Path 1.5 +3 -3 tcl-moddtcl/debian/control Index: control =================================================================== RCS file: /home/cvs/tcl-moddtcl/debian/control,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- control 2001/03/01 18:31:49 1.4 +++ control 2001/05/01 16:36:12 1.5 @@ -1,12 +1,12 @@ Source: libapache-mod-dtcl -Section: unknown +Section: web Priority: optional Maintainer: David N. Welton <[email protected]> -Standards-Version: 2.5.0 +Standards-Version: 161.129.204.104 Package: libapache-mod-dtcl Architecture: any -Build-Depends: tcl8.3-dev, apache-dev +Build-Depends: tcl8.3-dev, apache-dev, debhelper Depends: ${shlibs:Depends}, apache-common (>= 1.3.6) Description: Server side Tcl scripting for Apache The mod_dtcl Apache module enables the use of Tcl as an HTML-embedded From [email protected] Wed May 2 11:29:38 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 16224 invoked by uid 500); 2 May 2001 11:29:38 -0000 Delivered-To: [email protected] Received: (qmail 16076 invoked by uid 1048); 2 May 2001 11:29:37 -0000 Date: 2 May 2001 11:29:37 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl mod_dtcl.spec davidw 01/05/02 04:29:36 Modified: . mod_dtcl.spec Log: Updated RPM spec file by Simon Greaves. Submitted by: Simon Greaves Revision Changes Path 1.2 +9 -4 tcl-moddtcl/mod_dtcl.spec Index: mod_dtcl.spec =================================================================== RCS file: /home/cvs/tcl-moddtcl/mod_dtcl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_dtcl.spec 2001/03/20 17:29:36 1.1 +++ mod_dtcl.spec 2001/05/02 11:29:35 1.2 @@ -3,7 +3,7 @@ Summary: Simple, fast Tcl server side scripting for Apache. Name: mod_dtcl -Version: 0.10.0 +Version: 0.10.1 Release: 1 Copyright: Freely distributable and usable Group: System Environment/Daemons @@ -23,8 +23,10 @@ use the extensive codebase of existing Tcl code, on the web. %prep -%setup -n %{name} -sed -e 's/^INC=.*/INC=\/usr\/include\/apache/' < builddtcl.sh > rpm-builddtcl.sh +%setup -n %{name}-%{version} +sed -e 's/^INC=.*/INC=\/usr\/include\/apache/' \ + -e 's/^APACHE=.*/APACHE=\/usr\/sbin/' \ + < builddtcl.sh > rpm-builddtcl.sh %build sh ./rpm-builddtcl.sh shared @@ -39,9 +41,12 @@ %files %defattr(-,root,root) -%doc README VERSION docs tests contrib +%doc README README.RedHat README.debug STATUS VERSION docs tests contrib %{_libdir}/apache/mod_dtcl.so %changelog +* Wed May 2 2001 Simon Greaves <[email protected]> +- slight tweaks for mod_dtcl-0.10.1. + * Fri Mar 16 2001 Simon Greaves <[email protected]> - mod_dtcl-0.9.3-1 packaged. From [email protected] Thu May 3 11:49:12 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 19002 invoked by uid 500); 3 May 2001 11:49:12 -0000 Delivered-To: [email protected] Received: (qmail 18994 invoked by uid 1048); 3 May 2001 11:49:10 -0000 Date: 3 May 2001 11:49:10 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl/docs documentation.txt davidw 01/05/03 04:49:10 Modified: . Makefile docs documentation.txt Log: Fixed up makefile a bit to generate .txt documentation. Revision Changes Path 1.13 +8 -5 tcl-moddtcl/Makefile Index: Makefile =================================================================== RCS file: /home/cvs/tcl-moddtcl/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Makefile 2001/03/13 12:00:42 1.12 +++ Makefile 2001/05/03 11:49:06 1.13 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 2001/03/13 12:00:42 davidw Exp $ +# $Id: Makefile,v 1.13 2001/05/03 11:49:06 davidw Exp $ # Changed to use the Tcl variables from tclConfig.sh @@ -22,10 +22,10 @@ all: builddtcl_test shared -static: $(OBJECTS) +static: $(OBJECTS) docs/documentation.txt $(TCL_STLIB_LD) $(STATICLIB) $(OBJECTS) -shared: $(OBJECTS) +shared: $(OBJECTS) docs/documentation.txt $(TCL_SHLIB_LD) -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 @@ -43,12 +43,15 @@ $(COMPILE) clean: - -rm -f $(STATICLIB) $(SHLIB) *.o *~ + -rm -f $(STATICLIB) $(SHLIB) *.o *~ docs/documentation.txt version: ./cvsversion.tcl -dist: clean version +docs/documentation.txt: + if test -x `which lynx` ; then lynx -dump ./docs/documentation.html > ./docs/documentation.txt ; else echo "You need lynx to create documentation.txt from documentation.html" ; fi + +dist: clean docs/documentation.txt version (cd .. ; tar -czvf mod_dtcl-`cat mod_dtcl/VERSION`.tar.gz mod_dtcl/ ; ) install: static 1.3 +104 -28 tcl-moddtcl/docs/documentation.txt Index: documentation.txt =================================================================== RCS file: /home/cvs/tcl-moddtcl/docs/documentation.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- documentation.txt 2000/10/19 11:31:41 1.2 +++ documentation.txt 2001/05/03 11:49:09 1.3 @@ -19,30 +19,55 @@ gunzip apache-1.3.X.tar.gz tar -xvf apache-1.3.X.tar.gz You don't need the Apache sources if you are building a shared - object module. gunzip mod_dtcl-X.X.X.tar.gz + object module. You do, however, need the header files. Some + systems, such as Debian GNU/Linux, provide these independently - + otherwise, you probably still need the sources. + gunzip mod_dtcl-X.X.X.tar.gz tar -xvf mod_dtcl-X.X.X.tar.gz - 4. Configure, Edit builddtcl.sh and Make - cd apache-1.3.X/ - ./configure - cd ../mod_dtcl/ - Now edit the builddtcl.sh script. The 3 variables you may need to - change are: - + TCLSH - Name of the tclsh program on your computer. - + APACHE - Location of the Apache sources (for static builds only). - + INC - Location of the Apache headers (you will need this even for - building shared objects). - ./builddtcl.sh static (shared in place of static if you are - building a shared object module - ./builddtcl.sh install (Not necessary if it is a shared object - build) - cd ../apache-1.3.X - ./configure --activate-module=src/modules/mod_dtcl/mod_dtcl.a [ - other configure options ] - make - make install + 4. Configuring, builddtcl.sh, etc... + Do you want to build mod_dtcl as a shared object (such as a .so + file on Linux, or a .dll on windows), or compile it directly as a + part of the Apache executable? The Apache Software Foundation has + put together a nice [4]manual which explains things in detail. + + For shared objects + cd ../mod_dtcl/ + Edit the builddtcl.sh script. The 3 variables you may need to + change are: + o TCLSH + Name of the tclsh program on your computer. + o APACHE + Location of the Apache sources (for static builds only). + o INC + Location of the Apache headers (you will need this even + for building shared objects). + ./builddtcl.sh shared + cp mod_dtcl.so + /usr/lib/apache/wherever/the/other/shared/objects/reside For + shared object builds, you need to copy the object into the + directory where the other shared objects are kept for your + Apache build. On Debian GNU/Linux systems, for instance, this + is in /usr/lib/apache/1.3/. + + For static builds + cd apache-1.3.X/ + ./configure + cd ../mod_dtcl/ + Edit the builddtcl.sh script. The 3 variables you may need to + change are: + o TCLSH + Name of the tclsh program on your computer. + o APACHE + Location of the Apache sources (for static builds only). + o INC + Location of the Apache headers (you will need this even + for building shared objects). + ./builddtcl.sh static + ./builddtcl.sh install + cd ../apache-1.3.X + ./configure --activate-module=src/modules/mod_dtcl/mod_dtcl.a + [ other configure options ] + export EXTRA_LIBS="-ltcl8.X -lm" + make -e + make install 5. Configure Apache + http.conf LoadModule dtcl_module /usr/lib/apache/1.3/mod_dtcl.so @@ -71,11 +96,18 @@ buffer_add. * Dtcl_Script AfterScript "script" Script to be called after each .ttml page. + * Dtcl_Script ErrorScript "script" + This code is called in place of the standard 'error' pages + generated for mod_dtcl. This directive may be useful if you have + sensitive logic that you wish to protect. * Dtcl_CacheSize cachesize Number of ttml scripts to cache as Tcl Objects. Default is MaxRequestsPerChild / 2, or 50, if MaxRequestsPerChild is 0. + * Dtcl_UploadFilesToVar 1/0 + If set to 1, files will be uploaded to the variable UPLOAD(data). + Be careful with this, as large files could use up your memory. - 3) mod_dtcl specific Tcl commands + 3) mod_dtcl specific Tcl commands and variables * buffer_add string Add text to output_buffer for later printing. Used internally. @@ -102,8 +134,8 @@ * headers redirect uri Redirect from the current page to a new URI. Must be done in the first block of TCL code. - * headers setcookie cookie-name cookie-value ?-expires date/time? - ?-domain domain? ?-path path? ?-secure? + * headers setcookie -name cookie-name -value cookie-value ?-expires + date/time? ?-domain domain? ?-path path? ?-secure? This command is for setting cookies. Cookie-name is the name of the cookie, cookie-value is the data associated with the variable. Expires sets an expiration date for the cookie, and must be in the @@ -119,6 +151,23 @@ * dtcl_info Prints information on the internals of the module in HTML. Currently, only the PID and size of the object cache are reported. + * Note that these variables may be lists if more than one file is + uploaded at a time. + $acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD(filename) + The filename of the uploaded file. + $acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD(name) + The form variable name of the upload. + $acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD(size) + The size of the uploaded file. + $acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD(type) + The content type of the file upload. Not always available! + $acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD(channelname) + The name of a Tcl channel which may be used to manipulate the + uploaded file. If Dtcl_UploadFilesToVar is set, this variable + doesn't get created. If no file is passed to the server, this + variable does not exist! Be sure to check for this. + $acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUPLOAD(data) + Contents of the uploaded file, if Dtcl_UploadFilesToVar is set. 4) Internals @@ -141,7 +190,7 @@ lets you share variables, and most importantly, loaded modules, from a common parent (such as one of the InitScripts). When a file is loaded, it is transformed into a Tcl script by putting - everything outside of <+ and +> into large hputs statements. When + everything outside of <? and ?> into large hputs statements. When the script is complete, it is then inserted into the cache, for future use. In fact, if the file modification information doesn't change, mod_dtcl will execute the cached version of the script the @@ -149,9 +198,36 @@ * Binary data mod_dtcl is capable of outputing binary data, such as images, or loading binary data with 'include'. + + 5) Upgrading From Older (< 0.9.3) Versions + + * New tags + As of version 0.9.4, mod_dtcl uses <? and ?> instead of <+ and +> + to delimit sections of Tcl code. By default, dtcl is still + compiled with code to parse the <? ?> tags, but it will run faster + if USE_OLD_TAGS is set to 0 in mod_dtcl.h. You can automatically + change your .ttml files to the new format by using the newtags.sh + script in the contrib/ directory. Run it at the top level of your + DocumentRoot. + * headers setcookie + The headers setcookie command now uses the -name and -value flags + for those arguments, whereas this was not necessary in the past. + + 6) Getting Help + + * Mailing list + The mod_dtcl mailing list is the best place to go for help when + you have problems. + See the [5]Contact page for information on sending + mail/subscribing. + Mailing list archives are also available at + [6]http://archive.covalent.net, at the bottom of the page. References 1. http://www.debian.org/Packages/unstable/web/libapache-mod-dtcl.html 2. http://www.freebsd.org/ports/www.html#mod_dtcl-161.129.204.104 - 3. file://localhost/home/davidw/workshop/mod_dtcl/docs/download/ + 3. file://localhost/home/davidw/workshop/tcl-moddtcl/docs/download/ + 4. http://httpd.apache.org/docs/dso.html + 5. http://tcl.apache.org/mod_dtcl/contact.ttml + 6. http://archive.covalent.net/ From [email protected] Tue May 8 10:32:41 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 46610 invoked by uid 500); 8 May 2001 10:32:41 -0000 Delivered-To: [email protected] Received: (qmail 46581 invoked by uid 1048); 8 May 2001 10:32:37 -0000 Date: 8 May 2001 10:32:37 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl mod_dtcl.c davidw 01/05/08 03:32:36 Modified: . mod_dtcl.c Log: Re-added CGI variable - list making stuff. Revision Changes Path 1.27 +18 -6 tcl-moddtcl/mod_dtcl.c Index: mod_dtcl.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/mod_dtcl.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- mod_dtcl.c 2001/05/01 15:56:01 1.26 +++ mod_dtcl.c 2001/05/08 10:32:28 1.27 @@ -58,7 +58,7 @@ * University of Illinois, Urbana-Champaign. */ -/* $Id: mod_dtcl.c,v 1.26 2001/05/01 15:56:01 davidw Exp $ */ +/* $Id: mod_dtcl.c,v 1.27 2001/05/08 10:32:28 davidw Exp $ */ /* mod_dtcl.c by David Welton <[email protected]> - originally mod_include. */ /* See http://tcl.apache.org/mod_dtcl/credits.ttml for additional credits. */ @@ -741,11 +741,23 @@ { if (!parms[i].key) continue; - - Tcl_ObjSetVar2(interp, varsobj, - STRING_TO_UTF_TO_OBJ(parms[i].key), - STRING_TO_UTF_TO_OBJ(parms[i].val), - 0); + else { + /* All this is so that a query like x=1&x=2&x=3 will + produce a variable that is a list */ + Tcl_Obj *newkey = STRING_TO_UTF_TO_OBJ(parms[i].key); + Tcl_Obj *newval = STRING_TO_UTF_TO_OBJ(parms[i].val); + Tcl_Obj *oldkey = Tcl_ObjGetVar2(interp, varsobj, newkey, 0); + + if (oldkey == NULL) + { + Tcl_ObjSetVar2(interp, varsobj, newkey, newval, 0); + } else { + Tcl_Obj *concat[2]; + concat[0] = oldkey; + concat[1] = newval; + Tcl_ObjSetVar2(interp, varsobj, newkey, Tcl_ConcatObj(2, concat), 0); + } + } } } From [email protected] Tue May 8 11:05:41 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 89762 invoked by uid 500); 8 May 2001 11:05:41 -0000 Delivered-To: [email protected] Received: (qmail 89707 invoked by uid 1048); 8 May 2001 11:05:35 -0000 Date: 8 May 2001 11:05:34 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl mod_dtcl.c davidw 01/05/08 04:05:32 Modified: . mod_dtcl.c Log: Fixed variable names... DAMMIT. Revision Changes Path 1.28 +4 -4 tcl-moddtcl/mod_dtcl.c Index: mod_dtcl.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/mod_dtcl.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- mod_dtcl.c 2001/05/08 10:32:28 1.27 +++ mod_dtcl.c 2001/05/08 11:05:06 1.28 @@ -58,7 +58,7 @@ * University of Illinois, Urbana-Champaign. */ -/* $Id: mod_dtcl.c,v 1.27 2001/05/08 10:32:28 davidw Exp $ */ +/* $Id: mod_dtcl.c,v 1.28 2001/05/08 11:05:06 davidw Exp $ */ /* mod_dtcl.c by David Welton <[email protected]> - originally mod_include. */ /* See http://tcl.apache.org/mod_dtcl/credits.ttml for additional credits. */ @@ -746,14 +746,14 @@ produce a variable that is a list */ Tcl_Obj *newkey = STRING_TO_UTF_TO_OBJ(parms[i].key); Tcl_Obj *newval = STRING_TO_UTF_TO_OBJ(parms[i].val); - Tcl_Obj *oldkey = Tcl_ObjGetVar2(interp, varsobj, newkey, 0); + Tcl_Obj *oldval = Tcl_ObjGetVar2(interp, varsobj, newkey, 0); - if (oldkey == NULL) + if (oldval == NULL) { Tcl_ObjSetVar2(interp, varsobj, newkey, newval, 0); } else { Tcl_Obj *concat[2]; - concat[0] = oldkey; + concat[0] = oldval; concat[1] = newval; Tcl_ObjSetVar2(interp, varsobj, newkey, Tcl_ConcatObj(2, concat), 0); } From [email protected] Tue May 8 11:57:57 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 65730 invoked by uid 500); 8 May 2001 11:57:57 -0000 Delivered-To: [email protected] Received: (qmail 65627 invoked by uid 1048); 8 May 2001 11:57:44 -0000 Date: 8 May 2001 11:57:44 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl/tests dtcl.test davidw 01/05/08 04:57:44 Modified: tests dtcl.test Log: Added a test to make sure multiple variables work. Revision Changes Path 1.7 +6 -1 tcl-moddtcl/tests/dtcl.test Index: dtcl.test =================================================================== RCS file: /home/cvs/tcl-moddtcl/tests/dtcl.test,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- dtcl.test 2001/03/19 17:33:33 1.6 +++ dtcl.test 2001/05/08 11:57:35 1.7 @@ -2,7 +2,7 @@ # mod_dtcl test suite, by David N. Welton <[email protected]> -# $Id: dtcl.test,v 1.6 2001/03/19 17:33:33 davidw Exp $ +# $Id: dtcl.test,v 1.7 2001/05/08 11:57:35 davidw Exp $ package require tcltest package require http 2.1 @@ -48,6 +48,11 @@ acf:4db6:5e0b:f386:43a5:35d7:718d:3c8btcltestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8btest postvariables-1.3 {POST variables + I18N + encoding} { set page [ acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhttpacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgeturl "${urlbase}$testfilename" -query [ acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhttpacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bormatQuery Más Tú ] ] regexp -line {^VARS\(Más\) = Tú$} [ acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhttpacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bta $page ] +} 1 + +acf:4db6:5e0b:f386:43a5:35d7:718d:3c8btcltestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8btest multivariables-1.1 {multiple variables: foo=1&foo=2} { + set page [ acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhttpacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgeturl "${urlbase}$testfilename?foobar=1&foobar=2&foobar=foo+bar" ] + regexp -line {^VARS\(foobar\) = 1 2 foo bar$} [ acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhttpacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bta $page ] } 1 acf:4db6:5e0b:f386:43a5:35d7:718d:3c8btcltestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8btest env-1.1 {Environment variable} { From [email protected] Mon May 21 19:49:39 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 17317 invoked by uid 500); 21 May 2001 19:49:39 -0000 Delivered-To: [email protected] Received: (qmail 17272 invoked by uid 1048); 21 May 2001 19:49:35 -0000 Date: 21 May 2001 19:49:35 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl/tests dtcl-test2.ttml README dtcl.test davidw 01/05/21 12:49:34 Modified: . mod_dtcl.c mod_dtcl.h tcl_commands.c tcl_commands.h tests README dtcl.test Added: tests dtcl-test2.ttml Log: Added 'var' command, duplicated dtcl-test.html to use it. Passes all dtcl.test tests! Revision Changes Path 1.29 +13 -8 tcl-moddtcl/mod_dtcl.c Index: mod_dtcl.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/mod_dtcl.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- mod_dtcl.c 2001/05/08 11:05:06 1.28 +++ mod_dtcl.c 2001/05/21 19:49:19 1.29 @@ -58,7 +58,7 @@ * University of Illinois, Urbana-Champaign. */ -/* $Id: mod_dtcl.c,v 1.28 2001/05/08 11:05:06 davidw Exp $ */ +/* $Id: mod_dtcl.c,v 1.29 2001/05/21 19:49:19 davidw Exp $ */ /* mod_dtcl.c by David Welton <[email protected]> - originally mod_include. */ /* See http://tcl.apache.org/mod_dtcl/credits.ttml for additional credits. */ @@ -90,6 +90,7 @@ /* *** Global variables *** */ request_rec *global_rr; /* request rec */ +ApacheRequest *global_req; /* libapreq request */ Tcl_Encoding system_encoding; /* Default encoding */ /* output buffer for initial buffer_add. We use traditional memory @@ -674,7 +675,7 @@ Tcl_Interp *interp; - ApacheRequest *req; + ApacheRequest *req = NULL; ApacheUpload *upload; global_rr = r; /* Assign request to global request var */ @@ -722,15 +723,17 @@ /* Apache Request stuff */ req = ApacheRequest_new(r); - if (upload_files_to_var) - { - req->hook_data = interp; - req->upload_hook = dtcl_upload_hook; - } - + global_req = req; + if (upload_files_to_var) + { + req->hook_data = interp; + req->upload_hook = dtcl_upload_hook; + } + ApacheRequest___parse(req); /* take results and create tcl variables from them */ +#if USE_ONLY_VAR_COMMAND == 1 if (req->parms) { int i; @@ -761,6 +764,7 @@ } } +#endif upload = req->upload; /* Loop through uploaded files */ @@ -843,6 +847,7 @@ Tcl_CreateObjCommand(interp, "buffered", Buffered, (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL); Tcl_CreateObjCommand(interp, "headers", Headers, (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL); Tcl_CreateObjCommand(interp, "hgetvars", HGetVars, (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL); + Tcl_CreateObjCommand(interp, "var", Var, (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL); Tcl_CreateObjCommand(interp, "include", Include, (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL); Tcl_CreateObjCommand(interp, "parse", Parse, (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL); Tcl_CreateObjCommand(interp, "hflush", HFlush, (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL); 1.3 +4 -0 tcl-moddtcl/mod_dtcl.h Index: mod_dtcl.h =================================================================== RCS file: /home/cvs/tcl-moddtcl/mod_dtcl.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mod_dtcl.h 2001/03/01 18:31:32 1.2 +++ mod_dtcl.h 2001/05/21 19:49:20 1.3 @@ -34,6 +34,10 @@ use <? ?> tags. */ #define USE_OLD_TAGS 1 +/* Turn off 'old-style' $VARS variable handling, and use only the + 'var' command. */ +#define USE_ONLY_VAR_COMMAND 0 + /* End Configuration options */ #define STARTING_SEQUENCE "<?" 1.6 +173 -22 tcl-moddtcl/tcl_commands.c Index: tcl_commands.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/tcl_commands.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tcl_commands.c 2001/03/13 12:00:45 1.5 +++ tcl_commands.c 2001/05/21 19:49:21 1.6 @@ -24,6 +24,8 @@ extern int headers_printed; extern int cacheFreeSize; +extern ApacheRequest *global_req; + /* Include and parse a file */ int Parse(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) @@ -142,8 +144,8 @@ Tcl_WrongNumArgs(interp, 1, objv, "?-error? string"); return TCL_ERROR; } - ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_NOTICE, - global_rr->server, "Mod_Dtcl Error: %s", + ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_NOTICE, + global_rr->server, "Mod_Dtcl Error: %s", Tcl_GetStringFromObj (objv[2], (int *)NULL)); } else { if (objc != 2) @@ -156,7 +158,7 @@ memwrite(&obuffer, arg1, length); } else { print_headers(global_rr); - flush_output_buffer(global_rr); + flush_output_buffer(global_rr); ap_rwrite(arg1, length, global_rr); } } @@ -171,7 +173,7 @@ char *opt; if (objc < 2) { - Tcl_WrongNumArgs(interp, 1, objv, "headers option arg ?arg ...?"); + Tcl_WrongNumArgs(interp, 1, objv, "option arg ?arg ...?"); return TCL_ERROR; } if (headers_printed != 0) @@ -190,8 +192,8 @@ if (objc < 4 || objc > 14) { - Tcl_WrongNumArgs(interp, 1, objv, - "headers setcookie -name cookie-name -value cookie-value ?-expires expires? ?-domain domain? ?-path path? ?-secure on/off?"); + Tcl_WrongNumArgs(interp, 2, objv, + "-name cookie-name -value cookie-value ?-expires expires? ?-domain domain? ?-path path? ?-secure on/off?"); return TCL_ERROR; } @@ -215,7 +217,7 @@ { if (objc != 3) { - Tcl_WrongNumArgs(interp, 1, objv, "headers redirect new-url"); + Tcl_WrongNumArgs(interp, 2, objv, "new-url"); return TCL_ERROR; } ap_table_set(global_rr->headers_out, "Location", Tcl_GetStringFromObj (objv[2], (int *)NULL)); @@ -226,7 +228,7 @@ { if (objc != 4) { - Tcl_WrongNumArgs(interp, 1, objv, "set headername value"); + Tcl_WrongNumArgs(interp, 2, objv, "headername value"); return TCL_ERROR; } ap_table_set(global_rr->headers_out, @@ -237,7 +239,7 @@ { if (objc != 3) { - Tcl_WrongNumArgs(interp, 1, objv, "type mime/type"); + Tcl_WrongNumArgs(interp, 2, objv, "mime/type"); return TCL_ERROR; } set_header_type(global_rr, Tcl_GetStringFromObj(objv[2], (int *)NULL)); @@ -247,7 +249,7 @@ if (objc != 3) { - Tcl_WrongNumArgs(interp, 1, objv, "numeric response code"); + Tcl_WrongNumArgs(interp, 2, objv, "response code"); return TCL_ERROR; } if (Tcl_GetIntFromObj(interp, objv[2], &st) != TCL_ERROR) @@ -329,10 +331,10 @@ /* retrieve cgi variables */ ap_add_cgi_vars(global_rr); ap_add_common_vars(global_rr); - + hdrs_arr = ap_table_elts(global_rr->headers_in); hdrs = (table_entry *) hdrs_arr->elts; - + env_arr = ap_table_elts(global_rr->subprocess_env); env = (table_entry *) env_arr->elts; @@ -347,15 +349,15 @@ tmp = ap_pbase64decode(global_rr->pool, authorization); user = ap_getword_nulls_nc(global_rr->pool, &tmp, ':'); pass = tmp; - Tcl_ObjSetVar2(interp, Tcl_NewStringObj("acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUSER", -1), + Tcl_ObjSetVar2(interp, Tcl_NewStringObj("acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUSER", -1), Tcl_NewStringObj("user", -1), STRING_TO_UTF_TO_OBJ(user), - 0); - Tcl_ObjSetVar2(interp, Tcl_NewStringObj("acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUSER", -1), + 0); + Tcl_ObjSetVar2(interp, Tcl_NewStringObj("acf:4db6:5e0b:f386:43a5:35d7:718d:3c8brequestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUSER", -1), Tcl_NewStringObj("pass", -1), STRING_TO_UTF_TO_OBJ(pass), - 0); - } + 0); + } /* These were the "include vars" */ Tcl_ObjSetVar2(interp, EnvsObj, Tcl_NewStringObj("DATE_LOCAL", -1), STRING_TO_UTF_TO_OBJ(ap_ht_time(global_rr->pool, date, timefmt, 0)), 0); @@ -415,20 +417,169 @@ for (j = 0; j < ApacheCookieItems(c); j++) { char *name = c->name; char *value = ApacheCookieFetch(c, j); - Tcl_ObjSetVar2(interp, cookieobj, + Tcl_ObjSetVar2(interp, cookieobj, STRING_TO_UTF_TO_OBJ(name), STRING_TO_UTF_TO_OBJ(value), 0); } - - } + + } } while (0); - + /* cleanup system cgi variables */ ap_clear_table(global_rr->subprocess_env); return TCL_OK; } +/* Tcl command to return a particular variable. */ + +/* Use: + var get foo + var list foo + var names + var number + */ + +int Var(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) +{ + char *command; + int i; + Tcl_Obj *result = NULL; + array_header *parmsarray = ap_table_elts(global_req->parms); + table_entry *parms = (table_entry *)parmsarray->elts; + + if (objc < 2 || objc > 3) + { + Tcl_WrongNumArgs(interp, 1, objv, "(get varname|list varname|exists varname|names|number)"); + return TCL_ERROR; + } + command = Tcl_GetStringFromObj(objv[1], NULL); + + if (!strcmp(command, "get")) + { + char *key = NULL; + if (objc != 3) + { + Tcl_WrongNumArgs(interp, 2, objv, "variablename"); + return TCL_ERROR; + } + key = Tcl_GetStringFromObj(objv[2], NULL); + + /* This isn't real efficient - move to hash table later + on... */ + for (i = 0; i < parmsarray->nelts; ++i) + { + if (!strncmp(key, StringToUtf(parms[i].key), strlen(key))) + { + /* The following makes sure that we get one string, + with no sub lists. */ + if (result == NULL) + { + result = STRING_TO_UTF_TO_OBJ(parms[i].val); + Tcl_IncrRefCount(result); + } else { + Tcl_Obj *tmpobjv[2]; + tmpobjv[0] = result; + tmpobjv[1] = STRING_TO_UTF_TO_OBJ(parms[i].val); + result = Tcl_ConcatObj(2, tmpobjv); + } + } + } + + if (result == NULL) + Tcl_AppendResult(interp, "", NULL); + else + Tcl_SetObjResult(interp, result); + } else if(!strcmp(command, "exists")) { + char *key; + if (objc != 3) + { + Tcl_WrongNumArgs(interp, 2, objv, "variablename"); + return TCL_ERROR; + } + key = Tcl_GetString(objv[2]); + + /* This isn't real efficient - move to hash table later on. */ + for (i = 0; i < parmsarray->nelts; ++i) + { + if (!strncmp(key, StringToUtf(parms[i].key), strlen(key))) + { + result = Tcl_NewIntObj(1); + Tcl_IncrRefCount(result); + } + } + + if (result == NULL) + Tcl_SetObjResult(interp, Tcl_NewIntObj(0)); + else + Tcl_SetObjResult(interp, result); + + } else if(!strcmp(command, "list")) { + char *key; + if (objc != 3) + { + Tcl_WrongNumArgs(interp, 2, objv, "variablename"); + return TCL_ERROR; + } + key = Tcl_GetStringFromObj(objv[2], NULL); + + /* This isn't real efficient - move to hash table later on. */ + for (i = 0; i < parmsarray->nelts; ++i) + { + if (!strncmp(key, StringToUtf(parms[i].key), strlen(key))) + { + if (result == NULL) + { + result = Tcl_NewObj(); + Tcl_IncrRefCount(result); + } + Tcl_ListObjAppendElement(interp, result, + STRING_TO_UTF_TO_OBJ(parms[i].val)); + } + } + + if (result == NULL) + Tcl_AppendResult(interp, "", NULL); + else + Tcl_SetObjResult(interp, result); + } else if(!strcmp(command, "names")) { + if (objc != 2) + { + Tcl_WrongNumArgs(interp, 2, objv, NULL); + return TCL_ERROR; + } + result = Tcl_NewObj(); + Tcl_IncrRefCount(result); + for (i = 0; i < parmsarray->nelts; ++i) + { + Tcl_ListObjAppendElement(interp, result, + STRING_TO_UTF_TO_OBJ(parms[i].key)); + } + + if (result == NULL) + Tcl_AppendResult(interp, "", NULL); + else + Tcl_SetObjResult(interp, result); + + } else if(!strcmp(command, "number")) { + if (objc != 2) + { + Tcl_WrongNumArgs(interp, 2, objv, NULL); + return TCL_ERROR; + } + + result = Tcl_NewIntObj(parmsarray->nelts); + Tcl_IncrRefCount(result); + Tcl_SetObjResult(interp, result); + } else { + /* bad command */ + Tcl_AddErrorInfo(interp, "bad option: must be one of 'get, list, names, number'"); + return TCL_ERROR; + } + + return TCL_OK; +} + /* Tcl command to get, and print some information about the current state of affairs */ @@ -460,6 +611,6 @@ print_headers(global_rr); Tcl_Free(obuffer.buf); obuffer.buf = NULL; - obuffer.len = 0; + obuffer.len = 0; return TCL_OK; } 1.3 +13 -0 tcl-moddtcl/tcl_commands.h Index: tcl_commands.h =================================================================== RCS file: /home/cvs/tcl-moddtcl/tcl_commands.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tcl_commands.h 2000/12/27 21:01:40 1.2 +++ tcl_commands.h 2001/05/21 19:49:22 1.3 @@ -1,10 +1,23 @@ + int Parse(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); + int Include(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); + int Buffer_Add(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); + int Hputs(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); + int Headers(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); + int Buffered(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); + int HFlush(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); + int HGetVars(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); + +int Var(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); + int Dtcl_Info(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); + int No_Body(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); + 1.2 +2 -2 tcl-moddtcl/tests/README Index: README =================================================================== RCS file: /home/cvs/tcl-moddtcl/tests/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 2000/10/04 22:37:10 1.1 +++ README 2001/05/21 19:49:28 1.2 @@ -1,6 +1,6 @@ Test Suite for mod_dtcl -$Id: README,v 1.1 2000/10/04 22:37:10 davidw Exp $ +$Id: README,v 1.2 2001/05/21 19:49:28 davidw Exp $ These tests are intended to automate the testing of core mod_dtcl features. They are not complete at this point, and work on them would @@ -11,7 +11,7 @@ Assuming you have a system which runs mod_dtcl, put the dtcl-test.ttml file somewhere under your document root, and modify this line: -set urlbase "http://eugene.i.linuxcare.it/~davidw/tests/" +set urlbase "http://localhost/" to something like 1.8 +2 -2 tcl-moddtcl/tests/dtcl.test Index: dtcl.test =================================================================== RCS file: /home/cvs/tcl-moddtcl/tests/dtcl.test,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- dtcl.test 2001/05/08 11:57:35 1.7 +++ dtcl.test 2001/05/21 19:49:30 1.8 @@ -2,13 +2,13 @@ # mod_dtcl test suite, by David N. Welton <[email protected]> -# $Id: dtcl.test,v 1.7 2001/05/08 11:57:35 davidw Exp $ +# $Id: dtcl.test,v 1.8 2001/05/21 19:49:30 davidw Exp $ package require tcltest package require http 2.1 set urlbase "http://localhost/" -set testfilename "dtcl-test.ttml" +set testfilename "dtcl-test2.ttml" acf:4db6:5e0b:f386:43a5:35d7:718d:3c8btcltestacf:4db6:5e0b:f386:43a5:35d7:718d:3c8btest hello-1.1 {hello world test} { set page [ acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhttpacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgeturl "${urlbase}$testfilename" ] 1.1 tcl-moddtcl/tests/dtcl-test2.ttml Index: dtcl-test2.ttml =================================================================== <? # $Id: dtcl-test2.ttml,v 1.1 2001/05/21 19:49:30 davidw Exp $ # dtcl page used with mod_dtcl's dtcl.test # place in DocumentRoot of http://localhost/ hgetvars headers setcookie -name mod -value dtcl -expires 01-01-2003 # hello-1.1 hputs "Hello, World\n" # i18n-1.1 hputs "¡ À È Ì Ò Ù - El Burro Sabe Más Que Tú!\n" if { [ var number ] > 0 } { # get/post variables 1.1 if { [ var exists foobar ] } { hputs "VARS(foobar) = [var get foobar]\n" } # get/post variables 1.{2,3} if { [ var exists Más ] } { hputs "VARS(Más) = [var get Más]\n" } } # env hputs "ENVS(DOCUMENT_NAME) = $ENVS(DOCUMENT_NAME)\n" # cookies if { [ array exists COOKIES ] } { foreach { ck } [ array names COOKIES ] { hputs "COOKIES($ck) = $COOKIES($ck)\n" } } ?> From [email protected] Tue May 22 17:06:48 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 2791 invoked by uid 500); 22 May 2001 17:06:48 -0000 Delivered-To: [email protected] Received: (qmail 2543 invoked by uid 1048); 22 May 2001 17:06:25 -0000 Date: 22 May 2001 17:06:25 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl/docs TODO davidw 01/05/22 10:06:21 Modified: . Makefile contrib dtclparser.tcl debian rules docs TODO Log: Updated TODO file. Updated Debian build stuff. Updated pure Tcl dtcl parser. Revision Changes Path 1.14 +2 -2 tcl-moddtcl/Makefile Index: Makefile =================================================================== RCS file: /home/cvs/tcl-moddtcl/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Makefile 2001/05/03 11:49:06 1.13 +++ Makefile 2001/05/22 17:05:04 1.14 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 2001/05/03 11:49:06 davidw Exp $ +# $Id: Makefile,v 1.14 2001/05/22 17:05:04 davidw Exp $ # Changed to use the Tcl variables from tclConfig.sh @@ -18,7 +18,7 @@ # The following TCL_* variables are all exported from builddtcl.sh -COMPILE=$(TCL_CC) $(TCL_CFLAGS_DEBUG) $(TCL_CFLAGS_OPTIMIZE) $(TCL_CFLAGS_WARNING) $(TCL_SHLIB_CFLAGS) -c $(INC) $(CFLAGS) $(TCL_EXTRA_CFLAGS) $< +COMPILE=$(TCL_CC) $(TCL_CFLAGS_DEBUG) $(TCL_CFLAGS_OPTIMIZE) $(TCL_CFLAGS_WARNING) $(TCL_SHLIB_CFLAGS) -c $(INC) $(CFLAGS) $(TCL_EXTRA_CFLAGS) $(EXTRA_FLAGS) $< all: builddtcl_test shared 1.2 +23 -1 tcl-moddtcl/contrib/dtclparser.tcl Index: dtclparser.tcl =================================================================== RCS file: /home/cvs/tcl-moddtcl/contrib/dtclparser.tcl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dtclparser.tcl 2001/03/20 19:10:33 1.1 +++ dtclparser.tcl 2001/05/22 17:05:24 1.2 @@ -5,11 +5,18 @@ # This is an attempt to duplicate the dtcl parser in pure Tcl. It is # not currently complete. -# $Id: dtclparser.tcl,v 1.1 2001/03/20 19:10:33 davidw Exp $ +# $Id: dtclparser.tcl,v 1.2 2001/05/22 17:05:24 davidw Exp $ set buffer "" proc dtcl_info { } { +puts "<table border=0 bgcolor=green><tr><td>\n +<table border=0 bgcolor=\"#000000\">\n +<tr><td align=center bgcolor=blue><font color=\"#ffffff\" size=+2>dtcl_info</font><br></td></tr>\n +<tr><td><font color=\"#ffffff\">Free cache size: XXX</font><br></td></tr>\n +<tr><td><font color=\"#ffffff\">PID: [pid]</font><br></td></tr>\n +</table>\n +</td></tr></table>\n" } proc buffered { x } { @@ -38,6 +45,21 @@ proc hgetvars { } { array set ENVS {x y} array set VARS {a b} +} + +proc var { command args } { + switch command { + get { + } + list { + } + exists { + } + names { + } + number { + } + } } proc buffer_add { x } { 1.6 +2 -2 tcl-moddtcl/debian/rules Index: rules =================================================================== RCS file: /home/cvs/tcl-moddtcl/debian/rules,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- rules 2001/02/16 13:10:11 1.5 +++ rules 2001/05/22 17:05:42 1.6 @@ -1,7 +1,7 @@ #!/usr/bin/make -f # Made with the aid of debmake, by Christoph Lameter, # based on the sample debian/rules file for GNU hello by Ian Jackson. -# $Id: rules,v 1.5 2001/02/16 13:10:11 davidw Exp $ +# $Id: rules,v 1.6 2001/05/22 17:05:42 davidw Exp $ TCL_VERSION=8.3 @@ -9,7 +9,7 @@ build: $(checkdir) - ( export C_INCLUDE_PATH=/usr/include/tcl$(TCL_VERSION)/ ; ./builddtcl.sh ) + ( export C_INCLUDE_PATH=/usr/include/tcl$(TCL_VERSION)/ ; ./builddtcl.sh EXTRA_FLAGS=-DEAPI ) touch build clean: 1.3 +0 -6 tcl-moddtcl/docs/TODO Index: TODO =================================================================== RCS file: /home/cvs/tcl-moddtcl/docs/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- TODO 2000/10/04 22:37:07 1.2 +++ TODO 2001/05/22 17:06:00 1.3 @@ -10,15 +10,9 @@ * More commands available for scripters (see PHP for examples). -* File uploads. This is tricky, but necessary. - * Possible configuration options: possible safe mode. * Further internationalization (multibyte languages such as Japanese). * Nicer logo - artists welcome! -Random ideas and thoughts about the future: - -* mod_tcl - hooks for everything in Tcl - so that you can write Apache - modules in Tcl, and control every aspect of Apache from Tcl. \ No newline at end of file From [email protected] Sat May 26 16:59:46 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 85052 invoked by uid 500); 26 May 2001 16:59:46 -0000 Delivered-To: [email protected] Received: (qmail 85049 invoked by uid 1048); 26 May 2001 16:59:46 -0000 Date: 26 May 2001 16:59:46 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl/contrib two-mode-mode.el davidw 01/05/26 09:59:45 Modified: contrib two-mode-mode.el Log: Updated two-mode-mode.el. Revision Changes Path 1.2 +44 -30 tcl-moddtcl/contrib/two-mode-mode.el Index: two-mode-mode.el =================================================================== RCS file: /home/cvs/tcl-moddtcl/contrib/two-mode-mode.el,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- two-mode-mode.el 2000/09/12 10:11:22 1.1 +++ two-mode-mode.el 2001/05/26 16:59:45 1.2 @@ -1,5 +1,5 @@ ;; two-mode-mode.el -- switches between tcl and sgml(html) modes -;; $Id: two-mode-mode.el,v 1.1 2000/09/12 10:11:22 davidw Exp $ +;; $Id: two-mode-mode.el,v 1.2 2001/05/26 16:59:45 davidw Exp $ ;; two-mode-mode.el is Copyright David Welton <[email protected]> 1999, 2000 @@ -18,55 +18,69 @@ ;; part of Debian GNU/Linux. ;; configure these: -(defvar two-mode-lmatch "<+") -(defvar two-mode-rmatch "+>") +(defvar two-mode-lmatch "<?") +(defvar two-mode-rmatch "?>") -(defvar default-mode (list 'sgml-mode "SGML")) ;; outside the above tokens +(defvar two-mode-update 0) +(defvar two-mode-mode-idle-timer nil) +(defvar two-mode-bool nil) +(defvar default-mode (list 'html-mode "HTML")) ;; outside the above tokens (defvar second-mode (list 'tcl-mode "TCL")) ;; inside +(defvar two-mode-mode-delay (/ (float 1) (float 8))) ;; ---------------- (defun two-mode-mode-setup () (make-local-hook 'post-command-hook) - (add-hook 'post-command-hook 'two-mode-mode-update-mode nil t) + (add-hook 'post-command-hook 'two-mode-mode-need-update nil t) (make-local-variable 'minor-mode-alist) - (or (assq 'two-mode-mode minor-mode-alist) + (make-local-variable 'two-mode-bool) + (setq two-mode-bool t) + (when two-mode-mode-idle-timer + (cancel-timer two-mode-mode-idle-timer)) + (setq two-mode-mode-idle-timer (run-with-idle-timer two-mode-mode-delay t 'two-mode-mode-update-mode)) + (or (assq 'two-mode-bool minor-mode-alist) (setq minor-mode-alist - (cons '(two-mode-mode " two-mode") minor-mode-alist)))) + (cons '(two-mode-bool " two-mode") minor-mode-alist)))) +(defun two-mode-mode-need-update () + (setq two-mode-update 1)) + (defun two-mode-change-mode (to-mode) (if (string= to-mode mode-name) t (progn - (if (string= to-mode (cadr second-mode)) - (save-excursion - (funcall (car second-mode))) - (save-excursion - (funcall (car default-mode)))) + (save-excursion + (if (string= to-mode (cadr second-mode)) + (funcall (car second-mode)) + (funcall (car default-mode)))) (two-mode-mode-setup) - (if (eq font-lock-mode t) - (font-lock-fontify-buffer))))) + (if (eq font-lock-mode t) + (font-lock-fontify-buffer)) + (turn-on-font-lock-if-enabled)))) (defun two-mode-mode-update-mode () - (let ((lm -1) - (rm -1)) - (save-excursion - (if (search-backward two-mode-lmatch nil t) - (setq lm (point)) - (setq lm -1))) - (save-excursion - (if (search-backward two-mode-rmatch nil t) - (setq rm (point)) - (setq rm -1))) - (if (and (= lm -1) (= rm -1)) - (two-mode-change-mode (cadr default-mode)) - (if (>= lm rm) - (two-mode-change-mode (cadr second-mode)) - (two-mode-change-mode (cadr default-mode)))))) + (when (and two-mode-bool two-mode-update) + (setq two-mode-update 0) + (let ((lm -1) + (rm -1)) + (save-excursion + (if (search-backward two-mode-lmatch nil t) + (setq lm (point)) + (setq lm -1))) + (save-excursion + (if (search-backward two-mode-rmatch nil t) + (setq rm (point)) + (setq rm -1))) + (if (and (= lm -1) (= rm -1)) + (two-mode-change-mode (cadr default-mode)) + (if (>= lm rm) + (two-mode-change-mode (cadr second-mode)) + (two-mode-change-mode (cadr default-mode))))))) (defun two-mode-mode () + "Turn on two-mode-mode" (interactive) (funcall (car default-mode)) - (setq two-mode-mode t) (two-mode-mode-setup)) (provide 'two-mode-mode) From [email protected] Tue May 29 12:29:50 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 54278 invoked by uid 500); 29 May 2001 12:29:50 -0000 Delivered-To: [email protected] Received: (qmail 52077 invoked by uid 1048); 29 May 2001 12:27:09 -0000 Date: 29 May 2001 12:27:09 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl tcl_commands.c davidw 01/05/29 05:27:08 Modified: . tcl_commands.c Log: Added 'var all' function. Revision Changes Path 1.7 +25 -2 tcl-moddtcl/tcl_commands.c Index: tcl_commands.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/tcl_commands.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tcl_commands.c 2001/05/21 19:49:21 1.6 +++ tcl_commands.c 2001/05/29 12:27:06 1.7 @@ -438,6 +438,7 @@ var list foo var names var number + var all */ int Var(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) @@ -450,7 +451,7 @@ if (objc < 2 || objc > 3) { - Tcl_WrongNumArgs(interp, 1, objv, "(get varname|list varname|exists varname|names|number)"); + Tcl_WrongNumArgs(interp, 1, objv, "(get varname|list varname|exists varname|names|number|all)"); return TCL_ERROR; } command = Tcl_GetStringFromObj(objv[1], NULL); @@ -571,9 +572,31 @@ result = Tcl_NewIntObj(parmsarray->nelts); Tcl_IncrRefCount(result); Tcl_SetObjResult(interp, result); + } else if(!strcmp(command, "all")) { + if (objc != 2) + { + Tcl_WrongNumArgs(interp, 2, objv, NULL); + return TCL_ERROR; + } + result = Tcl_NewObj(); + Tcl_IncrRefCount(result); + for (i = 0; i < parmsarray->nelts; ++i) + { + Tcl_ListObjAppendElement(interp, result, + STRING_TO_UTF_TO_OBJ(parms[i].key)); + Tcl_ListObjAppendElement(interp, result, + STRING_TO_UTF_TO_OBJ(parms[i].val)); + } + + if (result == NULL) + Tcl_AppendResult(interp, "", NULL); + else + Tcl_SetObjResult(interp, result); + + } else { /* bad command */ - Tcl_AddErrorInfo(interp, "bad option: must be one of 'get, list, names, number'"); + Tcl_AddErrorInfo(interp, "bad option: must be one of 'get, list, names, number, all'"); return TCL_ERROR; }
From [email protected] Tue Dec 01 16:18:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89470 invoked from network); 1 Dec 2009 16:18:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Dec 2009 16:18:06 -0000 Received: (qmail 59969 invoked by uid 500); 1 Dec 2009 16:18:05 -0000 Delivered-To: [email protected] Received: (qmail 59917 invoked by uid 500); 1 Dec 2009 16:18: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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59907 invoked by uid 99); 1 Dec 2009 16:18:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 16:18:05 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 16:18:02 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id 7E130AB4015 for <[email protected]>; Tue, 1 Dec 2009 08:17:39 -0800 (PST) Date: Tue, 01 Dec 2009 08:17:39 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 61 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Optional dependency jetty failed with reason build failed -INFO- Optional dependency groovy failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 21 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-01122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-01122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-01122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-01122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-011220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-01122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-01122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.7-rc-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-01122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/tar get/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus-7 .0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-01122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_01122009/j s.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-01122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-01122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- [INFO] Surefire report directory: /srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.bsf.ScriptEngineManagerTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec Running org.apache.bsf.SimpleBindingsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.apache.bsf.ScriptExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.apache.bsf.SimpleScriptContextTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running org.apache.bsf.AbstractScriptEngineTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache BSF project to install 3rd party script engines [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.pom Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.pom Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.jar 90K downloaded Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.jar Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.jar 177K downloaded [INFO] [antrun:run {execution: install-engines}] [INFO] Executing tasks [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] An Ant BuildException has occured: The following error occurred while executing this line: /srv/gump/public/workspace/jakarta-bsf3/bsf-engines/build.xml:99: taskdef class net.sourceforge.retroweaver.ant.RetroWeaverTask cannot be found using the classloader AntClassLoader[] [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19 seconds [INFO] Finished at: Tue Dec 01 08:17:32 PST 2009 [INFO] Final Memory: 15M/28M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 09000001122009, vmgump:vmgump-public:09000001122009 Gump E-mail Identifier (unique within run) #52. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 03 19:11:41 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81656 invoked from network); 3 Dec 2009 19:11:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Dec 2009 19:11:40 -0000 Received: (qmail 63934 invoked by uid 500); 3 Dec 2009 19:11:40 -0000 Delivered-To: [email protected] Received: (qmail 63891 invoked by uid 500); 3 Dec 2009 19:11:40 -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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 63881 invoked by uid 99); 3 Dec 2009 19:11:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 19:11:39 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 19:11:36 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id 021F9AB4029 for <[email protected]>; Thu, 3 Dec 2009 09:00:38 -0800 (PST) Date: Thu, 03 Dec 2009 09:00:38 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 64 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Optional dependency jetty failed with reason build failed -INFO- Optional dependency groovy failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 28 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-03122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-03122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-03122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-03122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-031220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-03122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-03122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.7-rc-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-03122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/tar get/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus-7 .0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-03122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_03122009/j s.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-03122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-03122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- [INFO] [surefire:test] [INFO] Surefire report directory: /srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.bsf.ScriptEngineManagerTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec Running org.apache.bsf.SimpleBindingsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.apache.bsf.ScriptExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.apache.bsf.SimpleScriptContextTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec Running org.apache.bsf.AbstractScriptEngineTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache BSF project to install 3rd party script engines [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.pom Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.jar 90K downloaded Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.jar Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.jar 177K downloaded [INFO] [antrun:run {execution: install-engines}] [INFO] Executing tasks [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] An Ant BuildException has occured: The following error occurred while executing this line: /srv/gump/public/workspace/jakarta-bsf3/bsf-engines/build.xml:99: taskdef class net.sourceforge.retroweaver.ant.RetroWeaverTask cannot be found using the classloader AntClassLoader[] [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26 seconds [INFO] Finished at: Thu Dec 03 09:00:38 PST 2009 [INFO] Final Memory: 15M/28M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 09000003122009, vmgump:vmgump-public:09000003122009 Gump E-mail Identifier (unique within run) #67. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Dec 05 19:30:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16055 invoked from network); 5 Dec 2009 19:30:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Dec 2009 19:30:19 -0000 Received: (qmail 44999 invoked by uid 500); 5 Dec 2009 19:30:19 -0000 Delivered-To: [email protected] Received: (qmail 44967 invoked by uid 500); 5 Dec 2009 19:30: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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 44957 invoked by uid 99); 5 Dec 2009 19:30:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2009 19:30:18 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2009 19:30:15 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id D00AA72007A for <[email protected]>; Sat, 5 Dec 2009 09:19:17 -0800 (PST) Date: Sat, 05 Dec 2009 09:19:17 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 67 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Optional dependency jetty failed with reason build failed -INFO- Optional dependency groovy failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 32 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-05122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-05122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-05122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-05122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-051220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-05122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-05122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.7-rc-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-05122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/tar get/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus-7 .0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-05122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_05122009/j s.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-05122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-05122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- [INFO] [surefire:test] [INFO] Surefire report directory: /srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.bsf.ScriptEngineManagerTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec Running org.apache.bsf.SimpleBindingsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running org.apache.bsf.ScriptExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.apache.bsf.SimpleScriptContextTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running org.apache.bsf.AbstractScriptEngineTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache BSF project to install 3rd party script engines [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.pom Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.jar 90K downloaded Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.jar Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.jar 177K downloaded [INFO] [antrun:run {execution: install-engines}] [INFO] Executing tasks [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] An Ant BuildException has occured: The following error occurred while executing this line: /srv/gump/public/workspace/jakarta-bsf3/bsf-engines/build.xml:99: taskdef class net.sourceforge.retroweaver.ant.RetroWeaverTask cannot be found using the classloader AntClassLoader[] [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25 seconds [INFO] Finished at: Sat Dec 05 09:19:16 PST 2009 [INFO] Final Memory: 15M/28M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000005122009, vmgump:vmgump-public:07000005122009 Gump E-mail Identifier (unique within run) #67. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Dec 07 18:50:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69490 invoked from network); 7 Dec 2009 18:50:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Dec 2009 18:50:04 -0000 Received: (qmail 60033 invoked by uid 500); 7 Dec 2009 18:50:04 -0000 Delivered-To: [email protected] Received: (qmail 59993 invoked by uid 500); 7 Dec 2009 18:50: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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59983 invoked by uid 99); 7 Dec 2009 18:50:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2009 18:50:03 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2009 18:50:01 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id 15D3BAB45E0 for <[email protected]>; Mon, 7 Dec 2009 08:39:05 -0800 (PST) Date: Mon, 07 Dec 2009 08:39:04 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 70 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Optional dependency jetty failed with reason build failed -INFO- Optional dependency groovy failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 19 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-07122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-07122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-07122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-07122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-071220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-07122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-07122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.7-rc-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-07122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/tar get/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus-7 .0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-07122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_07122009/j s.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-07122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-07122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- [INFO] [surefire:test] [INFO] Surefire report directory: /srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.bsf.ScriptEngineManagerTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec Running org.apache.bsf.SimpleBindingsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.apache.bsf.ScriptExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.apache.bsf.SimpleScriptContextTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.apache.bsf.AbstractScriptEngineTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache BSF project to install 3rd party script engines [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.pom Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.jar 90K downloaded Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.jar Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.jar 177K downloaded [INFO] [antrun:run {execution: install-engines}] [INFO] Executing tasks [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] An Ant BuildException has occured: The following error occurred while executing this line: /srv/gump/public/workspace/jakarta-bsf3/bsf-engines/build.xml:99: taskdef class net.sourceforge.retroweaver.ant.RetroWeaverTask cannot be found using the classloader AntClassLoader[] [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17 seconds [INFO] Finished at: Mon Dec 07 08:39:04 PST 2009 [INFO] Final Memory: 15M/28M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 16000007122009, vmgump:vmgump-public:16000007122009 Gump E-mail Identifier (unique within run) #65. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 09 20:32:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94739 invoked from network); 9 Dec 2009 20:32:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Dec 2009 20:32:01 -0000 Received: (qmail 53453 invoked by uid 500); 9 Dec 2009 20:32:01 -0000 Delivered-To: [email protected] Received: (qmail 53376 invoked by uid 500); 9 Dec 2009 20:32:00 -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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 53366 invoked by uid 99); 9 Dec 2009 20:32: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 20:32:00 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 20:31:57 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id F386AAB4625 for <[email protected]>; Wed, 9 Dec 2009 10:20:59 -0800 (PST) Date: Wed, 09 Dec 2009 10:20:59 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 73 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Optional dependency jetty failed with reason build failed -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 20 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-09122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-09122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-09122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-09122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-091220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-09122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-09122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.8-beta-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-09122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/t arget/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus -7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-09122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_09122009 /js.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-09122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-09122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- [INFO] [surefire:test] [INFO] Surefire report directory: /srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.bsf.ScriptEngineManagerTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec Running org.apache.bsf.SimpleBindingsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running org.apache.bsf.ScriptExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.apache.bsf.SimpleScriptContextTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running org.apache.bsf.AbstractScriptEngineTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache BSF project to install 3rd party script engines [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.pom Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.jar 90K downloaded Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.jar Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.jar 177K downloaded [INFO] [antrun:run {execution: install-engines}] [INFO] Executing tasks [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] An Ant BuildException has occured: The following error occurred while executing this line: /srv/gump/public/workspace/jakarta-bsf3/bsf-engines/build.xml:99: taskdef class net.sourceforge.retroweaver.ant.RetroWeaverTask cannot be found using the classloader AntClassLoader[] [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19 seconds [INFO] Finished at: Wed Dec 09 10:20:59 PST 2009 [INFO] Final Memory: 15M/28M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 06000009122009, vmgump:vmgump-public:06000009122009 Gump E-mail Identifier (unique within run) #65. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 10 18:37:46 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32206 invoked from network); 10 Dec 2009 18:37:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Dec 2009 18:37:46 -0000 Received: (qmail 30918 invoked by uid 500); 10 Dec 2009 18:37:46 -0000 Delivered-To: [email protected] Received: (qmail 30871 invoked by uid 500); 10 Dec 2009 18:37:45 -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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 30857 invoked by uid 99); 10 Dec 2009 18:37:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 18:37: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 qw-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 18:37:37 +0000 Received: by qw-out-2122.google.com with SMTP id 9so25667qwb.27 for <[email protected]>; Thu, 10 Dec 2009 10:37:16 -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=9ekCEu1Bj5YIe3Pigkudq5e+uHwyiNdbrUJ2lTGCd8k=; b=dl9FG9R/hqVISVlJCK11M4Gr/ObzVE2lYx1fhMrgUlQMpTu1WuDsjgM3fRjadrb2tv q5rxWEaaVyR2JHeJHBybgNxR4wbTqEYwHpkEMaL+AUwp2u4nR4rlsWMffjAgoAbMo7k3 WYmyJl3x6HDFkNwJl9VzYYwlifKG6pTsjdVMA= 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=apH1iBYG5CeIBzLdu2OSf/FwPjfFYlPUeTt9TA4cS06YV4urrgPdwe99RsU+gN5P30 FKXW7xSPJIs93GY3PHYcUMce46Km1kvaQefVt/W8DUilil0/aeF+m03HH4X6E+Nnbnuh Q6fbVD5LVkSfTBwQT84rCOhGdWd4+A69/Bb6M= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id o8mr193876qaq.227.1260470236051; Thu, 10 Dec 2009 10:37:16 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Thu, 10 Dec 2009 13:37:16 -0500 Message-ID: <[email protected]> Subject: Re: [VOTE] Release BSF 3.0 RC1 From: Rahul Akolkar <[email protected]> To: Bean Scripting Framework developers <[email protected]>, [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Top posting a quick question: is this vote for the 3.0 m2 repo artifacts still active? If it is, I intend to take a look in the next day or two. -Rahul On Sun, Nov 1, 2009 at 3:40 AM, ant elder <[email protected]> wrote: > On Thu, Oct 29, 2009 at 7:40 AM, ant elder <[email protected]> wrote: >> On Thu, Oct 29, 2009 at 1:55 AM, sebb <[email protected]> wrote: >>> On 28/10/2009, Rony G. Flatscher <[email protected]> wrote: >>>> >>>> =A0ant elder wrote: >>>> =A0> On Sat, Aug 15, 2009 at 6:04 AM, ant elder <[email protected]> = wrote: >>>> =A0> >>>> =A0>> On Wed, Aug 12, 2009 at 7:13 PM, sebb AT ASF<[email protected]> wr= ote: >>>> =A0>> >>>> =A0>>> Please review and vote on the BSF 3.0 RC1 release. >>>> =A0>>> The artifacts are available at: >>>> =A0>>> >>>> =A0>>> http://people.apache.org/~sebb/bsf-3.0-RC1/ >>>> =A0>>> >>>> =A0>>> and the an SVN tag is at: >>>> =A0>>> >>>> =A0>>> http://svn.apache.org/repos/asf/jakarta/bsf/tags/bsf-3.0-rc1/ >>>> =A0>>> >>>> =A0>>> The vote will be open for at least 72 hours. >>>> =A0>>> >>>> =A0>>> S/// >>>> =A0>>> >>>> =A0>>> ---------------------------------------------------------------= ------ >>>> =A0>>> To unsubscribe, e-mail: [email protected] >>>> =A0>>> For additional commands, e-mail: [email protected]= g >>>> =A0>>> >>>> =A0>>> >>>> =A0>>> >>>> =A0>> Whats there looks good, +1 >>>> =A0>> >>>> =A0>> There's no Maven staging repo, could that be added to this vote? >>>> =A0>> >>>> =A0>> =A0 ...ant >>>> =A0>> >>>> =A0>> >>>> =A0> >>>> =A0> We never did sort out the maven artifacts of for the 1.0 release, >>>> =A0> which means projects using maven cant use the 1.0 release. I did = put >>>> =A0> some artifacts up at >>>> =A0> http://people.apache.org/~antelder/bsf/3.0-rc1/maven/ during the >>>> =A0> release vote, could we consider them part of the 1.0 release vote= or >>>> =A0> should we have another vote to release them? There was a question >>>> =A0> about no license header on one of the generated pom.xml files, bu= t i'm >>>> =A0> not sure how to fix that easily and it doesn't seem like a releas= e >>>> =A0> blocker to me. >>>> =A0> >>>> >>> >>> Surely the header can just be added to the file before it is deployed? >>> >> >> Fair point, ok I'll do that, and I think I call a vote on releasing >> them just to make sure its all clean and tidy. >> >> =A0 ...ant >> > > Ok that is done now, the staging repo is the same as before > http://people.apache.org/~antelder/bsf/3.0-rc1/maven/ which is the one > from earlier with the only change being the bsf-all jar generated > pom.xml now has an AL header and is resigned. > > Please confirm with a +1 to include these in the 3.0 release. > > +1 from me. > > =A0 ...ant > > --------------------------------------------------------------------- > 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 10 20:31:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76793 invoked from network); 10 Dec 2009 20:31:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Dec 2009 20:31:04 -0000 Received: (qmail 8577 invoked by uid 500); 10 Dec 2009 20:31:04 -0000 Delivered-To: [email protected] Received: (qmail 8523 invoked by uid 500); 10 Dec 2009 20:31: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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8513 invoked by uid 99); 10 Dec 2009 20:31:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 20:31:03 +0000 X-ASF-Spam-Status: No, hits=-2.3 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 mail-fx0-f218.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 20:31:01 +0000 Received: by fxm10 with SMTP id 10so308554fxm.14 for <[email protected]>; Thu, 10 Dec 2009 12:30:39 -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=Wg+xsxGp8ieYelVA2COgGQvolJVEv6shHwj/4ilTvV8=; b=tjE3o22n3SB9ApMg3ObqI6UpZWReNkDjSyxAFDz29/d9P3Ll98rgnqqcELwZ1qgE24 +3x+nEdrey0Do26+6jzZBl1/3PdhtJB6J28Wxhwtne8GutCvnsY3c37z/aEph8yV6h8z +sMW0zw+oh3LgWHOqMfx45JV9+PkDg8OLIxqk= 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=No7tCWcllUUuDKlBumIPw1kWrGkODtYmjyfi44f86LOqV9MTO20PYY/nczmL5RMFae ogcjeVs0UqAbK2y8bFgMphdU7RXsR/GEEshh4kug8Dgw/eEuvAXSTuWjYu/wiyzeHUJn MaqIyx/FYJcOvi6SWqGGHjJL793d9hRstoKXA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t2mr39507hbc.200.1260477039458; Thu, 10 Dec 2009 12:30:39 -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: Thu, 10 Dec 2009 20:30:39 +0000 Message-ID: <[email protected]> Subject: Re: [VOTE] Release BSF 3.0 RC1 From: sebb <[email protected]> To: Bean Scripting Framework developers <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Not really sure ... On 10/12/2009, Rahul Akolkar <[email protected]> wrote: > Top posting a quick question: is this vote for the 3.0 m2 repo > artifacts still active? If it is, I intend to take a look in the next > day or two. > > -Rahul > > > On Sun, Nov 1, 2009 at 3:40 AM, ant elder <[email protected]> wrote: > > On Thu, Oct 29, 2009 at 7:40 AM, ant elder <[email protected]> wrote: > >> On Thu, Oct 29, 2009 at 1:55 AM, sebb <[email protected]> wrote: > >>> On 28/10/2009, Rony G. Flatscher <[email protected]> wrote: > >>>> > >>>> ant elder wrote: > >>>> > On Sat, Aug 15, 2009 at 6:04 AM, ant elder <[email protected]> wrote: > >>>> > > >>>> >> On Wed, Aug 12, 2009 at 7:13 PM, sebb AT ASF<[email protected]> wrote: > >>>> >> > >>>> >>> Please review and vote on the BSF 3.0 RC1 release. > >>>> >>> The artifacts are available at: > >>>> >>> > >>>> >>> http://people.apache.org/~sebb/bsf-3.0-RC1/ > >>>> >>> > >>>> >>> and the an SVN tag is at: > >>>> >>> > >>>> >>> http://svn.apache.org/repos/asf/jakarta/bsf/tags/bsf-3.0-rc1/ > >>>> >>> > >>>> >>> The vote will be open for at least 72 hours. > >>>> >>> > >>>> >>> S/// > >>>> >>> > >>>> >>> --------------------------------------------------------------------- > >>>> >>> To unsubscribe, e-mail: [email protected] > >>>> >>> For additional commands, e-mail: [email protected] > >>>> >>> > >>>> >>> > >>>> >>> > >>>> >> Whats there looks good, +1 > >>>> >> > >>>> >> There's no Maven staging repo, could that be added to this vote? > >>>> >> > >>>> >> ...ant > >>>> >> > >>>> >> > >>>> > > >>>> > We never did sort out the maven artifacts of for the 1.0 release, > >>>> > which means projects using maven cant use the 1.0 release. I did put > >>>> > some artifacts up at > >>>> > http://people.apache.org/~antelder/bsf/3.0-rc1/maven/ during the > >>>> > release vote, could we consider them part of the 1.0 release vote or > >>>> > should we have another vote to release them? There was a question > >>>> > about no license header on one of the generated pom.xml files, but i'm > >>>> > not sure how to fix that easily and it doesn't seem like a release > >>>> > blocker to me. > >>>> > > >>>> > >>> > >>> Surely the header can just be added to the file before it is deployed? > >>> > >> > >> Fair point, ok I'll do that, and I think I call a vote on releasing > >> them just to make sure its all clean and tidy. > >> > >> ...ant > >> > > > > Ok that is done now, the staging repo is the same as before > > http://people.apache.org/~antelder/bsf/3.0-rc1/maven/ which is the one > > from earlier with the only change being the bsf-all jar generated > > pom.xml now has an AL header and is resigned. > > > > Please confirm with a +1 to include these in the 3.0 release. > > > > +1 from me. > > > > ...ant > > > > --------------------------------------------------------------------- > > 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] Fri Dec 11 18:20:39 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26083 invoked from network); 11 Dec 2009 18:20:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Dec 2009 18:20:39 -0000 Received: (qmail 88917 invoked by uid 500); 11 Dec 2009 18:20:39 -0000 Delivered-To: [email protected] Received: (qmail 88867 invoked by uid 500); 11 Dec 2009 18:20:39 -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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 88850 invoked by uid 99); 11 Dec 2009 18:20:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 18:20:39 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 18:20:36 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id 50B7BAB475D for <[email protected]>; Fri, 11 Dec 2009 08:09:39 -0800 (PST) Date: Fri, 11 Dec 2009 08:09:39 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 76 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Optional dependency jetty failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 25 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-11122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-11122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-11122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-11122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-111220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-11122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-11122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.8-beta-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-11122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/t arget/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus -7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-11122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_11122009 /js.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-11122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-11122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- [INFO] [surefire:test] [INFO] Surefire report directory: /srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.bsf.ScriptEngineManagerTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec Running org.apache.bsf.SimpleBindingsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.apache.bsf.ScriptExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running org.apache.bsf.SimpleScriptContextTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running org.apache.bsf.AbstractScriptEngineTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache BSF project to install 3rd party script engines [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.pom Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.jar 90K downloaded Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.jar Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.jar 177K downloaded [INFO] [antrun:run {execution: install-engines}] [INFO] Executing tasks [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] An Ant BuildException has occured: The following error occurred while executing this line: /srv/gump/public/workspace/jakarta-bsf3/bsf-engines/build.xml:99: taskdef class net.sourceforge.retroweaver.ant.RetroWeaverTask cannot be found using the classloader AntClassLoader[] [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23 seconds [INFO] Finished at: Fri Dec 11 08:09:38 PST 2009 [INFO] Final Memory: 15M/28M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000011122009, vmgump:vmgump-public:07000011122009 Gump E-mail Identifier (unique within run) #67. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Dec 13 19:05:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34955 invoked from network); 13 Dec 2009 19:05:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Dec 2009 19:05:01 -0000 Received: (qmail 54542 invoked by uid 500); 13 Dec 2009 19:05:01 -0000 Delivered-To: [email protected] Received: (qmail 54467 invoked by uid 500); 13 Dec 2009 19:05:00 -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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 54457 invoked by uid 99); 13 Dec 2009 19:05:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Dec 2009 19:05:00 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Dec 2009 19:04:58 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id 68E98AB428D for <[email protected]>; Sun, 13 Dec 2009 08:54:02 -0800 (PST) Date: Sun, 13 Dec 2009 08:54:02 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 79 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Optional dependency jetty failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 16 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-13122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-13122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-13122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-13122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-131220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-13122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-13122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.8-beta-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-13122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/t arget/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus -7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-13122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_13122009 /js.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-13122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-13122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- [INFO] [surefire:test] [INFO] Surefire report directory: /srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.bsf.ScriptEngineManagerTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 sec Running org.apache.bsf.SimpleBindingsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.apache.bsf.ScriptExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.apache.bsf.SimpleScriptContextTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running org.apache.bsf.AbstractScriptEngineTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache BSF project to install 3rd party script engines [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.pom Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.pom Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver/2.0.7/retroweaver-2.0.7.jar 90K downloaded Downloading: http://localhost:8192/maven2/backport-util-concurrent/backport-util-concurrent/2.2/backport-util-concurrent-2.2.jar Downloading: http://localhost:8192/maven2/net/sourceforge/retroweaver/retroweaver-rt/2.0.7/retroweaver-rt-2.0.7.jar 177K downloaded [INFO] [antrun:run {execution: install-engines}] [INFO] Executing tasks [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] An Ant BuildException has occured: The following error occurred while executing this line: /srv/gump/public/workspace/jakarta-bsf3/bsf-engines/build.xml:99: taskdef class net.sourceforge.retroweaver.ant.RetroWeaverTask cannot be found using the classloader AntClassLoader[] [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15 seconds [INFO] Finished at: Sun Dec 13 08:54:01 PST 2009 [INFO] Final Memory: 15M/28M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 05000013122009, vmgump:vmgump-public:05000013122009 Gump E-mail Identifier (unique within run) #66. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 16 19:33:45 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49870 invoked from network); 16 Dec 2009 19:33:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Dec 2009 19:33:45 -0000 Received: (qmail 96430 invoked by uid 500); 16 Dec 2009 19:33:45 -0000 Delivered-To: [email protected] Received: (qmail 96370 invoked by uid 500); 16 Dec 2009 19:33:45 -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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96360 invoked by uid 99); 16 Dec 2009 19:33:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 19:33:44 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 19:33:42 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id 7FA6FAB47E1 for <[email protected]>; Wed, 16 Dec 2009 09:22:35 -0800 (PST) Date: Wed, 16 Dec 2009 09:22:35 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 83 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Optional dependency jetty failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 56 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-16122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-16122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-16122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-16122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-161220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-16122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-16122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.8-beta-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-16122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/t arget/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus -7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-16122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_16122009 /js.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-16122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-16122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.pom Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.2/axiom-api-1.2.2.jar 382K downloaded Downloading: http://localhost:8192/maven2/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.jar 221K downloaded Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.2/axiom-impl-1.2.2.jar 119K downloaded Downloading: http://localhost:8192/maven2/org/codehaus/woodstox/wstx-asl/3.2.0/wstx-asl-3.2.0.jar Downloading: http://localhost:8192/maven2/rhino/js/1.6R7/js-1.6R7.jar 1010K downloaded Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT 2) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT from the specified remote repositories: gump-central (http://localhost:8192/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 54 seconds [INFO] Finished at: Wed Dec 16 09:22:33 PST 2009 [INFO] Final Memory: 17M/31M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 06000016122009, vmgump:vmgump-public:06000016122009 Gump E-mail Identifier (unique within run) #57. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 18 18:40:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56944 invoked from network); 18 Dec 2009 18:40:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Dec 2009 18:40:23 -0000 Received: (qmail 68726 invoked by uid 500); 18 Dec 2009 18:40:23 -0000 Delivered-To: [email protected] Received: (qmail 68655 invoked by uid 500); 18 Dec 2009 18:40:22 -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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 68645 invoked by uid 99); 18 Dec 2009 18:40:22 -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 18:40:22 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 18:40:16 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id B117872007C for <[email protected]>; Fri, 18 Dec 2009 08:29:19 -0800 (PST) Date: Fri, 18 Dec 2009 08:29:19 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 86 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -WARNING- Bad *Optional* Dependency. Project: bsf-engines : unknown to *this* workspace -INFO- Optional dependency jetty failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 56 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-18122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-18122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-18122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-18122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-181220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-18122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-18122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.8-beta-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-18122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/t arget/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus -7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-18122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_18122009 /js.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-18122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-18122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.pom Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.2/axiom-api-1.2.2.jar 382K downloaded Downloading: http://localhost:8192/maven2/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.jar 221K downloaded Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.2/axiom-impl-1.2.2.jar 119K downloaded Downloading: http://localhost:8192/maven2/org/codehaus/woodstox/wstx-asl/3.2.0/wstx-asl-3.2.0.jar Downloading: http://localhost:8192/maven2/rhino/js/1.6R7/js-1.6R7.jar 1010K downloaded Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT 2) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT from the specified remote repositories: gump-central (http://localhost:8192/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 52 seconds [INFO] Finished at: Fri Dec 18 08:29:15 PST 2009 [INFO] Final Memory: 17M/31M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 05000018122009, vmgump:vmgump-public:05000018122009 Gump E-mail Identifier (unique within run) #57. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Dec 20 19:05:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96891 invoked from network); 20 Dec 2009 19:05:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Dec 2009 19:05:22 -0000 Received: (qmail 57334 invoked by uid 500); 20 Dec 2009 19:05:22 -0000 Delivered-To: [email protected] Received: (qmail 57255 invoked by uid 500); 20 Dec 2009 19:05:21 -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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57245 invoked by uid 99); 20 Dec 2009 19:05:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 19:05:21 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 19:05:14 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id A1995AB404D for <[email protected]>; Sun, 20 Dec 2009 08:54:17 -0800 (PST) Date: Sun, 20 Dec 2009 08:54:17 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 89 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -WARNING- Bad *Optional* Dependency. Project: bsf-engines : unknown to *this* workspace -INFO- Optional dependency jetty failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 49 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-20122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-20122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-20122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-20122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-201220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-20122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-20122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.8-beta-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-20122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/t arget/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus -7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-20122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_20122009 /js.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-20122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-20122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.pom Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.2/axiom-api-1.2.2.jar 382K downloaded Downloading: http://localhost:8192/maven2/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.jar 221K downloaded Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.2/axiom-impl-1.2.2.jar 119K downloaded Downloading: http://localhost:8192/maven2/org/codehaus/woodstox/wstx-asl/3.2.0/wstx-asl-3.2.0.jar Downloading: http://localhost:8192/maven2/rhino/js/1.6R7/js-1.6R7.jar 1010K downloaded Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT 2) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT from the specified remote repositories: gump-central (http://localhost:8192/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 43 seconds [INFO] Finished at: Sun Dec 20 08:54:11 PST 2009 [INFO] Final Memory: 17M/31M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 05000020122009, vmgump:vmgump-public:05000020122009 Gump E-mail Identifier (unique within run) #53. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Dec 22 19:33:09 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83749 invoked from network); 22 Dec 2009 19:33:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Dec 2009 19:33:09 -0000 Received: (qmail 27255 invoked by uid 500); 22 Dec 2009 19:33:08 -0000 Delivered-To: [email protected] Received: (qmail 27241 invoked by uid 500); 22 Dec 2009 19:33:08 -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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27222 invoked by uid 99); 22 Dec 2009 19:33:04 -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:33:04 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 19:33:02 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id 78C08AB479B for <[email protected]>; Tue, 22 Dec 2009 09:20:47 -0800 (PST) Date: Tue, 22 Dec 2009 09:20:47 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 92 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -WARNING- Bad *Optional* Dependency. Project: bsf-engines : unknown to *this* workspace -INFO- Optional dependency jetty failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 52 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-22122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-22122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-22122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-22122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-221220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-22122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-22122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.8-beta-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-22122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/t arget/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus -7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-22122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_22122009 /js.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-22122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-22122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.pom Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.2/axiom-api-1.2.2.jar 382K downloaded Downloading: http://localhost:8192/maven2/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.jar 221K downloaded Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.2/axiom-impl-1.2.2.jar 119K downloaded Downloading: http://localhost:8192/maven2/org/codehaus/woodstox/wstx-asl/3.2.0/wstx-asl-3.2.0.jar Downloading: http://localhost:8192/maven2/rhino/js/1.6R7/js-1.6R7.jar 1010K downloaded Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT 2) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT from the specified remote repositories: gump-central (http://localhost:8192/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 51 seconds [INFO] Finished at: Tue Dec 22 09:20:46 PST 2009 [INFO] Final Memory: 17M/31M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 11000022122009, vmgump:vmgump-public:11000022122009 Gump E-mail Identifier (unique within run) #57. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 24 19:17:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8035 invoked from network); 24 Dec 2009 19:17:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Dec 2009 19:17:13 -0000 Received: (qmail 97283 invoked by uid 500); 24 Dec 2009 19:17:13 -0000 Delivered-To: [email protected] Received: (qmail 97229 invoked by uid 500); 24 Dec 2009 19:17:13 -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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 97219 invoked by uid 99); 24 Dec 2009 19:17:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2009 19:17:12 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2009 19:17:06 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id 3203572007B for <[email protected]>; Thu, 24 Dec 2009 09:04:51 -0800 (PST) Date: Thu, 24 Dec 2009 09:04:51 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 95 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -WARNING- Bad *Optional* Dependency. Project: bsf-engines : unknown to *this* workspace -INFO- Optional dependency jetty failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 1 min 29 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-24122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-24122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-24122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-24122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-241220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-24122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-24122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.8-beta-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-24122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/t arget/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus -7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-24122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_24122009 /js.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-24122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-24122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.pom Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.2/axiom-api-1.2.2.jar 382K downloaded Downloading: http://localhost:8192/maven2/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.jar 221K downloaded Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.2/axiom-impl-1.2.2.jar 119K downloaded Downloading: http://localhost:8192/maven2/org/codehaus/woodstox/wstx-asl/3.2.0/wstx-asl-3.2.0.jar Downloading: http://localhost:8192/maven2/rhino/js/1.6R7/js-1.6R7.jar 1010K downloaded Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT 2) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT from the specified remote repositories: gump-central (http://localhost:8192/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 27 seconds [INFO] Finished at: Thu Dec 24 09:04:49 PST 2009 [INFO] Final Memory: 17M/31M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 26000024122009, vmgump:vmgump-public:26000024122009 Gump E-mail Identifier (unique within run) #60. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Dec 26 20:30:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34586 invoked from network); 26 Dec 2009 20:30:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Dec 2009 20:30:02 -0000 Received: (qmail 98710 invoked by uid 500); 26 Dec 2009 20:30:02 -0000 Delivered-To: [email protected] Received: (qmail 98655 invoked by uid 500); 26 Dec 2009 20:30: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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98645 invoked by uid 99); 26 Dec 2009 20:30:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Dec 2009 20:30:01 +0000 X-ASF-Spam-Status: No, hits=-1997.1 required=10.0 tests=ALL_TRUSTED,DATE_IN_PAST_03_06,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Dec 2009 20:29:59 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id 6DB82AB4016 for <[email protected]>; Sat, 26 Dec 2009 09:22:40 -0800 (PST) Date: Sat, 26 Dec 2009 09:22:40 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 98 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -WARNING- Bad *Optional* Dependency. Project: bsf-engines : unknown to *this* workspace -INFO- Optional dependency jetty failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 37 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-26122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-26122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-26122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-26122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-261220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-26122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-26122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.8-beta-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-26122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/t arget/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus -7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-26122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_26122009 /js.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-26122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-26122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.pom Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.2/axiom-api-1.2.2.jar 382K downloaded Downloading: http://localhost:8192/maven2/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.jar 221K downloaded Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.2/axiom-impl-1.2.2.jar 119K downloaded Downloading: http://localhost:8192/maven2/org/codehaus/woodstox/wstx-asl/3.2.0/wstx-asl-3.2.0.jar Downloading: http://localhost:8192/maven2/rhino/js/1.6R7/js-1.6R7.jar 1010K downloaded Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT 2) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT from the specified remote repositories: gump-central (http://localhost:8192/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35 seconds [INFO] Finished at: Sat Dec 26 09:22:39 PST 2009 [INFO] Final Memory: 17M/31M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 06000026122009, vmgump:vmgump-public:06000026122009 Gump E-mail Identifier (unique within run) #56. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Dec 28 20:22:29 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15499 invoked from network); 28 Dec 2009 20:22:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Dec 2009 20:22:29 -0000 Received: (qmail 37592 invoked by uid 500); 28 Dec 2009 20:22:29 -0000 Delivered-To: [email protected] Received: (qmail 37526 invoked by uid 500); 28 Dec 2009 20:22:28 -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: "Bean Scripting Framework developers" <bsf-dev.jakarta.apache.org> Reply-To: "Bean Scripting Framework developers" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37516 invoked by uid 99); 28 Dec 2009 20:22:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2009 20:22:28 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DATE_IN_PAST_03_06,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2009 20:22:22 +0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by vmgump.apache.org (Postfix) with ESMTP id 39ED6AB427C for <[email protected]>; Mon, 28 Dec 2009 09:15:04 -0800 (PST) Date: Mon, 28 Dec 2009 09:15:04 PST From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-bsf3 (in module jakarta-bsf3) failed Message-Id: <[email protected]> To whom it may engage... 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 jakarta-bsf3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 101 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-bsf3 : Bean Scripting Framework Full details are available at: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -WARNING- Bad *Optional* Dependency. Project: bsf-engines : unknown to *this* workspace -INFO- Optional dependency jetty failed with reason missing build outputs -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/jakarta-bsf3/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html Work Name: build_jakarta-bsf3_jakarta-bsf3 (Type: Build) Work ended in a state of : Failed Elapsed: 43 secs Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/jakarta-bsf3] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-analysis-28122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-28122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-xml-28122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-commons-28122009.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-281220 09.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-tree-28122009.jar:/srv/gump/public/workspace/jakarta-bsf3/bsf-api/target/bsf-api-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-28122009.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.4.jar:/srv/gump/public/workspace/groovy/target/groovy-1.8-beta-1-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-28122009.jar:/srv/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/jetty/jetty-client/target/jetty-client-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jaspi/target/jetty-jaspi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-xml/target/jetty-xml-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-security/target/jetty-security-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-policy/t arget/jetty-policy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-centralized-logging/target/jetty-centralized-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp/target/jetty-webapp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-http/target/jetty-http-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-continuation/target/jetty-continuation-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-annotations/target/jetty-annotations-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-start/target/jetty-start-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-util/target/jetty-util-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-ajp/target/jetty-ajp-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-logging/target/jetty-webapp-logging-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-io/target/jetty-io-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-plus/target/jetty-plus -7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlet/target/jetty-servlet-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-rewrite/target/jetty-rewrite-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-server/target/jetty-server-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jndi/target/jetty-jndi-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-deploy/target/jetty-deploy-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-jmx/target/jetty-jmx-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-webapp-verifier/target/jetty-webapp-verifier-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/jetty/jetty-servlets/target/jetty-servlets-7.0.1-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-28122009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver-rt.jar:/srv/gump/packages/retroweaver-2.0.7/retroweaver.jar:/srv/gump/public/workspace/rhino/build/rhino_28122009 /js.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-28122009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-28122009-dep.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-impl/target/axiom-impl-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-api/target/axiom-api-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/ws-axis2-commons/axiom/modules/axiom-dom/target/axiom-dom-1.2.9-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.pom Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.2/axiom-api-1.2.2.jar 382K downloaded Downloading: http://localhost:8192/maven2/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.jar 221K downloaded Downloading: http://localhost:8192/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.2/axiom-impl-1.2.2.jar 119K downloaded Downloading: http://localhost:8192/maven2/org/codehaus/woodstox/wstx-asl/3.2.0/wstx-asl-3.2.0.jar Downloading: http://localhost:8192/maven2/rhino/js/1.6R7/js-1.6R7.jar 1010K downloaded Downloading: http://localhost:8192/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.bsf -DartifactId=bsf-engines -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT 2) org.apache.bsf:bsf-engines:jar:3.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.bsf:bsf-utils:jar:3.0-SNAPSHOT from the specified remote repositories: gump-central (http://localhost:8192/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 41 seconds [INFO] Finished at: Mon Dec 28 09:15:03 PST 2009 [INFO] Final Memory: 17M/31M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 27000028122009, vmgump:vmgump-public:27000028122009 Gump E-mail Identifier (unique within run) #57. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Thu Jan 18 00:10:38 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69085 invoked from network); 18 Jan 2007 00:10:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2007 00:10:36 -0000 Received: (qmail 3322 invoked by uid 500); 18 Jan 2007 00: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]> List-Id: <jdo-user.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3311 invoked by uid 99); 18 Jan 2007 00:10:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 16:10:41 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO mail119.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 17 Jan 2007 16:10:31 -0800 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-13.tower-119.messagelabs.com!1169079008!19411189!1 X-StarScan-Version: 161.129.204.104; banners=-,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 31343 invoked from network); 18 Jan 2007 00:10:08 -0000 Received: from motgate2.mot.com (HELO motgate2.mot.com) (161.129.204.104) by server-13.tower-119.messagelabs.com with SMTP; 18 Jan 2007 00:10:08 -0000 Received: from az33exr03.mot.com (az33exr03.mot.com [161.129.204.104]) by motgate2.mot.com (8.12.11/Motorola) with ESMTP id l0I0A8xr013451 for <[email protected]>; Wed, 17 Jan 2007 17:10:08 -0700 (MST) Received: from de01exm63.ds.mot.com (de01exm63.am.mot.com [161.129.204.104]) by az33exr03.mot.com (8.13.1/8.13.0) with ESMTP id l0I0A6hN008663 for <[email protected]>; Wed, 17 Jan 2007 18:10:07 -0600 (CST) 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_01C73A95.0213CCC6" Subject: Questions regarding persistent interfaces Date: Wed, 17 Jan 2007 19:10:05 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Questions regarding persistent interfaces thread-index: Acc6lQD6UuXZcb5SQ/6TQsdvZfZzdg== From: "Leschke Scott-QA2775" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C73A95.0213CCC6 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have some questions regarding persistent interfaces. =20 1) If a class implements (in the Java sense via the 'implements' clause), an interface that is declared persistent-capable in the metadata, does the corresponding <class> element in the metadata also required to have a corresponding <implements> element or is the element implied by the Java structure? I think one would expect this but the spec doesn't say explicitly. =20 2) If a class implements a persistent-capable interface, is there a default mapping between the interface properties and class field names (i.e. would a property named "modDate" of type java.util.Date map by default to a field in the implementing class of the same name and type? If not, why not? =20 3) Based on the spec, I guessing the answer to this is no but given a persistent-capable interface, is there a way to specify that implementation generated instances (i.e. pm.newInstance(interfaceName)) should not be allowed? =20 Regards, =20 Scott Leschke ------_=_NextPart_001_01C73A95.0213CCC6--
From [email protected] Tue Apr 06 12:32:25 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56089 invoked from network); 6 Apr 2004 12:32:24 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Apr 2004 12:32:24 -0000 Received: (qmail 99929 invoked by uid 500); 6 Apr 2004 12:32:05 -0000 Delivered-To: [email protected] Received: (qmail 99640 invoked by uid 500); 6 Apr 2004 12:32: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 99271 invoked from network); 6 Apr 2004 12:32:00 -0000 Date: 6 Apr 2004 12:32:02 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: incubator/site/projects directory.cwiki 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 blautenb 2004/04/06 05:32:02 Modified: site/projects directory.cwiki Log: minor fix to compile properly Revision Changes Path 1.11 +3 -5 incubator/site/projects/directory.cwiki Index: directory.cwiki =================================================================== RCS file: /home/cvs/incubator/site/projects/directory.cwiki,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- directory.cwiki 23 Mar 2004 01:22:42 -0000 1.10 +++ directory.cwiki 6 Apr 2004 12:32:01 -0000 1.11 @@ -78,11 +78,9 @@ ! Identify the project to be incubated || date || item -| 2003-12-01 | The requested project name does not already exist. No -software trademarks exist for the names Eve, Janus or Snickers. -| 2003-12-01 | The request was made to become a stand-alone PMC and the -assessment was made to wrt the fit with the ASF. It was accepted that the -directory project upon graduating the incubator would become a TLP. +| 2003-12-01 | The requested project name does not already exist. No software trademarks exist for the names Eve, Janus or Snickers. +| 2003-12-01 | The request was made to become a stand-alone PMC and the assessment was made to wrt the fit with the ASF. It was accepted that the directory project upon graduating the incubator would become a TLP. + ! Interim responsibility || date || item --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Apr 06 12:32:34 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56363 invoked from network); 6 Apr 2004 12:32:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Apr 2004 12:32:34 -0000 Received: (qmail 2363 invoked by uid 500); 6 Apr 2004 12:32:31 -0000 Delivered-To: [email protected] Received: (qmail 2307 invoked by uid 500); 6 Apr 2004 12:32: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 2290 invoked from network); 6 Apr 2004 12:32:31 -0000 Date: 6 Apr 2004 12:32:33 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: incubator/site/projects juice.cwiki index.xml 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 blautenb 2004/04/06 05:32:33 Modified: site site.xml site/projects index.xml Added: site/projects juice.cwiki Log: Add JuiCE Revision Changes Path 1.31 +1 -0 incubator/site/site.xml Index: site.xml =================================================================== RCS file: /home/cvs/incubator/site/site.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- site.xml 20 Jan 2004 08:44:55 -0000 1.30 +++ site.xml 6 Apr 2004 12:32:33 -0000 1.31 @@ -34,6 +34,7 @@ <geronimo label="Geronimo" href="geronimo.html"/> <jaxme label="JaxMe" href="jaxme.html"/> <juddi label="jUDDI" href="juddi.html"/> + <juice label="JuiCE" href="juice.html"/> <lenya label="Lenya" href="lenya.html"/> <log4net label="Log4net" href="log4net.html"/> <merlindeveloper href="success/merlin-developer.html"/> 1.34 +7 -0 incubator/site/projects/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/incubator/site/projects/index.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- index.xml 24 Mar 2004 17:59:06 -0000 1.33 +++ index.xml 6 Apr 2004 12:32:33 -0000 1.34 @@ -55,6 +55,13 @@ <td>2003-08-06</td> </tr> <tr> + <td><link href="site:juice/">JuiCE</link></td> + <td>OpenSSL based JCE provider</td> + <td>XML PMC</td> + <td>Berin Lautenbach</td> + <td>2004-04-05</td> + </tr> + <tr> <td><link href="site:lenya">Lenya</link></td> <td>Content Management and publishing system based on Cocoon</td> <td>Cocoon PMC</td> 1.1 incubator/site/projects/juice.cwiki Index: juice.cwiki =================================================================== !!! JuiCE Project Incubation Status This page tracks the project status, incubator-wise. For more general project status, look on the project website. !!! Description JuiCE is an implementation of a JCE provider based on OpenSSL. !!! News * none yet !!! Project info * link to the main website * link to the page(s) that tell how to participate (Website,Mailing lists,Bug tracking,Source code) * link to the project status file (Committers,non-incubation action items,project resources, etc) If the project website and code repository are not yet setup, use the following table: || item || type || reference | Website | www | [http://xml.apache.org/security/|http://xml.apache.org/security/] | . | wiki | . | Mailing list | dev | [email protected] (to be created) | . | cvs | [email protected] (to be created) | Bug tracking | . | . | Source code | SVN | xml/juice (to be created) | Mentors | id1 | Berin Lautenbach | Committers | tbd | Walter Hoehn <[email protected]> | . | tbd | Noah Levitt <[email protected]> | . | kwouters | Karel Wouters <[email protected]> | . | amattheu | Axl Mattheus <[email protected]> | . | vdkoogh | Erwin van der Koogh <[email protected]> | . | blautenb | Berin Lautenbach <[email protected]> | . | dims | Davanum Srinivas ([email protected]) | Extra | . | . !!! Incubation status reports * none yet !!! Incubation work items !! Project Setup This is the first phase on incubation, needed to start the [email protected]. '' Item assignment is shown by the Apache id.'' '' Completed tasks are shown by the completion date (YYYY-MM-dd). '' ! Identify the project to be incubated || date || item | ....-..-.. | 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 || date || item | ....-..-.. | Identify all the Mentors for the incubation, by asking all that can be Mentors. | ....-..-.. | Subscribe all Mentors on the pmc and general lists. | ....-..-.. | Give all Mentors access to all incubator CVS modules. (to be done by PMC chair) | ....-..-.. | Tell Mentors to track progress in the file 'incubator/projects/{project.name}.cwiki' ! Copyright || date || item | ....-..-.. | 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. | ....-..-.. | Check and make sure that the files that have been donated have been updated to reflect the new ASF copyright. ! Verify distribution rights || date || item | ....-..-.. | 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. | ....-..-.. | 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. ! Establish a list of active committers ! || date || item | ....-..-.. | Check that all active committers have submitted a contributors agreement. | ....-..-.. | Add all active committers in the STATUS file. | ....-..-.. | Ask root for the creation of committers' accounts on cvs.apache.org. ! Infrastructure ! || date || item | ....-..-.. | Ask infrastructure to create source repository modules and grant the committers karma. | ....-..-.. | Ask infrastructure to set up and archive Mailing lists. | ....-..-.. | Decide about and then ask infrastructure to setup an issuetracking system (Bugzilla, Scarab, Jira). | ....-..-.. | Migrate the project to our infrastructure. ! Project specific ''Add project specific tasks here.'' !! Incubation These action items have to be checked for during the whole incubation process. '' These items are not to be signed as done during incubation, as they may change during incubation. '' '' They are to be looked into and described in the status reports and completed in the request for incubation signoff. '' ! 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? ! Licensing awareness * Are all licensing, trademark, credit issues being taken care of and acknowleged by all committers? ! Project Specific ''Add project specific tasks here.'' !! Exit ''Things to check for before voting the project out.'' ! 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? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Apr 06 13:06:41 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81943 invoked from network); 6 Apr 2004 13:06:40 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Apr 2004 13:06:40 -0000 Received: (qmail 94660 invoked by uid 500); 6 Apr 2004 13:06:37 -0000 Delivered-To: [email protected] Received: (qmail 94606 invoked by uid 500); 6 Apr 2004 13:06:36 -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 94567 invoked by uid 500); 6 Apr 2004 13:06:36 -0000 Delivered-To: [email protected] Date: 6 Apr 2004 13:06:38 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: incubator-site/build/site/skin/images README.txt corner-imports.svg.xslt dc.svg.xslt rc.svg.xslt 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 blautenb 2004/04/06 06:06:38 Modified: build/site faq.html howtoparticipate.html howwework.html index.html resolution.html whoweare.html build/site/guides chair.html general.html pmc.html build/site/incubation Incubation_Policy.html Process_Description.html Roles_and_Responsibilities.html incubation-process.png build/site/learn glossary.html index.html mailing-lists.html newcommitters.html rules-for-revolutionaries.html theapacheway.html voting.html build/site/projects altrmi.html axion.html depot.html directory.html directory.pdf ftpserver.html geronimo.html index.html index.pdf jaxme.html juddi.html juddi.pdf lenya.html log4net.html pluto.html spamassassin.html spamassassin.pdf wsrp4j.html xmlbeans.html build/site/projects/geronimo geronimo-proposal.html index.html build/site/projects/success merlin-developer.html Added: build/site/guides projects.html projects.pdf build/site/projects juice.html juice.pdf build/site/skin forrest.css.xslt skinconf.xsl build/site/skin/images README.txt corner-imports.svg.xslt dc.svg.xslt rc.svg.xslt Log: Publish recent updates to site Revision Changes Path 1.13 +3 -3 incubator-site/build/site/faq.html http://cvs.apache.org/viewcvs/incubator-site/build/site/faq.html.diff?r1=1.12&r2=1.13 1.11 +10 -16 incubator-site/build/site/howtoparticipate.html http://cvs.apache.org/viewcvs/incubator-site/build/site/howtoparticipate.html.diff?r1=1.10&r2=1.11 1.10 +3 -3 incubator-site/build/site/howwework.html http://cvs.apache.org/viewcvs/incubator-site/build/site/howwework.html.diff?r1=1.9&r2=1.10 1.25 +3 -3 incubator-site/build/site/index.html http://cvs.apache.org/viewcvs/incubator-site/build/site/index.html.diff?r1=1.24&r2=1.25 1.24 +3 -3 incubator-site/build/site/resolution.html http://cvs.apache.org/viewcvs/incubator-site/build/site/resolution.html.diff?r1=1.23&r2=1.24 1.25 +3 -3 incubator-site/build/site/whoweare.html http://cvs.apache.org/viewcvs/incubator-site/build/site/whoweare.html.diff?r1=1.24&r2=1.25 1.4 +3 -3 incubator-site/build/site/guides/chair.html http://cvs.apache.org/viewcvs/incubator-site/build/site/guides/chair.html.diff?r1=1.3&r2=1.4 1.4 +3 -3 incubator-site/build/site/guides/general.html http://cvs.apache.org/viewcvs/incubator-site/build/site/guides/general.html.diff?r1=1.3&r2=1.4 1.4 +4 -5 incubator-site/build/site/guides/pmc.html http://cvs.apache.org/viewcvs/incubator-site/build/site/guides/pmc.html.diff?r1=1.3&r2=1.4 1.1 incubator-site/build/site/guides/projects.html http://cvs.apache.org/viewcvs/incubator-site/build/site/guides/projects.html?rev=1.1 1.1 incubator-site/build/site/guides/projects.pdf <<Binary file>> 1.11 +4 -5 incubator-site/build/site/incubation/Incubation_Policy.html http://cvs.apache.org/viewcvs/incubator-site/build/site/incubation/Incubation_Policy.html.diff?r1=1.10&r2=1.11 1.11 +4 -6 incubator-site/build/site/incubation/Process_Description.html http://cvs.apache.org/viewcvs/incubator-site/build/site/incubation/Process_Description.html.diff?r1=1.10&r2=1.11 1.11 +3 -3 incubator-site/build/site/incubation/Roles_and_Responsibilities.html http://cvs.apache.org/viewcvs/incubator-site/build/site/incubation/Roles_and_Responsibilities.html.diff?r1=1.10&r2=1.11 1.3 +11 -16 incubator-site/build/site/incubation/incubation-process.png <<Binary file>> 1.10 +8 -13 incubator-site/build/site/learn/glossary.html http://cvs.apache.org/viewcvs/incubator-site/build/site/learn/glossary.html.diff?r1=1.9&r2=1.10 1.8 +3 -3 incubator-site/build/site/learn/index.html http://cvs.apache.org/viewcvs/incubator-site/build/site/learn/index.html.diff?r1=1.7&r2=1.8 1.8 +3 -3 incubator-site/build/site/learn/mailing-lists.html http://cvs.apache.org/viewcvs/incubator-site/build/site/learn/mailing-lists.html.diff?r1=1.7&r2=1.8 1.9 +7 -11 incubator-site/build/site/learn/newcommitters.html http://cvs.apache.org/viewcvs/incubator-site/build/site/learn/newcommitters.html.diff?r1=1.8&r2=1.9 1.8 +3 -3 incubator-site/build/site/learn/rules-for-revolutionaries.html http://cvs.apache.org/viewcvs/incubator-site/build/site/learn/rules-for-revolutionaries.html.diff?r1=1.7&r2=1.8 1.8 +13 -23 incubator-site/build/site/learn/theapacheway.html http://cvs.apache.org/viewcvs/incubator-site/build/site/learn/theapacheway.html.diff?r1=1.7&r2=1.8 1.8 +3 -3 incubator-site/build/site/learn/voting.html http://cvs.apache.org/viewcvs/incubator-site/build/site/learn/voting.html.diff?r1=1.7&r2=1.8 1.17 +7 -3 incubator-site/build/site/projects/altrmi.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/altrmi.html.diff?r1=1.16&r2=1.17 1.9 +30 -49 incubator-site/build/site/projects/axion.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/axion.html.diff?r1=1.8&r2=1.9 1.4 +8 -5 incubator-site/build/site/projects/depot.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/depot.html.diff?r1=1.3&r2=1.4 1.17 +55 -55 incubator-site/build/site/projects/directory.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/directory.html.diff?r1=1.16&r2=1.17 1.8 +276 -270 incubator-site/build/site/projects/directory.pdf <<Binary file>> 1.17 +7 -3 incubator-site/build/site/projects/ftpserver.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/ftpserver.html.diff?r1=1.16&r2=1.17 1.29 +8 -5 incubator-site/build/site/projects/geronimo.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/geronimo.html.diff?r1=1.28&r2=1.29 1.36 +15 -1 incubator-site/build/site/projects/index.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/index.html.diff?r1=1.35&r2=1.36 1.32 +105 -86 incubator-site/build/site/projects/index.pdf <<Binary file>> 1.18 +8 -5 incubator-site/build/site/projects/jaxme.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/jaxme.html.diff?r1=1.17&r2=1.18 1.21 +138 -134 incubator-site/build/site/projects/juddi.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/juddi.html.diff?r1=1.20&r2=1.21 1.12 +28 -28 incubator-site/build/site/projects/juddi.pdf <<Binary file>> 1.18 +8 -5 incubator-site/build/site/projects/lenya.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/lenya.html.diff?r1=1.17&r2=1.18 1.4 +8 -5 incubator-site/build/site/projects/log4net.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/log4net.html.diff?r1=1.3&r2=1.4 1.19 +12 -13 incubator-site/build/site/projects/pluto.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/pluto.html.diff?r1=1.18&r2=1.19 1.6 +35 -29 incubator-site/build/site/projects/spamassassin.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/spamassassin.html.diff?r1=1.5&r2=1.6 1.5 +112 -112 incubator-site/build/site/projects/spamassassin.pdf <<Binary file>> 1.18 +23 -35 incubator-site/build/site/projects/wsrp4j.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/wsrp4j.html.diff?r1=1.17&r2=1.18 1.18 +8 -5 incubator-site/build/site/projects/xmlbeans.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/xmlbeans.html.diff?r1=1.17&r2=1.18 1.1 incubator-site/build/site/projects/juice.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/juice.html?rev=1.1 1.1 incubator-site/build/site/projects/juice.pdf <<Binary file>> 1.11 +7 -3 incubator-site/build/site/projects/geronimo/geronimo-proposal.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/geronimo/geronimo-proposal.html.diff?r1=1.10&r2=1.11 1.11 +22 -33 incubator-site/build/site/projects/geronimo/index.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/geronimo/index.html.diff?r1=1.10&r2=1.11 1.4 +8 -5 incubator-site/build/site/projects/success/merlin-developer.html http://cvs.apache.org/viewcvs/incubator-site/build/site/projects/success/merlin-developer.html.diff?r1=1.3&r2=1.4 1.1 incubator-site/build/site/skin/forrest.css.xslt http://cvs.apache.org/viewcvs/incubator-site/build/site/skin/forrest.css.xslt?rev=1.1 1.1 incubator-site/build/site/skin/skinconf.xsl http://cvs.apache.org/viewcvs/incubator-site/build/site/skin/skinconf.xsl?rev=1.1 1.1 incubator-site/build/site/skin/images/README.txt http://cvs.apache.org/viewcvs/incubator-site/build/site/skin/images/README.txt?rev=1.1 1.1 incubator-site/build/site/skin/images/corner-imports.svg.xslt http://cvs.apache.org/viewcvs/incubator-site/build/site/skin/images/corner-imports.svg.xslt?rev=1.1 1.1 incubator-site/build/site/skin/images/dc.svg.xslt http://cvs.apache.org/viewcvs/incubator-site/build/site/skin/images/dc.svg.xslt?rev=1.1 1.1 incubator-site/build/site/skin/images/rc.svg.xslt http://cvs.apache.org/viewcvs/incubator-site/build/site/skin/images/rc.svg.xslt?rev=1.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Apr 06 20:26:01 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85568 invoked from network); 6 Apr 2004 20:26:01 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Apr 2004 20:26:01 -0000 Received: (qmail 65970 invoked by uid 500); 6 Apr 2004 20:25:49 -0000 Delivered-To: [email protected] Received: (qmail 65917 invoked by uid 500); 6 Apr 2004 20:25:49 -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 65904 invoked from network); 6 Apr 2004 20:25:49 -0000 From: [email protected] To: [email protected] Subject: [Incubator Wiki] Updated: CastelliDiSabbia X-Spam-Rating: localhost.hyperreal.org 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 Date: 2004-04-06T13:26:00 Editor: 161.129.204.104 <> Wiki: Incubator Wiki Page: CastelliDiSabbia URL: http://wiki.apache.org/incubator/CastelliDiSabbia no comment Change Log: ------------------------------------------------------------------------------ @@ -23,7 +23,7 @@ AiutoSuModificaPagina MoinMoin:InterWiki -http://purl.net/wiki/moin/ [http://www.python.org/ Python] +http://purl.net/wiki/moin/ [http://www.python.org/ Python] [http://www.portable-sonnerie.biz/ sonneries] [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Apr 06 20:37:14 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90224 invoked from network); 6 Apr 2004 20:37:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Apr 2004 20:37:14 -0000 Received: (qmail 82696 invoked by uid 500); 6 Apr 2004 20:37:01 -0000 Delivered-To: [email protected] Received: (qmail 82637 invoked by uid 500); 6 Apr 2004 20:37:01 -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 82622 invoked from network); 6 Apr 2004 20:37:01 -0000 From: [email protected] To: [email protected] Subject: [Incubator Wiki] Updated: CastelliDiSabbia X-Spam-Rating: localhost.hyperreal.org 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 Date: 2004-04-06T13:37:12 Editor: NickChalko <[email protected]> Wiki: Incubator Wiki Page: CastelliDiSabbia URL: http://wiki.apache.org/incubator/CastelliDiSabbia Link spam Change Log: ------------------------------------------------------------------------------ @@ -23,8 +23,7 @@ AiutoSuModificaPagina MoinMoin:InterWiki -http://purl.net/wiki/moin/ [http://www.python.org/ Python] [http://www.portable-sonnerie.biz/ sonneries] - +http://purl.net/wiki/moin/ [http://www.python.org/ Python] [email protected] == Elenchi == --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Apr 08 23:18:51 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83583 invoked from network); 8 Apr 2004 23:18:51 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 8 Apr 2004 23:18:51 -0000 Received: (qmail 48709 invoked by uid 500); 8 Apr 2004 23:18:36 -0000 Delivered-To: [email protected] Received: (qmail 48651 invoked by uid 500); 8 Apr 2004 23:18:36 -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 48599 invoked from network); 8 Apr 2004 23:18:36 -0000 From: [email protected] To: [email protected] Subject: [Incubator Wiki] Updated: CastelliDiSabbia X-Spam-Rating: localhost.hyperreal.org 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 Date: 2004-04-08T16:18:50 Editor: 161.129.204.104 <> Wiki: Incubator Wiki Page: CastelliDiSabbia URL: http://wiki.apache.org/incubator/CastelliDiSabbia no comment Change Log: ------------------------------------------------------------------------------ @@ -43,4 +43,9 @@ === Glossario === Terminacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b Definizione -prova modifica teso +prova modifica testo +"complesso"------------- += Prova = +==ancora == + + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 12 05:21:10 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39632 invoked from network); 12 Apr 2004 05:21:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 12 Apr 2004 05:21:10 -0000 Received: (qmail 81464 invoked by uid 500); 12 Apr 2004 05:20:48 -0000 Delivered-To: [email protected] Received: (qmail 81325 invoked by uid 500); 12 Apr 2004 05:20:47 -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 81311 invoked from network); 12 Apr 2004 05:20:46 -0000 From: [email protected] To: [email protected] Subject: [Incubator Wiki] Updated: Licensing X-Spam-Rating: localhost.hyperreal.org 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 Date: 2004-04-11T22:21:07 Editor: 161.129.204.104 <> Wiki: Incubator Wiki Page: Licensing URL: http://wiki.apache.org/incubator/Licensing no comment Change Log: ------------------------------------------------------------------------------ @@ -1,2 +1,4 @@ * [http://www.apache.org/dev/apply-license.html Applying the Apache License, Version 2.0] * LicenseFormats + * [http://nagoya.apache.org/wiki/apachewiki.cgi?Licensing Other licensing tips] + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 19 12:49:47 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54103 invoked from network); 19 Apr 2004 12:49:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 19 Apr 2004 12:49:47 -0000 Received: (qmail 54741 invoked by uid 500); 19 Apr 2004 12:49:30 -0000 Delivered-To: [email protected] Received: (qmail 54660 invoked by uid 500); 19 Apr 2004 12:49: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 54612 invoked by uid 500); 19 Apr 2004 12:49:29 -0000 Delivered-To: [email protected] Date: 19 Apr 2004 12:49:31 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: incubator-site/build/site/projects juice.html juice.pdf 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 blautenb 2004/04/19 05:49:31 Modified: build/site/projects juice.html juice.pdf Log: Update for monthly report Revision Changes Path 1.2 +62 -36 incubator-site/build/site/projects/juice.html Index: juice.html =================================================================== RCS file: /home/cvs/incubator-site/build/site/projects/juice.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- juice.html 6 Apr 2004 13:06:36 -0000 1.1 +++ juice.html 19 Apr 2004 12:49:31 -0000 1.2 @@ -272,6 +272,11 @@ </li> <li> <a href="#Incubation+status+reports">Incubation status reports</a> +<ul class="minitoc"> +<li> +<a href="#2004-04-20%0A">2004-04-20</a> +</li> +</ul> </li> <li> <a href="#Incubation+work+items">Incubation work items</a> @@ -338,7 +343,7 @@ <td>Bug tracking </td><td>. </td><td>. </td> </tr> <tr> -<td>Source code </td><td>SVN </td><td>xml/juice (to be created) </td> +<td>Source code </td><td>SVN </td><td>xml/juice </td> </tr> <tr> <td>Mentors </td><td>id1 </td><td>Berin Lautenbach </td> @@ -372,21 +377,48 @@ <a name="N1009F"></a><a name="Incubation+status+reports"></a> <h3>Incubation status reports</h3> <div style="margin-left: 0 ; border: 2px"> -<ul> -<li>none yet </li> -</ul> +<a name="N100A3"></a><a name="2004-04-20%0A"></a> +<h4>2004-04-20 +</h4> +<div style="margin-left: 0 ; border: 2px"> +<pre class="code"> + +Status report for JuiCE for the Incubator + +JuiCE is just entering incubation, and is currently in the process of starting up. We are currently waiting on CLAs from core developers to enable us to get started. + + + * is the STATUS file up to date? (also post link) + +Yes - http://incubator.apache.org/projects/juice.html + + * any legal, cross-project or personal issues + that still need to be addressed? + +No. + + * what has been done for incubation since the last report? + +JuiCE has only just entered the Incubator. We are currently in the process of getting infrastructure up and running, accounts set up and code imported. + + * plans and expectations for the next period? + +Getting code imported, web site setup and development started. + +</pre> +</div> </div> -<a name="N100A6"></a><a name="Incubation+work+items"></a> +<a name="N100A9"></a><a name="Incubation+work+items"></a> <h3>Incubation work items</h3> <div style="margin-left: 0 ; border: 2px"> -<a name="N100AA"></a><a name="Project+Setup"></a> +<a name="N100AD"></a><a name="Project+Setup"></a> <h4>Project Setup</h4> <div style="margin-left: 0 ; border: 2px"> <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> -<a name="N100B7"></a><a name="Identify+the+project+to+be+incubated%0A"></a> +<a name="N100BA"></a><a name="Identify+the+project+to+be+incubated%0A"></a> <h5>Identify the project to be incubated </h5> <div style="margin-left: 0 ; border: 2px"> @@ -395,20 +427,14 @@ <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 cvs 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> +<td>2004-04-02 </td><td>Project name is used by some other open source software products, but none of them in the cryptography space. These projects were approached and indicated no problems with us using the name JuiCE. </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> +<td>2004-04-02 </td><td>Project has been accepted by the XML projects, and will use xml based names - i.e. [email protected] and svn:/xml/juice </td> </tr> </table> </div> -<a name="N100D5"></a><a name="Interim+responsibility"></a> +<a name="N100CE"></a><a name="Interim+responsibility"></a> <h5>Interim responsibility</h5> <div style="margin-left: 0 ; border: 2px"> <table class="ForrestTable" cellspacing="1" cellpadding="4"> @@ -416,20 +442,20 @@ <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> +<td>2004-04-02 </td><td>Mentor identified as Berin Lautenbach </td> </tr> <tr> -<td>....-..-.. </td><td>Subscribe all Mentors on the pmc and general lists. </td> +<td>2004-04-02 </td><td>Berin subscribed on pmc and juice-dev lists </td> </tr> <tr> -<td>....-..-.. </td><td>Give all Mentors access to all incubator CVS modules. (to be done by PMC chair) </td> +<td>2004-04-02 </td><td>Mentor already subscribed to incubator CVS modules </td> </tr> <tr> -<td>....-..-.. </td><td>Tell Mentors to track progress in the file 'incubator/projects/{project.name}.cwiki' </td> +<td>2004-04-19 </td><td>Mentor tracking status in 'incubator/projects/juice.cwiki' </td> </tr> </table> </div> -<a name="N100F3"></a><a name="Copyright"></a> +<a name="N100EC"></a><a name="Copyright"></a> <h5>Copyright</h5> <div style="margin-left: 0 ; border: 2px"> <table class="ForrestTable" cellspacing="1" cellpadding="4"> @@ -437,14 +463,14 @@ <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> +<td>2004-04-02 </td><td>Software grant has been received for NativeJCE (the original code base) from Internet2. </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> -<a name="N10107"></a><a name="Verify+distribution+rights"></a> +<a name="N10100"></a><a name="Verify+distribution+rights"></a> <h5>Verify distribution rights</h5> <div style="margin-left: 0 ; border: 2px"> <table class="ForrestTable" cellspacing="1" cellpadding="4"> @@ -459,7 +485,7 @@ </tr> </table> </div> -<a name="N1011B"></a><a name="Establish+a+list+of+active+committers+%21"></a> +<a name="N10114"></a><a name="Establish+a+list+of+active+committers+%21"></a> <h5>Establish a list of active committers !</h5> <div style="margin-left: 0 ; border: 2px"> <table class="ForrestTable" cellspacing="1" cellpadding="4"> @@ -477,7 +503,7 @@ </tr> </table> </div> -<a name="N10134"></a><a name="Infrastructure+%21"></a> +<a name="N1012D"></a><a name="Infrastructure+%21"></a> <h5>Infrastructure !</h5> <div style="margin-left: 0 ; border: 2px"> <table class="ForrestTable" cellspacing="1" cellpadding="4"> @@ -485,20 +511,20 @@ <th>date </th><th>item </th> </tr> <tr> -<td>....-..-.. </td><td>Ask infrastructure to create source repository modules and grant the committers karma. </td> +<td>2004-04-18 </td><td>SVN repository set up, with access to all developers with submitted CLAs. </td> </tr> <tr> -<td>....-..-.. </td><td>Ask infrastructure to set up and archive Mailing lists. </td> +<td>2004-04-02 </td><td>All mailing lists set up and archived. </td> </tr> <tr> -<td>....-..-.. </td><td>Decide about and then ask infrastructure to setup an issuetracking system (Bugzilla, Scarab, Jira). </td> +<td>2004-04-09 </td><td>Jira project tracking setup. </td> </tr> <tr> <td>....-..-.. </td><td>Migrate the project to our infrastructure. </td> </tr> </table> </div> -<a name="N10152"></a><a name="Project+specific+"></a> +<a name="N1014B"></a><a name="Project+specific+"></a> <h5>Project specific </h5> <div style="margin-left: 0 ; border: 2px"> <p> @@ -506,14 +532,14 @@ </p> </div> </div> -<a name="N1015A"></a><a name="Incubation+"></a> +<a name="N10153"></a><a name="Incubation+"></a> <h4>Incubation </h4> <div style="margin-left: 0 ; border: 2px"> <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> -<a name="N10167"></a><a name="Collaborative+Development+"></a> +<a name="N10160"></a><a name="Collaborative+Development+"></a> <h5>Collaborative Development </h5> <div style="margin-left: 0 ; border: 2px"> <ul> @@ -523,14 +549,14 @@ <li>Are the decision-making guidelines published and agreed to by all of the committers? </li> </ul> </div> -<a name="N10174"></a><a name="Licensing+awareness+"></a> +<a name="N1016D"></a><a name="Licensing+awareness+"></a> <h5>Licensing awareness </h5> <div style="margin-left: 0 ; border: 2px"> <ul> <li>Are all licensing, trademark, credit issues being taken care of and acknowleged by all committers? </li> </ul> </div> -<a name="N1017B"></a><a name="Project+Specific+"></a> +<a name="N10174"></a><a name="Project+Specific+"></a> <h5>Project Specific </h5> <div style="margin-left: 0 ; border: 2px"> <p> @@ -538,13 +564,13 @@ </p> </div> </div> -<a name="N10183"></a><a name="Exit+"></a> +<a name="N1017C"></a><a name="Exit+"></a> <h4>Exit </h4> <div style="margin-left: 0 ; border: 2px"> <p> <em>Things to check for before voting the project out.</em> </p> -<a name="N1018B"></a><a name="Organizational+acceptance+of+responsibility+for+the+project+"></a> +<a name="N10184"></a><a name="Organizational+acceptance+of+responsibility+for+the+project+"></a> <h5>Organizational acceptance of responsibility for the project </h5> <div style="margin-left: 0 ; border: 2px"> <ul> @@ -552,7 +578,7 @@ <li>If graduating to a new PMC, has the board voted to accept it? </li> </ul> </div> -<a name="N10194"></a><a name="Incubator+sign-off+"></a> +<a name="N1018D"></a><a name="Incubator+sign-off+"></a> <h5>Incubator sign-off </h5> <div style="margin-left: 0 ; border: 2px"> <ul> 1.2 +179 -154 incubator-site/build/site/projects/juice.pdf <<Binary file>> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 19 12:50:15 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54595 invoked from network); 19 Apr 2004 12:50:15 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 19 Apr 2004 12:50:15 -0000 Received: (qmail 58024 invoked by uid 500); 19 Apr 2004 12:50:02 -0000 Delivered-To: [email protected] Received: (qmail 57973 invoked by uid 500); 19 Apr 2004 12:50:01 -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 57922 invoked from network); 19 Apr 2004 12:50:01 -0000 Date: 19 Apr 2004 12:50:03 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: incubator/site/projects juice.cwiki 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 blautenb 2004/04/19 05:50:03 Modified: site/projects juice.cwiki Log: Update for monthly report Revision Changes Path 1.2 +37 -14 incubator/site/projects/juice.cwiki Index: juice.cwiki =================================================================== RCS file: /home/cvs/incubator/site/projects/juice.cwiki,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- juice.cwiki 6 Apr 2004 12:32:33 -0000 1.1 +++ juice.cwiki 19 Apr 2004 12:50:03 -0000 1.2 @@ -27,7 +27,7 @@ | Mailing list | dev | [email protected] (to be created) | . | cvs | [email protected] (to be created) | Bug tracking | . | . -| Source code | SVN | xml/juice (to be created) +| Source code | SVN | xml/juice | Mentors | id1 | Berin Lautenbach | Committers | tbd | Walter Hoehn <[email protected]> | . | tbd | Noah Levitt <[email protected]> @@ -41,7 +41,32 @@ !!! Incubation status reports -* none yet +!!2004-04-20 +{{{ + +Status report for JuiCE for the Incubator + +JuiCE is just entering incubation, and is currently in the process of starting up. We are currently waiting on CLAs from core developers to enable us to get started. + + + * is the STATUS file up to date? (also post link) + +Yes - http://incubator.apache.org/projects/juice.html + + * any legal, cross-project or personal issues + that still need to be addressed? + +No. + + * what has been done for incubation since the last report? + +JuiCE has only just entered the Incubator. We are currently in the process of getting infrastructure up and running, accounts set up and code imported. + + * plans and expectations for the next period? + +Getting code imported, web site setup and development started. + +}}} !!! Incubation work items @@ -54,23 +79,21 @@ ! Identify the project to be incubated || date || item -| ....-..-.. | 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. +| 2004-04-02 | Project name is used by some other open source software products, but none of them in the cryptography space. These projects were approached and indicated no problems with us using the name JuiCE. +| 2004-04-02 | Project has been accepted by the XML projects, and will use xml based names - i.e. [email protected] and svn:/xml/juice ! Interim responsibility || date || item -| ....-..-.. | Identify all the Mentors for the incubation, by asking all that can be Mentors. -| ....-..-.. | Subscribe all Mentors on the pmc and general lists. -| ....-..-.. | Give all Mentors access to all incubator CVS modules. (to be done by PMC chair) -| ....-..-.. | Tell Mentors to track progress in the file 'incubator/projects/{project.name}.cwiki' +| 2004-04-02 | Mentor identified as Berin Lautenbach +| 2004-04-02 | Berin subscribed on pmc and juice-dev lists +| 2004-04-02 | Mentor already subscribed to incubator CVS modules +| 2004-04-19 | Mentor tracking status in 'incubator/projects/juice.cwiki' ! Copyright || date || item -| ....-..-.. | 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. +| 2004-04-02 | Software grant has been received for NativeJCE (the original code base) from Internet2. | ....-..-.. | Check and make sure that the files that have been donated have been updated to reflect the new ASF copyright. ! Verify distribution rights @@ -89,9 +112,9 @@ ! Infrastructure ! || date || item -| ....-..-.. | Ask infrastructure to create source repository modules and grant the committers karma. -| ....-..-.. | Ask infrastructure to set up and archive Mailing lists. -| ....-..-.. | Decide about and then ask infrastructure to setup an issuetracking system (Bugzilla, Scarab, Jira). +| 2004-04-18 | SVN repository set up, with access to all developers with submitted CLAs. +| 2004-04-02 | All mailing lists set up and archived. +| 2004-04-09 | Jira project tracking setup. | ....-..-.. | Migrate the project to our infrastructure. ! Project specific --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Apr 22 06:26:28 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1006 invoked from network); 22 Apr 2004 06:26:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 22 Apr 2004 06:26:28 -0000 Received: (qmail 4481 invoked by uid 500); 22 Apr 2004 06:26:05 -0000 Delivered-To: [email protected] Received: (qmail 4381 invoked by uid 500); 22 Apr 2004 06:26:04 -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 4365 invoked from network); 22 Apr 2004 06:26:04 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: [email protected] To: [email protected] Subject: =?iso-8859-1?q?=5BIncubator_Wiki=5D_Updated=3A__FrontPage?= Date: Thu, 22 Apr 2004 06:26:26 -0000 Message-ID: <[email protected]> X-Spam-Rating: localhost.hyperreal.org 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 Date: 2004-04-21T23:26:26 Editor: 161.129.204.104 <> Wiki: Incubator Wiki Page: FrontPage URL: http://wiki.apache.org/incubator/FrontPage no comment Change Log: ---------------------------------------------------------------------------= --- @@ -15,7 +15,7 @@ = * [http://wiki.apache.org/geronimo Geronimo] * [ApacheDepot Depot] - * XMLBeans + * [http://wiki.apache.org/xmlbeans XMLBeans] * ["Depot"] * [wiki:ApacheDirectory:FrontPage Apache Directory Project] =20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Apr 24 01:37:19 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23986 invoked from network); 24 Apr 2004 01:37:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 24 Apr 2004 01:37:19 -0000 Received: (qmail 98964 invoked by uid 500); 24 Apr 2004 01:37:01 -0000 Delivered-To: [email protected] Received: (qmail 98857 invoked by uid 500); 24 Apr 2004 01:37: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 98825 invoked from network); 24 Apr 2004 01:36:59 -0000 Date: 24 Apr 2004 01:37:16 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: incubator/site/projects spamassassin.cwiki 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 jm 2004/04/23 18:37:16 Modified: site/projects spamassassin.cwiki Log: spamassassin status updated Revision Changes Path 1.15 +39 -4 incubator/site/projects/spamassassin.cwiki Index: spamassassin.cwiki =================================================================== RCS file: /home/cvs/incubator/site/projects/spamassassin.cwiki,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- spamassassin.cwiki 26 Mar 2004 21:12:12 -0000 1.14 +++ spamassassin.cwiki 24 Apr 2004 01:37:16 -0000 1.15 @@ -19,8 +19,6 @@ || item || type || reference | Website | www | [http://spamassassin.org/|http://spamassassin.org/] | . | wiki | [http://wiki.apache.org/spamassassin/|http://wiki.apache.org/spamassassin/] -| . | news | [http://news.spamassassin.org/|http://news.spamassassin.org/] -| . | . | (in process of being retired, will be shut down fully on graduation) | Mailing list | dev | [email protected] | . | cvs | [email protected] | . | ppmc | [email protected] @@ -47,7 +45,43 @@ !!! Incubation status reports -!!2004-mm-dd +!!2004-04-22 +{{{ + + * is the Incubation Status file up to date? (also post link) + +Yep -- +http://cvs.apache.org/viewcvs.cgi/*checkout*/incubator/site/projects/spamassassin.cwiki + + * any legal, cross-project or personal issues that still need to be addressed? + +Copyright and distribution rights still remain to be verified by ASF. The +trademark issue on the "SpamAssassin" name is still in progress. + + * what has been done for incubation since the last report? + +news.spamassassin.org has been shut down; it was becoming just a dumping-ground +for third-party press releases, and Wiki pages were more appropriate. + +We're still waiting for trademark assignment to be taken care of. Also unsure +if the ASF have vetted the CLA coverage of the current codebase. Mostly, the +ball is in the ASF's court ;) + +Have received agreement from current domain holder of "spamassassin.org" +that it will be transferred to the ASF. + + * plans and expectations for the next period? + +Hopefully we'll get the TM assignment taken care of, and the CLAs vetted; +then we'll be ready (at least in terms of ASF procedures) to issue a +3.0.0 release of SpamAssassin as an ASF project. + + * any recommendations for how incubation could run more smoothly for you? + + * etc (your own thoughts on what is important would be helpful!) + +}}} +!!2004-03-?? {{{ * STATUS is up to date @@ -59,6 +93,7 @@ * 2.6x not under development at ASF +}}} !!2004-01-21 {{{ * is the STATUS file up to date? (also post link) @@ -264,7 +299,7 @@ * Are all licensing, trademark, credit issues being taken care of and acknowleged by all committers? -We are working on the tm. +We are working on the trademark. ! Project Specific --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Apr 27 12:52:56 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38356 invoked from network); 27 Apr 2004 12:52:55 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 27 Apr 2004 12:52:55 -0000 Received: (qmail 94065 invoked by uid 500); 27 Apr 2004 12:52:40 -0000 Delivered-To: [email protected] Received: (qmail 93970 invoked by uid 500); 27 Apr 2004 12:52:39 -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] Delivered-To: moderator for [email protected] Received: (qmail 8501 invoked from network); 27 Apr 2004 12:12:57 -0000 Date: 27 Apr 2004 12:12:59 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: incubator/site/projects pluto.cwiki 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 cziegeler 2004/04/27 05:12:59 Added: site/projects pluto.cwiki Log: Starting the pluto status file Revision Changes Path 1.1 incubator/site/projects/pluto.cwiki Index: pluto.cwiki =================================================================== !!! Pluto Project Incubation Status This page tracks the project status, incubator-wise. For more general project status, look on the project [website|http://jakarta.apache.org/pluto/]. !!! Description Pluto is the Reference Implementation of the Java Portlet Specfication. The current version of this specification is <JSR 168|http://jcp.org/en/jsr/detail?id=168]. Please read the [proposal|http://nagoya.apache.org/wiki/apachewiki.cgi?PlutoProposal] that started the project in the incubator. !!! News * none yet !!! Project info * [Website|http://jakarta.apache.org/pluto/] * [Project Info|http://jakarta.apache.org/pluto/project-info.html] * [CVS|http://cvs.apache.org/viewcvs.cgi/jakarta-pluto/] * [Mailing Lists|http://jakarta.apache.org/site/mail2.html#Pluto] !!! Incubation status reports * none yet !!! Incubation work items !! Project Setup This is the first phase on incubation, needed to start the [email protected]. '' Item assignment is shown by the Apache id.'' '' Completed tasks are shown by the completion date (YYYY-MM-dd). '' ! Identify the project to be incubated || date || item | ....-..-.. | 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 || date || item | ....-..-.. | Identify all the Mentors for the incubation, by asking all that can be Mentors. | ....-..-.. | Subscribe all Mentors on the pmc and general lists. | ....-..-.. | Give all Mentors access to all incubator CVS modules. (to be done by PMC chair) | ....-..-.. | Tell Mentors to track progress in the file 'incubator/projects/{project.name}.cwiki' ! Copyright || date || item | ....-..-.. | 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. | ....-..-.. | Check and make sure that the files that have been donated have been updated to reflect the new ASF copyright. ! Verify distribution rights || date || item | ....-..-.. | 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. | ....-..-.. | 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. ! Establish a list of active committers ! || date || item | ....-..-.. | Check that all active committers have submitted a contributors agreement. | ....-..-.. | Add all active committers in the STATUS file. | ....-..-.. | Ask root for the creation of committers' accounts on cvs.apache.org. ! Infrastructure ! || date || item | ....-..-.. | Ask infrastructure to create source repository modules and grant the committers karma. | ....-..-.. | Ask infrastructure to set up and archive Mailing lists. | ....-..-.. | Decide about and then ask infrastructure to setup an issuetracking system (Bugzilla, Scarab, Jira). | ....-..-.. | Migrate the project to our infrastructure. ! Project specific ''Add project specific tasks here.'' !! Incubation These action items have to be checked for during the whole incubation process. '' These items are not to be signed as done during incubation, as they may change during incubation. '' '' They are to be looked into and described in the status reports and completed in the request for incubation signoff. '' ! 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? ! Licensing awareness * Are all licensing, trademark, credit issues being taken care of and acknowleged by all committers? ! Project Specific ''Add project specific tasks here.'' !! Exit ''Things to check for before voting the project out.'' ! 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? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Apr 27 16:37:33 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94766 invoked from network); 27 Apr 2004 16:37:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 27 Apr 2004 16:37:33 -0000 Received: (qmail 76403 invoked by uid 500); 27 Apr 2004 16:37:26 -0000 Delivered-To: [email protected] Received: (qmail 76357 invoked by uid 500); 27 Apr 2004 16:37:26 -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] Delivered-To: moderator for [email protected] Received: (qmail 95544 invoked from network); 27 Apr 2004 12:05:11 -0000 Date: 27 Apr 2004 12:05:12 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: incubator/site/projects wsrp4j.cwiki 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 cziegeler 2004/04/27 05:05:12 Modified: site/projects wsrp4j.cwiki Log: Typo Revision Changes Path 1.9 +1 -1 incubator/site/projects/wsrp4j.cwiki Index: wsrp4j.cwiki =================================================================== RCS file: /home/cvs/incubator/site/projects/wsrp4j.cwiki,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wsrp4j.cwiki 20 Jan 2004 08:37:34 -0000 1.8 +++ wsrp4j.cwiki 27 Apr 2004 12:05:12 -0000 1.9 @@ -28,7 +28,7 @@ | . | [[email protected]|mailto:[email protected]] | David Sean Taylor | . | [[email protected]|mailto:[email protected]] | Julie MacNaught | . | [[email protected]|mailto:[email protected]] | Stefan Behl -| . | [[email protected]|mailto:[email protected]] | Carsten Ziegler +| . | [[email protected]|mailto:[email protected]] | Carsten Ziegeler | . | [[email protected]|mailto:[email protected]] | Peter Fischer | . | [[email protected]|mailto:[email protected]] | Santiago Gala | . | [[email protected]|mailto:[email protected]] | Andrew C. Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Apr 30 13:22:11 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19060 invoked from network); 30 Apr 2004 13:22:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 30 Apr 2004 13:22:10 -0000 Received: (qmail 54861 invoked by uid 500); 30 Apr 2004 13:22:06 -0000 Delivered-To: [email protected] Received: (qmail 54805 invoked by uid 500); 30 Apr 2004 13:22:06 -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 54790 invoked from network); 30 Apr 2004 13:22:06 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: [email protected] To: [email protected] Subject: =?iso-8859-1?q?=5BIncubator_Wiki=5D_Updated=3A__FrontPage?= Date: Fri, 30 Apr 2004 13:22:09 -0000 Message-ID: <[email protected]> X-Spam-Rating: localhost.hyperreal.org 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 Date: 2004-04-30T06:22:08 Editor: 161.129.204.104 <> Wiki: Incubator Wiki Page: FrontPage URL: http://wiki.apache.org/incubator/FrontPage no comment Change Log: ---------------------------------------------------------------------------= --- @@ -3,6 +3,18 @@ = http://incubator.apache.org/images/apache-incubator-logo.png = = +[http://www.paidsurveysforall.com Paid surveys] +[http://www.thuriam.com BPO services] +[http://www.isourceindia.com BPO Services] +[http://media-transcription.thuriam.com Media Transcription] +[http://www.thuriam.com BPO India] +[http://bpo.thuriam.com/data_processing.html Data Processing] +[http://technical-writing.thuriam.com Technical Writing] +[http://seo-services.thuriam.com Seo Services] +[http://call-centre.thuriam.com Callcenter India] + + + =3D Apache Incubator Whiteboard =3D = The Apache Incubator Project (http://incubator.apache.org/) is dedicated t= o facilitating the smooth entry of valid new and donated code bases and com= munity projects into the Apache Software Foundation. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Apr 30 13:23:11 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19916 invoked from network); 30 Apr 2004 13:23:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 30 Apr 2004 13:23:11 -0000 Received: (qmail 57084 invoked by uid 500); 30 Apr 2004 13:22:59 -0000 Delivered-To: [email protected] Received: (qmail 57010 invoked by uid 500); 30 Apr 2004 13:22: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 56950 invoked from network); 30 Apr 2004 13:22:58 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: [email protected] To: [email protected] Subject: =?iso-8859-1?q?=5BIncubator_Wiki=5D_Updated=3A__FrontPage?= Date: Fri, 30 Apr 2004 13:23:01 -0000 Message-ID: <[email protected]> X-Spam-Rating: localhost.hyperreal.org 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 Date: 2004-04-30T06:23:01 Editor: 161.129.204.104 <> Wiki: Incubator Wiki Page: FrontPage URL: http://wiki.apache.org/incubator/FrontPage no comment Change Log: ---------------------------------------------------------------------------= --- @@ -3,18 +3,6 @@ = http://incubator.apache.org/images/apache-incubator-logo.png = = -[http://www.paidsurveysforall.com Paid surveys] -[http://www.thuriam.com BPO services] -[http://www.isourceindia.com BPO Services] -[http://media-transcription.thuriam.com Media Transcription] -[http://www.thuriam.com BPO India] -[http://bpo.thuriam.com/data_processing.html Data Processing] -[http://technical-writing.thuriam.com Technical Writing] -[http://seo-services.thuriam.com Seo Services] -[http://call-centre.thuriam.com Callcenter India] - - - =3D Apache Incubator Whiteboard =3D = The Apache Incubator Project (http://incubator.apache.org/) is dedicated t= o facilitating the smooth entry of valid new and donated code bases and com= munity projects into the Apache Software Foundation. @@ -47,3 +35,15 @@ * EnteringIncubator - Collected Thoughts on Entering Incubation * ExitingIncubator - Collected Thoughts on Exiting Incubation * PoliciesAndProcedures - a collection of all policies and procedures fro= m Apache projects + + +[http://www.paidsurveysforall.com Paid surveys] +[http://www.thuriam.com BPO services] +[http://www.isourceindia.com BPO Services] +[http://media-transcription.thuriam.com Media Transcription] +[http://www.thuriam.com BPO India] +[http://bpo.thuriam.com/data_processing.html Data Processing] +[http://technical-writing.thuriam.com Technical Writing] +[http://seo-services.thuriam.com Seo Services] +[http://call-centre.thuriam.com Callcenter India] + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Apr 30 15:25:23 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54566 invoked from network); 30 Apr 2004 15:25:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 30 Apr 2004 15:25:22 -0000 Received: (qmail 20169 invoked by uid 500); 30 Apr 2004 15:25:16 -0000 Delivered-To: [email protected] Received: (qmail 20118 invoked by uid 500); 30 Apr 2004 15:25:15 -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 20097 invoked from network); 30 Apr 2004 15:25:15 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: [email protected] To: [email protected] Subject: =?iso-8859-1?q?=5BIncubator_Wiki=5D_Updated=3A__FrontPage?= Date: Fri, 30 Apr 2004 15:25:20 -0000 Message-ID: <[email protected]> X-Spam-Rating: localhost.hyperreal.org 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 Date: 2004-04-30T08:25:20 Editor: NickChalko <[email protected]> Wiki: Incubator Wiki Page: FrontPage URL: http://wiki.apache.org/incubator/FrontPage Removed Wiki spam. Change Log: ---------------------------------------------------------------------------= --- @@ -37,13 +37,4 @@ * PoliciesAndProcedures - a collection of all policies and procedures fro= m Apache projects = = -[http://www.paidsurveysforall.com Paid surveys] -[http://www.thuriam.com BPO services] -[http://www.isourceindia.com BPO Services] -[http://media-transcription.thuriam.com Media Transcription] -[http://www.thuriam.com BPO India] -[http://bpo.thuriam.com/data_processing.html Data Processing] -[http://technical-writing.thuriam.com Technical Writing] -[http://seo-services.thuriam.com Seo Services] -[http://call-centre.thuriam.com Callcenter India] =20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat May 01 03:16:50 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53891 invoked from network); 1 May 2004 03:16:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 1 May 2004 03:16:50 -0000 Received: (qmail 44743 invoked by uid 500); 1 May 2004 03:16:31 -0000 Delivered-To: [email protected] Received: (qmail 44683 invoked by uid 500); 1 May 2004 03:16: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 44668 invoked from network); 1 May 2004 03:16:30 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: [email protected] To: [email protected] Subject: =?iso-8859-1?q?=5BIncubator_Wiki=5D_Updated=3A__FrontPage?= Date: Sat, 01 May 2004 03:16:49 -0000 Message-ID: <[email protected]> X-Spam-Rating: localhost.hyperreal.org 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 Date: 2004-04-30T20:16:48 Editor: 161.129.204.104 <> Wiki: Incubator Wiki Page: FrontPage URL: http://wiki.apache.org/incubator/FrontPage no comment Change Log: ---------------------------------------------------------------------------= --- @@ -1,40 +1,3 @@ -##language:en -#pragma section-numbers on - - http://incubator.apache.org/images/apache-incubator-logo.png = - -=3D Apache Incubator Whiteboard =3D - -The Apache Incubator Project (http://incubator.apache.org/) is dedicated t= o facilitating the smooth entry of valid new and donated code bases and com= munity projects into the Apache Software Foundation. - -This wiki is the whiteboard we use to collaborate on draft documents and r= eceive extra suggestions and docs from anyone interested in helping. - -=3D Incubating projects =3D - -''add projects here'' - - * [http://wiki.apache.org/geronimo Geronimo] - * [ApacheDepot Depot] - * [http://wiki.apache.org/xmlbeans XMLBeans] - * ["Depot"] - * [wiki:ApacheDirectory:FrontPage Apache Directory Project] - -=3D Project proposals =3D - -''add proposals here'' - - * [http://nagoya.apache.org/wiki/apachewiki.cgi?ASFProposalPages old wiki= proposals page] (please don't use the old page for new proposals or change= s to the old docs) - -=3D Draft docs =3D - - * PpmcProposal - * IncubatorCharterDraft - (old) - -=3D Resources =3D - - * EnteringIncubator - Collected Thoughts on Entering Incubation - * ExitingIncubator - Collected Thoughts on Exiting Incubation - * PoliciesAndProcedures - a collection of all policies and procedures fro= m Apache projects - - +WIKI IS GAY = +JOIN THE ANTI-WIKI MOVEMENT --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat May 01 04:03:49 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77421 invoked from network); 1 May 2004 04:03:49 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 1 May 2004 04:03:49 -0000 Received: (qmail 83514 invoked by uid 500); 1 May 2004 04:03:28 -0000 Delivered-To: [email protected] Received: (qmail 83447 invoked by uid 500); 1 May 2004 04:03: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 83434 invoked from network); 1 May 2004 04:03:28 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: [email protected] To: [email protected] Subject: =?iso-8859-1?q?=5BIncubator_Wiki=5D_Updated=3A__FrontPage?= Date: Sat, 01 May 2004 04:03:47 -0000 Message-ID: <[email protected]> X-Spam-Rating: localhost.hyperreal.org 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 Date: 2004-04-30T21:03:47 Editor: 161.129.204.104 <> Wiki: Incubator Wiki Page: FrontPage URL: http://wiki.apache.org/incubator/FrontPage remove juvenile wiki spam (redundant) Change Log: ---------------------------------------------------------------------------= --- @@ -1,3 +1,37 @@ -WIKI IS GAY +##language:en +#pragma section-numbers on = -JOIN THE ANTI-WIKI MOVEMENT + http://incubator.apache.org/images/apache-incubator-logo.png = + +=3D Apache Incubator Whiteboard =3D + +The Apache Incubator Project (http://incubator.apache.org/) is dedicated t= o facilitating the smooth entry of valid new and donated code bases and com= munity projects into the Apache Software Foundation. + +This wiki is the whiteboard we use to collaborate on draft documents and r= eceive extra suggestions and docs from anyone interested in helping. + +=3D Incubating projects =3D + +''add projects here'' + + * [http://wiki.apache.org/geronimo Geronimo] + * [ApacheDepot Depot] + * [http://wiki.apache.org/xmlbeans XMLBeans] + * ["Depot"] + * [wiki:ApacheDirectory:FrontPage Apache Directory Project] + +=3D Project proposals =3D + +''add proposals here'' + + * [http://nagoya.apache.org/wiki/apachewiki.cgi?ASFProposalPages old wiki= proposals page] (please don't use the old page for new proposals or change= s to the old docs) + +=3D Draft docs =3D + + * PpmcProposal + * IncubatorCharterDraft - (old) + +=3D Resources =3D + + * EnteringIncubator - Collected Thoughts on Entering Incubation + * ExitingIncubator - Collected Thoughts on Exiting Incubation + * PoliciesAndProcedures - a collection of all policies and procedures fro= m Apache projects --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Sat Jul 1 20:04:52 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 27794 invoked by uid 500); 1 Jul 2000 20:04:52 -0000 Delivered-To: [email protected] Received: (qmail 27790 invoked by uid 1059); 1 Jul 2000 20:04:51 -0000 Date: 1 Jul 2000 20:04:51 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/imports implicitImportServlet.html craigmcc 00/07/01 13:04:51 Modified: src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/imports implicitImportServlet.html Log: Correct the golden file for the "Implicit Import Servlet" test, which previously assumed that a RequestDispatcher.forward() would cause the output of the new page, follwed by the old page, when used in a JSP page. This was Tomcat 3.1's (incorrect) behavior, which has now been corrected. As of today, Tomcat 3.2dev passes 100% of the Watchdog tests. Catalina will also, as soon as it is corrected to deal with changes in JSP class loading that have been introduced recently. Revision Changes Path 1.2 +1 -14 jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/imports/implicitImportServlet.html Index: implicitImportServlet.html =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/imports/implicitImportServlet.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- implicitImportServlet.html 2000/01/27 18:50:01 1.1 +++ implicitImportServlet.html 2000/07/01 20:04:50 1.2 @@ -3,17 +3,4 @@ HTTP/1.0 </body> - </html><html> -<body> - - -<!-- language =java and we check if implicit import works--> - - - - - - -</body> -</html> - \ No newline at end of file + </html> \ No newline at end of file From [email protected] Sun Jul 2 11:55:20 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 88651 invoked by uid 500); 2 Jul 2000 11:55:20 -0000 Delivered-To: [email protected] Received: (qmail 88638 invoked by uid 1064); 2 Jul 2000 11:55:19 -0000 Date: 2 Jul 2000 11:55:19 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-watchdog/src/bin runtest.bat rubys 00/07/02 04:55:19 Modified: src/bin runtest.bat Log: Simplify running Watchdog from the dist directories (Unix equivalent updates forthcoming) Revision Changes Path 1.11 +8 -4 jakarta-watchdog/src/bin/runtest.bat Index: runtest.bat =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/bin/runtest.bat,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- runtest.bat 2000/06/30 00:52:21 1.10 +++ runtest.bat 2000/07/02 11:55:17 1.11 @@ -17,13 +17,17 @@ :gotWatchdogHome if not "%TOMCAT_HOME%" == "" goto gotTomcatHome -set TOMCAT_HOME=%WATCHDOG_HOME%\..\tomcat +if exist %WATCHDOG_HOME%\..\tomcat set TOMCAT_HOME=%WATCHDOG_HOME%\..\tomcat +if exist %WATCHDOG_HOME%\..\jakartatomcat set TOMCAT_HOME=%WATCHDOG_HOME%\..\jakartatomcat :gotTomcatHome set TOM_PREV_CLASSPATH=%CLASSPATH% -SET CLASSPATH=%TOMCAT_HOME%\classes;%CLASSPATH% -SET CLASSPATH=%TOMCAT_HOME%\lib\servlet.jar;%CLASSPATH% +if exist %TOMCAT_HOME%\classes SET CLASSPATH=%TOMCAT_HOME%\classes;%CLASSPATH% +if exist %TOMCAT_HOME%\lib\servlet.jar SET CLASSPATH=%TOMCAT_HOME%\lib\servlet.jar;%CLASSPATH% +if exist %TOMCAT_HOME%\lib\jasper.jar SET CLASSPATH=%TOMCAT_HOME%\lib\jasper.jar;%CLASSPATH% +SET CLASSPATH=%TOMCAT_HOME%\lib\webserver.jar;%CLASSPATH% + SET CLASSPATH=%WATCHDOG_HOME%\lib\moo.jar;%CLASSPATH% SET CLASSPATH=%WATCHDOG_HOME%\lib\testdriver.jar;%CLASSPATH% SET CLASSPATH=%WATCHDOG_HOME%\lib\client.jar;%CLASSPATH% @@ -53,6 +57,6 @@ goto end :exit -echo usage: %0 {all/jsp/servlet} [serverhost] [serverport] +echo usage: %0 {all/jsp/servlet} [serverhost] [serverport] :end From [email protected] Tue Jul 11 23:14:58 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 65026 invoked from network); 11 Jul 2000 23:14:58 -0000 Received: from lukla.sun.com (161.129.204.104) by locus.apache.org with SMTP; 11 Jul 2000 23:14:58 -0000 Received: from centralmail1.Central.Sun.COM ([161.129.204.104]) by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id RAA15787 for <[email protected]>; Tue, 11 Jul 2000 17:14:56 -0600 (MDT) Received: from esun1as-mm. (esun1as-mm.Central.Sun.COM [161.129.204.104]) by centralmail1.Central.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id RAA15744 for <[email protected]>; Tue, 11 Jul 2000 17:14:56 -0600 (MDT) Received: from eng.sun.com by esun1as-mm. (SMI-8.6/SMI-SVR4) id RAA14193; Tue, 11 Jul 2000 17:16:06 -0600 Message-ID: <[email protected]> Date: Tue, 11 Jul 2000 16:15:18 -0700 From: "Craig R. McClanahan" <[email protected]> X-Mailer: Mozilla 4.72 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Test Message Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Test message ... please ignore. Craig McClanahan From [email protected] Thu Jul 13 12:18:13 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 823 invoked from network); 13 Jul 2000 12:18:13 -0000 Received: from unknown (HELO slim.silverstream.com) (161.129.204.104) by locus.apache.org with SMTP; 13 Jul 2000 12:18:13 -0000 Received: by slim.silverstream.com with Internet Mail Service (5.5.2650.21) id <3PRX98Q6>; Thu, 13 Jul 2000 08:17:52 -0400 Received: from MEDIC.silverstream.com (161.129.204.104 [161.129.204.104]) by slim.silverstream.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3PRX98Q5; Thu, 13 Jul 2000 08:17:48 -0400 From: "Rousseau, John" <[email protected]> To: [email protected] Cc: "Rousseau, John" <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[email protected]> Date: Thu, 13 Jul 2000 08:18:32 -0400 (Eastern Daylight Time) Subject: web.xml X-Mailer: VM 6.75 under Emacs 20.6.1 Hi! I'm new to Watchdog, but I wanted to use the tests to validate our servlet 2.2 [email protected]. I couldn't find an archive of this list, and I hope this hasn't been asked before. I was looking at the web.xml deployment descriptor from servlet-tests.war and noticed that all of the elements were written like this: <param-name> OS </param-name> In XML, the value of param-name is then "\n\t\t\tOS\n" instead of "OS". We could easily chop each string we get out of the deployment descriptor, but this would prevent us from encoding a real tab or space in the future. According to XML, if the intended value is "OS", the element should be written as: <param-name>OS</param-name> Is this an oversight, or am I missing something? Thanks! -John ---------------------------------------------------------------- John Rousseau [email protected] SilverStream Software Phone: (207)206-1636 2 Federal Street Fax: (207)206-1636 Billerica, MA 01821 http://www.silverstream.com ---------------------------------------------------------------- From [email protected] Thu Jul 13 16:16:51 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 60296 invoked from network); 13 Jul 2000 16:16:51 -0000 Received: from lukla.sun.com (161.129.204.104) by locus.apache.org with SMTP; 13 Jul 2000 16:16:51 -0000 Received: from centralmail1.Central.Sun.COM ([161.129.204.104]) by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id KAA15087; Thu, 13 Jul 2000 10:16:43 -0600 (MDT) Received: from esun1as-mm. (esun1as-mm.Central.Sun.COM [161.129.204.104]) by centralmail1.Central.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id KAA00675; Thu, 13 Jul 2000 10:16:40 -0600 (MDT) Received: from eng.sun.com by esun1as-mm. (SMI-8.6/SMI-SVR4) id KAA04998; Thu, 13 Jul 2000 10:17:59 -0600 Message-ID: <[email protected]> Date: Thu, 13 Jul 2000 09:17:03 -0700 From: "Craig R. McClanahan" <[email protected]> X-Mailer: Mozilla 4.72 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Rousseau, John" <[email protected]> CC: [email protected] Subject: Re: web.xml References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi John, "Rousseau, John" wrote: > Hi! > > I'm new to Watchdog, but I wanted to use the tests to validate our > servlet 2.2 [email protected]. I couldn't find an > archive of this list, and I hope this hasn't been asked before. > The welcome message you received when you subscribed has some available commands for retrieving older messages and message indexes -- send an empty mail to "[email protected]" to get a new copy. But you haven't really missed much -- it's been very quiet :-). > > I was looking at the web.xml deployment descriptor from > servlet-tests.war and noticed that all of the elements were written > like this: > > <param-name> > OS > </param-name> > > In XML, the value of param-name is then "\n\t\t\tOS\n" instead of > "OS". We could easily chop each string we get out of the deployment > descriptor, but this would prevent us from encoding a real tab or > space in the future. > > According to XML, if the intended value is "OS", the element should > be written as: > > <param-name>OS</param-name> > > Is this an oversight, or am I missing something? > At least for Tomcat (and I believe for some of the other containers) we trim leading and trailing whitespace from values retrieved from web.xml before interpreting them, so that either way of writing the parameter you used above would come up with the same result. Looking at the spec, I don't see that behavior defined ... this is probably worth a clarification question to the spec lead for the servlet spec <[email protected]>. This is something that should definitely be defined one way or the other, and the timing is great to make sure that whatever the answer is gets in to the upcoming servlet 2.3 spec as well. I'll forward the question to Danny and ask him to reply to both of us. > > Thanks! > -John Craig McClanahan From [email protected] Thu Jul 13 16:38:46 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 86012 invoked from network); 13 Jul 2000 16:38:46 -0000 Received: from mail1.mia.bellsouth.net (161.129.204.104) by locus.apache.org with SMTP; 13 Jul 2000 16:38:46 -0000 Received: from vduarte (adsl-61-180-52.mia.bellsouth.net [161.129.204.104]) by mail1.mia.bellsouth.net (3.3.5alt/0.75.2) with SMTP id MAA09109; Thu, 13 Jul 2000 12:38:10 -0400 (EDT) Message-ID: <004501bfece9$b8a32d20$0200a8c0@vduarte> From: "Victor Duarte" <[email protected]> To: <[email protected]>, "Rousseau, John" <[email protected]> Cc: <[email protected]> References: <[email protected]> <[email protected]> Subject: Re: web.xml Date: Thu, 13 Jul 2000 12:44:32 -0400 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 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Hey guys, Please take me off this list. It's not for me. Thanks, Victor ----- Original Message ----- From: Craig R. McClanahan <[email protected]> To: Rousseau, John <[email protected]> Cc: <[email protected]> Sent: Thursday, July 13, 2000 12:17 PM Subject: Re: web.xml > Hi John, > > "Rousseau, John" wrote: > > > Hi! > > > > I'm new to Watchdog, but I wanted to use the tests to validate our > > servlet 2.2 [email protected]. I couldn't find an > > archive of this list, and I hope this hasn't been asked before. > > > > The welcome message you received when you subscribed has some available > commands for retrieving older messages and message indexes -- send an > empty mail to "[email protected]" to get a new copy. > > But you haven't really missed much -- it's been very quiet :-). > > > > > I was looking at the web.xml deployment descriptor from > > servlet-tests.war and noticed that all of the elements were written > > like this: > > > > <param-name> > > OS > > </param-name> > > > > In XML, the value of param-name is then "\n\t\t\tOS\n" instead of > > "OS". We could easily chop each string we get out of the deployment > > descriptor, but this would prevent us from encoding a real tab or > > space in the future. > > > > According to XML, if the intended value is "OS", the element should > > be written as: > > > > <param-name>OS</param-name> > > > > Is this an oversight, or am I missing something? > > > > At least for Tomcat (and I believe for some of the other containers) we > trim leading and trailing whitespace from values retrieved from web.xml > before interpreting them, so that either way of writing the parameter > you used above would come up with the same result. > > Looking at the spec, I don't see that behavior defined ... this is > probably worth a clarification question to the spec lead for the servlet > spec <[email protected]>. This is something that should > definitely be defined one way or the other, and the timing is great to > make sure that whatever the answer is gets in to the upcoming servlet > 2.3 spec as well. > > I'll forward the question to Danny and ask him to reply to both of us. > > > > > Thanks! > > -John > > Craig McClanahan > From [email protected] Thu Jul 13 16:58:07 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 94039 invoked from network); 13 Jul 2000 16:58:07 -0000 Received: from mail1.mia.bellsouth.net (161.129.204.104) by locus.apache.org with SMTP; 13 Jul 2000 16:58:07 -0000 Received: from vduarte (adsl-61-180-52.mia.bellsouth.net [161.129.204.104]) by mail1.mia.bellsouth.net (3.3.5alt/0.75.2) with SMTP id MAA09109; Thu, 13 Jul 2000 12:38:10 -0400 (EDT) Message-ID: <004501bfece9$b8a32d20$0200a8c0@vduarte> From: "Victor Duarte" <[email protected]> To: <[email protected]>, "Rousseau, John" <[email protected]> Cc: <[email protected]> References: <[email protected]> <[email protected]> Subject: Re: web.xml Date: Thu, 13 Jul 2000 12:44:32 -0400 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 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Hey guys, Please take me off this list. It's not for me. Thanks, Victor ----- Original Message ----- From: Craig R. McClanahan <[email protected]> To: Rousseau, John <[email protected]> Cc: <[email protected]> Sent: Thursday, July 13, 2000 12:17 PM Subject: Re: web.xml > Hi John, > > "Rousseau, John" wrote: > > > Hi! > > > > I'm new to Watchdog, but I wanted to use the tests to validate our > > servlet 2.2 [email protected]. I couldn't find an > > archive of this list, and I hope this hasn't been asked before. > > > > The welcome message you received when you subscribed has some available > commands for retrieving older messages and message indexes -- send an > empty mail to "[email protected]" to get a new copy. > > But you haven't really missed much -- it's been very quiet :-). > > > > > I was looking at the web.xml deployment descriptor from > > servlet-tests.war and noticed that all of the elements were written > > like this: > > > > <param-name> > > OS > > </param-name> > > > > In XML, the value of param-name is then "\n\t\t\tOS\n" instead of > > "OS". We could easily chop each string we get out of the deployment > > descriptor, but this would prevent us from encoding a real tab or > > space in the future. > > > > According to XML, if the intended value is "OS", the element should > > be written as: > > > > <param-name>OS</param-name> > > > > Is this an oversight, or am I missing something? > > > > At least for Tomcat (and I believe for some of the other containers) we > trim leading and trailing whitespace from values retrieved from web.xml > before interpreting them, so that either way of writing the parameter > you used above would come up with the same result. > > Looking at the spec, I don't see that behavior defined ... this is > probably worth a clarification question to the spec lead for the servlet > spec <[email protected]>. This is something that should > definitely be defined one way or the other, and the timing is great to > make sure that whatever the answer is gets in to the upcoming servlet > 2.3 spec as well. > > I'll forward the question to Danny and ask him to reply to both of us. > > > > > Thanks! > > -John > > Craig McClanahan > From [email protected] Thu Jul 13 17:01:54 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 95144 invoked from network); 13 Jul 2000 17:01:54 -0000 Received: from jetcity.com (161.129.204.104) by locus.apache.org with SMTP; 13 Jul 2000 17:01:54 -0000 Received: from sherwoodforestfarms.com (IDENT:[email protected] [161.129.204.104]) by jetcity.com (8.9.3/8.9.3) with ESMTP id KAA27934 for <[email protected]>; Thu, 13 Jul 2000 10:01:50 -0700 (PDT) Sender: [email protected] Message-ID: <[email protected]> Date: Thu, 13 Jul 2000 10:05:01 -0700 From: mazur <[email protected]> Organization: RC X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.12-20 i586) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: web.xml References: <[email protected]> <[email protected]> <004501bfece9$b8a32d20$0200a8c0@vduarte> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I'm not sure how to get off the list (I am a recipient like you), but repeatedly emailing everyone on the list probably will not do it. You mind want to check out the web site for Tomcat to get details. Thanks, Rob Victor Duarte wrote: > > Hey guys, > > Please take me off this list. It's not for me. > > Thanks, > > Victor > > ----- Original Message ----- > From: Craig R. McClanahan <[email protected]> > To: Rousseau, John <[email protected]> > Cc: <[email protected]> > Sent: Thursday, July 13, 2000 12:17 PM > Subject: Re: web.xml > > > Hi John, > > > > "Rousseau, John" wrote: > > > > > Hi! > > > > > > I'm new to Watchdog, but I wanted to use the tests to validate our > > > servlet 2.2 [email protected]. I couldn't find an > > > archive of this list, and I hope this hasn't been asked before. > > > > > > > The welcome message you received when you subscribed has some available > > commands for retrieving older messages and message indexes -- send an > > empty mail to "[email protected]" to get a new copy. > > > > But you haven't really missed much -- it's been very quiet :-). > > > > > > > > I was looking at the web.xml deployment descriptor from > > > servlet-tests.war and noticed that all of the elements were written > > > like this: > > > > > > <param-name> > > > OS > > > </param-name> > > > > > > In XML, the value of param-name is then "\n\t\t\tOS\n" instead of > > > "OS". We could easily chop each string we get out of the deployment > > > descriptor, but this would prevent us from encoding a real tab or > > > space in the future. > > > > > > According to XML, if the intended value is "OS", the element should > > > be written as: > > > > > > <param-name>OS</param-name> > > > > > > Is this an oversight, or am I missing something? > > > > > > > At least for Tomcat (and I believe for some of the other containers) we > > trim leading and trailing whitespace from values retrieved from web.xml > > before interpreting them, so that either way of writing the parameter > > you used above would come up with the same result. > > > > Looking at the spec, I don't see that behavior defined ... this is > > probably worth a clarification question to the spec lead for the servlet > > spec <[email protected]>. This is something that should > > definitely be defined one way or the other, and the timing is great to > > make sure that whatever the answer is gets in to the upcoming servlet > > 2.3 spec as well. > > > > I'll forward the question to Danny and ask him to reply to both of us. > > > > > > > > Thanks! > > > -John > > > > Craig McClanahan > > From [email protected] Thu Jul 13 17:18:15 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 7747 invoked from network); 13 Jul 2000 17:18:15 -0000 Received: from mail2.mia.bellsouth.net (161.129.204.104) by locus.apache.org with SMTP; 13 Jul 2000 17:18:15 -0000 Received: from vduarte (adsl-61-180-52.mia.bellsouth.net [161.129.204.104]) by mail2.mia.bellsouth.net (3.3.5alt/0.75.2) with SMTP id NAA09836 for <[email protected]>; Thu, 13 Jul 2000 13:15:22 -0400 (EDT) Message-ID: <005b01bfecee$fd7c0c00$0200a8c0@vduarte> From: "Victor Duarte" <[email protected]> To: <[email protected]> References: <[email protected]> <[email protected]> <004501bfece9$b8a32d20$0200a8c0@vduarte> <[email protected]> Subject: Re: web.xml Date: Thu, 13 Jul 2000 13:21:32 -0400 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 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Thanks Rob. I'll check out the tomcat site. Regards, Victor ----- Original Message ----- From: mazur <[email protected]> To: <[email protected]> Sent: Thursday, July 13, 2000 1:05 PM Subject: Re: web.xml > I'm not sure how to get off the list (I am a recipient like you), but > repeatedly emailing everyone on the list probably will not do it. > > You mind want to check out the web site for Tomcat to get details. > > Thanks, > Rob > > Victor Duarte wrote: > > > > Hey guys, > > > > Please take me off this list. It's not for me. > > > > Thanks, > > > > Victor > > > > ----- Original Message ----- > > From: Craig R. McClanahan <[email protected]> > > To: Rousseau, John <[email protected]> > > Cc: <[email protected]> > > Sent: Thursday, July 13, 2000 12:17 PM > > Subject: Re: web.xml > > > > > Hi John, > > > > > > "Rousseau, John" wrote: > > > > > > > Hi! > > > > > > > > I'm new to Watchdog, but I wanted to use the tests to validate our > > > > servlet 2.2 [email protected]. I couldn't find an > > > > archive of this list, and I hope this hasn't been asked before. > > > > > > > > > > The welcome message you received when you subscribed has some available > > > commands for retrieving older messages and message indexes -- send an > > > empty mail to "[email protected]" to get a new copy. > > > > > > But you haven't really missed much -- it's been very quiet :-). > > > > > > > > > > > I was looking at the web.xml deployment descriptor from > > > > servlet-tests.war and noticed that all of the elements were written > > > > like this: > > > > > > > > <param-name> > > > > OS > > > > </param-name> > > > > > > > > In XML, the value of param-name is then "\n\t\t\tOS\n" instead of > > > > "OS". We could easily chop each string we get out of the deployment > > > > descriptor, but this would prevent us from encoding a real tab or > > > > space in the future. > > > > > > > > According to XML, if the intended value is "OS", the element should > > > > be written as: > > > > > > > > <param-name>OS</param-name> > > > > > > > > Is this an oversight, or am I missing something? > > > > > > > > > > At least for Tomcat (and I believe for some of the other containers) we > > > trim leading and trailing whitespace from values retrieved from web.xml > > > before interpreting them, so that either way of writing the parameter > > > you used above would come up with the same result. > > > > > > Looking at the spec, I don't see that behavior defined ... this is > > > probably worth a clarification question to the spec lead for the servlet > > > spec <[email protected]>. This is something that should > > > definitely be defined one way or the other, and the timing is great to > > > make sure that whatever the answer is gets in to the upcoming servlet > > > 2.3 spec as well. > > > > > > I'll forward the question to Danny and ask him to reply to both of us. > > > > > > > > > > > Thanks! > > > > -John > > > > > > Craig McClanahan > > > From [email protected] Thu Jul 13 20:45:51 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 48529 invoked from network); 13 Jul 2000 20:45:51 -0000 Received: from unknown (HELO slim.silverstream.com) (161.129.204.104) by locus.apache.org with SMTP; 13 Jul 2000 20:45:51 -0000 Received: by slim.silverstream.com with Internet Mail Service (5.5.2650.21) id <3PRX0FD1>; Thu, 13 Jul 2000 16:45:30 -0400 Received: from MEDIC.silverstream.com (161.129.204.104 [161.129.204.104]) by slim.silverstream.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3PRX0FDC; Thu, 13 Jul 2000 16:45:27 -0400 From: "Rousseau, John" <[email protected]> To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[email protected]> Date: Thu, 13 Jul 2000 16:46:17 -0400 (Eastern Daylight Time) Subject: Implicit /servlet path X-Mailer: VM 6.75 under Emacs 20.6.1 I'm looking at the ServletContext.GetRequestDispatcherTestServlet test (but I see the same thing with other tests). It's doing a getRequestDispatcher() on "/servlet/tests.javax_servlet.ServletContext.GetRequestDispatcher". I don't see "/servlet" in the deployment descriptor, nor do I see any documentation about getRequestDispatcher taking a '.' separated class name. There is clearly no "/servlet" directory in the WAR. Is there an implicit mapping that Apache uses, or am I just missing something? Thanks! -John ---------------------------------------------------------------- John Rousseau [email protected] SilverStream Software Phone: (207)206-1636 2 Federal Street Fax: (207)206-1636 Billerica, MA 01821 http://www.silverstream.com ---------------------------------------------------------------- From [email protected] Thu Jul 13 21:11:30 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 73805 invoked from network); 13 Jul 2000 21:11:30 -0000 Received: from lukla.sun.com (161.129.204.104) by locus.apache.org with SMTP; 13 Jul 2000 21:11:30 -0000 Received: from centralmail1.Central.Sun.COM ([161.129.204.104]) by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id PAA23333 for <[email protected]>; Thu, 13 Jul 2000 15:11:28 -0600 (MDT) Received: from esun1as-mm. (esun1as-mm.Central.Sun.COM [161.129.204.104]) by centralmail1.Central.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id PAA21176 for <[email protected]>; Thu, 13 Jul 2000 15:11:25 -0600 (MDT) Received: from eng.sun.com by esun1as-mm. (SMI-8.6/SMI-SVR4) id PAA08172; Thu, 13 Jul 2000 15:12:46 -0600 Message-ID: <[email protected]> Date: Thu, 13 Jul 2000 14:11:48 -0700 From: "Craig R. McClanahan" <[email protected]> X-Mailer: Mozilla 4.72 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: Implicit /servlet path References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit "Rousseau, John" wrote: > I'm looking at the ServletContext.GetRequestDispatcherTestServlet > test (but I see the same thing with other tests). > > It's doing a getRequestDispatcher() on > "/servlet/tests.javax_servlet.ServletContext.GetRequestDispatcher". > > I don't see "/servlet" in the deployment descriptor, nor do I see > any documentation about getRequestDispatcher taking a '.' separated > class name. There is clearly no "/servlet" directory in the WAR. > > Is there an implicit mapping that Apache uses, or am I just missing > something? > Yes, Tomcat uses a default mapping for "/servlet" to an invoker servlet that takes the "path info" part of the path and tries to find a servlet with that <servlet-name>, or a servlet with that class name. This is an issue I have raised with the authors of the servlet tests, because there is no requirement in the spec that a servlet container provide such an invoker. My understanding is that the tests are going to be changed to provide explicit <servlet-mapping> entries for all addressable servlets, and the tests will use those paths. > > Thanks! > -John > Craig McClanahan From [email protected] Fri Jul 14 16:41:03 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 18902 invoked from network); 14 Jul 2000 16:41:03 -0000 Received: from mercury.sun.com (161.129.204.104) by locus.apache.org with SMTP; 14 Jul 2000 16:41:03 -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 JAA24428 for <[email protected]>; Fri, 14 Jul 2000 09:41:02 -0700 (PDT) Received: from [161.129.204.104] (hobo205.East.Sun.COM [161.129.204.104]) by shorter.eng.sun.com (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with ESMTP id JAA20058 for <[email protected]>; Fri, 14 Jul 2000 09:40:50 -0700 (PDT) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Fri, 14 Jul 2000 09:40:06 -0700 Subject: Re: web.xml From: James Duncan Davidson <[email protected]> To: <[email protected]> Message-ID: <[email protected]> In-Reply-To: <[email protected]> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit on 7/13/00 10:05 AM, mazur at [email protected] wrote: > I'm not sure how to get off the list (I am a recipient like you), but > repeatedly emailing everyone on the list probably will not do it. > > You mind want to check out the web site for Tomcat to get details. All Apache Jakarta mailing lists follow the same pattern: [email protected] From [email protected] Sat Jul 15 23:44:36 2000 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 42538 invoked from network); 15 Jul 2000 23:44:36 -0000 Received: from unknown (HELO slim.silverstream.com) (161.129.204.104) by locus.apache.org with SMTP; 15 Jul 2000 23:44:36 -0000 Received: by slim.silverstream.com with Internet Mail Service (5.5.2650.21) id <3PRX0RW1>; Sat, 15 Jul 2000 19:44:16 -0400 Received: from misha.silverstream.com (161.129.204.104 [161.129.204.104]) by slim.silverstream.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3PRX0RWD; Sat, 15 Jul 2000 19:44:09 -0400 From: "Davidson, Misha" <[email protected]> To: [email protected] Cc: "Melman, Howard" <[email protected]>, "Rousseau, John" <[email protected]> Message-Id: <[email protected]> X-Sender: [email protected] X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sat, 15 Jul 2000 19:43:40 -0400 Subject: Invalid comments in two dozen test JSPs Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Hi, Recently I have been playing with the JSP section of Watchdog tests. First of all -- thank you very much -- having these (and Servlet) tests is a great help. Second, I found a problem with comments in about two dozen JSPs included in the test. Specifically, HTML comments are denoted incorrectly. Instead of starting with "<!--" and ending with "-->" the comment delimiters sometimes are missing the second dash (as in "<-" and "->") and sometimes have an extra exclamation (as in "--!>"). Needless to say this causes problems in a standards compliant JSP compiler. I have fixed all of these cases and would like to include the fixes in the test. Is there somebody I can give a JAR containing the fixed up JSPs for incorporation in the build? Please let me know and I will send it to you. Thanks. -Misha Davidson. [email protected] Below is the list of the JSPs that I've "fixed": jsp/core_syntax/beantests/setProperty: positiveSetPropSingleQuotes.jsp positiveSingleQuotes.jsp jsp/core_syntax/beantests/useBean: negativeTypeNonAssignable.jsp positiveTypeAssignable.jsp jsp/core_syntax/directives/forward: negativeForwardNoBuff.jsp positiveForwardAbsHtml.jsp negativeForwardUsedStream.jsp positiveForwardRelHtml.jsp jsp/core_syntax/directives/include: positiveIncludeStaticAbs.jsp positiveIncludeStaticRel.jsp jsp/core_syntax/directives/page/buffer: positiveBuffAutoflush.jsp positiveBuffCreate.jsp jsp/core_syntax/directives/page/errorpage: negativeIsErrorPage.jsp positiveErrorPage.jsp negativeNoErrorPageBuff.jsp jsp/core_syntax/directives/page/imports: negativeImport.jsp jsp/core_syntax/directives/page/info: positiveInfo.jsp jsp/core_syntax/directives/page/threadsafe: threadsafeFalse.jsp threadsafeTrue.jsp jsp/engine/JspWriter/misc: negativeClearIOExpr.jsp negativeFlush.jsp negativeClearUnbuffered.jsp positiveClose.jsp negativeClose.jsp jsp/engine/JspWriter/print: negativePrintBoolean.jsp From [email protected] Mon Jul 17 16:51:50 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 10645 invoked from network); 17 Jul 2000 16:51:50 -0000 Received: from mercury.sun.com (161.129.204.104) by locus.apache.org with SMTP; 17 Jul 2000 16:51:50 -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 JAA10082 for <[email protected]>; Mon, 17 Jul 2000 09:51:48 -0700 (PDT) Received: from Sun.COM (perian [161.129.204.104]) by shorter.eng.sun.com (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with ESMTP id JAA29524 for <[email protected]>; Mon, 17 Jul 2000 09:51:41 -0700 (PDT) Sender: [email protected] Message-ID: <[email protected]> Date: Mon, 17 Jul 2000 09:51:41 -0700 From: sravankumar duggaraju <[email protected]> Organization: Sun Microsystems X-Mailer: Mozilla 4.51 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: Invalid comments in two dozen test JSPs References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, As u have mentioned the jsp file names i'll fix them. sravan "Davidson, Misha" wrote: > > Hi, > > Recently I have been playing with the JSP section of Watchdog tests. > First of all -- thank you very much -- having these (and Servlet) tests > is a great help. > > Second, I found a problem with comments in about two dozen > JSPs included in the test. Specifically, HTML comments are > denoted incorrectly. Instead of starting with "<!--" and ending with > "-->" the comment delimiters sometimes are missing the second > dash (as in "<-" and "->") and sometimes have an extra > exclamation (as in "--!>"). Needless to say this causes problems > in a standards compliant JSP compiler. > > I have fixed all of these cases and would like to include the fixes in > the test. Is there somebody I can give a JAR containing the fixed up > JSPs for incorporation in the build? Please let me know and I will > send it to you. > > Thanks. > -Misha Davidson. > [email protected] > > Below is the list of the JSPs that I've "fixed": > > jsp/core_syntax/beantests/setProperty: > positiveSetPropSingleQuotes.jsp positiveSingleQuotes.jsp > > jsp/core_syntax/beantests/useBean: > negativeTypeNonAssignable.jsp positiveTypeAssignable.jsp > > jsp/core_syntax/directives/forward: > negativeForwardNoBuff.jsp positiveForwardAbsHtml.jsp > negativeForwardUsedStream.jsp positiveForwardRelHtml.jsp > > jsp/core_syntax/directives/include: > positiveIncludeStaticAbs.jsp positiveIncludeStaticRel.jsp > jsp/core_syntax/directives/page/buffer: > positiveBuffAutoflush.jsp positiveBuffCreate.jsp > > jsp/core_syntax/directives/page/errorpage: > negativeIsErrorPage.jsp positiveErrorPage.jsp > negativeNoErrorPageBuff.jsp > > jsp/core_syntax/directives/page/imports: > negativeImport.jsp > > jsp/core_syntax/directives/page/info: > positiveInfo.jsp > > jsp/core_syntax/directives/page/threadsafe: > threadsafeFalse.jsp threadsafeTrue.jsp > > jsp/engine/JspWriter/misc: > negativeClearIOExpr.jsp negativeFlush.jsp > negativeClearUnbuffered.jsp positiveClose.jsp > negativeClose.jsp > > jsp/engine/JspWriter/print: > negativePrintBoolean.jsp From [email protected] Mon Jul 17 22:56:51 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 38989 invoked from network); 17 Jul 2000 22:56:51 -0000 Received: from unknown (HELO slim.silverstream.com) (161.129.204.104) by locus.apache.org with SMTP; 17 Jul 2000 22:56:51 -0000 Received: by slim.silverstream.com with Internet Mail Service (5.5.2650.21) id <3PRX09DN>; Mon, 17 Jul 2000 18:56:32 -0400 Received: from misha.silverstream.com (161.129.204.104 [161.129.204.104]) by slim.silverstream.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3PRX09DM; Mon, 17 Jul 2000 18:56:30 -0400 From: "Davidson, Misha" <[email protected]> To: [email protected] Cc: "Rousseau, John" <[email protected]>, "Melman, Howard" <[email protected]>, [email protected], [email protected], [email protected] Message-Id: <[email protected]> X-Sender: [email protected] X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Mon, 17 Jul 2000 18:56:06 -0400 Subject: Fixes for Watchdog compilation problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Hi, I have a few more fixes for the watchdog tests. Should I send the Ziped archive of changes to Vanitha? First the question: /jsp/core_syntax/directives/include/positiveIncludeAbs.jsp attempts to include "/tests/core_syntax/directives/include/includedAbs.jsp". However, there is no "/tests" directory in the WAR, and the only "includeAbs.jsp" file exists in "/jsp/core_syntax/directives/include". Moreover, there is no explicit mapping anywhere that would translate "/jsp" to "/tests". It seems that this test depends on some tomcat-specific functionality that supports an explicit mapping, and it should be changed to refer to "/jsp/core_syntax/directives/include/includeAbs.jsp" instead. Do you think this is correct, or am I missing something? Next, the simple changes: /jsp/core_syntax/beantests/useBean/negativeBody.jsp useBean tag is not properly terminated setProperty is missing the required name attribute getProperty the value for the name attribute should be quoted /jsp/core_syntax/beantests/useBean/negativeNoBody.jsp getProperty the value for the name attribute should be quoted /jsp/core_syntax/directives/page/language/included.jsp /jsp/core_syntax/directives/page/language/includedJava.jsp directive should be "page" not "jsp" Thank you, -Misha Davidson [email protected] From [email protected] Tue Jul 18 22:07:48 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 7303 invoked by uid 500); 18 Jul 2000 22:07:48 -0000 Delivered-To: [email protected] Received: (qmail 7300 invoked by uid 1056); 18 Jul 2000 22:07:48 -0000 Date: 18 Jul 2000 22:07:47 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/print negativePrintBoolean.jsp vanitha 00/07/18 15:07:47 Modified: src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/useBean positiveTypeAssignable.html src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/info positiveInfo.html src/server/jsp-tests/jsp/core_syntax/beantests/setProperty positiveSingleQuotes.jsp src/server/jsp-tests/jsp/core_syntax/beantests/useBean negativeBody.jsp negativeNoBody.jsp negativeTypeNonAssignable.jsp positiveTypeAssignable.jsp src/server/jsp-tests/jsp/core_syntax/directives/forward negativeForwardNoBuff.jsp negativeForwardUsedStream.jsp positiveForwardAbsHtml.jsp positiveForwardRelHtml.jsp src/server/jsp-tests/jsp/core_syntax/directives/include positiveIncludeStaticAbs.jsp positiveIncludeStaticRel.jsp src/server/jsp-tests/jsp/core_syntax/directives/page/buffer positiveBuffAutoflush.jsp positiveBuffCreate.jsp src/server/jsp-tests/jsp/core_syntax/directives/page/errorpage negativeIsErrorPage.jsp negativeNoErrorPageBuff.jsp positiveErrorPage.jsp src/server/jsp-tests/jsp/core_syntax/directives/page/imports negativeImport.jsp src/server/jsp-tests/jsp/core_syntax/directives/page/info positiveInfo.jsp src/server/jsp-tests/jsp/core_syntax/directives/page/language included.jsp includedJava.jsp src/server/jsp-tests/jsp/core_syntax/directives/page/threadsafe threadsafeFalse.jsp threadsafeTrue.jsp src/server/jsp-tests/jsp/engine/JspWriter/misc negativeClearIOExpr.jsp negativeClearUnbuffered.jsp negativeClose.jsp negativeFlush.jsp positiveClose.jsp src/server/jsp-tests/jsp/engine/JspWriter/print negativePrintBoolean.jsp Log: Fixed JSP tests to have comments complaint to the JSP1.1 specification Fixed two html files with errors. Revision Changes Path 1.2 +2 -3 jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/useBean/positiveTypeAssignable.html Index: positiveTypeAssignable.html =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/useBean/positiveTypeAssignable.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveTypeAssignable.html 2000/01/27 18:49:55 1.1 +++ positiveTypeAssignable.html 2000/07/18 22:07:40 1.2 @@ -1,9 +1,8 @@ <html> <title>positiveTypeAssignable</title> <body> -<!- we are using 'class' and 'type' together and 'class' is assignable to type-> - +<!-- we are using 'class' and 'type' together and 'class' is assignable to type--> 0 </body> -</html> \ No newline at end of file +</html> 1.2 +3 -3 jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/info/positiveInfo.html Index: positiveInfo.html =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/info/positiveInfo.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveInfo.html 2000/01/27 18:50:02 1.1 +++ positiveInfo.html 2000/07/18 22:07:40 1.2 @@ -1,10 +1,10 @@ <html> <title>positiveInfo</title> <body> - -<!--- testing whether the info directive is working ---!> +<!-- Testing for the 'info' directive --> + positiveInfo of JCK </body> -</html> \ No newline at end of file +</html> 1.2 +1 -1 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/setProperty/positiveSingleQuotes.jsp Index: positiveSingleQuotes.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/setProperty/positiveSingleQuotes.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveSingleQuotes.jsp 1999/10/09 00:43:23 1.1 +++ positiveSingleQuotes.jsp 2000/07/18 22:07:41 1.2 @@ -6,7 +6,7 @@ as 'value' attribute in setProperty Result :we should get the expected page without error **/ %> -<!- testing if are able to set a property using single quoted expression --> +<!-- testing if are able to set a property using single quoted expression --> <jsp:useBean id="myBean" class="core_syntax.beantests.setProperty.MiscBean" /> <% int k=10; %> <% byte p=10; %> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/useBean/negativeBody.jsp Index: negativeBody.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/useBean/negativeBody.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeBody.jsp 1999/10/09 00:43:24 1.1 +++ negativeBody.jsp 2000/07/18 22:07:41 1.2 @@ -8,7 +8,7 @@ **/ %> <!-- Declaring the bean with body --> <!-- Here the bean tag is not closed --> <jsp:useBean id="myBean" scope="request" class="core_syntax.beantests.useBean.String_IntBean" > -<jsp:setProperty property="Name" value="APPLE" /> -<jsp:getProperty name=myBean property="Name" /> +<jsp:setProperty name="myBean" property="Name" value="APPLE" /> +<jsp:getProperty name="myBean" property="Name" /> </body> </html> 1.2 +1 -1 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/useBean/negativeNoBody.jsp Index: negativeNoBody.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/useBean/negativeNoBody.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeNoBody.jsp 1999/10/09 00:43:27 1.1 +++ negativeNoBody.jsp 2000/07/18 22:07:41 1.2 @@ -8,6 +8,6 @@ **/ %> <!-- Declaring the bean with body --> <!-- Here the tag is not closed. Hence bound for error --> <jsp:useBean id="myBean" scope="request" class="core_syntax.beantests.useBean.String_IntBean" > -<jsp:getProperty name=myBean property="Name" /> +<jsp:getProperty name="myBean" property="Name" /> </body> </html> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/useBean/negativeTypeNonAssignable.jsp Index: negativeTypeNonAssignable.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/useBean/negativeTypeNonAssignable.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeTypeNonAssignable.jsp 1999/10/09 00:43:26 1.1 +++ negativeTypeNonAssignable.jsp 2000/07/18 22:07:41 1.2 @@ -6,7 +6,7 @@ is not assignable to 'type'. Result : **/ %> -<!- using 'class' and 'type' together and 'class' is not assignable to type-> +<!-- using 'class' and 'type' together and 'class' is not assignable to type --> <% try { %> <jsp:useBean id="ncounter" class="core_syntax.beantests.useBean.NewCounter" type="java.util.Properties" /> @@ -14,4 +14,4 @@ } %> </body> -</html> \ No newline at end of file +</html> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/useBean/positiveTypeAssignable.jsp Index: positiveTypeAssignable.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/useBean/positiveTypeAssignable.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveTypeAssignable.jsp 1999/10/09 00:43:32 1.1 +++ positiveTypeAssignable.jsp 2000/07/18 22:07:41 1.2 @@ -6,9 +6,9 @@ is assignable to 'type'. Result :we should get the expected page without an error **/ %> -<!- we are using 'class' and 'type' together and 'class' is assignable to type-> +<!-- we are using 'class' and 'type' together and 'class' is assignable to type--> <jsp:useBean id="ncounter" class="core_syntax.beantests.useBean.NewCounter" type="core_syntax.beantests.useBean.Counter" /> <% out.println( ncounter.getCount()); %> </body> -</html> \ No newline at end of file +</html> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/forward/negativeForwardNoBuff.jsp Index: negativeForwardNoBuff.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/forward/negativeForwardNoBuff.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeForwardNoBuff.jsp 1999/10/09 00:43:34 1.1 +++ negativeForwardNoBuff.jsp 2000/07/18 22:07:42 1.2 @@ -7,10 +7,10 @@ IllegalStateException Result : **/ %> -<!-- testing whether forwarding works if we stream is unbuffered-> +<!-- testing whether forwarding works if we stream is unbuffered--> <%@ page buffer="none" %> <% try { %> <jsp:forward page= "/tests/core_syntax/directives/include/includecommon.html" /> <% }catch(IllegalStateException ie) {out.println("IllegalState"); } %> </body> -</html> \ No newline at end of file +</html> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/forward/negativeForwardUsedStream.jsp Index: negativeForwardUsedStream.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/forward/negativeForwardUsedStream.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeForwardUsedStream.jsp 1999/10/09 00:43:34 1.1 +++ negativeForwardUsedStream.jsp 2000/07/18 22:07:42 1.2 @@ -7,10 +7,10 @@ IllegalStateException Result : **/ %> -<!-- testing whether forwarding works if we stream is already used-> +<!-- testing whether forwarding works if we stream is already used --> <% out.flush(); %> <% try { %> <jsp:forward page= "/tests/core_syntax/directives/include/includecommon.html" /> <% }catch(IllegalStateException ie) {out.println("IllegalState"); } %> </body> -</html> \ No newline at end of file +</html> 1.2 +1 -1 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/forward/positiveForwardAbsHtml.jsp Index: positiveForwardAbsHtml.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/forward/positiveForwardAbsHtml.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveForwardAbsHtml.jsp 1999/10/09 00:43:35 1.1 +++ positiveForwardAbsHtml.jsp 2000/07/18 22:07:42 1.2 @@ -8,7 +8,7 @@ Result : **/ %> -<!-- testing whether forwarding works using absolute url relative to doc root-> +<!-- testing whether forwarding works using absolute url relative to doc root--> <jsp:forward page= "/tests/core_syntax/directives/forward/includecommon.html" /> </body> </html> 1.2 +1 -1 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/forward/positiveForwardRelHtml.jsp Index: positiveForwardRelHtml.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/forward/positiveForwardRelHtml.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveForwardRelHtml.jsp 1999/10/09 00:43:35 1.1 +++ positiveForwardRelHtml.jsp 2000/07/18 22:07:42 1.2 @@ -8,7 +8,7 @@ Result : we expect the forwarded page to come **/ %> -<!-- testing whether forwarding works using url relative to current context-> +<!-- testing whether forwarding works using url relative to current context--> <jsp:forward page= "includecommon.html" /> </body> </html> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/include/positiveIncludeStaticAbs.jsp Index: positiveIncludeStaticAbs.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/include/positiveIncludeStaticAbs.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveIncludeStaticAbs.jsp 1999/10/09 00:43:41 1.1 +++ positiveIncludeStaticAbs.jsp 2000/07/18 22:07:42 1.2 @@ -8,7 +8,7 @@ url. Result : **/ %> -<!- testing Request-time static inclusion with absolute url from docroot --> +<!-- testing Request-time static inclusion with absolute url from docroot --> <jsp:include page= "/tests/core_syntax/directives/include/includecommon.html" /> </body> -</html> \ No newline at end of file +</html> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/include/positiveIncludeStaticRel.jsp Index: positiveIncludeStaticRel.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/include/positiveIncludeStaticRel.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveIncludeStaticRel.jsp 1999/10/09 00:43:41 1.1 +++ positiveIncludeStaticRel.jsp 2000/07/18 22:07:42 1.2 @@ -8,7 +8,7 @@ context as url. Result : **/ %> -<!- testing Request-time static inclusion relative to from current context-> +<!-- testing Request-time static inclusion relative to from current context--> <jsp:include page= "includecommon.html" /> </body> -</html> \ No newline at end of file +</html> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/buffer/positiveBuffAutoflush.jsp Index: positiveBuffAutoflush.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/buffer/positiveBuffAutoflush.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveBuffAutoflush.jsp 1999/10/09 00:43:43 1.1 +++ positiveBuffAutoflush.jsp 2000/07/18 22:07:43 1.2 @@ -7,8 +7,8 @@ Result: Should return all data written to out without throwing an exception. **/ %> -<!--- with default buff size 0f 8kb and autoflush true write more data 22kb --!> +<!-- with default buff size 0f 8kb and autoflush true write more data 22kb --> <%@ page autoFlush="true" %> <% for(int d=0;d<6000;d++) out.print(d+" "); %> </body> -</html> \ No newline at end of file +</html> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/buffer/positiveBuffCreate.jsp Index: positiveBuffCreate.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/buffer/positiveBuffCreate.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveBuffCreate.jsp 1999/10/09 00:43:44 1.1 +++ positiveBuffCreate.jsp 2000/07/18 22:07:43 1.2 @@ -7,8 +7,8 @@ the flush() method on out to flush the output to the client. Result:Should return the output that you sent to the client. **/ %> -<!--- with buff size 0f 12kb and autoflush false and do flush ----!> +<!-- with buff size 0f 12kb and autoflush false and do flush --> <%@ page buffer="12kb" autoFlush="false" %> <% for(int d=0;d<1000;d++) out.print(d+" "); out.flush(); %> </body> -</html> \ No newline at end of file +</html> 1.2 +2 -3 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/errorpage/negativeIsErrorPage.jsp Index: negativeIsErrorPage.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/errorpage/negativeIsErrorPage.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeIsErrorPage.jsp 1999/10/09 00:43:45 1.1 +++ negativeIsErrorPage.jsp 2000/07/18 22:07:44 1.2 @@ -7,10 +7,9 @@ in a scriptlet. Result :Fatal Translation Error **/ %> -<!--we are setting the error page to errorpageWrong.jsp --> -<!--where iserrorpage is false --!> +<!-- We are setting the error page to "errorpageWrong.jsp" where iserrorpage is false --> <%@ page errorPage="errorpageWrong.jsp" autoFlush="false" %> <%! int i=0; %> <%= 9/i %> </body> -</html> \ No newline at end of file +</html> 1.2 +3 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/errorpage/negativeNoErrorPageBuff.jsp Index: negativeNoErrorPageBuff.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/errorpage/negativeNoErrorPageBuff.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeNoErrorPageBuff.jsp 1999/10/09 00:43:46 1.1 +++ negativeNoErrorPageBuff.jsp 2000/07/18 22:07:44 1.2 @@ -7,9 +7,10 @@ second page, set the buffer to false and iserrorpage to true. Access the first page. Result :Fatal translation error -**/ %> <!-- we are setting the error page to errorpage.jsp where buffer is none-!> +**/ %> +<!-- We are setting the error page to "errorpage.jsp" where buffer is none --> <%@ page errorPage="errorpageNoBuff.jsp" autoFlush="false" %> <%! int i=0; %> <%= 9/i %> </body> -</html> \ No newline at end of file +</html> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/errorpage/positiveErrorPage.jsp Index: positiveErrorPage.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/errorpage/positiveErrorPage.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveErrorPage.jsp 1999/10/09 00:43:47 1.1 +++ positiveErrorPage.jsp 2000/07/18 22:07:44 1.2 @@ -6,9 +6,9 @@ generated by dividing an integer value by 0. Result :Expected to show the specified errorpage. **/ %> -<!--we are setting the error page to errorpage.jsp where iserrorpage is true -> +<!-- We are setting the error page to "errorpage.jsp" where iserrorpage is true --> <%@ page errorPage="myErrorpage.jsp" autoFlush="false" %> <%! int i=0; %> <%= 9/i %> </body> -</html> \ No newline at end of file +</html> 1.2 +2 -3 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/imports/negativeImport.jsp Index: negativeImport.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/imports/negativeImport.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeImport.jsp 1999/10/09 00:43:51 1.1 +++ negativeImport.jsp 2000/07/18 22:07:44 1.2 @@ -6,8 +6,7 @@ to java.Create an import statement with any package. Result:Undefined? Error? **/ %> -<!-language defined to something other than java and we import a java --> -<!--package to check if import works--> +<!-- Language defined to something other than java and invalid import. Test should fail --> <%@ page language="c" import="java.util.Properties" %> <% Properties props=new Properties(); @@ -17,4 +16,4 @@ %> </body> -</html> \ No newline at end of file +</html> 1.2 +1 -1 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/info/positiveInfo.jsp Index: positiveInfo.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/info/positiveInfo.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveInfo.jsp 1999/10/09 00:43:51 1.1 +++ positiveInfo.jsp 2000/07/18 22:07:45 1.2 @@ -7,7 +7,7 @@ page's Servlet object Result: Should return the correct value of the set string. **/ %> -<!--- testing whether the info directive is working ---!> +<!-- Testing for the 'info' directive --> <%@ page info="positiveInfo of JCK" %> <% out.println(getServletInfo()); %> </body> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/language/included.jsp Index: included.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/language/included.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- included.jsp 1999/10/09 00:43:52 1.1 +++ included.jsp 2000/07/18 22:07:45 1.2 @@ -2,7 +2,7 @@ <title>included</title> <body> <!-- this is included by negativeLangIncludeAny.jsp--> -<%@ jsp language="javascript" %> +<%@ page language="javascript" %> <% out.println("hello from included"); %> </body> -</html> \ No newline at end of file +</html> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/language/includedJava.jsp Index: includedJava.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/language/includedJava.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- includedJava.jsp 1999/10/09 00:43:52 1.1 +++ includedJava.jsp 2000/07/18 22:07:45 1.2 @@ -2,7 +2,7 @@ <title>includedJava</title> <body> <!-- this is included by negativeLangIncludeJava.jsp--> -<%@ jsp language="java" %> +<%@ page language="java" %> <% out.println("hello from includedJava"); %> </body> -</html> \ No newline at end of file +</html> 1.2 +4 -4 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/threadsafe/threadsafeFalse.jsp Index: threadsafeFalse.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/threadsafe/threadsafeFalse.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- threadsafeFalse.jsp 1999/10/09 00:43:55 1.1 +++ threadsafeFalse.jsp 2000/07/18 22:07:45 1.2 @@ -1,10 +1,10 @@ <html> <title>theadsafeFalse</title> <body> -<!-- this is going to make any client to wait for infinite time --> -<!--if isthreadsafe is false , following condition should happen --> -<!- jsp processor dispatches multiple outstanding requests one at a time--> -<!-- here we keep buffer as 'none' so that output goes directly to the stream--> +<!-- This is going to make any client to wait for an infinite amount of time --> +<!-- If 'isthreadsafe' is false , following condition should happen --> +<!-- JSP processor dispatches multiple outstanding requests one at a time --> +<!-- Here we keep buffer as 'none' so that output goes directly to the stream --> <%@ page isThreadSafe="false" buffer="none" %> <%! int i=2; %> <% out.println(i); %> 1.2 +4 -4 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/threadsafe/threadsafeTrue.jsp Index: threadsafeTrue.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/threadsafe/threadsafeTrue.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- threadsafeTrue.jsp 1999/10/09 00:43:55 1.1 +++ threadsafeTrue.jsp 2000/07/18 22:07:45 1.2 @@ -1,10 +1,10 @@ <html> <title>theadsafeTrue</title> <body> -<!-- this is going to make any client to wait for infinite time --> -<!--if isthreadsafe is true , following condition should happen --> -<!- jsp processor dispatches multiple outstanding requests simultaneously--> -<!-- here we keep buffer as 'none' so that output goes directly to the stream--> +<!-- This is going to make any client to wait for an infinite amount of time --> +<!-- If 'isthreadsafe' is true, following condition should happen --> +<!-- JSP processor dispatches multiple outstanding requests simultaneously --> +<!-- Here we keep buffer as 'none' so that output goes directly to the stream --> <%@ page isThreadSafe="true" buffer="none" autoFlush="true" %> <%! int i=2; %> <% out.println(i); %> 1.2 +3 -3 jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/negativeClearIOExpr.jsp Index: negativeClearIOExpr.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/negativeClearIOExpr.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeClearIOExpr.jsp 1999/10/09 00:44:00 1.1 +++ negativeClearIOExpr.jsp 2000/07/18 22:07:46 1.2 @@ -8,12 +8,12 @@ should happen for the current situation. */ %> -<!- this is to test if clear method throws IOException if stream is closed -> +<!-- This is to test if clear method throws IOException if stream is closed --> <%@ page import="java.io.*;" %> <% out.println("hello"); %> <% out.close(); %> <!-- To report that 'out' is null, we dont have a stream to client available --> -<!- we create a file which is seen by javatest-> +<!-- We create a file which is seen by javatest --> <%! String dir; %> <% String path=request.getPathTranslated(); %> <% if(path!=null) { @@ -28,7 +28,7 @@ %> -<!-- now lets try to clear the stream --> +<!-- Now lets try to clear the stream --> <% try { out.clear(); fw.write("no IOException"); fw.flush();fw.close(); }catch(java.io.IOException ioe) { %> <% fw.write("we got IOException"); fw.flush();fw.close(); }%> 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/negativeClearUnbuffered.jsp Index: negativeClearUnbuffered.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/negativeClearUnbuffered.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeClearUnbuffered.jsp 1999/10/09 00:44:00 1.1 +++ negativeClearUnbuffered.jsp 2000/07/18 22:07:46 1.2 @@ -8,10 +8,10 @@ Now try to use the clear() method. */ %> -<!- this is to test if clear() method throws IllegalStateException if buffer is none -> +<!-- This is to test if clear() method throws IllegalStateException if buffer is none --> <%@ page buffer="none" %> <% out.println("hello"); %> <% try { out.clear(); }catch(IllegalStateException ise) { %> <% out.println("we got Illegal state Exception"); }%> </body> -</html> \ No newline at end of file +</html> 1.2 +4 -4 jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/negativeClose.jsp Index: negativeClose.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/negativeClose.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeClose.jsp 1999/10/09 00:44:00 1.1 +++ negativeClose.jsp 2000/07/18 22:07:46 1.2 @@ -6,12 +6,12 @@ Description : We closing the stream and trying to write into the stream. **/ %> -<!- this is to test if clear method throws IOException if stream is closed -> +<!-- This is to test if clear method throws IOException if stream is closed --> <%@ page import="java.io.*;" %> <% out.println("hello"); %> <% out.close(); %> <!-- To report that 'out' is null, we dont have a stream to client available --> -<!- we create a file in the directory which is seen by javatest-> +<!-- We create a file in the directory which is seen by javatest --> <%! String dir; %> <% String path=request.getPathTranslated(); %> <% if(path!=null) { @@ -24,9 +24,9 @@ java.io.FileWriter fw=new java.io.FileWriter(file); %> -<!-- now lets try to clear the stream --> +<!-- Now lets try to clear the stream --> <% try { out.println("oops"); fw.write("no IOException"); fw.flush();fw.close(); }catch(java.io.IOException ioe) { %> <% fw.write("we got IOException"); fw.flush();fw.close(); }%> </body> -</html> \ No newline at end of file +</html> 1.2 +4 -4 jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/negativeFlush.jsp Index: negativeFlush.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/negativeFlush.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativeFlush.jsp 1999/10/09 00:44:00 1.1 +++ negativeFlush.jsp 2000/07/18 22:07:46 1.2 @@ -8,13 +8,13 @@ later call the flush method. **/ %> -<!- this is to test if flush method throws IOException if stream is closed -> +<!-- This is to test if flush method throws IOException if stream is closed --> <%@ page import="java.io.*;" %> <% out.println("hello"); %> <% out.close(); %> <!-- To report this situation, we dont have a stream to client available --> -<!- we create a file in the directory where jsp is kept which is seen by javatest-> +<!-- we create a file in the directory where jsp is kept which is seen by javatest --> <%! String dir; %> <% String path=request.getPathTranslated(); %> <% if(path!=null) { @@ -27,9 +27,9 @@ java.io.FileWriter fw=new java.io.FileWriter(file); %> -<!-- now lets try to flush the stream --> +<!-- Now lets try to flush the stream --> <% try { out.flush(); fw.write("no IOException"); fw.flush();fw.close(); }catch(java.io.IOException ioe) { %> <% fw.write("we got IOException"); fw.flush();fw.close(); }%> </body> -</html> \ No newline at end of file +</html> 1.2 +3 -3 jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/positiveClose.jsp Index: positiveClose.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/positiveClose.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveClose.jsp 1999/10/09 00:44:00 1.1 +++ positiveClose.jsp 2000/07/18 22:07:46 1.2 @@ -8,13 +8,13 @@ the stream, try to write something into the stream. */ %> -<!-- this is to test if close method works --> -<!-- we should get 'out' object to be null after closing output --> +<!-- This is to test if close method works --> +<!-- We should get 'out' object to be null after closing output --> <%@ page import="java.io.*;" %> <% out.println("hello"); %> <% out.close(); %> <!-- To report that 'out' is null, we dont have a stream to client available --> -<!- we create a file in the directory where jsp is kept which is seen by javatest-> +<!-- We create a file in the directory where jsp is kept which is seen by javatest --> <%! String dir; %> <% String path=request.getPathTranslated(); %> <% if(path!=null) { 1.2 +4 -4 jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/print/negativePrintBoolean.jsp Index: negativePrintBoolean.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/print/negativePrintBoolean.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- negativePrintBoolean.jsp 1999/10/09 00:44:01 1.1 +++ negativePrintBoolean.jsp 2000/07/18 22:07:47 1.2 @@ -6,13 +6,13 @@ Name : negativePrintBoolean */ %> -<!- this is to test if print(boolean) throws IOException if stream is closed -> +<!-- This is to test if print(boolean) throws IOException if stream is closed --> <%@ page import="java.io.*;" %> <% out.println("hello"); %> <% out.close(); %> <!-- To report this situation, we dont have a stream to client available --> -<!- we create a file in the directory where jsp is kept which is seen by javatest-> +<!-- We create a file in the directory where jsp is kept which is seen by javatest --> <%! String dir; %> <% String path=request.getPathTranslated(); %> <% if(path!=null) { @@ -24,9 +24,9 @@ java.io.File file=new java.io.File(dir+System.getProperty("file.separator")+"negativePrintBoolean.err"); java.io.FileWriter fw=new java.io.FileWriter(file);%> <% boolean b=true; %> -<!-- now lets try to flush the stream --> +<!-- Now lets try to flush the stream --> <% try { out.println(b); fw.write("no IOException"); fw.flush();fw.close(); }catch(java.io.IOException ioe) { %> <% fw.write("we got IOException"); fw.flush();fw.close(); }%> </body> -</html> \ No newline at end of file +</html> From [email protected] Wed Jul 19 15:20:36 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 97472 invoked from network); 19 Jul 2000 15:20:36 -0000 Received: from unknown (HELO slim.silverstream.com) (161.129.204.104) by locus.apache.org with SMTP; 19 Jul 2000 15:20:36 -0000 Received: by slim.silverstream.com with Internet Mail Service (5.5.2650.21) id <3PRYAPX0>; Wed, 19 Jul 2000 11:20:16 -0400 Received: from misha.silverstream.com (161.129.204.104 [161.129.204.104]) by slim.silverstream.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3PRYAPX7; Wed, 19 Jul 2000 11:20:08 -0400 From: "Davidson, Misha" <[email protected]> To: [email protected] Cc: "Rousseau, John" <[email protected]>, [email protected] Message-Id: <[email protected]> X-Sender: [email protected] X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 19 Jul 2000 11:19:46 -0400 Subject: missing lifeCycle tag / extreneous test ? In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_495235330==_.ALT" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N --=====================_495235330==_.ALT Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Hi,=20 I ran into another problem while compiling JSPs. I am not sure about = the right fix,=20 but it looks like the lifeCycle tag is not defined while the tests are trying to use it.=20 Here's the deal: Look in=20 /jsp/tagext/BodyTagSupport/positiveLifeCycle.jsp the text of the JSP says: <%@ taglib uri=3D" http://java.apache.org/tomcat/examples-taglib <http://java.apache.org/tomcat/examples-taglib> " prefix=3D"eg" %> <eg:lifeCycle toBrowser=3D"true" ...> web.xml contained in the WAR maps taglib-uri=20 http://java.apache.org/tomcat/examples- <http://java.apache.org/tomcat/examples-taglib> taglib <http://java.apache.org/tomcat/examples-taglib>=20 onto=20 /WEB-INF/classes/jsp/example-taglib.tld This TLD contains the definitions of the following 2 tags: test page there is no definition of the=20 lifeCycle tag anywhere... The other TLD (TestLib.tld) containd in the=20 WAR does not have a lifecycle tag definition either...=20 Does it need to be added to the TLD? What are the classes that = implement this tag? Is this test a "left-over" from some older version and is not needed = any more?=20 Am I missing something? Thanks, [email protected]=20 =20 --=====================_495235330==_.ALT Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <html> <font face=3D"Arial, Helvetica">Hi, <br> <br> I ran into another problem while compiling JSPs. I am not sure about = the right fix, <br> but it looks like the lifeCycle tag is not defined while the tests are trying to use it. <br> Here=92s the deal:<br> <br> Look in <br> <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>/jsp/tage= xt/BodyTagSupport/positiveLifeCycle.jsp<br> the text of the JSP says:<br> &lt;%@ taglib uri=3D&quot;<a href=3D"http://java.apache.org/tomcat/examples-taglib" = eudora=3D"autourl">http://java.apache.org/tomcat/examples-taglib</a>&quo= t; prefix=3D&quot;eg&quot; %&gt;<br> &lt;eg:lifeCycle toBrowser=3D&quot;true&quot; =85&gt;<br> <br> web.xml contained in the WAR maps taglib-uri <br> </font><font face=3D"Arial, Helvetica" color=3D"#0000FF"><u><a = href=3D"http://java.apache.org/tomcat/examples-taglib" = eudora=3D"autourl">http://java.apache.org/tomcat/examples-</a><a = href=3D"http://java.apache.org/tomcat/examples-taglib" = eudora=3D"autourl">taglib<br> </a></u></font><font face=3D"Arial, Helvetica">onto <br> <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>/WEB-INF/= classes/jsp/example-taglib.tld<br> <br> This TLD contains the definitions of the following 2 tags:<br> <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>test<br> <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>page<br> there is no definition of the <br> <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>lifeCycle= <br> tag anywhere=85 The other TLD (TestLib.tld) containd in the <br> WAR does not have a lifecycle tag definition either=85 <br> <br> Does it need to be added to the TLD? What are the classes that = implement this tag?<br> Is this test a &quot;left-over&quot; from some older version and is not needed any more? <br> Am I missing something?<br> <br> Thanks,<br> [email protected] <br> &nbsp;</font></html> --=====================_495235330==_.ALT-- From [email protected] Thu Jul 20 00:22:19 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 27391 invoked from network); 20 Jul 2000 00:22:19 -0000 Received: from unknown (HELO slim.silverstream.com) (161.129.204.104) by locus.apache.org with SMTP; 20 Jul 2000 00:22:19 -0000 Received: by slim.silverstream.com with Internet Mail Service (5.5.2650.21) id <3PRYAVKR>; Wed, 19 Jul 2000 20:22:00 -0400 Received: from misha.silverstream.com (161.129.204.104 [161.129.204.104]) by slim.silverstream.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3PRYAVKP; Wed, 19 Jul 2000 20:21:53 -0400 From: "Davidson, Misha" <[email protected]> To: [email protected] Cc: [email protected], "Melman, Howard" <[email protected]>, "Rousseau, John" <[email protected]> Message-Id: <[email protected]> X-Sender: [email protected] X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 19 Jul 2000 20:21:30 -0400 Subject: missing beans, broken comments and illegal methods Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, Here's a few more problems I discovered while going over the tests. Please let me know if I can provide any more info to help sort these out. I have noticed that a number of negative tests may be failing not because of the intended problem, but because the bean classes they refer to do not exist. Specifically: /jsp/core_syntax/beantests/useBean/negativeDupIDSession1.jsp refers to core_syntax.beantests.useBean.TestBean but I could not find that class anywhere in the WAR. Similarly: /jsp/core_syntax/beantests/useBean/negativeDupID.jsp refers to core_syntax.beantests.useBean.IntBean2 which can not be found either. Also /jsp/core_syntax/scripting/scriptlet/positiveScriptletUseBean.jsp has an invalid comment (terminated with '--!>') on line 13. Finally, /jsp/engine/PageContext/checkGetServlet.jsp contains the following call pageContext.getServlet() however, the standard J2EE class javax.servlet.jsp.PageContext has no such method. Perhaps this test relies on some Tomcat-specific functionality? Thank you, [email protected] From [email protected] Thu Jul 20 02:18:23 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 54752 invoked by uid 500); 20 Jul 2000 02:18:23 -0000 Delivered-To: [email protected] Received: (qmail 54749 invoked by uid 1056); 20 Jul 2000 02:18:22 -0000 Date: 20 Jul 2000 02:18:22 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/scripting/scriptlet positiveScriptletUseBean.jsp vanitha 00/07/19 19:18:22 Modified: src/clients/org/apache/jcheck/jsp/client/core_syntax/scripting/scriptlet positiveScriptletUseBean.html src/conf jsp-gtest.xml src/server/jsp-tests/WEB-INF/classes/jsp example-taglib.tld src/server/jsp-tests/WEB-INF/classes/jsp/tags/examples PageTag.java TestTag.java TestTagExtraInfo.java src/server/jsp-tests/jsp/core_syntax/scripting/scriptlet positiveScriptletUseBean.jsp Log: Edited the example-taglib.tld to add the LifeCycle tag class Edited the jsp-gtest.xml to comment out all JSP Negative Tests, comment out JSP tests that use the examples.FooTag tag class which is non-existant New versions of all tag classes to fix problems reported by other J2EE licensees Fixed JSP file to sync comments tag to comply with spec Revision Changes Path 1.2 +4 -2 jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/scripting/scriptlet/positiveScriptletUseBean.html Index: positiveScriptletUseBean.html =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/scripting/scriptlet/positiveScriptletUseBean.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveScriptletUseBean.html 2000/01/27 18:50:06 1.1 +++ positiveScriptletUseBean.html 2000/07/20 02:18:15 1.2 @@ -1,12 +1,14 @@ <html> <title>positiveScriptletUseBean</title> <body> -<!-- we use scriptlet to access the property of a bean --!> + +<!-- we use scriptlet to access the property of a bean --> + <!-- setCounter method is used in Bean and send to out stream --> 10 </body> -<html> \ No newline at end of file +<html> 1.3 +72 -65 jakarta-watchdog/src/conf/jsp-gtest.xml Index: jsp-gtest.xml =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/conf/jsp-gtest.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jsp-gtest.xml 2000/05/01 19:36:20 1.2 +++ jsp-gtest.xml 2000/07/20 02:18:16 1.3 @@ -50,21 +50,6 @@ <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/positiveSessionScope.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" returnCode="HTTP/1.0 200 OK" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeBody.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeDupID.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeDupIDSession1.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeInvalidClass.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeNoBody.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/setProperty/positiveSetPropParam.jsp?Name=MANGO HTTP/1.0" debug="0" host="${host}" port ="${port}" goldenFile="${wgdir}/core_syntax/beantests/setProperty/positiveSetPropParam.html" /> @@ -432,42 +417,6 @@ <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" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeBody.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeDupID.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeDupIDSession1.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeInvalidClass.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeNoBody.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/setProperty/negativeSetPropNotWrite.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/setProperty/negativeSetPropNotProperty.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/setProperty/negativePropSyntax.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/getProperty/negativeGetPropNotRead.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/getProperty/negativeGetPropNotProperty.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/getProperty/negativeGetProps.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> - <gtest request="GET /jsp-tests/jsp/core_syntax/scripting/declaration/negativeDeclarationSyn.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - returnCode="HTTP/1.0 500" /> <gtest request="GET /jsp-tests/jsp/core_syntax/directives/taglib/positiveTagLib.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" goldenFile="${wgdir}/core_syntax/directives/taglib/positiveTagLib.html" /> @@ -528,6 +477,28 @@ <gtest request="GET /jsp-tests/jsp/tagext/TagData/positiveTagGetAttributeString.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" goldenFile="${wgdir}/tagext/TagData/positiveTagGetAttributeString.html" /> + + <gtest request="GET /jsp-tests/jsp/engine/PageContext/positivePopBody.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + goldenFile="${wgdir}/engine/PageContext/positivePopBody.html" /> + <gtest request="GET /jsp-tests/jsp/engine/PageContext/positivePushBody.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + goldenFile="${wgdir}/engine/PageContext/positivePushBody.html" /> + <gtest request="GET /jsp-tests/jsp/tagext/VariableInfo/positiveGetVarName.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + goldenFile="${wgdir}/tagext/VariableInfo/positiveGetVarName.html" /> + <gtest request="GET /jsp-tests/jsp/tagext/VariableInfo/positiveGetScope.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + goldenFile="${wgdir}/tagext/VariableInfo/positiveGetScope.html" /> + <gtest request="GET /jsp-tests/jsp/tagext/VariableInfo/positiveGetDeclare.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + goldenFile="${wgdir}/tagext/VariableInfo/positiveGetDeclare.html" /> + <gtest request="GET /jsp-tests/jsp/tagext/VariableInfo/positiveGetClassName.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + goldenFile="${wgdir}/tagext/VariableInfo/positiveGetClassName.html" /> + +<!-- Below tests are commented out as they use 'examples.FooTag' tag class which does not exist + <gtest request="GET /jsp-tests/jsp/tagext/TagInfo/positiveGetAttributesWithNoInfo.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" goldenFile="${wgdir}/tagext/TagInfo/positiveGetAttributesWithNoInfo.html" /> @@ -543,24 +514,62 @@ <gtest request="GET /jsp-tests/jsp/tagext/TagInfo/positiveGetTagName.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" goldenFile="${wgdir}/tagext/TagInfo/positiveGetTagName.html" /> - <gtest request="GET /jsp-tests/jsp/engine/PageContext/positivePopBody.jsp HTTP/1.0" +--> + +<!-- All below JSP negative tests have been commented out till they get fixed + + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeBody.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" - goldenFile="${wgdir}/engine/PageContext/positivePopBody.html" /> - <gtest request="GET /jsp-tests/jsp/engine/PageContext/positivePushBody.jsp HTTP/1.0" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeDupID.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" - goldenFile="${wgdir}/engine/PageContext/positivePushBody.html" /> - <gtest request="GET /jsp-tests/jsp/tagext/VariableInfo/positiveGetVarName.jsp HTTP/1.0" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeDupIDSession1.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" - goldenFile="${wgdir}/tagext/VariableInfo/positiveGetVarName.html" /> - <gtest request="GET /jsp-tests/jsp/tagext/VariableInfo/positiveGetScope.jsp HTTP/1.0" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeInvalidClass.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" - goldenFile="${wgdir}/tagext/VariableInfo/positiveGetScope.html" /> - <gtest request="GET /jsp-tests/jsp/tagext/VariableInfo/positiveGetDeclare.jsp HTTP/1.0" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeNoBody.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" - goldenFile="${wgdir}/tagext/VariableInfo/positiveGetDeclare.html" /> - <gtest request="GET /jsp-tests/jsp/tagext/VariableInfo/positiveGetClassName.jsp HTTP/1.0" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/setProperty/negativeSetPropNotWrite.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" - goldenFile="${wgdir}/tagext/VariableInfo/positiveGetClassName.html" /> + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/setProperty/negativeSetPropNotProperty.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/setProperty/negativePropSyntax.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/getProperty/negativeGetPropNotRead.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/getProperty/negativeGetPropNotProperty.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/getProperty/negativeGetProps.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/scripting/declaration/negativeDeclarationSyn.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeBody.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeDupID.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeDupIDSession1.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeInvalidClass.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + returnCode="HTTP/1.0 500" /> + <gtest request="GET /jsp-tests/jsp/core_syntax/beantests/useBean/negativeNoBody.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + returnCode="HTTP/1.0 500" /> +--> </target> <!-- sample of all the various test options allowed @@ -572,6 +581,4 @@ exactMatch="true" /> --> - </project> - 1.4 +60 -18 jakarta-watchdog/src/server/jsp-tests/WEB-INF/classes/jsp/example-taglib.tld Index: example-taglib.tld =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/WEB-INF/classes/jsp/example-taglib.tld,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- example-taglib.tld 2000/04/26 04:05:39 1.3 +++ example-taglib.tld 2000/07/20 02:18:16 1.4 @@ -13,19 +13,43 @@ <tlibversion>1.0</tlibversion> <jspversion>1.1</jspversion> <shortname>simple</shortname> - <uri></uri> + <urn>1.0</urn> <info> - A simple tab library for the examples + A simple tag library for the examples </info> - <!-- Test tag --> - <!-- test tag --> + <!-- Test Tag --> + <tag> - <name>test</name> - <tagclass>examples.TestTag</tagclass> - <bodycontent>TAGDEPENDENT</bodycontent> + <name>test</name> + <tagclass>examples.TestTag</tagclass> + <teiclass>examples.TestTagExtraInfo</teiclass> + <bodycontent>tagdependent</bodycontent> + <info> + test message. + </info> + <attribute> + <name>toBrowser</name> + <required>false</required> + </attribute> + <attribute> + <name>att1</name> + <required>true</required> + </attribute> + <attribute> + <name>att2</name> + <required>false</required> + </attribute> + </tag> + + + <!-- Page Tag --> + <tag> + <name>page</name> + <tagclass>examples.PageTag</tagclass> + <bodycontent>tagdependent</bodycontent> <info> - test message. + Test message. </info> <attribute> <name>toBrowser</name> @@ -34,19 +58,17 @@ <attribute> <name>att1</name> <required>true</required> - </attribute> - <attribute> - <name>att2</name> - <required>false</required> </attribute> - </tag> +</tag> + + <!-- LifeCycle Tag --> <tag> - <name>page</name> - <tagclass>examples.PageTag</tagclass> - <bodycontent>TAGDEPENDENT</bodycontent> + <name>lifeCycle</name> + <tagclass>examples.LifeCycleTag</tagclass> + <bodycontent>tagdependent</bodycontent> <info> - test message. + Test message. </info> <attribute> <name>toBrowser</name> @@ -55,7 +77,27 @@ <attribute> <name>att1</name> <required>true</required> + </attribute> + <attribute> + <name>att2</name> + <required>true</required> + </attribute> + <attribute> + <name>att3</name> + <required>true</required> + </attribute> + <attribute> + <name>att4</name> + <required>true</required> + </attribute> + <attribute> + <name>att5</name> + <required>true</required> + </attribute> + <attribute> + <name>att6</name> + <required>true</required> </attribute> - </tag> +</tag> </taglib> 1.2 +31 -21 jakarta-watchdog/src/server/jsp-tests/WEB-INF/classes/jsp/tags/examples/PageTag.java Index: PageTag.java =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/WEB-INF/classes/jsp/tags/examples/PageTag.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PageTag.java 1999/11/09 21:11:11 1.1 +++ PageTag.java 2000/07/20 02:18:16 1.2 @@ -7,36 +7,37 @@ import java.io.IOException; /** - * PageTag class is used to tests tagext API's + * PageTag class is used to tests tagext API's */ public class PageTag extends ExampleTagBase implements BodyTag { - + boolean toBrowser = false; String TestString=""; private String atts1,atts2; - - - // setting the value from jsp att1 - - + + String PageString=""; + + // setting the value from jsp att1 + + public void setAtt1(String value) { atts1 = value; } - + public String getAtt1() { return atts1; } - + public void setAtt2(String value) { atts2 = value; } - + public String getAtt2() { return atts2; } - + public void setToBrowser(String value) { if (value == null) toBrowser = false; @@ -49,27 +50,36 @@ // Test for setPageContext in TagSupport class. public void setPageContext(PageContext pc) { pc.setAttribute("name","pageContext"); - TestString+=pc.getAttribute("name"); - } - + PageString = (String)pc.getAttribute("name"); + + } public int doStartTag() { + if ("doStartTag".equalsIgnoreCase (this.getAtt1())) { + TestString += this.getAtt1(); + } + + if("pageContext".equalsIgnoreCase(this.getAtt1())){ + TestString=TestString+PageString; + } + return EVAL_BODY_TAG; } - - + + public void doInitBody() throws JspException { } - + public int doAfterBody() throws JspException { try { String s = bodyOut.getString(); System.err.println(s); + if (toBrowser) bodyOut.println(TestString); bodyOut.writeOut(bodyOut.getEnclosingWriter()); @@ -78,9 +88,9 @@ throw new JspException(ex.toString()); } } - + } + + + - - - 1.2 +160 -54 jakarta-watchdog/src/server/jsp-tests/WEB-INF/classes/jsp/tags/examples/TestTag.java Index: TestTag.java =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/WEB-INF/classes/jsp/tags/examples/TestTag.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TestTag.java 1999/11/09 21:11:12 1.1 +++ TestTag.java 2000/07/20 02:18:17 1.2 @@ -5,9 +5,9 @@ import java.io.IOException; /** - * TestTag class is used to tests tagext API's + * TestTag class is used to tests tagext API's */ -public class TestTag extends ExampleTagBase +public class TestTag extends ExampleTagBase implements BodyTag { @@ -15,28 +15,28 @@ String TestString=""; private String atts1,atts2; int count=0; - - - - // setting the value from jsp att1,att1 from JSP test case + TestTagExtraInfo ftet; + + + // setting the value from jsp att1,att1 from JSP test case public void setAtt1(String value) { atts1 = value; } - + public String getAtt1() { return atts1; } - + public void setAtt2(String value) { atts2 = value; } - + public String getAtt2() { return atts2; } - + public void setToBrowser(String value) { if (value == null) toBrowser = false; @@ -48,30 +48,34 @@ // Test for setPageContext in TagSupport class. public void setPageContext(PageContext pc) { + pc.setAttribute("name","pageContext"); } - + // Test for doStartTag method in TagSupport class. public int doStartTag() { - if ("doStartTag".equalsIgnoreCase (this.getAtt1())) { - + + + if ("doStartTag".equalsIgnoreCase (this.getAtt1())) { + // Test for methods in variableInfo class. - -// Creating a hashttable to be passed TagData constructor, + +// Creating a hashttable to be passed TagData constructor, java.util.Hashtable ht = new java.util.Hashtable(); ht.put("a1","98.5"); ht.put("a2","107.1"); ht.put("a3","105.1"); TagData td = new TagData(ht); - - TestTagExtraInfo ftet = new TestTagExtraInfo(); + + + ftet = new TestTagExtraInfo(); VariableInfo[] vi = ftet.getVariableInfo(td); BodyTagSupport bts = new BodyTagSupport(); - + if(this.getAtt2().equals("getClassName")) { - TestString = TestString + vi[0].getClassName(); + TestString = TestString + vi[0].getClassName(); } else if (this.getAtt2().equals("getDeclare")) { TestString = TestString + vi[0].getDeclare(); } else if (this.getAtt2().equals("getScope")) { @@ -79,37 +83,142 @@ } else if (this.getAtt2().equals("getVarName")) { TestString = TestString + vi[0].getVarName(); } - + + + } // if condition return EVAL_BODY_TAG; } - -// Test for doInitBody method in BodyTagsupport class + +// Test for doInitBody method in BodyTagsupport class + public void doInitBody() throws JspException { - if ("doInitBody".equalsIgnoreCase (this.getAtt1())) { - TestString +=this.getAtt1(); } + TestTagExtraInfo texInfo=new TestTagExtraInfo(); + TagInfo tagInfo=texInfo.getInfoObj(); + TagLibraryInfo tlibInfo=tagInfo.getTagLibrary(); + TagAttributeInfo[] tagAttrInfo=tagInfo.getAttributes(); + + + //Checking for TagAttributeInfo methods + + if("getName".equalsIgnoreCase(this.getAtt1())) + if(tagAttrInfo[0].getName().equalsIgnoreCase("toBrowser")) + TestString=TestString+"getName"; + + if("getTypeName".equalsIgnoreCase(this.getAtt1())) + if(tagAttrInfo[0].getTypeName().equalsIgnoreCase("java.lang.String")) + TestString=TestString+"getTypeName"; + + + if("isRequired".equalsIgnoreCase(this.getAtt1())) + if(tagAttrInfo[0].isRequired() == false) + TestString=TestString+"isRequired"; + + + if("getIdAttribute".trim().equalsIgnoreCase(this.getAtt1())) + if(tagAttrInfo[0].getIdAttribute(tagAttrInfo).getName().equalsIgnoreCase("id") ) + TestString=TestString+"getIdAttribute"; + + if("canBeRequestTime".trim().equalsIgnoreCase(this.getAtt1())) + if(tagAttrInfo[0].canBeRequestTime() == false) + TestString=TestString+"canBeRequestTime"; + + + //Checking for TagLibraryInfo methods + + String info="A simple tag library for the examples"; + String uri="/WEB-INF/classes/jsp/example-taglib.tld"; + + if("getInfoString".equalsIgnoreCase(this.getAtt1())){ + + if(tlibInfo.getInfoString().trim().equalsIgnoreCase(info)) + TestString=TestString+this.getAtt1(); + } + + if("getPrefixString".equalsIgnoreCase(this.getAtt1())) + if(tlibInfo.getPrefixString().equalsIgnoreCase("eg")) + TestString=TestString+this.getAtt1(); + + if("getReliableURN".equalsIgnoreCase(this.getAtt1())) + if(tlibInfo.getReliableURN().equalsIgnoreCase("1.0")) + TestString=TestString+this.getAtt1(); + + + if("getRequiredVersion".equalsIgnoreCase(this.getAtt1())) + if(tlibInfo.getRequiredVersion().equalsIgnoreCase("1.1")) + TestString=TestString+this.getAtt1(); + + if("getShortName".equalsIgnoreCase(this.getAtt1())) + if(tlibInfo.getShortName().equalsIgnoreCase("simple")) + TestString=TestString+this.getAtt1(); + + if("getURI".equalsIgnoreCase(this.getAtt1())){ + + if(tlibInfo.getURI().equalsIgnoreCase(uri)) + TestString=TestString+this.getAtt1(); + + } + + //Checking for tagInfo object by calling one of its methods. + + if("getTag".equalsIgnoreCase(this.getAtt1())){ + + if(tlibInfo.getTag("test").getTagName().equalsIgnoreCase("test")) + TestString=TestString+this.getAtt1(); + + } + + //Checking for the no of tags defined in the tld using + // the array returned. + + if("getTags".equalsIgnoreCase(this.getAtt1())){ + if(tlibInfo.getTags().length == 5) + TestString=TestString+this.getAtt1(); + } + + //Checking for TagExtraInfo methods + + if("getTagInfo".equalsIgnoreCase(this.getAtt1())) + TestString =TestString+texInfo.getRes(); + + if("isValid".equalsIgnoreCase(this.getAtt1())){ + TestString =TestString+texInfo.getRes1(); + } + if("setTagInfo".equalsIgnoreCase(this.getAtt1())) + TestString =TestString+texInfo.getRes2(); + + if("getVariableInfo".equalsIgnoreCase(this.getAtt1())) + TestString =TestString+texInfo.getRes3(); + + //Test for doInitBody method. + + if ("doInitBody".equalsIgnoreCase (this.getAtt1())) { + TestString +=this.getAtt1(); } + // Test for getParent method in TagSupport - if ("getParent".equalsIgnoreCase (this.getAtt2())) { + if ("getParent".equalsIgnoreCase (this.getAtt2())) { TagSupport ts = new TagSupport(); setParent(this); Tag tt = getParent(); - if(tt.toString().regionMatches(true,9,"examples.TestTag",9,7)) { + if(tt.toString().regionMatches(true,9,"examples.TestTag",9,7)) { TestString = TestString + "Pass"; } - else { + else { TestString = TestString + "Fails"; } } } //Test for doAfterBody method in BodyTagSupport class - + public int doAfterBody() throws JspException { + + try { - if ("doAfterBody".equalsIgnoreCase (this.getAtt1())) { + if ("doAfterBody".equalsIgnoreCase (this.getAtt1())) { TestString += this.getAtt1(); } String s = bodyOut.getString(); @@ -121,37 +230,34 @@ throw new JspException(ex.toString()); } } - + // Test for doEndTag method in BodyTagSupport class - + public int doEndTag() throws JspException{ - - if ("doEndTag".equalsIgnoreCase (this.getAtt1())) { - TestString +=this.getAtt1(); - } - return EVAL_PAGE; - } + if ("doEndTag".equalsIgnoreCase (this.getAtt1())) { + TestString +=this.getAtt1(); + } + return EVAL_PAGE; + } + + // Test for release method in BodyTagSupport class public void release() { - if ("release".equalsIgnoreCase (this.getAtt1())) { - TestString +=this.getAtt1(); } - - try { - - if (toBrowser) + if ("release".equalsIgnoreCase (this.getAtt1())) { + TestString +=this.getAtt1(); + } + try { + if (toBrowser) bodyOut.println(TestString); - bodyOut.writeOut(bodyOut.getEnclosingWriter()); - } catch (IOException ioe) {} - - } - - - + bodyOut.writeOut(bodyOut.getEnclosingWriter()); + toBrowser = false; + TestString=""; + atts1=""; + atts2=""; + count=0; + } catch (IOException ioe) {} + } } - - - - 1.2 +67 -18 jakarta-watchdog/src/server/jsp-tests/WEB-INF/classes/jsp/tags/examples/TestTagExtraInfo.java Index: TestTagExtraInfo.java =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/WEB-INF/classes/jsp/tags/examples/TestTagExtraInfo.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TestTagExtraInfo.java 1999/11/09 21:11:13 1.1 +++ TestTagExtraInfo.java 2000/07/20 02:18:17 1.2 @@ -1,18 +1,67 @@ -package examples; - -import javax.servlet.jsp.tagext.*; - -public class TestTagExtraInfo extends TagExtraInfo { - public VariableInfo[] getVariableInfo(TagData data) { - - return new VariableInfo[] - { - new VariableInfo("member", - "String", - true, - VariableInfo.NESTED) - }; - } -} - - + /* + * This is a hack on a hack. We are trying to create a new TestTagExtraInfo that + * will pass the tests - epll. May 21st, 2000 + */ + +package examples; + +import javax.servlet.jsp.tagext.*; + +public class TestTagExtraInfo extends TagExtraInfo { + + static String res1=""; + static String res2=""; + static String res3=""; + static String res=""; + static TagInfo tgInfo; + + + public TestTagExtraInfo(){} + + public boolean isValid(TagData tagData){ + res1="isValid"; + String att=tagData.getAttributeString("att1"); + String id=tagData.getId(); + + // Add the following patch - epll. + + res = "getTagInfo"; + res2 = "setTagInfo"; + this.tgInfo = this.getTagInfo(); + + // up to here is the new patch + return true; + } + + + public VariableInfo[] getVariableInfo(TagData data) { + res3="getVariableInfo"; + return new VariableInfo[] { + new VariableInfo("member", + "String", + true, + VariableInfo.NESTED) + }; + } + + + public String getRes(){ + return res; + } + + public String getRes1(){ + return res1; + } + + public String getRes2(){ + return res2; + } + + public String getRes3(){ + return res3; + } + + public TagInfo getInfoObj(){ + return this.tgInfo; + } +} 1.2 +2 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/scripting/scriptlet/positiveScriptletUseBean.jsp Index: positiveScriptletUseBean.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/scripting/scriptlet/positiveScriptletUseBean.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveScriptletUseBean.jsp 1999/10/09 00:43:59 1.1 +++ positiveScriptletUseBean.jsp 2000/07/20 02:18:21 1.2 @@ -10,7 +10,7 @@ property **/ %> -<!-- we use scriptlet to access the property of a bean --!> +<!-- we use scriptlet to access the property of a bean --> <jsp:useBean id="counter" scope="request" class="core_syntax.scripting.scriptlet.Counter" /> <!-- setCounter method is used in Bean and send to out stream --> @@ -20,4 +20,4 @@ %> </body> -<html> \ No newline at end of file +<html> From [email protected] Wed Jul 26 20:07:43 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 90349 invoked from network); 26 Jul 2000 20:07:43 -0000 Received: from unknown (HELO slim.silverstream.com) (161.129.204.104) by locus.apache.org with SMTP; 26 Jul 2000 20:07:43 -0000 Received: by slim.silverstream.com with Internet Mail Service (5.5.2650.21) id <3PRYCKCY>; Wed, 26 Jul 2000 16:07:24 -0400 Received: from misha.silverstream.com (MISHA [161.129.204.104]) by slim.silverstream.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3PRYCKCX; Wed, 26 Jul 2000 16:07:22 -0400 From: "Davidson, Misha" <[email protected]> To: [email protected] Message-Id: <[email protected]> X-Sender: [email protected] X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 26 Jul 2000 16:07:26 -0400 Subject: TagLib Info at runtime Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, As you may have guessed from my previous e-mails, I have found an issue = with the tests, and I was wondering if you could help me sort it out. = The=20 problem at hand has to do with availability of the TagLib classes=20 initialized with the TLD [email protected]. Specifically, doInitBody() method in the TestTag class makes an = extensive=20 use of the TagInfo, TagLibraryInfo and TagAttributeInfo classes. My=20 understanding is that these classes are used at the time a JSP is = compiled=20 and are not required for running a page with custom tags in it. Section = 6.2=20 (describing the contents of javax.servlet.jsp.tagext package) says:=20 =93Classes whose name ends in Info are transformation-time classes. = Instances=20 [sic] are initialized from the TagLibraryDescriptor [sic] =85=94 This = is in=20 contrast with the =93runtime environment=94 classes defined in section = 6.1. It is rather unfortunate that the spec never defines what = translation-time=20 vs. request time really means. However, one can take a reasonable=20 assumption that the =93translation-time=94 means JSP->Java->class = compilation,=20 while =93request-time=94 means the behavior of the resulting class on = the server. In SilverStream, we make a strong distinction between the deployment=20 (translation) and runtime (request-time) environments. In fact, = compilation=20 of JSPs in our system is done by a standalone client deployment tool, = and=20 only the resulting classes are uploaded to the server. This decoupling = is=20 consistent with the approach taken by other J2EE technologies (like = EJB).=20 Under this approach the TLD is read by the deployment tool, which uses = the=20 TLD to populate the TagLib Info classes, which in turn are used to = verify=20 the JSPs and generate the corresponding servlet classes. The TLD itself = is=20 never uploaded to the server, because as a =93descriptive mechanism for = providing information on a TagLibrary=94 (Section 5.3) it is not needed = on=20 the server once the JSP is compiled. This is where we run into a problem with about half dozen tests that = use=20 TestTag. DoInitBody() method in this tag class tries to make use of the = TagLib Info classes. However, since the TLD is not available at runtime = the=20 values in the Info classes are not initialized and the tests fail. I assume that these tests work in Tomcat because the translation = happens on=20 the server and the TagLib Info classes initialized during compilation = are=20 still [email protected]. I think, however, that the availability of=20 fully initialized TagLib Info classes at runtime is an artifact of how=20 Tomcat works. It is NOT a generally required by the spec that TagLib = Info=20 classes be initialized from the [email protected]. Therefore, this bit of=20 functionality should not be the part of the general-purpose watchdog = tests.=20 Would you agree with me on that? Or did I miss something in the spec? Thanks you very much, -Misha [email protected] =20 From [email protected] Wed Jul 26 21:12:49 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 29018 invoked from network); 26 Jul 2000 21:12:49 -0000 Received: from unknown (HELO slim.silverstream.com) (161.129.204.104) by locus.apache.org with SMTP; 26 Jul 2000 21:12:49 -0000 Received: by slim.silverstream.com with Internet Mail Service (5.5.2650.21) id <3PRYCLAC>; Wed, 26 Jul 2000 17:12:32 -0400 Received: from misha.silverstream.com (MISHA [161.129.204.104]) by slim.silverstream.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3PRYCLAB; Wed, 26 Jul 2000 17:12:28 -0400 From: "Davidson, Misha" <[email protected]> To: [email protected], [email protected] Cc: "Melman, Howard" <[email protected]> Message-Id: <[email protected]> X-Sender: [email protected] X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 26 Jul 2000 17:11:53 -0400 Subject: Incorrect test results Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_1121199119==_.ALT" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N --=====================_1121199119==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed Hi, I believe there may be a problem with a few of the expected results for the jsp tests. Specifically: 1: /jsp-tests/jsp/core_syntax/directives/page/imports/implicitImportServlet .jsp ====================Expecting: <html> <body> HTTP/1.0 </body> </html> ==================== Is probably wrong, since this output could not be produced by the code in that jsp. An HTML comment <!-- language =java and we check if implicit import works--> must appear in the response... 2: /jsp-tests/jsp/core_syntax/beantests/setProperty/positiveSetPropSingleQu otes.jsp ====================Expecting: <html> <title>positiveSetPropSingleQuotes</title> <body> <!- testing if are able to set a property using single quoted expression --> HTTP/1.0 </body> </html> ==================== Notice an invalid comment start sequence "<-" it is missing a second dash. Also, does the number of white-space characters between text fragments matter? I assume it does. In that case, according to section 2.1.6, there should be 4 blank lines between the end of the comment and before "HTTP/1.0", corresponding to <jsp:useBean id="myBean" class="core_syntax.beantests.setProperty.MiscBean" /> <% int k=10; %> <% byte p=10; %> <jsp:setProperty name="myBean" property="path" value= '<%= request.getProtocol() %>' /> in the JSP source. 3: /jsp-tests/jsp/engine/JspWriter/misc/positiveGetRemaining.jsp ====================Expecting: <html> <title>positiveGetRemaining</title> <body> <!-- this is to test if getRemaining method works with no buffer--> <!-- setting buffer size to 5kb using directive --> got=4939 <!-- expected to return remaining buffer size --> </body> </html> ==================== Similar to the previous case, there should be 2 blank lines between the second comment and "got=4939", corresponding to the JSP source: <%@ page buffer="5kb" %> ...empty line... Thanks, -Misha --=====================_1121199119==_.ALT Content-Type: text/html; charset="us-ascii" <html> Hi, <br> <br> I believe there may be a problem with a few of the expected results for the <br> jsp tests. Specifically:<br> <br> 1: /jsp-tests/jsp/core_syntax/directives/page/imports/implicitImportServlet.jsp <br> ====================Expecting: <br> &lt;html&gt;<br> &lt;body&gt;<br> HTTP/1.0<br> <br> &nbsp;&nbsp; &lt;/body&gt;<br> &nbsp;&nbsp; &lt;/html&gt;<br> ====================<br> Is probably wrong, since this output could not be produced by the code in that jsp.<br> An HTML comment <br> &lt;!-- language =java and we check if implicit&nbsp; import works--&gt;<br> must appear in the response...<br> <br> <br> 2: /jsp-tests/jsp/core_syntax/beantests/setProperty/positiveSetPropSingleQuotes.jsp<br> ====================Expecting: <br> &lt;html&gt;<br> &lt;title&gt;positiveSetPropSingleQuotes&lt;/title&gt;<br> &lt;body&gt;<br> <br> &lt;!- testing if are able to set a&nbsp; property using single quoted expression --&gt;<br> <br> HTTP/1.0<br> <br> &lt;/body&gt;<br> &lt;/html&gt;<br> ====================<br> Notice an invalid comment start sequence &quot;&lt;-&quot; it is missing a second dash. <br> Also, does the number of white-space characters between text fragments matter? <br> I assume it does. In that case, according to section 2.1.6, there should be 4 blank lines <br> between the end of the comment and before &quot;HTTP/1.0&quot;, corresponding to<br> <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;jsp:useBean id=&quot;myBean&quot; class=&quot;core_syntax.beantests.setProperty.MiscBean&quot; /&gt;<br> <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;% int k=10;&nbsp; %&gt;<br> <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;% byte p=10; %&gt;<br> <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;jsp:setProperty name=&quot;myBean&quot; property=&quot;path&quot; value= '&lt;%= request.getProtocol() %&gt;' /&gt;<br> in the JSP source. <br> <br> <br> <br> 3: /jsp-tests/jsp/engine/JspWriter/misc/positiveGetRemaining.jsp <br> ====================Expecting: <br> &lt;html&gt;<br> &lt;title&gt;positiveGetRemaining&lt;/title&gt;<br> &lt;body&gt;<br> <br> &lt;!-- this is to test if getRemaining method works with no buffer--&gt;<br> &lt;!-- setting buffer size to 5kb using directive --&gt;<br> got=4939<br> &lt;!-- expected to return remaining buffer size --&gt; <br> &lt;/body&gt;<br> &lt;/html&gt;<br> ====================<br> Similar to the previous case, there should be 2 blank lines between the second comment<br> and &quot;got=4939&quot;, corresponding to the JSP source:<br> <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;%@ page buffer=&quot;5kb&quot; %&gt;<br> <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>...empty line...<br> <br> <br> Thanks,<br> -Misha</html> --=====================_1121199119==_.ALT-- From [email protected] Wed Jul 26 21:28:39 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 39182 invoked from network); 26 Jul 2000 21:28:39 -0000 Received: from mercury.sun.com (161.129.204.104) by locus.apache.org with SMTP; 26 Jul 2000 21:28:39 -0000 Received: from taller.eng.sun.com ([161.129.204.104]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id OAA24129 for <[email protected]>; Wed, 26 Jul 2000 14:28:37 -0700 (PDT) Received: from aslesha (awe175-230.AWE.Sun.COM [161.129.204.104]) by taller.eng.sun.com (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id OAA17866 for <[email protected]>; Wed, 26 Jul 2000 14:28:36 -0700 (PDT) Date: Wed, 26 Jul 2000 14:28:58 -0700 (PDT) From: "vanitha.venkatraman" <[email protected]> Reply-To: "vanitha.venkatraman" <[email protected]> Subject: Re: Incorrect test results To: [email protected] In-Reply-To: "Your message with ID" <[email protected]> Message-ID: <Roam.SIMC.161.129.204.1044646938.1710.vanitha@taller> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Thanks Misha. I will fix the errors. On your other question on taglibs runtime info, will get to you soon. Thanks, Vanitha From [email protected] Thu Jul 27 22:55:48 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 40403 invoked by uid 500); 27 Jul 2000 22:55:48 -0000 Delivered-To: [email protected] Received: (qmail 40388 invoked by uid 1056); 27 Jul 2000 22:55:45 -0000 Date: 27 Jul 2000 22:55:45 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc positiveGetRemaining.jsp vanitha 00/07/27 15:55:45 Modified: src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty positiveSetPropSingleQuotes.html src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/imports implicitImportServlet.html src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc positiveGetRemaining.html src/conf jsp-gtest.xml src/server/jsp-tests/jsp/core_syntax/beantests/setProperty positiveSetPropSingleQuotes.jsp src/server/jsp-tests/jsp/core_syntax/directives/forward positiveDoubleQuotes.jsp src/server/jsp-tests/jsp/core_syntax/directives/include positiveInclude.jsp src/server/jsp-tests/jsp/core_syntax/directives/page/imports implicit.jsp implicitImportServlet.jsp src/server/jsp-tests/jsp/engine/JspWriter/misc positiveGetRemaining.jsp Log: Fixed the golden-file comparison bugs. Commented out the "core_syntax/directives/page/imports/implicitImportServlet.jsp" in jsp-gtest.xml as RequestDispatcher.forward is not fully spec compliant with Tomcat Revision Changes Path 1.2 +13 -10 jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetPropSingleQuotes.html Index: positiveSetPropSingleQuotes.html =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetPropSingleQuotes.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveSetPropSingleQuotes.html 2000/01/27 18:49:54 1.1 +++ positiveSetPropSingleQuotes.html 2000/07/27 22:55:29 1.2 @@ -1,10 +1,13 @@ -<html> -<title>positiveSetPropSingleQuotes</title> -<body> - -<!- testing if are able to set a property using single quoted expression --> - -HTTP/1.0 - -</body> -</html> +<html> +<title>positiveSetPropSingleQuotes</title> +<body> + +<!-- testing if are able to set a property using single quoted expression --> + + + + +HTTP/1.0 + +</body> +</html> 1.3 +7 -6 jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/imports/implicitImportServlet.html Index: implicitImportServlet.html =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/imports/implicitImportServlet.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- implicitImportServlet.html 2000/07/01 20:04:50 1.2 +++ implicitImportServlet.html 2000/07/27 22:55:31 1.3 @@ -1,6 +1,7 @@ -<html> -<body> -HTTP/1.0 - - </body> - </html> \ No newline at end of file +<html> +<body> +<!-- language=java and we check if implicit import works --> +HTTP/1.0 + + </body> + </html> 1.2 +3 -1 jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveGetRemaining.html Index: positiveGetRemaining.html =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveGetRemaining.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveGetRemaining.html 2000/01/27 18:50:08 1.1 +++ positiveGetRemaining.html 2000/07/27 22:55:33 1.2 @@ -4,7 +4,9 @@ <!-- this is to test if getRemaining method works with no buffer--> <!-- setting buffer size to 5kb using directive --> + + got=4939 <!-- expected to return remaining buffer size --> </body> -</html> \ No newline at end of file +</html> 1.4 +6 -6 jakarta-watchdog/src/conf/jsp-gtest.xml Index: jsp-gtest.xml =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/conf/jsp-gtest.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jsp-gtest.xml 2000/07/20 02:18:16 1.3 +++ jsp-gtest.xml 2000/07/27 22:55:35 1.4 @@ -411,9 +411,6 @@ <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/implicitImportServlet.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - goldenFile="${wgdir}/core_syntax/directives/page/imports/implicitImportServlet.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" /> @@ -426,9 +423,6 @@ <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/implicitImportServlet.jsp HTTP/1.0" - debug="0" host="${host}" port="${port}" - goldenFile="${wgdir}/core_syntax/directives/page/imports/implicitImportServlet.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" /> @@ -496,6 +490,12 @@ <gtest request="GET /jsp-tests/jsp/tagext/VariableInfo/positiveGetClassName.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" goldenFile="${wgdir}/tagext/VariableInfo/positiveGetClassName.html" /> + +<!-- Commented out as problem with forward in Tomcat + <gtest request="GET /jsp-tests/jsp/core_syntax/directives/page/imports/implicitImportServlet.jsp HTTP/1.0" + debug="0" host="${host}" port="${port}" + goldenFile="${wgdir}/core_syntax/directives/page/imports/implicitImportServlet.html" /> +--> <!-- Below tests are commented out as they use 'examples.FooTag' tag class which does not exist 1.2 +1 -1 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/setProperty/positiveSetPropSingleQuotes.jsp Index: positiveSetPropSingleQuotes.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/beantests/setProperty/positiveSetPropSingleQuotes.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveSetPropSingleQuotes.jsp 1999/11/09 20:51:44 1.1 +++ positiveSetPropSingleQuotes.jsp 2000/07/27 22:55:36 1.2 @@ -6,7 +6,7 @@ as 'value' attribute in setProperty Result :we should get the expected page without error **/ %> -<!- testing if are able to set a property using single quoted expression --> +<!-- testing if are able to set a property using single quoted expression --> <jsp:useBean id="myBean" class="core_syntax.beantests.setProperty.MiscBean" /> <% int k=10; %> <% byte p=10; %> 1.3 +1 -2 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/forward/positiveDoubleQuotes.jsp Index: positiveDoubleQuotes.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/forward/positiveDoubleQuotes.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- positiveDoubleQuotes.jsp 1999/11/09 20:51:44 1.2 +++ positiveDoubleQuotes.jsp 2000/07/27 22:55:38 1.3 @@ -6,8 +6,7 @@ scriptlet expression in doublequotes to do forwarding Result :we expect the output without error to the forwarded file **/ %> -<%@ page autoFlush="false" %> <% String test="includecommon"; %> <jsp:forward page= "<%= test+\".html\" %>" /> </body> -</html> \ No newline at end of file +</html> 1.2 +1 -1 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/include/positiveInclude.jsp Index: positiveInclude.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/include/positiveInclude.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveInclude.jsp 1999/11/09 20:51:45 1.1 +++ positiveInclude.jsp 2000/07/27 22:55:40 1.2 @@ -11,7 +11,7 @@ %> <!-- testing for include directive --> -<jsp:include page="includecommon.jsp" /> +<jsp:include page="includecommon.jsp" flush="true" /> </body> </html> 1.2 +7 -9 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/imports/implicit.jsp Index: implicit.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/imports/implicit.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- implicit.jsp 1999/11/09 20:51:46 1.1 +++ implicit.jsp 2000/07/27 22:55:41 1.2 @@ -1,9 +1,7 @@ -<html> -<body> -<% - - out.println(request.getProtocol()); - - %> - </body> - </html> \ No newline at end of file +<html> +<body> +<% + out.println(request.getProtocol()); +%> +</body> +</html> 1.3 +19 -28 jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/imports/implicitImportServlet.jsp Index: implicitImportServlet.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/core_syntax/directives/page/imports/implicitImportServlet.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- implicitImportServlet.jsp 2000/04/26 17:00:53 1.2 +++ implicitImportServlet.jsp 2000/07/27 22:55:42 1.3 @@ -1,28 +1,19 @@ -<html> -<body> -<% /** Name: implicitImportServlet - Description:Use jsp page directive with language ="java" - Do not specify the import attribute.javax.servlet - package should be available implicitly.Check - for some class in servlet - - Result:No error -**/ %> - -<!-- language =java and we check if implicit import works--> - -<%@ page language="java" %> - -<% - -try{ - - RequestDispatcher rd = getServletConfig().getServletContext().getRequestDispatcher( "/jsp/core_syntax/directives/page/imports/implicit.jsp"); - rd.forward(request, response); - - }catch(Exception o){o.printStackTrace();} - -%> -</body> -</html> - \ No newline at end of file +<html> +<body> +<% /** Name: implicitImportServlet + Description: Use jsp page directive with language ="java" + Do not specify the import attribute.javax.servlet + package should be available implicitly.Check + for some class in servlet + Result:No error +**/ %> +<!-- language=java and we check if implicit import works --> +<%@ page language="java" %> +<% +try{ + RequestDispatcher rd = getServletConfig().getServletContext().getRequestDispatcher( "/jsp/core_syntax/directives/page/imports/implicit.jsp"); + rd.forward(request, response); + }catch(Exception o){o.printStackTrace();} +%> +</body> +</html> 1.2 +1 -1 jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/positiveGetRemaining.jsp Index: positiveGetRemaining.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/jsp/engine/JspWriter/misc/positiveGetRemaining.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveGetRemaining.jsp 1999/10/09 00:44:00 1.1 +++ positiveGetRemaining.jsp 2000/07/27 22:55:44 1.2 @@ -15,4 +15,4 @@ <% out.print("got="+out.getRemaining()); %> <!-- expected to return remaining buffer size --> </body> -</html> \ No newline at end of file +</html> From [email protected] Fri Jul 28 18:21:10 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 42115 invoked from network); 28 Jul 2000 18:21:10 -0000 Received: from lukla.sun.com (161.129.204.104) by locus.apache.org with SMTP; 28 Jul 2000 18:21:10 -0000 Received: from centralmail1.Central.Sun.COM ([161.129.204.104]) by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id MAA13687 for <[email protected]>; Fri, 28 Jul 2000 12:21:09 -0600 (MDT) Received: from esun1as-mm. (esun1as-mm.Central.Sun.COM [161.129.204.104]) by centralmail1.Central.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id MAA27822 for <[email protected]>; Fri, 28 Jul 2000 12:21:08 -0600 (MDT) Received: from eng.sun.com by esun1as-mm. (SMI-8.6/SMI-SVR4) id MAA26998; Fri, 28 Jul 2000 12:23:45 -0600 Message-ID: <[email protected]> Date: Fri, 28 Jul 2000 11:21:41 -0700 From: "Craig R. McClanahan" <[email protected]> X-Mailer: Mozilla 4.72 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Bad WEB.XML File in JSP Test Suite? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N The "web.xml" file in the "jsp-tests" test suite includes <taglib> declarations for two different tag libraries -- one at location "/WEB-INF/classes/jsp/example-taglib.tld" (which appears to have been copied from the Tomcat example application web.xml file), and one for "/WEB-INF/tlds/TestLib.tld". Only the latter TLD file is actually present in this web application, which is causing the JSP compiler (when running under Catalina) to throw XML parsing exceptions because it cannot find the "example-taglib.tld" file. It seems to me that the first <taglib> declaration should be removed from this file. Craig McClanahan From [email protected] Fri Jul 28 19:20:33 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 89669 invoked from network); 28 Jul 2000 19:20:33 -0000 Received: from lukla.sun.com (161.129.204.104) by locus.apache.org with SMTP; 28 Jul 2000 19:20:33 -0000 Received: from centralmail1.Central.Sun.COM ([161.129.204.104]) by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id NAA26815 for <[email protected]>; Fri, 28 Jul 2000 13:20:31 -0600 (MDT) Received: from esun1as-mm. (esun1as-mm.Central.Sun.COM [161.129.204.104]) by centralmail1.Central.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id NAA14692 for <[email protected]>; Fri, 28 Jul 2000 13:20:31 -0600 (MDT) Received: from eng.sun.com by esun1as-mm. (SMI-8.6/SMI-SVR4) id NAA27589; Fri, 28 Jul 2000 13:23:08 -0600 Message-ID: <[email protected]> Date: Fri, 28 Jul 2000 12:21:03 -0700 From: "Craig R. McClanahan" <[email protected]> X-Mailer: Mozilla 4.72 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: Bad WEB.XML File in JSP Test Suite? References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Never mind ... pilot error :-( Craig "Craig R. McClanahan" wrote: > The "web.xml" file in the "jsp-tests" test suite includes <taglib> > declarations for two different tag libraries -- one at location > "/WEB-INF/classes/jsp/example-taglib.tld" (which appears to have been > copied from the Tomcat example application web.xml file), and one for > "/WEB-INF/tlds/TestLib.tld". > > Only the latter TLD file is actually present in this web application, > which is causing the JSP compiler (when running under Catalina) to throw > XML parsing exceptions because it cannot find the "example-taglib.tld" > file. It seems to me that the first <taglib> declaration should be > removed from this file. > > Craig McClanahan From [email protected] Mon Jul 31 15:25:46 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 78809 invoked from network); 31 Jul 2000 15:25:46 -0000 Received: from web106.yahoomail.com (161.129.204.104) by locus.apache.org with SMTP; 31 Jul 2000 15:25:46 -0000 Received: (qmail 18617 invoked by uid 60001); 31 Jul 2000 15:25:44 -0000 Message-ID: <[email protected]> Received: from [161.129.204.104] by web106.yahoomail.com; Mon, 31 Jul 2000 08:25:44 PDT Date: Mon, 31 Jul 2000 08:25:44 -0700 (PDT) From: Juergen Weber <[email protected]> Reply-To: [email protected] Subject: Help for using tag libs To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello, I'm having difficulties configuring tag libraries. I assume: taglib-uri is any string, could be random letters, it is used in .jsp for taglib url= taglib-location is the location below the webapp file I have: Context log: path="/fire" Adding context path="/fire" docBase="webapps/fire" C:\Apache\tomcat\webapps\fire\template.jsp: <%@ taglib uri="firelib" prefix="foo" %> C:\Apache\tomcat\webapps\fire\WEB-INF\tlds\taglib.tld C:\Apache\tomcat\webapps\fire\WEB-INF\web.xml : <taglib> <taglib-uri> firelib </taglib-uri> <taglib-location> /WEB-INF/tlds/taglib.tld </taglib-location> </taglib> But tomcat 3.1 says: Internal Servlet Error: org.apache.jasper.JasperException: Unable to open taglibrary firelib : Parse Error in the tag library descriptor: com.sun.xml.parser/V-005 web-app at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java, Compiled Code) at org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:116) at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java, Compiled Code) Thanks for your hints, Juergen __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/ From [email protected] Mon Jul 31 16:28:29 2000 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 21669 invoked from network); 31 Jul 2000 16:28:29 -0000 Received: from mercury.sun.com (161.129.204.104) by locus.apache.org with SMTP; 31 Jul 2000 16:28:29 -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 JAA07556 for <[email protected]>; Mon, 31 Jul 2000 09:28:24 -0700 (PDT) Received: from Sun.COM (perian [161.129.204.104]) by shorter.eng.sun.com (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with ESMTP id JAA00053 for <[email protected]>; Mon, 31 Jul 2000 09:28:24 -0700 (PDT) Sender: [email protected] Message-ID: <[email protected]> Date: Mon, 31 Jul 2000 09:28:22 -0700 From: sravankumar duggaraju <[email protected]> Organization: Sun Microsystems X-Mailer: Mozilla 4.51 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: Help for using tag libs References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Why don't you try once again by putting "/" before firelib both in taglib directive ( i.e uri="/firelib") and in web.xml uri mapping, like taglib-uri> /firelib </taglib-uri> Juergen Weber wrote: > > Hello, > > I'm having difficulties configuring tag libraries. > > I assume: > > taglib-uri is any string, could be random letters, it > is used in .jsp for taglib url= > > taglib-location is the location below the webapp file > > I have: > > Context log: path="/fire" Adding context path="/fire" > docBase="webapps/fire" > > C:\Apache\tomcat\webapps\fire\template.jsp: > > <%@ taglib uri="firelib" prefix="foo" %> > > C:\Apache\tomcat\webapps\fire\WEB-INF\tlds\taglib.tld > > C:\Apache\tomcat\webapps\fire\WEB-INF\web.xml : > > <taglib> > <taglib-uri> > firelib > </taglib-uri> > <taglib-location> > /WEB-INF/tlds/taglib.tld > </taglib-location> > </taglib> > > But tomcat 3.1 says: > > Internal Servlet Error: > > org.apache.jasper.JasperException: Unable to open > taglibrary firelib : Parse Error in the tag library > descriptor: com.sun.xml.parser/V-005 web-app > at > org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java, > Compiled Code) > at > org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:116) > at > org.apache.jasper.compiler.Parser$Directive.accept(Parser.java, > Compiled Code) > > > Thanks for your hints, > Juergen > > __________________________________________________ > Do You Yahoo!? > Kick off your party with Yahoo! Invites. > http://invites.yahoo.com/
From [email protected] Sun Sep 05 12:40:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44337 invoked from network); 5 Sep 2010 12:40:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Sep 2010 12:40:56 -0000 Received: (qmail 30178 invoked by uid 500); 5 Sep 2010 12:40:56 -0000 Delivered-To: [email protected] Received: (qmail 30154 invoked by uid 500); 5 Sep 2010 12:40: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30138 invoked by uid 99); 5 Sep 2010 12:40:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Sep 2010 12:40: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; Sun, 05 Sep 2010 12:40:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o85CeXTq021153 for <[email protected]>; Sun, 5 Sep 2010 12:40:33 GMT Message-ID: <27371541.32251283690433595.JavaMail.jira@thor> Date: Sun, 5 Sep 2010 08:40:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILESSB-17) "Force include" flag should be treated at "tiles-request" level 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/TILESSB-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILESSB-17: ------------------------------------ Component/s: request (was: tiles3) > "Force include" flag should be treated at "tiles-request" level > --------------------------------------------------------------- > > Key: TILESSB-17 > URL: https://issues.apache.org/jira/browse/TILESSB-17 > Project: Tiles Sandbox > Issue Type: Improvement > Components: request > 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 Sep 05 12:40:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44347 invoked from network); 5 Sep 2010 12:40:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Sep 2010 12:40:56 -0000 Received: (qmail 30215 invoked by uid 500); 5 Sep 2010 12:40:56 -0000 Delivered-To: [email protected] Received: (qmail 30157 invoked by uid 500); 5 Sep 2010 12:40: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30137 invoked by uid 99); 5 Sep 2010 12:40:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Sep 2010 12:40: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; Sun, 05 Sep 2010 12:40:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o85CeWa9021141 for <[email protected]>; Sun, 5 Sep 2010 12:40:33 GMT Message-ID: <23232742.32211283690432865.JavaMail.jira@thor> Date: Sun, 5 Sep 2010 08:40:32 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILESSB-16) Request should expose a generic "getContext" method 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/TILESSB-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILESSB-16: ------------------------------------ Component/s: request (was: tiles3) > Request should expose a generic "getContext" method > --------------------------------------------------- > > Key: TILESSB-16 > URL: https://issues.apache.org/jira/browse/TILESSB-16 > Project: Tiles Sandbox > Issue Type: Improvement > Components: request > 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 Sep 05 12:41:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44376 invoked from network); 5 Sep 2010 12:41:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Sep 2010 12:41:13 -0000 Received: (qmail 30277 invoked by uid 500); 5 Sep 2010 12:41:13 -0000 Delivered-To: [email protected] Received: (qmail 30239 invoked by uid 500); 5 Sep 2010 12:41: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30227 invoked by uid 99); 5 Sep 2010 12:41:12 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Sep 2010 12:41: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; Sun, 05 Sep 2010 12:40:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o85CeXXM021147 for <[email protected]>; Sun, 5 Sep 2010 12:40:33 GMT Message-ID: <16598996.32231283690433404.JavaMail.jira@thor> Date: Sun, 5 Sep 2010 08:40:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILESSB-18) Rename Tiles request 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/TILESSB-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILESSB-18: ------------------------------------ Component/s: request (was: tiles3) > Rename Tiles request classes > ---------------------------- > > Key: TILESSB-18 > URL: https://issues.apache.org/jira/browse/TILESSB-18 > Project: Tiles Sandbox > Issue Type: Bug > Components: request > 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] Sun Sep 05 12:41:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44397 invoked from network); 5 Sep 2010 12:41:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Sep 2010 12:41:13 -0000 Received: (qmail 30306 invoked by uid 500); 5 Sep 2010 12:41:13 -0000 Delivered-To: [email protected] Received: (qmail 30270 invoked by uid 500); 5 Sep 2010 12: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]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30235 invoked by uid 99); 5 Sep 2010 12:41:12 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Sep 2010 12:41: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; Sun, 05 Sep 2010 12:40:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o85CeXr4021159 for <[email protected]>; Sun, 5 Sep 2010 12:40:33 GMT Message-ID: <28201901.32271283690433800.JavaMail.jira@thor> Date: Sun, 5 Sep 2010 08:40:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILESSB-19) Remove useless request 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/TILESSB-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILESSB-19: ------------------------------------ Component/s: request (was: tiles3) > Remove useless request classes > ------------------------------ > > Key: TILESSB-19 > URL: https://issues.apache.org/jira/browse/TILESSB-19 > Project: Tiles Sandbox > Issue Type: Task > Components: request > 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] Sun Sep 05 12:41:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44417 invoked from network); 5 Sep 2010 12:41:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Sep 2010 12:41:13 -0000 Received: (qmail 30335 invoked by uid 500); 5 Sep 2010 12:41:13 -0000 Delivered-To: [email protected] Received: (qmail 30299 invoked by uid 500); 5 Sep 2010 12: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]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30243 invoked by uid 99); 5 Sep 2010 12:41:12 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Sep 2010 12:41: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; Sun, 05 Sep 2010 12:40:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o85CeY7W021165 for <[email protected]>; Sun, 5 Sep 2010 12:40:34 GMT Message-ID: <20332154.32291283690434017.JavaMail.jira@thor> Date: Sun, 5 Sep 2010 08:40:34 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILESSB-12) Create Tiles request project 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/TILESSB-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILESSB-12: ------------------------------------ Component/s: request (was: tiles3) > Create Tiles request project > ---------------------------- > > Key: TILESSB-12 > URL: https://issues.apache.org/jira/browse/TILESSB-12 > Project: Tiles Sandbox > Issue Type: Task > Components: request > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > > The classes related to TilesApplicationContext and TilesRequestContext should be moved to a new "Tiles request" project. > All the implementations should go to submodules of 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 Sep 05 12:42:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44625 invoked from network); 5 Sep 2010 12:42:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Sep 2010 12:42:55 -0000 Received: (qmail 30490 invoked by uid 500); 5 Sep 2010 12:42:55 -0000 Delivered-To: [email protected] Received: (qmail 30470 invoked by uid 500); 5 Sep 2010 12:42: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30461 invoked by uid 99); 5 Sep 2010 12:42:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Sep 2010 12:42: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; Sun, 05 Sep 2010 12:42:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o85CgWTA021178 for <[email protected]>; Sun, 5 Sep 2010 12:42:33 GMT Message-ID: <29597193.32311283690552790.JavaMail.jira@thor> Date: Sun, 5 Sep 2010 08:42:32 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILESSB-32) Add input stream and reader getters in request framework In-Reply-To: <7259119.38861272393151396.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/TILESSB-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILESSB-32: ------------------------------------ Component/s: request (was: tiles3) > Add input stream and reader getters in request framework > -------------------------------------------------------- > > Key: TILESSB-32 > URL: https://issues.apache.org/jira/browse/TILESSB-32 > Project: Tiles Sandbox > Issue Type: New Feature > Components: request > Reporter: Antonio Petrelli > Original Estimate: 0h > Remaining Estimate: 0h > > Currently the Request interface does not treat the getInputStream and getReader of typical client requests (HttpServletRequest and RenderRequest for example). > It should be provided. -- 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 Sep 05 13:13:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50925 invoked from network); 5 Sep 2010 13:13:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Sep 2010 13:13:13 -0000 Received: (qmail 40879 invoked by uid 500); 5 Sep 2010 13:13:13 -0000 Delivered-To: [email protected] Received: (qmail 40858 invoked by uid 500); 5 Sep 2010 13: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40847 invoked by uid 99); 5 Sep 2010 13:13:11 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Sep 2010 13:13: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; Sun, 05 Sep 2010 13:12:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o85DCWeZ021391 for <[email protected]>; Sun, 5 Sep 2010 13:12:32 GMT Message-ID: <28306271.32431283692352371.JavaMail.jira@thor> Date: Sun, 5 Sep 2010 09:12:32 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TILESSB-36) Refactor TilesFreemarkerServlet to load custom directives by parameter 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 Refactor TilesFreemarkerServlet to load custom directives by parameter ---------------------------------------------------------------------- Key: TILESSB-36 URL: https://issues.apache.org/jira/browse/TILESSB-36 Project: Tiles Sandbox Issue Type: New Feature Components: request, tiles3 Reporter: Antonio Petrelli Assignee: Antonio Petrelli Currently TilesFreemarkerServlet loads only one shared variable (Tiles one) containing custom directives. It should be possible to load then using init parameters. -- 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 Sep 07 18:06:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62149 invoked from network); 7 Sep 2010 18:06:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Sep 2010 18:06:53 -0000 Received: (qmail 83806 invoked by uid 500); 7 Sep 2010 18:06:53 -0000 Delivered-To: [email protected] Received: (qmail 83778 invoked by uid 500); 7 Sep 2010 18:06: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83770 invoked by uid 99); 7 Sep 2010 18:06:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 18:06: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; Tue, 07 Sep 2010 18:06:52 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o87I6W96020398 for <[email protected]>; Tue, 7 Sep 2010 18:06:32 GMT Message-ID: <20233343.59001283882792573.JavaMail.jira@thor> Date: Tue, 7 Sep 2010 14:06:32 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly ------------------------------------------------------------------------ Key: TILES-515 URL: https://issues.apache.org/jira/browse/TILES-515 Project: Tiles Issue Type: Bug Affects Versions: 2.2.2 Reporter: Bryan Keller The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 07 19:14:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85807 invoked from network); 7 Sep 2010 19:14:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Sep 2010 19:14:56 -0000 Received: (qmail 51372 invoked by uid 500); 7 Sep 2010 19:14:56 -0000 Delivered-To: [email protected] Received: (qmail 51344 invoked by uid 500); 7 Sep 2010 19: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51243 invoked by uid 99); 7 Sep 2010 19:14:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 19:14: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, 07 Sep 2010 19:14:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o87JEZE7021271 for <[email protected]>; Tue, 7 Sep 2010 19:14:35 GMT Message-ID: <2675711.60351283886875347.JavaMail.jira@thor> Date: Tue, 7 Sep 2010 15:14:35 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906940#action_12906940 ] Antonio Petrelli commented on TILES-515: ---------------------------------------- I cannot replicate the problem with "classpath:/" URL, FileNotFoundException is thrown with Tomcat 6.0. For the rest, I need more information. What container do you use? Do you use some particular configuration? Have you got a test case? If yes, please attach it. A test case as a Maven project is preferred. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 07 20:32:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5417 invoked from network); 7 Sep 2010 20:32:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Sep 2010 20:32:12 -0000 Received: (qmail 27415 invoked by uid 500); 7 Sep 2010 20:32:12 -0000 Delivered-To: [email protected] Received: (qmail 27399 invoked by uid 500); 7 Sep 2010 20:32: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27391 invoked by uid 99); 7 Sep 2010 20:32:12 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 20:32: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; Tue, 07 Sep 2010 20:31:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o87KVXj4022037 for <[email protected]>; Tue, 7 Sep 2010 20:31:33 GMT Message-ID: <21083176.61231283891493267.JavaMail.jira@thor> Date: Tue, 7 Sep 2010 16:31:33 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906958#action_12906958 ] Bryan Keller commented on TILES-515: ------------------------------------ I am guessing that, because Tomcat unarchives the war to the file system, it will try to read from the file system and not directly from the war file. Thus it works. I'll experiment w/ embedded Jetty, which allows loading directly from a war, and see if I can duplicate. For me, I'm using Tiles inside a war bundle in an OSGi container (Apache Felix), with an OSGi HttpService implementation (Pax-Web). The war is never unarchived. This setup might be a little more involved, so I'll look at an embedded Jetty example to reproduce. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 08 20:06:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41902 invoked from network); 8 Sep 2010 20:06:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Sep 2010 20:06:54 -0000 Received: (qmail 19750 invoked by uid 500); 8 Sep 2010 20:06:54 -0000 Delivered-To: [email protected] Received: (qmail 19731 invoked by uid 500); 8 Sep 2010 20:06: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19722 invoked by uid 99); 8 Sep 2010 20:06:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 20:06: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, 08 Sep 2010 20:06:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o88K6XdY008997 for <[email protected]>; Wed, 8 Sep 2010 20:06:33 GMT Message-ID: <22964608.83881283976393073.JavaMail.jira@thor> Date: Wed, 8 Sep 2010 16:06:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILESSB-36) Refactor TilesFreemarkerServlet to load custom directives by parameter In-Reply-To: <28306271.32431283692352371.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/TILESSB-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILESSB-36: ------------------------------------ Original Estimate: 0h Remaining Estimate: 0h > Refactor TilesFreemarkerServlet to load custom directives by parameter > ---------------------------------------------------------------------- > > Key: TILESSB-36 > URL: https://issues.apache.org/jira/browse/TILESSB-36 > Project: Tiles Sandbox > Issue Type: New Feature > Components: request, tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > Original Estimate: 0h > Remaining Estimate: 0h > > Currently TilesFreemarkerServlet loads only one shared variable (Tiles one) containing custom directives. It should be possible to load then using init parameters. -- 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 Sep 08 20:06:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41938 invoked from network); 8 Sep 2010 20:06:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Sep 2010 20:06:54 -0000 Received: (qmail 19995 invoked by uid 500); 8 Sep 2010 20:06:54 -0000 Delivered-To: [email protected] Received: (qmail 19771 invoked by uid 500); 8 Sep 2010 20:06: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19761 invoked by uid 99); 8 Sep 2010 20:06:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 20:06: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; Wed, 08 Sep 2010 20:06:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o88K6XDR009009 for <[email protected]>; Wed, 8 Sep 2010 20:06:33 GMT Message-ID: <139966.83921283976393789.JavaMail.jira@thor> Date: Wed, 8 Sep 2010 16:06:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (TILESSB-36) Refactor TilesFreemarkerServlet to load custom directives by parameter In-Reply-To: <28306271.32431283692352371.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/TILESSB-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli closed TILESSB-36. ----------------------------------- Resolution: Fixed > Refactor TilesFreemarkerServlet to load custom directives by parameter > ---------------------------------------------------------------------- > > Key: TILESSB-36 > URL: https://issues.apache.org/jira/browse/TILESSB-36 > Project: Tiles Sandbox > Issue Type: New Feature > Components: request, tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > Original Estimate: 0h > Remaining Estimate: 0h > > Currently TilesFreemarkerServlet loads only one shared variable (Tiles one) containing custom directives. It should be possible to load then using init parameters. -- 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 Sep 08 20:07:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42051 invoked from network); 8 Sep 2010 20:07:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Sep 2010 20:07:12 -0000 Received: (qmail 20401 invoked by uid 500); 8 Sep 2010 20:07:12 -0000 Delivered-To: [email protected] Received: (qmail 20383 invoked by uid 500); 8 Sep 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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20375 invoked by uid 99); 8 Sep 2010 20:07:12 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 20:07: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; Wed, 08 Sep 2010 20:06:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o88K6X5I009003 for <[email protected]>; Wed, 8 Sep 2010 20:06:33 GMT Message-ID: <13578430.83901283976393546.JavaMail.jira@thor> Date: Wed, 8 Sep 2010 16:06:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILESSB-36) Refactor TilesFreemarkerServlet to load custom directives by parameter In-Reply-To: <28306271.32431283692352371.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/TILESSB-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907394#action_12907394 ] Antonio Petrelli commented on TILESSB-36: ----------------------------------------- Refactored TilesFreemarkerServlet and moved to tiles-request-api. > Refactor TilesFreemarkerServlet to load custom directives by parameter > ---------------------------------------------------------------------- > > Key: TILESSB-36 > URL: https://issues.apache.org/jira/browse/TILESSB-36 > Project: Tiles Sandbox > Issue Type: New Feature > Components: request, tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > Original Estimate: 0h > Remaining Estimate: 0h > > Currently TilesFreemarkerServlet loads only one shared variable (Tiles one) containing custom directives. It should be possible to load then using init parameters. -- 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 Sep 09 05:12:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76306 invoked from network); 9 Sep 2010 05:12:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Sep 2010 05:12:15 -0000 Received: (qmail 37138 invoked by uid 500); 9 Sep 2010 05:12:15 -0000 Delivered-To: [email protected] Received: (qmail 37110 invoked by uid 500); 9 Sep 2010 05:12: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37087 invoked by uid 99); 9 Sep 2010 05:12:13 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 05:12: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; Thu, 09 Sep 2010 05:11:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o895BYQ6014982 for <[email protected]>; Thu, 9 Sep 2010 05:11:34 GMT Message-ID: <1932584.90901284009094034.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 01:11:34 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907520#action_12907520 ] Bryan Keller commented on TILES-515: ------------------------------------ I cannot reproduce this when running w/ Jetty and not unwar'ing the war file. I can only reproduce when running in an OSGi container with a war file acting as a bundle. I imaging this is not a supported configuration, but if others run into this issue, my solution was to subclass ResolvingLocaleUrlDefinitionDAO, override getDefinitions(), catch the IOException, and check for the exception message for "Resource not found". Then I use a definitions factory that creates the DAO. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 09 07:32:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23497 invoked from network); 9 Sep 2010 07:32:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Sep 2010 07:32:56 -0000 Received: (qmail 77989 invoked by uid 500); 9 Sep 2010 07:32:56 -0000 Delivered-To: [email protected] Received: (qmail 77967 invoked by uid 500); 9 Sep 2010 07: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77959 invoked by uid 99); 9 Sep 2010 07:32:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 07:32: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; Thu, 09 Sep 2010 07:32:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o897WYec016415 for <[email protected]>; Thu, 9 Sep 2010 07:32:34 GMT Message-ID: <18982472.92351284017554215.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 03:32:34 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907548#action_12907548 ] Antonio Petrelli commented on TILES-515: ---------------------------------------- Personally I would like to support OSGi containers, so I would like to fix it, since we already have fixed some issues that made the use of Tiles under OSGi impossible. Using the message of and exception is a bad practice and very dangerous, a more specific IOException can be a solution. However I would like to reproduce the problem. Please, provide a test case and instructions on how to deploy it in an OSGi container. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 09 20:12:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67386 invoked from network); 9 Sep 2010 20:12:10 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Sep 2010 20:12:10 -0000 Received: (qmail 32743 invoked by uid 500); 9 Sep 2010 20:12:10 -0000 Delivered-To: [email protected] Received: (qmail 32713 invoked by uid 500); 9 Sep 2010 20:12: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32705 invoked by uid 99); 9 Sep 2010 20:12:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 20:12: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; Thu, 09 Sep 2010 20:12:09 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o89KBnSD024616 for <[email protected]>; Thu, 9 Sep 2010 20:11:49 GMT Message-ID: <6504459.102071284063109307.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 16:11:49 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Keller updated TILES-515: ------------------------------- Attachment: tilestest.zip Test project to create a tiles test war file > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Attachments: tilestest.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 09 20:27:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69956 invoked from network); 9 Sep 2010 20:27:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Sep 2010 20:27:12 -0000 Received: (qmail 53831 invoked by uid 500); 9 Sep 2010 20:27:12 -0000 Delivered-To: [email protected] Received: (qmail 53810 invoked by uid 500); 9 Sep 2010 20:27: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53802 invoked by uid 99); 9 Sep 2010 20:27:12 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 20:27:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,T_FRT_PROFILE2 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, 09 Sep 2010 20:26:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o89KQWke024740 for <[email protected]>; Thu, 9 Sep 2010 20:26:33 GMT Message-ID: <18990696.102231284063992971.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 16:26:32 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907768#action_12907768 ] Bryan Keller commented on TILES-515: ------------------------------------ I added a simple Tiles test project to create a war file. This uses a gradle script BTW, so you'll need to download gradle 0.9rc1 to build it as it is. (The manifest needs to be tweaked for OSGi, and I'm not proficient in how to do it w/in a pom.xml). Once you have the war, you can install it in Tomcat to ensure it works. After that, download the Apache Felix (http://felix.apache.org/site/downloads.cgi). You'll need the framework distribution, the config admin bundle, and the file install bundle. Download Pax-Web (http://wiki.ops4j.org/display/paxweb/Download). You'll need the Jetty bundle, JSP support bundle , and the WAR extender bundle. Unzip the Felix distro. Copy the config admin, file intall, and all of the Pax Web bundles into the "bundles" directory. Create a directory named "load" at the root of the Felix directory (same level as bundle, bin, etc). Copy the war file into this "load" directory. Cd to the root Felix dir. Run Felix with "java -jar bin/felix.jar". Everything should start up. Navigate to "localhost:8080/tilestest/simple.jsp". This should show a page with the date and time, to verify JSPs are working. Now go to "localhost:8080/tilestest". You'll get a tiles exception. This is a slightly different exception than the one I described initially, however. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Attachments: tilestest.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 09 21:06:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91708 invoked from network); 9 Sep 2010 21:06:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Sep 2010 21:06:12 -0000 Received: (qmail 23312 invoked by uid 500); 9 Sep 2010 21:06:12 -0000 Delivered-To: [email protected] Received: (qmail 23294 invoked by uid 500); 9 Sep 2010 21: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]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23278 invoked by uid 99); 9 Sep 2010 21:06:12 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 21:06: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; Thu, 09 Sep 2010 21:05:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o89L5X07025284 for <[email protected]>; Thu, 9 Sep 2010 21:05:33 GMT Message-ID: <28034728.103081284066333276.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 17:05:33 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Keller updated TILES-515: ------------------------------- Attachment: (was: tilestest.zip) > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Attachments: tilestest.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 09 21:06:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91718 invoked from network); 9 Sep 2010 21:06:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Sep 2010 21:06:12 -0000 Received: (qmail 23346 invoked by uid 500); 9 Sep 2010 21:06:12 -0000 Delivered-To: [email protected] Received: (qmail 23310 invoked by uid 500); 9 Sep 2010 21: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]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23286 invoked by uid 99); 9 Sep 2010 21:06:12 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 21:06: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; Thu, 09 Sep 2010 21:05:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o89L5Xct025290 for <[email protected]>; Thu, 9 Sep 2010 21:05:33 GMT Message-ID: <2537004.103101284066333611.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 17:05:33 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Keller updated TILES-515: ------------------------------- Attachment: tilestest.zip Tiles test project > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Attachments: tilestest.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 09 21:07:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91977 invoked from network); 9 Sep 2010 21:07:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Sep 2010 21:07:56 -0000 Received: (qmail 24612 invoked by uid 500); 9 Sep 2010 21:07:56 -0000 Delivered-To: [email protected] Received: (qmail 24591 invoked by uid 500); 9 Sep 2010 21: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24562 invoked by uid 99); 9 Sep 2010 21:07:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 21:07: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; Thu, 09 Sep 2010 21:07:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o89L7ZDx025324 for <[email protected]>; Thu, 9 Sep 2010 21:07:35 GMT Message-ID: <1056675.103191284066455786.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 17:07:35 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Keller updated TILES-515: ------------------------------- Comment: was deleted (was: Tiles test project) > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Attachments: tilestest.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 09 21:08:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92197 invoked from network); 9 Sep 2010 21:08:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Sep 2010 21:08:14 -0000 Received: (qmail 25952 invoked by uid 500); 9 Sep 2010 21:08:14 -0000 Delivered-To: [email protected] Received: (qmail 25932 invoked by uid 500); 9 Sep 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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25924 invoked by uid 99); 9 Sep 2010 21:08:14 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 21:08: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; Thu, 09 Sep 2010 21:07:57 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o89L7Zln025318 for <[email protected]>; Thu, 9 Sep 2010 21:07:35 GMT Message-ID: <30074419.103171284066455377.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 17:07:35 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Keller updated TILES-515: ------------------------------- Comment: was deleted (was: Test project to create a tiles test war file) > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Attachments: tilestest.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 10 05:00:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18234 invoked from network); 10 Sep 2010 05:00:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Sep 2010 05:00:14 -0000 Received: (qmail 94076 invoked by uid 500); 10 Sep 2010 05:00:14 -0000 Delivered-To: [email protected] Received: (qmail 94054 invoked by uid 500); 10 Sep 2010 05: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94041 invoked by uid 99); 10 Sep 2010 05:00:12 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 05:00: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, 10 Sep 2010 04:59:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8A4xXgp001135 for <[email protected]>; Fri, 10 Sep 2010 04:59:33 GMT Message-ID: <28803809.111931284094773136.JavaMail.jira@thor> Date: Fri, 10 Sep 2010 00:59:33 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Keller updated TILES-515: ------------------------------- Attachment: tilestest2.zip Second test project, this one demonstrates the original problem reported > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Attachments: tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 10 05:08:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23337 invoked from network); 10 Sep 2010 05:08:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Sep 2010 05:08:15 -0000 Received: (qmail 859 invoked by uid 500); 10 Sep 2010 05:08:15 -0000 Delivered-To: [email protected] Received: (qmail 813 invoked by uid 500); 10 Sep 2010 05: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 765 invoked by uid 99); 10 Sep 2010 05:08:13 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 05: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; Fri, 10 Sep 2010 05:07:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8A57YD2001366 for <[email protected]>; Fri, 10 Sep 2010 05:07:34 GMT Message-ID: <21805508.112291284095254046.JavaMail.jira@thor> Date: Fri, 10 Sep 2010 01:07:34 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907885#action_12907885 ] Bryan Keller commented on TILES-515: ------------------------------------ I attached a second test project that demonstrates the original problem. It has the same code but is packaged a bit differently. The war only contains the tiles-jsp jar, as the taglib is not accessible otherwise via the classloader. In this example, you will need to copy the following jars into the Felix "bundle" dir (in addition to Pax-Web and the others): jcl-over-slf4j, slf4j-api, slf4j-simple, tiles-api, tiles-core, tiles-servlet, and tiles-template. (You can build the first test project, extract the war, and copy everything in WEB-INF/lib except for tiles-jsp.) Once you start Felix and navigate to localhost:8080/tilestest, you will get an error to the effect of "tiles_en.xml not found". This error is the one that is supposed to be ignored, as this process is checking for all of the locale-specific view definitions, but it instead is thrown and causes initialization to fail. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Attachments: tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 10 05:11:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23757 invoked from network); 10 Sep 2010 05:11:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Sep 2010 05:11:55 -0000 Received: (qmail 2098 invoked by uid 500); 10 Sep 2010 05:11:55 -0000 Delivered-To: [email protected] Received: (qmail 2073 invoked by uid 500); 10 Sep 2010 05: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]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2065 invoked by uid 99); 10 Sep 2010 05:11:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 05:11: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; Fri, 10 Sep 2010 05:11:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8A5BXak001404 for <[email protected]>; Fri, 10 Sep 2010 05:11:34 GMT Message-ID: <21238347.112331284095493480.JavaMail.jira@thor> Date: Fri, 10 Sep 2010 01:11:33 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907887#action_12907887 ] Bryan Keller commented on TILES-515: ------------------------------------ I left one library out - you also need to download and copy "commons-collections" into the "bundles" dir (this isn't in the 1st test project's war file). > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Attachments: tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 10 19:13:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86990 invoked from network); 10 Sep 2010 19:13:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Sep 2010 19:13:12 -0000 Received: (qmail 90470 invoked by uid 500); 10 Sep 2010 19:13:12 -0000 Delivered-To: [email protected] Received: (qmail 90442 invoked by uid 500); 10 Sep 2010 19: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90434 invoked by uid 99); 10 Sep 2010 19:13:12 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 19: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 thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 19:12:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8AJCXS2011365 for <[email protected]>; Fri, 10 Sep 2010 19:12:33 GMT Message-ID: <7357396.124761284145953324.JavaMail.jira@thor> Date: Fri, 10 Sep 2010 15:12:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli reassigned TILES-515: -------------------------------------- Assignee: Antonio Petrelli Thanks for the instructions, I will let you know. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Assignee: Antonio Petrelli > Attachments: tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 11 12:18:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53983 invoked from network); 11 Sep 2010 12:18:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 Sep 2010 12:18:57 -0000 Received: (qmail 14592 invoked by uid 500); 11 Sep 2010 12:18:56 -0000 Delivered-To: [email protected] Received: (qmail 14575 invoked by uid 500); 11 Sep 2010 12: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14567 invoked by uid 99); 11 Sep 2010 12:18:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Sep 2010 12:18: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; Sat, 11 Sep 2010 12:18:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8BCIX7i026033 for <[email protected]>; Sat, 11 Sep 2010 12:18:33 GMT Message-ID: <14978274.132451284207513405.JavaMail.jira@thor> Date: Sat, 11 Sep 2010 08:18:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908309#action_12908309 ] Antonio Petrelli commented on TILES-515: ---------------------------------------- I followed your instructions and installed the second package, but I have now a strange exception (see below). However if I launch: inspect package capability org.apache.felix.framework I see: <snip> org.xml.sax; version=161.129.204.104_006_JavaSE imported by: org.ops4j.pax.web.pax-web-jsp [9] org.ops4j.pax.web.pax-web-jetty-bundle [8] org.ops4j.pax.web.pax-web-extender-war [7] org.apache.tiles.core [16] org.apache.commons.digester [20] </snip> So, in fact, I cannot test the bug you reported yet. Do you know what can I do? I googled but found nothing. ----------------- The stack trace of the exception 3362 [Thread-1] ERROR org.ops4j.pax.web.extender.war.internal.RegisterWebAppVisitorWC - Registration exception. Skipping. java.lang.NoClassDefFoundError: org/xml/sax/SAXException at org.apache.tiles.factory.BasicTilesContainerFactory.createDefinitionsReader(BasicTilesContainerFactory.java:333) at org.apache.tiles.factory.BasicTilesContainerFactory.createLocaleDefinitionDao(BasicTilesContainerFactory.java:297) at org.apache.tiles.factory.BasicTilesContainerFactory.createDefinitionsFactory(BasicTilesContainerFactory.java:242) at org.apache.tiles.factory.BasicTilesContainerFactory.createContainer(BasicTilesContainerFactory.java:104) at org.apache.tiles.startup.AbstractTilesInitializer.createContainer(AbstractTilesInitializer.java:124) at org.apache.tiles.startup.AbstractTilesInitializer.initialize(AbstractTilesInitializer.java:70) at org.apache.tiles.web.startup.AbstractTilesListener.contextInitialized(AbstractTilesListener.java:62) at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext$1.call(HttpServiceContext.java:163) at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext$1.call(HttpServiceContext.java:159) at org.ops4j.pax.swissbox.core.ContextClassLoaderUtils.doWithClassLoader(ContextClassLoaderUtils.java:60) at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.addEventListener(HttpServiceContext.java:156) at org.ops4j.pax.web.service.jetty.internal.JettyServerImpl.addEventListener(JettyServerImpl.java:242) at org.ops4j.pax.web.service.jetty.internal.ServerControllerImpl$Started.addEventListener(ServerControllerImpl.java:258) at org.ops4j.pax.web.service.jetty.internal.ServerControllerImpl.addEventListener(ServerControllerImpl.java:119) at org.ops4j.pax.web.service.internal.HttpServiceStarted.registerEventListener(HttpServiceStarted.java:339) at org.ops4j.pax.web.service.internal.HttpServiceProxy.registerEventListener(HttpServiceProxy.java:131) at org.ops4j.pax.web.extender.war.internal.RegisterWebAppVisitorWC.visit(RegisterWebAppVisitorWC.java:264) at org.ops4j.pax.web.extender.war.internal.model.WebApp.accept(WebApp.java:513) at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$HttpServiceListener.register(WebAppPublisher.java:170) at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$HttpServiceListener.serviceChanged(WebAppPublisher.java:155) at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$HttpServiceListener.serviceChanged(WebAppPublisher.java:119) at org.ops4j.pax.swissbox.tracker.ReplaceableService.setService(ReplaceableService.java:114) at org.ops4j.pax.swissbox.tracker.ReplaceableService.access$100(ReplaceableService.java:28) at org.ops4j.pax.swissbox.tracker.ReplaceableService$CollectionListener.serviceAdded(ReplaceableService.java:183) at org.ops4j.pax.swissbox.tracker.ServiceCollection$Tracker.addingService(ServiceCollection.java:181) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:864) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:732) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3726) at org.apache.felix.framework.Felix.access$000(Felix.java:80) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:717) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2847) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:251) at org.ops4j.pax.web.service.internal.Activator.createHttpServiceFactory(Activator.java:98) at org.ops4j.pax.web.service.internal.Activator.access$200(Activator.java:47) at org.ops4j.pax.web.service.internal.Activator$1.run(Activator.java:76) at java.lang.Thread.run(Thread.java:636) Caused by: java.lang.ClassNotFoundException: org.xml.sax.SAXException at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:772) at org.apache.felix.framework.ModuleImpl.access$200(ModuleImpl.java:73) at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1690) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) ... 42 more > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Assignee: Antonio Petrelli > Attachments: tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 11 15:57:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6050 invoked from network); 11 Sep 2010 15:57:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 Sep 2010 15:57:54 -0000 Received: (qmail 25019 invoked by uid 500); 11 Sep 2010 15:57:54 -0000 Delivered-To: [email protected] Received: (qmail 25001 invoked by uid 500); 11 Sep 2010 15: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24993 invoked by uid 99); 11 Sep 2010 15:57:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Sep 2010 15:57: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; Sat, 11 Sep 2010 15:57:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8BFvX3c027533 for <[email protected]>; Sat, 11 Sep 2010 15:57:33 GMT Message-ID: <23625750.133631284220653522.JavaMail.jira@thor> Date: Sat, 11 Sep 2010 11:57:33 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Keller updated TILES-515: ------------------------------- Attachment: tilestest.war Prebuilt war > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Assignee: Antonio Petrelli > Attachments: tilestest.war, tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 11 15:59:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6378 invoked from network); 11 Sep 2010 15:59:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 Sep 2010 15:59:55 -0000 Received: (qmail 25259 invoked by uid 500); 11 Sep 2010 15:59:55 -0000 Delivered-To: [email protected] Received: (qmail 25239 invoked by uid 500); 11 Sep 2010 15:59: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25230 invoked by uid 99); 11 Sep 2010 15:59:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Sep 2010 15:59: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; Sat, 11 Sep 2010 15:59:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8BFxY4O027549 for <[email protected]>; Sat, 11 Sep 2010 15:59:34 GMT Message-ID: <2981303.133661284220774404.JavaMail.jira@thor> Date: Sat, 11 Sep 2010 11:59:34 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908332#action_12908332 ] Bryan Keller commented on TILES-515: ------------------------------------ I have attached a prebuilt war. Can you try with this? Also, what version of Java are you using? org.xml.sax.SAXException should be part of the Java runtime which is strange. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Assignee: Antonio Petrelli > Attachments: tilestest.war, tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 11 19:05:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59103 invoked from network); 11 Sep 2010 19:05:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 Sep 2010 19:05:54 -0000 Received: (qmail 38596 invoked by uid 500); 11 Sep 2010 19:05:54 -0000 Delivered-To: [email protected] Received: (qmail 38570 invoked by uid 500); 11 Sep 2010 19: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38562 invoked by uid 99); 11 Sep 2010 19:05:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Sep 2010 19: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 thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Sep 2010 19:05:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8BJ5X7n029388 for <[email protected]>; Sat, 11 Sep 2010 19:05:33 GMT Message-ID: <16149363.135141284231933228.JavaMail.jira@thor> Date: Sat, 11 Sep 2010 15:05:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908352#action_12908352 ] Antonio Petrelli commented on TILES-515: ---------------------------------------- Thanks, but it was an error of stupidity, I simply forgot to put the war without the libraries I put under "bundle". I replicated the exception and now I am deciding what is best... What I am thinking is ignoring any IOException. In fact "openConnection" only declares to throw "IOException". IOW Tiles uses an undocumented feature. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Assignee: Antonio Petrelli > Attachments: tilestest.war, tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 12 11:53:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67112 invoked from network); 12 Sep 2010 11:53:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Sep 2010 11:53:14 -0000 Received: (qmail 81313 invoked by uid 500); 12 Sep 2010 11:53:14 -0000 Delivered-To: [email protected] Received: (qmail 81294 invoked by uid 500); 12 Sep 2010 11: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81286 invoked by uid 99); 12 Sep 2010 11:53:12 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 11:53: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; Sun, 12 Sep 2010 11:52:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8CBqXQt013704 for <[email protected]>; Sun, 12 Sep 2010 11:52:33 GMT Message-ID: <23972720.139481284292353390.JavaMail.jira@thor> Date: Sun, 12 Sep 2010 07:52:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908447#action_12908447 ] Antonio Petrelli commented on TILES-515: ---------------------------------------- I found what was the point. If a file does not exists, under a non-OSGi environment a FileNotFoundException is thrown when getting the input stream. Under OSGi, instead, an IOException is thrown when calling "url.openConnection". Separating these two pieces and ignoring an IOException thrown in "openConnection", makes your test case work. I committed the fix in trunk. Bryan, can you test it if it works? > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Assignee: Antonio Petrelli > Attachments: tilestest.war, tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 12 17:06:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38759 invoked from network); 12 Sep 2010 17:06:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Sep 2010 17:06:54 -0000 Received: (qmail 45710 invoked by uid 500); 12 Sep 2010 17:06:54 -0000 Delivered-To: [email protected] Received: (qmail 45689 invoked by uid 500); 12 Sep 2010 17:06: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45681 invoked by uid 99); 12 Sep 2010 17:06:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 17:06: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; Sun, 12 Sep 2010 17:06:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8CH6XY4016530 for <[email protected]>; Sun, 12 Sep 2010 17:06:33 GMT Message-ID: <14590660.141771284311193430.JavaMail.jira@thor> Date: Sun, 12 Sep 2010 13:06:33 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908493#action_12908493 ] Bryan Keller commented on TILES-515: ------------------------------------ I reviewed the code change and it looks good. The Spring Framework does something similar with resource loading - it treats an IOException on opening a resource as the resource not existing. I'll test out your change today. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Assignee: Antonio Petrelli > Attachments: tilestest.war, tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 12 18:23:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60857 invoked from network); 12 Sep 2010 18:23:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Sep 2010 18:23:57 -0000 Received: (qmail 83359 invoked by uid 500); 12 Sep 2010 18:23:57 -0000 Delivered-To: [email protected] Received: (qmail 83338 invoked by uid 500); 12 Sep 2010 18: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83330 invoked by uid 99); 12 Sep 2010 18:23:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 18:23: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; Sun, 12 Sep 2010 18:23:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8CINXS5017116 for <[email protected]>; Sun, 12 Sep 2010 18:23:33 GMT Message-ID: <17310589.142371284315813237.JavaMail.jira@thor> Date: Sun, 12 Sep 2010 14:23:33 -0400 (EDT) From: "Bryan Keller (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908517#action_12908517 ] Bryan Keller commented on TILES-515: ------------------------------------ I tested this with both the test project and my larger project. The reported problem is fixed with the latest code. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Assignee: Antonio Petrelli > Attachments: tilestest.war, tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 12 19:05:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75086 invoked from network); 12 Sep 2010 19:05:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Sep 2010 19:05:55 -0000 Received: (qmail 18426 invoked by uid 500); 12 Sep 2010 19:05:55 -0000 Delivered-To: [email protected] Received: (qmail 18293 invoked by uid 500); 12 Sep 2010 19: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17938 invoked by uid 99); 12 Sep 2010 19:05:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 19:05: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; Sun, 12 Sep 2010 19:05:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8CJ5Y0S017500 for <[email protected]>; Sun, 12 Sep 2010 19:05:34 GMT Message-ID: <28314823.142801284318333996.JavaMail.jira@thor> Date: Sun, 12 Sep 2010 15:05:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILES-515: ----------------------------------- Fix Version/s: 2.2.3 Component/s: tiles-core > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Components: tiles-core > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Assignee: Antonio Petrelli > Fix For: 2.2.3 > > Attachments: tilestest.war, tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 12 19:07:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75401 invoked from network); 12 Sep 2010 19:07:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Sep 2010 19:07:54 -0000 Received: (qmail 19443 invoked by uid 500); 12 Sep 2010 19:07:54 -0000 Delivered-To: [email protected] Received: (qmail 19421 invoked by uid 500); 12 Sep 2010 19:07: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19413 invoked by uid 99); 12 Sep 2010 19:07:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 19:07: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; Sun, 12 Sep 2010 19:07:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8CJ7XuJ017515 for <[email protected]>; Sun, 12 Sep 2010 19:07:33 GMT Message-ID: <27229317.142831284318453554.JavaMail.jira@thor> Date: Sun, 12 Sep 2010 15:07:33 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (TILES-515) ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly In-Reply-To: <20233343.59001283882792573.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/TILES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli closed TILES-515. ---------------------------------- Resolution: Fixed Closed as the reporter says it is fixed. > ResolvingLocaleUrlDefinitionDAO doesn't handle loading from war properly > ------------------------------------------------------------------------ > > Key: TILES-515 > URL: https://issues.apache.org/jira/browse/TILES-515 > Project: Tiles > Issue Type: Bug > Components: tiles-core > Affects Versions: 2.2.2 > Reporter: Bryan Keller > Assignee: Antonio Petrelli > Fix For: 2.2.3 > > Attachments: tilestest.war, tilestest.zip, tilestest2.zip > > > The BaseLocaleUrlDefinitionDAO does not handle loading view definitions directly from a war bundle properly. In the loadDefinitionsFromURL() call, it catches a FileNotFoundException if a definition is not found, logs a debug message and continues. This is the proper way to handle situations where a view definition has not been defined for a particular locale. However, when loading from a resource URL (e.g. "classpath:/..." or "bundle:/"), if the view definition is not found, a "FileNotFoundException is not thrown, rather an IOException is. A plain IOException is not consumed, but rather thrown, and prevents Tiles from initializing. > The code is in BaseLocaleUrlDefinitionDAO, line 277. The IOException handling should check if it is a resource not found error and ignore the exception if so. -- 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 Sep 28 20:17:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24392 invoked from network); 28 Sep 2010 20:17:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Sep 2010 20:17:55 -0000 Received: (qmail 24378 invoked by uid 500); 28 Sep 2010 19:17:53 -0000 Delivered-To: [email protected] Received: (qmail 24360 invoked by uid 500); 28 Sep 2010 19:17: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24352 invoked by uid 99); 28 Sep 2010 19:17:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Sep 2010 19:17: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; Tue, 28 Sep 2010 19:17:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8SJHWCR002463 for <[email protected]>; Tue, 28 Sep 2010 19:17:32 GMT Message-ID: <4597789.449121285701452372.JavaMail.jira@thor> Date: Tue, 28 Sep 2010 15:17:32 -0400 (EDT) From: "Clayton Rabenda (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TILES-516) JSP exceptions are hidden by Tiles making debugging difficult MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 JSP exceptions are hidden by Tiles making debugging difficult ------------------------------------------------------------- Key: TILES-516 URL: https://issues.apache.org/jira/browse/TILES-516 Project: Tiles Issue Type: Bug Reporter: Clayton Rabenda When using tiles:insertDefinition, any exceptions thrown by the jsp renderer are being hidden from the logs by TilesContainer. Based upon apache's logging best practices(http://commons.apache.org/logging/guide.html), I believe it would be best if exceptions caught in TilesContainer's render methods were logged before being rethrown. "External Boundaries - Expected Exceptions. This classification includes exceptions such as FileNotFoundException that cross API/SPI boundaries, and are exposed to the user of a component/toolkit. These are listed in the 'throws' clause of a method signature. Appropriate handling of these exceptions depends upon the type of code you are developing. API's for utility functions and tools should log these at the debug level, if they are caught at all by internal code. For higher level frameworks and middleware components, these exceptions should be caught immediatly prior to crossing the API/SPI interface back to user code-space, logged with full stack trace at info level, and rethrown. The assures that the log contains a record of the root cause for future analysis in the event that the exception is not caught and resolved as expected by the user's 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] Wed Sep 29 07:50:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33500 invoked from network); 29 Sep 2010 07:50:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Sep 2010 07:50:55 -0000 Received: (qmail 5909 invoked by uid 500); 29 Sep 2010 07:50:55 -0000 Delivered-To: [email protected] Received: (qmail 5886 invoked by uid 500); 29 Sep 2010 07:50: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5871 invoked by uid 99); 29 Sep 2010 07:50:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 07:50: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, 29 Sep 2010 07:50:53 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8T7oW47013931 for <[email protected]>; Wed, 29 Sep 2010 07:50:33 GMT Message-ID: <27267475.458881285746632918.JavaMail.jira@thor> Date: Wed, 29 Sep 2010 03:50:32 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-516) JSP exceptions are hidden by Tiles making debugging difficult In-Reply-To: <4597789.449121285701452372.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/TILES-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916063#action_12916063 ] Antonio Petrelli commented on TILES-516: ---------------------------------------- Version? > JSP exceptions are hidden by Tiles making debugging difficult > ------------------------------------------------------------- > > Key: TILES-516 > URL: https://issues.apache.org/jira/browse/TILES-516 > Project: Tiles > Issue Type: Bug > Reporter: Clayton Rabenda > > When using tiles:insertDefinition, any exceptions thrown by the jsp renderer are being hidden from the logs by TilesContainer. > Based upon apache's logging best practices(http://commons.apache.org/logging/guide.html), I believe it would be best if exceptions caught in TilesContainer's render methods were logged before being rethrown. > "External Boundaries - Expected Exceptions. This classification includes exceptions such as FileNotFoundException that cross API/SPI boundaries, and are exposed to the user of a component/toolkit. These are listed in the 'throws' clause of a method signature. > Appropriate handling of these exceptions depends upon the type of code you are developing. API's for utility functions and tools should log these at the debug level, if they are caught at all by internal code. > For higher level frameworks and middleware components, these exceptions should be caught immediatly prior to crossing the API/SPI interface back to user code-space, logged with full stack trace at info level, and rethrown. The assures that the log contains a record of the root cause for future analysis in the event that the exception is not caught and resolved as expected by the user's 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] Wed Sep 29 14:31:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90115 invoked from network); 29 Sep 2010 14:31:59 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Sep 2010 14:31:59 -0000 Received: (qmail 25672 invoked by uid 500); 29 Sep 2010 14:31:59 -0000 Delivered-To: [email protected] Received: (qmail 25653 invoked by uid 500); 29 Sep 2010 14: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25645 invoked by uid 99); 29 Sep 2010 14:31:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 14:31: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; Wed, 29 Sep 2010 14:31:55 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8TEVXWx019804 for <[email protected]>; Wed, 29 Sep 2010 14:31:33 GMT Message-ID: <1603858.462941285770693249.JavaMail.jira@thor> Date: Wed, 29 Sep 2010 10:31:33 -0400 (EDT) From: "Clayton Rabenda (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-516) JSP exceptions are hidden by Tiles making debugging difficult In-Reply-To: <4597789.449121285701452372.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/TILES-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916160#action_12916160 ] Clayton Rabenda commented on TILES-516: --------------------------------------- 2.2.0 > JSP exceptions are hidden by Tiles making debugging difficult > ------------------------------------------------------------- > > Key: TILES-516 > URL: https://issues.apache.org/jira/browse/TILES-516 > Project: Tiles > Issue Type: Bug > Reporter: Clayton Rabenda > > When using tiles:insertDefinition, any exceptions thrown by the jsp renderer are being hidden from the logs by TilesContainer. > Based upon apache's logging best practices(http://commons.apache.org/logging/guide.html), I believe it would be best if exceptions caught in TilesContainer's render methods were logged before being rethrown. > "External Boundaries - Expected Exceptions. This classification includes exceptions such as FileNotFoundException that cross API/SPI boundaries, and are exposed to the user of a component/toolkit. These are listed in the 'throws' clause of a method signature. > Appropriate handling of these exceptions depends upon the type of code you are developing. API's for utility functions and tools should log these at the debug level, if they are caught at all by internal code. > For higher level frameworks and middleware components, these exceptions should be caught immediatly prior to crossing the API/SPI interface back to user code-space, logged with full stack trace at info level, and rethrown. The assures that the log contains a record of the root cause for future analysis in the event that the exception is not caught and resolved as expected by the user's 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] Wed Sep 29 14:45:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94372 invoked from network); 29 Sep 2010 14:45:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Sep 2010 14:45:58 -0000 Received: (qmail 46556 invoked by uid 500); 29 Sep 2010 14:45:58 -0000 Delivered-To: [email protected] Received: (qmail 46536 invoked by uid 500); 29 Sep 2010 14:45: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: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46528 invoked by uid 99); 29 Sep 2010 14:45:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 14:45: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; Wed, 29 Sep 2010 14:45:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8TEjWus019991 for <[email protected]>; Wed, 29 Sep 2010 14:45:33 GMT Message-ID: <29790388.463101285771532830.JavaMail.jira@thor> Date: Wed, 29 Sep 2010 10:45:32 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TILES-516) JSP exceptions are hidden by Tiles making debugging difficult In-Reply-To: <4597789.449121285701452372.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/TILES-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916163#action_12916163 ] Antonio Petrelli commented on TILES-516: ---------------------------------------- Did you try 2.2.2? > JSP exceptions are hidden by Tiles making debugging difficult > ------------------------------------------------------------- > > Key: TILES-516 > URL: https://issues.apache.org/jira/browse/TILES-516 > Project: Tiles > Issue Type: Bug > Reporter: Clayton Rabenda > > When using tiles:insertDefinition, any exceptions thrown by the jsp renderer are being hidden from the logs by TilesContainer. > Based upon apache's logging best practices(http://commons.apache.org/logging/guide.html), I believe it would be best if exceptions caught in TilesContainer's render methods were logged before being rethrown. > "External Boundaries - Expected Exceptions. This classification includes exceptions such as FileNotFoundException that cross API/SPI boundaries, and are exposed to the user of a component/toolkit. These are listed in the 'throws' clause of a method signature. > Appropriate handling of these exceptions depends upon the type of code you are developing. API's for utility functions and tools should log these at the debug level, if they are caught at all by internal code. > For higher level frameworks and middleware components, these exceptions should be caught immediatly prior to crossing the API/SPI interface back to user code-space, logged with full stack trace at info level, and rethrown. The assures that the log contains a record of the root cause for future analysis in the event that the exception is not caught and resolved as expected by the user's 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] Sat Apr 01 17:09:59 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56366 invoked from network); 1 Apr 2006 17:09:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Apr 2006 17:09:59 -0000 Received: (qmail 21622 invoked by uid 500); 1 Apr 2006 17:09:59 -0000 Delivered-To: [email protected] Received: (qmail 21441 invoked by uid 500); 1 Apr 2006 17:09: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 21430 invoked by uid 99); 1 Apr 2006 17:09:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Apr 2006 09:09:58 -0800 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 theoryx5.uwinnipeg.ca) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Apr 2006 09:09:57 -0800 Received: from theoryx5.uwinnipeg.ca (localhost.localdomain [161.129.204.104]) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8) with ESMTP id k31H5Kvo025094 for <[email protected]>; Sat, 1 Apr 2006 11:05:25 -0600 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8/Submit) with ESMTP id k31H5Fsl025084 for <[email protected]>; Sat, 1 Apr 2006 11:05:20 -0600 Date: Sat, 1 Apr 2006 11:05:15 -0600 (CST) From: Randy Kobes <[email protected]> To: [email protected] Subject: perl/*threads* tests on Win32 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I had mentioned in a couple of earlier messages that the perl/*threads* tests on Win32 in the current mp2 svn sources were failing. I just tried this with the recently-released ActivePerl 817, based on 5.8.8; this contains some thread-related fixes which appear to have fixed the problems I was seeing earlier. -- best regards, Randy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Apr 01 22:22:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55981 invoked from network); 1 Apr 2006 22:22:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Apr 2006 22:22:26 -0000 Received: (qmail 212 invoked by uid 500); 1 Apr 2006 22:22:25 -0000 Delivered-To: [email protected] Received: (qmail 200 invoked by uid 500); 1 Apr 2006 22:22: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 189 invoked by uid 99); 1 Apr 2006 22:22:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Apr 2006 14:22:25 -0800 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 theoryx5.uwinnipeg.ca) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Apr 2006 14:22:24 -0800 Received: from theoryx5.uwinnipeg.ca (localhost.localdomain [161.129.204.104]) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8) with ESMTP id k31MIJvo032287 for <[email protected]>; Sat, 1 Apr 2006 16:18:19 -0600 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8/Submit) with ESMTP id k31MIJAp032283 for <[email protected]>; Sat, 1 Apr 2006 16:18:19 -0600 Date: Sat, 1 Apr 2006 16:18:18 -0600 (CST) From: Randy Kobes <[email protected]> To: [email protected] Subject: filter/in_str_declined_read test 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm wondering if anyone has seen any problems with the filter/in_str_declined_read test? On Win32, when run as part of the full test suite, I get a failure: t\filter\in_str_declined_read......request has failed (the response code was: 500) which is the only failure encountered. Nothing of interest appears in the error log, and no additional information arises if the tests are run in verbose mode. However, if I run the test individually, or use SMOKE on a group of tests which includes this test, about 50% of the time the test succeeds. -- best regards, Randy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Apr 01 22:51:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64532 invoked from network); 1 Apr 2006 22:51:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Apr 2006 22:51:32 -0000 Received: (qmail 23222 invoked by uid 500); 1 Apr 2006 22:51:31 -0000 Delivered-To: [email protected] Received: (qmail 23213 invoked by uid 500); 1 Apr 2006 22:51: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 23202 invoked by uid 99); 1 Apr 2006 22:51:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Apr 2006 14:51:31 -0800 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 theoryx5.uwinnipeg.ca) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Apr 2006 14:51:30 -0800 Received: from theoryx5.uwinnipeg.ca (localhost.localdomain [161.129.204.104]) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8) with ESMTP id k31MlOvo000429 for <[email protected]>; Sat, 1 Apr 2006 16:47:24 -0600 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8/Submit) with ESMTP id k31MlN3e000425 for <[email protected]>; Sat, 1 Apr 2006 16:47:24 -0600 Date: Sat, 1 Apr 2006 16:47:23 -0600 (CST) From: Randy Kobes <[email protected]> To: [email protected] Subject: Win32 build warnings 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N With the current svn sources, the 'perl Makefile.PL' stage on Win32 produces warnings: Note (probably harmless): No library found for /nologo Note (probably harmless): No library found for /subsystem:windows Note (probably harmless): No library found for /dll Note (probably harmless): No library found for /machine:I386 Note (probably harmless): No library found for /nologo Note (probably harmless): No library found for /subsystem:windows Note (probably harmless): No library found for /dll Note (probably harmless): No library found for /machine:I386 This I believe is due to revision 387662 in lib/Apache2/Build.pm, which involved adding --ldflags to a link command - Windows is interpreting these flags as libraries to add. This patch: ======================================================= Index: Build.pm =================================================================== --- Build.pm (revision 390692) +++ Build.pm (working copy) @@ -1117,7 +1117,9 @@ # first use apu_config_path and then apr_config_path in order to # resolve the symbols right during linking for ($self->apu_config_path, $self->apr_config_path) { - if (my $link = $_ && -x $_ && qx{$_ --link-ld --ldflags --libs}) { + my $flags = '--link-ld --libs'; + $flags .= ' --ldflags' unless (WIN32); + if (my $link = $_ && -x $_ && qx{$_ $flags}) { chomp $link; # Change '/path/to/libanything.la' to '-L/path/to -lanything' =================================================================== fixes this for me. -- best regards, Randy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Apr 07 11:44:42 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45892 invoked from network); 7 Apr 2006 11:43:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Apr 2006 11:43:48 -0000 Received: (qmail 56604 invoked by uid 500); 7 Apr 2006 11:43:32 -0000 Delivered-To: [email protected] Received: (qmail 56593 invoked by uid 500); 7 Apr 2006 11:43: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 56582 invoked by uid 99); 7 Apr 2006 11:43:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 04:43:31 -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 secure.exclamationlabs.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 04:43:30 -0700 Received: from [161.129.204.104] (c-69-141-1-101.hsd1.pa.comcast.net [161.129.204.104]) (authenticated (0 bits)) by secure.exclamationlabs.net (8.11.6/8.11.6) with ESMTP id k37BhK901178 for <[email protected]>; Fri, 7 Apr 2006 06:43:20 -0500 Message-ID: <[email protected]> Date: Fri, 07 Apr 2006 07:43:07 -0400 From: Geoffrey Young <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040927 X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: [Fwd: [rt.cpan.org #18584] Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDProf not taint safe] X-Enigmail-Version: 161.129.204.104 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------000904080008060507050402" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------000904080008060507050402 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit -------- Original Message -------- Subject: [rt.cpan.org #18584] Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDProf not taint safe Date: Fri, 7 Apr 2006 06:14:01 -0400 (EDT) From: via RT <[email protected]> Reply-To: [email protected] To: undisclosed-recipients:; References: <[email protected]> Fri Apr 07 06:14:00 2006: Request 18584 was acted upon. Transaction: Ticket created by DOMQ Queue: Apache-DB Subject: Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDProf not taint safe Owner: Nobody Requestors: [email protected] Status: new Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=18584 > Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDProacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhandler() calls Filacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPathacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bmkpath() on a tainted parameter, which throws an exception when PerlTaintCheck is On. The problem is due to Apache->server_root_relative() returning tainted results under MP1, and although I didn't test that, I highly suspect all other methods of computing $prof pick up some taint too (from the environment I'm pretty sure, and from the MP2 API probably too). Attached patch fixes that by applying an adequate regex operation on $dir within handler(), and adds a regression test. --------------000904080008060507050402 Content-Type: text/x-patch; name="Apache-DProf-taintsafe.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Apache-DProf-taintsafe.patch" diff -Naur Apache-DB-0.12.ORIG/lib/Apache/DProf.pm Apache-DB-0.12/lib/Apache/DProf.pm --- Apache-DB-0.12.ORIG/lib/Apache/DProf.pm 2006-04-03 20:51:11.000000000 +0200 +++ Apache-DB-0.12/lib/Apache/DProf.pm 2006-04-07 11:48:03.000000000 +0200 @@ -65,6 +65,7 @@ my $r = shift; my $dir = "$prof_path/$$"; + $dir =~ m/^(.*)$/; $dir = $1; # Untainted Filacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPathacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bmkpath($dir); chdir $dir or die "Cannot move into '$dir': $!"; diff -Naur Apache-DB-0.12.ORIG/t/taintsafe.t Apache-DB-0.12/t/taintsafe.t --- Apache-DB-0.12.ORIG/t/taintsafe.t 1970-01-01 01:00:00.000000000 +0100 +++ Apache-DB-0.12/t/taintsafe.t 2006-04-07 11:44:41.000000000 +0200 @@ -0,0 +1,34 @@ +#!/usr/bin/perl -T + +# This tests ensures that Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDProf can work with taint mode enabled. + +use strict; +use warnings; + +use Testacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bMore tests => 4; +use Scalaracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUtil qw(tainted); +use Filacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTemp qw(tempdir); + +my $tainted_null = substr($0, 0, 0); +tainted($tainted_null) or die <<"FATAL"; +This test must be run with taint mode enabled (perl -T) +FATAL + +##################################################################### + +my $tempdir = tempdir(CLEANUP => 1); +sub Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bserver_root_relative { $tempdir . $tainted_null . shift } + +use_ok('Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDProf'); + +eval { + no warnings "redefine"; + local *Filacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPathacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bmkpath = sub { + my $path = shift; + like($path, qr/^$tempdir/); + ok(! tainted($path)); + die "SNAFU"; # Don't want to actually run the rest of handler() + }; + Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDProacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhandler(); +}; +like($@, qr/^SNAFU/); --------------000904080008060507050402 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------000904080008060507050402-- From [email protected] Sun Apr 09 18:20:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35518 invoked from network); 9 Apr 2006 18:20:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Apr 2006 18:20:25 -0000 Received: (qmail 76693 invoked by uid 500); 9 Apr 2006 18:20:25 -0000 Delivered-To: [email protected] Received: (qmail 76668 invoked by uid 500); 9 Apr 2006 18:20: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 76657 invoked by uid 99); 9 Apr 2006 18:20:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Apr 2006 11:20:24 -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; Sun, 09 Apr 2006 11:20:21 -0700 Received: (qmail invoked by alias); 09 Apr 2006 18:19:59 -0000 Received: from dialin096079.justdsl.de (EHLO opi.home) [161.129.204.104] by mail.gmx.net (mp021) with SMTP; 09 Apr 2006 20:19:59 +0200 X-Authenticated: #1700068 Received: by opi.home (Postfix, from userid 1000) id 571EF8BC1F; Sun, 9 Apr 2006 20:19:58 +0200 (CEST) From: Torsten Foertsch <[email protected]> To: Jonathan Vanasco <[email protected]> Subject: Re: preventing/throttling successive form posts? Date: Sun, 9 Apr 2006 20:19:53 +0200 User-Agent: KMail/1.7.1 References: <[email protected]> In-Reply-To: <[email protected]> Cc: [email protected] MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4817199.6tVD6WhCsu"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> 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 --nextPart4817199.6tVD6WhCsu Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 09 April 2006 19:48, Jonathan Vanasco wrote: > Does anyone know of a good idiomatic way to safeguard against people > hitting reload and processing the same info twice? > > I'm thinking someone here figured out a series of internal/external > redirects to keep that from happening. > > Right now, I just do a timeout variable in the session -> check if > someone is throttled, if not process and set a timeout for 30seconds > if successful. I'm wondering if there's a more mod_perl way to make > that happen. I in general answer to a post request with 302 redirect. Have a look at=20 Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPOST200 for a more or less drop in solution. Torsten --nextPart4817199.6tVD6WhCsu Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQBEOVBNwicyCTir8T4RAqsPAKCCUArQKpkhyglKCnjEDUW4XnJbMwCcCA60 AnrK0JGj3NW97Oomz6Y8poA= =CjC4 -----END PGP SIGNATURE----- --nextPart4817199.6tVD6WhCsu-- From [email protected] Sun Apr 16 19:39:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79001 invoked from network); 16 Apr 2006 19:39:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Apr 2006 19:39:44 -0000 Received: (qmail 10726 invoked by uid 500); 16 Apr 2006 19:39:43 -0000 Delivered-To: [email protected] Received: (qmail 10706 invoked by uid 500); 16 Apr 2006 19: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 10695 invoked by uid 99); 16 Apr 2006 19:39:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Apr 2006 12:39: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 minerva.ectoplasm.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Apr 2006 12:39:42 -0700 Received: from minerva.ectoplasm.org (localhost.localdomain [161.129.204.104]) by pmx.secure.ectoplasm.org (Postfix) with SMTP id 772345F54D; Sun, 16 Apr 2006 12:39:20 -0700 (PDT) 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 minerva.ectoplasm.org (Postfix) with ESMTP id 194CC5F536; Sun, 16 Apr 2006 12:39:20 -0700 (PDT) Message-ID: <[email protected]> Date: Sun, 16 Apr 2006 12:39:11 -0700 From: "Philippe M. Chiasson" <[email protected]> User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 To: Jonathan Vanasco <[email protected]> CC: Perrin Harkins <[email protected]>, [email protected] Subject: Re: [Patch] Was: Apache Reload Caveat References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 161.129.204.104 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig3FEA1D11723CFCCBFD62F070" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------enig3FEA1D11723CFCCBFD62F070 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Philippe M. Chiasson wrote: > Jonathan Vanasco wrote: >> On Mar 30, 2006, at 6:42 PM, Perrin Harkins wrote: >> >>> On Thu, 2006-03-30 at 18:34 -0500, Jonathan Vanasco wrote: >>>> if you subclass a module to override a few methods, and then decide >>>> to remove a subclassed method (to call off the method in the parent >>>> class instead), you will raise an error instead of calling the paren= t >>>> method. >>>> if you do a restart, everything works as expected. >>> Perl caches method lookups in order to reduce the performance hit =20 >>> of OO >>> code. If you'd like to make a patch for the acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bReload docs saying =20 >>> that >>> it can't handle changes that modify which package a method should be >>> called in, I think that's close enough. >=20 > Or, you can try this quick patch (no test for this included);-) Basical= ly, > when causing things that might invalidate Perl's method cache, one is > supposed to increase PL_sub_generation. >=20 > This patch adds this behavior to Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bReload and might just make th= is > problem go away. Feedback on success/failure would be very much appreci= ated. Any luck with this ? -------------------------------------------------------------------------= ------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 8= 8C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 8= 8C3A5A5 --------------enig3FEA1D11723CFCCBFD62F070 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v161.129.204.104 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFEQp1nyzKhB4jDpaURA3DvAKCQtW961qbLqjZ0MfLh1X9q/MGSoACgpjKe DLSwsxGDPNGknBG/FR4WJ4k= =havN -----END PGP SIGNATURE----- --------------enig3FEA1D11723CFCCBFD62F070-- From [email protected] Sun Apr 16 19:56:29 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82225 invoked from network); 16 Apr 2006 19:56:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Apr 2006 19:56:29 -0000 Received: (qmail 18326 invoked by uid 500); 16 Apr 2006 19:56:29 -0000 Delivered-To: [email protected] Received: (qmail 18316 invoked by uid 500); 16 Apr 2006 19:56: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18305 invoked by uid 99); 16 Apr 2006 19:56:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Apr 2006 12:56:28 -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 mfe2.prod.danger.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Apr 2006 12:56:28 -0700 Received: from [161.129.204.104] (HELO localhost.localdomain) by mfe2.prod.danger.com (CommuniGate Pro SMTP 4.1.6) with ESMTP id 619532188 for [email protected]; Sun, 16 Apr 2006 12:56:05 -0700 Date: Sun, 16 Apr 2006 12:56:01 -0700 Subject: Re: [Patch] Was: Apache Reload Caveat X-Mailer: Danger Service X-Danger-Send-Id: AABXYERCoVUAAYbB Content-Transfer-Encoding: 7bit In-Reply-To: <[email protected]> Content-Type: text/plain; charset="us-ascii"; format="flowed" To: [email protected] Mime-Version: 1.0 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Fred Moyer <[email protected]> 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 On Sun, 16 Apr 2006 12:50 pm, Philippe M. Chiasson wrote: >> Or, you can try this quick patch (no test for this included);-) >> Basically, >> when causing things that might invalidate Perl's method cache, one is >> supposed to increase PL_sub_generation. >> >> This patch adds this behavior to Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bReload and might just make >> this >> problem go away. Feedback on success/failure would be very much >> appreciated. > > Any luck with this ? Fwiw I have been using this patch in one of my dev installs for a while and have not seen any ill effects from it. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Apr 16 20:15:08 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84871 invoked from network); 16 Apr 2006 20:15:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Apr 2006 20:15:08 -0000 Received: (qmail 21401 invoked by uid 500); 16 Apr 2006 20:15:08 -0000 Delivered-To: [email protected] Received: (qmail 21384 invoked by uid 500); 16 Apr 2006 20:15: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 21373 invoked by uid 99); 16 Apr 2006 20:15:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Apr 2006 13:15:07 -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 minerva.ectoplasm.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Apr 2006 13:15:07 -0700 Received: from minerva.ectoplasm.org (localhost.localdomain [161.129.204.104]) by pmx.secure.ectoplasm.org (Postfix) with SMTP id E99F65F54D; Sun, 16 Apr 2006 13:14:46 -0700 (PDT) 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 minerva.ectoplasm.org (Postfix) with ESMTP id A9DBC5F536; Sun, 16 Apr 2006 13:14:46 -0700 (PDT) Message-ID: <[email protected]> Date: Sun, 16 Apr 2006 13:14:36 -0700 From: "Philippe M. Chiasson" <[email protected]> User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 To: Fred Moyer <[email protected]> CC: [email protected] Subject: Re: [Patch] Was: Apache Reload Caveat References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 161.129.204.104 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig3AA2F8C9C624F010D7864FB0" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------enig3AA2F8C9C624F010D7864FB0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Fred Moyer wrote: > On Sun, 16 Apr 2006 12:50 pm, Philippe M. Chiasson wrote: >>> Or, you can try this quick patch (no test for this included);-)=20 >>> Basically, >>> when causing things that might invalidate Perl's method cache, one i= s >>> supposed to increase PL_sub_generation. >>> >>> This patch adds this behavior to Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bReload and might just make= =20 >>> this >>> problem go away. Feedback on success/failure would be very much=20 >>> appreciated. >> Any luck with this ? >=20 > Fwiw I have been using this patch in one of my dev installs for a while= =20 > and have not seen any ill effects from it. Cool, but what I'd really like to know is if it fixes the originally reported problem. Guess it's time to write an actual test case for this bug ;-) -------------------------------------------------------------------------= ------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 8= 8C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 8= 8C3A5A5 --------------enig3AA2F8C9C624F010D7864FB0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v161.129.204.104 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFEQqW1yzKhB4jDpaURA1PWAJ9cDWp7vXgAMOAuv7SMLM80qUcvzQCfcIbS xs7OQUBdQRdJ+bJL6noUuF0= =GxRu -----END PGP SIGNATURE----- --------------enig3AA2F8C9C624F010D7864FB0-- From [email protected] Mon Apr 17 16:14:04 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50187 invoked from network); 17 Apr 2006 16:14:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Apr 2006 16:14:03 -0000 Received: (qmail 77776 invoked by uid 500); 17 Apr 2006 16:14:03 -0000 Delivered-To: [email protected] Received: (qmail 77759 invoked by uid 500); 17 Apr 2006 16:14: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 77746 invoked by uid 99); 17 Apr 2006 16:14:02 -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 09:14:02 -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 frank.wiles.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 09:14:01 -0700 Received: from kungfu (frank.wiles.org [161.129.204.104]) by frank.wiles.org (8.13.1/8.13.1) with SMTP id k3HGDd5Q016075; Mon, 17 Apr 2006 11:13:39 -0500 Date: Mon, 17 Apr 2006 11:13:56 -0500 From: Frank Wiles <[email protected]> To: Geoffrey Young <[email protected]> Cc: [email protected] Subject: Re: [Fwd: [rt.cpan.org #18584] Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDProf not taint safe] Message-Id: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Sylpheed version 2.2.3 (GTK+ 2.6.10; i686-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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N FYI I just uploaded Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDB v0.13 to CPAN which fixes this taint issue. --------------------------------- Frank Wiles <[email protected]> http://www.wiles.org --------------------------------- On Fri, 07 Apr 2006 07:43:07 -0400 Geoffrey Young <[email protected]> wrote: > > > -------- Original Message -------- > Subject: [rt.cpan.org #18584] Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDProf not taint safe > Date: Fri, 7 Apr 2006 06:14:01 -0400 (EDT) > From: via RT <[email protected]> > Reply-To: [email protected] > To: undisclosed-recipients:; > References: <[email protected]> > > > Fri Apr 07 06:14:00 2006: Request 18584 was acted upon. > Transaction: Ticket created by DOMQ > Queue: Apache-DB > Subject: Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDProf not taint safe > Owner: Nobody > Requestors: [email protected] > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=18584 > > > > Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDProacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhandler() calls Filacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPathacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bmkpath() on a tainted > parameter, which throws an exception when PerlTaintCheck is On. > > The problem is due to Apache->server_root_relative() returning tainted > results under MP1, and although I didn't test that, I highly suspect > all other methods of computing $prof pick up some taint too (from the > environment I'm pretty sure, and from the MP2 API probably too). > > Attached patch fixes that by applying an adequate regex operation on > $dir within handler(), and adds a regression test. > > > --------------------------------- Frank Wiles <[email protected]> http://www.wiles.org --------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Apr 25 04:06:42 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96472 invoked from network); 25 Apr 2006 04:06:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Apr 2006 04:06:42 -0000 Received: (qmail 18867 invoked by uid 500); 25 Apr 2006 04:06:41 -0000 Delivered-To: [email protected] Received: (qmail 18848 invoked by uid 500); 25 Apr 2006 04:06: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18836 invoked by uid 99); 25 Apr 2006 04:06:41 -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 21:06:41 -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 app.redhotpenguin.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 21:06:40 -0700 Received: (qmail 5440 invoked by uid 1005); 24 Apr 2006 20:35:35 -0700 Received: from Unknown (HELO [161.129.204.104]) (161.129.204.104) (smtp-auth username [email protected], mechanism plain) by app.redhotpenguin.com (qpsmtpd/0.31.1) with ESMTP; Mon, 24 Apr 2006 20:35:22 -0700 Message-ID: <[email protected]> Date: Mon, 24 Apr 2006 21:06:56 -0700 From: Fred Moyer <[email protected]> User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051129) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Philippe M. Chiasson" <[email protected]> CC: [email protected] Subject: Re: Connection pnotes References: <[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]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Old-Spam-Check-By: app.redhotpenguin.com X-Old-Spam-Status: No, hits=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Check-By: app.redhotpenguin.com X-Old-Spam-Status: No, hits=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Philippe M. Chiasson wrote: > Geoffrey Young wrote: >>>>it will probably be easier for me to muck with the tests once they are >>>>committed. to that end, let's get the functionality to where it needs to be >>>>then I'll work on recreating and removing the warnings. >>> >>>If the patch looks good to you, I'll check it in and we should be good. >> >>yeah, go ahead. > > > We now have connection pnotes as of r386784. > > Documentation patch is still necessary. Here's a suggested patch. I've created a separate pod file for Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnectionUtil. I've referenced Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRequestUtilacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpnotes, shown usage, and identified differences between the two. Style and wording matched to Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRequestUtil pnotes method for the usage. Index: src/docs/2.0/api/config.cfg =================================================================== --- src/docs/2.0/api/config.cfg (revision 396758) +++ src/docs/2.0/api/config.cfg (working copy) @@ -21,6 +21,7 @@ Apache2/CmdParms.pod Apache2/Command.pod Apache2/Connection.pod + Apache2/ConnectionUtil.pod Apache2/Const.pod Apache2/Directive.pod Apache2/Filter.pod src/docs/2.0/api/Apache2/ConnectionUtil.pod ======================================================================= +++ src/docs/2.0/api/Apache2/ConnectionUtil.pod (new copy) =head1 NAME Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnectionUtil - Perl API for Apache connection utils =head1 Synopsis use Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnection (); use Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnectionUtil (); use Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRequestRec (); # grab the connection object; my $c = $r->connection; # share perl objects like $r->pnotes $old_val = $c->pnotes($key => $value); =head1 Description C<Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnectionUtil> provides the L<Apache connection record object|docsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b.acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bapiacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnection> utilities API. =head1 API C<Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnectionUtil> provides the following functions and/or methods: =head2 C<pnotes> Share Perl variables between requests over the lifetime of the connection. $old_val = $c->pnotes($key => $val); $val = $c->pnotes($key); $hash_ref = $c->pnotes(); =over 4 =item obj: C<$c> ( C<L<Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnection object|docsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b.acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bapiacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnection>> ) =item opt arg1: C<$key> ( string ) A key value =item opt arg2: C<$val> ( SCALAR ) Any scalar value (e.g. a reference to an array) =item ret: (3 different possible values) if both, C<$key> and C<$val> are passed the previous value for C<$key> is returned if such existed, otherwise undef is returned. if only C<$key> is passed, the current value for the given key is returned. if no arguments are passed, a hash reference is returned, which can then be directly accessed without going through the C<pnotes()> interface. =item since: 2.0.3 =back See (C<L<Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRequestUtil|docsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b.acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bapiacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRequestUtil/C_pnotes_>>) for the details of the C<pnotes> method usage. The usage is identical except for a few differences. First is the use of C<$c> instead of C<$r> as the invocant. The second is that the the data persists for the lifetime of the connection instead of the lifetime of the request. If the connection is lost, so is the data stored in C<pnotes>. =head1 See Also L<Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnection|docsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b.acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bapiacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnection>. L<Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRequestUtil|docsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b.acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bapiacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRequestUtil/C_pnotes_>. L<mod_perl 2.0 documentation|docsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b.acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bindex>. =head1 Copyright mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0. =head1 Authors L<The mod_perl development team and numerous contributors|aboutacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bontributorsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpeople>. =cut --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Apr 25 18:02:39 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58714 invoked from network); 25 Apr 2006 18:02:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Apr 2006 18:02:02 -0000 Received: (qmail 4070 invoked by uid 500); 25 Apr 2006 18:01:52 -0000 Delivered-To: [email protected] Received: (qmail 3832 invoked by uid 500); 25 Apr 2006 18:01: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3819 invoked by uid 99); 25 Apr 2006 18:01:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 11:01: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 minerva.ectoplasm.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 11:01:49 -0700 Received: from minerva.ectoplasm.org (localhost.localdomain [161.129.204.104]) by pmx.secure.ectoplasm.org (Postfix) with SMTP id 36A745F55D; Tue, 25 Apr 2006 11:01:26 -0700 (PDT) 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 minerva.ectoplasm.org (Postfix) with ESMTP id D089C5F55C; Tue, 25 Apr 2006 11:01:25 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 25 Apr 2006 11:01:24 -0700 From: "Philippe M. Chiasson" <[email protected]> User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 To: Fred Moyer <[email protected]> CC: [email protected] Subject: Re: Connection pnotes References: <[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]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 161.129.204.104 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig4BBD2B8D9D3DD6C0ADA020A6" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------enig4BBD2B8D9D3DD6C0ADA020A6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Fred Moyer wrote: > Philippe M. Chiasson wrote: >> Geoffrey Young wrote: >>>>> it will probably be easier for me to muck with the tests once they = are >>>>> committed. to that end, let's get the functionality to where it ne= eds to be >>>>> then I'll work on recreating and removing the warnings. >>>> If the patch looks good to you, I'll check it in and we should be go= od. >>> yeah, go ahead. >> >> We now have connection pnotes as of r386784. >> >> Documentation patch is still necessary. >=20 > Here's a suggested patch. I've created a separate pod file for=20 > Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bConnectionUtil. I've referenced Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRequestUtilacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpnotes,= =20 > shown usage, and identified differences between the two. Style and=20 > wording matched to Apachacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRequestUtil pnotes method for the usage. Thanks, added as revision 396942. -------------------------------------------------------------------------= ------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 8= 8C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 8= 8C3A5A5 --------------enig4BBD2B8D9D3DD6C0ADA020A6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFETmP0yzKhB4jDpaURA2fNAKCo6iQTAyA2Reoi7S1zUSO31C0iAQCgh8y7 V0qvSXFsO76lPc566wYf0mU= =MUeY -----END PGP SIGNATURE----- --------------enig4BBD2B8D9D3DD6C0ADA020A6-- From [email protected] Thu Apr 27 04:55:29 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41935 invoked from network); 27 Apr 2006 04:55:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Apr 2006 04:55:29 -0000 Received: (qmail 96602 invoked by uid 500); 27 Apr 2006 04:55:28 -0000 Delivered-To: [email protected] Received: (qmail 96174 invoked by uid 500); 27 Apr 2006 04:55: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.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 96149 invoked by uid 99); 27 Apr 2006 04:55: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 21:55:26 -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 theoryx5.uwinnipeg.ca) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 21:55:26 -0700 Received: from theoryx5.uwinnipeg.ca (localhost.localdomain [161.129.204.104]) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8) with ESMTP id k3R4oHvo025598; Wed, 26 Apr 2006 23:50:17 -0500 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8/Submit) with ESMTP id k3R4oHD1025594; Wed, 26 Apr 2006 23:50:17 -0500 Date: Wed, 26 Apr 2006 23:50:17 -0500 (CDT) From: Randy Kobes <[email protected]> To: Steve Hay <[email protected]> cc: [email protected] Subject: Re: Does mp2 support httpd-2.2.0? 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Mon, 20 Feb 2006, Steve Hay wrote: > I've been trying to build mod_perl-2.0.2 with httpd-2.2.0 on Win32 and found > that it doesn't work very smoothly. > First of all, "perl Configure.pl --with-apache2=C:/apache2" had trouble > finding the Apache.exe because it is now called httpd.exe; I later found that > there is a --with-apache-prog argument to help out there. > Then "perl Makefile.PL MP_AP_PREFIX=C:/apache2" threw a wobbly complaining > that it couldn't find libapr.lib and libaprutil.lib. These are now called > libapr-1.lib and libaprutil-1.lib; copying them (and their DLL's) to the > names expected by Makefile.PL sorted that out, but it isn't ideal. > After that it all built OK, but "nmake test" complains: > mod_perl 2 was built against Apache sources, we don't know where httpd/apxs > executables are, therefore skipping the test suite execution at > C:\Temp\mod_perl-2.0.2\Apache-Test\lib/Apache/TestConfig.pm line 380. > I'm not sure how to get around that one. > Is it supposed to work with httpd-2.2.0 yet or not? > The README only mentions 2.0.55, but then again, it also describes itself as > "2.0-tobe", so this is possibly out-of-date. (The STATUS file is also > out-of-date.) Sorry for the "slight" delay in this - I've had trouble compiling Apache/2.2 until the most recent trial release. I've committed some changes to the svn sources of mp2 that allows it to build and test against Apache/2.2 - please let me know if this fixes your problems above. I get some test failures that I'm looking into. -- best regards, Randy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Mon Jan 12 13:03:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82062 invoked from network); 12 Jan 2009 13:03:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2009 13:03:57 -0000 Received: (qmail 90901 invoked by uid 500); 12 Jan 2009 13:03:56 -0000 Delivered-To: [email protected] Received: (qmail 90882 invoked by uid 500); 12 Jan 2009 13:03: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90871 invoked by uid 99); 12 Jan 2009 13:03: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 Jan 2009 05:03:55 -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 pyramid-03.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 13:03:44 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-03.kattare.com (8.13.8/8.13.6) with ESMTP id n0CD3KtI006525 for <[email protected]>; Mon, 12 Jan 2009 05:03:22 -0800 Message-ID: <[email protected]> Date: Mon, 12 Jan 2009 15:02:12 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Aggregated Frontpage Enhancements Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'd like to work on some enhancements for the front page, mainly the ability for the roller admin to manually select stories to appear in it. Has anyone done anything similar? It would be great if I could get a head start on this. Cheers, Manos -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis From [email protected] Mon Jan 12 17:25:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9462 invoked from network); 12 Jan 2009 17:25:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2009 17:25:05 -0000 Received: (qmail 42071 invoked by uid 500); 12 Jan 2009 17:25:04 -0000 Delivered-To: [email protected] Received: (qmail 42048 invoked by uid 500); 12 Jan 2009 17: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42036 invoked by uid 99); 12 Jan 2009 17:25:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 09:25:04 -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 yx-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 17:24:54 +0000 Received: by yx-out-2324.google.com with SMTP id 8so3215428yxg.27 for <[email protected]>; Mon, 12 Jan 2009 09:24:33 -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=MzzeYJ5fL7lcPJ5XN353uCDuy9aet68B0F37qQMqYQY=; b=FOd6BDRfqgfB+awDPIlyoyhpzlNqF6PD/Ma0ZkhKWOxGjU13WuStKNqufelxqz5/HC sT/bgPT3bPSdIeIOn+9/+YFss3XkWax7+SZ4OF6v8e2FK+y3qSPuMPej8jL6nd+0Ln4r g5NDNgrOq5q3LpxKBcv4XIRGb4NiKnEPpFpuQ= 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=S8OlZhWOmfJUqQiH0+s40U5vlJXqJGMDWdyFcXFtYo0yHnJERwnSCZUFxBo6wl0t7f jyuh46uumO9cikROKe8JLlj011bqEWmfPz7esg1aYK030N+OCsBAQPXAEyoFgb7TvJe3 RKAwjL/PBsb25wvmtCVdfluqlki2VK9ZMpjWQ= Received: by 161.129.204.104 with SMTP id g4mr11191159ang.43.1231781072544; Mon, 12 Jan 2009 09:24:32 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 12 Jan 2009 09:24:32 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 12 Jan 2009 12:24:32 -0500 From: Dave <[email protected]> To: [email protected] Subject: Re: Aggregated Frontpage Enhancements In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_178207_8073959.1231781072543" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_178207_8073959.1231781072543 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Mon, Jan 12, 2009 at 8:02 AM, Emmanouil Batsis (Manos) <[email protected]>wrote: > I'd like to work on some enhancements for the front page, mainly the > ability for the roller admin to manually select stories to appear in it. Has > anyone done anything similar? It would be great if I could get a head start > on this. That sounds very useful. I haven't done anything along those lines, except for the "pinned to main" feature that allows you to "pin" and entry to the top of the front page. Are you talking about the normal front-page aggregation (of blogs from your site) or the Roller Planet aggregation (of blogs from your site + external feeds)? - Dave -- > Manos Batsis, Chief Technologist > __ _ > ____ _/ /_ (_)_________ ____ ______ > / __ `/ __ \/ / ___/ ___// __ `/ ___/ > / /_/ / /_/ / (__ |__ )/ /_/ / / > \__,_/_.___/_/____/____(_)__, /_/ > /____/ > http://www.Aprettybiss.gr <http://www.Abiss.gr> > 5, Daphnidos Street, > 14122, Neo Iraklio, > Athens, Greece > > Tel: 7027966211 > > http://www.linkedin.com/in/manosbatsis > ------=_Part_178207_8073959.1231781072543-- From [email protected] Mon Jan 12 17:46:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29961 invoked from network); 12 Jan 2009 17:46:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2009 17:46:11 -0000 Received: (qmail 74797 invoked by uid 500); 12 Jan 2009 17:46:11 -0000 Delivered-To: [email protected] Received: (qmail 74477 invoked by uid 500); 12 Jan 2009 17:46: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74466 invoked by uid 99); 12 Jan 2009 17:46:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 09:46: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO pyramid-04.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 17:46:00 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-04.kattare.com (8.13.8/8.13.6) with ESMTP id n0CHjbK7023629 for <[email protected]>; Mon, 12 Jan 2009 09:45:39 -0800 Message-ID: <[email protected]> Date: Mon, 12 Jan 2009 19:44:30 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Re: Aggregated Frontpage Enhancements 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 Hello Dave, Dave wrote: > On Mon, Jan 12, 2009 at 8:02 AM, Emmanouil Batsis (Manos) <[email protected]>wrote: > >> I'd like to work on some enhancements for the front page, mainly the >> ability for the roller admin to manually select stories to appear in it. Has >> anyone done anything similar? It would be great if I could get a head start >> on this. > > > That sounds very useful. I haven't done anything along those lines, except > for the "pinned to main" feature that allows you to "pin" and entry to the > top of the front page. > > Are you talking about the normal front-page aggregation (of blogs from your > site) or the Roller Planet aggregation (of blogs from your site + external > feeds)? The first for now. We are using roller as a publishing platform to an informational site and want the frontpage template to define some placeholders, offering the admin the ability to pin (or schedule for pin) specific blog posts there. We are after a traditional "news portal" front page. I'd be happy if the code was then considered for the trunk as well, perhaps as an additional build-in template. I just started reading on the vm template material but i think it only covers stuff for given blog. Perhaps you could give me the big picture on what I need to do and point me to the right direction? -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis From [email protected] Tue Jan 13 20:33:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79238 invoked from network); 13 Jan 2009 20:33:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jan 2009 20:33:12 -0000 Received: (qmail 25082 invoked by uid 500); 13 Jan 2009 20:33:10 -0000 Delivered-To: [email protected] Received: (qmail 24873 invoked by uid 500); 13 Jan 2009 20:33: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24851 invoked by uid 99); 13 Jan 2009 20:33:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 12:33:09 -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 yx-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 20:32:59 +0000 Received: by yx-out-2324.google.com with SMTP id 8so92066yxg.27 for <multiple recipients>; Tue, 13 Jan 2009 12:32:38 -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=3mcGiCILcEiFPDs9shS4LZVosFqDRnUbxzAZvSc4Ldk=; b=GES9fEkvLMToqKeXG8+dDNwLFO6Ro+WAxycK8o6tqW9YBGRf2hBIOvWDxcBDilAQtP lEiGlerCEOjAzBwNSsCUxtbnkh2YCyt9BiR+jAR699BcKyy0J07qQ2VWkgGBsyttbkWZ 4rp7Dg7oTR4lZuQtVktNBUvRhM6nnn9OEcWCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=M/Zu3hnx4cRNJPmPum3QIGuV8zG4ETLMMikIqsTx19IuilgW09Vj1My8LciXRkRbgk /i1DgDH78dltENrVnQRBdiLo+dZWTqF33q2/7F1V2swFuo3K0jY0XjerofJz7XhtZBHm SBZbQ5hDZRAAn0EE2Iao2/nHkI/8cguhgllOw= Received: by 161.129.204.104 with SMTP id l8mr2356135ane.127.1231878758707; Tue, 13 Jan 2009 12:32:38 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 13 Jan 2009 12:32:38 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 13 Jan 2009 15:32:38 -0500 From: Dave <[email protected]> To: [email protected], user <[email protected]> Subject: [ANN] Apache Roller 4.0.1 bug fix release available MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_192873_22016877.1231878758699" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_192873_22016877.1231878758699 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline It's been over a year since our last Roller release and we've fixed a couple dozen bugs in that time including an XSS vulnerability reported recently by Secunia (Secunia.com|http://secunia.com/advisories/31523). Now those fixes are available as an official Roller release, 4.0.1. * Bugs fixed are listed in the JIRA Issue Tracker Release Notes page https://issues.apache.org/roller/secure/ReleaseNote.jspa?projectId=10000&styleName=Html&version=10290 * Updated files and docs are available via the Apache download mirror network http://roller.apache.org/downloads.html This is a bug-fix only release with no new features. Thanks to all who helped out with bug reports, advice on fixes and patches! ------=_Part_192873_22016877.1231878758699-- From [email protected] Wed Jan 14 12:28:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33245 invoked from network); 14 Jan 2009 12:28:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jan 2009 12:28:23 -0000 Received: (qmail 11839 invoked by uid 500); 14 Jan 2009 12:28:22 -0000 Delivered-To: [email protected] Received: (qmail 11819 invoked by uid 500); 14 Jan 2009 12:28: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 89459 invoked by uid 99); 14 Jan 2009 06:55: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 (athena.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:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=2NJt34of15gywy25On0kSmo2EqTP40WKSkBpGFA6dvw=; b=b+e3+rTTkIbuwcc27Ib3I18s83zIXIJu2hqQjbRXvGnI/uDwMYUMvKJQocGBqlX4yX 8KGUEcFqpQZVVcm/IMXp/o0tc1zauzJ7+PvYkYlGZ8V71YqFASxMhMmgk6UZlgtPifza 1ihm4VHa7OxKEpVuV54gJmaKvzt4jCgFqS3OM= 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=t/qn83J5VoFr7tvSkP9VVAZd5ReNlgimVWRm+/6p40Sx1M7i97MSl70bx1j1BIHT2D 8i5Dvv3wdprwjSEozH580b6IQk4EZNqwLt1jZos6TWctbOQ4nJiC9vzwOzR+YlRX9+PG D5uX6SVXts+6RQriCU5OhdtNIIepp3bg0saMw= MIME-Version: 1.0 In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 14 Jan 2009 01:55:05 -0500 Message-ID: <[email protected]> Subject: installation problem - /roller-ui/install/install!create.rol From: sean chang <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0cd28690e476ae04606bd1b7 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd28690e476ae04606bd1b7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi there, I am not sure that I am sending to right email address for my installation problem. If not, please inform me and/or move this to right place. My environment is following: Roller 4.0.1 Tomcat 6.0.16 MySQL Java 1.6.0_05-b13 CentOS 5 FF2&3 and IE 6&7 Here's my problem. 1. installed on my hosting server. 2. opened page 3. it gave me 'no database tables found' and asked me to create the tables for me. 4. it redirected and I gout 404 error. error message: The requested URL /roller-ui/install/install!create.rol was not found on this server. Would you tell me what I am doing wrong? Thank you here is log file: INFO 2009-01-14 04:57:10,875 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES INFO 2009-01-14 04:57:10,893 DatabaseProvider:successMessage - -- Using JDBC driver class: com.mysql.jdbc.Driver INFO 2009-01-14 04:57:10,894 DatabaseProvider:successMessage - -- Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 INFO 2009-01-14 04:57:10,894 DatabaseProvider:successMessage - -- Using JDBC username: roller_dbu INFO 2009-01-14 04:57:10,894 DatabaseProvider:successMessage - -- Using JDBC password: [hidden] ERROR 2009-01-14 04:57:10,895 DatabaseProvider:errorMessage - ERROR: cannot load JDBC driver class [com.mysql.jdbc.Driver]. Likely problem: JDBC driver jar missing from server classpath. FATAL 2009-01-14 04:57:10,897 RollerContext:contextInitialized - Roller Weblogger startup failed during app preparation org.apache.roller.weblogger.business.startup.StartupException: ERROR: cannot load JDBC driver class [com.mysql.jdbc.Driver]. Likely problem: JDBC driver jar missing from server classpath. at org.apache.roller.weblogger.business.DatabaseProvider.<init>(DatabaseProvider.java:112) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:171) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- java.lang.ClassNotFoundException: com.mysql.jdbc.Driver at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1360) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1206) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:169) at org.apache.roller.weblogger.business.DatabaseProvider.<init>(DatabaseProvider.java:106) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:171) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) INFO 2009-01-14 04:57:11,116 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-14 04:57:11,171 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-14 04:57:12,204 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale INFO 2009-01-14 04:57:14,235 PageServlet:init - Initializing PageServlet INFO 2009-01-14 04:57:14,236 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} INFO 2009-01-14 04:57:14,241 CacheManager:<clinit> - Cache Manager Initialized. INFO 2009-01-14 04:57:14,248 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl INFO 2009-01-14 04:57:14,252 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} INFO 2009-01-14 04:57:14,253 PageServlet:init - Referrer processing enabled = true INFO 2009-01-14 04:57:14,267 FeedServlet:init - Initializing FeedServlet INFO 2009-01-14 04:57:14,268 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} INFO 2009-01-14 04:57:14,274 SearchServlet:init - Initializing SearchServlet INFO 2009-01-14 04:57:14,280 ResourceServlet:init - Initializing ResourceServlet INFO 2009-01-14 04:57:14,290 CommentServlet:init - Initializing CommentServlet INFO 2009-01-14 04:57:14,335 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-14 04:57:14,343 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-14 04:57:14,348 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-14 04:57:14,348 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-14 04:57:14,349 CommentServlet:init - Comment Throttling DISABLED INFO 2009-01-14 04:57:14,351 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-14 04:57:14,351 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-14 04:57:14,352 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-14 04:57:14,352 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-14 04:57:14,374 RSDServlet:init - Initializing RSDServlet INFO 2009-01-14 04:57:14,378 PlanetFeedServlet:init - Initializing PlanetRssServlet INFO 2009-01-14 04:57:14,388 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size=10} INFO 2009-01-14 04:57:14,395 PreviewResourceServlet:init - Initializing PreviewResourceServlet INFO 2009-01-14 04:57:14,397 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet INFO 2009-01-14 04:57:14,400 PreviewServlet:init - Initializing PreviewServlet INFO 2009-01-14 05:09:20,889 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES INFO 2009-01-14 05:09:21,181 DatabaseProvider:successMessage - -- Using JDBC driver class: com.mysql.jdbc.Driver INFO 2009-01-14 05:09:21,181 DatabaseProvider:successMessage - -- Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 INFO 2009-01-14 05:09:21,182 DatabaseProvider:successMessage - -- Using JDBC username: roller_dbu INFO 2009-01-14 05:09:21,182 DatabaseProvider:successMessage - -- Using JDBC password: [hidden] INFO 2009-01-14 05:09:21,186 DatabaseProvider:successMessage - SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] WARN 2009-01-14 05:09:32,003 WebloggerStartup:prepare - Failed to setup mail provider, continuing anways. Reason: ERROR connecting to mail server org.apache.roller.weblogger.business.startup.StartupException: ERROR connecting to mail server at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) at org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- javax.mail.AuthenticationFailedException at javax.mail.Service.connect(Service.java:319) at javax.mail.Service.connect(Service.java:169) at org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) at org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) at java.lang.Thread.run(Thread.java:619) INFO 2009-01-14 05:09:32,692 RollerContext:contextInitialized - -------------------------------------------------------------- Roller Weblogger startup INCOMPLETE, user interaction required -------------------------------------------------------------- INFO 2009-01-14 05:09:32,695 RollerContext:initializeSecurityFeatures - Remember Me enabled: true INFO 2009-01-14 05:09:32,696 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' INFO 2009-01-14 05:09:32,696 RollerContext:setupVelocity - Initializing Velocity INFO 2009-01-14 05:09:36,736 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-14 05:09:36,808 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-14 05:09:41,794 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale INFO 2009-01-14 05:09:47,828 PageServlet:init - Initializing PageServlet INFO 2009-01-14 05:09:47,829 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} INFO 2009-01-14 05:09:47,833 CacheManager:<clinit> - Cache Manager Initialized. INFO 2009-01-14 05:09:47,833 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl INFO 2009-01-14 05:09:47,837 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} INFO 2009-01-14 05:09:47,837 PageServlet:init - Referrer processing enabled = true INFO 2009-01-14 05:09:47,840 FeedServlet:init - Initializing FeedServlet INFO 2009-01-14 05:09:47,841 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} INFO 2009-01-14 05:09:47,843 SearchServlet:init - Initializing SearchServlet INFO 2009-01-14 05:09:47,845 ResourceServlet:init - Initializing ResourceServlet INFO 2009-01-14 05:09:47,860 CommentServlet:init - Initializing CommentServlet INFO 2009-01-14 05:09:47,903 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-14 05:09:47,904 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-14 05:09:47,905 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-14 05:09:47,906 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-14 05:09:47,906 CommentServlet:init - Comment Throttling DISABLED INFO 2009-01-14 05:09:47,907 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-14 05:09:47,908 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-14 05:09:47,908 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-14 05:09:47,909 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-14 05:09:47,912 RSDServlet:init - Initializing RSDServlet INFO 2009-01-14 05:09:47,915 PlanetFeedServlet:init - Initializing PlanetRssServlet INFO 2009-01-14 05:09:47,916 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size=10} INFO 2009-01-14 05:09:47,918 PreviewResourceServlet:init - Initializing PreviewResourceServlet INFO 2009-01-14 05:09:47,920 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet INFO 2009-01-14 05:09:47,923 PreviewServlet:init - Initializing PreviewServlet INFO 2009-01-14 05:58:27,336 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES INFO 2009-01-14 05:58:27,375 DatabaseProvider:successMessage - -- Using JDBC driver class: com.mysql.jdbc.Driver INFO 2009-01-14 05:58:27,375 DatabaseProvider:successMessage - -- Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 INFO 2009-01-14 05:58:27,376 DatabaseProvider:successMessage - -- Using JDBC username: roller_dbu INFO 2009-01-14 05:58:27,377 DatabaseProvider:successMessage - -- Using JDBC password: [hidden] INFO 2009-01-14 05:58:27,389 DatabaseProvider:successMessage - SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] WARN 2009-01-14 05:58:31,013 WebloggerStartup:prepare - Failed to setup mail provider, continuing anways. Reason: ERROR connecting to mail server org.apache.roller.weblogger.business.startup.StartupException: ERROR connecting to mail server at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) at org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- javax.mail.AuthenticationFailedException at javax.mail.Service.connect(Service.java:319) at javax.mail.Service.connect(Service.java:169) at org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) at org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) at java.lang.Thread.run(Thread.java:619) INFO 2009-01-14 05:58:31,067 RollerContext:contextInitialized - -------------------------------------------------------------- Roller Weblogger startup INCOMPLETE, user interaction required -------------------------------------------------------------- INFO 2009-01-14 05:58:31,069 RollerContext:initializeSecurityFeatures - Remember Me enabled: true INFO 2009-01-14 05:58:31,069 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' INFO 2009-01-14 05:58:31,070 RollerContext:setupVelocity - Initializing Velocity INFO 2009-01-14 05:58:33,163 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-14 05:58:33,206 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-14 05:58:34,148 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale INFO 2009-01-14 05:58:35,150 PageServlet:init - Initializing PageServlet INFO 2009-01-14 05:58:35,151 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} INFO 2009-01-14 05:58:35,154 CacheManager:<clinit> - Cache Manager Initialized. INFO 2009-01-14 05:58:35,155 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl INFO 2009-01-14 05:58:35,208 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} INFO 2009-01-14 05:58:35,208 PageServlet:init - Referrer processing enabled = true INFO 2009-01-14 05:58:35,211 FeedServlet:init - Initializing FeedServlet INFO 2009-01-14 05:58:35,217 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} INFO 2009-01-14 05:58:35,218 SearchServlet:init - Initializing SearchServlet INFO 2009-01-14 05:58:35,220 ResourceServlet:init - Initializing ResourceServlet INFO 2009-01-14 05:58:35,235 CommentServlet:init - Initializing CommentServlet INFO 2009-01-14 05:58:35,267 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-14 05:58:35,268 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-14 05:58:35,269 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-14 05:58:35,269 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-14 05:58:35,270 CommentServlet:init - Comment Throttling DISABLED INFO 2009-01-14 05:58:35,271 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-14 05:58:35,282 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-14 05:58:35,282 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-14 05:58:35,282 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-14 05:58:35,284 RSDServlet:init - Initializing RSDServlet INFO 2009-01-14 05:58:35,287 PlanetFeedServlet:init - Initializing PlanetRssServlet INFO 2009-01-14 05:58:35,288 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size=10} INFO 2009-01-14 05:58:35,302 PreviewResourceServlet:init - Initializing PreviewResourceServlet INFO 2009-01-14 05:58:35,304 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet INFO 2009-01-14 05:58:35,307 PreviewServlet:init - Initializing PreviewServlet INFO 2009-01-14 05:59:10,058 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES INFO 2009-01-14 05:59:10,079 DatabaseProvider:successMessage - -- Using JDBC driver class: com.mysql.jdbc.Driver INFO 2009-01-14 05:59:10,079 DatabaseProvider:successMessage - -- Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 INFO 2009-01-14 05:59:10,080 DatabaseProvider:successMessage - -- Using JDBC username: roller_dbu INFO 2009-01-14 05:59:10,080 DatabaseProvider:successMessage - -- Using JDBC password: [hidden] INFO 2009-01-14 05:59:10,155 DatabaseProvider:successMessage - SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] WARN 2009-01-14 05:59:13,576 WebloggerStartup:prepare - Failed to setup mail provider, continuing anways. Reason: ERROR connecting to mail server org.apache.roller.weblogger.business.startup.StartupException: ERROR connecting to mail server at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- javax.mail.AuthenticationFailedException at javax.mail.Service.connect(Service.java:319) at javax.mail.Service.connect(Service.java:169) at org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) INFO 2009-01-14 05:59:13,600 RollerContext:contextInitialized - -------------------------------------------------------------- Roller Weblogger startup INCOMPLETE, user interaction required -------------------------------------------------------------- INFO 2009-01-14 05:59:13,602 RollerContext:initializeSecurityFeatures - Remember Me enabled: true INFO 2009-01-14 05:59:13,603 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' INFO 2009-01-14 05:59:13,603 RollerContext:setupVelocity - Initializing Velocity INFO 2009-01-14 05:59:15,943 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-14 05:59:15,993 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-14 05:59:18,792 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale INFO 2009-01-14 05:59:21,462 PageServlet:init - Initializing PageServlet INFO 2009-01-14 05:59:21,464 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} INFO 2009-01-14 05:59:21,468 CacheManager:<clinit> - Cache Manager Initialized. INFO 2009-01-14 05:59:21,468 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl INFO 2009-01-14 05:59:21,509 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} INFO 2009-01-14 05:59:21,510 PageServlet:init - Referrer processing enabled = true INFO 2009-01-14 05:59:21,553 FeedServlet:init - Initializing FeedServlet INFO 2009-01-14 05:59:21,555 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} INFO 2009-01-14 05:59:21,563 SearchServlet:init - Initializing SearchServlet INFO 2009-01-14 05:59:21,565 ResourceServlet:init - Initializing ResourceServlet INFO 2009-01-14 05:59:21,575 CommentServlet:init - Initializing CommentServlet INFO 2009-01-14 05:59:21,613 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-14 05:59:21,615 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-14 05:59:21,616 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-14 05:59:21,616 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-14 05:59:21,616 CommentServlet:init - Comment Throttling DISABLED INFO 2009-01-14 05:59:21,630 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-14 05:59:21,631 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-14 05:59:21,631 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-14 05:59:21,631 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-14 05:59:21,634 RSDServlet:init - Initializing RSDServlet INFO 2009-01-14 05:59:21,649 PlanetFeedServlet:init - Initializing PlanetRssServlet INFO 2009-01-14 05:59:21,651 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size=10} INFO 2009-01-14 05:59:21,659 PreviewResourceServlet:init - Initializing PreviewResourceServlet INFO 2009-01-14 05:59:21,661 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet INFO 2009-01-14 05:59:21,664 PreviewServlet:init - Initializing PreviewServlet INFO 2009-01-14 06:16:43,036 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES INFO 2009-01-14 06:16:43,046 DatabaseProvider:successMessage - -- Using JDBC driver class: com.mysql.jdbc.Driver INFO 2009-01-14 06:16:43,047 DatabaseProvider:successMessage - -- Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 INFO 2009-01-14 06:16:43,047 DatabaseProvider:successMessage - -- Using JDBC username: roller_dbu INFO 2009-01-14 06:16:43,047 DatabaseProvider:successMessage - -- Using JDBC password: [hidden] INFO 2009-01-14 06:16:43,051 DatabaseProvider:successMessage - SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] WARN 2009-01-14 06:16:46,554 WebloggerStartup:prepare - Failed to setup mail provider, continuing anways. Reason: ERROR connecting to mail server org.apache.roller.weblogger.business.startup.StartupException: ERROR connecting to mail server at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) at org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- javax.mail.AuthenticationFailedException at javax.mail.Service.connect(Service.java:319) at javax.mail.Service.connect(Service.java:169) at org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) at org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) at java.lang.Thread.run(Thread.java:619) INFO 2009-01-14 06:16:46,576 RollerContext:contextInitialized - -------------------------------------------------------------- Roller Weblogger startup INCOMPLETE, user interaction required -------------------------------------------------------------- INFO 2009-01-14 06:16:46,577 RollerContext:initializeSecurityFeatures - Remember Me enabled: true INFO 2009-01-14 06:16:46,578 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' INFO 2009-01-14 06:16:46,578 RollerContext:setupVelocity - Initializing Velocity INFO 2009-01-14 06:16:47,850 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-14 06:16:47,869 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-14 06:16:48,869 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale INFO 2009-01-14 06:17:13,778 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES INFO 2009-01-14 06:17:13,833 DatabaseProvider:successMessage - -- Using JDBC driver class: com.mysql.jdbc.Driver INFO 2009-01-14 06:17:13,833 DatabaseProvider:successMessage - -- Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 INFO 2009-01-14 06:17:13,834 DatabaseProvider:successMessage - -- Using JDBC username: roller_dbu INFO 2009-01-14 06:17:13,834 DatabaseProvider:successMessage - -- Using JDBC password: [hidden] INFO 2009-01-14 06:17:13,962 DatabaseProvider:successMessage - SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] WARN 2009-01-14 06:17:18,199 WebloggerStartup:prepare - Failed to setup mail provider, continuing anways. Reason: ERROR connecting to mail server org.apache.roller.weblogger.business.startup.StartupException: ERROR connecting to mail server at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- javax.mail.AuthenticationFailedException at javax.mail.Service.connect(Service.java:319) at javax.mail.Service.connect(Service.java:169) at org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) INFO 2009-01-14 06:17:18,224 RollerContext:contextInitialized - -------------------------------------------------------------- Roller Weblogger startup INCOMPLETE, user interaction required -------------------------------------------------------------- INFO 2009-01-14 06:17:18,226 RollerContext:initializeSecurityFeatures - Remember Me enabled: true INFO 2009-01-14 06:17:18,227 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' INFO 2009-01-14 06:17:18,227 RollerContext:setupVelocity - Initializing Velocity INFO 2009-01-14 06:17:20,556 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-14 06:17:20,585 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-14 06:17:23,514 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale INFO 2009-01-14 06:17:25,906 PageServlet:init - Initializing PageServlet INFO 2009-01-14 06:17:25,908 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} INFO 2009-01-14 06:17:25,920 CacheManager:<clinit> - Cache Manager Initialized. INFO 2009-01-14 06:17:25,920 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl INFO 2009-01-14 06:17:25,937 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} INFO 2009-01-14 06:17:25,938 PageServlet:init - Referrer processing enabled = true INFO 2009-01-14 06:17:25,941 FeedServlet:init - Initializing FeedServlet INFO 2009-01-14 06:17:25,973 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} INFO 2009-01-14 06:17:25,976 SearchServlet:init - Initializing SearchServlet INFO 2009-01-14 06:17:25,978 ResourceServlet:init - Initializing ResourceServlet INFO 2009-01-14 06:17:25,997 CommentServlet:init - Initializing CommentServlet INFO 2009-01-14 06:17:26,040 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-14 06:17:26,042 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-14 06:17:26,043 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-14 06:17:26,044 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-14 06:17:26,044 CommentServlet:init - Comment Throttling DISABLED INFO 2009-01-14 06:17:26,051 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-14 06:17:26,051 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-14 06:17:26,052 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-14 06:17:26,052 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-14 06:17:26,054 RSDServlet:init - Initializing RSDServlet INFO 2009-01-14 06:17:26,073 PlanetFeedServlet:init - Initializing PlanetRssServlet INFO 2009-01-14 06:17:26,074 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size=10} INFO 2009-01-14 06:17:26,077 PreviewResourceServlet:init - Initializing PreviewResourceServlet INFO 2009-01-14 06:17:26,085 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet INFO 2009-01-14 06:17:26,095 PreviewServlet:init - Initializing PreviewServlet --000e0cd28690e476ae04606bd1b7-- From [email protected] Wed Jan 14 13:04:46 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42114 invoked from network); 14 Jan 2009 13:04:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jan 2009 13:04:46 -0000 Received: (qmail 46931 invoked by uid 500); 14 Jan 2009 13:04:45 -0000 Delivered-To: [email protected] Received: (qmail 46908 invoked by uid 500); 14 Jan 2009 13: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46897 invoked by uid 99); 14 Jan 2009 13:04:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 05:04: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f13.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 13:04:36 +0000 Received: by ewy6 with SMTP id 6so604296ewy.21 for <[email protected]>; Wed, 14 Jan 2009 05:04: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:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=mJc4/SlRdKgr7n7hXEHvZsqhfU/VIDUau6FqAOFRxh0=; b=vNc7DTZiaIpBUzgtcHEhVKqD0KGD4tsGc2dfAOxqhim5zu2tOtTGmWsxx4ioU4zJsJ 1V9evkWuU7JuQ4lJLRvBZq9KPJmejMAFfQ72f810lgD8h3H2wL2+jYqS92/5llRVkCAz 927zoyVngPHXDmj1+sTTF2fgZXjl1TSpbHk3I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=RinLu+F5A77Sa6cEgsd/czRWbCE2TUjP7+GCIhbOR4cieaisYF57jITYwp28/s0xV/ HeAM7mTsdZWjXJ5iyjiefv3W4bIaw351lJqfvISX6pEAG7S7XigLarNKpWD6LbSXQuFP YiDDk5dzqOcOa+T+rQj7orVrR+DjuMxOOyBoE= Received: by 161.129.204.104 with SMTP id 17mr80403ebk.96.1231938255594; Wed, 14 Jan 2009 05:04:15 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 14 Jan 2009 05:04:15 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 14 Jan 2009 13:04:15 +0000 From: "Dick Davies" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: installation problem - /roller-ui/install/install!create.rol 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-Google-Sender-Auth: 831d29f0c76a3df8 X-Virus-Checked: Checked by ClamAV on apache.org Roller hasn't been able to autoinstall because there are some things missing. The main one is the mysql jdbc driver; it's not on your classpath by the looks of it. That stops roller from connecting to your DB to initialize it. On Wed, Jan 14, 2009 at 6:55 AM, sean chang <[email protected]> wrote: > Hi there, > > I am not sure that I am sending to right email address for my > installation problem. > If not, please inform me and/or move this to right place. > > My environment is following: > Roller 4.0.1 > Tomcat 6.0.16 > MySQL > Java 1.6.0_05-b13 > CentOS 5 > FF2&3 and IE 6&7 > > > Here's my problem. > > 1. installed on my hosting server. > 2. opened page > 3. it gave me 'no database tables found' and asked me to create the > tables for me. > 4. it redirected and I gout 404 error. > error message: The requested URL /roller-ui/install/install!create.rol was > not found on this server. > > Would you tell me what I am doing wrong? > > Thank you > > here is log file: > > > INFO 2009-01-14 04:57:10,875 DatabaseProvider:successMessage - > SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES > INFO 2009-01-14 04:57:10,893 DatabaseProvider:successMessage - -- > Using JDBC driver class: com.mysql.jdbc.Driver > INFO 2009-01-14 04:57:10,894 DatabaseProvider:successMessage - -- > Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 > INFO 2009-01-14 04:57:10,894 DatabaseProvider:successMessage - -- > Using JDBC username: roller_dbu > INFO 2009-01-14 04:57:10,894 DatabaseProvider:successMessage - -- > Using JDBC password: [hidden] > ERROR 2009-01-14 04:57:10,895 DatabaseProvider:errorMessage - ERROR: > cannot load JDBC driver class [com.mysql.jdbc.Driver]. Likely problem: > JDBC driver jar missing from server classpath. > FATAL 2009-01-14 04:57:10,897 RollerContext:contextInitialized - > Roller Weblogger startup failed during app preparation > org.apache.roller.weblogger.business.startup.StartupException: ERROR: > cannot load JDBC driver class [com.mysql.jdbc.Driver]. Likely problem: > JDBC driver jar missing from server classpath. > at > org.apache.roller.weblogger.business.DatabaseProvider.<init>(DatabaseProvider.java:112) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:171) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) > at > org.apache.catalina.core.StandardService.start(StandardService.java:516) > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > 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:288) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) > at java.lang.Thread.run(Thread.java:619) > --- ROOT CAUSE --- > java.lang.ClassNotFoundException: com.mysql.jdbc.Driver > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1360) > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1206) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:169) > at > org.apache.roller.weblogger.business.DatabaseProvider.<init>(DatabaseProvider.java:106) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:171) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) > at > org.apache.catalina.core.StandardService.start(StandardService.java:516) > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > 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:288) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) > at java.lang.Thread.run(Thread.java:619) > INFO 2009-01-14 04:57:11,116 IPBanFilter:init - INIT IPBanFilter > INFO 2009-01-14 04:57:11,171 RequestMappingFilter:init - Request > mapping filter initialized, 1 mappers configured. > WARN 2009-01-14 04:57:12,204 Settings:getLocale - Settings: Could not > parse struts.locale setting, substituting default VM locale > INFO 2009-01-14 04:57:14,235 PageServlet:init - Initializing PageServlet > INFO 2009-01-14 04:57:14,236 WeblogPageCache:<init> - > {id=cache.weblogpage, enabled=true, timeout=3600, size=400} > INFO 2009-01-14 04:57:14,241 CacheManager:<clinit> - Cache Manager > Initialized. > INFO 2009-01-14 04:57:14,248 CacheManager:<clinit> - Cache Factory = > org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl > INFO 2009-01-14 04:57:14,252 SiteWideCache:<init> - > {id=cache.sitewide, enabled=true, timeout=1800, size=50} > INFO 2009-01-14 04:57:14,253 PageServlet:init - Referrer processing > enabled = true > INFO 2009-01-14 04:57:14,267 FeedServlet:init - Initializing FeedServlet > INFO 2009-01-14 04:57:14,268 WeblogFeedCache:<init> - > {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} > INFO 2009-01-14 04:57:14,274 SearchServlet:init - Initializing > SearchServlet > INFO 2009-01-14 04:57:14,280 ResourceServlet:init - Initializing > ResourceServlet > INFO 2009-01-14 04:57:14,290 CommentServlet:init - Initializing > CommentServlet > INFO 2009-01-14 04:57:14,335 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-14 04:57:14,343 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-14 04:57:14,348 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-14 04:57:14,348 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-14 04:57:14,349 CommentServlet:init - Comment Throttling > DISABLED > INFO 2009-01-14 04:57:14,351 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-14 04:57:14,351 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-14 04:57:14,352 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-14 04:57:14,352 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-14 04:57:14,374 RSDServlet:init - Initializing RSDServlet > INFO 2009-01-14 04:57:14,378 PlanetFeedServlet:init - Initializing > PlanetRssServlet > INFO 2009-01-14 04:57:14,388 PlanetCache:<init> - Planet cache = > {id=cache.planet, enabled=true, timeout=1800, size=10} > INFO 2009-01-14 04:57:14,395 PreviewResourceServlet:init - > Initializing PreviewResourceServlet > INFO 2009-01-14 04:57:14,397 PreviewThemeImageServlet:init - > Initializing PreviewThemeImageServlet > INFO 2009-01-14 04:57:14,400 PreviewServlet:init - Initializing > PreviewServlet > INFO 2009-01-14 05:09:20,889 DatabaseProvider:successMessage - > SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES > INFO 2009-01-14 05:09:21,181 DatabaseProvider:successMessage - -- > Using JDBC driver class: com.mysql.jdbc.Driver > INFO 2009-01-14 05:09:21,181 DatabaseProvider:successMessage - -- > Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 > INFO 2009-01-14 05:09:21,182 DatabaseProvider:successMessage - -- > Using JDBC username: roller_dbu > INFO 2009-01-14 05:09:21,182 DatabaseProvider:successMessage - -- > Using JDBC password: [hidden] > INFO 2009-01-14 05:09:21,186 DatabaseProvider:successMessage - > SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] > WARN 2009-01-14 05:09:32,003 WebloggerStartup:prepare - Failed to > setup mail provider, continuing anways. > Reason: ERROR connecting to mail server > org.apache.roller.weblogger.business.startup.StartupException: ERROR > connecting to mail server > at > org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) > at > org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) > at > org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) > at java.lang.Thread.run(Thread.java:619) > --- ROOT CAUSE --- > javax.mail.AuthenticationFailedException > at javax.mail.Service.connect(Service.java:319) > at javax.mail.Service.connect(Service.java:169) > at > org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) > at > org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) > at > org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) > at > org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) > at java.lang.Thread.run(Thread.java:619) > INFO 2009-01-14 05:09:32,692 RollerContext:contextInitialized - > -------------------------------------------------------------- > Roller Weblogger startup INCOMPLETE, user interaction required > -------------------------------------------------------------- > INFO 2009-01-14 05:09:32,695 RollerContext:initializeSecurityFeatures > - Remember Me enabled: true > INFO 2009-01-14 05:09:32,696 RollerContext:initializeSecurityFeatures > - Password Encryption Algorithm set to 'SHA' > INFO 2009-01-14 05:09:32,696 RollerContext:setupVelocity - > Initializing Velocity > INFO 2009-01-14 05:09:36,736 IPBanFilter:init - INIT IPBanFilter > INFO 2009-01-14 05:09:36,808 RequestMappingFilter:init - Request > mapping filter initialized, 1 mappers configured. > WARN 2009-01-14 05:09:41,794 Settings:getLocale - Settings: Could not > parse struts.locale setting, substituting default VM locale > INFO 2009-01-14 05:09:47,828 PageServlet:init - Initializing PageServlet > INFO 2009-01-14 05:09:47,829 WeblogPageCache:<init> - > {id=cache.weblogpage, enabled=true, timeout=3600, size=400} > INFO 2009-01-14 05:09:47,833 CacheManager:<clinit> - Cache Manager > Initialized. > INFO 2009-01-14 05:09:47,833 CacheManager:<clinit> - Cache Factory = > org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl > INFO 2009-01-14 05:09:47,837 SiteWideCache:<init> - > {id=cache.sitewide, enabled=true, timeout=1800, size=50} > INFO 2009-01-14 05:09:47,837 PageServlet:init - Referrer processing > enabled = true > INFO 2009-01-14 05:09:47,840 FeedServlet:init - Initializing FeedServlet > INFO 2009-01-14 05:09:47,841 WeblogFeedCache:<init> - > {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} > INFO 2009-01-14 05:09:47,843 SearchServlet:init - Initializing > SearchServlet > INFO 2009-01-14 05:09:47,845 ResourceServlet:init - Initializing > ResourceServlet > INFO 2009-01-14 05:09:47,860 CommentServlet:init - Initializing > CommentServlet > INFO 2009-01-14 05:09:47,903 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-14 05:09:47,904 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-14 05:09:47,905 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-14 05:09:47,906 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-14 05:09:47,906 CommentServlet:init - Comment Throttling > DISABLED > INFO 2009-01-14 05:09:47,907 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-14 05:09:47,908 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-14 05:09:47,908 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-14 05:09:47,909 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-14 05:09:47,912 RSDServlet:init - Initializing RSDServlet > INFO 2009-01-14 05:09:47,915 PlanetFeedServlet:init - Initializing > PlanetRssServlet > INFO 2009-01-14 05:09:47,916 PlanetCache:<init> - Planet cache = > {id=cache.planet, enabled=true, timeout=1800, size=10} > INFO 2009-01-14 05:09:47,918 PreviewResourceServlet:init - > Initializing PreviewResourceServlet > INFO 2009-01-14 05:09:47,920 PreviewThemeImageServlet:init - > Initializing PreviewThemeImageServlet > INFO 2009-01-14 05:09:47,923 PreviewServlet:init - Initializing > PreviewServlet > INFO 2009-01-14 05:58:27,336 DatabaseProvider:successMessage - > SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES > INFO 2009-01-14 05:58:27,375 DatabaseProvider:successMessage - -- > Using JDBC driver class: com.mysql.jdbc.Driver > INFO 2009-01-14 05:58:27,375 DatabaseProvider:successMessage - -- > Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 > INFO 2009-01-14 05:58:27,376 DatabaseProvider:successMessage - -- > Using JDBC username: roller_dbu > INFO 2009-01-14 05:58:27,377 DatabaseProvider:successMessage - -- > Using JDBC password: [hidden] > INFO 2009-01-14 05:58:27,389 DatabaseProvider:successMessage - > SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] > WARN 2009-01-14 05:58:31,013 WebloggerStartup:prepare - Failed to > setup mail provider, continuing anways. > Reason: ERROR connecting to mail server > org.apache.roller.weblogger.business.startup.StartupException: ERROR > connecting to mail server > at > org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) > at > org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) > at > org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) > at java.lang.Thread.run(Thread.java:619) > --- ROOT CAUSE --- > javax.mail.AuthenticationFailedException > at javax.mail.Service.connect(Service.java:319) > at javax.mail.Service.connect(Service.java:169) > at > org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) > at > org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) > at > org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) > at > org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) > at java.lang.Thread.run(Thread.java:619) > INFO 2009-01-14 05:58:31,067 RollerContext:contextInitialized - > -------------------------------------------------------------- > Roller Weblogger startup INCOMPLETE, user interaction required > -------------------------------------------------------------- > INFO 2009-01-14 05:58:31,069 RollerContext:initializeSecurityFeatures > - Remember Me enabled: true > INFO 2009-01-14 05:58:31,069 RollerContext:initializeSecurityFeatures > - Password Encryption Algorithm set to 'SHA' > INFO 2009-01-14 05:58:31,070 RollerContext:setupVelocity - > Initializing Velocity > INFO 2009-01-14 05:58:33,163 IPBanFilter:init - INIT IPBanFilter > INFO 2009-01-14 05:58:33,206 RequestMappingFilter:init - Request > mapping filter initialized, 1 mappers configured. > WARN 2009-01-14 05:58:34,148 Settings:getLocale - Settings: Could not > parse struts.locale setting, substituting default VM locale > INFO 2009-01-14 05:58:35,150 PageServlet:init - Initializing PageServlet > INFO 2009-01-14 05:58:35,151 WeblogPageCache:<init> - > {id=cache.weblogpage, enabled=true, timeout=3600, size=400} > INFO 2009-01-14 05:58:35,154 CacheManager:<clinit> - Cache Manager > Initialized. > INFO 2009-01-14 05:58:35,155 CacheManager:<clinit> - Cache Factory = > org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl > INFO 2009-01-14 05:58:35,208 SiteWideCache:<init> - > {id=cache.sitewide, enabled=true, timeout=1800, size=50} > INFO 2009-01-14 05:58:35,208 PageServlet:init - Referrer processing > enabled = true > INFO 2009-01-14 05:58:35,211 FeedServlet:init - Initializing FeedServlet > INFO 2009-01-14 05:58:35,217 WeblogFeedCache:<init> - > {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} > INFO 2009-01-14 05:58:35,218 SearchServlet:init - Initializing > SearchServlet > INFO 2009-01-14 05:58:35,220 ResourceServlet:init - Initializing > ResourceServlet > INFO 2009-01-14 05:58:35,235 CommentServlet:init - Initializing > CommentServlet > INFO 2009-01-14 05:58:35,267 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-14 05:58:35,268 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-14 05:58:35,269 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-14 05:58:35,269 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-14 05:58:35,270 CommentServlet:init - Comment Throttling > DISABLED > INFO 2009-01-14 05:58:35,271 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-14 05:58:35,282 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-14 05:58:35,282 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-14 05:58:35,282 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-14 05:58:35,284 RSDServlet:init - Initializing RSDServlet > INFO 2009-01-14 05:58:35,287 PlanetFeedServlet:init - Initializing > PlanetRssServlet > INFO 2009-01-14 05:58:35,288 PlanetCache:<init> - Planet cache = > {id=cache.planet, enabled=true, timeout=1800, size=10} > INFO 2009-01-14 05:58:35,302 PreviewResourceServlet:init - > Initializing PreviewResourceServlet > INFO 2009-01-14 05:58:35,304 PreviewThemeImageServlet:init - > Initializing PreviewThemeImageServlet > INFO 2009-01-14 05:58:35,307 PreviewServlet:init - Initializing > PreviewServlet > INFO 2009-01-14 05:59:10,058 DatabaseProvider:successMessage - > SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES > INFO 2009-01-14 05:59:10,079 DatabaseProvider:successMessage - -- > Using JDBC driver class: com.mysql.jdbc.Driver > INFO 2009-01-14 05:59:10,079 DatabaseProvider:successMessage - -- > Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 > INFO 2009-01-14 05:59:10,080 DatabaseProvider:successMessage - -- > Using JDBC username: roller_dbu > INFO 2009-01-14 05:59:10,080 DatabaseProvider:successMessage - -- > Using JDBC password: [hidden] > INFO 2009-01-14 05:59:10,155 DatabaseProvider:successMessage - > SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] > WARN 2009-01-14 05:59:13,576 WebloggerStartup:prepare - Failed to > setup mail provider, continuing anways. > Reason: ERROR connecting to mail server > org.apache.roller.weblogger.business.startup.StartupException: ERROR > connecting to mail server > at > org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) > at > org.apache.catalina.core.StandardService.start(StandardService.java:516) > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > 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:288) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) > at java.lang.Thread.run(Thread.java:619) > --- ROOT CAUSE --- > javax.mail.AuthenticationFailedException > at javax.mail.Service.connect(Service.java:319) > at javax.mail.Service.connect(Service.java:169) > at > org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) > at > org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) > at > org.apache.catalina.core.StandardService.start(StandardService.java:516) > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > 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:288) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) > at java.lang.Thread.run(Thread.java:619) > INFO 2009-01-14 05:59:13,600 RollerContext:contextInitialized - > -------------------------------------------------------------- > Roller Weblogger startup INCOMPLETE, user interaction required > -------------------------------------------------------------- > INFO 2009-01-14 05:59:13,602 RollerContext:initializeSecurityFeatures > - Remember Me enabled: true > INFO 2009-01-14 05:59:13,603 RollerContext:initializeSecurityFeatures > - Password Encryption Algorithm set to 'SHA' > INFO 2009-01-14 05:59:13,603 RollerContext:setupVelocity - > Initializing Velocity > INFO 2009-01-14 05:59:15,943 IPBanFilter:init - INIT IPBanFilter > INFO 2009-01-14 05:59:15,993 RequestMappingFilter:init - Request > mapping filter initialized, 1 mappers configured. > WARN 2009-01-14 05:59:18,792 Settings:getLocale - Settings: Could not > parse struts.locale setting, substituting default VM locale > INFO 2009-01-14 05:59:21,462 PageServlet:init - Initializing PageServlet > INFO 2009-01-14 05:59:21,464 WeblogPageCache:<init> - > {id=cache.weblogpage, enabled=true, timeout=3600, size=400} > INFO 2009-01-14 05:59:21,468 CacheManager:<clinit> - Cache Manager > Initialized. > INFO 2009-01-14 05:59:21,468 CacheManager:<clinit> - Cache Factory = > org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl > INFO 2009-01-14 05:59:21,509 SiteWideCache:<init> - > {id=cache.sitewide, enabled=true, timeout=1800, size=50} > INFO 2009-01-14 05:59:21,510 PageServlet:init - Referrer processing > enabled = true > INFO 2009-01-14 05:59:21,553 FeedServlet:init - Initializing FeedServlet > INFO 2009-01-14 05:59:21,555 WeblogFeedCache:<init> - > {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} > INFO 2009-01-14 05:59:21,563 SearchServlet:init - Initializing > SearchServlet > INFO 2009-01-14 05:59:21,565 ResourceServlet:init - Initializing > ResourceServlet > INFO 2009-01-14 05:59:21,575 CommentServlet:init - Initializing > CommentServlet > INFO 2009-01-14 05:59:21,613 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-14 05:59:21,615 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-14 05:59:21,616 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-14 05:59:21,616 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-14 05:59:21,616 CommentServlet:init - Comment Throttling > DISABLED > INFO 2009-01-14 05:59:21,630 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-14 05:59:21,631 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-14 05:59:21,631 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-14 05:59:21,631 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-14 05:59:21,634 RSDServlet:init - Initializing RSDServlet > INFO 2009-01-14 05:59:21,649 PlanetFeedServlet:init - Initializing > PlanetRssServlet > INFO 2009-01-14 05:59:21,651 PlanetCache:<init> - Planet cache = > {id=cache.planet, enabled=true, timeout=1800, size=10} > INFO 2009-01-14 05:59:21,659 PreviewResourceServlet:init - > Initializing PreviewResourceServlet > INFO 2009-01-14 05:59:21,661 PreviewThemeImageServlet:init - > Initializing PreviewThemeImageServlet > INFO 2009-01-14 05:59:21,664 PreviewServlet:init - Initializing > PreviewServlet > INFO 2009-01-14 06:16:43,036 DatabaseProvider:successMessage - > SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES > INFO 2009-01-14 06:16:43,046 DatabaseProvider:successMessage - -- > Using JDBC driver class: com.mysql.jdbc.Driver > INFO 2009-01-14 06:16:43,047 DatabaseProvider:successMessage - -- > Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 > INFO 2009-01-14 06:16:43,047 DatabaseProvider:successMessage - -- > Using JDBC username: roller_dbu > INFO 2009-01-14 06:16:43,047 DatabaseProvider:successMessage - -- > Using JDBC password: [hidden] > INFO 2009-01-14 06:16:43,051 DatabaseProvider:successMessage - > SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] > WARN 2009-01-14 06:16:46,554 WebloggerStartup:prepare - Failed to > setup mail provider, continuing anways. > Reason: ERROR connecting to mail server > org.apache.roller.weblogger.business.startup.StartupException: ERROR > connecting to mail server > at > org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) > at > org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) > at > org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) > at java.lang.Thread.run(Thread.java:619) > --- ROOT CAUSE --- > javax.mail.AuthenticationFailedException > at javax.mail.Service.connect(Service.java:319) > at javax.mail.Service.connect(Service.java:169) > at > org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) > at > org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.StandardContext.reload(StandardContext.java:3099) > at > org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:404) > at > org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1309) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) > at java.lang.Thread.run(Thread.java:619) > INFO 2009-01-14 06:16:46,576 RollerContext:contextInitialized - > -------------------------------------------------------------- > Roller Weblogger startup INCOMPLETE, user interaction required > -------------------------------------------------------------- > INFO 2009-01-14 06:16:46,577 RollerContext:initializeSecurityFeatures > - Remember Me enabled: true > INFO 2009-01-14 06:16:46,578 RollerContext:initializeSecurityFeatures > - Password Encryption Algorithm set to 'SHA' > INFO 2009-01-14 06:16:46,578 RollerContext:setupVelocity - > Initializing Velocity > INFO 2009-01-14 06:16:47,850 IPBanFilter:init - INIT IPBanFilter > INFO 2009-01-14 06:16:47,869 RequestMappingFilter:init - Request > mapping filter initialized, 1 mappers configured. > WARN 2009-01-14 06:16:48,869 Settings:getLocale - Settings: Could not > parse struts.locale setting, substituting default VM locale > INFO 2009-01-14 06:17:13,778 DatabaseProvider:successMessage - > SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES > INFO 2009-01-14 06:17:13,833 DatabaseProvider:successMessage - -- > Using JDBC driver class: com.mysql.jdbc.Driver > INFO 2009-01-14 06:17:13,833 DatabaseProvider:successMessage - -- > Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01 > INFO 2009-01-14 06:17:13,834 DatabaseProvider:successMessage - -- > Using JDBC username: roller_dbu > INFO 2009-01-14 06:17:13,834 DatabaseProvider:successMessage - -- > Using JDBC password: [hidden] > INFO 2009-01-14 06:17:13,962 DatabaseProvider:successMessage - > SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] > WARN 2009-01-14 06:17:18,199 WebloggerStartup:prepare - Failed to > setup mail provider, continuing anways. > Reason: ERROR connecting to mail server > org.apache.roller.weblogger.business.startup.StartupException: ERROR > connecting to mail server > at > org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) > at > org.apache.catalina.core.StandardService.start(StandardService.java:516) > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > 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:288) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) > at java.lang.Thread.run(Thread.java:619) > --- ROOT CAUSE --- > javax.mail.AuthenticationFailedException > at javax.mail.Service.connect(Service.java:319) > at javax.mail.Service.connect(Service.java:169) > at > org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) > at > org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) > at > org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) > at > org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) > at > org.apache.catalina.core.StandardService.start(StandardService.java:516) > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > 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:288) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) > at java.lang.Thread.run(Thread.java:619) > INFO 2009-01-14 06:17:18,224 RollerContext:contextInitialized - > -------------------------------------------------------------- > Roller Weblogger startup INCOMPLETE, user interaction required > -------------------------------------------------------------- > INFO 2009-01-14 06:17:18,226 RollerContext:initializeSecurityFeatures > - Remember Me enabled: true > INFO 2009-01-14 06:17:18,227 RollerContext:initializeSecurityFeatures > - Password Encryption Algorithm set to 'SHA' > INFO 2009-01-14 06:17:18,227 RollerContext:setupVelocity - > Initializing Velocity > INFO 2009-01-14 06:17:20,556 IPBanFilter:init - INIT IPBanFilter > INFO 2009-01-14 06:17:20,585 RequestMappingFilter:init - Request > mapping filter initialized, 1 mappers configured. > WARN 2009-01-14 06:17:23,514 Settings:getLocale - Settings: Could not > parse struts.locale setting, substituting default VM locale > INFO 2009-01-14 06:17:25,906 PageServlet:init - Initializing PageServlet > INFO 2009-01-14 06:17:25,908 WeblogPageCache:<init> - > {id=cache.weblogpage, enabled=true, timeout=3600, size=400} > INFO 2009-01-14 06:17:25,920 CacheManager:<clinit> - Cache Manager > Initialized. > INFO 2009-01-14 06:17:25,920 CacheManager:<clinit> - Cache Factory = > org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl > INFO 2009-01-14 06:17:25,937 SiteWideCache:<init> - > {id=cache.sitewide, enabled=true, timeout=1800, size=50} > INFO 2009-01-14 06:17:25,938 PageServlet:init - Referrer processing > enabled = true > INFO 2009-01-14 06:17:25,941 FeedServlet:init - Initializing FeedServlet > INFO 2009-01-14 06:17:25,973 WeblogFeedCache:<init> - > {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} > INFO 2009-01-14 06:17:25,976 SearchServlet:init - Initializing > SearchServlet > INFO 2009-01-14 06:17:25,978 ResourceServlet:init - Initializing > ResourceServlet > INFO 2009-01-14 06:17:25,997 CommentServlet:init - Initializing > CommentServlet > INFO 2009-01-14 06:17:26,040 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-14 06:17:26,042 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-14 06:17:26,043 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-14 06:17:26,044 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-14 06:17:26,044 CommentServlet:init - Comment Throttling > DISABLED > INFO 2009-01-14 06:17:26,051 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-14 06:17:26,051 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-14 06:17:26,052 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Validator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-14 06:17:26,052 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-14 06:17:26,054 RSDServlet:init - Initializing RSDServlet > INFO 2009-01-14 06:17:26,073 PlanetFeedServlet:init - Initializing > PlanetRssServlet > INFO 2009-01-14 06:17:26,074 PlanetCache:<init> - Planet cache = > {id=cache.planet, enabled=true, timeout=1800, size=10} > INFO 2009-01-14 06:17:26,077 PreviewResourceServlet:init - > Initializing PreviewResourceServlet > INFO 2009-01-14 06:17:26,085 PreviewThemeImageServlet:init - > Initializing PreviewThemeImageServlet > INFO 2009-01-14 06:17:26,095 PreviewServlet:init - Initializing > PreviewServlet > From [email protected] Wed Jan 14 14:07:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69443 invoked from network); 14 Jan 2009 14:07:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jan 2009 14:07:19 -0000 Received: (qmail 27467 invoked by uid 500); 14 Jan 2009 14:07:18 -0000 Delivered-To: [email protected] Received: (qmail 27439 invoked by uid 500); 14 Jan 2009 14:07: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27428 invoked by uid 99); 14 Jan 2009 14:07:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 06:07: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO yx-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 14:07:12 +0000 Received: by yx-out-2324.google.com with SMTP id 8so206229yxg.27 for <[email protected]>; Wed, 14 Jan 2009 06:06: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=OzZ81vaH7D4dG7jOe3W6MaNbEoexsEMuFxZjAFZsbxE=; b=UBBy4BduYERQOq0fUTZxvYcH8VyJbSV9qX740FP8o24lFEoaZZ3SfanzjRrPuuq6fW gFPRWt3gklrGKrpMyIsEy59jGBtZE8y6viZoY+++Sy+YnwMqwAaJ5MCM3n4oXT/NQtmL fQiGNa0zNGITaUYHGy63PxpfZZtNZt5lckUUE= 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=JH0zmqeYDYUNM5XFYqL+SfPUDUH6iAMO5AkRil7uBrFb0AQCPsVGWPCYGNmdUhp29c e31veeuH9Y/amnWK3iAFTwwgsqOPcSLbGNLTEtIt/g/weJdNh2Ynn0IDCP7FZwljfAHI 0y2aZG/4bxJGBXUB20mX4H+4BT+6F2BkKFpao= Received: by 161.129.204.104 with SMTP id p2mr97940anb.52.1231942011419; Wed, 14 Jan 2009 06:06:51 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 14 Jan 2009 06:06:50 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 14 Jan 2009 09:06:50 -0500 From: Dave <[email protected]> To: [email protected] Subject: Re: installation problem - /roller-ui/install/install!create.rol 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 On Wed, Jan 14, 2009 at 8:04 AM, Dick Davies <[email protected]> wrote: > Roller hasn't been able to autoinstall because there are some things missing. > > The main one is the mysql jdbc driver; it's not on your classpath by > the looks of it. That stops roller from connecting to your DB to initialize it. Yep. That's a good diagnosis. The solution is probably to put the MySQL driver jar in <tomcat>/lib - Dave From [email protected] Wed Jan 14 14:47:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87827 invoked from network); 14 Jan 2009 14:47:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jan 2009 14:47:22 -0000 Received: (qmail 82404 invoked by uid 500); 14 Jan 2009 14:47:22 -0000 Delivered-To: [email protected] Received: (qmail 82379 invoked by uid 500); 14 Jan 2009 14: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82368 invoked by uid 99); 14 Jan 2009 14:47:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 06:47:22 -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 oadcsmoothwall.thehumanjourney.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 14:47:11 +0000 Received: from localhost (localhost [161.129.204.104]) by oadcsmoothwall.thehumanjourney.net (Postfix) with ESMTP id DA198CD0C9E for <[email protected]>; Wed, 14 Jan 2009 14:46:50 +0000 (GMT) Received: from oadcsmoothwall.thehumanjourney.net ([161.129.204.104]) by localhost (oadcsmoothwall.thehumanjourney.net [161.129.204.104]) (amavisd-new, port 10024) with SMTP id 10410-03 for <[email protected]>; Wed, 14 Jan 2009 14:46:50 +0000 (GMT) Received: from mail.thehumanjourney.net (zimbra.thehumanjourney.net [161.129.204.104]) by oadcsmoothwall.thehumanjourney.net (Postfix) with ESMTP id C5021CD0C93 for <[email protected]>; Wed, 14 Jan 2009 14:46:50 +0000 (GMT) Received: from localhost (localhost [161.129.204.104]) by mail.thehumanjourney.net (Postfix) with ESMTP id DD88469426 for <[email protected]>; Wed, 14 Jan 2009 14:47:15 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from mail.thehumanjourney.net ([161.129.204.104]) by localhost (mail.thehumanjourney.net [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id azCVo6AA-w0D for <[email protected]>; Wed, 14 Jan 2009 14:47:14 +0000 (GMT) Received: from mail.thehumanjourney.net (mail.thehumanjourney.net [161.129.204.104]) by mail.thehumanjourney.net (Postfix) with ESMTP id C057869423 for <[email protected]>; Wed, 14 Jan 2009 14:47:14 +0000 (GMT) Date: Wed, 14 Jan 2009 14:47:14 +0000 (GMT) From: Yann Hamon <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: A BIG thank you for that new release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [161.129.204.104] X-Mailer: Zimbra 5.0.11_GA_2695.UBUNTU8_64 (ZimbraWebClient - FF3.0 (Linux)/5.0.11_GA_2695.UBUNTU8_64) X-Virus-Scanned: by SmoothZap (http://www.smoothwall.net/) X-Virus-Checked: Checked by ClamAV on apache.org I just wanted to thank you so, so much for your latest roller release. We are using it more and more intensively in our company and the bugs (mostly with the planet) were really hard to live with. Half the bugs you fixed were bugs I encountered, and they really took me a lot of work. This just made my life easier. Thanks again :) Yann ------ Files attached to this email may be in ISO 26300 format (OASIS Open Document Format). If you have difficulty opening them, please visit http://iso26300.info for more information. From [email protected] Thu Jan 15 04:14:40 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57819 invoked from network); 15 Jan 2009 04:14:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jan 2009 04:14:39 -0000 Received: (qmail 69614 invoked by uid 500); 15 Jan 2009 04:14:39 -0000 Delivered-To: [email protected] Received: (qmail 69593 invoked by uid 500); 15 Jan 2009 04: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69582 invoked by uid 99); 15 Jan 2009 04:14:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 20:14:39 -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 rv-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 04:14:30 +0000 Received: by rv-out-0506.google.com with SMTP id k40so1356561rvb.57 for <[email protected]>; Wed, 14 Jan 2009 20:14: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 :content-transfer-encoding:content-disposition:references; bh=kLUJ0cZai7JHUaZgFn9FXjjj/m/PXki5LQDrjjtGFF4=; b=jGbsysw7NuvK9+h5G2AjkbI/djY59k1p3j6P1tnm96fhh5Vd8bZgjfgDNbhqqf673n nXekLte4enXGc7FMWzhgLY+TaSyEiUp5YFnkGfKaYaYZ4OVW45hK3svoG1+8wbPlAsMD qlVm6IecWN3TkahO9ygKrut249KoSX04IlB84= 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=sz2rPjDRU5KnqDN5E1XS7nvYyJufKVRI0vVVfowmkwDAsYhEiJUr2cE5tHdxgB9XJr aKv1YiW3RlGLUUghCJ7bSst1x25o398OBth0QGfJlrR8IclD2ZFKgrRclJpwu5GteBMB kmB6mM/EPV0iQXnC95h9Puaao9SGMFsqzfVFk= Received: by 161.129.204.104 with SMTP id e7mr311166wfi.246.1231992848333; Wed, 14 Jan 2009 20:14:08 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 14 Jan 2009 20:14:08 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 14 Jan 2009 23:14:08 -0500 From: "Sean Chang" <[email protected]> To: [email protected] Subject: Re: installation problem - /roller-ui/install/install!create.rol 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]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Thank you, Dick and Dave for your response. At the first time, I did not put mysql driver jar in classpath, but I did after first attempt failure. Logs that I posted contains everything including my first attempt. So valid log is the last part to investigate. Anyway, I attach brand new logs to ask you guys for my favor. I copied mysql driver jar in both ~/appBase/WEB-INF/lib and tomcat/lib. However, I get the same result. What did I wrong and how to figure it out? Could you give me a clue? Thank you Here's my brand new log: cat logs/roller.log INFO 2009-01-15 04:04:52,772 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JDB C_PROPERTIES INFO 2009-01-15 04:04:52,843 DatabaseProvider:successMessage - -- Using JDBC driver class: com.mysql.jdbc.Driver INFO 2009-01-15 04:04:52,844 DatabaseProvider:successMessage - -- Using JDBC connection URL: jdbc:mysql://localhost: 3306/roller_db01 INFO 2009-01-15 04:04:52,844 DatabaseProvider:successMessage - -- Using JDBC username: roller_dbu INFO 2009-01-15 04:04:52,844 DatabaseProvider:successMessage - -- Using JDBC password: [hidden] INFO 2009-01-15 04:04:52,900 DatabaseProvider:successMessage - SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Dri ver] WARN 2009-01-15 04:04:57,749 WebloggerStartup:prepare - Failed to setup mail provider, continuing anways. Reason: ERROR connecting to mail server org.apache.roller.weblogger.business.startup.StartupException: ERROR connecting to mail server at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- javax.mail.AuthenticationFailedException at javax.mail.Service.connect(Service.java:319) at javax.mail.Service.connect(Service.java:169) at org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) INFO 2009-01-15 04:04:57,773 RollerContext:contextInitialized - -------------------------------------------------------------- Roller Weblogger startup INCOMPLETE, user interaction required -------------------------------------------------------------- INFO 2009-01-15 04:04:57,775 RollerContext:initializeSecurityFeatures - Remember Me enabled: true INFO 2009-01-15 04:04:57,776 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' INFO 2009-01-15 04:04:57,776 RollerContext:setupVelocity - Initializing Velocity INFO 2009-01-15 04:05:01,001 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-15 04:05:01,099 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-15 04:05:03,317 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting defa ult VM locale INFO 2009-01-15 04:05:05,563 PageServlet:init - Initializing PageServlet INFO 2009-01-15 04:05:05,570 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} INFO 2009-01-15 04:05:05,574 CacheManager:<clinit> - Cache Manager Initialized. INFO 2009-01-15 04:05:05,575 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.Expiring LRUCacheFactoryImpl INFO 2009-01-15 04:05:05,591 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} INFO 2009-01-15 04:05:05,592 PageServlet:init - Referrer processing enabled = true INFO 2009-01-15 04:05:05,595 FeedServlet:init - Initializing FeedServlet INFO 2009-01-15 04:05:05,596 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} INFO 2009-01-15 04:05:05,618 SearchServlet:init - Initializing SearchServlet INFO 2009-01-15 04:05:05,620 ResourceServlet:init - Initializing ResourceServlet INFO 2009-01-15 04:05:05,631 CommentServlet:init - Initializing CommentServlet INFO 2009-01-15 04:05:05,663 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Valida tor / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-15 04:05:05,665 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Val idator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-15 04:05:05,676 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Vali dator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-15 04:05:05,677 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-15 04:05:05,677 CommentServlet:init - Comment Throttling DISABLED INFO 2009-01-15 04:05:05,679 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Valida tor / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-15 04:05:05,679 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Val idator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-15 04:05:05,680 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Vali dator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-15 04:05:05,680 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-15 04:05:05,692 RSDServlet:init - Initializing RSDServlet INFO 2009-01-15 04:05:05,695 PlanetFeedServlet:init - Initializing PlanetRssServlet INFO 2009-01-15 04:05:05,696 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size= 10} INFO 2009-01-15 04:05:05,710 PreviewResourceServlet:init - Initializing PreviewResourceServlet INFO 2009-01-15 04:05:05,713 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet INFO 2009-01-15 04:05:05,716 PreviewServlet:init - Initializing PreviewServlet On Wed, Jan 14, 2009 at 9:06 AM, Dave <[email protected]> wrote: > On Wed, Jan 14, 2009 at 8:04 AM, Dick Davies > <[email protected]> wrote: >> Roller hasn't been able to autoinstall because there are some things missing. >> >> The main one is the mysql jdbc driver; it's not on your classpath by >> the looks of it. That stops roller from connecting to your DB to initialize it. > > Yep. That's a good diagnosis. > > The solution is probably to put the MySQL driver jar in <tomcat>/lib > > - Dave > From [email protected] Thu Jan 15 07:50:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34182 invoked from network); 15 Jan 2009 07:50:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jan 2009 07:50:17 -0000 Received: (qmail 90499 invoked by uid 500); 15 Jan 2009 07:50:16 -0000 Delivered-To: [email protected] Received: (qmail 90473 invoked by uid 500); 15 Jan 2009 07:50: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90462 invoked by uid 99); 15 Jan 2009 07:50:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 23:50:16 -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-f13.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 07:50:09 +0000 Received: by ewy6 with SMTP id 6so1101623ewy.21 for <[email protected]>; Wed, 14 Jan 2009 23:49:48 -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:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=o8YWrk6cHtJQXsEGRYfrzsaUivgDvOIoiJCJlQpfOjQ=; b=VFSsm+0jeb4r9QJpOG/EVm22hs7TNPVmSRc0O4LqmxNkBByl3jfMyIaUsXX2P2YcSw 0nRYoXSo219nl9QnEcnqNpCY97PL/T5DqyWJs1ZxKxgSHrfg3LNHp+rxAwLrVh6q0p3V CkOT3mhZ9cNKg4y/KmQROe69F8nOrWFATgsbc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=ldUm8tAVVb9UXQFblZPpIi5jxCGLPg6Td224UdJPrVRLUqDvuzcE81xnKK38gLbn7U hk6w/sS22ISACG6mMoxsVvK6OhquGG0aIxnh//vDQ5C9lVw7xUJV4gBo3JMgbFc1JrQd iOnn13rTd6Qke57iAPT3wUW4VfPhquWHkOc/E= Received: by 161.129.204.104 with SMTP id x13mr1284640ebc.11.1232005788009; Wed, 14 Jan 2009 23:49:48 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 14 Jan 2009 23:49:47 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 15 Jan 2009 07:49:47 +0000 From: "Dick Davies" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: installation problem - /roller-ui/install/install!create.rol 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]> <[email protected]> <[email protected]> X-Google-Sender-Auth: 1089972861d04777 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jan 15, 2009 at 4:14 AM, Sean Chang <[email protected]> wrote: This isn't the same stacktrace you had, the mysql errors have gone. > Reason: ERROR connecting to mail server The other error is to do with your mail setup. Have you configured a mail server? Looks like the password is wrong if you have. I noticed that one in the last mail, but I don't think this stops roller from starting (maybe that changed recently) - it just errors at boot time, but if you're not using email with Roller it still works. Have you tried using Roller since you fixed the mysql error? What errors do you see? ...... > --- ROOT CAUSE --- > javax.mail.AuthenticationFailedException > at javax.mail.Service.connect(Service.java:319) > at javax.mail.Service.connect(Service.java:169) > at org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) > at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) > at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) > at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) > at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) > at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) > at org.apache.catalina.core.StandardService.start(StandardService.java:516) > at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > 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:288) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) > at java.lang.Thread.run(Thread.java:619) > INFO 2009-01-15 04:04:57,773 RollerContext:contextInitialized - > -------------------------------------------------------------- > Roller Weblogger startup INCOMPLETE, user interaction required > -------------------------------------------------------------- > INFO 2009-01-15 04:04:57,775 RollerContext:initializeSecurityFeatures > - Remember Me enabled: true > INFO 2009-01-15 04:04:57,776 RollerContext:initializeSecurityFeatures > - Password Encryption Algorithm set to 'SHA' > INFO 2009-01-15 04:04:57,776 RollerContext:setupVelocity - > Initializing Velocity > INFO 2009-01-15 04:05:01,001 IPBanFilter:init - INIT IPBanFilter > INFO 2009-01-15 04:05:01,099 RequestMappingFilter:init - Request > mapping filter initialized, 1 mappers configured. > WARN 2009-01-15 04:05:03,317 Settings:getLocale - Settings: Could not > parse struts.locale setting, substituting defa > ult VM locale > INFO 2009-01-15 04:05:05,563 PageServlet:init - Initializing PageServlet > INFO 2009-01-15 04:05:05,570 WeblogPageCache:<init> - > {id=cache.weblogpage, enabled=true, timeout=3600, size=400} > INFO 2009-01-15 04:05:05,574 CacheManager:<clinit> - Cache Manager Initialized. > INFO 2009-01-15 04:05:05,575 CacheManager:<clinit> - Cache Factory = > org.apache.roller.weblogger.util.cache.Expiring > > LRUCacheFactoryImpl > INFO 2009-01-15 04:05:05,591 SiteWideCache:<init> - > {id=cache.sitewide, enabled=true, timeout=1800, size=50} > INFO 2009-01-15 04:05:05,592 PageServlet:init - Referrer processing > enabled = true > INFO 2009-01-15 04:05:05,595 FeedServlet:init - Initializing FeedServlet > INFO 2009-01-15 04:05:05,596 WeblogFeedCache:<init> - > {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} > INFO 2009-01-15 04:05:05,618 SearchServlet:init - Initializing SearchServlet > INFO 2009-01-15 04:05:05,620 ResourceServlet:init - Initializing > ResourceServlet > INFO 2009-01-15 04:05:05,631 CommentServlet:init - Initializing CommentServlet > INFO 2009-01-15 04:05:05,663 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Valida > tor / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-15 04:05:05,665 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Val > idator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-15 04:05:05,676 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Vali > dator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-15 04:05:05,677 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-15 04:05:05,677 CommentServlet:init - Comment Throttling DISABLED > INFO 2009-01-15 04:05:05,679 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Valida > tor / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-15 04:05:05,679 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Val > idator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-15 04:05:05,680 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Vali > dator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-15 04:05:05,680 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-15 04:05:05,692 RSDServlet:init - Initializing RSDServlet > INFO 2009-01-15 04:05:05,695 PlanetFeedServlet:init - Initializing > PlanetRssServlet > INFO 2009-01-15 04:05:05,696 PlanetCache:<init> - Planet cache = > {id=cache.planet, enabled=true, timeout=1800, size= > 10} > INFO 2009-01-15 04:05:05,710 PreviewResourceServlet:init - > Initializing PreviewResourceServlet > INFO 2009-01-15 04:05:05,713 PreviewThemeImageServlet:init - > Initializing PreviewThemeImageServlet > INFO 2009-01-15 04:05:05,716 PreviewServlet:init - Initializing PreviewServlet From [email protected] Thu Jan 15 10:26:09 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2413 invoked from network); 15 Jan 2009 10:26:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jan 2009 10:26:09 -0000 Received: (qmail 54318 invoked by uid 500); 15 Jan 2009 10:26:08 -0000 Delivered-To: [email protected] Received: (qmail 54293 invoked by uid 500); 15 Jan 2009 10:26: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54282 invoked by uid 99); 15 Jan 2009 10:26:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 02:26:08 -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 mailsan.sqli.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 10:26:00 +0000 Received: from [161.129.204.104] (helo=mailgroupe.sqli.com) by mailsan.sqli.com with esmtp (Exim 4.67) (envelope-from <[email protected]>) id 1LNPPo-0003SF-CK for [email protected]; Thu, 15 Jan 2009 11:25:32 +0100 Received: from 161.129.204.104 (SquirrelMail authenticated user jroyer) by mailgroupe.sqli.com with HTTP; Thu, 15 Jan 2009 11:25:32 +0100 (CET) Message-ID: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> Date: Thu, 15 Jan 2009 11:25:32 +0100 (CET) Subject: How to setup Roller 4.0.1 with NTLM authentication? From: "Joel Royer" <[email protected]> To: [email protected] User-Agent: SquirrelMail/1.5.1 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 Hi all, I'm trying to setup Roller 40.1 with NTLM authentication. Is anybody know if it works (and how)? Thanks. ________________________________________________________________ Joel Royer Groupe SQLI Skype: sqli_joel_royer From [email protected] Thu Jan 15 12:47:42 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61215 invoked from network); 15 Jan 2009 12:47:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jan 2009 12:47:42 -0000 Received: (qmail 30169 invoked by uid 500); 15 Jan 2009 12:47:41 -0000 Delivered-To: [email protected] Received: (qmail 30150 invoked by uid 500); 15 Jan 2009 12:47: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30139 invoked by uid 99); 15 Jan 2009 12:47:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 04:47: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: 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; Thu, 15 Jan 2009 12:47:34 +0000 Received: by rn-out-0910.google.com with SMTP id i50so857099rne.11 for <[email protected]>; Thu, 15 Jan 2009 04:47:13 -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=Ot5YcaF+NwjsLXLDVHissiqfaljOSLxa6/2pGEej7pY=; b=qkYoIlon1hp/y0tvCd4mxiYOG7soyeCGm4K+ULzMQ8QnmMBriGWIB+IvEcEI8eugdU S7/43i2QvNoE1Xb3v1bjoZhgnRdPXSlfMq2O97SNHVkqAh/lC0W07oUpjF/5Fv505Fni P9bwyCxv4wcZ8CW5HebowUg+XgqWSiB8WCjYE= 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=UQbPCl466OwKm8p2rD51dr89qURenHGbKj7RvFCeOR2aRZznCaIanF/tW12xLFTyJf Aw2lGcFnIb+mWulKX7RB3x+R8isR3oCXE9DpY1bhjYQ7EMRZWbcSnBPvLYTiOUT1U62N E8M0EsHKvfpT946kKWi3kuItGcITXWUob2DEo= Received: by 161.129.204.104 with SMTP id o10mr1038319ang.125.1232023633122; Thu, 15 Jan 2009 04:47:13 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 15 Jan 2009 04:47:13 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 15 Jan 2009 07:47:13 -0500 From: Dave <[email protected]> To: [email protected] Subject: Re: How to setup Roller 4.0.1 with NTLM authentication? In-Reply-To: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jan 15, 2009 at 5:25 AM, Joel Royer <[email protected]> wrote: > I'm trying to setup Roller 40.1 with NTLM authentication. > Is anybody know if it works (and how)? Roller relies on Spring Security. So, if Spring Security support NTLM then there is a chance that you could follow the Spring documentation, make corresponding changes to WEB-INF/security.xml and end up with working NTLM auth. I don't know. Matt Raible's guide to setting up Roller to work with LDAP and CAS may be helpful: http://cwiki.apache.org/confluence/x/Yg4B Hope that helps. - Dave From [email protected] Thu Jan 15 12:56:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63285 invoked from network); 15 Jan 2009 12:56:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jan 2009 12:56:15 -0000 Received: (qmail 42060 invoked by uid 500); 15 Jan 2009 12:56:15 -0000 Delivered-To: [email protected] Received: (qmail 42037 invoked by uid 500); 15 Jan 2009 12: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42026 invoked by uid 99); 15 Jan 2009 12:56:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 04:56: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 yx-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 12:56:07 +0000 Received: by yx-out-2324.google.com with SMTP id 8so392046yxg.27 for <[email protected]>; Thu, 15 Jan 2009 04:55:46 -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=PgheJ5/H+pq6ioesKBmJMArTzKBLcuZ45R3yaoWpBZQ=; b=C25yE0mOVxfHp9wsHfR1Tf1j7WIruFj+53+14hn8eT5kfSxrLkbeFjhiVE/0C4p6SD vtnQ5G7aaqVobnGiWZN6hhrSsi8sSLCqlbO0kzW+oZzgUig5i/bnMCUgoI0xW4qtgrT2 B+B+03NIf4PQ9f102mRTm167djCl5HgKYmShA= 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=Rh4ar5P8BazeA60HjJN5ND3+83H0UGkJtuoZ6H6T7ICaIpFLhGj9ueNeE1Nd+vQaJE l5w742x6sbSoNZubKN6wamjXB9UBG5JJCQ7nwntGLT6zOeMN+uiyUev1rYzmSpDuxW/z 5vwjcQL43KhgnNBdQrcT8+3pORo8RcNDLZt/g= Received: by 161.129.204.104 with SMTP id 15mr1069437anj.12.1232024146117; Thu, 15 Jan 2009 04:55:46 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 15 Jan 2009 04:55:46 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 15 Jan 2009 07:55:46 -0500 From: Dave <[email protected]> To: [email protected] Subject: Re: A BIG thank you for that new release 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 On Wed, Jan 14, 2009 at 9:47 AM, Yann Hamon <[email protected]> wrote: > I just wanted to thank you so, so much for your latest roller release. We are using it more and more intensively in our company and the bugs (mostly with the planet) were really hard to live with. Half the bugs you fixed were bugs I encountered, and they really took me a lot of work. > > This just made my life easier. > > Thanks again :) You're welcome. I'm glad you found 4.0.1 to be helpful. - Dave From [email protected] Thu Jan 15 12:59:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64004 invoked from network); 15 Jan 2009 12:59:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jan 2009 12:59:17 -0000 Received: (qmail 45258 invoked by uid 500); 15 Jan 2009 12:59:16 -0000 Delivered-To: [email protected] Received: (qmail 45215 invoked by uid 500); 15 Jan 2009 12:59: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45198 invoked by uid 99); 15 Jan 2009 12:59:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 04:59:16 -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, 15 Jan 2009 12:59:08 +0000 Received: by an-out-0708.google.com with SMTP id d40so395504and.27 for <multiple recipients>; Thu, 15 Jan 2009 04:58:47 -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=WVbfLzX2hcS11n7jMy7dHC0MSttSufgD8ZMNmcyoWwE=; b=sUNFH32dSnwshuek5Y+6jBROESiShrNaCk/X9LbQZl6yZp4VzAgF8zz3CtDDayR1n4 xCqog3QGWT3Aj5T9XsBjO88xTlWcKVHVVKnjTOFFXqpaDVl6QVLdXcKhKcvMLSZQTW0A Uxx2tjNMYnsbkm2J8iI8hXFdOhU8BwM3+3pFk= 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=aD4w+bZfOH/iLUIxNDcpLWPEtISiICvKMSQk0vvWgvJ59F2wZ7aoNrEBdxMbaZv+OZ fpVWkn1T0k5hbLJ2hHZSOdjS6kBS0022BR5zHYeYrKxx6vw9sR209FB2ReatisddHsJh pugadDKveEq7uRfKxS6w+hNrUq/dBwNziR2bw= Received: by 161.129.204.104 with SMTP id d11mr1049221ani.113.1232024327280; Thu, 15 Jan 2009 04:58:47 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 15 Jan 2009 04:58:47 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 15 Jan 2009 07:58:47 -0500 From: Dave <[email protected]> To: user <[email protected]>, [email protected] Subject: Have you voted for your favorite bugs? 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 There are way too many bugs in the Roller bug tracker and I'm sure some are old, out-of-date and irrelevant. I did some triage/cleanup a couple of months ago and would like to do another round. You can help by voting for the bugs that you would like to see fixed. Sign up for a JIRA account if you don't already have one and vote here: https://issues.apache.org/roller - Dave From [email protected] Thu Jan 15 16:32:53 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80378 invoked from network); 15 Jan 2009 16:32:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jan 2009 16:32:53 -0000 Received: (qmail 4497 invoked by uid 500); 15 Jan 2009 16:32:52 -0000 Delivered-To: [email protected] Received: (qmail 4175 invoked by uid 500); 15 Jan 2009 16:32: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4164 invoked by uid 99); 15 Jan 2009 16:32:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 08:32:52 -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 bay0-omc1-s28.bay0.hotmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 16:32:42 +0000 Received: from BAY141-W6 ([161.129.204.104]) by bay0-omc1-s28.bay0.hotmail.com with Microsoft SMTPSVC7027966211); Thu, 15 Jan 2009 08:32:21 -0800 Message-ID: <[email protected]> Content-Type: multipart/alternative; boundary="_b8076936-31eb-4f56-90be-41609a5f6650_" X-Originating-IP: [161.129.204.104] From: Brian Levine <[email protected]> To: <[email protected]> Subject: RE: installation problem - /roller-ui/install/install!create.rol Date: Thu, 15 Jan 2009 11:32:21 -0500 Importance: Normal In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> MIME-Version: 1.0 X-OriginalArrivalTime: 15 Jan 2009 16:32:21.0951 (UTC) FILETIME=[D73474F0:01C9772E] X-Virus-Checked: Checked by ClamAV on apache.org --_b8076936-31eb-4f56-90be-41609a5f6650_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable This line looks wrong to me. Shouldn't there be a database name and userna= me/password. Or did you blank those out for security? Using JDBC connection URL: jdbc:mysql://localhost: > Date: Wed=2C 14 Jan 2009 23:14:08 -0500 > From: [email protected] > To: [email protected] > Subject: Re: installation problem - /roller-ui/install/install!create.rol >=20 > Thank you=2C Dick and Dave for your response. >=20 > At the first time=2C I did not put mysql driver jar in classpath=2C but I > did after first attempt failure. >=20 > Logs that I posted contains everything including my first attempt. > So valid log is the last part to investigate. > Anyway=2C I attach brand new logs to ask you guys for my favor. > I copied mysql driver jar in both ~/appBase/WEB-INF/lib and tomcat/lib. > However=2C I get the same result. >=20 > What did I wrong and how to figure it out? > Could you give me a clue? >=20 > Thank you >=20 > Here's my brand new log: >=20 > cat logs/roller.log > INFO 2009-01-15 04:04:52=2C772 DatabaseProvider:successMessage - > SUCCESS: Got parameters. Using configuration type JDB >=20 > C_PROPERTIES > INFO 2009-01-15 04:04:52=2C843 DatabaseProvider:successMessage - -- > Using JDBC driver class: com.mysql.jdbc.Driver > INFO 2009-01-15 04:04:52=2C844 DatabaseProvider:successMessage - -- > Using JDBC connection URL: jdbc:mysql://localhost: >=20 > 3306/roller_db01 > INFO 2009-01-15 04:04:52=2C844 DatabaseProvider:successMessage - -- > Using JDBC username: roller_dbu > INFO 2009-01-15 04:04:52=2C844 DatabaseProvider:successMessage - -- > Using JDBC password: [hidden] > INFO 2009-01-15 04:04:52=2C900 DatabaseProvider:successMessage - > SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Dri > ver] > WARN 2009-01-15 04:04:57=2C749 WebloggerStartup:prepare - Failed to > setup mail provider=2C continuing anways. > Reason: ERROR connecting to mail server > org.apache.roller.weblogger.business.startup.StartupException: ERROR > connecting to mail server > at org.apache.roller.weblogger.business.MailProvider.<init>(MailP= rovider.java:99) > at org.apache.roller.weblogger.business.startup.WebloggerStartup.= prepare(WebloggerStartup.java:179) > at org.apache.roller.weblogger.ui.core.RollerContext.contextIniti= alized(RollerContext.java:138) > at org.apache.catalina.core.StandardContext.listenerStart(Standar= dContext.java:3843) > at org.apache.catalina.core.StandardContext.start(StandardContext= .java:4350) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.jav= a:1045) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:= 719) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.jav= a:1045) > at org.apache.catalina.core.StandardEngine.start(StandardEngine.j= ava:443) > at org.apache.catalina.core.StandardService.start(StandardService= .java:516) > at org.apache.catalina.core.StandardServer.start(StandardServer.j= ava:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288= ) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStar= tStopApp.java:238) > at java.lang.Thread.run(Thread.java:619) > --- ROOT CAUSE --- > javax.mail.AuthenticationFailedException > at javax.mail.Service.connect(Service.java:319) > at javax.mail.Service.connect(Service.java:169) > at org.apache.roller.weblogger.business.MailProvider.getTransport= (MailProvider.java:126) > at org.apache.roller.weblogger.business.MailProvider.<init>(MailP= rovider.java:96) > at org.apache.roller.weblogger.business.startup.WebloggerStartup.= prepare(WebloggerStartup.java:179) > at org.apache.roller.weblogger.ui.core.RollerContext.contextIniti= alized(RollerContext.java:138) > at org.apache.catalina.core.StandardContext.listenerStart(Standar= dContext.java:3843) > at org.apache.catalina.core.StandardContext.start(StandardContext= .java:4350) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.jav= a:1045) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:= 719) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.jav= a:1045) > at org.apache.catalina.core.StandardEngine.start(StandardEngine.j= ava:443) > at org.apache.catalina.core.StandardService.start(StandardService= .java:516) > at org.apache.catalina.core.StandardServer.start(StandardServer.j= ava:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288= ) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStar= tStopApp.java:238) > at java.lang.Thread.run(Thread.java:619) > INFO 2009-01-15 04:04:57=2C773 RollerContext:contextInitialized - > -------------------------------------------------------------- > Roller Weblogger startup INCOMPLETE=2C user interaction required > -------------------------------------------------------------- > INFO 2009-01-15 04:04:57=2C775 RollerContext:initializeSecurityFeatures > - Remember Me enabled: true > INFO 2009-01-15 04:04:57=2C776 RollerContext:initializeSecurityFeatures > - Password Encryption Algorithm set to 'SHA' > INFO 2009-01-15 04:04:57=2C776 RollerContext:setupVelocity - > Initializing Velocity > INFO 2009-01-15 04:05:01=2C001 IPBanFilter:init - INIT IPBanFilter > INFO 2009-01-15 04:05:01=2C099 RequestMappingFilter:init - Request > mapping filter initialized=2C 1 mappers configured. > WARN 2009-01-15 04:05:03=2C317 Settings:getLocale - Settings: Could not > parse struts.locale setting=2C substituting defa > ult VM locale > INFO 2009-01-15 04:05:05=2C563 PageServlet:init - Initializing PageServl= et > INFO 2009-01-15 04:05:05=2C570 WeblogPageCache:<init> - > {id=3Dcache.weblogpage=2C enabled=3Dtrue=2C timeout=3D3600=2C size=3D400} > INFO 2009-01-15 04:05:05=2C574 CacheManager:<clinit> - Cache Manager Ini= tialized. > INFO 2009-01-15 04:05:05=2C575 CacheManager:<clinit> - Cache Factory =3D > org.apache.roller.weblogger.util.cache.Expiring >=20 > LRUCacheFactoryImpl > INFO 2009-01-15 04:05:05=2C591 SiteWideCache:<init> - > {id=3Dcache.sitewide=2C enabled=3Dtrue=2C timeout=3D1800=2C size=3D50} > INFO 2009-01-15 04:05:05=2C592 PageServlet:init - Referrer processing > enabled =3D true > INFO 2009-01-15 04:05:05=2C595 FeedServlet:init - Initializing FeedServl= et > INFO 2009-01-15 04:05:05=2C596 WeblogFeedCache:<init> - > {id=3Dcache.weblogfeed=2C enabled=3Dtrue=2C timeout=3D3600=2C size=3D200} > INFO 2009-01-15 04:05:05=2C618 SearchServlet:init - Initializing SearchS= ervlet > INFO 2009-01-15 04:05:05=2C620 ResourceServlet:init - Initializing > ResourceServlet > INFO 2009-01-15 04:05:05=2C631 CommentServlet:init - Initializing Commen= tServlet > INFO 2009-01-15 04:05:05=2C663 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Valida > tor / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommen= tValidator > INFO 2009-01-15 04:05:05=2C665 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Val > idator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksComm= entValidator > INFO 2009-01-15 04:05:05=2C676 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Vali > dator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeComme= ntValidator > INFO 2009-01-15 04:05:05=2C677 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-15 04:05:05=2C677 CommentServlet:init - Comment Throttling = DISABLED > INFO 2009-01-15 04:05:05=2C679 CommentValidationManager:<init> - > Configured CommentValidator: Blacklist Comment Valida > tor / > org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommen= tValidator > INFO 2009-01-15 04:05:05=2C679 CommentValidationManager:<init> - > Configured CommentValidator: Excess Links Comment Val > idator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksComm= entValidator > INFO 2009-01-15 04:05:05=2C680 CommentValidationManager:<init> - > Configured CommentValidator: Excess Size Comment Vali > dator / > org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeComme= ntValidator > INFO 2009-01-15 04:05:05=2C680 CommentValidationManager:<init> - > Configured 3 CommentValidators > INFO 2009-01-15 04:05:05=2C692 RSDServlet:init - Initializing RSDServlet > INFO 2009-01-15 04:05:05=2C695 PlanetFeedServlet:init - Initializing > PlanetRssServlet > INFO 2009-01-15 04:05:05=2C696 PlanetCache:<init> - Planet cache =3D > {id=3Dcache.planet=2C enabled=3Dtrue=2C timeout=3D1800=2C size=3D > 10} > INFO 2009-01-15 04:05:05=2C710 PreviewResourceServlet:init - > Initializing PreviewResourceServlet > INFO 2009-01-15 04:05:05=2C713 PreviewThemeImageServlet:init - > Initializing PreviewThemeImageServlet > INFO 2009-01-15 04:05:05=2C716 PreviewServlet:init - Initializing Previe= wServlet >=20 >=20 >=20 > On Wed=2C Jan 14=2C 2009 at 9:06 AM=2C Dave <[email protected]> wrote: > > On Wed=2C Jan 14=2C 2009 at 8:04 AM=2C Dick Davies > > <[email protected]> wrote: > >> Roller hasn't been able to autoinstall because there are some things m= issing. > >> > >> The main one is the mysql jdbc driver=3B it's not on your classpath by > >> the looks of it. That stops roller from connecting to your DB to initi= alize it. > > > > Yep. That's a good diagnosis. > > > > The solution is probably to put the MySQL driver jar in <tomcat>/lib > > > > - Dave > > _________________________________________________________________ Windows Live=99: Keep your life in sync. http://windowslive.com/explore?ocid=3DTXT_TAGLM_WL_t1_allup_explore_012009= --_b8076936-31eb-4f56-90be-41609a5f6650_-- From [email protected] Thu Jan 15 20:21:36 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16895 invoked from network); 15 Jan 2009 20:21:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jan 2009 20:21:36 -0000 Received: (qmail 75856 invoked by uid 500); 15 Jan 2009 20:21:25 -0000 Delivered-To: [email protected] Received: (qmail 75833 invoked by uid 500); 15 Jan 2009 20: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]> List-Id: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75812 invoked by uid 99); 15 Jan 2009 20:21:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 12:21:25 -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 fmmailgate01.web.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 20:21:19 +0000 Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [161.129.204.104]) by fmmailgate01.web.de (Postfix) with ESMTP id 5E167FBC1697 for <[email protected]>; Thu, 15 Jan 2009 21:20:57 +0100 (CET) Received: from [161.129.204.104] (helo=[161.129.204.104]) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #277) id 1LNYhz-0003im-00 for [email protected]; Thu, 15 Jan 2009 21:20:55 +0100 Subject: Upgrade from 4.0 to 4.0.1 fails with glassfish and Derby From: Stephan =?ISO-8859-1?Q?M=FChlstrasser?= <[email protected]> To: [email protected] Content-Type: text/plain Date: Thu, 15 Jan 2009 21:20:47 +0100 Message-Id: <1232050847.6711.14.camel@holmium> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Sender: [email protected] X-Sender: [email protected] X-Provags-ID: V01U2FsdGVkX1+GITYiuZEFD92Yorn082vg3+/5seiU5yVYMEG7 r0zt6AqD0DQ4OE8XlrAyi7luInmXQu5AF179RpEC8oqYZGrrUn 2THFp9VzkQCevuzHrkEjs6+oF+47LP X-Virus-Checked: Checked by ClamAV on apache.org Hi, I just tested an upgrade from roller 4.0 to roller 4.0.1 which fails. My environment: Ubuntu 8.10 glassfish-v2-b58g Derby 10.2.2 JDK 1.6.0_03-b05 roller 4.0.1 built from SVN source (I have to add a fix for defect ROL-1694 which is not yet fixed 4.0.1) This is my roller-custom.properties: installation.type=auto database.configurationType=jndi database.jndi.name=jdbc/rollerdb mail.configurationType=properties mail.hostname=<removed> mail.username=<removed> mail.password=<removed> After uploading the new roller.war and going to the roller URL, I saw the message that the database tables need to be upgraded, which I confirmed. After a while the following was displayed: > Error upgrading tables > Error upgrading tables, possibly due to an error in the database > creation script or because you are using an unsupported database. You > will have to fix this problem and then restart or redeploy Roller > before you can proceed. Below are the success/error messages issued > during the upgrade process: > > Running database upgrade script: derby/400-to-410-migration.sql > create table roller_permission ( id varchar(48) not null primary key, username varchar(255) not null, actions varchar(255), objectid varchar(48), objecttype varchar(255), pending smallint default 1, datecreated timestamp not null ) > insert into roller_permission (id,username,actions,objectid,objecttype,pending,datecreated) select w.id || u.username , u.username, 'edit_draft', w.handle, 'Weblog', 0, current_timestamp from rolleruser as u, website as w, roller_user_permissions as p where p.user_id = u.id and p.website_id = w.id and permission_mask = 1 > insert into roller_permission (id,username,actions,objectid,objecttype,pending,datecreated) select w.id || u.username , u.username, 'author', w.handle, 'Weblog', 0, current_timestamp from rolleruser as u, website as w, roller_user_permissions as p where p.user_id = u.id and p.website_id = w.id and permission_mask = 2 > insert into roller_permission (id,username,actions,objectid,objecttype,pending,datecreated) select w.id || u.username , u.username, 'admin', w.handle, 'Weblog', 0, current_timestamp from rolleruser as u, website as w, roller_user_permissions as p where p.user_id = u.id and p.website_id = w.id and permission_mask = 3 > alter table userrole alter column userid null > alter table website alter column userid null > alter table website add column creator varchar(255) default null > update website as w set lastmodified = lastmodified, datecreated = datecreated, creator = (select u.username from rolleruser as u where u.id = w.userid) > alter table weblogentry alter column userid null > alter table weblogentry add column creator varchar(255) default null > update weblogentry as w set pubtime = pubtime, updatetime = updatetime, creator = (select u.username from rolleruser as u where u.id = w.userid) > alter table roller_weblogentrytag alter column userid null > alter table roller_weblogentrytag add column creator varchar(255) default null > update roller_weblogentrytag as w set time = time, creator = (select u.username from rolleruser as u where u.id = w.userid) > create table roller_userattribute( id varchar(48) not null primary key, username varchar(255) not null, attrname varchar(255) not null, attrvalue varchar(255) not null ) > create index ua_username_idx on roller_userattribute( username ) > create index ua_attrname_idx on roller_userattribute( attrname ) > create index ua_attrvalue_idx on roller_userattribute( attrvalue ) I can see no error message here. These are the roller.log messages: > INFO 2009-01-15 20:58:58,356 ContinuousWorkerThread:run - HitCountQueueProcessor Started. > INFO 2009-01-15 20:58:58,358 HitCountQueue:shutdown - stopping worker HitCountQueueProcessor > INFO 2009-01-15 20:58:58,464 ContinuousWorkerThread:run - HitCountQueueProcessor INTERRUPT: sleep interrupted > INFO 2009-01-15 20:59:09,701 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JNDI_NAME > INFO 2009-01-15 20:59:09,704 DatabaseProvider:successMessage - -- Using JNDI datasource name: java:comp/env/jdbc/rollerdb > INFO 2009-01-15 20:59:09,708 DatabaseProvider:successMessage - SUCCESS: located JNDI DataSource [java:comp/env/jdbc/rollerdb] > INFO 2009-01-15 20:59:10,013 RollerContext:contextInitialized - > -------------------------------------------------------------- > Roller Weblogger startup INCOMPLETE, user interaction required > -------------------------------------------------------------- > INFO 2009-01-15 20:59:10,014 RollerContext:initializeSecurityFeatures - Remember Me enabled: true > INFO 2009-01-15 20:59:10,019 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' > INFO 2009-01-15 20:59:10,019 RollerContext:setupVelocity - Initializing Velocity > INFO 2009-01-15 20:59:10,694 IPBanFilter:init - INIT IPBanFilter > INFO 2009-01-15 20:59:11,995 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. > WARN 2009-01-15 20:59:13,102 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale > INFO 2009-01-15 20:59:13,641 PageServlet:init - Initializing PageServlet > INFO 2009-01-15 20:59:13,644 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} > INFO 2009-01-15 20:59:13,648 CacheManager:<clinit> - Cache Manager Initialized. > INFO 2009-01-15 20:59:13,649 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl > INFO 2009-01-15 20:59:13,654 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} > INFO 2009-01-15 20:59:13,655 PageServlet:init - Referrer processing enabled = true > INFO 2009-01-15 20:59:13,658 FeedServlet:init - Initializing FeedServlet > INFO 2009-01-15 20:59:13,660 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} > INFO 2009-01-15 20:59:13,663 SearchServlet:init - Initializing SearchServlet > INFO 2009-01-15 20:59:13,665 ResourceServlet:init - Initializing ResourceServlet > INFO 2009-01-15 20:59:13,668 CommentServlet:init - Initializing CommentServlet > INFO 2009-01-15 20:59:13,697 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-15 20:59:13,699 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-15 20:59:13,700 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-15 20:59:13,704 CommentValidationManager:<init> - Configured 3 CommentValidators > INFO 2009-01-15 20:59:13,708 CommentServlet:init - Comment Throttling DISABLED > INFO 2009-01-15 20:59:13,712 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-15 20:59:13,712 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-15 20:59:13,713 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-15 20:59:13,713 CommentValidationManager:<init> - Configured 3 CommentValidators > INFO 2009-01-15 20:59:13,717 RSDServlet:init - Initializing RSDServlet > INFO 2009-01-15 20:59:13,720 PlanetFeedServlet:init - Initializing PlanetRssServlet > INFO 2009-01-15 20:59:13,722 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size=10} > INFO 2009-01-15 20:59:13,726 PreviewResourceServlet:init - Initializing PreviewResourceServlet > INFO 2009-01-15 20:59:13,729 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet > INFO 2009-01-15 20:59:13,735 PreviewServlet:init - Initializing PreviewServlet > INFO 2009-01-15 20:59:55,270 DatabaseInstaller:upgradeDatabase - Database is old, beginning upgrade to version 410 I can see no error messages here. The glassfish log file also does not contain any error messages. How can I find out what went wrong? Thanks Stephan From [email protected] Fri Jan 16 04:18:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71841 invoked from network); 16 Jan 2009 04:18:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jan 2009 04:18:16 -0000 Received: (qmail 84584 invoked by uid 500); 16 Jan 2009 04:18:15 -0000 Delivered-To: [email protected] Received: (qmail 84556 invoked by uid 500); 16 Jan 2009 04:18: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84543 invoked by uid 99); 16 Jan 2009 04:18:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 20:18: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: 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; Fri, 16 Jan 2009 04:18:09 +0000 Received: by fg-out-1718.google.com with SMTP id 13so707460fge.11 for <[email protected]>; Thu, 15 Jan 2009 20:17:47 -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=V8q5JqplG5y2Nzxza2HLS+8ASQ46ozvmSu72r+N7EHw=; b=J9KnEIhwVzYYbgsInrUYODxxTmmKD2P7EIA7KtWdcMXvtV1izCniZ6a5ttwHZgCRYP X2lnBwx6Fh4A9/kaiOcbyjGLSIEP8l/HCUQZBdh/SPC8RVsWwDUgZ4jXfvIdgvVsD2rW QUMfVt+oljT9WRvT2pROim/YKqAMkX/Z67GTQ= 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=XSK6dJYeAtyaKm0o4T0ZG3WPB2JX9rNRNf4p8Fo4LxzFtF8CliuyYmyztDtFKqF/I9 QgR5FQe88O/kXU5j+zhoU5DLVeyAEhLeTN4kyS7UmdX9WzxA6StWLWk9BJh/qGnWlfYG YnnkN9kvf+b1hv+5jPWLXQL2a3ng8WF+dekbY= Received: by 161.129.204.104 with SMTP id u10mr1028448mul.22.1232079467285; Thu, 15 Jan 2009 20:17:47 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 15 Jan 2009 20:17:47 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 15 Jan 2009 23:17:47 -0500 From: "Sean Chang" <[email protected]> To: [email protected] Subject: Re: installation problem - /roller-ui/install/install!create.rol 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]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Dick, Since mysql problem was fixed, I still have the same error as following: HTTP Status 404 - /roller-ui/install/install!create.rol When I open roller, it says "No database tables found" so I click on "yes - create tables now" button. Then it redirect to "mydomain/roller-ui/install/install!create.rol". As you mentioned, I ignored mail server configuration because I thought it was not mandatory to run roller. Questions: 1. Is "mydomain/roller-ui/install/install!create.rol" right URL? 2. If redirected URL is correct, then why do I get 404 error? Do you have any idea how to resolve issues? Thanks On Thu, Jan 15, 2009 at 2:49 AM, Dick Davies <[email protected]> wrote: > On Thu, Jan 15, 2009 at 4:14 AM, Sean Chang <[email protected]> wrote: > > This isn't the same stacktrace you had, the mysql errors have gone. > >> Reason: ERROR connecting to mail server > > The other error is to do with your mail setup. > Have you configured a mail server? Looks like the password is wrong if you have. > > I noticed that one in the last mail, but I don't think this stops > roller from starting (maybe that changed recently) - > it just errors at boot time, but if you're not using email with Roller > it still works. > > Have you tried using Roller since you fixed the mysql error? What > errors do you see? > > ...... >> --- ROOT CAUSE --- >> javax.mail.AuthenticationFailedException >> at javax.mail.Service.connect(Service.java:319) >> at javax.mail.Service.connect(Service.java:169) >> at org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) >> at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) >> at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) >> at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) >> at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) >> at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) >> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) >> at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) >> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) >> at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) >> at org.apache.catalina.core.StandardService.start(StandardService.java:516) >> at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) >> at org.apache.catalina.startup.Catalina.start(Catalina.java:578) >> 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:288) >> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) >> 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) >> at java.lang.Thread.run(Thread.java:619) >> INFO 2009-01-15 04:04:57,773 RollerContext:contextInitialized - >> -------------------------------------------------------------- >> Roller Weblogger startup INCOMPLETE, user interaction required >> -------------------------------------------------------------- >> INFO 2009-01-15 04:04:57,775 RollerContext:initializeSecurityFeatures >> - Remember Me enabled: true >> INFO 2009-01-15 04:04:57,776 RollerContext:initializeSecurityFeatures >> - Password Encryption Algorithm set to 'SHA' >> INFO 2009-01-15 04:04:57,776 RollerContext:setupVelocity - >> Initializing Velocity >> INFO 2009-01-15 04:05:01,001 IPBanFilter:init - INIT IPBanFilter >> INFO 2009-01-15 04:05:01,099 RequestMappingFilter:init - Request >> mapping filter initialized, 1 mappers configured. >> WARN 2009-01-15 04:05:03,317 Settings:getLocale - Settings: Could not >> parse struts.locale setting, substituting defa >> ult VM locale >> INFO 2009-01-15 04:05:05,563 PageServlet:init - Initializing PageServlet >> INFO 2009-01-15 04:05:05,570 WeblogPageCache:<init> - >> {id=cache.weblogpage, enabled=true, timeout=3600, size=400} >> INFO 2009-01-15 04:05:05,574 CacheManager:<clinit> - Cache Manager Initialized. >> INFO 2009-01-15 04:05:05,575 CacheManager:<clinit> - Cache Factory = >> org.apache.roller.weblogger.util.cache.Expiring >> >> LRUCacheFactoryImpl >> INFO 2009-01-15 04:05:05,591 SiteWideCache:<init> - >> {id=cache.sitewide, enabled=true, timeout=1800, size=50} >> INFO 2009-01-15 04:05:05,592 PageServlet:init - Referrer processing >> enabled = true >> INFO 2009-01-15 04:05:05,595 FeedServlet:init - Initializing FeedServlet >> INFO 2009-01-15 04:05:05,596 WeblogFeedCache:<init> - >> {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} >> INFO 2009-01-15 04:05:05,618 SearchServlet:init - Initializing SearchServlet >> INFO 2009-01-15 04:05:05,620 ResourceServlet:init - Initializing >> ResourceServlet >> INFO 2009-01-15 04:05:05,631 CommentServlet:init - Initializing CommentServlet >> INFO 2009-01-15 04:05:05,663 CommentValidationManager:<init> - >> Configured CommentValidator: Blacklist Comment Valida >> tor / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator >> INFO 2009-01-15 04:05:05,665 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Links Comment Val >> idator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator >> INFO 2009-01-15 04:05:05,676 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Size Comment Vali >> dator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator >> INFO 2009-01-15 04:05:05,677 CommentValidationManager:<init> - >> Configured 3 CommentValidators >> INFO 2009-01-15 04:05:05,677 CommentServlet:init - Comment Throttling DISABLED >> INFO 2009-01-15 04:05:05,679 CommentValidationManager:<init> - >> Configured CommentValidator: Blacklist Comment Valida >> tor / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator >> INFO 2009-01-15 04:05:05,679 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Links Comment Val >> idator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator >> INFO 2009-01-15 04:05:05,680 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Size Comment Vali >> dator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator >> INFO 2009-01-15 04:05:05,680 CommentValidationManager:<init> - >> Configured 3 CommentValidators >> INFO 2009-01-15 04:05:05,692 RSDServlet:init - Initializing RSDServlet >> INFO 2009-01-15 04:05:05,695 PlanetFeedServlet:init - Initializing >> PlanetRssServlet >> INFO 2009-01-15 04:05:05,696 PlanetCache:<init> - Planet cache = >> {id=cache.planet, enabled=true, timeout=1800, size= >> 10} >> INFO 2009-01-15 04:05:05,710 PreviewResourceServlet:init - >> Initializing PreviewResourceServlet >> INFO 2009-01-15 04:05:05,713 PreviewThemeImageServlet:init - >> Initializing PreviewThemeImageServlet >> INFO 2009-01-15 04:05:05,716 PreviewServlet:init - Initializing PreviewServlet > From [email protected] Fri Jan 16 04:59:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78745 invoked from network); 16 Jan 2009 04:59:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jan 2009 04:59:12 -0000 Received: (qmail 2523 invoked by uid 500); 16 Jan 2009 04:59:11 -0000 Delivered-To: [email protected] Received: (qmail 2500 invoked by uid 500); 16 Jan 2009 04: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2489 invoked by uid 99); 16 Jan 2009 04:59:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 20:59:11 -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 mu-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 04:59:01 +0000 Received: by mu-out-0910.google.com with SMTP id i10so919728mue.7 for <[email protected]>; Thu, 15 Jan 2009 20:58: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 :content-transfer-encoding:content-disposition:references; bh=b5t33kx9bTJjfbdqnh7LMgHJhbR5jy/CDysW3D5Z1OU=; b=pghicTNssOdIX+IIJUimHpuHZ9XrUGW447j9wa1qlLpMayJFnJiTcUHzLGB5LC/nPe Qr13QrN+tFAy7Z9QvUtVEgFbICQJr6lgN4nCTFMRVpjHj56fcLXZQqRMd4fmdt+DMPwt yUQUM4qWu4uhrdGfuIL4mPhJUvhvwWaxI1c9E= 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=dGHlc3RGa/+F6Fqj5Hgb3+ONyrbozNNy113u8TRfzik3uNLXmG5oheUtVO0lA+73lf M5bRwCzrUW8goJXIHkNgkfVtWYW5GjEAeN+pfzaZmYuPf4Azs8GkEJpQf83j0nMHQiVD tmOROb8TNPdBrHQpcxtu7UTrWkixbt4Mt0YWI= Received: by 161.129.204.104 with SMTP id u10mr1026028mup.101.1232081919650; Thu, 15 Jan 2009 20:58:39 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 15 Jan 2009 20:58:39 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 15 Jan 2009 23:58:39 -0500 From: "Sean Chang" <[email protected]> To: [email protected] Subject: Re: installation problem - /roller-ui/install/install!create.rol In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Brian, Thank you for your help. However, DB password was hidden by Roller logger. I have a new error on log file with the same result which is "HTTP Status 404 - /roller-ui/install/install!create.rol" Please review my log file below and help me out to run Roller. Thanks, INFO 2009-01-16 04:42:01,509 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES INFO 2009-01-16 04:42:01,533 DatabaseProvider:successMessage - -- Using JDBC driver class: com.mysql.jdbc.Driver INFO 2009-01-16 04:42:01,534 DatabaseProvider:successMessage - -- Using JDBC connection URL: jdbc:mysql://localhost:3306/roller_db01?autoReconnect=3Dtrue&useUnicode=3Dt= rue&characterEncoding=3Dutf-8&mysqlEncoding=3Dutf8 INFO 2009-01-16 04:42:01,534 DatabaseProvider:successMessage - -- Using JDBC username: roller_dbu INFO 2009-01-16 04:42:01,534 DatabaseProvider:successMessage - -- Using JDBC password: [hidden] INFO 2009-01-16 04:42:01,590 DatabaseProvider:successMessage - SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] WARN 2009-01-16 04:42:05,540 WebloggerStartup:prepare - Failed to setup mail provider, continuing anways. Reason: ERROR connecting to mail server org.apache.roller.weblogger.business.startup.StartupException: ERROR connecting to mail server at org.apache.roller.weblogger.business.MailProvider.<init>(MailPro= vider.java:99) at org.apache.roller.weblogger.business.startup.WebloggerStartup.pr= epare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitial= ized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardC= ontext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.j= ava:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:= 1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:71= 9) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:= 1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.jav= a:443) at org.apache.catalina.core.StandardService.start(StandardService.j= ava:516) at org.apache.catalina.core.StandardServer.start(StandardServer.jav= a:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartS= topApp.java:238) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- javax.mail.AuthenticationFailedException at javax.mail.Service.connect(Service.java:319) at javax.mail.Service.connect(Service.java:169) at org.apache.roller.weblogger.business.MailProvider.getTransport(M= ailProvider.java:126) at org.apache.roller.weblogger.business.MailProvider.<init>(MailPro= vider.java:96) at org.apache.roller.weblogger.business.startup.WebloggerStartup.pr= epare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitial= ized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardC= ontext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.j= ava:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:= 1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:71= 9) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:= 1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.jav= a:443) at org.apache.catalina.core.StandardService.start(StandardService.j= ava:516) at org.apache.catalina.core.StandardServer.start(StandardServer.jav= a:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartS= topApp.java:238) at java.lang.Thread.run(Thread.java:619) INFO 2009-01-16 04:42:05,569 RollerContext:contextInitialized - -------------------------------------------------------------- Roller Weblogger startup INCOMPLETE, user interaction required -------------------------------------------------------------- INFO 2009-01-16 04:42:05,571 RollerContext:initializeSecurityFeatures - Remember Me enabled: true INFO 2009-01-16 04:42:05,572 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' INFO 2009-01-16 04:42:05,573 RollerContext:setupVelocity - Initializing Velocity INFO 2009-01-16 04:42:08,259 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-16 04:42:08,353 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-16 04:42:10,624 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale INFO 2009-01-16 04:42:13,405 PageServlet:init - Initializing PageServlet INFO 2009-01-16 04:42:13,407 WeblogPageCache:<init> - {id=3Dcache.weblogpage, enabled=3Dtrue, timeout=3D3600, size=3D400} INFO 2009-01-16 04:42:13,422 CacheManager:<clinit> - Cache Manager Initial= ized. INFO 2009-01-16 04:42:13,422 CacheManager:<clinit> - Cache Factory =3D org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl INFO 2009-01-16 04:42:13,433 SiteWideCache:<init> - {id=3Dcache.sitewide, enabled=3Dtrue, timeout=3D1800, size=3D50} INFO 2009-01-16 04:42:13,456 PageServlet:init - Referrer processing enabled =3D true INFO 2009-01-16 04:42:13,460 FeedServlet:init - Initializing FeedServlet INFO 2009-01-16 04:42:13,461 WeblogFeedCache:<init> - {id=3Dcache.weblogfeed, enabled=3Dtrue, timeout=3D3600, size=3D200} INFO 2009-01-16 04:42:13,463 SearchServlet:init - Initializing SearchServl= et INFO 2009-01-16 04:42:13,467 ResourceServlet:init - Initializing ResourceServlet INFO 2009-01-16 04:42:13,471 CommentServlet:init - Initializing CommentSer= vlet INFO 2009-01-16 04:42:13,510 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentV= alidator INFO 2009-01-16 04:42:13,511 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommen= tValidator INFO 2009-01-16 04:42:13,512 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeComment= Validator INFO 2009-01-16 04:42:13,512 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-16 04:42:13,513 CommentServlet:init - Comment Throttling DISA= BLED INFO 2009-01-16 04:42:13,528 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentV= alidator INFO 2009-01-16 04:42:13,528 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommen= tValidator INFO 2009-01-16 04:42:13,529 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeComment= Validator INFO 2009-01-16 04:42:13,529 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-16 04:42:13,532 RSDServlet:init - Initializing RSDServlet INFO 2009-01-16 04:42:13,545 PlanetFeedServlet:init - Initializing PlanetRssServlet INFO 2009-01-16 04:42:13,546 PlanetCache:<init> - Planet cache =3D {id=3Dcache.planet, enabled=3Dtrue, timeout=3D1800, size=3D10} INFO 2009-01-16 04:42:13,549 PreviewResourceServlet:init - Initializing PreviewResourceServlet INFO 2009-01-16 04:42:13,551 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet INFO 2009-01-16 04:42:13,568 PreviewServlet:init - Initializing PreviewSer= vlet INFO 2009-01-16 04:42:16,726 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JNDI_NAME INFO 2009-01-16 04:42:16,736 DatabaseProvider:successMessage - -- Using JNDI datasource name: java:comp/env/jdbc/rollerdb INFO 2009-01-16 04:42:16,737 DatabaseProvider:successMessage - SUCCESS: located JNDI DataSource [java:comp/env/jdbc/rollerdb] ERROR 2009-01-16 04:42:16,739 DatabaseProvider:errorMessage - ERROR: unable to obtain database connection. Likely problem: bad connection parameters or database unavailable. FATAL 2009-01-16 04:42:16,741 RollerContext:contextInitialized - Roller Weblogger startup failed during app preparation org.apache.roller.weblogger.business.startup.StartupException: ERROR: unable to obtain database connection. Likely problem: bad connection parameters or database unavailable. at org.apache.roller.weblogger.business.DatabaseProvider.<init>(Dat= abaseProvider.java:148) at org.apache.roller.weblogger.business.startup.WebloggerStartup.pr= epare(WebloggerStartup.java:171) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitial= ized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardC= ontext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.j= ava:4350) at org.apache.catalina.core.ContainerBase.addChildInternal(Containe= rBase.java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.ja= va:771) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java= :525) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfi= g.java:924) at org.apache.catalina.startup.HostConfig.deployDirectories(HostCon= fig.java:887) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.jav= a:492) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:114= 7) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig= .java:311) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lif= ecycleSupport.java:117) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:= 1053) at org.apache.catalina.core.StandardHost.start(StandardHost.java:71= 9) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:= 1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.jav= a:443) at org.apache.catalina.core.StandardService.start(StandardService.j= ava:516) at org.apache.catalina.core.StandardServer.start(StandardServer.jav= a:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartS= topApp.java:238) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(Bas= icDataSource.java:1150) at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicD= ataSource.java:880) at org.apache.roller.weblogger.business.DatabaseProvider.getConnect= ion(DatabaseProvider.java:179) at org.apache.roller.weblogger.business.DatabaseProvider.<init>(Dat= abaseProvider.java:141) at org.apache.roller.weblogger.business.startup.WebloggerStartup.pr= epare(WebloggerStartup.java:171) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitial= ized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardC= ontext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.j= ava:4350) at org.apache.catalina.core.ContainerBase.addChildInternal(Containe= rBase.java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.ja= va:771) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java= :525) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfi= g.java:924) at org.apache.catalina.startup.HostConfig.deployDirectories(HostCon= fig.java:887) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.jav= a:492) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:114= 7) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig= .java:311) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lif= ecycleSupport.java:117) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:= 1053) at org.apache.catalina.core.StandardHost.start(StandardHost.java:71= 9) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:= 1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.jav= a:443) at org.apache.catalina.core.StandardService.start(StandardService.j= ava:516) at org.apache.catalina.core.StandardServer.start(StandardServer.jav= a:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartS= topApp.java:238) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.NullPointerException at sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507= ) at sun.jdbc.odbc.JdbcOdbcDriver.knownURL(JdbcOdbcDriver.java:476) at sun.jdbc.odbc.JdbcOdbcDriver.acceptsURL(JdbcOdbcDriver.java:307) at java.sql.DriverManager.getDriver(DriverManager.java:253) at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(Bas= icDataSource.java:1143) ... 35 more INFO 2009-01-16 04:42:16,912 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-16 04:42:16,933 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-16 04:42:17,585 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale INFO 2009-01-16 04:42:19,174 PageServlet:init - Initializing PageServlet INFO 2009-01-16 04:42:19,176 WeblogPageCache:<init> - {id=3Dcache.weblogpage, enabled=3Dtrue, timeout=3D3600, size=3D400} INFO 2009-01-16 04:42:19,192 CacheManager:<clinit> - Cache Manager Initial= ized. INFO 2009-01-16 04:42:19,193 CacheManager:<clinit> - Cache Factory =3D org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl INFO 2009-01-16 04:42:19,197 SiteWideCache:<init> - {id=3Dcache.sitewide, enabled=3Dtrue, timeout=3D1800, size=3D50} INFO 2009-01-16 04:42:19,198 PageServlet:init - Referrer processing enabled =3D true INFO 2009-01-16 04:42:19,214 FeedServlet:init - Initializing FeedServlet INFO 2009-01-16 04:42:19,215 WeblogFeedCache:<init> - {id=3Dcache.weblogfeed, enabled=3Dtrue, timeout=3D3600, size=3D200} INFO 2009-01-16 04:42:19,217 SearchServlet:init - Initializing SearchServl= et INFO 2009-01-16 04:42:19,219 ResourceServlet:init - Initializing ResourceServlet INFO 2009-01-16 04:42:19,235 CommentServlet:init - Initializing CommentSer= vlet INFO 2009-01-16 04:42:19,329 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentV= alidator INFO 2009-01-16 04:42:19,331 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommen= tValidator INFO 2009-01-16 04:42:19,340 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeComment= Validator INFO 2009-01-16 04:42:19,340 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-16 04:42:19,341 CommentServlet:init - Comment Throttling DISA= BLED INFO 2009-01-16 04:42:19,349 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentV= alidator INFO 2009-01-16 04:42:19,349 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommen= tValidator INFO 2009-01-16 04:42:19,350 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeComment= Validator INFO 2009-01-16 04:42:19,350 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-16 04:42:19,353 RSDServlet:init - Initializing RSDServlet INFO 2009-01-16 04:42:19,365 PlanetFeedServlet:init - Initializing PlanetRssServlet INFO 2009-01-16 04:42:19,366 PlanetCache:<init> - Planet cache =3D {id=3Dcache.planet, enabled=3Dtrue, timeout=3D1800, size=3D10} INFO 2009-01-16 04:42:19,368 PreviewResourceServlet:init - Initializing PreviewResourceServlet INFO 2009-01-16 04:42:19,399 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet INFO 2009-01-16 04:42:19,402 PreviewServlet:init - Initializing PreviewSer= vlet On Thu, Jan 15, 2009 at 11:32 AM, Brian Levine <[email protected]> w= rote: > > > This line looks wrong to me. Shouldn't there be a database name and user= name/password. Or did you blank those out for security? > Using JDBC connection URL: jdbc:mysql://localhost: > >> Date: Wed, 14 Jan 2009 23:14:08 -0500 >> From: [email protected] >> To: [email protected] >> Subject: Re: installation problem - /roller-ui/install/install!create.ro= l >> >> Thank you, Dick and Dave for your response. >> >> At the first time, I did not put mysql driver jar in classpath, but I >> did after first attempt failure. >> >> Logs that I posted contains everything including my first attempt. >> So valid log is the last part to investigate. >> Anyway, I attach brand new logs to ask you guys for my favor. >> I copied mysql driver jar in both ~/appBase/WEB-INF/lib and tomcat/lib. >> However, I get the same result. >> >> What did I wrong and how to figure it out? >> Could you give me a clue? >> >> Thank you >> >> Here's my brand new log: >> >> cat logs/roller.log >> INFO 2009-01-15 04:04:52,772 DatabaseProvider:successMessage - >> SUCCESS: Got parameters. Using configuration type JDB >> >> C_PROPERTIES >> INFO 2009-01-15 04:04:52,843 DatabaseProvider:successMessage - -- >> Using JDBC driver class: com.mysql.jdbc.Driver >> INFO 2009-01-15 04:04:52,844 DatabaseProvider:successMessage - -- >> Using JDBC connection URL: jdbc:mysql://localhost: >> >> 3306/roller_db01 >> INFO 2009-01-15 04:04:52,844 DatabaseProvider:successMessage - -- >> Using JDBC username: roller_dbu >> INFO 2009-01-15 04:04:52,844 DatabaseProvider:successMessage - -- >> Using JDBC password: [hidden] >> INFO 2009-01-15 04:04:52,900 DatabaseProvider:successMessage - >> SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Dri >> ver] >> WARN 2009-01-15 04:04:57,749 WebloggerStartup:prepare - Failed to >> setup mail provider, continuing anways. >> Reason: ERROR connecting to mail server >> org.apache.roller.weblogger.business.startup.StartupException: ERROR >> connecting to mail server >> at org.apache.roller.weblogger.business.MailProvider.<init>(Mail= Provider.java:99) >> at org.apache.roller.weblogger.business.startup.WebloggerStartup= .prepare(WebloggerStartup.java:179) >> at org.apache.roller.weblogger.ui.core.RollerContext.contextInit= ialized(RollerContext.java:138) >> at org.apache.catalina.core.StandardContext.listenerStart(Standa= rdContext.java:3843) >> at org.apache.catalina.core.StandardContext.start(StandardContex= t.java:4350) >> at org.apache.catalina.core.ContainerBase.start(ContainerBase.ja= va:1045) >> at org.apache.catalina.core.StandardHost.start(StandardHost.java= :719) >> at org.apache.catalina.core.ContainerBase.start(ContainerBase.ja= va:1045) >> at org.apache.catalina.core.StandardEngine.start(StandardEngine.= java:443) >> at org.apache.catalina.core.StandardService.start(StandardServic= e.java:516) >> at org.apache.catalina.core.StandardServer.start(StandardServer.= java:710) >> at org.apache.catalina.startup.Catalina.start(Catalina.java:578) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces= sorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet= hodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:28= 8) >> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413= ) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces= sorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet= hodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperSta= rtStopApp.java:238) >> at java.lang.Thread.run(Thread.java:619) >> --- ROOT CAUSE --- >> javax.mail.AuthenticationFailedException >> at javax.mail.Service.connect(Service.java:319) >> at javax.mail.Service.connect(Service.java:169) >> at org.apache.roller.weblogger.business.MailProvider.getTranspor= t(MailProvider.java:126) >> at org.apache.roller.weblogger.business.MailProvider.<init>(Mail= Provider.java:96) >> at org.apache.roller.weblogger.business.startup.WebloggerStartup= .prepare(WebloggerStartup.java:179) >> at org.apache.roller.weblogger.ui.core.RollerContext.contextInit= ialized(RollerContext.java:138) >> at org.apache.catalina.core.StandardContext.listenerStart(Standa= rdContext.java:3843) >> at org.apache.catalina.core.StandardContext.start(StandardContex= t.java:4350) >> at org.apache.catalina.core.ContainerBase.start(ContainerBase.ja= va:1045) >> at org.apache.catalina.core.StandardHost.start(StandardHost.java= :719) >> at org.apache.catalina.core.ContainerBase.start(ContainerBase.ja= va:1045) >> at org.apache.catalina.core.StandardEngine.start(StandardEngine.= java:443) >> at org.apache.catalina.core.StandardService.start(StandardServic= e.java:516) >> at org.apache.catalina.core.StandardServer.start(StandardServer.= java:710) >> at org.apache.catalina.startup.Catalina.start(Catalina.java:578) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces= sorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet= hodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:28= 8) >> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413= ) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces= sorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet= hodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperSta= rtStopApp.java:238) >> at java.lang.Thread.run(Thread.java:619) >> INFO 2009-01-15 04:04:57,773 RollerContext:contextInitialized - >> -------------------------------------------------------------- >> Roller Weblogger startup INCOMPLETE, user interaction required >> -------------------------------------------------------------- >> INFO 2009-01-15 04:04:57,775 RollerContext:initializeSecurityFeatures >> - Remember Me enabled: true >> INFO 2009-01-15 04:04:57,776 RollerContext:initializeSecurityFeatures >> - Password Encryption Algorithm set to 'SHA' >> INFO 2009-01-15 04:04:57,776 RollerContext:setupVelocity - >> Initializing Velocity >> INFO 2009-01-15 04:05:01,001 IPBanFilter:init - INIT IPBanFilter >> INFO 2009-01-15 04:05:01,099 RequestMappingFilter:init - Request >> mapping filter initialized, 1 mappers configured. >> WARN 2009-01-15 04:05:03,317 Settings:getLocale - Settings: Could not >> parse struts.locale setting, substituting defa >> ult VM locale >> INFO 2009-01-15 04:05:05,563 PageServlet:init - Initializing PageServle= t >> INFO 2009-01-15 04:05:05,570 WeblogPageCache:<init> - >> {id=3Dcache.weblogpage, enabled=3Dtrue, timeout=3D3600, size=3D400} >> INFO 2009-01-15 04:05:05,574 CacheManager:<clinit> - Cache Manager Init= ialized. >> INFO 2009-01-15 04:05:05,575 CacheManager:<clinit> - Cache Factory =3D >> org.apache.roller.weblogger.util.cache.Expiring >> >> LRUCacheFactoryImpl >> INFO 2009-01-15 04:05:05,591 SiteWideCache:<init> - >> {id=3Dcache.sitewide, enabled=3Dtrue, timeout=3D1800, size=3D50} >> INFO 2009-01-15 04:05:05,592 PageServlet:init - Referrer processing >> enabled =3D true >> INFO 2009-01-15 04:05:05,595 FeedServlet:init - Initializing FeedServle= t >> INFO 2009-01-15 04:05:05,596 WeblogFeedCache:<init> - >> {id=3Dcache.weblogfeed, enabled=3Dtrue, timeout=3D3600, size=3D200} >> INFO 2009-01-15 04:05:05,618 SearchServlet:init - Initializing SearchSe= rvlet >> INFO 2009-01-15 04:05:05,620 ResourceServlet:init - Initializing >> ResourceServlet >> INFO 2009-01-15 04:05:05,631 CommentServlet:init - Initializing Comment= Servlet >> INFO 2009-01-15 04:05:05,663 CommentValidationManager:<init> - >> Configured CommentValidator: Blacklist Comment Valida >> tor / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistComme= ntValidator >> INFO 2009-01-15 04:05:05,665 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Links Comment Val >> idator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCom= mentValidator >> INFO 2009-01-15 04:05:05,676 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Size Comment Vali >> dator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeComm= entValidator >> INFO 2009-01-15 04:05:05,677 CommentValidationManager:<init> - >> Configured 3 CommentValidators >> INFO 2009-01-15 04:05:05,677 CommentServlet:init - Comment Throttling D= ISABLED >> INFO 2009-01-15 04:05:05,679 CommentValidationManager:<init> - >> Configured CommentValidator: Blacklist Comment Valida >> tor / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistComme= ntValidator >> INFO 2009-01-15 04:05:05,679 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Links Comment Val >> idator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCom= mentValidator >> INFO 2009-01-15 04:05:05,680 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Size Comment Vali >> dator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeComm= entValidator >> INFO 2009-01-15 04:05:05,680 CommentValidationManager:<init> - >> Configured 3 CommentValidators >> INFO 2009-01-15 04:05:05,692 RSDServlet:init - Initializing RSDServlet >> INFO 2009-01-15 04:05:05,695 PlanetFeedServlet:init - Initializing >> PlanetRssServlet >> INFO 2009-01-15 04:05:05,696 PlanetCache:<init> - Planet cache =3D >> {id=3Dcache.planet, enabled=3Dtrue, timeout=3D1800, size=3D >> 10} >> INFO 2009-01-15 04:05:05,710 PreviewResourceServlet:init - >> Initializing PreviewResourceServlet >> INFO 2009-01-15 04:05:05,713 PreviewThemeImageServlet:init - >> Initializing PreviewThemeImageServlet >> INFO 2009-01-15 04:05:05,716 PreviewServlet:init - Initializing Preview= Servlet >> >> >> >> On Wed, Jan 14, 2009 at 9:06 AM, Dave <[email protected]> wrote: >> > On Wed, Jan 14, 2009 at 8:04 AM, Dick Davies >> > <[email protected]> wrote: >> >> Roller hasn't been able to autoinstall because there are some things = missing. >> >> >> >> The main one is the mysql jdbc driver; it's not on your classpath by >> >> the looks of it. That stops roller from connecting to your DB to init= ialize it. >> > >> > Yep. That's a good diagnosis. >> > >> > The solution is probably to put the MySQL driver jar in <tomcat>/lib >> > >> > - Dave >> > > > _________________________________________________________________ > Windows Live=99: Keep your life in sync. > http://windowslive.com/explore?ocid=3DTXT_TAGLM_WL_t1_allup_explore_01200= 9 From [email protected] Fri Jan 16 11:49:27 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34120 invoked from network); 16 Jan 2009 11:49:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jan 2009 11:49:27 -0000 Received: (qmail 86329 invoked by uid 500); 16 Jan 2009 11:49:26 -0000 Delivered-To: [email protected] Received: (qmail 86291 invoked by uid 500); 16 Jan 2009 11: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86271 invoked by uid 99); 16 Jan 2009 11:49:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 03:49:25 -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 ug-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 11:49:18 +0000 Received: by ug-out-1314.google.com with SMTP id 36so36311uga.17 for <[email protected]>; Fri, 16 Jan 2009 03:48:57 -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:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=OKyKG7D4q3m3r+HJ84wky2FK3XV3/KMwbghF4rGVMls=; b=usF74m5wliSvh3cBvLNb4C4Qt9q29jMIC181Y15OsSNhjAKV0HqhYb185IPn6q3Fl+ bxFq4MLd9Q9K6b5KvdToG4S1puBsSWMWZcqhPC55n/3AWCUf++l2QvZIk3GGoZEXIOug GQi+6IjSrmA/pbv2nAaQ/QaRKPcf8InSvx6WM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=ZVPjKlUnTp+DgYhofpTqJM3+dCyP0pvLNmllM17J6l2YNng4AdDDSE3cGHi8X2dqIG 6wjzW1LjIBr9IYh/KHNSBzuJ9Gy6a5kxLO1DWFptfNbcNpvns11pqzQw7ndcRBxOvNno 8+JShbp2b2iPuxM0euXONi8dUtbqty2I1hO/Q= Received: by 161.129.204.104 with SMTP id s14mr3012584eba.158.1232106537845; Fri, 16 Jan 2009 03:48:57 -0800 (PST) Received: by 161.129.204.104 with HTTP; Fri, 16 Jan 2009 03:48:57 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 16 Jan 2009 11:48:57 +0000 From: "Dick Davies" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: installation problem - /roller-ui/install/install!create.rol 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]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Google-Sender-Auth: 6ed0598ad7bbae2f X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Jan 16, 2009 at 4:58 AM, Sean Chang <[email protected]> wrote: > INFO 2009-01-16 04:42:16,736 DatabaseProvider:successMessage - -- > Using JNDI datasource name: java:comp/env/jdbc/rollerdb > INFO 2009-01-16 04:42:16,737 DatabaseProvider:successMessage - > SUCCESS: located JNDI DataSource [java:comp/env/jdbc/rollerdb] The above means you have a JNDI entry with the correct name. That's the Roller config done. > ERROR 2009-01-16 04:42:16,739 DatabaseProvider:errorMessage - ERROR: > unable to obtain database connection. Likely problem: bad connection > parameters or database unavailable. > --- ROOT CAUSE --- > org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC > driver of class '' for connect URL 'null' The lines above look like there's something wrong with the connection pool behind that JNDI reference - that's more of a tomcat misconfiguration. 1. Does the database exist? 2. is the pool configured correctly (right username/password , etc) ? From [email protected] Fri Jan 16 22:05:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35044 invoked from network); 16 Jan 2009 22:05:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jan 2009 22:05:22 -0000 Received: (qmail 87095 invoked by uid 500); 16 Jan 2009 22:05:21 -0000 Delivered-To: [email protected] Received: (qmail 87074 invoked by uid 500); 16 Jan 2009 22: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]> List-Id: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87063 invoked by uid 99); 16 Jan 2009 22:05:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 14:05:21 -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: local policy) Received: from [161.129.204.104] (HELO busybuddha.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 22:05:13 +0000 Received: from [161.129.204.104] (sycamore.busybuddha.org [161.129.204.104]) by busybuddha.org (8.14.2/8.14.2) with ESMTP id n0GLsbnE011268 for <[email protected]>; Fri, 16 Jan 2009 13:54:37 -0800 Message-ID: <[email protected]> Date: Fri, 16 Jan 2009 14:04:48 -0800 From: Anil Gangolli <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20081209) MIME-Version: 1.0 To: [email protected] Subject: Re: Upgrade from 4.0 to 4.0.1 fails with glassfish and Derby References: <1232050847.6711.14.camel@holmium> In-Reply-To: <1232050847.6711.14.camel@holmium> Content-Type: multipart/alternative; boundary="------------070109060506020607090008" X-Virus-Checked: Checked by ClamAV on apache.org --------------070109060506020607090008 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hmm. There's something a bit weird about your build. The 4.0.1 source tree does not have any version of 400-to-410-migration.sql. It has 400-to-401-migration.sql. Your build somehow has this, which is at least an indication that something isn't quite right with it. Did you pull your sources from roller/tags/roller_4.0.1/ ? Did you pull to a clean directory? Did you install the webapp to a clean directory? --a. Stephan Mühlstrasser wrote: > Hi, > > I just tested an upgrade from roller 4.0 to roller 4.0.1 which fails. > > My environment: > > Ubuntu 8.10 > glassfish-v2-b58g > Derby 10.2.2 > JDK 1.6.0_03-b05 > roller 4.0.1 built from SVN source (I have to add a fix for defect > ROL-1694 which is not yet fixed 4.0.1) > > This is my roller-custom.properties: > > installation.type=auto > > database.configurationType=jndi > database.jndi.name=jdbc/rollerdb > > mail.configurationType=properties > mail.hostname=<removed> > mail.username=<removed> > mail.password=<removed> > > After uploading the new roller.war and going to the roller URL, I saw > the message that the database tables need to be upgraded, which I > confirmed. After a while the following was displayed: > > >> Error upgrading tables >> Error upgrading tables, possibly due to an error in the database >> creation script or because you are using an unsupported database. You >> will have to fix this problem and then restart or redeploy Roller >> before you can proceed. Below are the success/error messages issued >> during the upgrade process: >> >> Running database upgrade script: derby/400-to-410-migration.sql >> create table roller_permission ( id varchar(48) not null primary key, username varchar(255) not null, actions varchar(255), objectid varchar(48), objecttype varchar(255), pending smallint default 1, datecreated timestamp not null ) >> insert into roller_permission (id,username,actions,objectid,objecttype,pending,datecreated) select w.id || u.username , u.username, 'edit_draft', w.handle, 'Weblog', 0, current_timestamp from rolleruser as u, website as w, roller_user_permissions as p where p.user_id = u.id and p.website_id = w.id and permission_mask = 1 >> insert into roller_permission (id,username,actions,objectid,objecttype,pending,datecreated) select w.id || u.username , u.username, 'author', w.handle, 'Weblog', 0, current_timestamp from rolleruser as u, website as w, roller_user_permissions as p where p.user_id = u.id and p.website_id = w.id and permission_mask = 2 >> insert into roller_permission (id,username,actions,objectid,objecttype,pending,datecreated) select w.id || u.username , u.username, 'admin', w.handle, 'Weblog', 0, current_timestamp from rolleruser as u, website as w, roller_user_permissions as p where p.user_id = u.id and p.website_id = w.id and permission_mask = 3 >> alter table userrole alter column userid null >> alter table website alter column userid null >> alter table website add column creator varchar(255) default null >> update website as w set lastmodified = lastmodified, datecreated = datecreated, creator = (select u.username from rolleruser as u where u.id = w.userid) >> alter table weblogentry alter column userid null >> alter table weblogentry add column creator varchar(255) default null >> update weblogentry as w set pubtime = pubtime, updatetime = updatetime, creator = (select u.username from rolleruser as u where u.id = w.userid) >> alter table roller_weblogentrytag alter column userid null >> alter table roller_weblogentrytag add column creator varchar(255) default null >> update roller_weblogentrytag as w set time = time, creator = (select u.username from rolleruser as u where u.id = w.userid) >> create table roller_userattribute( id varchar(48) not null primary key, username varchar(255) not null, attrname varchar(255) not null, attrvalue varchar(255) not null ) >> create index ua_username_idx on roller_userattribute( username ) >> create index ua_attrname_idx on roller_userattribute( attrname ) >> create index ua_attrvalue_idx on roller_userattribute( attrvalue ) >> > > I can see no error message here. > > These are the roller.log messages: > > >> INFO 2009-01-15 20:58:58,356 ContinuousWorkerThread:run - HitCountQueueProcessor Started. >> INFO 2009-01-15 20:58:58,358 HitCountQueue:shutdown - stopping worker HitCountQueueProcessor >> INFO 2009-01-15 20:58:58,464 ContinuousWorkerThread:run - HitCountQueueProcessor INTERRUPT: sleep interrupted >> INFO 2009-01-15 20:59:09,701 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JNDI_NAME >> INFO 2009-01-15 20:59:09,704 DatabaseProvider:successMessage - -- Using JNDI datasource name: java:comp/env/jdbc/rollerdb >> INFO 2009-01-15 20:59:09,708 DatabaseProvider:successMessage - SUCCESS: located JNDI DataSource [java:comp/env/jdbc/rollerdb] >> INFO 2009-01-15 20:59:10,013 RollerContext:contextInitialized - >> -------------------------------------------------------------- >> Roller Weblogger startup INCOMPLETE, user interaction required >> -------------------------------------------------------------- >> INFO 2009-01-15 20:59:10,014 RollerContext:initializeSecurityFeatures - Remember Me enabled: true >> INFO 2009-01-15 20:59:10,019 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' >> INFO 2009-01-15 20:59:10,019 RollerContext:setupVelocity - Initializing Velocity >> INFO 2009-01-15 20:59:10,694 IPBanFilter:init - INIT IPBanFilter >> INFO 2009-01-15 20:59:11,995 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. >> WARN 2009-01-15 20:59:13,102 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale >> INFO 2009-01-15 20:59:13,641 PageServlet:init - Initializing PageServlet >> INFO 2009-01-15 20:59:13,644 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} >> INFO 2009-01-15 20:59:13,648 CacheManager:<clinit> - Cache Manager Initialized. >> INFO 2009-01-15 20:59:13,649 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl >> INFO 2009-01-15 20:59:13,654 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} >> INFO 2009-01-15 20:59:13,655 PageServlet:init - Referrer processing enabled = true >> INFO 2009-01-15 20:59:13,658 FeedServlet:init - Initializing FeedServlet >> INFO 2009-01-15 20:59:13,660 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} >> INFO 2009-01-15 20:59:13,663 SearchServlet:init - Initializing SearchServlet >> INFO 2009-01-15 20:59:13,665 ResourceServlet:init - Initializing ResourceServlet >> INFO 2009-01-15 20:59:13,668 CommentServlet:init - Initializing CommentServlet >> INFO 2009-01-15 20:59:13,697 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator >> INFO 2009-01-15 20:59:13,699 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator >> INFO 2009-01-15 20:59:13,700 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator >> INFO 2009-01-15 20:59:13,704 CommentValidationManager:<init> - Configured 3 CommentValidators >> INFO 2009-01-15 20:59:13,708 CommentServlet:init - Comment Throttling DISABLED >> INFO 2009-01-15 20:59:13,712 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator >> INFO 2009-01-15 20:59:13,712 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator >> INFO 2009-01-15 20:59:13,713 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator >> INFO 2009-01-15 20:59:13,713 CommentValidationManager:<init> - Configured 3 CommentValidators >> INFO 2009-01-15 20:59:13,717 RSDServlet:init - Initializing RSDServlet >> INFO 2009-01-15 20:59:13,720 PlanetFeedServlet:init - Initializing PlanetRssServlet >> INFO 2009-01-15 20:59:13,722 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size=10} >> INFO 2009-01-15 20:59:13,726 PreviewResourceServlet:init - Initializing PreviewResourceServlet >> INFO 2009-01-15 20:59:13,729 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet >> INFO 2009-01-15 20:59:13,735 PreviewServlet:init - Initializing PreviewServlet >> INFO 2009-01-15 20:59:55,270 DatabaseInstaller:upgradeDatabase - Database is old, beginning upgrade to version 410 >> > > I can see no error messages here. The glassfish log file also does not > contain any error messages. > > How can I find out what went wrong? > > Thanks > Stephan > --------------070109060506020607090008-- From [email protected] Fri Jan 16 23:37:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74162 invoked from network); 16 Jan 2009 23:37:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jan 2009 23:37:17 -0000 Received: (qmail 91713 invoked by uid 500); 16 Jan 2009 23:37:16 -0000 Delivered-To: [email protected] Received: (qmail 91689 invoked by uid 500); 16 Jan 2009 23: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91678 invoked by uid 99); 16 Jan 2009 23:37:16 -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 15:37:16 -0800 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=MIME_QP_LONG_LINE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO fmmailgate05.web.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 23:37:09 +0000 Received: from web.de by fmmailgate05.web.de (Postfix) with SMTP id 07D495ABA406 for <[email protected]>; Sat, 17 Jan 2009 00:36:48 +0100 (CET) Received: from [161.129.204.104] by freemailng1007.web.de with HTTP; Sat, 17 Jan 2009 00:36:47 +0100 Date: Sat, 17 Jan 2009 00:36:47 +0100 Message-Id: <[email protected]> MIME-Version: 1.0 From: =?iso-8859-15?Q?Stephan_M=FChlstrasser?= <[email protected]> To: [email protected] Subject: Re: Upgrade from 4.0 to 4.0.1 fails with glassfish and Derby Organization: http://freemail.web.de/ X-Provags-Id: V01U2FsdGVkX18lE3o7NTQsaxAcFpthm4ZNtbFUGMDJWSm8CDo93kkER63Oc FCcrLMSq+RnlXs032Rb7kFxFyZgw654R7nErutXdvLM6DwlSW0irLlOrPHgn fSFbQd79y/u Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Ah, thank you, I see my mistake. I followed the instructions from the Wiki= to get the sources from SVN, and I didn't think about the fact that I wou= ld get something later than 4.0.1. I did this: svn checkout https://svn.apache.org/repos/asf/roller/trunk roller=5Ftrunk I will now try to check out with the roller=5F4.0.1 tag, and see whether tha= t fixes my problem. Thanks Stephan > -----Urspr=FCngliche Nachricht----- > Von: "Anil Gangolli" <[email protected]> > Gesendet: 16.01.09 23:05:30 > An: [email protected] > Betreff: Re: Upgrade from 4.0 to 4.0.1 fails with glassfish and Derby >=20 > Hmm.=20 >=20 > There's something a bit weird about your build. The 4.0.1 source tree=20 > does not have any version of 400-to-410-migration.sql. It has=20 > 400-to-401-migration.sql. Your build somehow has this, which is at=20 > least an indication that something isn't quite right with it. >=20 > Did you pull your sources from roller/tags/roller=5F4.0.1/ =3F Did you=20 > pull to a clean directory=3F Did you install the webapp to a clean direct= ory=3F >=20 > --a. >=20 > Stephan M=FChlstrasser wrote: > > Hi, > > > > I just tested an upgrade from roller 4.0 to roller 4.0.1 which fails. > > > > My environment: > > > > Ubuntu 8.10 > > glassfish-v2-b58g > > Derby 10.2.2 > > JDK 1.6.0=5F03-b05 > > roller 4.0.1 built from SVN source (I have to add a fix for defect > > ROL-1694 which is not yet fixed 4.0.1) > > > > This is my roller-custom.properties: > > > > installation.type=3Dauto > > > > database.configurationType=3Djndi > > database.jndi.name=3Djdbc/rollerdb > > > > mail.configurationType=3Dproperties > > mail.hostname=3D<removed> > > mail.username=3D<removed> > > mail.password=3D<removed> > > > > After uploading the new roller.war and going to the roller URL, I saw > > the message that the database tables need to be upgraded, which I > > confirmed. After a while the following was displayed: > > > > =20 > >> Error upgrading tables > >> Error upgrading tables, possibly due to an error in the database > >> creation script or because you are using an unsupported database. You= > >> will have to fix this problem and then restart or redeploy Roller > >> before you can proceed. Below are the success/error messages issued > >> during the upgrade process: > >> > >> Running database upgrade script: derby/400-to-410-migration.sql > >> create table roller=5Fpermission ( id varchar(48) not nu= ll primary key, username varchar(255) not null, actions var= char(255), objectid varchar(48), objecttype varchar(255), pend= ing smallint default 1, datecreated timestamp not null ) > >> insert into roller=5Fpermission (id,username,actions,objectid,objectty= pe,pending,datecreated) select w.id || u.username , u.username, 'edit=5Fd= raft', w.handle, 'Weblog', 0, current=5Ftimestamp from rolleruser as u, webs= ite as w, roller=5Fuser=5Fpermissions as p where p.user=5Fid =3D u.id and p.websit= e=5Fid =3D w.id and permission=5Fmask =3D 1 > >> insert into roller=5Fpermission (id,username,actions,objectid,objectty= pe,pending,datecreated) select w.id || u.username , u.username, 'author= ', w.handle, 'Weblog', 0, current=5Ftimestamp from rolleruser as u, website = as w, roller=5Fuser=5Fpermissions as p where p.user=5Fid =3D u.id and p.website=5Fid= =3D w.id and permission=5Fmask =3D 2 > >> insert into roller=5Fpermission (id,username,actions,objectid,objectty= pe,pending,datecreated) select w.id || u.username , u.username, 'admin'= , w.handle, 'Weblog', 0, current=5Ftimestamp from rolleruser as u, website a= s w, roller=5Fuser=5Fpermissions as p where p.user=5Fid =3D u.id and p.website=5Fid = =3D w.id and permission=5Fmask =3D 3 > >> alter table userrole alter column userid null > >> alter table website alter column userid null > >> alter table website add column creator varchar(255) default null > >> update website as w set lastmodified =3D lastmodified, datecreated =3D da= tecreated, creator =3D (select u.username from rolleruser as u where u.id =3D = w.userid) > >> alter table weblogentry alter column userid null > >> alter table weblogentry add column creator varchar(255) default null > >> update weblogentry as w set pubtime =3D pubtime, updatetime =3D updatetim= e, creator =3D (select u.username from rolleruser as u where u.id =3D w.userid= ) > >> alter table roller=5Fweblogentrytag alter column userid null > >> alter table roller=5Fweblogentrytag add column creator varchar(255) def= ault null > >> update roller=5Fweblogentrytag as w set time =3D time, creator =3D (select = u.username from rolleruser as u where u.id =3D w.userid) > >> create table roller=5Fuserattribute( id varchar(48) not null p= rimary key, username varchar(255) not null, attrname varchar(255) not nu= ll, attrvalue varchar(255) not null ) > >> create index ua=5Fusername=5Fidx on roller=5Fuserattribute( username ) > >> create index ua=5Fattrname=5Fidx on roller=5Fuserattribute( attrname ) > >> create index ua=5Fattrvalue=5Fidx on roller=5Fuserattribute( attrvalue ) > >> =20 > > > > I can see no error message here. > > > > These are the roller.log messages: > > > > =20 > >> INFO 2009-01-15 20:58:58,356 ContinuousWorkerThread:run - HitCountQu= eueProcessor Started. > >> INFO 2009-01-15 20:58:58,358 HitCountQueue:shutdown - stopping worke= r HitCountQueueProcessor > >> INFO 2009-01-15 20:58:58,464 ContinuousWorkerThread:run - HitCountQu= eueProcessor INTERRUPT: sleep interrupted > >> INFO 2009-01-15 20:59:09,701 DatabaseProvider:successMessage - SUCCE= SS: Got parameters. Using configuration type JNDI=5FNAME > >> INFO 2009-01-15 20:59:09,704 DatabaseProvider:successMessage - -- Us= ing JNDI datasource name: java:comp/env/jdbc/rollerdb > >> INFO 2009-01-15 20:59:09,708 DatabaseProvider:successMessage - SUCCE= SS: located JNDI DataSource [java:comp/env/jdbc/rollerdb] > >> INFO 2009-01-15 20:59:10,013 RollerContext:contextInitialized - > >> -------------------------------------------------------------- > >> Roller Weblogger startup INCOMPLETE, user interaction required > >> -------------------------------------------------------------- > >> INFO 2009-01-15 20:59:10,014 RollerContext:initializeSecurityFeature= s - Remember Me enabled: true > >> INFO 2009-01-15 20:59:10,019 RollerContext:initializeSecurityFeature= s - Password Encryption Algorithm set to 'SHA' > >> INFO 2009-01-15 20:59:10,019 RollerContext:setupVelocity - Initializ= ing Velocity > >> INFO 2009-01-15 20:59:10,694 IPBanFilter:init - INIT IPBanFilter > >> INFO 2009-01-15 20:59:11,995 RequestMappingFilter:init - Request map= ping filter initialized, 1 mappers configured. > >> WARN 2009-01-15 20:59:13,102 Settings:getLocale - Settings: Could no= t parse struts.locale setting, substituting default VM locale > >> INFO 2009-01-15 20:59:13,641 PageServlet:init - Initializing PageSer= vlet > >> INFO 2009-01-15 20:59:13,644 WeblogPageCache:<init> - {id=3Dcache.webl= ogpage, enabled=3Dtrue, timeout=3D3600, size=3D400} > >> INFO 2009-01-15 20:59:13,648 CacheManager:<clinit> - Cache Manager I= nitialized. > >> INFO 2009-01-15 20:59:13,649 CacheManager:<clinit> - Cache Factory =3D= org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl > >> INFO 2009-01-15 20:59:13,654 SiteWideCache:<init> - {id=3Dcache.sitewi= de, enabled=3Dtrue, timeout=3D1800, size=3D50} > >> INFO 2009-01-15 20:59:13,655 PageServlet:init - Referrer processing = enabled =3D true > >> INFO 2009-01-15 20:59:13,658 FeedServlet:init - Initializing FeedSer= vlet > >> INFO 2009-01-15 20:59:13,660 WeblogFeedCache:<init> - {id=3Dcache.webl= ogfeed, enabled=3Dtrue, timeout=3D3600, size=3D200} > >> INFO 2009-01-15 20:59:13,663 SearchServlet:init - Initializing Searc= hServlet > >> INFO 2009-01-15 20:59:13,665 ResourceServlet:init - Initializing Res= ourceServlet > >> INFO 2009-01-15 20:59:13,668 CommentServlet:init - Initializing Comm= entServlet > >> INFO 2009-01-15 20:59:13,697 CommentValidationManager:<init> - Confi= gured CommentValidator: Blacklist Comment Validator / org.apache.roller.we= blogger.ui.rendering.plugins.comments.BlacklistCommentValidator > >> INFO 2009-01-15 20:59:13,699 CommentValidationManager:<init> - Confi= gured CommentValidator: Excess Links Comment Validator / org.apache.roller= .weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > >> INFO 2009-01-15 20:59:13,700 CommentValidationManager:<init> - Confi= gured CommentValidator: Excess Size Comment Validator / org.apache.roller.= weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > >> INFO 2009-01-15 20:59:13,704 CommentValidationManager:<init> - Confi= gured 3 CommentValidators > >> INFO 2009-01-15 20:59:13,708 CommentServlet:init - Comment Throttlin= g DISABLED > >> INFO 2009-01-15 20:59:13,712 CommentValidationManager:<init> - Confi= gured CommentValidator: Blacklist Comment Validator / org.apache.roller.we= blogger.ui.rendering.plugins.comments.BlacklistCommentValidator > >> INFO 2009-01-15 20:59:13,712 CommentValidationManager:<init> - Confi= gured CommentValidator: Excess Links Comment Validator / org.apache.roller= .weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > >> INFO 2009-01-15 20:59:13,713 CommentValidationManager:<init> - Confi= gured CommentValidator: Excess Size Comment Validator / org.apache.roller.= weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > >> INFO 2009-01-15 20:59:13,713 CommentValidationManager:<init> - Confi= gured 3 CommentValidators > >> INFO 2009-01-15 20:59:13,717 RSDServlet:init - Initializing RSDServl= et > >> INFO 2009-01-15 20:59:13,720 PlanetFeedServlet:init - Initializing P= lanetRssServlet > >> INFO 2009-01-15 20:59:13,722 PlanetCache:<init> - Planet cache =3D {id= =3Dcache.planet, enabled=3Dtrue, timeout=3D1800, size=3D10} > >> INFO 2009-01-15 20:59:13,726 PreviewResourceServlet:init - Initializ= ing PreviewResourceServlet > >> INFO 2009-01-15 20:59:13,729 PreviewThemeImageServlet:init - Initial= izing PreviewThemeImageServlet > >> INFO 2009-01-15 20:59:13,735 PreviewServlet:init - Initializing Prev= iewServlet > >> INFO 2009-01-15 20:59:55,270 DatabaseInstaller:upgradeDatabase - Dat= abase is old, beginning upgrade to version 410 > >> =20 > > > > I can see no error messages here. The glassfish log file also does not= > > contain any error messages. > > > > How can I find out what went wrong=3F > > > > Thanks > > Stephan > > =20 >=20 >=20 >=20 =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F Deutschlands gr=F6=DFte Online-Videothek schenkt Ihnen 12.000 Videos!* http://entertainment.web.de/de/entertainment/maxdome/index.html From [email protected] Sat Jan 17 00:29:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97105 invoked from network); 17 Jan 2009 00:29:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jan 2009 00:29:04 -0000 Received: (qmail 37457 invoked by uid 500); 17 Jan 2009 00:29:03 -0000 Delivered-To: [email protected] Received: (qmail 37428 invoked by uid 500); 17 Jan 2009 00: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37416 invoked by uid 99); 17 Jan 2009 00:29:03 -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 16:29: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f20.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 00:28:57 +0000 Received: by bwz13 with SMTP id 13so5337057bwz.21 for <[email protected]>; Fri, 16 Jan 2009 16:28:35 -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=S4pVNyffK1qpOejxRAUb+wKo5LBmiLm1qWywVUMZ0Vo=; b=CAkRhB9zw4jKma1qyKVtnrvuHnNofAhwGVXZAIQF4DWiUuxC7QssCNIbD2BujWttPu jEejwN5fhoqnABSa0f2srsFrOZfGKi6AuCYycLyEt1jHw+ov7WsmsDJegaPxv/UXt7r6 1im7RcDiVoPap7M5KRBQPw3g4GKg45gQuW7tE= 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=QfjtwJg9waMeoI4kAqajU0QRzIzpW6gpZqEfuXyqk2emd7/URLE9sTtUPcL81ApHsw kQXL6UuzR8jSt0uLN/W9HxKcAW6sDIVj8yhiEfUG3+19ZXlQOTBrbvTGnhkWYXc4/IeT 6Njyx+GX2JN4Qhr3Xb4w0iSK/yK9HkMjo08nY= Received: by 161.129.204.104 with SMTP id u10mr1493111mul.22.1232152115336; Fri, 16 Jan 2009 16:28:35 -0800 (PST) Received: by 161.129.204.104 with HTTP; Fri, 16 Jan 2009 16:28:35 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 16 Jan 2009 19:28:35 -0500 From: "Sean Chang" <[email protected]> To: [email protected] Subject: Re: installation problem - /roller-ui/install/install!create.rol 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]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Thank you, Dick Yes, I created DB and modified roller properties with correct db user name and password. I test DB connection by opening telnet and connecting DB. I was successful to use command 'use' db. What could cause my problems? Once again, thank you. On Fri, Jan 16, 2009 at 6:48 AM, Dick Davies <[email protected]> wrote: > On Fri, Jan 16, 2009 at 4:58 AM, Sean Chang <[email protected]> wrote: > >> INFO 2009-01-16 04:42:16,736 DatabaseProvider:successMessage - -- >> Using JNDI datasource name: java:comp/env/jdbc/rollerdb >> INFO 2009-01-16 04:42:16,737 DatabaseProvider:successMessage - >> SUCCESS: located JNDI DataSource [java:comp/env/jdbc/rollerdb] > > The above means you have a JNDI entry with the correct name. That's the Roller > config done. > >> ERROR 2009-01-16 04:42:16,739 DatabaseProvider:errorMessage - ERROR: >> unable to obtain database connection. Likely problem: bad connection >> parameters or database unavailable. >> --- ROOT CAUSE --- >> org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC >> driver of class '' for connect URL 'null' > > The lines above look like there's something wrong with the connection > pool behind > that JNDI reference - that's more of a tomcat misconfiguration. > > 1. Does the database exist? > 2. is the pool configured correctly (right username/password , etc) ? > From [email protected] Sat Jan 17 15:07:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19865 invoked from network); 17 Jan 2009 15:07:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jan 2009 15:07:24 -0000 Received: (qmail 97578 invoked by uid 500); 17 Jan 2009 15:07:23 -0000 Delivered-To: [email protected] Received: (qmail 97559 invoked by uid 500); 17 Jan 2009 15:07: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97548 invoked by uid 99); 17 Jan 2009 15:07:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 07:07:22 -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 fmmailgate03.web.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 15:07:14 +0000 Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [161.129.204.104]) by fmmailgate03.web.de (Postfix) with ESMTP id ABFC4F6A7ABF for <[email protected]>; Sat, 17 Jan 2009 16:06:52 +0100 (CET) Received: from [161.129.204.104] (helo=[161.129.204.104]) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #277) id 1LOClA-00050K-00 for [email protected]; Sat, 17 Jan 2009 16:06:52 +0100 Subject: Re: Upgrade from 4.0 to 4.0.1 fails with glassfish and Derby From: Stephan =?ISO-8859-1?Q?M=FChlstrasser?= <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: text/plain; charset="UTF-8" Date: Sat, 17 Jan 2009 16:06:44 +0100 Message-Id: <1232204804.7030.55.camel@holmium> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: quoted-printable Sender: [email protected] X-Sender: [email protected] X-Provags-ID: V01U2FsdGVkX18zk0dq/APZ8TeQGMEcsrX+pelrHDuTBzE9WRFu nXMBO0DS1Bw7R+4QzaKCl0KkyOg9WCvnGwm8Def/bZC9SfnNM0 dJXKnO6SX5C6TfbmAhJSQClMZwgySv X-Virus-Checked: Checked by ClamAV on apache.org Am Samstag, den 17.01.2009, 00:36 +0100 schrieb Stephan M=C3=BChlstrasser: > Ah, thank you, I see my mistake. I followed the instructions from the Wik= i to get the sources from SVN, and I didn't think about the fact that I wou= ld get something later than 4.0.1. >=20 > I did this: >=20 > svn checkout https://svn.apache.org/repos/asf/roller/trunk roller_trunk >=20 > I will now try to check out with the roller_4.0.1 tag, and see whether th= at fixes my problem. >=20 > Thanks > Stephan >=20 There seems to be a general problem. After I had the same problem again with a Roller 4.0.1 built from source, I tried the binary download from here: http://apache.speedbone.de/roller/roller-4/v4.0.1/bin/apache-roller-4.0.1.z= ip This is what I did: - again contents of my roller-custom.properties file: installation.type=3Dauto database.configurationType=3Djndi database.jndi.name=3Djdbc/rollerdb mail.configurationType=3Dproperties mail.hostname=3D<removed> mail.username=3D<removed> mail.password=3D<removed> - restored my original Roller 4.0 Derby database - unzipped apache-roller-4.0.1.zip - created a war file by going to the unzipped directory to apache-roller-4.0.1/webapp/roller and executing "jar cvf ../roller.war *" - undeployed my old roller web application from Glassfish - deployed the new roller.war file - pointed browser to the Roller context root, browser shows the following text: Database tables need to be upgraded Roller is able to connect to your database of type [Apache Derby] and found tables, but the tables need to be upgraded.=20 Would you like Roller to upgrade the tables for you? - pushed the "Yes - upgrade tables now" button - browser displays the following: Error upgrading tables Error upgrading tables, possibly due to an error in the database creation script or because you are using an unsupported database. You will have to fix this problem and then restart or redeploy Roller before you can proceed. Below are the success/error messages issued during the upgrade process: Running database upgrade script: derby/400-to-401-migration.sql -- No database changes in version 401, but we did record the new version nu= mber - in the roller.log file the last message is again that Roller wants to upgrade the database, but there is no error message: INFO 2009-01-17 15:13:31,563 DatabaseProvider:successMessage - SUCCESS: Go= t parameters. Using configuration type JNDI_NAME INFO 2009-01-17 15:13:31,566 DatabaseProvider:successMessage - -- Using JN= DI datasource name: java:comp/env/jdbc/rollerdb INFO 2009-01-17 15:13:31,590 DatabaseProvider:successMessage - SUCCESS: lo= cated JNDI DataSource [java:comp/env/jdbc/rollerdb] INFO 2009-01-17 15:13:35,416 RollerContext:contextInitialized - -------------------------------------------------------------- Roller Weblogger startup INCOMPLETE, user interaction required -------------------------------------------------------------- INFO 2009-01-17 15:13:35,418 RollerContext:initializeSecurityFeatures - Re= member Me enabled: true INFO 2009-01-17 15:13:35,419 RollerContext:initializeSecurityFeatures - Pa= ssword Encryption Algorithm set to 'SHA' INFO 2009-01-17 15:13:35,419 RollerContext:setupVelocity - Initializing Ve= locity INFO 2009-01-17 15:13:36,155 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-17 15:13:36,176 RequestMappingFilter:init - Request mapping f= ilter initialized, 1 mappers configured. WARN 2009-01-17 15:13:36,826 Settings:getLocale - Settings: Could not pars= e struts.locale setting, substituting default VM locale INFO 2009-01-17 15:13:37,346 PageServlet:init - Initializing PageServlet INFO 2009-01-17 15:13:37,349 WeblogPageCache:<init> - {id=3Dcache.weblogpa= ge, enabled=3Dtrue, timeout=3D3600, size=3D400} INFO 2009-01-17 15:13:37,353 CacheManager:<clinit> - Cache Manager Initial= ized. INFO 2009-01-17 15:13:37,354 CacheManager:<clinit> - Cache Factory =3D org= .apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl INFO 2009-01-17 15:13:37,381 SiteWideCache:<init> - {id=3Dcache.sitewide, = enabled=3Dtrue, timeout=3D1800, size=3D50} INFO 2009-01-17 15:13:37,382 PageServlet:init - Referrer processing enable= d =3D true INFO 2009-01-17 15:13:37,386 FeedServlet:init - Initializing FeedServlet INFO 2009-01-17 15:13:37,389 WeblogFeedCache:<init> - {id=3Dcache.weblogfe= ed, enabled=3Dtrue, timeout=3D3600, size=3D200} INFO 2009-01-17 15:13:37,392 SearchServlet:init - Initializing SearchServl= et INFO 2009-01-17 15:13:37,400 ResourceServlet:init - Initializing ResourceS= ervlet INFO 2009-01-17 15:13:37,404 CommentServlet:init - Initializing CommentSer= vlet INFO 2009-01-17 15:13:37,434 CommentValidationManager:<init> - Configured = CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger= .ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-17 15:13:37,436 CommentValidationManager:<init> - Configured = CommentValidator: Excess Links Comment Validator / org.apache.roller.weblog= ger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-17 15:13:37,438 CommentValidationManager:<init> - Configured = CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogg= er.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-17 15:13:37,439 CommentValidationManager:<init> - Configured = 3 CommentValidators INFO 2009-01-17 15:13:37,440 CommentServlet:init - Comment Throttling DISA= BLED INFO 2009-01-17 15:13:37,443 CommentValidationManager:<init> - Configured = CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger= .ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-17 15:13:37,443 CommentValidationManager:<init> - Configured = CommentValidator: Excess Links Comment Validator / org.apache.roller.weblog= ger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-17 15:13:37,444 CommentValidationManager:<init> - Configured = CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogg= er.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-17 15:13:37,444 CommentValidationManager:<init> - Configured = 3 CommentValidators INFO 2009-01-17 15:13:37,448 RSDServlet:init - Initializing RSDServlet INFO 2009-01-17 15:13:37,451 PlanetFeedServlet:init - Initializing PlanetR= ssServlet INFO 2009-01-17 15:13:37,454 PlanetCache:<init> - Planet cache =3D {id=3Dc= ache.planet, enabled=3Dtrue, timeout=3D1800, size=3D10} INFO 2009-01-17 15:13:37,458 PreviewResourceServlet:init - Initializing Pr= eviewResourceServlet INFO 2009-01-17 15:13:37,461 PreviewThemeImageServlet:init - Initializing = PreviewThemeImageServlet INFO 2009-01-17 15:13:37,471 PreviewServlet:init - Initializing PreviewSer= vlet INFO 2009-01-17 15:15:15,468 DatabaseInstaller:upgradeDatabase - Database = is old, beginning upgrade to version 401 - these are the Roller-related messages from Glassfish's server.log: [#|2009-01-17T15:13:27.330+0100|FINE|sun-appserver9.1|javax.enterprise.reso= urce.jdo.sqlstore|_ThreadID=3D16;_ThreadName=3DThread-66;ClassName=3Dcom.su= n.jdo.spi.persistence.support.ejb.ejbc.DeploymentEventListenerImpl;MethodNa= me=3DprocessApplication;deploy;roller;_RequestID=3D610d98ca-d6ab-4a9d-9ff2-= 342a9e7e18a0;|ejb.DeploymentEventListenerImpl.processingevent|#] [#|2009-01-17T15:13:27.921+0100|INFO|sun-appserver9.1|javax.enterprise.syst= em.tools.deployment|_ThreadID=3D16;_ThreadName=3DThread-66;|deployed with m= oduleid =3D roller|#] [#|2009-01-17T15:13:28.814+0100|INFO|sun-appserver9.1|javax.enterprise.syst= em.container.web|_ThreadID=3D17;_ThreadName=3DThread-65;|PWC1412: WebModule= [/r] ServletContext.log():Loading Spring root WebApplicationContext|#] [#|2009-01-17T15:13:31.250+0100|INFO|sun-appserver9.1|javax.enterprise.syst= em.stream.out|_ThreadID=3D17;_ThreadName=3DThread-65;|Roller Weblogger: Suc= cessfully loaded custom properties file from classpath|#] I can see no error messages... To exclude the possibility that my Roller 4.0 database is somehow corrupted, I also tried this: - deployed binary Roller 4.0 distribution with a new Derby database - let Roller initialize the database tables, created a user, a blog and a test entry - deployed binary Roller 4.0.1 distribution, confirmed to upgrade the database tables, and got the same error message as with my real database It looks to me like there is a general issue. Did anybody successfully upgrade a Roller 4.0 installation in Glassfish with a Derby database to Roller 4.0.1? Regards Stephan From [email protected] Sat Jan 17 16:12:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39317 invoked from network); 17 Jan 2009 16:12:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jan 2009 16:12:02 -0000 Received: (qmail 18191 invoked by uid 500); 17 Jan 2009 16:12:01 -0000 Delivered-To: [email protected] Received: (qmail 18163 invoked by uid 500); 17 Jan 2009 16:12: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18152 invoked by uid 99); 17 Jan 2009 16:12:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 08:12:01 -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 busybuddha.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 16:11:53 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by busybuddha.org (8.14.2/8.14.2) with ESMTP id n0HG1L3t012787 for <[email protected]>; Sat, 17 Jan 2009 08:01:21 -0800 Message-ID: <[email protected]> Date: Sat, 17 Jan 2009 08:11:31 -0800 From: Anil Gangolli <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20090105) MIME-Version: 1.0 To: [email protected] Subject: Re: Upgrade from 4.0 to 4.0.1 fails with glassfish and Derby References: <[email protected]> <1232204804.7030.55.camel@holmium> In-Reply-To: <1232204804.7030.55.camel@holmium> Content-Type: multipart/alternative; boundary="------------070805070508000804080106" X-Virus-Checked: Checked by ClamAV on apache.org --------------070805070508000804080106 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit I'm suspecting a problem in the upgrade code. I'll try to see if I can reproduce this. In the meantime, can you look at your roller_properties table in your database directly and see if select value from roller_properties where name='roller.database.version'; returns 401 or 400? --a. Stephan Mühlstrasser wrote: > Am Samstag, den 17.01.2009, 00:36 +0100 schrieb Stephan Mühlstrasser: > >> Ah, thank you, I see my mistake. I followed the instructions from the Wiki to get the sources from SVN, and I didn't think about the fact that I would get something later than 4.0.1. >> >> I did this: >> >> svn checkout https://svn.apache.org/repos/asf/roller/trunk roller_trunk >> >> I will now try to check out with the roller_4.0.1 tag, and see whether that fixes my problem. >> >> Thanks >> Stephan >> >> > > There seems to be a general problem. After I had the same problem again > with a Roller 4.0.1 built from source, I tried the binary download from > here: > > http://apache.speedbone.de/roller/roller-4/v4.0.1/bin/apache-roller-4.0.1.zip > > This is what I did: > > - again contents of my roller-custom.properties file: > > installation.type=auto > database.configurationType=jndi > database.jndi.name=jdbc/rollerdb > mail.configurationType=properties > mail.hostname=<removed> > mail.username=<removed> > mail.password=<removed> > > - restored my original Roller 4.0 Derby database > - unzipped apache-roller-4.0.1.zip > - created a war file by going to the unzipped directory to > apache-roller-4.0.1/webapp/roller and executing "jar cvf ../roller.war > *" > - undeployed my old roller web application from Glassfish > - deployed the new roller.war file > - pointed browser to the Roller context root, browser shows the > following text: > > Database tables need to be upgraded > Roller is able to connect to your database of type [Apache Derby] and > found tables, but the tables need to be upgraded. > > Would you like Roller to upgrade the tables for you? > > - pushed the "Yes - upgrade tables now" button > - browser displays the following: > > Error upgrading tables > Error upgrading tables, possibly due to an error in the database > creation script or because you are using an unsupported database. You > will have to fix this problem and then restart or redeploy Roller before > you can proceed. Below are the success/error messages issued during the > upgrade process: > > Running database upgrade script: derby/400-to-401-migration.sql > -- No database changes in version 401, but we did record the new version number > > - in the roller.log file the last message is again that Roller wants to > upgrade the database, but there is no error message: > > INFO 2009-01-17 15:13:31,563 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JNDI_NAME > INFO 2009-01-17 15:13:31,566 DatabaseProvider:successMessage - -- Using JNDI datasource name: java:comp/env/jdbc/rollerdb > INFO 2009-01-17 15:13:31,590 DatabaseProvider:successMessage - SUCCESS: located JNDI DataSource [java:comp/env/jdbc/rollerdb] > INFO 2009-01-17 15:13:35,416 RollerContext:contextInitialized - > -------------------------------------------------------------- > Roller Weblogger startup INCOMPLETE, user interaction required > -------------------------------------------------------------- > INFO 2009-01-17 15:13:35,418 RollerContext:initializeSecurityFeatures - Remember Me enabled: true > INFO 2009-01-17 15:13:35,419 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' > INFO 2009-01-17 15:13:35,419 RollerContext:setupVelocity - Initializing Velocity > INFO 2009-01-17 15:13:36,155 IPBanFilter:init - INIT IPBanFilter > INFO 2009-01-17 15:13:36,176 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. > WARN 2009-01-17 15:13:36,826 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale > INFO 2009-01-17 15:13:37,346 PageServlet:init - Initializing PageServlet > INFO 2009-01-17 15:13:37,349 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} > INFO 2009-01-17 15:13:37,353 CacheManager:<clinit> - Cache Manager Initialized. > INFO 2009-01-17 15:13:37,354 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl > INFO 2009-01-17 15:13:37,381 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} > INFO 2009-01-17 15:13:37,382 PageServlet:init - Referrer processing enabled = true > INFO 2009-01-17 15:13:37,386 FeedServlet:init - Initializing FeedServlet > INFO 2009-01-17 15:13:37,389 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} > INFO 2009-01-17 15:13:37,392 SearchServlet:init - Initializing SearchServlet > INFO 2009-01-17 15:13:37,400 ResourceServlet:init - Initializing ResourceServlet > INFO 2009-01-17 15:13:37,404 CommentServlet:init - Initializing CommentServlet > INFO 2009-01-17 15:13:37,434 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-17 15:13:37,436 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-17 15:13:37,438 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-17 15:13:37,439 CommentValidationManager:<init> - Configured 3 CommentValidators > INFO 2009-01-17 15:13:37,440 CommentServlet:init - Comment Throttling DISABLED > INFO 2009-01-17 15:13:37,443 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator > INFO 2009-01-17 15:13:37,443 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator > INFO 2009-01-17 15:13:37,444 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator > INFO 2009-01-17 15:13:37,444 CommentValidationManager:<init> - Configured 3 CommentValidators > INFO 2009-01-17 15:13:37,448 RSDServlet:init - Initializing RSDServlet > INFO 2009-01-17 15:13:37,451 PlanetFeedServlet:init - Initializing PlanetRssServlet > INFO 2009-01-17 15:13:37,454 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size=10} > INFO 2009-01-17 15:13:37,458 PreviewResourceServlet:init - Initializing PreviewResourceServlet > INFO 2009-01-17 15:13:37,461 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet > INFO 2009-01-17 15:13:37,471 PreviewServlet:init - Initializing PreviewServlet > INFO 2009-01-17 15:15:15,468 DatabaseInstaller:upgradeDatabase - Database is old, beginning upgrade to version 401 > > - these are the Roller-related messages from Glassfish's server.log: > > [#|2009-01-17T15:13:27.330+0100|FINE|sun-appserver9.1|javax.enterprise.resource.jdo.sqlstore|_ThreadID=16;_ThreadName=Thread-66;ClassName=com.sun.jdo.spi.persistence.support.ejb.ejbc.DeploymentEventListenerImpl;MethodName=processApplication;deploy;roller;_RequestID=610d98ca-d6ab-4a9d-9ff2-342a9e7e18a0;|ejb.DeploymentEventListenerImpl.processingevent|#] > > [#|2009-01-17T15:13:27.921+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=16;_ThreadName=Thread-66;|deployed with moduleid = roller|#] > > [#|2009-01-17T15:13:28.814+0100|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=17;_ThreadName=Thread-65;|PWC1412: WebModule[/r] ServletContext.log():Loading Spring root WebApplicationContext|#] > > [#|2009-01-17T15:13:31.250+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=17;_ThreadName=Thread-65;|Roller Weblogger: Successfully loaded custom properties file from classpath|#] > > I can see no error messages... > > To exclude the possibility that my Roller 4.0 database is somehow > corrupted, I also tried this: > > - deployed binary Roller 4.0 distribution with a new Derby database > - let Roller initialize the database tables, created a user, a blog and > a test entry > - deployed binary Roller 4.0.1 distribution, confirmed to upgrade the > database tables, and got the same error message as with my real database > > It looks to me like there is a general issue. Did anybody successfully > upgrade a Roller 4.0 installation in Glassfish with a Derby database to > Roller 4.0.1? > > Regards > Stephan > > --------------070805070508000804080106-- From [email protected] Sat Jan 17 16:16:53 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40733 invoked from network); 17 Jan 2009 16:16:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jan 2009 16:16:53 -0000 Received: (qmail 21422 invoked by uid 500); 17 Jan 2009 16:16:52 -0000 Delivered-To: [email protected] Received: (qmail 21393 invoked by uid 500); 17 Jan 2009 16:16: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21382 invoked by uid 99); 17 Jan 2009 16:16:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 08:16:52 -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 busybuddha.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 16:16:44 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by busybuddha.org (8.14.2/8.14.2) with ESMTP id n0HG6CBo012835 for <[email protected]>; Sat, 17 Jan 2009 08:06:12 -0800 Message-ID: <[email protected]> Date: Sat, 17 Jan 2009 08:16:23 -0800 From: Anil Gangolli <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20090105) MIME-Version: 1.0 To: [email protected] Subject: Re: Upgrade from 4.0 to 4.0.1 fails with glassfish and Derby References: <[email protected]> <1232204804.7030.55.camel@holmium> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/alternative; boundary="------------010807070400080601030503" X-Virus-Checked: Checked by ClamAV on apache.org --------------010807070400080601030503 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Also, as a practical matter, if you need to workaround this, you can manually update roller_properties set value = '401' where name='roller.database.version'; (and commit). Then restart Roller. --a. Anil Gangolli wrote: > > > I'm suspecting a problem in the upgrade code. I'll try to see if I > can reproduce this. > > In the meantime, can you look at your roller_properties table in your > database directly and see if > > select value from roller_properties where name='roller.database.version'; > > returns 401 or 400? > > --a. > > > > > > > > Stephan Mühlstrasser wrote: >> Am Samstag, den 17.01.2009, 00:36 +0100 schrieb Stephan Mühlstrasser: >> >>> Ah, thank you, I see my mistake. I followed the instructions from >>> the Wiki to get the sources from SVN, and I didn't think about the >>> fact that I would get something later than 4.0.1. >>> >>> I did this: >>> >>> svn checkout https://svn.apache.org/repos/asf/roller/trunk roller_trunk >>> >>> I will now try to check out with the roller_4.0.1 tag, and see >>> whether that fixes my problem. >>> >>> Thanks >>> Stephan >>> >>> >> >> There seems to be a general problem. After I had the same problem again >> with a Roller 4.0.1 built from source, I tried the binary download from >> here: >> >> http://apache.speedbone.de/roller/roller-4/v4.0.1/bin/apache-roller-4.0.1.zip >> >> >> This is what I did: >> >> - again contents of my roller-custom.properties file: >> >> installation.type=auto >> database.configurationType=jndi >> database.jndi.name=jdbc/rollerdb >> mail.configurationType=properties >> mail.hostname=<removed> >> mail.username=<removed> >> mail.password=<removed> >> >> - restored my original Roller 4.0 Derby database >> - unzipped apache-roller-4.0.1.zip >> - created a war file by going to the unzipped directory to >> apache-roller-4.0.1/webapp/roller and executing "jar cvf ../roller.war >> *" >> - undeployed my old roller web application from Glassfish >> - deployed the new roller.war file >> - pointed browser to the Roller context root, browser shows the >> following text: >> >> Database tables need to be upgraded >> Roller is able to connect to your database of type [Apache Derby] and >> found tables, but the tables need to be upgraded. >> Would you like Roller to upgrade the tables for you? >> >> - pushed the "Yes - upgrade tables now" button >> - browser displays the following: >> >> Error upgrading tables >> Error upgrading tables, possibly due to an error in the database >> creation script or because you are using an unsupported database. You >> will have to fix this problem and then restart or redeploy Roller before >> you can proceed. Below are the success/error messages issued during the >> upgrade process: >> >> Running database upgrade script: derby/400-to-401-migration.sql >> -- No database changes in version 401, but we did record the new >> version number >> >> - in the roller.log file the last message is again that Roller wants to >> upgrade the database, but there is no error message: >> >> INFO 2009-01-17 15:13:31,563 DatabaseProvider:successMessage - >> SUCCESS: Got parameters. Using configuration type JNDI_NAME >> INFO 2009-01-17 15:13:31,566 DatabaseProvider:successMessage - -- >> Using JNDI datasource name: java:comp/env/jdbc/rollerdb >> INFO 2009-01-17 15:13:31,590 DatabaseProvider:successMessage - >> SUCCESS: located JNDI DataSource [java:comp/env/jdbc/rollerdb] >> INFO 2009-01-17 15:13:35,416 RollerContext:contextInitialized - >> -------------------------------------------------------------- >> Roller Weblogger startup INCOMPLETE, user interaction required >> -------------------------------------------------------------- >> INFO 2009-01-17 15:13:35,418 >> RollerContext:initializeSecurityFeatures - Remember Me enabled: true >> INFO 2009-01-17 15:13:35,419 >> RollerContext:initializeSecurityFeatures - Password Encryption >> Algorithm set to 'SHA' >> INFO 2009-01-17 15:13:35,419 RollerContext:setupVelocity - >> Initializing Velocity >> INFO 2009-01-17 15:13:36,155 IPBanFilter:init - INIT IPBanFilter >> INFO 2009-01-17 15:13:36,176 RequestMappingFilter:init - Request >> mapping filter initialized, 1 mappers configured. >> WARN 2009-01-17 15:13:36,826 Settings:getLocale - Settings: Could >> not parse struts.locale setting, substituting default VM locale >> INFO 2009-01-17 15:13:37,346 PageServlet:init - Initializing >> PageServlet >> INFO 2009-01-17 15:13:37,349 WeblogPageCache:<init> - >> {id=cache.weblogpage, enabled=true, timeout=3600, size=400} >> INFO 2009-01-17 15:13:37,353 CacheManager:<clinit> - Cache Manager >> Initialized. >> INFO 2009-01-17 15:13:37,354 CacheManager:<clinit> - Cache Factory = >> org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl >> INFO 2009-01-17 15:13:37,381 SiteWideCache:<init> - >> {id=cache.sitewide, enabled=true, timeout=1800, size=50} >> INFO 2009-01-17 15:13:37,382 PageServlet:init - Referrer processing >> enabled = true >> INFO 2009-01-17 15:13:37,386 FeedServlet:init - Initializing >> FeedServlet >> INFO 2009-01-17 15:13:37,389 WeblogFeedCache:<init> - >> {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} >> INFO 2009-01-17 15:13:37,392 SearchServlet:init - Initializing >> SearchServlet >> INFO 2009-01-17 15:13:37,400 ResourceServlet:init - Initializing >> ResourceServlet >> INFO 2009-01-17 15:13:37,404 CommentServlet:init - Initializing >> CommentServlet >> INFO 2009-01-17 15:13:37,434 CommentValidationManager:<init> - >> Configured CommentValidator: Blacklist Comment Validator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator >> >> INFO 2009-01-17 15:13:37,436 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Links Comment Validator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator >> >> INFO 2009-01-17 15:13:37,438 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Size Comment Validator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator >> >> INFO 2009-01-17 15:13:37,439 CommentValidationManager:<init> - >> Configured 3 CommentValidators >> INFO 2009-01-17 15:13:37,440 CommentServlet:init - Comment >> Throttling DISABLED >> INFO 2009-01-17 15:13:37,443 CommentValidationManager:<init> - >> Configured CommentValidator: Blacklist Comment Validator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator >> >> INFO 2009-01-17 15:13:37,443 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Links Comment Validator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator >> >> INFO 2009-01-17 15:13:37,444 CommentValidationManager:<init> - >> Configured CommentValidator: Excess Size Comment Validator / >> org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator >> >> INFO 2009-01-17 15:13:37,444 CommentValidationManager:<init> - >> Configured 3 CommentValidators >> INFO 2009-01-17 15:13:37,448 RSDServlet:init - Initializing RSDServlet >> INFO 2009-01-17 15:13:37,451 PlanetFeedServlet:init - Initializing >> PlanetRssServlet >> INFO 2009-01-17 15:13:37,454 PlanetCache:<init> - Planet cache = >> {id=cache.planet, enabled=true, timeout=1800, size=10} >> INFO 2009-01-17 15:13:37,458 PreviewResourceServlet:init - >> Initializing PreviewResourceServlet >> INFO 2009-01-17 15:13:37,461 PreviewThemeImageServlet:init - >> Initializing PreviewThemeImageServlet >> INFO 2009-01-17 15:13:37,471 PreviewServlet:init - Initializing >> PreviewServlet >> INFO 2009-01-17 15:15:15,468 DatabaseInstaller:upgradeDatabase - >> Database is old, beginning upgrade to version 401 >> >> - these are the Roller-related messages from Glassfish's server.log: >> >> [#|2009-01-17T15:13:27.330+0100|FINE|sun-appserver9.1|javax.enterprise.resource.jdo.sqlstore|_ThreadID=16;_ThreadName=Thread-66;ClassName=com.sun.jdo.spi.persistence.support.ejb.ejbc.DeploymentEventListenerImpl;MethodName=processApplication;deploy;roller;_RequestID=610d98ca-d6ab-4a9d-9ff2-342a9e7e18a0;|ejb.DeploymentEventListenerImpl.processingevent|#] >> >> >> [#|2009-01-17T15:13:27.921+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=16;_ThreadName=Thread-66;|deployed >> with moduleid = roller|#] >> >> [#|2009-01-17T15:13:28.814+0100|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=17;_ThreadName=Thread-65;|PWC1412: >> WebModule[/r] ServletContext.log():Loading Spring root >> WebApplicationContext|#] >> >> [#|2009-01-17T15:13:31.250+0100|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=17;_ThreadName=Thread-65;|Roller >> Weblogger: Successfully loaded custom properties file from classpath|#] >> >> I can see no error messages... >> >> To exclude the possibility that my Roller 4.0 database is somehow >> corrupted, I also tried this: >> >> - deployed binary Roller 4.0 distribution with a new Derby database >> - let Roller initialize the database tables, created a user, a blog and >> a test entry >> - deployed binary Roller 4.0.1 distribution, confirmed to upgrade the >> database tables, and got the same error message as with my real database >> >> It looks to me like there is a general issue. Did anybody successfully >> upgrade a Roller 4.0 installation in Glassfish with a Derby database to >> Roller 4.0.1? >> >> Regards >> Stephan >> >> > > --------------010807070400080601030503-- From [email protected] Sat Jan 17 19:34:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6046 invoked from network); 17 Jan 2009 19:34:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jan 2009 19:34:12 -0000 Received: (qmail 19529 invoked by uid 500); 17 Jan 2009 19:34:11 -0000 Delivered-To: [email protected] Received: (qmail 19503 invoked by uid 500); 17 Jan 2009 19:34: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19492 invoked by uid 99); 17 Jan 2009 19:34:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 11:34:11 -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 fmmailgate03.web.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 19:34:04 +0000 Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [161.129.204.104]) by fmmailgate03.web.de (Postfix) with ESMTP id 4FCFDF6A9EF7 for <[email protected]>; Sat, 17 Jan 2009 20:33:43 +0100 (CET) Received: from [161.129.204.104] (helo=[161.129.204.104]) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #277) id 1LOGvP-0005G5-00 for [email protected]; Sat, 17 Jan 2009 20:33:43 +0100 Subject: Re: Upgrade from 4.0 to 4.0.1 fails with glassfish and Derby From: Stephan =?ISO-8859-1?Q?M=FChlstrasser?= <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> <1232204804.7030.55.camel@holmium> <[email protected]> Content-Type: text/plain Date: Sat, 17 Jan 2009 20:33:34 +0100 Message-Id: <1232220814.7030.97.camel@holmium> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Sender: [email protected] X-Sender: [email protected] X-Provags-ID: V01U2FsdGVkX1+S8zugBmrKTgHgGQO55TEWEvCN0JLhIZHFSf0V 9mYGungdnuL2WwnJJT/5UDpawmkhQMzMH9rqCC+s6oe2DdwTJZ MuypT1Zon1HFiEKUVxE64xG85Z9Zuo X-Virus-Checked: Checked by ClamAV on apache.org Am Samstag, den 17.01.2009, 08:11 -0800 schrieb Anil Gangolli: > > I'm suspecting a problem in the upgrade code. I'll try to see if I can > reproduce this. > > In the meantime, can you look at your roller_properties table in your > database directly and see if > > select value from roller_properties where name='roller.database.version'; > > returns 401 or 400? The query returns 400. I tried the workaround you suggested in your second email, and afterwards Roller 4.0.1 seems to work fine. Thanks Stephan From [email protected] Sun Jan 18 18:51:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71009 invoked from network); 18 Jan 2009 18:51:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2009 18:51:23 -0000 Received: (qmail 22290 invoked by uid 500); 18 Jan 2009 18:51:22 -0000 Delivered-To: [email protected] Received: (qmail 22268 invoked by uid 500); 18 Jan 2009 18: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]> List-Id: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22257 invoked by uid 99); 18 Jan 2009 18:51:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 10:51:22 -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 pyramid-03.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 18:51:11 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-03.kattare.com (8.13.8/8.13.6) with ESMTP id n0IIolGd008917 for <[email protected]>; Sun, 18 Jan 2009 10:50:48 -0800 Message-ID: <[email protected]> Date: Sun, 18 Jan 2009 20:49:58 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Render a list of all blogs in a custom template Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm trying to render menu as a list of all blogs in a custom template. AFAIK there is no easy method to obtain the list of blogs from the site model, so I thought reusing the _blogdirectory.vm code for this. It doesn't work though; the anchor links (first letter) appear in my template, but not the list of blogs below it. My rendering.pageModels include SiteModel: org.apache.roller.weblogger.ui.rendering.model.PageModel,\ org.apache.roller.weblogger.ui.rendering.model.ConfigModel,\ org.apache.roller.weblogger.ui.rendering.model.UtilitiesModel,\ org.apache.roller.weblogger.ui.rendering.model.URLModel,\ org.apache.roller.weblogger.ui.rendering.model.MessageModel,\ org.apache.roller.weblogger.ui.rendering.model.CalendarModel,\ org.apache.roller.weblogger.ui.rendering.model.MenuModel,\ org.apache.roller.weblogger.ui.rendering.model.SiteModel Perhaps someone else has done this already or the trunk has a better way to do it? -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis From [email protected] Sun Jan 18 19:11:47 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73396 invoked from network); 18 Jan 2009 19:11:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2009 19:11:47 -0000 Received: (qmail 34221 invoked by uid 500); 18 Jan 2009 19:11:46 -0000 Delivered-To: [email protected] Received: (qmail 34189 invoked by uid 500); 18 Jan 2009 19:11: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34178 invoked by uid 99); 18 Jan 2009 19:11:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 11:11: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 pyramid-03.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 19:11:37 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-03.kattare.com (8.13.8/8.13.6) with ESMTP id n0IJBDQL015469 for <[email protected]>; Sun, 18 Jan 2009 11:11:14 -0800 Message-ID: <[email protected]> Date: Sun, 18 Jan 2009 21:10:24 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Re: Render a list of all blogs in a custom template 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 Emmanouil Batsis (Manos) wrote: > I'm trying to render menu as a list of all blogs in a custom template. > AFAIK there is no easy method to obtain the list of blogs from the site > model, so I thought reusing the _blogdirectory.vm code for this. It > doesn't work though; the anchor links (first letter) appear in my > template, but not the list of blogs below it. To be a bit more precise, $site.getWeblogsByLetterPager($chosenLetter, -1, $pageLength) always returns an empty pager. -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis From [email protected] Sun Jan 18 19:40:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76699 invoked from network); 18 Jan 2009 19:40:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2009 19:40:55 -0000 Received: (qmail 41557 invoked by uid 500); 18 Jan 2009 19:40:54 -0000 Delivered-To: [email protected] Received: (qmail 41522 invoked by uid 500); 18 Jan 2009 19: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]> List-Id: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41511 invoked by uid 99); 18 Jan 2009 19:40:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 11:40: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO pyramid-04.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 19:40:43 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-04.kattare.com (8.13.8/8.13.6) with ESMTP id n0IJeKMW025356 for <[email protected]>; Sun, 18 Jan 2009 11:40:21 -0800 Message-ID: <[email protected]> Date: Sun, 18 Jan 2009 21:39:31 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Re: Render a list of all blogs in a custom template 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 Emmanouil Batsis (Manos) wrote: > > Emmanouil Batsis (Manos) wrote: >> I'm trying to render menu as a list of all blogs in a custom template. >> AFAIK there is no easy method to obtain the list of blogs from the >> site model, so I thought reusing the _blogdirectory.vm code for this. >> It doesn't work though; the anchor links (first letter) appear in my >> template, but not the list of blogs below it. > > To be a bit more precise, $site.getWeblogsByLetterPager($chosenLetter, > -1, $pageLength) always returns an empty pager. The easiest way I could figure out to create my menu is something like the code bellow. <ul class="menu"> #set($menuBlogs = $site.getNewWeblogs(1000000, 20)) #foreach($loopblog in $menuBlogs) <li> <a href="$url.absoluteSite/$loopblog.handle"><span>$loopblog.handle</span></a> </li> #end </ul> Will only work for 1000000 days though... -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis From [email protected] Sun Jan 18 20:13:05 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82320 invoked from network); 18 Jan 2009 20:13:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2009 20:13:05 -0000 Received: (qmail 56493 invoked by uid 500); 18 Jan 2009 20:13:05 -0000 Delivered-To: [email protected] Received: (qmail 56465 invoked by uid 500); 18 Jan 2009 20:13: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56452 invoked by uid 99); 18 Jan 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, 18 Jan 2009 12:13:04 -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-gx0-f21.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 20:12:58 +0000 Received: by gxk14 with SMTP id 14so2221420gxk.21 for <[email protected]>; Sun, 18 Jan 2009 12:12:37 -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=VKJOS56sqo2Xi2hj+kFHKdmjATdbn0JdRXCivYatRQ8=; b=JeGmYTKe4OxJTyvsxIvts1+ZVM2866hXg5Pm0fRQQ+FvWjD7viAcvo7WZKTGhfjkZ6 tD9IgR1rlBq84aNrgjaMWWOhAxVhOAb88bPSb8P30ZhoeBov4l0SZmrmR4LIP0ZeoEPj VSYKd7LQThtknAhxAhHCvnRI4n+SF87Lvlo1A= 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=w78l7LSnW06PnUl81fIM5GyLI/5LyK56L4m5jECxjQG+tsceNuyJC40VjVaAzpJecQ beJkRFaPU+UuDYrgZ543cHbGaa9a70/sM9CS4NfgMnmeYeB4kn/gjRsmTXreGx3JuCUa Q7MDsB4hSrK45lxm/uqYD58Aa27OOseNnzV/g= Received: by 161.129.204.104 with SMTP id l8mr3474877ane.127.1232309557392; Sun, 18 Jan 2009 12:12:37 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 18 Jan 2009 12:12:37 -0800 (PST) Message-ID: <[email protected]> Date: Sun, 18 Jan 2009 15:12:37 -0500 From: Dave <[email protected]> To: [email protected] Subject: Re: installation problem - /roller-ui/install/install!create.rol 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]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org > --- ROOT CAUSE --- > org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC > driver of class '' for connect URL 'null' The dreaded "driver of class for connect url null" error. That means that something is wrong with your database configuration, but Tomcat cannot tell exactly what the problem is. Its not always easy to debug this. It sounds like you've already checked the most obvious things: - connection string is correct? - username/password us correct? - is database user authorized to connect from machine on which Roller is installed? - is TCP/IP networking enabled in MySQL? - are you using right version of JDBC driver jars? Wish I could be more help, but that Tomcat error message gives us little to go on. - Dave From [email protected] Sun Jan 18 20:16:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82736 invoked from network); 18 Jan 2009 20:16:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2009 20:16:38 -0000 Received: (qmail 61160 invoked by uid 500); 18 Jan 2009 20:16:37 -0000 Delivered-To: [email protected] Received: (qmail 61130 invoked by uid 500); 18 Jan 2009 20:16: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61119 invoked by uid 99); 18 Jan 2009 20:16: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 Jan 2009 12:16:37 -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 yx-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 20:16:29 +0000 Received: by yx-out-2324.google.com with SMTP id 8so929760yxg.27 for <[email protected]>; Sun, 18 Jan 2009 12:16: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 :content-transfer-encoding:content-disposition:references; bh=pQ+/elqH5XNjFhgrujt9+3D5oEVGUfc49yv3Y3dKaME=; b=sDCDRyzaHWTqH3UFF8BAn+BAIo7Vw6EibLnQz9LhAqbLcjKpq+lHWrDbXXsZL0LiP4 PuYzZpL0vky40zfVqe0uW9JIzcdPXd9I6nhe23tmzhK55wWGPHCDdAFmwmrI3OjzCkcy rJmrKvFlZ4Wj9d+dshceB1QEVe3rfdN3jQv/w= 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=pCIRJHTpwsB6SEisFO25f8U1jPIDns79JK3YYSA4X4qgJiBsY7OWip4Bg5R51LeQS9 YVro2NP9k7CirGchpNOt6EIbkhiBeEUjQ3w1vRN8MXyrfiPec1ZCTYn7fb6yQYzaLMaQ DumI4I2ARP1XNpj4k2aY9MA1+XtdJD3sdsa4g= Received: by 161.129.204.104 with SMTP id l10mr3496343and.25.1232309305661; Sun, 18 Jan 2009 12:08:25 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 18 Jan 2009 12:08:25 -0800 (PST) Message-ID: <[email protected]> Date: Sun, 18 Jan 2009 15:08:25 -0500 From: Dave <[email protected]> To: [email protected] Subject: Re: Render a list of all blogs in a custom template 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 On Sun, Jan 18, 2009 at 2:39 PM, Emmanouil Batsis (Manos) <[email protected]> wrote: > Emmanouil Batsis (Manos) wrote: >> >> Emmanouil Batsis (Manos) wrote: >>> I'm trying to render menu as a list of all blogs in a custom template. >>> AFAIK there is no easy method to obtain the list of blogs from the >>> site model, so I thought reusing the _blogdirectory.vm code for this. >>> It doesn't work though; the anchor links (first letter) appear in my >>> template, but not the list of blogs below it. >> >> To be a bit more precise, $site.getWeblogsByLetterPager($chosenLetter, >> -1, $pageLength) always returns an empty pager. > > The easiest way I could figure out to create my menu is something like the > code bellow. The best approach is probably to introduce a new model to be used in the template. For example, you could create a new model "MyModel" that supports a method "getAllWeblogs()". You could then call the Weblog.getWeblogs() method to return a list of all weblogs. There is an example of how to create a new model in the directory apps/weblogger/docs/examples/plugins. And by the way, for the models we create for Roller, which are intended for use by end users, we usually follow a couple patterns: 1) Pager: we don't allow users to obtain giant lists of all objects of a given type. Instead, we offer a Pager interface so that users can create pageable displays of objects. 2) Wrapper: won't don't allow users to object the raw POJO objects used in Roller because we want to to be able to escape some fields, hide paswords, etc. We have an existing wrapper class for Weblog objects, so if you are returning Weblog objects from your model, then you should use it. If your model is to be used only in the site-wide blog and accessed only by administrators of the system, then perhaps those patterns are not so important to you. Hope that helps. - Dave From [email protected] Sun Jan 18 20:16:40 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82774 invoked from network); 18 Jan 2009 20:16:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2009 20:16:40 -0000 Received: (qmail 61528 invoked by uid 500); 18 Jan 2009 20:16:38 -0000 Delivered-To: [email protected] Received: (qmail 61471 invoked by uid 500); 18 Jan 2009 20:16: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61460 invoked by uid 99); 18 Jan 2009 20:16:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 12:16: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO yx-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 20:16:31 +0000 Received: by yx-out-2324.google.com with SMTP id 8so929766yxg.27 for <[email protected]>; Sun, 18 Jan 2009 12:16: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:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=VplB3nYfXf5mFMANcSWTizFYp5HkVYlT4HeIFtFlc/A=; b=k3oKb9UgbpN9HGGcSMlZIG/Q3yXb5bw9sczzcow7Dbg0ixdvuupr2DJOW+aJD3tqNw zQUjbz3HyaiQpT0suw7ZolAX+DL5D0HBG80adK961Bl2RTEQSLZ1xyv84GOaRwM56co+ 9G0n+2VLd+yOeKzVLiCkwxu2xkyx4nT7F8fMs= 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=p2dLM72ixmRXXS/RwuoQmbUJsfcRGTS4Zecyj83cS1DmFRYJGAHcWQSmHr186WsQoZ QHxRQSCmBr4kRwN+o90t7nRLiqdBdP9qR2mMLxlMYcYj7jVrr5MmTRBhbKYmlzhRv1Uj QI60Jtq+DyDso1rlJXVwuxU6aNHmB/7iF39fY= Received: by 161.129.204.104 with SMTP id q17mr3469702anb.104.1232307865450; Sun, 18 Jan 2009 11:44:25 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 18 Jan 2009 11:44:25 -0800 (PST) Message-ID: <[email protected]> Date: Sun, 18 Jan 2009 14:44:25 -0500 From: Dave <[email protected]> To: [email protected] Subject: Re: Aggregated Frontpage Enhancements 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 On Mon, Jan 12, 2009 at 12:44 PM, Emmanouil Batsis (Manos) <[email protected]> wrote: > The first for now. We are using roller as a publishing platform to an > informational site and want the frontpage template to define some > placeholders, offering the admin the ability to pin (or schedule for pin) > specific blog posts there. We are after a traditional "news portal" front > page. I'd be happy if the code was then considered for the trunk as well, > perhaps as an additional build-in template. > > I just started reading on the vm template material but i think it only > covers stuff for given blog. Perhaps you could give me the big picture on > what I need to do and point me to the right direction? I think, at a minimum you'll need: 1) a new page in the Admin UI (or somewhere else) for viewing the paging through the most recent blogs across the whole site and then marking the ones you will want displayed or on the front page. 2) a new manager or new methods in the existing Manager interface for fetching entries that are marked for display on the main page. 3) some way to mark entries for display on the main page of the blog. I guess you could use the exiting "pinned" field as the flag. 4) a new "Page Model" class (for use in templates) that will return the most recently weblog entries that are allowed to be displayed. - Dave From [email protected] Sun Jan 18 22:19:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40469 invoked from network); 18 Jan 2009 22:19:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2009 22:19:01 -0000 Received: (qmail 23165 invoked by uid 500); 18 Jan 2009 22:19:00 -0000 Delivered-To: [email protected] Received: (qmail 23140 invoked by uid 500); 18 Jan 2009 22:19: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23129 invoked by uid 99); 18 Jan 2009 22:19:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 14:19: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 pyramid-04.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 22:18:51 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-04.kattare.com (8.13.8/8.13.6) with ESMTP id n0IMIQZp007485 for <[email protected]>; Sun, 18 Jan 2009 14:18:29 -0800 Message-ID: <[email protected]> Date: Mon, 19 Jan 2009 00:17:37 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Re: Aggregated Frontpage Enhancements 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 Dave wrote: > I think, at a minimum you'll need: > > 1) a new page in the Admin UI (or somewhere else) for viewing the > paging through the most recent blogs across the whole site and then > marking the ones you will want displayed or on the front page. > > 2) a new manager or new methods in the existing Manager interface for > fetching entries that are marked for display on the main page. > > 3) some way to mark entries for display on the main page of the blog. > I guess you could use the exiting "pinned" field as the flag. > > 4) a new "Page Model" class (for use in templates) that will return > the most recently weblog entries that are allowed to be displayed. > Dave, you rock. -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis From [email protected] Mon Jan 19 06:11:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3038 invoked from network); 19 Jan 2009 06:11:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Jan 2009 06:11:26 -0000 Received: (qmail 34642 invoked by uid 500); 19 Jan 2009 06:11:25 -0000 Delivered-To: [email protected] Received: (qmail 34620 invoked by uid 500); 19 Jan 2009 06:11: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34609 invoked by uid 99); 19 Jan 2009 06:11:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 22:11:25 -0800 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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f15.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 06:11:14 +0000 Received: by bwz8 with SMTP id 8so176121bwz.21 for <[email protected]>; Sun, 18 Jan 2009 22:10: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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=7HccpMZ8m6BenIcsVzB5+a/XxjaqL9MmviB5YecNGH8=; b=hV03/wsB+4qDt4v/D5br8QvGa+gCExWiVXfTlmWzj/9KFbGTQKVLv0h+ivfIIzR2C/ 2NfFiCiq77QBvVMgqtBWS+DYQ33bTm2V1iVXx6BJMmUJHhM2+oufn/3Id7mh38YNspLH BwaprvrpRxkWxa62D0EMVfbj4BM6Cw0cL6RVM= 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=Ll8htZ7naLLUt3T9jk7Npfe1Sv0Y8yeWEryXYaLAVIo23sfHxShG4W7k9BQcrtt2er NEZ2QyAAztfOEcVm2rbxKN3Lm9sSR+wr+0VliynFvsUwyGiNX59cDj+pbwZ80ZmnOFA7 0tpiVPpJJYFCcMTgVLN8zCpxsf8t2BXMOqvJI= Received: by 161.129.204.104 with SMTP id c9mr2356852mup.3.1232345453107; Sun, 18 Jan 2009 22:10:53 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 18 Jan 2009 22:10:52 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 19 Jan 2009 01:10:52 -0500 From: "Sean Chang" <[email protected]> To: [email protected] Subject: Re: installation problem - /roller-ui/install/install!create.rol 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]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Dave, Thank you for your help. Here's my roller-customer.properties and context.xml roller-customer.properties: installation.type=auto database.configurationType=jdbc database.jdbc.driverClass=com.mysql.jdbc.Driver database.jdbc.connectionURL=jdbc:mysql://mydoamin.com:3306/rollerdb?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8 database.jdbc.username=roller_dbu database.jdbc.password=roller_dbu mail.configurationType=properties mail.hostName=mail.mydoamin.com [email protected] mail.password=******** context.xml: <Context path="/roller" docBase="/home/mydoamin/roller1.mydoamin.com/html/roller" debug="0"> <Resource name="jdbc/rollerdb" auth="Container" type="javax.sql.DataSource" driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://roller1.mydoamin.com:3306/rollerdb?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=utf-8&amp;mysqlEncoding=utf8" username="roller_dbu" password="roller_dbu" maxActive="20" maxIdle="3" removeAbandoned="true" maxWait="3000" /> <Resource name="mail/Session" auth="Container" type="javax.mail.Session" mail.smtp.host="mail.roller1.mydoamin.com" /> I answer your questions below. - connection string is correct? please see above for context.xml and roller-customer.properties - username/password us correct? Yes - is database user authorized to connect from machine on which Roller is installed? Yes - is TCP/IP networking enabled in MySQL? Yes - are you using right version of JDBC driver jars? mysql-connector-java-5.1.7-bin.jar I copy log again and could you review it and tell me what causes problems to install? (I just ignore errors regarding mail.) One questions for time of log. roller.log has different time zone. My server is set to EST(GMT-5), but roller.log always has different time zone. Could you tell me how I change it? Thanks INFO 2009-01-19 05:56:38,854 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES INFO 2009-01-19 05:56:38,902 DatabaseProvider:successMessage - -- Using JDBC driver class: com.mysql.jdbc.Driver INFO 2009-01-19 05:56:38,903 DatabaseProvider:successMessage - -- Using JDBC connection URL: jdbc:mysql://roller1.siwanlab.com:3306/rollerdb?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8 INFO 2009-01-19 05:56:38,903 DatabaseProvider:successMessage - -- Using JDBC username: roller_dbu INFO 2009-01-19 05:56:38,904 DatabaseProvider:successMessage - -- Using JDBC password: [hidden] INFO 2009-01-19 05:56:38,941 DatabaseProvider:successMessage - SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] WARN 2009-01-19 05:56:43,603 WebloggerStartup:prepare - Failed to setup mail provider, continuing anways. Reason: ERROR connecting to mail server org.apache.roller.weblogger.business.startup.StartupException: ERROR connecting to mail server at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- javax.mail.AuthenticationFailedException at javax.mail.Service.connect(Service.java:319) at javax.mail.Service.connect(Service.java:169) at org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) INFO 2009-01-19 05:56:43,628 RollerContext:contextInitialized - -------------------------------------------------------------- Roller Weblogger startup INCOMPLETE, user interaction required -------------------------------------------------------------- INFO 2009-01-19 05:56:43,630 RollerContext:initializeSecurityFeatures - Remember Me enabled: true INFO 2009-01-19 05:56:43,631 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' INFO 2009-01-19 05:56:43,631 RollerContext:setupVelocity - Initializing Velocity INFO 2009-01-19 05:56:46,210 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-19 05:56:46,325 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-19 05:56:49,664 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale INFO 2009-01-19 05:56:51,232 PageServlet:init - Initializing PageServlet INFO 2009-01-19 05:56:51,234 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} INFO 2009-01-19 05:56:51,249 CacheManager:<clinit> - Cache Manager Initialized. INFO 2009-01-19 05:56:51,249 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl INFO 2009-01-19 05:56:51,253 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} INFO 2009-01-19 05:56:51,254 PageServlet:init - Referrer processing enabled = true INFO 2009-01-19 05:56:51,277 FeedServlet:init - Initializing FeedServlet INFO 2009-01-19 05:56:51,278 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} INFO 2009-01-19 05:56:51,279 SearchServlet:init - Initializing SearchServlet INFO 2009-01-19 05:56:51,281 ResourceServlet:init - Initializing ResourceServlet INFO 2009-01-19 05:56:51,298 CommentServlet:init - Initializing CommentServlet INFO 2009-01-19 05:56:51,338 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-19 05:56:51,339 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-19 05:56:51,341 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-19 05:56:51,341 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-19 05:56:51,341 CommentServlet:init - Comment Throttling DISABLED INFO 2009-01-19 05:56:51,343 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-19 05:56:51,352 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-19 05:56:51,353 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-19 05:56:51,353 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-19 05:56:51,356 RSDServlet:init - Initializing RSDServlet INFO 2009-01-19 05:56:51,366 PlanetFeedServlet:init - Initializing PlanetRssServlet INFO 2009-01-19 05:56:51,368 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size=10} INFO 2009-01-19 05:56:51,381 PreviewResourceServlet:init - Initializing PreviewResourceServlet INFO 2009-01-19 05:56:51,382 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet INFO 2009-01-19 05:56:51,386 PreviewServlet:init - Initializing PreviewServlet INFO 2009-01-19 05:56:54,404 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JNDI_NAME INFO 2009-01-19 05:56:54,418 DatabaseProvider:successMessage - -- Using JNDI datasource name: java:comp/env/jdbc/rollerdb INFO 2009-01-19 05:56:54,420 DatabaseProvider:successMessage - SUCCESS: located JNDI DataSource [java:comp/env/jdbc/rollerdb] ERROR 2009-01-19 05:56:54,421 DatabaseProvider:errorMessage - ERROR: unable to obtain database connection. Likely problem: bad connection parameters or database unavailable. FATAL 2009-01-19 05:56:54,423 RollerContext:contextInitialized - Roller Weblogger startup failed during app preparation org.apache.roller.weblogger.business.startup.StartupException: ERROR: unable to obtain database connection. Likely problem: bad connection parameters or database unavailable. at org.apache.roller.weblogger.business.DatabaseProvider.<init>(DatabaseProvider.java:148) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:171) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:924) at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:887) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1147) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1150) at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880) at org.apache.roller.weblogger.business.DatabaseProvider.getConnection(DatabaseProvider.java:179) at org.apache.roller.weblogger.business.DatabaseProvider.<init>(DatabaseProvider.java:141) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:171) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:924) at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:887) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1147) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.NullPointerException at sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507) at sun.jdbc.odbc.JdbcOdbcDriver.knownURL(JdbcOdbcDriver.java:476) at sun.jdbc.odbc.JdbcOdbcDriver.acceptsURL(JdbcOdbcDriver.java:307) at java.sql.DriverManager.getDriver(DriverManager.java:253) at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1143) ... 35 more INFO 2009-01-19 05:56:54,595 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-19 05:56:54,622 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-19 05:56:55,268 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale INFO 2009-01-19 05:56:56,843 PageServlet:init - Initializing PageServlet INFO 2009-01-19 05:56:56,845 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} INFO 2009-01-19 05:56:56,849 CacheManager:<clinit> - Cache Manager Initialized. INFO 2009-01-19 05:56:56,849 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl INFO 2009-01-19 05:56:56,866 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} INFO 2009-01-19 05:56:56,867 PageServlet:init - Referrer processing enabled = true INFO 2009-01-19 05:56:56,880 FeedServlet:init - Initializing FeedServlet INFO 2009-01-19 05:56:56,881 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} INFO 2009-01-19 05:56:56,883 SearchServlet:init - Initializing SearchServlet INFO 2009-01-19 05:56:56,892 ResourceServlet:init - Initializing ResourceServlet INFO 2009-01-19 05:56:56,896 CommentServlet:init - Initializing CommentServlet INFO 2009-01-19 05:56:56,999 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-19 05:56:57,000 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-19 05:56:57,001 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-19 05:56:57,002 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-19 05:56:57,002 CommentServlet:init - Comment Throttling DISABLED INFO 2009-01-19 05:56:57,004 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-19 05:56:57,004 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-19 05:56:57,005 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-19 05:56:57,005 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-19 05:56:57,020 RSDServlet:init - Initializing RSDServlet INFO 2009-01-19 05:56:57,046 PlanetFeedServlet:init - Initializing PlanetRssServlet INFO 2009-01-19 05:56:57,048 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size=10} INFO 2009-01-19 05:56:57,050 PreviewResourceServlet:init - Initializing PreviewResourceServlet INFO 2009-01-19 05:56:57,052 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet INFO 2009-01-19 05:56:57,070 PreviewServlet:init - Initializing PreviewServlet INFO 2009-01-19 05:57:00,804 DatabaseProvider:successMessage - SUCCESS: Got parameters. Using configuration type JDBC_PROPERTIES INFO 2009-01-19 05:57:00,848 DatabaseProvider:successMessage - -- Using JDBC driver class: com.mysql.jdbc.Driver INFO 2009-01-19 05:57:00,849 DatabaseProvider:successMessage - -- Using JDBC connection URL: jdbc:mysql://roller1.siwanlab.com:3306/rollerdb?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8 INFO 2009-01-19 05:57:00,849 DatabaseProvider:successMessage - -- Using JDBC username: roller_dbu INFO 2009-01-19 05:57:00,850 DatabaseProvider:successMessage - -- Using JDBC password: [hidden] INFO 2009-01-19 05:57:00,913 DatabaseProvider:successMessage - SUCCESS: loaded JDBC driver class [com.mysql.jdbc.Driver] WARN 2009-01-19 05:57:03,357 WebloggerStartup:prepare - Failed to setup mail provider, continuing anways. Reason: ERROR connecting to mail server org.apache.roller.weblogger.business.startup.StartupException: ERROR connecting to mail server at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:99) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626) at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1147) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) --- ROOT CAUSE --- javax.mail.AuthenticationFailedException at javax.mail.Service.connect(Service.java:319) at javax.mail.Service.connect(Service.java:169) at org.apache.roller.weblogger.business.MailProvider.getTransport(MailProvider.java:126) at org.apache.roller.weblogger.business.MailProvider.<init>(MailProvider.java:96) at org.apache.roller.weblogger.business.startup.WebloggerStartup.prepare(WebloggerStartup.java:179) at org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:138) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626) at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1147) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) 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:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 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.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238) at java.lang.Thread.run(Thread.java:619) INFO 2009-01-19 05:57:03,383 RollerContext:contextInitialized - -------------------------------------------------------------- Roller Weblogger startup INCOMPLETE, user interaction required -------------------------------------------------------------- INFO 2009-01-19 05:57:03,384 RollerContext:initializeSecurityFeatures - Remember Me enabled: true INFO 2009-01-19 05:57:03,385 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' INFO 2009-01-19 05:57:03,399 RollerContext:setupVelocity - Initializing Velocity INFO 2009-01-19 05:57:05,240 IPBanFilter:init - INIT IPBanFilter INFO 2009-01-19 05:57:05,286 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2009-01-19 05:57:06,324 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale INFO 2009-01-19 05:57:07,848 PageServlet:init - Initializing PageServlet INFO 2009-01-19 05:57:07,849 WeblogPageCache:<init> - {id=cache.weblogpage, enabled=true, timeout=3600, size=400} INFO 2009-01-19 05:57:07,853 CacheManager:<clinit> - Cache Manager Initialized. INFO 2009-01-19 05:57:07,854 CacheManager:<clinit> - Cache Factory = org.apache.roller.weblogger.util.cache.ExpiringLRUCacheFactoryImpl INFO 2009-01-19 05:57:07,870 SiteWideCache:<init> - {id=cache.sitewide, enabled=true, timeout=1800, size=50} INFO 2009-01-19 05:57:07,871 PageServlet:init - Referrer processing enabled = true INFO 2009-01-19 05:57:07,884 FeedServlet:init - Initializing FeedServlet INFO 2009-01-19 05:57:07,885 WeblogFeedCache:<init> - {id=cache.weblogfeed, enabled=true, timeout=3600, size=200} INFO 2009-01-19 05:57:07,887 SearchServlet:init - Initializing SearchServlet INFO 2009-01-19 05:57:07,894 ResourceServlet:init - Initializing ResourceServlet INFO 2009-01-19 05:57:07,904 CommentServlet:init - Initializing CommentServlet INFO 2009-01-19 05:57:07,941 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-19 05:57:07,949 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-19 05:57:07,950 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-19 05:57:07,951 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-19 05:57:07,951 CommentServlet:init - Comment Throttling DISABLED INFO 2009-01-19 05:57:07,953 CommentValidationManager:<init> - Configured CommentValidator: Blacklist Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator INFO 2009-01-19 05:57:07,953 CommentValidationManager:<init> - Configured CommentValidator: Excess Links Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator INFO 2009-01-19 05:57:07,954 CommentValidationManager:<init> - Configured CommentValidator: Excess Size Comment Validator / org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator INFO 2009-01-19 05:57:07,954 CommentValidationManager:<init> - Configured 3 CommentValidators INFO 2009-01-19 05:57:07,956 RSDServlet:init - Initializing RSDServlet INFO 2009-01-19 05:57:07,972 PlanetFeedServlet:init - Initializing PlanetRssServlet INFO 2009-01-19 05:57:07,973 PlanetCache:<init> - Planet cache = {id=cache.planet, enabled=true, timeout=1800, size=10} INFO 2009-01-19 05:57:07,975 PreviewResourceServlet:init - Initializing PreviewResourceServlet INFO 2009-01-19 05:57:07,977 PreviewThemeImageServlet:init - Initializing PreviewThemeImageServlet INFO 2009-01-19 05:57:07,997 PreviewServlet:init - Initializing PreviewServlet On Sun, Jan 18, 2009 at 3:12 PM, Dave <[email protected]> wrote: >> --- ROOT CAUSE --- >> org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC >> driver of class '' for connect URL 'null' > > The dreaded "driver of class for connect url null" error. That means > that something is wrong with your database configuration, but Tomcat > cannot tell exactly what the problem is. Its not always easy to debug > this. It sounds like you've already checked the most obvious things: > > - connection string is correct? > - username/password us correct? > - is database user authorized to connect from machine on which Roller > is installed? > - is TCP/IP networking enabled in MySQL? > - are you using right version of JDBC driver jars? > > Wish I could be more help, but that Tomcat error message gives us > little to go on. > > - Dave > From [email protected] Mon Jan 19 13:32:34 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80465 invoked from network); 19 Jan 2009 13:32:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Jan 2009 13:32:34 -0000 Received: (qmail 74477 invoked by uid 500); 19 Jan 2009 13:32:33 -0000 Delivered-To: [email protected] Received: (qmail 74450 invoked by uid 500); 19 Jan 2009 13: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]> List-Id: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74439 invoked by uid 99); 19 Jan 2009 13:32:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 05:32: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO pyramid-03.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 13:32:22 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-03.kattare.com (8.13.8/8.13.6) with ESMTP id n0JDVvBo007342 for <[email protected]>; Mon, 19 Jan 2009 05:31:58 -0800 Message-ID: <[email protected]> Date: Mon, 19 Jan 2009 15:31:11 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Re: Render a list of all blogs in a custom template 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 Dave wrote: > The best approach is probably to introduce a new model to be used in > the template. For example, you could create a new model "MyModel" that > supports a method "getAllWeblogs()". The architecture is pretty cool, just starting to "get it". Anyway, I figured the best way to solve this for now is a minor improvement to SiteModel.getNewWeblogs... I intent to add some code to just retrieve weblog handles instead of complete POJOs, probably using a projection query but I need to check out the code more to do that properly and add another patch. Hope you see this as a minor enhancement. [1] https://issues.apache.org/roller/browse/ROL-1780 -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis From [email protected] Mon Jan 19 13:54:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97195 invoked from network); 19 Jan 2009 13:54:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Jan 2009 13:54:53 -0000 Received: (qmail 12759 invoked by uid 500); 19 Jan 2009 13:54:53 -0000 Delivered-To: [email protected] Received: (qmail 12502 invoked by uid 500); 19 Jan 2009 13:54: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12491 invoked by uid 99); 19 Jan 2009 13:54:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 05:54: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO pyramid-03.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 13:54:41 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-03.kattare.com (8.13.8/8.13.6) with ESMTP id n0JDsIpt016137 for <[email protected]>; Mon, 19 Jan 2009 05:54:19 -0800 Message-ID: <[email protected]> Date: Mon, 19 Jan 2009 15:53:32 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Re: Aggregated Frontpage Enhancements 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 Dave wrote: > 1) a new page in the Admin UI (or somewhere else) for viewing the > paging through the most recent blogs across the whole site and then > marking the ones you will want displayed or on the front page. > > 2) a new manager or new methods in the existing Manager interface for > fetching entries that are marked for display on the main page. > > 3) some way to mark entries for display on the main page of the blog. > I guess you could use the exiting "pinned" field as the flag. That flag doesn't have enough semantics to pin the entry in a specific place in main, or another template. I was thinking of adding a small input field next to the "Pinned to main" checkbox where users can type a page area ID, e.g. "top story" and > 4) a new "Page Model" class (for use in templates) that will return > the most recently weblog entries that are allowed to be displayed. ... add a method (i.e. WeblogEntryWrapper getSmartPin(String id)) to page model for people that can work on templates to use it. I can also provide an alternative main template but that will take me some time. Relational-wise, perhaps I could just add a table for that like create table smart_pins ( id varchar(32) not null primary key, entry_id varchar(48) not null ); alter table smart_pins add constraint smrtpn_entryid_fk foreign key ( entry_id ) references weblogentry ( id ); WDYT? -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis From [email protected] Mon Jan 19 20:32:05 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68984 invoked from network); 19 Jan 2009 20:32:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Jan 2009 20:32:05 -0000 Received: (qmail 16779 invoked by uid 500); 19 Jan 2009 20:32:04 -0000 Delivered-To: [email protected] Received: (qmail 16763 invoked by uid 500); 19 Jan 2009 20:32: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16752 invoked by uid 99); 19 Jan 2009 20:32:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 12:32:04 -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 pyramid-03.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 20:31:53 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-03.kattare.com (8.13.8/8.13.6) with ESMTP id n0JKVScN015498 for <[email protected]>; Mon, 19 Jan 2009 12:31:30 -0800 Message-ID: <[email protected]> Date: Mon, 19 Jan 2009 22:30:40 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Issues with theme resource and .vm template sharing? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 1) I can't figure out a way to share velocity templates between themes. Sorry if this is a really dumb question but velocity is so new to me I'm not even sure whether this is a roller or a velocity question. 2) $url.themeResource does not work for me. Suppose a theme named "themeA" applied to a blog named "blogA", it loads it's CSS like: $url.resource("styles/default.css") which results in /contextPath/blogA/resource/styles/default.css i.e. the blog name is used instead of the theme name and it works. But, to load the same file from blogB using themeB, neither of these work: $url.themeResource("themeA","styles/default.css") $url.themeResource("blogA","styles/default.css") which respectively produce /myuni/themes/themeA/styles/default.css /myuni/themes/blogA/styles/default.css at first I thought the problem was the themes location was missing from the administration config UI, but it did not work even after I used the same value as with themes.dir from the roller-custom.properties file. Is this a bug? I'm using 4.1. -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis From [email protected] Mon Jan 19 20:43:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73261 invoked from network); 19 Jan 2009 20:43:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Jan 2009 20:43:06 -0000 Received: (qmail 29439 invoked by uid 500); 19 Jan 2009 20:43:05 -0000 Delivered-To: [email protected] Received: (qmail 29196 invoked by uid 500); 19 Jan 2009 20:43: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29185 invoked by uid 99); 19 Jan 2009 20:43:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 12:43: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 pyramid-03.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 20:42:56 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-03.kattare.com (8.13.8/8.13.6) with ESMTP id n0JKgXuH020276 for <[email protected]>; Mon, 19 Jan 2009 12:42:34 -0800 Message-ID: <[email protected]> Date: Mon, 19 Jan 2009 22:41:48 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Category image: theme resource or uploaded? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Which one works and what form of path should be used? Docos dont expand on it and I'm just too dizzy to figure it out, sorry :-/ -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis From [email protected] Mon Jan 19 22:37:43 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39692 invoked from network); 19 Jan 2009 22:37:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Jan 2009 22:37:43 -0000 Received: (qmail 65422 invoked by uid 500); 19 Jan 2009 22:37:42 -0000 Delivered-To: [email protected] Received: (qmail 65398 invoked by uid 500); 19 Jan 2009 22:37: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65387 invoked by uid 99); 19 Jan 2009 22:37:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 14:37: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO yw-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 22:37:34 +0000 Received: by yw-out-2324.google.com with SMTP id 5so1154730ywh.27 for <[email protected]>; Mon, 19 Jan 2009 14:37:13 -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=GHc5XMoSlVdxUeTbegAt/VS0g6jKP3E/tRMQPZxuheg=; b=utrccAJpTVoHp1ID4w4AZAk1AZ7Igjy/YKqDpe/jDPBEcjwtZFtq7tHP/PfifITgKD TuTOwsUuJzeBq+WTIwZe8awn2OtK4RqcRKcQk4ukdlrG3T8i0psg0y8RG7dbi9jsM/d1 z4NpJTk+rZNgMMoxuy1+ULQx9UPzADtmgSwuI= 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=JbrFMamQTNLxMeYijfyeBAImCL+/72t8GntnlzFNs1yK8UBqJwnE8/lYSuPaH+Pxl8 1UD75gPyN4QBakJInDqGqvpQ88TmxzVIMiAGuSYNhneFoeGA7klCRqijWU3+1pdx2YA3 U04rIyqJBfW2lMRj1JmsLih9G9G/r/gxep+3I= Received: by 161.129.204.104 with SMTP id u13mr3262070anu.106.1232403020702; Mon, 19 Jan 2009 14:10:20 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 19 Jan 2009 14:10:20 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 19 Jan 2009 17:10:20 -0500 From: Dave <[email protected]> To: [email protected] Subject: Re: Issues with theme resource and .vm template sharing? 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 On Mon, Jan 19, 2009 at 3:30 PM, Emmanouil Batsis (Manos) <[email protected]> wrote: > 1) I can't figure out a way to share velocity templates between themes. > Sorry if this is a really dumb question but velocity is so new to me I'm not > even sure whether this is a roller or a velocity question. That is by design. Themes are independent and encapsulated. We do not provide any way to share templates between themes. We do provide a way for you to add Velocity macros to Roller and you can then use those in all themes. Just add a new file called WEB-INF/velocity/roller-custom.vm and put your macros in there. > 2) $url.themeResource does not work for me. Suppose a theme named "themeA" > applied to a blog named "blogA", it loads it's CSS like: > > $url.resource("styles/default.css") > > which results in > > /contextPath/blogA/resource/styles/default.css That is also by design. Once you have chosen to customize a theme, the theme's templates are copied into your weblog (in the database) and the theme's resources are copied into your weblog's resources area. We do that so that, once you (as an end-user of Roller) have customized a theme you are truly on your own -- changes made to the original theme you copied will not effect you (that old theme could even be deleted from the system but you'll still be OK). Because of that the $url.resource() method behaves differently in a blog with a custom vs. a shared theme. Hope that helps, - Dave From [email protected] Tue Jan 20 17:12:58 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40575 invoked from network); 20 Jan 2009 17:12:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Jan 2009 17:12:58 -0000 Received: (qmail 37514 invoked by uid 500); 20 Jan 2009 17:12:57 -0000 Delivered-To: [email protected] Received: (qmail 37486 invoked by uid 500); 20 Jan 2009 17:12: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37475 invoked by uid 99); 20 Jan 2009 17: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, 20 Jan 2009 09:12: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 steris.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 17:12:50 +0000 Received: from ([161.129.204.104]) by mtrironmail02.steris.com with ESMTP id GQ427H1.22617235; Tue, 20 Jan 2009 12:07:54 -0500 Received: from MTRMSG02VS1.us.ad.steris.com ([161.129.204.104]) by mtrmsg01.us.ad.steris.com with Microsoft SMTPSVC7027966211); Tue, 20 Jan 2009 12:12:17 -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: Removal of weblog Date: Tue, 20 Jan 2009 12:12:15 -0500 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Removal of weblog Thread-Index: Acl6domVN4usrc73QZmwO5IzW/UTbgAq2CTg References: <[email protected]> From: "Shaffer, Kurt" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 20 Jan 2009 17:12:17.0634 (UTC) FILETIME=[3F356C20:01C97B22] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm wondering if anyone else has run into this. I have a server setup and it has been running fine for many months now. Roller version was 4.0 on solaris 10 (x86) with a MySQL database 5.0. When I would go to remove a weblog it would give me: Error removing weblog And that is it. I am unsure where to look for further information on why they can't be removed. I upgraded to roller version 4.1 but still get the same thing. Any ideas where to look or what to look for would be great. Thankx, KS From [email protected] Fri Jan 23 13:45:42 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62848 invoked from network); 23 Jan 2009 13:45:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jan 2009 13:45:42 -0000 Received: (qmail 33707 invoked by uid 500); 23 Jan 2009 13:45:40 -0000 Delivered-To: [email protected] Received: (qmail 33689 invoked by uid 500); 23 Jan 2009 13: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33678 invoked by uid 99); 23 Jan 2009 13:45:40 -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 05:45: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mailsan.sqli.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 13:45:30 +0000 Received: from [161.129.204.104] (helo=mailgroupe.sqli.com) by mailsan.sqli.com with esmtp (Exim 4.67) (envelope-from <[email protected]>) id 1LQMLN-0008Ds-84 for [email protected]; Fri, 23 Jan 2009 14:45:09 +0100 Received: from 161.129.204.104 (SquirrelMail authenticated user jroyer) by mailgroupe.sqli.com with HTTP; Fri, 23 Jan 2009 14:45:09 +0100 (CET) Message-ID: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> Date: Fri, 23 Jan 2009 14:45:09 +0100 (CET) Subject: Roller 4 with SSO/LDAP authentication? From: "Joel Royer" <[email protected]> To: [email protected] User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit References: In-Reply-To: X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I'm trying to setup Roller 4.0.1 with SSO authentication, using LDAP server of my company. I've searched for some documentations and the most relevant element is an exchange of emails: http://[email protected]/msg04496.html I tried to apply what is described in this document but when I'm trying to reach the register form of Roller, using an account not already registered in Roller, all the fields remain hopelessly empty. I surely missed something. Not being an expert on Acegi framework nor on LDAP, I would need a little assistance. Can somebody help me? ________________________________________________________________ Joël Royer Groupe SQLI - Lyon, France From [email protected] Tue Jan 27 20:49:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35041 invoked from network); 27 Jan 2009 20:49:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jan 2009 20:49:55 -0000 Received: (qmail 76701 invoked by uid 500); 27 Jan 2009 14:09:30 -0000 Delivered-To: [email protected] Received: (qmail 76625 invoked by uid 500); 27 Jan 2009 14:09: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76583 invoked by uid 99); 27 Jan 2009 14:09:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 06:09:29 -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: 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, 27 Jan 2009 14:09:21 +0000 Received: by qyk14 with SMTP id 14so7116184qyk.21 for <[email protected]>; Tue, 27 Jan 2009 06:09:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=9r0bnb6axCstLcoh8L5rMmjsvejLQIPnHcJKRIJeR58=; b=YkQ4DszN0zHGjujpJA44yDA8NGWYk/31eRTKJXS7o5a7zPYudqC21tjPCsqiYktUpK utRgqT/jdqUedCCP4yhVWcJE46ep3XVsOF3j7M6GPJGWWkOYfenqyvxCmcliNONJDRyX +okkkzDNy3Tp8vOF14VXH0d3VgK0VkEBztQn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=SEVVmG7s7BxrFaxIauraNHOCUR1J5sFtq2Oc/DEajQqyUtuDfY6j3zcZ8FNsPIuzrI 6xIvQJSKKW1HkVN5Ya5fF4tFqBHBobPBmiSVJXy12C9TyTtNoJdbHjJ+BZ8jeD07ZoBK XkB+Z3EAjdWGwvDNsfY16CJH7bGTsGE7DdLQ8= Received: by 161.129.204.104 with SMTP id r2mr5491064qaj.23.1233065339969; Tue, 27 Jan 2009 06:08:59 -0800 (PST) Received: from ?161.129.204.104? ([161.129.204.104]) by mx.google.com with ESMTPS id 7sm1861567qwf.17.2161.129.204.104.08.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Jan 2009 06:08:58 -0800 (PST) References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> <[email protected]> Message-Id: <[email protected]> From: Matt Raible <[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 (5G77) Mime-Version: 1.0 (iPhone Mail 5G77) Subject: Re: Roller 4 with SSO/LDAP authentication? Date: Tue, 27 Jan 2009 07:08:49 -0700 Cc: "[email protected]" <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 27, 2009, at 1:53 AM, Gilgamesh Nootebos <[email protected]> wrote: > > Hi all, > > I tried > http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS > and I have a feeling that I'm missing something. > Have you tried these instructions? If so, what's not working? Do you see error messages in your logs? Matt > What I want is to have roller authenticate against our LDAP and > perhaps > later use CAS to integrate into the rest of our infrastructure. > > Sadly I don't know much about Acegi so I don't know what's going on. > > Can anyone point me in the right direction. > > Kind regards, > > Gilgamesh Nootebos > Developer Student Services > Central Computing Services > University of Amsterdam > -- > View this message in context: http://www.nabble.com/Roller-4-with-SSO-LDAP-authentication--tp21624674s12275p21681743.html > Sent from the Roller - User mailing list [email protected]. > From [email protected] Tue Jan 27 20:55:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38830 invoked from network); 27 Jan 2009 20:55:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jan 2009 20:55:01 -0000 Received: (qmail 6347 invoked by uid 500); 27 Jan 2009 20:55:00 -0000 Delivered-To: [email protected] Received: (qmail 6329 invoked by uid 500); 27 Jan 2009 20:55: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6318 invoked by uid 99); 27 Jan 2009 20:55:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 12:55:00 -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: local policy) Received: from [161.129.204.104] (HELO mailhost.auckland.ac.nz) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 20:54:47 +0000 Received: from localhost (localhost.localdomain [161.129.204.104]) by mailhost.auckland.ac.nz (Postfix) with ESMTP id 2A92D19B16 for <[email protected]>; Wed, 28 Jan 2009 09:54:21 +1300 (NZDT) X-Virus-Scanned: by [email protected] Received: from mailhost.auckland.ac.nz ([161.129.204.104]) by localhost (larry.its.auckland.ac.nz [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id K+ADBStgWD4U for <[email protected]>; Wed, 28 Jan 2009 09:54:21 +1300 (NZDT) Received: from UXCHANGE2.UoA.auckland.ac.nz (uxcn2.itss.auckland.ac.nz [161.129.204.104]) by mailhost.auckland.ac.nz (Postfix) with ESMTP id 0D99419823 for <[email protected]>; Wed, 28 Jan 2009 09:54:20 +1300 (NZDT) Received: from uxchange7-fe1.UoA.auckland.ac.nz ([161.129.204.104]) by UXCHANGE2.UoA.auckland.ac.nz with Microsoft SMTPSVC7027966211); Wed, 28 Jan 2009 09:54:20 +1300 Received: from UXCHANGE7-1.UoA.auckland.ac.nz ([161.129.204.104]) by uxchange7-fe1.UoA.auckland.ac.nz ([161.129.204.104]) with mapi; Wed, 28 Jan 2009 09:54:20 +1300 From: David Koelmeyer <[email protected]> To: "[email protected]" <[email protected]> Date: Wed, 28 Jan 2009 09:53:14 +1300 Subject: RE: Roller 4 with SSO/LDAP authentication? Thread-Topic: Roller 4 with SSO/LDAP authentication? Thread-Index: AcmAXMyjt7ZBzFoaSReOPcKe+yXUtAAZHlIQ Message-ID: <[email protected]> References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}>,<[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US, en-NZ Content-Language: en-NZ X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-NZ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 27 Jan 2009 20:54:20.0306 (UTC) FILETIME=[6D081720:01C980C1] X-Virus-Checked: Checked by ClamAV on apache.org I'm onto this as well, hooking Roller up to our corporate LDAP. We have a bunch of LDAP gurus here so if/when I get it working I'll post my procedure here to see if that helps anyone. Cheers, Dave ________________________________________ From: Gilgamesh Nootebos [[email protected]] Sent: Tuesday, 27 January 2009 9:53 p.m. To: [email protected] Subject: Re: Roller 4 with SSO/LDAP authentication? Hi all, I tried http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+= CAS and I have a feeling that I'm missing something. What I want is to have roller authenticate against our LDAP and perhaps later use CAS to integrate into the rest of our infrastructure. Sadly I don't know much about Acegi so I don't know what's going on. Can anyone point me in the right direction. Kind regards, Gilgamesh Nootebos Developer Student Services Central Computing Services University of Amsterdam -- View this message in context: http://www.nabble.com/Roller-4-with-SSO-LDAP-= authentication--tp21624674s12275p21681743.html Sent from the Roller - User mailing list [email protected]. From [email protected] Tue Jan 27 21:29:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56462 invoked from network); 27 Jan 2009 21:29:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jan 2009 21:29:56 -0000 Received: (qmail 40408 invoked by uid 500); 27 Jan 2009 08:53:47 -0000 Delivered-To: [email protected] Received: (qmail 40274 invoked by uid 500); 27 Jan 2009 08: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40263 invoked by uid 99); 27 Jan 2009 08:53:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 00:53:46 -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; Tue, 27 Jan 2009 08:53:38 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1LRjh8-0000Ua-C9 for [email protected]; Tue, 27 Jan 2009 00:53:18 -0800 Message-ID: <[email protected]> Date: Tue, 27 Jan 2009 00:53:18 -0800 (PST) From: Gilgamesh Nootebos <[email protected]> To: [email protected] Subject: Re: Roller 4 with SSO/LDAP authentication? In-Reply-To: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I tried http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS and I have a feeling that I'm missing something. What I want is to have roller authenticate against our LDAP and perhaps later use CAS to integrate into the rest of our infrastructure. Sadly I don't know much about Acegi so I don't know what's going on. Can anyone point me in the right direction. Kind regards, Gilgamesh Nootebos Developer Student Services Central Computing Services University of Amsterdam -- View this message in context: http://www.nabble.com/Roller-4-with-SSO-LDAP-authentication--tp21624674s12275p21681743.html Sent from the Roller - User mailing list [email protected]. From [email protected] Wed Jan 28 08:42:47 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61207 invoked from network); 28 Jan 2009 08:42:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2009 08:42:47 -0000 Received: (qmail 14828 invoked by uid 500); 28 Jan 2009 08:42:46 -0000 Delivered-To: [email protected] Received: (qmail 14807 invoked by uid 500); 28 Jan 2009 08:42: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14796 invoked by uid 99); 28 Jan 2009 08:42:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 00:42:46 -0800 X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT,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, 28 Jan 2009 08:42:35 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1LS5zy-0002Gu-Ja for [email protected]; Wed, 28 Jan 2009 00:42:14 -0800 Message-ID: <[email protected]> Date: Wed, 28 Jan 2009 00:42:14 -0800 (PST) From: Gilgamesh Nootebos <[email protected]> To: [email protected] Subject: Re: Roller 4 with SSO/LDAP authentication? 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+SOCIAL_SECURITY_NUMBER}}> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Matt, Matt Raible-3 wrote: > >> I tried >> http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS >> and I have a feeling that I'm missing something. >> > > Have you tried these instructions? If so, what's not working? Do you > see error messages in your logs? > Install Roller and Test was just as described. From Install LDAP and Test I skipped steps 1 through 7 since we already have an LDAP infrastructure I want to hook up to. after I've modified security.xml and started roller I try to login with a known user from this repository. The configuration I use is after the log of the login attempt: [roller@gir logs]$ grep '08:39:17,' roller.log DEBUG 2009-01-28 08:39:17,500 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Converted URL to lowercase, from: '/roller_j_security_check'; to: '/roller_j_security_check' DEBUG 2009-01-28 08:39:17,501 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Candidate is: '/roller_j_security_check'; pattern is /**; matched=true DEBUG 2009-01-28 08:39:17,502 FilterChainProxy$VirtualFilterChain:doFilter - /roller_j_security_check at position 1 of 8 in additional filter chain; firing Filter: 'org.acegisecurity.context.HttpSessionContextIntegrationFilter@1e3e7d2' DEBUG 2009-01-28 08:39:17,504 HttpSessionContextIntegrationFilter:doFilter - Obtained from ACEGI_SECURITY_CONTEXT a valid SecurityContext and set to SecurityContextHolder: 'org.acegisecurity.context.SecurityContextImpl@ffffffff: Null authentication' DEBUG 2009-01-28 08:39:17,506 FilterChainProxy$VirtualFilterChain:doFilter - /roller_j_security_check at position 2 of 8 in additional filter chain; firing Filter: 'org.acegisecurity.ui.webapp.AuthenticationProcessingFilter@17bcd4' DEBUG 2009-01-28 08:39:17,507 AbstractProcessingFilter:doFilter - Request is to process authentication DEBUG 2009-01-28 08:39:17,508 ProviderManager:doAuthentication - Authentication attempt using org.acegisecurity.providers.dao.DaoAuthenticationProvider DEBUG 2009-01-28 08:39:17,510 EhCacheBasedUserCache:getUserFromCache - Cache hit: false; username: jsmith1 DEBUG 2009-01-28 08:39:17,550 ProviderManager:doAuthentication - Authentication attempt using org.acegisecurity.providers.ldap.LdapAuthenticationProvider DEBUG 2009-01-28 08:39:17,551 EhCacheBasedUserCache:getUserFromCache - Cache hit: false; username: jsmith1 DEBUG 2009-01-28 08:39:17,551 LdapAuthenticationProvider:retrieveUser - Retrieving user jsmith1 DEBUG 2009-01-28 08:39:17,552 DefaultInitialDirContextFactory:connect - Creating InitialDirContext with environment {java.naming.provider.url=ldap://ldap1.xxxx.uva.nl/ou=Medewerkers,o=Universiteit\20van\20Amsterdam,c=NL, java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory, java.naming.security.principal=uid=a_user_that_has_sufficient_rights,ou=Special Users,o=Universiteit van Amsterdam,c=NL, com.sun.jndi.ldap.connect.pool=true, java.naming.security.authentication=simple, java.naming.security.credentials=******} DEBUG 2009-01-28 08:39:17,571 FilterBasedLdapUserSearch:searchForUser - Searching for user 'jsmith1', in context javax.naming.directory.InitialDirContext@4f71a3, with user search [ searchFilter: 'uid={0}', searchBase: '', scope: subtreesearchTimeLimit: 0derefLinkFlag: false ] DEBUG 2009-01-28 08:39:17,575 DefaultInitialDirContextFactory:connect - Creating InitialDirContext with environment {java.naming.provider.url=ldap://ldap1.xxxx.uva.nl/ou=Medewerkers,o=Universiteit\20van\20Amsterdam,c=NL, java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory, java.naming.security.principal=uid=a_user_that_has_sufficient_rights,ou=Special Users,o=Universiteit van Amsterdam,c=NL, com.sun.jndi.ldap.connect.pool=true, java.naming.security.authentication=simple, java.naming.security.credentials=******} DEBUG 2009-01-28 08:39:17,612 DefaultInitialDirContextFactory:connect - Creating InitialDirContext with environment {java.naming.provider.url=ldap://ldap1.xxxx.uva.nl/ou=Medewerkers,o=Universiteit\20van\20Amsterdam,c=NL, java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory, java.naming.security.principal=uid=jsmith1,ou=Medewerkers,o=Universiteit\20van\20Amsterdam,c=NL, java.naming.security.authentication=simple, java.naming.security.credentials=******} WARN 2009-01-28 08:39:17,676 LoggerListener:onApplicationEvent - Authentication event AuthenticationFailureServiceExceptionEvent: jsmith1; details: org.acegisecurity.ui.WebAuthenticationDetails@fffed504: RemoteIpAddress: 145.18.xxx.xxx; SessionId: 09FE97A71314FF42872BCAE1D52453B0; exception: ERROR no user: jsmith1; nested exception is org.acegisecurity.ldap.LdapDataAccessException: ERROR no user: jsmith1 DEBUG 2009-01-28 08:39:17,677 AbstractProcessingFilter:unsuccessfulAuthentication - Updated SecurityContextHolder to contain null Authentication DEBUG 2009-01-28 08:39:17,677 AbstractProcessingFilter:unsuccessfulAuthentication - Authentication request failed: org.acegisecurity.AuthenticationServiceException: ERROR no user: jsmith1; nested exception is org.acegisecurity.ldap.LdapDataAccessException: ERROR no user: jsmith1 DEBUG 2009-01-28 08:39:17,678 TokenBasedRememberMeServices:cancelCookie - Cancelling cookie for reason: Interactive authentication attempt was unsuccessful DEBUG 2009-01-28 08:39:17,679 HttpSessionContextIntegrationFilter:doFilter - SecurityContextHolder set to new context, as request processing completed DEBUG 2009-01-28 08:39:17,701 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Converted URL to lowercase, from: '/roller-ui/login.rol'; to: '/roller-ui/login.rol' DEBUG 2009-01-28 08:39:17,702 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Candidate is: '/roller-ui/login.rol'; pattern is /**; matched=true DEBUG 2009-01-28 08:39:17,702 FilterChainProxy$VirtualFilterChain:doFilter - /roller-ui/login.rol?error=true at position 1 of 8 in additional filter chain; firing Filter: 'org.acegisecurity.context.HttpSessionContextIntegrationFilter@1e3e7d2' DEBUG 2009-01-28 08:39:17,703 HttpSessionContextIntegrationFilter:doFilter - Obtained from ACEGI_SECURITY_CONTEXT a valid SecurityContext and set to SecurityContextHolder: 'org.acegisecurity.context.SecurityContextImpl@ffffffff: Null authentication' DEBUG 2009-01-28 08:39:17,703 FilterChainProxy$VirtualFilterChain:doFilter - /roller-ui/login.rol?error=true at position 2 of 8 in additional filter chain; firing Filter: 'org.acegisecurity.ui.webapp.AuthenticationProcessingFilter@17bcd4' DEBUG 2009-01-28 08:39:17,704 FilterChainProxy$VirtualFilterChain:doFilter - /roller-ui/login.rol?error=true at position 3 of 8 in additional filter chain; firing Filter: 'org.acegisecurity.ui.rememberme.RememberMeProcessingFilter@85e57' DEBUG 2009-01-28 08:39:17,704 FilterChainProxy$VirtualFilterChain:doFilter - /roller-ui/login.rol?error=true at position 4 of 8 in additional filter chain; firing Filter: 'org.acegisecurity.securechannel.ChannelProcessingFilter@169a1c5' DEBUG 2009-01-28 08:39:17,705 FilterChainProxy$VirtualFilterChain:doFilter - /roller-ui/login.rol?error=true at position 5 of 8 in additional filter chain; firing Filter: 'org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter@1fb9fb3' DEBUG 2009-01-28 08:39:17,706 SavedRequest:propertyEquals - pathInfo: both null (property equals) DEBUG 2009-01-28 08:39:17,706 SavedRequest:propertyEquals - queryString: arg1=null; arg2=error=true (property not equals) DEBUG 2009-01-28 08:39:17,707 SavedRequestAwareWrapper:<init> - Wrapper not replaced; SavedRequest was: SavedRequest[http://gir.ic.uva.nl/roller/roller-ui/login-redirect.rol] DEBUG 2009-01-28 08:39:17,707 FilterChainProxy$VirtualFilterChain:doFilter - /roller-ui/login.rol?error=true at position 6 of 8 in additional filter chain; firing Filter: 'org.acegisecurity.providers.anonymous.AnonymousProcessingFilter@b1be82' DEBUG 2009-01-28 08:39:17,708 AnonymousProcessingFilter:doFilter - Populated SecurityContextHolder with anonymous token: 'org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken@ad5d0569: Username: anonymous; Password: [PROTECTED]; Authenticated: true; Details: org.acegisecurity.ui.WebAuthenticationDetails@fffed504: RemoteIpAddress: 145.18.xxx.xxx; SessionId: 09FE97A71314FF42872BCAE1D52453B0; Granted Authorities: ROLE_ANONYMOUS' DEBUG 2009-01-28 08:39:17,709 FilterChainProxy$VirtualFilterChain:doFilter - /roller-ui/login.rol?error=true at position 7 of 8 in additional filter chain; firing Filter: 'org.acegisecurity.ui.ExceptionTranslationFilter@15264db' DEBUG 2009-01-28 08:39:17,709 FilterChainProxy$VirtualFilterChain:doFilter - /roller-ui/login.rol?error=true at position 8 of 8 in additional filter chain; firing Filter: 'org.acegisecurity.intercept.web.FilterSecurityInterceptor@5b8e8c' DEBUG 2009-01-28 08:39:17,710 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Candidate is: '/roller-ui/login.rol'; pattern is /roller-ui/login-redirect**; matched=false DEBUG 2009-01-28 08:39:17,710 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Candidate is: '/roller-ui/login.rol'; pattern is /roller-ui/profile**; matched=false DEBUG 2009-01-28 08:39:17,711 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Candidate is: '/roller-ui/login.rol'; pattern is /roller-ui/createWeblog**; matched=false DEBUG 2009-01-28 08:39:17,712 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Candidate is: '/roller-ui/login.rol'; pattern is /roller-ui/menu**; matched=false DEBUG 2009-01-28 08:39:17,712 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Candidate is: '/roller-ui/login.rol'; pattern is /roller-ui/authoring/**; matched=false DEBUG 2009-01-28 08:39:17,713 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Candidate is: '/roller-ui/login.rol'; pattern is /roller-ui/admin/**; matched=false DEBUG 2009-01-28 08:39:17,713 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Candidate is: '/roller-ui/login.rol'; pattern is /rewrite-status*; matched=false DEBUG 2009-01-28 08:39:17,714 PathBasedFilterInvocationDefinitionMap:lookupAttributes - Candidate is: '/roller-ui/login.rol'; pattern is /roller-ui/user.do*; matched=false DEBUG 2009-01-28 08:39:17,714 AbstractSecurityInterceptor:beforeInvocation - Public object - authentication not attempted DEBUG 2009-01-28 08:39:17,715 FilterChainProxy$VirtualFilterChain:doFilter - /roller-ui/login.rol?error=true reached end of additional filter chain; proceeding with original chain [roller@gir etc]$ cat roller-custom.properties users.sso.enabled=true users.sso.autoProvision.enabled=false installation.type=manual database.configurationType=jdbc database.jdbc.driverClass=org.hsqldb.jdbcDriver database.jdbc.connectionURL=jdbc:hsqldb:file:/data/roller/var/rollerdb;shutdown=true database.jdbc.username=sa database.jdbc.password= mail.configurationType=properties mail.hostName=localhost [roller@gir etc]$ cat security.xml <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 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. For additional information regarding copyright in this work, please see the NOTICE file in the top level directory of this distribution. --> <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> <beans> <!-- ======================== FILTER CHAIN ======================= --> <bean id="filterChainProxy" class="org.acegisecurity.util.FilterChainProxy"> <property name="filterInvocationDefinitionSource"> <value> CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON PATTERN_TYPE_APACHE_ANT /**=httpSessionContextIntegrationFilter,authenticationProcessingFilter,rememberMeProcessingFilter,channelProcessingFilter,remoteUserFilter,anonymousProcessingFilter,exceptionTranslationFilter,filterInvocationInterceptor </value> <!-- Replace "authenticationProcessingFilter,rememberMeProcessingFilter" with "casProcessingFilter" if you want to use Roller with CAS --> </property> </bean> <!-- ======================== AUTHENTICATION ======================= --> <!-- Note the order that entries are placed against the objectDefinitionSource is critical. The FilterSecurityInterceptor will work from the top of the list down to the FIRST pattern that matches the request URL. Accordingly, you should place MOST SPECIFIC (ie a/b/c/d.*) expressions first, with LEAST SPECIFIC (ie a/.*) expressions last --> <bean id="filterInvocationInterceptor" class="org.acegisecurity.intercept.web.FilterSecurityInterceptor"> <property name="authenticationManager" ref="authenticationManager"/> <property name="accessDecisionManager" ref="accessDecisionManager"/> <property name="objectDefinitionSource"> <value> PATTERN_TYPE_APACHE_ANT /roller-ui/login-redirect**=admin,editor /roller-ui/profile**=admin,editor /roller-ui/createWeblog**=admin,editor /roller-ui/menu**=admin,editor /roller-ui/authoring/**=admin,editor /roller-ui/admin/**=admin /rewrite-status*=admin /roller-ui/user.do*=register </value> <!-- Add this to above list for LDAP/SSO configuration --> <!-- /roller-ui/user.do*=register --> </property> </bean> <bean id="authenticationManager" class="org.acegisecurity.providers.ProviderManager"> <property name="providers"> <list> <!-- <ref local="daoAuthenticationProvider"/> --> <!-- Uncomment this for LDAP/SSO configuration <ref local="ldapAuthProvider"/> --> <ref local="ldapAuthProvider"/> <!-- Uncomment this for CAS/SSO configuration <ref local="casAuthenticationProvider"/> --> <ref local="anonymousAuthenticationProvider"/> <!-- rememberMeAuthenticationProvider added programmatically --> </list> </property> </bean> <!-- Log failed authentication attempts to commons-logging --> <bean id="loggerListener" class="org.acegisecurity.event.authentication.LoggerListener"/> <bean id="daoAuthenticationProvider" class="org.acegisecurity.providers.dao.DaoAuthenticationProvider"> <property name="userDetailsService" ref="jdbcAuthenticationDao"/> <property name="userCache" ref="userCache"/> </bean> <!-- Read users from Roller API --> <bean id="jdbcAuthenticationDao" class="org.apache.roller.weblogger.ui.core.security.RollerUserDetailsService"/> <bean id="userCache" class="org.acegisecurity.providers.dao.cache.EhCacheBasedUserCache"> <property name="cache"> <bean class="org.springframework.cache.ehcache.EhCacheFactoryBean"> <property name="cacheManager"> <bean class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean"/> </property> <property name="cacheName" value="userCache"/> </bean> </property> </bean> <bean id="anonymousAuthenticationProvider" class="org.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider"> <property name="key" value="anonymous"/> </bean> <bean id="roleVoter" class="org.acegisecurity.vote.RoleVoter"> <property name="rolePrefix" value=""/> </bean> <bean id="accessDecisionManager" class="org.acegisecurity.vote.AffirmativeBased"> <property name="allowIfAllAbstainDecisions" value="false"/> <property name="decisionVoters"> <list> <ref local="roleVoter"/> </list> </property> </bean> <!-- ===================== HTTP REQUEST SECURITY ==================== --> <bean id="httpSessionContextIntegrationFilter" class="org.acegisecurity.context.HttpSessionContextIntegrationFilter"/> <bean id="authenticationProcessingFilter" class="org.acegisecurity.ui.webapp.AuthenticationProcessingFilter"> <property name="authenticationManager" ref="authenticationManager"/> <property name="authenticationFailureUrl" value="/roller-ui/login.rol?error=true"/> <property name="defaultTargetUrl" value="/"/> <property name="filterProcessesUrl" value="/roller_j_security_check"/> <property name="rememberMeServices" ref="rememberMeServices"/> </bean> <bean id="anonymousProcessingFilter" class="org.acegisecurity.providers.anonymous.AnonymousProcessingFilter"> <property name="key" value="anonymous"/> <property name="userAttribute" value="anonymous,ROLE_ANONYMOUS"/> </bean> <bean id="exceptionTranslationFilter" class="org.acegisecurity.ui.ExceptionTranslationFilter"> <!-- Change the ref on this property to "casProcessingFilterEntryPoint" when using CAS --> <property name="authenticationEntryPoint" ref="authenticationProcessingFilterEntryPoint"/> </bean> <bean id="remoteUserFilter" class="org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter"/> <bean id="authenticationProcessingFilterEntryPoint" class="org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint"> <property name="loginFormUrl" value="/roller-ui/login.rol"/> <property name="forceHttps" value="false"/> </bean> <!-- ===================== REMEMBER ME ==================== --> <bean id="rememberMeProcessingFilter" class="org.acegisecurity.ui.rememberme.RememberMeProcessingFilter"> <property name="authenticationManager" ref="authenticationManager"/> <property name="rememberMeServices" ref="rememberMeServices"/> </bean> <bean id="rememberMeServices" class="org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices"> <property name="userDetailsService" ref="jdbcAuthenticationDao"/> <property name="key" value="rollerlovesacegi"/> <property name="parameter" value="rememberMe"/> </bean> <bean id="rememberMeAuthenticationProvider" class="org.acegisecurity.providers.rememberme.RememberMeAuthenticationProvider"> <property name="key" value="rollerlovesacegi"/> </bean> <!-- ===================== SSL SWITCHING ==================== --> <bean id="channelProcessingFilter" class="org.acegisecurity.securechannel.ChannelProcessingFilter"> <property name="channelDecisionManager" ref="channelDecisionManager"/> <property name="filterInvocationDefinitionSource"> <value> PATTERN_TYPE_APACHE_ANT </value> </property> </bean> <bean id="channelDecisionManager" class="org.acegisecurity.securechannel.ChannelDecisionManagerImpl"> <property name="channelProcessors"> <list> <bean class="org.acegisecurity.securechannel.SecureChannelProcessor"/> <bean class="org.acegisecurity.securechannel.InsecureChannelProcessor"/> </list> </property> </bean> <!-- ===================== LDAP AUTHENTICATION ==================== --> <!-- BEGIN: Sample LDAP/RollerDB hybrid security configuration --> <bean id="initialDirContextFactory" class="org.acegisecurity.ldap.DefaultInitialDirContextFactory"> <constructor-arg value="ldap://ldap1.xxxx.uva.nl/ou=Medewerkers,o=Universiteit\20van\20Amsterdam,c=NL"/> <property name="managerDn" value="uid=a_user_that_has_sufficient_rights,ou=Special Users,o=Universiteit van Amsterdam,c=NL"/> <property name="managerPassword" value="this_is_not_the_real_password"/> </bean> <bean id="ldapUserSearch" class="org.acegisecurity.ldap.search.FilterBasedLdapUserSearch"> <constructor-arg index="0" value=""/> <constructor-arg index="1" value="uid={0}"/> <constructor-arg index="2" ref="initialDirContextFactory"/> <property name="searchSubtree" value="true"/> </bean> <bean id="ldapAuthProvider" class="org.acegisecurity.providers.ldap.LdapAuthenticationProvider"> <constructor-arg> <bean class="org.acegisecurity.providers.ldap.authenticator.BindAuthenticator"> <constructor-arg ref="initialDirContextFactory"/> <property name="userSearch" ref="ldapUserSearch"/> </bean> </constructor-arg> <constructor-arg ref="jdbcAuthoritiesPopulator"/> <property name="userCache" ref="userCache"/> </bean> <bean id="jdbcAuthoritiesPopulator" class="org.apache.roller.weblogger.ui.core.security.AuthoritiesPopulator"> <property name="defaultRole" value="register"/> </bean> <!-- END Sample LDAP/RollerDB hybrid security configuration --> <!-- ======================== CENTRAL AUTHENTICATION SERVICE (CAS) ======================= --> <!-- BEGIN: Sample CAS/RollerDB hybrid security configuration <bean id="casProcessingFilter" class="org.acegisecurity.ui.cas.CasProcessingFilter"> <property name="authenticationManager" ref="authenticationManager"/> <property name="authenticationFailureUrl" value="/roller-ui/login.rol?error=true"/> <property name="defaultTargetUrl" value="/"/> <property name="filterProcessesUrl" value="/roller_j_security_check"/> </bean> <bean id="casProcessingFilterEntryPoint" class="org.acegisecurity.ui.cas.CasProcessingFilterEntryPoint"> <property name="loginUrl" value="https://localhost:8443/cas/login"/> <property name="serviceProperties" ref="serviceProperties"/> </bean> <bean id="casAuthenticationProvider" class="org.acegisecurity.providers.cas.CasAuthenticationProvider"> <property name="casAuthoritiesPopulator"> <bean class="org.apache.roller.weblogger.ui.core.security.RollerCasPopulator"> <property name="userDetailsService" ref="jdbcAuthenticationDao"/> </bean> </property> <property name="casProxyDecider" ref="casProxyDecider"/> <property name="ticketValidator" ref="casProxyTicketValidator"/> <property name="statelessTicketCache" ref="statelessTicketCache"/> <property name="key" value="rollerlovesacegi"/> </bean> <bean id="casProxyTicketValidator" class="org.acegisecurity.providers.cas.ticketvalidator.CasProxyTicketValidator"> <property name="casValidate" value="https://localhost:8443/cas/proxyValidate"/> <property name="proxyCallbackUrl" value="http://localhost:8080/roller/casProxy/receptor"/> <property name="serviceProperties" ref="serviceProperties"/> <property name="trustStore" value="/Library/Java/Home/lib/security/cacerts"/> </bean> <bean id="cacheManager" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean"/> <bean id="ticketCacheBackend" class="org.springframework.cache.ehcache.EhCacheFactoryBean"> <property name="cacheManager" ref="cacheManager"/> <property name="cacheName" value="ticketCache"/> </bean> <bean id="statelessTicketCache" class="org.acegisecurity.providers.cas.cache.EhCacheBasedTicketCache"> <property name="cache" ref="ticketCacheBackend"/> </bean> <bean id="casProxyDecider" class="org.acegisecurity.providers.cas.proxy.RejectProxyTickets"/> <bean id="serviceProperties" class="org.acegisecurity.ui.cas.ServiceProperties"> <property name="service" value="http://localhost:8080/roller/roller_j_security_check"/> <property name="sendRenew" value="false"/> </bean> --> <!-- END Sample CAS/RollerDB hybrid security configuration --> </beans> -- View this message in context: http://www.nabble.com/Roller-4-with-SSO-LDAP-authentication--tp21624674s12275p21701506.html Sent from the Roller - User mailing list [email protected]. From [email protected] Thu Jan 29 10:56:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96895 invoked from network); 29 Jan 2009 10:56:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2009 10:56:09 -0000 Received: (qmail 10215 invoked by uid 500); 29 Jan 2009 10:56:08 -0000 Delivered-To: [email protected] Received: (qmail 10017 invoked by uid 500); 29 Jan 2009 10:56: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10006 invoked by uid 99); 29 Jan 2009 10:56:07 -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 02:56:07 -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 pyramid-03.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 10:55:57 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-03.kattare.com (8.13.8/8.13.6) with ESMTP id n0TAtYZF021251 for <[email protected]>; Thu, 29 Jan 2009 02:55:35 -0800 Message-ID: <[email protected]> Date: Thu, 29 Jan 2009 12:52:37 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Re: Aggregated Frontpage Enhancements 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 Googlers can check out a rough patch at https://issues.apache.org/roller/browse/ROL-1786 -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis From [email protected] Thu Jan 29 15:22:34 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54141 invoked from network); 29 Jan 2009 15:22:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2009 15:22:34 -0000 Received: (qmail 34400 invoked by uid 500); 29 Jan 2009 15:22:33 -0000 Delivered-To: [email protected] Received: (qmail 34305 invoked by uid 500); 29 Jan 2009 15:22: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34293 invoked by uid 99); 29 Jan 2009 15:22:33 -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 07:22:33 -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 pyramid-03.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 15:22:24 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-03.kattare.com (8.13.8/8.13.6) with ESMTP id n0TFM1cH011631 for <[email protected]>; Thu, 29 Jan 2009 07:22:02 -0800 Message-ID: <[email protected]> Date: Thu, 29 Jan 2009 17:19:04 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: Task Scheduler OutOfMemoryError Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I got two roller instances in a single tomcat installation with different directory paths for themes uploads etc. Velocity caching is on and only a couple of users are using the instances every now and then for testing. Tomcat keeps hanging with permgen space very often though (as in times per day) and I can't figure out whats wrong. My catalina.sh has a JAVA_OPTS with enough memory, i.e: # OS specific support. $var _must_ be set to either true or false. JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun JAVA_OPTS="$JAVA_OPTS -Xms1024M -Xmx1536M" The log just says: Exception in thread "Roller Weblogger Task Scheduler" java.lang.OutOfMemoryError: PermGen space Can someone please let me know what I'm missing or what should I check next? Thanks, Manos From [email protected] Thu Jan 29 16:02:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64917 invoked from network); 29 Jan 2009 16:02:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2009 16:02:24 -0000 Received: (qmail 77636 invoked by uid 500); 29 Jan 2009 16:02:23 -0000 Delivered-To: [email protected] Received: (qmail 77613 invoked by uid 500); 29 Jan 2009 16:02: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.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77602 invoked by uid 99); 29 Jan 2009 16:02:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 08:02: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO hermes1.cf.ac.uk) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 16:02:15 +0000 Received: from mdomsmp01.cf.ac.uk ([161.129.204.104]) by hermes1.cf.ac.uk with esmtp (Exim 4.69) (envelope-from <[email protected]>) id 1LSZL1-0007bX-1n for [email protected]; Thu, 29 Jan 2009 16:01:55 +0000 Subject: AUTO: Andrew Frayling is out of the office. (returning 30/01/2009) Auto-Submitted: auto-generated From: Andrew Frayling <[email protected]> To: [email protected] Message-ID: <[email protected]> Date: Thu, 29 Jan 2009 16:01:53 +0000 X-MIMETrack: Serialize by Router on mdomsmp01/servers/CardiffUniversity(Release 8.0.1|February 07, 2008) at 29/01/2009 16:01:54 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Scanned: Cardiff University Sophos AV X-Virus-Checked: Checked by ClamAV on apache.org I am out of the office until 30/01/2009. Note: This is an automated response to your message "Re: Aggregated Frontpage Enhancements" sent on 29/1/09 10:52:37. This is the only notification you will receive while this person is away. From [email protected] Thu Jan 29 16:22:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70403 invoked from network); 29 Jan 2009 16:22:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2009 16:22:57 -0000 Received: (qmail 10360 invoked by uid 500); 29 Jan 2009 16:22:56 -0000 Delivered-To: [email protected] Received: (qmail 10334 invoked by uid 500); 29 Jan 2009 16:22: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10323 invoked by uid 99); 29 Jan 2009 16:22:56 -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 08:22:56 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=MSGID_MULTIPLE_AT,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO bizpsie4.9services.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 16:22:47 +0000 Received: from DELL6 ([161.129.204.104]) by bizpsie4.9services.com with 9services id 9UPx1b00C2YEDeQ04UPxFL; Thu, 29 Jan 2009 17:23:57 +0100 X-Biz3: ?? X-VRSPAM-SCORE: -100.00 From: "Nicolas Muller" <[email protected]> To: <[email protected]> References: <[email protected]> In-Reply-To: <[email protected]> Subject: RE: Task Scheduler OutOfMemoryError Date: Thu, 29 Jan 2009 17:22:23 +0100 Message-ID: <000d01c9822d$c4ac5fa0$4e051ee0$@[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Language: fr X-Virus-Checked: Checked by ClamAV on apache.org Hi, You can add "-XX:PermSize=3D256m" because Xms/Xmx is good to heap but = not for Perm. Best regards, Nicolas -----Message d'origine----- De=A0: Emmanouil Batsis (Manos) [mailto:[email protected]]=20 Envoy=E9=A0: jeudi 29 janvier 2009 16:19 =C0=A0: [email protected] Objet=A0: Task Scheduler OutOfMemoryError I got two roller instances in a single tomcat installation with=20 different directory paths for themes uploads etc. Velocity caching is on = and only a couple of users are using the instances every now and then=20 for testing. Tomcat keeps hanging with permgen space very often though (as in times=20 per day) and I can't figure out whats wrong. My catalina.sh has a=20 JAVA_OPTS with enough memory, i.e: # OS specific support. $var _must_ be set to either true or false. JAVA_HOME=3D/usr/lib/jvm/java-1.5.0-sun JAVA_OPTS=3D"$JAVA_OPTS -Xms1024M -Xmx1536M" The log just says: Exception in thread "Roller Weblogger Task Scheduler"=20 java.lang.OutOfMemoryError: PermGen space Can someone please let me know what I'm missing or what should I check = next? Thanks, Manos From [email protected] Fri Jan 30 16:13:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37717 invoked from network); 30 Jan 2009 16:13:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2009 16:13:19 -0000 Received: (qmail 8638 invoked by uid 500); 30 Jan 2009 16:13:18 -0000 Delivered-To: [email protected] Received: (qmail 8604 invoked by uid 500); 30 Jan 2009 16: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: <user.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8593 invoked by uid 99); 30 Jan 2009 16:13:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2009 08:13: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO pyramid-03.kattare.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2009 16:13:07 +0000 Received: from [161.129.204.104] (cust-177-178.on3.ontelecoms.gr [161.129.204.104]) (authenticated bits=0) by pyramid-03.kattare.com (8.13.8/8.13.6) with ESMTP id n0UGCgvZ003060 for <[email protected]>; Fri, 30 Jan 2009 08:12:44 -0800 Message-ID: <[email protected]> Date: Fri, 30 Jan 2009 18:09:50 +0200 From: "Emmanouil Batsis (Manos)" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20081209) MIME-Version: 1.0 To: [email protected] Subject: [solved] Re: Task Scheduler OutOfMemoryError References: <[email protected]> <000d01c9822d$c4ac5fa0$4e051ee0$@[email protected]> In-Reply-To: <000d01c9822d$c4ac5fa0$4e051ee0$@[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 Muller wrote: > You can add "-XX:PermSize=256m" because Xms/Xmx is good to heap but not for > Perm. That was it. Thanks! -- Manos Batsis, Chief Technologist __ _ ____ _/ /_ (_)_________ ____ ______ / __ `/ __ \/ / ___/ ___// __ `/ ___/ / /_/ / /_/ / (__ |__ )/ /_/ / / \__,_/_.___/_/____/____(_)__, /_/ /____/ http://www.Abiss.gr 5, Daphnidos Street, 14122, Neo Iraklio, Athens, Greece Tel: 7027966211 http://www.linkedin.com/in/manosbatsis
From [email protected] Tue Nov 02 16:48:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16762 invoked from network); 2 Nov 2010 16:48:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Nov 2010 16:48:14 -0000 Received: (qmail 94084 invoked by uid 500); 2 Nov 2010 16:48:45 -0000 Delivered-To: [email protected] Received: (qmail 93639 invoked by uid 500); 2 Nov 2010 16:48: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93631 invoked by uid 99); 2 Nov 2010 16:48:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 16:48:44 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,MIME_QP_LONG_LINE,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 bmapps.persistent.co.in) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 16:48:36 +0000 X-AuditID: 0a4e0006-b7bdbae0000037a1-86-4cd040cf8ec0 Received: from puneexchange.persistent.co.in ( [161.129.204.104]) by bmapps.persistent.co.in (Symantec Mail Security) with SMTP id 02.2E.14241.FC040DC4; Tue, 2 Nov 2010 22:18:15 +0530 (IST) Received: from Exchange.persistent.co.in ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b6007:4dfa:35a:1023]) by CAS1 ([161.129.204.104]) with mapi; Tue, 2 Nov 2010 22:18:15 +0530 From: Jaydeep Ayachit <[email protected]> To: "[email protected]" <[email protected]> Date: Tue, 2 Nov 2010 22:18:10 +0530 Subject: Data loss on collector side Thread-Topic: Data loss on collector side Thread-Index: Act6rbtfTU/8HzCtT3yx26+3qyzEvA== Message-ID: <[email protected]> Accept-Language: en-US, en-IN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-cr-hashedpuzzle: AjL1 AlRe BEZL BuEz BzPz Dwdw DxL4 EhuN FEys Fa75 FrDe GHyb GTwu H9d/ I4ak JRzU;1;YwBoAHUAawB3AGEALQB1AHMAZQByAEAAaQBuAGMAdQBiAGEAdABvAHIALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{8201F585-A549-407D-85F7-BCBE52DC761B};agBhAHkAZABlAGUAcABfAGEAeQBhAGMAaABpAHQAQABwAGUAcgBzAGkAcwB0AGUAbgB0AC4AYwBvAC4AaQBuAA==;Tue, 02 Nov 2010 16:48:10 GMT;RABhAHQAYQAgAGwAbwBzAHMAIABvAG4AIABjAG8AbABsAGUAYwB0AG8AcgAgAHMAaQBkAGUA x-cr-puzzleid: {8201F585-A549-407D-85F7-BCBE52DC761B} acceptlanguage: en-US, en-IN Content-Type: multipart/alternative; boundary="_000_D1B70AEEBAE689468C0E7DE40BEE854A324CC8D091EXCHANGEpersi_" MIME-Version: 1.0 X-Brightmail-Tracker: AAAAAQAAAZE= X-Virus-Checked: Checked by ClamAV on apache.org --_000_D1B70AEEBAE689468C0E7DE40BEE854A324CC8D091EXCHANGEpersi_ Content-Type: text/plain; charset="us-ascii" content-transfer-encoding: quoted-printable Hello, When collector is in middle of committing chunks to sequence file, if hdfs b= ecomes unavailable, the collector bails out. What happens to .chukwa file th= e collector is working on? This file will not be renamed to .done file. The= file as such would become orphan as next time collector starts, it will not= carry on with this file. Is there any process, that looks for orphan files and takes action on them?= (like rename to .done) Thanks, Jaydeep DISCLAIMER=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= This e-mail may contain privileged and confidential information which is the= property of Persistent Systems Ltd. It is intended only for the use of the= individual or entity to which it is addressed. If you are not the intended= recipient, you are not authorized to read, retain, copy, print, distribute= or use this message. If you have received this communication in error, plea= se notify the sender and delete all copies of this message. Persistent Syste= ms Ltd. does not accept any liability for virus infected mails. --_000_D1B70AEEBAE689468C0E7DE40BEE854A324CC8D091EXCHANGEpersi_ 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-micro= soft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" xm= lns:x=3D"urn:schemas-microsoft-com:office:excel" xmlns:p=3D"urn:schemas-micr= osoft-com:office:powerpoint" xmlns:a=3D"urn:schemas-microsoft-com:office:acc= ess" xmlns:dt=3D"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:s=3D"uuid:= BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:rs=3D"urn:schemas-microsoft-com:= rowset" xmlns:z=3D"#RowsetSchema" xmlns:b=3D"urn:schemas-microsoft-com:offic= e:publisher" xmlns:ss=3D"urn:schemas-microsoft-com:office:spreadsheet" xmlns= :c=3D"urn:schemas-microsoft-com:office:component:spreadsheet" xmlns:odc=3D"u= rn:schemas-microsoft-com:office:odc" xmlns:oa=3D"urn:schemas-microsoft-com:o= ffice:activation" xmlns:html=3D"http://www.w3.org/TR/REC-html40" xmlns:q=3D"= http://schemas.xmlsoap.org/soap/envelope/" xmlns:rtc=3D"http://microsoft.com= /officenet/conferencing" xmlns:D=3D"DAV:" xmlns:Repl=3D"http://schemas.micro= soft.com/repl/" xmlns:mt=3D"http://schemas.microsoft.com/sharepoint/soap/mee= tings/" xmlns:x2=3D"http://schemas.microsoft.com/office/excel/2003/xml" xmln= s:ppda=3D"http://www.passport.com/NameSpace.xsd" xmlns:ois=3D"http://schemas= .microsoft.com/sharepoint/soap/ois/" xmlns:dir=3D"http://schemas.microsoft.c= om/sharepoint/soap/directory/" xmlns:ds=3D"http://www.w3.org/2000/09/xmldsig= #" xmlns:dsp=3D"http://schemas.microsoft.com/sharepoint/dsp" xmlns:udc=3D"ht= tp://schemas.microsoft.com/data/udc" xmlns:xsd=3D"http://www.w3.org/2001/XML= Schema" xmlns:sub=3D"http://schemas.microsoft.com/sharepoint/soap/2002/1/ale= rts/" xmlns:ec=3D"http://www.w3.org/2001/04/xmlenc#" xmlns:sp=3D"http://sche= mas.microsoft.com/sharepoint/" xmlns:sps=3D"http://schemas.microsoft.com/sha= repoint/soap/" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xmlns= :udcs=3D"http://schemas.microsoft.com/data/udc/soap" xmlns:udcxf=3D"http://s= chemas.microsoft.com/data/udc/xmlfile" xmlns:udcp2p=3D"http://schemas.micros= oft.com/data/udc/parttopart" xmlns:wf=3D"http://schemas.microsoft.com/sharep= oint/soap/workflow/" xmlns:dsss=3D"http://schemas.microsoft.com/office/2006/= digsig-setup" xmlns:dssi=3D"http://schemas.microsoft.com/office/2006/digsig"= xmlns:mdssi=3D"http://schemas.openxmlformats.org/package/2006/digital-signa= ture" xmlns:mver=3D"http://schemas.openxmlformats.org/markup-compatibility/2= 006" xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns:mrel= s=3D"http://schemas.openxmlformats.org/package/2006/relationships" xmlns:spw= p=3D"http://microsoft.com/sharepoint/webpartpages" xmlns:ex12t=3D"http://sch= emas.microsoft.com/exchange/services/2006/types" xmlns:ex12m=3D"http://schem= as.microsoft.com/exchange/services/2006/messages" xmlns:pptsl=3D"http://sche= mas.microsoft.com/sharepoint/soap/SlideLibrary/" xmlns:spsl=3D"http://micros= oft.com/webservices/SharePointPortalServer/PublishedLinksService" xmlns:Z=3D= "urn:schemas-microsoft-com:" xmlns:st=3D"&#1;" 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 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri","sans-serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:"Calibri","sans-serif"; color:windowtext;} .MsoChpDefault {mso-style-type:export-only;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal>Hello,<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>When collector is in middle of committing chunks to seq= uence file, if hdfs becomes unavailable, the collector bails out. What happens to .chukwa file the collector is working on? This file will not be renamed to .done file. The file as such would become orphan as next time collector star= ts, it will not carry on with this file.<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>Is there any process, that looks for orphan files and t= akes action on them? (like rename to .done)<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>Thanks,<o:p></o:p></p> <p class=3DMsoNormal>Jaydeep<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> </div> <p>DISCLAIMER=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= This e-mail may contain privileged and confidential information which is the= property of Persistent Systems Ltd. It is intended only for the use of the= individual or entity to which it is addressed. If you are not the intended= recipient, you are not authorized to read, retain, copy, print, distribute= or use this message. If you have received this communication in error, plea= se notify the sender and delete all copies of this message. Persistent Syste= ms Ltd. does not accept any liability for virus infected mails.</p> </body> </html> --_000_D1B70AEEBAE689468C0E7DE40BEE854A324CC8D091EXCHANGEpersi_-- From [email protected] Tue Nov 02 16:53:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18135 invoked from network); 2 Nov 2010 16:53:05 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Nov 2010 16:53:05 -0000 Received: (qmail 96585 invoked by uid 500); 2 Nov 2010 16:53:36 -0000 Delivered-To: [email protected] Received: (qmail 96563 invoked by uid 500); 2 Nov 2010 16:53: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96556 invoked by uid 99); 2 Nov 2010 16:53:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 16:53:36 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,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 mx2.netflix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 16:53:31 +0000 Received: from ExchFE101.netflix.com (exchfe101.netflix.com [161.129.204.104]) by mx2.netflix.com (161.129.204.10460308/8.12.11) with ESMTP id oA2GrBSi020622 for <[email protected]>; Tue, 2 Nov 2010 09:53:11 -0700 Received: from ExchMBX104.netflix.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b409a:eb58:3def:adb6]) by ExchFE101.netflix.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b6861:6a26:831f:e8c9%14]) with mapi; Tue, 2 Nov 2010 09:53:09 -0700 From: Jerome Boulon <[email protected]> To: "[email protected]" <[email protected]> Date: Tue, 2 Nov 2010 09:53:08 -0700 Subject: Re: Data loss on collector side Thread-Topic: Data loss on collector side Thread-Index: Act6rbtfTU/8HzCtT3yx26+3qyzEvAAALGHn Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_C8F590041433Cjboulonnetflixcom_" MIME-Version: 1.0 --_000_C8F590041433Cjboulonnetflixcom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, The HDFS writer is not doing that but the LocalWriter (HDFSMover) is exactl= y doing this. /Jerome. On 11/2/10 9:48 AM, "Jaydeep Ayachit" <[email protected]> wr= ote: Hello, When collector is in middle of committing chunks to sequence file, if hdfs = becomes unavailable, the collector bails out. What happens to .chukwa file = the collector is working on? This file will not be renamed to .done file. T= he file as such would become orphan as next time collector starts, it will = not carry on with this file. Is there any process, that looks for orphan files and takes action on them?= (like rename to .done) Thanks, Jaydeep DISCLAIMER =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This e-mail may contain privilege= d and confidential information which is the property of Persistent Systems = Ltd. It is intended only for the use of the individual or entity to which i= t is addressed. If you are not the intended recipient, you are not authoriz= ed to read, retain, copy, print, distribute or use this message. If you hav= e received this communication in error, please notify the sender and delete= all copies of this message. Persistent Systems Ltd. does not accept any li= ability for virus infected mails. --_000_C8F590041433Cjboulonnetflixcom_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <HTML> <HEAD> <TITLE>Re: Data loss on collector side</TITLE> </HEAD> <BODY> <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:= 11pt'>Hi,<BR> The HDFS writer is not doing that but the LocalWriter (HDFSMover) is exactl= y doing this.<BR> /Jerome.<BR> <BR> <BR> On 11/2/10 9:48 AM, &quot;Jaydeep Ayachit&quot; &lt;<a href=3D"jaydeep_ayac= [email protected]">[email protected]</a>&gt; wrote:<BR> <BR> </SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"= ><SPAN STYLE=3D'font-size:11pt'>Hello,<BR> &nbsp;<BR> When collector is in middle of committing chunks to sequence file, if hdfs = becomes unavailable, the collector bails out. What happens to .chukwa file = the collector is working on? This file will not be renamed to .done file. T= he file as such would become orphan as next time collector starts, it will = not carry on with this file.<BR> &nbsp;<BR> Is there any process, that looks for orphan files and takes action on them?= (like rename to .done)<BR> &nbsp;<BR> Thanks,<BR> Jaydeep<BR> &nbsp;<BR> &nbsp;<BR> DISCLAIMER =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This e-mail may contain privilege= d and confidential information which is the property of Persistent Systems = Ltd. It is intended only for the use of the individual or entity to which i= t is addressed. If you are not the intended recipient, you are not authoriz= ed to read, retain, copy, print, distribute or use this message. If you hav= e received this communication in error, please notify the sender and delete= all copies of this message. Persistent Systems Ltd. does not accept any li= ability for virus infected mails.<BR> <BR> </SPAN></FONT></BLOCKQUOTE> </BODY> </HTML> --_000_C8F590041433Cjboulonnetflixcom_-- From [email protected] Tue Nov 02 23:49:23 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57239 invoked from network); 2 Nov 2010 23:49:23 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Nov 2010 23:49:23 -0000 Received: (qmail 38817 invoked by uid 500); 2 Nov 2010 23:49:55 -0000 Delivered-To: [email protected] Received: (qmail 38793 invoked by uid 500); 2 Nov 2010 23:49: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38786 invoked by uid 99); 2 Nov 2010 23:49:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 23:49:54 +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 m13-5.163.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 23:49:47 +0000 Received: from zhu121972 ( [161.129.204.104] ) by ajax-webmail-wmsvr5 (Coremail) ; Wed, 3 Nov 2010 07:49:23 +0800 (CST) Date: Wed, 3 Nov 2010 07:49:23 +0800 (CST) From: =?gbk?B?wbzIyw==?= <[email protected]> To: chukwa-user <[email protected]> Message-ID: <[email protected]> Subject: Data process for HICC MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_5322_1000299833.1288741763358" X-Originating-IP: [161.129.204.104] X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 101029(12229.3533.3507) Copyright (c) 2002-2010 www.mailtech.cn 163com X-CM-CTRLDATA: saNSQWZvb3Rlcl9odG09MjE0MTo4MQ== X-CM-TRANSID:BcGowKCLd_WDo9BMimsMAA--.32300W X-CM-SenderInfo: p2kxijarzxjqqrwthudrp/1tbiFRl9fUkSuoy4EgACsJ X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== ------=_Part_5322_1000299833.1288741763358 Content-Type: multipart/alternative; boundary="----=_Part_5324_1101226548.1288741763358" ------=_Part_5324_1101226548.1288741763358 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: base64 IAogSEkgOiAgICBJIGFsd2F5cyB3b3VsZCBsaWtlIHRvIHVzZSAgY2h1a3dhIHRvIGFuYWx5emUg dGhlIGhhZG9vcCBvZiBlZmZpY2llbmN5LGJ1dCBJICByYW4gaW50byBzZXZlcmFsIHByb2JsZW1z LgoKICAgIGZpcnN0bHksaSBzZXQgdXAgY2h1a3dhIHN0cmljdGx5IGZvbGxvd2luZyB0aGUgaW5z dHJ1Y3Rpb24gLm15IGhpY2Mgd29yayBub3JtYWxseSBhbmQgY2FuIGRpc3BsYXkgZ3JhcGggaWYg dGhlcmUgYXJlIHNvbWUgZGF0YSBpbiBteXNxbCBmb3IgaW5zdGFuY2U6IERGUyBUaHJvdWdocHV0 IE1ldHJpY3MsREZTIERhdGEgTm9kZSBNZXRyaWNzLENsdXN0ZXIgTWV0cmljcyBieSBQZXJjZW50 YWdlLgogICAgYnV0IHNvbWUgZmllbGQgcmVjb3JkIGluIG15c3FsIHdlcmUgbm90IGluIG15c3Fs IGFuZCB0aGV5IGNhbiBub3QgZGlzcGxheSBpbiBoaWNjLCBmb3IgZXhhbXBsZTogREZTIE5hbWUg Tm9kZSBNZXRyaWNzLERGUyBGUyAsTmFtZSBTeXN0ZW0gTWV0cmljcyxNYXAvUmVkdWNlIE1ldGly Y3MsSERGUyBIZWF0aG1hcCgpLEhhZG9vcCBBY3Rpdml0eSxFdmVudCB2aWV3ZXIsIE5vZGUgQWN0 aXZpdHkgR3JhcGguCiAgbXkgY29uZmlndXJlOgogY2h1a3dhLWhhZG9vcC0wLjQuMC1jbGllbnQu amFyICBoYXZlIGJlZW4gaW4gdGhlIGhhZG9vcKGvcyBsaWIKICBib3RoaGFkb29wLW1ldHJpY3Mu cHJvcGVydGllcyBhbmQgaGFkb29wIGxvZzRqLnByb3BlcnRpZXN3ZXJlIGluIGhhZG9vcCBvZiBj b25mLGkgaGF2ZSBsaXN0IHRoZXNlIGRvY3VtZW50cyBpbiBhdHRhY2htZW50LgogICJTeXN0ZW0g bWV0cmljcyBjb2xsZWN0aW9uIG1heSBmYWlsIG9yIGJlIGluY29tcGxldGUgaWYgeW91ciB2ZXJz aW9ucyBvZiBzYXIgYW5kIGlvc3RhdCBkbyBub3QgbWF0Y2ggdGhlIG9uZXMgdGhhdCBDaHVrd2Eg ZXhwZWN0cyIgdGhpcyBjaXRhdGlvbiBjb21lIGZyb20gY2h1a3dhIHJlbGVhc2Vub3RlcywgaSBz dXNwZWN0ICBpZiBteSBzeXNzdGF0IHZlcnNpb24gb2YgdWJ1bnR1IGlzIG5vdCBtYXRjaCBmb3Ig Y2h1a3dhLCBpZiBzbywgd2hhdCBjYW4gaSBkbyBmb3IgdGhhdC4KICBjb3VsZCBhbnlib2R5IGdp dmUgbWUgc29tZSBzdWdnZXN0aW9ucywgdGhhbmsgeW91IHZlcnkgbXVjaCwKICBieSB0aGUgd2F5 IGRvIGFueWJvZHkga25vdyBob3cgdG8gc3RhcnQgaG91cmx5Um9sbGluZyBhbmQgZGFpbHlSb2ls bGluZyBpbiAwLjQuMCB2ZXJzaW9uIGFuZCAiRXJyb3IgaW5pdGlhbGl6aW5nIENodWt3YUNsaWVu dCB3aXRoIGxpc3Qgb2YgY3VycmVudGx5IHJlZ2lzdGVyZWQgYWRhcHRvcnMsIGNsZWFyaW5nIG91 ciBsb2NhbCBsaXN0IG9mIGFkYXB0b3JzIiBpbiBsb2dzLGhvdyBjYW4gaSByZXNvbHZlZCBpdCAu CgoKCgoKCg== ------=_Part_5324_1101226548.1288741763358 Content-Type: text/html; charset=gbk Content-Transfer-Encoding: base64 PGRpdj4mbmJzcDs8L2Rpdj48ZGl2PiZuYnNwO0hJIDombmJzcDsmbmJzcDsmbmJzcDsgSSBhbHdh eXMgd291bGQgbGlrZSB0byB1c2UmbmJzcDsgY2h1a3dhIHRvIGFuYWx5emUgdGhlIGhhZG9vcCBv ZiBlZmZpY2llbmN5LGJ1dCBJJm5ic3A7IHJhbiBpbnRvIHNldmVyYWwgcHJvYmxlbXMuPGJyPjwv ZGl2Pjxmb250IGZhY2U9IkNhbGlicmksIFZlcmRhbmEsIEhlbHZldGljYSwgQXJpYWwiPjxzcGFu IHN0eWxlPSJmb250LXNpemU6IDExcHQ7Ij4mbmJzcDsmbmJzcDsmbmJzcDsgZmlyc3RseSxpIHNl dCB1cCBjaHVrd2Egc3RyaWN0bHkgZm9sbG93aW5nIHRoZSBpbnN0cnVjdGlvbiAubXkgaGljYyB3 b3JrIG5vcm1hbGx5IGFuZCBjYW4gZGlzcGxheSBncmFwaCBpZiB0aGVyZSBhcmUgc29tZSBkYXRh IGluIG15c3FsIGZvciBpbnN0YW5jZTogREZTIFRocm91Z2hwdXQgTWV0cmljcyxERlMgRGF0YSBO b2RlIE1ldHJpY3MsQ2x1c3RlciBNZXRyaWNzIGJ5IFBlcmNlbnRhZ2UuPGJyPiZuYnNwOyZuYnNw OyZuYnNwOyBidXQgc29tZSBmaWVsZCByZWNvcmQgaW4gbXlzcWwgd2VyZSBub3QgaW4gbXlzcWwg YW5kIHRoZXkgY2FuIG5vdCBkaXNwbGF5IGluIGhpY2MsIGZvciBleGFtcGxlOiBERlMgTmFtZSBO b2RlIE1ldHJpY3MsREZTIEZTICxOYW1lIFN5c3RlbSBNZXRyaWNzLE1hcC9SZWR1Y2UgTWV0aXJj cyxIREZTIEhlYXRobWFwKCksSGFkb29wIEFjdGl2aXR5LEV2ZW50IHZpZXdlciwgTm9kZSBBY3Rp dml0eSBHcmFwaC48YnI+Jm5ic3A7IG15IGNvbmZpZ3VyZTo8YnI+Jm5ic3A7IDwvc3Bhbj48L2Zv bnQ+PGZvbnQgZmFjZT0iQ2FsaWJyaSwgVmVyZGFuYSwgSGVsdmV0aWNhLCBBcmlhbCI+PHNwYW4g c3R5bGU9ImZvbnQtc2l6ZTogMTFwdDsiPmNodWt3YS1oYWRvb3AtMC40LjAtY2xpZW50LmphciZu YnNwOyBoYXZlIGJlZW4gaW4gdGhlIGhhZG9vcKGvcyBsaWIgPC9zcGFuPjxicj4mbmJzcDsgYm90 aCA8L2ZvbnQ+PGZvbnQgZmFjZT0iQ2FsaWJyaSwgVmVyZGFuYSwgSGVsdmV0aWNhLCBBcmlhbCI+ PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTFwdDsiPmhhZG9vcC1tZXRyaWNzLnByb3BlcnRpZXMg YW5kIGhhZG9vcCBsb2c0ai5wcm9wZXJ0aWVzIDwvc3Bhbj48L2ZvbnQ+d2VyZSBpbiBoYWRvb3Ag b2YgY29uZixpIGhhdmUgbGlzdCB0aGVzZSBkb2N1bWVudHMgaW4gYXR0YWNobWVudC48YnI+Jm5i c3A7ICJTeXN0ZW0gbWV0cmljcyBjb2xsZWN0aW9uIG1heSBmYWlsIG9yIGJlIGluY29tcGxldGUg aWYgeW91ciB2ZXJzaW9ucyBvZiAKc2FyIGFuZCBpb3N0YXQgZG8gbm90IG1hdGNoIHRoZSBvbmVz IHRoYXQgQ2h1a3dhIGV4cGVjdHMiIHRoaXMgY2l0YXRpb24gY29tZSBmcm9tIGNodWt3YSByZWxl YXNlbm90ZXMsIGkgc3VzcGVjdCZuYnNwOyBpZiBteSBzeXNzdGF0IHZlcnNpb24gb2YgdWJ1bnR1 IGlzIG5vdCBtYXRjaCBmb3IgY2h1a3dhLCBpZiBzbywgd2hhdCBjYW4gaSBkbyBmb3IgdGhhdC48 YnI+Jm5ic3A7IGNvdWxkIGFueWJvZHkgZ2l2ZSBtZSBzb21lIHN1Z2dlc3Rpb25zLCB0aGFuayB5 b3UgdmVyeSBtdWNoLDxicj4mbmJzcDsgYnkgdGhlIHdheSBkbyBhbnlib2R5IGtub3cgaG93IHRv IHN0YXJ0IGhvdXJseVJvbGxpbmcgYW5kIGRhaWx5Um9pbGxpbmcgaW4gMC40LjAgdmVyc2lvbiBh bmQgIkVycm9yIGluaXRpYWxpemluZyBDaHVrd2FDbGllbnQgd2l0aCBsaXN0IG9mIGN1cnJlbnRs eSByZWdpc3RlcmVkIGFkYXB0b3JzLCBjbGVhcmluZyBvdXIgbG9jYWwgbGlzdCBvZiBhZGFwdG9y cyIgaW4gbG9ncyxob3cgY2FuIGkgcmVzb2x2ZWQgaXQgLjxicj48YnI+PGJyPjxmb250IGZhY2U9 IkNhbGlicmksIFZlcmRhbmEsIEhlbHZldGljYSwgQXJpYWwiPjxzcGFuIHN0eWxlPSJmb250LXNp emU6IDExcHQ7Ij48YnI+PGJyPgo8L3NwYW4+PC9mb250PjxibG9ja3F1b3RlIGlkPSJpc1JlcGx5 Q29udGVudCIgc3R5bGU9InBhZGRpbmctbGVmdDogMWV4OyBtYXJnaW46IDBweCAwcHggMHB4IDAu OGV4OyBib3JkZXItbGVmdDogMXB4IHNvbGlkIHJnYigyMDQsIDIwNCwgMjA0KTsiPgoKCgo8L2Js b2NrcXVvdGU+PGJyPjxicj48c3BhbiB0aXRsZT0ibmV0ZWFzZWZvb3RlciI+PHNwYW4gaWQ9Im5l dGVhc2VfbWFpbF9mb290ZXIiPjwvc3Bhbj48L3NwYW4+PGJyPjxicj48c3BhbiB0aXRsZT0ibmV0 ZWFzZWZvb3RlciI+PHNwYW4gaWQ9Im5ldGVhc2VfbWFpbF9mb290ZXIiPjwvc3Bhbj48L3NwYW4+ ------=_Part_5324_1101226548.1288741763358-- ------=_Part_5322_1000299833.1288741763358 Content-Type: application/octet-stream; name="hadoop-metrics.properties" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="hadoop-metrics.properties" IyBMaWNlbnNlZCB0byB0aGUgQXBhY2hlIFNvZnR3YXJlIEZvdW5kYXRpb24gKEFTRikgdW5kZXIg b25lIG9yIG1vcmUKIyBjb250cmlidXRvciBsaWNlbnNlIGFncmVlbWVudHMuICBTZWUgdGhlIE5P VElDRSBmaWxlIGRpc3RyaWJ1dGVkIHdpdGgKIyB0aGlzIHdvcmsgZm9yIGFkZGl0aW9uYWwgaW5m b3JtYXRpb24gcmVnYXJkaW5nIGNvcHlyaWdodCBvd25lcnNoaXAuCiMgVGhlIEFTRiBsaWNlbnNl cyB0aGlzIGZpbGUgdG8gWW91IHVuZGVyIHRoZSBBcGFjaGUgTGljZW5zZSwgVmVyc2lvbiAyLjAK IyAodGhlICJMaWNlbnNlIik7IHlvdSBtYXkgbm90IHVzZSB0aGlzIGZpbGUgZXhjZXB0IGluIGNv bXBsaWFuY2Ugd2l0aAojIHRoZSBMaWNlbnNlLiAgWW91IG1heSBvYnRhaW4gYSBjb3B5IG9mIHRo ZSBMaWNlbnNlIGF0CiMKIyAgICAgaHR0cDovL3d3dy5hcGFjaGUub3JnL2xpY2Vuc2VzL0xJQ0VO U0UtMi4wCiMKIyBVbmxlc3MgcmVxdWlyZWQgYnkgYXBwbGljYWJsZSBsYXcgb3IgYWdyZWVkIHRv IGluIHdyaXRpbmcsIHNvZnR3YXJlCiMgZGlzdHJpYnV0ZWQgdW5kZXIgdGhlIExpY2Vuc2UgaXMg ZGlzdHJpYnV0ZWQgb24gYW4gIkFTIElTIiBCQVNJUywKIyBXSVRIT1VUIFdBUlJBTlRJRVMgT1Ig Q09ORElUSU9OUyBPRiBBTlkgS0lORCwgZWl0aGVyIGV4cHJlc3Mgb3IgaW1wbGllZC4KIyBTZWUg dGhlIExpY2Vuc2UgZm9yIHRoZSBzcGVjaWZpYyBsYW5ndWFnZSBnb3Zlcm5pbmcgcGVybWlzc2lv bnMgYW5kCiMgbGltaXRhdGlvbnMgdW5kZXIgdGhlIExpY2Vuc2UuCgpjaHVrd2FBZ2VudC5jbGFz cz1vcmcuYXBhY2hlLmhhZG9vcC5jaHVrd2EuaW5wdXR0b29scy5sb2c0ai5Mb2c0Sk1ldHJpY3ND b250ZXh0CmNodWt3YUFnZW50LnBlcmlvZD02MApjaHVrd2FBZ2VudC5kaXJlY3Rvcnk9L2hvbWUv dS9jaHVrd2EtMC40LjAvbG9ncy9tZXRyaWNzLwogCmNodWt3YUh0dHBTZW5kZXIuY2xhc3M9b3Jn LmFwYWNoZS5oYWRvb3AuY2h1a3dhLmlucHV0dG9vbHMubG9nNGouTG9nNEpNZXRyaWNzQ29udGV4 dApjaHVrd2FIdHRwU2VuZGVyLnBlcmlvZD02MApjaHVrd2FIdHRwU2VuZGVyLmRpcmVjdG9yeT0v aG9tZS91L2NodWt3YS0wLjQuMC9sb2dzL21ldHJpY3MvCgpjaHVua1F1ZXVlLmNsYXNzPW9yZy5h cGFjaGUuaGFkb29wLmNodWt3YS5pbnB1dHRvb2xzLmxvZzRqLkxvZzRKTWV0cmljc0NvbnRleHQK Y2h1bmtRdWV1ZS5wZXJpb2Q9NjAKY2h1bmtRdWV1ZS5kaXJlY3Rvcnk9L2hvbWUvdS9jaHVrd2Et MC40LjAvbG9ncy9tZXRyaWNzLwoKZGZzLmNsYXNzPW9yZy5hcGFjaGUuaGFkb29wLmNodWt3YS5p bnB1dHRvb2xzLmxvZzRqLkxvZzRKTWV0cmljc0NvbnRleHQKZGZzLnBlcmlvZD02MApkZnMuZGly ZWN0b3J5PS9ob21lL3UvY2h1a3dhLTAuNC4wL2xvZ3MvbWV0cmljcy8KZGZzLnV1aWQ9dHJ1ZQoK anZtLmNsYXNzPW9yZy5hcGFjaGUuaGFkb29wLmNodWt3YS5pbnB1dHRvb2xzLmxvZzRqLkxvZzRK TWV0cmljc0NvbnRleHQKanZtLnBlcmlvZD02MApqdm0uZGlyZWN0b3J5PS9ob21lL3UvY2h1a3dh LTAuNC4wL2xvZ3MvbWV0cmljcy8KanZtLnV1aWQ9dHJ1ZQoKbWFwcmVkLmNsYXNzPW9yZy5hcGFj aGUuaGFkb29wLmNodWt3YS5pbnB1dHRvb2xzLmxvZzRqLkxvZzRKTWV0cmljc0NvbnRleHQKbWFw cmVkLnBlcmlvZD02MAptYXByZWQuZGlyZWN0b3J5PS9ob21lL3UvY2h1a3dhLTAuNC4wL2xvZ3Mv bWV0cmljcy8KbWFwcmVkLnV1aWQ9dHJ1ZQoKcnBjLmNsYXNzPW9yZy5hcGFjaGUuaGFkb29wLmNo dWt3YS5pbnB1dHRvb2xzLmxvZzRqLkxvZzRKTWV0cmljc0NvbnRleHQKcnBjLnBlcmlvZD02MApy cGMuZGlyZWN0b3J5PS9ob21lL3UvY2h1a3dhLTAuNC4wL2xvZ3MvbWV0cmljcy8KcnBjLnV1aWQ9 dHJ1ZQoK ------=_Part_5322_1000299833.1288741763358 Content-Type: application/octet-stream; name="log4j.properties" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="log4j.properties" IyBMaWNlbnNlZCB0byB0aGUgQXBhY2hlIFNvZnR3YXJlIEZvdW5kYXRpb24gKEFTRikgdW5kZXIg b25lIG9yIG1vcmUKIyBjb250cmlidXRvciBsaWNlbnNlIGFncmVlbWVudHMuICBTZWUgdGhlIE5P VElDRSBmaWxlIGRpc3RyaWJ1dGVkIHdpdGgKIyB0aGlzIHdvcmsgZm9yIGFkZGl0aW9uYWwgaW5m b3JtYXRpb24gcmVnYXJkaW5nIGNvcHlyaWdodCBvd25lcnNoaXAuCiMgVGhlIEFTRiBsaWNlbnNl cyB0aGlzIGZpbGUgdG8gWW91IHVuZGVyIHRoZSBBcGFjaGUgTGljZW5zZSwgVmVyc2lvbiAyLjAK IyAodGhlICJMaWNlbnNlIik7IHlvdSBtYXkgbm90IHVzZSB0aGlzIGZpbGUgZXhjZXB0IGluIGNv bXBsaWFuY2Ugd2l0aAojIHRoZSBMaWNlbnNlLiAgWW91IG1heSBvYnRhaW4gYSBjb3B5IG9mIHRo ZSBMaWNlbnNlIGF0CiMKIyAgICAgaHR0cDovL3d3dy5hcGFjaGUub3JnL2xpY2Vuc2VzL0xJQ0VO U0UtMi4wCiMKIyBVbmxlc3MgcmVxdWlyZWQgYnkgYXBwbGljYWJsZSBsYXcgb3IgYWdyZWVkIHRv IGluIHdyaXRpbmcsIHNvZnR3YXJlCiMgZGlzdHJpYnV0ZWQgdW5kZXIgdGhlIExpY2Vuc2UgaXMg ZGlzdHJpYnV0ZWQgb24gYW4gIkFTIElTIiBCQVNJUywKIyBXSVRIT1VUIFdBUlJBTlRJRVMgT1Ig Q09ORElUSU9OUyBPRiBBTlkgS0lORCwgZWl0aGVyIGV4cHJlc3Mgb3IgaW1wbGllZC4KIyBTZWUg dGhlIExpY2Vuc2UgZm9yIHRoZSBzcGVjaWZpYyBsYW5ndWFnZSBnb3Zlcm5pbmcgcGVybWlzc2lv bnMgYW5kCiMgbGltaXRhdGlvbnMgdW5kZXIgdGhlIExpY2Vuc2UuCgojIERlZmluZSBzb21lIGRl ZmF1bHQgdmFsdWVzIHRoYXQgY2FuIGJlIG92ZXJyaWRkZW4gYnkgc3lzdGVtIHByb3BlcnRpZXMK aGFkb29wLnJvb3QubG9nZ2VyPUlORk8sY29uc29sZQpoYWRvb3AubG9nLmRpcj0uCmhhZG9vcC5s b2cuZmlsZT1oYWRvb3AubG9nCgojIERlZmluZSB0aGUgcm9vdCBsb2dnZXIgdG8gdGhlIHN5c3Rl bSBwcm9wZXJ0eSAiaGFkb29wLnJvb3QubG9nZ2VyIi4KbG9nNGoucm9vdExvZ2dlcj0ke2hhZG9v cC5yb290LmxvZ2dlcn0sIEV2ZW50Q291bnRlcgoKIyBMb2dnaW5nIFRocmVzaG9sZApsb2c0ai50 aHJlc2hob2xkPUFMTAoKIwojIERhaWx5IFJvbGxpbmcgRmlsZSBBcHBlbmRlcgojCgpsb2c0ai5h cHBlbmRlci5EUkZBPW9yZy5hcGFjaGUubG9nNGouRGFpbHlSb2xsaW5nRmlsZUFwcGVuZGVyCmxv ZzRqLmFwcGVuZGVyLkRSRkEuRmlsZT0ke2hhZG9vcC5sb2cuZGlyfS8ke2hhZG9vcC5sb2cuZmls ZX0KCiMKIyBDSFVLV0EKIwpsb2c0ai5hcHBlbmRlci5EUkZBPW9yZy5hcGFjaGUuaGFkb29wLmNo dWt3YS5pbnB1dHRvb2xzLmxvZzRqLkNodWt3YURhaWx5Um9sbGluZ0ZpbGVBcHBlbmRlcgpsb2c0 ai5hcHBlbmRlci5EUkZBLkZpbGU9JHtoYWRvb3AubG9nLmRpcn0vJHtoYWRvb3AubG9nLmZpbGV9 CmxvZzRqLmFwcGVuZGVyLkRSRkEucmVjb3JkVHlwZT1IYWRvb3BMb2cKbG9nNGouYXBwZW5kZXIu RFJGQS5jaHVrd2FDbGllbnRIb3N0bmFtZT1sb2NhbGhvc3QKbG9nNGouYXBwZW5kZXIuRFJGQS5j aHVrd2FDbGllbnRQb3J0TnVtPTkwOTMKCgojIFJvbGx2ZXIgYXQgbWlkbmlnaHQKbG9nNGouYXBw ZW5kZXIuRFJGQS5EYXRlUGF0dGVybj0ueXl5eS1NTS1kZAoKIyAzMC1kYXkgYmFja3VwCmxvZzRq LmFwcGVuZGVyLkRSRkEuTWF4QmFja3VwSW5kZXg9MzAKbG9nNGouYXBwZW5kZXIuRFJGQS5sYXlv dXQ9b3JnLmFwYWNoZS5sb2c0ai5QYXR0ZXJuTGF5b3V0CgojIFBhdHRlcm4gZm9ybWF0OiBEYXRl IExvZ0xldmVsIExvZ2dlck5hbWUgTG9nTWVzc2FnZQpsb2c0ai5hcHBlbmRlci5EUkZBLmxheW91 dC5Db252ZXJzaW9uUGF0dGVybj0lZHtJU084NjAxfSAlcCAlYzogJW0lbgojIERlYnVnZ2luZyBQ YXR0ZXJuIGZvcm1hdApsb2c0ai5hcHBlbmRlci5EUkZBLmxheW91dC5Db252ZXJzaW9uUGF0dGVy bj0lZHtJU084NjAxfSAlLTVwICVjezJ9ICglRjolTSglTCkpIC0gJW0lbgoKIwojIEFVRElUIExP R0dJTkcgLSBBbGwgYXVkaXQgZXZlbnRzIGFyZSBsb2dnZWQgYXQgSU5GTyBsZXZlbAojCiMgQ0hV S1dBIEFVRElUIExPRwoKbG9nNGouYXBwZW5kZXIuRFJGQUFVRElUPW9yZy5hcGFjaGUuaGFkb29w LmNodWt3YS5pbnB1dHRvb2xzLmxvZzRqLkNodWt3YURhaWx5Um9sbGluZ0ZpbGVBcHBlbmRlcgps b2c0ai5hcHBlbmRlci5EUkZBQVVESVQuRmlsZT0ke2hhZG9vcC5sb2cuZGlyfS9hdWRpdC5sb2cK bG9nNGouYXBwZW5kZXIuRFJGQUFVRElULnJlY29yZFR5cGU9SGFkb29wTG9nCmxvZzRqLmFwcGVu ZGVyLkRSRkFBVURJVC5jaHVrd2FDbGllbnRIb3N0bmFtZT1sb2NhbGhvc3QKbG9nNGouYXBwZW5k ZXIuRFJGQUFVRElULmNodWt3YUNsaWVudFBvcnROdW09OTA5Mwpsb2c0ai5hcHBlbmRlci5EUkZB QVVESVQuRGF0ZVBhdHRlcm49Lnl5eXktTU0tZGQKbG9nNGouYXBwZW5kZXIuRFJGQUFVRElULmxh eW91dD1vcmcuYXBhY2hlLmxvZzRqLlBhdHRlcm5MYXlvdXQKbG9nNGouYXBwZW5kZXIuRFJGQUFV RElULmxheW91dC5Db252ZXJzaW9uUGF0dGVybj0lZHtJU084NjAxfSAlcCAlYzogJW0lbgpsb2c0 ai5sb2dnZXIub3JnLmFwYWNoZS5oYWRvb3AuaGRmcy5zZXJ2ZXIubmFtZW5vZGUuRlNOYW1lc3lz dGVtLmF1ZGl0PUlORk8sRFJGQUFVRElUCmxvZzRqLmFkZGl0aXZpdHkub3JnLmFwYWNoZS5oYWRv b3AuaGRmcy5zZXJ2ZXIubmFtZW5vZGUuRlNOYW1lc3lzdGVtLmF1ZGl0PXRydWUKCiMgQ2xpZW50 VHJhY2UgKFNodWZmbGUgYnl0ZXMpCmxvZzRqLmFwcGVuZGVyLk1SX0NMSUVOVFRSQUNFPW9yZy5h cGFjaGUuaGFkb29wLmNodWt3YS5pbnB1dHRvb2xzLmxvZzRqLkNodWt3YURhaWx5Um9sbGluZ0Zp bGVBcHBlbmRlcgpsb2c0ai5hcHBlbmRlci5NUl9DTElFTlRUUkFDRS5GaWxlPSR7aGFkb29wLmxv Zy5kaXJ9L21yX2NsaWVudHRyYWNlLmxvZwpsb2c0ai5hcHBlbmRlci5NUl9DTElFTlRUUkFDRS5y ZWNvcmRUeXBlPUNsaWVudFRyYWNlCmxvZzRqLmFwcGVuZGVyLk1SX0NMSUVOVFRSQUNFLmNodWt3 YUNsaWVudEhvc3RuYW1lPWxvY2FsaG9zdApsb2c0ai5hcHBlbmRlci5NUl9DTElFTlRUUkFDRS5j aHVrd2FDbGllbnRQb3J0TnVtPTkwOTMKbG9nNGouYXBwZW5kZXIuTVJfQ0xJRU5UVFJBQ0UuRGF0 ZVBhdHRlcm49Lnl5eXktTU0tZGQKbG9nNGouYXBwZW5kZXIuTVJfQ0xJRU5UVFJBQ0UubGF5b3V0 PW9yZy5hcGFjaGUubG9nNGouUGF0dGVybkxheW91dApsb2c0ai5hcHBlbmRlci5NUl9DTElFTlRU UkFDRS5sYXlvdXQuQ29udmVyc2lvblBhdHRlcm49JWR7SVNPODYwMX0gJXAgJWM6ICVtJW4KbG9n NGoubG9nZ2VyLm9yZy5hcGFjaGUuaGFkb29wLm1hcHJlZC5UYXNrVHJhY2tlci5jbGllbnR0cmFj ZT1JTkZPLE1SX0NMSUVOVFRSQUNFCmxvZzRqLmFkZGl0aXZpdHkub3JnLmFwYWNoZS5oYWRvb3Au bWFwcmVkLlRhc2tUcmFja2VyLmNsaWVudHRyYWNlPXRydWUKCiMgQ2xpZW50VHJhY2UgKEhERlMg Ynl0ZXMpCmxvZzRqLmFwcGVuZGVyLkhERlNfQ0xJRU5UVFJBQ0U9b3JnLmFwYWNoZS5oYWRvb3Au Y2h1a3dhLmlucHV0dG9vbHMubG9nNGouQ2h1a3dhRGFpbHlSb2xsaW5nRmlsZUFwcGVuZGVyCmxv ZzRqLmFwcGVuZGVyLkhERlNfQ0xJRU5UVFJBQ0UuRmlsZT0ke2hhZG9vcC5sb2cuZGlyfS9oZGZz X2NsaWVudHRyYWNlLmxvZwpsb2c0ai5hcHBlbmRlci5IREZTX0NMSUVOVFRSQUNFLnJlY29yZFR5 cGU9Q2xpZW50VHJhY2UKbG9nNGouYXBwZW5kZXIuSERGU19DTElFTlRUUkFDRS5jaHVrd2FDbGll bnRIb3N0bmFtZT1sb2NhbGhvc3QKbG9nNGouYXBwZW5kZXIuSERGU19DTElFTlRUUkFDRS5jaHVr d2FDbGllbnRQb3J0TnVtPTkwOTMKbG9nNGouYXBwZW5kZXIuSERGU19DTElFTlRUUkFDRS5EYXRl UGF0dGVybj0ueXl5eS1NTS1kZApsb2c0ai5hcHBlbmRlci5IREZTX0NMSUVOVFRSQUNFLmxheW91 dD1vcmcuYXBhY2hlLmxvZzRqLlBhdHRlcm5MYXlvdXQKbG9nNGouYXBwZW5kZXIuSERGU19DTElF TlRUUkFDRS5sYXlvdXQuQ29udmVyc2lvblBhdHRlcm49JWR7SVNPODYwMX0gJXAgJWM6ICVtJW4K bG9nNGoubG9nZ2VyLm9yZy5hcGFjaGUuaGFkb29wLmhkZnMuc2VydmVyLmRhdGFub2RlLkRhdGFO b2RlLmNsaWVudHRyYWNlPUlORk8sSERGU19DTElFTlRUUkFDRQpsb2c0ai5hZGRpdGl2aXR5Lm9y Zy5hcGFjaGUuaGFkb29wLmhkZnMuc2VydmVyLmRhdGFub2RlLkRhdGFOb2RlLmNsaWVudHRyYWNl PXRydWUKCiMKIyBjb25zb2xlCiMgQWRkICJjb25zb2xlIiB0byByb290bG9nZ2VyIGFib3ZlIGlm IHlvdSB3YW50IHRvIHVzZSB0aGlzIAojCgpsb2c0ai5hcHBlbmRlci5jb25zb2xlPW9yZy5hcGFj aGUubG9nNGouQ29uc29sZUFwcGVuZGVyCmxvZzRqLmFwcGVuZGVyLmNvbnNvbGUudGFyZ2V0PVN5 c3RlbS5lcnIKbG9nNGouYXBwZW5kZXIuY29uc29sZS5sYXlvdXQ9b3JnLmFwYWNoZS5sb2c0ai5Q YXR0ZXJuTGF5b3V0CmxvZzRqLmFwcGVuZGVyLmNvbnNvbGUubGF5b3V0LkNvbnZlcnNpb25QYXR0 ZXJuPSVke3l5L01NL2RkIEhIOm1tOnNzfSAlcCAlY3syfTogJW0lbgoKIwojIFRhc2tMb2cgQXBw ZW5kZXIKIwoKI0RlZmF1bHQgdmFsdWVzCmhhZG9vcC50YXNrbG9nLnRhc2tpZD1udWxsCmhhZG9v cC50YXNrbG9nLm5vS2VlcFNwbGl0cz00CmhhZG9vcC50YXNrbG9nLnRvdGFsTG9nRmlsZVNpemU9 MTAwCmhhZG9vcC50YXNrbG9nLnB1cmdlTG9nU3BsaXRzPXRydWUKaGFkb29wLnRhc2tsb2cubG9n c1JldGFpbkhvdXJzPTEyCgpsb2c0ai5hcHBlbmRlci5UTEE9b3JnLmFwYWNoZS5oYWRvb3AuY2h1 a3dhLmlucHV0dG9vbHMubG9nNGouVGFza0xvZ0FwcGVuZGVyCmxvZzRqLmFwcGVuZGVyLlRMQS5y ZWNvcmRUeXBlPVRhc2tMb2cKbG9nNGouYXBwZW5kZXIuVExBLnRhc2tJZD0ke2hhZG9vcC50YXNr bG9nLnRhc2tpZH0KbG9nNGouYXBwZW5kZXIuVExBLnRvdGFsTG9nRmlsZVNpemU9JHtoYWRvb3Au dGFza2xvZy50b3RhbExvZ0ZpbGVTaXplfQoKbG9nNGouYXBwZW5kZXIuVExBLmxheW91dD1vcmcu YXBhY2hlLmxvZzRqLlBhdHRlcm5MYXlvdXQKbG9nNGouYXBwZW5kZXIuVExBLmxheW91dC5Db252 ZXJzaW9uUGF0dGVybj0lZHtJU084NjAxfSAlcCAlYzogJW0lbgoKIwojIFJvbGxpbmcgRmlsZSBB cHBlbmRlcgojCgpsb2c0ai5hcHBlbmRlci5SRkE9b3JnLmFwYWNoZS5sb2c0ai5Sb2xsaW5nRmls ZUFwcGVuZGVyCmxvZzRqLmFwcGVuZGVyLlJGQS5GaWxlPSR7aGFkb29wLmxvZy5kaXJ9LyR7aGFk b29wLmxvZy5maWxlfQoKIyBMb2dmaWxlIHNpemUgYW5kIGFuZCAzMC1kYXkgYmFja3Vwcwpsb2c0 ai5hcHBlbmRlci5SRkEuTWF4RmlsZVNpemU9MU1CCmxvZzRqLmFwcGVuZGVyLlJGQS5NYXhCYWNr dXBJbmRleD0zMAoKbG9nNGouYXBwZW5kZXIuUkZBLmxheW91dD1vcmcuYXBhY2hlLmxvZzRqLlBh dHRlcm5MYXlvdXQKbG9nNGouYXBwZW5kZXIuUkZBLmxheW91dC5Db252ZXJzaW9uUGF0dGVybj0l ZHtJU084NjAxfSAlLTVwICVjezJ9IC0gJW0lbgpsb2c0ai5hcHBlbmRlci5SRkEubGF5b3V0LkNv bnZlcnNpb25QYXR0ZXJuPSVke0lTTzg2MDF9ICUtNXAgJWN7Mn0gKCVGOiVNKCVMKSkgLSAlbSVu CgojIEN1c3RvbSBMb2dnaW5nIGxldmVscwoKbG9nNGoubG9nZ2VyLm9yZy5hcGFjaGUuaGFkb29w Lm1hcHJlZC5Kb2JUcmFja2VyPURFQlVHCmxvZzRqLmxvZ2dlci5vcmcuYXBhY2hlLmhhZG9vcC5t YXByZWQuVGFza1RyYWNrZXI9REVCVUcKbG9nNGoubG9nZ2VyLm9yZy5hcGFjaGUuaGFkb29wLmZz LkZTTmFtZXN5c3RlbT1ERUJVRwoKIwojIEV2ZW50IENvdW50ZXIgQXBwZW5kZXIKIyBTZW5kcyBj b3VudHMgb2YgbG9nZ2luZyBtZXNzYWdlcyBhdCBkaWZmZXJlbnQgc2V2ZXJpdHkgbGV2ZWxzIHRv IEhhZG9vcCBNZXRyaWNzLgojCmxvZzRqLmFwcGVuZGVyLkV2ZW50Q291bnRlcj1vcmcuYXBhY2hl LmhhZG9vcC5tZXRyaWNzLmp2bS5FdmVudENvdW50ZXIKCg== ------=_Part_5322_1000299833.1288741763358-- From [email protected] Wed Nov 03 07:10:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19310 invoked from network); 3 Nov 2010 07:10:22 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Nov 2010 07:10:22 -0000 Received: (qmail 17807 invoked by uid 500); 3 Nov 2010 07:10:50 -0000 Delivered-To: [email protected] Received: (qmail 16630 invoked by uid 500); 3 Nov 2010 07:10: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16622 invoked by uid 99); 3 Nov 2010 07:10:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 07:10:47 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,MIME_QP_LONG_LINE,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 bmapps.persistent.co.in) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 07:10:41 +0000 X-AuditID: 0a4e0006-b7bdbae0000037a1-98-4cd10ada18c4 Received: from puneexchange.persistent.co.in ( [161.129.204.104]) by bmapps.persistent.co.in (Symantec Mail Security) with SMTP id 58.72.14241.ADA01DC4; Wed, 3 Nov 2010 12:40:19 +0530 (IST) Received: from Exchange.persistent.co.in ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b6007:4dfa:35a:1023]) by CAS2 ([161.129.204.104]) with mapi; Wed, 3 Nov 2010 12:40:18 +0530 From: Jaydeep Ayachit <[email protected]> To: "[email protected]" <[email protected]> Date: Wed, 3 Nov 2010 12:40:08 +0530 Subject: RE: Data loss on collector side Thread-Topic: Data loss on collector side Thread-Index: Act6rbtfTU/8HzCtT3yx26+3qyzEvAAALGHnAB3msvA= Message-ID: <[email protected]> References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US, en-IN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-IN Content-Type: multipart/alternative; boundary="_000_D1B70AEEBAE689468C0E7DE40BEE854A324CC8D592EXCHANGEpersi_" MIME-Version: 1.0 X-Brightmail-Tracker: AAAAAQAAAZE= --_000_D1B70AEEBAE689468C0E7DE40BEE854A324CC8D592EXCHANGEpersi_ Content-Type: text/plain; charset="us-ascii" content-transfer-encoding: quoted-printable Hello, Could you please provide more information on this? Regards Jaydeep From: Jerome Boulon [mailto:[email protected]] Sent: Tuesday, November 02, 2010 10:23 PM To: [email protected] Subject: Re: Data loss on collector side Hi, The HDFS writer is not doing that but the LocalWriter (HDFSMover) is exactly= doing this. /Jerome. On 11/2/10 9:48 AM, "Jaydeep Ayachit" <[email protected]> wro= te: Hello, When collector is in middle of committing chunks to sequence file, if hdfs b= ecomes unavailable, the collector bails out. What happens to .chukwa file th= e collector is working on? This file will not be renamed to .done file. The= file as such would become orphan as next time collector starts, it will not= carry on with this file. Is there any process, that looks for orphan files and takes action on them?= (like rename to .done) Thanks, Jaydeep DISCLAIMER =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This e-mail may contain privileged= and confidential information which is the property of Persistent Systems Lt= d. It is intended only for the use of the individual or entity to which it i= s addressed. If you are not the intended recipient, you are not authorized t= o read, retain, copy, print, distribute or use this message. If you have rec= eived this communication in error, please notify the sender and delete all c= opies of this message. Persistent Systems Ltd. does not accept any liability= for virus infected mails. DISCLAIMER=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= This e-mail may contain privileged and confidential information which is the= property of Persistent Systems Ltd. It is intended only for the use of the= individual or entity to which it is addressed. If you are not the intended= recipient, you are not authorized to read, retain, copy, print, distribute= or use this message. If you have received this communication in error, plea= se notify the sender and delete all copies of this message. Persistent Syste= ms Ltd. does not accept any liability for virus infected mails. --_000_D1B70AEEBAE689468C0E7DE40BEE854A324CC8D592EXCHANGEpersi_ 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-micro= soft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" xm= lns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http://w= ww.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 12 (filtered medium)"> <title>Re: Data loss on collector side</title> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @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","serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-reply; font-family:"Calibri","sans-serif"; color:#1F497D;} .MsoChpDefault {mso-style-type:export-only; font-size:10.0pt;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal><span style=3D'font-size:11.0pt;font-family:"Calibri","= sans-serif"; color:#1F497D'>Hello,<o:p></o:p></span></p> <p class=3DMsoNormal><span style=3D'font-size:11.0pt;font-family:"Calibri","= sans-serif"; color:#1F497D'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal><span style=3D'font-size:11.0pt;font-family:"Calibri","= sans-serif"; color:#1F497D'>Could you please provide more information on this?<o:p></o:p>= </span></p> <p class=3DMsoNormal><span style=3D'font-size:11.0pt;font-family:"Calibri","= sans-serif"; color:#1F497D'><o:p>&nbsp;</o:p></span></p> <div> <p class=3DMsoNormal><span style=3D'font-size:11.0pt;font-family:"Calibri","= sans-serif"; color:#1F497D'>Regards<o:p></o:p></span></p> <p class=3DMsoNormal><span style=3D'font-size:11.0pt;font-family:"Calibri","= sans-serif"; color:#1F497D'>Jaydeep<o:p></o:p></span></p> <p class=3DMsoNormal><span style=3D'font-size:11.0pt;font-family:"Calibri","= sans-serif"; color:#1F497D'><o:p>&nbsp;</o:p></span></p> </div> <p class=3DMsoNormal><span style=3D'font-size:11.0pt;font-family:"Calibri","= sans-serif"; color:#1F497D'><o:p>&nbsp;</o:p></span></p> <div> <div style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0= in 0in'> <p class=3DMsoNormal><b><span style=3D'font-size:10.0pt;font-family:"Tahoma"= ,"sans-serif"'>From:</span></b><span style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Jerome Boulon [mailto:[email protected]] <br> <b>Sent:</b> Tuesday, November 02, 2010 10:23 PM<br> <b>To:</b> [email protected]<br> <b>Subject:</b> Re: Data loss on collector side<o:p></o:p></span></p> </div> </div> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><span style=3D'font-size= :11.0pt; font-family:"Calibri","sans-serif"'>Hi,<br> The HDFS writer is not doing that but the LocalWriter (HDFSMover) is exactly doing this.<br> /Jerome.<br> <br> <br> On 11/2/10 9:48 AM, &quot;Jaydeep Ayachit&quot; &lt;<a href=3D"[email protected]">[email protected]</= a>&gt; wrote:</span><o:p></o:p></p> <p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><span style=3D'font-size= :11.0pt; font-family:"Calibri","sans-serif"'>Hello,<br> &nbsp;<br> When collector is in middle of committing chunks to sequence file, if hdfs becomes unavailable, the collector bails out. What happens to .chukwa file t= he collector is working on? This file will not be renamed to .done file. The fi= le as such would become orphan as next time collector starts, it will not carry= on with this file.<br> &nbsp;<br> Is there any process, that looks for orphan files and takes action on them? (like rename to .done)<br> &nbsp;<br> Thanks,<br> Jaydeep<br> &nbsp;<br> &nbsp;<br> DISCLAIMER =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This e-mail may contain privileged= and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If yo= u are not the intended recipient, you are not authorized to read, retain, copy= , print, distribute or use this message. If you have received this communicati= on in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mai= ls.</span><o:p></o:p></p> </div> <p>DISCLAIMER=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= This e-mail may contain privileged and confidential information which is the= property of Persistent Systems Ltd. It is intended only for the use of the= individual or entity to which it is addressed. If you are not the intended= recipient, you are not authorized to read, retain, copy, print, distribute= or use this message. If you have received this communication in error, plea= se notify the sender and delete all copies of this message. Persistent Syste= ms Ltd. does not accept any liability for virus infected mails.</p> </body> </html> --_000_D1B70AEEBAE689468C0E7DE40BEE854A324CC8D592EXCHANGEpersi_-- From [email protected] Wed Nov 03 12:42:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31633 invoked from network); 3 Nov 2010 12:42:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Nov 2010 12:42:06 -0000 Received: (qmail 24843 invoked by uid 500); 3 Nov 2010 12:42:37 -0000 Delivered-To: [email protected] Received: (qmail 24676 invoked by uid 500); 3 Nov 2010 12:42: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24661 invoked by uid 99); 3 Nov 2010 12:42:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 12:42:34 +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-gx0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 12:42:27 +0000 Received: by gxk26 with SMTP id 26so425035gxk.6 for <[email protected]>; Wed, 03 Nov 2010 05:42:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=RoWSdyurPCsscYoF74GRX667BWus6lBq9YUE1Gbck5U=; b=kR74gvmApPHpyCEXwyYggukN72us3IBRPCOBH5mvwnwgZBgG6X0CUwcAmq4vAZ0Lxo nOO32D7/ZUISTFENdXLE6OAvjWbEvsXKv5COyHbrWrFJAfLRNXzL5PWhdUQpIW0nrprf QNqArgZRb/VrOQ5d5nL0HBlAnnx3gDJknWPNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=HEdOSzta5b1kv+ZXm84A+WgeUdl0TX/8ww2h/E2G4AHXmt9R5noRJYBeXhKatEdjrQ Z8bEEIpwGW3jf7SDIvY5L83UbvO1j9v0A4rf6C6CtZQ9VrZb8qeb8rkcdhn6iDQjXI3k sF7XvVnSONtyGDU+gs02IQ9jGYq8dr4aNBqNE= Received: by 161.129.204.104 with SMTP id iy3mr3146546icb.202.1288788126610; Wed, 03 Nov 2010 05:42:06 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Wed, 3 Nov 2010 05:41:46 -0700 (PDT) From: Ying Tang <[email protected]> Date: Wed, 3 Nov 2010 20:41:46 +0800 Message-ID: <[email protected]> Subject: collector PatternSyntaxException To: chukwa-user <[email protected]> Content-Type: multipart/alternative; boundary=20cf30549e9d7a36600494255e3e --20cf30549e9d7a36600494255e3e Content-Type: text/plain; charset=ISO-8859-1 I setup agent , collector and HDFS. But the agent throws I/O exception (java.net.SocketException) caught when processing request: Broken pipe 2010-11-03 20:35:17,708 INFO HTTP post thread HttpMethodDirector - Retrying request 2010-11-03 20:35:17,729 INFO HTTP post thread HttpMethodDirector - I/O exception (java.net.SocketException) caught when processing request: Connection reset 2010-11-03 20:35:17,729 INFO HTTP post thread HttpMethodDirector - Retrying request 2010-11-03 20:35:17,744 INFO HTTP post thread HttpMethodDirector - I/O exception (java.net.SocketException) caught when processing request: Broken pipe And the collector throws got connection from (agent's ip) 2010-11-03 20:35:59,757 WARN Thread-3460 SocketTeeWriter - java.util.regex.PatternSyntaxException: bad command 'POST' -- starts with neither 'RAW' nor 'WRITABLE nor HEADER'. And the data to HDFS is incomplete . I saw the source code of SocketTeeWriter , and it says the exception be thrown because the data sent by agent is missing the RAW\WRITABLE\HEADER. How this happened? -- Best regards, Ivy Tang --20cf30549e9d7a36600494255e3e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div>I setup agent , collector and HDFS.</div> <div>=A0</div> <div>But the agent throws </div> <div>=A0=A0=A0 I/O exception (java.net.SocketException) caught when process= ing request: Broken pipe<br>=A0=A0=A0 2010-11-03 20:35:17,708 INFO HTTP pos= t thread HttpMethodDirector - Retrying request<br>=A0=A0=A0 2010-11-03 20:3= 5:17,729 INFO HTTP post thread HttpMethodDirector - I/O exception (java.net= .SocketException) caught when processing request: Connection reset<br> =A0=A0=A0 2010-11-03 20:35:17,729 INFO HTTP post thread HttpMethodDirector = - Retrying request<br>=A0=A0=A0 2010-11-03 20:35:17,744 INFO HTTP post thre= ad HttpMethodDirector - I/O exception (java.net.SocketException) caught whe= n processing request: Broken pipe</div> <div>=A0</div> <div>And the collector throws</div> <div>=A0=A0=A0 got connection from=A0=A0 (agent&#39;s ip)</div> <div>=A0=A0=A0 2010-11-03 20:35:59,757 WARN Thread-3460 SocketTeeWriter - j= ava.util.regex.PatternSyntaxException: bad command &#39;POST&#39; -- starts= with neither &#39;RAW&#39; nor &#39;WRITABLE nor HEADER&#39;.<br>=A0=A0=A0= =A0</div> <div>=A0</div> <div>And the data to HDFS is incomplete . </div> <div>=A0</div> <div>I saw the source code of SocketTeeWriter , and it says the exception b= e thrown because the data sent by agent is missing the RAW\WRITABLE\HEADER.= </div> <div>=A0</div> <div>How this happened?</div> <div>=A0</div> <div>=A0</div> <div>-- <br></div> <div>Best regards,</div> <div><br></div> <div>Ivy Tang</div> <div><br></div> <div><br></div><br> --20cf30549e9d7a36600494255e3e-- From [email protected] Wed Nov 03 13:06:45 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47035 invoked from network); 3 Nov 2010 13:06:45 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Nov 2010 13:06:45 -0000 Received: (qmail 47418 invoked by uid 500); 3 Nov 2010 13:07:16 -0000 Delivered-To: [email protected] Received: (qmail 47367 invoked by uid 500); 3 Nov 2010 13: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]> List-Id: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47360 invoked by uid 99); 3 Nov 2010 13:07:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 13:07:13 +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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 13:07:07 +0000 Received: by iwn42 with SMTP id 42so715562iwn.6 for <[email protected]>; Wed, 03 Nov 2010 06:06:47 -0700 (PDT) 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=Zxb9dZnctaAMzVVR+l5Da5+erBLIkRVa8nlaNvNResQ=; b=o+o3vZYaB2G5JkGERVaOeotuUJQoR6CiDgWcZ9M0KPmL6UBrZqNXjfZ6UNiV7ol3Os +JOlIv65TpNDbbpo5wen2Rz7Y9f3XrgRNjxY63jlPACP5VyUXbtvKgcWHOzLyJG5gBx2 8dbToyLFmftD7d1xUMIOr1MMEqeNK4VgdWplU= 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=iZZk129yVq7mEVj83IsoaSyhjz4xRzzmew2YntzIhSCrfiFQwk2jNplTsJw0lYgO1U zAzlN14UQkMpR+mDKk4jsAvsRh8gje8/kl9qFFjisllH29+qVksZDHhFwCe6qlfUihIc 2Y0f9YCk+4n/h9aeCyzGnAo4Qmz1uKKjbDXk0= Received: by 161.129.204.104 with SMTP id jd4mr1459804icb.68.1288789607044; Wed, 03 Nov 2010 06:06:47 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Wed, 3 Nov 2010 06:06:25 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Ying Tang <[email protected]> Date: Wed, 3 Nov 2010 21:06:25 +0800 Message-ID: <[email protected]> Subject: Re: collector PatternSyntaxException To: chukwa-user <[email protected]> Content-Type: multipart/alternative; boundary=20cf30549e0fb7d5ca049425b667 --20cf30549e0fb7d5ca049425b667 Content-Type: text/plain; charset=ISO-8859-1 Ingore me , i found i mistake the port. On Wed, Nov 3, 2010 at 8:41 PM, Ying Tang <[email protected]> wrote: > I setup agent , collector and HDFS. > > But the agent throws > I/O exception (java.net.SocketException) caught when processing > request: Broken pipe > 2010-11-03 20:35:17,708 INFO HTTP post thread HttpMethodDirector - > Retrying request > 2010-11-03 20:35:17,729 INFO HTTP post thread HttpMethodDirector - I/O > exception (java.net.SocketException) caught when processing request: > Connection reset > 2010-11-03 20:35:17,729 INFO HTTP post thread HttpMethodDirector - > Retrying request > 2010-11-03 20:35:17,744 INFO HTTP post thread HttpMethodDirector - I/O > exception (java.net.SocketException) caught when processing request: Broken > pipe > > And the collector throws > got connection from (agent's ip) > 2010-11-03 20:35:59,757 WARN Thread-3460 SocketTeeWriter - > java.util.regex.PatternSyntaxException: bad command 'POST' -- starts with > neither 'RAW' nor 'WRITABLE nor HEADER'. > > > And the data to HDFS is incomplete . > > I saw the source code of SocketTeeWriter , and it says the exception be > thrown because the data sent by agent is missing the RAW\WRITABLE\HEADER. > > How this happened? > > > -- > Best regards, > > Ivy Tang > > > > -- Best regards, Ivy Tang --20cf30549e0fb7d5ca049425b667 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ingore me , i=A0 found i mistake the port.<br>=A0<br> <div class=3D"gmail_quote">On Wed, Nov 3, 2010 at 8:41 PM, Ying Tang <span = dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]">[email protected].= com</a>&gt;</span> wrote:<br> <blockquote style=3D"BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex= ; PADDING-LEFT: 1ex" class=3D"gmail_quote"> <div>I setup agent , collector and HDFS.</div> <div>=A0</div> <div>But the agent throws </div> <div>=A0=A0=A0 I/O exception (java.net.SocketException) caught when process= ing request: Broken pipe<br>=A0=A0=A0 2010-11-03 20:35:17,708 INFO HTTP pos= t thread HttpMethodDirector - Retrying request<br>=A0=A0=A0 2010-11-03 20:3= 5:17,729 INFO HTTP post thread HttpMethodDirector - I/O exception (java.net= .SocketException) caught when processing request: Connection reset<br> =A0=A0=A0 2010-11-03 20:35:17,729 INFO HTTP post thread HttpMethodDirector = - Retrying request<br>=A0=A0=A0 2010-11-03 20:35:17,744 INFO HTTP post thre= ad HttpMethodDirector - I/O exception (java.net.SocketException) caught whe= n processing request: Broken pipe</div> <div>=A0</div> <div>And the collector throws</div> <div>=A0=A0=A0 got connection from=A0=A0 (agent&#39;s ip)</div> <div>=A0=A0=A0 2010-11-03 20:35:59,757 WARN Thread-3460 SocketTeeWriter - j= ava.util.regex.PatternSyntaxException: bad command &#39;POST&#39; -- starts= with neither &#39;RAW&#39; nor &#39;WRITABLE nor HEADER&#39;.<br>=A0=A0=A0= =A0</div> <div>=A0</div> <div>And the data to HDFS is incomplete . </div> <div>=A0</div> <div>I saw the source code of SocketTeeWriter , and it says the exception b= e thrown because the data sent by agent is missing the RAW\WRITABLE\HEADER.= </div> <div>=A0</div> <div>How this happened?</div> <div>=A0</div><font color=3D"#888888"> <div>=A0</div> <div>-- <br></div> <div>Best regards,</div> <div><br></div> <div>Ivy Tang</div> <div><br></div> <div><br></div><br></font></blockquote></div><br><br clear=3D"all"><br>-- <= br> <div>Best regards,</div> <div><br></div> <div>Ivy Tang</div> <div><br></div> <div><br></div><br> --20cf30549e0fb7d5ca049425b667-- From [email protected] Thu Nov 04 06:53:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57114 invoked from network); 4 Nov 2010 06:53:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Nov 2010 06:53:16 -0000 Received: (qmail 81439 invoked by uid 500); 4 Nov 2010 06:53:47 -0000 Delivered-To: [email protected] Received: (qmail 81320 invoked by uid 500); 4 Nov 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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81310 invoked by uid 99); 4 Nov 2010 06:53:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 06:53:43 +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-qw0-f47.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 06:53:38 +0000 Received: by qwd6 with SMTP id 6so920571qwd.6 for <[email protected]>; Wed, 03 Nov 2010 23:53:17 -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=umxTcsCPajr+Ubku16btXnwlz7esJzFl/6bFaPHEJ/c=; b=dbRwQYlspvV8//OblFTxhFL6A1wjtsVcLCvKp2h072QBboQ9h2ZXYmfGNZ5jqOlhu2 5jpraxi5/hlu79W/jEebldG2WbV6SW7TwS+LULGKYM+kfbG5jluzQlawRCca7e2VbuL3 /DQI7O1VC62Fqzdxb5OqBXSJDYpXhgZvy/JOI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rSwI/W0YePqkkM5F8dfQ6MyhX3AEkFoQI2s71opP6fOjhnvN6SHU2XZgMhreEydu1W i7BGzHMD5ya0tBlsHbK8SY7bI/YZwVAqCfP0hxVwu+H84GljQeZ04QXAjPilSUIdKVon LqchhMuaiQiECCTwT1uqaJw1G9xQlhvADzpfM= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id de12mr327596qcb.5.1288853597693; Wed, 03 Nov 2010 23:53:17 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 3 Nov 2010 23:53:17 -0700 (PDT) Date: Thu, 4 Nov 2010 14:53:17 +0800 Message-ID: <[email protected]> Subject: problems about JSON From: Min Zhou <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Hi all, We deployed chukwa on a 5 nodescluster where hadoop's version is hadoop 0.20.2 and chukwa's is 0.4.0. After some logs of NameNode were successfully collectected and processed by chukwa, we started hicc server. The hicc produced files listed below on HDFS, # bin/hadoop dfs -lsr /chukwa/hicc/views/ drwxr-xr-x - root supergroup 0 2010-11-04 13:01 /chukwa/hicc/views/public -rw-r--r-- 2 root supergroup 22177 2010-11-04 13:01 /chukwa/hicc/views/public/default.view -rw-r--r-- 2 root supergroup 236 2010-11-04 13:01 /chukwa/hicc/views/public/newview.tpl -rw-r--r-- 2 root supergroup 46 2010-11-04 13:01 /chukwa/hicc/views/public/view.permission -rw-r--r-- 2 root supergroup 103 2010-11-04 13:01 /chukwa/hicc/views/public/workspace_view_list.cache drwxr-xr-x - root supergroup 0 2010-11-04 13:01 /chukwa/hicc/views/users We digged into the hicc.log and found that it encountered some exceptions about JSON. 2010-11-04 14:00:16,954 ERROR btpool0-3 ViewBean - org.json.JSONException: JSONObject["owner"] not found. at org.json.JSONObject.get(JSONObject.java:283) at org.json.JSONObject.getString(JSONObject.java:409) at org.apache.hadoop.chukwa.rest.bean.ViewBean.<init>(ViewBean.java:62) at org.apache.hadoop.chukwa.datastore.ViewStore.list(ViewStore.java:217) at org.apache.hadoop.chukwa.rest.resource.ViewResource.getUserViewList(ViewResource.java:159) 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 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:156) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:166) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:114) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:74) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:114) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:66) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:658) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:616) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:607) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) /pathList at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488) After further analysis, we found the problem is caused by at lines in ViewStore.list() String[] pathList = new String[2]; pathList[0]=viewPath.toString(); pathList[1]=publicViewPath; JSONArray list = new JSONArray(); for(String path : pathList) { Path viewFile = new Path(path); try { FileSystem fs = FileSystem.get(config); FileStatus[] fstatus = fs.listStatus(viewFile); if(fstatus!=null) { for(int i=0;i<fstatus.length;i++) { long size = fstatus[i].getLen(); FSDataInputStream viewStream = fs.open(fstatus[i].getPath()); byte[] buffer = new byte[(int)size]; viewStream.readFully(buffer); viewStream.close(); try { ViewBean view = new ViewBean(new JSONObject(new String(buffer))); JSONObject json = new JSONObject(); json.put("name", view.getName()); json.put("type", view.getPermissionType()); json.put("owner", view.getOwner()); if(uid.intern()==view.getOwner().intern()) { json.put("editable","true"); } else { json.put("editable","false"); } list.put(json); } catch (Exception e) { log.error(ExceptionUtil.getStackTrace(e)); } } } } catch (IOException ex) { ... } } All files of /chukwa/hicc/views/public/ would be read and then parsed into json objects. After that, those json objects were passed to ViewBean's constructor which will run json.getString("owner"). But there is only one file(default.view) 's json has this key. So the exception throwed. Could anyone help me with this? Thanks, Min -- My research interests are distributed systems, parallel computing and bytecode based virtual machine. My profile: http://www.linkedin.com/in/coderplay My blog: http://coderplay.javaeye.com From [email protected] Thu Nov 04 07:36:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70867 invoked from network); 4 Nov 2010 07:36:17 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Nov 2010 07:36:17 -0000 Received: (qmail 97649 invoked by uid 500); 4 Nov 2010 07:36:48 -0000 Delivered-To: [email protected] Received: (qmail 97525 invoked by uid 500); 4 Nov 2010 07:36: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97518 invoked by uid 99); 4 Nov 2010 07:36:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 07:36:45 +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-qw0-f47.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 07:36:39 +0000 Received: by qwd6 with SMTP id 6so953616qwd.6 for <[email protected]>; Thu, 04 Nov 2010 00:36:18 -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 :content-transfer-encoding; bh=OjQl6FKuNJhYwkWoLK07p5l0i1qdlYOdyeNoozwj5PQ=; b=bASrt7wdE7SN05PLRlE0PR/IdR4QKo4Hrre8igIwkaysoebih4LYRjy2LZ2MidIYdV XVY+HymBSgmLROX86Cb6ui+dwtpuq0pW0WBs+Ao0UhjIm6mk48NanFxLT2PxkTbC1H8+ 0gcqNL1SZpN6EGOrwlzGCcRXGYZmDpoPeD4bA= 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=JzYaq2TZUKdWmRqCYkxU1FrXORkqkMyYjB66GGMld7aUZlbD5K0HqwvFkoS6hVo/U0 SQukqF1zO2nvT/4aLhGWeuTcvRWMG4/x8DQYlipg7JqYBTswbBlojd02lz1zq/DkTyWQ h90+5BeaqKbOp2LjRVQW8UjthccrZ60SlDyPI= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id h5mr354419qaf.27.1288856178362; Thu, 04 Nov 2010 00:36:18 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 4 Nov 2010 00:36:18 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Thu, 4 Nov 2010 15:36:18 +0800 Message-ID: <[email protected]> Subject: Re: chukwa and Hadoop v0.19.x From: Min Zhou <[email protected]> To: [email protected] Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Eric, Unfortunately, We assure Chukwa 0.4.0 is not compatible with Hadoop 0.19.x now. All agent will throw exception like below: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/metrics/util/MetricsRegistry at org.apache.hadoop.chukwa.datacollection.agent.metrics.AgentMetrics.<i= nit>(AgentMetrics.java:32) at org.apache.hadoop.chukwa.datacollection.agent.metrics.AgentMetrics.<c= linit>(AgentMetrics.java:30) at org.apache.hadoop.chukwa.datacollection.agent.ChukwaAgent.<clinit>(Ch= ukwaAgent.java:63) Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.metrics.util.MetricsRegistry at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) The class "MetricsRegistry" is not defined in Hadoop 0.19.x. Actually, it's introduced in Hadoop 0.20.0. There are a lot of refers to this this class in chukwa: AgentActivityMBean.java (2 matches) 25: import org.apache.hadoop.metrics.util.MetricsRegistry; 30: public AgentActivityMBean(final MetricsRegistry mr, final String serviceName) { AgentMetrics.java (3 matches) 26: import org.apache.hadoop.metrics.util.MetricsRegistry; 32: public MetricsRegistry registry =3D new MetricsRegistry(); ChunkQueueActivityMBean.java (2 matches) 25: import org.apache.hadoop.metrics.util.MetricsRegistry; 30: public ChunkQueueActivityMBean(final MetricsRegistry mr, final String serviceName) { ChunkQueueMetrics.java (3 matches) 27: import org.apache.hadoop.metrics.util.MetricsRegistry; 32: public MetricsRegistry registry =3D new MetricsRegistry(); sender metrics HttpSenderActivityMBean.java (2 matches) 25: import org.apache.hadoop.metrics.util.MetricsRegistry; 32: public HttpSenderActivityMBean(final MetricsRegistry mr, final String serviceName) { HttpSenderMetrics.java (3 matches) 25: import org.apache.hadoop.metrics.util.MetricsRegistry; 30: public MetricsRegistry registry =3D new MetricsRegistry(); Regards, Min On Tue, Oct 26, 2010 at 12:43 AM, Eric Yang <[email protected]> wrote: > Everything works. =A0You don=92t lose any function. > > Regards, > Eric > > > On 10/24/10 11:19 PM, "Min Zhou" <[email protected]> wrote: > > On Mon, Oct 25, 2010 at 1:34 AM, Eric Yang <[email protected]> wrote: >> Hi Min, >> >> It works. =A0Chukwa 0.4.0 is compatible to Hadoop 0.18.x. =A0However, we >> really like people to move to Hadoop 0.20 so we can remove some legacy >> code for supporting older version of Hadoop. > > I know it will work. Is there any function lost if we deploy it under > hadoop 0.19.2 rather than 0.20.2? > > Thanks, > Min > > >> regards, >> Eric >> >> On Sun, Oct 24, 2010 at 7:08 AM, Min Zhou <[email protected]> wrote: >>> Hi guys, >>> >>> From the document of Chukwa 0.4.0, =A0it mentions that "Note that these >>> directions require Hadoop 0.20.0+. Earlier versions of Hadoop do not >>> have the hooks that Chukwa requires in order to grab MapReduce job >>> logs." =A0Can anyone tell me the reason why chukwa requires 0.20.0+, we >>> know job logs and metrics are also supported by hadoop 0.19.x. >>> >>> If we deploy chukwa 0.4.0 on a hadoop cluster under the version of >>> 0.19.2. =A0What will happens? >>> >>> >>> Thanks, >>> Min >>> >>> >>> -- >>> My research interests are distributed systems, parallel computing and >>> bytecode based virtual machine. >>> >>> My profile: >>> http://www.linkedin.com/in/coderplay >>> My blog: >>> http://coderplay.javaeye.com >>> >> > > > > -- > My research interests are distributed systems, parallel computing and > bytecode based virtual machine. > > My profile: > http://www.linkedin.com/in/coderplay > My blog: > http://coderplay.javaeye.com > > --=20 My research interests are distributed systems, parallel computing and bytecode based virtual machine. My profile: http://www.linkedin.com/in/coderplay My blog: http://coderplay.javaeye.com From [email protected] Thu Nov 04 23:12:45 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75414 invoked from network); 4 Nov 2010 23:12:45 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Nov 2010 23:12:45 -0000 Received: (qmail 76810 invoked by uid 500); 4 Nov 2010 23:13:16 -0000 Delivered-To: [email protected] Received: (qmail 76726 invoked by uid 500); 4 Nov 2010 23:13: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76718 invoked by uid 99); 4 Nov 2010 23:13:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 23:13:14 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 23:13:10 +0000 Received: by iwn42 with SMTP id 42so2102416iwn.6 for <[email protected]>; Thu, 04 Nov 2010 16:12:50 -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 :content-transfer-encoding; bh=dUEZKaTwwi/4pftJiVpHZeAXosZabUnON/zaSUWsIMk=; b=kkh+E3SaVNgj+qq37YwPnDWgt2Ff+QTSiQFgXFrNUtFY599B9m1uSkvj4fCwNZc8pZ WFfNlBm0x60m3AL2iFPVI5UKiatf2yGtpFzFiyHz5dw7JS1fclrC09/onnPFdmv4l8MO 36r5lu//qoEtCtBNX3Qno1jvggVUmUVcLXmos= 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=ibzGPGbc56pu12JEm625srx9rUQKLvi5zJ/CO6bv1COV3WGV8M6IrtNse6MsNeu3km h5souMepaK1BgaP1S4GAnB8Yxzh+kK43qTRatZadFcMxd2ODKhaZOCchzIxuUFl+z4ET +qZLsVuAw7/ILQA4lFtfgfYqK2MzWB4FREbqQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id az8mr1001397icb.54.1288912370124; Thu, 04 Nov 2010 16:12:50 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 4 Nov 2010 16:12:50 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Thu, 4 Nov 2010 16:12:50 -0700 Message-ID: <[email protected]> Subject: Re: chukwa and Hadoop v0.19.x From: Eric Yang <[email protected]> To: [email protected] Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Thanks for the info. I notice that Facebook seems to go with odd release number 0.19 and 0.21. Yahoo is going with even release number. I think it is best to move to Hadoop 0.20+ to take advantage of the latest fixes. I only develop and test on Hadoop 0.18 and 0.20.2. Your milages may vary. regards, Eric On Thu, Nov 4, 2010 at 12:36 AM, Min Zhou <[email protected]> wrote: > Hi Eric, > > Unfortunately, We assure Chukwa 0.4.0 is not =A0compatible with Hadoop > 0.19.x now. > All agent will throw exception like below: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/hadoop/metrics/util/MetricsRegistry > [email protected]= .<init>(AgentMetrics.java:32) > [email protected]= .<clinit>(AgentMetrics.java:30) > [email protected].<clinit>= (ChukwaAgent.java:63) > Caused by: java.lang.ClassNotFoundException: > org.apache.hadoop.metrics.util.MetricsRegistry > [email protected]$1.run(URLClassLoader.java:200) > [email protected](Native Method) > [email protected](URLClassLoader.java:188) > [email protected](ClassLoader.java:306) > [email protected]$AppClassLoader.loadClass(Launcher.java:276) > [email protected](ClassLoader.java:251) > [email protected](ClassLoader.java:319) > > The class "MetricsRegistry" is not defined in Hadoop 0.19.x. Actually, > it's introduced in Hadoop 0.20.0. > > There are a lot of refers to this this class in chukwa: > > AgentActivityMBean.java (2 matches) > 25: import org.apache.hadoop.metrics.util.MetricsRegistry; > 30: public AgentActivityMBean(final MetricsRegistry mr, final String > serviceName) { > AgentMetrics.java (3 matches) > 26: import org.apache.hadoop.metrics.util.MetricsRegistry; > 32: public MetricsRegistry registry =3D new MetricsRegistry(); > ChunkQueueActivityMBean.java (2 matches) > 25: import org.apache.hadoop.metrics.util.MetricsRegistry; > 30: public ChunkQueueActivityMBean(final MetricsRegistry mr, final > String serviceName) { > ChunkQueueMetrics.java (3 matches) > 27: import org.apache.hadoop.metrics.util.MetricsRegistry; > 32: public MetricsRegistry registry =3D new MetricsRegistry(); > sender > metrics > HttpSenderActivityMBean.java (2 matches) > 25: import org.apache.hadoop.metrics.util.MetricsRegistry; > 32: public HttpSenderActivityMBean(final MetricsRegistry mr, final > String serviceName) { > HttpSenderMetrics.java (3 matches) > 25: import org.apache.hadoop.metrics.util.MetricsRegistry; > 30: public MetricsRegistry registry =3D new MetricsRegistry(); > > Regards, > Min > > On Tue, Oct 26, 2010 at 12:43 AM, Eric Yang <[email protected]> wrote: >> Everything works. =A0You don=92t lose any function. >> >> Regards, >> Eric >> >> >> On 10/24/10 11:19 PM, "Min Zhou" <[email protected]> wrote: >> >> On Mon, Oct 25, 2010 at 1:34 AM, Eric Yang <[email protected]> wrote: >>> Hi Min, >>> >>> It works. =A0Chukwa 0.4.0 is compatible to Hadoop 0.18.x. =A0However, w= e >>> really like people to move to Hadoop 0.20 so we can remove some legacy >>> code for supporting older version of Hadoop. >> >> I know it will work. Is there any function lost if we deploy it under >> hadoop 0.19.2 rather than 0.20.2? >> >> Thanks, >> Min >> >> >>> regards, >>> Eric >>> >>> On Sun, Oct 24, 2010 at 7:08 AM, Min Zhou <[email protected]> wrote: >>>> Hi guys, >>>> >>>> From the document of Chukwa 0.4.0, =A0it mentions that "Note that thes= e >>>> directions require Hadoop 0.20.0+. Earlier versions of Hadoop do not >>>> have the hooks that Chukwa requires in order to grab MapReduce job >>>> logs." =A0Can anyone tell me the reason why chukwa requires 0.20.0+, w= e >>>> know job logs and metrics are also supported by hadoop 0.19.x. >>>> >>>> If we deploy chukwa 0.4.0 on a hadoop cluster under the version of >>>> 0.19.2. =A0What will happens? >>>> >>>> >>>> Thanks, >>>> Min >>>> >>>> >>>> -- >>>> My research interests are distributed systems, parallel computing and >>>> bytecode based virtual machine. >>>> >>>> My profile: >>>> http://www.linkedin.com/in/coderplay >>>> My blog: >>>> http://coderplay.javaeye.com >>>> >>> >> >> >> >> -- >> My research interests are distributed systems, parallel computing and >> bytecode based virtual machine. >> >> My profile: >> http://www.linkedin.com/in/coderplay >> My blog: >> http://coderplay.javaeye.com >> >> > > > > -- > My research interests are distributed systems, parallel computing and > bytecode based virtual machine. > > My profile: > http://www.linkedin.com/in/coderplay > My blog: > http://coderplay.javaeye.com > From [email protected] Thu Nov 04 23:14:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76016 invoked from network); 4 Nov 2010 23:14:32 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Nov 2010 23:14:32 -0000 Received: (qmail 78594 invoked by uid 500); 4 Nov 2010 23:15:03 -0000 Delivered-To: [email protected] Received: (qmail 78530 invoked by uid 500); 4 Nov 2010 23:15: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78522 invoked by uid 99); 4 Nov 2010 23:15:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 23:15:03 +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-wy0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 23:14:58 +0000 Received: by wya21 with SMTP id 21so2495608wya.6 for <[email protected]>; Thu, 04 Nov 2010 16:14:37 -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 :content-transfer-encoding; bh=JcUzD77D/iBt60J/Ch27m9TLh4SNp/O4Wa2vwOpVOZU=; b=u9UynWSfLQNc5ICYNEBOOWBBanZ5dDV9gaXALPU8UJHNLUyWOPzT2OLN25EW1Z66r4 mBjjEte1N9aWI/aZAy719+5BUx8Fuh2HIdqH2krJa1eVhAexpSL3n2SkVVWwbKNrBrzv eGglN99Hr5V6wTltauN0pbU0iBernefQn5yNE= 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=pILnxzcQA9oNi68t8GVVq/1Iul+txZ+2soFGhZnZoM1rYJuEjFCWaZrQzm/a7c6U3d pb6aEc9UJ3H4IBVSSOoQonGhHwpqIzWgI/kW9h7pzip24RmIXDSGAAUO60WmbXGqg9jj YL+AaWHnlRvGkfuPXkeuXxK+L7Hcp2JMIya0g= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t52mr1384855wea.41.1288912477044; Thu, 04 Nov 2010 16:14:37 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 4 Nov 2010 16:14:37 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Thu, 4 Nov 2010 16:14:37 -0700 Message-ID: <[email protected]> Subject: Re: chukwa and Hadoop v0.19.x From: Ariel Rabkin <[email protected]> To: [email protected] Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Bah. It's unfortunate that dependency crept in. It's certainly not key functionality; it ought to be safe to comment all those references out. --Ari On Thu, Nov 4, 2010 at 12:36 AM, Min Zhou <[email protected]> wrote: > Hi Eric, > > Unfortunately, We assure Chukwa 0.4.0 is not =A0compatible with Hadoop > 0.19.x now. > All agent will throw exception like below: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/hadoop/metrics/util/MetricsRegistry > [email protected]= .<init>(AgentMetrics.java:32) > [email protected]= .<clinit>(AgentMetrics.java:30) > [email protected].<clinit>= (ChukwaAgent.java:63) > Caused by: java.lang.ClassNotFoundException: > org.apache.hadoop.metrics.util.MetricsRegistry > [email protected]$1.run(URLClassLoader.java:200) > [email protected](Native Method) > [email protected](URLClassLoader.java:188) > [email protected](ClassLoader.java:306) > [email protected]$AppClassLoader.loadClass(Launcher.java:276) > [email protected](ClassLoader.java:251) > [email protected](ClassLoader.java:319) > > The class "MetricsRegistry" is not defined in Hadoop 0.19.x. Actually, > it's introduced in Hadoop 0.20.0. > > There are a lot of refers to this this class in chukwa: > > AgentActivityMBean.java (2 matches) > 25: import org.apache.hadoop.metrics.util.MetricsRegistry; > 30: public AgentActivityMBean(final MetricsRegistry mr, final String > serviceName) { > AgentMetrics.java (3 matches) > 26: import org.apache.hadoop.metrics.util.MetricsRegistry; > 32: public MetricsRegistry registry =3D new MetricsRegistry(); > ChunkQueueActivityMBean.java (2 matches) > 25: import org.apache.hadoop.metrics.util.MetricsRegistry; > 30: public ChunkQueueActivityMBean(final MetricsRegistry mr, final > String serviceName) { > ChunkQueueMetrics.java (3 matches) > 27: import org.apache.hadoop.metrics.util.MetricsRegistry; > 32: public MetricsRegistry registry =3D new MetricsRegistry(); > sender > metrics > HttpSenderActivityMBean.java (2 matches) > 25: import org.apache.hadoop.metrics.util.MetricsRegistry; > 32: public HttpSenderActivityMBean(final MetricsRegistry mr, final > String serviceName) { > HttpSenderMetrics.java (3 matches) > 25: import org.apache.hadoop.metrics.util.MetricsRegistry; > 30: public MetricsRegistry registry =3D new MetricsRegistry(); > > Regards, > Min > > On Tue, Oct 26, 2010 at 12:43 AM, Eric Yang <[email protected]> wrote: >> Everything works. =A0You don=92t lose any function. >> >> Regards, >> Eric >> >> >> On 10/24/10 11:19 PM, "Min Zhou" <[email protected]> wrote: >> >> On Mon, Oct 25, 2010 at 1:34 AM, Eric Yang <[email protected]> wrote: >>> Hi Min, >>> >>> It works. =A0Chukwa 0.4.0 is compatible to Hadoop 0.18.x. =A0However, w= e >>> really like people to move to Hadoop 0.20 so we can remove some legacy >>> code for supporting older version of Hadoop. >> >> I know it will work. Is there any function lost if we deploy it under >> hadoop 0.19.2 rather than 0.20.2? >> >> Thanks, >> Min >> >> >>> regards, >>> Eric >>> >>> On Sun, Oct 24, 2010 at 7:08 AM, Min Zhou <[email protected]> wrote: >>>> Hi guys, >>>> >>>> From the document of Chukwa 0.4.0, =A0it mentions that "Note that thes= e >>>> directions require Hadoop 0.20.0+. Earlier versions of Hadoop do not >>>> have the hooks that Chukwa requires in order to grab MapReduce job >>>> logs." =A0Can anyone tell me the reason why chukwa requires 0.20.0+, w= e >>>> know job logs and metrics are also supported by hadoop 0.19.x. >>>> >>>> If we deploy chukwa 0.4.0 on a hadoop cluster under the version of >>>> 0.19.2. =A0What will happens? >>>> >>>> >>>> Thanks, >>>> Min >>>> >>>> >>>> -- >>>> My research interests are distributed systems, parallel computing and >>>> bytecode based virtual machine. >>>> >>>> My profile: >>>> http://www.linkedin.com/in/coderplay >>>> My blog: >>>> http://coderplay.javaeye.com >>>> >>> >> >> >> >> -- >> My research interests are distributed systems, parallel computing and >> bytecode based virtual machine. >> >> My profile: >> http://www.linkedin.com/in/coderplay >> My blog: >> http://coderplay.javaeye.com >> >> > > > > -- > My research interests are distributed systems, parallel computing and > bytecode based virtual machine. > > My profile: > http://www.linkedin.com/in/coderplay > My blog: > http://coderplay.javaeye.com > --=20 Ari Rabkin [email protected] UC Berkeley Computer Science Department From [email protected] Thu Nov 04 23:56:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87990 invoked from network); 4 Nov 2010 23:56:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Nov 2010 23:56:20 -0000 Received: (qmail 31808 invoked by uid 500); 4 Nov 2010 23:56:52 -0000 Delivered-To: [email protected] Received: (qmail 31735 invoked by uid 500); 4 Nov 2010 23:56: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31728 invoked by uid 99); 4 Nov 2010 23:56:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 23:56:51 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 23:56:46 +0000 Received: by iwn42 with SMTP id 42so2161362iwn.6 for <[email protected]>; Thu, 04 Nov 2010 16:56:26 -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 :content-transfer-encoding; bh=Mb3K4dN9ZLla6V+ho2ChwOplX7LnIGV1dl5sg30PNRw=; b=myj7li2hNR9weSuYZGhl89TqvhpFlo4hiNScArCi0MfjUvL1fFTLLes0DkpQey1dse 43ZKYsXyR5Zu5TfZd0PibEz0NijB8MmBZsa8D+6nbbOylP9W8VZwhdpYOf2pwWVlay5G xImyXQ59x0FLAhV1eJ+TF+AGDZFHxG5jmYHeY= 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=qU3ijGw9ZL/tWI0Jfj72AiNTnhcOXbFldLtJv/84pXch0f2gxM21w67EBuL68SrGcm G49q7TZKSg2GNexIO/kjn/O2RIJwUm5rmrOjb2AU8C/+aK5oDJNf4gJwYe8TRnhD2oUC FB6GH5HDQld1ukmBFzfngBxmvX1BUgDKq5aSk= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id az8mr1020206icb.54.1288914985169; Thu, 04 Nov 2010 16:56:25 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 4 Nov 2010 16:56:25 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 4 Nov 2010 16:56:25 -0700 Message-ID: <[email protected]> Subject: Re: problems about JSON From: Eric Yang <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yes, this is a bug. I filed a jira to track this issue. https://issues.apache.org/jira/browse/CHUKWA-543 regards, Eric On Wed, Nov 3, 2010 at 11:53 PM, Min Zhou <[email protected]> wrote: > Hi all, > > We deployed chukwa on a 5 nodescluster where hadoop's version is > hadoop 0.20.2 and chukwa's is 0.4.0. =A0After some logs of NameNode were > successfully collectected and processed by chukwa, we started hicc > server. The hicc produced files =A0listed below on HDFS, > > # bin/hadoop dfs -lsr /chukwa/hicc/views/ > drwxr-xr-x =A0 - root supergroup =A0 =A0 =A0 =A0 =A00 2010-11-04 13:01 > /chukwa/hicc/views/public > -rw-r--r-- =A0 2 root supergroup =A0 =A0 =A022177 2010-11-04 13:01 > /chukwa/hicc/views/public/default.view > -rw-r--r-- =A0 2 root supergroup =A0 =A0 =A0 =A0236 2010-11-04 13:01 > /chukwa/hicc/views/public/newview.tpl > -rw-r--r-- =A0 2 root supergroup =A0 =A0 =A0 =A0 46 2010-11-04 13:01 > /chukwa/hicc/views/public/view.permission > -rw-r--r-- =A0 2 root supergroup =A0 =A0 =A0 =A0103 2010-11-04 13:01 > /chukwa/hicc/views/public/workspace_view_list.cache > drwxr-xr-x =A0 - root supergroup =A0 =A0 =A0 =A0 =A00 2010-11-04 13:01 > /chukwa/hicc/views/users > > We digged into the hicc.log and found that it encountered some > exceptions about JSON. > > 2010-11-04 14:00:16,954 ERROR btpool0-3 ViewBean - > org.json.JSONException: JSONObject["owner"] not found. > =A0 =A0 =A0 =A0at org.json.JSONObject.get(JSONObject.java:283) > =A0 =A0 =A0 =A0at org.json.JSONObject.getString(JSONObject.java:409) > =A0 =A0 =A0 =A0at org.apache.hadoop.chukwa.rest.bean.ViewBean.<init>(View= Bean.java:62) > =A0 =A0 =A0 =A0at org.apache.hadoop.chukwa.datastore.ViewStore.list(ViewS= tore.java:217) > =A0 =A0 =A0 =A0at org.apache.hadoop.chukwa.rest.resource.ViewResource.get= UserViewList(ViewResource.java:159) > =A0 =A0 =A0 =A0at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Met= hod) > =A0 =A0 =A0 =A0at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMetho= dAccessorImpl.java:39) > =A0 =A0 =A0 =A0at sun.reflect.DelegatingMethodAccessorImpl.invoke(Delegat= ingMethodAccessorImpl.java:25) > =A0 =A0 =A0 =A0at java.lang.reflect.Method.invoke(Method.java:597) > =A0 =A0 =A0 =A0at com.sun.jersey.server.impl.model.method.dispatch.Abstra= ctResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceM= ethodDispatchProvider.java:156) > =A0 =A0 =A0 =A0at com.sun.jersey.server.impl.model.method.dispatch.Resour= ceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) > =A0 =A0 =A0 =A0at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.acc= ept(HttpMethodRule.java:166) > =A0 =A0 =A0 =A0at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.= accept(RightHandPathRule.java:114) > =A0 =A0 =A0 =A0at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.= accept(ResourceClassRule.java:74) > =A0 =A0 =A0 =A0at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.= accept(RightHandPathRule.java:114) > =A0 =A0 =A0 =A0at com.sun.jersey.server.impl.uri.rules.RootResourceClasse= sRule.accept(RootResourceClassesRule.java:66) > =A0 =A0 =A0 =A0at com.sun.jersey.server.impl.application.WebApplicationIm= pl._handleRequest(WebApplicationImpl.java:658) > =A0 =A0 =A0 =A0at com.sun.jersey.server.impl.application.WebApplicationIm= pl.handleRequest(WebApplicationImpl.java:616) > =A0 =A0 =A0 =A0at com.sun.jersey.server.impl.application.WebApplicationIm= pl.handleRequest(WebApplicationImpl.java:607) > =A0 =A0 =A0 =A0at com.sun.jersey.spi.container.servlet.WebComponent.servi= ce(WebComponent.java:309) > /pathList > =A0 =A0 =A0 =A0at org.mortbay.thread.QueuedThreadPool$PoolThread.run(Queu= edThreadPool.java:488) > > After further analysis, we found the problem is caused by at lines in > ViewStore.list() > > =A0 =A0String[] pathList =3D new String[2]; > =A0 =A0pathList[0]=3DviewPath.toString(); > =A0 =A0pathList[1]=3DpublicViewPath; > =A0 =A0JSONArray list =3D new JSONArray(); > =A0 =A0for(String path : pathList) { > =A0 =A0 =A0Path viewFile =3D new Path(path); > =A0 =A0 =A0try { > =A0 =A0 =A0 =A0FileSystem fs =3D FileSystem.get(config); > =A0 =A0 =A0 =A0FileStatus[] fstatus =3D fs.listStatus(viewFile); > =A0 =A0 =A0 =A0if(fstatus!=3Dnull) { > =A0 =A0 =A0 =A0 =A0for(int i=3D0;i<fstatus.length;i++) { > =A0 =A0 =A0 =A0 =A0 =A0long size =3D fstatus[i].getLen(); > =A0 =A0 =A0 =A0 =A0 =A0FSDataInputStream viewStream =3D fs.open(fstatus[i= ].getPath()); > =A0 =A0 =A0 =A0 =A0 =A0byte[] buffer =3D new byte[(int)size]; > =A0 =A0 =A0 =A0 =A0 =A0viewStream.readFully(buffer); > =A0 =A0 =A0 =A0 =A0 =A0viewStream.close(); > =A0 =A0 =A0 =A0 =A0 =A0try { > =A0 =A0 =A0 =A0 =A0 =A0 =A0ViewBean view =3D new ViewBean(new JSONObject(= new String(buffer))); > =A0 =A0 =A0 =A0 =A0 =A0 =A0JSONObject json =3D new JSONObject(); > =A0 =A0 =A0 =A0 =A0 =A0 =A0json.put("name", view.getName()); > =A0 =A0 =A0 =A0 =A0 =A0 =A0json.put("type", view.getPermissionType()); > =A0 =A0 =A0 =A0 =A0 =A0 =A0json.put("owner", view.getOwner()); > =A0 =A0 =A0 =A0 =A0 =A0 =A0if(uid.intern()=3D=3Dview.getOwner().intern())= { > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0json.put("editable","true"); > =A0 =A0 =A0 =A0 =A0 =A0 =A0} else { > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0json.put("editable","false"); > =A0 =A0 =A0 =A0 =A0 =A0 =A0} > =A0 =A0 =A0 =A0 =A0 =A0 =A0list.put(json); > =A0 =A0 =A0 =A0 =A0 =A0} catch (Exception e) { > =A0 =A0 =A0 =A0 =A0 =A0 =A0log.error(ExceptionUtil.getStackTrace(e)); > =A0 =A0 =A0 =A0 =A0 =A0} > =A0 =A0 =A0 =A0 =A0} > =A0 =A0 =A0 =A0} > =A0 =A0 =A0} catch (IOException ex) { > =A0 =A0 =A0 =A0... > =A0 =A0 =A0} > =A0 =A0} > > All files of /chukwa/hicc/views/public/ would be read and then parsed > into json objects. =A0After that, those json objects were passed to > ViewBean's constructor which will run > json.getString("owner"). =A0But there is only one file(default.view) 's > json has this key. So the exception throwed. > > Could anyone help me with this? > > Thanks, > Min > -- > My research interests are distributed systems, parallel computing and > bytecode based virtual machine. > > My profile: > http://www.linkedin.com/in/coderplay > My blog: > http://coderplay.javaeye.com > From [email protected] Fri Nov 05 00:38:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18555 invoked from network); 5 Nov 2010 00:38:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Nov 2010 00:38:47 -0000 Received: (qmail 77526 invoked by uid 500); 5 Nov 2010 00:39:18 -0000 Delivered-To: [email protected] Received: (qmail 77469 invoked by uid 500); 5 Nov 2010 00:39: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77462 invoked by uid 99); 5 Nov 2010 00:39:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 00:39:17 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 00:39:10 +0000 Received: by iwn42 with SMTP id 42so2201013iwn.6 for <[email protected]>; Thu, 04 Nov 2010 17:38:49 -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 :content-transfer-encoding; bh=sd5jYbYocD6MGCC89YBno2w6ll5upCrRVlAnVPla1XI=; b=YUDwLi+A5w6Tw6VR7vbCFp3Tmv4r/fwXtEpJvtVTUwvvSuaL5VM/FaqCFx42/fVUTm EZ6WfyHhW8LEtWEty2SGBl1kWlPr+kHVJUHKn5z6e5nJsPtgwKAjpRVRNPxDBeJ+Hn4n hZMwdsnFz4O4MjIUzfMJZvlp0OlG3XJSQzXUQ= 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=u2saPBH5i1j8Egopt5cp1v/BfKZC8vKjGdf3fq+DhIoHjzUKJPJrTiB2DyqM5JbQdt MvVDNEHPuOG5gRDI0FSTk9Q7M/OgZvObmewdoKEB1LIKOrhKXgXHq3nmTeAAREznu7aQ Lo7WCSKTK/BWKqriAvS4VsIH1GTmvYjczML18= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id n15mr1224342ibk.37.1288917529586; Thu, 04 Nov 2010 17:38:49 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 4 Nov 2010 17:38:49 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 4 Nov 2010 17:38:49 -0700 Message-ID: <[email protected]> Subject: Re: Data process for HICC From: Eric Yang <[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 Hi, This may be caused by dbAdmin.sh was not running in the background. In Chukwa 0.4, you need to have dbAdmin.sh periodically create table partitions from the template tables. If the script is not running, the data might not get loaded. I am not sure about your question about hourlyRolling or dailyRolling. Those processes should be handled by data processor (./bin/chukwa dp). regards, Eric 2010/11/2 =E8=89=AF=E4=BA=BA <[email protected]>: > > =C2=A0HI :=C2=A0=C2=A0=C2=A0 I always would like to use=C2=A0 chukwa to a= nalyze the hadoop of > efficiency,but I=C2=A0 ran into several problems. > =C2=A0=C2=A0=C2=A0 firstly,i set up chukwa strictly following the instruc= tion .my hicc work > normally and can display graph if there are some data in mysql for instan= ce: > DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by Percentag= e. > =C2=A0=C2=A0=C2=A0 but some field record in mysql were not in mysql and t= hey can not > display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name System > Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewer, > Node Activity Graph. > =C2=A0 my configure: > =C2=A0 chukwa-hadoop-0.4.0-client.jar=C2=A0 have been in the hadoop=E2=80= =99s lib > =C2=A0 both hadoop-metrics.properties and hadoop log4j.properties were in= hadoop > of conf,i have list these documents in attachment. > =C2=A0 "System metrics collection may fail or be incomplete if your versi= ons of > sar and iostat do not match the ones that Chukwa expects" this citation c= ome > from chukwa releasenotes, i suspect=C2=A0 if my sysstat version of ubuntu= is not > match for chukwa, if so, what can i do for that. > =C2=A0 could anybody give me some suggestions, thank you very much, > =C2=A0 by the way do anybody know how to start hourlyRolling and dailyRoi= lling in > 0.4.0 version and "Error initializing ChukwaClient with list of currently > registered adaptors, clearing our local list of adaptors" in logs,how can= i > resolved it . > > > > > > > > > From [email protected] Fri Nov 05 11:25:02 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52237 invoked from network); 5 Nov 2010 11:25:02 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Nov 2010 11:25:02 -0000 Received: (qmail 32945 invoked by uid 500); 5 Nov 2010 11:25:33 -0000 Delivered-To: [email protected] Received: (qmail 31997 invoked by uid 500); 5 Nov 2010 11: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31990 invoked by uid 99); 5 Nov 2010 11:25:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 11:25:30 +0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_DNSWL_NONE,RCVD_IN_RP_RNBL,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 m12-16.163.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 11:25:25 +0000 Received: from zhujunliangPC (unknown [161.129.204.104]) by smtp12 (Coremail) with SMTP id EMCowLA7YAON6dNMAOrsAA--.5323S2; Fri, 05 Nov 2010 19:25:03 +0800 (CST) From: "ZJL" <[email protected]> To: <[email protected]> References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: Data process for HICC Date: Fri, 5 Nov 2010 19:24:55 +0800 Message-ID: <000001cb7cdc$13af8370$3b0e8a50$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Act8geJUZ7+AaQ+RSs+Haf3aJx3ePwAWVpjA Content-Language: zh-cn X-CM-TRANSID:EMCowLA7YAON6dNMAOrsAA--.5323S2 X-Coremail-Antispam: 1Uf129KBjvJXoWxJFWfAF1DWF4rKFy5JrWfuFg_yoW5Ww1UpF 93G3yakrWkJ3WxCw12vw4xuFWFy3yFvrsxWr1rArnFkw4YqFy0kFy8tr4SvF98ArZayw1Y qF1jgF1xZrs0y3DanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x0zRrMa5UUUUU= X-CM-SenderInfo: p2kxijarzxjqqrwthudrp/1tbiWw+AfUzBusaDqQAAsy HI eric: 1.In background,I have started dbAdmin and the dbAdmin.sh was = running,otherwise the dbbase would have nothing.in my database ,some of = field record have no data. not all. "System metrics collection may fail = or be incomplete if your versions of sar and iostat do not match the = ones that Chukwa expects" this citation come from chukwa releasenotes, i suspect if my sysstat version of ubuntu is = not match for chukwa, if so, what can i do for that. 2.i don't know if hourlyRolling or dailyRolling automatically run,after = starting bin/start-all.sh=20 -----Original Message----- From: [email protected] = [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=E5=B9=B411=E6=9C=885=E6=97=A5 8:39 To: [email protected] Subject: Re: Data process for HICC Hi, This may be caused by dbAdmin.sh was not running in the background. In Chukwa 0.4, you need to have dbAdmin.sh periodically create table partitions from the template tables. If the script is not running, the data might not get loaded. I am not sure about your question about hourlyRolling or dailyRolling. Those processes should be handled by data processor (./bin/chukwa dp). regards, Eric 2010/11/2 =E8=89=AF=E4=BA=BA <[email protected]>: > > HI : I always would like to use chukwa to analyze the hadoop of > efficiency,but I ran into several problems. > firstly,i set up chukwa strictly following the instruction .my = hicc work > normally and can display graph if there are some data in mysql for = instance: > DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by = Percentage. > but some field record in mysql were not in mysql and they can not > display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name = System > Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event = viewer, > Node Activity Graph. > my configure: > chukwa-hadoop-0.4.0-client.jar have been in the hadoop=E2=80=99s = lib > both hadoop-metrics.properties and hadoop log4j.properties were in = hadoop > of conf,i have list these documents in attachment. > "System metrics collection may fail or be incomplete if your = versions of > sar and iostat do not match the ones that Chukwa expects" this = citation come > from chukwa releasenotes, i suspect if my sysstat version of ubuntu = is not > match for chukwa, if so, what can i do for that. > could anybody give me some suggestions, thank you very much, > by the way do anybody know how to start hourlyRolling and = dailyRoilling in > 0.4.0 version and "Error initializing ChukwaClient with list of = currently > registered adaptors, clearing our local list of adaptors" in logs,how = can i > resolved it . > > > > > > > > > __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5592 (20101104) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com From [email protected] Fri Nov 05 19:43:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61477 invoked from network); 5 Nov 2010 19:43:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Nov 2010 19:43:55 -0000 Received: (qmail 77326 invoked by uid 500); 5 Nov 2010 19:44:26 -0000 Delivered-To: [email protected] Received: (qmail 77270 invoked by uid 500); 5 Nov 2010 19:44: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77263 invoked by uid 99); 5 Nov 2010 19:44:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 19:44:25 +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-ey0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 19:44:19 +0000 Received: by eya28 with SMTP id 28so2051770eya.6 for <[email protected]>; Fri, 05 Nov 2010 12:43: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=WW0Ea6Qqpvomjz2Waf1mNPja3TrRKSNCgxk9zM9NeLo=; b=bXcxxkQUY+rMBeSkkPDarmjRu0rhn50BOLcnksLByZcRhU/MWX6/KjQOCIs5xq92ZU W8UBqd4ZruUI2+HVdlJ+ACcxHCt0cPabQy0LCaTUee47exwSvYn7wjAeGeEuq4t0vCPM E/o/U1o12VCtP8PEKD5bOrNHQskl+gjoikGDw= 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=FF6nFN6BmweljqEDacXdUQGTui5B8dxqypVkqH1qQhKn14TrYRFI8F6fEYK4Pgwo/B wSImkLeI7ZJprGo69czmdnqrF1rhVTQGz5ituKulRCIn+pxAJjYSrLV6UO1nb8343zfR TvIVQbjlVuby1x4o3LT1egPpDqhtolXsSQADc= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s19mr1574846web.56.1288986238746; Fri, 05 Nov 2010 12:43:58 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 5 Nov 2010 12:43:58 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Fri, 5 Nov 2010 12:43:58 -0700 Message-ID: <[email protected]> Subject: Re: Data loss on collector side From: Ariel Rabkin <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/jira/browse/CHUKWA-4 has the design discussion and code. --Ari On Wed, Nov 3, 2010 at 12:10 AM, Jaydeep Ayachit <[email protected]> wrote: > Hello, > > > > Could you please provide more information on this? > > > > Regards > > Jaydeep > > > > -- Ari Rabkin [email protected] UC Berkeley Computer Science Department From [email protected] Fri Nov 05 23:18:30 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80972 invoked from network); 5 Nov 2010 23:18:30 -0000 Received: from unknown (HELO mail.apache.org) (acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b) by acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b.129.204.104 with SMTP; 5 Nov 2010 23:18:30 -0000 Received: (qmail 7459 invoked by uid 500); 5 Nov 2010 23:19:02 -0000 Delivered-To: [email protected] Received: (qmail 7414 invoked by uid 500); 5 Nov 2010 23:19: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7407 invoked by uid 99); 5 Nov 2010 23:19:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 23:19:01 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 23:18:57 +0000 Received: by iwn42 with SMTP id 42so3393964iwn.6 for <[email protected]>; Fri, 05 Nov 2010 16:18:36 -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 :content-transfer-encoding; bh=F9eoy2C891xL3drzYewPMxVp4UCadQnp7u9osw56uuo=; b=uM5+Sz/ILGrfGN68BH+uAhNty9S1tXfF/AtmwV73ojnP63nyZtThw/GqoSXIN6N+Mi N8USBo6UNnmMTk0dT6esU4S1Fzj9MqR+6O8Fyzj14aM/akekf0uk6zT64J/cO72eEgjL FZP1eRZzFHPQVs+LxKFfUpCvy1PhM2qKvn+kU= 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=QCmbBiWVlIbXYoEy4fPZNcT3x7y4YRYcB1a40PEdN1KKREkKGPAsgjJ8AwU1IzoSeS yUyS7WIERDwCKJTNj+W/dKTHaCjdjFdQTD10wbjGm6aZ+XErMNxDbdT5+bvGRSP2ZY9D dRse6D1we6axtWBNbu2GYVKeuPJiAAZVf/Nlg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id i2mr1774728icz.5.1288999116124; Fri, 05 Nov 2010 16:18:36 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 5 Nov 2010 16:18:36 -0700 (PDT) In-Reply-To: <000001cb7cdc$13af8370$3b0e8a50$@com> References: <[email protected]> <[email protected]> <000001cb7cdc$13af8370$3b0e8a50$@com> Date: Fri, 5 Nov 2010 16:18:36 -0700 Message-ID: <[email protected]> Subject: Re: Data process for HICC From: Eric Yang <[email protected]> To: [email protected] Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 1. For system metrics, it is likely the output of sar and iostat do not match of what Chukwa expects. I found system utilities output to be highly unreliable for scrapping. Hence, in Chukwa trunk, I have moved to Sigar for collecting system metrics. This should improve the problem that you were seeing. Your original question is about node activity, and HDFS heatmap. Those metrics are not populated automatically. For node activity, Chukwa was based on Torque's pbsnodes. This is no longer a maintained path. For HDFS heatmap, you need to have hdfs client trace and mr client trace log files stream through Chukwa in order to generate graph for those metrics. There is no aggregation script to down sample the data for hdfs heatmap, therefore only the last 6 hours is visible, if client trace log files are processed by Chukwa. There is a lot of work to change aggregation from SQL to Pig+HBase. However, most of the work is waiting for Pig 0.8 to be release in order for Chukwa to start the implementation. Therefore, you might need to wait for a while for the features to appear. 2. hourlyRolling and dailyRolling should run automatically after starting with start-all.sh script. regards, Eric On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: > HI eric: > 1.In background,I have started dbAdmin and the dbAdmin.sh was running,oth= erwise the dbbase would have nothing.in my database ,some of field record h= ave no data. not all. "System metrics collection may fail or be incomplete = if your versions of sar and iostat do not match the ones that Chukwa expect= s" this citation come > from chukwa releasenotes, i suspect if my sysstat version of ubuntu is no= t match for chukwa, if so, what can i do for that. > 2.i don't know if hourlyRolling or dailyRolling automatically run,after s= tarting bin/start-all.sh > > -----Original Message----- > From: [email protected] [ma= ilto:[email protected]] On Be= half Of Eric Yang > Sent: 2010=E5=B9=B411=E6=9C=885=E6=97=A5 8:39 > To: [email protected] > Subject: Re: Data process for HICC > > Hi, > > This may be caused by dbAdmin.sh was not running in the background. > In Chukwa 0.4, you need to have dbAdmin.sh periodically create table > partitions from the template tables. =C2=A0If the script is not running, > the data might not get loaded. > > I am not sure about your question about hourlyRolling or dailyRolling. > =C2=A0Those processes should be handled by data processor (./bin/chukwa > dp). > > regards, > Eric > > 2010/11/2 =E8=89=AF=E4=BA=BA <[email protected]>: >> >> =C2=A0HI : =C2=A0 =C2=A0I always would like to use =C2=A0chukwa to analy= ze the hadoop of >> efficiency,but I =C2=A0ran into several problems. >> =C2=A0 =C2=A0 firstly,i set up chukwa strictly following the instruction= .my hicc work >> normally and can display graph if there are some data in mysql for insta= nce: >> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by Percenta= ge. >> =C2=A0 =C2=A0 but some field record in mysql were not in mysql and they = can not >> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name System >> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewer, >> Node Activity Graph. >> =C2=A0 my configure: >> =C2=A0 chukwa-hadoop-0.4.0-client.jar =C2=A0have been in the hadoop=E2= =80=99s lib >> =C2=A0 both hadoop-metrics.properties and hadoop log4j.properties were i= n hadoop >> of conf,i have list these documents in attachment. >> =C2=A0 "System metrics collection may fail or be incomplete if your vers= ions of >> sar and iostat do not match the ones that Chukwa expects" this citation = come >> from chukwa releasenotes, i suspect =C2=A0if my sysstat version of ubunt= u is not >> match for chukwa, if so, what can i do for that. >> =C2=A0 could anybody give me some suggestions, thank you very much, >> =C2=A0 by the way do anybody know how to start hourlyRolling and dailyRo= illing in >> 0.4.0 version and "Error initializing ChukwaClient with list of currentl= y >> registered adaptors, clearing our local list of adaptors" in logs,how ca= n i >> resolved it . >> >> >> >> >> >> >> >> >> > > __________ Information from ESET NOD32 Antivirus, version of virus signat= ure database 5592 (20101104) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > > > From [email protected] Sun Nov 07 10:42:33 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7597 invoked from network); 7 Nov 2010 10:42:32 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Nov 2010 10:42:32 -0000 Received: (qmail 87353 invoked by uid 500); 7 Nov 2010 10:43:04 -0000 Delivered-To: [email protected] Received: (qmail 87229 invoked by uid 500); 7 Nov 2010 10:43: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87202 invoked by uid 99); 7 Nov 2010 10:43:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Nov 2010 10:43: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 m50-132.163.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Nov 2010 10:42:54 +0000 Received: from zhujunliangPC (unknown [161.129.204.104]) by smtp2 (Coremail) with SMTP id DNGowKCr9ISXgtZMLpwMAQ--.2506S2; Sun, 07 Nov 2010 18:42:32 +0800 (CST) From: "ZJL" <[email protected]> To: <[email protected]> References: <[email protected]> <[email protected]> <000001cb7cdc$13af8370$3b0e8a50$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: Data process for HICC Date: Sun, 7 Nov 2010 18:42:25 +0800 Message-ID: <014701cb7e68$77c07030$67415090$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Act9P9pbTOs9GZZVToaveCwN4u/0gABJt+sQ Content-Language: zh-cn X-CM-TRANSID:DNGowKCr9ISXgtZMLpwMAQ--.2506S2 X-Coremail-Antispam: 1Uf129KBjvJXoWxKw1fCw15WrWxCFW3uw1DAwb_yoW7XFW5pF 97GrWakrW8tFy7Kw12vw4xuF4Fyw4rur43Wr15Jw1xC390gFyjkFyftrWF9F9rCr1Skw45 XFyj9FyxZFs8A3DanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07UnVysUUUUU= X-CM-SenderInfo: p2kxijarzxjqqrwthudrp/1tbiWwaCfUzButcCjAAAsM X-Virus-Checked: Checked by ClamAV on apache.org Hi eric: Thank you for your instruction,I also hope the new release of Chukwa = will come soon, but I still have some questions in my chukwa deployment. 1.in my chukwa system,the DFS metric cannot be scrapped, for example: = DFS FS Name System Metircs,DFS Name Node Metrics etc. 2. "Error initializing ChukwaClient with list of currentlyregistered = adaptors, clearing our local list of adaptors" in log,do you know what = deployment cause this problem. =20 -----Original Message----- From: [email protected] = [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=E5=B9=B411=E6=9C=886=E6=97=A5 7:19 To: [email protected] Subject: Re: Data process for HICC 1. For system metrics, it is likely the output of sar and iostat do not match of what Chukwa expects. I found system utilities output to be highly unreliable for scrapping. Hence, in Chukwa trunk, I have moved to Sigar for collecting system metrics. This should improve the problem that you were seeing. Your original question is about node activity, and HDFS heatmap. Those metrics are not populated automatically. For node activity, Chukwa was based on Torque's pbsnodes. This is no longer a maintained path. For HDFS heatmap, you need to have hdfs client trace and mr client trace log files stream through Chukwa in order to generate graph for those metrics. There is no aggregation script to down sample the data for hdfs heatmap, therefore only the last 6 hours is visible, if client trace log files are processed by Chukwa. There is a lot of work to change aggregation from SQL to Pig+HBase. However, most of the work is waiting for Pig 0.8 to be release in order for Chukwa to start the implementation. Therefore, you might need to wait for a while for the features to appear. 2. hourlyRolling and dailyRolling should run automatically after starting with start-all.sh script. regards, Eric On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: > HI eric: > 1.In background,I have started dbAdmin and the dbAdmin.sh was = running,otherwise the dbbase would have nothing.in my database ,some of = field record have no data. not all. "System metrics collection may fail = or be incomplete if your versions of sar and iostat do not match the = ones that Chukwa expects" this citation come > from chukwa releasenotes, i suspect if my sysstat version of ubuntu is = not match for chukwa, if so, what can i do for that. > 2.i don't know if hourlyRolling or dailyRolling automatically = run,after starting bin/start-all.sh > > -----Original Message----- > From: [email protected] = [mailto:[email protected]] = On Behalf Of Eric Yang > Sent: 2010=E5=B9=B411=E6=9C=885=E6=97=A5 8:39 > To: [email protected] > Subject: Re: Data process for HICC > > Hi, > > This may be caused by dbAdmin.sh was not running in the background. > In Chukwa 0.4, you need to have dbAdmin.sh periodically create table > partitions from the template tables. If the script is not running, > the data might not get loaded. > > I am not sure about your question about hourlyRolling or dailyRolling. > Those processes should be handled by data processor (./bin/chukwa > dp). > > regards, > Eric > > 2010/11/2 =E8=89=AF=E4=BA=BA <[email protected]>: >> >> HI : I always would like to use chukwa to analyze the hadoop of >> efficiency,but I ran into several problems. >> firstly,i set up chukwa strictly following the instruction .my = hicc work >> normally and can display graph if there are some data in mysql for = instance: >> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by = Percentage. >> but some field record in mysql were not in mysql and they can not >> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name = System >> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event = viewer, >> Node Activity Graph. >> my configure: >> chukwa-hadoop-0.4.0-client.jar have been in the hadoop=E2=80=99s = lib >> both hadoop-metrics.properties and hadoop log4j.properties were in = hadoop >> of conf,i have list these documents in attachment. >> "System metrics collection may fail or be incomplete if your = versions of >> sar and iostat do not match the ones that Chukwa expects" this = citation come >> from chukwa releasenotes, i suspect if my sysstat version of ubuntu = is not >> match for chukwa, if so, what can i do for that. >> could anybody give me some suggestions, thank you very much, >> by the way do anybody know how to start hourlyRolling and = dailyRoilling in >> 0.4.0 version and "Error initializing ChukwaClient with list of = currently >> registered adaptors, clearing our local list of adaptors" in logs,how = can i >> resolved it . >> >> >> >> >> >> >> >> >> > > __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5592 (20101104) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > > > __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5592 (20101104) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com From [email protected] Sun Nov 07 11:19:44 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22446 invoked from network); 7 Nov 2010 11:19:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Nov 2010 11:19:44 -0000 Received: (qmail 5855 invoked by uid 500); 7 Nov 2010 11:20:15 -0000 Delivered-To: [email protected] Received: (qmail 5729 invoked by uid 500); 7 Nov 2010 11:20: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5718 invoked by uid 99); 7 Nov 2010 11:20:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Nov 2010 11:20:12 +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 m50-134.163.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Nov 2010 11:20:06 +0000 Received: from zhujunliangPC (unknown [161.129.204.104]) by smtp4 (Coremail) with SMTP id DtGowLAbWYBFi9ZMtSv4AA--.3250S2; Sun, 07 Nov 2010 19:19:34 +0800 (CST) From: "ZJL" <[email protected]> To: <[email protected]> References: <[email protected]> <[email protected]> <000001cb7cdc$13af8370$3b0e8a50$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: Data process for HICC Date: Sun, 7 Nov 2010 19:19:37 +0800 Message-ID: <000001cb7e6d$aa13f200$fe3bd600$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Act9P9pbTOs9GZZVToaveCwN4u/0gABLWcxg Content-Language: zh-cn X-CM-TRANSID:DtGowLAbWYBFi9ZMtSv4AA--.3250S2 X-Coremail-Antispam: 1Uf129KBjvJXoWxCw4ktrW8Zw4Duw1ftFyDGFg_yoW7Jr17pF 97Gr4akrW8Ja47tw12vw4xWF4Fy3yFqrsxWr15Jr1Ik390gFyj9FyxtrWY9F9rCr1Skw45 Xryj9FyxuFs8A3DanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x0zRkMa5UUUUU= X-CM-SenderInfo: p2kxijarzxjqqrwthudrp/1tbiFReCfUkSur3SXwABst X-Virus-Checked: Checked by ClamAV on apache.org HI eric : in my ubuntu ,I just install sysstat to collect system metrics.Your = mean that if my ubuntu need to install sigar.=20 -----Original Message----- From: [email protected] = [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=E5=B9=B411=E6=9C=886=E6=97=A5 7:19 To: [email protected] Subject: Re: Data process for HICC 1. For system metrics, it is likely the output of sar and iostat do not match of what Chukwa expects. I found system utilities output to be highly unreliable for scrapping. Hence, in Chukwa trunk, I have moved to Sigar for collecting system metrics. This should improve the problem that you were seeing. Your original question is about node activity, and HDFS heatmap. Those metrics are not populated automatically. For node activity, Chukwa was based on Torque's pbsnodes. This is no longer a maintained path. For HDFS heatmap, you need to have hdfs client trace and mr client trace log files stream through Chukwa in order to generate graph for those metrics. There is no aggregation script to down sample the data for hdfs heatmap, therefore only the last 6 hours is visible, if client trace log files are processed by Chukwa. There is a lot of work to change aggregation from SQL to Pig+HBase. However, most of the work is waiting for Pig 0.8 to be release in order for Chukwa to start the implementation. Therefore, you might need to wait for a while for the features to appear. 2. hourlyRolling and dailyRolling should run automatically after starting with start-all.sh script. regards, Eric On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: > HI eric: > 1.In background,I have started dbAdmin and the dbAdmin.sh was = running,otherwise the dbbase would have nothing.in my database ,some of = field record have no data. not all. "System metrics collection may fail = or be incomplete if your versions of sar and iostat do not match the = ones that Chukwa expects" this citation come > from chukwa releasenotes, i suspect if my sysstat version of ubuntu is = not match for chukwa, if so, what can i do for that. > 2.i don't know if hourlyRolling or dailyRolling automatically = run,after starting bin/start-all.sh > > -----Original Message----- > From: [email protected] = [mailto:[email protected]] = On Behalf Of Eric Yang > Sent: 2010=E5=B9=B411=E6=9C=885=E6=97=A5 8:39 > To: [email protected] > Subject: Re: Data process for HICC > > Hi, > > This may be caused by dbAdmin.sh was not running in the background. > In Chukwa 0.4, you need to have dbAdmin.sh periodically create table > partitions from the template tables. If the script is not running, > the data might not get loaded. > > I am not sure about your question about hourlyRolling or dailyRolling. > Those processes should be handled by data processor (./bin/chukwa > dp). > > regards, > Eric > > 2010/11/2 =E8=89=AF=E4=BA=BA <[email protected]>: >> >> HI : I always would like to use chukwa to analyze the hadoop of >> efficiency,but I ran into several problems. >> firstly,i set up chukwa strictly following the instruction .my = hicc work >> normally and can display graph if there are some data in mysql for = instance: >> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by = Percentage. >> but some field record in mysql were not in mysql and they can not >> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name = System >> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event = viewer, >> Node Activity Graph. >> my configure: >> chukwa-hadoop-0.4.0-client.jar have been in the hadoop=E2=80=99s = lib >> both hadoop-metrics.properties and hadoop log4j.properties were in = hadoop >> of conf,i have list these documents in attachment. >> "System metrics collection may fail or be incomplete if your = versions of >> sar and iostat do not match the ones that Chukwa expects" this = citation come >> from chukwa releasenotes, i suspect if my sysstat version of ubuntu = is not >> match for chukwa, if so, what can i do for that. >> could anybody give me some suggestions, thank you very much, >> by the way do anybody know how to start hourlyRolling and = dailyRoilling in >> 0.4.0 version and "Error initializing ChukwaClient with list of = currently >> registered adaptors, clearing our local list of adaptors" in logs,how = can i >> resolved it . >> >> >> >> >> >> >> >> >> > > __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5592 (20101104) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > > > __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5592 (20101104) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com From [email protected] Sun Nov 07 18:02:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87627 invoked from network); 7 Nov 2010 18:02:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Nov 2010 18:02:15 -0000 Received: (qmail 45377 invoked by uid 500); 7 Nov 2010 18:02:46 -0000 Delivered-To: [email protected] Received: (qmail 45058 invoked by uid 500); 7 Nov 2010 18: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45049 invoked by uid 99); 7 Nov 2010 18:02:45 -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 18:02:45 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Nov 2010 18:02:41 +0000 Received: by iwn42 with SMTP id 42so5128570iwn.6 for <[email protected]>; Sun, 07 Nov 2010 10:02:21 -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 :content-transfer-encoding; bh=i9thqhc8/lI1NvFY8HBcgOQzi77mypHx7kbzRGl0l4o=; b=B/yCjSYzXtpIJIBOyQ0+KpzU+1zsbFJzqdKvqy0HBiNnffV7a5JFIOhk+PYbEbxq4K 6kes5wwa8pLtE99UxSo2nUa8lgUE4AWSC3RnvIrwUi7MIjDCj/IVDJGT42ib2eVTqJyX x3mP7+/aXUo1u4B+1bx5VlDCITEgcxB835VWI= 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=KZB4PmvD8QktmEwyTPiqufdxow/HoncoW6qFVaNdaHJ5KQq2B/zIu6IRbtWD7ahloO kaU8dbmya9aEn5fztVZUGjai4nin7jiUyhEauXxyw0OxIgPWCvt+3cirD2DjZfR3lCcI VekXd1PQGhNb507cjYSG53yeUlronVZDti/jw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t14mr2773504ico.139.1289152940061; Sun, 07 Nov 2010 10:02:20 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 7 Nov 2010 10:02:20 -0800 (PST) In-Reply-To: <014701cb7e68$77c07030$67415090$@com> References: <[email protected]> <[email protected]> <000001cb7cdc$13af8370$3b0e8a50$@com> <[email protected]> <014701cb7e68$77c07030$67415090$@com> Date: Sun, 7 Nov 2010 10:02:20 -0800 Message-ID: <[email protected]> Subject: Re: Data process for HICC From: Eric Yang <[email protected]> To: [email protected] Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Did you copy hadoop-metrics.properties.template to hadoop/conf/hadoop-metrics.properties? You also need to copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this to work. It looks like your check point file is out of sync with the hash map which kept track of the files in chukwa-hadoop client. You might need to shut down chukwa agent and hdfs. Remove all check point files from chukwa/var, and restart chukwa agent then restart hadoop. regards, Eric On Sun, Nov 7, 2010 at 2:42 AM, ZJL <[email protected]> wrote: > Hi eric: > =C2=A0 =C2=A0Thank you for your instruction,I also hope the new release o= f Chukwa will come soon, but I still have some questions in my chukwa deplo= yment. > =C2=A01.in my chukwa system,the DFS metric cannot be scrapped, for exampl= e: DFS FS Name System Metircs,DFS Name Node Metrics etc. > =C2=A02. "Error initializing ChukwaClient with list of currentlyregistere= d adaptors, clearing our local list of adaptors" in log,do you know what de= ployment cause this problem. > > -----Original Message----- > From: [email protected] [ma= ilto:[email protected]] On Be= half Of Eric Yang > Sent: 2010=E5=B9=B411=E6=9C=886=E6=97=A5 7:19 > To: [email protected] > Subject: Re: Data process for HICC > > 1. For system metrics, it is likely the output of sar and iostat do > not match of what Chukwa expects. =C2=A0I found system utilities output t= o > be highly unreliable for scrapping. =C2=A0Hence, in Chukwa trunk, I have > moved to Sigar for collecting system metrics. =C2=A0This should improve t= he > problem that you were seeing. =C2=A0Your original question is about node > activity, and HDFS heatmap. =C2=A0Those metrics are not populated > automatically. =C2=A0For node activity, Chukwa was based on Torque's > pbsnodes. =C2=A0This is no longer a maintained path. =C2=A0For HDFS heatm= ap, you > need to have hdfs client trace and mr client trace log files stream > through Chukwa in order to generate graph for those metrics. =C2=A0There = is > no aggregation script to down sample the data for hdfs heatmap, > therefore only the last 6 hours is visible, if client trace log files > are processed by Chukwa. =C2=A0There is a lot of work to change aggregati= on > from SQL to Pig+HBase. =C2=A0However, most of the work is waiting for Pig > 0.8 to be release in order for Chukwa to start the implementation. > Therefore, you might need to wait for a while for the features to > appear. > > 2. =C2=A0hourlyRolling and dailyRolling should run automatically after > starting with start-all.sh script. > > regards, > Eric > > On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: >> HI eric: >> 1.In background,I have started dbAdmin and the dbAdmin.sh was running,ot= herwise the dbbase would have nothing.in my database ,some of field record = have no data. not all. "System metrics collection may fail or be incomplete= if your versions of sar and iostat do not match the ones that Chukwa expec= ts" this citation come >> from chukwa releasenotes, i suspect if my sysstat version of ubuntu is n= ot match for chukwa, if so, what can i do for that. >> 2.i don't know if hourlyRolling or dailyRolling automatically run,after = starting bin/start-all.sh >> >> -----Original Message----- >> From: [email protected] [m= ailto:[email protected]] On B= ehalf Of Eric Yang >> Sent: 2010=E5=B9=B411=E6=9C=885=E6=97=A5 8:39 >> To: [email protected] >> Subject: Re: Data process for HICC >> >> Hi, >> >> This may be caused by dbAdmin.sh was not running in the background. >> In Chukwa 0.4, you need to have dbAdmin.sh periodically create table >> partitions from the template tables. =C2=A0If the script is not running, >> the data might not get loaded. >> >> I am not sure about your question about hourlyRolling or dailyRolling. >> =C2=A0Those processes should be handled by data processor (./bin/chukwa >> dp). >> >> regards, >> Eric >> >> 2010/11/2 =E8=89=AF=E4=BA=BA <[email protected]>: >>> >>> =C2=A0HI : =C2=A0 =C2=A0I always would like to use =C2=A0chukwa to anal= yze the hadoop of >>> efficiency,but I =C2=A0ran into several problems. >>> =C2=A0 =C2=A0 firstly,i set up chukwa strictly following the instructio= n .my hicc work >>> normally and can display graph if there are some data in mysql for inst= ance: >>> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by Percent= age. >>> =C2=A0 =C2=A0 but some field record in mysql were not in mysql and they= can not >>> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name System >>> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewer= , >>> Node Activity Graph. >>> =C2=A0 my configure: >>> =C2=A0 chukwa-hadoop-0.4.0-client.jar =C2=A0have been in the hadoop=E2= =80=99s lib >>> =C2=A0 both hadoop-metrics.properties and hadoop log4j.properties were = in hadoop >>> of conf,i have list these documents in attachment. >>> =C2=A0 "System metrics collection may fail or be incomplete if your ver= sions of >>> sar and iostat do not match the ones that Chukwa expects" this citation= come >>> from chukwa releasenotes, i suspect =C2=A0if my sysstat version of ubun= tu is not >>> match for chukwa, if so, what can i do for that. >>> =C2=A0 could anybody give me some suggestions, thank you very much, >>> =C2=A0 by the way do anybody know how to start hourlyRolling and dailyR= oilling in >>> 0.4.0 version and "Error initializing ChukwaClient with list of current= ly >>> registered adaptors, clearing our local list of adaptors" in logs,how c= an i >>> resolved it . >>> >>> >>> >>> >>> >>> >>> >>> >>> >> >> __________ Information from ESET NOD32 Antivirus, version of virus signa= ture database 5592 (20101104) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> >> > > __________ Information from ESET NOD32 Antivirus, version of virus signat= ure database 5592 (20101104) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > > > From [email protected] Sun Nov 07 18:05:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92245 invoked from network); 7 Nov 2010 18:05:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Nov 2010 18:05:12 -0000 Received: (qmail 48653 invoked by uid 500); 7 Nov 2010 18:05:43 -0000 Delivered-To: [email protected] Received: (qmail 48634 invoked by uid 500); 7 Nov 2010 18:05: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48627 invoked by uid 99); 7 Nov 2010 18:05:43 -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 18:05:43 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Nov 2010 18:05:39 +0000 Received: by iwn42 with SMTP id 42so5131069iwn.6 for <[email protected]>; Sun, 07 Nov 2010 10:05:19 -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 :content-transfer-encoding; bh=peXcWTdZ+nULuanNHWN1ZbJTwc3EdQzAEeSkYYvy0fM=; b=uBzldYXKiI2tHNS97Pu/KPxisrt8yV+4stOdSzXVT8jKQaI9qUoFEWpKv6nPJfOEkR D9/k9euz64NdmRHWC3T6QEo1T9v8fFem/o6fpSN1MRnRbgjGOqCCqcU7mgg5OmAGaIMc c9b9xOYDulrAJwEvsXQ9F86+zkieoC8Lu3G/8= 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=Kk0z96dQ/kUFdMFHh9CrJzc6OHc0rHza/OumnEwo5mPg/Xlh2O6haeUK5J+hTO2azz HtsPPWKg3cBzFxJxWBq/Rh5sXGbOtuRUmLl6nRhczQaPTTNy3wcS3jL+LVOt5Ei9l0Hd OvRdeDsl2Wfgg6efWVcvNzzLK9fiZJQiySDtc= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id i2mr2671568icz.5.1289153119286; Sun, 07 Nov 2010 10:05:19 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 7 Nov 2010 10:05:19 -0800 (PST) In-Reply-To: <000001cb7e6d$aa13f200$fe3bd600$@com> References: <[email protected]> <[email protected]> <000001cb7cdc$13af8370$3b0e8a50$@com> <[email protected]> <000001cb7e6d$aa13f200$fe3bd600$@com> Date: Sun, 7 Nov 2010 10:05:19 -0800 Message-ID: <[email protected]> Subject: Re: Data process for HICC From: Eric Yang <[email protected]> To: [email protected] Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sigar library comes with Chukwa trunk, there is no installation required. regards, Eric On Sun, Nov 7, 2010 at 3:19 AM, ZJL <[email protected]> wrote: > HI eric : > =C2=A0 in my ubuntu ,I just install sysstat to collect system metrics.You= r mean that if my ubuntu need to install sigar. > -----Original Message----- > From: [email protected] [ma= ilto:[email protected]] On Be= half Of Eric Yang > Sent: 2010=E5=B9=B411=E6=9C=886=E6=97=A5 7:19 > To: [email protected] > Subject: Re: Data process for HICC > > 1. For system metrics, it is likely the output of sar and iostat do > not match of what Chukwa expects. =C2=A0I found system utilities output t= o > be highly unreliable for scrapping. =C2=A0Hence, in Chukwa trunk, I have > moved to Sigar for collecting system metrics. =C2=A0This should improve t= he > problem that you were seeing. =C2=A0Your original question is about node > activity, and HDFS heatmap. =C2=A0Those metrics are not populated > automatically. =C2=A0For node activity, Chukwa was based on Torque's > pbsnodes. =C2=A0This is no longer a maintained path. =C2=A0For HDFS heatm= ap, you > need to have hdfs client trace and mr client trace log files stream > through Chukwa in order to generate graph for those metrics. =C2=A0There = is > no aggregation script to down sample the data for hdfs heatmap, > therefore only the last 6 hours is visible, if client trace log files > are processed by Chukwa. =C2=A0There is a lot of work to change aggregati= on > from SQL to Pig+HBase. =C2=A0However, most of the work is waiting for Pig > 0.8 to be release in order for Chukwa to start the implementation. > Therefore, you might need to wait for a while for the features to > appear. > > 2. =C2=A0hourlyRolling and dailyRolling should run automatically after > starting with start-all.sh script. > > regards, > Eric > > On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: >> HI eric: >> 1.In background,I have started dbAdmin and the dbAdmin.sh was running,ot= herwise the dbbase would have nothing.in my database ,some of field record = have no data. not all. "System metrics collection may fail or be incomplete= if your versions of sar and iostat do not match the ones that Chukwa expec= ts" this citation come >> from chukwa releasenotes, i suspect if my sysstat version of ubuntu is n= ot match for chukwa, if so, what can i do for that. >> 2.i don't know if hourlyRolling or dailyRolling automatically run,after = starting bin/start-all.sh >> >> -----Original Message----- >> From: [email protected] [m= ailto:[email protected]] On B= ehalf Of Eric Yang >> Sent: 2010=E5=B9=B411=E6=9C=885=E6=97=A5 8:39 >> To: [email protected] >> Subject: Re: Data process for HICC >> >> Hi, >> >> This may be caused by dbAdmin.sh was not running in the background. >> In Chukwa 0.4, you need to have dbAdmin.sh periodically create table >> partitions from the template tables. =C2=A0If the script is not running, >> the data might not get loaded. >> >> I am not sure about your question about hourlyRolling or dailyRolling. >> =C2=A0Those processes should be handled by data processor (./bin/chukwa >> dp). >> >> regards, >> Eric >> >> 2010/11/2 =E8=89=AF=E4=BA=BA <[email protected]>: >>> >>> =C2=A0HI : =C2=A0 =C2=A0I always would like to use =C2=A0chukwa to anal= yze the hadoop of >>> efficiency,but I =C2=A0ran into several problems. >>> =C2=A0 =C2=A0 firstly,i set up chukwa strictly following the instructio= n .my hicc work >>> normally and can display graph if there are some data in mysql for inst= ance: >>> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by Percent= age. >>> =C2=A0 =C2=A0 but some field record in mysql were not in mysql and they= can not >>> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name System >>> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewer= , >>> Node Activity Graph. >>> =C2=A0 my configure: >>> =C2=A0 chukwa-hadoop-0.4.0-client.jar =C2=A0have been in the hadoop=E2= =80=99s lib >>> =C2=A0 both hadoop-metrics.properties and hadoop log4j.properties were = in hadoop >>> of conf,i have list these documents in attachment. >>> =C2=A0 "System metrics collection may fail or be incomplete if your ver= sions of >>> sar and iostat do not match the ones that Chukwa expects" this citation= come >>> from chukwa releasenotes, i suspect =C2=A0if my sysstat version of ubun= tu is not >>> match for chukwa, if so, what can i do for that. >>> =C2=A0 could anybody give me some suggestions, thank you very much, >>> =C2=A0 by the way do anybody know how to start hourlyRolling and dailyR= oilling in >>> 0.4.0 version and "Error initializing ChukwaClient with list of current= ly >>> registered adaptors, clearing our local list of adaptors" in logs,how c= an i >>> resolved it . >>> >>> >>> >>> >>> >>> >>> >>> >>> >> >> __________ Information from ESET NOD32 Antivirus, version of virus signa= ture database 5592 (20101104) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> >> > > __________ Information from ESET NOD32 Antivirus, version of virus signat= ure database 5592 (20101104) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > > > From [email protected] Mon Nov 08 13:48:52 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6814 invoked from network); 8 Nov 2010 13:48:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Nov 2010 13:48:50 -0000 Received: (qmail 71507 invoked by uid 500); 8 Nov 2010 13:49:22 -0000 Delivered-To: [email protected] Received: (qmail 71411 invoked by uid 500); 8 Nov 2010 13: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71398 invoked by uid 99); 8 Nov 2010 13:49:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 13:49: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 m13-105.163.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 13:49:10 +0000 Received: from zhu121972 ( [161.129.204.104] ) by ajax-webmail-wmsvr105 (Coremail) ; Mon, 8 Nov 2010 21:48:38 +0800 (CST) Date: Mon, 8 Nov 2010 21:48:38 +0800 (CST) From: =?gbk?B?wbzIyw==?= <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <000001cb7cdc$13af8370$3b0e8a50$@com> <[email protected]> <014701cb7e68$77c07030$67415090$@com> Subject: Re:Re: Data process for HICC MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_150333_20898763.1289224118540" X-Originating-IP: [161.129.204.104] X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 101020(12106.3506.3507) Copyright (c) 2002-2010 www.mailtech.cn 163com X-CM-CTRLDATA: 8vWuBmZvb3Rlcl9odG09MTIyMTU6ODE= X-CM-TRANSID:acGowLA7vuq2_9dM9NkLAA--.2646W X-CM-SenderInfo: p2kxijarzxjqqrwthudrp/1tbipgaDfUgYwmi2vwABss X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_150333_20898763.1289224118540 Content-Type: multipart/alternative; boundary="----=_Part_150335_23608415.1289224118540" ------=_Part_150335_23608415.1289224118540 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: base64 SGkgZXJpYzoKMS4gICAgaSBoYXZlIGNvcHllZCBoYWRvb3AtbWV0cmljcy5wcm9wZXJ0aWVzLnRl bXBsYXRlIHRvIGhhZG9vcC9jb25mL2hhZG9vcC1tZXRyaWNzLnByb3BlcnRpZXMgYW5kCgogY29w eSBjaHVrd2EtaGFkb29wLTAuNC4wLWNsaWVudC5qYXIgYW5kIGpzb24uamFyIHRvIGhhZG9vcC9s aWIgYXMgd2VsbCxidXQgdGhlIERGUyBtZXRyaWMgY2Fubm90IApiZSBzY3JhcHBlZC4KMi4gaSBo YXZlIG5vdCBvbmx5ICBzaHV0ZWQgZG93biBjaHVrd2EgYWdlbnQgYW5kIGhkZnMsIFJlbW92ZSBh bGwgY2hlY2sgcG9pbnQgZmlsZXMgZnJvbSBjaHVrd2EvdmFyLCAKLCByZXN0YXJ0IGNodWt3YSBh Z2VudCB0aGVuIHJlc3RhcnQgaGFkb29wLGJ1dCBhbHNvIGZvcm1hdCB0aGUgbmFtZW5vZGUuYnV0 IHRoZSB3aGljaCBzdGlsbCBkb24ndCB3b3JrLHRoZSBlcnJvciB3YXMgbm90IGRpc2FwcGVhci4K dGhlIGVycm9yIGV4aXN0IGluIGRpZmZlcmVudCBmaWxlcyx0aGUgZmlsZSBpIGhhdmUgdXBsb2Fk ZWQgdG8gYXR0YWNobWVudC4gY291bGQgeW91IGhlbHAgbWUgY2hlY2sgaXQ/IHRoYW5rIHlvdS4K CgoKCkF0IDIwMTAtMTEtMDggMDI6MDI6MjCjrCJFcmljIFlhbmciIDxlcmljODE4QGdtYWlsLmNv bT4gd3JvdGU6Cgo+RGlkIHlvdSBjb3B5IGhhZG9vcC1tZXRyaWNzLnByb3BlcnRpZXMudGVtcGxh dGUgdG8KPmhhZG9vcC9jb25mL2hhZG9vcC1tZXRyaWNzLnByb3BlcnRpZXM/ICBZb3UgYWxzbyBu ZWVkIHRvIGNvcHkKPmNodWt3YS1oYWRvb3AtMC40LjAtY2xpZW50LmphciBhbmQganNvbi5qYXIg dG8gaGFkb29wL2xpYiBmb3IgdGhpcyB0bwo+d29yay4KPgo+SXQgbG9va3MgbGlrZSB5b3VyIGNo ZWNrIHBvaW50IGZpbGUgaXMgb3V0IG9mIHN5bmMgd2l0aCB0aGUgaGFzaCBtYXAKPndoaWNoIGtl cHQgdHJhY2sgb2YgdGhlIGZpbGVzIGluIGNodWt3YS1oYWRvb3AgY2xpZW50LiAgWW91IG1pZ2h0 IG5lZWQKPnRvIHNodXQgZG93biBjaHVrd2EgYWdlbnQgYW5kIGhkZnMuICBSZW1vdmUgYWxsIGNo ZWNrIHBvaW50IGZpbGVzIGZyb20KPmNodWt3YS92YXIsIGFuZCByZXN0YXJ0IGNodWt3YSBhZ2Vu dCB0aGVuIHJlc3RhcnQgaGFkb29wLgo+Cj5yZWdhcmRzLAo+RXJpYwo+Cj5PbiBTdW4sIE5vdiA3 LCAyMDEwIGF0IDI6NDIgQU0sIFpKTCA8emh1MTIxOTcyQDE2My5jb20+IHdyb3RlOgo+PiBIaSBl cmljOgo+PiAgICBUaGFuayB5b3UgZm9yIHlvdXIgaW5zdHJ1Y3Rpb24sSSBhbHNvIGhvcGUgdGhl IG5ldyByZWxlYXNlIG9mIENodWt3YSB3aWxsIGNvbWUgc29vbiwgYnV0IEkgc3RpbGwgaGF2ZSBz b21lIHF1ZXN0aW9ucyBpbiBteSBjaHVrd2EgZGVwbG95bWVudC4KPj4gIDEuaW4gbXkgY2h1a3dh IHN5c3RlbSx0aGUgREZTIG1ldHJpYyBjYW5ub3QgYmUgc2NyYXBwZWQsIGZvciBleGFtcGxlOiBE RlMgRlMgTmFtZSBTeXN0ZW0gTWV0aXJjcyxERlMgTmFtZSBOb2RlIE1ldHJpY3MgZXRjLgo+PiAg Mi4gIkVycm9yIGluaXRpYWxpemluZyBDaHVrd2FDbGllbnQgd2l0aCBsaXN0IG9mIGN1cnJlbnRs eXJlZ2lzdGVyZWQgYWRhcHRvcnMsIGNsZWFyaW5nIG91ciBsb2NhbCBsaXN0IG9mIGFkYXB0b3Jz IiBpbiBsb2csZG8geW91IGtub3cgd2hhdCBkZXBsb3ltZW50IGNhdXNlIHRoaXMgcHJvYmxlbS4K Pj4KPj4gLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0KPj4gRnJvbTogY2h1a3dhLXVzZXItcmV0 dXJuLTU3OS16aHUxMjE5NzI9MTYzLmNvbUBpbmN1YmF0b3IuYXBhY2hlLm9yZyBbbWFpbHRvOmNo dWt3YS11c2VyLXJldHVybi01Nzktemh1MTIxOTcyPTE2My5jb21AaW5jdWJhdG9yLmFwYWNoZS5v cmddIE9uIEJlaGFsZiBPZiBFcmljIFlhbmcKPj4gU2VudDogMjAxMMTqMTHUwjbI1SA3OjE5Cj4+ IFRvOiBjaHVrd2EtdXNlckBpbmN1YmF0b3IuYXBhY2hlLm9yZwo+PiBTdWJqZWN0OiBSZTogRGF0 YSBwcm9jZXNzIGZvciBISUNDCj4+Cj4+IDEuIEZvciBzeXN0ZW0gbWV0cmljcywgaXQgaXMgbGlr ZWx5IHRoZSBvdXRwdXQgb2Ygc2FyIGFuZCBpb3N0YXQgZG8KPj4gbm90IG1hdGNoIG9mIHdoYXQg Q2h1a3dhIGV4cGVjdHMuICBJIGZvdW5kIHN5c3RlbSB1dGlsaXRpZXMgb3V0cHV0IHRvCj4+IGJl IGhpZ2hseSB1bnJlbGlhYmxlIGZvciBzY3JhcHBpbmcuICBIZW5jZSwgaW4gQ2h1a3dhIHRydW5r LCBJIGhhdmUKPj4gbW92ZWQgdG8gU2lnYXIgZm9yIGNvbGxlY3Rpbmcgc3lzdGVtIG1ldHJpY3Mu ICBUaGlzIHNob3VsZCBpbXByb3ZlIHRoZQo+PiBwcm9ibGVtIHRoYXQgeW91IHdlcmUgc2VlaW5n LiAgWW91ciBvcmlnaW5hbCBxdWVzdGlvbiBpcyBhYm91dCBub2RlCj4+IGFjdGl2aXR5LCBhbmQg SERGUyBoZWF0bWFwLiAgVGhvc2UgbWV0cmljcyBhcmUgbm90IHBvcHVsYXRlZAo+PiBhdXRvbWF0 aWNhbGx5LiAgRm9yIG5vZGUgYWN0aXZpdHksIENodWt3YSB3YXMgYmFzZWQgb24gVG9ycXVlJ3MK Pj4gcGJzbm9kZXMuICBUaGlzIGlzIG5vIGxvbmdlciBhIG1haW50YWluZWQgcGF0aC4gIEZvciBI REZTIGhlYXRtYXAsIHlvdQo+PiBuZWVkIHRvIGhhdmUgaGRmcyBjbGllbnQgdHJhY2UgYW5kIG1y IGNsaWVudCB0cmFjZSBsb2cgZmlsZXMgc3RyZWFtCj4+IHRocm91Z2ggQ2h1a3dhIGluIG9yZGVy IHRvIGdlbmVyYXRlIGdyYXBoIGZvciB0aG9zZSBtZXRyaWNzLiAgVGhlcmUgaXMKPj4gbm8gYWdn cmVnYXRpb24gc2NyaXB0IHRvIGRvd24gc2FtcGxlIHRoZSBkYXRhIGZvciBoZGZzIGhlYXRtYXAs Cj4+IHRoZXJlZm9yZSBvbmx5IHRoZSBsYXN0IDYgaG91cnMgaXMgdmlzaWJsZSwgaWYgY2xpZW50 IHRyYWNlIGxvZyBmaWxlcwo+PiBhcmUgcHJvY2Vzc2VkIGJ5IENodWt3YS4gIFRoZXJlIGlzIGEg bG90IG9mIHdvcmsgdG8gY2hhbmdlIGFnZ3JlZ2F0aW9uCj4+IGZyb20gU1FMIHRvIFBpZytIQmFz ZS4gIEhvd2V2ZXIsIG1vc3Qgb2YgdGhlIHdvcmsgaXMgd2FpdGluZyBmb3IgUGlnCj4+IDAuOCB0 byBiZSByZWxlYXNlIGluIG9yZGVyIGZvciBDaHVrd2EgdG8gc3RhcnQgdGhlIGltcGxlbWVudGF0 aW9uLgo+PiBUaGVyZWZvcmUsIHlvdSBtaWdodCBuZWVkIHRvIHdhaXQgZm9yIGEgd2hpbGUgZm9y IHRoZSBmZWF0dXJlcyB0bwo+PiBhcHBlYXIuCj4+Cj4+IDIuICBob3VybHlSb2xsaW5nIGFuZCBk YWlseVJvbGxpbmcgc2hvdWxkIHJ1biBhdXRvbWF0aWNhbGx5IGFmdGVyCj4+IHN0YXJ0aW5nIHdp dGggc3RhcnQtYWxsLnNoIHNjcmlwdC4KPj4KPj4gcmVnYXJkcywKPj4gRXJpYwo+Pgo+PiBPbiBG cmksIE5vdiA1LCAyMDEwIGF0IDQ6MjQgQU0sIFpKTCA8emh1MTIxOTcyQDE2My5jb20+IHdyb3Rl Ogo+Pj4gSEkgZXJpYzoKPj4+IDEuSW4gYmFja2dyb3VuZCxJIGhhdmUgc3RhcnRlZCBkYkFkbWlu IGFuZCB0aGUgZGJBZG1pbi5zaCB3YXMgcnVubmluZyxvdGhlcndpc2UgdGhlIGRiYmFzZSB3b3Vs ZCBoYXZlIG5vdGhpbmcuaW4gbXkgZGF0YWJhc2UgLHNvbWUgb2YgZmllbGQgcmVjb3JkIGhhdmUg bm8gZGF0YS4gbm90IGFsbC4gIlN5c3RlbSBtZXRyaWNzIGNvbGxlY3Rpb24gbWF5IGZhaWwgb3Ig YmUgaW5jb21wbGV0ZSBpZiB5b3VyIHZlcnNpb25zIG9mIHNhciBhbmQgaW9zdGF0IGRvIG5vdCBt YXRjaCB0aGUgb25lcyB0aGF0IENodWt3YSBleHBlY3RzIiB0aGlzIGNpdGF0aW9uIGNvbWUKPj4+ IGZyb20gY2h1a3dhIHJlbGVhc2Vub3RlcywgaSBzdXNwZWN0IGlmIG15IHN5c3N0YXQgdmVyc2lv biBvZiB1YnVudHUgaXMgbm90IG1hdGNoIGZvciBjaHVrd2EsIGlmIHNvLCB3aGF0IGNhbiBpIGRv IGZvciB0aGF0Lgo+Pj4gMi5pIGRvbid0IGtub3cgaWYgaG91cmx5Um9sbGluZyBvciBkYWlseVJv bGxpbmcgYXV0b21hdGljYWxseSBydW4sYWZ0ZXIgc3RhcnRpbmcgYmluL3N0YXJ0LWFsbC5zaAo+ Pj4KPj4+IC0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tCj4+PiBGcm9tOiBjaHVrd2EtdXNlci1y ZXR1cm4tNTc2LXpodTEyMTk3Mj0xNjMuY29tQGluY3ViYXRvci5hcGFjaGUub3JnIFttYWlsdG86 Y2h1a3dhLXVzZXItcmV0dXJuLTU3Ni16aHUxMjE5NzI9MTYzLmNvbUBpbmN1YmF0b3IuYXBhY2hl Lm9yZ10gT24gQmVoYWxmIE9mIEVyaWMgWWFuZwo+Pj4gU2VudDogMjAxMMTqMTHUwjXI1SA4OjM5 Cj4+PiBUbzogY2h1a3dhLXVzZXJAaW5jdWJhdG9yLmFwYWNoZS5vcmcKPj4+IFN1YmplY3Q6IFJl OiBEYXRhIHByb2Nlc3MgZm9yIEhJQ0MKPj4+Cj4+PiBIaSwKPj4+Cj4+PiBUaGlzIG1heSBiZSBj YXVzZWQgYnkgZGJBZG1pbi5zaCB3YXMgbm90IHJ1bm5pbmcgaW4gdGhlIGJhY2tncm91bmQuCj4+ PiBJbiBDaHVrd2EgMC40LCB5b3UgbmVlZCB0byBoYXZlIGRiQWRtaW4uc2ggcGVyaW9kaWNhbGx5 IGNyZWF0ZSB0YWJsZQo+Pj4gcGFydGl0aW9ucyBmcm9tIHRoZSB0ZW1wbGF0ZSB0YWJsZXMuICBJ ZiB0aGUgc2NyaXB0IGlzIG5vdCBydW5uaW5nLAo+Pj4gdGhlIGRhdGEgbWlnaHQgbm90IGdldCBs b2FkZWQuCj4+Pgo+Pj4gSSBhbSBub3Qgc3VyZSBhYm91dCB5b3VyIHF1ZXN0aW9uIGFib3V0IGhv dXJseVJvbGxpbmcgb3IgZGFpbHlSb2xsaW5nLgo+Pj4gIFRob3NlIHByb2Nlc3NlcyBzaG91bGQg YmUgaGFuZGxlZCBieSBkYXRhIHByb2Nlc3NvciAoLi9iaW4vY2h1a3dhCj4+PiBkcCkuCj4+Pgo+ Pj4gcmVnYXJkcywKPj4+IEVyaWMKPj4+Cj4+PiAyMDEwLzExLzIgwbzIyyA8emh1MTIxOTcyQDE2 My5jb20+Ogo+Pj4+Cj4+Pj4gIEhJIDogICAgSSBhbHdheXMgd291bGQgbGlrZSB0byB1c2UgIGNo dWt3YSB0byBhbmFseXplIHRoZSBoYWRvb3Agb2YKPj4+PiBlZmZpY2llbmN5LGJ1dCBJICByYW4g aW50byBzZXZlcmFsIHByb2JsZW1zLgo+Pj4+ICAgICBmaXJzdGx5LGkgc2V0IHVwIGNodWt3YSBz dHJpY3RseSBmb2xsb3dpbmcgdGhlIGluc3RydWN0aW9uIC5teSBoaWNjIHdvcmsKPj4+PiBub3Jt YWxseSBhbmQgY2FuIGRpc3BsYXkgZ3JhcGggaWYgdGhlcmUgYXJlIHNvbWUgZGF0YSBpbiBteXNx bCBmb3IgaW5zdGFuY2U6Cj4+Pj4gREZTIFRocm91Z2hwdXQgTWV0cmljcyxERlMgRGF0YSBOb2Rl IE1ldHJpY3MsQ2x1c3RlciBNZXRyaWNzIGJ5IFBlcmNlbnRhZ2UuCj4+Pj4gICAgIGJ1dCBzb21l IGZpZWxkIHJlY29yZCBpbiBteXNxbCB3ZXJlIG5vdCBpbiBteXNxbCBhbmQgdGhleSBjYW4gbm90 Cj4+Pj4gZGlzcGxheSBpbiBoaWNjLCBmb3IgZXhhbXBsZTogREZTIE5hbWUgTm9kZSBNZXRyaWNz LERGUyBGUyAsTmFtZSBTeXN0ZW0KPj4+PiBNZXRyaWNzLE1hcC9SZWR1Y2UgTWV0aXJjcyxIREZT IEhlYXRobWFwKCksSGFkb29wIEFjdGl2aXR5LEV2ZW50IHZpZXdlciwKPj4+PiBOb2RlIEFjdGl2 aXR5IEdyYXBoLgo+Pj4+ICAgbXkgY29uZmlndXJlOgo+Pj4+ICAgY2h1a3dhLWhhZG9vcC0wLjQu MC1jbGllbnQuamFyICBoYXZlIGJlZW4gaW4gdGhlIGhhZG9vcKGvcyBsaWIKPj4+PiAgIGJvdGgg aGFkb29wLW1ldHJpY3MucHJvcGVydGllcyBhbmQgaGFkb29wIGxvZzRqLnByb3BlcnRpZXMgd2Vy ZSBpbiBoYWRvb3AKPj4+PiBvZiBjb25mLGkgaGF2ZSBsaXN0IHRoZXNlIGRvY3VtZW50cyBpbiBh dHRhY2htZW50Lgo+Pj4+ICAgIlN5c3RlbSBtZXRyaWNzIGNvbGxlY3Rpb24gbWF5IGZhaWwgb3Ig YmUgaW5jb21wbGV0ZSBpZiB5b3VyIHZlcnNpb25zIG9mCj4+Pj4gc2FyIGFuZCBpb3N0YXQgZG8g bm90IG1hdGNoIHRoZSBvbmVzIHRoYXQgQ2h1a3dhIGV4cGVjdHMiIHRoaXMgY2l0YXRpb24gY29t ZQo+Pj4+IGZyb20gY2h1a3dhIHJlbGVhc2Vub3RlcywgaSBzdXNwZWN0ICBpZiBteSBzeXNzdGF0 IHZlcnNpb24gb2YgdWJ1bnR1IGlzIG5vdAo+Pj4+IG1hdGNoIGZvciBjaHVrd2EsIGlmIHNvLCB3 aGF0IGNhbiBpIGRvIGZvciB0aGF0Lgo+Pj4+ICAgY291bGQgYW55Ym9keSBnaXZlIG1lIHNvbWUg c3VnZ2VzdGlvbnMsIHRoYW5rIHlvdSB2ZXJ5IG11Y2gsCj4+Pj4gICBieSB0aGUgd2F5IGRvIGFu eWJvZHkga25vdyBob3cgdG8gc3RhcnQgaG91cmx5Um9sbGluZyBhbmQgZGFpbHlSb2lsbGluZyBp bgo+Pj4+IDAuNC4wIHZlcnNpb24gYW5kICJFcnJvciBpbml0aWFsaXppbmcgQ2h1a3dhQ2xpZW50 IHdpdGggbGlzdCBvZiBjdXJyZW50bHkKPj4+PiByZWdpc3RlcmVkIGFkYXB0b3JzLCBjbGVhcmlu ZyBvdXIgbG9jYWwgbGlzdCBvZiBhZGFwdG9ycyIgaW4gbG9ncyxob3cgY2FuIGkKPj4+PiByZXNv bHZlZCBpdCAuCj4+Pj4KPj4+Pgo+Pj4+Cj4+Pj4KPj4+Pgo+Pj4+Cj4+Pj4KPj4+Pgo+Pj4+Cj4+ Pgo+Pj4gX19fX19fX19fXyBJbmZvcm1hdGlvbiBmcm9tIEVTRVQgTk9EMzIgQW50aXZpcnVzLCB2 ZXJzaW9uIG9mIHZpcnVzIHNpZ25hdHVyZSBkYXRhYmFzZSA1NTkyICgyMDEwMTEwNCkgX19fX19f X19fXwo+Pj4KPj4+IFRoZSBtZXNzYWdlIHdhcyBjaGVja2VkIGJ5IEVTRVQgTk9EMzIgQW50aXZp cnVzLgo+Pj4KPj4+IGh0dHA6Ly93d3cuZXNldC5jb20KPj4+Cj4+Pgo+Pj4KPj4+Cj4+Pgo+Pgo+ PiBfX19fX19fX19fIEluZm9ybWF0aW9uIGZyb20gRVNFVCBOT0QzMiBBbnRpdmlydXMsIHZlcnNp b24gb2YgdmlydXMgc2lnbmF0dXJlIGRhdGFiYXNlIDU1OTIgKDIwMTAxMTA0KSBfX19fX19fX19f Cj4+Cj4+IFRoZSBtZXNzYWdlIHdhcyBjaGVja2VkIGJ5IEVTRVQgTk9EMzIgQW50aXZpcnVzLgo+ Pgo+PiBodHRwOi8vd3d3LmVzZXQuY29tCj4+Cj4+Cj4+Cj4+Cj4+Cg== ------=_Part_150335_23608415.1289224118540 Content-Type: text/html; charset=gbk Content-Transfer-Encoding: base64 SGkgZXJpYzo8YnI+MS4gJm5ic3A7Jm5ic3A7IGkgaGF2ZSBjb3B5ZWQgaGFkb29wLW1ldHJpY3Mu cHJvcGVydGllcy50ZW1wbGF0ZSZuYnNwO3RvIGhhZG9vcC9jb25mL2hhZG9vcC1tZXRyaWNzLnBy b3BlcnRpZXMgYW5kIDxicj48cHJlPiBjb3B5IGNodWt3YS1oYWRvb3AtMC40LjAtY2xpZW50Lmph ciZuYnNwO2FuZCZuYnNwO2pzb24uamFyJm5ic3A7dG8mbmJzcDtoYWRvb3AvbGliIGFzIHdlbGws YnV0IHRoZSZuYnNwO0RGUyZuYnNwO21ldHJpYyZuYnNwO2Nhbm5vdCA8YnI+YmUmbmJzcDtzY3Jh cHBlZC48YnI+Mi4gaSBoYXZlIG5vdCBvbmx5ICBzaHV0ZWQgZG93biBjaHVrd2EmbmJzcDthZ2Vu dCZuYnNwO2FuZCZuYnNwO2hkZnMsIFJlbW92ZSZuYnNwO2FsbCZuYnNwO2NoZWNrJm5ic3A7cG9p bnQmbmJzcDtmaWxlcyZuYnNwO2Zyb20gY2h1a3dhL3ZhciwgPGJyPiwgcmVzdGFydCZuYnNwO2No dWt3YSZuYnNwO2FnZW50Jm5ic3A7dGhlbiZuYnNwO3Jlc3RhcnQmbmJzcDtoYWRvb3AsYnV0IGFs c28gZm9ybWF0IHRoZSBuYW1lbm9kZS5idXQgdGhlIHdoaWNoIHN0aWxsIGRvbid0IHdvcmssdGhl IGVycm9yIHdhcyBub3QgZGlzYXBwZWFyLjxicj50aGUgZXJyb3IgZXhpc3QgaW4gZGlmZmVyZW50 IGZpbGVzLHRoZSBmaWxlIGkgaGF2ZSB1cGxvYWRlZCB0byBhdHRhY2htZW50LiBjb3VsZCB5b3Ug aGVscCBtZSBjaGVjayBpdD8gdGhhbmsgeW91Ljxicj48L3ByZT48ZGl2PjwvZGl2Pjxicj48cHJl Pjxicj5BdCZuYnNwOzIwMTAtMTEtMDgmbmJzcDswMjowMjoyMKOsIkVyaWMmbmJzcDtZYW5nIiZu YnNwOyZsdDtlcmljODE4QGdtYWlsLmNvbSZndDsmbmJzcDt3cm90ZToKCiZndDtEaWQmbmJzcDt5 b3UmbmJzcDtjb3B5Jm5ic3A7aGFkb29wLW1ldHJpY3MucHJvcGVydGllcy50ZW1wbGF0ZSZuYnNw O3RvCiZndDtoYWRvb3AvY29uZi9oYWRvb3AtbWV0cmljcy5wcm9wZXJ0aWVzPyZuYnNwOyZuYnNw O1lvdSZuYnNwO2Fsc28mbmJzcDtuZWVkJm5ic3A7dG8mbmJzcDtjb3B5CiZndDtjaHVrd2EtaGFk b29wLTAuNC4wLWNsaWVudC5qYXImbmJzcDthbmQmbmJzcDtqc29uLmphciZuYnNwO3RvJm5ic3A7 aGFkb29wL2xpYiZuYnNwO2ZvciZuYnNwO3RoaXMmbmJzcDt0bwomZ3Q7d29yay4KJmd0OwomZ3Q7 SXQmbmJzcDtsb29rcyZuYnNwO2xpa2UmbmJzcDt5b3VyJm5ic3A7Y2hlY2smbmJzcDtwb2ludCZu YnNwO2ZpbGUmbmJzcDtpcyZuYnNwO291dCZuYnNwO29mJm5ic3A7c3luYyZuYnNwO3dpdGgmbmJz cDt0aGUmbmJzcDtoYXNoJm5ic3A7bWFwCiZndDt3aGljaCZuYnNwO2tlcHQmbmJzcDt0cmFjayZu YnNwO29mJm5ic3A7dGhlJm5ic3A7ZmlsZXMmbmJzcDtpbiZuYnNwO2NodWt3YS1oYWRvb3AmbmJz cDtjbGllbnQuJm5ic3A7Jm5ic3A7WW91Jm5ic3A7bWlnaHQmbmJzcDtuZWVkCiZndDt0byZuYnNw O3NodXQmbmJzcDtkb3duJm5ic3A7Y2h1a3dhJm5ic3A7YWdlbnQmbmJzcDthbmQmbmJzcDtoZGZz LiZuYnNwOyZuYnNwO1JlbW92ZSZuYnNwO2FsbCZuYnNwO2NoZWNrJm5ic3A7cG9pbnQmbmJzcDtm aWxlcyZuYnNwO2Zyb20KJmd0O2NodWt3YS92YXIsJm5ic3A7YW5kJm5ic3A7cmVzdGFydCZuYnNw O2NodWt3YSZuYnNwO2FnZW50Jm5ic3A7dGhlbiZuYnNwO3Jlc3RhcnQmbmJzcDtoYWRvb3AuCiZn dDsKJmd0O3JlZ2FyZHMsCiZndDtFcmljCiZndDsKJmd0O09uJm5ic3A7U3VuLCZuYnNwO05vdiZu YnNwOzcsJm5ic3A7MjAxMCZuYnNwO2F0Jm5ic3A7Mjo0MiZuYnNwO0FNLCZuYnNwO1pKTCZuYnNw OyZsdDt6aHUxMjE5NzJAMTYzLmNvbSZndDsmbmJzcDt3cm90ZToKJmd0OyZndDsmbmJzcDtIaSZu YnNwO2VyaWM6CiZndDsmZ3Q7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7VGhhbmsmbmJzcDt5b3Um bmJzcDtmb3ImbmJzcDt5b3VyJm5ic3A7aW5zdHJ1Y3Rpb24sSSZuYnNwO2Fsc28mbmJzcDtob3Bl Jm5ic3A7dGhlJm5ic3A7bmV3Jm5ic3A7cmVsZWFzZSZuYnNwO29mJm5ic3A7Q2h1a3dhJm5ic3A7 d2lsbCZuYnNwO2NvbWUmbmJzcDtzb29uLCZuYnNwO2J1dCZuYnNwO0kmbmJzcDtzdGlsbCZuYnNw O2hhdmUmbmJzcDtzb21lJm5ic3A7cXVlc3Rpb25zJm5ic3A7aW4mbmJzcDtteSZuYnNwO2NodWt3 YSZuYnNwO2RlcGxveW1lbnQuCiZndDsmZ3Q7Jm5ic3A7Jm5ic3A7MS5pbiZuYnNwO215Jm5ic3A7 Y2h1a3dhJm5ic3A7c3lzdGVtLHRoZSZuYnNwO0RGUyZuYnNwO21ldHJpYyZuYnNwO2Nhbm5vdCZu YnNwO2JlJm5ic3A7c2NyYXBwZWQsJm5ic3A7Zm9yJm5ic3A7ZXhhbXBsZTombmJzcDtERlMmbmJz cDtGUyZuYnNwO05hbWUmbmJzcDtTeXN0ZW0mbmJzcDtNZXRpcmNzLERGUyZuYnNwO05hbWUmbmJz cDtOb2RlJm5ic3A7TWV0cmljcyZuYnNwO2V0Yy4KJmd0OyZndDsmbmJzcDsmbmJzcDsyLiZuYnNw OyJFcnJvciZuYnNwO2luaXRpYWxpemluZyZuYnNwO0NodWt3YUNsaWVudCZuYnNwO3dpdGgmbmJz cDtsaXN0Jm5ic3A7b2YmbmJzcDtjdXJyZW50bHlyZWdpc3RlcmVkJm5ic3A7YWRhcHRvcnMsJm5i c3A7Y2xlYXJpbmcmbmJzcDtvdXImbmJzcDtsb2NhbCZuYnNwO2xpc3QmbmJzcDtvZiZuYnNwO2Fk YXB0b3JzIiZuYnNwO2luJm5ic3A7bG9nLGRvJm5ic3A7eW91Jm5ic3A7a25vdyZuYnNwO3doYXQm bmJzcDtkZXBsb3ltZW50Jm5ic3A7Y2F1c2UmbmJzcDt0aGlzJm5ic3A7cHJvYmxlbS4KJmd0OyZn dDsKJmd0OyZndDsmbmJzcDstLS0tLU9yaWdpbmFsJm5ic3A7TWVzc2FnZS0tLS0tCiZndDsmZ3Q7 Jm5ic3A7RnJvbTombmJzcDtjaHVrd2EtdXNlci1yZXR1cm4tNTc5LXpodTEyMTk3Mj0xNjMuY29t QGluY3ViYXRvci5hcGFjaGUub3JnJm5ic3A7W21haWx0bzpjaHVrd2EtdXNlci1yZXR1cm4tNTc5 LXpodTEyMTk3Mj0xNjMuY29tQGluY3ViYXRvci5hcGFjaGUub3JnXSZuYnNwO09uJm5ic3A7QmVo YWxmJm5ic3A7T2YmbmJzcDtFcmljJm5ic3A7WWFuZwomZ3Q7Jmd0OyZuYnNwO1NlbnQ6Jm5ic3A7 MjAxMMTqMTHUwjbI1SZuYnNwOzc6MTkKJmd0OyZndDsmbmJzcDtUbzombmJzcDtjaHVrd2EtdXNl ckBpbmN1YmF0b3IuYXBhY2hlLm9yZwomZ3Q7Jmd0OyZuYnNwO1N1YmplY3Q6Jm5ic3A7UmU6Jm5i c3A7RGF0YSZuYnNwO3Byb2Nlc3MmbmJzcDtmb3ImbmJzcDtISUNDCiZndDsmZ3Q7CiZndDsmZ3Q7 Jm5ic3A7MS4mbmJzcDtGb3ImbmJzcDtzeXN0ZW0mbmJzcDttZXRyaWNzLCZuYnNwO2l0Jm5ic3A7 aXMmbmJzcDtsaWtlbHkmbmJzcDt0aGUmbmJzcDtvdXRwdXQmbmJzcDtvZiZuYnNwO3NhciZuYnNw O2FuZCZuYnNwO2lvc3RhdCZuYnNwO2RvCiZndDsmZ3Q7Jm5ic3A7bm90Jm5ic3A7bWF0Y2gmbmJz cDtvZiZuYnNwO3doYXQmbmJzcDtDaHVrd2EmbmJzcDtleHBlY3RzLiZuYnNwOyZuYnNwO0kmbmJz cDtmb3VuZCZuYnNwO3N5c3RlbSZuYnNwO3V0aWxpdGllcyZuYnNwO291dHB1dCZuYnNwO3RvCiZn dDsmZ3Q7Jm5ic3A7YmUmbmJzcDtoaWdobHkmbmJzcDt1bnJlbGlhYmxlJm5ic3A7Zm9yJm5ic3A7 c2NyYXBwaW5nLiZuYnNwOyZuYnNwO0hlbmNlLCZuYnNwO2luJm5ic3A7Q2h1a3dhJm5ic3A7dHJ1 bmssJm5ic3A7SSZuYnNwO2hhdmUKJmd0OyZndDsmbmJzcDttb3ZlZCZuYnNwO3RvJm5ic3A7U2ln YXImbmJzcDtmb3ImbmJzcDtjb2xsZWN0aW5nJm5ic3A7c3lzdGVtJm5ic3A7bWV0cmljcy4mbmJz cDsmbmJzcDtUaGlzJm5ic3A7c2hvdWxkJm5ic3A7aW1wcm92ZSZuYnNwO3RoZQomZ3Q7Jmd0OyZu YnNwO3Byb2JsZW0mbmJzcDt0aGF0Jm5ic3A7eW91Jm5ic3A7d2VyZSZuYnNwO3NlZWluZy4mbmJz cDsmbmJzcDtZb3VyJm5ic3A7b3JpZ2luYWwmbmJzcDtxdWVzdGlvbiZuYnNwO2lzJm5ic3A7YWJv dXQmbmJzcDtub2RlCiZndDsmZ3Q7Jm5ic3A7YWN0aXZpdHksJm5ic3A7YW5kJm5ic3A7SERGUyZu YnNwO2hlYXRtYXAuJm5ic3A7Jm5ic3A7VGhvc2UmbmJzcDttZXRyaWNzJm5ic3A7YXJlJm5ic3A7 bm90Jm5ic3A7cG9wdWxhdGVkCiZndDsmZ3Q7Jm5ic3A7YXV0b21hdGljYWxseS4mbmJzcDsmbmJz cDtGb3ImbmJzcDtub2RlJm5ic3A7YWN0aXZpdHksJm5ic3A7Q2h1a3dhJm5ic3A7d2FzJm5ic3A7 YmFzZWQmbmJzcDtvbiZuYnNwO1RvcnF1ZSdzCiZndDsmZ3Q7Jm5ic3A7cGJzbm9kZXMuJm5ic3A7 Jm5ic3A7VGhpcyZuYnNwO2lzJm5ic3A7bm8mbmJzcDtsb25nZXImbmJzcDthJm5ic3A7bWFpbnRh aW5lZCZuYnNwO3BhdGguJm5ic3A7Jm5ic3A7Rm9yJm5ic3A7SERGUyZuYnNwO2hlYXRtYXAsJm5i c3A7eW91CiZndDsmZ3Q7Jm5ic3A7bmVlZCZuYnNwO3RvJm5ic3A7aGF2ZSZuYnNwO2hkZnMmbmJz cDtjbGllbnQmbmJzcDt0cmFjZSZuYnNwO2FuZCZuYnNwO21yJm5ic3A7Y2xpZW50Jm5ic3A7dHJh Y2UmbmJzcDtsb2cmbmJzcDtmaWxlcyZuYnNwO3N0cmVhbQomZ3Q7Jmd0OyZuYnNwO3Rocm91Z2gm bmJzcDtDaHVrd2EmbmJzcDtpbiZuYnNwO29yZGVyJm5ic3A7dG8mbmJzcDtnZW5lcmF0ZSZuYnNw O2dyYXBoJm5ic3A7Zm9yJm5ic3A7dGhvc2UmbmJzcDttZXRyaWNzLiZuYnNwOyZuYnNwO1RoZXJl Jm5ic3A7aXMKJmd0OyZndDsmbmJzcDtubyZuYnNwO2FnZ3JlZ2F0aW9uJm5ic3A7c2NyaXB0Jm5i c3A7dG8mbmJzcDtkb3duJm5ic3A7c2FtcGxlJm5ic3A7dGhlJm5ic3A7ZGF0YSZuYnNwO2ZvciZu YnNwO2hkZnMmbmJzcDtoZWF0bWFwLAomZ3Q7Jmd0OyZuYnNwO3RoZXJlZm9yZSZuYnNwO29ubHkm bmJzcDt0aGUmbmJzcDtsYXN0Jm5ic3A7NiZuYnNwO2hvdXJzJm5ic3A7aXMmbmJzcDt2aXNpYmxl LCZuYnNwO2lmJm5ic3A7Y2xpZW50Jm5ic3A7dHJhY2UmbmJzcDtsb2cmbmJzcDtmaWxlcwomZ3Q7 Jmd0OyZuYnNwO2FyZSZuYnNwO3Byb2Nlc3NlZCZuYnNwO2J5Jm5ic3A7Q2h1a3dhLiZuYnNwOyZu YnNwO1RoZXJlJm5ic3A7aXMmbmJzcDthJm5ic3A7bG90Jm5ic3A7b2YmbmJzcDt3b3JrJm5ic3A7 dG8mbmJzcDtjaGFuZ2UmbmJzcDthZ2dyZWdhdGlvbgomZ3Q7Jmd0OyZuYnNwO2Zyb20mbmJzcDtT UUwmbmJzcDt0byZuYnNwO1BpZytIQmFzZS4mbmJzcDsmbmJzcDtIb3dldmVyLCZuYnNwO21vc3Qm bmJzcDtvZiZuYnNwO3RoZSZuYnNwO3dvcmsmbmJzcDtpcyZuYnNwO3dhaXRpbmcmbmJzcDtmb3Im bmJzcDtQaWcKJmd0OyZndDsmbmJzcDswLjgmbmJzcDt0byZuYnNwO2JlJm5ic3A7cmVsZWFzZSZu YnNwO2luJm5ic3A7b3JkZXImbmJzcDtmb3ImbmJzcDtDaHVrd2EmbmJzcDt0byZuYnNwO3N0YXJ0 Jm5ic3A7dGhlJm5ic3A7aW1wbGVtZW50YXRpb24uCiZndDsmZ3Q7Jm5ic3A7VGhlcmVmb3JlLCZu YnNwO3lvdSZuYnNwO21pZ2h0Jm5ic3A7bmVlZCZuYnNwO3RvJm5ic3A7d2FpdCZuYnNwO2ZvciZu YnNwO2EmbmJzcDt3aGlsZSZuYnNwO2ZvciZuYnNwO3RoZSZuYnNwO2ZlYXR1cmVzJm5ic3A7dG8K Jmd0OyZndDsmbmJzcDthcHBlYXIuCiZndDsmZ3Q7CiZndDsmZ3Q7Jm5ic3A7Mi4mbmJzcDsmbmJz cDtob3VybHlSb2xsaW5nJm5ic3A7YW5kJm5ic3A7ZGFpbHlSb2xsaW5nJm5ic3A7c2hvdWxkJm5i c3A7cnVuJm5ic3A7YXV0b21hdGljYWxseSZuYnNwO2FmdGVyCiZndDsmZ3Q7Jm5ic3A7c3RhcnRp bmcmbmJzcDt3aXRoJm5ic3A7c3RhcnQtYWxsLnNoJm5ic3A7c2NyaXB0LgomZ3Q7Jmd0OwomZ3Q7 Jmd0OyZuYnNwO3JlZ2FyZHMsCiZndDsmZ3Q7Jm5ic3A7RXJpYwomZ3Q7Jmd0OwomZ3Q7Jmd0OyZu YnNwO09uJm5ic3A7RnJpLCZuYnNwO05vdiZuYnNwOzUsJm5ic3A7MjAxMCZuYnNwO2F0Jm5ic3A7 NDoyNCZuYnNwO0FNLCZuYnNwO1pKTCZuYnNwOyZsdDt6aHUxMjE5NzJAMTYzLmNvbSZndDsmbmJz cDt3cm90ZToKJmd0OyZndDsmZ3Q7Jm5ic3A7SEkmbmJzcDtlcmljOgomZ3Q7Jmd0OyZndDsmbmJz cDsxLkluJm5ic3A7YmFja2dyb3VuZCxJJm5ic3A7aGF2ZSZuYnNwO3N0YXJ0ZWQmbmJzcDtkYkFk bWluJm5ic3A7YW5kJm5ic3A7dGhlJm5ic3A7ZGJBZG1pbi5zaCZuYnNwO3dhcyZuYnNwO3J1bm5p bmcsb3RoZXJ3aXNlJm5ic3A7dGhlJm5ic3A7ZGJiYXNlJm5ic3A7d291bGQmbmJzcDtoYXZlJm5i c3A7bm90aGluZy5pbiZuYnNwO215Jm5ic3A7ZGF0YWJhc2UmbmJzcDssc29tZSZuYnNwO29mJm5i c3A7ZmllbGQmbmJzcDtyZWNvcmQmbmJzcDtoYXZlJm5ic3A7bm8mbmJzcDtkYXRhLiZuYnNwO25v dCZuYnNwO2FsbC4mbmJzcDsiU3lzdGVtJm5ic3A7bWV0cmljcyZuYnNwO2NvbGxlY3Rpb24mbmJz cDttYXkmbmJzcDtmYWlsJm5ic3A7b3ImbmJzcDtiZSZuYnNwO2luY29tcGxldGUmbmJzcDtpZiZu YnNwO3lvdXImbmJzcDt2ZXJzaW9ucyZuYnNwO29mJm5ic3A7c2FyJm5ic3A7YW5kJm5ic3A7aW9z dGF0Jm5ic3A7ZG8mbmJzcDtub3QmbmJzcDttYXRjaCZuYnNwO3RoZSZuYnNwO29uZXMmbmJzcDt0 aGF0Jm5ic3A7Q2h1a3dhJm5ic3A7ZXhwZWN0cyImbmJzcDt0aGlzJm5ic3A7Y2l0YXRpb24mbmJz cDtjb21lCiZndDsmZ3Q7Jmd0OyZuYnNwO2Zyb20mbmJzcDtjaHVrd2EmbmJzcDtyZWxlYXNlbm90 ZXMsJm5ic3A7aSZuYnNwO3N1c3BlY3QmbmJzcDtpZiZuYnNwO215Jm5ic3A7c3lzc3RhdCZuYnNw O3ZlcnNpb24mbmJzcDtvZiZuYnNwO3VidW50dSZuYnNwO2lzJm5ic3A7bm90Jm5ic3A7bWF0Y2gm bmJzcDtmb3ImbmJzcDtjaHVrd2EsJm5ic3A7aWYmbmJzcDtzbywmbmJzcDt3aGF0Jm5ic3A7Y2Fu Jm5ic3A7aSZuYnNwO2RvJm5ic3A7Zm9yJm5ic3A7dGhhdC4KJmd0OyZndDsmZ3Q7Jm5ic3A7Mi5p Jm5ic3A7ZG9uJ3QmbmJzcDtrbm93Jm5ic3A7aWYmbmJzcDtob3VybHlSb2xsaW5nJm5ic3A7b3Im bmJzcDtkYWlseVJvbGxpbmcmbmJzcDthdXRvbWF0aWNhbGx5Jm5ic3A7cnVuLGFmdGVyJm5ic3A7 c3RhcnRpbmcmbmJzcDtiaW4vc3RhcnQtYWxsLnNoCiZndDsmZ3Q7Jmd0OwomZ3Q7Jmd0OyZndDsm bmJzcDstLS0tLU9yaWdpbmFsJm5ic3A7TWVzc2FnZS0tLS0tCiZndDsmZ3Q7Jmd0OyZuYnNwO0Zy b206Jm5ic3A7Y2h1a3dhLXVzZXItcmV0dXJuLTU3Ni16aHUxMjE5NzI9MTYzLmNvbUBpbmN1YmF0 b3IuYXBhY2hlLm9yZyZuYnNwO1ttYWlsdG86Y2h1a3dhLXVzZXItcmV0dXJuLTU3Ni16aHUxMjE5 NzI9MTYzLmNvbUBpbmN1YmF0b3IuYXBhY2hlLm9yZ10mbmJzcDtPbiZuYnNwO0JlaGFsZiZuYnNw O09mJm5ic3A7RXJpYyZuYnNwO1lhbmcKJmd0OyZndDsmZ3Q7Jm5ic3A7U2VudDombmJzcDsyMDEw xOoxMdTCNcjVJm5ic3A7ODozOQomZ3Q7Jmd0OyZndDsmbmJzcDtUbzombmJzcDtjaHVrd2EtdXNl ckBpbmN1YmF0b3IuYXBhY2hlLm9yZwomZ3Q7Jmd0OyZndDsmbmJzcDtTdWJqZWN0OiZuYnNwO1Jl OiZuYnNwO0RhdGEmbmJzcDtwcm9jZXNzJm5ic3A7Zm9yJm5ic3A7SElDQwomZ3Q7Jmd0OyZndDsK Jmd0OyZndDsmZ3Q7Jm5ic3A7SGksCiZndDsmZ3Q7Jmd0OwomZ3Q7Jmd0OyZndDsmbmJzcDtUaGlz Jm5ic3A7bWF5Jm5ic3A7YmUmbmJzcDtjYXVzZWQmbmJzcDtieSZuYnNwO2RiQWRtaW4uc2gmbmJz cDt3YXMmbmJzcDtub3QmbmJzcDtydW5uaW5nJm5ic3A7aW4mbmJzcDt0aGUmbmJzcDtiYWNrZ3Jv dW5kLgomZ3Q7Jmd0OyZndDsmbmJzcDtJbiZuYnNwO0NodWt3YSZuYnNwOzAuNCwmbmJzcDt5b3Um bmJzcDtuZWVkJm5ic3A7dG8mbmJzcDtoYXZlJm5ic3A7ZGJBZG1pbi5zaCZuYnNwO3BlcmlvZGlj YWxseSZuYnNwO2NyZWF0ZSZuYnNwO3RhYmxlCiZndDsmZ3Q7Jmd0OyZuYnNwO3BhcnRpdGlvbnMm bmJzcDtmcm9tJm5ic3A7dGhlJm5ic3A7dGVtcGxhdGUmbmJzcDt0YWJsZXMuJm5ic3A7Jm5ic3A7 SWYmbmJzcDt0aGUmbmJzcDtzY3JpcHQmbmJzcDtpcyZuYnNwO25vdCZuYnNwO3J1bm5pbmcsCiZn dDsmZ3Q7Jmd0OyZuYnNwO3RoZSZuYnNwO2RhdGEmbmJzcDttaWdodCZuYnNwO25vdCZuYnNwO2dl dCZuYnNwO2xvYWRlZC4KJmd0OyZndDsmZ3Q7CiZndDsmZ3Q7Jmd0OyZuYnNwO0kmbmJzcDthbSZu YnNwO25vdCZuYnNwO3N1cmUmbmJzcDthYm91dCZuYnNwO3lvdXImbmJzcDtxdWVzdGlvbiZuYnNw O2Fib3V0Jm5ic3A7aG91cmx5Um9sbGluZyZuYnNwO29yJm5ic3A7ZGFpbHlSb2xsaW5nLgomZ3Q7 Jmd0OyZndDsmbmJzcDsmbmJzcDtUaG9zZSZuYnNwO3Byb2Nlc3NlcyZuYnNwO3Nob3VsZCZuYnNw O2JlJm5ic3A7aGFuZGxlZCZuYnNwO2J5Jm5ic3A7ZGF0YSZuYnNwO3Byb2Nlc3NvciZuYnNwOygu L2Jpbi9jaHVrd2EKJmd0OyZndDsmZ3Q7Jm5ic3A7ZHApLgomZ3Q7Jmd0OyZndDsKJmd0OyZndDsm Z3Q7Jm5ic3A7cmVnYXJkcywKJmd0OyZndDsmZ3Q7Jm5ic3A7RXJpYwomZ3Q7Jmd0OyZndDsKJmd0 OyZndDsmZ3Q7Jm5ic3A7MjAxMC8xMS8yJm5ic3A7wbzIyyZuYnNwOyZsdDt6aHUxMjE5NzJAMTYz LmNvbSZndDs6CiZndDsmZ3Q7Jmd0OyZndDsKJmd0OyZndDsmZ3Q7Jmd0OyZuYnNwOyZuYnNwO0hJ Jm5ic3A7OiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO0kmbmJzcDthbHdheXMmbmJzcDt3b3VsZCZu YnNwO2xpa2UmbmJzcDt0byZuYnNwO3VzZSZuYnNwOyZuYnNwO2NodWt3YSZuYnNwO3RvJm5ic3A7 YW5hbHl6ZSZuYnNwO3RoZSZuYnNwO2hhZG9vcCZuYnNwO29mCiZndDsmZ3Q7Jmd0OyZndDsmbmJz cDtlZmZpY2llbmN5LGJ1dCZuYnNwO0kmbmJzcDsmbmJzcDtyYW4mbmJzcDtpbnRvJm5ic3A7c2V2 ZXJhbCZuYnNwO3Byb2JsZW1zLgomZ3Q7Jmd0OyZndDsmZ3Q7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Zmlyc3RseSxpJm5ic3A7c2V0Jm5ic3A7dXAmbmJzcDtjaHVrd2EmbmJzcDtzdHJp Y3RseSZuYnNwO2ZvbGxvd2luZyZuYnNwO3RoZSZuYnNwO2luc3RydWN0aW9uJm5ic3A7Lm15Jm5i c3A7aGljYyZuYnNwO3dvcmsKJmd0OyZndDsmZ3Q7Jmd0OyZuYnNwO25vcm1hbGx5Jm5ic3A7YW5k Jm5ic3A7Y2FuJm5ic3A7ZGlzcGxheSZuYnNwO2dyYXBoJm5ic3A7aWYmbmJzcDt0aGVyZSZuYnNw O2FyZSZuYnNwO3NvbWUmbmJzcDtkYXRhJm5ic3A7aW4mbmJzcDtteXNxbCZuYnNwO2ZvciZuYnNw O2luc3RhbmNlOgomZ3Q7Jmd0OyZndDsmZ3Q7Jm5ic3A7REZTJm5ic3A7VGhyb3VnaHB1dCZuYnNw O01ldHJpY3MsREZTJm5ic3A7RGF0YSZuYnNwO05vZGUmbmJzcDtNZXRyaWNzLENsdXN0ZXImbmJz cDtNZXRyaWNzJm5ic3A7YnkmbmJzcDtQZXJjZW50YWdlLgomZ3Q7Jmd0OyZndDsmZ3Q7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7YnV0Jm5ic3A7c29tZSZuYnNwO2ZpZWxkJm5ic3A7cmVj b3JkJm5ic3A7aW4mbmJzcDtteXNxbCZuYnNwO3dlcmUmbmJzcDtub3QmbmJzcDtpbiZuYnNwO215 c3FsJm5ic3A7YW5kJm5ic3A7dGhleSZuYnNwO2NhbiZuYnNwO25vdAomZ3Q7Jmd0OyZndDsmZ3Q7 Jm5ic3A7ZGlzcGxheSZuYnNwO2luJm5ic3A7aGljYywmbmJzcDtmb3ImbmJzcDtleGFtcGxlOiZu YnNwO0RGUyZuYnNwO05hbWUmbmJzcDtOb2RlJm5ic3A7TWV0cmljcyxERlMmbmJzcDtGUyZuYnNw OyxOYW1lJm5ic3A7U3lzdGVtCiZndDsmZ3Q7Jmd0OyZndDsmbmJzcDtNZXRyaWNzLE1hcC9SZWR1 Y2UmbmJzcDtNZXRpcmNzLEhERlMmbmJzcDtIZWF0aG1hcCgpLEhhZG9vcCZuYnNwO0FjdGl2aXR5 LEV2ZW50Jm5ic3A7dmlld2VyLAomZ3Q7Jmd0OyZndDsmZ3Q7Jm5ic3A7Tm9kZSZuYnNwO0FjdGl2 aXR5Jm5ic3A7R3JhcGguCiZndDsmZ3Q7Jmd0OyZndDsmbmJzcDsmbmJzcDsmbmJzcDtteSZuYnNw O2NvbmZpZ3VyZToKJmd0OyZndDsmZ3Q7Jmd0OyZuYnNwOyZuYnNwOyZuYnNwO2NodWt3YS1oYWRv b3AtMC40LjAtY2xpZW50LmphciZuYnNwOyZuYnNwO2hhdmUmbmJzcDtiZWVuJm5ic3A7aW4mbmJz cDt0aGUmbmJzcDtoYWRvb3Chr3MmbmJzcDtsaWIKJmd0OyZndDsmZ3Q7Jmd0OyZuYnNwOyZuYnNw OyZuYnNwO2JvdGgmbmJzcDtoYWRvb3AtbWV0cmljcy5wcm9wZXJ0aWVzJm5ic3A7YW5kJm5ic3A7 aGFkb29wJm5ic3A7bG9nNGoucHJvcGVydGllcyZuYnNwO3dlcmUmbmJzcDtpbiZuYnNwO2hhZG9v cAomZ3Q7Jmd0OyZndDsmZ3Q7Jm5ic3A7b2YmbmJzcDtjb25mLGkmbmJzcDtoYXZlJm5ic3A7bGlz dCZuYnNwO3RoZXNlJm5ic3A7ZG9jdW1lbnRzJm5ic3A7aW4mbmJzcDthdHRhY2htZW50LgomZ3Q7 Jmd0OyZndDsmZ3Q7Jm5ic3A7Jm5ic3A7Jm5ic3A7IlN5c3RlbSZuYnNwO21ldHJpY3MmbmJzcDtj b2xsZWN0aW9uJm5ic3A7bWF5Jm5ic3A7ZmFpbCZuYnNwO29yJm5ic3A7YmUmbmJzcDtpbmNvbXBs ZXRlJm5ic3A7aWYmbmJzcDt5b3VyJm5ic3A7dmVyc2lvbnMmbmJzcDtvZgomZ3Q7Jmd0OyZndDsm Z3Q7Jm5ic3A7c2FyJm5ic3A7YW5kJm5ic3A7aW9zdGF0Jm5ic3A7ZG8mbmJzcDtub3QmbmJzcDtt YXRjaCZuYnNwO3RoZSZuYnNwO29uZXMmbmJzcDt0aGF0Jm5ic3A7Q2h1a3dhJm5ic3A7ZXhwZWN0 cyImbmJzcDt0aGlzJm5ic3A7Y2l0YXRpb24mbmJzcDtjb21lCiZndDsmZ3Q7Jmd0OyZndDsmbmJz cDtmcm9tJm5ic3A7Y2h1a3dhJm5ic3A7cmVsZWFzZW5vdGVzLCZuYnNwO2kmbmJzcDtzdXNwZWN0 Jm5ic3A7Jm5ic3A7aWYmbmJzcDtteSZuYnNwO3N5c3N0YXQmbmJzcDt2ZXJzaW9uJm5ic3A7b2Ym bmJzcDt1YnVudHUmbmJzcDtpcyZuYnNwO25vdAomZ3Q7Jmd0OyZndDsmZ3Q7Jm5ic3A7bWF0Y2gm bmJzcDtmb3ImbmJzcDtjaHVrd2EsJm5ic3A7aWYmbmJzcDtzbywmbmJzcDt3aGF0Jm5ic3A7Y2Fu Jm5ic3A7aSZuYnNwO2RvJm5ic3A7Zm9yJm5ic3A7dGhhdC4KJmd0OyZndDsmZ3Q7Jmd0OyZuYnNw OyZuYnNwOyZuYnNwO2NvdWxkJm5ic3A7YW55Ym9keSZuYnNwO2dpdmUmbmJzcDttZSZuYnNwO3Nv bWUmbmJzcDtzdWdnZXN0aW9ucywmbmJzcDt0aGFuayZuYnNwO3lvdSZuYnNwO3ZlcnkmbmJzcDtt dWNoLAomZ3Q7Jmd0OyZndDsmZ3Q7Jm5ic3A7Jm5ic3A7Jm5ic3A7YnkmbmJzcDt0aGUmbmJzcDt3 YXkmbmJzcDtkbyZuYnNwO2FueWJvZHkmbmJzcDtrbm93Jm5ic3A7aG93Jm5ic3A7dG8mbmJzcDtz dGFydCZuYnNwO2hvdXJseVJvbGxpbmcmbmJzcDthbmQmbmJzcDtkYWlseVJvaWxsaW5nJm5ic3A7 aW4KJmd0OyZndDsmZ3Q7Jmd0OyZuYnNwOzAuNC4wJm5ic3A7dmVyc2lvbiZuYnNwO2FuZCZuYnNw OyJFcnJvciZuYnNwO2luaXRpYWxpemluZyZuYnNwO0NodWt3YUNsaWVudCZuYnNwO3dpdGgmbmJz cDtsaXN0Jm5ic3A7b2YmbmJzcDtjdXJyZW50bHkKJmd0OyZndDsmZ3Q7Jmd0OyZuYnNwO3JlZ2lz dGVyZWQmbmJzcDthZGFwdG9ycywmbmJzcDtjbGVhcmluZyZuYnNwO291ciZuYnNwO2xvY2FsJm5i c3A7bGlzdCZuYnNwO29mJm5ic3A7YWRhcHRvcnMiJm5ic3A7aW4mbmJzcDtsb2dzLGhvdyZuYnNw O2NhbiZuYnNwO2kKJmd0OyZndDsmZ3Q7Jmd0OyZuYnNwO3Jlc29sdmVkJm5ic3A7aXQmbmJzcDsu CiZndDsmZ3Q7Jmd0OyZndDsKJmd0OyZndDsmZ3Q7Jmd0OwomZ3Q7Jmd0OyZndDsmZ3Q7CiZndDsm Z3Q7Jmd0OyZndDsKJmd0OyZndDsmZ3Q7Jmd0OwomZ3Q7Jmd0OyZndDsmZ3Q7CiZndDsmZ3Q7Jmd0 OyZndDsKJmd0OyZndDsmZ3Q7Jmd0OwomZ3Q7Jmd0OyZndDsmZ3Q7CiZndDsmZ3Q7Jmd0OwomZ3Q7 Jmd0OyZndDsmbmJzcDtfX19fX19fX19fJm5ic3A7SW5mb3JtYXRpb24mbmJzcDtmcm9tJm5ic3A7 RVNFVCZuYnNwO05PRDMyJm5ic3A7QW50aXZpcnVzLCZuYnNwO3ZlcnNpb24mbmJzcDtvZiZuYnNw O3ZpcnVzJm5ic3A7c2lnbmF0dXJlJm5ic3A7ZGF0YWJhc2UmbmJzcDs1NTkyJm5ic3A7KDIwMTAx MTA0KSZuYnNwO19fX19fX19fX18KJmd0OyZndDsmZ3Q7CiZndDsmZ3Q7Jmd0OyZuYnNwO1RoZSZu YnNwO21lc3NhZ2UmbmJzcDt3YXMmbmJzcDtjaGVja2VkJm5ic3A7YnkmbmJzcDtFU0VUJm5ic3A7 Tk9EMzImbmJzcDtBbnRpdmlydXMuCiZndDsmZ3Q7Jmd0OwomZ3Q7Jmd0OyZndDsmbmJzcDtodHRw Oi8vd3d3LmVzZXQuY29tCiZndDsmZ3Q7Jmd0OwomZ3Q7Jmd0OyZndDsKJmd0OyZndDsmZ3Q7CiZn dDsmZ3Q7Jmd0OwomZ3Q7Jmd0OyZndDsKJmd0OyZndDsKJmd0OyZndDsmbmJzcDtfX19fX19fX19f Jm5ic3A7SW5mb3JtYXRpb24mbmJzcDtmcm9tJm5ic3A7RVNFVCZuYnNwO05PRDMyJm5ic3A7QW50 aXZpcnVzLCZuYnNwO3ZlcnNpb24mbmJzcDtvZiZuYnNwO3ZpcnVzJm5ic3A7c2lnbmF0dXJlJm5i c3A7ZGF0YWJhc2UmbmJzcDs1NTkyJm5ic3A7KDIwMTAxMTA0KSZuYnNwO19fX19fX19fX18KJmd0 OyZndDsKJmd0OyZndDsmbmJzcDtUaGUmbmJzcDttZXNzYWdlJm5ic3A7d2FzJm5ic3A7Y2hlY2tl ZCZuYnNwO2J5Jm5ic3A7RVNFVCZuYnNwO05PRDMyJm5ic3A7QW50aXZpcnVzLgomZ3Q7Jmd0Owom Z3Q7Jmd0OyZuYnNwO2h0dHA6Ly93d3cuZXNldC5jb20KJmd0OyZndDsKJmd0OyZndDsKJmd0OyZn dDsKJmd0OyZndDsKJmd0OyZndDsKPC9wcmU+PGJyPjxicj48c3BhbiB0aXRsZT0ibmV0ZWFzZWZv b3RlciI+PHNwYW4gaWQ9Im5ldGVhc2VfbWFpbF9mb290ZXIiPjwvc3Bhbj48L3NwYW4+ ------=_Part_150335_23608415.1289224118540-- ------=_Part_150333_20898763.1289224118540 Content-Type: application/octet-stream; name="hadoop-chukwa-jobtracker-master.out" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="hadoop-chukwa-jobtracker-master.out" RXJyb3IgaW5pdGlhbGl6aW5nIENodWt3YUNsaWVudCB3aXRoIGxpc3Qgb2YgY3VycmVudGx5IHJl Z2lzdGVyZWQgYWRhcHRvcnMsIGNsZWFyaW5nIG91ciBsb2NhbCBsaXN0IG9mIGFkYXB0b3JzCkVy cm9yIGluaXRpYWxpemluZyBDaHVrd2FDbGllbnQgd2l0aCBsaXN0IG9mIGN1cnJlbnRseSByZWdp c3RlcmVkIGFkYXB0b3JzLCBjbGVhcmluZyBvdXIgbG9jYWwgbGlzdCBvZiBhZGFwdG9ycwpFcnJv ciBpbml0aWFsaXppbmcgQ2h1a3dhQ2xpZW50IHdpdGggbGlzdCBvZiBjdXJyZW50bHkgcmVnaXN0 ZXJlZCBhZGFwdG9ycywgY2xlYXJpbmcgb3VyIGxvY2FsIGxpc3Qgb2YgYWRhcHRvcnMKRXJyb3Ig aW5pdGlhbGl6aW5nIENodWt3YUNsaWVudCB3aXRoIGxpc3Qgb2YgY3VycmVudGx5IHJlZ2lzdGVy ZWQgYWRhcHRvcnMsIGNsZWFyaW5nIG91ciBsb2NhbCBsaXN0IG9mIGFkYXB0b3JzCg== ------=_Part_150333_20898763.1289224118540 Content-Type: application/octet-stream; name="hadoop-chukwa-namenode-master.out" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="hadoop-chukwa-namenode-master.out" RXJyb3IgaW5pdGlhbGl6aW5nIENodWt3YUNsaWVudCB3aXRoIGxpc3Qgb2YgY3VycmVudGx5IHJl Z2lzdGVyZWQgYWRhcHRvcnMsIGNsZWFyaW5nIG91ciBsb2NhbCBsaXN0IG9mIGFkYXB0b3JzCkVy cm9yIGluaXRpYWxpemluZyBDaHVrd2FDbGllbnQgd2l0aCBsaXN0IG9mIGN1cnJlbnRseSByZWdp c3RlcmVkIGFkYXB0b3JzLCBjbGVhcmluZyBvdXIgbG9jYWwgbGlzdCBvZiBhZGFwdG9ycwpFcnJv ciBpbml0aWFsaXppbmcgQ2h1a3dhQ2xpZW50IHdpdGggbGlzdCBvZiBjdXJyZW50bHkgcmVnaXN0 ZXJlZCBhZGFwdG9ycywgY2xlYXJpbmcgb3VyIGxvY2FsIGxpc3Qgb2YgYWRhcHRvcnMKRXJyb3Ig aW5pdGlhbGl6aW5nIENodWt3YUNsaWVudCB3aXRoIGxpc3Qgb2YgY3VycmVudGx5IHJlZ2lzdGVy ZWQgYWRhcHRvcnMsIGNsZWFyaW5nIG91ciBsb2NhbCBsaXN0IG9mIGFkYXB0b3JzCkVycm9yIGlu aXRpYWxpemluZyBDaHVrd2FDbGllbnQgd2l0aCBsaXN0IG9mIGN1cnJlbnRseSByZWdpc3RlcmVk IGFkYXB0b3JzLCBjbGVhcmluZyBvdXIgbG9jYWwgbGlzdCBvZiBhZGFwdG9ycwo= ------=_Part_150333_20898763.1289224118540-- From [email protected] Mon Nov 08 18:28:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90125 invoked from network); 8 Nov 2010 18:28:09 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Nov 2010 18:28:09 -0000 Received: (qmail 53257 invoked by uid 500); 8 Nov 2010 18:28:41 -0000 Delivered-To: [email protected] Received: (qmail 53186 invoked by uid 500); 8 Nov 2010 18: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]> List-Id: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53177 invoked by uid 99); 8 Nov 2010 18:28:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 18:28:40 +0000 X-ASF-Spam-Status: No, hits=3.3 required=10.0 tests=HTML_MESSAGE,NO_RDNS_DOTCOM_HELO,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 mrout3.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 18:28:32 +0000 Received: from SP2-EX07CAS05.ds.corp.yahoo.com (sp2-ex07cas05.corp.sp2.yahoo.com [161.129.204.104]) by mrout3.yahoo.com (8.13.8/8.13.8/y.out) with ESMTP id oA8IRv8M000346 for <[email protected]>; Mon, 8 Nov 2010 10:27:57 -0800 (PST) Received: from SP2-EX07VS05.ds.corp.yahoo.com ([161.129.204.104]) by SP2-EX07CAS05.ds.corp.yahoo.com ([161.129.204.104]) with mapi; Mon, 8 Nov 2010 10:27:57 -0800 From: Eric Yang <[email protected]> To: "[email protected]" <[email protected]> Date: Mon, 8 Nov 2010 10:27:55 -0800 Subject: Re: Data process for HICC Thread-Topic: Data process for HICC Thread-Index: Act/S8vRj3ntTjtBQ8O2kfGppob3ngAJt1H/ Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_C8FD812BD888eyangyahooinccom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_C8FD812BD888eyangyahooinccom_ Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable Try: telnet localhost 9093 list See how many adaptor do you have on your machine? For some reason, the Chu= waDailyRollingAppender or Log4JMetricsContext is unable to talk to the agen= t to register the log files. If it is working properly, you should see adaptor listed similar to this: adaptor_217ea6590b5749d07394bb3522f93a58) org.apache.hadoop.chukwa.datacol= lection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped jvm 0 /= chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log 0 adaptor_e41369787a2b508486d0149f7b971223) org.apache.hadoop.chukwa.datacol= lection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped dfs 0 /= chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log 325440 adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) org.apache.hadoop.chukwa.datacol= lection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped rpc 0 /= chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log 2838600 Hope this helps. Regards, Eric On 11/8/10 5:48 AM, "=1B$BNI?M=1B(B" <[email protected]> wrote: Hi eric: 1. i have copyed hadoop-metrics.properties.template to hadoop/conf/hadoo= p-metrics.properties and copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as well,but= the DFS metric cannot be scrapped. 2. i have not only shuted down chukwa agent and hdfs, Remove all check poi= nt files from chukwa/var, , restart chukwa agent then restart hadoop,but also format the namenode.but= the which still don't work,the error was not disappear. the error exist in different files,the file i have uploaded to attachment. = could you help me check it? thank you. At 2010-11-08 02:02:20=1B$B!$=1B(B"Eric Yang" <[email protected]> wrote: >Did you copy hadoop-metrics.properties.template to >hadoop/conf/hadoop-metrics.properties? You also need to copy >chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this to >work. > >It looks like your check point file is out of sync with the hash map >which kept track of the files in chukwa-hadoop client. You might need >to shut down chukwa agent and hdfs. Remove all check point files from >chukwa/var, and restart chukwa agent then restart hadoop. > >regards, >Eric > >On Sun, Nov 7, 2010 at 2:42 AM, ZJL <[email protected]> wrote: >> Hi eric: >> Thank you for your instruction,I also hope the new release of Chukwa = will come soon, but I still have some questions in my chukwa deployment. >> 1.in my chukwa system,the DFS metric cannot be scrapped, for example: D= FS FS Name System Metircs,DFS Name Node Metrics etc. >> 2. "Error initializing ChukwaClient with list of currentlyregistered ad= aptors, clearing our local list of adaptors" in log,do you know what deploy= ment cause this problem. >> >> -----Original Message----- >> From: [email protected] [m= ailto:[email protected]] On B= ehalf Of Eric Yang >> Sent: 2010=1B$BG/=1B(B11=1B$B7n=1B(B6=1B$BF|=1B(B 7:19 >> To: [email protected] >> Subject: Re: Data process for HICC >> >> 1. For system metrics, it is likely the output of sar and iostat do >> not match of what Chukwa expects. I found system utilities output to >> be highly unreliable for scrapping. Hence, in Chukwa trunk, I have >> moved to Sigar for collecting system metrics. This should improve the >> problem that you were seeing. Your original question is about node >> activity, and HDFS heatmap. Those metrics are not populated >> automatically. For node activity, Chukwa was based on Torque's >> pbsnodes. This is no longer a maintained path. For HDFS heatmap, you >> need to have hdfs client trace and mr client trace log files stream >> through Chukwa in order to generate graph for those metrics. There is >> no aggregation script to down sample the data for hdfs heatmap, >> therefore only the last 6 hours is visible, if client trace log files >> are processed by Chukwa. There is a lot of work to change aggregation >> from SQL to Pig+HBase. However, most of the work is waiting for Pig >> 0.8 to be release in order for Chukwa to start the implementation. >> Therefore, you might need to wait for a while for the features to >> appear. >> >> 2. hourlyRolling and dailyRolling should run automatically after >> starting with start-all.sh script. >> >> regards, >> Eric >> >> On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: >>> HI eric: >>> 1.In background,I have started dbAdmin and the dbAdmin.sh was running,o= therwise the dbbase would have nothing.in my database ,some of field record= have no data. not all. "System metrics collection may fail or be incomplet= e if your versions of sar and iostat do not match the ones that Chukwa expe= cts" this citation come >>> from chukwa releasenotes, i suspect if my sysstat version of ubuntu is = not match for chukwa, if so, what can i do for that. >>> 2.i don't know if hourlyRolling or dailyRolling automatically run,after= starting bin/start-all.sh >>> >>> -----Original Message----- >>> From: [email protected] [= mailto:[email protected]] On = Behalf Of Eric Yang >>> Sent: 2010=1B$BG/=1B(B11=1B$B7n=1B(B5=1B$BF|=1B(B 8:39 >>> To: [email protected] >>> Subject: Re: Data process for HICC >>> >>> Hi, >>> >>> This may be caused by dbAdmin.sh was not running in the background. >>> In Chukwa 0.4, you need to have dbAdmin.sh periodically create table >>> partitions from the template tables. If the script is not running, >>> the data might not get loaded. >>> >>> I am not sure about your question about hourlyRolling or dailyRolling. >>> Those processes should be handled by data processor (./bin/chukwa >>> dp). >>> >>> regards, >>> Eric >>> >>> 2010/11/2 =1B$BNI?M=1B(B <[email protected]>: >>>> >>>> HI : I always would like to use chukwa to analyze the hadoop of >>>> efficiency,but I ran into several problems. >>>> firstly,i set up chukwa strictly following the instruction .my hic= c work >>>> normally and can display graph if there are some data in mysql for ins= tance: >>>> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by Percen= tage. >>>> but some field record in mysql were not in mysql and they can not >>>> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name Syste= m >>>> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewe= r, >>>> Node Activity Graph. >>>> my configure: >>>> chukwa-hadoop-0.4.0-client.jar have been in the hadoop=1B$B!G=1B(Bs= lib >>>> both hadoop-metrics.properties and hadoop log4j.properties were in h= adoop >>>> of conf,i have list these documents in attachment. >>>> "System metrics collection may fail or be incomplete if your version= s of >>>> sar and iostat do not match the ones that Chukwa expects" this citatio= n come >>>> from chukwa releasenotes, i suspect if my sysstat version of ubuntu i= s not >>>> match for chukwa, if so, what can i do for that. >>>> could anybody give me some suggestions, thank you very much, >>>> by the way do anybody know how to start hourlyRolling and dailyRoill= ing in >>>> 0.4.0 version and "Error initializing ChukwaClient with list of curren= tly >>>> registered adaptors, clearing our local list of adaptors" in logs,how = can i >>>> resolved it . >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> __________ Information from ESET NOD32 Antivirus, version of virus sign= ature database 5592 (20101104) __________ >>> >>> The message was checked by ESET NOD32 Antivirus. >>> >>> http://www.eset.com >>> >>> >>> >>> >>> >> >> __________ Information from ESET NOD32 Antivirus, version of virus signa= ture database 5592 (20101104) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> >> --_000_C8FD812BD888eyangyahooinccom_ Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable <HTML> <HEAD> <TITLE>Re: Data process for HICC</TITLE> </HEAD> <BODY> <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:= 11pt'>Try:<BR> <BR> telnet localhost 9093<BR> list<BR> <BR> See how many adaptor do you have on your machine? &nbsp;For some reason, th= e ChuwaDailyRollingAppender or Log4JMetricsContext is unable to talk to the= agent to register the log files.<BR> <BR> If it is working properly, you should see adaptor listed similar to this:<B= R> <BR> adaptor_217ea6590b5749d07394bb3522f93a58) &nbsp;org.apache.hadoop.chukwa.da= tacollection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped jv= m 0 /chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log 0<BR> adaptor_e41369787a2b508486d0149f7b971223) &nbsp;org.apache.hadoop.chukwa.da= tacollection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped df= s 0 /chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log 32544= 0<BR> adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) &nbsp;org.apache.hadoop.chukwa.da= tacollection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped rp= c 0 /chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log 28386= 00<BR> <BR> Hope this helps.<BR> <BR> Regards,<BR> Eric<BR> <BR> On 11/8/10 5:48 AM, &quot;=1B$BNI?M=1B(J&quot; &lt;<a href=3D"zhu121972@163= .com">[email protected]</a>&gt; wrote:<BR> <BR> </SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"= ><SPAN STYLE=3D'font-size:11pt'>Hi eric:<BR> 1. &nbsp;&nbsp;&nbsp;i have copyed hadoop-metrics.properties.template to ha= doop/conf/hadoop-metrics.properties and <BR> &nbsp;copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as wel= l,but the DFS metric cannot <BR> be scrapped.<BR> 2. i have not only &nbsp;shuted down chukwa agent and hdfs, Remove all chec= k point files from chukwa/var, <BR> , restart chukwa agent then restart hadoop,but also format the namenode.but= the which still don't work,the error was not disappear.<BR> the error exist in different files,the file i have uploaded to attachment. = could you help me check it? thank you.<BR> <BR> <BR> At 2010-11-08 02:02:20=1B$B!$=1B(J&quot;Eric Yang&quot; &lt;<a href=3D"eric= [email protected]">[email protected]</a>&gt; wrote:<BR> <BR> &gt;Did you copy hadoop-metrics.properties.template to<BR> &gt;hadoop/conf/hadoop-metrics.properties? &nbsp;You also need to copy<BR> &gt;chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this to<B= R> &gt;work.<BR> &gt;<BR> &gt;It looks like your check point file is out of sync with the hash map<BR= > &gt;which kept track of the files in chukwa-hadoop client. &nbsp;You might = need<BR> &gt;to shut down chukwa agent and hdfs. &nbsp;Remove all check point files = from<BR> &gt;chukwa/var, and restart chukwa agent then restart hadoop.<BR> &gt;<BR> &gt;regards,<BR> &gt;Eric<BR> &gt;<BR> &gt;On Sun, Nov 7, 2010 at 2:42 AM, ZJL &lt;<a href=3D"[email protected]">z= [email protected]</a>&gt; wrote:<BR> &gt;&gt; Hi eric:<BR> &gt;&gt; &nbsp;&nbsp;&nbsp;Thank you for your instruction,I also hope the n= ew release of Chukwa will come soon, but I still have some questions in my = chukwa deployment.<BR> &gt;&gt; &nbsp;1.in my chukwa system,the DFS metric cannot be scrapped, for= example: DFS FS Name System Metircs,DFS Name Node Metrics etc.<BR> &gt;&gt; &nbsp;2. &quot;Error initializing ChukwaClient with list of curren= tlyregistered adaptors, clearing our local list of adaptors&quot; in log,do= you know what deployment cause this problem.<BR> &gt;&gt;<BR> &gt;&gt; -----Original Message-----<BR> &gt;&gt; From: <a href=3D"chukwa-user-return-579-zhu121972=3D163.com@incuba= tor.apache.org">[email protected]= .org</a> [<a href=3D"mailto:chukwa-user-return-579-zhu121972=3D163.com@incu= bator.apache.org">mailto:chukwa-user-return-579-zhu121972=3D163.com@incubat= or.apache.org</a>] On Behalf Of Eric Yang<BR> &gt;&gt; Sent: 2010=1B$BG/=1B(J11=1B$B7n=1B(J6=1B$BF|=1B(J 7:19<BR> &gt;&gt; To: <a href=3D"[email protected]">chukwa-user@incub= ator.apache.org</a><BR> &gt;&gt; Subject: Re: Data process for HICC<BR> &gt;&gt;<BR> &gt;&gt; 1. For system metrics, it is likely the output of sar and iostat d= o<BR> &gt;&gt; not match of what Chukwa expects. &nbsp;I found system utilities o= utput to<BR> &gt;&gt; be highly unreliable for scrapping. &nbsp;Hence, in Chukwa trunk, = I have<BR> &gt;&gt; moved to Sigar for collecting system metrics. &nbsp;This should im= prove the<BR> &gt;&gt; problem that you were seeing. &nbsp;Your original question is abou= t node<BR> &gt;&gt; activity, and HDFS heatmap. &nbsp;Those metrics are not populated<= BR> &gt;&gt; automatically. &nbsp;For node activity, Chukwa was based on Torque= 's<BR> &gt;&gt; pbsnodes. &nbsp;This is no longer a maintained path. &nbsp;For HDF= S heatmap, you<BR> &gt;&gt; need to have hdfs client trace and mr client trace log files strea= m<BR> &gt;&gt; through Chukwa in order to generate graph for those metrics. &nbsp= ;There is<BR> &gt;&gt; no aggregation script to down sample the data for hdfs heatmap,<BR= > &gt;&gt; therefore only the last 6 hours is visible, if client trace log fi= les<BR> &gt;&gt; are processed by Chukwa. &nbsp;There is a lot of work to change ag= gregation<BR> &gt;&gt; from SQL to Pig+HBase. &nbsp;However, most of the work is waiting = for Pig<BR> &gt;&gt; 0.8 to be release in order for Chukwa to start the implementation.= <BR> &gt;&gt; Therefore, you might need to wait for a while for the features to<= BR> &gt;&gt; appear.<BR> &gt;&gt;<BR> &gt;&gt; 2. &nbsp;hourlyRolling and dailyRolling should run automatically a= fter<BR> &gt;&gt; starting with start-all.sh script.<BR> &gt;&gt;<BR> &gt;&gt; regards,<BR> &gt;&gt; Eric<BR> &gt;&gt;<BR> &gt;&gt; On Fri, Nov 5, 2010 at 4:24 AM, ZJL &lt;<a href=3D"[email protected]= om">[email protected]</a>&gt; wrote:<BR> &gt;&gt;&gt; HI eric:<BR> &gt;&gt;&gt; 1.In background,I have started dbAdmin and the dbAdmin.sh was = running,otherwise the dbbase would have nothing.in my database ,some of fie= ld record have no data. not all. &quot;System metrics collection may fail o= r be incomplete if your versions of sar and iostat do not match the ones th= at Chukwa expects&quot; this citation come<BR> &gt;&gt;&gt; from chukwa releasenotes, i suspect if my sysstat version of u= buntu is not match for chukwa, if so, what can i do for that.<BR> &gt;&gt;&gt; 2.i don't know if hourlyRolling or dailyRolling automatically = run,after starting bin/start-all.sh<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; -----Original Message-----<BR> &gt;&gt;&gt; From: <a href=3D"chukwa-user-return-576-zhu121972=3D163.com@in= cubator.apache.org">[email protected]= ache.org</a> [<a href=3D"mailto:chukwa-user-return-576-zhu121972=3D163.com@= incubator.apache.org">mailto:chukwa-user-return-576-zhu121972=3D163.com@inc= ubator.apache.org</a>] On Behalf Of Eric Yang<BR> &gt;&gt;&gt; Sent: 2010=1B$BG/=1B(J11=1B$B7n=1B(J5=1B$BF|=1B(J 8:39<BR> &gt;&gt;&gt; To: <a href=3D"[email protected]">chukwa-user@i= ncubator.apache.org</a><BR> &gt;&gt;&gt; Subject: Re: Data process for HICC<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; Hi,<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; This may be caused by dbAdmin.sh was not running in the backgr= ound.<BR> &gt;&gt;&gt; In Chukwa 0.4, you need to have dbAdmin.sh periodically create= table<BR> &gt;&gt;&gt; partitions from the template tables. &nbsp;If the script is no= t running,<BR> &gt;&gt;&gt; the data might not get loaded.<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; I am not sure about your question about hourlyRolling or daily= Rolling.<BR> &gt;&gt;&gt; &nbsp;Those processes should be handled by data processor (./b= in/chukwa<BR> &gt;&gt;&gt; dp).<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; regards,<BR> &gt;&gt;&gt; Eric<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; 2010/11/2 =1B$BNI?M=1B(J &lt;<a href=3D"[email protected]">zhu= [email protected]</a>&gt;:<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt; &nbsp;HI : &nbsp;&nbsp;&nbsp;I always would like to use &n= bsp;chukwa to analyze the hadoop of<BR> &gt;&gt;&gt;&gt; efficiency,but I &nbsp;ran into several problems.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;firstly,i set up chukwa strictly f= ollowing the instruction .my hicc work<BR> &gt;&gt;&gt;&gt; normally and can display graph if there are some data in m= ysql for instance:<BR> &gt;&gt;&gt;&gt; DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metri= cs by Percentage.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;but some field record in mysql wer= e not in mysql and they can not<BR> &gt;&gt;&gt;&gt; display in hicc, for example: DFS Name Node Metrics,DFS FS= ,Name System<BR> &gt;&gt;&gt;&gt; Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity= ,Event viewer,<BR> &gt;&gt;&gt;&gt; Node Activity Graph.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;my configure:<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;chukwa-hadoop-0.4.0-client.jar &nbsp;have been= in the hadoop&#8217;s lib<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;both hadoop-metrics.properties and hadoop log4= j.properties were in hadoop<BR> &gt;&gt;&gt;&gt; of conf,i have list these documents in attachment.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&quot;System metrics collection may fail or be= incomplete if your versions of<BR> &gt;&gt;&gt;&gt; sar and iostat do not match the ones that Chukwa expects&q= uot; this citation come<BR> &gt;&gt;&gt;&gt; from chukwa releasenotes, i suspect &nbsp;if my sysstat ve= rsion of ubuntu is not<BR> &gt;&gt;&gt;&gt; match for chukwa, if so, what can i do for that.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;could anybody give me some suggestions, thank = you very much,<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;by the way do anybody know how to start hourly= Rolling and dailyRoilling in<BR> &gt;&gt;&gt;&gt; 0.4.0 version and &quot;Error initializing ChukwaClient wi= th list of currently<BR> &gt;&gt;&gt;&gt; registered adaptors, clearing our local list of adaptors&q= uot; in logs,how can i<BR> &gt;&gt;&gt;&gt; resolved it .<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; __________ Information from ESET NOD32 Antivirus, version of v= irus signature database 5592 (20101104) __________<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; The message was checked by ESET NOD32 Antivirus.<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; <a href=3D"http://www.eset.com">http://www.eset.com</a><BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt; __________ Information from ESET NOD32 Antivirus, version of virus= signature database 5592 (20101104) __________<BR> &gt;&gt;<BR> &gt;&gt; The message was checked by ESET NOD32 Antivirus.<BR> &gt;&gt;<BR> &gt;&gt; <a href=3D"http://www.eset.com">http://www.eset.com</a><BR> &gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt;<BR> <BR> <BR> <BR> </SPAN></FONT></BLOCKQUOTE> </BODY> </HTML> --_000_C8FD812BD888eyangyahooinccom_-- From [email protected] Tue Nov 09 03:30:52 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56564 invoked from network); 9 Nov 2010 03:30:52 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Nov 2010 03:30:52 -0000 Received: (qmail 31906 invoked by uid 500); 9 Nov 2010 03:31:24 -0000 Delivered-To: [email protected] Received: (qmail 31821 invoked by uid 500); 9 Nov 2010 03:31: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31813 invoked by uid 99); 9 Nov 2010 03:31:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 03: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO m50-134.163.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 03:31:13 +0000 Received: from zhujunliangPC (unknown [161.129.204.104]) by smtp4 (Coremail) with SMTP id DtGowLALVYJZwNhM6nkRAQ--.1461S2; Tue, 09 Nov 2010 11:30:34 +0800 (CST) From: "ZJL" <[email protected]> To: <[email protected]> References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: Data process for HICC Date: Tue, 9 Nov 2010 11:30:39 +0800 Message-ID: <000001cb7fbe$7b99ec70$72cdc550$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01CB8001.89BD2C70" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Act/S8vRj3ntTjtBQ8O2kfGppob3ngAJt1H/ABLctZA= Content-Language: zh-cn X-CM-TRANSID:DtGowLALVYJZwNhM6nkRAQ--.1461S2 X-Coremail-Antispam: 1Uf129KBjvJXoW3ArW3GFW5Jw17Zr1UJw45GFg_yoW3Kw1kpF 95GFW2krWkGr17tw42vw1xZF4Fy3y8Zr13Wr15JF12k390gry2yFySyrWF9F9rCr1Syw43 XFyjgFyxZF4UAaDanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x0zRgyCXUUUUU= X-CM-SenderInfo: p2kxijarzxjqqrwthudrp/1tbiWwWEfUzBuug5fwAAs+ X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_0001_01CB8001.89BD2C70 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Hi ecri: Telnent doesn=A1=AFt work, I have tried so many times,in my system, = I use the ssh to access remote computer, how can I do by your mentioning = method to check the adaptor list.thank you=20 =20 From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=C4=EA11=D4=C29=C8=D5 2:28 To: [email protected] Subject: Re: Data process for HICC =20 Try: telnet localhost 9093 list See how many adaptor do you have on your machine? For some reason, the ChuwaDailyRollingAppender or Log4JMetricsContext is unable to talk to = the agent to register the log files. If it is working properly, you should see adaptor listed similar to = this: adaptor_217ea6590b5749d07394bb3522f93a58) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped jvm 0 /chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log 0 adaptor_e41369787a2b508486d0149f7b971223) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped dfs 0 /chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log 325440 adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped rpc 0 /chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log = 2838600 Hope this helps. Regards, Eric On 11/8/10 5:48 AM, "=C1=BC=C8=CB" <[email protected]> wrote: Hi eric: 1. i have copyed hadoop-metrics.properties.template to hadoop/conf/hadoop-metrics.properties and=20 copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as = well,but the DFS metric cannot=20 be scrapped. 2. i have not only shuted down chukwa agent and hdfs, Remove all check point files from chukwa/var,=20 , restart chukwa agent then restart hadoop,but also format the = namenode.but the which still don't work,the error was not disappear. the error exist in different files,the file i have uploaded to = attachment. could you help me check it? thank you. At 2010-11-08 02:02:20=A3=AC"Eric Yang" <[email protected]> wrote: >Did you copy hadoop-metrics.properties.template to >hadoop/conf/hadoop-metrics.properties? You also need to copy >chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this to >work. > >It looks like your check point file is out of sync with the hash map >which kept track of the files in chukwa-hadoop client. You might need >to shut down chukwa agent and hdfs. Remove all check point files from >chukwa/var, and restart chukwa agent then restart hadoop. > >regards, >Eric > >On Sun, Nov 7, 2010 at 2:42 AM, ZJL <[email protected]> wrote: >> Hi eric: >> Thank you for your instruction,I also hope the new release of = Chukwa will come soon, but I still have some questions in my chukwa deployment. >> 1.in my chukwa system,the DFS metric cannot be scrapped, for = example: DFS FS Name System Metircs,DFS Name Node Metrics etc. >> 2. "Error initializing ChukwaClient with list of currentlyregistered adaptors, clearing our local list of adaptors" in log,do you know what deployment cause this problem. >> >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang >> Sent: 2010=C4=EA11=D4=C26=C8=D5 7:19 >> To: [email protected] >> Subject: Re: Data process for HICC >> >> 1. For system metrics, it is likely the output of sar and iostat do >> not match of what Chukwa expects. I found system utilities output to >> be highly unreliable for scrapping. Hence, in Chukwa trunk, I have >> moved to Sigar for collecting system metrics. This should improve = the >> problem that you were seeing. Your original question is about node >> activity, and HDFS heatmap. Those metrics are not populated >> automatically. For node activity, Chukwa was based on Torque's >> pbsnodes. This is no longer a maintained path. For HDFS heatmap, = you >> need to have hdfs client trace and mr client trace log files stream >> through Chukwa in order to generate graph for those metrics. There = is >> no aggregation script to down sample the data for hdfs heatmap, >> therefore only the last 6 hours is visible, if client trace log files >> are processed by Chukwa. There is a lot of work to change = aggregation >> from SQL to Pig+HBase. However, most of the work is waiting for Pig >> 0.8 to be release in order for Chukwa to start the implementation. >> Therefore, you might need to wait for a while for the features to >> appear. >> >> 2. hourlyRolling and dailyRolling should run automatically after >> starting with start-all.sh script. >> >> regards, >> Eric >> >> On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: >>> HI eric: >>> 1.In background,I have started dbAdmin and the dbAdmin.sh was running,otherwise the dbbase would have nothing.in my database ,some of field record have no data. not all. "System metrics collection may fail = or be incomplete if your versions of sar and iostat do not match the ones = that Chukwa expects" this citation come >>> from chukwa releasenotes, i suspect if my sysstat version of ubuntu = is not match for chukwa, if so, what can i do for that. >>> 2.i don't know if hourlyRolling or dailyRolling automatically = run,after starting bin/start-all.sh >>> >>> -----Original Message----- >>> From: = [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang >>> Sent: 2010=C4=EA11=D4=C25=C8=D5 8:39 >>> To: [email protected] >>> Subject: Re: Data process for HICC >>> >>> Hi, >>> >>> This may be caused by dbAdmin.sh was not running in the background. >>> In Chukwa 0.4, you need to have dbAdmin.sh periodically create table >>> partitions from the template tables. If the script is not running, >>> the data might not get loaded. >>> >>> I am not sure about your question about hourlyRolling or = dailyRolling. >>> Those processes should be handled by data processor (./bin/chukwa >>> dp). >>> >>> regards, >>> Eric >>> >>> 2010/11/2 =C1=BC=C8=CB <[email protected]>: >>>> >>>> HI : I always would like to use chukwa to analyze the hadoop = of >>>> efficiency,but I ran into several problems. >>>> firstly,i set up chukwa strictly following the instruction .my = hicc work >>>> normally and can display graph if there are some data in mysql for instance: >>>> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by Percentage. >>>> but some field record in mysql were not in mysql and they can = not >>>> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name = System >>>> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewer, >>>> Node Activity Graph. >>>> my configure: >>>> chukwa-hadoop-0.4.0-client.jar have been in the hadoop=A1=AFs = lib >>>> both hadoop-metrics.properties and hadoop log4j.properties were = in hadoop >>>> of conf,i have list these documents in attachment. >>>> "System metrics collection may fail or be incomplete if your = versions of >>>> sar and iostat do not match the ones that Chukwa expects" this = citation come >>>> from chukwa releasenotes, i suspect if my sysstat version of = ubuntu is not >>>> match for chukwa, if so, what can i do for that. >>>> could anybody give me some suggestions, thank you very much, >>>> by the way do anybody know how to start hourlyRolling and dailyRoilling in >>>> 0.4.0 version and "Error initializing ChukwaClient with list of currently >>>> registered adaptors, clearing our local list of adaptors" in = logs,how can i >>>> resolved it . >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> __________ Information from ESET NOD32 Antivirus, version of virus signature database 5592 (20101104) __________ >>> >>> The message was checked by ESET NOD32 Antivirus. >>> >>> http://www.eset.com >>> >>> >>> >>> >>> >> >> __________ Information from ESET NOD32 Antivirus, version of virus signature database 5592 (20101104) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> >> __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5599 (20101107) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ------=_NextPart_000_0001_01CB8001.89BD2C70 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: quoted-printable <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dgb2312"> <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:m=3D"http://schemas.microsoft.com/office/2004/12/omml" = xmlns=3D"http://www.w3.org/TR/REC-html40"> <head> <meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)"> <title>Re: Data process for HICC</title> <style> <!-- /* Font Definitions */ @font-face {font-family:SimSun; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} @font-face {font-family:"MS PGothic"; panose-1:2 11 6 0 7 2 5 8 2 4;} @font-face {font-family:SimSun; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"\@MS PGothic"; panose-1:2 11 6 0 7 2 5 8 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"MS PGothic","sans-serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-reply; font-family:"Calibri","sans-serif"; color:#1F497D;} .MsoChpDefault {mso-style-type:export-only; font-size:10.0pt;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt;} div.WordSection1 {page:WordSection1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body lang=3DZH-CN link=3Dblue vlink=3Dpurple> <div class=3DWordSection1> <p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif"; color:#1F497D'>Hi ecri:<o:p></o:p></span></p> <p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif"; color:#1F497D'>&nbsp;&nbsp;&nbsp; Telnent doesn=A1=AFt work, I have = tried so many times,in my system, I use the ssh to access remote computer, how can I = do by your mentioning method to check the adaptor list.thank you = <o:p></o:p></span></p> <p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif"; color:#1F497D'><o:p>&nbsp;</o:p></span></p> <div> <div style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt = 0cm 0cm 0cm'> <p class=3DMsoNormal><b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family: "Tahoma","sans-serif"'>From:</span></b><span lang=3DEN-US = style=3D'font-size:10.0pt; font-family:"Tahoma","sans-serif"'> [email protected] [mailto:[email protected]] = <b>On Behalf Of </b>Eric Yang<br> <b>Sent:</b> 2010</span><span lang=3DJA = style=3D'font-size:10.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>11</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size: 10.0pt;font-family:"Tahoma","sans-serif"'>9</span><span lang=3DJA style=3D'font-size:10.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:10.0pt; font-family:"Tahoma","sans-serif"'> 2:28<br> <b>To:</b> [email protected]<br> <b>Subject:</b> Re: Data process for HICC<o:p></o:p></span></p> </div> </div> <p class=3DMsoNormal><span lang=3DEN-US><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><span lang=3DEN-US style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>Try:<br> <br> telnet localhost 9093<br> list<br> <br> See how many adaptor do you have on your machine? &nbsp;For some reason, = the ChuwaDailyRollingAppender or Log4JMetricsContext is unable to talk to = the agent to register the log files.<br> <br> If it is working properly, you should see adaptor listed similar to = this:<br> <br> adaptor_217ea6590b5749d07394bb3522f93a58) &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped jvm 0 /chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log = 0<br> adaptor_e41369787a2b508486d0149f7b971223) &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped dfs 0 /chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log = 325440<br> adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped rpc 0 /chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log = 2838600<br> <br> Hope this helps.<br> <br> Regards,<br> Eric<br> <br> On 11/8/10 5:48 AM, &quot;</span><span lang=3DJA = style=3D'font-size:11.0pt'>=C1=BC=C8=CB</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>&quot; &lt;<a href=3D"[email protected]">[email protected]</a>&gt; = wrote:</span><span lang=3DEN-US><o:p></o:p></span></p> <p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><span lang=3DEN-US style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>Hi = eric:<br> 1. &nbsp;&nbsp;&nbsp;i have copyed hadoop-metrics.properties.template to hadoop/conf/hadoop-metrics.properties and <br> &nbsp;copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as well,but the DFS metric cannot <br> be scrapped.<br> 2. i have not only &nbsp;shuted down chukwa agent and hdfs, Remove all = check point files from chukwa/var, <br> , restart chukwa agent then restart hadoop,but also format the = namenode.but the which still don't work,the error was not disappear.<br> the error exist in different files,the file i have uploaded to = attachment. could you help me check it? thank you.<br> <br> <br> At 2010-11-08 02:02:20</span><span lang=3DJA = style=3D'font-size:11.0pt'>=A3=AC</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>&quot;Eric Yang&quot; &lt;<a href=3D"[email protected]">[email protected]</a>&gt; = wrote:<br> <br> &gt;Did you copy hadoop-metrics.properties.template to<br> &gt;hadoop/conf/hadoop-metrics.properties? &nbsp;You also need to = copy<br> &gt;chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this = to<br> &gt;work.<br> &gt;<br> &gt;It looks like your check point file is out of sync with the hash = map<br> &gt;which kept track of the files in chukwa-hadoop client. &nbsp;You = might need<br> &gt;to shut down chukwa agent and hdfs. &nbsp;Remove all check point = files from<br> &gt;chukwa/var, and restart chukwa agent then restart hadoop.<br> &gt;<br> &gt;regards,<br> &gt;Eric<br> &gt;<br> &gt;On Sun, Nov 7, 2010 at 2:42 AM, ZJL &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; wrote:<br> &gt;&gt; Hi eric:<br> &gt;&gt; &nbsp;&nbsp;&nbsp;Thank you for your instruction,I also hope = the new release of Chukwa will come soon, but I still have some questions in my = chukwa deployment.<br> &gt;&gt; &nbsp;1.in my chukwa system,the DFS metric cannot be scrapped, = for example: DFS FS Name System Metircs,DFS Name Node Metrics etc.<br> &gt;&gt; &nbsp;2. &quot;Error initializing ChukwaClient with list of currentlyregistered adaptors, clearing our local list of adaptors&quot; = in log,do you know what deployment cause this problem.<br> &gt;&gt;<br> &gt;&gt; -----Original Message-----<br> &gt;&gt; From: <a href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] On Behalf Of Eric Yang<br> &gt;&gt; Sent: 2010</span><span lang=3DJA = style=3D'font-size:11.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>11</span><s= pan lang=3DJA style=3D'font-size:11.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size: 11.0pt;font-family:"Calibri","sans-serif"'>6</span><span lang=3DJA style=3D'font-size:11.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:11.0pt; font-family:"Calibri","sans-serif"'> 7:19<br> &gt;&gt; To: <a = href=3D"[email protected]">[email protected]= g</a><br> &gt;&gt; Subject: Re: Data process for HICC<br> &gt;&gt;<br> &gt;&gt; 1. For system metrics, it is likely the output of sar and = iostat do<br> &gt;&gt; not match of what Chukwa expects. &nbsp;I found system = utilities output to<br> &gt;&gt; be highly unreliable for scrapping. &nbsp;Hence, in Chukwa = trunk, I have<br> &gt;&gt; moved to Sigar for collecting system metrics. &nbsp;This should improve the<br> &gt;&gt; problem that you were seeing. &nbsp;Your original question is = about node<br> &gt;&gt; activity, and HDFS heatmap. &nbsp;Those metrics are not = populated<br> &gt;&gt; automatically. &nbsp;For node activity, Chukwa was based on = Torque's<br> &gt;&gt; pbsnodes. &nbsp;This is no longer a maintained path. &nbsp;For = HDFS heatmap, you<br> &gt;&gt; need to have hdfs client trace and mr client trace log files = stream<br> &gt;&gt; through Chukwa in order to generate graph for those metrics. &nbsp;There is<br> &gt;&gt; no aggregation script to down sample the data for hdfs = heatmap,<br> &gt;&gt; therefore only the last 6 hours is visible, if client trace log = files<br> &gt;&gt; are processed by Chukwa. &nbsp;There is a lot of work to change aggregation<br> &gt;&gt; from SQL to Pig+HBase. &nbsp;However, most of the work is = waiting for Pig<br> &gt;&gt; 0.8 to be release in order for Chukwa to start the = implementation.<br> &gt;&gt; Therefore, you might need to wait for a while for the features = to<br> &gt;&gt; appear.<br> &gt;&gt;<br> &gt;&gt; 2. &nbsp;hourlyRolling and dailyRolling should run = automatically after<br> &gt;&gt; starting with start-all.sh script.<br> &gt;&gt;<br> &gt;&gt; regards,<br> &gt;&gt; Eric<br> &gt;&gt;<br> &gt;&gt; On Fri, Nov 5, 2010 at 4:24 AM, ZJL &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; wrote:<br> &gt;&gt;&gt; HI eric:<br> &gt;&gt;&gt; 1.In background,I have started dbAdmin and the dbAdmin.sh = was running,otherwise the dbbase would have nothing.in my database ,some of = field record have no data. not all. &quot;System metrics collection may fail = or be incomplete if your versions of sar and iostat do not match the ones that = Chukwa expects&quot; this citation come<br> &gt;&gt;&gt; from chukwa releasenotes, i suspect if my sysstat version = of ubuntu is not match for chukwa, if so, what can i do for that.<br> &gt;&gt;&gt; 2.i don't know if hourlyRolling or dailyRolling = automatically run,after starting bin/start-all.sh<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; -----Original Message-----<br> &gt;&gt;&gt; From: <a href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] On Behalf Of Eric Yang<br> &gt;&gt;&gt; Sent: 2010</span><span lang=3DJA = style=3D'font-size:11.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>11</span><s= pan lang=3DJA style=3D'font-size:11.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size: 11.0pt;font-family:"Calibri","sans-serif"'>5</span><span lang=3DJA style=3D'font-size:11.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:11.0pt; font-family:"Calibri","sans-serif"'> 8:39<br> &gt;&gt;&gt; To: <a = href=3D"[email protected]">[email protected]= g</a><br> &gt;&gt;&gt; Subject: Re: Data process for HICC<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; Hi,<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; This may be caused by dbAdmin.sh was not running in the background.<br> &gt;&gt;&gt; In Chukwa 0.4, you need to have dbAdmin.sh periodically = create table<br> &gt;&gt;&gt; partitions from the template tables. &nbsp;If the script is = not running,<br> &gt;&gt;&gt; the data might not get loaded.<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; I am not sure about your question about hourlyRolling or dailyRolling.<br> &gt;&gt;&gt; &nbsp;Those processes should be handled by data processor (./bin/chukwa<br> &gt;&gt;&gt; dp).<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; regards,<br> &gt;&gt;&gt; Eric<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; 2010/11/2 </span><span lang=3DJA = style=3D'font-size:11.0pt'>=C1=BC=C8=CB</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> &lt;<a href=3D"[email protected]">[email protected]</a>&gt;:<br> &gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;&gt; &nbsp;HI : &nbsp;&nbsp;&nbsp;I always would like to use &nbsp;chukwa to analyze the hadoop of<br> &gt;&gt;&gt;&gt; efficiency,but I &nbsp;ran into several problems.<br> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;firstly,i set up chukwa = strictly following the instruction .my hicc work<br> &gt;&gt;&gt;&gt; normally and can display graph if there are some data = in mysql for instance:<br> &gt;&gt;&gt;&gt; DFS Throughput Metrics,DFS Data Node Metrics,Cluster = Metrics by Percentage.<br> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;but some field record in mysql = were not in mysql and they can not<br> &gt;&gt;&gt;&gt; display in hicc, for example: DFS Name Node Metrics,DFS = FS ,Name System<br> &gt;&gt;&gt;&gt; Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewer,<br> &gt;&gt;&gt;&gt; Node Activity Graph.<br> &gt;&gt;&gt;&gt; &nbsp;&nbsp;my configure:<br> &gt;&gt;&gt;&gt; &nbsp;&nbsp;chukwa-hadoop-0.4.0-client.jar &nbsp;have = been in the hadoop=A1=AFs lib<br> &gt;&gt;&gt;&gt; &nbsp;&nbsp;both hadoop-metrics.properties and hadoop log4j.properties were in hadoop<br> &gt;&gt;&gt;&gt; of conf,i have list these documents in attachment.<br> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&quot;System metrics collection may fail or = be incomplete if your versions of<br> &gt;&gt;&gt;&gt; sar and iostat do not match the ones that Chukwa = expects&quot; this citation come<br> &gt;&gt;&gt;&gt; from chukwa releasenotes, i suspect &nbsp;if my sysstat version of ubuntu is not<br> &gt;&gt;&gt;&gt; match for chukwa, if so, what can i do for that.<br> &gt;&gt;&gt;&gt; &nbsp;&nbsp;could anybody give me some suggestions, = thank you very much,<br> &gt;&gt;&gt;&gt; &nbsp;&nbsp;by the way do anybody know how to start hourlyRolling and dailyRoilling in<br> &gt;&gt;&gt;&gt; 0.4.0 version and &quot;Error initializing ChukwaClient = with list of currently<br> &gt;&gt;&gt;&gt; registered adaptors, clearing our local list of = adaptors&quot; in logs,how can i<br> &gt;&gt;&gt;&gt; resolved it .<br> &gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;&gt;<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; __________ Information from ESET NOD32 Antivirus, version = of virus signature database 5592 (20101104) __________<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; The message was checked by ESET NOD32 Antivirus.<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; <a href=3D"http://www.eset.com">http://www.eset.com</a><br> &gt;&gt;&gt;<br> &gt;&gt;&gt;<br> &gt;&gt;&gt;<br> &gt;&gt;&gt;<br> &gt;&gt;&gt;<br> &gt;&gt;<br> &gt;&gt; __________ Information from ESET NOD32 Antivirus, version of = virus signature database 5592 (20101104) __________<br> &gt;&gt;<br> &gt;&gt; The message was checked by ESET NOD32 Antivirus.<br> &gt;&gt;<br> &gt;&gt; <a href=3D"http://www.eset.com">http://www.eset.com</a><br> &gt;&gt;<br> &gt;&gt;<br> &gt;&gt;<br> &gt;&gt;<br> &gt;&gt;<br> <br> <br> </span><span lang=3DEN-US><o:p></o:p></span></p> <p class=3DMsoNormal><span lang=3DEN-US><br> <br> __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5599 (20101107) __________<br> <br> The message was checked by ESET NOD32 Antivirus.<br> <br> <a = href=3D"http://www.eset.com">http://www.eset.com</a><o:p></o:p></span></p= > </div> </body> </html> ------=_NextPart_000_0001_01CB8001.89BD2C70-- From [email protected] Tue Nov 09 17:27:26 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4182 invoked from network); 9 Nov 2010 17:27:26 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Nov 2010 17:27:26 -0000 Received: (qmail 25476 invoked by uid 500); 9 Nov 2010 17:27:57 -0000 Delivered-To: [email protected] Received: (qmail 25437 invoked by uid 500); 9 Nov 2010 17:27: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25424 invoked by uid 99); 9 Nov 2010 17:27:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 17:27:56 +0000 X-ASF-Spam-Status: No, hits=3.3 required=10.0 tests=HTML_MESSAGE,NO_RDNS_DOTCOM_HELO,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 mrout1.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 17:27:51 +0000 Received: from SP2-EX07CAS01.ds.corp.yahoo.com (sp2-ex07cas01.corp.sp2.yahoo.com [161.129.204.104]) by mrout1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id oA9HQdhn013665 for <[email protected]>; Tue, 9 Nov 2010 09:26:39 -0800 (PST) Received: from SP2-EX07VS05.ds.corp.yahoo.com ([161.129.204.104]) by SP2-EX07CAS01.ds.corp.yahoo.com ([161.129.204.104]) with mapi; Tue, 9 Nov 2010 09:26:39 -0800 From: Eric Yang <[email protected]> To: "[email protected]" <[email protected]> Date: Tue, 9 Nov 2010 09:26:37 -0800 Subject: Re: Data process for HICC Thread-Topic: Data process for HICC Thread-Index: Act/S8vRj3ntTjtBQ8O2kfGppob3ngAJt1H/ABLctZAAHUnVjg== Message-ID: <[email protected]> In-Reply-To: <000001cb7fbe$7b99ec70$72cdc550$@com> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_C8FEC44DD960eyangyahooinccom_" MIME-Version: 1.0 --_000_C8FEC44DD960eyangyahooinccom_ Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable Chukwa agent is not running on your system. Check agent log file to see wh= y agent is not running. Regards, Eric On 11/8/10 7:30 PM, "ZJL" <[email protected]> wrote: Hi ecri: Telnent doesn=1B$B!G=1B(Bt work, I have tried so many times,in my syste= m, I use the ssh to access remote computer, how can I do by your mentioning= method to check the adaptor list.thank you From: [email protected] [mail= to:[email protected]] On Beha= lf Of Eric Yang Sent: 2010=1B$BG/=1B(B11=1B$B7n=1B(B9=1B$BF|=1B(B 2:28 To: [email protected] Subject: Re: Data process for HICC Try: telnet localhost 9093 list See how many adaptor do you have on your machine? For some reason, the Chu= waDailyRollingAppender or Log4JMetricsContext is unable to talk to the agen= t to register the log files. If it is working properly, you should see adaptor listed similar to this: adaptor_217ea6590b5749d07394bb3522f93a58) org.apache.hadoop.chukwa.datacol= lection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped jvm 0 /= chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log 0 adaptor_e41369787a2b508486d0149f7b971223) org.apache.hadoop.chukwa.datacol= lection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped dfs 0 /= chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log 325440 adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) org.apache.hadoop.chukwa.datacol= lection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped rpc 0 /= chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log 2838600 Hope this helps. Regards, Eric On 11/8/10 5:48 AM, "=1B$BNI?M=1B(B" <[email protected]> wrote: Hi eric: 1. i have copyed hadoop-metrics.properties.template to hadoop/conf/hadoo= p-metrics.properties and copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as well,but= the DFS metric cannot be scrapped. 2. i have not only shuted down chukwa agent and hdfs, Remove all check poi= nt files from chukwa/var, , restart chukwa agent then restart hadoop,but also format the namenode.but= the which still don't work,the error was not disappear. the error exist in different files,the file i have uploaded to attachment. = could you help me check it? thank you. At 2010-11-08 02:02:20=1B$B!$=1B(B"Eric Yang" <[email protected]> wrote: >Did you copy hadoop-metrics.properties.template to >hadoop/conf/hadoop-metrics.properties? You also need to copy >chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this to >work. > >It looks like your check point file is out of sync with the hash map >which kept track of the files in chukwa-hadoop client. You might need >to shut down chukwa agent and hdfs. Remove all check point files from >chukwa/var, and restart chukwa agent then restart hadoop. > >regards, >Eric > >On Sun, Nov 7, 2010 at 2:42 AM, ZJL <[email protected]> wrote: >> Hi eric: >> Thank you for your instruction,I also hope the new release of Chukwa = will come soon, but I still have some questions in my chukwa deployment. >> 1.in my chukwa system,the DFS metric cannot be scrapped, for example: D= FS FS Name System Metircs,DFS Name Node Metrics etc. >> 2. "Error initializing ChukwaClient with list of currentlyregistered ad= aptors, clearing our local list of adaptors" in log,do you know what deploy= ment cause this problem. >> >> -----Original Message----- >> From: [email protected] [m= ailto:[email protected]] On B= ehalf Of Eric Yang >> Sent: 2010=1B$BG/=1B(B11=1B$B7n=1B(B6=1B$BF|=1B(B 7:19 >> To: [email protected] >> Subject: Re: Data process for HICC >> >> 1. For system metrics, it is likely the output of sar and iostat do >> not match of what Chukwa expects. I found system utilities output to >> be highly unreliable for scrapping. Hence, in Chukwa trunk, I have >> moved to Sigar for collecting system metrics. This should improve the >> problem that you were seeing. Your original question is about node >> activity, and HDFS heatmap. Those metrics are not populated >> automatically. For node activity, Chukwa was based on Torque's >> pbsnodes. This is no longer a maintained path. For HDFS heatmap, you >> need to have hdfs client trace and mr client trace log files stream >> through Chukwa in order to generate graph for those metrics. There is >> no aggregation script to down sample the data for hdfs heatmap, >> therefore only the last 6 hours is visible, if client trace log files >> are processed by Chukwa. There is a lot of work to change aggregation >> from SQL to Pig+HBase. However, most of the work is waiting for Pig >> 0.8 to be release in order for Chukwa to start the implementation. >> Therefore, you might need to wait for a while for the features to >> appear. >> >> 2. hourlyRolling and dailyRolling should run automatically after >> starting with start-all.sh script. >> >> regards, >> Eric >> >> On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: >>> HI eric: >>> 1.In background,I have started dbAdmin and the dbAdmin.sh was running,o= therwise the dbbase would have nothing.in my database ,some of field record= have no data. not all. "System metrics collection may fail or be incomplet= e if your versions of sar and iostat do not match the ones that Chukwa expe= cts" this citation come >>> from chukwa releasenotes, i suspect if my sysstat version of ubuntu is = not match for chukwa, if so, what can i do for that. >>> 2.i don't know if hourlyRolling or dailyRolling automatically run,after= starting bin/start-all.sh >>> >>> -----Original Message----- >>> From: [email protected] [= mailto:[email protected]] On = Behalf Of Eric Yang >>> Sent: 2010=1B$BG/=1B(B11=1B$B7n=1B(B5=1B$BF|=1B(B 8:39 >>> To: [email protected] >>> Subject: Re: Data process for HICC >>> >>> Hi, >>> >>> This may be caused by dbAdmin.sh was not running in the background. >>> In Chukwa 0.4, you need to have dbAdmin.sh periodically create table >>> partitions from the template tables. If the script is not running, >>> the data might not get loaded. >>> >>> I am not sure about your question about hourlyRolling or dailyRolling. >>> Those processes should be handled by data processor (./bin/chukwa >>> dp). >>> >>> regards, >>> Eric >>> >>> 2010/11/2 =1B$BNI?M=1B(B <[email protected]>: >>>> >>>> HI : I always would like to use chukwa to analyze the hadoop of >>>> efficiency,but I ran into several problems. >>>> firstly,i set up chukwa strictly following the instruction .my hic= c work >>>> normally and can display graph if there are some data in mysql for ins= tance: >>>> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by Percen= tage. >>>> but some field record in mysql were not in mysql and they can not >>>> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name Syste= m >>>> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewe= r, >>>> Node Activity Graph. >>>> my configure: >>>> chukwa-hadoop-0.4.0-client.jar have been in the hadoop=1B$B!G=1B(Bs= lib >>>> both hadoop-metrics.properties and hadoop log4j.properties were in h= adoop >>>> of conf,i have list these documents in attachment. >>>> "System metrics collection may fail or be incomplete if your version= s of >>>> sar and iostat do not match the ones that Chukwa expects" this citatio= n come >>>> from chukwa releasenotes, i suspect if my sysstat version of ubuntu i= s not >>>> match for chukwa, if so, what can i do for that. >>>> could anybody give me some suggestions, thank you very much, >>>> by the way do anybody know how to start hourlyRolling and dailyRoill= ing in >>>> 0.4.0 version and "Error initializing ChukwaClient with list of curren= tly >>>> registered adaptors, clearing our local list of adaptors" in logs,how = can i >>>> resolved it . >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> __________ Information from ESET NOD32 Antivirus, version of virus sign= ature database 5592 (20101104) __________ >>> >>> The message was checked by ESET NOD32 Antivirus. >>> >>> http://www.eset.com >>> >>> >>> >>> >>> >> >> __________ Information from ESET NOD32 Antivirus, version of virus signa= ture database 5592 (20101104) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> >> __________ Information from ESET NOD32 Antivirus, version of virus signatur= e database 5599 (20101107) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com --_000_C8FEC44DD960eyangyahooinccom_ Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable <HTML> <HEAD> <TITLE>Re: Data process for HICC</TITLE> </HEAD> <BODY> <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:= 11pt'>Chukwa agent is not running on your system. &nbsp;Check agent log fil= e to see why agent is not running.<BR> <BR> Regards,<BR> Eric<BR> <BR> On 11/8/10 7:30 PM, &quot;ZJL&quot; &lt;<a href=3D"[email protected]">zhu12= [email protected]</a>&gt; wrote:<BR> <BR> </SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"= ><FONT COLOR=3D"#1F497D"><FONT SIZE=3D"2"><SPAN STYLE=3D'font-size:10pt'>Hi= ecri:<BR> &nbsp;&nbsp;&nbsp;&nbsp;Telnent doesn&#8217;t work, I have tried so many ti= mes,in my system, I use the ssh to access remote computer, how can I do by = your mentioning method to check the adaptor list.thank you <BR> &nbsp;<BR> </SPAN></FONT></FONT><SPAN STYLE=3D'font-size:11pt'><BR> </SPAN></FONT><FONT SIZE=3D"2"><FONT FACE=3D"Tahoma, Verdana, Helvetica, Ar= ial"><SPAN STYLE=3D'font-size:10pt'><B>From:</B> <a href=3D"chukwa-user-ret= [email protected]">chukwa-user-return-585-zh= [email protected]</a> [<a href=3D"mailto:chukwa-user-r= [email protected]">mailto:chukwa-user-retu= [email protected]</a>] <B>On Behalf Of </B>Er= ic Yang<BR> <B>Sent:</B> 2010</SPAN></FONT><SPAN STYLE=3D'font-size:10pt'><FONT FACE=3D= "Calibri, Verdana, Helvetica, Arial">=1B$BG/=1B(J</FONT><FONT FACE=3D"Tahom= a, Verdana, Helvetica, Arial">11</FONT><FONT FACE=3D"Calibri, Verdana, Helv= etica, Arial">=1B$B7n=1B(J</FONT><FONT FACE=3D"Tahoma, Verdana, Helvetica, = Arial">9</FONT><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial">=1B$BF|=1B= (J</FONT><FONT FACE=3D"Tahoma, Verdana, Helvetica, Arial"> 2:28<BR> <B>To:</B> <a href=3D"[email protected]">chukwa-user@incubat= or.apache.org</a><BR> <B>Subject:</B> Re: Data process for HICC<BR> </FONT></SPAN></FONT><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPA= N STYLE=3D'font-size:12pt'> <BR> </SPAN><SPAN STYLE=3D'font-size:11pt'>Try:<BR> <BR> telnet localhost 9093<BR> list<BR> <BR> See how many adaptor do you have on your machine? &nbsp;For some reason, th= e ChuwaDailyRollingAppender or Log4JMetricsContext is unable to talk to the= agent to register the log files.<BR> <BR> If it is working properly, you should see adaptor listed similar to this:<B= R> <BR> adaptor_217ea6590b5749d07394bb3522f93a58) &nbsp;org.apache.hadoop.chukwa.da= tacollection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped jv= m 0 /chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log 0<BR> adaptor_e41369787a2b508486d0149f7b971223) &nbsp;org.apache.hadoop.chukwa.da= tacollection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped df= s 0 /chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log 32544= 0<BR> adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) &nbsp;org.apache.hadoop.chukwa.da= tacollection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped rp= c 0 /chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log 28386= 00<BR> <BR> Hope this helps.<BR> <BR> Regards,<BR> Eric<BR> <BR> On 11/8/10 5:48 AM, &quot;=1B$BNI?M=1B(J&quot; &lt;<a href=3D"zhu121972@163= .com">[email protected]</a>&gt; wrote:<BR> Hi eric:<BR> 1. &nbsp;&nbsp;&nbsp;i have copyed hadoop-metrics.properties.template to ha= doop/conf/hadoop-metrics.properties and <BR> &nbsp;copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as wel= l,but the DFS metric cannot <BR> be scrapped.<BR> 2. i have not only &nbsp;shuted down chukwa agent and hdfs, Remove all chec= k point files from chukwa/var, <BR> , restart chukwa agent then restart hadoop,but also format the namenode.but= the which still don't work,the error was not disappear.<BR> the error exist in different files,the file i have uploaded to attachment. = could you help me check it? thank you.<BR> <BR> <BR> At 2010-11-08 02:02:20=1B$B!$=1B(J&quot;Eric Yang&quot; &lt;<a href=3D"eric= [email protected]">[email protected]</a>&gt; wrote:<BR> <BR> &gt;Did you copy hadoop-metrics.properties.template to<BR> &gt;hadoop/conf/hadoop-metrics.properties? &nbsp;You also need to copy<BR> &gt;chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this to<B= R> &gt;work.<BR> &gt;<BR> &gt;It looks like your check point file is out of sync with the hash map<BR= > &gt;which kept track of the files in chukwa-hadoop client. &nbsp;You might = need<BR> &gt;to shut down chukwa agent and hdfs. &nbsp;Remove all check point files = from<BR> &gt;chukwa/var, and restart chukwa agent then restart hadoop.<BR> &gt;<BR> &gt;regards,<BR> &gt;Eric<BR> &gt;<BR> &gt;On Sun, Nov 7, 2010 at 2:42 AM, ZJL &lt;<a href=3D"[email protected]">z= [email protected]</a>&gt; wrote:<BR> &gt;&gt; Hi eric:<BR> &gt;&gt; &nbsp;&nbsp;&nbsp;Thank you for your instruction,I also hope the n= ew release of Chukwa will come soon, but I still have some questions in my = chukwa deployment.<BR> &gt;&gt; &nbsp;1.in my chukwa system,the DFS metric cannot be scrapped, for= example: DFS FS Name System Metircs,DFS Name Node Metrics etc.<BR> &gt;&gt; &nbsp;2. &quot;Error initializing ChukwaClient with list of curren= tlyregistered adaptors, clearing our local list of adaptors&quot; in log,do= you know what deployment cause this problem.<BR> &gt;&gt;<BR> &gt;&gt; -----Original Message-----<BR> &gt;&gt; From: <a href=3D"chukwa-user-return-579-zhu121972=3D163.com@incuba= tor.apache.org">[email protected]= .org</a> [<a href=3D"mailto:chukwa-user-return-579-zhu121972=3D163.com@incu= bator.apache.org">mailto:chukwa-user-return-579-zhu121972=3D163.com@incubat= or.apache.org</a>] On Behalf Of Eric Yang<BR> &gt;&gt; Sent: 2010=1B$BG/=1B(J11=1B$B7n=1B(J6=1B$BF|=1B(J 7:19<BR> &gt;&gt; To: <a href=3D"[email protected]">chukwa-user@incub= ator.apache.org</a><BR> &gt;&gt; Subject: Re: Data process for HICC<BR> &gt;&gt;<BR> &gt;&gt; 1. For system metrics, it is likely the output of sar and iostat d= o<BR> &gt;&gt; not match of what Chukwa expects. &nbsp;I found system utilities o= utput to<BR> &gt;&gt; be highly unreliable for scrapping. &nbsp;Hence, in Chukwa trunk, = I have<BR> &gt;&gt; moved to Sigar for collecting system metrics. &nbsp;This should im= prove the<BR> &gt;&gt; problem that you were seeing. &nbsp;Your original question is abou= t node<BR> &gt;&gt; activity, and HDFS heatmap. &nbsp;Those metrics are not populated<= BR> &gt;&gt; automatically. &nbsp;For node activity, Chukwa was based on Torque= 's<BR> &gt;&gt; pbsnodes. &nbsp;This is no longer a maintained path. &nbsp;For HDF= S heatmap, you<BR> &gt;&gt; need to have hdfs client trace and mr client trace log files strea= m<BR> &gt;&gt; through Chukwa in order to generate graph for those metrics. &nbsp= ;There is<BR> &gt;&gt; no aggregation script to down sample the data for hdfs heatmap,<BR= > &gt;&gt; therefore only the last 6 hours is visible, if client trace log fi= les<BR> &gt;&gt; are processed by Chukwa. &nbsp;There is a lot of work to change ag= gregation<BR> &gt;&gt; from SQL to Pig+HBase. &nbsp;However, most of the work is waiting = for Pig<BR> &gt;&gt; 0.8 to be release in order for Chukwa to start the implementation.= <BR> &gt;&gt; Therefore, you might need to wait for a while for the features to<= BR> &gt;&gt; appear.<BR> &gt;&gt;<BR> &gt;&gt; 2. &nbsp;hourlyRolling and dailyRolling should run automatically a= fter<BR> &gt;&gt; starting with start-all.sh script.<BR> &gt;&gt;<BR> &gt;&gt; regards,<BR> &gt;&gt; Eric<BR> &gt;&gt;<BR> &gt;&gt; On Fri, Nov 5, 2010 at 4:24 AM, ZJL &lt;<a href=3D"[email protected]= om">[email protected]</a>&gt; wrote:<BR> &gt;&gt;&gt; HI eric:<BR> &gt;&gt;&gt; 1.In background,I have started dbAdmin and the dbAdmin.sh was = running,otherwise the dbbase would have nothing.in my database ,some of fie= ld record have no data. not all. &quot;System metrics collection may fail o= r be incomplete if your versions of sar and iostat do not match the ones th= at Chukwa expects&quot; this citation come<BR> &gt;&gt;&gt; from chukwa releasenotes, i suspect if my sysstat version of u= buntu is not match for chukwa, if so, what can i do for that.<BR> &gt;&gt;&gt; 2.i don't know if hourlyRolling or dailyRolling automatically = run,after starting bin/start-all.sh<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; -----Original Message-----<BR> &gt;&gt;&gt; From: <a href=3D"chukwa-user-return-576-zhu121972=3D163.com@in= cubator.apache.org">[email protected]= ache.org</a> [<a href=3D"mailto:chukwa-user-return-576-zhu121972=3D163.com@= incubator.apache.org">mailto:chukwa-user-return-576-zhu121972=3D163.com@inc= ubator.apache.org</a>] On Behalf Of Eric Yang<BR> &gt;&gt;&gt; Sent: 2010=1B$BG/=1B(J11=1B$B7n=1B(J5=1B$BF|=1B(J 8:39<BR> &gt;&gt;&gt; To: <a href=3D"[email protected]">chukwa-user@i= ncubator.apache.org</a><BR> &gt;&gt;&gt; Subject: Re: Data process for HICC<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; Hi,<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; This may be caused by dbAdmin.sh was not running in the backgr= ound.<BR> &gt;&gt;&gt; In Chukwa 0.4, you need to have dbAdmin.sh periodically create= table<BR> &gt;&gt;&gt; partitions from the template tables. &nbsp;If the script is no= t running,<BR> &gt;&gt;&gt; the data might not get loaded.<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; I am not sure about your question about hourlyRolling or daily= Rolling.<BR> &gt;&gt;&gt; &nbsp;Those processes should be handled by data processor (./b= in/chukwa<BR> &gt;&gt;&gt; dp).<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; regards,<BR> &gt;&gt;&gt; Eric<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; 2010/11/2 =1B$BNI?M=1B(J &lt;<a href=3D"[email protected]">zhu= [email protected]</a>&gt;:<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt; &nbsp;HI : &nbsp;&nbsp;&nbsp;I always would like to use &n= bsp;chukwa to analyze the hadoop of<BR> &gt;&gt;&gt;&gt; efficiency,but I &nbsp;ran into several problems.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;firstly,i set up chukwa strictly f= ollowing the instruction .my hicc work<BR> &gt;&gt;&gt;&gt; normally and can display graph if there are some data in m= ysql for instance:<BR> &gt;&gt;&gt;&gt; DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metri= cs by Percentage.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;but some field record in mysql wer= e not in mysql and they can not<BR> &gt;&gt;&gt;&gt; display in hicc, for example: DFS Name Node Metrics,DFS FS= ,Name System<BR> &gt;&gt;&gt;&gt; Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity= ,Event viewer,<BR> &gt;&gt;&gt;&gt; Node Activity Graph.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;my configure:<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;chukwa-hadoop-0.4.0-client.jar &nbsp;have been= in the hadoop&#8217;s lib<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;both hadoop-metrics.properties and hadoop log4= j.properties were in hadoop<BR> &gt;&gt;&gt;&gt; of conf,i have list these documents in attachment.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&quot;System metrics collection may fail or be= incomplete if your versions of<BR> &gt;&gt;&gt;&gt; sar and iostat do not match the ones that Chukwa expects&q= uot; this citation come<BR> &gt;&gt;&gt;&gt; from chukwa releasenotes, i suspect &nbsp;if my sysstat ve= rsion of ubuntu is not<BR> &gt;&gt;&gt;&gt; match for chukwa, if so, what can i do for that.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;could anybody give me some suggestions, thank = you very much,<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;by the way do anybody know how to start hourly= Rolling and dailyRoilling in<BR> &gt;&gt;&gt;&gt; 0.4.0 version and &quot;Error initializing ChukwaClient wi= th list of currently<BR> &gt;&gt;&gt;&gt; registered adaptors, clearing our local list of adaptors&q= uot; in logs,how can i<BR> &gt;&gt;&gt;&gt; resolved it .<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; __________ Information from ESET NOD32 Antivirus, version of v= irus signature database 5592 (20101104) __________<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; The message was checked by ESET NOD32 Antivirus.<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; <a href=3D"http://www.eset.com">http://www.eset.com</a><BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt; __________ Information from ESET NOD32 Antivirus, version of virus= signature database 5592 (20101104) __________<BR> &gt;&gt;<BR> &gt;&gt; The message was checked by ESET NOD32 Antivirus.<BR> &gt;&gt;<BR> &gt;&gt; <a href=3D"http://www.eset.com">http://www.eset.com</a><BR> &gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt;<BR> <BR> <BR> <BR> </SPAN><SPAN STYLE=3D'font-size:12pt'><BR> <BR> __________ Information from ESET NOD32 Antivirus, version of virus signatur= e database 5599 (20101107) __________<BR> <BR> The message was checked by ESET NOD32 Antivirus.<BR> <BR> <a href=3D"http://www.eset.com">http://www.eset.com</a><BR> </SPAN><SPAN STYLE=3D'font-size:11pt'><BR> </SPAN></FONT></BLOCKQUOTE> </BODY> </HTML> --_000_C8FEC44DD960eyangyahooinccom_-- From [email protected] Sun Nov 14 19:25:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46004 invoked from network); 14 Nov 2010 19:25:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 14 Nov 2010 19:25:14 -0000 Received: (qmail 13653 invoked by uid 500); 14 Nov 2010 19:25:46 -0000 Delivered-To: [email protected] Received: (qmail 13601 invoked by uid 500); 14 Nov 2010 19: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 13403 invoked by uid 99); 14 Nov 2010 19:24:58 -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) 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=tPnIp507/edeLxng8I8lD+KRPhH3G4fDwVweQxLe3dQ=; b=eV9vlTGFuwaan2T8AdGDNM06WqTpWD3oYyS+zI8dGNkBNC0iVN0dd1QNBbde+M01SA AngAstCFpYr8oK0tNNmDudtvtnn/z3Ku6mIejP61cFSfb2LB4g3wdCHXy8dacgeepTVY vi2VlyK5yKA3o6rHbMBU6eL8BrffyDYWNBTYc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LYlvX2n5iNT3pfF5DfwrcXMuZtpaoaEAr/8/qJdQcHwr8Q1yOoD8qwQIyBuihN1IBR /itkLsI3BQqNQHonznY8ieXoipcGNsI4ofwg/Ezbk7xIekSScPErk1ZwbzpmscxA8mm/ wA9PfyRTNJzImRBbFm6CZEucF5nOvw9V1cXUU= MIME-Version: 1.0 Date: Sun, 14 Nov 2010 21:24:30 +0200 Message-ID: <[email protected]> Subject: From: Ahmed Fathalla <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=e0cb4e385666d16dce04950845e6 --e0cb4e385666d16dce04950845e6 Content-Type: text/plain; charset=ISO-8859-1 -- Ahmed Fathalla --e0cb4e385666d16dce04950845e6 Content-Type: text/html; charset=ISO-8859-1 <div dir="ltr"><br clear="all"><br>-- <br>Ahmed Fathalla<br> </div> --e0cb4e385666d16dce04950845e6-- From [email protected] Thu Nov 18 13:15:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41141 invoked from network); 18 Nov 2010 13:15:17 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Nov 2010 13:15:17 -0000 Received: (qmail 25697 invoked by uid 500); 18 Nov 2010 13:15:48 -0000 Delivered-To: [email protected] Received: (qmail 25573 invoked by uid 500); 18 Nov 2010 13: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25566 invoked by uid 99); 18 Nov 2010 13:15:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 13:15: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 m50-133.163.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 13:15:36 +0000 Received: from zhujunliangPC (unknown [161.129.204.104]) by smtp3 (Coremail) with SMTP id DdGowKDrdAPZJuVMUj2ZAQ--.349S2; Thu, 18 Nov 2010 21:15:06 +0800 (CST) From: "ZJL" <[email protected]> To: <[email protected]> References: <000001cb7fbe$7b99ec70$72cdc550$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: Data process for HICC Date: Thu, 18 Nov 2010 21:15:01 +0800 Message-ID: <000301cb8722$9bcf6810$d36e3830$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01CB8765.A9F2A810" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Act/S8vRj3ntTjtBQ8O2kfGppob3ngAJt1H/ABLctZAAHUnVjgG6K9/w Content-Language: zh-cn X-CM-TRANSID:DdGowKDrdAPZJuVMUj2ZAQ--.349S2 X-Coremail-Antispam: 1Uf129KBjvJXoW3tFykZF15uF4DKFyktw43KFg_yoWkuFy3pr ykGFW0krWkGF1Iyw42vw17uF4Fvw48Zr13Wwn8JF12krWqgr1ava4IkrWF9F97Cwnayw45 XF1j9FyxuF4UAaDanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07jID73UUUUU= X-CM-SenderInfo: p2kxijarzxjqqrwthudrp/1tbiWxKNfUzBu0-atwABss X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_0004_01CB8765.A9F2A810 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable HI eric: You are right, the agent work abnormally, i didn=A1=AFt = find chukwa-hdfs-jvm-*.log, chukwa-hdfs-dfs-*.log,chukwa-hdfs-rpc-*.log in my system. I just find some warning,I didn=A1=AFt know what meaning about = that,could tell me if you know that. The following is warning in log: WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains("$fileName") log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains("$fileName") log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains("$fileName") =20 WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. Nov 10, 2010 2:29:33 AM org.apache.commons.httpclient.HttpMethodBase getResponseBody =20 2010-11-10 13:20:13,778 WARN HTTP post thread ChukwaAgent - got commit = up to 73283 for adaptor escaped newline CFTA-UTF8 that doesn't appear to be running: 21 total =20 WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. log4j:ERROR Failed to flush writer, java.io.IOException: No space left on device at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(FileOutputStream.java:260) at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202) at = sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272) at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276) at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122) at = java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212) at = org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:57) at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:315) at org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.java:2= 34) at = org.apache.log4j.WriterAppender.append(WriterAppender.java:159) at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:230) at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(App= end erAttachableImpl.java:65) at org.apache.log4j.Category.callAppenders(Category.java:203) at org.apache.log4j.Category.forcedLog(Category.java:388) at org.apache.log4j.Category.info(Category.java:663) at org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor$RunToolTask.r= un( ExecAdaptor.java:67) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) =20 From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=C4=EA11=D4=C210=C8=D5 1:27 To: [email protected] Subject: Re: Data process for HICC =20 Chukwa agent is not running on your system. Check agent log file to see = why agent is not running. Regards, Eric On 11/8/10 7:30 PM, "ZJL" <[email protected]> wrote: Hi ecri: Telnent doesn=A1=AFt work, I have tried so many times,in my system, = I use the ssh to access remote computer, how can I do by your mentioning = method to check the adaptor list.thank you=20 =20 From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=C4=EA11=D4=C29=C8=D5 2:28 To: [email protected] Subject: Re: Data process for HICC Try: telnet localhost 9093 list See how many adaptor do you have on your machine? For some reason, the ChuwaDailyRollingAppender or Log4JMetricsContext is unable to talk to = the agent to register the log files. If it is working properly, you should see adaptor listed similar to = this: adaptor_217ea6590b5749d07394bb3522f93a58) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped jvm 0 /chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log 0 adaptor_e41369787a2b508486d0149f7b971223) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped dfs 0 /chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log 325440 adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped rpc 0 /chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log = 2838600 Hope this helps. Regards, Eric On 11/8/10 5:48 AM, "=C1=BC=C8=CB" <[email protected]> wrote: Hi eric: 1. i have copyed hadoop-metrics.properties.template to hadoop/conf/hadoop-metrics.properties and=20 copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as = well,but the DFS metric cannot=20 be scrapped. 2. i have not only shuted down chukwa agent and hdfs, Remove all check point files from chukwa/var,=20 , restart chukwa agent then restart hadoop,but also format the = namenode.but the which still don't work,the error was not disappear. the error exist in different files,the file i have uploaded to = attachment. could you help me check it? thank you. At 2010-11-08 02:02:20=A3=AC"Eric Yang" <[email protected]> wrote: >Did you copy hadoop-metrics.properties.template to >hadoop/conf/hadoop-metrics.properties? You also need to copy >chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this to >work. > >It looks like your check point file is out of sync with the hash map >which kept track of the files in chukwa-hadoop client. You might need >to shut down chukwa agent and hdfs. Remove all check point files from >chukwa/var, and restart chukwa agent then restart hadoop. > >regards, >Eric > >On Sun, Nov 7, 2010 at 2:42 AM, ZJL <[email protected]> wrote: >> Hi eric: >> Thank you for your instruction,I also hope the new release of = Chukwa will come soon, but I still have some questions in my chukwa deployment. >> 1.in my chukwa system,the DFS metric cannot be scrapped, for = example: DFS FS Name System Metircs,DFS Name Node Metrics etc. >> 2. "Error initializing ChukwaClient with list of currentlyregistered adaptors, clearing our local list of adaptors" in log,do you know what deployment cause this problem. >> >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang >> Sent: 2010=C4=EA11=D4=C26=C8=D5 7:19 >> To: [email protected] >> Subject: Re: Data process for HICC >> >> 1. For system metrics, it is likely the output of sar and iostat do >> not match of what Chukwa expects. I found system utilities output to >> be highly unreliable for scrapping. Hence, in Chukwa trunk, I have >> moved to Sigar for collecting system metrics. This should improve = the >> problem that you were seeing. Your original question is about node >> activity, and HDFS heatmap. Those metrics are not populated >> automatically. For node activity, Chukwa was based on Torque's >> pbsnodes. This is no longer a maintained path. For HDFS heatmap, = you >> need to have hdfs client trace and mr client trace log files stream >> through Chukwa in order to generate graph for those metrics. There = is >> no aggregation script to down sample the data for hdfs heatmap, >> therefore only the last 6 hours is visible, if client trace log files >> are processed by Chukwa. There is a lot of work to change = aggregation >> from SQL to Pig+HBase. However, most of the work is waiting for Pig >> 0.8 to be release in order for Chukwa to start the implementation. >> Therefore, you might need to wait for a while for the features to >> appear. >> >> 2. hourlyRolling and dailyRolling should run automatically after >> starting with start-all.sh script. >> >> regards, >> Eric >> >> On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: >>> HI eric: >>> 1.In background,I have started dbAdmin and the dbAdmin.sh was running,otherwise the dbbase would have nothing.in my database ,some of field record have no data. not all. "System metrics collection may fail = or be incomplete if your versions of sar and iostat do not match the ones = that Chukwa expects" this citation come >>> from chukwa releasenotes, i suspect if my sysstat version of ubuntu = is not match for chukwa, if so, what can i do for that. >>> 2.i don't know if hourlyRolling or dailyRolling automatically = run,after starting bin/start-all.sh >>> >>> -----Original Message----- >>> From: = [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang >>> Sent: 2010=C4=EA11=D4=C25=C8=D5 8:39 >>> To: [email protected] >>> Subject: Re: Data process for HICC >>> >>> Hi, >>> >>> This may be caused by dbAdmin.sh was not running in the background. >>> In Chukwa 0.4, you need to have dbAdmin.sh periodically create table >>> partitions from the template tables. If the script is not running, >>> the data might not get loaded. >>> >>> I am not sure about your question about hourlyRolling or = dailyRolling. >>> Those processes should be handled by data processor (./bin/chukwa >>> dp). >>> >>> regards, >>> Eric >>> >>> 2010/11/2 =C1=BC=C8=CB <[email protected]>: >>>> >>>> HI : I always would like to use chukwa to analyze the hadoop = of >>>> efficiency,but I ran into several problems. >>>> firstly,i set up chukwa strictly following the instruction .my = hicc work >>>> normally and can display graph if there are some data in mysql for instance: >>>> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by Percentage. >>>> but some field record in mysql were not in mysql and they can = not >>>> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name = System >>>> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewer, >>>> Node Activity Graph. >>>> my configure: >>>> chukwa-hadoop-0.4.0-client.jar have been in the hadoop=A1=AFs = lib >>>> both hadoop-metrics.properties and hadoop log4j.properties were = in hadoop >>>> of conf,i have list these documents in attachment. >>>> "System metrics collection may fail or be incomplete if your = versions of >>>> sar and iostat do not match the ones that Chukwa expects" this = citation come >>>> from chukwa releasenotes, i suspect if my sysstat version of = ubuntu is not >>>> match for chukwa, if so, what can i do for that. >>>> could anybody give me some suggestions, thank you very much, >>>> by the way do anybody know how to start hourlyRolling and dailyRoilling in >>>> 0.4.0 version and "Error initializing ChukwaClient with list of currently >>>> registered adaptors, clearing our local list of adaptors" in = logs,how can i >>>> resolved it . >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> __________ Information from ESET NOD32 Antivirus, version of virus signature database 5592 (20101104) __________ >>> >>> The message was checked by ESET NOD32 Antivirus. >>> >>> http://www.eset.com >>> >>> >>> >>> >>> >> >> __________ Information from ESET NOD32 Antivirus, version of virus signature database 5592 (20101104) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> >> __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5599 (20101107) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5605 (20101109) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ------=_NextPart_000_0004_01CB8765.A9F2A810 Content-Type: text/html; charset="gb2312" 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:m=3D"http://schemas.microsoft.com/office/2004/12/omml" = xmlns=3D"http://www.w3.org/TR/REC-html40"><head><meta = http-equiv=3DContent-Type content=3D"text/html; charset=3Dgb2312"><meta = name=3DGenerator content=3D"Microsoft Word 12 (filtered = medium)"><title>Re: Data process for HICC</title><style><!-- /* Font Definitions */ @font-face {font-family:=CB=CE=CC=E5; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} @font-face {font-family:"MS PGothic"; panose-1:2 11 6 0 7 2 5 8 2 4;} @font-face {font-family:"\@=CB=CE=CC=E5"; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"\@MS PGothic"; panose-1:2 11 6 0 7 2 5 8 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"MS PGothic","sans-serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-reply; font-family:"Calibri","sans-serif"; color:#1F497D;} .MsoChpDefault {mso-style-type:export-only; font-size:10.0pt;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--></head><body lang=3DZH-CN link=3Dblue = vlink=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span = lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>HI eric:<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = &nbsp;&nbsp;&nbsp;&nbsp;You are right, the agent work abnormally, i = didn=A1=AFt find chukwa-hdfs-jvm-*.log</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>,</span><sp= an lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> = c</span><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>hukwa-hdfs-dfs-*.log,chukwa-hdfs-rpc-*.log in my = system.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>I just find some warning,I didn=A1=AFt know what &nbsp;meaning about = that,could tell me if you know that.<o:p></o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>The following is warning in log:<o:p></o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>WARNING: Going to buffer response body of large or unknown size. = Using getResponseBodyAsStream instead is = recommended.<o:p></o:p></span></p><p class=3DMsoNormal><span = lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains(&quot;$fileName&quot;)<o:p></o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains(&quot;$fileName&quot;)<o:p></o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains(&quot;$fileName&quot;)<o:p></o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>WARNING: Going to buffer response body of large or unknown size. = Using getResponseBodyAsStream instead is = recommended.<o:p></o:p></span></p><p class=3DMsoNormal><span = lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>Nov 10, 2010 2:29:33 AM org.apache.commons.httpclient.HttpMethodBase = getResponseBody<o:p></o:p></span></p><p class=3DMsoNormal><span = lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>2010-11-10 13:20:13,778 WARN HTTP post thread ChukwaAgent - got = commit up to 73283&nbsp; for adaptor escaped newline CFTA-UTF8 that = doesn't appear to be running: 21 total<o:p></o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>WARNING: Going to buffer response body of large or unknown size. = Using getResponseBodyAsStream instead is = recommended.<o:p></o:p></span></p><p class=3DMsoNormal><span = lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>log4j:ERROR Failed to flush writer,<o:p></o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>java.io.IOException: No space left on device<o:p></o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = java.io.FileOutputStream.writeBytes(Native = Method)<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = java.io.FileOutputStream.write(FileOutputStream.java:260)<o:p></o:p></spa= n></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)<o:p></o:p></s= pan></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272)<o:p></o:= p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276)<o:p></o:p></sp= an></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122)<o:p></o:p></span><= /p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212)<o:p></o:p><= /span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:57)<o:p></o:p= ></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:315)<o:p></= o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.java:2= 34)<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = org.apache.log4j.WriterAppender.append(WriterAppender.java:159)<o:p></o:p= ></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:230)<o:p= ></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(App= enderAttachableImpl.java:65)<o:p></o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = org.apache.log4j.Category.callAppenders(Category.java:203)<o:p></o:p></sp= an></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = org.apache.log4j.Category.forcedLog(Category.java:388)<o:p></o:p></span><= /p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = org.apache.log4j.Category.info(Category.java:663)<o:p></o:p></span></p><p= class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor$RunToolTask.r= un(ExecAdaptor.java:67)<o:p></o:p></span></p><p class=3DMsoNormal><span = lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = java.util.TimerThread.mainLoop(Timer.java:512)<o:p></o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at = java.util.TimerThread.run(Timer.java:462)<o:p></o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p>&nbsp;</o:p></span></p><div><div = style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm = 0cm 0cm'><p class=3DMsoNormal><b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>= </b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = [email protected] = [mailto:[email protected]] = <b>On Behalf Of </b>Eric Yang<br><b>Sent:</b> 2010</span><span lang=3DJA = style=3D'font-size:10.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>11</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>10</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = 1:27<br><b>To:</b> [email protected]<br><b>Subject:</b> = Re: Data process for HICC<o:p></o:p></span></p></div></div><p = class=3DMsoNormal><span lang=3DEN-US><o:p>&nbsp;</o:p></span></p><p = class=3DMsoNormal style=3D'margin-bottom:12.0pt'><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>Chukwa = agent is not running on your system. &nbsp;Check agent log file to see = why agent is not running.<br><br>Regards,<br>Eric<br><br>On 11/8/10 7:30 = PM, &quot;ZJL&quot; &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; wrote:</span><span = lang=3DEN-US><o:p></o:p></span></p><p class=3DMsoNormal = style=3D'margin-bottom:12.0pt'><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>Hi ecri:<br>&nbsp;&nbsp;&nbsp;&nbsp;Telnent doesn=A1=AFt work, I have = tried so many times,in my system, I use the ssh to access remote = computer, how can I do by your mentioning method to check the adaptor = list.thank you <br>&nbsp;<br></span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'><br></span>= <b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>= </b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> <a = href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] <b>On Behalf Of </b>Eric Yang<br><b>Sent:</b> 2010</span><span = lang=3DJA style=3D'font-size:10.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>11</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>9</span><spa= n lang=3DJA style=3D'font-size:10.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = 2:28<br><b>To:</b> <a = href=3D"[email protected]">[email protected]= g</a><br><b>Subject:</b> Re: Data process for HICC<br></span><span = lang=3DEN-US = style=3D'font-family:"Calibri","sans-serif"'><br></span><span = lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>Try:<br><br= >telnet localhost 9093<br>list<br><br>See how many adaptor do you have = on your machine? &nbsp;For some reason, the ChuwaDailyRollingAppender or = Log4JMetricsContext is unable to talk to the agent to register the log = files.<br><br>If it is working properly, you should see adaptor listed = similar to this:<br><br>adaptor_217ea6590b5749d07394bb3522f93a58) = &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped jvm 0 = /chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log = 0<br>adaptor_e41369787a2b508486d0149f7b971223) = &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped dfs 0 = /chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log = 325440<br>adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) = &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped rpc 0 = /chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log = 2838600<br><br>Hope this helps.<br><br>Regards,<br>Eric<br><br>On = 11/8/10 5:48 AM, &quot;</span><span lang=3DJA = style=3D'font-size:11.0pt'>=C1=BC=C8=CB</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>&quot; = &lt;<a href=3D"[email protected]">[email protected]</a>&gt; wrote:<br>Hi = eric:<br>1. &nbsp;&nbsp;&nbsp;i have copyed = hadoop-metrics.properties.template to = hadoop/conf/hadoop-metrics.properties and <br>&nbsp;copy = chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as well,but = the DFS metric cannot <br>be scrapped.<br>2. i have not only = &nbsp;shuted down chukwa agent and hdfs, Remove all check point files = from chukwa/var, <br>, restart chukwa agent then restart hadoop,but also = format the namenode.but the which still don't work,the error was not = disappear.<br>the error exist in different files,the file i have = uploaded to attachment. could you help me check it? thank = you.<br><br><br>At 2010-11-08 02:02:20</span><span lang=3DJA = style=3D'font-size:11.0pt'>=A3=AC</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>&quot;Eric = Yang&quot; &lt;<a href=3D"[email protected]">[email protected]</a>&gt; = wrote:<br><br>&gt;Did you copy hadoop-metrics.properties.template = to<br>&gt;hadoop/conf/hadoop-metrics.properties? &nbsp;You also need to = copy<br>&gt;chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib = for this to<br>&gt;work.<br>&gt;<br>&gt;It looks like your check point = file is out of sync with the hash map<br>&gt;which kept track of the = files in chukwa-hadoop client. &nbsp;You might need<br>&gt;to shut down = chukwa agent and hdfs. &nbsp;Remove all check point files = from<br>&gt;chukwa/var, and restart chukwa agent then restart = hadoop.<br>&gt;<br>&gt;regards,<br>&gt;Eric<br>&gt;<br>&gt;On Sun, Nov = 7, 2010 at 2:42 AM, ZJL &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; wrote:<br>&gt;&gt; = Hi eric:<br>&gt;&gt; &nbsp;&nbsp;&nbsp;Thank you for your instruction,I = also hope the new release of Chukwa will come soon, but I still have = some questions in my chukwa deployment.<br>&gt;&gt; &nbsp;1.in my chukwa = system,the DFS metric cannot be scrapped, for example: DFS FS Name = System Metircs,DFS Name Node Metrics etc.<br>&gt;&gt; &nbsp;2. = &quot;Error initializing ChukwaClient with list of currentlyregistered = adaptors, clearing our local list of adaptors&quot; in log,do you know = what deployment cause this problem.<br>&gt;&gt;<br>&gt;&gt; = -----Original Message-----<br>&gt;&gt; From: <a = href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] On Behalf Of Eric Yang<br>&gt;&gt; Sent: 2010</span><span = lang=3DJA style=3D'font-size:11.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>11</span><s= pan lang=3DJA style=3D'font-size:11.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>6</span><sp= an lang=3DJA style=3D'font-size:11.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> = 7:19<br>&gt;&gt; To: <a = href=3D"[email protected]">[email protected]= g</a><br>&gt;&gt; Subject: Re: Data process for = HICC<br>&gt;&gt;<br>&gt;&gt; 1. For system metrics, it is likely the = output of sar and iostat do<br>&gt;&gt; not match of what Chukwa = expects. &nbsp;I found system utilities output to<br>&gt;&gt; be highly = unreliable for scrapping. &nbsp;Hence, in Chukwa trunk, I = have<br>&gt;&gt; moved to Sigar for collecting system metrics. = &nbsp;This should improve the<br>&gt;&gt; problem that you were seeing. = &nbsp;Your original question is about node<br>&gt;&gt; activity, and = HDFS heatmap. &nbsp;Those metrics are not populated<br>&gt;&gt; = automatically. &nbsp;For node activity, Chukwa was based on = Torque's<br>&gt;&gt; pbsnodes. &nbsp;This is no longer a maintained = path. &nbsp;For HDFS heatmap, you<br>&gt;&gt; need to have hdfs client = trace and mr client trace log files stream<br>&gt;&gt; through Chukwa in = order to generate graph for those metrics. &nbsp;There is<br>&gt;&gt; no = aggregation script to down sample the data for hdfs heatmap,<br>&gt;&gt; = therefore only the last 6 hours is visible, if client trace log = files<br>&gt;&gt; are processed by Chukwa. &nbsp;There is a lot of work = to change aggregation<br>&gt;&gt; from SQL to Pig+HBase. &nbsp;However, = most of the work is waiting for Pig<br>&gt;&gt; 0.8 to be release in = order for Chukwa to start the implementation.<br>&gt;&gt; Therefore, you = might need to wait for a while for the features to<br>&gt;&gt; = appear.<br>&gt;&gt;<br>&gt;&gt; 2. &nbsp;hourlyRolling and dailyRolling = should run automatically after<br>&gt;&gt; starting with start-all.sh = script.<br>&gt;&gt;<br>&gt;&gt; regards,<br>&gt;&gt; = Eric<br>&gt;&gt;<br>&gt;&gt; On Fri, Nov 5, 2010 at 4:24 AM, ZJL &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; = wrote:<br>&gt;&gt;&gt; HI eric:<br>&gt;&gt;&gt; 1.In background,I have = started dbAdmin and the dbAdmin.sh was running,otherwise the dbbase = would have nothing.in my database ,some of field record have no data. = not all. &quot;System metrics collection may fail or be incomplete if = your versions of sar and iostat do not match the ones that Chukwa = expects&quot; this citation come<br>&gt;&gt;&gt; from chukwa = releasenotes, i suspect if my sysstat version of ubuntu is not match for = chukwa, if so, what can i do for that.<br>&gt;&gt;&gt; 2.i don't know if = hourlyRolling or dailyRolling automatically run,after starting = bin/start-all.sh<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; -----Original = Message-----<br>&gt;&gt;&gt; From: <a = href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] On Behalf Of Eric Yang<br>&gt;&gt;&gt; Sent: 2010</span><span = lang=3DJA style=3D'font-size:11.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>11</span><s= pan lang=3DJA style=3D'font-size:11.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>5</span><sp= an lang=3DJA style=3D'font-size:11.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> = 8:39<br>&gt;&gt;&gt; To: <a = href=3D"[email protected]">[email protected]= g</a><br>&gt;&gt;&gt; Subject: Re: Data process for = HICC<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Hi,<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; = This may be caused by dbAdmin.sh was not running in the = background.<br>&gt;&gt;&gt; In Chukwa 0.4, you need to have dbAdmin.sh = periodically create table<br>&gt;&gt;&gt; partitions from the template = tables. &nbsp;If the script is not running,<br>&gt;&gt;&gt; the data = might not get loaded.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; I am not sure = about your question about hourlyRolling or dailyRolling.<br>&gt;&gt;&gt; = &nbsp;Those processes should be handled by data processor = (./bin/chukwa<br>&gt;&gt;&gt; dp).<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; = regards,<br>&gt;&gt;&gt; Eric<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; 2010/11/2 = </span><span lang=3DJA = style=3D'font-size:11.0pt'>=C1=BC=C8=CB</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> &lt;<a = href=3D"[email protected]">[email protected]</a>&gt;:<br>&gt;&gt;&gt;&gt;= <br>&gt;&gt;&gt;&gt; &nbsp;HI : &nbsp;&nbsp;&nbsp;I always would like to = use &nbsp;chukwa to analyze the hadoop of<br>&gt;&gt;&gt;&gt; = efficiency,but I &nbsp;ran into several problems.<br>&gt;&gt;&gt;&gt; = &nbsp;&nbsp;&nbsp;&nbsp;firstly,i set up chukwa strictly following the = instruction .my hicc work<br>&gt;&gt;&gt;&gt; normally and can display = graph if there are some data in mysql for instance:<br>&gt;&gt;&gt;&gt; = DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by = Percentage.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;but some field = record in mysql were not in mysql and they can not<br>&gt;&gt;&gt;&gt; = display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name = System<br>&gt;&gt;&gt;&gt; Metrics,Map/Reduce Metircs,HDFS = Heathmap(),Hadoop Activity,Event viewer,<br>&gt;&gt;&gt;&gt; Node = Activity Graph.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;my = configure:<br>&gt;&gt;&gt;&gt; = &nbsp;&nbsp;chukwa-hadoop-0.4.0-client.jar &nbsp;have been in the = hadoop=A1=AFs lib<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;both = hadoop-metrics.properties and hadoop log4j.properties were in = hadoop<br>&gt;&gt;&gt;&gt; of conf,i have list these documents in = attachment.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;&quot;System metrics = collection may fail or be incomplete if your versions = of<br>&gt;&gt;&gt;&gt; sar and iostat do not match the ones that Chukwa = expects&quot; this citation come<br>&gt;&gt;&gt;&gt; from chukwa = releasenotes, i suspect &nbsp;if my sysstat version of ubuntu is = not<br>&gt;&gt;&gt;&gt; match for chukwa, if so, what can i do for = that.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;could anybody give me some = suggestions, thank you very much,<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;by the = way do anybody know how to start hourlyRolling and dailyRoilling = in<br>&gt;&gt;&gt;&gt; 0.4.0 version and &quot;Error initializing = ChukwaClient with list of currently<br>&gt;&gt;&gt;&gt; registered = adaptors, clearing our local list of adaptors&quot; in logs,how can = i<br>&gt;&gt;&gt;&gt; resolved it = .<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;= &gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&= gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; = __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5592 (20101104) = __________<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; The message was checked by = ESET NOD32 Antivirus.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; <a = href=3D"http://www.eset.com">http://www.eset.com</a><br>&gt;&gt;&gt;<br>&= gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;<b= r>&gt;&gt; __________ Information from ESET NOD32 Antivirus, version of = virus signature database 5592 (20101104) = __________<br>&gt;&gt;<br>&gt;&gt; The message was checked by ESET NOD32 = Antivirus.<br>&gt;&gt;<br>&gt;&gt; <a = href=3D"http://www.eset.com">http://www.eset.com</a><br>&gt;&gt;<br>&gt;&= gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br><br><br><br></span><span = lang=3DEN-US = style=3D'font-family:"Calibri","sans-serif"'><br><br>__________ = Information from ESET NOD32 Antivirus, version of virus signature = database 5599 (20101107) __________<br><br>The message was checked by = ESET NOD32 Antivirus.<br><br><a = href=3D"http://www.eset.com">http://www.eset.com</a></span><span = lang=3DEN-US><o:p></o:p></span></p><p class=3DMsoNormal><span = lang=3DEN-US><br><br>__________ Information from ESET NOD32 Antivirus, = version of virus signature database 5605 (20101109) = __________<br><br>The message was checked by ESET NOD32 = Antivirus.<br><br><a = href=3D"http://www.eset.com">http://www.eset.com</a><o:p></o:p></span></p= ></div></body></html> ------=_NextPart_000_0004_01CB8765.A9F2A810-- From [email protected] Thu Nov 18 17:06:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73477 invoked from network); 18 Nov 2010 17:06:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Nov 2010 17:06:13 -0000 Received: (qmail 8720 invoked by uid 500); 18 Nov 2010 17:06:44 -0000 Delivered-To: [email protected] Received: (qmail 8685 invoked by uid 500); 18 Nov 2010 17:06: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8678 invoked by uid 99); 18 Nov 2010 17:06:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 17:06:43 +0000 X-ASF-Spam-Status: No, hits=3.3 required=10.0 tests=HTML_MESSAGE,NO_RDNS_DOTCOM_HELO,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 mrout3.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 17:06:38 +0000 Received: from SP2-EX07CAS05.ds.corp.yahoo.com (sp2-ex07cas05.corp.sp2.yahoo.com [161.129.204.104]) by mrout3.yahoo.com (8.13.8/8.13.8/y.out) with ESMTP id oAIH5nkV033335 for <[email protected]>; Thu, 18 Nov 2010 09:05:49 -0800 (PST) Received: from SP2-EX07VS05.ds.corp.yahoo.com ([161.129.204.104]) by SP2-EX07CAS05.ds.corp.yahoo.com ([161.129.204.104]) with mapi; Thu, 18 Nov 2010 09:05:49 -0800 From: Eric Yang <[email protected]> To: "[email protected]" <[email protected]> Date: Thu, 18 Nov 2010 09:05:47 -0800 Subject: Re: Data process for HICC Thread-Topic: Data process for HICC Thread-Index: Act/S8vRj3ntTjtBQ8O2kfGppob3ngAJt1H/ABLctZAAHUnVjgG6K9/wAAm5S9M= Message-ID: <[email protected]> In-Reply-To: <000301cb8722$9bcf6810$d36e3830$@com> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_C90A9CEBDE62eyangyahooinccom_" MIME-Version: 1.0 --_000_C90A9CEBDE62eyangyahooinccom_ Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable Looks like your chukwa agent node ran out of disk space. Make sure you hav= e chukwa copy of hadoop-metrics.properties, chukwa-hadoop-client.jar and js= on.jar copied from chukwa to hadoop like the administration guide describes= . Regards, Eric On 11/18/10 5:15 AM, "ZJL" <[email protected]> wrote: HI eric: You are right, the agent work abnormally, i didn=1B$B!G=1B(B= t find chukwa-hdfs-jvm-*.log, chukwa-hdfs-dfs-*.log,chukwa-hdfs-rpc-*.log i= n my system. I just find some warning,I didn=1B$B!G=1B(Bt know what meaning about that,= could tell me if you know that. The following is warning in log: WARNING: Going to buffer response body of large or unknown size. Using getR= esponseBodyAsStream instead is recommended. log4j:ERROR cleanUpRegex =3D=3D null || !cleanUpRegex.contains("$fileName") log4j:ERROR cleanUpRegex =3D=3D null || !cleanUpRegex.contains("$fileName") log4j:ERROR cleanUpRegex =3D=3D null || !cleanUpRegex.contains("$fileName") WARNING: Going to buffer response body of large or unknown size. Using getR= esponseBodyAsStream instead is recommended. Nov 10, 2010 2:29:33 AM org.apache.commons.httpclient.HttpMethodBase getRes= ponseBody 2010-11-10 13:20:13,778 WARN HTTP post thread ChukwaAgent - got commit up t= o 73283 for adaptor escaped newline CFTA-UTF8 that doesn't appear to be ru= nning: 21 total WARNING: Going to buffer response body of large or unknown size. Using getR= esponseBodyAsStream instead is recommended. log4j:ERROR Failed to flush writer, java.io.IOException: No space left on device at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(FileOutputStream.java:260) at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202) at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272= ) at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276) at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122) at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212) at org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:57) at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:3= 15) at org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppen= der.java:234) at org.apache.log4j.WriterAppender.append(WriterAppender.java:159) at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.jav= a:230) at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnApp= enders(AppenderAttachableImpl.java:65) at org.apache.log4j.Category.callAppenders(Category.java:203) at org.apache.log4j.Category.forcedLog(Category.java:388) at org.apache.log4j.Category.info(Category.java:663) at org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor$Run= ToolTask.run(ExecAdaptor.java:67) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) From: [email protected] [mail= to:[email protected]] On Beha= lf Of Eric Yang Sent: 2010=1B$BG/=1B(B11=1B$B7n=1B(B10=1B$BF|=1B(B 1:27 To: [email protected] Subject: Re: Data process for HICC Chukwa agent is not running on your system. Check agent log file to see wh= y agent is not running. Regards, Eric On 11/8/10 7:30 PM, "ZJL" <[email protected]> wrote: Hi ecri: Telnent doesn=1B$B!G=1B(Bt work, I have tried so many times,in my syste= m, I use the ssh to access remote computer, how can I do by your mentioning= method to check the adaptor list.thank you From: [email protected] [mail= to:[email protected]] On Beha= lf Of Eric Yang Sent: 2010=1B$BG/=1B(B11=1B$B7n=1B(B9=1B$BF|=1B(B 2:28 To: [email protected] Subject: Re: Data process for HICC Try: telnet localhost 9093 list See how many adaptor do you have on your machine? For some reason, the Chu= waDailyRollingAppender or Log4JMetricsContext is unable to talk to the agen= t to register the log files. If it is working properly, you should see adaptor listed similar to this: adaptor_217ea6590b5749d07394bb3522f93a58) org.apache.hadoop.chukwa.datacol= lection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped jvm 0 /= chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log 0 adaptor_e41369787a2b508486d0149f7b971223) org.apache.hadoop.chukwa.datacol= lection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped dfs 0 /= chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log 325440 adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) org.apache.hadoop.chukwa.datacol= lection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped rpc 0 /= chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log 2838600 Hope this helps. Regards, Eric On 11/8/10 5:48 AM, "=1B$BNI?M=1B(B" <[email protected]> wrote: Hi eric: 1. i have copyed hadoop-metrics.properties.template to hadoop/conf/hadoo= p-metrics.properties and copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as well,but= the DFS metric cannot be scrapped. 2. i have not only shuted down chukwa agent and hdfs, Remove all check poi= nt files from chukwa/var, , restart chukwa agent then restart hadoop,but also format the namenode.but= the which still don't work,the error was not disappear. the error exist in different files,the file i have uploaded to attachment. = could you help me check it? thank you. At 2010-11-08 02:02:20=1B$B!$=1B(B"Eric Yang" <[email protected]> wrote: >Did you copy hadoop-metrics.properties.template to >hadoop/conf/hadoop-metrics.properties? You also need to copy >chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this to >work. > >It looks like your check point file is out of sync with the hash map >which kept track of the files in chukwa-hadoop client. You might need >to shut down chukwa agent and hdfs. Remove all check point files from >chukwa/var, and restart chukwa agent then restart hadoop. > >regards, >Eric > >On Sun, Nov 7, 2010 at 2:42 AM, ZJL <[email protected]> wrote: >> Hi eric: >> Thank you for your instruction,I also hope the new release of Chukwa = will come soon, but I still have some questions in my chukwa deployment. >> 1.in my chukwa system,the DFS metric cannot be scrapped, for example: D= FS FS Name System Metircs,DFS Name Node Metrics etc. >> 2. "Error initializing ChukwaClient with list of currentlyregistered ad= aptors, clearing our local list of adaptors" in log,do you know what deploy= ment cause this problem. >> >> -----Original Message----- >> From: [email protected] [m= ailto:[email protected]] On B= ehalf Of Eric Yang >> Sent: 2010=1B$BG/=1B(B11=1B$B7n=1B(B6=1B$BF|=1B(B 7:19 >> To: [email protected] >> Subject: Re: Data process for HICC >> >> 1. For system metrics, it is likely the output of sar and iostat do >> not match of what Chukwa expects. I found system utilities output to >> be highly unreliable for scrapping. Hence, in Chukwa trunk, I have >> moved to Sigar for collecting system metrics. This should improve the >> problem that you were seeing. Your original question is about node >> activity, and HDFS heatmap. Those metrics are not populated >> automatically. For node activity, Chukwa was based on Torque's >> pbsnodes. This is no longer a maintained path. For HDFS heatmap, you >> need to have hdfs client trace and mr client trace log files stream >> through Chukwa in order to generate graph for those metrics. There is >> no aggregation script to down sample the data for hdfs heatmap, >> therefore only the last 6 hours is visible, if client trace log files >> are processed by Chukwa. There is a lot of work to change aggregation >> from SQL to Pig+HBase. However, most of the work is waiting for Pig >> 0.8 to be release in order for Chukwa to start the implementation. >> Therefore, you might need to wait for a while for the features to >> appear. >> >> 2. hourlyRolling and dailyRolling should run automatically after >> starting with start-all.sh script. >> >> regards, >> Eric >> >> On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: >>> HI eric: >>> 1.In background,I have started dbAdmin and the dbAdmin.sh was running,o= therwise the dbbase would have nothing.in my database ,some of field record= have no data. not all. "System metrics collection may fail or be incomplet= e if your versions of sar and iostat do not match the ones that Chukwa expe= cts" this citation come >>> from chukwa releasenotes, i suspect if my sysstat version of ubuntu is = not match for chukwa, if so, what can i do for that. >>> 2.i don't know if hourlyRolling or dailyRolling automatically run,after= starting bin/start-all.sh >>> >>> -----Original Message----- >>> From: [email protected] [= mailto:[email protected]] On = Behalf Of Eric Yang >>> Sent: 2010=1B$BG/=1B(B11=1B$B7n=1B(B5=1B$BF|=1B(B 8:39 >>> To: [email protected] >>> Subject: Re: Data process for HICC >>> >>> Hi, >>> >>> This may be caused by dbAdmin.sh was not running in the background. >>> In Chukwa 0.4, you need to have dbAdmin.sh periodically create table >>> partitions from the template tables. If the script is not running, >>> the data might not get loaded. >>> >>> I am not sure about your question about hourlyRolling or dailyRolling. >>> Those processes should be handled by data processor (./bin/chukwa >>> dp). >>> >>> regards, >>> Eric >>> >>> 2010/11/2 =1B$BNI?M=1B(B <[email protected]>: >>>> >>>> HI : I always would like to use chukwa to analyze the hadoop of >>>> efficiency,but I ran into several problems. >>>> firstly,i set up chukwa strictly following the instruction .my hic= c work >>>> normally and can display graph if there are some data in mysql for ins= tance: >>>> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by Percen= tage. >>>> but some field record in mysql were not in mysql and they can not >>>> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name Syste= m >>>> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewe= r, >>>> Node Activity Graph. >>>> my configure: >>>> chukwa-hadoop-0.4.0-client.jar have been in the hadoop=1B$B!G=1B(Bs= lib >>>> both hadoop-metrics.properties and hadoop log4j.properties were in h= adoop >>>> of conf,i have list these documents in attachment. >>>> "System metrics collection may fail or be incomplete if your version= s of >>>> sar and iostat do not match the ones that Chukwa expects" this citatio= n come >>>> from chukwa releasenotes, i suspect if my sysstat version of ubuntu i= s not >>>> match for chukwa, if so, what can i do for that. >>>> could anybody give me some suggestions, thank you very much, >>>> by the way do anybody know how to start hourlyRolling and dailyRoill= ing in >>>> 0.4.0 version and "Error initializing ChukwaClient with list of curren= tly >>>> registered adaptors, clearing our local list of adaptors" in logs,how = can i >>>> resolved it . >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> __________ Information from ESET NOD32 Antivirus, version of virus sign= ature database 5592 (20101104) __________ >>> >>> The message was checked by ESET NOD32 Antivirus. >>> >>> http://www.eset.com >>> >>> >>> >>> >>> >> >> __________ Information from ESET NOD32 Antivirus, version of virus signa= ture database 5592 (20101104) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> >> __________ Information from ESET NOD32 Antivirus, version of virus signatur= e database 5599 (20101107) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signatur= e database 5605 (20101109) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com --_000_C90A9CEBDE62eyangyahooinccom_ Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable <HTML> <HEAD> <TITLE>Re: Data process for HICC</TITLE> </HEAD> <BODY> <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:= 11pt'>Looks like your chukwa agent node ran out of disk space. &nbsp;Make s= ure you have chukwa copy of hadoop-metrics.properties, chukwa-hadoop-client= .jar and json.jar copied from chukwa to hadoop like the administration guid= e describes.<BR> <BR> Regards,<BR> Eric<BR> <BR> <BR> On 11/18/10 5:15 AM, &quot;ZJL&quot; &lt;<a href=3D"[email protected]">zhu1= [email protected]</a>&gt; wrote:<BR> <BR> </SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"= ><FONT COLOR=3D"#1F497D"><FONT SIZE=3D"2"><SPAN STYLE=3D'font-size:10pt'>HI= eric:<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;You are right, the agent work abnormally, i didn&#8217;t fin= d chukwa-hdfs-jvm-*.log</SPAN></FONT></FONT><SPAN STYLE=3D'font-size:11pt'>= , c</SPAN><FONT COLOR=3D"#1F497D"><FONT SIZE=3D"2"><SPAN STYLE=3D'font-size= :10pt'>hukwa-hdfs-dfs-*.log,chukwa-hdfs-rpc-*.log in my system.<BR> I just find some warning,I didn&#8217;t know what &nbsp;meaning about that,= could tell me if you know that.<BR> The following is warning in log:<BR> WARNING: Going to buffer response body of large or unknown size. Using getR= esponseBodyAsStream instead is recommended.<BR> log4j:ERROR cleanUpRegex =3D=3D null || !cleanUpRegex.contains(&quot;$fileN= ame&quot;)<BR> log4j:ERROR cleanUpRegex =3D=3D null || !cleanUpRegex.contains(&quot;$fileN= ame&quot;)<BR> log4j:ERROR cleanUpRegex =3D=3D null || !cleanUpRegex.contains(&quot;$fileN= ame&quot;)<BR> &nbsp;<BR> WARNING: Going to buffer response body of large or unknown size. Using getR= esponseBodyAsStream instead is recommended.<BR> Nov 10, 2010 2:29:33 AM org.apache.commons.httpclient.HttpMethodBase getRes= ponseBody<BR> &nbsp;<BR> 2010-11-10 13:20:13,778 WARN HTTP post thread ChukwaAgent - got commit up t= o 73283 &nbsp;for adaptor escaped newline CFTA-UTF8 that doesn't appear to = be running: 21 total<BR> &nbsp;<BR> WARNING: Going to buffer response body of large or unknown size. Using getR= esponseBodyAsStream instead is recommended.<BR> log4j:ERROR Failed to flush writer,<BR> java.io.IOException: No space left on device<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.io.FileOutput= Stream.writeBytes(Native Method)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.io.FileOutput= Stream.write(FileOutputStream.java:260)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at sun.nio.cs.StreamE= ncoder.writeBytes(StreamEncoder.java:202)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at sun.nio.cs.StreamE= ncoder.implFlushBuffer(StreamEncoder.java:272)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at sun.nio.cs.StreamE= ncoder.implFlush(StreamEncoder.java:276)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at sun.nio.cs.StreamE= ncoder.flush(StreamEncoder.java:122)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.io.OutputStre= amWriter.flush(OutputStreamWriter.java:212)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.log4j.h= elpers.QuietWriter.flush(QuietWriter.java:57)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.log4j.W= riterAppender.subAppend(WriterAppender.java:315)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.log4j.R= ollingFileAppender.subAppend(RollingFileAppender.java:234)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.log4j.W= riterAppender.append(WriterAppender.java:159)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.log4j.A= ppenderSkeleton.doAppend(AppenderSkeleton.java:230)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.log4j.h= elpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.= java:65)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.log4j.C= ategory.callAppenders(Category.java:203)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.log4j.C= ategory.forcedLog(Category.java:388)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.log4j.C= ategory.info(Category.java:663)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.hadoop.= chukwa.datacollection.adaptor.ExecAdaptor$RunToolTask.run(ExecAdaptor.java:= 67)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.TimerThr= ead.mainLoop(Timer.java:512)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.TimerThr= ead.run(Timer.java:462)<BR> &nbsp;<BR> </SPAN></FONT></FONT><SPAN STYLE=3D'font-size:11pt'><BR> </SPAN></FONT><FONT SIZE=3D"2"><FONT FACE=3D"Tahoma, Verdana, Helvetica, Ar= ial"><SPAN STYLE=3D'font-size:10pt'><B>From:</B> <a href=3D"chukwa-user-ret= [email protected]">chukwa-user-return-587-zh= [email protected]</a> [<a href=3D"mailto:chukwa-user-r= [email protected]">mailto:chukwa-user-retu= [email protected]</a>] <B>On Behalf Of </B>Er= ic Yang<BR> <B>Sent:</B> 2010</SPAN></FONT><SPAN STYLE=3D'font-size:10pt'><FONT FACE=3D= "Calibri, Verdana, Helvetica, Arial">=1B$BG/=1B(J</FONT><FONT FACE=3D"Tahom= a, Verdana, Helvetica, Arial">11</FONT><FONT FACE=3D"Calibri, Verdana, Helv= etica, Arial">=1B$B7n=1B(J</FONT><FONT FACE=3D"Tahoma, Verdana, Helvetica, = Arial">10</FONT><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial">=1B$BF|= =1B(J</FONT><FONT FACE=3D"Tahoma, Verdana, Helvetica, Arial"> 1:27<BR> <B>To:</B> <a href=3D"[email protected]">chukwa-user@incubat= or.apache.org</a><BR> <B>Subject:</B> Re: Data process for HICC<BR> </FONT></SPAN></FONT><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPA= N STYLE=3D'font-size:12pt'> <BR> </SPAN><SPAN STYLE=3D'font-size:11pt'>Chukwa agent is not running on your s= ystem. &nbsp;Check agent log file to see why agent is not running.<BR> <BR> Regards,<BR> Eric<BR> <BR> On 11/8/10 7:30 PM, &quot;ZJL&quot; &lt;<a href=3D"[email protected]">zhu12= [email protected]</a>&gt; wrote:<BR> </SPAN><FONT COLOR=3D"#1F497D"><FONT SIZE=3D"2"><SPAN STYLE=3D'font-size:10= pt'>Hi ecri:<BR> &nbsp;&nbsp;&nbsp;&nbsp;Telnent doesn&#8217;t work, I have tried so many ti= mes,in my system, I use the ssh to access remote computer, how can I do by = your mentioning method to check the adaptor list.thank you <BR> &nbsp;<BR> </SPAN></FONT></FONT><SPAN STYLE=3D'font-size:11pt'><BR> </SPAN></FONT><FONT SIZE=3D"2"><FONT FACE=3D"Tahoma, Verdana, Helvetica, Ar= ial"><SPAN STYLE=3D'font-size:10pt'><B>From:</B> <a href=3D"chukwa-user-ret= [email protected]">chukwa-user-return-585-zh= [email protected]</a> [<a href=3D"mailto:chukwa-user-r= [email protected]">mailto:chukwa-user-retu= [email protected]</a>] <B>On Behalf Of </B>Er= ic Yang<BR> <B>Sent:</B> 2010</SPAN></FONT><SPAN STYLE=3D'font-size:10pt'><FONT FACE=3D= "Calibri, Verdana, Helvetica, Arial">=1B$BG/=1B(J</FONT><FONT FACE=3D"Tahom= a, Verdana, Helvetica, Arial">11</FONT><FONT FACE=3D"Calibri, Verdana, Helv= etica, Arial">=1B$B7n=1B(J</FONT><FONT FACE=3D"Tahoma, Verdana, Helvetica, = Arial">9</FONT><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial">=1B$BF|=1B= (J</FONT><FONT FACE=3D"Tahoma, Verdana, Helvetica, Arial"> 2:28<BR> <B>To:</B> <a href=3D"[email protected]">chukwa-user@incubat= or.apache.org</a><BR> <B>Subject:</B> Re: Data process for HICC<BR> </FONT></SPAN></FONT><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPA= N STYLE=3D'font-size:12pt'><BR> </SPAN><SPAN STYLE=3D'font-size:11pt'>Try:<BR> <BR> telnet localhost 9093<BR> list<BR> <BR> See how many adaptor do you have on your machine? &nbsp;For some reason, th= e ChuwaDailyRollingAppender or Log4JMetricsContext is unable to talk to the= agent to register the log files.<BR> <BR> If it is working properly, you should see adaptor listed similar to this:<B= R> <BR> adaptor_217ea6590b5749d07394bb3522f93a58) &nbsp;org.apache.hadoop.chukwa.da= tacollection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped jv= m 0 /chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log 0<BR> adaptor_e41369787a2b508486d0149f7b971223) &nbsp;org.apache.hadoop.chukwa.da= tacollection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped df= s 0 /chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log 32544= 0<BR> adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) &nbsp;org.apache.hadoop.chukwa.da= tacollection.adaptor.filetailer.CharFileTailingAdaptorUTF8NewLineEscaped rp= c 0 /chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log 28386= 00<BR> <BR> Hope this helps.<BR> <BR> Regards,<BR> Eric<BR> <BR> On 11/8/10 5:48 AM, &quot;=1B$BNI?M=1B(J&quot; &lt;<a href=3D"zhu121972@163= .com">[email protected]</a>&gt; wrote:<BR> Hi eric:<BR> 1. &nbsp;&nbsp;&nbsp;i have copyed hadoop-metrics.properties.template to ha= doop/conf/hadoop-metrics.properties and <BR> &nbsp;copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as wel= l,but the DFS metric cannot <BR> be scrapped.<BR> 2. i have not only &nbsp;shuted down chukwa agent and hdfs, Remove all chec= k point files from chukwa/var, <BR> , restart chukwa agent then restart hadoop,but also format the namenode.but= the which still don't work,the error was not disappear.<BR> the error exist in different files,the file i have uploaded to attachment. = could you help me check it? thank you.<BR> <BR> <BR> At 2010-11-08 02:02:20=1B$B!$=1B(J&quot;Eric Yang&quot; &lt;<a href=3D"eric= [email protected]">[email protected]</a>&gt; wrote:<BR> <BR> &gt;Did you copy hadoop-metrics.properties.template to<BR> &gt;hadoop/conf/hadoop-metrics.properties? &nbsp;You also need to copy<BR> &gt;chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this to<B= R> &gt;work.<BR> &gt;<BR> &gt;It looks like your check point file is out of sync with the hash map<BR= > &gt;which kept track of the files in chukwa-hadoop client. &nbsp;You might = need<BR> &gt;to shut down chukwa agent and hdfs. &nbsp;Remove all check point files = from<BR> &gt;chukwa/var, and restart chukwa agent then restart hadoop.<BR> &gt;<BR> &gt;regards,<BR> &gt;Eric<BR> &gt;<BR> &gt;On Sun, Nov 7, 2010 at 2:42 AM, ZJL &lt;<a href=3D"[email protected]">z= [email protected]</a>&gt; wrote:<BR> &gt;&gt; Hi eric:<BR> &gt;&gt; &nbsp;&nbsp;&nbsp;Thank you for your instruction,I also hope the n= ew release of Chukwa will come soon, but I still have some questions in my = chukwa deployment.<BR> &gt;&gt; &nbsp;1.in my chukwa system,the DFS metric cannot be scrapped, for= example: DFS FS Name System Metircs,DFS Name Node Metrics etc.<BR> &gt;&gt; &nbsp;2. &quot;Error initializing ChukwaClient with list of curren= tlyregistered adaptors, clearing our local list of adaptors&quot; in log,do= you know what deployment cause this problem.<BR> &gt;&gt;<BR> &gt;&gt; -----Original Message-----<BR> &gt;&gt; From: <a href=3D"chukwa-user-return-579-zhu121972=3D163.com@incuba= tor.apache.org">[email protected]= .org</a> [<a href=3D"mailto:chukwa-user-return-579-zhu121972=3D163.com@incu= bator.apache.org">mailto:chukwa-user-return-579-zhu121972=3D163.com@incubat= or.apache.org</a>] On Behalf Of Eric Yang<BR> &gt;&gt; Sent: 2010=1B$BG/=1B(J11=1B$B7n=1B(J6=1B$BF|=1B(J 7:19<BR> &gt;&gt; To: <a href=3D"[email protected]">chukwa-user@incub= ator.apache.org</a><BR> &gt;&gt; Subject: Re: Data process for HICC<BR> &gt;&gt;<BR> &gt;&gt; 1. For system metrics, it is likely the output of sar and iostat d= o<BR> &gt;&gt; not match of what Chukwa expects. &nbsp;I found system utilities o= utput to<BR> &gt;&gt; be highly unreliable for scrapping. &nbsp;Hence, in Chukwa trunk, = I have<BR> &gt;&gt; moved to Sigar for collecting system metrics. &nbsp;This should im= prove the<BR> &gt;&gt; problem that you were seeing. &nbsp;Your original question is abou= t node<BR> &gt;&gt; activity, and HDFS heatmap. &nbsp;Those metrics are not populated<= BR> &gt;&gt; automatically. &nbsp;For node activity, Chukwa was based on Torque= 's<BR> &gt;&gt; pbsnodes. &nbsp;This is no longer a maintained path. &nbsp;For HDF= S heatmap, you<BR> &gt;&gt; need to have hdfs client trace and mr client trace log files strea= m<BR> &gt;&gt; through Chukwa in order to generate graph for those metrics. &nbsp= ;There is<BR> &gt;&gt; no aggregation script to down sample the data for hdfs heatmap,<BR= > &gt;&gt; therefore only the last 6 hours is visible, if client trace log fi= les<BR> &gt;&gt; are processed by Chukwa. &nbsp;There is a lot of work to change ag= gregation<BR> &gt;&gt; from SQL to Pig+HBase. &nbsp;However, most of the work is waiting = for Pig<BR> &gt;&gt; 0.8 to be release in order for Chukwa to start the implementation.= <BR> &gt;&gt; Therefore, you might need to wait for a while for the features to<= BR> &gt;&gt; appear.<BR> &gt;&gt;<BR> &gt;&gt; 2. &nbsp;hourlyRolling and dailyRolling should run automatically a= fter<BR> &gt;&gt; starting with start-all.sh script.<BR> &gt;&gt;<BR> &gt;&gt; regards,<BR> &gt;&gt; Eric<BR> &gt;&gt;<BR> &gt;&gt; On Fri, Nov 5, 2010 at 4:24 AM, ZJL &lt;<a href=3D"[email protected]= om">[email protected]</a>&gt; wrote:<BR> &gt;&gt;&gt; HI eric:<BR> &gt;&gt;&gt; 1.In background,I have started dbAdmin and the dbAdmin.sh was = running,otherwise the dbbase would have nothing.in my database ,some of fie= ld record have no data. not all. &quot;System metrics collection may fail o= r be incomplete if your versions of sar and iostat do not match the ones th= at Chukwa expects&quot; this citation come<BR> &gt;&gt;&gt; from chukwa releasenotes, i suspect if my sysstat version of u= buntu is not match for chukwa, if so, what can i do for that.<BR> &gt;&gt;&gt; 2.i don't know if hourlyRolling or dailyRolling automatically = run,after starting bin/start-all.sh<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; -----Original Message-----<BR> &gt;&gt;&gt; From: <a href=3D"chukwa-user-return-576-zhu121972=3D163.com@in= cubator.apache.org">[email protected]= ache.org</a> [<a href=3D"mailto:chukwa-user-return-576-zhu121972=3D163.com@= incubator.apache.org">mailto:chukwa-user-return-576-zhu121972=3D163.com@inc= ubator.apache.org</a>] On Behalf Of Eric Yang<BR> &gt;&gt;&gt; Sent: 2010=1B$BG/=1B(J11=1B$B7n=1B(J5=1B$BF|=1B(J 8:39<BR> &gt;&gt;&gt; To: <a href=3D"[email protected]">chukwa-user@i= ncubator.apache.org</a><BR> &gt;&gt;&gt; Subject: Re: Data process for HICC<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; Hi,<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; This may be caused by dbAdmin.sh was not running in the backgr= ound.<BR> &gt;&gt;&gt; In Chukwa 0.4, you need to have dbAdmin.sh periodically create= table<BR> &gt;&gt;&gt; partitions from the template tables. &nbsp;If the script is no= t running,<BR> &gt;&gt;&gt; the data might not get loaded.<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; I am not sure about your question about hourlyRolling or daily= Rolling.<BR> &gt;&gt;&gt; &nbsp;Those processes should be handled by data processor (./b= in/chukwa<BR> &gt;&gt;&gt; dp).<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; regards,<BR> &gt;&gt;&gt; Eric<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; 2010/11/2 =1B$BNI?M=1B(J &lt;<a href=3D"[email protected]">zhu= [email protected]</a>&gt;:<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt; &nbsp;HI : &nbsp;&nbsp;&nbsp;I always would like to use &n= bsp;chukwa to analyze the hadoop of<BR> &gt;&gt;&gt;&gt; efficiency,but I &nbsp;ran into several problems.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;firstly,i set up chukwa strictly f= ollowing the instruction .my hicc work<BR> &gt;&gt;&gt;&gt; normally and can display graph if there are some data in m= ysql for instance:<BR> &gt;&gt;&gt;&gt; DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metri= cs by Percentage.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;but some field record in mysql wer= e not in mysql and they can not<BR> &gt;&gt;&gt;&gt; display in hicc, for example: DFS Name Node Metrics,DFS FS= ,Name System<BR> &gt;&gt;&gt;&gt; Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity= ,Event viewer,<BR> &gt;&gt;&gt;&gt; Node Activity Graph.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;my configure:<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;chukwa-hadoop-0.4.0-client.jar &nbsp;have been= in the hadoop&#8217;s lib<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;both hadoop-metrics.properties and hadoop log4= j.properties were in hadoop<BR> &gt;&gt;&gt;&gt; of conf,i have list these documents in attachment.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;&quot;System metrics collection may fail or be= incomplete if your versions of<BR> &gt;&gt;&gt;&gt; sar and iostat do not match the ones that Chukwa expects&q= uot; this citation come<BR> &gt;&gt;&gt;&gt; from chukwa releasenotes, i suspect &nbsp;if my sysstat ve= rsion of ubuntu is not<BR> &gt;&gt;&gt;&gt; match for chukwa, if so, what can i do for that.<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;could anybody give me some suggestions, thank = you very much,<BR> &gt;&gt;&gt;&gt; &nbsp;&nbsp;by the way do anybody know how to start hourly= Rolling and dailyRoilling in<BR> &gt;&gt;&gt;&gt; 0.4.0 version and &quot;Error initializing ChukwaClient wi= th list of currently<BR> &gt;&gt;&gt;&gt; registered adaptors, clearing our local list of adaptors&q= uot; in logs,how can i<BR> &gt;&gt;&gt;&gt; resolved it .<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; __________ Information from ESET NOD32 Antivirus, version of v= irus signature database 5592 (20101104) __________<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; The message was checked by ESET NOD32 Antivirus.<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt; <a href=3D"http://www.eset.com">http://www.eset.com</a><BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt; __________ Information from ESET NOD32 Antivirus, version of virus= signature database 5592 (20101104) __________<BR> &gt;&gt;<BR> &gt;&gt; The message was checked by ESET NOD32 Antivirus.<BR> &gt;&gt;<BR> &gt;&gt; <a href=3D"http://www.eset.com">http://www.eset.com</a><BR> &gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt;<BR> &gt;&gt;<BR> <BR> <BR> <BR> </SPAN><SPAN STYLE=3D'font-size:12pt'><BR> <BR> __________ Information from ESET NOD32 Antivirus, version of virus signatur= e database 5599 (20101107) __________<BR> <BR> The message was checked by ESET NOD32 Antivirus.<BR> <BR> <a href=3D"http://www.eset.com">http://www.eset.com</a><BR> <BR> <BR> __________ Information from ESET NOD32 Antivirus, version of virus signatur= e database 5605 (20101109) __________<BR> <BR> The message was checked by ESET NOD32 Antivirus.<BR> <BR> <a href=3D"http://www.eset.com">http://www.eset.com</a><BR> </SPAN><SPAN STYLE=3D'font-size:11pt'><BR> </SPAN></FONT></BLOCKQUOTE> </BODY> </HTML> --_000_C90A9CEBDE62eyangyahooinccom_-- From [email protected] Fri Nov 19 01:31:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40997 invoked from network); 19 Nov 2010 01:31:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Nov 2010 01:31:53 -0000 Received: (qmail 12856 invoked by uid 500); 19 Nov 2010 01:32:25 -0000 Delivered-To: [email protected] Received: (qmail 12837 invoked by uid 500); 19 Nov 2010 01:32: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12829 invoked by uid 99); 19 Nov 2010 01:32:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 01:32:25 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,HTML_OBFUSCATE_05_10,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 m50-134.163.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 01:32:17 +0000 Received: from zhujunliangPC (unknown [161.129.204.104]) by smtp4 (Coremail) with SMTP id DtGowLDbAQh80+VM55efAQ--.918S2; Fri, 19 Nov 2010 09:31:41 +0800 (CST) From: "ZJL" <[email protected]> To: <[email protected]> References: <000301cb8722$9bcf6810$d36e3830$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: Data process for HICC Date: Fri, 19 Nov 2010 09:31:43 +0800 Message-ID: <000301cb8789$86be7850$943b68f0$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01CB87CC.94E1B850" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Act/S8vRj3ntTjtBQ8O2kfGppob3ngAJt1H/ABLctZAAHUnVjgG6K9/wAAm5S9MAEaLhoA== Content-Language: zh-cn X-CM-TRANSID:DtGowLDbAQh80+VM55efAQ--.918S2 X-Coremail-Antispam: 1Uf129KBjvAXoW3ZF17Gr45uF1UAFWxCF4Uurg_yoW8JF45Zo W5Kr4fGa1rKr47Cw1kAa4DAFWxWas5GFy7ZrWqqry7Aa1rt3yUZasxCa1rWayakF4q93Wk Xry7Jay3CFWxJFn3n29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73VFW2AGmfu7bjvjm3 AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUzeHqUUUUU X-CM-SenderInfo: p2kxijarzxjqqrwthudrp/1tbiMgaOfUlwS5fP-gAAsT X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_0004_01CB87CC.94E1B850 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable the copy of hadoop-metrics.properties, chukwa-hadoop-client.jar and = json.jar in hadoop directory.so which is not the root cause =20 From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=C4=EA11=D4=C219=C8=D5 1:06 To: [email protected] Subject: Re: Data process for HICC =20 Looks like your chukwa agent node ran out of disk space. Make sure you = have chukwa copy of hadoop-metrics.properties, chukwa-hadoop-client.jar and = json. jar copied from chukwa to hadoop like the administration guide = describes. Regards, Eric On 11/18/10 5:15 AM, "ZJL" <[email protected]> wrote: HI eric: You are right, the agent work abnormally, i didn=A1=AFt = find chukwa-hdfs-jvm-*.log, chukwa-hdfs-dfs-*.log,chukwa-hdfs-rpc-*.log in my system. I just find some warning,I didn=A1=AFt know what meaning about = that,could tell me if you know that. The following is warning in log: WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains("$fileName") log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains("$fileName") log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains("$fileName") =20 WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. Nov 10, 2010 2:29:33 AM org.apache.commons.httpclient.HttpMethodBase getResponseBody =20 2010-11-10 13:20:13,778 WARN HTTP post thread ChukwaAgent - got commit = up to 73283 for adaptor escaped newline CFTA-UTF8 that doesn't appear to be running: 21 total =20 WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. log4j:ERROR Failed to flush writer, java.io.IOException: No space left on device at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(FileOutputStream.java:260) at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202) at = sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272) at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276) at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122) at = java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212) at = org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:57) at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:315) at org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.java:2= 34) at = org.apache.log4j.WriterAppender.append(WriterAppender.java:159) at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:230) at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(App= end erAttachableImpl.java:65) at org.apache.log4j.Category.callAppenders(Category.java:203) at org.apache.log4j.Category.forcedLog(Category.java:388) at org.apache.log4j.Category.info(Category.java:663) at org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor$RunToolTask.r= un( ExecAdaptor.java:67) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) =20 From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=C4=EA11=D4=C210=C8=D5 1:27 To: [email protected] Subject: Re: Data process for HICC Chukwa agent is not running on your system. Check agent log file to see = why agent is not running. Regards, Eric On 11/8/10 7:30 PM, "ZJL" <[email protected]> wrote: Hi ecri: Telnent doesn=A1=AFt work, I have tried so many times,in my system, = I use the ssh to access remote computer, how can I do by your mentioning = method to check the adaptor list.thank you=20 =20 From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=C4=EA11=D4=C29=C8=D5 2:28 To: [email protected] Subject: Re: Data process for HICC Try: telnet localhost 9093 list See how many adaptor do you have on your machine? For some reason, the ChuwaDailyRollingAppender or Log4JMetricsContext is unable to talk to = the agent to register the log files. If it is working properly, you should see adaptor listed similar to = this: adaptor_217ea6590b5749d07394bb3522f93a58) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped jvm 0 /chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log 0 adaptor_e41369787a2b508486d0149f7b971223) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped dfs 0 /chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log 325440 adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped rpc 0 /chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log = 2838600 Hope this helps. Regards, Eric On 11/8/10 5:48 AM, "=C1=BC=C8=CB" <[email protected]> wrote: Hi eric: 1. i have copyed hadoop-metrics.properties.template to hadoop/conf/hadoop-metrics.properties and=20 copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as = well,but the DFS metric cannot=20 be scrapped. 2. i have not only shuted down chukwa agent and hdfs, Remove all check point files from chukwa/var,=20 , restart chukwa agent then restart hadoop,but also format the = namenode.but the which still don't work,the error was not disappear. the error exist in different files,the file i have uploaded to = attachment. could you help me check it? thank you. At 2010-11-08 02:02:20=A3=AC"Eric Yang" <[email protected]> wrote: >Did you copy hadoop-metrics.properties.template to >hadoop/conf/hadoop-metrics.properties? You also need to copy >chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this to >work. > >It looks like your check point file is out of sync with the hash map >which kept track of the files in chukwa-hadoop client. You might need >to shut down chukwa agent and hdfs. Remove all check point files from >chukwa/var, and restart chukwa agent then restart hadoop. > >regards, >Eric > >On Sun, Nov 7, 2010 at 2:42 AM, ZJL <[email protected]> wrote: >> Hi eric: >> Thank you for your instruction,I also hope the new release of = Chukwa will come soon, but I still have some questions in my chukwa deployment. >> 1.in my chukwa system,the DFS metric cannot be scrapped, for = example: DFS FS Name System Metircs,DFS Name Node Metrics etc. >> 2. "Error initializing ChukwaClient with list of currentlyregistered adaptors, clearing our local list of adaptors" in log,do you know what deployment cause this problem. >> >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang >> Sent: 2010=C4=EA11=D4=C26=C8=D5 7:19 >> To: [email protected] >> Subject: Re: Data process for HICC >> >> 1. For system metrics, it is likely the output of sar and iostat do >> not match of what Chukwa expects. I found system utilities output to >> be highly unreliable for scrapping. Hence, in Chukwa trunk, I have >> moved to Sigar for collecting system metrics. This should improve = the >> problem that you were seeing. Your original question is about node >> activity, and HDFS heatmap. Those metrics are not populated >> automatically. For node activity, Chukwa was based on Torque's >> pbsnodes. This is no longer a maintained path. For HDFS heatmap, = you >> need to have hdfs client trace and mr client trace log files stream >> through Chukwa in order to generate graph for those metrics. There = is >> no aggregation script to down sample the data for hdfs heatmap, >> therefore only the last 6 hours is visible, if client trace log files >> are processed by Chukwa. There is a lot of work to change = aggregation >> from SQL to Pig+HBase. However, most of the work is waiting for Pig >> 0.8 to be release in order for Chukwa to start the implementation. >> Therefore, you might need to wait for a while for the features to >> appear. >> >> 2. hourlyRolling and dailyRolling should run automatically after >> starting with start-all.sh script. >> >> regards, >> Eric >> >> On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: >>> HI eric: >>> 1.In background,I have started dbAdmin and the dbAdmin.sh was running,otherwise the dbbase would have nothing.in my database ,some of field record have no data. not all. "System metrics collection may fail = or be incomplete if your versions of sar and iostat do not match the ones = that Chukwa expects" this citation come >>> from chukwa releasenotes, i suspect if my sysstat version of ubuntu = is not match for chukwa, if so, what can i do for that. >>> 2.i don't know if hourlyRolling or dailyRolling automatically = run,after starting bin/start-all.sh >>> >>> -----Original Message----- >>> From: = [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang >>> Sent: 2010=C4=EA11=D4=C25=C8=D5 8:39 >>> To: [email protected] >>> Subject: Re: Data process for HICC >>> >>> Hi, >>> >>> This may be caused by dbAdmin.sh was not running in the background. >>> In Chukwa 0.4, you need to have dbAdmin.sh periodically create table >>> partitions from the template tables. If the script is not running, >>> the data might not get loaded. >>> >>> I am not sure about your question about hourlyRolling or = dailyRolling. >>> Those processes should be handled by data processor (./bin/chukwa >>> dp). >>> >>> regards, >>> Eric >>> >>> 2010/11/2 =C1=BC=C8=CB <[email protected]>: >>>> >>>> HI : I always would like to use chukwa to analyze the hadoop = of >>>> efficiency,but I ran into several problems. >>>> firstly,i set up chukwa strictly following the instruction .my = hicc work >>>> normally and can display graph if there are some data in mysql for instance: >>>> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by Percentage. >>>> but some field record in mysql were not in mysql and they can = not >>>> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name = System >>>> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewer, >>>> Node Activity Graph. >>>> my configure: >>>> chukwa-hadoop-0.4.0-client.jar have been in the hadoop=A1=AFs = lib >>>> both hadoop-metrics.properties and hadoop log4j.properties were = in hadoop >>>> of conf,i have list these documents in attachment. >>>> "System metrics collection may fail or be incomplete if your = versions of >>>> sar and iostat do not match the ones that Chukwa expects" this = citation come >>>> from chukwa releasenotes, i suspect if my sysstat version of = ubuntu is not >>>> match for chukwa, if so, what can i do for that. >>>> could anybody give me some suggestions, thank you very much, >>>> by the way do anybody know how to start hourlyRolling and dailyRoilling in >>>> 0.4.0 version and "Error initializing ChukwaClient with list of currently >>>> registered adaptors, clearing our local list of adaptors" in = logs,how can i >>>> resolved it . >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> __________ Information from ESET NOD32 Antivirus, version of virus signature database 5592 (20101104) __________ >>> >>> The message was checked by ESET NOD32 Antivirus. >>> >>> http://www.eset.com >>> >>> >>> >>> >>> >> >> __________ Information from ESET NOD32 Antivirus, version of virus signature database 5592 (20101104) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> >> __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5599 (20101107) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5605 (20101109) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5628 (20101118) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ------=_NextPart_000_0004_01CB87CC.94E1B850 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: quoted-printable <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dgb2312"> <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:m=3D"http://schemas.microsoft.com/office/2004/12/omml" = xmlns=3D"http://www.w3.org/TR/REC-html40"><head><meta name=3DGenerator = content=3D"Microsoft Word 12 (filtered medium)"><title>Re: Data process = for HICC</title><style><!-- /* Font Definitions */ @font-face {font-family:SimSun; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} @font-face {font-family:"MS PGothic"; panose-1:2 11 6 0 7 2 5 8 2 4;} @font-face {font-family:"\@MS PGothic"; panose-1:2 11 6 0 7 2 5 8 2 4;} @font-face {font-family:SimSun; panose-1:2 1 6 0 3 1 1 1 1 1;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"MS PGothic","sans-serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-reply; font-family:"Calibri","sans-serif"; color:#1F497D;} .MsoChpDefault {mso-style-type:export-only; font-size:10.0pt;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--></head><body lang=3DZH-CN link=3Dblue = vlink=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span = lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>the</span><= span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'> </span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>copy of = hadoop-metrics.properties, chukwa-hadoop-client.jar and = json.jar</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> in hadoop = directory.so which is not the root cause</span><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p>&nbsp;</o:p></span></p><div><div = style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm = 0cm 0cm'><p class=3DMsoNormal><b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>= </b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = [email protected] = [mailto:[email protected]] = <b>On Behalf Of </b>Eric Yang<br><b>Sent:</b> 2010</span><span lang=3DJA = style=3D'font-size:10.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>11</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>19</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = 1:06<br><b>To:</b> [email protected]<br><b>Subject:</b> = Re: Data process for HICC<o:p></o:p></span></p></div></div><p = class=3DMsoNormal><span lang=3DEN-US><o:p>&nbsp;</o:p></span></p><p = class=3DMsoNormal style=3D'margin-bottom:12.0pt'><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>Looks like = your chukwa agent node ran out of disk space. &nbsp;Make sure you have = chukwa copy of hadoop-metrics.properties, chukwa-hadoop-client.jar and = json.jar copied from chukwa to hadoop like the administration guide = describes.<br><br>Regards,<br>Eric<br><br><br>On 11/18/10 5:15 AM, = &quot;ZJL&quot; &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; wrote:</span><span = lang=3DEN-US><o:p></o:p></span></p><p class=3DMsoNormal = style=3D'margin-bottom:12.0pt'><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>HI = eric:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;You are right, the agent work abnormally, i = didn=A1=AFt find chukwa-hdfs-jvm-*.log</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>, = c</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>hukwa-hdfs-dfs-*.log,chukwa-hdfs-rpc-*.log in my system.<br>I just = find some warning,I didn=A1=AFt know what &nbsp;meaning about that,could = tell me if you know that.<br>The following is warning in = log:<br>WARNING: Going to buffer response body of large or unknown size. = Using getResponseBodyAsStream instead is recommended.<br>log4j:ERROR = cleanUpRegex =3D=3D null || = !cleanUpRegex.contains(&quot;$fileName&quot;)<br>log4j:ERROR = cleanUpRegex =3D=3D null || = !cleanUpRegex.contains(&quot;$fileName&quot;)<br>log4j:ERROR = cleanUpRegex =3D=3D null || = !cleanUpRegex.contains(&quot;$fileName&quot;)<br>&nbsp;<br>WARNING: = Going to buffer response body of large or unknown size. Using = getResponseBodyAsStream instead is recommended.<br>Nov 10, 2010 2:29:33 = AM org.apache.commons.httpclient.HttpMethodBase = getResponseBody<br>&nbsp;<br>2010-11-10 13:20:13,778 WARN HTTP post = thread ChukwaAgent - got commit up to 73283 &nbsp;for adaptor escaped = newline CFTA-UTF8 that doesn't appear to be running: 21 = total<br>&nbsp;<br>WARNING: Going to buffer response body of large or = unknown size. Using getResponseBodyAsStream instead is = recommended.<br>log4j:ERROR Failed to flush = writer,<br>java.io.IOException: No space left on = device<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = java.io.FileOutputStream.writeBytes(Native = Method)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = java.io.FileOutputStream.write(FileOutputStream.java:260)<br>&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)<br>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272)<br>&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276)<br>&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122)<br>&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212)<br>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:57)<br>&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:315)<br>&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.java:2= 34)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.WriterAppender.append(WriterAppender.java:159)<br>&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:230)<br>= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(App= enderAttachableImpl.java:65)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;at = org.apache.log4j.Category.callAppenders(Category.java:203)<br>&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.Category.forcedLog(Category.java:388)<br>&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.Category.info(Category.java:663)<br>&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor$RunToolTask.r= un(ExecAdaptor.java:67)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;at = java.util.TimerThread.mainLoop(Timer.java:512)<br>&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = java.util.TimerThread.run(Timer.java:462)<br>&nbsp;<br></span><span = lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'><br></span>= <b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>= </b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> <a = href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] <b>On Behalf Of </b>Eric Yang<br><b>Sent:</b> 2010</span><span = lang=3DJA style=3D'font-size:10.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>11</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>10</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = 1:27<br><b>To:</b> <a = href=3D"[email protected]">[email protected]= g</a><br><b>Subject:</b> Re: Data process for HICC<br></span><span = lang=3DEN-US = style=3D'font-family:"Calibri","sans-serif"'><br></span><span = lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>Chukwa = agent is not running on your system. &nbsp;Check agent log file to see = why agent is not running.<br><br>Regards,<br>Eric<br><br>On 11/8/10 7:30 = PM, &quot;ZJL&quot; &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; = wrote:<br></span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>Hi ecri:<br>&nbsp;&nbsp;&nbsp;&nbsp;Telnent doesn=A1=AFt work, I have = tried so many times,in my system, I use the ssh to access remote = computer, how can I do by your mentioning method to check the adaptor = list.thank you <br>&nbsp;<br></span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'><br></span>= <b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>= </b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> <a = href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] <b>On Behalf Of </b>Eric Yang<br><b>Sent:</b> 2010</span><span = lang=3DJA style=3D'font-size:10.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>11</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>9</span><spa= n lang=3DJA style=3D'font-size:10.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = 2:28<br><b>To:</b> <a = href=3D"[email protected]">[email protected]= g</a><br><b>Subject:</b> Re: Data process for HICC<br></span><span = lang=3DEN-US = style=3D'font-family:"Calibri","sans-serif"'><br></span><span = lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>Try:<br><br= >telnet localhost 9093<br>list<br><br>See how many adaptor do you have = on your machine? &nbsp;For some reason, the ChuwaDailyRollingAppender or = Log4JMetricsContext is unable to talk to the agent to register the log = files.<br><br>If it is working properly, you should see adaptor listed = similar to this:<br><br>adaptor_217ea6590b5749d07394bb3522f93a58) = &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped jvm 0 = /chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log = 0<br>adaptor_e41369787a2b508486d0149f7b971223) = &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped dfs 0 = /chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log = 325440<br>adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) = &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped rpc 0 = /chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log = 2838600<br><br>Hope this helps.<br><br>Regards,<br>Eric<br><br>On = 11/8/10 5:48 AM, &quot;</span><span lang=3DJA = style=3D'font-size:11.0pt'>=C1=BC=C8=CB</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>&quot; = &lt;<a href=3D"[email protected]">[email protected]</a>&gt; wrote:<br>Hi = eric:<br>1. &nbsp;&nbsp;&nbsp;i have copyed = hadoop-metrics.properties.template to = hadoop/conf/hadoop-metrics.properties and <br>&nbsp;copy = chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as well,but = the DFS metric cannot <br>be scrapped.<br>2. i have not only = &nbsp;shuted down chukwa agent and hdfs, Remove all check point files = from chukwa/var, <br>, restart chukwa agent then restart hadoop,but also = format the namenode.but the which still don't work,the error was not = disappear.<br>the error exist in different files,the file i have = uploaded to attachment. could you help me check it? thank = you.<br><br><br>At 2010-11-08 02:02:20</span><span lang=3DJA = style=3D'font-size:11.0pt'>=A3=AC</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>&quot;Eric = Yang&quot; &lt;<a href=3D"[email protected]">[email protected]</a>&gt; = wrote:<br><br>&gt;Did you copy hadoop-metrics.properties.template = to<br>&gt;hadoop/conf/hadoop-metrics.properties? &nbsp;You also need to = copy<br>&gt;chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib = for this to<br>&gt;work.<br>&gt;<br>&gt;It looks like your check point = file is out of sync with the hash map<br>&gt;which kept track of the = files in chukwa-hadoop client. &nbsp;You might need<br>&gt;to shut down = chukwa agent and hdfs. &nbsp;Remove all check point files = from<br>&gt;chukwa/var, and restart chukwa agent then restart = hadoop.<br>&gt;<br>&gt;regards,<br>&gt;Eric<br>&gt;<br>&gt;On Sun, Nov = 7, 2010 at 2:42 AM, ZJL &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; wrote:<br>&gt;&gt; = Hi eric:<br>&gt;&gt; &nbsp;&nbsp;&nbsp;Thank you for your instruction,I = also hope the new release of Chukwa will come soon, but I still have = some questions in my chukwa deployment.<br>&gt;&gt; &nbsp;1.in my chukwa = system,the DFS metric cannot be scrapped, for example: DFS FS Name = System Metircs,DFS Name Node Metrics etc.<br>&gt;&gt; &nbsp;2. = &quot;Error initializing ChukwaClient with list of currentlyregistered = adaptors, clearing our local list of adaptors&quot; in log,do you know = what deployment cause this problem.<br>&gt;&gt;<br>&gt;&gt; = -----Original Message-----<br>&gt;&gt; From: <a = href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] On Behalf Of Eric Yang<br>&gt;&gt; Sent: 2010</span><span = lang=3DJA style=3D'font-size:11.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>11</span><s= pan lang=3DJA style=3D'font-size:11.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>6</span><sp= an lang=3DJA style=3D'font-size:11.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> = 7:19<br>&gt;&gt; To: <a = href=3D"[email protected]">[email protected]= g</a><br>&gt;&gt; Subject: Re: Data process for = HICC<br>&gt;&gt;<br>&gt;&gt; 1. For system metrics, it is likely the = output of sar and iostat do<br>&gt;&gt; not match of what Chukwa = expects. &nbsp;I found system utilities output to<br>&gt;&gt; be highly = unreliable for scrapping. &nbsp;Hence, in Chukwa trunk, I = have<br>&gt;&gt; moved to Sigar for collecting system metrics. = &nbsp;This should improve the<br>&gt;&gt; problem that you were seeing. = &nbsp;Your original question is about node<br>&gt;&gt; activity, and = HDFS heatmap. &nbsp;Those metrics are not populated<br>&gt;&gt; = automatically. &nbsp;For node activity, Chukwa was based on = Torque's<br>&gt;&gt; pbsnodes. &nbsp;This is no longer a maintained = path. &nbsp;For HDFS heatmap, you<br>&gt;&gt; need to have hdfs client = trace and mr client trace log files stream<br>&gt;&gt; through Chukwa in = order to generate graph for those metrics. &nbsp;There is<br>&gt;&gt; no = aggregation script to down sample the data for hdfs heatmap,<br>&gt;&gt; = therefore only the last 6 hours is visible, if client trace log = files<br>&gt;&gt; are processed by Chukwa. &nbsp;There is a lot of work = to change aggregation<br>&gt;&gt; from SQL to Pig+HBase. &nbsp;However, = most of the work is waiting for Pig<br>&gt;&gt; 0.8 to be release in = order for Chukwa to start the implementation.<br>&gt;&gt; Therefore, you = might need to wait for a while for the features to<br>&gt;&gt; = appear.<br>&gt;&gt;<br>&gt;&gt; 2. &nbsp;hourlyRolling and dailyRolling = should run automatically after<br>&gt;&gt; starting with start-all.sh = script.<br>&gt;&gt;<br>&gt;&gt; regards,<br>&gt;&gt; = Eric<br>&gt;&gt;<br>&gt;&gt; On Fri, Nov 5, 2010 at 4:24 AM, ZJL &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; = wrote:<br>&gt;&gt;&gt; HI eric:<br>&gt;&gt;&gt; 1.In background,I have = started dbAdmin and the dbAdmin.sh was running,otherwise the dbbase = would have nothing.in my database ,some of field record have no data. = not all. &quot;System metrics collection may fail or be incomplete if = your versions of sar and iostat do not match the ones that Chukwa = expects&quot; this citation come<br>&gt;&gt;&gt; from chukwa = releasenotes, i suspect if my sysstat version of ubuntu is not match for = chukwa, if so, what can i do for that.<br>&gt;&gt;&gt; 2.i don't know if = hourlyRolling or dailyRolling automatically run,after starting = bin/start-all.sh<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; -----Original = Message-----<br>&gt;&gt;&gt; From: <a = href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] On Behalf Of Eric Yang<br>&gt;&gt;&gt; Sent: 2010</span><span = lang=3DJA style=3D'font-size:11.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>11</span><s= pan lang=3DJA style=3D'font-size:11.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>5</span><sp= an lang=3DJA style=3D'font-size:11.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> = 8:39<br>&gt;&gt;&gt; To: <a = href=3D"[email protected]">[email protected]= g</a><br>&gt;&gt;&gt; Subject: Re: Data process for = HICC<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Hi,<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; = This may be caused by dbAdmin.sh was not running in the = background.<br>&gt;&gt;&gt; In Chukwa 0.4, you need to have dbAdmin.sh = periodically create table<br>&gt;&gt;&gt; partitions from the template = tables. &nbsp;If the script is not running,<br>&gt;&gt;&gt; the data = might not get loaded.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; I am not sure = about your question about hourlyRolling or dailyRolling.<br>&gt;&gt;&gt; = &nbsp;Those processes should be handled by data processor = (./bin/chukwa<br>&gt;&gt;&gt; dp).<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; = regards,<br>&gt;&gt;&gt; Eric<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; 2010/11/2 = </span><span lang=3DJA = style=3D'font-size:11.0pt'>=C1=BC=C8=CB</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> &lt;<a = href=3D"[email protected]">[email protected]</a>&gt;:<br>&gt;&gt;&gt;&gt;= <br>&gt;&gt;&gt;&gt; &nbsp;HI : &nbsp;&nbsp;&nbsp;I always would like to = use &nbsp;chukwa to analyze the hadoop of<br>&gt;&gt;&gt;&gt; = efficiency,but I &nbsp;ran into several problems.<br>&gt;&gt;&gt;&gt; = &nbsp;&nbsp;&nbsp;&nbsp;firstly,i set up chukwa strictly following the = instruction .my hicc work<br>&gt;&gt;&gt;&gt; normally and can display = graph if there are some data in mysql for instance:<br>&gt;&gt;&gt;&gt; = DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by = Percentage.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;but some field = record in mysql were not in mysql and they can not<br>&gt;&gt;&gt;&gt; = display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name = System<br>&gt;&gt;&gt;&gt; Metrics,Map/Reduce Metircs,HDFS = Heathmap(),Hadoop Activity,Event viewer,<br>&gt;&gt;&gt;&gt; Node = Activity Graph.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;my = configure:<br>&gt;&gt;&gt;&gt; = &nbsp;&nbsp;chukwa-hadoop-0.4.0-client.jar &nbsp;have been in the = hadoop=A1=AFs lib<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;both = hadoop-metrics.properties and hadoop log4j.properties were in = hadoop<br>&gt;&gt;&gt;&gt; of conf,i have list these documents in = attachment.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;&quot;System metrics = collection may fail or be incomplete if your versions = of<br>&gt;&gt;&gt;&gt; sar and iostat do not match the ones that Chukwa = expects&quot; this citation come<br>&gt;&gt;&gt;&gt; from chukwa = releasenotes, i suspect &nbsp;if my sysstat version of ubuntu is = not<br>&gt;&gt;&gt;&gt; match for chukwa, if so, what can i do for = that.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;could anybody give me some = suggestions, thank you very much,<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;by the = way do anybody know how to start hourlyRolling and dailyRoilling = in<br>&gt;&gt;&gt;&gt; 0.4.0 version and &quot;Error initializing = ChukwaClient with list of currently<br>&gt;&gt;&gt;&gt; registered = adaptors, clearing our local list of adaptors&quot; in logs,how can = i<br>&gt;&gt;&gt;&gt; resolved it = .<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;= &gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&= gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; = __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5592 (20101104) = __________<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; The message was checked by = ESET NOD32 Antivirus.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; <a = href=3D"http://www.eset.com">http://www.eset.com</a><br>&gt;&gt;&gt;<br>&= gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;<b= r>&gt;&gt; __________ Information from ESET NOD32 Antivirus, version of = virus signature database 5592 (20101104) = __________<br>&gt;&gt;<br>&gt;&gt; The message was checked by ESET NOD32 = Antivirus.<br>&gt;&gt;<br>&gt;&gt; <a = href=3D"http://www.eset.com">http://www.eset.com</a><br>&gt;&gt;<br>&gt;&= gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br><br><br><br></span><span = lang=3DEN-US = style=3D'font-family:"Calibri","sans-serif"'><br><br>__________ = Information from ESET NOD32 Antivirus, version of virus signature = database 5599 (20101107) __________<br><br>The message was checked by = ESET NOD32 Antivirus.<br><br><a = href=3D"http://www.eset.com">http://www.eset.com</a><br><br><br>_________= _ Information from ESET NOD32 Antivirus, version of virus signature = database 5605 (20101109) __________<br><br>The message was checked by = ESET NOD32 Antivirus.<br><br><a = href=3D"http://www.eset.com">http://www.eset.com</a></span><span = lang=3DEN-US><o:p></o:p></span></p><p class=3DMsoNormal><span = lang=3DEN-US><br><br>__________ Information from ESET NOD32 Antivirus, = version of virus signature database 5628 (20101118) = __________<br><br>The message was checked by ESET NOD32 = Antivirus.<br><br><a = href=3D"http://www.eset.com">http://www.eset.com</a><o:p></o:p></span></p= ></div></body></html> ------=_NextPart_000_0004_01CB87CC.94E1B850-- From [email protected] Fri Nov 19 07:02:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74823 invoked from network); 19 Nov 2010 07:02:39 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Nov 2010 07:02:39 -0000 Received: (qmail 94547 invoked by uid 500); 19 Nov 2010 07:03:11 -0000 Delivered-To: [email protected] Received: (qmail 94426 invoked by uid 500); 19 Nov 2010 07: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 94329 invoked by uid 500); 19 Nov 2010 07:02:15 -0000 Delivered-To: [email protected] 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) 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_01CB87B7.60B47589" Subject: Problem in collecting data from Agent Date: Fri, 19 Nov 2010 12:29:55 +0530 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem in collecting data from Agent Thread-Index: AcuHt19nYp+x4pJQSyGtB6BFE4Uyzg== From: <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01CB87B7.60B47589 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi=20All, =20 When=20I=20try=20to=20send=20a=20log=20file=20from=20Agent=20to=20Collect= or,=20I=20didn't=20get anything=20in=20HDFS=20expect=20following=20two=20file,(it=20also=20have= =20no=20data=20inside that) Please=20let=20me=20know,=20how=20to=20monitor=20wheather=20collector=20i= s=20receiving data.. =20 $=20./hadoop=20fs=20-ls=20/chukwa/logs/ Found=202=20items -rw-r--r--=20=20=203=20hadoop=20supergroup=20=20=20=20=20=20=20=20=20=200= =202010-11-19=2017:14 /chukwa/logs/201019171406118_HADOOPSQOOP_4b2656712c63c0713a7fea.chukwa -rw-r--r--=20=20=203=20hadoop=20supergroup=20=20=20=20=20=20=20=20103=202= 010-11-19=2017:25 /chukwa/logs/201019172022791_HADOOPSQOOP_1d40ead912c63f88f598000.done =20 I=20was=20trying=20to=20send=20Iostat.log=20file=20which=20is=20given=20i= n chukwa/test/samples=20directory. =20 =20 Using=20the=20adapter=20 =20 add=20filetailer.FileTailingAdaptor=20logs=20/tmp/Iostat.log=200 OK=20add=20completed;=20new=20ID=20is=204b08ea7f0635fff5d4de778f6782bd1b =20 Collector.log=20Output: 2010-11-19=2017:44:50,418=20INFO=20Timer-3=20LocalWriter=20- stat:datacollection.writer.local.LocalWriter=20dataSize=3D0=20dataRate=3D= 0 2010-11-19=2017:45:18,183=20INFO=20Timer-1=20root=20- stats:ServletCollector,numberHTTPConnection:0,numberchunks:0 2010-11-19=2017:45:19,243=20INFO=20Timer-2=20LocalWriter=20-=20start=20Da= te=20[Fri=20Nov 19=2017:45:19=20IST=202010] 2010-11-19=2017:45:19,243=20INFO=20Timer-2=20LocalWriter=20-=20Rotate=20f= rom=20Timer-2 2010-11-19=2017:45:19,247=20INFO=20Timer-2=20LocalWriter=20-=20no=20chunk= s=20written=20to /tmp/chukwa/dataSink/201019174019240_HADOOPSQOOP_4c320ac712c63fd13837ffa .chukwa,=20deleting 2010-11-19=2017:45:20,419=20INFO=20Timer-3=20LocalWriter=20- stat:datacollection.writer.local.LocalWriter=20dataSize=3D0=20dataRate=3D= 0 2010-11-19=2017:45:50,420=20INFO=20Timer-3=20LocalWriter=20- stat:datacollection.writer.local.LocalWriter=20dataSize=3D0=20dataRate=3D= 0 2010-11-19=2017:46:18,184=20INFO=20Timer-1=20root=20- stats:ServletCollector,numberHTTPConnection:0,numberchunks:0 2010-11-19=2017:46:20,420=20INFO=20Timer-3=20LocalWriter=20- stat:datacollection.writer.local.LocalWriter=20dataSize=3D0=20dataRate=3D= 0 =20 Agent=20Console=20Output: ....... data=20type=20was=20logs data=20length=20was=20131072,=20not=20printing ------------------- Console=20out=20connector=20got=20event=20at=20offset=201441792 data=20type=20was=20logs data=20length=20was=20131072,=20not=20printing ------------------- Console=20out=20connector=20got=20event=20at=20offset=201572864 data=20type=20was=20logs data=20length=20was=20131072,=20not=20printing ------------------- Console=20out=20connector=20got=20event=20at=20offset=201703936 data=20type=20was=20logs data=20length=20was=20131072,=20not=20printing ------------------- Console=20out=20connector=20got=20event=20at=20offset=201740827 data=20type=20was=20logs data=20length=20was=2036891,=20not=20printing =20 Thanks=20&=20Regards Venkat This=20e-mail=20and=20any=20files=20transmitted=20with=20it=20are=20for= =20the=20sole=20use=20of=20the=20intended=20recipient(s)=20and=20may=20co= ntain=20confidential=20and=20privileged=20information. If=20you=20are=20not=20the=20intended=20recipient,=20please=20contact=20t= he=20sender=20by=20reply=20e-mail=20and=20destroy=20all=20copies=20of=20t= he=20original=20message. Any=20unauthorized=20review,=20use,=20disclosure,=20dissemination,=20forw= arding,=20printing=20or=20copying=20of=20this=20email=20or=20any=20action= =20taken=20in=20reliance=20on=20this=20e-mail=20is=20strictly=20prohibite= d=20and=20may=20be=20unlawful. ------_=_NextPart_001_01CB87B7.60B47589 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable <html=20xmlns:v=3D"urn:schemas-microsoft-com:vml"=20xmlns:o=3D"urn:schema= s-microsoft-com:office:office"=20xmlns:w=3D"urn:schemas-microsoft-com:off= ice:word"=20xmlns:x=3D"urn:schemas-microsoft-com:office:excel"=20xmlns:p= =3D"urn:schemas-microsoft-com:office:powerpoint"=20xmlns:a=3D"urn:schemas= -microsoft-com:office:access"=20xmlns:dt=3D"uuid:C2F41010-65B3-11d1-A29F-= 00AA00C14882"=20xmlns:s=3D"uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882"=20x= mlns:rs=3D"urn:schemas-microsoft-com:rowset"=20xmlns:z=3D"#RowsetSchema"= =20xmlns:b=3D"urn:schemas-microsoft-com:office:publisher"=20xmlns:ss=3D"u= rn:schemas-microsoft-com:office:spreadsheet"=20xmlns:c=3D"urn:schemas-mic= rosoft-com:office:component:spreadsheet"=20xmlns:odc=3D"urn:schemas-micro= soft-com:office:odc"=20xmlns:oa=3D"urn:schemas-microsoft-com:office:activ= ation"=20xmlns:html=3D"http://www.w3.org/TR/REC-html40"=20xmlns:q=3D"http= ://schemas.xmlsoap.org/soap/envelope/"=20xmlns:rtc=3D"http://microsoft.co= m/officenet/conferencing"=20xmlns:D=3D"DAV:"=20xmlns:Repl=3D"http://schem= as.microsoft.com/repl/"=20xmlns:mt=3D"http://schemas.microsoft.com/sharep= oint/soap/meetings/"=20xmlns:x2=3D"http://schemas.microsoft.com/office/ex= cel/2003/xml"=20xmlns:ppda=3D"http://www.passport.com/NameSpace.xsd"=20xm= lns:ois=3D"http://schemas.microsoft.com/sharepoint/soap/ois/"=20xmlns:dir= =3D"http://schemas.microsoft.com/sharepoint/soap/directory/"=20xmlns:ds= =3D"http://www.w3.org/2000/09/xmldsig#"=20xmlns:dsp=3D"http://schemas.mic= rosoft.com/sharepoint/dsp"=20xmlns:udc=3D"http://schemas.microsoft.com/da= ta/udc"=20xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema"=20xmlns:sub=3D"h= ttp://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/"=20xmlns:ec=3D= "http://www.w3.org/2001/04/xmlenc#"=20xmlns:sp=3D"http://schemas.microsof= t.com/sharepoint/"=20xmlns:sps=3D"http://schemas.microsoft.com/sharepoint= /soap/"=20xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance"=20xmlns= :udcs=3D"http://schemas.microsoft.com/data/udc/soap"=20xmlns:udcxf=3D"htt= p://schemas.microsoft.com/data/udc/xmlfile"=20xmlns:udcp2p=3D"http://sche= mas.microsoft.com/data/udc/parttopart"=20xmlns:wf=3D"http://schemas.micro= soft.com/sharepoint/soap/workflow/"=20xmlns:dsss=3D"http://schemas.micros= oft.com/office/2006/digsig-setup"=20xmlns:dssi=3D"http://schemas.microsof= t.com/office/2006/digsig"=20xmlns:mdssi=3D"http://schemas.openxmlformats.= org/package/2006/digital-signature"=20xmlns:mver=3D"http://schemas.openxm= lformats.org/markup-compatibility/2006"=20xmlns:m=3D"http://schemas.micro= soft.com/office/2004/12/omml"=20xmlns:mrels=3D"http://schemas.openxmlform= ats.org/package/2006/relationships"=20xmlns:spwp=3D"http://microsoft.com/= sharepoint/webpartpages"=20xmlns:ex12t=3D"http://schemas.microsoft.com/ex= change/services/2006/types"=20xmlns:ex12m=3D"http://schemas.microsoft.com= /exchange/services/2006/messages"=20xmlns:pptsl=3D"http://schemas.microso= ft.com/sharepoint/soap/SlideLibrary/"=20xmlns:spsl=3D"http://microsoft.co= m/webservices/SharePointPortalServer/PublishedLinksService"=20xmlns:Z=3D"= urn:schemas-microsoft-com:"=20xmlns:st=3D"&#1;"=20xmlns=3D"http://www.w3.= org/TR/REC-html40"><head><meta=20http-equiv=3DContent-Type=20content=3D"t= ext/html;=20charset=3Dus-ascii"><meta=20name=3DGenerator=20content=3D"Mic= rosoft=20Word=2012=20(filtered=20medium)"><style><!-- /*=20Font=20Definitions=20*/ @font-face =09{font-family:Calibri; =09panose-1:2=2015=205=202=202=202=204=203=202=204;} /*=20Style=20Definitions=20*/ p.MsoNormal,=20li.MsoNormal,=20div.MsoNormal =09{margin:0in; =09margin-bottom:.0001pt; =09font-size:11.0pt; =09font-family:"Calibri","sans-serif";} a:link,=20span.MsoHyperlink =09{mso-style-priority:99; =09color:blue; =09text-decoration:underline;} a:visited,=20span.MsoHyperlinkFollowed =09{mso-style-priority:99; =09color:purple; =09text-decoration:underline;} span.EmailStyle17 =09{mso-style-type:personal-compose; =09font-family:"Calibri","sans-serif"; =09color:windowtext;} .MsoChpDefault =09{mso-style-type:export-only;} @page=20WordSection1 =09{size:8.5in=2011.0in; =09margin:1.0in=201.0in=201.0in=201.0in;} div.WordSection1 =09{page:WordSection1;} --></style><!--[if=20gte=20mso=209]><xml> <o:shapedefaults=20v:ext=3D"edit"=20spidmax=3D"1026"=20/> </xml><![endif]--><!--[if=20gte=20mso=209]><xml> <o:shapelayout=20v:ext=3D"edit"> <o:idmap=20v:ext=3D"edit"=20data=3D"1"=20/> </o:shapelayout></xml><![endif]--></head><body=20lang=3DEN-US=20link=3Dbl= ue=20vlink=3Dpurple><div=20class=3DWordSection1><p=20class=3DMsoNormal>Hi= =20All,<o:p></o:p></p><p=20class=3DMsoNormal><o:p>&nbsp;</o:p></p><p=20cl= ass=3DMsoNormal>When=20I=20try=20to=20send=20a=20log=20file=20from=20Agen= t=20to=20Collector,=20I=20didn&#8217;t=20get=20anything=20in=20HDFS=20exp= ect=20following=20two=20file,(it=20also=20have=20no=20data=20inside=20tha= t)<o:p></o:p></p><p=20class=3DMsoNormal>Please=20let=20me=20know,=20how= =20to=20monitor=20wheather=20collector=20is=20receiving=20data..<o:p></o:= p></p><p=20class=3DMsoNormal><o:p>&nbsp;</o:p></p><p=20class=3DMsoNormal>= $=20./hadoop=20fs=20-ls=20/chukwa/logs/<o:p></o:p></p><p=20class=3DMsoNor= mal>Found=202=20items<o:p></o:p></p><p=20class=3DMsoNormal>-rw-r--r--&nbs= p;&nbsp;=203=20hadoop=20supergroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;=200=202010-11-19=2017:14=20/chukwa/logs/201019171406118_H= ADOOPSQOOP_4b2656712c63c0713a7fea.chukwa<o:p></o:p></p><p=20class=3DMsoNo= rmal>-rw-r--r--&nbsp;&nbsp;=203=20hadoop=20supergroup&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;=20103=202010-11-19=2017:25=20/chukwa/logs/20101917= 2022791_HADOOPSQOOP_1d40ead912c63f88f598000.done<o:p></o:p></p><p=20class= =3DMsoNormal><o:p>&nbsp;</o:p></p><p=20class=3DMsoNormal>I=20was=20trying= =20to=20send=20Iostat.log=20file=20which=20is=20given=20in=20chukwa/test/= samples=20directory.<o:p></o:p></p><p=20class=3DMsoNormal><o:p>&nbsp;</o:= p></p><p=20class=3DMsoNormal><o:p>&nbsp;</o:p></p><p=20class=3DMsoNormal>= <b>Using=20the=20adapter=20<o:p></o:p></b></p><p=20class=3DMsoNormal><o:p= >&nbsp;</o:p></p><p=20class=3DMsoNormal>add=20filetailer.FileTailingAdapt= or=20logs=20/tmp/Iostat.log=200<o:p></o:p></p><p=20class=3DMsoNormal>OK= =20add=20completed;=20new=20ID=20is=204b08ea7f0635fff5d4de778f6782bd1b<o:= p></o:p></p><p=20class=3DMsoNormal><o:p>&nbsp;</o:p></p><p=20class=3DMsoN= ormal>Collector.log=20Output:<o:p></o:p></p><p=20class=3DMsoNormal>2010-1= 1-19=2017:44:50,418=20INFO=20Timer-3=20LocalWriter=20-=20stat:datacollect= ion.writer.local.LocalWriter=20dataSize=3D0=20dataRate=3D0<o:p></o:p></p>= <p=20class=3DMsoNormal>2010-11-19=2017:45:18,183=20INFO=20Timer-1=20root= =20-=20stats:ServletCollector,numberHTTPConnection:0,numberchunks:0<o:p><= /o:p></p><p=20class=3DMsoNormal>2010-11-19=2017:45:19,243=20INFO=20Timer-= 2=20LocalWriter=20-=20start=20Date=20[Fri=20Nov=2019=2017:45:19=20IST=202= 010]<o:p></o:p></p><p=20class=3DMsoNormal>2010-11-19=2017:45:19,243=20INF= O=20Timer-2=20LocalWriter=20-=20Rotate=20from=20Timer-2<o:p></o:p></p><p= =20class=3DMsoNormal>2010-11-19=2017:45:19,247=20INFO=20Timer-2=20LocalWr= iter=20-=20no=20chunks=20written=20to=20/tmp/chukwa/dataSink/201019174019= 240_HADOOPSQOOP_4c320ac712c63fd13837ffa.chukwa,=20deleting<o:p></o:p></p>= <p=20class=3DMsoNormal>2010-11-19=2017:45:20,419=20INFO=20Timer-3=20Local= Writer=20-=20stat:datacollection.writer.local.LocalWriter=20dataSize=3D0= =20dataRate=3D0<o:p></o:p></p><p=20class=3DMsoNormal>2010-11-19=2017:45:5= 0,420=20INFO=20Timer-3=20LocalWriter=20-=20stat:datacollection.writer.loc= al.LocalWriter=20dataSize=3D0=20dataRate=3D0<o:p></o:p></p><p=20class=3DM= soNormal>2010-11-19=2017:46:18,184=20INFO=20Timer-1=20root=20-=20stats:Se= rvletCollector,numberHTTPConnection:0,numberchunks:0<o:p></o:p></p><p=20c= lass=3DMsoNormal>2010-11-19=2017:46:20,420=20INFO=20Timer-3=20LocalWriter= =20-=20stat:datacollection.writer.local.LocalWriter=20dataSize=3D0=20data= Rate=3D0<o:p></o:p></p><p=20class=3DMsoNormal><o:p>&nbsp;</o:p></p><p=20c= lass=3DMsoNormal>Agent=20Console=20Output:<o:p></o:p></p><p=20class=3DMso= Normal>&#8230;&#8230;.<o:p></o:p></p><p=20class=3DMsoNormal>data=20type= =20was=20logs<o:p></o:p></p><p=20class=3DMsoNormal>data=20length=20was=20= 131072,=20not=20printing<o:p></o:p></p><p=20class=3DMsoNormal>-----------= --------<o:p></o:p></p><p=20class=3DMsoNormal>Console=20out=20connector= =20got=20event=20at=20offset=201441792<o:p></o:p></p><p=20class=3DMsoNorm= al>data=20type=20was=20logs<o:p></o:p></p><p=20class=3DMsoNormal>data=20l= ength=20was=20131072,=20not=20printing<o:p></o:p></p><p=20class=3DMsoNorm= al>-------------------<o:p></o:p></p><p=20class=3DMsoNormal>Console=20out= =20connector=20got=20event=20at=20offset=201572864<o:p></o:p></p><p=20cla= ss=3DMsoNormal>data=20type=20was=20logs<o:p></o:p></p><p=20class=3DMsoNor= mal>data=20length=20was=20131072,=20not=20printing<o:p></o:p></p><p=20cla= ss=3DMsoNormal>-------------------<o:p></o:p></p><p=20class=3DMsoNormal>C= onsole=20out=20connector=20got=20event=20at=20offset=201703936<o:p></o:p>= </p><p=20class=3DMsoNormal>data=20type=20was=20logs<o:p></o:p></p><p=20cl= ass=3DMsoNormal>data=20length=20was=20131072,=20not=20printing<o:p></o:p>= </p><p=20class=3DMsoNormal>-------------------<o:p></o:p></p><p=20class= =3DMsoNormal>Console=20out=20connector=20got=20event=20at=20offset=201740= 827<o:p></o:p></p><p=20class=3DMsoNormal>data=20type=20was=20logs<o:p></o= :p></p><p=20class=3DMsoNormal>data=20length=20was=2036891,=20not=20printi= ng<o:p></o:p></p><p=20class=3DMsoNormal><o:p>&nbsp;</o:p></p><p=20class= =3DMsoNormal>Thanks=20&amp;=20Regards<o:p></o:p></p><p=20class=3DMsoNorma= l>Venkat<o:p></o:p></p></div></body></html> <table><tr><td=20bgcolor=3D#ffffff><font=20color=3D#000000><pre>This=20e-= mail=20and=20any=20files=20transmitted=20with=20it=20are=20for=20the=20so= le=20use=20of=20the=20intended=20recipient(s)=20and=20may=20contain=20con= fidential=20and=20privileged=20information. If=20you=20are=20not=20the=20intended=20recipient,=20please=20contact=20t= he=20sender=20by=20reply=20e-mail=20and=20destroy=20all=20copies=20of=20t= he=20original=20message. Any=20unauthorized=20review,=20use,=20disclosure,=20dissemination,=20forw= arding,=20printing=20or=20copying=20of=20this=20email=20or=20any=20action= =20taken=20in=20reliance=20on=20this=20e-mail=20is=20strictly=20prohibite= d=20and=20may=20be=20unlawful.</pre></font></td></tr></table> ------_=_NextPart_001_01CB87B7.60B47589-- From [email protected] Fri Nov 19 07:07:26 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83920 invoked from network); 19 Nov 2010 07:07:26 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Nov 2010 07:07:26 -0000 Received: (qmail 98715 invoked by uid 500); 19 Nov 2010 07:07:58 -0000 Delivered-To: [email protected] Received: (qmail 98663 invoked by uid 500); 19 Nov 2010 07:07: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98656 invoked by uid 99); 19 Nov 2010 07:07:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 07:07:57 +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-ww0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 07:07:50 +0000 Received: by wwb34 with SMTP id 34so231295wwb.0 for <[email protected]>; Thu, 18 Nov 2010 23: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:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=0sOI7IVxZzUfmVvUHMGxKl3nMvooCLscWOuERzQ6QCY=; b=fPBx+1p+8JWqxrMQWCmQj5cyRtrt3JHhLKx+7V2J1qjIhiGchdzx1pBhvQEQYtyydB px47a8NrvOXhFDTvz0VKMY04m8+FZ5ug4N4OFOsuhGBNMwBUvyguJZWxlSdkcOXASLyo BsOfCssBgKCNgqvrcz9CptPcKCw7MAqYQ1VTE= 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=bqyHxRhFMaeg7OPZQ/YxxnOXkQoMqAJzgNOodHrWwYFIGu1J+43fAX9O3QS9k0TEjx +iEYXzFQM+mpF8T5+M/UKr7BDW6x5SyZyUkXltWbzqBy45FlQOizTpVgf+TeyXKcs4p/ csVmqpD5Emqe0aKTc4Yewf07J58sAynxW0bVw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id x20mr1774575wbu.134.1290150448963; Thu, 18 Nov 2010 23:07:28 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 18 Nov 2010 23:07:28 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 18 Nov 2010 23:07:28 -0800 Message-ID: <[email protected]> Subject: Re: Problem in collecting data from Agent From: Ariel Rabkin <[email protected]> To: [email protected] Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org You apparently have your agent set to use the console connector. This means that the agent is writing to standard out, not to HDFS. Did you specify "local" when starting the agent? --Ari On Thu, Nov 18, 2010 at 10:59 PM, <[email protected]> wrot= e: > > Hi All, > > > > When I try to send a log file from Agent to Collector, I didn=92t get any= thing in HDFS expect following two file,(it also have no data inside that) > > Please let me know, how to monitor wheather collector is receiving data.. > > > > $ ./hadoop fs -ls /chukwa/logs/ > > Found 2 items > > -rw-r--r--=A0=A0 3 hadoop supergroup=A0=A0=A0=A0=A0=A0=A0=A0=A0 0 2010-11= -19 17:14 /chukwa/logs/201019171406118_HADOOPSQOOP_4b2656712c63c0713a7fea.c= hukwa > > -rw-r--r--=A0=A0 3 hadoop supergroup=A0=A0=A0=A0=A0=A0=A0 103 2010-11-19 = 17:25 /chukwa/logs/201019172022791_HADOOPSQOOP_1d40ead912c63f88f598000.done > > > > I was trying to send Iostat.log file which is given in chukwa/test/sample= s directory. > > > > > > Using the adapter > > > > add filetailer.FileTailingAdaptor logs /tmp/Iostat.log 0 > > OK add completed; new ID is 4b08ea7f0635fff5d4de778f6782bd1b > > > > Collector.log Output: > > 2010-11-19 17:44:50,418 INFO Timer-3 LocalWriter - stat:datacollection.wr= iter.local.LocalWriter dataSize=3D0 dataRate=3D0 > > 2010-11-19 17:45:18,183 INFO Timer-1 root - stats:ServletCollector,number= HTTPConnection:0,numberchunks:0 > > 2010-11-19 17:45:19,243 INFO Timer-2 LocalWriter - start Date [Fri Nov 19= 17:45:19 IST 2010] > > 2010-11-19 17:45:19,243 INFO Timer-2 LocalWriter - Rotate from Timer-2 > > 2010-11-19 17:45:19,247 INFO Timer-2 LocalWriter - no chunks written to /= tmp/chukwa/dataSink/201019174019240_HADOOPSQOOP_4c320ac712c63fd13837ffa.chu= kwa, deleting > > 2010-11-19 17:45:20,419 INFO Timer-3 LocalWriter - stat:datacollection.wr= iter.local.LocalWriter dataSize=3D0 dataRate=3D0 > > 2010-11-19 17:45:50,420 INFO Timer-3 LocalWriter - stat:datacollection.wr= iter.local.LocalWriter dataSize=3D0 dataRate=3D0 > > 2010-11-19 17:46:18,184 INFO Timer-1 root - stats:ServletCollector,number= HTTPConnection:0,numberchunks:0 > > 2010-11-19 17:46:20,420 INFO Timer-3 LocalWriter - stat:datacollection.wr= iter.local.LocalWriter dataSize=3D0 dataRate=3D0 > > > > Agent Console Output: > > =85=85. > > data type was logs > > data length was 131072, not printing > > ------------------- > > Console out connector got event at offset 1441792 > > data type was logs > > data length was 131072, not printing > > ------------------- > > Console out connector got event at offset 1572864 > > data type was logs > > data length was 131072, not printing > > ------------------- > > Console out connector got event at offset 1703936 > > data type was logs > > data length was 131072, not printing > > ------------------- > > Console out connector got event at offset 1740827 > > data type was logs > > data length was 36891, not printing > > > > Thanks & Regards > > Venkat -- Ari Rabkin [email protected] UC Berkeley Computer Science Department From [email protected] Fri Nov 19 07:59:44 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96882 invoked from network); 19 Nov 2010 07:59:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Nov 2010 07:59:44 -0000 Received: (qmail 52981 invoked by uid 500); 19 Nov 2010 08:00:16 -0000 Delivered-To: [email protected] Received: (qmail 52861 invoked by uid 500); 19 Nov 2010 08:00: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52854 invoked by uid 99); 19 Nov 2010 08:00: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 Nov 2010 08:00:15 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=MIME_QP_LONG_LINE,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 bmapps.persistent.co.in) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 08:00:08 +0000 X-AuditID: 0a4e0006-b7b17ae000000b50-b6-4ce62e72eead Received: from puneexchange.persistent.co.in ( [161.129.204.104]) by bmapps.persistent.co.in (Symantec Mail Security) with SMTP id C3.03.02896.27E26EC4; Fri, 19 Nov 2010 13:29:46 +0530 (IST) Received: from Exchange.persistent.co.in ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b6007:4dfa:35a:1023]) by CAS2 ([161.129.204.104]) with mapi; Fri, 19 Nov 2010 13:29:46 +0530 From: Stuti Awasthi <[email protected]> To: "[email protected]" <[email protected]> Date: Fri, 19 Nov 2010 13:29:44 +0530 Subject: RE: Problem in collecting data from Agent Thread-Topic: Problem in collecting data from Agent Thread-Index: AcuHuIP4m3tf2A3hTG66KtuBGF//mAABpX6w Message-ID: <[email protected]> References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US, en-IN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-IN Content-Type: text/plain; charset="iso-8859-1" content-transfer-encoding: quoted-printable MIME-Version: 1.0 X-Brightmail-Tracker: AAAAAQAAAZE= X-Virus-Checked: Checked by ClamAV on apache.org Hi, Also check your Http Connection between agent and collector. When collector= received the record, it also sends acknowledgement to agent back. You can a= lso see the agents logs to check the issue. -----Original Message----- From: Ariel Rabkin [mailto:[email protected]] Sent: Friday, November 19, 2010 12:37 PM To: [email protected] Subject: Re: Problem in collecting data from Agent You apparently have your agent set to use the console connector. This means that the agent is writing to standard out, not to HDFS. Did you specify "local" when starting the agent? --Ari On Thu, Nov 18, 2010 at 10:59 PM, <[email protected]> wrote= : > > Hi All, > > > > When I try to send a log file from Agent to Collector, I didn't get anythi= ng in HDFS expect following two file,(it also have no data inside that) > > Please let me know, how to monitor wheather collector is receiving data.. > > > > $ ./hadoop fs -ls /chukwa/logs/ > > Found 2 items > > -rw-r--r--=A0=A0 3 hadoop supergroup=A0=A0=A0=A0=A0=A0=A0=A0=A0 0 2010-11-= 19 17:14 /chukwa/logs/201019171406118_HADOOPSQOOP_4b2656712c63c0713a7fea.chu= kwa > > -rw-r--r--=A0=A0 3 hadoop supergroup=A0=A0=A0=A0=A0=A0=A0 103 2010-11-19 1= 7:25 /chukwa/logs/201019172022791_HADOOPSQOOP_1d40ead912c63f88f598000.done > > > > I was trying to send Iostat.log file which is given in chukwa/test/samples= directory. > > > > > > Using the adapter > > > > add filetailer.FileTailingAdaptor logs /tmp/Iostat.log 0 > > OK add completed; new ID is 4b08ea7f0635fff5d4de778f6782bd1b > > > > Collector.log Output: > > 2010-11-19 17:44:50,418 INFO Timer-3 LocalWriter - stat:datacollection.wri= ter.local.LocalWriter dataSize=3D0 dataRate=3D0 > > 2010-11-19 17:45:18,183 INFO Timer-1 root - stats:ServletCollector,numberH= TTPConnection:0,numberchunks:0 > > 2010-11-19 17:45:19,243 INFO Timer-2 LocalWriter - start Date [Fri Nov 19= 17:45:19 IST 2010] > > 2010-11-19 17:45:19,243 INFO Timer-2 LocalWriter - Rotate from Timer-2 > > 2010-11-19 17:45:19,247 INFO Timer-2 LocalWriter - no chunks written to /t= mp/chukwa/dataSink/201019174019240_HADOOPSQOOP_4c320ac712c63fd13837ffa.chukw= a, deleting > > 2010-11-19 17:45:20,419 INFO Timer-3 LocalWriter - stat:datacollection.wri= ter.local.LocalWriter dataSize=3D0 dataRate=3D0 > > 2010-11-19 17:45:50,420 INFO Timer-3 LocalWriter - stat:datacollection.wri= ter.local.LocalWriter dataSize=3D0 dataRate=3D0 > > 2010-11-19 17:46:18,184 INFO Timer-1 root - stats:ServletCollector,numberH= TTPConnection:0,numberchunks:0 > > 2010-11-19 17:46:20,420 INFO Timer-3 LocalWriter - stat:datacollection.wri= ter.local.LocalWriter dataSize=3D0 dataRate=3D0 > > > > Agent Console Output: > > ... > > data type was logs > > data length was 131072, not printing > > ------------------- > > Console out connector got event at offset 1441792 > > data type was logs > > data length was 131072, not printing > > ------------------- > > Console out connector got event at offset 1572864 > > data type was logs > > data length was 131072, not printing > > ------------------- > > Console out connector got event at offset 1703936 > > data type was logs > > data length was 131072, not printing > > ------------------- > > Console out connector got event at offset 1740827 > > data type was logs > > data length was 36891, not printing > > > > Thanks & Regards > > Venkat -- Ari Rabkin [email protected] UC Berkeley Computer Science Department DISCLAIMER=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= This e-mail may contain privileged and confidential information which is the= property of Persistent Systems Ltd. It is intended only for the use of the= individual or entity to which it is addressed. If you are not the intended= recipient, you are not authorized to read, retain, copy, print, distribute= or use this message. If you have received this communication in error, plea= se notify the sender and delete all copies of this message. Persistent Syste= ms Ltd. does not accept any liability for virus infected mails. From [email protected] Fri Nov 19 08:33:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11872 invoked from network); 19 Nov 2010 08:33:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Nov 2010 08:33:18 -0000 Received: (qmail 81815 invoked by uid 500); 19 Nov 2010 08:33:50 -0000 Delivered-To: [email protected] Received: (qmail 81694 invoked by uid 500); 19 Nov 2010 08: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]> List-Id: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81687 invoked by uid 99); 19 Nov 2010 08:33:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 08:33:49 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,HTML_OBFUSCATE_05_10,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 m50-133.163.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 08:33:41 +0000 Received: from zhujunliangPC (unknown [161.129.204.104]) by smtp3 (Coremail) with SMTP id DdGowKD7j5RLNuZM0RmjAQ--.393S2; Fri, 19 Nov 2010 16:33:16 +0800 (CST) From: "ZJL" <[email protected]> To: <[email protected]> References: <000301cb8722$9bcf6810$d36e3830$@com> <[email protected]> <000301cb8789$86be7850$943b68f0$@com> In-Reply-To: <000301cb8789$86be7850$943b68f0$@com> Subject: RE: Data process for HICC Date: Fri, 19 Nov 2010 16:33:07 +0800 Message-ID: <000301cb87c4$648ccd00$2da66700$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01CB8807.72B00D00" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Act/S8vRj3ntTjtBQ8O2kfGppob3ngAJt1H/ABLctZAAHUnVjgG6K9/wAAm5S9MAEaLhoAAOtUPA Content-Language: zh-cn X-CM-TRANSID:DdGowKD7j5RLNuZM0RmjAQ--.393S2 X-Coremail-Antispam: 1Uf129KBjvAXoW3ZF17Kr1UKF1fCrW5CFykZrb_yoW8Gr18Ko W5Kw4fGa1rKr47Cw1kAa4DAFWxWas5GFy7ZrWDXry7Aa1rt3yUZasxCa1rWayakF4q93Wk XryUJ3y3CFWxJFn3n29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73VFW2AGmfu7bjvjm3 AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU7JPEDUUUU X-CM-SenderInfo: p2kxijarzxjqqrwthudrp/1tbiDwKOfUiNZIxlVQAAsj X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_0004_01CB8807.72B00D00 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Another question, why don=A1=AFt the chukwa.log exist in my = chukwa=A3=BFif anybody know the cause, could you tell me, thank you=A1=A3 =20 =20 =20 From: [email protected] [mailto:[email protected]] = On Behalf Of ZJL Sent: 2010=C4=EA11=D4=C219=C8=D5 9:32 To: [email protected] Subject: RE: Data process for HICC =20 the copy of hadoop-metrics.properties, chukwa-hadoop-client.jar and = json.jar in hadoop directory.so which is not the root cause =20 From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=C4=EA11=D4=C219=C8=D5 1:06 To: [email protected] Subject: Re: Data process for HICC =20 Looks like your chukwa agent node ran out of disk space. Make sure you = have chukwa copy of hadoop-metrics.properties, chukwa-hadoop-client.jar and = json. jar copied from chukwa to hadoop like the administration guide = describes. Regards, Eric On 11/18/10 5:15 AM, "ZJL" <[email protected]> wrote: HI eric: You are right, the agent work abnormally, i didn=A1=AFt = find chukwa-hdfs-jvm-*.log, chukwa-hdfs-dfs-*.log,chukwa-hdfs-rpc-*.log in my system. I just find some warning,I didn=A1=AFt know what meaning about = that,could tell me if you know that. The following is warning in log: WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains("$fileName") log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains("$fileName") log4j:ERROR cleanUpRegex =3D=3D null || = !cleanUpRegex.contains("$fileName") =20 WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. Nov 10, 2010 2:29:33 AM org.apache.commons.httpclient.HttpMethodBase getResponseBody =20 2010-11-10 13:20:13,778 WARN HTTP post thread ChukwaAgent - got commit = up to 73283 for adaptor escaped newline CFTA-UTF8 that doesn't appear to be running: 21 total =20 WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. log4j:ERROR Failed to flush writer, java.io.IOException: No space left on device at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(FileOutputStream.java:260) at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202) at = sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272) at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276) at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122) at = java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212) at = org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:57) at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:315) at org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.java:2= 34) at = org.apache.log4j.WriterAppender.append(WriterAppender.java:159) at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:230) at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(App= end erAttachableImpl.java:65) at org.apache.log4j.Category.callAppenders(Category.java:203) at org.apache.log4j.Category.forcedLog(Category.java:388) at org.apache.log4j.Category.info(Category.java:663) at org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor$RunToolTask.r= un( ExecAdaptor.java:67) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) =20 From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=C4=EA11=D4=C210=C8=D5 1:27 To: [email protected] Subject: Re: Data process for HICC Chukwa agent is not running on your system. Check agent log file to see = why agent is not running. Regards, Eric On 11/8/10 7:30 PM, "ZJL" <[email protected]> wrote: Hi ecri: Telnent doesn=A1=AFt work, I have tried so many times,in my system, = I use the ssh to access remote computer, how can I do by your mentioning = method to check the adaptor list.thank you=20 =20 From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=C4=EA11=D4=C29=C8=D5 2:28 To: [email protected] Subject: Re: Data process for HICC Try: telnet localhost 9093 list See how many adaptor do you have on your machine? For some reason, the ChuwaDailyRollingAppender or Log4JMetricsContext is unable to talk to = the agent to register the log files. If it is working properly, you should see adaptor listed similar to = this: adaptor_217ea6590b5749d07394bb3522f93a58) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped jvm 0 /chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log 0 adaptor_e41369787a2b508486d0149f7b971223) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped dfs 0 /chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log 325440 adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailin= gAd aptorUTF8NewLineEscaped rpc 0 /chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log = 2838600 Hope this helps. Regards, Eric On 11/8/10 5:48 AM, "=C1=BC=C8=CB" <[email protected]> wrote: Hi eric: 1. i have copyed hadoop-metrics.properties.template to hadoop/conf/hadoop-metrics.properties and=20 copy chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as = well,but the DFS metric cannot=20 be scrapped. 2. i have not only shuted down chukwa agent and hdfs, Remove all check point files from chukwa/var,=20 , restart chukwa agent then restart hadoop,but also format the = namenode.but the which still don't work,the error was not disappear. the error exist in different files,the file i have uploaded to = attachment. could you help me check it? thank you. At 2010-11-08 02:02:20=A3=AC"Eric Yang" <[email protected]> wrote: >Did you copy hadoop-metrics.properties.template to >hadoop/conf/hadoop-metrics.properties? You also need to copy >chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib for this to >work. > >It looks like your check point file is out of sync with the hash map >which kept track of the files in chukwa-hadoop client. You might need >to shut down chukwa agent and hdfs. Remove all check point files from >chukwa/var, and restart chukwa agent then restart hadoop. > >regards, >Eric > >On Sun, Nov 7, 2010 at 2:42 AM, ZJL <[email protected]> wrote: >> Hi eric: >> Thank you for your instruction,I also hope the new release of = Chukwa will come soon, but I still have some questions in my chukwa deployment. >> 1.in my chukwa system,the DFS metric cannot be scrapped, for = example: DFS FS Name System Metircs,DFS Name Node Metrics etc. >> 2. "Error initializing ChukwaClient with list of currentlyregistered adaptors, clearing our local list of adaptors" in log,do you know what deployment cause this problem. >> >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang >> Sent: 2010=C4=EA11=D4=C26=C8=D5 7:19 >> To: [email protected] >> Subject: Re: Data process for HICC >> >> 1. For system metrics, it is likely the output of sar and iostat do >> not match of what Chukwa expects. I found system utilities output to >> be highly unreliable for scrapping. Hence, in Chukwa trunk, I have >> moved to Sigar for collecting system metrics. This should improve = the >> problem that you were seeing. Your original question is about node >> activity, and HDFS heatmap. Those metrics are not populated >> automatically. For node activity, Chukwa was based on Torque's >> pbsnodes. This is no longer a maintained path. For HDFS heatmap, = you >> need to have hdfs client trace and mr client trace log files stream >> through Chukwa in order to generate graph for those metrics. There = is >> no aggregation script to down sample the data for hdfs heatmap, >> therefore only the last 6 hours is visible, if client trace log files >> are processed by Chukwa. There is a lot of work to change = aggregation >> from SQL to Pig+HBase. However, most of the work is waiting for Pig >> 0.8 to be release in order for Chukwa to start the implementation. >> Therefore, you might need to wait for a while for the features to >> appear. >> >> 2. hourlyRolling and dailyRolling should run automatically after >> starting with start-all.sh script. >> >> regards, >> Eric >> >> On Fri, Nov 5, 2010 at 4:24 AM, ZJL <[email protected]> wrote: >>> HI eric: >>> 1.In background,I have started dbAdmin and the dbAdmin.sh was running,otherwise the dbbase would have nothing.in my database ,some of field record have no data. not all. "System metrics collection may fail = or be incomplete if your versions of sar and iostat do not match the ones = that Chukwa expects" this citation come >>> from chukwa releasenotes, i suspect if my sysstat version of ubuntu = is not match for chukwa, if so, what can i do for that. >>> 2.i don't know if hourlyRolling or dailyRolling automatically = run,after starting bin/start-all.sh >>> >>> -----Original Message----- >>> From: = [email protected] [mailto:[email protected]] = On Behalf Of Eric Yang >>> Sent: 2010=C4=EA11=D4=C25=C8=D5 8:39 >>> To: [email protected] >>> Subject: Re: Data process for HICC >>> >>> Hi, >>> >>> This may be caused by dbAdmin.sh was not running in the background. >>> In Chukwa 0.4, you need to have dbAdmin.sh periodically create table >>> partitions from the template tables. If the script is not running, >>> the data might not get loaded. >>> >>> I am not sure about your question about hourlyRolling or = dailyRolling. >>> Those processes should be handled by data processor (./bin/chukwa >>> dp). >>> >>> regards, >>> Eric >>> >>> 2010/11/2 =C1=BC=C8=CB <[email protected]>: >>>> >>>> HI : I always would like to use chukwa to analyze the hadoop = of >>>> efficiency,but I ran into several problems. >>>> firstly,i set up chukwa strictly following the instruction .my = hicc work >>>> normally and can display graph if there are some data in mysql for instance: >>>> DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by Percentage. >>>> but some field record in mysql were not in mysql and they can = not >>>> display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name = System >>>> Metrics,Map/Reduce Metircs,HDFS Heathmap(),Hadoop Activity,Event viewer, >>>> Node Activity Graph. >>>> my configure: >>>> chukwa-hadoop-0.4.0-client.jar have been in the hadoop=A1=AFs = lib >>>> both hadoop-metrics.properties and hadoop log4j.properties were = in hadoop >>>> of conf,i have list these documents in attachment. >>>> "System metrics collection may fail or be incomplete if your = versions of >>>> sar and iostat do not match the ones that Chukwa expects" this = citation come >>>> from chukwa releasenotes, i suspect if my sysstat version of = ubuntu is not >>>> match for chukwa, if so, what can i do for that. >>>> could anybody give me some suggestions, thank you very much, >>>> by the way do anybody know how to start hourlyRolling and dailyRoilling in >>>> 0.4.0 version and "Error initializing ChukwaClient with list of currently >>>> registered adaptors, clearing our local list of adaptors" in = logs,how can i >>>> resolved it . >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> __________ Information from ESET NOD32 Antivirus, version of virus signature database 5592 (20101104) __________ >>> >>> The message was checked by ESET NOD32 Antivirus. >>> >>> http://www.eset.com >>> >>> >>> >>> >>> >> >> __________ Information from ESET NOD32 Antivirus, version of virus signature database 5592 (20101104) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> >> __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5599 (20101107) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5605 (20101109) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5628 (20101118) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5629 (20101118) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ------=_NextPart_000_0004_01CB8807.72B00D00 Content-Type: text/html; charset="gb2312" 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:m=3D"http://schemas.microsoft.com/office/2004/12/omml" = xmlns=3D"http://www.w3.org/TR/REC-html40"><head><meta = http-equiv=3DContent-Type content=3D"text/html; charset=3Dgb2312"><meta = name=3DGenerator content=3D"Microsoft Word 12 (filtered = medium)"><title>Re: Data process for HICC</title><style><!-- /* Font Definitions */ @font-face {font-family:=CB=CE=CC=E5; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} @font-face {font-family:"MS PGothic"; panose-1:2 11 6 0 7 2 5 8 2 4;} @font-face {font-family:"\@=CB=CE=CC=E5"; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"\@MS PGothic"; panose-1:2 11 6 0 7 2 5 8 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"MS PGothic","sans-serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal; font-family:"Calibri","sans-serif"; color:#1F497D;} span.EmailStyle18 {mso-style-type:personal-reply; font-family:"Calibri","sans-serif"; color:#1F497D;} .MsoChpDefault {mso-style-type:export-only; font-size:10.0pt;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--></head><body lang=3DZH-CN link=3Dblue = vlink=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span = lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>Another question, why don=A1=AFt the chukwa.log exist in my = chukwa</span><span = style=3D'font-size:10.5pt;font-family:=CB=CE=CC=E5;color:#1F497D'>=A3=BF<= /span><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'>if anybody &nbsp;know the cause, could you tell me, thank = you</span><span = style=3D'font-size:10.5pt;font-family:=CB=CE=CC=E5;color:#1F497D'>=A1=A3<= /span><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p>&nbsp;</o:p></span></p><div><div = style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm = 0cm 0cm'><p class=3DMsoNormal><b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>= </b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = [email protected] = [mailto:[email protected]] = <b>On Behalf Of </b>ZJL<br><b>Sent:</b> 2010</span><span = style=3D'font-size:10.0pt;font-family:=CB=CE=CC=E5'>=C4=EA</span><span = lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>11</span><sp= an = style=3D'font-size:10.0pt;font-family:=CB=CE=CC=E5'>=D4=C2</span><span = lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>19</span><sp= an = style=3D'font-size:10.0pt;font-family:=CB=CE=CC=E5'>=C8=D5</span><span = lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = 9:32<br><b>To:</b> [email protected]<br><b>Subject:</b> = RE: Data process for HICC<o:p></o:p></span></p></div></div><p = class=3DMsoNormal><span lang=3DEN-US><o:p>&nbsp;</o:p></span></p><p = class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>the</span><= span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'> </span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>copy of = hadoop-metrics.properties, chukwa-hadoop-client.jar and json.jar in = hadoop directory.so which is not the root cause</span><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p>&nbsp;</o:p></span></p><div><div = style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm = 0cm 0cm'><p class=3DMsoNormal><b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>= </b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = [email protected] = [mailto:[email protected]] = <b>On Behalf Of </b>Eric Yang<br><b>Sent:</b> 2010</span><span lang=3DJA = style=3D'font-size:10.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>11</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>19</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = 1:06<br><b>To:</b> [email protected]<br><b>Subject:</b> = Re: Data process for HICC<o:p></o:p></span></p></div></div><p = class=3DMsoNormal><span lang=3DEN-US><o:p>&nbsp;</o:p></span></p><p = class=3DMsoNormal style=3D'margin-bottom:12.0pt'><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>Looks like = your chukwa agent node ran out of disk space. &nbsp;Make sure you have = chukwa copy of hadoop-metrics.properties, chukwa-hadoop-client.jar and = json.jar copied from chukwa to hadoop like the administration guide = describes.<br><br>Regards,<br>Eric<br><br><br>On 11/18/10 5:15 AM, = &quot;ZJL&quot; &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; wrote:</span><span = lang=3DEN-US><o:p></o:p></span></p><p class=3DMsoNormal = style=3D'margin-bottom:12.0pt'><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>HI = eric:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;You are right, the agent work abnormally, i = didn=A1=AFt find chukwa-hdfs-jvm-*.log</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>, = c</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>hukwa-hdfs-dfs-*.log,chukwa-hdfs-rpc-*.log in my system.<br>I just = find some warning,I didn=A1=AFt know what &nbsp;meaning about that,could = tell me if you know that.<br>The following is warning in = log:<br>WARNING: Going to buffer response body of large or unknown size. = Using getResponseBodyAsStream instead is recommended.<br>log4j:ERROR = cleanUpRegex =3D=3D null || = !cleanUpRegex.contains(&quot;$fileName&quot;)<br>log4j:ERROR = cleanUpRegex =3D=3D null || = !cleanUpRegex.contains(&quot;$fileName&quot;)<br>log4j:ERROR = cleanUpRegex =3D=3D null || = !cleanUpRegex.contains(&quot;$fileName&quot;)<br>&nbsp;<br>WARNING: = Going to buffer response body of large or unknown size. Using = getResponseBodyAsStream instead is recommended.<br>Nov 10, 2010 2:29:33 = AM org.apache.commons.httpclient.HttpMethodBase = getResponseBody<br>&nbsp;<br>2010-11-10 13:20:13,778 WARN HTTP post = thread ChukwaAgent - got commit up to 73283 &nbsp;for adaptor escaped = newline CFTA-UTF8 that doesn't appear to be running: 21 = total<br>&nbsp;<br>WARNING: Going to buffer response body of large or = unknown size. Using getResponseBodyAsStream instead is = recommended.<br>log4j:ERROR Failed to flush = writer,<br>java.io.IOException: No space left on = device<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = java.io.FileOutputStream.writeBytes(Native = Method)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = java.io.FileOutputStream.write(FileOutputStream.java:260)<br>&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)<br>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272)<br>&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276)<br>&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122)<br>&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212)<br>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:57)<br>&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:315)<br>&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.java:2= 34)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.WriterAppender.append(WriterAppender.java:159)<br>&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:230)<br>= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(App= enderAttachableImpl.java:65)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;at = org.apache.log4j.Category.callAppenders(Category.java:203)<br>&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.Category.forcedLog(Category.java:388)<br>&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.log4j.Category.info(Category.java:663)<br>&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = org.apache.hadoop.chukwa.datacollection.adaptor.ExecAdaptor$RunToolTask.r= un(ExecAdaptor.java:67)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;at = java.util.TimerThread.mainLoop(Timer.java:512)<br>&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at = java.util.TimerThread.run(Timer.java:462)<br>&nbsp;<br></span><span = lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'><br></span>= <b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>= </b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> <a = href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] <b>On Behalf Of </b>Eric Yang<br><b>Sent:</b> 2010</span><span = lang=3DJA style=3D'font-size:10.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>11</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>10</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = 1:27<br><b>To:</b> <a = href=3D"[email protected]">[email protected]= g</a><br><b>Subject:</b> Re: Data process for HICC<br></span><span = lang=3DEN-US = style=3D'font-family:"Calibri","sans-serif"'><br></span><span = lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>Chukwa = agent is not running on your system. &nbsp;Check agent log file to see = why agent is not running.<br><br>Regards,<br>Eric<br><br>On 11/8/10 7:30 = PM, &quot;ZJL&quot; &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; = wrote:<br></span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>Hi ecri:<br>&nbsp;&nbsp;&nbsp;&nbsp;Telnent doesn=A1=AFt work, I have = tried so many times,in my system, I use the ssh to access remote = computer, how can I do by your mentioning method to check the adaptor = list.thank you <br>&nbsp;<br></span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'><br></span>= <b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>= </b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> <a = href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] <b>On Behalf Of </b>Eric Yang<br><b>Sent:</b> 2010</span><span = lang=3DJA style=3D'font-size:10.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>11</span><sp= an lang=3DJA style=3D'font-size:10.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>9</span><spa= n lang=3DJA style=3D'font-size:10.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = 2:28<br><b>To:</b> <a = href=3D"[email protected]">[email protected]= g</a><br><b>Subject:</b> Re: Data process for HICC<br></span><span = lang=3DEN-US = style=3D'font-family:"Calibri","sans-serif"'><br></span><span = lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>Try:<br><br= >telnet localhost 9093<br>list<br><br>See how many adaptor do you have = on your machine? &nbsp;For some reason, the ChuwaDailyRollingAppender or = Log4JMetricsContext is unable to talk to the agent to register the log = files.<br><br>If it is working properly, you should see adaptor listed = similar to this:<br><br>adaptor_217ea6590b5749d07394bb3522f93a58) = &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped jvm 0 = /chukwa/current/var/log/metrics/chukwa-hdfs-jvm-1285170111337.log = 0<br>adaptor_e41369787a2b508486d0149f7b971223) = &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped dfs 0 = /chukwa/current/var/log/metrics/chukwa-hdfs-dfs-1283736356808.log = 325440<br>adaptor_098cf71f98cfe22f630f6fcd6e4bedfb) = &nbsp;org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFile= TailingAdaptorUTF8NewLineEscaped rpc 0 = /chukwa/current/var/log/metrics/chukwa-hdfs-rpc-1283649648098.log = 2838600<br><br>Hope this helps.<br><br>Regards,<br>Eric<br><br>On = 11/8/10 5:48 AM, &quot;</span><span lang=3DJA = style=3D'font-size:11.0pt'>=C1=BC=C8=CB</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>&quot; = &lt;<a href=3D"[email protected]">[email protected]</a>&gt; wrote:<br>Hi = eric:<br>1. &nbsp;&nbsp;&nbsp;i have copyed = hadoop-metrics.properties.template to = hadoop/conf/hadoop-metrics.properties and <br>&nbsp;copy = chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib as well,but = the DFS metric cannot <br>be scrapped.<br>2. i have not only = &nbsp;shuted down chukwa agent and hdfs, Remove all check point files = from chukwa/var, <br>, restart chukwa agent then restart hadoop,but also = format the namenode.but the which still don't work,the error was not = disappear.<br>the error exist in different files,the file i have = uploaded to attachment. could you help me check it? thank = you.<br><br><br>At 2010-11-08 02:02:20</span><span lang=3DJA = style=3D'font-size:11.0pt'>=A3=AC</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>&quot;Eric = Yang&quot; &lt;<a href=3D"[email protected]">[email protected]</a>&gt; = wrote:<br><br>&gt;Did you copy hadoop-metrics.properties.template = to<br>&gt;hadoop/conf/hadoop-metrics.properties? &nbsp;You also need to = copy<br>&gt;chukwa-hadoop-0.4.0-client.jar and json.jar to hadoop/lib = for this to<br>&gt;work.<br>&gt;<br>&gt;It looks like your check point = file is out of sync with the hash map<br>&gt;which kept track of the = files in chukwa-hadoop client. &nbsp;You might need<br>&gt;to shut down = chukwa agent and hdfs. &nbsp;Remove all check point files = from<br>&gt;chukwa/var, and restart chukwa agent then restart = hadoop.<br>&gt;<br>&gt;regards,<br>&gt;Eric<br>&gt;<br>&gt;On Sun, Nov = 7, 2010 at 2:42 AM, ZJL &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; wrote:<br>&gt;&gt; = Hi eric:<br>&gt;&gt; &nbsp;&nbsp;&nbsp;Thank you for your instruction,I = also hope the new release of Chukwa will come soon, but I still have = some questions in my chukwa deployment.<br>&gt;&gt; &nbsp;1.in my chukwa = system,the DFS metric cannot be scrapped, for example: DFS FS Name = System Metircs,DFS Name Node Metrics etc.<br>&gt;&gt; &nbsp;2. = &quot;Error initializing ChukwaClient with list of currentlyregistered = adaptors, clearing our local list of adaptors&quot; in log,do you know = what deployment cause this problem.<br>&gt;&gt;<br>&gt;&gt; = -----Original Message-----<br>&gt;&gt; From: <a = href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] On Behalf Of Eric Yang<br>&gt;&gt; Sent: 2010</span><span = lang=3DJA style=3D'font-size:11.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>11</span><s= pan lang=3DJA style=3D'font-size:11.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>6</span><sp= an lang=3DJA style=3D'font-size:11.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> = 7:19<br>&gt;&gt; To: <a = href=3D"[email protected]">[email protected]= g</a><br>&gt;&gt; Subject: Re: Data process for = HICC<br>&gt;&gt;<br>&gt;&gt; 1. For system metrics, it is likely the = output of sar and iostat do<br>&gt;&gt; not match of what Chukwa = expects. &nbsp;I found system utilities output to<br>&gt;&gt; be highly = unreliable for scrapping. &nbsp;Hence, in Chukwa trunk, I = have<br>&gt;&gt; moved to Sigar for collecting system metrics. = &nbsp;This should improve the<br>&gt;&gt; problem that you were seeing. = &nbsp;Your original question is about node<br>&gt;&gt; activity, and = HDFS heatmap. &nbsp;Those metrics are not populated<br>&gt;&gt; = automatically. &nbsp;For node activity, Chukwa was based on = Torque's<br>&gt;&gt; pbsnodes. &nbsp;This is no longer a maintained = path. &nbsp;For HDFS heatmap, you<br>&gt;&gt; need to have hdfs client = trace and mr client trace log files stream<br>&gt;&gt; through Chukwa in = order to generate graph for those metrics. &nbsp;There is<br>&gt;&gt; no = aggregation script to down sample the data for hdfs heatmap,<br>&gt;&gt; = therefore only the last 6 hours is visible, if client trace log = files<br>&gt;&gt; are processed by Chukwa. &nbsp;There is a lot of work = to change aggregation<br>&gt;&gt; from SQL to Pig+HBase. &nbsp;However, = most of the work is waiting for Pig<br>&gt;&gt; 0.8 to be release in = order for Chukwa to start the implementation.<br>&gt;&gt; Therefore, you = might need to wait for a while for the features to<br>&gt;&gt; = appear.<br>&gt;&gt;<br>&gt;&gt; 2. &nbsp;hourlyRolling and dailyRolling = should run automatically after<br>&gt;&gt; starting with start-all.sh = script.<br>&gt;&gt;<br>&gt;&gt; regards,<br>&gt;&gt; = Eric<br>&gt;&gt;<br>&gt;&gt; On Fri, Nov 5, 2010 at 4:24 AM, ZJL &lt;<a = href=3D"[email protected]">[email protected]</a>&gt; = wrote:<br>&gt;&gt;&gt; HI eric:<br>&gt;&gt;&gt; 1.In background,I have = started dbAdmin and the dbAdmin.sh was running,otherwise the dbbase = would have nothing.in my database ,some of field record have no data. = not all. &quot;System metrics collection may fail or be incomplete if = your versions of sar and iostat do not match the ones that Chukwa = expects&quot; this citation come<br>&gt;&gt;&gt; from chukwa = releasenotes, i suspect if my sysstat version of ubuntu is not match for = chukwa, if so, what can i do for that.<br>&gt;&gt;&gt; 2.i don't know if = hourlyRolling or dailyRolling automatically run,after starting = bin/start-all.sh<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; -----Original = Message-----<br>&gt;&gt;&gt; From: <a = href=3D"[email protected]">= [email protected]</a> [<a = href=3D"mailto:[email protected]= e.org">mailto:[email protected]= .org</a>] On Behalf Of Eric Yang<br>&gt;&gt;&gt; Sent: 2010</span><span = lang=3DJA style=3D'font-size:11.0pt'>=C4=EA</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>11</span><s= pan lang=3DJA style=3D'font-size:11.0pt'>=D4=C2</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'>5</span><sp= an lang=3DJA style=3D'font-size:11.0pt'>=C8=D5</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> = 8:39<br>&gt;&gt;&gt; To: <a = href=3D"[email protected]">[email protected]= g</a><br>&gt;&gt;&gt; Subject: Re: Data process for = HICC<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Hi,<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; = This may be caused by dbAdmin.sh was not running in the = background.<br>&gt;&gt;&gt; In Chukwa 0.4, you need to have dbAdmin.sh = periodically create table<br>&gt;&gt;&gt; partitions from the template = tables. &nbsp;If the script is not running,<br>&gt;&gt;&gt; the data = might not get loaded.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; I am not sure = about your question about hourlyRolling or dailyRolling.<br>&gt;&gt;&gt; = &nbsp;Those processes should be handled by data processor = (./bin/chukwa<br>&gt;&gt;&gt; dp).<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; = regards,<br>&gt;&gt;&gt; Eric<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; 2010/11/2 = </span><span lang=3DJA = style=3D'font-size:11.0pt'>=C1=BC=C8=CB</span><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"'> &lt;<a = href=3D"[email protected]">[email protected]</a>&gt;:<br>&gt;&gt;&gt;&gt;= <br>&gt;&gt;&gt;&gt; &nbsp;HI : &nbsp;&nbsp;&nbsp;I always would like to = use &nbsp;chukwa to analyze the hadoop of<br>&gt;&gt;&gt;&gt; = efficiency,but I &nbsp;ran into several problems.<br>&gt;&gt;&gt;&gt; = &nbsp;&nbsp;&nbsp;&nbsp;firstly,i set up chukwa strictly following the = instruction .my hicc work<br>&gt;&gt;&gt;&gt; normally and can display = graph if there are some data in mysql for instance:<br>&gt;&gt;&gt;&gt; = DFS Throughput Metrics,DFS Data Node Metrics,Cluster Metrics by = Percentage.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;but some field = record in mysql were not in mysql and they can not<br>&gt;&gt;&gt;&gt; = display in hicc, for example: DFS Name Node Metrics,DFS FS ,Name = System<br>&gt;&gt;&gt;&gt; Metrics,Map/Reduce Metircs,HDFS = Heathmap(),Hadoop Activity,Event viewer,<br>&gt;&gt;&gt;&gt; Node = Activity Graph.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;my = configure:<br>&gt;&gt;&gt;&gt; = &nbsp;&nbsp;chukwa-hadoop-0.4.0-client.jar &nbsp;have been in the = hadoop=A1=AFs lib<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;both = hadoop-metrics.properties and hadoop log4j.properties were in = hadoop<br>&gt;&gt;&gt;&gt; of conf,i have list these documents in = attachment.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;&quot;System metrics = collection may fail or be incomplete if your versions = of<br>&gt;&gt;&gt;&gt; sar and iostat do not match the ones that Chukwa = expects&quot; this citation come<br>&gt;&gt;&gt;&gt; from chukwa = releasenotes, i suspect &nbsp;if my sysstat version of ubuntu is = not<br>&gt;&gt;&gt;&gt; match for chukwa, if so, what can i do for = that.<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;could anybody give me some = suggestions, thank you very much,<br>&gt;&gt;&gt;&gt; &nbsp;&nbsp;by the = way do anybody know how to start hourlyRolling and dailyRoilling = in<br>&gt;&gt;&gt;&gt; 0.4.0 version and &quot;Error initializing = ChukwaClient with list of currently<br>&gt;&gt;&gt;&gt; registered = adaptors, clearing our local list of adaptors&quot; in logs,how can = i<br>&gt;&gt;&gt;&gt; resolved it = .<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;= &gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&= gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; = __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5592 (20101104) = __________<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; The message was checked by = ESET NOD32 Antivirus.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; <a = href=3D"http://www.eset.com">http://www.eset.com</a><br>&gt;&gt;&gt;<br>&= gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;<b= r>&gt;&gt; __________ Information from ESET NOD32 Antivirus, version of = virus signature database 5592 (20101104) = __________<br>&gt;&gt;<br>&gt;&gt; The message was checked by ESET NOD32 = Antivirus.<br>&gt;&gt;<br>&gt;&gt; <a = href=3D"http://www.eset.com">http://www.eset.com</a><br>&gt;&gt;<br>&gt;&= gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br><br><br><br></span><span = lang=3DEN-US = style=3D'font-family:"Calibri","sans-serif"'><br><br>__________ = Information from ESET NOD32 Antivirus, version of virus signature = database 5599 (20101107) __________<br><br>The message was checked by = ESET NOD32 Antivirus.<br><br><a = href=3D"http://www.eset.com">http://www.eset.com</a><br><br><br>_________= _ Information from ESET NOD32 Antivirus, version of virus signature = database 5605 (20101109) __________<br><br>The message was checked by = ESET NOD32 Antivirus.<br><br><a = href=3D"http://www.eset.com">http://www.eset.com</a></span><span = lang=3DEN-US><o:p></o:p></span></p><p class=3DMsoNormal><span = lang=3DEN-US><br><br>__________ Information from ESET NOD32 Antivirus, = version of virus signature database 5628 (20101118) = __________<br><br>The message was checked by ESET NOD32 = Antivirus.<br><br><a = href=3D"http://www.eset.com">http://www.eset.com</a><o:p></o:p></span></p= ><p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-family:=CB=CE=CC=E5'><br><br>__________ Information from = ESET NOD32 Antivirus, version of virus signature database 5629 = (20101118) __________<br><br>The message was checked by ESET NOD32 = Antivirus.<br><br><a = href=3D"http://www.eset.com">http://www.eset.com</a><o:p></o:p></span></p= ></div></body></html> ------=_NextPart_000_0004_01CB8807.72B00D00-- From [email protected] Fri Nov 19 08:37:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12900 invoked from network); 19 Nov 2010 08:37:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Nov 2010 08:37:55 -0000 Received: (qmail 85756 invoked by uid 500); 19 Nov 2010 08:38:26 -0000 Delivered-To: [email protected] Received: (qmail 85663 invoked by uid 500); 19 Nov 2010 08: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85655 invoked by uid 99); 19 Nov 2010 08: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, 19 Nov 2010 08:38:25 +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 (nike.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; Fri, 19 Nov 2010 08:38:17 +0000 Received: by iwn9 with SMTP id 9so1717269iwn.6 for <[email protected]>; Fri, 19 Nov 2010 00:37:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=o4mpt2Px+H1rLTPXpdtz/6R9EqWi1jdNWvycdQ0EKbo=; b=V6PwfuKJHv0gQxD+p9M4vX7Cl/jUCHxUERhBi+Gu4SCLr3xbuH3B+JsrWglct2mKMI ZP7cwHsdiu0KnH/lgQQEREzgq9RxxTOoy8ewH2SG4OczgcsDTYeCy7fSPRKR1xrhuJia SJA8Y5fSjGhsW1Mro3FVv6JKpxa1v4Y7xWuQI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=M9K3AWk36Z3YJmbG5ba3HfbvakoPTpHCGUl3PO7tzWNKdl6Xba7Ms8lnUJki0fWSLz U3wii79EzXDwCm4TMM0nAIzB3oKynhZd31kKnA7wnom1HUhHXlGGm/X0tT31HMgXHDkf 8t7WD5of9Uqx9tgnH6z48ZlWpgI74idPmExDg= Received: by 161.129.204.104 with SMTP id j2mr1770961ibd.86.1290155876760; Fri, 19 Nov 2010 00:37:56 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Fri, 19 Nov 2010 00:37:36 -0800 (PST) From: Ying Tang <[email protected]> Date: Fri, 19 Nov 2010 16:37:36 +0800 Message-ID: <[email protected]> Subject: 2 questions, the log file name and the log messy code To: chukwa-user <[email protected]> Content-Type: multipart/alternative; boundary=00032557a0d2bd3e6e049563d233 X-Virus-Checked: Checked by ClamAV on apache.org --00032557a0d2bd3e6e049563d233 Content-Type: text/plain; charset=ISO-8859-1 Hi all , 1. I have install 2 nodes chukwa for testing , one agent and one collector . And also i have an hdfs , but i found the log collected by the collector in hdfs , the file name is time+logsourcehost+java.rmi.server.UID() time's format is yyyyddHHmmssSSS , there is no month ? And this is been written in the code . I need the month , so i must change the code and recompile it ? 2. And another question , the log content in the log file(in the hdfs) , the metadata is messy code , the log content from the agent is ok. My adaptor is UTF8 , how to solve this? -- Best regards, Ivy Tang --00032557a0d2bd3e6e049563d233 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div>Hi all , </div> <div>=A0=A0=A0 1.=A0=A0 I have install 2 nodes chukwa for testing , one age= nt and one collector=A0 . And also i have an hdfs , but i found the log col= lected by the collector in hdfs , the file name is </div> <div>=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0<span style=3D"WIDOWS: 2; TEXT-TRANSFORM= : none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium Simsun; W= HITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); = WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-v= ertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-tex= t-size-adjust: auto; -webkit-text-stroke-width: 0px" class=3D"Apple-style-s= pan"><span style=3D"BORDER-COLLAPSE: collapse; FONT-FAMILY: arial, sans-ser= if; FONT-SIZE: 13px" class=3D"Apple-style-span">time+logsourcehost+java.rmi= .server.UID()</span></span></div> <div><span style=3D"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORD= ER-COLLAPSE: separate; FONT: medium Simsun; WHITE-SPACE: normal; ORPHANS: 2= ; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-bor= der-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-= text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-t= ext-stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"BORDER-COL= LAPSE: collapse; FONT-FAMILY: arial, sans-serif; FONT-SIZE: 13px" class=3D"= Apple-style-span">=A0=A0=A0=A0=A0=A0=A0=A0 =A0time&#39;s format is <span st= yle=3D"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: = separate; FONT: medium Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPAC= ING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizonta= l-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorati= ons-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-wi= dth: 0px" class=3D"Apple-style-span"><span style=3D"BORDER-COLLAPSE: collap= se; FONT-FAMILY: arial, sans-serif; FONT-SIZE: 13px" class=3D"Apple-style-s= pan">yyyyddHHmmssSSS , there is no month ? And this is been written in the = code . </span></span></span></span></div> <div><span style=3D"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORD= ER-COLLAPSE: separate; FONT: medium Simsun; WHITE-SPACE: normal; ORPHANS: 2= ; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-bor= der-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-= text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-t= ext-stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"BORDER-COL= LAPSE: collapse; FONT-FAMILY: arial, sans-serif; FONT-SIZE: 13px" class=3D"= Apple-style-span"><span style=3D"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDE= NT: 0px; BORDER-COLLAPSE: separate; FONT: medium Simsun; WHITE-SPACE: norma= l; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px= ; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: = 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: au= to; -webkit-text-stroke-width: 0px" class=3D"Apple-style-span"><span style= =3D"BORDER-COLLAPSE: collapse; FONT-FAMILY: arial, sans-serif; FONT-SIZE: 1= 3px" class=3D"Apple-style-span">=A0=A0=A0=A0I=A0=A0=A0=A0 =A0need the month= =A0 ,=A0 so i must change the code and recompile it ?</span></span></span><= /span></div> <div><span style=3D"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORD= ER-COLLAPSE: separate; FONT: medium Simsun; WHITE-SPACE: normal; ORPHANS: 2= ; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-bor= der-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-= text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-t= ext-stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"BORDER-COL= LAPSE: collapse; FONT-FAMILY: arial, sans-serif; FONT-SIZE: 13px" class=3D"= Apple-style-span"><span style=3D"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDE= NT: 0px; BORDER-COLLAPSE: separate; FONT: medium Simsun; WHITE-SPACE: norma= l; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px= ; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: = 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: au= to; -webkit-text-stroke-width: 0px" class=3D"Apple-style-span"><span style= =3D"BORDER-COLLAPSE: collapse; FONT-FAMILY: arial, sans-serif; FONT-SIZE: 1= 3px" class=3D"Apple-style-span">=A0=A0=A0 2.=A0=A0 And another question , t= he log content in the log file(in the hdfs) , the metadata is messy code , = the log content from the agent is ok.</span></span></span></span></div> <div><span style=3D"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORD= ER-COLLAPSE: separate; FONT: medium Simsun; WHITE-SPACE: normal; ORPHANS: 2= ; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-bor= der-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-= text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-t= ext-stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"BORDER-COL= LAPSE: collapse; FONT-FAMILY: arial, sans-serif; FONT-SIZE: 13px" class=3D"= Apple-style-span"><span style=3D"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDE= NT: 0px; BORDER-COLLAPSE: separate; FONT: medium Simsun; WHITE-SPACE: norma= l; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px= ; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: = 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: au= to; -webkit-text-stroke-width: 0px" class=3D"Apple-style-span"><span style= =3D"BORDER-COLLAPSE: collapse; FONT-FAMILY: arial, sans-serif; FONT-SIZE: 1= 3px" class=3D"Apple-style-span">=A0=A0=A0=A0=A0=A0=A0=A0=A0 My adaptor is U= TF8 , how to solve this?</span></span></span></span><br clear=3D"all"> <br>-- <br></div> <div>Best regards,</div> <div><br></div> <div>Ivy Tang</div> <div><br></div> <div><br></div><br> --00032557a0d2bd3e6e049563d233-- From [email protected] Fri Nov 19 17:30:30 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88678 invoked from network); 19 Nov 2010 17:30:30 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Nov 2010 17:30:30 -0000 Received: (qmail 50708 invoked by uid 500); 19 Nov 2010 17:31:02 -0000 Delivered-To: [email protected] Received: (qmail 50611 invoked by uid 500); 19 Nov 2010 17:31: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50604 invoked by uid 99); 19 Nov 2010 17:31:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 17:31:01 +0000 X-ASF-Spam-Status: No, hits=3.3 required=10.0 tests=HTML_MESSAGE,NO_RDNS_DOTCOM_HELO,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 mrout1-b.corp.re1.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 17:30:51 +0000 Received: from SP2-EX07CAS01.ds.corp.yahoo.com (sp2-ex07cas01.corp.sp2.yahoo.com [161.129.204.104]) by mrout1-b.corp.re1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id oAJHU4fq018873 for <[email protected]>; Fri, 19 Nov 2010 09:30:04 -0800 (PST) Received: from SP2-EX07VS05.ds.corp.yahoo.com ([161.129.204.104]) by SP2-EX07CAS01.ds.corp.yahoo.com ([161.129.204.104]) with mapi; Fri, 19 Nov 2010 09:30:04 -0800 From: Eric Yang <[email protected]> To: "[email protected]" <[email protected]> Date: Fri, 19 Nov 2010 09:30:00 -0800 Subject: Re: 2 questions, the log file name and the log messy code Thread-Topic: 2 questions, the log file name and the log messy code Thread-Index: AcuHxS/rAeUf/VwrShyG7EijUjlDvgASjRyF Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_C90BF418DF0Aeyangyahooinccom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_C90BF418DF0Aeyangyahooinccom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable On 11/19/10 12:37 AM, "Ying Tang" <[email protected]> wrote: Hi all , 1. I have install 2 nodes chukwa for testing , one agent and one coll= ector . And also i have an hdfs , but i found the log collected by the col= lector in hdfs , the file name is time+logsourcehost+java.rmi.server.UID() time's format is yyyyddHHmmssSSS , there is no month ? And this i= s been written in the code . I need the month , so i must change the code and recompile it ? 2. And another question , the log content in the log file(in the hdfs= ) , the metadata is messy code , the log content from the agent is ok. My adaptor is UTF8 , how to solve this? 1. Looks like a mistake on the temp filename. Please open a jira and we = will fix it. 2. The data is recorded in sequence file format to make the data easier t= o process with mapreduce. If you are expecting plain text of the log conte= nt, you will need to write a map/reduce job with output format to text outp= ut format and channel the log files types according. Regards, Eric --_000_C90BF418DF0Aeyangyahooinccom_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <HTML> <HEAD> <TITLE>Re: 2 questions, the log file name and the log messy code</TITLE> </HEAD> <BODY> <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:= 11pt'><BR> <BR> <BR> On 11/19/10 12:37 AM, &quot;Ying Tang&quot; &lt;<a href=3D"ivytang0812@gmai= l.com">[email protected]</a>&gt; wrote:<BR> <BR> </SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"= ><SPAN STYLE=3D'font-size:11pt'>Hi all , <BR> =A0=A0=A0 1.=A0=A0 I have install 2 nodes chukwa for testing , one agent an= d one collector=A0 . And also i have an hdfs , but i found the log collecte= d by the collector in hdfs , the file name is <BR> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0</SPAN></FONT><FONT SIZE=3D"2"><FONT FACE=3D"= Arial"><SPAN STYLE=3D'font-size:10pt'>time+logsourcehost+java.rmi.server.UI= D()<BR> =A0=A0=A0=A0=A0=A0=A0=A0 =A0time's format is yyyyddHHmmssSSS , there is no = month ? And this is been written in the code . <BR> =A0=A0=A0=A0I=A0=A0=A0=A0 =A0need the month=A0 ,=A0 so i must change the co= de and recompile it ?<BR> =A0=A0=A0 2.=A0=A0 And another question , the log content in the log file(i= n the hdfs) , the metadata is messy code , the log content from the agent i= s ok.<BR> =A0=A0=A0=A0=A0=A0=A0=A0=A0 My adaptor is UTF8 , how to solve this?<BR> </SPAN></FONT></FONT></BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica= , Arial"><SPAN STYLE=3D'font-size:11pt'><BR> </SPAN></FONT><OL><LI><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SP= AN STYLE=3D'font-size:11pt'>Looks like a mistake on the temp filename. &nbs= p;Please open a jira and we will fix it. </SPAN></FONT><LI><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN S= TYLE=3D'font-size:11pt'>The data is recorded in sequence file format to mak= e the data easier to process with mapreduce. &nbsp;If you are expecting pla= in text of the log content, you will need to write a map/reduce job with ou= tput format to text output format and channel the log files types according= .<BR> </SPAN></FONT></OL><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN = STYLE=3D'font-size:11pt'><BR> Regards,<BR> Eric</SPAN></FONT> </BODY> </HTML> --_000_C90BF418DF0Aeyangyahooinccom_-- From [email protected] Fri Nov 19 18:24:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20308 invoked from network); 19 Nov 2010 18:24:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Nov 2010 18:24:38 -0000 Received: (qmail 21581 invoked by uid 500); 19 Nov 2010 18:25:10 -0000 Delivered-To: [email protected] Received: (qmail 21558 invoked by uid 500); 19 Nov 2010 18:25: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21551 invoked by uid 99); 19 Nov 2010 18:25:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 18:25:10 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,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 mx2.netflix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 18:25:05 +0000 Received: from ExchFE101.netflix.com (exchfe101.netflix.com [161.129.204.104]) by mx2.netflix.com (161.129.204.10460308/8.12.11) with ESMTP id oAJIOjZd029030 for <[email protected]>; Fri, 19 Nov 2010 10:24:45 -0800 Received: from ExchMBX104.netflix.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b409a:eb58:3def:adb6]) by ExchFE101.netflix.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b6861:6a26:831f:e8c9%14]) with mapi; Fri, 19 Nov 2010 10:24:44 -0800 From: Jerome Boulon <[email protected]> To: "[email protected]" <[email protected]> Date: Fri, 19 Nov 2010 10:24:42 -0800 Subject: Re: 2 questions, the log file name and the log messy code Thread-Topic: 2 questions, the log file name and the log messy code Thread-Index: AcuHxS/rAeUf/VwrShyG7EijUjlDvgASjRyFAAHpD0E= Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_C90C00EA15541jboulonnetflixcom_" MIME-Version: 1.0 --_000_C90C00EA15541jboulonnetflixcom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Just a warning if you are using Text output format then you will have some = hard time with "\n" inside your logs like stackTrace for example. Also, text file will either be non-compressed or non-splittable. /Jerome. On 11/19/10 9:30 AM, "Eric Yang" <[email protected]> wrote: On 11/19/10 12:37 AM, "Ying Tang" <[email protected]> wrote: Hi all , 1. I have install 2 nodes chukwa for testing , one agent and one coll= ector . And also i have an hdfs , but i found the log collected by the col= lector in hdfs , the file name is time+logsourcehost+java.rmi.server.UID() time's format is yyyyddHHmmssSSS , there is no month ? And this i= s been written in the code . I need the month , so i must change the code and recompile it ? 2. And another question , the log content in the log file(in the hdfs= ) , the metadata is messy code , the log content from the agent is ok. My adaptor is UTF8 , how to solve this? 1. Looks like a mistake on the temp filename. Please open a jira and we = will fix it. 2. The data is recorded in sequence file format to make the data easier t= o process with mapreduce. If you are expecting plain text of the log conte= nt, you will need to write a map/reduce job with output format to text outp= ut format and channel the log files types according. Regards, Eric --_000_C90C00EA15541jboulonnetflixcom_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <HTML> <HEAD> <TITLE>Re: 2 questions, the log file name and the log messy code</TITLE> </HEAD> <BODY> <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:= 11pt'>Just a warning if you are using Text output format then you will have= some hard time with &#8220;\n&#8221; inside your logs like stackTrace for = example.<BR> Also, text file will either be non-compressed or non-splittable.<BR> <BR> /Jerome.<BR> <BR> On 11/19/10 9:30 AM, &quot;Eric Yang&quot; &lt;<a href=3D"[email protected]= om">[email protected]</a>&gt; wrote:<BR> <BR> </SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"= ><SPAN STYLE=3D'font-size:11pt'><BR> <BR> <BR> On 11/19/10 12:37 AM, &quot;Ying Tang&quot; &lt;<a href=3D"ivytang0812@gmai= l.com">[email protected]</a>&gt; wrote:<BR> <BR> </SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"= ><SPAN STYLE=3D'font-size:11pt'>Hi all , <BR> =A0=A0=A0 1.=A0=A0 I have install 2 nodes chukwa for testing , one agent an= d one collector=A0 . And also i have an hdfs , but i found the log collecte= d by the collector in hdfs , the file name is <BR> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0</SPAN></FONT><FONT SIZE=3D"2"><FONT FACE=3D"= Arial"><SPAN STYLE=3D'font-size:10pt'>time+logsourcehost+java.rmi.server.UI= D()<BR> =A0=A0=A0=A0=A0=A0=A0=A0 =A0time's format is yyyyddHHmmssSSS , there is no = month ? And this is been written in the code . <BR> =A0=A0=A0=A0I=A0=A0=A0=A0 =A0need the month=A0 ,=A0 so i must change the co= de and recompile it ?<BR> =A0=A0=A0 2.=A0=A0 And another question , the log content in the log file(i= n the hdfs) , the metadata is messy code , the log content from the agent i= s ok.<BR> =A0=A0=A0=A0=A0=A0=A0=A0=A0 My adaptor is UTF8 , how to solve this?<BR> </SPAN></FONT></FONT></BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica= , Arial"><SPAN STYLE=3D'font-size:11pt'><BR> </SPAN></FONT><OL><LI><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SP= AN STYLE=3D'font-size:11pt'>Looks like a mistake on the temp filename. &nbs= p;Please open a jira and we will fix it.=20 </SPAN></FONT><LI><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN S= TYLE=3D'font-size:11pt'>The data is recorded in sequence file format to mak= e the data easier to process with mapreduce. &nbsp;If you are expecting pla= in text of the log content, you will need to write a map/reduce job with ou= tput format to text output format and channel the log files types according= .<BR> </SPAN></FONT></OL><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN = STYLE=3D'font-size:11pt'><BR> Regards,<BR> Eric<BR> </SPAN></FONT></BLOCKQUOTE> </BODY> </HTML> --_000_C90C00EA15541jboulonnetflixcom_-- From [email protected] Sat Nov 20 08:46:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79825 invoked from network); 20 Nov 2010 08:46:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Nov 2010 08:46:41 -0000 Received: (qmail 12449 invoked by uid 500); 20 Nov 2010 08:47:13 -0000 Delivered-To: [email protected] Received: (qmail 12328 invoked by uid 500); 20 Nov 2010 08: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]> List-Id: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 26684 invoked by uid 99); 20 Nov 2010 04:51:50 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,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) 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=XhHXG8G5AsTQXlcvj/5ljZNqrSnSsZaKGrOD7dJD3Kg=; b=LJ9yVfzqWPr1XuP4kXvXTrpE67Td3CNdvggIPTyTSFQeCd9DIWcC/PZUNLs5ydWG9f 473/OfzUt4Yz9VxDfLPFBHAxIwSxvXZrRM9QVbEYfK/zyTWTKzfitrI7r6wtIW8heKni HJfoE0yzN0QLsJFucT/lRPuB5pCYyKoLGlIBQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Hc4xmgno512lAEva2n0oWfCQVBlzJWzxGiwMQnFDfjps1s2uVaVwE06mngPaGdQLQ1 x71320QD6CvLtDaVuV2nakyr3+9mpGc83w/yfSD8yXnmVm2SfE6evcDPk7dg50qO1lL6 dpO75hKVyh4kQgf7ytMnRnLD5n8Mq8cXWQzBo= MIME-Version: 1.0 Date: Sat, 20 Nov 2010 12:51:24 +0800 Message-ID: <[email protected]> Subject: where is the data from collector From: =?UTF-8?B?5qKB5pmv5piO?= <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636b432446a19ee049574c67c --001636b432446a19ee049574c67c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable hi , follow Chukwa Agent Setup Guide, i ran Agents and Collector successful from the collector http://161.129.204.104:10080/chukwa?ping=3Dtrue i see Date:1290227294961 Now:1290227353478 numberHTTPConnection in time window:4 numberchunks in time window:4 lifetimechunks:18 yes.it seems to get logs ok, and next step puzzled me, i ran the bin/start-data-processors.sh, i fount there were some new files in my hdfs. /chukwa /chukwa/archivesProcessing /chukwa/dataSinkArchives /chukwa/finalArchives but all it's empty.where is the data? or it didn't been collected by hadoop just in my local files. 1=E3=80=81where is the data? 2=E3=80=81how can i send it to hadoop? 2=E3=80=81how can i get it? 3=E3=80=81how can i read it,and count it by my mapreduce or something? thanks for any help. --001636b432446a19ee049574c67c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable hi , follow Chukwa Agent Setup Guide,<br>i ran Agents and Collector success= ful <br><br>from the collector <br><a href=3D"http://161.129.204.104:10080/ch= ukwa?ping=3Dtrue">http://161.129.204.104:10080/chukwa?ping=3Dtrue</a> <br>i s= ee <br> <pre>Date:1290227294961<br>Now:1290227353478<br>numberHTTPConnection in tim= e window:4<br>numberchunks in time window:4<br>lifetimechunks:18<br><br><a = href=3D"http://yes.it">yes.it</a> seems to get logs ok,<br>and next step pu= zzled me,<br> i ran the bin/start-data-processors.sh,<br>i fount there were some new file= s in my hdfs.<br>/chukwa<br>/chukwa/archivesProcessing <br>/chukwa/dataSink= Archives<br>/chukwa/finalArchives<br><br>but all it&#39;s empty.where is th= e data? <br> or it didn&#39;t been collected by hadoop just in my local files.<br><br>1= =E3=80=81where is the data?<br>2=E3=80=81how can i send it to hadoop?<br>2= =E3=80=81how can i get it?<br>3=E3=80=81how can i read it,and count it by m= y mapreduce or something?<br><br> thanks for any help.<br></pre><br> --001636b432446a19ee049574c67c-- From [email protected] Sat Nov 20 12:23:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64273 invoked from network); 20 Nov 2010 12:23:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Nov 2010 12:23:11 -0000 Received: (qmail 28273 invoked by uid 500); 20 Nov 2010 12:23:43 -0000 Delivered-To: [email protected] Received: (qmail 28150 invoked by uid 500); 20 Nov 2010 12:23: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28143 invoked by uid 99); 20 Nov 2010 12:23:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Nov 2010 12:23: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 m50-135.163.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Nov 2010 12:23:33 +0000 Received: from zhujunliangPC (unknown [161.129.204.104]) by smtp5 (Coremail) with SMTP id D9GowLBbHAGmvedMVYq1AQ--.4103S2; Sat, 20 Nov 2010 20:23:03 +0800 (CST) From: "ZJL" <[email protected]> To: <[email protected]> Subject: some field can not been scrapped Date: Sat, 20 Nov 2010 20:23:03 +0800 Message-ID: <026101cb88ad$ae64ea40$0b2ebec0$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0262_01CB88F0.BC882A40" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcuIra2A/wSWOKlFTJG3j5HRJ1jcQw== Content-Language: zh-cn X-CM-TRANSID:D9GowLBbHAGmvedMVYq1AQ--.4103S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUxPl8UUUUU X-CM-SenderInfo: p2kxijarzxjqqrwthudrp/1tbiPhqPfUzBurm4NwAAsX X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_0262_01CB88F0.BC882A40 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi all: I running the chukwa one month,but I found some field data is empty. I don't know why. The filed is : ClentTrace-*-*,Hodjob-*-*,cluster_disk-*-*,dfs_fsnamesystem-*-*,dfs_namenode -*-*,disk-*-*,filesystem_fsm-*-*,hdfs_usage,hod_job_digest-*-*,hod_machine-* -*, Mapreudce_fsm-*-*,mr_job,mr_task-*-*,node_activity-*-*,user_job_summary-*-*, user_util-*-*,util-*-* The other field have data except for above field. If anybody know cause ,could you tell me. Thank you. BR zhu, junliang ------=_NextPart_000_0262_01CB88F0.BC882A40 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:m=3D"http://schemas.microsoft.com/office/2004/12/omml" = 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 12 = (filtered medium)"><style><!-- /* Font Definitions */ @font-face {font-family:SimSun; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:SimSun; panose-1:2 1 6 0 3 1 1 1 1 1;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; text-align:justify; text-justify:inter-ideograph; font-size:10.5pt; font-family:"Calibri","sans-serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:"Calibri","sans-serif"; color:windowtext;} .MsoChpDefault {mso-style-type:export-only;} /* Page Definitions */ @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--></head><body lang=3DZH-CN link=3Dblue = vlink=3Dpurple style=3D'text-justify-trim:punctuation'><div = class=3DWordSection1><p class=3DMsoNormal><span lang=3DEN-US>Hi = all:<o:p></o:p></span></p><p class=3DMsoNormal = style=3D'text-indent:21.0pt'><span lang=3DEN-US>I running the chukwa one = month,but I found some field data is empty. I don&#8217;t know = why.<o:p></o:p></span></p><p class=3DMsoNormal align=3Dleft = style=3D'text-align:left;text-indent:21.0pt'><span lang=3DEN-US>The = filed is :<o:p></o:p></span></p><p class=3DMsoNormal align=3Dleft = style=3D'text-align:left;text-indent:21.0pt'><span = lang=3DEN-US>ClentTrace-*-*,Hodjob-*-*,cluster_disk-*-*,dfs_fsnamesystem-= *-*,dfs_namenode-*-*,disk-*-*,filesystem_fsm-*-*,hdfs_usage,hod_job_diges= t-*-*,hod_machine-*-*,<o:p></o:p></span></p><p class=3DMsoNormal = style=3D'text-indent:21.0pt'><span = lang=3DEN-US>Mapreudce_fsm-*-*,mr_job,mr_task-*-*,node_activity-*-*,user_= job_summary-*-*, user_util-*-*,util-*-*<o:p></o:p></span></p><p = class=3DMsoNormal style=3D'text-indent:21.0pt'><span lang=3DEN-US>The = other field have data &nbsp;except for above = field.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>If = anybody know cause ,could you tell me. Thank = you.<o:p></o:p></span></p><p class=3DMsoNormal><span = lang=3DEN-US><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span = lang=3DEN-US>BR zhu, junliang<o:p></o:p></span></p><p = class=3DMsoNormal><span = lang=3DEN-US><o:p>&nbsp;</o:p></span></p></div></body></html> ------=_NextPart_000_0262_01CB88F0.BC882A40-- From [email protected] Sat Nov 20 15:58:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41101 invoked from network); 20 Nov 2010 15:58:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Nov 2010 15:58:49 -0000 Received: (qmail 23450 invoked by uid 500); 20 Nov 2010 15:59:21 -0000 Delivered-To: [email protected] Received: (qmail 23331 invoked by uid 500); 20 Nov 2010 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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 21939 invoked by uid 99); 20 Nov 2010 09:18:35 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,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) 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=nJck3D05UbNKXB7CadpIP10feNKF22BNQqr8xWmd1hE=; b=TjbF3zIw5t/XcU5MzzsldLhdwj/qMiLwoLHt2ElHCftzL4A+KGqXzAYQEJmlFM3IOh Qoaeg++s5a3SolrF6A+0UY/jNFBUCAN+6qbBJINHvU6N2ZxXacP/i/IAbhvgfdDcMHNX xmNew4C35xzR/eUD/CC3nm5dX4ONdbe1F5ryQ= 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=q3eMpxaknjbP8NX9zMi7FPORkjyPOn5E/dAyBW5rz5CjNecOSN1e/cxbUsdqHFuKsa OZ7Rh4WSxo06kmPlxxFXKmV7A7X4YFXA0tNerSQCOoJEOco46QCFhUzAoA4+LnCb3/sW nJeGQGVfuZCWEvv16nCvaM22FmTT04fzmah1Q= MIME-Version: 1.0 In-Reply-To: <[email protected]> References: <[email protected]> Date: Sat, 20 Nov 2010 17:18:09 +0800 Message-ID: <[email protected]> Subject: Re: where is the data from collector From: =?UTF-8?B?5qKB5pmv5piO?= <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016e644cef660431b0495788051 --0016e644cef660431b0495788051 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable hi ,i change chukwa-collector-conf.xml chukwaCollector.outputDir back from /home/futureha/chukwa/logs/ to /chukwa/logs/ now i see the correct folders *Name* *Type* *Size* *Replication* *Block Size* *Modification Time* *Permission* *Owner* *Group* *archivesProcessing<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fch= ukwa%2FarchivesProcessing&namenodeInfoPort=3D50070> * *dir* *2010-11-20 12:15* *rwxr-xr-x* *futureha* *supergroup* *dataSinkArchives<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchuk= wa%2FdataSinkArchives&namenodeInfoPort=3D50070> * *dir* *2010-11-20 15:23* *rwxr-xr-x* *futureha* *supergroup* *demuxProcessing<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukw= a%2FdemuxProcessing&namenodeInfoPort=3D50070> * *dir* *2010-11-20 17:08* *rwxr-xr-x* *futureha* *supergroup* *finalArchives<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%= 2FfinalArchives&namenodeInfoPort=3D50070> * *dir* *2010-11-20 12:15* *rwxr-xr-x* *futureha* *supergroup* *logs<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2Flogs&na= menodeInfoPort=3D50070> * *dir* *2010-11-20 17:08* *rwxr-xr-x* *futureha* *supergroup* *postProcess<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2F= postProcess&namenodeInfoPort=3D50070> * *dir* *2010-11-20 17:08* *rwxr-xr-x* *futureha* *supergroup* *repos<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2Frepos&= namenodeInfoPort=3D50070> * *dir* *2010-11-20 15:23* *rwxr-xr-x* *futureha* *supergroup* *rolling<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2Froll= ing&namenodeInfoPort=3D50070> * *dir* *2010-11-20 15:23* *rwxr-xr-x* *futureha* *supergroup* but i still dont know how to use the data , there is not much doc for me . 2=E3=80=81how can i get it? 3=E3=80=81how can i read it,and count it by my mapreduce or something? thanks. 2010/11/20 =E6=A2=81=E6=99=AF=E6=98=8E <[email protected]> > hi , follow Chukwa Agent Setup Guide, > i ran Agents and Collector successful > > from the collector > http://161.129.204.104:10080/chukwa?ping=3Dtrue > i see > > Date:1290227294961 > Now:1290227353478 > numberHTTPConnection in time window:4 > numberchunks in time window:4 > lifetimechunks:18 > > yes.it seems to get logs ok, > and next step puzzled me, > > i ran the bin/start-data-processors.sh, > i fount there were some new files in my hdfs. > /chukwa > /chukwa/archivesProcessing > /chukwa/dataSinkArchives > /chukwa/finalArchives > > but all it's empty.where is the data? > > or it didn't been collected by hadoop just in my local files. > > 1=E3=80=81where is the data? > 2=E3=80=81how can i send it to hadoop? > 2=E3=80=81how can i get it? > 3=E3=80=81how can i read it,and count it by my mapreduce or something? > > > thanks for any help. > > > --0016e644cef660431b0495788051 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable hi ,i change chukwa-collector-conf.xml<br>chukwaCollector.outputDir back fr= om /home/futureha/chukwa/logs/ to /chukwa/logs/<br>now i see the correct fo= lders <br><br><table border=3D"1" cellpadding=3D"2" cellspacing=3D"2"><tbod= y><tr> <td style=3D"vertical-align: top; background-color: LightGrey;"><b>Name</b>= <br></td><td style=3D"vertical-align: top; background-color: LightGrey;"><b= >Type</b><br></td><td style=3D"vertical-align: top; background-color: Light= Grey;"> <b>Size</b><br></td><td style=3D"vertical-align: top; background-color: Lig= htGrey;"><b>Replication</b><br></td><td style=3D"vertical-align: top; backg= round-color: LightGrey;"><b>Block Size</b><br></td><td style=3D"vertical-al= ign: top; background-color: LightGrey;"> <b>Modification Time</b><br></td><td style=3D"vertical-align: top; backgrou= nd-color: LightGrey;"><b>Permission</b><br></td><td style=3D"vertical-align= : top; background-color: LightGrey;"><b>Owner</b><br></td><td style=3D"vert= ical-align: top; background-color: LightGrey;"> <b>Group</b><br></td></tr><tr><td style=3D"vertical-align: top; background-= color: LightBlue;"><b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.js= p?dir=3D%2Fchukwa%2FarchivesProcessing&amp;namenodeInfoPort=3D50070">archiv= esProcessing</a></b><br> </td><td style=3D"vertical-align: top; background-color: LightBlue;"><b>dir= </b><br></td><td style=3D"vertical-align: top; background-color: LightBlue;= "><br></td><td style=3D"vertical-align: top; background-color: LightBlue;">= <br> </td><td style=3D"vertical-align: top; background-color: LightBlue;"><br></= td><td style=3D"vertical-align: top; background-color: LightBlue;"><b>2010-= 11-20 12:15</b><br></td><td style=3D"vertical-align: top; background-color:= LightBlue;"> <b>rwxr-xr-x</b><br></td><td style=3D"vertical-align: top; background-color= : LightBlue;"><b>futureha</b><br></td><td style=3D"vertical-align: top; bac= kground-color: LightBlue;"><b>supergroup</b><br></td></tr><tr><td style=3D"= vertical-align: top; background-color: LightGrey;"> <b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2= FdataSinkArchives&amp;namenodeInfoPort=3D50070">dataSinkArchives</a></b><br= ></td><td style=3D"vertical-align: top; background-color: LightGrey;"><b>di= r</b><br> </td><td style=3D"vertical-align: top; background-color: LightGrey;"><br></= td><td style=3D"vertical-align: top; background-color: LightGrey;"><br></td= ><td style=3D"vertical-align: top; background-color: LightGrey;"><br></td><= td style=3D"vertical-align: top; background-color: LightGrey;"> <b>2010-11-20 15:23</b><br></td><td style=3D"vertical-align: top; backgroun= d-color: LightGrey;"><b>rwxr-xr-x</b><br></td><td style=3D"vertical-align: = top; background-color: LightGrey;"><b>futureha</b><br></td><td style=3D"ver= tical-align: top; background-color: LightGrey;"> <b>supergroup</b><br></td></tr><tr><td style=3D"vertical-align: top; backgr= ound-color: LightBlue;"><b><a href=3D"http://s2.idfs.cn:50075/browseDirecto= ry.jsp?dir=3D%2Fchukwa%2FdemuxProcessing&amp;namenodeInfoPort=3D50070">demu= xProcessing</a></b><br> </td><td style=3D"vertical-align: top; background-color: LightBlue;"><b>dir= </b><br></td><td style=3D"vertical-align: top; background-color: LightBlue;= "><br></td><td style=3D"vertical-align: top; background-color: LightBlue;">= <br> </td><td style=3D"vertical-align: top; background-color: LightBlue;"><br></= td><td style=3D"vertical-align: top; background-color: LightBlue;"><b>2010-= 11-20 17:08</b><br></td><td style=3D"vertical-align: top; background-color:= LightBlue;"> <b>rwxr-xr-x</b><br></td><td style=3D"vertical-align: top; background-color= : LightBlue;"><b>futureha</b><br></td><td style=3D"vertical-align: top; bac= kground-color: LightBlue;"><b>supergroup</b><br></td></tr><tr><td style=3D"= vertical-align: top; background-color: LightGrey;"> <b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2= FfinalArchives&amp;namenodeInfoPort=3D50070">finalArchives</a></b><br></td>= <td style=3D"vertical-align: top; background-color: LightGrey;"><b>dir</b><= br></td> <td style=3D"vertical-align: top; background-color: LightGrey;"><br></td><t= d style=3D"vertical-align: top; background-color: LightGrey;"><br></td><td = style=3D"vertical-align: top; background-color: LightGrey;"><br></td><td st= yle=3D"vertical-align: top; background-color: LightGrey;"> <b>2010-11-20 12:15</b><br></td><td style=3D"vertical-align: top; backgroun= d-color: LightGrey;"><b>rwxr-xr-x</b><br></td><td style=3D"vertical-align: = top; background-color: LightGrey;"><b>futureha</b><br></td><td style=3D"ver= tical-align: top; background-color: LightGrey;"> <b>supergroup</b><br></td></tr><tr><td style=3D"vertical-align: top; backgr= ound-color: LightBlue;"><b><a href=3D"http://s2.idfs.cn:50075/browseDirecto= ry.jsp?dir=3D%2Fchukwa%2Flogs&amp;namenodeInfoPort=3D50070">logs</a></b><br= ></td> <td style=3D"vertical-align: top; background-color: LightBlue;"><b>dir</b><= br></td><td style=3D"vertical-align: top; background-color: LightBlue;"><br= ></td><td style=3D"vertical-align: top; background-color: LightBlue;"><br><= /td> <td style=3D"vertical-align: top; background-color: LightBlue;"><br></td><t= d style=3D"vertical-align: top; background-color: LightBlue;"><b>2010-11-20= 17:08</b><br></td><td style=3D"vertical-align: top; background-color: Ligh= tBlue;"> <b>rwxr-xr-x</b><br></td><td style=3D"vertical-align: top; background-color= : LightBlue;"><b>futureha</b><br></td><td style=3D"vertical-align: top; bac= kground-color: LightBlue;"><b>supergroup</b><br></td></tr><tr><td style=3D"= vertical-align: top; background-color: LightGrey;"> <b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2= FpostProcess&amp;namenodeInfoPort=3D50070">postProcess</a></b><br></td><td = style=3D"vertical-align: top; background-color: LightGrey;"><b>dir</b><br><= /td> <td style=3D"vertical-align: top; background-color: LightGrey;"><br></td><t= d style=3D"vertical-align: top; background-color: LightGrey;"><br></td><td = style=3D"vertical-align: top; background-color: LightGrey;"><br></td><td st= yle=3D"vertical-align: top; background-color: LightGrey;"> <b>2010-11-20 17:08</b><br></td><td style=3D"vertical-align: top; backgroun= d-color: LightGrey;"><b>rwxr-xr-x</b><br></td><td style=3D"vertical-align: = top; background-color: LightGrey;"><b>futureha</b><br></td><td style=3D"ver= tical-align: top; background-color: LightGrey;"> <b>supergroup</b><br></td></tr><tr><td style=3D"vertical-align: top; backgr= ound-color: LightBlue;"><b><a href=3D"http://s2.idfs.cn:50075/browseDirecto= ry.jsp?dir=3D%2Fchukwa%2Frepos&amp;namenodeInfoPort=3D50070">repos</a></b><= br></td> <td style=3D"vertical-align: top; background-color: LightBlue;"><b>dir</b><= br></td><td style=3D"vertical-align: top; background-color: LightBlue;"><br= ></td><td style=3D"vertical-align: top; background-color: LightBlue;"><br><= /td> <td style=3D"vertical-align: top; background-color: LightBlue;"><br></td><t= d style=3D"vertical-align: top; background-color: LightBlue;"><b>2010-11-20= 15:23</b><br></td><td style=3D"vertical-align: top; background-color: Ligh= tBlue;"> <b>rwxr-xr-x</b><br></td><td style=3D"vertical-align: top; background-color= : LightBlue;"><b>futureha</b><br></td><td style=3D"vertical-align: top; bac= kground-color: LightBlue;"><b>supergroup</b><br></td></tr><tr><td style=3D"= vertical-align: top; background-color: LightGrey;"> <b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2= Frolling&amp;namenodeInfoPort=3D50070">rolling</a></b><br></td><td style=3D= "vertical-align: top; background-color: LightGrey;"><b>dir</b><br></td><td = style=3D"vertical-align: top; background-color: LightGrey;"> <br></td><td style=3D"vertical-align: top; background-color: LightGrey;"><b= r></td><td style=3D"vertical-align: top; background-color: LightGrey;"><br>= </td><td style=3D"vertical-align: top; background-color: LightGrey;"><b>201= 0-11-20 15:23</b><br> </td><td style=3D"vertical-align: top; background-color: LightGrey;"><b>rwx= r-xr-x</b><br></td><td style=3D"vertical-align: top; background-color: Ligh= tGrey;"><b>futureha</b><br></td><td style=3D"vertical-align: top; backgroun= d-color: LightGrey;"> <b>supergroup</b></td></tr></tbody></table><br>but i still dont know how to= use the data , there is not much doc for me .<br><pre><span style=3D"color= : rgb(0, 0, 153);">2=E3=80=81how can i get it?</span><br style=3D"color: rg= b(0, 0, 153);"> <span style=3D"color: rgb(0, 0, 153);">3=E3=80=81how can i read it,and coun= t it by my mapreduce or something?</span><br><br>thanks.<br></pre><br><br><= br><div class=3D"gmail_quote">2010/11/20 =E6=A2=81=E6=99=AF=E6=98=8E <span = dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]">[email protected]</a= >&gt;</span><br> <blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, = 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">hi , follow Chukw= a Agent Setup Guide,<br>i ran Agents and Collector successful <br><br>from = the collector <br> <a href=3D"http://161.129.204.104:10080/chukwa?ping=3Dtrue" target=3D"_blank"= >http://161.129.204.104:10080/chukwa?ping=3Dtrue</a> <br>i see <br> <pre>Date:1290227294961<br>Now:1290227353478<br>numberHTTPConnection in tim= e window:4<br>numberchunks in time window:4<br>lifetimechunks:18<br><br><a = href=3D"http://yes.it" target=3D"_blank">yes.it</a> seems to get logs ok,<b= r> and next step puzzled me,<br> i ran the bin/start-data-processors.sh,<br>i fount there were some new file= s in my hdfs.<br>/chukwa<br>/chukwa/archivesProcessing <br>/chukwa/dataSink= Archives<br>/chukwa/finalArchives<br><br>but all it&#39;s empty.where is th= e data? <br> or it didn&#39;t been collected by hadoop just in my local files.<br><br>1= =E3=80=81where is the data?<br>2=E3=80=81how can i send it to hadoop?<br>2= =E3=80=81how can i get it?<br>3=E3=80=81how can i read it,and count it by m= y mapreduce or something?<br> <br> thanks for any help.<br></pre><br> </blockquote></div><br> --0016e644cef660431b0495788051-- From [email protected] Sat Nov 20 19:17:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33179 invoked from network); 20 Nov 2010 19:17:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Nov 2010 19:17:35 -0000 Received: (qmail 79589 invoked by uid 500); 20 Nov 2010 19:18:06 -0000 Delivered-To: [email protected] Received: (qmail 79542 invoked by uid 500); 20 Nov 2010 19:18: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79535 invoked by uid 99); 20 Nov 2010 19:18:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Nov 2010 19:18:05 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Nov 2010 19:17:59 +0000 Received: by iwn38 with SMTP id 38so1336966iwn.6 for <[email protected]>; Sat, 20 Nov 2010 11:17:38 -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 :content-transfer-encoding; bh=S6K+SCqC7YJN0wEzEI0OvD+5IfWSluIJs2s9YvGvuJY=; b=DZbA9KWX/wB7gpxaF2oBS2KD8KFSOD7OoUSLSSGb31wqtKcdHh7/VPcATj2xkJBI/8 URmOkR/BIsKesE745ih+biEE7NHJWfXaAYaGPPDAc2oDROTGQWwFnPOnsNdkECCu2uD+ OCsR8d/OgkpvR+JwLK/tloXEA/x+LSOxAGJ2I= 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=UnBBkjCzrAIuaXAFxSEEdRdIrLW/Cju8S5fQbM8k19dVd0IWDpTizrgsuMedkkGRo7 l2fgi7zL+ipt43Fuiz6biOd6c/iV7ebpY1gb3MYMjPvoyqIkLa3qM4RgcQg2cFNaiOOl cnMDFf1KQDXU7wKx0L9FrLldAkfKcDT7W6Tkg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id j3mr4058395ibd.100.1290280658315; Sat, 20 Nov 2010 11:17:38 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sat, 20 Nov 2010 11:17:38 -0800 (PST) In-Reply-To: <026101cb88ad$ae64ea40$0b2ebec0$@com> References: <026101cb88ad$ae64ea40$0b2ebec0$@com> Date: Sat, 20 Nov 2010 11:17:38 -0800 Message-ID: <[email protected]> Subject: Re: some field can not been scrapped From: Eric Yang <[email protected]> To: [email protected] Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable ClientTrace needs to be stream over by modifying the log4j.properties file to have: # ClientTrace (Shuffle bytes) log4j.appender.MR_CLIENTTRACE=3Dorg.apache.hadoop.chukwa.inputtools.log4j.C= hukwaDailyRollingFileAppender log4j.appender.MR_CLIENTTRACE.File=3D${hadoop.log.dir}/mr_clienttrace.log log4j.appender.MR_CLIENTTRACE.recordType=3DClientTrace log4j.appender.MR_CLIENTTRACE.chukwaClientHostname=3Dlocalhost log4j.appender.MR_CLIENTTRACE.chukwaClientPortNum=3D9093 log4j.appender.MR_CLIENTTRACE.DatePattern=3D.yyyy-MM-dd log4j.appender.MR_CLIENTTRACE.layout=3Dorg.apache.log4j.PatternLayout log4j.appender.MR_CLIENTTRACE.layout.ConversionPattern=3D%d{ISO8601} %p %c:= %m%n log4j.logger.org.apache.hadoop.mapred.TaskTracker.clienttrace=3DINFO,MR_CLI= ENTTRACE log4j.additivity.org.apache.hadoop.mapred.TaskTracker.clienttrace=3Dfalse This is documented in the Chukwa administration guide: http://incubator.apache.org/chukwa/docs/r0.4.0/admin.html Verify you have completed instruction for: Configuring Hadoop for monitorin= g For Hodjob and node_activity, hod_job_digest and hod_machines, this was for supporting legacy Hadoop On Demand. This should not be used. For cluster_disk, and disk metrics is not working because the df output can not be parsed on your system. For mapreduce_fsm, mr_job, mr_task,you need to have client trace working fi= rst. User_job_summary requires to configure JobInstrumentation class in Hadoop to use Chukwa's job instrumentation class. However, this was experimental code, I don't recommend to use it, hence it is not documented. Hope this helps. regards, Eric On Sat, Nov 20, 2010 at 4:23 AM, ZJL <[email protected]> wrote: > Hi all: > > I running the chukwa one month,but I found some field data is empty. I do= n=92t > know why. > > The filed is : > > ClentTrace-*-*,Hodjob-*-*,cluster_disk-*-*,dfs_fsnamesystem-*-*,dfs_namen= ode-*-*,disk-*-*,filesystem_fsm-*-*,hdfs_usage,hod_job_digest-*-*,hod_machi= ne-*-*, > > Mapreudce_fsm-*-*,mr_job,mr_task-*-*,node_activity-*-*,user_job_summary-*= -*, > user_util-*-*,util-*-* > > The other field have data =A0except for above field. > > If anybody know cause ,could you tell me. Thank you. > > > > BR zhu, junliang > > From [email protected] Sat Nov 20 19:19:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33566 invoked from network); 20 Nov 2010 19:19:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Nov 2010 19:19:48 -0000 Received: (qmail 80453 invoked by uid 500); 20 Nov 2010 19:20:19 -0000 Delivered-To: [email protected] Received: (qmail 80420 invoked by uid 500); 20 Nov 2010 19:20: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80413 invoked by uid 99); 20 Nov 2010 19:20:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Nov 2010 19:20:19 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT 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-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Nov 2010 19:20:12 +0000 Received: by iwn38 with SMTP id 38so1338658iwn.6 for <[email protected]>; Sat, 20 Nov 2010 11:19:51 -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=bl40Oa5qe+ze7ZD4GeKEOVCi34zv7SFabOadUgzgXa8=; b=ZCmvwwHSQb91CeI0PMHOJfbnvN3LljdNlIGfJgZVic8xceLb1th4vrz2BG3QAA8/Q3 xwGJSD6/6+ErQQvBlG0KcwkmVfoBgfQTEHrYhM/WgXQRaXmnjk/2e/Upj6A7+kYMAyMT 7EszVEpOyg5kYliNeQVx/2dV1BzSiTdXGOQ3o= 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=P0wp8IpUMC2vfVtxqC6mgLh4Qcn4tB2T9fLoI+tBWyzAp8jXJADaJNPp2xDRq3NbfY p5jZ1TTRkPTlWJnh9flbGV1Jjc/MYHjwI5HnbD1DRZVuqFXz6rL8i/ZYmgzHkWBG8ywx 7OSaswUWB805Hz1CzeU9eImPaiHVqf37BsGmk= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id x7mr4140938ibx.0.1290280790719; Sat, 20 Nov 2010 11:19:50 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sat, 20 Nov 2010 11:19:50 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Sat, 20 Nov 2010 11:19:50 -0800 Message-ID: <[email protected]> Subject: Re: where is the data from collector From: Eric Yang <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0003255750fe30fc83049580e862 X-Virus-Checked: Checked by ClamAV on apache.org --0003255750fe30fc83049580e862 Content-Type: text/plain; charset=Big5 Content-Transfer-Encoding: quoted-printable There are utilities like dumpRecord.sh, point it to the *.evt file, and you can see the data in the file. Those sequence files are design for map/reduce, hence you will need to write your own program to use them. regards, Eric On Sat, Nov 20, 2010 at 1:18 AM, =B1=E7=B4=BA=A9=FA <[email protected]> wr= ote: > hi ,i change chukwa-collector-conf.xml > chukwaCollector.outputDir back from /home/futureha/chukwa/logs/ to > /chukwa/logs/ > now i see the correct folders > > *Name* > *Type* > *Size* > *Replication* > *Block Size* > *Modification Time* > *Permission* > *Owner* > *Group* > *archivesProcessing<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2F= chukwa%2FarchivesProcessing&namenodeInfoPort=3D50070> > * > *dir* > > > > *2010-11-20 12:15* > *rwxr-xr-x* > *futureha* > *supergroup* > *dataSinkArchives<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fch= ukwa%2FdataSinkArchives&namenodeInfoPort=3D50070> > * > *dir* > > > > *2010-11-20 15:23* > *rwxr-xr-x* > *futureha* > *supergroup* > *demuxProcessing<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchu= kwa%2FdemuxProcessing&namenodeInfoPort=3D50070> > * > *dir* > > > > *2010-11-20 17:08* > *rwxr-xr-x* > *futureha* > *supergroup* > *finalArchives<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukw= a%2FfinalArchives&namenodeInfoPort=3D50070> > * > *dir* > > > > *2010-11-20 12:15* > *rwxr-xr-x* > *futureha* > *supergroup* > *logs<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2Flogs&= namenodeInfoPort=3D50070> > * > *dir* > > > > *2010-11-20 17:08* > *rwxr-xr-x* > *futureha* > *supergroup* > *postProcess<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%= 2FpostProcess&namenodeInfoPort=3D50070> > * > *dir* > > > > *2010-11-20 17:08* > *rwxr-xr-x* > *futureha* > *supergroup* > *repos<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2Frepo= s&namenodeInfoPort=3D50070> > * > *dir* > > > > *2010-11-20 15:23* > *rwxr-xr-x* > *futureha* > *supergroup* > *rolling<http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2Fro= lling&namenodeInfoPort=3D50070> > * > *dir* > > > > *2010-11-20 15:23* > *rwxr-xr-x* > *futureha* > *supergroup* > but i still dont know how to use the data , there is not much doc for me = . > > 2=A1Bhow can i get it? > 3=A1Bhow can i read it,and count it by my mapreduce or something? > > thanks. > > > > > 2010/11/20 =B1=E7=B4=BA=A9=FA <[email protected]> > > hi , follow Chukwa Agent Setup Guide, >> i ran Agents and Collector successful >> >> from the collector >> http://161.129.204.104:10080/chukwa?ping=3Dtrue >> i see >> >> Date:1290227294961 >> Now:1290227353478 >> numberHTTPConnection in time window:4 >> numberchunks in time window:4 >> lifetimechunks:18 >> >> yes.it seems to get logs ok, >> >> and next step puzzled me, >> >> i ran the bin/start-data-processors.sh, >> i fount there were some new files in my hdfs. >> /chukwa >> /chukwa/archivesProcessing >> /chukwa/dataSinkArchives >> /chukwa/finalArchives >> >> but all it's empty.where is the data? >> >> >> or it didn't been collected by hadoop just in my local files. >> >> 1=A1Bwhere is the data? >> 2=A1Bhow can i send it to hadoop? >> 2=A1Bhow can i get it? >> 3=A1Bhow can i read it,and count it by my mapreduce or something? >> >> >> thanks for any help. >> >> >> > --0003255750fe30fc83049580e862 Content-Type: text/html; charset=Big5 Content-Transfer-Encoding: quoted-printable There are utilities like dumpRecord.sh, point it to the *.evt file, and you= can see the data in the file. &nbsp;Those sequence files are design for ma= p/reduce, hence you will need to write your own program to use them.<div><b= r> </div><div>regards,</div><div>Eric<br><br><div class=3D"gmail_quote">On Sat= , Nov 20, 2010 at 1:18 AM, =B1=E7=B4=BA=A9=FA <span dir=3D"ltr">&lt;<a href= =3D"mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br>= <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex;"> hi ,i change chukwa-collector-conf.xml<br>chukwaCollector.outputDir back fr= om /home/futureha/chukwa/logs/ to /chukwa/logs/<br>now i see the correct fo= lders <br><br><table border=3D"1" cellpadding=3D"2" cellspacing=3D"2"><tbod= y><tr> <td style=3D"vertical-align:top;background-color:LightGrey"><b>Name</b><br>= </td><td style=3D"vertical-align:top;background-color:LightGrey"><b>Type</b= ><br></td><td style=3D"vertical-align:top;background-color:LightGrey"> <b>Size</b><br></td><td style=3D"vertical-align:top;background-color:LightG= rey"><b>Replication</b><br></td><td style=3D"vertical-align:top;background-= color:LightGrey"><b>Block Size</b><br></td><td style=3D"vertical-align:top;= background-color:LightGrey"> <b>Modification Time</b><br></td><td style=3D"vertical-align:top;background= -color:LightGrey"><b>Permission</b><br></td><td style=3D"vertical-align:top= ;background-color:LightGrey"><b>Owner</b><br></td><td style=3D"vertical-ali= gn:top;background-color:LightGrey"> <b>Group</b><br></td></tr><tr><td style=3D"vertical-align:top;background-co= lor:LightBlue"><b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.jsp?di= r=3D%2Fchukwa%2FarchivesProcessing&amp;namenodeInfoPort=3D50070" target=3D"= _blank">archivesProcessing</a></b><br> </td><td style=3D"vertical-align:top;background-color:LightBlue"><b>dir</b>= <br></td><td style=3D"vertical-align:top;background-color:LightBlue"><br></= td><td style=3D"vertical-align:top;background-color:LightBlue"><br> </td><td style=3D"vertical-align:top;background-color:LightBlue"><br></td><= td style=3D"vertical-align:top;background-color:LightBlue"><b>2010-11-20 12= :15</b><br></td><td style=3D"vertical-align:top;background-color:LightBlue"= > <b>rwxr-xr-x</b><br></td><td style=3D"vertical-align:top;background-color:L= ightBlue"><b>futureha</b><br></td><td style=3D"vertical-align:top;backgroun= d-color:LightBlue"><b>supergroup</b><br></td></tr><tr><td style=3D"vertical= -align:top;background-color:LightGrey"> <b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2= FdataSinkArchives&amp;namenodeInfoPort=3D50070" target=3D"_blank">dataSinkA= rchives</a></b><br></td><td style=3D"vertical-align:top;background-color:Li= ghtGrey"> <b>dir</b><br> </td><td style=3D"vertical-align:top;background-color:LightGrey"><br></td><= td style=3D"vertical-align:top;background-color:LightGrey"><br></td><td sty= le=3D"vertical-align:top;background-color:LightGrey"><br></td><td style=3D"= vertical-align:top;background-color:LightGrey"> <b>2010-11-20 15:23</b><br></td><td style=3D"vertical-align:top;background-= color:LightGrey"><b>rwxr-xr-x</b><br></td><td style=3D"vertical-align:top;b= ackground-color:LightGrey"><b>futureha</b><br></td><td style=3D"vertical-al= ign:top;background-color:LightGrey"> <b>supergroup</b><br></td></tr><tr><td style=3D"vertical-align:top;backgrou= nd-color:LightBlue"><b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.j= sp?dir=3D%2Fchukwa%2FdemuxProcessing&amp;namenodeInfoPort=3D50070" target= =3D"_blank">demuxProcessing</a></b><br> </td><td style=3D"vertical-align:top;background-color:LightBlue"><b>dir</b>= <br></td><td style=3D"vertical-align:top;background-color:LightBlue"><br></= td><td style=3D"vertical-align:top;background-color:LightBlue"><br> </td><td style=3D"vertical-align:top;background-color:LightBlue"><br></td><= td style=3D"vertical-align:top;background-color:LightBlue"><b>2010-11-20 17= :08</b><br></td><td style=3D"vertical-align:top;background-color:LightBlue"= > <b>rwxr-xr-x</b><br></td><td style=3D"vertical-align:top;background-color:L= ightBlue"><b>futureha</b><br></td><td style=3D"vertical-align:top;backgroun= d-color:LightBlue"><b>supergroup</b><br></td></tr><tr><td style=3D"vertical= -align:top;background-color:LightGrey"> <b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2= FfinalArchives&amp;namenodeInfoPort=3D50070" target=3D"_blank">finalArchive= s</a></b><br></td><td style=3D"vertical-align:top;background-color:LightGre= y"><b>dir</b><br> </td> <td style=3D"vertical-align:top;background-color:LightGrey"><br></td><td st= yle=3D"vertical-align:top;background-color:LightGrey"><br></td><td style=3D= "vertical-align:top;background-color:LightGrey"><br></td><td style=3D"verti= cal-align:top;background-color:LightGrey"> <b>2010-11-20 12:15</b><br></td><td style=3D"vertical-align:top;background-= color:LightGrey"><b>rwxr-xr-x</b><br></td><td style=3D"vertical-align:top;b= ackground-color:LightGrey"><b>futureha</b><br></td><td style=3D"vertical-al= ign:top;background-color:LightGrey"> <b>supergroup</b><br></td></tr><tr><td style=3D"vertical-align:top;backgrou= nd-color:LightBlue"><b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.j= sp?dir=3D%2Fchukwa%2Flogs&amp;namenodeInfoPort=3D50070" target=3D"_blank">l= ogs</a></b><br> </td> <td style=3D"vertical-align:top;background-color:LightBlue"><b>dir</b><br><= /td><td style=3D"vertical-align:top;background-color:LightBlue"><br></td><t= d style=3D"vertical-align:top;background-color:LightBlue"><br></td> <td style=3D"vertical-align:top;background-color:LightBlue"><br></td><td st= yle=3D"vertical-align:top;background-color:LightBlue"><b>2010-11-20 17:08</= b><br></td><td style=3D"vertical-align:top;background-color:LightBlue"> <b>rwxr-xr-x</b><br></td><td style=3D"vertical-align:top;background-color:L= ightBlue"><b>futureha</b><br></td><td style=3D"vertical-align:top;backgroun= d-color:LightBlue"><b>supergroup</b><br></td></tr><tr><td style=3D"vertical= -align:top;background-color:LightGrey"> <b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2= FpostProcess&amp;namenodeInfoPort=3D50070" target=3D"_blank">postProcess</a= ></b><br></td><td style=3D"vertical-align:top;background-color:LightGrey"><= b>dir</b><br> </td> <td style=3D"vertical-align:top;background-color:LightGrey"><br></td><td st= yle=3D"vertical-align:top;background-color:LightGrey"><br></td><td style=3D= "vertical-align:top;background-color:LightGrey"><br></td><td style=3D"verti= cal-align:top;background-color:LightGrey"> <b>2010-11-20 17:08</b><br></td><td style=3D"vertical-align:top;background-= color:LightGrey"><b>rwxr-xr-x</b><br></td><td style=3D"vertical-align:top;b= ackground-color:LightGrey"><b>futureha</b><br></td><td style=3D"vertical-al= ign:top;background-color:LightGrey"> <b>supergroup</b><br></td></tr><tr><td style=3D"vertical-align:top;backgrou= nd-color:LightBlue"><b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.j= sp?dir=3D%2Fchukwa%2Frepos&amp;namenodeInfoPort=3D50070" target=3D"_blank">= repos</a></b><br> </td> <td style=3D"vertical-align:top;background-color:LightBlue"><b>dir</b><br><= /td><td style=3D"vertical-align:top;background-color:LightBlue"><br></td><t= d style=3D"vertical-align:top;background-color:LightBlue"><br></td> <td style=3D"vertical-align:top;background-color:LightBlue"><br></td><td st= yle=3D"vertical-align:top;background-color:LightBlue"><b>2010-11-20 15:23</= b><br></td><td style=3D"vertical-align:top;background-color:LightBlue"> <b>rwxr-xr-x</b><br></td><td style=3D"vertical-align:top;background-color:L= ightBlue"><b>futureha</b><br></td><td style=3D"vertical-align:top;backgroun= d-color:LightBlue"><b>supergroup</b><br></td></tr><tr><td style=3D"vertical= -align:top;background-color:LightGrey"> <b><a href=3D"http://s2.idfs.cn:50075/browseDirectory.jsp?dir=3D%2Fchukwa%2= Frolling&amp;namenodeInfoPort=3D50070" target=3D"_blank">rolling</a></b><br= ></td><td style=3D"vertical-align:top;background-color:LightGrey"><b>dir</b= ><br> </td><td style=3D"vertical-align:top;background-color:LightGrey"> <br></td><td style=3D"vertical-align:top;background-color:LightGrey"><br></= td><td style=3D"vertical-align:top;background-color:LightGrey"><br></td><td= style=3D"vertical-align:top;background-color:LightGrey"><b>2010-11-20 15:2= 3</b><br> </td><td style=3D"vertical-align:top;background-color:LightGrey"><b>rwxr-xr= -x</b><br></td><td style=3D"vertical-align:top;background-color:LightGrey">= <b>futureha</b><br></td><td style=3D"vertical-align:top;background-color:Li= ghtGrey"> <b>supergroup</b></td></tr></tbody></table><br>but i still dont know how to= use the data , there is not much doc for me .<br><pre><div class=3D"im"><s= pan style=3D"color:rgb(0, 0, 153)">2=A1Bhow can i get it?</span><br style= =3D"color:rgb(0, 0, 153)"> <span style=3D"color:rgb(0, 0, 153)">3=A1Bhow can i read it,and count it by= my mapreduce or something?</span><br><br></div>thanks.<br></pre><br><br><b= r><div class=3D"gmail_quote">2010/11/20 =B1=E7=B4=BA=A9=FA <span dir=3D"ltr= ">&lt;<a href=3D"mailto:[email protected]" target=3D"_blank">futureha@gmai= l.com</a>&gt;</span><div> <div></div><div class=3D"h5"><br> <blockquote class=3D"gmail_quote" style=3D"border-left:1px solid rgb(204, 2= 04, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">hi , follow Chukwa Agen= t Setup Guide,<br>i ran Agents and Collector successful <br><br>from the co= llector <br> <a href=3D"http://161.129.204.104:10080/chukwa?ping=3Dtrue" target=3D"_blank"= >http://161.129.204.104:10080/chukwa?ping=3Dtrue</a> <br>i see <br> <pre>Date:1290227294961<br>Now:1290227353478<br>numberHTTPConnection in tim= e window:4<br>numberchunks in time window:4<br>lifetimechunks:18<br><br><a = href=3D"http://yes.it" target=3D"_blank">yes.it</a> seems to get logs ok,<b= r> and next step puzzled me,<br> i ran the bin/start-data-processors.sh,<br>i fount there were some new file= s in my hdfs.<br>/chukwa<br>/chukwa/archivesProcessing <br>/chukwa/dataSink= Archives<br>/chukwa/finalArchives<br><br>but all it&#39;s empty.where is th= e data? <br> or it didn&#39;t been collected by hadoop just in my local files.<br><br>1= =A1Bwhere is the data?<br>2=A1Bhow can i send it to hadoop?<br>2=A1Bhow can= i get it?<br>3=A1Bhow can i read it,and count it by my mapreduce or someth= ing?<br> <br> thanks for any help.<br></pre><br> </blockquote></div></div></div><br> </blockquote></div><br></div> --0003255750fe30fc83049580e862-- From [email protected] Sat Nov 20 23:24:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22476 invoked from network); 20 Nov 2010 23:24:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Nov 2010 23:24:38 -0000 Received: (qmail 29929 invoked by uid 500); 20 Nov 2010 23:25:09 -0000 Delivered-To: [email protected] Received: (qmail 29888 invoked by uid 500); 20 Nov 2010 23:25: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29881 invoked by uid 99); 20 Nov 2010 23:25:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Nov 2010 23:25:09 +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-ww0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Nov 2010 23:25:03 +0000 Received: by wwj40 with SMTP id 40so787754wwj.0 for <[email protected]>; Sat, 20 Nov 2010 15:24:41 -0800 (PST) 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=G0PAsSS8euQVS5FRMgnthsGrcFOrqIMqp3sIQgXupWo=; b=eefxq+IVyR2S/3gaCZYJOn8VhFg2fxgIBbex5zwwCRJ8dH43uYa21BZo9ahxGV62oo kJqSgrE3EPTqLrLKoHjTE71JE0aF8Gf1HCs41m1n0z4g4LpxYgU54leVJKQUjiu+uuV1 XJRd0gIAg0qQOdJsshIdsRpiko8tAd2plqW+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=nDKD6/NrxSOEzeYU+o8531ao9RbllPNgiptBu0Pgnc2dJcAa4+EjHGi8ZOlWZif9zP 1vuJZyqM96iXFMJPzDLqe0G21qD7gEJqbR8UAec+CF0Zgabyg3MTjqPzW3ug2VLL4Jl7 1uBikt3zGzy96Us+Mq2mFucsDQ6dhT3HI2A/A= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id j54mr5713338wej.108.1290295481353; Sat, 20 Nov 2010 15:24:41 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sat, 20 Nov 2010 15:24:41 -0800 (PST) Date: Sun, 21 Nov 2010 01:24:41 +0200 Message-ID: <[email protected]> Subject: HBase Exceptions in HICC From: Ahmed Fathalla <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00163649a3e3d24de40495845364 --00163649a3e3d24de40495845364 Content-Type: text/plain; charset=ISO-8859-1 I have configured by collectors to write to HBase, and they seem to be writing correctly to the 'System Metrics' table. However, when I try to plot SystemMetrics graphs for HICC, I get the following exceptions in hicc.log. Is this a misconfiguration or should a JIRA be opened for this? 2010-11-21 01:12:32,943 ERROR btpool0-7 ChukwaHBaseStore - java.lang.NumberFormatException: For input string: "results from /usr/bin/top -b -n 1 -c" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224) at java.lang.Double.parseDouble(Double.java:510) at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBaseStore.java:70) at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsController.java:52) 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 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:156) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:166) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:114) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:74) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:114) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:66) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:658) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:616) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:607) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488) 2010-11-21 01:12:38,636 ERROR btpool0-7 ChukwaHBaseStore - java.lang.NumberFormatException: For input string: "results from /usr/bin/top -b -n 1 -c" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224) at java.lang.Double.parseDouble(Double.java:510) at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBaseStore.java:70) at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsController.java:52) 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 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:156) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:166) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:114) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:74) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:114) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:66) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:658) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:616) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:607) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488) 2010-11-21 01:12:39,583 ERROR btpool0-7 ChukwaHBaseStore - java.lang.NumberFormatException: For input string: "results from /usr/bin/top -b -n 1 -c" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224) at java.lang.Double.parseDouble(Double.java:510) at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBaseStore.java:70) at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsController.java:52) 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 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:156) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:166) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:114) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:74) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:114) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:66) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:658) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:616) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:607) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488) 2010-11-21 01:12:40,356 ERROR btpool0-7 ChukwaHBaseStore - java.lang.NumberFormatException: For input string: "results from /usr/bin/top -b -n 1 -c" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224) at java.lang.Double.parseDouble(Double.java:510) at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBaseStore.java:70) at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsController.java:52) 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 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:156) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:166) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:114) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:74) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:114) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:66) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:658) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:616) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:607) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:309) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:425) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:590) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488) -- Ahmed Fathalla --00163649a3e3d24de40495845364 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">=A0I have configured by collectors to write to HBase, and = they seem to be writing correctly to the &#39;System Metrics&#39; table. Ho= wever, when I try to plot SystemMetrics graphs for HICC, I get the followin= g exceptions in hicc.log. Is this a misconfiguration or should a JIRA be op= ened for this?<br> <br><pre>2010-11-21 01:12:32,943 ERROR btpool0-7 ChukwaHBaseStore - java.la= ng.NumberFormatException: For input string: &quot;results from /usr/bin/top= -b -n 1 -c&quot;<br> at sun.misc.FloatingDecimal.readJavaFormatString(Floa= tingDecimal.java:1224)<br> at java.lang.Double.parseDouble(Double.java:510)<br> at org.apache.hadoop.= chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBaseStore.java:70)<br> a= t org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsCon= troller.java:52)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> at sun.= reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<b= r> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25)<br> at java.lang.reflect.Method.invoke(Method.java:597)<br> at com.sun.jersey.= server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$Ty= peOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:156)<br> at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDisp= atcher.dispatch(ResourceJavaMethodDispatcher.java:67)<br> at com.sun.jersey= .server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:166)<br> at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114)<br> at com.sun.jersey.server.impl.uri.rules.ResourceClas= sRule.accept(ResourceClassRule.java:74)<br> at com.sun.jersey.server.impl.u= ri.rules.RightHandPathRule.accept(RightHandPathRule.java:114)<br> at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(Roo= tResourceClassesRule.java:66)<br> at com.sun.jersey.server.impl.application= .WebApplicationImpl._handleRequest(WebApplicationImpl.java:658)<br> at com.= sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebAppl= icationImpl.java:616)<br> at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:607)<br> at com.sun.jersey.spi.container.servlet.W= ebComponent.service(WebComponent.java:309)<br> at com.sun.jersey.spi.contai= ner.servlet.ServletContainer.service(ServletContainer.java:425)<br> at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:590)<br> at javax.servlet.http.HttpServlet.service(HttpServlet= .java:820)<br> at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHol= der.java:487)<br> at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362= )<br> at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.= java:216)<br> at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHan= dler.java:181)<br> at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729= )<br> at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:4= 05)<br> at org.mortbay.jetty.handler.ContextHandlerCollection.handle(Contex= tHandlerCollection.java:206)<br> at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja= va:114)<br> at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapp= er.java:152)<br> at org.mortbay.jetty.Server.handle(Server.java:324)<br> at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)= <br> at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Http= Connection.java:829)<br> at org.mortbay.jetty.HttpParser.parseNext(HttpPars= er.java:513)<br> at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)<br> at= org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)<br> at or= g.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)<= br> at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav= a:488)<br><br>2010-11-21 01:12:38,636 ERROR btpool0-7 ChukwaHBaseStore - ja= va.lang.NumberFormatException: For input string: &quot;results from /usr/bi= n/top -b -n 1 -c&quot;<br> at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224= )<br> at java.lang.Double.parseDouble(Double.java:510)<br> at org.apache.ha= doop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBaseStore.java:70)<= br> at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsC= ontroller.java:52)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Nati= ve Method)<br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodA= ccessorImpl.java:39)<br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso= rImpl.java:25)<br> at java.lang.reflect.Method.invoke(Method.java:597)<br> = at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodD= ispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProv= ider.java:156)<br> at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDisp= atcher.dispatch(ResourceJavaMethodDispatcher.java:67)<br> at com.sun.jersey= .server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:166)<br> at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114)<br> at com.sun.jersey.server.impl.uri.rules.ResourceClas= sRule.accept(ResourceClassRule.java:74)<br> at com.sun.jersey.server.impl.u= ri.rules.RightHandPathRule.accept(RightHandPathRule.java:114)<br> at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(Roo= tResourceClassesRule.java:66)<br> at com.sun.jersey.server.impl.application= .WebApplicationImpl._handleRequest(WebApplicationImpl.java:658)<br> at com.= sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebAppl= icationImpl.java:616)<br> at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:607)<br> at com.sun.jersey.spi.container.servlet.W= ebComponent.service(WebComponent.java:309)<br> at com.sun.jersey.spi.contai= ner.servlet.ServletContainer.service(ServletContainer.java:425)<br> at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:590)<br> at javax.servlet.http.HttpServlet.service(HttpServlet= .java:820)<br> at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHol= der.java:487)<br> at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362= )<br> at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.= java:216)<br> at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHan= dler.java:181)<br> at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729= )<br> at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:4= 05)<br> at org.mortbay.jetty.handler.ContextHandlerCollection.handle(Contex= tHandlerCollection.java:206)<br> at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja= va:114)<br> at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapp= er.java:152)<br> at org.mortbay.jetty.Server.handle(Server.java:324)<br> at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)= <br> at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Http= Connection.java:829)<br> at org.mortbay.jetty.HttpParser.parseNext(HttpPars= er.java:513)<br> at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)<br> at= org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)<br> at or= g.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)<= br> at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav= a:488)<br><br>2010-11-21 01:12:39,583 ERROR btpool0-7 ChukwaHBaseStore - ja= va.lang.NumberFormatException: For input string: &quot;results from /usr/bi= n/top -b -n 1 -c&quot;<br> at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224= )<br> at java.lang.Double.parseDouble(Double.java:510)<br> at org.apache.ha= doop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBaseStore.java:70)<= br> at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsC= ontroller.java:52)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Nati= ve Method)<br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodA= ccessorImpl.java:39)<br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso= rImpl.java:25)<br> at java.lang.reflect.Method.invoke(Method.java:597)<br> = at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodD= ispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProv= ider.java:156)<br> at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDisp= atcher.dispatch(ResourceJavaMethodDispatcher.java:67)<br> at com.sun.jersey= .server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:166)<br> at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114)<br> at com.sun.jersey.server.impl.uri.rules.ResourceClas= sRule.accept(ResourceClassRule.java:74)<br> at com.sun.jersey.server.impl.u= ri.rules.RightHandPathRule.accept(RightHandPathRule.java:114)<br> at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(Roo= tResourceClassesRule.java:66)<br> at com.sun.jersey.server.impl.application= .WebApplicationImpl._handleRequest(WebApplicationImpl.java:658)<br> at com.= sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebAppl= icationImpl.java:616)<br> at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:607)<br> at com.sun.jersey.spi.container.servlet.W= ebComponent.service(WebComponent.java:309)<br> at com.sun.jersey.spi.contai= ner.servlet.ServletContainer.service(ServletContainer.java:425)<br> at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:590)<br> at javax.servlet.http.HttpServlet.service(HttpServlet= .java:820)<br> at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHol= der.java:487)<br> at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362= )<br> at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.= java:216)<br> at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHan= dler.java:181)<br> at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729= )<br> at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:4= 05)<br> at org.mortbay.jetty.handler.ContextHandlerCollection.handle(Contex= tHandlerCollection.java:206)<br> at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja= va:114)<br> at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapp= er.java:152)<br> at org.mortbay.jetty.Server.handle(Server.java:324)<br> at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)= <br> at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Http= Connection.java:829)<br> at org.mortbay.jetty.HttpParser.parseNext(HttpPars= er.java:513)<br> at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)<br> at= org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)<br> at or= g.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)<= br> at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav= a:488)<br><br>2010-11-21 01:12:40,356 ERROR btpool0-7 ChukwaHBaseStore - ja= va.lang.NumberFormatException: For input string: &quot;results from /usr/bi= n/top -b -n 1 -c&quot;<br> at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224= )<br> at java.lang.Double.parseDouble(Double.java:510)<br> at org.apache.ha= doop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBaseStore.java:70)<= br> at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsC= ontroller.java:52)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Nati= ve Method)<br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodA= ccessorImpl.java:39)<br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso= rImpl.java:25)<br> at java.lang.reflect.Method.invoke(Method.java:597)<br> = at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodD= ispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProv= ider.java:156)<br> at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDisp= atcher.dispatch(ResourceJavaMethodDispatcher.java:67)<br> at com.sun.jersey= .server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:166)<br> at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114)<br> at com.sun.jersey.server.impl.uri.rules.ResourceClas= sRule.accept(ResourceClassRule.java:74)<br> at com.sun.jersey.server.impl.u= ri.rules.RightHandPathRule.accept(RightHandPathRule.java:114)<br> at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(Roo= tResourceClassesRule.java:66)<br> at com.sun.jersey.server.impl.application= .WebApplicationImpl._handleRequest(WebApplicationImpl.java:658)<br> at com.= sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebAppl= icationImpl.java:616)<br> at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:607)<br> at com.sun.jersey.spi.container.servlet.W= ebComponent.service(WebComponent.java:309)<br> at com.sun.jersey.spi.contai= ner.servlet.ServletContainer.service(ServletContainer.java:425)<br> at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:590)<br> at javax.servlet.http.HttpServlet.service(HttpServlet= .java:820)<br> at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHol= der.java:487)<br> at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362= )<br> at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.= java:216)<br> at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHan= dler.java:181)<br> at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729= )<br> at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:4= 05)<br> at org.mortbay.jetty.handler.ContextHandlerCollection.handle(Contex= tHandlerCollection.java:206)<br> at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja= va:114)<br> at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapp= er.java:152)<br> at org.mortbay.jetty.Server.handle(Server.java:324)<br> at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)= <br> at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Http= Connection.java:829)<br> at org.mortbay.jetty.HttpParser.parseNext(HttpPars= er.java:513)<br> at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)<br> at= org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)<br> at or= g.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)<= br> at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav= a:488)<br><br></pre>=A0<br clear=3D"all"><br>-- <br>Ahmed Fathalla<br> </div> --00163649a3e3d24de40495845364-- From [email protected] Sun Nov 21 00:19:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42090 invoked from network); 21 Nov 2010 00:19:43 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Nov 2010 00:19:43 -0000 Received: (qmail 47348 invoked by uid 500); 21 Nov 2010 00:20:14 -0000 Delivered-To: [email protected] Received: (qmail 47278 invoked by uid 500); 21 Nov 2010 00:20: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47271 invoked by uid 99); 21 Nov 2010 00:20:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Nov 2010 00:20:14 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,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 mx2.netflix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Nov 2010 00:20:05 +0000 Received: from ExchFE101.netflix.com (exchfe101.netflix.com [161.129.204.104]) by mx2.netflix.com (161.129.204.10460308/8.12.11) with ESMTP id oAL0Jiih015861 for <[email protected]>; Sat, 20 Nov 2010 16:19:44 -0800 Received: from ExchMBX104.netflix.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b409a:eb58:3def:adb6]) by ExchFE101.netflix.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b6861:6a26:831f:e8c9%14]) with mapi; Sat, 20 Nov 2010 16:19:42 -0800 From: Jerome Boulon <[email protected]> To: "[email protected]" <[email protected]> Date: Sat, 20 Nov 2010 16:19:40 -0800 Subject: Re: HBase Exceptions in HICC Thread-Topic: HBase Exceptions in HICC Thread-Index: AcuJCjD/QLo/oRP+QkqWoyqEek7OkgAB5iZ0 Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_C90DA59C15629jboulonnetflixcom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_C90DA59C15629jboulonnetflixcom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Could you dump some Hbase content using hbase shell? /Jerome On 11/20/10 3:24 PM, "Ahmed Fathalla" <[email protected]> wrote: I have configured by collectors to write to HBase, and they seem to be wri= ting correctly to the 'System Metrics' table. However, when I try to plot S= ystemMetrics graphs for HICC, I get the following exceptions in hicc.log. I= s this a misconfiguration or should a JIRA be opened for this? 2010-11-21 01:12:32,943 ERROR btpool0-7 ChukwaHBaseStore - java.lang.Number= FormatException: For input string: "results from /usr/bin/top -b -n 1 -c" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224= ) at java.lang.Double.parseDouble(Double.java:510) at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBa= seStore.java:70) at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsC= ontroller.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja= va:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso= rImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethod= DispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchPro= vider.java:156) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDisp= atcher.dispatch(ResourceJavaMethodDispatcher.java:67) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRu= le.java:166) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceC= lassRule.java:74) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(Roo= tResourceClassesRule.java:66) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleReques= t(WebApplicationImpl.java:658) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:616) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:607) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.= java:309) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:425) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:590) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362= ) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:= 216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181= ) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729= ) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandle= rCollection.java:206) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja= va:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152= ) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConn= ection.java:829) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java= :395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav= a:488) 2010-11-21 01:12:38,636 ERROR btpool0-7 ChukwaHBaseStore - java.lang.Number= FormatException: For input string: "results from /usr/bin/top -b -n 1 -c" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224= ) at java.lang.Double.parseDouble(Double.java:510) at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBa= seStore.java:70) at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsC= ontroller.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja= va:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso= rImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethod= DispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchPro= vider.java:156) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDisp= atcher.dispatch(ResourceJavaMethodDispatcher.java:67) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRu= le.java:166) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceC= lassRule.java:74) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(Roo= tResourceClassesRule.java:66) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleReques= t(WebApplicationImpl.java:658) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:616) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:607) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.= java:309) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:425) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:590) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362= ) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:= 216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181= ) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729= ) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandle= rCollection.java:206) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja= va:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152= ) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConn= ection.java:829) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java= :395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav= a:488) 2010-11-21 01:12:39,583 ERROR btpool0-7 ChukwaHBaseStore - java.lang.Number= FormatException: For input string: "results from /usr/bin/top -b -n 1 -c" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224= ) at java.lang.Double.parseDouble(Double.java:510) at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBa= seStore.java:70) at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsC= ontroller.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja= va:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso= rImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethod= DispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchPro= vider.java:156) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDisp= atcher.dispatch(ResourceJavaMethodDispatcher.java:67) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRu= le.java:166) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceC= lassRule.java:74) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(Roo= tResourceClassesRule.java:66) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleReques= t(WebApplicationImpl.java:658) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:616) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:607) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.= java:309) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:425) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:590) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362= ) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:= 216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181= ) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729= ) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandle= rCollection.java:206) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja= va:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152= ) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConn= ection.java:829) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java= :395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav= a:488) 2010-11-21 01:12:40,356 ERROR btpool0-7 ChukwaHBaseStore - java.lang.Number= FormatException: For input string: "results from /usr/bin/top -b -n 1 -c" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224= ) at java.lang.Double.parseDouble(Double.java:510) at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBa= seStore.java:70) at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsC= ontroller.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja= va:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso= rImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethod= DispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchPro= vider.java:156) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDisp= atcher.dispatch(ResourceJavaMethodDispatcher.java:67) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRu= le.java:166) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceC= lassRule.java:74) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHand= PathRule.java:114) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(Roo= tResourceClassesRule.java:66) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleReques= t(WebApplicationImpl.java:658) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:616) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest= (WebApplicationImpl.java:607) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.= java:309) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:425) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCo= ntainer.java:590) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362= ) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:= 216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181= ) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729= ) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandle= rCollection.java:206) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja= va:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152= ) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConn= ection.java:829) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java= :395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav= a:488) --_000_C90DA59C15629jboulonnetflixcom_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <HTML> <HEAD> <TITLE>Re: HBase Exceptions in HICC</TITLE> </HEAD> <BODY> <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:= 11pt'>Could you dump some Hbase content using hbase shell?<BR> /Jerome<BR> <BR> <BR> On 11/20/10 3:24 PM, &quot;Ahmed Fathalla&quot; &lt;<a href=3D"afathalla@gm= ail.com">[email protected]</a>&gt; wrote:<BR> <BR> </SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"= ><SPAN STYLE=3D'font-size:11pt'>=A0I have configured by collectors to write= to HBase, and they seem to be writing correctly to the 'System Metrics' ta= ble. However, when I try to plot SystemMetrics graphs for HICC, I get the f= ollowing exceptions in hicc.log. Is this a misconfiguration or should a JIR= A be opened for this?<BR> <BR> 2010-11-21 01:12:32,943 ERROR btpool0-7 ChukwaHBaseStore - java.lang.Number= FormatException: For input string: &quot;results from /usr/bin/top -b -n 1 = -c&quot;<BR> &nbsp;at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java= :1224)<BR> <BR> &nbsp;at java.lang.Double.parseDouble(Double.java:510)<BR> &nbsp;at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(Chuk= waHBaseStore.java:70)<BR> &nbsp;at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(Met= ricsController.java:52)<BR> <BR> &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<BR> &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm= pl.java:39)<BR> &nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc= cessorImpl.java:25)<BR> <BR> &nbsp;at java.lang.reflect.Method.invoke(Method.java:597)<BR> &nbsp;at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceM= ethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispat= chProvider.java:156)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMetho= dDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMet= hodRule.java:166)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(Righ= tHandPathRule.java:114)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(Reso= urceClassRule.java:74)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(Righ= tHandPathRule.java:114)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accep= t(RootResourceClassesRule.java:66)<BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl._handleR= equest(WebApplicationImpl.java:658)<BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRe= quest(WebApplicationImpl.java:616)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRe= quest(WebApplicationImpl.java:607)<BR> &nbsp;at com.sun.jersey.spi.container.servlet.WebComponent.service(WebCompo= nent.java:309)<BR> &nbsp;at com.sun.jersey.spi.container.servlet.ServletContainer.service(Serv= letContainer.java:425)<BR> <BR> &nbsp;at com.sun.jersey.spi.container.servlet.ServletContainer.service(Serv= letContainer.java:590)<BR> &nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)<BR> &nbsp;at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:= 487)<BR> <BR> &nbsp;at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.jav= a:362)<BR> &nbsp;at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.= java:216)<BR> &nbsp;at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.jav= a:181)<BR> <BR> &nbsp;at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.jav= a:729)<BR> &nbsp;at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:4= 05)<BR> &nbsp;at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextH= andlerCollection.java:206)<BR> <BR> &nbsp;at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollecti= on.java:114)<BR> &nbsp;at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.jav= a:152)<BR> &nbsp;at org.mortbay.jetty.Server.handle(Server.java:324)<BR> <BR> &nbsp;at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java= :505)<BR> &nbsp;at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Htt= pConnection.java:829)<BR> &nbsp;at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513)<BR> <BR> &nbsp;at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)<B= R> &nbsp;at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)<B= R> &nbsp;at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint= .java:395)<BR> <BR> &nbsp;at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPoo= l.java:488)<BR> <BR> 2010-11-21 01:12:38,636 ERROR btpool0-7 ChukwaHBaseStore - java.lang.Number= FormatException: For input string: &quot;results from /usr/bin/top -b -n 1 = -c&quot;<BR> <BR> &nbsp;at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java= :1224)<BR> &nbsp;at java.lang.Double.parseDouble(Double.java:510)<BR> &nbsp;at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(Chuk= waHBaseStore.java:70)<BR> <BR> &nbsp;at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(Met= ricsController.java:52)<BR> &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<BR> &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm= pl.java:39)<BR> <BR> &nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc= cessorImpl.java:25)<BR> &nbsp;at java.lang.reflect.Method.invoke(Method.java:597)<BR> &nbsp;at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceM= ethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispat= chProvider.java:156)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMetho= dDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMet= hodRule.java:166)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(Righ= tHandPathRule.java:114)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(Reso= urceClassRule.java:74)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(Righ= tHandPathRule.java:114)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accep= t(RootResourceClassesRule.java:66)<BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl._handleR= equest(WebApplicationImpl.java:658)<BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRe= quest(WebApplicationImpl.java:616)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRe= quest(WebApplicationImpl.java:607)<BR> &nbsp;at com.sun.jersey.spi.container.servlet.WebComponent.service(WebCompo= nent.java:309)<BR> &nbsp;at com.sun.jersey.spi.container.servlet.ServletContainer.service(Serv= letContainer.java:425)<BR> <BR> &nbsp;at com.sun.jersey.spi.container.servlet.ServletContainer.service(Serv= letContainer.java:590)<BR> &nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)<BR> &nbsp;at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:= 487)<BR> <BR> &nbsp;at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.jav= a:362)<BR> &nbsp;at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.= java:216)<BR> &nbsp;at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.jav= a:181)<BR> <BR> &nbsp;at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.jav= a:729)<BR> &nbsp;at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:4= 05)<BR> &nbsp;at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextH= andlerCollection.java:206)<BR> <BR> &nbsp;at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollecti= on.java:114)<BR> &nbsp;at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.jav= a:152)<BR> &nbsp;at org.mortbay.jetty.Server.handle(Server.java:324)<BR> <BR> &nbsp;at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java= :505)<BR> &nbsp;at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Htt= pConnection.java:829)<BR> &nbsp;at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513)<BR> <BR> &nbsp;at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)<B= R> &nbsp;at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)<B= R> &nbsp;at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint= .java:395)<BR> <BR> &nbsp;at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPoo= l.java:488)<BR> <BR> 2010-11-21 01:12:39,583 ERROR btpool0-7 ChukwaHBaseStore - java.lang.Number= FormatException: For input string: &quot;results from /usr/bin/top -b -n 1 = -c&quot;<BR> <BR> &nbsp;at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java= :1224)<BR> &nbsp;at java.lang.Double.parseDouble(Double.java:510)<BR> &nbsp;at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(Chuk= waHBaseStore.java:70)<BR> <BR> &nbsp;at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(Met= ricsController.java:52)<BR> &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<BR> &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm= pl.java:39)<BR> <BR> &nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc= cessorImpl.java:25)<BR> &nbsp;at java.lang.reflect.Method.invoke(Method.java:597)<BR> &nbsp;at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceM= ethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispat= chProvider.java:156)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMetho= dDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMet= hodRule.java:166)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(Righ= tHandPathRule.java:114)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(Reso= urceClassRule.java:74)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(Righ= tHandPathRule.java:114)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accep= t(RootResourceClassesRule.java:66)<BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl._handleR= equest(WebApplicationImpl.java:658)<BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRe= quest(WebApplicationImpl.java:616)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRe= quest(WebApplicationImpl.java:607)<BR> &nbsp;at com.sun.jersey.spi.container.servlet.WebComponent.service(WebCompo= nent.java:309)<BR> &nbsp;at com.sun.jersey.spi.container.servlet.ServletContainer.service(Serv= letContainer.java:425)<BR> <BR> &nbsp;at com.sun.jersey.spi.container.servlet.ServletContainer.service(Serv= letContainer.java:590)<BR> &nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)<BR> &nbsp;at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:= 487)<BR> <BR> &nbsp;at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.jav= a:362)<BR> &nbsp;at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.= java:216)<BR> &nbsp;at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.jav= a:181)<BR> <BR> &nbsp;at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.jav= a:729)<BR> &nbsp;at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:4= 05)<BR> &nbsp;at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextH= andlerCollection.java:206)<BR> <BR> &nbsp;at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollecti= on.java:114)<BR> &nbsp;at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.jav= a:152)<BR> &nbsp;at org.mortbay.jetty.Server.handle(Server.java:324)<BR> <BR> &nbsp;at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java= :505)<BR> &nbsp;at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Htt= pConnection.java:829)<BR> &nbsp;at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513)<BR> <BR> &nbsp;at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)<B= R> &nbsp;at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)<B= R> &nbsp;at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint= .java:395)<BR> <BR> &nbsp;at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPoo= l.java:488)<BR> <BR> 2010-11-21 01:12:40,356 ERROR btpool0-7 ChukwaHBaseStore - java.lang.Number= FormatException: For input string: &quot;results from /usr/bin/top -b -n 1 = -c&quot;<BR> <BR> &nbsp;at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java= :1224)<BR> &nbsp;at java.lang.Double.parseDouble(Double.java:510)<BR> &nbsp;at org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(Chuk= waHBaseStore.java:70)<BR> <BR> &nbsp;at org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(Met= ricsController.java:52)<BR> &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<BR> &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm= pl.java:39)<BR> <BR> &nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc= cessorImpl.java:25)<BR> &nbsp;at java.lang.reflect.Method.invoke(Method.java:597)<BR> &nbsp;at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceM= ethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispat= chProvider.java:156)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMetho= dDispatcher.dispatch(ResourceJavaMethodDispatcher.java:67)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMet= hodRule.java:166)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(Righ= tHandPathRule.java:114)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(Reso= urceClassRule.java:74)<BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(Righ= tHandPathRule.java:114)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accep= t(RootResourceClassesRule.java:66)<BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl._handleR= equest(WebApplicationImpl.java:658)<BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRe= quest(WebApplicationImpl.java:616)<BR> <BR> &nbsp;at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRe= quest(WebApplicationImpl.java:607)<BR> &nbsp;at com.sun.jersey.spi.container.servlet.WebComponent.service(WebCompo= nent.java:309)<BR> &nbsp;at com.sun.jersey.spi.container.servlet.ServletContainer.service(Serv= letContainer.java:425)<BR> <BR> &nbsp;at com.sun.jersey.spi.container.servlet.ServletContainer.service(Serv= letContainer.java:590)<BR> &nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)<BR> &nbsp;at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:= 487)<BR> <BR> &nbsp;at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.jav= a:362)<BR> &nbsp;at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.= java:216)<BR> &nbsp;at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.jav= a:181)<BR> <BR> &nbsp;at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.jav= a:729)<BR> &nbsp;at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:4= 05)<BR> &nbsp;at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextH= andlerCollection.java:206)<BR> <BR> &nbsp;at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollecti= on.java:114)<BR> &nbsp;at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.jav= a:152)<BR> &nbsp;at org.mortbay.jetty.Server.handle(Server.java:324)<BR> <BR> &nbsp;at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java= :505)<BR> &nbsp;at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Htt= pConnection.java:829)<BR> &nbsp;at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513)<BR> <BR> &nbsp;at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)<B= R> &nbsp;at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)<B= R> &nbsp;at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint= .java:395)<BR> <BR> &nbsp;at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPoo= l.java:488)<BR> <BR> =A0<BR> </SPAN></FONT></BLOCKQUOTE> </BODY> </HTML> --_000_C90DA59C15629jboulonnetflixcom_-- From [email protected] Sun Nov 21 01:20:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67190 invoked from network); 21 Nov 2010 01:20:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Nov 2010 01:20:57 -0000 Received: (qmail 63805 invoked by uid 500); 21 Nov 2010 01:21:29 -0000 Delivered-To: [email protected] Received: (qmail 63781 invoked by uid 500); 21 Nov 2010 01:21: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63772 invoked by uid 99); 21 Nov 2010 01:21: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 Nov 2010 01:21: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO m50-135.163.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Nov 2010 01:21:23 +0000 Received: from zhujunliangPC (unknown [161.129.204.104]) by smtp5 (Coremail) with SMTP id D9GowLAbO43zc+hMp7O7AQ--.450S2; Sun, 21 Nov 2010 09:20:52 +0800 (CST) From: "ZJL" <[email protected]> To: <[email protected]> References: <026101cb88ad$ae64ea40$0b2ebec0$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: some field can not been scrapped Date: Sun, 21 Nov 2010 09:20:56 +0800 Message-ID: <000901cb891a$59d35c10$0d7a1430$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcuI56qHIyLWVIwBQZSihwxJ3GbaygAMK4zg Content-Language: zh-cn X-CM-TRANSID:D9GowLAbO43zc+hMp7O7AQ--.450S2 X-Coremail-Antispam: 1Uf129KBjvJXoWxur1xWr1ruFWUtw1Uur1kGrg_yoW5ury7p3 Z2gr1kKF1UtFs2y39rtw1xWry5W3y5C34UWw18Jr4SkFZ0ga12yF1IkayFyF1Ikw1xXrW5 WFy7KF18CFW5ZaDanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07UxsqAUUUUU= X-CM-SenderInfo: p2kxijarzxjqqrwthudrp/1tbiaRKQfUzBvCuhGAAAs1 Thanks for erics reply.but I got puzzle in some point. 1. clentTrace:I have copied hadoop-log4j.properties to HADOOP_HOME/conf = and change the file of name to log4j.properties since the chukwa = setup.after your instruction,I check my deployment according to = admin.html again,but no error was found. 2. you said "For cluster_disk, and disk metrics is not working because = the df output can not be parsed on your system.",but how can I slove = this problem? -----Original Message----- From: [email protected] = [mailto:[email protected]] = On Behalf Of Eric Yang Sent: 2010=E5=B9=B411=E6=9C=8821=E6=97=A5 3:18 To: [email protected] Subject: Re: some field can not been scrapped ClientTrace needs to be stream over by modifying the log4j.properties file to have: # ClientTrace (Shuffle bytes) log4j.appender.MR_CLIENTTRACE=3Dorg.apache.hadoop.chukwa.inputtools.log4j= .ChukwaDailyRollingFileAppender log4j.appender.MR_CLIENTTRACE.File=3D${hadoop.log.dir}/mr_clienttrace.log= log4j.appender.MR_CLIENTTRACE.recordType=3DClientTrace log4j.appender.MR_CLIENTTRACE.chukwaClientHostname=3Dlocalhost log4j.appender.MR_CLIENTTRACE.chukwaClientPortNum=3D9093 log4j.appender.MR_CLIENTTRACE.DatePattern=3D.yyyy-MM-dd log4j.appender.MR_CLIENTTRACE.layout=3Dorg.apache.log4j.PatternLayout log4j.appender.MR_CLIENTTRACE.layout.ConversionPattern=3D%d{ISO8601} %p = %c: %m%n log4j.logger.org.apache.hadoop.mapred.TaskTracker.clienttrace=3DINFO,MR_C= LIENTTRACE log4j.additivity.org.apache.hadoop.mapred.TaskTracker.clienttrace=3Dfalse= This is documented in the Chukwa administration guide: http://incubator.apache.org/chukwa/docs/r0.4.0/admin.html Verify you have completed instruction for: Configuring Hadoop for = monitoring For Hodjob and node_activity, hod_job_digest and hod_machines, this was for supporting legacy Hadoop On Demand. This should not be used. For cluster_disk, and disk metrics is not working because the df output can not be parsed on your system. For mapreduce_fsm, mr_job, mr_task,you need to have client trace working = first. User_job_summary requires to configure JobInstrumentation class in Hadoop to use Chukwa's job instrumentation class. However, this was experimental code, I don't recommend to use it, hence it is not documented. Hope this helps. regards, Eric On Sat, Nov 20, 2010 at 4:23 AM, ZJL <[email protected]> wrote: > Hi all: > > I running the chukwa one month,but I found some field data is empty. I = don=E2=80=99t > know why. > > The filed is : > > = ClentTrace-*-*,Hodjob-*-*,cluster_disk-*-*,dfs_fsnamesystem-*-*,dfs_namen= ode-*-*,disk-*-*,filesystem_fsm-*-*,hdfs_usage,hod_job_digest-*-*,hod_mac= hine-*-*, > > = Mapreudce_fsm-*-*,mr_job,mr_task-*-*,node_activity-*-*,user_job_summary-*= -*, > user_util-*-*,util-*-* > > The other field have data except for above field. > > If anybody know cause ,could you tell me. Thank you. > > > > BR zhu, junliang > > __________ Information from ESET NOD32 Antivirus, version of virus = signature database 5632 (20101119) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com From [email protected] Sun Nov 21 05:11:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39703 invoked from network); 21 Nov 2010 05:11:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Nov 2010 05:11:49 -0000 Received: (qmail 7161 invoked by uid 500); 21 Nov 2010 05:12:21 -0000 Delivered-To: [email protected] Received: (qmail 7039 invoked by uid 500); 21 Nov 2010 05: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7031 invoked by uid 99); 21 Nov 2010 05:12:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Nov 2010 05:12:20 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Nov 2010 05:12:11 +0000 Received: by iwn38 with SMTP id 38so1717942iwn.6 for <[email protected]>; Sat, 20 Nov 2010 21:11:50 -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 :content-transfer-encoding; bh=7IGg47yApP378gV3B5rSn5INs10acCM8sAHT5Itn3mw=; b=J3eR35vwnRaR5Ksnmed758qrFoVNex+0vV6YbMLTPiUz2WbdqwrHiQJTkibrtVtsFT rK8fP7l83NreN7paro/TfehfR/poOjmDFULXEUS8ALiMTYfS3s6oszZNQm/FJcVJsZhm ZNlIH5u5TzlFD14EyyKJGHsgr86msBBlgQdi0= 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=HO+iNKeNfpD/OWuf2TkL86wT5buECwQFvun3Ua3zS8nzx0pZ5d6T3UOfK2aYwKVlvq I9OS0/kZ590aFyjsjagqT/ZEAeXvr/bUz3UtlJpvm1UqSx6HAbEaTlRc4saCxNWyFi48 YHXczqxEd/wFZ8CZAOrdO4RfSOXx0QVCSFAEM= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id r11mr4751032ibd.125.1290316309988; Sat, 20 Nov 2010 21:11:49 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sat, 20 Nov 2010 21:11:49 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Sat, 20 Nov 2010 21:11:49 -0800 Message-ID: <[email protected]> Subject: Re: HBase Exceptions in HICC From: Eric Yang <[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 Are you using SystemMetrics adaptor? The existing system metrics collection mechanism is deprecated due to the parsers don't work well on all Linux distro. Try this on your cluster: telnet localhost 9093 add sigar.SystemMetrics SystemMetrics 60 0 Remove any old exec adaptor, and make sure chukwa-demux-conf.xml matches the most recent version in trunk. Hope this helps. regards, Eric On Sat, Nov 20, 2010 at 3:24 PM, Ahmed Fathalla <[email protected]> wrote= : > =A0I have configured by collectors to write to HBase, and they seem to be > writing correctly to the 'System Metrics' table. However, when I try to p= lot > SystemMetrics graphs for HICC, I get the following exceptions in hicc.log= . > Is this a misconfiguration or should a JIRA be opened for this? > > 2010-11-21 01:12:32,943 ERROR btpool0-7 ChukwaHBaseStore - > java.lang.NumberFormatException: For input string: "results from > /usr/bin/top -b -n 1 -c" > at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:12= 24) > > at java.lang.Double.parseDouble(Double.java:510) > at > org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBase= Store.java:70) > at > org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsCon= troller.java:52) > > 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:597) > at > com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDi= spatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvi= der.java:156) > > at > com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispat= cher.dispatch(ResourceJavaMethodDispatcher.java:67) > at > com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule= .java:166) > > at > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPa= thRule.java:114) > at > com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceCla= ssRule.java:74) > at > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPa= thRule.java:114) > > at > com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootR= esourceClassesRule.java:66) > at > com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(= WebApplicationImpl.java:658) > at > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(W= ebApplicationImpl.java:616) > > at > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(W= ebApplicationImpl.java:607) > at > com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.ja= va:309) > at > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCont= ainer.java:425) > > at > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCont= ainer.java:590) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487= ) > > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3= 62) > at > org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:21= 6) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1= 81) > > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:7= 29) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) > at > org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerC= ollection.java:206) > > at > org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java= :114) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1= 52) > at org.mortbay.jetty.Server.handle(Server.java:324) > > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:50= 5) > at > org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnec= tion.java:829) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) > > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) > at > org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:3= 95) > > at > org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:= 488) > > 2010-11-21 01:12:38,636 ERROR btpool0-7 ChukwaHBaseStore - > java.lang.NumberFormatException: For input string: "results from > /usr/bin/top -b -n 1 -c" > > at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:12= 24) > at java.lang.Double.parseDouble(Double.java:510) > at > org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBase= Store.java:70) > > at > org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsCon= troller.java:52) > 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:597) > at > com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDi= spatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvi= der.java:156) > > at > com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispat= cher.dispatch(ResourceJavaMethodDispatcher.java:67) > at > com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule= .java:166) > > at > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPa= thRule.java:114) > at > com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceCla= ssRule.java:74) > at > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPa= thRule.java:114) > > at > com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootR= esourceClassesRule.java:66) > at > com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(= WebApplicationImpl.java:658) > at > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(W= ebApplicationImpl.java:616) > > at > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(W= ebApplicationImpl.java:607) > at > com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.ja= va:309) > at > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCont= ainer.java:425) > > at > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCont= ainer.java:590) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487= ) > > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3= 62) > at > org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:21= 6) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1= 81) > > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:7= 29) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) > at > org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerC= ollection.java:206) > > at > org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java= :114) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1= 52) > at org.mortbay.jetty.Server.handle(Server.java:324) > > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:50= 5) > at > org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnec= tion.java:829) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) > > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) > at > org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:3= 95) > > at > org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:= 488) > > 2010-11-21 01:12:39,583 ERROR btpool0-7 ChukwaHBaseStore - > java.lang.NumberFormatException: For input string: "results from > /usr/bin/top -b -n 1 -c" > > at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:12= 24) > at java.lang.Double.parseDouble(Double.java:510) > at > org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBase= Store.java:70) > > at > org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsCon= troller.java:52) > 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:597) > at > com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDi= spatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvi= der.java:156) > > at > com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispat= cher.dispatch(ResourceJavaMethodDispatcher.java:67) > at > com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule= .java:166) > > at > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPa= thRule.java:114) > at > com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceCla= ssRule.java:74) > at > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPa= thRule.java:114) > > at > com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootR= esourceClassesRule.java:66) > at > com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(= WebApplicationImpl.java:658) > at > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(W= ebApplicationImpl.java:616) > > at > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(W= ebApplicationImpl.java:607) > at > com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.ja= va:309) > at > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCont= ainer.java:425) > > at > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCont= ainer.java:590) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487= ) > > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3= 62) > at > org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:21= 6) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1= 81) > > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:7= 29) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) > at > org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerC= ollection.java:206) > > at > org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java= :114) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1= 52) > at org.mortbay.jetty.Server.handle(Server.java:324) > > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:50= 5) > at > org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnec= tion.java:829) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) > > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) > at > org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:3= 95) > > at > org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:= 488) > > 2010-11-21 01:12:40,356 ERROR btpool0-7 ChukwaHBaseStore - > java.lang.NumberFormatException: For input string: "results from > /usr/bin/top -b -n 1 -c" > > at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:12= 24) > at java.lang.Double.parseDouble(Double.java:510) > at > org.apache.hadoop.chukwa.datastore.ChukwaHBaseStore.getSeries(ChukwaHBase= Store.java:70) > > at > org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(MetricsCon= troller.java:52) > 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:597) > at > com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDi= spatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvi= der.java:156) > > at > com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispat= cher.dispatch(ResourceJavaMethodDispatcher.java:67) > at > com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule= .java:166) > > at > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPa= thRule.java:114) > at > com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceCla= ssRule.java:74) > at > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPa= thRule.java:114) > > at > com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootR= esourceClassesRule.java:66) > at > com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(= WebApplicationImpl.java:658) > at > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(W= ebApplicationImpl.java:616) > > at > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(W= ebApplicationImpl.java:607) > at > com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.ja= va:309) > at > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCont= ainer.java:425) > > at > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletCont= ainer.java:590) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487= ) > > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3= 62) > at > org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:21= 6) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1= 81) > > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:7= 29) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) > at > org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerC= ollection.java:206) > > at > org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java= :114) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1= 52) > at org.mortbay.jetty.Server.handle(Server.java:324) > > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:50= 5) > at > org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnec= tion.java:829) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) > > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) > at > org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:3= 95) > > at > org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:= 488) > > > > -- > Ahmed Fathalla > From [email protected] Sun Nov 21 05:16:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40617 invoked from network); 21 Nov 2010 05:16:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Nov 2010 05:16:06 -0000 Received: (qmail 9163 invoked by uid 500); 21 Nov 2010 05:16:38 -0000 Delivered-To: [email protected] Received: (qmail 9067 invoked by uid 500); 21 Nov 2010 05:16: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9060 invoked by uid 99); 21 Nov 2010 05:16:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Nov 2010 05:16:37 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Nov 2010 05:16:31 +0000 Received: by iwn38 with SMTP id 38so1720312iwn.6 for <[email protected]>; Sat, 20 Nov 2010 21:16:10 -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 :content-transfer-encoding; bh=6LQy5Gkx76Rcba28wxPqB/ZX/PGNQplTvAWSJqfA/Bc=; b=wvuedE0CKw6i8baGR2rbDxmQH/jHoBWK09RNwgDEwve2mAyd+8BVIdnQOWASqbEdmW PxkTfvEOr7C1D0gPEi4awVEqZpm1mv0jJODG1G5zveHV/6G8Zj0T/ZHcJpGAgna5Og6s gDYpv660VyAvmrtidVdxbjtd2v/VyzTP0zfq0= 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=a1UFI1xuysVWyAtWjmrsjWlBKN9XCaFUng0GBEMCrqg/VkRSugYEzulROJtsRJ/RY0 2YUNolk9ZQTeu0H7CDK3ES+3oY4Yz1bBhEAG1bV+CvoXUa/lGoXq4Vi1W0uohkK/LSjO u6A57SuFae8NnRCp4o6o/309FMqFr+Gaxy5xg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id f11mr4812709ibd.75.1290316570300; Sat, 20 Nov 2010 21:16:10 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sat, 20 Nov 2010 21:16:10 -0800 (PST) In-Reply-To: <000901cb891a$59d35c10$0d7a1430$@com> References: <026101cb88ad$ae64ea40$0b2ebec0$@com> <[email protected]> <000901cb891a$59d35c10$0d7a1430$@com> Date: Sat, 20 Nov 2010 21:16:10 -0800 Message-ID: <[email protected]> Subject: Re: some field can not been scrapped From: Eric Yang <[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 You will have to wait for Chukwa 0.5 or use trunk + HBase to solve this issue. Chukwa 0.4 was designed to work on Redhat EL 5.0 and 5.1 only. Chukwa trunk has made things a lot more generic and easier to use. It is not feature completed from end user's perspective, but we are working on it. regards, Eric On Sat, Nov 20, 2010 at 5:20 PM, ZJL <[email protected]> wrote: > Thanks for erics reply.but I got puzzle in some point. > 1. clentTrace:I have copied hadoop-log4j.properties to HADOOP_HOME/conf a= nd change the file of name to log4j.properties since the chukwa setup.after= your instruction,I check my deployment according to admin.html again,but n= o error was found. > 2. you said "For cluster_disk, and disk metrics is not working because th= e df output can not be parsed on your system.",but how can I slove this pro= blem? > > > -----Original Message----- > From: [email protected] [ma= ilto:[email protected]] On Be= half Of Eric Yang > Sent: 2010=E5=B9=B411=E6=9C=8821=E6=97=A5 3:18 > To: [email protected] > Subject: Re: some field can not been scrapped > > ClientTrace needs to be stream over by modifying the log4j.properties > file to have: > > # ClientTrace (Shuffle bytes) > log4j.appender.MR_CLIENTTRACE=3Dorg.apache.hadoop.chukwa.inputtools.log4j= .ChukwaDailyRollingFileAppender > log4j.appender.MR_CLIENTTRACE.File=3D${hadoop.log.dir}/mr_clienttrace.log > log4j.appender.MR_CLIENTTRACE.recordType=3DClientTrace > log4j.appender.MR_CLIENTTRACE.chukwaClientHostname=3Dlocalhost > log4j.appender.MR_CLIENTTRACE.chukwaClientPortNum=3D9093 > log4j.appender.MR_CLIENTTRACE.DatePattern=3D.yyyy-MM-dd > log4j.appender.MR_CLIENTTRACE.layout=3Dorg.apache.log4j.PatternLayout > log4j.appender.MR_CLIENTTRACE.layout.ConversionPattern=3D%d{ISO8601} %p %= c: %m%n > log4j.logger.org.apache.hadoop.mapred.TaskTracker.clienttrace=3DINFO,MR_C= LIENTTRACE > log4j.additivity.org.apache.hadoop.mapred.TaskTracker.clienttrace=3Dfalse > > This is documented in the Chukwa administration guide: > > http://incubator.apache.org/chukwa/docs/r0.4.0/admin.html > > Verify you have completed instruction for: Configuring Hadoop for monitor= ing > > For Hodjob and node_activity, hod_job_digest and hod_machines, this > was for supporting legacy Hadoop On Demand. =C2=A0This should not be used= . > For cluster_disk, and disk metrics is not working because the df > output can not be parsed on your system. > > For mapreduce_fsm, mr_job, mr_task,you need to have client trace working = first. > > User_job_summary requires to configure JobInstrumentation class in > Hadoop to use Chukwa's job instrumentation class. =C2=A0However, this was > experimental code, I don't recommend to use it, hence it is not > documented. > > Hope this helps. > > regards, > Eric > > On Sat, Nov 20, 2010 at 4:23 AM, ZJL <[email protected]> wrote: >> Hi all: >> >> I running the chukwa one month,but I found some field data is empty. I d= on=E2=80=99t >> know why. >> >> The filed is : >> >> ClentTrace-*-*,Hodjob-*-*,cluster_disk-*-*,dfs_fsnamesystem-*-*,dfs_name= node-*-*,disk-*-*,filesystem_fsm-*-*,hdfs_usage,hod_job_digest-*-*,hod_mach= ine-*-*, >> >> Mapreudce_fsm-*-*,mr_job,mr_task-*-*,node_activity-*-*,user_job_summary-= *-*, >> user_util-*-*,util-*-* >> >> The other field have data =C2=A0except for above field. >> >> If anybody know cause ,could you tell me. Thank you. >> >> >> >> BR zhu, junliang >> >> > > __________ Information from ESET NOD32 Antivirus, version of virus signat= ure database 5632 (20101119) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > > > From [email protected] Tue Nov 23 07:39:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14758 invoked from network); 23 Nov 2010 07:39:42 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Nov 2010 07:39:42 -0000 Received: (qmail 72864 invoked by uid 500); 23 Nov 2010 07:40:14 -0000 Delivered-To: [email protected] Received: (qmail 72735 invoked by uid 500); 23 Nov 2010 07:40: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72728 invoked by uid 99); 23 Nov 2010 07:40:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 07:40: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 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-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 07:39:45 +0000 Received: by iwn7 with SMTP id 7so783449iwn.6 for <[email protected]>; Mon, 22 Nov 2010 23:39:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=CfqUa3DlgCoucRcxuxbDi6OYzD5zmNtwCaWi4Bk/Pcs=; b=wqgIH+W0jYY3vd8ozk6KNURK4+UfNQF9wj5VP4JRUnyVpPOQat9LgMUQ1k5QYXrzHm TMdZDKrwWp2HLkIrwEFLRNckFfdHjJp3s4Qs2fP2t34/elKvhh/Nf4Hi2EfbJo51HwrY V6W5od9eYVpnKYd4qyDg9qpXnEjVPIipj5Zx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=FyAovq4EzNJzLZmyX8fcgMB+DHiCHfLL407ba+y2YfPZwGT77eXUdiK9vSZr8Yn7Tk 56tAYoihaPKsLjYOxYDmI62S/Sr2j5b+hvutwhrgdC91IbzZEbrinqSNYWC42BgjNMj6 QWO8g7/Hgg2AW/kgMXoY7yrxg3VZYmYKTX56s= Received: by 161.129.204.104 with SMTP id dg2mr8024760ibb.136.1290497964344; Mon, 22 Nov 2010 23:39:24 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Mon, 22 Nov 2010 23:39:04 -0800 (PST) From: Ying Tang <[email protected]> Date: Tue, 23 Nov 2010 15:39:04 +0800 Message-ID: <[email protected]> Subject: Sink file has omitted chunks? To: chukwa-user <[email protected]> Content-Type: multipart/alternative; boundary=0016367d6e9abf878a0495b37822 X-Virus-Checked: Checked by ClamAV on apache.org --0016367d6e9abf878a0495b37822 Content-Type: text/plain; charset=ISO-8859-1 Hi all , After reading the chukwa docs , per my understanding , the log data flow is : adaptor-->agent-->collector-->sink file--->.... In the doc says , "* **Data in the sink may include duplicate and omitted chunks*." And it is not recommanded to write MapReduce jobs that directly examine the data sink , "*becaues ** jobs will likely discard most of their input*". Here is my question: 1. Why data in sink file include duplicate and ommitted chunks ? Because the distributed environmrnt ? 2. How to solve the problem above ? The Simple Archiver generates the archive file , and duplicates have been removed . So the simple archiver can only solve the duplicate data , right? -- Best regards, Ivy Tang --0016367d6e9abf878a0495b37822 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div><font face=3D"verdana,sans-serif">Hi all ,</font></div> <div><font face=3D"verdana,sans-serif">=A0=A0=A0 After reading the chukwa d= ocs , per my understanding , the log data flow is :</font></div> <div><font face=3D"verdana,sans-serif">=A0=A0=A0 adaptor--&gt;agent--&gt;co= llector--&gt;sink file---&gt;....</font></div> <div><font face=3D"verdana,sans-serif">=A0=A0=A0 In the doc says , &quot;<s= trong>=A0</strong><span style=3D"LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANS= FORM: none; FONT-VARIANT: normal; FONT-STYLE: normal; TEXT-INDENT: 0px; BOR= DER-COLLAPSE: separate; FONT-FAMILY: Simsun; WHITE-SPACE: normal; ORPHANS: = 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPA= CING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-= spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-a= djust: auto; -webkit-text-stroke-width: 0px" class=3D"Apple-style-span"><sp= an style=3D"TEXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helv= etica, sans-serif" class=3D"Apple-style-span"><strong>Data in the sink may = include duplicate and omitted chunks</strong>.&quot; </span></span></font><= /div> <div><span style=3D"LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; F= ONT-VARIANT: normal; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE:= separate; FONT-FAMILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPA= CING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -w= ebkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;= -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; = -webkit-text-stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"T= EXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-s= erif" class=3D"Apple-style-span"><font face=3D"verdana,sans-serif">=A0=A0 = =A0And it is not recommanded to <span style=3D"LINE-HEIGHT: normal; WIDOWS:= 2; TEXT-TRANSFORM: none; FONT-VARIANT: normal; FONT-STYLE: normal; TEXT-IN= DENT: 0px; BORDER-COLLAPSE: separate; FONT-FAMILY: Simsun; WHITE-SPACE: nor= mal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: no= rmal; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-bo= rder-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webk= it-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class=3D"Apple-s= tyle-span"><span style=3D"TEXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY:= Verdana, Helvetica, sans-serif" class=3D"Apple-style-span">write MapReduce= jobs that directly examine the data sink , &quot;<strong>becaues=A0</stron= g><span style=3D"LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; FONT= -VARIANT: normal; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE: se= parate; FONT-FAMILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACIN= G: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -webk= it-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -w= ebkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -we= bkit-text-stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"TEXT= -ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-seri= f" class=3D"Apple-style-span"><strong><span class=3D"Apple-converted-space"= >=A0</span>jobs will likely discard most of their input</strong> &quot;.</s= pan></span></span></span></font></span></span></div> <div><span style=3D"LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; F= ONT-VARIANT: normal; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE:= separate; FONT-FAMILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPA= CING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -w= ebkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;= -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; = -webkit-text-stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"T= EXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-s= erif" class=3D"Apple-style-span"><font face=3D"verdana,sans-serif"><span st= yle=3D"LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; FONT-VARIANT: = normal; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FO= NT-FAMILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal;= COLOR: rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -webkit-border-= horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text= -decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-= stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"TEXT-ALIGN: le= ft; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-serif" class= =3D"Apple-style-span"><span style=3D"LINE-HEIGHT: normal; WIDOWS: 2; TEXT-T= RANSFORM: none; FONT-VARIANT: normal; FONT-STYLE: normal; TEXT-INDENT: 0px;= BORDER-COLLAPSE: separate; FONT-FAMILY: Simsun; WHITE-SPACE: normal; ORPHA= NS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: normal; WORD= -SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-verti= cal-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-si= ze-adjust: auto; -webkit-text-stroke-width: 0px" class=3D"Apple-style-span"= ><span style=3D"TEXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, = Helvetica, sans-serif" class=3D"Apple-style-span"></span></span></span></sp= an></font></span></span>=A0</div> <div><span style=3D"LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; F= ONT-VARIANT: normal; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE:= separate; FONT-FAMILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPA= CING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -w= ebkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;= -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; = -webkit-text-stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"T= EXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-s= erif" class=3D"Apple-style-span"><span style=3D"LINE-HEIGHT: normal; WIDOWS= : 2; TEXT-TRANSFORM: none; FONT-VARIANT: normal; FONT-STYLE: normal; TEXT-I= NDENT: 0px; BORDER-COLLAPSE: separate; FONT-FAMILY: Simsun; WHITE-SPACE: no= rmal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: n= ormal; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-b= order-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -web= kit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class=3D"Apple-= style-span"><span style=3D"TEXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY= : Verdana, Helvetica, sans-serif" class=3D"Apple-style-span"><span style=3D= "LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; FONT-VARIANT: normal= ; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT-FAM= ILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR= : rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -webkit-border-horizo= ntal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decor= ations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke= -width: 0px" class=3D"Apple-style-span"><span style=3D"TEXT-ALIGN: left; LI= NE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-serif" class=3D"Appl= e-style-span"><font face=3D"verdana,sans-serif">=A0 =A0 Here is my question= :</font></span></span></span></span></span></span></div> <div><span style=3D"LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; F= ONT-VARIANT: normal; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE:= separate; FONT-FAMILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPA= CING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -w= ebkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;= -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; = -webkit-text-stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"T= EXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-s= erif" class=3D"Apple-style-span"><span style=3D"LINE-HEIGHT: normal; WIDOWS= : 2; TEXT-TRANSFORM: none; FONT-VARIANT: normal; FONT-STYLE: normal; TEXT-I= NDENT: 0px; BORDER-COLLAPSE: separate; FONT-FAMILY: Simsun; WHITE-SPACE: no= rmal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: n= ormal; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-b= order-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -web= kit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class=3D"Apple-= style-span"><span style=3D"TEXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY= : Verdana, Helvetica, sans-serif" class=3D"Apple-style-span"><span style=3D= "LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; FONT-VARIANT: normal= ; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT-FAM= ILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR= : rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -webkit-border-horizo= ntal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decor= ations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke= -width: 0px" class=3D"Apple-style-span"><span style=3D"TEXT-ALIGN: left; LI= NE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-serif" class=3D"Appl= e-style-span"><font face=3D"verdana,sans-serif">=A0 =A0=A01. Why data in si= nk file include duplicate and ommitted chunks ? Because the distributed env= ironmrnt ?</font></span></span></span></span></span></span></div> <div><span style=3D"LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; F= ONT-VARIANT: normal; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE:= separate; FONT-FAMILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPA= CING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -w= ebkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;= -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; = -webkit-text-stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"T= EXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-s= erif" class=3D"Apple-style-span"><span style=3D"LINE-HEIGHT: normal; WIDOWS= : 2; TEXT-TRANSFORM: none; FONT-VARIANT: normal; FONT-STYLE: normal; TEXT-I= NDENT: 0px; BORDER-COLLAPSE: separate; FONT-FAMILY: Simsun; WHITE-SPACE: no= rmal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: n= ormal; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-b= order-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -web= kit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class=3D"Apple-= style-span"><span style=3D"TEXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY= : Verdana, Helvetica, sans-serif" class=3D"Apple-style-span"><span style=3D= "LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; FONT-VARIANT: normal= ; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT-FAM= ILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR= : rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -webkit-border-horizo= ntal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decor= ations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke= -width: 0px" class=3D"Apple-style-span"><span style=3D"TEXT-ALIGN: left; LI= NE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-serif" class=3D"Appl= e-style-span"><font face=3D"verdana,sans-serif">=A0=A0=A0 2. How to solve t= he problem above ?=A0 The <span style=3D"LINE-HEIGHT: normal; WIDOWS: 2; TE= XT-TRANSFORM: none; FONT-VARIANT: normal; FONT-STYLE: normal; TEXT-INDENT: = 0px; BORDER-COLLAPSE: separate; FONT-FAMILY: Simsun; WHITE-SPACE: normal; O= RPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: normal; = WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-v= ertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-tex= t-size-adjust: auto; -webkit-text-stroke-width: 0px" class=3D"Apple-style-s= pan"><span style=3D"FONT-FAMILY: Verdana, Helvetica, sans-serif" class=3D"A= pple-style-span">Simple Archiver generates the archive file , and <span sty= le=3D"LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; FONT-VARIANT: n= ormal; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FON= T-FAMILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; = COLOR: rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -webkit-border-h= orizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-= decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-s= troke-width: 0px" class=3D"Apple-style-span"><span style=3D"TEXT-ALIGN: lef= t; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-serif" class=3D= "Apple-style-span">duplicates=A0have been=A0removed . So the simple archive= r can only solve the duplicate data , right?</span></span></span></span></f= ont></span></span></span></span></span></span></div> <div><span style=3D"LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; F= ONT-VARIANT: normal; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE:= separate; FONT-FAMILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPA= CING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -w= ebkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;= -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; = -webkit-text-stroke-width: 0px" class=3D"Apple-style-span"><span style=3D"T= EXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-s= erif" class=3D"Apple-style-span"><span style=3D"LINE-HEIGHT: normal; WIDOWS= : 2; TEXT-TRANSFORM: none; FONT-VARIANT: normal; FONT-STYLE: normal; TEXT-I= NDENT: 0px; BORDER-COLLAPSE: separate; FONT-FAMILY: Simsun; WHITE-SPACE: no= rmal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); FONT-WEIGHT: n= ormal; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-b= order-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -web= kit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class=3D"Apple-= style-span"><span style=3D"TEXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-FAMILY= : Verdana, Helvetica, sans-serif" class=3D"Apple-style-span"><span style=3D= "LINE-HEIGHT: normal; WIDOWS: 2; TEXT-TRANSFORM: none; FONT-VARIANT: normal= ; FONT-STYLE: normal; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT-FAM= ILY: Simsun; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR= : rgb(0,0,0); FONT-WEIGHT: normal; WORD-SPACING: 0px; -webkit-border-horizo= ntal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decor= ations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke= -width: 0px" class=3D"Apple-style-span"><span style=3D"TEXT-ALIGN: left; LI= NE-HEIGHT: 15px; FONT-FAMILY: Verdana, Helvetica, sans-serif" class=3D"Appl= e-style-span"><font face=3D"verdana,sans-serif"><span style=3D"LINE-HEIGHT:= normal; WIDOWS: 2; TEXT-TRANSFORM: none; FONT-VARIANT: normal; FONT-STYLE:= normal; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT-FAMILY: Simsun; = WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0);= FONT-WEIGHT: normal; WORD-SPACING: 0px; -webkit-border-horizontal-spacing:= 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-eff= ect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" = class=3D"Apple-style-span"><span style=3D"FONT-FAMILY: Verdana, Helvetica, = sans-serif" class=3D"Apple-style-span"><span style=3D"LINE-HEIGHT: normal; = WIDOWS: 2; TEXT-TRANSFORM: none; FONT-VARIANT: normal; FONT-STYLE: normal; = TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT-FAMILY: Simsun; WHITE-SPA= CE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); FONT-WEI= GHT: normal; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -we= bkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none= ; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class=3D"= Apple-style-span"><span style=3D"TEXT-ALIGN: left; LINE-HEIGHT: 15px; FONT-= FAMILY: Verdana, Helvetica, sans-serif" class=3D"Apple-style-span">=A0=A0= =A0=A0</span></span></span></span></font></span></span></span></span></span= ></span></div> <div>--=A0 <br></div> <div>Best regards,</div> <div><br></div> <div>Ivy Tang</div> <div><br></div> <div><br></div><br> --0016367d6e9abf878a0495b37822-- From [email protected] Tue Nov 23 07:47:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17023 invoked from network); 23 Nov 2010 07:47:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Nov 2010 07:47:48 -0000 Received: (qmail 80066 invoked by uid 500); 23 Nov 2010 07:48:20 -0000 Delivered-To: [email protected] Received: (qmail 79945 invoked by uid 500); 23 Nov 2010 07: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79938 invoked by uid 99); 23 Nov 2010 07:48:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 07:48:19 +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-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 07:48:13 +0000 Received: by wwb29 with SMTP id 29so735710wwb.0 for <[email protected]>; Mon, 22 Nov 2010 23:47:52 -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 :content-transfer-encoding; bh=Elko3gwWM5i49NyC+YySXzgk5RtcmuXFYPxRX3fleFY=; b=BINmNzQedke6N52LQQgonFMNv4C423r/Zea4dTBOKxXspM+SK/be3kVS/La0znrHac 9ZedqzF4W8okJaerO3Cspke9d5Ck7QCSkE7WbjIxpLNaP62ze86wU0CPtdG4aWFdYG0i adkS2Jx8LMnQ4cAgJtWBewlLTEkHAJ7OZhplA= 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=PmNnKRBoV+VVuuvahzlhUSlFANAbemWEAy4ltsxtNZptRzbuyMJnFM4e/xd2oDzZL7 YWJ6WTFN0PTZnLq1B3T20f3rtMHMwDTpPbfXJtNiLy3VcM1LuDLe919vUQtxXMOuT0Er ahpkfEK2fV4ytROoh7KEn76TZZDXApAleBCC4= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s2mr7179957wbb.18.1290498471683; Mon, 22 Nov 2010 23:47:51 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 22 Nov 2010 23:47:51 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Mon, 22 Nov 2010 23:47:51 -0800 Message-ID: <[email protected]> Subject: Re: Sink file has omitted chunks? From: Ariel Rabkin <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable "Omitted chunks" is an error. By definition, if chunks are omitted they won't be there. Duplicates and other peculiarities will happen in the event of failures. As you say, it's a consequence of the distributed environment. SimpleArchiver should do the cleanup you want. --Ari On Mon, Nov 22, 2010 at 11:39 PM, Ying Tang <[email protected]> wrote: > Hi all , > =A0=A0=A0 After reading the chukwa docs , per my understanding , the log = data flow > is : > =A0=A0=A0 adaptor-->agent-->collector-->sink file--->.... > =A0=A0=A0 In the doc says , "=A0Data in the sink may include duplicate an= d omitted > chunks." > =A0=A0 =A0And it is not recommanded to write MapReduce jobs that directly= examine > the data sink , "becaues=A0=A0jobs will likely discard most of their inpu= t ". > > =A0 =A0 Here is my question: > =A0 =A0=A01. Why data in sink file include duplicate and ommitted chunks = ? Because > the distributed environmrnt ? > =A0=A0=A0 2. How to solve the problem above ?=A0 The Simple Archiver gene= rates the > archive file , and duplicates=A0have been=A0removed . So the simple archi= ver can > only solve the duplicate data , right? > > -- > Best regards, > Ivy Tang > > > --=20 Ari Rabkin [email protected] UC Berkeley Computer Science Department From [email protected] Tue Nov 23 07:50:01 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17522 invoked from network); 23 Nov 2010 07:50:01 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Nov 2010 07:50:01 -0000 Received: (qmail 81464 invoked by uid 500); 23 Nov 2010 07:50:32 -0000 Delivered-To: [email protected] Received: (qmail 81417 invoked by uid 500); 23 Nov 2010 07: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: <chukwa-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81409 invoked by uid 99); 23 Nov 2010 07:50:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 07:50:32 +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-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 07:50:25 +0000 Received: by iwn7 with SMTP id 7so793658iwn.6 for <[email protected]>; Mon, 22 Nov 2010 23:50:04 -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=wjIjPl4rFvGadEUTaliM97l0hSz2z0CAyZZT782XNOU=; b=NUHOUBRgoiGUVBku5eP5Sof2Fv/ZHUwTxSS+2EVxQLfBKrUsi/+IW8DGWp+jIV0EcG Zo0FnjL2oY0NTbMNBA8Ow5CVcd0WXHqiQQVkn+5tj218W7x7Pug037jd/kHDSywt2e3j s5vWCg/sFxy8bWeLmTEHr1sJ8GbaQ6bmiuWYU= 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=tq4wW8cCh6OXTv7bzYVfG4docoSW03YAf9Bwsyvbs2e6Y0akATnuHfdCld3+WGC/TA wu250yEheY+27/3QzThOlXe+Trk2B0x8pg3/E9A67GJ9jeoEYs7r6agJvqQryCZQsrqD vkxgWKVxht0GRFYdbQNwD9Ljz60EEbZ22r03E= Received: by 161.129.204.104 with SMTP id j12mr8097930ibh.11.1290498604239; Mon, 22 Nov 2010 23:50:04 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Mon, 22 Nov 2010 23:49:43 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: Ying Tang <[email protected]> Date: Tue, 23 Nov 2010 15:49:43 +0800 Message-ID: <[email protected]> Subject: Re: 2 questions, the log file name and the log messy code To: [email protected] Content-Type: multipart/alternative; boundary=001485ea8afee38a390495b39eaa X-Virus-Checked: Checked by ClamAV on apache.org --001485ea8afee38a390495b39eaa Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable The messy code is my mistake. After using the SequenceFileInputFormat ,the file is clear . But the metadata in value is mixed with my log . Add a \n after the metadata is better. On Sat, Nov 20, 2010 at 2:24 AM, Jerome Boulon <[email protected]> wrote: > Just a warning if you are using Text output format then you will have som= e > hard time with =93\n=94 inside your logs like stackTrace for example. > Also, text file will either be non-compressed or non-splittable. > > /Jerome. > > > On 11/19/10 9:30 AM, "Eric Yang" <[email protected]> wrote: > > > > > On 11/19/10 12:37 AM, "Ying Tang" <[email protected]> wrote: > > Hi all , > 1. I have install 2 nodes chukwa for testing , one agent and one > collector . And also i have an hdfs , but i found the log collected by t= he > collector in hdfs , the file name is > time+logsourcehost+java.rmi.server.UID() > time's format is yyyyddHHmmssSSS , there is no month ? And this > is been written in the code . > I need the month , so i must change the code and recompile it = ? > 2. And another question , the log content in the log file(in the > hdfs) , the metadata is messy code , the log content from the agent is ok= . > My adaptor is UTF8 , how to solve this? > > > > 1. Looks like a mistake on the temp filename. Please open a jira and > we will fix it. > 2. The data is recorded in sequence file format to make the data easie= r > to process with mapreduce. If you are expecting plain text of the log > content, you will need to write a map/reduce job with output format to= text > output format and channel the log files types according. > > > Regards, > Eric > > --=20 Best regards, Ivy Tang --001485ea8afee38a390495b39eaa Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable <div>The messy code is my mistake.</div> <div>After using the SequenceFileInputFormat=A0 ,the file is clear .</div> <div>But the metadata in value is mixed with my log .</div> <div>Add a \n after the metadata is better.<br><br></div> <div class=3D"gmail_quote">On Sat, Nov 20, 2010 at 2:24 AM, Jerome Boulon <= span dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]">jboulon@netflix= .com</a>&gt;</span> wrote:<br> <blockquote style=3D"BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex= ; PADDING-LEFT: 1ex" class=3D"gmail_quote"> <div><font face=3D"Calibri, Verdana, Helvetica, Arial"><span style=3D"FONT-= SIZE: 11pt">Just a warning if you are using Text output format then you wil= l have some hard time with =93\n=94 inside your logs like stackTrace for ex= ample.<br> Also, text file will either be non-compressed or non-splittable.<br><font c= olor=3D"#888888"><br>/Jerome.</font>=20 <div> <div></div> <div class=3D"h5"><br><br>On 11/19/10 9:30 AM, &quot;Eric Yang&quot; &lt;<a= href=3D"http://[email protected]" target=3D"_blank">[email protected]<= /a>&gt; wrote:<br><br></div></div></span></font> <div> <div></div> <div class=3D"h5"> <blockquote><font face=3D"Calibri, Verdana, Helvetica, Arial"><span style= =3D"FONT-SIZE: 11pt"><br><br><br>On 11/19/10 12:37 AM, &quot;Ying Tang&quot= ; &lt;<a href=3D"http://[email protected]" target=3D"_blank">ivytang081= [email protected]</a>&gt; wrote:<br> <br></span></font> <blockquote><font face=3D"Calibri, Verdana, Helvetica, Arial"><span style= =3D"FONT-SIZE: 11pt">Hi all , <br>=A0=A0=A0 1.=A0=A0 I have install 2 nodes= chukwa for testing , one agent and one collector=A0 . And also i have an h= dfs , but i found the log collected by the collector in hdfs , the file nam= e is <br> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0</span></font><font size=3D"2"><font face=3D"= Arial"><span style=3D"FONT-SIZE: 10pt">time+logsourcehost+java.rmi.server.U= ID()<br>=A0=A0=A0=A0=A0=A0=A0=A0 =A0time&#39;s format is yyyyddHHmmssSSS , = there is no month ? And this is been written in the code . <br> =A0=A0=A0=A0I=A0=A0=A0=A0 =A0need the month=A0 ,=A0 so i must change the co= de and recompile it ?<br>=A0=A0=A0 2.=A0=A0 And another question , the log = content in the log file(in the hdfs) , the metadata is messy code , the log= content from the agent is ok.<br> =A0=A0=A0=A0=A0=A0=A0=A0=A0 My adaptor is UTF8 , how to solve this?<br></sp= an></font></font></blockquote><font face=3D"Calibri, Verdana, Helvetica, Ar= ial"><span style=3D"FONT-SIZE: 11pt"><br></span></font> <ol> <li><font face=3D"Calibri, Verdana, Helvetica, Arial"><span style=3D"FONT-S= IZE: 11pt">Looks like a mistake on the temp filename. =A0Please open a jira= and we will fix it. </span></font> <li><font face=3D"Calibri, Verdana, Helvetica, Arial"><span style=3D"FONT-S= IZE: 11pt">The data is recorded in sequence file format to make the data ea= sier to process with mapreduce. =A0If you are expecting plain text of the l= og content, you will need to write a map/reduce job with output format to t= ext output format and channel the log files types according.<br> </span></font></li></li></ol><font face=3D"Calibri, Verdana, Helvetica, Ari= al"><span style=3D"FONT-SIZE: 11pt"><br>Regards,<br>Eric<br></span></font><= /blockquote></div></div></div></blockquote></div><br><br clear=3D"all"><br>= -- <br> <div>Best regards,</div> <div><br></div> <div>Ivy Tang</div> <div><br></div> <div><br></div><br> --001485ea8afee38a390495b39eaa--
From [email protected] Tue Mar 04 14:04:50 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41710 invoked from network); 4 Mar 2008 14:04:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Mar 2008 14:04:49 -0000 Received: (qmail 78959 invoked by uid 500); 4 Mar 2008 14:04:44 -0000 Delivered-To: [email protected] Received: (qmail 78920 invoked by uid 500); 4 Mar 2008 14:04:44 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 78852 invoked by uid 99); 4 Mar 2008 14:04:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 06:04:44 -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: local policy) Received: from [161.129.204.104] (HELO eero.baz.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 14:04:08 +0000 Received: by eero.baz.org (Postfix, from userid 1017) id A9D9D89A46; Tue, 4 Mar 2008 09:04:00 -0500 (EST) Received: from [161.129.204.104] (pool-72-93-81-62.bstnma.fios.verizon.net [161.129.204.104]) by eero (tmda-ofmipd) with ESMTP; Tue, 04 Mar 2008 09:03:46 -0500 Message-ID: <[email protected]> Date: Tue, 04 Mar 2008 09:03:35 -0500 User-Agent: Thunderbird 161.129.204.104 (Windows/20080213) MIME-Version: 1.0 To: Axis-Dev <[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: [Fwd: ASF Board Report - Initial Reminder for Mar 2008] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: Glen Daniels <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Teams: It's that time again. Our board report for March is now due. I've started a template report at http://wiki.apache.org/ws/ReportForMar2008, which team leads should please flesh out as appropriate. If there's nothing of note going on with your sub-project, no need to edit (but you should consider whether you need to get things moving :)). Please take care of this ASAP if you have a minute, as it's always better to get it out of the way rather than having to stress about it at the last minute. I'll plan to submit to the board by the 15th. Thanks, all. --Glen -------- Original Message -------- Subject: ASF Board Report - Initial Reminder for Mar 2008 Date: 4 Mar 2008 13:30:07 -0000 From: ASF Board <[email protected]> To: Glen Daniels <[email protected]> This email was sent by an automated system on behalf of the ASF Board. It is an initial reminder to give you plenty of time to prepare the report. The meeting is scheduled for Wed, 19 March 2008, 10 am PST and the deadline for submitting your report is two full days prior to that! According to board records, you are listed as the chair of at least one committee that is due to submit a report this month. [1] [2] Details on which project reports are due and how to submit a report are enclosed below. For the coming board report, the board and legal committee would much appreciate your project reviewing the crypto export policy spelled out at http://www.apache.org/dev/crypto.html to determine that the project either either no encryption considerations, or if notices must be (or had been) sent to the BIS and NSA, they have been documented at the official location http://www.apache.org/licenses/exports/ for all encryption elements within the oversite of this PMC. Adding a status item on the board report will help the legal committee to ensure this oversight has been applied across the foundation. Please submit your report with sufficient time to allow the board members to review and digest. Again, the very latest you should submit your report is two full days (48h) prior to the board meeting. The exact date of the board meeting can be found in the calendar.txt file in the board directory of the committers repository [2]. If you feel that an error has been made, please consult [1] and if there is still an issue then contact the board directly. Thanks, The ASF Board [1] - https://svn.apache.org/repos/private/committers/board/committee-info.txt [2] - https://svn.apache.org/repos/private/committers/board/calendar.txt Submitting your Report ---------------------- Full details about the process and schedule are in [1]. Your report should be sent in plain-text format to [email protected] with a Subject line that follows the below format: Subject: [REPORT] Project Name Cutting and pasting directly from a Wiki is not acceptable due to formatting issues. Line lengths should be limited to 77 characters. The content should also be committed to the meeting agenda in the board directory in the foundation repository. ASF Board Reports ----------------- Reports are due from you for the following committees: - Web Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 04 23:01:44 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17341 invoked from network); 4 Mar 2008 23:01:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Mar 2008 23:01:44 -0000 Received: (qmail 89227 invoked by uid 500); 4 Mar 2008 23:01:40 -0000 Delivered-To: [email protected] Received: (qmail 89206 invoked by uid 500); 4 Mar 2008 23:01:40 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89195 invoked by uid 99); 4 Mar 2008 23:01:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 15:01:40 -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; Tue, 04 Mar 2008 23:01:03 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e6.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m24N3CEd018690 for <[email protected]>; Tue, 4 Mar 2008 18:03:12 -0500 Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [161.129.204.104]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m24N1DHJ236982 for <[email protected]>; Tue, 4 Mar 2008 18:01:13 -0500 Received: from d01av05.pok.ibm.com (loopback [161.129.204.104]) by d01av05.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id m24MxVKP020635 for <[email protected]>; Tue, 4 Mar 2008 17:59:31 -0500 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av05.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m24MxS4K020488 for <[email protected]>; Tue, 4 Mar 2008 17:59:28 -0500 In-Reply-To: <[email protected]> To: [email protected] MIME-Version: 1.0 Subject: Re: [Fwd: ASF Board Report - Initial Reminder for Mar 2008] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Tue, 4 Mar 2008 18:01:08 -0500 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/04/2008 18:01:09, Serialize complete at 03/04/2008 18:01:09 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org John, I know that you're out for a couple weeks so I took care of this quarter's WS board report. All - the board report is available at [1]. Feel free to make any changes. [1] http://wiki.apache.org/ws/ReportForMar2008 Lawrence Glen Daniels <[email protected]> 03/04/2008 09:03 AM Please respond to [email protected] To Axis-Dev <[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] cc Subject [Fwd: ASF Board Report - Initial Reminder for Mar 2008] Teams: It's that time again. Our board report for March is now due. I've started a template report at http://wiki.apache.org/ws/ReportForMar2008, which team leads should please flesh out as appropriate. If there's nothing of note going on with your sub-project, no need to edit (but you should consider whether you need to get things moving :)). Please take care of this ASAP if you have a minute, as it's always better to get it out of the way rather than having to stress about it at the last minute. I'll plan to submit to the board by the 15th. Thanks, all. --Glen -------- Original Message -------- Subject: ASF Board Report - Initial Reminder for Mar 2008 Date: 4 Mar 2008 13:30:07 -0000 From: ASF Board <[email protected]> To: Glen Daniels <[email protected]> This email was sent by an automated system on behalf of the ASF Board. It is an initial reminder to give you plenty of time to prepare the report. The meeting is scheduled for Wed, 19 March 2008, 10 am PST and the deadline for submitting your report is two full days prior to that! According to board records, you are listed as the chair of at least one committee that is due to submit a report this month. [1] [2] Details on which project reports are due and how to submit a report are enclosed below. For the coming board report, the board and legal committee would much appreciate your project reviewing the crypto export policy spelled out at http://www.apache.org/dev/crypto.html to determine that the project either either no encryption considerations, or if notices must be (or had been) sent to the BIS and NSA, they have been documented at the official location http://www.apache.org/licenses/exports/ for all encryption elements within the oversite of this PMC. Adding a status item on the board report will help the legal committee to ensure this oversight has been applied across the foundation. Please submit your report with sufficient time to allow the board members to review and digest. Again, the very latest you should submit your report is two full days (48h) prior to the board meeting. The exact date of the board meeting can be found in the calendar.txt file in the board directory of the committers repository [2]. If you feel that an error has been made, please consult [1] and if there is still an issue then contact the board directly. Thanks, The ASF Board [1] - https://svn.apache.org/repos/private/committers/board/committee-info.txt [2] - https://svn.apache.org/repos/private/committers/board/calendar.txt Submitting your Report ---------------------- Full details about the process and schedule are in [1]. Your report should be sent in plain-text format to [email protected] with a Subject line that follows the below format: Subject: [REPORT] Project Name Cutting and pasting directly from a Wiki is not acceptable due to formatting issues. Line lengths should be limited to 77 characters. The content should also be committed to the meeting agenda in the board directory in the foundation repository. ASF Board Reports ----------------- Reports are due from you for the following committees: - Web Services --------------------------------------------------------------------- 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 Mar 05 14:32:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7696 invoked from network); 5 Mar 2008 14:32:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Mar 2008 14:32:29 -0000 Received: (qmail 62592 invoked by uid 500); 5 Mar 2008 14:32:24 -0000 Delivered-To: [email protected] Received: (qmail 62580 invoked by uid 500); 5 Mar 2008 14:32: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 62569 invoked by uid 99); 5 Mar 2008 14:32:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2008 06:32:24 -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 mtagate2.uk.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2008 14:31:36 +0000 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [161.129.204.104]) by mtagate2.uk.ibm.com (8.13.8/8.13.8) with ESMTP id m25EVvJj062548 for <[email protected]>; Wed, 5 Mar 2008 14:31:57 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [161.129.204.104]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m25EVuBk1933440 for <[email protected]>; Wed, 5 Mar 2008 14:31:56 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [161.129.204.104]) by d06av02.portsmouth.uk.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id m25EVuxU022793 for <[email protected]>; Wed, 5 Mar 2008 14:31:56 GMT Received: from d06ml064.portsmouth.uk.ibm.com (d06ml064.portsmouth.uk.ibm.com [161.129.204.104]) by d06av02.portsmouth.uk.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m25EVux2022790 for <[email protected]>; Wed, 5 Mar 2008 14:31:56 GMT In-Reply-To: <[email protected]> X-Disclaimed: 43318 To: [email protected] MIME-Version: 1.0 Subject: Re: [Fwd: ASF Board Report - Initial Reminder for Mar 2008] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: John Kaputin <[email protected]> Message-ID: <[email protected]> Date: Wed, 5 Mar 2008 06:31:55 -0800 X-MIMETrack: Serialize by Router on D06ML064/06/M/IBM(Release 7.0.2FP2HF322 | September 26, 2007) at 05/03/2008 14:31:55, Serialize complete at 05/03/2008 14:31:55 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Thanks Lawrence. The report looks fine. John Kaputin Lawrence Mandel <[email protected]> wrote on 04/03/2008 15:01:08: > John, > > I know that you're out for a couple weeks so I took care of this quarter's > WS board report. > > All - the board report is available at [1]. Feel free to make any changes. > > [1] http://wiki.apache.org/ws/ReportForMar2008 > > Lawrence > > > > > Glen Daniels <[email protected]> > 03/04/2008 09:03 AM > Please respond to > [email protected] > > > To > Axis-Dev <[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] > cc > > Subject > [Fwd: ASF Board Report - Initial Reminder for Mar 2008] > > > > > > > Teams: > > It's that time again. Our board report for March is now due. I've > started a template report at http://wiki.apache.org/ws/ReportForMar2008, > which team leads should please flesh out as appropriate. If there's > nothing of note going on with your sub-project, no need to edit (but you > should consider whether you need to get things moving :)). > > Please take care of this ASAP if you have a minute, as it's always > better to get it out of the way rather than having to stress about it at > the last minute. I'll plan to submit to the board by the 15th. > > Thanks, all. > > --Glen > > -------- Original Message -------- > Subject: ASF Board Report - Initial Reminder for Mar 2008 > Date: 4 Mar 2008 13:30:07 -0000 > From: ASF Board <[email protected]> > To: Glen Daniels <[email protected]> > > > > This email was sent by an automated system on behalf of the ASF Board. > It is an initial reminder to give you plenty of time to prepare the > report. > > The meeting is scheduled for Wed, 19 March 2008, 10 am PST and the > deadline for > submitting your report is two full days prior to that! > > According to board records, you are listed as the chair of at least one > committee that is due to submit a report this month. [1] [2] > > Details on which project reports are due and how to submit a report > are enclosed below. > > For the coming board report, the board and legal committee would much > appreciate your project reviewing the crypto export policy spelled out > at http://www.apache.org/dev/crypto.html to determine that the project > either either no encryption considerations, or if notices must be (or had > been) sent to the BIS and NSA, they have been documented at the official > location http://www.apache.org/licenses/exports/ for all encryption > elements within the oversite of this PMC. Adding a status item on the > board report will help the legal committee to ensure this oversight has > been applied across the foundation. > > Please submit your report with sufficient time to allow the board members > to review and digest. Again, the very latest you should submit your report > is two full days (48h) prior to the board meeting. > > The exact date of the board meeting can be found in the calendar.txt file > in the board directory of the committers repository [2]. > > If you feel that an error has been made, please consult [1] and if there > is still an issue then contact the board directly. > > Thanks, > The ASF Board > > [1] - > https://svn.apache.org/repos/private/committers/board/committee-info.txt > [2] - https://svn.apache.org/repos/private/committers/board/calendar.txt > > > > Submitting your Report > ---------------------- > > Full details about the process and schedule are in [1]. > > Your report should be sent in plain-text format to [email protected] > with a Subject line that follows the below format: > > Subject: [REPORT] Project Name > > Cutting and pasting directly from a Wiki is not acceptable due to > formatting > issues. Line lengths should be limited to 77 characters. The content > should > also be committed to the meeting agenda in the board directory in the > foundation repository. > > > ASF Board Reports > ----------------- > > Reports are due from you for the following committees: > > - Web Services > > --------------------------------------------------------------------- > 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] > Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 07 03:52:23 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30192 invoked from network); 7 Mar 2008 03:52:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Mar 2008 03:52:23 -0000 Received: (qmail 75224 invoked by uid 500); 7 Mar 2008 03:52:20 -0000 Delivered-To: [email protected] Received: (qmail 75209 invoked by uid 500); 7 Mar 2008 03:52:19 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 75198 invoked by uid 500); 7 Mar 2008 03:52:19 -0000 Delivered-To: [email protected] Received: (qmail 75195 invoked by uid 99); 7 Mar 2008 03:52:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 19:52:19 -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, 07 Mar 2008 03:51:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 844E21A9832; Thu, 6 Mar 2008 19:52:00 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r634519 - /webservices/woden/trunk/java/pom.xml Date: Fri, 07 Mar 2008 03:52: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: dims Date: Thu Mar 6 19:51:59 2008 New Revision: 634519 URL: http://svn.apache.org/viewvc?rev=634519&view=rev Log: add osgi manifest information Modified: webservices/woden/trunk/java/pom.xml Modified: webservices/woden/trunk/java/pom.xml URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=634519&r1=634518&r2=634519&view=diff ============================================================================== --- webservices/woden/trunk/java/pom.xml (original) +++ webservices/woden/trunk/java/pom.xml Thu Mar 6 19:51:59 2008 @@ -149,6 +149,37 @@ <scope>test</scope> </dependency> </dependencies> + <build> + <plugins> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> + </archive> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <version>${bundle.plugin.version}</version> + <configuration> + <instructions> + <Bundle-Version>${woden.osgi.version}</Bundle-Version> + </instructions> + </configuration> + <executions> + <execution> + <id>bundle-manifest</id> + <phase>process-classes</phase> + <goals> + <goal>manifest</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> <distributionManagement> <snapshotRepository> <id>apache.snapshots</id> @@ -161,4 +192,8 @@ <module>woden-om</module> <module>woden-api</module> </modules> + <properties> + <woden.osgi.version>1.0.0</woden.osgi.version> + <bundle.plugin.version>1.4.0</bundle.plugin.version> + </properties> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Mar 09 03:07:35 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4078 invoked from network); 9 Mar 2008 03:07:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2008 03:07:35 -0000 Received: (qmail 79128 invoked by uid 500); 9 Mar 2008 03:07:32 -0000 Delivered-To: [email protected] Received: (qmail 79108 invoked by uid 500); 9 Mar 2008 03:07:31 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 79097 invoked by uid 99); 9 Mar 2008 03:07:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Mar 2008 19:07:31 -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: local policy) Received: from [161.129.204.104] (HELO n54.bullet.mail.sp1.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 09 Mar 2008 03:06:53 +0000 Received: from [161.129.204.104] by n54.bullet.mail.sp1.yahoo.com with NNFMP; 09 Mar 2008 03:07:03 -0000 Received: from [161.129.204.104] by t2.bullet.sp1.yahoo.com with NNFMP; 09 Mar 2008 03:07:03 -0000 Received: from [161.129.204.104] by omp203.mail.sp1.yahoo.com with NNFMP; 09 Mar 2008 03:07:03 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: [email protected] Received: (qmail 39567 invoked by uid 60001); 9 Mar 2008 03:07:03 -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:Cc:MIME-Version:Content-Type:Message-ID; b=hMKPFs/HDrrU7NCDs0wPNabxYLaQZk0OEa2rtRc9wEdzJAK0IaePRbx9INYtdJPBqLi9ptm1BeaKHmoi3FU+yftHrFWfTTzgTXiIaZnIVjMWVzBRorbCM/CZJohf2KR0H9ylFKmLrECGeQN8U/e+v4Z+zUL+lEj82hR3IPIPKQ0=; X-YMail-OSG: tKVVEX0VM1lEQRJBN0n5QU_22CoCfPrxf59IcQEP3NWAi8Jat6xrcTmaQlJvxToNL4RLEsLiALmBI39.tARuR2db_XdY5_RETBmy Received: from [161.129.204.104] by web45109.mail.sp1.yahoo.com via HTTP; Sat, 08 Mar 2008 19:07:03 PST X-Mailer: YahooMailRC/902.35 YahooMailWebService/0.7.162 Date: Sat, 8 Mar 2008 19:07:03 -0800 (PST) From: Sudhir V <[email protected]> Subject: hello all To: [email protected] Cc: Lawrence Mandel <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-128801576-1205032023=:38493" Message-ID: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org --0-128801576-1205032023=:38493 Content-Type: text/plain; charset=us-ascii I am a new subscriber to the woden-dev, just sending this mail (seems my earlier mail got dropped) to check whether I am subscribed properly. I look forward to working with you all. I am software professional. working in the pacific northwest. sudhir ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ --0-128801576-1205032023=:38493 Content-Type: text/html; charset=us-ascii <html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>I am a new subscriber to the woden-dev, just sending this mail (seems my earlier mail got dropped) to check whether I am subscribed properly.</DIV> <DIV>&nbsp;</DIV> <DIV>I look forward to working with you all. I am&nbsp; software professional. working in the pacific northwest.</DIV> <DIV>&nbsp;</DIV> <DIV>sudhir</DIV></div><br> <hr size=1>Looking for last minute shopping deals? <a href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping"> Find them fast with Yahoo! Search.</a></body></html> --0-128801576-1205032023=:38493-- From [email protected] Sun Mar 09 08:42:55 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48575 invoked from network); 9 Mar 2008 08:42:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2008 08:42:55 -0000 Received: (qmail 24648 invoked by uid 500); 9 Mar 2008 08:42:52 -0000 Delivered-To: [email protected] Received: (qmail 24620 invoked by uid 500); 9 Mar 2008 08:42:52 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 24609 invoked by uid 99); 9 Mar 2008 08:42:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 00:42: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 rv-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 08:42:16 +0000 Received: by rv-out-0910.google.com with SMTP id c24so635771rvf.28 for <[email protected]>; Sun, 09 Mar 2008 00:42:27 -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:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=mow2b8oc1QaluxQHv3P+ZQQlNpK+e8bsjLh1nv2L71Q=; b=lbAo7EQjSiPJs9N6A4arSC9oGlSJGIPRN5xz2jT9+UeSawaI0gFamoW6blBZI3vxyHAYHh+Mbvz+88DGNhtlV1071t1hHKrNicBK/Wg166Q9odtV82VOhwSkOVmIHFhnzqKRywXRaYqTkOnZb+fYMfrGHkVEdzGX/6iUr3FP2zw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=CByKf3Q/ia/VPepzYGyAKfC5t/K/v9y5vCfV81LiXMu9YcTPyzGXZ2I/QYHPyM2PuFldRUxLLWxvMrGkwwz15jcQ9u+9lcq7ukVft0GGt7EMhlDk58IomJCXjIh7mPRLzi0wmJFo9SsVfS04NfbG6d8N6/0KrlMblSnK4foPFaM= Received: by 161.129.204.104 with SMTP id m3mr2284320rvd.244.1205052146977; Sun, 09 Mar 2008 00:42:26 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 9 Mar 2008 00:42:26 -0800 (PST) Message-ID: <[email protected]> Date: Sun, 9 Mar 2008 08:42:26 +0000 From: "Jeremy Hughes" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: hello all 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-Google-Sender-Auth: f4f30df8fd0f52b7 X-Virus-Checked: Checked by ClamAV on apache.org Hi Shudhir, if the earlier email got dropped this one certainly didn't. So welcome to woden-dev. Jeremy On 09/03/2008, Sudhir V <[email protected]> wrote: > > I am a new subscriber to the woden-dev, just sending this mail (seems my > earlier mail got dropped) to check whether I am subscribed properly. > > I look forward to working with you all. I am software professional. working > in the pacific northwest. > > sudhir > ________________________________ > Looking for last minute shopping deals? Find them fast with Yahoo! Search. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Mar 09 08:44:08 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49115 invoked from network); 9 Mar 2008 08:44:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2008 08:44:08 -0000 Received: (qmail 25767 invoked by uid 500); 9 Mar 2008 08:44:05 -0000 Delivered-To: [email protected] Received: (qmail 25745 invoked by uid 500); 9 Mar 2008 08:44:05 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 25734 invoked by uid 99); 9 Mar 2008 08:44:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 00:44: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 rv-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 08:43:29 +0000 Received: by rv-out-0910.google.com with SMTP id c24so635907rvf.28 for <[email protected]>; Sun, 09 Mar 2008 00:43: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:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=SodKPH+Y9RJwCOXw0LwmCbZF1iTGhW3lgDIFXlQ82PE=; b=Q978iPWLBBsuUz3977gV2GleppOoE/ka358HLIZ8+DSvwLhNrePB5E1afaU0BTtxNKVUXSxGYC6c031Jsr5mDOVRvc09ZXj6qXukmHSn+vCD2cReu9DRrklMcrbMQuYXzfAoAqDzrD2y5hPRp6S7iQ1iKYfSWhJY5hIX2YWXNUg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=WLa40E4HkdER8pQHqlTkl/X46seuntplKtm1HnufZm9Gkpi7uBVuf/e8LzkhjODugUY265FcBJFirKAtwptAnHstrzLRn8Co7mdRke8ZXtfuHWz3HoHx94s41lXN7h/ya+Y+aDy2ZjLyZvRN79NcsaH8MEmq7NPxbTF8O+jrR/E= Received: by 161.129.204.104 with SMTP id k10mr2327254rvf.86.1205052219250; Sun, 09 Mar 2008 00:43:39 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 9 Mar 2008 00:43:39 -0800 (PST) Message-ID: <[email protected]> Date: Sun, 9 Mar 2008 08:43:39 +0000 From: "Jeremy Hughes" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: hello all 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-Google-Sender-Auth: 6ad5f6b4f3767ff1 X-Virus-Checked: Checked by ClamAV on apache.org Sudhir, Apologies .. finger trouble spelling your name. Dunno what's wrong with me this morning. On 09/03/2008, Jeremy Hughes <[email protected]> wrote: > Hi Shudhir, if the earlier email got dropped this one certainly > didn't. So welcome to woden-dev. > > > Jeremy > > > On 09/03/2008, Sudhir V <[email protected]> wrote: > > > > I am a new subscriber to the woden-dev, just sending this mail (seems my > > earlier mail got dropped) to check whether I am subscribed properly. > > > > I look forward to working with you all. I am software professional. working > > in the pacific northwest. > > > > sudhir > > ________________________________ > > Looking for last minute shopping deals? Find them fast with Yahoo! Search. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Mar 09 21:11:14 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59479 invoked from network); 9 Mar 2008 21:11:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2008 21:11:14 -0000 Received: (qmail 20608 invoked by uid 500); 9 Mar 2008 21:11:10 -0000 Delivered-To: [email protected] Received: (qmail 20586 invoked by uid 500); 9 Mar 2008 21:11: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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 20575 invoked by uid 99); 9 Mar 2008 21:11:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 14:11:10 -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, 09 Mar 2008 21:10:28 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 46679234C08A for <[email protected]>; Sun, 9 Mar 2008 14:09:46 -0700 (PDT) Message-ID: <1777030856.1205096986287.JavaMail.jira@brutus> Date: Sun, 9 Mar 2008 14:09:46 -0700 (PDT) From: "Lawrence Mandel (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (WODEN-103) Woden is failing several binding assertions in the WSDL validation report In-Reply-To: <2061001.1164729022446.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/WODEN-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lawrence Mandel reassigned WODEN-103: ------------------------------------- Assignee: sudhir vishwanath (was: John Kaputin) Sudhir volunteered to tackle this Jira. > Woden is failing several binding assertions in the WSDL validation report > ------------------------------------------------------------------------- > > Key: WODEN-103 > URL: https://issues.apache.org/jira/browse/WODEN-103 > Project: Woden > Issue Type: Bug > Components: Validation > Reporter: Lawrence Mandel > Assignee: sudhir vishwanath > Fix For: M8 > > > Woden is failing the following validation tests by reporting an unexpected assertion ID: Binding-4B, Binding-5B, BindingFaultReference-1B, BindingFaultReference-2B, BindingMessageReference-2B, BindingMessageReference-3B, and BindingOperation-1B. > The failures may be due to incorrect validation logic in Woden or incorrectly flagged assertions in the W3C test suite. -- 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 Mar 10 14:02:21 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3455 invoked from network); 10 Mar 2008 14:02:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2008 14:02:20 -0000 Received: (qmail 3621 invoked by uid 500); 10 Mar 2008 14:02:17 -0000 Delivered-To: [email protected] Received: (qmail 3606 invoked by uid 500); 10 Mar 2008 14:02:17 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3594 invoked by uid 99); 10 Mar 2008 14:02:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 07:02:17 -0700 X-ASF-Spam-Status: No, hits=4.9 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_BLACK,URIBL_RHS_DOB 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 qb-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 14:01:38 +0000 Received: by qb-out-0506.google.com with SMTP id a33so6391054qbd.0 for <[email protected]>; Mon, 10 Mar 2008 07:01:48 -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:to:subject:in-reply-to:mime-version:content-type:references; bh=xL4ttqGNOo0E/zMRhMu1aSodHLweg4g6aGEQ1o0SUjE=; b=ubs5LsL/FWC2M4tF/inMdey6mLEy/aQ/mlD56rQrqj4o58lOUj52qjMBSyXWHRiPidR8+2P5D5Z7O/M6C0uvGF+3CpP70pMllIeey0rbPPTAurbbFS3LFQGWuFR7ZiGMMPh45KGVhJDAqtbhU7s+gFJVZ05xZGwuQh9kNs+5uyI= 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=VtjUoh+TIjw1g+YzbT1UpyYjNXC/Yb7jThlO82VeRvQSEoZgEd7sXh37i4Bdf1QMIc+1k9PEw/sZzbZrjqiucXHnAvSvLR7y0FIW9Hldf5MRF2EQRk58uA4oG5g2sGs+UVKJffFxa6Q1J+lndHjlNW+kGd3yuQnnxoNy+nR0Y1Y= Received: by 161.129.204.104 with SMTP id v18mr1658843wfb.61.1205157706604; Mon, 10 Mar 2008 07:01:46 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 10 Mar 2008 07:01:46 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 10 Mar 2008 19:31:46 +0530 From: "keith chapman" <[email protected]> To: [email protected] Subject: Fwd: [Axis2Java] WSDL 2 - targetNamespace problem In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_24702_32864184.1205157706556" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_24702_32864184.1205157706556 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Guys, Can you have a look at this please. Looks like a Woden Change caused this. Thanks, Keith. ---------- Forwarded message ---------- From: Daniel Barta <[email protected]> Date: Mon, Mar 10, 2008 at 6:02 PM Subject: [Axis2Java] WSDL 2 - targetNamespace problem To: [email protected] Hi, We found a problem using a wsdl2java tool with WSDL v.2 files. Last month we were able to generate stub/client Java code without problems. <wsdl:description xmlns:wsdl="http://www.w3.org/ns/wsdl" targetNamespace="urn:wsdlSamples" xmlns:tns="urn:wsdlSamples" xmlns:dtns="urn:wsdlSamplesData" xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> .... But with the latest revision from SVN (#635534) we received the following error: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>( CodeGenerationEngine.java:166) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown protocol: urn: java.net.MalformedURLException: unknown protocol: urn at java.net.URL.<init>(URL.java:574) at java.net.URL.<init>(URL.java:464) at java.net.URL.<init>(URL.java:413) at java.net.URI.toURL(URI.java:1081) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate( Description1001.java:27) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions( WSDLValidator.java:109) ... After the following modification the generating of stub/client passed. <wsdl:description xmlns:wsdl="http://www.w3.org/ns/wsdl" targetNamespace="http://161.129.204.104/wsdlSamples/all.wsdl" xmlns:tns="http://161.129.204.104/wsdlSamples/all.wsdl" xmlns:dtns="urn:wsdlSamplesData" xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> ... Is it a problem of Description1001.validate() method ? Thanks, Daniel Scanned by [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org ------=_Part_24702_32864184.1205157706556 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Guys,<br><br>Can you have a look at this please. Looks like a Woden Change caused this.<br><br>Thanks,<br>Keith.<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Daniel Barta</b> &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br> Date: Mon, Mar 10, 2008 at 6:02 PM<br>Subject: [Axis2Java] WSDL 2 - targetNamespace problem<br>To: <a href="mailto:[email protected]">[email protected]</a><br><br><br>Hi,<br> <br> We found a problem using a wsdl2java tool with WSDL v.2 files.<br> <br> Last month we were able to generate stub/client Java code without problems.<br> <br> &lt;wsdl:description<br> &nbsp; &nbsp;xmlns:wsdl=&quot;<a href="http://www.w3.org/ns/wsdl" target="_blank">http://www.w3.org/ns/wsdl</a>&quot;<br> &nbsp; &nbsp;targetNamespace=&quot;urn:wsdlSamples&quot;<br> &nbsp; &nbsp;xmlns:tns=&quot;urn:wsdlSamples&quot;<br> &nbsp; &nbsp;xmlns:dtns=&quot;urn:wsdlSamplesData&quot;<br> &nbsp; &nbsp;xmlns:wsoap= &quot;<a href="http://www.w3.org/ns/wsdl/soap" target="_blank">http://www.w3.org/ns/wsdl/soap</a>&quot;&gt;<br> ....<br> <br> But with the latest revision from SVN (#635534) we received the following<br> error:<br> <br> Exception in thread &quot;main&quot;<br> org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:166)<br> &nbsp; &nbsp; &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)<br> &nbsp; &nbsp; &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)<br> Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown<br> protocol: urn: java.net.MalformedURLException: unknown protocol: urn<br> &nbsp; &nbsp; &nbsp; &nbsp;at java.net.URL.&lt;init&gt;(URL.java:574)<br> &nbsp; &nbsp; &nbsp; &nbsp;at java.net.URL.&lt;init&gt;(URL.java:464)<br> &nbsp; &nbsp; &nbsp; &nbsp;at java.net.URL.&lt;init&gt;(URL.java:413)<br> &nbsp; &nbsp; &nbsp; &nbsp;at java.net.URI.toURL(URI.java:1081)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:27)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109)<br> ...<br> <br> After the following modification the generating of stub/client passed.<br> <br> &lt;wsdl:description<br> &nbsp; &nbsp;xmlns:wsdl=&quot;<a href="http://www.w3.org/ns/wsdl" target="_blank">http://www.w3.org/ns/wsdl</a>&quot;<br> &nbsp; &nbsp;targetNamespace=&quot;<a href="http://161.129.204.104/wsdlSamples/all.wsdl" target="_blank">http://161.129.204.104/wsdlSamples/all.wsdl</a>&quot;<br> &nbsp; &nbsp;xmlns:tns=&quot;<a href="http://161.129.204.104/wsdlSamples/all.wsdl" target="_blank">http://161.129.204.104/wsdlSamples/all.wsdl</a>&quot;<br> &nbsp; &nbsp;xmlns:dtns=&quot;urn:wsdlSamplesData&quot;<br> &nbsp; &nbsp;xmlns:wsoap= &quot;<a href="http://www.w3.org/ns/wsdl/soap" target="_blank">http://www.w3.org/ns/wsdl/soap</a>&quot;&gt;<br> ...<br> <br> Is it a problem of Description1001.validate() method ?<br> <br> Thanks,<br> Daniel<br> <br> <br> Scanned by ClamAV at <a href="http://protys.cz" target="_blank">protys.cz</a>.<br> <br> ---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> For additional commands, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> <br> </div><br><br clear="all"><br>-- <br>Keith Chapman<br>Software Engineer<br>WSO2 Inc.<br>Oxygenating the Web Service Platform.<br><a href="http://wso2.org/">http://wso2.org/</a><br><br>blog: <a href="http://www.keith-chapman.org">http://www.keith-chapman.org</a> ------=_Part_24702_32864184.1205157706556-- From [email protected] Mon Mar 10 15:16:00 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15059 invoked from network); 10 Mar 2008 15:16:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2008 15:16:00 -0000 Received: (qmail 52179 invoked by uid 500); 10 Mar 2008 15:15:56 -0000 Delivered-To: [email protected] Received: (qmail 52157 invoked by uid 500); 10 Mar 2008 15:15:56 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 52146 invoked by uid 99); 10 Mar 2008 15:15:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 08:15:56 -0700 X-ASF-Spam-Status: No, hits=-1.1 required=10.0 tests=NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_MED,SPF_PASS,URIBL_BLACK,URIBL_RHS_DOB 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; Mon, 10 Mar 2008 15:15:06 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e2.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2AFFQSK024734 for <[email protected]>; Mon, 10 Mar 2008 11:15:26 -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 v8.7) with ESMTP id m2AFFQas252414 for <[email protected]>; Mon, 10 Mar 2008 11:15:26 -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 m2AFFQHF025930 for <[email protected]>; Mon, 10 Mar 2008 11:15:26 -0400 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2AFFPuA025901 for <[email protected]>; Mon, 10 Mar 2008 11:15:25 -0400 In-Reply-To: <[email protected]> To: [email protected] MIME-Version: 1.0 Subject: Re: Fwd: [Axis2Java] WSDL 2 - targetNamespace problem X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Mon, 10 Mar 2008 11:15:26 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/10/2008 11:15:25, Serialize complete at 03/10/2008 11:15:25 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Hi Keith, We've been working on a new validation framework and this issue looks to be a part of that. Care to open a Jira with the details? Lawrence "keith chapman" <[email protected]> 03/10/2008 10:01 AM Please respond to [email protected] To [email protected] cc Subject Fwd: [Axis2Java] WSDL 2 - targetNamespace problem Hi Guys, Can you have a look at this please. Looks like a Woden Change caused this. Thanks, Keith. ---------- Forwarded message ---------- From: Daniel Barta <[email protected]> Date: Mon, Mar 10, 2008 at 6:02 PM Subject: [Axis2Java] WSDL 2 - targetNamespace problem To: [email protected] Hi, We found a problem using a wsdl2java tool with WSDL v.2 files. Last month we were able to generate stub/client Java code without problems. <wsdl:description xmlns:wsdl="http://www.w3.org/ns/wsdl" targetNamespace="urn:wsdlSamples" xmlns:tns="urn:wsdlSamples" xmlns:dtns="urn:wsdlSamplesData" xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> .... But with the latest revision from SVN (#635534) we received the following error: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:166) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown protocol: urn: java.net.MalformedURLException: unknown protocol: urn at java.net.URL.<init>(URL.java:574) at java.net.URL.<init>(URL.java:464) at java.net.URL.<init>(URL.java:413) at java.net.URI.toURL(URI.java:1081) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:27) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) ... After the following modification the generating of stub/client passed. <wsdl:description xmlns:wsdl="http://www.w3.org/ns/wsdl" targetNamespace="http://161.129.204.104/wsdlSamples/all.wsdl" xmlns:tns="http://161.129.204.104/wsdlSamples/all.wsdl" xmlns:dtns="urn:wsdlSamplesData" xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> ... Is it a problem of Description1001.validate() method ? Thanks, Daniel Scanned by [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 11 04:50:19 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4127 invoked from network); 11 Mar 2008 04:50:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Mar 2008 04:50:19 -0000 Received: (qmail 95103 invoked by uid 500); 11 Mar 2008 04:50:16 -0000 Delivered-To: [email protected] Received: (qmail 95088 invoked by uid 500); 11 Mar 2008 04:50:16 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 95076 invoked by uid 99); 11 Mar 2008 04:50:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 21:50:16 -0700 X-ASF-Spam-Status: No, hits=4.9 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_BLACK,URIBL_RHS_DOB 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 ag-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 04:49:37 +0000 Received: by ag-out-0708.google.com with SMTP id 23so4222312agd.5 for <[email protected]>; Mon, 10 Mar 2008 21:49:47 -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:to:subject:in-reply-to:mime-version:content-type:references; bh=rJoRIHGjf50/su98bz0SqJq9a5HJMHiNCzNWXvJo8Bs=; b=ULwsaXgC3QH2lD0+RlDRTxXJo7Nr+ISsijl72gI95iyT1bm5OroKt3DST4Cv5/UGiPYK7Nv2v9Yi/GcoYuqRfNF5EmGhB3ggyG4MpRfMAIMhxC70YUCvodIKUqwGhEEKQCQjyEkBNtdJKF0aT6WfTSiIMaf55MQyyI8bbliaC78= 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=whUgkVSEgR7knWsvDlc1BBJlSukbQD/PtLZNmYWOcdSudJErhumRwT3hjI0Rx0ruT9sEgZkAS4qI72HqX6auxNyL/EzphqWC+MBKSfmWYKnyT8i3vtqg7NIYhZwnoO/GDbbE/stP3PLF0gDzlmedzpxfaf40s9ut0N+omIXU9+g= Received: by 161.129.204.104 with SMTP id t10mr12483406ane.100.1205210986805; Mon, 10 Mar 2008 21:49:46 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 10 Mar 2008 21:49:40 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 11 Mar 2008 10:19:40 +0530 From: "keith chapman" <[email protected]> To: [email protected] Subject: Re: Fwd: [Axis2Java] WSDL 2 - targetNamespace problem In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2286_32062072.1205210986800" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2286_32062072.1205210986800 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Created a jira with the details. https://issues.apache.org/jira/browse/WODEN-201 Thanks, Keith. On Mon, Mar 10, 2008 at 8:45 PM, Lawrence Mandel <[email protected]> wrote: > Hi Keith, > > We've been working on a new validation framework and this issue looks to > be a part of that. Care to open a Jira with the details? > > Lawrence > > > > > > "keith chapman" <[email protected]> > 03/10/2008 10:01 AM > Please respond to > [email protected] > > > To > [email protected] > cc > > Subject > Fwd: [Axis2Java] WSDL 2 - targetNamespace problem > > > > > > > Hi Guys, > > Can you have a look at this please. Looks like a Woden Change caused this. > > Thanks, > Keith. > > ---------- Forwarded message ---------- > From: Daniel Barta <[email protected]> > Date: Mon, Mar 10, 2008 at 6:02 PM > Subject: [Axis2Java] WSDL 2 - targetNamespace problem > To: [email protected] > > > Hi, > > We found a problem using a wsdl2java tool with WSDL v.2 files. > > Last month we were able to generate stub/client Java code without > problems. > > <wsdl:description > xmlns:wsdl="http://www.w3.org/ns/wsdl" > targetNamespace="urn:wsdlSamples" > xmlns:tns="urn:wsdlSamples" > xmlns:dtns="urn:wsdlSamplesData" > xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> > .... > > But with the latest revision from SVN (#635534) we received the following > error: > > Exception in thread "main" > org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>( > CodeGenerationEngine.java:166) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown > protocol: urn: java.net.MalformedURLException: unknown protocol: urn > at java.net.URL.<init>(URL.java:574) > at java.net.URL.<init>(URL.java:464) > at java.net.URL.<init>(URL.java:413) > at java.net.URI.toURL(URI.java:1081) > at > org.apache.woden.internal.wsdl20.assertions.Description1001.validate( > Description1001.java:27) > at > org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions( > WSDLValidator.java:109) > ... > > After the following modification the generating of stub/client passed. > > <wsdl:description > xmlns:wsdl="http://www.w3.org/ns/wsdl" > targetNamespace="http://161.129.204.104/wsdlSamples/all.wsdl" > xmlns:tns="http://161.129.204.104/wsdlSamples/all.wsdl" > xmlns:dtns="urn:wsdlSamplesData" > xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> > ... > > Is it a problem of Description1001.validate() method ? > > Thanks, > Daniel > > > Scanned by [email protected]. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > -- > Keith Chapman > Software Engineer > WSO2 Inc. > Oxygenating the Web Service Platform. > http://wso2.org/ > > blog: http://www.keith-chapman.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org ------=_Part_2286_32062072.1205210986800 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Created a jira with the details.<br><br><a href="https://issues.apache.org/jira/browse/WODEN-201">https://issues.apache.org/jira/browse/WODEN-201</a><br><br>Thanks,<br>Keith.<br><br><div class="gmail_quote">On Mon, Mar 10, 2008 at 8:45 PM, Lawrence Mandel &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Keith,<br> <br> We&#39;ve been working on a new validation framework and this issue looks to<br> be a part of that. Care to open a Jira with the details?<br> <br> Lawrence<br> <br> <br> <br> <br> <br> &quot;keith chapman&quot; &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br> 03/10/2008 10:01 AM<br> Please respond to<br> <a href="mailto:[email protected]">[email protected]</a><br> <br> <br> To<br> <a href="mailto:[email protected]">[email protected]</a><br> cc<br> <br> Subject<br> Fwd: [Axis2Java] WSDL 2 - targetNamespace problem<br> <div><div></div><div class="Wj3C7c"><br> <br> <br> <br> <br> <br> Hi Guys,<br> <br> Can you have a look at this please. Looks like a Woden Change caused this.<br> <br> Thanks,<br> Keith.<br> <br> ---------- Forwarded message ----------<br> From: Daniel Barta &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br> Date: Mon, Mar 10, 2008 at 6:02 PM<br> Subject: [Axis2Java] WSDL 2 - targetNamespace problem<br> To: <a href="mailto:[email protected]">[email protected]</a><br> <br> <br> Hi,<br> <br> We found a problem using a wsdl2java tool with WSDL v.2 files.<br> <br> Last month we were able to generate stub/client Java code without<br> problems.<br> <br> &lt;wsdl:description<br> &nbsp; xmlns:wsdl=&quot;<a href="http://www.w3.org/ns/wsdl" target="_blank">http://www.w3.org/ns/wsdl</a>&quot;<br> &nbsp; targetNamespace=&quot;urn:wsdlSamples&quot;<br> &nbsp; xmlns:tns=&quot;urn:wsdlSamples&quot;<br> &nbsp; xmlns:dtns=&quot;urn:wsdlSamplesData&quot;<br> &nbsp; xmlns:wsoap= &quot;<a href="http://www.w3.org/ns/wsdl/soap" target="_blank">http://www.w3.org/ns/wsdl/soap</a>&quot;&gt;<br> ....<br> <br> But with the latest revision from SVN (#635534) we received the following<br> error:<br> <br> Exception in thread &quot;main&quot;<br> org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL<br> &nbsp; &nbsp; &nbsp; at<br> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:166)<br> &nbsp; &nbsp; &nbsp; at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)<br> &nbsp; &nbsp; &nbsp; at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)<br> Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown<br> protocol: urn: java.net.MalformedURLException: unknown protocol: urn<br> &nbsp; &nbsp; &nbsp; at java.net.URL.&lt;init&gt;(URL.java:574)<br> &nbsp; &nbsp; &nbsp; at java.net.URL.&lt;init&gt;(URL.java:464)<br> &nbsp; &nbsp; &nbsp; at java.net.URL.&lt;init&gt;(URL.java:413)<br> &nbsp; &nbsp; &nbsp; at java.net.URI.toURL(URI.java:1081)<br> &nbsp; &nbsp; &nbsp; at<br> org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:27)<br> &nbsp; &nbsp; &nbsp; at<br> org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109)<br> ...<br> <br> After the following modification the generating of stub/client passed.<br> <br> &lt;wsdl:description<br> &nbsp; xmlns:wsdl=&quot;<a href="http://www.w3.org/ns/wsdl" target="_blank">http://www.w3.org/ns/wsdl</a>&quot;<br> &nbsp; targetNamespace=&quot;<a href="http://161.129.204.104/wsdlSamples/all.wsdl" target="_blank">http://161.129.204.104/wsdlSamples/all.wsdl</a>&quot;<br> &nbsp; xmlns:tns=&quot;<a href="http://161.129.204.104/wsdlSamples/all.wsdl" target="_blank">http://161.129.204.104/wsdlSamples/all.wsdl</a>&quot;<br> &nbsp; xmlns:dtns=&quot;urn:wsdlSamplesData&quot;<br> &nbsp; xmlns:wsoap= &quot;<a href="http://www.w3.org/ns/wsdl/soap" target="_blank">http://www.w3.org/ns/wsdl/soap</a>&quot;&gt;<br> ...<br> <br> Is it a problem of Description1001.validate() method ?<br> <br> Thanks,<br> Daniel<br> <br> <br> Scanned by ClamAV at <a href="http://protys.cz" target="_blank">protys.cz</a>.<br> <br> ---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> For additional commands, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> <br> <br> <br> <br> --<br> Keith Chapman<br> Software Engineer<br> WSO2 Inc.<br> Oxygenating the Web Service Platform.<br> <a href="http://wso2.org/" target="_blank">http://wso2.org/</a><br> <br> blog: <a href="http://www.keith-chapman.org" target="_blank">http://www.keith-chapman.org</a><br> <br> <br> </div></div>---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> For additional commands, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> <br> </blockquote></div><br><br clear="all"><br>-- <br>Keith Chapman<br>Software Engineer<br>WSO2 Inc.<br>Oxygenating the Web Service Platform.<br><a href="http://wso2.org/">http://wso2.org/</a><br><br>blog: <a href="http://www.keith-chapman.org">http://www.keith-chapman.org</a> ------=_Part_2286_32062072.1205210986800-- From [email protected] Tue Mar 11 04:50:20 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4149 invoked from network); 11 Mar 2008 04:50:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Mar 2008 04:50:20 -0000 Received: (qmail 95192 invoked by uid 500); 11 Mar 2008 04:50:17 -0000 Delivered-To: [email protected] Received: (qmail 95168 invoked by uid 500); 11 Mar 2008 04:50:17 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 95157 invoked by uid 99); 11 Mar 2008 04:50:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 21:50:17 -0700 X-ASF-Spam-Status: No, hits=-1999.1 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,URIBL_RHS_DOB 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, 11 Mar 2008 04:49:41 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5C375234C08C for <[email protected]>; Mon, 10 Mar 2008 21:48:46 -0700 (PDT) Message-ID: <1104570003.1205210926376.JavaMail.jira@brutus> Date: Mon, 10 Mar 2008 21:48:46 -0700 (PDT) From: "Keith Godwin Chapman (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (WODEN-201) Woden throws an error when the targetNamespace of the WSDL is urn:wsdlSamples MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Woden throws an error when the targetNamespace of the WSDL is urn:wsdlSamples ----------------------------------------------------------------------------- Key: WODEN-201 URL: https://issues.apache.org/jira/browse/WODEN-201 Project: Woden Issue Type: Bug Reporter: Keith Godwin Chapman Priority: Critical Hi the following content is taken off a mail on the Axis2 user list where a user encounted this problem. According to lawrence this may be due to a change in the woden validation framework. The original mail by Daniel is in the quote section. <quote> We found a problem using a wsdl2java tool with WSDL v.2 files. Last month we were able to generate stub/client Java code without problems. <wsdl:description xmlns:wsdl="http://www.w3.org/ns/wsdl" targetNamespace="urn:wsdlSamples" xmlns:tns="urn:wsdlSamples" xmlns:dtns="urn:wsdlSamplesData" xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> .... But with the latest revision from SVN (#635534) we received the following error: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:166) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown protocol: urn: java.net.MalformedURLException: unknown protocol: urn at java.net.URL.<init>(URL.java:574) at java.net.URL.<init>(URL.java:464) at java.net.URL.<init>(URL.java:413) at java.net.URI.toURL(URI.java:1081) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:27) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) ... After the following modification the generating of stub/client passed. <wsdl:description xmlns:wsdl="http://www.w3.org/ns/wsdl" targetNamespace="http://161.129.204.104/wsdlSamples/all.wsdl" xmlns:tns="http://161.129.204.104/wsdlSamples/all.wsdl" xmlns:dtns="urn:wsdlSamplesData" xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> ... Is it a problem of Description1001.validate() method ? </quote> Thanks, Keith -- 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 Mar 11 14:54:23 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3457 invoked from network); 11 Mar 2008 14:54:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Mar 2008 14:54:23 -0000 Received: (qmail 19299 invoked by uid 500); 11 Mar 2008 14:54:20 -0000 Delivered-To: [email protected] Received: (qmail 19236 invoked by uid 500); 11 Mar 2008 14:54:19 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 19220 invoked by uid 99); 11 Mar 2008 14:54:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 07:54:19 -0700 X-ASF-Spam-Status: No, hits=-1999.1 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,URIBL_RHS_DOB 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, 11 Mar 2008 14:53:33 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 50D0E234C096 for <[email protected]>; Tue, 11 Mar 2008 07:52:46 -0700 (PDT) Message-ID: <996203310.1205247166316.JavaMail.jira@brutus> Date: Tue, 11 Mar 2008 07:52:46 -0700 (PDT) From: "Lawrence Mandel (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (WODEN-201) Woden throws an error when the targetNamespace of the WSDL is urn:wsdlSamples In-Reply-To: <1104570003.1205210926376.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/WODEN-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lawrence Mandel reassigned WODEN-201: ------------------------------------- Assignee: Lawrence Mandel > Woden throws an error when the targetNamespace of the WSDL is urn:wsdlSamples > ----------------------------------------------------------------------------- > > Key: WODEN-201 > URL: https://issues.apache.org/jira/browse/WODEN-201 > Project: Woden > Issue Type: Bug > Reporter: Keith Godwin Chapman > Assignee: Lawrence Mandel > Priority: Critical > > Hi the following content is taken off a mail on the Axis2 user list where a user encounted this problem. According to lawrence this may be due to a change in the woden validation framework. > The original mail by Daniel is in the quote section. > > <quote> > We found a problem using a wsdl2java tool with WSDL v.2 files. > Last month we were able to generate stub/client Java code without problems. > <wsdl:description > xmlns:wsdl="http://www.w3.org/ns/wsdl" > targetNamespace="urn:wsdlSamples" > xmlns:tns="urn:wsdlSamples" > xmlns:dtns="urn:wsdlSamplesData" > xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> > .... > But with the latest revision from SVN (#635534) we received the following > error: > Exception in thread "main" > org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:166) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown > protocol: urn: java.net.MalformedURLException: unknown protocol: urn > at java.net.URL.<init>(URL.java:574) > at java.net.URL.<init>(URL.java:464) > at java.net.URL.<init>(URL.java:413) > at java.net.URI.toURL(URI.java:1081) > at > org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:27) > at > org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) > ... > After the following modification the generating of stub/client passed. > <wsdl:description > xmlns:wsdl="http://www.w3.org/ns/wsdl" > targetNamespace="http://161.129.204.104/wsdlSamples/all.wsdl" > xmlns:tns="http://161.129.204.104/wsdlSamples/all.wsdl" > xmlns:dtns="urn:wsdlSamplesData" > xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> > ... > Is it a problem of Description1001.validate() method ? > </quote> > Thanks, > Keith -- 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 Mar 11 15:32:35 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4734 invoked from network); 11 Mar 2008 15:32:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Mar 2008 15:32:25 -0000 Received: (qmail 4852 invoked by uid 500); 11 Mar 2008 15:32:21 -0000 Delivered-To: [email protected] Received: (qmail 4733 invoked by uid 500); 11 Mar 2008 15:32: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 4304 invoked by uid 99); 11 Mar 2008 15:32:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 08:32:19 -0700 X-ASF-Spam-Status: No, hits=-1999.1 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,URIBL_RHS_DOB 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, 11 Mar 2008 15:31:42 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 528A7234C096 for <[email protected]>; Tue, 11 Mar 2008 08:30:46 -0700 (PDT) Message-ID: <1634620937.1205249446333.JavaMail.jira@brutus> Date: Tue, 11 Mar 2008 08:30:46 -0700 (PDT) From: "Lawrence Mandel (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (WODEN-201) Woden throws an error when the targetNamespace of the WSDL is urn:wsdlSamples In-Reply-To: <1104570003.1205210926376.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/WODEN-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577481#action_12577481 ] Lawrence Mandel commented on WODEN-201: --------------------------------------- I've reproduced this failure. The problem is the Description1001 assertion attempts to open a stream to the target namespace to test if it is dereferencable. A stream cannot be opened for the urn scheme and a NPE is thrown. > Woden throws an error when the targetNamespace of the WSDL is urn:wsdlSamples > ----------------------------------------------------------------------------- > > Key: WODEN-201 > URL: https://issues.apache.org/jira/browse/WODEN-201 > Project: Woden > Issue Type: Bug > Reporter: Keith Godwin Chapman > Assignee: Lawrence Mandel > Priority: Critical > > Hi the following content is taken off a mail on the Axis2 user list where a user encounted this problem. According to lawrence this may be due to a change in the woden validation framework. > The original mail by Daniel is in the quote section. > > <quote> > We found a problem using a wsdl2java tool with WSDL v.2 files. > Last month we were able to generate stub/client Java code without problems. > <wsdl:description > xmlns:wsdl="http://www.w3.org/ns/wsdl" > targetNamespace="urn:wsdlSamples" > xmlns:tns="urn:wsdlSamples" > xmlns:dtns="urn:wsdlSamplesData" > xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> > .... > But with the latest revision from SVN (#635534) we received the following > error: > Exception in thread "main" > org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:166) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown > protocol: urn: java.net.MalformedURLException: unknown protocol: urn > at java.net.URL.<init>(URL.java:574) > at java.net.URL.<init>(URL.java:464) > at java.net.URL.<init>(URL.java:413) > at java.net.URI.toURL(URI.java:1081) > at > org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:27) > at > org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) > ... > After the following modification the generating of stub/client passed. > <wsdl:description > xmlns:wsdl="http://www.w3.org/ns/wsdl" > targetNamespace="http://161.129.204.104/wsdlSamples/all.wsdl" > xmlns:tns="http://161.129.204.104/wsdlSamples/all.wsdl" > xmlns:dtns="urn:wsdlSamplesData" > xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> > ... > Is it a problem of Description1001.validate() method ? > </quote> > Thanks, > Keith -- 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 Mar 11 15:33:12 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7115 invoked from network); 11 Mar 2008 15:33:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Mar 2008 15:33:11 -0000 Received: (qmail 5987 invoked by uid 500); 11 Mar 2008 15:33:08 -0000 Delivered-To: [email protected] Received: (qmail 5922 invoked by uid 500); 11 Mar 2008 15:33: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 5911 invoked by uid 500); 11 Mar 2008 15:33:08 -0000 Delivered-To: [email protected] Received: (qmail 5908 invoked by uid 99); 11 Mar 2008 15:33:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 08:33:08 -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; Tue, 11 Mar 2008 15:32:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D7F731A9832; Tue, 11 Mar 2008 08:32:49 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r635975 - in /webservices/woden/branches/woden62: src/org/apache/woden/internal/wsdl20/assertions/ test/org/apache/woden/internal/wsdl20/assertions/ Date: Tue, 11 Mar 2008 15:32: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: lmandel Date: Tue Mar 11 08:32:44 2008 New Revision: 635975 URL: http://svn.apache.org/viewvc?rev=635975&view=rev Log: [WODEN-201] Fixed NPE for target namespace with the urn scheme. Added unit test for this case. Added: webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java (with props) Modified: webservices/woden/branches/woden62/src/org/apache/woden/internal/wsdl20/assertions/Description1001.java webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/AssertionTestSuite.java Modified: webservices/woden/branches/woden62/src/org/apache/woden/internal/wsdl20/assertions/Description1001.java URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden62/src/org/apache/woden/internal/wsdl20/assertions/Description1001.java?rev=635975&r1=635974&r2=635975&view=diff ============================================================================== --- webservices/woden/branches/woden62/src/org/apache/woden/internal/wsdl20/assertions/Description1001.java (original) +++ webservices/woden/branches/woden62/src/org/apache/woden/internal/wsdl20/assertions/Description1001.java Tue Mar 11 08:32:44 2008 @@ -1,3 +1,19 @@ +/** + * 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.woden.internal.wsdl20.assertions; import java.io.FileNotFoundException; @@ -11,8 +27,22 @@ import org.apache.woden.wsdl20.validation.WodenContext; import org.apache.woden.wsdl20.xml.DescriptionElement; +/** + * This class represents assertion Description-1001 from the WSDL 2.0 specification. + * For details about this assertion see: + * http://www.w3.org/TR/2007/REC-wsdl20-20070626/#Description-1001 + * + * @author John Kaputin ([email protected]) + * @author Lawrence Mandel ([email protected]) + */ public class Description1001 implements Assertion { + /** + * A list of URI schemes for which this assertion will attempt to check if + * the target namespace is dereferencable. + */ + private static String searchableSchemes = "http,ftp,file"; + public String getId() { return "Description-1001".intern(); } @@ -24,8 +54,15 @@ try { URI resolvedUri = wodenCtx.getUriResolver().resolveURI(tns); URI uri = resolvedUri != null ? resolvedUri : tns; - URL url = uri.toURL(); - Object o = url.getContent(); + String scheme = uri.getScheme(); + + // Only check if the scheme is a type that we can locate. + // TODO: See if the searchable schemes should be extensible. + Object o = null; + if(searchableSchemes.contains(scheme)) { + URL url = uri.toURL(); + o = url.getContent(); + } if(o == null) { wodenCtx.getErrorReporter().reportError( new ErrorLocatorImpl(), getId(), new Object[] {tns}, ErrorReporter.SEVERITY_WARNING); Modified: webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/AssertionTestSuite.java URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/AssertionTestSuite.java?rev=635975&r1=635974&r2=635975&view=diff ============================================================================== --- webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/AssertionTestSuite.java (original) +++ webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/AssertionTestSuite.java Tue Mar 11 08:32:44 2008 @@ -30,6 +30,7 @@ TestSuite suite = new TestSuite( "Test for org.apache.woden.internal.wsdl20.assertions"); //$JUnit-BEGIN$ + suite.addTestSuite(TestDescription1001.class); suite.addTestSuite(TestInterface1009.class); suite.addTestSuite(TestInterface1010.class); //$JUnit-END$ Added: webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java?rev=635975&view=auto ============================================================================== --- webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java (added) +++ webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java Tue Mar 11 08:32:44 2008 @@ -0,0 +1,87 @@ +/** + * 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.woden.internal.wsdl20.assertions; + +import java.net.URI; + +import junit.framework.TestCase; + +import org.apache.woden.ErrorReporter; +import org.apache.woden.WSDLException; +import org.apache.woden.WSDLFactory; +import org.apache.woden.WSDLReader; +import org.apache.woden.internal.resolver.SimpleURIResolver; +import org.apache.woden.tests.TestErrorHandler; +import org.apache.woden.wsdl20.validation.WodenContext; +import org.apache.woden.wsdl20.xml.DescriptionElement; + +/** + * Test class for assertion class Description1001. + * + * @author Lawrence Mandel ([email protected]) + */ +public class TestDescription1001 extends TestCase { + + private WSDLFactory factory = null; + private Description1001 assertion = new Description1001(); + private ErrorReporter reporter; + private TestErrorHandler handler; + private WodenContext wodenContext; + + protected void setUp() throws Exception { + try { + factory = WSDLFactory.newInstance(); + } catch (WSDLException e) { + fail("Can't instantiate the WSDLFactory object."); + } + + WSDLReader reader = factory.newWSDLReader(); + reader.setFeature(WSDLReader.FEATURE_VALIDATION, true); + reporter = reader.getErrorReporter(); + handler = new TestErrorHandler(); + reporter.setErrorHandler(handler); + wodenContext = new WodenContextImpl(reporter, new SimpleURIResolver()); + } + + protected void tearDown() throws Exception { + factory = null; + reporter = null; + handler = null; + wodenContext = null; + } + + /** + * Test that the assertion passes for an interface that + * extends no other interfaces. + */ + public void testTargetNamespaceSchemeurn() { + DescriptionElement descEl = factory.newDescription(); + descEl.setTargetNamespace(URI.create("urn:sample")); + + try { + assertion.validate(descEl, wodenContext); + } catch(WSDLException e){ + fail("Assertion Description1001 threw the following WSDLException for target namespace urn:sample: " + e.toString()); + } + if(handler.errorMessageHasBeenReported()) { + fail("Assertion Description1001 fails incorrectly for an target namespace with the scheme urn."); + } + else if(!handler.messageHasBeenReported()) { + fail("Assertion Description1001 did not report a warning for a target namespace with the scheme urn."); + } + } +} Propchange: webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 11 15:36:21 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7762 invoked from network); 11 Mar 2008 15:36:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Mar 2008 15:36:21 -0000 Received: (qmail 9140 invoked by uid 500); 11 Mar 2008 15:36:18 -0000 Delivered-To: [email protected] Received: (qmail 9119 invoked by uid 500); 11 Mar 2008 15:36:18 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 9107 invoked by uid 99); 11 Mar 2008 15:36:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 08:36:18 -0700 X-ASF-Spam-Status: No, hits=-1999.1 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,URIBL_RHS_DOB 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, 11 Mar 2008 15:35:42 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 56EEB234C096 for <[email protected]>; Tue, 11 Mar 2008 08:34:46 -0700 (PDT) Message-ID: <810796000.1205249686339.JavaMail.jira@brutus> Date: Tue, 11 Mar 2008 08:34:46 -0700 (PDT) From: "Lawrence Mandel (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (WODEN-201) Woden throws an error when the targetNamespace of the WSDL is urn:wsdlSamples In-Reply-To: <1104570003.1205210926376.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/WODEN-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lawrence Mandel resolved WODEN-201. ----------------------------------- Resolution: Fixed Fix Version/s: M8 Fixed. I've added a list of schemes for which the assertion can test. The list currently contains http, ftp, and file. > Woden throws an error when the targetNamespace of the WSDL is urn:wsdlSamples > ----------------------------------------------------------------------------- > > Key: WODEN-201 > URL: https://issues.apache.org/jira/browse/WODEN-201 > Project: Woden > Issue Type: Bug > Reporter: Keith Godwin Chapman > Assignee: Lawrence Mandel > Priority: Critical > Fix For: M8 > > > Hi the following content is taken off a mail on the Axis2 user list where a user encounted this problem. According to lawrence this may be due to a change in the woden validation framework. > The original mail by Daniel is in the quote section. > > <quote> > We found a problem using a wsdl2java tool with WSDL v.2 files. > Last month we were able to generate stub/client Java code without problems. > <wsdl:description > xmlns:wsdl="http://www.w3.org/ns/wsdl" > targetNamespace="urn:wsdlSamples" > xmlns:tns="urn:wsdlSamples" > xmlns:dtns="urn:wsdlSamplesData" > xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> > .... > But with the latest revision from SVN (#635534) we received the following > error: > Exception in thread "main" > org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:166) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown > protocol: urn: java.net.MalformedURLException: unknown protocol: urn > at java.net.URL.<init>(URL.java:574) > at java.net.URL.<init>(URL.java:464) > at java.net.URL.<init>(URL.java:413) > at java.net.URI.toURL(URI.java:1081) > at > org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:27) > at > org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) > ... > After the following modification the generating of stub/client passed. > <wsdl:description > xmlns:wsdl="http://www.w3.org/ns/wsdl" > targetNamespace="http://161.129.204.104/wsdlSamples/all.wsdl" > xmlns:tns="http://161.129.204.104/wsdlSamples/all.wsdl" > xmlns:dtns="urn:wsdlSamplesData" > xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> > ... > Is it a problem of Description1001.validate() method ? > </quote> > Thanks, > Keith -- 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 Mar 11 15:45:39 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11675 invoked from network); 11 Mar 2008 15:45:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Mar 2008 15:45:38 -0000 Received: (qmail 24384 invoked by uid 500); 11 Mar 2008 15:45:35 -0000 Delivered-To: [email protected] Received: (qmail 24366 invoked by uid 500); 11 Mar 2008 15:45:35 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 24355 invoked by uid 99); 11 Mar 2008 15:45:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 08:45:35 -0700 X-ASF-Spam-Status: No, hits=-1.1 required=10.0 tests=NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_MED,SPF_PASS,URIBL_BLACK,URIBL_RHS_DOB 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; Tue, 11 Mar 2008 15:44:44 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e1.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2BFj2AA010659 for <[email protected]>; Tue, 11 Mar 2008 11:45:02 -0400 Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2BFj2jv140978 for <[email protected]>; Tue, 11 Mar 2008 11:45:02 -0400 Received: from d01av05.pok.ibm.com (loopback [161.129.204.104]) by d01av05.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id m2BFgrfv023684 for <[email protected]>; Tue, 11 Mar 2008 11:42:53 -0400 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av05.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2BFgrHe023678 for <[email protected]>; Tue, 11 Mar 2008 11:42:53 -0400 In-Reply-To: <[email protected]> To: [email protected] MIME-Version: 1.0 Subject: Re: Fwd: [Axis2Java] WSDL 2 - targetNamespace problem X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Tue, 11 Mar 2008 11:44:50 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/11/2008 11:44:52, Serialize complete at 03/11/2008 11:44:52 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Thanks Keith. Fixed. Lawrence "keith chapman" <[email protected]> 03/11/2008 12:49 AM Please respond to [email protected] To [email protected] cc Subject Re: Fwd: [Axis2Java] WSDL 2 - targetNamespace problem Created a jira with the details. https://issues.apache.org/jira/browse/WODEN-201 Thanks, Keith. On Mon, Mar 10, 2008 at 8:45 PM, Lawrence Mandel <[email protected]> wrote: Hi Keith, We've been working on a new validation framework and this issue looks to be a part of that. Care to open a Jira with the details? Lawrence "keith chapman" <[email protected]> 03/10/2008 10:01 AM Please respond to [email protected] To [email protected] cc Subject Fwd: [Axis2Java] WSDL 2 - targetNamespace problem Hi Guys, Can you have a look at this please. Looks like a Woden Change caused this. Thanks, Keith. ---------- Forwarded message ---------- From: Daniel Barta <[email protected]> Date: Mon, Mar 10, 2008 at 6:02 PM Subject: [Axis2Java] WSDL 2 - targetNamespace problem To: [email protected] Hi, We found a problem using a wsdl2java tool with WSDL v.2 files. Last month we were able to generate stub/client Java code without problems. <wsdl:description xmlns:wsdl="http://www.w3.org/ns/wsdl" targetNamespace="urn:wsdlSamples" xmlns:tns="urn:wsdlSamples" xmlns:dtns="urn:wsdlSamplesData" xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> .... But with the latest revision from SVN (#635534) we received the following error: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:166) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown protocol: urn: java.net.MalformedURLException: unknown protocol: urn at java.net.URL.<init>(URL.java:574) at java.net.URL.<init>(URL.java:464) at java.net.URL.<init>(URL.java:413) at java.net.URI.toURL(URI.java:1081) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:27) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) ... After the following modification the generating of stub/client passed. <wsdl:description xmlns:wsdl="http://www.w3.org/ns/wsdl" targetNamespace="http://161.129.204.104/wsdlSamples/all.wsdl" xmlns:tns="http://161.129.204.104/wsdlSamples/all.wsdl" xmlns:dtns="urn:wsdlSamplesData" xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> ... Is it a problem of Description1001.validate() method ? Thanks, Daniel Scanned by [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 12 01:50:30 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15391 invoked from network); 12 Mar 2008 01:50:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Mar 2008 01:50:30 -0000 Received: (qmail 56042 invoked by uid 500); 12 Mar 2008 01:50:27 -0000 Delivered-To: [email protected] Received: (qmail 56029 invoked by uid 500); 12 Mar 2008 01:50:27 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 56018 invoked by uid 99); 12 Mar 2008 01:50:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 18:50:26 -0700 X-ASF-Spam-Status: No, hits=4.9 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_BLACK,URIBL_RHS_DOB 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 ag-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 01:49:47 +0000 Received: by ag-out-0708.google.com with SMTP id 23so4747908agd.5 for <[email protected]>; Tue, 11 Mar 2008 18:49:57 -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:to:subject:in-reply-to:mime-version:content-type:references; bh=N9W8Fxg7eNxcvGQ+83O/AEEK1ulrx9CBmFIKOzSZ1eU=; b=usIsb4l4EAvWLbz/+n0m40dCkubQdZvl1Pns1u7VY4+D/aNT36BIV9fOjVTHGjIiWKpuFxZG74WlTUuvVdc+t4wW2qf2zis+VP6eBBmwObGFZnjg9i5HTGBrq6t/8fDkgvyAHVmOvmtHoupKMtqYSL8J5+JpjLA2KwM9x0aT/Lc= 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=He7Hxpf10ZFEnSdaUabSaNC6j50nHoDB2Ri3EbUqZdelS1mqf0DBxCCt1gPq0t+fSEtv0UcSEcp6T+2zTJgS+oB4QAi2N7QJgXclutP0hiBGozBnCRhFyYcUsDJAw2SgDPlCG4nNzovgh+plekkz1lC2yPhZbd1rBLtw1aM9RJM= Received: by 161.129.204.104 with SMTP id o6mr8170087wxo.58.1205286596897; Tue, 11 Mar 2008 18:49:56 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 11 Mar 2008 18:49:56 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 12 Mar 2008 07:19:56 +0530 From: "keith chapman" <[email protected]> To: [email protected] Subject: Re: Fwd: [Axis2Java] WSDL 2 - targetNamespace problem In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7648_28709665.1205286596873" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7648_28709665.1205286596873 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks Lawrence On Tue, Mar 11, 2008 at 9:14 PM, Lawrence Mandel <[email protected]> wrote: > Thanks Keith. Fixed. > > Lawrence > > > > > > "keith chapman" <[email protected]> > 03/11/2008 12:49 AM > Please respond to > [email protected] > > > To > [email protected] > cc > > Subject > Re: Fwd: [Axis2Java] WSDL 2 - targetNamespace problem > > > > > > > Created a jira with the details. > > https://issues.apache.org/jira/browse/WODEN-201 > > Thanks, > Keith. > > On Mon, Mar 10, 2008 at 8:45 PM, Lawrence Mandel <[email protected]> > wrote: > Hi Keith, > > We've been working on a new validation framework and this issue looks to > be a part of that. Care to open a Jira with the details? > > Lawrence > > > > > > "keith chapman" <[email protected]> > 03/10/2008 10:01 AM > Please respond to > [email protected] > > > To > [email protected] > cc > > Subject > Fwd: [Axis2Java] WSDL 2 - targetNamespace problem > > > > > > > Hi Guys, > > Can you have a look at this please. Looks like a Woden Change caused this. > > Thanks, > Keith. > > ---------- Forwarded message ---------- > From: Daniel Barta <[email protected]> > Date: Mon, Mar 10, 2008 at 6:02 PM > Subject: [Axis2Java] WSDL 2 - targetNamespace problem > To: [email protected] > > > Hi, > > We found a problem using a wsdl2java tool with WSDL v.2 files. > > Last month we were able to generate stub/client Java code without > problems. > > <wsdl:description > xmlns:wsdl="http://www.w3.org/ns/wsdl" > targetNamespace="urn:wsdlSamples" > xmlns:tns="urn:wsdlSamples" > xmlns:dtns="urn:wsdlSamplesData" > xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> > .... > > But with the latest revision from SVN (#635534) we received the following > error: > > Exception in thread "main" > org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>( > CodeGenerationEngine.java:166) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown > protocol: urn: java.net.MalformedURLException: unknown protocol: urn > at java.net.URL.<init>(URL.java:574) > at java.net.URL.<init>(URL.java:464) > at java.net.URL.<init>(URL.java:413) > at java.net.URI.toURL(URI.java:1081) > at > org.apache.woden.internal.wsdl20.assertions.Description1001.validate( > Description1001.java:27) > at > org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions( > WSDLValidator.java:109) > ... > > After the following modification the generating of stub/client passed. > > <wsdl:description > xmlns:wsdl="http://www.w3.org/ns/wsdl" > targetNamespace="http://161.129.204.104/wsdlSamples/all.wsdl" > xmlns:tns="http://161.129.204.104/wsdlSamples/all.wsdl" > xmlns:dtns="urn:wsdlSamplesData" > xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"> > ... > > Is it a problem of Description1001.validate() method ? > > Thanks, > Daniel > > > Scanned by [email protected]. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > -- > Keith Chapman > Software Engineer > WSO2 Inc. > Oxygenating the Web Service Platform. > http://wso2.org/ > > blog: http://www.keith-chapman.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > -- > Keith Chapman > Software Engineer > WSO2 Inc. > Oxygenating the Web Service Platform. > http://wso2.org/ > > blog: http://www.keith-chapman.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org ------=_Part_7648_28709665.1205286596873 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks Lawrence<br><br><div class="gmail_quote">On Tue, Mar 11, 2008 at 9:14 PM, Lawrence Mandel &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Thanks Keith. Fixed.<br> <div class="Ih2E3d"><br> Lawrence<br> <br> <br> <br> <br> <br> &quot;keith chapman&quot; &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br> </div>03/11/2008 12:49 AM<br> <div class="Ih2E3d">Please respond to<br> <a href="mailto:[email protected]">[email protected]</a><br> <br> <br> To<br> <a href="mailto:[email protected]">[email protected]</a><br> cc<br> <br> Subject<br> </div>Re: Fwd: [Axis2Java] WSDL 2 - targetNamespace problem<br> <div><div></div><div class="Wj3C7c"><br> <br> <br> <br> <br> <br> Created a jira with the details.<br> <br> <a href="https://issues.apache.org/jira/browse/WODEN-201" target="_blank">https://issues.apache.org/jira/browse/WODEN-201</a><br> <br> Thanks,<br> Keith.<br> <br> On Mon, Mar 10, 2008 at 8:45 PM, Lawrence Mandel &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br> wrote:<br> Hi Keith,<br> <br> We&#39;ve been working on a new validation framework and this issue looks to<br> be a part of that. Care to open a Jira with the details?<br> <br> Lawrence<br> <br> <br> <br> <br> <br> &quot;keith chapman&quot; &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br> 03/10/2008 10:01 AM<br> Please respond to<br> <a href="mailto:[email protected]">[email protected]</a><br> <br> <br> To<br> <a href="mailto:[email protected]">[email protected]</a><br> cc<br> <br> Subject<br> Fwd: [Axis2Java] WSDL 2 - targetNamespace problem<br> <br> <br> <br> <br> <br> <br> Hi Guys,<br> <br> Can you have a look at this please. Looks like a Woden Change caused this.<br> <br> Thanks,<br> Keith.<br> <br> ---------- Forwarded message ----------<br> From: Daniel Barta &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br> Date: Mon, Mar 10, 2008 at 6:02 PM<br> Subject: [Axis2Java] WSDL 2 - targetNamespace problem<br> To: <a href="mailto:[email protected]">[email protected]</a><br> <br> <br> Hi,<br> <br> We found a problem using a wsdl2java tool with WSDL v.2 files.<br> <br> Last month we were able to generate stub/client Java code without<br> problems.<br> <br> &lt;wsdl:description<br> &nbsp;xmlns:wsdl=&quot;<a href="http://www.w3.org/ns/wsdl" target="_blank">http://www.w3.org/ns/wsdl</a>&quot;<br> &nbsp;targetNamespace=&quot;urn:wsdlSamples&quot;<br> &nbsp;xmlns:tns=&quot;urn:wsdlSamples&quot;<br> &nbsp;xmlns:dtns=&quot;urn:wsdlSamplesData&quot;<br> &nbsp;xmlns:wsoap= &quot;<a href="http://www.w3.org/ns/wsdl/soap" target="_blank">http://www.w3.org/ns/wsdl/soap</a>&quot;&gt;<br> ....<br> <br> But with the latest revision from SVN (#635534) we received the following<br> error:<br> <br> Exception in thread &quot;main&quot;<br> org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL<br> &nbsp; &nbsp; &nbsp;at<br> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:166)<br> &nbsp; &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)<br> &nbsp; &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)<br> Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: unknown<br> protocol: urn: java.net.MalformedURLException: unknown protocol: urn<br> &nbsp; &nbsp; &nbsp;at java.net.URL.&lt;init&gt;(URL.java:574)<br> &nbsp; &nbsp; &nbsp;at java.net.URL.&lt;init&gt;(URL.java:464)<br> &nbsp; &nbsp; &nbsp;at java.net.URL.&lt;init&gt;(URL.java:413)<br> &nbsp; &nbsp; &nbsp;at java.net.URI.toURL(URI.java:1081)<br> &nbsp; &nbsp; &nbsp;at<br> org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:27)<br> &nbsp; &nbsp; &nbsp;at<br> org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109)<br> ...<br> <br> After the following modification the generating of stub/client passed.<br> <br> &lt;wsdl:description<br> &nbsp;xmlns:wsdl=&quot;<a href="http://www.w3.org/ns/wsdl" target="_blank">http://www.w3.org/ns/wsdl</a>&quot;<br> &nbsp;targetNamespace=&quot;<a href="http://161.129.204.104/wsdlSamples/all.wsdl" target="_blank">http://161.129.204.104/wsdlSamples/all.wsdl</a>&quot;<br> &nbsp;xmlns:tns=&quot;<a href="http://161.129.204.104/wsdlSamples/all.wsdl" target="_blank">http://161.129.204.104/wsdlSamples/all.wsdl</a>&quot;<br> &nbsp;xmlns:dtns=&quot;urn:wsdlSamplesData&quot;<br> &nbsp;xmlns:wsoap= &quot;<a href="http://www.w3.org/ns/wsdl/soap" target="_blank">http://www.w3.org/ns/wsdl/soap</a>&quot;&gt;<br> ...<br> <br> Is it a problem of Description1001.validate() method ?<br> <br> Thanks,<br> Daniel<br> <br> <br> Scanned by ClamAV at <a href="http://protys.cz" target="_blank">protys.cz</a>.<br> <br> ---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> For additional commands, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> <br> <br> <br> <br> --<br> Keith Chapman<br> Software Engineer<br> WSO2 Inc.<br> Oxygenating the Web Service Platform.<br> <a href="http://wso2.org/" target="_blank">http://wso2.org/</a><br> <br> blog: <a href="http://www.keith-chapman.org" target="_blank">http://www.keith-chapman.org</a><br> <br> <br> ---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> For additional commands, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> <br> <br> <br> <br> --<br> Keith Chapman<br> Software Engineer<br> WSO2 Inc.<br> Oxygenating the Web Service Platform.<br> <a href="http://wso2.org/" target="_blank">http://wso2.org/</a><br> <br> blog: <a href="http://www.keith-chapman.org" target="_blank">http://www.keith-chapman.org</a><br> <br> <br> ---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> For additional commands, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> <br> </div></div></blockquote></div><br><br clear="all"><br>-- <br>Keith Chapman<br>Software Engineer<br>WSO2 Inc.<br>Oxygenating the Web Service Platform.<br><a href="http://wso2.org/">http://wso2.org/</a><br><br>blog: <a href="http://www.keith-chapman.org">http://www.keith-chapman.org</a> ------=_Part_7648_28709665.1205286596873-- From [email protected] Wed Mar 12 03:17:33 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44250 invoked from network); 12 Mar 2008 03:17:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Mar 2008 03:17:33 -0000 Received: (qmail 11753 invoked by uid 500); 12 Mar 2008 03:17:30 -0000 Delivered-To: [email protected] Received: (qmail 11725 invoked by uid 500); 12 Mar 2008 03:17: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 11714 invoked by uid 99); 12 Mar 2008 03:17:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 20:17:30 -0700 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; Wed, 12 Mar 2008 03:16:40 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e2.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2C3GtUe009606 for <[email protected]>; Tue, 11 Mar 2008 23:16:55 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2C3GtcB230550 for <[email protected]>; Tue, 11 Mar 2008 23:16:55 -0400 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 m2C3Gt1W010345 for <[email protected]>; Tue, 11 Mar 2008 23:16:55 -0400 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 m2C3GtvC010339 for <[email protected]>; Tue, 11 Mar 2008 23:16:55 -0400 In-Reply-To: <{{EMAIL+PHONE}}> To: Sudhir V <[email protected]> Cc: [email protected] MIME-Version: 1.0 Subject: Re: Starting point X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Tue, 11 Mar 2008 23:16:43 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/11/2008 23:16:44, Serialize complete at 03/11/2008 23:16:44 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Hi Sudhir, Thanks for faxing the ICLA. I'm glad you were able to get the JUnits running so quickly. I guess that means we've kept them simple. ;) The Woden-62 branch was merged with HEAD a couple weeks ago. I suggest you work off of HEAD. And again, please use the woden-dev mailing list for project communication. The Woden team is small and use of the list allows us to all keep in touch and know what we're each work on. As well, part of developing on an Open Source Apache project is keeping the lines of communication open and transparent. We need to avoid closed door discussions, such as those that can end up taking place in private e-mails. Lawrence Sudhir V <[email protected]> 03/11/2008 08:46 PM To Lawrence Mandel/Toronto/IBM@IBMCA cc Subject Re: Starting point I faxed the icla to the number (986)785-2965. I ran the junit tests under branches\woden62 -- AllWodenTests (all ran successfully) and ran the testOM, testDOM, main under branches\woden62\ant-test. testOM and testDOM fail number of places. I am trying to identify/understand the regions of code that I will have to deal with for woden-103 and then start working on them. I plan to get a good grasp by the end of this week. sudhir ----- Original Message ---- From: Lawrence Mandel <[email protected]> To: Sudhir V <[email protected]> Sent: Sunday, March 9, 2008 2:13:44 PM Subject: Re: Starting point I've added you as a Woden contributor in Jira. This will allow you to have Woden Jiras assigned to you. I've also assigned WODEN-103 to you. When you have a patch ready please attach it to the Jira. There is a tick box on the patch addition page to assign rights to the Apache Software Foundation. Please tick this box if you don't have any problem with this assignment. Have you submitted an ICLA to Apache? Lawrence Sudhir V <[email protected]> 03/08/2008 09:48 PM To Lawrence Mandel/Toronto/IBM@IBMCA cc Subject Re: Starting point Hi Lawrence My jira account id is sudhirvi. I am sure I subscribed properly since I recieved some mails sent to woden-dev. I will go ahead and send an introductory mail to woden-dev. I am going through the assertion table in the spec. I will start working on woden-103 as I am done reading the assertion table. Thank you sudhir ----- Original Message ---- From: Lawrence Mandel <[email protected]> To: Sudhir V <[email protected]> Cc: [email protected]; [email protected]; [email protected]; John Kaputin <[email protected]> Sent: Thursday, March 6, 2008 8:18:46 PM Subject: Re: Starting point Hi Sudhir, Thanks for following up. I didn't see any posts from you on the woden-dev list. Can you try to send another introduction message to ensure that you're subscribed? The Jiras you've identified look like a good place to start. We're trying to complete Woden's validation of WSDL 2.0 assertions. A new validation framework was recently committed by John Kaputin. Sign up for a Jira account and send me your user id. I'll register you as a Woden contributor and assign WODEN-103 to you. If you haven't seen the WSDL 2.0 assertions table in the spec you may want to take a look at [1]. [1] http://www.w3.org/TR/2007/REC-wsdl20-20070626/#assertionsummary Lawrence Sudhir V <[email protected]> 03/06/2008 10:53 PM To Lawrence Mandel/Toronto/IBM@IBMCA cc [email protected], [email protected], [email protected], John Kaputin <[email protected]> Subject Re: Starting point Hi Lawrence I did send an email to woden-dev after subscribing but nobody replied to me. Hence I requested you guys. From now onwards will post my queries to woden-dev. I went through all the links that you sent me and would like to start working on items woden-103 to woden-106 (related to validation results). I hope to learn as well as contribute. I will start working on them forthwith. Brief introduction about myself. I am a computer software professional working in the pacific northwest. I have been a programmer (C++,Java) in the industry for the last ten years working on proprietary applications. Used some impressive open source apache products very recently and after looking around decided to contribute for woden. Thank you sudhir vishwanath ----- Original Message ---- From: Lawrence Mandel <[email protected]> To: Sudhir V <[email protected]> Cc: [email protected]; [email protected]; [email protected]; John Kaputin <[email protected]> Sent: Tuesday, March 4, 2008 9:22:10 PM Subject: Re: Starting point Hi Sudhir, Thanks for getting in touch. There are a number of areas where Woden can use help. Some of those areas are listed on the Woden Web site [1]. Jira [2] contains specific open issues with Woden. To start, I suggest you introduce yourself on the [email protected] [3] list (you'll need to subscribe first) and share some of your development interests. You can take a look at the open Jira issues and request that an issue be assigned to you. In order for Woden to accept your code contributions you also need to sign and submit an individual contributor license agreement (ICLA) to the Apache Software Foundation [4]. Seeing as you're new to Open Source I suggest you read up about the Apache Software Foundation and Open Source Development [5]. Welcome to Woden. [1] http://ws.apache.org/woden/ [2] http://issues.apache.org/jira/browse/Woden [3] http://ws.apache.org/woden/mailinglists.html [4] http://www.apache.org/licenses/#clas [5] http://www.apache.org/foundation/how-it-works.html Lawrence Sudhir V <[email protected]> 03/04/2008 07:48 PM To Lawrence Mandel/Toronto/IBM@IBMCA, [email protected], [email protected], [email protected] cc Subject Starting point Hello All, I am looking to contribute to the woden project. I am new to open source althought I have been a developer for quite some time. Both the woden project and the open source idea sounds very exciting for me. I sincerely request you to tell me where i should start. I downloaded the woden source, built it and ran the Junit tests. If you want me to work on any specific thing, i request you to let me know. Thank you sudhir Looking for last minute shopping deals? Find them fast with Yahoo! Search. Never miss a thing. Make Yahoo your homepage. Looking for last minute shopping deals? Find them fast with Yahoo! Search. Never miss a thing. Make Yahoo your homepage. Looking for last minute shopping deals? Find them fast with Yahoo! Search. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Mar 12 20:13:39 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40791 invoked from network); 12 Mar 2008 20:13:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Mar 2008 20:13:39 -0000 Received: (qmail 75748 invoked by uid 500); 12 Mar 2008 20:13:36 -0000 Delivered-To: [email protected] Received: (qmail 75726 invoked by uid 500); 12 Mar 2008 20:13:36 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 75715 invoked by uid 99); 12 Mar 2008 20:13:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 13:13:36 -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 n73a.bullet.mail.sp1.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 12 Mar 2008 20:12:57 +0000 Received: from [161.129.204.104] by n73.bullet.mail.sp1.yahoo.com with NNFMP; 12 Mar 2008 20:13:07 -0000 Received: from [161.129.204.104] by t4.bullet.sp1.yahoo.com with NNFMP; 12 Mar 2008 20:13:07 -0000 Received: from [161.129.204.104] by omp301.mail.sp1.yahoo.com with NNFMP; 12 Mar 2008 20:13:07 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: [email protected] Received: (qmail 89819 invoked by uid 60001); 12 Mar 2008 20:13: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=NvaStGLbd0l7LhsstXlKRkU/3UUmEtxpIqoPla/dt3dglTUjZbcK6xecPYCHSnekURYpln6NySKlbOm31xAztDWq23sCs+Y+psZbuLv9HHZJ45K4S6FLmkVkAN3R1G2IlHcMvFYJBXJmdPWPv79G5CGB1+ooMF+cEDReQQTpqTA=; X-YMail-OSG: xmEDWL4VM1lbmSqz33i6kYyq3s.dgFrcVDYF3kw6TcHj9gKj2lYEFkh9a8sG.o46_v5oglOty86jOofUkUQtAt7RMQ-- Received: from [161.129.204.104] by web45108.mail.sp1.yahoo.com via HTTP; Wed, 12 Mar 2008 13:13:07 PDT X-Mailer: YahooMailRC/902.35 YahooMailWebService/0.7.162 Date: Wed, 12 Mar 2008 13:13:07 -0700 (PDT) From: Sudhir V <[email protected]> Subject: junit fork To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-373414503-1205352787=:89156" Message-ID: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org --0-373414503-1205352787=:89156 Content-Type: text/plain; charset=us-ascii As per build.xml under the root directory, the junit tests are run by forking a seperate JVM (via the fork property). I would get a "out of memory exception" since enough heap memory could not be set aside for JVM and playing around with java options like -Xms and -Xmx did not help. My RAM size was 1GB. Maximizing Virtual memory and -Xmx value did not help. The only way I could run the woden junit tests was by not forking a seperate JVM (set fork property to "no"). Is there a specific reason for setting fork property to "yes" when the woden junit test could be run in the parent JVM itself sudhir ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs --0-373414503-1205352787=:89156 Content-Type: text/html; charset=us-ascii <html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>As per build.xml under the root directory, the junit tests are run by forking a seperate JVM (via the fork property). I would get a "out of memory exception" since enough heap memory could not be set aside for JVM and playing around with java options like -Xms and -Xmx did not help. My RAM size was 1GB. Maximizing Virtual memory and -Xmx value did not help.</DIV> <DIV>&nbsp;</DIV> <DIV>The only way I could run the woden junit tests was by not forking a seperate JVM (set fork property to "no").</DIV> <DIV>&nbsp;</DIV> <DIV>Is there a specific reason for setting fork property to "yes" when the woden junit test could be run in the parent JVM itself</DIV> <DIV>&nbsp;</DIV> <DIV>sudhir</DIV></div><br> <hr size=1>Never miss a thing. <a href="http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs"> Make Yahoo your homepage.</a> </body></html> --0-373414503-1205352787=:89156-- From [email protected] Wed Mar 12 21:58:10 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26403 invoked from network); 12 Mar 2008 21:58:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Mar 2008 21:58:10 -0000 Received: (qmail 56325 invoked by uid 500); 12 Mar 2008 21:58:07 -0000 Delivered-To: [email protected] Received: (qmail 56301 invoked by uid 500); 12 Mar 2008 21:58:07 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 56290 invoked by uid 99); 12 Mar 2008 21:58:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 14:58:07 -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-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 21:57:30 +0000 Received: by rv-out-0910.google.com with SMTP id c24so1547563rvf.28 for <[email protected]>; Wed, 12 Mar 2008 14:57:40 -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:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=vycAZGGtm9tXjybPo9aa++VINSwGWrCOQbPJwQr3H5Q=; b=pMFvqh5OmjAtr8YMpg1m2P56I19NXMo+aOWWAJtZXSb0TYJTUsLd2qHJbFxy9tqBznZYZRZNjQ49uxcXhNxuJb34DlmdYUWMOnDaBM2OApVS4c/WXUHfZKviHqepscjQRDoBCuiwH5kVd1Xs0aLC6GlYIEkGFF8/ju6XHP2CH7E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=byh8z53cta/l9Q15HsVKNRKU/usbYq2TtORjgmUQ59G5kRsKhIf++u14DjCZ7507yQugg7egOzq2YEMkk4Kme1x+4Xq0o7/godiH62Yf05xaS6o3fODl2tFY1WKAtb/ccjHQbPW9BFE4qMC8y9N4lRJ7RYnLyKRRaDA6NeZBlHE= Received: by 161.129.204.104 with SMTP id s12mr5539096rve.83.1205359060157; Wed, 12 Mar 2008 14:57:40 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 12 Mar 2008 14:57:40 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 12 Mar 2008 21:57:40 +0000 From: "Jeremy Hughes" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: junit fork 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-Google-Sender-Auth: 3d2b31337da57bcf X-Virus-Checked: Checked by ClamAV on apache.org Hmm, can't think of one. If no-one has objections I'll change to 'no' Cheers, Jeremy On 12/03/2008, Sudhir V <[email protected]> wrote: > > As per build.xml under the root directory, the junit tests are run by > forking a seperate JVM (via the fork property). I would get a "out of memory > exception" since enough heap memory could not be set aside for JVM and > playing around with java options like -Xms and -Xmx did not help. My RAM > size was 1GB. Maximizing Virtual memory and -Xmx value did not help. > > The only way I could run the woden junit tests was by not forking a seperate > JVM (set fork property to "no"). > > Is there a specific reason for setting fork property to "yes" when the woden > junit test could be run in the parent JVM itself > > sudhir > ________________________________ > Never miss a thing. Make Yahoo your homepage. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Mar 13 14:30:57 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77703 invoked from network); 13 Mar 2008 14:30:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Mar 2008 14:30:57 -0000 Received: (qmail 21439 invoked by uid 500); 13 Mar 2008 14:30:54 -0000 Delivered-To: [email protected] Received: (qmail 21426 invoked by uid 500); 13 Mar 2008 14:30:54 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 21415 invoked by uid 99); 13 Mar 2008 14:30:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 07:30:54 -0700 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 e6.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 14:30:05 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e6.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2DEWP1a005762 for <[email protected]>; Thu, 13 Mar 2008 10:32:25 -0400 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 m2DEUOGR138954 for <[email protected]>; Thu, 13 Mar 2008 10:30:25 -0400 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 m2DEUOx7031551 for <[email protected]>; Thu, 13 Mar 2008 10:30:24 -0400 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 m2DEUOpZ031545 for <[email protected]>; Thu, 13 Mar 2008 10:30:24 -0400 In-Reply-To: <[email protected]> To: [email protected] MIME-Version: 1.0 Subject: Re: junit fork X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Thu, 13 Mar 2008 10:30:11 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/13/2008 10:30:24, Serialize complete at 03/13/2008 10:30:24 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Looks like John made this change in revision 585914. Comments from the commit are "WODEN-67 Changed Woden Ant and Maven builds to create 3 separate jar files (api, dom and om) instead of a single jar file." John - Can you shed some light on why you made the fork="yes" change before it gets reverted? Lawrence "Jeremy Hughes" <[email protected]> Sent by: [email protected] 03/12/2008 05:57 PM Please respond to [email protected] To [email protected] cc Subject Re: junit fork Hmm, can't think of one. If no-one has objections I'll change to 'no' Cheers, Jeremy On 12/03/2008, Sudhir V <[email protected]> wrote: > > As per build.xml under the root directory, the junit tests are run by > forking a seperate JVM (via the fork property). I would get a "out of memory > exception" since enough heap memory could not be set aside for JVM and > playing around with java options like -Xms and -Xmx did not help. My RAM > size was 1GB. Maximizing Virtual memory and -Xmx value did not help. > > The only way I could run the woden junit tests was by not forking a seperate > JVM (set fork property to "no"). > > Is there a specific reason for setting fork property to "yes" when the woden > junit test could be run in the parent JVM itself > > sudhir > ________________________________ > Never miss a thing. Make Yahoo your homepage. --------------------------------------------------------------------- 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 Mar 14 02:34:44 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55779 invoked from network); 14 Mar 2008 02:34:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2008 02:34:41 -0000 Received: (qmail 92634 invoked by uid 500); 14 Mar 2008 02:34:39 -0000 Delivered-To: [email protected] Received: (qmail 92620 invoked by uid 500); 14 Mar 2008 02:34:39 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 92609 invoked by uid 99); 14 Mar 2008 02:34:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 19:34:38 -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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO n64b.bullet.mail.sp1.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 14 Mar 2008 02:33:49 +0000 Received: from [161.129.204.104] by n64.bullet.mail.sp1.yahoo.com with NNFMP; 14 Mar 2008 02:34:08 -0000 Received: from [161.129.204.104] by t3.bullet.sp1.yahoo.com with NNFMP; 14 Mar 2008 02:34:08 -0000 Received: from [161.129.204.104] by omp400.mail.sp1.yahoo.com with NNFMP; 14 Mar 2008 02:34:08 -0000 X-Yahoo-Newman-Property: ymail-5 X-Yahoo-Newman-Id: [email protected] Received: (qmail 87047 invoked by uid 60001); 14 Mar 2008 02:34:08 -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=o5CSreRWyWD8qhsfWYyy+bsT01HvBhZOPkXwfDijHjaob4ALWt5nFJWXzIfx7SmDYrNcqxMGt0L/8UZyCF/xaB/CmW2w0sB7RCD595328fbj1dbK6XM8TbPB/aRnVMbKUi/vNKzwqqtS8D272pUkLK5wT+3r7LBCc2ZM0AGDxQs=; X-YMail-OSG: NbEU4xgVM1mKRZ8OiMmlwkoxhxTdyEEkPNrFj5dLRXJBCCQHaOO90UE2.9tzaKE7rN21zyKYDh1zYSEVbe97sUiUZruxBpoKk0jfgnK6oKAS1_vMbK8- Received: from [161.129.204.104] by web45106.mail.sp1.yahoo.com via HTTP; Thu, 13 Mar 2008 19:34:08 PDT X-Mailer: YahooMailRC/902.35 YahooMailWebService/0.7.162 Date: Thu, 13 Mar 2008 19:34:08 -0700 (PDT) From: Sudhir V <[email protected]> Subject: Re: junit fork To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-444415000-1205462048=:78845" Message-ID: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org --0-444415000-1205462048=:78845 Content-Type: text/plain; charset=us-ascii Another thing, lot of resources in the w3c directory was not getting loaded because it was not in the class path of Junit test "AllWodenTests" in the build.xml of the root directory. I guess ${w3cDir} should be in the class path for AllWodenTests. sudhir ----- Original Message ---- From: Lawrence Mandel <[email protected]> To: [email protected] Sent: Thursday, March 13, 2008 7:30:11 AM Subject: Re: junit fork Looks like John made this change in revision 585914. Comments from the commit are "WODEN-67 Changed Woden Ant and Maven builds to create 3 separate jar files (api, dom and om) instead of a single jar file." John - Can you shed some light on why you made the fork="yes" change before it gets reverted? Lawrence "Jeremy Hughes" <[email protected]> Sent by: [email protected] 03/12/2008 05:57 PM Please respond to [email protected] To [email protected] cc Subject Re: junit fork Hmm, can't think of one. If no-one has objections I'll change to 'no' Cheers, Jeremy On 12/03/2008, Sudhir V <[email protected]> wrote: > > As per build.xml under the root directory, the junit tests are run by > forking a seperate JVM (via the fork property). I would get a "out of memory > exception" since enough heap memory could not be set aside for JVM and > playing around with java options like -Xms and -Xmx did not help. My RAM > size was 1GB. Maximizing Virtual memory and -Xmx value did not help. > > The only way I could run the woden junit tests was by not forking a seperate > JVM (set fork property to "no"). > > Is there a specific reason for setting fork property to "yes" when the woden > junit test could be run in the parent JVM itself > > sudhir > ________________________________ > Never miss a thing. Make Yahoo your homepage. --------------------------------------------------------------------- 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] ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping --0-444415000-1205462048=:78845 Content-Type: text/html; charset=us-ascii <html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><P>Another thing, lot of resources in the w3c directory was not getting loaded because it was not in the class path of Junit test "AllWodenTests" in the build.xml of the root directory. I guess ${w3cDir} should be in the class path for AllWodenTests.</P> <P>&nbsp;</P> <P>sudhir</P> <P>&nbsp;</P> <P><BR><BR>&nbsp;</P> <DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> <DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">----- Original Message ----<BR>From: Lawrence Mandel &lt;[email protected]&gt;<BR>To: [email protected]<BR>Sent: Thursday, March 13, 2008 7:30:11 AM<BR>Subject: Re: junit fork<BR><BR>Looks like John made this change in revision 585914. Comments from the <BR>commit are<BR><BR>"WODEN-67 Changed Woden Ant and Maven builds to create 3 separate jar <BR>files (api, dom and om) instead of a single jar file."<BR><BR>John - Can you shed some light on why you made the fork="yes" change <BR>before it gets reverted?<BR><BR>Lawrence<BR><BR><BR><BR><BR><BR>"Jeremy Hughes" &lt;<A href="mailto:[email protected]" ymailto="mailto:[email protected]">[email protected]</A>&gt; <BR>Sent by: <A href="mailto:[email protected]" ymailto="mailto:[email protected]">[email protected]</A><BR>03/12/2008 05:57 PM<BR>Please respond to<BR><A href="mailto:[email protected]" ymailto="mailto:[email protected]">[email protected]</A><BR><BR><BR>To<BR><A href="mailto:[email protected]" ymailto="mailto:[email protected]">[email protected]</A><BR>cc<BR><BR>Subject<BR>Re: junit fork<BR><BR><BR><BR><BR><BR><BR>Hmm, can't think of one. If no-one has objections I'll change to 'no'<BR><BR>Cheers,<BR>Jeremy<BR><BR>On 12/03/2008, Sudhir V &lt;<A href="mailto:[email protected]" ymailto="mailto:[email protected]">[email protected]</A>&gt; wrote:<BR>&gt;<BR>&gt; As per build.xml under the root directory, the junit tests are run by<BR>&gt; forking a seperate JVM (via the fork property). I would get a "out of <BR>memory<BR>&gt; exception" since enough heap memory could not be set aside for JVM and<BR>&gt; playing around with java options like -Xms and -Xmx did not help. My RAM<BR>&gt; size was 1GB. Maximizing Virtual memory and -Xmx value did not help.<BR>&gt;<BR>&gt; The only way I could run the woden junit tests was by not forking a <BR>seperate<BR>&gt; JVM (set fork property to "no").<BR>&gt;<BR>&gt; Is there a specific reason for setting fork property to "yes" when the <BR>woden<BR>&gt; junit test could be run in the parent JVM itself<BR>&gt;<BR>&gt; sudhir<BR>&gt;&nbsp; ________________________________<BR>&gt; Never miss a thing. Make Yahoo your homepage.<BR><BR>---------------------------------------------------------------------<BR>To unsubscribe, e-mail: <A href="mailto:[email protected]" ymailto="mailto:[email protected]">[email protected]</A><BR>For additional commands, e-mail: <A href="mailto:[email protected]" ymailto="mailto:[email protected]">[email protected]</A><BR><BR><BR><BR><BR>---------------------------------------------------------------------<BR>To unsubscribe, e-mail: <A href="mailto:[email protected]" ymailto="mailto:[email protected]">[email protected]</A><BR>For additional commands, e-mail: <A href="mailto:[email protected]" ymailto="mailto:[email protected]">[email protected]</A><BR><BR></DIV><BR></DIV></div><br> <hr size=1>Never miss a thing. <a href="http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs"> Make Yahoo your homepage.</a> </body></html> --0-444415000-1205462048=:78845-- From [email protected] Fri Mar 14 08:37:31 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63620 invoked from network); 14 Mar 2008 08:37:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2008 08:37:31 -0000 Received: (qmail 74148 invoked by uid 500); 14 Mar 2008 08:37:28 -0000 Delivered-To: [email protected] Received: (qmail 74085 invoked by uid 500); 14 Mar 2008 08:37:28 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74074 invoked by uid 99); 14 Mar 2008 08: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, 14 Mar 2008 01:37:28 -0700 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 mtagate4.uk.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 08:36:49 +0000 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [161.129.204.104]) by mtagate4.uk.ibm.com (8.13.8/8.13.8) with ESMTP id m2E8awNW145176 for <[email protected]>; Fri, 14 Mar 2008 08:36:58 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [161.129.204.104]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2E8awWZ1929424 for <[email protected]>; Fri, 14 Mar 2008 08:36:58 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [161.129.204.104]) by d06av02.portsmouth.uk.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id m2E8awaw007250 for <[email protected]>; Fri, 14 Mar 2008 08:36:58 GMT Received: from d06ml064.portsmouth.uk.ibm.com (d06ml064.portsmouth.uk.ibm.com [161.129.204.104]) by d06av02.portsmouth.uk.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2E8avYq007247 for <[email protected]>; Fri, 14 Mar 2008 08:36:57 GMT In-Reply-To: <[email protected]> X-Disclaimed: 6026 To: [email protected] MIME-Version: 1.0 Subject: Re: junit fork X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: John Kaputin <[email protected]> Message-ID: <[email protected]> Date: Fri, 14 Mar 2008 00:36:55 -0800 X-MIMETrack: Serialize by Router on D06ML064/06/M/IBM(Release 7.0.2FP2HF322 | September 26, 2007) at 14/03/2008 08:36:57, Serialize complete at 14/03/2008 08:36:57 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org I checked in Dan's changes for woden-67. I don't recall the fork parameter, but I assume it was part of those changes. I don't know why it was set to 'yes'. I guess it's ok to change it back. John Kaputin Lawrence Mandel <[email protected]> wrote on 13/03/2008 07:30:11: > Looks like John made this change in revision 585914. Comments from the > commit are > > "WODEN-67 Changed Woden Ant and Maven builds to create 3 separate jar > files (api, dom and om) instead of a single jar file." > > John - Can you shed some light on why you made the fork="yes" change > before it gets reverted? > > Lawrence > > > > > > "Jeremy Hughes" <[email protected]> > Sent by: [email protected] > 03/12/2008 05:57 PM > Please respond to > [email protected] > > > To > [email protected] > cc > > Subject > Re: junit fork > > > > > > > Hmm, can't think of one. If no-one has objections I'll change to 'no' > > Cheers, > Jeremy > > On 12/03/2008, Sudhir V <[email protected]> wrote: > > > > As per build.xml under the root directory, the junit tests are run by > > forking a seperate JVM (via the fork property). I would get a "out of > memory > > exception" since enough heap memory could not be set aside for JVM and > > playing around with java options like -Xms and -Xmx did not help. My RAM > > size was 1GB. Maximizing Virtual memory and -Xmx value did not help. > > > > The only way I could run the woden junit tests was by not forking a > seperate > > JVM (set fork property to "no"). > > > > Is there a specific reason for setting fork property to "yes" when the > woden > > junit test could be run in the parent JVM itself > > > > sudhir > > ________________________________ > > Never miss a thing. Make Yahoo your homepage. > > --------------------------------------------------------------------- > 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] > Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 14 14:30:54 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10849 invoked from network); 14 Mar 2008 14:30:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2008 14:30:53 -0000 Received: (qmail 66769 invoked by uid 500); 14 Mar 2008 14:30:51 -0000 Delivered-To: [email protected] Received: (qmail 66754 invoked by uid 500); 14 Mar 2008 14:30:51 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 66743 invoked by uid 99); 14 Mar 2008 14:30:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 07:30:50 -0700 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 e3.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 14:30:01 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e3.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2EEULdZ021208 for <[email protected]>; Fri, 14 Mar 2008 10:30:21 -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 v8.7) with ESMTP id m2EEULJ6264760 for <[email protected]>; Fri, 14 Mar 2008 10:30:21 -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 m2EEULqb019595 for <[email protected]>; Fri, 14 Mar 2008 10:30:21 -0400 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2EEULqU019585 for <[email protected]>; Fri, 14 Mar 2008 10:30:21 -0400 In-Reply-To: <[email protected]> To: [email protected] MIME-Version: 1.0 Subject: Re: junit fork X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Fri, 14 Mar 2008 10:30:20 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/14/2008 10:30:20, Serialize complete at 03/14/2008 10:30:20 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Hi Sudhir, I haven't seen this problem. Perhaps I did some configuration on my machine that I've forgotten about. Can you open a Jira issue so we won't forget to resolve this. We need to ensure that Woden can easily be picked up by new people like you. Thanks for continuing to report problems you're facing while getting set up. Lawrence Sudhir V <[email protected]> 03/13/2008 10:34 PM Please respond to [email protected] To [email protected] cc Subject Re: junit fork Another thing, lot of resources in the w3c directory was not getting loaded because it was not in the class path of Junit test "AllWodenTests" in the build.xml of the root directory. I guess ${w3cDir} should be in the class path for AllWodenTests. sudhir ----- Original Message ---- From: Lawrence Mandel <[email protected]> To: [email protected] Sent: Thursday, March 13, 2008 7:30:11 AM Subject: Re: junit fork Looks like John made this change in revision 585914. Comments from the commit are "WODEN-67 Changed Woden Ant and Maven builds to create 3 separate jar files (api, dom and om) instead of a single jar file." John - Can you shed some light on why you made the fork="yes" change before it gets reverted? Lawrence "Jeremy Hughes" <[email protected]> Sent by: [email protected] 03/12/2008 05:57 PM Please respond to [email protected] To [email protected] cc Subject Re: junit fork Hmm, can't think of one. If no-one has objections I'll change to 'no' Cheers, Jeremy On 12/03/2008, Sudhir V <[email protected]> wrote: > > As per build.xml under the root directory, the junit tests are run by > forking a seperate JVM (via the fork property). I would get a "out of memory > exception" since enough heap memory could not be set aside for JVM and > playing around with java options like -Xms and -Xmx did not help. My RAM > size was 1GB. Maximizing Virtual memory and -Xmx value did not help. > > The only way I could run the woden junit tests was by not forking a seperate > JVM (set fork property to "no"). > > Is there a specific reason for setting fork property to "yes" when the woden > junit test could be run in the parent JVM itself > > sudhir > ________________________________ > Never miss a thing. Make Yahoo your homepage. --------------------------------------------------------------------- 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] Never miss a thing. Make Yahoo your homepage. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Mar 14 15:36:09 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20359 invoked from network); 14 Mar 2008 15:36:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2008 15:36:09 -0000 Received: (qmail 19366 invoked by uid 500); 14 Mar 2008 15:36:06 -0000 Delivered-To: [email protected] Received: (qmail 19354 invoked by uid 500); 14 Mar 2008 15:36: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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 19343 invoked by uid 99); 14 Mar 2008 15:36:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 08:36:06 -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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO eero.baz.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 15:35:17 +0000 Received: by eero.baz.org (Postfix, from userid 1017) id E8DEA89A60; Fri, 14 Mar 2008 11:34:39 -0400 (EDT) Received: from [161.129.204.104] (pool-72-93-81-62.bstnma.fios.verizon.net [161.129.204.104]) by eero (tmda-ofmipd) with ESMTP; Fri, 14 Mar 2008 11:34:19 -0400 Message-ID: <[email protected]> Date: Fri, 14 Mar 2008 11:34:06 -0400 User-Agent: Thunderbird 161.129.204.104 (Windows/20080213) MIME-Version: 1.0 To: Axis-Dev <[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: Last minute reminder - March 2008 Board Report for Web Services Project Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: Glen Daniels <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Folks: I plan to submit our board report tomorrow morning, March 15th. If there is anything you need the board to be aware of, or if there has been any significant status change in your subproject, please update http://wiki.apache.org/ws/ReportForMar2008 before the end of the day today. Thanks, --Glen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 17 18:16:09 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23768 invoked from network); 17 Mar 2008 18:16:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Mar 2008 18:16:09 -0000 Received: (qmail 5774 invoked by uid 500); 17 Mar 2008 18:16:07 -0000 Delivered-To: [email protected] Received: (qmail 5710 invoked by uid 500); 17 Mar 2008 18:16:07 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 5697 invoked by uid 99); 17 Mar 2008 18:16:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 11:16: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 18:15:37 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5ED76234C09B for <[email protected]>; Mon, 17 Mar 2008 11:14:24 -0700 (PDT) Message-ID: <1162129195.1205777664387.JavaMail.jira@brutus> Date: Mon, 17 Mar 2008 11:14:24 -0700 (PDT) From: "sudhir vishwanath (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (WODEN-202) W3 source directory must be in the classpath of AllWodenJunitTests. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org W3 source directory must be in the classpath of AllWodenJunitTests. -------------------------------------------------------------------- Key: WODEN-202 URL: https://issues.apache.org/jira/browse/WODEN-202 Project: Woden Issue Type: Bug Environment: All Reporter: sudhir vishwanath The W3 source directory must be in the classpath of AllWodenJunit Tests. The following line must be added between the <classpath> </classpath> of AllWodenJunitTests. <pathelement location="${w3cDir}" /> -- 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 Mar 18 03:42:12 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45696 invoked from network); 18 Mar 2008 03:42:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Mar 2008 03:42:12 -0000 Received: (qmail 74187 invoked by uid 500); 18 Mar 2008 03:42:09 -0000 Delivered-To: [email protected] Received: (qmail 74127 invoked by uid 500); 18 Mar 2008 03:42:09 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74108 invoked by uid 99); 18 Mar 2008 03:42:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 20:42:09 -0700 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; Tue, 18 Mar 2008 03:41:30 +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 m2I3ffmS012197 for <[email protected]>; Mon, 17 Mar 2008 23:41:41 -0400 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.7) with ESMTP id m2I3ffr7249032 for <[email protected]>; Mon, 17 Mar 2008 23:41:41 -0400 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 m2I3fekT024656 for <[email protected]>; Mon, 17 Mar 2008 23:41:40 -0400 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av03.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2I3feqt024651 for <[email protected]>; Mon, 17 Mar 2008 23:41:40 -0400 To: [email protected] MIME-Version: 1.0 Subject: Agenda of the Woden Status Telecon, 2008-03-18 X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Mon, 17 Mar 2008 23:41:38 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/17/2008 23:41:39, Serialize complete at 03/17/2008 23:41:39 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org See [1] for call and IRC information. [1] http://ws.apache.org/woden/dev/index.html#Weekly+Status+Call Agenda 1. Open Action Items - Lawrence Mandel 2008-02-26 - John will update the milestone 8 date on the Web site. 2008-02-26 - John will update the instructions on running the W3C WSDL validation report in the Woden development process document. 2. Milestone 8 (M8) Status - John Kaputin 3. Development Discussion - All 4. Other Business - All Thanks, Lawrence Mandel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 18 14:00:47 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11457 invoked from network); 18 Mar 2008 14:00:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Mar 2008 14:00:47 -0000 Received: (qmail 60944 invoked by uid 500); 18 Mar 2008 14:00:44 -0000 Delivered-To: [email protected] Received: (qmail 60913 invoked by uid 500); 18 Mar 2008 14:00: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 60867 invoked by uid 99); 18 Mar 2008 14:00:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 07:00:43 -0700 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; Tue, 18 Mar 2008 13:59:54 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e1.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2IE0EBY027754 for <[email protected]>; Tue, 18 Mar 2008 10:00:14 -0400 Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2IE0EFB253522 for <[email protected]>; Tue, 18 Mar 2008 10:00:14 -0400 Received: from d01av05.pok.ibm.com (loopback [161.129.204.104]) by d01av05.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id m2IDvcad005564 for <[email protected]>; Tue, 18 Mar 2008 09:57:38 -0400 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av05.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2IDvccq005556 for <[email protected]>; Tue, 18 Mar 2008 09:57:38 -0400 In-Reply-To: <OF71D450ED.87BB7FB8-ON80257410.003B04E8-80257410.003B2033@LocalDomain> To: [email protected] MIME-Version: 1.0 Subject: Re: Agenda of the Woden Status Telecon, 2008-03-18 X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Tue, 18 Mar 2008 10:00:12 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/18/2008 10:00:14, Serialize complete at 03/18/2008 10:00:14 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org John, Would it help to move the call an hour earlier or later? If not, how about rescheduling for the same time tomorrow? Lawrence John Kaputin/UK/IBM@IBMGB 03/18/2008 06:45 AM To [email protected] cc Subject Re: Agenda of the Woden Status Telecon, 2008-03-18 Lawrence, I'm sorry but I have a clash this afternoon and can't make the call. I can reschedule, but will need to figure out when. John Kaputin Lawrence Mandel <[email protected]> wrote on 18/03/2008 03:41:38: > See [1] for call and IRC information. > > [1] http://ws.apache.org/woden/dev/index.html#Weekly+Status+Call > > Agenda > > 1. Open Action Items - Lawrence Mandel > > 2008-02-26 - John will update the milestone 8 date on the Web site. > > 2008-02-26 - John will update the instructions on running the W3C WSDL > validation report in the Woden development process document. > > > 2. Milestone 8 (M8) Status - John Kaputin > > > 3. Development Discussion - All > > > 4. Other Business - All > > > Thanks, > > Lawrence Mandel > > > --------------------------------------------------------------------- > 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 Mar 19 12:00:39 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2286 invoked from network); 19 Mar 2008 12:00:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2008 12:00:39 -0000 Received: (qmail 52085 invoked by uid 500); 19 Mar 2008 12:00:36 -0000 Delivered-To: [email protected] Received: (qmail 52060 invoked by uid 500); 19 Mar 2008 12:00:36 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 52045 invoked by uid 99); 19 Mar 2008 12:00:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 05:00:36 -0700 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 e6.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 11:59:56 +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 m2JC26sO022878 for <[email protected]>; Wed, 19 Mar 2008 08:02:06 -0400 Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2JC04R2226432 for <[email protected]>; Wed, 19 Mar 2008 08:00:04 -0400 Received: from d01av05.pok.ibm.com (loopback [161.129.204.104]) by d01av05.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id m2JBvNBC019837 for <[email protected]>; Wed, 19 Mar 2008 07:57:24 -0400 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [161.129.204.104]) by d01av05.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2JBvNii019827; Wed, 19 Mar 2008 07:57:23 -0400 To: [email protected] Cc: [email protected] Subject: [5483] WSDL schema defines fault 'element' incorrectly MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Arthur Ryman <[email protected]> Message-ID: <[email protected]> Date: Wed, 19 Mar 2008 08:00:02 -0400 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/19/2008 08:00:03, Serialize complete at 03/19/2008 08:00:03 Content-Type: multipart/alternative; boundary="=_alternative 0016696A85257411_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 0016696A85257411_= Content-Type: text/plain; charset="US-ASCII" Philippe, John Kaputin reported this bug.[1] I reviewed it and agree. The spec was updated to include some tokens in the definition of the content for faults, but the schema wasn't. We haven't discussed the process for maintainance. In this case, the schema was improperly updated when the spec changed so I propose to simply correct the schema. Failure to do so means that the schema reports that some valid WSDL documents are invalid, e.g. those with a token like #none, #any, #other for the content of a Fault. [1] http://www.w3.org/Bugs/Public/show_bug.cgi?id=5483 The schema is currently: <xs:complexType name="InterfaceFaultType" mixed="false"> <xs:complexContent> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##other" processContents="lax" minOccurs="1" maxOccurs="1"/> </xs:choice> <xs:attribute name="name" type="xs:NCName" use="required"/> <xs:attribute name="element" type="xs:QName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> But it should be: <xs:complexType name="InterfaceFaultType" mixed="false"> <xs:complexContent> <xs:extension base="wsdl:ExtensibleDocumentedType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##other" processContents="lax" minOccurs="1" maxOccurs="1"/> </xs:choice> <xs:attribute name="name" type="xs:NCName" use="required"/> <xs:attribute name="element" type="wsdl:ElementReferenceType" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> Arthur Ryman, Technical Executive (IBM DE) Project and Program Management, Rational Division phone: (986)785-2965, TL 313-3077 assistant: (986)785-2965, TL 313-3831 fax: (986)785-2965, TL 313-4920 mobile: (986)785-2965 --=_alternative 0016696A85257411_= Content-Type: text/html; charset="US-ASCII" <br><font size=2 face="sans-serif">Philippe,</font> <br> <br><font size=2 face="sans-serif">John Kaputin reported this bug.[1] I reviewed it and agree. The spec was updated to include some tokens in the definition of the content for faults, but the schema wasn't. </font> <br> <br><font size=2 face="sans-serif">We haven't discussed the process for maintainance. In this case, the schema was improperly updated when the spec changed so I propose to simply correct the schema. Failure to do so means that the schema reports that some valid WSDL documents are invalid, e.g. those with a token like #none, #any, #other for the content of a Fault.</font> <br> <br><font size=2 face="sans-serif">[1] http://www.w3.org/Bugs/Public/show_bug.cgi?id=5483</font> <br> <br><font size=2 face="sans-serif">The schema is currently:</font> <br> <br><tt><font size=3>&nbsp; &lt;xs:complexType name=&quot;InterfaceFaultType&quot; mixed=&quot;false&quot;&gt;<br> &nbsp; &nbsp;&lt;xs:complexContent&gt;<br> &nbsp; &nbsp; &nbsp;&lt;xs:extension base=&quot;wsdl:ExtensibleDocumentedType&quot;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;xs:any namespace=&quot;##other&quot; processContents=&quot;lax&quot; minOccurs=&quot;1&quot; maxOccurs=&quot;1&quot;/&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&lt;/xs:choice&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&lt;xs:attribute name=&quot;name&quot; type=&quot;xs:NCName&quot; use=&quot;required&quot;/&gt;<br> <b> &nbsp; &nbsp; &nbsp; &nbsp;&lt;xs:attribute name=&quot;element&quot; type=&quot;xs:QName&quot; use=&quot;optional&quot;/&gt;<br> </b> &nbsp; &nbsp; &nbsp;&lt;/xs:extension&gt;<br> &nbsp; &nbsp;&lt;/xs:complexContent&gt;<br> &nbsp;&lt;/xs:complexType&gt;<br> </font></tt> <br><font size=2 face="sans-serif">But it should be:</font> <br> <form action=http://www.w3.org/Bugs/Public/process_bug.cgi method=post> <br><tt><font size=3>&nbsp; &lt;xs:complexType name=&quot;InterfaceFaultType&quot; mixed=&quot;false&quot;&gt;<br> &nbsp; &nbsp;&lt;xs:complexContent&gt;<br> &nbsp; &nbsp; &nbsp;&lt;xs:extension base=&quot;wsdl:ExtensibleDocumentedType&quot;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;xs:any namespace=&quot;##other&quot; processContents=&quot;lax&quot; minOccurs=&quot;1&quot; maxOccurs=&quot;1&quot;/&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&lt;/xs:choice&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&lt;xs:attribute name=&quot;name&quot; type=&quot;xs:NCName&quot; use=&quot;required&quot;/&gt;<br> <b> &nbsp; &nbsp; &nbsp; &nbsp;&lt;xs:attribute name=&quot;element&quot; type=&quot;wsdl:ElementReferenceType&quot; use=&quot;optional&quot;/&gt;<br> </b> &nbsp; &nbsp; &nbsp;&lt;/xs:extension&gt;<br> &nbsp; &nbsp;&lt;/xs:complexContent&gt;<br> &nbsp;&lt;/xs:complexType&gt;<br> </font></tt> <br> <br> <br> <br></form> <hr> <br> <br><font size=2 face="sans-serif">Arthur Ryman, Technical Executive (IBM DE)<br> Project and Program Management, Rational Division<br> <br> phone: &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-3077<br> assistant: (986)785-2965, TL 313-3831<br> fax: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-4920<br> mobile: &nbsp; &nbsp; (986)785-2965</font> --=_alternative 0016696A85257411_=-- From [email protected] Wed Mar 19 23:25:07 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21674 invoked from network); 19 Mar 2008 23:25:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2008 23:25:07 -0000 Received: (qmail 70687 invoked by uid 500); 19 Mar 2008 23:25:04 -0000 Delivered-To: [email protected] Received: (qmail 70670 invoked by uid 500); 19 Mar 2008 23:25: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 70647 invoked by uid 99); 19 Mar 2008 23:25:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 16:25:04 -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 py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 23:24:26 +0000 Received: by py-out-1112.google.com with SMTP id a29so877148pyi.0 for <[email protected]>; Wed, 19 Mar 2008 16:24:37 -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=YJrp75pdNc1P6EXqT9d+Hx3tc0tMCSSb4Ox9MAHAc+o=; b=Dlv0ckGzDyUai510hmQ/lOezRPPUx0KlkLIq4FZFEjZHyL6qnU7voDbqqeKllJsAOyWVlrWgfpAi534pG9ZQqtg4Q3ffwEZ4yEwrUYeR5A1sqUveoEFBJDdT64zgBUGPFLR88+ED7lTu/8Qgx6yqQ7/mRGm+dCl1L4Bb6YRoj/Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=cDaQaZHLzQEfBfvW4a8uVN/gSHCrMi+f1PPgXuuKWQlsUvtabXDAG5wD6YZljUIfnYAH85XBWJIMoslugYcGYetGQlBE0JLrN3U7cN7MlqPE40IV851qWCBCEkxI29OpM7MlY6FmLPD9ldcaVJFBfeXk25ulAP/WM+Scg+G+cAQ= Received: by 161.129.204.104 with SMTP id l5mr995223pyj.24.1205969077151; Wed, 19 Mar 2008 16:24:37 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 19 Mar 2008 16:24:37 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 19 Mar 2008 18:24:37 -0500 From: "Peter Danielsen" <[email protected]> To: [email protected] Subject: Assertions MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6951_5045776.1205969077142" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_6951_5045776.1205969077142 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm curious about the stability of the Assertion design in Woden. I've been looking at it from the point of view of an extension and I think this is the procedure: 1. Create a class that implements org.apache.woden.wsdl20.validation.Assertion for each class that is affected by an assertion. a. Implement "getId()" b. Implement "validate(Object, WodenContext)" 2. Register each Assertion class by calling ExtensionRegistry.registerAssertion passing an instance of the Assertion class and the affected class. This would likely be done from an ExtensionRegistrar. That seems reasonable, but the reason I asked about the stability is that when I look at the validate method of org.apache.woden.internal.wsdl20.validation.WSDLValidator I see that it's not checking assertions on Binding or Service elements. Their absence made me wonder whether this is still in an early design stage? Also, I'm assuming that cross-checks between elements (e.g. <interface> and <binding> ) will be the responsibility of the "more detailed" element (<binding> in this case) and that that element's Assertion may require navigation of the containing elements to do its work. Is that correct? Any references or explanations on the conventions and use of Assertions would be very useful. Thanks, Peter ------=_Part_6951_5045776.1205969077142 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div>Hi,</div><div><br class="webkit-block-placeholder"></div><div>I&#39;m curious about the stability of the Assertion design in Woden. &nbsp;</div><div><br class="webkit-block-placeholder"></div><div>I&#39;ve been looking at it from the point of view of an extension and&nbsp;I think this is the procedure:</div> <div><br class="webkit-block-placeholder"></div><div>1. Create a class that implements org.apache.woden.wsdl20.validation.Assertion</div><div>for each class that is affected by an assertion.</div><div>&nbsp;&nbsp;a. Implement &quot;getId()&quot;</div> <div>&nbsp;&nbsp;b. Implement &quot;validate(Object, WodenContext)&quot;</div><div><br class="webkit-block-placeholder"></div><div>2. Register each Assertion class by calling ExtensionRegistry.registerAssertion&nbsp;passing an instance of the Assertion class and the affected class.&nbsp;This would likely be done from an ExtensionRegistrar.</div> <div><br class="webkit-block-placeholder"></div><div>That seems reasonable, but the reason I asked about the stability is&nbsp;that when I look at the validate method of&nbsp;org.apache.woden.internal.wsdl20.validation.WSDLValidator</div> <div>I see that it&#39;s not checking assertions on Binding or Service elements.&nbsp;Their absence made me wonder whether this is still in an early design stage?</div><div><br class="webkit-block-placeholder"></div><div>Also, I&#39;m assuming that cross-checks between elements (e.g. &lt;interface&gt; and &lt;binding&gt;&nbsp;) will be the responsibility of the &quot;more detailed&quot; element&nbsp;(&lt;binding&gt; in this case) and that that element&#39;s Assertion may require&nbsp;navigation of the containing elements to do its work. &nbsp;Is that correct?</div> <div><br class="webkit-block-placeholder"></div><div>Any references or explanations on the conventions and use of Assertions would be&nbsp;very useful.</div><div><br class="webkit-block-placeholder"></div><div>Thanks,</div><div> <br class="webkit-block-placeholder"></div><div>Peter</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div> ------=_Part_6951_5045776.1205969077142-- From [email protected] Thu Mar 20 00:51:56 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62512 invoked from network); 20 Mar 2008 00:51:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Mar 2008 00:51:56 -0000 Received: (qmail 65003 invoked by uid 500); 20 Mar 2008 00:51:52 -0000 Delivered-To: [email protected] Received: (qmail 64979 invoked by uid 500); 20 Mar 2008 00:51:52 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 64968 invoked by uid 99); 20 Mar 2008 00:51:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 17:51:52 -0700 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, 20 Mar 2008 00:51:12 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e1.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2K0pKPn026597 for <[email protected]>; Wed, 19 Mar 2008 20:51:20 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2K0pKYo232546 for <[email protected]>; Wed, 19 Mar 2008 20:51:20 -0400 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 m2K0pK3Z029606 for <[email protected]>; Wed, 19 Mar 2008 20:51:20 -0400 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av04.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2K0pJ42029588 for <[email protected]>; Wed, 19 Mar 2008 20:51:19 -0400 In-Reply-To: <[email protected]> To: [email protected] MIME-Version: 1.0 Subject: Re: Assertions X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Wed, 19 Mar 2008 20:51:18 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/19/2008 20:51:19, Serialize complete at 03/19/2008 20:51:19 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Hi Peter, The validation framework is indeed at an early stage and we're working out some details while implementing assertions. I think your statement about assertions that require checks of multiple elements int he WSDL document is correct. Your example with binding and interface is my current thinking about these types of assertions. I captured some of our initial ideas about the validation API that we're working off of at [1]. Information about Woden extensions other than the validation extension can be found at [2]. Does this information answer your questions? [1] http://wiki.apache.org/ws/FrontPage/Woden/ValidationAPI [2] http://wiki.apache.org/ws/FrontPage/Woden/WSDLExtensions Lawrence "Peter Danielsen" <[email protected]> 03/19/2008 07:24 PM Please respond to [email protected] To [email protected] cc Subject Assertions Hi, I'm curious about the stability of the Assertion design in Woden. I've been looking at it from the point of view of an extension and I think this is the procedure: 1. Create a class that implements org.apache.woden.wsdl20.validation.Assertion for each class that is affected by an assertion. a. Implement "getId()" b. Implement "validate(Object, WodenContext)" 2. Register each Assertion class by calling ExtensionRegistry.registerAssertion passing an instance of the Assertion class and the affected class. This would likely be done from an ExtensionRegistrar. That seems reasonable, but the reason I asked about the stability is that when I look at the validate method of org.apache.woden.internal.wsdl20.validation.WSDLValidator I see that it's not checking assertions on Binding or Service elements. Their absence made me wonder whether this is still in an early design stage? Also, I'm assuming that cross-checks between elements (e.g. <interface> and <binding> ) will be the responsibility of the "more detailed" element (<binding> in this case) and that that element's Assertion may require navigation of the containing elements to do its work. Is that correct? Any references or explanations on the conventions and use of Assertions would be very useful. Thanks, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Mar 20 10:11:22 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78984 invoked from network); 20 Mar 2008 10:11:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Mar 2008 10:11:22 -0000 Received: (qmail 60979 invoked by uid 500); 20 Mar 2008 10:11:20 -0000 Delivered-To: [email protected] Received: (qmail 60959 invoked by uid 500); 20 Mar 2008 10:11: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 60948 invoked by uid 99); 20 Mar 2008 10:11:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 03:11:20 -0700 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 mtagate3.uk.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 10:10:29 +0000 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [161.129.204.104]) by mtagate3.uk.ibm.com (8.13.8/8.13.8) with ESMTP id m2KAAnn3166764 for <[email protected]>; Thu, 20 Mar 2008 10:10:49 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [161.129.204.104]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2KAAnPE2261112 for <[email protected]>; Thu, 20 Mar 2008 10:10:49 GMT Received: from d06av04.portsmouth.uk.ibm.com (loopback [161.129.204.104]) by d06av04.portsmouth.uk.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id m2KAAnAQ007264 for <[email protected]>; Thu, 20 Mar 2008 10:10:49 GMT Received: from d06ml064.portsmouth.uk.ibm.com (d06ml064.portsmouth.uk.ibm.com [161.129.204.104]) by d06av04.portsmouth.uk.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2KAAnKJ007253 for <[email protected]>; Thu, 20 Mar 2008 10:10:49 GMT In-Reply-To: <[email protected]> X-Disclaimed: 40242 To: [email protected] MIME-Version: 1.0 Subject: Re: Assertions X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: John Kaputin <[email protected]> Message-ID: <[email protected]> Date: Thu, 20 Mar 2008 10:10:47 +0000 X-MIMETrack: Serialize by Router on D06ML064/06/M/IBM(Release 7.0.2FP2HF322 | September 26, 2007) at 20/03/2008 10:10:48, Serialize complete at 20/03/2008 10:10:48 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Peter, Your understanding about the programming model and ExtensionRegistrar are correct. The validator is at an early implementation stage. We will work our way through the WSDL 2.0 assertions, adding to the implementation as we go. We started on the Description and Interface assertions just to verify that the API works. The implementation will be a work in progress up to the M8 release. In other words, the API is probably stable now but the implementation is not yet finished (I say 'probably' because we need to implement a broader range of assertions first to test that our API design is sufficient). Some of the cross-ref checks may need to be done via the Element API, rather than the Component API, but note that on the Woden wiki we have an API issue pending about collapsing these two APIs into a single WSDL API. I have been and will be pretty busy on other matters until April, so progress on M8 has slowed down, but it is still in plan. The initial assertion work was done in a separate branch until we felt we had the API stable enough to move it into trunk. Work will continue in trunk. Feel free to contribute if you have time and interest. It should be easy to do this piecemeal, one assertion at a time. I will try to get some explanation of assertions documented soon. regards, John Kaputin "Peter Danielsen" <[email protected]> wrote on 19/03/2008 23:24:37: > Hi, > > I'm curious about the stability of the Assertion design in Woden. > > I've been looking at it from the point of view of an extension and I > think this is the procedure: > > 1. Create a class that implements org.apache.woden.wsdl20.validation.Assertion > for each class that is affected by an assertion. > a. Implement "getId()" > b. Implement "validate(Object, WodenContext)" > > 2. Register each Assertion class by calling ExtensionRegistry. > registerAssertion passing an instance of the Assertion class and the > affected class. This would likely be done from an ExtensionRegistrar. > > That seems reasonable, but the reason I asked about the stability is > that when I look at the validate method of org.apache.woden. > internal.wsdl20.validation.WSDLValidator > I see that it's not checking assertions on Binding or Service > elements. Their absence made me wonder whether this is still in an > early design stage? > > Also, I'm assuming that cross-checks between elements (e.g. > <interface> and <binding> ) will be the responsibility of the "more > detailed" element (<binding> in this case) and that that element's > Assertion may require navigation of the containing elements to do > its work. Is that correct? > > Any references or explanations on the conventions and use of > Assertions would be very useful. > > Thanks, > > Peter Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Mar 20 10:12:40 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79249 invoked from network); 20 Mar 2008 10:12:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Mar 2008 10:12:40 -0000 Received: (qmail 61817 invoked by uid 500); 20 Mar 2008 10:12:38 -0000 Delivered-To: [email protected] Received: (qmail 61753 invoked by uid 500); 20 Mar 2008 10:12:38 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 61741 invoked by uid 99); 20 Mar 2008 10:12:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 03:12:38 -0700 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 mtagate3.uk.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 10:11:48 +0000 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [161.129.204.104]) by mtagate3.uk.ibm.com (8.13.8/8.13.8) with ESMTP id m2KAC8UQ206996 for <[email protected]>; Thu, 20 Mar 2008 10:12:08 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [161.129.204.104]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2KAC8ZX1806366 for <[email protected]>; Thu, 20 Mar 2008 10:12:08 GMT Received: from d06av04.portsmouth.uk.ibm.com (loopback [161.129.204.104]) by d06av04.portsmouth.uk.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id m2KAC8GH008929 for <[email protected]>; Thu, 20 Mar 2008 10:12:08 GMT Received: from d06ml064.portsmouth.uk.ibm.com (d06ml064.portsmouth.uk.ibm.com [161.129.204.104]) by d06av04.portsmouth.uk.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2KAC8uF008911 for <[email protected]>; Thu, 20 Mar 2008 10:12:08 GMT In-Reply-To: <[email protected]> X-Disclaimed: 44090 To: [email protected] MIME-Version: 1.0 Subject: Re: Assertions X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: John Kaputin <[email protected]> Message-ID: <[email protected]> Date: Thu, 20 Mar 2008 10:12:07 +0000 X-MIMETrack: Serialize by Router on D06ML064/06/M/IBM(Release 7.0.2FP2HF322 | September 26, 2007) at 20/03/2008 10:12:07, Serialize complete at 20/03/2008 10:12:07 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Lawrence, sorry, I just replied to Peter before I noticed you had already replied. John Kaputin Lawrence Mandel <[email protected]> wrote on 20/03/2008 00:51:18: > Hi Peter, > > The validation framework is indeed at an early stage and we're working out > some details while implementing assertions. I think your statement about > assertions that require checks of multiple elements int he WSDL document > is correct. Your example with binding and interface is my current thinking > about these types of assertions. > > I captured some of our initial ideas about the validation API that we're > working off of at [1]. Information about Woden extensions other than the > validation extension can be found at [2]. > > Does this information answer your questions? > > [1] http://wiki.apache.org/ws/FrontPage/Woden/ValidationAPI > [2] http://wiki.apache.org/ws/FrontPage/Woden/WSDLExtensions > > Lawrence > > > > > "Peter Danielsen" <[email protected]> > 03/19/2008 07:24 PM > Please respond to > [email protected] > > > To > [email protected] > cc > > Subject > Assertions > > > > > > > Hi, > > I'm curious about the stability of the Assertion design in Woden. > > I've been looking at it from the point of view of an extension and I think > this is the procedure: > > 1. Create a class that implements > org.apache.woden.wsdl20.validation.Assertion > for each class that is affected by an assertion. > a. Implement "getId()" > b. Implement "validate(Object, WodenContext)" > > 2. Register each Assertion class by calling > ExtensionRegistry.registerAssertion passing an instance of the Assertion > class and the affected class. This would likely be done from an > ExtensionRegistrar. > > That seems reasonable, but the reason I asked about the stability is that > when I look at the validate method of > org.apache.woden.internal.wsdl20.validation.WSDLValidator > I see that it's not checking assertions on Binding or Service elements. > Their absence made me wonder whether this is still in an early design > stage? > > Also, I'm assuming that cross-checks between elements (e.g. <interface> > and <binding> ) will be the responsibility of the "more detailed" element > (<binding> in this case) and that that element's Assertion may require > navigation of the containing elements to do its work. Is that correct? > > Any references or explanations on the conventions and use of Assertions > would be very useful. > > Thanks, > > Peter > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Mar 20 10:40:39 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86508 invoked from network); 20 Mar 2008 10:40:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Mar 2008 10:40:39 -0000 Received: (qmail 95626 invoked by uid 500); 20 Mar 2008 10:40:37 -0000 Delivered-To: [email protected] Received: (qmail 95611 invoked by uid 500); 20 Mar 2008 10:40:37 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 95600 invoked by uid 99); 20 Mar 2008 10:40:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 03:40:37 -0700 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 mtagate3.uk.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 10:39:57 +0000 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [161.129.204.104]) by mtagate3.uk.ibm.com (8.13.8/8.13.8) with ESMTP id m2KAe5G3062754 for <[email protected]>; Thu, 20 Mar 2008 10:40:05 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [161.129.204.104]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2KAe5Eu1294362 for <[email protected]>; Thu, 20 Mar 2008 10:40:05 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [161.129.204.104]) by d06av02.portsmouth.uk.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id m2KAe5w2024020 for <[email protected]>; Thu, 20 Mar 2008 10:40:05 GMT Received: from d06ml064.portsmouth.uk.ibm.com (d06ml064.portsmouth.uk.ibm.com [161.129.204.104]) by d06av02.portsmouth.uk.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2KAe5h6024017 for <[email protected]>; Thu, 20 Mar 2008 10:40:05 GMT In-Reply-To: <[email protected]> X-Disclaimed: 51470 To: [email protected] MIME-Version: 1.0 Subject: Re: Agenda of the Woden Status Telecon, 2008-03-18 X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: John Kaputin <[email protected]> Message-ID: <[email protected]> Date: Thu, 20 Mar 2008 10:40:04 +0000 X-MIMETrack: Serialize by Router on D06ML064/06/M/IBM(Release 7.0.2FP2HF322 | September 26, 2007) at 20/03/2008 10:40:04, Serialize complete at 20/03/2008 10:40:04 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Lawrence, I'm pretty busy at the moment. Sorry I missed this email. I'll let you know about next week's call. John Kaputin Web Services Development, Hursley Laboratory IBM United Kingdom Ltd Hursley Park MP211, Winchester, SO21 2JN, UK. email: [email protected] Tel/Fax: (986)785-2965 (internal 7-247363) Lawrence Mandel <[email protected]> wrote on 18/03/2008 14:00:12: > John, > > Would it help to move the call an hour earlier or later? If not, how about > rescheduling for the same time tomorrow? > > Lawrence > > > > > > John Kaputin/UK/IBM@IBMGB > 03/18/2008 06:45 AM > > To > [email protected] > cc > > Subject > Re: Agenda of the Woden Status Telecon, 2008-03-18 > > > > > > Lawrence, > I'm sorry but I have a clash this afternoon and can't make the call. I can > reschedule, but will need to figure out when. > > John Kaputin > > Lawrence Mandel <[email protected]> wrote on 18/03/2008 03:41:38: > > > See [1] for call and IRC information. > > > > [1] http://ws.apache.org/woden/dev/index.html#Weekly+Status+Call > > > > Agenda > > > > 1. Open Action Items - Lawrence Mandel > > > > 2008-02-26 - John will update the milestone 8 date on the Web site. > > > > 2008-02-26 - John will update the instructions on running the W3C WSDL > > validation report in the Woden development process document. > > > > > > 2. Milestone 8 (M8) Status - John Kaputin > > > > > > 3. Development Discussion - All > > > > > > 4. Other Business - All > > > > > > Thanks, > > > > Lawrence Mandel > > > > > > --------------------------------------------------------------------- > > 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] > Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Mar 20 13:10:37 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53448 invoked from network); 20 Mar 2008 13:10:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Mar 2008 13:10:37 -0000 Received: (qmail 70131 invoked by uid 500); 20 Mar 2008 13:10:35 -0000 Delivered-To: [email protected] Received: (qmail 70069 invoked by uid 500); 20 Mar 2008 13:10:35 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 70058 invoked by uid 99); 20 Mar 2008 13:10:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 06:10:35 -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 py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 13:09:57 +0000 Received: by py-out-1112.google.com with SMTP id a29so1254586pyi.0 for <[email protected]>; Thu, 20 Mar 2008 06:10:07 -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:in-reply-to:mime-version:content-type:references; bh=r6mQpTvGtcOa6dDsOVK0R8C1SBPqfOjjmQbXxnCYTFY=; b=pWYyf7A4gA7ZdmdxG0xugJVxr1KnrXirbGuuKlfT7BbVr7Jbum8ZflKEYU6Zxm8vL4kIzE5yDU0aqfeW8KQgIoj34cg5LWRSzimhM2fSXT31EERbY9pJjnIOV58EYZ46eojjNEjodSyihBKyp9BWyAnYbXZGKOz3LXX+uYdpvn4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=dD0Bwdp3cOu1Ob3+TegYT/hpbXEvC4DSOKfynV+Atw4E2plqxlJu66DAO4p1Ml01RUtGeKKEoDU5PaSGI1sG4OrD1XHzLPFvQMbQA4kx2yJU372G24ATv10D2U6UOvbAzSNitcJodOnNQT0WJfk57055ne0eflySa2uJWNGi65k= Received: by 161.129.204.104 with SMTP id o1mr219692pyi.57.1206018607600; Thu, 20 Mar 2008 06:10:07 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 20 Mar 2008 06:10:07 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 20 Mar 2008 08:10:07 -0500 From: "Peter Danielsen" <[email protected]> To: [email protected] Subject: Re: Assertions In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8936_15403067.1206018607599" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8936_15403067.1206018607599 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline John, Lawrence, Thank you for your replies. I'll try to take a deeper look at assertion implementation and see how it goes. Thanks for the links to the Wiki pages. The one on WSDLExtensions has been very useful to me in the past, but it could benefit from an update (it still says that the HTTP binding has not been done). It would also be valuable for it to mention the ExtensionRegistrar mechanism. That will be helpful for the next person who's interested in extending Woden. Thanks for all your efforts. Peter On Thu, Mar 20, 2008 at 5:12 AM, John Kaputin <[email protected]> wrote: > Lawrence, > sorry, I just replied to Peter before I noticed you had already replied. > > John Kaputin > > > Lawrence Mandel <[email protected]> wrote on 20/03/2008 00:51:18: > > > Hi Peter, > > > > The validation framework is indeed at an early stage and we're working > out > > some details while implementing assertions. I think your statement about > > > assertions that require checks of multiple elements int he WSDL document > > > is correct. Your example with binding and interface is my current > thinking > > about these types of assertions. > > > > I captured some of our initial ideas about the validation API that we're > > > working off of at [1]. Information about Woden extensions other than the > > > validation extension can be found at [2]. > > > > Does this information answer your questions? > > > > [1] http://wiki.apache.org/ws/FrontPage/Woden/ValidationAPI > > [2] http://wiki.apache.org/ws/FrontPage/Woden/WSDLExtensions > > > > Lawrence > > > > > > > > > > "Peter Danielsen" <[email protected]> > > 03/19/2008 07:24 PM > > Please respond to > > [email protected] > > > > > > To > > [email protected] > > cc > > > > Subject > > Assertions > > > > > > > > > > > > > > Hi, > > > > I'm curious about the stability of the Assertion design in Woden. > > > > I've been looking at it from the point of view of an extension and I > think > > this is the procedure: > > > > 1. Create a class that implements > > org.apache.woden.wsdl20.validation.Assertion > > for each class that is affected by an assertion. > > a. Implement "getId()" > > b. Implement "validate(Object, WodenContext)" > > > > 2. Register each Assertion class by calling > > ExtensionRegistry.registerAssertion passing an instance of the Assertion > > > class and the affected class. This would likely be done from an > > ExtensionRegistrar. > > > > That seems reasonable, but the reason I asked about the stability is > that > > when I look at the validate method of > > org.apache.woden.internal.wsdl20.validation.WSDLValidator > > I see that it's not checking assertions on Binding or Service elements. > > Their absence made me wonder whether this is still in an early design > > stage? > > > > Also, I'm assuming that cross-checks between elements (e.g. <interface> > > and <binding> ) will be the responsibility of the "more detailed" > element > > (<binding> in this case) and that that element's Assertion may require > > navigation of the containing elements to do its work. Is that correct? > > > > Any references or explanations on the conventions and use of Assertions > > would be very useful. > > > > Thanks, > > > > Peter > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_8936_15403067.1206018607599 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline John, Lawrence,<div><br class="webkit-block-placeholder"></div><div>Thank you for your replies. &nbsp;I&#39;ll try to take a deeper look at assertion implementation and see how it goes.</div><div><br class="webkit-block-placeholder"> </div><div>Thanks for the links to the Wiki pages. &nbsp;The one on WSDLExtensions has been very useful to me in the past, but it could benefit from an update (it still says that the HTTP binding has not been done). &nbsp;It would also be valuable for it to mention the ExtensionRegistrar mechanism. &nbsp;That will be helpful for the next person who&#39;s interested in extending Woden.</div> <div><br class="webkit-block-placeholder"></div><div>Thanks for all your efforts.</div><div><br class="webkit-block-placeholder"></div><div>Peter</div><div><br><br><div class="gmail_quote">On Thu, Mar 20, 2008 at 5:12 AM, John Kaputin &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Lawrence,<br> sorry, I just replied to Peter before I noticed you had already replied.<br> <br> John Kaputin<br> <br> <br> Lawrence Mandel &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote on 20/03/2008 00:51:18:<br> <div><div></div><div class="Wj3C7c"><br> &gt; Hi Peter,<br> &gt;<br> &gt; The validation framework is indeed at an early stage and we&#39;re working<br> out<br> &gt; some details while implementing assertions. I think your statement about<br> <br> &gt; assertions that require checks of multiple elements int he WSDL document<br> <br> &gt; is correct. Your example with binding and interface is my current<br> thinking<br> &gt; about these types of assertions.<br> &gt;<br> &gt; I captured some of our initial ideas about the validation API that we&#39;re<br> <br> &gt; working off of at [1]. Information about Woden extensions other than the<br> <br> &gt; validation extension can be found at [2].<br> &gt;<br> &gt; Does this information answer your questions?<br> &gt;<br> &gt; [1] <a href="http://wiki.apache.org/ws/FrontPage/Woden/ValidationAPI" target="_blank">http://wiki.apache.org/ws/FrontPage/Woden/ValidationAPI</a><br> &gt; [2] <a href="http://wiki.apache.org/ws/FrontPage/Woden/WSDLExtensions" target="_blank">http://wiki.apache.org/ws/FrontPage/Woden/WSDLExtensions</a><br> &gt;<br> &gt; Lawrence<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt; &quot;Peter Danielsen&quot; &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br> &gt; 03/19/2008 07:24 PM<br> &gt; Please respond to<br> &gt; <a href="mailto:[email protected]">[email protected]</a><br> &gt;<br> &gt;<br> &gt; To<br> &gt; <a href="mailto:[email protected]">[email protected]</a><br> &gt; cc<br> &gt;<br> &gt; Subject<br> &gt; Assertions<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt; Hi,<br> &gt;<br> &gt; I&#39;m curious about the stability of the Assertion design in Woden.<br> &gt;<br> &gt; I&#39;ve been looking at it from the point of view of an extension and I<br> think<br> &gt; this is the procedure:<br> &gt;<br> &gt; 1. Create a class that implements<br> &gt; org.apache.woden.wsdl20.validation.Assertion<br> &gt; for each class that is affected by an assertion.<br> &gt; &nbsp; a. Implement &quot;getId()&quot;<br> &gt; &nbsp; b. Implement &quot;validate(Object, WodenContext)&quot;<br> &gt;<br> &gt; 2. Register each Assertion class by calling<br> &gt; ExtensionRegistry.registerAssertion passing an instance of the Assertion<br> <br> &gt; class and the affected class. This would likely be done from an<br> &gt; ExtensionRegistrar.<br> &gt;<br> &gt; That seems reasonable, but the reason I asked about the stability is<br> that<br> &gt; when I look at the validate method of<br> &gt; org.apache.woden.internal.wsdl20.validation.WSDLValidator<br> &gt; I see that it&#39;s not checking assertions on Binding or Service elements.<br> &gt; Their absence made me wonder whether this is still in an early design<br> &gt; stage?<br> &gt;<br> &gt; Also, I&#39;m assuming that cross-checks between elements (e.g. &lt;interface&gt;<br> &gt; and &lt;binding&gt; ) will be the responsibility of the &quot;more detailed&quot;<br> element<br> &gt; (&lt;binding&gt; in this case) and that that element&#39;s Assertion may require<br> &gt; navigation of the containing elements to do its work. &nbsp;Is that correct?<br> &gt;<br> &gt; Any references or explanations on the conventions and use of Assertions<br> &gt; would be very useful.<br> &gt;<br> &gt; Thanks,<br> &gt;<br> &gt; Peter<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt; ---------------------------------------------------------------------<br> &gt; To unsubscribe, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> &gt; For additional commands, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> &gt;<br> <br> <br> <br> <br> <br> <br> </div></div><div class="Ih2E3d">Unless stated otherwise above:<br> IBM United Kingdom Limited - Registered in England and Wales with number<br> 741598.<br> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU<br> <br> <br> <br> <br> <br> <br> <br> ---------------------------------------------------------------------<br> </div><div><div></div><div class="Wj3C7c">To unsubscribe, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> For additional commands, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> <br> </div></div></blockquote></div><br></div> ------=_Part_8936_15403067.1206018607599-- From [email protected] Mon Mar 24 11:10:55 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26939 invoked from network); 24 Mar 2008 11:10:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Mar 2008 11:10:55 -0000 Received: (qmail 18373 invoked by uid 500); 24 Mar 2008 11:10:53 -0000 Delivered-To: [email protected] Received: (qmail 18313 invoked by uid 500); 24 Mar 2008 11: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18302 invoked by uid 99); 24 Mar 2008 11:10:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 04:10: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 (nike.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, 24 Mar 2008 11:10:01 +0000 Received: by wr-out-0506.google.com with SMTP id 68so1643290wra.7 for <[email protected]>; Mon, 24 Mar 2008 04:10:11 -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:content-transfer-encoding:content-disposition; bh=PYiwcQYQPxpC4IZWG2ALjvyhedArIYJQXk5tj9uqeok=; b=FwC6KDmtLvCr++Eg1qMQjk2MWMtTdY7xqMuhTSp276V7zm+28rIWsjeofyC8x785pYvxCovh9CdPP65vaWF8RubtjvFklotnhpfdZiZij8Wm5bqFUE3hBBRPd7KtwyVNtqYpTCKS0YgFkTYuJlLeFyW92S+fiIxTKgzBXZnXQVo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QVk9pZX93JKq599sUes4vslu3Yt+JYRi3wDQLbbVdLolW7Fc1JurOaVCT+RuoYpQKvRUBtGmOQftrQGOhY3YapvpBgehMzD8YYEWGWewcamEtcMAeJUoL0X6V+iSKNBXgFpbNf7mNJWL9k4KfxO0jUNu6PfQnGXdCujTWi5rgyA= Received: by 161.129.204.104 with SMTP id g6mr3070568ybl.185.1206357010873; Mon, 24 Mar 2008 04:10:10 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 24 Mar 2008 04:10:10 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 24 Mar 2008 16:40:10 +0530 From: "Sagara Gunathunga" <[email protected]> To: [email protected] Subject: WSDLWriter - OM based implementation 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 John, With my last contribution, I have completed most of the necessary parts for DOM based WSDLWrter implementation, so please let me know, if have any issue or any future requirement regarding DOM Implementation. Meanwhile, I'm planning to start OM based implementation. AFAIK OM WSDLReader Use Axiom API, so I think we can use same API for OM WSDLWriter too. Also I think, first need to develop a OM Utility class to achieve functionality of DOM2Writer and and add some more functions to OMUtil class also ,I'm appreciates if you can provide your guidelines about this . thanka, Sagara Gunathunga Blog - ssagara.blogspot.com Web - http://sagaras.awardspace.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Mar 24 23:08:22 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16524 invoked from network); 24 Mar 2008 23:08:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Mar 2008 23:08:22 -0000 Received: (qmail 60479 invoked by uid 500); 24 Mar 2008 23:08:21 -0000 Delivered-To: [email protected] Received: (qmail 60452 invoked by uid 500); 24 Mar 2008 23:08: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 60441 invoked by uid 99); 24 Mar 2008 23:08:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 16:08:20 -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 qb-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 23:07:39 +0000 Received: by qb-out-0506.google.com with SMTP id e34so3383845qbe.6 for <[email protected]>; Mon, 24 Mar 2008 16:07:50 -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:in-reply-to:mime-version:content-type:references; bh=QyGUpwmODMJgSrmeeS3t74UeaD8OKTP38PVpwpQe45E=; b=FSbXZQowBnJ+YpkYDxMivOCPaT+vphojg+OS0cgMsXEK2tLBQA7rqOtPWnIXXYA3X7DyA+tXi5Kj1fuxDfcYAEkS3OU9mERibYA8G1rCzvG07mhnFkRBFdxWpxFpliyGIyFh+h44uoqGCOw5UIjxCFfMVypzFWb50QdBWDwedFM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=n8a/mAZ7dLsUMPiB4u5jl+Ofvz7R0rFLMHDdRDSbHm086G3qa24p/o7Ey3+KLjbV68uBt34HwSQzxgM/PMTTIEz8AaGycTesXuXJJjZ7Bw9Nc7MrkH1zSsALJZCStumZ+ZgjXcY1UpM2Bg9aui7WEd1GCkb98Eu/pi7k2ZGPhhQ= Received: by 161.129.204.104 with SMTP id q1mr12609155wal.64.1206400069508; Mon, 24 Mar 2008 16:07:49 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 24 Mar 2008 16:07:32 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 24 Mar 2008 23:07:32 +0000 From: "John Kaputin (gmail)" <[email protected]> To: [email protected] Subject: Re: WSDLWriter - OM based implementation In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15647_21732239.1206400069504" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_15647_21732239.1206400069504 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Sagara, I'm going to be travelling for the next week or two with limited time to work on Woden, but will finish reviewing the wsdl writer after that. thanks, John Kaputin. On 3/24/08, Sagara Gunathunga <[email protected]> wrote: > > Hi John, > With my last contribution, I have completed most of the necessary > parts for DOM based WSDLWrter implementation, so please let me know, > if have any issue or any future requirement regarding DOM > Implementation. > > Meanwhile, I'm planning to start OM based implementation. AFAIK OM > WSDLReader Use Axiom API, so I think we can use same API for OM > WSDLWriter too. > > Also I think, first need to develop a OM Utility class to achieve > functionality of DOM2Writer and and add some more functions to OMUtil > class also ,I'm appreciates if you can provide your guidelines about > this . > > > thanka, > > Sagara Gunathunga > > Blog - ssagara.blogspot.com > Web - http://sagaras.awardspace.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_15647_21732239.1206400069504 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div>Hi Sagara,</div> <div>I&#39;m going to be travelling for the next week or two with limited time to work on Woden, but will finish reviewing the wsdl writer after that.</div> <div>&nbsp;</div> <div>thanks,</div> <div>John Kaputin.<br><br>&nbsp;</div> <div><span class="gmail_quote">On 3/24/08, <b class="gmail_sendername">Sagara Gunathunga</b> &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:</span> <blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi John,<br>With my last contribution, I have completed most of the&nbsp;&nbsp; necessary<br>parts for&nbsp;&nbsp;DOM based WSDLWrter implementation, so please let me know,<br> if have any issue or any future requirement regarding DOM<br>Implementation.<br><br>Meanwhile, I&#39;m planning to start OM based implementation. AFAIK OM<br>WSDLReader&nbsp;&nbsp;Use Axiom API, so I think we can use same API for OM<br> WSDLWriter too.<br><br>Also I think, first need to develop a OM Utility class to achieve<br>functionality of DOM2Writer and and add some more functions to OMUtil<br>class also&nbsp;&nbsp;,I&#39;m appreciates if you can provide your guidelines about<br> this .<br><br><br>thanka,<br><br>Sagara Gunathunga<br><br>Blog - <a href="http://ssagara.blogspot.com">ssagara.blogspot.com</a><br>Web - <a href="http://sagaras.awardspace.com/">http://sagaras.awardspace.com/</a><br><br>---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href="mailto:[email protected]">[email protected]</a><br>For additional commands, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> <br></blockquote></div><br> ------=_Part_15647_21732239.1206400069504-- From [email protected] Tue Mar 25 03:34:40 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13423 invoked from network); 25 Mar 2008 03:34:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2008 03:34:40 -0000 Received: (qmail 21499 invoked by uid 500); 25 Mar 2008 03:34:38 -0000 Delivered-To: [email protected] Received: (qmail 21474 invoked by uid 500); 25 Mar 2008 03:34:38 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 21462 invoked by uid 99); 25 Mar 2008 03:34:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 20:34:38 -0700 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, 25 Mar 2008 03:33:46 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e2.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2P3Y68r021187 for <[email protected]>; Mon, 24 Mar 2008 23:34:06 -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 v8.7) with ESMTP id m2P3Y63F255418 for <[email protected]>; Mon, 24 Mar 2008 23:34:06 -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 m2P3Y5n2023129 for <[email protected]>; Mon, 24 Mar 2008 23:34:06 -0400 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2P3Y5OQ023126 for <[email protected]>; Mon, 24 Mar 2008 23:34:05 -0400 In-Reply-To: <[email protected]> To: [email protected] MIME-Version: 1.0 Subject: Re: WSDLWriter - OM based implementation X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Mon, 24 Mar 2008 23:34:03 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/24/2008 23:34:05, Serialize complete at 03/24/2008 23:34:05 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Hi Sagara, I took a look at your Web site. I see you have information about Woden. Thanks. One correction, Woden graduated from the incubator in Dec. 2007, and is now an Apache Web Services project. Lawrence "Sagara Gunathunga" <[email protected]> 03/24/2008 07:10 AM Please respond to [email protected] To [email protected] cc Subject WSDLWriter - OM based implementation Hi John, With my last contribution, I have completed most of the necessary parts for DOM based WSDLWrter implementation, so please let me know, if have any issue or any future requirement regarding DOM Implementation. Meanwhile, I'm planning to start OM based implementation. AFAIK OM WSDLReader Use Axiom API, so I think we can use same API for OM WSDLWriter too. Also I think, first need to develop a OM Utility class to achieve functionality of DOM2Writer and and add some more functions to OMUtil class also ,I'm appreciates if you can provide your guidelines about this . thanka, Sagara Gunathunga Blog - ssagara.blogspot.com Web - http://sagaras.awardspace.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] Tue Mar 25 03:34:40 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13446 invoked from network); 25 Mar 2008 03:34:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2008 03:34:40 -0000 Received: (qmail 21614 invoked by uid 500); 25 Mar 2008 03:34:39 -0000 Delivered-To: [email protected] Received: (qmail 21553 invoked by uid 500); 25 Mar 2008 03:34:39 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 21542 invoked by uid 99); 25 Mar 2008 03:34:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 20:34:39 -0700 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 e3.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 03:33:57 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e3.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2P3Y6tt013657 for <[email protected]>; Mon, 24 Mar 2008 23:34:06 -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 v8.7) with ESMTP id m2P3Y6OH273068 for <[email protected]>; Mon, 24 Mar 2008 23:34:06 -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 m2P3Y6lT023132 for <[email protected]>; Mon, 24 Mar 2008 23:34:06 -0400 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2P3Y5OR023126 for <[email protected]>; Mon, 24 Mar 2008 23:34:06 -0400 To: [email protected] MIME-Version: 1.0 Subject: 2008-03-25 Woden Status Call Cancelled X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Mon, 24 Mar 2008 23:34:03 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/24/2008 23:34:05, Serialize complete at 03/24/2008 23:34:05 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org I'm cancelling tomorrow's Woden status call as there aren't enough people available for the call. We haven't had a call in a few weeks now. Please update your status via the dev list. We have one burning issue of which I'm aware. Axis2 is planning its 1.4 release. Woden should release M8 before Axis2 1.4 as Axis2 depends on changes in Woden since the M7b release. I'll do my best to finish migrating the validation assertions to the new framework this week. That should make us functionally equivalent in the validation department but with the new validation framework. We can cut the M8 release next week and continue working after that. Any objections? Lawrence --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 25 04:44:05 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31718 invoked from network); 25 Mar 2008 04:44:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2008 04:44:05 -0000 Received: (qmail 80475 invoked by uid 500); 25 Mar 2008 04:44:04 -0000 Delivered-To: [email protected] Received: (qmail 80452 invoked by uid 500); 25 Mar 2008 04:44: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 80416 invoked by uid 99); 25 Mar 2008 04:44:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 21:44:03 -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 hs-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 04:43:23 +0000 Received: by hs-out-0708.google.com with SMTP id x43so3286066hsb.0 for <[email protected]>; Mon, 24 Mar 2008 21:43:34 -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:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=jqlhZX9KiC4OvC4Lc4anOXrcwLWgbRRgkmPyDzrgQpQ=; b=MIml2wLKxf3l0yNex1VCMsLOHzIJ/sN60sZK1cx48bxkEG0LMY9Cy0NfbSoN/2BgK0dy1kU5C+NLKp6Lvv6VhucTbVPdgCFcaFAmwBzzVwQTnDJpTEHnpS9VbIbc0nMTsT3KLCKm+uBZ+1j2cXu86Z9pWN1n3CemuSu3xeWnj7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=piW6WVO11c/S6YWeyCtIK6YHAzoAyMsUVJv14xjRFGb5PRxndBgzDJDsI2SM+vRhmSZ5zSx1pTy1QUYAp588Ogx5fm855Y58nmlr3p6G72z/FDTLNLF3nt7NKE+mtod/zMvhAHRWT2MxbDrBDGDfjOTYdIHMzQ+PebczdIZkzuQ= Received: by 161.129.204.104 with SMTP id g4mr20477387ang.49.1206420214468; Mon, 24 Mar 2008 21:43:34 -0700 (PDT) Received: from ?161.129.204.104? ( [161.129.204.104]) by mx.google.com with ESMTPS id d38sm12491968and.17.2161.129.204.104.43.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 Mar 2008 21:43:33 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 25 Mar 2008 00:43:26 -0400 From: Davanum Srinivas <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080213) MIME-Version: 1.0 To: [email protected], [email protected] Subject: Woden build break due to latest xmlschema X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ajith, FYI, - ------------------------------------------------------- ~ T E S T S - ------------------------------------------------------- Running org.apache.woden.tests.AllWodenTestsDOM Tests run: 287, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 24.863 sec &lt;&lt;&lt; FAILURE! Results : Tests in error: ~ testTestAssertionSchema1073(org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidatorTest) ~ testTestAssertionSchema1073b(org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidatorTest) - -- dims -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) iD8DBQFH6ILugNg6eWEDv1kRAqQ/AKDZVyU1q7zIjK7lHthpKw79U9l7bgCg4+9+ Boha8JaciBUBXhkhi3v9qBg= =kaiE -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 25 12:21:52 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87805 invoked from network); 25 Mar 2008 12:21:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2008 12:21:52 -0000 Received: (qmail 83644 invoked by uid 500); 25 Mar 2008 12:21:51 -0000 Delivered-To: [email protected] Received: (qmail 83630 invoked by uid 500); 25 Mar 2008 12:21:51 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 83599 invoked by uid 99); 25 Mar 2008 12:21:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 05:21:51 -0700 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 e1.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 12:21:09 +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 m2PCLI78021811 for <[email protected]>; Tue, 25 Mar 2008 08:21:18 -0400 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 m2PCLIQ21084762 for <[email protected]>; Tue, 25 Mar 2008 08:21:18 -0400 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 m2PCLINa031947 for <[email protected]>; Tue, 25 Mar 2008 08:21:18 -0400 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [161.129.204.104]) by d01av04.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2PCLIEl031940 for <[email protected]>; Tue, 25 Mar 2008 08:21:18 -0400 In-Reply-To: <[email protected]> To: [email protected] Cc: [email protected] Subject: Re: 2008-03-25 Woden Status Call Cancelled MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Arthur Ryman <[email protected]> Message-ID: <[email protected]> Date: Tue, 25 Mar 2008 08:21:16 -0400 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/25/2008 08:21:18, Serialize complete at 03/25/2008 08:21:18 Content-Type: multipart/alternative; boundary="=_alternative 0043C64785257417_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 0043C64785257417_= Content-Type: text/plain; charset="US-ASCII" Lawrence, Can we do any testing with Axis2 to confirm that we haven't broken any interfaces? Arthur Ryman, Technical Executive (IBM DE) Project and Program Management, Rational Division phone: (986)785-2965, TL 313-3077 assistant: (986)785-2965, TL 313-3831 fax: (986)785-2965, TL 313-4920 mobile: (986)785-2965 Lawrence Mandel/Toronto/IBM@IBMCA 03/24/2008 11:34 PM Please respond to [email protected] To [email protected] cc Subject 2008-03-25 Woden Status Call Cancelled I'm cancelling tomorrow's Woden status call as there aren't enough people available for the call. We haven't had a call in a few weeks now. Please update your status via the dev list. We have one burning issue of which I'm aware. Axis2 is planning its 1.4 release. Woden should release M8 before Axis2 1.4 as Axis2 depends on changes in Woden since the M7b release. I'll do my best to finish migrating the validation assertions to the new framework this week. That should make us functionally equivalent in the validation department but with the new validation framework. We can cut the M8 release next week and continue working after that. Any objections? Lawrence --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --=_alternative 0043C64785257417_= Content-Type: text/html; charset="US-ASCII" <br><font size=2 face="sans-serif">Lawrence,</font> <br> <br><font size=2 face="sans-serif">Can we do any testing with Axis2 to confirm that we haven't broken any interfaces?</font> <br> <br><font size=2 face="sans-serif">Arthur Ryman, Technical Executive (IBM DE)<br> Project and Program Management, Rational Division<br> <br> phone: &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-3077<br> assistant: (986)785-2965, TL 313-3831<br> fax: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-4920<br> mobile: &nbsp; &nbsp; (986)785-2965</font> <br> <br> <br> <table width=100%> <tr valign=top> <td width=40%><font size=1 face="sans-serif"><b>Lawrence Mandel/Toronto/IBM@IBMCA</b> </font> <p><font size=1 face="sans-serif">03/24/2008 11:34 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">2008-03-25 Woden Status Call Cancelled</font></table> <br> <table> <tr valign=top> <td> <td></table> <br></table> <br> <br> <br><tt><font size=2>I'm cancelling tomorrow's Woden status call as there aren't enough people <br> available for the call. We haven't had a call in a few weeks now. Please <br> update your status via the dev list.<br> <br> We have one burning issue of which I'm aware. Axis2 is planning its 1.4 <br> release. Woden should release M8 before Axis2 1.4 as Axis2 depends on <br> changes in Woden since the M7b release. I'll do my best to finish <br> migrating the validation assertions to the new framework this week. That <br> should make us functionally equivalent in the validation department but <br> with the new validation framework. We can cut the M8 release next week and <br> continue working after that. Any objections?<br> <br> Lawrence<br> <br> <br> <br> ---------------------------------------------------------------------<br> To unsubscribe, e-mail: [email protected]<br> For additional commands, e-mail: [email protected]<br> <br> </font></tt> <br> --=_alternative 0043C64785257417_=-- From [email protected] Tue Mar 25 12:43:37 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93882 invoked from network); 25 Mar 2008 12:43:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2008 12:43:37 -0000 Received: (qmail 16259 invoked by uid 500); 25 Mar 2008 12:43:35 -0000 Delivered-To: [email protected] Received: (qmail 16237 invoked by uid 500); 25 Mar 2008 12:43:35 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 16226 invoked by uid 99); 25 Mar 2008 12:43:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 05:43:35 -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 fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 12:42:56 +0000 Received: by fg-out-1718.google.com with SMTP id 13so4714901fge.14 for <[email protected]>; Tue, 25 Mar 2008 05:43:06 -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=mfLSOmuRJRHrGDdqPtE0PZTEG4svuJ87zEZxC6SQB8E=; b=CtSACpYEGriF20ZpSLvM6eTXPrBN9QBU1gg6Rc4NNiEVnPT9gxznuKuxM1IPIq8eH8jH+Hq/fg3FZ+OHpGxkT1ozaRTmlCKYcv/Ylo37NEXKSjPcQbXy1hqqsq4kFuwsIOoNYzqn9G6o0KGNQNFD0RTui2sqsf6Z/Hlo9RkdDKM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=Yies29grK1jG3LxnMFFnhnbw57HO49j0oy+PzciSN3WWbPcOxG5moT8hv9O3/52HIfdZPQcHbjwyWGTBNfga5m4wK1Aoj2SPJteIfSgDH4ZwdrKGuqMLZDuu8iRZD7P/lX0aaDx8LQQ3OonobFsw9ZA7GELDL9KgA0QNh2SkWvs= Received: by 161.129.204.104 with SMTP id t15mr20679999buc.31.1206448986404; Tue, 25 Mar 2008 05:43:06 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 25 Mar 2008 05:43:06 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 25 Mar 2008 12:43:06 +0000 From: "Jeremy Hughes" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: 2008-03-25 Woden Status Call Cancelled In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13859_9334896.1206448986396" References: <[email protected]> <[email protected]> X-Google-Sender-Auth: ac667ec7b9084256 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_13859_9334896.1206448986396 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Arthur, I believe the Axis2 build + unit testing should cover us for this. They're running those tests pretty frequently at the moment as you can imagine. Jeremy On 25/03/2008, Arthur Ryman <[email protected]> wrote: > > > Lawrence, > > Can we do any testing with Axis2 to confirm that we haven't broken any > interfaces? > > Arthur Ryman, Technical Executive (IBM DE) > Project and Program Management, Rational Division > > phone: (986)785-2965, TL 313-3077 > assistant: (986)785-2965, TL 313-3831 > fax: (986)785-2965, TL 313-4920 > mobile: (986)785-2965 > > > *Lawrence Mandel/Toronto/IBM@IBMCA* > > 03/24/2008 11:34 PM Please respond to > [email protected] > > To > [email protected] cc > > Subject > 2008-03-25 Woden Status Call Cancelled > > > > > > > I'm cancelling tomorrow's Woden status call as there aren't enough people > available for the call. We haven't had a call in a few weeks now. Please > update your status via the dev list. > > We have one burning issue of which I'm aware. Axis2 is planning its 1.4 > release. Woden should release M8 before Axis2 1.4 as Axis2 depends on > changes in Woden since the M7b release. I'll do my best to finish > migrating the validation assertions to the new framework this week. That > should make us functionally equivalent in the validation department but > with the new validation framework. We can cut the M8 release next week and > > continue working after that. Any objections? > > Lawrence > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > ------=_Part_13859_9334896.1206448986396 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Arthur,<br><br>I believe the Axis2 build + unit testing should cover us for this. They&#39;re running those tests pretty frequently at the moment as you can imagine.<br><br>Jeremy<br><br><div><span class="gmail_quote">On 25/03/2008, <b class="gmail_sendername">Arthur Ryman</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;"> <br><font face="sans-serif" size="2">Lawrence,</font> <br> <br><font face="sans-serif" size="2">Can we do any testing with Axis2 to confirm that we haven&#39;t broken any interfaces?</font> <br> <br><font face="sans-serif" size="2">Arthur Ryman, Technical Executive (IBM DE)<br> Project and Program Management, Rational Division<br> <br> phone: &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-3077<br> assistant: (986)785-2965, TL 313-3831<br> fax: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-4920<br> mobile: &nbsp; &nbsp; (986)785-2965</font> <br> <br> <br> <table width="100%"> <tbody><tr valign="top"> <td width="40%"><font face="sans-serif" size="1"><b>Lawrence Mandel/Toronto/IBM@IBMCA</b> </font> <p><font face="sans-serif" size="1">03/24/2008 11:34 PM</font> <table border="1"> <tbody><tr valign="top"> <td bgcolor="white"> <div align="center"><font face="sans-serif" size="1">Please respond to<br> <a href="mailto:[email protected]" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">[email protected]</a></font></div></td></tr></tbody></table> <br> </p></td><td width="59%"> <table width="100%"> <tbody><tr valign="top"> <td> <div align="right"><font face="sans-serif" size="1">To</font></div> </td><td><font face="sans-serif" size="1"><a href="mailto:[email protected]" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">[email protected]</a></font> </td></tr><tr valign="top"> <td> <div align="right"><font face="sans-serif" size="1">cc</font></div> </td><td> <br></td></tr><tr valign="top"> <td> <div align="right"><font face="sans-serif" size="1">Subject</font></div> </td><td><font face="sans-serif" size="1">2008-03-25 Woden Status Call Cancelled</font></td></tr></tbody></table> <br> <table> <tbody><tr valign="top"> <td> <br></td><td><br></td></tr></tbody></table> <br></td></tr></tbody></table><div><span class="e" id="q_118e5e32cf31748d_1"> <br> <br> <br><tt><font size="2">I&#39;m cancelling tomorrow&#39;s Woden status call as there aren&#39;t enough people <br> available for the call. We haven&#39;t had a call in a few weeks now. Please <br> update your status via the dev list.<br> <br> We have one burning issue of which I&#39;m aware. Axis2 is planning its 1.4 <br> release. Woden should release M8 before Axis2 1.4 as Axis2 depends on <br> changes in Woden since the M7b release. I&#39;ll do my best to finish <br> migrating the validation assertions to the new framework this week. That <br> should make us functionally equivalent in the validation department but <br> with the new validation framework. We can cut the M8 release next week and <br> continue working after that. Any objections?<br> <br> Lawrence<br> <br> <br> <br> ---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href="mailto:[email protected]" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">[email protected]</a><br> For additional commands, e-mail: <a href="mailto:[email protected]" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">[email protected]</a><br> <br> </font></tt> <br></span></div></blockquote></div><br> ------=_Part_13859_9334896.1206448986396-- From [email protected] Tue Mar 25 12:44:18 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94130 invoked from network); 25 Mar 2008 12:44:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2008 12:44:18 -0000 Received: (qmail 20498 invoked by uid 500); 25 Mar 2008 12:44:15 -0000 Delivered-To: [email protected] Received: (qmail 20477 invoked by uid 500); 25 Mar 2008 12:44:15 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 20452 invoked by uid 500); 25 Mar 2008 12:44:15 -0000 Delivered-To: [email protected] Received: (qmail 20444 invoked by uid 99); 25 Mar 2008 12:44:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 05: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 eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 12:43:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D43561A9832; Tue, 25 Mar 2008 05:43:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r640790 - /webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java Date: Tue, 25 Mar 2008 12:43:53 -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: dims Date: Tue Mar 25 05:43:38 2008 New Revision: 640790 URL: http://svn.apache.org/viewvc?rev=640790&view=rev Log: get past a build break from xmlschema, it throws errors now on namespace conflicts Modified: webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java Modified: webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java?rev=640790&r1=640789&r2=640790&view=diff ============================================================================== --- webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java (original) +++ webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java Tue Mar 25 05:43:38 2008 @@ -477,7 +477,8 @@ Document schemaDoc2 = builder.getDocument(); XmlSchemaCollection xsc = new XmlSchemaCollection(); XmlSchema xs1 = xsc.read(schemaDoc1.getDocumentElement()); - XmlSchema xs2 = xsc.read(schemaDoc2.getDocumentElement()); + XmlSchemaCollection xsc2 = new XmlSchemaCollection(); + XmlSchema xs2 = xsc2.read(schemaDoc2.getDocumentElement()); inlinedSchemas[0].setSchemaDefinition(xs1); inlinedSchemas[1].setSchemaDefinition(xs2); if(val.testAssertionSchema1073(inlinedSchemas, reporter)) @@ -718,7 +719,8 @@ Document schemaDoc2 = builder.getDocument(); XmlSchemaCollection xsc = new XmlSchemaCollection(); XmlSchema xs1 = xsc.read(schemaDoc1.getDocumentElement()); - XmlSchema xs2 = xsc.read(schemaDoc2.getDocumentElement()); + XmlSchemaCollection xsc2 = new XmlSchemaCollection(); + XmlSchema xs2 = xsc2.read(schemaDoc2.getDocumentElement()); inlinedSchemas[0].setSchemaDefinition(xs1); inlinedSchemas[1].setSchemaDefinition(xs2); if(val.testAssertionSchema1073(inlinedSchemas, reporter)) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 25 12:45:49 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95183 invoked from network); 25 Mar 2008 12:45:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2008 12:45:49 -0000 Received: (qmail 25813 invoked by uid 500); 25 Mar 2008 12:45:48 -0000 Delivered-To: [email protected] Received: (qmail 25799 invoked by uid 500); 25 Mar 2008 12:45:48 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 25788 invoked by uid 99); 25 Mar 2008 12:45:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 05:45:48 -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 hs-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 12:45:08 +0000 Received: by hs-out-0708.google.com with SMTP id x43so3441443hsb.0 for <[email protected]>; Tue, 25 Mar 2008 05:45:19 -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:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=vEgnfHgcCitkNHMqSgt6fgaThQFCUvLHZmwLwV2/y8Y=; b=OYZX9UtTrfXTxm9Qe8PIv88JKkRuEwCRCVnxAyrHd+DlLok+mqtgAw/v0eV8MFn7btQSQpT/fJQ18fbTqLsj9FcVoWHpeLIip+I6gkm3uLjfw4XH5EjVRGzOMpDJFerFiiB3Mvd9Tckx3WWUG4Z3ABESK8qrvF1NjebGJE5XzYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=WGdOhMgcatIMghzy4YaHJ0hERb/XEfGA7Crx6/0gA5d6uerfJjYkbq1IHxijkwR2DbQ04+DYnNZUPiFcRm8fgxcgc9evy4Rg53ytc0UtNx3KnGMrZRDyWHNA8Bi5+aOg4omuwyl4nORDrJ0h4wpslWJWjwUBiteXzLzRqTYLd8M= Received: by 161.129.204.104 with SMTP id o4mr21023849ano.1.1206449119202; Tue, 25 Mar 2008 05:45:19 -0700 (PDT) Received: from ?161.129.204.104? ( [161.129.204.104]) by mx.google.com with ESMTPS id 39sm11581317agb.16.2161.129.204.104.45.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 25 Mar 2008 05:45:18 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 25 Mar 2008 08:45:10 -0400 From: Davanum Srinivas <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080213) MIME-Version: 1.0 To: [email protected] Subject: Fix build break caused by xmlschema X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Folks, FYI, please check svn revision 640790. thanks, dims -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) iD8DBQFH6PPWgNg6eWEDv1kRAp56AJ95aMSKlyjR2dbbHsvjuyc5hhin2gCfXpJh Jx5okUjCMjJhj2+glF0qPkY= =Ua4A -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 25 13:38:39 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22710 invoked from network); 25 Mar 2008 13:38:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2008 13:38:39 -0000 Received: (qmail 32097 invoked by uid 500); 25 Mar 2008 13:38:38 -0000 Delivered-To: [email protected] Received: (qmail 32035 invoked by uid 500); 25 Mar 2008 13:38:38 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 32024 invoked by uid 99); 25 Mar 2008 13:38:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 06:38:37 -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 hu-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 13:37:58 +0000 Received: by hu-out-0506.google.com with SMTP id 23so1939811huc.3 for <[email protected]>; Tue, 25 Mar 2008 06:38:08 -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:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=mdaHVM3eOt0/vspkyewxJ8xIKh6fQcKm4xthGEnWXg0=; b=j8eQLIwotJudFyDm3z/ggQVmK+XSOILQKLFKxaomjshMZWcLtTD56zHBxxwXAfDCvobXUszMRu49eQStpI6yrSVnxl7vkLWV9CZKJvut0b15jqEMCpM6nDLfoh6LYzkWJH11NHCd7Ugb+k0dQFRisX4kACkPjDnhsHx0r9cZj9o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=rYwVLOKyZFc2CVB099944ErDZpGm5uRNHol+6v9QsDZYJi6i+KlzeaJLuPjYjdYc3jMzUd4hlcS/4Qao/+URanAfVuaWU8+tqlK1T9XifyaAylAQfxEQkeZ+arKwuGR85TX/sYmfwIyZ0hJ0kE3n+b29h36Lh07aQaY2j4JWPy8= Received: by 161.129.204.104 with SMTP id x17mr20962678bue.19.1206452288784; Tue, 25 Mar 2008 06:38:08 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 25 Mar 2008 06:38:08 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 25 Mar 2008 13:38:08 +0000 From: "Jeremy Hughes" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: svn commit: r640790 - /webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java 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-Google-Sender-Auth: 0599fb032f1fa9a0 X-Virus-Checked: Checked by ClamAV on apache.org Hi Dims, presumably this is because XmlSchema has tightened up the XmlSchemaCollection. Looks reasonable. Thanks for making the change. Jeremy On 25/03/2008, [email protected] <[email protected]> wrote: > Author: dims > Date: Tue Mar 25 05:43:38 2008 > New Revision: 640790 > > URL: http://svn.apache.org/viewvc?rev=640790&view=rev > Log: > get past a build break from xmlschema, it throws errors now on namespace conflicts > > Modified: > webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java > > Modified: webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java > URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java?rev=640790&r1=640789&r2=640790&view=diff > ============================================================================== > --- webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java (original) > +++ webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/validation/WSDLDocumentValidatorTest.java Tue Mar 25 05:43:38 2008 > @@ -477,7 +477,8 @@ > Document schemaDoc2 = builder.getDocument(); > XmlSchemaCollection xsc = new XmlSchemaCollection(); > XmlSchema xs1 = xsc.read(schemaDoc1.getDocumentElement()); > - XmlSchema xs2 = xsc.read(schemaDoc2.getDocumentElement()); > + XmlSchemaCollection xsc2 = new XmlSchemaCollection(); > + XmlSchema xs2 = xsc2.read(schemaDoc2.getDocumentElement()); > inlinedSchemas[0].setSchemaDefinition(xs1); > inlinedSchemas[1].setSchemaDefinition(xs2); > if(val.testAssertionSchema1073(inlinedSchemas, reporter)) > @@ -718,7 +719,8 @@ > Document schemaDoc2 = builder.getDocument(); > XmlSchemaCollection xsc = new XmlSchemaCollection(); > XmlSchema xs1 = xsc.read(schemaDoc1.getDocumentElement()); > - XmlSchema xs2 = xsc.read(schemaDoc2.getDocumentElement()); > + XmlSchemaCollection xsc2 = new XmlSchemaCollection(); > + XmlSchema xs2 = xsc2.read(schemaDoc2.getDocumentElement()); > inlinedSchemas[0].setSchemaDefinition(xs1); > inlinedSchemas[1].setSchemaDefinition(xs2); > if(val.testAssertionSchema1073(inlinedSchemas, reporter)) > > > > --------------------------------------------------------------------- > 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 Mar 25 13:47:57 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25828 invoked from network); 25 Mar 2008 13:47:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2008 13:47:57 -0000 Received: (qmail 51278 invoked by uid 500); 25 Mar 2008 13:47:56 -0000 Delivered-To: [email protected] Received: (qmail 51214 invoked by uid 500); 25 Mar 2008 13:47:56 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 51203 invoked by uid 99); 25 Mar 2008 13:47:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 06:47: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO po-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 13:47:17 +0000 Received: by po-out-1718.google.com with SMTP id y22so5780503pof.3 for <[email protected]>; Tue, 25 Mar 2008 06:47:29 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=DC3t9Bw/igRi0JD/4Fri9ZzgWXjWazeUQ3976XmeIdM=; b=Vs/AZm63dRRZiP76EgRvnSYGqNrDpoL0p2XSs6dvaV8KF8MeQSDZg+6StZOusqitykrI5w1P8H9pctyksVhBKHZix77XJjrl7KAvnrCBjmzMPmItgI439pKJNbl/DvfF+qE87e1+ZIGm8eJvh1e/IwqeQqNk9i1+YwthojcnVzo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a/zHg7FNd4QIWgoWFWjDDW+0hppgVIlST6Kai492lCqHfNHRbZ36vdpsEDNrJg8h2W82ZDTUx30jVMqwnQCbQYV61srDQnPZbbOWS+lR+xlxzPfX/nTTQdSvw46cPMyBU54FLw9rrPXfT4racV43rtDmrUZnlgNs39FxBpbJ+L4= Received: by 161.129.204.104 with SMTP id p8mr2749543tib.20.1206452848149; Tue, 25 Mar 2008 06:47:28 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 25 Mar 2008 06:47:27 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 25 Mar 2008 09:47:27 -0400 From: "Ajith Ranabahu" <[email protected]> To: [email protected] Subject: Re: Woden build break due to latest xmlschema Cc: [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 References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the tip Dims, I'll look into it. I suppose this is the woden trunk ? On Tue, Mar 25, 2008 at 12:43 AM, Davanum Srinivas <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ajith, > > FYI, > > - ------------------------------------------------------- > ~ T E S T S > - ------------------------------------------------------- > Running org.apache.woden.tests.AllWodenTestsDOM > Tests run: 287, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 24.863 sec &lt;&lt;&lt; FAILURE! > > Results : > > Tests in error: > ~ testTestAssertionSchema1073(org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidatorTest) > ~ testTestAssertionSchema1073b(org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidatorTest) > > > - -- dims > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Cygwin) > > iD8DBQFH6ILugNg6eWEDv1kRAqQ/AKDZVyU1q7zIjK7lHthpKw79U9l7bgCg4+9+ > Boha8JaciBUBXhkhi3v9qBg= > =kaiE > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Ajith Ranabahu Reading, after a certain age, diverts the mind too much from its creative pursuits. Any man who reads too much and uses his own brain too little falls into lazy habits of thinking - Albert Einstein --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 25 13:55:07 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29170 invoked from network); 25 Mar 2008 13:55:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2008 13:55:07 -0000 Received: (qmail 73965 invoked by uid 500); 25 Mar 2008 13:55:06 -0000 Delivered-To: [email protected] Received: (qmail 73948 invoked by uid 500); 25 Mar 2008 13:55: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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 73936 invoked by uid 99); 25 Mar 2008 13:55:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 06:55:06 -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 ti-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 13:54:26 +0000 Received: by ti-out-0910.google.com with SMTP id d10so948107tib.18 for <[email protected]>; Tue, 25 Mar 2008 06:54:37 -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:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=PpkHC2PnjJFbRz64JfLTds3aTP6+Itspx3F5PStdM1M=; b=r/rHECL4k61SJ5jxJcItMJLIIRJUgYOt55Eilqa6aOE8DGMBIQBI39IJvh/HSB6hMxUdf/Rpsji/2EcgbD4s3siEJJZwKDagCBnihQlEbg+/fh1TDH8Tsnj9L5rWKE1++SlQOrzNsT9zzrNwWYcrcbvG74LCetNpmpmUyBcgB0U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=QfjyUqv0yZwDYsawcF0S3VBv1jb0GvDVGQKjASXMy1lTJD9tDPokXGV5g3Qc19Q7CogZicFV0o73yIuJPpqcEI8XvErV7ctCD137NzkArcczAE6RjaWhPqaJ2/yORzKeH0HRqGYD8bf096TMYntPPlEVL6A+/9+RBcAGkHmjsUM= Received: by 161.129.204.104 with SMTP id p7mr4025589ybf.21.1206453276080; Tue, 25 Mar 2008 06:54:36 -0700 (PDT) Received: from ?161.129.204.104? ( [161.129.204.104]) by mx.google.com with ESMTPS id m10sm3345571rnd.11.2161.129.204.104.54.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 25 Mar 2008 06:54:34 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 25 Mar 2008 09:54:21 -0400 From: Davanum Srinivas <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080213) MIME-Version: 1.0 To: [email protected] CC: [email protected] Subject: Re: Woden build break due to latest xmlschema References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ajith, Already fixed. Don't worry. - -- dims Ajith Ranabahu wrote: | Thanks for the tip Dims, I'll look into it. I suppose this is the woden trunk ? | | On Tue, Mar 25, 2008 at 12:43 AM, Davanum Srinivas <[email protected]> wrote: |> -----BEGIN PGP SIGNED MESSAGE----- |> Hash: SHA1 |> |> Ajith, |> |> FYI, |> |> - ------------------------------------------------------- |> ~ T E S T S |> - ------------------------------------------------------- |> Running org.apache.woden.tests.AllWodenTestsDOM |> Tests run: 287, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 24.863 sec &lt;&lt;&lt; FAILURE! |> |> Results : |> |> Tests in error: |> ~ testTestAssertionSchema1073(org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidatorTest) |> ~ testTestAssertionSchema1073b(org.apache.woden.internal.wsdl20.validation.WSDLDocumentValidatorTest) |> |> |> - -- dims |> -----BEGIN PGP SIGNATURE----- |> Version: GnuPG v1.4.5 (Cygwin) |> |> iD8DBQFH6ILugNg6eWEDv1kRAqQ/AKDZVyU1q7zIjK7lHthpKw79U9l7bgCg4+9+ |> Boha8JaciBUBXhkhi3v9qBg= |> =kaiE |> -----END PGP SIGNATURE----- |> |> --------------------------------------------------------------------- |> To unsubscribe, e-mail: [email protected] |> For additional commands, e-mail: [email protected] |> |> | | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) iD8DBQFH6QQMgNg6eWEDv1kRAiPDAKDxhQ4usZUTyrARf/vhWk8gTTngmgCfWRYZ bHpKdrEk1mI7hSPINnXQlTY= =ae6q -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Mar 25 19:19:12 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99891 invoked from network); 25 Mar 2008 19:19:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2008 19:19:12 -0000 Received: (qmail 91369 invoked by uid 500); 25 Mar 2008 19:19:11 -0000 Delivered-To: [email protected] Received: (qmail 91351 invoked by uid 500); 25 Mar 2008 19:19: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 91340 invoked by uid 99); 25 Mar 2008 19:19:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 12:19:11 -0700 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 (nike.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; Tue, 25 Mar 2008 19:18:20 +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 m2PJIdY8031234 for <[email protected]>; Tue, 25 Mar 2008 15:18:39 -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 v8.7) with ESMTP id m2PJIdKF238764 for <[email protected]>; Tue, 25 Mar 2008 15:18:39 -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 m2PJId0I030905 for <[email protected]>; Tue, 25 Mar 2008 15:18:39 -0400 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2PJIdIA030872; Tue, 25 Mar 2008 15:18:39 -0400 In-Reply-To: <[email protected]> To: [email protected] Cc: [email protected], [email protected] Subject: Re: 2008-03-25 Woden Status Call Cancelled MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Arthur Ryman <[email protected]> Message-ID: <[email protected]> Date: Tue, 25 Mar 2008 15:18:36 -0400 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/25/2008 15:18:38, Serialize complete at 03/25/2008 15:18:38 Content-Type: multipart/alternative; boundary="=_alternative 00698D6A85257417_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 00698D6A85257417_= Content-Type: text/plain; charset="US-ASCII" Jeremy, Are they picking up M7 or our latest dev builds? If they are just using M7, we should try to build and test Axis2 with our M8 candidate. We wouldn't want to break them. Arthur Ryman, Technical Executive (IBM DE) Project and Program Management, Rational Division phone: (986)785-2965, TL 313-3077 assistant: (986)785-2965, TL 313-3831 fax: (986)785-2965, TL 313-4920 mobile: (986)785-2965 "Jeremy Hughes" <[email protected]> Sent by: [email protected] 03/25/2008 08:43 AM Please respond to [email protected] To [email protected] cc Subject Re: 2008-03-25 Woden Status Call Cancelled Hi Arthur, I believe the Axis2 build + unit testing should cover us for this. They're running those tests pretty frequently at the moment as you can imagine. Jeremy On 25/03/2008, Arthur Ryman <[email protected]> wrote: Lawrence, Can we do any testing with Axis2 to confirm that we haven't broken any interfaces? Arthur Ryman, Technical Executive (IBM DE) Project and Program Management, Rational Division phone: (986)785-2965, TL 313-3077 assistant: (986)785-2965, TL 313-3831 fax: (986)785-2965, TL 313-4920 mobile: (986)785-2965 Lawrence Mandel/Toronto/IBM@IBMCA 03/24/2008 11:34 PM Please respond to [email protected] To [email protected] cc Subject 2008-03-25 Woden Status Call Cancelled I'm cancelling tomorrow's Woden status call as there aren't enough people available for the call. We haven't had a call in a few weeks now. Please update your status via the dev list. We have one burning issue of which I'm aware. Axis2 is planning its 1.4 release. Woden should release M8 before Axis2 1.4 as Axis2 depends on changes in Woden since the M7b release. I'll do my best to finish migrating the validation assertions to the new framework this week. That should make us functionally equivalent in the validation department but with the new validation framework. We can cut the M8 release next week and continue working after that. Any objections? Lawrence --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --=_alternative 00698D6A85257417_= Content-Type: text/html; charset="US-ASCII" <br><font size=2 face="sans-serif">Jeremy,</font> <br> <br><font size=2 face="sans-serif">Are they picking up M7 or our latest dev builds? If they are just using M7, we should try to build and test Axis2 with our M8 candidate. We wouldn't want to break them.</font> <br> <br><font size=2 face="sans-serif">Arthur Ryman, Technical Executive (IBM DE)<br> Project and Program Management, Rational Division<br> <br> phone: &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-3077<br> assistant: (986)785-2965, TL 313-3831<br> fax: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-4920<br> mobile: &nbsp; &nbsp; (986)785-2965</font> <br> <br> <br> <table width=100%> <tr valign=top> <td width=40%><font size=1 face="sans-serif"><b>&quot;Jeremy Hughes&quot; &lt;[email protected]&gt;</b> </font> <br><font size=1 face="sans-serif">Sent by: [email protected]</font> <p><font size=1 face="sans-serif">03/25/2008 08:43 AM</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">Re: 2008-03-25 Woden Status Call Cancelled</font></table> <br> <table> <tr valign=top> <td> <td></table> <br></table> <br> <br> <br><font size=3>Hi Arthur,<br> <br> I believe the Axis2 build + unit testing should cover us for this. They're running those tests pretty frequently at the moment as you can imagine.<br> <br> Jeremy<br> </font> <br><font size=3>On 25/03/2008, <b>Arthur Ryman</b> &lt;</font><a href=mailto:[email protected]><font size=3 color=blue><u>[email protected]</u></font></a><font size=3>&gt; wrote:</font> <br><font size=2 face="sans-serif"><br> Lawrence,</font><font size=3> <br> </font><font size=2 face="sans-serif"><br> Can we do any testing with Axis2 to confirm that we haven't broken any interfaces?</font><font size=3> <br> </font><font size=2 face="sans-serif"><br> Arthur Ryman, Technical Executive (IBM DE)<br> Project and Program Management, Rational Division<br> <br> phone: &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-3077<br> assistant: (986)785-2965, TL 313-3831<br> fax: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-4920<br> mobile: &nbsp; &nbsp; (986)785-2965</font><font size=3> <br> <br> </font> <table width=100%> <tr valign=top> <td width=49%><font size=1 face="sans-serif"><b>Lawrence Mandel/Toronto/IBM@IBMCA</b> </font> <p><font size=1 face="sans-serif">03/24/2008 11:34 PM</font><font size=3> </font> <br> <table border=4 width=100%> <tr valign=top> <td width=100% bgcolor=white> <div align=center><font size=1 face="sans-serif">Please respond to</font><font size=1 color=blue face="sans-serif"><u><br> </u></font><a href="mailto:[email protected]" target=_blank><font size=1 color=blue face="sans-serif"><u>[email protected]</u></font></a></div></table> <p> <td width=50%> <br> <table width=100%> <tr valign=top> <td width=16%> <div align=right><font size=1 face="sans-serif">To</font></div> <td width=83%><a href="mailto:[email protected]" target=_blank><font size=1 color=blue face="sans-serif"><u>[email protected]</u></font></a><font size=3> </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">2008-03-25 Woden Status Call Cancelled</font></table> <br> <br> <table width=100%> <tr valign=top> <td width=50%> <td width=50%></table> <br></table> <br><font size=3><br> <br> </font><tt><font size=2><br> I'm cancelling tomorrow's Woden status call as there aren't enough people <br> available for the call. We haven't had a call in a few weeks now. Please <br> update your status via the dev list.<br> <br> We have one burning issue of which I'm aware. Axis2 is planning its 1.4 <br> release. Woden should release M8 before Axis2 1.4 as Axis2 depends on <br> changes in Woden since the M7b release. I'll do my best to finish <br> migrating the validation assertions to the new framework this week. That <br> should make us functionally equivalent in the validation department but <br> with the new validation framework. We can cut the M8 release next week and <br> continue working after that. Any objections?<br> <br> Lawrence<br> <br> <br> <br> ---------------------------------------------------------------------<br> To unsubscribe, e-mail: </font></tt><a href="mailto:[email protected]" target=_blank><tt><font size=2 color=blue><u>[email protected]</u></font></tt></a><tt><font size=2><br> For additional commands, e-mail: </font></tt><a href="mailto:[email protected]" target=_blank><tt><font size=2 color=blue><u>[email protected]</u></font></tt></a><tt><font size=2><br> </font></tt><font size=3><br> </font> <br> <br> --=_alternative 00698D6A85257417_=-- From [email protected] Wed Mar 26 02:53:55 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86831 invoked from network); 26 Mar 2008 02:53:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2008 02:53:55 -0000 Received: (qmail 1489 invoked by uid 500); 26 Mar 2008 02:53:53 -0000 Delivered-To: [email protected] Received: (qmail 1469 invoked by uid 500); 26 Mar 2008 02:53:52 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 1458 invoked by uid 99); 26 Mar 2008 02:53:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 19:53:52 -0700 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; Wed, 26 Mar 2008 02:53:01 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e1.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2Q2rLv5020793 for <[email protected]>; Tue, 25 Mar 2008 22:53:21 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2Q2rLFm211732 for <[email protected]>; Tue, 25 Mar 2008 22:53:21 -0400 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 m2Q2rLdE023072 for <[email protected]>; Tue, 25 Mar 2008 22:53:21 -0400 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av04.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2Q2rKX1023062 for <[email protected]>; Tue, 25 Mar 2008 22:53:21 -0400 In-Reply-To: <[email protected]> To: [email protected] Cc: [email protected] MIME-Version: 1.0 Subject: Re: 2008-03-25 Woden Status Call Cancelled X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Tue, 25 Mar 2008 22:53:19 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/25/2008 22:53:20, Serialize complete at 03/25/2008 22:53:20 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Arthur, Axis2 currently picks up Woden's nightly builds. We've been very good about testing the Axis2 build before releasing breaking changes to the Woden API. According to the builds nothing is currently broken. Lawrence Arthur Ryman/Toronto/IBM@IBMCA 03/25/2008 03:18 PM Please respond to [email protected] To [email protected] cc [email protected], [email protected] Subject Re: 2008-03-25 Woden Status Call Cancelled Jeremy, Are they picking up M7 or our latest dev builds? If they are just using M7, we should try to build and test Axis2 with our M8 candidate. We wouldn't want to break them. Arthur Ryman, Technical Executive (IBM DE) Project and Program Management, Rational Division phone: (986)785-2965, TL 313-3077 assistant: (986)785-2965, TL 313-3831 fax: (986)785-2965, TL 313-4920 mobile: (986)785-2965 "Jeremy Hughes" <[email protected]> Sent by: [email protected] 03/25/2008 08:43 AM Please respond to [email protected] To [email protected] cc Subject Re: 2008-03-25 Woden Status Call Cancelled Hi Arthur, I believe the Axis2 build + unit testing should cover us for this. They're running those tests pretty frequently at the moment as you can imagine. Jeremy On 25/03/2008, Arthur Ryman <[email protected]> wrote: Lawrence, Can we do any testing with Axis2 to confirm that we haven't broken any interfaces? Arthur Ryman, Technical Executive (IBM DE) Project and Program Management, Rational Division phone: (986)785-2965, TL 313-3077 assistant: (986)785-2965, TL 313-3831 fax: (986)785-2965, TL 313-4920 mobile: (986)785-2965 Lawrence Mandel/Toronto/IBM@IBMCA 03/24/2008 11:34 PM Please respond to [email protected] To [email protected] cc Subject 2008-03-25 Woden Status Call Cancelled I'm cancelling tomorrow's Woden status call as there aren't enough people available for the call. We haven't had a call in a few weeks now. Please update your status via the dev list. We have one burning issue of which I'm aware. Axis2 is planning its 1.4 release. Woden should release M8 before Axis2 1.4 as Axis2 depends on changes in Woden since the M7b release. I'll do my best to finish migrating the validation assertions to the new framework this week. That should make us functionally equivalent in the validation department but with the new validation framework. We can cut the M8 release next week and continue working after that. Any objections? Lawrence --------------------------------------------------------------------- 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 Mar 27 00:15:34 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45360 invoked from network); 27 Mar 2008 00:15:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2008 00:15:33 -0000 Received: (qmail 82317 invoked by uid 500); 27 Mar 2008 00:15:32 -0000 Delivered-To: [email protected] Received: (qmail 82289 invoked by uid 500); 27 Mar 2008 00:15:32 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 82278 invoked by uid 99); 27 Mar 2008 00:15:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2008 17:15:32 -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 py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 00:14:53 +0000 Received: by py-out-1112.google.com with SMTP id a29so4761361pyi.0 for <[email protected]>; Wed, 26 Mar 2008 17:15:05 -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:in-reply-to:mime-version:content-type:references; bh=pX5S5Ml3jKNdItemvV6LYguPY1V5Ta5R+WHuG4FuIrw=; b=YqCZ5g9co4SWXQiUxhPprpPVqk7m+fGxZZv9n31o6rCI0iEhCC+67hN4jJxam4yfatFbyaMsXSQuJGmyYU6NDH6ivfgztnefHiUIfKs4JrxZpR4OkYMuAGVU+8WcS16/6bKXOLdrm/fpWqqqGX83Uss+tvoaEctCuso+DPE9NGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=JCVlbOXBFQz1oPvVL3KGP40yUtjVj2nFpHtZ1srzFcNvmRca4d9HfTIz9StSuUzynzBTP9k9rtA1XapR08WaKQRcTZlumiYNd1sAHLIdzjjETyTkGhHNLEbt1Snvy/XccTYeBljPugxVjpWFtsGjsJqwmPrQJdPNcm7Rd3Af2eU= Received: by 161.129.204.104 with SMTP id p8mr1308352pyl.51.1206576904673; Wed, 26 Mar 2008 17:15:04 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 26 Mar 2008 17:15:04 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 26 Mar 2008 19:15:04 -0500 From: "Peter Danielsen" <[email protected]> To: [email protected] Subject: Re: Assertions In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20904_10313287.1206576904654" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_20904_10313287.1206576904654 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline John, Lawrence, I looked at the validation structure some more and have a few comments and suggestions. It looks like the following steps are involved: a. Select a target to validate b. Determine assertion selection criteria (target's role, e.g. " Interface.class") c. Determine a set of assertions meeting the criteria d. For each assertion in set Check target against assertion (i.e. WSDLValidator.checkAssertions calls assertion.validate(target, wodenContext)) Steps a-d are all done by WSDLValidator. What if an assertion needs to do the same process on its target's descendants? Imagine an extension element with descendants that have their own assertions. Those descendant element assertions can be registered through the ExtensionRegistry method, but they won't be checked by WSDLValidator since it doesn't know the tree structure below the required WSDL components and elements. An extension element assertion must then walk the tree of its element's descendants to check their assertions. It's possible to keep all the tree walking in WSDLValidator by including a target's extension element children found by [email protected]().getContent(). That leaves the question of how to do (b). It would be nice if there was a way to do it automatically within WSDLValidator. One way is to have a new WSDLValidator method: private void checkAssertions(Object target) that looks at the Java interfaces implemented by a target's class to see which role's it's declared to play. For each interface, the new method calls the existing checkAssertions(Class, Object) method. This would ensure that the caller doesn't omit a (b) criteria. This method can also include the extension tree walking mentioned above and can be called by "validate" directly. Some advantages of this approach: 1. WSDLValidator takes care of tree-walking to visit all required elements and all extensions. This includes extensions to extensions. 2. Extension assertions are registered for the classes they need to check, rather than a required element that's an ancestor of the target class. 3. Extension assertions become simpler because they don't need to walk the tree from a required element down to their extension. 4. Keeping the tree-walking in WSDLValidator results in less redundant code in different assertions that apply to the same extension. 5. Unit tests are smaller and faster because some assertions can be less dependent on an extension's context. Some disadvantages: 1. The reliance on reflection may have a performance impact. 2. If an assertion needs to walk its element's descendants, it still won't be able to take advantage of the WSDLValidator's assertion registry. It will have to find the assertions on its own. I know the version of WSDLValidator that's currently in trunk isn't complete and maybe you've thought of these issues, but in case you haven't I hope these suggestions are useful. I have a version of this that works with some extension-related assertions I've created. Peter On Thu, Mar 20, 2008 at 8:10 AM, Peter Danielsen <[email protected]> wrote: > John, Lawrence, > Thank you for your replies. I'll try to take a deeper look at assertion > implementation and see how it goes. > > Thanks for the links to the Wiki pages. The one on WSDLExtensions has > been very useful to me in the past, but it could benefit from an update (it > still says that the HTTP binding has not been done). It would also be > valuable for it to mention the ExtensionRegistrar mechanism. That will be > helpful for the next person who's interested in extending Woden. > > Thanks for all your efforts. > > Peter > > > On Thu, Mar 20, 2008 at 5:12 AM, John Kaputin <[email protected]> wrote: > > > Lawrence, > > sorry, I just replied to Peter before I noticed you had already replied. > > > > John Kaputin > > > > > > Lawrence Mandel <[email protected]> wrote on 20/03/2008 00:51:18: > > > > > Hi Peter, > > > > > > The validation framework is indeed at an early stage and we're working > > out > > > some details while implementing assertions. I think your statement > > about > > > > > assertions that require checks of multiple elements int he WSDL > > document > > > > > is correct. Your example with binding and interface is my current > > thinking > > > about these types of assertions. > > > > > > I captured some of our initial ideas about the validation API that > > we're > > > > > working off of at [1]. Information about Woden extensions other than > > the > > > > > validation extension can be found at [2]. > > > > > > Does this information answer your questions? > > > > > > [1] http://wiki.apache.org/ws/FrontPage/Woden/ValidationAPI > > > [2] http://wiki.apache.org/ws/FrontPage/Woden/WSDLExtensions > > > > > > Lawrence > > > > > > > > > > > > > > > "Peter Danielsen" <[email protected]> > > > 03/19/2008 07:24 PM > > > Please respond to > > > [email protected] > > > > > > > > > To > > > [email protected] > > > cc > > > > > > Subject > > > Assertions > > > > > > > > > > > > > > > > > > > > > Hi, > > > > > > I'm curious about the stability of the Assertion design in Woden. > > > > > > I've been looking at it from the point of view of an extension and I > > think > > > this is the procedure: > > > > > > 1. Create a class that implements > > > org.apache.woden.wsdl20.validation.Assertion > > > for each class that is affected by an assertion. > > > a. Implement "getId()" > > > b. Implement "validate(Object, WodenContext)" > > > > > > 2. Register each Assertion class by calling > > > ExtensionRegistry.registerAssertion passing an instance of the > > Assertion > > > > > class and the affected class. This would likely be done from an > > > ExtensionRegistrar. > > > > > > That seems reasonable, but the reason I asked about the stability is > > that > > > when I look at the validate method of > > > org.apache.woden.internal.wsdl20.validation.WSDLValidator > > > I see that it's not checking assertions on Binding or Service > > elements. > > > Their absence made me wonder whether this is still in an early design > > > stage? > > > > > > Also, I'm assuming that cross-checks between elements (e.g. > > <interface> > > > and <binding> ) will be the responsibility of the "more detailed" > > element > > > (<binding> in this case) and that that element's Assertion may require > > > navigation of the containing elements to do its work. Is that > > correct? > > > > > > Any references or explanations on the conventions and use of > > Assertions > > > would be very useful. > > > > > > Thanks, > > > > > > Peter > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > > > > > > Unless stated otherwise above: > > IBM United Kingdom Limited - Registered in England and Wales with number > > 741598. > > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 > > 3AU > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > ------=_Part_20904_10313287.1206576904654 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div>John, Lawrence,</div><div><br></div><div>I looked at the validation structure some more and have a few comments and suggestions.&nbsp;</div><div><br></div><div>It looks like the following steps are involved:</div><div><br> </div><div>a. Select a target to validate&nbsp;<br></div><div>b. Determine assertion selection criteria (target&#39;s role, e.g. &quot;Interface.class&quot;)<br></div><div>c. Determine a set of assertions meeting the criteria<br> </div><div>d. For each assertion in set<br></div><div>&nbsp;&nbsp; &nbsp;Check target against assertion&nbsp;<br></div><div>(i.e. WSDLValidator.checkAssertions calls assertion.validate(target, wodenContext))</div><div><br></div><div>Steps a-d are all done by WSDLValidator. &nbsp;</div> <div><br></div><div>What if an assertion needs to do the same process on its target&#39;s descendants? Imagine an extension element with descendants that have their own assertions. Those descendant element assertions can be registered through the ExtensionRegistry method, but they won&#39;t be checked by WSDLValidator since it doesn&#39;t know the tree structure below the required WSDL components and elements. An extension element assertion must then walk the tree of its element&#39;s descendants to check their assertions. &nbsp;<br> </div><div><br></div><div>It&#39;s possible to keep all the tree walking in WSDLValidator by including a target&#39;s extension element children found by [email protected]().getContent().&nbsp;That leaves the question of how to do (b). &nbsp;It would be nice if there was a way to do it automatically within WSDLValidator. &nbsp;</div> <div><br></div><div>One way is to have a new WSDLValidator method:&nbsp;</div><div>&nbsp;&nbsp;private void checkAssertions(Object target)</div><div>that looks at the Java interfaces implemented by a target&#39;s class to see which role&#39;s it&#39;s declared to play. &nbsp;For each interface, the new method calls the existing checkAssertions(Class, Object) method. &nbsp;This would ensure that the caller doesn&#39;t omit a (b) criteria. &nbsp;This method can also include the extension tree walking mentioned above and can be called by &quot;validate&quot; directly.</div> <div><br></div><div>Some advantages of this approach:</div><div>1. WSDLValidator takes care of tree-walking to visit all required elements and all extensions. &nbsp;This includes extensions to extensions.</div><div>2. Extension assertions are registered for the classes they need to check, rather than a required&nbsp;element that&#39;s an ancestor of the target class.</div> <div>3. Extension assertions become simpler because they don&#39;t need to walk the tree from a required&nbsp;element down to their extension.</div><div>4. Keeping the tree-walking in WSDLValidator results in less redundant code in different assertions that apply to the same extension.</div> <div>5. Unit tests are smaller and faster because some assertions can be less dependent on an extension&#39;s context.</div><div><br></div><div>Some disadvantages:</div><div>1. The reliance on reflection&nbsp;may have a performance impact.</div> <div>2. If an assertion needs to walk its element&#39;s descendants, it still won&#39;t be able to take advantage of the&nbsp;WSDLValidator&#39;s assertion registry. &nbsp;It will have to find the assertions on its own.</div><div><br> </div>I know the version of WSDLValidator that&#39;s currently in trunk isn&#39;t complete and maybe you&#39;ve thought of these issues, but in case you haven&#39;t I hope these suggestions are useful. &nbsp;I have a version of this that works with some extension-related assertions I&#39;ve created.<div> <br></div><div>Peter</div><div><br><div class="gmail_quote">On Thu, Mar 20, 2008 at 8:10 AM, Peter Danielsen &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> John, Lawrence,<div><br></div><div>Thank you for your replies. &nbsp;I&#39;ll try to take a deeper look at assertion implementation and see how it goes.</div><div><br> </div><div>Thanks for the links to the Wiki pages. &nbsp;The one on WSDLExtensions has been very useful to me in the past, but it could benefit from an update (it still says that the HTTP binding has not been done). &nbsp;It would also be valuable for it to mention the ExtensionRegistrar mechanism. &nbsp;That will be helpful for the next person who&#39;s interested in extending Woden.</div> <div><br></div><div>Thanks for all your efforts.</div><div><br></div><font color="#888888"><div>Peter</div></font><div><div></div><div class="Wj3C7c"><div><br><br><div class="gmail_quote">On Thu, Mar 20, 2008 at 5:12 AM, John Kaputin &lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt; wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Lawrence,<br> sorry, I just replied to Peter before I noticed you had already replied.<br> <br> John Kaputin<br> <br> <br> Lawrence Mandel &lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt; wrote on 20/03/2008 00:51:18:<br> <div><div></div><div><br> &gt; Hi Peter,<br> &gt;<br> &gt; The validation framework is indeed at an early stage and we&#39;re working<br> out<br> &gt; some details while implementing assertions. I think your statement about<br> <br> &gt; assertions that require checks of multiple elements int he WSDL document<br> <br> &gt; is correct. Your example with binding and interface is my current<br> thinking<br> &gt; about these types of assertions.<br> &gt;<br> &gt; I captured some of our initial ideas about the validation API that we&#39;re<br> <br> &gt; working off of at [1]. Information about Woden extensions other than the<br> <br> &gt; validation extension can be found at [2].<br> &gt;<br> &gt; Does this information answer your questions?<br> &gt;<br> &gt; [1] <a href="http://wiki.apache.org/ws/FrontPage/Woden/ValidationAPI" target="_blank">http://wiki.apache.org/ws/FrontPage/Woden/ValidationAPI</a><br> &gt; [2] <a href="http://wiki.apache.org/ws/FrontPage/Woden/WSDLExtensions" target="_blank">http://wiki.apache.org/ws/FrontPage/Woden/WSDLExtensions</a><br> &gt;<br> &gt; Lawrence<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt; &quot;Peter Danielsen&quot; &lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;<br> &gt; 03/19/2008 07:24 PM<br> &gt; Please respond to<br> &gt; <a href="mailto:[email protected]" target="_blank">[email protected]</a><br> &gt;<br> &gt;<br> &gt; To<br> &gt; <a href="mailto:[email protected]" target="_blank">[email protected]</a><br> &gt; cc<br> &gt;<br> &gt; Subject<br> &gt; Assertions<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt; Hi,<br> &gt;<br> &gt; I&#39;m curious about the stability of the Assertion design in Woden.<br> &gt;<br> &gt; I&#39;ve been looking at it from the point of view of an extension and I<br> think<br> &gt; this is the procedure:<br> &gt;<br> &gt; 1. Create a class that implements<br> &gt; org.apache.woden.wsdl20.validation.Assertion<br> &gt; for each class that is affected by an assertion.<br> &gt; &nbsp; a. Implement &quot;getId()&quot;<br> &gt; &nbsp; b. Implement &quot;validate(Object, WodenContext)&quot;<br> &gt;<br> &gt; 2. Register each Assertion class by calling<br> &gt; ExtensionRegistry.registerAssertion passing an instance of the Assertion<br> <br> &gt; class and the affected class. This would likely be done from an<br> &gt; ExtensionRegistrar.<br> &gt;<br> &gt; That seems reasonable, but the reason I asked about the stability is<br> that<br> &gt; when I look at the validate method of<br> &gt; org.apache.woden.internal.wsdl20.validation.WSDLValidator<br> &gt; I see that it&#39;s not checking assertions on Binding or Service elements.<br> &gt; Their absence made me wonder whether this is still in an early design<br> &gt; stage?<br> &gt;<br> &gt; Also, I&#39;m assuming that cross-checks between elements (e.g. &lt;interface&gt;<br> &gt; and &lt;binding&gt; ) will be the responsibility of the &quot;more detailed&quot;<br> element<br> &gt; (&lt;binding&gt; in this case) and that that element&#39;s Assertion may require<br> &gt; navigation of the containing elements to do its work. &nbsp;Is that correct?<br> &gt;<br> &gt; Any references or explanations on the conventions and use of Assertions<br> &gt; would be very useful.<br> &gt;<br> &gt; Thanks,<br> &gt;<br> &gt; Peter<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt; ---------------------------------------------------------------------<br> &gt; To unsubscribe, e-mail: <a href="mailto:[email protected]" target="_blank">[email protected]</a><br> &gt; For additional commands, e-mail: <a href="mailto:[email protected]" target="_blank">[email protected]</a><br> &gt;<br> <br> <br> <br> <br> <br> <br> </div></div><div>Unless stated otherwise above:<br> IBM United Kingdom Limited - Registered in England and Wales with number<br> 741598.<br> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU<br> <br> <br> <br> <br> <br> <br> <br> ---------------------------------------------------------------------<br> </div><div><div></div><div>To unsubscribe, e-mail: <a href="mailto:[email protected]" target="_blank">[email protected]</a><br> For additional commands, e-mail: <a href="mailto:[email protected]" target="_blank">[email protected]</a><br> <br> </div></div></blockquote></div><br></div> </div></div></blockquote></div><br></div> ------=_Part_20904_10313287.1206576904654-- From [email protected] Thu Mar 27 03:09:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24556 invoked from network); 27 Mar 2008 03:09:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2008 03:09:26 -0000 Received: (qmail 15771 invoked by uid 500); 27 Mar 2008 03:09:25 -0000 Delivered-To: [email protected] Received: (qmail 15734 invoked by uid 500); 27 Mar 2008 03:09:25 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 15603 invoked by uid 99); 27 Mar 2008 03: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, 26 Mar 2008 20:09: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 (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, 27 Mar 2008 03:08:35 +0000 Received: by an-out-0708.google.com with SMTP id c31so68402ana.22 for <[email protected]>; Wed, 26 Mar 2008 20:08:55 -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:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=KaqFsLFCDktkQ6FVHMLGD6ULtaTA+vzmILbDerJkrXU=; b=scHI964MnpXK4A2ZZ5dbuRczFM90C5ynylCuczEI+9NVRir/dbWAPXb2sNvHYbmWW709NdyAcyLbgH8ufTs4J5Yw5Y+O/4gEgILaddTMfElpljBpnm3WUEBWa58rX/ySULX+NuzI6l6+T7PykH0Uy/ZK18CXGBJ58jkuVL80VMw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=QDCpT94HAjWhYk7aCq8PPGnfgl0mgUCvETdixz4rANnfndSY2NqiLCyOTWtpeMmLCzBVseyt6ak3teUzPuU5S84x4SdQqGRmIMUAeRFtcpt5BLm88TKtEplUVofY9ddH5sryS/QssyeyhVmRuAwsBdxvRUt2QcAcUDCCrZz+BWE= Received: by 161.129.204.104 with SMTP id u15mr1896243ank.66.1206587334993; Wed, 26 Mar 2008 20:08:54 -0700 (PDT) Received: from ?161.129.204.104? ( [161.129.204.104]) by mx.google.com with ESMTPS id i52sm9018936rne.9.2161.129.204.104.08.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 Mar 2008 20:08:54 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 26 Mar 2008 23:08:50 -0400 From: Davanum Srinivas <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080213) MIME-Version: 1.0 To: Axis developer list <[email protected]>, [email protected], [email protected] Subject: [Axis2] [1.4] RC3 this weekend X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Folks, Am planning to cut RC3 this weekend. Seems like a good time to branch as well. After RC3, we can start rolling out Axiom, Neethi, XmlSchema, Woden releases and then cut 1.4 Final. Sounds like a plan? thanks, dims -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) iD8DBQFH6w/CgNg6eWEDv1kRAguUAKDGPN07YkzKKm60iXX5hnCvIuPY0QCgxxJR G5pUQsYSJ+XU1QDGTkfq80Y= =N7/K -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Mar 27 11:32:41 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45994 invoked from network); 27 Mar 2008 11:32:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2008 11:32:41 -0000 Received: (qmail 3941 invoked by uid 500); 27 Mar 2008 11:32:24 -0000 Delivered-To: [email protected] Received: (qmail 3911 invoked by uid 500); 27 Mar 2008 11:32: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3868 invoked by uid 99); 27 Mar 2008 11:32:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 04:32:23 -0700 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS,URIBL_BLACK 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-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 11:31:41 +0000 Received: by hs-out-0708.google.com with SMTP id x43so4494014hsb.0 for <[email protected]>; Thu, 27 Mar 2008 04:31:51 -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=aY3Oc8G5Idva9wbh5H5+qVhuvL0CHhztvRyssOxzQmQ=; b=r19tv6t+d4mvBn41mbpAA/i0Ex0FlnV4gNRCXXcGhkSU/LM75JVdm5ALG0GkKDixcFN6DZqkZXrT342MI8hz93jrgAJWzvZK4nGtIIRa9Ia+dRTLjs+ZY1NCUHW2CrAOyoC4G1ok85O8WRCBUs0V4aObjUaXfnx4+5ruAvq9lSA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=IYsjGQ5O/vzj2TwqavDjbz20q+VPKKMJ/XzoSlBkFeQwJlcM3vU+zR4M/cQ0QzLKKrpgrwdnBHlgfmp+FbbXcmENOnYZ5usvX/yuz1YazmBCkN/iWGGaR0v+tlqBnqNi4kVZG5v3+VrTbCKbmxGA3YSOPw1EdrOUSSJQJ/EodLI= Received: by 161.129.204.104 with SMTP id g20mr3132256and.2.1206617511584; Thu, 27 Mar 2008 04:31:51 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 27 Mar 2008 04:31:51 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 27 Mar 2008 17:01:51 +0530 From: "keith chapman" <[email protected]> To: [email protected], [email protected] Subject: WSDL 2.0 codegeration fails due to Woden assertion MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_21791_6929409.1206617511573" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_21791_6929409.1206617511573 Content-Type: multipart/alternative; boundary="----=_Part_21792_12425274.1206617511573" ------=_Part_21792_12425274.1206617511573 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Devs, We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service hearwith. As you will note the target namespace of the wsdl is http://axisversion.sample and woden tries to resolve this and failes cause its not a resource that exist. The complete stack trace is given below Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>( CodeGenerationEngine.java:159) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at sun.net.NetworkClient.doConnect(NetworkClient.java:157) at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) at sun.net.www.http.HttpClient.New(HttpClient.java:287) at sun.net.www.http.HttpClient.New(HttpClient.java:299) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient( HttpURLConnection.java:792) at sun.net.www.protocol.http.HttpURLConnection.plainConnect( HttpURLConnection.java:744) at sun.net.www.protocol.http.HttpURLConnection.connect( HttpURLConnection.java:669) at sun.net.www.protocol.http.HttpURLConnection.getInputStream( HttpURLConnection.java:913) at java.net.URLConnection.getContent(URLConnection.java:682) at java.net.URL.getContent(URL.java:1021) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate( Description1001.java:28) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions( WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate( WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java :207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java :233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java :268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java :127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile( WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>( WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>( WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>( CodeGenerationEngine.java:102) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate( Description1001.java:42) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions( WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate( WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java :207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java :233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java :268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java :127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile( WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>( WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>( WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>( CodeGenerationEngine.java:102) ... 7 more Thanks, Keith. -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org ------=_Part_21792_12425274.1206617511573 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Devs,<br><br>We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service&nbsp; hearwith.&nbsp; As you will note the target namespace of the wsdl is <a href="http://axisversion.sample">http://axisversion.sample</a> and woden tries to resolve this and failes cause its not a resource that exist.&nbsp; The complete stack trace is given below<br> <br>Exception in thread &quot;main&quot; org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL<br>&nbsp;&nbsp;&nbsp; at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:159)<br> &nbsp;&nbsp;&nbsp; at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br> &nbsp;&nbsp;&nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>&nbsp;&nbsp;&nbsp; at java.lang.reflect.Method.invoke(Method.java:585)<br>&nbsp;&nbsp;&nbsp; at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)<br> Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample<br>&nbsp;&nbsp;&nbsp; at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)<br>&nbsp;&nbsp;&nbsp; at java.net.Socket.connect(Socket.java:507)<br> &nbsp;&nbsp;&nbsp; at java.net.Socket.connect(Socket.java:457)<br>&nbsp;&nbsp;&nbsp; at sun.net.NetworkClient.doConnect(NetworkClient.java:157)<br>&nbsp;&nbsp;&nbsp; at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)<br>&nbsp;&nbsp;&nbsp; at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)<br> &nbsp;&nbsp;&nbsp; at sun.net.www.http.HttpClient.&lt;init&gt;(HttpClient.java:214)<br>&nbsp;&nbsp;&nbsp; at sun.net.www.http.HttpClient.New(HttpClient.java:287)<br>&nbsp;&nbsp;&nbsp; at sun.net.www.http.HttpClient.New(HttpClient.java:299)<br>&nbsp;&nbsp;&nbsp; at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792)<br> &nbsp;&nbsp;&nbsp; at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744)<br>&nbsp;&nbsp;&nbsp; at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)<br>&nbsp;&nbsp;&nbsp; at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)<br> &nbsp;&nbsp;&nbsp; at java.net.URLConnection.getContent(URLConnection.java:682)<br>&nbsp;&nbsp;&nbsp; at java.net.URL.getContent(URL.java:1021)<br>&nbsp;&nbsp;&nbsp; at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28)<br> &nbsp;&nbsp;&nbsp; at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109)<br>&nbsp;&nbsp;&nbsp; at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77)<br>&nbsp;&nbsp;&nbsp; at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207)<br> &nbsp;&nbsp;&nbsp; at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233)<br>&nbsp;&nbsp;&nbsp; at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268)<br>&nbsp;&nbsp;&nbsp; at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127)<br> &nbsp;&nbsp;&nbsp; at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.&lt;init&gt;(WSDL20ToAxisServiceBuilder.java:151)<br> &nbsp;&nbsp;&nbsp; at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.&lt;init&gt;(WSDL20ToAllAxisServicesBuilder.java:53)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:102)<br> &nbsp;&nbsp;&nbsp; at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br> &nbsp;&nbsp;&nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>&nbsp;&nbsp;&nbsp; at java.lang.reflect.Method.invoke(Method.java:585)<br>&nbsp;&nbsp;&nbsp; at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)<br> <br>&nbsp;&nbsp;&nbsp; at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42)<br>&nbsp;&nbsp;&nbsp; at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109)<br>&nbsp;&nbsp;&nbsp; at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77)<br> &nbsp;&nbsp;&nbsp; at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207)<br>&nbsp;&nbsp;&nbsp; at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233)<br>&nbsp;&nbsp;&nbsp; at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268)<br> &nbsp;&nbsp;&nbsp; at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.&lt;init&gt;(WSDL20ToAxisServiceBuilder.java:151)<br> &nbsp;&nbsp;&nbsp; at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.&lt;init&gt;(WSDL20ToAllAxisServicesBuilder.java:53)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:102)<br> &nbsp;&nbsp;&nbsp; ... 7 more<br clear="all"><br><br>Thanks,<br>Keith.<br>-- <br>Keith Chapman<br>Software Engineer<br>WSO2 Inc.<br>Oxygenating the Web Service Platform.<br><a href="http://wso2.org/">http://wso2.org/</a><br><br>blog: <a href="http://www.keith-chapman.org">http://www.keith-chapman.org</a> ------=_Part_21792_12425274.1206617511573-- ------=_Part_21791_6929409.1206617511573 Content-Type: application/octet-stream; name=Version.wsdl2 Content-Transfer-Encoding: base64 X-Attachment-Id: f_feb8rw2o0 Content-Disposition: attachment; filename=Version.wsdl2 PHdzZGwyOmRlc2NyaXB0aW9uIHhtbG5zOndzZGwyPSJodHRwOi8vd3d3LnczLm9yZy9ucy93c2Rs IiB4bWxuczp0bnM9Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiIHhtbG5zOndzb2FwPSJodHRw Oi8vd3d3LnczLm9yZy9ucy93c2RsL3NvYXAiIHhtbG5zOm5zMD0iaHR0cDovL2F4aXN2ZXJzaW9u LnNhbXBsZSIgeG1sbnM6bnMxPSJodHRwOi8vb3JnLmFwYWNoZS5heGlzMi94c2QiIHhtbG5zOndz YXc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDYvMDUvYWRkcmVzc2luZy93c2RsIiB4bWxuczp3c2Rs eD0iaHR0cDovL3d3dy53My5vcmcvbnMvd3NkbC1leHRlbnNpb25zIiB4bWxuczp4cz0iaHR0cDov L3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEiIHhtbG5zOndodHRwPSJodHRwOi8vd3d3LnczLm9y Zy9ucy93c2RsL2h0dHAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy9ucy93c2RsIiB0YXJnZXRO YW1lc3BhY2U9Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiPjx3c2RsMjpkb2N1bWVudGF0aW9u PlZlcnNpb248L3dzZGwyOmRvY3VtZW50YXRpb24+PHdzZGwyOnR5cGVzPjx4czpzY2hlbWEgeG1s bnM6bnM9Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiIGF0dHJpYnV0ZUZvcm1EZWZhdWx0PSJx dWFsaWZpZWQiIGVsZW1lbnRGb3JtRGVmYXVsdD0icXVhbGlmaWVkIiB0YXJnZXROYW1lc3BhY2U9 Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiPgo8eHM6Y29tcGxleFR5cGUgbmFtZT0iRXhjZXB0 aW9uIj4KPHhzOnNlcXVlbmNlPgo8eHM6ZWxlbWVudCBtaW5PY2N1cnM9IjAiIG5hbWU9IkV4Y2Vw dGlvbiIgbmlsbGFibGU9InRydWUiIHR5cGU9InhzOmFueVR5cGUiLz4KPC94czpzZXF1ZW5jZT4K PC94czpjb21wbGV4VHlwZT4KPHhzOmVsZW1lbnQgbmFtZT0iRXhjZXB0aW9uIj4KPHhzOmNvbXBs ZXhUeXBlPgo8eHM6c2VxdWVuY2U+Cjx4czplbGVtZW50IG1pbk9jY3Vycz0iMCIgbmFtZT0iRXhj ZXB0aW9uIiBuaWxsYWJsZT0idHJ1ZSIgdHlwZT0ibnM6RXhjZXB0aW9uIi8+CjwveHM6c2VxdWVu Y2U+CjwveHM6Y29tcGxleFR5cGU+CjwveHM6ZWxlbWVudD4KPHhzOmVsZW1lbnQgbmFtZT0iZ2V0 VmVyc2lvblJlc3BvbnNlIj4KPHhzOmNvbXBsZXhUeXBlPgo8eHM6c2VxdWVuY2U+Cjx4czplbGVt ZW50IG1pbk9jY3Vycz0iMCIgbmFtZT0icmV0dXJuIiBuaWxsYWJsZT0idHJ1ZSIgdHlwZT0ieHM6 c3RyaW5nIi8+CjwveHM6c2VxdWVuY2U+CjwveHM6Y29tcGxleFR5cGU+CjwveHM6ZWxlbWVudD4K PC94czpzY2hlbWE+PC93c2RsMjp0eXBlcz48d3NkbDI6aW50ZXJmYWNlIG5hbWU9IlNlcnZpY2VJ bnRlcmZhY2UiPjx3c2RsMjpmYXVsdCBuYW1lPSJFeGNlcHRpb24iIGVsZW1lbnQ9Im5zMDpFeGNl cHRpb24iLz48d3NkbDI6b3BlcmF0aW9uIG5hbWU9ImdldFZlcnNpb24iIHBhdHRlcm49Imh0dHA6 Ly93d3cudzMub3JnL25zL3dzZGwvaW4tb3V0Ij48d3NkbDI6aW5wdXQgZWxlbWVudD0iI25vbmUi IHdzYXc6QWN0aW9uPSJ1cm46Z2V0VmVyc2lvbiIvPjx3c2RsMjpvdXRwdXQgZWxlbWVudD0ibnMw OmdldFZlcnNpb25SZXNwb25zZSIgd3NhdzpBY3Rpb249InVybjpnZXRWZXJzaW9uUmVzcG9uc2Ui Lz48d3NkbDI6b3V0ZmF1bHQgcmVmPSJ0bnM6RXhjZXB0aW9uIiB3c2F3OkFjdGlvbj0idXJuOmdl dFZlcnNpb25FeGNlcHRpb24iLz48L3dzZGwyOm9wZXJhdGlvbj48L3dzZGwyOmludGVyZmFjZT48 d3NkbDI6YmluZGluZyBuYW1lPSJWZXJzaW9uU09BUDExQmluZGluZyIgaW50ZXJmYWNlPSJ0bnM6 U2VydmljZUludGVyZmFjZSIgdHlwZT0iaHR0cDovL3d3dy53My5vcmcvbnMvd3NkbC9zb2FwIiB3 c29hcDp2ZXJzaW9uPSIxLjEiPjx3c2RsMjpvcGVyYXRpb24gcmVmPSJ0bnM6Z2V0VmVyc2lvbiIg d3NvYXA6YWN0aW9uPSJ1cm46Z2V0VmVyc2lvbiIvPjwvd3NkbDI6YmluZGluZz48d3NkbDI6Ymlu ZGluZyBuYW1lPSJWZXJzaW9uU09BUDEyQmluZGluZyIgaW50ZXJmYWNlPSJ0bnM6U2VydmljZUlu dGVyZmFjZSIgdHlwZT0iaHR0cDovL3d3dy53My5vcmcvbnMvd3NkbC9zb2FwIiB3c29hcDp2ZXJz aW9uPSIxLjIiPjx3c2RsMjpvcGVyYXRpb24gcmVmPSJ0bnM6Z2V0VmVyc2lvbiIgd3NvYXA6YWN0 aW9uPSJ1cm46Z2V0VmVyc2lvbiIvPjwvd3NkbDI6YmluZGluZz48d3NkbDI6YmluZGluZyBuYW1l PSJWZXJzaW9uSHR0cEJpbmRpbmciIGludGVyZmFjZT0idG5zOlNlcnZpY2VJbnRlcmZhY2UiIHR5 cGU9Imh0dHA6Ly93d3cudzMub3JnL25zL3dzZGwvaHR0cCI+PHdzZGwyOm9wZXJhdGlvbiByZWY9 InRuczpnZXRWZXJzaW9uIiB3aHR0cDpsb2NhdGlvbj0iVmVyc2lvbi9nZXRWZXJzaW9uIi8+PC93 c2RsMjpiaW5kaW5nPjx3c2RsMjpzZXJ2aWNlIG5hbWU9IlZlcnNpb24iIGludGVyZmFjZT0idG5z OlNlcnZpY2VJbnRlcmZhY2UiPjx3c2RsMjplbmRwb2ludCBuYW1lPSJTT0FQMTFFbmRwb2ludCIg YmluZGluZz0idG5zOlZlcnNpb25TT0FQMTFCaW5kaW5nIiBhZGRyZXNzPSJodHRwOi8vbG9jYWxo b3N0OjgwODAvYXhpczIvc2VydmljZXMvVmVyc2lvbiI+PHdzZGwyOmRvY3VtZW50YXRpb24+VGhp cyBlbmRwb2ludCBleHBvc2VzIGEgU09BUCAxMSBiaW5kaW5nIG92ZXIgYSBIVFRQPC93c2RsMjpk b2N1bWVudGF0aW9uPjwvd3NkbDI6ZW5kcG9pbnQ+PHdzZGwyOmVuZHBvaW50IG5hbWU9IlNPQVAx MkVuZHBvaW50IiBiaW5kaW5nPSJ0bnM6VmVyc2lvblNPQVAxMkJpbmRpbmciIGFkZHJlc3M9Imh0 dHA6Ly9sb2NhbGhvc3Q6ODA4MC9heGlzMi9zZXJ2aWNlcy9WZXJzaW9uIj48d3NkbDI6ZG9jdW1l bnRhdGlvbj5UaGlzIGVuZHBvaW50IGV4cG9zZXMgYSBTT0FQIDEyIGJpbmRpbmcgb3ZlciBhIEhU VFA8L3dzZGwyOmRvY3VtZW50YXRpb24+PC93c2RsMjplbmRwb2ludD48d3NkbDI6ZW5kcG9pbnQg bmFtZT0iSFRUUEVuZHBvaW50IiBiaW5kaW5nPSJ0bnM6VmVyc2lvbkh0dHBCaW5kaW5nIiBhZGRy ZXNzPSJodHRwOi8vbG9jYWxob3N0OjgwODAvYXhpczIvc2VydmljZXMvVmVyc2lvbiI+PHdzZGwy OmRvY3VtZW50YXRpb24+VGhpcyBlbmRwb2ludCBleHBvc2VzIGEgSFRUUCBiaW5kaW5nIG92ZXIg YSBIVFRQPC93c2RsMjpkb2N1bWVudGF0aW9uPjwvd3NkbDI6ZW5kcG9pbnQ+PC93c2RsMjpzZXJ2 aWNlPjwvd3NkbDI6ZGVzY3JpcHRpb24+ ------=_Part_21791_6929409.1206617511573 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ------=_Part_21791_6929409.1206617511573-- From [email protected] Thu Mar 27 14:59:11 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48055 invoked from network); 27 Mar 2008 14:59:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2008 14:59:11 -0000 Received: (qmail 64021 invoked by uid 500); 27 Mar 2008 14:59:08 -0000 Delivered-To: [email protected] Received: (qmail 63948 invoked by uid 500); 27 Mar 2008 14:59: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63922 invoked by uid 99); 27 Mar 2008 14:59:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 07:59:07 -0700 X-ASF-Spam-Status: No, hits=-2.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,URIBL_BLACK 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; Thu, 27 Mar 2008 14:58:15 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e1.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2REwXo4005267; Thu, 27 Mar 2008 10:58:33 -0400 Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2REwXUk243628; Thu, 27 Mar 2008 10:58:33 -0400 Received: from d01av05.pok.ibm.com (loopback [161.129.204.104]) by d01av05.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id m2REtKEA005485; Thu, 27 Mar 2008 10:55:20 -0400 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av05.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2REtKtU005477; Thu, 27 Mar 2008 10:55:20 -0400 In-Reply-To: <[email protected]> To: [email protected] Cc: [email protected] MIME-Version: 1.0 Subject: Re: WSDL 2.0 codegeration fails due to Woden assertion X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Thu, 27 Mar 2008 10:58:24 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/27/2008 10:58:25 Content-Type: multipart/mixed; boundary="=_mixed 0052201B85257419_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_mixed 0052201B85257419_= Content-Type: text/plain; charset="US-ASCII" Hi Keith, Description1001 should report a warning in this case. Looks like we'll have to dig into this ASAP. Can you please open a Jira and include any other relevant environmental factors such as OS, connectivity, and JRE provider and version? Thanks, Lawrence "keith chapman" <[email protected]> 03/27/2008 07:31 AM Please respond to [email protected] To [email protected], [email protected] cc Subject WSDL 2.0 codegeration fails due to Woden assertion Hi Devs, We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service hearwith. As you will note the target namespace of the wsdl is http://axisversion.sample and woden tries to resolve this and failes cause its not a resource that exist. The complete stack trace is given below Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:159) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at sun.net.NetworkClient.doConnect(NetworkClient.java:157) at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) at sun.net.www.http.HttpClient.New(HttpClient.java:287) at sun.net.www.http.HttpClient.New(HttpClient.java:299) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913) at java.net.URLConnection.getContent(URLConnection.java:682) at java.net.URL.getContent(URL.java:1021) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) ... 7 more Thanks, Keith. -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --=_mixed 0052201B85257419_= Content-Type: application/octet-stream; name="Version.wsdl2" Content-Disposition: attachment; filename="Version.wsdl2" Content-Transfer-Encoding: base64 PHdzZGwyOmRlc2NyaXB0aW9uIHhtbG5zOndzZGwyPSJodHRwOi8vd3d3LnczLm9yZy9ucy93c2Rs IiB4bWxuczp0bnM9Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiIHhtbG5zOndzb2FwPSJodHRw Oi8vd3d3LnczLm9yZy9ucy93c2RsL3NvYXAiIHhtbG5zOm5zMD0iaHR0cDovL2F4aXN2ZXJzaW9u LnNhbXBsZSIgeG1sbnM6bnMxPSJodHRwOi8vb3JnLmFwYWNoZS5heGlzMi94c2QiIHhtbG5zOndz YXc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDYvMDUvYWRkcmVzc2luZy93c2RsIiB4bWxuczp3c2Rs eD0iaHR0cDovL3d3dy53My5vcmcvbnMvd3NkbC1leHRlbnNpb25zIiB4bWxuczp4cz0iaHR0cDov L3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEiIHhtbG5zOndodHRwPSJodHRwOi8vd3d3LnczLm9y Zy9ucy93c2RsL2h0dHAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy9ucy93c2RsIiB0YXJnZXRO YW1lc3BhY2U9Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiPjx3c2RsMjpkb2N1bWVudGF0aW9u PlZlcnNpb248L3dzZGwyOmRvY3VtZW50YXRpb24+PHdzZGwyOnR5cGVzPjx4czpzY2hlbWEgeG1s bnM6bnM9Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiIGF0dHJpYnV0ZUZvcm1EZWZhdWx0PSJx dWFsaWZpZWQiIGVsZW1lbnRGb3JtRGVmYXVsdD0icXVhbGlmaWVkIiB0YXJnZXROYW1lc3BhY2U9 Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiPgo8eHM6Y29tcGxleFR5cGUgbmFtZT0iRXhjZXB0 aW9uIj4KPHhzOnNlcXVlbmNlPgo8eHM6ZWxlbWVudCBtaW5PY2N1cnM9IjAiIG5hbWU9IkV4Y2Vw dGlvbiIgbmlsbGFibGU9InRydWUiIHR5cGU9InhzOmFueVR5cGUiLz4KPC94czpzZXF1ZW5jZT4K PC94czpjb21wbGV4VHlwZT4KPHhzOmVsZW1lbnQgbmFtZT0iRXhjZXB0aW9uIj4KPHhzOmNvbXBs ZXhUeXBlPgo8eHM6c2VxdWVuY2U+Cjx4czplbGVtZW50IG1pbk9jY3Vycz0iMCIgbmFtZT0iRXhj ZXB0aW9uIiBuaWxsYWJsZT0idHJ1ZSIgdHlwZT0ibnM6RXhjZXB0aW9uIi8+CjwveHM6c2VxdWVu Y2U+CjwveHM6Y29tcGxleFR5cGU+CjwveHM6ZWxlbWVudD4KPHhzOmVsZW1lbnQgbmFtZT0iZ2V0 VmVyc2lvblJlc3BvbnNlIj4KPHhzOmNvbXBsZXhUeXBlPgo8eHM6c2VxdWVuY2U+Cjx4czplbGVt ZW50IG1pbk9jY3Vycz0iMCIgbmFtZT0icmV0dXJuIiBuaWxsYWJsZT0idHJ1ZSIgdHlwZT0ieHM6 c3RyaW5nIi8+CjwveHM6c2VxdWVuY2U+CjwveHM6Y29tcGxleFR5cGU+CjwveHM6ZWxlbWVudD4K PC94czpzY2hlbWE+PC93c2RsMjp0eXBlcz48d3NkbDI6aW50ZXJmYWNlIG5hbWU9IlNlcnZpY2VJ bnRlcmZhY2UiPjx3c2RsMjpmYXVsdCBuYW1lPSJFeGNlcHRpb24iIGVsZW1lbnQ9Im5zMDpFeGNl cHRpb24iLz48d3NkbDI6b3BlcmF0aW9uIG5hbWU9ImdldFZlcnNpb24iIHBhdHRlcm49Imh0dHA6 Ly93d3cudzMub3JnL25zL3dzZGwvaW4tb3V0Ij48d3NkbDI6aW5wdXQgZWxlbWVudD0iI25vbmUi IHdzYXc6QWN0aW9uPSJ1cm46Z2V0VmVyc2lvbiIvPjx3c2RsMjpvdXRwdXQgZWxlbWVudD0ibnMw OmdldFZlcnNpb25SZXNwb25zZSIgd3NhdzpBY3Rpb249InVybjpnZXRWZXJzaW9uUmVzcG9uc2Ui Lz48d3NkbDI6b3V0ZmF1bHQgcmVmPSJ0bnM6RXhjZXB0aW9uIiB3c2F3OkFjdGlvbj0idXJuOmdl dFZlcnNpb25FeGNlcHRpb24iLz48L3dzZGwyOm9wZXJhdGlvbj48L3dzZGwyOmludGVyZmFjZT48 d3NkbDI6YmluZGluZyBuYW1lPSJWZXJzaW9uU09BUDExQmluZGluZyIgaW50ZXJmYWNlPSJ0bnM6 U2VydmljZUludGVyZmFjZSIgdHlwZT0iaHR0cDovL3d3dy53My5vcmcvbnMvd3NkbC9zb2FwIiB3 c29hcDp2ZXJzaW9uPSIxLjEiPjx3c2RsMjpvcGVyYXRpb24gcmVmPSJ0bnM6Z2V0VmVyc2lvbiIg d3NvYXA6YWN0aW9uPSJ1cm46Z2V0VmVyc2lvbiIvPjwvd3NkbDI6YmluZGluZz48d3NkbDI6Ymlu ZGluZyBuYW1lPSJWZXJzaW9uU09BUDEyQmluZGluZyIgaW50ZXJmYWNlPSJ0bnM6U2VydmljZUlu dGVyZmFjZSIgdHlwZT0iaHR0cDovL3d3dy53My5vcmcvbnMvd3NkbC9zb2FwIiB3c29hcDp2ZXJz aW9uPSIxLjIiPjx3c2RsMjpvcGVyYXRpb24gcmVmPSJ0bnM6Z2V0VmVyc2lvbiIgd3NvYXA6YWN0 aW9uPSJ1cm46Z2V0VmVyc2lvbiIvPjwvd3NkbDI6YmluZGluZz48d3NkbDI6YmluZGluZyBuYW1l PSJWZXJzaW9uSHR0cEJpbmRpbmciIGludGVyZmFjZT0idG5zOlNlcnZpY2VJbnRlcmZhY2UiIHR5 cGU9Imh0dHA6Ly93d3cudzMub3JnL25zL3dzZGwvaHR0cCI+PHdzZGwyOm9wZXJhdGlvbiByZWY9 InRuczpnZXRWZXJzaW9uIiB3aHR0cDpsb2NhdGlvbj0iVmVyc2lvbi9nZXRWZXJzaW9uIi8+PC93 c2RsMjpiaW5kaW5nPjx3c2RsMjpzZXJ2aWNlIG5hbWU9IlZlcnNpb24iIGludGVyZmFjZT0idG5z OlNlcnZpY2VJbnRlcmZhY2UiPjx3c2RsMjplbmRwb2ludCBuYW1lPSJTT0FQMTFFbmRwb2ludCIg YmluZGluZz0idG5zOlZlcnNpb25TT0FQMTFCaW5kaW5nIiBhZGRyZXNzPSJodHRwOi8vbG9jYWxo b3N0OjgwODAvYXhpczIvc2VydmljZXMvVmVyc2lvbiI+PHdzZGwyOmRvY3VtZW50YXRpb24+VGhp cyBlbmRwb2ludCBleHBvc2VzIGEgU09BUCAxMSBiaW5kaW5nIG92ZXIgYSBIVFRQPC93c2RsMjpk b2N1bWVudGF0aW9uPjwvd3NkbDI6ZW5kcG9pbnQ+PHdzZGwyOmVuZHBvaW50IG5hbWU9IlNPQVAx MkVuZHBvaW50IiBiaW5kaW5nPSJ0bnM6VmVyc2lvblNPQVAxMkJpbmRpbmciIGFkZHJlc3M9Imh0 dHA6Ly9sb2NhbGhvc3Q6ODA4MC9heGlzMi9zZXJ2aWNlcy9WZXJzaW9uIj48d3NkbDI6ZG9jdW1l bnRhdGlvbj5UaGlzIGVuZHBvaW50IGV4cG9zZXMgYSBTT0FQIDEyIGJpbmRpbmcgb3ZlciBhIEhU VFA8L3dzZGwyOmRvY3VtZW50YXRpb24+PC93c2RsMjplbmRwb2ludD48d3NkbDI6ZW5kcG9pbnQg bmFtZT0iSFRUUEVuZHBvaW50IiBiaW5kaW5nPSJ0bnM6VmVyc2lvbkh0dHBCaW5kaW5nIiBhZGRy ZXNzPSJodHRwOi8vbG9jYWxob3N0OjgwODAvYXhpczIvc2VydmljZXMvVmVyc2lvbiI+PHdzZGwy OmRvY3VtZW50YXRpb24+VGhpcyBlbmRwb2ludCBleHBvc2VzIGEgSFRUUCBiaW5kaW5nIG92ZXIg YSBIVFRQPC93c2RsMjpkb2N1bWVudGF0aW9uPjwvd3NkbDI6ZW5kcG9pbnQ+PC93c2RsMjpzZXJ2 aWNlPjwvd3NkbDI6ZGVzY3JpcHRpb24+ --=_mixed 0052201B85257419_= Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --=_mixed 0052201B85257419_=-- From [email protected] Thu Mar 27 15:35:19 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93755 invoked from network); 27 Mar 2008 15:35:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2008 15:35:19 -0000 Received: (qmail 50612 invoked by uid 500); 27 Mar 2008 15:35:18 -0000 Delivered-To: [email protected] Received: (qmail 50597 invoked by uid 500); 27 Mar 2008 15:35:18 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 50578 invoked by uid 99); 27 Mar 2008 15:35:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 08:35:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS,URIBL_BLACK 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; Thu, 27 Mar 2008 15:34:35 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e4.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m2RFYkHh031113; Thu, 27 Mar 2008 11:34:46 -0400 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 m2RFYkZi1079652; Thu, 27 Mar 2008 11:34:46 -0400 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 m2RFYkR3024874; Thu, 27 Mar 2008 11:34:46 -0400 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [161.129.204.104]) by d01av04.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2RFYk3m024846; Thu, 27 Mar 2008 11:34:46 -0400 In-Reply-To: <[email protected]> To: [email protected] Cc: [email protected], [email protected] Subject: Re: WSDL 2.0 codegeration fails due to Woden assertion MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Arthur Ryman <[email protected]> Message-ID: <[email protected]> Date: Thu, 27 Mar 2008 11:34:45 -0400 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/27/2008 11:34:45 Content-Type: multipart/mixed; boundary="=_mixed 0054ADE085257419_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_mixed 0054ADE085257419_= Content-Type: multipart/alternative; boundary="=_alternative 0054ADE085257419_=" --=_alternative 0054ADE085257419_= Content-Type: text/plain; charset="US-ASCII" Keith, Woden shouldn't fail, so this looks like a bug. The spec says that the target namespace SHOULD resolve to a document that describes the namespace. At worst you'd get a warning, but the parser should not crash. There was a recent thread on this topic [1] [1] http://mail-archives.apache.org/mod_mbox/[email protected]%3e Arthur Ryman, Technical Executive (IBM DE) Project and Program Management, Rational Division phone: (986)785-2965, TL 313-3077 assistant: (986)785-2965, TL 313-3831 fax: (986)785-2965, TL 313-4920 mobile: (986)785-2965 "keith chapman" <[email protected]> 03/27/2008 07:31 AM Please respond to [email protected] To [email protected], [email protected] cc Subject WSDL 2.0 codegeration fails due to Woden assertion Hi Devs, We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service hearwith. As you will note the target namespace of the wsdl is http://axisversion.sample and woden tries to resolve this and failes cause its not a resource that exist. The complete stack trace is given below Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:159) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at sun.net.NetworkClient.doConnect(NetworkClient.java:157) at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) at sun.net.www.http.HttpClient.New(HttpClient.java:287) at sun.net.www.http.HttpClient.New(HttpClient.java:299) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913) at java.net.URLConnection.getContent(URLConnection.java:682) at java.net.URL.getContent(URL.java:1021) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) ... 7 more Thanks, Keith. -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --=_alternative 0054ADE085257419_= Content-Type: text/html; charset="US-ASCII" <br><font size=2 face="sans-serif">Keith,</font> <br> <br><font size=2 face="sans-serif">Woden shouldn't fail, so this looks like a bug. The spec says that the target namespace SHOULD resolve to a document that describes the namespace. At worst you'd get a warning, but the parser should not crash. There was a recent thread on this topic [1]</font> <br> <br><font size=2 face="sans-serif">[1] http://mail-archives.apache.org/mod_mbox/[email protected]%3e</font> <br> <br><font size=2 face="sans-serif">Arthur Ryman, Technical Executive (IBM DE)<br> Project and Program Management, Rational Division<br> <br> phone: &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-3077<br> assistant: (986)785-2965, TL 313-3831<br> fax: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(986)785-2965, TL 313-4920<br> mobile: &nbsp; &nbsp; (986)785-2965</font> <br> <br> <br> <table width=100%> <tr valign=top> <td width=40%><font size=1 face="sans-serif"><b>&quot;keith chapman&quot; &lt;[email protected]&gt;</b> </font> <p><font size=1 face="sans-serif">03/27/2008 07:31 AM</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], [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">WSDL 2.0 codegeration fails due to Woden assertion</font></table> <br> <table> <tr valign=top> <td> <td></table> <br></table> <br> <br> <br><font size=3>Hi Devs,<br> <br> We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service &nbsp;hearwith. &nbsp;As you will note the target namespace of the wsdl is </font><a href=http://axisversion.sample/><font size=3 color=blue><u>http://axisversion.sample</u></font></a><font size=3> and woden tries to resolve this and failes cause its not a resource that exist. &nbsp;The complete stack trace is given below<br> <br> Exception in thread &quot;main&quot; org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL<br> &nbsp; &nbsp;at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:159)<br> &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)<br> &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)<br> &nbsp; &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> &nbsp; &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br> &nbsp; &nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> &nbsp; &nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br> &nbsp; &nbsp;at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)<br> Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample<br> &nbsp; &nbsp;at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)<br> &nbsp; &nbsp;at java.net.Socket.connect(Socket.java:507)<br> &nbsp; &nbsp;at java.net.Socket.connect(Socket.java:457)<br> &nbsp; &nbsp;at sun.net.NetworkClient.doConnect(NetworkClient.java:157)<br> &nbsp; &nbsp;at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)<br> &nbsp; &nbsp;at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)<br> &nbsp; &nbsp;at sun.net.www.http.HttpClient.&lt;init&gt;(HttpClient.java:214)<br> &nbsp; &nbsp;at sun.net.www.http.HttpClient.New(HttpClient.java:287)<br> &nbsp; &nbsp;at sun.net.www.http.HttpClient.New(HttpClient.java:299)<br> &nbsp; &nbsp;at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792)<br> &nbsp; &nbsp;at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744)<br> &nbsp; &nbsp;at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)<br> &nbsp; &nbsp;at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)<br> &nbsp; &nbsp;at java.net.URLConnection.getContent(URLConnection.java:682)<br> &nbsp; &nbsp;at java.net.URL.getContent(URL.java:1021)<br> &nbsp; &nbsp;at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28)<br> &nbsp; &nbsp;at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109)<br> &nbsp; &nbsp;at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77)<br> &nbsp; &nbsp;at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207)<br> &nbsp; &nbsp;at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233)<br> &nbsp; &nbsp;at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268)<br> &nbsp; &nbsp;at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127)<br> &nbsp; &nbsp;at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181)<br> &nbsp; &nbsp;at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.&lt;init&gt;(WSDL20ToAxisServiceBuilder.java:151)<br> &nbsp; &nbsp;at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.&lt;init&gt;(WSDL20ToAllAxisServicesBuilder.java:53)<br> &nbsp; &nbsp;at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:102)<br> &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)<br> &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)<br> &nbsp; &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> &nbsp; &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br> &nbsp; &nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> &nbsp; &nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br> &nbsp; &nbsp;at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)<br> <br> &nbsp; &nbsp;at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42)<br> &nbsp; &nbsp;at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109)<br> &nbsp; &nbsp;at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77)<br> &nbsp; &nbsp;at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207)<br> &nbsp; &nbsp;at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233)<br> &nbsp; &nbsp;at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268)<br> &nbsp; &nbsp;at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127)<br> &nbsp; &nbsp;at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181)<br> &nbsp; &nbsp;at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.&lt;init&gt;(WSDL20ToAxisServiceBuilder.java:151)<br> &nbsp; &nbsp;at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.&lt;init&gt;(WSDL20ToAllAxisServicesBuilder.java:53)<br> &nbsp; &nbsp;at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:102)<br> &nbsp; &nbsp;... 7 more<br> <br> <br> Thanks,<br> Keith.<br> -- <br> Keith Chapman<br> Software Engineer<br> WSO2 Inc.<br> Oxygenating the Web Service Platform.</font><font size=3 color=blue><u><br> </u></font><a href=http://wso2.org/><font size=3 color=blue><u>http://wso2.org/</u></font></a><font size=3><br> <br> blog: </font><a href="http://www.keith-chapman.org/"><font size=3 color=blue><u>http://www.keith-chapman.org</u></font></a><font size=3> </font><tt><font size=2>---------------------------------------------------------------------<br> To unsubscribe, e-mail: [email protected]<br> For additional commands, e-mail: [email protected]</font></tt> <br> --=_alternative 0054ADE085257419_=-- --=_mixed 0054ADE085257419_= Content-Type: application/octet-stream; name="Version.wsdl2" Content-Disposition: attachment; filename="Version.wsdl2" Content-Transfer-Encoding: base64 PHdzZGwyOmRlc2NyaXB0aW9uIHhtbG5zOndzZGwyPSJodHRwOi8vd3d3LnczLm9yZy9ucy93c2Rs IiB4bWxuczp0bnM9Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiIHhtbG5zOndzb2FwPSJodHRw Oi8vd3d3LnczLm9yZy9ucy93c2RsL3NvYXAiIHhtbG5zOm5zMD0iaHR0cDovL2F4aXN2ZXJzaW9u LnNhbXBsZSIgeG1sbnM6bnMxPSJodHRwOi8vb3JnLmFwYWNoZS5heGlzMi94c2QiIHhtbG5zOndz YXc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDYvMDUvYWRkcmVzc2luZy93c2RsIiB4bWxuczp3c2Rs eD0iaHR0cDovL3d3dy53My5vcmcvbnMvd3NkbC1leHRlbnNpb25zIiB4bWxuczp4cz0iaHR0cDov L3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEiIHhtbG5zOndodHRwPSJodHRwOi8vd3d3LnczLm9y Zy9ucy93c2RsL2h0dHAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy9ucy93c2RsIiB0YXJnZXRO YW1lc3BhY2U9Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiPjx3c2RsMjpkb2N1bWVudGF0aW9u PlZlcnNpb248L3dzZGwyOmRvY3VtZW50YXRpb24+PHdzZGwyOnR5cGVzPjx4czpzY2hlbWEgeG1s bnM6bnM9Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiIGF0dHJpYnV0ZUZvcm1EZWZhdWx0PSJx dWFsaWZpZWQiIGVsZW1lbnRGb3JtRGVmYXVsdD0icXVhbGlmaWVkIiB0YXJnZXROYW1lc3BhY2U9 Imh0dHA6Ly9heGlzdmVyc2lvbi5zYW1wbGUiPgo8eHM6Y29tcGxleFR5cGUgbmFtZT0iRXhjZXB0 aW9uIj4KPHhzOnNlcXVlbmNlPgo8eHM6ZWxlbWVudCBtaW5PY2N1cnM9IjAiIG5hbWU9IkV4Y2Vw dGlvbiIgbmlsbGFibGU9InRydWUiIHR5cGU9InhzOmFueVR5cGUiLz4KPC94czpzZXF1ZW5jZT4K PC94czpjb21wbGV4VHlwZT4KPHhzOmVsZW1lbnQgbmFtZT0iRXhjZXB0aW9uIj4KPHhzOmNvbXBs ZXhUeXBlPgo8eHM6c2VxdWVuY2U+Cjx4czplbGVtZW50IG1pbk9jY3Vycz0iMCIgbmFtZT0iRXhj ZXB0aW9uIiBuaWxsYWJsZT0idHJ1ZSIgdHlwZT0ibnM6RXhjZXB0aW9uIi8+CjwveHM6c2VxdWVu Y2U+CjwveHM6Y29tcGxleFR5cGU+CjwveHM6ZWxlbWVudD4KPHhzOmVsZW1lbnQgbmFtZT0iZ2V0 VmVyc2lvblJlc3BvbnNlIj4KPHhzOmNvbXBsZXhUeXBlPgo8eHM6c2VxdWVuY2U+Cjx4czplbGVt ZW50IG1pbk9jY3Vycz0iMCIgbmFtZT0icmV0dXJuIiBuaWxsYWJsZT0idHJ1ZSIgdHlwZT0ieHM6 c3RyaW5nIi8+CjwveHM6c2VxdWVuY2U+CjwveHM6Y29tcGxleFR5cGU+CjwveHM6ZWxlbWVudD4K PC94czpzY2hlbWE+PC93c2RsMjp0eXBlcz48d3NkbDI6aW50ZXJmYWNlIG5hbWU9IlNlcnZpY2VJ bnRlcmZhY2UiPjx3c2RsMjpmYXVsdCBuYW1lPSJFeGNlcHRpb24iIGVsZW1lbnQ9Im5zMDpFeGNl cHRpb24iLz48d3NkbDI6b3BlcmF0aW9uIG5hbWU9ImdldFZlcnNpb24iIHBhdHRlcm49Imh0dHA6 Ly93d3cudzMub3JnL25zL3dzZGwvaW4tb3V0Ij48d3NkbDI6aW5wdXQgZWxlbWVudD0iI25vbmUi IHdzYXc6QWN0aW9uPSJ1cm46Z2V0VmVyc2lvbiIvPjx3c2RsMjpvdXRwdXQgZWxlbWVudD0ibnMw OmdldFZlcnNpb25SZXNwb25zZSIgd3NhdzpBY3Rpb249InVybjpnZXRWZXJzaW9uUmVzcG9uc2Ui Lz48d3NkbDI6b3V0ZmF1bHQgcmVmPSJ0bnM6RXhjZXB0aW9uIiB3c2F3OkFjdGlvbj0idXJuOmdl dFZlcnNpb25FeGNlcHRpb24iLz48L3dzZGwyOm9wZXJhdGlvbj48L3dzZGwyOmludGVyZmFjZT48 d3NkbDI6YmluZGluZyBuYW1lPSJWZXJzaW9uU09BUDExQmluZGluZyIgaW50ZXJmYWNlPSJ0bnM6 U2VydmljZUludGVyZmFjZSIgdHlwZT0iaHR0cDovL3d3dy53My5vcmcvbnMvd3NkbC9zb2FwIiB3 c29hcDp2ZXJzaW9uPSIxLjEiPjx3c2RsMjpvcGVyYXRpb24gcmVmPSJ0bnM6Z2V0VmVyc2lvbiIg d3NvYXA6YWN0aW9uPSJ1cm46Z2V0VmVyc2lvbiIvPjwvd3NkbDI6YmluZGluZz48d3NkbDI6Ymlu ZGluZyBuYW1lPSJWZXJzaW9uU09BUDEyQmluZGluZyIgaW50ZXJmYWNlPSJ0bnM6U2VydmljZUlu dGVyZmFjZSIgdHlwZT0iaHR0cDovL3d3dy53My5vcmcvbnMvd3NkbC9zb2FwIiB3c29hcDp2ZXJz aW9uPSIxLjIiPjx3c2RsMjpvcGVyYXRpb24gcmVmPSJ0bnM6Z2V0VmVyc2lvbiIgd3NvYXA6YWN0 aW9uPSJ1cm46Z2V0VmVyc2lvbiIvPjwvd3NkbDI6YmluZGluZz48d3NkbDI6YmluZGluZyBuYW1l PSJWZXJzaW9uSHR0cEJpbmRpbmciIGludGVyZmFjZT0idG5zOlNlcnZpY2VJbnRlcmZhY2UiIHR5 cGU9Imh0dHA6Ly93d3cudzMub3JnL25zL3dzZGwvaHR0cCI+PHdzZGwyOm9wZXJhdGlvbiByZWY9 InRuczpnZXRWZXJzaW9uIiB3aHR0cDpsb2NhdGlvbj0iVmVyc2lvbi9nZXRWZXJzaW9uIi8+PC93 c2RsMjpiaW5kaW5nPjx3c2RsMjpzZXJ2aWNlIG5hbWU9IlZlcnNpb24iIGludGVyZmFjZT0idG5z OlNlcnZpY2VJbnRlcmZhY2UiPjx3c2RsMjplbmRwb2ludCBuYW1lPSJTT0FQMTFFbmRwb2ludCIg YmluZGluZz0idG5zOlZlcnNpb25TT0FQMTFCaW5kaW5nIiBhZGRyZXNzPSJodHRwOi8vbG9jYWxo b3N0OjgwODAvYXhpczIvc2VydmljZXMvVmVyc2lvbiI+PHdzZGwyOmRvY3VtZW50YXRpb24+VGhp cyBlbmRwb2ludCBleHBvc2VzIGEgU09BUCAxMSBiaW5kaW5nIG92ZXIgYSBIVFRQPC93c2RsMjpk b2N1bWVudGF0aW9uPjwvd3NkbDI6ZW5kcG9pbnQ+PHdzZGwyOmVuZHBvaW50IG5hbWU9IlNPQVAx MkVuZHBvaW50IiBiaW5kaW5nPSJ0bnM6VmVyc2lvblNPQVAxMkJpbmRpbmciIGFkZHJlc3M9Imh0 dHA6Ly9sb2NhbGhvc3Q6ODA4MC9heGlzMi9zZXJ2aWNlcy9WZXJzaW9uIj48d3NkbDI6ZG9jdW1l bnRhdGlvbj5UaGlzIGVuZHBvaW50IGV4cG9zZXMgYSBTT0FQIDEyIGJpbmRpbmcgb3ZlciBhIEhU VFA8L3dzZGwyOmRvY3VtZW50YXRpb24+PC93c2RsMjplbmRwb2ludD48d3NkbDI6ZW5kcG9pbnQg bmFtZT0iSFRUUEVuZHBvaW50IiBiaW5kaW5nPSJ0bnM6VmVyc2lvbkh0dHBCaW5kaW5nIiBhZGRy ZXNzPSJodHRwOi8vbG9jYWxob3N0OjgwODAvYXhpczIvc2VydmljZXMvVmVyc2lvbiI+PHdzZGwy OmRvY3VtZW50YXRpb24+VGhpcyBlbmRwb2ludCBleHBvc2VzIGEgSFRUUCBiaW5kaW5nIG92ZXIg YSBIVFRQPC93c2RsMjpkb2N1bWVudGF0aW9uPjwvd3NkbDI6ZW5kcG9pbnQ+PC93c2RsMjpzZXJ2 aWNlPjwvd3NkbDI6ZGVzY3JpcHRpb24+ --=_mixed 0054ADE085257419_= Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --=_mixed 0054ADE085257419_=-- From [email protected] Thu Mar 27 15:51:19 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4334 invoked from network); 27 Mar 2008 15:51:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2008 15:51:19 -0000 Received: (qmail 96313 invoked by uid 500); 27 Mar 2008 15:51:12 -0000 Delivered-To: [email protected] Received: (qmail 96287 invoked by uid 500); 27 Mar 2008 15:51:12 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 96242 invoked by uid 99); 27 Mar 2008 15:51:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 08:51:12 -0700 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS,URIBL_BLACK 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 ag-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 15:50:30 +0000 Received: by ag-out-0708.google.com with SMTP id 23so8923143agd.5 for <[email protected]>; Thu, 27 Mar 2008 08:50:35 -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:cc:in-reply-to:mime-version:content-type:references; bh=GsnMpmBcdSgWPOrtCV2OzGs88UG/iPoL5zOGnazAkgU=; b=csXQJu3oduZ2Y14yyGkgnVEs4u/NZxXp6Fb2L2QhmcSf+LtFZlug4YWsYuLI/RGB6UjRhvh52cUYXJioY2h+A43N6vKdfD8uXuZ6fHnTrqfl0rQe4fqJOO36WnY3x0/4gKY7lQ45qbeEpLhHFmwDPp9RNdLNhskf3bmav2gY4DA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=a0JR+xV3x9/SDu4ho/ZV6WggABT0LA4nTI4w8VM7F0lZNFX1xi3Zx0rSdJb9Ps1RSs9T9Y4SlLlpRG1l6mAriFTzAAy3uhSzJ/13MqAgevd8oUP+ogbS/1VwgDZHRzNHkal8/InULxJRxlGAqKQo53AgLaFZXSwxnkNbYChUcxU= Received: by 161.129.204.104 with SMTP id w9mr3666754anh.63.1206633017297; Thu, 27 Mar 2008 08:50:17 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 27 Mar 2008 08:50:17 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 27 Mar 2008 21:20:17 +0530 From: "keith chapman" <[email protected]> To: [email protected] Subject: Re: WSDL 2.0 codegeration fails due to Woden assertion Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23486_6335019.1206633017292" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_23486_6335019.1206633017292 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks for looking into it Lawrence. I created a jira issue. https://issues.apache.org/jira/browse/WODEN-203 Thanks, Keith. On Thu, Mar 27, 2008 at 8:28 PM, Lawrence Mandel <[email protected]> wrote: > Hi Keith, > > Description1001 should report a warning in this case. Looks like we'll > have to dig into this ASAP. > > Can you please open a Jira and include any other relevant environmental > factors such as OS, connectivity, and JRE provider and version? > > Thanks, > > Lawrence > > > > > > "keith chapman" <[email protected]> > 03/27/2008 07:31 AM > Please respond to > [email protected] > > > To > [email protected], [email protected] > cc > > Subject > WSDL 2.0 codegeration fails due to Woden assertion > > > > > > > Hi Devs, > > We are having a bit of a problem in Axis2 (codegeration) due to an > assertion woden has made. I have attached the wsdl2 of the version service > hearwith. As you will note the target namespace of the wsdl is > http://axisversion.sample and woden tries to resolve this and failes cause > its not a resource that exist. The complete stack trace is given below > > Exception in thread "main" > org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>( > CodeGenerationEngine.java:159) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) > Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: > axisversion.sample: java.net.UnknownHostException: axisversion.sample > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) > at java.net.Socket.connect(Socket.java:507) > at java.net.Socket.connect(Socket.java:457) > at sun.net.NetworkClient.doConnect(NetworkClient.java:157) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) > at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) > at sun.net.www.http.HttpClient.New(HttpClient.java:287) > at sun.net.www.http.HttpClient.New(HttpClient.java:299) > at > sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient( > HttpURLConnection.java:792) > at > sun.net.www.protocol.http.HttpURLConnection.plainConnect( > HttpURLConnection.java:744) > at > sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java > :669) > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream( > HttpURLConnection.java:913) > at java.net.URLConnection.getContent(URLConnection.java:682) > at java.net.URL.getContent(URL.java:1021) > at > org.apache.woden.internal.wsdl20.assertions.Description1001.validate( > Description1001.java:28) > at > org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions( > WSDLValidator.java:109) > at > org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate( > WSDLValidator.java:77) > at > org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) > at > org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) > at > org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) > at > org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) > at > org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile( > WSDL20ToAxisServiceBuilder.java:1181) > at > org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>( > WSDL20ToAxisServiceBuilder.java:151) > at > org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>( > WSDL20ToAllAxisServicesBuilder.java:53) > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>( > CodeGenerationEngine.java:102) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) > > at > org.apache.woden.internal.wsdl20.assertions.Description1001.validate( > Description1001.java:42) > at > org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions( > WSDLValidator.java:109) > at > org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate( > WSDLValidator.java:77) > at > org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) > at > org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) > at > org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) > at > org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) > at > org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile( > WSDL20ToAxisServiceBuilder.java:1181) > at > org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>( > WSDL20ToAxisServiceBuilder.java:151) > at > org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>( > WSDL20ToAllAxisServicesBuilder.java:53) > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>( > CodeGenerationEngine.java:102) > ... 7 more > > > Thanks, > Keith. > -- > Keith Chapman > Software Engineer > WSO2 Inc. > Oxygenating the Web Service Platform. > http://wso2.org/ > > blog: http://www.keith-chapman.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] > -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org ------=_Part_23486_6335019.1206633017292 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks for looking into it Lawrence. I created a jira issue. <a href="https://issues.apache.org/jira/browse/WODEN-203">https://issues.apache.org/jira/browse/WODEN-203</a><br><br>Thanks,<br>Keith.<br><br><div class="gmail_quote"> On Thu, Mar 27, 2008 at 8:28 PM, Lawrence Mandel &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi Keith,<br> <br> Description1001 should report a warning in this case. Looks like we&#39;ll<br> have to dig into this ASAP.<br> <br> Can you please open a Jira and include any other relevant environmental<br> factors such as OS, connectivity, and JRE provider and version?<br> <br> Thanks,<br> <br> Lawrence<br> <br> <br> <br> <br> <br> &quot;keith chapman&quot; &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br> 03/27/2008 07:31 AM<br> Please respond to<br> <a href="mailto:[email protected]">[email protected]</a><br> <br> <br> To<br> <a href="mailto:[email protected]">[email protected]</a>, <a href="mailto:[email protected]">[email protected]</a><br> cc<br> <br> Subject<br> WSDL 2.0 codegeration fails due to Woden assertion<br> <div><div></div><div class="Wj3C7c"><br> <br> <br> <br> <br> <br> Hi Devs,<br> <br> We are having a bit of a problem in Axis2 (codegeration) due to an<br> assertion woden has made. I have attached the wsdl2 of the version service<br> &nbsp;hearwith. &nbsp;As you will note the target namespace of the wsdl is<br> <a href="http://axisversion.sample" target="_blank">http://axisversion.sample</a> and woden tries to resolve this and failes cause<br> its not a resource that exist. &nbsp;The complete stack trace is given below<br> <br> Exception in thread &quot;main&quot;<br> org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL<br> &nbsp; &nbsp;at<br> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:159)<br> &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)<br> &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)<br> &nbsp; &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> &nbsp; &nbsp;at<br> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br> &nbsp; &nbsp;at<br> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> &nbsp; &nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br> &nbsp; &nbsp;at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)<br> Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.:<br> axisversion.sample: java.net.UnknownHostException: axisversion.sample<br> &nbsp; &nbsp;at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)<br> &nbsp; &nbsp;at java.net.Socket.connect(Socket.java:507)<br> &nbsp; &nbsp;at java.net.Socket.connect(Socket.java:457)<br> &nbsp; &nbsp;at sun.net.NetworkClient.doConnect(NetworkClient.java:157)<br> &nbsp; &nbsp;at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)<br> &nbsp; &nbsp;at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)<br> &nbsp; &nbsp;at sun.net.www.http.HttpClient.&lt;init&gt;(HttpClient.java:214)<br> &nbsp; &nbsp;at sun.net.www.http.HttpClient.New(HttpClient.java:287)<br> &nbsp; &nbsp;at sun.net.www.http.HttpClient.New(HttpClient.java:299)<br> &nbsp; &nbsp;at<br> sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792)<br> &nbsp; &nbsp;at<br> sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744)<br> &nbsp; &nbsp;at<br> sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)<br> &nbsp; &nbsp;at<br> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)<br> &nbsp; &nbsp;at java.net.URLConnection.getContent(URLConnection.java:682)<br> &nbsp; &nbsp;at java.net.URL.getContent(URL.java:1021)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127)<br> &nbsp; &nbsp;at<br> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181)<br> &nbsp; &nbsp;at<br> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.&lt;init&gt;(WSDL20ToAxisServiceBuilder.java:151)<br> &nbsp; &nbsp;at<br> org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.&lt;init&gt;(WSDL20ToAllAxisServicesBuilder.java:53)<br> &nbsp; &nbsp;at<br> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:102)<br> &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)<br> &nbsp; &nbsp;at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)<br> &nbsp; &nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> &nbsp; &nbsp;at<br> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br> &nbsp; &nbsp;at<br> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> &nbsp; &nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br> &nbsp; &nbsp;at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)<br> <br> &nbsp; &nbsp;at<br> org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268)<br> &nbsp; &nbsp;at<br> org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127)<br> &nbsp; &nbsp;at<br> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181)<br> &nbsp; &nbsp;at<br> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.&lt;init&gt;(WSDL20ToAxisServiceBuilder.java:151)<br> &nbsp; &nbsp;at<br> org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.&lt;init&gt;(WSDL20ToAllAxisServicesBuilder.java:53)<br> &nbsp; &nbsp;at<br> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.&lt;init&gt;(CodeGenerationEngine.java:102)<br> &nbsp; &nbsp;... 7 more<br> <br> <br> Thanks,<br> Keith.<br> --<br> Keith Chapman<br> Software Engineer<br> WSO2 Inc.<br> Oxygenating the Web Service Platform.<br> <a href="http://wso2.org/" target="_blank">http://wso2.org/</a><br> <br> blog: <a href="http://www.keith-chapman.org" target="_blank">http://www.keith-chapman.org</a><br> </div></div>---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> For additional commands, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> <br>---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href="mailto:[email protected]">[email protected]</a><br> For additional commands, e-mail: <a href="mailto:[email protected]">[email protected]</a><br></blockquote></div><br><br clear="all"><br>-- <br>Keith Chapman<br>Software Engineer<br>WSO2 Inc.<br>Oxygenating the Web Service Platform.<br> <a href="http://wso2.org/">http://wso2.org/</a><br><br>blog: <a href="http://www.keith-chapman.org">http://www.keith-chapman.org</a> ------=_Part_23486_6335019.1206633017292-- From [email protected] Thu Mar 27 15:51:38 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4568 invoked from network); 27 Mar 2008 15:51:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2008 15:51:38 -0000 Received: (qmail 97938 invoked by uid 500); 27 Mar 2008 15:51:37 -0000 Delivered-To: [email protected] Received: (qmail 97914 invoked by uid 500); 27 Mar 2008 15:51:37 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 97902 invoked by uid 99); 27 Mar 2008 15:51:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 08:51:37 -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, 27 Mar 2008 15:50:55 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5BBAF234C0A8 for <[email protected]>; Thu, 27 Mar 2008 08:49:24 -0700 (PDT) Message-ID: <1560062840.1206632964374.JavaMail.jira@brutus> Date: Thu, 27 Mar 2008 08:49:24 -0700 (PDT) From: "Keith Godwin Chapman (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (WODEN-203) WSDL 2.0 codegeration fails in Axis2 due to Woden assertion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org WSDL 2.0 codegeration fails in Axis2 due to Woden assertion ----------------------------------------------------------- Key: WODEN-203 URL: https://issues.apache.org/jira/browse/WODEN-203 Project: Woden Issue Type: Bug Environment: Ubuntu 7.0.4, JDK 1.5_06, Reporter: Keith Godwin Chapman Priority: Blocker We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service hearwith. As you will note the target namespace of the wsdl is http://axisversion.sample and woden tries to resolve this and failes cause its not a resource that exist. The complete stack trace is given below Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:159) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at sun.net.NetworkClient.doConnect(NetworkClient.java:157) at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) at sun.net.www.http.HttpClient.New(HttpClient.java:287) at sun.net.www.http.HttpClient.New(HttpClient.java:299) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913) at java.net.URLConnection.getContent(URLConnection.java:682) at java.net.URL.getContent(URL.java:1021) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) ... 7 more -- 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] Sat Mar 29 18:13:43 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41327 invoked from network); 29 Mar 2008 18:13:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2008 18:13:43 -0000 Received: (qmail 80521 invoked by uid 500); 29 Mar 2008 18:13:42 -0000 Delivered-To: [email protected] Received: (qmail 80503 invoked by uid 500); 29 Mar 2008 18:13:42 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 80492 invoked by uid 99); 29 Mar 2008 18:13:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2008 11:13:42 -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, 29 Mar 2008 18:13:08 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6DC0F234C0A7 for <[email protected]>; Sat, 29 Mar 2008 11:11:24 -0700 (PDT) Message-ID: <1796092021.1206814284441.JavaMail.jira@brutus> Date: Sat, 29 Mar 2008 11:11:24 -0700 (PDT) From: "Lawrence Mandel (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (WODEN-203) WSDL 2.0 codegeration fails in Axis2 due to Woden assertion In-Reply-To: <1560062840.1206632964374.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/WODEN-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lawrence Mandel reassigned WODEN-203: ------------------------------------- Assignee: Lawrence Mandel > WSDL 2.0 codegeration fails in Axis2 due to Woden assertion > ----------------------------------------------------------- > > Key: WODEN-203 > URL: https://issues.apache.org/jira/browse/WODEN-203 > Project: Woden > Issue Type: Bug > Environment: Ubuntu 7.0.4, JDK 1.5_06, > Reporter: Keith Godwin Chapman > Assignee: Lawrence Mandel > Priority: Blocker > > We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service hearwith. As you will note the target namespace of the wsdl is http://axisversion.sample and woden tries to resolve this and failes cause its not a resource that exist. The complete stack trace is given below > Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:159) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) > Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) > at java.net.Socket.connect(Socket.java:507) > at java.net.Socket.connect(Socket.java:457) > at sun.net.NetworkClient.doConnect(NetworkClient.java:157) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) > at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) > at sun.net.www.http.HttpClient.New(HttpClient.java:287) > at sun.net.www.http.HttpClient.New(HttpClient.java:299) > at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792) > at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744) > at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669) > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913) > at java.net.URLConnection.getContent(URLConnection.java:682) > at java.net.URL.getContent(URL.java:1021) > at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) > at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) > at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) > at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) > ... 7 more -- 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] Sat Mar 29 18:34:02 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56279 invoked from network); 29 Mar 2008 18:34:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2008 18:34:02 -0000 Received: (qmail 89017 invoked by uid 500); 29 Mar 2008 18:34:01 -0000 Delivered-To: [email protected] Received: (qmail 88993 invoked by uid 500); 29 Mar 2008 18:34: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 88982 invoked by uid 500); 29 Mar 2008 18:34:01 -0000 Delivered-To: [email protected] Received: (qmail 88979 invoked by uid 99); 29 Mar 2008 18:34:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2008 11:34:01 -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, 29 Mar 2008 18:33:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B33EC1A9832; Sat, 29 Mar 2008 11:33:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r642577 - in /webservices/woden/branches/woden62: src/org/apache/woden/internal/wsdl20/assertions/Description1001.java test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java Date: Sat, 29 Mar 2008 18:33: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: lmandel Date: Sat Mar 29 11:33:39 2008 New Revision: 642577 URL: http://svn.apache.org/viewvc?rev=642577&view=rev Log: [WODEN-203] Fix for Description1001 throwing exception when checking a host name that does not resolve. New tests added to the test suite for this condition as well. Modified: webservices/woden/branches/woden62/src/org/apache/woden/internal/wsdl20/assertions/Description1001.java webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java Modified: webservices/woden/branches/woden62/src/org/apache/woden/internal/wsdl20/assertions/Description1001.java URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden62/src/org/apache/woden/internal/wsdl20/assertions/Description1001.java?rev=642577&r1=642576&r2=642577&view=diff ============================================================================== --- webservices/woden/branches/woden62/src/org/apache/woden/internal/wsdl20/assertions/Description1001.java (original) +++ webservices/woden/branches/woden62/src/org/apache/woden/internal/wsdl20/assertions/Description1001.java Sat Mar 29 11:33:39 2008 @@ -16,7 +16,6 @@ */ package org.apache.woden.internal.wsdl20.assertions; -import java.io.FileNotFoundException; import java.net.URI; import java.net.URL; @@ -64,21 +63,16 @@ o = url.getContent(); } if(o == null) { - wodenCtx.getErrorReporter().reportError( - new ErrorLocatorImpl(), getId(), new Object[] {tns}, ErrorReporter.SEVERITY_WARNING); + throw new Exception(); } - } catch (FileNotFoundException e1) { - wodenCtx.getErrorReporter().reportError( - new ErrorLocatorImpl(), getId(), new Object[] {tns}, ErrorReporter.SEVERITY_WARNING); - } catch (WSDLException e2) { + // A WSDLException may be thrown due to a problem with the URI resolver so we should report this exception. throw e2; } catch (Exception e) { - // IOException - // MalformedURLException - throw new WSDLException(WSDLException.OTHER_ERROR, - "Fatal error.", - e); + // Any other exception including IOExceptoin, MalformedURLException, UnknownHostException, and + // FileNotFoundException means that the namespace was not resolvable. + wodenCtx.getErrorReporter().reportError( + new ErrorLocatorImpl(), getId(), new Object[] {tns}, ErrorReporter.SEVERITY_WARNING); } } Modified: webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java?rev=642577&r1=642576&r2=642577&view=diff ============================================================================== --- webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java (original) +++ webservices/woden/branches/woden62/test/org/apache/woden/internal/wsdl20/assertions/TestDescription1001.java Sat Mar 29 11:33:39 2008 @@ -65,8 +65,8 @@ } /** - * Test that the assertion passes for an interface that - * extends no other interfaces. + * Test that the assertion reports a warning for a namespace + * with the urn scheme. */ public void testTargetNamespaceSchemeurn() { DescriptionElement descEl = factory.newDescription(); @@ -78,10 +78,49 @@ fail("Assertion Description1001 threw the following WSDLException for target namespace urn:sample: " + e.toString()); } if(handler.errorMessageHasBeenReported()) { - fail("Assertion Description1001 fails incorrectly for an target namespace with the scheme urn."); + fail("Assertion Description1001 reports an error instead of a warning for an target namespace with the scheme urn."); } else if(!handler.messageHasBeenReported()) { fail("Assertion Description1001 did not report a warning for a target namespace with the scheme urn."); + } + } + + /** + * Test that the assertion reports a warning for a namespace + * with an unknown host http://example.sample. + */ + public void testTargetNamespaceDoesNotResolveUnknownHost() { + DescriptionElement descEl = factory.newDescription(); + descEl.setTargetNamespace(URI.create("http://example.sample")); + + try { + assertion.validate(descEl, wodenContext); + } catch(WSDLException e){ + fail("Assertion Description1001 threw the following WSDLException for target namespace http://example.sample, which doesn't resolve: " + e.toString()); + } + if(handler.errorMessageHasBeenReported()) { + fail("Assertion Description1001 reports an error instead of a warning for an target namespace that doesn't resolve."); + } + else if(!handler.messageHasBeenReported()) { + fail("Assertion Description1001 did not report a warning for a target namespace that doesn't resolve."); + } + } + + /** + * Test that the assertion reports no warning for a namespace + * that resolves such as http://apache.org. + */ + public void testTargetNamespaceResolves() { + DescriptionElement descEl = factory.newDescription(); + descEl.setTargetNamespace(URI.create("http://apache.org")); + + try { + assertion.validate(descEl, wodenContext); + } catch(WSDLException e){ + fail("Assertion Description1001 threw the following WSDLException for target namespace http://apache.org, which should resolve: " + e.toString()); + } + if(handler.messageHasBeenReported()) { + fail("Assertion Description1001 reports an error or warning for an target namespace that should resolve. Note that this test will fail without network connectivity."); } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Mar 29 18:37:45 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57566 invoked from network); 29 Mar 2008 18:37:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2008 18:37:44 -0000 Received: (qmail 90723 invoked by uid 500); 29 Mar 2008 18:37:44 -0000 Delivered-To: [email protected] Received: (qmail 90703 invoked by uid 500); 29 Mar 2008 18:37:44 -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: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 90692 invoked by uid 99); 29 Mar 2008 18:37:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2008 11:37:44 -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, 29 Mar 2008 18:37:01 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 4FDD1234C0AB for <[email protected]>; Sat, 29 Mar 2008 11:35:24 -0700 (PDT) Message-ID: <1407030484.1206815724326.JavaMail.jira@brutus> Date: Sat, 29 Mar 2008 11:35:24 -0700 (PDT) From: "Lawrence Mandel (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (WODEN-203) WSDL 2.0 codegeration fails in Axis2 due to Woden assertion In-Reply-To: <1560062840.1206632964374.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/WODEN-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lawrence Mandel resolved WODEN-203. ----------------------------------- Resolution: Fixed Fixed. Description1001 was previously throwing a WSDLException for any caught exception other than FileNotFoundException. This behaviour was incorrect. The assertion should report a warning for any exception that results in the attempt to resolve the namespace. The one exception is a WSDLException, which will be thrown by the Woden URI resolver if something goes wrong with the URI resolver. We may need to reconsider this exception as I'm not sure any assertion should ever throw an exception instead of simply failing the assertion. > WSDL 2.0 codegeration fails in Axis2 due to Woden assertion > ----------------------------------------------------------- > > Key: WODEN-203 > URL: https://issues.apache.org/jira/browse/WODEN-203 > Project: Woden > Issue Type: Bug > Components: Validation > Affects Versions: M7b > Environment: Ubuntu 7.0.4, JDK 1.5_06, > Reporter: Keith Godwin Chapman > Assignee: Lawrence Mandel > Priority: Blocker > > We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service hearwith. As you will note the target namespace of the wsdl is http://axisversion.sample and woden tries to resolve this and failes cause its not a resource that exist. The complete stack trace is given below > Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:159) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) > Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) > at java.net.Socket.connect(Socket.java:507) > at java.net.Socket.connect(Socket.java:457) > at sun.net.NetworkClient.doConnect(NetworkClient.java:157) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) > at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) > at sun.net.www.http.HttpClient.New(HttpClient.java:287) > at sun.net.www.http.HttpClient.New(HttpClient.java:299) > at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792) > at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744) > at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669) > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913) > at java.net.URLConnection.getContent(URLConnection.java:682) > at java.net.URL.getContent(URL.java:1021) > at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) > at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) > at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) > at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) > ... 7 more -- 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] Sat Mar 29 18:37:46 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57586 invoked from network); 29 Mar 2008 18:37:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2008 18:37:46 -0000 Received: (qmail 90803 invoked by uid 500); 29 Mar 2008 18:37:45 -0000 Delivered-To: [email protected] Received: (qmail 90781 invoked by uid 500); 29 Mar 2008 18:37: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 90770 invoked by uid 99); 29 Mar 2008 18:37:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2008 11:37:45 -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, 29 Mar 2008 18:37:01 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5E6C1234C0AE for <[email protected]>; Sat, 29 Mar 2008 11:35:24 -0700 (PDT) Message-ID: <1965933545.1206815724385.JavaMail.jira@brutus> Date: Sat, 29 Mar 2008 11:35:24 -0700 (PDT) From: "Lawrence Mandel (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (WODEN-203) WSDL 2.0 codegeration fails in Axis2 due to Woden assertion In-Reply-To: <1560062840.1206632964374.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/WODEN-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lawrence Mandel updated WODEN-203: ---------------------------------- Component/s: Validation Description: We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service hearwith. As you will note the target namespace of the wsdl is http://axisversion.sample and woden tries to resolve this and failes cause its not a resource that exist. The complete stack trace is given below Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:159) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at sun.net.NetworkClient.doConnect(NetworkClient.java:157) at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) at sun.net.www.http.HttpClient.&lt;init&gt;(HttpClient.java:214) at sun.net.www.http.HttpClient.New(HttpClient.java:287) at sun.net.www.http.HttpClient.New(HttpClient.java:299) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913) at java.net.URLConnection.getContent(URLConnection.java:682) at java.net.URL.getContent(URL.java:1021) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) ... 7 more was: We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service hearwith. As you will note the target namespace of the wsdl is http://axisversion.sample and woden tries to resolve this and failes cause its not a resource that exist. The complete stack trace is given below Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:159) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at sun.net.NetworkClient.doConnect(NetworkClient.java:157) at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) at sun.net.www.http.HttpClient.New(HttpClient.java:287) at sun.net.www.http.HttpClient.New(HttpClient.java:299) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913) at java.net.URLConnection.getContent(URLConnection.java:682) at java.net.URL.getContent(URL.java:1021) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) ... 7 more Affects Version/s: M7b Fix Version/s: M8 Remaining Estimate: 0h Original Estimate: 0h > WSDL 2.0 codegeration fails in Axis2 due to Woden assertion > ----------------------------------------------------------- > > Key: WODEN-203 > URL: https://issues.apache.org/jira/browse/WODEN-203 > Project: Woden > Issue Type: Bug > Components: Validation > Affects Versions: M7b > Environment: Ubuntu 7.0.4, JDK 1.5_06, > Reporter: Keith Godwin Chapman > Assignee: Lawrence Mandel > Priority: Blocker > Fix For: M8 > > Original Estimate: 0h > Remaining Estimate: 0h > > We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service hearwith. As you will note the target namespace of the wsdl is http://axisversion.sample and woden tries to resolve this and failes cause its not a resource that exist. The complete stack trace is given below > Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:159) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) > Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) > at java.net.Socket.connect(Socket.java:507) > at java.net.Socket.connect(Socket.java:457) > at sun.net.NetworkClient.doConnect(NetworkClient.java:157) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) > at sun.net.www.http.HttpClient.&lt;init&gt;(HttpClient.java:214) > at sun.net.www.http.HttpClient.New(HttpClient.java:287) > at sun.net.www.http.HttpClient.New(HttpClient.java:299) > at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792) > at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744) > at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669) > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913) > at java.net.URLConnection.getContent(URLConnection.java:682) > at java.net.URL.getContent(URL.java:1021) > at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) > at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) > at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) > at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) > at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) > at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) > at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) > ... 7 more -- 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] Sat Mar 29 18:46:21 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59478 invoked from network); 29 Mar 2008 18:46:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2008 18:46:21 -0000 Received: (qmail 98029 invoked by uid 500); 29 Mar 2008 18:46:20 -0000 Delivered-To: [email protected] Received: (qmail 97961 invoked by uid 500); 29 Mar 2008 18:46: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]> List-Id: <woden-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 97946 invoked by uid 99); 29 Mar 2008 18:46:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2008 11:46:20 -0700 X-ASF-Spam-Status: No, hits=-2.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,URIBL_BLACK 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; Sat, 29 Mar 2008 18:45:37 +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 m2TIlknm024113; Sat, 29 Mar 2008 14:47:46 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2TIjheD247608; Sat, 29 Mar 2008 14:45:43 -0400 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 m2TIjhqR027215; Sat, 29 Mar 2008 14:45:43 -0400 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av04.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m2TIjhK1027210; Sat, 29 Mar 2008 14:45:43 -0400 In-Reply-To: <[email protected]> To: [email protected] Cc: [email protected] MIME-Version: 1.0 Subject: Re: WSDL 2.0 codegeration fails due to Woden assertion X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Lawrence Mandel <[email protected]> Message-ID: <[email protected]> Date: Sat, 29 Mar 2008 14:45:29 -0400 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 03/29/2008 14:45:32, Serialize complete at 03/29/2008 14:45:32 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Fixed. Lawrence "keith chapman" <[email protected]> 03/27/2008 11:50 AM Please respond to [email protected] To [email protected] cc [email protected] Subject Re: WSDL 2.0 codegeration fails due to Woden assertion Thanks for looking into it Lawrence. I created a jira issue. https://issues.apache.org/jira/browse/WODEN-203 Thanks, Keith. On Thu, Mar 27, 2008 at 8:28 PM, Lawrence Mandel <[email protected]> wrote: Hi Keith, Description1001 should report a warning in this case. Looks like we'll have to dig into this ASAP. Can you please open a Jira and include any other relevant environmental factors such as OS, connectivity, and JRE provider and version? Thanks, Lawrence "keith chapman" <[email protected]> 03/27/2008 07:31 AM Please respond to [email protected] To [email protected], [email protected] cc Subject WSDL 2.0 codegeration fails due to Woden assertion Hi Devs, We are having a bit of a problem in Axis2 (codegeration) due to an assertion woden has made. I have attached the wsdl2 of the version service hearwith. As you will note the target namespace of the wsdl is http://axisversion.sample and woden tries to resolve this and failes cause its not a resource that exist. The complete stack trace is given below Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:159) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) Caused by: WSDLException: faultCode=OTHER_ERROR: Fatal error.: axisversion.sample: java.net.UnknownHostException: axisversion.sample at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at sun.net.NetworkClient.doConnect(NetworkClient.java:157) at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) at sun.net.www.http.HttpClient.New(HttpClient.java:287) at sun.net.www.http.HttpClient.New(HttpClient.java:299) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913) at java.net.URLConnection.getContent(URLConnection.java:682) at java.net.URL.getContent(URL.java:1021) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:28) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) 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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) at org.apache.woden.internal.wsdl20.assertions.Description1001.validate(Description1001.java:42) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.checkAssertions(WSDLValidator.java:109) at org.apache.woden.internal.wsdl20.validation.WSDLValidator.validate(WSDLValidator.java:77) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:207) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:233) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:268) at org.apache.woden.internal.DOMWSDLReader.readWSDL(DOMWSDLReader.java:127) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.readInTheWSDLFile(WSDL20ToAxisServiceBuilder.java:1181) at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.<init>(WSDL20ToAxisServiceBuilder.java:151) at org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.<init>(WSDL20ToAllAxisServicesBuilder.java:53) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:102) ... 7 more Thanks, Keith. -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.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] -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Thu Jul 02 01:44:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82241 invoked from network); 2 Jul 2009 01:44:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jul 2009 01:44:15 -0000 Received: (qmail 27714 invoked by uid 500); 2 Jul 2009 01:44:25 -0000 Delivered-To: [email protected] Received: (qmail 27640 invoked by uid 500); 2 Jul 2009 01:44: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: <user.beehive.apache.org> Reply-To: "Beehive Users" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27629 invoked by uid 99); 2 Jul 2009 01:44:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 01:44:25 +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 wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 01:44:16 +0000 Received: by wa-out-1112.google.com with SMTP id v33so112764wah.25 for <[email protected]>; Wed, 01 Jul 2009 18:43:55 -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=m0W79zrGbws2hkFl8CmfuNK4K1ke7QMuuJraH/VclSg=; b=hZvVDNHP+MfJVddUT0GplssFm9jaZGD7uvdbCm47oZ4N468nmJ0GxkfcLq73yT4ciO DUGWu5YlR3SFWMBECcBG6Uk7FUc4hPWtktoPzzlMmY0AmApc79JILVosRIlSBVoXKQXX 7QCe2hvZikx8O8VeAlgv3AkpxLUZvdBhgCPf4= 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=UhHtjtk7OUi/RCMBaZoi+4s4LvOzp3UeJDCyxqwBeQ8dtD+V74NO5oeSiFF72fuzj8 8um3yfvdQtQTAJGYqAHgx8fNJkB0lxnkstqKCw3jGJf06MYZif7Zb8dnQdQk9dglZ1GL dcKukdI8m6uQBvNX0dXDj9ohRR7vRqdXMIdOg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id n6mr16333385wam.12.1246499035904; Wed, 01 Jul 2009 18:43:55 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 1 Jul 2009 19:43:55 -0600 Message-ID: <[email protected]> Subject: Re: Showing empty rows when no data in datagrid From: "Eddie O'Neil" <[email protected]> To: Beehive Users <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hey, this is a good question and something that the <netui:dataGrid> should support; unfortunately it's not a feature that's supported today and likely won't be something that is added unless you want to submit a patch. :) One way to "fake" it is to pass the dataGrid an empty data structure that you could detect when the columns render, for example by using JSTL inside of the <rows> tag to know that the items are some kind of marker that says that the data set contains no data. Hope that helps; apologies for the delayed reply. Eddie On Sat, Apr 25, 2009 at 6:23 AM, intis<[email protected]> wrote: > > Hi, > > I wanted to show minimum rows in the datagrid:rows irrespective of the data. > for example, pagesize is 20, i have only 4 records in my pageflow object. > this case, datagrid rows should show 20 rows by filling 4 actual records and > rest 16 should be empty rows. > > Please help in the same..if you u have the solution........ > > > Thanks in Advance > > > -- > View this message in context: http://www.nabble.com/Showing-empty-rows-when-no-data-in-datagrid-tp23231530p23231530.html > Sent from the Beehive - User mailing list [email protected]. > > From [email protected] Thu Jul 02 01:47:27 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85363 invoked from network); 2 Jul 2009 01:47:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jul 2009 01:47:27 -0000 Received: (qmail 31070 invoked by uid 500); 2 Jul 2009 01:47:37 -0000 Delivered-To: [email protected] Received: (qmail 30997 invoked by uid 500); 2 Jul 2009 01: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: <user.beehive.apache.org> Reply-To: "Beehive Users" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 30987 invoked by uid 99); 2 Jul 2009 01: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, 02 Jul 2009 01: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-pz0-f182.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 01:47:26 +0000 Received: by pzk12 with SMTP id 12so1128227pzk.1 for <[email protected]>; Wed, 01 Jul 2009 18:47:05 -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=8sMpZZZwr0wVA+a2Phn8cE90n77A1jkONTpjmy3O/oY=; b=Uhek9qpouHtUWFVD0oHn6SXsIaAgsXGzDI91JPXj7P4HS6Nk8U9CDLpq1UvlFyZVEx 7+X/W4IzsLfQu0n+YtVFqZbNCaqw4LVM/iUnVv0ihgZpCDU40S78kq+irKmecme5zeTJ 7rXuCEkUBP5NsxTH0Cnhv01fEPJBqw4d3oCpo= 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=fZebCzSCyNS78mpESQQSnMotQ3CdoIk4Eon0qjt6jzBMmPDKVlx9pE9BsNEDXOTbVC /WnX6PxBHK6hX/6AH78c3An/XGwwzAnHt6sE/BQRpBLtBcSPYVj4XkfE+KAbsgBMQJwG TAr8xc7f+s+IEZp+YkN8YIfmKjy9vD1YbAN90= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id w8mr16331238wad.39.1246499224948; Wed, 01 Jul 2009 18:47:04 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 1 Jul 2009 19:47:04 -0600 Message-ID: <[email protected]> Subject: Re: Display scrollbar for datagrid rows From: "Eddie O'Neil" <[email protected]> To: Beehive Users <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hey -- IIRC, displaying a scrollbar inside of <div/> is hard to do across browsers; I think getting it to work is a CSS hack in which case, this might help: http://www.hesido.com/web.php?page=customscrollbar Eddie On Sat, Apr 25, 2009 at 6:27 AM, intis<[email protected]> wrote: > > Hi > > Need to display scrollbar for the the datagrid rows, not for the headercells > and the footer. > > I tried by giving div for datagrid:rows, but actual alignment is losing. > > please help me in this !!!!!!!!!!!!!!! > > > Thanks for your quick response.... > > > > -- > View this message in context: http://www.nabble.com/Display-scrollbar-for-datagrid-rows-tp23231567p23231567.html > Sent from the Beehive - User mailing list [email protected]. > > From [email protected] Thu Jul 02 01:48:37 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86841 invoked from network); 2 Jul 2009 01:48:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jul 2009 01:48:37 -0000 Received: (qmail 31347 invoked by uid 500); 2 Jul 2009 01:48:47 -0000 Delivered-To: [email protected] Received: (qmail 31329 invoked by uid 500); 2 Jul 2009 01:48: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: <user.beehive.apache.org> Reply-To: "Beehive Users" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 31319 invoked by uid 99); 2 Jul 2009 01:48:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 01:48:47 +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-f177.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 01:48:36 +0000 Received: by pxi7 with SMTP id 7so477836pxi.1 for <[email protected]>; Wed, 01 Jul 2009 18:48: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:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Z2KDBce+3JUqEwG7PI/Qb0f/Kl0RJL0TAi5vS1UGQRQ=; b=JdZsZ1A2Vvy5GZYLSaeKUkX5QJHGgjXg3OOVB4DJJAIa9x3yAJ+byZ/QD3tTaQucNP k4N1UJphhxPwABk/JH4b+bIKFOt0+mGfMkC/Mjg6/hB1CcErzvjWpWE4XvzUMkfYKKKo 5NcwRJtg2gKWH+Fjn4i1tNv+c0BK0L4DE5lKs= 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=mvBgFE7ZNEeRairNafgQFGvL0CfjiXwcMCWGQYE4S3FfKLQRjngKmRRgiwXoswMt+6 4wL9mAX8GunTQlnzzXVOyVQir94yoZdT6dZD0zSzc20YwO6ljIL5zcS4rBkq2vDpxBZd xEo6/yuYiegMSSR6Lr7eTyBUqm37xVEmSamOA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id c12mr16342620wai.11.1246499295443; Wed, 01 Jul 2009 18:48:15 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 1 Jul 2009 19:48:15 -0600 Message-ID: <[email protected]> Subject: Re: Enum Netui Converter From: "Eddie O'Neil" <[email protected]> To: Beehive Users <[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, Justin -- unfortunately, NetUI doesn't support the base Enum type in Java without explicitly listing all of the enums explicitly. Cheers, Eddie On Mon, Feb 2, 2009 at 3:10 PM, jnt30<[email protected]> wro= te: > > The question I have is in regards to type converters and binding enums. > > I have seen other postings about enum conversion and the necessity to cre= ate > type converters for String -> enum. =A0I have been able to successfully > declare a type converter for String -> enum, however I would like to be a= ble > to create a more generic type converter that will convert between a Strin= g > to any enum. =A0Is it possible to declare a type converter for anything o= ther > than the explicit class defined in the beehive-netui-config.xml file? > > Thanks in advance, > Justin > -- > View this message in context: http://www.nabble.com/Enum-Netui-Converter-= tp21798448p21798448.html > Sent from the Beehive - User mailing list [email protected]. > >
From [email protected] Wed Jan 03 20:09:04 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27491 invoked from network); 3 Jan 2007 20:09:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2007 20:09:04 -0000 Received: (qmail 13454 invoked by uid 500); 3 Jan 2007 20:09:04 -0000 Delivered-To: [email protected] Received: (qmail 13404 invoked by uid 500); 3 Jan 2007 20:09: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 13384 invoked by uid 500); 3 Jan 2007 20:09:03 -0000 Received: (qmail 13375 invoked by uid 99); 3 Jan 2007 20:09:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 12:09:03 -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; Wed, 03 Jan 2007 12:08:55 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 1B4EC1A981A; Wed, 3 Jan 2007 12:07:59 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r492277 - in /jakarta/taglibs/proper/standard/trunk: src/org/apache/taglibs/standard/tag/common/xml/XPathUtil.java test/org/apache/taglibs/standard/tag/el/xml/Test35216.java test/web/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp Date: Wed, 03 Jan 2007 20:07:58 -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: Wed Jan 3 12:07:58 2007 New Revision: 492277 URL: http://svn.apache.org/viewvc?view=rev&rev=492277 Log: Applying Rahul's patch and my test case for #35216 - the illegal state exception is protected from via a != null Added: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/xml/Test35216.java (with props) jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp (with props) Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/XPathUtil.java Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/XPathUtil.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/XPathUtil.java?view=diff&rev=492277&r1=492276&r2=492277 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/XPathUtil.java (original) +++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/XPathUtil.java Wed Jan 3 12:07:58 2007 @@ -97,17 +97,24 @@ variableVector.addElement( new QName(null, varName ) ); globalVarSize++; } - enum_ = pageContext.getAttributeNamesInScope( - PageContext.SESSION_SCOPE ); - while ( enum_.hasMoreElements() ) { - String varName = (String)enum_.nextElement(); - QName varQName = new QName ( SESSION_NS_URL, SESSION_P,varName); - //Adding both namespace qualified QName and just localName - variableVector.addElement( varQName ); - globalVarSize++; - variableVector.addElement( new QName(null, varName ) ); - globalVarSize++; + + if (pageContext.getSession() != null) { + // we may have a page directive preventing session creation/access + // do not attempt to retrieve attribute names in session scope + // @see [ http://issues.apache.org/bugzilla/show_bug.cgi?id=35216 ] + enum_ = pageContext.getAttributeNamesInScope( + PageContext.SESSION_SCOPE ); + while ( enum_.hasMoreElements() ) { + String varName = (String)enum_.nextElement(); + QName varQName = new QName ( SESSION_NS_URL, SESSION_P,varName); + //Adding both namespace qualified QName and just localName + variableVector.addElement( varQName ); + globalVarSize++; + variableVector.addElement( new QName(null, varName ) ); + globalVarSize++; + } } + enum_ = pageContext.getAttributeNamesInScope( PageContext.APPLICATION_SCOPE ); while ( enum_.hasMoreElements() ) { Added: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/xml/Test35216.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/xml/Test35216.java?view=auto&rev=492277 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/xml/Test35216.java (added) +++ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/xml/Test35216.java Wed Jan 3 12:07:58 2007 @@ -0,0 +1,43 @@ +/* + * Copyright 1999,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. + */ + +package org.apache.taglibs.standard.tag.el.xml; + +import javax.servlet.jsp.*; +import org.apache.cactus.*; +import org.apache.taglibs.standard.testutil.TestUtil; + +public class Test35216 extends JspTestCase { + + public Test35216(String name) { + super(name); + } + + protected void setUp() throws Exception { + super.setUp(); + } + + protected void tearDown() throws Exception { + super.tearDown(); + } + + public void test35216() throws Exception { + String toInclude = TestUtil.getTestJsp(this); + pageContext.include(toInclude); + + // fail case throws an exception; so nothing further needed + } +} Propchange: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/xml/Test35216.java ------------------------------------------------------------------------------ svn:eol-style = native Added: jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp?view=auto&rev=492277 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp (added) +++ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp Wed Jan 3 12:07:58 2007 @@ -0,0 +1,8 @@ +<%@ page session="false" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %> + +<x:parse xml="<content/>" var="doc" scope="request" /> + +<x:forEach select="$doc//*"> + foo +</x:forEach> Propchange: jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 03 20:09:32 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27563 invoked from network); 3 Jan 2007 20:09:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2007 20:09:31 -0000 Received: (qmail 16509 invoked by uid 500); 3 Jan 2007 20:09:37 -0000 Delivered-To: [email protected] Received: (qmail 16499 invoked by uid 500); 3 Jan 2007 20:09:37 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16488 invoked by uid 99); 3 Jan 2007 20:09:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 12:09:37 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 12:09:30 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 5AFDC71431C; Wed, 3 Jan 2007 12:09:09 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 35216] - x:forEach causes session scope exception In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 3 Jan 2007 12:09:09 -0800 (PST) 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=35216>. 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=35216 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [email protected] 2007-01-03 12:09 ------- svn ci -m "Applying Rahul's patch and my test case for #35216 - the illegal state exception is protected from via a != null" Sending src/org/apache/taglibs/standard/tag/common/xml/XPathUtil.java Adding test/org/apache/taglibs/standard/tag/el/xml/Test35216.java Adding test/web/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp Transmitting file data ... Committed revision 492277. -- 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 Jan 03 20:11:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28088 invoked from network); 3 Jan 2007 20:11:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2007 20:11:02 -0000 Received: (qmail 21026 invoked by uid 500); 3 Jan 2007 20:11:08 -0000 Delivered-To: [email protected] Received: (qmail 21014 invoked by uid 500); 3 Jan 2007 20:11:07 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21003 invoked by uid 99); 3 Jan 2007 20:11:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 12:11:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 03 Jan 2007 12:11:00 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 58C6E59F71 for <[email protected]>; Wed, 3 Jan 2007 20:10:40 +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, 03 Jan 2007 20:10:40 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ * 20061227 - Created patch for 35216. * 20061227 - Visually confirmed 39195. * 20061227 - Resolved 34378 WONTFIX after not being able to confirm the report. - * 20061206 - Confirmed 33054. + * 20061227 - Confirmed 33054. + * 20060103 - Resolved 35216 (patch applied). == Inactions == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=17440 17440] - Locale bug. Fixed in 1.1. Needs backporting to 1.0.x (?). Leave open for 1.0.7. @@ -64, +65 @@ == Ready for resolution? == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39719 39719] - JstlCoreTLV too strict. ACTION: WONTFIX after communicating to EG. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=34109 34109] - c:url double-/ problem. ACTION: Patch ready - needs test. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=35216 35216] - Exception in x:forEach when no session. ACTION: Patch ready - includes test. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39480 39480] - SecurityException. ACTION: WONTFIX? Sounds like it's only a JSTL 1.2 issue. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - formatting i18n bug. ACTION: WONTFIX? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 03 20:12:04 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28578 invoked from network); 3 Jan 2007 20:12:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2007 20:12:03 -0000 Received: (qmail 22717 invoked by uid 500); 3 Jan 2007 20:12:09 -0000 Delivered-To: [email protected] Received: (qmail 22701 invoked by uid 500); 3 Jan 2007 20:12: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22690 invoked by uid 99); 3 Jan 2007 20:12:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 12:12:09 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 12:12:02 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 10AED714321; Wed, 3 Jan 2007 12:11:41 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41221] - Fix source headers in source In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 3 Jan 2007 12:11:41 -0800 (PST) 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=41221>. 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=41221 ------- Additional Comments From [email protected] 2007-01-03 12:11 ------- This will screw with various patches etc - so aiming to leave this til right before the release. -- 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 Jan 03 20:19:27 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29424 invoked from network); 3 Jan 2007 20:19:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2007 20:19:27 -0000 Received: (qmail 28650 invoked by uid 500); 3 Jan 2007 20:19:33 -0000 Delivered-To: [email protected] Received: (qmail 28638 invoked by uid 500); 3 Jan 2007 20:19:33 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28627 invoked by uid 99); 3 Jan 2007 20:19:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 12:19:33 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 03 Jan 2007 12:19:26 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 279A559F71 for <[email protected]>; Wed, 3 Jan 2007 20:19: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, 03 Jan 2007 20:19:05 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39438 39438] - request to change ELEvaluator. ACTION: Discuss. === Other === + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - formatting i18n bug. ACTION: Confirm * [https://issues.apache.org/bugzilla/show_bug.cgi?id=22765 22765] - x:foreach bug; possibly only in 1.0.x. ACTION: Confirmed. FAQ? * [https://issues.apache.org/bugzilla/show_bug.cgi?id=28278 28278] - bug in order of attributes in embedded XML. ACTION: Investigate, but seems likely to be a problem with the XML parser. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Attempts to write response header after starting to write response. ACTION: Investigate. Lots of reports, so definitely a problem. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - sql:query order bug. ACTION: Confirmed. Create a fix, or just pull in the Collections class. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Error when moving JDK versions. ACTION: Attempt to reproduce, otherwise WONTFIX. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=37466 37466] - c:import bug with HTTP HEAD. ACTION: Reproduce. Discuss. @@ -66, +66 @@ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39719 39719] - JstlCoreTLV too strict. ACTION: WONTFIX after communicating to EG. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=34109 34109] - c:url double-/ problem. ACTION: Patch ready - needs test. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39480 39480] - SecurityException. ACTION: WONTFIX? Sounds like it's only a JSTL 1.2 issue. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - formatting i18n bug. ACTION: WONTFIX? + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Attempts to write response header after starting to write response. ACTION: WONTFIX - Tomcat 4 bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 03 21:15:08 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51262 invoked from network); 3 Jan 2007 21:15:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2007 21:15:08 -0000 Received: (qmail 37779 invoked by uid 500); 3 Jan 2007 21:15:14 -0000 Delivered-To: [email protected] Received: (qmail 37761 invoked by uid 500); 3 Jan 2007 21:15:14 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37750 invoked by uid 99); 3 Jan 2007 21:15:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 13:15:14 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 13:15:07 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 2F467714324; Wed, 3 Jan 2007 13:14:47 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 33054] - sql:query loses query column order In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 3 Jan 2007 13:14:47 -0800 (PST) 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=33054>. 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=33054 ------- Additional Comments From [email protected] 2007-01-03 13:14 ------- Pulling in http://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/SequencedHashMap.java seems quite possible. Its deprecated because a version that is more embedded in Collections now exists (ListOrderedMap), but pulling that version in involves a lot more in the way of classes. It's not thread-safe, but neither is TreeMap so that shouldn't be a problem. The only backwards compatibility issue I can see is that TreeMap implements SortedMap which adds some methods which SequencedHashMap won't be offering. It seems unlikely that many people are using those methods. So next up - a test case. -- 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 Jan 03 22:44:18 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74982 invoked from network); 3 Jan 2007 22:44:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2007 22:44:18 -0000 Received: (qmail 91560 invoked by uid 500); 3 Jan 2007 22:44:24 -0000 Delivered-To: [email protected] Received: (qmail 91546 invoked by uid 500); 3 Jan 2007 22:44:24 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 91532 invoked by uid 99); 3 Jan 2007 22:44:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 14:44:24 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 14:44:17 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id C2249714322; Wed, 3 Jan 2007 14:43:56 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 33054] - sql:query loses query column order In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 3 Jan 2007 14:43:56 -0800 (PST) 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=33054>. 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=33054 ------- Additional Comments From [email protected] 2007-01-03 14:43 ------- Created an attachment (id=19347) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19347&action=view) Unit test for this issue Adds Derby as a dependency for the cactus tests -- 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 Jan 03 23:46:10 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97034 invoked from network); 3 Jan 2007 23:46:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2007 23:46:10 -0000 Received: (qmail 62696 invoked by uid 500); 3 Jan 2007 23:46:16 -0000 Delivered-To: [email protected] Received: (qmail 62524 invoked by uid 500); 3 Jan 2007 23:46:16 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 62512 invoked by uid 99); 3 Jan 2007 23:46:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 15:46:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 03 Jan 2007 15:45:20 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id B986059F71 for <[email protected]>; Wed, 3 Jan 2007 23:44: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, 03 Jan 2007 23:44:45 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - formatting i18n bug. ACTION: Confirm * [https://issues.apache.org/bugzilla/show_bug.cgi?id=22765 22765] - x:foreach bug; possibly only in 1.0.x. ACTION: Confirmed. FAQ? * [https://issues.apache.org/bugzilla/show_bug.cgi?id=28278 28278] - bug in order of attributes in embedded XML. ACTION: Investigate, but seems likely to be a problem with the XML parser. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - sql:query order bug. ACTION: Confirmed. Create a fix, or just pull in the Collections class. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Error when moving JDK versions. ACTION: Attempt to reproduce, otherwise WONTFIX. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=37466 37466] - c:import bug with HTTP HEAD. ACTION: Reproduce. Discuss. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39195 39195] - exception with getResourceLocale. ACTION: Confirmed. Modification of patch recommended. Probably not testable. @@ -34, +33 @@ == To FAQ == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Bug in string(). ACTION: WONTFIX after creating FAQ. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=30050 30050] - Xalan dependency breaks in 1.5. ACTION: FAQ. Unlikely we'll move off of Xalan, so WONTFIX it afterwards. + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - sql:query order bug. ACTION: Not fixable. WONTFIX after creating FAQ. == Actions == * 20061123 - Resolved 39284 (patch applied) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 03 23:48:11 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97725 invoked from network); 3 Jan 2007 23:48:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2007 23:48:09 -0000 Received: (qmail 67607 invoked by uid 500); 3 Jan 2007 23:48:13 -0000 Delivered-To: [email protected] Received: (qmail 67528 invoked by uid 500); 3 Jan 2007 23:48:07 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 67371 invoked by uid 99); 3 Jan 2007 23:47:52 -0000 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 15:42:44 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 5B56A71432A; Wed, 3 Jan 2007 15:41:43 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 33054] - sql:query loses query column order In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 3 Jan 2007 15:41:43 -0800 (PST) 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=33054>. 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=33054 ------- Additional Comments From [email protected] 2007-01-03 15:41 ------- So while I can happily test for this, and we can easily put a SequencedHashMap in, the spec API for javax.servlet.jsp.jstl.sql.Result defines the method getRows() as returning a SortedMap and not a Map. SequencedHashMap is not a SortedMap - the insertion-ordering that this issue calls for doesn't match the SortedMap API which indicates ordering should be managed via comparator. It would be possible to hack the fork of SequencedHashMap around a bit to make it a SortedMap implementation (given that it won't be public); but I think that's abusing the spec far too much. --- Looking at the sample page, I believe the following is a useable workaround for this issue: <%-- Get the column names for the header of the table --%> <c:forEach var="columnName" items="${db.columnNames}"> <th><c:out value="${columnName}"/></th> </c:forEach> <%-- Get the value of each column while iterating over rows --%> <c:forEach var="row" items="${db.rowsByIndex}"> <tr> <c:forEach var="column" items="${row}"> <td><c:out value="${column}"/></td> </c:forEach> </c:forEach> We should put that in a FAQ. -- 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] Thu Jan 04 00:07:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1807 invoked from network); 4 Jan 2007 00:07:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jan 2007 00:07:47 -0000 Received: (qmail 90759 invoked by uid 500); 4 Jan 2007 00:07:54 -0000 Delivered-To: [email protected] Received: (qmail 90572 invoked by uid 500); 4 Jan 2007 00:07: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 90561 invoked by uid 99); 4 Jan 2007 00:07:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 16:07:53 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 16:07:14 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 6948471432A; Wed, 3 Jan 2007 16:06:54 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 31853] - jstl/fmt - SetLocaleSupport.java:getFormattingLocale calls setResponseLocale In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 3 Jan 2007 16:06:54 -0800 (PST) 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=31853>. 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=31853 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [email protected] 2007-01-03 16:06 ------- Looks like the bug is in the container, marking WONTFIX. -- 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] Thu Jan 04 00:08:18 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1882 invoked from network); 4 Jan 2007 00:08:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jan 2007 00:08:18 -0000 Received: (qmail 91143 invoked by uid 500); 4 Jan 2007 00:08:25 -0000 Delivered-To: [email protected] Received: (qmail 90955 invoked by uid 500); 4 Jan 2007 00:08:24 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 90944 invoked by uid 99); 4 Jan 2007 00:08:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 16:08:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 03 Jan 2007 16:08:08 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 8025559F71 for <[email protected]>; Thu, 4 Jan 2007 00:07:48 +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, 04 Jan 2007 00:07:48 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ === Other === * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - formatting i18n bug. ACTION: Confirm * [https://issues.apache.org/bugzilla/show_bug.cgi?id=22765 22765] - x:foreach bug; possibly only in 1.0.x. ACTION: Confirmed. FAQ? - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=28278 28278] - bug in order of attributes in embedded XML. ACTION: Investigate, but seems likely to be a problem with the XML parser. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Error when moving JDK versions. ACTION: Attempt to reproduce, otherwise WONTFIX. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=37466 37466] - c:import bug with HTTP HEAD. ACTION: Reproduce. Discuss. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39195 39195] - exception with getResourceLocale. ACTION: Confirmed. Modification of patch recommended. Probably not testable. @@ -57, +56 @@ * 20061227 - Resolved 34378 WONTFIX after not being able to confirm the report. * 20061227 - Confirmed 33054. * 20060103 - Resolved 35216 (patch applied). + * 20060103 - Created test for 33054 - however investigation of patch shows that this is spec issue. + * 20060103 - Resolved 28278 WONTFIX - unable to confirm. + * 20060103 - Resolved 31853 WONTFIX - bug in container. + == Inactions == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=17440 17440] - Locale bug. Fixed in 1.1. Needs backporting to 1.0.x (?). Leave open for 1.0.7. @@ -66, +69 @@ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39719 39719] - JstlCoreTLV too strict. ACTION: WONTFIX after communicating to EG. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=34109 34109] - c:url double-/ problem. ACTION: Patch ready - needs test. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39480 39480] - SecurityException. ACTION: WONTFIX? Sounds like it's only a JSTL 1.2 issue. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Attempts to write response header after starting to write response. ACTION: WONTFIX - Tomcat 4 bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 04 00:26:06 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6398 invoked from network); 4 Jan 2007 00:26:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jan 2007 00:26:05 -0000 Received: (qmail 13943 invoked by uid 500); 4 Jan 2007 00:26:12 -0000 Delivered-To: [email protected] Received: (qmail 13756 invoked by uid 500); 4 Jan 2007 00:26:12 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 13745 invoked by uid 99); 4 Jan 2007 00:26:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 16:26:12 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 16:26:04 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id C7ECA7142A6; Wed, 3 Jan 2007 16:25:44 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 40870] - Tag 'out' incorrectly handles variable 'param' In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 3 Jan 2007 16:25:44 -0800 (PST) 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=40870>. 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=40870 ------- Additional Comments From [email protected] 2007-01-03 16:25 ------- The loop isn't necessary, the following confirms the bug: <c:set var="param" value="52"/> <c:out value="${pageScope.param}"/><br/> <c:out value="${param}"/><br/> -- 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] Thu Jan 04 00:31:04 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7147 invoked from network); 4 Jan 2007 00:31:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jan 2007 00:31:04 -0000 Received: (qmail 17279 invoked by uid 500); 4 Jan 2007 00:31:10 -0000 Delivered-To: [email protected] Received: (qmail 17211 invoked by uid 500); 4 Jan 2007 00:31: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17195 invoked by uid 99); 4 Jan 2007 00:31:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 16:31:09 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 16:31:02 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id AE5BE714328; Wed, 3 Jan 2007 16:03:25 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 28278] - order of attributes should not be important for x:transform In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: CC Message-Id: <[email protected]> Date: Wed, 3 Jan 2007 16:03:25 -0800 (PST) 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=28278>. 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=28278 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [email protected] 2007-01-03 16:03 ------- I can't repeat the bug under Tomcat 5.5 and JDK 1.5. While I know they're not the real target for the Standard taglib I think it shows that the problem is outside of the Standard taglib - either the Tomcat version or much, much more likely the XML parser in the JVM. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 04 00:40:21 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10012 invoked from network); 4 Jan 2007 00:40:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jan 2007 00:40:21 -0000 Received: (qmail 28572 invoked by uid 500); 4 Jan 2007 00:40:28 -0000 Delivered-To: [email protected] Received: (qmail 28386 invoked by uid 500); 4 Jan 2007 00:40:28 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28362 invoked by uid 99); 4 Jan 2007 00:40:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 16:40:27 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 16:40:20 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 4C244714315; Wed, 3 Jan 2007 16:40:00 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 40870] - Tag 'out' incorrectly handles variable 'param' In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 3 Jan 2007 16:40:00 -0800 (PST) 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=40870>. 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=40870 ------- Additional Comments From [email protected] 2007-01-03 16:40 ------- Digging into it, my gut feel is that it's due to line 70 of org/apache/taglibs/standard/lang/jstl/JSTLVariableResolver.java. It also suggests that the same problem will exist for: pageContext pageScope requestScope sessionScope applicationScope param paramValues header headerValues initParam cookie Testing 'header', it's got the same problem. I think it's not worth the time to try and rewrite this so that things can work for some of them in certain contexts and not for other ones. So we should FAQ this and point out the pageScope workaround. -- 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] Thu Jan 04 00:41:43 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10118 invoked from network); 4 Jan 2007 00:41:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jan 2007 00:41:42 -0000 Received: (qmail 28928 invoked by uid 500); 4 Jan 2007 00:41:49 -0000 Delivered-To: [email protected] Received: (qmail 28916 invoked by uid 500); 4 Jan 2007 00:41:49 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28900 invoked by uid 99); 4 Jan 2007 00:41:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 16:41:49 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 03 Jan 2007 16:41:42 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id E84B759F71 for <[email protected]>; Thu, 4 Jan 2007 00:41:21 +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, 04 Jan 2007 00:41:21 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Error when moving JDK versions. ACTION: Attempt to reproduce, otherwise WONTFIX. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=37466 37466] - c:import bug with HTTP HEAD. ACTION: Reproduce. Discuss. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39195 39195] - exception with getResourceLocale. ACTION: Confirmed. Modification of patch recommended. Probably not testable. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - c:out bug with a param named param. ACTION: Investigate. Seems valid to do a release. == To FAQ == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Bug in string(). ACTION: WONTFIX after creating FAQ. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=30050 30050] - Xalan dependency breaks in 1.5. ACTION: FAQ. Unlikely we'll move off of Xalan, so WONTFIX it afterwards. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - sql:query order bug. ACTION: Not fixable. WONTFIX after creating FAQ. + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - c:out bug with a param named param. ACTION: Confirmed. FAQ. == Actions == * 20061123 - Resolved 39284 (patch applied) @@ -55, +55 @@ * 20061227 - Visually confirmed 39195. * 20061227 - Resolved 34378 WONTFIX after not being able to confirm the report. * 20061227 - Confirmed 33054. - * 20060103 - Resolved 35216 (patch applied). + * 20070103 - Resolved 35216 (patch applied). - * 20060103 - Created test for 33054 - however investigation of patch shows that this is spec issue. + * 20070103 - Created test for 33054 - however investigation of patch shows that this is spec issue. - * 20060103 - Resolved 28278 WONTFIX - unable to confirm. + * 20070103 - Resolved 28278 WONTFIX - unable to confirm. - * 20060103 - Resolved 31853 WONTFIX - bug in container. + * 20070103 - Resolved 31853 WONTFIX - bug in container. + * 20070103 - Confirmed 40870. Recommend FAQ. == Inactions == --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 04 01:14:54 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16713 invoked from network); 4 Jan 2007 01:14:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jan 2007 01:14:53 -0000 Received: (qmail 62849 invoked by uid 500); 4 Jan 2007 01:14:55 -0000 Delivered-To: [email protected] Received: (qmail 62828 invoked by uid 500); 4 Jan 2007 01:14:55 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 62740 invoked by uid 99); 4 Jan 2007 01:14:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 17:14:54 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 17:14:47 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 24015714316; Wed, 3 Jan 2007 17:14:27 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 34109] - <c:url> doesn't merge slashes at the boundary of "context" and "value" In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 3 Jan 2007 17:14:27 -0800 (PST) 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=34109>. 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=34109 ------- Additional Comments From [email protected] 2007-01-03 17:14 ------- Created an attachment (id=19351) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19351&action=view) Unit test for this bug. Here's a patch containing a unit test for this issue. -- 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] Thu Jan 04 01:16:08 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17030 invoked from network); 4 Jan 2007 01:16:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jan 2007 01:16:08 -0000 Received: (qmail 64809 invoked by uid 500); 4 Jan 2007 01:16:14 -0000 Delivered-To: [email protected] Received: (qmail 64799 invoked by uid 500); 4 Jan 2007 01:16:14 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 64788 invoked by uid 99); 4 Jan 2007 01:16:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 17:16:14 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 03 Jan 2007 17:16:07 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 755AD59F71 for <[email protected]>; Thu, 4 Jan 2007 01:15: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: Thu, 04 Jan 2007 01:15:47 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by BjornTownsend X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by BjornTownsend: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ == Ready for resolution? == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39719 39719] - JstlCoreTLV too strict. ACTION: WONTFIX after communicating to EG. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=34109 34109] - c:url double-/ problem. ACTION: Patch ready - needs test. + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=34109 34109] - c:url double-/ problem. ACTION: Patch ready, unit test ready. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39480 39480] - SecurityException. ACTION: WONTFIX? Sounds like it's only a JSTL 1.2 issue. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jan 05 01:28:54 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11900 invoked from network); 5 Jan 2007 01:28:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Jan 2007 01:28:53 -0000 Received: (qmail 10551 invoked by uid 500); 5 Jan 2007 01:28:59 -0000 Delivered-To: [email protected] Received: (qmail 10535 invoked by uid 500); 5 Jan 2007 01:28:59 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10523 invoked by uid 99); 5 Jan 2007 01:28:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 17:28:59 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 17:28:52 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 2225A714311; Thu, 4 Jan 2007 17:28:31 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 37466] - c:import doesn't work with HEAD requests In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Thu, 4 Jan 2007 17:28:31 -0800 (PST) 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=37466>. 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=37466 ------- Additional Comments From [email protected] 2007-01-04 17:28 ------- Created an attachment (id=19364) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19364&action=view) Unit test patch to taglibs test system for this 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] Fri Jan 05 01:31:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12266 invoked from network); 5 Jan 2007 01:31:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Jan 2007 01:31:49 -0000 Received: (qmail 13238 invoked by uid 500); 5 Jan 2007 01:31:54 -0000 Delivered-To: [email protected] Received: (qmail 13219 invoked by uid 500); 5 Jan 2007 01:31: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 13208 invoked by uid 99); 5 Jan 2007 01:31:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 17:31:54 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 04 Jan 2007 17:31:47 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 4AFCA59F71 for <[email protected]>; Fri, 5 Jan 2007 01:31:27 +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 Jan 2007 01:31:27 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by BjornTownsend X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by BjornTownsend: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - formatting i18n bug. ACTION: Confirm * [https://issues.apache.org/bugzilla/show_bug.cgi?id=22765 22765] - x:foreach bug; possibly only in 1.0.x. ACTION: Confirmed. FAQ? * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Error when moving JDK versions. ACTION: Attempt to reproduce, otherwise WONTFIX. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=37466 37466] - c:import bug with HTTP HEAD. ACTION: Reproduce. Discuss. + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=37466 37466] - c:import bug with HTTP HEAD. ACTION: Unit test available. Discuss. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39195 39195] - exception with getResourceLocale. ACTION: Confirmed. Modification of patch recommended. Probably not testable. == To FAQ == @@ -60, +60 @@ * 20070103 - Resolved 28278 WONTFIX - unable to confirm. * 20070103 - Resolved 31853 WONTFIX - bug in container. * 20070103 - Confirmed 40870. Recommend FAQ. + * 20070104 - Confirmed 37466. Wrote unit test patch. Needs discussion. == Inactions == --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 08 07:08:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60599 invoked from network); 8 Jan 2007 07:08:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jan 2007 07:08:52 -0000 Received: (qmail 72093 invoked by uid 500); 8 Jan 2007 07:08:58 -0000 Delivered-To: [email protected] Received: (qmail 72076 invoked by uid 500); 8 Jan 2007 07:08: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 72065 invoked by uid 99); 8 Jan 2007 07:08:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jan 2007 23:08: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jan 2007 23:08:50 -0800 Received: by brutus.apache.org (Postfix, from userid 1007) id 06C9F7142CF; Sun, 7 Jan 2007 23:08:29 -0800 (PST) From: [email protected] To: [email protected] Subject: Bug report for Taglibs [2007/01/07] Message-Id: <[email protected]> Date: Sun, 7 Jan 2007 23:08:29 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org +---------------------------------------------------------------------------+ | Bugzilla Bug ID | | +---------------------------------------------------------------------+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned | | | OPN=Reopened VER=Verified (Skipped Closed/Resolved) | | | +-----------------------------------------------------------------+ | | | Severity: BLK=Blocker CRI=Critical MAJ=Major | | | | MIN=Minor NOR=Normal ENH=Enhancement | | | | +-------------------------------------------------------------+ | | | | Date Posted | | | | | +--------------------------------------------------+ | | | | | Description | | | | | | | | 3164|New|Enh|2001-08-19|Message tag should process default text in the bod| | 6347|New|Nor|2002-02-10|io:param should url encode | | 6390|New|Nor|2002-02-12|valueOf evaluates &'s to &amp; when the & was part| | 6613|New|Nor|2002-02-21|cannot use xtags:style more than one time per page| | 7893|New|Nor|2002-04-09|Attribute attributeSeparator invalid according to | | 8694|Ver|Maj|2002-05-01|Exception when trying to acces the Map.entry compo| | 8723|Ver|Nor|2002-05-02|use of xsltSystemID does not take effect if xslt a| | 9257|Ver|Nor|2002-05-20|ELParser doesn't parse non-ascii value | | 9581|Ver|Min|2002-06-03|update SQL examples to allow for the inputting of | | 9968|Ver|Maj|2002-06-18|c:url prepends path to page relative URLs | |10175|Ver|Nor|2002-06-24|Welcome file absent from standard-examples.war in | |11217|Unc|Blk|2002-07-26|Custom Tag Library Error: 'Tag library ""not found| |11347|New|Maj|2002-07-31|xtags:if test="position()!=last()" - position() & | |11361|New|Enh|2002-08-01|Allow user to create own URIResolver | |11857|New|Enh|2002-08-20|Enhancement on FormatTagSupport | |12133|New|Blk|2002-08-28|scrape not work for some urls the request for a co| |12189|Ass|Cri|2002-08-30|Setting default values for the <input:checkbox> Ta| |12618|New|Maj|2002-09-13|Mode attribute on xtags:template & xtags:applyTemp| |12620|New|Nor|2002-09-13|position() and last() do not work in xtags:templat| |12701|New|Enh|2002-09-16|Need to have facility in bundle tag to pass defaul| |13794|New|Blk|2002-10-20|Unable to list the tag librairies in the custom ta| |13971|New|Maj|2002-10-25|Style tag does not work with Tomcat 4 with xml or | |14214|New|Maj|2002-11-04|[PATCH] io:http - can't invoke POS | |14680|New|Enh|2002-11-19|Internationalization should have an XML implementa| |15129|New|Nor|2002-12-06|Distribution of this CTLX is unuseable | |15551|New|Nor|2002-12-19|error: output must have content-handler property | |17211|New|Blk|2003-02-19|FIX: Tomcat 4.1.x taglib pooling causes problems | |17388|New|Cri|2003-02-25|Result set created in query tag is never released | |17440|Opn|Maj|2003-02-26|Using variant portion of Locale causes problems | |17700|New|Enh|2003-03-05|Performance issue in Resources.getMessage | |18198|New|Nor|2003-03-20|[PATCH] Cache - Overloading CacheUtil methods | |18499|New|Enh|2003-03-30|[cache] per cache entry lifetime | |18524|New|Nor|2003-03-31|Default bundle changed from First to Last defined | |18716|Inf|Nor|2003-04-04|XTAGS LIBRARY PROBLEM IN 4.1.18 | |19292|New|Enh|2003-04-24|request tag add the ability to store output in pag| |19754|New|Nor|2003-05-08|TLDParser web.xml and errorstag | |20725|New|Nor|2003-06-12|Incorrect property setter signature for Tag handle| |21928|New|Nor|2003-07-28|Extra space added in the return text of xtags | |22765|New|Nor|2003-08-27|Wrong values from position() and last() functions | |23363|New|Maj|2003-09-23|JNDI Taglib does not close context when using <jnd| |24715|Opn|Maj|2003-11-14|Remote SMTP server fix | |25190|New|Enh|2003-12-04|waitUntilSent attribute for send tag | |25623|New|Nor|2003-12-18|The forEach JSTL tag doesn't release items | |26508|New|Nor|2004-01-29|TLD names are inconsistent | |26608|New|Maj|2004-02-02|strip="true" causes exception when no tags availab| |26867|New|Maj|2004-02-11|Inconsistent behavior of <io:request> | |27323|New|Enh|2004-02-29|Remove useless tag <setrecipient> | |27597|New|Nor|2004-03-11|<mt:attach>: set Content-Type header | |27717|New|Maj|2004-03-16|<x:forEach> very slow in JSTL 1.1 | |27864|New|Enh|2004-03-22|Need ability to easily escape message text for dis| |27978|New|Nor|2004-03-26|URLTag nesting into BodyTag does not work more the| |28280|New|Nor|2004-04-08|bug in xtags:parse whith using a attribute reader | |28301|New|Nor|2004-04-08|XTags are not working for Tomcat 4.1.18 | |28814|New|Nor|2004-05-06|mt:header are ignored | |28913|New|Maj|2004-05-11|Content-Type not working properly | |29114|New|Min|2004-05-20|Error in Documentation on web related to web.xml | |29144|New|Nor|2004-05-21|Format tag attributes should allow runtime express| |29194|New|Nor|2004-05-25|xml-namespaces not supported | |29652|Ass|Enh|2004-06-17|[Enh] add option to always use default selection i| |29680|New|Nor|2004-06-18|str:replace with EL does not work with string 1.1.| |29878|New|Nor|2004-07-01|NullPointerException when using the Xerces version| |30050|Ass|Maj|2004-07-12|Explicit dependency to Xalan breaks JSTL xml tags | |30427|New|Nor|2004-08-01|Response contents can be truncated prematurely | |30840|Unc|Min|2004-08-25|String-examples web.xml taglib uri | |31009|New|Nor|2004-09-02|io:http tag caches JSPWriter | |31084|New|Nor|2004-09-07|fmt charset problem when data come from database (| |31529|New|Enh|2004-10-04|allow string arg to given in body, not just in att| |31789|Ass|Maj|2004-10-19|Memory leak in ELEvaluator | |31859|New|Enh|2004-10-23|Add filename based Content-ID to attachments and u| |31869|New|Enh|2004-10-24|Allow DataHandler attachments in the attach tag | |32311|New|Nor|2004-11-19|Performance: fmt:formatDate regarding calls to Cal| |32857|New|Nor|2004-12-28|Documentation is wrong about getChomp and getPrech| |32904|New|Maj|2004-12-31|<i18n:formatDate /> does not handle locale changes| |33032|New|Nor|2005-01-11|string() works incorrectly in conjunction with sco| |33054|New|Enh|2005-01-11|sql:query loses query column order | |33684|New|Nor|2005-02-22|Formatting Currency numbers : no currency symbol .| |33693|New|Nor|2005-02-22|<input:form> action parameter causes errors in WSR| |33934|New|Cri|2005-03-09|[standard] memory leak in jstl c:set tag | |34109|New|Nor|2005-03-21|<c:url> doesn't merge slashes at the boundary of "| |34137|New|Nor|2005-03-22|getAttribute using iterate reuses bodycontent on 2| |34153|New|Maj|2005-03-23|Versions greater than JRE 1.4.2_05 breaks JSTL cod| |34249|New|Nor|2005-03-31|datagrid example 8 data boundary bug | |34317|New|Enh|2005-04-05|Allow JSP tags within datagrid tag | |34703|New|Maj|2005-05-02|Invalid synchronization in PageData leads to java.| |34786|New|Nor|2005-05-06|Attachments are not cleared in between re-uses of | |34788|New|Nor|2005-05-06|Cannot set the filename of an attachment independe| |34789|New|Nor|2005-05-06|Cannot send multi-part Plain Text and HTML emails | |34896|New|Nor|2005-05-12|Connection Leak in TransactionTagSupport | |35569|New|Nor|2005-07-01|wordWrap does not insert the split string | |35780|New|Nor|2005-07-18|Missing attribute in mt:message tag documentation | |36626|Opn|Enh|2005-09-13|input:select options has key and value reversed | |36709|New|Min|2005-09-19|Documentation inconsistent with servlet 2.4 spec | |36788|New|Maj|2005-09-23|str:wordWrap generates incorrect html character en| |36896|New|Nor|2005-10-03|jsp import error: url /abc/./../def not abc/def | |37466|New|Maj|2005-11-11|c:import doesn't work with HEAD requests | |37990|New|Nor|2005-12-21|Changed Jaxen API breaks Taglib | |38192|New|Min|2006-01-09|Multiple uses of <io:soap> fails | |38193|Ass|Enh|2006-01-09|[RDC] BuiltIn Grammar support for Field | |38362|New|Nor|2006-01-24|<io:request url > tag is sometimes causing "java.i| |38462|New|Nor|2006-01-31|Allow direct File Upload in mailer2 | |38600|Ass|Enh|2006-02-10|[RDC] Enable RDCs to be used in X+V markup (X+RDC)| |38663|New|Nor|2006-02-15|str:string doesn't work on dynamic content | |39195|New|Nor|2006-04-04|getRequestLocale could throw exception on JBOSS | |39331|New|Enh|2006-04-18|support nested calls and Maps from request | |39346|New|Nor|2006-04-19|Problems with message-tags with identical id-argu| |39438|New|Enh|2006-04-27|VariableResolver in PageContext is not used by JST| |39480|New|Nor|2006-05-03|calling getContextClassLoader without doPriv | |39612|New|Cri|2006-05-18|Sudden Nullpointerexception in LRUCache | |39665|New| |2006-05-26|Incorrect mailer configuration in documentation | |39719|New|Nor|2006-06-05|JstlCoreTLV is too strict in its requirements | |39964|New|Nor|2006-07-05|overlay dosn't support EL attributes in "with" att| |40314|New|Nor|2006-08-25|Upload taglibs using correct maven2 conventions | |40870|Opn|Nor|2006-11-02|Tag 'out' incorrectly handles variable 'param' | |41221|New|Nor|2006-12-20|Fix source headers in source | |41224|New|Nor|2006-12-20|"Content is not in prolog" when file is not found | +-----+---+---+----------+--------------------------------------------------+ | Total 115 bugs | +---------------------------------------------------------------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 10 20:18:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54149 invoked from network); 10 Jan 2007 20:18:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 20:18:47 -0000 Received: (qmail 92646 invoked by uid 500); 10 Jan 2007 20:18:46 -0000 Delivered-To: [email protected] Received: (qmail 92568 invoked by uid 500); 10 Jan 2007 20:18:46 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 92543 invoked by uid 99); 10 Jan 2007 20:18:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 12:18:46 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 12:18:38 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 70B847142E4; Wed, 10 Jan 2007 12:18:18 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41343] New: - Build fails on OS X. Message-ID: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Date: Wed, 10 Jan 2007 12:18:18 -0800 (PST) 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=41343>. 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=41343 Summary: Build fails on OS X. Product: Taglibs Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Standard Taglib AssignedTo: [email protected] ReportedBy: [email protected] Build fails on OS X. There's no rt.jar. -- 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 Jan 10 20:22:20 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61488 invoked from network); 10 Jan 2007 20:22:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 20:22:19 -0000 Received: (qmail 97784 invoked by uid 500); 10 Jan 2007 20:22:26 -0000 Delivered-To: [email protected] Received: (qmail 97768 invoked by uid 500); 10 Jan 2007 20:22:26 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 97757 invoked by uid 99); 10 Jan 2007 20:22:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 12:22:26 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 12:22:18 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id B75387142E4; Wed, 10 Jan 2007 12:21:58 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41343] - Build fails on OS X. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 10 Jan 2007 12:21:58 -0800 (PST) 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=41343>. 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=41343 ------- Additional Comments From [email protected] 2007-01-10 12:21 ------- Created an attachment (id=19387) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19387&action=view) Fix for this -- 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 Jan 10 20:22:57 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61628 invoked from network); 10 Jan 2007 20:22:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 20:22:57 -0000 Received: (qmail 98221 invoked by uid 500); 10 Jan 2007 20:23:03 -0000 Delivered-To: [email protected] Received: (qmail 98204 invoked by uid 500); 10 Jan 2007 20:23: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98193 invoked by uid 500); 10 Jan 2007 20:23:03 -0000 Received: (qmail 98190 invoked by uid 99); 10 Jan 2007 20:23:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 12:23:03 -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; Wed, 10 Jan 2007 12:22:56 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id EF1B11A981A; Wed, 10 Jan 2007 12:21:55 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r494964 - in /jakarta/taglibs/proper/standard/trunk: build.xml build_sample_standard.properties Date: Wed, 10 Jan 2007 20:21: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: bayard Date: Wed Jan 10 12:21:55 2007 New Revision: 494964 URL: http://svn.apache.org/viewvc?view=rev&rev=494964 Log: Fixing #41343. Property added to allow the builder to specify where the JRE jar is Modified: jakarta/taglibs/proper/standard/trunk/build.xml jakarta/taglibs/proper/standard/trunk/build_sample_standard.properties Modified: jakarta/taglibs/proper/standard/trunk/build.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/build.xml?view=diff&rev=494964&r1=494963&r2=494964 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/build.xml (original) +++ jakarta/taglibs/proper/standard/trunk/build.xml Wed Jan 10 12:21:55 2007 @@ -24,6 +24,8 @@ <property name="taglib.name" value="standard"/> + <property name="java.runtime.jar" value="${java.home}/lib/rt.jar"/> + <!-- These property values are derived from the previously defined values, and should not normally be overridden from the command line. @@ -170,7 +172,7 @@ <javac srcdir="${library.src}" destdir="${build.library}/classes" - bootclasspath="${xalan.jar}:${java.home}/lib/rt.jar" + bootclasspath="${xalan.jar}:${java.runtime.jar}" classpath="${servlet24.jar}:${jsp20.jar}:${jdbc2_0-stdext.jar}:${jaxp-api.jar}:${dom.jar}:${sax.jar}" excludes="org/apache/taglibs/standard/lang/jstl/parser/jsp20/* org/apache/taglibs/standard/lang/jpath/** org/apache/taglibs/standard/lang/spel/**" debug="${compile.debug}" Modified: jakarta/taglibs/proper/standard/trunk/build_sample_standard.properties URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/build_sample_standard.properties?view=diff&rev=494964&r1=494963&r2=494964 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/build_sample_standard.properties (original) +++ jakarta/taglibs/proper/standard/trunk/build_sample_standard.properties Wed Jan 10 12:21:55 2007 @@ -10,6 +10,9 @@ build.classes=${build.dir}/standard/standard/classes dist.dir = ${base.dir}/dist +# Java runtime library +#java.runtime.jar=${java.home}/lib/rt.jar + # Servlet 2.4 and JSP 2.0 servlet24.jar= --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 10 20:23:10 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61664 invoked from network); 10 Jan 2007 20:23:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 20:23:09 -0000 Received: (qmail 98444 invoked by uid 500); 10 Jan 2007 20:23:16 -0000 Delivered-To: [email protected] Received: (qmail 98435 invoked by uid 500); 10 Jan 2007 20:23:16 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98424 invoked by uid 99); 10 Jan 2007 20:23:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 12:23:15 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 12:23:08 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 834167142E4; Wed, 10 Jan 2007 12:22:48 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41343] - Build fails on OS X. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 10 Jan 2007 12:22:48 -0800 (PST) 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=41343>. 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=41343 ------- Additional Comments From [email protected] 2007-01-10 12:22 ------- svn ci -m "Fixing #41343. Property added to allow the builder to specify where the JRE jar is" Sending build.xml Sending build_sample_standard.properties Transmitting file data .. Committed revision 494964. -- 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 Jan 10 20:54:17 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72506 invoked from network); 10 Jan 2007 20:54:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 20:54:17 -0000 Received: (qmail 60138 invoked by uid 500); 10 Jan 2007 20:54:21 -0000 Delivered-To: [email protected] Received: (qmail 59973 invoked by uid 500); 10 Jan 2007 20:54:21 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59962 invoked by uid 500); 10 Jan 2007 20:54:21 -0000 Received: (qmail 59958 invoked by uid 99); 10 Jan 2007 20:54:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 12:54:21 -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; Wed, 10 Jan 2007 12:54:13 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id A5E7F1A981A; Wed, 10 Jan 2007 12:53:13 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r494974 - in /jakarta/taglibs/proper/standard/trunk: src/org/apache/taglibs/standard/tag/common/core/ test/org/apache/taglibs/standard/tag/url/ test/org/apache/taglibs/standard/tag/url/core/ test/web/org/apache/taglibs/standard/tag/url/ tes... Date: Wed, 10 Jan 2007 20:53:13 -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: Wed Jan 10 12:53:11 2007 New Revision: 494974 URL: http://svn.apache.org/viewvc?view=rev&rev=494974 Log: Adding test from Bjorn Townsend and fix for #34109 - <c:url> doesn't merge slashes at the boundary of 'context' and 'value' Added: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/url/ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/url/core/ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/url/core/Test34109.java (with props) jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/url/ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/url/core/ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/url/core/Test34109.jsp (with props) Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/UrlSupport.java Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/UrlSupport.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/UrlSupport.java?view=diff&rev=494974&r1=494973&r2=494974 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/UrlSupport.java (original) +++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/UrlSupport.java Wed Jan 10 12:53:11 2007 @@ -152,11 +152,12 @@ throw new JspTagException( Resources.getMessage("IMPORT_BAD_RELATIVE")); } - if (context.equals("/")) { + if (context.endsWith("/") && url.startsWith("/")) { // Don't produce string starting with '//', many // browsers interpret this as host name, not as - // path on same host. - return url; + // path on same host. Bug 22860 + // Also avoid // inside the url. Bug 34109 + return (context.substring(0, context.length() - 1) + url); } else { return (context + url); } Added: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/url/core/Test34109.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/url/core/Test34109.java?view=auto&rev=494974 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/url/core/Test34109.java (added) +++ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/url/core/Test34109.java Wed Jan 10 12:53:11 2007 @@ -0,0 +1,45 @@ +/* + * Copyright 1999,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. + */ + +package org.apache.taglibs.standard.tag.url.core; + +import javax.servlet.jsp.*; +import org.apache.cactus.*; +import org.apache.taglibs.standard.testutil.TestUtil; + +public class Test34109 extends JspTestCase { + + public Test34109(String name) { + super(name); + } + + protected void setUp() throws Exception { + super.setUp(); + } + + protected void tearDown() throws Exception { + super.tearDown(); + } + + public void test34109() throws Exception { + String toInclude = TestUtil.getTestJsp(this); + pageContext.include(toInclude); + + String genurl = (String) pageContext.getAttribute("genurl", PageContext.APPLICATION_SCOPE); + + assertEquals("The URL should be /foo/test.jsp", "/foo/test.jsp", genurl); + } +} Propchange: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/url/core/Test34109.java ------------------------------------------------------------------------------ svn:eol-style = native Added: jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/url/core/Test34109.jsp URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/url/core/Test34109.jsp?view=auto&rev=494974 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/url/core/Test34109.jsp (added) +++ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/url/core/Test34109.jsp Wed Jan 10 12:53:11 2007 @@ -0,0 +1,5 @@ +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + +<c:set var="genurl" scope="application"> + <c:url context="/foo/" value="/test.jsp"/> +</c:set> Propchange: jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/url/core/Test34109.jsp ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 10 20:54:38 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72551 invoked from network); 10 Jan 2007 20:54:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 20:54:38 -0000 Received: (qmail 60484 invoked by uid 500); 10 Jan 2007 20:54:45 -0000 Delivered-To: [email protected] Received: (qmail 60299 invoked by uid 500); 10 Jan 2007 20:54: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 60288 invoked by uid 99); 10 Jan 2007 20:54:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 12:54:44 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 12:54:37 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 6FB8F7142D8; Wed, 10 Jan 2007 12:54:17 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 34109] - <c:url> doesn't merge slashes at the boundary of "context" and "value" In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 10 Jan 2007 12:54:17 -0800 (PST) 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=34109>. 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=34109 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [email protected] 2007-01-10 12:54 ------- svn ci -m "Adding test from Bjorn Townsend and fix for #34109 - <c:url> doesn't merge slashes at the boundary of 'context' and 'value'" Sending src/org/apache/taglibs/standard/tag/common/core/UrlSupport.java Adding test/org/apache/taglibs/standard/tag/url Adding test/org/apache/taglibs/standard/tag/url/core Adding test/org/apache/taglibs/standard/tag/url/core/Test34109.java Adding test/web/org/apache/taglibs/standard/tag/url Adding test/web/org/apache/taglibs/standard/tag/url/core Adding test/web/org/apache/taglibs/standard/tag/url/core/Test34109.jsp Transmitting file data ... Committed revision 494974. -- 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 Jan 10 21:14:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78827 invoked from network); 10 Jan 2007 21:14:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 21:14:00 -0000 Received: (qmail 94271 invoked by uid 500); 10 Jan 2007 21:14:06 -0000 Delivered-To: [email protected] Received: (qmail 94121 invoked by uid 500); 10 Jan 2007 21:14:06 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 94100 invoked by uid 99); 10 Jan 2007 21:14:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 13:14:06 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 13:13:59 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id F14697142D8; Wed, 10 Jan 2007 13:13:38 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 37466] - c:import doesn't work with HEAD requests In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 10 Jan 2007 13:13:38 -0800 (PST) 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=37466>. 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=37466 ------- Additional Comments From [email protected] 2007-01-10 13:13 ------- Problem occurs regardless of whether var=".." or varReader=".." is used in the c:import. -- 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 Jan 10 22:04:08 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91331 invoked from network); 10 Jan 2007 22:04:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 22:04:08 -0000 Received: (qmail 86826 invoked by uid 500); 10 Jan 2007 22:04:15 -0000 Delivered-To: [email protected] Received: (qmail 86639 invoked by uid 500); 10 Jan 2007 22:04:14 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 86628 invoked by uid 99); 10 Jan 2007 22:04:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 14:04:14 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 14:04:07 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id D2A007142D4; Wed, 10 Jan 2007 14:03:46 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 37466] - c:import doesn't work with HEAD requests In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 10 Jan 2007 14:03:46 -0800 (PST) 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=37466>. 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=37466 ------- Additional Comments From [email protected] 2007-01-10 14:03 ------- This issue was brought up on tomcat-dev by the original poster, and Bill Barker suggests a JSTL fix: http://[email protected]%3e -- 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 Jan 10 22:08:29 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92016 invoked from network); 10 Jan 2007 22:08:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 22:08:28 -0000 Received: (qmail 96760 invoked by uid 500); 10 Jan 2007 22:08:35 -0000 Delivered-To: [email protected] Received: (qmail 96654 invoked by uid 500); 10 Jan 2007 22:08:35 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96642 invoked by uid 99); 10 Jan 2007 22:08:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 14:08:34 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 14:08:27 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 64B1A7142E1; Wed, 10 Jan 2007 14:08:07 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 37466] - c:import doesn't work with HEAD requests In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 10 Jan 2007 14:08:07 -0800 (PST) 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=37466>. 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=37466 ------- Additional Comments From [email protected] 2007-01-10 14:08 ------- Created an attachment (id=19388) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19388&action=view) Patch to fix the issue. -- 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 Jan 10 22:09:31 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92168 invoked from network); 10 Jan 2007 22:09:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 22:09:31 -0000 Received: (qmail 97794 invoked by uid 500); 10 Jan 2007 22:09:37 -0000 Delivered-To: [email protected] Received: (qmail 97605 invoked by uid 500); 10 Jan 2007 22:09:37 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 97594 invoked by uid 500); 10 Jan 2007 22:09:37 -0000 Received: (qmail 97591 invoked by uid 99); 10 Jan 2007 22:09:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 14:09:37 -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; Wed, 10 Jan 2007 14:09:30 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id CB3781A981A; Wed, 10 Jan 2007 14:08:29 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r495005 - in /jakarta/taglibs/proper/standard/trunk: src/org/apache/taglibs/standard/tag/common/core/ test/org/apache/taglibs/standard/tag/ImportTagTest/ test/org/apache/taglibs/standard/tag/ImportTagTest/core/ test/web/org/apache/taglibs/s... Date: Wed, 10 Jan 2007 22:08:29 -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: Wed Jan 10 14:08:28 2007 New Revision: 495005 URL: http://svn.apache.org/viewvc?view=rev&rev=495005 Log: Applying Bjorn Townsend's unit test and the fix for #37466 - c:import doesn't work with HEAD requests. Many thanks to Bill Barker on tomcat-dev for providing the idea behind the fix. Added: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java (with props) jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.jsp (with props) jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.xml (with props) Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java?view=diff&rev=495005&r1=495004&r2=495005 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java (original) +++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java Wed Jan 10 14:08:28 2007 @@ -36,6 +36,7 @@ import javax.servlet.ServletException; import javax.servlet.ServletOutputStream; import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletRequestWrapper; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponseWrapper; import javax.servlet.jsp.JspException; @@ -291,9 +292,13 @@ new ImportResponseWrapper( (HttpServletResponse) pageContext.getResponse()); + ImportRequestWrapper wrappedRequest = + new ImportRequestWrapper( + (HttpServletRequest) pageContext.getRequest()); + // spec mandates specific error handling form include() try { - rd.include(pageContext.getRequest(), irw); + rd.include(wrappedRequest, irw); } catch (IOException ex) { throw new JspException(ex); } catch (RuntimeException ex) { @@ -312,6 +317,8 @@ stripSession(targetUrl)); } +System.err.println("RETURN: " + irw.getString()); + // recover the response String from our wrapper return irw.getString(); } @@ -368,6 +375,19 @@ Resources.getMessage("IMPORT_ABS_ERROR", target, ex), ex); } } + } + + /** Wraps requests to allow us to enforce the method to be GET */ + private class ImportRequestWrapper extends HttpServletRequestWrapper { + + public ImportRequestWrapper(HttpServletRequest request) { + super(request); + } + + public String getMethod() { + return "GET"; + } + } /** Wraps responses to allow us to retrieve results as Strings. */ Added: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java?view=auto&rev=495005 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java (added) +++ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java Wed Jan 10 14:08:28 2007 @@ -0,0 +1,53 @@ +/* + * Copyright 1999,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. + */ + +package org.apache.taglibs.standard.tag.ImportTagTest.core; + +import java.net.*; +import javax.servlet.jsp.*; +import javax.servlet.http.*; +import org.apache.cactus.*; +import org.apache.taglibs.standard.testutil.TestUtil; + +public class Test37466 extends JspTestCase { + + public Test37466(String name) { + super(name); + } + + protected void setUp() throws Exception { + super.setUp(); + } + + protected void tearDown() throws Exception { + super.tearDown(); + } + + public void test37466() throws Exception { + String serverName = pageContext.getRequest().getServerName(); + Integer serverPort = pageContext.getRequest().getServerPort(); + String contextPath = ( (HttpServletRequest) pageContext.getRequest() ).getContextPath(); + String jspPath = TestUtil.getTestJsp(this); + String testPath = "http://" + serverName + ":" + serverPort + contextPath + jspPath;; + + URL url = new URL(testPath); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("HEAD"); + + String responseCode = Integer.toString(connection.getResponseCode()); + assertEquals(testPath + "The response code should be 200", "200", responseCode); + } +} Propchange: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java ------------------------------------------------------------------------------ svn:eol-style = native Added: jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.jsp URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.jsp?view=auto&rev=495005 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.jsp (added) +++ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.jsp Wed Jan 10 14:08:28 2007 @@ -0,0 +1,23 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + +<c:import url="/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.xml" varReader="xmlSource"> +<% + java.io.StringReader o = (java.io.StringReader)pageContext.getAttribute("xmlSource"); + System.out.println("o: " + o); + char[] buf = new char[1]; + while (o.read(buf) > 0) + { + System.out.print(buf); + } + System.out.println(""); + System.out.println("------"); + o.reset(); +%> + <x:parse xml="${xmlSource}" var="xmldoc" /> +</c:import> +<% + System.out.println("XX parsed ok"); +%> + +worked: ${xmldoc} Propchange: jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.jsp ------------------------------------------------------------------------------ svn:eol-style = native Added: jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.xml?view=auto&rev=495005 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.xml (added) +++ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.xml Wed Jan 10 14:08:28 2007 @@ -0,0 +1,3 @@ +<foo> + data data data +</foo> \ No newline at end of file Propchange: jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 10 22:10:01 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92253 invoked from network); 10 Jan 2007 22:10:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 22:10:01 -0000 Received: (qmail 98112 invoked by uid 500); 10 Jan 2007 22:10:07 -0000 Delivered-To: [email protected] Received: (qmail 98103 invoked by uid 500); 10 Jan 2007 22:10:07 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98092 invoked by uid 99); 10 Jan 2007 22:10:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 14:10:07 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 14:09:59 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 5D8757142E1; Wed, 10 Jan 2007 14:09:39 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 37466] - c:import doesn't work with HEAD requests In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 10 Jan 2007 14:09:39 -0800 (PST) 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=37466>. 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=37466 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [email protected] 2007-01-10 14:09 ------- svn ci -m "Applying Bjorn Townsend's unit test and the fix for #37466 - c:import doesn't work with HEAD requests. Many thanks to Bill Barker on tomcat-dev for providing the idea behind the fix. " Sending src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java Adding test/org/apache/taglibs/standard/tag/ImportTagTest Adding test/org/apache/taglibs/standard/tag/ImportTagTest/core Adding test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java Adding test/web/org/apache/taglibs/standard/tag/ImportTagTest Adding test/web/org/apache/taglibs/standard/tag/ImportTagTest/core Adding test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.jsp Adding test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.xml Transmitting file data .... Committed revision 495005. -- 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 Jan 10 22:13:37 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93112 invoked from network); 10 Jan 2007 22:13:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2007 22:13:37 -0000 Received: (qmail 4008 invoked by uid 500); 10 Jan 2007 22:13:43 -0000 Delivered-To: [email protected] Received: (qmail 3815 invoked by uid 500); 10 Jan 2007 22:13:43 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3804 invoked by uid 99); 10 Jan 2007 22:13:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 14:13:43 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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 Jan 2007 14:13:36 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id D2DA759F71 for <[email protected]>; Wed, 10 Jan 2007 22:13:15 +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 Jan 2007 22:13:15 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 The comment on the change is: Couple of issues fixed. ------------------------------------------------------------------------------ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - formatting i18n bug. ACTION: Confirm * [https://issues.apache.org/bugzilla/show_bug.cgi?id=22765 22765] - x:foreach bug; possibly only in 1.0.x. ACTION: Confirmed. FAQ? * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Error when moving JDK versions. ACTION: Attempt to reproduce, otherwise WONTFIX. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=37466 37466] - c:import bug with HTTP HEAD. ACTION: Unit test available. Discuss. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39195 39195] - exception with getResourceLocale. ACTION: Confirmed. Modification of patch recommended. Probably not testable. == To FAQ == @@ -61, +60 @@ * 20070103 - Resolved 31853 WONTFIX - bug in container. * 20070103 - Confirmed 40870. Recommend FAQ. * 20070104 - Confirmed 37466. Wrote unit test patch. Needs discussion. + * 20070110 - Resolved 34109 (patches applied). + * 20070110 - Resolved 37466 (patches applied). == Inactions == @@ -69, +70 @@ == Ready for resolution? == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39719 39719] - JstlCoreTLV too strict. ACTION: WONTFIX after communicating to EG. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=34109 34109] - c:url double-/ problem. ACTION: Patch ready, unit test ready. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39480 39480] - SecurityException. ACTION: WONTFIX? Sounds like it's only a JSTL 1.2 issue. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jan 12 19:11:25 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78239 invoked from network); 12 Jan 2007 19:11:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2007 19:11:25 -0000 Received: (qmail 98832 invoked by uid 500); 12 Jan 2007 19:11:31 -0000 Delivered-To: [email protected] Received: (qmail 98823 invoked by uid 500); 12 Jan 2007 19:11: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98812 invoked by uid 99); 12 Jan 2007 19:11:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2007 11:11:30 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2007 11:11:23 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 396BA7142FA; Fri, 12 Jan 2007 11:11:02 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 33934] - [standard] memory leak in jstl c:set tag In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Fri, 12 Jan 2007 11:11:02 -0800 (PST) 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=33934>. 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=33934 ------- Additional Comments From [email protected] 2007-01-12 11:11 ------- NOTE: I'm new to asf bugzilla, so please forgive any mis-use of this website and please let me know if there is a better way for me to submit a request like this in the future! :\ I am having the same problem (memory "leak") with this tag along with the c:forEach tag and I was wondering if there's any progress being made on this issue? It appears from the last two comments and this bug's state that this issue is still open. I think Andreas' last post suggests a way to conform to the spec and still fix the memory leak. From perusing the code for the forEach tag, I believe a similar approach can be used to solve the same problem. The following "rules" (which are merely re-stating Andreas' last suggesting to something more general) could be applied to all tags in the jstl implementation: 1. If a tag has a reference that is in the AttSet, only set it to null in the release() method. 2. Otherwise, set it to null at the end of doEndTag. This would solve the memory leak that Andreas observed 2 years ago and it would solve the memroy leak I'm seeing in the forEach tag (there is a reference to "item" in the LoopTagSupport class that is not in the AttSet and keeping it around is causing my application some memory problems). -- 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] Mon Jan 15 07:08:55 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57852 invoked from network); 15 Jan 2007 07:08:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jan 2007 07:08:53 -0000 Received: (qmail 91002 invoked by uid 500); 15 Jan 2007 07:08:57 -0000 Delivered-To: [email protected] Received: (qmail 90930 invoked by uid 500); 15 Jan 2007 07:08: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 90919 invoked by uid 99); 15 Jan 2007 07:08:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jan 2007 23:08: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jan 2007 23:08:50 -0800 Received: by brutus.apache.org (Postfix, from userid 1007) id E8D55714295; Sun, 14 Jan 2007 23:08:29 -0800 (PST) From: [email protected] To: [email protected] Subject: Bug report for Taglibs [2007/01/14] Message-Id: <[email protected]> Date: Sun, 14 Jan 2007 23:08:29 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org +---------------------------------------------------------------------------+ | Bugzilla Bug ID | | +---------------------------------------------------------------------+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned | | | OPN=Reopened VER=Verified (Skipped Closed/Resolved) | | | +-----------------------------------------------------------------+ | | | Severity: BLK=Blocker CRI=Critical MAJ=Major | | | | MIN=Minor NOR=Normal ENH=Enhancement | | | | +-------------------------------------------------------------+ | | | | Date Posted | | | | | +--------------------------------------------------+ | | | | | Description | | | | | | | | 3164|New|Enh|2001-08-19|Message tag should process default text in the bod| | 6347|New|Nor|2002-02-10|io:param should url encode | | 6390|New|Nor|2002-02-12|valueOf evaluates &'s to &amp; when the & was part| | 6613|New|Nor|2002-02-21|cannot use xtags:style more than one time per page| | 7893|New|Nor|2002-04-09|Attribute attributeSeparator invalid according to | | 8694|Ver|Maj|2002-05-01|Exception when trying to acces the Map.entry compo| | 8723|Ver|Nor|2002-05-02|use of xsltSystemID does not take effect if xslt a| | 9257|Ver|Nor|2002-05-20|ELParser doesn't parse non-ascii value | | 9581|Ver|Min|2002-06-03|update SQL examples to allow for the inputting of | | 9968|Ver|Maj|2002-06-18|c:url prepends path to page relative URLs | |10175|Ver|Nor|2002-06-24|Welcome file absent from standard-examples.war in | |11217|Unc|Blk|2002-07-26|Custom Tag Library Error: 'Tag library ""not found| |11347|New|Maj|2002-07-31|xtags:if test="position()!=last()" - position() & | |11361|New|Enh|2002-08-01|Allow user to create own URIResolver | |11857|New|Enh|2002-08-20|Enhancement on FormatTagSupport | |12133|New|Blk|2002-08-28|scrape not work for some urls the request for a co| |12189|Ass|Cri|2002-08-30|Setting default values for the <input:checkbox> Ta| |12618|New|Maj|2002-09-13|Mode attribute on xtags:template & xtags:applyTemp| |12620|New|Nor|2002-09-13|position() and last() do not work in xtags:templat| |12701|New|Enh|2002-09-16|Need to have facility in bundle tag to pass defaul| |13794|New|Blk|2002-10-20|Unable to list the tag librairies in the custom ta| |13971|New|Maj|2002-10-25|Style tag does not work with Tomcat 4 with xml or | |14214|New|Maj|2002-11-04|[PATCH] io:http - can't invoke POS | |14680|New|Enh|2002-11-19|Internationalization should have an XML implementa| |15129|New|Nor|2002-12-06|Distribution of this CTLX is unuseable | |15551|New|Nor|2002-12-19|error: output must have content-handler property | |17211|New|Blk|2003-02-19|FIX: Tomcat 4.1.x taglib pooling causes problems | |17388|New|Cri|2003-02-25|Result set created in query tag is never released | |17440|Opn|Maj|2003-02-26|Using variant portion of Locale causes problems | |17700|New|Enh|2003-03-05|Performance issue in Resources.getMessage | |18198|New|Nor|2003-03-20|[PATCH] Cache - Overloading CacheUtil methods | |18499|New|Enh|2003-03-30|[cache] per cache entry lifetime | |18524|New|Nor|2003-03-31|Default bundle changed from First to Last defined | |18716|Inf|Nor|2003-04-04|XTAGS LIBRARY PROBLEM IN 4.1.18 | |19292|New|Enh|2003-04-24|request tag add the ability to store output in pag| |19754|New|Nor|2003-05-08|TLDParser web.xml and errorstag | |20725|New|Nor|2003-06-12|Incorrect property setter signature for Tag handle| |21928|New|Nor|2003-07-28|Extra space added in the return text of xtags | |22765|New|Nor|2003-08-27|Wrong values from position() and last() functions | |23363|New|Maj|2003-09-23|JNDI Taglib does not close context when using <jnd| |24715|Opn|Maj|2003-11-14|Remote SMTP server fix | |25190|New|Enh|2003-12-04|waitUntilSent attribute for send tag | |25623|New|Nor|2003-12-18|The forEach JSTL tag doesn't release items | |26508|New|Nor|2004-01-29|TLD names are inconsistent | |26608|New|Maj|2004-02-02|strip="true" causes exception when no tags availab| |26867|New|Maj|2004-02-11|Inconsistent behavior of <io:request> | |27323|New|Enh|2004-02-29|Remove useless tag <setrecipient> | |27597|New|Nor|2004-03-11|<mt:attach>: set Content-Type header | |27717|New|Maj|2004-03-16|<x:forEach> very slow in JSTL 1.1 | |27864|New|Enh|2004-03-22|Need ability to easily escape message text for dis| |27978|New|Nor|2004-03-26|URLTag nesting into BodyTag does not work more the| |28280|New|Nor|2004-04-08|bug in xtags:parse whith using a attribute reader | |28301|New|Nor|2004-04-08|XTags are not working for Tomcat 4.1.18 | |28814|New|Nor|2004-05-06|mt:header are ignored | |28913|New|Maj|2004-05-11|Content-Type not working properly | |29114|New|Min|2004-05-20|Error in Documentation on web related to web.xml | |29144|New|Nor|2004-05-21|Format tag attributes should allow runtime express| |29194|New|Nor|2004-05-25|xml-namespaces not supported | |29652|Ass|Enh|2004-06-17|[Enh] add option to always use default selection i| |29680|New|Nor|2004-06-18|str:replace with EL does not work with string 1.1.| |29878|New|Nor|2004-07-01|NullPointerException when using the Xerces version| |30050|Ass|Maj|2004-07-12|Explicit dependency to Xalan breaks JSTL xml tags | |30427|New|Nor|2004-08-01|Response contents can be truncated prematurely | |30840|Unc|Min|2004-08-25|String-examples web.xml taglib uri | |31009|New|Nor|2004-09-02|io:http tag caches JSPWriter | |31084|New|Nor|2004-09-07|fmt charset problem when data come from database (| |31529|New|Enh|2004-10-04|allow string arg to given in body, not just in att| |31789|Ass|Maj|2004-10-19|Memory leak in ELEvaluator | |31859|New|Enh|2004-10-23|Add filename based Content-ID to attachments and u| |31869|New|Enh|2004-10-24|Allow DataHandler attachments in the attach tag | |32311|New|Nor|2004-11-19|Performance: fmt:formatDate regarding calls to Cal| |32857|New|Nor|2004-12-28|Documentation is wrong about getChomp and getPrech| |32904|New|Maj|2004-12-31|<i18n:formatDate /> does not handle locale changes| |33032|New|Nor|2005-01-11|string() works incorrectly in conjunction with sco| |33054|New|Enh|2005-01-11|sql:query loses query column order | |33684|New|Nor|2005-02-22|Formatting Currency numbers : no currency symbol .| |33693|New|Nor|2005-02-22|<input:form> action parameter causes errors in WSR| |33934|New|Cri|2005-03-09|[standard] memory leak in jstl c:set tag | |34137|New|Nor|2005-03-22|getAttribute using iterate reuses bodycontent on 2| |34153|New|Maj|2005-03-23|Versions greater than JRE 1.4.2_05 breaks JSTL cod| |34249|New|Nor|2005-03-31|datagrid example 8 data boundary bug | |34317|New|Enh|2005-04-05|Allow JSP tags within datagrid tag | |34703|New|Maj|2005-05-02|Invalid synchronization in PageData leads to java.| |34786|New|Nor|2005-05-06|Attachments are not cleared in between re-uses of | |34788|New|Nor|2005-05-06|Cannot set the filename of an attachment independe| |34789|New|Nor|2005-05-06|Cannot send multi-part Plain Text and HTML emails | |34896|New|Nor|2005-05-12|Connection Leak in TransactionTagSupport | |35569|New|Nor|2005-07-01|wordWrap does not insert the split string | |35780|New|Nor|2005-07-18|Missing attribute in mt:message tag documentation | |36626|Opn|Enh|2005-09-13|input:select options has key and value reversed | |36709|New|Min|2005-09-19|Documentation inconsistent with servlet 2.4 spec | |36788|New|Maj|2005-09-23|str:wordWrap generates incorrect html character en| |36896|New|Nor|2005-10-03|jsp import error: url /abc/./../def not abc/def | |37990|New|Nor|2005-12-21|Changed Jaxen API breaks Taglib | |38192|New|Min|2006-01-09|Multiple uses of <io:soap> fails | |38193|Ass|Enh|2006-01-09|[RDC] BuiltIn Grammar support for Field | |38362|New|Nor|2006-01-24|<io:request url > tag is sometimes causing "java.i| |38462|New|Nor|2006-01-31|Allow direct File Upload in mailer2 | |38600|Ass|Enh|2006-02-10|[RDC] Enable RDCs to be used in X+V markup (X+RDC)| |38663|New|Nor|2006-02-15|str:string doesn't work on dynamic content | |39195|New|Nor|2006-04-04|getRequestLocale could throw exception on JBOSS | |39331|New|Enh|2006-04-18|support nested calls and Maps from request | |39346|New|Nor|2006-04-19|Problems with message-tags with identical id-argu| |39438|New|Enh|2006-04-27|VariableResolver in PageContext is not used by JST| |39480|New|Nor|2006-05-03|calling getContextClassLoader without doPriv | |39612|New|Cri|2006-05-18|Sudden Nullpointerexception in LRUCache | |39665|New| |2006-05-26|Incorrect mailer configuration in documentation | |39719|New|Nor|2006-06-05|JstlCoreTLV is too strict in its requirements | |39964|New|Nor|2006-07-05|overlay dosn't support EL attributes in "with" att| |40314|New|Nor|2006-08-25|Upload taglibs using correct maven2 conventions | |40870|Opn|Nor|2006-11-02|Tag 'out' incorrectly handles variable 'param' | |41221|New|Nor|2006-12-20|Fix source headers in source | |41224|New|Nor|2006-12-20|"Content is not in prolog" when file is not found | |41343|New|Nor|2007-01-10|Build fails on OS X. | +-----+---+---+----------+--------------------------------------------------+ | Total 114 bugs | +---------------------------------------------------------------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 15 08:56:41 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86458 invoked from network); 15 Jan 2007 08:56:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jan 2007 08:56:41 -0000 Received: (qmail 20707 invoked by uid 500); 15 Jan 2007 08:56:47 -0000 Delivered-To: [email protected] Received: (qmail 20693 invoked by uid 500); 15 Jan 2007 08:56: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20682 invoked by uid 99); 15 Jan 2007 08:56:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 00:56:47 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 00:56:40 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 41DEF71429F; Mon, 15 Jan 2007 00:56:20 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41363] New: - Jstl empty bug in Standard-1.1 Taglib Message-ID: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Date: Mon, 15 Jan 2007 00:56:20 -0800 (PST) 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=41363>. 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=41363 Summary: Jstl empty bug in Standard-1.1 Taglib Product: Taglibs Version: 1.2.0 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Standard Taglib AssignedTo: [email protected] ReportedBy: [email protected] Using jstl empty STILL doesnt work for set objects. In version 1.0 there was a bug when using empty on Sets now in 1.1 it should be solved but it isnt. I have a set object and it's empty. If I do this: <c:if test="${!empty mySet}"> NOT EMPTY </c:if> I will see NOT EMPTY in the screen when the set is empty. -- 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] Fri Jan 19 18:26:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52236 invoked from network); 19 Jan 2007 18:26:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Jan 2007 18:26:57 -0000 Received: (qmail 48724 invoked by uid 500); 19 Jan 2007 18:27:03 -0000 Delivered-To: [email protected] Received: (qmail 48707 invoked by uid 500); 19 Jan 2007 18:27: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 48675 invoked by uid 500); 19 Jan 2007 18:27:02 -0000 Received: (qmail 48672 invoked by uid 99); 19 Jan 2007 18:27:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2007 10:27:02 -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; Fri, 19 Jan 2007 10:26:55 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id D35E81A981A; Fri, 19 Jan 2007 10:25:50 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r497894 - /jakarta/taglibs/proper/rdc/trunk/doap_rdc.rdf Date: Fri, 19 Jan 2007 18:25:50 -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: rahul Date: Fri Jan 19 10:25:50 2007 New Revision: 497894 URL: http://svn.apache.org/viewvc?view=rev&rev=497894 Log: DOAP Added: jakarta/taglibs/proper/rdc/trunk/doap_rdc.rdf (with props) Added: jakarta/taglibs/proper/rdc/trunk/doap_rdc.rdf URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/doap_rdc.rdf?view=auto&rev=497894 ============================================================================== --- jakarta/taglibs/proper/rdc/trunk/doap_rdc.rdf (added) +++ jakarta/taglibs/proper/rdc/trunk/doap_rdc.rdf Fri Jan 19 10:25:50 2007 @@ -0,0 +1,57 @@ +<?xml version="1.0"?> +<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en"> +<!-- + * 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 rdf:about="http://jakarta.apache.org/taglibs/doc/rdc-doc/intro.html"> + <name>Apache Jakarta Reusable Dialog Components (RDC) Taglib</name> + <shortname>RDC Taglib</shortname> + <homepage rdf:resource="http://jakarta.apache.org/taglibs/doc/rdc-doc/intro.html"/> + <programming-language>JSP</programming-language> + <category rdf:resource="http://projects.apache.org/category/library"/> + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> + <bug-database rdf:resource="http://issues.apache.org/bugzilla/"/> + <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_taglibs-rdc.cgi"/> + <asfext:pmc rdf:resource="http://jakarta.apache.org/"/> + <shortdesc xml:lang="en"> + A framework for creating JSP taglibs that aid in rapid development + of voice and multimodal applications. + </shortdesc> + <description xml:lang="en"> + Server-side generation of HTML has proven an effective way of generating + the user interface for visual web applications. Over time, the effort + involved in such HTML generation has been reduced by the availability of + various JSP tag libraries that abstract away the minutiae of HTML markup. + The RDC project aims to achieve for voice and multimodal applications + what JSP tag libraries have already achieved in the world of visual web + applications. + </description> + <repository> + <SVNRepository> + <browse rdf:resource="http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/"/> + <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/taglibs/proper/rdc/"/> + </SVNRepository> + </repository> + <release> + <revision> + <name>taglibs-rdc</name> + <created>2005-07-26</created> + <version>1.0</version> + </revision> + </release> + <mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#Taglibs"/> + </Project> +</rdf:RDF> Propchange: jakarta/taglibs/proper/rdc/trunk/doap_rdc.rdf ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 22 07:08:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46490 invoked from network); 22 Jan 2007 07:08:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jan 2007 07:08:52 -0000 Received: (qmail 78732 invoked by uid 500); 22 Jan 2007 07:08:57 -0000 Delivered-To: [email protected] Received: (qmail 78715 invoked by uid 500); 22 Jan 2007 07:08: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 78704 invoked by uid 99); 22 Jan 2007 07:08:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jan 2007 23:08: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jan 2007 23:08:50 -0800 Received: by brutus.apache.org (Postfix, from userid 1007) id 451077142E4; Sun, 21 Jan 2007 23:08:30 -0800 (PST) From: [email protected] To: [email protected] Subject: Bug report for Taglibs [2007/01/21] Message-Id: <[email protected]> Date: Sun, 21 Jan 2007 23:08:30 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org +---------------------------------------------------------------------------+ | Bugzilla Bug ID | | +---------------------------------------------------------------------+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned | | | OPN=Reopened VER=Verified (Skipped Closed/Resolved) | | | +-----------------------------------------------------------------+ | | | Severity: BLK=Blocker CRI=Critical MAJ=Major | | | | MIN=Minor NOR=Normal ENH=Enhancement | | | | +-------------------------------------------------------------+ | | | | Date Posted | | | | | +--------------------------------------------------+ | | | | | Description | | | | | | | | 3164|New|Enh|2001-08-19|Message tag should process default text in the bod| | 6347|New|Nor|2002-02-10|io:param should url encode | | 6390|New|Nor|2002-02-12|valueOf evaluates &'s to &amp; when the & was part| | 6613|New|Nor|2002-02-21|cannot use xtags:style more than one time per page| | 7893|New|Nor|2002-04-09|Attribute attributeSeparator invalid according to | | 8694|Ver|Maj|2002-05-01|Exception when trying to acces the Map.entry compo| | 8723|Ver|Nor|2002-05-02|use of xsltSystemID does not take effect if xslt a| | 9257|Ver|Nor|2002-05-20|ELParser doesn't parse non-ascii value | | 9581|Ver|Min|2002-06-03|update SQL examples to allow for the inputting of | | 9968|Ver|Maj|2002-06-18|c:url prepends path to page relative URLs | |10175|Ver|Nor|2002-06-24|Welcome file absent from standard-examples.war in | |11217|Unc|Blk|2002-07-26|Custom Tag Library Error: 'Tag library ""not found| |11347|New|Maj|2002-07-31|xtags:if test="position()!=last()" - position() & | |11361|New|Enh|2002-08-01|Allow user to create own URIResolver | |11857|New|Enh|2002-08-20|Enhancement on FormatTagSupport | |12133|New|Blk|2002-08-28|scrape not work for some urls the request for a co| |12189|Ass|Cri|2002-08-30|Setting default values for the <input:checkbox> Ta| |12618|New|Maj|2002-09-13|Mode attribute on xtags:template & xtags:applyTemp| |12620|New|Nor|2002-09-13|position() and last() do not work in xtags:templat| |12701|New|Enh|2002-09-16|Need to have facility in bundle tag to pass defaul| |13794|New|Blk|2002-10-20|Unable to list the tag librairies in the custom ta| |13971|New|Maj|2002-10-25|Style tag does not work with Tomcat 4 with xml or | |14214|New|Maj|2002-11-04|[PATCH] io:http - can't invoke POS | |14680|New|Enh|2002-11-19|Internationalization should have an XML implementa| |15129|New|Nor|2002-12-06|Distribution of this CTLX is unuseable | |15551|New|Nor|2002-12-19|error: output must have content-handler property | |17211|New|Blk|2003-02-19|FIX: Tomcat 4.1.x taglib pooling causes problems | |17388|New|Cri|2003-02-25|Result set created in query tag is never released | |17440|Opn|Maj|2003-02-26|Using variant portion of Locale causes problems | |17700|New|Enh|2003-03-05|Performance issue in Resources.getMessage | |18198|New|Nor|2003-03-20|[PATCH] Cache - Overloading CacheUtil methods | |18499|New|Enh|2003-03-30|[cache] per cache entry lifetime | |18524|New|Nor|2003-03-31|Default bundle changed from First to Last defined | |18716|Inf|Nor|2003-04-04|XTAGS LIBRARY PROBLEM IN 4.1.18 | |19292|New|Enh|2003-04-24|request tag add the ability to store output in pag| |19754|New|Nor|2003-05-08|TLDParser web.xml and errorstag | |20725|New|Nor|2003-06-12|Incorrect property setter signature for Tag handle| |21928|New|Nor|2003-07-28|Extra space added in the return text of xtags | |22765|New|Nor|2003-08-27|Wrong values from position() and last() functions | |23363|New|Maj|2003-09-23|JNDI Taglib does not close context when using <jnd| |24715|Opn|Maj|2003-11-14|Remote SMTP server fix | |25190|New|Enh|2003-12-04|waitUntilSent attribute for send tag | |25623|New|Nor|2003-12-18|The forEach JSTL tag doesn't release items | |26508|New|Nor|2004-01-29|TLD names are inconsistent | |26608|New|Maj|2004-02-02|strip="true" causes exception when no tags availab| |26867|New|Maj|2004-02-11|Inconsistent behavior of <io:request> | |27323|New|Enh|2004-02-29|Remove useless tag <setrecipient> | |27597|New|Nor|2004-03-11|<mt:attach>: set Content-Type header | |27717|New|Maj|2004-03-16|<x:forEach> very slow in JSTL 1.1 | |27864|New|Enh|2004-03-22|Need ability to easily escape message text for dis| |27978|New|Nor|2004-03-26|URLTag nesting into BodyTag does not work more the| |28280|New|Nor|2004-04-08|bug in xtags:parse whith using a attribute reader | |28301|New|Nor|2004-04-08|XTags are not working for Tomcat 4.1.18 | |28814|New|Nor|2004-05-06|mt:header are ignored | |28913|New|Maj|2004-05-11|Content-Type not working properly | |29114|New|Min|2004-05-20|Error in Documentation on web related to web.xml | |29144|New|Nor|2004-05-21|Format tag attributes should allow runtime express| |29194|New|Nor|2004-05-25|xml-namespaces not supported | |29652|Ass|Enh|2004-06-17|[Enh] add option to always use default selection i| |29680|New|Nor|2004-06-18|str:replace with EL does not work with string 1.1.| |29878|New|Nor|2004-07-01|NullPointerException when using the Xerces version| |30050|Ass|Maj|2004-07-12|Explicit dependency to Xalan breaks JSTL xml tags | |30427|New|Nor|2004-08-01|Response contents can be truncated prematurely | |30840|Unc|Min|2004-08-25|String-examples web.xml taglib uri | |31009|New|Nor|2004-09-02|io:http tag caches JSPWriter | |31084|New|Nor|2004-09-07|fmt charset problem when data come from database (| |31529|New|Enh|2004-10-04|allow string arg to given in body, not just in att| |31789|Ass|Maj|2004-10-19|Memory leak in ELEvaluator | |31859|New|Enh|2004-10-23|Add filename based Content-ID to attachments and u| |31869|New|Enh|2004-10-24|Allow DataHandler attachments in the attach tag | |32311|New|Nor|2004-11-19|Performance: fmt:formatDate regarding calls to Cal| |32857|New|Nor|2004-12-28|Documentation is wrong about getChomp and getPrech| |32904|New|Maj|2004-12-31|<i18n:formatDate /> does not handle locale changes| |33032|New|Nor|2005-01-11|string() works incorrectly in conjunction with sco| |33054|New|Enh|2005-01-11|sql:query loses query column order | |33684|New|Nor|2005-02-22|Formatting Currency numbers : no currency symbol .| |33693|New|Nor|2005-02-22|<input:form> action parameter causes errors in WSR| |33934|New|Cri|2005-03-09|[standard] memory leak in jstl c:set tag | |34137|New|Nor|2005-03-22|getAttribute using iterate reuses bodycontent on 2| |34153|New|Maj|2005-03-23|Versions greater than JRE 1.4.2_05 breaks JSTL cod| |34249|New|Nor|2005-03-31|datagrid example 8 data boundary bug | |34317|New|Enh|2005-04-05|Allow JSP tags within datagrid tag | |34703|New|Maj|2005-05-02|Invalid synchronization in PageData leads to java.| |34786|New|Nor|2005-05-06|Attachments are not cleared in between re-uses of | |34788|New|Nor|2005-05-06|Cannot set the filename of an attachment independe| |34789|New|Nor|2005-05-06|Cannot send multi-part Plain Text and HTML emails | |34896|New|Nor|2005-05-12|Connection Leak in TransactionTagSupport | |35569|New|Nor|2005-07-01|wordWrap does not insert the split string | |35780|New|Nor|2005-07-18|Missing attribute in mt:message tag documentation | |36626|Opn|Enh|2005-09-13|input:select options has key and value reversed | |36709|New|Min|2005-09-19|Documentation inconsistent with servlet 2.4 spec | |36788|New|Maj|2005-09-23|str:wordWrap generates incorrect html character en| |36896|New|Nor|2005-10-03|jsp import error: url /abc/./../def not abc/def | |37990|New|Nor|2005-12-21|Changed Jaxen API breaks Taglib | |38192|New|Min|2006-01-09|Multiple uses of <io:soap> fails | |38193|Ass|Enh|2006-01-09|[RDC] BuiltIn Grammar support for Field | |38362|New|Nor|2006-01-24|<io:request url > tag is sometimes causing "java.i| |38462|New|Nor|2006-01-31|Allow direct File Upload in mailer2 | |38600|Ass|Enh|2006-02-10|[RDC] Enable RDCs to be used in X+V markup (X+RDC)| |38663|New|Nor|2006-02-15|str:string doesn't work on dynamic content | |39195|New|Nor|2006-04-04|getRequestLocale could throw exception on JBOSS | |39331|New|Enh|2006-04-18|support nested calls and Maps from request | |39346|New|Nor|2006-04-19|Problems with message-tags with identical id-argu| |39438|New|Enh|2006-04-27|VariableResolver in PageContext is not used by JST| |39480|New|Nor|2006-05-03|calling getContextClassLoader without doPriv | |39612|New|Cri|2006-05-18|Sudden Nullpointerexception in LRUCache | |39665|New| |2006-05-26|Incorrect mailer configuration in documentation | |39719|New|Nor|2006-06-05|JstlCoreTLV is too strict in its requirements | |39964|New|Nor|2006-07-05|overlay dosn't support EL attributes in "with" att| |40314|New|Nor|2006-08-25|Upload taglibs using correct maven2 conventions | |40870|Opn|Nor|2006-11-02|Tag 'out' incorrectly handles variable 'param' | |41221|New|Nor|2006-12-20|Fix source headers in source | |41224|New|Nor|2006-12-20|"Content is not in prolog" when file is not found | |41343|New|Nor|2007-01-10|Build fails on OS X. | |41363|New|Nor|2007-01-15|Jstl empty bug in Standard-1.1 Taglib | +-----+---+---+----------+--------------------------------------------------+ | Total 115 bugs | +---------------------------------------------------------------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 23 20:08:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74899 invoked from network); 23 Jan 2007 20:08:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jan 2007 20:08:59 -0000 Received: (qmail 20096 invoked by uid 500); 23 Jan 2007 20:09:05 -0000 Delivered-To: [email protected] Received: (qmail 20073 invoked by uid 500); 23 Jan 2007 20:09: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20062 invoked by uid 99); 23 Jan 2007 20:09:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 12:09:05 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 12:08:58 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 6CC6771429F; Tue, 23 Jan 2007 12:08:38 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 17388] - Result set created in query tag is never released + update tag In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 23 Jan 2007 12:08:38 -0800 (PST) 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=17388>. 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=17388 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13765|0 |1 is obsolete| | Attachment #14757|0 |1 is obsolete| | ------- Additional Comments From [email protected] 2007-01-23 12:08 ------- Created an attachment (id=19444) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19444&action=view) Patch for 1.1 and 1.0 tags to close result set -- 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 Jan 23 20:17:17 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76584 invoked from network); 23 Jan 2007 20:17:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jan 2007 20:17:17 -0000 Received: (qmail 36924 invoked by uid 500); 23 Jan 2007 20:17:23 -0000 Delivered-To: [email protected] Received: (qmail 36908 invoked by uid 500); 23 Jan 2007 20:17:23 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 36897 invoked by uid 99); 23 Jan 2007 20:17:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 12:17: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 (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; Tue, 23 Jan 2007 12:17:14 -0800 Received: by an-out-0708.google.com with SMTP id c14so710743anc for <[email protected]>; Tue, 23 Jan 2007 12:16:53 -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=m7lAK45bqDwQoe5F1Gp8r1EMTt+uVj70ADPI9XYL7FH0v93g5XskxbCLcOT6yMfcw4YyH8VvxTOTUBE+PNHaf+2Y7yYkX9QmqpyrjoHD2hzLtVm2TESavI2iVetdaL3w/rFHE2MoarZAn6bwI/kZuBCz5x796gi3VbjXPiVO0CA= Received: by 161.129.204.104 with SMTP id v4mr638541huc.1169583412150; Tue, 23 Jan 2007 12:16:52 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 23 Jan 2007 12:16:52 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 23 Jan 2007 11:16:52 -0900 From: "Jimmy Mitchener" <[email protected]> To: [email protected] Subject: [PATCH] SQL Query Tag Does Not Close ResultSet MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_189576_30104488.1169583412109" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_189576_30104488.1169583412109 Content-Type: multipart/alternative; boundary="----=_Part_189577_32416960.1169583412109" ------=_Part_189577_32416960.1169583412109 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline The sql:query tag does not close the result set in either versions 1.0 or 1.1. There is a bug for this issue on bugzilla that has been there since '04. I have submitted a patch there as well. bugzilla: http://issues.apache.org/bugzilla/show_bug.cgi?id=17388 ------=_Part_189577_32416960.1169583412109 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline The sql:query tag does not close the result set in either versions 1.0 or 1.1. There is a bug for this issue on bugzilla that has been there since &#39;04. I have submitted a patch there as well.<br><br>bugzilla: <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=17388"> http://issues.apache.org/bugzilla/show_bug.cgi?id=17388</a><br> ------=_Part_189577_32416960.1169583412109-- ------=_Part_189576_30104488.1169583412109 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ------=_Part_189576_30104488.1169583412109-- From [email protected] Tue Jan 23 20:58:20 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94931 invoked from network); 23 Jan 2007 20:58:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jan 2007 20:58:19 -0000 Received: (qmail 2341 invoked by uid 500); 23 Jan 2007 20:58:24 -0000 Delivered-To: [email protected] Received: (qmail 2329 invoked by uid 500); 23 Jan 2007 20:58:24 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2302 invoked by uid 500); 23 Jan 2007 20:58:24 -0000 Received: (qmail 2292 invoked by uid 99); 23 Jan 2007 20:58:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 12:58:24 -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; Tue, 23 Jan 2007 12:58:17 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id C76171A981D; Tue, 23 Jan 2007 12:57:09 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r499130 - /jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java Date: Tue, 23 Jan 2007 20:57:09 -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: kris Date: Tue Jan 23 12:57:09 2007 New Revision: 499130 URL: http://svn.apache.org/viewvc?view=rev&rev=499130 Log: Format/whitespace changes only - prep for 17388 fix Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java?view=diff&rev=499130&r1=499129&r2=499130 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java (original) +++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java Tue Jan 23 12:57:09 2007 @@ -20,22 +20,27 @@ import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; + import java.util.ArrayList; import java.util.List; import javax.servlet.jsp.JspException; import javax.servlet.jsp.JspTagException; import javax.servlet.jsp.PageContext; + import javax.servlet.jsp.jstl.core.Config; + import javax.servlet.jsp.jstl.sql.Result; import javax.servlet.jsp.jstl.sql.SQLExecutionTag; + import javax.servlet.jsp.tagext.BodyTagSupport; import javax.servlet.jsp.tagext.TryCatchFinally; + import javax.sql.DataSource; import org.apache.taglibs.standard.resources.Resources; -import org.apache.taglibs.standard.tag.common.core.Util; +import org.apache.taglibs.standard.tag.common.core.Util; /** * <p>Tag handler for &lt;Query&gt; in JSTL. @@ -81,13 +86,13 @@ private void init() { startRow = 0; maxRows = -1; - maxRowsSpecified = dataSourceSpecified = false; - isPartOfTransaction = false; - conn = null; - rawDataSource = null; - parameters = null; - sql = null; - var = null; + maxRowsSpecified = dataSourceSpecified = false; + isPartOfTransaction = false; + conn = null; + rawDataSource = null; + parameters = null; + sql = null; + var = null; scope = PageContext.PAGE_SCOPE; } @@ -100,7 +105,7 @@ * result. */ public void setVar(String var) { - this.var = var; + this.var = var; } /** @@ -119,10 +124,10 @@ * parameter values. */ public void addSQLParameter(Object o) { - if (parameters == null) { - parameters = new ArrayList(); - } - parameters.add(o); + if (parameters == null) { + parameters = new ArrayList(); + } + parameters.add(o); } //********************************************************************* @@ -135,33 +140,31 @@ public int doStartTag() throws JspException { if (!maxRowsSpecified) { - Object obj = Config.find(pageContext, Config.SQL_MAX_ROWS); - if (obj != null) { - if (obj instanceof Integer) { - maxRows = ((Integer) obj).intValue(); - } else if (obj instanceof String) { - try { - maxRows = Integer.parseInt((String) obj); - } catch (NumberFormatException nfe) { - throw new JspException( - Resources.getMessage("SQL_MAXROWS_PARSE_ERROR", - (String) obj), - nfe); - } - } else { - throw new JspException( - Resources.getMessage("SQL_MAXROWS_INVALID")); - } + Object obj = Config.find(pageContext, Config.SQL_MAX_ROWS); + if (obj != null) { + if (obj instanceof Integer) { + maxRows = ((Integer) obj).intValue(); + } else if (obj instanceof String) { + try { + maxRows = Integer.parseInt((String) obj); + } catch (NumberFormatException nfe) { + throw new JspException(Resources.getMessage("SQL_MAXROWS_PARSE_ERROR", + (String) obj), + nfe); + } + } else { + throw new JspException(Resources.getMessage("SQL_MAXROWS_INVALID")); + } } } - try { - conn = getConnection(); - } catch (SQLException e) { - throw new JspException(sql + ": " + e.getMessage(), e); - } + try { + conn = getConnection(); + } catch (SQLException e) { + throw new JspException(sql + ": " + e.getMessage(), e); + } - return EVAL_BODY_BUFFERED; + return EVAL_BODY_BUFFERED; } /** @@ -178,64 +181,62 @@ * named <code>javax.servlet.jstl.sql.dataSource</code>. */ public int doEndTag() throws JspException { - /* - * Use the SQL statement specified by the sql attribute, if any, - * otherwise use the body as the statement. - */ - String sqlStatement = null; - if (sql != null) { - sqlStatement = sql; - } - else if (bodyContent != null) { - sqlStatement = bodyContent.getString(); - } - if (sqlStatement == null || sqlStatement.trim().length() == 0) { - throw new JspTagException( - Resources.getMessage("SQL_NO_STATEMENT")); - } + /* + * Use the SQL statement specified by the sql attribute, if any, + * otherwise use the body as the statement. + */ + String sqlStatement = null; + if (sql != null) { + sqlStatement = sql; + } + else if (bodyContent != null) { + sqlStatement = bodyContent.getString(); + } + if (sqlStatement == null || sqlStatement.trim().length() == 0) { + throw new JspTagException(Resources.getMessage("SQL_NO_STATEMENT")); + } /* * We shouldn't have a negative startRow or illegal maxrows */ if ((startRow < 0) || (maxRows < -1)) { - throw new JspException( - Resources.getMessage("PARAM_BAD_VALUE")); + throw new JspException(Resources.getMessage("PARAM_BAD_VALUE")); } - Result result = null; - /* - * Note! We must not use the setMaxRows() method on the - * the statement to limit the number of rows, since the - * Result factory must be able to figure out the correct - * value for isLimitedByMaxRows(); there's no way to check - * if it was from the ResultSet. - */ - PreparedStatement ps = null; - try { - ps = conn.prepareStatement(sqlStatement); - setParameters(ps, parameters); - ResultSet rs = ps.executeQuery(); - result = new ResultImpl(rs, startRow, maxRows); - } - catch (Throwable e) { - throw new JspException(sqlStatement + ": " + e.getMessage(), e); - } finally { - if (ps != null) { - try { - ps.close(); - } catch (SQLException sqe) { - throw new JspException(sqe.getMessage(), sqe); - } - } - } - pageContext.setAttribute(var, result, scope); - return EVAL_PAGE; + Result result = null; + /* + * Note! We must not use the setMaxRows() method on the + * the statement to limit the number of rows, since the + * Result factory must be able to figure out the correct + * value for isLimitedByMaxRows(); there's no way to check + * if it was from the ResultSet. + */ + PreparedStatement ps = null; + try { + ps = conn.prepareStatement(sqlStatement); + setParameters(ps, parameters); + ResultSet rs = ps.executeQuery(); + result = new ResultImpl(rs, startRow, maxRows); + } + catch (Throwable e) { + throw new JspException(sqlStatement + ": " + e.getMessage(), e); + } finally { + if (ps != null) { + try { + ps.close(); + } catch (SQLException sqe) { + throw new JspException(sqe.getMessage(), sqe); + } + } + } + pageContext.setAttribute(var, result, scope); + return EVAL_PAGE; } /** * Just rethrows the Throwable. */ public void doCatch(Throwable t) throws Throwable { - throw t; + throw t; } /** @@ -243,14 +244,14 @@ * as part of a transaction. */ public void doFinally() { - if (conn != null && !isPartOfTransaction) { - try { - conn.close(); - } catch (SQLException e) {} // Not much we can do - } + if (conn != null && !isPartOfTransaction) { + try { + conn.close(); + } catch (SQLException e) {} // Not much we can do + } - conn = null; - parameters = null; + conn = null; + parameters = null; } @@ -258,50 +259,46 @@ // Private utility methods private Connection getConnection() throws JspException, SQLException { - // Fix: Add all other mechanisms - Connection conn = null; - isPartOfTransaction = false; - - TransactionTagSupport parent = (TransactionTagSupport) - findAncestorWithClass(this, TransactionTagSupport.class); - if (parent != null) { + // Fix: Add all other mechanisms + Connection conn = null; + isPartOfTransaction = false; + + TransactionTagSupport parent = (TransactionTagSupport)findAncestorWithClass(this, TransactionTagSupport.class); + if (parent != null) { if (dataSourceSpecified) { - throw new JspTagException( - Resources.getMessage("ERROR_NESTED_DATASOURCE")); + throw new JspTagException(Resources.getMessage("ERROR_NESTED_DATASOURCE")); } - conn = parent.getSharedConnection(); + conn = parent.getSharedConnection(); isPartOfTransaction = true; - } else { - if ((rawDataSource == null) && dataSourceSpecified) { - throw new JspException( - Resources.getMessage("SQL_DATASOURCE_NULL")); - } - DataSource dataSource = DataSourceUtil.getDataSource(rawDataSource, - pageContext); + } else { + if ((rawDataSource == null) && dataSourceSpecified) { + throw new JspException(Resources.getMessage("SQL_DATASOURCE_NULL")); + } + DataSource dataSource = DataSourceUtil.getDataSource(rawDataSource, + pageContext); try { - conn = dataSource.getConnection(); + conn = dataSource.getConnection(); } catch (Exception ex) { - throw new JspException( - Resources.getMessage("DATASOURCE_INVALID", - ex.toString())); + throw new JspException(Resources.getMessage("DATASOURCE_INVALID", + ex.toString())); } - } + } - return conn; + return conn; } private void setParameters(PreparedStatement ps, List parameters) throws SQLException { - if (parameters != null) { - for (int i = 0; i < parameters.size(); i++) { + if (parameters != null) { + for (int i = 0; i < parameters.size(); i++) { /* The first parameter has index 1. If a null * is passed to setObject the parameter will be * set to JDBC null so an explicit call to * ps.setNull is not required. */ - ps.setObject(i + 1, parameters.get(i)); - } - } + ps.setObject(i + 1, parameters.get(i)); + } + } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 23 21:16:08 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99406 invoked from network); 23 Jan 2007 21:16:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jan 2007 21:16:08 -0000 Received: (qmail 33218 invoked by uid 500); 23 Jan 2007 21:16:14 -0000 Delivered-To: [email protected] Received: (qmail 33204 invoked by uid 500); 23 Jan 2007 21:16:14 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33193 invoked by uid 99); 23 Jan 2007 21:16:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 13:16:14 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 13:16:07 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 5682B71429F; Tue, 23 Jan 2007 13:15:47 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 17388] - Result set created in query tag is never released + update tag In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 23 Jan 2007 13:15:47 -0800 (PST) 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=17388>. 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=17388 ------- Additional Comments From [email protected] 2007-01-23 13:15 ------- I think the fix is actually a little messier than that ;-). I'm in the process of putting something together and I'll check it in shortly. -- 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 Jan 23 21:58:21 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10963 invoked from network); 23 Jan 2007 21:58:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jan 2007 21:58:20 -0000 Received: (qmail 27066 invoked by uid 500); 23 Jan 2007 21:58:26 -0000 Delivered-To: [email protected] Received: (qmail 27050 invoked by uid 500); 23 Jan 2007 21:58:26 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27037 invoked by uid 500); 23 Jan 2007 21:58:26 -0000 Received: (qmail 27030 invoked by uid 99); 23 Jan 2007 21:58:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 13:58:26 -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; Tue, 23 Jan 2007 13:58:19 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id DA0071A981A; Tue, 23 Jan 2007 13:57:11 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r499150 - /jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java Date: Tue, 23 Jan 2007 21:57:11 -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: kris Date: Tue Jan 23 13:57:09 2007 New Revision: 499150 URL: http://svn.apache.org/viewvc?view=rev&rev=499150 Log: Fix for 17388 Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java?view=diff&rev=499150&r1=499149&r2=499150 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java (original) +++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java Tue Jan 23 13:57:09 2007 @@ -211,21 +211,48 @@ * if it was from the ResultSet. */ PreparedStatement ps = null; + ResultSet rs = null; + Throwable queryError = null; try { ps = conn.prepareStatement(sqlStatement); setParameters(ps, parameters); - ResultSet rs = ps.executeQuery(); + rs = ps.executeQuery(); result = new ResultImpl(rs, startRow, maxRows); - } - catch (Throwable e) { - throw new JspException(sqlStatement + ": " + e.getMessage(), e); + } catch (Throwable e) { + queryError = e; } finally { + // don't blindly throw wrapped rsCloseExc or psCloseExc from + // this block since both close methods must be called and they + // may also "hide" queryError + // it's still possible that some random Throwable (Error or RuntimeException) + // could "escape" and hide queryError + SQLException rsCloseExc = null; + SQLException psCloseExc = null; + if (rs != null) { + try { + rs.close(); + } catch (SQLException sqe) { + rsCloseExc = sqe; + } + } if (ps != null) { try { ps.close(); } catch (SQLException sqe) { - throw new JspException(sqe.getMessage(), sqe); + psCloseExc = sqe; } + } + + // need to capture info about the possible exceptions + // all exceptions have been saved, so this logic can be easily changed + if (queryError != null) { + // ignore rsCloseExc and psCloseExc + throw new JspException(sqlStatement + ": " + queryError.getMessage(), queryError); + } else if (rsCloseExc != null) { + // ignore psCloseExc (could add psCloseExec to end of "chain") + throw new JspException(rsCloseExc.getMessage(), rsCloseExc); + } else if (psCloseExc != null) { + throw new JspException(psCloseExc.getMessage(), psCloseExc); } } pageContext.setAttribute(var, result, scope); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jan 26 22:44:33 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28593 invoked from network); 26 Jan 2007 22:44:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Jan 2007 22:44:33 -0000 Received: (qmail 70567 invoked by uid 500); 26 Jan 2007 22:44:38 -0000 Delivered-To: [email protected] Received: (qmail 70553 invoked by uid 500); 26 Jan 2007 22: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 70542 invoked by uid 99); 26 Jan 2007 22:44:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2007 14:44:38 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2007 14:44:31 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 94CE77142B6; Fri, 26 Jan 2007 14:44:11 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 34153] - Versions greater than JRE 1.4.2_05 breaks JSTL code In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Fri, 26 Jan 2007 14:44:11 -0800 (PST) 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=34153>. 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=34153 ------- Additional Comments From [email protected] 2007-01-26 14:44 ------- I recently ran into this problem and eventually figured out the root cause: not having setters in the bean being introspected by JSTL. Looking over the change log for 1.4.2_06 (http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_06), I think this bug report: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4918902 is what lead to this change. I haven't tested this exhaustively, but for the relatively simple class we were using, under 1.4.2_06 and above Introspector.getBeanInfo(class).getPropertyDescriptors() will return null for read method unless there's a write method present as well. -- 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] Sun Jan 28 07:49:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41194 invoked from network); 28 Jan 2007 07:49:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2007 07:49:16 -0000 Received: (qmail 17117 invoked by uid 500); 28 Jan 2007 07:49:21 -0000 Delivered-To: [email protected] Received: (qmail 17095 invoked by uid 500); 28 Jan 2007 07:49:21 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17084 invoked by uid 99); 28 Jan 2007 07:49:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jan 2007 23:49:21 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jan 2007 23:49:14 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 505C27142E1; Sat, 27 Jan 2007 23:48:54 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] New: - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. Message-ID: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Date: Sat, 27 Jan 2007 23:48:54 -0800 (PST) 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=41481>. 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=41481 Summary: Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. Product: Taglibs Version: 1.1 Platform: Other OS/Version: AIX Status: NEW Keywords: Xerces2 Severity: regression Priority: P2 Component: Standard Taglib AssignedTo: [email protected] ReportedBy: [email protected] In both JSTL 1.1 and 1.0 specifications nothing is mentioned about nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. But between JSTL 1.0 and JSTL 1.1, this very behavior change. For example : ------------------------------------------------------------------------------------------------------ collections.xml <?xml version="1.0" encoding="ISO-8859-1"?> <collections> <collection> <id>horror</id> <name>Horror novel</name> </collection> <collection> <id>scifi</id> <name>Sci-Fi novel</name> </collection> </collections> ------------------------------------------------------------------------------------------------------ books.xml <?xml version="1.0" encoding="ISO-8859-1"?> <books> <book> <collection_id>scifi</collection_id> <title>Robots</title> </book> <book> <collection_id>scifi</collection_id> <title>The Moon is a Hashes Mistress</title> </book> <book> <collection_id>scifi</collection_id> <title>Spaceship Tropper</title> </book> <book> <collection_id>horror</collection_id> <title>This</title> </book> </books> ------------------------------------------------------------------------------------------------------ books.jsp <%@ taglib prefix="c" uri="/WEB-INF/c.tld" %> <%@ taglib prefix="x" uri="/WEB-INF/x.tld" %> <c:import var="xml_collections" url="http://localhost/collections.xml" /> <x:parse xml="${xml_collections}" var="collections" scope="request"/> <c:import var="xml_books" url="http://www.localhost/books.xml" /> <x:parse xml="${xml_books}" var="books" scope="request"/> <x:forEach select="$collections/collections/collection" var="collection"> <x:out select="$collection/name" /> <ul> <x:forEach select="$books/books/book[collection_id=$collection/id]" var="book"> <li><x:out select="$book/title" /></li> </x:forEach> </ul> </x:forEach> ------------------------------------------------------------------------------------------------------ Output (WebSphere 5 using JSTL 1.0) Horror novel <ul> <li>This</li> </ul> Sci-Fi novel <ul> <li>Robots</li> <li>The Moon is a Hashes Mistress</li> <li>Spaceship Tropper</li> </ul> ------------------------------------------------------------------------------------------------------ Output (WebSphere 6 using JSTL 1.1) Horror novel <ul> </ul> Sci-Fi novel <ul> </ul> -- 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] Mon Jan 29 03:29:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64623 invoked from network); 29 Jan 2007 03:29:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 03:29:59 -0000 Received: (qmail 12967 invoked by uid 500); 29 Jan 2007 03:30:05 -0000 Delivered-To: [email protected] Received: (qmail 12770 invoked by uid 500); 29 Jan 2007 03:30: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12744 invoked by uid 99); 29 Jan 2007 03:30:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jan 2007 19:30:04 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jan 2007 19:29:58 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id C6E6A7142E1; Sun, 28 Jan 2007 19:29:37 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Sun, 28 Jan 2007 19:29:37 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-28 19:29 ------- This looks a lot like #30068, which is now resolved with a fix committed to SVN trunk. Assuming you don't feel like building from trunk, I'll upload a build tomorrow so you can see if that fixes this too. -- 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] Mon Jan 29 07:08:54 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2280 invoked from network); 29 Jan 2007 07:08:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 07:08:53 -0000 Received: (qmail 42883 invoked by uid 500); 29 Jan 2007 07:08:57 -0000 Delivered-To: [email protected] Received: (qmail 42864 invoked by uid 500); 29 Jan 2007 07:08: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 42843 invoked by uid 99); 29 Jan 2007 07:08:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jan 2007 23:08: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jan 2007 23:08:50 -0800 Received: by brutus.apache.org (Postfix, from userid 1007) id 67D277142FC; Sun, 28 Jan 2007 23:08:30 -0800 (PST) From: [email protected] To: [email protected] Subject: Bug report for Taglibs [2007/01/28] Message-Id: <[email protected]> Date: Sun, 28 Jan 2007 23:08:30 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org +---------------------------------------------------------------------------+ | Bugzilla Bug ID | | +---------------------------------------------------------------------+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned | | | OPN=Reopened VER=Verified (Skipped Closed/Resolved) | | | +-----------------------------------------------------------------+ | | | Severity: BLK=Blocker CRI=Critical MAJ=Major | | | | MIN=Minor NOR=Normal ENH=Enhancement | | | | +-------------------------------------------------------------+ | | | | Date Posted | | | | | +--------------------------------------------------+ | | | | | Description | | | | | | | | 3164|New|Enh|2001-08-19|Message tag should process default text in the bod| | 6347|New|Nor|2002-02-10|io:param should url encode | | 6390|New|Nor|2002-02-12|valueOf evaluates &'s to &amp; when the & was part| | 6613|New|Nor|2002-02-21|cannot use xtags:style more than one time per page| | 7893|New|Nor|2002-04-09|Attribute attributeSeparator invalid according to | | 8694|Ver|Maj|2002-05-01|Exception when trying to acces the Map.entry compo| | 8723|Ver|Nor|2002-05-02|use of xsltSystemID does not take effect if xslt a| | 9257|Ver|Nor|2002-05-20|ELParser doesn't parse non-ascii value | | 9581|Ver|Min|2002-06-03|update SQL examples to allow for the inputting of | | 9968|Ver|Maj|2002-06-18|c:url prepends path to page relative URLs | |10175|Ver|Nor|2002-06-24|Welcome file absent from standard-examples.war in | |11217|Unc|Blk|2002-07-26|Custom Tag Library Error: 'Tag library ""not found| |11347|New|Maj|2002-07-31|xtags:if test="position()!=last()" - position() & | |11361|New|Enh|2002-08-01|Allow user to create own URIResolver | |11857|New|Enh|2002-08-20|Enhancement on FormatTagSupport | |12133|New|Blk|2002-08-28|scrape not work for some urls the request for a co| |12189|Ass|Cri|2002-08-30|Setting default values for the <input:checkbox> Ta| |12618|New|Maj|2002-09-13|Mode attribute on xtags:template & xtags:applyTemp| |12620|New|Nor|2002-09-13|position() and last() do not work in xtags:templat| |12701|New|Enh|2002-09-16|Need to have facility in bundle tag to pass defaul| |13794|New|Blk|2002-10-20|Unable to list the tag librairies in the custom ta| |13971|New|Maj|2002-10-25|Style tag does not work with Tomcat 4 with xml or | |14214|New|Maj|2002-11-04|[PATCH] io:http - can't invoke POS | |14680|New|Enh|2002-11-19|Internationalization should have an XML implementa| |15129|New|Nor|2002-12-06|Distribution of this CTLX is unuseable | |15551|New|Nor|2002-12-19|error: output must have content-handler property | |17211|New|Blk|2003-02-19|FIX: Tomcat 4.1.x taglib pooling causes problems | |17388|New|Cri|2003-02-25|Result set created in query tag is never released | |17440|Opn|Maj|2003-02-26|Using variant portion of Locale causes problems | |17700|New|Enh|2003-03-05|Performance issue in Resources.getMessage | |18198|New|Nor|2003-03-20|[PATCH] Cache - Overloading CacheUtil methods | |18499|New|Enh|2003-03-30|[cache] per cache entry lifetime | |18524|New|Nor|2003-03-31|Default bundle changed from First to Last defined | |18716|Inf|Nor|2003-04-04|XTAGS LIBRARY PROBLEM IN 4.1.18 | |19292|New|Enh|2003-04-24|request tag add the ability to store output in pag| |19754|New|Nor|2003-05-08|TLDParser web.xml and errorstag | |20725|New|Nor|2003-06-12|Incorrect property setter signature for Tag handle| |21928|New|Nor|2003-07-28|Extra space added in the return text of xtags | |22765|New|Nor|2003-08-27|Wrong values from position() and last() functions | |23363|New|Maj|2003-09-23|JNDI Taglib does not close context when using <jnd| |24715|Opn|Maj|2003-11-14|Remote SMTP server fix | |25190|New|Enh|2003-12-04|waitUntilSent attribute for send tag | |25623|New|Nor|2003-12-18|The forEach JSTL tag doesn't release items | |26508|New|Nor|2004-01-29|TLD names are inconsistent | |26608|New|Maj|2004-02-02|strip="true" causes exception when no tags availab| |26867|New|Maj|2004-02-11|Inconsistent behavior of <io:request> | |27323|New|Enh|2004-02-29|Remove useless tag <setrecipient> | |27597|New|Nor|2004-03-11|<mt:attach>: set Content-Type header | |27717|New|Maj|2004-03-16|<x:forEach> very slow in JSTL 1.1 | |27864|New|Enh|2004-03-22|Need ability to easily escape message text for dis| |27978|New|Nor|2004-03-26|URLTag nesting into BodyTag does not work more the| |28280|New|Nor|2004-04-08|bug in xtags:parse whith using a attribute reader | |28301|New|Nor|2004-04-08|XTags are not working for Tomcat 4.1.18 | |28814|New|Nor|2004-05-06|mt:header are ignored | |28913|New|Maj|2004-05-11|Content-Type not working properly | |29114|New|Min|2004-05-20|Error in Documentation on web related to web.xml | |29144|New|Nor|2004-05-21|Format tag attributes should allow runtime express| |29194|New|Nor|2004-05-25|xml-namespaces not supported | |29652|Ass|Enh|2004-06-17|[Enh] add option to always use default selection i| |29680|New|Nor|2004-06-18|str:replace with EL does not work with string 1.1.| |29878|New|Nor|2004-07-01|NullPointerException when using the Xerces version| |30050|Ass|Maj|2004-07-12|Explicit dependency to Xalan breaks JSTL xml tags | |30427|New|Nor|2004-08-01|Response contents can be truncated prematurely | |30840|Unc|Min|2004-08-25|String-examples web.xml taglib uri | |31009|New|Nor|2004-09-02|io:http tag caches JSPWriter | |31084|New|Nor|2004-09-07|fmt charset problem when data come from database (| |31529|New|Enh|2004-10-04|allow string arg to given in body, not just in att| |31789|Ass|Maj|2004-10-19|Memory leak in ELEvaluator | |31859|New|Enh|2004-10-23|Add filename based Content-ID to attachments and u| |31869|New|Enh|2004-10-24|Allow DataHandler attachments in the attach tag | |32311|New|Nor|2004-11-19|Performance: fmt:formatDate regarding calls to Cal| |32857|New|Nor|2004-12-28|Documentation is wrong about getChomp and getPrech| |32904|New|Maj|2004-12-31|<i18n:formatDate /> does not handle locale changes| |33032|New|Nor|2005-01-11|string() works incorrectly in conjunction with sco| |33054|New|Enh|2005-01-11|sql:query loses query column order | |33684|New|Nor|2005-02-22|Formatting Currency numbers : no currency symbol .| |33693|New|Nor|2005-02-22|<input:form> action parameter causes errors in WSR| |33934|New|Cri|2005-03-09|[standard] memory leak in jstl c:set tag | |34137|New|Nor|2005-03-22|getAttribute using iterate reuses bodycontent on 2| |34153|New|Maj|2005-03-23|Versions greater than JRE 1.4.2_05 breaks JSTL cod| |34249|New|Nor|2005-03-31|datagrid example 8 data boundary bug | |34317|New|Enh|2005-04-05|Allow JSP tags within datagrid tag | |34703|New|Maj|2005-05-02|Invalid synchronization in PageData leads to java.| |34786|New|Nor|2005-05-06|Attachments are not cleared in between re-uses of | |34788|New|Nor|2005-05-06|Cannot set the filename of an attachment independe| |34789|New|Nor|2005-05-06|Cannot send multi-part Plain Text and HTML emails | |34896|New|Nor|2005-05-12|Connection Leak in TransactionTagSupport | |35569|New|Nor|2005-07-01|wordWrap does not insert the split string | |35780|New|Nor|2005-07-18|Missing attribute in mt:message tag documentation | |36626|Opn|Enh|2005-09-13|input:select options has key and value reversed | |36709|New|Min|2005-09-19|Documentation inconsistent with servlet 2.4 spec | |36788|New|Maj|2005-09-23|str:wordWrap generates incorrect html character en| |36896|New|Nor|2005-10-03|jsp import error: url /abc/./../def not abc/def | |37990|New|Nor|2005-12-21|Changed Jaxen API breaks Taglib | |38192|New|Min|2006-01-09|Multiple uses of <io:soap> fails | |38193|Ass|Enh|2006-01-09|[RDC] BuiltIn Grammar support for Field | |38362|New|Nor|2006-01-24|<io:request url > tag is sometimes causing "java.i| |38462|New|Nor|2006-01-31|Allow direct File Upload in mailer2 | |38600|Ass|Enh|2006-02-10|[RDC] Enable RDCs to be used in X+V markup (X+RDC)| |38663|New|Nor|2006-02-15|str:string doesn't work on dynamic content | |39195|New|Nor|2006-04-04|getRequestLocale could throw exception on JBOSS | |39331|New|Enh|2006-04-18|support nested calls and Maps from request | |39346|New|Nor|2006-04-19|Problems with message-tags with identical id-argu| |39438|New|Enh|2006-04-27|VariableResolver in PageContext is not used by JST| |39480|New|Nor|2006-05-03|calling getContextClassLoader without doPriv | |39612|New|Cri|2006-05-18|Sudden Nullpointerexception in LRUCache | |39665|New| |2006-05-26|Incorrect mailer configuration in documentation | |39719|New|Nor|2006-06-05|JstlCoreTLV is too strict in its requirements | |39964|New|Nor|2006-07-05|overlay dosn't support EL attributes in "with" att| |40314|New|Nor|2006-08-25|Upload taglibs using correct maven2 conventions | |40870|Opn|Nor|2006-11-02|Tag 'out' incorrectly handles variable 'param' | |41221|New|Nor|2006-12-20|Fix source headers in source | |41224|New|Nor|2006-12-20|"Content is not in prolog" when file is not found | |41343|New|Nor|2007-01-10|Build fails on OS X. | |41363|New|Nor|2007-01-15|Jstl empty bug in Standard-1.1 Taglib | |41481|New| |2007-01-27|Error when nested x:forEach loops where the inner | +-----+---+---+----------+--------------------------------------------------+ | Total 116 bugs | +---------------------------------------------------------------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 29 16:29:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92462 invoked from network); 29 Jan 2007 16:29:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 16:29:42 -0000 Received: (qmail 57572 invoked by uid 500); 29 Jan 2007 16:29:48 -0000 Delivered-To: [email protected] Received: (qmail 57263 invoked by uid 500); 29 Jan 2007 16:29:46 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57240 invoked by uid 99); 29 Jan 2007 16:29:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 08:29:46 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 08:29:39 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 6854471429F; Mon, 29 Jan 2007 08:29:19 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 30068] - Wrong behaviour of x:out inside x:forEach In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 08:29:19 -0800 (PST) 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=30068>. 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=30068 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] ------- Additional Comments From [email protected] 2007-01-29 08:29 ------- *** Bug 41481 has been marked as a duplicate of this 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] Mon Jan 29 16:29:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92463 invoked from network); 29 Jan 2007 16:29:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 16:29:42 -0000 Received: (qmail 57448 invoked by uid 500); 29 Jan 2007 16:29:47 -0000 Delivered-To: [email protected] Received: (qmail 57261 invoked by uid 500); 29 Jan 2007 16:29:46 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57239 invoked by uid 99); 29 Jan 2007 16:29:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 08:29:46 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 08:29:39 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 4FB4C7142A7; Mon, 29 Jan 2007 08:29:19 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 08:29:19 -0800 (PST) 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=41481>. 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=41481 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From [email protected] 2007-01-29 08:29 ------- (In reply to comment #1) > This looks a lot like #30068, which is now resolved with a fix committed to SVN > trunk. Assuming you don't feel like building from trunk, I'll upload a build > tomorrow so you can see if that fixes this too. I never use SVN and I'm not sure I got access to it. So, I try to unzip the standard.jar file. I then use cavaj to modify the XPathUtil.class and then zip back the file, restart the application (not the server) and it still buggy. Can I use the latest nightly binary development distribution or can you send me a fixed standard.jar? Thank you very much! *** This bug has been marked as a duplicate of 30068 *** -- 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] Mon Jan 29 16:34:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94411 invoked from network); 29 Jan 2007 16:34:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 16:34:16 -0000 Received: (qmail 65313 invoked by uid 500); 29 Jan 2007 16:34:13 -0000 Delivered-To: [email protected] Received: (qmail 65299 invoked by uid 500); 29 Jan 2007 16:34:13 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 65279 invoked by uid 99); 29 Jan 2007 16:34:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 08:34:13 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 08:34:06 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id E18727142A7; Mon, 29 Jan 2007 08:33:45 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 08:33:45 -0800 (PST) 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=41481>. 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=41481 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE | ------- Additional Comments From [email protected] 2007-01-29 08:33 ------- I try to install the latest nightly build (January 29th 2007), and it's still buggy. -- 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] Mon Jan 29 19:04:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53827 invoked from network); 29 Jan 2007 19:04:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 19:04:42 -0000 Received: (qmail 64844 invoked by uid 500); 29 Jan 2007 19:04:48 -0000 Delivered-To: [email protected] Received: (qmail 64712 invoked by uid 500); 29 Jan 2007 19:04: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 64701 invoked by uid 99); 29 Jan 2007 19:04:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:04:47 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:04:40 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id ADEBA7142B6; Mon, 29 Jan 2007 11:04:20 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 17388] - Result set created in query tag is never released + update tag In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 11:04:20 -0800 (PST) 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=17388>. 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=17388 ------- Additional Comments From [email protected] 2007-01-29 11:04 ------- Just a quick note that I checked-in a fix last week (r499150): http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java?view=diff&rev=499150&r1=499149&r2=499150 I guess I won't close this until it can be tested properly... -- 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] Mon Jan 29 19:14:19 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56053 invoked from network); 29 Jan 2007 19:14:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 19:14:19 -0000 Received: (qmail 78772 invoked by uid 500); 29 Jan 2007 19:14:24 -0000 Delivered-To: [email protected] Received: (qmail 78755 invoked by uid 500); 29 Jan 2007 19:14:24 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 78744 invoked by uid 99); 29 Jan 2007 19:14:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:14:24 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:14:18 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id C68017142B6; Mon, 29 Jan 2007 11:13:57 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 11:13:57 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-29 11:13 ------- Assuming you got the nightly build from http://people.apache.org/builds/jakarta-taglibs/nightly/projects/, it looks like that's been broken since 29-Aug-2006. -- 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] Mon Jan 29 19:18:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58202 invoked from network); 29 Jan 2007 19:18:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 19:18:48 -0000 Received: (qmail 90420 invoked by uid 500); 29 Jan 2007 19:18:54 -0000 Delivered-To: [email protected] Received: (qmail 90359 invoked by uid 500); 29 Jan 2007 19:18: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 90346 invoked by uid 500); 29 Jan 2007 19:18:53 -0000 Received: (qmail 90343 invoked by uid 99); 29 Jan 2007 19:18:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:18:53 -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, 29 Jan 2007 11:18:47 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 27A3A1A981A; Mon, 29 Jan 2007 11:18:27 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r501149 - /jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java Date: Mon, 29 Jan 2007 19:18:27 -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 Jan 29 11:18:26 2007 New Revision: 501149 URL: http://svn.apache.org/viewvc?view=rev&rev=501149 Log: Fixed autoboxing Modified: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java Modified: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java?view=diff&rev=501149&r1=501148&r2=501149 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java (original) +++ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java Mon Jan 29 11:18:26 2007 @@ -38,7 +38,7 @@ public void test37466() throws Exception { String serverName = pageContext.getRequest().getServerName(); - Integer serverPort = pageContext.getRequest().getServerPort(); + int serverPort = pageContext.getRequest().getServerPort(); String contextPath = ( (HttpServletRequest) pageContext.getRequest() ).getContextPath(); String jspPath = TestUtil.getTestJsp(this); String testPath = "http://" + serverName + ":" + serverPort + contextPath + jspPath;; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 29 19:37:43 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64066 invoked from network); 29 Jan 2007 19:37:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 19:37:42 -0000 Received: (qmail 15843 invoked by uid 500); 29 Jan 2007 19:37:48 -0000 Delivered-To: [email protected] Received: (qmail 15817 invoked by uid 500); 29 Jan 2007 19:37:48 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15806 invoked by uid 99); 29 Jan 2007 19:37:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:37:48 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:37:41 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 830957142B6; Mon, 29 Jan 2007 11:37:21 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 11:37:21 -0800 (PST) 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=41481>. 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=41481 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO ------- Additional Comments From [email protected] 2007-01-29 11:37 ------- (In reply to comment #4) > Assuming you got the nightly build from > http://people.apache.org/builds/jakarta-taglibs/nightly/projects/, it looks like > that's been broken since 29-Aug-2006. Where can I find a fixed version of standard.jar? -- 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] Mon Jan 29 19:37:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64123 invoked from network); 29 Jan 2007 19:37:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 19:37:59 -0000 Received: (qmail 16178 invoked by uid 500); 29 Jan 2007 19:38:04 -0000 Delivered-To: [email protected] Received: (qmail 16166 invoked by uid 500); 29 Jan 2007 19:38: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16155 invoked by uid 99); 29 Jan 2007 19:38:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:38:04 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:37:58 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id EC4627142A7; Mon, 29 Jan 2007 11:37:37 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 11:37:37 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-29 11:37 ------- Give the following pair of jars a shot: http://people.apache.org/~bayard/standard-1.1/ This looks so like 30068 and that one seems to be fixed now (it's got a unit test so it must be fixed right? :) ). -- 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] Mon Jan 29 19:50:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68020 invoked from network); 29 Jan 2007 19:50:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 19:50:16 -0000 Received: (qmail 37163 invoked by uid 500); 29 Jan 2007 19:50:22 -0000 Delivered-To: [email protected] Received: (qmail 37151 invoked by uid 500); 29 Jan 2007 19:50:22 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37140 invoked by uid 99); 29 Jan 2007 19:50:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:50:22 -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 wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:50:13 -0800 Received: by wr-out-0506.google.com with SMTP id 69so1085919wra for <[email protected]>; Mon, 29 Jan 2007 11:49:52 -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:content-transfer-encoding:content-disposition:references; b=KJqW8tyxqt1NBqF16QbuGUMH2+tjlpgf6MOH9rWc0tTSaAHnqQZ4/1bEtSad0ZRZA6MpmDhlNVJuvJB28oGP0ak3G8eVcF6E/SfXKhc5voIt8X+CsfvTlshtTm5fmfAk+Rq5LxcX/g6FWoklpqiqZvfAdB9IqsXlh2SgCaEqVDo= Received: by 161.129.204.104 with SMTP id s13mr7250911agc.1170100192637; Mon, 29 Jan 2007 11:49:52 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 29 Jan 2007 11:49:52 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 29 Jan 2007 11:49:52 -0800 From: "Henri Yandell" <[email protected]> To: "Tag Libraries Developers List" <[email protected]> Subject: Re: DO NOT REPLY [Bug 17388] - Result set created in query tag is never released + update tag 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]/bugzilla/> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org I put together a Derby test bit for a different issue that I ended up WONTFIXing. I could add this in so you can make a test for this issue? Hen On 1/29/07, [email protected] <[email protected]> wrote: > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG=B7 > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT > <http://issues.apache.org/bugzilla/show_bug.cgi?id=3D17388>. > ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND=B7 > INSERTED IN THE BUG DATABASE. > > http://issues.apache.org/bugzilla/show_bug.cgi?id=3D17388 > > > > > > ------- Additional Comments From [email protected] 2007-01-29 11:04 ------= - > Just a quick note that I checked-in a fix last week (r499150): > > http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/or= g/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java?view=3Ddiff&r= ev=3D499150&r1=3D499149&r2=3D499150 > > I guess I won't close this until it can be tested properly... > > -- > Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=3D= 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 29 19:53:12 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70294 invoked from network); 29 Jan 2007 19:53:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 19:53:11 -0000 Received: (qmail 41837 invoked by uid 500); 29 Jan 2007 19:53:16 -0000 Delivered-To: [email protected] Received: (qmail 41826 invoked by uid 500); 29 Jan 2007 19:53:16 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41815 invoked by uid 99); 29 Jan 2007 19:53:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:53:16 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:53:10 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 14CA57142A7; Mon, 29 Jan 2007 11:52:49 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 34153] - Versions greater than JRE 1.4.2_05 breaks JSTL code In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 11:52:49 -0800 (PST) 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=34153>. 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=34153 ------- Additional Comments From [email protected] 2007-01-29 11:52 ------- Thanks for that report Bill, that makes a lot of sense. I've added this to the list of issues to FAQ. http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 -- 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] Mon Jan 29 19:53:19 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70314 invoked from network); 29 Jan 2007 19:53:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 19:53:19 -0000 Received: (qmail 42072 invoked by uid 500); 29 Jan 2007 19:53:25 -0000 Delivered-To: [email protected] Received: (qmail 42061 invoked by uid 500); 29 Jan 2007 19:53:25 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 42050 invoked by uid 99); 29 Jan 2007 19:53:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:53:25 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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 Jan 2007 11:53:18 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 57B0159F71 for <[email protected]>; Mon, 29 Jan 2007 19:52:58 +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 Jan 2007 19:52:58 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ === Other === * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - formatting i18n bug. ACTION: Confirm * [https://issues.apache.org/bugzilla/show_bug.cgi?id=22765 22765] - x:foreach bug; possibly only in 1.0.x. ACTION: Confirmed. FAQ? - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Error when moving JDK versions. ACTION: Attempt to reproduce, otherwise WONTFIX. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39195 39195] - exception with getResourceLocale. ACTION: Confirmed. Modification of patch recommended. Probably not testable. == To FAQ == @@ -32, +31 @@ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=30050 30050] - Xalan dependency breaks in 1.5. ACTION: FAQ. Unlikely we'll move off of Xalan, so WONTFIX it afterwards. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - sql:query order bug. ACTION: Not fixable. WONTFIX after creating FAQ. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - c:out bug with a param named param. ACTION: Confirmed. FAQ. + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Error when moving JDK versions. ACTION: FAQ. == Actions == * 20061123 - Resolved 39284 (patch applied) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 29 19:56:19 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71147 invoked from network); 29 Jan 2007 19:56:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 19:56:16 -0000 Received: (qmail 48984 invoked by uid 500); 29 Jan 2007 19:56:12 -0000 Delivered-To: [email protected] Received: (qmail 48973 invoked by uid 500); 29 Jan 2007 19:56:12 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 48958 invoked by uid 500); 29 Jan 2007 19:56:12 -0000 Received: (qmail 48950 invoked by uid 99); 29 Jan 2007 19:56:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:56:12 -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, 29 Jan 2007 11:56:05 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 5F9431A981A; Mon, 29 Jan 2007 11:55:45 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r501164 - in /jakarta/taglibs/proper/standard/trunk/test: org/apache/taglibs/standard/tag/ImportTagTest/core/ org/apache/taglibs/standard/tag/el/core/ org/apache/taglibs/standard/tag/url/core/ web/org/apache/taglibs/standard/tag/ImportTagTe... Date: Mon, 29 Jan 2007 19:55: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: bayard Date: Mon Jan 29 11:55:42 2007 New Revision: 501164 URL: http://svn.apache.org/viewvc?view=rev&rev=501164 Log: Cleaning up package structure. Code won't compile until package statements are fixed. Added: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test34109.java - copied unchanged from r501148, jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/url/core/Test34109.java jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test37466.java - copied unchanged from r501149, jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test34109.jsp - copied unchanged from r501148, jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/url/core/Test34109.jsp jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.jsp - copied unchanged from r501148, jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.jsp jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.xml - copied unchanged from r501148, jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.xml Removed: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.java jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/url/core/Test34109.java jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.jsp jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.xml jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/url/core/Test34109.jsp --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 29 19:57:18 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71646 invoked from network); 29 Jan 2007 19:57:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 19:57:15 -0000 Received: (qmail 52498 invoked by uid 500); 29 Jan 2007 19:57:17 -0000 Delivered-To: [email protected] Received: (qmail 52489 invoked by uid 500); 29 Jan 2007 19:57:17 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52449 invoked by uid 500); 29 Jan 2007 19:57:17 -0000 Received: (qmail 52436 invoked by uid 99); 29 Jan 2007 19:57:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:57:17 -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, 29 Jan 2007 11:57:09 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 6BDA11A981F; Mon, 29 Jan 2007 11:56:49 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r501166 - in /jakarta/taglibs/proper/standard/trunk/test: org/apache/taglibs/standard/tag/el/core/ web/org/apache/taglibs/standard/tag/el/core/ Date: Mon, 29 Jan 2007 19:56: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: bayard Date: Mon Jan 29 11:56:48 2007 New Revision: 501166 URL: http://svn.apache.org/viewvc?view=rev&rev=501166 Log: Fixed package statements Modified: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test34109.java jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test37466.java jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.jsp jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.xml Modified: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test34109.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test34109.java?view=diff&rev=501166&r1=501165&r2=501166 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test34109.java (original) +++ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test34109.java Mon Jan 29 11:56:48 2007 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.taglibs.standard.tag.url.core; +package org.apache.taglibs.standard.tag.el.core; import javax.servlet.jsp.*; import org.apache.cactus.*; Modified: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test37466.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test37466.java?view=diff&rev=501166&r1=501165&r2=501166 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test37466.java (original) +++ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test37466.java Mon Jan 29 11:56:48 2007 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.taglibs.standard.tag.ImportTagTest.core; +package org.apache.taglibs.standard.tag.el.core; import java.net.*; import javax.servlet.jsp.*; Modified: jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.jsp URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.jsp?view=diff&rev=501166&r1=501165&r2=501166 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.jsp (original) +++ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.jsp Mon Jan 29 11:56:48 2007 @@ -1,7 +1,7 @@ <%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> -<c:import url="/org/apache/taglibs/standard/tag/ImportTagTest/core/Test37466.xml" varReader="xmlSource"> +<c:import url="/org/apache/taglibs/standard/tag/el/core/Test37466.xml" varReader="xmlSource"> <% java.io.StringReader o = (java.io.StringReader)pageContext.getAttribute("xmlSource"); System.out.println("o: " + o); Modified: jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.xml?view=diff&rev=501166&r1=501165&r2=501166 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.xml (original) +++ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/core/Test37466.xml Mon Jan 29 11:56:48 2007 @@ -1,3 +1,3 @@ <foo> data data data -</foo> \ No newline at end of file +</foo> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 29 19:58:10 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72078 invoked from network); 29 Jan 2007 19:58:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 19:58:10 -0000 Received: (qmail 54102 invoked by uid 500); 29 Jan 2007 19:58:16 -0000 Delivered-To: [email protected] Received: (qmail 53915 invoked by uid 500); 29 Jan 2007 19:58:15 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 53904 invoked by uid 500); 29 Jan 2007 19:58:15 -0000 Received: (qmail 53901 invoked by uid 99); 29 Jan 2007 19:58:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 11:58:15 -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, 29 Jan 2007 11:58:09 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 2AA9D1A981A; Mon, 29 Jan 2007 11:57:49 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r501167 - in /jakarta/taglibs/proper/standard/trunk/test: org/apache/taglibs/standard/tag/ImportTagTest/ org/apache/taglibs/standard/tag/url/ web/org/apache/taglibs/standard/tag/ImportTagTest/ web/org/apache/taglibs/standard/tag/url/ Date: Mon, 29 Jan 2007 19:57: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: bayard Date: Mon Jan 29 11:57:48 2007 New Revision: 501167 URL: http://svn.apache.org/viewvc?view=rev&rev=501167 Log: Removed empty directories Removed: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/ImportTagTest/ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/url/ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/ImportTagTest/ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/url/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 29 20:00:10 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72639 invoked from network); 29 Jan 2007 20:00:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 20:00:10 -0000 Received: (qmail 56617 invoked by uid 500); 29 Jan 2007 20:00:16 -0000 Delivered-To: [email protected] Received: (qmail 56415 invoked by uid 500); 29 Jan 2007 20:00:16 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 56404 invoked by uid 99); 29 Jan 2007 20:00:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 12:00:15 -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 mail74.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 12:00:06 -0800 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-4.tower-74.messagelabs.com!1170100779!39159101!1 X-StarScan-Version: 161.129.204.104.1; banners=-,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 12860 invoked from network); 29 Jan 2007 19:59:43 -0000 Received: from www.dotech.com (HELO nacell-02.dotech.com) (161.129.204.104) by server-4.tower-74.messagelabs.com with AES256-SHA encrypted SMTP; 29 Jan 2007 19:59:43 -0000 Received: from [161.129.204.104] (roch-106.dotech.com [161.129.204.104]) (authenticated bits=0) by nacell-02.dotech.com (161.129.204.10460308/8.12.11) with ESMTP id l0TJxcnl010754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Jan 2007 14:59:38 -0500 Message-ID: <[email protected]> Date: Mon, 29 Jan 2007 14:59:02 -0500 From: Kris Schneider <[email protected]> User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tag Libraries Developers List <[email protected]> Subject: Re: DO NOT REPLY [Bug 17388] - Result set created in query tag is never released + update tag References: <[email protected]/bugzilla/> <[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 Henri Yandell wrote: > I put together a Derby test bit for a different issue that I ended up > WONTFIXing. I could add this in so you can make a test for this issue? If you think that'll work, sure. I haven't given the test too much thought yet ;-). I should probably go back and make similar changes in UpdateTagSupport. I know it already takes care of closing the PreparedStatement, but there can still be some exception "hiding". I'm also not sure why Throwable is being caught in those two tags... > Hen > > On 1/29/07, [email protected] <[email protected]> wrote: > >> 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=17388>. >> 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=17388 >> >> >> >> >> >> ------- Additional Comments From [email protected] 2007-01-29 11:04 >> ------- >> Just a quick note that I checked-in a fix last week (r499150): >> >> http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java?view=diff&rev=499150&r1=499149&r2=499150 >> >> >> I guess I won't close this until it can be tested properly... >> >> -- >> 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. -- Kris Schneider <mailto:[email protected]> D.O.Tech <http://www.dotech.com/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 29 20:01:24 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73176 invoked from network); 29 Jan 2007 20:01:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 20:01:24 -0000 Received: (qmail 59902 invoked by uid 500); 29 Jan 2007 20:01:30 -0000 Delivered-To: [email protected] Received: (qmail 59713 invoked by uid 500); 29 Jan 2007 20:01: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59702 invoked by uid 99); 29 Jan 2007 20:01:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 12:01:30 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 12:01:23 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 855CA7142A7; Mon, 29 Jan 2007 12:01:02 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41343] - Build fails on OS X. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 12:01:02 -0800 (PST) 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=41343>. 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=41343 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- 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] Mon Jan 29 20:03:29 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73863 invoked from network); 29 Jan 2007 20:03:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 20:03:29 -0000 Received: (qmail 61854 invoked by uid 500); 29 Jan 2007 20:03:34 -0000 Delivered-To: [email protected] Received: (qmail 61842 invoked by uid 500); 29 Jan 2007 20:03:34 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 61830 invoked by uid 99); 29 Jan 2007 20:03:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 12:03:34 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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 Jan 2007 12:03:27 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 780E359F71 for <[email protected]>; Mon, 29 Jan 2007 20:03:07 +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 Jan 2007 20:03:07 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - formatting i18n bug. ACTION: Confirm * [https://issues.apache.org/bugzilla/show_bug.cgi?id=22765 22765] - x:foreach bug; possibly only in 1.0.x. ACTION: Confirmed. FAQ? * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39195 39195] - exception with getResourceLocale. ACTION: Confirmed. Modification of patch recommended. Probably not testable. + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - EMPTY bug. ACTION: Confirm. == To FAQ == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Bug in string(). ACTION: WONTFIX after creating FAQ. @@ -62, +63 @@ * 20070104 - Confirmed 37466. Wrote unit test patch. Needs discussion. * 20070110 - Resolved 34109 (patches applied). * 20070110 - Resolved 37466 (patches applied). + * 20070129 - Resolved 34153 (patch committed a while ago). + * 20070129 - Cleaned up test package structure. + * == Inactions == --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 29 20:07:33 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74979 invoked from network); 29 Jan 2007 20:07:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 20:07:33 -0000 Received: (qmail 70668 invoked by uid 500); 29 Jan 2007 20:07:38 -0000 Delivered-To: [email protected] Received: (qmail 70659 invoked by uid 500); 29 Jan 2007 20:07: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 70647 invoked by uid 99); 29 Jan 2007 20:07:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 12:07:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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 Jan 2007 12:07:32 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id D5B2E59F71 for <[email protected]>; Mon, 29 Jan 2007 20:07:11 +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 Jan 2007 20:07:11 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=22765 22765] - x:foreach bug; possibly only in 1.0.x. ACTION: Confirmed. FAQ? * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39195 39195] - exception with getResourceLocale. ACTION: Confirmed. Modification of patch recommended. Probably not testable. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - EMPTY bug. ACTION: Confirm. + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - 'Content not in prolog' error. ACTION: Improve error message? + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Fix source headers. ACTION: Do this prior to release. == To FAQ == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Bug in string(). ACTION: WONTFIX after creating FAQ. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=30050 30050] - Xalan dependency breaks in 1.5. ACTION: FAQ. Unlikely we'll move off of Xalan, so WONTFIX it afterwards. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - sql:query order bug. ACTION: Not fixable. WONTFIX after creating FAQ. + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Error when moving JDK versions. ACTION: FAQ. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - c:out bug with a param named param. ACTION: Confirmed. FAQ. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Error when moving JDK versions. ACTION: FAQ. == Actions == * 20061123 - Resolved 39284 (patch applied) @@ -65, +67 @@ * 20070110 - Resolved 37466 (patches applied). * 20070129 - Resolved 34153 (patch committed a while ago). * 20070129 - Cleaned up test package structure. - * == Inactions == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=17440 17440] - Locale bug. Fixed in 1.1. Needs backporting to 1.0.x (?). Leave open for 1.0.7. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=29878 29878] - Request to update the shipped Xerces version in 1.0.x. Leaving open for 1.0.7. + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39480 39480] - SecurityException. Sounds like a 1.2 issue. Leaving open in case we do a 1.2.0 release one day. == Ready for resolution? == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39719 39719] - JstlCoreTLV too strict. ACTION: WONTFIX after communicating to EG. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39480 39480] - SecurityException. ACTION: WONTFIX? Sounds like it's only a JSTL 1.2 issue. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 29 21:06:31 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99439 invoked from network); 29 Jan 2007 21:06:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 21:06:31 -0000 Received: (qmail 56277 invoked by uid 500); 29 Jan 2007 21:06:36 -0000 Delivered-To: [email protected] Received: (qmail 56270 invoked by uid 500); 29 Jan 2007 21:06:36 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 56259 invoked by uid 99); 29 Jan 2007 21:06:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 13:06:36 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 13:06:30 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 298917142A7; Mon, 29 Jan 2007 13:06:09 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 13:06:09 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-29 13:06 ------- (In reply to comment #6) > Give the following pair of jars a shot: > > http://people.apache.org/~bayard/standard-1.1/ > > This looks so like 30068 and that one seems to be fixed now (it's got a unit > test so it must be fixed right? :) ). I did manage to compile the taglibs source. But I got the same behavior. I also try your snapshot and it was not working either. I try a test with a fresh install of the latest Tomcat using your snapshot file, and I got: javax.servlet.ServletException: org/apache/xpath/XPathException Do you want me to 'Reassign bug to owner of selected component '? -- 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] Mon Jan 29 21:12:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1393 invoked from network); 29 Jan 2007 21:12:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 21:12:48 -0000 Received: (qmail 64480 invoked by uid 500); 29 Jan 2007 21:12:53 -0000 Delivered-To: [email protected] Received: (qmail 64466 invoked by uid 500); 29 Jan 2007 21:12: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 64455 invoked by uid 99); 29 Jan 2007 21:12:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 13:12:53 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 13:12:47 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 010117142A7; Mon, 29 Jan 2007 13:12:26 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 13:12:26 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-29 13:12 ------- In WebSphere 6, I add a <c:catch> before the <x:forEach> and I got: javax.servlet.jsp.JspTagException: Illegal argument evaluating XPath expression "/collections/collection": java.lang.IllegalArgumentException: Node must be non-null for getDTMHandleFromNode -- 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] Mon Jan 29 22:23:24 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27085 invoked from network); 29 Jan 2007 22:23:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 22:23:23 -0000 Received: (qmail 64781 invoked by uid 500); 29 Jan 2007 22:23:29 -0000 Delivered-To: [email protected] Received: (qmail 64703 invoked by uid 500); 29 Jan 2007 22:23:29 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 64692 invoked by uid 99); 29 Jan 2007 22:23:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 14:23:29 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 14:23:22 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 378C87142A7; Mon, 29 Jan 2007 14:23:01 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 14:23:01 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-29 14:23 ------- When I run your example under Tomcat 5.5/JDK 1.5 and the latest source I get: Horror novel <ul> <li>This</li> </ul> Sci-Fi novel <ul> <li>Robots</li> <li>The Moon is a Hashes Mistress</li> <li>Spaceship Tropper</li> </ul> I had to change the namespace declarations to: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %> as that's how I have things setup. So looks like it's environment based. Which JVM version are you on? Is Websphere 6 still 1.3 based? Or is that a 1.4 based one? The getDTMHandlerFromNode method is in the XPathContext class from Xalan. I'm using Xalan 2.7.0 for my testing. Any idea what version you or Websphere are using? -- 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] Mon Jan 29 22:43:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34949 invoked from network); 29 Jan 2007 22:43:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2007 22:43:36 -0000 Received: (qmail 11597 invoked by uid 500); 29 Jan 2007 22:43:41 -0000 Delivered-To: [email protected] Received: (qmail 11589 invoked by uid 500); 29 Jan 2007 22:43:41 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11571 invoked by uid 99); 29 Jan 2007 22:43:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 14:43:41 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 14:43:34 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 89CFA7142B6; Mon, 29 Jan 2007 14:43:14 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 14:43:14 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-29 14:43 ------- Local Tomcat: 5.5.20 Java: 1.5.0_08 Xalan: ? Server WebSphere: 161.129.204.104 Java: 1.4.2 Xalan: 2.6.9 Both return the error. -- 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 Jan 30 00:05:14 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62605 invoked from network); 30 Jan 2007 00:05:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 00:05:14 -0000 Received: (qmail 51953 invoked by uid 500); 30 Jan 2007 00:05:19 -0000 Delivered-To: [email protected] Received: (qmail 51942 invoked by uid 500); 30 Jan 2007 00:05:19 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 51931 invoked by uid 99); 30 Jan 2007 00:05:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 16:05:19 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 16:05:13 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id E03FB7142D0; Mon, 29 Jan 2007 16:04:52 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 16:04:52 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-29 16:04 ------- I put the c.tld and x.tld in WEB-INF/ and put the tag directives back to how they are in your example and it still works. I think we should ignore Websphere for the moment and just consider your local environment which appears much the same as mine (Tomcat 5.5.20, JDK 1.5.0_09 & Linux 2.6.9 kernel). All I have thought wise is to try to nail down the versions of Xalan in use so we can try to replicate on the same versions. The Taglibs code goes against the Xalan package, and I'm pretty sure the JVM doesn't offer that package in 1.5.x (they change the package names afaik). As far as I can tell, there hasn't been a 2.6.9 of Xalan, just a 2.6.0 and then a 2.7.0. Might be that the .9 is IBM specific though. Once we get passed that, it would seem that we have exactly the same setup and one is working and one is not. Ugh :) -- 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 Jan 30 00:13:10 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64393 invoked from network); 30 Jan 2007 00:13:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 00:13:10 -0000 Received: (qmail 61209 invoked by uid 500); 30 Jan 2007 00:13:04 -0000 Delivered-To: [email protected] Received: (qmail 61193 invoked by uid 500); 30 Jan 2007 00:13: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 61172 invoked by uid 500); 30 Jan 2007 00:13:04 -0000 Received: (qmail 61151 invoked by uid 99); 30 Jan 2007 00:13:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 16:13:03 -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, 29 Jan 2007 16:12:57 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 981881A981A; Mon, 29 Jan 2007 16:12:36 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r501245 - in /jakarta/taglibs/proper/standard/trunk: ./ test/org/apache/taglibs/standard/tag/el/sql/ test/web/org/apache/taglibs/standard/tag/el/sql/ Date: Tue, 30 Jan 2007 00:12:36 -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 Jan 29 16:12:33 2007 New Revision: 501245 URL: http://svn.apache.org/viewvc?view=rev&rev=501245 Log: Adding unit test for Bug 33054 - however the assertion is turned off because this is not something we can fix. It's being added as an example of how to do a sql tag test so it doesn't get lost. Added: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/sql/ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/sql/Test33054.java jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/sql/ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/sql/Test33054.jsp Modified: jakarta/taglibs/proper/standard/trunk/build-tests.xml jakarta/taglibs/proper/standard/trunk/build_sample_standard.properties Modified: jakarta/taglibs/proper/standard/trunk/build-tests.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/build-tests.xml?view=diff&rev=501245&r1=501244&r2=501245 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/build-tests.xml (original) +++ jakarta/taglibs/proper/standard/trunk/build-tests.xml Mon Jan 29 16:12:33 2007 @@ -246,6 +246,7 @@ <copy file="${cactus.jar}" todir="${out.test.dir}/WEB-INF/lib"/> <copy file="${httpclient.jar}" todir="${out.test.dir}/WEB-INF/lib"/> <copy file="${aspectjrt.jar}" todir="${out.test.dir}/WEB-INF/lib"/> + <copy file="${derby.jar}" todir="${out.test.dir}/WEB-INF/lib"/> <!-- copy the all important web.xml --> <echo message="out.test.dir ${out.test.dir}" /> Modified: jakarta/taglibs/proper/standard/trunk/build_sample_standard.properties URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/build_sample_standard.properties?view=diff&rev=501245&r1=501244&r2=501245 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/build_sample_standard.properties (original) +++ jakarta/taglibs/proper/standard/trunk/build_sample_standard.properties Mon Jan 29 16:12:33 2007 @@ -71,6 +71,7 @@ aspectjrt.jar=${cactus.home}/lib/aspectjrt-1.1.1.jar httpclient.jar=${cactus.home}/lib/commons-httpclient-2.0.jar commons-logging.jar=${cactus.home}/lib/commons-logging-1.0.3.jar +derby.jar=${cactus.home}/lib/derby-161.129.204.104.jar # -------------------------------------------------- # RUN-TIME COMPONENTS FOR UNIT TESTS Added: jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/sql/Test33054.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/sql/Test33054.java?view=auto&rev=501245 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/sql/Test33054.java (added) +++ jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/sql/Test33054.java Mon Jan 29 16:12:33 2007 @@ -0,0 +1,68 @@ +/* + * Copyright 1999,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. + */ + +package org.apache.taglibs.standard.tag.el.sql; + +import java.sql.*; +import javax.servlet.jsp.*; +import org.apache.cactus.*; +import org.apache.taglibs.standard.testutil.TestUtil; + +public class Test33054 extends JspTestCase { + + public Test33054(String name) { + super(name); + } + + protected void setUp() throws Exception { + super.setUp(); + Class.forName("org.apache.derby.jdbc.EmbeddedDriver"); + Connection conn = DriverManager.getConnection("jdbc:derby:cactustest;create=true"); + Statement stmt = conn.createStatement(); + try { stmt.execute("DROP TABLE Bug33054"); } catch(SQLException sqle) { } // ignore + stmt.execute("CREATE TABLE Bug33054 ( id int primary key, name varchar(80) )"); + stmt.execute("INSERT INTO Bug33054 VALUES(1, 'a')"); + + ResultSet rs = stmt.executeQuery("SELECT * FROM Bug33054"); + rs.next(); + assertEquals( 1, rs.getInt(1) ); + assertEquals( "a", rs.getString(2) ); + + rs.close(); + stmt.close(); + conn.close(); + } + + protected void tearDown() throws Exception { + super.tearDown(); + Connection conn = DriverManager.getConnection("jdbc:derby:cactustest"); + Statement stmt = conn.createStatement(); + stmt.execute("DROP TABLE Bug33054"); + stmt.close(); + conn.close(); + } + + public void test33054() throws Exception { + String toInclude = TestUtil.getTestJsp(this); + pageContext.include(toInclude); + + String data = (String) pageContext.getAttribute("bug33054", PageContext.APPLICATION_SCOPE); + + // This fails and isn't something that can easily be fixed. + // See: http://issues.apache.org/bugzilla/show_bug.cgi?id=33054 + //assertEquals( "ID=1NAME=1" + "ID1=1NAME1=a" + "ID2=1NAME2=a", data ); + } +} Added: jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/sql/Test33054.jsp URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/sql/Test33054.jsp?view=auto&rev=501245 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/sql/Test33054.jsp (added) +++ jakarta/taglibs/proper/standard/trunk/test/web/org/apache/taglibs/standard/tag/el/sql/Test33054.jsp Mon Jan 29 16:12:33 2007 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %> + + + <sql:setDataSource url="jdbc:derby:cactustest" driver="org.apache.derby.jdbc.EmbeddedDriver"/> + + <sql:query var="db"> + SELECT id, name, id as id1, name as name1, id as id2, name as name2 FROM Bug33054 + </sql:query> + + <c:set var="bug33054" value="" scope="application"/> + <c:forEach var="row" items="${db.rows}"> + <c:forEach var="column" items="${row}"> + <c:set var="bug33054" value="${bug33054}${column}" scope="application"/> + </c:forEach> + </c:forEach> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 30 00:15:31 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65359 invoked from network); 30 Jan 2007 00:15:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 00:15:31 -0000 Received: (qmail 67654 invoked by uid 500); 30 Jan 2007 00:15:37 -0000 Delivered-To: [email protected] Received: (qmail 67637 invoked by uid 500); 30 Jan 2007 00:15:37 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 67626 invoked by uid 99); 30 Jan 2007 00:15:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 16:15: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 (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; Mon, 29 Jan 2007 16:15:28 -0800 Received: by wr-out-0506.google.com with SMTP id 69so1156326wra for <[email protected]>; Mon, 29 Jan 2007 16:15: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:content-transfer-encoding:content-disposition:references; b=AeqTny9GrwVrP3xpLig9Hzl5O7Sm4YJRcHP9umpoVzSp/hvwBEQ7QpqCiYWs6SaZfvQr+ebjJLAg8qlyWDoMjbJsFPc0jJ9020/dDjiWU3CfqGGMGopXlmsuoYA+06vaLUswj4UBRffKaIs8LhtFaa/M1PD1n3vO6WPzGGHaajw= Received: by 161.129.204.104 with SMTP id c6mr7596616agb.1170116107548; Mon, 29 Jan 2007 16:15:07 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 29 Jan 2007 16:15:07 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 29 Jan 2007 16:15:07 -0800 From: "Henri Yandell" <[email protected]> To: "Tag Libraries Developers List" <[email protected]> Subject: Re: DO NOT REPLY [Bug 17388] - Result set created in query tag is never released + update tag 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]/bugzilla/> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On 1/29/07, Kris Schneider <[email protected]> wrote: > Henri Yandell wrote: > > I put together a Derby test bit for a different issue that I ended up > > WONTFIXing. I could add this in so you can make a test for this issue? > > If you think that'll work, sure. I haven't given the test too much thought > yet ;-). I should probably go back and make similar changes in > UpdateTagSupport. I know it already takes care of closing the > PreparedStatement, but there can still be some exception "hiding". I'm also > not sure why Throwable is being caught in those two tags... Committed. It's part of the Cactus test suite, which is a pain in the arse to setup the first time. If you've not got that setup yet, let me know if you hit any problems. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 30 00:26:03 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68565 invoked from network); 30 Jan 2007 00:26:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 00:26:02 -0000 Received: (qmail 81785 invoked by uid 500); 30 Jan 2007 00:26:08 -0000 Delivered-To: [email protected] Received: (qmail 81772 invoked by uid 500); 30 Jan 2007 00:26:08 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 81761 invoked by uid 99); 30 Jan 2007 00:26:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 16:26:08 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 16:26:01 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id B5A2A7142D0; Mon, 29 Jan 2007 16:25:41 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 33054] - sql:query loses query column order In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 16:25:41 -0800 (PST) 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=33054>. 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=33054 ------- Additional Comments From [email protected] 2007-01-29 16:25 ------- svn ci -m "Adding unit test for Bug 33054 - however the assertion is turned off because this is not something we can fix. It's being added as an example of how to do a sql tag test so it doesn't get lost. " Sending build-tests.xml Sending build_sample_standard.properties Adding test/org/apache/taglibs/standard/tag/el/sql Adding test/org/apache/taglibs/standard/tag/el/sql/Test33054.java Adding test/web/org/apache/taglibs/standard/tag/el/sql Adding test/web/org/apache/taglibs/standard/tag/el/sql/Test33054.jsp Transmitting file data .... Committed revision 501245. -- 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 Jan 30 00:48:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74025 invoked from network); 30 Jan 2007 00:48:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 00:48:58 -0000 Received: (qmail 10034 invoked by uid 500); 30 Jan 2007 00:49:04 -0000 Delivered-To: [email protected] Received: (qmail 10004 invoked by uid 500); 30 Jan 2007 00:49: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9993 invoked by uid 99); 30 Jan 2007 00:49:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 16:49:04 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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 Jan 2007 16:48:57 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 83B735A24F for <[email protected]>; Tue, 30 Jan 2007 00:48:37 +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, 30 Jan 2007 00:48:37 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Fix source headers. ACTION: Do this prior to release. == To FAQ == + [Standard1.1.3FAQ] * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Bug in string(). ACTION: WONTFIX after creating FAQ. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=30050 30050] - Xalan dependency breaks in 1.5. ACTION: FAQ. Unlikely we'll move off of Xalan, so WONTFIX it afterwards. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - sql:query order bug. ACTION: Not fixable. WONTFIX after creating FAQ. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 30 00:49:54 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74190 invoked from network); 30 Jan 2007 00:49:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 00:49:53 -0000 Received: (qmail 11395 invoked by uid 500); 30 Jan 2007 00:49:59 -0000 Delivered-To: [email protected] Received: (qmail 11374 invoked by uid 500); 30 Jan 2007 00:49:59 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11362 invoked by uid 99); 30 Jan 2007 00:49:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 16:49:59 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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 Jan 2007 16:49:52 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id DAC075A24F for <[email protected]>; Tue, 30 Jan 2007 00:49: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: Tue, 30 Jan 2007 00:49:32 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Fix source headers. ACTION: Do this prior to release. == To FAQ == - [Standard1.1.3FAQ] + ["Standard1.1.3FAQ"] * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Bug in string(). ACTION: WONTFIX after creating FAQ. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=30050 30050] - Xalan dependency breaks in 1.5. ACTION: FAQ. Unlikely we'll move off of Xalan, so WONTFIX it afterwards. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - sql:query order bug. ACTION: Not fixable. WONTFIX after creating FAQ. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 30 00:56:52 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75299 invoked from network); 30 Jan 2007 00:56:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 00:56:52 -0000 Received: (qmail 14105 invoked by uid 500); 30 Jan 2007 00:56:58 -0000 Delivered-To: [email protected] Received: (qmail 14073 invoked by uid 500); 30 Jan 2007 00:56: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14062 invoked by uid 99); 30 Jan 2007 00:56:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 16:56:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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 Jan 2007 16:56:51 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 6FE615A24F for <[email protected]>; Tue, 30 Jan 2007 00:56:31 +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, 30 Jan 2007 00:56:31 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard1.1.3FAQ" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard1%2e1%2e3FAQ The comment on the change is: Starting a FAQ New page: Q. Using string() on a complex expression in an xml tag is returning an empty string. What's up? A. This was reported by Yuriy Yatsyk in [https://issues.apache.org/bugzilla/show_bug.cgi?id=33032 #33032] and appears to be due to some oddity in the way the Standard Taglib uses Xalan. The work around is to split your code up so that string() is applied to a simple expression. Using Yuriy's example: Change: {{{ <x:set var="navigationPath" select="string($content/content/pages/page/url[text() = $contentUrl]/../navigation-path)" scope="request"/> }}} to: {{{ <x:set var="navigationPath" select="$content/content/pages/page/url[text() = $contentUrl]/../navigation-path" scope="request"/> <x:set var="navigationPath" select="string($navigationPath)" scope="request"/> }}} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 30 01:00:15 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76036 invoked from network); 30 Jan 2007 01:00:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 01:00:14 -0000 Received: (qmail 17814 invoked by uid 500); 30 Jan 2007 01:00:20 -0000 Delivered-To: [email protected] Received: (qmail 17802 invoked by uid 500); 30 Jan 2007 01:00: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17791 invoked by uid 99); 30 Jan 2007 01:00:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:00:20 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:00:13 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id E160F7142A7; Mon, 29 Jan 2007 16:59:53 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 33032] - string() works incorrectly in conjunction with scoped variables In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 16:59:53 -0800 (PST) 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=33032>. 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=33032 ------- Additional Comments From [email protected] 2007-01-29 16:59 ------- Added to the FAQ: http://wiki.apache.org/jakarta-taglibs/Standard1%2e1%2e3FAQ -- 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 Jan 30 01:00:23 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76070 invoked from network); 30 Jan 2007 01:00:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 01:00:23 -0000 Received: (qmail 18086 invoked by uid 500); 30 Jan 2007 01:00:28 -0000 Delivered-To: [email protected] Received: (qmail 18073 invoked by uid 500); 30 Jan 2007 01:00:28 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18059 invoked by uid 99); 30 Jan 2007 01:00:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:00:28 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:00:22 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 74A697142E1; Mon, 29 Jan 2007 17:00:01 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 30050] - Explicit dependency to Xalan breaks JSTL xml tags with J2SE 1.5 In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 17:00:01 -0800 (PST) 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=30050>. 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=30050 ------- Additional Comments From [email protected] 2007-01-29 17:00 ------- Added to the FAQ: http://wiki.apache.org/jakarta-taglibs/Standard1%2e1%2e3FAQ -- 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 Jan 30 01:03:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76956 invoked from network); 30 Jan 2007 01:03:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 01:03:04 -0000 Received: (qmail 24678 invoked by uid 500); 30 Jan 2007 01:03:10 -0000 Delivered-To: [email protected] Received: (qmail 24665 invoked by uid 500); 30 Jan 2007 01:03: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24654 invoked by uid 99); 30 Jan 2007 01:03:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:03:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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 Jan 2007 17:03:03 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 7EF855A1CF for <[email protected]>; Tue, 30 Jan 2007 01:02:43 +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, 30 Jan 2007 01:02:43 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard1.1.3FAQ" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard1%2e1%2e3FAQ ------------------------------------------------------------------------------ Q. Using string() on a complex expression in an xml tag is returning an empty string. What's up? - A. This was reported by Yuriy Yatsyk in [https://issues.apache.org/bugzilla/show_bug.cgi?id=33032 #33032] and appears to be due to some oddity in the way the Standard Taglib uses Xalan. The work around is to split your code up so that string() is applied to a simple expression. Using Yuriy's example: + A. This was reported by Yuriy Yatsyk in [https://issues.apache.org/bugzilla/show_bug.cgi?id=33032 #33032] and appears to be due to some oddity in the way the Standard Taglib uses Xalan. The work around is to split your code up so that string() is applied to a simple expression. - Change: + Using Yuriy's example change: {{{ <x:set var="navigationPath" @@ -21, +21 @@ <x:set var="navigationPath" select="string($navigationPath)" scope="request"/> }}} + + Q. The Standard Taglib depends on Xalan. Why? + + A. The original source was coded against Xalan packages and not the XSL specification. It's unlikely that this will be changing any time soon, so you will need to include Xalan with your web applications. See [https://issues.apache.org/bugzilla/show_bug.cgi?id=30050 #30050] to see if any developments occur with this issue. + + + Q. The order of columns coming back in my SQL query does not match the order returned by the specification. Why? + + A. The underlying code for sql:query uses a TreeMap to hold the row data. Unfortunately the specification limits us and we can't change this to a SortedMap, so there is no way to fix this bug. However if you approach the sql:query differently you can work around this issue. Consider the following code that avoids using the row data: + + {{{ + <%-- Get the column names for the header of the table --%> + <c:forEach var="columnName" items="${db.columnNames}"> + <th><c:out value="${columnName}"/></th> + </c:forEach> + + <%-- Get the value of each column while iterating over rows --%> + <c:forEach var="row" items="${db.rowsByIndex}"> + <tr> + <c:forEach var="column" items="${row}"> + <td><c:out value="${column}"/></td> + </c:forEach> + </c:forEach> + }}} + + For more information concerning this bug, see [https://issues.apache.org/bugzilla/show_bug.cgi?id=33054 #33054] + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 30 01:03:50 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77035 invoked from network); 30 Jan 2007 01:03:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 01:03:50 -0000 Received: (qmail 25090 invoked by uid 500); 30 Jan 2007 01:03:55 -0000 Delivered-To: [email protected] Received: (qmail 25074 invoked by uid 500); 30 Jan 2007 01:03:55 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25063 invoked by uid 99); 30 Jan 2007 01:03:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:03:55 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:03:49 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 4EC7F7142A7; Mon, 29 Jan 2007 17:03:29 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 33054] - sql:query loses query column order In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 17:03:29 -0800 (PST) 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=33054>. 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=33054 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [email protected] 2007-01-29 17:03 ------- Added to the FAQ: http://wiki.apache.org/jakarta-taglibs/Standard1%2e1%2e3FAQ Otherwise, I can't see us fixing this so I'm resoling it WONTFIX. -- 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 Jan 30 01:07:24 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78669 invoked from network); 30 Jan 2007 01:07:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 01:07:24 -0000 Received: (qmail 29397 invoked by uid 500); 30 Jan 2007 01:07:29 -0000 Delivered-To: [email protected] Received: (qmail 29378 invoked by uid 500); 30 Jan 2007 01:07:29 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29367 invoked by uid 99); 30 Jan 2007 01:07:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:07:29 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:07:23 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 71EAF7142A7; Mon, 29 Jan 2007 17:07:03 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 34153] - Versions greater than JRE 1.4.2_05 breaks JSTL code In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 17:07:03 -0800 (PST) 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=34153>. 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=34153 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [email protected] 2007-01-29 17:07 ------- FAQ'd: http://wiki.apache.org/jakarta-taglibs/Standard1%2e1%2e3FAQ Resolving as WONTFIX. -- 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 Jan 30 01:09:43 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79831 invoked from network); 30 Jan 2007 01:09:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 01:09:43 -0000 Received: (qmail 31196 invoked by uid 500); 30 Jan 2007 01:09:48 -0000 Delivered-To: [email protected] Received: (qmail 31183 invoked by uid 500); 30 Jan 2007 01:09:48 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 31172 invoked by uid 99); 30 Jan 2007 01:09:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:09:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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 Jan 2007 17:09:41 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id D714E5A1CF for <[email protected]>; Tue, 30 Jan 2007 01:09:21 +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, 30 Jan 2007 01:09:21 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard1.1.3FAQ" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard1%2e1%2e3FAQ ------------------------------------------------------------------------------ For more information concerning this bug, see [https://issues.apache.org/bugzilla/show_bug.cgi?id=33054 #33054] + + Q. I am getting an exception - "An error occurred while evaluating custom action attribute ...". Why? + + A. Chances are this is the issue reported by Luca Conte ([https://issues.apache.org/bugzilla/show_bug.cgi?id=34153 #34153]) and solved by Bill Stilwell. If your beans lack setters for the properties being obtained then from JDK 1.4.2_06 onwards this results in an exception. The workaround is to add a set method for the property. + + + Q. The out tag is not handling my paramater named 'param'. Why not? + + A. The following parameters should be treated as reserved words and not be used as developer variable names: + + * pageContext + * pageScope + * requestScope + * sessionScope + * applicationScope + * param + * paramValues + * header + * headerValues + * initParam + * cookie + + If you do use them as variable names, your mileage may vary. For more information, please see [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919]. + + 40870 - c:out bug with a param named param. ACTION: Confirmed. FAQ. + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 30 01:10:46 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80044 invoked from network); 30 Jan 2007 01:10:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 01:10:46 -0000 Received: (qmail 33641 invoked by uid 500); 30 Jan 2007 01:10:50 -0000 Delivered-To: [email protected] Received: (qmail 33628 invoked by uid 500); 30 Jan 2007 01:10:50 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33610 invoked by uid 99); 30 Jan 2007 01:10:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:10:50 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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 Jan 2007 17:10:43 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 6B97D5A1CF for <[email protected]>; Tue, 30 Jan 2007 01:10: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: Tue, 30 Jan 2007 01:10:23 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard1.1.3FAQ" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard1%2e1%2e3FAQ ------------------------------------------------------------------------------ * initParam * cookie - If you do use them as variable names, your mileage may vary. For more information, please see [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919]. + If you do use them as variable names, your mileage may vary. For more information, please see [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919]. If you do need to use such a variable, then you can work around the keyword by referring to them within the pageScope as follows: - 40870 - c:out bug with a param named param. ACTION: Confirmed. FAQ. + {{{ + <c:out value="${pageScope.param}"/> + }}} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 30 01:10:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80055 invoked from network); 30 Jan 2007 01:10:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 01:10:47 -0000 Received: (qmail 34060 invoked by uid 500); 30 Jan 2007 01:10:52 -0000 Delivered-To: [email protected] Received: (qmail 34047 invoked by uid 500); 30 Jan 2007 01:10: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34036 invoked by uid 99); 30 Jan 2007 01:10:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:10:52 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:10:46 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 6384C71429F; Mon, 29 Jan 2007 17:10:26 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 40870] - Tag 'out' incorrectly handles variable 'param' In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 17:10:26 -0800 (PST) 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=40870>. 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=40870 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [email protected] 2007-01-29 17:10 ------- Added to the FAQ: http://wiki.apache.org/jakarta-taglibs/Standard1%2e1%2e3FAQ Resoling WONTFIX. -- 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 Jan 30 01:14:13 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80651 invoked from network); 30 Jan 2007 01:14:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 01:14:13 -0000 Received: (qmail 37596 invoked by uid 500); 30 Jan 2007 01:14:19 -0000 Delivered-To: [email protected] Received: (qmail 37408 invoked by uid 500); 30 Jan 2007 01:14: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37397 invoked by uid 99); 30 Jan 2007 01:14:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 17:14:18 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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 Jan 2007 17:14:12 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id C16BC5A1CF for <[email protected]>; Tue, 30 Jan 2007 01:13: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: Tue, 30 Jan 2007 01:13:51 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ = Jakarta Standard Taglibs bugs = [http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Taglibs&component=Standard+Taglib&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= "JST issues in Bugzilla"] + + + == To FAQ == + ["Standard1.1.3FAQ"] == Open issues == @@ -28, +32 @@ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - EMPTY bug. ACTION: Confirm. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - 'Content not in prolog' error. ACTION: Improve error message? * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Fix source headers. ACTION: Do this prior to release. - - == To FAQ == - ["Standard1.1.3FAQ"] - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Bug in string(). ACTION: WONTFIX after creating FAQ. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=30050 30050] - Xalan dependency breaks in 1.5. ACTION: FAQ. Unlikely we'll move off of Xalan, so WONTFIX it afterwards. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - sql:query order bug. ACTION: Not fixable. WONTFIX after creating FAQ. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Error when moving JDK versions. ACTION: FAQ. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - c:out bug with a param named param. ACTION: Confirmed. FAQ. == Actions == * 20061123 - Resolved 39284 (patch applied) @@ -68, +64 @@ * 20070110 - Resolved 37466 (patches applied). * 20070129 - Resolved 34153 (patch committed a while ago). * 20070129 - Cleaned up test package structure. + * 20070129 - FAQ created for 33032. Leaving open. + * 20070129 - FAQ created for 30050. Leaving open. + * 20070129 - FAQ created for 33054. Resolved WONTFIX. + * 20070129 - FAQ created for 34153. Resolved WONTFIX. + * 20070129 - FAQ created for 40870. Resolved WONTFIX. + == Inactions == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=17440 17440] - Locale bug. Fixed in 1.1. Needs backporting to 1.0.x (?). Leave open for 1.0.7. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=29878 29878] - Request to update the shipped Xerces version in 1.0.x. Leaving open for 1.0.7. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39480 39480] - SecurityException. Sounds like a 1.2 issue. Leaving open in case we do a 1.2.0 release one day. + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Bug in string(). ACTION: FAQ'd and leaving open for the future. + * [https://issues.apache.org/bugzilla/show_bug.cgi?id=30050 30050] - Xalan dependency breaks in 1.5. ACTION: FAQ'd and leaving open for the future. + == Ready for resolution? == * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39719 39719] - JstlCoreTLV too strict. ACTION: WONTFIX after communicating to EG. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 30 02:53:45 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20769 invoked from network); 30 Jan 2007 02:53:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 02:53:45 -0000 Received: (qmail 50368 invoked by uid 500); 30 Jan 2007 02:53:51 -0000 Delivered-To: [email protected] Received: (qmail 50349 invoked by uid 500); 30 Jan 2007 02:53:51 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 50338 invoked by uid 99); 30 Jan 2007 02:53:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 18:53:51 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 18:53:44 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 540EF429689; Mon, 29 Jan 2007 18:53:24 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 18:53:24 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-29 18:53 ------- First thing tomorrow I will run: java org.apache.xalan.xslt.EnvironmentCheck to get the version of Xalan use by both environment. Once again thank you, you have no idea how this is helping me. -- 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 Jan 30 05:03:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1178 invoked from network); 30 Jan 2007 05:03:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 05:03:42 -0000 Received: (qmail 96102 invoked by uid 500); 30 Jan 2007 05:03:48 -0000 Delivered-To: [email protected] Received: (qmail 96091 invoked by uid 500); 30 Jan 2007 05:03: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96080 invoked by uid 99); 30 Jan 2007 05:03:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 21:03:47 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 21:03:41 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id CDD7D7142B6; Mon, 29 Jan 2007 21:03:20 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 29 Jan 2007 21:03:20 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-29 21:03 ------- Ok, I think I found my problem, at least on the local side version (Tomcat 5). I forget to copy the: xalan.jar, xercesImpl.jar, xml-apis.jar and xsltc.jar files into the /WEB-INF/lib directory. Now, if a do a test with the Xalan 2.7.0 AND your snapshot version of the jstl.jar and standard.jar file, I got the right answer. :-) I will test first thing tomorrow the solution on my developer server (WebSphere 6). - I will upgrade to Xalan 2.7.0 (copying all files needed in /WEB-INF/lib this time :-) - I will use your snapshot version of jstl.jar and standard.jar - and... hope for the best. I will give you feedback as soon as possible. -- 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 Jan 30 14:44:38 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82274 invoked from network); 30 Jan 2007 14:44:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 14:44:38 -0000 Received: (qmail 94269 invoked by uid 500); 30 Jan 2007 14:44:44 -0000 Delivered-To: [email protected] Received: (qmail 94242 invoked by uid 500); 30 Jan 2007 14:44:43 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 94229 invoked by uid 99); 30 Jan 2007 14:44:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 06:44:43 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 06:44:36 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id A97FD7142B6; Tue, 30 Jan 2007 06:44:16 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 30 Jan 2007 06:44:16 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-30 06:44 ------- The solution didn't work on WebSphere 6. I check for rogue copy xalan.jar file on the system, but I din't find any in the JAVA_HOME use by WebSphere. WebSphere use Java 1.4.2 and not 1.5.x. Can this be the reason why it is not working? I will try to install the JDK 1.4 Compatability Package (on my local Tomcat) to see if this can be the problem. -- 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 Jan 30 15:16:43 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1094 invoked from network); 30 Jan 2007 15:16:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 15:16:43 -0000 Received: (qmail 74663 invoked by uid 500); 30 Jan 2007 15:16:49 -0000 Delivered-To: [email protected] Received: (qmail 74651 invoked by uid 500); 30 Jan 2007 15:16:48 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 74640 invoked by uid 99); 30 Jan 2007 15:16:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 07:16:48 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 07:16:41 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id B1B407142B6; Tue, 30 Jan 2007 07:16:21 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 30 Jan 2007 07:16:21 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-30 07:16 ------- Haven't followed this closely yet, but make sure you *really* know where your app server is loading JAXP/Xerces/Xalan stuff from: jaxp.jsp: --------- <%@ page contentType="text/plain; charset=UTF-8" %> <%@ page import="java.net.*, javax.xml.parsers.*, javax.xml.transform.*" %> <%! public URL getClassAsResource(Class clazz) { String className = clazz.getName(); String classNameAsPath = className.replace('.', '/'); String classResourceName = "/" + classNameAsPath + ".class"; return clazz.getResource(classResourceName); } %> <% SAXParserFactory parsers = SAXParserFactory.newInstance(); SAXParser parser = parsers.newSAXParser(); TransformerFactory transformers = TransformerFactory.newInstance(); Transformer transformer = transformers.newTransformer(); %> SAXParser location: <%= getClassAsResource(parser.getClass()) %> Transformer location: <%= getClassAsResource(transformer.getClass()) %> -- 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 Jan 30 15:35:02 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8246 invoked from network); 30 Jan 2007 15:35:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 15:35:02 -0000 Received: (qmail 2811 invoked by uid 500); 30 Jan 2007 15:35:07 -0000 Delivered-To: [email protected] Received: (qmail 2802 invoked by uid 500); 30 Jan 2007 15:35:07 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2791 invoked by uid 99); 30 Jan 2007 15:35:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 07:35:07 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 07:35:01 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 26D857142B6; Tue, 30 Jan 2007 07:34:40 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 30 Jan 2007 07:34:40 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-30 07:34 ------- You can also use this (or combine with previous example) to get the versions (and some other useful info) for Xerces & Xalan: apachexml.jsp: -------------- <%@ page contentType="text/plain; charset=UTF-8" %> Xerces version: <%= org.apache.xerces.impl.Version.getVersion() %> Xalan version: <%= org.apache.xalan.Version.getVersion() %> Xalan env check: <%= new org.apache.xalan.xslt.EnvironmentCheck().checkEnvironment(new java.io.PrintWriter(out)) %> -- 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 Jan 30 16:08:39 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28318 invoked from network); 30 Jan 2007 16:08:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 16:08:38 -0000 Received: (qmail 67444 invoked by uid 500); 30 Jan 2007 16:08:44 -0000 Delivered-To: [email protected] Received: (qmail 67430 invoked by uid 500); 30 Jan 2007 16:08: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 67419 invoked by uid 99); 30 Jan 2007 16:08:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 08:08:44 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 08:08:37 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 180BA7142B6; Tue, 30 Jan 2007 08:08:16 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 30 Jan 2007 08:08:16 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-30 08:08 ------- (In reply to comment #16) > You can also use this (or combine with previous example) to get the versions > (and some other useful info) for Xerces & Xalan: > > apachexml.jsp: > -------------- > > <%@ page contentType="text/plain; charset=UTF-8" %> > > Xerces version: <%= org.apache.xerces.impl.Version.getVersion() %> > > Xalan version: <%= org.apache.xalan.Version.getVersion() %> > > Xalan env check: > <%= new org.apache.xalan.xslt.EnvironmentCheck().checkEnvironment(new > java.io.PrintWriter(out)) %> > Running your first example, I got: SAXParser location: null Transformer location: null In the second one, I got: Xerces version: XML4J 4.3.7 Xalan version: XSLT4J Java 2.6.9 Xalan env check: #---- BEGIN writeEnvironmentReport(Revision: 161.129.204.104): Useful stuff found: ---- java.version=1.4.2 version.xalan2x=XSLT4J Java 2.6.9 version.JAXP=1.1 or higher version.SAX=2.0 version.crimson=not-present java.class.path=WARNING: SecurityException thrown accessing system classpath properties version.ant=not-present version.b2bxml=1.2.1 sun.boot.class.path= /usr/local/was/v6/java/jre/lib/ext/ibmorb.jar: /usr/local/was/v6/java/jre/lib/ext/ibmext.jar: /usr/local/was/v6/java/jre/lib/core.jar: /usr/local/was/v6/java/jre/lib/graphics.jar: /usr/local/was/v6/java/jre/lib/security.jar: /usr/local/was/v6/java/jre/lib/server.jar: /usr/local/was/v6/java/jre/lib/xml.jar: /usr/local/was/v6/java/jre/lib/charsets.jar: /usr/local/was/v6/java/jre/classes: /usr/local/was/v6/java/jre/lib/ibmcertpathprovider.jar: /usr/local/was/v6/java/jre/lib/ibmjaaslm.jar: /usr/local/was/v6/java/jre/lib/ibmjcefw.jar: /usr/local/was/v6/java/jre/lib/ibmjgssprovider.jar: /usr/local/was/v6/java/jre/lib/ibmjssefips.jar: /usr/local/was/v6/java/jre/lib/ibmjsseprovider.jar: /usr/local/was/v6/java/jre/lib/ibmorb.jar: /usr/local/was/v6/java/jre/lib/ibmorbapi.jar: /usr/local/was/v6/java/jre/lib/ibmpkcs.jar version.DOM.draftlevel=2.0fd version.DOM=2.0 version.xalan1=not-present version.xalan2_2=XSLT4J Java 2.6.9 version.xerces2=XML4J 4.3.7 version.xerces1=not-present #----- END writeEnvironmentReport: Useful properties found: ----- # YAHOO! Your environment seems to be OK. true It seem, WebSphere 6 use Xalan 2.6.9 (a version not suppose to exist when I check on Xalan website). How can I fix this? Do you know if WebSphere supported the Endorsed Standards Override Mechanism? -- 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 Jan 30 17:31:41 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80530 invoked from network); 30 Jan 2007 17:31:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 17:31:41 -0000 Received: (qmail 42180 invoked by uid 500); 30 Jan 2007 17:31:45 -0000 Delivered-To: [email protected] Received: (qmail 42170 invoked by uid 500); 30 Jan 2007 17:31:45 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 42159 invoked by uid 99); 30 Jan 2007 17:31:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 09:31:45 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 09:31:38 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 9773D7142CF; Tue, 30 Jan 2007 09:31:18 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 30 Jan 2007 09:31:18 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-30 09:31 ------- Xalan gets embedded in the JVM. Prior to some point it got embedded with the existing apache package names - so it's possible that 2.6.9 is a Sun Xalan number and it's coming from the JVM. I'll try running the version number test against a 1.4.2 JVM in a couple of hours unless someone else gets it done (work intervenes til then). -- 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 Jan 30 20:03:09 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30763 invoked from network); 30 Jan 2007 20:03:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 20:03:08 -0000 Received: (qmail 4889 invoked by uid 500); 30 Jan 2007 20:03:14 -0000 Delivered-To: [email protected] Received: (qmail 4881 invoked by uid 500); 30 Jan 2007 20:03:14 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4870 invoked by uid 99); 30 Jan 2007 20:03:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 12:03:14 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 12:03:07 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 457A47142D0; Tue, 30 Jan 2007 12:02:47 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 30 Jan 2007 12:02:47 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-30 12:02 ------- Sun's 1.4.2_13 JDK on Linux has a Xalan 2.4.1. Apple's 1.4 JDK has 2.4.1 too (probably copied from Sun). So chances are, the xslt4j and xml4j are coming from the IBM JDK version. I'm guessing that XSLT4J and XML4J are the internal IBM names for forks of Xalan and Xerces - they're much involved in said libraries. -- 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 Jan 30 21:27:44 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65105 invoked from network); 30 Jan 2007 21:27:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 21:27:42 -0000 Received: (qmail 55501 invoked by uid 500); 30 Jan 2007 21:27:47 -0000 Delivered-To: [email protected] Received: (qmail 55474 invoked by uid 500); 30 Jan 2007 21:27:46 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 55429 invoked by uid 99); 30 Jan 2007 21:27:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 13:27:46 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 13:27:39 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id A2C797142B6; Tue, 30 Jan 2007 13:27:19 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41363] - Jstl empty bug in Standard-1.1 Taglib In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 30 Jan 2007 13:27:19 -0800 (PST) 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=41363>. 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=41363 ------- Additional Comments From [email protected] 2007-01-30 13:27 ------- This seems to be working fine for me. Here's the JSP snippet I used to test it: <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@page import="java.util.*" %> <% pageContext.setAttribute("mySet", new HashSet()); %> <c:if test="${!empty mySet}"> NOT EMPTY </c:if> -- 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 Jan 30 23:39:46 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9012 invoked from network); 30 Jan 2007 23:39:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2007 23:39:45 -0000 Received: (qmail 73202 invoked by uid 500); 30 Jan 2007 23:39:50 -0000 Delivered-To: [email protected] Received: (qmail 73190 invoked by uid 500); 30 Jan 2007 23:39:50 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 73179 invoked by uid 99); 30 Jan 2007 23:39:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 15:39:50 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 15:39:44 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id A9FE671429F; Tue, 30 Jan 2007 15:39:22 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41481] - Error when nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 30 Jan 2007 15:39:22 -0800 (PST) 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=41481>. 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=41481 ------- Additional Comments From [email protected] 2007-01-30 15:39 ------- I try to install Tomcat using the JDK 1.4 compatibility package and then try to use JDK 1.4 to test is this is a problem with JDK version instead of Xalan incompatibility. The JSP wouldn't compile. One on your dig the doc from WebSphere and confirm that IBM JVM is working with Xalan 2.6.9. But what is troubling me is that IBM mention that this is the only version of Xalan support by the IBM JVM. We gonna open a ticket with IBM about that. I will keep you inform. -- 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 Jan 31 19:53:44 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28142 invoked from network); 31 Jan 2007 19:53:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2007 19:53:44 -0000 Received: (qmail 99563 invoked by uid 500); 31 Jan 2007 19:53:50 -0000 Delivered-To: [email protected] Received: (qmail 99540 invoked by uid 500); 31 Jan 2007 19:53:49 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99524 invoked by uid 99); 31 Jan 2007 19:53:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 11:53:49 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 11:53:42 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 04D2C7142D0; Wed, 31 Jan 2007 11:53:22 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41363] - Jstl empty bug in Standard-1.1 Taglib In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 31 Jan 2007 11:53:22 -0800 (PST) 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=41363>. 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=41363 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [email protected] 2007-01-31 11:53 ------- Seems to not be a problem both for Bjorn's testing above and for Rashmi Rubdi on the user mailing list. Marking as WORKSFORME. -- 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 Jan 31 19:56:02 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29208 invoked from network); 31 Jan 2007 19:56:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2007 19:56:00 -0000 Received: (qmail 7899 invoked by uid 500); 31 Jan 2007 19:56:05 -0000 Delivered-To: [email protected] Received: (qmail 7886 invoked by uid 500); 31 Jan 2007 19:56: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7870 invoked by uid 99); 31 Jan 2007 19:56:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 11:56:05 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 31 Jan 2007 11:55:58 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 90A9F5A1CF for <[email protected]>; Wed, 31 Jan 2007 19:55:37 +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, 31 Jan 2007 19:55:37 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 The comment on the change is: Thanks Rashmi/Bjorn for testing this. ------------------------------------------------------------------------------ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - formatting i18n bug. ACTION: Confirm * [https://issues.apache.org/bugzilla/show_bug.cgi?id=22765 22765] - x:foreach bug; possibly only in 1.0.x. ACTION: Confirmed. FAQ? * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39195 39195] - exception with getResourceLocale. ACTION: Confirmed. Modification of patch recommended. Probably not testable. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - EMPTY bug. ACTION: Confirm. * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - 'Content not in prolog' error. ACTION: Improve error message? * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Fix source headers. ACTION: Do this prior to release. @@ -69, +68 @@ * 20070129 - FAQ created for 33054. Resolved WONTFIX. * 20070129 - FAQ created for 34153. Resolved WONTFIX. * 20070129 - FAQ created for 40870. Resolved WONTFIX. + * 20070131 - WORKSFORME for 41363. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 31 21:15:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73937 invoked from network); 31 Jan 2007 21:15:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2007 21:15:52 -0000 Received: (qmail 50206 invoked by uid 500); 31 Jan 2007 21:15:58 -0000 Delivered-To: [email protected] Received: (qmail 50054 invoked by uid 500); 31 Jan 2007 21:15: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 50043 invoked by uid 500); 31 Jan 2007 21:15:58 -0000 Received: (qmail 50040 invoked by uid 99); 31 Jan 2007 21:15:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 13:15:58 -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; Wed, 31 Jan 2007 13:15:51 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id D5CC01A981A; Wed, 31 Jan 2007 13:15:30 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r502002 - /jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java Date: Wed, 31 Jan 2007 21:15:30 -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: Wed Jan 31 13:15:30 2007 New Revision: 502002 URL: http://svn.apache.org/viewvc?view=rev&rev=502002 Log: Removing trace statement I accidentally left in Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java Modified: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java?view=diff&rev=502002&r1=502001&r2=502002 ============================================================================== --- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java (original) +++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java Wed Jan 31 13:15:30 2007 @@ -317,8 +317,6 @@ stripSession(targetUrl)); } -System.err.println("RETURN: " + irw.getString()); - // recover the response String from our wrapper return irw.getString(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 31 21:20:39 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75846 invoked from network); 31 Jan 2007 21:20:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2007 21:20:39 -0000 Received: (qmail 58839 invoked by uid 500); 31 Jan 2007 21:20:44 -0000 Delivered-To: [email protected] Received: (qmail 58826 invoked by uid 500); 31 Jan 2007 21:20: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 58815 invoked by uid 99); 31 Jan 2007 21:20:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 13:20:44 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 31 Jan 2007 13:20:37 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id CB9025A1CF for <[email protected]>; Wed, 31 Jan 2007 21:20: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: Wed, 31 Jan 2007 21:20:17 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard1.1.3FAQ" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard1%2e1%2e3FAQ The comment on the change is: Tiny FAQ for #41224 ------------------------------------------------------------------------------ <c:out value="${pageScope.param}"/> }}} + + Q. My XML tag is resulting in "Content is not in prolog" - why? + + A. This is an error from the XML parser and appears to usually mean that the parser junk input. Most likely you have the filename wrong. + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 31 21:20:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75920 invoked from network); 31 Jan 2007 21:20:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2007 21:20:59 -0000 Received: (qmail 59193 invoked by uid 500); 31 Jan 2007 21:21:05 -0000 Delivered-To: [email protected] Received: (qmail 59184 invoked by uid 500); 31 Jan 2007 21:21: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59173 invoked by uid 99); 31 Jan 2007 21:21:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 13:21:05 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 13:20:58 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 0C2B07142B6; Wed, 31 Jan 2007 13:20:38 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 41224] - "Content is not in prolog" when file is not found In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 31 Jan 2007 13:20:38 -0800 (PST) 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=41224>. 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=41224 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [email protected] 2007-01-31 13:20 ------- I don't see anywhere obvious to catch this issue and print out better errors, so I've gone with the simple route and put it in the FAQ. -- 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 Jan 31 21:22:24 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76449 invoked from network); 31 Jan 2007 21:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2007 21:22:23 -0000 Received: (qmail 61519 invoked by uid 500); 31 Jan 2007 21:22:29 -0000 Delivered-To: [email protected] Received: (qmail 61507 invoked by uid 500); 31 Jan 2007 21:22:29 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 61496 invoked by uid 99); 31 Jan 2007 21:22:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 13:22:29 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 31 Jan 2007 13:22:22 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 8B1A25A1CF for <[email protected]>; Wed, 31 Jan 2007 21:22: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: Wed, 31 Jan 2007 21:22:02 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard 1.1.3" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ------------------------------------------------------------------------------ * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - formatting i18n bug. ACTION: Confirm * [https://issues.apache.org/bugzilla/show_bug.cgi?id=22765 22765] - x:foreach bug; possibly only in 1.0.x. ACTION: Confirmed. FAQ? * [https://issues.apache.org/bugzilla/show_bug.cgi?id=39195 39195] - exception with getResourceLocale. ACTION: Confirmed. Modification of patch recommended. Probably not testable. - * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - 'Content not in prolog' error. ACTION: Improve error message? * [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919] - Fix source headers. ACTION: Do this prior to release. == Actions == @@ -69, +68 @@ * 20070129 - FAQ created for 34153. Resolved WONTFIX. * 20070129 - FAQ created for 40870. Resolved WONTFIX. * 20070131 - WORKSFORME for 41363. - + * 20070131 - FAQ created for 41224. Resolved WONTFIX. == Inactions == --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 31 21:22:50 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76647 invoked from network); 31 Jan 2007 21:22:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2007 21:22:50 -0000 Received: (qmail 62476 invoked by uid 500); 31 Jan 2007 21:22:55 -0000 Delivered-To: [email protected] Received: (qmail 62459 invoked by uid 500); 31 Jan 2007 21:22:55 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 62448 invoked by uid 99); 31 Jan 2007 21:22:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 13:22:55 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 31 Jan 2007 13:22:48 -0800 Received: from eos.apache.osuosl.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 177065A1CF for <[email protected]>; Wed, 31 Jan 2007 21:22:29 +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, 31 Jan 2007 21:22:28 -0000 Message-ID: <[email protected]> Subject: [Jakarta-taglibs Wiki] Update of "Standard1.1.3FAQ" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-taglibs/Standard1%2e1%2e3FAQ ------------------------------------------------------------------------------ * initParam * cookie - If you do use them as variable names, your mileage may vary. For more information, please see [https://issues.apache.org/bugzilla/show_bug.cgi?id=213.772.6919]. If you do need to use such a variable, then you can work around the keyword by referring to them within the pageScope as follows: + If you do use them as variable names, your mileage may vary. For more information, please see [https://issues.apache.org/bugzilla/show_bug.cgi?id=40870 #40870]. If you do need to use such a variable, then you can work around the keyword by referring to them within the pageScope as follows: {{{ <c:out value="${pageScope.param}"/> @@ -79, +79 @@ Q. My XML tag is resulting in "Content is not in prolog" - why? - A. This is an error from the XML parser and appears to usually mean that the parser junk input. Most likely you have the filename wrong. + A. This is an error from the XML parser and appears to usually mean that the parser junk input. Most likely you have the filename wrong (reported as [https://issues.apache.org/bugzilla/show_bug.cgi?id=41224 #41224]). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 31 21:47:08 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82740 invoked from network); 31 Jan 2007 21:47:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2007 21:47:08 -0000 Received: (qmail 97411 invoked by uid 500); 31 Jan 2007 21:47:09 -0000 Delivered-To: [email protected] Received: (qmail 97401 invoked by uid 500); 31 Jan 2007 21:47: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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 97378 invoked by uid 99); 31 Jan 2007 21:47:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 13:47:09 -0800 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 13:47:02 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id C75B67142B6; Wed, 31 Jan 2007 13:46:42 -0800 (PST) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 34896] - Connection Leak in TransactionTagSupport In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 31 Jan 2007 13:46:42 -0800 (PST) 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=34896>. 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=34896 ------- Additional Comments From [email protected] 2007-01-31 13:46 ------- Looking at the code, I think a simpler approach would be to remove the conn = null; from init(). It's unnecessary as doFinally takes care of that. -- 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 Jan 31 22:07:51 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87732 invoked from network); 31 Jan 2007 22:07:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2007 22:07:50 -0000 Received: (qmail 27232 invoked by uid 500); 31 Jan 2007 22:07:50 -0000 Delivered-To: [email protected] Received: (qmail 27216 invoked by uid 500); 31 Jan 2007 22:07:50 -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: "Tag Libraries Developers List" <taglibs-dev.jakarta.apache.org> Reply-To: "Tag Libraries Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27105 invoked by uid 99); 31 Jan 2007 22:07:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 14:07:49 -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 wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 14:07:40 -0800 Received: by wr-out-0506.google.com with SMTP id i21so325859wra for <[email protected]>; Wed, 31 Jan 2007 14:07:18 -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=tAgOUuT9MvSXW5LFsos25gqYqZKLPNOY25qEZtRDMF0YbUP9H8dFif5UZBz273S3vQfDp1PKz433OmI/IRtb7Zt2CYr89THxPF/KHONLdBrTuxwMjixf3i6zAG29+/3IQNGeBourD+Kd++xvo4AyLb0Jb0LccK1xsxp7a++OWu8= Received: by 161.129.204.104 with SMTP id y19mr1976917agb.1170281238298; Wed, 31 Jan 2007 14:07:18 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 31 Jan 2007 14:07:18 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 31 Jan 2007 14:07:18 -0800 From: "Henri Yandell" <[email protected]> To: "Tag Libraries Developers List" <[email protected]> Subject: [standard] Remaining open 1.1.3 issues 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 (cf: http://wiki.apache.org/jakarta-taglibs/Standard_1%2e1%2e3 ) There are 13 issues left open now: Performance: 17700 - Someone wants caching for MessageFormat. This one would be tricky I think as it would need a proper pooling mechanism to exist. One avenue we could take is to allow for extension here via a StandardTaglibPool interface that people could implement. 27717 - x:forEach is slow. There are various solutions here, Kris was involved back in 2004 so maybe you have more thoughts on which direction we should take here Kris? 32311 - Someone wants Calendar.getInstance caching. Same issue as 17700 basically, though it would be less damaging to implement dumb caching here (I think) as Calendar patterns are _much_ more likely to repeat than message formats. We could use the same StandardTaglibPool extension interface here, I'm pretty sure both cases are a lookup(String pattern) approach. Leaks: 17388 - Various closing issues. Looks like you've got this one taken care of Kris. I hadn't clicked it was this issue when I suggested unit tests - might be painful to try and recreate this stuff so I'm +1 to charge on without trying to test for this. 25623 - Potential memory leak in tag closing in c:forEach. I think we should go with Justyna's reply here and WONTFIX it. However.... 33934 - Similar to the last one. Tag closing in c:set. Tim Burrell suggests a general approach that would help with 25623 too (by the sounds of it). Thoughts on these two? 31789 - Interesting one - leak in ELEvaluator. Are you still around Felipe? Seems that this is an issue where we already have a dumb pooling strategy and it needs to improve. Anyone have thoughts on solutions? 34896 - Leak in TransactionTagSupport. Looks like a problem, I suggest removing the conn = null; line in init();. Misc: 39438 - Change to use VariableResolver. I've not looked into this one yet - it seems a valid request but I don't know if we can just change things and have it still work. 31084 - Bug in formatting. Anyone here used the LocalizationContext setting? It seems pretty simple in that "localtext" isn't applicable as a String as far as I can tell, so it must be a reference to a LocalizationContext object. The code looks good in BundleSupport for that, so I can only assume there was a configuration error in setting that up. I'm +1 for WONTFIX, but not experienced with this feature. 22765 - first()/last() not working as desired. Deep in the XPath innards - suggest we a) make a unit test that WARNs rather than fails, b) FAQ it, and c) leave it open. Should probably do a) for 33032 too. 39195 - JBoss specific bug. Seems right and an easy fix, though I disagree with the original posters fix. Seems to me that an empty enumeration should be returned. Thoughts? 41221 - Fix source headers. I'll take care of this when the time comes. Any opinions very much appreciated, Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Thu Jan 03 11:03:51 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81318 invoked from network); 3 Jan 2008 11:03:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2008 11:03:50 -0000 Received: (qmail 95213 invoked by uid 500); 3 Jan 2008 11:03:32 -0000 Delivered-To: [email protected] Received: (qmail 94939 invoked by uid 500); 3 Jan 2008 11:03: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94901 invoked by uid 99); 3 Jan 2008 11:03:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 03:03: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 11:03:13 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 4BD3214A803D for <[email protected]>; Thu, 3 Jan 2008 05:03:04 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 3 Jan 2008 05:03:04 -0600 (CST) From: "Trygve Laugstol (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-648) Add description field to the different types of repositories and proxies MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Add description field to the different types of repositories and proxies ------------------------------------------------------------------------ Key: MRM-648 URL: http://jira.codehaus.org/browse/MRM-648 Project: Archiva Issue Type: New Feature Affects Versions: 1.0 Reporter: Trygve Laugstol When looking over the repositories page it would be useful to have a description for each of the repositories configured. Personally I need it to be able to describe the owner of the repository and indended purpose. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 03 11:09:59 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84022 invoked from network); 3 Jan 2008 11:09:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2008 11:09:59 -0000 Received: (qmail 1741 invoked by uid 500); 3 Jan 2008 11:09:48 -0000 Delivered-To: [email protected] Received: (qmail 1706 invoked by uid 500); 3 Jan 2008 11:09: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 1686 invoked by uid 99); 3 Jan 2008 11:09:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 03:09: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 11:08:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 1FDC714A803B for <[email protected]>; Thu, 3 Jan 2008 05:08:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 3 Jan 2008 05:08:58 -0600 (CST) From: "Trygve Laugstol (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-649) Improve the "Administration - Proxy Connectors" view MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Improve the "Administration - Proxy Connectors" view ---------------------------------------------------- Key: MRM-649 URL: http://jira.codehaus.org/browse/MRM-649 Project: Archiva Issue Type: Improvement Components: web application Affects Versions: 1.0 Reporter: Trygve Laugstol When clicking the "expand" button I would assume it to read "collapse" after I press it. Also, when pressing it it take around 5 seconds for it to actually collapse. Browser: opera 9.25 on os x. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 05 05:28:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52522 invoked from network); 5 Jan 2008 05:28:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Jan 2008 05:28:28 -0000 Received: (qmail 71475 invoked by uid 500); 5 Jan 2008 05:28:17 -0000 Delivered-To: [email protected] Received: (qmail 71457 invoked by uid 500); 5 Jan 2008 05:28: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71446 invoked by uid 99); 5 Jan 2008 05:28:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 21:28: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jan 2008 05:27:54 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 164E414A803E for <[email protected]>; Fri, 4 Jan 2008 23:27:59 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 4 Jan 2008 23:27:59 -0600 (CST) From: "Daniel Harvey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-645) "Getting Involved in the Archiva Project" page contains errors In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Harvey updated MRM-645: ------------------------------ Attachment: MRM-645-archiva-docs.patch MRM-645-archiva-site.patch Hi Wendy/Brett, Please find attached the following patches: - {{MRM-645-archiva-site.patch}} - {{MRM-645-archiva-docs.patch}} Firstly, an observation: The _"Get involved"_ and _"Follow the latest"_ pages are the only pages (apart from the front page) served out of the "site" module as opposed to the "archiva-docs" module. The implication of this is that they currently do not have the LHS menu (no site.xml). As a result, my patch proposes to shift the _"Get involved"_ page to the archiva-docs module to gain the benefit of a consistent menu. Thoughts? Should the _"Follow the latest"_ page be shifted as well? So, the attached patches make the following changes: - NEW: Moves the "Get Involved" page from the site module to the archiva-docs module. - UPDATED: Fills out the "Get involved" {{src/site/apt/get-involved.apt}} page with Archiva specific information and links back to the appropriate pages within the Maven project for more information (why write it twice:-)). - NEW: Adds the "Project Information" into the archiva-docs module including a link within {{site.xml}}. Current issues: # The mailing lists picked up by the project-info-reports plugin appears incomplete to me compared to the live site (http://maven.apache.org/archiva/mail-lists.html) - it appears to be missing the general Maven lists. This may be simply due to the fact that I only checked out the site and archiva-docs modules. Can you please confirm? # The SCM URLs are specific to the archiva-docs module and not general to the entire Archiva project. How should this be addressed? Notes: # In order to link the site and archiva modules in the published "site", I simply ran "mvn site" in the respective folders and applied the following soft link {code} cd archiva-site mkdir target/site/docs ln -s ../../../../archiva-docs/target/site target/site/docs/1.0 {code} This appears to be sufficient for me to test the publish site. OK? # I checked out http://svn.apache.org/repos/asf/maven/archiva/parent to build to sites and had templating problems using version 2.0-beta-6 of the maven-site-plugin. For my testing I dropped this back to version 2.0-beta-5. FYI. Let me know how you get on testing this patch and let me know if any changes are required. Cheers, Daniel. > "Getting Involved in the Archiva Project" page contains errors > -------------------------------------------------------------- > > Key: MRM-645 > URL: http://jira.codehaus.org/browse/MRM-645 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Brett Porter > Priority: Minor > Fix For: 1.0.1 > > Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site.patch > > > The "Getting Involved in the Archiva Project" page > http://maven.apache.org/archiva/get-involved.html > contains errors (see attached). > Several other related suggestions: > # The front page (http://maven.apache.org/archiva/) contains a link to the above page, but the LHS navigation does not. It would usually go under "Community" or similar... > # The LHS navigation should contain a direct link to the Wiki - it's a little difficult to find (I had to Google it :-() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sun Jan 06 17:47:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21668 invoked from network); 6 Jan 2008 17:47:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jan 2008 17:47:27 -0000 Received: (qmail 74772 invoked by uid 500); 6 Jan 2008 17:47:15 -0000 Delivered-To: [email protected] Received: (qmail 74714 invoked by uid 500); 6 Jan 2008 17:47: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74658 invoked by uid 99); 6 Jan 2008 17:47:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 09:47: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 17:46:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 4F7A71620005 for <[email protected]>; Sun, 6 Jan 2008 11:46:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 11:46:57 -0600 (CST) From: "Wendy Smoak (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-650) Deleted metadata files still appear in search results MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Deleted metadata files still appear in search results ----------------------------------------------------- Key: MRM-650 URL: http://jira.codehaus.org/browse/MRM-650 Project: Archiva Issue Type: Bug Components: indexing Affects Versions: 1.0 Reporter: Wendy Smoak Priority: Minor When an entire directory tree of artifacts is removed from the repository filesystem, the metadata files still show up in search results. To reproduce, delete any group from the repository, then click both 'Scan Repository Now' and 'Update Database Now'. Search for the artifact again, and note that the metadata files still appear in the results. For example, after deleting /path/to/repository/releases/commons-lang and scanning/updating, this is in the search results for commons-lang: http://example.com/archiva/repository/releases/commons-lang/commons-lang/maven-metadata.xml -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 00:17:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17116 invoked from network); 7 Jan 2008 00:17:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 00:17:28 -0000 Received: (qmail 64535 invoked by uid 500); 7 Jan 2008 00:17:17 -0000 Delivered-To: [email protected] Received: (qmail 64522 invoked by uid 500); 7 Jan 2008 00:17: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64511 invoked by uid 99); 7 Jan 2008 00: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, 06 Jan 2008 16:17:17 -0800 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_PASS,SUBJECT_FUZZY_TION X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 00:16:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id C11C514A8048 for <[email protected]>; Sun, 6 Jan 2008 18:16:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 18:16:57 -0600 (CST) From: "James William Dumay (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-630) http 502 proxy error with browse button after 2 days running In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_118955 ] James William Dumay commented on MRM-630: ----------------------------------------- I can confirm upgrading to jpox 1.1.9 fixes the 502 problem > http 502 proxy error with browse button after 2 days running > ------------------------------------------------------------ > > Key: MRM-630 > URL: http://jira.codehaus.org/browse/MRM-630 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0 > Reporter: Julien CARSIQUE > Fix For: 1.0.1 > > Attachments: logs.tar.gz > > > I have to restart archiva every one or two days; if not, archiva becomes unstable : > * main page and admin section are accessible and work fine, > * archiva/browse/ function is dead, giving in navigator : > Proxy Error > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request /GET /archiva/browse > <http://archiva.nuxeo.org/archiva/browse>/. > Reason: *Error reading from remote server* > Restarting archiva immediately solves the problem. > I didn't find relevant logs, I guess -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 00:27:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24519 invoked from network); 7 Jan 2008 00:27:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 00:27:29 -0000 Received: (qmail 67541 invoked by uid 500); 7 Jan 2008 00:27:18 -0000 Delivered-To: [email protected] Received: (qmail 67525 invoked by uid 500); 7 Jan 2008 00:27: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67514 invoked by uid 99); 7 Jan 2008 00:27:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 16:27: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 00:27:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 742BC14A803F for <[email protected]>; Sun, 6 Jan 2008 18:26:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 18:26:57 -0600 (CST) From: "Wendy Smoak (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-647) Publish the reference docs for 1.0 In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wendy Smoak closed MRM-647. --------------------------- Resolution: Fixed Fix Version/s: 1.0 Archiva 1.0 reference docs published from the tag with the following changes: svn co http://svn.apache.org/repos/asf/maven/archiva/tags/archiva-1.0 cd archiva-1.0 {noformat} Index: archiva-web/pom.xml =================================================================== --- archiva-web/pom.xml (revision 607509) +++ archiva-web/pom.xml (working copy) @@ -31,7 +31,6 @@ <modules> <module>archiva-applet</module> <module>archiva-security</module> - <module>archiva-webapp</module> <module>archiva-standalone</module> </modules> Index: pom.xml =================================================================== --- pom.xml (revision 607509) +++ pom.xml (working copy) @@ -729,16 +729,14 @@ </dependencyManagement> <reporting> <plugins> - <!-- This breaks site generation with 'cobertura.ser does not exist' - in the archiva-signature-consumers and archiva-applet modules. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.0</version> + <version>2.2</version> </plugin> - --> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> + <version>2.1</version> <configuration> <configLocation>config/maven_checks.xml</configLocation> </configuration> @@ -912,7 +910,7 @@ <distributionManagement> <site> <id>apache.website</id> - <url>${siteBaseDeployment}/reports/</url> + <url>${siteBaseDeployment}/ref/1.0</url> </site> </distributionManagement> </project> {noformat} mvn site-deploy ssh people.apache.org cd /www/maven.apache.org/archiva/ref rm current ln -s 1.0 current > Publish the reference docs for 1.0 > ---------------------------------- > > Key: MRM-647 > URL: http://jira.codehaus.org/browse/MRM-647 > Project: Archiva > Issue Type: Task > Components: documentation > Affects Versions: 1.0 > Reporter: Wendy Smoak > Assignee: Wendy Smoak > Fix For: 1.0 > > > The javadocs and other reports for Archiva 1.0 need to be published at http://maven.apache.org/archiva/ref/1.0 . -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 02:27:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48913 invoked from network); 7 Jan 2008 02:27:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 02:27:29 -0000 Received: (qmail 17702 invoked by uid 500); 7 Jan 2008 02:27:18 -0000 Delivered-To: [email protected] Received: (qmail 17688 invoked by uid 500); 7 Jan 2008 02:27: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17676 invoked by uid 99); 7 Jan 2008 02:27:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 18:27:18 -0800 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_PASS,SUBJECT_FUZZY_TION X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 02:27:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 1C7F81620003 for <[email protected]>; Sun, 6 Jan 2008 20:26:58 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 20:26:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-630) http 502 proxy error with browse button after 2 days running In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_118965 ] Maria Odea Ching commented on MRM-630: -------------------------------------- Thanks James! :) Upgraded archiva trunk from jpox 1.1.7 to 1.1.9 (-r609485). Is it safe to close this issue now? > http 502 proxy error with browse button after 2 days running > ------------------------------------------------------------ > > Key: MRM-630 > URL: http://jira.codehaus.org/browse/MRM-630 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0 > Reporter: Julien CARSIQUE > Fix For: 1.0.1 > > Attachments: logs.tar.gz > > > I have to restart archiva every one or two days; if not, archiva becomes unstable : > * main page and admin section are accessible and work fine, > * archiva/browse/ function is dead, giving in navigator : > Proxy Error > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request /GET /archiva/browse > <http://archiva.nuxeo.org/archiva/browse>/. > Reason: *Error reading from remote server* > Restarting archiva immediately solves the problem. > I didn't find relevant logs, I guess -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 02:33:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49927 invoked from network); 7 Jan 2008 02:33:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 02:33:28 -0000 Received: (qmail 20581 invoked by uid 500); 7 Jan 2008 02:33:17 -0000 Delivered-To: [email protected] Received: (qmail 20567 invoked by uid 500); 7 Jan 2008 02:33: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20556 invoked by uid 99); 7 Jan 2008 02:33:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 18:33: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 02:33:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id AE39514A8041 for <[email protected]>; Sun, 6 Jan 2008 20:32:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 20:32:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-615) When scanning, Archiva doesn't resolve properties/variables of POMs in managed repositories MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-615: --------------------------------- Fix Version/s: 1.1 > When scanning, Archiva doesn't resolve properties/variables of POMs in managed repositories > ------------------------------------------------------------------------------------------- > > Key: MRM-615 > URL: http://jira.codehaus.org/browse/MRM-615 > Project: Archiva > Issue Type: Bug > Components: repository scanning > Affects Versions: 1.0 > Reporter: Fabrice BELLINGARD > Priority: Critical > Fix For: 1.1 > > > If you have a JAR with a POM that contains variables (like "pom.version") or properties, Archiva doesn't resolve them when scanning and analysing the repository. Some of the multiple consequences are that the "Dependencies" tab can list dependencies without "real" versions, and that the "Dependency Tree" tabs can break with an exception "Unable to generate graph for [XXX] : Unable to create ArchivaArtifact with empty version". > A consequence of this bug can be seen by following these steps: > * install Archiva > * ask for the following artifact: http://localhost:8080/archiva/repository/internal/org/apache/maven/archiva/archiva-model/1.0/archiva-model-1.0.jar > * then go to the page: http://localhost:8080/archiva/browse/org.apache.maven.archiva/archiva-model/1.0/ > ** on the "Dependencies" tab: there's no version for the dependencies (which is linked to the fact that the versions are defined in the parent POM, but if ${pom.version} would have been specified, we would have had "${pom.version}"...} > ** on the "Dependency Tree", we get the "Unable to generate graph for [XXX] : Unable to create ArchivaArtifact with empty version" exception > This bug breaks other functionalities like the "Used by" tab. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 02:35:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50105 invoked from network); 7 Jan 2008 02:35:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 02:35:28 -0000 Received: (qmail 20785 invoked by uid 500); 7 Jan 2008 02:35:17 -0000 Delivered-To: [email protected] Received: (qmail 20769 invoked by uid 500); 7 Jan 2008 02:35: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20756 invoked by uid 99); 7 Jan 2008 02:35:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 18:35: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 02:35:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id B5F3E14A8041 for <[email protected]>; Sun, 6 Jan 2008 20:34:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 20:34:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-643) archiva should start to offer the file being proxied to the client while it concurrently downloads it In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-643: --------------------------------- Fix Version/s: Future > archiva should start to offer the file being proxied to the client while it concurrently downloads it > ----------------------------------------------------------------------------------------------------- > > Key: MRM-643 > URL: http://jira.codehaus.org/browse/MRM-643 > Project: Archiva > Issue Type: New Feature > Components: remote proxy > Affects Versions: 1.0 > Reporter: Brett Porter > Fix For: Future > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 02:43:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52042 invoked from network); 7 Jan 2008 02:43:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 02:43:27 -0000 Received: (qmail 26677 invoked by uid 500); 7 Jan 2008 02:43:16 -0000 Delivered-To: [email protected] Received: (qmail 26648 invoked by uid 500); 7 Jan 2008 02:43: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26614 invoked by uid 99); 7 Jan 2008 02:43:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 18:43:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 02:42:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id B75751620003 for <[email protected]>; Sun, 6 Jan 2008 20:42:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 20:42:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-649) Improve the "Administration - Proxy Connectors" view In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-649: --------------------------------- Fix Version/s: 1.x > Improve the "Administration - Proxy Connectors" view > ---------------------------------------------------- > > Key: MRM-649 > URL: http://jira.codehaus.org/browse/MRM-649 > Project: Archiva > Issue Type: Improvement > Components: web application > Affects Versions: 1.0 > Reporter: Trygve Laugstol > Fix For: 1.x > > > When clicking the "expand" button I would assume it to read "collapse" after I press it. Also, when pressing it it take around 5 seconds for it to actually collapse. Browser: opera 9.25 on os x. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 02:43:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52044 invoked from network); 7 Jan 2008 02:43:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 02:43:27 -0000 Received: (qmail 26650 invoked by uid 500); 7 Jan 2008 02:43:16 -0000 Delivered-To: [email protected] Received: (qmail 26629 invoked by uid 500); 7 Jan 2008 02:43: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26613 invoked by uid 99); 7 Jan 2008 02:43:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 18:43:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 02:42:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id CE5671620005 for <[email protected]>; Sun, 6 Jan 2008 20:42:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 20:42:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-634) moving proxy connectors up and down doesn't necessarily work In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-634: --------------------------------- Fix Version/s: 1.x > moving proxy connectors up and down doesn't necessarily work > ------------------------------------------------------------- > > Key: MRM-634 > URL: http://jira.codehaus.org/browse/MRM-634 > Project: Archiva > Issue Type: Bug > Components: web application > Affects Versions: 1.0 > Reporter: Brett Porter > Priority: Minor > Fix For: 1.x > > > I moved one at the bottom up, and it jumped to second position. > Additionally, the up button should be disabled on the first one (and down on the last) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 02:43:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52063 invoked from network); 7 Jan 2008 02:43:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 02:43:27 -0000 Received: (qmail 26715 invoked by uid 500); 7 Jan 2008 02:43:16 -0000 Delivered-To: [email protected] Received: (qmail 26697 invoked by uid 500); 7 Jan 2008 02:43: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26686 invoked by uid 99); 7 Jan 2008 02:43:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 18:43:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 02:43:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0A04C14A8046 for <[email protected]>; Sun, 6 Jan 2008 20:42:58 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 20:42:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-621) Use UTF-8 for better i18n support for page dispaly MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-621: --------------------------------- Fix Version/s: 1.x > Use UTF-8 for better i18n support for page dispaly > -------------------------------------------------- > > Key: MRM-621 > URL: http://jira.codehaus.org/browse/MRM-621 > Project: Archiva > Issue Type: Improvement > Components: web application > Affects Versions: 1.0 > Reporter: Ryan X.Wong > Fix For: 1.x > > > Current the web page use iso-8859-1 > It result in some Chinese Characters display as ? > Please help to deal with it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 02:43:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52075 invoked from network); 7 Jan 2008 02:43:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 02:43:28 -0000 Received: (qmail 26748 invoked by uid 500); 7 Jan 2008 02:43:17 -0000 Delivered-To: [email protected] Received: (qmail 26735 invoked by uid 500); 7 Jan 2008 02: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26724 invoked by uid 99); 7 Jan 2008 02:43:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 18:43: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 02:43:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id ED96914A8041 for <[email protected]>; Sun, 6 Jan 2008 20:42:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 20:42:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-636) war:inplace usage is not compatible with cobertura In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-636: --------------------------------- Fix Version/s: 1.x > war:inplace usage is not compatible with cobertura > -------------------------------------------------- > > Key: MRM-636 > URL: http://jira.codehaus.org/browse/MRM-636 > Project: Archiva > Issue Type: Bug > Components: web application > Affects Versions: 1.0 > Reporter: Brett Porter > Fix For: 1.x > > > review usage so that we can look at code coverage for the webapp -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 02:43:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52088 invoked from network); 7 Jan 2008 02:43:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 02:43:29 -0000 Received: (qmail 26800 invoked by uid 500); 7 Jan 2008 02:43:18 -0000 Delivered-To: [email protected] Received: (qmail 26779 invoked by uid 500); 7 Jan 2008 02:43: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26768 invoked by uid 99); 7 Jan 2008 02:43:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 18:43: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 02:43:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id DC5A41620007 for <[email protected]>; Sun, 6 Jan 2008 20:42:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 20:42:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-626) ClassCastException when saving proxy connector with property defined MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-626: --------------------------------- Fix Version/s: 1.x > ClassCastException when saving proxy connector with property defined > -------------------------------------------------------------------- > > Key: MRM-626 > URL: http://jira.codehaus.org/browse/MRM-626 > Project: Archiva > Issue Type: Bug > Components: build > Affects Versions: 1.0 > Reporter: Brian Jackson > Fix For: 1.x > > > I'm having trouble configurating Archiva to proxy an instance of > > > Proximity because I'm required to set a property on the proxy > > connector. > > > Unfortunately Archiva 1.0 bombs when I try to save a proxy connector > > > with a property: > > > > > > > > > > > > > > > HTTP ERROR: 500 > > > > > > [Ljava.lang.String; cannot be cast to java.lang.String > > > > > > RequestURI=/archiva/admin/editProxyConnector!commit.action > > > > > > Powered by Jetty:// <http://jetty.mortbay.org> > > Here's the full stacktrace from the console: > > > > jvm 1 | WARNING: /archiva/admin/editProxyConnector!commit.action: > > jvm 1 | java.lang.ClassCastException: [Ljava.lang.String; cannot be > > cast to j > > ava.lang.String > > jvm 1 | at > > org.apache.maven.archiva.configuration.io.registry.Configurat > > ionRegistryWriter.writeProxyConnectorConfiguration(ConfigurationRegist > > ry > > Writer.j > > ava:520) > > jvm 1 | at > > org.apache.maven.archiva.configuration.io.registry.Configurat > > ionRegistryWriter.writeConfiguration(ConfigurationRegistryWriter.java: > > 96 > > ) > > jvm 1 | at > > org.apache.maven.archiva.configuration.io.registry.Configurat > > ionRegistryWriter.write(ConfigurationRegistryWriter.java:34) > > jvm 1 | at > > org.apache.maven.archiva.configuration.DefaultArchivaConfigur > > ation.save(DefaultArchivaConfiguration.java:445) > > jvm 1 | at > > org.apache.maven.archiva.web.action.admin.connectors.proxy.Ab > > stractProxyConnectorAction.saveConfiguration(AbstractProxyConnectorAct > > io > > n.java:1 > > 21) > > jvm 1 | at > > org.apache.maven.archiva.web.action.admin.connectors.proxy.Ed > > itProxyConnectorAction.commit(EditProxyConnectorAction.java:91) > > jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > Method) > > jvm 1 | at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces > > sorImpl.java:39) > > jvm 1 | at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet > > hodAccessorImpl.java:25) > > jvm 1 | at java.lang.reflect.Method.invoke(Method.java:597) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invokeAction(D > > efaultActionInvocation.java:358) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invokeActionOn > > ly(DefaultActionInvocation.java:218) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:192) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor > > .doIntercept(DefaultWorkflowInterceptor.java:175) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.MethodFilterInterceptor.in > > tercept(MethodFilterInterceptor.java:86) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.validator.ValidationInterceptor.doInte > > rcept(ValidationInterceptor.java:115) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.MethodFilterInterceptor.in > > tercept(MethodFilterInterceptor.java:86) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > org.apache.maven.archiva.web.interceptor.ConfigurationInterce > > ptor.intercept(ConfigurationInterceptor.java:53) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforceme > > ntInterceptor.intercept(PolicyEnforcementInterceptor.java:149) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > org.codehaus.plexus.redback.xwork.interceptor.SecureActionInt > > erceptor.intercept(SecureActionInterceptor.java:159) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.ParameterFilterInterceptor > > .intercept(ParameterFilterInterceptor.java:124) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor > > .doIntercept(DefaultWorkflowInterceptor.java:175) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.MethodFilterInterceptor.in > > tercept(MethodFilterInterceptor.java:86) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.validator.ValidationInterceptor.doInte > > rcept(ValidationInterceptor.java:115) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.MethodFilterInterceptor.in > > tercept(MethodFilterInterceptor.java:86) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.AroundInterceptor.intercep > > t(AroundInterceptor.java:31) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.AroundInterceptor.intercep > > t(AroundInterceptor.java:31) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.AroundInterceptor.intercep > > t(AroundInterceptor.java:31) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.webwork.interceptor.FileUploadInterceptor.in > > tercept(FileUploadInterceptor.java:174) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.AroundInterceptor.intercep > > t(AroundInterceptor.java:31) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.webwork.interceptor.debugging.DebuggingInter > > ceptor.intercept(DebuggingInterceptor.java:169) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.AroundInterceptor.intercep > > t(AroundInterceptor.java:31) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.I18nInterceptor.intercept( > > I18nInterceptor.java:151) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.AroundInterceptor.intercep > > t(AroundInterceptor.java:31) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.AroundInterceptor.intercep > > t(AroundInterceptor.java:31) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.AroundInterceptor.intercep > > t(AroundInterceptor.java:31) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.ExceptionMappingIntercepto > > r.intercept(ExceptionMappingInterceptor.java:186) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > org.codehaus.plexus.redback.xwork.interceptor.AutoLoginInterc > > eptor.intercept(AutoLoginInterceptor.java:156) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > org.codehaus.plexus.redback.xwork.interceptor.ForceAdminUserI > > nterceptor.intercept(ForceAdminUserInterceptor.java:76) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.interceptor.AroundInterceptor.intercep > > t(AroundInterceptor.java:31) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionInvocation.invoke(Default > > ActionInvocation.java:190) > > jvm 1 | at > > com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActi > > onProxy.java:116) > > jvm 1 | at > > com.opensymphony.webwork.dispatcher.DispatcherUtils.serviceAc > > tion(DispatcherUtils.java:273) > > jvm 1 | at > > com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter > > (FilterDispatcher.java:202) > > jvm 1 | at > > org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.d > > oFilter(WebApplicationHandler.java:821) > > jvm 1 | at > > com.opensymphony.module.sitemesh.filter.PageFilter.parsePage( > > PageFilter.java:118) > > jvm 1 | at > > com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(P > > ageFilter.java:52) > > jvm 1 | at > > org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.d > > oFilter(WebApplicationHandler.java:821) > > jvm 1 | at > > com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFi > > lter(ActionContextCleanUp.java:88) > > jvm 1 | at > > org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.d > > oFilter(WebApplicationHandler.java:821) > > jvm 1 | at > > org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebA > > pplicationHandler.java:471) > > jvm 1 | at > > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandle > > r.java:568) > > jvm 1 | at > > org.mortbay.http.HttpContext.handle(HttpContext.java:1530) > > jvm 1 | at > > org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApp > > licationContext.java:633) > > jvm 1 | at > > org.mortbay.http.HttpContext.handle(HttpContext.java:1482) > > jvm 1 | at > > org.mortbay.http.HttpServer.service(HttpServer.java:909) > > jvm 1 | at > > org.mortbay.http.HttpConnection.service(HttpConnection.java:8 > > 16) > > jvm 1 | at > > org.mortbay.http.HttpConnection.handleNext(HttpConnection.jav > > a:982) > > jvm 1 | at > > org.mortbay.http.HttpConnection.handle(HttpConnection.java:83 > > 3) > > jvm 1 | at > > org.mortbay.http.SocketListener.handleConnection(SocketListen > > er.java:244) > > jvm 1 | at > > org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:35 > > 7) > > jvm 1 | at > > org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:53 > > 4) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 02:47:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52807 invoked from network); 7 Jan 2008 02:47:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 02:47:28 -0000 Received: (qmail 27519 invoked by uid 500); 7 Jan 2008 02:47:17 -0000 Delivered-To: [email protected] Received: (qmail 27501 invoked by uid 500); 7 Jan 2008 02: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27490 invoked by uid 99); 7 Jan 2008 02:47:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 18:47: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 02:47:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id DE42D14A8041 for <[email protected]>; Sun, 6 Jan 2008 20:46:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 20:46:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-646) Documentation for configuring for Tomcat is invalid In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-646: --------------------------------- Fix Version/s: 1.0.1 > Documentation for configuring for Tomcat is invalid > --------------------------------------------------- > > Key: MRM-646 > URL: http://jira.codehaus.org/browse/MRM-646 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Priority: Minor > Fix For: 1.0.1 > > > Further to MRM-545, I cannot get it a working install on Tomcat with the existing docs - I had to go to the wiki and Jira to get the answers. > Specifically, I could not deploy on Tomcat 6 without defining in Tomcat's enviroment: > {code} > export CATALINA_OPTS="-Dappserver.home=$CATALINA_HOME -Dappserver.base=$CATALINA_HOME" > {code} > which is *not* covered in the current install docs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 03:26:30 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62435 invoked from network); 7 Jan 2008 03:26:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 03:26:30 -0000 Received: (qmail 50097 invoked by uid 500); 7 Jan 2008 03:26:19 -0000 Delivered-To: [email protected] Received: (qmail 50080 invoked by uid 500); 7 Jan 2008 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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50061 invoked by uid 99); 7 Jan 2008 03:26:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 19:26:19 -0800 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_PASS,SUBJECT_FUZZY_TION X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 03:26:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 43EDF1620004 for <[email protected]>; Sun, 6 Jan 2008 21:25:58 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 21:25:58 -0600 (CST) From: "James William Dumay (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Issue Comment Edited: (MRM-630) http 502 proxy error with browse button after 2 days running In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_118966 ] jameswdumay edited comment on MRM-630 at 1/6/08 9:25 PM: ----------------------------------------------------------------- oops. was (Author: jameswdumay): After XPR-259 is complete upload the new version of jpox and bounce the instance > http 502 proxy error with browse button after 2 days running > ------------------------------------------------------------ > > Key: MRM-630 > URL: http://jira.codehaus.org/browse/MRM-630 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0 > Reporter: Julien CARSIQUE > Fix For: 1.0.1 > > Attachments: logs.tar.gz > > > I have to restart archiva every one or two days; if not, archiva becomes unstable : > * main page and admin section are accessible and work fine, > * archiva/browse/ function is dead, giving in navigator : > Proxy Error > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request /GET /archiva/browse > <http://archiva.nuxeo.org/archiva/browse>/. > Reason: *Error reading from remote server* > Restarting archiva immediately solves the problem. > I didn't find relevant logs, I guess -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 03:28:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62893 invoked from network); 7 Jan 2008 03:28:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 03:28:27 -0000 Received: (qmail 50685 invoked by uid 500); 7 Jan 2008 03:28:16 -0000 Delivered-To: [email protected] Received: (qmail 50670 invoked by uid 500); 7 Jan 2008 03:28: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50659 invoked by uid 99); 7 Jan 2008 03:28:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 19:28:16 -0800 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_PASS,SUBJECT_FUZZY_TION X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 03:27:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 81CD514A8049 for <[email protected]>; Sun, 6 Jan 2008 21:27:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 6 Jan 2008 21:27:57 -0600 (CST) From: "James William Dumay (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Issue Comment Edited: (MRM-630) http 502 proxy error with browse button after 2 days running In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_118966 ] jameswdumay edited comment on MRM-630 at 1/6/08 9:26 PM: ----------------------------------------------------------------- I think so. Could we organise a point release with this fix? was (Author: jameswdumay): oops. > http 502 proxy error with browse button after 2 days running > ------------------------------------------------------------ > > Key: MRM-630 > URL: http://jira.codehaus.org/browse/MRM-630 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0 > Reporter: Julien CARSIQUE > Fix For: 1.0.1 > > Attachments: logs.tar.gz > > > I have to restart archiva every one or two days; if not, archiva becomes unstable : > * main page and admin section are accessible and work fine, > * archiva/browse/ function is dead, giving in navigator : > Proxy Error > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request /GET /archiva/browse > <http://archiva.nuxeo.org/archiva/browse>/. > Reason: *Error reading from remote server* > Restarting archiva immediately solves the problem. > I didn't find relevant logs, I guess -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 08:29:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16106 invoked from network); 7 Jan 2008 08:29:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 08:29:29 -0000 Received: (qmail 54492 invoked by uid 500); 7 Jan 2008 08:29:18 -0000 Delivered-To: [email protected] Received: (qmail 54473 invoked by uid 500); 7 Jan 2008 08: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54462 invoked by uid 99); 7 Jan 2008 08:29:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 00:29: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 08:29:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 1ED931620001 for <[email protected]>; Mon, 7 Jan 2008 02:28:58 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 7 Jan 2008 02:28:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (MRM-628) In the audit.log file the userid for each action is guest, even though the deploy was performed by admin MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching reassigned MRM-628: ------------------------------------ Assignee: Maria Odea Ching > In the audit.log file the userid for each action is guest, even though the deploy was performed by admin > -------------------------------------------------------------------------------------------------------- > > Key: MRM-628 > URL: http://jira.codehaus.org/browse/MRM-628 > Project: Archiva > Issue Type: Bug > Affects Versions: 1.0 > Environment: Windows XP > Archiva 1.0 > Reporter: Lisa Malgeri > Assignee: Maria Odea Ching > > my settings.xml file has admin as the account in the <server> section for the repositories -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 09:17:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28281 invoked from network); 7 Jan 2008 09:17:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 09:17:27 -0000 Received: (qmail 95062 invoked by uid 500); 7 Jan 2008 09:17:16 -0000 Delivered-To: [email protected] Received: (qmail 95046 invoked by uid 500); 7 Jan 2008 09:17: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95035 invoked by uid 99); 7 Jan 2008 09:17:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 01:17:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 09:16:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id A8E1814A8049 for <[email protected]>; Mon, 7 Jan 2008 03:16:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 7 Jan 2008 03:16:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-628) In the audit.log file the userid for each action is guest, even though the deploy was performed by admin MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-628: --------------------------------- Fix Version/s: 1.0.1 > In the audit.log file the userid for each action is guest, even though the deploy was performed by admin > -------------------------------------------------------------------------------------------------------- > > Key: MRM-628 > URL: http://jira.codehaus.org/browse/MRM-628 > Project: Archiva > Issue Type: Bug > Affects Versions: 1.0 > Environment: Windows XP > Archiva 1.0 > Reporter: Lisa Malgeri > Assignee: Maria Odea Ching > Fix For: 1.0.1 > > > my settings.xml file has admin as the account in the <server> section for the repositories -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 07 09:17:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28307 invoked from network); 7 Jan 2008 09:17:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jan 2008 09:17:29 -0000 Received: (qmail 95109 invoked by uid 500); 7 Jan 2008 09:17:18 -0000 Delivered-To: [email protected] Received: (qmail 95091 invoked by uid 500); 7 Jan 2008 09: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95080 invoked by uid 99); 7 Jan 2008 09:17:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 01:17: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 09:17:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 7F10B14A8043 for <[email protected]>; Mon, 7 Jan 2008 03:16:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 7 Jan 2008 03:16:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-628) In the audit.log file the userid for each action is guest, even though the deploy was performed by admin MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching closed MRM-628. -------------------------------- Resolution: Fixed Fixed in -r609534. in ArchivaXworkUser: - changed to the appropriate key for the SecuritySession instance being retrieved from the session map > In the audit.log file the userid for each action is guest, even though the deploy was performed by admin > -------------------------------------------------------------------------------------------------------- > > Key: MRM-628 > URL: http://jira.codehaus.org/browse/MRM-628 > Project: Archiva > Issue Type: Bug > Affects Versions: 1.0 > Environment: Windows XP > Archiva 1.0 > Reporter: Lisa Malgeri > Assignee: Maria Odea Ching > > my settings.xml file has admin as the account in the <server> section for the repositories -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 08 04:42:25 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89626 invoked from network); 8 Jan 2008 04:42:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jan 2008 04:42:25 -0000 Received: (qmail 30081 invoked by uid 500); 8 Jan 2008 04:42:15 -0000 Delivered-To: [email protected] Received: (qmail 30063 invoked by uid 500); 8 Jan 2008 04:42: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30052 invoked by uid 99); 8 Jan 2008 04:42:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 20:42: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 04:41:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 8256D14A8041 for <[email protected]>; Mon, 7 Jan 2008 22:41:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 7 Jan 2008 22:41:57 -0600 (CST) From: "Stephen Gargan (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-651) Updated consumer plugin to build against the 1.1 apis MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Updated consumer plugin to build against the 1.1 apis ----------------------------------------------------- Key: MRM-651 URL: http://jira.codehaus.org/browse/MRM-651 Project: Archiva Issue Type: Improvement Affects Versions: 1.1 Reporter: Stephen Gargan Priority: Trivial Attachments: 1.1-plugin.patch - Updated the DiscoverNewAritfactConsumer to use the 1.1 APIs. - Added a simple unit test. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 08 05:23:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1462 invoked from network); 8 Jan 2008 05:23:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jan 2008 05:23:28 -0000 Received: (qmail 47676 invoked by uid 500); 8 Jan 2008 05:23:16 -0000 Delivered-To: [email protected] Received: (qmail 47645 invoked by uid 500); 8 Jan 2008 05:23: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47624 invoked by uid 99); 8 Jan 2008 05:23:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 21:23:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 05:22:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0098014A804B for <[email protected]>; Mon, 7 Jan 2008 23:22:58 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 7 Jan 2008 23:22:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Work started: (MRM-633) Logging is too verbose In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on MRM-633 started by Maria Odea Ching. > Logging is too verbose > ---------------------- > > Key: MRM-633 > URL: http://jira.codehaus.org/browse/MRM-633 > Project: Archiva > Issue Type: Bug > Components: system > Affects Versions: 1.0 > Reporter: Brett Porter > Assignee: Maria Odea Ching > Fix For: 1.0.1 > > > the default Archiva logging generates about 160Mb of logs a day on my reasonably inactive, not large local instance. This is primarily due to scanning. > In addition, the logs are duplicated in the archiva.log and wrapper.log file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 08 05:23:37 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1610 invoked from network); 8 Jan 2008 05:23:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jan 2008 05:23:37 -0000 Received: (qmail 48199 invoked by uid 500); 8 Jan 2008 05:23:26 -0000 Delivered-To: [email protected] Received: (qmail 48178 invoked by uid 500); 8 Jan 2008 05:23: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48167 invoked by uid 99); 8 Jan 2008 05:23:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 21:23: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 05:23:12 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id DAE3B14A8048 for <[email protected]>; Mon, 7 Jan 2008 23:22:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 7 Jan 2008 23:22:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (MRM-633) Logging is too verbose In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching reassigned MRM-633: ------------------------------------ Assignee: Maria Odea Ching > Logging is too verbose > ---------------------- > > Key: MRM-633 > URL: http://jira.codehaus.org/browse/MRM-633 > Project: Archiva > Issue Type: Bug > Components: system > Affects Versions: 1.0 > Reporter: Brett Porter > Assignee: Maria Odea Ching > Fix For: 1.0.1 > > > the default Archiva logging generates about 160Mb of logs a day on my reasonably inactive, not large local instance. This is primarily due to scanning. > In addition, the logs are duplicated in the archiva.log and wrapper.log file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 08 09:11:32 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38106 invoked from network); 8 Jan 2008 09:11:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jan 2008 09:11:30 -0000 Received: (qmail 45934 invoked by uid 500); 8 Jan 2008 09:11:19 -0000 Delivered-To: [email protected] Received: (qmail 45922 invoked by uid 500); 8 Jan 2008 09:11: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45911 invoked by uid 99); 8 Jan 2008 09:11:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 01:11: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 09:10:56 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D414714A8043 for <[email protected]>; Tue, 8 Jan 2008 03:11:00 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 8 Jan 2008 03:11:00 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-633) Logging is too verbose In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119120 ] Maria Odea Ching commented on MRM-633: -------------------------------------- I've identified a couple of logging points which probably needs to be changed: - revert the default log level for the repo scanner from debug to info. this could easily be switched to debug for debugging purposes, anyway. - remove this line "logger.debug( "Sending to consumer: " + consumer.getId() );" from ConsumerProcessFileClosure since the consumer problem is logged when an error is encountered during processing. > Logging is too verbose > ---------------------- > > Key: MRM-633 > URL: http://jira.codehaus.org/browse/MRM-633 > Project: Archiva > Issue Type: Bug > Components: system > Affects Versions: 1.0 > Reporter: Brett Porter > Assignee: Maria Odea Ching > Fix For: 1.0.1 > > > the default Archiva logging generates about 160Mb of logs a day on my reasonably inactive, not large local instance. This is primarily due to scanning. > In addition, the logs are duplicated in the archiva.log and wrapper.log file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 08 10:31:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57553 invoked from network); 8 Jan 2008 10:31:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jan 2008 10:31:28 -0000 Received: (qmail 43426 invoked by uid 500); 8 Jan 2008 10:31:18 -0000 Delivered-To: [email protected] Received: (qmail 43408 invoked by uid 500); 8 Jan 2008 10:31: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43396 invoked by uid 99); 8 Jan 2008 10:31:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 02:31: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 10:31:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id B9A5D14A804A for <[email protected]>; Tue, 8 Jan 2008 04:30:57 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 8 Jan 2008 04:30:57 -0600 (CST) From: "Xavier Hanin (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-652) Invalid html links in "webdav" directory browsing MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Invalid html links in "webdav" directory browsing ------------------------------------------------- Key: MRM-652 URL: http://jira.codehaus.org/browse/MRM-652 Project: Archiva Issue Type: Bug Components: WebDAV interface Affects Versions: 1.0 Reporter: Xavier Hanin The html page served by archiva in the "webdav" repository browsing contains badly formed a href links. Here is an example of what I get at http://localhost:8080/archiva/repository/internal/ant/ant/: {code} <html> <head> <title>Collection: /ant/ant/</title> </head> <body> <h2>Collection: /ant/ant/</h2> <ul> <li><a href="../">ant/</a> <i><small>(Parent)</small></i></li> </ul> <ul> <li><a href="./1.6.2/">1.6.2/</li> <li><a href="./1.6.5/">1.6.5/</li> <li><a href="./1.6/">1.6/</li> </ul> </body> </html> {code} As you can see the a elements referencing the available versions are not closed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 09 00:07:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64286 invoked from network); 9 Jan 2008 00:07:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jan 2008 00:07:28 -0000 Received: (qmail 48275 invoked by uid 500); 9 Jan 2008 00:07:17 -0000 Delivered-To: [email protected] Received: (qmail 48255 invoked by uid 500); 9 Jan 2008 00:07: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48244 invoked by uid 99); 9 Jan 2008 00:07:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 16:07: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 00:06:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id F150614A803F for <[email protected]>; Tue, 8 Jan 2008 18:06:57 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 8 Jan 2008 18:06:57 -0600 (CST) From: "Angel Cervera Claudio (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-616) When running on IBM JDK 1.5: java.security.NoSuchProviderException: no such provider: SUN MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119222 ] Angel Cervera Claudio commented on MRM-616: ------------------------------------------- idem. in this enviroment: Linux (Gentoo) x86 2.6.19-gentoo-r5 J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20070426 (JIT enabled) J9VM - 20070420_12448_lHdSMR JIT - 20070419_1806_r8 GC - 200704_19 > When running on IBM JDK 1.5: java.security.NoSuchProviderException: no such provider: SUN > ------------------------------------------------------------------------------------------ > > Key: MRM-616 > URL: http://jira.codehaus.org/browse/MRM-616 > Project: Archiva > Issue Type: Bug > Components: Users/Security > Affects Versions: 1.0 > Environment: Win32 > IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20070426 (JIT enabled) > Reporter: Arne Degenring > Priority: Minor > > When running Archiva 1.0 on an IBM JDK, the following exception occurs. (Notice that IBM JDK must be used for running WebSphere.) > jvm 1 | 2007-12-04 11:29:28,478 [SocketListener0-1] WARN org.codehaus.plexus.redback.keys.KeyManager:jdo - Unable t > o use SecureRandom > jvm 1 | java.security.NoSuchProviderException: no such provider: SUN > jvm 1 | at sun.security.jca.GetInstance.getService(GetInstance.java:82) > jvm 1 | at sun.security.jca.GetInstance.getInstance(GetInstance.java:206) > jvm 1 | at java.security.SecureRandom.getInstance(SecureRandom.java:310) > jvm 1 | at org.codehaus.plexus.redback.keys.AbstractKeyManager.generateUUID(AbstractKeyManager.java:67) > jvm 1 | at org.codehaus.plexus.redback.keys.jdo.JdoKeyManager.createKey(JdoKeyManager.java:61) > jvm 1 | at org.codehaus.plexus.redback.keys.cached.CachedKeyManager.createKey(CachedKeyManager.java:64) > jvm 1 | at org.codehaus.plexus.redback.xwork.util.AutoLoginCookies.setSignonCookie(AutoLoginCookies.java:144) > jvm 1 | at org.codehaus.plexus.redback.xwork.action.LoginAction.webLogin(LoginAction.java:350) > jvm 1 | at org.codehaus.plexus.redback.xwork.action.LoginAction.login(LoginAction.java:136) > jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) > jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > jvm 1 | at java.lang.reflect.Method.invoke(Method.java:615) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:358) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:218) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:192) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.intercept(SecureActionIntercept > or.java:114) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcemen > tInterceptor.java:105) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.AutoLoginInterceptor.intercept(AutoLoginInterceptor.jav > a:156) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.ForceAdminUserInterceptor.intercept(ForceAdminUserInter > ceptor.java:76) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.EnvironmentCheckInterceptor.intercept(EnvironmentCheckI > nterceptor.java:122) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor. > java:175) > jvm 1 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115) > jvm 1 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.webwork.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:174) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.webwork.interceptor.debugging.DebuggingInterceptor.intercept(DebuggingInterceptor.ja > va:169) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:151) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor. > java:186) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:116) > jvm 1 | at com.opensymphony.webwork.dispatcher.DispatcherUtils.serviceAction(DispatcherUtils.java:273) > jvm 1 | at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:202) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > jvm 1 | at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) > jvm 1 | at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > jvm 1 | at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) > jvm 1 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) > jvm 1 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) > jvm 1 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) > jvm 1 | at org.mortbay.http.HttpServer.service(HttpServer.java:909) > jvm 1 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) > jvm 1 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) > jvm 1 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) > jvm 1 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) > jvm 1 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) > jvm 1 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 09 03:05:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26941 invoked from network); 9 Jan 2008 03:05:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jan 2008 03:05:26 -0000 Received: (qmail 82991 invoked by uid 500); 9 Jan 2008 03:05:15 -0000 Delivered-To: [email protected] Received: (qmail 82977 invoked by uid 500); 9 Jan 2008 03:05: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82966 invoked by uid 99); 9 Jan 2008 03:05:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 19:05: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 03:04:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D84E914A803F for <[email protected]>; Tue, 8 Jan 2008 21:04:57 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 8 Jan 2008 21:04:57 -0600 (CST) From: "Erik R. Jensen (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-653) WebDAV deploy fails with error MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org WebDAV deploy fails with error ------------------------------ Key: MRM-653 URL: http://jira.codehaus.org/browse/MRM-653 Project: Archiva Issue Type: Bug Components: WebDAV interface Affects Versions: 1.0 Environment: Linux Sun's jdk1.6.0_03 Tomcat 6.0.14 Reporter: Erik R. Jensen Attachments: output.txt I was having problems deploying artifacts using the wagon-webdav plugin. I originally thought it was a client problem with the plugin since no errors were showing up in the Archiva logs until I did a tcpdump and found the exception sent from the Archiva server. I assumed all errors in Archiva would output a stack trace in the logs, but apparently this is not always the case. I've attached the HTTP session information showing the stack trace. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 09 03:27:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32300 invoked from network); 9 Jan 2008 03:27:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jan 2008 03:27:27 -0000 Received: (qmail 89393 invoked by uid 500); 9 Jan 2008 03:27:16 -0000 Delivered-To: [email protected] Received: (qmail 89377 invoked by uid 500); 9 Jan 2008 03: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89361 invoked by uid 99); 9 Jan 2008 03:27:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 19:27:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 03:26:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 5876B14A8046 for <[email protected]>; Tue, 8 Jan 2008 21:26:58 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 8 Jan 2008 21:26:58 -0600 (CST) From: "Stephen Gargan (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-654) Archetype for generation of Consumer plugins MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Archetype for generation of Consumer plugins -------------------------------------------- Key: MRM-654 URL: http://jira.codehaus.org/browse/MRM-654 Project: Archiva Issue Type: Improvement Components: repository scanning Affects Versions: 1.1 Reporter: Stephen Gargan Priority: Trivial Attachments: archiva-consumer-plugin-archetype.patch I've created an archetype for use in creating artifact-consumer-plugin projects. It currently builds and runs against the head version of archiva. - Apply the attached patch in the archiva sandbox dir. - Build and install it - invoke with the following command line mvn archetype:create \ -DarchetypeGroupId=org.apache.maven.archiva \ -DarchetypeArtifactId=archiva-consumer-plugin-archetype \ -DarchetypeVersion=1.1-SNAPSHOT \ -DgroupId=org.example \ -DartifactId=simple-consumer-plugin This will create a project 'simple-consumer-plugin' rgds, ste -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 09 04:29:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49608 invoked from network); 9 Jan 2008 04:29:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jan 2008 04:29:27 -0000 Received: (qmail 23869 invoked by uid 500); 9 Jan 2008 04:29:16 -0000 Delivered-To: [email protected] Received: (qmail 23857 invoked by uid 500); 9 Jan 2008 04:29: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23846 invoked by uid 99); 9 Jan 2008 04:29:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 20:29:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 04:28:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D3EFE14A8041 for <[email protected]>; Tue, 8 Jan 2008 22:28:57 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 8 Jan 2008 22:28:57 -0600 (CST) From: "Wendy Smoak (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119240 ] Wendy Smoak commented on MRM-645: --------------------------------- > As a result, my patch proposes to shift the "Get involved" page to the archiva-docs module The 'docs' module is intended for version-specific information. I think 'getting involved' is a generic topic and belongs in the top-level 'site' module. > "Getting Involved in the Archiva Project" page contains errors > -------------------------------------------------------------- > > Key: MRM-645 > URL: http://jira.codehaus.org/browse/MRM-645 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Brett Porter > Priority: Minor > Fix For: 1.0.1 > > Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site.patch > > > The "Getting Involved in the Archiva Project" page > http://maven.apache.org/archiva/get-involved.html > contains errors (see attached). > Several other related suggestions: > # The front page (http://maven.apache.org/archiva/) contains a link to the above page, but the LHS navigation does not. It would usually go under "Community" or similar... > # The LHS navigation should contain a direct link to the Wiki - it's a little difficult to find (I had to Google it :-() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 09 04:46:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55197 invoked from network); 9 Jan 2008 04:46:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jan 2008 04:46:27 -0000 Received: (qmail 32596 invoked by uid 500); 9 Jan 2008 04:46:17 -0000 Delivered-To: [email protected] Received: (qmail 32577 invoked by uid 500); 9 Jan 2008 04: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32566 invoked by uid 99); 9 Jan 2008 04:46:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 20:46: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 04:45:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 9182914A8041 for <[email protected]>; Tue, 8 Jan 2008 22:45:58 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 8 Jan 2008 22:45:58 -0600 (CST) From: "Daniel Harvey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119243 ] Daniel Harvey commented on MRM-645: ----------------------------------- OK. Can you please give me a pointer with the site plugin as to how I generate pages within the top level site module and the docs module which share the same left-hand menu? Or do need to "duplicate" the site.xml and provide manual links in order to make the left-hand menus look/behave the same? > "Getting Involved in the Archiva Project" page contains errors > -------------------------------------------------------------- > > Key: MRM-645 > URL: http://jira.codehaus.org/browse/MRM-645 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Brett Porter > Priority: Minor > Fix For: 1.0.1 > > Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site.patch > > > The "Getting Involved in the Archiva Project" page > http://maven.apache.org/archiva/get-involved.html > contains errors (see attached). > Several other related suggestions: > # The front page (http://maven.apache.org/archiva/) contains a link to the above page, but the LHS navigation does not. It would usually go under "Community" or similar... > # The LHS navigation should contain a direct link to the Wiki - it's a little difficult to find (I had to Google it :-() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 09 07:40:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95624 invoked from network); 9 Jan 2008 07:40:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jan 2008 07:40:27 -0000 Received: (qmail 82084 invoked by uid 500); 9 Jan 2008 07:40:16 -0000 Delivered-To: [email protected] Received: (qmail 82071 invoked by uid 500); 9 Jan 2008 07:40: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82060 invoked by uid 99); 9 Jan 2008 07:40:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 23:40:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 07:39:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 6DB9414A8041 for <[email protected]>; Wed, 9 Jan 2008 01:39:58 -0600 (CST) Message-ID: <[email protected]> Date: Wed, 9 Jan 2008 01:39:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-633) Logging is too verbose In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119255 ] Maria Odea Ching commented on MRM-633: -------------------------------------- I'll also change the log level from debug to info of this log in ProjectModelToDatabaseConsumer: "Adding project model to database - " + Keys.toKey( model ) > Logging is too verbose > ---------------------- > > Key: MRM-633 > URL: http://jira.codehaus.org/browse/MRM-633 > Project: Archiva > Issue Type: Bug > Components: system > Affects Versions: 1.0 > Reporter: Brett Porter > Assignee: Maria Odea Ching > Fix For: 1.0.1 > > > the default Archiva logging generates about 160Mb of logs a day on my reasonably inactive, not large local instance. This is primarily due to scanning. > In addition, the logs are duplicated in the archiva.log and wrapper.log file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 10 08:11:35 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45737 invoked from network); 10 Jan 2008 08:11:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2008 08:11:35 -0000 Received: (qmail 73034 invoked by uid 500); 10 Jan 2008 08:11:24 -0000 Delivered-To: [email protected] Received: (qmail 73017 invoked by uid 500); 10 Jan 2008 08: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 73006 invoked by uid 99); 10 Jan 2008 08:11:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 00: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 08:11:00 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 79C2014A8041 for <[email protected]>; Thu, 10 Jan 2008 02:11:05 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 10 Jan 2008 02:11:05 -0600 (CST) From: "Angel Cervera Claudio (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-616) When running on IBM JDK 1.5: java.security.NoSuchProviderException: no such provider: SUN MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119405 ] Angel Cervera Claudio commented on MRM-616: ------------------------------------------- This BUG (MRM-616) seem related to this redback BUG: http://jira.codehaus.org/browse/REDBACK-122 > When running on IBM JDK 1.5: java.security.NoSuchProviderException: no such provider: SUN > ------------------------------------------------------------------------------------------ > > Key: MRM-616 > URL: http://jira.codehaus.org/browse/MRM-616 > Project: Archiva > Issue Type: Bug > Components: Users/Security > Affects Versions: 1.0 > Environment: Win32 > IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20070426 (JIT enabled) > Reporter: Arne Degenring > Priority: Minor > > When running Archiva 1.0 on an IBM JDK, the following exception occurs. (Notice that IBM JDK must be used for running WebSphere.) > jvm 1 | 2007-12-04 11:29:28,478 [SocketListener0-1] WARN org.codehaus.plexus.redback.keys.KeyManager:jdo - Unable t > o use SecureRandom > jvm 1 | java.security.NoSuchProviderException: no such provider: SUN > jvm 1 | at sun.security.jca.GetInstance.getService(GetInstance.java:82) > jvm 1 | at sun.security.jca.GetInstance.getInstance(GetInstance.java:206) > jvm 1 | at java.security.SecureRandom.getInstance(SecureRandom.java:310) > jvm 1 | at org.codehaus.plexus.redback.keys.AbstractKeyManager.generateUUID(AbstractKeyManager.java:67) > jvm 1 | at org.codehaus.plexus.redback.keys.jdo.JdoKeyManager.createKey(JdoKeyManager.java:61) > jvm 1 | at org.codehaus.plexus.redback.keys.cached.CachedKeyManager.createKey(CachedKeyManager.java:64) > jvm 1 | at org.codehaus.plexus.redback.xwork.util.AutoLoginCookies.setSignonCookie(AutoLoginCookies.java:144) > jvm 1 | at org.codehaus.plexus.redback.xwork.action.LoginAction.webLogin(LoginAction.java:350) > jvm 1 | at org.codehaus.plexus.redback.xwork.action.LoginAction.login(LoginAction.java:136) > jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) > jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > jvm 1 | at java.lang.reflect.Method.invoke(Method.java:615) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:358) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:218) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:192) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.intercept(SecureActionIntercept > or.java:114) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcemen > tInterceptor.java:105) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.AutoLoginInterceptor.intercept(AutoLoginInterceptor.jav > a:156) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.ForceAdminUserInterceptor.intercept(ForceAdminUserInter > ceptor.java:76) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.EnvironmentCheckInterceptor.intercept(EnvironmentCheckI > nterceptor.java:122) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor. > java:175) > jvm 1 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115) > jvm 1 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.webwork.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:174) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.webwork.interceptor.debugging.DebuggingInterceptor.intercept(DebuggingInterceptor.ja > va:169) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:151) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor. > java:186) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:116) > jvm 1 | at com.opensymphony.webwork.dispatcher.DispatcherUtils.serviceAction(DispatcherUtils.java:273) > jvm 1 | at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:202) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > jvm 1 | at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) > jvm 1 | at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > jvm 1 | at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) > jvm 1 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) > jvm 1 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) > jvm 1 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) > jvm 1 | at org.mortbay.http.HttpServer.service(HttpServer.java:909) > jvm 1 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) > jvm 1 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) > jvm 1 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) > jvm 1 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) > jvm 1 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) > jvm 1 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 10 09:45:37 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19533 invoked from network); 10 Jan 2008 09:45:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2008 09:45:37 -0000 Received: (qmail 77541 invoked by uid 500); 10 Jan 2008 09:45:26 -0000 Delivered-To: [email protected] Received: (qmail 77528 invoked by uid 500); 10 Jan 2008 09:45: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77517 invoked by uid 99); 10 Jan 2008 09:45:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 01:45: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 09:45:02 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id EBABB1620003 for <[email protected]>; Thu, 10 Jan 2008 03:45:06 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 10 Jan 2008 03:45:06 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-633) Logging is too verbose In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119419 ] Maria Odea Ching commented on MRM-633: -------------------------------------- -r610730 - committed the specified changes above except i no longer removed this line "logger.debug( "Sending to consumer: " + consumer.getId() );" from ConsumerProcessFileClosure because the default logging level for the repo scanner was set to INFO anyway. The problem with the duplicated logs in archiva.log and wrapper.log still needs to be done. > Logging is too verbose > ---------------------- > > Key: MRM-633 > URL: http://jira.codehaus.org/browse/MRM-633 > Project: Archiva > Issue Type: Bug > Components: system > Affects Versions: 1.0 > Reporter: Brett Porter > Assignee: Maria Odea Ching > Fix For: 1.0.1 > > > the default Archiva logging generates about 160Mb of logs a day on my reasonably inactive, not large local instance. This is primarily due to scanning. > In addition, the logs are duplicated in the archiva.log and wrapper.log file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 11 09:38:30 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23188 invoked from network); 11 Jan 2008 09:38:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jan 2008 09:38:30 -0000 Received: (qmail 46162 invoked by uid 500); 11 Jan 2008 09:38:19 -0000 Delivered-To: [email protected] Received: (qmail 46143 invoked by uid 500); 11 Jan 2008 09: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]> List-Id: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46132 invoked by uid 99); 11 Jan 2008 09:38:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 01:38: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 09:38:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 22E921620004 for <[email protected]>; Fri, 11 Jan 2008 03:37:58 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 11 Jan 2008 03:37:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-655) he logs are duplicated in the archiva.log and wrapper.log file. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org he logs are duplicated in the archiva.log and wrapper.log file. --------------------------------------------------------------- Key: MRM-655 URL: http://jira.codehaus.org/browse/MRM-655 Project: Archiva Issue Type: Bug Components: system Affects Versions: 1.0 Reporter: Maria Odea Ching -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 11 09:40:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23695 invoked from network); 11 Jan 2008 09:40:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jan 2008 09:40:26 -0000 Received: (qmail 49658 invoked by uid 500); 11 Jan 2008 09:40:16 -0000 Delivered-To: [email protected] Received: (qmail 49642 invoked by uid 500); 11 Jan 2008 09:40: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49631 invoked by uid 99); 11 Jan 2008 09:40:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 01:40: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 09:39:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id ACE451620004 for <[email protected]>; Fri, 11 Jan 2008 03:39:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 11 Jan 2008 03:39:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-655) he logs are duplicated in the archiva.log and wrapper.log file. In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-655: --------------------------------- Description: Use the jetty-archetype Brett has created together with the appassembler plugin to generate the binary scripts. The appassembler plugin still needs to be changed to allow configuration of the wrapper.conf. Fix Version/s: 1.1 > he logs are duplicated in the archiva.log and wrapper.log file. > --------------------------------------------------------------- > > Key: MRM-655 > URL: http://jira.codehaus.org/browse/MRM-655 > Project: Archiva > Issue Type: Bug > Components: system > Affects Versions: 1.0 > Reporter: Maria Odea Ching > Fix For: 1.1 > > > Use the jetty-archetype Brett has created together with the appassembler plugin to generate the binary scripts. The appassembler plugin still needs to be changed to allow configuration of the wrapper.conf. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 11 09:40:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23706 invoked from network); 11 Jan 2008 09:40:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jan 2008 09:40:28 -0000 Received: (qmail 49705 invoked by uid 500); 11 Jan 2008 09:40:17 -0000 Delivered-To: [email protected] Received: (qmail 49685 invoked by uid 500); 11 Jan 2008 09: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]> List-Id: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49674 invoked by uid 99); 11 Jan 2008 09:40:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 01:40: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 09:40:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id CB0671620007 for <[email protected]>; Fri, 11 Jan 2008 03:39:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 11 Jan 2008 03:39:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Work stopped: (MRM-633) Logging is too verbose In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on MRM-633 stopped by Maria Odea Ching. > Logging is too verbose > ---------------------- > > Key: MRM-633 > URL: http://jira.codehaus.org/browse/MRM-633 > Project: Archiva > Issue Type: Bug > Components: system > Affects Versions: 1.0 > Reporter: Brett Porter > Assignee: Maria Odea Ching > Fix For: 1.0.1 > > > the default Archiva logging generates about 160Mb of logs a day on my reasonably inactive, not large local instance. This is primarily due to scanning. > In addition, the logs are duplicated in the archiva.log and wrapper.log file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 11 09:42:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24180 invoked from network); 11 Jan 2008 09:42:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jan 2008 09:42:28 -0000 Received: (qmail 52360 invoked by uid 500); 11 Jan 2008 09:42:17 -0000 Delivered-To: [email protected] Received: (qmail 52343 invoked by uid 500); 11 Jan 2008 09:42: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52332 invoked by uid 99); 11 Jan 2008 09:42:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 01:42: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 09:42:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D91C61620005 for <[email protected]>; Fri, 11 Jan 2008 03:41:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 11 Jan 2008 03:41:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-633) Logging is too verbose In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching closed MRM-633. -------------------------------- Resolution: Fixed Created a separate issues for the duplicated logs in archiva.log and wrapper.log. http://jira.codehaus.org/browse/MRM-655 > Logging is too verbose > ---------------------- > > Key: MRM-633 > URL: http://jira.codehaus.org/browse/MRM-633 > Project: Archiva > Issue Type: Bug > Components: system > Affects Versions: 1.0 > Reporter: Brett Porter > Assignee: Maria Odea Ching > Fix For: 1.0.1 > > > the default Archiva logging generates about 160Mb of logs a day on my reasonably inactive, not large local instance. This is primarily due to scanning. > In addition, the logs are duplicated in the archiva.log and wrapper.log file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 12 02:07:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49999 invoked from network); 12 Jan 2008 02:07:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2008 02:07:26 -0000 Received: (qmail 84886 invoked by uid 500); 12 Jan 2008 02:07:16 -0000 Delivered-To: [email protected] Received: (qmail 84875 invoked by uid 500); 12 Jan 2008 02:07: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84859 invoked by uid 99); 12 Jan 2008 02:07:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 18:07:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 02:06:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 7907D14A803B for <[email protected]>; Fri, 11 Jan 2008 20:06:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 11 Jan 2008 20:06:57 -0600 (CST) From: "Stephen Gargan (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-642) archiva-common tests rely on relative paths In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated MRM-642: ------------------------------- Attachment: MRM-642.patch Created ResourceUtils class to load test resources. Currently under the test folder but should probably reside elsewhere. > archiva-common tests rely on relative paths > ------------------------------------------- > > Key: MRM-642 > URL: http://jira.codehaus.org/browse/MRM-642 > Project: Archiva > Issue Type: Bug > Components: build > Affects Versions: 1.0 > Reporter: Brett Porter > Attachments: MRM-642.patch > > > it would be good to make these path independent by using getResource* or similar > other modules are possibly affected - haven't checked. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 12 04:19:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 581 invoked from network); 12 Jan 2008 04:19:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2008 04:19:27 -0000 Received: (qmail 54996 invoked by uid 500); 12 Jan 2008 04:19:17 -0000 Delivered-To: [email protected] Received: (qmail 54981 invoked by uid 500); 12 Jan 2008 04: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54969 invoked by uid 99); 12 Jan 2008 04:19:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 20:19: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 04:18:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 1C43314A803D for <[email protected]>; Fri, 11 Jan 2008 22:18:58 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 11 Jan 2008 22:18:58 -0600 (CST) From: "Daniel Harvey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119631 ] Daniel Harvey commented on MRM-645: ----------------------------------- Wendy/Brett, OK. I got a bit confused for a while regarding the "disappearance" of the left hand menu... until I worked out that you've hidden it using CSS in the site module's site.css file: {code} #leftColumn { display: none !important } {code} So here is where I'm up to: # I can easily keep the "Get Involved" and "Project Information" pages in the site module as per Wendy's comment. # However, I think that removing the left hand menu from these pages is *very* unhelpful and confusing (i.e. the site.css modification above) as well as inconsistent with all of the pages in the archiva-docs module. # So, how do I hide the menu from the front page (index) and show it for the other pages in the site module? I see two options given the standard Maven site build: ## Add some JavaScript to the front page (index) to add the "display: none" CSS at page render time; or ## Move the front page into a module of its own under the site module. Obviously, I can leave the menu hidden for all "site" pages but I'm voting against this. I'm also not completely happy with either of my suggestions above. What do you think? Please let me know your thoughts and I will adjust the patch in time for the 1.0.1 release... > "Getting Involved in the Archiva Project" page contains errors > -------------------------------------------------------------- > > Key: MRM-645 > URL: http://jira.codehaus.org/browse/MRM-645 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Brett Porter > Priority: Minor > Fix For: 1.0.1 > > Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site.patch > > > The "Getting Involved in the Archiva Project" page > http://maven.apache.org/archiva/get-involved.html > contains errors (see attached). > Several other related suggestions: > # The front page (http://maven.apache.org/archiva/) contains a link to the above page, but the LHS navigation does not. It would usually go under "Community" or similar... > # The LHS navigation should contain a direct link to the Wiki - it's a little difficult to find (I had to Google it :-() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 12 05:06:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9760 invoked from network); 12 Jan 2008 05:06:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2008 05:06:28 -0000 Received: (qmail 68788 invoked by uid 500); 12 Jan 2008 05:06:17 -0000 Delivered-To: [email protected] Received: (qmail 68773 invoked by uid 500); 12 Jan 2008 05: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]> List-Id: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68762 invoked by uid 99); 12 Jan 2008 05:06:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 21:06:17 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 05:05:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id A40F414A8038 for <[email protected]>; Fri, 11 Jan 2008 23:05:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 11 Jan 2008 23:05:57 -0600 (CST) From: "Wendy Smoak (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119632 ] Wendy Smoak commented on MRM-645: --------------------------------- The menu was intentionally removed from the top-level site. Brett designed it, and it was discussed on the dev list. Here's the first thread, you can search the list archives for others: * http://www.nabble.com/Site-and-parent-changes-td13688830.html The 'docs' module is separate and there's no need for it to match the top level site. Since there will be a versioned 'docs' module for each public release, they may not even match each other as things progress and changes are made. I think all we need to do for this issue is add content to the 'getting involved' page-- text and links to pages such as mail-lists.html that are generated by the project info reports plugin. Then some attention needs to be paid to the site navigation, since you can't get back to the home page from the other pages within the top level site. Let's take that up on the dev list or open a separate issue. BTW, I solved the mystery of why the mail-lists.html page wasn't getting generated. The pom had mailing-lists rather than mailing-list. Intuitive, isn't it? :) > "Getting Involved in the Archiva Project" page contains errors > -------------------------------------------------------------- > > Key: MRM-645 > URL: http://jira.codehaus.org/browse/MRM-645 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Brett Porter > Priority: Minor > Fix For: 1.0.1 > > Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site.patch > > > The "Getting Involved in the Archiva Project" page > http://maven.apache.org/archiva/get-involved.html > contains errors (see attached). > Several other related suggestions: > # The front page (http://maven.apache.org/archiva/) contains a link to the above page, but the LHS navigation does not. It would usually go under "Community" or similar... > # The LHS navigation should contain a direct link to the Wiki - it's a little difficult to find (I had to Google it :-() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 12 05:22:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12277 invoked from network); 12 Jan 2008 05:22:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2008 05:22:26 -0000 Received: (qmail 74409 invoked by uid 500); 12 Jan 2008 05:22:16 -0000 Delivered-To: [email protected] Received: (qmail 74395 invoked by uid 500); 12 Jan 2008 05:22: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74384 invoked by uid 99); 12 Jan 2008 05:22:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 21:22:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 05:21:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 387B914A803B for <[email protected]>; Fri, 11 Jan 2008 23:21:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 11 Jan 2008 23:21:57 -0600 (CST) From: "Wendy Smoak (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-645) "Getting Involved in the Archiva Project" page contains errors In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wendy Smoak closed MRM-645. --------------------------- Assignee: Wendy Smoak (was: Brett Porter) Resolution: Fixed Fix Version/s: (was: 1.0.1) Fixed in r611367. (Unsetting fix version since the top-level site isn't included in the release.) Thanks for the patch! > "Getting Involved in the Archiva Project" page contains errors > -------------------------------------------------------------- > > Key: MRM-645 > URL: http://jira.codehaus.org/browse/MRM-645 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Wendy Smoak > Priority: Minor > Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site.patch > > > The "Getting Involved in the Archiva Project" page > http://maven.apache.org/archiva/get-involved.html > contains errors (see attached). > Several other related suggestions: > # The front page (http://maven.apache.org/archiva/) contains a link to the above page, but the LHS navigation does not. It would usually go under "Community" or similar... > # The LHS navigation should contain a direct link to the Wiki - it's a little difficult to find (I had to Google it :-() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 12 05:24:30 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12531 invoked from network); 12 Jan 2008 05:24:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2008 05:24:28 -0000 Received: (qmail 74690 invoked by uid 500); 12 Jan 2008 05:24:17 -0000 Delivered-To: [email protected] Received: (qmail 74672 invoked by uid 500); 12 Jan 2008 05:24: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74661 invoked by uid 99); 12 Jan 2008 05:24:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 21:24: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 05:24:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 4024914A803D for <[email protected]>; Fri, 11 Jan 2008 23:23:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 11 Jan 2008 23:23:57 -0600 (CST) From: "Daniel Harvey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119635 ] Daniel Harvey commented on MRM-645: ----------------------------------- Thanks for the info. I will finalise the patch later today (need to go out for a while now). I agree that we fix the content now and sort out the navigation later. PS Nice one on the "mailing-list<s>". Might need to JIRA that one as there is no error message and the logging says "[INFO] Generate "Mailing Lists" report." (with the "s"). Real intuitive :-) > "Getting Involved in the Archiva Project" page contains errors > -------------------------------------------------------------- > > Key: MRM-645 > URL: http://jira.codehaus.org/browse/MRM-645 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Wendy Smoak > Priority: Minor > Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site.patch > > > The "Getting Involved in the Archiva Project" page > http://maven.apache.org/archiva/get-involved.html > contains errors (see attached). > Several other related suggestions: > # The front page (http://maven.apache.org/archiva/) contains a link to the above page, but the LHS navigation does not. It would usually go under "Community" or similar... > # The LHS navigation should contain a direct link to the Wiki - it's a little difficult to find (I had to Google it :-() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 12 05:26:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12937 invoked from network); 12 Jan 2008 05:26:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2008 05:26:25 -0000 Received: (qmail 75048 invoked by uid 500); 12 Jan 2008 05:26:15 -0000 Delivered-To: [email protected] Received: (qmail 75037 invoked by uid 500); 12 Jan 2008 05:26: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75025 invoked by uid 99); 12 Jan 2008 05:26:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 21:26: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 05:25:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 5F20414A803B for <[email protected]>; Fri, 11 Jan 2008 23:25:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 11 Jan 2008 23:25:57 -0600 (CST) From: "Wendy Smoak (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119636 ] Wendy Smoak commented on MRM-645: --------------------------------- No need to re-do the patch. I took the getting-involved page content from one of the patches already attached here, and adjusted the links. Check the site in an hour or so and it should be there. > "Getting Involved in the Archiva Project" page contains errors > -------------------------------------------------------------- > > Key: MRM-645 > URL: http://jira.codehaus.org/browse/MRM-645 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Wendy Smoak > Priority: Minor > Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site.patch > > > The "Getting Involved in the Archiva Project" page > http://maven.apache.org/archiva/get-involved.html > contains errors (see attached). > Several other related suggestions: > # The front page (http://maven.apache.org/archiva/) contains a link to the above page, but the LHS navigation does not. It would usually go under "Community" or similar... > # The LHS navigation should contain a direct link to the Wiki - it's a little difficult to find (I had to Google it :-() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 12 10:48:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59037 invoked from network); 12 Jan 2008 10:48:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2008 10:48:27 -0000 Received: (qmail 90424 invoked by uid 500); 12 Jan 2008 10:48:16 -0000 Delivered-To: [email protected] Received: (qmail 90400 invoked by uid 500); 12 Jan 2008 10:48: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90378 invoked by uid 99); 12 Jan 2008 10:48:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 02:48:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 10:47:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id AA0461620004 for <[email protected]>; Sat, 12 Jan 2008 04:47:57 -0600 (CST) Message-ID: <[email protected]> Date: Sat, 12 Jan 2008 04:47:57 -0600 (CST) From: "Daniel Harvey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Reopened: (MRM-645) "Getting Involved in the Archiva Project" page contains errors In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Harvey reopened MRM-645: ------------------------------- Minor mistake in the two links to the Archiva user/admin guides when the patch was adjusted from the docs to the site module. Will attach patch. > "Getting Involved in the Archiva Project" page contains errors > -------------------------------------------------------------- > > Key: MRM-645 > URL: http://jira.codehaus.org/browse/MRM-645 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Wendy Smoak > Priority: Minor > Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site-minor-path-fix.patch, MRM-645-archiva-site.patch > > > The "Getting Involved in the Archiva Project" page > http://maven.apache.org/archiva/get-involved.html > contains errors (see attached). > Several other related suggestions: > # The front page (http://maven.apache.org/archiva/) contains a link to the above page, but the LHS navigation does not. It would usually go under "Community" or similar... > # The LHS navigation should contain a direct link to the Wiki - it's a little difficult to find (I had to Google it :-() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 12 10:48:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59043 invoked from network); 12 Jan 2008 10:48:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2008 10:48:27 -0000 Received: (qmail 90438 invoked by uid 500); 12 Jan 2008 10:48:16 -0000 Delivered-To: [email protected] Received: (qmail 90402 invoked by uid 500); 12 Jan 2008 10:48: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90379 invoked by uid 99); 12 Jan 2008 10:48:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 02:48:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 10:47:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id C64CE1620007 for <[email protected]>; Sat, 12 Jan 2008 04:47:57 -0600 (CST) Message-ID: <[email protected]> Date: Sat, 12 Jan 2008 04:47:57 -0600 (CST) From: "Daniel Harvey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-645) "Getting Involved in the Archiva Project" page contains errors In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Harvey updated MRM-645: ------------------------------ Attachment: MRM-645-archiva-site-minor-path-fix.patch Fixes error with links to Archiva user/admin guides. > "Getting Involved in the Archiva Project" page contains errors > -------------------------------------------------------------- > > Key: MRM-645 > URL: http://jira.codehaus.org/browse/MRM-645 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Wendy Smoak > Priority: Minor > Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site-minor-path-fix.patch, MRM-645-archiva-site.patch > > > The "Getting Involved in the Archiva Project" page > http://maven.apache.org/archiva/get-involved.html > contains errors (see attached). > Several other related suggestions: > # The front page (http://maven.apache.org/archiva/) contains a link to the above page, but the LHS navigation does not. It would usually go under "Community" or similar... > # The LHS navigation should contain a direct link to the Wiki - it's a little difficult to find (I had to Google it :-() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sun Jan 13 21:43:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91102 invoked from network); 13 Jan 2008 21:43:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jan 2008 21:43:26 -0000 Received: (qmail 39810 invoked by uid 500); 13 Jan 2008 21:43:16 -0000 Delivered-To: [email protected] Received: (qmail 39793 invoked by uid 500); 13 Jan 2008 21:43: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39782 invoked by uid 99); 13 Jan 2008 21:43:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jan 2008 13:43:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jan 2008 21:42:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 48A9514A803B for <[email protected]>; Sun, 13 Jan 2008 15:42:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 13 Jan 2008 15:42:57 -0600 (CST) From: "Wendy Smoak (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-645) "Getting Involved in the Archiva Project" page contains errors In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wendy Smoak closed MRM-645. --------------------------- Resolution: Fixed Thanks again. I also changed the links to /docs/current so they don't have to be edited every time. > "Getting Involved in the Archiva Project" page contains errors > -------------------------------------------------------------- > > Key: MRM-645 > URL: http://jira.codehaus.org/browse/MRM-645 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Wendy Smoak > Priority: Minor > Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site-minor-path-fix.patch, MRM-645-archiva-site.patch > > > The "Getting Involved in the Archiva Project" page > http://maven.apache.org/archiva/get-involved.html > contains errors (see attached). > Several other related suggestions: > # The front page (http://maven.apache.org/archiva/) contains a link to the above page, but the LHS navigation does not. It would usually go under "Community" or similar... > # The LHS navigation should contain a direct link to the Wiki - it's a little difficult to find (I had to Google it :-() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 14 00:12:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41774 invoked from network); 14 Jan 2008 00:12:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jan 2008 00:12:26 -0000 Received: (qmail 35204 invoked by uid 500); 14 Jan 2008 00:12:16 -0000 Delivered-To: [email protected] Received: (qmail 35191 invoked by uid 500); 14 Jan 2008 00:12: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35180 invoked by uid 99); 14 Jan 2008 00:12:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jan 2008 16:12:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 00:11:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 768A214A803B for <[email protected]>; Sun, 13 Jan 2008 18:11:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 13 Jan 2008 18:11:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (MRM-619) Update docs/site for some corrections MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching reassigned MRM-619: ------------------------------------ Assignee: Maria Odea Ching > Update docs/site for some corrections > ------------------------------------- > > Key: MRM-619 > URL: http://jira.codehaus.org/browse/MRM-619 > Project: Archiva > Issue Type: Task > Components: documentation > Affects Versions: 1.0 > Reporter: Maria Odea Ching > Assignee: Maria Odea Ching > Priority: Minor > Fix For: 1.0.1 > > > In quick steps (archiva site), the numbering is 1,2,3,4,5,5. > In Installing in Tomcat page, update the ff: > - war file name (should be archiva-webapp-1.0.war) > - mail-[version].jar should also be added in the tomcat common/lib directory -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 14 00:12:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41787 invoked from network); 14 Jan 2008 00:12:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jan 2008 00:12:26 -0000 Received: (qmail 35237 invoked by uid 500); 14 Jan 2008 00:12:16 -0000 Delivered-To: [email protected] Received: (qmail 35227 invoked by uid 500); 14 Jan 2008 00:12: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35216 invoked by uid 99); 14 Jan 2008 00:12:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jan 2008 16:12:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 00:11:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 8B17B14A803F for <[email protected]>; Sun, 13 Jan 2008 18:11:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 13 Jan 2008 18:11:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (MRM-646) Documentation for configuring for Tomcat is invalid In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching reassigned MRM-646: ------------------------------------ Assignee: Maria Odea Ching > Documentation for configuring for Tomcat is invalid > --------------------------------------------------- > > Key: MRM-646 > URL: http://jira.codehaus.org/browse/MRM-646 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Maria Odea Ching > Priority: Minor > Fix For: 1.0.1 > > > Further to MRM-545, I cannot get it a working install on Tomcat with the existing docs - I had to go to the wiki and Jira to get the answers. > Specifically, I could not deploy on Tomcat 6 without defining in Tomcat's enviroment: > {code} > export CATALINA_OPTS="-Dappserver.home=$CATALINA_HOME -Dappserver.base=$CATALINA_HOME" > {code} > which is *not* covered in the current install docs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 14 04:34:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16842 invoked from network); 14 Jan 2008 04:34:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jan 2008 04:34:27 -0000 Received: (qmail 57636 invoked by uid 500); 14 Jan 2008 04:34:17 -0000 Delivered-To: [email protected] Received: (qmail 57616 invoked by uid 500); 14 Jan 2008 04:34: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57605 invoked by uid 99); 14 Jan 2008 04:34:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jan 2008 20:34:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 04:33:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 8335814A803D for <[email protected]>; Sun, 13 Jan 2008 22:33:57 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 13 Jan 2008 22:33:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-646) Documentation for configuring for Tomcat is invalid In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching closed MRM-646. -------------------------------- Resolution: Fixed Fixed in -r611707. - added example for deploying Archiva to Tomcat 6.0.x - added that mail-1.4.jar should also be added in common/lib > Documentation for configuring for Tomcat is invalid > --------------------------------------------------- > > Key: MRM-646 > URL: http://jira.codehaus.org/browse/MRM-646 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Daniel Harvey > Assignee: Maria Odea Ching > Priority: Minor > Fix For: 1.0.1 > > > Further to MRM-545, I cannot get it a working install on Tomcat with the existing docs - I had to go to the wiki and Jira to get the answers. > Specifically, I could not deploy on Tomcat 6 without defining in Tomcat's enviroment: > {code} > export CATALINA_OPTS="-Dappserver.home=$CATALINA_HOME -Dappserver.base=$CATALINA_HOME" > {code} > which is *not* covered in the current install docs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 14 06:08:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10272 invoked from network); 14 Jan 2008 06:08:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jan 2008 06:08:26 -0000 Received: (qmail 12820 invoked by uid 500); 14 Jan 2008 06:08:16 -0000 Delivered-To: [email protected] Received: (qmail 12808 invoked by uid 500); 14 Jan 2008 06:08: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12797 invoked by uid 99); 14 Jan 2008 06:08:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jan 2008 22:08:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 06:07:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 2D66014A803B for <[email protected]>; Mon, 14 Jan 2008 00:07:58 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 14 Jan 2008 00:07:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-619) Update docs/site for some corrections MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching closed MRM-619. -------------------------------- Resolution: Fixed Fixed in -r611720. - added 'Scanning a database' section in Repositories page to describe how database scanning works - standadized Users Guide The correct Get Involved page has already been deployed and the missing 'g' in Searching has already been previously updated. > Update docs/site for some corrections > ------------------------------------- > > Key: MRM-619 > URL: http://jira.codehaus.org/browse/MRM-619 > Project: Archiva > Issue Type: Task > Components: documentation > Affects Versions: 1.0 > Reporter: Maria Odea Ching > Assignee: Maria Odea Ching > Priority: Minor > Fix For: 1.0.1 > > > In quick steps (archiva site), the numbering is 1,2,3,4,5,5. > In Installing in Tomcat page, update the ff: > - war file name (should be archiva-webapp-1.0.war) > - mail-[version].jar should also be added in the tomcat common/lib directory -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 14 19:10:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58157 invoked from network); 14 Jan 2008 19:10:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jan 2008 19:10:27 -0000 Received: (qmail 23782 invoked by uid 500); 14 Jan 2008 19:10:17 -0000 Delivered-To: [email protected] Received: (qmail 23763 invoked by uid 500); 14 Jan 2008 19:10: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23752 invoked by uid 99); 14 Jan 2008 19:10:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 11:10: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 19:10:04 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 348CD1620001 for <[email protected]>; Mon, 14 Jan 2008 13:09:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 14 Jan 2008 13:09:57 -0600 (CST) From: "Wendy Smoak (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Moved: (MRM-656) Admin guide for installing WAR needs updating MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wendy Smoak moved MNGSITE-29 to MRM-656: ---------------------------------------- Issue Type: Improvement (was: Bug) Key: MRM-656 (was: MNGSITE-29) Project: Archiva (was: Maven Project Web Site) > Admin guide for installing WAR needs updating > --------------------------------------------- > > Key: MRM-656 > URL: http://jira.codehaus.org/browse/MRM-656 > Project: Archiva > Issue Type: Improvement > Environment: N/a > Reporter: Koryn Grant > Original Estimate: 10 minutes > Remaining Estimate: 10 minutes > > The web page at "http://maven.apache.org/archiva/docs/1.0/adminguide/webapp.html" needs updating: > * The name of the archiva WAR file in the archiva.xml sample should be "apache-archiva-1.0.war". > * For the note about Tomcat versions: Tomcat 5.5.25 works as expected, provided mail.jar and activation.jar are added to the common/lib directory. > * For the note about Derby: Derby 161.129.204.104 seems to work fine. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 14 19:12:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58995 invoked from network); 14 Jan 2008 19:12:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jan 2008 19:12:26 -0000 Received: (qmail 28021 invoked by uid 500); 14 Jan 2008 19:12:16 -0000 Delivered-To: [email protected] Received: (qmail 28001 invoked by uid 500); 14 Jan 2008 19:12: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27990 invoked by uid 99); 14 Jan 2008 19:12:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 11:12:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 19:11:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id C800D1620003 for <[email protected]>; Mon, 14 Jan 2008 13:11:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 14 Jan 2008 13:11:57 -0600 (CST) From: "Wendy Smoak (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-656) Admin guide for installing WAR needs updating MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wendy Smoak updated MRM-656: ---------------------------- Affects Version/s: 1.0 Component/s: reporting > Admin guide for installing WAR needs updating > --------------------------------------------- > > Key: MRM-656 > URL: http://jira.codehaus.org/browse/MRM-656 > Project: Archiva > Issue Type: Improvement > Components: reporting > Affects Versions: 1.0 > Environment: N/a > Reporter: Koryn Grant > Original Estimate: 10 minutes > Remaining Estimate: 10 minutes > > The web page at "http://maven.apache.org/archiva/docs/1.0/adminguide/webapp.html" needs updating: > * The name of the archiva WAR file in the archiva.xml sample should be "apache-archiva-1.0.war". > * For the note about Tomcat versions: Tomcat 5.5.25 works as expected, provided mail.jar and activation.jar are added to the common/lib directory. > * For the note about Derby: Derby 161.129.204.104 seems to work fine. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 16 06:39:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39266 invoked from network); 16 Jan 2008 06:39:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jan 2008 06:39:29 -0000 Received: (qmail 56900 invoked by uid 500); 16 Jan 2008 06:39:19 -0000 Delivered-To: [email protected] Received: (qmail 56880 invoked by uid 500); 16 Jan 2008 06:39: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56869 invoked by uid 99); 16 Jan 2008 06:39:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 22:39:19 -0800 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_PASS,SUBJECT_FUZZY_TION X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 06:39:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 2E9BF166001A for <[email protected]>; Wed, 16 Jan 2008 00:38:58 -0600 (CST) Message-ID: <[email protected]> Date: Wed, 16 Jan 2008 00:38:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-630) http 502 proxy error with browse button after 2 days running In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching closed MRM-630. -------------------------------- Resolution: Fixed > http 502 proxy error with browse button after 2 days running > ------------------------------------------------------------ > > Key: MRM-630 > URL: http://jira.codehaus.org/browse/MRM-630 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0 > Reporter: Julien CARSIQUE > Fix For: 1.0.1 > > Attachments: logs.tar.gz > > > I have to restart archiva every one or two days; if not, archiva becomes unstable : > * main page and admin section are accessible and work fine, > * archiva/browse/ function is dead, giving in navigator : > Proxy Error > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request /GET /archiva/browse > <http://archiva.nuxeo.org/archiva/browse>/. > Reason: *Error reading from remote server* > Restarting archiva immediately solves the problem. > I didn't find relevant logs, I guess -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 16 15:58:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90217 invoked from network); 16 Jan 2008 15:58:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jan 2008 15:58:28 -0000 Received: (qmail 9728 invoked by uid 500); 16 Jan 2008 15:58:18 -0000 Delivered-To: [email protected] Received: (qmail 9714 invoked by uid 500); 16 Jan 2008 15:58: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9703 invoked by uid 99); 16 Jan 2008 15:58:18 -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 07:58: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 15:58:04 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 70C8D14A803B for <[email protected]>; Wed, 16 Jan 2008 09:57:57 -0600 (CST) Message-ID: <[email protected]> Date: Wed, 16 Jan 2008 09:57:57 -0600 (CST) From: "Mick Knutson (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-657) 'ORA-00910: specified length too long for its datatype' Error when clicking on searched artifact. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 'ORA-00910: specified length too long for its datatype' Error when clicking on searched artifact. ------------------------------------------------------------------------------------------------- Key: MRM-657 URL: http://jira.codehaus.org/browse/MRM-657 Project: Archiva Issue Type: Bug Affects Versions: 1.0 Environment: Oracle 10g 161.129.204.104.0 on Sun Solaris Sparc 64 Reporter: Mick Knutson When I do a search for an artifact, then I get the results, I then get this error: javax.jdo.JDODataStoreException: An exception was thrown while adding/validating class(es) : ORA-00910: specified length too long for its datatype java.sql.SQLException: ORA-00910: specified length too long for its datatype at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:158) at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316) at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282) at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639) at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:113) at oracle.jdbc.driver.T4CStatement.execute_for_rows(T4CStatement.java:703) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1196) at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1804) at org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264) at org.jpox.store.rdbms.table.AbstractTable.executeDdlStatement(AbstractTable.java:614) at org.jpox.store.rdbms.table.AbstractTable.executeDdlStatementList(AbstractTable.java:570) at org.jpox.store.rdbms.table.AbstractTable.create(AbstractTable.java:297) at org.jpox.store.rdbms.table.AbstractTable.exists(AbstractTable.java:341) at org.jpox.store.rdbms.RDBMSManager$ClassAdder.performTablesValidation(RDBMSManager.java:3052) at org.jpox.store.rdbms.RDBMSManager$ClassAdder.addClassTablesAndValidate(RDBMSManager.java:3313) at org.jpox.store.rdbms.RDBMSManager$ClassAdder.run(RDBMSManager.java:2554) at org.jpox.store.rdbms.RDBMSManager$MgmtTransaction.execute(RDBMSManager.java:2406) at org.jpox.store.rdbms.RDBMSManager.addClasses(RDBMSManager.java:821) at org.jpox.store.rdbms.RDBMSManager.addClass(RDBMSManager.java:835) at org.jpox.AbstractPersistenceManager.newObjectIdInstance(AbstractPersistenceManager.java:2377) at org.apache.maven.archiva.database.jdo.JdoAccess.getObjectById(JdoAccess.java:429) at org.apache.maven.archiva.database.jdo.JdoProjectModelDAO.getProjectModel(JdoProjectModelDAO.java:74) at org.apache.maven.archiva.database.browsing.DefaultRepositoryBrowsing.getProjectModel(DefaultRepositoryBrowsing.java:281) at org.apache.maven.archiva.database.browsing.DefaultRepositoryBrowsing.selectVersion(DefaultRepositoryBrowsing.java:127) at org.apache.maven.archiva.web.action.ShowArtifactAction.artifact(ShowArtifactAction.java:105) Now this does not come up like with continuum (at start up): http://jira.codehaus.org/browse/CONTINUUM-1622 So Archiva runs, but not when I try to search. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 17 07:38:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14313 invoked from network); 17 Jan 2008 07:38:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jan 2008 07:38:29 -0000 Received: (qmail 95587 invoked by uid 500); 17 Jan 2008 07:38:19 -0000 Delivered-To: [email protected] Received: (qmail 95574 invoked by uid 500); 17 Jan 2008 07: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]> List-Id: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95551 invoked by uid 99); 17 Jan 2008 07:38:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 23:38: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 07:37:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 139C914A803B for <[email protected]>; Thu, 17 Jan 2008 01:37:59 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 01:37:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-606) docs appear in wrong directory for Archiva 1.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_120288 ] Maria Odea Ching commented on MRM-606: -------------------------------------- The maven-assembly-plugin has already been locked down to 2.1 as seen in archiva-plexus-runtime pom, but issue still persists in release candidate for 1.0.1. Will move this issue to 1.1 for further investigation. > docs appear in wrong directory for Archiva 1.0 release > ------------------------------------------------------ > > Key: MRM-606 > URL: http://jira.codehaus.org/browse/MRM-606 > Project: Archiva > Issue Type: Bug > Components: build > Affects Versions: 1.0 > Reporter: Brett Porter > Fix For: 1.1 > > > while it is fine on trunk, the docs appear in an archiva-1.0-docs.zip subdirectory of the released distribution - check whether we need to lock down to a better assembly plugin version -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 17 07:38:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14325 invoked from network); 17 Jan 2008 07:38:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jan 2008 07:38:29 -0000 Received: (qmail 95602 invoked by uid 500); 17 Jan 2008 07:38:19 -0000 Delivered-To: [email protected] Received: (qmail 95592 invoked by uid 500); 17 Jan 2008 07: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]> List-Id: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95552 invoked by uid 99); 17 Jan 2008 07:38:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 23:38: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 07:37:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 2AA4C14A803E for <[email protected]>; Thu, 17 Jan 2008 01:37:59 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 01:37:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-606) docs appear in wrong directory for Archiva 1.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-606: --------------------------------- Fix Version/s: (was: 1.0.1) 1.1 > docs appear in wrong directory for Archiva 1.0 release > ------------------------------------------------------ > > Key: MRM-606 > URL: http://jira.codehaus.org/browse/MRM-606 > Project: Archiva > Issue Type: Bug > Components: build > Affects Versions: 1.0 > Reporter: Brett Porter > Fix For: 1.1 > > > while it is fine on trunk, the docs appear in an archiva-1.0-docs.zip subdirectory of the released distribution - check whether we need to lock down to a better assembly plugin version -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 17 19:13:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7481 invoked from network); 17 Jan 2008 19:13:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jan 2008 19:13:29 -0000 Received: (qmail 62363 invoked by uid 500); 17 Jan 2008 19:13:19 -0000 Delivered-To: [email protected] Received: (qmail 62345 invoked by uid 500); 17 Jan 2008 19:13: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62334 invoked by uid 99); 17 Jan 2008 19:13:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 11:13: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:13:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 8E35314A803B for <[email protected]>; Thu, 17 Jan 2008 13:12:57 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 13:12:57 -0600 (CST) From: "Markus Nolte (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-658) org.apache.maven.archiva.repository.content.FilenameParser is unable to determine unique snapshot versions with specific version names MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org org.apache.maven.archiva.repository.content.FilenameParser is unable to determine unique snapshot versions with specific version names -------------------------------------------------------------------------------------------------------------------------------------- Key: MRM-658 URL: http://jira.codehaus.org/browse/MRM-658 Project: Archiva Issue Type: Bug Affects Versions: 1.0 Environment: windows, maven2 Reporter: Markus Nolte Attachments: unit_test.snippet After deploying an artifact with version trunk-SNAPSHOT with unique version set to true, I am not able to download the artifact anymore. The reason is the org.apache.maven.archiva.repository.content.DefaultPathParser throwing a LayoutException "filename format is invalid, expected timestamp format in filename". The problem is the determination of an unique snapshot in the given file path using the FilenameParser.nextVersion method that uses VersionUtil.isVersion to determine if the parsed section of a given filename is part of a version or not. The VersionUtil uses a VersionMegaPattern to identify version parts in a string, this does not work on any possible version name. A quick solution for me was to patch the VersionUtil and add 'trunk' to the VersionMegaPattern, but a more stable solution should use the already identified baseVersion (trunk-SNAPSHOT in this case) to determine the version and timestamp parts in a given or to skip path validity checks. I added an additional unit test snippet for org.apache.maven.archiva.repository.content.DefaultPathParserTest to reproduce the problem -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:05:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34547 invoked from network); 18 Jan 2008 03:05:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:05:27 -0000 Received: (qmail 21884 invoked by uid 500); 18 Jan 2008 03:05:17 -0000 Delivered-To: [email protected] Received: (qmail 21867 invoked by uid 500); 18 Jan 2008 03:05: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21845 invoked by uid 99); 18 Jan 2008 03:05:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:05:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:04:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D2A3F14A803E for <[email protected]>; Thu, 17 Jan 2008 21:04:57 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:04:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-658) org.apache.maven.archiva.repository.content.FilenameParser is unable to determine unique snapshot versions with specific version names In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-658: --------------------------------- Fix Version/s: 1.1 > org.apache.maven.archiva.repository.content.FilenameParser is unable to determine unique snapshot versions with specific version names > -------------------------------------------------------------------------------------------------------------------------------------- > > Key: MRM-658 > URL: http://jira.codehaus.org/browse/MRM-658 > Project: Archiva > Issue Type: Bug > Affects Versions: 1.0 > Environment: windows, maven2 > Reporter: Markus Nolte > Fix For: 1.1 > > Attachments: unit_test.snippet > > > After deploying an artifact with version trunk-SNAPSHOT with unique version set to true, I am not able to download the artifact anymore. The reason is the org.apache.maven.archiva.repository.content.DefaultPathParser throwing a LayoutException "filename format is invalid, expected timestamp format in filename". > The problem is the determination of an unique snapshot in the given file path using the FilenameParser.nextVersion method that uses VersionUtil.isVersion to determine if the parsed section of a given filename is part of a version or not. > The VersionUtil uses a VersionMegaPattern to identify version parts in a string, this does not work on any possible version name. > A quick solution for me was to patch the VersionUtil and add 'trunk' to the VersionMegaPattern, but a more stable solution should use the already identified baseVersion (trunk-SNAPSHOT in this case) to determine the version and timestamp parts in a given or to skip path validity checks. > I added an additional unit test snippet for org.apache.maven.archiva.repository.content.DefaultPathParserTest to reproduce the problem -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:05:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34552 invoked from network); 18 Jan 2008 03:05:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:05:27 -0000 Received: (qmail 21907 invoked by uid 500); 18 Jan 2008 03:05:17 -0000 Delivered-To: [email protected] Received: (qmail 21869 invoked by uid 500); 18 Jan 2008 03:05: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21849 invoked by uid 99); 18 Jan 2008 03:05:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:05:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:04:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 178E514A8045 for <[email protected]>; Thu, 17 Jan 2008 21:04:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:04:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-653) WebDAV deploy fails with error In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-653: --------------------------------- Fix Version/s: 1.1 > WebDAV deploy fails with error > ------------------------------ > > Key: MRM-653 > URL: http://jira.codehaus.org/browse/MRM-653 > Project: Archiva > Issue Type: Bug > Components: WebDAV interface > Affects Versions: 1.0 > Environment: Linux > Sun's jdk1.6.0_03 > Tomcat 6.0.14 > Reporter: Erik R. Jensen > Fix For: 1.1 > > Attachments: output.txt > > > I was having problems deploying artifacts using the wagon-webdav plugin. I originally thought it was a client problem with the plugin since no errors were showing up in the Archiva logs until I did a tcpdump and found the exception sent from the Archiva server. I assumed all errors in Archiva would output a stack trace in the logs, but apparently this is not always the case. I've attached the HTTP session information showing the stack trace. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:05:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34580 invoked from network); 18 Jan 2008 03:05:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:05:28 -0000 Received: (qmail 21947 invoked by uid 500); 18 Jan 2008 03:05:18 -0000 Delivered-To: [email protected] Received: (qmail 21930 invoked by uid 500); 18 Jan 2008 03:05: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21918 invoked by uid 99); 18 Jan 2008 03:05:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:05: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:05:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id B9D6214A803B for <[email protected]>; Thu, 17 Jan 2008 21:04:57 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:04:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-632) Repository Purge Consumer throws Invalid Path to Artifact In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-632: --------------------------------- Fix Version/s: 1.1 > Repository Purge Consumer throws Invalid Path to Artifact > --------------------------------------------------------- > > Key: MRM-632 > URL: http://jira.codehaus.org/browse/MRM-632 > Project: Archiva > Issue Type: Bug > Components: repository scanning > Affects Versions: 1.0 > Environment: Tomcat 6.0.14 > Windows Server 2003 > Reporter: Luke Amdor > Fix For: 1.1 > > > I have the repository purge consumer enabled and configured as {{Repository Purge By Days Older Than}} to 0 and {{Repository Purge By Retention Count}} set to 3. > This is with a clean database. > I have more than 3 versions of org.irene:irene:2.0-SNAPSHOT already uploaded into the repository. > When the repository is scanned: > {noformat} > 290870 [pool-2-thread-1] ERROR org.apache.maven.archiva.repository.scanner.RepositoryScanner:default - Consumer [repository-purge] had an error when processing file [D:\archiva-web\data\repositories\snapshots\org\irene\irene\2.0-SNAPSHOT\irene-2.0-20071214.204316-1-test-sources.jar]: Invalid path to Artifact: filename format is invalid,expected timestamp format in filename. > org.apache.maven.archiva.consumers.ConsumerException: Invalid path to Artifact: filename format is invalid,expected timestamp format in filename. > at org.apache.maven.archiva.consumers.core.repository.RepositoryPurgeConsumer.processFile(RepositoryPurgeConsumer.java:189) > at org.apache.maven.archiva.repository.scanner.functors.ConsumerProcessFileClosure.execute(ConsumerProcessFileClosure.java:57) > at org.apache.commons.collections.functors.IfClosure.execute(IfClosure.java:117) > at org.apache.commons.collections.CollectionUtils.forAllDo(CollectionUtils.java:388) > at org.apache.maven.archiva.repository.scanner.RepositoryScannerInstance.directoryWalkStep(RepositoryScannerInstance.java:138) > at org.codehaus.plexus.util.DirectoryWalker.fireStep(DirectoryWalker.java:173) > at org.codehaus.plexus.util.DirectoryWalker.scanDir(DirectoryWalker.java:391) > at org.codehaus.plexus.util.DirectoryWalker.scanDir(DirectoryWalker.java:385) > at org.codehaus.plexus.util.DirectoryWalker.scanDir(DirectoryWalker.java:385) > at org.codehaus.plexus.util.DirectoryWalker.scanDir(DirectoryWalker.java:385) > at org.codehaus.plexus.util.DirectoryWalker.scanDir(DirectoryWalker.java:385) > at org.codehaus.plexus.util.DirectoryWalker.scan(DirectoryWalker.java:344) > at org.apache.maven.archiva.repository.scanner.DefaultRepositoryScanner.scan(DefaultRepositoryScanner.java:120) > at org.apache.maven.archiva.repository.scanner.DefaultRepositoryScanner.scan(DefaultRepositoryScanner.java:64) > at org.apache.maven.archiva.scheduled.executors.ArchivaRepositoryScanningTaskExecutor.executeTask(ArchivaRepositoryScanningTaskExecutor.java:106) > at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116) > at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) > at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528) > at java.lang.Thread.run(Thread.java:595) > Caused by: org.apache.maven.archiva.consumers.core.repository.RepositoryPurgeException: Invalid path to Artifact: filename format is invalid,expected timestamp format in filename. > at org.apache.maven.archiva.consumers.core.repository.RetentionCountRepositoryPurge.process(RetentionCountRepositoryPurge.java:102) > at org.apache.maven.archiva.consumers.core.repository.RepositoryPurgeConsumer.processFile(RepositoryPurgeConsumer.java:185) > ... 20 more > 290885 [pool-2-thread-1] ERROR org.apache.maven.archiva.repository.scanner.RepositoryScanner:default - Consumer [metadata-updater] had an error when processing file [D:\archiva-web\data\repositories\snapshots\org\irene\irene\2.0-SNAPSHOT\irene-2.0-20071214.204316-1-test-sources.jar]: Unable to convert to artifact reference: org\irene\irene\2.0-SNAPSHOT\irene-2.0-20071214.204316-1-test-sources.jar > org.apache.maven.archiva.consumers.ConsumerException: Unable to convert to artifact reference: org\irene\irene\2.0-SNAPSHOT\irene-2.0-20071214.204316-1-test-sources.jar > at org.apache.maven.archiva.consumers.core.MetadataUpdaterConsumer.processFile(MetadataUpdaterConsumer.java:167) > at org.apache.maven.archiva.repository.scanner.functors.ConsumerProcessFileClosure.execute(ConsumerProcessFileClosure.java:57) > at org.apache.commons.collections.functors.IfClosure.execute(IfClosure.java:117) > at org.apache.commons.collections.CollectionUtils.forAllDo(CollectionUtils.java:388) > at org.apache.maven.archiva.repository.scanner.RepositoryScannerInstance.directoryWalkStep(RepositoryScannerInstance.java:138) > at org.codehaus.plexus.util.DirectoryWalker.fireStep(DirectoryWalker.java:173) > at org.codehaus.plexus.util.DirectoryWalker.scanDir(DirectoryWalker.java:391) > at org.codehaus.plexus.util.DirectoryWalker.scanDir(DirectoryWalker.java:385) > at org.codehaus.plexus.util.DirectoryWalker.scanDir(DirectoryWalker.java:385) > at org.codehaus.plexus.util.DirectoryWalker.scanDir(DirectoryWalker.java:385) > at org.codehaus.plexus.util.DirectoryWalker.scanDir(DirectoryWalker.java:385) > at org.codehaus.plexus.util.DirectoryWalker.scan(DirectoryWalker.java:344) > at org.apache.maven.archiva.repository.scanner.DefaultRepositoryScanner.scan(DefaultRepositoryScanner.java:120) > at org.apache.maven.archiva.repository.scanner.DefaultRepositoryScanner.scan(DefaultRepositoryScanner.java:64) > at org.apache.maven.archiva.scheduled.executors.ArchivaRepositoryScanningTaskExecutor.executeTask(ArchivaRepositoryScanningTaskExecutor.java:106) > at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116) > at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) > at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528) > at java.lang.Thread.run(Thread.java:595) > Caused by: org.apache.maven.archiva.repository.layout.LayoutException: Invalid path to Artifact: filename format is invalid,expected timestamp format in filename. > at org.apache.maven.archiva.repository.content.DefaultPathParser.toArtifactReference(DefaultPathParser.java:134) > at org.apache.maven.archiva.repository.content.AbstractDefaultRepositoryContent.toArtifactReference(AbstractDefaultRepositoryContent.java:49) > at org.apache.maven.archiva.repository.content.ManagedDefaultRepositoryContent.toArtifactReference(ManagedDefaultRepositoryContent.java:330) > at org.apache.maven.archiva.consumers.core.MetadataUpdaterConsumer.processFile(MetadataUpdaterConsumer.java:161) > ... 20 more > {noformat} > There are similar exceptions that follow right behind it with the only difference being that they are for: > - D:\archiva-web\data\repositories\snapshots\org\irene\irene\2.0-SNAPSHOT\irene-2.0-20071214.204316-1-sources.jar > - D:\archiva-web\data\repositories\snapshots\org\irene\irene\2.0-SNAPSHOT\irene-2.0-20071214.204316-1-tests.jar > - D:\archiva-web\data\repositories\snapshots\org\irene\irene\2.0-SNAPSHOT\irene-2.0-20071214.204316-1.jar > - D:\archiva-web\data\repositories\snapshots\org\irene\irene\2.0-SNAPSHOT\irene-2.0-20071214.204316-1.pom > Nothing is deleted however. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:05:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34594 invoked from network); 18 Jan 2008 03:05:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:05:28 -0000 Received: (qmail 21987 invoked by uid 500); 18 Jan 2008 03:05:18 -0000 Delivered-To: [email protected] Received: (qmail 21966 invoked by uid 500); 18 Jan 2008 03:05: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21955 invoked by uid 99); 18 Jan 2008 03:05:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:05: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:05:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id E43B014A8041 for <[email protected]>; Thu, 17 Jan 2008 21:04:57 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:04:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-657) 'ORA-00910: specified length too long for its datatype' Error when clicking on searched artifact. In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-657: --------------------------------- Fix Version/s: 1.1 > 'ORA-00910: specified length too long for its datatype' Error when clicking on searched artifact. > ------------------------------------------------------------------------------------------------- > > Key: MRM-657 > URL: http://jira.codehaus.org/browse/MRM-657 > Project: Archiva > Issue Type: Bug > Affects Versions: 1.0 > Environment: Oracle 10g 161.129.204.104.0 on Sun Solaris Sparc 64 > Reporter: Mick Knutson > Fix For: 1.1 > > > When I do a search for an artifact, then I get the results, I then get this error: > javax.jdo.JDODataStoreException: An exception was thrown while adding/validating class(es) : ORA-00910: specified length too long for its datatype > java.sql.SQLException: ORA-00910: specified length too long for its datatype > at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:158) > at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316) > at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282) > at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639) > at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:113) > at oracle.jdbc.driver.T4CStatement.execute_for_rows(T4CStatement.java:703) > at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1196) > at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1804) > at org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264) > at org.jpox.store.rdbms.table.AbstractTable.executeDdlStatement(AbstractTable.java:614) > at org.jpox.store.rdbms.table.AbstractTable.executeDdlStatementList(AbstractTable.java:570) > at org.jpox.store.rdbms.table.AbstractTable.create(AbstractTable.java:297) > at org.jpox.store.rdbms.table.AbstractTable.exists(AbstractTable.java:341) > at org.jpox.store.rdbms.RDBMSManager$ClassAdder.performTablesValidation(RDBMSManager.java:3052) > at org.jpox.store.rdbms.RDBMSManager$ClassAdder.addClassTablesAndValidate(RDBMSManager.java:3313) > at org.jpox.store.rdbms.RDBMSManager$ClassAdder.run(RDBMSManager.java:2554) > at org.jpox.store.rdbms.RDBMSManager$MgmtTransaction.execute(RDBMSManager.java:2406) > at org.jpox.store.rdbms.RDBMSManager.addClasses(RDBMSManager.java:821) > at org.jpox.store.rdbms.RDBMSManager.addClass(RDBMSManager.java:835) > at org.jpox.AbstractPersistenceManager.newObjectIdInstance(AbstractPersistenceManager.java:2377) > at org.apache.maven.archiva.database.jdo.JdoAccess.getObjectById(JdoAccess.java:429) > at org.apache.maven.archiva.database.jdo.JdoProjectModelDAO.getProjectModel(JdoProjectModelDAO.java:74) > at org.apache.maven.archiva.database.browsing.DefaultRepositoryBrowsing.getProjectModel(DefaultRepositoryBrowsing.java:281) > at org.apache.maven.archiva.database.browsing.DefaultRepositoryBrowsing.selectVersion(DefaultRepositoryBrowsing.java:127) > at org.apache.maven.archiva.web.action.ShowArtifactAction.artifact(ShowArtifactAction.java:105) > Now this does not come up like with continuum (at start up): > http://jira.codehaus.org/browse/CONTINUUM-1622 > So Archiva runs, but not when I try to search. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38755 invoked from network); 18 Jan 2008 03:14:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:27 -0000 Received: (qmail 27703 invoked by uid 500); 18 Jan 2008 03:14:17 -0000 Delivered-To: [email protected] Received: (qmail 27689 invoked by uid 500); 18 Jan 2008 03: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27677 invoked by uid 99); 18 Jan 2008 03:14:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:13:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 1FDDC14A803B for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-618) PLEXUS_BASE does not work for local databases MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-618: --------------------------------- Fix Version/s: 1.1 > PLEXUS_BASE does not work for local databases > --------------------------------------------- > > Key: MRM-618 > URL: http://jira.codehaus.org/browse/MRM-618 > Project: Archiva > Issue Type: Bug > Components: system > Affects Versions: 1.0 > Reporter: Yuri Schimke > Fix For: 1.1 > > > To get it to work, I had to edit plexus.xml and change the 2 database references. for example > <value>jdbc:derby:${plexus.home}/data/users/database;create=true</value> > to > <value>jdbc:derby:${appserver.base}/data/users/database;create=true</value> > plexus.home is set to the installation directory I believe. So my users were not available after upgrade. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38768 invoked from network); 18 Jan 2008 03:14:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:27 -0000 Received: (qmail 27741 invoked by uid 500); 18 Jan 2008 03:14:17 -0000 Delivered-To: [email protected] Received: (qmail 27729 invoked by uid 500); 18 Jan 2008 03: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27712 invoked by uid 99); 18 Jan 2008 03:14:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:13:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 4C14414A8045 for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-635) revise default proxy settings again In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-635: --------------------------------- Fix Version/s: 1.1 > revise default proxy settings again > ----------------------------------- > > Key: MRM-635 > URL: http://jira.codehaus.org/browse/MRM-635 > Project: Archiva > Issue Type: Bug > Affects Versions: 1.0 > Reporter: Brett Porter > Fix For: 1.1 > > > it appears that Archiva is reported as being slow because the default for releases is set to "always". > Clear up: > - what each means > - whether releases is the artifact or the metadata > - whether it's the same for snapshots > - how metadata is affected if not in the above -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38798 invoked from network); 18 Jan 2008 03:14:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:28 -0000 Received: (qmail 27792 invoked by uid 500); 18 Jan 2008 03:14:18 -0000 Delivered-To: [email protected] Received: (qmail 27773 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27762 invoked by uid 99); 18 Jan 2008 03:14:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14:18 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:13:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 3DC2D14A8041 for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-627) Archiva doesn't download SNAPSHOTs for proxied repositories. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-627: --------------------------------- Fix Version/s: 1.1 > Archiva doesn't download SNAPSHOTs for proxied repositories. > ------------------------------------------------------------ > > Key: MRM-627 > URL: http://jira.codehaus.org/browse/MRM-627 > Project: Archiva > Issue Type: Bug > Components: remote proxy > Affects Versions: 1.0 > Environment: Linux, JDK 1.5, > Reporter: gumnaam > Fix For: 1.1 > > > I have setup Archiva Managed Internal Repository as my whole and sole mirror in my settings.xml. > The settings.xml does not contain any other repository information, just the mirror entry . > The Archiva Manged Internal Repository is set to proxy 4/5 external repositories, > One of which contains certain SNAPSHOTs that I have as dependencies. > The proxy connector for this repository has snapshot policy set to "always", I also tried > "daily", "hourly". But the SNAPSHOT is never downloaded any my build fails. > The log file shows no special activity. > Also I am including the link to the thread on user-list > http://www.nabble.com/Proxying-SNAPSHOT-repositories-td14336170.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38811 invoked from network); 18 Jan 2008 03:14:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:28 -0000 Received: (qmail 27831 invoked by uid 500); 18 Jan 2008 03:14:18 -0000 Delivered-To: [email protected] Received: (qmail 27809 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27798 invoked by uid 99); 18 Jan 2008 03:14:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 5A1AE14A8047 for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-651) Updated consumer plugin to build against the 1.1 apis In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-651: --------------------------------- Fix Version/s: 1.1 > Updated consumer plugin to build against the 1.1 apis > ----------------------------------------------------- > > Key: MRM-651 > URL: http://jira.codehaus.org/browse/MRM-651 > Project: Archiva > Issue Type: Improvement > Affects Versions: 1.1 > Reporter: Stephen Gargan > Priority: Trivial > Fix For: 1.1 > > Attachments: 1.1-plugin.patch > > > - Updated the DiscoverNewAritfactConsumer to use the 1.1 APIs. > - Added a simple unit test. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:30 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38828 invoked from network); 18 Jan 2008 03:14:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:30 -0000 Received: (qmail 27869 invoked by uid 500); 18 Jan 2008 03:14:20 -0000 Delivered-To: [email protected] Received: (qmail 27854 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27843 invoked by uid 99); 18 Jan 2008 03:14:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:13:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 2EB8414A803E for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-624) Failed to install Archiva as windows service MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-624: --------------------------------- Fix Version/s: 1.1 > Failed to install Archiva as windows service > -------------------------------------------- > > Key: MRM-624 > URL: http://jira.codehaus.org/browse/MRM-624 > Project: Archiva > Issue Type: Bug > Affects Versions: 1.0 > Environment: Win XP/ JDK: IBM 5.0 > Reporter: Slavomir Kocka > Priority: Minor > Fix For: 1.1 > > > When installing standalone Archiva as service, it simply does not work (Wrapper with switch -s) > Logs says, that there failed to execute following command: > C:\mkdis\apache-archiva-1.0\bin\windows-x86-32>"%JAVA_HOME%\bin\java" -Dclassworlds.conf="../../conf/classworlds.conf" - > Djava.io.tmpdir="../../temp" -Dplexus.core="../../core" -Dplexus.home="../.." -Dtools.jar="C:\Program Files\IBM\Java50\l > ib\tools.jar" -Dappserver.base="../.." -Dplexus.system.path="C:\Program Files\Windows Resource Kits\Tools\;C:\Program Fi > les\ThinkPad\Utilities;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\IBM\Infoprint Select;C:\ > Notes;C:\Program Files\XLView;C:\lotus\compnent;C:\Utilities;C:\Program Files\IBM\Personal Communications\;C:\Program Fi > les\IBM\Trace Facility\;C:\WINDOWS\Downloaded Program Files;C:\mkdis\Python24;" -Xms3m -Xmx128m -Djava.library.path="../ > ../bin/windows-x86-32" -classpath "../../core/boot/wrapper.jar;../../core/boot/plexus-classworlds-1.2-alpha-7.jar" -Dwra > pper.key="JQK7VC49zzNi9lh0" -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.deb > ug="TRUE" -Dwrapper.pid=4956 -Dwrapper.version="3.2.3" -Dwrapper.native_library="wrapper" -Dwrapper.service="TRUE" -Dwra > pper.cpu.timeout="10" -Dwrapper.jvmid=1 org.tanukisoftware.wrapper.WrapperSimpleApp org.codehaus.plexus.classworlds.laun > cher.Launcher > When I run this command in command line, I receive following output. > WrapperManager class initialized by thread: main Using classloader: sun.misc.Launcher$AppClassLoader@2d282d28 > Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org > Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. > Wrapper Manager: JVM #1 > Running a 32-bit JVM. > Wrapper Manager: Registering shutdown hook > Wrapper Manager: Using wrapper > Load native library. One or more attempts may fail if platform specific libraries do not exist. > Loading native library failed: wrapper-windows-x86-32.dll Cause: java.lang.UnsatisfiedLinkError: wrapper-windows-x86-32 > (Not found in java.library.path) > Loaded native library: wrapper.dll > Calling native initialization method. > Initializing WrapperManager native library. > Java Executable: C:\Program Files\IBM\Java50\bin\java.exe > Windows version: 5.1.2600 > Java Version : J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20071007 (JIT enabled) > J9VM - 20071004_14218_lHdSMR > JIT - 20070820_1846ifx1_r8 > GC - 200708_10 > Java VM Vendor : IBM Corporation > WrapperManager.start(org.tanukisoftware.wrapper.WrapperSimpleApp@2f1e2f1e, args[]) called by thread: main > Control event monitor thread started. > Startup runner thread started. > Communications runner thread started. > Open socket to wrapper...Wrapper-Connection > Failed to connect to the Wrapper at port 32000. > java.net.ConnectException: Connection refused: connect -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:54 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38909 invoked from network); 18 Jan 2008 03:14:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:54 -0000 Received: (qmail 27962 invoked by uid 500); 18 Jan 2008 03:14:44 -0000 Delivered-To: [email protected] Received: (qmail 27950 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27939 invoked by uid 99); 18 Jan 2008 03:14:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:20 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 837B914A804D for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-652) Invalid html links in "webdav" directory browsing In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-652: --------------------------------- Fix Version/s: 1.x > Invalid html links in "webdav" directory browsing > ------------------------------------------------- > > Key: MRM-652 > URL: http://jira.codehaus.org/browse/MRM-652 > Project: Archiva > Issue Type: Bug > Components: WebDAV interface > Affects Versions: 1.0 > Reporter: Xavier Hanin > Fix For: 1.x > > > The html page served by archiva in the "webdav" repository browsing contains badly formed a href links. Here is an example of what I get at http://localhost:8080/archiva/repository/internal/ant/ant/: > {code} > <html> > <head> > <title>Collection: /ant/ant/</title> > </head> > <body> > <h2>Collection: /ant/ant/</h2> > <ul> > <li><a href="../">ant/</a> <i><small>(Parent)</small></i></li> > </ul> > <ul> > <li><a href="./1.6.2/">1.6.2/</li> > <li><a href="./1.6.5/">1.6.5/</li> > <li><a href="./1.6/">1.6/</li> > </ul> > </body> > </html> > {code} > As you can see the a elements referencing the available versions are not closed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:55 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38921 invoked from network); 18 Jan 2008 03:14:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:55 -0000 Received: (qmail 28009 invoked by uid 500); 18 Jan 2008 03:14:45 -0000 Delivered-To: [email protected] Received: (qmail 27991 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27979 invoked by uid 99); 18 Jan 2008 03:14:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:20 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 64C9714A8049 for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-654) Archetype for generation of Consumer plugins In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-654: --------------------------------- Fix Version/s: 1.1 > Archetype for generation of Consumer plugins > -------------------------------------------- > > Key: MRM-654 > URL: http://jira.codehaus.org/browse/MRM-654 > Project: Archiva > Issue Type: Improvement > Components: repository scanning > Affects Versions: 1.1 > Reporter: Stephen Gargan > Priority: Trivial > Fix For: 1.1 > > Attachments: archiva-consumer-plugin-archetype.patch > > > I've created an archetype for use in creating artifact-consumer-plugin projects. It currently builds and runs against the head version of archiva. > - Apply the attached patch in the archiva sandbox dir. > - Build and install it > - invoke with the following command line > mvn archetype:create \ > -DarchetypeGroupId=org.apache.maven.archiva \ > -DarchetypeArtifactId=archiva-consumer-plugin-archetype \ > -DarchetypeVersion=1.1-SNAPSHOT \ > -DgroupId=org.example \ > -DartifactId=simple-consumer-plugin > This will create a project 'simple-consumer-plugin' > rgds, > ste -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:55 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38933 invoked from network); 18 Jan 2008 03:14:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:55 -0000 Received: (qmail 28053 invoked by uid 500); 18 Jan 2008 03:14:45 -0000 Delivered-To: [email protected] Received: (qmail 28029 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28001 invoked by uid 99); 18 Jan 2008 03:14:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:20 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 7521B14A804B for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-641) mvn cobertura:cobertura does not work with Archiva repository set as mirror In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-641: --------------------------------- Fix Version/s: 1.x > mvn cobertura:cobertura does not work with Archiva repository set as mirror > --------------------------------------------------------------------------- > > Key: MRM-641 > URL: http://jira.codehaus.org/browse/MRM-641 > Project: Archiva > Issue Type: Bug > Affects Versions: 1.0 > Environment: Archiva is running on a Tomcat 6.0.14 with default setup. > I've also tried it on a Tomcat 5.5.25 with the same result. > Reporter: Henrik Schmidt > Fix For: 1.x > > Attachments: output1.log, output2.log, settings.xml > > > mvn cobertura:cobertura does not work with Archiva repository set as mirror. > $ mvn cobertura:cobertura > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'cobertura'. > [INFO] org.apache.maven.plugins: checking for updates from central > [INFO] org.codehaus.mojo: checking for updates from central > [INFO] artifact org.apache.maven.plugins:maven-cobertura-plugin: checking for updates from central > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] The plugin 'org.apache.maven.plugins:maven-cobertura-plugin' does not exist or no valid version could be found > [INFO] ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 2 seconds > [INFO] Finished at: Thu Dec 20 16:19:17 GMT 2007 > [INFO] Final Memory: 1M/4M > [INFO] ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:56 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38964 invoked from network); 18 Jan 2008 03:14:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:56 -0000 Received: (qmail 28094 invoked by uid 500); 18 Jan 2008 03:14:46 -0000 Delivered-To: [email protected] Received: (qmail 28079 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28068 invoked by uid 99); 18 Jan 2008 03:14:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:21 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id CB48814A8053 for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-631) network proxy is always used when defined In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-631: --------------------------------- Fix Version/s: 1.x > network proxy is always used when defined > ----------------------------------------- > > Key: MRM-631 > URL: http://jira.codehaus.org/browse/MRM-631 > Project: Archiva > Issue Type: Bug > Components: remote proxy > Affects Versions: 1.0 > Environment: Linux and Windows with JRE 1.5 > Reporter: Jacques REYNARD > Fix For: 1.x > > Attachments: archiva.xml > > > I've installed Archiva 1.0 as a Maven proxy repository for internet and corporate repositories. > I've added the remote Internet Repositories, the network proxy and the proxy connectors. > It works well for the internet repositories but when Archiva tries to connect to the corporate repository in the same subnetwork, Archiva uses > the network proxy despite the proxy connector is set to Direct Connection. > If no proxy connectors is defined, Archiva didn't try to get data form the corporate repository. > If no network proxy is defined, Archiva can contact the corporate repository but not the Internet ones. > I've done a test with network capture (wireshark ex ethereal) to confirm the network proxy defined is used. And the result confirm my opinion, the proxy is used. > I attach the archiva.xml configuration file in order to check it. > The corporate repository is localrepo and is available in http form the archiva server using lynx, wget and telnet. > Thanks for your help -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:57 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38996 invoked from network); 18 Jan 2008 03:14:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:57 -0000 Received: (qmail 28143 invoked by uid 500); 18 Jan 2008 03:14:47 -0000 Delivered-To: [email protected] Received: (qmail 28127 invoked by uid 500); 18 Jan 2008 03: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28116 invoked by uid 99); 18 Jan 2008 03:14:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14:47 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:34 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id BB62B14A8038 for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-656) Admin guide for installing WAR needs updating MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-656: --------------------------------- Fix Version/s: 1.x > Admin guide for installing WAR needs updating > --------------------------------------------- > > Key: MRM-656 > URL: http://jira.codehaus.org/browse/MRM-656 > Project: Archiva > Issue Type: Improvement > Components: reporting > Affects Versions: 1.0 > Environment: N/a > Reporter: Koryn Grant > Fix For: 1.x > > Original Estimate: 10 minutes > Remaining Estimate: 10 minutes > > The web page at "http://maven.apache.org/archiva/docs/1.0/adminguide/webapp.html" needs updating: > * The name of the archiva WAR file in the archiva.xml sample should be "apache-archiva-1.0.war". > * For the note about Tomcat versions: Tomcat 5.5.25 works as expected, provided mail.jar and activation.jar are added to the common/lib directory. > * For the note about Derby: Derby 161.129.204.104 seems to work fine. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:58 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39020 invoked from network); 18 Jan 2008 03:14:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:58 -0000 Received: (qmail 28186 invoked by uid 500); 18 Jan 2008 03:14:48 -0000 Delivered-To: [email protected] Received: (qmail 28167 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28152 invoked by uid 99); 18 Jan 2008 03:14:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:34 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 9D50914A8050 for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-616) When running on IBM JDK 1.5: java.security.NoSuchProviderException: no such provider: SUN MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-616: --------------------------------- Fix Version/s: 1.x > When running on IBM JDK 1.5: java.security.NoSuchProviderException: no such provider: SUN > ------------------------------------------------------------------------------------------ > > Key: MRM-616 > URL: http://jira.codehaus.org/browse/MRM-616 > Project: Archiva > Issue Type: Bug > Components: Users/Security > Affects Versions: 1.0 > Environment: Win32 > IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20070426 (JIT enabled) > Reporter: Arne Degenring > Priority: Minor > Fix For: 1.x > > > When running Archiva 1.0 on an IBM JDK, the following exception occurs. (Notice that IBM JDK must be used for running WebSphere.) > jvm 1 | 2007-12-04 11:29:28,478 [SocketListener0-1] WARN org.codehaus.plexus.redback.keys.KeyManager:jdo - Unable t > o use SecureRandom > jvm 1 | java.security.NoSuchProviderException: no such provider: SUN > jvm 1 | at sun.security.jca.GetInstance.getService(GetInstance.java:82) > jvm 1 | at sun.security.jca.GetInstance.getInstance(GetInstance.java:206) > jvm 1 | at java.security.SecureRandom.getInstance(SecureRandom.java:310) > jvm 1 | at org.codehaus.plexus.redback.keys.AbstractKeyManager.generateUUID(AbstractKeyManager.java:67) > jvm 1 | at org.codehaus.plexus.redback.keys.jdo.JdoKeyManager.createKey(JdoKeyManager.java:61) > jvm 1 | at org.codehaus.plexus.redback.keys.cached.CachedKeyManager.createKey(CachedKeyManager.java:64) > jvm 1 | at org.codehaus.plexus.redback.xwork.util.AutoLoginCookies.setSignonCookie(AutoLoginCookies.java:144) > jvm 1 | at org.codehaus.plexus.redback.xwork.action.LoginAction.webLogin(LoginAction.java:350) > jvm 1 | at org.codehaus.plexus.redback.xwork.action.LoginAction.login(LoginAction.java:136) > jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) > jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > jvm 1 | at java.lang.reflect.Method.invoke(Method.java:615) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:358) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:218) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:192) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.intercept(SecureActionIntercept > or.java:114) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcemen > tInterceptor.java:105) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.AutoLoginInterceptor.intercept(AutoLoginInterceptor.jav > a:156) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.ForceAdminUserInterceptor.intercept(ForceAdminUserInter > ceptor.java:76) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at org.codehaus.plexus.redback.xwork.interceptor.EnvironmentCheckInterceptor.intercept(EnvironmentCheckI > nterceptor.java:122) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor. > java:175) > jvm 1 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115) > jvm 1 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.webwork.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:174) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.webwork.interceptor.debugging.DebuggingInterceptor.intercept(DebuggingInterceptor.ja > va:169) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:151) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor. > java:186) > jvm 1 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) > jvm 1 | at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:116) > jvm 1 | at com.opensymphony.webwork.dispatcher.DispatcherUtils.serviceAction(DispatcherUtils.java:273) > jvm 1 | at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:202) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > jvm 1 | at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) > jvm 1 | at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > jvm 1 | at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) > jvm 1 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) > jvm 1 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) > jvm 1 | at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) > jvm 1 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) > jvm 1 | at org.mortbay.http.HttpServer.service(HttpServer.java:909) > jvm 1 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) > jvm 1 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) > jvm 1 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) > jvm 1 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) > jvm 1 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) > jvm 1 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:14:59 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39035 invoked from network); 18 Jan 2008 03:14:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:14:59 -0000 Received: (qmail 28221 invoked by uid 500); 18 Jan 2008 03:14:49 -0000 Delivered-To: [email protected] Received: (qmail 28207 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28196 invoked by uid 99); 18 Jan 2008 03:14:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:34 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id AC47914A803D for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-604) Company POM - Allow a different version than 1 to be entered. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-604: --------------------------------- Fix Version/s: 1.x > Company POM - Allow a different version than 1 to be entered. > ------------------------------------------------------------- > > Key: MRM-604 > URL: http://jira.codehaus.org/browse/MRM-604 > Project: Archiva > Issue Type: Improvement > Components: web application > Affects Versions: 1.0-alpha-2 > Environment: All. > Reporter: Parag Mehta > Priority: Minor > Fix For: 1.x > > > Company POM always takes version 1, a different version cannot be used/entered via GUI. Allow version to be specified along with existing group and artifact ids. Thanks. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:15:03 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39105 invoked from network); 18 Jan 2008 03:15:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:15:02 -0000 Received: (qmail 28903 invoked by uid 500); 18 Jan 2008 03:14:51 -0000 Delivered-To: [email protected] Received: (qmail 28886 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28859 invoked by uid 99); 18 Jan 2008 03:14:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:35 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id DDA7814A8055 for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-650) Deleted metadata files still appear in search results In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-650: --------------------------------- Fix Version/s: 1.x > Deleted metadata files still appear in search results > ----------------------------------------------------- > > Key: MRM-650 > URL: http://jira.codehaus.org/browse/MRM-650 > Project: Archiva > Issue Type: Bug > Components: indexing > Affects Versions: 1.0 > Reporter: Wendy Smoak > Priority: Minor > Fix For: 1.x > > > When an entire directory tree of artifacts is removed from the repository filesystem, the metadata files still show up in search results. > To reproduce, delete any group from the repository, then click both 'Scan Repository Now' and 'Update Database Now'. > Search for the artifact again, and note that the metadata files still appear in the results. > For example, after deleting /path/to/repository/releases/commons-lang and scanning/updating, this is in the search results for commons-lang: > http://example.com/archiva/repository/releases/commons-lang/commons-lang/maven-metadata.xml -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:15:03 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39113 invoked from network); 18 Jan 2008 03:15:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:15:02 -0000 Received: (qmail 29038 invoked by uid 500); 18 Jan 2008 03:14:52 -0000 Delivered-To: [email protected] Received: (qmail 29017 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29006 invoked by uid 99); 18 Jan 2008 03:14:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:37 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0A9AF14A8058 for <[email protected]>; Thu, 17 Jan 2008 21:13:59 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-644) org.jvnet.jaxb2.maven2:maven-jaxb2-plugin is not resolved correctly using Archiva as mirror In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-644: --------------------------------- Fix Version/s: 1.x > org.jvnet.jaxb2.maven2:maven-jaxb2-plugin is not resolved correctly using Archiva as mirror > ------------------------------------------------------------------------------------------- > > Key: MRM-644 > URL: http://jira.codehaus.org/browse/MRM-644 > Project: Archiva > Issue Type: Bug > Affects Versions: 1.0 > Environment: Maven version: 2.0.8 > Java version: 1.6.0_03 > OS name: "linux" version: "2.6.22-14-generic" arch: "i386" Family: "unix" > Reporter: Henrik Schmidt > Fix For: 1.x > > Attachments: myproject.pom.xml, schema.xsd, settings.xml > > > org.jvnet.jaxb2.maven2:maven-jaxb2-plugin is not resolved correctly with <version> tag omitted in pom.xml. Omitting the <version> tag works if Archiva is not used (Maven will just get the latest version). > Steps to reproduce: > Archiva application: > Unpack and run archiva > $ tar zxvf apache-archiva-1.0-bin.tar.gz > $ apache-archiva-1.0/bin/linux-x86-32/run.sh start > Navigate to http://localhost:8080/archiva > create Admin user and login > In Repositories (under Administration): > Add remote Maven 1 legacy repository > Identifier: maven-repository.dev.java.net > Name: Java.net Maven 1 Repository (legacy) > URL: http://download.java.net/maven/1 > Type: Maven 1.x Repository > Add remote Maven 2 jfrog-plugins repository > Identifier: jfrog-plugins > Name: jFrog plugins > URL: http://www.jfrog.org/artifactory/plugins-releases > Type: Maven 2.x repository > In Proxy Connectors (under Administration) > Edit maven2-repository.dev.java.net proxy connector > Remove "jaxax/**" whitelist constraint and click Save Proxy Connector > Add Proxy Connectors > Managed Repository: internal > Remote Repository: maven-repository.dev.java.net > cache-failures: yes > releases: once > checksum: fix > snapshots: never > Managed Repository: internal > Remote Repository: jfrog-plugins > cache-failures: yes > releases: once > checksum: fix > snapshots: never > Client side: > Copy settings.xml to ~/.m2 > $ cp settings.xml ~/.m2 > Create sample project > $ mvn archetype:create -DgroupId=some.namespace -DartifactId=myproject > Overwrite pom.xml > $ cp myproject.pom.xml myproject/pom.xml > Add sample XML schema > $ mkdir myproject/src/main/resources > $ cp schema.xsd myproject/src/main/resources/ > Run test > $ cd myproject > $ mvn test > This should fail with BUILD ERROR "The plugin 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin' does not exist or no valid version could be found" > Workaround: > uncomment <version> tag in pom.xml and run test again > Now mvn test should succeed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:15:03 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39109 invoked from network); 18 Jan 2008 03:15:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:15:02 -0000 Received: (qmail 28988 invoked by uid 500); 18 Jan 2008 03:14:52 -0000 Delivered-To: [email protected] Received: (qmail 28964 invoked by uid 500); 18 Jan 2008 03:14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28927 invoked by uid 99); 18 Jan 2008 03:14:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:14: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:37 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id EC94714A8054 for <[email protected]>; Thu, 17 Jan 2008 21:13:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-625) LDAP authentication leaks connections MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-625: --------------------------------- Fix Version/s: 1.x > LDAP authentication leaks connections > ------------------------------------- > > Key: MRM-625 > URL: http://jira.codehaus.org/browse/MRM-625 > Project: Archiva > Issue Type: Bug > Components: Users/Security > Affects Versions: 1.0-beta-4 > Environment: Archiva 1.0-beta-4, OpenLdap > Reporter: Emilio Jose Mena Cebrian > Priority: Minor > Fix For: 1.x > > > I've configured redback to authenticate from a LDAP with cached used manager and I've detected it's leaking connections. > Connections from web interface seem to be returned to LdapContext pool , > but connection from repository servlet are leaked. > The LdapCtx Configuration is : > <component> > <role>org.codehaus.plexus.redback.common.ldap.connection.LdapConnectionFactory</role> > <role-hint>configurable</role-hint> > <implementation>org.codehaus.plexus.redback.common.ldap.connection.ConfigurableLdapConnectionFactory</implementation> > <description></description> > <configuration> > <hostname>localhost</hostname> > <port>389</port> > <baseDn>************</baseDn> > <contextFactory>com.sun.jndi.ldap.LdapCtxFactory</contextFactory> > <password>*******</password> > <bindDn>********</bindDn> > <extraProperties> > <property> > <name>com.sun.jndi.ldap.connect.pool</name> > <value>true</value> > </property> > <property> > <name>com.sun.jndi.ldap.connect.pool.maxsize</name> > <value>20</value> > </property> > <property> > <name>com.sun.jndi.ldap.connect.pool.prefsize</name> > <value>10</value> > </property> > <property> > <name>com.sun.jndi.ldap.connect.pool.timeout</name> > <value>30000</value> > </property> > </extraProperties> > </configuration> > </component> > NOTE: sensible configuration tags are correctly configured, but i'm erased them (marked with *****) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:15:23 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39330 invoked from network); 18 Jan 2008 03:15:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:15:23 -0000 Received: (qmail 29312 invoked by uid 500); 18 Jan 2008 03:15:13 -0000 Delivered-To: [email protected] Received: (qmail 29300 invoked by uid 500); 18 Jan 2008 03: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29289 invoked by uid 99); 18 Jan 2008 03:15:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:15: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:48 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 15E5014A8046 for <[email protected]>; Thu, 17 Jan 2008 21:13:59 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-639) "1.0" in the breadcrumbs is incorrectly linked to /docs/1.0/docs/1.0 in the docs subsite In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-639: --------------------------------- Fix Version/s: 1.x > "1.0" in the breadcrumbs is incorrectly linked to /docs/1.0/docs/1.0 in the docs subsite > ---------------------------------------------------------------------------------------- > > Key: MRM-639 > URL: http://jira.codehaus.org/browse/MRM-639 > Project: Archiva > Issue Type: Bug > Components: documentation > Affects Versions: 1.0 > Reporter: Brett Porter > Fix For: 1.x > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:15:23 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39346 invoked from network); 18 Jan 2008 03:15:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:15:23 -0000 Received: (qmail 29358 invoked by uid 500); 18 Jan 2008 03:15:13 -0000 Delivered-To: [email protected] Received: (qmail 29340 invoked by uid 500); 18 Jan 2008 03: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29329 invoked by uid 99); 18 Jan 2008 03:15:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:15: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:48 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 2E8A114A805B for <[email protected]>; Thu, 17 Jan 2008 21:13:59 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-637) get -Pci build working for Archiva again and generate appropriate developer reports and checks In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-637: --------------------------------- Fix Version/s: 1.x > get -Pci build working for Archiva again and generate appropriate developer reports and checks > ---------------------------------------------------------------------------------------------- > > Key: MRM-637 > URL: http://jira.codehaus.org/browse/MRM-637 > Project: Archiva > Issue Type: Bug > Components: build > Affects Versions: 1.0 > Reporter: Brett Porter > Fix For: 1.x > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:15:24 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39359 invoked from network); 18 Jan 2008 03:15:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:15:24 -0000 Received: (qmail 29398 invoked by uid 500); 18 Jan 2008 03:15:14 -0000 Delivered-To: [email protected] Received: (qmail 29376 invoked by uid 500); 18 Jan 2008 03: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29361 invoked by uid 99); 18 Jan 2008 03:15:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:15: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:49 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 45EE514A805F for <[email protected]>; Thu, 17 Jan 2008 21:13:59 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-642) archiva-common tests rely on relative paths In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-642: --------------------------------- Fix Version/s: 1.x > archiva-common tests rely on relative paths > ------------------------------------------- > > Key: MRM-642 > URL: http://jira.codehaus.org/browse/MRM-642 > Project: Archiva > Issue Type: Bug > Components: build > Affects Versions: 1.0 > Reporter: Brett Porter > Fix For: 1.x > > Attachments: MRM-642.patch > > > it would be good to make these path independent by using getResource* or similar > other modules are possibly affected - haven't checked. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:15:24 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39370 invoked from network); 18 Jan 2008 03:15:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:15:24 -0000 Received: (qmail 29434 invoked by uid 500); 18 Jan 2008 03:15:14 -0000 Delivered-To: [email protected] Received: (qmail 29412 invoked by uid 500); 18 Jan 2008 03: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29396 invoked by uid 99); 18 Jan 2008 03:15:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:15: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:14:49 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 5035B14A8048 for <[email protected]>; Thu, 17 Jan 2008 21:13:59 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-638) some developer reports are appearing in the archiva-docs module and need to be disabled In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-638: --------------------------------- Fix Version/s: 1.x > some developer reports are appearing in the archiva-docs module and need to be disabled > --------------------------------------------------------------------------------------- > > Key: MRM-638 > URL: http://jira.codehaus.org/browse/MRM-638 > Project: Archiva > Issue Type: Bug > Components: build > Affects Versions: 1.0 > Reporter: Brett Porter > Fix For: 1.x > > > PMD, changelog are appearing - but they belong in the developers section. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:15:24 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39392 invoked from network); 18 Jan 2008 03:15:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:15:24 -0000 Received: (qmail 29471 invoked by uid 500); 18 Jan 2008 03:15:14 -0000 Delivered-To: [email protected] Received: (qmail 29455 invoked by uid 500); 18 Jan 2008 03: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29444 invoked by uid 99); 18 Jan 2008 03:15:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:15: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:15:01 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 23B0514A8051 for <[email protected]>; Thu, 17 Jan 2008 21:13:59 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-629) NullPointer when setting corporate POM on a fresh archvia install In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-629: --------------------------------- Fix Version/s: 1.x > NullPointer when setting corporate POM on a fresh archvia install > ----------------------------------------------------------------- > > Key: MRM-629 > URL: http://jira.codehaus.org/browse/MRM-629 > Project: Archiva > Issue Type: Bug > Components: web application > Affects Versions: 1.0 > Environment: archiva deployed as a war on tomcat 5.5 > Reporter: nicolas de loof > Priority: Minor > Fix For: 1.x > > > Tryning to set a corporate POM fails with a NullPointerException > The maven-shared-application configuration expect a configuration to exist as either org.apache.maven.shared.app.user or org.apache.maven.shared.app.base. The first one is declared in archvia application.xml as "config-forceCreate="true"", so it SHOULD have been created, but is absent from my ${user.home}/.m2 > This may be a plexus-registry-provider bug, or a commons-configuration bug. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:15:25 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39403 invoked from network); 18 Jan 2008 03:15:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:15:25 -0000 Received: (qmail 29510 invoked by uid 500); 18 Jan 2008 03:15:15 -0000 Delivered-To: [email protected] Received: (qmail 29493 invoked by uid 500); 18 Jan 2008 03: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]> List-Id: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29482 invoked by uid 99); 18 Jan 2008 03:15:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:15: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:15:02 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 39EDE14A805D for <[email protected]>; Thu, 17 Jan 2008 21:13:59 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-640) breadcrumbs need to incude current doc so you can navigate back to home page In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-640: --------------------------------- Fix Version/s: 1.x > breadcrumbs need to incude current doc so you can navigate back to home page > ---------------------------------------------------------------------------- > > Key: MRM-640 > URL: http://jira.codehaus.org/browse/MRM-640 > Project: Archiva > Issue Type: Bug > Reporter: Brett Porter > Fix For: 1.x > > > the "1.0" should go back to /archiva/docs/1.0, and the "Archiva" should go back to "/archiva" - and be available any time you are not on that index page. > Including the page title as a non clickable breadcrumb is an option, or always making the last breadcrumb clickable if it is a different page to that linked. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:15:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39417 invoked from network); 18 Jan 2008 03:15:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:15:26 -0000 Received: (qmail 29555 invoked by uid 500); 18 Jan 2008 03:15:16 -0000 Delivered-To: [email protected] Received: (qmail 29535 invoked by uid 500); 18 Jan 2008 03:15: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29521 invoked by uid 99); 18 Jan 2008 03:15:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:15:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:15:03 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 5EE3A14A804C for <[email protected]>; Thu, 17 Jan 2008 21:13:59 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-648) Add description field to the different types of repositories and proxies In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-648: --------------------------------- Fix Version/s: 1.x > Add description field to the different types of repositories and proxies > ------------------------------------------------------------------------ > > Key: MRM-648 > URL: http://jira.codehaus.org/browse/MRM-648 > Project: Archiva > Issue Type: New Feature > Affects Versions: 1.0 > Reporter: Trygve Laugstol > Fix For: 1.x > > > When looking over the repositories page it would be useful to have a description for each of the repositories configured. Personally I need it to be able to describe the owner of the repository and indended purpose. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:15:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39430 invoked from network); 18 Jan 2008 03:15:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:15:26 -0000 Received: (qmail 29588 invoked by uid 500); 18 Jan 2008 03:15:16 -0000 Delivered-To: [email protected] Received: (qmail 29567 invoked by uid 500); 18 Jan 2008 03:15: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29526 invoked by uid 99); 18 Jan 2008 03:15:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:15:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:15:03 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 6B9F014A8063 for <[email protected]>; Thu, 17 Jan 2008 21:13:59 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:13:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-620) pom.xml that inherit version from parent show up in reports as "has an invalid project model" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-620: --------------------------------- Fix Version/s: 1.x > pom.xml that inherit version from parent show up in reports as "has an invalid project model" > --------------------------------------------------------------------------------------------- > > Key: MRM-620 > URL: http://jira.codehaus.org/browse/MRM-620 > Project: Archiva > Issue Type: Bug > Components: reporting > Affects Versions: 1.0 > Reporter: James MacDonald > Priority: Minor > Fix For: 1.x > > > Maven2 allows child modules to inherit the <version> tag from a parent. When Archiva sees an empty or nonexistent version tag in the uploaded pom.xml, it thinks that the pom.xml version does not match the artifacts filename, which is true, but is a completely valid scenario. As far as I can tell, there is no requirement to have a version tag in a child module of a parent. > Perhaps Archiva should be looking inside the artifact itself under META-INF/pom.properties to verify the artifacts file name against the version. There is always a version number inside the artifacts pom.properties, but not always in the pom.xml. Perhaps a combination of the pom.xml having a parent tag, and no version information tells Archiva to not consider this an error. > Here is an example of an error generated in reports: > File workflow-core-common-1.0.1-rc1.pom has an invalid project model [groupId:com.tomax.infrastructure.foo|artifactId:foo-core-common|version:1.0.1-SNAPSHOT|packaging:null]; The model version [1.0.1-SNAPSHOT] does not match the version portion of the filename: 1.0.1-rc1 > I looked at the artifact it complained about, and the pom.xml has not version tag by design as it is inherited. I don't think this should be an error. > Perhaps Archiva should not produce this error if the version tag does not exist in the pom.xml and there is a parent tag present? As far as I can tell, not having a version tag is completely valid in maven2 as long as parent inheritence provides the version. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:26:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42032 invoked from network); 18 Jan 2008 03:26:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:26:27 -0000 Received: (qmail 35954 invoked by uid 500); 18 Jan 2008 03:26:17 -0000 Delivered-To: [email protected] Received: (qmail 35936 invoked by uid 500); 18 Jan 2008 03:26: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35925 invoked by uid 99); 18 Jan 2008 03:26:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:26: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:25:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 111CD14A8043 for <[email protected]>; Thu, 17 Jan 2008 21:25:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:25:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-157) add a report on artifacts that have external repositories/plugin repositories in them MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-157: --------------------------------- Fix Version/s: (was: 1.1) 1.x > add a report on artifacts that have external repositories/plugin repositories in them > ------------------------------------------------------------------------------------- > > Key: MRM-157 > URL: http://jira.codehaus.org/browse/MRM-157 > Project: Archiva > Issue Type: New Feature > Components: reporting > Reporter: Brett Porter > Fix For: 1.x > > > this may have certain constraints - eg, we report on release repo if it has any snapshot repos, etc. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:26:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42043 invoked from network); 18 Jan 2008 03:26:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:26:27 -0000 Received: (qmail 35982 invoked by uid 500); 18 Jan 2008 03:26:17 -0000 Delivered-To: [email protected] Received: (qmail 35972 invoked by uid 500); 18 Jan 2008 03:26: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35961 invoked by uid 99); 18 Jan 2008 03:26:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:26: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:25:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 40AFD14A804A for <[email protected]>; Thu, 17 Jan 2008 21:25:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:25:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-109) Create a report on available plugins MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-109: --------------------------------- Fix Version/s: (was: 1.1) 1.x > Create a report on available plugins > ------------------------------------ > > Key: MRM-109 > URL: http://jira.codehaus.org/browse/MRM-109 > Project: Archiva > Issue Type: New Feature > Components: reporting > Reporter: Jason van Zyl > Fix For: 1.x > > > The report for plugins should include: > - description > - download location > - last release date > - developers > - contributors > - issues outstanding > The are not all things that can be taken from the repository but is a report that would be useful to see what the actual state of a particular plugin is. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:26:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42065 invoked from network); 18 Jan 2008 03:26:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:26:29 -0000 Received: (qmail 36056 invoked by uid 500); 18 Jan 2008 03:26:18 -0000 Delivered-To: [email protected] Received: (qmail 36018 invoked by uid 500); 18 Jan 2008 03:26: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36001 invoked by uid 99); 18 Jan 2008 03:26:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:26: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:26:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id EA3A714A803F for <[email protected]>; Thu, 17 Jan 2008 21:25:57 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:25:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-110) Create a report on available Archetypes MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-110: --------------------------------- Fix Version/s: (was: 1.1) 1.x > Create a report on available Archetypes > --------------------------------------- > > Key: MRM-110 > URL: http://jira.codehaus.org/browse/MRM-110 > Project: Archiva > Issue Type: New Feature > Components: reporting > Reporter: Jason van Zyl > Fix For: 1.x > > > The report for archetypesshould include: > - description > - download location > - last release date > - developers > - contributors > - issues outstanding > The are not all things that can be taken from the repository but is a report that would be useful to see what the actual state of a particular archetype is. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:26:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42074 invoked from network); 18 Jan 2008 03:26:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:26:29 -0000 Received: (qmail 36099 invoked by uid 500); 18 Jan 2008 03:26:19 -0000 Delivered-To: [email protected] Received: (qmail 36047 invoked by uid 500); 18 Jan 2008 03:26: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36002 invoked by uid 99); 18 Jan 2008 03:26:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:26: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:26:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id C0C8C14A803B for <[email protected]>; Thu, 17 Jan 2008 21:25:57 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:25:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-255) Reports shouldn't show missing optional dependencies as an error. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-255: --------------------------------- Fix Version/s: (was: 1.1) 1.x > Reports shouldn't show missing optional dependencies as an error. > ----------------------------------------------------------------- > > Key: MRM-255 > URL: http://jira.codehaus.org/browse/MRM-255 > Project: Archiva > Issue Type: Improvement > Components: reporting > Affects Versions: 1.0 > Reporter: Nicholas Daley > Priority: Minor > Fix For: 1.x > > > The Reports page (under 'Manage' on the menu at the left of the screen) seems to show _any_ missing dependency using the error icon. > On my computer this results in lots of errors showing up, because optional dependencies have not been downloaded. > I would suggest that the code generating the report should check if a dependency is optional, and if so tag it as a warning or an info, and not as an error. > For example, ant:ant:1.6.2 has optional dependencies on xerces:xerces-impl:2.6.2 and xml-apis:xml-apis:2.6.2. > In ant's pom file, these dependencies are tagged using: "<optional>true</optional>" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 03:26:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42075 invoked from network); 18 Jan 2008 03:26:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 03:26:29 -0000 Received: (qmail 36101 invoked by uid 500); 18 Jan 2008 03:26:19 -0000 Delivered-To: [email protected] Received: (qmail 36058 invoked by uid 500); 18 Jan 2008 03:26: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36005 invoked by uid 99); 18 Jan 2008 03:26:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 19:26: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 03:26:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 211EF14A8046 for <[email protected]>; Thu, 17 Jan 2008 21:25:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 17 Jan 2008 21:25:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-504) Find Artifact page needs more onscreen information/instructions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-504: --------------------------------- Fix Version/s: (was: 1.1) 1.x > Find Artifact page needs more onscreen information/instructions > --------------------------------------------------------------- > > Key: MRM-504 > URL: http://jira.codehaus.org/browse/MRM-504 > Project: Archiva > Issue Type: Improvement > Components: web application > Affects Versions: 1.0-beta-2 > Reporter: Teodoro Cue Jr. > Fix For: 1.x > > > Find Artifact > Search for: > Checksum: > Select the file you would like to locate in the remote repository. The entire file will not be uploaded to the server. See the progress bar below for progress of locally creating a checksum that is uploaded to the server after you hit "Go!". > This page and text and the 'Go' button do not help the user understand what they can/need to do. > If they should do only one or the other, only one option should be available at a time. > Recommend changing 'Go' to 'Submit', for consistency w/ Search page. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 14:50:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90455 invoked from network); 18 Jan 2008 14:50:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 14:50:27 -0000 Received: (qmail 31654 invoked by uid 500); 18 Jan 2008 14:50:17 -0000 Delivered-To: [email protected] Received: (qmail 31635 invoked by uid 500); 18 Jan 2008 14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31624 invoked by uid 99); 18 Jan 2008 14:50:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 06:50: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 14:49:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D13C51660017 for <[email protected]>; Fri, 18 Jan 2008 08:49:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 18 Jan 2008 08:49:57 -0600 (CST) From: "nicolas de loof (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-268) Archivas relocation feature should be configurable MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nicolas de loof closed MRM-268. ------------------------------- Assignee: nicolas de loof Resolution: Won't Fix Fix Version/s: (was: 1.1) 1.0 Relocation is only applied to maven1 request and never on POM request. It will only occurs for maven1 that require archiva to handle it (or they will NOT get the artifact), and will never occur for maven2 that allways request the POM before the artifact. > Archivas relocation feature should be configurable > -------------------------------------------------- > > Key: MRM-268 > URL: http://jira.codehaus.org/browse/MRM-268 > Project: Archiva > Issue Type: Improvement > Affects Versions: 1.0-alpha-1 > Reporter: Chris Wewerka > Assignee: nicolas de loof > Fix For: 1.0 > > > Archiva automatically delivers the new pom and jar for a relocated artifact to a maven client. > The downside of this feature is that clients do not get a warning that the artifact is relocated anymore. > In a "All-Maven2" environment this warning is quite good, and gives the developer a hint and a motivation (get rid of the warning ;-) ) to use the new groupId. > So I think it would be a good idea to make this feature configurable, so the archiva admin can turn it off. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 18 14:52:45 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91382 invoked from network); 18 Jan 2008 14:52:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2008 14:52:45 -0000 Received: (qmail 36211 invoked by uid 500); 18 Jan 2008 14:52:35 -0000 Delivered-To: [email protected] Received: (qmail 36202 invoked by uid 500); 18 Jan 2008 14: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36191 invoked by uid 99); 18 Jan 2008 14:52:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 06:52: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 14:52:22 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id AB2DA14A803E for <[email protected]>; Fri, 18 Jan 2008 08:52:14 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 18 Jan 2008 08:52:14 -0600 (CST) From: "nicolas de loof (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-659) archiva cannot serve ejb artifacts from a maven1 repository MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org archiva cannot serve ejb artifacts from a maven1 repository ----------------------------------------------------------- Key: MRM-659 URL: http://jira.codehaus.org/browse/MRM-659 Project: Archiva Issue Type: Bug Components: remote proxy Affects Versions: 1.0 Reporter: nicolas de loof requesting an ejb from a maven1 repository builds the path "groupId/jars/artifactId.jar", and not the location where maven1 ejb:deploy places the ejb jars (groupId/ejbs/artifactId.jar). The type folder is created based on the file extension, with some exceptions. It should be created based on the artifact type. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 21 10:05:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25255 invoked from network); 21 Jan 2008 10:05:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jan 2008 10:05:26 -0000 Received: (qmail 97118 invoked by uid 500); 21 Jan 2008 10:05:17 -0000 Delivered-To: [email protected] Received: (qmail 97098 invoked by uid 500); 21 Jan 2008 10:05: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97087 invoked by uid 99); 21 Jan 2008 10:05:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 02:05:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 10:04:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 7FD4F14A803D for <[email protected]>; Mon, 21 Jan 2008 04:04:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 21 Jan 2008 04:04:57 -0600 (CST) From: "Brett Porter (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-660) unable to uncheck "releases included" on a managed repository when editing the repository MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org unable to uncheck "releases included" on a managed repository when editing the repository ----------------------------------------------------------------------------------------- Key: MRM-660 URL: http://jira.codehaus.org/browse/MRM-660 Project: Archiva Issue Type: Bug Components: web application Affects Versions: 1.0 Reporter: Brett Porter -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 21 10:09:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25786 invoked from network); 21 Jan 2008 10:09:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jan 2008 10:09:28 -0000 Received: (qmail 98337 invoked by uid 500); 21 Jan 2008 10:09:18 -0000 Delivered-To: [email protected] Received: (qmail 98321 invoked by uid 500); 21 Jan 2008 10:09: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98310 invoked by uid 99); 21 Jan 2008 10:09:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 02:09: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 10:09:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 5921314A803B for <[email protected]>; Mon, 21 Jan 2008 04:08:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 21 Jan 2008 04:08:57 -0600 (CST) From: "Brett Porter (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-661) remote repository removals are not saved after restart MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org remote repository removals are not saved after restart ------------------------------------------------------ Key: MRM-661 URL: http://jira.codehaus.org/browse/MRM-661 Project: Archiva Issue Type: Bug Components: web application Affects Versions: 1.0 Reporter: Brett Porter -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 22 07:31:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84118 invoked from network); 22 Jan 2008 07:31:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jan 2008 07:31:26 -0000 Received: (qmail 8234 invoked by uid 500); 22 Jan 2008 07:31:16 -0000 Delivered-To: [email protected] Received: (qmail 8219 invoked by uid 500); 22 Jan 2008 07:31: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8206 invoked by uid 99); 22 Jan 2008 07:31:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 23:31:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 07:30:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id CA04314A803D for <[email protected]>; Tue, 22 Jan 2008 01:30:57 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 22 Jan 2008 01:30:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-662) Repo purge is not deleting artifacts in correct order MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Repo purge is not deleting artifacts in correct order ----------------------------------------------------- Key: MRM-662 URL: http://jira.codehaus.org/browse/MRM-662 Project: Archiva Issue Type: Bug Components: repository scanning Affects Versions: 1.0 Reporter: Maria Odea Ching Priority: Critical Looking at the repo purge code by # of days old and by retention count, and while the sorting is correct.. what's being purged isn't actually what is the older artifact, but rather, it is the artifact which is currently being consumed. Here's the part (in DaysOldRepositoryPurge) where this occurs: while( versions.iterator().hasNext() ) { if ( countToPurge-- <= 0 ) { break; } doPurgeAllRelated( artifactFile ); // note: the artifactFile is the artifact currently being consumed by the repo purge } // doPurgeAllRelated(..) deletes the artifact from the repo as well as all related files to it (ex. .sha1, .md5 files, etc.) So given the above behavior, if the repo scanner found artifact-1.1.2-20070427.065136-5.jar first before artifact-1.1.2-20070427.065136-2.jar.. then what would actually get deleted from the repo is artifact-1.1.2-20070427.065136-5.jar instead of the older artifact-1.1.2-20070427.065136-2.jar. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 22 07:33:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84773 invoked from network); 22 Jan 2008 07:33:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jan 2008 07:33:28 -0000 Received: (qmail 9021 invoked by uid 500); 22 Jan 2008 07:33:19 -0000 Delivered-To: [email protected] Received: (qmail 9007 invoked by uid 500); 22 Jan 2008 07:33: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8996 invoked by uid 99); 22 Jan 2008 07:33:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 23:33: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 07:33:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 7261614A803D for <[email protected]>; Tue, 22 Jan 2008 01:32:57 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 22 Jan 2008 01:32:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-662) Repo purge is not deleting artifacts in correct order In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-662: --------------------------------- Description: Looking at the repo purge code by # of days old and by retention count, and while the sorting is correct.. what's being purged isn't actually what is the older artifact, but rather, it is the artifact which is currently being consumed. Here's the part (in DaysOldRepositoryPurge) where this occurs: while( versions.iterator().hasNext() ) { if ( countToPurge-- <= 0 ) { break; } doPurgeAllRelated( artifactFile ); } Note: - the artifactFile is the artifact currently being consumed by the repo purge - doPurgeAllRelated(..) deletes the artifact from the repo as well as all related files to it (ex. .sha1, .md5 files, etc.) So given the above behavior, if the repo scanner found artifact-1.1.2-20070427.065136-5.jar first before artifact-1.1.2-20070427.065136-2.jar.. then what would actually get deleted from the repo is artifact-1.1.2-20070427.065136-5.jar instead of the older artifact-1.1.2-20070427.065136-2.jar. was: Looking at the repo purge code by # of days old and by retention count, and while the sorting is correct.. what's being purged isn't actually what is the older artifact, but rather, it is the artifact which is currently being consumed. Here's the part (in DaysOldRepositoryPurge) where this occurs: while( versions.iterator().hasNext() ) { if ( countToPurge-- <= 0 ) { break; } doPurgeAllRelated( artifactFile ); // note: the artifactFile is the artifact currently being consumed by the repo purge } // doPurgeAllRelated(..) deletes the artifact from the repo as well as all related files to it (ex. .sha1, .md5 files, etc.) So given the above behavior, if the repo scanner found artifact-1.1.2-20070427.065136-5.jar first before artifact-1.1.2-20070427.065136-2.jar.. then what would actually get deleted from the repo is artifact-1.1.2-20070427.065136-5.jar instead of the older artifact-1.1.2-20070427.065136-2.jar. > Repo purge is not deleting artifacts in correct order > ----------------------------------------------------- > > Key: MRM-662 > URL: http://jira.codehaus.org/browse/MRM-662 > Project: Archiva > Issue Type: Bug > Components: repository scanning > Affects Versions: 1.0 > Reporter: Maria Odea Ching > Priority: Critical > > Looking at the repo purge code by # of days old and by retention count, and while the sorting is correct.. what's being purged isn't actually what is the older artifact, but rather, it is the artifact which is currently being consumed. Here's the part (in DaysOldRepositoryPurge) where this occurs: > while( versions.iterator().hasNext() ) > { > if ( countToPurge-- <= 0 ) > { > break; > } > doPurgeAllRelated( artifactFile ); > } > Note: > - the artifactFile is the artifact currently being consumed by the repo purge > - doPurgeAllRelated(..) deletes the artifact from the repo as well as all related files to it (ex. .sha1, .md5 files, etc.) > So given the above behavior, if the repo scanner found artifact-1.1.2-20070427.065136-5.jar first before artifact-1.1.2-20070427.065136-2.jar.. then what would actually get deleted from the repo is artifact-1.1.2-20070427.065136-5.jar instead of the older artifact-1.1.2-20070427.065136-2.jar. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 22 07:37:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86183 invoked from network); 22 Jan 2008 07:37:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jan 2008 07:37:26 -0000 Received: (qmail 11553 invoked by uid 500); 22 Jan 2008 07:37:16 -0000 Delivered-To: [email protected] Received: (qmail 11540 invoked by uid 500); 22 Jan 2008 07: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 11529 invoked by uid 99); 22 Jan 2008 07:37:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 23:37:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 07:36:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 7994814A803D for <[email protected]>; Tue, 22 Jan 2008 01:36:57 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 22 Jan 2008 01:36:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (MRM-662) Repo purge is not deleting artifacts in correct order In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching reassigned MRM-662: ------------------------------------ Assignee: Maria Odea Ching > Repo purge is not deleting artifacts in correct order > ----------------------------------------------------- > > Key: MRM-662 > URL: http://jira.codehaus.org/browse/MRM-662 > Project: Archiva > Issue Type: Bug > Components: repository scanning > Affects Versions: 1.0 > Reporter: Maria Odea Ching > Assignee: Maria Odea Ching > Priority: Critical > > Looking at the repo purge code by # of days old and by retention count, and while the sorting is correct.. what's being purged isn't actually what is the older artifact, but rather, it is the artifact which is currently being consumed. Here's the part (in DaysOldRepositoryPurge) where this occurs: > while( versions.iterator().hasNext() ) > { > if ( countToPurge-- <= 0 ) > { > break; > } > doPurgeAllRelated( artifactFile ); > } > Note: > - the artifactFile is the artifact currently being consumed by the repo purge > - doPurgeAllRelated(..) deletes the artifact from the repo as well as all related files to it (ex. .sha1, .md5 files, etc.) > So given the above behavior, if the repo scanner found artifact-1.1.2-20070427.065136-5.jar first before artifact-1.1.2-20070427.065136-2.jar.. then what would actually get deleted from the repo is artifact-1.1.2-20070427.065136-5.jar instead of the older artifact-1.1.2-20070427.065136-2.jar. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 22 10:25:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52179 invoked from network); 22 Jan 2008 10:25:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jan 2008 10:25:26 -0000 Received: (qmail 82282 invoked by uid 500); 22 Jan 2008 10:25:16 -0000 Delivered-To: [email protected] Received: (qmail 82264 invoked by uid 500); 22 Jan 2008 10: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]> List-Id: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82253 invoked by uid 99); 22 Jan 2008 10:25:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 02:25:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 10:24:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 9BE751620007 for <[email protected]>; Tue, 22 Jan 2008 04:24:57 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 22 Jan 2008 04:24:57 -0600 (CST) From: "Fabien DUBRON (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-663) Configuring types problem MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Configuring types problem ------------------------- Key: MRM-663 URL: http://jira.codehaus.org/browse/MRM-663 Project: Archiva Issue Type: Bug Affects Versions: 1.0 Environment: Linux FC6, archiva 1.0, jdk 1.6.0 Reporter: Fabien DUBRON I'm working on a multi-project application and i encountered a problem. One of my sub-project is having the type ejb. Also, when i deploy it with maven, it's placed in a folder called "ejbs". The problem is that when i'm browsing this folder, i can see the jar created in my "ejbs" folder but when i try to download it, archiva gives me an error 404 with a message in which the part of the path "ejbs" is replaced by "jars". The url of the page is "http://xxx/repository/xxx/ejbs/Ejb-xxx.jar" and the message is : Error 404 Not Found The following resource does not exist: http://xxx/repository/xxx/jars/Ejb-xxx.jar" And the problem happens for the type "zip" replaced by "distribution" (???). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 23 10:04:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37897 invoked from network); 23 Jan 2008 10:04:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jan 2008 10:04:26 -0000 Received: (qmail 20722 invoked by uid 500); 23 Jan 2008 10:04:16 -0000 Delivered-To: [email protected] Received: (qmail 20707 invoked by uid 500); 23 Jan 2008 10:04: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20696 invoked by uid 99); 23 Jan 2008 10:04:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2008 02:04:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2008 10:03:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 99CF214A803D for <[email protected]>; Wed, 23 Jan 2008 04:03:57 -0600 (CST) Message-ID: <[email protected]> Date: Wed, 23 Jan 2008 04:03:57 -0600 (CST) From: "Daniel Beland (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-664) Cannot download a strut-module artifact in a Legacy repository MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Cannot download a strut-module artifact in a Legacy repository -------------------------------------------------------------- Key: MRM-664 URL: http://jira.codehaus.org/browse/MRM-664 Project: Archiva Issue Type: Bug Affects Versions: 1.0 Reporter: Daniel Beland Priority: Critical I still have legacy Maven 1.1 projects which uses the struts-module plugin. I was using maven-proxy until now but decided to switch to archiva. However when I try to download a struts-module in my Maven 1.X repository, I get the following exception: org.apache.maven.archiva.repository.layout.LayoutException: Invalid path to Artifact: mismatch on extension [dule] and layout specified type [struts-modules] (which maps to extension: [struts.module]) on path [WebPortal/struts-modules/eventsDB-1.2.3.struts-module] at org.apache.maven.archiva.repository.content.LegacyPathParser.toArtifactReference(LegacyPathParser.java:154) at org.apache.maven.archiva.repository.content.RepositoryRequest.toArtifactReference(RepositoryRequest.java:125) at org.apache.maven.archiva.repository.content.RepositoryRequest.toNativePath(RepositoryRequest.java:271) at org.apache.maven.archiva.web.repository.ProxiedDavServer.process(ProxiedDavServer.java:193) at org.codehaus.plexus.webdav.servlet.multiplexed.MultiplexedWebDavServlet.service(MultiplexedWebDavServlet.java:119) at org.apache.maven.archiva.web.repository.RepositoryServlet.service(RepositoryServlet.java:155) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830) at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:189) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) at org.mortbay.http.HttpServer.service(HttpServer.java:909) at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) The file WebPortal/struts-modules/eventsDB-1.2.3.struts-module does exist (and would be returned correctly by maven-proxy), but it seems as it archiva is looking for WebPortal/struts-modules/eventsDB-1.2.3.struts.module which does not exist. (replacing the dash by a dot in the extension) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 24 11:12:38 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38580 invoked from network); 24 Jan 2008 11:12:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jan 2008 11:12:38 -0000 Received: (qmail 79352 invoked by uid 500); 24 Jan 2008 11:12:20 -0000 Delivered-To: [email protected] Received: (qmail 79309 invoked by uid 500); 24 Jan 2008 11: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79283 invoked by uid 99); 24 Jan 2008 11:12:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 03:12: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 11:12:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 31B2314A803D for <[email protected]>; Thu, 24 Jan 2008 05:11:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 24 Jan 2008 05:11:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-662) Repo purge is not deleting artifacts in correct order In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121135 ] Maria Odea Ching commented on MRM-662: -------------------------------------- Fixed DaysOldRepoPurge in -r614840. Changes made: - fixed up DaysOldRepositoryPurge - added test case for the fix - updated existing test cases - replaced actual jar and pom files used in the test cases with dummies > Repo purge is not deleting artifacts in correct order > ----------------------------------------------------- > > Key: MRM-662 > URL: http://jira.codehaus.org/browse/MRM-662 > Project: Archiva > Issue Type: Bug > Components: repository scanning > Affects Versions: 1.0 > Reporter: Maria Odea Ching > Assignee: Maria Odea Ching > Priority: Critical > > Looking at the repo purge code by # of days old and by retention count, and while the sorting is correct.. what's being purged isn't actually what is the older artifact, but rather, it is the artifact which is currently being consumed. Here's the part (in DaysOldRepositoryPurge) where this occurs: > while( versions.iterator().hasNext() ) > { > if ( countToPurge-- <= 0 ) > { > break; > } > doPurgeAllRelated( artifactFile ); > } > Note: > - the artifactFile is the artifact currently being consumed by the repo purge > - doPurgeAllRelated(..) deletes the artifact from the repo as well as all related files to it (ex. .sha1, .md5 files, etc.) > So given the above behavior, if the repo scanner found artifact-1.1.2-20070427.065136-5.jar first before artifact-1.1.2-20070427.065136-2.jar.. then what would actually get deleted from the repo is artifact-1.1.2-20070427.065136-5.jar instead of the older artifact-1.1.2-20070427.065136-2.jar. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 24 23:18:30 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35675 invoked from network); 24 Jan 2008 23:18:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jan 2008 23:18:26 -0000 Received: (qmail 85590 invoked by uid 500); 24 Jan 2008 23:18:17 -0000 Delivered-To: [email protected] Received: (qmail 85570 invoked by uid 500); 24 Jan 2008 23:18: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85559 invoked by uid 99); 24 Jan 2008 23:18:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 15:18:16 -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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 23:17:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0168B14A803B for <[email protected]>; Thu, 24 Jan 2008 17:17:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 24 Jan 2008 17:17:58 -0600 (CST) From: "James William Dumay (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-665) DependencyTree fetchGraph causes high load with large databases MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org DependencyTree fetchGraph causes high load with large databases --------------------------------------------------------------- Key: MRM-665 URL: http://jira.codehaus.org/browse/MRM-665 Project: Archiva Issue Type: Bug Components: browser Affects Versions: 1.0, 1.0.1, 1.1 Reporter: James William Dumay Priority: Critical Attachments: high-load-thread-dump.txt DependencyTree fetchGraph causes high load when there is a large amount of metadata in the database. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 25 00:30:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57189 invoked from network); 25 Jan 2008 00:30:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2008 00:30:27 -0000 Received: (qmail 31569 invoked by uid 500); 25 Jan 2008 00:30:17 -0000 Delivered-To: [email protected] Received: (qmail 31551 invoked by uid 500); 25 Jan 2008 00: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31540 invoked by uid 99); 25 Jan 2008 00:30:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 16:30: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 00:29:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 9DDC514A803E for <[email protected]>; Thu, 24 Jan 2008 18:29:57 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 24 Jan 2008 18:29:57 -0600 (CST) From: "Wendy Smoak (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-666) Edit Managed Repository page should indicate the repo id being edited MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Edit Managed Repository page should indicate the repo id being edited --------------------------------------------------------------------- Key: MRM-666 URL: http://jira.codehaus.org/browse/MRM-666 Project: Archiva Issue Type: Improvement Affects Versions: 1.0 Reporter: Wendy Smoak Priority: Minor When editing a managed repository, the repo id does not appear on the page. (You can see it in the url as a request parameter.) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 25 01:04:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66617 invoked from network); 25 Jan 2008 01:04:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2008 01:04:26 -0000 Received: (qmail 65839 invoked by uid 500); 25 Jan 2008 01:04:17 -0000 Delivered-To: [email protected] Received: (qmail 65827 invoked by uid 500); 25 Jan 2008 01: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65816 invoked by uid 99); 25 Jan 2008 01:04:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 17:04: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 01:03:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id A6B8314A803B for <[email protected]>; Thu, 24 Jan 2008 19:03:57 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 24 Jan 2008 19:03:57 -0600 (CST) From: "James William Dumay (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-667) Timeout implementation for Archiva MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Timeout implementation for Archiva ---------------------------------- Key: MRM-667 URL: http://jira.codehaus.org/browse/MRM-667 Project: Archiva Issue Type: Improvement Affects Versions: 1.0.1 Reporter: James William Dumay Attachments: MRM-667.patch This patch replaces Wagon HTTP lightweight with Wagon HTTP to allow for connection timeouts. By using Wagon HTTP, we also get connection pooling for free (YAY) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 25 01:04:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66630 invoked from network); 25 Jan 2008 01:04:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2008 01:04:26 -0000 Received: (qmail 65879 invoked by uid 500); 25 Jan 2008 01:04:17 -0000 Delivered-To: [email protected] Received: (qmail 65863 invoked by uid 500); 25 Jan 2008 01: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65852 invoked by uid 99); 25 Jan 2008 01:04:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 17:04: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 01:03:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id B320A14A803E for <[email protected]>; Thu, 24 Jan 2008 19:03:57 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 24 Jan 2008 19:03:57 -0600 (CST) From: "James William Dumay (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-667) Timeout implementation for Archiva In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James William Dumay updated MRM-667: ------------------------------------ Attachment: MRM-667.patch > Timeout implementation for Archiva > ---------------------------------- > > Key: MRM-667 > URL: http://jira.codehaus.org/browse/MRM-667 > Project: Archiva > Issue Type: Improvement > Affects Versions: 1.0.1 > Reporter: James William Dumay > Attachments: MRM-667.patch > > > This patch replaces Wagon HTTP lightweight with Wagon HTTP to allow for connection timeouts. > By using Wagon HTTP, we also get connection pooling for free (YAY) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 25 02:48:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4069 invoked from network); 25 Jan 2008 02:48:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2008 02:48:29 -0000 Received: (qmail 51320 invoked by uid 500); 25 Jan 2008 02:48:20 -0000 Delivered-To: [email protected] Received: (qmail 51293 invoked by uid 500); 25 Jan 2008 02: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51282 invoked by uid 99); 25 Jan 2008 02:48:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 18:48: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 02:48:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 3ED0314A803B for <[email protected]>; Thu, 24 Jan 2008 20:47:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 24 Jan 2008 20:47:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate ------------------------------------------------------------------------------------ Key: MRM-668 URL: http://jira.codehaus.org/browse/MRM-668 Project: Archiva Issue Type: Bug Components: browser Affects Versions: 1.0.1 Reporter: Maria Odea Ching Priority: Blocker -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 25 03:30:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17259 invoked from network); 25 Jan 2008 03:30:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2008 03:30:29 -0000 Received: (qmail 65174 invoked by uid 500); 25 Jan 2008 03:30:19 -0000 Delivered-To: [email protected] Received: (qmail 65154 invoked by uid 500); 25 Jan 2008 03: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65143 invoked by uid 99); 25 Jan 2008 03:30:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 19:30: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 03:30:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 215A914A803B for <[email protected]>; Thu, 24 Jan 2008 21:29:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 24 Jan 2008 21:29:58 -0600 (CST) From: "Brett Porter (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121225 ] Brett Porter commented on MRM-668: ---------------------------------- this has worked for me > Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate > ------------------------------------------------------------------------------------ > > Key: MRM-668 > URL: http://jira.codehaus.org/browse/MRM-668 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0.1 > Reporter: Maria Odea Ching > Priority: Blocker > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 25 06:10:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25051 invoked from network); 25 Jan 2008 06:10:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2008 06:10:29 -0000 Received: (qmail 69388 invoked by uid 500); 25 Jan 2008 06:10:20 -0000 Delivered-To: [email protected] Received: (qmail 69372 invoked by uid 500); 25 Jan 2008 06:10: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69361 invoked by uid 99); 25 Jan 2008 06:10:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 22:10: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 06:10:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 6A38B14A803B for <[email protected]>; Fri, 25 Jan 2008 00:09:58 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 25 Jan 2008 00:09:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-662) Repo purge is not deleting artifacts in correct order In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121227 ] Maria Odea Ching commented on MRM-662: -------------------------------------- Added test for the order of deletion of artifacts in RetentionCountRepositoryPurge (-r615120) The RetentionCountRepositoryPurge is already deleting artifacts correctly, based on the test case I've added. > Repo purge is not deleting artifacts in correct order > ----------------------------------------------------- > > Key: MRM-662 > URL: http://jira.codehaus.org/browse/MRM-662 > Project: Archiva > Issue Type: Bug > Components: repository scanning > Affects Versions: 1.0 > Reporter: Maria Odea Ching > Assignee: Maria Odea Ching > Priority: Critical > > Looking at the repo purge code by # of days old and by retention count, and while the sorting is correct.. what's being purged isn't actually what is the older artifact, but rather, it is the artifact which is currently being consumed. Here's the part (in DaysOldRepositoryPurge) where this occurs: > while( versions.iterator().hasNext() ) > { > if ( countToPurge-- <= 0 ) > { > break; > } > doPurgeAllRelated( artifactFile ); > } > Note: > - the artifactFile is the artifact currently being consumed by the repo purge > - doPurgeAllRelated(..) deletes the artifact from the repo as well as all related files to it (ex. .sha1, .md5 files, etc.) > So given the above behavior, if the repo scanner found artifact-1.1.2-20070427.065136-5.jar first before artifact-1.1.2-20070427.065136-2.jar.. then what would actually get deleted from the repo is artifact-1.1.2-20070427.065136-5.jar instead of the older artifact-1.1.2-20070427.065136-2.jar. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 25 06:12:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25323 invoked from network); 25 Jan 2008 06:12:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2008 06:12:27 -0000 Received: (qmail 69899 invoked by uid 500); 25 Jan 2008 06:12:17 -0000 Delivered-To: [email protected] Received: (qmail 69885 invoked by uid 500); 25 Jan 2008 06: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69874 invoked by uid 99); 25 Jan 2008 06:12:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 22:12: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 06:11:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 005F214A803B for <[email protected]>; Fri, 25 Jan 2008 00:11:58 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 25 Jan 2008 00:11:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-662) Repo purge is not deleting artifacts in correct order In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-662: --------------------------------- Fix Version/s: 1.0.1 > Repo purge is not deleting artifacts in correct order > ----------------------------------------------------- > > Key: MRM-662 > URL: http://jira.codehaus.org/browse/MRM-662 > Project: Archiva > Issue Type: Bug > Components: repository scanning > Affects Versions: 1.0 > Reporter: Maria Odea Ching > Assignee: Maria Odea Ching > Priority: Critical > Fix For: 1.0.1 > > > Looking at the repo purge code by # of days old and by retention count, and while the sorting is correct.. what's being purged isn't actually what is the older artifact, but rather, it is the artifact which is currently being consumed. Here's the part (in DaysOldRepositoryPurge) where this occurs: > while( versions.iterator().hasNext() ) > { > if ( countToPurge-- <= 0 ) > { > break; > } > doPurgeAllRelated( artifactFile ); > } > Note: > - the artifactFile is the artifact currently being consumed by the repo purge > - doPurgeAllRelated(..) deletes the artifact from the repo as well as all related files to it (ex. .sha1, .md5 files, etc.) > So given the above behavior, if the repo scanner found artifact-1.1.2-20070427.065136-5.jar first before artifact-1.1.2-20070427.065136-2.jar.. then what would actually get deleted from the repo is artifact-1.1.2-20070427.065136-5.jar instead of the older artifact-1.1.2-20070427.065136-2.jar. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 25 08:12:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57968 invoked from network); 25 Jan 2008 08:12:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2008 08:12:27 -0000 Received: (qmail 59314 invoked by uid 500); 25 Jan 2008 08:12:18 -0000 Delivered-To: [email protected] Received: (qmail 59301 invoked by uid 500); 25 Jan 2008 08:12: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59290 invoked by uid 99); 25 Jan 2008 08:12:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 00:12: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 08:11:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id E756914A803B for <[email protected]>; Fri, 25 Jan 2008 02:11:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 25 Jan 2008 02:11:57 -0600 (CST) From: "Brett Porter (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Issue Comment Edited: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121225 ] brettporter edited comment on MRM-668 at 1/25/08 2:10 AM: ----------------------------------------------------------- this has worked for me when I was testing the other day based on the release candidate - so it's a little weird there is an inconsistency. For the record, I used my existing user database and repository, but removed the 'archiva' database and the indexes in the repositories, then rescanned them both on start up. Perhaps it's a default configuration issue? was (Author: brettporter): this has worked for me > Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate > ------------------------------------------------------------------------------------ > > Key: MRM-668 > URL: http://jira.codehaus.org/browse/MRM-668 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0.1 > Reporter: Maria Odea Ching > Priority: Blocker > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 25 10:08:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98211 invoked from network); 25 Jan 2008 10:08:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2008 10:08:28 -0000 Received: (qmail 49058 invoked by uid 500); 25 Jan 2008 10:08:18 -0000 Delivered-To: [email protected] Received: (qmail 49044 invoked by uid 500); 25 Jan 2008 10: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49032 invoked by uid 99); 25 Jan 2008 10:08:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 02: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 10:08:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id AC93514A803B for <[email protected]>; Fri, 25 Jan 2008 04:07:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 25 Jan 2008 04:07:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-662) Repo purge is not deleting artifacts in correct order In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching closed MRM-662. -------------------------------- Resolution: Fixed > Repo purge is not deleting artifacts in correct order > ----------------------------------------------------- > > Key: MRM-662 > URL: http://jira.codehaus.org/browse/MRM-662 > Project: Archiva > Issue Type: Bug > Components: repository scanning > Affects Versions: 1.0 > Reporter: Maria Odea Ching > Assignee: Maria Odea Ching > Priority: Critical > Fix For: 1.0.1 > > > Looking at the repo purge code by # of days old and by retention count, and while the sorting is correct.. what's being purged isn't actually what is the older artifact, but rather, it is the artifact which is currently being consumed. Here's the part (in DaysOldRepositoryPurge) where this occurs: > while( versions.iterator().hasNext() ) > { > if ( countToPurge-- <= 0 ) > { > break; > } > doPurgeAllRelated( artifactFile ); > } > Note: > - the artifactFile is the artifact currently being consumed by the repo purge > - doPurgeAllRelated(..) deletes the artifact from the repo as well as all related files to it (ex. .sha1, .md5 files, etc.) > So given the above behavior, if the repo scanner found artifact-1.1.2-20070427.065136-5.jar first before artifact-1.1.2-20070427.065136-2.jar.. then what would actually get deleted from the repo is artifact-1.1.2-20070427.065136-5.jar instead of the older artifact-1.1.2-20070427.065136-2.jar. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 25 10:50:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14117 invoked from network); 25 Jan 2008 10:50:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2008 10:50:26 -0000 Received: (qmail 15454 invoked by uid 500); 25 Jan 2008 10:50:17 -0000 Delivered-To: [email protected] Received: (qmail 15440 invoked by uid 500); 25 Jan 2008 10: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15429 invoked by uid 99); 25 Jan 2008 10:50:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 02:50: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 10:49:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id B4C261620006 for <[email protected]>; Fri, 25 Jan 2008 04:49:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 25 Jan 2008 04:49:57 -0600 (CST) From: "nicolas de loof (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-667) Timeout implementation for Archiva In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121253 ] nicolas de loof commented on MRM-667: ------------------------------------- Does this require to uprade all Wagon versions to 1.0-rc1-SNAPSHOT ? Doesn't wagon-http 1.0-beta-2 provide the expected timeout option ? Having SNAPSHOT dependencies is a blocker for any new release of Archiva, so I'd prefer to avoid them. > Timeout implementation for Archiva > ---------------------------------- > > Key: MRM-667 > URL: http://jira.codehaus.org/browse/MRM-667 > Project: Archiva > Issue Type: Improvement > Affects Versions: 1.0.1 > Reporter: James William Dumay > Attachments: MRM-667.patch > > > This patch replaces Wagon HTTP lightweight with Wagon HTTP to allow for connection timeouts. > By using Wagon HTTP, we also get connection pooling for free (YAY) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jan 25 11:31:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29896 invoked from network); 25 Jan 2008 11:31:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2008 11:31:27 -0000 Received: (qmail 71478 invoked by uid 500); 25 Jan 2008 11:31:17 -0000 Delivered-To: [email protected] Received: (qmail 71467 invoked by uid 500); 25 Jan 2008 11: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71456 invoked by uid 99); 25 Jan 2008 11:31:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 03:31: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 11:30:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id E3DE91620003 for <[email protected]>; Fri, 25 Jan 2008 05:30:57 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 25 Jan 2008 05:30:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121259 ] Maria Odea Ching commented on MRM-668: -------------------------------------- I added a new repo called test.repo which has artifacts in it, then did a repo scan. Then went to 'Browse', there weren't any artifacts listed. >From my investigation, it seems like an authorization problem in repo browse. The following line (from DefaultUserRepositories.getObservableRepositoryIds(..) ) has been returning 'false' for me eventhough I was already an admin. if ( securitySystem.isAuthorized( securitySession, ArchivaRoleConstants.OPERATION_REPOSITORY_ACCESS, repoId ) ) I'll investigate further why this is happening.. > Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate > ------------------------------------------------------------------------------------ > > Key: MRM-668 > URL: http://jira.codehaus.org/browse/MRM-668 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0.1 > Reporter: Maria Odea Ching > Priority: Blocker > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 26 01:42:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28779 invoked from network); 26 Jan 2008 01:42:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Jan 2008 01:42:27 -0000 Received: (qmail 12571 invoked by uid 500); 26 Jan 2008 01:42:18 -0000 Delivered-To: [email protected] Received: (qmail 12555 invoked by uid 500); 26 Jan 2008 01:42: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12544 invoked by uid 99); 26 Jan 2008 01:42:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 17:42: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2008 01:41:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 9AD361660015 for <[email protected]>; Fri, 25 Jan 2008 19:41:58 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 25 Jan 2008 19:41:58 -0600 (CST) From: "Brett Porter (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121359 ] Brett Porter commented on MRM-668: ---------------------------------- this could certainly explain the difference! In the first one, I retained my repositories and user database. In the second one, I used the pre-defined internal repo. So both would work. This would seem to be a pre-existing bug with a simple workaround (assign yourself the observer role). Does that work? > Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate > ------------------------------------------------------------------------------------ > > Key: MRM-668 > URL: http://jira.codehaus.org/browse/MRM-668 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0.1 > Reporter: Maria Odea Ching > Priority: Blocker > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 26 01:49:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30055 invoked from network); 26 Jan 2008 01:49:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Jan 2008 01:49:27 -0000 Received: (qmail 15532 invoked by uid 500); 26 Jan 2008 01:49:18 -0000 Delivered-To: [email protected] Received: (qmail 15515 invoked by uid 500); 26 Jan 2008 01:49: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15504 invoked by uid 99); 26 Jan 2008 01:49:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 17:49: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2008 01:48:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 342C01660015 for <[email protected]>; Fri, 25 Jan 2008 19:48:58 -0600 (CST) Message-ID: <[email protected]> Date: Fri, 25 Jan 2008 19:48:58 -0600 (CST) From: "Brett Porter (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-667) Timeout implementation for Archiva In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121360 ] Brett Porter commented on MRM-667: ---------------------------------- I think we can schedule it for a (short) 1.1 release. It should not be hard to get a wagon release together. I can help. > Timeout implementation for Archiva > ---------------------------------- > > Key: MRM-667 > URL: http://jira.codehaus.org/browse/MRM-667 > Project: Archiva > Issue Type: Improvement > Affects Versions: 1.0.1 > Reporter: James William Dumay > Attachments: MRM-667.patch > > > This patch replaces Wagon HTTP lightweight with Wagon HTTP to allow for connection timeouts. > By using Wagon HTTP, we also get connection pooling for free (YAY) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jan 26 06:43:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93683 invoked from network); 26 Jan 2008 06:43:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Jan 2008 06:43:27 -0000 Received: (qmail 18413 invoked by uid 500); 26 Jan 2008 06:43:18 -0000 Delivered-To: [email protected] Received: (qmail 18397 invoked by uid 500); 26 Jan 2008 06:43: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18386 invoked by uid 99); 26 Jan 2008 06:43:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 22:43: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2008 06:42:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 46E3A14A8038 for <[email protected]>; Sat, 26 Jan 2008 00:42:58 -0600 (CST) Message-ID: <[email protected]> Date: Sat, 26 Jan 2008 00:42:58 -0600 (CST) From: "nicolas de loof (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-667) Timeout implementation for Archiva In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121370 ] nicolas de loof commented on MRM-667: ------------------------------------- right, I'll test and apply yhis patch. > Timeout implementation for Archiva > ---------------------------------- > > Key: MRM-667 > URL: http://jira.codehaus.org/browse/MRM-667 > Project: Archiva > Issue Type: Improvement > Affects Versions: 1.0.1 > Reporter: James William Dumay > Attachments: MRM-667.patch > > > This patch replaces Wagon HTTP lightweight with Wagon HTTP to allow for connection timeouts. > By using Wagon HTTP, we also get connection pooling for free (YAY) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 02:53:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3385 invoked from network); 28 Jan 2008 02:53:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 02:53:29 -0000 Received: (qmail 75178 invoked by uid 500); 28 Jan 2008 02:53:20 -0000 Delivered-To: [email protected] Received: (qmail 75158 invoked by uid 500); 28 Jan 2008 02: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75147 invoked by uid 99); 28 Jan 2008 02:53:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jan 2008 18:53: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 02:53:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 3517814A803E for <[email protected]>; Sun, 27 Jan 2008 20:52:58 -0600 (CST) Message-ID: <[email protected]> Date: Sun, 27 Jan 2008 20:52:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121486 ] Maria Odea Ching commented on MRM-668: -------------------------------------- i don't think so.. i was already the admin so i already had the observer role :) > Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate > ------------------------------------------------------------------------------------ > > Key: MRM-668 > URL: http://jira.codehaus.org/browse/MRM-668 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0.1 > Reporter: Maria Odea Ching > Priority: Blocker > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 07:38:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66676 invoked from network); 28 Jan 2008 07:38:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 07:38:29 -0000 Received: (qmail 58158 invoked by uid 500); 28 Jan 2008 07:38:20 -0000 Delivered-To: [email protected] Received: (qmail 58150 invoked by uid 500); 28 Jan 2008 07:38: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58139 invoked by uid 99); 28 Jan 2008 07:38:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jan 2008 23:38: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 07:38:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 8799414A803B for <[email protected]>; Mon, 28 Jan 2008 01:37:58 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 01:37:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121492 ] Maria Odea Ching commented on MRM-668: -------------------------------------- Looks like it was from my fix in MRM-628, which caused this problem. I changed the key to be looked up to get the security session in ArchivaXworkUser from SecuritySystemConstants.SECURITY_SESSION_KEY to SecuritySession.ROLE (because the security session's key is set to this). Both are the same security sessions but set with different keys in the session map. Does anybody know when the security session is set with SecuritySystemConstants.SECURITY_SESSION_KEY as the key and when it is set with SecuritySession.ROLE as the key? To handle this, I will put a check to lookup the security session from the session map using both keys as shown below. This is in ArchivaXworkUser btw.. private SecuritySession getSecuritySession() { SecuritySession securitySession = (SecuritySession) getContextSession().get( SecuritySession.ROLE ); if( securitySession == null ) { securitySession = (SecuritySession) getContextSession().get( SecuritySystemConstants.SECURITY_SESSION_KEY ); } return securitySession; } Please advice if there might be anything that will be affected by this.. Thanks > Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate > ------------------------------------------------------------------------------------ > > Key: MRM-668 > URL: http://jira.codehaus.org/browse/MRM-668 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0.1 > Reporter: Maria Odea Ching > Priority: Blocker > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 08:55:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98156 invoked from network); 28 Jan 2008 08:55:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 08:55:26 -0000 Received: (qmail 34709 invoked by uid 500); 28 Jan 2008 08:55:17 -0000 Delivered-To: [email protected] Received: (qmail 34692 invoked by uid 500); 28 Jan 2008 08: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34659 invoked by uid 99); 28 Jan 2008 08:55:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 00:55: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 08:54:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 6EBEC1620004 for <[email protected]>; Mon, 28 Jan 2008 02:54:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 02:54:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121498 ] Maria Odea Ching commented on MRM-668: -------------------------------------- Sorry, it should be.. SecuritySession securitySession = (SecuritySession) getContextSession().get( SecuritySystemConstants.SECURITY_SESSION_KEY ); if( securitySession == null ) { securitySession = (SecuritySession) getContextSession().get( SecuritySession.ROLE ); } > Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate > ------------------------------------------------------------------------------------ > > Key: MRM-668 > URL: http://jira.codehaus.org/browse/MRM-668 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0.1 > Reporter: Maria Odea Ching > Priority: Blocker > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 10:33:30 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44672 invoked from network); 28 Jan 2008 10:33:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 10:33:29 -0000 Received: (qmail 51402 invoked by uid 500); 28 Jan 2008 10:33:21 -0000 Delivered-To: [email protected] Received: (qmail 51385 invoked by uid 500); 28 Jan 2008 10:33: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51374 invoked by uid 99); 28 Jan 2008 10:33:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 02:33: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 10:33:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 019461660015 for <[email protected]>; Mon, 28 Jan 2008 04:32:58 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 04:32:58 -0600 (CST) From: "Napoleon Esmundo C. Ramirez (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-669) Test failure occurs when building the bundled sources of archiva MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Test failure occurs when building the bundled sources of archiva ---------------------------------------------------------------- Key: MRM-669 URL: http://jira.codehaus.org/browse/MRM-669 Project: Archiva Issue Type: Bug Components: build Affects Versions: 1.0 Environment: Fedora 8, JDK 1.5, Maven 2.0.7 Reporter: Napoleon Esmundo C. Ramirez Attachments: archiva.log I downloaded the bundled sources of archiva from http://maven.apache.org/archiva and extracted it in some directory. After that, I executed `mvn clean install` inside the extracted source directory, then I encountered a test failure somewhere in the archiva-repository-layer: {code} ------------------------------------------------------------------------------- Test set: org.apache.maven.archiva.repository.scanner.RepositoryScannerTest ------------------------------------------------------------------------------- Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.535 sec <<< FAILURE! testDefaultRepositoryScanner(org.apache.maven.archiva.repository.scanner.RepositoryScannerTest) Time elapsed: 0.11 sec <<< FAILURE! junit.framework.AssertionFailedError: Processed Count (of invalid items) expected:<6> but was:<5> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:201) at org.apache.maven.archiva.repository.scanner.RepositoryScannerTest.testDefaultRepositoryScanner(RepositoryScannerTest.java:219) {code} I attached my build log as well. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 11:10:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67359 invoked from network); 28 Jan 2008 11:10:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 11:10:29 -0000 Received: (qmail 87379 invoked by uid 500); 28 Jan 2008 11:10:20 -0000 Delivered-To: [email protected] Received: (qmail 87359 invoked by uid 500); 28 Jan 2008 11:10: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87348 invoked by uid 99); 28 Jan 2008 11:10:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 03:10: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 11:10:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 729A5166001C for <[email protected]>; Mon, 28 Jan 2008 05:09:58 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 05:09:58 -0600 (CST) From: "nicolas de loof (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-667) Timeout implementation for Archiva In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nicolas de loof closed MRM-667. ------------------------------- Assignee: nicolas de loof Resolution: Fixed Fix Version/s: 1.1 patch applied (rev 615848) > Timeout implementation for Archiva > ---------------------------------- > > Key: MRM-667 > URL: http://jira.codehaus.org/browse/MRM-667 > Project: Archiva > Issue Type: Improvement > Affects Versions: 1.0.1 > Reporter: James William Dumay > Assignee: nicolas de loof > Fix For: 1.1 > > Attachments: MRM-667.patch > > > This patch replaces Wagon HTTP lightweight with Wagon HTTP to allow for connection timeouts. > By using Wagon HTTP, we also get connection pooling for free (YAY) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 12:55:30 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4574 invoked from network); 28 Jan 2008 12:55:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 12:55:30 -0000 Received: (qmail 80793 invoked by uid 500); 28 Jan 2008 12:55:21 -0000 Delivered-To: [email protected] Received: (qmail 80769 invoked by uid 500); 28 Jan 2008 12:55: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80757 invoked by uid 99); 28 Jan 2008 12:55:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 04:55: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 12:55:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id BDEF91660015 for <[email protected]>; Mon, 28 Jan 2008 06:54:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 06:54:57 -0600 (CST) From: "Brett Porter (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated MRM-668: ----------------------------- Assignee: Maria Odea Ching Fix Version/s: 1.0.1 > Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate > ------------------------------------------------------------------------------------ > > Key: MRM-668 > URL: http://jira.codehaus.org/browse/MRM-668 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0.1 > Reporter: Maria Odea Ching > Assignee: Maria Odea Ching > Priority: Blocker > Fix For: 1.0.1 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 12:58:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5117 invoked from network); 28 Jan 2008 12:58:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 12:58:26 -0000 Received: (qmail 86099 invoked by uid 500); 28 Jan 2008 12:58:17 -0000 Delivered-To: [email protected] Received: (qmail 86079 invoked by uid 500); 28 Jan 2008 12:58: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86068 invoked by uid 99); 28 Jan 2008 12:58:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 04:58: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 12:57:50 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 4BAFA1660015 for <[email protected]>; Mon, 28 Jan 2008 06:57:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 06:57:57 -0600 (CST) From: "Brett Porter (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121521 ] Brett Porter commented on MRM-668: ---------------------------------- I understand the thought behind the fix, and think it's a good enough workaround. But I also worry it's just masking something else longer term - as your earlier question indicated: "Does anybody know when the security session is set with SecuritySystemConstants.SECURITY_SESSION_KEY as the key and when it is set with SecuritySession.ROLE as the key?" :) Maybe one of the Redback guys could answer that? It really seems like it should only be set once. > Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate > ------------------------------------------------------------------------------------ > > Key: MRM-668 > URL: http://jira.codehaus.org/browse/MRM-668 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0.1 > Reporter: Maria Odea Ching > Assignee: Maria Odea Ching > Priority: Blocker > Fix For: 1.0.1 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 13:20:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11497 invoked from network); 28 Jan 2008 13:20:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 13:20:27 -0000 Received: (qmail 13934 invoked by uid 500); 28 Jan 2008 13:20:18 -0000 Delivered-To: [email protected] Received: (qmail 13915 invoked by uid 500); 28 Jan 2008 13:20: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13904 invoked by uid 99); 28 Jan 2008 13:20:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 05:20: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 13:20:04 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 54EA41660014 for <[email protected]>; Mon, 28 Jan 2008 07:19:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 07:19:57 -0600 (CST) From: "Brett Porter (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-670) legacy artifact mapping form needs better validation MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org legacy artifact mapping form needs better validation ---------------------------------------------------- Key: MRM-670 URL: http://jira.codehaus.org/browse/MRM-670 Project: Archiva Issue Type: Bug Components: web application Affects Versions: 1.0.1 Reporter: Brett Porter eg, type just "a" into the path field. Need to validate all fields. Also, not sure we should use javascript to concat the artifact reference - why not pass through the individual fields and concat in the action? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 15:04:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95788 invoked from network); 28 Jan 2008 15:04:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 15:04:26 -0000 Received: (qmail 6056 invoked by uid 500); 28 Jan 2008 15:04:17 -0000 Delivered-To: [email protected] Received: (qmail 6037 invoked by uid 500); 28 Jan 2008 15: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6026 invoked by uid 99); 28 Jan 2008 15:04:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 07:04: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 15:03:50 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id B2B8D1620009 for <[email protected]>; Mon, 28 Jan 2008 09:03:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 09:03:57 -0600 (CST) From: "nicolas de loof (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-670) legacy artifact mapping form needs better validation In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nicolas de loof closed MRM-670. ------------------------------- Assignee: nicolas de loof Resolution: Fixed Fix Version/s: 1.0.1 fixed at rev 615904 > legacy artifact mapping form needs better validation > ---------------------------------------------------- > > Key: MRM-670 > URL: http://jira.codehaus.org/browse/MRM-670 > Project: Archiva > Issue Type: Bug > Components: web application > Affects Versions: 1.0.1 > Reporter: Brett Porter > Assignee: nicolas de loof > Fix For: 1.0.1 > > > eg, type just "a" into the path field. > Need to validate all fields. > Also, not sure we should use javascript to concat the artifact reference - why not pass through the individual fields and concat in the action? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 18:57:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64847 invoked from network); 28 Jan 2008 18:57:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 18:57:29 -0000 Received: (qmail 76816 invoked by uid 500); 28 Jan 2008 18:57:20 -0000 Delivered-To: [email protected] Received: (qmail 76803 invoked by uid 500); 28 Jan 2008 18:57: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76792 invoked by uid 99); 28 Jan 2008 18:57:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 10:57: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 18:57:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id C1A0F1620004 for <[email protected]>; Mon, 28 Jan 2008 12:56:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 12:56:57 -0600 (CST) From: "Dan Fabulich (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-671) Can't untar archiva with cygwin tar 1.18 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Can't untar archiva with cygwin tar 1.18 ---------------------------------------- Key: MRM-671 URL: http://jira.codehaus.org/browse/MRM-671 Project: Archiva Issue Type: Bug Components: build Affects Versions: 1.0 Environment: Windows XP, cygwin tar 1.18 Reporter: Dan Fabulich When I try to untar archiva on Windows XP with cygwin tar 1.18, I get "tar: A lone zero block at 49260". Not sure if anything can be done about this bug, (tar just isn't very standardized across various OSes) but I figured I'd file it anyway for the record. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 19:10:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69612 invoked from network); 28 Jan 2008 19:10:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 19:10:27 -0000 Received: (qmail 94158 invoked by uid 500); 28 Jan 2008 19:10:18 -0000 Delivered-To: [email protected] Received: (qmail 94125 invoked by uid 500); 28 Jan 2008 19:10: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94104 invoked by uid 99); 28 Jan 2008 19:10:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 11:10: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 19:09:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 12C221620007 for <[email protected]>; Mon, 28 Jan 2008 13:09:58 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 13:09:58 -0600 (CST) From: "Dan Fabulich (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-673) hover rule on homepage makes it hard to click on "All Downloads" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hover rule on homepage makes it hard to click on "All Downloads" ---------------------------------------------------------------- Key: MRM-673 URL: http://jira.codehaus.org/browse/MRM-673 Project: Archiva Issue Type: Improvement Reporter: Dan Fabulich On the homepage, section 2 "Download Archiva" has a hover rule that makes it hide/show the list of available downloads. I think that's annoying; it's especially hard to click on "All Downloads" because of it, because if you move your mouse too far down, the box collapses and the link disappears. I think we should get rid of the hover rule. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Jan 28 19:10:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69601 invoked from network); 28 Jan 2008 19:10:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2008 19:10:27 -0000 Received: (qmail 94170 invoked by uid 500); 28 Jan 2008 19:10:18 -0000 Delivered-To: [email protected] Received: (qmail 94128 invoked by uid 500); 28 Jan 2008 19:10: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94105 invoked by uid 99); 28 Jan 2008 19:10:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 11:10: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 19:09:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 062D81620005 for <[email protected]>; Mon, 28 Jan 2008 13:09:58 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 13:09:58 -0600 (CST) From: "Dan Fabulich (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-672) archiva homepage should highlight the zip version MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org archiva homepage should highlight the zip version ------------------------------------------------- Key: MRM-672 URL: http://jira.codehaus.org/browse/MRM-672 Project: Archiva Issue Type: Improvement Components: documentation Affects Versions: 1.0 Reporter: Dan Fabulich Due to MRM-671, and the more general fact that tar isn't very well standardized across OSes, the zip version should be more visible. Right now you have to click through to "All Downloads" to find the zip file; I very nearly posted a request to users asking someone to make me a zip version, thinking that there wasn't one. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 29 02:08:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21626 invoked from network); 29 Jan 2008 02:08:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2008 02:08:27 -0000 Received: (qmail 40177 invoked by uid 500); 29 Jan 2008 02:08:18 -0000 Delivered-To: [email protected] Received: (qmail 40169 invoked by uid 500); 29 Jan 2008 02: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40158 invoked by uid 99); 29 Jan 2008 02:08:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 18: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 02:07:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 1C2E11620003 for <[email protected]>; Mon, 28 Jan 2008 20:07:58 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 20:07:58 -0600 (CST) From: "Dan Fabulich (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-674) LayoutException when downloading SNAPSHOT test-sources MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org LayoutException when downloading SNAPSHOT test-sources ------------------------------------------------------ Key: MRM-674 URL: http://jira.codehaus.org/browse/MRM-674 Project: Archiva Issue Type: Bug Components: WebDAV interface Affects Versions: 1.0 Environment: Windows XP, Java 1.5 Reporter: Dan Fabulich Priority: Critical Attachments: my-app.zip If you deploy a SNAPSHOT to Archiva that deploys test sources, and then try to download the test sources, the download will fail with an error. To reproduce: Using the attached project, deploy to Archiva, then go to http://localhost:8080/archiva/repository/snapshots/com/mycompany/app/my-app/1.0-SNAPSHOT/ and try to download the test-sources.jar. (An example settings.xml file is also provided in the archive; change its password and then do "mvn deploy -s settings.xml".) You'll get a 404 error, with this exception: {noformat} org.apache.maven.archiva.repository.layout.LayoutException: Invalid path to Artifact: filename format is invalid,expected timestamp format in filename. at org.apache.maven.archiva.repository.content.DefaultPathParser.toArtifactReference(DefaultPathParser.java:134) at org.apache.maven.archiva.repository.content.RepositoryRequest.toArtifactReference(RepositoryRequest.java:121) at org.apache.maven.archiva.repository.content.RepositoryRequest.toNativePath(RepositoryRequest.java:271) at org.apache.maven.archiva.web.repository.ProxiedDavServer.process(ProxiedDavServer.java:193) at org.codehaus.plexus.webdav.servlet.multiplexed.MultiplexedWebDavServlet.service(MultiplexedWebDavServlet.java:119) at org.apache.maven.archiva.web.repository.RepositoryServlet.service(RepositoryServlet.java:155) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830) at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:189) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) at org.mortbay.http.HttpServer.service(HttpServer.java:909) at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) {noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 29 02:12:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22498 invoked from network); 29 Jan 2008 02:12:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2008 02:12:26 -0000 Received: (qmail 42417 invoked by uid 500); 29 Jan 2008 02:12:17 -0000 Delivered-To: [email protected] Received: (qmail 42408 invoked by uid 500); 29 Jan 2008 02: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42397 invoked by uid 99); 29 Jan 2008 02:12:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 18:12: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 02:11:50 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id BC3D11620003 for <[email protected]>; Mon, 28 Jan 2008 20:11:57 -0600 (CST) Message-ID: <[email protected]> Date: Mon, 28 Jan 2008 20:11:57 -0600 (CST) From: "Dan Fabulich (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-674) LayoutException when downloading SNAPSHOT test-sources In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121598 ] Dan Fabulich commented on MRM-674: ---------------------------------- There are several bugs that exhibit this LayoutException problem; I suspect that they're all subtle dupes of each other, which makes them pretty serious when put together: MRM-632 MRM-658 > LayoutException when downloading SNAPSHOT test-sources > ------------------------------------------------------ > > Key: MRM-674 > URL: http://jira.codehaus.org/browse/MRM-674 > Project: Archiva > Issue Type: Bug > Components: WebDAV interface > Affects Versions: 1.0 > Environment: Windows XP, Java 1.5 > Reporter: Dan Fabulich > Priority: Critical > Attachments: my-app.zip > > > If you deploy a SNAPSHOT to Archiva that deploys test sources, and then try to download the test sources, the download will fail with an error. > To reproduce: Using the attached project, deploy to Archiva, then go to http://localhost:8080/archiva/repository/snapshots/com/mycompany/app/my-app/1.0-SNAPSHOT/ and try to download the test-sources.jar. (An example settings.xml file is also provided in the archive; change its password and then do "mvn deploy -s settings.xml".) > You'll get a 404 error, with this exception: > {noformat} > org.apache.maven.archiva.repository.layout.LayoutException: Invalid path to Artifact: filename format is invalid,expected timestamp format in filename. > at org.apache.maven.archiva.repository.content.DefaultPathParser.toArtifactReference(DefaultPathParser.java:134) > at org.apache.maven.archiva.repository.content.RepositoryRequest.toArtifactReference(RepositoryRequest.java:121) > at org.apache.maven.archiva.repository.content.RepositoryRequest.toNativePath(RepositoryRequest.java:271) > at org.apache.maven.archiva.web.repository.ProxiedDavServer.process(ProxiedDavServer.java:193) > at org.codehaus.plexus.webdav.servlet.multiplexed.MultiplexedWebDavServlet.service(MultiplexedWebDavServlet.java:119) > at org.apache.maven.archiva.web.repository.RepositoryServlet.service(RepositoryServlet.java:155) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) > at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830) > at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:189) > at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39) > at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88) > at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) > at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) > at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) > at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) > at org.mortbay.http.HttpServer.service(HttpServer.java:909) > at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) > at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) > at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) > at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) > at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) > at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) > {noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 29 08:08:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88631 invoked from network); 29 Jan 2008 08:08:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2008 08:08:27 -0000 Received: (qmail 63933 invoked by uid 500); 29 Jan 2008 08:08:18 -0000 Delivered-To: [email protected] Received: (qmail 63921 invoked by uid 500); 29 Jan 2008 08: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63888 invoked by uid 99); 29 Jan 2008 08: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, 29 Jan 2008 00: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 08:07:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id AC6CA1620005 for <[email protected]>; Tue, 29 Jan 2008 02:07:59 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 29 Jan 2008 02:07:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching closed MRM-668. -------------------------------- Resolution: Fixed Fixed in archiva-1.0.x branch -r616198. > Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate > ------------------------------------------------------------------------------------ > > Key: MRM-668 > URL: http://jira.codehaus.org/browse/MRM-668 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0.1 > Reporter: Maria Odea Ching > Assignee: Maria Odea Ching > Priority: Blocker > Fix For: 1.0.1 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 29 08:08:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88638 invoked from network); 29 Jan 2008 08:08:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2008 08:08:27 -0000 Received: (qmail 63897 invoked by uid 500); 29 Jan 2008 08:08:18 -0000 Delivered-To: [email protected] Received: (qmail 63887 invoked by uid 500); 29 Jan 2008 08: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63876 invoked by uid 99); 29 Jan 2008 08: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, 29 Jan 2008 00: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 08:07:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 6F7FC1620003 for <[email protected]>; Tue, 29 Jan 2008 02:07:59 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 29 Jan 2008 02:07:59 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-668) Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121614 ] Maria Odea Ching commented on MRM-668: -------------------------------------- I'll raise up my question in the redback dev list.. Thanks :) > Repo browse and search isn't working in trunk and in archiva 1.0.1 release candidate > ------------------------------------------------------------------------------------ > > Key: MRM-668 > URL: http://jira.codehaus.org/browse/MRM-668 > Project: Archiva > Issue Type: Bug > Components: browser > Affects Versions: 1.0.1 > Reporter: Maria Odea Ching > Assignee: Maria Odea Ching > Priority: Blocker > Fix For: 1.0.1 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 29 15:11:36 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19767 invoked from network); 29 Jan 2008 15:11:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2008 15:11:36 -0000 Received: (qmail 31291 invoked by uid 500); 29 Jan 2008 15:11:19 -0000 Delivered-To: [email protected] Received: (qmail 31173 invoked by uid 500); 29 Jan 2008 15: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31146 invoked by uid 99); 29 Jan 2008 15:11:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 07:11: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 15:10:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 9CB511660015 for <[email protected]>; Tue, 29 Jan 2008 09:10:57 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 29 Jan 2008 09:10:57 -0600 (CST) From: "Chris Bonami (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-675) Problem with version ranges: "no versions are present in the repository for the artifact with a range" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Problem with version ranges: "no versions are present in the repository for the artifact with a range" ------------------------------------------------------------------------------------------------------ Key: MRM-675 URL: http://jira.codehaus.org/browse/MRM-675 Project: Archiva Issue Type: Bug Components: build Affects Versions: 1.0 Environment: Linux-x86-32; maven 2.0.8 Reporter: Chris Bonami When I run for example 'mvn package', there's a (indirect) dependency that cannot be resolved; This the part of the pom that causes the problem: <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>[1.4,)</version> <scope>compile</scope> </dependency> This results in the following error issued by Maven: No versions are present in the repository for the artifact with a range [1.4,) commons-beanutils:commons-beanutils:jar:null from the specified remote repositories: central (http://repo1.maven.org/maven2) If I browse the repository http://repo1.maven.org/maven2, the commons-beanutils jars (several versions) are present. So I assume Archiva cannot handle the range. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 29 20:53:34 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93707 invoked from network); 29 Jan 2008 20:53:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2008 20:53:31 -0000 Received: (qmail 88574 invoked by uid 500); 29 Jan 2008 20:53:21 -0000 Delivered-To: [email protected] Received: (qmail 88557 invoked by uid 500); 29 Jan 2008 20: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88516 invoked by uid 99); 29 Jan 2008 20: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 Jan 2008 12:53: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 20:53:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id DE9911660016 for <[email protected]>; Tue, 29 Jan 2008 14:52:57 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 29 Jan 2008 14:52:57 -0600 (CST) From: "Max Bowsher (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-671) Can't untar archiva with cygwin tar 1.18 In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121681 ] Max Bowsher commented on MRM-671: --------------------------------- IIUC, "A lone zero block ...." is merely a warning, not an error. See PLXCOMP-38 for the bug in plexus-archiver which generates very slightly malformed tar files. > Can't untar archiva with cygwin tar 1.18 > ---------------------------------------- > > Key: MRM-671 > URL: http://jira.codehaus.org/browse/MRM-671 > Project: Archiva > Issue Type: Bug > Components: build > Affects Versions: 1.0 > Environment: Windows XP, cygwin tar 1.18 > Reporter: Dan Fabulich > > When I try to untar archiva on Windows XP with cygwin tar 1.18, I get "tar: A lone zero block at 49260". Not sure if anything can be done about this bug, (tar just isn't very standardized across various OSes) but I figured I'd file it anyway for the record. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue Jan 29 22:16:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30274 invoked from network); 29 Jan 2008 22:16:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2008 22:16:27 -0000 Received: (qmail 25584 invoked by uid 500); 29 Jan 2008 22:16:18 -0000 Delivered-To: [email protected] Received: (qmail 25572 invoked by uid 500); 29 Jan 2008 22:16: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25561 invoked by uid 99); 29 Jan 2008 22:16:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 14:16: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 22:15:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id E6FFF1660016 for <[email protected]>; Tue, 29 Jan 2008 16:15:57 -0600 (CST) Message-ID: <[email protected]> Date: Tue, 29 Jan 2008 16:15:57 -0600 (CST) From: "Dan Fabulich (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-676) Provide 302 redirect for latest SNAPSHOT MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Provide 302 redirect for latest SNAPSHOT ---------------------------------------- Key: MRM-676 URL: http://jira.codehaus.org/browse/MRM-676 Project: Archiva Issue Type: New Feature Reporter: Dan Fabulich It would be very useful to have a single link that would always give you the latest snapshot jar, e.g.: http://archiva./repository/snapshots/com/my-company/my-app/1.0-SNAPSHOT/my-app-1.0-SNAPSHOT.jar Right now this is 404 because there's no file called -SNAPSHOT.jar; instead, it has a specific jar file with a versioned name, e.g. my-app-20071130.231146-44.jar. It would be handy if Archiva recognized the URL above and provided a 302 redirect to the current latest deployed snapshot. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 30 06:44:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16356 invoked from network); 30 Jan 2008 06:44:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2008 06:44:27 -0000 Received: (qmail 61843 invoked by uid 500); 30 Jan 2008 06:44:18 -0000 Delivered-To: [email protected] Received: (qmail 61826 invoked by uid 500); 30 Jan 2008 06:44: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61815 invoked by uid 99); 30 Jan 2008 06:44:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 22:44: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 06:43:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 3EE0D1660015 for <[email protected]>; Wed, 30 Jan 2008 00:43:58 -0600 (CST) Message-ID: <[email protected]> Date: Wed, 30 Jan 2008 00:43:58 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-677) Upgrade archiva to redback 1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Upgrade archiva to redback 1.0 ------------------------------ Key: MRM-677 URL: http://jira.codehaus.org/browse/MRM-677 Project: Archiva Issue Type: Task Components: build Affects Versions: 1.0, 1.0.1 Reporter: Maria Odea Ching -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 30 06:46:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17431 invoked from network); 30 Jan 2008 06:46:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2008 06:46:28 -0000 Received: (qmail 63931 invoked by uid 500); 30 Jan 2008 06:46:19 -0000 Delivered-To: [email protected] Received: (qmail 63915 invoked by uid 500); 30 Jan 2008 06:46: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63904 invoked by uid 99); 30 Jan 2008 06:46:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 22:46: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 06:45:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id E4C491660015 for <[email protected]>; Wed, 30 Jan 2008 00:45:57 -0600 (CST) Message-ID: <[email protected]> Date: Wed, 30 Jan 2008 00:45:57 -0600 (CST) From: "Maria Odea Ching (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MRM-677) Upgrade archiva to redback 1.0 In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated MRM-677: --------------------------------- Fix Version/s: 1.1 > Upgrade archiva to redback 1.0 > ------------------------------ > > Key: MRM-677 > URL: http://jira.codehaus.org/browse/MRM-677 > Project: Archiva > Issue Type: Task > Components: build > Affects Versions: 1.0, 1.0.1 > Reporter: Maria Odea Ching > Fix For: 1.1 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jan 30 15:17:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85035 invoked from network); 30 Jan 2008 15:17:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2008 15:17:29 -0000 Received: (qmail 93079 invoked by uid 500); 30 Jan 2008 15:17:20 -0000 Delivered-To: [email protected] Received: (qmail 93064 invoked by uid 500); 30 Jan 2008 15:17: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93053 invoked by uid 99); 30 Jan 2008 15:17:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 07:17: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 codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 15:17:04 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 43D061660014 for <[email protected]>; Wed, 30 Jan 2008 09:16:57 -0600 (CST) Message-ID: <[email protected]> Date: Wed, 30 Jan 2008 09:16:57 -0600 (CST) From: "nicolas de loof (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MRM-678) 404 errors on proxies should be cached MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 404 errors on proxies should be cached -------------------------------------- Key: MRM-678 URL: http://jira.codehaus.org/browse/MRM-678 Project: Archiva Issue Type: Improvement Components: remote proxy Affects Versions: 1.1 Reporter: nicolas de loof Priority: Minor Using maven eclipse plugin with DownloadSources=true creates lot's of request to the repository for -sources and -javadocs. Many artifacts don't have such bundles. When archiva is configured with multiple proxies (central + java.net + jboss ...) a single running "mvn eclipse:eclipse" will result in many 404 request on proxies that SHOULD be cached. The cache time-to-live (30 minute) is sufficient to get new artifacts when they get deployed. There is allready an UrlFailureCache but is only used to cache ProxyExceptions. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 31 01:31:29 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75311 invoked from network); 31 Jan 2008 01:31:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2008 01:31:29 -0000 Received: (qmail 96573 invoked by uid 500); 31 Jan 2008 01:31:19 -0000 Delivered-To: [email protected] Received: (qmail 96558 invoked by uid 500); 31 Jan 2008 01:31: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96540 invoked by uid 99); 31 Jan 2008 01:31:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 17:31: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 01:30:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id E664114A803E for <[email protected]>; Wed, 30 Jan 2008 19:30:57 -0600 (CST) Message-ID: <[email protected]> Date: Wed, 30 Jan 2008 19:30:57 -0600 (CST) From: "Brett Porter (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-678) 404 errors on proxies should be cached In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121835 ] Brett Porter commented on MRM-678: ---------------------------------- didn't we go back and forward on this on the list? I thought the conclusion was to cache 404's... but if not, was there a counterpoint given as to why not? > 404 errors on proxies should be cached > -------------------------------------- > > Key: MRM-678 > URL: http://jira.codehaus.org/browse/MRM-678 > Project: Archiva > Issue Type: Improvement > Components: remote proxy > Affects Versions: 1.1 > Reporter: nicolas de loof > Priority: Minor > > Using maven eclipse plugin with DownloadSources=true creates lot's of request to the repository for -sources and -javadocs. Many artifacts don't have such bundles. > When archiva is configured with multiple proxies (central + java.net + jboss ...) a single running "mvn eclipse:eclipse" will result in many 404 request on proxies that SHOULD be cached. The cache time-to-live (30 minute) is sufficient to get new artifacts when they get deployed. > There is allready an UrlFailureCache but is only used to cache ProxyExceptions. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 31 06:25:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40334 invoked from network); 31 Jan 2008 06:25:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2008 06:25:28 -0000 Received: (qmail 5845 invoked by uid 500); 31 Jan 2008 06:25:19 -0000 Delivered-To: [email protected] Received: (qmail 5825 invoked by uid 500); 31 Jan 2008 06:25: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5814 invoked by uid 99); 31 Jan 2008 06:25:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 22:25: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 06:24:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0994614A8038 for <[email protected]>; Thu, 31 Jan 2008 00:24:57 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 31 Jan 2008 00:24:57 -0600 (CST) From: "nicolas de loof (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MRM-678) 404 errors on proxies should be cached In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121848 ] nicolas de loof commented on MRM-678: ------------------------------------- Yes, we conclude to cache 404. But my first attempt introduced some test failure, so I reverted. I'll work on this. > 404 errors on proxies should be cached > -------------------------------------- > > Key: MRM-678 > URL: http://jira.codehaus.org/browse/MRM-678 > Project: Archiva > Issue Type: Improvement > Components: remote proxy > Affects Versions: 1.1 > Reporter: nicolas de loof > Priority: Minor > > Using maven eclipse plugin with DownloadSources=true creates lot's of request to the repository for -sources and -javadocs. Many artifacts don't have such bundles. > When archiva is configured with multiple proxies (central + java.net + jboss ...) a single running "mvn eclipse:eclipse" will result in many 404 request on proxies that SHOULD be cached. The cache time-to-live (30 minute) is sufficient to get new artifacts when they get deployed. > There is allready an UrlFailureCache but is only used to cache ProxyExceptions. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 31 06:25:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40340 invoked from network); 31 Jan 2008 06:25:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2008 06:25:28 -0000 Received: (qmail 5872 invoked by uid 500); 31 Jan 2008 06:25:19 -0000 Delivered-To: [email protected] Received: (qmail 5861 invoked by uid 500); 31 Jan 2008 06:25: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5850 invoked by uid 99); 31 Jan 2008 06:25:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 22:25: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: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 06:24:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 244FF14A803B for <[email protected]>; Thu, 31 Jan 2008 00:24:58 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 31 Jan 2008 00:24:58 -0600 (CST) From: "nicolas de loof (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (MRM-678) 404 errors on proxies should be cached In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nicolas de loof reassigned MRM-678: ----------------------------------- Assignee: nicolas de loof > 404 errors on proxies should be cached > -------------------------------------- > > Key: MRM-678 > URL: http://jira.codehaus.org/browse/MRM-678 > Project: Archiva > Issue Type: Improvement > Components: remote proxy > Affects Versions: 1.1 > Reporter: nicolas de loof > Assignee: nicolas de loof > Priority: Minor > > Using maven eclipse plugin with DownloadSources=true creates lot's of request to the repository for -sources and -javadocs. Many artifacts don't have such bundles. > When archiva is configured with multiple proxies (central + java.net + jboss ...) a single running "mvn eclipse:eclipse" will result in many 404 request on proxies that SHOULD be cached. The cache time-to-live (30 minute) is sufficient to get new artifacts when they get deployed. > There is allready an UrlFailureCache but is only used to cache ProxyExceptions. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jan 31 11:19:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49824 invoked from network); 31 Jan 2008 11:19:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2008 11:19:27 -0000 Received: (qmail 44208 invoked by uid 500); 31 Jan 2008 11:19:18 -0000 Delivered-To: [email protected] Received: (qmail 44191 invoked by uid 500); 31 Jan 2008 11: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: <archiva-issues.maven.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44180 invoked by uid 99); 31 Jan 2008 11:19:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 03:19: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO codehaus01.managed.contegix.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 11:18:50 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [161.129.204.104]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 3A82414A8038 for <[email protected]>; Thu, 31 Jan 2008 05:18:57 -0600 (CST) Message-ID: <[email protected]> Date: Thu, 31 Jan 2008 05:18:57 -0600 (CST) From: "nicolas de loof (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (MRM-678) 404 errors on proxies should be cached In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nicolas de loof closed MRM-678. ------------------------------- Resolution: Fixed Fix Version/s: 1.1 testcase updated to fetch proxies 2 times. Depending on cacheFailure enabled / disabled, the wagonMock ensure cahce has been used or not. > 404 errors on proxies should be cached > -------------------------------------- > > Key: MRM-678 > URL: http://jira.codehaus.org/browse/MRM-678 > Project: Archiva > Issue Type: Improvement > Components: remote proxy > Affects Versions: 1.1 > Reporter: nicolas de loof > Assignee: nicolas de loof > Priority: Minor > Fix For: 1.1 > > > Using maven eclipse plugin with DownloadSources=true creates lot's of request to the repository for -sources and -javadocs. Many artifacts don't have such bundles. > When archiva is configured with multiple proxies (central + java.net + jboss ...) a single running "mvn eclipse:eclipse" will result in many 404 request on proxies that SHOULD be cached. The cache time-to-live (30 minute) is sufficient to get new artifacts when they get deployed. > There is allready an UrlFailureCache but is only used to cache ProxyExceptions. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
From [email protected] Thu Aug 04 09:17:07 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95558 invoked from network); 4 Aug 2005 09:17:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Aug 2005 09:17:07 -0000 Received: (qmail 58217 invoked by uid 500); 4 Aug 2005 09:17:07 -0000 Delivered-To: [email protected] Received: (qmail 58195 invoked by uid 500); 4 Aug 2005 09:17: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58182 invoked by uid 99); 4 Aug 2005 09:17:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2005 02:17:06 -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 charybdis.rus.uni-stuttgart.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2005 02:16:55 -0700 Received: from localhost (localhost [161.129.204.104]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id 2638B21D452 for <[email protected]>; Thu, 4 Aug 2005 11:17:00 +0200 (CEST) Received: from charybdis.rus.uni-stuttgart.de ([161.129.204.104]) by localhost (charybdis [161.129.204.104]) (amavisd-new, port 10024) with LMTP id 10773-01-24 for <[email protected]>; Thu, 4 Aug 2005 11:16:48 +0200 (CEST) Received: from uni-stuttgart.de (mbox.rus.uni-stuttgart.de [161.129.204.104]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id 2926B21D905 for <[email protected]>; Thu, 4 Aug 2005 11:16:46 +0200 (CEST) X-Virus-Scanned: by mbox.uni-stuttgart.de Received: from [161.129.204.104] (account [email protected] HELO IBMBDE36E62F7E) by uni-stuttgart.de (CommuniGate Pro SMTP 4.2.8) with ESMTP id 24732852 for [email protected]; Thu, 04 Aug 2005 11:16:10 +0200 From: "hpcaenne" <[email protected]> To: <[email protected]> Subject: example filesystem Date: Thu, 4 Aug 2005 11:16:26 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000F_01C598E5.F516C4D0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcWY1TCCaYIfMPnQRZmV6r1iyx6oRA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: <[email protected]> X-Virus-Scanned: by [email protected] X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-0.875 tagged_above=-999 required=5 tests=BAYES_00, HTML_MESSAGE, MSGID_FROM_MTA_ID X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_000F_01C598E5.F516C4D0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi, after installing Pubscribe and deploying the example service filesystem (it is announced via browser in http://localhost:8080/hermes/servlet/AxisServlet) - I wonder what I can do with it. I sent a request with ant -lib ... -Durl ... -Dxml ... GetCurrentMessage.soap, but the response said "SOAP request failed with HTTP status: 500 Internal Server Error". What is wrong? (How) Can I request the service via browser (something like http://localhost:8080/hermes/services/Version?method=getVersion). And what else can I do with the example filesystem? Would you help me on? Thanks and regards, Anne ------=_NextPart_000_000F_01C598E5.F516C4D0-- From [email protected] Thu Aug 04 14:45:03 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24097 invoked from network); 4 Aug 2005 14:45:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Aug 2005 14:45:03 -0000 Received: (qmail 40360 invoked by uid 500); 4 Aug 2005 14:45:03 -0000 Delivered-To: [email protected] Received: (qmail 40325 invoked by uid 500); 4 Aug 2005 14:45: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40312 invoked by uid 99); 4 Aug 2005 14:45:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2005 07:45:02 -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; Thu, 04 Aug 2005 07:44:48 -0700 Received: from tayexg11.americas.cpqcorp.net (tayexg11.americas.cpqcorp.net [161.129.204.104]) by tayrelbas03.tay.hp.com (Postfix) with ESMTP id 70F3D1C8 for <[email protected]>; Thu, 4 Aug 2005 10:44:53 -0400 (EDT) Received: from tayexc17.americas.cpqcorp.net ([161.129.204.104]) by tayexg11.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.211); Thu, 4 Aug 2005 10:44:25 -0400 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: example filesystem Date: Thu, 4 Aug 2005 10:44:22 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: example filesystem Thread-Index: AcWY1TCCaYIfMPnQRZmV6r1iyx6oRAALAW8w From: "Dziembowski, Kinga" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 04 Aug 2005 14:44:25.0364 (UTC) FILETIME=[025EB540:01C59903] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Anne, It looks like you are using the beta release of pubscribe. At this stage the client for pubscribe services is in the form of ant based utility which sends requests to the pubscribe server. The other option is to use for example xmlspy as a client to the pubscribe server. If you have xmlspy (you can download free eval copy) I can let you know how to use it as pubscribe client.=20 Very soon the new release will be available. It will be more documentation, more examples and client side code for some examples. If you can wait one two days you will have much better version to work with.=20 Kinga Kinga Dziembowski Hewlett-Packard Company Applied Technology Office (ATO) 980-536-0367 [email protected] -----Original Message----- From: hpcaenne [mailto:[email protected]]=20 Sent: Thursday, August 04, 2005 5:16 AM To: [email protected] Subject: example filesystem Hi, =20 after installing Pubscribe and deploying the example service filesystem (it is announced via browser in http://localhost:8080/hermes/servlet/AxisServlet) - I wonder what I can do with it. =20 I sent a request with ant -lib ... -Durl ... -Dxml ... GetCurrentMessage.soap, but the response said "SOAP request failed with HTTP status: 500 Internal Server Error". What is wrong? =20 (How) Can I request the service via browser (something like http://localhost:8080/hermes/services/Version?method=3DgetVersion). =20 And what else can I do with the example filesystem? =20 Would you help me on? Thanks and regards, Anne From [email protected] Fri Aug 05 09:16:40 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24302 invoked from network); 5 Aug 2005 09:16:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Aug 2005 09:16:40 -0000 Received: (qmail 11395 invoked by uid 500); 5 Aug 2005 09:16:40 -0000 Delivered-To: [email protected] Received: (qmail 11375 invoked by uid 500); 5 Aug 2005 09:16: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 11362 invoked by uid 99); 5 Aug 2005 09:16:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2005 02:16: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 charybdis.rus.uni-stuttgart.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2005 02:16:29 -0700 Received: from localhost (localhost [161.129.204.104]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id D23CC21AC4E for <[email protected]>; Fri, 5 Aug 2005 11:16:14 +0200 (CEST) Received: from charybdis.rus.uni-stuttgart.de ([161.129.204.104]) by localhost (charybdis [161.129.204.104]) (amavisd-new, port 10024) with LMTP id 07548-01-60 for <[email protected]>; Fri, 5 Aug 2005 11:16:12 +0200 (CEST) Received: from uni-stuttgart.de (mbox.rus.uni-stuttgart.de [161.129.204.104]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id 3833B2197D7 for <[email protected]>; Fri, 5 Aug 2005 11:16:10 +0200 (CEST) X-Virus-Scanned: by mbox.uni-stuttgart.de Received: from [161.129.204.104] (account [email protected] HELO IBMBDE36E62F7E) by uni-stuttgart.de (CommuniGate Pro SMTP 4.2.8) with ESMTP id 24790046 for [email protected]; Fri, 05 Aug 2005 11:16:09 +0200 From: "hpcaenne" <[email protected]> To: <[email protected]> Subject: AW: example filesystem Date: Fri, 5 Aug 2005 11:16:26 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcWY1TCCaYIfMPnQRZmV6r1iyx6oRAALAW8wACczW+A= In-Reply-To: <[email protected]> Message-ID: <[email protected]> X-Virus-Scanned: by [email protected] X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-0.876 tagged_above=-999 required=5 tests=BAYES_00, MSGID_FROM_MTA_ID X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Kinga, hm, of course I'm using the beta release ... and I'm looking forward to = the new version! I discovered that = "http://localhost:8080/hermes/EchoHeaders.jws?method=3Dlist" responses with "The AXIS engine could not find a target service to = invoke! targetService is null" although EchoHeaders.jws is available. (With Muse = it is the same.) Do I have to set up environment variables for Hermes/Pubscribe? If so, which? Thanks and regards, Anne -----Urspr=FCngliche Nachricht----- Von: Dziembowski, Kinga [mailto:[email protected]]=20 Gesendet: Donnerstag, 4. August 2005 16:44 An: [email protected] Betreff: RE: example filesystem Anne, It looks like you are using the beta release of pubscribe. At this stage the client for pubscribe services is in the form of ant based utility which sends requests to the pubscribe server. The other option is to use for example xmlspy as a client to the pubscribe server. If you have xmlspy (you can download free eval copy) I can let you know how to use it as pubscribe client.=20 Very soon the new release will be available. It will be more documentation, more examples and client side code for some examples. If you can wait one two days you will have much better version to work with.=20 Kinga Kinga Dziembowski Hewlett-Packard Company Applied Technology Office (ATO) 980-536-0367 [email protected] -----Original Message----- From: hpcaenne [mailto:[email protected]]=20 Sent: Thursday, August 04, 2005 5:16 AM To: [email protected] Subject: example filesystem Hi, =20 after installing Pubscribe and deploying the example service filesystem (it is announced via browser in http://localhost:8080/hermes/servlet/AxisServlet) - I wonder what I can do with it. =20 I sent a request with ant -lib ... -Durl ... -Dxml ... GetCurrentMessage.soap, but the response said "SOAP request failed with HTTP status: 500 Internal Server Error". What is wrong? =20 (How) Can I request the service via browser (something like http://localhost:8080/hermes/services/Version?method=3DgetVersion). =20 And what else can I do with the example filesystem? =20 Would you help me on? Thanks and regards, Anne From [email protected] Fri Aug 05 19:29:39 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48259 invoked from network); 5 Aug 2005 19:29:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Aug 2005 19:29:38 -0000 Received: (qmail 39045 invoked by uid 500); 5 Aug 2005 19:29:27 -0000 Delivered-To: [email protected] Received: (qmail 38327 invoked by uid 500); 5 Aug 2005 19:29: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38216 invoked by uid 99); 5 Aug 2005 19:29:21 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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, 05 Aug 2005 12:29:20 -0700 Message-ID: <[email protected]> Date: Fri, 05 Aug 2005 15:29:11 -0400 From: Sal Campana <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected], [email protected], [email protected], [email protected] Subject: Apache Pubscribe V1.0 Release! 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 We are pleased to announce the v1.0 release of Apache Pubscribe This release provides the following features: o Quick Demo o Tutorial o Developer Guide o Bug Fixes o Many Enhancements NOTE: Please read the Release Notes for important information on the changes to the project. Previous users will find critical information about the porting/regeneration of pre-1.0 generated services. Binary and source distributions can be downloaded from: http://www.apache.org/dist/ws/pubscribe/1.0 We welcome your feedback. From [email protected] Sat Aug 06 02:35:33 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78107 invoked from network); 6 Aug 2005 02:35:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Aug 2005 02:35:33 -0000 Received: (qmail 83101 invoked by uid 500); 6 Aug 2005 02:35:33 -0000 Delivered-To: [email protected] Received: (qmail 83074 invoked by uid 500); 6 Aug 2005 02:35: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-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83060 invoked by uid 99); 6 Aug 2005 02:35:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2005 19:35:32 -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; Fri, 05 Aug 2005 19:35:17 -0700 Received: from tayexg12.americas.cpqcorp.net (tayexg12.americas.cpqcorp.net [161.129.204.104]) by tayrelbas03.tay.hp.com (Postfix) with ESMTP id 45390111 for <[email protected]>; Fri, 5 Aug 2005 22:35:26 -0400 (EDT) Received: from tayexc17.americas.cpqcorp.net ([161.129.204.104]) by tayexg12.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.211); Fri, 5 Aug 2005 22:35:26 -0400 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: example filesystem Date: Fri, 5 Aug 2005 22:35:24 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: example filesystem Thread-Index: AcWY1TCCaYIfMPnQRZmV6r1iyx6oRAALAW8wACczW+AACFfhIAAcBRzA From: "Dziembowski, Kinga" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 06 Aug 2005 02:35:26.0213 (UTC) FILETIME=[80A16B50:01C59A2F] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Anne, The EchoHeaders is the left over from axis. Do not [email protected]. The new = release will not have it. The http://localhost:8080/muse/services is the URL to see what services = are exposed by the muse server (pubscribe follows this same pattern). = >From this page you should be able to see the wsdls for the deployed = services (Resources). If this is in place you need to send requests to = the server and you will be getting responses. Look for requests = directory in your pubscribe installation - you should have it. In this = directory you will find the examples for the requests. It should give = you an idea what they should look. The new release of muse is just available. I strongly suggest to take = the new bits, go through documentation hopefully you will have a better = sense how all this works. Please do not hesitate to post a questions. Kinga Kinga Dziembowski Hewlett-Packard Company Applied Technology Office (ATO) 980-536-0367 [email protected] -----Original Message----- From: hpcaenne [mailto:[email protected]]=20 Sent: Friday, August 05, 2005 5:16 AM To: [email protected] Subject: AW: example filesystem Dear Kinga, hm, of course I'm using the beta release ... and I'm looking forward to = the new version! I discovered that = "http://localhost:8080/hermes/EchoHeaders.jws?method=3Dlist" responses with "The AXIS engine could not find a target service to = invoke! targetService is null" although EchoHeaders.jws is available. (With Muse = it is the same.) Do I have to set up environment variables for Hermes/Pubscribe? If so, which? Thanks and regards, Anne -----Urspr=FCngliche Nachricht----- Von: Dziembowski, Kinga [mailto:[email protected]]=20 Gesendet: Donnerstag, 4. August 2005 16:44 An: [email protected] Betreff: RE: example filesystem Anne, It looks like you are using the beta release of pubscribe. At this stage the client for pubscribe services is in the form of ant based utility which sends requests to the pubscribe server. The other option is to use for example xmlspy as a client to the pubscribe server. If you have xmlspy (you can download free eval copy) I can let you know how to use it as pubscribe client.=20 Very soon the new release will be available. It will be more documentation, more examples and client side code for some examples. If you can wait one two days you will have much better version to work with.=20 Kinga Kinga Dziembowski Hewlett-Packard Company Applied Technology Office (ATO) 980-536-0367 [email protected] -----Original Message----- From: hpcaenne [mailto:[email protected]]=20 Sent: Thursday, August 04, 2005 5:16 AM To: [email protected] Subject: example filesystem Hi, =20 after installing Pubscribe and deploying the example service filesystem (it is announced via browser in http://localhost:8080/hermes/servlet/AxisServlet) - I wonder what I can do with it. =20 I sent a request with ant -lib ... -Durl ... -Dxml ... GetCurrentMessage.soap, but the response said "SOAP request failed with HTTP status: 500 Internal Server Error". What is wrong? =20 (How) Can I request the service via browser (something like http://localhost:8080/hermes/services/Version?method=3DgetVersion). =20 And what else can I do with the example filesystem? =20 Would you help me on? Thanks and regards, Anne From [email protected] Tue Aug 09 06:17:45 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84871 invoked from network); 9 Aug 2005 06:17:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2005 06:17:45 -0000 Received: (qmail 17490 invoked by uid 500); 9 Aug 2005 06:17:44 -0000 Delivered-To: [email protected] Received: (qmail 17460 invoked by uid 500); 9 Aug 2005 06:17: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-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17446 invoked by uid 99); 9 Aug 2005 06:17:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2005 23:17:44 -0700 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 (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO zproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2005 23:18:05 -0700 Received: by zproxy.gmail.com with SMTP id k1so669318nzf for <[email protected]>; Mon, 08 Aug 2005 23:17:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=Awf/iXuw6e/fnxaxy62tHTrDytoqq1q5nfaMRVHe0zSm9QT3y+UX0MVt+UzXB/ZhSVZi3qdrLbuON63HwUF03Z7bbLOjnGGyt5gpGzLZ5i1SJHmoxY82RCUmELt1GNS+AMkIGZSvtTCooUDv7VdPmNMaznnmVudsPOversnDyXI= Received: by 161.129.204.104 with SMTP id m17mr678077nzb; Mon, 08 Aug 2005 23:17:41 -0700 (PDT) Received: from ?161.129.204.104? ([161.129.204.104]) by mx.gmail.com with ESMTP id 18sm377092nzo.2161.129.204.104.17.40; Mon, 08 Aug 2005 23:17:41 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 09 Aug 2005 16:16:58 +1000 From: Stefan Schmidt <[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: pubscribe 1.0 examples 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 Hi, I installed the filesystem and the consumer examples on Tomcat to get started with Pubscribe. The deployment worked well and triggering a notification via the http://localhost:8080/pubscribe/notifproducer.jsp interface worked as well. Also I could successfully subscribe to the notifiaction provider via the http://localhost:8080/pubscribe/notifconsumer.jsp interface. However, after I triggered another notification on the producer side I tried 'Get Last Notification' on the consumer side and got the following message: 'Notification was null! Try again!' - so basically the notification message could not be retrieved properly. Could anyone try this out and see if the problem is on my side? Also, I was wondering how I can approach the notification provider development in a Java2WSDl manner. Is this possible yet - if so - what would be the procedure? I am asking because I want to use WS-Notification from an existing Web service (WSDL and implementations are already existant). Thanks for your kind help. Stefan Schmidt From [email protected] Tue Aug 09 14:18:16 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38383 invoked from network); 9 Aug 2005 14:18:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2005 14:18:16 -0000 Received: (qmail 38833 invoked by uid 500); 9 Aug 2005 14:18:16 -0000 Delivered-To: [email protected] Received: (qmail 38809 invoked by uid 500); 9 Aug 2005 14:18: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38796 invoked by uid 99); 9 Aug 2005 14:18:16 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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, 09 Aug 2005 07:18:15 -0700 Message-ID: <[email protected]> Date: Tue, 09 Aug 2005 10:18:15 -0400 From: Sal Campana <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: pubscribe 1.0 examples 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 Stefan Schmidt wrote: > Hi, > > I installed the filesystem and the consumer examples on Tomcat to get > started with Pubscribe. The deployment worked well and triggering a > notification via the http://localhost:8080/pubscribe/notifproducer.jsp > interface worked as well. Also I could successfully subscribe to the > notifiaction provider via the > http://localhost:8080/pubscribe/notifconsumer.jsp interface. > > However, after I triggered another notification on the producer side I > tried 'Get Last Notification' on the consumer side and got the > following message: 'Notification was null! Try again!' - so basically > the notification message could not be retrieved properly. Could anyone > try this out and see if the problem is on my side? > > Also, I was wondering how I can approach the notification provider > development in a Java2WSDl manner. Is this possible yet - if so - what > would be the procedure? I am asking because I want to use > WS-Notification from an existing Web service (WSDL and implementations > are already existant). > > Thanks for your kind help. > > Stefan Schmidt > Stefan, We currently do not have a Java2Wsdl implementation....That being the case, you could use our Wsdl2Java (WsnWsdl2Java in Pubscribe) to generate our artifacts from your wsdl, then port your implementation (or delegate to it) from within our generated files. As for the example, my guess is that you didn't copy the method impls into the generated src files. The ConsumerService.java (once you've added the code) will contain the necessary code to maintain and retrieve the notification....There is a readme in the root of the example/consumer directory which explains all the steps.... I just pulled the dist and did it myself to make sure nothing was broken, but all seems fine... If you still have issues after ensuring you've copied the method impls, then please post again and we'll attempt to figure out what is going wrong... -S From [email protected] Wed Aug 10 18:10:59 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89225 invoked from network); 10 Aug 2005 18:10:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2005 18:10:59 -0000 Received: (qmail 8949 invoked by uid 500); 10 Aug 2005 18:10:59 -0000 Delivered-To: [email protected] Received: (qmail 8921 invoked by uid 500); 10 Aug 2005 18: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8908 invoked by uid 99); 10 Aug 2005 18:10:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 11:10:58 -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 skylla.rus.uni-stuttgart.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 11:11:19 -0700 Received: from localhost (localhost [161.129.204.104]) by skylla.rus.uni-stuttgart.de (Postfix) with ESMTP id DD6FD14F60 for <[email protected]>; Wed, 10 Aug 2005 20:10:51 +0200 (CEST) Received: from skylla.rus.uni-stuttgart.de ([161.129.204.104]) by localhost (skylla [161.129.204.104]) (amavisd-new, port 10024) with LMTP id 29942-01-50 for <[email protected]>; Wed, 10 Aug 2005 20:10:47 +0200 (CEST) Received: from uni-stuttgart.de (mbox.rus.uni-stuttgart.de [161.129.204.104]) by skylla.rus.uni-stuttgart.de (Postfix) with ESMTP id 330E914F5E for <[email protected]>; Wed, 10 Aug 2005 20:10:45 +0200 (CEST) X-Virus-Scanned: by mbox.uni-stuttgart.de Received: from [161.129.204.104] (account [email protected] HELO IBMBDE36E62F7E) by uni-stuttgart.de (CommuniGate Pro SMTP 4.2.8) with ESMTP id 24961254 for [email protected]; Wed, 10 Aug 2005 20:10:44 +0200 From: "hpcaenne" <[email protected]> To: <[email protected]> Subject: LastMessage Date: Wed, 10 Aug 2005 20:11:02 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01C59DE7.A1A553A0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcWd1t2X1m2aSDJ3R227Pg0o7gEtiQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: <[email protected]> X-Virus-Scanned: by [email protected] X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-2.598 tagged_above=-999 required=5 tests=BAYES_00, HTML_MESSAGE X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0000_01C59DE7.A1A553A0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I'm trying to establish a new web service on the basis of the pubscribe developer guide. As the page about "notification consumer" instructs, I copied the text for the method notify in the file/class ...Service.java. Then I went on with the page "deploy the service ...". Running "ant compile deploy" results in the following errors: Service.java:59: cannot resolve symbol: variable ConsumerPropertyQNames Service.java:64: cannot resolve symbol: class LastMessageDocument Service.java:64: package LastMessageDocument does not exist Service.java:65: package org.apache.ws.resource.example.notifConsumer does not exist Where is this LastMessageDocument? Or what else is missing? (I included lots of environment variables). I'd be thankful for a hint! Anne ------=_NextPart_000_0000_01C59DE7.A1A553A0-- From [email protected] Wed Aug 10 18:21:25 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94403 invoked from network); 10 Aug 2005 18:21:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2005 18:21:25 -0000 Received: (qmail 20504 invoked by uid 500); 10 Aug 2005 18:21:25 -0000 Delivered-To: [email protected] Received: (qmail 20476 invoked by uid 500); 10 Aug 2005 18: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20463 invoked by uid 99); 10 Aug 2005 18:21:24 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 10 Aug 2005 11:21:24 -0700 Message-ID: <[email protected]> Date: Wed, 10 Aug 2005 14:21:23 -0400 From: Sal Campana <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: LastMessage 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 hpcaenne wrote: >Hi, > > > >I'm trying to establish a new web service on the basis of the pubscribe >developer guide. > > > >As the page about "notification consumer" instructs, I copied the text for >the method notify in the file/class ...Service.java. Then I went on with the >page "deploy the service ...". Running "ant compile deploy" results in the >following errors: > >Service.java:59: cannot resolve symbol: variable ConsumerPropertyQNames > >Service.java:64: cannot resolve symbol: class LastMessageDocument > >Service.java:64: package LastMessageDocument does not exist > >Service.java:65: package org.apache.ws.resource.example.notifConsumer does >not exist > > > >Where is this LastMessageDocument? Or what else is missing? (I included lots >of environment variables). > > > >I'd be thankful for a hint! Anne > > > > You need to run ant generate as the first step. It will generate a series of java files and also produce a XmlBeans jar containing the LastMessageDocument....Had you run "ant generate"? If so, then under the generated/consumer directory there should be a .xmlbeans directory. In the .xmlbeans directory there should be a lib dir containing that jar....Typically the build.xml picks the jar up for compiling...You also mention the ...PropertyQNames class is not present, that is part of the package of classes we generate under the generated folder....What were you reading? Was it the readme.txt in the examples/consumer directory? If not, follow those steps...If you feel there is incorrect information in a doc, please let us know and we'll fix it... -Sal From [email protected] Thu Aug 11 08:49:41 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93218 invoked from network); 11 Aug 2005 08:49:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Aug 2005 08:49:40 -0000 Received: (qmail 54035 invoked by uid 500); 11 Aug 2005 08:49:40 -0000 Delivered-To: [email protected] Received: (qmail 54009 invoked by uid 500); 11 Aug 2005 08:49: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53995 invoked by uid 99); 11 Aug 2005 08:49:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 01:49:39 -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 charybdis.rus.uni-stuttgart.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 01:50:00 -0700 Received: from localhost (localhost [161.129.204.104]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id E4619250729 for <[email protected]>; Thu, 11 Aug 2005 10:49:33 +0200 (CEST) Received: from charybdis.rus.uni-stuttgart.de ([161.129.204.104]) by localhost (charybdis [161.129.204.104]) (amavisd-new, port 10024) with LMTP id 26403-01-13 for <[email protected]>; Thu, 11 Aug 2005 10:49:28 +0200 (CEST) Received: from uni-stuttgart.de (mbox.rus.uni-stuttgart.de [161.129.204.104]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id 1082024FF72 for <[email protected]>; Thu, 11 Aug 2005 10:49:26 +0200 (CEST) X-Virus-Scanned: by mbox.uni-stuttgart.de Received: from [161.129.204.104] (account [email protected] HELO IBMBDE36E62F7E) by uni-stuttgart.de (CommuniGate Pro SMTP 4.2.8) with ESMTP id 24978673 for [email protected]; Thu, 11 Aug 2005 10:49:25 +0200 From: "hpcaenne" <[email protected]> To: <[email protected]> Subject: example consumer Date: Thu, 11 Aug 2005 10:49:42 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01C59E62.61C94090" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcWeUZ3V1UV2fHs6S2ubGNVuQ62qBA== Message-ID: <[email protected]> X-Virus-Scanned: by [email protected] X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-2.452 tagged_above=-999 required=5 tests=BAYES_00, HTML_80_90, HTML_MESSAGE X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_000C_01C59E62.61C94090 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, this morning, in my "[installation directory]\examples\consumer", I read "readme.txt". I tried to execute step "1. run ant generate in ../examples/consumer". Then I got the error message "BUILD FAILED [install. dir.]\examples\consumer\build.xml:44: taskdef A class needed by class org.apache.ws.notification.too l.WsnWsdl2JavaTask cannot be found: org/apache/ws/resource/tool/Wsdl2JavaTask". What is wrong? Kind regards, Anne ------=_NextPart_000_000C_01C59E62.61C94090-- From [email protected] Thu Aug 11 14:21:53 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13175 invoked from network); 11 Aug 2005 14:21:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Aug 2005 14:21:53 -0000 Received: (qmail 94847 invoked by uid 500); 11 Aug 2005 14:21:53 -0000 Delivered-To: [email protected] Received: (qmail 94818 invoked by uid 500); 11 Aug 2005 14:21: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94805 invoked by uid 99); 11 Aug 2005 14:21:52 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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, 11 Aug 2005 07:21:52 -0700 Message-ID: <[email protected]> Date: Thu, 11 Aug 2005 10:21:51 -0400 From: Sal Campana <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: LastMessage 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 hpcaenne wrote: >Hi, > > > >I'm trying to establish a new web service on the basis of the pubscribe >developer guide. > > > >As the page about "notification consumer" instructs, I copied the text for >the method notify in the file/class ...Service.java. Then I went on with the >page "deploy the service ...". Running "ant compile deploy" results in the >following errors: > >Service.java:59: cannot resolve symbol: variable ConsumerPropertyQNames > >Service.java:64: cannot resolve symbol: class LastMessageDocument > >Service.java:64: package LastMessageDocument does not exist > >Service.java:65: package org.apache.ws.resource.example.notifConsumer does >not exist > > > >Where is this LastMessageDocument? Or what else is missing? (I included lots >of environment variables). > > > >I'd be thankful for a hint! Anne > > > > You are doing a new service....Did you follow the guide to write your wsdl and run ant generate? If so then you have files which are generated. The consumer example is an example, so it has its own resource properties...one of which is LastMessage....It sounds to me like you've side stepped allot of how the project works... If you want to base your service on the consumer, then copy/modify the consumer wsdl file and generate from that, then all should be well... -S From [email protected] Thu Aug 11 14:34:38 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17802 invoked from network); 11 Aug 2005 14:34:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Aug 2005 14:34:38 -0000 Received: (qmail 15048 invoked by uid 500); 11 Aug 2005 14:34:38 -0000 Delivered-To: [email protected] Received: (qmail 15032 invoked by uid 500); 11 Aug 2005 14:34: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15019 invoked by uid 99); 11 Aug 2005 14:34:38 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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, 11 Aug 2005 07:34:38 -0700 Message-ID: <[email protected]> Date: Thu, 11 Aug 2005 10:28:37 -0400 From: Sal Campana <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: example consumer 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 hpcaenne wrote: >Hi, > > > >this morning, in my "[installation directory]\examples\consumer", I read >"readme.txt". > > > >I tried to execute step "1. run ant generate in ../examples/consumer". > > > >Then I got the error message "BUILD FAILED > >[install. dir.]\examples\consumer\build.xml:44: taskdef A class needed by >class org.apache.ws.notification.too > >l.WsnWsdl2JavaTask cannot be found: >org/apache/ws/resource/tool/Wsdl2JavaTask". > > > >What is wrong? > > > >Kind regards, Anne > > > > Anne, Are you using the new 1.0 distribution of pubscribe? If so, then the examples/consumer directory contains a build.properties file which needs to point to the location of our webapp...Our webapp contains all the jars for the classpath and the build.xml uses it....Did you copy the provided webapp under your Tomcat webapps directory? Did you set the property in build.properties to point to that directory? buidl.properties contains an example of how to set this...Note if you use the %CATALINA_HOME% env as in the file, you need to make sure it is set... -S From [email protected] Thu Aug 11 14:52:54 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24199 invoked from network); 11 Aug 2005 14:52:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Aug 2005 14:52:54 -0000 Received: (qmail 46410 invoked by uid 500); 11 Aug 2005 14:52:53 -0000 Delivered-To: [email protected] Received: (qmail 46393 invoked by uid 500); 11 Aug 2005 14: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46380 invoked by uid 99); 11 Aug 2005 14:52:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 07:52: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 skylla.rus.uni-stuttgart.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 07:53:14 -0700 Received: from localhost (localhost [161.129.204.104]) by skylla.rus.uni-stuttgart.de (Postfix) with ESMTP id E9B88151DF; Thu, 11 Aug 2005 16:52:47 +0200 (CEST) Received: from skylla.rus.uni-stuttgart.de ([161.129.204.104]) by localhost (skylla [161.129.204.104]) (amavisd-new, port 10024) with LMTP id 16866-01-57; Thu, 11 Aug 2005 16:52:40 +0200 (CEST) Received: from uni-stuttgart.de (mbox.rus.uni-stuttgart.de [161.129.204.104]) by skylla.rus.uni-stuttgart.de (Postfix) with ESMTP id 5878C151E4; Thu, 11 Aug 2005 16:52:36 +0200 (CEST) X-Virus-Scanned: by mbox.uni-stuttgart.de Received: from [161.129.204.104] (account [email protected] HELO IBMBDE36E62F7E) by uni-stuttgart.de (CommuniGate Pro SMTP 4.2.8) with ESMTP id 24990625; Thu, 11 Aug 2005 16:52:36 +0200 From: "hpcaenne" <[email protected]> To: <[email protected]>, <[email protected]> Subject: AW: LastMessage Date: Thu, 11 Aug 2005 16:52:52 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcWegA2ItNQHITk1RQmcMKVOeovpcQAA38Ow In-Reply-To: <[email protected]> Message-ID: <[email protected]> X-Virus-Scanned: by [email protected] X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-2.599 tagged_above=-999 required=5 tests=BAYES_00 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Sal, to ease things, I list everything I did more detailed. I wanted to establish a new service, so I followed the instructions of "http://ws.apache.org/pubscribe/dev_guide/". 1) "http://ws.apache.org/pubscribe/dev_guide/wsdl.html" The service shall be a notification consumer as well as producer. Using _TEMPLATE_.wsdl, I wrote Myservice.wsdl. 2) "http://ws.apache.org/pubscribe/dev_guide/wsdl_tool.html" Running "ant generate" in my WORK_DIR worked and generated files (but = only when I had my environment variables including jar files in an axis installation; this way I had no wsdl2java error). 3) "http://ws.apache.org/pubscribe/dev_guide/home.html" I chose the singleton kind here. 4) "http://ws.apache.org/pubscribe/dev_guide/producer.html" According to "Topics for All Resource Properties", I included the = content of the try without changes. 5) "http://ws.apache.org/pubscribe/dev_guide/consumer.html" Following "Modify the Service class", I included the whole notify method = in the generated ...Service.java. 6) "http://ws.apache.org/pubscribe/dev_guide/deploy.html" I changed to the directory "...generated/Myseervice" and run "ant = compile deploy. This led to the aforementioned errors:=20 - Service.java:59: cannot resolve symbol: variable = ConsumerPropertyQNames - Service.java:64: cannot resolve symbol: class LastMessageDocument - Service.java:64: package LastMessageDocument does not exist - Service.java:65: package org.apache.ws.resource.example.notifConsumer = does not exist. So I made a mistake in step 5)? (I didn't understand that LastMessage... anyway.) In the text of the notify method, I should have added an other resource property (instead of LastMessage...) I guess? How can I know which resource properties I could add? Can I see the = topics also? Kind regards, Anne (So sorry for asking stupid questions, it's just all new to me.) -----Urspr=FCngliche Nachricht----- Von: Sal Campana [mailto:[email protected]]=20 Gesendet: Donnerstag, 11. August 2005 16:22 An: [email protected] Betreff: Re: LastMessage hpcaenne wrote: >Hi, > >=20 > >I'm trying to establish a new web service on the basis of the pubscribe >developer guide. > >=20 > >As the page about "notification consumer" instructs, I copied the text = for >the method notify in the file/class ...Service.java. Then I went on = with the >page "deploy the service ...". Running "ant compile deploy" results in = the >following errors: > >Service.java:59: cannot resolve symbol: variable ConsumerPropertyQNames > >Service.java:64: cannot resolve symbol: class LastMessageDocument > >Service.java:64: package LastMessageDocument does not exist > >Service.java:65: package org.apache.ws.resource.example.notifConsumer = does >not exist > >=20 > >Where is this LastMessageDocument? Or what else is missing? (I included lots >of environment variables). > >=20 > >I'd be thankful for a hint! Anne > > > =20 > You are doing a new service....Did you follow the guide to write your=20 wsdl and run ant generate? If so then you have files which are=20 generated. The consumer example is an example, so it has its own=20 resource properties...one of which is LastMessage....It sounds to me=20 like you've side stepped allot of how the project works... If you want to base your service on the consumer, then copy/modify the=20 consumer wsdl file and generate from that, then all should be well... -S From [email protected] Thu Aug 11 15:06:04 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27510 invoked from network); 11 Aug 2005 15:06:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Aug 2005 15:06:04 -0000 Received: (qmail 71213 invoked by uid 500); 11 Aug 2005 15:06:04 -0000 Delivered-To: [email protected] Received: (qmail 71183 invoked by uid 500); 11 Aug 2005 15: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]> List-Id: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71166 invoked by uid 99); 11 Aug 2005 15:06:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 08:06:03 -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 charybdis.rus.uni-stuttgart.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 08:06:24 -0700 Received: from localhost (localhost [161.129.204.104]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id 86CE3250D1C; Thu, 11 Aug 2005 17:05:58 +0200 (CEST) Received: from charybdis.rus.uni-stuttgart.de ([161.129.204.104]) by localhost (charybdis [161.129.204.104]) (amavisd-new, port 10024) with LMTP id 980-536-0367; Thu, 11 Aug 2005 17:05:54 +0200 (CEST) Received: from uni-stuttgart.de (mbox.rus.uni-stuttgart.de [161.129.204.104]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id 2AB50250D10; Thu, 11 Aug 2005 17:05:52 +0200 (CEST) X-Virus-Scanned: by mbox.uni-stuttgart.de Received: from [161.129.204.104] (account [email protected] HELO IBMBDE36E62F7E) by uni-stuttgart.de (CommuniGate Pro SMTP 4.2.8) with ESMTP id 24991038; Thu, 11 Aug 2005 17:05:52 +0200 From: "hpcaenne" <[email protected]> To: <[email protected]>, <[email protected]> Subject: AW: example consumer Date: Thu, 11 Aug 2005 17:06:09 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcWegdO4eln8ZMCNSpS2ZvQEXJ9jwgAAq4uA In-Reply-To: <[email protected]> Message-ID: <[email protected]> X-Virus-Scanned: by [email protected] X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-2.599 tagged_above=-999 required=5 tests=BAYES_00 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Sal, of course I use the new Pubscribe 1.0! I did copy the provided webapp = under the Tomcat/webapps directory, build.properties should be correct. "ant generate" works when my environment variables (CLASSPATH) include = the jar files in webapps/axis/WEB-INF/lib (I have axis also). When I set the environment variables to point to the jar files in webapps/pubscribe/WEB-INF/lib instead, it does not work (see below). Probably it's something silly easy ... Best regards, Anne -----Urspr=FCngliche Nachricht----- Von: Sal Campana [mailto:[email protected]]=20 Gesendet: Donnerstag, 11. August 2005 16:29 An: [email protected] Betreff: Re: example consumer hpcaenne wrote: >Hi, > >=20 > >this morning, in my "[installation directory]\examples\consumer", I = read >"readme.txt". > >=20 > >I tried to execute step "1. run ant generate in ../examples/consumer".=20 > >=20 > >Then I got the error message "BUILD FAILED > >[install. dir.]\examples\consumer\build.xml:44: taskdef A class needed = by >class org.apache.ws.notification.too > >l.WsnWsdl2JavaTask cannot be found: >org/apache/ws/resource/tool/Wsdl2JavaTask". > >=20 > >What is wrong? > >=20 > >Kind regards, Anne > > > =20 > Anne, Are you using the new 1.0 distribution of pubscribe? If so, then the=20 examples/consumer directory contains a build.properties file which needs = to point to the location of our webapp...Our webapp contains all the=20 jars for the classpath and the build.xml uses it....Did you copy the=20 provided webapp under your Tomcat webapps directory? Did you set the=20 property in build.properties to point to that directory? =20 buidl.properties contains an example of how to set this...Note if you=20 use the %CATALINA_HOME% env as in the file, you need to make sure it is=20 set... -S From [email protected] Sun Aug 14 17:25:25 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75670 invoked from network); 14 Aug 2005 17:25:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Aug 2005 17:25:24 -0000 Received: (qmail 4781 invoked by uid 500); 14 Aug 2005 17:25:24 -0000 Delivered-To: [email protected] Received: (qmail 4750 invoked by uid 500); 14 Aug 2005 17:25: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4737 invoked by uid 99); 14 Aug 2005 17:25:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Aug 2005 10:25:23 -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 skylla.rus.uni-stuttgart.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Aug 2005 10:25:41 -0700 Received: from localhost (localhost [161.129.204.104]) by skylla.rus.uni-stuttgart.de (Postfix) with ESMTP id DCA33165A0 for <[email protected]>; Sun, 14 Aug 2005 19:25:15 +0200 (CEST) Received: from skylla.rus.uni-stuttgart.de ([161.129.204.104]) by localhost (skylla [161.129.204.104]) (amavisd-new, port 10024) with LMTP id 17871-01-35 for <[email protected]>; Sun, 14 Aug 2005 19:25:12 +0200 (CEST) Received: from uni-stuttgart.de (mbox.rus.uni-stuttgart.de [161.129.204.104]) by skylla.rus.uni-stuttgart.de (Postfix) with ESMTP id 568BF1659A for <[email protected]>; Sun, 14 Aug 2005 19:25:10 +0200 (CEST) X-Virus-Scanned: by mbox.uni-stuttgart.de Received: from [161.129.204.104] (account [email protected] HELO IBMBDE36E62F7E) by uni-stuttgart.de (CommuniGate Pro SMTP 4.2.8) with ESMTP id 25070438 for [email protected]; Sun, 14 Aug 2005 19:25:10 +0200 From: "hpcaenne" <[email protected]> To: <[email protected]> Subject: addingl methods Date: Sun, 14 Aug 2005 19:25:27 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01C5A105.ED64ECD0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcWg9SlVn+uoJ/lRQDyjyVGt3e2tSw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: <[email protected]> X-Virus-Scanned: by [email protected] X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-2.452 tagged_above=-999 required=5 tests=BAYES_00, HTML_80_90, HTML_MESSAGE X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0000_01C5A105.ED64ECD0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I'm trying to build a web service under pubscribe - and to get an extra operation "into" this web service (i.e. the web service shall offer an additional operation). This operation shall have nothing to do with WS-Notification etc., it might e.g. be any stupid "hello world" emitter. After scanning the pubscribe documentation I fear that I have to both # add text to the wsdl file (binding, porttype, messages, types) # start writing the additional classes/porttypes from scratch Is that correct? Regards, Anne ------=_NextPart_000_0000_01C5A105.ED64ECD0-- From [email protected] Mon Aug 15 09:48:18 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27139 invoked from network); 15 Aug 2005 09:48:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Aug 2005 09:48:18 -0000 Received: (qmail 13377 invoked by uid 500); 15 Aug 2005 09:48:18 -0000 Delivered-To: [email protected] Received: (qmail 13347 invoked by uid 500); 15 Aug 2005 09:48: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13334 invoked by uid 99); 15 Aug 2005 09:48:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2005 02:48:17 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=HTML_40_50,HTML_MESSAGE,HTML_TEXT_AFTER_BODY,HTML_TEXT_AFTER_HTML X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO ctsincsisxic.cts.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2005 02:48:36 -0700 Received: from ctsinchnsxua.cts.com ([161.129.204.104]) by ctsincsisxic.cts.com with InterScan Messaging Security Suite; Mon, 15 Aug 2005 15:18:12 +0530 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_01C5A17E.3E165BBA" Subject: Subscriber.java Date: Mon, 15 Aug 2005 15:18:11 +0530 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Subscriber.java Thread-Index: AcWhfXTChrw5rLYcT4GEftXhPDmZFg== From: "Paramasivam, Arul Jothi \(Cognizant\)" <[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 ------_=_NextPart_001_01C5A17E.3E165BBA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, We have been evaluating the Pubscribe Release Version 1.0. We ran in to an= issue when I tried the pubsubclient example available under the src= directory of Pubscribe source download. init(String configfile) method of= java\org\apache\ws\notification\pubsub\Subscriber.java gave an error no= method found XmlBeanJndiUtils.initFromInputStream(IOStream). When we= compared the release version with the beta version, we found out that the= method name has been changed from= XmlBeanJndiUtils.initializeFromInputStream(IOStream) to= XmlBeanJndiUtils.initFromInputStream(IOStream). =0D When we tried to change the method name to= XmlBeanJndiUtils.initializeFromInputStream(IOStream) and build Pubscrie= using Maven, we get the following error message. __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Attempting to download addressing-SNAPSHOT.jar. Response content length is not known Attempting to download wsa-xbeans-SNAPSHOT.jar. Response content length is not known Attempting to download wsrf-xbeans-SNAPSHOT.jar. Response content length is not known Attempting to download wsrf-jndi-config-SNAPSHOT.jar. Response content length is not known Attempting to download wsn-xbeans-SNAPSHOT.jar. Response content length is not known Attempting to download wse-xbeans-SNAPSHOT.jar. Response content length is not known Attempting to download wsdl4j-1.5-SNAPSHOT.jar. Response content length is not known BUILD FAILED Please let us know, how to resolve this issue. Has the Pubsubclient= example working with Release version of Pubscribe? =0D Thanks and Regards, Arul Paramasivam This e-mail and any files transmitted with it are for the sole use of the= intended recipient(s) and may contain confidential and privileged= information. If you are not the intended recipient, please contact the sender by reply= e-mail and destroy all copies of the original message.=0D Any unauthorized review, use, disclosure, dissemination, forwarding,= printing or copying of this email or any action taken in reliance on this= e-mail is strictly=0D prohibited and may be unlawful. Visit us at http://www.cognizant.com ------_=_NextPart_001_01C5A17E.3E165BBA-- From [email protected] Mon Aug 15 14:04:21 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19140 invoked from network); 15 Aug 2005 14:04:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Aug 2005 14:04:21 -0000 Received: (qmail 43353 invoked by uid 500); 15 Aug 2005 14:04:21 -0000 Delivered-To: [email protected] Received: (qmail 43323 invoked by uid 500); 15 Aug 2005 14:04: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43310 invoked by uid 99); 15 Aug 2005 14:04:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2005 07:04:20 -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 tayrelbas04.tay.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2005 07:04:35 -0700 Received: from tayexg11.americas.cpqcorp.net (tayexg11.americas.cpqcorp.net [161.129.204.104]) by tayrelbas04.tay.hp.com (Postfix) with ESMTP id 83A9920000E8 for <[email protected]>; Mon, 15 Aug 2005 10:04:09 -0400 (EDT) Received: from tayexc17.americas.cpqcorp.net ([161.129.204.104]) by tayexg11.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.211); Mon, 15 Aug 2005 10:04:09 -0400 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_01C5A1A2.333D3D46" Subject: RE: addingl methods Date: Mon, 15 Aug 2005 10:04:04 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: addingl methods Thread-Index: AcWg9SlVn+uoJ/lRQDyjyVGt3e2tSwAnvfwA From: "Dziembowski, Kinga" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 15 Aug 2005 14:04:09.0488 (UTC) FILETIME=[34F08900:01C5A1A2] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5A1A2.333D3D46 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Anne, * I am assuming that you run ant generate task and you edited the classes to add your code, you build, deployed and everything is OK. * Now you like to add to existing system new operation without loosing your previous work. You are right on the first item: * You need to add the new operation to the wsdl - this is a contract between pubscribe server and the clients who want to manage exposed by pubscribe environment. * The next step will be to run ant generate task - this will put in place new code to support the operation as well will generate new the xmlbeans objects supporting the new operation (new data structures, request, response document types etc.)-=20 o Before you run ant generate task, edit build.xml file and change the out.dir value to different that you used previously. This way you will not override the classes you previously had and you will not loose your work.=20 o Before you run ant generate task, you need to restore your deployment to original pubscribe. What does it means is: in your build.properties the entry pubscribe.webapp.dir=3D${env.CATALINA_HOME}/webapps/pubscribe points to your deployment of pubscribe. If previousely you deployed your application to this location, you have now the combination of original pubscribe + your stuff. In order to guarantee the correct generation of the classes you need to delete/rename pubscribe [email protected]_HOME}/webapps/ and copy the original pubscribe from the distribution. Now you can run ant generate. * The next step will be to move new code to the original working directory - probably under /generate. o You will need to look for differences between newly generated code and the previous one.=20 * Replace .xmlbeans directory with the new one (do not compare piece by piece - just take the new one) * Under the directory where the generated classes are, expect changes in xResource.java, xService.java, xCustomoperationsPortType.java, xPropertyQNames.java - copy/paste the additional pieces of the code from newly generated code to your original. * Add your custom code where appropriate. * In build.xml restore original value of out.dir ( you will compile/deploy the code in your original working directory) * Run the compile/deploy step. * After that, in the {env.CATALINA_HOME}/webapps/pubscribe location, you will have new version of your services You can modify the details for this process - the steps outlined above points some important aspects of the migration from version to version. The details how you will do that are up to you - whatever make it easier - sometime it is easier to generate the new version and copy/paste FROM the previous -=20 Kinga Kinga Dziembowski Hewlett-Packard Company Applied Technology Office (ATO) 980-536-0367 [email protected] -----Original Message----- From: hpcaenne [mailto:[email protected]]=20 Sent: Sunday, August 14, 2005 1:25 PM To: [email protected] Subject: addingl methods Hi, =20 I'm trying to build a web service under pubscribe - and to get an extra operation "into" this web service (i.e. the web service shall offer an additional operation). This operation shall have nothing to do with WS-Notification etc., it might e.g. be any stupid "hello world" emitter. =20 After scanning the pubscribe documentation I fear that I have to both # add text to the wsdl file (binding, porttype, messages, types) # start writing the additional classes/porttypes from scratch Is that correct? =20 Regards, Anne ------_=_NextPart_001_01C5A1A2.333D3D46-- From [email protected] Mon Aug 15 14:26:04 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38411 invoked from network); 15 Aug 2005 14:26:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Aug 2005 14:26:04 -0000 Received: (qmail 97782 invoked by uid 500); 15 Aug 2005 14:26:04 -0000 Delivered-To: [email protected] Received: (qmail 97759 invoked by uid 500); 15 Aug 2005 14:26: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97746 invoked by uid 99); 15 Aug 2005 14:26:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2005 07:26:03 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tayrelbas04.tay.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2005 07:26:18 -0700 Received: from tayexg11.americas.cpqcorp.net (tayexg11.americas.cpqcorp.net [161.129.204.104]) by tayrelbas04.tay.hp.com (Postfix) with ESMTP id 9B29720000F1 for <[email protected]>; Mon, 15 Aug 2005 10:25:55 -0400 (EDT) Received: from tayexc17.americas.cpqcorp.net ([161.129.204.104]) by tayexg11.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.211); Mon, 15 Aug 2005 10:21:13 -0400 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_01C5A1A4.96E74DC2" Subject: RE: addingl methods Date: Mon, 15 Aug 2005 10:21:10 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: addingl methods Thread-Index: AcWg9SlVn+uoJ/lRQDyjyVGt3e2tSwAnvfwAAAQU8YA= From: "Dziembowski, Kinga" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 15 Aug 2005 14:21:13.0918 (UTC) FILETIME=[978C25E0:01C5A1A4] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5A1A4.96E74DC2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Anne, * I am assuming that you run ant generate task and you edited the classes to add your code, you build, deployed and everything is OK. * Now you like to add to existing system new operation without loosing your previous work. You are right on the first item: * You need to add the new operation to the wsdl - this is a contract between pubscribe server and the clients who want to manage exposed by pubscribe environment. * The next step will be to run ant generate task - this will put in place new code to support the operation as well will generate new the xmlbeans objects supporting the new operation (new data structures, request, response document types etc.)-=20 o Before you run ant generate task, edit build.xml file and change the out.dir value to different that you used previously. This way you will not override the classes you previously had and you will not loose your work.=20 o Before you run ant generate task, you need to restore your deployment to original pubscribe. What does it means is: in your build.properties the entry pubscribe.webapp.dir=3D${env.CATALINA_HOME}/webapps/pubscribe points to your deployment of pubscribe. If previousely you deployed your application to this location, you have now the combination of original pubscribe + your stuff. In order to guarantee the correct generation of the classes you need to delete/rename pubscribe [email protected]_HOME}/webapps/ and copy the original pubscribe from the distribution. Now you can run ant generate. * The next step will be to move new code to the original working directory - probably under /generate. o You will need to look for differences between newly generated code and the previous one.=20 * Replace .xmlbeans directory with the new one (do not compare piece by piece - just take the new one) * Under the directory where the generated classes are, expect changes in xResource.java, xService.java, xCustomoperationsPortType.java, xPropertyQNames.java - copy/paste the additional pieces of the code from newly generated code to your original. * Add your custom code where appropriate. * In build.xml restore original value of out.dir ( you will compile/deploy the code in your original working directory) * Run the compile/deploy step. * After that, in the {env.CATALINA_HOME}/webapps/pubscribe location, you will have new version of your services You can modify the details for this process - the steps outlined above points some important aspects of the migration from version to version. The details how you will do that are up to you - whatever make it easier - sometime it is easier to generate the new version and copy/paste FROM the previous -=20 Kinga Kinga Dziembowski Hewlett-Packard Company Applied Technology Office (ATO) 980-536-0367 [email protected] -----Original Message----- From: hpcaenne [mailto:[email protected]]=20 Sent: Sunday, August 14, 2005 1:25 PM To: [email protected] Subject: addingl methods Hi, =20 I'm trying to build a web service under pubscribe - and to get an extra operation "into" this web service (i.e. the web service shall offer an additional operation). This operation shall have nothing to do with WS-Notification etc., it might e.g. be any stupid "hello world" emitter. =20 After scanning the pubscribe documentation I fear that I have to both # add text to the wsdl file (binding, porttype, messages, types) # start writing the additional classes/porttypes from scratch Is that correct? =20 Regards, Anne ------_=_NextPart_001_01C5A1A4.96E74DC2-- From [email protected] Tue Aug 16 16:26:18 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29799 invoked from network); 16 Aug 2005 16:26:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Aug 2005 16:26:18 -0000 Received: (qmail 12889 invoked by uid 500); 16 Aug 2005 16:26:18 -0000 Delivered-To: [email protected] Received: (qmail 12860 invoked by uid 500); 16 Aug 2005 16:26: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12847 invoked by uid 99); 16 Aug 2005 16:26:17 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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, 16 Aug 2005 09:26:16 -0700 Message-ID: <[email protected]> Date: Tue, 16 Aug 2005 12:26:15 -0400 From: Sal Campana <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: AW: LastMessage 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hpcaenne wrote: >Dear Sal, > >to ease things, I list everything I did more detailed. > >I wanted to establish a new service, so I followed the instructions of >"http://ws.apache.org/pubscribe/dev_guide/". > >1) "http://ws.apache.org/pubscribe/dev_guide/wsdl.html" >The service shall be a notification consumer as well as producer. >Using _TEMPLATE_.wsdl, I wrote Myservice.wsdl. >2) "http://ws.apache.org/pubscribe/dev_guide/wsdl_tool.html" >Running "ant generate" in my WORK_DIR worked and generated files (but only >when I had my environment variables including jar files in an axis >installation; this way I had no wsdl2java error). >3) "http://ws.apache.org/pubscribe/dev_guide/home.html" >I chose the singleton kind here. >4) "http://ws.apache.org/pubscribe/dev_guide/producer.html" >According to "Topics for All Resource Properties", I included the content of >the try without changes. >5) "http://ws.apache.org/pubscribe/dev_guide/consumer.html" >Following "Modify the Service class", I included the whole notify method in >the generated ...Service.java. >6) "http://ws.apache.org/pubscribe/dev_guide/deploy.html" >I changed to the directory "...generated/Myseervice" and run "ant compile >deploy. This led to the aforementioned errors: >- Service.java:59: cannot resolve symbol: variable ConsumerPropertyQNames >- Service.java:64: cannot resolve symbol: class LastMessageDocument >- Service.java:64: package LastMessageDocument does not exist >- Service.java:65: package org.apache.ws.resource.example.notifConsumer does >not exist. > >So I made a mistake in step 5)? (I didn't understand that LastMessage... >anyway.) >In the text of the notify method, I should have added an other resource >property (instead of LastMessage...) I guess? > >How can I know which resource properties I could add? Can I see the topics >also? > >Kind regards, Anne >(So sorry for asking stupid questions, it's just all new to me.) > > > >-----Ursprüngliche Nachricht----- >Von: Sal Campana [mailto:[email protected]] >Gesendet: Donnerstag, 11. August 2005 16:22 >An: [email protected] >Betreff: Re: LastMessage > >hpcaenne wrote: > > > >>Hi, >> >> >> >>I'm trying to establish a new web service on the basis of the pubscribe >>developer guide. >> >> >> >>As the page about "notification consumer" instructs, I copied the text for >>the method notify in the file/class ...Service.java. Then I went on with >> >> >the > > >>page "deploy the service ...". Running "ant compile deploy" results in the >>following errors: >> >>Service.java:59: cannot resolve symbol: variable ConsumerPropertyQNames >> >>Service.java:64: cannot resolve symbol: class LastMessageDocument >> >>Service.java:64: package LastMessageDocument does not exist >> >>Service.java:65: package org.apache.ws.resource.example.notifConsumer does >>not exist >> >> >> >>Where is this LastMessageDocument? Or what else is missing? (I included >> >> >lots > > >>of environment variables). >> >> >> >>I'd be thankful for a hint! Anne >> >> >> >> >> >> >You are doing a new service....Did you follow the guide to write your >wsdl and run ant generate? If so then you have files which are >generated. The consumer example is an example, so it has its own >resource properties...one of which is LastMessage....It sounds to me >like you've side stepped allot of how the project works... > >If you want to base your service on the consumer, then copy/modify the >consumer wsdl file and generate from that, then all should be well... > >-S > > > > > Sorry somehow I missed this message in my box.... You're mistake was in step 5. That was just an example and the artifacts which were produced were based on its wsdl...LastMessage was in its wsdl/schema thus it was generated. We alsways generate a ...Qnames class so you should look at your files and see what that is.... >>How can I know which resource properties I could add? Can I see the topics also? Not sure what you mean here. In your notify(..) you do whatever you need to do. What does it mean to your consumer when it recieves a notification?? Do you invoke another method? Do you set some resource property? You define all your resource properties in the schema of your wsdl our WSRF docs describe that and we make mention to read those first. You define which Topics are exposed or you let our engine defined Topics for all your ResourcePropeties. The Resource which is the NotificationProducer contains a spec-defined resource preoperty (WSN) Topic which is what a consumer could look at to see what Topics are available for subscriptions... Hope that helps...sorry so late on this... -Sal From [email protected] Thu Aug 18 15:35:49 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9377 invoked from network); 18 Aug 2005 15:35:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Aug 2005 15:35:49 -0000 Received: (qmail 23051 invoked by uid 500); 18 Aug 2005 15:35:47 -0000 Delivered-To: [email protected] Received: (qmail 22956 invoked by uid 500); 18 Aug 2005 15:35: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: <pubscribe-user.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22876 invoked by uid 99); 18 Aug 2005 15:35:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2005 08:35:46 -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 charybdis.rus.uni-stuttgart.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2005 08:36:04 -0700 Received: from localhost (localhost [161.129.204.104]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id 4413F25A4F8; Thu, 18 Aug 2005 17:35:39 +0200 (CEST) Received: from charybdis.rus.uni-stuttgart.de ([161.129.204.104]) by localhost (charybdis [161.129.204.104]) (amavisd-new, port 10024) with LMTP id 03226-01-52; Thu, 18 Aug 2005 17:35:36 +0200 (CEST) Received: from uni-stuttgart.de (mbox.rus.uni-stuttgart.de [161.129.204.104]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id 4EC8225A506; Thu, 18 Aug 2005 17:35:32 +0200 (CEST) X-Virus-Scanned: by mbox.uni-stuttgart.de Received: from [161.129.204.104] (account [email protected] HELO IBMBDE36E62F7E) by uni-stuttgart.de (CommuniGate Pro SMTP 4.2.8) with ESMTP id 25203224; Thu, 18 Aug 2005 17:35:32 +0200 From: "hpcaenne" <[email protected]> To: <[email protected]>, <[email protected]> Subject: AW: pubscribe 1.0 examples Date: Thu, 18 Aug 2005 17:35:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcWc7TddPfvIwAUPSN2WvpFvOdZk2wHHBkcg Message-ID: <[email protected]> X-Virus-Scanned: by [email protected] X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-2.599 tagged_above=-999 required=5 tests=BAYES_00 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi (Stefan & Sal), trying the consumer example, I get the same message: 'Notification was = null! Try again!'. I did read the example/consumer/readme and did copy the method impls in = the generated files - apart from "consumer_resource_init.txt" which seemed = to contain nothing new compared to the corresponding generated file. consumer_resource_init.txt contains only public void init() { super.init(); } Kind regards, Anne -----Urspr=FCngliche Nachricht----- Von: Sal Campana [mailto:[email protected]]=20 Gesendet: Dienstag, 9. August 2005 16:18 An: [email protected] Betreff: Re: pubscribe 1.0 examples Stefan Schmidt wrote: > Hi, > > I installed the filesystem and the consumer examples on Tomcat to get=20 > started with Pubscribe. The deployment worked well and triggering a=20 > notification via the http://localhost:8080/pubscribe/notifproducer.jsp = > interface worked as well. Also I could successfully subscribe to the=20 > notifiaction provider via the=20 > http://localhost:8080/pubscribe/notifconsumer.jsp interface. > > However, after I triggered another notification on the producer side I = > tried 'Get Last Notification' on the consumer side and got the=20 > following message: 'Notification was null! Try again!' - so basically=20 > the notification message could not be retrieved properly. Could anyone = > try this out and see if the problem is on my side? > > Also, I was wondering how I can approach the notification provider=20 > development in a Java2WSDl manner. Is this possible yet - if so - what = > would be the procedure? I am asking because I want to use=20 > WS-Notification from an existing Web service (WSDL and implementations = > are already existant). > > Thanks for your kind help. > > Stefan Schmidt > Stefan, We currently do not have a Java2Wsdl implementation....That being the=20 case, you could use our Wsdl2Java (WsnWsdl2Java in Pubscribe) to=20 generate our artifacts from your wsdl, then port your implementation (or = delegate to it) from within our generated files. As for the example, my guess is that you didn't copy the method impls=20 into the generated src files. The ConsumerService.java (once you've=20 added the code) will contain the necessary code to maintain and retrieve = the notification....There is a readme in the root of the=20 example/consumer directory which explains all the steps.... I just=20 pulled the dist and did it myself to make sure nothing was broken, but=20 all seems fine... If you still have issues after ensuring you've copied the method impls,=20 then please post again and we'll attempt to figure out what is going=20 wrong... -S
From [email protected] Wed Apr 02 16:38:21 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2861 invoked from network); 2 Apr 2008 16:38:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Apr 2008 16:38:21 -0000 Received: (qmail 86829 invoked by uid 500); 2 Apr 2008 16:38:20 -0000 Delivered-To: [email protected] Received: (qmail 86810 invoked by uid 500); 2 Apr 2008 16:38: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 86801 invoked by uid 99); 2 Apr 2008 16:38:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 09:38: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 apollo.peopleadmin.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 16:37:39 +0000 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_01C894DF.E462D1A5" Subject: Are there any examples of clients loading parameters for structs or arrays? Date: Wed, 2 Apr 2008 11:37:51 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Are there any examples of clients loading parameters for structs or arrays? Thread-Index: AciU3+P71MXMHD3qQKuQbranZeTxfA== From: "Alan May" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C894DF.E462D1A5 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 Sorry for the user question, but I didn't see a currently active user list listed on the apache website. =20 I've just started using the apache xmlrpc 3.1 libraries for a xml-rpc client and the programming model does make it incredibly easy to program against. =20 I was just wandering if xml-rpc structs or array types were supported and if so, are there any examples I might be able to reference in either postings in the archive(searched but didn't find any) or unit tests, included example code, wiki pages, etc. I didn't see any claims on the main page claiming support for these two features, but if anyone has made this work, I'd love to see any references or get any advice. =20 I've been really impressed how fast it was to get clients working with your API... thank you very much for your efforts. =20 Regards, Alan May ------_=_NextPart_001_01C894DF.E462D1A5-- From [email protected] Wed Apr 02 18:41:59 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88611 invoked from network); 2 Apr 2008 18:41:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Apr 2008 18:41:59 -0000 Received: (qmail 80168 invoked by uid 500); 2 Apr 2008 18:41:59 -0000 Delivered-To: [email protected] Received: (qmail 79949 invoked by uid 500); 2 Apr 2008 18:41: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 79940 invoked by uid 99); 2 Apr 2008 18:41:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 11:41:58 -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, 02 Apr 2008 18:41:17 +0000 Received: by ug-out-1314.google.com with SMTP id a2so548672ugf.13 for <[email protected]>; Wed, 02 Apr 2008 11:41: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:to:subject:in-reply-to:mime-version:content-type:references; bh=+4yAMyVQIBf4iKydyB0uG9HWI95ZACftUAK3Mj1+lFk=; b=GUSGi4vBsceShKmWnVWJBu9Pru0L5FXeoLn+IABMKsbCKJyk8nqxnTQ/YSD1Ay0LX/bnuju2PkZ5w6tOBSfPkuCEnxSFNp7hZmxErcchNYrcNhvderzptg43wuj2zpSyb/0B+PIVI9pew4T3NrDTV7ZItv13uQK8N5PrCc/lCKo= 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=WfhCNJGHuc8TrjflS2t2cKpVghBDHW3SuVt1LBjWIDknvnr6zPMdWpedH+c75LR93rVXY99JXvWqxuc4ja1A95phLkE5m0WdNKlXXXYSfvWgEkW81s/IzIuAn8eIRdLo1uMF0WehZ5YMWiSAcJi5Q8bZnKc5kVkARSAly0rMXYE= Received: by 161.129.204.104 with SMTP id z11mr6268809wfh.232.1207161687106; Wed, 02 Apr 2008 11:41:27 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 2 Apr 2008 11:41:27 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 2 Apr 2008 20:41:27 +0200 From: "Stanislav Miklik" <[email protected]> To: [email protected] Subject: Re: Are there any examples of clients loading parameters for structs or arrays? In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2362_27545615.1207161687101" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2362_27545615.1207161687101 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, to see which xml-rpc types are maped to which java objects in apache xml-rpc, see http://ws.apache.org/xmlrpc/types.html And with the array (as a return parameter) , there is small problem that you don't know exactly what is returned, also here you can see an example how to handle that in general way: public static List decodeList(Object element) { if (element == null) { return null; } if (element instanceof List) { return (List) element; } if (element.getClass().isArray()) { int length = Array.getLength(element); LinkedList result = new LinkedList(); for (int i = 0; i < length; i++) { result.add (Array.get(element, i)); } return result; } return null; } And the struct is java.util.Map. In this case it is easy. ;-) Regards Stano On Wed, Apr 2, 2008 at 6:37 PM, Alan May <[email protected]> wrote: > Hi, > > > > Sorry for the user question, but I didn't see a currently active user > list listed on the apache website. > > > > I've just started using the apache xmlrpc 3.1 libraries for a xml-rpc > client and the programming model does make it incredibly easy to program > against. > > > > I was just wandering if xml-rpc structs or array types were supported > and if so, are there any examples I might be able to reference in either > postings in the archive(searched but didn't find any) or unit tests, > included example code, wiki pages, etc. I didn't see any claims on the > main page claiming support for these two features, but if anyone has > made this work, I'd love to see any references or get any advice. > > > > I've been really impressed how fast it was to get clients working with > your API... thank you very much for your efforts. > > > > Regards, > > Alan May > > ------=_Part_2362_27545615.1207161687101-- From [email protected] Wed Apr 02 18:56:55 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93713 invoked from network); 2 Apr 2008 18:56:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Apr 2008 18:56:55 -0000 Received: (qmail 13334 invoked by uid 500); 2 Apr 2008 18:56:54 -0000 Delivered-To: [email protected] Received: (qmail 13209 invoked by uid 500); 2 Apr 2008 18:56: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 13200 invoked by uid 99); 2 Apr 2008 18:56:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 11:56:54 -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 apollo.peopleadmin.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 18:56:04 +0000 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: Are there any examples of clients loading parameters for structs or arrays? Date: Wed, 2 Apr 2008 13:56:24 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Are there any examples of clients loading parameters for structs or arrays? Thread-Index: AciU8k/xsPYs9W0GQCKcErZJCpHTmQAAJEQQ References: <[email protected]> <[email protected]> From: "Alan May" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Thank you. Some how I missed that link(my apologies...),but that was exactly what I needed. Thank you for the tip on the array return type handling. Thanks, Alan=20 -----Original Message----- From: Stanislav Miklik [mailto:[email protected]]=20 Sent: Wednesday, April 02, 2008 1:41 PM To: [email protected] Subject: Re: Are there any examples of clients loading parameters for structs or arrays? Hi, to see which xml-rpc types are maped to which java objects in apache xml-rpc, see http://ws.apache.org/xmlrpc/types.html And with the array (as a return parameter) , there is small problem that you don't know exactly what is returned, also here you can see an example how to handle that in general way: public static List decodeList(Object element) { if (element =3D=3D null) { return null; } if (element instanceof List) { return (List) element; } if (element.getClass().isArray()) { int length =3D Array.getLength(element); LinkedList result =3D new LinkedList(); for (int i =3D 0; i < length; i++) { result.add (Array.get(element, i)); } return result; } return null; } And the struct is java.util.Map. In this case it is easy. ;-) Regards Stano On Wed, Apr 2, 2008 at 6:37 PM, Alan May <[email protected]> wrote: > Hi, > > > > Sorry for the user question, but I didn't see a currently active user > list listed on the apache website. > > > > I've just started using the apache xmlrpc 3.1 libraries for a xml-rpc > client and the programming model does make it incredibly easy to program > against. > > > > I was just wandering if xml-rpc structs or array types were supported > and if so, are there any examples I might be able to reference in either > postings in the archive(searched but didn't find any) or unit tests, > included example code, wiki pages, etc. I didn't see any claims on the > main page claiming support for these two features, but if anyone has > made this work, I'd love to see any references or get any advice. > > > > I've been really impressed how fast it was to get clients working with > your API... thank you very much for your efforts. > > > > Regards, > > Alan May > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 09 20:45:57 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32083 invoked from network); 9 Apr 2008 20:45:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Apr 2008 20:45:57 -0000 Received: (qmail 2910 invoked by uid 500); 9 Apr 2008 20:45:57 -0000 Delivered-To: [email protected] Received: (qmail 2890 invoked by uid 500); 9 Apr 2008 20:45: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 62357 invoked by uid 99); 9 Apr 2008 07:53: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) Message-ID: <[email protected]> Date: Wed, 09 Apr 2008 09:52:58 +0200 From: Dirk Ronsmans <[email protected]> To: [email protected] Subject: Clientside SSL Question MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.4) X-Originating-IP: 161.129.204.104 X-Remote-Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:161.129.204.104) Gecko/20080325 Ubuntu/7.10 (gutsy) Firefox/161.129.204.104 X-Virus-Scanned: KHLeuven antivirus X-Virus-Checked: Checked by ClamAV on apache.org Hi, First i'd like to say.. nice API, i took my first try at XML-RPC this month and in only a few days i had a working client with these libraries. Now maybe its best if i try to explain my setup first. I got a simple Java program that collects data and sends em to a Webserver ( Apache + PHP ) where a PHP serverscript acts as the rpc-call. Apart from some newbie mistakes it all went fine so far. Now i'm faced with the fact that i'm sending passwords accross the line using regular HTTP which offcourse can be sniffed without any problem. I've been searching the web now on how to implement SSL clientside ( the serverside works fine ) and sadly i cant really find a whole lot of information on it. I've gotten it to work with the All Trusting TrustManager from the website but i'm not really comfortable just accepting any certificate ( i find it kinda beats the point of having a certificate in the first place ). I guess this is a 2 part question that i have. 1) I'm currently using a self-signed certificate. If i change this to a "real" certificate signed by a trusted authority will i still have to use a custom TrustManager or will it simply accept the certificate without a hassle? 2) If question 1 has a negative answer, is there an example out there on how to customize the TrustManager to only allow your certificate? ( thru java and not manually adding the certificate to the system ( sortoff add the trust on startup of the program)) Hope this isnt the wrong place to ask this question, i was pretty much running out of places to ask it :) Kind Regards, Dirk Ronsmans --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Apr 10 18:34:47 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93369 invoked from network); 10 Apr 2008 18:34:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Apr 2008 18:34:45 -0000 Received: (qmail 66696 invoked by uid 500); 10 Apr 2008 18:34:45 -0000 Delivered-To: [email protected] Received: (qmail 66418 invoked by uid 500); 10 Apr 2008 18:34: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 66409 invoked by uid 99); 10 Apr 2008 18:34:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 11:34: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-in-16.arcor-online.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 18:33:50 +0000 Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [161.129.204.104]) by mail-in-16.arcor-online.net (Postfix) with ESMTP id 601BC1FF00E for <[email protected]>; Thu, 10 Apr 2008 20:34:11 +0200 (CEST) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [161.129.204.104]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id 48B112BF69A for <[email protected]>; Thu, 10 Apr 2008 20:34:11 +0200 (CEST) Received: from leela.planet-express.net (dslb-088-072-194-019.pools.arcor-ip.net [161.129.204.104]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 114FF36E86F for <[email protected]>; Thu, 10 Apr 2008 20:34:11 +0200 (CEST) From: Thomas Gaertner <[email protected]> Reply-To: [email protected] To: [email protected] Subject: Re: Clientside SSL Question Date: Thu, 10 Apr 2008 20:34:04 +0200 User-Agent: KMail/1.9.9 References: <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2374969.hxVnIJlxG0"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> X-Virus-Scanned: ClamAV 0.92.1/6697/Thu Apr 10 17:05:46 2008 on mail-in-02.arcor-online.net X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org --nextPart2374969.hxVnIJlxG0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Mittwoch 09 April 2008 wrote Dirk Ronsmans: <snip/> > 1) I'm currently using a self-signed certificate. If i change this to a > "real" certificate signed by a trusted authority will i still have to > use a custom TrustManager or will it simply accept the certificate > without a hassle? I have to admit I haven't used xmlrpc since some time now, but I'm pretty=20 certain that you still have to implement your own way to deal with certs. Yet having your cert signed by a trusted authority makes things a bit easie= r. Loading the keystore and certificate chains that come with the JDK might=20 already be enough, as you got most known authorities certificates stored in= =20 there already. > > 2) If question 1 has a negative answer, is there an example out there > on how to customize the TrustManager to only allow your certificate? ( > thru java and not manually adding the certificate to the system ( > sortoff add the trust on startup of the program)) > <snip/> The answer above should make answering your second question obsolete. I cas= e=20 you still have question, feel free to ask. > Kind Regards, > > Dirk Ronsmans > Thomas G=E4rtner =2D-=20 Thomas Gaertner ( host leela ) Brandenburg Technical University at Cottbus =2D-------------------------------------------------------------- Please send only plain ASCII-Mail. In case your Mail will be turned down, u= se <[email protected]>. =2D- >> There is not one truth only out there << =2D-- PGP-Public-Key http://www-stud.informatik.tu-cottbus.de/~tgaertne/public-pgp-2048.04232001= =2Easc --nextPart2374969.hxVnIJlxG0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iQEVAwUAR/5doVRxDogMOg+VAQLCPAf5Ad7hK+tASrES19akV8ktH8jiGXZYmkkc D6tIRstPsZK2vTEAy9LWGxU8FaBEmMgbHuCn23uOC0dY/JNcft23zIEWEOx+HWn9 PtAda2grgRNCveFBcHx15gjr2dIRBURxD4NEXes+RqqsJmcGFOW5S7rw5a4NV6IB nk+UpUnT8o5F+cSMtJMzvOqgX1aoWI3+jnowghqk3VIuuNdW9+QuW1ofy1Z6kVp4 aaOSeZFU9YkUlE2VxJ+Zf5SEm8vQ5GYOjzlt843+eHoYn4cFv01qd015X63+xvFm PSQYIOdFpOMIVGhonC/uiuqR9ln60qkMBrbdCy2Mvf25ceXiN0HpHg== =hFML -----END PGP SIGNATURE----- --nextPart2374969.hxVnIJlxG0-- From [email protected] Thu Apr 10 21:17:44 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99360 invoked from network); 10 Apr 2008 21:17:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Apr 2008 21:17:44 -0000 Received: (qmail 44290 invoked by uid 500); 10 Apr 2008 21:17:43 -0000 Delivered-To: [email protected] Received: (qmail 44264 invoked by uid 500); 10 Apr 2008 21: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]> Reply-To: [email protected] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 44254 invoked by uid 99); 10 Apr 2008 21:17:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 14:17: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 (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; Thu, 10 Apr 2008 21:17:01 +0000 Received: by wx-out-0506.google.com with SMTP id r21so171000wxc.28 for <[email protected]>; Thu, 10 Apr 2008 14:17:13 -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:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=i9a1eJX9o9GB8qhOx0pcnZ568iMqj6Sziiebn4CQ4Pc=; b=BFUiI8nYoX03zpUnlxC1pxVwdFiNspzI9scK9cvrT21bujz/FFcgjgnAJJUIe/YJ/+VwmPpj/joIy3wP3ao5yZtnh3Tsdy/0l/S7hUoUh+BjLjBMfXimYx/xkX0Kw+dySmqldMOyaj6y7lDPlhnGna0zfNpQB/u+ancOhNMEOPU= 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=OIMzb+n0vN99hXSPJ3D8ZTjihIVUaifoxT8VSCdk7DhleBIpc8+uzq7aTJhp2f5r6c5r8Yr0T38a5hP62SuJFPIosr5RHR2Qvrkzys4Pp4u6+IWmw79J6imIEfVgZf2Ps2BaKqlXTyP7mZmPXZSlMy0Pn3DUCI2refzLqF1ikfk= Received: by 161.129.204.104 with SMTP id b12mr3657247anh.60.1207862233517; Thu, 10 Apr 2008 14:17:13 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 10 Apr 2008 14:17:13 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 10 Apr 2008 23:17:13 +0200 From: "Jochen Wiedmann" <[email protected]> To: [email protected], [email protected] Subject: Re: Clientside SSL Question 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 On Thu, Apr 10, 2008 at 8:34 PM, Thomas Gaertner <[email protected]> wrote: > I have to admit I haven't used xmlrpc since some time now, but I'm pretty > certain that you still have to implement your own way to deal with certs. > Yet having your cert signed by a trusted authority makes things a bit easier. In the case of a certificate, which is issued by a trusted authority, there is basically no difference between HttpUrlConnection and HttpsUrlConnection. In other words, there is nothing left do to. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Apr 13 23:06:20 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38365 invoked from network); 13 Apr 2008 23:06:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Apr 2008 23:06:20 -0000 Received: (qmail 45179 invoked by uid 500); 13 Apr 2008 23:06:20 -0000 Delivered-To: [email protected] Received: (qmail 45144 invoked by uid 500); 13 Apr 2008 23: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: [email protected] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 45135 invoked by uid 99); 13 Apr 2008 23:06:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2008 16:06:20 -0700 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; Sun, 13 Apr 2008 23:05:29 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1JlBGf-00034U-7b for [email protected]; Sun, 13 Apr 2008 16:05:49 -0700 Message-ID: <[email protected]> Date: Sun, 13 Apr 2008 16:05:49 -0700 (PDT) From: eejimkos <[email protected]> To: [email protected] Subject: hi...problem with xml rpc java and tomcat 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 first,tnks for your time.. im my client i have a servlet which sends(ans receives the xml response-request).the data that i send is simply 2 strings and i want to take back from my server HashMap<String, List<String>>. i do that: .... HashMap<String,List<String>> result= new HashMap<String,List<String>>; .... ....Object[] params = new Object[]{new String(x1), new String(x2)}; try { result= (HashMap<String,List<String>>)client.execute("Open.OpenEnvironment1", params); the problem is here...i can't cast to see my response since i use jdk6,i have to use generics??collection??any advise?? -- View this message in context: http://www.nabble.com/hi...problem-with-xml-rpc-java-and-tomcat-tp16669185p16669185.html Sent from the Apache Xml-RPC - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 14 07:31:44 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47005 invoked from network); 14 Apr 2008 07:31:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Apr 2008 07:31:44 -0000 Received: (qmail 3553 invoked by uid 500); 14 Apr 2008 07:31:44 -0000 Delivered-To: [email protected] Received: (qmail 3287 invoked by uid 500); 14 Apr 2008 07: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]> Reply-To: [email protected] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3262 invoked by uid 99); 14 Apr 2008 07:31:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 00:31: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 (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; Mon, 14 Apr 2008 07:31:01 +0000 Received: by an-out-0708.google.com with SMTP id c31so383430ana.22 for <[email protected]>; Mon, 14 Apr 2008 00:31:13 -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:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=BFttKjg5uqZOB9zAXlA5M1sFtHDB8ZG+dyyLduCHnRI=; b=IPE6oLM1N6yPsnu4IaifwrRGwRAjEoCr7WnsOj9aKdsmT43MDyZPVsRfA8E03pE0hivcD+ESpriojrPonUZThN17p4zEFw7WKybUNzkFxHs2G8fRNjBQrW3eEK+NySILo7x/1wrxVuiMyvP//v/UJry1I1l7+91rktUk8vlXtOA= 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=Kd4da06LDn28c7EKhf7pxL4OcDWgcW75M+OL0OHE8gXXaM/px6bL+zkfpV/sQqeO2qltyZ9xqhNxvjY52aIP8Ag7pyN46fF/HxPIEBttPb5C1E6TCI0xO/HZJxhdleU5yca7lBGPfAWLjyB/+vHXrhu+f22jYAkdBhIjJHSRyjQ= Received: by 161.129.204.104 with SMTP id t14mr9020560ank.113.1208158273494; Mon, 14 Apr 2008 00:31:13 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Apr 2008 00:31:13 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 14 Apr 2008 09:31:13 +0200 From: "Jochen Wiedmann" <[email protected]> To: [email protected] Subject: Re: hi...problem with xml rpc java and tomcat 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 On Mon, Apr 14, 2008 at 1:05 AM, eejimkos <[email protected]> wrote: > (HashMap<String,List<String>>)client.execute("Open.OpenEnvironment1", > params); I am not exactly sure, what you receive, but - Generics are a no - The List<String> is converted into an Object[] Possibly other problems may be there as well. I recommend that you try to use the http://ws.apache.org/xmlrpc/apidocs/org/apache/xmlrpc/client/util/ClientFactory.html See the section on "Dynamic Proxies" on http://ws.apache.org/xmlrpc/advanced.html for how to use that. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 14 09:35:51 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94656 invoked from network); 14 Apr 2008 09:35:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Apr 2008 09:35:51 -0000 Received: (qmail 52837 invoked by uid 500); 14 Apr 2008 09:35:51 -0000 Delivered-To: [email protected] Received: (qmail 52813 invoked by uid 500); 14 Apr 2008 09:35: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 52804 invoked by uid 99); 14 Apr 2008 09:35:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 02:35:51 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 09:35:07 +0000 Received: by py-out-1112.google.com with SMTP id a29so1535977pyi.0 for <[email protected]>; Mon, 14 Apr 2008 02:35: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:to:subject:in-reply-to:mime-version:content-type:references; bh=oyLymBQh+KFGK+XwIpjIgOn2tE1sDP3Cyjt/IdGLYuE=; b=JNTdprU9kLQC5l/EU9LLGhnB3tXV1cv1ZcApelvkibbHoFzLLUenp755bM5q7JmuF2s2snkUPKS71Cqy5SOulY5pDo1iX4XeWfaHg0AV/rg6n1tg+RH+rrUhM2KHBpySCqw9uIJq5ldT2JJwHBqlvKiHnH9GMTXvNgdw8KlsYvM= 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=Pq+46NhLkgMZdrWjjY0JMoV+QWLnBmRJutE2TzxNg6lj68CbqG8ATmtKqQ7yH0x8lThccdM/yRUvb5vRza9+RpvPjHIRrH9XsxhEC6+bUg0idUvp3C1mv9WzhRfok5frY8v7Lzxq9Zo/xEZtNWUeYAvoh4ujI+sQozm4RufyKuk= Received: by 161.129.204.104 with SMTP id b11mr10820082qbf.24.1208165719926; Mon, 14 Apr 2008 02:35:19 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Apr 2008 02:35:19 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 14 Apr 2008 15:05:19 +0530 From: "Prasad kadbane" <[email protected]> To: [email protected] Subject: Re: hi...problem with xml rpc java and tomcat In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_28962_5734364.1208165719920" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_28962_5734364.1208165719920 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, XML-RPC uses its own serialization classes to serialize object, if you check org.apache.xmlrpc.serializer package in API docs you will come to know that there are serializer classes for most of parameter types such as MAP, List etc. The map you are using may not be supported by xmlrpc but it does support the older map ie Map result = client.execute("Open.OpenEnvironment1",params); above code shld work and further when you get map just iterate that map and then try to typecast map value to List. because list object is supported by xml-rpc. On Mon, Apr 14, 2008 at 4:35 AM, eejimkos <[email protected]> wrote: > > first,tnks for your time.. > > im my client i have a servlet which sends(ans receives the xml > response-request).the data that i send is simply 2 strings and i want > to take back from my server HashMap<String, List<String>>. > i do that: > > .... > HashMap<String,List<String>> result= new HashMap<String,List<String>>; > > .... > ....Object[] params = new Object[]{new String(x1), new String(x2)}; > > try { > result= > (HashMap<String,List<String>>)client.execute("Open.OpenEnvironment1", > params); > > the problem is here...i can't cast to see my response since i use > jdk6,i have to use generics??collection??any advise?? > -- > View this message in context: > http://www.nabble.com/hi...problem-with-xml-rpc-java-and-tomcat-tp16669185p16669185.html > Sent from the Apache Xml-RPC - Dev mailing list [email protected]. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Prasad C. Kadbane. Software Engineer; SunGard Offshore Services(India) Sr.No. 108/8/1 + 2/1, S.B Road, Pune 411 053, India; Tel +1-713-831-0074; Fax +1-713-831-0074; Mobile No : 9850010620 ------=_Part_28962_5734364.1208165719920-- From [email protected] Mon Apr 14 10:41:10 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19793 invoked from network); 14 Apr 2008 10:41:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Apr 2008 10:41:10 -0000 Received: (qmail 29396 invoked by uid 500); 14 Apr 2008 10:41:09 -0000 Delivered-To: [email protected] Received: (qmail 29381 invoked by uid 500); 14 Apr 2008 10: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]> Reply-To: [email protected] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 29372 invoked by uid 99); 14 Apr 2008 10:41:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 03:41:09 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 wf-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 10:40:26 +0000 Received: by wf-out-1314.google.com with SMTP id 28so1474992wff.28 for <[email protected]>; Mon, 14 Apr 2008 03:40:39 -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:to:subject:in-reply-to:mime-version:content-type:references; bh=8xmBQdQUrdzAn8/aT0InlNQBHJfWddXuasOjyMhmr1g=; b=tZupsO4xempxx3bCYQxLLUp8hNVjL+UYmTPjnVPutOY/qnTGXRz68Y5Y+eQUg3NF1VFIx4lHS/68n1UqDQtk4ScK2ySrtgAzY3eqSb+kacoElBR5HE+ARtZCCFe5+qxNK4kAyewZ+av/6K0MBz/Yc3RBuzWawDT1PlOzYbkDpm0= 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=mYo7j/Rpmoyyy57s9Po9cSXDBav/S8Sj7wCc+iP6MS281VTWHWiQ4QUC0Z+BzlArZl9ETA20dsnkNq4Jw17iZe6r98OV5CiTsgcE/rOpN0V3fyZfPup1fmt6ODn7TIeUQvMr7efSpzm9cVSfKaNjKE/ot0Wa9dkW0K0NUeN19do= Received: by 161.129.204.104 with SMTP id s5mr863851wfa.257.1208169639119; Mon, 14 Apr 2008 03:40:39 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Apr 2008 03:40:39 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 14 Apr 2008 12:40:39 +0200 From: "Stanislav Miklik" <[email protected]> To: [email protected] Subject: Re: hi...problem with xml rpc java and tomcat In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26748_7862129.1208169639104" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_26748_7862129.1208169639104 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi *, generic types are not problem for XML RPC since collection are not generic at runtime (ie. this is only compile time check, however some compile time warning you will get). Normally you have no problem to cast return values as they are mapped as described in API docs. But with "XML RPC arrays" there are two possibilities List and Object[] and there is no contract by the docs what exactly is the return value (Jochen probably knows that always Object[], but since it is not described...) I am using solution described in: http://www.nabble.com/Are-there-any-examples-of-clients-loading-parameters-for-structs-or-arrays--to16455615.html (see the reply) Regards Stano On Mon, Apr 14, 2008 at 11:35 AM, Prasad kadbane <[email protected]> wrote: > Hi, > > XML-RPC uses its own serialization classes to serialize object, if > you check > org.apache.xmlrpc.serializer package in API docs you will come to know > that > there are serializer classes for most of parameter types such as MAP, List > etc. > The map you are using may not be supported by xmlrpc but it does support > the > older map ie > > Map result = client.execute("Open.OpenEnvironment1",params); > > above code shld work and further when you get map just iterate that map > and > then try to typecast map value to List. > > because list object is supported by xml-rpc. > > > On Mon, Apr 14, 2008 at 4:35 AM, eejimkos <[email protected]> wrote: > > > > > first,tnks for your time.. > > > > im my client i have a servlet which sends(ans receives the xml > > response-request).the data that i send is simply 2 strings and i want > > to take back from my server HashMap<String, List<String>>. > > i do that: > > > > .... > > HashMap<String,List<String>> result= new HashMap<String,List<String>>; > > > > .... > > ....Object[] params = new Object[]{new String(x1), new String(x2)}; > > > > try { > > result= > > (HashMap<String,List<String>>)client.execute("Open.OpenEnvironment1", > > params); > > > > the problem is here...i can't cast to see my response since i use > > jdk6,i have to use generics??collection??any advise?? > > -- > > View this message in context: > > > http://www.nabble.com/hi...problem-with-xml-rpc-java-and-tomcat-tp16669185p16669185.html > > Sent from the Apache Xml-RPC - Dev mailing list [email protected]. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > -- > Prasad C. Kadbane. > > Software Engineer; > SunGard Offshore Services(India) > Sr.No. 108/8/1 + 2/1, S.B Road, Pune 411 053, India; > Tel +1-713-831-0074; Fax +1-713-831-0074; > Mobile No : 9850010620 > ------=_Part_26748_7862129.1208169639104-- From [email protected] Mon Apr 14 10:44:21 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21171 invoked from network); 14 Apr 2008 10:44:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Apr 2008 10:44:21 -0000 Received: (qmail 35541 invoked by uid 500); 14 Apr 2008 10:44:22 -0000 Delivered-To: [email protected] Received: (qmail 35268 invoked by uid 500); 14 Apr 2008 10:44: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 35259 invoked by uid 99); 14 Apr 2008 10:44:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 03:44: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ag-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 10:43:39 +0000 Received: by ag-out-0708.google.com with SMTP id 23so2749231agd.5 for <[email protected]>; Mon, 14 Apr 2008 03:43:50 -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:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=gO5JaApASWPWZzLpHK2r4bCj/vCgsDoNNDHCDLb34SQ=; b=mtejuP2Zsxgsc4EiagNzzqGsnOXTe3gGUn8VWJx0tTJC3I3RJvfk6soLbc0xoZYjpDEF6rvGR21GnuDbbl1z7kYl1XHQuRzhnxbHOpy0yBzrnajBNFAMgrnte//i4fXvLeyNO7W716dOk+CWqY9ri48vdHV+PNepykhPyx9pcdM= 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=LAbNO9XiPL2nl3+d9IZBKAEXsr0WvSeB6KXj0S7Nqy1icf4fFJx3s+mb/YHjayHS/JqXrMnc+lzZDfWQhV7p1dpK2sFjjA2mLO4Lhpx96rAzVIv8iEW0NyGaSedYAllWKGi5aKxgTSOkkFP16Zzv57JhO/a15W7US/nMHJOZfmg= Received: by 161.129.204.104 with SMTP id r11mr11992972and.75.1208169829937; Mon, 14 Apr 2008 03:43:49 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Apr 2008 03:43:49 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 14 Apr 2008 12:43:49 +0200 From: "Jochen Wiedmann" <[email protected]> To: [email protected] Subject: Re: hi...problem with xml rpc java and tomcat 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 On Mon, Apr 14, 2008 at 12:40 PM, Stanislav Miklik <[email protected]> wrote: > return value (Jochen probably knows that always Object[], but since it is > not described...) That's not completely true: See http://ws.apache.org/xmlrpc/faq.html#arrays May be, that we need to make this more explicit, but I don't remember receiving a patch for the docs or something like that? -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 14 10:56:04 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24781 invoked from network); 14 Apr 2008 10:56:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Apr 2008 10:56:04 -0000 Received: (qmail 48354 invoked by uid 500); 14 Apr 2008 10:56:04 -0000 Delivered-To: [email protected] Received: (qmail 48328 invoked by uid 500); 14 Apr 2008 10:56: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 48310 invoked by uid 99); 14 Apr 2008 10:56:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 03:56:04 -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 wf-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 10:55:21 +0000 Received: by wf-out-1314.google.com with SMTP id 28so1478800wff.28 for <[email protected]>; Mon, 14 Apr 2008 03:55:33 -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:to:subject:in-reply-to:mime-version:content-type:references; bh=9MWjYmcCIV/eWnFfM7rYk+/q5pkJO73vOnBa1E+U7c4=; b=TT7/Z7gloiRAEJL3fFCLySIN6TAGvm9mH5OEdFL8jR/g6J0cEb6RDw0riksjOhUH1qeXLPtCEJkkwx7qkT/y1cqqIlcxEHUKKAujiwELn+j/jxo0brnt3xNtP85jHTI3yYRPiNr9Rp64V1qc8/wWhVcWy2n7kO66yUs+8Nyb+Bw= 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=md87bYSIiYi/YR6vQD2S849qcOtrD+PxDakBeRORbj1yslka1q5JRBUlsSm6K23nQ4BLKSmFHzNFO4wJMldMXbhdH76WjJCeLsKe0J3AH245Kkc1iSG9tF1YYhCTeGvj6SVEKEXnK25U71fZbUO2fd4tjFyMSxjJnOqIliZghUg= Received: by 161.129.204.104 with SMTP id o21mr1768922wfd.56.1208170533769; Mon, 14 Apr 2008 03:55:33 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Apr 2008 03:55:33 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 14 Apr 2008 12:55:33 +0200 From: "Stanislav Miklik" <[email protected]> To: [email protected] Subject: Re: hi...problem with xml rpc java and tomcat In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26774_17230090.1208170533760" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_26774_17230090.1208170533760 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Okey, sorry, in this part of the doc I was not searching. My mistake. Btw: how can I create patch for doc? I thing exactly in this part I would remove the cast from the line: Object[] result = (Integer[])server.execute("Server.foo", param); Regards Stano On Mon, Apr 14, 2008 at 12:43 PM, Jochen Wiedmann <[email protected]> wrote: > On Mon, Apr 14, 2008 at 12:40 PM, Stanislav Miklik > <[email protected]> wrote: > > > return value (Jochen probably knows that always Object[], but since it > is > > not described...) > > That's not completely true: See > > http://ws.apache.org/xmlrpc/faq.html#arrays > > May be, that we need to make this more explicit, but I don't remember > receiving a patch for the docs or something like that? > > > > > -- > Look, that's why there's rules, understand? So that you think before > you break 'em. > > -- (Terry Pratchett, Thief of Time) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_26774_17230090.1208170533760-- From [email protected] Mon Apr 14 11:03:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26706 invoked from network); 14 Apr 2008 11:03:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Apr 2008 11:03:27 -0000 Received: (qmail 56252 invoked by uid 500); 14 Apr 2008 11:03:27 -0000 Delivered-To: [email protected] Received: (qmail 56218 invoked by uid 500); 14 Apr 2008 11:03: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] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 56209 invoked by uid 99); 14 Apr 2008 11:03:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 04:03: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ag-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 11:02:36 +0000 Received: by ag-out-0708.google.com with SMTP id 23so2758122agd.5 for <[email protected]>; Mon, 14 Apr 2008 04:02: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:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4j5LPZX+ZjvnwCS34ATOqMTP7WHnsmLiOl4JNHEu5W0=; b=MyhovCwk830IBKM0lcKB90I9f7d9LNKPvMdmXJGsiaTkMXsvXnevePGWoaUiz2eY6MwjPE82nvl921/ZbiiYmyzqC4BrgqNKZb6t05YyqiiEOLpmHZw4es3kz/k3/z4lhup38lkHSLgWQ5HESSKxcJgQuIQiiku+URn92nOj/W0= 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=d1ePc3o9+4ZDkifQDaIvaXSw+93RkMa5N49QcB4BlAuYlj8mg+1o8/vtbXjYQyvqoH51EIw5JhXXfPmkWS3Z2X8jhtWEI1+SU6ucNswmfdwyGQtKct8iBa8OcTuz541kUfnAyJG4GHBdotbur0FS9e+HweEuVZrfGsOYmxfFjCY= Received: by 161.129.204.104 with SMTP id 1mr5424999and.135.1208170962496; Mon, 14 Apr 2008 04:02:42 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Apr 2008 04:02:42 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 14 Apr 2008 13:02:42 +0200 From: "Jochen Wiedmann" <[email protected]> To: [email protected] Subject: Re: hi...problem with xml rpc java and tomcat 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]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Apr 14, 2008 at 12:55 PM, Stanislav Miklik <[email protected]> wrote: > Btw: how can I create patch for doc? Just checkout the projects source code. All docs, including the web site, are part of it. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 14 11:28:43 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35388 invoked from network); 14 Apr 2008 11:28:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Apr 2008 11:28:43 -0000 Received: (qmail 87424 invoked by uid 500); 14 Apr 2008 11:28:43 -0000 Delivered-To: [email protected] Received: (qmail 87391 invoked by uid 500); 14 Apr 2008 11: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 87382 invoked by uid 99); 14 Apr 2008 11:28:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 04:28:43 -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 wf-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 11:28:00 +0000 Received: by wf-out-1314.google.com with SMTP id 28so1487740wff.28 for <[email protected]>; Mon, 14 Apr 2008 04:28:13 -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:to:subject:mime-version:content-type; bh=QJAx4BXnhhGgu8/eNoKdqBSKsXUTsFw/kEy56CcM8b0=; b=Mer8uMlPKO1TZBp+9wjXb3w6zz1Lvq9Ug4WH+nBuW4+3COEv1Yo92rdRL44ghp3DOS6SF5Yo4ejhXu5WNZGkaSFPt9Le61B8lOTFZIoeVR59u90sbVAhcxp5/Pob9I55itujSrGAOD/plkIsc6DizIOoHahLOzDJ/R6PuMSm1UM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=CS7EWNm0UG/KDDkm6P5KxIQeZUKplaTGrgsPIl9PnzjG37ZIc7JV2gRB55EaYRxGznNYraWuMIbUIiH6epchzRDsPF96t/5mikDZUag7LHwNb+kZkk/m0qjtG/vztLObxokbsWJLwoLmzghJJw5k2w9TVFqz2s7SOsl8x5qjwt0= Received: by 161.129.204.104 with SMTP id a10mr1778813wfb.37.1208172493561; Mon, 14 Apr 2008 04:28:13 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Apr 2008 04:28:13 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 14 Apr 2008 13:28:13 +0200 From: "Stanislav Miklik" <[email protected]> To: [email protected] Subject: [PATCH] Faq: ClassCastException MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_26806_5415577.1208172493556" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_26806_5415577.1208172493556 Content-Type: multipart/alternative; boundary="----=_Part_26807_31019894.1208172493556" ------=_Part_26807_31019894.1208172493556 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Jochen, here is my first patch ;-) I think the cast in the faq would cause ClassCastException and should be omitted. Regards Stano ------=_Part_26807_31019894.1208172493556 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Jochen,<br><br>here is my first patch ;-) I think the cast in the faq would cause ClassCastException and should be omitted. <br><br>Regards<br>Stano<br> ------=_Part_26807_31019894.1208172493556-- ------=_Part_26806_5415577.1208172493556 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ------=_Part_26806_5415577.1208172493556-- From [email protected] Mon Apr 14 11:29:49 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35652 invoked from network); 14 Apr 2008 11:29:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Apr 2008 11:29:49 -0000 Received: (qmail 88734 invoked by uid 500); 14 Apr 2008 11:29:49 -0000 Delivered-To: [email protected] Received: (qmail 88711 invoked by uid 500); 14 Apr 2008 11:29: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 88701 invoked by uid 99); 14 Apr 2008 11:29:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 04:29: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ag-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 11:29:07 +0000 Received: by ag-out-0708.google.com with SMTP id 23so2771738agd.5 for <[email protected]>; Mon, 14 Apr 2008 04:29:19 -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:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=RpIREAYZPd02O7ksFXAbWM7UjeKFYYnCZQ1q/Px9rv4=; b=jvTzflPlnnnBju96X6YHC+l7vjKRpSv8S4IUwLtPrG4tOcRdIh3KEg7p5feMEIIVr6nDVqcrJZTNrWvEO9+hUXk5JRKvNE8fu73ghxkBJyMgAHWYTOR1m5dIsbwBZ1p+Q6oGn0NTn+cNOrdIzd/Hr8EY3AI+vC8CZ1Kw60/T4/I= 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=tTd56GPBwQBszN3X5YSAh2YmwGEr1n5HDwglzFT6iWw/7vcNIj+wEoiTHiwSXjw7n7d3UW33Q2aodQcJmvUQK3FsFw5QVJxT8jrqE4rksxnrK5gPEDEs9G24TxEEHm9vCyCXB2+3oOQQ+//Fo45uHV9BJidaVPG023b16djG7MY= Received: by 161.129.204.104 with SMTP id u8mr12027175anc.103.1208172559462; Mon, 14 Apr 2008 04:29:19 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Apr 2008 04:29:19 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 14 Apr 2008 13:29:19 +0200 From: "Jochen Wiedmann" <[email protected]> To: [email protected] Subject: Re: [PATCH] Faq: ClassCastException 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 On Mon, Apr 14, 2008 at 1:28 PM, Stanislav Miklik <[email protected]> wrote: > here is my first patch ;-) I think the cast in the faq would cause > ClassCastException and should be omitted. Seems like there are more of us who tend to forget the attachments ... :-) -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 14 11:31:09 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36241 invoked from network); 14 Apr 2008 11:31:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Apr 2008 11:31:09 -0000 Received: (qmail 93437 invoked by uid 500); 14 Apr 2008 11:31:08 -0000 Delivered-To: [email protected] Received: (qmail 93419 invoked by uid 500); 14 Apr 2008 11:31: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 93410 invoked by uid 99); 14 Apr 2008 11:31:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 04:31:08 -0700 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; Mon, 14 Apr 2008 11:30: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 1JlMtR-00030R-5e for [email protected]; Mon, 14 Apr 2008 04:30:37 -0700 Message-ID: <[email protected]> Date: Mon, 14 Apr 2008 04:30:37 -0700 (PDT) From: eejimkos <[email protected]> To: [email protected] Subject: Re: hi...problem with xml rpc java and tomcat 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 tnks for ur replies...i'll ckeck ur advises.... i'm sure that my client receives the Map as i described...i made a simple xml with 2 strings and the result was Map<String, List>. i send 2 Strings for my database (which returns me the results of the apropriate fields..i use the berkeley java database..) the xml are like this... : ...client.... <%@ page language="java" contentType="text/html; charset=ISO-8859-7" pageEncoding="ISO-8859-7"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %> <html> <body> <io:xmlrpc url="http://localhost:8080/xmlrpc/xmlrpc"> <io:body> <methodCall> <methodName>Open.OpenEnvironment1</methodName> <params> <value><string>1</string></value> <value><string>A</string></value> </params> </methodCall> </io:body> </io:xmlrpc> </body> </html> and the response from the server is acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <body> <?xml version="1.0" encoding="UTF-8"?><methodResponse xmlns:ex="http://ws.apache.org/xmlrpc/namespaces/extensions"> <params><value> <struct><member> <name>EINAI</name> <value><array><data><value>ASPIRINI3</value><value>PIRETO3</value><value>PAIDIA3</value><value>4.51</value><value>4.66</value></data></array> </value></member> </struct></value> </params> </methodResponse> </body> </html> ....tnks again,i'll ckeck it out.... -- View this message in context: http://www.nabble.com/hi...problem-with-xml-rpc-java-and-tomcat-tp16669185p16676281.html Sent from the Apache Xml-RPC - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 16 06:46:40 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98129 invoked from network); 16 Apr 2008 06:46:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Apr 2008 06:46:40 -0000 Received: (qmail 45090 invoked by uid 500); 16 Apr 2008 06:46:40 -0000 Delivered-To: [email protected] Received: (qmail 45072 invoked by uid 500); 16 Apr 2008 06: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]> Reply-To: [email protected] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 45063 invoked by uid 500); 16 Apr 2008 06:46:39 -0000 Delivered-To: [email protected] Received: (qmail 45060 invoked by uid 99); 16 Apr 2008 06: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, 15 Apr 2008 23:46:39 -0700 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, 16 Apr 2008 06:45: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 1Jm1PC-00037k-Do for [email protected]; Tue, 15 Apr 2008 23:46:06 -0700 Message-ID: <[email protected]> Date: Tue, 15 Apr 2008 23:46:06 -0700 (PDT) From: Sanganak-Guru <[email protected]> To: [email protected] Subject: XMLRPC client error 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 All, I have an XML RPC client developed using version 3.0. The client sends out string data to the XMLRPC server. The data size might varry from few bytes to few megabytes. The client is able to invoke remote method when data is between 1 byte to 512kb. When data being sent by the client exceeds this limit, it fails to call the remote method giving following error message org.apache.xmlrpc.XmlRpcException: Failed to create input stream: Error writing to server Could any one please advise how I could have it fixed to be able to send large number of bytes while calling the remote method. Thank you and best regards, SG -- View this message in context: http://www.nabble.com/XMLRPC-client-error-tp16717478p16717478.html Sent from the Apache Xml-RPC - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Apr 17 10:19:18 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57575 invoked from network); 17 Apr 2008 10:19:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Apr 2008 10:19:18 -0000 Received: (qmail 53701 invoked by uid 500); 17 Apr 2008 10:19:18 -0000 Delivered-To: [email protected] Received: (qmail 53670 invoked by uid 500); 17 Apr 2008 10: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]> Reply-To: [email protected] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 53661 invoked by uid 99); 17 Apr 2008 10:19:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 03:19:17 -0700 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; Thu, 17 Apr 2008 10:18:33 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1JmRCY-0003qV-Eq for [email protected]; Thu, 17 Apr 2008 03:18:46 -0700 Message-ID: <[email protected]> Date: Thu, 17 Apr 2008 03:18:46 -0700 (PDT) From: my_forum <[email protected]> To: [email protected] Subject: XML RPC server performance issue 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 Guys, I have a performance proplem using XML-RPC calls. The most essential call take at least 200 ms on the SERVER to be executed (the business logic of the request itself takes 1 ms) My configuration is as follows: client - xmlrpc-client-3.0b1.jar server - xmlrpc-server-3.0b1.jar I created a filter on the server to track the XML RPC request time: long start = System.currentTimeMillis(); filterChain.doFilter(servletRequest, servletResponse); long end = System.currentTimeMillis(); System.err.println("XMLRPCTimeTrackFilter total request execution time= "+(end-start)+" ms"); and mapped it as follows <filter-mapping> <filter-name>XMLRPCTimeTrackFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> also I disabled all the ather filters in my web application so that they do not have any influence on my test. Could anybody please share his/her RPC time request or provide me with any solution of this problem? Probably this is just configuration issue and I should add some config parameters? Thanks in advance! -- View this message in context: http://www.nabble.com/XML-RPC-server-performance-issue-tp16742895p16742895.html Sent from the Apache Xml-RPC - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 30 11:01:43 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19324 invoked from network); 30 Apr 2008 11:01:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Apr 2008 11:01:43 -0000 Received: (qmail 64006 invoked by uid 500); 30 Apr 2008 11:01:43 -0000 Delivered-To: [email protected] Received: (qmail 63993 invoked by uid 500); 30 Apr 2008 11: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]> Reply-To: [email protected] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63982 invoked by uid 99); 30 Apr 2008 11:01:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 04:01: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mu-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 11:00:59 +0000 Received: by mu-out-0910.google.com with SMTP id g7so43013muf.8 for <[email protected]>; Wed, 30 Apr 2008 04:01:11 -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:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=Kcyg26ufwgYu9GNLXoHeKgEYQKGZkQWyCipwGuvHf/Y=; b=oOXxuvvWTawW9BVYdnMD0qR9edsjcbHXjApN6j7QZpsMpjXvf5eXB4QGUe1phECAMY5h02vNLFmlisnZsamvzKH+4yZDi10Qnbz7Kk4aCOG7u7QiLPSSfPhE24vOhFU1O19ocwmcPzshxb97qq+1KNsvBiifxe6Fo0Hq0tgwMps= 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=rlj9jQOwlwghdb7A9Z5dcQSUuz9Gs2VrQipPDgP0E6upiRvzJrvd/XORtVKR4CmseG3/NHbJRptu1JH8pnBd1b9nN3J20pX6T/b+RU4vSBvzZ8ULZtQrrWYE+F4H81YkO9mYu7/E8y3x9wNR+ggdU4P9cwGDVBiUpox6CrI+vm0= Received: by 161.129.204.104 with SMTP id o12mr273011hud.110.1209553271635; Wed, 30 Apr 2008 04:01:11 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 30 Apr 2008 04:01:11 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 30 Apr 2008 13:01:11 +0200 From: "Fabio Mancinelli" <[email protected]> To: [email protected] Subject: Intercepting calls to the handler 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 Dear all, Probably I have a simple problem but I cannot find the solution. I have my XMLRPC backend running fine on a web application through a servlet. Now what I would like to do is to wrap each method call into a try/catch/finally because of some initialization/cleanup that I need to perform at every method call. So I was wondering if there was a clean way for replacing the RelfectiveXmlRpcHandler and its execute method (that as far as I understand is the place where the invocation occurs) so that I can do something like: class MyReflectiveXmlRpcHandler extends ReflectiveXmlRpcHandler { ... Object execute(XmlRpcRequest request) throws XmlRpcException { try { //My setup here super.execute(request) } catch(XmlRpcException e) { throw e; } finally { //My cleanup } } } Where and how should I register this extended ReflectiveXmlRpcHandler? Is there a code snippet for such a use case? Thank you for your help. Cheers, Fabio From [email protected] Wed Apr 30 16:50:16 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55902 invoked from network); 30 Apr 2008 16:50:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Apr 2008 16:50:16 -0000 Received: (qmail 85881 invoked by uid 500); 30 Apr 2008 16:50:17 -0000 Delivered-To: [email protected] Received: (qmail 85863 invoked by uid 500); 30 Apr 2008 16: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]> Reply-To: [email protected] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 85852 invoked by uid 99); 30 Apr 2008 16:50:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 09:50:16 -0700 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, 30 Apr 2008 16:49:23 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1JrFV2-0000fi-DY for [email protected]; Wed, 30 Apr 2008 09:49:44 -0700 Message-ID: <[email protected]> Date: Wed, 30 Apr 2008 09:49:44 -0700 (PDT) From: "Fabio M." <[email protected]> To: [email protected] Subject: Re: Intercepting calls to the handler 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 Fabio M. wrote: > > ... > Where and how should I register this extended ReflectiveXmlRpcHandler? > Is there a code snippet for such a use case? > I reply to myself because I've find a way. Basically I redefined the newXmlRpcHandler method in the PropertyHandlerMapping. The implementation is basically the same, but instead of returning RelfectiveXmlRpcHandler and ReflectiveXmlRpcMetaDataHandler (that are hard-coded in the original implementation) I return custom subclasses of the twos. The subclass of ReflectiveXmlRpcHandler overrides the execute method where I perform my "setup" logic and then I invoke the acutal method by simply delegating to the superclass. The subclass of ReflectiveXmlRpcMetaDataHandler is basically a copy of the original one that extends my custom subclass of ReflectiveXmlRpcHandler. Everything works, but I have a question: is it this a correct way for implementing what I described? Thank you for your help. Cheers, Fabio -- View this message in context: http://www.nabble.com/Intercepting-calls-to-the-handler-tp16980113p16987013.html Sent from the Apache Xml-RPC - Dev mailing list [email protected].
From [email protected] Mon Jan 18 01:21:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63125 invoked from network); 18 Jan 2010 01:21:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jan 2010 01:21:49 -0000 Received: (qmail 33686 invoked by uid 500); 18 Jan 2010 01:21:49 -0000 Delivered-To: [email protected] Received: (qmail 33647 invoked by uid 500); 18 Jan 2010 01: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: <commits.stdcxx.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33638 invoked by uid 99); 18 Jan 2010 01:21:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 01:21: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 eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 01:21:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EF6AF238888F; Mon, 18 Jan 2010 01:21:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r900262 - in /stdcxx/branches/4.2.x: etc/config/src/POSIX_MADVISE.cpp src/memattr.cpp Date: Mon, 18 Jan 2010 01:21:27 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: sebor Date: Mon Jan 18 01:21:27 2010 New Revision: 900262 URL: http://svn.apache.org/viewvc?rev=900262&view=rev Log: 2010-01-17 John Taylor <[email protected]> STDCXX-1045 * etc/config/src/POSIX_MADVISE.cpp: New config test. * src/memattr.cpp [_RWSTD_OS_SUNOS && !_RWSTD_NO_POSIX_MADVISE] (__rw_memattr): Used posix_madvise() instead of madvise(). Added: stdcxx/branches/4.2.x/etc/config/src/POSIX_MADVISE.cpp (with props) Modified: stdcxx/branches/4.2.x/src/memattr.cpp Added: stdcxx/branches/4.2.x/etc/config/src/POSIX_MADVISE.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/src/POSIX_MADVISE.cpp?rev=900262&view=auto ============================================================================== --- stdcxx/branches/4.2.x/etc/config/src/POSIX_MADVISE.cpp (added) +++ stdcxx/branches/4.2.x/etc/config/src/POSIX_MADVISE.cpp Mon Jan 18 01:21:27 2010 @@ -0,0 +1,40 @@ +// checking for posix_madvise() in <sys/mman.h> + +/*************************************************************************** + * + * 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. + * + **************************************************************************/ + +#include <sys/mman.h> // for posix_madvise(), POSIX_MADV_WILLNEED +#include <sys/types.h> // for size_t + + +int main (int argc, char *argv[]) +{ + size_t len = (size_t)argc; + + const int result = posix_madvise (argv, len, POSIX_MADV_WILLNEED); + + if (1 < argc) { + // invoke with any command line arguments to test + return result; + } + + // always succeed when invoked without arguments + return 0; +} Propchange: stdcxx/branches/4.2.x/etc/config/src/POSIX_MADVISE.cpp ------------------------------------------------------------------------------ svn:eol-style = native Propchange: stdcxx/branches/4.2.x/etc/config/src/POSIX_MADVISE.cpp ------------------------------------------------------------------------------ svn:keywords = Id Modified: stdcxx/branches/4.2.x/src/memattr.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/memattr.cpp?rev=900262&r1=900261&r2=900262&view=diff ============================================================================== --- stdcxx/branches/4.2.x/src/memattr.cpp (original) +++ stdcxx/branches/4.2.x/src/memattr.cpp Mon Jan 18 01:21:27 2010 @@ -29,6 +29,8 @@ #define _RWSTD_LIB_SRC +#include <config.h> + #include <errno.h> // for ENOMEM, errno #include <string.h> // for memchr(), size_t @@ -55,6 +57,11 @@ # include <sys/mman.h> // for mincore() # include <sys/types.h> +# if defined (_RWSTD_OS_SUNOS) && defined (_RWSTD_NO_POSIX_MADVISE) + // can't get a proper prototype for madvise with C++ defines in Solaris 10 + extern "C" int madvise(caddr_t, size_t, int); +# endif + # ifndef _SC_PAGE_SIZE // fall back on the alternative macro if it exists, @@ -93,7 +100,6 @@ ( _RWSTD_REINTERPRET_CAST (const char*, addr1) \ - _RWSTD_REINTERPRET_CAST (const char*, addr2)) - _RWSTD_NAMESPACE (__rw) { _RWSTD_EXPORT _RWSTD_SSIZE_T @@ -129,11 +135,21 @@ # ifdef _RWSTD_OS_SUNOS - char dummy = '\0'; +# ifndef _RWSTD_NO_POSIX_MADVISE + + const int advice = POSIX_MADV_WILLNEED; + + // on Solaris use posix_madvise if available + if (-1 == posix_madvise (next, 1, advice)) { + +# else + + const int advice = MADV_WILLNEED; + + // on Solaris use madvise if available + if (-1 == madvise (next, 1, advice)) { - // on Solaris use mincore() instead of madvise() since - // the latter is unreliable - if (-1 == mincore (next, 1, &dummy)) { +# endif // _RWSTD_NO_POSIX_MADVISE const int err = errno; errno = errno_save;
From [email protected] Sat Feb 19 11:56:03 2011 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73026 invoked from network); 19 Feb 2011 11:56:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2011 11:56:03 -0000 Received: (qmail 4480 invoked by uid 500); 19 Feb 2011 11:56:02 -0000 Delivered-To: [email protected] Received: (qmail 4407 invoked by uid 500); 19 Feb 2011 11:56: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: <ddlutils-dev.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4397 invoked by uid 99); 19 Feb 2011 11:56:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Feb 2011 11:56:00 +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, 19 Feb 2011 11:55:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 050B21ABF1B for <[email protected]>; Sat, 19 Feb 2011 11:55:39 +0000 (UTC) Date: Sat, 19 Feb 2011 11:55:39 +0000 (UTC) From: "Jason Kaufmann (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <20517675.22901291118770569.JavaMail.jira@thor> Subject: [jira] Commented: (DDLUTILS-265) Oracle tablename with a '_' doesn't work correctly 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/DDLUTILS-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996763#comment-12996763 ] Jason Kaufmann commented on DDLUTILS-265: ----------------------------------------- This fix broke me - using SQL Server 2000 on WinXP. Tables I have named with an underscore in them are no longer found. > Oracle tablename with a '_' doesn't work correctly > -------------------------------------------------- > > Key: DDLUTILS-265 > URL: https://issues.apache.org/jira/browse/DDLUTILS-265 > Project: DdlUtils > Issue Type: Bug > Components: Core - Oracle > Reporter: Henk Laracker > Assignee: Thomas Dudziak > > I tested it on the head. > I have a excisting database with tablenames like "pln_test" or "pln_helloworld" > If i try to read this database to a model, the fields are not resolved for tables without a "_" it works > In the class JdbcModelreader i changed the following > //columnData = metaData.getColumns(metaData.escapeForSearch(tableName), getDefaultColumnPattern()); > columnData = metaData.getColumns(tableName, getDefaultColumnPattern()); > Because the data is retrieved by the jdbc metadata escaping is not needed > And now it works. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira
From [email protected] Tue Aug 04 16:44:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43899 invoked from network); 4 Aug 2009 16:44:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Aug 2009 16:44:17 -0000 Received: (qmail 63228 invoked by uid 500); 4 Aug 2009 16:44:21 -0000 Delivered-To: [email protected] Received: (qmail 63151 invoked by uid 500); 4 Aug 2009 16:44: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63141 invoked by uid 99); 4 Aug 2009 16:44:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 16:44:21 +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.netloc.info) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 16:44:11 +0000 Received: from [161.129.204.104] (wvpn118.vpn.uni-wuerzburg.de [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by mail.netloc.info (Postfix) with ESMTPSA id 5B8C99F837 for <[email protected]>; Tue, 4 Aug 2009 18:43:49 +0200 (CEST) Message-Id: <[email protected]> From: Alex Legler <[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: Checking out from CVS -- cvs_native not working Date: Tue, 4 Aug 2009 18:43:49 +0200 X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org Heya, I'm trying to get Continuum to check out a project from CVS. Since we use the "sserver" auth method of CVSNT, I understand that I need to use the native CVS provider. When I run maven from command line, everything works fine, just not in Continuum. The problem seems to be that the cvs_native method is not selected: "Provider message: The scm url is invalid.: Unknown transport: sserver" This is my scm url: "<connection>scm:[email protected] |d:/repositories/d3web-basics|d3web-Kernel</connection>" In the logs I find this stack trace: org.apache.maven.scm.repository.ScmRepositoryException: The scm url is invalid. at org .apache .maven .scm .provider .cvslib .AbstractCvsScmProvider .makeProviderScmRepository(AbstractCvsScmProvider.java:143) at org .apache .maven .scm .manager.AbstractScmManager.makeScmRepository(AbstractScmManager.java: 192) at org .apache .continuum .scm.DefaultContinuumScm.getScmRepository(DefaultContinuumScm.java: 145) at org .apache .continuum.scm.DefaultContinuumScm.checkout(DefaultContinuumScm.java: 58) at org .apache .maven .continuum .core .action .CheckoutProjectContinuumAction .execute(CheckoutProjectContinuumAction.java:108) at org .apache .maven .continuum .buildcontroller .DefaultBuildController.performAction(DefaultBuildController.java:435) at org .apache .maven .continuum .buildcontroller .DefaultBuildController .updateWorkingDirectory(DefaultBuildController.java:418) at org .apache .maven .continuum .buildcontroller .DefaultBuildController.build(DefaultBuildController.java:133) at org .apache .maven .continuum .buildcontroller .BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java: 50) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor $ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116) at edu.emory.mathcs.backport.java.util.concurrent.Executors $RunnableAdapter.call(Executors.java:442) at edu .emory .mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java: 178) at edu .emory .mathcs .backport .java .util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: 1061) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor $Worker.run(ThreadPoolExecutor.java:575) at java.lang.Thread.run(Thread.java:619) As stated in the FAQ (http://continuum.apache.org/faqs.html#the-embedded-java-CVS-client-doesn-t-work-for-me-what-is-the-workaround ) I tried setting "- Dmaven.scm.provider.cvs.implementation=cvs_native", but to no luck. Neither the standalone version nor the .war (Tomcat) of two versions of continuum seem to adopt the flag (I can correctly retrieve the contents of the property from a simple JSP file, though). So, is it just me overlooking the obvious or is something actually broken? Thanks, Alex From [email protected] Tue Aug 04 20:54:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56325 invoked from network); 4 Aug 2009 20:54:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Aug 2009 20:54:20 -0000 Received: (qmail 97426 invoked by uid 500); 4 Aug 2009 20:54:24 -0000 Delivered-To: [email protected] Received: (qmail 97345 invoked by uid 500); 4 Aug 2009 20:54: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97335 invoked by uid 99); 4 Aug 2009 20:54:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 20:54:23 +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; Tue, 04 Aug 2009 20:54: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 1MYR17-0004o6-TY for [email protected]; Tue, 04 Aug 2009 13:53:53 -0700 Message-ID: <[email protected]> Date: Tue, 4 Aug 2009 13:53:53 -0700 (PDT) From: cree <[email protected]> To: [email protected] Subject: Automated Build Process 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 All, I looked through the different guides offered by the site. I saw there is a manual way to force a build. What I am curious to know is if there is an automated way to force a build. So for instance, a user commits to the svn repository. In which either, can trigger a post-commit hook to ask continuum to force a build or continuum already knows about the commit and builds it on its own. I understand certain pitfalls for doing this process (for instance, if someone commits many different pieces of code to account for their entire commit). If there is a better process I am always open to suggestions, but I am trying to make it as automated as possible. I appreciate all suggestions, thank you -- View this message in context: http://www.nabble.com/Automated-Build-Process-tp24816043p24816043.html Sent from the Continuum - Users mailing list [email protected]. From [email protected] Thu Aug 06 14:56:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21835 invoked from network); 6 Aug 2009 14:56:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Aug 2009 14:56:57 -0000 Received: (qmail 40779 invoked by uid 500); 6 Aug 2009 14:57:04 -0000 Delivered-To: [email protected] Received: (qmail 40690 invoked by uid 500); 6 Aug 2009 14:57: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 66949 invoked by uid 99); 6 Aug 2009 14:28:13 -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) Subject: FYI: OutOfMemoryError MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 6 Aug 2009 16:27:38 +0200 Content-class: urn:content-classes:message Message-ID: <[email protected]> X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FYI: OutOfMemoryError Thread-Index: AcoWogyWS/F+tgdBR2awEwmRZWyTVw== From: "Martin Trummer" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org I just had a strange situation: * when I look at a project in the 'Project Group Summary', I see that the last build was successful (the green sign) * then I open 'Build results' for that project and also see that the last build was successful (the green sign) but when I now open the 'Result' for this build, I see the errormessage/stacktrace below My explanation/solution for this: * First I thought, that maven didn't have enough memory and messed around with MAVEN_OPTS, but that was not the problem * after the automatic build, the target directory existed and the .jar file was also there * and also manually calling maven (with the same arguments) on the command line worked * so the maven build was ok & thus the green sign was also correct * when doing the manuall build I noticed, that my debug-level was very low and that a lot of info was printed on stdout/stderr=20 * so I guess that: * the build was ok, but the problem only occured when the continuum webapplication tried to render the build-results solution: increase the memory for the continuum web-application in: C:\Programme\apache-continuum-1.2\conf\wrapper.conf *** # Initial Java Heap Size (in MB) wrapper.java.initmemory=3D256 # Maximum Java Heap Size (in MB) wrapper.java.maxmemory=3D1024 *** now everything works fine again cheers, martin ******************************************************* Error Occurred java.lang.reflect.InvocationTargetException Show/hide Stack Trace java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActio nInvocation.java:358) at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultA ctionInvocation.java:218) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:192) at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercep t(DefaultWorkflowInterceptor.java:175) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(Met hodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(Valid ationInterceptor.java:115) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(Met hodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationIn terceptor.intercept(ForceContinuumConfigurationInterceptor.java:72) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementIntercept or.intercept(PolicyEnforcementInterceptor.java:149) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.in tercept(SecureActionInterceptor.java:178) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at org.codehaus.plexus.xwork.interceptor.ExceptionMappingInterceptor.interc ept(ExceptionMappingInterceptor.java:58) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercep t(DefaultWorkflowInterceptor.java:175) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(Met hodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(Valid ationInterceptor.java:115) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(Met hodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInt erceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInt erceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInt erceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.webwork.interceptor.FileUploadInterceptor.intercept(Fil eUploadInterceptor.java:174) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInt erceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.webwork.interceptor.debugging.DebuggingInterceptor.inte rcept(DebuggingInterceptor.java:169) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInt erceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.interceptor.I18nInterceptor.intercept(I18nInterce ptor.java:151) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInt erceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInt erceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInt erceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor.intercept (ExceptionMappingInterceptor.java:186) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at org.codehaus.plexus.redback.xwork.interceptor.AutoLoginInterceptor.inter cept(AutoLoginInterceptor.java:156) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at org.codehaus.plexus.redback.xwork.interceptor.ForceAdminUserInterceptor. intercept(ForceAdminUserInterceptor.java:76) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at org.codehaus.plexus.redback.xwork.interceptor.EnvironmentCheckIntercepto r.intercept(EnvironmentCheckInterceptor.java:122) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc ation.java:190) at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.jav a:116) at com.opensymphony.webwork.dispatcher.DispatcherUtils.serviceAction(Dispat cherUtils.java:273) at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDisp atcher.java:202) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan dler.java:1088) at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter. java:118) at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.j ava:52) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan dler.java:1088) at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(Action ContextCleanUp.java:88) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan dler.java:1088) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:2 16) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandler Collection.java:206) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.jav a:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConne ction.java:829) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java: 395) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.ja va:450) Caused by: java.lang.OutOfMemoryError: Java heap space =20 From [email protected] Mon Aug 10 02:07:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83100 invoked from network); 10 Aug 2009 02:07:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2009 02:07:15 -0000 Received: (qmail 26017 invoked by uid 500); 10 Aug 2009 02:07:22 -0000 Delivered-To: [email protected] Received: (qmail 25835 invoked by uid 500); 10 Aug 2009 02: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: <users.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25758 invoked by uid 99); 10 Aug 2009 02:07:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 02:07: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-pz0-f202.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 02:07:09 +0000 Received: by pzk40 with SMTP id 40so2547042pzk.14 for <multiple recipients>; Sun, 09 Aug 2009 19:06:48 -0700 (PDT) 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=CplhBUtPfkmbjt+/Dmyj5OtxXILrhTTJpXpco82GAj4=; b=k/6IkegEbV7BzYfn/Dzxfz3KL3SdFYcb8EiimqYKJyU/UGJlv4kYz2ukxlFDkfwzq2 3DvW21rnVR9O5nU164u0E+uhnmNLK5ljrVa0lBMPweRv25jEmurSN6cV5nfGQiwnKyik Q57TXladFShoCuJRs5gXZZNrRjrSTyayfxm50= 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=jfOEwOi6wwSxXn/YJ9AEjDM/wPMaEdDRq7w1O8zGqOqV5mWQj3rbJwsWBujxshWcQm JlTjyBuOOa2ewho9xn3EGbRapjqXQvVgeFsbAjlzsAHJEf8aWmikm/0XIr2Rb3qHU0sY cN1T+sQ5eDka9AA1jhmLin+NjKsFL0siilFWU= MIME-Version: 1.0 Sender: [email protected] Received: by 161.129.204.104 with SMTP id m11mr5536191wam.87.1249870008433; Sun, 09 Aug 2009 19:06:48 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Mon, 10 Aug 2009 10:06:48 +0800 X-Google-Sender-Auth: 106acb94a4100a26 Message-ID: <[email protected]> Subject: Fwd: Sign up for ApacheCon US by 14 August and save up to $500! From: Deng Ching <[email protected]> To: [email protected], [email protected], [email protected], [email protected] Content-Type: multipart/alternative; boundary=00163641781bde3d980470c00913 X-Virus-Checked: Checked by ClamAV on apache.org --00163641781bde3d980470c00913 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sign up for ApacheCon US by 14 August and save up to $500! This year's ApacheCon US promises to deliver our most extensive program to date, and largest anticipated gathering of the global Apache community to celebrate the ASF's milestone 10th Anniversary. The San Francisco Bay Area is where the very first ASF official user conference was held, and we hope that you will join us in celebrating the ASF's success! Apache members, code contributors, users, developers, system administrators, business managers, service providers, and vendors will convene 2-6 November in Oakland, California, for a week of training, presentations, sharing and hacking. ApacheCon US 2009 features new content tracks, MeetUps, and GetTogethers, as well as a number of events open to the public free of charge, such as the Hackathon and 2-day BarCampApache, in appreciation of their support over the past decade. Be sure to register by 14 August to save up to $500! To sign up, visit http://www.us.apachecon.com/ Those wishing to attend ApacheCon, but may be unable to do so due to financial reasons are encouraged to apply for Travel Assistance by completing the form at http://www.apache.org/travel/ Financial support for flights, accommodation, subsistence, and conference fees are availablAnyone involved in Open Source is welcome to apply for financial support for flights, accommodation, subsistence and Conference fees. Hurry, applications close on 17 August. Conference sponsor, exhibitor, and community partnerships are also available: please contact Delia Frees at [email protected] for details. # # # --00163641781bde3d980470c00913-- From [email protected] Mon Aug 10 21:09:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91894 invoked from network); 10 Aug 2009 21:09:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2009 21:09:06 -0000 Received: (qmail 4402 invoked by uid 500); 10 Aug 2009 21:09:13 -0000 Delivered-To: [email protected] Received: (qmail 4348 invoked by uid 500); 10 Aug 2009 21:09: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4338 invoked by uid 99); 10 Aug 2009 21:09:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 21:09:12 +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; Mon, 10 Aug 2009 21:09: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 1Mac6j-0007zq-Ef for [email protected]; Mon, 10 Aug 2009 14:08:41 -0700 Message-ID: <[email protected]> Date: Mon, 10 Aug 2009 14:08:41 -0700 (PDT) From: gudachari007 <[email protected]> To: [email protected] Subject: Re: 1.2.3 war deployment fails on glassfish container. [solved] 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]> X-Virus-Checked: Checked by ClamAV on apache.org Ted, are you saying you had to configer SMTP server to enalble notifications? I am getting following error when continuum tiies to send email notification; do I need to setup somekind of email server on glassfish to send out notifications? 2009-08-10 14:00:00,883 [pool-1-thread-1] ERROR org.apache.maven.continuum.notif ication.DefaultContinuumNotificationDispatcher - Error while trying to use the mail notifier. org.apache.maven.continuum.notification.NotificationException: Exception while s ending message. at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.se ndMessage(MailContinuumNotifier.java:652) at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.bu ildComplete(MailContinuumNotifier.java:402) at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.bu ildComplete(MailContinuumNotifier.java:282) at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.se ndMessage(MailContinuumNotifier.java:260) at org.apache.maven.continuum.notification.DefaultContinuumNotificationD ispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:201) at org.apache.maven.continuum.notification.DefaultContinuumNotificationD ispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:184) at org.apache.maven.continuum.notification.DefaultContinuumNotificationD ispatcher.buildComplete(DefaultContinuumNotificationDispatcher.java:96) at org.apache.maven.continuum.buildcontroller.DefaultBuildController.end Build(DefaultBuildController.java:241) at org.apache.maven.continuum.buildcontroller.DefaultBuildController.bui ld(DefaultBuildController.java:195) at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.e xecuteTask(BuildProjectTaskExecutor.java:50) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Exe cutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116) at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdap Ted Scott-2 wrote: > > Thank you Christian! > > After I realized that I had an SMTP server available in my XP > environment, I was able to successfully deploy 1.2.3 under glassfish on > XP. Once I figure out how to set up the fake messaging in the solaris > cluster (SMTP is not an option there due to security concerns) I'm sure > that I can get it going there for the group to use. > > All I had to do was define the mail session resource and deploy. > Continuum appears to be happy now, and possibly the command line > arguments you specified are only required for deployment behind a mod_jk > front. > > Should I file a documentation bug (or a bug, since there are > environments that do not have access to an SMTP server) so someone knows > to update at least the deployment page? > > It would be nice if the messaging configuration could happen from inside > the management interface. > > Thanks again for the reply, I think I'm on the road to success now. > > Now about the what is the Deployment Repository question, if you can > shed any light on that I would be indebted to your generosity. > > -Ted > > Christian Schulte wrote: >> Ted Scott schrieb: >>> Mail session? First I've heard about needing it. The install >>> destructions I'm using are at: >>> http://continuum.apache.org/docs/1.2.3/installation/glassfish.html >>> >>> Is that new since 1.1? I htere a way to turn it off, our dev cluster is >>> not able to hit an SMTP server, although I could set up one that sends >>> all mail to /dev/null. How do I go about configuring a mail session? >>> >> >> There were quite a few things needed to get continuum working with >> glassfish here. All can be done using the admin ui of glassfish. For the >> mail session, I created a new session at Ressources->JavaMail-Session >> using the JNDI name 'mail/Session' (capital 'S'). Also I needed to add >> the following system properties to the JVM settings of the glassfish >> instance: >> >> -Dcatalina.home=${com.sun.aas.instanceRoot} >> -Dcatalina.base=${com.sun.aas.instanceRoot} >> -Dcom.sun.enterprise.web.connector.enableJK=8009 >> -Dappserver.home=${com.sun.aas.instanceRoot} >> -Dappserver.base=${com.sun.aas.instanceRoot} >> >> I think some of them are only needed for mod_jk support in glassfish. At >> the end, things started to work that way. I have never used continuum >> 1.1. Continuum 1.2.x and 1.3.x are working with glassfish. >> > > -- View this message in context: http://www.nabble.com/1.2.3-war-deployment-fails-on-glassfish-container.-tp23948082p24907536.html Sent from the Continuum - Users mailing list [email protected]. From [email protected] Wed Aug 12 11:20:53 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15907 invoked from network); 12 Aug 2009 11:20:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Aug 2009 11:20:53 -0000 Received: (qmail 33424 invoked by uid 500); 12 Aug 2009 11:19:01 -0000 Delivered-To: [email protected] Received: (qmail 33387 invoked by uid 500); 12 Aug 2009 11:19: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: <users.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 14795 invoked by uid 99); 12 Aug 2009 11:09:51 -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: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) From: Jignasa Kanchanlal Gurjar <[email protected]> To: "[email protected]" <[email protected]> CC: Jignasa Kanchanlal Gurjar <[email protected]> Date: Wed, 12 Aug 2009 16:39:16 +0530 Subject: Getting Error: POM file does not exist.Either the pom you specified or one of its modules doesn't exist. Thread-Topic: Getting Error: POM file does not exist.Either the pom you specified or one of its modules doesn't exist. Thread-Index: AcobPVTaMQhCKaYKS+CIV4JTgZvnXQ== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_EC7B7B78F1267D46AA63A1E8920929AD09FADC8E71BANGMAILsapie_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_EC7B7B78F1267D46AA63A1E8920929AD09FADC8E71BANGMAILsapie_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have installed continuum on solaris environment. I have pom.xml with modules. And I am taking check out from local system. I am getting following error while giving URL as: file:/W:/JavaSource on so= laris box. POM file does not exist. Either the pom you specified or one of its modules= doesn't exist. I have the folder structure as: /JavaSource /Module1 /subModule1 /pom.xml /subModule2 /pom.xml /Module2 /pom.xml /Module3 /subModule1 /pom.xml /subModule2 /pom.xml /pom.xml The same source with the same pom.xml is working on windows system. I am wondering whether I need to do some configuration on solaris. Please, let me know what wrong I am doing here. Thanks & Regards, Jignasa Gurjar =AC Sapient | Bangalore --_000_EC7B7B78F1267D46AA63A1E8920929AD09FADC8E71BANGMAILsapie_-- From [email protected] Wed Aug 12 11:25:07 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18532 invoked from network); 12 Aug 2009 11:25:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Aug 2009 11:25:07 -0000 Received: (qmail 50949 invoked by uid 500); 12 Aug 2009 11:25:14 -0000 Delivered-To: [email protected] Received: (qmail 50902 invoked by uid 500); 12 Aug 2009 11:25: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50892 invoked by uid 99); 12 Aug 2009 11:25:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2009 11:25:14 +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-fx0-f221.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2009 11:25:05 +0000 Received: by fxm21 with SMTP id 21so1806928fxm.27 for <[email protected]>; Wed, 12 Aug 2009 04:24: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 :date:message-id:subject:from:to:content-type; bh=4Nt6Alc7olqf0r/Nwzn/s0y4ZuoZVw17vSO5Y88EcRI=; b=DtHKVom4Vv/4xep0Ivf5/+zWH+tK04Z7VS4pZO+BFCb9TRetLYh3y2sjtkRUiUPxhK Du1GoH0L2E3o1trABpdEuIiRKQeWrblQeCJLo/yeicM43OSGLmpjd86VNJAbJYfOjbgf lWvwRoD70Da6HhGFI3PDg0AUXGkydKzcY6G9g= 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=otjpa3JqnSyIg02DhMYqJDtnr9O7udO+RhsRPNoQ5cGpFhbx0sWGwMALxU9vDsgtKk xpZJqo947C7EwqhK7m+0QqdKRRbV3rePWLMAbX9uiVt7peRyD7lfNKUZT4HeT53u02Rk b4a1HgHAVbn1TYDbr7e8JIpJQdNPtcdJrHdFA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id m17mr4823faq.56.1250076284609; Wed, 12 Aug 2009 04:24:44 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 12 Aug 2009 13:24:44 +0200 Message-ID: <[email protected]> Subject: Re: Getting Error: POM file does not exist.Either the pom you specified or one of its modules doesn't exist. From: Emmanuel Venisse <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636c5ac3ee2e4590470f010d7 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5ac3ee2e4590470f010d7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable file:/W:/JavaSource on Solaris??? "W:" isn't a valid path on Solaris and all *nix, it's a windows path. Emmanuel On Wed, Aug 12, 2009 at 1:09 PM, Jignasa Kanchanlal Gurjar < [email protected]> wrote: > Hi, > > I have installed continuum on solaris environment. > > I have pom.xml with modules. And I am taking check out from local system. > > I am getting following error while giving URL as: file:/W:/JavaSource on > solaris box. > > POM file does not exist. Either the pom you specified or one of its modul= es > doesn't exist. > > I have the folder structure as: > > /JavaSource > /Module1 > /subModule1 > /pom.xml > /subModule2 > /pom.xml > /Module2 > /pom.xml > /Module3 > /subModule1 > /pom.xml > /subModule2 > /pom.xml > /pom.xml > > The same source with the same pom.xml is working on windows system. > > I am wondering whether I need to do some configuration on solaris. > > Please, let me know what wrong I am doing here. > > Thanks & Regards, > Jignasa Gurjar > =AC Sapient | Bangalore > > --001636c5ac3ee2e4590470f010d7-- From [email protected] Wed Aug 12 13:56:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92958 invoked from network); 12 Aug 2009 13:56:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Aug 2009 13:56:23 -0000 Received: (qmail 6651 invoked by uid 500); 12 Aug 2009 13:56:29 -0000 Delivered-To: [email protected] Received: (qmail 6570 invoked by uid 500); 12 Aug 2009 13:56: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: <users.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6560 invoked by uid 99); 12 Aug 2009 13:56:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2009 13:56:29 +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 web28507.mail.ukl.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 12 Aug 2009 13:56:18 +0000 Received: (qmail 1745 invoked by uid 60001); 12 Aug 2009 13:55:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.fr; s=s1024; t=1250085355; bh=dsIeLzdxJ9vqwRmo3Vq1QnG4nVede6rfqDyTPeIkjpQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=le0q14+VZQKSuNAOQuH2dXicRDgCEjlkIIgNJkHfBuO+CeVNEDz/4ro4LQe3MPy/xwxdzregKWsrW553JIYTysTntobtdxdtuQYA1TRO/s/w2BtjGUdXP3AYZkiYXAfuWplk0ZABdkCOknmHAi2WzuZrBtjXqrF1SGpqu2Rqhlw= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=buhG/G6Poa5dSQ8/SeB3QE2Km3x9V/PGMYelJKDHKE2AUV/vkRo59tq/4G9Mbek19z95YP7SrMknFTecrU5O4e7wu+kj86zpprEirQeGQJRdjP26zGKJ5AlQTluG3p3LWYLaD5Tpy53lYWmNqvqEhuK5ZoJ0v1il+xJKMfgmWx8=; Message-ID: <[email protected]> X-YMail-OSG: GutTWvAVM1nGXJmmRPvJhz93VdTTDzsfsMwNhr6663gJdEMrpQfrER3qohYDXBi.QAMAGtLqYewnsPIE3kzoai3YdDcdxrQINuj2FEWTWTllQ3ueW_pQE6XBA4vygx9_txtB6RhdMhhUwEG0ggqOX4mpofoUs4cxE5c37ya8dJ0kxzmD8EzYBX_dAHIlwZQVILMd9X8JM4pmjYcXEYUauWIwRMz.55KVBYwn5iU51rivJQP0oU_Ly65Zpn3HdC16tJGJSB1m0ezBUILr7eEqEXuEmNNHnH7t5ltyjD.t.3dcUXCjkCJNciBnNhKNRcbpg0kh Received: from [161.129.204.104] by web28507.mail.ukl.yahoo.com via HTTP; Wed, 12 Aug 2009 13:55:55 GMT X-Mailer: YahooMailRC/1358.27 YahooMailWebService/0.7.289.15 Date: Wed, 12 Aug 2009 13:55:55 +0000 (GMT) From: Julien HENRY <[email protected]> Subject: Build planification ignore/fail on test produce unexpected result To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1737415489-1250085355=:157" X-Virus-Checked: Checked by ClamAV on apache.org --0-1737415489-1250085355=:157 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi,=0A=0ALately I have asked a question about how to make Continuum fail on= JUnit tests and send mail but also generate the full Maven web site and so= nar.=0A=0AMy need is to have very frequent check of JUnit tests (say every = hours) and time consuming site generation performed every night.=0A=0AHere = is my configuration : I have 2 build definitions=0A=0A1) clean install --ba= tch-mode (every hour)=0A2) clean deploy sonar:sonar site site-deploy -Dmave= n.test.failure.ignore=3Dtrue --batch-mode (every night)=0A=0AIn one of my p= roject I have some JUnit test failures. Every hour, if there are svn modifi= cations, build one will start and fail then send notifications. In Continuu= m UI the color of the project is orange or red.=0A=0ANow I did a manual run= of build two (because I didn't wanted to wait next day but I'm curious to = see if build two will run if there is no svn modification since last time b= uild one run). Build two obviously succeed as test failure are ignored and = site was generated. But my concern is that in Continuum UI, project color i= s GREEN ! And worst, build one will never be started again until there are = svn modifications.=0A=0AI don't know what would be the perfect solution, bu= t I propose to clearly separate build executions and only say a project is = green when all build definitions are green.=0A=0AHave you already faced thi= s issue?=0A=0AJulien=0A=0A=0A=0A --0-1737415489-1250085355=:157-- From [email protected] Thu Aug 13 06:36:31 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80264 invoked from network); 13 Aug 2009 06:36:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Aug 2009 06:36:30 -0000 Received: (qmail 83704 invoked by uid 500); 13 Aug 2009 06:36:37 -0000 Delivered-To: [email protected] Received: (qmail 83648 invoked by uid 500); 13 Aug 2009 06:36: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83638 invoked by uid 99); 13 Aug 2009 06:36:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 06:36: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO sartre.xss.co.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 06:36:27 +0000 Received: from goethe.intern.xss.co.at (goethe.intern.xss.co.at [161.129.204.104]) (authenticated bits=0) by sartre.xss.co.at (8.14.3/8.14.3) with ESMTP id n7D6a4tZ004556 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <[email protected]>; Thu, 13 Aug 2009 08:36:04 +0200 Received: from ws5.intern.xss.co.at (ws5.intern.xss.co.at [161.129.204.104]) by goethe.intern.xss.co.at (8.13.8/8.13.8) with ESMTP id n7D6a2lF010073 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <[email protected]>; Thu, 13 Aug 2009 08:36:02 +0200 From: Martin =?iso-8859-1?q?H=F6ller?= <[email protected]> To: [email protected] Subject: Re: Build planification ignore/fail on test produce unexpected result Date: Thu, 13 Aug 2009 08:35:59 +0200 User-Agent: KMail/1.9.9 References: <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart8805244.PTVUCK7cVa"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on goethe.intern.xss.co.at X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 --nextPart8805244.PTVUCK7cVa Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Julien! On Wednesday 12 August 2009 Julien HENRY wrote: > Here is my configuration : I have 2 build definitions > > 1) clean install --batch-mode (every hour) > 2) clean deploy sonar:sonar site site-deploy > -Dmaven.test.failure.ignore=3Dtrue --batch-mode (every night) > > In one of my project I have some JUnit test failures. Every hour, if > there are svn modifications, build one will start and fail then send > notifications. In Continuum UI the color of the project is orange or red. > > Now I did a manual run of build two (because I didn't wanted to wait next > day but I'm curious to see if build two will run if there is no svn > modification since last time build one run). Build two obviously succeed > as test failure are ignored and site was generated. But my concern is > that in Continuum UI, project color is GREEN ! And worst, build one will > never be started again until there are svn modifications. > > I don't know what would be the perfect solution, but I propose to clearly > separate build executions and only say a project is green when all build > definitions are green. I never had a problem like this, so all my suggestions are just theory... Eventually the Failsafe Maven Plugin [0] (or at least its concepts) could=20 help here. It is designed to run integration tests but i guess one could=20 configure it to also run unit tests. The idea of the plugin is to separate running of the tests and verifying it= s=20 results. You could eventually run the tests (with some failures), produce=20 the reports and afterwards verify (in some later phase) the test results=20 and fail the build. hth, =2D martin [0] http://mojo.codehaus.org/failsafe-maven-plugin/ --nextPart8805244.PTVUCK7cVa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAkqDtE8ACgkQYJf22JPx7tk0jQCgn6wj8se5f8/aKnZE3uww+TcF etAAn2Ay7PVgRus7MxMTyBkkyEdqEsGS =d1pU -----END PGP SIGNATURE----- --nextPart8805244.PTVUCK7cVa-- From [email protected] Thu Aug 13 08:37:46 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7385 invoked from network); 13 Aug 2009 08:37:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Aug 2009 08:37:45 -0000 Received: (qmail 47317 invoked by uid 500); 13 Aug 2009 08:37:52 -0000 Delivered-To: [email protected] Received: (qmail 47226 invoked by uid 500); 13 Aug 2009 08:37: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47215 invoked by uid 99); 13 Aug 2009 08:37:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 08:37:52 +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 web28501.mail.ukl.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 13 Aug 2009 08:37:39 +0000 Received: (qmail 22483 invoked by uid 60001); 13 Aug 2009 08:37:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.fr; s=s1024; t=1250152637; bh=evRZ3l+If2m140N6lTdwvntm40uMxICuiTirwTc00rc=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=bk5rM9VIJP0vCLbXfFj+RjRBiC6v7rlz7Kd0n+eG6yRHdUJMyitbR3ijEJ6Zczka0oB/2SBUdQzfDDLruDVwqXWMvpwEycmC/vs7fAFxKDLT47fOeWj1YXtI88noKNY3AF/JX9CHKX/qrEQdHi627//tUNG2P/UhJMKJpH/HNak= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=kZvcWQWN0AY7ZjgurlXlsaidy39lOgyAhEDLTwRfiR6+fB9wRsdwlM1oGyJjIroMQoq0lOS5tan9aTi56K9Oua3cQAqfYkv4O7BsDh/MBfIYZtJeEv9MpCxqRVXp4VDUsCSWldXrdXPhk0bQkIHbxPKUrOXo3aSbBNIscU+uFOI=; Message-ID: <[email protected]> X-YMail-OSG: 5ixUVs4VM1koUqvsxIwmm6W_f42iIlyQWBXTHPA8amIcUmggoupAw01SpbBtNOdaeojR4g4y4SmOJPqBnsNS56GcJqLGwd.li.gaOmpck.fAHsCpqrjnAaq0N7ATMlxif9N2HVuNFdjCnQO6AHIHWB5OZFG33_jJmGSUJldnJayuNP.FyFMgzV4sEmm_s.47yJh8ZbvH0zi3NmanuMsE9YZWxxprYdMdOB8FCxbMDr4TQVndh.YUmjK2CKVq_eOjR95iChTUcrHH0QfbsdeYCeHeMWknLHQn5V_dWImrNp4jyf0uUteIaVWd8BoeBp_x2CJHQsLtrY4Bxn2S0BNNbdXxy87PaM26gi4lxIob Received: from [161.129.204.104] by web28501.mail.ukl.yahoo.com via HTTP; Thu, 13 Aug 2009 08:37:17 GMT X-Mailer: YahooMailRC/1358.27 YahooMailWebService/0.7.338.2 References: <[email protected]> <[email protected]> Date: Thu, 13 Aug 2009 08:37:17 +0000 (GMT) From: Julien HENRY <[email protected]> Subject: Re : Build planification ignore/fail on test produce unexpected result To: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-823175647-1250152637=:21551" X-Virus-Checked: Checked by ClamAV on apache.org --0-823175647-1250152637=:21551 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi Martin,=0A=0AThanks for your suggestion.=0A=0AIf I understand the failsa= fe plugin documentation and your suggestion, it means failing the build dur= ing the verify phase instead of test phase.=0A=0ASo I will try something li= ke:=0A1)=0Aconfigure failsafe plugin to be attached to the test phase inste= ad of=0Athe integration-test one=0A2) disable surefire=0A3) mvn clean post-= integration-test site site-deploy sonar:sonar install verify=0A=0AAnyway I = can already tell I don't like this solution as it smells too much a hack fo= r me and it will make it harder for my users to understand the purpose of a= ll this mess.=0AWhat a pity there is no separate verify goal on the surefir= e plugin...=0A=0A++=0A=0AJulien=0A=0A=0A=0A=0A_____________________________= ___=0ADe : Martin H=F6ller <[email protected]>=0A=C0 : [email protected]= e.org=0AEnvoy=E9 le : Jeudi, 13 Ao=FBt 2009, 8h35mn 59s=0AObjet : Re: Build= planification ignore/fail on test produce unexpected result=0A=0AHi Julien= !=0A=0AOn Wednesday 12 August 2009 Julien HENRY wrote:=0A> Here is my confi= guration : I have 2 build definitions=0A>=0A> 1) clean install --batch-mode= (every hour)=0A> 2) clean deploy sonar:sonar site site-deploy=0A> -Dmaven.= test.failure.ignore=3Dtrue --batch-mode (every night)=0A>=0A> In one of my = project I have some JUnit test failures. Every hour, if=0A> there are svn m= odifications, build one will start and fail then send=0A> notifications. In= Continuum UI the color of the project is orange or red.=0A>=0A> Now I did = a manual run of build two (because I didn't wanted to wait next=0A> day but= I'm curious to see if build two will run if there is no svn=0A> modificati= on since last time build one run). Build two obviously succeed=0A> as test = failure are ignored and site was generated. But my concern is=0A> that in C= ontinuum UI, project color is GREEN ! And worst, build one will=0A> never b= e started again until there are svn modifications.=0A>=0A> I don't know wha= t would be the perfect solution, but I propose to clearly=0A> separate buil= d executions and only say a project is green when all build=0A> definitions= are green.=0A=0AI never had a problem like this, so all my suggestions are= just theory...=0A=0AEventually the Failsafe Maven Plugin [0] (or at least = its concepts) could =0Ahelp here. It is designed to run integration tests b= ut i guess one could =0Aconfigure it to also run unit tests.=0A=0AThe idea = of the plugin is to separate running of the tests and verifying its =0Aresu= lts. You could eventually run the tests (with some failures), produce =0Ath= e reports and afterwards verify (in some later phase) the test results =0Aa= nd fail the build.=0A=0Ahth,=0A- martin=0A=0A[0] http://mojo.codehaus.org/f= ailsafe-maven-plugin/=0A=0A=0A=0A --0-823175647-1250152637=:21551-- From [email protected] Thu Aug 13 09:00:34 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17413 invoked from network); 13 Aug 2009 09:00:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Aug 2009 09:00:34 -0000 Received: (qmail 72582 invoked by uid 500); 13 Aug 2009 09:00:40 -0000 Delivered-To: [email protected] Received: (qmail 72500 invoked by uid 500); 13 Aug 2009 09:00: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72490 invoked by uid 99); 13 Aug 2009 09:00:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 09:00: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO sartre.xss.co.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 09:00:31 +0000 Received: from goethe.intern.xss.co.at (goethe.intern.xss.co.at [161.129.204.104]) (authenticated bits=0) by sartre.xss.co.at (8.14.3/8.14.3) with ESMTP id n7D90AV3005783 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <[email protected]>; Thu, 13 Aug 2009 11:00:11 +0200 Received: from ws5.intern.xss.co.at (ws5.intern.xss.co.at [161.129.204.104]) by goethe.intern.xss.co.at (8.13.8/8.13.8) with ESMTP id n7D908X7030023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <[email protected]>; Thu, 13 Aug 2009 11:00:08 +0200 From: Martin =?iso-8859-1?q?H=F6ller?= <[email protected]> To: [email protected] Subject: Re: Build planification ignore/fail on test produce unexpected result Date: Thu, 13 Aug 2009 11:00:06 +0200 User-Agent: KMail/1.9.9 References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1829114.sCsGpZrGAD"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on goethe.intern.xss.co.at X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 --nextPart1829114.sCsGpZrGAD Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 13 August 2009 Julien HENRY wrote: > If I understand the failsafe plugin documentation and your suggestion, it > means failing the build during the verify phase instead of test phase. > > So I will try something like: > 1) > configure failsafe plugin to be attached to the test phase instead of > the integration-test one ACK > 2) disable surefire ACK > 3) mvn clean post-integration-test site site-deploy sonar:sonar install > verify Not 'verify' but 'failsafe:verify'. Or configure the failsafe:verify goal t= o=20 be executed in some phase like verify. > Anyway I can already tell I don't like this solution as it smells too > much a hack for me and it will make it harder for my users to understand > the purpose of all this mess. Well, I'm afraid you either have to live with it, or enhance surefire (whic= h=20 would be the nicest option). > What a pity there is no separate verify goal on the surefire plugin... Maybe you should search surefire's JIRA for related issues. I think I=20 remember a similar discussion on the maven-user list some time ago. hth, =2D martin --nextPart1829114.sCsGpZrGAD Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAkqD1hYACgkQYJf22JPx7tkFSwCfQe5rEVPl1In9OYoOQD7GiBIM /F0AmwYbVnb98HuFoj+ArMDSdRfVjbav =yYMl -----END PGP SIGNATURE----- --nextPart1829114.sCsGpZrGAD-- From [email protected] Fri Aug 14 12:31:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36719 invoked from network); 14 Aug 2009 12:31:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Aug 2009 12:31:50 -0000 Received: (qmail 77596 invoked by uid 500); 14 Aug 2009 12:31:56 -0000 Delivered-To: [email protected] Received: (qmail 77526 invoked by uid 500); 14 Aug 2009 12: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: <users.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77516 invoked by uid 99); 14 Aug 2009 12:31:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 12:31:55 +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.swordlord.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 14 Aug 2009 12:31:45 +0000 Received: (qmail 11646 invoked by uid 1001); 14 Aug 2009 14:31:23 +0200 Received: from 161.129.204.104 by bunny (envelope-from <[email protected]>, uid 64011) with qmail-scanner-1.25 (clamdscan: 0.84/1207. spamassassin: 3.0.3. Clear:RC:1(161.129.204.104):. Processed in 0.021278 secs); 14 Aug 2009 12:31:23 -0000 Received: from unknown (HELO localhost.localdomain) (161.129.204.104) by mail.swordlord.org with SMTP; 14 Aug 2009 14:31:23 +0200 Date: Fri, 14 Aug 2009 14:31:23 +0200 From: Adrian Wiesmann <[email protected]> To: [email protected] Subject: Automated installation after build Message-ID: <[email protected]> Organization: SOMAP.org X-Operating-System: SOMAP User-Agent: Fish! X-Mailer: Snake Oil Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello list I am a new user of continuum and while documentation is a little difficult for a greenhorn at times, things are running now and I very much like what I can do with continuum. Currently I am having a problem for which I am not sure how to find a solution because I don't know what word to search for. I hope you can help me out there. I want to have a demo website where the latest build of a project will be installed after every successful build. Currently I have a Project Group with a single Ant Project. The project compiles into a xy.war file which I would then like to automatically copy into the webapps folder of a tomcat instance on the same machine. Afterwards I would like to restart tomcat. I guess I am not the first trying to do so. Could please anybody supply me with some pointers? Thanks for your help. Cheers, Adrian From [email protected] Fri Aug 14 15:55:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21527 invoked from network); 14 Aug 2009 15:55:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Aug 2009 15:55:55 -0000 Received: (qmail 40890 invoked by uid 500); 14 Aug 2009 15:56:02 -0000 Delivered-To: [email protected] Received: (qmail 40819 invoked by uid 500); 14 Aug 2009 15:56: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40747 invoked by uid 99); 14 Aug 2009 15:55:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 15:55: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: 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, 14 Aug 2009 15:55:44 +0000 Received: by qw-out-1920.google.com with SMTP id 5so511274qwc.14 for <[email protected]>; Fri, 14 Aug 2009 08:55: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 :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=DVim+vjGB8HntyY+0s3r95ux+EhBl2IbaoWkJHMsXWU=; b=G4LJaQHSnYQQq9JafX+al8wAZ1t0JpM5Ovu4g0Bh3niZ8NnezVa9ptmNvqkJbuDxL2 IBSlMaRDRhXpEjrmSx5Vf8MjF9SFCql8G4P+OTkms/mgXBh9OF06KxVL565cZtwCgJrS iTbKUmBgz92HuWijt2/WtMhIXq9KZKl1X+6vg= 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=ZoDmBNAcpMajnyzjdMLENvshSD8Ax0Iaj7GUWLrVk0GDDuKwXcV0/u3KsXRZAHyPWa vL7UyLQLrLZ8oOBjmK0+t4wMCP1gkZfQER5sTL/2Yxxt2L3AIQh4gNwYyrbBx7v9fO7u hpSJklV/gkQN6t/qxHg7TplOTlTkUVWDddqTM= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s19mr2461332qaq.27.1250265323413; Fri, 14 Aug 2009 08:55:23 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Wendy Smoak <[email protected]> Date: Fri, 14 Aug 2009 08:55:03 -0700 Message-ID: <[email protected]> Subject: Re: Automated installation after build 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 Fri, Aug 14, 2009 at 5:31 AM, Adrian Wiesmann<[email protected]> wrote: > I am a new user of continuum and while documentation is a little difficult > for a greenhorn at times, things are running now and I very much like what > I can do with continuum. Please point out areas where you had trouble with the docs, so we can improve them! > I want to have a demo website where the latest build of a project will be > installed after every successful build. Currently I have a Project Group > with a single Ant Project. The project compiles into a xy.war file which I > would then like to automatically copy into the webapps folder of a tomcat > instance on the same machine. Afterwards I would like to restart tomcat. The easiest way to accomplish this is probably to make it part of your Ant script. I know there is a copy task, and I'd be surprised if there weren't Ant tasks for Tomcat. Or you could have a separate process (cron job?) that watches for the existence of xy.war and then does the copy and re-start. (Or I suppose you could have that as a separate "build" in Continuum.) -- Wendy From [email protected] Mon Aug 17 08:27:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20687 invoked from network); 17 Aug 2009 08:27:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Aug 2009 08:27:17 -0000 Received: (qmail 77934 invoked by uid 500); 17 Aug 2009 08:27:23 -0000 Delivered-To: [email protected] Received: (qmail 77870 invoked by uid 500); 17 Aug 2009 08: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: <users.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 30302 invoked by uid 99); 17 Aug 2009 01:38: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) Message-ID: <[email protected]> Content-Type: multipart/alternative; boundary="_480cfa6d-c98c-40d3-9c82-c73bf47c0232_" X-Originating-IP: [161.129.204.104] From: Suren Wickramasinghe <[email protected]> To: <[email protected]> Subject: How to get non-default working copy folder names Date: Mon, 17 Aug 2009 11:37:42 +1000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 17 Aug 2009 01:37:43.0022 (UTC) FILETIME=[507868E0:01CA1EDB] X-Virus-Checked: Checked by ClamAV on apache.org --_480cfa6d-c98c-40d3-9c82-c73bf47c0232_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi=2C I have a multi module maven2 project that I would like to build using conti= nuum. E.g. Directory structure in SVN /svnRoot /-Hello-World-parent /-Helloworld-Module-1 /-Helloworld-Module-2 In my parent POM I'm using relative paths to point to my working copys : e.= g. <modules> <module>../Helloworld-Module-1</module> <module>../Helloworld-Module-2</module> </modules> I'm using Continuum version - 1.2.3. And connecting to a remote SVN server = to download working copies and using the default working-directory of conti= nuum. My issue is that when continuum connects to the SVN=2C it assigns integer f= ilenames to the source files instead of using the name from SVN E.g. Local working copy structure /-Working-Directory /-1 /-2 /-3 My project does not build due to this default naming convention. How can I change the config to assign the original filename? Any help would be appreciated. Thanks=2C SW _________________________________________________________________ View photos of singles in your area Click Here http://a.ninemsn.com.au/b.aspx?URL=3Dhttp%3A%2F%2Fdating%2Eninemsn%2Ecom%2E= au%2Fsearch%2Fsearch%2Easpx%3Fexec%3Dgo%26tp%3Dq%26gc%3D2%26tr%3D1%26lage%3= D18%26uage%3D55%26cl%3D14%26sl%3D0%26dist%3D50%26po%3D1%26do%3D2%26tracking= id%3D1046138%26r2s%3D1&_t=3D773166090&_r=3DHotmail_Endtext&_m=3DEXT= --_480cfa6d-c98c-40d3-9c82-c73bf47c0232_-- From [email protected] Mon Aug 17 09:04:47 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42483 invoked from network); 17 Aug 2009 09:04:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Aug 2009 09:04:47 -0000 Received: (qmail 44722 invoked by uid 500); 17 Aug 2009 09:04:53 -0000 Delivered-To: [email protected] Received: (qmail 44675 invoked by uid 500); 17 Aug 2009 09:04: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44664 invoked by uid 99); 17 Aug 2009 09:04:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 09:04: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 mail.swordlord.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 17 Aug 2009 09:04:42 +0000 Received: (qmail 5445 invoked by uid 1001); 17 Aug 2009 11:04:21 +0200 Received: from 161.129.204.104 by bunny (envelope-from <[email protected]>, uid 64011) with qmail-scanner-1.25 (clamdscan: 0.84/1207. spamassassin: 3.0.3. Clear:RC:1(161.129.204.104):. Processed in 0.021984 secs); 17 Aug 2009 09:04:21 -0000 Received: from unknown (HELO localhost.localdomain) (161.129.204.104) by mail.swordlord.org with SMTP; 17 Aug 2009 11:04:21 +0200 Date: Mon, 17 Aug 2009 11:04:20 +0200 From: Adrian Wiesmann <[email protected]> To: [email protected] Subject: Re: Automated installation after build Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Organization: SOMAP.org X-Operating-System: SOMAP User-Agent: Fish! X-Mailer: Snake Oil Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Wendy Smoak <[email protected]> wrote: > Please point out areas where you had trouble with the docs, so we can > improve them! The main problem I am having is to understand where Continuum stops and where tools like Ant and Maven start. Which feature is part of Continuum and which feature is part of a third party library. When understanding this it becomes less complicated to find the correct source for help. > The easiest way to accomplish this is probably to make it part of your > Ant script. I know there is a copy task, and I'd be surprised if > there weren't Ant tasks for Tomcat. You are right, I could use the copy task from my Ant script (there already is one). What I did not understand (see my problem above) was if that copy mechanism already is a feature of Continuum or if I should use an Ant script. So just a follow up question: when using some copy task from my Ant script. Should I add a new Ant task to my continuum configuration, or should I just call a build task in my Ant script which also publishes the application? Whats the good practice there? Thanks for your help, Adrian From [email protected] Mon Aug 17 09:36:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65135 invoked from network); 17 Aug 2009 09:36:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Aug 2009 09:36:24 -0000 Received: (qmail 86409 invoked by uid 500); 17 Aug 2009 09:36:30 -0000 Delivered-To: [email protected] Received: (qmail 86344 invoked by uid 500); 17 Aug 2009 09:36: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86318 invoked by uid 99); 17 Aug 2009 09:36:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 09:36:22 +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 web28501.mail.ukl.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 17 Aug 2009 09:36:11 +0000 Received: (qmail 57632 invoked by uid 60001); 17 Aug 2009 09:35:48 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.fr; s=s1024; t=1250501748; bh=mbLE++Qn+fA05YAUqN5I7p3FHdqtgMGJFDR79xBBpFE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=whfdDKS+ifR01FzftO+P3+YIwss44b9wjKryWFzySnIq9G4z1qBjO5sKHFHsOrhd8OWRBWYDh8pbZrWddy4ziwR5QdV2uFQfyQKw9RCCXQ+Mity+mCSMhPnVPs5kh29KNhTZPZ+WzfLpVfR4LyjjIw9ob6bonrIc9Ri7L74NrH0= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=4PagjxVMO6AnkG4MEBdTrtIvpsrd/jg/IZy8FzDCxiuUDhiFCFBfnyFMuvnl9lZopvQjsEVOqJHDL/EoKNAHSS0zjC3jJBbopNDUTaS/Mt8whQ2GPL5yxfqAMndYnmOn30lbiooBWt9Pcutqd2tKGBUg9YR3axDx4uoEYIFh+1I=; Message-ID: <[email protected]> X-YMail-OSG: HEAgdfEVM1kJzKNVTlZmwceOnUiQLegsOh6YPupNoGK3n6lGELRFZRNJ83uhI.ZqqPJ4xh4zWiX3ENNU6TnYXSKYVGUKhqf4a7AdZOeGof69V7RvBlK8rhvJDDciPNa5rT11h6LQ0UESXSNl4lny3WH23U1ykNui9.mhlZs3nln11e06MdZNBGsyLvKLzDGDFaaGKv2ztEKL_tMPsLp2HNaJXc5n6sEFuUawmUNdna_RVdJDS7y98drBP.ffmgqimR7jjD6ZO2TJZh8p7wlY6Uz5MTY0GfVlvp8l7sxszjILvtWcOLgFN05FwQ.rTraRL4cP8ijE.jSq5C4QegHG8NG50WQwEdkujO42T5M- Received: from [161.129.204.104] by web28501.mail.ukl.yahoo.com via HTTP; Mon, 17 Aug 2009 09:35:48 GMT X-Mailer: YahooMailRC/1358.27 YahooMailWebService/0.7.338.2 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Mon, 17 Aug 2009 09:35:48 +0000 (GMT) From: Julien HENRY <[email protected]> Subject: Re : Build planification ignore/fail on test produce unexpected result To: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-84278933-1250501748=:57612" X-Virus-Checked: Checked by ClamAV on apache.org --0-84278933-1250501748=:57612 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi Martin,=0A=0AJust to let you know, it doesn't work for multi-module proj= ects. Here are the steps I have followed:=0A=0A1) edit parent pom to contai= ns:=0A<build>=0A <pluginManagement>=0A...=0A <plugin>=0A = <groupId>org.apache.maven.plugins</groupId>=0A = <artifactId>maven-surefire-plugin</artifactId>=0A <con= figuration>=0A <skipTests>true</skipTests>=0A = </configuration>=0A </plugin>=0A <pluginManageme= nt>=0A <plugins>=0A <plugin>=0A <groupId>org= .codehaus.mojo</groupId>=0A <artifactId>failsafe-maven-plu= gin</artifactId>=0A <version>2.4.3-alpha-1</version>=0A = <configuration>=0A <includes><include>*= */*.java</include></includes>=0A </configuration>=0A = <executions>=0A <execution>=0A = <id>integration-test</id>=0A <goals>=0A = <goal>integration-test</goal>=0A </goals>=0A = <phase>test</phase>=0A </execution>=0A = <execution>=0A <id>verify</id>=0A = <goals>=0A <goal>verify</goal>=0A = </goals>=0A <phase>deploy</phase><!-- This is= to override default execution on verify phase -->=0A </ex= ecution>=0A </executions>=0A </plugin>=0A = </plugins>=0A</build>=0A=0A2) run =0Amvn clean install site failsafe:verify= =0A=0AThe issue is that the first module that has test failure will stop th= e build so following modules in the reactor will not have their site genera= ted.=0A=0A++=0A=0AJulien=0A=0A=0A=0A=0A________________________________=0AD= e : Martin H=F6ller <[email protected]>=0A=C0 : [email protected]= =0AEnvoy=E9 le : Jeudi, 13 Ao=FBt 2009, 11h00mn 06s=0AObjet : Re: Build pla= nification ignore/fail on test produce unexpected result=0A=0AOn Thursday 1= 3 August 2009 Julien HENRY wrote:=0A> If I understand the failsafe plugin d= ocumentation and your suggestion, it=0A> means failing the build during the= verify phase instead of test phase.=0A>=0A> So I will try something like:= =0A> 1)=0A> configure failsafe plugin to be attached to the test phase inst= ead of=0A> the integration-test one=0A=0AACK=0A=0A> 2) disable surefire=0A= =0AACK=0A=0A> 3) mvn clean post-integration-test site site-deploy sonar:son= ar install=0A> verify=0A=0ANot 'verify' but 'failsafe:verify'. Or configure= the failsafe:verify goal to =0Abe executed in some phase like verify.=0A= =0A> Anyway I can already tell I don't like this solution as it smells too= =0A> much a hack for me and it will make it harder for my users to understa= nd=0A> the purpose of all this mess.=0A=0AWell, I'm afraid you either have = to live with it, or enhance surefire (which =0Awould be the nicest option).= =0A=0A> What a pity there is no separate verify goal on the surefire plugin= ...=0A=0AMaybe you should search surefire's JIRA for related issues. I thin= k I =0Aremember a similar discussion on the maven-user list some time ago.= =0A=0Ahth,=0A- martin=0A=0A=0A=0A --0-84278933-1250501748=:57612-- From [email protected] Mon Aug 17 13:57:18 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25446 invoked from network); 17 Aug 2009 13:57:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Aug 2009 13:57:18 -0000 Received: (qmail 78477 invoked by uid 500); 17 Aug 2009 13:57:24 -0000 Delivered-To: [email protected] Received: (qmail 78431 invoked by uid 500); 17 Aug 2009 13: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: <users.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78421 invoked by uid 99); 17 Aug 2009 13:57:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 13:57: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: 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; Mon, 17 Aug 2009 13:57:16 +0000 Received: by qw-out-1920.google.com with SMTP id 5so907957qwc.14 for <[email protected]>; Mon, 17 Aug 2009 06:56:55 -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=nPalyaC6uKK7DjH659UcFfIu8buXr0pjhUOwP+xdNJA=; b=WNxJAQHixMfJjh5wCezkL0QQVXgTb2qWB960hXeUvR3NqF2Eb+AO/q5kx56VicTA7S KhLCY+/lxGvwKA3T9sqznte9NwDZHGI88lXLQVh/hVXIJrOxTGksXc89zvzNR3qnQE9y 6Wqn3siBxv15ZwUs9cB+Y2nq6KvS3otMgIpos= 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=SLu8AI9U5QzI3k1Ew0McyrVo78DKigYtwxBZpEvJZ6cQ1C19BdJlFtvDdW6OjdUA+R 2HwcbhbxOBbiMoiiDeq+/bxS3GSaxcdOfJ7eDMtpAIrxQrvMCXWs45fAEgMChCo8hIEP VeP2LDrSGQSytCCJ5XP4U0m6v4I9HMNUqqtu0= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id i9mr4192397qah.8.1250517415324; Mon, 17 Aug 2009 06:56:55 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> From: Wendy Smoak <[email protected]> Date: Mon, 17 Aug 2009 06:56:35 -0700 Message-ID: <[email protected]> Subject: Re: Automated installation after build 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 Mon, Aug 17, 2009 at 2:04 AM, Adrian Wiesmann<[email protected]> wrote: > The main problem I am having is to understand where Continuum stops and > where tools like Ant and Maven start. Which feature is part of Continuum > and which feature is part of a third party library. When understanding > this it becomes less complicated to find the correct source for help. One way to think about Continuum is "build automation". If you look in the logs, you'll see it executing a command-line build like "mvn clean install" or "ant build" on the schedule you chose [subject to some conditions like whether anything has changed in source control]. So that would mean you need to make your Ant script do everything you want, then have Continuum execute it at the correct time. > You are right, I could use the copy task from my Ant script (there already > is one). What I did not understand (see my problem above) was if that copy > mechanism already is a feature of Continuum or if I should use an Ant > script. There has occasionally been discussion of adding pre- and post- build hooks into Continuum, so you can execute things that are not part of the build, but it hasn't happened yet. I prefer to put these kind of things into a section of the build that only gets run if the build is happening on the Continuum server. (With Maven, I do it in a profile.) > So just a follow up question: when using some copy task from my Ant > script. Should I add a new Ant task to my continuum configuration, or > should I just call a build task in my Ant script which also publishes the > application? Whats the good practice there? I'd probably do the former and add a separate task that's only called by Continuum (or on demand). The latter sounds like it would make it part of the default build, so it would happen for a developer who's just trying to build the project locally and work on it. -- Wendy From [email protected] Mon Aug 17 14:09:35 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33158 invoked from network); 17 Aug 2009 14:09:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Aug 2009 14:09:35 -0000 Received: (qmail 97885 invoked by uid 500); 17 Aug 2009 14:09:41 -0000 Delivered-To: [email protected] Received: (qmail 97812 invoked by uid 500); 17 Aug 2009 14:09: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97802 invoked by uid 99); 17 Aug 2009 14:09:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 14:09:41 +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 mail2.ica.se) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 14:09:33 +0000 X-IronPort-AV: E=Sophos;i="4.43,396,1246831200"; d="scan'208";a="5641237" Received: from unknown (HELO icase02.ica.ia-hc.net) ([161.129.204.104]) by mail2.ica.se with ESMTP; 17 Aug 2009 16:09:08 +0200 Subject: =?ISO-8859-1?Q?Joakim_Zetterberg=2FH00JZG=2FHK=5FITLOG=2FBOR=C5S=2FICA=2F?= =?ISO-8859-1?Q?SE_is_out_of_the_office=2E?= To: [email protected] Message-ID: <[email protected]> Date: Mon, 17 Aug 2009 16:09:07 +0200 From: [email protected] Content-Transfer-Encoding: quoted-printable Content-type: text/plain; charset=ISO-8859-1 X-Disclaimed: 987 X-MIMETrack: CD-MIME by Router on ICASE02/Server/ICA/SE at 2009-08-17 16:09:08,CD-MIME complete at 2009-08-17 16:09:08,Itemize by Router on ICASE02/Server/ICA/SE at 2009-08-17 16:09:08 X-Virus-Checked: Checked by ClamAV on apache.org I will be out of the office starting 2009-08-17 and will not return until = 2010-01-25. Jag har semester och d=E4refter f=F6r=E4ldraledigt. G=E4ller det n=E5got kring TH2, EPP (Harry Boy, Rikstoto eller Telefonkort)= eller e-kupong kan ni kontakta Magnus Gr=F6nbek, alternativt Magnus J=E4gm= ark. ATTENTION: This e-mail may contain confidential information that is intended solely fo= r the addressee. If you are not the intended recipient, you should delete t= his message and are hereby notified that any disclosure, copying, or distri= bution of this message, or the taking of any action based on it, is strictl= y prohibited. From [email protected] Wed Aug 19 14:51:28 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3039 invoked from network); 19 Aug 2009 14:51:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Aug 2009 14:51:28 -0000 Received: (qmail 41839 invoked by uid 500); 19 Aug 2009 14:51:46 -0000 Delivered-To: [email protected] Received: (qmail 41770 invoked by uid 500); 19 Aug 2009 14:51: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41760 invoked by uid 99); 19 Aug 2009 14:51:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 14:51:46 +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 pmdfint.fao.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 14:51:34 +0000 Received: from hqfaoex04.hq.un.fao.org (hqfaoex04.fao.org [161.129.204.104]) by pmdfint.fao.org (PMDF V6.2-X17 #30673) with ESMTP id <[email protected]> for [email protected]; Wed, 19 Aug 2009 16:51:13 +0200 (MEST) Received: from hqfaoex03.hq.un.fao.org ([161.129.204.104]) by hqfaoex04.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Wed, 19 Aug 2009 16:51:13 +0200 Received: from hqfaoex05.hq.un.fao.org ([161.129.204.104]) by hqfaoex03.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Wed, 19 Aug 2009 16:51:13 +0200 Received: from hqfaoex03.hq.un.fao.org ([161.129.204.104]) by hqfaoex05.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Wed, 19 Aug 2009 16:51:13 +0200 Received: from hqfaoex05.hq.un.fao.org ([161.129.204.104]) by hqfaoex03.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Wed, 19 Aug 2009 16:51:12 +0200 Received: from hqffex01.hq.un.fao.org ([161.129.204.104]) by hqfaoex05.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Wed, 19 Aug 2009 16:51:12 +0200 Date: Wed, 19 Aug 2009 16:51:12 +0200 From: "VanIngen, Erik (FIES)" <[email protected]> Subject: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6619.12 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Thread-Topic: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError Thread-Index: AcofQqfrGRVh37W+Tee3rswE1AspigBmbzUw content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 19 Aug 2009 14:51:12.0922 (UTC) FILETIME=[7F021FA0:01CA20DC] X-Virus-Checked: Checked by ClamAV on apache.org =20 Running my Spring unit test on Continuum give errors. Any idea how to = solve this? Running the same test in eclipse or on the prompt runs without problems. = More info: http://forum.springsource.org/showthread.php?t=3D76434 From [email protected] Thu Aug 20 06:19:45 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81392 invoked from network); 20 Aug 2009 06:19:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 06:19:44 -0000 Received: (qmail 83294 invoked by uid 500); 20 Aug 2009 06:20:02 -0000 Delivered-To: [email protected] Received: (qmail 83188 invoked by uid 500); 20 Aug 2009 06:20: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83178 invoked by uid 99); 20 Aug 2009 06:20:02 -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 06:20: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 gate2.mailgate.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 06:19:51 +0000 Received: from Dev1 (pizza.internetx.de [161.129.204.104]) (authenticated bits=0) by gate2.mailgate.de (8.13.8/8.13.8) with ESMTP id n7K6JSLo002619 for <[email protected]>; Thu, 20 Aug 2009 08:19:30 +0200 From: "InterNetX - Thomas Koch" <[email protected]> To: <[email protected]> References: <[email protected]> Subject: AW: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError Date: Thu, 20 Aug 2009 08:19:27 +0200 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 In-Reply-To: <[email protected]> Thread-Index: AcofQqfrGRVh37W+Tee3rswE1AspigBmbzUwACBXkYA= X-Virus-Checked: Checked by ClamAV on apache.org Hi Erik, Which JUnit version do you use?=20 We actually had a same problem when using JUnit 4.5 instead of 4.4.=20 So we changed to JUnit 4.4 and all works fine. Best regards=20 Thomas Team Entwicklung -- InterNetX GmbH Maximilianstr. 6 93047 Regensburg Germany Tel. 223.752.8119 Fax 223.752.8119 Gesch=E4ftsf=FChrer/CEO: Thomas M=F6rz Amtsgericht Regensburg, HRB 7142 =20 > -----Urspr=FCngliche Nachricht----- > Von: VanIngen, Erik (FIES) [mailto:[email protected]]=20 > Gesendet: Mittwoch, 19. August 2009 16:51 > An: [email protected] > Betreff: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError >=20 >=20 > =20 > Running my Spring unit test on Continuum give errors. Any=20 > idea how to solve this? >=20 > Running the same test in eclipse or on the prompt runs=20 > without problems.=20 >=20 > More info: > http://forum.springsource.org/showthread.php?t=3D76434 >=20 From [email protected] Thu Aug 20 07:36:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21717 invoked from network); 20 Aug 2009 07:36:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 07:36:26 -0000 Received: (qmail 73573 invoked by uid 500); 20 Aug 2009 07:36:44 -0000 Delivered-To: [email protected] Received: (qmail 73517 invoked by uid 500); 20 Aug 2009 07: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: <users.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 73507 invoked by uid 99); 20 Aug 2009 07:36: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 Aug 2009 07:36: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-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO pmdfint.fao.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 07:36:33 +0000 Received: from hqfaoex04.hq.un.fao.org (hqfaoex04.fao.org [161.129.204.104]) by pmdfint.fao.org (PMDF V6.2-X17 #30673) with ESMTP id <[email protected]> for [email protected]; Thu, 20 Aug 2009 09:36:11 +0200 (MEST) Received: from hqfaoex03.hq.un.fao.org ([161.129.204.104]) by hqfaoex04.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Aug 2009 09:36:10 +0200 Received: from hqfaoex05.hq.un.fao.org ([161.129.204.104]) by hqfaoex03.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Aug 2009 09:25:29 +0200 Received: from hqfaoex03.hq.un.fao.org ([161.129.204.104]) by hqfaoex05.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Aug 2009 09:15:05 +0200 Received: from hqfaoex05.hq.un.fao.org ([161.129.204.104]) by hqfaoex03.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Aug 2009 09:15:05 +0200 Received: from hqfaoex03.hq.un.fao.org ([161.129.204.104]) by hqfaoex05.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Aug 2009 09:15:05 +0200 Received: from hqfaoex05.hq.un.fao.org ([161.129.204.104]) by hqfaoex03.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Aug 2009 09:15:05 +0200 Received: from hqffex01.hq.un.fao.org ([161.129.204.104]) by hqfaoex05.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Aug 2009 09:15:05 +0200 Date: Thu, 20 Aug 2009 09:15:05 +0200 From: "VanIngen, Erik (FIES)" <[email protected]> Subject: RE: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6619.12 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Thread-Topic: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError Thread-Index: AcofQqfrGRVh37W+Tee3rswE1AspigBmbzUwACBXkYAAAe/ecA== content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 20 Aug 2009 07:15:05.0564 (UTC) FILETIME=[F13471C0:01CA2165] X-Virus-Checked: Checked by ClamAV on apache.org Hi Thomas, Using Junit 4.4 instead of 4.7 did not make any difference, the surefire component kept failing anyway...=20 Upgrading Maven to 2.2.1 did not work either.=20 But I have found a workaround: Instead of using=20 @ContextConfiguration,=20 I am using now=20 @ContextConfiguration("/applicationContext-text.xml") Now it is running fine on Continuum with Junit 4.7. Cheers, Erik -----Original Message----- From: InterNetX - Thomas Koch [mailto:[email protected]]=20 Sent: 20 August 2009 08:19 To: [email protected] Subject: AW: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError Hi Erik, Which JUnit version do you use?=20 We actually had a same problem when using JUnit 4.5 instead of 4.4.=20 So we changed to JUnit 4.4 and all works fine. Best regards=20 Thomas Team Entwicklung -- InterNetX GmbH Maximilianstr. 6 93047 Regensburg Germany Tel. 223.752.8119 Fax 223.752.8119 Gesch=E4ftsf=FChrer/CEO: Thomas M=F6rz Amtsgericht Regensburg, HRB 7142 =20 > -----Urspr=FCngliche Nachricht----- > Von: VanIngen, Erik (FIES) [mailto:[email protected]] > Gesendet: Mittwoch, 19. August 2009 16:51 > An: [email protected] > Betreff: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError >=20 >=20 > =20 > Running my Spring unit test on Continuum give errors. Any > idea how to solve this? >=20 > Running the same test in eclipse or on the prompt runs > without problems.=20 >=20 > More info: http://forum.springsource.org/showthread.php?t=3D76434 >=20 From [email protected] Thu Aug 20 08:37:52 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44586 invoked from network); 20 Aug 2009 08:37:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 08:37:52 -0000 Received: (qmail 65631 invoked by uid 500); 20 Aug 2009 08:38:10 -0000 Delivered-To: [email protected] Received: (qmail 65548 invoked by uid 500); 20 Aug 2009 08:38: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 88179 invoked by uid 99); 19 Aug 2009 20:39:43 -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) Sender: Brett Porter <[email protected]> Message-Id: <[email protected]> From: Brett Porter <[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: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError Date: Wed, 19 Aug 2009 16:39:00 -0400 References: <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Does it run with Maven outside of Continuum? On 19/08/2009, at 10:51 AM, VanIngen, Erik (FIES) wrote: > > > Running my Spring unit test on Continuum give errors. Any idea how > to solve > this? > > Running the same test in eclipse or on the prompt runs without > problems. > > More info: > http://forum.springsource.org/showthread.php?t=76434 > From [email protected] Thu Aug 20 09:37:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65051 invoked from network); 20 Aug 2009 09:37:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 09:37:26 -0000 Received: (qmail 72935 invoked by uid 500); 20 Aug 2009 09:37:45 -0000 Delivered-To: [email protected] Received: (qmail 72901 invoked by uid 500); 20 Aug 2009 09:37: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72885 invoked by uid 99); 20 Aug 2009 09:37:44 -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 09:37: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-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO pmdfint.fao.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 09:37:33 +0000 Received: from hqfaoex04.hq.un.fao.org (hqfaoex04.fao.org [161.129.204.104]) by pmdfint.fao.org (PMDF V6.2-X17 #30673) with ESMTP id <[email protected]> for [email protected]; Thu, 20 Aug 2009 11:37:12 +0200 (MEST) Received: from hqfaoex05.hq.un.fao.org ([161.129.204.104]) by hqfaoex04.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Aug 2009 11:37:12 +0200 Received: from hqffex01.hq.un.fao.org ([161.129.204.104]) by hqfaoex05.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Aug 2009 11:37:12 +0200 Date: Thu, 20 Aug 2009 11:37:12 +0200 From: "VanIngen, Erik (FIES)" <[email protected]> Subject: RE: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6619.12 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Thread-Topic: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError Thread-Index: AcohcY6kquGOGWYXSiqLc8XsvT8YvAAB9FTQ content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 20 Aug 2009 09:37:12.0493 (UTC) FILETIME=[CBA68DD0:01CA2179] X-Virus-Checked: Checked by ClamAV on apache.org It does also not run on Maven outside Continuum. Which makes this a = Maven issue, not a Continuum issue... Linux: erik@Ubuntu-810-intrepid-64-minimal:~/projects/openfigis/fishstat-sdmx$ = mvn --version Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.6.0_10 Java home: /usr/lib/jvm/java-6-sun-161.129.204.104/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux" version: "2.6.27-11-server" arch: "amd64" Family: = "unix" Windows XP: D:\workspaces\galileo\fishstat-sdmx>mvn --version D:\workspaces\galileo\fishstat-sdmx>SET MAVEN_OPTS=3D-Xms256m -Xmx1400m Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100) Java version: 1.6.0_13 Java home: C:\Program Files\Java\jdk1.6.0_13\jre Default locale: en_GB, platform encoding: Cp1252 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" D:\workspaces\galileo\fishstat-sdmx> -----Original Message----- From: Brett Porter [mailto:[email protected]] On Behalf Of Brett = Porter Sent: 19 August 2009 22:39 To: [email protected] Subject: Re: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError Does it run with Maven outside of Continuum? On 19/08/2009, at 10:51 AM, VanIngen, Erik (FIES) wrote: > > > Running my Spring unit test on Continuum give errors. Any idea how > to solve > this? > > Running the same test in eclipse or on the prompt runs without > problems. > > More info: http://forum.springsource.org/showthread.php?t=3D76434 > From [email protected] Thu Aug 20 16:06:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43567 invoked from network); 20 Aug 2009 16:06:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 16:06:37 -0000 Received: (qmail 47109 invoked by uid 500); 20 Aug 2009 16:06:56 -0000 Delivered-To: [email protected] Received: (qmail 47049 invoked by uid 500); 20 Aug 2009 16: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: <users.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47039 invoked by uid 99); 20 Aug 2009 16:06:56 -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 16:06: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 qw-out-1920.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 16:06:47 +0000 Received: by qw-out-1920.google.com with SMTP id 5so1633900qwc.14 for <[email protected]>; Thu, 20 Aug 2009 09:06:26 -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=p+2vRjdXkm7ttcg75cZFkWwUsm29NWPN/xobLXIVvZU=; b=g/ZYe33U/DM2KGx+Cow8o2r3suJEdVwVoFPQfH1xRM2YaW5wRvzJfGY0pKoh6IYf4v qr8C9zgo79kd0F0zRayJ5rttVy9SDs0dDal43KzZiISvD/c27fgyWk8zmwXnXYKi7wns y+xPqC7EEskUqlgr0RvBAFf2MOwDp589uuUsQ= 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=I6St61OXDIDA/G6YH9k4DLG5SGc/PzhqCIL12FwOoF6S+EEVjzwmZohoLd0XJVoa0v GwuwfCxIelcUqt1eJ4k/P3sH78gxLdX2gVmweaLTVxLoV/lV0fZP0fB6ZEEPfIBFNN/W zC0OUjltCmHak2OO3b53TqHbnKX6GvGgLP/ac= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id f8mr7660047qal.86.1250784386089; Thu, 20 Aug 2009 09:06:26 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Paul Davis <[email protected]> Date: Thu, 20 Aug 2009 09:06:06 -0700 Message-ID: <[email protected]> Subject: Re: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError To: [email protected] Content-Type: multipart/alternative; boundary=000feaee0fac060634047194ef03 X-Virus-Checked: Checked by ClamAV on apache.org --000feaee0fac060634047194ef03 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Could you post a sample (minimal) test? I use @RunWith(SpringJUnit4ClassRunner.class) quite a bit and haven't had any issues (both with standalone Maven and using Continuum to drive Maven) I'd be interested in helping to find a fix. -Paul On Thu, Aug 20, 2009 at 2:37 AM, VanIngen, Erik (FIES) < [email protected]> wrote: > It does also not run on Maven outside Continuum. Which makes this a Maven > issue, not a Continuum issue... > > Linux: > erik@Ubuntu-810-intrepid-64-minimal:~/projects/openfigis/fishstat-sdmx$ > mvn > --version > Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) > Java version: 1.6.0_10 > Java home: /usr/lib/jvm/java-6-sun-161.129.204.104/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux" version: "2.6.27-11-server" arch: "amd64" Family: "unix" > > Windows XP: > D:\workspaces\galileo\fishstat-sdmx>mvn --version > D:\workspaces\galileo\fishstat-sdmx>SET MAVEN_OPTS=-Xms256m -Xmx1400m > Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100) > Java version: 1.6.0_13 > Java home: C:\Program Files\Java\jdk1.6.0_13\jre > Default locale: en_GB, platform encoding: Cp1252 > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" > D:\workspaces\galileo\fishstat-sdmx> > > > > -----Original Message----- > From: Brett Porter [mailto:[email protected]] On Behalf Of Brett Porter > Sent: 19 August 2009 22:39 > To: [email protected] > Subject: Re: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError > > > Does it run with Maven outside of Continuum? > > On 19/08/2009, at 10:51 AM, VanIngen, Erik (FIES) wrote: > > > > > > > Running my Spring unit test on Continuum give errors. Any idea how > > to solve > > this? > > > > Running the same test in eclipse or on the prompt runs without > > problems. > > > > More info: http://forum.springsource.org/showthread.php?t=76434 > > > > --000feaee0fac060634047194ef03-- From [email protected] Thu Aug 20 20:51:27 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23708 invoked from network); 20 Aug 2009 20:51:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 20:51:27 -0000 Received: (qmail 96827 invoked by uid 500); 20 Aug 2009 20:51:46 -0000 Delivered-To: [email protected] Received: (qmail 96768 invoked by uid 500); 20 Aug 2009 20:51: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96753 invoked by uid 99); 20 Aug 2009 20:51: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 Aug 2009 20:51:44 +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.swordlord.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Aug 2009 20:51:35 +0000 Received: (qmail 28610 invoked by uid 1001); 20 Aug 2009 22:51:12 +0200 Received: from 161.129.204.104 by bunny (envelope-from <[email protected]>, uid 64011) with qmail-scanner-1.25 (clamdscan: 0.84/1207. spamassassin: 3.0.3. Clear:RC:1(161.129.204.104):. Processed in 0.031496 secs); 20 Aug 2009 20:51:12 -0000 Received: from unknown (HELO localhost.localdomain) (161.129.204.104) by mail.swordlord.org with SMTP; 20 Aug 2009 22:51:12 +0200 Date: Thu, 20 Aug 2009 22:51:12 +0200 From: Adrian Wiesmann <[email protected]> To: [email protected] Subject: Re: Automated installation after build Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Organization: SOMAP.org X-Operating-System: SOMAP User-Agent: Fish! X-Mailer: Snake Oil Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Wendy Smoak <[email protected]> wrote: > One way to think about Continuum is "build automation". If you look > in the logs, you'll see it executing a command-line build like "mvn > clean install" or "ant build" on the schedule you chose [subject to > some conditions like whether anything has changed in source control]. > > So that would mean you need to make your Ant script do everything you > want, then have Continuum execute it at the correct time. I think I get the hang of it. But the learning curve is quite steep. Thanks to your help I was now able to do what I wanted to. Thanks again. > There has occasionally been discussion of adding pre- and post- build > hooks into Continuum, so you can execute things that are not part of > the build, but it hasn't happened yet. If I understood it correctly, you should be able to do so today already? Like having multiple build steps where you call a different Ant target. I do something like that calling the install_webapp target after the build target. What I am wondering now is the following scenario: We do have a properties.xml and a properties-local.xml. Both are referenced from within the build.xml file (used with Ant). The -local file basically overrides the "global" settings from the properties file. The Ant build.xml file is part of the Subversion repository. The properties.xml as well (-local obviously not). What I now need on the Continuum server is the properties-local.xml as well. I solved this with adding a properties-local.xml file to the same folder as the files under the repositories control (manually). Is this correct, or is there some (better) way to tell Continuum (or directly Ant) where to find such files? Cheers and thanks, Adrian From [email protected] Fri Aug 21 03:47:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23561 invoked from network); 21 Aug 2009 03:47:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Aug 2009 03:47:56 -0000 Received: (qmail 13079 invoked by uid 500); 21 Aug 2009 03:48:14 -0000 Delivered-To: [email protected] Received: (qmail 12876 invoked by uid 500); 21 Aug 2009 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: <users.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12859 invoked by uid 99); 21 Aug 2009 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; Fri, 21 Aug 2009 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: 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, 21 Aug 2009 03:48:04 +0000 Received: by qw-out-1920.google.com with SMTP id 5so248719qwc.14 for <[email protected]>; Thu, 20 Aug 2009 20:47:43 -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=6bCe/H7zwcag9rkr9uOp9NAfc7YgA2rZG7Xrb2wBsBk=; b=Supy+NJK9ctsVWjLD73Jn+GfYwEvWa9EeFQOql0mBSzZ29x3c4hmtZRGJ8du+LQxA4 /IDzRli2OwUTS7w6LvuzLvS6pXB9CSWdTOpuv7citHDDVP3uGgdek6dOWjn4P9We6ri2 2o4uwQ4Z/U53rOHDChJadrdx1S0Ku0I66iSt8= 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=bTk8nAoYabbBxkP2p0aQWWMymwWARgKwKifv1cnTn7V8dntYujMHGBD7KEwiwnBOaO R2ujVJJmj79C6Rp6C5BXMXo1UJMN7uHzjodFWpgKpM1S6BfymvpLGWwmU9jMGkyQA6tT b8gspnsPZsJJD/K7epUL85JX7NCbF1zdpIzMU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id i10mr397058qan.311.1250826463062; Thu, 20 Aug 2009 20:47:43 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Wendy Smoak <[email protected]> Date: Thu, 20 Aug 2009 20:47:23 -0700 Message-ID: <[email protected]> Subject: Re: Automated installation after build 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 Thu, Aug 20, 2009 at 1:51 PM, Adrian Wiesmann<[email protected]> wrote: > Wendy Smoak <[email protected]> wrote: >> There has occasionally been discussion of adding pre- and post- build >> hooks into Continuum, so you can execute things that are not part of >> the build, but it hasn't happened yet. > > If I understood it correctly, you should be able to do so today already? No. Search the archives and you may find some previous discussions, but no one has implemented the feature yet. You can add an enhancement request in JIRA if there isn't one already. > We do have a properties.xml and a properties-local.xml. Both are > referenced from within the build.xml file (used with Ant). The -local file > basically overrides the "global" settings from the properties file. The > Ant build.xml file is part of the Subversion repository. The > properties.xml as well (-local obviously not). > > What I now need on the Continuum server is the properties-local.xml as > well. I solved this with adding a properties-local.xml file to the same > folder as the files under the repositories control (manually). How does this work when developers build locally? (Where do they store the properties-local.xml file?) Ideally the build works the same whether it's done manually by a developer or automated with Continuum. -- Wendy From [email protected] Fri Aug 21 08:19:40 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14334 invoked from network); 21 Aug 2009 08:19:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Aug 2009 08:19:38 -0000 Received: (qmail 1879 invoked by uid 500); 21 Aug 2009 07:20:01 -0000 Delivered-To: [email protected] Received: (qmail 1812 invoked by uid 500); 21 Aug 2009 07:20: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: <users.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 1802 invoked by uid 99); 21 Aug 2009 07:20:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2009 07:20:00 +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 pmdfint.fao.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2009 07:19:48 +0000 Received: from hqfaoex04.hq.un.fao.org (hqfaoex04.fao.org [161.129.204.104]) by pmdfint.fao.org (PMDF V6.2-X17 #30673) with ESMTP id <[email protected]> for [email protected]; Fri, 21 Aug 2009 09:19:28 +0200 (MEST) Received: from hqfaoex05.hq.un.fao.org ([161.129.204.104]) by hqfaoex04.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Fri, 21 Aug 2009 09:19:27 +0200 Received: from hqffex01.hq.un.fao.org ([161.129.204.104]) by hqfaoex05.hq.un.fao.org with Microsoft SMTPSVC(5.0.2195.6713); Fri, 21 Aug 2009 09:19:28 +0200 Date: Fri, 21 Aug 2009 09:19:27 +0200 From: "VanIngen, Erik (FIES)" <[email protected]> Subject: RE: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6619.12 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Thread-Topic: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError Thread-Index: AcohsELCl4bJtxlKRd2gbCImoJ5OqAAf1WDw content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 21 Aug 2009 07:19:28.0001 (UTC) FILETIME=[B80AE710:01CA222F] X-Virus-Checked: Checked by ClamAV on apache.org I tried to come up with a more isolated testcase but it did not gave the errors... Therefore the original failing class: package org.fao.fishstat.sdmx.formaliser; import org.jdom.Document; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import static org.junit.Assert.*; @RunWith(SpringJUnit4ClassRunner.class) //@ContextConfiguration(locations =3D { "/applicationContext-test.xml" = }) @ContextConfiguration public class FormalisationProcessDsdTest { FormalisationProcessDsd formalisationProcessDsd; Step4Dsd step4Dsd; @Test public final void testExecuteProcess() { Document document =3D formalisationProcessDsd.executeProcess(); UtilityXsd utilityXsd =3D new UtilityXsd(); // assertFalse(utilityXsd.getFile().exists()); step4Dsd.document2File(document, utilityXsd.getFile()); assertTrue(utilityXsd.getFile().exists()); assertTrue(utilityXsd.getFile().delete()); } @Autowired public void setFormalisationProces(FormalisationProcessDsd formalisationProcessDssdd) { this.formalisationProcessDsd =3D formalisationProcessDssdd; } @Autowired public final void setStep4Dsd(Step4Dsd step4Dsd) { this.step4Dsd =3D step4Dsd; } } -----Original Message----- From: Paul Davis [mailto:[email protected]]=20 Sent: 20 August 2009 18:06 To: [email protected] Subject: Re: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError Could you post a sample (minimal) test? I use @RunWith(SpringJUnit4ClassRunner.class) quite a bit and haven't = had any issues (both with standalone Maven and using Continuum to drive Maven) I'd be interested in helping to find a fix. -Paul On Thu, Aug 20, 2009 at 2:37 AM, VanIngen, Erik (FIES) < [email protected]> wrote: > It does also not run on Maven outside Continuum. Which makes this a=20 > Maven issue, not a Continuum issue... > > Linux:=20 > erik@Ubuntu-810-intrepid-64-minimal:~/projects/openfigis/fishstat-sdmx > $ > mvn > --version > Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) > Java version: 1.6.0_10 > Java home: /usr/lib/jvm/java-6-sun-161.129.204.104/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux" version: "2.6.27-11-server" arch: "amd64" Family: = "unix" > > Windows XP: > D:\workspaces\galileo\fishstat-sdmx>mvn --version=20 > D:\workspaces\galileo\fishstat-sdmx>SET MAVEN_OPTS=3D-Xms256m = -Xmx1400m=20 > Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100) Java version:=20 > 1.6.0_13 Java home: C:\Program Files\Java\jdk1.6.0_13\jre > Default locale: en_GB, platform encoding: Cp1252 > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" > D:\workspaces\galileo\fishstat-sdmx> > > > > -----Original Message----- > From: Brett Porter [mailto:[email protected]] On Behalf Of Brett=20 > Porter > Sent: 19 August 2009 22:39 > To: [email protected] > Subject: Re: @RunWith(SpringJUnit4ClassRunner.class) NoSuchMethodError > > > Does it run with Maven outside of Continuum? > > On 19/08/2009, at 10:51 AM, VanIngen, Erik (FIES) wrote: > > > > > > > Running my Spring unit test on Continuum give errors. Any idea how=20 > > to solve this? > > > > Running the same test in eclipse or on the prompt runs without=20 > > problems. > > > > More info: http://forum.springsource.org/showthread.php?t=3D76434 > > > > From [email protected] Mon Aug 24 08:33:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9207 invoked from network); 24 Aug 2009 08:33:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Aug 2009 08:33:56 -0000 Received: (qmail 54060 invoked by uid 500); 24 Aug 2009 08:34:15 -0000 Delivered-To: [email protected] Received: (qmail 53990 invoked by uid 500); 24 Aug 2009 08: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: <users.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53975 invoked by uid 99); 24 Aug 2009 08:34:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2009 08:34:14 +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 web28511.mail.ukl.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 24 Aug 2009 08:34:02 +0000 Received: (qmail 87163 invoked by uid 60001); 24 Aug 2009 08:33:41 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.fr; s=s1024; t=1251102821; bh=5j4mTZSTdvVUPMc15Zi6gaZrkQ+nTLUOx8h19QfvCE4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=GX3vRp8gblkqly5j0TlZwmP8HrAOWDbkCFgswy7qPKIXYV704OARFgBQ6+dwlcbKGHS3GC7ib6fCy2b+VuRebIsEg9onB95TfosDSu7n/GEsqqm0suKeVFX1PaHnJTFIh/yu4EtGK5baqSPdzFIwmbvajeCa3XKmIUxvaQQTlr4= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=3RyKwfAF7UEyH/H/QsLnI8C3ffQ7AvHJcvE1rWmFVRvFbFrFKIVmxKyYHpCR/muqTITqLxxxE56fOS8QRL8vD8gJuA7BlXs6YVXXw4RSPrGia8J1R5i3Wr+vZKfnxegYDBctwDb7+1b1zzKvHX2FFOd7Uyy1j8JwE2DuISwQQHY=; Message-ID: <[email protected]> X-YMail-OSG: fWE42PQVM1kUM3LEBzc8Brx39QDuVRf.CnrFCI8erED0aY_AIxWCtZ_Q_dgfqxpVLrw7oZ3sG31xj2tlAS0l4zI23Km7CbbLd9iNBw4Qh8Yobt11l2wxXaq9YCBRmdcE69Br4pLTFIpqeKEAPDaMjONCAJd1RFHlMiZ4KKQo4TXKtb4bE2FDHaeSMvCu.T0M6J4vcFk.BF38YUqV3zEH9HbeL7pJQXn9oa4iM4AVi3crBasOaj62ZJ_Axa0sh1eASzE8C8nrtqpcMx2RecLLBt7tChFW9IV7gugvzV2XR6_fBaiIsccxVo_AYLSN5xGO3y_R Received: from [161.129.204.104] by web28511.mail.ukl.yahoo.com via HTTP; Mon, 24 Aug 2009 08:33:41 GMT X-Mailer: YahooMailRC/1358.27 YahooMailWebService/0.7.338.2 Date: Mon, 24 Aug 2009 08:33:41 +0000 (GMT) From: Julien HENRY <[email protected]> Subject: Configuration lost after rebbot To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-519353407-1251102821=:81159" X-Virus-Checked: Checked by ClamAV on apache.org --0-519353407-1251102821=:81159 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi,=0A=0AI'm running 1.3.4-SNAPSHOT (not updated with latest commit) and I'= m facing the following issue: each time I restart Continuum instance, some = configuration is lost. What is lost is:=0A=0A1) Configuration page details = (working directory location, build log directory, number of parallel builds= allowed, ...) are reverted to default value=0A2) In project group page, th= ere is no status on each group (number of successfull/failed builds)=0A=0AD= o you know what could be the reason?=0A=0ANote that I'm running with a sepa= rate base installation (software is in /opt/continuum and data are in /var/= continuum).=0A=0AThanks,=0A=0AJulien=0A=0A=0A=0A --0-519353407-1251102821=:81159-- From [email protected] Mon Aug 24 08:43:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10739 invoked from network); 24 Aug 2009 08:43:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Aug 2009 08:43:44 -0000 Received: (qmail 69056 invoked by uid 500); 24 Aug 2009 08:44:02 -0000 Delivered-To: [email protected] Received: (qmail 68976 invoked by uid 500); 24 Aug 2009 08:44: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68966 invoked by uid 99); 24 Aug 2009 08:44:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2009 08:44:02 +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 web28502.mail.ukl.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 24 Aug 2009 08:43:50 +0000 Received: (qmail 75174 invoked by uid 60001); 24 Aug 2009 08:43:29 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.fr; s=s1024; t=1251103409; bh=9T6uZTui95hqs2gMR6Iy1p171xcWfKUg582V9yG0Ixo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=wf89k3ppZv/JimTBYfVw5zZ0rN1TlgzyZ6P7CjSaE5LIsFO2fzgIvV6CJW9wbUtXcCn6qOz8sLCm/xbNlhBlOAC3U0QRLo/MtljSE9IafbOS5SZCtaGbyg++RoJNiKBq1CEbSLz047nHdMBFZn4DSE/Q7DlAmSn8JiTpVT9c+ao= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=6lRxqTrZDhM/AoZsxI+d6ADBKX34Vl72YpFv1tbwPoYv9wiVPVYg26ANzhGlGfafQa52m7mwZqAStMRnzhiJzopl9dhpanIcDRtTYm81jC4+Io1h8kxtcw2fURRpwDif/1qHXqJOgoyXsjCHddHhoST7WyRCBS3JSAvWIZcRSpA=; Message-ID: <[email protected]> X-YMail-OSG: _9WhKvIVM1lxLoG9Sg.HqwuG2N6PYyIcYHGoaUl0C2o3jhPMdnRWiFpcUNuG7J46fSFxqJN1vSbh04nNtagDpoXSXT6..xcBv4eA6.LmawsvpoSQKjdHXzhb2Nw.7wjnEPgpTVPND23aKu2QzJM8brzfOrhaQck_XIxYI_TLHdxjSpgyxoJNrRTRMbUXB8jYxTaRQLkofUdZ2GDYm.DWjWUyaMUHVkImMCjMgi__8OhUbxfR2eG5pSw9TowcYQAe1HaIPKj0UJGkJPm2t6laOQOY0U2VXCoZAtGo_edVjE8vfyY10RJjGPfmFYf5xOGJNlPl0G4GueBw9nvoedCHOiIReWF.YuFuyTo.IgU- Received: from [161.129.204.104] by web28502.mail.ukl.yahoo.com via HTTP; Mon, 24 Aug 2009 08:43:28 GMT X-Mailer: YahooMailRC/1358.27 YahooMailWebService/0.7.338.2 References: <[email protected]> Date: Mon, 24 Aug 2009 08:43:28 +0000 (GMT) From: Julien HENRY <[email protected]> Subject: Re : Configuration lost after rebbot To: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1736956895-1251103408=:75146" X-Virus-Checked: Checked by ClamAV on apache.org --0-1736956895-1251103408=:75146 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Please ignore #1 as I found the reason. The file /var/continuum/conf/contin= uum.xml was not writable for user running continuum process. I will open a = enhancement request because I feel we should be warned in the UI when savin= g configuration details.=0A=0AI don't know if #2 is related.=0A=0A=0A=0A=0A= ________________________________=0ADe : Julien HENRY <[email protected]>=0A= =C0 : [email protected]=0AEnvoy=E9 le : Lundi, 24 Ao=FBt 2009, 10h= 33mn 41s=0AObjet : Configuration lost after rebbot=0A=0AHi,=0A=0AI'm runnin= g 1.3.4-SNAPSHOT (not updated with latest commit) and I'm facing the follow= ing issue: each time I restart Continuum instance, some configuration is lo= st. What is lost is:=0A=0A1) Configuration page details (working directory = location, build log directory, number of parallel builds allowed, ...) are = reverted to default value=0A2) In project group page, there is no status on= each group (number of successfull/failed builds)=0A=0ADo you know what cou= ld be the reason?=0A=0ANote that I'm running with a separate base installat= ion (software is in /opt/continuum and data are in /var/continuum).=0A=0ATh= anks,=0A=0AJulien=0A=0A=0A --0-1736956895-1251103408=:75146-- From [email protected] Mon Aug 24 16:33:09 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5742 invoked from network); 24 Aug 2009 16:33:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Aug 2009 16:33:08 -0000 Received: (qmail 74373 invoked by uid 500); 24 Aug 2009 16:05:33 -0000 Delivered-To: [email protected] Received: (qmail 74336 invoked by uid 500); 24 Aug 2009 16:05: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.continuum.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74326 invoked by uid 99); 24 Aug 2009 16:05:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2009 16:05: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO postalmail-a6.g.dreamhost.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2009 16:05:23 +0000 Received: from [161.129.204.104] (pat.tvworks.com [161.129.204.104]) by postalmail-a6.g.dreamhost.com (Postfix) with ESMTP id 874F988781 for <[email protected]>; Mon, 24 Aug 2009 09:05:00 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 24 Aug 2009 12:04:54 -0400 From: Peter Janes <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:161.129.204.104) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3 MIME-Version: 1.0 To: [email protected] Subject: Preventing dependency builds for certain build definitions Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have several build definitions set up which perform builds that don't change the artifacts used by their dependents. For example, we run Sonar builds ("mvn sonar:sonar") on a nightly basis. After these builds are executed, all of the downstream projects are triggered because one of their dependent projects has been "updated". Is there any way to configure Continuum to ignore these builds when it's processing Maven dependencies? I've searched JIRA for an enhancement request and haven't found anything that seems relevant, so is it something others are handling in a different way? -- Sometimes the Universe needs a change of perspective. --J. Michael Straczynski
From [email protected] Sat Jan 26 11:42:32 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63108 invoked from network); 26 Jan 2008 11:42:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Jan 2008 11:42:32 -0000 Received: (qmail 30258 invoked by uid 500); 26 Jan 2008 11:42:21 -0000 Delivered-To: [email protected] Received: (qmail 30238 invoked by uid 500); 26 Jan 2008 11:42: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]> List-Id: <mirrors.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30226 invoked by uid 99); 26 Jan 2008 11:42:21 -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 03:42:21 -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 outbound.icp-qv1-irony-out4.iinet.net.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2008 11:42:14 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAN+qmkd8qQQz/2dsb2JhbACtGQ X-IronPort-AV: E=Sophos;i="4.25,254,1199631600"; d="scan'208";a="172801946" Received: from unknown (HELO developer) ([161.129.204.104]) by outbound.icp-qv1-irony-out4.iinet.net.au with ESMTP; 26 Jan 2008 20:42:00 +0900 From: "Gav...." <[email protected]> To: <[email protected]> References: <002f01c81e15$e8e8da60$0200a8c0@developer> Subject: Sites not updating or not accessible - last notice. Date: Sat, 26 Jan 2008 20:41:56 +0900 Message-ID: <002701c86010$74a9fde0$0200a8c0@developer> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <002f01c81e15$e8e8da60$0200a8c0@developer> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AcgeFefdkh2rSvNOQxKdKccX7lpA5xB96p8w X-Antivirus: avast! (VPS 080125-3, 25/01/2008), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Hi All, Looks like some of you on the earlier list sorted out your connections, great! However, some on the list, and some others are still having problems or maybe have just gone away. Below is a list of mirrors needing attention. Maintainers HAVE been emailed directly so consider this mail and one to the contact address as notice that unless fixed, will be removed in about 1 week. We hope you can get your mirrors back up before then as we appreciate all our mirror maintainers do. mirrors.uol.com.br apache.fastorama.com mirror.unixprofi.de apache.nedmirror.nl mirror.dinpris.com ftp.b.astral.ro apache.infocom.ua apache.net.ua mirror.inetc.co.uk apache.projectmi.com Thanks Gav... > -----Original Message----- > From: Gav.... [mailto:[email protected]] > Sent: Saturday, 3 November 2007 9:35 PM > To: [email protected] > Subject: Sites not updating or not accessible. > > Good Morning/afternoon Mirror Maintainers, > > There are a few sites not updating or are not accessible. > The below list are taken from http://apache.org/mirrors > > All maintainers should check that status page often for any > potential problems. If the below sites are not rectified soon > the next step (to prevent my fingers being burned) is to > notify the individual maintainers directly by email to the > mirror maintainers contact email addy. Please try to correct > your mirror problem and notify back to this list to minimize > my time having to do that. Thanks > > The list is limited to those with problems of 20+ days. > > mirrors.uol.com.br > mirror.pop-sc.rnp.br > ftp.unicamp.br > mirror.unixprofi.de > apache.cbn.net.id > mirror.dinpris.com > ftp.b.astral.ro > mirrors.bevc.net > ossavant.org > > Cheers > > Gav...
From [email protected] Mon Dec 13 14:57:15 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83279 invoked from network); 13 Dec 2004 14:57:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 13 Dec 2004 14:57:15 -0000 Received: (qmail 56496 invoked by uid 500); 13 Dec 2004 14:57:15 -0000 Delivered-To: [email protected] Received: (qmail 56476 invoked by uid 500); 13 Dec 2004 14:57: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 56458 invoked by uid 99); 13 Dec 2004 14:57:14 -0000 X-ASF-Spam-Status: No, hits=-10.0 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; Mon, 13 Dec 2004 06:57:11 -0800 Received: (qmail 83231 invoked by uid 1404); 13 Dec 2004 14:57:09 -0000 Date: 13 Dec 2004 14:57:09 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-websh/src/unix config.sub config.guess X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ronnie 2004/12/13 06:57:09 Added: src/unix config.sub config.guess Log: - config.sub and config.guess (avoids problems with some autoconf versions) Revision Changes Path 1.1 tcl-websh/src/unix/config.sub Index: config.sub =================================================================== #! /bin/sh # Configuration validation subroutine script, version 1.1. # Copyright (C) 1991, 92-97, 1998 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. if [ x$1 = x ] then echo Configuration name missing. 1>&2 echo "Usage: $0 CPU-MFR-OPSYS" 1>&2 echo "or $0 ALIAS" 1>&2 echo where ALIAS is a recognized configuration type. 1>&2 exit 1 fi # First pass through any local machine types. case $1 in *local*) echo $1 exit 0 ;; *) ;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in linux-gnu*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple) os= basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco5) os=sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \ | arme[lb] | pyramid | mn10200 | mn10300 \ | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \ | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ | mipstx39 | mipstx39el \ | sparc | sparclet | sparclite | sparc64 | v850) basic_machine=$basic_machine-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i[34567]86) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. vax-* | tahoe-* | i[34567]86-* | i860-* | m32r-* | m68k-* | m68000-* \ | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \ | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \ | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ | sparc64-* | mips64-* | mipsel-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ | mipstx39-* | mipstx39el-* \ | f301-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-cbm ;; amigaos | amigados) basic_machine=m68k-cbm os=-amigaos ;; amigaunix | amix) basic_machine=m68k-cbm os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | ymp) basic_machine=ymp-cray os=-unicos ;; cray2) basic_machine=cray2-cray os=-unicos ;; [ctj]90-cray) basic_machine=c90-cray os=-unicos ;; crds | unos) basic_machine=m68k-crds ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; i370-ibm* | ibm*) basic_machine=i370-ibm os=-mvs ;; # I'm not sure what "Sysv32" means. Should this be sysv3.2? i[34567]86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i[34567]86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i[34567]86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i[34567]86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; miniframe) basic_machine=m68000-convergent ;; mipsel*-linux*) basic_machine=mipsel-unknown os=-linux-gnu ;; mips*-linux*) basic_machine=mips-unknown os=-linux-gnu ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; np1) basic_machine=np1-gould ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pentium | p5 | k5 | nexen) basic_machine=i586-pc ;; pentiumpro | p6 | k6 | 6x86) basic_machine=i686-pc ;; pentiumii | pentium2) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | nexen-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | k6-* | 6x86-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=rs6000-ibm ;; ppc) basic_machine=powerpc-unknown ;; ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; symmetry) basic_machine=i386-sequent os=-dynix ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; tower | tower-32) basic_machine=m68k-ncr ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; xmp) basic_machine=xmp-cray os=-unicos ;; xps | xps100) basic_machine=xps100-honeywell ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. mips) if [ x$os = x-linux-gnu ]; then basic_machine=mips-unknown else basic_machine=mips-mips fi ;; romp) basic_machine=romp-ibm ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sparc) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -uxpv*) # Remember, each alternative MUST END IN *, to match a version number. ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -ctix* | -uts*) os=-sysv ;; -ns2 ) os=-nextstep2 ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -xenix) os=-xenix ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in *-acorn) os=-riscix1.2 ;; arm*-semi) os=-aout ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 # This also exists in the configure program, but was not the # default. # os=-sunos4 ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-ibm) os=-aix ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f301-fujitsu) os=-uxpv ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -aix*) vendor=ibm ;; -hpux*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs*) vendor=ibm ;; -ptx*) vendor=sequent ;; -vxsim* | -vxworks*) vendor=wrs ;; -aux*) vendor=apple ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os 1.1 tcl-websh/src/unix/config.guess Index: config.guess =================================================================== #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Written by Per Bothner <[email protected]>. # The master version of this file is at the FSF in /home/gd/gnu/lib. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # # The plan is that this can be called by configure scripts if you # don't specify an explicit system type (host/target name). # # Only a few systems have been added to this list; please add others # (but try to keep the structure clean). # # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # ([email protected] 8/24/94.) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown trap 'rm -f dummy.c dummy.o dummy; exit 1' 1 2 15 # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in alpha:OSF1:*:*) if test $UNAME_RELEASE = "V4.0"; then UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` fi # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. cat <<EOF >dummy.s .globl main .ent main main: .frame \$30,0,\$26,0 .prologue 0 .long 0x47e03d80 # implver $0 lda \$2,259 .long 0x47e20c21 # amask $2,$1 srl \$1,8,\$2 sll \$2,2,\$2 sll \$0,3,\$0 addl \$1,\$0,\$0 addl \$2,\$0,\$0 ret \$31,(\$26),1 .end main EOF ${CC-cc} dummy.s -o dummy 2>/dev/null if test "$?" = 0 ; then ./dummy case "$?" in 7) UNAME_MACHINE="alpha" ;; 15) UNAME_MACHINE="alphaev5" ;; 14) UNAME_MACHINE="alphaev56" ;; 10) UNAME_MACHINE="alphapca56" ;; 16) UNAME_MACHINE="alphaev6" ;; esac fi rm -f dummy.s dummy echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr [[A-Z]] [[a-z]]` exit 0 ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit 0 ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-cbm-sysv4 exit 0;; amiga:NetBSD:*:*) echo m68k-cbm-netbsd${UNAME_RELEASE} exit 0 ;; amiga:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; arc64:OpenBSD:*:*) echo mips64el-unknown-openbsd${UNAME_RELEASE} exit 0 ;; arc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; hkmips:OpenBSD:*:*) echo mips-unknown-openbsd${UNAME_RELEASE} exit 0 ;; pmax:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; sgi:OpenBSD:*:*) echo mips-unknown-openbsd${UNAME_RELEASE} exit 0 ;; wgrisc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; arm32:NetBSD:*:*) echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` exit 0 ;; SR2?01:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit 0;; Pyramid*:OSx*:*:*|MIS*:OSx*:*:*) # [email protected] (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit 0 ;; NILE:*:*:dcosx) echo pyramid-pyramid-svr4 exit 0 ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; i86pc:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit 0 ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit 0 ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit 0 ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit 0 ;; atari*:NetBSD:*:*) echo m68k-atari-netbsd${UNAME_RELEASE} exit 0 ;; atari*:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; sun3*:NetBSD:*:*) echo m68k-sun-netbsd${UNAME_RELEASE} exit 0 ;; sun3*:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mac68k:NetBSD:*:*) echo m68k-apple-netbsd${UNAME_RELEASE} exit 0 ;; mac68k:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mvme68k:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mvme88k:OpenBSD:*:*) echo m88k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit 0 ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit 0 ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit 0 ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit 0 ;; 2020:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit 0 ;; mips:*:*:UMIPS | mips:*:*:RISCos) sed 's/^ //' << EOF >dummy.c int main (argc, argv) int argc; char **argv; { #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF ${CC-cc} dummy.c -o dummy \ && ./dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ && rm dummy.c dummy && exit 0 rm -f dummy.c dummy echo mips-mips-riscos${UNAME_RELEASE} exit 0 ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit 0 ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit 0 ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit 0 ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit 0 ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88110 ] ; then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx \ -o ${TARGET_BINARY_INTERFACE}x = x ] ; then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit 0 ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit 0 ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit 0 ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit 0 ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit 0 ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit 0 ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i?86:AIX:*:*) echo i386-ibm-aix exit 0 ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then sed 's/^ //' << EOF >dummy.c #include <sys/systemcfg.h> main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0 rm -f dummy.c dummy echo rs6000-ibm-aix3.2.5 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit 0 ;; *:AIX:*:4) if /usr/sbin/lsattr -EHl proc0 | grep POWER >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=4.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit 0 ;; *:AIX:*:*) echo rs6000-ibm-aix exit 0 ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit 0 ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit 0 ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit 0 ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit 0 ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit 0 ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit 0 ;; 9000/[3478]??:HP-UX:*:*) case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/7?? | 9000/8?[1679] ) HP_ARCH=hppa1.1 ;; 9000/8?? ) HP_ARCH=hppa1.0 ;; esac HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit 0 ;; 3050*:HI-UX:*:*) sed 's/^ //' << EOF >dummy.c #include <unistd.h> int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0 rm -f dummy.c dummy echo unknown-hitachi-hiuxwe2 exit 0 ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit 0 ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit 0 ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit 0 ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit 0 ;; i?86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit 0 ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit 0 ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit 0 ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit 0 ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit 0 ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit 0 ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit 0 ;; CRAY*X-MP:*:*:*) echo xmp-cray-unicos exit 0 ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} exit 0 ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ exit 0 ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} exit 0 ;; CRAY-2:*:*:*) echo cray2-cray-unicos exit 0 ;; F300:UNIX_System_V:*:*) FUJITSU_SYS=`uname -p | tr [A-Z] [a-z] | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit 0 ;; F301:UNIX_System_V:*:*) echo f301-fujitsu-uxpv`echo $UNAME_RELEASE | sed 's/ .*//'` exit 0 ;; hp3[0-9][05]:NetBSD:*:*) echo m68k-hp-netbsd${UNAME_RELEASE} exit 0 ;; hp300:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; i?86:BSD/386:*:* | *:BSD/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit 0 ;; *:FreeBSD:*:*) echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit 0 ;; *:NetBSD:*:*) echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` exit 0 ;; *:OpenBSD:*:*) echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` exit 0 ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin32 exit 0 ;; i*:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit 0 ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin32 exit 0 ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; *:GNU:*:*) echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;; *:Linux:*:*) # uname on the ARM produces all sorts of strangeness, and we need to # filter it out. case "$UNAME_MACHINE" in arm* | sa110*) UNAME_MACHINE="arm" ;; esac # The BFD linker knows what the default object file format is, so # first see if it will tell us. ld_help_string=`ld --help 2>&1` ld_supported_emulations=`echo $ld_help_string \ | sed -ne '/supported emulations:/!d s/[ ][ ]*/ /g s/.*supported emulations: *// s/ .*// p'` case "$ld_supported_emulations" in i?86linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0 ;; i?86coff) echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0 ;; sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; armlinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; m68klinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; elf32ppc) echo "powerpc-unknown-linux-gnu" ; exit 0 ;; esac if test "${UNAME_MACHINE}" = "alpha" ; then sed 's/^ //' <<EOF >dummy.s .globl main .ent main main: .frame \$30,0,\$26,0 .prologue 0 .long 0x47e03d80 # implver $0 lda \$2,259 .long 0x47e20c21 # amask $2,$1 srl \$1,8,\$2 sll \$2,2,\$2 sll \$0,3,\$0 addl \$1,\$0,\$0 addl \$2,\$0,\$0 ret \$31,(\$26),1 .end main EOF LIBC="" ${CC-cc} dummy.s -o dummy 2>/dev/null if test "$?" = 0 ; then ./dummy case "$?" in 7) UNAME_MACHINE="alpha" ;; 15) UNAME_MACHINE="alphaev5" ;; 14) UNAME_MACHINE="alphaev56" ;; 10) UNAME_MACHINE="alphapca56" ;; 16) UNAME_MACHINE="alphaev6" ;; esac objdump --private-headers dummy | \ grep ld.so.1 > /dev/null if test "$?" = 0 ; then LIBC="libc1" fi fi rm -f dummy.s dummy echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} ; exit 0 elif test "${UNAME_MACHINE}" = "mips" ; then cat >dummy.c <<EOF main(argc, argv) int argc; char *argv[]; { #ifdef __MIPSEB__ printf ("%s-unknown-linux-gnu\n", argv[1]); #endif #ifdef __MIPSEL__ printf ("%sel-unknown-linux-gnu\n", argv[1]); #endif return 0; } EOF ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0 rm -f dummy.c dummy else # Either a pre-BFD a.out linker (linux-gnuoldld) # or one that does not give us useful --help. # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout. # If ld does not provide *any* "supported emulations:" # that means it is gnuoldld. echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations:" test $? != 0 && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0 case "${UNAME_MACHINE}" in i?86) VENDOR=pc; ;; *) VENDOR=unknown; ;; esac # Determine whether the default compiler is a.out or elf cat >dummy.c <<EOF #include <features.h> main(argc, argv) int argc; char *argv[]; { #ifdef __ELF__ # ifdef __GLIBC__ # if __GLIBC__ >= 2 printf ("%s-${VENDOR}-linux-gnu\n", argv[1]); # else printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); # endif # else printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); # endif #else printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]); #endif return 0; } EOF ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0 rm -f dummy.c dummy fi ;; # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions # are messed up and put the nodename in both sysname and nodename. i?86:DYNIX/ptx:4*:*) echo i386-sequent-sysv4 exit 0 ;; i?86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit 0 ;; i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*) if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE} fi exit 0 ;; i?86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` echo ${UNAME_MACHINE}-pc-isc$UNAME_REL elif /bin/uname -X 2>/dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')` (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit 0 ;; pc:*:*:*) # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i386. echo i386-pc-msdosdjgpp exit 0 ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit 0 ;; paragon:*:*:*) echo i860-intel-osf1 exit 0 ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit 0 ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit 0 ;; M68*:*:R3V[567]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; 3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && echo i486-ncr-sysv4.3${OS_REL} && exit 0 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && echo i486-ncr-sysv4 && exit 0 ;; m68*:LynxOS:2.*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit 0 ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit 0 ;; i?86:LynxOS:2.*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit 0 ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit 0 ;; rs6000:LynxOS:2.*:* | PowerPC:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit 0 ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit 0 ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit 0 ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit 0 ;; PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says <[email protected]> echo i586-unisys-sysv4 exit 0 ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes <[email protected]>. # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit 0 ;; *:*:*:FTX*) # From [email protected]. echo i860-stratus-sysv4 exit 0 ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit 0 ;; news*:NEWS-OS:*:6*) echo mips-sony-newsos6 exit 0 ;; R3000:*System_V*:*:* | R4000:UNIX_SYSV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 cat >dummy.c <<EOF #ifdef _SEQUENT_ # include <sys/types.h> # include <sys/utsname.h> #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include <sys/param.h> printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (__arm) && defined (__acorn) && defined (__unix) printf ("arm-acorn-riscix"); exit (0); #endif #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) #if !defined (ultrix) printf ("vax-dec-bsd\n"); exit (0); #else printf ("vax-dec-ultrix\n"); exit (0); #endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy && rm dummy.c dummy && exit 0 rm -f dummy.c dummy # Apollos put the system type in the environment. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } # Convex versions that predate uname can use getsysinfo(1) if [ -x /usr/convex/getsysinfo ] then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd exit 0 ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit 0 ;; c34*) echo c34-convex-bsd exit 0 ;; c38*) echo c38-convex-bsd exit 0 ;; c4*) echo c4-convex-bsd exit 0 ;; esac fi #echo '(Unable to guess system type)' 1>&2 exit 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Fri Jun 01 19:28:41 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10609 invoked from network); 1 Jun 2007 19:28:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2007 19:28:41 -0000 Received: (qmail 40510 invoked by uid 500); 1 Jun 2007 19:28:45 -0000 Delivered-To: [email protected] Received: (qmail 40481 invoked by uid 500); 1 Jun 2007 19:28: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 40469 invoked by uid 99); 1 Jun 2007 19:28:44 -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 12:28:44 -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 12:28:22 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6EAC41A981A; Fri, 1 Jun 2007 12:28:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r543582 - in /xerces/c/branches/xerces-2.7/src/xercesc/validators/schema: SubstitutionGroupComparator.cpp TraverseSchema.cpp Date: Fri, 01 Jun 2007 19:28:02 -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: cargilld Date: Fri Jun 1 12:28:01 2007 New Revision: 543582 URL: http://svn.apache.org/viewvc?view=rev&rev=543582 Log: Schema fixes for anonymous type with mixed and substitution with bock. Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/TraverseSchema.cpp Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp?view=diff&rev=543582&r1=543581&r2=543582 ============================================================================== --- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp (original) +++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp Fri Jun 1 12:28:01 2007 @@ -15,7 +15,7 @@ */ /* - * $Log$ + * $Log: SubstitutionGroupComparator.cpp,v $ * Revision 1.10 2004/09/08 13:56:57 peiyongz * Apache License Version 2.0 * @@ -178,21 +178,30 @@ ((exemplarBlockSet & SchemaSymbolsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXSD_RESTRICTION) == 0))); } - // now we have to make sure there are no blocks on the complexTypes that this is based upon - int anElementDerivationMethod = aComplexType->getDerivedBy(); - if((anElementDerivationMethod & exemplarBlockSet) != 0) - return false; - - // this will contain exemplar's complexType information. + // 2.3 The set of all {derivation method}s involved in the derivation of D's {type definition} from C's {type definition} does not intersect with the union of the blocking constraint, C's {prohibited substitutions} (if C is complex, otherwise the empty set) and the {prohibited substitutions} (respectively the empty set) of any intermediate {type definition}s in the derivation of D's {type definition} from C's {type definition}. + // prepare the combination of {derivation method} and + // {disallowed substitution} + int devMethod = 0; + int blockConstraint = exemplarBlockSet; + ComplexTypeInfo *exemplarComplexType = pElemDecl->getComplexTypeInfo(); + ComplexTypeInfo *tempType = aComplexType;; - for(ComplexTypeInfo *tempType = aComplexType; - tempType != 0 && tempType != exemplarComplexType; - tempType = tempType->getBaseComplexTypeInfo()) + while (tempType != 0 && + tempType != exemplarComplexType) { - if((tempType->getBlockSet() & anElementDerivationMethod) != 0) - return false; - }//for + devMethod |= tempType->getDerivedBy(); + tempType = tempType->getBaseComplexTypeInfo(); + if (tempType) { + blockConstraint |= tempType->getBlockSet(); + } + } + if (tempType != exemplarComplexType) { + return false; + } + if ((devMethod & blockConstraint) != 0) { + return false; + } return true; } Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/TraverseSchema.cpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/TraverseSchema.cpp?view=diff&rev=543582&r1=543581&r2=543582 ============================================================================== --- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/TraverseSchema.cpp (original) +++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/TraverseSchema.cpp Fri Jun 1 12:28:01 2007 @@ -6158,7 +6158,8 @@ typeInfo->setContentSpec(specNode); typeInfo->setAdoptContentSpec(true); specNodeJan.release(); - + bool specNodeWasNull = false; + // ----------------------------------------------------------------------- // Merge in information from base, if it exists // ----------------------------------------------------------------------- @@ -6185,6 +6186,7 @@ // Compose the final content model by concatenating the base and // the current in sequence if (!specNode) { + specNodeWasNull = true; if (isMixed) { if (baseSpecNode && baseSpecNode->hasAllContent()) { reportSchemaError(ctElem, XMLUniacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgXMLErrDomain, XMLErrsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotAllContent); @@ -6313,16 +6315,15 @@ typeInfo->setContentType(SchemaElementDeclacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bMixed_Simple); } } - else if (typeInfo->getContentSpec() == 0) { - if ((typeDerivedBy == SchemaSymbolsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXSD_EXTENSION) && + else if (specNodeWasNull && + (typeDerivedBy == SchemaSymbolsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXSD_EXTENSION) && baseTypeInfo) { - typeInfo->setBaseDatatypeValidator(baseTypeInfo->getBaseDatatypeValidator()); - typeInfo->setDatatypeValidator(baseTypeInfo->getDatatypeValidator()); - typeInfo->setContentType(baseTypeInfo->getContentType()); - } - else { - typeInfo->setContentType(SchemaElementDeclacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bmpty); - } + typeInfo->setBaseDatatypeValidator(baseTypeInfo->getBaseDatatypeValidator()); + typeInfo->setDatatypeValidator(baseTypeInfo->getDatatypeValidator()); + typeInfo->setContentType(baseTypeInfo->getContentType()); + } + else if (typeInfo->getContentSpec() == 0) { + typeInfo->setContentType(SchemaElementDeclacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bmpty); } else { typeInfo->setContentType(SchemaElementDeclacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhildren); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 01 19:40:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14887 invoked from network); 1 Jun 2007 19:40:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2007 19:40:48 -0000 Received: (qmail 61269 invoked by uid 500); 1 Jun 2007 19:40:52 -0000 Delivered-To: [email protected] Received: (qmail 61252 invoked by uid 500); 1 Jun 2007 19: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: <commits.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 61241 invoked by uid 99); 1 Jun 2007 19:40:52 -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 12:40: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, 01 Jun 2007 12:40:47 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6DEBE1A981A; Fri, 1 Jun 2007 12:40:27 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r543585 - in /xerces/c/trunk/src/xercesc/validators/schema: SubstitutionGroupComparator.cpp TraverseSchema.cpp Date: Fri, 01 Jun 2007 19:40:27 -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: cargilld Date: Fri Jun 1 12:40:26 2007 New Revision: 543585 URL: http://svn.apache.org/viewvc?view=rev&rev=543585 Log: Schema fixes for anonymous type with mixed and substitution with bock. Modified: xerces/c/trunk/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp xerces/c/trunk/src/xercesc/validators/schema/TraverseSchema.cpp Modified: xerces/c/trunk/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp?view=diff&rev=543585&r1=543584&r2=543585 ============================================================================== --- xerces/c/trunk/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp (original) +++ xerces/c/trunk/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp Fri Jun 1 12:40:26 2007 @@ -118,21 +118,30 @@ ((exemplarBlockSet & SchemaSymbolsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXSD_RESTRICTION) == 0))); } - // now we have to make sure there are no blocks on the complexTypes that this is based upon - int anElementDerivationMethod = aComplexType->getDerivedBy(); - if((anElementDerivationMethod & exemplarBlockSet) != 0) - return false; - - // this will contain exemplar's complexType information. + // 2.3 The set of all {derivation method}s involved in the derivation of D's {type definition} from C's {type definition} does not intersect with the union of the blocking constraint, C's {prohibited substitutions} (if C is complex, otherwise the empty set) and the {prohibited substitutions} (respectively the empty set) of any intermediate {type definition}s in the derivation of D's {type definition} from C's {type definition}. + // prepare the combination of {derivation method} and + // {disallowed substitution} + int devMethod = 0; + int blockConstraint = exemplarBlockSet; + ComplexTypeInfo *exemplarComplexType = pElemDecl->getComplexTypeInfo(); + ComplexTypeInfo *tempType = aComplexType;; - for(ComplexTypeInfo *tempType = aComplexType; - tempType != 0 && tempType != exemplarComplexType; - tempType = tempType->getBaseComplexTypeInfo()) + while (tempType != 0 && + tempType != exemplarComplexType) { - if((tempType->getBlockSet() & anElementDerivationMethod) != 0) - return false; - }//for + devMethod |= tempType->getDerivedBy(); + tempType = tempType->getBaseComplexTypeInfo(); + if (tempType) { + blockConstraint |= tempType->getBlockSet(); + } + } + if (tempType != exemplarComplexType) { + return false; + } + if ((devMethod & blockConstraint) != 0) { + return false; + } return true; } Modified: xerces/c/trunk/src/xercesc/validators/schema/TraverseSchema.cpp URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/validators/schema/TraverseSchema.cpp?view=diff&rev=543585&r1=543584&r2=543585 ============================================================================== --- xerces/c/trunk/src/xercesc/validators/schema/TraverseSchema.cpp (original) +++ xerces/c/trunk/src/xercesc/validators/schema/TraverseSchema.cpp Fri Jun 1 12:40:26 2007 @@ -6221,7 +6221,8 @@ typeInfo->setContentSpec(specNode); typeInfo->setAdoptContentSpec(true); specNodeJan.release(); - + bool specNodeWasNull = false; + // ----------------------------------------------------------------------- // Merge in information from base, if it exists // ----------------------------------------------------------------------- @@ -6248,6 +6249,7 @@ // Compose the final content model by concatenating the base and // the current in sequence if (!specNode) { + specNodeWasNull = true; if (isMixed) { if (baseSpecNode && baseSpecNode->hasAllContent()) { reportSchemaError(ctElem, XMLUniacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgXMLErrDomain, XMLErrsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNotAllContent); @@ -6376,16 +6378,15 @@ typeInfo->setContentType(SchemaElementDeclacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bMixed_Simple); } } - else if (typeInfo->getContentSpec() == 0) { - if ((typeDerivedBy == SchemaSymbolsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXSD_EXTENSION) && + else if (specNodeWasNull && + (typeDerivedBy == SchemaSymbolsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXSD_EXTENSION) && baseTypeInfo) { - typeInfo->setBaseDatatypeValidator(baseTypeInfo->getBaseDatatypeValidator()); - typeInfo->setDatatypeValidator(baseTypeInfo->getDatatypeValidator()); - typeInfo->setContentType(baseTypeInfo->getContentType()); - } - else { - typeInfo->setContentType(SchemaElementDeclacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bmpty); - } + typeInfo->setBaseDatatypeValidator(baseTypeInfo->getBaseDatatypeValidator()); + typeInfo->setDatatypeValidator(baseTypeInfo->getDatatypeValidator()); + typeInfo->setContentType(baseTypeInfo->getContentType()); + } + else if (typeInfo->getContentSpec() == 0) { + typeInfo->setContentType(SchemaElementDeclacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bmpty); } else { typeInfo->setContentType(SchemaElementDeclacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhildren); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 08 06:54:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57354 invoked from network); 8 Jun 2007 06:54:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2007 06:54:45 -0000 Received: (qmail 32626 invoked by uid 500); 8 Jun 2007 06:54:48 -0000 Delivered-To: [email protected] Received: (qmail 32602 invoked by uid 500); 8 Jun 2007 06:54: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 32591 invoked by uid 99); 8 Jun 2007 06:54:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 23:54:48 -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, 07 Jun 2007 23:54:44 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 343861A981A; Thu, 7 Jun 2007 23:54:24 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545441 - /xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Win32/Win32TransService.cpp Date: Fri, 08 Jun 2007 06:54:24 -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: amassari Date: Thu Jun 7 23:54:23 2007 New Revision: 545441 URL: http://svn.apache.org/viewvc?view=rev&rev=545441 Log: Added missing include for MinGW (XERCESC-1617) Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Win32/Win32TransService.cpp Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Win32/Win32TransService.cpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Win32/Win32TransService.cpp?view=diff&rev=545441&r1=545440&r2=545441 ============================================================================== --- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Win32/Win32TransService.cpp (original) +++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Win32/Win32TransService.cpp Thu Jun 7 23:54:23 2007 @@ -31,6 +31,7 @@ #include <xercesc/util/RefHashTableOf.hpp> #include "Win32TransService.hpp" #include <windows.h> +#include <ctype.h> XERCES_CPP_NAMESPACE_BEGIN --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jun 09 12:45:24 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64486 invoked from network); 9 Jun 2007 12:45:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2007 12:45:24 -0000 Received: (qmail 45534 invoked by uid 500); 9 Jun 2007 12:45:28 -0000 Delivered-To: [email protected] Received: (qmail 45506 invoked by uid 500); 9 Jun 2007 12: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]> List-Id: <commits.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 45495 invoked by uid 99); 9 Jun 2007 12:45:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 05:45: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; Sat, 09 Jun 2007 05:45:23 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 566DB1A981A; Sat, 9 Jun 2007 05:45:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545738 - /xerces/c/branches/xerces-2.7/src/xercesc/validators/DTD/DTDValidator.cpp Date: Sat, 09 Jun 2007 12:45: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: cargilld Date: Sat Jun 9 05:45:02 2007 New Revision: 545738 URL: http://svn.apache.org/viewvc?view=rev&rev=545738 Log: Supress DTD error message for attribute refering to unknown entity when attribute not used. Patch from John Kim. Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/DTD/DTDValidator.cpp Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/DTD/DTDValidator.cpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/validators/DTD/DTDValidator.cpp?view=diff&rev=545738&r1=545737&r2=545738 ============================================================================== --- xerces/c/branches/xerces-2.7/src/xercesc/validators/DTD/DTDValidator.cpp (original) +++ xerces/c/branches/xerces-2.7/src/xercesc/validators/DTD/DTDValidator.cpp Sat Jun 9 05:45:02 2007 @@ -327,12 +327,14 @@ } } } - else if ((type == XMLAttacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bEntity) || (type == XMLAttacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bEntities)) + else if (!preValidation && ((type == XMLAttacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bEntity) || (type == XMLAttacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bEntities))) { // // If its refering to a entity, then look up the name in the // general entity pool. If not there, then its an error. If its // not an external unparsed entity, then its an error. + // + // In case of pre-validation, the above errors should be ignored. // const XMLEntityDecl* decl = fDTDGrammar->getEntityDecl(pszTmpVal); if (decl) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jun 09 12:46:40 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64587 invoked from network); 9 Jun 2007 12:46:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2007 12:46:40 -0000 Received: (qmail 46174 invoked by uid 500); 9 Jun 2007 12:46:43 -0000 Delivered-To: [email protected] Received: (qmail 46139 invoked by uid 500); 9 Jun 2007 12:46: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 46123 invoked by uid 99); 9 Jun 2007 12:46:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 05:46:43 -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; Sat, 09 Jun 2007 05:46:39 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1D1381A981A; Sat, 9 Jun 2007 05:46:19 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545739 - /xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractStringValidator.cpp Date: Sat, 09 Jun 2007 12:46:19 -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: cargilld Date: Sat Jun 9 05:46:18 2007 New Revision: 545739 URL: http://svn.apache.org/viewvc?view=rev&rev=545739 Log: Apply base whitespace facet to enumeration values. Patch from Gilbert Chan. Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractStringValidator.cpp Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractStringValidator.cpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractStringValidator.cpp?view=diff&rev=545739&r1=545738&r2=545739 ============================================================================== --- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractStringValidator.cpp (original) +++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractStringValidator.cpp Sat Jun 9 05:46:18 2007 @@ -644,10 +644,39 @@ return getEnumeration(); } -void AbstractStringValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bnormalizeEnumeration(MemoryManager* const) +void AbstractStringValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bnormalizeEnumeration(MemoryManager* const manager) { - // default implementation: do nothing - return; + AbstractStringValidator *pBaseValidator = (AbstractStringValidator*) getBaseValidator(); + + if (!fEnumeration || !pBaseValidator) + return; + + int baseFacetsDefined = pBaseValidator->getFacetsDefined(); + if ((baseFacetsDefined & DatatypeValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bT_WHITESPACE) == 0) + return; + + short whiteSpace = pBaseValidator->getWSFacet(); + + if ( whiteSpace == DatatypeValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPRESERVE ) + { + return; + } + else if ( whiteSpace == DatatypeValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bREPLACE ) + { + int enumLength = getEnumeration()->size(); + for ( int i=0; i < enumLength; i++) + { + XMLStringacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breplaceWS(getEnumeration()->elementAt(i), manager); + } + } + else if ( whiteSpace == DatatypeValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bOLLAPSE ) + { + int enumLength = getEnumeration()->size(); + for ( int i=0; i < enumLength; i++) + { + XMLStringacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bollapseWS(getEnumeration()->elementAt(i), manager); + } + } } void AbstractStringValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bnormalizeContent(XMLCh* const, MemoryManager* const) const --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jun 09 13:03:46 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68037 invoked from network); 9 Jun 2007 13:03:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2007 13:03:45 -0000 Received: (qmail 59597 invoked by uid 500); 9 Jun 2007 13:03:48 -0000 Delivered-To: [email protected] Received: (qmail 59570 invoked by uid 500); 9 Jun 2007 13: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: <commits.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 59559 invoked by uid 99); 9 Jun 2007 13:03:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 06:03:48 -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; Sat, 09 Jun 2007 06:03:44 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 361BD1A981A; Sat, 9 Jun 2007 06:03:24 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545740 - /xerces/c/trunk/src/xercesc/validators/DTD/DTDValidator.cpp Date: Sat, 09 Jun 2007 13:03:24 -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: cargilld Date: Sat Jun 9 06:03:23 2007 New Revision: 545740 URL: http://svn.apache.org/viewvc?view=rev&rev=545740 Log: Supress DTD error message for attribute refering to unknown entity when attribute not used. Patch from John Kim. Modified: xerces/c/trunk/src/xercesc/validators/DTD/DTDValidator.cpp Modified: xerces/c/trunk/src/xercesc/validators/DTD/DTDValidator.cpp URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/validators/DTD/DTDValidator.cpp?view=diff&rev=545740&r1=545739&r2=545740 ============================================================================== --- xerces/c/trunk/src/xercesc/validators/DTD/DTDValidator.cpp (original) +++ xerces/c/trunk/src/xercesc/validators/DTD/DTDValidator.cpp Sat Jun 9 06:03:23 2007 @@ -328,12 +328,14 @@ } } } - else if ((type == XMLAttacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bEntity) || (type == XMLAttacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bEntities)) + else if (!preValidation && ((type == XMLAttacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bEntity) || (type == XMLAttacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bEntities))) { // // If its refering to a entity, then look up the name in the // general entity pool. If not there, then its an error. If its // not an external unparsed entity, then its an error. + // + // In case of pre-validation, the above errors should be ignored. // const XMLEntityDecl* decl = fDTDGrammar->getEntityDecl(pszTmpVal); if (decl) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jun 09 13:04:08 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68173 invoked from network); 9 Jun 2007 13:04:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2007 13:04:04 -0000 Received: (qmail 61625 invoked by uid 500); 9 Jun 2007 13:04:07 -0000 Delivered-To: [email protected] Received: (qmail 61602 invoked by uid 500); 9 Jun 2007 13:04: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 61587 invoked by uid 99); 9 Jun 2007 13:04:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 06:04:07 -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; Sat, 09 Jun 2007 06:04:03 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 269181A981D; Sat, 9 Jun 2007 06:03:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545741 - /xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp Date: Sat, 09 Jun 2007 13:03:43 -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: cargilld Date: Sat Jun 9 06:03:42 2007 New Revision: 545741 URL: http://svn.apache.org/viewvc?view=rev&rev=545741 Log: Apply base whitespace facet to enumeration values. Patch from Gilbert Chan. Modified: xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp Modified: xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp?view=diff&rev=545741&r1=545740&r2=545741 ============================================================================== --- xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp (original) +++ xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp Sat Jun 9 06:03:42 2007 @@ -645,10 +645,39 @@ return getEnumeration(); } -void AbstractStringValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bnormalizeEnumeration(MemoryManager* const) +void AbstractStringValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bnormalizeEnumeration(MemoryManager* const manager) { - // default implementation: do nothing - return; + AbstractStringValidator *pBaseValidator = (AbstractStringValidator*) getBaseValidator(); + + if (!fEnumeration || !pBaseValidator) + return; + + int baseFacetsDefined = pBaseValidator->getFacetsDefined(); + if ((baseFacetsDefined & DatatypeValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bT_WHITESPACE) == 0) + return; + + short whiteSpace = pBaseValidator->getWSFacet(); + + if ( whiteSpace == DatatypeValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPRESERVE ) + { + return; + } + else if ( whiteSpace == DatatypeValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bREPLACE ) + { + int enumLength = getEnumeration()->size(); + for ( int i=0; i < enumLength; i++) + { + XMLStringacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breplaceWS(getEnumeration()->elementAt(i), manager); + } + } + else if ( whiteSpace == DatatypeValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bOLLAPSE ) + { + int enumLength = getEnumeration()->size(); + for ( int i=0; i < enumLength; i++) + { + XMLStringacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bollapseWS(getEnumeration()->elementAt(i), manager); + } + } } void AbstractStringValidatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bnormalizeContent(XMLCh* const, MemoryManager* const) const --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 11 02:00:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29504 invoked from network); 11 Jun 2007 02:00:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2007 02:00:52 -0000 Received: (qmail 33632 invoked by uid 500); 11 Jun 2007 02:00:56 -0000 Delivered-To: [email protected] Received: (qmail 33605 invoked by uid 500); 11 Jun 2007 02:00: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 33594 invoked by uid 99); 11 Jun 2007 02:00:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2007 19:00:55 -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, 10 Jun 2007 19:00:51 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 802741A981A; Sun, 10 Jun 2007 19:00:31 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545988 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/XSAttributeUseImpl.java Date: Mon, 11 Jun 2007 02:00:31 -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: mrglavas Date: Sun Jun 10 19:00:30 2007 New Revision: 545988 URL: http://svn.apache.org/viewvc?view=rev&rev=545988 Log: Fixing JIRA Issue #1080: http://issues.apache.org/jira/browse/XERCESJ-1080 I fixed this once before but it got trampled by another commit. Instead of making the null checks (the old fix) call stringValue(). This is consistent with the change that Sandy made long ago to XSAttributeDecl (Revision 319100). Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/XSAttributeUseImpl.java Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/XSAttributeUseImpl.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/XSAttributeUseImpl.java?view=diff&rev=545988&r1=545987&r2=545988 ============================================================================== --- xerces/java/trunk/src/org/apache/xerces/impl/xs/XSAttributeUseImpl.java (original) +++ xerces/java/trunk/src/org/apache/xerces/impl/xs/XSAttributeUseImpl.java Sun Jun 10 19:00:30 2007 @@ -112,7 +112,7 @@ // REVISIT: SCAPI: what's the proper representation return getConstraintType() == XSConstants.VC_NONE ? null : - fDefault.actualValue.toString(); + fDefault.stringValue(); } /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 11 02:35:17 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35140 invoked from network); 11 Jun 2007 02:35:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2007 02:35:16 -0000 Received: (qmail 58020 invoked by uid 500); 11 Jun 2007 02:35:19 -0000 Delivered-To: [email protected] Received: (qmail 57999 invoked by uid 500); 11 Jun 2007 02:35: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57988 invoked by uid 99); 11 Jun 2007 02:35:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2007 19:35:19 -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, 10 Jun 2007 19:35:13 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 69E0A1A981A; Sun, 10 Jun 2007 19:34:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545991 - in /xerces/java/branches/stax-dev/src/org/apache/xerces/stax: AbstractStAXParser.java StAXLocation.java StAXNamespaceContext.java StAXParser.java XMLInputFactoryImpl.java Date: Mon, 11 Jun 2007 02:34: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: mrglavas Date: Sun Jun 10 19:34:52 2007 New Revision: 545991 URL: http://svn.apache.org/viewvc?view=rev&rev=545991 Log: Fixing JIRA Issue #1253: http://issues.apache.org/jira/browse/XERCESJ-1253 Initial XMLStreamReader prototyping from Wei Duan: "This prototype validates the technical mechanism which builds StAX parser based on XNI and implements intital XNI-based XMLStreamReader. The work done in the prototype also includes: * Use XMLPullConfiguration to simulate stax parsing process. * Implement element, attribute, text, namespacecontext, location methods." Added: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java (with props) xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXLocation.java (with props) xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXNamespaceContext.java (with props) xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java (with props) Modified: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/XMLInputFactoryImpl.java Added: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java URL: http://svn.apache.org/viewvc/xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java?view=auto&rev=545991 ============================================================================== --- xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java (added) +++ xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java Sun Jun 10 19:34:52 2007 @@ -0,0 +1,926 @@ +/* + * 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.xerces.stax; + +import javax.xml.stream.XMLStreamConstants; + +import org.apache.xerces.parsers.AbstractXMLDocumentParser; +import org.apache.xerces.parsers.XML11Configuration; +import org.apache.xerces.xni.Augmentations; +import org.apache.xerces.xni.NamespaceContext; +import org.apache.xerces.xni.QName; +import org.apache.xerces.xni.XMLAttributes; +import org.apache.xerces.xni.XMLLocator; +import org.apache.xerces.xni.XMLResourceIdentifier; +import org.apache.xerces.xni.XMLString; +import org.apache.xerces.xni.XNIException; + +/** + * @author Wei Duan + * + * @version $Id$ + */ +public class AbstractStAXParser extends AbstractXMLDocumentParser { + // Represent the XNI type such as xmlDecl but not existed in stax + // TODO : The parsing steps of XNI and StAX are not the same. For example, + // XNI will treat + // START_DOCUMENT and XML_DECL as two events, and stax will treat as one + static protected int START_DOCUMENT_DECL = -1; + + // The current event type + protected int eventType; + + // Document encoding style + protected String encodingDoc = null; + + // XML document version + protected String versionXML = null; + + // XML encoding style + protected String encodingXML = null; + + // Standalone description + protected String standaloneXML = null; + + // Process Instruction target + protected String piTarget = null; + + // Character content + protected XMLString characters = null; + + // Process Instruction data + protected XMLString piData = null; + + // Comment data + protected XMLString comment = null; + + // Element QName + protected QName elementName = null; + + // Element attribute + // TODO : Actually, a attribute stack is needed to store the attribute for + // endElement event + protected XMLAttributes elementAttr = null; + + // Namespace context + protected NamespaceContext namespaceContext = null; + + // XML locator + protected XMLLocator locator = null; + + // + // Constructors + // + /** Default constructor. */ + protected AbstractStAXParser(XML11Configuration configuration) { + super(configuration); + + // TODO: Investigate and make clear StAX related features + configuration.setFeature( + "http://apache.org/xml/features/allow-java-encodings", true); + + } // <init>(XML11Configuration) + + /** + * reset all components before parsing + */ + protected void reset() throws XNIException { + super.reset(); + + versionXML = null; + encodingXML = null; + standaloneXML = null; + characters = null; + piTarget = null; + piData = null; + elementName = null; + elementAttr = null; + namespaceContext = null; + } // reset() + + // + // XMLDocumentHandler methods + // + + /** + * The start of the document. + * + * @param locator + * The system identifier of the entity if the entity is external, + * null otherwise. + * @param encoding + * The auto-detected IANA encoding name of the entity stream. + * This value will be null in those situations where the entity + * encoding is not auto-detected (e.g. internal entities or a + * document entity that is parsed from a java.io.Reader). + * @param namespaceContext + * The namespace context in effect at the start of this document. + * This object represents the current context. Implementors of + * this class are responsible for copying the namespace bindings + * from the the current context (and its parent contexts) if that + * information is important. + * @param augs + * Additional information that may include infoset augmentations + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + + public void startDocument(XMLLocator locator, String encoding, + NamespaceContext namespaceContext, Augmentations augs) + throws XNIException { + eventType = XMLStreamConstants.START_DOCUMENT; + this.locator = locator; + this.namespaceContext = namespaceContext; + this.encodingDoc = encoding; + } // startDocument(XMLLocator,String) + + /** + * Notifies of the presence of an XMLDecl line in the document. If present, + * this method will be called immediately following the startDocument call. + * + * @param version + * The XML version. + * @param encoding + * The IANA encoding name of the document, or null if not + * specified. + * @param standalone + * The standalone value, or null if not specified. + * @param augs + * Additional information that may include infoset augmentations + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void xmlDecl(String version, String encoding, String standalone, + Augmentations augs) throws XNIException { + this.versionXML = version; + this.encodingXML = encoding; + this.standaloneXML = standalone; + + // No according event type in stax event + eventType = START_DOCUMENT_DECL; + } // xmlDecl(String,String,String) + + /** + * Notifies of the presence of the DOCTYPE line in the document. + * + * @param rootElement + * The name of the root element. + * @param publicId + * The public identifier if an external DTD or null if the + * external DTD is specified using SYSTEM. + * @param systemId + * The system identifier if an external DTD, null + * @param augs + * Additional information that may include infoset augmentations + * otherwise. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void doctypeDecl(String rootElement, String publicId, + String systemId, Augmentations augs) throws XNIException { + + } // doctypeDecl(String,String,String) + + /** + * The start of an element. If the document specifies the start element by + * using an empty tag, then the startElement method will immediately be + * followed by the endElement method, with no intervening methods. + * + * @param element + * The name of the element. + * @param attributes + * The element attributes. + * @param augs + * Additional information that may include infoset augmentations + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void startElement(QName element, XMLAttributes attributes, + Augmentations augs) throws XNIException { + eventType = XMLStreamConstants.START_ELEMENT; + + this.elementName = element; + this.elementAttr = attributes; + } // startElement(QName,XMLAttributes) + + /** + * An empty element. + * + * @param element + * The name of the element. + * @param attributes + * The element attributes. + * @param augs + * Additional information that may include infoset augmentations + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void emptyElement(QName element, XMLAttributes attributes, + Augmentations augs) throws XNIException { + + // Assume that type of empty element is START_ELEMENT + eventType = XMLStreamConstants.START_ELEMENT; + + startElement(element, attributes, augs); + endElement(element, augs); + } // emptyElement(QName,XMLAttributes) + + /** + * Character content. + * + * @param text + * The content. + * @param augs + * Additional information that may include infoset augmentations + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void characters(XMLString text, Augmentations augs) + throws XNIException { + eventType = XMLStreamConstants.CHARACTERS; + this.characters = text; + + } // characters(XMLString) + + /** + * Ignorable whitespace. For this method to be called, the document source + * must have some way of determining that the text containing only + * whitespace characters should be considered ignorable. For example, the + * validator can determine if a length of whitespace characters in the + * document are ignorable based on the element content model. + * + * @param text + * The ignorable whitespace. + * @param augs + * Additional information that may include infoset augmentations + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void ignorableWhitespace(XMLString text, Augmentations augs) + throws XNIException { + eventType = XMLStreamConstants.SPACE; + this.characters = text; + } // ignorableWhitespace(XMLString) + + /** + * The end of an element. + * + * @param element + * The name of the element. + * @param augs + * Additional information that may include infoset augmentations + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void endElement(QName element, Augmentations augs) + throws XNIException { + eventType = XMLStreamConstants.END_ELEMENT; + + this.elementName = element; + } // endElement(QName) + + /** + * The start of a CDATA section. + * + * @param augs + * Additional information that may include infoset augmentations + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void startCDATA(Augmentations augs) throws XNIException { + eventType = XMLStreamConstants.CDATA; + } // startCDATA() + + /** + * The end of a CDATA section. + * + * @param augs + * Additional information that may include infoset augmentations + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void endCDATA(Augmentations augs) throws XNIException { + eventType = XMLStreamConstants.CDATA; + } // endCDATA() + + /** + * The end of the document. + * + * @param augs + * Additional information that may include infoset augmentations + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void endDocument(Augmentations augs) throws XNIException { + eventType = XMLStreamConstants.END_DOCUMENT; + } // endDocument() + + /** + * This method notifies the start of an entity. + * <p> + * <strong>Note:</strong> This method is not called for entity references + * appearing as part of attribute values. + * + * @param name + * The name of the entity. + * @param identifier + * The resource identifier. + * @param encoding + * The auto-detected IANA encoding name of the entity stream. + * This value will be null in those situations where the entity + * encoding is not auto-detected (e.g. internal entities or a + * document entity that is parsed from a java.io.Reader). + * @param augs + * Additional information that may include infoset augmentations + * + * @exception XNIException + * Thrown by handler to signal an error. + */ + public void startGeneralEntity(String name, + XMLResourceIdentifier identifier, String encoding, + Augmentations augs) throws XNIException { + } // startGeneralEntity(String,XMLResourceIdentifier,String,Augmentations) + + /** + * Notifies of the presence of a TextDecl line in an entity. If present, + * this method will be called immediately following the startEntity call. + * <p> + * <strong>Note:</strong> This method will never be called for the document + * entity; it is only called for external general entities referenced in + * document content. + * <p> + * <strong>Note:</strong> This method is not called for entity references + * appearing as part of attribute values. + * + * @param version + * The XML version, or null if not specified. + * @param encoding + * The IANA encoding name of the entity. + * @param augs + * Additional information that may include infoset augmentations + * + * @exception XNIException + * Thrown by handler to signal an error. + */ + public void textDecl(String version, String encoding, Augmentations augs) + throws XNIException { + } // textDecl(String, String, Augmentations) + + /** + * This method notifies the end of an entity. + * <p> + * <strong>Note:</strong> This method is not called for entity references + * appearing as part of attribute values. + * + * @param name + * The name of the entity. + * @param augs + * Additional information that may include infoset augmentations + * + * @exception XNIException + * Thrown by handler to signal an error. + */ + public void endGeneralEntity(String name, Augmentations augs) + throws XNIException { + } // endGeneralEntity(String,Augmentations) + + /** + * A comment. + * + * @param text + * The text in the comment. + * @param augs + * Additional information that may include infoset augmentations + * + * @exception XNIException + * Thrown by application to signal an error. + */ + public void comment(XMLString text, Augmentations augs) throws XNIException { + eventType = XMLStreamConstants.COMMENT; + this.comment = text; + } // comment (XMLString, Augmentations) + + /** + * A processing instruction. Processing instructions consist of a target + * name and, optionally, text data. The data is only meaningful to the + * application. + * <p> + * Typically, a processing instruction's data will contain a series of + * pseudo-attributes. These pseudo-attributes follow the form of element + * attributes but are <strong>not</strong> parsed or presented to the + * application as anything other than text. The application is responsible + * for parsing the data. + * + * @param target + * The target. + * @param data + * The data or null if none specified. + * @param augs + * Additional information that may include infoset augmentations + * + * @exception XNIException + * Thrown by handler to signal an error. + */ + public void processingInstruction(String target, XMLString data, + Augmentations augs) throws XNIException { + eventType = XMLStreamConstants.PROCESSING_INSTRUCTION; + + this.piData = data; + this.piTarget = target; + } // processingInstruction(String, XMLString, Augmentations) + + // + // XMLDTDHandler methods + // + + /** + * The start of the DTD. + * + * @param locator + * The document locator, or null if the document location cannot + * be reported during the parsing of the document DTD. However, + * it is <em>strongly</em> recommended that a locator be + * supplied that can at least report the base system identifier + * of the DTD. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void startDTD(XMLLocator locator, Augmentations augs) + throws XNIException { + fInDTD = true; + } // startDTD(XMLLocator) + + /** + * The start of the DTD external subset. + * + * @param augmentations + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void startExternalSubset(XMLResourceIdentifier identifier, + Augmentations augmentations) throws XNIException { + } // startExternalSubset(Augmentations) + + /** + * The end of the DTD external subset. + * + * @param augmentations + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void endExternalSubset(Augmentations augmentations) + throws XNIException { + } // endExternalSubset(Augmentations) + + /** + * This method notifies the start of an entity. + * <p> + * <strong>Note:</strong> This method is not called for entity references + * appearing as part of attribute values. + * + * @param name + * The name of the entity. + * @param identifier + * The resource identifier. + * @param encoding + * The auto-detected IANA encoding name of the entity stream. + * This value will be null in those situations where the entity + * encoding is not auto-detected (e.g. internal entities or a + * document entity that is parsed from a java.io.Reader). + * @param augs + * Additional information that may include infoset augmentations + * + * @exception XNIException + * Thrown by handler to signal an error. + */ + public void startParameterEntity(String name, + XMLResourceIdentifier identifier, String encoding, + Augmentations augs) throws XNIException { + } // startParameterEntity(String,XMLResourceIdentifier,String,Augmentations) + + /** + * This method notifies the end of an entity. + * <p> + * <strong>Note:</strong> This method is not called for entity references + * appearing as part of attribute values. + * + * @param name + * The name of the entity. + * @param augs + * Additional information that may include infoset augmentations + * + * @exception XNIException + * Thrown by handler to signal an error. + */ + public void endParameterEntity(String name, Augmentations augs) + throws XNIException { + } // endParameterEntity(String,Augmentations) + + /** + * Characters within an IGNORE conditional section. + * + * @param text + * The ignored text. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void ignoredCharacters(XMLString text, Augmentations augs) + throws XNIException { + } // ignoredCharacters(XMLString, Augmentations) + + /** + * An element declaration. + * + * @param name + * The name of the element. + * @param contentModel + * The element content model. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void elementDecl(String name, String contentModel, Augmentations augs) + throws XNIException { + } // elementDecl(String,String) + + /** + * The start of an attribute list. + * + * @param elementName + * The name of the element that this attribute list is associated + * with. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void startAttlist(String elementName, Augmentations augs) + throws XNIException { + } // startAttlist(String) + + /** + * An attribute declaration. + * + * @param elementName + * The name of the element that this attribute is associated + * with. + * @param attributeName + * The name of the attribute. + * @param type + * The attribute type. This value will be one of the following: + * "CDATA", "ENTITY", "ENTITIES", "ENUMERATION", "ID", "IDREF", + * "IDREFS", "NMTOKEN", "NMTOKENS", or "NOTATION". + * @param enumeration + * If the type has the value "ENUMERATION" or "NOTATION", this + * array holds the allowed attribute values; otherwise, this + * array is null. + * @param defaultType + * The attribute default type. This value will be one of the + * following: "#FIXED", "#IMPLIED", "#REQUIRED", or null. + * @param defaultValue + * The attribute default value, or null if no default value is + * specified. + * @param nonNormalizedDefaultValue + * The attribute default value with no normalization performed, + * or null if no default value is specified. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void attributeDecl(String elementName, String attributeName, + String type, String[] enumeration, String defaultType, + XMLString defaultValue, XMLString nonNormalizedDefaultValue, + Augmentations augs) throws XNIException { + } // attributeDecl(String,String,String,String[],String,XMLString, + // XMLString, Augmentations) + + /** + * The end of an attribute list. + * + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void endAttlist(Augmentations augs) throws XNIException { + } // endAttlist() + + /** + * An internal entity declaration. + * + * @param name + * The name of the entity. Parameter entity names start with '%', + * whereas the name of a general entity is just the entity name. + * @param text + * The value of the entity. + * @param nonNormalizedText + * The non-normalized value of the entity. This value contains + * the same sequence of characters that was in the internal + * entity declaration, without any entity references expanded. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void internalEntityDecl(String name, XMLString text, + XMLString nonNormalizedText, Augmentations augs) + throws XNIException { + } // internalEntityDecl(String,XMLString,XMLString) + + /** + * An external entity declaration. + * + * @param name + * The name of the entity. Parameter entity names start with '%', + * whereas the name of a general entity is just the entity name. + * @param identifier + * An object containing all location information pertinent to + * this entity. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void externalEntityDecl(String name, + XMLResourceIdentifier identifier, Augmentations augs) + throws XNIException { + } // externalEntityDecl(String,XMLResourceIdentifier, Augmentations) + + /** + * An unparsed entity declaration. + * + * @param name + * The name of the entity. + * @param identifier + * An object containing all location information pertinent to + * this entity. + * @param notation + * The name of the notation. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void unparsedEntityDecl(String name, + XMLResourceIdentifier identifier, String notation, + Augmentations augs) throws XNIException { + } // unparsedEntityDecl(String,XMLResourceIdentifier, String, + // Augmentations) + + /** + * A notation declaration + * + * @param name + * The name of the notation. + * @param identifier + * An object containing all location information pertinent to + * this notation. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void notationDecl(String name, XMLResourceIdentifier identifier, + Augmentations augs) throws XNIException { + } // notationDecl(String,XMLResourceIdentifier, Augmentations) + + /** + * The start of a conditional section. + * + * @param type + * The type of the conditional section. This value will either be + * CONDITIONAL_INCLUDE or CONDITIONAL_IGNORE. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + * + * @see #CONDITIONAL_INCLUDE + * @see #CONDITIONAL_IGNORE + */ + public void startConditional(short type, Augmentations augs) + throws XNIException { + } // startConditional(short) + + /** + * The end of a conditional section. + * + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void endConditional(Augmentations augs) throws XNIException { + } // endConditional() + + // + // XMLDTDContentModelHandler methods + // + + /** + * The start of a content model. Depending on the type of the content model, + * specific methods may be called between the call to the startContentModel + * method and the call to the endContentModel method. + * + * @param elementName + * The name of the element. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void startContentModel(String elementName, Augmentations augs) + throws XNIException { + } // startContentModel(String, Augmentations) + + /** + * A content model of ANY. + * + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + * + * @see #empty + * @see #startGroup + */ + public void any(Augmentations augs) throws XNIException { + } // any(Augmentations) + + /** + * A content model of EMPTY. + * + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + * + * @see #any + * @see #startGroup + */ + public void empty(Augmentations augs) throws XNIException { + } // empty(Augmentations) + + /** + * A start of either a mixed or children content model. A mixed content + * model will immediately be followed by a call to the <code>pcdata()</code> + * method. A children content model will contain additional groups and/or + * elements. + * + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + * + * @see #any + * @see #empty + */ + public void startGroup(Augmentations augs) throws XNIException { + } // stargGroup(Augmentations) + + /** + * The appearance of "#PCDATA" within a group signifying a mixed content + * model. This method will be the first called following the content model's + * <code>startGroup()</code>. + * + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + * + * @see #startGroup + */ + public void pcdata(Augmentations augs) throws XNIException { + } // pcdata(Augmentations) + + /** + * A referenced element in a mixed or children content model. + * + * @param elementName + * The name of the referenced element. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void element(String elementName, Augmentations augs) + throws XNIException { + } // element(String, Augmentations) + + /** + * The separator between choices or sequences of a mixed or children content + * model. + * + * @param separator + * The type of children separator. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + * + * @see #SEPARATOR_CHOICE + * @see #SEPARATOR_SEQUENCE + */ + public void separator(short separator, Augmentations augs) + throws XNIException { + } // separator(short, Augmentations) + + /** + * The occurrence count for a child in a children content model or for the + * mixed content model group. + * + * @param occurrence + * The occurrence count for the last element or group. + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + * + * @see #OCCURS_ZERO_OR_ONE + * @see #OCCURS_ZERO_OR_MORE + * @see #OCCURS_ONE_OR_MORE + */ + public void occurrence(short occurrence, Augmentations augs) + throws XNIException { + } // occurence(short, Augmentations) + + /** + * The end of a group for mixed or children content models. + * + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void endGroup(Augmentations augs) throws XNIException { + } // endGroup(Augmentations) + + /** + * The end of a content model. + * + * @param augs + * Additional information that may include infoset augmentations. + * + * @throws XNIException + * Thrown by handler to signal an error. + */ + public void endContentModel(Augmentations augs) throws XNIException { + } // endContentModel(Augmentations) +} Propchange: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXLocation.java URL: http://svn.apache.org/viewvc/xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXLocation.java?view=auto&rev=545991 ============================================================================== --- xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXLocation.java (added) +++ xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXLocation.java Sun Jun 10 19:34:52 2007 @@ -0,0 +1,86 @@ +/* + * 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.xerces.stax; + +import javax.xml.stream.Location; +import org.apache.xerces.xni.XMLLocator; + +/** + * @author Wei Duan + * + * @version $Id$ + */ +public class StAXLocation implements Location { + + private XMLLocator xniLocator; + + public StAXLocation(XMLLocator loc) { + this.xniLocator = loc; + } + + /** + * Return the line number where the current event ends, returns -1 if none + * is available. + * + * @return the current line number + */ + public int getLineNumber() { + return xniLocator.getLineNumber(); + } + + /** + * Return the column number where the current event ends, returns -1 if none + * is available. + * + * @return the current column number + */ + public int getColumnNumber() { + return xniLocator.getColumnNumber(); + } + + /** + * Return the byte or character offset into the input source this location + * is pointing to. If the input source is a file or a byte stream then this + * is the byte offset into that stream, but if the input source is a + * character media then the offset is the character offset. Returns -1 if + * there is no offset available. + * + * @return the current offset + */ + public int getCharacterOffset() { + return xniLocator.getCharacterOffset(); + } + + /** + * Returns the public ID of the XML + * + * @return the public ID, or null if not available + */ + public String getPublicId() { + return xniLocator.getPublicId(); + } + + /** + * Returns the system ID of the XML + * + * @return the system ID, or null if not available + */ + public String getSystemId() { + return xniLocator.getBaseSystemId(); + } +} Propchange: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXLocation.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXLocation.java ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXNamespaceContext.java URL: http://svn.apache.org/viewvc/xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXNamespaceContext.java?view=auto&rev=545991 ============================================================================== --- xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXNamespaceContext.java (added) +++ xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXNamespaceContext.java Sun Jun 10 19:34:52 2007 @@ -0,0 +1,218 @@ +/* + * 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.xerces.stax; + +import java.util.Iterator; + +import javax.xml.namespace.NamespaceContext; + +/** + * @author Wei Duan + * + * @version $Id$ + */ +public class StAXNamespaceContext implements NamespaceContext { + private org.apache.xerces.xni.NamespaceContext namespaceContext; + + public StAXNamespaceContext( + org.apache.xerces.xni.NamespaceContext xniContext) { + this.namespaceContext = xniContext; + } + + /** + * Get Namespace URI bound to a prefix in the current scope. + * + * <p> + * When requesting a Namespace URI by prefix, the following table describes + * the returned Namespace URI value for all possible prefix values: + * </p> + * + * <table border="2" rules="all" cellpadding="4"> <thead> + * <tr> + * <th align="center" colspan="2"> <code>getNamespaceURI(prefix)</code> + * return value for specified prefixes </th> + * </tr> + * </thead> <tbody> + * <tr> + * <th>prefix parameter</th> + * <th>Namespace URI return value</th> + * </tr> + * <tr> + * <td><code>DEFAULT_NS_PREFIX</code> ("")</td> + * <td>default Namespace URI in the current scope or <code>null</code> + * when there is no default Namespace URI in the current scope</td> + * </tr> + * <tr> + * <td>bound prefix</td> + * <td>Namespace URI bound to prefix in current scope</td> + * </tr> + * <tr> + * <td>unbound prefix</td> + * <td><code>null</code></td> + * </tr> + * <tr> + * <td><code>XMLConstants.XML_NS_PREFIX</code> ("xml")</td> + * <td><code>XMLConstants.XML_NS_URI</code> + * ("http://www.w3.org/XML/1998/namespace")</td> + * </tr> + * <tr> + * <td><code>XMLConstants.XMLNS_ATTRIBUTE</code> ("xmlns")</td> + * <td><code>XMLConstants.XMLNS_ATTRIBUTE_NS_URI</code> + * ("http://www.w3.org/2000/xmlns/")</td> + * </tr> + * <tr> + * <td><code>null</code></td> + * <td><code>IllegalArgumentException</code> is thrown</td> + * </tr> + * </tbody> </table> + * + * @param prefix + * prefix to look up + * @return Namespace URI bound to prefix in the current scope + */ + public String getNamespaceURI(String prefix) { + return namespaceContext.getURI(prefix); + } + + /** + * Get prefix bound to Namespace URI in the current scope. + * + * <p> + * To get all prefixes bound to a Namespace URI in the current scope, use + * {@link #getPrefixes(String namespaceURI)}. + * </p> + * + * <p> + * When requesting a prefix by Namespace URI, the following table describes + * the returned prefix value for all Namespace URI values: + * </p> + * + * <table border="2" rules="all" cellpadding="4"> <thead> + * <tr> + * <th align="center" colspan="2"> <code>getPrefix(namespaceURI)</code> + * return value for specified Namespace URIs </th> + * </tr> + * </thead> <tbody> + * <tr> + * <th>Namespace URI parameter</th> + * <th>prefix value returned</th> + * </tr> + * <tr> + * <td>&lt;default Namespace URI&gt;</td> + * <td><code>XMLConstants.DEFAULT_NS_PREFIX</code> ("") </td> + * </tr> + * <tr> + * <td>bound Namespace URI</td> + * <td>prefix bound to Namespace URI in the current scope, if multiple + * prefixes are bound to the Namespace URI in the current scope, a single + * arbitrary prefix, whose choice is implementation dependent, is returned</td> + * </tr> + * <tr> + * <td>unbound Namespace URI</td> + * <td><code>null</code></td> + * </tr> + * <tr> + * <td><code>XMLConstants.XML_NS_URI</code> + * ("http://www.w3.org/XML/1998/namespace")</td> + * <td><code>XMLConstants.XML_NS_PREFIX</code> ("xml")</td> + * </tr> + * <tr> + * <td><code>XMLConstants.XMLNS_ATTRIBUTE_NS_URI</code> + * ("http://www.w3.org/2000/xmlns/")</td> + * <td><code>XMLConstants.XMLNS_ATTRIBUTE</code> ("xmlns")</td> + * </tr> + * <tr> + * <td><code>""</code> or <code>null</code></td> + * <td><code>IllegalArgumentException</code> is thrown</td> + * </tr> + * </tbody> </table> + * + * @param namespaceURI + * URI of Namespace to lookup + * @return prefix bound to Namespace URI in current context + */ + public String getPrefix(String namespaceURI) { + return namespaceContext.getPrefix(namespaceURI); + } + + /** + * Get all prefixes bound to a Namespace URI in the current scope. + * + * <p> + * <strong>The returned <code>Iterator</code> is <em>not</em> + * modifiable. e.g. the <code>remove()</code> method will throw + * <code>NoSuchMethodException</code>.</strong> + * </p> + * + * <p> + * Prefixes are returned in an arbitrary, implementation dependent, order. + * </p> + * + * <p> + * When requesting prefixes by Namespace URI, the following table describes + * the returned prefixes value for all Namespace URI values: + * </p> + * + * <table border="2" rules="all" cellpadding="4"> <thead> + * <tr> + * <th align="center" colspan="2"><code> + * getPrefixes(namespaceURI)</code> + * return value for specified Namespace URIs</th> + * </tr> + * </thead> <tbody> + * <tr> + * <th>Namespace URI parameter</th> + * <th>prefixes value returned</th> + * </tr> + * <tr> + * <td>bound Namespace URI, including the &lt;default Namespace URI&gt;</td> + * <td><code>Iterator</code> over prefixes bound to Namespace URI in the + * current scope in an arbitrary, implementation dependent, order</td> + * </tr> + * <tr> + * <td>unbound Namespace URI</td> + * <td>empty <code>Iterator</code></td> + * </tr> + * <tr> + * <td><code>XMLConstants.XML_NS_URI</code> + * ("http://www.w3.org/XML/1998/namespace")</td> + * <td><code>Iterator</code> with one element set to + * <code>XMLConstants.XML_NS_PREFIX</code> ("xml")</td> + * </tr> + * <tr> + * <td><code>XMLConstants.XMLNS_ATTRIBUTE_NS_URI</code> + * ("http://www.w3.org/2000/xmlns/")</td> + * <td><code>Iterator</code> with one element set to + * <code>XMLConstants.XMLNS_ATTRIBUTE</code> ("xmlns")</td> + * </tr> + * <tr> + * <td><code>""</code> or <code>null</code></td> + * <td><code>IllegalArgumentException</code> is thrown</td> + * </tr> + * </tbody> </table> + * + * @param namespaceURI + * URI of Namespace to lookup + * @return <code>Iterator</code> for all prefixes bound to the Namespace + * URI in the current scope + */ + public Iterator getPrefixes(String namespaceURI) { + // TODO : Need to be done + return null; + } +} Propchange: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXNamespaceContext.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXNamespaceContext.java ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java URL: http://svn.apache.org/viewvc/xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java?view=auto&rev=545991 ============================================================================== --- xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java (added) +++ xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java Sun Jun 10 19:34:52 2007 @@ -0,0 +1,951 @@ +/* + * 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.xerces.stax; + +import javax.xml.namespace.NamespaceContext; +import javax.xml.namespace.QName; +import javax.xml.stream.Location; +import javax.xml.stream.XMLInputFactory; +import javax.xml.stream.XMLStreamConstants; +import javax.xml.stream.XMLStreamException; +import javax.xml.stream.XMLStreamReader; + +import org.apache.xerces.parsers.XML11Configuration; +import org.apache.xerces.xni.parser.XMLInputSource; +import org.apache.xerces.xni.XMLAttributes; +import org.apache.xerces.util.XMLSymbols; + +/** + * @author Wei Duan + * + * @version $Id$ + */ +public class StAXParser implements XMLStreamReader { + + // The XMLInputFactory instance which creates the StAXParser + private XMLInputFactory inputFactory; + + // XML configuration for StAXParser + private XML11Configuration configuration; + + // XNI-based internal parser for StAXParser + private AbstractStAXParser staxParser; + + // The current stax event type + private int curStAXEventType; + + // The stax namespace context + private StAXNamespaceContext namespaceContext = null; + + // The stax location + private StAXLocation location = null; + + /** + * The constructor for StAXParser + * + * @param inputSource + * @param inputFactory + */ + public StAXParser(XMLInputSource inputSource, XMLInputFactory inputFactory) + throws XMLStreamException { + try { + this.inputFactory = inputFactory; + this.configuration = new XML11Configuration(); + + configuration.setInputSource(inputSource); + staxParser = new AbstractStAXParser(configuration); + } catch (Exception e) { + throw new XMLStreamException("Fail to create StAXParser instance"); + } + } + + /** + * Get the value of a feature/property from the underlying implementation + * + * @param name + * The name of the property, may not be null + * @return The value of the property + * @throws IllegalArgumentException + * if name is null + */ + public Object getProperty(java.lang.String name) + throws java.lang.IllegalArgumentException { + if (name == null) { + throw new IllegalArgumentException( + "The feature name should not be null"); + } + + return inputFactory.getProperty(name); + } + + /** + * Returns true if there are more parsing events and false if there are no + * more events. This method will return false if the current state of the + * XMLStreamReader is END_DOCUMENT + * + * @return true if there are more events, false otherwise + * @throws XMLStreamException + * if there is a fatal error detecting the next state + */ + public boolean hasNext() throws XMLStreamException { + boolean hasNext = true; + if (curStAXEventType == XMLStreamConstants.END_DOCUMENT) { + hasNext = false; + } + + return hasNext; + } + + /** + * Get next parsing event - a processor may return all contiguous character + * data in a single chunk, or it may split it into several chunks. If the + * property javax.xml.stream.isCoalescing is set to true element content + * must be coalesced and only one CHARACTERS event must be returned for + * contiguous element content or CDATA Sections. By default entity + * references must be expanded and reported transparently to the + * application. An exception will be thrown if an entity reference cannot be + * expanded. If element content is empty (i.e. content is "") then no + * CHARACTERS event will be reported. + * + * @return the integer code corresponding to the current parse event + * @throws java.lang.IllegalStateException - + * if this is called when hasNext() returns false + * @throws XMLStreamException + * if there is an error processing the underlying XML source + */ + public int next() throws XMLStreamException { + try { + configuration.parse(false); + } catch (Exception e) { + throw new XMLStreamException( + "Error occurs when processing the underlying XML source", e); + } + if (!hasNext()) { + throw new IllegalStateException("No more document to parse"); + } + + curStAXEventType = staxParser.eventType; + + if (curStAXEventType == XMLStreamConstants.START_DOCUMENT) { + this.namespaceContext = new StAXNamespaceContext( + staxParser.namespaceContext); + this.location = new StAXLocation(staxParser.locator); + } + + return curStAXEventType; + } + + /** + * Test if the current event is of the given type and if the namespace and + * name match the current namespace and name of the current event. If the + * namespaceURI is null it is not checked for equality, if the localName is + * null it is not checked for equality. + * + * @param type + * the event type + * @param namespaceURI + * the uri of the event, may be null + * @param localName + * the localName of the event, may be null + * @throws XMLStreamException + * if the required values are not matched. + */ + public void require(int type, String namespaceURI, String localName) + throws XMLStreamException { + // Need to be realized + } + + /** + * Reads the content of a text-only element, an exception is thrown if this + * is not a text-only element. Regardless of value of + * javax.xml.stream.isCoalescing this method always returns coalesced + * content. + * + * <br /> + * Precondition: the current event is START_ELEMENT. <br /> + * Postcondition: the current event is the corresponding END_ELEMENT. + * + * @throws XMLStreamException + * if the current event is not a START_ELEMENT or if a non text + * element is encountered + */ + public String getElementText() throws XMLStreamException { + if (getEventType() != XMLStreamConstants.START_ELEMENT) { + throw new XMLStreamException( + "parser must be on START_ELEMENT to read next text", + getLocation()); + } + int eventType = next(); + StringBuffer buf = new StringBuffer(); + while (eventType != XMLStreamConstants.END_ELEMENT) { + if (eventType == XMLStreamConstants.CHARACTERS + || eventType == XMLStreamConstants.CDATA + || eventType == XMLStreamConstants.SPACE + || eventType == XMLStreamConstants.ENTITY_REFERENCE) { + buf.append(getText()); + } else if (eventType == XMLStreamConstants.PROCESSING_INSTRUCTION + || eventType == XMLStreamConstants.COMMENT) { + // skipping + } else if (eventType == XMLStreamConstants.END_DOCUMENT) { + throw new XMLStreamException( + "unexpected end of document when reading element text content", + getLocation()); + } else if (eventType == XMLStreamConstants.START_ELEMENT) { + throw new XMLStreamException( + "element text content may not contain START_ELEMENT", + getLocation()); + } else { + throw new XMLStreamException("Unexpected event type " + + eventType, getLocation()); + } + eventType = next(); + } + return buf.toString(); + } + + /** + * Skips any white space (isWhiteSpace() returns true), COMMENT, or + * PROCESSING_INSTRUCTION, until a START_ELEMENT or END_ELEMENT is reached. + * If other than white space characters, COMMENT, PROCESSING_INSTRUCTION, + * START_ELEMENT, END_ELEMENT are encountered, an exception is thrown. + * return eventType; + * + * </pre> + * + * @return the event type of the element read (START_ELEMENT or END_ELEMENT) + * @throws XMLStreamException + * if the current event is not white space, + * PROCESSING_INSTRUCTION, START_ELEMENT or END_ELEMENT + * @throws NoSuchElementException + * if this is called when hasNext() returns false + */ + public int nextTag() throws XMLStreamException { + int eventType = next(); + while ((eventType == XMLStreamConstants.CHARACTERS && isWhiteSpace()) // skip + // // + // // + // // + // whitespace + || (eventType == XMLStreamConstants.CDATA && isWhiteSpace()) + // skip whitespace + || eventType == XMLStreamConstants.SPACE + || eventType == XMLStreamConstants.PROCESSING_INSTRUCTION + || eventType == XMLStreamConstants.COMMENT) { + eventType = next(); + } + if (eventType != XMLStreamConstants.START_ELEMENT + && eventType != XMLStreamConstants.END_ELEMENT) { + throw new XMLStreamException("expected start or end tag", + getLocation()); + } + return eventType; + } + + /** + * Frees any resources associated with this Reader. This method does not + * close the underlying input source. + * + * @throws XMLStreamException + * if there are errors freeing associated resources + */ + public void close() throws XMLStreamException { + } + + /** + * Return the uri for the given prefix. The uri returned depends on the + * current state of the processor. + * + * + * @param prefix + * The prefix to lookup, may not be null + * @return the uri bound to the given prefix or null if it is not bound + * @throws IllegalArgumentException + * if the prefix is null + */ + public String getNamespaceURI(String prefix) { + if (prefix == null) { + throw new IllegalStateException("The prefix can't be null"); + } + return namespaceContext.getNamespaceURI(prefix); + } + + /** + * Returns true if the cursor points to a start tag (otherwise false) + * + * @return true if the cursor points to a start tag, false otherwise + */ + public boolean isStartElement() { + return curStAXEventType == XMLStreamConstants.START_ELEMENT; + } + + /** + * Returns true if the cursor points to an end tag (otherwise false) + * + * @return true if the cursor points to an end tag, false otherwise + */ + public boolean isEndElement() { + return curStAXEventType == XMLStreamConstants.END_ELEMENT; + } + + /** + * Returns true if the cursor points to a character data event + * + * @return true if the cursor points to character data, false otherwise + */ + public boolean isCharacters() { + // TODO: Confirm the whitespace belongs to characters + return curStAXEventType == XMLStreamConstants.CHARACTERS; + } + + /** + * Returns true if the cursor points to a character data event that consists + * of all whitespace + * + * @return true if the cursor points to all whitespace, false otherwise + */ + public boolean isWhiteSpace() { + return curStAXEventType == XMLStreamConstants.SPACE; + } + + /** + * Returns the normalized attribute value of the attribute with the + * namespace and localName If the namespaceURI is null the namespace is not + * checked for equality + * + * @param namespaceURI + * the namespace of the attribute + * @param localName + * the local name of the attribute, cannot be null + * @return returns the value of the attribute , returns null if not found + * @throws IllegalStateException + * if this is not a START_ELEMENT or ATTRIBUTE + */ + public String getAttributeValue(String namespaceURI, String localName) { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { + if (localName == null) { + throw new IllegalStateException("Local name can't be null"); + } + XMLAttributes attrs = staxParser.elementAttr; + return attrs.getValue(namespaceURI, localName); + } + + throw new IllegalStateException( + "Current stax event type is not START_ELEMENT or ATTRIBUTE"); + } + + /** + * Returns the count of attributes on this START_ELEMENT, this method is + * only valid on a START_ELEMENT or ATTRIBUTE. For SAXSource, there is no + * explict Attribute event + * + * @return returns the number of attributes + * @throws IllegalStateException + * if this is not a START_ELEMENT or ATTRIBUTE + */ + public int getAttributeCount() { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { + return staxParser.elementAttr.getLength(); + } + + throw new IllegalStateException( + "Current event type is not START_ELEMENT or ATTRIBUTE"); + } + + /** + * Returns the qname of the attribute at the provided index This method + * excludes namespace definitions + * + * @param index + * the position of the attribute + * @return the QName of the attribute + * @throws IllegalStateException + * if this is not a START_ELEMENT or ATTRIBUTE + */ + public QName getAttributeName(int index) { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { + String uri = this.getAttributeNamespace(index); + String local = this.getAttributeLocalName(index); + + return new QName(uri, local); + } + throw new IllegalStateException( + "Current state is not START_ELEMENT or ATTRIBUTE"); + } + + /** + * Returns the namespace of the attribute at the provided index + * + * @param index + * the position of the attribute + * @return the namespace URI (can be null) + * @throws IllegalStateException + * if this is not a START_ELEMENT or ATTRIBUTE + */ + public String getAttributeNamespace(int index) { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { + return staxParser.elementAttr.getURI(index); + } + + throw new IllegalStateException( + "Current state is not START_ELEMENT or ATTRIBUTE"); + } + + /** + * Returns the localName of the attribute at the provided index + * + * @param index + * the position of the attribute + * @return the localName of the attribute + * @throws IllegalStateException + * if this is not a START_ELEMENT or ATTRIBUTE + */ + public String getAttributeLocalName(int index) { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { + return staxParser.elementAttr.getLocalName(index); + } + + throw new IllegalStateException( + "Current state is not START_ELEMENT or ATTRIBUTE"); + } + + /** + * Returns the prefix of this attribute at the provided index + * + * @param index + * the position of the attribute + * @return the prefix of the attribute + * @throws IllegalStateException + * if this is not a START_ELEMENT or ATTRIBUTE + */ + public String getAttributePrefix(int index) { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { + return staxParser.elementAttr.getPrefix(index); + } + + throw new IllegalStateException( + "Current state is not START_ELEMENT or ATTRIBUTE"); + } + + /** + * Returns the XML type of the attribute at the provided index + * + * @param index + * the position of the attribute + * @return the XML type of the attribute + * @throws IllegalStateException + * if this is not a START_ELEMENT or ATTRIBUTE + */ + public String getAttributeType(int index) { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { + return staxParser.elementAttr.getType(index); + } + + throw new IllegalStateException( + "Current state is not START_ELEMENT or ATTRIBUTE"); + } + + /** + * Returns the value of the attribute at the index + * + * @param index + * the position of the attribute + * @return the attribute value + * @throws IllegalStateException + * if this is not a START_ELEMENT or ATTRIBUTE + */ + public String getAttributeValue(int index) { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { + return staxParser.elementAttr.getValue(index); + } + + throw new IllegalStateException( + "Current state is not START_ELEMENT or ATTRIBUTE"); + } + + /** + * Returns a boolean which indicates if this attribute was created by + * default + * + * @param index + * the position of the attribute + * @return true if this is a default attribute + * @throws IllegalStateException + * if this is not a START_ELEMENT or ATTRIBUTE + */ + public boolean isAttributeSpecified(int index) { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { + return staxParser.elementAttr.isSpecified(index); + } + + throw new IllegalStateException( + "Current state is not START_ELEMENT or ATTRIBUTE"); + } + + /** + * Returns the count of namespaces declared on this START_ELEMENT or + * END_ELEMENT. + * + * @return returns the number of namespace declarations on this specific + * element + * @throws IllegalStateException + * if this is not a START_ELEMEN or, END_ELEMENT + */ + public int getNamespaceCount() { + int countNamespace = 0; + if (curStAXEventType == XMLStreamConstants.START_ELEMENT + || curStAXEventType == XMLStreamConstants.END_ELEMENT) { + XMLAttributes attrs = staxParser.elementAttr; + + for (int i = 0; i < attrs.getLength(); i++) { + if (attrs.getLocalName(i) == XMLSymbols.PREFIX_XMLNS) { + // e.g. xmlns="http://www.w3.org/2001/XMLSchema" + countNamespace++; + } else if (attrs.getPrefix(i) == XMLSymbols.PREFIX_XMLNS) { + // e.g. xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/wsdl" + countNamespace++; + } + } + return countNamespace; + } + + throw new IllegalStateException( + "Current state is not START_ELEMENT or END_ELEMENT"); + } + + /** + * Returns the prefix for the namespace declared at the index. Returns null + * if this is the default namespace declaration + * + * @param index + * the position of the namespace declaration + * @return returns the namespace prefix + * @throws IllegalStateException + * if this is not a START_ELEMENT, END_ELEMENT or NAMESPACE + */ + public String getNamespacePrefix(int index) { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT + || curStAXEventType == XMLStreamConstants.END_ELEMENT) { + // TODO : Need to be done + return null; + } + + throw new IllegalStateException( + "Current state is not START_ELEMENT or END_ELEMENT"); + } + + /** + * Returns the uri for the namespace declared at the index. + * + * @param index + * the position of the namespace declaration + * @return returns the namespace uri + * @throws IllegalStateException + * if this is not a START_ELEMENT, END_ELEMENT or NAMESPACE + */ + public String getNamespaceURI(int index) { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT + || curStAXEventType == XMLStreamConstants.END_ELEMENT) { + // TODO : Need to be done + return null; + } + + throw new IllegalStateException( + "Current state is not START_ELEMENT or END_ELEMENT"); + } + + /** + * Returns a read only namespace context for the current position. The + * context is transient and only valid until a call to next() changes the + * state of the reader. + * + * @return return a namespace context + */ + public NamespaceContext getNamespaceContext() { + return this.namespaceContext; + } + + /** + * Returns an integer code that indicates the type of the event the cursor + * is pointing to. + * + * @return the current event type + */ + public int getEventType() { + return curStAXEventType; + } + + /** + * Returns the current value of the parse event as a string, this returns + * the string value of a CHARACTERS event, returns the value of a COMMENT, + * the replacement value for an ENTITY_REFERENCE, the string value of a + * CDATA section, the string value for a SPACE event, or the String value of + * the internal subset of the DTD. If an ENTITY_REFERENCE has been resolved, + * any character data will be reported as CHARACTERS events. + * + * + * @return the current text or null + * @throws java.lang.IllegalStateException + * if this state is not a valid text state. + */ + public String getText() { + String text = null; + if (curStAXEventType == XMLStreamConstants.CHARACTERS + || curStAXEventType == XMLStreamConstants.SPACE) { + text = staxParser.characters.toString(); + } else if (curStAXEventType == XMLStreamConstants.COMMENT) { + text = staxParser.comment.toString(); + } else { + throw new IllegalStateException( + "The current state is not a valid text state."); + } + return text; + } + + /** + * Returns an array which contains the characters from this event. This + * array should be treated as read-only and transient. I.e. the array will + * contain the text characters until the XMLStreamReader moves on to the + * next event. Attempts to hold onto the character array beyond that time or + * modify the contents of the array are breaches of the contract for this + * interface. + * + * @return the current text or an empty array + * @throws java.lang.IllegalStateException + * if this state is not a valid text state. + */ + public char[] getTextCharacters() { + String text = getText(); + + return text == null ? new char[] {} : text.toCharArray(); + } + + /** + * Gets the the text associated with a CHARACTERS, SPACE or CDATA event. + * Text starting a "sourceStart" is copied into "target" starting at + * "targetStart". Up to "length" characters are copied. The number of + * characters actually copied is returned. + * + * XMLStreamException may be thrown if there are any XML errors in the + * underlying source. The "targetStart" argument must be greater than or + * equal to 0 and less than the length of "target", Length must be greater + * than 0 and "targetStart + length" must be less than or equal to length of + * "target". + * + * @param sourceStart + * the index of the first character in the source array to copy + * @param target + * the destination array + * @param targetStart + * the start offset in the target array + * @param length + * the number of characters to copy + * @return the number of characters actually copied + * @throws XMLStreamException + * if the underlying XML source is not well-formed + * @throws IndexOutOfBoundsException + * if targetStart < 0 or > than the length of target + * @throws IndexOutOfBoundsException + * if length < 0 or targetStart + length > length of target + * @throws UnsupportedOperationException + * if this method is not supported + * @throws NullPointerException + * is if target is null + */ + public int getTextCharacters(int sourceStart, char[] target, + int targetStart, int length) throws XMLStreamException { + + if (target == null) + throw new NullPointerException(); + + int targetLen = target.length; + + if (targetStart < 0 || targetStart > targetLen) + throw new ArrayIndexOutOfBoundsException( + "The start position of target is out of index"); + + if (length < 0) + throw new ArrayIndexOutOfBoundsException( + "The length is out of index"); + + int len = getTextLength(); + if (sourceStart < 0 || sourceStart > len) { + throw new ArrayIndexOutOfBoundsException( + "The start position of source is out of index"); + } + + int avail = len - sourceStart; + + if (avail < length) { + length = avail; + } + + char[] intBuf = getTextCharacters(); + int intStart = getTextStart(); + System.arraycopy(intBuf, intStart + sourceStart, target, targetStart, + length); + return length; + } + + /** + * Returns the offset into the text character array where the first + * character (of this text event) is stored. + * + * @throws java.lang.IllegalStateException + * if this state is not a valid text state. + */ + public int getTextStart() { + if (!hasText()) { + throw new IllegalStateException( + "The current state is not a valid text state."); + } + + // TODO: need further investigation + return 0; + } + + /** + * Returns the length of the sequence of characters for this Text event + * within the text character array. + * + * @throws java.lang.IllegalStateException + * if this state is not a valid text state. + */ + public int getTextLength() { + if (!hasText()) { + throw new IllegalStateException( + "The current state is not a valid text state."); + } + + // TODO: need further investigation with getTextStart + int textLen = getText().length(); + return textLen; + } + + /** + * Return input encoding if known or null if unknown. + * + * @return the encoding of this instance or null + */ + public String getEncoding() { + return staxParser.encodingDoc; + } + + /** + * Return true if the current event has text, false otherwise The following + * events have text: CHARACTERS,DTD ,ENTITY_REFERENCE, COMMENT, SPACE + * + */ + public boolean hasText() { + boolean hasText = false; + if (curStAXEventType == XMLStreamConstants.CHARACTERS + || curStAXEventType == XMLStreamConstants.ENTITY_REFERENCE + || curStAXEventType == XMLStreamConstants.COMMENT + || curStAXEventType == XMLStreamConstants.SPACE + || curStAXEventType == XMLStreamConstants.DTD) { + hasText = true; + } + + return hasText; + } + + /** + * Return the current location of the processor. If the Location is unknown + * the processor should return an implementation of Location that returns -1 + * for the location and null for the publicId and systemId. The location + * information is only valid until next() is called. + */ + public Location getLocation() { + return this.location; + } + + /** + * Returns a QName for the current START_ELEMENT or END_ELEMENT event + * + * + * @return the QName for the current START_ELEMENT or END_ELEMENT event + * @throws IllegalStateException + * if this is not a START_ELEMENT or END_ELEMENT + */ + public QName getName() { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT + || curStAXEventType == XMLStreamConstants.END_ELEMENT) { + return new QName(staxParser.elementName.uri, + staxParser.elementName.localpart); + } + throw new IllegalStateException( + "The current state is not a valid START_ELEMENT or END_ELEMENT state."); + } + + /** + * Returns the (local) name of the current event. For START_ELEMENT or + * END_ELEMENT returns the (local) name of the current element. For + * ENTITY_REFERENCE it returns entity name. + * + * The current event must be START_ELEMENT or END_ELEMENT, or + * ENTITY_REFERENCE + * + * @return the localName + * @throws IllegalStateException + * if this not a START_ELEMENT, END_ELEMENT or ENTITY_REFERENCE + */ + public String getLocalName() { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT + || curStAXEventType == XMLStreamConstants.END_ELEMENT) { + return staxParser.elementName.localpart; + } else if (curStAXEventType == XMLStreamConstants.ENTITY_REFERENCE) { + // TODO + return ""; + } else { + throw new IllegalStateException( + "Current state is not START_ELEMENT, END_ELEMENT or ENTITY_REFERENCE"); + } + } + + /** + * returns true if the current event has a name (is a START_ELEMENT or + * END_ELEMENT) returns false otherwise + */ + public boolean hasName() { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT + || curStAXEventType == XMLStreamConstants.END_ELEMENT) { + return true; + } else { + return false; + } + } + + /** + * If the current event is a START_ELEMENT or END_ELEMENT this method + * returns the URI of the current element (URI mapping to the prefix + * element/attribute has, if any; or if no prefix, null for attribute, and + * the default namespace URI for the element). + * + * @return the URI bound to this elements prefix, the default namespace, or + * null + * @throws IllegalStateException + * if this is not a START_ELEMENT, END_ELEMENT or ATTRIBUTE + */ + public String getNamespaceURI() { + // TODO: Investigate whether ATTRIBUTE is existed? + + if (curStAXEventType == XMLStreamConstants.START_ELEMENT + || curStAXEventType == XMLStreamConstants.END_ELEMENT) { + return staxParser.elementName.uri; + } else { + throw new IllegalStateException( + "Current state is not START_ELEMENT, END_ELEMENT"); + } + } + + /** + * Returns the prefix of the current event or null if the event does not + * have a prefix + * + * @return the prefix or null + * @throws IllegalStateException + * if this is not a START_ELEMENT or END_ELEMENT + */ + public String getPrefix() { + if (curStAXEventType == XMLStreamConstants.START_ELEMENT + || curStAXEventType == XMLStreamConstants.END_ELEMENT) { + return staxParser.elementName.prefix; + } else { + throw new IllegalStateException( + "Current state is not START_ELEMENT, END_ELEMENT"); + } + } + + /** + * Get the xml version declared on the xml declaration Returns null if none + * was declared + * + * @return the XML version or null + */ + public String getVersion() { + return staxParser.versionXML; + } + + /** + * Get the standalone declaration from the xml declaration. + * + * @return true if this is standalone, or false otherwise + */ + public boolean isStandalone() { + if (standaloneSet()) { + if (staxParser.standaloneXML.equalsIgnoreCase("yes")) { + return true; + } + } + return false; + } + + /** + * Checks if standalone was set in the document + * + * @return true if standalone was set in the document, or false otherwise + */ + public boolean standaloneSet() { + return staxParser.standaloneXML == null ? false : true; + } + + /** + * Returns the character encoding declared on the xml declaration Returns + * null if none was declared + * + * @return the encoding declared in the document or null + */ + public String getCharacterEncodingScheme() { + return staxParser.encodingXML; + } + + /** + * Get the target of a processing instruction + * + * @return the target + * @throws IllegalStateException + * if the current event is not a + * {@link XMLStreamConstants#PROCESSING_INSTRUCTION} + */ + public String getPITarget() { + if (curStAXEventType == XMLStreamConstants.PROCESSING_INSTRUCTION) { + return staxParser.piTarget; + } + + throw new IllegalStateException( + "Current state is not PROCESSING_INSTRUCTION"); + } + + /** + * Get the data section of a processing instruction + * + * @return the data (if processing instruction has any), or null if the + * processing instruction only has target. + * @throws IllegalStateException + * if the current event is not a + * {@link XMLStreamConstants#PROCESSING_INSTRUCTION} + */ + public String getPIData() { + if (curStAXEventType == XMLStreamConstants.PROCESSING_INSTRUCTION) { + return staxParser.piData.toString(); + } + + throw new IllegalStateException( + "Current state is not PROCESSING_INSTRUCTION"); + } + +} Propchange: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/XMLInputFactoryImpl.java URL: http://svn.apache.org/viewvc/xerces/java/branches/stax-dev/src/org/apache/xerces/stax/XMLInputFactoryImpl.java?view=diff&rev=545991&r1=545990&r2=545991 ============================================================================== --- xerces/java/branches/stax-dev/src/org/apache/xerces/stax/XMLInputFactoryImpl.java (original) +++ xerces/java/branches/stax-dev/src/org/apache/xerces/stax/XMLInputFactoryImpl.java Sun Jun 10 19:34:52 2007 @@ -33,6 +33,7 @@ import javax.xml.transform.dom.DOMSource; import javax.xml.transform.sax.SAXSource; +import org.apache.xerces.xni.parser.XMLInputSource; import org.w3c.dom.Node; import org.xml.sax.InputSource; import org.xml.sax.XMLReader; @@ -41,6 +42,7 @@ * <p>Implementation of XMLInputFactory.</p> * * @author Hua Lei + * @author Wei Duan * * @version $Id$ */ @@ -83,7 +85,10 @@ public XMLStreamReader createXMLStreamReader(InputStream stream) throws XMLStreamException { - return null; + XMLInputSource inputsource = new XMLInputSource(null, null, null, + stream, null); + StAXParser xmlStreamReader = new StAXParser(inputsource, this); + return xmlStreamReader; } public XMLStreamReader createXMLStreamReader(InputStream stream, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 11 18:14:09 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4662 invoked from network); 11 Jun 2007 18:14:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2007 18:14:07 -0000 Received: (qmail 64608 invoked by uid 500); 11 Jun 2007 18:14:11 -0000 Delivered-To: [email protected] Received: (qmail 64575 invoked by uid 500); 11 Jun 2007 18: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: <commits.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 64564 invoked by uid 99); 11 Jun 2007 18:14:10 -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 11:14: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 eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 11:14:06 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 4246B59A07 for <[email protected]>; Mon, 11 Jun 2007 18:13: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, 11 Jun 2007 18:13:46 -0000 Message-ID: <[email protected]> Subject: [Xerces Wiki] Update of "XercescRepositoryAccess" by BorisKolpackov X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xerces Wiki" for change notification. The following page has been changed by BorisKolpackov: http://wiki.apache.org/xerces/XercescRepositoryAccess The comment on the change is: Create a page on accessing Xerces-C SVN repository New page: The SVN repository is public, and everyone has read access The repository uses a standard svn layout of: {{{ xerces/c/ | | - branches/ | | - tags/ \ - trunk/ }}} In short: 1) to check out the trunk of xerces/c: svn co https://svn.apache.org/repos/asf/xerces/c/trunk 2) to check out the code tagged with the Xerces-C_2_4_0 tag: svn co https://svn.apache.org/repos/asf/xerces/c/tags/Xerces-C_2_4_0/ 3) to check out the code in the peiyongz/ branch: svn co https://svn.apache.org/repos/asf/xerces/c/branches/peiyongz/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 11 18:18:41 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6194 invoked from network); 11 Jun 2007 18:18:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2007 18:18:40 -0000 Received: (qmail 73066 invoked by uid 500); 11 Jun 2007 18:18:43 -0000 Delivered-To: [email protected] Received: (qmail 73047 invoked by uid 500); 11 Jun 2007 18: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: <commits.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 73035 invoked by uid 99); 11 Jun 2007 18:18:43 -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 11:18: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 eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 11:18:39 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 8EC6259A07 for <[email protected]>; Mon, 11 Jun 2007 18:18:19 +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, 11 Jun 2007 18:18:19 -0000 Message-ID: <[email protected]> Subject: [Xerces Wiki] Update of "FrontPage" by BorisKolpackov X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xerces Wiki" for change notification. The following page has been changed by BorisKolpackov: http://wiki.apache.org/xerces/FrontPage ------------------------------------------------------------------------------ * Xerces-P Developers List ([mailto:[email protected] Subscribe], [mailto:[email protected] Unsubscribe], [http://mail-archives.apache.org/mod_mbox/xerces-p-dev/ Archive]) * Xerces Commits List ([mailto:[email protected] Subscribe], [mailto:[email protected] Unsubscribe], [http://mail-archives.apache.org/mod_mbox/xerces-commits/ Archive]) + + == Miscellaneous == + + * [wiki:Self:XercescRepositoryAccess Xerces-C SVN Repository Access Instructions] + == Status == --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 11 18:21:01 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7462 invoked from network); 11 Jun 2007 18:21:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2007 18:21:00 -0000 Received: (qmail 80682 invoked by uid 500); 11 Jun 2007 18:21:03 -0000 Delivered-To: [email protected] Received: (qmail 80612 invoked by uid 500); 11 Jun 2007 18:21: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 80601 invoked by uid 99); 11 Jun 2007 18:21:03 -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 11:21: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 eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 11:20:59 -0700 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 67D5659A07 for <[email protected]>; Mon, 11 Jun 2007 18:20: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, 11 Jun 2007 18:20:39 -0000 Message-ID: <[email protected]> Subject: [Xerces Wiki] Update of "FrontPage" by BorisKolpackov X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xerces Wiki" for change notification. The following page has been changed by BorisKolpackov: http://wiki.apache.org/xerces/FrontPage The comment on the change is: Add a link to Xerces-C SVN instruction page ------------------------------------------------------------------------------ * [wiki:Self:XercescRepositoryAccess Xerces-C SVN Repository Access Instructions] - == Status == * [wiki:Self:XercescBuildStatus Xerces-C 3.0 Build Status] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 12 12:25:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2173 invoked from network); 12 Jun 2007 12:25:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jun 2007 12:25:15 -0000 Received: (qmail 75742 invoked by uid 500); 12 Jun 2007 12:25:19 -0000 Delivered-To: [email protected] Received: (qmail 75722 invoked by uid 500); 12 Jun 2007 12: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: <commits.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 75711 invoked by uid 99); 12 Jun 2007 12:25:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 05:25: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; Tue, 12 Jun 2007 05:25:14 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 68C621A981A; Tue, 12 Jun 2007 05:24:54 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r546466 - /xerces/java/trunk/docs/faq-xcatalogs.xml Date: Tue, 12 Jun 2007 12:24:54 -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: mrglavas Date: Tue Jun 12 05:24:52 2007 New Revision: 546466 URL: http://svn.apache.org/viewvc?view=rev&rev=546466 Log: Minor grammar fix. Modified: xerces/java/trunk/docs/faq-xcatalogs.xml Modified: xerces/java/trunk/docs/faq-xcatalogs.xml URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/faq-xcatalogs.xml?view=diff&rev=546466&r1=546465&r2=546466 ============================================================================== --- xerces/java/trunk/docs/faq-xcatalogs.xml (original) +++ xerces/java/trunk/docs/faq-xcatalogs.xml Tue Jun 12 05:24:52 2007 @@ -83,7 +83,7 @@ documentation for details. </p> <note> - The XMLCatalogResolver class requires XML Commons Resolver 1.1 + The XMLCatalogResolver class requires the XML Commons Resolver 1.1 or a version compatible with 1.1. </note> </a> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 12 20:25:32 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51478 invoked from network); 12 Jun 2007 20:25:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jun 2007 20:25:31 -0000 Received: (qmail 33395 invoked by uid 500); 12 Jun 2007 20:25:35 -0000 Delivered-To: [email protected] Received: (qmail 33362 invoked by uid 500); 12 Jun 2007 20:25: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 33347 invoked by uid 99); 12 Jun 2007 20:25:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 13:25:34 -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; Tue, 12 Jun 2007 13:25:30 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id CC4E11A981A; Tue, 12 Jun 2007 13:25:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r546623 - /xerces/java/trunk/samples/dom/DOMGenerate.java Date: Tue, 12 Jun 2007 20:25:09 -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: mrglavas Date: Tue Jun 12 13:25:08 2007 New Revision: 546623 URL: http://svn.apache.org/viewvc?view=rev&rev=546623 Log: Modernizing this sample: - Use the DOM L2 namespace-aware createElementNS() methods instead of the non-namespace-aware DOM L1 methods - Use the DOM L3 LSSerializer to serialize the document instead of the deprecated native Xerces serializer Modified: xerces/java/trunk/samples/dom/DOMGenerate.java Modified: xerces/java/trunk/samples/dom/DOMGenerate.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/samples/dom/DOMGenerate.java?view=diff&rev=546623&r1=546622&r2=546623 ============================================================================== --- xerces/java/trunk/samples/dom/DOMGenerate.java (original) +++ xerces/java/trunk/samples/dom/DOMGenerate.java Tue Jun 12 13:25:08 2007 @@ -22,45 +22,52 @@ import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; -import org.apache.xml.serialize.OutputFormat; -import org.apache.xml.serialize.XMLSerializer; import org.w3c.dom.Document; import org.w3c.dom.Element; +import org.w3c.dom.bootstrap.DOMImplementationRegistry; +import org.w3c.dom.ls.DOMImplementationLS; +import org.w3c.dom.ls.LSOutput; +import org.w3c.dom.ls.LSSerializer; /** * Simple Sample that: - * - Generate a DOM from Scratch. - * - Output DOM to a String using Serializer + * - Generates a DOM from scratch. + * - Writes the DOM to a String using an LSSerializer * @author Jeffrey Rodriguez * @version $Id$ */ public class DOMGenerate { + public static void main( String[] argv ) { try { DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); + dbf.setNamespaceAware(true); DocumentBuilder db = dbf.newDocumentBuilder(); Document doc = db.newDocument(); - Element root = doc.createElement("person"); // Create Root Element - Element item = doc.createElement("name"); // Create element + Element root = doc.createElementNS(null, "person"); // Create Root Element + Element item = doc.createElementNS(null, "name"); // Create element item.appendChild( doc.createTextNode("Jeff") ); - root.appendChild( item ); // atach element to Root element - item = doc.createElement("age"); // Create another Element + root.appendChild( item ); // Attach element to Root element + item = doc.createElementNS(null, "age"); // Create another Element item.appendChild( doc.createTextNode("28" ) ); - root.appendChild( item ); // Attach Element to previous element down tree - item = doc.createElement("height"); + root.appendChild( item ); // Attach Element to previous element down tree + item = doc.createElementNS(null, "height"); item.appendChild( doc.createTextNode("1.80" ) ); - root.appendChild( item ); // Attach another Element - grandaugther - doc.appendChild( root ); // Add Root to Document + root.appendChild( item ); // Attach another Element - grandaugther + doc.appendChild( root ); // Add Root to Document - OutputFormat format = new OutputFormat( doc ); //Serialize DOM - StringWriter stringOut = new StringWriter(); //Writer will be a String - XMLSerializer serial = new XMLSerializer( stringOut, format ); - serial.asDOMSerializer(); // As a DOM Serializer - - serial.serialize( doc.getDocumentElement() ); + DOMImplementationRegistry registry = DOMImplementationRegistry.newInstance(); + DOMImplementationLS domImplLS = (DOMImplementationLS)registry.getDOMImplementation("LS"); + + LSSerializer ser = domImplLS.createLSSerializer(); // Create a serializer for the DOM + LSOutput out = domImplLS.createLSOutput(); + StringWriter stringOut = new StringWriter(); // Writer will be a String + out.setCharacterStream(stringOut); + ser.write(doc, out); // Serialize the DOM - System.out.println( "STRXML = " + stringOut.toString() ); //Spit out DOM as a String + System.out.println( "STRXML = " + + stringOut.toString() ); // Spit out the DOM as a String } catch ( Exception ex ) { ex.printStackTrace(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 14 23:31:56 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46786 invoked from network); 14 Jun 2007 23:31:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2007 23:31:56 -0000 Received: (qmail 44813 invoked by uid 500); 14 Jun 2007 23:31:59 -0000 Delivered-To: [email protected] Received: (qmail 44793 invoked by uid 500); 14 Jun 2007 23:31: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 44782 invoked by uid 99); 14 Jun 2007 23:31:58 -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 16:31:58 -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 16:31:55 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C9B7C1A981A; Thu, 14 Jun 2007 16:31:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r547446 - /xerces/c/branches/xerces-2.7/src/xercesc/util/regx/RangeToken.cpp Date: Thu, 14 Jun 2007 23:31:34 -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: dbertoni Date: Thu Jun 14 16:31:33 2007 New Revision: 547446 URL: http://svn.apache.org/viewvc?view=rev&rev=547446 Log: Fix for null pointer dereference in the case where the expression is empty and the case-insensitive option is specified. Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/RangeToken.cpp Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/RangeToken.cpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/RangeToken.cpp?view=diff&rev=547446&r1=547445&r2=547446 ============================================================================== --- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/RangeToken.cpp (original) +++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/RangeToken.cpp Thu Jun 14 16:31:33 2007 @@ -138,7 +138,7 @@ // --------------------------------------------------------------------------- RangeToken* RangeTokenacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetCaseInsensitiveToken(TokenFactory* const tokFactory) { - if (fCaseIToken == 0 && tokFactory) { + if (fCaseIToken == 0 && tokFactory && fRanges) { bool isNRange = (getTokenType() == T_NRANGE) ? true : false; RangeToken* lwrToken = tokFactory->createRange(isNRange); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 14 23:32:35 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47080 invoked from network); 14 Jun 2007 23:32:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2007 23:32:34 -0000 Received: (qmail 46952 invoked by uid 500); 14 Jun 2007 23:32:38 -0000 Delivered-To: [email protected] Received: (qmail 46929 invoked by uid 500); 14 Jun 2007 23:32: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 46918 invoked by uid 99); 14 Jun 2007 23:32:38 -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 16:32:38 -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 16:32:34 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 40C671A981D; Thu, 14 Jun 2007 16:32:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r547447 - /xerces/c/trunk/src/xercesc/util/regx/RangeToken.cpp Date: Thu, 14 Jun 2007 23:32:14 -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: dbertoni Date: Thu Jun 14 16:32:13 2007 New Revision: 547447 URL: http://svn.apache.org/viewvc?view=rev&rev=547447 Log: Fix for null pointer dereference in the case where the expression is empty and the case-insensitive option is specified. Modified: xerces/c/trunk/src/xercesc/util/regx/RangeToken.cpp Modified: xerces/c/trunk/src/xercesc/util/regx/RangeToken.cpp URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/regx/RangeToken.cpp?view=diff&rev=547447&r1=547446&r2=547447 ============================================================================== --- xerces/c/trunk/src/xercesc/util/regx/RangeToken.cpp (original) +++ xerces/c/trunk/src/xercesc/util/regx/RangeToken.cpp Thu Jun 14 16:32:13 2007 @@ -148,7 +148,7 @@ // --------------------------------------------------------------------------- RangeToken* RangeTokenacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetCaseInsensitiveToken(TokenFactory* const tokFactory) { - if (fCaseIToken == 0 && tokFactory) { + if (fCaseIToken == 0 && tokFactory && fRanges) { bool isNRange = (getTokenType() == T_NRANGE) ? true : false; RangeToken* lwrToken = tokFactory->createRange(isNRange); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 17 18:02:11 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35397 invoked from network); 17 Jun 2007 18:02:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2007 18:02:10 -0000 Received: (qmail 79290 invoked by uid 500); 17 Jun 2007 18:02:13 -0000 Delivered-To: [email protected] Received: (qmail 79252 invoked by uid 500); 17 Jun 2007 18:02: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 79241 invoked by uid 99); 17 Jun 2007 18:02:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 11:02:13 -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, 17 Jun 2007 11:02:09 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C43391A981A; Sun, 17 Jun 2007 11:01:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548081 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java Date: Sun, 17 Jun 2007 18:01:48 -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: mrglavas Date: Sun Jun 17 11:01:47 2007 New Revision: 548081 URL: http://svn.apache.org/viewvc?view=rev&rev=548081 Log: Make FacetInfo static. Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java?view=diff&rev=548081&r1=548080&r2=548081 ============================================================================== --- xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java (original) +++ xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java Sun Jun 17 11:01:47 2007 @@ -254,7 +254,7 @@ private StringBuffer fPattern = new StringBuffer(); private final XSFacets xsFacets = new XSFacets(); - class FacetInfo { + static final class FacetInfo { XSFacets facetdata; Element nodeAfterFacets; short fPresentFacets; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 17 18:04:09 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35593 invoked from network); 17 Jun 2007 18:04:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2007 18:04:08 -0000 Received: (qmail 80287 invoked by uid 500); 17 Jun 2007 18:04:12 -0000 Delivered-To: [email protected] Received: (qmail 80260 invoked by uid 500); 17 Jun 2007 18: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: <commits.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 80248 invoked by uid 99); 17 Jun 2007 18:04:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 11:04:12 -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, 17 Jun 2007 11:04:08 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B52671A981A; Sun, 17 Jun 2007 11:03:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548082 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java Date: Sun, 17 Jun 2007 18:03:47 -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: mrglavas Date: Sun Jun 17 11:03:46 2007 New Revision: 548082 URL: http://svn.apache.org/viewvc?view=rev&rev=548082 Log: Make ComplexTypeRecoverableError static. Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java?view=diff&rev=548082&r1=548081&r2=548082 ============================================================================== --- xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java (original) +++ xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java Sun Jun 17 11:03:46 2007 @@ -97,7 +97,7 @@ private SchemaDVFactory schemaFactory = SchemaDVFactory.getInstance(); - private class ComplexTypeRecoverableError extends Exception { + private static final class ComplexTypeRecoverableError extends Exception { private static final long serialVersionUID = 6802729912091130335L; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 17 18:13:08 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36428 invoked from network); 17 Jun 2007 18:13:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2007 18:13:08 -0000 Received: (qmail 86331 invoked by uid 500); 17 Jun 2007 18:13:11 -0000 Delivered-To: [email protected] Received: (qmail 86309 invoked by uid 500); 17 Jun 2007 18:13: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 86298 invoked by uid 99); 17 Jun 2007 18:13:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 11:13:11 -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, 17 Jun 2007 11:13:07 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 58EFD1A981A; Sun, 17 Jun 2007 11:12:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548083 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java Date: Sun, 17 Jun 2007 18:12:47 -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: mrglavas Date: Sun Jun 17 11:12:46 2007 New Revision: 548083 URL: http://svn.apache.org/viewvc?view=rev&rev=548083 Log: Making all of the fields of FacetInfo final. Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java?view=diff&rev=548083&r1=548082&r2=548083 ============================================================================== --- xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java (original) +++ xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java Sun Jun 17 11:12:46 2007 @@ -255,10 +255,18 @@ private final XSFacets xsFacets = new XSFacets(); static final class FacetInfo { - XSFacets facetdata; - Element nodeAfterFacets; - short fPresentFacets; - short fFixedFacets; + + final XSFacets facetdata; + final Element nodeAfterFacets; + final short fPresentFacets; + final short fFixedFacets; + + FacetInfo(XSFacets facets, Element nodeAfterFacets, short presentFacets, short fixedFacets) { + facetdata = facets; + this.nodeAfterFacets = nodeAfterFacets; + fPresentFacets = presentFacets; + fFixedFacets = fixedFacets; + } } FacetInfo traverseFacets(Element content, @@ -508,12 +516,7 @@ fPattern.setLength(0); - FacetInfo fi = new FacetInfo(); - fi.facetdata = xsFacets; - fi.nodeAfterFacets = content; - fi.fPresentFacets = facetsPresent; - fi.fFixedFacets = facetsFixed; - return fi; + return new FacetInfo(xsFacets, content, facetsPresent, facetsFixed); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 17 18:18:06 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37246 invoked from network); 17 Jun 2007 18:18:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2007 18:18:05 -0000 Received: (qmail 89206 invoked by uid 500); 17 Jun 2007 18:18:09 -0000 Delivered-To: [email protected] Received: (qmail 89182 invoked by uid 500); 17 Jun 2007 18:18: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89171 invoked by uid 99); 17 Jun 2007 18:18:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 11:18:09 -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, 17 Jun 2007 11:18:05 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0018A1A981A; Sun, 17 Jun 2007 11:17:44 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548086 - /xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java Date: Sun, 17 Jun 2007 18:17: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: mrglavas Date: Sun Jun 17 11:17:43 2007 New Revision: 548086 URL: http://svn.apache.org/viewvc?view=rev&rev=548086 Log: Making LocatorProxy a static final nested class. Modified: xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java Modified: xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java?view=diff&rev=548086&r1=548085&r2=548086 ============================================================================== --- xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java (original) +++ xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java Sun Jun 17 11:17:43 2007 @@ -2190,7 +2190,7 @@ // Classes // - protected class LocatorProxy + protected static final class LocatorProxy implements Locator2 { // --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 17 18:22:37 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39139 invoked from network); 17 Jun 2007 18:22:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2007 18:22:37 -0000 Received: (qmail 92412 invoked by uid 500); 17 Jun 2007 18:22:40 -0000 Delivered-To: [email protected] Received: (qmail 92381 invoked by uid 500); 17 Jun 2007 18: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: <commits.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 92370 invoked by uid 99); 17 Jun 2007 18:22:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 11:22:40 -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, 17 Jun 2007 11:22:36 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 740461A981A; Sun, 17 Jun 2007 11:22:16 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548087 - /xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java Date: Sun, 17 Jun 2007 18:22:16 -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: mrglavas Date: Sun Jun 17 11:22:15 2007 New Revision: 548087 URL: http://svn.apache.org/viewvc?view=rev&rev=548087 Log: Making AbortHandler a static final nested class. Modified: xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java Modified: xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java?view=diff&rev=548087&r1=548086&r2=548087 ============================================================================== --- xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java (original) +++ xerces/java/trunk/src/org/apache/xerces/parsers/DOMParserImpl.java Sun Jun 17 11:22:15 2007 @@ -1178,7 +1178,7 @@ super.startElement(element, attributes, augs); } - private class AbortHandler implements XMLDocumentHandler, XMLDTDHandler, XMLDTDContentModelHandler { + private static final class AbortHandler implements XMLDocumentHandler, XMLDTDHandler, XMLDTDContentModelHandler { private XMLDocumentSource documentSource; private XMLDTDContentModelSource dtdContentSource; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 17 18:25:40 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39416 invoked from network); 17 Jun 2007 18:25:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2007 18:25:39 -0000 Received: (qmail 96684 invoked by uid 500); 17 Jun 2007 18:25:43 -0000 Delivered-To: [email protected] Received: (qmail 96615 invoked by uid 500); 17 Jun 2007 18:25: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 96604 invoked by uid 99); 17 Jun 2007 18:25:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 11:25:43 -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, 17 Jun 2007 11:25:39 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 959E61A981A; Sun, 17 Jun 2007 11:25:18 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548088 - /xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java Date: Sun, 17 Jun 2007 18:25: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: mrglavas Date: Sun Jun 17 11:25:17 2007 New Revision: 548088 URL: http://svn.apache.org/viewvc?view=rev&rev=548088 Log: Making XNI2SAX a static final nested class. Modified: xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java Modified: xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java?view=diff&rev=548088&r1=548087&r2=548088 ============================================================================== --- xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java (original) +++ xerces/java/trunk/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java Sun Jun 17 11:25:17 2007 @@ -343,7 +343,7 @@ * * @author Kohsuke Kawaguchi ([email protected]) */ - private final class XNI2SAX extends DefaultXMLDocumentHandler { + private static final class XNI2SAX extends DefaultXMLDocumentHandler { private ContentHandler fContentHandler; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 17 18:29:23 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39830 invoked from network); 17 Jun 2007 18:29:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2007 18:29:23 -0000 Received: (qmail 502 invoked by uid 500); 17 Jun 2007 18:29:26 -0000 Delivered-To: [email protected] Received: (qmail 476 invoked by uid 500); 17 Jun 2007 18:29: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 465 invoked by uid 99); 17 Jun 2007 18:29:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 11:29:26 -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, 17 Jun 2007 11:29:22 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 182A21A981A; Sun, 17 Jun 2007 11:29:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548089 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java Date: Sun, 17 Jun 2007 18:29:01 -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: mrglavas Date: Sun Jun 17 11:29:01 2007 New Revision: 548089 URL: http://svn.apache.org/viewvc?view=rev&rev=548089 Log: Making LocalIDKey a static final nested class. Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java?view=diff&rev=548089&r1=548088&r2=548089 ============================================================================== --- xerces/java/trunk/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java (original) +++ xerces/java/trunk/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java Sun Jun 17 11:29:01 2007 @@ -4192,7 +4192,7 @@ // the purpose of this class is to enable IdentityConstraint,int // pairs to be used easily as keys in Hashtables. - protected class LocalIDKey { + protected static final class LocalIDKey { public IdentityConstraint fId; public int fDepth; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 17 18:36:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42013 invoked from network); 17 Jun 2007 18:36:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2007 18:36:29 -0000 Received: (qmail 7234 invoked by uid 500); 17 Jun 2007 18:36:33 -0000 Delivered-To: [email protected] Received: (qmail 7213 invoked by uid 500); 17 Jun 2007 18: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: <commits.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 7202 invoked by uid 99); 17 Jun 2007 18:36:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 11:36:33 -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, 17 Jun 2007 11:36:29 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 038B11A9820; Sun, 17 Jun 2007 11:36:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548093 - /xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java Date: Sun, 17 Jun 2007 18:36:08 -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: mrglavas Date: Sun Jun 17 11:36:08 2007 New Revision: 548093 URL: http://svn.apache.org/viewvc?view=rev&rev=548093 Log: Making ValidationContextImpl a static final nested class (and its fExternal field final). Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java?view=diff&rev=548093&r1=548092&r2=548093 ============================================================================== --- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java (original) +++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java Sun Jun 17 11:36:08 2007 @@ -2815,8 +2815,10 @@ * A wrapper of ValidationContext, to provide a way of switching to a * different Namespace declaration context. */ - class ValidationContextImpl implements ValidationContext { - ValidationContext fExternal; + static final class ValidationContextImpl implements ValidationContext { + + final ValidationContext fExternal; + ValidationContextImpl(ValidationContext external) { fExternal = external; } @@ -2866,10 +2868,12 @@ } public String getURI(String prefix) { - if (fNSContext == null) + if (fNSContext == null) { return fExternal.getURI(prefix); - else + } + else { return fNSContext.getURI(prefix); + } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 18 03:34:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66528 invoked from network); 18 Jun 2007 03:34:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2007 03:34:41 -0000 Received: (qmail 14002 invoked by uid 500); 18 Jun 2007 03:34:45 -0000 Delivered-To: [email protected] Received: (qmail 13979 invoked by uid 500); 18 Jun 2007 03:34: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.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 13968 invoked by uid 99); 18 Jun 2007 03:34:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2007 20:34:44 -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, 17 Jun 2007 20:34:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 66D561A981A; Sun, 17 Jun 2007 20:34:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548192 - in /xerces/java/trunk/src/org/apache/xerces/parsers: DTDConfiguration.java XML11Configuration.java Date: Mon, 18 Jun 2007 03:34:20 -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: mrglavas Date: Sun Jun 17 20:34:19 2007 New Revision: 548192 URL: http://svn.apache.org/viewvc?view=rev&rev=548192 Log: Eliminating redundant casts and instanceof checks; XMLDTDProcessor is an XMLComponent. Modified: xerces/java/trunk/src/org/apache/xerces/parsers/DTDConfiguration.java xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configuration.java Modified: xerces/java/trunk/src/org/apache/xerces/parsers/DTDConfiguration.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/DTDConfiguration.java?view=diff&rev=548192&r1=548191&r2=548192 ============================================================================== --- xerces/java/trunk/src/org/apache/xerces/parsers/DTDConfiguration.java (original) +++ xerces/java/trunk/src/org/apache/xerces/parsers/DTDConfiguration.java Sun Jun 17 20:34:19 2007 @@ -353,9 +353,7 @@ fDTDProcessor = createDTDProcessor(); if (fDTDProcessor != null) { setProperty(DTD_PROCESSOR, fDTDProcessor); - if (fDTDProcessor instanceof XMLComponent) { - addComponent((XMLComponent)fDTDProcessor); - } + addComponent(fDTDProcessor); } fDTDValidator = createDTDValidator(); Modified: xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configuration.java URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configuration.java?view=diff&rev=548192&r1=548191&r2=548192 ============================================================================== --- xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configuration.java (original) +++ xerces/java/trunk/src/org/apache/xerces/parsers/XML11Configuration.java Sun Jun 17 20:34:19 2007 @@ -560,7 +560,7 @@ fDTDProcessor = new XMLDTDProcessor(); fProperties.put(DTD_PROCESSOR, fDTDProcessor); - addComponent((XMLComponent) fDTDProcessor); + addComponent(fDTDProcessor); fDTDValidator = new XMLNSDTDValidator(); fProperties.put(DTD_VALIDATOR, fDTDValidator); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 27 03:58:08 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86408 invoked from network); 27 Jun 2007 03:58:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jun 2007 03:58:07 -0000 Received: (qmail 8314 invoked by uid 500); 27 Jun 2007 03:58:10 -0000 Delivered-To: [email protected] Received: (qmail 8243 invoked by uid 500); 27 Jun 2007 03:58: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: <commits.xerces.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 8229 invoked by uid 99); 27 Jun 2007 03:58:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 20:58:10 -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; Tue, 26 Jun 2007 20:58:06 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 285671A981C; Tue, 26 Jun 2007 20:57:46 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r551027 - in /xerces/java/branches/stax-dev/src/org/apache/xerces/stax: AbstractStAXParser.java StAXParser.java Date: Wed, 27 Jun 2007 03:57:45 -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: mrglavas Date: Tue Jun 26 20:57:44 2007 New Revision: 551027 URL: http://svn.apache.org/viewvc?view=rev&rev=551027 Log: JIRA Issue #1256: http://issues.apache.org/jira/browse/XERCESJ-1256 Updates to the implementation from Wei Duan: "The work done includes: * Use XMLPullConfiguration to simulate stax parsing process. * Implement basic XML infosets such as element, attribute, text, namespacecontext, location, namespace." Modified: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java Modified: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java URL: http://svn.apache.org/viewvc/xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java?view=diff&rev=551027&r1=551026&r2=551027 ============================================================================== --- xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java (original) +++ xerces/java/branches/stax-dev/src/org/apache/xerces/stax/AbstractStAXParser.java Tue Jun 26 20:57:44 2007 @@ -17,6 +17,7 @@ package org.apache.xerces.stax; +import java.util.Stack; import javax.xml.stream.XMLStreamConstants; import org.apache.xerces.parsers.AbstractXMLDocumentParser; @@ -36,11 +37,6 @@ * @version $Id$ */ public class AbstractStAXParser extends AbstractXMLDocumentParser { - // Represent the XNI type such as xmlDecl but not existed in stax - // TODO : The parsing steps of XNI and StAX are not the same. For example, - // XNI will treat - // START_DOCUMENT and XML_DECL as two events, and stax will treat as one - static protected int START_DOCUMENT_DECL = -1; // The current event type protected int eventType; @@ -72,10 +68,13 @@ // Element QName protected QName elementName = null; - // Element attribute - // TODO : Actually, a attribute stack is needed to store the attribute for - // endElement event - protected XMLAttributes elementAttr = null; + // Element attribute stack + // The XNI interface "endElement" will not give out XMLAttributes info. + // However, stax inteface needs to give namespace information when + // START_ELEMENT or END_ELEMENT¡¡ + protected Stack atrributeStack = new Stack(); + + protected XMLAttributes curElementAttr = null; // Namespace context protected NamespaceContext namespaceContext = null; @@ -109,8 +108,9 @@ piTarget = null; piData = null; elementName = null; - elementAttr = null; + curElementAttr = null; namespaceContext = null; + atrributeStack.clear(); } // reset() // @@ -172,9 +172,6 @@ this.versionXML = version; this.encodingXML = encoding; this.standaloneXML = standalone; - - // No according event type in stax event - eventType = START_DOCUMENT_DECL; } // xmlDecl(String,String,String) /** @@ -219,7 +216,9 @@ eventType = XMLStreamConstants.START_ELEMENT; this.elementName = element; - this.elementAttr = attributes; + + this.curElementAttr = attributes; + this.atrributeStack.push(attributes); } // startElement(QName,XMLAttributes) /** @@ -300,7 +299,10 @@ eventType = XMLStreamConstants.END_ELEMENT; this.elementName = element; - } // endElement(QName) + + // The endElement and startElement are in pair + this.curElementAttr = (XMLAttributes) this.atrributeStack.pop(); + } // endElement(QName) /** * The start of a CDATA section. Modified: xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java URL: http://svn.apache.org/viewvc/xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java?view=diff&rev=551027&r1=551026&r2=551027 ============================================================================== --- xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java (original) +++ xerces/java/branches/stax-dev/src/org/apache/xerces/stax/StAXParser.java Tue Jun 26 20:57:44 2007 @@ -130,7 +130,10 @@ */ public int next() throws XMLStreamException { try { + // Initialize the StAXParser event type to zero + staxParser.eventType = 0; configuration.parse(false); + } catch (Exception e) { throw new XMLStreamException( "Error occurs when processing the underlying XML source", e); @@ -167,7 +170,36 @@ */ public void require(int type, String namespaceURI, String localName) throws XMLStreamException { - // Need to be realized + if (type == curStAXEventType) + { + try{ + if (namespaceURI != null) + { + String curNamespace = this.getNamespaceURI(); + if (!namespaceURI.equals(curNamespace)) + { + throw new XMLStreamException( + "Namespace " + curNamespace + " doesn't match with input "+ namespaceURI); + } + } + if (localName != null) + { + String curLocalName = this.getLocalName(); + if (!localName.equals(curLocalName)) + { + throw new XMLStreamException( + "Local name " + curLocalName + " doesn't match with input "+ localName); + } + } + }catch(IllegalStateException e) + { + throw new XMLStreamException(e); + } + } + else{ + throw new XMLStreamException( + "Event type " + curStAXEventType + " doesn't match with input type "+ type); + } } /** @@ -340,7 +372,7 @@ if (localName == null) { throw new IllegalStateException("Local name can't be null"); } - XMLAttributes attrs = staxParser.elementAttr; + XMLAttributes attrs = staxParser.curElementAttr; return attrs.getValue(namespaceURI, localName); } @@ -359,7 +391,7 @@ */ public int getAttributeCount() { if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { - return staxParser.elementAttr.getLength(); + return staxParser.curElementAttr.getLength(); } throw new IllegalStateException( @@ -398,7 +430,7 @@ */ public String getAttributeNamespace(int index) { if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { - return staxParser.elementAttr.getURI(index); + return staxParser.curElementAttr.getURI(index); } throw new IllegalStateException( @@ -416,7 +448,7 @@ */ public String getAttributeLocalName(int index) { if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { - return staxParser.elementAttr.getLocalName(index); + return staxParser.curElementAttr.getLocalName(index); } throw new IllegalStateException( @@ -434,7 +466,7 @@ */ public String getAttributePrefix(int index) { if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { - return staxParser.elementAttr.getPrefix(index); + return staxParser.curElementAttr.getPrefix(index); } throw new IllegalStateException( @@ -452,7 +484,7 @@ */ public String getAttributeType(int index) { if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { - return staxParser.elementAttr.getType(index); + return staxParser.curElementAttr.getType(index); } throw new IllegalStateException( @@ -470,7 +502,7 @@ */ public String getAttributeValue(int index) { if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { - return staxParser.elementAttr.getValue(index); + return staxParser.curElementAttr.getValue(index); } throw new IllegalStateException( @@ -489,7 +521,7 @@ */ public boolean isAttributeSpecified(int index) { if (curStAXEventType == XMLStreamConstants.START_ELEMENT) { - return staxParser.elementAttr.isSpecified(index); + return staxParser.curElementAttr.isSpecified(index); } throw new IllegalStateException( @@ -509,7 +541,7 @@ int countNamespace = 0; if (curStAXEventType == XMLStreamConstants.START_ELEMENT || curStAXEventType == XMLStreamConstants.END_ELEMENT) { - XMLAttributes attrs = staxParser.elementAttr; + XMLAttributes attrs = staxParser.curElementAttr; for (int i = 0; i < attrs.getLength(); i++) { if (attrs.getLocalName(i) == XMLSymbols.PREFIX_XMLNS) { @@ -540,10 +572,30 @@ public String getNamespacePrefix(int index) { if (curStAXEventType == XMLStreamConstants.START_ELEMENT || curStAXEventType == XMLStreamConstants.END_ELEMENT) { - // TODO : Need to be done - return null; + + int namespaceCount = getNamespaceCount(); + if (index + 1 > namespaceCount || index < 0) + { + throw new IndexOutOfBoundsException("Illegle of namespace index"); + } + + XMLAttributes attrs = staxParser.curElementAttr; + + String prefix = null; + int count = 0; + for (int i = 0; i < attrs.getLength() && count <= index ; i++) { + if (attrs.getLocalName(i) == XMLSymbols.PREFIX_XMLNS) { + // default namesapce + count++; + prefix = null; + } else if (attrs.getPrefix(i) == XMLSymbols.PREFIX_XMLNS) { + count++; + prefix = attrs.getLocalName(i); + } + } + + return prefix; } - throw new IllegalStateException( "Current state is not START_ELEMENT or END_ELEMENT"); } @@ -560,8 +612,28 @@ public String getNamespaceURI(int index) { if (curStAXEventType == XMLStreamConstants.START_ELEMENT || curStAXEventType == XMLStreamConstants.END_ELEMENT) { - // TODO : Need to be done - return null; + int namespaceCount = getNamespaceCount(); + if (index + 1 > namespaceCount || index < 0) + { + throw new IndexOutOfBoundsException("Illegle of namespace index"); + } + + XMLAttributes attrs = staxParser.curElementAttr; + + String uri = null; + int count = 0; + for (int i = 0; i < attrs.getLength() && count <= index ; i++) { + if (attrs.getLocalName(i) == XMLSymbols.PREFIX_XMLNS) { + // default namesapce + count++; + uri = null; + } else if (attrs.getPrefix(i) == XMLSymbols.PREFIX_XMLNS) { + count++; + uri = attrs.getValue(i); + } + } + + return uri; } throw new IllegalStateException( --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Tue May 02 21:25:10 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17193 invoked from network); 2 May 2006 21:25:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 May 2006 21:25:07 -0000 Received: (qmail 97127 invoked by uid 500); 2 May 2006 21:25:03 -0000 Delivered-To: [email protected] Received: (qmail 96996 invoked by uid 500); 2 May 2006 21:25:02 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96985 invoked by uid 99); 2 May 2006 21:25:02 -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 14:25:02 -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_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 hotmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 14:25:00 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 2 May 2006 14:24:36 -0700 Message-ID: <[email protected]> Received: from 161.129.204.104 by by109fd.bay109.hotmail.msn.com with HTTP; Tue, 02 May 2006 21:24:35 GMT X-Originating-IP: [161.129.204.104] X-Originating-Email: [[email protected]] X-Sender: [email protected] From: "Steven Paligo" <[email protected]> To: [email protected] Subject: [Web Commons] proposal Date: Tue, 02 May 2006 15:24:35 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 02 May 2006 21:24:36.0654 (UTC) FILETIME=[D0290CE0:01C66E2E] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Everyone, Yesterday I proposed a project in the Incubator that would create "higher-level" java components to leverage other ASF projects for web development (a shopping cart system using struts or a calendar app for example). They told me the idea has been tossed around in Jakatra messages for a while now. What interest do you all have to go forward with this? I'm sure we all have code to add to it. Thanks, Steven --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 03 18:54:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72415 invoked from network); 3 May 2006 18:53:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 May 2006 18:53:50 -0000 Received: (qmail 74080 invoked by uid 500); 3 May 2006 18:53:26 -0000 Delivered-To: [email protected] Received: (qmail 73462 invoked by uid 500); 3 May 2006 18:53:24 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 73447 invoked by uid 99); 3 May 2006 18:53:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 11:53:23 -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 kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 11:53:23 -0700 Received: by kongo.flamefew.net (Postfix, from userid 1000) id 55E9123EBE; Wed, 3 May 2006 14:52:59 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix) with ESMTP id 558DB23E9C for <[email protected]>; Wed, 3 May 2006 14:52:59 -0400 (EDT) Date: Wed, 3 May 2006 14:52:59 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Jakarta General List <[email protected]> Subject: Re: [Notice of intent]: Make Jira auth like SVN In-Reply-To: <Pine.LNX.4.61.0604052346050.22224@kongo> Message-ID: <Pine.LNX.4.61.0605031449500.3375@kongo> References: <Pine.LNX.4.61.0604052346050.22224@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 I've moved Jelly, Velocity, Velocity-Tools, Turbine and HTTPComponents to use the Jakarta permissions - which provides various permissions to the jakarta-developers group. Said group is formed from the members of the subproject groups mentioned above, along with Hivemind, Cactus and Tapestry. Hen On Wed, 5 Apr 2006, Henri Yandell wrote: > > I think this is a fairly unexciting concept, so rather than voting on it I'll > just state that I (or a volunteer(?)) am going to do this and see if anyone > -1s. > > As Felipe pointed out, it's a pain in the arse not being a developer for > other Jakarta projects in Jira, given that he can now commit to them. So the > idea is to make the Jira authorization similar to the SVN authorization > (keeping POI separate, and merging the rest into one group). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 03 20:03:46 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25099 invoked from network); 3 May 2006 20:03:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 May 2006 20:03:43 -0000 Received: (qmail 60514 invoked by uid 500); 3 May 2006 20:03:38 -0000 Delivered-To: [email protected] Received: (qmail 60398 invoked by uid 500); 3 May 2006 20:03: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: "Jakarta General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 60387 invoked by uid 99); 3 May 2006 20:03:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 13:03:37 -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: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO [161.129.204.104]) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 13:03:37 -0700 Received: from [161.129.204.104] (cpe-024-211-135-006.nc.res.rr.com 161.129.204.104) by localhost/JBossMail 1.0M4-preX (161.129.204.104) with SMTP id 114668644855035.9681086625294; Wed, 3 May 2006 16:00:48 -0400 (EDT) Message-ID: <[email protected]> Date: Wed, 03 May 2006 16:03:18 -0400 From: "Andrew C. Oliver" <[email protected]> Reply-To: [email protected] User-Agent: Thunderbird 161.129.204.104 (Macintosh/20060308) MIME-Version: 1.0 To: Jakarta General List <[email protected]> Subject: Re: [Notice of intent]: Make Jira auth like SVN References: <Pine.LNX.4.61.0604052346050.22224@kongo> <Pine.LNX.4.61.0605031449500.3375@kongo> In-Reply-To: <Pine.LNX.4.61.0605031449500.3375@kongo> 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 (just like I was -1 to the SVN one) -Andy Henri Yandell wrote: > > I've moved Jelly, Velocity, Velocity-Tools, Turbine and HTTPComponents > to use the Jakarta permissions - which provides various permissions to > the jakarta-developers group. > > Said group is formed from the members of the subproject groups mentioned > above, along with Hivemind, Cactus and Tapestry. > > Hen > > On Wed, 5 Apr 2006, Henri Yandell wrote: > >> >> I think this is a fairly unexciting concept, so rather than voting on >> it I'll just state that I (or a volunteer(?)) am going to do this and >> see if anyone -1s. >> >> As Felipe pointed out, it's a pain in the arse not being a developer >> for other Jakarta projects in Jira, given that he can now commit to >> them. So the idea is to make the Jira authorization similar to the SVN >> authorization (keeping POI separate, and merging the rest into one >> group). > > --------------------------------------------------------------------- > 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 20:32:52 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44823 invoked from network); 3 May 2006 20:32:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 May 2006 20:32:45 -0000 Received: (qmail 24971 invoked by uid 500); 3 May 2006 20:32:36 -0000 Delivered-To: [email protected] Received: (qmail 24850 invoked by uid 500); 3 May 2006 20:32:35 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24838 invoked by uid 99); 3 May 2006 20:32:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 13:32:35 -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 forio.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 13:32:35 -0700 Received: (qmail 31666 invoked from network); 3 May 2006 20:32:13 -0000 Received: from adsl-69-107-65-175.dsl.pltn13.pacbell.net (HELO ?161.129.204.104?) (161.129.204.104) by broadcast.forio.com with AES256-SHA encrypted SMTP; 3 May 2006 20:32:13 -0000 Message-ID: <[email protected]> Date: Wed, 03 May 2006 13:31:45 -0700 From: Will Glass-Husain <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20060308) MIME-Version: 1.0 To: Jakarta General List <[email protected]> Subject: Re: [Notice of intent]: Make Jira auth like SVN References: <Pine.LNX.4.61.0604052346050.22224@kongo> <Pine.LNX.4.61.0605031449500.3375@kongo> In-Reply-To: <Pine.LNX.4.61.0605031449500.3375@kongo> 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 Ok with me for Velocity. Seems pretty basic. WILL Henri Yandell wrote: > > I've moved Jelly, Velocity, Velocity-Tools, Turbine and HTTPComponents > to use the Jakarta permissions - which provides various permissions to > the jakarta-developers group. > > Said group is formed from the members of the subproject groups > mentioned above, along with Hivemind, Cactus and Tapestry. > > Hen > > On Wed, 5 Apr 2006, Henri Yandell wrote: > >> >> I think this is a fairly unexciting concept, so rather than voting on >> it I'll just state that I (or a volunteer(?)) am going to do this and >> see if anyone -1s. >> >> As Felipe pointed out, it's a pain in the arse not being a developer >> for other Jakarta projects in Jira, given that he can now commit to >> them. So the idea is to make the Jira authorization similar to the >> SVN authorization (keeping POI separate, and merging the rest into >> one group). > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Forio Business Simulations Will Glass-Husain phone 7404181820 mobile 7404181820 [email protected] www.forio.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 03 20:40:29 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50021 invoked from network); 3 May 2006 20:40:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 May 2006 20:40:24 -0000 Received: (qmail 42096 invoked by uid 500); 3 May 2006 20:40:19 -0000 Delivered-To: [email protected] Received: (qmail 41983 invoked by uid 500); 3 May 2006 20:40:19 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41968 invoked by uid 99); 3 May 2006 20:40:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 13:40:18 -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: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO [161.129.204.104]) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 13:40:18 -0700 Received: from [161.129.204.104] (cpe-024-211-135-006.nc.res.rr.com 161.129.204.104) by localhost/JBossMail 1.0M4-preX (161.129.204.104) with SMTP id 1146688650166165.7271789894238; Wed, 3 May 2006 16:37:30 -0400 (EDT) Message-ID: <[email protected]> Date: Wed, 03 May 2006 16:40:00 -0400 From: "Andrew C. Oliver" <[email protected]> Reply-To: [email protected] User-Agent: Thunderbird 161.129.204.104 (Macintosh/20060308) MIME-Version: 1.0 To: Jakarta General List <[email protected]> Subject: Re: [Notice of intent]: Make Jira auth like SVN References: <Pine.LNX.4.61.0604052346050.22224@kongo> <Pine.LNX.4.61.0605031449500.3375@kongo> <[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 Actually -0 for this. POI is on bugzilla. I still don't like commonsificaiton on Jakarta but won't be a prick about this one. Andrew C. Oliver wrote: > -1 (just like I was -1 to the SVN one) > > -Andy > > Henri Yandell wrote: >> >> I've moved Jelly, Velocity, Velocity-Tools, Turbine and HTTPComponents >> to use the Jakarta permissions - which provides various permissions to >> the jakarta-developers group. >> >> Said group is formed from the members of the subproject groups >> mentioned above, along with Hivemind, Cactus and Tapestry. >> >> Hen >> >> On Wed, 5 Apr 2006, Henri Yandell wrote: >> >>> >>> I think this is a fairly unexciting concept, so rather than voting on >>> it I'll just state that I (or a volunteer(?)) am going to do this and >>> see if anyone -1s. >>> >>> As Felipe pointed out, it's a pain in the arse not being a developer >>> for other Jakarta projects in Jira, given that he can now commit to >>> them. So the idea is to make the Jira authorization similar to the >>> SVN authorization (keeping POI separate, and merging the rest into >>> one group). >> >> --------------------------------------------------------------------- >> 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 May 11 08:25:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65017 invoked from network); 11 May 2006 08:25:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 May 2006 08:25:08 -0000 Received: (qmail 89045 invoked by uid 500); 11 May 2006 08:25:05 -0000 Delivered-To: [email protected] Received: (qmail 88827 invoked by uid 500); 11 May 2006 08:25: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 88816 invoked by uid 99); 11 May 2006 08:25:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2006 01:25:03 -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 kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2006 01:25:03 -0700 Received: by kongo.flamefew.net (Postfix, from userid 1000) id 1E12F23E8D; Thu, 11 May 2006 04:24:34 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix) with ESMTP id 1DAD623E8A for <[email protected]>; Thu, 11 May 2006 04:24:34 -0400 (EDT) Date: Thu, 11 May 2006 04:24:34 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Jakarta General List <[email protected]> Subject: Re: [RESULT] Move Jakarta Cactus/JMeter to new Testing TLP In-Reply-To: <[email protected]> Message-ID: <Pine.LNX.4.61.0605110419230.20099@kongo> 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N One comment when I brought this up on board@apache that I thought I should pass back is the (hopefully obvious) question about whether the project would accept non-Java test tools. This was a sticking point in the commons/jakarta-commons fracas. The answer, I believe, is that "yes testing.apache.org would welcome communities built around non-Java test tools. ". ie) No indecipherable code dumps, but if a facet of the testing community wants to build around a language other than Java - the more the merrier. Any disagreement with that? The board meeting is next week (I assume, though haven't checked), so presuming that's okay I'll go ahead and make this an official resolution for its agenda. Hen On Sun, 23 Apr 2006, Felipe Leme wrote: > Hi all, > > After the second run, the move has finally been approved! > > Here are the final votes: > > *** Binding (PMC Members) votes in order they were received > > +1 Felipe Leme > +1 Peter Lin > +1 Yoav Shapira > +0 Sebastian Bazley > +0 Henri Yandell > +1 Vincent Massol > +1 Stephen Colebourne > +1 Scott Eade > +1 Rahul Akolkar > +1 Henning Schmiedehausen > +1 Martin van den Bemt > +1 Dion Gillard > --- > +10 total > > *** Non-binding votes in order they were received > > +1 Christophe Lechenne > +1 Magnus Grimsell > +1 Jorg Schaible > --- > +3 total > > > I will check what has to be done next (and then inform this list...). > > > -- Felipe > > --------------------------------------------------------------------- > 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 May 11 16:47:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56383 invoked from network); 11 May 2006 16:47:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 May 2006 16:47:29 -0000 Received: (qmail 7278 invoked by uid 500); 11 May 2006 16:40:41 -0000 Delivered-To: [email protected] Received: (qmail 7129 invoked by uid 500); 11 May 2006 16:40:40 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7114 invoked by uid 99); 11 May 2006 16:40:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2006 09:40:40 -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; Thu, 11 May 2006 09:40:35 -0700 Received: (qmail 7212 invoked from network); 11 May 2006 16:40:18 -0000 Received: from unknown (161.129.204.104) by hm171.locaweb.com.br with QMQP; 11 May 2006 16:40:18 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104) by hm101.locaweb.com.br with SMTP; 11 May 2006 16:40:17 -0000 Message-ID: <[email protected]> Date: Thu, 11 May 2006 13:44:03 -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: Jakarta General List <[email protected]> Subject: Re: [RESULT] Move Jakarta Cactus/JMeter to new Testing TLP References: <[email protected]> <Pine.LNX.4.61.0605110419230.20099@kongo> In-Reply-To: <Pine.LNX.4.61.0605110419230.20099@kongo> 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 Henri Yandell wrote: > The answer, I believe, is that "yes testing.apache.org would welcome > communities built around non-Java test tools. ". ie) No indecipherable > code dumps, but if a facet of the testing community wants to build > around a language other than Java - the more the merrier. > > Any disagreement with that? The board meeting is next week (I assume, I'm fine with that, as much as the 'welcomeness' does not become an obligation. I mean, we would be open to it, but cannot guarantee we would have the resources available to mentor the incubation of such facet in our TLP - does it make sense? -- Felipe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 11 16:56:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58782 invoked from network); 11 May 2006 16:56:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 May 2006 16:56:25 -0000 Received: (qmail 34729 invoked by uid 500); 11 May 2006 16:56:20 -0000 Delivered-To: [email protected] Received: (qmail 34607 invoked by uid 500); 11 May 2006 16:56: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34596 invoked by uid 99); 11 May 2006 16:56:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2006 09:56:20 -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; Thu, 11 May 2006 09:56:18 -0700 Received: by nz-out-0102.google.com with SMTP id i11so246660nzi for <[email protected]>; Thu, 11 May 2006 09:55:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=GO+x1D3pnaapK54aHU5VjiOM+BbqBlvt/aQbRBM0s//7rJ0Bnn2Derl1omeoWHBtvYRfeFt38IB/oyyxf8zYgN+Yex/MQJ9qUuYiJjwACl5K178YTrdYmRNQJ2vi9j9TmafttrLy65KZyubDput5D58BKgS+qZHOhInUWXgJMr8= Received: by 161.129.204.104 with SMTP id i15mr660676qbq; Thu, 11 May 2006 09:55:58 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 11 May 2006 09:55:58 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 11 May 2006 12:55:58 -0400 From: "Yoav Shapira" <[email protected]> Sender: [email protected] To: "Jakarta General List" <[email protected]> Subject: Re: [RESULT] Move Jakarta Cactus/JMeter to new Testing TLP 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]> <Pine.LNX.4.61.0605110419230.20099@kongo> <[email protected]> X-Google-Sender-Auth: 360b984578823b87 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hola, > > The answer, I believe, is that "yes testing.apache.org would welcome > > communities built around non-Java test tools. ". ie) No indecipherable > > code dumps, but if a facet of the testing community wants to build > > around a language other than Java - the more the merrier. +1. > I'm fine with that, as much as the 'welcomeness' does not become an > obligation. I mean, we would be open to it, but cannot guarantee we > would have the resources available to mentor the incubation of such > facet in our TLP - does it make sense? Yeah. I think the Board had existing projects in mind, which should be no problem since they have their own active communities. But for new project proposals, they would of course go through the normal incubator process. Yoav --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 11 20:17:27 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25250 invoked from network); 11 May 2006 20:17:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 May 2006 20:17:26 -0000 Received: (qmail 4021 invoked by uid 500); 11 May 2006 19:15:25 -0000 Delivered-To: [email protected] Received: (qmail 3926 invoked by uid 500); 11 May 2006 19:15:24 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3915 invoked by uid 99); 11 May 2006 19:15:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2006 12:15:24 -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; Thu, 11 May 2006 12:15:23 -0700 Received: by py-out-1112.google.com with SMTP id c63so28802pyc for <[email protected]>; Thu, 11 May 2006 12:15: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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IzRfeJ9CMmX6S9+iCfdXVQ1rdQt9kn6ENGE6r8jvLtWWWBbIad3wUMBxWItO1eDUIAtd4qCyxGtx+PNhhcJmQfq9ML8AQ9gfqoGZCVhqbpjj4Gq461gM37pz/HVyvCi0BaBdkZiQFVa9TnybhAzt1RvJKjxxK0VjBN+XHGSKhSo= Received: by 161.129.204.104 with SMTP id s20mr1535749pyl; Thu, 11 May 2006 12:15:00 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 11 May 2006 12:15:00 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 11 May 2006 15:15:00 -0400 From: "Rahul Akolkar" <[email protected]> To: "Jakarta General List" <[email protected]> Subject: Re: [RESULT] Move Jakarta Cactus/JMeter to new Testing TLP 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]> <Pine.LNX.4.61.0605110419230.20099@kongo> <[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 On 5/11/06, Yoav Shapira <[email protected]> wrote: > Hola, > > > > The answer, I believe, is that "yes testing.apache.org would welcome > > > communities built around non-Java test tools. ". ie) No indecipherabl= e > > > code dumps, but if a facet of the testing community wants to build > > > around a language other than Java - the more the merrier. > > +1. > <snip/> Indeed, +1 too. -Rahul > > I'm fine with that, as much as the 'welcomeness' does not become an > > obligation. I mean, we would be open to it, but cannot guarantee we > > would have the resources available to mentor the incubation of such > > facet in our TLP - does it make sense? > > Yeah. I think the Board had existing projects in mind, which should > be no problem since they have their own active communities. But for > new project proposals, they would of course go through the normal > incubator process. > > Yoav > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri May 12 16:30:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2291 invoked from network); 12 May 2006 16:30:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 May 2006 16:30:40 -0000 Received: (qmail 86424 invoked by uid 500); 12 May 2006 16:28:19 -0000 Delivered-To: [email protected] Received: (qmail 80912 invoked by uid 500); 12 May 2006 16:27:51 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 78906 invoked by uid 99); 12 May 2006 16:27:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 May 2006 09:27: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 kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 May 2006 08:54:35 -0700 Received: by kongo.flamefew.net (Postfix, from userid 1000) id E4B8423E8D; Fri, 12 May 2006 11:54:12 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix) with ESMTP id DFF2123E8A for <[email protected]>; Fri, 12 May 2006 11:54:12 -0400 (EDT) Date: Fri, 12 May 2006 11:54:12 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Jakarta General List <[email protected]> Subject: Re: [RESULT] Move Jakarta Cactus/JMeter to new Testing TLP In-Reply-To: <[email protected]> Message-ID: <Pine.LNX.4.61.0605121153180.27169@kongo> References: <[email protected]> <Pine.LNX.4.61.0605110419230.20099@kongo> <[email protected]> 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 - will send it up to the board for inclusion in the next board meeting. Hen On Thu, 11 May 2006, Felipe Leme wrote: > Henri Yandell wrote: > >> The answer, I believe, is that "yes testing.apache.org would welcome >> communities built around non-Java test tools. ". ie) No indecipherable code >> dumps, but if a facet of the testing community wants to build around a >> language other than Java - the more the merrier. >> >> Any disagreement with that? The board meeting is next week (I assume, > > I'm fine with that, as much as the 'welcomeness' does not become an > obligation. I mean, we would be open to it, but cannot guarantee we would > have the resources available to mentor the incubation of such facet in our > TLP - does it make sense? > > > -- Felipe > > > --------------------------------------------------------------------- > 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 May 14 11:50:34 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35188 invoked from network); 14 May 2006 11:50:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 May 2006 11:50:30 -0000 Received: (qmail 26950 invoked by uid 500); 14 May 2006 11:50:27 -0000 Delivered-To: [email protected] Received: (qmail 26724 invoked by uid 500); 14 May 2006 11:50:25 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26713 invoked by uid 99); 14 May 2006 11:50:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 May 2006 04:50: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; Sun, 14 May 2006 04:50:24 -0700 Received: by nz-out-0102.google.com with SMTP id i28so737095nzi for <[email protected]>; Sun, 14 May 2006 04:50:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=QDPkeYQv+X6468VVwU2agEiveEUaSRFFKVk/cZkraRDbvepyFCoQP12m16MBtRgENP46MtzqffMLxaVMj/Td/aGssFFGBWFMhmV/kMzbwB1useJd2ZQH4TRfjgr5cvbZuj+UNTtjlSEwArLsIK4Qj4+AWKMKTuc9CC2YwJ52CNo= Received: by 161.129.204.104 with SMTP id 6mr439756nzi; Sun, 14 May 2006 04:50:03 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sun, 14 May 2006 04:50:03 -0700 (PDT) Message-ID: <[email protected]> Date: Sun, 14 May 2006 21:50:03 +1000 From: "Torsten Curdt" <[email protected]> Sender: [email protected] To: "Jakarta General List" <[email protected]> Subject: Need feedback on BCEL 5.2 RC2 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Google-Sender-Auth: 687aac50af2d3966 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ...if you are using BCEL it would be great if you could give the latest RC a test run. We would like to release BCEL 5.2 ASAP but we are still lacking some feedba= ck. http://people.apache.org/~tcurdt/bcel/rc2/ http://vafer.org/blog/20060429164701 cheers -- Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon May 15 18:33:48 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36237 invoked from network); 15 May 2006 18:33:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 May 2006 18:33:46 -0000 Received: (qmail 80847 invoked by uid 500); 15 May 2006 18:33:39 -0000 Delivered-To: [email protected] Received: (qmail 80740 invoked by uid 500); 15 May 2006 18:33:39 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 80719 invoked by uid 99); 15 May 2006 18:33:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 May 2006 11:33:38 -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 mail22.bluewin.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 May 2006 11:33:38 -0700 Received: from [161.129.204.104] (161.129.204.104) by mail22.bluewin.ch (Bluewin 7.2.073) id 4461DD0B001282DC; Mon, 15 May 2006 18:33:17 +0000 Subject: [ANNOUNCEMENT] HttpClient issue tracking migrated to Jira From: Oleg Kalnichevski <[email protected]> To: HttpClient User Discussion <[email protected]>, Jakarta General List <[email protected]> Content-Type: text/plain Date: Mon, 15 May 2006 20:33:17 +0200 Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 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 HttpClient issue tracking has migrated from Bugzilla to Jira. Please do not enter new bug reports and update exiting ones in Bugzilla. HttpComponents project will be using Jira to manage HttpClient related issues as of today. Please use the following project in Jira to report new issues against HttpClient and search for reported ones. http://issues.apache.org/jira/browse/HTTPCLIENT All existing issue reports can be accessed in Jira by their original Bugzilla bug id. Jakarta HttpComponents Team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue May 16 19:36:08 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75419 invoked from network); 16 May 2006 19:36:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 May 2006 19:36:06 -0000 Received: (qmail 48501 invoked by uid 500); 16 May 2006 19:36:02 -0000 Delivered-To: [email protected] Received: (qmail 48387 invoked by uid 500); 16 May 2006 19:36:02 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 48375 invoked by uid 99); 16 May 2006 19:36:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 12:36: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 py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 12:36:01 -0700 Received: by py-out-1112.google.com with SMTP id f28so63223pyf for <[email protected]>; Tue, 16 May 2006 12:35:40 -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=diclMlpdVlPzTd2g0WD0BZgvXfLgsXXxr1j4+u9uT4x3o6L4brriDd8vNe9JU4Vq0GDaSia5yAWsdT214ZrNy02eyH4qI2qTzhE5YhEgdgS+pnC4SRv92uWSSYQx5mFn6Ri4Qg3F4g8gaMMZWN4y0J5QQ7K78BlDW3mHc9nOS68= Received: by 161.129.204.104 with SMTP id r2mr146681pyj; Tue, 16 May 2006 12:35:40 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 16 May 2006 12:35:40 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 16 May 2006 15:35:40 -0400 From: "Rahul Akolkar" <[email protected]> To: "Jakarta General List" <[email protected]> Subject: Re: svn commit: r406115 - /jakarta/site/docs/style/jakarta-maven.css 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]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/13/06, [email protected] <[email protected]> wrote: > Author: scolebourne > Date: Sat May 13 07:42:59 2006 > New Revision: 406115 > > URL: http://svn.apache.org/viewcvs?rev=3D406115&view=3Drev > Log: > Fix IE menu problem > <snip/> Thanks for looking into this! -Rahul --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue May 16 20:38:49 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1424 invoked from network); 16 May 2006 20:38:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 May 2006 20:38:46 -0000 Received: (qmail 85598 invoked by uid 500); 16 May 2006 20:38:42 -0000 Delivered-To: [email protected] Received: (qmail 85474 invoked by uid 500); 16 May 2006 20:38:42 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 85460 invoked by uid 99); 16 May 2006 20:38:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 13:38:42 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp812.mail.ukl.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 16 May 2006 13:38:40 -0700 Received: (qmail 56371 invoked from network); 16 May 2006 20:38:17 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104 with plain) by smtp812.mail.ukl.yahoo.com with SMTP; 16 May 2006 20:38:17 -0000 Message-ID: <[email protected]> Date: Tue, 16 May 2006 21:38:47 +0100 From: Stephen Colebourne <[email protected]> User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta General List <[email protected]> Subject: Re: svn commit: r406115 - /jakarta/site/docs/style/jakarta-maven.css 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-Antivirus: avast! (VPS 0620-0, 15/05/2006), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rahul Akolkar wrote: > On 5/13/06, [email protected] <[email protected]> wrote: > >> Author: scolebourne >> Fix IE menu problem >> > <snip/> > > Thanks for looking into this! Yeh, it was an IE bug where one background colour messed up another. I used the old trick of removing everything and then gradually adding stuff back in again to find it ;-) Stephen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 18 13:55:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7991 invoked from network); 18 May 2006 13:55:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2006 13:55:30 -0000 Received: (qmail 61730 invoked by uid 500); 18 May 2006 13:55:26 -0000 Delivered-To: [email protected] Received: (qmail 61599 invoked by uid 500); 18 May 2006 13:55:25 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 61587 invoked by uid 99); 18 May 2006 13:55:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 06:55:25 -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 forio.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 06:55:23 -0700 Received: (qmail 24240 invoked from network); 18 May 2006 13:55:02 -0000 Received: from scc-dhcp-160.wharton.upenn.edu (HELO ?161.129.204.104?) (161.129.204.104) by broadcast.forio.com with AES256-SHA encrypted SMTP; 18 May 2006 13:55:02 -0000 Message-ID: <[email protected]> Date: Thu, 18 May 2006 06:54:37 -0700 From: Will Glass-Husain <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20060308) MIME-Version: 1.0 To: [email protected] Subject: host key changed? Content-Type: multipart/alternative; boundary="------------020901030604040403020906" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------020901030604040403020906 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I tried to SSH to cvs.apache.org, but my system said there was a new host key. I know there were some recent issues with minotaur -- would the host key have changed? Thanks, WILL -- Forio Business Simulations Will Glass-Husain phone 7404181820 mobile 7404181820 [email protected] www.forio.com --------------020901030604040403020906-- From [email protected] Thu May 18 14:03:25 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10644 invoked from network); 18 May 2006 14:03:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2006 14:03:22 -0000 Received: (qmail 75490 invoked by uid 500); 18 May 2006 14:03:08 -0000 Delivered-To: [email protected] Received: (qmail 75306 invoked by uid 500); 18 May 2006 14:03:08 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 75262 invoked by uid 99); 18 May 2006 14:03:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 07:03:08 -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; Thu, 18 May 2006 07:03:06 -0700 Received: by nz-out-0102.google.com with SMTP id 40so276616nzk for <[email protected]>; Thu, 18 May 2006 07:02:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=o2N6PwAHhFEM7vk7X1fwkBAem3hT4tOXQLfcjkr5ZuWiWAO/C5REUG27mfcMrxHQO9TOrupwqDEEnPCoP479FWOUr37awsfEM/fYUTRxDulPtgHtvlUYSExbo8+fFWcB/umk0bgjY7/96wkEOqVjh7dS4Y/je0ZGJjAYMClpU4U= Received: by 161.129.204.104 with SMTP id o20mr354436qbr; Thu, 18 May 2006 07:02:45 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 18 May 2006 07:02:45 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 18 May 2006 10:02:45 -0400 From: "Yoav Shapira" <[email protected]> Sender: [email protected] To: "Jakarta General List" <[email protected]> Subject: Re: host key changed? 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]> X-Google-Sender-Auth: ce3f6a2849193184 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hola, If I understand correctly, yes the host key has changed: SVN is now hosted on eris.apache.org, not minotaur.apache.org. (And you should use the svn.apache.org rather than cvs.apache.org if possible). Yoav On 5/18/06, Will Glass-Husain <[email protected]> wrote: > Hi, > > I tried to SSH to cvs.apache.org, but my system said there was a new > host key. > > I know there were some recent issues with minotaur -- would the host key > have changed? > > Thanks, WILL > > -- > Forio Business Simulations > > Will Glass-Husain > phone 7404181820 > mobile 7404181820 > [email protected] > www.forio.com > > > > --=20 Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [email protected] / www.yoavshapira.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 18 14:43:00 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22269 invoked from network); 18 May 2006 14:43:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2006 14:43:00 -0000 Received: (qmail 62818 invoked by uid 500); 18 May 2006 14:42:55 -0000 Delivered-To: [email protected] Received: (qmail 62705 invoked by uid 500); 18 May 2006 14:42:55 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 62650 invoked by uid 99); 18 May 2006 14:42:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 07:42:54 -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.devtech.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 18 May 2006 07:42:53 -0700 Received: from localhost ([161.129.204.104]) by mail.devtech.com (JAMES SMTP Server 3.0-dev) with SMTP ID 10 for <[email protected]>; Thu, 18 May 2006 10:42:31 -0400 (EDT) From: "Noel J. Bergman" <[email protected]> To: "Jakarta General List" <[email protected]> Subject: RE: host key changed? Date: Thu, 18 May 2006 10:42:26 -0400 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) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: <[email protected]> Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > I tried to SSH to cvs.apache.org, but my system said there was a new > host key. Why are you trying to access cvs.apache.org? > I know there were some recent issues with minotaur Shell accounts are on people.apache.org, not cvs.apache.org. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 18 14:43:05 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22562 invoked from network); 18 May 2006 14:43:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2006 14:43:03 -0000 Received: (qmail 63319 invoked by uid 500); 18 May 2006 14:42:57 -0000 Delivered-To: [email protected] Received: (qmail 62925 invoked by uid 500); 18 May 2006 14:42:56 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 62706 invoked by uid 99); 18 May 2006 14:42:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 07:42:55 -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.devtech.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 18 May 2006 07:42:53 -0700 Received: from localhost ([161.129.204.104]) by mail.devtech.com (JAMES SMTP Server 3.0-dev) with SMTP ID 10 for <[email protected]>; Thu, 18 May 2006 10:42:32 -0400 (EDT) From: "Noel J. Bergman" <[email protected]> To: "Jakarta General List" <[email protected]> Subject: RE: host key changed? Date: Thu, 18 May 2006 10:42:26 -0400 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) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: <[email protected]> Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > I understand correctly, yes the host key has changed: SVN is now > hosted on eris.apache.org, not minotaur.apache.org. (And you should > use the svn.apache.org rather than cvs.apache.org if possible). No. 1) A host key warning should be taken seriously. Are you sure that you're talking to the right host? In this case, NO. 2) No, he does not want svn.apache.org. We don't give out shell accounts on the source control server. He wants people.apache.org, which no longer shares the same physical host with source control. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 18 14:49:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26117 invoked from network); 18 May 2006 14:49:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2006 14:49:23 -0000 Received: (qmail 78602 invoked by uid 500); 18 May 2006 14:49:19 -0000 Delivered-To: [email protected] Received: (qmail 78484 invoked by uid 500); 18 May 2006 14:49: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 78473 invoked by uid 99); 18 May 2006 14:49:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 07:49:18 -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; Thu, 18 May 2006 07:49:16 -0700 Received: by nz-out-0102.google.com with SMTP id 40so287684nzk for <[email protected]>; Thu, 18 May 2006 07:48:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=TeNu15EjHzDIdTv5chNT2hzlc1BC2y3rwypMFHVGs0VCGIqCBtK6jqP0MLMIlx7TVdI+lymdza51Uh8PeW4g7oUuFqooorU4Qsm1zqtWq8utCtQe/xOggzQ+L/tcZPFYzGCF1CmC33SVDvaSDarD69tCcCb6HOKSEvhTAGuyzFs= Received: by 161.129.204.104 with SMTP id x18mr421277qbl; Thu, 18 May 2006 07:48:55 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 18 May 2006 07:48:55 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 18 May 2006 10:48:55 -0400 From: "Yoav Shapira" <[email protected]> Sender: [email protected] To: "Jakarta General List" <[email protected]> Subject: Re: host key changed? 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-Google-Sender-Auth: de9ea6cff26f3f41 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Good thing I put the "if I understand correctly" disclaimer on my message ;) Thanks for the correction Noel, and my apologies to the OP. Yoav On 5/18/06, Noel J. Bergman <[email protected]> wrote: > > I tried to SSH to cvs.apache.org, but my system said there was a new > > host key. > > Why are you trying to access cvs.apache.org? > > > I know there were some recent issues with minotaur > > Shell accounts are on people.apache.org, not cvs.apache.org. > > --- Noel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --=20 Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [email protected] / www.yoavshapira.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 18 14:58:04 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29363 invoked from network); 18 May 2006 14:58:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2006 14:58:03 -0000 Received: (qmail 4861 invoked by uid 500); 18 May 2006 14:57:59 -0000 Delivered-To: [email protected] Received: (qmail 4508 invoked by uid 500); 18 May 2006 14:57: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4497 invoked by uid 99); 18 May 2006 14:57:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 07:57:58 -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.devtech.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 18 May 2006 07:57:57 -0700 Received: from localhost ([161.129.204.104]) by mail.devtech.com (JAMES SMTP Server 3.0-dev) with SMTP ID 215 for <[email protected]>; Thu, 18 May 2006 10:57:32 -0400 (EDT) From: "Noel J. Bergman" <[email protected]> To: "Jakarta General List" <[email protected]> Subject: RE: host key changed? Date: Thu, 18 May 2006 10:57:27 -0400 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) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: <[email protected]> Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Good thing I put the "if I understand correctly" disclaimer > on my message ;) :-D > my apologies to the OP. No worries. I tend to look at this as a security issue. We should not take a changing host key lightly. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 18 15:56:43 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58166 invoked from network); 18 May 2006 15:56:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2006 15:56:42 -0000 Received: (qmail 59289 invoked by uid 500); 18 May 2006 15:56:38 -0000 Delivered-To: [email protected] Received: (qmail 59172 invoked by uid 500); 18 May 2006 15:56:37 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59161 invoked by uid 99); 18 May 2006 15:56:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 08:56:37 -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 forio.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 08:56:36 -0700 Received: (qmail 30947 invoked from network); 18 May 2006 15:56:15 -0000 Received: from scc-dhcp-160.wharton.upenn.edu (HELO ?161.129.204.104?) (161.129.204.104) by broadcast.forio.com with AES256-SHA encrypted SMTP; 18 May 2006 15:56:15 -0000 Message-ID: <[email protected]> Date: Thu, 18 May 2006 08:55:47 -0700 From: Will Glass-Husain <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20060308) MIME-Version: 1.0 To: Jakarta General List <[email protected]> Subject: Re: host key changed? References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/alternative; boundary="------------090702030002070900050401" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------090702030002070900050401 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Appreciate the quick responses. That's exactly why I asked before logging on. Thanks, WILL Noel J. Bergman wrote: >> Good thing I put the "if I understand correctly" disclaimer >> on my message ;) >> > > :-D > > >> my apologies to the OP. >> > > No worries. I tend to look at this as a security issue. We should not take > a changing host key lightly. > > --- Noel > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- Forio Business Simulations Will Glass-Husain phone 7404181820 mobile 7404181820 [email protected] www.forio.com --------------090702030002070900050401-- From [email protected] Thu May 18 16:14:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64454 invoked from network); 18 May 2006 16:14:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2006 16:14:06 -0000 Received: (qmail 2181 invoked by uid 500); 18 May 2006 16:14:02 -0000 Delivered-To: [email protected] Received: (qmail 2064 invoked by uid 500); 18 May 2006 16:14:02 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2053 invoked by uid 99); 18 May 2006 16:14:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 09:14:02 -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 forio.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 09:14:01 -0700 Received: (qmail 31887 invoked from network); 18 May 2006 16:13:40 -0000 Received: from scc-dhcp-160.wharton.upenn.edu (HELO ?161.129.204.104?) (161.129.204.104) by broadcast.forio.com with AES256-SHA encrypted SMTP; 18 May 2006 16:13:40 -0000 Message-ID: <[email protected]> Date: Thu, 18 May 2006 09:13:15 -0700 From: Will Glass-Husain <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20060308) MIME-Version: 1.0 To: Velocity Developers List <[email protected]>, Jakarta General List <[email protected]> Subject: Re: download page broken again? 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 This seems to be mysteriously fixed today. (The Velocity download page wasn't working yesterday). Anyone want to take credit so that we know how to fix it next time? Thanks, WILL Nathan Bubna wrote: > hey guys, > > anyone have any idea why the download page is broken again? > > http://jakarta.apache.org/site/downloads/downloads_velocity.cgi > > i don't get why this seems to keep happening since we unified the > download page. > > -nathan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Forio Business Simulations Will Glass-Husain phone 7404181820 mobile 7404181820 [email protected] www.forio.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 18 17:00:52 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82555 invoked from network); 18 May 2006 17:00:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2006 17:00:51 -0000 Received: (qmail 78964 invoked by uid 500); 18 May 2006 17:00:49 -0000 Delivered-To: [email protected] Received: (qmail 78318 invoked by uid 500); 18 May 2006 17:00: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 78294 invoked by uid 99); 18 May 2006 17:00:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 10:00:47 -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 kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 10:00:46 -0700 Received: by kongo.flamefew.net (Postfix, from userid 1000) id B8D4A23E88; Thu, 18 May 2006 13:00:23 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix) with ESMTP id B876323E6F; Thu, 18 May 2006 13:00:23 -0400 (EDT) Date: Thu, 18 May 2006 13:00:23 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Jakarta General List <[email protected]> Cc: Velocity Developers List <[email protected]> Subject: Re: download page broken again? In-Reply-To: <[email protected]> Message-ID: <Pine.LNX.4.61.0605181258140.6576@kongo> 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N :) Was pointed out to me last night. When minotaur had problems and we flipped over to ajax, the rsync'd copy on ajax had the wrong permissions, so it broke again. Thanks to Roy Fielding for figuring that out and fixing it. Hen On Thu, 18 May 2006, Will Glass-Husain wrote: > This seems to be mysteriously fixed today. > > (The Velocity download page wasn't working yesterday). > > Anyone want to take credit so that we know how to fix it next time? > > Thanks, WILL > > Nathan Bubna wrote: >> hey guys, >> >> anyone have any idea why the download page is broken again? >> >> http://jakarta.apache.org/site/downloads/downloads_velocity.cgi >> >> i don't get why this seems to keep happening since we unified the download >> page. >> >> -nathan >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > -- > Forio Business Simulations > > Will Glass-Husain > phone 7404181820 > mobile 7404181820 > [email protected] > www.forio.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 May 18 17:18:45 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88153 invoked from network); 18 May 2006 17:18:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2006 17:18:42 -0000 Received: (qmail 3713 invoked by uid 500); 18 May 2006 17:18:38 -0000 Delivered-To: [email protected] Received: (qmail 3585 invoked by uid 500); 18 May 2006 17:18: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: "Jakarta General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3574 invoked by uid 99); 18 May 2006 17:18:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 10:18: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 forio.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 10:18:37 -0700 Received: (qmail 3383 invoked from network); 18 May 2006 17:18:16 -0000 Received: from scc-dhcp-160.wharton.upenn.edu (HELO ?161.129.204.104?) (161.129.204.104) by broadcast.forio.com with AES256-SHA encrypted SMTP; 18 May 2006 17:18:16 -0000 Message-ID: <[email protected]> Date: Thu, 18 May 2006 10:17:51 -0700 From: Will Glass-Husain <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20060308) MIME-Version: 1.0 To: Jakarta General List <[email protected]> Subject: Re: download page broken again? References: <[email protected]> <[email protected]> <Pine.LNX.4.61.0605181258140.6576@kongo> In-Reply-To: <Pine.LNX.4.61.0605181258140.6576@kongo> 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 Thanks, Henri! (and more importantly, Roy). WILL Henri Yandell wrote: > > :) > > Was pointed out to me last night. > > When minotaur had problems and we flipped over to ajax, the rsync'd > copy on ajax had the wrong permissions, so it broke again. Thanks to > Roy Fielding for figuring that out and fixing it. > > Hen > > On Thu, 18 May 2006, Will Glass-Husain wrote: > >> This seems to be mysteriously fixed today. >> >> (The Velocity download page wasn't working yesterday). >> >> Anyone want to take credit so that we know how to fix it next time? >> >> Thanks, WILL >> >> Nathan Bubna wrote: >>> hey guys, >>> >>> anyone have any idea why the download page is broken again? >>> >>> http://jakarta.apache.org/site/downloads/downloads_velocity.cgi >>> >>> i don't get why this seems to keep happening since we unified the >>> download page. >>> >>> -nathan >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> -- >> Forio Business Simulations >> >> Will Glass-Husain >> phone 7404181820 >> mobile 7404181820 >> [email protected] >> www.forio.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] > > -- Forio Business Simulations Will Glass-Husain phone 7404181820 mobile 7404181820 [email protected] www.forio.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat May 20 14:26:01 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61788 invoked from network); 20 May 2006 14:26:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 May 2006 14:26:00 -0000 Received: (qmail 47306 invoked by uid 500); 20 May 2006 14:25:59 -0000 Delivered-To: [email protected] Received: (qmail 46773 invoked by uid 500); 20 May 2006 14:25: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: "Jakarta General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 46756 invoked by uid 99); 20 May 2006 14:25:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 May 2006 07:25: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 py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 May 2006 07:25:56 -0700 Received: by py-out-1112.google.com with SMTP id f28so1106205pyf for <[email protected]>; Sat, 20 May 2006 07:25:35 -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=VC6w4MF3I9QWiggwPj9puFXNwrKYKqEasbghBf/Ez4iWeJN2v/SNMhKHCXsD5HjBykP+dnaDClJ61K+RC/7xDy+GnV2zqM2gC4Fd0ejJrDuh8IB1YVwblYSb/r7rkRXSXdp4q+Mklo24zq5zSCIeNxE89EnGmgD49DIx34ncWlk= Received: by 161.129.204.104 with SMTP id m18mr599350pyj; Sat, 20 May 2006 07:25:35 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sat, 20 May 2006 07:25:35 -0700 (PDT) Message-ID: <[email protected]> Date: Sat, 20 May 2006 15:25:35 +0100 From: sebb <[email protected]> To: "Jakarta General List" <[email protected]>, [email protected] Subject: Re: svn commit: r406674 [1/8] - in /jakarta/site: ./ docs/ docs/site/ docs/site/downloads/ docs/site/news/ docs/site/pmc/ xdocs/downloads/ 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]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 15/05/06, [email protected] <[email protected]> wrote: > Author: jkuhnert > Date: Mon May 15 09:42:01 2006 > New Revision: 406674 > > URL: http://svn.apache.org/viewcvs?rev=3D406674&view=3Drev > Log: > Updated site for recent tapestry 4.0.2 release > > Modified: > jakarta/site/docs/index.html > jakarta/site/docs/site/downloads/downloads_oro.html ... =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- jakarta/site/docs/site/downloads/downloads_oro.html (original) > +++ jakarta/site/docs/site/downloads/downloads_oro.html Mon May 15 09:42:= 01 2006 > @@ -1,9 +1,9 @@ > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://w= ww.w3.org/TR/html4/loose.dtd"> > <html> > <head> > -<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-88= 59-1"/> > +<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-88= 59-1" /> Looks like the dreaded space difference has come back again. [Different versions of xsl seem to behave differently] I thought I had fixed that by ensuring that the extra spaces are removed. Can you say how you created the updated html files please, so I can try and fix it for the future? I.e, what command line, and what OS/JVM did you use? Thanks, Sebastian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon May 22 02:20:52 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11773 invoked from network); 22 May 2006 02:20:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 May 2006 02:20:50 -0000 Received: (qmail 65995 invoked by uid 500); 22 May 2006 02:20:46 -0000 Delivered-To: [email protected] Received: (qmail 65882 invoked by uid 500); 22 May 2006 02:20:46 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 65871 invoked by uid 99); 22 May 2006 02:20:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 May 2006 19:20:46 -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 mail129.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 21 May 2006 19:20:44 -0700 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-10.tower-129.messagelabs.com!1148264419!565589!1 X-StarScan-Version: 161.129.204.104; banners=-,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 21186 invoked from network); 22 May 2006 02:20:20 -0000 Received: from www.dotech.com (HELO nacell-02.dotech.com) (161.129.204.104) by server-10.tower-129.messagelabs.com with AES256-SHA encrypted SMTP; 22 May 2006 02:20:20 -0000 Received: from [161.129.204.104] (cpe-66-67-48-224.rochester.res.rr.com [161.129.204.104]) (authenticated bits=0) by nacell-02.dotech.com (161.129.204.10460308/8.12.11) with ESMTP id k4M2KEBj014493 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 21 May 2006 22:20:19 -0400 Message-ID: <[email protected]> Date: Sun, 21 May 2006 22:20:11 -0400 From: Kris Schneider <[email protected]> User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta General List <[email protected]> Subject: [Taglibs] svn messages not sent to taglibs-dev 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 made a few commits to the Cache taglib last week but never saw the resulting email notifications on taglibs-dev. Are those going to a different list or is something just not configured properly? Thanks for any insight... -- Kris Schneider <mailto:[email protected]> D.O.Tech <http://www.dotech.com/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue May 23 00:36:27 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34455 invoked from network); 23 May 2006 00:36:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 May 2006 00:36:27 -0000 Received: (qmail 27228 invoked by uid 500); 23 May 2006 00:36:21 -0000 Delivered-To: [email protected] Received: (qmail 27078 invoked by uid 500); 23 May 2006 00:36: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27067 invoked by uid 99); 23 May 2006 00:36:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 17:36:20 -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; Mon, 22 May 2006 17:36:19 -0700 Received: by py-out-1112.google.com with SMTP id f28so1610772pyf for <[email protected]>; Mon, 22 May 2006 17:35:59 -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=Y3I7xz84d9h+5n8Y3TVELbNdzAdU86xs0TxeEiRt81wrb8EqeudSMBAOVwvX4lYNAeNbz6boz2X1WNTCvbCk1FptETPDLXq6iLyGkCnPAu2wGyR6j3TkrNCaT2GIb1dp7c4nnm+xim+ztF+nhsasQA0pG2PjG3D6//5mthIwefs= Received: by 161.129.204.104 with SMTP id d9mr3309860pym; Mon, 22 May 2006 17:35:58 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 22 May 2006 17:35:58 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 22 May 2006 20:35:58 -0400 From: "Rahul Akolkar" <[email protected]> To: "Jakarta General List" <[email protected]> Subject: Re: [Taglibs] svn messages not sent to taglibs-dev 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]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/21/06, Kris Schneider <[email protected]> wrote: > I made a few commits to the Cache taglib last week but never saw the > resulting email notifications on taglibs-dev. Are those going to a > different list or is something just not configured properly? Thanks for a= ny > insight... > <snip/> r408798 did make it [1] to the list, so any chances that your commits are possibly stuck in moderation? I take it you're not taglibs-dev owner? I'm happy to help in moderation over in taglibs, if needed. -Rahul [1] http://marc.theaimsgroup.com/?l=3Dtaglibs-dev&m=3D114834394313945&w=3D2 > -- > Kris Schneider <mailto:[email protected]> > D.O.Tech <http://www.dotech.com/> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue May 23 00:53:57 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39288 invoked from network); 23 May 2006 00:53:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 May 2006 00:53:55 -0000 Received: (qmail 36980 invoked by uid 500); 23 May 2006 00:53:53 -0000 Delivered-To: [email protected] Received: (qmail 36880 invoked by uid 500); 23 May 2006 00:53: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 36869 invoked by uid 99); 23 May 2006 00:53:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 17:53:52 -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 mail94.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 22 May 2006 17:53:51 -0700 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-8.tower-94.messagelabs.com!1148345608!37367867!1 X-StarScan-Version: 161.129.204.104; banners=-,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 16447 invoked from network); 23 May 2006 00:53:29 -0000 Received: from www.dotech.com (HELO nacell-02.dotech.com) (161.129.204.104) by server-8.tower-94.messagelabs.com with AES256-SHA encrypted SMTP; 23 May 2006 00:53:29 -0000 Received: from [161.129.204.104] (cpe-66-67-48-224.rochester.res.rr.com [161.129.204.104]) (authenticated bits=0) by nacell-02.dotech.com (161.129.204.10460308/8.12.11) with ESMTP id k4N0rOje001503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22 May 2006 20:53:27 -0400 Message-ID: <[email protected]> Date: Mon, 22 May 2006 20:53:22 -0400 From: Kris Schneider <[email protected]> User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta General List <[email protected]> Subject: Re: [Taglibs] svn messages not sent to taglibs-dev 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rahul Akolkar wrote: > On 5/21/06, Kris Schneider <[email protected]> wrote: > >> I made a few commits to the Cache taglib last week but never saw the >> resulting email notifications on taglibs-dev. Are those going to a >> different list or is something just not configured properly? Thanks >> for any >> insight... >> > <snip/> > > r408798 did make it [1] to the list, so any chances that your commits > are possibly stuck in moderation? I take it you're not taglibs-dev > owner? r408697 just made it through to taglibs-dev as well. The previous commits (r407861 r407891) seemed to appear in the repo immediately, it's just that the notices didn't make it to the list. > I'm happy to help in moderation over in taglibs, if needed. > > -Rahul > > [1] http://marc.theaimsgroup.com/?l=taglibs-dev&m=114834394313945&w=2 > > >> -- >> Kris Schneider <mailto:[email protected]> >> D.O.Tech <http://www.dotech.com/> -- Kris Schneider <mailto:[email protected]> D.O.Tech <http://www.dotech.com/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue May 23 00:56:48 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40601 invoked from network); 23 May 2006 00:56:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 May 2006 00:56:47 -0000 Received: (qmail 39693 invoked by uid 500); 23 May 2006 00:56:43 -0000 Delivered-To: [email protected] Received: (qmail 39281 invoked by uid 500); 23 May 2006 00:56:42 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39269 invoked by uid 99); 23 May 2006 00:56:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 17:56: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 wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 17:56:39 -0700 Received: by wr-out-0506.google.com with SMTP id 57so1158307wri for <[email protected]>; Mon, 22 May 2006 17:56:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=QP2P4HxN2CQEF7sUnpM/h9A7frm8wdLXyaNiA9qZAMUEINUkjUpsIwBBKr0jb2rDSU/p6pOFujzMfvc1YznQc955djCEkAH7RT280uaVOigzIIzl3VrlctxJC6PrH8h4LkcsxV7skjaX6/EQO8AC0qyJKbGkOHurH3VHY96QAf8= Received: by 161.129.204.104 with SMTP id a16mr4478910wrc; Mon, 22 May 2006 17:56:18 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 22 May 2006 17:56:18 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 22 May 2006 17:56:18 -0700 From: "Martin Cooper" <[email protected]> Sender: [email protected] To: "Jakarta General List" <[email protected]> Subject: Re: [Taglibs] svn messages not sent to taglibs-dev In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16107_14859073.1148345778578" References: <[email protected]> X-Google-Sender-Auth: 714a79471f0bc516 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_16107_14859073.1148345778578 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 5/21/06, Kris Schneider <[email protected]> wrote: > > I made a few commits to the Cache taglib last week but never saw the > resulting email notifications on taglibs-dev. Are those going to a > different list or is something just not configured properly? Thanks for > any > insight... I've been tied up with conferences, and backed up on my moderation duties. = I just went through the taglibs queue, and moderated through the only commit = I saw from you. Not sure what happened to any other ones. -- Martin Cooper -- > Kris Schneider <mailto:[email protected]> > D.O.Tech <http://www.dotech.com/> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_16107_14859073.1148345778578-- From [email protected] Tue May 23 10:45:47 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99684 invoked from network); 23 May 2006 10:45:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 May 2006 10:45:45 -0000 Received: (qmail 51922 invoked by uid 500); 23 May 2006 10:45:42 -0000 Delivered-To: [email protected] Received: (qmail 51806 invoked by uid 500); 23 May 2006 10:45:41 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 51794 invoked by uid 99); 23 May 2006 10:45:41 -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 03:45:41 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL 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 server3.software-ag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 03:45:40 -0700 Received: from server3.software-ag.de (localhost [161.129.204.104]) by localhost.software-ag.de (Postfix) with ESMTP id 8223369308 for <[email protected]>; Tue, 23 May 2006 12:45:18 +0200 (CEST) Received: from [161.129.204.104] (unknown [161.129.204.104]) by server3.software-ag.de (Postfix) with ESMTP id 7404181820 for <[email protected]>; Tue, 23 May 2006 12:45:18 +0200 (CEST) Message-ID: <[email protected]> Date: Tue, 23 May 2006 12:45:17 +0200 From: Jochen Wiedmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20060501) MIME-Version: 1.0 To: [email protected] Subject: commons-fileupload: Streaming mode Content-Type: text/plain; charset=ISO-8859-1 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, I have developed a modified version of the commons-fileupload, which allow a true streaming mode. In other words, there's no need for internal byte arrays or temporary disk files, you simply iterate through the items, get an InputStream on the items, read and process the InputStream (for example, run an XML parser on it) and that's it. The API remains unchanged and the modifications are strictly internally. For obvious reasons, the patches are non-trivial. So far I have splitted some changes into three patches, which I have posted in Jira issues. However, to get this patches in, one after the other, I see as my only chances, if an existing developer would express interest on the changes, review and guide my work and accept patches step by step. Is there anyone who volunteers doing the job? Perhaps, being an active ws committer, I might after some time as well receive Karma for commons-fileupload and finish the work, if I have earned some trust. Regards, Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue May 23 11:25:15 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15034 invoked from network); 23 May 2006 11:25:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 May 2006 11:25:12 -0000 Received: (qmail 14983 invoked by uid 500); 23 May 2006 11:25:08 -0000 Delivered-To: [email protected] Received: (qmail 14873 invoked by uid 500); 23 May 2006 11:25:07 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14862 invoked by uid 99); 23 May 2006 11:25:07 -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 04:25:07 -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, 23 May 2006 04:25:05 -0700 Received: by nz-out-0102.google.com with SMTP id 40so1207333nzk for <[email protected]>; Tue, 23 May 2006 04:24:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=gt4WYZLAC8DOwu2Kh1HfRQ28O0Rf+HkKhI8FSwsLR5m8zgpz66O9ORLX/CDuDL+3DKEsS/ZLivQMzEIsi3/pe77b8OWCLBQV/Jv/OtpE+YfkJOCTVnsa8XSC6m59sWEiWLmq9C8dzjbt6sD6azJpYelyupe7hVvpb/8L8I5H8Ho= Received: by 161.129.204.104 with SMTP id c11mr1672965qbr; Tue, 23 May 2006 04:24:45 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 23 May 2006 04:24:45 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 23 May 2006 07:24:45 -0400 From: "Yoav Shapira" <[email protected]> Sender: [email protected] To: "Jakarta General List" <[email protected]> Subject: Re: commons-fileupload: Streaming mode 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]> X-Google-Sender-Auth: 0fea335e6f25d13f X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hola, +1 to you getting commons-fileupload karma and doing it yourself ;) Yoav On 5/23/06, Jochen Wiedmann <[email protected]> wrote: > > Hi, > > I have developed a modified version of the commons-fileupload, which > allow a true streaming mode. In other words, there's no need for > internal byte arrays or temporary disk files, you simply iterate through > the items, get an InputStream on the items, read and process the > InputStream (for example, run an XML parser on it) and that's it. The > API remains unchanged and the modifications are strictly internally. > > For obvious reasons, the patches are non-trivial. So far I have splitted > some changes into three patches, which I have posted in Jira issues. > However, to get this patches in, one after the other, I see as my only > chances, if an existing developer would express interest on the changes, > review and guide my work and accept patches step by step. Is there > anyone who volunteers doing the job? Perhaps, being an active ws > committer, I might after some time as well receive Karma for > commons-fileupload and finish the work, if I have earned some trust. > > Regards, > > Jochen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --=20 Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [email protected] / www.yoavshapira.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue May 23 22:23:49 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 712 invoked from network); 23 May 2006 22:23:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 May 2006 22:23:48 -0000 Received: (qmail 15333 invoked by uid 500); 23 May 2006 22:23:47 -0000 Delivered-To: [email protected] Received: (qmail 15174 invoked by uid 500); 23 May 2006 22:23: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15163 invoked by uid 99); 23 May 2006 22:23:44 -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 15:23:44 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,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-out2.blueyonder.co.uk) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 15:23:43 -0700 Received: from [161.129.204.104] (helo=anti-virus03-09) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1FifHe-0001It-Rg for [email protected]; Tue, 23 May 2006 23:23:22 +0100 Received: from [161.129.204.104] (helo=knossos.elmet) by asmtp-out1.blueyonder.co.uk with esmtpa (Exim 4.52) id 1FifHe-0002Wf-Da for [email protected]; Tue, 23 May 2006 23:23:22 +0100 Subject: Re: commons-fileupload: Streaming mode From: robert burrell donkin <[email protected]> To: Jakarta General List <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Content-Type: text/plain Date: Tue, 23 May 2006 23:32:38 +0100 Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Evolution 2.0.1-1mdk 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 Tue, 2006-05-23 at 07:24 -0400, Yoav Shapira wrote: > Hola, > +1 to you getting commons-fileupload karma and doing it yourself ;) +1 i've kicked off the formal vote on commons-dev. - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 00:11:15 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42162 invoked from network); 24 May 2006 00:11:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 00:11:13 -0000 Received: (qmail 78352 invoked by uid 500); 24 May 2006 00:11:10 -0000 Delivered-To: [email protected] Received: (qmail 78244 invoked by uid 500); 24 May 2006 00:11: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 78233 invoked by uid 99); 24 May 2006 00:11:09 -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 17:11:09 -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 green.rootmode.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 17:11:08 -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 (8.12.10/8.12.10) with ESMTP id k4O0Ac8J032648 for <[email protected]>; Tue, 23 May 2006 20:10:39 -0400 Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: <[email protected]> References: <[email protected]> <[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: Re: commons-fileupload: Streaming mode Date: Tue, 23 May 2006 17:10:42 -0700 To: "Jakarta General List" <[email protected]> X-Mailer: Apple Mail (2.750) 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 Wow. I can't wait to get my hands on this code. -dain On May 23, 2006, at 4:24 AM, Yoav Shapira wrote: > Hola, > +1 to you getting commons-fileupload karma and doing it yourself ;) > > Yoav > > On 5/23/06, Jochen Wiedmann <[email protected]> wrote: >> >> Hi, >> >> I have developed a modified version of the commons-fileupload, which >> allow a true streaming mode. In other words, there's no need for >> internal byte arrays or temporary disk files, you simply iterate >> through >> the items, get an InputStream on the items, read and process the >> InputStream (for example, run an XML parser on it) and that's it. The >> API remains unchanged and the modifications are strictly internally. >> >> For obvious reasons, the patches are non-trivial. So far I have >> splitted >> some changes into three patches, which I have posted in Jira issues. >> However, to get this patches in, one after the other, I see as my >> only >> chances, if an existing developer would express interest on the >> changes, >> review and guide my work and accept patches step by step. Is there >> anyone who volunteers doing the job? Perhaps, being an active ws >> committer, I might after some time as well receive Karma for >> commons-fileupload and finish the work, if I have earned some trust. >> >> Regards, >> >> Jochen >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Yoav Shapira > Nimalex LLC > 1 Mifflin Place, Suite 310 > Cambridge, MA, USA > [email protected] / www.yoavshapira.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 24 07:16:57 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44658 invoked from network); 24 May 2006 07:16:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 07:16:55 -0000 Received: (qmail 33441 invoked by uid 500); 24 May 2006 07:16:49 -0000 Delivered-To: [email protected] Received: (qmail 33273 invoked by uid 500); 24 May 2006 07:16:49 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33136 invoked by uid 99); 24 May 2006 07:16:48 -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 00:16:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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, 24 May 2006 00:16:48 -0700 Received: from ajax.apache.org (localhost.localdomain [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 6407C6ACA9 for <[email protected]>; Wed, 24 May 2006 08:16:27 +0100 (BST) 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 May 2006 07:16:27 -0000 Message-ID: <[email protected]> Subject: [Jakarta Wiki] Update of "TLPCactusAndJMeter" by HenriYandell X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta/TLPCactusAndJMeter The comment on the change is: Simplified the TLP proposal due to a complaint that the paragraph was cyclic ------------------------------------------------------------------------------ NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee (PMC), to be known as the "Testing PMC", be and hereby is established pursuant to Bylaws of the Foundation; and be it further - RESOLVED, that the Testing PMC be and hereby is responsible for the creation and maintenance of software related to creation and maintenance of open-source software and documentation related to the domain of software testing based on software licensed to the Foundation; and be it further + RESOLVED, that the Testing PMC be and hereby is responsible for the creation and maintenance of software related to the domain of software testing; and be it further RESOLVED, that the office of "Vice President, Testing" be and hereby is created, the person holding such office to serve at the direction of the Board of Directors as the chair of the Testing PMC, and to have primary responsibility for management of the projects within the scope of responsibility of the Testing PMC; and be it further --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 14:47:47 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12115 invoked from network); 24 May 2006 14:47:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 14:47:47 -0000 Received: (qmail 39625 invoked by uid 500); 24 May 2006 14:47:43 -0000 Delivered-To: [email protected] Received: (qmail 39523 invoked by uid 500); 24 May 2006 14:47:42 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39512 invoked by uid 99); 24 May 2006 14:47:42 -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 07:47: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 smtp101.plus.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 24 May 2006 07:47:41 -0700 Received: (qmail 62204 invoked from network); 24 May 2006 14:47:20 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected] with plain) by smtp101.plus.mail.mud.yahoo.com with SMTP; 24 May 2006 14:47:20 -0000 Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: [email protected] From: David Jencks <[email protected]> Subject: Commons-modeler release request Date: Wed, 24 May 2006 07:47:32 -0700 X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The Geronimo-Tomcat integration has some problems with the last released version I can find, commons-modeler-1.1.jar, released 10 aug 2003. These problems are detailed at http://issues.apache.org/jira/browse/ GERONIMO-1999 and http://issues.apache.org/bugzilla/show_bug.cgi? id=39521 Briefly, an incompatibility with the jsr-77 spec was fixed a long time ago, and we've found a synchronization problem and recently provided a patch that appears to fix it. We're getting the Geronimo 1.1 release ready and would really like to use an officially released jar of commons-modeler rather than having to copy the code into geronimo svn and produce a custom jar from that. Could anyone take a look at the patch, apply it if it appears OK, and work on getting a 1.2 release of commons-modeler out? Many thanks, david jencks --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 15:21:42 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31665 invoked from network); 24 May 2006 15:21:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 15:21:41 -0000 Received: (qmail 7763 invoked by uid 500); 24 May 2006 15:21:40 -0000 Delivered-To: [email protected] Received: (qmail 7160 invoked by uid 500); 24 May 2006 15:21:37 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7149 invoked by uid 99); 24 May 2006 15:21:37 -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 08:21:37 -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; Wed, 24 May 2006 08:21:37 -0700 Received: by nz-out-0102.google.com with SMTP id o37so1612518nzf for <[email protected]>; Wed, 24 May 2006 08:21:16 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ac1dymVZAuzjBTYiffYKSkV/prcHZeC2DW6Rtmn6opZ4BMc90jz9TMhE6wpQ6kYYq/L1FJGwBGQFgMCoxtM3gy1/BISRnBkemuc5k2Kijejg1jFH7m8t0e8sX44X4VJJ61DAuXCdgPZzxLZ/MgBC9svdRRYiUWvDMv259r3LglY= Received: by 161.129.204.104 with SMTP id z17mr3127890qbq; Wed, 24 May 2006 08:21:16 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 24 May 2006 08:21:16 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 24 May 2006 11:21:16 -0400 From: "Davanum Srinivas" <[email protected]> Reply-To: [email protected] To: "Jakarta General List" <[email protected]> Subject: Re: Commons-modeler release request 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]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Team, Am willing to do the necessary. Can we have some +1's? Here's my +1 for a 1.2 release. David, Please find a dated jar in the snapshot maven repo that you can use in the interim: http://people.apache.org/repository/commons-modeler/jars/ thanks, dims On 5/24/06, David Jencks <[email protected]> wrote: > The Geronimo-Tomcat integration has some problems with the last > released version I can find, commons-modeler-1.1.jar, released 10 aug > 2003. > > These problems are detailed at http://issues.apache.org/jira/browse/ > GERONIMO-1999 and http://issues.apache.org/bugzilla/show_bug.cgi? > id=3D39521 > > Briefly, an incompatibility with the jsr-77 spec was fixed a long > time ago, and we've found a synchronization problem and recently > provided a patch that appears to fix it. > > We're getting the Geronimo 1.1 release ready and would really like to > use an officially released jar of commons-modeler rather than having > to copy the code into geronimo svn and produce a custom jar from > that. Could anyone take a look at the patch, apply it if it appears > OK, and work on getting a 1.2 release of commons-modeler out? > > Many thanks, > david jencks > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --=20 Davanum Srinivas : http://wso2.com/blogs/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 15:28:34 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36746 invoked from network); 24 May 2006 15:28:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 15:28:33 -0000 Received: (qmail 23494 invoked by uid 500); 24 May 2006 15:28:28 -0000 Delivered-To: [email protected] Received: (qmail 23394 invoked by uid 500); 24 May 2006 15:28:28 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23344 invoked by uid 99); 24 May 2006 15:28:28 -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 08:28: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 nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 08:28:27 -0700 Received: by nz-out-0102.google.com with SMTP id o37so1614088nzf for <[email protected]>; Wed, 24 May 2006 08:28:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=B9jLkTt7+5QKQDqFt1HN5j67GBuMFpEN0rx9jiu5U1p6IjXowt2kLfty4zOoUZSScKmraG/fX3miRA/GrkCYKVy6Ciyl/IhJwKW86yHLzuFuog4lA3thKZZriGtjF5pDy9F5P4HTkJNLysU8cLEJ/ZT7uLsEaOBd7qol+FQ1llM= Received: by 161.129.204.104 with SMTP id z3mr3124284qbd; Wed, 24 May 2006 08:28:01 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 24 May 2006 08:28:01 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 24 May 2006 11:28:01 -0400 From: "Yoav Shapira" <[email protected]> Sender: [email protected] To: "Jakarta General List" <[email protected]>, [email protected], [email protected] Subject: Re: Commons-modeler release request 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-Google-Sender-Auth: d78663d42525ec5f X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, +1. I've reviewed the patch and it seems like it would fix the issue. However, I haven't actually tested the fix: a unit test would be great. Not required for a 1.2 release, but great nonetheless and undoubtedly useful in the future to Tomcat, Geronimo, and other modeler users if they exist. Yoav On 5/24/06, Davanum Srinivas <[email protected]> wrote: > Team, > Am willing to do the necessary. Can we have some +1's? > Here's my +1 for a 1.2 release. > > David, > Please find a dated jar in the snapshot maven repo that you can use in > the interim: > http://people.apache.org/repository/commons-modeler/jars/ > > thanks, > dims > > On 5/24/06, David Jencks <[email protected]> wrote: > > The Geronimo-Tomcat integration has some problems with the last > > released version I can find, commons-modeler-1.1.jar, released 10 aug > > 2003. > > > > These problems are detailed at http://issues.apache.org/jira/browse/ > > GERONIMO-1999 and http://issues.apache.org/bugzilla/show_bug.cgi? > > id=3D39521 > > > > Briefly, an incompatibility with the jsr-77 spec was fixed a long > > time ago, and we've found a synchronization problem and recently > > provided a patch that appears to fix it. > > > > We're getting the Geronimo 1.1 release ready and would really like to > > use an officially released jar of commons-modeler rather than having > > to copy the code into geronimo svn and produce a custom jar from > > that. Could anyone take a look at the patch, apply it if it appears > > OK, and work on getting a 1.2 release of commons-modeler out? > > > > Many thanks, > > david jencks > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > -- > Davanum Srinivas : http://wso2.com/blogs/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --=20 Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [email protected] / www.yoavshapira.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 16:12:43 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56320 invoked from network); 24 May 2006 16:12:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 16:12:41 -0000 Received: (qmail 20297 invoked by uid 500); 24 May 2006 16:12:38 -0000 Delivered-To: [email protected] Received: (qmail 20055 invoked by uid 500); 24 May 2006 16:12:37 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20042 invoked by uid 99); 24 May 2006 16:12:37 -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 09:12:37 -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 mvdb.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 24 May 2006 09:12:36 -0700 Received: (qmail 22048 invoked from network); 24 May 2006 16:12:07 -0000 Received: from unknown (HELO [161.129.204.104]) (161.129.204.104) by 161.129.204.104 with SMTP; Wed, 24 May 2006 16:12:07 +0000 Message-ID: <[email protected]> Date: Wed, 24 May 2006 18:12:21 +0200 From: Martin van den Bemt <[email protected]> User-Agent: Mozilla Thunderbird 1.0.8-1.4.1.centos4 (X11/20060421) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta General List <[email protected]> Subject: Re: Commons-modeler release request 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, assuming normal voting is done on jakarta-commons-dev (in case people are not on general). Anyone know of a maintainer for commons-modeller or is it kind-of dormant at this point ? Mvgr, Martin David Jencks wrote: > The Geronimo-Tomcat integration has some problems with the last > released version I can find, commons-modeler-1.1.jar, released 10 aug > 2003. > > These problems are detailed at http://issues.apache.org/jira/browse/ > GERONIMO-1999 and http://issues.apache.org/bugzilla/show_bug.cgi? id=39521 > > Briefly, an incompatibility with the jsr-77 spec was fixed a long time > ago, and we've found a synchronization problem and recently provided a > patch that appears to fix it. > > We're getting the Geronimo 1.1 release ready and would really like to > use an officially released jar of commons-modeler rather than having > to copy the code into geronimo svn and produce a custom jar from > that. Could anyone take a look at the patch, apply it if it appears > OK, and work on getting a 1.2 release of commons-modeler out? > > Many thanks, > david jencks > > > > > --------------------------------------------------------------------- > 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 24 16:18:36 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58527 invoked from network); 24 May 2006 16:18:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 16:18:34 -0000 Received: (qmail 32854 invoked by uid 500); 24 May 2006 16:18:30 -0000 Delivered-To: [email protected] Received: (qmail 32695 invoked by uid 500); 24 May 2006 16:18: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 32670 invoked by uid 99); 24 May 2006 16:18:30 -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 09:18: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 nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 09:18:29 -0700 Received: by nz-out-0102.google.com with SMTP id o37so1625808nzf for <[email protected]>; Wed, 24 May 2006 09:18:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=hSPN8T+VG7LsZ8eQm7d9QsHNX25ewzDAm65NYq4Xparu7AXNje2r+aPftt4jrrYqrEtvIyMWTsAjYTEOwGA9QxcTwnUmIAd7JYkHvVhBn4CSqZvrncqNVb5wcPRsu0px15up4xEdUrFFy1i2wnCaGj/7Cvw4uzSZpfgiQG8qEHg= Received: by 161.129.204.104 with SMTP id g17mr3916374qbb; Wed, 24 May 2006 09:18:08 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 24 May 2006 09:18:08 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 24 May 2006 12:18:08 -0400 From: "Yoav Shapira" <[email protected]> Sender: [email protected] To: "Jakarta General List" <[email protected]> Subject: Re: Commons-modeler release request 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-Google-Sender-Auth: 9b00d2004a724323 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hola, I believe a couple of the Tomcat committers (Costin for sure, another one or two maybe) are interested in commons-modeller, its maintenance, and its future. Yoav On 5/24/06, Martin van den Bemt <[email protected]> wrote: > +1, assuming normal voting is done on jakarta-commons-dev (in case people= are not on general). > Anyone know of a maintainer for commons-modeller or is it kind-of dormant= at this point ? > > Mvgr, > Martin > > David Jencks wrote: > > The Geronimo-Tomcat integration has some problems with the last > > released version I can find, commons-modeler-1.1.jar, released 10 aug > > 2003. > > > > These problems are detailed at http://issues.apache.org/jira/browse/ > > GERONIMO-1999 and http://issues.apache.org/bugzilla/show_bug.cgi? id=3D= 39521 > > > > Briefly, an incompatibility with the jsr-77 spec was fixed a long time > > ago, and we've found a synchronization problem and recently provided a > > patch that appears to fix it. > > > > We're getting the Geronimo 1.1 release ready and would really like to > > use an officially released jar of commons-modeler rather than having > > to copy the code into geronimo svn and produce a custom jar from > > that. Could anyone take a look at the patch, apply it if it appears > > OK, and work on getting a 1.2 release of commons-modeler out? > > > > Many thanks, > > david jencks > > > > > > > > > > --------------------------------------------------------------------- > > 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 Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [email protected] / www.yoavshapira.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 18:11:03 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1805 invoked from network); 24 May 2006 18:11:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 18:11:00 -0000 Received: (qmail 53886 invoked by uid 500); 24 May 2006 18:10:57 -0000 Delivered-To: [email protected] Received: (qmail 53634 invoked by uid 500); 24 May 2006 18:10:56 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 53623 invoked by uid 99); 24 May 2006 18:10:56 -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 11:10:56 -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 smtp.bredband2.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 11:10:55 -0700 Received: (qmail 9373 invoked from network); 24 May 2006 18:18:05 -0000 Received: from me-194-111-233-83.3.cust.bredband2.com (HELO [161.129.204.104]) ([161.129.204.104]) (envelope-sender <[email protected]>) by smtp.bredband2.net (qmail-ldap-1.03) with SMTP for <[email protected]>; 24 May 2006 18:18:05 -0000 Message-ID: <[email protected]> Date: Wed, 24 May 2006 20:10:30 +0200 From: Dennis Lundberg <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20060308) MIME-Version: 1.0 To: Jakarta General List <[email protected]> Subject: Re: Commons-modeler release request 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 David Jencks wrote: > The Geronimo-Tomcat integration has some problems with the last released > version I can find, commons-modeler-1.1.jar, released 10 aug 2003. > > These problems are detailed at > http://issues.apache.org/jira/browse/GERONIMO-1999 and > http://issues.apache.org/bugzilla/show_bug.cgi?id=39521 > > Briefly, an incompatibility with the jsr-77 spec was fixed a long time > ago, and we've found a synchronization problem and recently provided a > patch that appears to fix it. > > We're getting the Geronimo 1.1 release ready and would really like to > use an officially released jar of commons-modeler rather than having to > copy the code into geronimo svn and produce a custom jar from that. > Could anyone take a look at the patch, apply it if it appears OK, and > work on getting a 1.2 release of commons-modeler out? How do people feel about upgrading the minimum Java requirement from 1.2 to 1.3 for modeler? I had a look at MODELER-3 [1] and have found a solution for it, but the solution requires that we upgrade one of the dependencies, and the new version is for Java 1.3. Although I'm not sure that it is a runtime dependency on Java 1.3, it might be a compile time dependency. [1] http://issues.apache.org/jira/browse/MODELER-3 -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 20:11:35 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69402 invoked from network); 24 May 2006 20:11:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 20:11:32 -0000 Received: (qmail 15709 invoked by uid 500); 24 May 2006 20:11:28 -0000 Delivered-To: [email protected] Received: (qmail 15595 invoked by uid 500); 24 May 2006 20:11:28 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15584 invoked by uid 99); 24 May 2006 20:11:28 -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 13:11: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) Received: from [161.129.204.104] (HELO victor.wilshire.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 13:11:27 -0700 Received: from harpy.wilshire.com (harpy.wilshire.com [161.129.204.104]) by victor.wilshire.com (8.13.4/8.12.3/Debian-7.1) with ESMTP id k4OKAxTZ019760 for <[email protected]>; Wed, 24 May 2006 13:10:59 -0700 Received: from bbarkerxp (foundry.wilshire.com [161.129.204.104]) by harpy.wilshire.com (8.12.10/8.12.3) with ESMTP id k4OKAwJM022338 for <[email protected]>; Wed, 24 May 2006 13:10:58 -0700 (PDT) Message-Id: <[email protected]> From: "Bill Barker" <[email protected]> To: "'Jakarta General List'" <[email protected]> Subject: RE: Commons-modeler release request Date: Wed, 24 May 2006 13:10:58 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcZ/TOpkwuXBW3mcR62PQDU2vpuA8AAIDwRw In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Zantaz-Archived: victor Content-Disposition: inline X-Scanned-By: MIMEDefang 2.52 on 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've been pretty much the only maintainer of [modeler] for a very long time. Since it basically has no community, I'm not particularly in favor of a release that will have little oversight. So -0 from me. However, before a release, MODELER-15 should probably be fixed (e.g. by deprecating the DOM source and using the [digester] source instead, like in Tomcat's fork of [modeler]). > -----Original Message----- > From: Martin van den Bemt [mailto:[email protected]] > Sent: Wednesday, May 24, 2006 9:12 AM > To: Jakarta General List > Subject: Re: Commons-modeler release request > > +1, assuming normal voting is done on jakarta-commons-dev (in > case people are not on general). > Anyone know of a maintainer for commons-modeller or is it > kind-of dormant at this point ? > > Mvgr, > Martin > > David Jencks wrote: > > The Geronimo-Tomcat integration has some problems with the last > > released version I can find, commons-modeler-1.1.jar, > released 10 aug > > 2003. > > > > These problems are detailed at > http://issues.apache.org/jira/browse/ > > GERONIMO-1999 and > http://issues.apache.org/bugzilla/show_bug.cgi? id=39521 > > > > Briefly, an incompatibility with the jsr-77 spec was fixed > a long time > > ago, and we've found a synchronization problem and recently > provided a > > patch that appears to fix it. > > > > We're getting the Geronimo 1.1 release ready and would > really like to > > use an officially released jar of commons-modeler rather > than having > > to copy the code into geronimo svn and produce a custom jar from > > that. Could anyone take a look at the patch, apply it if > it appears > > OK, and work on getting a 1.2 release of commons-modeler out? > > > > Many thanks, > > david jencks > > > > > > > > > > > --------------------------------------------------------------------- > > 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] > > > This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments. In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 20:23:04 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75715 invoked from network); 24 May 2006 20:23:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 20:23:03 -0000 Received: (qmail 33407 invoked by uid 500); 24 May 2006 20:23:00 -0000 Delivered-To: [email protected] Received: (qmail 33323 invoked by uid 500); 24 May 2006 20:23:00 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33312 invoked by uid 99); 24 May 2006 20:22: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 13:22:59 -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 forio.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 13:22:58 -0700 Received: (qmail 1594 invoked from network); 24 May 2006 20:22:36 -0000 Received: from adsl-69-107-65-175.dsl.pltn13.pacbell.net (HELO ?161.129.204.104?) (161.129.204.104) by broadcast.forio.com with AES256-SHA encrypted SMTP; 24 May 2006 20:22:36 -0000 Message-ID: <[email protected]> Date: Wed, 24 May 2006 13:22:03 -0700 From: Will Glass-Husain <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20060308) MIME-Version: 1.0 To: Jakarta General List <[email protected]> Subject: Re: Commons-modeler release request References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/alternative; boundary="------------090605060109050607090409" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------090605060109050607090409 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I'm surprised that this effort is not a subproject of Tomcat or Geronimo. Maybe there'd be less frustration all around if it was adopted by one or the other. WILL Bill Barker wrote: > I've been pretty much the only maintainer of [modeler] for a very long time. > Since it basically has no community, I'm not particularly in favor of a > release that will have little oversight. So -0 from me. > > However, before a release, MODELER-15 should probably be fixed (e.g. by > deprecating the DOM source and using the [digester] source instead, like in > Tomcat's fork of [modeler]). > > >> -----Original Message----- >> From: Martin van den Bemt [mailto:[email protected]] >> Sent: Wednesday, May 24, 2006 9:12 AM >> To: Jakarta General List >> Subject: Re: Commons-modeler release request >> >> +1, assuming normal voting is done on jakarta-commons-dev (in >> case people are not on general). >> Anyone know of a maintainer for commons-modeller or is it >> kind-of dormant at this point ? >> >> Mvgr, >> Martin >> >> David Jencks wrote: >> >>> The Geronimo-Tomcat integration has some problems with the last >>> released version I can find, commons-modeler-1.1.jar, >>> >> released 10 aug >> >>> 2003. >>> >>> These problems are detailed at >>> >> http://issues.apache.org/jira/browse/ >> >>> GERONIMO-1999 and >>> >> http://issues.apache.org/bugzilla/show_bug.cgi? id=39521 >> >>> Briefly, an incompatibility with the jsr-77 spec was fixed >>> >> a long time >> >>> ago, and we've found a synchronization problem and recently >>> >> provided a >> >>> patch that appears to fix it. >>> >>> We're getting the Geronimo 1.1 release ready and would >>> >> really like to >> >>> use an officially released jar of commons-modeler rather >>> >> than having >> >>> to copy the code into geronimo svn and produce a custom jar from >>> that. Could anyone take a look at the patch, apply it if >>> >> it appears >> >>> OK, and work on getting a 1.2 release of commons-modeler out? >>> >>> Many thanks, >>> david jencks >>> >>> >>> >>> >>> >>> >> --------------------------------------------------------------------- >> >>> 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] >> >> >> >> > > > > This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments. > > In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- Forio Business Simulations Will Glass-Husain phone 7404181820 mobile 7404181820 [email protected] www.forio.com --------------090605060109050607090409-- From [email protected] Wed May 24 20:37:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88293 invoked from network); 24 May 2006 20:37:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 20:37:50 -0000 Received: (qmail 62964 invoked by uid 500); 24 May 2006 20:37:47 -0000 Delivered-To: [email protected] Received: (qmail 62323 invoked by uid 500); 24 May 2006 20:37:45 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16319 invoked by uid 99); 24 May 2006 18:31:38 -0000 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) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=YNyG4H0KIkzcazbPiqI8eIm0luLu6DRqqoXww4MiMv34qVOQm8SH16LT2y51rolHDDc5N03SHN7caiociUh/4w6i28M5GdkSn4MULiGEgH5DHfdLme6MNFatjpmU3kOenAnt6qNuF9ml09oghNE6Qi0tLFjuDAYGEtaO5aRG3Z8= ; Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: David Jencks <[email protected]> Subject: Re: Commons-modeler release request Date: Wed, 24 May 2006 11:31:22 -0700 To: "Jakarta General List" <[email protected]> X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On May 24, 2006, at 11:10 AM, Dennis Lundberg wrote: > David Jencks wrote: >> The Geronimo-Tomcat integration has some problems with the last >> released version I can find, commons-modeler-1.1.jar, released 10 >> aug 2003. >> These problems are detailed at http://issues.apache.org/jira/ >> browse/GERONIMO-1999 and http://issues.apache.org/bugzilla/ >> show_bug.cgi?id=39521 >> Briefly, an incompatibility with the jsr-77 spec was fixed a long >> time ago, and we've found a synchronization problem and recently >> provided a patch that appears to fix it. >> We're getting the Geronimo 1.1 release ready and would really like >> to use an officially released jar of commons-modeler rather than >> having to copy the code into geronimo svn and produce a custom >> jar from that. Could anyone take a look at the patch, apply it >> if it appears OK, and work on getting a 1.2 release of commons- >> modeler out? > > How do people feel about upgrading the minimum Java requirement > from 1.2 to 1.3 for modeler? I had a look at MODELER-3 [1] and have > found a solution for it, but the solution requires that we upgrade > one of the dependencies, and the new version is for Java 1.3. > Although I'm not sure that it is a runtime dependency on Java 1.3, > it might be a compile time dependency. geronimo would be fine with a 1.4 requirement :-). I see that this issue is now in JIRA.... I couldn't find jira/modeler when I filed the bugs, was I blind or have these been imported from bugzilla recently? I think someone should close the jira copy of the synchronization bug (MODELER-2). Who? Should I attach my patch to the jira copy as well as the bugzilla copy? thanks david jencks > > [1] http://issues.apache.org/jira/browse/MODELER-3 > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > 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 24 20:45:35 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91681 invoked from network); 24 May 2006 20:45:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 20:45:34 -0000 Received: (qmail 79705 invoked by uid 500); 24 May 2006 20:45:31 -0000 Delivered-To: [email protected] Received: (qmail 79568 invoked by uid 500); 24 May 2006 20:45:31 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 79555 invoked by uid 99); 24 May 2006 20:45:30 -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 13:45: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 kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 13:45:30 -0700 Received: by kongo.flamefew.net (Postfix, from userid 1000) id E36F123E8A; Wed, 24 May 2006 16:45:05 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix) with ESMTP id E1F7C23E89 for <[email protected]>; Wed, 24 May 2006 16:45:05 -0400 (EDT) Date: Wed, 24 May 2006 16:45:05 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Jakarta General List <[email protected]> Subject: Re: Commons-modeler release request In-Reply-To: <[email protected]> Message-ID: <Pine.LNX.4.61.0605241638190.6994@kongo> 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm more surprised to hear that Tomcat have a fork of modeler; I thought it was Tomcat that created it in the first place. This is indicative of a larger problem with Commons I think - why are people not attracted into getting involved with the commons source and instead have their own versions? What can be changed to not scare people away? Hen On Wed, 24 May 2006, Will Glass-Husain wrote: > I'm surprised that this effort is not a subproject of Tomcat or Geronimo. > Maybe there'd be less frustration all around if it was adopted by one or the > other. > > WILL > > Bill Barker wrote: >> I've been pretty much the only maintainer of [modeler] for a very long >> time. >> Since it basically has no community, I'm not particularly in favor of a >> release that will have little oversight. So -0 from me. >> >> However, before a release, MODELER-15 should probably be fixed (e.g. by >> deprecating the DOM source and using the [digester] source instead, like in >> Tomcat's fork of [modeler]). >> >>> -----Original Message----- >>> From: Martin van den Bemt [mailto:[email protected]] Sent: Wednesday, May >>> 24, 2006 9:12 AM >>> To: Jakarta General List >>> Subject: Re: Commons-modeler release request >>> >>> +1, assuming normal voting is done on jakarta-commons-dev (in case people >>> are not on general). >>> Anyone know of a maintainer for commons-modeller or is it kind-of dormant >>> at this point ? >>> >>> Mvgr, >>> Martin >>> >>> David Jencks wrote: >>> >>>> The Geronimo-Tomcat integration has some problems with the last released >>>> version I can find, commons-modeler-1.1.jar, >>> released 10 aug >>>> 2003. >>>> >>>> These problems are detailed at >>> http://issues.apache.org/jira/browse/ >>>> GERONIMO-1999 and >>> http://issues.apache.org/bugzilla/show_bug.cgi? id=39521 >>> >>>> Briefly, an incompatibility with the jsr-77 spec was fixed >>> a long time >>>> ago, and we've found a synchronization problem and recently >>> provided a >>>> patch that appears to fix it. >>>> >>>> We're getting the Geronimo 1.1 release ready and would >>> really like to >>>> use an officially released jar of commons-modeler rather >>> than having >>>> to copy the code into geronimo svn and produce a custom jar from that. >>>> Could anyone take a look at the patch, apply it if >>> it appears >>>> OK, and work on getting a 1.2 release of commons-modeler out? >>>> >>>> Many thanks, >>>> david jencks >>>> >>>> >>>> >>>> >>>> >>>> >>> --------------------------------------------------------------------- >>> >>>> 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] >>> >>> >>> >>> >> >> >> >> This message is intended only for the use of the person(s) listed above as >> the intended recipient(s), and may contain information that is PRIVILEGED >> and CONFIDENTIAL. If you are not an intended recipient, you may not read, >> copy, or distribute this message or any attachment. If you received this >> communication in error, please notify us immediately by e-mail and then >> delete all copies of this message and any attachments. >> >> In addition you should be aware that ordinary (unencrypted) e-mail sent >> through the Internet is not secure. Do not send confidential or sensitive >> information, such as social security numbers, account numbers, personal >> identification numbers and passwords, to us via ordinary (unencrypted) >> e-mail. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > -- > Forio Business Simulations > > Will Glass-Husain > phone 7404181820 > mobile 7404181820 > [email protected] > www.forio.com > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 20:46:37 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92472 invoked from network); 24 May 2006 20:46:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 20:46:35 -0000 Received: (qmail 81535 invoked by uid 500); 24 May 2006 20:46:31 -0000 Delivered-To: [email protected] Received: (qmail 81430 invoked by uid 500); 24 May 2006 20:46:31 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 81419 invoked by uid 99); 24 May 2006 20:46:30 -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 13:46: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 kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 13:46:30 -0700 Received: by kongo.flamefew.net (Postfix, from userid 1000) id 468CA23E8A; Wed, 24 May 2006 16:46:06 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix) with ESMTP id 462F323E89 for <[email protected]>; Wed, 24 May 2006 16:46:06 -0400 (EDT) Date: Wed, 24 May 2006 16:46:06 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Jakarta General List <[email protected]> Subject: Re: Commons-modeler release request In-Reply-To: <[email protected]> Message-ID: <Pine.LNX.4.61.0605241645210.6994@kongo> 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Wed, 24 May 2006, David Jencks wrote: > I see that this issue is now in JIRA.... I couldn't find jira/modeler when I > filed the bugs, was I blind or have these been imported from bugzilla > recently? We moved to JIRA a week ago - so very recent :) Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 20:52:01 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94158 invoked from network); 24 May 2006 20:52:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 20:52:01 -0000 Received: (qmail 87087 invoked by uid 500); 24 May 2006 20:52:00 -0000 Delivered-To: [email protected] Received: (qmail 86454 invoked by uid 500); 24 May 2006 20:51: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 86436 invoked by uid 99); 24 May 2006 20:51:57 -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 13:51: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 nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 13:51:57 -0700 Received: by nz-out-0102.google.com with SMTP id o37so1680394nzf for <[email protected]>; Wed, 24 May 2006 13:51:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=N81Mn2Gbl113vQTgLZXhwUHPs7Q2xYdC6SA510yZ672NGktNq1n5VL3f+Psa+tDCiICtnOR9eV7OTP9kAf499FC3iNt+lp3pTurjvIq9KA3ZFILPBRIPYNfZsfKSfms2l+Snsv28TKPDFTgh+6d1+yl4678FX2vYKiQndZUcLwY= Received: by 161.129.204.104 with SMTP id b5mr3602385qbn; Wed, 24 May 2006 13:51:35 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 24 May 2006 13:51:35 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 24 May 2006 16:51:35 -0400 From: "Yoav Shapira" <[email protected]> Sender: [email protected] To: "Jakarta General List" <[email protected]> Subject: Re: Commons-modeler release request In-Reply-To: <Pine.LNX.4.61.0605241638190.6994@kongo> 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]> <Pine.LNX.4.61.0605241638190.6994@kongo> X-Google-Sender-Auth: 305b66d06ecf67a8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hola, > I'm more surprised to hear that Tomcat have a fork of modeler; I thought > it was Tomcat that created it in the first place. Yeah, it was Tomcat that created it in the first place. The fork is very very recent IIRC, and an imperfect development due to a larger problem, as you wrote: > This is indicative of a larger problem with Commons I think - why are > people not attracted into getting involved with the commons source and > instead have their own versions? Not sure. With modeler, and dbcp, and maybe other commons projects, they were spun out of the original project (tomcat) in order to create a community around them, make them more generic, allow other projects (within Apache and outside) to use them easily, etc. But over time, for whatever reasons, these didn't happen with modeler. Now from the Tomcat perspective, we have a dilemma: we can't make backwards-incompatible changes to modeler that are very specific to Tomcat because then we break the "contract" that was made when modeler became its own component. > What can be changed to not scare people away? Not sure. Yoav --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 21:26:57 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9779 invoked from network); 24 May 2006 21:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 21:26:54 -0000 Received: (qmail 42985 invoked by uid 500); 24 May 2006 21:26:51 -0000 Delivered-To: [email protected] Received: (qmail 42833 invoked by uid 500); 24 May 2006 21:26:50 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 42822 invoked by uid 99); 24 May 2006 21:26:50 -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 14:26:50 -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 kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 14:26:50 -0700 Received: by kongo.flamefew.net (Postfix, from userid 1000) id B9C8123E8A; Wed, 24 May 2006 17:26:25 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix) with ESMTP id B968423E89 for <[email protected]>; Wed, 24 May 2006 17:26:25 -0400 (EDT) Date: Wed, 24 May 2006 17:26:25 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Jakarta General List <[email protected]> Subject: Re: Commons-modeler release request In-Reply-To: <[email protected]> Message-ID: <Pine.LNX.4.61.0605241721390.6994@kongo> References: <[email protected]> <[email protected]> <Pine.LNX.4.61.0605241638190.6994@kongo> <[email protected]> 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 On Wed, 24 May 2006, Yoav Shapira wrote: >> This is indicative of a larger problem with Commons I think - why are >> people not attracted into getting involved with the commons source and >> instead have their own versions? > > Not sure. With modeler, and dbcp, and maybe other commons projects, > they were spun out of the original project (tomcat) in order to create > a community around them, make them more generic, allow other projects > (within Apache and outside) to use them easily, etc. But over time, > for whatever reasons, these didn't happen with modeler. > > Now from the Tomcat perspective, we have a dilemma: we can't make > backwards-incompatible changes to modeler that are very specific to > Tomcat because then we break the "contract" that was made when modeler > became its own component. Backwards incompatible shouldn't be a worry (imo), that's what major version numbers are for - but if you mean that Tomcat would need specific deep down customisations, that does sound like a problem. A realization that the component design just doesn't work anymore. Does Geronimo use modeler independently, or via Tomcat? Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 21:47:07 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19255 invoked from network); 24 May 2006 21:47:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 21:47:04 -0000 Received: (qmail 80076 invoked by uid 500); 24 May 2006 21:47:01 -0000 Delivered-To: [email protected] Received: (qmail 79763 invoked by uid 500); 24 May 2006 21:47:00 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 79752 invoked by uid 99); 24 May 2006 21:47:00 -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 14:47:00 -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 victor.wilshire.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 14:46:58 -0700 Received: from harpy.wilshire.com (harpy.wilshire.com [161.129.204.104]) by victor.wilshire.com (8.13.4/8.12.3/Debian-7.1) with ESMTP id k4OLkaaN032677 for <[email protected]>; Wed, 24 May 2006 14:46:36 -0700 Received: from bbarkerxp (foundry.wilshire.com [161.129.204.104]) by harpy.wilshire.com (8.12.10/8.12.3) with ESMTP id k4OLkaJM028673 for <[email protected]>; Wed, 24 May 2006 14:46:36 -0700 (PDT) Message-Id: <[email protected]> From: "Bill Barker" <[email protected]> To: "'Jakarta General List'" <[email protected]> Subject: RE: Commons-modeler release request Date: Wed, 24 May 2006 14:46:36 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcZ/eNFaQC2uUjVATjaF2VAPI91IbQAAR9Fg In-Reply-To: <Pine.LNX.4.61.0605241721390.6994@kongo> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Zantaz-Archived: victor Content-Disposition: inline X-Scanned-By: MIMEDefang 2.52 on 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Henri Yandell [mailto:[email protected]] > Sent: Wednesday, May 24, 2006 2:26 PM > To: Jakarta General List > Subject: Re: Commons-modeler release request > > > > On Wed, 24 May 2006, Yoav Shapira wrote: > > >> This is indicative of a larger problem with Commons I > think - why are > >> people not attracted into getting involved with the > commons source and > >> instead have their own versions? > > > > Not sure. With modeler, and dbcp, and maybe other commons projects, > > they were spun out of the original project (tomcat) in > order to create > > a community around them, make them more generic, allow > other projects > > (within Apache and outside) to use them easily, etc. But over time, > > for whatever reasons, these didn't happen with modeler. > > > > Now from the Tomcat perspective, we have a dilemma: we can't make > > backwards-incompatible changes to modeler that are very specific to > > Tomcat because then we break the "contract" that was made > when modeler > > became its own component. > > Backwards incompatible shouldn't be a worry (imo), that's what major > version numbers are for - but if you mean that Tomcat would > need specific > deep down customisations, that does sound like a problem. A > realization > that the component design just doesn't work anymore. > Backwards incompatible was never really a big concern. The discussion on dev@tomcat was more focused on the fact that [modeler] doesn't have a community, so there wouldn't be enough people for 3 +1s to release it. So far, there aren't any special Tomcat-specific customizations in Tomcat's fork. There is work to reduce it's footprint, but that would just make it a 2.0 version. > Does Geronimo use modeler independently, or via Tomcat? > I believe that Geronimo only uses [modeler] via Tomcat. > Hen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments. In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 22:00:33 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22091 invoked from network); 24 May 2006 22:00:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 22:00:32 -0000 Received: (qmail 92645 invoked by uid 500); 24 May 2006 22:00:29 -0000 Delivered-To: [email protected] Received: (qmail 92511 invoked by uid 500); 24 May 2006 22:00:29 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 92500 invoked by uid 99); 24 May 2006 22:00:29 -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:00:29 -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 kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 15:00:28 -0700 Received: by kongo.flamefew.net (Postfix, from userid 1000) id B547E23E8A; Wed, 24 May 2006 18:00:03 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix) with ESMTP id B4D4823E89 for <[email protected]>; Wed, 24 May 2006 18:00:03 -0400 (EDT) Date: Wed, 24 May 2006 18:00:03 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Jakarta General List <[email protected]> Subject: RE: Commons-modeler release request In-Reply-To: <[email protected]> Message-ID: <Pine.LNX.4.61.0605241747590.6994@kongo> 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Wed, 24 May 2006, Bill Barker wrote: > > >> -----Original Message----- >> From: Henri Yandell [mailto:[email protected]] >> Sent: Wednesday, May 24, 2006 2:26 PM >> To: Jakarta General List >> Subject: Re: Commons-modeler release request >> >> >> >> On Wed, 24 May 2006, Yoav Shapira wrote: >> >>>> This is indicative of a larger problem with Commons I >> think - why are >>>> people not attracted into getting involved with the >> commons source and >>>> instead have their own versions? >>> >>> Not sure. With modeler, and dbcp, and maybe other commons projects, >>> they were spun out of the original project (tomcat) in >> order to create >>> a community around them, make them more generic, allow >> other projects >>> (within Apache and outside) to use them easily, etc. But over time, >>> for whatever reasons, these didn't happen with modeler. >>> >>> Now from the Tomcat perspective, we have a dilemma: we can't make >>> backwards-incompatible changes to modeler that are very specific to >>> Tomcat because then we break the "contract" that was made >> when modeler >>> became its own component. >> >> Backwards incompatible shouldn't be a worry (imo), that's what major >> version numbers are for - but if you mean that Tomcat would >> need specific >> deep down customisations, that does sound like a problem. A >> realization >> that the component design just doesn't work anymore. >> > > Backwards incompatible was never really a big concern. The discussion on > dev@tomcat was more focused on the fact that [modeler] doesn't have a > community, so there wouldn't be enough people for 3 +1s to release it. So > far, there aren't any special Tomcat-specific customizations in Tomcat's > fork. There is work to reduce it's footprint, but that would just make it a > 2.0 version. In terms of community - due to history you're all still Jakarta committers afaik and mostly on the PMC, so lots of +1s there. Plus with the recent move to mostly jakarta-wide svn authentication, you also now have svn access. So in terms of future direction, I don't think there's anything stopping Tomcat from being the driving part of the community for modeler. Struts definitely does that with some of the components that it is dependent on. The original idea of Commons as I understand it was as a place for Jakarta projects to come together. The diaspora out of Jakarta has lessened that and I think we should be expanding to thinking about it as a place for Apache projects to come together. It definitely helps that our committer based covers 25% of the ASF already :) Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 25 07:57:13 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79029 invoked from network); 25 May 2006 07:57:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 May 2006 07:57:13 -0000 Received: (qmail 28070 invoked by uid 500); 25 May 2006 07:57:11 -0000 Delivered-To: [email protected] Received: (qmail 27425 invoked by uid 500); 25 May 2006 07:57: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27414 invoked by uid 99); 25 May 2006 07:57:09 -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 00:57:09 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO parmail7.bnpparibas.fr) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 00:57:08 -0700 X-DISCLAIMER: CHECKED X-IronPort-AV: i="4.05,170,1146434400"; d="scan'208"; a="125254457:sNHT48911044" Subject: Stephane QUIN/BPSS/FR/EUROPE/GROUP est absent(e). From: [email protected] To: [email protected] Message-ID: <[email protected]> Date: Thu, 25 May 2006 04:04:03 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Je serai absent(e) du 25/05/2006 au 29/05/2006. Je r=E9pondrai =E0 votre message d=E8s mon retour. This message and any attachments (the "message") is intended solely for the addressees and is confidential.=20 If you receive this message in error, please delete it and=20 immediately notify the sender. Any use not in accord with=20 its purpose, any dissemination or disclosure, either whole=20 or partial, is prohibited except formal approval. The internet can not guarantee the integrity of this message.=20 BNP PARIBAS (and its subsidiaries) shall (will) not=20 therefore be liable for the message if modified.=20 --------------------------------------------- Ce message et toutes les pieces jointes (ci-apres le=20 "message") sont etablis a l'intention exclusive de ses=20 destinataires et sont confidentiels. Si vous recevez ce=20 message par erreur, merci de le detruire et d'en avertir=20 immediatement l'expediteur. Toute utilisation de ce=20 message non conforme a sa destination, toute diffusion=20 ou toute publication, totale ou partielle, est interdite, sauf=20 autorisation expresse. L'internet ne permettant pas=20 d'assurer l'integrite de ce message, BNP PARIBAS (et ses filiales) decline(nt) toute responsabilite au titre de ce=20 message, dans l'hypothese ou il aurait ete modifie. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 25 18:53:46 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83785 invoked from network); 25 May 2006 18:53:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 May 2006 18:53:42 -0000 Received: (qmail 8513 invoked by uid 500); 25 May 2006 18:53:34 -0000 Delivered-To: [email protected] Received: (qmail 8348 invoked by uid 500); 25 May 2006 18:53:34 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7438 invoked by uid 99); 25 May 2006 18:53:29 -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 11:53:29 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,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-out5.blueyonder.co.uk) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 11:53:27 -0700 Received: from [161.129.204.104] (helo=anti-virus01-09) by smtp-out5.blueyonder.co.uk with smtp (Exim 4.52) id 1FjKxH-0006Np-1w for [email protected]; Thu, 25 May 2006 19:53:07 +0100 Received: from [161.129.204.104] (helo=knossos.elmet) by asmtp-out6.blueyonder.co.uk with esmtpa (Exim 4.52) id 1FjKxG-0001u0-GC for [email protected]; Thu, 25 May 2006 19:53:06 +0100 Subject: RE: Commons-modeler release request From: robert burrell donkin <[email protected]> To: Jakarta General List <[email protected]> In-Reply-To: <Pine.LNX.4.61.0605241747590.6994@kongo> References: <[email protected]> <Pine.LNX.4.61.0605241747590.6994@kongo> Content-Type: text/plain Date: Thu, 25 May 2006 20:02:28 +0100 Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Evolution 2.0.1-1mdk 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 Wed, 2006-05-24 at 18:00 -0400, Henri Yandell wrote: > On Wed, 24 May 2006, Bill Barker wrote: > >> -----Original Message----- > >> From: Henri Yandell [mailto:[email protected]] <snip> > >> Backwards incompatible shouldn't be a worry (imo), that's what major > >> version numbers are for - but if you mean that Tomcat would > >> need specific > >> deep down customisations, that does sound like a problem. A > >> realization > >> that the component design just doesn't work anymore. > > > > Backwards incompatible was never really a big concern. The discussion on > > dev@tomcat was more focused on the fact that [modeler] doesn't have a > > community, so there wouldn't be enough people for 3 +1s to release it. So > > far, there aren't any special Tomcat-specific customizations in Tomcat's > > fork. There is work to reduce it's footprint, but that would just make it a > > 2.0 version. > > In terms of community - due to history you're all still Jakarta committers > afaik and mostly on the PMC, so lots of +1s there. we had a bit of a crisis of confidence over commons releases late last year but i think that we're over that now. we're now using the correct voting scheme which is binding votes for all pmc'ers (no more component specific voting). > Plus with the recent move to mostly jakarta-wide svn authentication, you also now have svn > access. +1 if it's just a push towards a release that's needed, i'm willing to help out if there's anything useful i can do. > So in terms of future direction, I don't think there's anything stopping > Tomcat from being the driving part of the community for modeler. Struts > definitely does that with some of the components that it is dependent on. > > The original idea of Commons as I understand it was as a place for Jakarta > projects to come together. The diaspora out of Jakarta has lessened that > and I think we should be expanding to thinking about it as a place for > Apache projects to come together. It definitely helps that our committer > based covers 25% of the ASF already :) +1 - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri May 26 00:35:08 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89807 invoked from network); 26 May 2006 00:35:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 May 2006 00:35:07 -0000 Received: (qmail 15387 invoked by uid 500); 26 May 2006 00:35:03 -0000 Delivered-To: [email protected] Received: (qmail 15289 invoked by uid 500); 26 May 2006 00:35: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15278 invoked by uid 99); 26 May 2006 00:35:02 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 17:35:02 -0700 Date: Thu, 25 May 2006 17:19:31 PDT From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-site2 (in module jakarta-site2) failed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N To whom it may engage... 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 jakarta-site2 has an issue affecting its community integration. This issue affects 2 projects. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-regexp-package : Java Regular Expression package - jakarta-site2 : The Jakarta site Full details are available at: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason build failed The following work was performed: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/gump_work/build_jakarta-site2_jakarta-site2.html Work Name: build_jakarta-site2_jakarta-site2 (Type: Build) Work ended in a state of : Failed Elapsed: 1 sec Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only [Working Directory: /usr/local/gump/public/workspace/jakarta-site2] CLASSPATH: /opt/jdk1.5/lib/tools.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-apache-resolver.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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar --------------------------------------------- Buildfile: build.xml CheckXSL: [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/site.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp news-gen: [mkdir] Created dir: /x1/gump/public/workspace/jakarta-site2/target/news-gen [xslt] Processing /x1/gump/public/workspace/jakarta-site2/news.xml to /x1/gump/public/workspace/jakarta-site2/docs/site/rss.xml [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl [xslt] /x1/gump/public/workspace/jakarta-site2/news2content.xsl:28:36: Error! Had IO Exception with stylesheet file: common.xsl Cause: java.io.FileNotFoundException: /x1/gump/public/workspace/jakarta-site2/common.xsl (No such file or directory) [xslt] : Fatal Error! javax.xml.transform.TransformerException: ElemTemplateElement error: output-date Cause: javax.xml.transform.TransformerException: ElemTemplateElement error: output-date [xslt] Failed to process /x1/gump/public/workspace/jakarta-site2/news.xml BUILD FAILED /x1/gump/public/workspace/jakarta-site2/build.xml:45: Fatal error during transformation Total time: 1 second --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 14001625052006, vmgump.apache.org:vmgump-public:14001625052006 Gump E-mail Identifier (unique within run) #5. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri May 26 08:33:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11846 invoked from network); 26 May 2006 08:33:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 May 2006 08:33:48 -0000 Received: (qmail 37593 invoked by uid 500); 26 May 2006 08:33:44 -0000 Delivered-To: [email protected] Received: (qmail 37469 invoked by uid 500); 26 May 2006 08:33:43 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37458 invoked by uid 99); 26 May 2006 08:33:43 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 May 2006 01:33:43 -0700 Date: Fri, 26 May 2006 01:18:10 PDT From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-site2 (in module jakarta-site2) failed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N To whom it may engage... 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 jakarta-site2 has an issue affecting its community integration. This issue affects 2 projects, and has been outstanding for 2 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-regexp-package : Java Regular Expression package - jakarta-site2 : The Jakarta site Full details are available at: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason build failed The following work was performed: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/gump_work/build_jakarta-site2_jakarta-site2.html Work Name: build_jakarta-site2_jakarta-site2 (Type: Build) Work ended in a state of : Failed Elapsed: 1 sec Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only [Working Directory: /usr/local/gump/public/workspace/jakarta-site2] CLASSPATH: /opt/jdk1.5/lib/tools.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-apache-resolver.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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar --------------------------------------------- Buildfile: build.xml CheckXSL: [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/site.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp news-gen: [mkdir] Created dir: /x1/gump/public/workspace/jakarta-site2/target/news-gen [xslt] Processing /x1/gump/public/workspace/jakarta-site2/news.xml to /x1/gump/public/workspace/jakarta-site2/docs/site/rss.xml [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl [xslt] /x1/gump/public/workspace/jakarta-site2/news2content.xsl:28:36: Error! Had IO Exception with stylesheet file: common.xsl Cause: java.io.FileNotFoundException: /x1/gump/public/workspace/jakarta-site2/common.xsl (No such file or directory) [xslt] : Fatal Error! javax.xml.transform.TransformerException: ElemTemplateElement error: output-date Cause: javax.xml.transform.TransformerException: ElemTemplateElement error: output-date [xslt] Failed to process /x1/gump/public/workspace/jakarta-site2/news.xml BUILD FAILED /x1/gump/public/workspace/jakarta-site2/build.xml:45: Fatal error during transformation Total time: 1 second --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 28000026052006, vmgump.apache.org:vmgump-public:28000026052006 Gump E-mail Identifier (unique within run) #36. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat May 27 08:35:15 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67539 invoked from network); 27 May 2006 08:35:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 May 2006 08:35:02 -0000 Received: (qmail 58617 invoked by uid 500); 27 May 2006 08:34:58 -0000 Delivered-To: [email protected] Received: (qmail 58500 invoked by uid 500); 27 May 2006 08:34: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: "Jakarta General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 58489 invoked by uid 99); 27 May 2006 08:34:57 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 May 2006 01:34:57 -0700 Date: Sat, 27 May 2006 01:19:19 PDT From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-site2 (in module jakarta-site2) failed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N To whom it may engage... 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 jakarta-site2 has an issue affecting its community integration. This issue affects 2 projects, and has been outstanding for 5 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-regexp-package : Java Regular Expression package - jakarta-site2 : The Jakarta site Full details are available at: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason build failed The following work was performed: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/gump_work/build_jakarta-site2_jakarta-site2.html Work Name: build_jakarta-site2_jakarta-site2 (Type: Build) Work ended in a state of : Failed Elapsed: 2 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only [Working Directory: /usr/local/gump/public/workspace/jakarta-site2] CLASSPATH: /opt/jdk1.5/lib/tools.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-apache-resolver.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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar --------------------------------------------- Buildfile: build.xml CheckXSL: [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/site.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp news-gen: [mkdir] Created dir: /x1/gump/public/workspace/jakarta-site2/target/news-gen [xslt] Processing /x1/gump/public/workspace/jakarta-site2/news.xml to /x1/gump/public/workspace/jakarta-site2/docs/site/rss.xml [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl [xslt] /x1/gump/public/workspace/jakarta-site2/news2content.xsl:28:36: Error! Had IO Exception with stylesheet file: common.xsl Cause: java.io.FileNotFoundException: /x1/gump/public/workspace/jakarta-site2/common.xsl (No such file or directory) [xslt] : Fatal Error! javax.xml.transform.TransformerException: ElemTemplateElement error: output-date Cause: javax.xml.transform.TransformerException: ElemTemplateElement error: output-date [xslt] Failed to process /x1/gump/public/workspace/jakarta-site2/news.xml BUILD FAILED /x1/gump/public/workspace/jakarta-site2/build.xml:45: Fatal error during transformation Total time: 1 second --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 30000027052006, vmgump.apache.org:vmgump-public:30000027052006 Gump E-mail Identifier (unique within run) #36. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun May 28 08:34:10 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1321 invoked from network); 28 May 2006 08:34:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 May 2006 08:34:08 -0000 Received: (qmail 38515 invoked by uid 500); 28 May 2006 08:34:05 -0000 Delivered-To: [email protected] Received: (qmail 38412 invoked by uid 500); 28 May 2006 08:34: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 38401 invoked by uid 99); 28 May 2006 08:34:04 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 May 2006 01:34:04 -0700 Date: Sun, 28 May 2006 01:18:22 PDT From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-site2 (in module jakarta-site2) failed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N To whom it may engage... 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 jakarta-site2 has an issue affecting its community integration. This issue affects 2 projects, and has been outstanding for 8 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-regexp-package : Java Regular Expression package - jakarta-site2 : The Jakarta site Full details are available at: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason build failed The following work was performed: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/gump_work/build_jakarta-site2_jakarta-site2.html Work Name: build_jakarta-site2_jakarta-site2 (Type: Build) Work ended in a state of : Failed Elapsed: 1 sec Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only [Working Directory: /usr/local/gump/public/workspace/jakarta-site2] CLASSPATH: /opt/jdk1.5/lib/tools.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-apache-resolver.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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar --------------------------------------------- Buildfile: build.xml CheckXSL: [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/site.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp news-gen: [mkdir] Created dir: /x1/gump/public/workspace/jakarta-site2/target/news-gen [xslt] Processing /x1/gump/public/workspace/jakarta-site2/news.xml to /x1/gump/public/workspace/jakarta-site2/docs/site/rss.xml [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl [xslt] /x1/gump/public/workspace/jakarta-site2/news2content.xsl:28:36: Error! Had IO Exception with stylesheet file: common.xsl Cause: java.io.FileNotFoundException: /x1/gump/public/workspace/jakarta-site2/common.xsl (No such file or directory) [xslt] : Fatal Error! javax.xml.transform.TransformerException: ElemTemplateElement error: output-date Cause: javax.xml.transform.TransformerException: ElemTemplateElement error: output-date [xslt] Failed to process /x1/gump/public/workspace/jakarta-site2/news.xml BUILD FAILED /x1/gump/public/workspace/jakarta-site2/build.xml:45: Fatal error during transformation Total time: 1 second --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 35000028052006, vmgump.apache.org:vmgump-public:35000028052006 Gump E-mail Identifier (unique within run) #36. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon May 29 08:36:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43310 invoked from network); 29 May 2006 08:36:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 May 2006 08:36:43 -0000 Received: (qmail 5960 invoked by uid 500); 29 May 2006 08:36:39 -0000 Delivered-To: [email protected] Received: (qmail 5605 invoked by uid 500); 29 May 2006 08:36:37 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5594 invoked by uid 99); 29 May 2006 08:36:37 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2006 01:36:37 -0700 Date: Mon, 29 May 2006 01:20:50 PDT From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-site2 (in module jakarta-site2) failed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N To whom it may engage... 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 jakarta-site2 has an issue affecting its community integration. This issue affects 2 projects, and has been outstanding for 11 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-regexp-package : Java Regular Expression package - jakarta-site2 : The Jakarta site Full details are available at: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason build failed The following work was performed: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/gump_work/build_jakarta-site2_jakarta-site2.html Work Name: build_jakarta-site2_jakarta-site2 (Type: Build) Work ended in a state of : Failed Elapsed: 1 sec Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only [Working Directory: /usr/local/gump/public/workspace/jakarta-site2] CLASSPATH: /opt/jdk1.5/lib/tools.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-apache-resolver.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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar --------------------------------------------- Buildfile: build.xml CheckXSL: [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/site.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp news-gen: [mkdir] Created dir: /x1/gump/public/workspace/jakarta-site2/target/news-gen [xslt] Processing /x1/gump/public/workspace/jakarta-site2/news.xml to /x1/gump/public/workspace/jakarta-site2/docs/site/rss.xml [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl [xslt] /x1/gump/public/workspace/jakarta-site2/news2content.xsl:28:36: Error! Had IO Exception with stylesheet file: common.xsl Cause: java.io.FileNotFoundException: /x1/gump/public/workspace/jakarta-site2/common.xsl (No such file or directory) [xslt] : Fatal Error! javax.xml.transform.TransformerException: ElemTemplateElement error: output-date Cause: javax.xml.transform.TransformerException: ElemTemplateElement error: output-date [xslt] Failed to process /x1/gump/public/workspace/jakarta-site2/news.xml BUILD FAILED /x1/gump/public/workspace/jakarta-site2/build.xml:45: Fatal error during transformation Total time: 1 second --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 37000029052006, vmgump.apache.org:vmgump-public:37000029052006 Gump E-mail Identifier (unique within run) #36. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue May 30 08:36:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6675 invoked from network); 30 May 2006 08:36:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 May 2006 08:36:05 -0000 Received: (qmail 14782 invoked by uid 500); 30 May 2006 08:36:02 -0000 Delivered-To: [email protected] Received: (qmail 14665 invoked by uid 500); 30 May 2006 08:36: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: "Jakarta General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14654 invoked by uid 99); 30 May 2006 08:36:01 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2006 01:36:01 -0700 Date: Tue, 30 May 2006 01:20:10 PDT From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-site2 (in module jakarta-site2) failed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N To whom it may engage... 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 jakarta-site2 has an issue affecting its community integration. This issue affects 2 projects, and has been outstanding for 14 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-regexp-package : Java Regular Expression package - jakarta-site2 : The Jakarta site Full details are available at: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason build failed The following work was performed: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/gump_work/build_jakarta-site2_jakarta-site2.html Work Name: build_jakarta-site2_jakarta-site2 (Type: Build) Work ended in a state of : Failed Elapsed: 1 sec Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only [Working Directory: /usr/local/gump/public/workspace/jakarta-site2] CLASSPATH: /opt/jdk1.5/lib/tools.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-apache-resolver.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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar --------------------------------------------- Buildfile: build.xml CheckXSL: [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/site.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp news-gen: [mkdir] Created dir: /x1/gump/public/workspace/jakarta-site2/target/news-gen [xslt] Processing /x1/gump/public/workspace/jakarta-site2/news.xml to /x1/gump/public/workspace/jakarta-site2/docs/site/rss.xml [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl [xslt] /x1/gump/public/workspace/jakarta-site2/news2content.xsl:28:36: Error! Had IO Exception with stylesheet file: common.xsl Cause: java.io.FileNotFoundException: /x1/gump/public/workspace/jakarta-site2/common.xsl (No such file or directory) [xslt] : Fatal Error! javax.xml.transform.TransformerException: ElemTemplateElement error: output-date Cause: javax.xml.transform.TransformerException: ElemTemplateElement error: output-date [xslt] Failed to process /x1/gump/public/workspace/jakarta-site2/news.xml BUILD FAILED /x1/gump/public/workspace/jakarta-site2/build.xml:45: Fatal error during transformation Total time: 1 second --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 27000030052006, vmgump.apache.org:vmgump-public:27000030052006 Gump E-mail Identifier (unique within run) #36. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 31 08:35:49 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22859 invoked from network); 31 May 2006 08:35:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 May 2006 08:35:48 -0000 Received: (qmail 23721 invoked by uid 500); 31 May 2006 08:35:46 -0000 Delivered-To: [email protected] Received: (qmail 23300 invoked by uid 500); 31 May 2006 08:35: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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23286 invoked by uid 99); 31 May 2006 08:35:44 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 01:35:44 -0700 Date: Wed, 31 May 2006 01:19:49 PDT From: Stefan Bodewig <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project jakarta-site2 (in module jakarta-site2) failed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N To whom it may engage... 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 jakarta-site2 has an issue affecting its community integration. This issue affects 2 projects, and has been outstanding for 17 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - jakarta-regexp-package : Java Regular Expression package - jakarta-site2 : The Jakarta site Full details are available at: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason build failed The following work was performed: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/gump_work/build_jakarta-site2_jakarta-site2.html Work Name: build_jakarta-site2_jakarta-site2 (Type: Build) Work ended in a state of : Failed Elapsed: 1 sec Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only [Working Directory: /usr/local/gump/public/workspace/jakarta-site2] CLASSPATH: /opt/jdk1.5/lib/tools.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-apache-resolver.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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar --------------------------------------------- Buildfile: build.xml CheckXSL: [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/site.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Processing /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl to /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/sitechk.xsl [delete] Deleting: /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/dummy.tmp news-gen: [mkdir] Created dir: /x1/gump/public/workspace/jakarta-site2/target/news-gen [xslt] Processing /x1/gump/public/workspace/jakarta-site2/news.xml to /x1/gump/public/workspace/jakarta-site2/docs/site/rss.xml [xslt] Loading stylesheet /x1/gump/public/workspace/jakarta-site2/xdocs/stylesheets/news2content.xsl [xslt] /x1/gump/public/workspace/jakarta-site2/news2content.xsl:28:36: Error! Had IO Exception with stylesheet file: common.xsl Cause: java.io.FileNotFoundException: /x1/gump/public/workspace/jakarta-site2/common.xsl (No such file or directory) [xslt] : Fatal Error! javax.xml.transform.TransformerException: ElemTemplateElement error: output-date Cause: javax.xml.transform.TransformerException: ElemTemplateElement error: output-date [xslt] Failed to process /x1/gump/public/workspace/jakarta-site2/news.xml BUILD FAILED /x1/gump/public/workspace/jakarta-site2/build.xml:45: Fatal error during transformation Total time: 1 second --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/rss.xml - Atom: http://vmgump.apache.org/gump/public/jakarta-site2/jakarta-site2/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 25000031052006, vmgump.apache.org:vmgump-public:25000031052006 Gump E-mail Identifier (unique within run) #36. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 31 16:55:13 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13100 invoked from network); 31 May 2006 16:55:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 May 2006 16:55:12 -0000 Received: (qmail 58881 invoked by uid 500); 31 May 2006 16:55:10 -0000 Delivered-To: [email protected] Received: (qmail 58232 invoked by uid 500); 31 May 2006 16:55:07 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 58220 invoked by uid 99); 31 May 2006 16:55:07 -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 09:55:07 -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 wx-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 09:55:06 -0700 Received: by wx-out-0102.google.com with SMTP id h27so49478wxd for <[email protected]>; Wed, 31 May 2006 09:54: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:mime-version:content-type:content-transfer-encoding:content-disposition; b=B6DP/zKuieR/A3azGbXsYjVsUmDN4h3sDiHq0yz5dS6CeOf6rTzYUW6DpNPfWMo1kaCmV5RKdId47PoUfH77om6fdCA8aA7DkCX75m/I+wsEZf5HLqbYxzqdwE+WwQITsxXe4rIsBjO4yQ9MOpxiazBJ7HG0h6VBO4bU6qTuXRg= Received: by 161.129.204.104 with SMTP id 4mr414191wxv; Wed, 31 May 2006 09:54:45 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 31 May 2006 09:54:45 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 31 May 2006 17:54:45 +0100 From: sebb <[email protected]> To: "Jakarta General List" <[email protected]> Subject: [site] Copyright dates 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 updated the stylesheet to change the Copyright statement from 1999-2005 to 1999-2006 a week or so ago. Of course this changes all the generated HTML pages. I've not yet updated them, as I wanted to double-check if this was needed or not (the stylesheet could be changed back). OR: would it be better to just change the copyright in files that have been updated this year? Not sure if it is possible to do this automatically... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 31 17:00:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15721 invoked from network); 31 May 2006 17:00:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 May 2006 17:00:43 -0000 Received: (qmail 68536 invoked by uid 500); 31 May 2006 17:00:41 -0000 Delivered-To: [email protected] Received: (qmail 67632 invoked by uid 500); 31 May 2006 17:00: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: "Jakarta General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 67608 invoked by uid 99); 31 May 2006 17:00:37 -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 10:00: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 wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 10:00:36 -0700 Received: by wr-out-0506.google.com with SMTP id i20so68232wra for <[email protected]>; Wed, 31 May 2006 10:00:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=KTx5fUS0POSZautz6Rnv5n7T+Wb7W9GZg+lKiI9nTrGqQAyvrqi6pVP6dUYYJhp6sDzyW4FtERHYc3ri72ZRy9EjBGvH7bdbUAL/TFq2IgTN6o82jcaOReGmFFVYcw6M7/FSepepxbfVY440HbZOH1P2Lupb8NCfWToM9NjewGU= Received: by 161.129.204.104 with SMTP id d17mr380307wrc; Wed, 31 May 2006 10:00:11 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 31 May 2006 10:00:11 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 31 May 2006 10:00:11 -0700 From: "Martin Cooper" <[email protected]> Sender: [email protected] To: "Jakarta General List" <[email protected]> Subject: Re: [site] Copyright dates In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8439_2494941.1149094811501" References: <[email protected]> X-Google-Sender-Auth: 21139530f546ac6b X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_8439_2494941.1149094811501 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 5/31/06, sebb <[email protected]> wrote: > > I updated the stylesheet to change the Copyright statement from > 1999-2005 to 1999-2006 a week or so ago. > > Of course this changes all the generated HTML pages. > > I've not yet updated them, as I wanted to double-check if this was > needed or not (the stylesheet could be changed back). > > OR: would it be better to just change the copyright in files that have > been updated this year? s/better/required/g. In other words, the copyright years in a file must include only the years in which that file was modified. -- Martin Cooper Not sure if it is possible to do this > automatically... > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_8439_2494941.1149094811501-- From [email protected] Wed May 31 18:22:30 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44749 invoked from network); 31 May 2006 18:22:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 May 2006 18:22:27 -0000 Received: (qmail 35429 invoked by uid 500); 31 May 2006 18:22:24 -0000 Delivered-To: [email protected] Received: (qmail 35270 invoked by uid 500); 31 May 2006 18:22:24 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 35254 invoked by uid 99); 31 May 2006 18:22:23 -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 11:22:23 -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 wx-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 11:22:23 -0700 Received: by wx-out-0102.google.com with SMTP id s16so62910wxc for <[email protected]>; Wed, 31 May 2006 11:22:02 -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=ahSQh7YRun7muQh0NviWcTNAPiMiGpRCGeOykXFvhjMAmXU6fWU/HpgktEft5gPJ4zXHe0O43dfZunRSIiz6bpsz3TX3D570yQCMVohM1o8B2xjReYEMX6HYnDC0V0Dj39YM4H+yylh+gDTcDQ+S6/29frcZUdtgdGT25zPpAD0= Received: by 161.129.204.104 with SMTP id 2mr521371wxi; Wed, 31 May 2006 11:22:01 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 31 May 2006 11:22:01 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 31 May 2006 19:22:01 +0100 From: sebb <[email protected]> To: "Jakarta General List" <[email protected]> Subject: Re: [site] Copyright dates 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 On 31/05/06, Martin Cooper <[email protected]> wrote: > On 5/31/06, sebb <[email protected]> wrote: > > > > I updated the stylesheet to change the Copyright statement from > > 1999-2005 to 1999-2006 a week or so ago. > > > > Of course this changes all the generated HTML pages. > > > > I've not yet updated them, as I wanted to double-check if this was > > needed or not (the stylesheet could be changed back). > > > > OR: would it be better to just change the copyright in files that have > > been updated this year? > > > s/better/required/g. > > In other words, the copyright years in a file must include only the years in > which that file was modified. OK, point taken. However, although the bulk of the content will not change unless the source xml file is updated, the left and right navigation panels change rather more frequently. In which case, should the date be updated or not? [It may be possible to check the dates on various files to determine the most recent, and use that, if that is what is required.] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 31 20:38:08 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96912 invoked from network); 31 May 2006 20:38:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 May 2006 20:38:07 -0000 Received: (qmail 28900 invoked by uid 500); 31 May 2006 20:38:02 -0000 Delivered-To: [email protected] Received: (qmail 28750 invoked by uid 500); 31 May 2006 20:38: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: "Jakarta General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28738 invoked by uid 99); 31 May 2006 20:38:01 -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 13:38: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 kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 13:38:00 -0700 Received: by kongo.flamefew.net (Postfix, from userid 1000) id 4256923E7F; Wed, 31 May 2006 16:37:34 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix) with ESMTP id 41F0923E7E for <[email protected]>; Wed, 31 May 2006 16:37:34 -0400 (EDT) Date: Wed, 31 May 2006 16:37:34 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Jakarta General List <[email protected]> Subject: Re: [site] Copyright dates In-Reply-To: <[email protected]> Message-ID: <Pine.LNX.4.61.0605311636140.21547@kongo> 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Wed, 31 May 2006, Martin Cooper wrote: > On 5/31/06, sebb <[email protected]> wrote: >> >> I updated the stylesheet to change the Copyright statement from >> 1999-2005 to 1999-2006 a week or so ago. >> >> Of course this changes all the generated HTML pages. >> >> I've not yet updated them, as I wanted to double-check if this was >> needed or not (the stylesheet could be changed back). >> >> OR: would it be better to just change the copyright in files that have >> been updated this year? > > > s/better/required/g. > > In other words, the copyright years in a file must include only the years in > which that file was modified. Not sure if it's required for the sites. I suspect the concept of templating is perfectly acceptable and the copyright can be considered to refer to the whole site and not just the page in question. Worth a legal-discuss question. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 31 21:43:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16271 invoked from network); 31 May 2006 21:43:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 May 2006 21:43:31 -0000 Received: (qmail 31936 invoked by uid 500); 31 May 2006 21:43:26 -0000 Delivered-To: [email protected] Received: (qmail 31812 invoked by uid 500); 31 May 2006 21:43:25 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 31801 invoked by uid 99); 31 May 2006 21:43:25 -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 14: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 kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 14:43:22 -0700 Received: by kongo.flamefew.net (Postfix, from userid 1000) id C1BEA23E80; Wed, 31 May 2006 17:42:57 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix) with ESMTP id C155623E7F for <[email protected]>; Wed, 31 May 2006 17:42:57 -0400 (EDT) Date: Wed, 31 May 2006 17:42:57 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Jakarta General List <[email protected]> Subject: Re: [site] Copyright dates In-Reply-To: <Pine.LNX.4.61.0605311636140.21547@kongo> Message-ID: <Pine.LNX.4.61.0605311734550.21547@kongo> References: <[email protected]> <[email protected]> <Pine.LNX.4.61.0605311636140.21547@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 On Wed, 31 May 2006, Henri Yandell wrote: > > > On Wed, 31 May 2006, Martin Cooper wrote: > >> On 5/31/06, sebb <[email protected]> wrote: >>> >>> I updated the stylesheet to change the Copyright statement from >>> 1999-2005 to 1999-2006 a week or so ago. >>> >>> Of course this changes all the generated HTML pages. >>> >>> I've not yet updated them, as I wanted to double-check if this was >>> needed or not (the stylesheet could be changed back). >>> >>> OR: would it be better to just change the copyright in files that have >>> been updated this year? >> >> >> s/better/required/g. >> >> In other words, the copyright years in a file must include only the years >> in >> which that file was modified. > > Not sure if it's required for the sites. I suspect the concept of templating > is perfectly acceptable and the copyright can be considered to refer to the > whole site and not just the page in question. > > Worth a legal-discuss question. As he IM'd me, I took the liberty of unleashing this question on Cliff. You'll be surprised by the result of the conversation - drop the copyright from the footer and just update the copyright on the legal info page. Sounds good to me. Less to maintain. All that having the copyright on each page does is provide a defense against an "innocent infringement defence" - which apparantly means when someone says they didn't know they were doing wrong. Not keeping the copyright up to date means that it'll expire in 93 years not 95, so not even a huge deal to worry about keeping it up to date. How does that sound? Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 31 22:47:48 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34604 invoked from network); 31 May 2006 22:47:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 May 2006 22:47:46 -0000 Received: (qmail 46266 invoked by uid 500); 31 May 2006 22:47:42 -0000 Delivered-To: [email protected] Received: (qmail 46062 invoked by uid 500); 31 May 2006 22:47:41 -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 General List" <general.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 46046 invoked by uid 99); 31 May 2006 22:47:41 -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 15:47: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 (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wx-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 15:47:39 -0700 Received: by wx-out-0102.google.com with SMTP id h27so100558wxd for <[email protected]>; Wed, 31 May 2006 15:47: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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i7+rzrPdnpW5WcYzhhxEA/LaxLTlTmFXa73iI+a++8k1kUZurQnvnb3JZduOxu/XRQrK6LngjpNOjfrbARYB/FbC2A8FLywsC/2XjgEf5w8u/UzfuDnGaIkYdrQ/J8OBb3AuDB8tPtb2ZKpO1n5VOS394xnzFUn6HW0iGQiuMXE= Received: by 161.129.204.104 with SMTP id p19mr841558wxa; Wed, 31 May 2006 15:47:19 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 31 May 2006 15:47:19 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 31 May 2006 23:47:19 +0100 From: sebb <[email protected]> To: "Jakarta General List" <[email protected]> Subject: Re: [site] Copyright dates In-Reply-To: <Pine.LNX.4.61.0605311734550.21547@kongo> 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]> <Pine.LNX.4.61.0605311636140.21547@kongo> <Pine.LNX.4.61.0605311734550.21547@kongo> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 31/05/06, Henri Yandell <[email protected]> wrote: > > > > On Wed, 31 May 2006, Henri Yandell wrote: > > > > > > > On Wed, 31 May 2006, Martin Cooper wrote: > > > >> On 5/31/06, sebb <[email protected]> wrote: > >>> > >>> I updated the stylesheet to change the Copyright statement from > >>> 1999-2005 to 1999-2006 a week or so ago. > >>> > >>> Of course this changes all the generated HTML pages. > >>> > >>> I've not yet updated them, as I wanted to double-check if this was > >>> needed or not (the stylesheet could be changed back). > >>> > >>> OR: would it be better to just change the copyright in files that have > >>> been updated this year? > >> > >> > >> s/better/required/g. > >> > >> In other words, the copyright years in a file must include only the years > >> in > >> which that file was modified. > > > > Not sure if it's required for the sites. I suspect the concept of templating > > is perfectly acceptable and the copyright can be considered to refer to the > > whole site and not just the page in question. > > > > Worth a legal-discuss question. > > As he IM'd me, I took the liberty of unleashing this question on Cliff. > You'll be surprised by the result of the conversation - drop the copyright > from the footer and just update the copyright on the legal info page. > > Sounds good to me. Less to maintain. +1 > All that having the copyright on each page does is provide a defense > against an "innocent infringement defence" - which apparantly means when > someone says they didn't know they were doing wrong. Not keeping the > copyright up to date means that it'll expire in 93 years not 95, so not > even a huge deal to worry about keeping it up to date. > > How does that sound? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Mon Jun 07 12:49:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21045 invoked from network); 7 Jun 2010 12:49:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Jun 2010 12:49:38 -0000 Received: (qmail 99255 invoked by uid 500); 7 Jun 2010 12:49:38 -0000 Delivered-To: [email protected] Received: (qmail 99226 invoked by uid 500); 7 Jun 2010 12: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]> List-Id: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99217 invoked by uid 99); 7 Jun 2010 12:49:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 12:49:37 +0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,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, 07 Jun 2010 12:49: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 1OLblP-0004Vk-HS for [email protected]; Mon, 07 Jun 2010 05:49:11 -0700 Message-ID: <[email protected]> Date: Mon, 7 Jun 2010 05:49:11 -0700 (PDT) From: nodje <[email protected]> To: [email protected] Subject: Upgrading to Tools 2.0 & 1.6.4, sorting out log messages MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20481_4711448.1275914951535" X-Nabble-From: [email protected] ------=_Part_20481_4711448.1275914951535 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I've successfully upgraded to Tools 2.0 and Velocity 1.6.4. I'm getting confusing logs though, I wish someone could help me understand them. First of all, I'm using Velocity in a web environnement as a replacement to JSPs. I'm getting the log twice, probably from Velocity, then Tools - isn't it? Here's the first wave: DEBUG [main] VelocityEngine.logVelocityMessage:52 | Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) DEBUG [main] VelocityEngine.logVelocityMessage:52 | Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties DEBUG [main] VelocityEngine.logVelocityMessage:52 | LogSystem has been deprecated. Please use a LogChute implementation. --> I have runtime.log.logsystem.class = org.apache.velocity.runtime.log.Log4JLogChute in velocity.properties, as indicated in the documentation. Why this log? DEBUG [main] VelocityEngine.logVelocityMessage:52 | ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader DEBUG [main] VelocityEngine.logVelocityMessage:52 | ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directive: org.apache.velocity.runtime.directive.Define DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directive: org.apache.velocity.runtime.directive.Break DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directive: org.apache.velocity.runtime.directive.Literal DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directive: org.apache.velocity.runtime.directive.Macro DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directive: org.apache.velocity.runtime.directive.Parse DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directive: org.apache.velocity.runtime.directive.Include DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directive: org.apache.velocity.runtime.directive.Foreach DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not initialized! Calling init()... DEBUG [main] VelocityEngine.logVelocityMessage:52 | Created '20' parsers. DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : allowInline = true : VMs can be defined inline in templates DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : autoload off : VM system will not automatically reload global library macros Second wave gives: DEBUG [main] velocity.log:168 | Log4JLogChute using logger 'org.apache.velocity' DEBUG [main] velocity.log:168 | Configuring Velocity with properties at: /WEB-INF/velocity.properties DEBUG [main] velocity.log:168 | Configuring Velocity with properties at: /WEB-INF/velocity.properties -- Why twice? DEBUG [main] velocity.log:168 | Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) DEBUG [main] velocity.log:168 | Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties DEBUG [main] velocity.log:168 | Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute DEBUG [main] velocity.log:168 | Using logger class org.apache.velocity.runtime.log.Log4JLogChute DEBUG [main] velocity.log:168 | ResourceLoader instantiated: org.apache.velocity.tools.view.WebappResourceLoader DEBUG [main] velocity.log:168 | ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.StringResourceLoader DEBUG [main] velocity.log:168 | Creating string repository using class org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl... DEBUG [main] velocity.log:168 | Default repository encoding is UTF-8 DEBUG [main] velocity.log:168 | ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. DEBUG [main] velocity.log:168 | Loaded System Directive: org.apache.velocity.runtime.directive.Define DEBUG [main] velocity.log:168 | Loaded System Directive: org.apache.velocity.runtime.directive.Break DEBUG [main] velocity.log:168 | Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate DEBUG [main] velocity.log:168 | Loaded System Directive: org.apache.velocity.runtime.directive.Literal DEBUG [main] velocity.log:168 | Loaded System Directive: org.apache.velocity.runtime.directive.Macro DEBUG [main] velocity.log:168 | Loaded System Directive: org.apache.velocity.runtime.directive.Parse DEBUG [main] velocity.log:168 | Loaded System Directive: org.apache.velocity.runtime.directive.Include DEBUG [main] velocity.log:168 | Loaded System Directive: org.apache.velocity.runtime.directive.Foreach DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Created '20' parsers. DEBUG [main] velocity.log:168 | Velocimacro : adding VMs from VM library : /WEB-INF/VM_global_library.vm DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling init()... DEBUG [main] velocity.log:168 | Velocimacro : allowInline = true : VMs can be defined inline in templates DEBUG [main] velocity.log:168 | Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions DEBUG [main] velocity.log:168 | Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. DEBUG [main] velocity.log:168 | Velocimacro : autoload off : VM system will not automatically reload global library macros DEBUG [main] velocity.log:168 | Did not find resource at: /WEB-INF/toolbox.xml -- I don't think I told velocity to look for toolbox.xml. Is that a normal log? DEBUG [main] velocity.log:168 | Loaded configuration from: /WEB-INF/tools.xml DEBUG [main] velocity.log:168 | Loaded configuration from: /WEB-INF/tools.xml DEBUG [main] velocity.log:168 | Configuring factory with: FactoryConfiguration from 8 sources including 4 data with 3 toolboxes: Toolbox 'application' with 1 properties [scope -auto-> application; ] and 12 tools: Tool 'alternator' => org.apache.velocity.tools.generic.AlternatorTool Tool 'class' => org.apache.velocity.tools.generic.ClassTool Tool 'convert' => org.apache.velocity.tools.generic.ConversionTool Tool 'date' => org.apache.velocity.tools.generic.DateTool with 1 properties [format -auto-> dd/MM/yyyy; ] Tool 'display' => org.apache.velocity.tools.generic.DisplayTool Tool 'esc' => org.apache.velocity.tools.generic.EscapeTool Tool 'field' => org.apache.velocity.tools.generic.FieldTool Tool 'math' => org.apache.velocity.tools.generic.MathTool Tool 'number' => org.apache.velocity.tools.generic.NumberTool Tool 'sorter' => org.apache.velocity.tools.generic.SortTool Tool 'text' => org.apache.velocity.tools.generic.ResourceTool Tool 'xml' => org.apache.velocity.tools.generic.XmlTool Toolbox 'request' with 1 properties [scope -auto-> request; ] and 15 tools: Tool 'context' => org.apache.velocity.tools.view.ViewContextTool Tool 'cookies' => org.apache.velocity.tools.view.CookieTool Tool 'errors' => org.apache.velocity.tools.struts.ErrorsTool Tool 'form' => org.apache.velocity.tools.struts.FormTool Tool 'import' => org.apache.velocity.tools.view.ImportTool Tool 'include' => org.apache.velocity.tools.view.IncludeTool Tool 'link' => org.apache.velocity.tools.struts.StrutsLinkTool Tool 'loop' => org.apache.velocity.tools.generic.LoopTool Tool 'messages' => org.apache.velocity.tools.struts.ActionMessagesTool Tool 'pager' => org.apache.velocity.tools.view.PagerTool Tool 'params' => org.apache.velocity.tools.view.ParameterTool Tool 'render' => org.apache.velocity.tools.generic.RenderTool Tool 'text' => org.apache.velocity.tools.struts.MessageTool Tool 'tiles' => org.apache.velocity.tools.struts.TilesTool Tool 'validator' => org.apache.velocity.tools.struts.ValidatorTool Toolbox 'session' with 2 properties [createSession -auto-> false; scope -auto-> session; ] and 1 tools: Tool 'browser' => org.apache.velocity.tools.view.BrowserTool Data 'GENERIC_TOOLS_AVAILABLE' -boolean-> true Data 'STRUTS_TOOLS_AVAILABLE' -boolean-> true Data 'TOOLS_VERSION' -number-> 2.0 Data 'VIEW_TOOLS_AVAILABLE' -boolean-> true Source 0: org.apache.velocity.tools.config.FactoryConfiguration(VelocityView.configure(config,factory)) Source 1: org.apache.velocity.tools.config.XmlFactoryConfiguration(ConfigurationUtils.getDefaultTools()) Source 2: .read(jar:file:/Users/nodje/Documents/project/work/project/target/project/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/generic/tools.xml) Source 3: .read(jar:file:/Users/nodje/Documents/project/work/project/target/project/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/view/tools.xml) Source 4: .read(jar:file:/Users/nodje/Documents/project/work/project/target/project/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/struts/tools.xml) Source 5: org.apache.velocity.tools.config.FactoryConfiguration(ConfigurationUtils.getAutoLoaded(false)) Source 6: org.apache.velocity.tools.config.XmlFactoryConfiguration(ServletUtils.getConfiguration(/WEB-INF/tools.xml,ServletContext[,depMode=true])) Source 7: org.apache.velocity.tools.config.XmlFactoryConfiguration(ServletUtils.getConfiguration(/WEB-INF/tools.xml,ServletContext[,depMode=true])) The exemple provided in the upgrade to 2.0 page for tools.xml actually doesn't work, it should be: If "date" is used instead of the fully qualified calss name, an error is reported. cheers, nodje -- View this message in context: http://old.nabble.com/Upgrading-to-Tools-2.0---1.6.4%2C-sorting-out-log-messages-tp28804764p28804764.html Sent from the Velocity - Dev mailing list [email protected]. ------=_Part_20481_4711448.1275914951535-- From [email protected] Tue Jun 08 19:05:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60318 invoked from network); 8 Jun 2010 19:05:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 19:05:11 -0000 Received: (qmail 54543 invoked by uid 500); 8 Jun 2010 19:05:11 -0000 Delivered-To: [email protected] Received: (qmail 54507 invoked by uid 500); 8 Jun 2010 19:05: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 54499 invoked by uid 99); 8 Jun 2010 19:05:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 19:05:11 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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-gy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 19:05:04 +0000 Received: by gyh3 with SMTP id 3so4547225gyh.37 for <[email protected]>; Tue, 08 Jun 2010 12:04:43 -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=Gw6ONx9jJG5QYc6RIjbcOKCm8uedCua7d23kJ1ho70k=; b=SWmBDt42IbqkD8anZq5nV9Qe9J/ziMRNxnpyCHvUCoUJFAeYF+LxMbjPtb7msuihwG Zso7X+rNEzDCwZd+xxydwg5yd2fYCVooRaiV/63pfourjERcFPOrywBQg0W3gwoDAqnL m1zTyvd02GCLwgsfsmO9iIaKq7ph5w/SGItP4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=N8gzQ4NSIJX6iYblsOb66WiKzGQjBpQGISXvn+3fVu6UcG1o9Yro6Czp7Y8fD1+kN4 E5SrYa2PcR5IIxTz3StbCkMJzmxkfiIO29Dlz+gq0NrkrVNQTzptMduNOhl7m7P0bGel EWH///nb6Qh5cN4G0CYYsDciMc3tV6mH3AdQU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s15mr16043603ybe.229.1276023881944; Tue, 08 Jun 2010 12:04:41 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 12:04:41 -0700 (PDT) Date: Tue, 8 Jun 2010 21:04:41 +0200 Message-ID: <[email protected]> Subject: Maven reorganization From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Hi all, I would like to do the Maven reorganization of Velocity. Don't worry, I will do it in a sandboxed branch, so anything won't break. This is the plan: * create a Maven master pom for all Velocity projects, which every other project will have as parent, then modify all existing poms; * change directory structure to reflect the Maven standard structure; * especially in Tools, create several modules to separate dependencies (Struts, plain Servlet, almost plain). Another thing to do is moving to Nexus repository manager, that is the official Maven repository [email protected]. I will take the responsibility for doing every step necessary. The first step is starting a VOTE thread to reach consensus about this move. Do you think I can do it? Thoughts? Thanks Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 08 19:13:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63556 invoked from network); 8 Jun 2010 19:13:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 19:13:48 -0000 Received: (qmail 71317 invoked by uid 500); 8 Jun 2010 19:13:48 -0000 Delivered-To: [email protected] Received: (qmail 71291 invoked by uid 500); 8 Jun 2010 19:13: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 71283 invoked by uid 99); 8 Jun 2010 19:13:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 19:13:48 +0000 X-ASF-Spam-Status: No, hits=0.1 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 siva.renegat.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 19:13:40 +0000 Received: from localhost (localhost.localdomain [161.129.204.104]) by siva.renegat.net (Postfix) with ESMTP id 132954D104 for <[email protected]>; Tue, 8 Jun 2010 21:13:19 +0200 (CEST) X-Virus-Scanned: Debian [email protected] Received: from siva.renegat.net ([161.129.204.104]) by localhost (localhost.localdomain [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id fbL3Zk7UEBjr for <[email protected]>; Tue, 8 Jun 2010 21:13:16 +0200 (CEST) Received: from [161.129.204.104] (137.18.100-84.rev.gaoland.net [161.129.204.104]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by siva.renegat.net (Postfix) with ESMTPSA for <[email protected]>; Tue, 8 Jun 2010 21:13:16 +0200 (CEST) Subject: Re: Maven reorganization From: Claude Brisson <[email protected]> To: Velocity Developers List <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: text/plain; charset="UTF-8" Date: Tue, 08 Jun 2010 21:13:16 +0200 Message-ID: <1276024396.26518.145.camel@phoenix> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Yes, go ahead. Your mail only lacks [VOTE] and a mention of the voting period, which is *usually* 72h. Claude On mar., 2010-06-08 at 21:04 +0200, Antonio Petrelli wrote: > Hi all, > I would like to do the Maven reorganization of Velocity. > Don't worry, I will do it in a sandboxed branch, so anything won't break. > > This is the plan: > * create a Maven master pom for all Velocity projects, which every > other project will have as parent, then modify all existing poms; > * change directory structure to reflect the Maven standard structure; > * especially in Tools, create several modules to separate dependencies > (Struts, plain Servlet, almost plain). > > Another thing to do is moving to Nexus repository manager, that is the > official Maven repository [email protected]. I will take the > responsibility for doing every step necessary. > The first step is starting a VOTE thread to reach consensus about this move. > Do you think I can do it? > > Thoughts? > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 08 19:18:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64806 invoked from network); 8 Jun 2010 19:18:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 19:18:29 -0000 Received: (qmail 78105 invoked by uid 500); 8 Jun 2010 19:18:28 -0000 Delivered-To: [email protected] Received: (qmail 78089 invoked by uid 500); 8 Jun 2010 19:18: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 78081 invoked by uid 99); 8 Jun 2010 19:18:28 -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 19:18:28 +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-gy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 19:18:22 +0000 Received: by gyh3 with SMTP id 3so4565570gyh.37 for <[email protected]>; Tue, 08 Jun 2010 12:18:01 -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 :content-transfer-encoding; bh=bbc9c4TLSkcbh0m9Gbmgh4OSHAtDNNXfzEPtlKFQ4+Y=; b=sTg6oRtjqdo2Cn76mE3Pk9AlqCnibqW3imCh8hMl6h12Hmqnore7B7s36cupqyCe6m rZYhH6aP/3mhmNGkBRRkyL/V/roNtNeG8QgPr/vwoyjTNDubarkLlSLX53ueuGGi4qE0 quVQfV1wetZbp72xRry2F9LX7XEOwnH+s5gMw= 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=aSry9R81nZ931yriisrmIiiJeAraTZCpEhhciakt9ZNCnub9KtePB40I7RGcJa5C89 Ut2i/47J1jXwGA4Sh/k7IP4MDHazx8BkC7zarwzRCGF2pcHGSF0Lbb8sduu511WziQhE ryNAvDsCoaS9C3VNdaU93at1Xd8rsdkct5Xpg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id m14mr931840qae.336.1276024681318; Tue, 08 Jun 2010 12:18:01 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 12:18:01 -0700 (PDT) In-Reply-To: <1276024396.26518.145.camel@phoenix> References: <[email protected]> <1276024396.26518.145.camel@phoenix> Date: Tue, 8 Jun 2010 12:18:01 -0700 Message-ID: <[email protected]> Subject: Re: Maven reorganization From: Nathan Bubna <[email protected]> To: Velocity Developers List <[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, Jun 8, 2010 at 12:13 PM, Claude Brisson <[email protected]> wrote: > Yes, go ahead. Your mail only lacks [VOTE] and a mention of the voting > period, which is *usually* 72h. give or take 72hrs... :) > =A0Claude > > On mar., 2010-06-08 at 21:04 +0200, Antonio Petrelli wrote: >> Hi all, >> I would like to do the Maven reorganization of Velocity. >> Don't worry, I will do it in a sandboxed branch, so anything won't break= . >> >> This is the plan: >> * create a Maven master pom for all Velocity projects, which every >> other project will have as parent, then modify all existing poms; >> * change directory structure to reflect the Maven standard structure; >> * especially in Tools, create several modules to separate dependencies >> (Struts, plain Servlet, almost plain). >> >> Another thing to do is moving to Nexus repository manager, that is the >> official Maven repository [email protected]. I will take the >> responsibility for doing every step necessary. >> The first step is starting a VOTE thread to reach consensus about this m= ove. >> Do you think I can do it? >> >> Thoughts? >> >> Thanks >> Antonio >> >> --------------------------------------------------------------------- >> 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 Jun 08 19:41:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70714 invoked from network); 8 Jun 2010 19:41:51 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 19:41:51 -0000 Received: (qmail 21908 invoked by uid 500); 8 Jun 2010 19:41:51 -0000 Delivered-To: [email protected] Received: (qmail 21892 invoked by uid 500); 8 Jun 2010 19:41: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21884 invoked by uid 99); 8 Jun 2010 19:41:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 19:41:51 +0000 X-ASF-Spam-Status: No, hits=0.1 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-pv0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 19:41:46 +0000 Received: by pvg12 with SMTP id 12so297014pvg.37 for <[email protected]>; Tue, 08 Jun 2010 12:41:25 -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 :content-transfer-encoding; bh=qk4AZCk3axks6+eyf8yDDjjhi7VLfgBHW/fY5XOLORw=; b=W68+tZENpjqu5TzKeU2F3CM5u5crP35wOTM3SwR+zPn8zEcQMoxPaXHrLVFQy0Xo+l P3q5Ht8713FKv8vlCwCBahPLht2Z/jPpDkBA1+H9G88acmt9IPNMVepfSH09AugoK42p pM9fkzkj3e4xCUaMDsDJCvoxoT2ZRsOe1JV5o= 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=JxJdk06G9OSAuErHGW+NiyAZQOdaR6i9jMhO6CrMrJaH8cDX0xs4z1/eWJ5ndxoVbe UkbglBdhtsAFWZ+vFeotkN6fXmVCaPk9oZwMiaM6EQvkcqVu47tTsw2BYoHKeulMNX/D 5u9qfYlH3jqef3Kf1r4ojGlPraphBFSkkr+gI= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id f23mr289896qag.57.1276026084664; Tue, 08 Jun 2010 12:41:24 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 12:41:24 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <1276024396.26518.145.camel@phoenix> <[email protected]> Date: Tue, 8 Jun 2010 12:41:24 -0700 Message-ID: <[email protected]> Subject: Re: Maven reorganization From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Oh, and technically, we already voted in favor of making a sandbox for this purpose, so i don't think another vote is needed. I say just go for it. We can discuss and vote later about moving it to the various trunks and branches of the projects. On Tue, Jun 8, 2010 at 12:18 PM, Nathan Bubna <[email protected]> wrote: > On Tue, Jun 8, 2010 at 12:13 PM, Claude Brisson <[email protected]> wrot= e: >> Yes, go ahead. Your mail only lacks [VOTE] and a mention of the voting >> period, which is *usually* 72h. > > give or take 72hrs... :) > >> =A0Claude >> >> On mar., 2010-06-08 at 21:04 +0200, Antonio Petrelli wrote: >>> Hi all, >>> I would like to do the Maven reorganization of Velocity. >>> Don't worry, I will do it in a sandboxed branch, so anything won't brea= k. >>> >>> This is the plan: >>> * create a Maven master pom for all Velocity projects, which every >>> other project will have as parent, then modify all existing poms; >>> * change directory structure to reflect the Maven standard structure; >>> * especially in Tools, create several modules to separate dependencies >>> (Struts, plain Servlet, almost plain). >>> >>> Another thing to do is moving to Nexus repository manager, that is the >>> official Maven repository [email protected]. I will take the >>> responsibility for doing every step necessary. >>> The first step is starting a VOTE thread to reach consensus about this = move. >>> Do you think I can do it? >>> >>> Thoughts? >>> >>> Thanks >>> Antonio >>> >>> --------------------------------------------------------------------- >>> 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 Jun 08 22:14:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35572 invoked from network); 8 Jun 2010 22:14:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 22:14:18 -0000 Received: (qmail 41416 invoked by uid 500); 8 Jun 2010 22:14:18 -0000 Delivered-To: [email protected] Received: (qmail 41400 invoked by uid 500); 8 Jun 2010 22:14: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41392 invoked by uid 99); 8 Jun 2010 22:14:18 -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 22:14:18 +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; Tue, 08 Jun 2010 22:14:11 +0000 Received: by gyh3 with SMTP id 3so4809403gyh.37 for <[email protected]>; Tue, 08 Jun 2010 15:13:50 -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=Ytu9NVs+ZaiMIFL+9XI5bbBq4LMyXvX0pCoFm6OXEOg=; b=VKYD4bSXkaLPq8x4Xbpv64yPNB+Wt8cZeTA0Lox+eFzyS0jV/+ljCQV4RVsnd+ZsnO 1LB4kbc+OnT2QPvgyhiJZysE9iXIuLPCezhMzVOstjR45L4Q1k8f9TIJy87i8obMLnQl sYKPzt8ajmGnt+Bflt8fccGE/jWOJHGvZ98Ks= 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=e5M9aUluTglW57Oim9tQyYyMDDSpcSDa9KCzyb0p3NGjNcd+sn63tAxrMBIciJPkls 8ra9h7tyA9UoJ80Vnebn+WgITdBMa/ZwmL7D1YZ1L1P3kTQGjYwOigRihBFG7T65K0p3 jMLOHSNsdkUxrh1KVTNyPBdbuZdIe2oPSaPNY= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id o25mr1653120qad.209.1276035230491; Tue, 08 Jun 2010 15:13:50 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 15:13:49 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <1276024396.26518.145.camel@phoenix> <[email protected]> <[email protected]> Date: Tue, 8 Jun 2010 15:13:49 -0700 Message-ID: <[email protected]> Subject: Re: Maven reorganization From: Will Glass-Husain <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: multipart/alternative; boundary=00c09f9232b6a2641704888c1ad6 X-Virus-Checked: Checked by ClamAV on apache.org --00c09f9232b6a2641704888c1ad6 Content-Type: text/plain; charset=ISO-8859-1 No vote needed, I think. Just do it. WILL On Tue, Jun 8, 2010 at 12:41 PM, Nathan Bubna <[email protected]> wrote: > Oh, and technically, we already voted in favor of making a sandbox for > this purpose, so i don't think another vote is needed. I say just go > for it. We can discuss and vote later about moving it to the various > trunks and branches of the projects. > > On Tue, Jun 8, 2010 at 12:18 PM, Nathan Bubna <[email protected]> wrote: > > On Tue, Jun 8, 2010 at 12:13 PM, Claude Brisson <[email protected]> > wrote: > >> Yes, go ahead. Your mail only lacks [VOTE] and a mention of the voting > >> period, which is *usually* 72h. > > > > give or take 72hrs... :) > > > >> Claude > >> > >> On mar., 2010-06-08 at 21:04 +0200, Antonio Petrelli wrote: > >>> Hi all, > >>> I would like to do the Maven reorganization of Velocity. > >>> Don't worry, I will do it in a sandboxed branch, so anything won't > break. > >>> > >>> This is the plan: > >>> * create a Maven master pom for all Velocity projects, which every > >>> other project will have as parent, then modify all existing poms; > >>> * change directory structure to reflect the Maven standard structure; > >>> * especially in Tools, create several modules to separate dependencies > >>> (Struts, plain Servlet, almost plain). > >>> > >>> Another thing to do is moving to Nexus repository manager, that is the > >>> official Maven repository [email protected]. I will take the > >>> responsibility for doing every step necessary. > >>> The first step is starting a VOTE thread to reach consensus about this > move. > >>> Do you think I can do it? > >>> > >>> Thoughts? > >>> > >>> Thanks > >>> Antonio > >>> > >>> --------------------------------------------------------------------- > >>> 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] > > --00c09f9232b6a2641704888c1ad6-- From [email protected] Wed Jun 09 07:57:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75149 invoked from network); 9 Jun 2010 07:57:22 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 07:57:22 -0000 Received: (qmail 29204 invoked by uid 500); 9 Jun 2010 07:57:22 -0000 Delivered-To: [email protected] Received: (qmail 29056 invoked by uid 500); 9 Jun 2010 07:57: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29048 invoked by uid 99); 9 Jun 2010 07:57:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 07:57:19 +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-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 07:57:12 +0000 Received: by iwn40 with SMTP id 40so4598791iwn.37 for <[email protected]>; Wed, 09 Jun 2010 00:56:50 -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=UBRS/d2IsC/pSWE1SRWHpUSQqURvNUOu1R6kQinLLsQ=; b=RRL2vov8sOxVLsCQoqIiEtK1wn7TM3FKeMKjW+QDUPjGZLUN2TAAbR3fYDvOrDXh8t cJthK5Zl7ophbK2ge+jBN63iCKKXnIivd/nbGuy7KIfdCXpz7cMFBo2b8NyiAdIn/Pgf uxDMtbRK59Lq4URhLY0KWXQUeDixrY9QYiyBc= 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=lyha0m2oTOfm4eUMgXmApdWccUuHeNDTHXYb7RAoHFXjx5ZQA6W03UxL2D8kbdIpdD F+eXfn8PGV8C2tEd63TUy7sEmWUQTqt0SIezC6myziFFoLhClG10jTutcskMNyDBYhb4 MGO5TLTT5A1YHzu/CqTKG3Jn3vC4BnjqT8/xU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id q30mr7554944ibu.145.1276070210809; Wed, 09 Jun 2010 00:56:50 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 00:56:50 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 9 Jun 2010 09:56:50 +0200 Message-ID: <[email protected]> Subject: [VOTE] Move future Velocity releases to Apache's Nexus Pro instance From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org All, I am proposing that we change our release process so that we can leverage the Apache instance of Sonatype Nexus Professional. I will personally perform the necessary steps to get the appropriate information documented and the appropriate access granted. I estimate the steps to be as follows - - Request access to the Nexus repository. I will make sure to gather all of the required details (nexus login, etc.) so that the necessary information can be documented on the following page: http://wiki.apache.org/velocity/ReleaseProcess - Make any changes to pom.xml files so that the various plugins will know about nexus acting as the snapshot and staging repository, after all the Maven reorganization is finished. - Update the documentation referenced above Once you have had a chance to review the documentation and necessary steps, please respond with a vote: [ ] +1 Agree [ ] +0 Indifferent, but do not disagree [ ] -0 Disagree, but not sure why [ ] -1 Do not agree, leave release procedure as-is Everyone who has a vested interest is invited to vote. Votes by PMC members are considered binding. A vote passes if there are at least three binding +1s and more +1s than -1s. The vote will remain open for at least 72 hours, longer upon request. Thanks Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 09 07:57:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75196 invoked from network); 9 Jun 2010 07:57:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 07:57:58 -0000 Received: (qmail 29335 invoked by uid 500); 9 Jun 2010 07:57:57 -0000 Delivered-To: [email protected] Received: (qmail 29281 invoked by uid 500); 9 Jun 2010 07:57: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29273 invoked by uid 99); 9 Jun 2010 07:57:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 07:57:56 +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-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 07:57:48 +0000 Received: by mail-iw0-f178.google.com with SMTP id 40so4598791iwn.37 for <[email protected]>; Wed, 09 Jun 2010 00:57:28 -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=j/l0sGPo4S7r+1AKsi+QTelz1Soxilos4RdwQSBGPqg=; b=e4avhZX/AV8nCugkzdfKz8iNK6iohqzuQ1aytTW4zwu5f4ltgaEedeJ78hUHdEl4r0 NIkjRS8qeIJlh9lzKddWcW7yEdQtr0G2AV5qwNgFVOLSOxU0eFyJh35MNyhTZyqcs+D+ hnoV8zPAqJq7xD0PDHKakjwOi+DEakKT+3tzM= 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=WJFvnDOBijWulYSZaSxq/z6cAZ+6cESocG+KwNDAB9XTbz3APgfRswUIWiAi8gE2k2 dDyOSQO7OAolFjtpJ33y4Vqm8VYLt0tpiF9DPXnoumcJq1qz5kG+sCmhYqc2zwlGJ+vI t/BCvtcqb9stmvb9jDIwsbFGCyKAquHzdFFHA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id j11mr6315595icj.36.1276070248074; Wed, 09 Jun 2010 00:57:28 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 00:57:28 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Wed, 9 Jun 2010 09:57:28 +0200 Message-ID: <[email protected]> Subject: Re: [VOTE] Move future Velocity releases to Apache's Nexus Pro instance From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2010/6/9 Antonio Petrelli <[email protected]>: > [X] +1 Agree +1 (non binding) Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 09 07:58:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75248 invoked from network); 9 Jun 2010 07:58:59 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 07:58:59 -0000 Received: (qmail 29673 invoked by uid 500); 9 Jun 2010 07:58:59 -0000 Delivered-To: [email protected] Received: (qmail 29550 invoked by uid 500); 9 Jun 2010 07:58: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29542 invoked by uid 99); 9 Jun 2010 07:58:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 07:58:59 +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-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 07:58:51 +0000 Received: by iwn40 with SMTP id 40so4600086iwn.37 for <[email protected]>; Wed, 09 Jun 2010 00:58:30 -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=D4QxYnk6x2y40FnNuO90NyXgDcpyA/i6pwu+b7YdUdA=; b=ixo6D/nPwpwrgQ/CO1rw9E0naca7H1pfZVkCFBzBs4zjQYWrE1By2JWJ8BD7/sLIfR z+XPwT4YRGObffTECw8lytGjQjFPvkXPr75MP8bQpNy27GRyTc3Mn2gCvL9QLujBDkFr TK1EfnDJUSIehzacbGtRSPhBwISG7DDMk4AQc= 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=tuTRvO8TL0J8y3ijztKhgEKg/pj8bLpGH9y/J8fnWtnlIEj6W35IQbSW9yYeri2vKo kJCGKr9/LmzbpAD76NJRmSbQC0Wckxv/kW6hiCPEfE4LZPgrGqMg069y6GDUQ6E/h6nm vxnwSDzhfBlvvOd7o2D7gX+GtcE3Sxl/sTnQU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id m18mr7446599iby.109.1276070310559; Wed, 09 Jun 2010 00:58:30 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 00:58:30 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <1276024396.26518.145.camel@phoenix> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 9 Jun 2010 09:58:30 +0200 Message-ID: <[email protected]> Subject: Re: Maven reorganization From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2010/6/9 Will Glass-Husain <[email protected]>: > No vote needed, I think. Just do it. The vote is needed because the INFRA team wants the link to the vote thread to create the [email protected]. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 09 09:33:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12031 invoked from network); 9 Jun 2010 09:33:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 09:33:55 -0000 Received: (qmail 66064 invoked by uid 500); 9 Jun 2010 09:33:54 -0000 Delivered-To: [email protected] Received: (qmail 66010 invoked by uid 500); 9 Jun 2010 09:33: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 65641 invoked by uid 500); 9 Jun 2010 09:33:53 -0000 Delivered-To: [email protected] Received: (qmail 65632 invoked by uid 99); 9 Jun 2010 09:33:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 09:33:53 +0000 X-ASF-Spam-Status: No, hits=-1570.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, 09 Jun 2010 09:33:52 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o599XWFs012748 for <[email protected]>; Wed, 9 Jun 2010 09:33:32 GMT Message-ID: <12915418.341276076012314.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 05:33:32 -0400 (EDT) From: "Alexandre Garnier (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (VELOCITY-767) '$' at end of template raises org.apache.velocity.runtime.parser.TokenMgrError MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 '$' at end of template raises org.apache.velocity.runtime.parser.TokenMgrError ------------------------------------------------------------------------------ Key: VELOCITY-767 URL: https://issues.apache.org/jira/browse/VELOCITY-767 Project: Velocity Issue Type: Bug Reporter: Alexandre Garnier Priority: Minor When parsing a velocity template ending with a '$', the engine raises a org.apache.velocity.runtime.parser.TokenMgrError. Even if the '$' is escaped ('\$') And the message is not really helful : Lexical error: org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line 1, column 16. Encountered: <EOF> after : "" (As a temporary workaround, I append '{esc.d}' at the end of the template if it ends with a '$') -- 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 Jun 09 14:19:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6540 invoked from network); 9 Jun 2010 14:19:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 14:19:14 -0000 Received: (qmail 89562 invoked by uid 500); 9 Jun 2010 14:19:10 -0000 Delivered-To: [email protected] Received: (qmail 89281 invoked by uid 500); 9 Jun 2010 14: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 89273 invoked by uid 99); 9 Jun 2010 14:19:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 14:19:09 +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-px0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 14:19:04 +0000 Received: by pxi5 with SMTP id 5so3385193pxi.37 for <[email protected]>; Wed, 09 Jun 2010 07:18: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 :content-transfer-encoding; bh=0xnmAbiKq1SLzv94/ofBPtPasv3mX6IM6/IEvzcrbTo=; b=Xym4QAe5bHmXnqO7oGp3eFUKkJt6A7u7al0VNnV3bPMcvUrrhZwBGXepXuqjvPp+/l NUugz/p+Ij9YFTQO7Q720RSyKQddfXhBSqVZ/0OWQ9HKsGzdAswlRycRwZj0n1canMsa 95IadgNfhnlJNfGnwtAOLP+44YAHPMBOaDDq4= 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=I2Oc+9PptCJrcF8ayhsdDwJPJ8jEJcEE76Op7lqFTJF/vRwjRx6huAGCEzAEHqArpY yAQYqmMa1Q7LFSynGGAQSqoH4petOy0wR6SU034kIoyUVNQKqnkMy7tqJYJ8yPyPxdgy uYkG7djRqZsbHFruxfl9xpSr1r3uM4Vy2hDSo= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id u24mr1175931wfc.264.1276093123206; Wed, 09 Jun 2010 07:18:43 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 07:18:42 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 9 Jun 2010 07:18:42 -0700 Message-ID: <[email protected]> Subject: Re: Upgrading to Tools 2.0 & 1.6.4, sorting out log messages From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable responses inline... On Mon, Jun 7, 2010 at 5:49 AM, nodje <[email protected]> wrote: > > Hi, > > I've successfully upgraded to Tools 2.0 and Velocity 1.6.4. upgrading from what? > I'm getting confusing logs though, I wish someone could help me understan= d > them. > First of all, I'm using Velocity in a web environnement as a replacement = to > JSPs. yes, but how. are you using VelocityViewServlet? can you share the relevant portions of your web.xml? > I'm getting the log twice, probably from Velocity, then Tools - isn't it? No, there are two Engine startups here, and neither look to be triggered by tools since both indicate auto-init being triggered, whereas the startup of VelocityViewServlet/Filter/Tag should always "manually" init the Engine to be used. So both "waves" are confusing to me. > Here's the first wave: > > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Starting Apache Veloc= ity > v1.6.4 (compiled: 2010-04-27 15:31:23) > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Default Properties Fi= le: > org/apache/velocity/runtime/defaults/velocity.properties > DEBUG [main] VelocityEngine.logVelocityMessage:52 | LogSystem has been > deprecated. Please use a LogChute implementation. --> I have > runtime.log.logsystem.class =3D org.apache.velocity.runtime.log.Log4JLogC= hute > in velocity.properties, as indicated in the documentation. Why this log? > DEBUG [main] VelocityEngine.logVelocityMessage:52 | ResourceLoader > instantiated: > org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader Are you sure you don't have a different velocity.properties in play? Because ClasspathResourceLoader and any/all LogSystems are NOT default properties. These settings have to come from somewhere else. > DEBUG [main] VelocityEngine.logVelocityMessage:52 | ResourceCache: > initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl= ) > with class java.util.Collections$SynchronizedMap cache map. > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directi= ve: > org.apache.velocity.runtime.directive.Define > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directi= ve: > org.apache.velocity.runtime.directive.Break > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directi= ve: > org.apache.velocity.runtime.directive.Evaluate > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directi= ve: > org.apache.velocity.runtime.directive.Literal > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directi= ve: > org.apache.velocity.runtime.directive.Macro > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directi= ve: > org.apache.velocity.runtime.directive.Parse > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directi= ve: > org.apache.velocity.runtime.directive.Include > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System Directi= ve: > org.apache.velocity.runtime.directive.Foreach > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not > initialized! Calling init()... > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Created '20' parsers. > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : > allowInline =3D true : VMs can be defined inline in templates > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : > allowInlineToOverride =3D false : VMs defined inline may NOT replace prev= ious > VM definitions > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : > allowInlineLocal =3D false : VMs defined inline will be global in scope i= f > allowed. > DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : autoloa= d > off : VM system will not automatically reload global library macros > > > Second wave gives: > > DEBUG [main] velocity.log:168 | Log4JLogChute using logger > 'org.apache.velocity' ok, this looks like the setting you expected. > DEBUG [main] velocity.log:168 | Configuring Velocity with properties at: > /WEB-INF/velocity.properties > DEBUG [main] velocity.log:168 | Configuring Velocity with properties at: > /WEB-INF/velocity.properties -- Why twice? i'm not sure. > DEBUG [main] velocity.log:168 | Starting Apache Velocity v1.6.4 (compiled= : > 2010-04-27 15:31:23) > DEBUG [main] velocity.log:168 | Default Properties File: > org/apache/velocity/runtime/defaults/velocity.properties > DEBUG [main] velocity.log:168 | Trying to use logger class > org.apache.velocity.runtime.log.Log4JLogChute > DEBUG [main] velocity.log:168 | Using logger class > org.apache.velocity.runtime.log.Log4JLogChute > DEBUG [main] velocity.log:168 | ResourceLoader instantiated: > org.apache.velocity.tools.view.WebappResourceLoader > DEBUG [main] velocity.log:168 | ResourceLoader instantiated: > org.apache.velocity.runtime.resource.loader.StringResourceLoader > DEBUG [main] velocity.log:168 | Creating string repository using class > org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl... ok, the resource loader settings look like Tools is involved, but then... > DEBUG [main] velocity.log:168 | Default repository encoding is UTF-8 > DEBUG [main] velocity.log:168 | ResourceCache: initialized (class > org.apache.velocity.runtime.resource.ResourceCacheImpl) with class > java.util.Collections$SynchronizedMap cache map. > DEBUG [main] velocity.log:168 | Loaded System Directive: > org.apache.velocity.runtime.directive.Define > DEBUG [main] velocity.log:168 | Loaded System Directive: > org.apache.velocity.runtime.directive.Break > DEBUG [main] velocity.log:168 | Loaded System Directive: > org.apache.velocity.runtime.directive.Evaluate > DEBUG [main] velocity.log:168 | Loaded System Directive: > org.apache.velocity.runtime.directive.Literal > DEBUG [main] velocity.log:168 | Loaded System Directive: > org.apache.velocity.runtime.directive.Macro > DEBUG [main] velocity.log:168 | Loaded System Directive: > org.apache.velocity.runtime.directive.Parse > DEBUG [main] velocity.log:168 | Loaded System Directive: > org.apache.velocity.runtime.directive.Include > DEBUG [main] velocity.log:168 | Loaded System Directive: > org.apache.velocity.runtime.directive.Foreach > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... ...why all of these? Tools does not generally allow auto-init to happen. Somehow, something is trying to use the VelocityEngine before Tools can init() it. Are you using the VelocityViewServlet? If so, are you extending it to override any methods? > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Created '20' parsers. > DEBUG [main] velocity.log:168 | Velocimacro : adding VMs from VM library = : > /WEB-INF/VM_global_library.vm > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling > init()... > DEBUG [main] velocity.log:168 | Velocimacro : allowInline =3D true : VMs = can > be defined inline in templates > DEBUG [main] velocity.log:168 | Velocimacro : allowInlineToOverride =3D f= alse > : VMs defined inline may NOT replace previous VM definitions > DEBUG [main] velocity.log:168 | Velocimacro : allowInlineLocal =3D false = : VMs > defined inline will be global in scope if allowed. > DEBUG [main] velocity.log:168 | Velocimacro : autoload off : VM system wi= ll > not automatically reload global library macros > DEBUG [main] velocity.log:168 | Did not find resource at: > /WEB-INF/toolbox.xml -- I don't think I told velocity to look for > toolbox.xml. Is that a normal log? Yes. Tools 1.x looked for this automatically. For backwards compatibility, Tools 2 does also. > DEBUG [main] velocity.log:168 | Loaded configuration from: > /WEB-INF/tools.xml > DEBUG [main] velocity.log:168 | Loaded configuration from: > /WEB-INF/tools.xml > DEBUG [main] velocity.log:168 | Configuring factory with: > FactoryConfiguration from 8 sources including 4 data with 3 toolboxes: > =A0Toolbox 'application' with 1 properties [scope -auto-> application; ] = and > 12 tools: > =A0Tool 'alternator' =3D> org.apache.velocity.tools.generic.AlternatorToo= l > =A0Tool 'class' =3D> org.apache.velocity.tools.generic.ClassTool > =A0Tool 'convert' =3D> org.apache.velocity.tools.generic.ConversionTool > =A0Tool 'date' =3D> org.apache.velocity.tools.generic.DateTool with 1 > properties [format -auto-> dd/MM/yyyy; ] > =A0Tool 'display' =3D> org.apache.velocity.tools.generic.DisplayTool > =A0Tool 'esc' =3D> org.apache.velocity.tools.generic.EscapeTool > =A0Tool 'field' =3D> org.apache.velocity.tools.generic.FieldTool > =A0Tool 'math' =3D> org.apache.velocity.tools.generic.MathTool > =A0Tool 'number' =3D> org.apache.velocity.tools.generic.NumberTool > =A0Tool 'sorter' =3D> org.apache.velocity.tools.generic.SortTool > =A0Tool 'text' =3D> org.apache.velocity.tools.generic.ResourceTool > =A0Tool 'xml' =3D> org.apache.velocity.tools.generic.XmlTool > > =A0Toolbox 'request' with 1 properties [scope -auto-> request; ] and 15 t= ools: > =A0Tool 'context' =3D> org.apache.velocity.tools.view.ViewContextTool > =A0Tool 'cookies' =3D> org.apache.velocity.tools.view.CookieTool > =A0Tool 'errors' =3D> org.apache.velocity.tools.struts.ErrorsTool > =A0Tool 'form' =3D> org.apache.velocity.tools.struts.FormTool > =A0Tool 'import' =3D> org.apache.velocity.tools.view.ImportTool > =A0Tool 'include' =3D> org.apache.velocity.tools.view.IncludeTool > =A0Tool 'link' =3D> org.apache.velocity.tools.struts.StrutsLinkTool > =A0Tool 'loop' =3D> org.apache.velocity.tools.generic.LoopTool > =A0Tool 'messages' =3D> org.apache.velocity.tools.struts.ActionMessagesTo= ol > =A0Tool 'pager' =3D> org.apache.velocity.tools.view.PagerTool > =A0Tool 'params' =3D> org.apache.velocity.tools.view.ParameterTool > =A0Tool 'render' =3D> org.apache.velocity.tools.generic.RenderTool > =A0Tool 'text' =3D> org.apache.velocity.tools.struts.MessageTool > =A0Tool 'tiles' =3D> org.apache.velocity.tools.struts.TilesTool > =A0Tool 'validator' =3D> org.apache.velocity.tools.struts.ValidatorTool > > =A0Toolbox 'session' with 2 properties [createSession -auto-> false; scop= e > -auto-> session; ] and 1 tools: > =A0Tool 'browser' =3D> org.apache.velocity.tools.view.BrowserTool > > =A0Data 'GENERIC_TOOLS_AVAILABLE' -boolean-> true > =A0Data 'STRUTS_TOOLS_AVAILABLE' -boolean-> true > =A0Data 'TOOLS_VERSION' -number-> 2.0 > =A0Data 'VIEW_TOOLS_AVAILABLE' -boolean-> true > > =A0Source 0: > org.apache.velocity.tools.config.FactoryConfiguration(VelocityView.config= ure(config,factory)) > =A0Source 1: > org.apache.velocity.tools.config.XmlFactoryConfiguration(ConfigurationUti= ls.getDefaultTools()) > =A0Source 2: > .read(jar:file:/Users/nodje/Documents/project/work/project/target/project= /WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/generic/tool= s.xml) > =A0Source 3: > .read(jar:file:/Users/nodje/Documents/project/work/project/target/project= /WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/view/tools.x= ml) > =A0Source 4: > .read(jar:file:/Users/nodje/Documents/project/work/project/target/project= /WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/struts/tools= .xml) > =A0Source 5: > org.apache.velocity.tools.config.FactoryConfiguration(ConfigurationUtils.= getAutoLoaded(false)) > =A0Source 6: > org.apache.velocity.tools.config.XmlFactoryConfiguration(ServletUtils.get= Configuration(/WEB-INF/tools.xml,ServletContext[,depMode=3Dtrue])) > =A0Source 7: > org.apache.velocity.tools.config.XmlFactoryConfiguration(ServletUtils.get= Configuration(/WEB-INF/tools.xml,ServletContext[,depMode=3Dtrue])) > > The exemple provided in the upgrade to 2.0 page for tools.xml actually > doesn't work, it should be: > > > it should be what?? > > > > If "date" is used instead of the fully qualified calss name, an error is > reported. > > cheers, > nodje > -- > View this message in context: http://old.nabble.com/Upgrading-to-Tools-2.= 0---1.6.4%2C-sorting-out-log-messages-tp28804764p28804764.html > Sent from the Velocity - Dev mailing list [email protected]. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 09 14:20:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7127 invoked from network); 9 Jun 2010 14:20:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 14:20:19 -0000 Received: (qmail 99792 invoked by uid 500); 9 Jun 2010 14:20:19 -0000 Delivered-To: [email protected] Received: (qmail 99751 invoked by uid 500); 9 Jun 2010 14:20: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99743 invoked by uid 99); 9 Jun 2010 14:20:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 14:20:18 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 14:20:11 +0000 Received: by vws10 with SMTP id 10so5007185vws.37 for <[email protected]>; Wed, 09 Jun 2010 07:19:50 -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=vUYHPJUT2iyQTp1v4BTS1v1yEvCGQa0yTkIxD3qK69U=; b=L8Rg9MtHYy/43ubJS2CmCRINsCeZeqMo0NZHeBPQdUs8pMd9whAkq6ReySiP0xOGc3 BlD427oYJTyVRfr1s8i2CrT1NNgEjmLYoFDR5V6zDYHy2lnDoDgbnvrJh15FDApvbCmC zGQSbYarRxWNfQNX7oDup0DwdIBPf2xexmfVo= 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=orx11fmYLDJr4Zqa3xQDRGmK8ukgKMXLk6KctXJ8UDT06T1WihVoNQxeru4EyYad5P zXT4sAvE+LLFVp26CRgWDBmNgzN0vNlk3Z63IwTuMpT1ssnfRBU1y8i2Xq+qOZb863mN lU1bZbzNLaJWgH7khEzKto0ukrGoYQXA+OB2M= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id e28mr2454873qai.200.1276093190326; Wed, 09 Jun 2010 07:19:50 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 07:19:50 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <1276024396.26518.145.camel@phoenix> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 9 Jun 2010 07:19:50 -0700 Message-ID: <[email protected]> Subject: Re: Maven reorganization From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Ah, i think we understood the vote to be for doing a maven reorg in a sandbox, not for creating the space at Nexus to use. On Wed, Jun 9, 2010 at 12:58 AM, Antonio Petrelli <[email protected]> wrote: > 2010/6/9 Will Glass-Husain <[email protected]>: >> No vote needed, I think. Just do it. > > The vote is needed because the INFRA team wants the link to the vote > thread to create the [email protected]. > > Antonio > > --------------------------------------------------------------------- > 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 09 14:22:52 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7661 invoked from network); 9 Jun 2010 14:22:52 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 14:22:52 -0000 Received: (qmail 4206 invoked by uid 500); 9 Jun 2010 14:22:52 -0000 Delivered-To: [email protected] Received: (qmail 4137 invoked by uid 500); 9 Jun 2010 14:22: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4129 invoked by uid 99); 9 Jun 2010 14:22:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 14:22:52 +0000 X-ASF-Spam-Status: No, hits=0.1 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-gw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 14:22:45 +0000 Received: by gwaa20 with SMTP id a20so4696833gwa.37 for <[email protected]>; Wed, 09 Jun 2010 07:22:25 -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=la46MfgS9h16aaNgCI51NaqhW+QXRTMH/HXHl3mze58=; b=A3JgT1IMy1TyZ4w/PhD3onnP7c1izLU5YmzQyFiQ1uCgFLaelBNt2Il6yFz02Mefij L6Hmn5RqzNAHoIgkQIHAKdsjynnz/Vc7xL4qJ1/LOGyD0NYWHtunB+QN5N/NuX7paZeK pCEC6PNc58gsRba81e2YOsGa+9MlqYCvL16Uo= 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=lJNmagQxNxVeYr7DcmYW6yrHnGjkLrwP/ImyWzMAFd11kbwuqYHoLhfPdh60z12DCh 70iEuF6viBJMZ8lXNZagLwkcp6FkwOAgKVIy8qvlbLZYDUDBfvvLlIe9B9qZDcHzhOnc VvPU+uDW4Cm/lK3S5lEYI1pajGUmZIKArcQwo= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id j16mr2243896qae.41.1276093344885; Wed, 09 Jun 2010 07:22:24 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 07:22:24 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Wed, 9 Jun 2010 07:22:24 -0700 Message-ID: <[email protected]> Subject: Re: [VOTE] Move future Velocity releases to Apache's Nexus Pro instance From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jun 9, 2010 at 12:56 AM, Antonio Petrelli <[email protected]> wrote: > All, > > I am proposing that we change our release process so that we can > leverage the Apache instance of Sonatype Nexus Professional. Not all of us are familiar with this. Could you explain the benefits? And would this entail abandoning our Ant release process for Maven? The latter would be very hard to vote for without seeing how your sandbox maven reorg turns out. > I will > personally perform the necessary steps to get the appropriate > information documented and the appropriate access granted. I estimate > the steps to be as follows - > > - Request access to the Nexus repository. I will make sure to gather > all of the required details (nexus login, etc.) so that the necessary > information can be documented on the following page: > http://wiki.apache.org/velocity/ReleaseProcess > > - Make any changes to pom.xml files so that the various plugins will > know about nexus acting as the snapshot and staging repository, > after all the Maven reorganization is finished. > > - Update the documentation referenced above > > Once you have had a chance to review the documentation and necessary > steps, please respond with a vote: > > [ ] +1 Agree > [ ] +0 Indifferent, but do not disagree > [ ] -0 Disagree, but not sure why > [ ] -1 Do not agree, leave release procedure as-is > > Everyone who has a vested interest is invited to vote. Votes by PMC > members are considered binding. A vote passes if there are at least > three binding +1s and more +1s than -1s. > > The vote will remain open for at least 72 hours, longer upon request. > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 09 14:44:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14972 invoked from network); 9 Jun 2010 14:44:43 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 14:44:43 -0000 Received: (qmail 40136 invoked by uid 500); 9 Jun 2010 14:44:43 -0000 Delivered-To: [email protected] Received: (qmail 40117 invoked by uid 500); 9 Jun 2010 14:44: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 40109 invoked by uid 99); 9 Jun 2010 14:44:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 14:44:43 +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-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 14:44:35 +0000 Received: by iwn40 with SMTP id 40so4971074iwn.37 for <[email protected]>; Wed, 09 Jun 2010 07:44:14 -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 :content-transfer-encoding; bh=XAGxeh5xWmGREK5ubpRVwJf9x6SmH0YS2sFG97nulI0=; b=seA5Nwxf8724KSDwTTyYAtMiFmBDBkiUjaYC9JBH9d18pS24/TEuyBW8j3skydnOIp tHHJ4MJ4nMtWJ84FYKbljrl8HZwTywfO+Ju31wpUxgcXuBEowgukP53IRkB5rWtC4jKm e296TISKlUHUJMySUEL6hECh3tR9+Crxceno4= 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=Dp+yehbmgwhckclmMbqtDhn+i0VoJIPwLljHTjaFII0bU07EGPu8zkRF6p3iF9nSew ePZbuEqh9zpK/2PXJdPd1KpOBMguES+gWkvPj0QEjbVrFsWHFJbDyJgxfU6MjVGIFT3E 5FFcqSwjSKSxxUp5l4iWLZ7n/VwhXJlNWhWmM= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id b3mr8057392ibz.122.1276094653688; Wed, 09 Jun 2010 07:44:13 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 07:44:13 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Wed, 9 Jun 2010 16:44:13 +0200 Message-ID: <[email protected]> Subject: Re: [VOTE] Move future Velocity releases to Apache's Nexus Pro instance From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2010/6/9 Nathan Bubna <[email protected]>: > Not all of us are familiar with this. =A0Could you explain the benefits? The benefit is that staging Maven artifacts is no more a problem, since Nexus (professional edition) allows an easy promotion to the main repository. The main Apache pom contains most of the configuration needed to deploy artifacts correctly. And this is the standard at Apache now. > =A0And would this entail abandoning our Ant release process for Maven? No, the binaries will be uploaded in people.apache.org, only Maven artifacts are interested. Moreover, Nexus has a nice "Staging upload" feature, that allows to upload Maven artifacts in a staging repository, to allow the vote process. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 09 14:45:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15099 invoked from network); 9 Jun 2010 14:45:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 14:45:49 -0000 Received: (qmail 40500 invoked by uid 500); 9 Jun 2010 14:45:49 -0000 Delivered-To: [email protected] Received: (qmail 40487 invoked by uid 500); 9 Jun 2010 14:45: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 40479 invoked by uid 99); 9 Jun 2010 14:45:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 14:45:49 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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; Wed, 09 Jun 2010 14:45:43 +0000 Received: by iwn40 with SMTP id 40so4972582iwn.37 for <[email protected]>; Wed, 09 Jun 2010 07:45:22 -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=4AFU39NM2RYyAi3LCBzXUmI2gIYayQz7TmQxrwi2A/8=; b=YTsEPLGwBfn1YLxiIPAx3CRwD9fNc1osSwtJH43/h7Ef6xPQkp87VsQPvjewcMoAXL zS2rpO27IDInxkFlmfwLJ6KLlvI37BYnQYEsIx2VsZfKupHE9Sd/OyvgdhYDt6/Ibfo+ ecwwslupzZDlAgU8+URatEFhpV6rXaODpMkG4= 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=iV4y9hPrLaNaZDimlEe4VKP55fcFpAFybLlt05jLom2hZhrpGOCrKRlrWndoZ1sjQ0 LOQI+TcvIIZnszt5zr/ycmK29NfJ+3SROBw89a2aJLf0wNNNemPLQQ+HxEBZ+7o2l2RM +FKG/Qs2k3eUOyy0v8io8NGxoFLiWGxls1j38= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 6mr6330838icw.2.1276094722829; Wed, 09 Jun 2010 07:45:22 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 07:45:22 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <1276024396.26518.145.camel@phoenix> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 9 Jun 2010 16:45:22 +0200 Message-ID: <[email protected]> Subject: Re: Maven reorganization From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 2010/6/9 Nathan Bubna <[email protected]>: > Ah, i think we understood the vote to be for doing a maven reorg in a > sandbox, not for creating the space at Nexus to use. Sorry, I was not clear. The vote, as you said, is only to create Nexus space, not for the Maven reorg itself. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 09 14:54:33 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16995 invoked from network); 9 Jun 2010 14:54:33 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 14:54:33 -0000 Received: (qmail 62687 invoked by uid 500); 9 Jun 2010 14:54:32 -0000 Delivered-To: [email protected] Received: (qmail 62661 invoked by uid 500); 9 Jun 2010 14: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 62653 invoked by uid 99); 9 Jun 2010 14: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, 09 Jun 2010 14:54:32 +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-yw0-f183.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 14:54:26 +0000 Received: by ywh13 with SMTP id 13so5235256ywh.8 for <[email protected]>; Wed, 09 Jun 2010 07:53: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 :content-transfer-encoding; bh=O+evm33GEmE3+A7w/RrsC+SbV8Qji/wPsaJXPt9az34=; b=T5hp/hGWp4qN9nwb15B2Dmmjijz9ypMToTURVszFpM8JI8gGvvfwFF90ghOeQeiSiS 8VaK+ny7TJleDoE8sX0Cd+pFbNr4zEnEZAAq47jOf8Zk/FtnL0wUTG1199RsKSgVc2N1 zgTQzz55J4yoHFgBi/NDFeC3SiWFyEs5vJoSk= 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=Z3gnEW5M5GLokaz/k8VcrrcLl5LYyVpF5kzKrhYHfL03H3+sagTUq0vh7hzbkYph6/ wwLur4ipdNjfXdtdUIprpiADyUrVUOkZmt+ORHDLseUyOZSLzzl211FvULh6ceT7yjGL Oi/J42mvKRGoZuhQKIyTrcvzpczvPH64eGoOg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id hf12mr4670965qcb.264.1276095231123; Wed, 09 Jun 2010 07:53:51 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 07:53:48 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 9 Jun 2010 07:53:48 -0700 Message-ID: <[email protected]> Subject: Re: [VOTE] Move future Velocity releases to Apache's Nexus Pro instance From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ok, +1 On Wed, Jun 9, 2010 at 7:44 AM, Antonio Petrelli <[email protected]> wrote: > 2010/6/9 Nathan Bubna <[email protected]>: >> Not all of us are familiar with this. =A0Could you explain the benefits? > > The benefit is that staging Maven artifacts is no more a problem, > since Nexus (professional edition) allows an easy promotion to the > main repository. > The main Apache pom contains most of the configuration needed to > deploy artifacts correctly. > And this is the standard at Apache now. > >> =A0And would this entail abandoning our Ant release process for Maven? > > No, the binaries will be uploaded in people.apache.org, only Maven > artifacts are interested. Moreover, Nexus has a nice "Staging upload" > feature, that allows to upload Maven artifacts in a staging > repository, to allow the vote process. > > Antonio > > --------------------------------------------------------------------- > 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 09 15:16:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30986 invoked from network); 9 Jun 2010 15:16:42 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 15:16:42 -0000 Received: (qmail 8614 invoked by uid 500); 9 Jun 2010 15:16:42 -0000 Delivered-To: [email protected] Received: (qmail 8588 invoked by uid 500); 9 Jun 2010 15: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8580 invoked by uid 99); 9 Jun 2010 15: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, 09 Jun 2010 15:16:42 +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 siva.renegat.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 15:16:33 +0000 Received: from localhost (localhost.localdomain [161.129.204.104]) by siva.renegat.net (Postfix) with ESMTP id C42814D104 for <[email protected]>; Wed, 9 Jun 2010 17:16:12 +0200 (CEST) X-Virus-Scanned: Debian [email protected] Received: from siva.renegat.net ([161.129.204.104]) by localhost (localhost.localdomain [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id w7urRUVcqpMA for <[email protected]>; Wed, 9 Jun 2010 17:16:07 +0200 (CEST) Received: from [161.129.204.104] (137.18.100-84.rev.gaoland.net [161.129.204.104]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by siva.renegat.net (Postfix) with ESMTPSA for <[email protected]>; Wed, 9 Jun 2010 17:16:07 +0200 (CEST) Subject: Re: [VOTE] Move future Velocity releases to Apache's Nexus Pro instance From: Claude Brisson <[email protected]> To: Velocity Developers List <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Content-Type: text/plain; charset="UTF-8" Date: Wed, 09 Jun 2010 17:16:07 +0200 Message-ID: <1276096567.26518.326.camel@phoenix> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org +1, as long as there is a sustained effort in documenting everything Claude On mer., 2010-06-09 at 07:53 -0700, Nathan Bubna wrote: > Ok, +1 > > On Wed, Jun 9, 2010 at 7:44 AM, Antonio Petrelli > <[email protected]> wrote: > > 2010/6/9 Nathan Bubna <[email protected]>: > >> Not all of us are familiar with this. Could you explain the benefits? > > > > The benefit is that staging Maven artifacts is no more a problem, > > since Nexus (professional edition) allows an easy promotion to the > > main repository. > > The main Apache pom contains most of the configuration needed to > > deploy artifacts correctly. > > And this is the standard at Apache now. > > > >> And would this entail abandoning our Ant release process for Maven? > > > > No, the binaries will be uploaded in people.apache.org, only Maven > > artifacts are interested. Moreover, Nexus has a nice "Staging upload" > > feature, that allows to upload Maven artifacts in a staging > > repository, to allow the vote process. > > > > Antonio > > > > --------------------------------------------------------------------- > > 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 09 16:28:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65236 invoked from network); 9 Jun 2010 16:28:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 16:28:00 -0000 Received: (qmail 40908 invoked by uid 500); 9 Jun 2010 16:28:00 -0000 Delivered-To: [email protected] Received: (qmail 40864 invoked by uid 500); 9 Jun 2010 16:27: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 40856 invoked by uid 99); 9 Jun 2010 16:27:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 16:27:59 +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-pz0-f184.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 16:27:53 +0000 Received: by pzk14 with SMTP id 14so3147678pzk.10 for <[email protected]>; Wed, 09 Jun 2010 09:27:31 -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=IFXKq4ZqhOeCYTyN2eRsIIxkobQwnyUA5Jh7Ma0j8UY=; b=aiFYQ/w02uK2Wg53FQbfDiOiYFX7qWXiJCindf8oeA8G9LqWQEKCk9cOTrWJfSTLsw Qqtr1peV0Gk4ePqg+BG3uGlnLXigv8ELlQ71NMENkkNMKs7wrBNRCzGz7j8o1oVcEejR jRNEQfSbhNk5lZGVsS+GofEd5iOaYX40cirEQ= 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=rAgPW8lmQeofrF7NaZ0X2af6BR7b/2xqGklWlDaWpswVMzfE/gq8xAIRrBOH/hdEZ7 ToMaRq2Vq39AE46sKlAOhfxJfaGaJx05O8ab964QKh9j7Wb5tOVrlnnD8SJSoGCAVXXM ++DQFa8TJFn0iR+aToP9qOUpV0H0CNAwntLOg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id cy6mr6352748qcb.152.1276100850182; Wed, 09 Jun 2010 09:27:30 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 09:27:29 -0700 (PDT) In-Reply-To: <1276096567.26518.326.camel@phoenix> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <1276096567.26518.326.camel@phoenix> Date: Wed, 9 Jun 2010 09:27:29 -0700 Message-ID: <[email protected]> Subject: Re: [VOTE] Move future Velocity releases to Apache's Nexus Pro instance From: Will Glass-Husain <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: multipart/alternative; boundary=0016e65095fadfc4a004889b611b X-Virus-Checked: Checked by ClamAV on apache.org --0016e65095fadfc4a004889b611b Content-Type: text/plain; charset=ISO-8859-1 +1 On Wed, Jun 9, 2010 at 8:16 AM, Claude Brisson <[email protected]> wrote: > +1, as long as there is a sustained effort in documenting everything > > Claude > > On mer., 2010-06-09 at 07:53 -0700, Nathan Bubna wrote: > > Ok, +1 > > > > On Wed, Jun 9, 2010 at 7:44 AM, Antonio Petrelli > > <[email protected]> wrote: > > > 2010/6/9 Nathan Bubna <[email protected]>: > > >> Not all of us are familiar with this. Could you explain the benefits? > > > > > > The benefit is that staging Maven artifacts is no more a problem, > > > since Nexus (professional edition) allows an easy promotion to the > > > main repository. > > > The main Apache pom contains most of the configuration needed to > > > deploy artifacts correctly. > > > And this is the standard at Apache now. > > > > > >> And would this entail abandoning our Ant release process for Maven? > > > > > > No, the binaries will be uploaded in people.apache.org, only Maven > > > artifacts are interested. Moreover, Nexus has a nice "Staging upload" > > > feature, that allows to upload Maven artifacts in a staging > > > repository, to allow the vote process. > > > > > > Antonio > > > > > > --------------------------------------------------------------------- > > > 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] > > --0016e65095fadfc4a004889b611b-- From [email protected] Wed Jun 09 16:41:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73568 invoked from network); 9 Jun 2010 16:41:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 16:41:48 -0000 Received: (qmail 72304 invoked by uid 500); 9 Jun 2010 16:41:48 -0000 Delivered-To: [email protected] Received: (qmail 72286 invoked by uid 500); 9 Jun 2010 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]> List-Id: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 72278 invoked by uid 500); 9 Jun 2010 16:41:48 -0000 Delivered-To: [email protected] Received: (qmail 72275 invoked by uid 99); 9 Jun 2010 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; Wed, 09 Jun 2010 16:41: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; Wed, 09 Jun 2010 16:41:45 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o59GfONr017710 for <[email protected]>; Wed, 9 Jun 2010 16:41:24 GMT Message-ID: <1245627.4821276101684203.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 12:41:24 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (VELOCITYSB-1) Create Sandbox space 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 Sandbox space -------------------- Key: VELOCITYSB-1 URL: https://issues.apache.org/jira/browse/VELOCITYSB-1 Project: Velocity Sandbox Issue Type: Task Reporter: Antonio Petrelli Assignee: Antonio Petrelli Create a space under Subversion contaning the sandboxed code. -- 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 Jun 09 17:02:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80259 invoked from network); 9 Jun 2010 17:02:43 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 17:02:43 -0000 Received: (qmail 96618 invoked by uid 500); 9 Jun 2010 17:02:43 -0000 Delivered-To: [email protected] Received: (qmail 96600 invoked by uid 500); 9 Jun 2010 17:02: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96592 invoked by uid 500); 9 Jun 2010 17:02:43 -0000 Delivered-To: [email protected] Received: (qmail 96589 invoked by uid 99); 9 Jun 2010 17:02: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 Jun 2010 17:02:43 +0000 X-ASF-Spam-Status: No, hits=-1508.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, 09 Jun 2010 17:02:43 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o59H2Mmh018035 for <[email protected]>; Wed, 9 Jun 2010 17:02:22 GMT Message-ID: <30551313.5261276102942749.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 13:02:22 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (VELOCITYSB-1) Create Sandbox space In-Reply-To: <1245627.4821276101684203.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/VELOCITYSB-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated VELOCITYSB-1: -------------------------------------- Sandbox space created. > Create Sandbox space > -------------------- > > Key: VELOCITYSB-1 > URL: https://issues.apache.org/jira/browse/VELOCITYSB-1 > Project: Velocity Sandbox > Issue Type: Task > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > Original Estimate: 0h > Remaining Estimate: 0h > > Create a space under Subversion contaning the sandboxed code. -- 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 Jun 09 17:02:44 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80299 invoked from network); 9 Jun 2010 17:02:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 17:02:44 -0000 Received: (qmail 96936 invoked by uid 500); 9 Jun 2010 17:02:44 -0000 Delivered-To: [email protected] Received: (qmail 96905 invoked by uid 500); 9 Jun 2010 17:02: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96831 invoked by uid 500); 9 Jun 2010 17:02:44 -0000 Delivered-To: [email protected] Received: (qmail 96790 invoked by uid 99); 9 Jun 2010 17:02:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 17:02:44 +0000 X-ASF-Spam-Status: No, hits=-1508.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, 09 Jun 2010 17:02:43 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o59H2Nmp018047 for <[email protected]>; Wed, 9 Jun 2010 17:02:23 GMT Message-ID: <28337268.5301276102943513.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 13:02:23 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (VELOCITYSB-1) Create Sandbox space In-Reply-To: <1245627.4821276101684203.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/VELOCITYSB-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli closed VELOCITYSB-1. ------------------------------------- Resolution: Fixed > Create Sandbox space > -------------------- > > Key: VELOCITYSB-1 > URL: https://issues.apache.org/jira/browse/VELOCITYSB-1 > Project: Velocity Sandbox > Issue Type: Task > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > Original Estimate: 0h > Remaining Estimate: 0h > > Create a space under Subversion contaning the sandboxed code. -- 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 Jun 09 17:25:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93526 invoked from network); 9 Jun 2010 17:25:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 17:25:34 -0000 Received: (qmail 27603 invoked by uid 500); 9 Jun 2010 17:25:34 -0000 Delivered-To: [email protected] Received: (qmail 27583 invoked by uid 500); 9 Jun 2010 17:25: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27575 invoked by uid 500); 9 Jun 2010 17:25:34 -0000 Delivered-To: [email protected] Received: (qmail 27572 invoked by uid 99); 9 Jun 2010 17:25:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 17:25:34 +0000 X-ASF-Spam-Status: No, hits=-1509.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; Wed, 09 Jun 2010 17:25:34 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o59HPDlr018371 for <[email protected]>; Wed, 9 Jun 2010 17:25:13 GMT Message-ID: <29158193.6001276104313517.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 13:25:13 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (VELOCITYSB-2) Create master POM project MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Create master POM project ------------------------- Key: VELOCITYSB-2 URL: https://issues.apache.org/jira/browse/VELOCITYSB-2 Project: Velocity Sandbox Issue Type: Task Components: master Reporter: Antonio Petrelli Assignee: Antonio Petrelli Create mastet pom which will be extended by any other Velocity subproject. -- 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 Jun 09 17:45:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97492 invoked from network); 9 Jun 2010 17:45:09 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 17:45:09 -0000 Received: (qmail 61093 invoked by uid 500); 9 Jun 2010 17:45:09 -0000 Delivered-To: [email protected] Received: (qmail 61072 invoked by uid 500); 9 Jun 2010 17:45: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 61064 invoked by uid 99); 9 Jun 2010 17:45:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 17:45:09 +0000 X-ASF-Spam-Status: No, hits=-0.1 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 17:45:03 +0000 Received: by vws10 with SMTP id 10so5280623vws.37 for <[email protected]>; Wed, 09 Jun 2010 10:44: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=MrscbwMz5zvPoNv6q95SDgE3Md1E/YBH2SXlOmNVDgA=; b=kCLKS67UvENuCYx1juaUKLJcJVzwvxiWEVsQHQELbp8KCB1xuX1kbo6DB9dLsBRu93 cBRA+7w6lPplKheTTFs7CJGEP5duUpYyX9OlzTTkjotwntex+qA6b2STislMCnaljNaF /eKrBNVug3x3AkQqsbnEdYYWDNQEhY0fHpsk0= 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=dDOQmRtnmUSXERkiSxhl+j3W7EJOAaqZcPw6IsaPiSUVULuRUAPxiQCzmIasbaT4pd oxgsbgLNYIawsrBvkQBCCKkGQeaw5umFc5wszTwpzbWANVMGfxMoUypVI9uTFk7kE9Vl tKVUEFWYz29XH70/sefVBFvwVpYnsM9pOYUEc= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id n9mr10374142qaa.153.1276105475250; Wed, 09 Jun 2010 10:44:35 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 10:44:35 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 9 Jun 2010 19:44:35 +0200 Message-ID: <[email protected]> Subject: Sandbox space and Jira project From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Hi all I created the VELOCITYSB Jira project: https://issues.apache.org/jira/browse/VELOCITYSB This is the directory under Subversion: http://svn.eu.apache.org/repos/asf/velocity/sandbox/ Ciao Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 09 18:32:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21457 invoked from network); 9 Jun 2010 18:32:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 18:32:35 -0000 Received: (qmail 22340 invoked by uid 500); 9 Jun 2010 18:32:35 -0000 Delivered-To: [email protected] Received: (qmail 22289 invoked by uid 500); 9 Jun 2010 18:32: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22281 invoked by uid 500); 9 Jun 2010 18:32:35 -0000 Delivered-To: [email protected] Received: (qmail 22278 invoked by uid 99); 9 Jun 2010 18:32:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 18:32:35 +0000 X-ASF-Spam-Status: No, hits=-1509.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; Wed, 09 Jun 2010 18:32:34 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o59IWEg8019040 for <[email protected]>; Wed, 9 Jun 2010 18:32:14 GMT Message-ID: <16911592.7201276108334634.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 14:32:14 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (VELOCITYSB-2) Create master POM project In-Reply-To: <29158193.6001276104313517.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/VELOCITYSB-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli closed VELOCITYSB-2. ------------------------------------- Resolution: Fixed > Create master POM project > ------------------------- > > Key: VELOCITYSB-2 > URL: https://issues.apache.org/jira/browse/VELOCITYSB-2 > Project: Velocity Sandbox > Issue Type: Task > Components: master > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > Original Estimate: 0h > Remaining Estimate: 0h > > Create mastet pom which will be extended by any other Velocity subproject. -- 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 Jun 09 18:32:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21465 invoked from network); 9 Jun 2010 18:32:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 18:32:35 -0000 Received: (qmail 22464 invoked by uid 500); 9 Jun 2010 18:32:35 -0000 Delivered-To: [email protected] Received: (qmail 22444 invoked by uid 500); 9 Jun 2010 18:32: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22436 invoked by uid 500); 9 Jun 2010 18:32:35 -0000 Delivered-To: [email protected] Received: (qmail 22433 invoked by uid 99); 9 Jun 2010 18:32:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 18:32:35 +0000 X-ASF-Spam-Status: No, hits=-1509.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; Wed, 09 Jun 2010 18:32:34 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o59IWE0T019034 for <[email protected]>; Wed, 9 Jun 2010 18:32:14 GMT Message-ID: <9465821.7181276108334120.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 14:32:14 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (VELOCITYSB-2) Create master POM project In-Reply-To: <29158193.6001276104313517.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/VELOCITYSB-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated VELOCITYSB-2: -------------------------------------- Master pom created. > Create master POM project > ------------------------- > > Key: VELOCITYSB-2 > URL: https://issues.apache.org/jira/browse/VELOCITYSB-2 > Project: Velocity Sandbox > Issue Type: Task > Components: master > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > Original Estimate: 0h > Remaining Estimate: 0h > > Create mastet pom which will be extended by any other Velocity subproject. -- 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 Jun 09 18:53:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28327 invoked from network); 9 Jun 2010 18:53:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 18:53:34 -0000 Received: (qmail 53318 invoked by uid 500); 9 Jun 2010 18:53:34 -0000 Delivered-To: [email protected] Received: (qmail 53290 invoked by uid 500); 9 Jun 2010 18:53: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 53282 invoked by uid 500); 9 Jun 2010 18:53:34 -0000 Delivered-To: [email protected] Received: (qmail 53279 invoked by uid 99); 9 Jun 2010 18:53:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 18:53:34 +0000 X-ASF-Spam-Status: No, hits=-1509.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; Wed, 09 Jun 2010 18:53:34 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o59IrDit019157 for <[email protected]>; Wed, 9 Jun 2010 18:53:13 GMT Message-ID: <18442329.7331276109593726.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 14:53:13 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (VELOCITYSB-3) Create reorganized copy of Velocity site MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Create reorganized copy of Velocity site ---------------------------------------- Key: VELOCITYSB-3 URL: https://issues.apache.org/jira/browse/VELOCITYSB-3 Project: Velocity Sandbox Issue Type: Task Components: maven-site Reporter: Antonio Petrelli Assignee: Antonio Petrelli Copy the Velocity site source in the sandbox and refactor it to use latest features of Maven. -- 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 Jun 10 07:25:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33415 invoked from network); 10 Jun 2010 07:25:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 07:25:44 -0000 Received: (qmail 28939 invoked by uid 500); 10 Jun 2010 07:25:44 -0000 Delivered-To: [email protected] Received: (qmail 28923 invoked by uid 500); 10 Jun 2010 07:25: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28915 invoked by uid 99); 10 Jun 2010 07:25:41 -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:25:41 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=AWL,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; Thu, 10 Jun 2010 07:25:35 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1OMc8Y-0007NI-TX for [email protected]; Thu, 10 Jun 2010 00:25:14 -0700 Message-ID: <[email protected]> Date: Thu, 10 Jun 2010 00:25:14 -0700 (PDT) From: nodje <[email protected]> To: [email protected] Subject: Re: Upgrading to Tools 2.0 & 1.6.4, sorting out log messages 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]> Nathan Bubna wrote: >=20 >>>responses inline... >=20 > same, responses inline >=20 > On Mon, Jun 7, 2010 at 5:49 AM, nodje <[email protected]> wrote: >> >> Hi, >> >> I've successfully upgraded to Tools 2.0 and Velocity 1.6.4. >=20 >>>upgrading from what? > upgrading from Velocity-1.6.2 and Tools-1.4 >=20 >> I'm getting confusing logs though, I wish someone could help me >> understand >> them. >> First of all, I'm using Velocity in a web environnement as a replacement >> to >> JSPs. >=20 >>>yes, but how. are you using VelocityViewServlet? can you share the >>>relevant portions of your web.xml? >=20 > Yes, using VelocityViewServlet, configured this way: >=20 > <servlet> > <servlet-name>velocity</servlet-name> > =20 > <servlet-class>org.apache.velocity.tools.view.VelocityViewServlet</servle= t-class> > <init-param> > <param-name>org.apache.velocity.tools</param-name> > <param-value>/WEB-INF/tools.xml</param-value> > </init-param> > <init-param> > <param-name>org.apache.velocity.properties</param-name> > <param-value>/WEB-INF/velocity.properties</param-value> > </init-param> > <load-on-startup>3</load-on-startup> > </servlet> >=20 >> I'm getting the log twice, probably from Velocity, then Tools - isn't it= ? >=20 >>>No, there are two Engine startups here, and neither look to be >>>triggered by tools since both indicate auto-init being triggered, >>>whereas the startup of VelocityViewServlet/Filter/Tag should always >>>"manually" init the Engine to be used. So both "waves" are confusing >>>to me. >=20 > The only explanation I can think of is an instance of VelocityEngine that > is injected by Spring in our main AbstractCommonService for email > templating purpose. That's probably auto-inited, though I don't understan= d > what triggers the init. > If this explains the logs, is there a way to unify the two instances? >=20 >=20 >=20 >> Here's the first wave: >> >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Starting Apache >> Velocity >> v1.6.4 (compiled: 2010-04-27 15:31:23) >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Default Properties >> File: >> org/apache/velocity/runtime/defaults/velocity.properties >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | LogSystem has been >> deprecated. Please use a LogChute implementation. --> I have >> runtime.log.logsystem.class =3D >> org.apache.velocity.runtime.log.Log4JLogChute >> in velocity.properties, as indicated in the documentation. Why this log? >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | ResourceLoader >> instantiated: >> org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader >=20 >>>Are you sure you don't have a different velocity.properties in play? >>>Because ClasspathResourceLoader and any/all LogSystems are NOT default >>>properties. These settings have to come from somewhere else. >=20 > Also probably explained by the VelocityEngine being injected and > auto-inited in our AbstractCommonService, right? Because, no > velocity.properties is defined for this instance. >=20 > So same question here, how to unify? >=20 >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | ResourceCache: >> initialized (class >> org.apache.velocity.runtime.resource.ResourceCacheImpl) >> with class java.util.Collections$SynchronizedMap cache map. >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >> Directive: >> org.apache.velocity.runtime.directive.Define >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >> Directive: >> org.apache.velocity.runtime.directive.Break >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >> Directive: >> org.apache.velocity.runtime.directive.Evaluate >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >> Directive: >> org.apache.velocity.runtime.directive.Literal >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >> Directive: >> org.apache.velocity.runtime.directive.Macro >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >> Directive: >> org.apache.velocity.runtime.directive.Parse >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >> Directive: >> org.apache.velocity.runtime.directive.Include >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >> Directive: >> org.apache.velocity.runtime.directive.Foreach >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >> initialized! Calling init()... >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Created '20' parsers= . >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >> allowInline =3D true : VMs can be defined inline in templates >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >> allowInlineToOverride =3D false : VMs defined inline may NOT replace >> previous >> VM definitions >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >> allowInlineLocal =3D false : VMs defined inline will be global in scope = if >> allowed. >> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >> autoload >> off : VM system will not automatically reload global library macros >> >> >> Second wave gives: >> >> DEBUG [main] velocity.log:168 | Log4JLogChute using logger >> 'org.apache.velocity' >=20 >>>ok, this looks like the setting you expected. >=20 >> DEBUG [main] velocity.log:168 | Configuring Velocity with properties at: >> /WEB-INF/velocity.properties >> DEBUG [main] velocity.log:168 | Configuring Velocity with properties at: >> /WEB-INF/velocity.properties -- Why twice? >=20 >>> i'm not sure. >=20 > BTW, is it possible to get the real source class that issued the log > instead of "DEBUG [main] velocity.log:168 |" ??? >=20 >> DEBUG [main] velocity.log:168 | Starting Apache Velocity v1.6.4 >> (compiled: >> 2010-04-27 15:31:23) >> DEBUG [main] velocity.log:168 | Default Properties File: >> org/apache/velocity/runtime/defaults/velocity.properties >> DEBUG [main] velocity.log:168 | Trying to use logger class >> org.apache.velocity.runtime.log.Log4JLogChute >> DEBUG [main] velocity.log:168 | Using logger class >> org.apache.velocity.runtime.log.Log4JLogChute >> DEBUG [main] velocity.log:168 | ResourceLoader instantiated: >> org.apache.velocity.tools.view.WebappResourceLoader >> DEBUG [main] velocity.log:168 | ResourceLoader instantiated: >> org.apache.velocity.runtime.resource.loader.StringResourceLoader >> DEBUG [main] velocity.log:168 | Creating string repository using class >> org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl..= . >=20 >>> ok, the resource loader settings look like Tools is involved, but >>> then... >=20 >> DEBUG [main] velocity.log:168 | Default repository encoding is UTF-8 >> DEBUG [main] velocity.log:168 | ResourceCache: initialized (class >> org.apache.velocity.runtime.resource.ResourceCacheImpl) with class >> java.util.Collections$SynchronizedMap cache map. >> DEBUG [main] velocity.log:168 | Loaded System Directive: >> org.apache.velocity.runtime.directive.Define >> DEBUG [main] velocity.log:168 | Loaded System Directive: >> org.apache.velocity.runtime.directive.Break >> DEBUG [main] velocity.log:168 | Loaded System Directive: >> org.apache.velocity.runtime.directive.Evaluate >> DEBUG [main] velocity.log:168 | Loaded System Directive: >> org.apache.velocity.runtime.directive.Literal >> DEBUG [main] velocity.log:168 | Loaded System Directive: >> org.apache.velocity.runtime.directive.Macro >> DEBUG [main] velocity.log:168 | Loaded System Directive: >> org.apache.velocity.runtime.directive.Parse >> DEBUG [main] velocity.log:168 | Loaded System Directive: >> org.apache.velocity.runtime.directive.Include >> DEBUG [main] velocity.log:168 | Loaded System Directive: >> org.apache.velocity.runtime.directive.Foreach >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >=20 >>> ...why all of these? Tools does not generally allow auto-init to >>> happen. Somehow, something is trying to use the VelocityEngine before >>> Tools can init() it. Are you using the VelocityViewServlet? If so, >>> are you extending it to override any methods? >=20 > Not sure here, what do you think? Could this also be caused by the other > VelocityEngine instance? >=20 >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Created '20' parsers. >> DEBUG [main] velocity.log:168 | Velocimacro : adding VMs from VM library >> : >> /WEB-INF/VM_global_library.vm >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >> init()... >> DEBUG [main] velocity.log:168 | Velocimacro : allowInline =3D true : VMs >> can >> be defined inline in templates >> DEBUG [main] velocity.log:168 | Velocimacro : allowInlineToOverride =3D >> false >> : VMs defined inline may NOT replace previous VM definitions >> DEBUG [main] velocity.log:168 | Velocimacro : allowInlineLocal =3D false= : >> VMs >> defined inline will be global in scope if allowed. >> DEBUG [main] velocity.log:168 | Velocimacro : autoload off : VM system >> will >> not automatically reload global library macros >> DEBUG [main] velocity.log:168 | Did not find resource at: >> /WEB-INF/toolbox.xml -- I don't think I told velocity to look for >> toolbox.xml. Is that a normal log? >=20 >>>Yes. Tools 1.x looked for this automatically. For backwards >>>compatibility, Tools 2 does also. >=20 > Got it. >=20 >> DEBUG [main] velocity.log:168 | Loaded configuration from: >> /WEB-INF/tools.xml >> DEBUG [main] velocity.log:168 | Loaded configuration from: >> /WEB-INF/tools.xml >> DEBUG [main] velocity.log:168 | Configuring factory with: >> FactoryConfiguration from 8 sources including 4 data with 3 toolboxes: >> =C2=A0Toolbox 'application' with 1 properties [scope -auto-> application= ; ] >> and >> 12 tools: >> =C2=A0Tool 'alternator' =3D> org.apache.velocity.tools.generic.Alternato= rTool >> =C2=A0Tool 'class' =3D> org.apache.velocity.tools.generic.ClassTool >> =C2=A0Tool 'convert' =3D> org.apache.velocity.tools.generic.ConversionTo= ol >> =C2=A0Tool 'date' =3D> org.apache.velocity.tools.generic.DateTool with 1 >> properties [format -auto-> dd/MM/yyyy; ] >> =C2=A0Tool 'display' =3D> org.apache.velocity.tools.generic.DisplayTool >> =C2=A0Tool 'esc' =3D> org.apache.velocity.tools.generic.EscapeTool >> =C2=A0Tool 'field' =3D> org.apache.velocity.tools.generic.FieldTool >> =C2=A0Tool 'math' =3D> org.apache.velocity.tools.generic.MathTool >> =C2=A0Tool 'number' =3D> org.apache.velocity.tools.generic.NumberTool >> =C2=A0Tool 'sorter' =3D> org.apache.velocity.tools.generic.SortTool >> =C2=A0Tool 'text' =3D> org.apache.velocity.tools.generic.ResourceTool >> =C2=A0Tool 'xml' =3D> org.apache.velocity.tools.generic.XmlTool >> >> =C2=A0Toolbox 'request' with 1 properties [scope -auto-> request; ] and = 15 >> tools: >> =C2=A0Tool 'context' =3D> org.apache.velocity.tools.view.ViewContextTool >> =C2=A0Tool 'cookies' =3D> org.apache.velocity.tools.view.CookieTool >> =C2=A0Tool 'errors' =3D> org.apache.velocity.tools.struts.ErrorsTool >> =C2=A0Tool 'form' =3D> org.apache.velocity.tools.struts.FormTool >> =C2=A0Tool 'import' =3D> org.apache.velocity.tools.view.ImportTool >> =C2=A0Tool 'include' =3D> org.apache.velocity.tools.view.IncludeTool >> =C2=A0Tool 'link' =3D> org.apache.velocity.tools.struts.StrutsLinkTool >> =C2=A0Tool 'loop' =3D> org.apache.velocity.tools.generic.LoopTool >> =C2=A0Tool 'messages' =3D> org.apache.velocity.tools.struts.ActionMessag= esTool >> =C2=A0Tool 'pager' =3D> org.apache.velocity.tools.view.PagerTool >> =C2=A0Tool 'params' =3D> org.apache.velocity.tools.view.ParameterTool >> =C2=A0Tool 'render' =3D> org.apache.velocity.tools.generic.RenderTool >> =C2=A0Tool 'text' =3D> org.apache.velocity.tools.struts.MessageTool >> =C2=A0Tool 'tiles' =3D> org.apache.velocity.tools.struts.TilesTool >> =C2=A0Tool 'validator' =3D> org.apache.velocity.tools.struts.ValidatorTo= ol >> >> =C2=A0Toolbox 'session' with 2 properties [createSession -auto-> false; = scope >> -auto-> session; ] and 1 tools: >> =C2=A0Tool 'browser' =3D> org.apache.velocity.tools.view.BrowserTool >> >> =C2=A0Data 'GENERIC_TOOLS_AVAILABLE' -boolean-> true >> =C2=A0Data 'STRUTS_TOOLS_AVAILABLE' -boolean-> true >> =C2=A0Data 'TOOLS_VERSION' -number-> 2.0 >> =C2=A0Data 'VIEW_TOOLS_AVAILABLE' -boolean-> true >> >> =C2=A0Source 0: >> org.apache.velocity.tools.config.FactoryConfiguration(VelocityView.confi= gure(config,factory)) >> =C2=A0Source 1: >> org.apache.velocity.tools.config.XmlFactoryConfiguration(ConfigurationUt= ils.getDefaultTools()) >> =C2=A0Source 2: >> .read(jar:file:/Users/nodje/Documents/project/work/project/target/projec= t/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/generic/too= ls.xml) >> =C2=A0Source 3: >> .read(jar:file:/Users/nodje/Documents/project/work/project/target/projec= t/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/view/tools.= xml) >> =C2=A0Source 4: >> .read(jar:file:/Users/nodje/Documents/project/work/project/target/projec= t/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/struts/tool= s.xml) >> =C2=A0Source 5: >> org.apache.velocity.tools.config.FactoryConfiguration(ConfigurationUtils= .getAutoLoaded(false)) >> =C2=A0Source 6: >> org.apache.velocity.tools.config.XmlFactoryConfiguration(ServletUtils.ge= tConfiguration(/WEB-INF/tools.xml,ServletContext[,depMode=3Dtrue])) >> =C2=A0Source 7: >> org.apache.velocity.tools.config.XmlFactoryConfiguration(ServletUtils.ge= tConfiguration(/WEB-INF/tools.xml,ServletContext[,depMode=3Dtrue])) >> >> The exemple provided in the upgrade to 2.0 page for tools.xml actually >> doesn't work, it should be: >> >> >> >=20 >>>it should be what?? >=20 > Sorry, it didn't make it to the email, don't know why. Here again, it > should be fully named class DateTool instead o just 'date' >=20 > <toolbox scope=3D"application"> > <tool class=3D"org.apache.velocity.tools.generic.DateTool" > format=3D"dd/MM/yyyy" /> > </toolbox> >=20 >> >> >> >> If "date" is used instead of the fully qualified calss name, an error is >> reported. >> >> cheers, >> nodje >> -- >> View this message in context: >> http://old.nabble.com/Upgrading-to-Tools-2.0---1.6.4%2C-sorting-out-log-= messages-tp28804764p28804764.html >> Sent from the Velocity - Dev mailing list [email protected]. >> >=20 > Thanks a lot for your help and for Velocity, I love it. >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >=20 >=20 >=20 --=20 View this message in context: http://old.nabble.com/Upgrading-to-Tools-2.0-= --1.6.4%2C-sorting-out-log-messages-tp28804764p28839693.html Sent from the Velocity - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 10 16:31:40 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16755 invoked from network); 10 Jun 2010 16:31:40 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 16:31:40 -0000 Received: (qmail 63742 invoked by uid 500); 10 Jun 2010 16:31:40 -0000 Delivered-To: [email protected] Received: (qmail 63692 invoked by uid 500); 10 Jun 2010 16:31: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 63684 invoked by uid 500); 10 Jun 2010 16:31:39 -0000 Delivered-To: [email protected] Received: (qmail 63681 invoked by uid 99); 10 Jun 2010 16:31: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 16:31: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 16:31:37 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5AGVF4L001060 for <[email protected]>; Thu, 10 Jun 2010 16:31:15 GMT Message-ID: <23579300.24551276187475159.JavaMail.jira@thor> Date: Thu, 10 Jun 2010 12:31:15 -0400 (EDT) From: =?utf-8?Q?Jarkko_Viinam=C3=A4ki_=28JIRA=29?= <[email protected]> To: [email protected] Subject: [jira] Resolved: (VELOCITY-767) '$' at end of template raises org.apache.velocity.runtime.parser.TokenMgrError In-Reply-To: <12915418.341276076012314.JavaMail.jira@thor> 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/VELOCITY-767?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarkko Viinam=C3=A4ki resolved VELOCITY-767. --------------------------------------- Resolution: Duplicate Duplicate of VELOCITY-677 > '$' at end of template raises org.apache.velocity.runtime.parser.TokenMgr= Error > -------------------------------------------------------------------------= ----- > > Key: VELOCITY-767 > URL: https://issues.apache.org/jira/browse/VELOCITY-767 > Project: Velocity > Issue Type: Bug > Reporter: Alexandre Garnier > Priority: Minor > > When parsing a velocity template ending with a '$', the engine raises a o= rg.apache.velocity.runtime.parser.TokenMgrError. > Even if the '$' is escaped ('\$') > And the message is not really helful : Lexical error: org.apache.velocity= .runtime.parser.TokenMgrError: Lexical error at line 1, column 16. Encounte= red: <EOF> after : "" > (As a temporary workaround, I append '{esc.d}' at the end of the template= if it ends with a '$') --=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 Jun 11 19:42:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79323 invoked from network); 11 Jun 2010 19:42:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 Jun 2010 19:42:18 -0000 Received: (qmail 86886 invoked by uid 500); 11 Jun 2010 19:42:17 -0000 Delivered-To: [email protected] Received: (qmail 86833 invoked by uid 500); 11 Jun 2010 19:42: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 86825 invoked by uid 99); 11 Jun 2010 19:42:17 -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 19:42:17 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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; Fri, 11 Jun 2010 19:42:10 +0000 Received: by iwn40 with SMTP id 40so1978088iwn.37 for <[email protected]>; Fri, 11 Jun 2010 12:41:49 -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=/H5SXcq9Kro64ulzEnsCaxPpc2y9NNPmFW4T88WKADs=; b=voxb1jqd3BpDcwZZPPkTQlfVP/ftRr08zptRjse9PdPAahIDMOlb2Hj+6XALzN9m0f Sd1dHUQMbw34qWeNAQDiFcVAPZSuLDc4MwrN4B9VknScCj1ZF+I/W5WeK6OEu1MQEsP1 gkUHA4HDxHQxx4D/A8UO3nLT3xfWTOioGLM20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KUvFMqmYQTJwZAdtyaUcGOsLxGvSbqocnO4MEaIjbxinUsV06D+hxGkuOItUCMo6mS JHShAhpyI/nGARRhOG+jHhiPHVOjHv2FVnoE73PCDelJXYPNUcoAcdP1wARAPdg/+awy AO6i1tsqUDF1pOU38yJajqlywQ9UAfhBBmejg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id bm34mr2231309ibb.86.1276285309631; Fri, 11 Jun 2010 12:41:49 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 11 Jun 2010 12:41:49 -0700 (PDT) Date: Fri, 11 Jun 2010 21:41:49 +0200 Message-ID: <[email protected]> Subject: [Maven reorg] Trying to understand the site From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Hi all I am currently trying to move the Velocity site to a more modern Maven (I have 2.2.1 installed, with some test of Maven 3 embedder in Eclipse). However the build keeps failing, I guess this is a problem about dependencies, in particular Doxia and Plexus. Anyway, what about getting rid completely of those tools? The news plugin can be removed by using a plain APT file for the news. The doxia renderer is used only to build "contact us" (that contains maling lists) and "who we are" (developers list), but these reports can be shown by the "project information" report. Thoughts? Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 11 22:17:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28484 invoked from network); 11 Jun 2010 22:17:10 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 Jun 2010 22:17:10 -0000 Received: (qmail 86541 invoked by uid 500); 11 Jun 2010 22:17:09 -0000 Delivered-To: [email protected] Received: (qmail 86515 invoked by uid 500); 11 Jun 2010 22:17: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 86506 invoked by uid 99); 11 Jun 2010 22:17:09 -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 22:17:09 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 22:17:03 +0000 Received: by vws10 with SMTP id 10so2142928vws.37 for <[email protected]>; Fri, 11 Jun 2010 15:16:42 -0700 (PDT) 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=38MgJK7l8alMdbkXs/lfCBJhVu/atLqzPCGSOqLEjjA=; b=rOT3WzIs4Z0HrORWjoP4piXJPBmgNda9XEAMgSUgDaOjl6YlyxItUVIQQu9FnbLBPY CdytAhRRpFtL+E1J61EWlSZFCO59ShBqktkZgV6ND1pF+zPYFBdTdQu+L0Vm0O8i07x9 no23o8Xqjif2uToR/pbLCxSVKA+22Usm8LF+w= 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=ZbJbPxMRls0RPP8n83q1EmzhTJFjk39kvZ9QeGToFO1qGWpj4GUp+AZTShj82wEfrh 2iFKbZsYEbs8del+9H5mkbqPFfnih9M2Hk0x1P9LmPL6e03TYHjPe49PaF9I2C+wbtG3 shevidiWJ7PYmnxAJfWuDeSZvvhJ3RmtSgbao= Received: by 161.129.204.104 with SMTP id y17mr997353qah.281.1276294602089; Fri, 11 Jun 2010 15:16:42 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Fri, 11 Jun 2010 15:16:22 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Will Glass-Husain <[email protected]> Date: Fri, 11 Jun 2010 15:16:22 -0700 Message-ID: <[email protected]> Subject: Re: [Maven reorg] Trying to understand the site To: Velocity Developers List <[email protected]> Content-Type: multipart/alternative; boundary=00c09f9b056f62e5410488c87e4e --00c09f9b056f62e5410488c87e4e Content-Type: text/plain; charset=ISO-8859-1 Thanks, It's a great idea to simplify the site generation. I think we should keep "Who we are" and "Contact Us" at a top level of the site. Could we just redo that in HTML or apt? If the plugin for news doesn't work well, then I'm cool with just moving the news to an alternate format. It doesn't change that often... WILL On Fri, Jun 11, 2010 at 12:41 PM, Antonio Petrelli < [email protected]> wrote: > Hi all > I am currently trying to move the Velocity site to a more modern Maven > (I have 2.2.1 installed, with some test of Maven 3 embedder in > Eclipse). > However the build keeps failing, I guess this is a problem about > dependencies, in particular Doxia and Plexus. > > Anyway, what about getting rid completely of those tools? > The news plugin can be removed by using a plain APT file for the news. > The doxia renderer is used only to build "contact us" (that contains > maling lists) and "who we are" (developers list), but these reports > can be shown by the "project information" report. > > Thoughts? > > Antonio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --00c09f9b056f62e5410488c87e4e-- From [email protected] Sat Jun 12 15:52:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46764 invoked from network); 12 Jun 2010 15:52:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 15:52:53 -0000 Received: (qmail 38634 invoked by uid 500); 12 Jun 2010 15:52:53 -0000 Delivered-To: [email protected] Received: (qmail 38582 invoked by uid 500); 12 Jun 2010 15:52: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 38569 invoked by uid 99); 12 Jun 2010 15:52:52 -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:52:52 +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-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 15:52:44 +0000 Received: by iwn40 with SMTP id 40so3038402iwn.37 for <[email protected]>; Sat, 12 Jun 2010 08:52:23 -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 :content-transfer-encoding; bh=ol6m9dJo9Wn3S+JXrbQrzW3QPQtVbUe+ddtXLqADRaI=; b=leJgKkODCbVw6OVsrjKhoZza37fWgreBSy0WdmkHNZtrDxJqO6hJuaI/2XOjGJFBp+ 831wmq791HSHjwg4ncsmER9smsb1s7EhFa++ALuftC+cK/0exPtYdhrdsCMB6+jgZ/Ct SDH6kqv3gEk5/aJbDvb51TXcl8wTMzuNq/feo= 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=LzVZDanIbfP7GeTxKrBclVd70cQ8JcNnnadyPT+11+ueN15zJH1kfjs4eJVD0NXxAi AV6J3hzdGUiq+lPGPryZpfN5PbYOusTYjjBBR1M904phB1bIIY+lu79ZpqnJxyPpUP6P uXFc26ud4ka+z2gtWSs8+5HAf/7nRDJE0ms2s= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id b8mr3233277ibf.150.1276357943323; Sat, 12 Jun 2010 08:52:23 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sat, 12 Jun 2010 08:52:23 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Sat, 12 Jun 2010 17:52:23 +0200 Message-ID: <[email protected]> Subject: Re: [Maven reorg] Trying to understand the site From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2010/6/12 Will Glass-Husain <[email protected]>: > I think we should keep "Who we are" and "Contact Us" at a top level of th= e > site. =A0Could we just redo that in HTML or apt? I've got a better idea, a link to the page included in Project information, for example: http://tiles.apache.org/team-list.html and; http://tiles.apache.org/mail-lists.html > If the plugin for news doesn't work well, then I'm cool with just moving = the > news to an alternate format. =A0It doesn't change that often... This is a problem: I tried to find a plugin that could work but failed. I thought that it was a nice idea to rewrite the news item to a plain APT file, but then it won't be included in the main page (currently a macro is used that gets the first 3 items of the news), Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jun 12 17:18:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67338 invoked from network); 12 Jun 2010 17:18:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 17:18:16 -0000 Received: (qmail 94816 invoked by uid 500); 12 Jun 2010 17:18:16 -0000 Delivered-To: [email protected] Received: (qmail 94769 invoked by uid 500); 12 Jun 2010 17:18: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 94761 invoked by uid 99); 12 Jun 2010 17:18:16 -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 17:18: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 siva.renegat.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 17:18:07 +0000 Received: from localhost (localhost.localdomain [161.129.204.104]) by siva.renegat.net (Postfix) with ESMTP id BD3E24D104 for <[email protected]>; Sat, 12 Jun 2010 19:17:46 +0200 (CEST) X-Virus-Scanned: Debian [email protected] Received: from siva.renegat.net ([161.129.204.104]) by localhost (localhost.localdomain [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id pcqk3wMoG0XR for <[email protected]>; Sat, 12 Jun 2010 19:17:44 +0200 (CEST) Received: from [161.129.204.104] (137.18.100-84.rev.gaoland.net [161.129.204.104]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by siva.renegat.net (Postfix) with ESMTPSA for <[email protected]>; Sat, 12 Jun 2010 19:17:44 +0200 (CEST) Subject: Re: [Maven reorg] Trying to understand the site From: Claude Brisson <[email protected]> To: Velocity Developers List <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Content-Type: text/plain; charset="UTF-8" Date: Sat, 12 Jun 2010 19:17:39 +0200 Message-ID: <1276363059.2379.37.camel@phoenix> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > > If the plugin for news doesn't work well, then I'm cool with just moving the > > news to an alternate format. It doesn't change that often... > > This is a problem: I tried to find a plugin that could work but failed. > I thought that it was a nice idea to rewrite the news item to a plain > APT file, but then it won't be included in the main page (currently a > macro is used that gets the first 3 items of the news), Why not a one-line shell script called by an SSI directive, that takes a text file containing news as input? <!--#exec cmd="head -3 news.txt"--> news.txt can contain html Claude > Antonio > > --------------------------------------------------------------------- > 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 Jun 13 15:13:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25725 invoked from network); 13 Jun 2010 10:14:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Jun 2010 10:14:49 -0000 Received: (qmail 8713 invoked by uid 500); 13 Jun 2010 10:14:49 -0000 Delivered-To: [email protected] Received: (qmail 8574 invoked by uid 500); 13 Jun 2010 10:14: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8566 invoked by uid 99); 13 Jun 2010 10:14:45 -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 10:14:45 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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; Sun, 13 Jun 2010 10:14:40 +0000 Received: by iwn40 with SMTP id 40so3780692iwn.37 for <[email protected]>; Sun, 13 Jun 2010 03:14:20 -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 :content-transfer-encoding; bh=neuXIU8YZUOvYDdFBpCktQRinUPOMq2zlkK9uO1/poE=; b=xSziNiXX5OZqZK3YQbAJSAMYW3s2AN4ZC6wmKsShx1RWiyMjyZJZlcJtMVYmOPW8mk 17W010nYGw/Uxdc2pmhnqW7NWBR+gZ7T0dXz8szawTNB5lrODGk3q7d3hl+ALvujL+5u QDGzFzrTrkp8LaRV+ziV+B13NoiuttBJc4anM= 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=fPOTa47whQiI5KwmEV1emlmOkF88oVFjPCP3lmLkyL3RtlpGzVHg4oiNGtezP+A8ut oTQ6yPr5Gf7Y6Ljuj+Y1Fk+WiG5p3s7rPh8H76X/DUs5RoBQr20j0JYJLkSZLc/bV8IN lgAff+wnWrGJhhAvdWX+xYc/DOuWPtsR3SAEQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id b23mr4699282ibc.8.1276424059871; Sun, 13 Jun 2010 03:14:19 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sun, 13 Jun 2010 03:14:19 -0700 (PDT) In-Reply-To: <1276363059.2379.37.camel@phoenix> References: <[email protected]> <[email protected]> <[email protected]> <1276363059.2379.37.camel@phoenix> Date: Sun, 13 Jun 2010 12:14:19 +0200 Message-ID: <[email protected]> Subject: Re: [Maven reorg] Trying to understand the site From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/6/12 Claude Brisson <[email protected]>: > >> > If the plugin for news doesn't work well, then I'm cool with just movi= ng the >> > news to an alternate format. =A0It doesn't change that often... >> >> This is a problem: I tried to find a plugin that could work but failed. >> I thought that it was a nice idea to rewrite the news item to a plain >> APT file, but then it won't be included in the main page (currently a >> macro is used that gets the first 3 items of the news), > > Why not a one-line shell script called by an SSI directive, that takes a > text file containing news as input? > > <!--#exec cmd=3D"head -3 news.txt"--> > > news.txt can contain html I think that it complicates more the situation, since you need to create a partial HTML file of the news that you put normally in that news.xml file. Thus, you need to modify two files when you post a news item. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 14 14:53:02 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54751 invoked from network); 14 Jun 2010 14:53:02 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 14 Jun 2010 14:53:02 -0000 Received: (qmail 11708 invoked by uid 500); 14 Jun 2010 07:46:22 -0000 Delivered-To: [email protected] Received: (qmail 11568 invoked by uid 500); 14 Jun 2010 07:46: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11560 invoked by uid 99); 14 Jun 2010 07:46:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 07:46:18 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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; Mon, 14 Jun 2010 07:46:13 +0000 Received: by iwn40 with SMTP id 40so4804231iwn.37 for <[email protected]>; Mon, 14 Jun 2010 00:45:52 -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 :content-transfer-encoding; bh=zhXZAn4+I9zlbCVE0H6cbe9h6diM8pGZlFqxhZirMpg=; b=XF+saRu14G3NEHUeepbtd+MAiYeDAYEyLlcFqwG4exeeGbseNPzxI7QAPl0vOmm36Y AHcthPIKEdxjFeEG9DXrFz74rywo8H/6dok7oIt0bS/q+x1yE5cNtWseLg5NEyTx0bSN deOItXSKiP+ynA0zfPLYqCH0FzWwpZtFhU++4= 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=nBbeWvzDMU9e2taLFIwVFduJx7HIiUHWfMSenjw/gJ9CbpHdxPTFK53311ylVH623t bq8IM6WFJrqMxqqhz/Z3uMUypH7slMyjKP65c0EVeROfxFv598M/GEmuwBBGTdKl0jOj Cc2T0MafLMF4vCa5DU8of6XStm3YWwfNZbdYM= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id n7mr6467843ibh.60.1276501552546; Mon, 14 Jun 2010 00:45:52 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Jun 2010 00:45:52 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <1276363059.2379.37.camel@phoenix> <[email protected]> Date: Mon, 14 Jun 2010 09:45:52 +0200 Message-ID: <[email protected]> Subject: Re: [Maven reorg] Trying to understand the site From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/6/13 Antonio Petrelli <[email protected]>: > 2010/6/12 Claude Brisson <[email protected]>: >> >>> > If the plugin for news doesn't work well, then I'm cool with just mov= ing the >>> > news to an alternate format. =A0It doesn't change that often... >>> >>> This is a problem: I tried to find a plugin that could work but failed. >>> I thought that it was a nice idea to rewrite the news item to a plain >>> APT file, but then it won't be included in the main page (currently a >>> macro is used that gets the first 3 items of the news), >> >> Why not a one-line shell script called by an SSI directive, that takes a >> text file containing news as input? >> >> <!--#exec cmd=3D"head -3 news.txt"--> >> >> news.txt can contain html > > I think that it complicates more the situation, since you need to > create a partial HTML file of the news that you put normally in that > news.xml file. Thus, you need to modify two files when you post a news > item. However I think I'm near a solution, migrating to Doxia 1.1.3 and saving all the work. I'll let you know. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 15 20:29:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89602 invoked from network); 15 Jun 2010 20:29:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Jun 2010 20:29:18 -0000 Received: (qmail 72406 invoked by uid 500); 15 Jun 2010 20:29:18 -0000 Delivered-To: [email protected] Received: (qmail 72344 invoked by uid 500); 15 Jun 2010 20: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 72336 invoked by uid 99); 15 Jun 2010 20:29:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 20:29:18 +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-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 20:29:10 +0000 Received: by iwn40 with SMTP id 40so7089726iwn.37 for <[email protected]>; Tue, 15 Jun 2010 13:28:49 -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=Zobv4rMdwB6WvD05/BWiCv2M7ES6+L9RMFTS2ZRoi2U=; b=XQzH37+Wj9tbZHTn6c9Z4QedXt9pFMTz8H9T1dqIzKsTPCTWBjam5zAoAWDJD47XmE MN8mW8Ix+pvP4gS2NRoMGy0Wp+Sa8rmPRn4o0s8dS1pUObxFT2Z+HB8UU9IZlBYNGhKm htM2COiWAfZXSA4niez/L8Ng3twjUIE2cvoiw= 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=Vpg8lZJCEZKRTt7r4YEz084NBNkkJ5kE/IOjtEWSXqne9xhk97NtTfcAGR/cIJ5b/g YtLE1SbJWutR5tLF6Iuy1mg7wSTkRUhurLDXODw9kPCCnHyET3Ll4eJIYi1JUjqcUKn9 1H5XNrHtpbWk1gaB9/DDrNSikDayT1nhw1K1M= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s17mr8488206ibr.181.1276633729511; Tue, 15 Jun 2010 13:28:49 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 15 Jun 2010 13:28:49 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <1276096567.26518.326.camel@phoenix> <[email protected]> Date: Tue, 15 Jun 2010 22:28:49 +0200 Message-ID: <[email protected]> Subject: Re: [VOTE] Move future Velocity releases to Apache's Nexus Pro instance From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Here are the results: +1 binding: Nathan, Claude, Will +1 non binding: Antonio I will create the INFRA issue ASAP. Thanks Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 16 10:17:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40174 invoked from network); 16 Jun 2010 10:17:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Jun 2010 10:17:06 -0000 Received: (qmail 56031 invoked by uid 500); 16 Jun 2010 10:17:06 -0000 Delivered-To: [email protected] Received: (qmail 55896 invoked by uid 500); 16 Jun 2010 10: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 55884 invoked by uid 99); 16 Jun 2010 10:17:03 -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 10:17:03 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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; Wed, 16 Jun 2010 10:16:56 +0000 Received: by iwn40 with SMTP id 40so7888863iwn.37 for <[email protected]>; Wed, 16 Jun 2010 03:16:36 -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=wM4jQ5xKd7BN8wR+O5VAMVJ4UqJLQQFMJBR8TqUYSss=; b=MMaNjUO4tsI6lzJzekZVUrGGOEX5trTSKbx/+daM2F8cJ0Q6sL+84WB2KYHWMLLAGK 7mTWv2suBw9iYWpRlwzGH9QK7WCW8c+qMyuCsec/JiiFJV/EYF4T7JwyDQQoQD6B4WdJ l5KoSmnBoQhqApd8N05n9r2ZlTTju6UMle7I8= 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=n0bRRv5W89971HxiFuhDpoaKoJMhKMJJRxWkvipno7z2KFJ0Nanpm8kHY72olazbIi DZNtA5odY5OMwWTtQ5C1toLCtSE85MLVribD+RQPHXPj7/smDsvDX4wChH1lTFl504aa Ae0KbNghNx9/sZ4/c8EKVsYpX4YNwFYF20Y9M= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id dl2mr9265406ibb.101.1276683396475; Wed, 16 Jun 2010 03:16:36 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 16 Jun 2010 03:16:36 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <1276096567.26518.326.camel@phoenix> <[email protected]> <[email protected]> Date: Wed, 16 Jun 2010 12:16:36 +0200 Message-ID: <[email protected]> Subject: Re: [VOTE] Move future Velocity releases to Apache's Nexus Pro instance From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 2010/6/15 Antonio Petrelli <[email protected]>: > I will create the INFRA issue ASAP. Here it is: https://issues.apache.org/jira/browse/INFRA-2798 Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 18 00:33:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5327 invoked from network); 18 Jun 2010 00:33:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 00:33:47 -0000 Received: (qmail 7827 invoked by uid 500); 18 Jun 2010 00:33:47 -0000 Delivered-To: [email protected] Received: (qmail 7741 invoked by uid 500); 18 Jun 2010 00: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7733 invoked by uid 500); 18 Jun 2010 00:33:46 -0000 Delivered-To: [email protected] Received: (qmail 7730 invoked by uid 99); 18 Jun 2010 00:33:46 -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 00:33:46 +0000 X-ASF-Spam-Status: No, hits=-1575.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 00:33:45 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5I0XPiv017908 for <[email protected]>; Fri, 18 Jun 2010 00:33:25 GMT Message-ID: <3065258.70471276821205177.JavaMail.jira@thor> Date: Thu, 17 Jun 2010 20:33:25 -0400 (EDT) From: "Matt Ryall (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (VELOCITY-768) Mark optional dependencies as optional in OSGi bundle manifest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Mark optional dependencies as optional in OSGi bundle manifest -------------------------------------------------------------- Key: VELOCITY-768 URL: https://issues.apache.org/jira/browse/VELOCITY-768 Project: Velocity Issue Type: Improvement Components: Build Affects Versions: 1.7-beta1 Reporter: Matt Ryall Trying to use the Velocity 1.7-beta1 JAR in our OSGi container (Felix running in Atlassian Confluence), we ran into dependency problems because all the dependencies of Velocity are marked as mandatory. As you would know, Velocity has a logging abstraction which allows different logging frameworks to be used. Likewise, you don't need the servlet API to use Velocity. However, these dependencies are marked as required in the new OSGi manifest added in VELOCITY-694. This causes the bundle to fail to start because the dependencies are missing. >From our testing, we could use Velocity in our application just fine with following imports changed to be optional: * com.werken.xpath * javax.servlet * javax.servlet.http * org.apache.commons.logging * org.apache.log * org.apache.log.format * org.apache.log.output.io * org.apache.log4j * org.apache.oro.text.perl * org.apache.tools.ant * org.apache.tools.ant.taskdefs * org.jdom * org.jdom.input * org.jdom.output That means changing the current Import-Package declaration from this: Import-Package: com.werken.xpath, javax.naming, javax.servlet, javax.servlet.http, javax.sql, org.apache.commons.collections, org.apache.commons.collections.map, org.apache.commons.lang, org.apache.commons.lang.builder, org.apache.commons.lang.text, org.apache.commons.logging, org.apache.log, org.apache.log.format, org.apache.log.output.io, org.apache.log4j, org.apache.oro.text.perl, org.apache.tools.ant, org.apache.tools.ant.taskdefs, org.jdom, org.jdom.input, org.jdom.output, org.xml.sax to this: Import-Package: com.werken.xpath;resolution:=optional, javax.naming, javax.servlet;resolution:=optional, javax.servlet.http;resolution:=optional, javax.sql, org.apache.commons.collections, org.apache.commons.collections.map, org.apache.commons.lang, org.apache.commons.lang.builder, org.apache.commons.lang.text, org.apache.commons.logging;resolution:=optional, org.apache.log;resolution:=optional, org.apache.log.format;resolution:=optional, org.apache.log.output.io;resolution:=optional, org.apache.log4j;resolution:=optional, org.apache.oro.text.perl;resolution:=optional, org.apache.tools.ant;resolution:=optional, org.apache.tools.ant.taskdefs;resolution:=optional, org.jdom;resolution:=optional, org.jdom.input;resolution:=optional, org.jdom.output;resolution:=optional, org.xml.sax I'll prepare a patch against trunk and attach it shortly. -- 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 Jun 18 04:19:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23905 invoked from network); 18 Jun 2010 04:19:52 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 04:19:52 -0000 Received: (qmail 73502 invoked by uid 500); 18 Jun 2010 04:19:52 -0000 Delivered-To: [email protected] Received: (qmail 73359 invoked by uid 500); 18 Jun 2010 04:19: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 73351 invoked by uid 500); 18 Jun 2010 04:19:49 -0000 Delivered-To: [email protected] Received: (qmail 73348 invoked by uid 99); 18 Jun 2010 04:19: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 04:19: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 04:19:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5I4JOg3021421 for <[email protected]>; Fri, 18 Jun 2010 04:19:24 GMT Message-ID: <5116994.73721276834764458.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 00:19:24 -0400 (EDT) From: "Matt Ryall (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (VELOCITY-768) Mark optional dependencies as optional in OSGi bundle manifest In-Reply-To: <3065258.70471276821205177.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/VELOCITY-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ryall updated VELOCITY-768: -------------------------------- Attachment: VELOCITY-768_mark_optional_deps_in_manifest_v1.patch > Mark optional dependencies as optional in OSGi bundle manifest > -------------------------------------------------------------- > > Key: VELOCITY-768 > URL: https://issues.apache.org/jira/browse/VELOCITY-768 > Project: Velocity > Issue Type: Improvement > Components: Build > Affects Versions: 1.7-beta1 > Reporter: Matt Ryall > Attachments: VELOCITY-768_mark_optional_deps_in_manifest_v1.patch > > > Trying to use the Velocity 1.7-beta1 JAR in our OSGi container (Felix running in Atlassian Confluence), we ran into dependency problems because all the dependencies of Velocity are marked as mandatory. > As you would know, Velocity has a logging abstraction which allows different logging frameworks to be used. Likewise, you don't need the servlet API to use Velocity. However, these dependencies are marked as required in the new OSGi manifest added in VELOCITY-694. This causes the bundle to fail to start because the dependencies are missing. > From our testing, we could use Velocity in our application just fine with following imports changed to be optional: > * com.werken.xpath > * javax.servlet > * javax.servlet.http > * org.apache.commons.logging > * org.apache.log > * org.apache.log.format > * org.apache.log.output.io > * org.apache.log4j > * org.apache.oro.text.perl > * org.apache.tools.ant > * org.apache.tools.ant.taskdefs > * org.jdom > * org.jdom.input > * org.jdom.output > That means changing the current Import-Package declaration from this: > Import-Package: com.werken.xpath, > javax.naming, > javax.servlet, > javax.servlet.http, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging, > org.apache.log, > org.apache.log.format, > org.apache.log.output.io, > org.apache.log4j, > org.apache.oro.text.perl, > org.apache.tools.ant, > org.apache.tools.ant.taskdefs, > org.jdom, > org.jdom.input, > org.jdom.output, > org.xml.sax > to this: > Import-Package: com.werken.xpath;resolution:=optional, > javax.naming, > javax.servlet;resolution:=optional, > javax.servlet.http;resolution:=optional, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging;resolution:=optional, > org.apache.log;resolution:=optional, > org.apache.log.format;resolution:=optional, > org.apache.log.output.io;resolution:=optional, > org.apache.log4j;resolution:=optional, > org.apache.oro.text.perl;resolution:=optional, > org.apache.tools.ant;resolution:=optional, > org.apache.tools.ant.taskdefs;resolution:=optional, > org.jdom;resolution:=optional, > org.jdom.input;resolution:=optional, > org.jdom.output;resolution:=optional, > org.xml.sax > I'll prepare a patch against trunk and attach it shortly. -- 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 Jun 18 04:26:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25068 invoked from network); 18 Jun 2010 04:26:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 04:26:50 -0000 Received: (qmail 76072 invoked by uid 500); 18 Jun 2010 04:26:50 -0000 Delivered-To: [email protected] Received: (qmail 75919 invoked by uid 500); 18 Jun 2010 04: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 75903 invoked by uid 500); 18 Jun 2010 04:26:47 -0000 Delivered-To: [email protected] Received: (qmail 75899 invoked by uid 99); 18 Jun 2010 04:26: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 04:26: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 04:26:44 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5I4QMoK021444 for <[email protected]>; Fri, 18 Jun 2010 04:26:22 GMT Message-ID: <6701749.73731276835182612.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 00:26:22 -0400 (EDT) From: "Matt Ryall (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (VELOCITY-768) Mark optional dependencies as optional in OSGi bundle manifest In-Reply-To: <3065258.70471276821205177.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/VELOCITY-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880066#action_12880066 ] Matt Ryall commented on VELOCITY-768: ------------------------------------- Patch attached. I've also cleaned up the dependencies list a bit by splitting them onto separate lines. If you move to building Velocity releases with Maven, it might be worth considering using the [BND Maven plugin|http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html] for generating this information from the POM, rather than duplicating the dependency information in build.properties. > Mark optional dependencies as optional in OSGi bundle manifest > -------------------------------------------------------------- > > Key: VELOCITY-768 > URL: https://issues.apache.org/jira/browse/VELOCITY-768 > Project: Velocity > Issue Type: Improvement > Components: Build > Affects Versions: 1.7-beta1 > Reporter: Matt Ryall > Attachments: VELOCITY-768_mark_optional_deps_in_manifest_v1.patch > > > Trying to use the Velocity 1.7-beta1 JAR in our OSGi container (Felix running in Atlassian Confluence), we ran into dependency problems because all the dependencies of Velocity are marked as mandatory. > As you would know, Velocity has a logging abstraction which allows different logging frameworks to be used. Likewise, you don't need the servlet API to use Velocity. However, these dependencies are marked as required in the new OSGi manifest added in VELOCITY-694. This causes the bundle to fail to start because the dependencies are missing. > From our testing, we could use Velocity in our application just fine with following imports changed to be optional: > * com.werken.xpath > * javax.servlet > * javax.servlet.http > * org.apache.commons.logging > * org.apache.log > * org.apache.log.format > * org.apache.log.output.io > * org.apache.log4j > * org.apache.oro.text.perl > * org.apache.tools.ant > * org.apache.tools.ant.taskdefs > * org.jdom > * org.jdom.input > * org.jdom.output > That means changing the current Import-Package declaration from this: > Import-Package: com.werken.xpath, > javax.naming, > javax.servlet, > javax.servlet.http, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging, > org.apache.log, > org.apache.log.format, > org.apache.log.output.io, > org.apache.log4j, > org.apache.oro.text.perl, > org.apache.tools.ant, > org.apache.tools.ant.taskdefs, > org.jdom, > org.jdom.input, > org.jdom.output, > org.xml.sax > to this: > Import-Package: com.werken.xpath;resolution:=optional, > javax.naming, > javax.servlet;resolution:=optional, > javax.servlet.http;resolution:=optional, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging;resolution:=optional, > org.apache.log;resolution:=optional, > org.apache.log.format;resolution:=optional, > org.apache.log.output.io;resolution:=optional, > org.apache.log4j;resolution:=optional, > org.apache.oro.text.perl;resolution:=optional, > org.apache.tools.ant;resolution:=optional, > org.apache.tools.ant.taskdefs;resolution:=optional, > org.jdom;resolution:=optional, > org.jdom.input;resolution:=optional, > org.jdom.output;resolution:=optional, > org.xml.sax > I'll prepare a patch against trunk and attach it shortly. -- 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 Jun 18 15:13:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86951 invoked from network); 18 Jun 2010 15:13:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 15:13:14 -0000 Received: (qmail 87023 invoked by uid 500); 18 Jun 2010 15:13:13 -0000 Delivered-To: [email protected] Received: (qmail 86963 invoked by uid 500); 18 Jun 2010 15:13: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 86955 invoked by uid 99); 18 Jun 2010 15:13:13 -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 15:13:13 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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; Fri, 18 Jun 2010 15:13:08 +0000 Received: by iwn1 with SMTP id 1so1448456iwn.37 for <[email protected]>; Fri, 18 Jun 2010 08:12: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:content-transfer-encoding; bh=+3KVIOdlv3NwVgS0qscpUnEdRLm7bsOVMLxDxU23JwM=; b=bwJjT4l4Moas9lKQZpz9VWDdzNvewZRFUZDkYAfZv8RrmCBQG33tN+4JncBWgwAS7H 51S5VMWRK2EeOWHPdWL5CARzZpYFApEN26zsD9OmsOvF31tiSoM6kW5CZx7jxifTOA7R mQh7Q4yuXzjTXukl4Krf7m6LCoCsiBaAdXvBA= 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=uMlYgAVWP/8u4ud0NVtiuDLoY02bLhBIcaOlFB1BUqbWALzTcK4+gXsPmpfjT4/5KS R9VbwJg9EDGOXB3x54qIRkzlqAuWMvcdTLSTpaBykQ9+9X2dXz/vZDeO34pCT71jS0gz C9gRXOvIGdIAt1nyw4yThClzwopeqPW9e9vNY= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 4mr421367icb.92.1276873967211; Fri, 18 Jun 2010 08:12:47 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 18 Jun 2010 08:12:47 -0700 (PDT) Date: Fri, 18 Jun 2010 17:12:47 +0200 Message-ID: <[email protected]> Subject: Nexus for Velocity enabled (Fwd: [jira] Closed: (INFRA-2798) Nexus access for Velocity) From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Forwarded FYI Antonio ---------- Forwarded message ---------- From: Brian Fox (JIRA) <[email protected]> Date: 2010/6/18 Subject: [jira] Closed: (INFRA-2798) Nexus access for Velocity To: [email protected] =A0 =A0 [ https://issues.apache.org/jira/browse/INFRA-2798?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed INFRA-2798. ---------------------------- =A0 =A0Resolution: Fixed The conversion is all set, just be sure to go clean up your old snapshots from the people snapshot repo when they aren't needed. > Nexus access for Velocity > ------------------------- > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Key: INFRA-2798 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 URL: https://issues.apache.org/jira/brows= e/INFRA-2798 > =A0 =A0 =A0 =A0 =A0 =A0 Project: Infrastructure > =A0 =A0 =A0 =A0 =A0Issue Type: Sub-task > =A0 =A0 =A0Security Level: public(Regular issues) > =A0 =A0 =A0 =A0 =A0 =A0Reporter: Antonio Petrelli > > Though at Velocity we don't use Maven for releases yet, we would like to = use Nexus for staging upload and, after the move to Maven, as a staging rep= ository. > If possible, please create Nexus setup for Velocity project > The Vote > http://velocity.markmail.org/message/qzfi4y6qrohdxnx2 > The Source > https://svn.apache.org/repos/asf/velocity/ > Thanks in advance! -- 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] Sat Jun 19 02:26:44 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46999 invoked from network); 19 Jun 2010 02:26:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 02:26:44 -0000 Received: (qmail 95582 invoked by uid 500); 19 Jun 2010 02:26:44 -0000 Delivered-To: [email protected] Received: (qmail 95505 invoked by uid 500); 19 Jun 2010 02:26: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 95497 invoked by uid 500); 19 Jun 2010 02:26:44 -0000 Delivered-To: [email protected] Received: (qmail 95494 invoked by uid 99); 19 Jun 2010 02:26:43 -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 02:26:43 +0000 X-ASF-Spam-Status: No, hits=-1579.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; Sat, 19 Jun 2010 02:26:43 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5J2QM6G004153 for <[email protected]>; Sat, 19 Jun 2010 02:26:23 GMT Message-ID: <32699845.90421276914382645.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 22:26:22 -0400 (EDT) From: "Nathan Bubna (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (VELOCITY-768) Mark optional dependencies as optional in OSGi bundle manifest In-Reply-To: <3065258.70471276821205177.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/VELOCITY-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880409#action_12880409 ] Nathan Bubna commented on VELOCITY-768: --------------------------------------- Thanks, i've applied the patch. I'm still a newbie when it comes to OSGi, so help is welcome. As for generating from the POM, can the POM express "required-for-compilation-but-optional-for-users"? I didn't think it could... > Mark optional dependencies as optional in OSGi bundle manifest > -------------------------------------------------------------- > > Key: VELOCITY-768 > URL: https://issues.apache.org/jira/browse/VELOCITY-768 > Project: Velocity > Issue Type: Improvement > Components: Build > Affects Versions: 1.7-beta1 > Reporter: Matt Ryall > Attachments: VELOCITY-768_mark_optional_deps_in_manifest_v1.patch > > > Trying to use the Velocity 1.7-beta1 JAR in our OSGi container (Felix running in Atlassian Confluence), we ran into dependency problems because all the dependencies of Velocity are marked as mandatory. > As you would know, Velocity has a logging abstraction which allows different logging frameworks to be used. Likewise, you don't need the servlet API to use Velocity. However, these dependencies are marked as required in the new OSGi manifest added in VELOCITY-694. This causes the bundle to fail to start because the dependencies are missing. > From our testing, we could use Velocity in our application just fine with following imports changed to be optional: > * com.werken.xpath > * javax.servlet > * javax.servlet.http > * org.apache.commons.logging > * org.apache.log > * org.apache.log.format > * org.apache.log.output.io > * org.apache.log4j > * org.apache.oro.text.perl > * org.apache.tools.ant > * org.apache.tools.ant.taskdefs > * org.jdom > * org.jdom.input > * org.jdom.output > That means changing the current Import-Package declaration from this: > Import-Package: com.werken.xpath, > javax.naming, > javax.servlet, > javax.servlet.http, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging, > org.apache.log, > org.apache.log.format, > org.apache.log.output.io, > org.apache.log4j, > org.apache.oro.text.perl, > org.apache.tools.ant, > org.apache.tools.ant.taskdefs, > org.jdom, > org.jdom.input, > org.jdom.output, > org.xml.sax > to this: > Import-Package: com.werken.xpath;resolution:=optional, > javax.naming, > javax.servlet;resolution:=optional, > javax.servlet.http;resolution:=optional, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging;resolution:=optional, > org.apache.log;resolution:=optional, > org.apache.log.format;resolution:=optional, > org.apache.log.output.io;resolution:=optional, > org.apache.log4j;resolution:=optional, > org.apache.oro.text.perl;resolution:=optional, > org.apache.tools.ant;resolution:=optional, > org.apache.tools.ant.taskdefs;resolution:=optional, > org.jdom;resolution:=optional, > org.jdom.input;resolution:=optional, > org.jdom.output;resolution:=optional, > org.xml.sax > I'll prepare a patch against trunk and attach it shortly. -- 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] Sat Jun 19 02:29:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55082 invoked from network); 19 Jun 2010 02:29:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 02:29:46 -0000 Received: (qmail 96531 invoked by uid 500); 19 Jun 2010 02:29:46 -0000 Delivered-To: [email protected] Received: (qmail 96511 invoked by uid 500); 19 Jun 2010 02:29: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96503 invoked by uid 500); 19 Jun 2010 02:29:45 -0000 Delivered-To: [email protected] Received: (qmail 96494 invoked by uid 99); 19 Jun 2010 02:29:45 -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 02:29:45 +0000 X-ASF-Spam-Status: No, hits=-1584.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, 19 Jun 2010 02:29:45 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5J2TOgU004175 for <[email protected]>; Sat, 19 Jun 2010 02:29:25 GMT Message-ID: <31429142.90441276914564753.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 22:29:24 -0400 (EDT) From: "Nathan Bubna (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (VELOCITY-768) Mark optional dependencies as optional in OSGi bundle manifest In-Reply-To: <3065258.70471276821205177.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/VELOCITY-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Bubna updated VELOCITY-768: ---------------------------------- Fix Version/s: 1.7 Only fixed in 1.7, for the time being. > Mark optional dependencies as optional in OSGi bundle manifest > -------------------------------------------------------------- > > Key: VELOCITY-768 > URL: https://issues.apache.org/jira/browse/VELOCITY-768 > Project: Velocity > Issue Type: Improvement > Components: Build > Affects Versions: 1.7-beta1 > Reporter: Matt Ryall > Fix For: 1.7 > > Attachments: VELOCITY-768_mark_optional_deps_in_manifest_v1.patch > > > Trying to use the Velocity 1.7-beta1 JAR in our OSGi container (Felix running in Atlassian Confluence), we ran into dependency problems because all the dependencies of Velocity are marked as mandatory. > As you would know, Velocity has a logging abstraction which allows different logging frameworks to be used. Likewise, you don't need the servlet API to use Velocity. However, these dependencies are marked as required in the new OSGi manifest added in VELOCITY-694. This causes the bundle to fail to start because the dependencies are missing. > From our testing, we could use Velocity in our application just fine with following imports changed to be optional: > * com.werken.xpath > * javax.servlet > * javax.servlet.http > * org.apache.commons.logging > * org.apache.log > * org.apache.log.format > * org.apache.log.output.io > * org.apache.log4j > * org.apache.oro.text.perl > * org.apache.tools.ant > * org.apache.tools.ant.taskdefs > * org.jdom > * org.jdom.input > * org.jdom.output > That means changing the current Import-Package declaration from this: > Import-Package: com.werken.xpath, > javax.naming, > javax.servlet, > javax.servlet.http, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging, > org.apache.log, > org.apache.log.format, > org.apache.log.output.io, > org.apache.log4j, > org.apache.oro.text.perl, > org.apache.tools.ant, > org.apache.tools.ant.taskdefs, > org.jdom, > org.jdom.input, > org.jdom.output, > org.xml.sax > to this: > Import-Package: com.werken.xpath;resolution:=optional, > javax.naming, > javax.servlet;resolution:=optional, > javax.servlet.http;resolution:=optional, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging;resolution:=optional, > org.apache.log;resolution:=optional, > org.apache.log.format;resolution:=optional, > org.apache.log.output.io;resolution:=optional, > org.apache.log4j;resolution:=optional, > org.apache.oro.text.perl;resolution:=optional, > org.apache.tools.ant;resolution:=optional, > org.apache.tools.ant.taskdefs;resolution:=optional, > org.jdom;resolution:=optional, > org.jdom.input;resolution:=optional, > org.jdom.output;resolution:=optional, > org.xml.sax > I'll prepare a patch against trunk and attach it shortly. -- 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] Sat Jun 19 02:31:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60899 invoked from network); 19 Jun 2010 02:31:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 02:31:47 -0000 Received: (qmail 97507 invoked by uid 500); 19 Jun 2010 02:31:47 -0000 Delivered-To: [email protected] Received: (qmail 97433 invoked by uid 500); 19 Jun 2010 02:31: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 97425 invoked by uid 500); 19 Jun 2010 02:31:46 -0000 Delivered-To: [email protected] Received: (qmail 97422 invoked by uid 99); 19 Jun 2010 02:31:46 -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 02:31:46 +0000 X-ASF-Spam-Status: No, hits=-1589.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; Sat, 19 Jun 2010 02:31:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5J2VPO3004183 for <[email protected]>; Sat, 19 Jun 2010 02:31:25 GMT Message-ID: <4867465.90461276914685502.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 22:31:25 -0400 (EDT) From: "Nathan Bubna (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (VELOCITY-768) Mark optional dependencies as optional in OSGi bundle manifest In-Reply-To: <3065258.70471276821205177.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/VELOCITY-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Bubna updated VELOCITY-768: ---------------------------------- Affects Version/s: 1.7 2.0 (was: 1.7-beta1) > Mark optional dependencies as optional in OSGi bundle manifest > -------------------------------------------------------------- > > Key: VELOCITY-768 > URL: https://issues.apache.org/jira/browse/VELOCITY-768 > Project: Velocity > Issue Type: Improvement > Components: Build > Affects Versions: 1.7, 2.0 > Reporter: Matt Ryall > Fix For: 1.7 > > Attachments: VELOCITY-768_mark_optional_deps_in_manifest_v1.patch > > > Trying to use the Velocity 1.7-beta1 JAR in our OSGi container (Felix running in Atlassian Confluence), we ran into dependency problems because all the dependencies of Velocity are marked as mandatory. > As you would know, Velocity has a logging abstraction which allows different logging frameworks to be used. Likewise, you don't need the servlet API to use Velocity. However, these dependencies are marked as required in the new OSGi manifest added in VELOCITY-694. This causes the bundle to fail to start because the dependencies are missing. > From our testing, we could use Velocity in our application just fine with following imports changed to be optional: > * com.werken.xpath > * javax.servlet > * javax.servlet.http > * org.apache.commons.logging > * org.apache.log > * org.apache.log.format > * org.apache.log.output.io > * org.apache.log4j > * org.apache.oro.text.perl > * org.apache.tools.ant > * org.apache.tools.ant.taskdefs > * org.jdom > * org.jdom.input > * org.jdom.output > That means changing the current Import-Package declaration from this: > Import-Package: com.werken.xpath, > javax.naming, > javax.servlet, > javax.servlet.http, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging, > org.apache.log, > org.apache.log.format, > org.apache.log.output.io, > org.apache.log4j, > org.apache.oro.text.perl, > org.apache.tools.ant, > org.apache.tools.ant.taskdefs, > org.jdom, > org.jdom.input, > org.jdom.output, > org.xml.sax > to this: > Import-Package: com.werken.xpath;resolution:=optional, > javax.naming, > javax.servlet;resolution:=optional, > javax.servlet.http;resolution:=optional, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging;resolution:=optional, > org.apache.log;resolution:=optional, > org.apache.log.format;resolution:=optional, > org.apache.log.output.io;resolution:=optional, > org.apache.log4j;resolution:=optional, > org.apache.oro.text.perl;resolution:=optional, > org.apache.tools.ant;resolution:=optional, > org.apache.tools.ant.taskdefs;resolution:=optional, > org.jdom;resolution:=optional, > org.jdom.input;resolution:=optional, > org.jdom.output;resolution:=optional, > org.xml.sax > I'll prepare a patch against trunk and attach it shortly. -- 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] Sat Jun 19 08:17:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97137 invoked from network); 19 Jun 2010 08:17:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 08:17:53 -0000 Received: (qmail 30932 invoked by uid 500); 19 Jun 2010 08:17:53 -0000 Delivered-To: [email protected] Received: (qmail 29682 invoked by uid 500); 19 Jun 2010 08:17: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29424 invoked by uid 500); 19 Jun 2010 08:17:50 -0000 Delivered-To: [email protected] Received: (qmail 28875 invoked by uid 99); 19 Jun 2010 08:17:49 -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 08:17: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; Sat, 19 Jun 2010 08:17:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5J8HOvr006476 for <[email protected]>; Sat, 19 Jun 2010 08:17:25 GMT Message-ID: <18136618.93381276935444640.JavaMail.jira@thor> Date: Sat, 19 Jun 2010 04:17:24 -0400 (EDT) From: "Sergiu Dumitriu (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (VELOCITY-768) Mark optional dependencies as optional in OSGi bundle manifest In-Reply-To: <3065258.70471276821205177.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/VELOCITY-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880458#action_12880458 ] Sergiu Dumitriu commented on VELOCITY-768: ------------------------------------------ bq. As for generating from the POM, can the POM express "required-for-compilation-but-optional-for-users"? The "provided" scope does something like that. > Mark optional dependencies as optional in OSGi bundle manifest > -------------------------------------------------------------- > > Key: VELOCITY-768 > URL: https://issues.apache.org/jira/browse/VELOCITY-768 > Project: Velocity > Issue Type: Improvement > Components: Build > Affects Versions: 1.7, 2.0 > Reporter: Matt Ryall > Fix For: 1.7 > > Attachments: VELOCITY-768_mark_optional_deps_in_manifest_v1.patch > > > Trying to use the Velocity 1.7-beta1 JAR in our OSGi container (Felix running in Atlassian Confluence), we ran into dependency problems because all the dependencies of Velocity are marked as mandatory. > As you would know, Velocity has a logging abstraction which allows different logging frameworks to be used. Likewise, you don't need the servlet API to use Velocity. However, these dependencies are marked as required in the new OSGi manifest added in VELOCITY-694. This causes the bundle to fail to start because the dependencies are missing. > From our testing, we could use Velocity in our application just fine with following imports changed to be optional: > * com.werken.xpath > * javax.servlet > * javax.servlet.http > * org.apache.commons.logging > * org.apache.log > * org.apache.log.format > * org.apache.log.output.io > * org.apache.log4j > * org.apache.oro.text.perl > * org.apache.tools.ant > * org.apache.tools.ant.taskdefs > * org.jdom > * org.jdom.input > * org.jdom.output > That means changing the current Import-Package declaration from this: > Import-Package: com.werken.xpath, > javax.naming, > javax.servlet, > javax.servlet.http, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging, > org.apache.log, > org.apache.log.format, > org.apache.log.output.io, > org.apache.log4j, > org.apache.oro.text.perl, > org.apache.tools.ant, > org.apache.tools.ant.taskdefs, > org.jdom, > org.jdom.input, > org.jdom.output, > org.xml.sax > to this: > Import-Package: com.werken.xpath;resolution:=optional, > javax.naming, > javax.servlet;resolution:=optional, > javax.servlet.http;resolution:=optional, > javax.sql, > org.apache.commons.collections, > org.apache.commons.collections.map, > org.apache.commons.lang, > org.apache.commons.lang.builder, > org.apache.commons.lang.text, > org.apache.commons.logging;resolution:=optional, > org.apache.log;resolution:=optional, > org.apache.log.format;resolution:=optional, > org.apache.log.output.io;resolution:=optional, > org.apache.log4j;resolution:=optional, > org.apache.oro.text.perl;resolution:=optional, > org.apache.tools.ant;resolution:=optional, > org.apache.tools.ant.taskdefs;resolution:=optional, > org.jdom;resolution:=optional, > org.jdom.input;resolution:=optional, > org.jdom.output;resolution:=optional, > org.xml.sax > I'll prepare a patch against trunk and attach it shortly. -- 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] Sat Jun 19 14:26:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66312 invoked from network); 19 Jun 2010 14:26:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 14:26:50 -0000 Received: (qmail 52355 invoked by uid 500); 19 Jun 2010 14:26:50 -0000 Delivered-To: [email protected] Received: (qmail 52317 invoked by uid 500); 19 Jun 2010 14:26: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52309 invoked by uid 500); 19 Jun 2010 14:26:49 -0000 Delivered-To: [email protected] Received: (qmail 52306 invoked by uid 99); 19 Jun 2010 14:26:49 -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 14:26:49 +0000 X-ASF-Spam-Status: No, hits=-1532.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; Sat, 19 Jun 2010 14:26:43 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5JEQNI4007683 for <[email protected]>; Sat, 19 Jun 2010 14:26:23 GMT Message-ID: <22353202.94341276957583102.JavaMail.jira@thor> Date: Sat, 19 Jun 2010 10:26:23 -0400 (EDT) From: "George Stan (JIRA)" <[email protected]> To: [email protected] Subject: =?utf-8?Q?[jira]_Commented:_(DBF-12)_Support_the_D?= =?utf-8?Q?JVU_(d=C3=A9j=C3=A0_vu)_file_format_for_output_too.?= In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DBF-12?page=3Dcom.atlassian.jir= a.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12880487= #action_12880487 ]=20 George Stan commented on DBF-12: -------------------------------- Yes, please add Deja Vu file generation to Velocity DBF. This would bring DBF many new users, since DocBook is much easier to use th= an LaTex. > Support the DJVU (d=C3=A9j=C3=A0 vu) file format for output too. > ------------------------------------------------------ > > Key: DBF-12 > URL: https://issues.apache.org/jira/browse/DBF-12 > Project: DocBook Framework > Issue Type: New Feature > Reporter: Joseph Schmidt > > Please add support for generating DJVU files too. > djvu is an open source alternative to PDF that is much faster and smaller= : > http://djvu.org/ > and it is widely used in the Academic space. --=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] Sat Jun 19 14:29:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66447 invoked from network); 19 Jun 2010 14:29:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 14:29:46 -0000 Received: (qmail 52776 invoked by uid 500); 19 Jun 2010 14:29:46 -0000 Delivered-To: [email protected] Received: (qmail 52745 invoked by uid 500); 19 Jun 2010 14:29: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52737 invoked by uid 500); 19 Jun 2010 14:29:45 -0000 Delivered-To: [email protected] Received: (qmail 52734 invoked by uid 99); 19 Jun 2010 14:29:45 -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 14:29:45 +0000 X-ASF-Spam-Status: No, hits=-1532.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; Sat, 19 Jun 2010 14:29:45 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5JETNNn007702 for <[email protected]>; Sat, 19 Jun 2010 14:29:24 GMT Message-ID: <24562169.94381276957763977.JavaMail.jira@thor> Date: Sat, 19 Jun 2010 10:29:23 -0400 (EDT) From: "George Stan (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (DBF-13) Update DBF to use the latest libraries. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Update DBF to use the latest libraries. --------------------------------------- Key: DBF-13 URL: https://issues.apache.org/jira/browse/DBF-13 Project: DocBook Framework Issue Type: Task Reporter: George Stan The various libraries DBF is using right now are outdated. Please update DBF to use the latest versions, since the dependent libraries have already fixed many issues. -- 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] Sat Jun 19 14:54:52 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70372 invoked from network); 19 Jun 2010 14:54:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 14:54:49 -0000 Received: (qmail 66690 invoked by uid 500); 19 Jun 2010 14:54:49 -0000 Delivered-To: [email protected] Received: (qmail 66672 invoked by uid 500); 19 Jun 2010 14:54: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 66664 invoked by uid 500); 19 Jun 2010 14:54:48 -0000 Delivered-To: [email protected] Received: (qmail 66661 invoked by uid 99); 19 Jun 2010 14:54:48 -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 14:54: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; Sat, 19 Jun 2010 14:54:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5JEsO8T007798 for <[email protected]>; Sat, 19 Jun 2010 14:54:24 GMT Message-ID: <26104911.94551276959264259.JavaMail.jira@thor> Date: Sat, 19 Jun 2010 10:54:24 -0400 (EDT) From: "George Stan (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (VELOCITY-769) Velocity should use Velocity Docbook Framework for documentation. 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 Velocity should use Velocity Docbook Framework for documentation. ----------------------------------------------------------------- Key: VELOCITY-769 URL: https://issues.apache.org/jira/browse/VELOCITY-769 Project: Velocity Issue Type: Improvement Reporter: George Stan Velocity should use it's "Velocity Docbook Framework" for all it's documentation. (eat your own dog food? :) ). -- 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] Sun Jun 20 19:46:44 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11650 invoked from network); 20 Jun 2010 19:46:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 19:46:44 -0000 Received: (qmail 7689 invoked by uid 500); 20 Jun 2010 19:46:44 -0000 Delivered-To: [email protected] Received: (qmail 7623 invoked by uid 500); 20 Jun 2010 19:46: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7615 invoked by uid 500); 20 Jun 2010 19:46:43 -0000 Delivered-To: [email protected] Received: (qmail 7612 invoked by uid 99); 20 Jun 2010 19:46:43 -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 19:46:43 +0000 X-ASF-Spam-Status: No, hits=-1533.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; Sun, 20 Jun 2010 19:46:43 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5KJkMFD019976 for <[email protected]>; Sun, 20 Jun 2010 19:46:22 GMT Message-ID: <3595158.102531277063182837.JavaMail.jira@thor> Date: Sun, 20 Jun 2010 15:46:22 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (VELOCITYSB-3) Create reorganized copy of Velocity site In-Reply-To: <18442329.7331276109593726.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/VELOCITYSB-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli closed VELOCITYSB-3. ------------------------------------- Resolution: Fixed Fixed links, updated plugins, removed useless pages, generated project infos. > Create reorganized copy of Velocity site > ---------------------------------------- > > Key: VELOCITYSB-3 > URL: https://issues.apache.org/jira/browse/VELOCITYSB-3 > Project: Velocity Sandbox > Issue Type: Task > Components: maven-site > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > Original Estimate: 0h > Remaining Estimate: 0h > > Copy the Velocity site source in the sandbox and refactor it to use latest features of Maven. -- 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] Sun Jun 20 19:52:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12855 invoked from network); 20 Jun 2010 19:52:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 19:52:16 -0000 Received: (qmail 11335 invoked by uid 500); 20 Jun 2010 19:52:16 -0000 Delivered-To: [email protected] Received: (qmail 11308 invoked by uid 500); 20 Jun 2010 19:52: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11300 invoked by uid 99); 20 Jun 2010 19:52:15 -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 19:52:15 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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; Sun, 20 Jun 2010 19:52:10 +0000 Received: by iwn1 with SMTP id 1so3503562iwn.37 for <[email protected]>; Sun, 20 Jun 2010 12:51:49 -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 :content-transfer-encoding; bh=nsEpbj1l5rvBW9ISr34ObPHYZjZS5qFq9Zi+v7/OPIQ=; b=lTnPRctpbkmeJNdHHFGfox7jRZyq/ALY4BmzVA+wsQMsh1e3ZY6PZSkWqyvj6qlM3P 9URCNr4ttV5UWrTKbNv3JacrrmmpsPcko9Vyb37/1Le9COqujUMb691NVQix/jvA6RKD eJUhEDHNPs9oUFwvE0V9AlazRIBwRUccao0/g= 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=RCmP6et1ioet4gwCkRrDezi7OtRmdS86M0so1S5u7bSmQ2FTCvRNLJwjjWl5+2jvQj 7+uJBgEl5gH5D+OxWqTDWayspBVHU5pql4UzdOGJP7/SJBJ3azpqd5FpFH1FPDGi+xMm Vz2XcGISR8ub/sDQt0HoLXtlUVHOlPxvoCjg4= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id bm7mr4252724ibb.73.1277063509731; Sun, 20 Jun 2010 12:51:49 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sun, 20 Jun 2010 12:51:49 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <1276363059.2379.37.camel@phoenix> <[email protected]> <[email protected]> Date: Sun, 20 Jun 2010 21:51:49 +0200 Message-ID: <[email protected]> Subject: Re: [Maven reorg] Trying to understand the site From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/6/14 Antonio Petrelli <[email protected]>: > 2010/6/13 Antonio Petrelli <[email protected]>: >> 2010/6/12 Claude Brisson <[email protected]>: >>> >>>> > If the plugin for news doesn't work well, then I'm cool with just mo= ving the >>>> > news to an alternate format. =A0It doesn't change that often... >>>> >>>> This is a problem: I tried to find a plugin that could work but failed= . >>>> I thought that it was a nice idea to rewrite the news item to a plain >>>> APT file, but then it won't be included in the main page (currently a >>>> macro is used that gets the first 3 items of the news), >>> >>> Why not a one-line shell script called by an SSI directive, that takes = a >>> text file containing news as input? >>> >>> <!--#exec cmd=3D"head -3 news.txt"--> >>> >>> news.txt can contain html >> >> I think that it complicates more the situation, since you need to >> create a partial HTML file of the news that you put normally in that >> news.xml file. Thus, you need to modify two files when you post a news >> item. > > However I think I'm near a solution, migrating to Doxia 1.1.3 and > saving all the work. I saved the news plugin and its macro, since I considered it very interesting, even for other projects. About the Velocity renderer, I simply didn't care, since I changed all links to contact.html and who-we-are.html to parts of the project info reports (respectively mail-lists.html and team-list.html). I tried it with Maven 2.2.1 and it works. With Maven embedded 3 in Eclipse it does not work, and I don't know why. Anyway it's better than before :-) Thoughts? Thanks Antonio P.S. Sorry, but I am suffocating my disappointment with the match againts NZ in software development... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 20 20:06:44 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18751 invoked from network); 20 Jun 2010 20:06:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 20:06:44 -0000 Received: (qmail 17965 invoked by uid 500); 20 Jun 2010 20:06:44 -0000 Delivered-To: [email protected] Received: (qmail 17929 invoked by uid 500); 20 Jun 2010 20:06: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17921 invoked by uid 500); 20 Jun 2010 20:06:43 -0000 Delivered-To: [email protected] Received: (qmail 17918 invoked by uid 99); 20 Jun 2010 20:06:43 -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:06:43 +0000 X-ASF-Spam-Status: No, hits=-1533.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; Sun, 20 Jun 2010 20:06:43 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5KK6M4S020102 for <[email protected]>; Sun, 20 Jun 2010 20:06:23 GMT Message-ID: <29060389.102631277064382899.JavaMail.jira@thor> Date: Sun, 20 Jun 2010 16:06:22 -0400 (EDT) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (VELOCITYSB-4) Reorganize Velocity Engine as Maven project MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Reorganize Velocity Engine as Maven project ------------------------------------------- Key: VELOCITYSB-4 URL: https://issues.apache.org/jira/browse/VELOCITYSB-4 Project: Velocity Sandbox Issue Type: Task Components: maven-velocity Reporter: Antonio Petrelli Assignee: Antonio Petrelli Currently Velocity Engine (like the other Velocity projects) have an Ant-based build script. It should be moved to a pure Maven project. -- 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 Jun 22 15:04:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45319 invoked from network); 22 Jun 2010 15:04:36 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 15:04:36 -0000 Received: (qmail 18809 invoked by uid 500); 22 Jun 2010 15:04:36 -0000 Delivered-To: [email protected] Received: (qmail 18672 invoked by uid 500); 22 Jun 2010 15: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18657 invoked by uid 99); 22 Jun 2010 15:04:35 -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 15:04:35 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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, 22 Jun 2010 15:04:28 +0000 Received: by iwn37 with SMTP id 37so2211405iwn.37 for <multiple recipients>; Tue, 22 Jun 2010 08:04:08 -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:cc:content-type :content-transfer-encoding; bh=W5fReUb1P7CZmPbG22Q0mRkXPrurdrw4zQJemwtLMoc=; b=thehxyThBSg/pPZb5r95aoEoUQRKyzkYYVOCk3E7soi8JzgCHb8CRG3n55aovKA4gj QVNaswonwGBkFI+JNgqWJ8WQjiJSCigY5iKXIz50bXYh5xLk+A5r/ZTtfLK0VozL0E38 mGiA776g8y5DyGmjMH7+sc4e1pTsO75uTDCFU= 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:content-transfer-encoding; b=ej3mK4RdecJ2fme2OyRMAgZcO+7lJdj1eo+bVHsPkg9y1uswMqVaWsEVLGWG8RuR6B 2gDvLGNJUF2MpBaNIGBKZkZiwQd2hY/YLQDSe8RTUbtpwT+ProN4tmFnnMScgYRFDKZH LR7AIyDpEXw3OQZqS34FUdBNKl2Kb6sINRzoo= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id c21mr7052941ibv.104.1277219048212; Tue, 22 Jun 2010 08:04:08 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 08:04:07 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 17:04:07 +0200 Message-ID: <[email protected]> Subject: Re: [ANNOUNCE] Apache Velocity Engine 1.6.4 From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Cc: Velocity Users List <[email protected]>, [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/5/19 Nathan Bubna <[email protected]>: > The Apache Velocity Team announces the availability of the of Apache > Velocity Engine 1.6.4. This is only a bugfix release and contains no > new features. =A0We recommend all 1.6.x users upgrade to this release. Unfortunately the main site still points to 1.6.3. This seems like a good way to test the sandboxed site :-) Can anyone checkout and test this? https://svn.eu.apache.org/repos/asf/velocity/sandbox/maven-reorg/site/site Simply call: mvn post-site (or even simply "mvn"). Maven 2.2.1 is required. Thanks Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 22 15:19:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53379 invoked from network); 22 Jun 2010 15:19:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 15:19:47 -0000 Received: (qmail 45494 invoked by uid 500); 22 Jun 2010 15:19:47 -0000 Delivered-To: [email protected] Received: (qmail 45437 invoked by uid 500); 22 Jun 2010 15: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 45429 invoked by uid 99); 22 Jun 2010 15:19:47 -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 15:19:47 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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, 22 Jun 2010 15:19:40 +0000 Received: by iwn37 with SMTP id 37so2228743iwn.37 for <[email protected]>; Tue, 22 Jun 2010 08:19:20 -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=Wpcp2GmRaq3TM4gfssVECNLvohFqBYA/lXhRROQiUgo=; b=JPBLf4bUknFUGju0NV5dzUKasgnkFifhjBk3+kORKIrEQj8f5TEEgAnbyvwRFdyXzY SZLjiKykZx37EMqmgVjLhcpArkaSWfILMks/RVZVhVwrZz+9C32R7XJbspjIkaalNCPR JbKEp96vTMzU+nivszA2ckeQDnWi3Tr2hvSuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HbPW6+DN6WsuXQCWp8e4PrVq/JH7eY+KKyzipJ77yeuuB48DjeWDzSd2XRtSVwz6p8 U6BYI6V2S1iGqCRfKFP+ykdGr5a4JK2zOLgDIwkyC6k7PE4ZVbiyxiBqnb9GzFh4+azj EF5WhwkQSZ9GvT8GNhHBhoFxnr5Nqf4byBOoQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id c21mr7068840ibv.104.1277219960096; Tue, 22 Jun 2010 08:19:20 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 08:19:19 -0700 (PDT) Date: Tue, 22 Jun 2010 17:19:19 +0200 Message-ID: <[email protected]> Subject: Engine: What are "experimental" and "whiteboard" for? From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Hi all I noticed that in the trunk of Velocity Engine there are "experimental" and "whiteboard" directories. What are they for? I would like to know so I can move them to a more appropriate place (in sandbox). Thanks Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 22 17:04:02 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81234 invoked from network); 22 Jun 2010 17:04:02 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 17:04:02 -0000 Received: (qmail 19380 invoked by uid 500); 22 Jun 2010 17:04:02 -0000 Delivered-To: [email protected] Received: (qmail 19347 invoked by uid 500); 22 Jun 2010 17: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19339 invoked by uid 99); 22 Jun 2010 17:04:01 -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 17:04:01 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FREEMAIL_FROM,MISSING_HEADERS,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-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 17:03:54 +0000 Received: by vws3 with SMTP id 3so716505vws.37 for <[email protected]>; Tue, 22 Jun 2010 10:03:32 -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:cc:content-type :content-transfer-encoding; bh=WOosWf3LvanjgXfQcgAOLxV1mVtrXTsGMo3Fkt/guY4=; b=XnagK7BvvF12o7yQI5ewcCsOZiC5U85JPeWJmze9grGlDwtHS+PSxJTpnaDKtepWkZ jyLgFsz/ouR/VhwkMp/q5qU+qLTNRLwg+1w08rRcAZS6IKKwnbGwG+4hCXQspnr+ksUG VuZkUy5obAXE/S79gk87HYaje9HqHZBpdELjc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; b=nkPNNd3xqmksGQLjd4ytcZGJ23Wjm+gs1cI3tBAJLnAA7CNjH7673+of5tBM6KuZan K/Y/GHgtziOb9mMyhkmpZZZOuhHEXNHpMjP0IdW1nx+tTUGm2rHGpbKNP6ygAW2ZARad p4I1gihvu7ePfJQF3mFmPzJy4biotPidKUz5Q= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id d24mr3444875vcs.43.1277225186204; Tue, 22 Jun 2010 09:46:26 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 09:46:25 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 22 Jun 2010 09:46:25 -0700 Message-ID: <[email protected]> Subject: Re: [ANNOUNCE] Apache Velocity Engine 1.6.4 From: Nathan Bubna <[email protected]> Cc: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org That reply probably didn't need to go to user@, dev@ and [email protected]= g. :) And are you sure you're looking at the same main site that i am? http://velocity.apache.org I'll try to find some time to test the sandboxed site later. A bit busy to= day. On Tue, Jun 22, 2010 at 8:04 AM, Antonio Petrelli <[email protected]> wrote: > 2010/5/19 Nathan Bubna <[email protected]>: >> The Apache Velocity Team announces the availability of the of Apache >> Velocity Engine 1.6.4. This is only a bugfix release and contains no >> new features. =A0We recommend all 1.6.x users upgrade to this release. > > Unfortunately the main site still points to 1.6.3. > This seems like a good way to test the sandboxed site :-) > Can anyone checkout and test this? > https://svn.eu.apache.org/repos/asf/velocity/sandbox/maven-reorg/site/sit= e > Simply call: > mvn post-site > (or even simply "mvn"). > Maven 2.2.1 is required. > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 17:46:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92919 invoked from network); 22 Jun 2010 17:46:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 17:46:19 -0000 Received: (qmail 72884 invoked by uid 500); 22 Jun 2010 17:46:18 -0000 Delivered-To: [email protected] Received: (qmail 72836 invoked by uid 500); 22 Jun 2010 17:46: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 72828 invoked by uid 99); 22 Jun 2010 17:46:18 -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 17:46:18 +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-pw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 17:46:10 +0000 Received: by pwj9 with SMTP id 9so144333pwj.37 for <[email protected]>; Tue, 22 Jun 2010 10:45:49 -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=0MCRnXjxwMFkagtnvqjcafwWbozrXSj/gxk/rfCZjbU=; b=DwyfblMbeqV/aSFNI51dhJMK+3LrZPW78xCddabCvyqqEfZhQ0Nvz4HLlC1BgyR4RO 09h4YOIP1n0lOW51Yq0F3pKNx0dtDOqGpmh0imOcxhz9lSbw8HWdogQGNt4ZVrfUVawd 7UzHlQ1l4UcMxO82zuHIQsP8K51SIVtzmnX9k= 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=i8xpEb07AUlJFzuxLuukcom35fyKA6VmO12uFVStZ8xKcmvt0iVZ7NF3ndBISCAVSi uEPepnfzlgX0mDKRYiQrefCROuGdwoACPI5AxiLzAlB+kOxI9hAAmLTOxL8qYSK3p5lG tLotfhZpOdDWQr5f2sU1SNJ3uY9hrVKEUuCxU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id f22mr5497137wfo.126.1277228749309; Tue, 22 Jun 2010 10:45:49 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:45:49 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Tue, 22 Jun 2010 19:45:49 +0200 Message-ID: <[email protected]> Subject: Re: [ANNOUNCE] Apache Velocity Engine 1.6.4 From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2010/6/22 Nathan Bubna <[email protected]>: > That reply probably didn't need to go to user@, dev@ and [email protected]. :) > > And are you sure you're looking at the same main site that i am? > http://velocity.apache.org Yes, here: http://velocity.apache.org/download.cgi I see Velocity 1.6.3. In download.xml I read 1.6.3 too. And in index page, 1.6.3 is still mentioned. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 22 18:33:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12346 invoked from network); 22 Jun 2010 18:33:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:33:35 -0000 Received: (qmail 31490 invoked by uid 500); 22 Jun 2010 18:33:35 -0000 Delivered-To: [email protected] Received: (qmail 31474 invoked by uid 500); 22 Jun 2010 18:33: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 31456 invoked by uid 99); 22 Jun 2010 18:33:34 -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 18:33:34 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:33:27 +0000 Received: by vws3 with SMTP id 3so818440vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:32:52 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:33:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12407 invoked from network); 22 Jun 2010 18:33:51 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:33:51 -0000 Received: (qmail 32118 invoked by uid 500); 22 Jun 2010 18:33:51 -0000 Delivered-To: [email protected] Received: (qmail 32101 invoked by uid 500); 22 Jun 2010 18:33: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 32093 invoked by uid 99); 22 Jun 2010 18:33:51 -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 18:33:51 +0000 X-ASF-Spam-Status: No, hits=-0.4 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:33:44 +0000 Received: by vws3 with SMTP id 3so819049vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:33:21 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:34:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12755 invoked from network); 22 Jun 2010 18:34:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:34:38 -0000 Received: (qmail 33295 invoked by uid 500); 22 Jun 2010 18:34:38 -0000 Delivered-To: [email protected] Received: (qmail 33275 invoked by uid 500); 22 Jun 2010 18:34: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33267 invoked by uid 99); 22 Jun 2010 18:34:38 -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 18:34:38 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:34:30 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so818440vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:33:43 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:34:40 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12765 invoked from network); 22 Jun 2010 18:34:40 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:34:40 -0000 Received: (qmail 33447 invoked by uid 500); 22 Jun 2010 18:34:40 -0000 Delivered-To: [email protected] Received: (qmail 33429 invoked by uid 500); 22 Jun 2010 18:34: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33421 invoked by uid 99); 22 Jun 2010 18:34:40 -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 18:34:40 +0000 X-ASF-Spam-Status: No, hits=-0.4 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:34:34 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so819049vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:34:05 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:34:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12779 invoked from network); 22 Jun 2010 18:34:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:34:56 -0000 Received: (qmail 33648 invoked by uid 500); 22 Jun 2010 18:34:56 -0000 Delivered-To: [email protected] Received: (qmail 33627 invoked by uid 500); 22 Jun 2010 18:34: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33610 invoked by uid 99); 22 Jun 2010 18:34:56 -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 18:34:56 +0000 X-ASF-Spam-Status: No, hits=-0.4 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:34:49 +0000 Received: by vws3 with SMTP id 3so820377vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:34:29 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:35:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14064 invoked from network); 22 Jun 2010 18:35:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:35:46 -0000 Received: (qmail 36270 invoked by uid 500); 22 Jun 2010 18:35:46 -0000 Delivered-To: [email protected] Received: (qmail 36196 invoked by uid 500); 22 Jun 2010 18:35: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 36184 invoked by uid 99); 22 Jun 2010 18:35:45 -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 18:35:45 +0000 X-ASF-Spam-Status: No, hits=-0.4 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:35:39 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so820377vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:35:18 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:35:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14074 invoked from network); 22 Jun 2010 18:35:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:35:46 -0000 Received: (qmail 36371 invoked by uid 500); 22 Jun 2010 18:35:46 -0000 Delivered-To: [email protected] Received: (qmail 36349 invoked by uid 500); 22 Jun 2010 18:35: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 36341 invoked by uid 99); 22 Jun 2010 18:35:46 -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 18:35:46 +0000 X-ASF-Spam-Status: No, hits=-0.4 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:35:39 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so819049vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:34:55 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:36:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14450 invoked from network); 22 Jun 2010 18:36:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:36:29 -0000 Received: (qmail 37362 invoked by uid 500); 22 Jun 2010 18:36:29 -0000 Delivered-To: [email protected] Received: (qmail 37345 invoked by uid 500); 22 Jun 2010 18: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]> List-Id: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37337 invoked by uid 99); 22 Jun 2010 18:36: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 18:36:29 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:36:21 +0000 Received: by vws3 with SMTP id 3so821739vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:35: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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:36:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14490 invoked from network); 22 Jun 2010 18:36:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:36:35 -0000 Received: (qmail 37521 invoked by uid 500); 22 Jun 2010 18:36:35 -0000 Delivered-To: [email protected] Received: (qmail 37505 invoked by uid 500); 22 Jun 2010 18:36: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37497 invoked by uid 99); 22 Jun 2010 18:36:35 -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 18:36:35 +0000 X-ASF-Spam-Status: No, hits=-0.4 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:36:29 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so820377vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:36:07 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:36:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14710 invoked from network); 22 Jun 2010 18:36:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:36:57 -0000 Received: (qmail 39812 invoked by uid 500); 22 Jun 2010 18:36:57 -0000 Delivered-To: [email protected] Received: (qmail 39788 invoked by uid 500); 22 Jun 2010 18:36: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39780 invoked by uid 99); 22 Jun 2010 18:36:57 -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 18:36:57 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:36:49 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so821739vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:36:29 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:37:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14753 invoked from network); 22 Jun 2010 18:37:17 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:37:17 -0000 Received: (qmail 39975 invoked by uid 500); 22 Jun 2010 18:37:17 -0000 Delivered-To: [email protected] Received: (qmail 39949 invoked by uid 500); 22 Jun 2010 18:37: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39941 invoked by uid 99); 22 Jun 2010 18:37:17 -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 18:37:17 +0000 X-ASF-Spam-Status: No, hits=-0.4 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:37:11 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so820377vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:36:50 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:37:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14883 invoked from network); 22 Jun 2010 18:37:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:37:57 -0000 Received: (qmail 40191 invoked by uid 500); 22 Jun 2010 18:37:56 -0000 Delivered-To: [email protected] Received: (qmail 40159 invoked by uid 500); 22 Jun 2010 18:37: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 40151 invoked by uid 99); 22 Jun 2010 18:37:56 -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 18:37:56 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:37:49 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so821739vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:37:14 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:38:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14899 invoked from network); 22 Jun 2010 18:38:05 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:38:05 -0000 Received: (qmail 40377 invoked by uid 500); 22 Jun 2010 18:38:05 -0000 Delivered-To: [email protected] Received: (qmail 40321 invoked by uid 500); 22 Jun 2010 18:38: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 40313 invoked by uid 99); 22 Jun 2010 18:38:05 -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 18:38:05 +0000 X-ASF-Spam-Status: No, hits=-0.4 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:37:58 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so820377vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:37:38 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:38:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15002 invoked from network); 22 Jun 2010 18:38:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:38:29 -0000 Received: (qmail 40636 invoked by uid 500); 22 Jun 2010 18:38:29 -0000 Delivered-To: [email protected] Received: (qmail 40537 invoked by uid 500); 22 Jun 2010 18: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]> List-Id: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 40529 invoked by uid 99); 22 Jun 2010 18:38:28 -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 18:38:28 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:38:21 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so821739vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:38:00 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:38:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15093 invoked from network); 22 Jun 2010 18:38:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:38:55 -0000 Received: (qmail 40749 invoked by uid 500); 22 Jun 2010 18:38:54 -0000 Delivered-To: [email protected] Received: (qmail 40725 invoked by uid 500); 22 Jun 2010 18: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 40717 invoked by uid 99); 22 Jun 2010 18:38:54 -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 18:38:54 +0000 X-ASF-Spam-Status: No, hits=-0.4 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:38:48 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so820377vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:38:22 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:39:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15163 invoked from network); 22 Jun 2010 18:39:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:39:16 -0000 Received: (qmail 40917 invoked by uid 500); 22 Jun 2010 18:39:16 -0000 Delivered-To: [email protected] Received: (qmail 40898 invoked by uid 500); 22 Jun 2010 18:39: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 40890 invoked by uid 99); 22 Jun 2010 18:39: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 Jun 2010 18:39:16 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:39:08 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so821739vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:38:48 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:39:37 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15238 invoked from network); 22 Jun 2010 18:39:37 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:39:37 -0000 Received: (qmail 41107 invoked by uid 500); 22 Jun 2010 18:39:37 -0000 Delivered-To: [email protected] Received: (qmail 41085 invoked by uid 500); 22 Jun 2010 18:39: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41076 invoked by uid 99); 22 Jun 2010 18:39:37 -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 18:39:37 +0000 X-ASF-Spam-Status: No, hits=-0.3 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:39:30 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so820377vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:39:09 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:40:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15270 invoked from network); 22 Jun 2010 18:40:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:40:00 -0000 Received: (qmail 41302 invoked by uid 500); 22 Jun 2010 18:39:59 -0000 Delivered-To: [email protected] Received: (qmail 41263 invoked by uid 500); 22 Jun 2010 18:39: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41255 invoked by uid 99); 22 Jun 2010 18:39:59 -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 18:39:59 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:39:52 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so821739vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:39:31 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:40:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15299 invoked from network); 22 Jun 2010 18:40:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:40:20 -0000 Received: (qmail 41471 invoked by uid 500); 22 Jun 2010 18:40:20 -0000 Delivered-To: [email protected] Received: (qmail 41453 invoked by uid 500); 22 Jun 2010 18: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41445 invoked by uid 99); 22 Jun 2010 18:40: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 Jun 2010 18:40:20 +0000 X-ASF-Spam-Status: No, hits=-0.3 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:40:14 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so820377vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:39:53 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:40:44 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15391 invoked from network); 22 Jun 2010 18:40:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:40:44 -0000 Received: (qmail 41749 invoked by uid 500); 22 Jun 2010 18:40:44 -0000 Delivered-To: [email protected] Received: (qmail 41730 invoked by uid 500); 22 Jun 2010 18:40: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41722 invoked by uid 99); 22 Jun 2010 18:40:44 -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 18:40:44 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:40:36 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so821739vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:40:15 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:41:04 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15477 invoked from network); 22 Jun 2010 18:41:04 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:41:04 -0000 Received: (qmail 42016 invoked by uid 500); 22 Jun 2010 18:41:03 -0000 Delivered-To: [email protected] Received: (qmail 41915 invoked by uid 500); 22 Jun 2010 18:41: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41907 invoked by uid 99); 22 Jun 2010 18:41:03 -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 18:41:03 +0000 X-ASF-Spam-Status: No, hits=-0.3 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:40:57 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so820377vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:40:37 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:41:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15673 invoked from network); 22 Jun 2010 18:41:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:41:27 -0000 Received: (qmail 43207 invoked by uid 500); 22 Jun 2010 18:41:27 -0000 Delivered-To: [email protected] Received: (qmail 43185 invoked by uid 500); 22 Jun 2010 18:41: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 43177 invoked by uid 99); 22 Jun 2010 18: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, 22 Jun 2010 18:41:26 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:41:18 +0000 Received: by mail-vw0-f50.google.com with SMTP id 3so821739vws.37 for <[email protected]>; Tue, 22 Jun 2010 11:40:58 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 18:44:40 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16254 invoked from network); 22 Jun 2010 18:44:40 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 18:44:40 -0000 Received: (qmail 46051 invoked by uid 500); 22 Jun 2010 18:44:40 -0000 Delivered-To: [email protected] Received: (qmail 46033 invoked by uid 500); 22 Jun 2010 18: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 46025 invoked by uid 99); 22 Jun 2010 18: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, 22 Jun 2010 18:44:40 +0000 X-ASF-Spam-Status: No, hits=0.0 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-gw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 18:44:33 +0000 Received: by gwj20 with SMTP id 20so870849gwj.37 for <[email protected]>; Tue, 22 Jun 2010 11:44:12 -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 :content-transfer-encoding; bh=TPmwK+eV9g9+Yudk+ZX33C4vRx/TZHb9tz/BKiM/UUA=; b=pa7F0Cu0w3te+Oy8eV5pBB92LrrZEMkH7FV96S+Ysfw5rpaHcEIa3AuFCOev8bb9MO 1uM+t3DpF7VNde+qjd/D9i5hs+PYzh3nEm+V1OooJOQtg00khnQIcTO0umU0GWVSQGBQ 1yJ05INGdEHscTIEO12TeXTsSuJ986tl50j6s= 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=x0zZE1+7hznJGlZ4CkaZc4Oq78GLwD8WivuU9EDpnCldpf6NUTuQWCEStwwFbQ3h4c rmfnvCuz3wASN/Eqp5/wSRz+5e4eT+J1hRVXjL7t2dUafIIFWK4u2n6kLc5gczRyLOOo +eGTBBfTZOrqGD50kRlgY4Jqouf/De9Fht2AA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id x25mr4150922agi.184.1277232252538; Tue, 22 Jun 2010 11:44:12 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 11:44:12 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 22 Jun 2010 20:44:12 +0200 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/6/22 Nathan Bubna <[email protected]>: > They were both for works-in-progress and crazy ideas that never really > found a home. =A0Neither has had clear definition in my recent memory. > They should probably be combined and cleaned-up. =A0Some things are > obsolete now (localdirective, everything in whiteboard directories for > geir and daveb, and henning's jdk15 stuff), =A0some should probably be > moved into the trunk (henning's jdk14 stuff), some probably won't go > anywhere (henning's ivy stuff) and some are still occasionally useful > and referenced, but could use some love and attention (templatetool > and benchmark). So this stuff are in limbo. Usually outdated stuff is moved into an "archive" directory, while experimental stuff should be in a "sandbox", until it becomes accepted in the main development. So you are saying that these directories contain a mix of both situations? Where do you think it is the best place to put them? I don't want to delete it, anyway. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 22 19:42:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36008 invoked from network); 22 Jun 2010 19:42:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 19:42:20 -0000 Received: (qmail 29700 invoked by uid 500); 22 Jun 2010 19:42:20 -0000 Delivered-To: [email protected] Received: (qmail 29432 invoked by uid 500); 22 Jun 2010 19:42: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29424 invoked by uid 99); 22 Jun 2010 19:42:19 -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 19:42:19 +0000 X-ASF-Spam-Status: No, hits=0.1 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 siva.renegat.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 19:42:11 +0000 Received: from localhost (localhost.localdomain [161.129.204.104]) by siva.renegat.net (Postfix) with ESMTP id 1929E4D102 for <[email protected]>; Tue, 22 Jun 2010 21:41:50 +0200 (CEST) X-Virus-Scanned: Debian [email protected] Received: from siva.renegat.net ([161.129.204.104]) by localhost (localhost.localdomain [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id xC-frSAB8ZP5 for <[email protected]>; Tue, 22 Jun 2010 21:41:45 +0200 (CEST) Received: from [161.129.204.104] (137.18.100-84.rev.gaoland.net [161.129.204.104]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by siva.renegat.net (Postfix) with ESMTPSA for <[email protected]>; Tue, 22 Jun 2010 21:41:45 +0200 (CEST) Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Claude Brisson <[email protected]> To: Velocity Developers List <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: text/plain; charset="UTF-8" Date: Tue, 22 Jun 2010 21:21:32 +0200 Message-ID: <1277234492.17629.44.camel@phoenix> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Yes, I'm pretty sure you can. They didn't move from long ago. Speaking of sandbox, I'm also gonna use it for at least Velosurf in a near future, we already spoke about it in private but if someones still feels that there should be a validating vote before it becomes a Velocity subproject, it's the appropriate moment. Claude On mar., 2010-06-22 at 17:19 +0200, Antonio Petrelli wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 19:47:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37081 invoked from network); 22 Jun 2010 19:47:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 19:47:16 -0000 Received: (qmail 36463 invoked by uid 500); 22 Jun 2010 19:47:16 -0000 Delivered-To: [email protected] Received: (qmail 36436 invoked by uid 500); 22 Jun 2010 19: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 36428 invoked by uid 99); 22 Jun 2010 19:47: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 19:47:15 +0000 X-ASF-Spam-Status: No, hits=-0.3 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 19:47:09 +0000 Received: by vws3 with SMTP id 3so902438vws.37 for <[email protected]>; Tue, 22 Jun 2010 12:46:43 -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=dThlJ5IyhOtuz0YS/52V+Y4QUDOpGqQ+Yab/BLmJ4i4=; b=iexwA9xF3in9Ihw+BlxTaa7Tqv5JjulPt6vFqz7BDuwjEBuSeRsTQOurrPx1yMaEYg EuW20L3NnxntBtCDknAE+srUWeIrSr+5F7aL8cYtSJAQ7nobS6zDAQ07sIhi8mkCB/1a yjLkDKPEps3caXVla1nl8mXJbFfN+Slp+B+2M= 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=wItypRqPcUPtOXMbyNyvaQrC5LHifNXGPPgGDvPXQi2ygsj/aXRkM/R3suJ2K1bm/I Rqwdd4n7hFsOgEFJEwxADKwnhyRc7hWtXsMdhMhcQfAQMHmn1LYPsXcOChdZxrzO/r2+ VH2hT4z5rTPZi3tuCIwu9OR4FkzSGDHKd+O6U= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id a28mr3270096vcm.55.1277228948131; Tue, 22 Jun 2010 10:49:08 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:49:07 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Tue, 22 Jun 2010 10:49:07 -0700 Message-ID: <[email protected]> Subject: Re: [ANNOUNCE] Apache Velocity Engine 1.6.4 From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Oops, didn't realize i'd missed those. Sorry, i was trying to get a lot of releases done amidst little time to do them. On Tue, Jun 22, 2010 at 10:45 AM, Antonio Petrelli <[email protected]> wrote: > 2010/6/22 Nathan Bubna <[email protected]>: >> That reply probably didn't need to go to user@, dev@ and [email protected]. :) >> >> And are you sure you're looking at the same main site that i am? >> http://velocity.apache.org > > Yes, here: > http://velocity.apache.org/download.cgi > I see Velocity 1.6.3. In download.xml I read 1.6.3 too. > And in index page, 1.6.3 is still mentioned. > > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 19:59:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39629 invoked from network); 22 Jun 2010 19:59:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 19:59:50 -0000 Received: (qmail 63007 invoked by uid 500); 22 Jun 2010 19:59:50 -0000 Delivered-To: [email protected] Received: (qmail 62970 invoked by uid 500); 22 Jun 2010 19: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 62962 invoked by uid 99); 22 Jun 2010 19:59:50 -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 19:59:50 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 19:59:43 +0000 Received: by vws3 with SMTP id 3so915038vws.37 for <[email protected]>; Tue, 22 Jun 2010 12:59:18 -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 :content-transfer-encoding; bh=c7bH+jOUOed4HT4lHwBI/G6z6FkVYMzUv+XTDUOE6Fs=; b=CbB1b54JSM1lhkq2gnk2UEsKpHj4C5CE0qko/qlVNrykxhmCt16+4kg4ltVg1Ln3af nhd+QKh03SMQngb1CcFBoUv0boWDXi56VMCUWQrqgJea7SXVbHSPUU7GKsMgVE1I/5Fz Q0gUz6Bcog1nrGv+mERWytLaNf0Spn3iwpEZQ= 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=Fg5Rqn9UyPEVfWWjgYS7HLYgoxIhFLshWSGw7HEsspT0eWTmo92MFFONtFcZlhYS4b xuqbC8JF4MKZDW3h6gk5UXeKKx8JU5S7ftujmeGTul5dCNJzEp/V8zbzUoHsouxaXtpk xlnYKY0VIqHPzruxK7E/p2P5PradPOdtnAwmg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id q25mr3373153vcf.213.1277230989226; Tue, 22 Jun 2010 11:23:09 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 11:23:09 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Tue, 22 Jun 2010 11:23:09 -0700 Message-ID: <[email protected]> Subject: Re: Upgrading to Tools 2.0 & 1.6.4, sorting out log messages From: Nathan Bubna <[email protected]> To: Velocity Developers List <[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 Thu, Jun 10, 2010 at 12:25 AM, nodje <[email protected]> wrote: ... >>> I'm getting confusing logs though, I wish someone could help me >>> understand them. >>> First of all, I'm using Velocity in a web environnement as a replacemen= t >>> to JSPs. >> >>>>yes, but how. =A0are you using VelocityViewServlet? =A0can you share th= e >>>>relevant portions of your web.xml? >> >> Yes, using VelocityViewServlet, configured this way: >> >> <servlet> >> =A0 =A0 =A0 =A0 <servlet-name>velocity</servlet-name> >> >> <servlet-class>org.apache.velocity.tools.view.VelocityViewServlet</servl= et-class> >> =A0 =A0 =A0 =A0 <init-param> >> =A0 =A0 =A0 =A0 =A0 =A0 <param-name>org.apache.velocity.tools</param-nam= e> >> =A0 =A0 =A0 =A0 =A0 =A0 <param-value>/WEB-INF/tools.xml</param-value> >> =A0 =A0 =A0 =A0 </init-param> >> =A0 =A0 =A0 =A0 <init-param> >> =A0 =A0 =A0 =A0 =A0 =A0 <param-name>org.apache.velocity.properties</para= m-name> >> =A0 =A0 =A0 =A0 =A0 =A0 <param-value>/WEB-INF/velocity.properties</param= -value> >> =A0 =A0 =A0 =A0 </init-param> >> =A0 =A0 =A0 =A0 <load-on-startup>3</load-on-startup> >> =A0 =A0 </servlet> >> >>> I'm getting the log twice, probably from Velocity, then Tools - isn't i= t? >> >>>>No, there are two Engine startups here, and neither look to be >>>>triggered by tools since both indicate auto-init being triggered, >>>>whereas the startup of VelocityViewServlet/Filter/Tag should always >>>>"manually" init the Engine to be used. =A0So both "waves" are confusing >>>>to me. >> >> The only explanation I can think of is an instance of VelocityEngine tha= t >> is injected by Spring in our main AbstractCommonService for email >> templating purpose. That's probably auto-inited, though I don't understa= nd >> what triggers the init. >> If this explains the logs, is there a way to unify the two instances? Yeah, i'm sure the Spring instance is a separate Engine. I'm not sure how to unify them offhand. I did some experimental SpringMVC/VelocityTools2 integration a couple years ago, but i'm not sure where the code is nor how up to date it is. If i find it, i'll try and share. >>> Here's the first wave: >>> >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Starting Apache >>> Velocity >>> v1.6.4 (compiled: 2010-04-27 15:31:23) >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Default Properties >>> File: >>> org/apache/velocity/runtime/defaults/velocity.properties >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | LogSystem has been >>> deprecated. Please use a LogChute implementation. --> I have >>> runtime.log.logsystem.class =3D >>> org.apache.velocity.runtime.log.Log4JLogChute >>> in velocity.properties, as indicated in the documentation. Why this log= ? >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | ResourceLoader >>> instantiated: >>> org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader >> >>>>Are you sure you don't have a different velocity.properties in play? >>>>Because ClasspathResourceLoader and any/all LogSystems are NOT default >>>>properties. =A0These settings have to come from somewhere else. >> >> Also probably explained by the VelocityEngine being injected and >> auto-inited in our AbstractCommonService, right? Because, no >> velocity.properties is defined for this instance. >> >> So same question here, how to unify? >> >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | ResourceCache: >>> initialized (class >>> org.apache.velocity.runtime.resource.ResourceCacheImpl) >>> with class java.util.Collections$SynchronizedMap cache map. >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>> Directive: >>> org.apache.velocity.runtime.directive.Define >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>> Directive: >>> org.apache.velocity.runtime.directive.Break >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>> Directive: >>> org.apache.velocity.runtime.directive.Evaluate >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>> Directive: >>> org.apache.velocity.runtime.directive.Literal >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>> Directive: >>> org.apache.velocity.runtime.directive.Macro >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>> Directive: >>> org.apache.velocity.runtime.directive.Parse >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>> Directive: >>> org.apache.velocity.runtime.directive.Include >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>> Directive: >>> org.apache.velocity.runtime.directive.Foreach >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>> initialized! Calling init()... >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Created '20' parser= s. >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >>> allowInline =3D true : VMs can be defined inline in templates >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >>> allowInlineToOverride =3D false : VMs defined inline may NOT replace >>> previous >>> VM definitions >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >>> allowInlineLocal =3D false : VMs defined inline will be global in scope= if >>> allowed. >>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >>> autoload >>> off : VM system will not automatically reload global library macros >>> >>> >>> Second wave gives: >>> >>> DEBUG [main] velocity.log:168 | Log4JLogChute using logger >>> 'org.apache.velocity' >> >>>>ok, this looks like the setting you expected. >> >>> DEBUG [main] velocity.log:168 | Configuring Velocity with properties at= : >>> /WEB-INF/velocity.properties >>> DEBUG [main] velocity.log:168 | Configuring Velocity with properties at= : >>> /WEB-INF/velocity.properties -- Why twice? >> >>>> i'm not sure. >> >> BTW, is it possible to get the real source class that issued the log >> instead of "DEBUG [main] velocity.log:168 |" ??? >> >>> DEBUG [main] velocity.log:168 | Starting Apache Velocity v1.6.4 >>> (compiled: >>> 2010-04-27 15:31:23) >>> DEBUG [main] velocity.log:168 | Default Properties File: >>> org/apache/velocity/runtime/defaults/velocity.properties >>> DEBUG [main] velocity.log:168 | Trying to use logger class >>> org.apache.velocity.runtime.log.Log4JLogChute >>> DEBUG [main] velocity.log:168 | Using logger class >>> org.apache.velocity.runtime.log.Log4JLogChute >>> DEBUG [main] velocity.log:168 | ResourceLoader instantiated: >>> org.apache.velocity.tools.view.WebappResourceLoader >>> DEBUG [main] velocity.log:168 | ResourceLoader instantiated: >>> org.apache.velocity.runtime.resource.loader.StringResourceLoader >>> DEBUG [main] velocity.log:168 | Creating string repository using class >>> org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl.= .. >> >>>> ok, the resource loader settings look like Tools is involved, but >>>> then... >> >>> DEBUG [main] velocity.log:168 | Default repository encoding is UTF-8 >>> DEBUG [main] velocity.log:168 | ResourceCache: initialized (class >>> org.apache.velocity.runtime.resource.ResourceCacheImpl) with class >>> java.util.Collections$SynchronizedMap cache map. >>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>> org.apache.velocity.runtime.directive.Define >>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>> org.apache.velocity.runtime.directive.Break >>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>> org.apache.velocity.runtime.directive.Evaluate >>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>> org.apache.velocity.runtime.directive.Literal >>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>> org.apache.velocity.runtime.directive.Macro >>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>> org.apache.velocity.runtime.directive.Parse >>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>> org.apache.velocity.runtime.directive.Include >>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>> org.apache.velocity.runtime.directive.Foreach >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >> >>>> ...why all of these? =A0Tools does not generally allow auto-init to >>>> happen. =A0Somehow, something is trying to use the VelocityEngine befo= re >>>> Tools can init() it. =A0 Are you using the VelocityViewServlet? =A0If = so, >>>> are you extending it to override any methods? >> >> Not sure here, what do you think? Could this also be caused by the other >> VelocityEngine instance? >> >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Created '20' parsers. >>> DEBUG [main] velocity.log:168 | Velocimacro : adding VMs from VM librar= y >>> : >>> /WEB-INF/VM_global_library.vm >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>> init()... >>> DEBUG [main] velocity.log:168 | Velocimacro : allowInline =3D true : VM= s >>> can >>> be defined inline in templates >>> DEBUG [main] velocity.log:168 | Velocimacro : allowInlineToOverride =3D >>> false >>> : VMs defined inline may NOT replace previous VM definitions >>> DEBUG [main] velocity.log:168 | Velocimacro : allowInlineLocal =3D fals= e : >>> VMs >>> defined inline will be global in scope if allowed. >>> DEBUG [main] velocity.log:168 | Velocimacro : autoload off : VM system >>> will >>> not automatically reload global library macros >>> DEBUG [main] velocity.log:168 | Did not find resource at: >>> /WEB-INF/toolbox.xml -- I don't think I told velocity to look for >>> toolbox.xml. Is that a normal log? >> >>>>Yes. =A0Tools 1.x looked for this automatically. =A0For backwards >>>>compatibility, Tools 2 does also. >> >> Got it. >> >>> DEBUG [main] velocity.log:168 | Loaded configuration from: >>> /WEB-INF/tools.xml >>> DEBUG [main] velocity.log:168 | Loaded configuration from: >>> /WEB-INF/tools.xml >>> DEBUG [main] velocity.log:168 | Configuring factory with: >>> FactoryConfiguration from 8 sources including 4 data with 3 toolboxes: >>> =A0Toolbox 'application' with 1 properties [scope -auto-> application; = ] >>> and >>> 12 tools: >>> =A0Tool 'alternator' =3D> org.apache.velocity.tools.generic.AlternatorT= ool >>> =A0Tool 'class' =3D> org.apache.velocity.tools.generic.ClassTool >>> =A0Tool 'convert' =3D> org.apache.velocity.tools.generic.ConversionTool >>> =A0Tool 'date' =3D> org.apache.velocity.tools.generic.DateTool with 1 >>> properties [format -auto-> dd/MM/yyyy; ] >>> =A0Tool 'display' =3D> org.apache.velocity.tools.generic.DisplayTool >>> =A0Tool 'esc' =3D> org.apache.velocity.tools.generic.EscapeTool >>> =A0Tool 'field' =3D> org.apache.velocity.tools.generic.FieldTool >>> =A0Tool 'math' =3D> org.apache.velocity.tools.generic.MathTool >>> =A0Tool 'number' =3D> org.apache.velocity.tools.generic.NumberTool >>> =A0Tool 'sorter' =3D> org.apache.velocity.tools.generic.SortTool >>> =A0Tool 'text' =3D> org.apache.velocity.tools.generic.ResourceTool >>> =A0Tool 'xml' =3D> org.apache.velocity.tools.generic.XmlTool >>> >>> =A0Toolbox 'request' with 1 properties [scope -auto-> request; ] and 15 >>> tools: >>> =A0Tool 'context' =3D> org.apache.velocity.tools.view.ViewContextTool >>> =A0Tool 'cookies' =3D> org.apache.velocity.tools.view.CookieTool >>> =A0Tool 'errors' =3D> org.apache.velocity.tools.struts.ErrorsTool >>> =A0Tool 'form' =3D> org.apache.velocity.tools.struts.FormTool >>> =A0Tool 'import' =3D> org.apache.velocity.tools.view.ImportTool >>> =A0Tool 'include' =3D> org.apache.velocity.tools.view.IncludeTool >>> =A0Tool 'link' =3D> org.apache.velocity.tools.struts.StrutsLinkTool >>> =A0Tool 'loop' =3D> org.apache.velocity.tools.generic.LoopTool >>> =A0Tool 'messages' =3D> org.apache.velocity.tools.struts.ActionMessages= Tool >>> =A0Tool 'pager' =3D> org.apache.velocity.tools.view.PagerTool >>> =A0Tool 'params' =3D> org.apache.velocity.tools.view.ParameterTool >>> =A0Tool 'render' =3D> org.apache.velocity.tools.generic.RenderTool >>> =A0Tool 'text' =3D> org.apache.velocity.tools.struts.MessageTool >>> =A0Tool 'tiles' =3D> org.apache.velocity.tools.struts.TilesTool >>> =A0Tool 'validator' =3D> org.apache.velocity.tools.struts.ValidatorTool >>> >>> =A0Toolbox 'session' with 2 properties [createSession -auto-> false; sc= ope >>> -auto-> session; ] and 1 tools: >>> =A0Tool 'browser' =3D> org.apache.velocity.tools.view.BrowserTool >>> >>> =A0Data 'GENERIC_TOOLS_AVAILABLE' -boolean-> true >>> =A0Data 'STRUTS_TOOLS_AVAILABLE' -boolean-> true >>> =A0Data 'TOOLS_VERSION' -number-> 2.0 >>> =A0Data 'VIEW_TOOLS_AVAILABLE' -boolean-> true >>> >>> =A0Source 0: >>> org.apache.velocity.tools.config.FactoryConfiguration(VelocityView.conf= igure(config,factory)) >>> =A0Source 1: >>> org.apache.velocity.tools.config.XmlFactoryConfiguration(ConfigurationU= tils.getDefaultTools()) >>> =A0Source 2: >>> .read(jar:file:/Users/nodje/Documents/project/work/project/target/proje= ct/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/generic/to= ols.xml) >>> =A0Source 3: >>> .read(jar:file:/Users/nodje/Documents/project/work/project/target/proje= ct/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/view/tools= .xml) >>> =A0Source 4: >>> .read(jar:file:/Users/nodje/Documents/project/work/project/target/proje= ct/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/struts/too= ls.xml) >>> =A0Source 5: >>> org.apache.velocity.tools.config.FactoryConfiguration(ConfigurationUtil= s.getAutoLoaded(false)) >>> =A0Source 6: >>> org.apache.velocity.tools.config.XmlFactoryConfiguration(ServletUtils.g= etConfiguration(/WEB-INF/tools.xml,ServletContext[,depMode=3Dtrue])) >>> =A0Source 7: >>> org.apache.velocity.tools.config.XmlFactoryConfiguration(ServletUtils.g= etConfiguration(/WEB-INF/tools.xml,ServletContext[,depMode=3Dtrue])) >>> >>> The exemple provided in the upgrade to 2.0 page for tools.xml actually >>> doesn't work, it should be: >>> >>> >>> >> >>>>it should be what?? >> >> Sorry, it didn't make it to the email, don't know why. Here again, it >> should be fully named class DateTool instead o just 'date' >> >> <toolbox scope=3D"application"> >> =A0 =A0 =A0 =A0 <tool class=3D"org.apache.velocity.tools.generic.DateToo= l" >> format=3D"dd/MM/yyyy" /> >> </toolbox> >> >>> >>> >>> >>> If "date" is used instead of the fully qualified calss name, an error i= s >>> reported. >>> >>> cheers, >>> nodje >>> -- >>> View this message in context: >>> http://old.nabble.com/Upgrading-to-Tools-2.0---1.6.4%2C-sorting-out-log= -messages-tp28804764p28804764.html >>> Sent from the Velocity - Dev mailing list [email protected]. >>> >> >> Thanks a lot for your help and for Velocity, I love it. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > -- > View this message in context: http://old.nabble.com/Upgrading-to-Tools-2.= 0---1.6.4%2C-sorting-out-log-messages-tp28804764p28839693.html > Sent from the Velocity - Dev 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] Tue Jun 22 20:42:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52577 invoked from network); 22 Jun 2010 20:42:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 20:42:06 -0000 Received: (qmail 16565 invoked by uid 500); 22 Jun 2010 20:42:06 -0000 Delivered-To: [email protected] Received: (qmail 16466 invoked by uid 500); 22 Jun 2010 20:42: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16458 invoked by uid 99); 22 Jun 2010 20:42:05 -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 20:42:05 +0000 X-ASF-Spam-Status: No, hits=-0.3 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 20:41:59 +0000 Received: by vws3 with SMTP id 3so954199vws.37 for <[email protected]>; Tue, 22 Jun 2010 13:41:38 -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 :content-transfer-encoding; bh=s0AwqbRNDNj6fLJqLNVv7QGlj0N7JNfNRpEJx9BO4zg=; b=EdRcHYpoqUreY5K9QoS8m0N5Md/WalBwVYoea/lZWswf/hnK/zwSFpJ4Ey13YAMfja bjs56pVoqEyaHbsaVN/QvH3ghtpaGiUYbtE3o90riP5P4ctJZAiTQU4zLSTlMLqgkmQm x2VY2JZ9E3HIFHusFt4OrY9PgvUBKnyvuTqvE= 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=RekglYM7M0iDXWY7VoTcBKQQzLDqOMm0QOn5HDY/85Hx0BQn+joiU9C66N4RBlwEB9 GG2HXe7mjQDs6Czs0PztjLBkC6xFfT73uD8QdjNVj/oIs3jPCH6P6R5ktkd1TOgeYgxZ iMrg6UolLavF4flwkBwh6SJK6w40+MaoU2WPI= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id v32mr3459003vcr.178.1277232764893; Tue, 22 Jun 2010 11:52:44 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 11:52:44 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Tue, 22 Jun 2010 11:52:44 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Then i'd just put the benchmark, templatetool and henning's ivy and jdk14 stuff into a sandbox and archive the rest. Of course, since we use version control nothing is every truly deleted, even if we remove it from the trunk. And some of that stuff should probably just be removed outright, as it is truly, totally obsolete (daveb's stuff, henning's jdk15 stuff, and some of geir's stuff). On Tue, Jun 22, 2010 at 11:44 AM, Antonio Petrelli <[email protected]> wrote: > 2010/6/22 Nathan Bubna <[email protected]>: >> They were both for works-in-progress and crazy ideas that never really >> found a home. =A0Neither has had clear definition in my recent memory. >> They should probably be combined and cleaned-up. =A0Some things are >> obsolete now (localdirective, everything in whiteboard directories for >> geir and daveb, and henning's jdk15 stuff), =A0some should probably be >> moved into the trunk (henning's jdk14 stuff), some probably won't go >> anywhere (henning's ivy stuff) and some are still occasionally useful >> and referenced, but could use some love and attention (templatetool >> and benchmark). > > So this stuff are in limbo. > Usually outdated stuff is moved into an "archive" directory, while > experimental stuff should be in a "sandbox", until it becomes accepted > in the main development. > So you are saying that these directories contain a mix of both situations= ? > Where do you think it is the best place to put them? I don't want to > delete it, anyway. > > Antonio > > --------------------------------------------------------------------- > 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 Jun 22 21:46:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70637 invoked from network); 22 Jun 2010 21:46:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 21:46:19 -0000 Received: (qmail 99937 invoked by uid 500); 22 Jun 2010 21:46:19 -0000 Delivered-To: [email protected] Received: (qmail 99880 invoked by uid 500); 22 Jun 2010 21:46: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99872 invoked by uid 99); 22 Jun 2010 21:46:18 -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 21:46:18 +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-pv0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 21:46:11 +0000 Received: by pva18 with SMTP id 18so2080033pva.37 for <[email protected]>; Tue, 22 Jun 2010 14:45:49 -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=HaH+fKa6cTun8EZOjo7/m1FG1KktGha4o4GEETlQ/Ao=; b=kti7IBbxmn9egvHiv5rQKVty2xZvy2xQiH1gnP9lNI9Z3XI28VLNHTuyVymXdJ6ly+ WUaxowa16F+PQGS9zxcACI4HZDdaewTAizsKiDPpFNOFAXx65Z7+t5+it3DETk8PbNor 9nRYEHDWmV8146AfSiS49V4d+kjqPcoqshZv0= 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=rxSiOYCAkYkNRSAQUPfc+c7haQZdp/AMST0nZxIXU3j7eh/AK5vIe1cIsuK93Inf06 fCgw1zcM+199xub/IB/xKAfdUDFF6H2cW4ybLKIMOJEqLc3CvMjh59ed1ytubC+TFXEr 63l2gys3ubeKB/ubF0CtnClLhX/201t3X1po8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p27mr3352596vcf.151.1277226719952; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 10:11:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 22 Jun 2010 10:11:59 -0700 Message-ID: <[email protected]> Subject: Re: Engine: What are "experimental" and "whiteboard" for? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They were both for works-in-progress and crazy ideas that never really found a home. Neither has had clear definition in my recent memory. They should probably be combined and cleaned-up. Some things are obsolete now (localdirective, everything in whiteboard directories for geir and daveb, and henning's jdk15 stuff), some should probably be moved into the trunk (henning's jdk14 stuff), some probably won't go anywhere (henning's ivy stuff) and some are still occasionally useful and referenced, but could use some love and attention (templatetool and benchmark). On Tue, Jun 22, 2010 at 8:19 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that in the trunk of Velocity Engine there are > "experimental" and "whiteboard" directories. > What are they for? I would like to know so I can move them to a more > appropriate place (in sandbox). > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 23 13:49:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33426 invoked from network); 23 Jun 2010 13:49:42 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 13:49:42 -0000 Received: (qmail 51231 invoked by uid 500); 23 Jun 2010 13:49:42 -0000 Delivered-To: [email protected] Received: (qmail 51095 invoked by uid 500); 23 Jun 2010 13:49: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 51087 invoked by uid 99); 23 Jun 2010 13:49:39 -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 13:49:39 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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; Wed, 23 Jun 2010 13:49:33 +0000 Received: by iwn37 with SMTP id 37so3632074iwn.37 for <[email protected]>; Wed, 23 Jun 2010 06:49:12 -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=+ngdhzjS5KzuudtZm9yr3YTPTouAHYR6v+QXkNDFDLk=; b=Pwbc8PqywVXQXfvrc9IIDyxDosW5VpQHrx+bpI/wBoxfoTByvROQvdXDGeLFYq+bm1 taoA1Pd3knQIkzfTDXzdpmut/jaOjiJli8tvprVa/1c4u1a3JMpWyWASwtubZroHM+9I XalffPReQqAAEUuOJD0TXIxxcK/lkogsUDfc8= 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=krWWn6QmjpFBfwhyvC54GBTvfB+HCPo1ypBOuVggWkKI47FEjWo6sehp4U5y7ZfEsh Zz1Vpn80cNR/+3CopbiL/UCALsio61rhVlHtsEC8+wFfnpn0+aaNrlK21VJYDFd8Ws8j hMoS+Fb9gLZmlPvcKoA0fPtQ/9VPqs0FNLiI8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t13mr8378183ibr.175.1277300952754; Wed, 23 Jun 2010 06:49:12 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 23 Jun 2010 06:49:12 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 23 Jun 2010 15:49:12 +0200 Message-ID: <[email protected]> Subject: Texen or Velocity.Texen? (Same question for Anakia) From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Hi all I noticed that inside Velocity Engine there are the "anakia" and "texen" along with test cases. It's really their place? Aren't Anakia and Texen separate projects? Thanks Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 23 13:56:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34483 invoked from network); 23 Jun 2010 13:56:43 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 13:56:43 -0000 Received: (qmail 60683 invoked by uid 500); 23 Jun 2010 13:56:43 -0000 Delivered-To: [email protected] Received: (qmail 60585 invoked by uid 500); 23 Jun 2010 13:56: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 60576 invoked by uid 99); 23 Jun 2010 13:56:42 -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 13:56:42 +0000 X-ASF-Spam-Status: No, hits=-0.3 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 13:56:35 +0000 Received: by vws3 with SMTP id 3so1152390vws.37 for <[email protected]>; Wed, 23 Jun 2010 06:56:15 -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=QzB0uxgmOpfMA7aOEKt7HSeSooKrKGM/hvziCPgMeJk=; b=EAO/3RK78DVYGVrvqjokBnKlEsd+y4Pm2sc1pWGq3iCiUi/CbSIes4cWXhcZfhjNq+ gANmLwsWq7M4r57iepXXe0jlpkLfF4oC7d/neSmvJlOvpS+i4qUh1jOAHDqiaCYzf6A4 3kZ5jjqYaCsOB4T7kCWbjo2CzhU91wJrQ2kO0= 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=VIsNLlZ4hgnrXBMObD6W77VYRPo+baxhzcJLkpG5l8FXOlhCyHwMykMQBt3j/hTmz8 ojU6rxnVu7pPWVd3PmT+WNV6QJc2xeFQoNr9AZus90vUZoCSwyzGW9ZQqDjsBiaI+Dzx Itc1iBI+F8t+tfhLdG6rPQ7bTSfezW61W6BiM= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id q16mr4085978vcf.91.1277301371936; Wed, 23 Jun 2010 06:56:11 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 23 Jun 2010 06:56:11 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Wed, 23 Jun 2010 06:56:11 -0700 Message-ID: <[email protected]> Subject: Re: Texen or Velocity.Texen? (Same question for Anakia) From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 They started out life as components of "Velocity". A few years back we broke "Velocity" into Engine, Anakia and Texen. However, for backwards compatibility reasons, the embedded Anaki and Texen were simply deprecated in Engine 1.x, not removed. In Engine 2.x, they were removed. All users are certainly encouraged to use the standalone versions. On Wed, Jun 23, 2010 at 6:49 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that inside Velocity Engine there are the "anakia" and > "texen" along with test cases. > It's really their place? Aren't Anakia and Texen separate projects? > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 23 13:57:25 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34609 invoked from network); 23 Jun 2010 13:57:25 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 13:57:25 -0000 Received: (qmail 61134 invoked by uid 500); 23 Jun 2010 13:57:25 -0000 Delivered-To: [email protected] Received: (qmail 61103 invoked by uid 500); 23 Jun 2010 13: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 61095 invoked by uid 99); 23 Jun 2010 13: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, 23 Jun 2010 13:57:24 +0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=AWL,FREEMAIL_FROM,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-yx0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 13:57:18 +0000 Received: by yxt33 with SMTP id 33so228165yxt.37 for <[email protected]>; Wed, 23 Jun 2010 06:56:57 -0700 (PDT) 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=fMHOXsmY56p39FdTNRGeYr8FsnXg66SiJOMJqnWdBIM=; b=loRx3RuY1wvf3tno/SRCMwuIUVPKQXmkXJSZGwxrv+W9+oS1uM6I7peqlFCjKdTpC7 Pm0I3oS+u5MXa4lPOA5NxqgV7IoPCH11LWM6MnF+xcHomPM/kgnfZhEwd9Pwqn/qqSMW Bmo3CneABgGOOi+7Z4uXUs+DCKnzNl3lPMDYY= 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=ux1k2KxqPENEHOL5mOZ2TaECb2LM2IW0OGMJCZntOkk0NuzMUTSGeQM5J55/u7sQ1J j9CVvUWuFjE/2wD34ttxOQDa6DAfQa76cCLn+bq0oxjiefXPeDDM9fRYK3J2o/BBEO5o TH1jrvqnXYQMSE2KEyijWa5StzOQxjEV2CekY= Received: by 161.129.204.104 with SMTP id i20mr4976371qar.11.1277301415518; Wed, 23 Jun 2010 06:56:55 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Wed, 23 Jun 2010 06:56:29 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: Will Glass-Husain <[email protected]> Date: Wed, 23 Jun 2010 06:56:29 -0700 Message-ID: <[email protected]> Subject: Re: Texen or Velocity.Texen? (Same question for Anakia) To: Velocity Developers List <[email protected]> Content-Type: multipart/alternative; boundary=00c09f905dee25c2f30489b2e910 --00c09f905dee25c2f30489b2e910 Content-Type: text/plain; charset=ISO-8859-1 They are deprecated. We pulled them out into separate subprojects a few years ago, but kept the old classes inside the Velocity Engine for compatibility. WILL On Wed, Jun 23, 2010 at 6:49 AM, Antonio Petrelli < [email protected]> wrote: > Hi all > I noticed that inside Velocity Engine there are the "anakia" and > "texen" along with test cases. > It's really their place? Aren't Anakia and Texen separate projects? > > Thanks > Antonio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --00c09f905dee25c2f30489b2e910-- From [email protected] Wed Jun 23 14:15:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41505 invoked from network); 23 Jun 2010 14:15:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 14:15:00 -0000 Received: (qmail 76055 invoked by uid 500); 23 Jun 2010 14:15:00 -0000 Delivered-To: [email protected] Received: (qmail 76015 invoked by uid 500); 23 Jun 2010 14: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 76007 invoked by uid 99); 23 Jun 2010 14:14:59 -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 14:14:59 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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; Wed, 23 Jun 2010 14:14:53 +0000 Received: by iwn37 with SMTP id 37so3660535iwn.37 for <[email protected]>; Wed, 23 Jun 2010 07:14:32 -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 :content-transfer-encoding; bh=A2r/LsfJqrYcVMdQFj30oCzAJ3hUtXzGOc7FXNZ1e1c=; b=JXZbLgLO86HjwZsLj1yloTBiYL/QvM/MM++ljI1ZFInLURtO0ybsgPzZ44K1nEqR0y KZJcQinoN63BOIi2Yl/trZAksYQ9bBRoVpBwgrWhrmuhlwzv824NpsvbVcOwLpsF7STN 3ySj8ihr+9x9O3U4TPbN3L3BLbatg1cAZPHeM= 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=h/7kxE+bRG+P5GCZ9luFDH58xzXlezwiHV5Dccnb28PjlJQv8Z2kIqL3oA/0LY5RL9 mo4AKtjo8wRdbln3B6RPK/NmefPFmKqjaATD5JeekUN6poo7LZJiht+5CEGfZYGEkZtb aF5CYLWoQS4c7UxKo7RpYCKc3IuD+LWdy0zS8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id k27mr8706112ibu.152.1277302472615; Wed, 23 Jun 2010 07:14:32 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 23 Jun 2010 07:14:32 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Wed, 23 Jun 2010 16:14:32 +0200 Message-ID: <[email protected]> Subject: Re: Texen or Velocity.Texen? (Same question for Anakia) From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/6/23 Nathan Bubna <[email protected]>: > They started out life as components of "Velocity". =A0A few years back > we broke "Velocity" into Engine, Anakia and Texen. =A0However, for > backwards compatibility reasons, the embedded Anaki and Texen were > simply deprecated in Engine 1.x, not removed. Ok. > =A0In Engine 2.x, they > were removed. =A0All users are certainly encouraged to use the > standalone versions. Engine 2? Do you mean 1.7? This is the version under the trunk. Thanks to both of you Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 23 14:22:44 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43125 invoked from network); 23 Jun 2010 14:22:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 14:22:44 -0000 Received: (qmail 81712 invoked by uid 500); 23 Jun 2010 14:22:44 -0000 Delivered-To: [email protected] Received: (qmail 81660 invoked by uid 500); 23 Jun 2010 14: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 81652 invoked by uid 99); 23 Jun 2010 14:22:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 14:22:44 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 14:22:36 +0000 Received: by vws3 with SMTP id 3so1186938vws.37 for <[email protected]>; Wed, 23 Jun 2010 07:22:15 -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 :content-transfer-encoding; bh=SEtzfLfo+OqHW12wtTyeaJoB4CsAA3yYO05T2eio3LM=; b=Rr8AE7dNwSSEuCz0DvS156JoT1VblC/UJgQSYDrJjKdT44N22bkwv2DJoEG7qnlWyi rhTtORlL4OSUjggzaHwJzUjbL/UMRs5IdrZdai44IepdtYwEYmPKQTxvVE+a2stMvEC3 5dsqvZBNdBixH7ytfaNVAmyspP8oummC1uriI= 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=i/xziiu3T62Dvf5/ku5EG9SeSmJcxgbEozHhX3rXR4EBp+71LrN5i8ZevR0pLtHKR8 YhdculGx2MVq18vfw43AJgOL8nbulWl6or01zdvzmmfyAzcKnZUkKX6r/YC4pPHVF5De 1wLe9109UObC0hPLFGds2TofLXdhyLzlQXuXM= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id y8mr3975458vch.104.1277302935063; Wed, 23 Jun 2010 07:22:15 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 23 Jun 2010 07:22:14 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 23 Jun 2010 07:22:14 -0700 Message-ID: <[email protected]> Subject: Re: Texen or Velocity.Texen? (Same question for Anakia) From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org https://svn.apache.org/repos/asf/velocity/engine/branches/2.0_Exp On Wed, Jun 23, 2010 at 7:14 AM, Antonio Petrelli <[email protected]> wrote: > 2010/6/23 Nathan Bubna <[email protected]>: >> They started out life as components of "Velocity". =A0A few years back >> we broke "Velocity" into Engine, Anakia and Texen. =A0However, for >> backwards compatibility reasons, the embedded Anaki and Texen were >> simply deprecated in Engine 1.x, not removed. > > Ok. > >> =A0In Engine 2.x, they >> were removed. =A0All users are certainly encouraged to use the >> standalone versions. > > Engine 2? Do you mean 1.7? This is the version under the trunk. > > Thanks to both of you > Antonio > > --------------------------------------------------------------------- > 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 23 14:28:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44584 invoked from network); 23 Jun 2010 14:28:31 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 14:28:31 -0000 Received: (qmail 85218 invoked by uid 500); 23 Jun 2010 14:28:31 -0000 Delivered-To: [email protected] Received: (qmail 85190 invoked by uid 500); 23 Jun 2010 14:28: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 85182 invoked by uid 99); 23 Jun 2010 14:28:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 14:28:30 +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-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 14:28:23 +0000 Received: by iwn37 with SMTP id 37so3675712iwn.37 for <[email protected]>; Wed, 23 Jun 2010 07:28:01 -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=vdarlr05JXsO6HqffmAEQPzS2XbKNXgBEQrnD8awNbo=; b=b4txY1WHKebUN4Xy4cFsG8/TvVJ/YTBxoLE4STcImJDPoM1CQQrI6R+3mlCoVHwk5k Y3gcc/wCc5R6oaSQI+a+dfiFnqZj6oo6aHwTwy3UPNlPzEeV24BYCWVen/QagR5Nfq9b GaC/yZlbyzLKECmE10CoLK8O8tl1bDa5GKulE= 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=G8KVPvFnQs4OPhQs4R2vQTbzdTcO1mkAm54MpvmAaHRK6+nldHAbkwSZeCFEmYU9fa 1XMRfDevskV3n3stgO3eNzZj0gfHu0ISm9HSf3bgTT+Y0/QsbMxZuryjPLM20aH1YWji nl7yvFRxJ0pJfv6uN0SqbH4NVqNBDrae1W0hA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id h35mr9166075ibu.147.1277303281693; Wed, 23 Jun 2010 07:28:01 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 23 Jun 2010 07:28:01 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 23 Jun 2010 16:28:01 +0200 Message-ID: <[email protected]> Subject: Re: Texen or Velocity.Texen? (Same question for Anakia) From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2010/6/23 Nathan Bubna <[email protected]>: > https://svn.apache.org/repos/asf/velocity/engine/branches/2.0_Exp Uh! I didn't see that. So what is the "1.7" version? Is it an abandoned trunk? Anyway I will start again from this 2.0 branch to do Maven reorganization, Thanks Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 23 14:40:02 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48927 invoked from network); 23 Jun 2010 14:40:02 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 14:40:02 -0000 Received: (qmail 5138 invoked by uid 500); 23 Jun 2010 14:40:02 -0000 Delivered-To: [email protected] Received: (qmail 5043 invoked by uid 500); 23 Jun 2010 14:40: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5035 invoked by uid 99); 23 Jun 2010 14:40:01 -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 14:40:01 +0000 X-ASF-Spam-Status: No, hits=-0.3 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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 14:39:55 +0000 Received: by vws3 with SMTP id 3so1210616vws.37 for <[email protected]>; Wed, 23 Jun 2010 07:39:34 -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=YQQbaIX+iB58nj+7XSjkRfkON4JTC8zA7MzNjEQgqZQ=; b=bv040r3kAoxJwE0/EkgSUi+m8v14dm2dEHHam+B3cdhu99ne5u4mVNh3oQ2jUcyCyL P+Jhfjql6E956nEBBW7ySk3/um4l+s1p2WOwhKx9S5NyjEaADDE2p+rov7UUQZ19xQy2 huZaRVPPrP+/b7nT6cazoerfJezADgWJ0zRgM= 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=KmANkEI+1g52mXsBTWM8NycXLp23Lcc7Vntpqt+WQZZvAIPUYT+t+hH+IoxvkR1X7g DA0qklDtYliFedxr1phCichSPS7V3nxLyMOEhjHSaIrcNus5FypQiKrCjpBcZZ55Vh9u LQkhEDQSTQo1+8TMh6CrSlv6mJ7+xqGihVC7I= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id c16mr4152139vci.13.1277303974469; Wed, 23 Jun 2010 07:39:34 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 23 Jun 2010 07:39:34 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 23 Jun 2010 07:39:34 -0700 Message-ID: <[email protected]> Subject: Re: Texen or Velocity.Texen? (Same question for Anakia) From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 No, 1.7 is the main branch. The next major Engine release will be 1.7. However, my hope is that that will be the last 1.x release. I think it is time to drop a lot of the dead weight deprecations and backwards compatibility hacks and leave 1.x behind for a new, freer 2.x branch. The 2.0_Exp branch will probably serve as the basis for that. And yeah, now that you mention it, 2.x is probably the best starting point for a Maven reorg, since we are almost certainly not going to do the Maven switch in 1.7 (already in beta) and there hopefully won't be a 1.8. Sorry that i didn't think to mention that earlier. :( On Wed, Jun 23, 2010 at 7:28 AM, Antonio Petrelli <[email protected]> wrote: > 2010/6/23 Nathan Bubna <[email protected]>: >> https://svn.apache.org/repos/asf/velocity/engine/branches/2.0_Exp > > Uh! I didn't see that. So what is the "1.7" version? Is it an abandoned trunk? > Anyway I will start again from this 2.0 branch to do Maven reorganization, > > Thanks > Antonio > > --------------------------------------------------------------------- > 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 23 14:45:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50502 invoked from network); 23 Jun 2010 14:45:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 14:45:15 -0000 Received: (qmail 9537 invoked by uid 500); 23 Jun 2010 14:45:15 -0000 Delivered-To: [email protected] Received: (qmail 9512 invoked by uid 500); 23 Jun 2010 14: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: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9504 invoked by uid 99); 23 Jun 2010 14:45:14 -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 14:45:14 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,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; Wed, 23 Jun 2010 14:45:08 +0000 Received: by iwn37 with SMTP id 37so3694264iwn.37 for <[email protected]>; Wed, 23 Jun 2010 07:44:48 -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=y1XDNG5n4GMcylR5uxU0PwwByPP1g9lzmVetnLn+0zY=; b=vodw9mNyjZlUmhzxGE9kIFKoPaejHS56kwkVROqO86spCV53Gowz6oNupiFSH1Ag04 7yvFW6Y4zrWvltHzfduVo3/pUgMS6wozOZVHiSeJT8zC4GFkzHfRpfhegIL/bWhAKugA kvy9IWyuktm4YaU7bIH4kXkXQPTy7q+RNIR5E= 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=J5b5fPI7B5rWGbc5vqrE8Fx6J9rMf0AdlEo8oQ6fPbuyprKwNazs8qC3r/5vyh7Gdv aXOnNNNndsV7ARQuojRdt4ALoBc/O08KhLIeL7sg/UAnXG4CV8I08WLVSeH3gETA8MqN rfSdGosXeyPKEx4a/KeyS5irAhEa+xqNrMv+w= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id w15mr9108009ibv.115.1277304287935; Wed, 23 Jun 2010 07:44:47 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 23 Jun 2010 07:44:47 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 23 Jun 2010 16:44:47 +0200 Message-ID: <[email protected]> Subject: Re: Texen or Velocity.Texen? (Same question for Anakia) From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 2010/6/23 Nathan Bubna <[email protected]>: > Sorry that i didn't think to mention that earlier. :( No problem, I did not do much work, and much of the problems I will see are in the tests, for which the only advancement I did were in the concepts, not in code. Thanks Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 24 06:46:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12752 invoked from network); 24 Jun 2010 06:46:03 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Jun 2010 06:46:03 -0000 Received: (qmail 7854 invoked by uid 500); 24 Jun 2010 06:46:03 -0000 Delivered-To: [email protected] Received: (qmail 7689 invoked by uid 500); 24 Jun 2010 06:46: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7676 invoked by uid 99); 24 Jun 2010 06:45:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 06:45:59 +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 (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, 24 Jun 2010 06:45:52 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1ORgBm-00053g-Tz for [email protected]; Wed, 23 Jun 2010 23:45:30 -0700 Message-ID: <[email protected]> Date: Wed, 23 Jun 2010 23:45:30 -0700 (PDT) From: nodje <[email protected]> To: [email protected] Subject: Re: Upgrading to Tools 2.0 & 1.6.4, sorting out log messages 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 Thanks. I can't see an obvious way to unify those two instance right now. Will look into it when have some time. Doesn't seem to be a problem for now= , except for the confusing logs. Nathan Bubna wrote: >=20 > On Thu, Jun 10, 2010 at 12:25 AM, nodje <[email protected]> wrote: > ... >>>> I'm getting confusing logs though, I wish someone could help me >>>> understand them. >>>> First of all, I'm using Velocity in a web environnement as a >>>> replacement >>>> to JSPs. >>> >>>>>yes, but how. =C2=A0are you using VelocityViewServlet? =C2=A0can you s= hare the >>>>>relevant portions of your web.xml? >>> >>> Yes, using VelocityViewServlet, configured this way: >>> >>> <servlet> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 <servlet-name>velocity</servlet-name> >>> >>> <servlet-class>org.apache.velocity.tools.view.VelocityViewServlet</serv= let-class> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 <init-param> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <param-name>org.apache.veloci= ty.tools</param-name> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <param-value>/WEB-INF/tools.x= ml</param-value> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 </init-param> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 <init-param> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <param-name>org.apache.veloci= ty.properties</param-name> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <param-value>/WEB-INF/velocit= y.properties</param-value> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 </init-param> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 <load-on-startup>3</load-on-startup> >>> =C2=A0 =C2=A0 </servlet> >>> >>>> I'm getting the log twice, probably from Velocity, then Tools - isn't >>>> it? >>> >>>>>No, there are two Engine startups here, and neither look to be >>>>>triggered by tools since both indicate auto-init being triggered, >>>>>whereas the startup of VelocityViewServlet/Filter/Tag should always >>>>>"manually" init the Engine to be used. =C2=A0So both "waves" are confu= sing >>>>>to me. >>> >>> The only explanation I can think of is an instance of VelocityEngine >>> that >>> is injected by Spring in our main AbstractCommonService for email >>> templating purpose. That's probably auto-inited, though I don't >>> understand >>> what triggers the init. >>> If this explains the logs, is there a way to unify the two instances? >=20 > Yeah, i'm sure the Spring instance is a separate Engine. I'm not sure > how to unify them offhand. I did some experimental > SpringMVC/VelocityTools2 integration a couple years ago, but i'm not > sure where the code is nor how up to date it is. If i find it, i'll > try and share. >=20 >>>> Here's the first wave: >>>> >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Starting Apache >>>> Velocity >>>> v1.6.4 (compiled: 2010-04-27 15:31:23) >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Default Properties >>>> File: >>>> org/apache/velocity/runtime/defaults/velocity.properties >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | LogSystem has been >>>> deprecated. Please use a LogChute implementation. --> I have >>>> runtime.log.logsystem.class =3D >>>> org.apache.velocity.runtime.log.Log4JLogChute >>>> in velocity.properties, as indicated in the documentation. Why this >>>> log? >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | ResourceLoader >>>> instantiated: >>>> org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader >>> >>>>>Are you sure you don't have a different velocity.properties in play? >>>>>Because ClasspathResourceLoader and any/all LogSystems are NOT default >>>>>properties. =C2=A0These settings have to come from somewhere else. >>> >>> Also probably explained by the VelocityEngine being injected and >>> auto-inited in our AbstractCommonService, right? Because, no >>> velocity.properties is defined for this instance. >>> >>> So same question here, how to unify? >>> >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | ResourceCache: >>>> initialized (class >>>> org.apache.velocity.runtime.resource.ResourceCacheImpl) >>>> with class java.util.Collections$SynchronizedMap cache map. >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>>> Directive: >>>> org.apache.velocity.runtime.directive.Define >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>>> Directive: >>>> org.apache.velocity.runtime.directive.Break >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>>> Directive: >>>> org.apache.velocity.runtime.directive.Evaluate >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>>> Directive: >>>> org.apache.velocity.runtime.directive.Literal >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>>> Directive: >>>> org.apache.velocity.runtime.directive.Macro >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>>> Directive: >>>> org.apache.velocity.runtime.directive.Parse >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>>> Directive: >>>> org.apache.velocity.runtime.directive.Include >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Loaded System >>>> Directive: >>>> org.apache.velocity.runtime.directive.Foreach >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocity was not >>>> initialized! Calling init()... >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Created '20' >>>> parsers. >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >>>> allowInline =3D true : VMs can be defined inline in templates >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >>>> allowInlineToOverride =3D false : VMs defined inline may NOT replace >>>> previous >>>> VM definitions >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >>>> allowInlineLocal =3D false : VMs defined inline will be global in scop= e >>>> if >>>> allowed. >>>> DEBUG [main] VelocityEngine.logVelocityMessage:52 | Velocimacro : >>>> autoload >>>> off : VM system will not automatically reload global library macros >>>> >>>> >>>> Second wave gives: >>>> >>>> DEBUG [main] velocity.log:168 | Log4JLogChute using logger >>>> 'org.apache.velocity' >>> >>>>>ok, this looks like the setting you expected. >>> >>>> DEBUG [main] velocity.log:168 | Configuring Velocity with properties >>>> at: >>>> /WEB-INF/velocity.properties >>>> DEBUG [main] velocity.log:168 | Configuring Velocity with properties >>>> at: >>>> /WEB-INF/velocity.properties -- Why twice? >>> >>>>> i'm not sure. >>> >>> BTW, is it possible to get the real source class that issued the log >>> instead of "DEBUG [main] velocity.log:168 |" ??? >>> >>>> DEBUG [main] velocity.log:168 | Starting Apache Velocity v1.6.4 >>>> (compiled: >>>> 2010-04-27 15:31:23) >>>> DEBUG [main] velocity.log:168 | Default Properties File: >>>> org/apache/velocity/runtime/defaults/velocity.properties >>>> DEBUG [main] velocity.log:168 | Trying to use logger class >>>> org.apache.velocity.runtime.log.Log4JLogChute >>>> DEBUG [main] velocity.log:168 | Using logger class >>>> org.apache.velocity.runtime.log.Log4JLogChute >>>> DEBUG [main] velocity.log:168 | ResourceLoader instantiated: >>>> org.apache.velocity.tools.view.WebappResourceLoader >>>> DEBUG [main] velocity.log:168 | ResourceLoader instantiated: >>>> org.apache.velocity.runtime.resource.loader.StringResourceLoader >>>> DEBUG [main] velocity.log:168 | Creating string repository using class >>>> org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl= ... >>> >>>>> ok, the resource loader settings look like Tools is involved, but >>>>> then... >>> >>>> DEBUG [main] velocity.log:168 | Default repository encoding is UTF-8 >>>> DEBUG [main] velocity.log:168 | ResourceCache: initialized (class >>>> org.apache.velocity.runtime.resource.ResourceCacheImpl) with class >>>> java.util.Collections$SynchronizedMap cache map. >>>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>>> org.apache.velocity.runtime.directive.Define >>>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>>> org.apache.velocity.runtime.directive.Break >>>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>>> org.apache.velocity.runtime.directive.Evaluate >>>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>>> org.apache.velocity.runtime.directive.Literal >>>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>>> org.apache.velocity.runtime.directive.Macro >>>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>>> org.apache.velocity.runtime.directive.Parse >>>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>>> org.apache.velocity.runtime.directive.Include >>>> DEBUG [main] velocity.log:168 | Loaded System Directive: >>>> org.apache.velocity.runtime.directive.Foreach >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>> >>>>> ...why all of these? =C2=A0Tools does not generally allow auto-init t= o >>>>> happen. =C2=A0Somehow, something is trying to use the VelocityEngine = before >>>>> Tools can init() it. =C2=A0 Are you using the VelocityViewServlet? = =C2=A0If so, >>>>> are you extending it to override any methods? >>> >>> Not sure here, what do you think? Could this also be caused by the othe= r >>> VelocityEngine instance? >>> >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Created '20' parsers. >>>> DEBUG [main] velocity.log:168 | Velocimacro : adding VMs from VM >>>> library >>>> : >>>> /WEB-INF/VM_global_library.vm >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocity was not initialized! Calling >>>> init()... >>>> DEBUG [main] velocity.log:168 | Velocimacro : allowInline =3D true : V= Ms >>>> can >>>> be defined inline in templates >>>> DEBUG [main] velocity.log:168 | Velocimacro : allowInlineToOverride = =3D >>>> false >>>> : VMs defined inline may NOT replace previous VM definitions >>>> DEBUG [main] velocity.log:168 | Velocimacro : allowInlineLocal =3D fal= se >>>> : >>>> VMs >>>> defined inline will be global in scope if allowed. >>>> DEBUG [main] velocity.log:168 | Velocimacro : autoload off : VM system >>>> will >>>> not automatically reload global library macros >>>> DEBUG [main] velocity.log:168 | Did not find resource at: >>>> /WEB-INF/toolbox.xml -- I don't think I told velocity to look for >>>> toolbox.xml. Is that a normal log? >>> >>>>>Yes. =C2=A0Tools 1.x looked for this automatically. =C2=A0For backward= s >>>>>compatibility, Tools 2 does also. >>> >>> Got it. >>> >>>> DEBUG [main] velocity.log:168 | Loaded configuration from: >>>> /WEB-INF/tools.xml >>>> DEBUG [main] velocity.log:168 | Loaded configuration from: >>>> /WEB-INF/tools.xml >>>> DEBUG [main] velocity.log:168 | Configuring factory with: >>>> FactoryConfiguration from 8 sources including 4 data with 3 toolboxes: >>>> =C2=A0Toolbox 'application' with 1 properties [scope -auto-> applicati= on; ] >>>> and >>>> 12 tools: >>>> =C2=A0Tool 'alternator' =3D> org.apache.velocity.tools.generic.Alterna= torTool >>>> =C2=A0Tool 'class' =3D> org.apache.velocity.tools.generic.ClassTool >>>> =C2=A0Tool 'convert' =3D> org.apache.velocity.tools.generic.Conversion= Tool >>>> =C2=A0Tool 'date' =3D> org.apache.velocity.tools.generic.DateTool with= 1 >>>> properties [format -auto-> dd/MM/yyyy; ] >>>> =C2=A0Tool 'display' =3D> org.apache.velocity.tools.generic.DisplayToo= l >>>> =C2=A0Tool 'esc' =3D> org.apache.velocity.tools.generic.EscapeTool >>>> =C2=A0Tool 'field' =3D> org.apache.velocity.tools.generic.FieldTool >>>> =C2=A0Tool 'math' =3D> org.apache.velocity.tools.generic.MathTool >>>> =C2=A0Tool 'number' =3D> org.apache.velocity.tools.generic.NumberTool >>>> =C2=A0Tool 'sorter' =3D> org.apache.velocity.tools.generic.SortTool >>>> =C2=A0Tool 'text' =3D> org.apache.velocity.tools.generic.ResourceTool >>>> =C2=A0Tool 'xml' =3D> org.apache.velocity.tools.generic.XmlTool >>>> >>>> =C2=A0Toolbox 'request' with 1 properties [scope -auto-> request; ] an= d 15 >>>> tools: >>>> =C2=A0Tool 'context' =3D> org.apache.velocity.tools.view.ViewContextTo= ol >>>> =C2=A0Tool 'cookies' =3D> org.apache.velocity.tools.view.CookieTool >>>> =C2=A0Tool 'errors' =3D> org.apache.velocity.tools.struts.ErrorsTool >>>> =C2=A0Tool 'form' =3D> org.apache.velocity.tools.struts.FormTool >>>> =C2=A0Tool 'import' =3D> org.apache.velocity.tools.view.ImportTool >>>> =C2=A0Tool 'include' =3D> org.apache.velocity.tools.view.IncludeTool >>>> =C2=A0Tool 'link' =3D> org.apache.velocity.tools.struts.StrutsLinkTool >>>> =C2=A0Tool 'loop' =3D> org.apache.velocity.tools.generic.LoopTool >>>> =C2=A0Tool 'messages' =3D> org.apache.velocity.tools.struts.ActionMess= agesTool >>>> =C2=A0Tool 'pager' =3D> org.apache.velocity.tools.view.PagerTool >>>> =C2=A0Tool 'params' =3D> org.apache.velocity.tools.view.ParameterTool >>>> =C2=A0Tool 'render' =3D> org.apache.velocity.tools.generic.RenderTool >>>> =C2=A0Tool 'text' =3D> org.apache.velocity.tools.struts.MessageTool >>>> =C2=A0Tool 'tiles' =3D> org.apache.velocity.tools.struts.TilesTool >>>> =C2=A0Tool 'validator' =3D> org.apache.velocity.tools.struts.Validator= Tool >>>> >>>> =C2=A0Toolbox 'session' with 2 properties [createSession -auto-> false= ; >>>> scope >>>> -auto-> session; ] and 1 tools: >>>> =C2=A0Tool 'browser' =3D> org.apache.velocity.tools.view.BrowserTool >>>> >>>> =C2=A0Data 'GENERIC_TOOLS_AVAILABLE' -boolean-> true >>>> =C2=A0Data 'STRUTS_TOOLS_AVAILABLE' -boolean-> true >>>> =C2=A0Data 'TOOLS_VERSION' -number-> 2.0 >>>> =C2=A0Data 'VIEW_TOOLS_AVAILABLE' -boolean-> true >>>> >>>> =C2=A0Source 0: >>>> org.apache.velocity.tools.config.FactoryConfiguration(VelocityView.con= figure(config,factory)) >>>> =C2=A0Source 1: >>>> org.apache.velocity.tools.config.XmlFactoryConfiguration(Configuration= Utils.getDefaultTools()) >>>> =C2=A0Source 2: >>>> .read(jar:file:/Users/nodje/Documents/project/work/project/target/proj= ect/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/generic/t= ools.xml) >>>> =C2=A0Source 3: >>>> .read(jar:file:/Users/nodje/Documents/project/work/project/target/proj= ect/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/view/tool= s.xml) >>>> =C2=A0Source 4: >>>> .read(jar:file:/Users/nodje/Documents/project/work/project/target/proj= ect/WEB-INF/lib/velocity-tools-2.0.jar!/org/apache/velocity/tools/struts/to= ols.xml) >>>> =C2=A0Source 5: >>>> org.apache.velocity.tools.config.FactoryConfiguration(ConfigurationUti= ls.getAutoLoaded(false)) >>>> =C2=A0Source 6: >>>> org.apache.velocity.tools.config.XmlFactoryConfiguration(ServletUtils.= getConfiguration(/WEB-INF/tools.xml,ServletContext[,depMode=3Dtrue])) >>>> =C2=A0Source 7: >>>> org.apache.velocity.tools.config.XmlFactoryConfiguration(ServletUtils.= getConfiguration(/WEB-INF/tools.xml,ServletContext[,depMode=3Dtrue])) >>>> >>>> The exemple provided in the upgrade to 2.0 page for tools.xml actually >>>> doesn't work, it should be: >>>> >>>> >>>> >>> >>>>>it should be what?? >>> >>> Sorry, it didn't make it to the email, don't know why. Here again, it >>> should be fully named class DateTool instead o just 'date' >>> >>> <toolbox scope=3D"application"> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 <tool class=3D"org.apache.velocity.tools.ge= neric.DateTool" >>> format=3D"dd/MM/yyyy" /> >>> </toolbox> >>> >>>> >>>> >>>> >>>> If "date" is used instead of the fully qualified calss name, an error >>>> is >>>> reported. >>>> >>>> cheers, >>>> nodje >>>> -- >>>> View this message in context: >>>> http://old.nabble.com/Upgrading-to-Tools-2.0---1.6.4%2C-sorting-out-lo= g-messages-tp28804764p28804764.html >>>> Sent from the Velocity - Dev mailing list [email protected]. >>>> >>> >>> Thanks a lot for your help and for Velocity, I love it. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >> >> -- >> View this message in context: >> http://old.nabble.com/Upgrading-to-Tools-2.0---1.6.4%2C-sorting-out-log-= messages-tp28804764p28839693.html >> Sent from the Velocity - Dev mailing list [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] >=20 >=20 >=20 --=20 View this message in context: http://old.nabble.com/Upgrading-to-Tools-2.0-= --1.6.4%2C-sorting-out-log-messages-tp28804764p28979409.html Sent from the Velocity - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 28 11:20:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99516 invoked from network); 28 Jun 2010 11:20:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 11:20:48 -0000 Received: (qmail 91303 invoked by uid 500); 28 Jun 2010 11:20:48 -0000 Delivered-To: [email protected] Received: (qmail 91161 invoked by uid 500); 28 Jun 2010 11:20: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 91153 invoked by uid 500); 28 Jun 2010 11:20:44 -0000 Delivered-To: [email protected] Received: (qmail 91150 invoked by uid 99); 28 Jun 2010 11:20:44 -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 11:20: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; Mon, 28 Jun 2010 11:20:41 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5SBCohl016445 for <[email protected]>; Mon, 28 Jun 2010 11:12:50 GMT Message-ID: <25581896.88031277723570032.JavaMail.jira@thor> Date: Mon, 28 Jun 2010 07:12:50 -0400 (EDT) From: "Siri C. (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (VELOCITY-770) Infinite loop when upgrade Velocity to 1.6.2 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 Infinite loop when upgrade Velocity to 1.6.2 -------------------------------------------- Key: VELOCITY-770 URL: https://issues.apache.org/jira/browse/VELOCITY-770 Project: Velocity Issue Type: Bug Components: Engine Affects Versions: 1.6.x Reporter: Siri C. Priority: Critical I have replace a velocity from version 1.5 to 1.6.2 and encounter infinite loop when use with IteratorTool This code is worked with version 1.5 #set($limit = 2) #set ($listForIter = [1,2,3,4,5,6,7,8,9,10]) #set ($numbersSet = $iterator.wrap($listForIter)) #foreach ($counter in $numbersSet) #if ($counter <= $limit) $numbersSet.more() #end #end -- 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 Jun 29 13:36:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78010 invoked from network); 29 Jun 2010 13:36:31 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 13:36:31 -0000 Received: (qmail 41289 invoked by uid 500); 29 Jun 2010 13:36:31 -0000 Delivered-To: [email protected] Received: (qmail 41153 invoked by uid 500); 29 Jun 2010 13:36: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41144 invoked by uid 99); 29 Jun 2010 13:36:29 -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 13:36:29 +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, 29 Jun 2010 13:36:22 +0000 Received: by fxm9 with SMTP id 9so1282318fxm.37 for <[email protected]>; Tue, 29 Jun 2010 06:36:01 -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=gBMoE3zNclolmrfZfvGjIB9FQOO90H7fJzNJFgCxNUI=; b=rX7cw3KSaCt8dYYblgMkYkJC9hojRWSrV346Apm5PmSRsCqQq7u2K9D3kqsujQLTs6 n8mAGLMruIMvc4qk81UO1rzzaAupVLIOaqWF7ytLmIbYumV2spYm0dISFD8mbaOyZ+Oe K7/Y1+Jer5XK00K5XI1f8LwW2umV+xFK1xU34= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=mgoZFgIks9GDewyiohBypmYkv0D3smx/HEdJGudbxmWSBQhIG0CW/bkYmVrar4YJaT Y2zTWDqlNYnsTQR8LXP7Xpe7LkdNat08fHtOoR/TsTzOcsDRuf31RD8XReafUo3VJ/tr UfGyFAc81yP375HzJKDCeErJN3tY1eygMCFzk= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id f14mr5513391fac.96.1277818561767; Tue, 29 Jun 2010 06:36:01 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 29 Jun 2010 06:36:01 -0700 (PDT) Date: Tue, 29 Jun 2010 15:36:01 +0200 Message-ID: <[email protected]> Subject: [Engine-2.0] Delete allo log classes? From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi all I noticed that Velocity has some obsolete logging classes. Skimming the source code I see, in fact that their tasks are accomplished by more standard logging frameworks. Moreover Velocity already depends on Commons-Logging (though I'd prefer to depend on SLF4J), so framework independence is already achieved. I would like to kill all of these classes and remove dependencies to logkit and servlet 2.3 (yes! only ServletLogChute depends on it). I will do it in the sandbox, as usual. What do you think? Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 29 14:28:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95770 invoked from network); 29 Jun 2010 14:28:39 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 14:28:39 -0000 Received: (qmail 28729 invoked by uid 500); 29 Jun 2010 14:28:39 -0000 Delivered-To: [email protected] Received: (qmail 28696 invoked by uid 500); 29 Jun 2010 14: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]> List-Id: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28678 invoked by uid 99); 29 Jun 2010 14: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, 29 Jun 2010 14:28:38 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 14:28:30 +0000 Received: by vws2 with SMTP id 2so3397854vws.37 for <[email protected]>; Tue, 29 Jun 2010 07:28:09 -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=6M7l2X1F+aI/m7JgvIPqbpopfCXPsjsp85QH/3JaPQk=; b=bCwL/6ZjjwMppuw1plve4oQtrb/a5rIHaTztV9468CwwUCcgKFRmdeOdW8iQrcjVkP SI2k3wheqMl8RHd9Os9iy/3IWj44AyBZhoir8kZmdlys4L8W2TvqLX1yUArHeqqqB9k/ y6vwC4UK1yneXNH32exUIaAKQLIRnmew0dV+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=SxL169IRTp0igLZ0tnIy02CZXiJQDSc8bTtiiAJDi5edu66yXR3X9LwiiwM44G/cYJ bZR412Id8PLoc5Ytnd9uTEcCZ6OdzkqlJ8bIRkFQrK9xrBTgSObnyBqn2dBQRxt8Pay0 z93sn+o+CVsIWQDJ8W6qV9L+NkFCkuSRnLKN4= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id h9mr3922851vcr.172.1277821689160; Tue, 29 Jun 2010 07:28:09 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 29 Jun 2010 07:28:08 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 29 Jun 2010 07:28:08 -0700 Message-ID: <[email protected]> Subject: Re: [Engine-2.0] Delete allo log classes? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I think the Logkit stuff can go. That's pretty unpopular at this point. I, however, am opposed to a switch to pure commons-logging or SLF4j, even in Velocity 2.0. I do not think static logging is appropriate for Velocity. A bridge to a static logger system is fine, but direct use is not. Velocity is not a development framework. It is an oft-embedded component. Logging should be optional and injectable, something people use when debugging and can control per-instance, not just statically. It might seem like we have a lot of "dependencies" that are only used for one little logging class. But these are all [email protected]. So the end result is a smaller number of dependencies and freedom for those who wish to see logs to get them wherever is convenient. Personally, i find the ServletLogChute to be the most convenient, as servlet logs are a great place for "exuberant" logging output to be controlled. If we move to static logging, we give up logger injectability and freedom to leave out all logging dependencies. I've become rather fond of both, and i think a few small classes and compile-time-only dependencies are a small price to pay for those. If anything, the future i see for "logging" in Velocity is a move to an event/subscriber model, where users could subscribe to certain types of events (and not others). For a component like this, organizing debugging output by "event type" makes more sense than organizing it by super-imposed log-levels. We would still, however, want to provide some convenient subscribers that would log chosen events with the usual logging facilities. So those compile time dependencies are not likely to go anywhere. See the 2nd-to-last comment in https://issues.apache.org/jira/browse/VELOCITY-168 for the source of this idea. Of course, i'm not sure when/if i'll get the time to do that. But that's my vision for 2.0. And in the meantime, while i am limited in the dev time i can spend on Velocity, i am still a regular user and would very much not like to see support for things like logging to the servlet log or leaving out all logging dependencies disappear. :) On Tue, Jun 29, 2010 at 6:36 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I noticed that Velocity has some obsolete logging classes. Skimming > the source code I see, in fact that their tasks are accomplished by > more standard logging frameworks. > Moreover Velocity already depends on Commons-Logging (though I'd > prefer to depend on SLF4J), so framework independence is already > achieved. > I would like to kill all of these classes and remove dependencies to > logkit and servlet 2.3 (yes! only ServletLogChute depends on it). > I will do it in the sandbox, as usual. > > What do you think? > > Antonio > > --------------------------------------------------------------------- > 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 Jun 29 14:31:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96875 invoked from network); 29 Jun 2010 14:31:36 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 14:31:36 -0000 Received: (qmail 36549 invoked by uid 500); 29 Jun 2010 14:31:36 -0000 Delivered-To: [email protected] Received: (qmail 36482 invoked by uid 500); 29 Jun 2010 14:31: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 36474 invoked by uid 99); 29 Jun 2010 14: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, 29 Jun 2010 14:31:35 +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 fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 14:31:27 +0000 Received: by fg-out-1718.google.com with SMTP id e21so839844fga.1 for <[email protected]>; Tue, 29 Jun 2010 07:30:18 -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 :content-transfer-encoding; bh=r7GndJVLIHHJVaXfEVFAZlu211qcijOrk3HaJYu0dT0=; b=YMs3UZU4Q3YncbOkyd0CkQLkNR4FFsYIHv5G1fKYi3L1Go/hsQIcXuwenLaCc0wpWH EP6CYv7vs0bDOjONe74RleCQ8KzsCW7FV2bbP22uDIrxaq2RHht2cUbI+q5ovJ2YhmfF rjDJAlpFTih5X/wPmjpxPaqtMn98OMh6r8u98= 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=Bus1ye9tzK/lZL5m5WQZfXj+UTbjvibzJiMRP0xW+LuBp59HegZ4vgme4TjXzD4Z61 of0WejO/8nhJiFli15farzCgYk/eTGEc6I78lwrG4GUuRb9iQ+TjBgcyisucRdYJms3p 9hP2nagIzzNBIEY8pNHg0HtM7XiWubsTkYKAQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z6mr9755383fgj.13.1277821817901; Tue, 29 Jun 2010 07:30:17 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 29 Jun 2010 07:30:17 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 29 Jun 2010 07:30:17 -0700 Message-ID: <[email protected]> Subject: Re: [Engine-2.0] Delete allo log classes? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[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, Jun 29, 2010 at 7:28 AM, Nathan Bubna <[email protected]> wrote: > I think the Logkit stuff can go. =A0That's pretty unpopular at this point= . > > I, however, am opposed to a switch to pure commons-logging or SLF4j, > even in Velocity 2.0. =A0I do not think static logging is appropriate > for Velocity. =A0A bridge to a static logger system is fine, but direct > use is not. =A0Velocity is not a development framework. =A0It is an > oft-embedded component. =A0Logging should be optional and injectable, > something people use when debugging and can control per-instance, not > just statically. =A0It might seem like we have a lot of "dependencies" > that are only used for one little logging class. =A0But these are all > [email protected]. =A0So the end result is a smaller number of > dependencies and freedom for those who wish to see logs to get them > wherever is convenient. =A0Personally, i find the ServletLogChute to be > the most convenient, as servlet logs are a great place for "exuberant" > logging output to be controlled. > > If we move to static logging, we give up logger injectability and > freedom to leave out all logging dependencies. =A0I've become rather > fond of both, and i think a few small classes and compile-time-only > dependencies are a small price to pay for those. > > If anything, the future i see for "logging" in Velocity is a move to > an event/subscriber model, where users could subscribe to certain > types of events (and not others). =A0For a component like this, > organizing debugging output by "event type" makes more sense than > organizing it by super-imposed log-levels. =A0We would still, however, > want to provide some convenient subscribers that would log chosen > events with the usual logging facilities. =A0So those compile time > dependencies are not likely to go anywhere. =A0See the 2nd-to-last > comment in https://issues.apache.org/jira/browse/VELOCITY-168 for the > source of this idea. excuse me, 3rd to last comment (from Michal). > Of course, i'm not sure when/if i'll get the time to do that. =A0But > that's my vision for 2.0. =A0And in the meantime, while i am limited in > the dev time i can spend on Velocity, i am still a regular user and > would very much not like to see support for things like logging to the > servlet log or leaving out all logging dependencies disappear. :) > > On Tue, Jun 29, 2010 at 6:36 AM, Antonio Petrelli > <[email protected]> wrote: >> Hi all >> I noticed that Velocity has some obsolete logging classes. Skimming >> the source code I see, in fact that their tasks are accomplished by >> more standard logging frameworks. >> Moreover Velocity already depends on Commons-Logging (though I'd >> prefer to depend on SLF4J), so framework independence is already >> achieved. >> I would like to kill all of these classes and remove dependencies to >> logkit and servlet 2.3 (yes! only ServletLogChute depends on it). >> I will do it in the sandbox, as usual. >> >> What do you think? >> >> Antonio >> >> --------------------------------------------------------------------- >> 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 Jun 29 15:04:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6423 invoked from network); 29 Jun 2010 15:04:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 15:04:35 -0000 Received: (qmail 98487 invoked by uid 500); 29 Jun 2010 15:04:35 -0000 Delivered-To: [email protected] Received: (qmail 98430 invoked by uid 500); 29 Jun 2010 15:04: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98422 invoked by uid 99); 29 Jun 2010 15:04:34 -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 15:04:34 +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-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 15:04:26 +0000 Received: by iwn41 with SMTP id 41so1969057iwn.37 for <[email protected]>; Tue, 29 Jun 2010 08:04:05 -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 :content-transfer-encoding; bh=svSYL6X93mdSte+KcKE0EKZ00BL8lKAU7nhrSS0G/A8=; b=F5b1W7EN4EsmZrecvGWtDyewcaQTfAJEHW6jGUiXz/nG7doU1WOCx5AK/nzzBtGNVR QnuT5DtSCGN7nR4y6E2uG6Lj4ZZCCPBaYhXrziHqSQJA/0JVkdwXJ+QY9fXO7rphQ3g5 fxjrpq+oCRzr1656zLkoJUAlrygygoUbFrIFo= 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=IPyOFURo3uyCJpkzdONtfJFglcqssbb/+c95OpSB1Ehr3YYq3l1q7XLesoQFcv7OLK PdVDG6BcVmUinYYSCOTvWYOSa/HgYE5mzrps5cbm0hqJzkx56cItYJacvwXsqBc4BU/5 /b/Qj/S6HUwcASjsrjZEaJLzx9/+3HmnPWLEc= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 17mr2345610icv.29.1277823845587; Tue, 29 Jun 2010 08:04:05 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 29 Jun 2010 08:04:05 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 29 Jun 2010 17:04:05 +0200 Message-ID: <[email protected]> Subject: Re: [Engine-2.0] Delete allo log classes? From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2010/6/29 Nathan Bubna <[email protected]>: > I think the Logkit stuff can go. =A0That's pretty unpopular at this point= . Ok. > =A0Velocity is not a development framework. =A0It is an > oft-embedded component. Sorry? I thought it was a template engine... > =A0Logging should be optional and injectable, > something people use when debugging and can control per-instance, not > just statically. Can you elaborate on this? Do you mean that, if you have two instances of a class, you want two different log messages? > =A0It might seem like we have a lot of "dependencies" > that are only used for one little logging class. =A0But these are all > [email protected]. With Maven I can create different modules, so dependencies are not optional, but you have to select the correct module you want. >=A0So the end result is a smaller number of > dependencies and freedom for those who wish to see logs to get them > wherever is convenient. In my experience, the best place to see log messages is in log files. Anyway *where* the log should go is easily configurable with Log4j or JDK 1.4 logger. > =A0Personally, i find the ServletLogChute to be > the most convenient, as servlet logs are a great place for "exuberant" > logging output to be controlled. I disagree, I've never seen using ServletContext.log in any project, defaulting to a logging system. > If we move to static logging, we give up logger injectability and > freedom to leave out all logging dependencies. =A0I've become rather > fond of both, and i think a few small classes and compile-time-only > dependencies are a small price to pay for those. > > If anything, the future i see for "logging" in Velocity is a move to > an event/subscriber model, where users could subscribe to certain > types of events (and not others). =A0For a component like this, > organizing debugging output by "event type" makes more sense than > organizing it by super-imposed log-levels. =A0We would still, however, > want to provide some convenient subscribers that would log chosen > events with the usual logging facilities. =A0So those compile time > dependencies are not likely to go anywhere. =A0See the 2nd-to-last > comment in https://issues.apache.org/jira/browse/VELOCITY-168 for the > source of this idea. I think that you are mixing the ideas of "logging" and "event producing and consuming": log messages are not events, while events do not need to be logged. These are orthogonal topics. If "log chute" and similar classes intended to be event listeners, then let's transform into event listeners, creating event classes etc. You're right, this could be a powerful feature to inject listeners. But they are not loggers, I would like to keep them separate. Typical example (for which I see some abuse, like not following the "fail-fast" best practice, but I will address it later) is logging an exception: logging an exception with a particular message is OK, creating an event to inform that an exception occurred is OK too, but they are separate (IMHO). >... and > would very much not like to see support for things like logging to the > servlet log or leaving out all logging dependencies disappear. :) If this "logging" capability turns into an "publish-subscribe", "event producer - event listener" , will you still like it? :-) About the dependencies, I think that adding a simple dependency to commons-logging (or slf4j-api) is not overkill, since these are widely accepted wrapping logging frameworks. With slf4j you can easily plugin in your preferred logging framework, by adding a dependency in your application. And with Maven adding a dependency is really easy, don't think as you are working with Ant. The dependencies that I would like to remove are others (oro, commons-collections, not sure on commons-lang), but I will discuss it later. Thanks Antonio P.S.: At this point I will create more modules, to let the dependencies be as clear as possible. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 29 16:00:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22351 invoked from network); 29 Jun 2010 16:00:10 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 16:00:10 -0000 Received: (qmail 81488 invoked by uid 500); 29 Jun 2010 16:00:10 -0000 Delivered-To: [email protected] Received: (qmail 81442 invoked by uid 500); 29 Jun 2010 16:00: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 81434 invoked by uid 99); 29 Jun 2010 16:00:10 -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 16:00: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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 16:00:02 +0000 Received: by vws2 with SMTP id 2so3525058vws.37 for <[email protected]>; Tue, 29 Jun 2010 08:59:41 -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 :content-transfer-encoding; bh=bEaw+BzXXcmZB/m+1XPLxiV4jOzBs1lY8W4STlfgbRQ=; b=WNCHD/5DkANxlDuMM2FIxoq6G8r37hEBq8COkFBfhgbgRqdOqwFdyBkr7qMfMTOprR G23jpgbLBPpUVSTR8Ho+2/pK5SP8Y3iXuh1ksQmLLLQcUxfweQwiSI1/5Qnn3Py3pYaC 8OxnYuw1lR7yKPe7b/XTGc4Ljz+rmPRwzWw6w= 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=INedB7Ob5hT8Rdt82xllyQU8CBsgGGueMISIk1PGSf8oc+cA6DvfSLfFeF29Ap1N24 anJPSqZV43MLTgwkg94G0bWP/74PV2ZDexMxdhaMSAHnT0fdvK7kUB3TleGiML89yeTT cq1uD9fxIu0r19OOAePpWFhPqMYSkDZe0wuSU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id j3mr3957244vcr.256.1277827180805; Tue, 29 Jun 2010 08:59:40 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 29 Jun 2010 08:59:40 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Tue, 29 Jun 2010 08:59:40 -0700 Message-ID: <[email protected]> Subject: Re: [Engine-2.0] Delete allo log classes? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[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, Jun 29, 2010 at 8:04 AM, Antonio Petrelli <[email protected]> wrote: > 2010/6/29 Nathan Bubna <[email protected]>: ... >> =A0Velocity is not a development framework. =A0It is an >> oft-embedded component. > > Sorry? I thought it was a template engine... yes, a template engine is (or should be) more of a component for use within a larger framework. it does not provide structure around which to build your apps, but rather a tool to use within your structure. It actually has more in common with JSTL than JSP. >> =A0Logging should be optional and injectable, >> something people use when debugging and can control per-instance, not >> just statically. > > Can you elaborate on this? Do you mean that, if you have two instances > of a class, you want two different log messages? Yes, it is not uncommon for users to have multiple instances of VelocityEngine that serve significantly different purposes (email, documentation, web pages, code generation, etc). This also distinguishes component from framework. It doesn't make much sense to have multiple Struts instances (or even VelocityView instances), but it is common to have multiple VelocityEngine instances. Velocity was originally created as a singleton, until it was quickly realized that this was a huge drawback for integration and diverse usage. >> =A0It might seem like we have a lot of "dependencies" >> that are only used for one little logging class. =A0But these are all >> [email protected]. > > With Maven I can create different modules, so dependencies are not > optional, but you have to select the correct module you want. No. Users should not have to select a different build of Velocity for different logging purposes. That's totally overkill. If Maven can't understand dependencies that are required-for-compilation-but-optional-at-runtime, then it will never work as our build tool. >>=A0So the end result is a smaller number of >> dependencies and freedom for those who wish to see logs to get them >> wherever is convenient. > > In my experience, the best place to see log messages is in log files. > Anyway *where* the log should go is easily configurable with Log4j or > JDK 1.4 logger. Ok, if we convert Velocity logging to be static, then how do i configure either of those to mix my log messages into my servlet log files for my web-page server and not log anything from my email-generating instance? >> =A0Personally, i find the ServletLogChute to be >> the most convenient, as servlet logs are a great place for "exuberant" >> logging output to be controlled. > > I disagree, I've never seen using ServletContext.log in any project, > defaulting to a logging system. Lovely. Am i supposed to care that you disagree with the way i personally configure my apps? And this is the default setting for all VelocityView-based applications (both Tools 1.x and 2.x). So, it's not something we're about to get rid of. :) >> If we move to static logging, we give up logger injectability and >> freedom to leave out all logging dependencies. =A0I've become rather >> fond of both, and i think a few small classes and compile-time-only >> dependencies are a small price to pay for those. >> >> If anything, the future i see for "logging" in Velocity is a move to >> an event/subscriber model, where users could subscribe to certain >> types of events (and not others). =A0For a component like this, >> organizing debugging output by "event type" makes more sense than >> organizing it by super-imposed log-levels. =A0We would still, however, >> want to provide some convenient subscribers that would log chosen >> events with the usual logging facilities. =A0So those compile time >> dependencies are not likely to go anywhere. =A0See the 2nd-to-last >> comment in https://issues.apache.org/jira/browse/VELOCITY-168 for the >> source of this idea. > > I think that you are mixing the ideas of "logging" and "event > producing and consuming": log messages are not events, while events do > not need to be logged. These are orthogonal topics. not at all! what is logging if not the recording of events? every popular logging utility out there tries to provide ways to listen to some events and not others, trying to generically categorize them by "level" or provide means to filter events by "category". logging is and always has been an obvious subset of event/subscriber activity, and it would be better done if people thought of it that way more often. > If "log chute" and similar classes intended to be event listeners, > then let's transform into event listeners, creating event classes etc. > You're right, this could be a powerful feature to inject listeners. > But they are not loggers, I would like to keep them separate. i don't know that Velocity's range of events warrants separate event classes; perhaps, but i'm skeptical. and no, loggers would simple be a specific type of listener provided for users' convenience. > Typical example (for which I see some abuse, like not following the > "fail-fast" best practice, but I will address it later) is logging an > exception: logging an exception with a particular message is OK, > creating an event to inform that an exception occurred is OK too, but > they are separate (IMHO). i can concieve of no reason why they are or should be separate things. it seems like a very arbitrary and artificial distinction. can you explain? >>... and >> would very much not like to see support for things like logging to the >> servlet log or leaving out all logging dependencies disappear. :) > > If this "logging" capability turns into an "publish-subscribe", "event > producer - event listener" , will you still like it? :-) i believe so, but neither i nor anyone else has written it yet, so who can be sure? > About the dependencies, I think that adding a simple dependency to > commons-logging (or slf4j-api) is not overkill, since these are widely > accepted wrapping logging frameworks. With slf4j you can easily plugin > in your preferred logging framework, by adding a dependency in your > application. No, they both are statically configured (complicating multiple instance situations and making injectability unpleasant if not impossible), neither has an easy bridge to the servlet log, and many of our users care nothing at all for Velocity log messages and will be irked that they have to drag along another library that does not serve them. > And with Maven adding a dependency is really easy, don't think as you > are working with Ant. It is debatable whether that is a useful feature. :) > The dependencies that I would like to remove are others (oro, > commons-collections, not sure on commons-lang), but I will discuss it > later. YES! oro definitely MUST go in 2.0. and i agree that collections and lang are of questionable utility. eliminating dependency on them is worth looking into. > Thanks > Antonio > > P.S.: At this point I will create more modules, to let the > dependencies be as clear as possible. > > --------------------------------------------------------------------- > 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 Jun 29 16:27:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32506 invoked from network); 29 Jun 2010 16:27:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 16:27:21 -0000 Received: (qmail 20109 invoked by uid 500); 29 Jun 2010 16:27:21 -0000 Delivered-To: [email protected] Received: (qmail 20049 invoked by uid 500); 29 Jun 2010 16:27: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20041 invoked by uid 99); 29 Jun 2010 16:27: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 16:27:21 +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 siva.renegat.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 16:27:11 +0000 Received: from localhost (localhost.localdomain [161.129.204.104]) by siva.renegat.net (Postfix) with ESMTP id 80B5E4D102 for <[email protected]>; Tue, 29 Jun 2010 18:26:51 +0200 (CEST) X-Virus-Scanned: Debian [email protected] Received: from siva.renegat.net ([161.129.204.104]) by localhost (localhost.localdomain [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id XYd-5sdxxUh0 for <[email protected]>; Tue, 29 Jun 2010 18:26:25 +0200 (CEST) Received: from [161.129.204.104] (mna75-14-88-182-134-39.fbx.proxad.net [161.129.204.104]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by siva.renegat.net (Postfix) with ESMTPSA for <[email protected]>; Tue, 29 Jun 2010 18:26:25 +0200 (CEST) Subject: Re: [Engine-2.0] Delete allo log classes? From: Claude Brisson <[email protected]> To: Velocity Developers List <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Content-Type: text/plain; charset="UTF-8" Date: Tue, 29 Jun 2010 18:26:24 +0200 Message-ID: <1277828784.19273.34.camel@phoenix> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > >> Personally, i find the ServletLogChute to be > >> the most convenient, as servlet logs are a great place for "exuberant" > >> logging output to be controlled. > > > > I disagree, I've never seen using ServletContext.log in any project, > > defaulting to a logging system. > > Lovely. Am i supposed to care that you disagree with the way i > personally configure my apps? And this is the default setting for all > VelocityView-based applications (both Tools 1.x and 2.x). So, it's > not something we're about to get rid of. :) Using the ServletContext logger is perfect as default behaviour for a web-app, and its use is very common. [...] > > The dependencies that I would like to remove are others (oro, > > commons-collections, not sure on commons-lang), but I will discuss it > > later. > > YES! oro definitely MUST go in 2.0. and i agree that collections and > lang are of questionable utility. eliminating dependency on them is > worth looking into. +1! Claude --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 30 07:58:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83380 invoked from network); 30 Jun 2010 07:58:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 07:58:16 -0000 Received: (qmail 65914 invoked by uid 500); 30 Jun 2010 07:58:16 -0000 Delivered-To: [email protected] Received: (qmail 65778 invoked by uid 500); 30 Jun 2010 07:58: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 65759 invoked by uid 99); 30 Jun 2010 07:58: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 07:58:13 +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-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 07:58:05 +0000 Received: by iwn38 with SMTP id 38so16335iwn.37 for <[email protected]>; Wed, 30 Jun 2010 00:57: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 :content-transfer-encoding; bh=oyD/H95OI22viN7hGMXuaOZJaXlZRj9oWFQBRVo3psA=; b=C/txCve7W8qHVA9sK/X7/l6HozA/bzdUp3rGuH4ACf7Ue4E//sJR7DTHG4/lFIS+aC ZIpqDfzNTf4uHunyMlJcOFFzBAcu5V1BzxdNa52sH7YpaMe5FGrrxhEBgcUN3qRJ8n2X j6fBPYZRgoSaESNj5CBDl7ZaUGxSTi1COQtG4= 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=KEKdA1GmFNpCHU7D7w3haC2fmiokVs7j7XSJj4sj9ecmIJQ4Udi7KU0GGN0jRzpZZ2 2s6dS0bAaFkiDggTmvcWjPuoqRihQdS+FWapuIChzS8fJlR1ErJCv88JQz4ekkyaFjOw yP1wuIckNmkaYvi12qhi3ZOMLNIrEAbMkRa/A= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s26mr7554011ibr.169.1277884663768; Wed, 30 Jun 2010 00:57:43 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 30 Jun 2010 00:57:43 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 30 Jun 2010 09:57:43 +0200 Message-ID: <[email protected]> Subject: Re: [Engine-2.0] Delete allo log classes? From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Ok you convinced me, but I have one last point to debate. 2010/6/29 Nathan Bubna <[email protected]>: > On Tue, Jun 29, 2010 at 8:04 AM, Antonio Petrelli > <[email protected]> wrote: >> With Maven I can create different modules, so dependencies are not >> optional, but you have to select the correct module you want. > > No. =A0Users should not have to select a different build of Velocity for > different logging purposes. =A0That's totally overkill. =A0If Maven can't > understand dependencies that are > required-for-compilation-but-optional-at-runtime, then it will never > work as our build tool. I think I did not explain well. I would like to create some more modules: velocity-engine-log4j velocity-engine-servlet etc. These modules depend on velocity-engine, but contain the implementation of LogChute depending on the log framework they want to use. If we still want to build an "uberjar" containing all the modules in one jar, we can do it easily with a plugin (though it is considered bad practice by Maven purists [like me :-D]). OTOH, if you use Maven, adding a dependency is better since your dependency hierarchy is clear. >> And with Maven adding a dependency is really easy, don't think as you >> are working with Ant. > > It is debatable whether that is a useful feature. :) Yes it is! I think it is the best feature of Maven and you can control them easily with various plugins (dependency report, going offline to download dependencies in one shot, checking new versions). The problem is keeping modules with the minimal amount of optional packages, because they cause various problems with transitive dependencies. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 30 14:22:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11584 invoked from network); 30 Jun 2010 14:22:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 14:22:46 -0000 Received: (qmail 52643 invoked by uid 500); 30 Jun 2010 14:22:46 -0000 Delivered-To: [email protected] Received: (qmail 52574 invoked by uid 500); 30 Jun 2010 14: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]> List-Id: <dev.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52566 invoked by uid 99); 30 Jun 2010 14:22:45 -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 14:22:45 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 14:22:37 +0000 Received: by vws2 with SMTP id 2so1302860vws.37 for <[email protected]>; Wed, 30 Jun 2010 07:21:16 -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 :content-transfer-encoding; bh=KEIRD3CPwtsL64Q3DrTdreI/UmlmJyAZSB8XgRD++YU=; b=axXFXISw6MojRrMJOwGRPkEf1//duHAKa8X+W5oQmNjy206JFfco5SqtDWeo7Wm0m9 ZL+aRADb0oV1YgHqeZyRPVLzbPv3QnRri/AXbewThKauEZsoVSEASgdJ4iBObpk/8rR9 DPlL/cFqkKNx8fxLdsWnf6YrE7sXKfnuwFFi4= 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=xd2TPvrtMUHIe2JZdK0meq0b2SWsP3nl4FF0jCXHs/rwbe/01zfRutek1TLLqUg9c9 DkP2ve9D0KMBo++Lfn8tfnCwDTgiP6K7+IGso5EhAz32X1iSdwTMK2dVw6kWhoFzKokP TG2GWqRhvOChjkn0L+uAUF/axvHwGcrbpI1RQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id m6mr4810396vcz.219.1277907676824; Wed, 30 Jun 2010 07:21:16 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 30 Jun 2010 07:21:16 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 30 Jun 2010 07:21:16 -0700 Message-ID: <[email protected]> Subject: Re: [Engine-2.0] Delete allo log classes? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[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 Wed, Jun 30, 2010 at 12:57 AM, Antonio Petrelli <[email protected]> wrote: > Ok you convinced me, but I have one last point to debate. > > 2010/6/29 Nathan Bubna <[email protected]>: >> On Tue, Jun 29, 2010 at 8:04 AM, Antonio Petrelli >> <[email protected]> wrote: >>> With Maven I can create different modules, so dependencies are not >>> optional, but you have to select the correct module you want. >> >> No. =A0Users should not have to select a different build of Velocity for >> different logging purposes. =A0That's totally overkill. =A0If Maven can'= t >> understand dependencies that are >> required-for-compilation-but-optional-at-runtime, then it will never >> work as our build tool. > > I think I did not explain well. I would like to create some more modules: > velocity-engine-log4j > velocity-engine-servlet > etc. > These modules depend on velocity-engine, but contain the > implementation of LogChute depending on the log framework they want to > use. So, if i wanted to use the servlet log, i would have to download and use both a velocity-engine jar and a velocity-engine-servlet jar? > If we still want to build an "uberjar" containing all the modules in > one jar, we can do it easily with a plugin (though it is considered > bad practice by Maven purists [like me :-D]). OTOH, if you use Maven, > adding a dependency is better since your dependency hierarchy is > clear. i'm more concerned about our users than Maven purists. when someone wants to use Velocity, i would rather they were presented with a minimum of options initially and only find the the others as they dig deeper. it feels rather complex enough that our download page has velocity.jar and velocity-dep.jar and the various subprojects. Adding a bunch of different jars that contain only a single LogChute implementation seems like it could be a source of confusion and inconvenience. is it worth that complexity just to have a "clear" dependency hierarchy? >>> And with Maven adding a dependency is really easy, don't think as you >>> are working with Ant. >> >> It is debatable whether that is a useful feature. :) > > Yes it is! I think it is the best feature of Maven and you can control > them easily with various plugins (dependency report, going offline to > download dependencies in one shot, checking new versions). > The problem is keeping modules with the minimal amount of optional > packages, because they cause various problems with transitive > dependencies. optional packages? so *can* Maven acknowledge that a dependency is required for compilation but optional at runtime? i've been operating under the (mis)conception that it could not. what sort of transitive dependency troubles does it cause? > Antonio > > --------------------------------------------------------------------- > 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 30 14:41:04 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15802 invoked from network); 30 Jun 2010 14:41:04 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 14:41:04 -0000 Received: (qmail 91469 invoked by uid 500); 30 Jun 2010 14:41:04 -0000 Delivered-To: [email protected] Received: (qmail 91347 invoked by uid 500); 30 Jun 2010 14:41: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 91339 invoked by uid 99); 30 Jun 2010 14:41:03 -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 14:41:03 +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-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 14:40:55 +0000 Received: by iwn38 with SMTP id 38so404107iwn.37 for <[email protected]>; Wed, 30 Jun 2010 07:40:34 -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 :content-transfer-encoding; bh=IBGL0dbnt6vX0R8fHgRXXWkf5mie1gv9hO3bhMKIKrE=; b=x7Jz64J4wi+9hLaRmSI1yi7TZ5EQLtA1tb+P1tGlHGrqPJ81V6t2q/6ucw3gy0mn66 L6z/STbtTQpkNyhPfV0RnZACvdhQP/rF3QTS4iJaJhESrXc46dNTPR5yNQPEm71qmG9B N3EaWZcTSS00mG/hP3bQjhAG7jWdaqGGg1EeY= 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=tl240Mx+UEiU4FAemYpa3crWLJFBTbpO8dN2tztUnPAkIMyucDrSPRosF7Rtk4hIn8 Yr15IBGBGz41DSjKodfbgNXPP7kc/dMvvOgzrkgTUVZ1Ki0L+lc+Ct43TFyK0l1ZtkqC Sf8E6tZSAjxngnBVi62XQcSvsXnamEhXY3wgg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z11mr8099608iba.197.1277908834424; Wed, 30 Jun 2010 07:40:34 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 30 Jun 2010 07:40:34 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 30 Jun 2010 16:40:34 +0200 Message-ID: <[email protected]> Subject: Re: [Engine-2.0] Delete allo log classes? From: Antonio Petrelli <[email protected]> To: Velocity Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2010/6/30 Nathan Bubna <[email protected]>: > So, if i wanted to use the servlet log, i would have to download and > use both a velocity-engine jar and a velocity-engine-servlet jar? Yes. Or declare a dependency to velocity-log-servlet (I would like to name it this way) and velocity-engine will come as a transitive dependency. Otherwise, if you want a single package, we can prepare an uberjar using the Shade plugin, for Ant fanatics :-D To see the power of transitive dependencies, I suggest to download m2eclipse (the plugin inside Eclipse for Maven support) that has a pom editor, containing a graph of dependencies. It's nice to see how your project is built on various other frameworks. >=A0is it worth that complexity just to have a "clear" > dependency hierarchy? Absolutely yes, optional dependencies are far more confusing than small mod= ules. Take a look at how Tiles 2.2.2 is now, little modules with few classes, like tiles-servlet-wildcard, just to be sure to include Spring only when needed. > optional packages? =A0so *can* Maven acknowledge that a dependency is > required for compilation but optional at runtime? =A0i've been operating > under the (mis)conception that it could not. Yes it can, by adding <optional>true</optional>. It must not confused with <scope>provided</scope> that means that a package is needed when compiling, but it is "provided" by an external source, e.g. servlet.jar in a servlet container, so it must be present, but outside of the package itself. The "provided" scope is clearer with WARs: if the scope is "compile" or "runtime", the package is included in WEB-INF/lib, if it is provided, it is not (not sure about optional packages though). > =A0what sort of transitive dependency troubles does it cause? If your project has optional packages, they must be included explicitly in projects that depend on it if you want to use them. The same for "provided" packages. If you have a module with no optional packages you are declaring that your module can work *if and only if* all those packages are present; Maven recognizes this situations and uses all transitive dependencies for compiling and the rest (depending on the scope). Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 30 16:10:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47248 invoked from network); 30 Jun 2010 16:10:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 16:10:47 -0000 Received: (qmail 11894 invoked by uid 500); 30 Jun 2010 16:10:47 -0000 Delivered-To: [email protected] Received: (qmail 11882 invoked by uid 500); 30 Jun 2010 16:10: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.velocity.apache.org> Reply-To: "Velocity Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11873 invoked by uid 99); 30 Jun 2010 16:10:47 -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 16:10:47 +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-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 16:10:39 +0000 Received: by vws2 with SMTP id 2so1449151vws.37 for <[email protected]>; Wed, 30 Jun 2010 09:09:18 -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 :content-transfer-encoding; bh=mIeKmBSLMFpp0B67MFPS1TtHzuLLWwRE0VO7hkhOQ4k=; b=R7gCzqSgzG7ERtYyUigt58RCPy5yPhzOGeH3NM5p2o9iFsKnE9kaxibh+EetU1clXo 5r5avKhM84hUMBzFiiQa/weC/ZQB1rc0LIaEVFzSGD1tzvMB93utGiP6Bcj4CEU9wh1E s28rDVehox2yDNw56eTFPGhBBYVK6sPJwYY0U= 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=OxLSt0qM/zAnhCfZMCksa/wtyM/tjk0bXpPhXB44Wogk+9nisthE7RV9CvqlfdbP2C 7WsjqbXuZXM7yRkrXahYKGzhhDli5IuEjML7YjS4dKEgq5FbnUmoc5wjgRxMFvrh2oS1 q+EciMNTklBfXRhDdqdd8AUnpPxruaeY2+Gt8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id k24mr4916752vcr.113.1277914158106; Wed, 30 Jun 2010 09:09:18 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 30 Jun 2010 09:09:18 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 30 Jun 2010 09:09:18 -0700 Message-ID: <[email protected]> Subject: Re: [Engine-2.0] Delete allo log classes? From: Nathan Bubna <[email protected]> To: Velocity Developers List <[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 Wed, Jun 30, 2010 at 7:40 AM, Antonio Petrelli <[email protected]> wrote: > 2010/6/30 Nathan Bubna <[email protected]>: >> So, if i wanted to use the servlet log, i would have to download and >> use both a velocity-engine jar and a velocity-engine-servlet jar? > > Yes. Or declare a dependency to velocity-log-servlet (I would like to > name it this way) and velocity-engine will come as a transitive > dependency. we have plenty of non-Maven users. so, naming it that way is making an assumption that i would not recommend making. > Otherwise, if you want a single package, we can prepare an uberjar > using the Shade plugin, for Ant fanatics :-D > To see the power of transitive dependencies, I suggest to download > m2eclipse (the plugin inside Eclipse for Maven support) that has a pom > editor, containing a graph of dependencies. It's nice to see how your > project is built on various other frameworks. > >>=A0is it worth that complexity just to have a "clear" >> dependency hierarchy? > > Absolutely yes, optional dependencies are far more confusing than small m= odules. > Take a look at how Tiles 2.2.2 is now, little modules with few > classes, like tiles-servlet-wildcard, just to be sure to include > Spring only when needed. more confusing to Maven users, perhaps. but there are many who do not use Maven, for whom i think the confusion would run the other way. >> optional packages? =A0so *can* Maven acknowledge that a dependency is >> required for compilation but optional at runtime? =A0i've been operating >> under the (mis)conception that it could not. > > Yes it can, by adding <optional>true</optional>. > It must not confused with <scope>provided</scope> that means that a > package is needed when compiling, but it is "provided" by an external > source, e.g. servlet.jar in a servlet container, so it must be > present, but outside of the package itself. > The "provided" scope is clearer with WARs: if the scope is "compile" > or "runtime", the package is included in WEB-INF/lib, if it is > provided, it is not (not sure about optional packages though). yeah, i knew about "provided", but that would probably only apply to the servlet api dependency. it would not have been an appropriate designation for our log4j dependency. it is the "optional" designation that i was looking for. >> =A0what sort of transitive dependency troubles does it cause? > > If your project has optional packages, they must be included > explicitly in projects that depend on it if you want to use them. The > same for "provided" packages. that sounds perfect. how is it a trouble to require that users explicitly declare optional things they wish to use? extra feature -> small extra effort. that is no different than non-Maven users being required to add a jar for optional things they wish to use. i don't see the down side here. i very much like the sound of this "optional" setting. > If you have a module with no optional packages you are declaring that > your module can work *if and only if* all those packages are present; > Maven recognizes this situations and uses all transitive dependencies > for compiling and the rest (depending on the scope). > > Antonio > > --------------------------------------------------------------------- > 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 19 16:52:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7202 invoked from network); 19 Apr 2010 16:52:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Apr 2010 16:52:57 -0000 Received: (qmail 99245 invoked by uid 500); 19 Apr 2010 16:52:57 -0000 Delivered-To: [email protected] Received: (qmail 99224 invoked by uid 500); 19 Apr 2010 16:52: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: <api.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 99216 invoked by uid 99); 19 Apr 2010 16:52:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 16:52: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-wy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 16:52:48 +0000 Received: by wyf19 with SMTP id 19so344694wyf.37 for <[email protected]>; Mon, 19 Apr 2010 09:52: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:content-type :content-transfer-encoding; bh=TSgiYDghvd/5M/8hqCVhhVjAU13pbnagmw/U9EyOnxk=; b=QC73JK5acbDZuxvD1o5NcmS22OII5ognZUIBR3t2dJWogs0vUoqqNQ6+U57NfxZei/ QssFN342sP9mBmk/7kK2DfRXQeIJKvW1NArPf1ZADg1KoKgVaBx5VrZCjT+4DVXkgnZH UpMXZT+5WARXqbFVSzAvB1jJrKcGeao63cHvI= 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 :content-type:content-transfer-encoding; b=w+3HsDkVJz4y6hBdx1Yyx3k/YXGHZfYwVxIgW/bpfEvRFUiIkOeYdi80iwgzhnCFZS zMdNdInAQOxhU78VW+iognWaE7fBrEFXnL9YVTJM9cXlS4edOnB0MzrNZYY/n/IyO8DB XtNWFF5dzB7dK7ZZFv755rQp/jZFern1ZRxnU= Received: by 161.129.204.104 with SMTP id e2mr543852wef.210.1271695946704; Mon, 19 Apr 2010 09:52:26 -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 z34sm50012932wbv.14.2161.129.204.104.52.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Apr 2010 09:52:25 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 19 Apr 2010 18:52: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: Attribute object definition Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi guys, I'm back from two weeks of vacations, and it's hard to come back to code ... Anyway, coding is quite close to having vacations, so... I have checked the existing APIs and how they implement the Attribute object. here is what we have : - JNDI : o an Attribute interface, a BasicAttribute implementation o Implements Cloneable and Serializable o A few constructors : BasicAttribute(String id) BasicAttribute(String id, boolean ordered) BasicAttribute(String id, Object value) BasicAttribute(String id, Object value, boolean ordered) - jLDAP : o no interface, a LDAPAttribute class o Implements Cloneable, Comparable and Serializable o A few constructors : LDAPAttribute() LDAPAttribute(LDAPAttribute) LDAPAttribute(String id) LDAPAttribute(String id, byte[] value) LDAPAttribute(String id, String value) LDAPAttribute(String id, String[] value) - OpenDS : o One interface, Attribute o Many classes implementing this interface : AbstractAttribute, EmptyAttribute LinkedAttribute ( it seems that the ater is the one to use when creating a new Attribute) plus some wrappers (UnmodifiableAttribute, RenamedAttribute) o Does not implement any extra interface o Some constructors, none being schema aware : LinkedAttribute(Attribute) LinkedAttribute(AttributeDescription) LinkedAttribute(AttributeDescription, ByteString) LinkedAttribute(AttributeDescription, ByteString...) LinkedAttribute(AttributeDescription, Collection<ByteString>) LinkedAttribute(String) LinkedAttribute(String, Object) LinkedAttribute(String, Object...) - UnboundID o No interface, just one class : Attribute o implements Serializable o Many (too many) constructors : Attribute(String name) Attribute(String name, ASN1OctetString... values) Attribute(String name, byte[] value) Attribute(String name, byte[]... values) Attribute(String name, Collection<String>) Attribute(String name, MatchingRule) Attribute(String name, MatchingRule, ASN1OctetString[]) Attribute(String name, MatchingRule, byte[]) Attribute(String name, MatchingRule, byte[]...) Attribute(String name, MatchingRule, Collection<String>) Attribute(String name, MatchingRule, String) Attribute(String name, MatchingRule, String...) Attribute(String name, Schema, ASN1OctetString... values) Attribute(String name, Schema, byte[]...) Attribute(String name, Schema, Collection<String>) Attribute(String name, Schema, String...) Attribute(String name, String value) Attribute(String name, String... values) Suggestions : - We want to define an Interface and an Implementation. The selected name could be : * Attribute for the interface * DefaultAttribute for the implementation The reason why it's named DefaultAttribute is that it's quite a common practice (probably better than BaseAttribute, BasicAttribute or AttributeImpl). - We may define an AbstractAttribute class if needed - We should also implement Comparable, Iterable (over values), Cloneable and externalizable - We may have a ImmutableAttribute class, a wrapper around a mutable Attribute instance - The class might be schema aware, assuming that we inject the schema into it (either via a constructor or via an apply(Schema) method) - The constructors could be : DefaultAttribute() DefaultAttribute(String id) DefaultAttribute(String id, byte[]... values) DefaultAttribute(String id, String... values) DefaultAttribute(String id, Value<?>... values) DefaultAttribute(AttributeType at) DefaultAttribute(AttributeType at, byte[]... values) DefaultAttribute(AttributeType at, String... values) DefaultAttribute(AttributeType at, Value<?>... values)) DefaultAttribute(String id, SchemaManager schema) DefaultAttribute(String id, SchemaManager schema, byte[]... values) DefaultAttribute(String id, SchemaManager schema, String... values) DefaultAttribute(String id, SchemaManager schema, Value<?>... values) Thoughts ? -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com From [email protected] Mon Apr 19 17:04:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11426 invoked from network); 19 Apr 2010 17:04:03 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Apr 2010 17:04:03 -0000 Received: (qmail 22248 invoked by uid 500); 19 Apr 2010 17:04:03 -0000 Delivered-To: [email protected] Received: (qmail 22222 invoked by uid 500); 19 Apr 2010 17: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: <api.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22214 invoked by uid 99); 19 Apr 2010 17:04:02 -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 17:04:02 +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 fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 17:03:56 +0000 Received: by fg-out-1718.google.com with SMTP id 19so2071649fgg.1 for <[email protected]>; Mon, 19 Apr 2010 10:03:35 -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=Gn3OTEBfB2PuCJk16z94AsrMvLdzEXUDB7x5FxPLAIc=; b=S2SVyzRYhxYvStBvA9F1yg6peL2y2DpBwoeGQ6YeKvfc9j7yhJVrvoOqDuGEnervx/ tqro11fTkpFey8pycyi0Yf2BimyApf1rkkE1J2tPQn6GpIG1yR8rh42vQ+l9UlQZhCm3 bLMbSAgIpPPJfi2FxPDWWNH491fp1/3vYO0+c= 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=OFSmmZi9qvcDvCc5TpJHNI8cwJ4DNWIIlp171HaKN2kEY7ZzTwF2mnHCaeZ/ay89sp 5OxCj+qF1hZQACf6lX7KX5Hvd42p10ESvL/b1Wmdni3pyYnBq1toI2HICAyk8rTToxFN qKLe5Oe+WzWWaGAaL5N0bDr3N44v6jlyVqPUE= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Mon, 19 Apr 2010 10:02:39 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Mon, 19 Apr 2010 20:02:39 +0300 Received: by 161.129.204.104 with SMTP id s8mr327301faa.41.1271696559961; Mon, 19 Apr 2010 10:02:39 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Attribute object definition From: Kiran Ayyagari <[email protected]> To: [email protected], [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, Apr 19, 2010 at 7:52 PM, Emmanuel Lecharny <[email protected]> wr= ote: > > Suggestions : > - We want to define an Interface and an Implementation. The selected name > could be : > =A0* Attribute for the interface > =A0* DefaultAttribute for the implementation +1 > =A0The reason why it's named DefaultAttribute is that it's quite a common > practice (probably better than BaseAttribute, BasicAttribute or > AttributeImpl). > - We may define an AbstractAttribute class if needed hmm not sure if we really need this, users can extend the above DefaultAttribute if required, wdyt? > - We should also implement Comparable, Iterable (over values), Cloneable = and > externalizable > - We may have a ImmutableAttribute class, a wrapper around a mutable > Attribute instance > - The class might be schema aware, assuming that we inject the schema int= o > it (either via a constructor or via an apply(Schema) method) > - The constructors could be : > =A0DefaultAttribute() > =A0DefaultAttribute(String id) > =A0DefaultAttribute(String id, byte[]... values) > =A0DefaultAttribute(String id, String... values) > =A0DefaultAttribute(String id, Value<?>... values) that we gonna get rid of these Value classes sooner or later right so, hmm not sure if we need a constructor with it > =A0DefaultAttribute(String id, SchemaManager schema) > =A0DefaultAttribute(String id, SchemaManager schema, byte[]... values) > =A0DefaultAttribute(String id, SchemaManager schema, String... values) > =A0DefaultAttribute(String id, SchemaManager schema, Value<?>... values) I would suggest to merge the above SchemaManager based constructors to just= one DefaultAttribute(String id, SchemaManager schema) and let the users add the attributes with separate calls thanks Emmanuel Kiran Ayyagari From [email protected] Wed Apr 21 07:37:01 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29852 invoked from network); 21 Apr 2010 07:37:01 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 07:37:01 -0000 Received: (qmail 44994 invoked by uid 500); 21 Apr 2010 07:37:00 -0000 Delivered-To: [email protected] Received: (qmail 44942 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: <api.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 12:56:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16639 invoked from network); 21 Apr 2010 12:56:03 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 12:56:03 -0000 Received: (qmail 19047 invoked by uid 500); 21 Apr 2010 12:56:03 -0000 Delivered-To: [email protected] Received: (qmail 19019 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: <api.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 18:19:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68811 invoked from network); 21 Apr 2010 18:19:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 18:19:12 -0000 Received: (qmail 51791 invoked by uid 500); 21 Apr 2010 18:19:12 -0000 Delivered-To: [email protected] Received: (qmail 51754 invoked by uid 500); 21 Apr 2010 18:19: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: <api.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51739 invoked by uid 99); 21 Apr 2010 18:19: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 18:19: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-vw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 18:19:03 +0000 Received: by vws17 with SMTP id 17so764186vws.37 for <multiple recipients>; Wed, 21 Apr 2010 11:18: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:received:message-id:subject:to:cc:content-type; bh=du5InffiuuOPRG3521U1F5j6mcj1rOb8UyB4QAz1fAY=; b=JS44sSM0ZRKtWiZe0STG3WXCXU/Dek5g5nZnoAvEnSgAeUm3Ef8P1aJZATer+irLn4 6J6fWy9dxqXMh1QRjy012zqrdbtNJKZLb8ab9stCojBTEPVQQC4c36IsOni9gRoOjVDs MMB4x2Xfu7s05ciFz6EmezA5JXs+o1Er9rCww= 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=WNH7EmEAektqDbvndMvcitfDoawinLvd007cWP+mjtT7FtV+VpphbgTxj9JraPYZmI n9qX30YsltujYiXTKGsq8+8qBF4ynYwkQRSiiHRmP4afJjleYOZr4S7NixKymeUaTRCE 3dnxIp09LIkAk+XM0SLmkgVBEsqDTFnXy8VwM= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Wed, 21 Apr 2010 11:18:22 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: sumit goyal <[email protected]> Date: Wed, 21 Apr 2010 11:18:22 -0700 Received: by 161.129.204.104 with SMTP id l19mr5632979qcn.24.1271873922252; Wed, 21 Apr 2010 11:18:42 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: [ANNOUNCE] Apache LDAP Client API version 0.1 released To: Apache Directory Developers List <[email protected]> Cc: [email protected] Content-Type: multipart/alternative; boundary=0016364ef32655c17f0484c339c8 X-Virus-Checked: Checked by ClamAV on apache.org --0016364ef32655c17f0484c339c8 Content-Type: text/plain; charset=ISO-8859-1 Hello All I wish to contribute to this effort of writing LDAP client API's. I am sure it will be very helpful for consumers of Apache (and maybe other ldap servers). Till now my experience has been in writing JNDI code with ApacheDS. I won't rate myself as a pro but I can work on JNDI and ApacheDS :) Please let me know if I can help in any way. I searched in archives of this forum but could not find any pointers as to how to go about it. Thanks Sumit On Wed, Apr 21, 2010 at 5:55 AM, Kiran Ayyagari <[email protected]>wrote: > 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 > --0016364ef32655c17f0484c339c8-- From [email protected] Wed Apr 21 19:36:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31296 invoked from network); 21 Apr 2010 19:36:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 19:36:50 -0000 Received: (qmail 92440 invoked by uid 500); 21 Apr 2010 19:36:50 -0000 Delivered-To: [email protected] Received: (qmail 92420 invoked by uid 500); 21 Apr 2010 19:36: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: <api.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92412 invoked by uid 99); 21 Apr 2010 19:36:49 -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 19:36:49 +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; Wed, 21 Apr 2010 19:36:43 +0000 Received: by wyf19 with SMTP id 19so1974503wyf.37 for <[email protected]>; Wed, 21 Apr 2010 12:36:21 -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=8x0MZmgIabUn0G4aY1+UlGwyWblbiVbDyWjRefPa9Xc=; b=Y880Ahjki0fKi2+8cv+HIfwpj53t+3W9yJpGjWXuh4GlqKTVx1iQAgmByQUPGEqfqf 6Nh1ThtHqwtIlQAFbaoVwCkr2LJw3aXCsNMzcSh19ZWcboz0G7S00nebwnvjzF3yHco/ TbJd4Zr1w8azOf6oqVhhzzl1sM2Hx7GD3R2tE= 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=cxMf1PX3BAxHtCtzNiDhhsB11eRcBt7RfYhVmr3TvApGjLUmUfi2irsPpGeWXVJMoj e9WDV5gb5PM+s3tml20Yc7od2J0Gwi6Bz3jU/jZe8KzNtnscJKDwp6ypCXA3KEtXUqgc aXgWGKEDX5wiJcsBrvCzrx0ei2noURECQR+4I= Received: by 161.129.204.104 with SMTP id c50mr710510wef.164.1271878581548; Wed, 21 Apr 2010 12:36:21 -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 t27sm21256579wbc.5.2161.129.204.104.36.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 12:36:20 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 21 Apr 2010 21:36:19 +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 > > Hello All > > I wish to contribute to this effort of writing LDAP client API's. I am sure > it will be very helpful for consumers of Apache (and maybe other ldap > servers). > Till now my experience has been in writing JNDI code with ApacheDS. I won't > rate myself as a pro but I can work on JNDI and ApacheDS :) > > Please let me know if I can help in any way. I searched in archives of this > forum but could not find any pointers as to how to go about it. > http://directory.apache.org/community%26resources/contribute.html This is the starting point :) > > -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com From [email protected] Wed Apr 21 19:38:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32335 invoked from network); 21 Apr 2010 19:38:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 19:38:18 -0000 Received: (qmail 97999 invoked by uid 500); 21 Apr 2010 19:38:18 -0000 Delivered-To: [email protected] Received: (qmail 97983 invoked by uid 500); 21 Apr 2010 19:38: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: <api.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97974 invoked by uid 99); 21 Apr 2010 19:38:18 -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 19:38:18 +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; Wed, 21 Apr 2010 19:38:11 +0000 Received: by wyf19 with SMTP id 19so1975491wyf.37 for <[email protected]>; Wed, 21 Apr 2010 12:37:50 -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=8x0MZmgIabUn0G4aY1+UlGwyWblbiVbDyWjRefPa9Xc=; b=grOXTfCq6Et+OqACGF0g9PrWOhuDZYfhfM6/3ogBCPq8DP9LUMWdsrv6K13tDbViOu Qu1UPd9NYu7V6luKZvuenb87ZTkJpk9F4alLG5/Qs4mebzVxh6M80zuONeyOBGrn23y3 YIie9BdRcY7xyRNDpiQs4Wx5QFUg9PKT/v8Tg= 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=W08rUW+3zF9v97AyD8SHsC9M32CrQffoTUCW1Wz8MET3+afjdPe0nIOOGrcQ5QbasN 3RWjYxdvZGU/Bm/jtj2JGAVeUMGneL8Nssl+VtfKveD+O1LazjLAQeH9fBGsED3fx32s tkBKf3idPVs7PRFLJhrCIaMZPcAFXasImZU+M= Received: by 161.129.204.104 with SMTP id a20mr17826wef.124.1271878567647; Wed, 21 Apr 2010 12:36:07 -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 z3sm69047225wbs.4.2161.129.204.104.36.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 12:36:06 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 21 Apr 2010 21:36:04 +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 > > Hello All > > I wish to contribute to this effort of writing LDAP client API's. I am sure > it will be very helpful for consumers of Apache (and maybe other ldap > servers). > Till now my experience has been in writing JNDI code with ApacheDS. I won't > rate myself as a pro but I can work on JNDI and ApacheDS :) > > Please let me know if I can help in any way. I searched in archives of this > forum but could not find any pointers as to how to go about it. > http://directory.apache.org/community%26resources/contribute.html This is the starting point :) > > -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com From [email protected] Tue Apr 27 10:01:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79593 invoked from network); 27 Apr 2010 10:01:28 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 Apr 2010 10:01:28 -0000 Received: (qmail 37700 invoked by uid 500); 27 Apr 2010 10:01:28 -0000 Delivered-To: [email protected] Received: (qmail 37660 invoked by uid 500); 27 Apr 2010 10:01: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: <api.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37651 invoked by uid 99); 27 Apr 2010 10:01:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 10:01:27 +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; Tue, 27 Apr 2010 10:01:20 +0000 Received: by wyf22 with SMTP id 22so317142wyf.37 for <[email protected]>; Tue, 27 Apr 2010 03: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:reply-to :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Mo80q3cauBlNzK7po15Mz0fo/G2jkfFMzuFAYMapEL0=; b=OT9qoylSGTEdEk9x24ZnovFB3tV1sbtcV+im2n07FhKpDzXpk0E80UIzP4ys6feEoI FlJm8pfEqGwRn6ooowXSr+myb06NNuu+kztbGQQW85/QKUCjmo2zBeB6R/4IhwVCPWwG j6fHI5aksi0fsydrRLN9/uz5T49G5odyWW9qw= 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 :content-type:content-transfer-encoding; b=iyQf500J4mD3Yl14mAgg5OrciOPfSUw4Ux/AjgZQ5NGw1Cxtd4LLETCYAyj/muOwwP b7mVrBTi89vYbtJ/qzXefgwOg9nQCvr7FoqGUqIMpsVVJFhDm8hLteq+ayUdsIz55L7Y FAZsS7pUx6oYiM2e8dno044E4VeKwCZAUrSg8= Received: by 161.129.204.104 with SMTP id n44mr5916415wel.10.1272362454069; Tue, 27 Apr 2010 03:00:54 -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 v59sm981060wec.15.2161.129.204.104.00.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Apr 2010 03:00:53 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 27 Apr 2010 12:00:52 +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: Entry and Attribute comparisons Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hi, just wondering how deep we should go when implementing the equals() and hashcode() methods : - for an entry, is it enough to check that the DN is equal ? Otherwise, we will have to sort all the attributes (based on their OID, I guess), then for each Attribute, sort all of their value (using the normalized value of course, which means the Attribute is schema aware)... - for an Attribute, as stated above, we will have somehow to sort the normalized values, using the specific syntax for the Attribute, otherwise we might not be able to compare two Attributes. I would rather go for a simpler version of hashcode() and equals() where we only compare DN for entries and the attribute ID for Attribute. The rational is that we usually never compare entries (or we use a dedicated method for that : compare()), and we only need to check if an Attribute is stored into an Entry (speaking about the hashcode method). For the Attribute equals method, this is slightly different. I'm not sure we should compare all the values, but right now, I see no other way to do it... Thoughts ? -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com
From [email protected] Tue Nov 2 21:48:56 2004 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 57048 invoked by uid 99); 2 Nov 2004 21:48:56 -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 exchange.ghsinc.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 02 Nov 2004 13:48:55 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4C125.BE90D3FA" Subject: wiki/example for J2EE/EJB testing (jboss dialect) Date: Tue, 2 Nov 2004 16:48:52 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: wiki/example for J2EE/EJB testing (jboss dialect) Thread-Index: AcTBJb6dmxey6IwEROeN5ba5zlpiTg== From: "Darren Hartford" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked ------_=_NextPart_001_01C4C125.BE90D3FA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey all, Just curious, is there a Wiki out there somewhere that goes into detail = the nuances of EJB testing with Cactus? Preferably, using JBoss and in = the Maven environment. If not, where could one add such information to = an existing Wiki? =20 -D ------_=_NextPart_001_01C4C125.BE90D3FA-- From [email protected] Tue Nov 2 22:46:21 2004 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 44815 invoked by uid 99); 2 Nov 2004 22:46:21 -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 smtp011.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 02 Nov 2004 14:46:19 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp011.mail.yahoo.com with SMTP; 2 Nov 2004 22:46:16 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE:wiki/example for J2EE/EJB testing (jboss dialect) Date: Tue, 2 Nov 2004 23:46:12 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0038_01C4C136.25352090" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-MS-TNEF-Correlator: 00000000F680844F520A16419F3C07811D5FF21504264A00 Thread-Index: AcTBJb6dmxey6IwEROeN5ba5zlpiTgABIAVG X-Virus-Checked: Checked ------=_NextPart_000_0038_01C4C136.25352090 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hello Darren, > Hey all, > Just curious, is there a Wiki out there somewhere that goes into > detail the nuances of EJB testing with Cactus? Preferably, using > JBoss and in the Maven environment. If not, where could one add such > information to an existing Wiki? There are some information on the cactus web site (http://jakarta.apache.org/cactus/writing/howto_ejb.html There is also an EJB example (using JBoss and Maven!). You can check it here: http://fisheye.cenqua.com/viewrep/jakarta-cactus/integration/maven/samples/e jb Then there is a Cactus wiki on http://wiki.apache.org/jakarta-cactus. You're free to create any topic on there (you can create topics in http://wiki.apache.org/jakarta-cactus/GeneralDiscussions for example). Hope that helps -Vincent ------=_NextPart_000_0038_01C4C136.25352090-- From [email protected] Wed Nov 3 17:32:03 2004 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 22724 invoked by uid 99); 3 Nov 2004 17:32: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 [161.129.204.104] (HELO mp-ny02) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 03 Nov 2004 09:32:00 -0800 Received: from mp-ny05.horizonk.com ([161.129.204.104]) by mp-ny02 with InterScan Messaging Security Suite; Wed, 03 Nov 2004 12:25:48 -0500 Received: from mars ([161.129.204.104]) by hk-nysrv01.horizonk.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 3 Nov 2004 12:31:54 -0500 From: "Dimitar Georgievski" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: Class not found problem - Cactus 1.6.1 on JBoss 3.2.5/Tomcat 5.0/Java 1.5 Date: Wed, 3 Nov 2004 12:28:49 -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.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <[email protected]> Importance: Normal X-OriginalArrivalTime: 03 Nov 2004 17:31:54.0101 (UTC) FILETIME=[02B2CA50:01C4C1CB] X-Virus-Checked: Checked Hi, I have been successfully using Cactus 1.6.1 on JBoss 3.2.5/Tomcat 5.0 using Java 1.4.2. When I switched Java to the newer version 1.5 I started receiving java.lang.NoClassDefFoundError: org/apache/cactus/util/log/LogAspect. The printout of the exception stack is at the end of the message. The error appears when FilterRedirector is being loaded, upon start up of JBoss, or any of the redirectors are accessed by a test client. I am using Ant and customized build.xml file from Cactus's samples/ejb directory. Ant creates EAR file that contains the WAR file where all the test classes and JAR files are located. First I tried to place the JAR files cactus places in WEB-INF/lib directory to the lib folder of JBoss server (server/default/lib) with the same result. Then I tried to force JBoss load the JARs from WEB-INF/lib first instead delegating the task to parent class loader with the following directives placed in META-INF/jboss-app.xml and WEB-INF/jboss-web.xml files: <loader-repository> edugen.dot.com:loader=unitest.ear <loader-repository-config> java2ParentDelegaton=false </loader-repository-config> </loader-repository> It didn't work either. I wonder if anyone came accross similar problem and found a solution for it. Thanks in advance, dimitar 2004-11-03 11:15:13,390 ERROR [org.jboss.web.localhost.Engine] StandardWrapperValve[ServletRedirector]: Servlet.service() for servlet ServletRedirector threw exception java.lang.NoClassDefFoundError: org/apache/cactus/util/log/LogAspect at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.j ava) at javax.servlet.http.HttpServlet.service(HttpServlet.java:697) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application FilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh ain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja va:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContext Valve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja va:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:104) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssoci ationValve.java:72) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:102) at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrR ealm.java:275) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137 ) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117 ) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java :109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) 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.processConne ction(Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:683) at java.lang.Thread.run(Thread.java:595) From [email protected] Wed Nov 3 18:18:27 2004 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 94603 invoked by uid 99); 3 Nov 2004 18:18:27 -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 hm03.locaweb.com.br) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 03 Nov 2004 10:18:24 -0800 Received: (qmail 96185 invoked by uid 0); 3 Nov 2004 18:18:18 -0000 Received: from unknown (161.129.204.104) by hm03.locaweb.com.br with QMTP; 3 Nov 2004 18:18:18 -0000 Received: (qmail 16625 invoked by uid 37325); 3 Nov 2004 18:08:42 -0000 Message-ID: <[email protected]> From: "Felipe Leme" <[email protected]> Date: Wed, 3 Nov 2004 16:08:42 -0300 To: "Cactus Users List" <[email protected]> Subject: Re: Class not found problem - Cactus 1.6.1 on JBoss 3.2.5/Tomcat 5.0/Java 1.5 References: <[email protected]> In-Reply-To: <[email protected]> X-Mailer: LocaMail X-IPAddress: 161.129.204.104 X-Sender: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked Dimitar, This seems to be an issue solved by AspectJ 1.2. Could you please try the temporary cactus-1.7dev.jar pointed by issue 150: http://nagoya.apache.org/jira/browse/CACTUS-150 Please let us know if it fixes your problem. -- Felipe On Wed, 3 Nov 2004 12:28:49 -0500, "Dimitar Georgievski" <[email protected]> wrote: > I have been successfully using Cactus 1.6.1 on JBoss 3.2.5/Tomcat 5.0 using > Java 1.4.2. When I switched Java to the newer version 1.5 I started > receiving java.lang.NoClassDefFoundError: > org/apache/cactus/util/log/LogAspect. The printout of the exception stack is > at the end of the message. From [email protected] Thu Nov 4 11:38:46 2004 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 36988 invoked by uid 99); 4 Nov 2004 11:38: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 mail1.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 04 Nov 2004 03:38:45 -0800 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-14.tower-1.messagelabs.com!1099567650!19774787!1 X-StarScan-Version: 5.4.2; banners=-,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 21795 invoked from network); 4 Nov 2004 11:27:30 -0000 Received: from queeg.cam.harlequin.co.uk (161.129.204.104) by server-14.tower-1.messagelabs.com with SMTP; 4 Nov 2004 11:27:30 -0000 Received: from post.cam.harlequin.co.uk (post.cam.harlequin.co.uk [161.129.204.104]) by queeg.cam.harlequin.co.uk (8.12.10/8.12.10) with ESMTP id iA4BRTYO022547 for <[email protected]>; Thu, 4 Nov 2004 11:27:29 GMT (envelope-from [email protected]) Received: from notescam1.cam.harlequin.co.uk (notescam1.cam.harlequin.co.uk [161.129.204.104]) by post.cam.harlequin.co.uk (8.12.10/8.12.10) with ESMTP id iA4BRTlf005378 for <[email protected]>; Thu, 4 Nov 2004 11:27:29 GMT Subject: j2ee 1.4 To: [email protected] X-Mailer: Lotus Notes Release 5.0.11 July 24, 2002 Message-ID: <[email protected]> From: "Roger Day" <[email protected]> Date: Thu, 4 Nov 2004 11:27:29 +0000 X-MIMETrack: Serialize by Router on notescam1/Harlequin(Release 5.0.12 |February 13, 2003) at 04/11/2004 11:27:29 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Checked: Checked I was just about to launch into using cactus for testing jboss 4 (modulo JMS), when I noticed that the latest cactus covers j2ee 1.3. The first question that occurs to me is: can I use cactus j2ee1.3 to test 1.4 apps? It might not be reccomended, but it should still "just work" right? The second question is: what's missing/changed? Are there any traps here for innocents such as myself? I don't think I'm going to do anything "funky" wrt to JSP etc, but my definition of funky" in this context is a bit hazy. I'm thought of doing a comparative reading of the J2EE 1.3/1.4 APIs and I probably will do, but the prospect is a little daunting. I thought, first, I should seek the advice of you, the gurus on the cactus list. TIA Roger From [email protected] Thu Nov 4 11:51:32 2004 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 53665 invoked by uid 99); 4 Nov 2004 11:51:32 -0000 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=URIBL_SBL X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp107.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 04 Nov 2004 03:51:30 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp107.mail.sc5.yahoo.com with SMTP; 4 Nov 2004 11:51:25 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: j2ee 1.4 Date: Thu, 4 Nov 2004 12:51:13 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <[email protected]> Thread-Index: AcTCYtpn0VPJOjAGRIqkrasn+udELgAAPZHQ X-Virus-Checked: Checked Hi Roger, Several points: 1/ If your code does not use a J2EE 1.4 specific API you should be fine 2/ Cactus 1.7dev in CVS HEAD actually support J2EE 1.4 but we've not finished testing it so it's untested. 3/ Basically we have not had the time to completely finish the J2EE 1.4 support yet. We need some help to get it finished quickly. What's left to be done is to add support for J2EE 1.4 in the integration modules (Ant and Maven namely) + in the samples. Thanks -Vincent > -----Original Message----- > From: Roger Day [mailto:[email protected]] > Sent: jeudi 4 novembre 2004 12:27 > To: [email protected] > Subject: j2ee 1.4 > > > > > > I was just about to launch into using cactus for testing jboss 4 (modulo > JMS), when I noticed that the latest cactus covers j2ee 1.3. The first > question that occurs to me is: can I use cactus j2ee1.3 to test 1.4 apps? > It might not be reccomended, but it should still "just work" right? The > second question is: what's missing/changed? Are there any traps here for > innocents such as myself? I don't think I'm going to do anything "funky" > wrt to JSP etc, but my definition of funky" in this context is a bit hazy. > > I'm thought of doing a comparative reading of the J2EE 1.3/1.4 APIs and I > probably will do, but the prospect is a little daunting. I thought, first, > I should seek the advice of you, the gurus on the cactus list. > > TIA > > Roger > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] From [email protected] Thu Nov 4 13:43:49 2004 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 54646 invoked by uid 99); 4 Nov 2004 13:43:49 -0000 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=URIBL_SBL X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail1.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 04 Nov 2004 05:43:46 -0800 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-21.tower-1.messagelabs.com!1099575822!23045239!1 X-StarScan-Version: 5.4.2; banners=-,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 11790 invoked from network); 4 Nov 2004 13:43:42 -0000 Received: from queeg.cam.harlequin.co.uk (161.129.204.104) by server-21.tower-1.messagelabs.com with SMTP; 4 Nov 2004 13:43:42 -0000 Received: from post.cam.harlequin.co.uk (post.cam.harlequin.co.uk [161.129.204.104]) by queeg.cam.harlequin.co.uk (8.12.10/8.12.10) with ESMTP id iA4DhgYO001080 for <[email protected]>; Thu, 4 Nov 2004 13:43:42 GMT (envelope-from [email protected]) Received: from notescam1.cam.harlequin.co.uk (notescam1.cam.harlequin.co.uk [161.129.204.104]) by post.cam.harlequin.co.uk (8.12.10/8.12.10) with ESMTP id iA4Dhd9g015788 for <[email protected]>; Thu, 4 Nov 2004 13:43:41 GMT Subject: RE: j2ee 1.4 To: "Cactus Users List" <[email protected]> X-Mailer: Lotus Notes Release 5.0.11 July 24, 2002 Message-ID: <[email protected]> From: "Roger Day" <[email protected]> Date: Thu, 4 Nov 2004 13:43:38 +0000 X-MIMETrack: Serialize by Router on notescam1/Harlequin(Release 5.0.12 |February 13, 2003) at 04/11/2004 13:43:41 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Checked: Checked Thanks for the swift response - which landed in my inbox *before* my question to the list!!! - and will proceed gingerly with the cactus 1.3 compliant release. As much as I'd like to, I can't offer support for testing the 1.4 compliant Cactus as it stands. I will help in testing the alpha/beta when it appears.I look forward to the cactus 1.4 compliant release. Roger "Vincent Massol" <[email protected]. To: "'Cactus Users List'" <[email protected]> com> cc: Subject: RE: j2ee 1.4 04/11/2004 11:51 Please respond to "Cactus Users List" Hi Roger, Several points: 1/ If your code does not use a J2EE 1.4 specific API you should be fine 2/ Cactus 1.7dev in CVS HEAD actually support J2EE 1.4 but we've not finished testing it so it's untested. 3/ Basically we have not had the time to completely finish the J2EE 1.4 support yet. We need some help to get it finished quickly. What's left to be done is to add support for J2EE 1.4 in the integration modules (Ant and Maven namely) + in the samples. Thanks -Vincent > -----Original Message----- > From: Roger Day [mailto:[email protected]] > Sent: jeudi 4 novembre 2004 12:27 > To: [email protected] > Subject: j2ee 1.4 > > > > > > I was just about to launch into using cactus for testing jboss 4 (modulo > JMS), when I noticed that the latest cactus covers j2ee 1.3. The first > question that occurs to me is: can I use cactus j2ee1.3 to test 1.4 apps? > It might not be reccomended, but it should still "just work" right? The > second question is: what's missing/changed? Are there any traps here for > innocents such as myself? I don't think I'm going to do anything "funky" > wrt to JSP etc, but my definition of funky" in this context is a bit hazy. > > I'm thought of doing a comparative reading of the J2EE 1.3/1.4 APIs and I > probably will do, but the prospect is a little daunting. I thought, first, > I should seek the advice of you, the gurus on the cactus list. > > TIA > > Roger > > > > --------------------------------------------------------------------- > 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 Nov 4 16:52:02 2004 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 71873 invoked by uid 99); 4 Nov 2004 16:52: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 [161.129.204.104] (HELO mp-ny02) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 04 Nov 2004 08:52:00 -0800 Received: from mp-ny05.horizonk.com ([161.129.204.104]) by mp-ny02 with InterScan Messaging Security Suite; Thu, 04 Nov 2004 10:49:50 -0500 Received: from mars ([161.129.204.104]) by hk-nysrv01.horizonk.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 4 Nov 2004 10:55:47 -0500 From: "Dimitar Georgievski" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: RE: Class not found problem - Cactus 1.6.1 on JBoss 3.2.5/Tomcat 5.0/Java 1.5 Date: Thu, 4 Nov 2004 10:52:44 -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.2416 (9.0.2910.0) In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-OriginalArrivalTime: 04 Nov 2004 15:55:48.0001 (UTC) FILETIME=[C03F8110:01C4C286] X-Virus-Checked: Checked Felipe, Unfortunately I am still receiving the same error. I have downloaded and used cactus-1.7dev.jar and aspectjrt-1.2.jar in the build. This is the content of WEB-INF/lib folder junit-3.8.1.jar commons-logging-1.0.3.jar commons-httpclient-2.0.jar cactus-1.7dev.jar aspectjrt-1.2.jar I tried the deployment of the test EAR file on Win2000 SP4 and RedHat Enterprise 3.0 servers. In both cases the error was the same. I will try today to download the whole Cactus 1.7 dev version and run the test again. Thanks, dimitar This is the error message 2004-11-03 16:14:23,330 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] Using session cookies default setting 2004-11-03 16:14:23,330 DEBUG [tomcat.localhost./edugenc.Context] Starting tomcat.localhost./edugenc.Context 2004-11-03 16:14:23,340 DEBUG [tomcat.localhost./edugenc.Context] Configuring default Resources 2004-11-03 16:14:23,410 DEBUG [tomcat.localhost./edugenc.Context] Processing standard container startup 2004-11-03 16:14:23,480 DEBUG [tomcat.localhost./edugenc.Context] Setting deployment descriptor public ID to '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 2004-11-03 16:14:23,611 DEBUG [tomcat.localhost./edugenc.Context] Setting deployment descriptor public ID to '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 2004-11-03 16:14:23,711 DEBUG [tomcat.localhost./edugenc.Context] Posting standard context attributes 2004-11-03 16:14:23,711 DEBUG [tomcat.localhost./edugenc.Context] Configuring application event listeners 2004-11-03 16:14:23,711 DEBUG [tomcat.localhost./edugenc.Context] Sending application start events 2004-11-03 16:14:23,711 DEBUG [tomcat.localhost./edugenc.Context] Starting filters 2004-11-03 16:14:23,711 DEBUG [tomcat.localhost./edugenc.Context] Starting filter 'FilterRedirector' 2004-11-03 16:14:24,051 ERROR [org.jboss.web.localhost.Engine] StandardContext[/edugenc]Exception starting filter FilterRedirector java.lang.NoClassDefFoundError: org/apache/cactus/util/log/LogAspect at org.apache.cactus.server.FilterTestRedirector.init(FilterTestRedirector.java ) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilter Config.java:225) at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFil terConfig.java:308) at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterCon fig.java:79) at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:36 76) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4327) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:8 23) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595) 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.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:109) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.apache.catalina.core.StandardContext.init(StandardContext.java:5412) 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.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:109) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer .java:286) at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:70 ) at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:306) at org.jboss.web.WebModule.startModule(WebModule.java:62) at org.jboss.web.WebModule.startService(WebModule.java:40) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport. java:271) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupp ort.java:221) 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.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60 ) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:18 5) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.jav a:837) at $Proxy18.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:367) 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 org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60 ) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:18 5) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176) at $Proxy27.start(Unknown Source) at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:313) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:828) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608) 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.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60 ) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:18 5) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176) at $Proxy7.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanne r.java:304) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner. java:478) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan( AbstractDeploymentScanner.java:201) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(Abstract DeploymentScanner.java:274) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport. java:271) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupp ort.java:221) 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.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60 ) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:18 5) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.jav a:837) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:367) 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 org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60 ) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:18 5) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:592) 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.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60 ) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:18 5) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311) at org.jboss.Main.boot(Main.java:144) at org.jboss.Main$1.run(Main.java:389) at java.lang.Thread.run(Thread.java:595) -----Original Message----- From: Felipe Leme [mailto:[email protected]] Sent: Wednesday, November 03, 2004 2:09 PM To: Cactus Users List Subject: Re: Class not found problem - Cactus 1.6.1 on JBoss 3.2.5/Tomcat 5.0/Java 1.5 Dimitar, This seems to be an issue solved by AspectJ 1.2. Could you please try the temporary cactus-1.7dev.jar pointed by issue 150: http://nagoya.apache.org/jira/browse/CACTUS-150 Please let us know if it fixes your problem. -- Felipe On Wed, 3 Nov 2004 12:28:49 -0500, "Dimitar Georgievski" <[email protected]> wrote: > I have been successfully using Cactus 1.6.1 on JBoss 3.2.5/Tomcat 5.0 using > Java 1.4.2. When I switched Java to the newer version 1.5 I started > receiving java.lang.NoClassDefFoundError: > org/apache/cactus/util/log/LogAspect. The printout of the exception stack is > at the end of the message. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Nov 4 17:30:33 2004 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 55799 invoked by uid 99); 4 Nov 2004 17:30: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 hm03.locaweb.com.br) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 04 Nov 2004 09:30:29 -0800 Received: (qmail 94539 invoked by uid 0); 4 Nov 2004 17:30:06 -0000 Received: from unknown (161.129.204.104) by hm03.locaweb.com.br with QMTP; 4 Nov 2004 17:30:06 -0000 Received: (qmail 4893 invoked by uid 37325); 4 Nov 2004 17:21:35 -0000 Message-ID: <[email protected]> From: "Felipe Leme" <[email protected]> Date: Thu, 4 Nov 2004 15:21:35 -0300 To: "Cactus Users List" <[email protected]> Subject: RE: Class not found problem - Cactus 1.6.1 on JBoss 3.2.5/Tomcat 5.0/Java 1.5 References: <[email protected]> In-Reply-To: <[email protected]> X-Mailer: LocaMail X-IPAddress: 161.129.204.104 X-Sender: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked On Thu, 4 Nov 2004 10:52:44 -0500, "Dimitar Georgievski" <[email protected]> wrote: > Unfortunately I am still receiving the same error. I have downloaded and :-( > I will try today to download the whole Cactus 1.7 dev version and run the > test again. We don't have a whole Cactus 1.7 dev version (I'll be discussing such version on the devs list) yet, but once we generate one we will notify the list. -- Felipe From [email protected] Thu Nov 4 21:06:49 2004 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 71331 invoked by uid 99); 4 Nov 2004 21:06:49 -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 web52603.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 04 Nov 2004 13:06:48 -0800 Message-ID: <[email protected]> Received: from [161.129.204.104] by web52603.mail.yahoo.com via HTTP; Thu, 04 Nov 2004 13:06:47 PST Date: Thu, 4 Nov 2004 13:06:47 -0800 (PST) From: Fazle Khan <[email protected]> Subject: Existing TestCases to cactus To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked To use existing junit testcases in cactus I need to add the following method call to each testcase public static Test suite() { ServletTestSuite suite = new ServletTestSuite(); suite.addTestSuite(TestJUnitTestCaseWrapper.class); return suite; } I would like to add this static method call to an abstract superclass that each testcase extends. Can I do this? I can't figure a way to get a handle of the class object since it must be static. -Fazle __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com From [email protected] Thu Nov 4 21:16:05 2004 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 88005 invoked by uid 99); 4 Nov 2004 21:16: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp111.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 04 Nov 2004 13:16:03 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp111.mail.sc5.yahoo.com with SMTP; 4 Nov 2004 21:15:59 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: Existing TestCases to cactus Date: Thu, 4 Nov 2004 22:15:50 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> Thread-Index: AcTCsjV0/+ScwxOVSQGU7VCpF/QzdwAACrvQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Fazle, > -----Original Message----- > From: Fazle Khan [mailto:[email protected]] > Sent: jeudi 4 novembre 2004 22:07 > To: [email protected] > Subject: Existing TestCases to cactus > > > To use existing junit testcases in cactus I need to > add the following method call to each testcase This is not quite true. The only thing that you have to do is wrap the JUnit default suite in the ServletTestSuite suite. So in practice you can have a single suite class that will wrap all the test cases. In this manner, you'll have to write only a single suite() method. Now, the problem appears if you wish to run each test individually by reusing a JUnit runner (from your IDE for example, by righ-clicking on the test case and select "test"). In that case you need to have an individual suite() method. JUnit explicitely checks for a static suite() method so there's no other than defining it in the test case. [snip] -Vincent From [email protected] Fri Nov 5 13:01:27 2004 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 13703 invoked by uid 99); 5 Nov 2004 13:01: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 exchange.ghsinc.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 05 Nov 2004 05:01:25 -0800 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: wiki/example for J2EE/EJB testing (jboss dialect) Date: Fri, 5 Nov 2004 08:01:23 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: wiki/example for J2EE/EJB testing (jboss dialect) Thread-Index: AcTDN407SGmPmb9/SVa1Spv+LLQ4Bw== From: "Darren Hartford" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked Wow Vincent, you guys have been busy! ;-) Thanks for the resources, and it looks like the EJB example *is* = included with the -SRC version of the download. Hopefully I can jump = back on the bandwagon and document the process in detail, as well as any = optional ways, for the wiki. -D > -----Original Message----- > From: Vincent Massol [mailto:[email protected]] > Sent: Tuesday, November 02, 2004 5:46 PM > To: 'Cactus Users List' > Subject: RE:wiki/example for J2EE/EJB testing (jboss dialect) >=20 >=20 > Hello Darren, >=20 > > Hey all, > > Just curious, is there a Wiki out there somewhere that goes into > > detail the nuances of EJB testing with Cactus? Preferably, using > > JBoss and in the Maven environment. If not, where could one add such > > information to an existing Wiki? >=20 > There are some information on the cactus web site > (http://jakarta.apache.org/cactus/writing/howto_ejb.html >=20 > There is also an EJB example (using JBoss and Maven!). You=20 > can check it > here: > http://fisheye.cenqua.com/viewrep/jakarta-cactus/integration/m aven/samples/e jb Then there is a Cactus wiki on http://wiki.apache.org/jakarta-cactus. = You're free to create any topic on there (you can create topics in http://wiki.apache.org/jakarta-cactus/GeneralDiscussions for example).=20 Hope that helps -Vincent From [email protected] Mon Nov 8 10:36:18 2004 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 62604 invoked by uid 99); 8 Nov 2004 10:36:18 -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 criticalsoftware.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 08 Nov 2004 02:36:16 -0800 Received: from jmota (pcdyn-242.critical.pt [161.129.204.104]) by criticalsoftware.com (8.12.11/8.12.11/check_local-5) with ESMTP id iA8Aa3Zt080175 for <[email protected]>; Mon, 8 Nov 2004 10:36:04 GMT From: "jmota" <[email protected]> To: <[email protected]> Subject: problem getting started with cactus using jboss Date: Mon, 8 Nov 2004 10:36:03 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01C4C57E.BFAD3FD0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Scanned-By: MIMEDefang 2.43 X-Virus-Checked: Checked ------=_NextPart_000_000C_01C4C57E.BFAD3FD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, i=92m having a problem running cactus: =20 I get a file not found exception when running the cactus task against a jboss container (using jboss 3.2.1). It seems that cactus cannot deploy the cactifyed war properly. =20 =20 Also I tried to deploy manually the cactifyed manually but when invoking the servlet for running the tests using the browser nothing happens (and the source for the document has nothing). =20 I searched the mailing lists and found similar problems, but no answer on the solution. Can anyone shed some light on this issue? =20 Thanks in advance, Jo=E3o Mota =20 ------------------------------------------------------------------------ -------------------------------------------------- =20 Here are the ant tasks: =20 <target name=3D"cactify" depends=3D"dist-tests"> <cactifywar destfile=3D"${dist.dir}/${cactus.war}" srcfile=3D"${dist.dir}/${war.file}" /> </target> =20 <target name=3D"run-cactus-tests" depends=3D"cactify" >=20=20=20=20=20=20= =20=20=20 <cactus warfile=3D"${dist.dir}/${cactus.war}" printsummary=3D"yes"> <classpath> <path refid=3D"cactus.classpath"/> <pathelement location=3D"${classes.dir}"/> </classpath> <containerset> <jboss3x dir=3D"${jboss.home}" port=3D"80" todir=3D"${test.reports.dir}"/> </containerset>=20=20=20 <formatter type=3D"plain"/> <batchtest> <fileset dir=3D"${test.dir}"> <include name=3D"**/MyTest*.java"/> <include name=3D"**/Test*.java"/>=20=20=20 <exclude name=3D"**/*.testsuite"/>=20=20=20=20 <exclude name=3D"**/*.xml"/>=20=20=20=20=20=20=20= =20=20=20 </fileset> </batchtest> </cactus> =20=20=20=20=20=20=20=20=20=20=20=20 </target> =20 =20 the output (just the revelant part): =20 [cactus] 10:33:21,744 WARN [jbossweb] WARNING: Web application not found file:/C:/Programs/jboss-3.2.1/server/default/tmp/deploy/C/Programs/jboss -3.2.1/serv er/default/deploy/wo5-test.war/8.wo5-test.war [cactus] 10:33:21,744 WARN [jbossweb] WARNING: Configuration error on file:/C:/Programs/jboss-3.2.1/server/default/tmp/deploy/C/Programs/jboss -3.2.1/server/ default/deploy/wo5-test.war/8.wo5-test.war [cactus] java.io.FileNotFoundException: file:/C:/Programs/jboss-3.2.1/server/default/tmp/deploy/C/Programs/jboss -3.2.1/server/default/deploy/wo5-test.war/8.w o5-test.war [cactus] at org.mortbay.jetty.servlet.WebApplicationContext.resolveWebApp(WebApplica tionContext.java:243) [cactus] at org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationCont ext.java:337) [cactus] at org.mortbay.j2ee.J2EEWebApplicationContext.start(J2EEWebApplicationConte xt.java:85) [cactus] at org.jboss.jetty.JBossWebApplicationContext.start(JBossWebApplicationCont ext.java:89) [cactus] at org.jboss.jetty.Jetty.deploy(Jetty.java:331) [cactus] at org.jboss.jetty.JettyService.performDeploy(JettyService.java:242) [cactus] at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:357) [cactus] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) [cactus] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640) [cactus] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613) [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) [cactus] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) [cactus] at java.lang.reflect.Method.invoke(Method.java:324) [cactus] at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDi spatcher.java:284) [cactus] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) [cactus] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) [cactus] at $Proxy7.deploy(Unknown Source) [cactus] at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentSc anner.java:302) [cactus] at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScan ner.java:476) [cactus] at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doS can(AbstractDeploymentScanner.java:200) [cactus] at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(Abst ractDeploymentScanner.java:273) [cactus] at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192) [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) [cactus] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) [cactus] at java.lang.reflect.Method.invoke(Method.java:324) [cactus] at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDi spatcher.java:284) [cactus] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) [cactus] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController .java:966) [cactus] at $Proxy0.start(Unknown Source) [cactus] at org.jboss.system.ServiceController.start(ServiceController.java:392) [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) [cactus] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) [cactus] at java.lang.reflect.Method.invoke(Method.java:324) [cactus] at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDi spatcher.java:284) [cactus] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) [cactus] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) [cactus] at $Proxy5.start(Unknown Source) [cactus] at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226) [cactus] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) [cactus] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640) [cactus] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613) [cactus] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597) [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) [cactus] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) [cactus] at java.lang.reflect.Method.invoke(Method.java:324) [cactus] at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDi spatcher.java:284) [cactus] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) [cactus] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) [cactus] at $Proxy6.deploy(Unknown Source) [cactus] at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365) [cactus] at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272) [cactus] at org.jboss.Main.boot(Main.java:150) [cactus] at org.jboss.Main$1.run(Main.java:388) [cactus] at java.lang.Thread.run(Thread.java:534) =20 =20 DISCLAIMER: This message may contain confidential information or privileged= material and is intended only for the individual(s) named. If you are not = a named addressee and mistakenly received this message you should not copy = or otherwise disseminate it: please delete this e-mail from your system and= notify the sender immediately. E-mail transmissions are not guaranteed to = be secure or error-free as information could be intercepted, corrupted, los= t, destroyed, arrive late or incomplete or contain viruses. Therefore, the = sender does not accept liability for any errors or omissions in the content= s of this message that arise as a result of e-mail transmissions. Please re= quest a hard copy version if verification is required. Critical Software. ------=_NextPart_000_000C_01C4C57E.BFAD3FD0-- From [email protected] Mon Nov 8 21:44:21 2004 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 19909 invoked by uid 99); 8 Nov 2004 21:44: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp110.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 08 Nov 2004 13:44:19 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp110.mail.sc5.yahoo.com with SMTP; 8 Nov 2004 21:44:16 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: problem getting started with cactus using jboss Date: Mon, 8 Nov 2004 22:44:13 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcTFfuC5sjPjZa0qTZmmBFj1F2MFHAAXJEtg In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Joao, Sorry I don't have the time to debug your problem right now but we have several samples in the Cactus distribution that should work fine with = JBoss (the samples/servlet and the samples/ejb ones). Could you try those and = try to see what they're doing differently than you're doing? Thanks -Vincent > -----Original Message----- > From: jmota [mailto:[email protected]] > Sent: lundi 8 novembre 2004 11:36 > To: [email protected] > Subject: problem getting started with cactus using jboss >=20 > Hi, i=92m having a problem running cactus: >=20 > I get a file not found exception when running the cactus task against = a > jboss container (using jboss 3.2.1). > It seems that cactus cannot deploy the cactifyed war properly. >=20 >=20 > Also I tried to deploy manually the cactifyed manually but when = invoking > the servlet for running the tests using the browser nothing happens = (and > the source for the document has nothing). >=20 > I searched the mailing lists and found similar problems, but no answer > on the solution. Can anyone shed some light on this issue? >=20 > Thanks in advance, > Jo=E3o Mota >=20 > = ------------------------------------------------------------------------ > -------------------------------------------------- >=20 > Here are the ant tasks: >=20 > <target name=3D"cactify" depends=3D"dist-tests"> > <cactifywar destfile=3D"${dist.dir}/${cactus.war}" > srcfile=3D"${dist.dir}/${war.file}" /> > </target> >=20 > <target name=3D"run-cactus-tests" depends=3D"cactify" > > <cactus warfile=3D"${dist.dir}/${cactus.war}" > printsummary=3D"yes"> > <classpath> > <path refid=3D"cactus.classpath"/> > <pathelement location=3D"${classes.dir}"/> > </classpath> > <containerset> > <jboss3x dir=3D"${jboss.home}" port=3D"80" > todir=3D"${test.reports.dir}"/> > </containerset> > <formatter type=3D"plain"/> > <batchtest> > <fileset dir=3D"${test.dir}"> > <include name=3D"**/MyTest*.java"/> > <include name=3D"**/Test*.java"/> > <exclude name=3D"**/*.testsuite"/> > <exclude name=3D"**/*.xml"/> > </fileset> > </batchtest> > </cactus> >=20 > </target> >=20 >=20 > the output (just the revelant part): >=20 > [cactus] 10:33:21,744 WARN [jbossweb] WARNING: Web application not > found > = file:/C:/Programs/jboss-3.2.1/server/default/tmp/deploy/C/Programs/jboss > -3.2.1/serv > er/default/deploy/wo5-test.war/8.wo5-test.war > [cactus] 10:33:21,744 WARN [jbossweb] WARNING: Configuration error > on > = file:/C:/Programs/jboss-3.2.1/server/default/tmp/deploy/C/Programs/jboss > -3.2.1/server/ > default/deploy/wo5-test.war/8.wo5-test.war > [cactus] java.io.FileNotFoundException: > = file:/C:/Programs/jboss-3.2.1/server/default/tmp/deploy/C/Programs/jboss > -3.2.1/server/default/deploy/wo5-test.war/8.w > o5-test.war > [cactus] at > = org.mortbay.jetty.servlet.WebApplicationContext.resolveWebApp(WebApplica > tionContext.java:243) > [cactus] at > = org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationCont > ext.java:337) > [cactus] at > = org.mortbay.j2ee.J2EEWebApplicationContext.start(J2EEWebApplicationConte > xt.java:85) > [cactus] at > = org.jboss.jetty.JBossWebApplicationContext.start(JBossWebApplicationCont > ext.java:89) > [cactus] at org.jboss.jetty.Jetty.deploy(Jetty.java:331) > [cactus] at > org.jboss.jetty.JettyService.performDeploy(JettyService.java:242) > [cactus] at > = org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:357) > [cactus] at > org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) > [cactus] at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640) > [cactus] at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613) > [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [cactus] at > = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav > a:39) > [cactus] at > = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor > Impl.java:25) > [cactus] at java.lang.reflect.Method.invoke(Method.java:324) > [cactus] at > = org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDi > spatcher.java:284) > [cactus] at > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) > [cactus] at > org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) > [cactus] at $Proxy7.deploy(Unknown Source) > [cactus] at > = org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentSc > anner.java:302) > [cactus] at > = org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScan > ner.java:476) > [cactus] at > = org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doS > can(AbstractDeploymentScanner.java:200) > [cactus] at > = org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(Abst > ractDeploymentScanner.java:273) > [cactus] at > = org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192) > [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [cactus] at > = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav > a:39) > [cactus] at > = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor > Impl.java:25) > [cactus] at java.lang.reflect.Method.invoke(Method.java:324) > [cactus] at > = org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDi > spatcher.java:284) > [cactus] at > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) > [cactus] at > = org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController > .java:966) > [cactus] at $Proxy0.start(Unknown Source) > [cactus] at > org.jboss.system.ServiceController.start(ServiceController.java:392) > [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [cactus] at > = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav > a:39) > [cactus] at > = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor > Impl.java:25) > [cactus] at java.lang.reflect.Method.invoke(Method.java:324) > [cactus] at > = org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDi > spatcher.java:284) > [cactus] at > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) > [cactus] at > org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) > [cactus] at $Proxy5.start(Unknown Source) > [cactus] at > org.jboss.deployment.SARDeployer.start(SARDeployer.java:226) > [cactus] at > org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) > [cactus] at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640) > [cactus] at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613) > [cactus] at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597) > [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [cactus] at > = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav > a:39) > [cactus] at > = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor > Impl.java:25) > [cactus] at java.lang.reflect.Method.invoke(Method.java:324) > [cactus] at > = org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDi > spatcher.java:284) > [cactus] at > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) > [cactus] at > org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) > [cactus] at $Proxy6.deploy(Unknown Source) > [cactus] at > org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365) > [cactus] at > org.jboss.system.server.ServerImpl.start(ServerImpl.java:272) > [cactus] at org.jboss.Main.boot(Main.java:150) > [cactus] at org.jboss.Main$1.run(Main.java:388) > [cactus] at java.lang.Thread.run(Thread.java:534) >=20 >=20 >=20 >=20 >=20 > DISCLAIMER: This message may contain confidential information or > privileged material and is intended only for the individual(s) named. = If > you are not a named addressee and mistakenly received this message you > should not copy or otherwise disseminate it: please delete this e-mail > from your system and notify the sender immediately. E-mail = transmissions > are not guaranteed to be secure or error-free as information could be > intercepted, corrupted, lost, destroyed, arrive late or incomplete or > contain viruses. Therefore, the sender does not accept liability for = any > errors or omissions in the contents of this message that arise as a = result > of e-mail transmissions. Please request a hard copy version if > verification is required. Critical Software. >=20 From [email protected] Tue Nov 9 09:10:44 2004 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 12715 invoked by uid 99); 9 Nov 2004 09:10:44 -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 smtp017.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 09 Nov 2004 01:10:43 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp017.mail.yahoo.com with SMTP; 9 Nov 2004 09:10:20 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: What to put in web.xml or cactus-web.xml, and what not. Date: Tue, 9 Nov 2004 10:07:33 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSWfa4lqlmOV7cERu2CfxrJAQ8pygvur5WA In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked > -----Original Message----- > From: Pedro Nevado [mailto:[email protected]] > Sent: jeudi 9 septembre 2004 16:54 > To: Cactus Users List > Subject: RE: What to put in web.xml or cactus-web.xml, and what not. > > Allow me to elaborate futher my previous e-mail. > I know that in a production simulated environment, you must put every > (non-test)component in your web.xml. The point of my e-mail is about the > relevance of the web.xml in an only test environment. > > From that point of view, the only thing we need is a deployment descriptor > file with the three redirector components. No need for anything else; it > is > enough with precise path references to the jsp's to use and the classes to > test in the classpath. > Sorry for the verbosity. Yes, this should be enough. Thanks -Vincent PS: Sorry for the delay in the answer... > > -----Mensaje original----- > De: Pedro Nevado [mailto:[email protected]] > Enviado el: jueves, 09 de septiembre de 2004 16:24 > Para: [email protected] > Asunto: What to put in web.xml or cactus-web.xml, and what not. > > > Hi there, > > As a Cactus' beginner, I find intriguingthingsthatprobablyarenot. > > For instance, in the examples in jakarta-cactus-13-1.6.1\samples\servlet: > - the test.jsp used to assert a dispatch-forward is referenced in the > (cactus-)web.xml. > - the SampleServlet which defines the dispatch is not defined in either of > the two deployment descriptors. > > However, if we have a look at the example in the JUnit in Action book > (servlet example of chapter 9), the opposite happens: > - the securityError.jsp used in a (SecurityFilter) dispatch-forward is not > included in the deployment descriptors. > - the AdminServlet is included in the web.xml file. BTW, the > SecurityFilter > is not included. > > My question is: does it matter what is included in the deployment > descriptors? > > This is my guess: > > - test.jsp should be included in the deployment descriptor because it is > not > in the context root directory. For the same reason, securityError.jsp > could > not be included, because it is in the context root. > - since the instances of the servlets and filters used in the tests are > plain Java objects, it is irrelevant if they are included, so AdminServlet > could be excluded of the web.xml. > > Any more guesses? > Regards, > > Pedro Nevado > > > > --------------------------------------------------------------------- > 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 Nov 9 09:12:08 2004 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 16111 invoked by uid 99); 9 Nov 2004 09:12:08 -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 smtp017.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 09 Nov 2004 01:12:08 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp017.mail.yahoo.com with SMTP; 9 Nov 2004 09:11:45 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: What to put in web.xml or cactus-web.xml, and what not. Date: Tue, 9 Nov 2004 10:07:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSWeX3c7TW9rTzzSbSGA2qnYGbXSAvvpVSw In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Pedro, > -----Original Message----- > From: Pedro Nevado [mailto:[email protected]] > Sent: jeudi 9 septembre 2004 16:24 > To: [email protected] > Subject: What to put in web.xml or cactus-web.xml, and what not. > > Hi there, > > As a Cactus' beginner, I find intriguingthingsthatprobablyarenot. > > For instance, in the examples in jakarta-cactus-13-1.6.1\samples\servlet: > - the test.jsp used to assert a dispatch-forward is referenced in the > (cactus-)web.xml. > - the SampleServlet which defines the dispatch is not defined in either of > the two deployment descriptors. > > However, if we have a look at the example in the JUnit in Action book > (servlet example of chapter 9), the opposite happens: > - the securityError.jsp used in a (SecurityFilter) dispatch-forward is not > included in the deployment descriptors. > - the AdminServlet is included in the web.xml file. BTW, the > SecurityFilter > is not included. > > My question is: does it matter what is included in the deployment > descriptors? > > This is my guess: > > - test.jsp should be included in the deployment descriptor because it is > not > in the context root directory. For the same reason, securityError.jsp > could > not be included, because it is in the context root. > - since the instances of the servlets and filters used in the tests are > plain Java objects, it is irrelevant if they are included, so AdminServlet > could be excluded of the web.xml. This is the Servlet spec and Cactus is abiding by it. In the spec, JSP resources do not have to be defined in the web.xml file. They can be, which is useful if you wish to provide a special mapping for JSPs but that's up to you. OTOH Servlets *must* be present in web.xml so that mappings can be defined for them (they have no default mappings). Hope it helps, -Vincent From [email protected] Tue Nov 9 09:13:53 2004 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 18424 invoked by uid 99); 9 Nov 2004 09:13:53 -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 smtp017.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 09 Nov 2004 01:13:52 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp017.mail.yahoo.com with SMTP; 9 Nov 2004 09:13:30 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: Tomcat 5.5.1: ClassFormatError while loading org/apache/cactus/util/log/LogAspect Date: Tue, 9 Nov 2004 10:07:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSZFvFOe6BdVimsSwuUZsI4G6OQTwtICzcw In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Michael, You were probably running Tomcat 5.5 with JDK 1.5 and JDK 1.5 is not supported in Cactus 1.6.x. It will be supported in Cactus 1.7 (and it is currently supported in CVS HEAD). We'll make a nightly build release very soon now (I'll do this on this coming Thursday). Thanks -Vincent > -----Original Message----- > From: Michael Schuerig [mailto:[email protected]] > Sent: lundi 13 septembre 2004 00:22 > To: [email protected] > Subject: Tomcat 5.5.1: ClassFormatError while loading > org/apache/cactus/util/log/LogAspect > > > This is my first attempt at getting cactus to work, thus I may be > missing something rather obvious. I'm trying to run the sample servlet > test provided with cactus 1.6.1 (version for JDK 1.3) on Tomcat 5.5.1 > using JDK 1.5RC. I compiled the sample source with source="1.3" and > target="1.3". > > After clearing some hurdles, I at least got the ant target to start up > Tomcat. The default file installed > as /tmp/cactus/tomcat5x/conf/server.xml should not set the class > attribute in the Connector element. > > When Tomcat starts, though, it stumbles over a ClassFormatError in > org/apache/cactus/util/log/LogAspect (see below). The offending class > is an "aspect"; supposedly, AspectJ compiles aspect code to ordinary > java class files, but apparently the classloader dissents in this case. > > Afterward, I've tried to run the tests using JDK 1.4.2 and Tomcat 5.0.27 > and there they work. > > Michael > > > target/test-reports/tomcat5x.out: > > 12.09.2004 23:30:00 org.apache.coyote.http11.Http11Protocol init > INFO: Initializing Coyote HTTP/1.1 on http-8080 > 12.09.2004 23:30:00 org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 846 ms > 12.09.2004 23:30:00 org.apache.catalina.core.StandardService start > INFO: Starting service Catalina > 12.09.2004 23:30:00 org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/5.5.1 > 12.09.2004 23:30:00 org.apache.catalina.core.StandardHost start > INFO: XML validation disabled > 12.09.2004 23:30:00 org.apache.catalina.startup.HostConfig deployWAR > INFO: Deploying web application archive > cactus-sample-servlet-cactified.war > 12.09.2004 23:30:02 org.apache.catalina.realm.JAASRealm setContainer > INFO: Setting JAAS app name Catalina > Can't find resource org.apache.catalina.servlets.LocalStrings > WebappClassLoader > delegate: false > repositories: > /WEB-INF/classes/ > ----------> Parent Classloader: > org.apache.catalina.loader.StandardClassLoader@ece65 > > [Ljava.net.URL;@1aa57fb > 12.09.2004 23:30:02 org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-8080 > 12.09.2004 23:30:02 org.apache.catalina.startup.Catalina start > INFO: Server startup in 2264 ms > 12.09.2004 23:30:03 org.apache.catalina.core.StandardWrapperValve invoke > SCHWERWIEGEND: Servlet.service() for servlet ServletRedirector threw > exception > java.lang.ClassFormatError: Invalid index 0 in LocalVariableTable in > class file org/apache/cactus/util/log/LogAspect > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:620) > at > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) > at > org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClass > Loader.java:1631) > at > org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.j > ava:855) > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.j > ava:1304) > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.j > ava:1186) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) > at > org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector > .java) > 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(Applicati > onFilterChain.java:237) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilter > Chain.java:157) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve. > java:214) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve. > java:178) > at > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBa > se.java:407) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:1 > 26) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:1 > 06) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.ja > va:107) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148 > ) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCon > nection(Http11Protocol.java:705) > at > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:576) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.j > ava:684) > at java.lang.Thread.run(Thread.java:595) > > -- > Michael Schuerig Contests between male toads over females are > mailto:[email protected] often settled by the depth of the croak. > http://www.schuerig.de/michael/ --John Maynard Smith > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] From [email protected] Tue Nov 9 09:15:49 2004 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 20970 invoked by uid 99); 9 Nov 2004 09:15:49 -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 smtp017.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 09 Nov 2004 01:15:48 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp017.mail.yahoo.com with SMTP; 9 Nov 2004 09:15:12 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: Cactus and weblogic 8.1 Date: Tue, 9 Nov 2004 10:07:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcRgEK2CrCXMZlguR/ujC7hvgUqLkRmJbgAQ In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Jesper, WRT this issue you had, I'm proposing to move this discussion and implementation in the Cargo project (http://cargo.codehaus.org) as everything that has to do with containers configuration/start/stop/deployment is now moved there and I'm = refactoring the Cactus Ant/Maven integrations to use Cargo. Join us there on cargo-dev if you wish to follow the discussion. Thanks -Vincent > -----Original Message----- > From: Jesper Linvald [mailto:[email protected]] > Sent: vendredi 2 juillet 2004 10:43 > To: Cactus Users List > Subject: RE: Cactus and weblogic 8.1 >=20 > Hi Vincent >=20 > Jesper Linvald > MAERSK DATA TRANSPORT > Tel no.: 909-660-9956 > e-mail: [email protected] >=20 >=20 >=20 >=20 > "Vincent Massol" <[email protected]> > 01-07-2004 20:42 > Please respond to > "Cactus Users List" <[email protected]> >=20 >=20 > To > "'Cactus Users List'" <[email protected]> > cc >=20 > Subject > RE: Cactus and weblogic 8.1 >=20 >=20 >=20 >=20 >=20 >=20 > Hi Jesper, >=20 > > -----Original Message----- > > From: Jesper Linvald [mailto:[email protected]] > > Sent: mercredi 30 juin 2004 13:00 > > To: Cactus Users List > > Subject: RE: Cactus and weblogic 8.1 > > > > Sure I can explain what I mean by hardcoded: > > The code speaks for it self: >=20 > Yes :-) >=20 > See below >=20 > > > > public final void startUp() > > { > > try > > { > > prepare("cactus/weblogic7x"); > > Java java =3D createJavaForStartUp(); > > java.setDir(new File(tmpDir, "testdomain")); > > java.createJvmarg().setValue("-hotspot"); > > java.createJvmarg().setValue("-Xms32m"); > > java.createJvmarg().setValue("-Xmx200m"); > > File serverDir =3D new File(dir, "server"); > > java.addSysproperty(createSysProperty("weblogic.Name", " > > testserver")); > > java.addSysproperty(createSysProperty("bea.home", = beaHome)); > > java.addSysproperty(createSysProperty(" > > weblogic.management.username", "weblogic")); > > java.addSysproperty(createSysProperty(" > > weblogic.management.password", "weblogic")); > > java.addSysproperty(createSysProperty("java.security.policy", > > "=3D./server/lib/weblogic.policy")); > > Path classpath =3D java.createClasspath(); > > classpath.createPathElement().setLocation(new > File(serverDir, > > "lib/weblogic_sp.jar")); > > classpath.createPathElement().setLocation(new > File(serverDir, > > "lib/weblogic.jar")); > > java.setClassname("weblogic.Server"); > > java.execute(); > > } > > catch(IOException ioe) > > { > > getLog().error("Failed to startup the container", ioe); > > throw new BuildException(ioe); > > } > > } > > > > This is the code that gets called from the Maven Cactus plugin....i > think! >=20 > It is >=20 > > If that is the case the call to weblogic.Server is hardcoded with = some > > important values that I need to set. I.e. if I use my own config.xml = it > > specify a domain, and a server name, password etc. > > > > Isn=B4t it so? >=20 > You're right. ATM we haven't externalized the domain, server name, > password, > etc. because nobody asked. My idea was to provide an attribute so that > users > would be able to point to an existing weblogic domain directory = instead of > a > config.xml file. Would you think that it will help? > --> Sure - I am all for it - it would make the plugin more flexible = and > open towards different deployment scenarios which is a good thing! >=20 > Just a question fro you: why is it important that you run weblogic = with > your > exact domain name, username and password? We're talking about testing > albeit > integration testing. > --> If these things are not provided correctly when trying to start = from > my config.xml (which do specify these credentials) I will be prompted > (someclass.askHumanBeing()) for those various credentials or it wont = start > up at all because the "testdomain" is not what was specified in my > config.xml. > We have multiple subprojects/components in our project and they each > specify a config.xml with highly customized content. It is not = something > that I should have to adjust/change in order for the tests to run. >=20 > However, I don't see how these parameters can affect the tests. That = said, > it's true that it's nice to be running with the exact same parameters = as > the > runtime application. > --> I agree >=20 > I'd be happy to try to make the <weblogic7x> task as customizable as > possible to that users do not have to bother about knowing how to > start/stop > WebLogic. If you have any idea please fire them. > --> The only thing I can think of is to open up for all the possible > parameters to weblogic.Server and/or weblogic.Deployer (which I am = using > in the plugin I just made)! >=20 > Thanks for your help and thoughts! >=20 > Regards :)esper >=20 > Thanks > -Vincent >=20 > > > > Regards > > > > Jesper Linvald > > MAERSK DATA TRANSPORT > > Tel no.: 909-660-9956 > > e-mail: [email protected] > > > > > > > > > > "Vincent Massol" <[email protected]> > > 30-06-2004 07:40 > > Please respond to > > "Cactus Users List" <[email protected]> > > > > > > To > > "'Cactus Users List'" <[email protected]> > > cc > > > > Subject > > RE: Cactus and weblogic 8.1 > > > > > > > > > > > > > > Hi Jesper, > > > > Do you think you could explain what you mean by "hardcoded" so that = we > > improve the task? > > > > For example, if you check here > > ( > > > = http://jakarta.apache.org/cactus/integration/ant/task_cactus.html#weblogi= c > > 7 > > > > x) you'll see that you can provide your own config.xml. > > > > In addition the <cactus> task always expect a cactified war/ear so = that > > shouldn't be a problem either. > > > > All that said, I'm not sure that the <weblogic7x> task works for WL = 8.1. > > > > Thanks > > -Vincent > > > > > -----Original Message----- > > > From: Jesper Linvald [mailto:[email protected]] > > > Sent: mercredi 30 juin 2004 00:03 > > > To: 'Cactus Users List' > > > Subject: RE: Cactus and weblogic 8.1 > > > > > > > > > Thank you guys, > > > > > > I have tested both approaches and I think the weblogic7x is a bit = to > > > "hardcoded" for my needs - I need to create/run a container based > pretty > > > much only on a predefined config.xml and my ear file is = precactified > so > > my > > > approach has been to create my own plugin invoking weblogic.Server = and > > > weblogic.Deployer directly and I additionally created a simple = test > > caller > > > that simply calls the test url and adds its output to a maven = report. > > This > > > almost works now :) > > > > > > Thanks for the input! > > > > > > Regards Jesper > > > > > > >-----Original Message----- > > > >From: Vincent Massol [mailto:[email protected]] > > > >Sent: 29. juni 2004 07:39 > > > >To: 'Cactus Users List' > > > >Subject: RE: Cactus and weblogic 8.1 > > > > > > > >Oh ok. I thought you were using the existing <weblogic7x> = container > > > >element. > > > > > > > >Thanks > > > >-Vincent > > > > > > > >> -----Original Message----- > > > >> From: Bret Kumler [mailto:[email protected]] > > > >> Sent: mardi 29 juin 2004 01:06 > > > >> To: 'Cactus Users List' > > > >> Subject: RE: Cactus and weblogic 8.1 > > > >> > > > >> I actually use > > > >> > > > >> <containerset> > > > >> <generic = name=3D"Weblogic > > 161.129.204.104" > > > >> port=3D"${test.port}"/> > > > >> </containerset> > > > >> > > > >> And I use the following to start & stop the server. > > > >> > > > >> > > > >> <target name=3D"start.weblogic"> > > > >> <java classname=3D"weblogic.Server" > > fork=3D"yes" > > > >> dir=3D"${target.weblogic81.dir}/testdomain"> > > > >> <classpath> > > > >> <pathelement > > > >> = location=3D"${weblogic.home.81}/weblogic81/server/lib/weblogic.jar"/> > > > >> </classpath> > > > >> <jvmarg > > value=3D"-hotspot"/> > > > >> <jvmarg > value=3D"-ms256m"/> > > > >> <jvmarg > value=3D"-mx256m"/> > > > >> <jvmarg > > > >> value=3D"- > > > >> > Djava.library.path=3D${java.library.path};${weblogic.home.81}/weblogic > > > >> 81/server/bin"/> > > > >> <jvmarg value=3D"- > > > >Dweblogic.Name=3Dtestserver"/> > > > >> <jvmarg value=3D"- > > > >Dbea.home=3D${weblogic.home.81}"/> > > > >> <jvmarg value=3D"- > > > >Dbitfone.home=3D${bitfone.home}"/> > > > >> <jvmarg > > > >> = value=3D"-Dweblogic.management.username=3D${weblogic.username}"/> > > > >> <jvmarg > > > >> = value=3D"-Dweblogic.management.password=3D${weblogic.password}"/> > > > >> <jvmarg > > > >> = value=3D"-Djava.security.policy=3D=3D./server/lib/weblogic.policy"/> > > > >> </java> > > > >> </target> > > > >> > > > >> <target name=3D"stop.weblogic"> > > > >> <java classname=3D"weblogic.Admin" > > fork=3D"yes"> > > > >> <classpath> > > > >> <pathelement > > > >> > > = location=3D"${weblogic.home.81}/weblogic81/server/lib/weblogic.sp.jar"/> > > > >> <pathelement > > > >> = location=3D"${weblogic.home.81}/weblogic81/server/lib/weblogic.jar"/> > > > >> </classpath> > > > >> <arg line=3D"-url > > > >t3://${machine}:${test.port}"/> > > > >> <arg = line=3D"-username > > > >${weblogic.username}"/> > > > >> <arg = line=3D"-password > > > >${weblogic.password}"/> > > > >> <arg > > value=3D"FORCESHUTDOWN"/> > > > >> </java> > > > >> </target> > > > >> > > > >> -----Original Message----- > > > >> From: Vincent Massol [mailto:[email protected]] > > > >> Sent: Saturday, June 26, 2004 10:54 AM > > > >> To: 'Cactus Users List' > > > >> Subject: RE: Cactus and weblogic 8.1 > > > >> > > > >> I haven't tried it but it should work fine. It seems others = like > Bret > > > >have > > > >> it working using the <weblogic7x> element, even though it's not > > > >officially > > > >> supported yet (we need to create a <weblogic8x> nested = element). > > > >> > > > >> Thanks > > > >> -Vincent > > > >> > > > >> > -----Original Message----- > > > >> > From: Jesper Linvald [mailto:[email protected]] > > > >> > Sent: samedi 26 juin 2004 15:54 > > > >> > To: [email protected] > > > >> > Subject: Cactus and weblogic 8.1 > > > >> > > > > >> > > > > >> > Hi all, > > > >> > > > > >> > Regarding the Maven Cactus plugin and its use with Weblogic = 8.1: > > > >> > > > > >> > The question is simply whether it is possible to use the = plugin > > with > > > >> this > > > >> > container (which tweaks do I need to perform to make it = work?) or > > > >should > > > >> I > > > >> > just forget about it and write my own Maven plugin? > > > >> > > > > >> > As of now I can=B4t even start up the container through the = plugin! > > > >> > > > > >> > I can see you are in the middle of a discussion on the = subject > but > > I > > > am > > > >> > not > > > >> > quite sure what to make of it :) > > > >> > Are you working on updating the plugin and if so - when do = you > > figure > > > >it > > > >> > will be released? > > > >> > > > > >> > Thank you and best regards > > > >> > > > > >> > ____________________________ > > > >> > :)esper Linvald > > > >> > > > > >> > > > > >> > --- > > > >> > Outgoing mail is certified Virus Free. > > > >> > Checked by AVG anti-virus system (http://www.grisoft.com). > > > >> > Version: 6.0.708 / Virus Database: 464 - Release Date: = 18-06-2004 > > > >> > > > > >> > > > > >> > > > > >> > > > = --------------------------------------------------------------------- > > > >> > To unsubscribe, e-mail: > [email protected] > > > >> > For additional commands, e-mail: > > [email protected] > > > >> > > > > >> > > > > >> > --- > > > >> > Incoming mail is certified Virus Free. > > > >> > Checked by AVG anti-virus system (http://www.grisoft.com). > > > >> > Version: 6.0.711 / Virus Database: 467 - Release Date: = 25/06/2004 > > > >> > > > > >> > > > >> --- > > > >> Outgoing mail is certified Virus Free. > > > >> Checked by AVG anti-virus system (http://www.grisoft.com). > > > >> Version: 6.0.711 / Virus Database: 467 - Release Date: = 25/06/2004 > > > >> > > > >> > > > >> > > > >> > --------------------------------------------------------------------- > > > >> 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] > > > > > > > > > > > >--- > > > >Incoming mail is certified Virus Free. > > > >Checked by AVG anti-virus system (http://www.grisoft.com). > > > >Version: 6.0.708 / Virus Database: 464 - Release Date: 18-06-2004 > > > > > > > > > > --- > > > Outgoing mail is certified Virus Free. > > > Checked by AVG anti-virus system (http://www.grisoft.com). > > > Version: 6.0.708 / Virus Database: 464 - Release Date: 18-06-2004 > > > > > > > > > > > > = --------------------------------------------------------------------- > > > 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 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >=20 From [email protected] Tue Nov 9 09:18:42 2004 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 25139 invoked by uid 99); 9 Nov 2004 09:18:42 -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 smtp017.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 09 Nov 2004 01:18:41 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp017.mail.yahoo.com with SMTP; 9 Nov 2004 09:17:41 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: Cactus tests with Htmlunit Date: Tue, 9 Nov 2004 10:07:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSljDGjQti6cLUcRnyufI5FWA46HAgqVHfw In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Robert, We have a special integration with HttpUnit but not with HtmlUnit. That said, I'm curious to know why you would be interested in integrating Cactus and HtmlUnit (maybe there's an interesting use case here that we haven't discovered yet!). All that said, if you're interested in the Ant integration of Cactus, i.e. automatic server configuration + start/stop + deployment you should have a look at Cargo (http://cargo.codehaus.org) which does all this (the Cargo code initially came from Cactus). Thanks -Vincent > -----Original Message----- > From: Brehm, Robert P [mailto:[email protected]] > Sent: mardi 28 septembre 2004 20:51 > To: '[email protected]' > Subject: Cactus tests with Htmlunit > > Hi list, > > I am wondering if it is possible to use Htmlunit with cactus? If so, is > there any sample code available? > > Regards, > Bob Brehm > Software Engineer > Xerox Corporation > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] From [email protected] Tue Nov 9 09:23:56 2004 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 33233 invoked by uid 99); 9 Nov 2004 09:23:56 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_60_70,HTML_MESSAGE,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp017.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 09 Nov 2004 01:23:55 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp017.mail.yahoo.com with SMTP; 9 Nov 2004 09:16:41 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: Form Date: Tue, 9 Nov 2004 10:07:34 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C4C645.3C5FA240" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcShmJNnOeQm/taMTg+6NenIOK2JDQknUqYg In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked ------=_NextPart_000_0012_01C4C645.3C5FA240 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi John, Have you been able to solve your problem? I personally have no knowledge of using Cactus with Struts and I haven't coded the form-authentication support in Cactus. Have you tried searching the Cactus mailing list archives? Thanks -Vincent _____ From: [email protected] [mailto:[email protected]] Sent: jeudi 23 septembre 2004 20:10 To: [email protected] Subject: Form I am trying to set up testcases for a struts site with form based authentication. However, I have not been able to get passed the authentication. Thanks, John --------- URL ------------- http://localhost:8320/ServletTestRunner?suite=test.TestFormAuthentication ---------- Results --------------------- - <testsuites> - <testsuite name="test.TestFormAuthentication" tests="1" failures="0" errors="1" time="1.203"> - <testcase name="testFormAuthentication" time="1.031"> <error message="Failed to get the test results at [http://localhost:8320/ServletRedirectorSecure]" type="org.apache.cactus.util.ChainedRuntimeException">org.apache.cactus.util .ChainedRuntimeException: Failed to get the test results at [http://localhost:8320/ServletRedirectorSecure] at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_ar oundBody0(DefaultHttpClient.java:92) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_ar oundBody1$advice(DefaultHttpClient.java:206) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest(De faultHttpClient.java) at org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runWebT est(HttpProtocolHandler.java:159) at ---------------- web.xml ------------------------------ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app> <!-- <filter> <filter-name>AuthenticationFilter</filter-name> <filter-class>RegRptAuthenticationFilter</filter-class> </filter> <filter-mapping> <filter-name>AuthenticationFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> --> <!-- =========== LISTENERS ======================== --> <listener> <listener-class>ApplicationAssembler</listener-class> </listener> <servlet> <servlet-name>action</servlet-name> <servlet-class>org.apache.struts.action.ActionServlet</servlet-class> <init-param> <param-name>config</param-name> <param-value>/WEB-INF/struts-config.xml</param-value> </init-param> <init-param> <param-name>debug</param-name> <param-value>2</param-value> </init-param> <init-param> <param-name>detail</param-name> <param-value>2</param-value> </init-param> <load-on-startup>2</load-on-startup> </servlet> <servlet> <servlet-name>ServletRedirector</servlet-name> <servlet-class> org.apache.cactus.server.ServletTestRedirector </servlet-class> <init-param> <param-name>param1</param-name> <param-value>value1 used for testing</param-value> </init-param> </servlet> <servlet> ------=_NextPart_000_0012_01C4C645.3C5FA240-- From [email protected] Tue Nov 9 14:46:41 2004 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 91524 invoked by uid 99); 9 Nov 2004 14:46:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO aa1mta.co.hennepin.mn.us) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 09 Nov 2004 06:46:40 -0800 Subject: RE: Form To: "Cactus Users List" <[email protected]> X-Mailer: Lotus Notes Release 5.0.6 December 14, 2000 Message-ID: <[email protected]> From: [email protected] Date: Tue, 9 Nov 2004 08:42:25 -0600 X-MIMETrack: Serialize by Router on AA1MTA/Hennepin(Release 6.5.2|June 01, 2004) at 11/09/2004 08:46:37 AM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked Hi John I am doing cactus test with struts based app and form based authentication. I do a begin method in which request.setRedirectorName("ServletRedirectorSecure"); request.setAuthentication(new FormAuthentication(userid,password)); That works fine so far |---------+----------------------------> | | "Vincent Massol" | | | <[email protected].| | | com> | | | | | | 11/09/2004 03:07 | | | AM | | | Please respond to| | | "Cactus Users | | | List" | | | | |---------+----------------------------> >--------------------------------------------------------------------------------------------------------------| | | | To: "'Cactus Users List'" <[email protected]> | | cc: | | Subject: RE: Form | >--------------------------------------------------------------------------------------------------------------| Hi John, Have you been able to solve your problem? I personally have no knowledge of using Cactus with Struts and I haven't coded the form-authentication support in Cactus. Have you tried searching the Cactus mailing list archives? Thanks -Vincent _____ From: [email protected] [mailto:[email protected]] Sent: jeudi 23 septembre 2004 20:10 To: [email protected] Subject: Form I am trying to set up testcases for a struts site with form based authentication. However, I have not been able to get passed the authentication. Thanks, John --------- URL ------------- http://localhost:8320/ServletTestRunner?suite=test.TestFormAuthentication ---------- Results --------------------- - <testsuites> - <testsuite name="test.TestFormAuthentication" tests="1" failures="0" errors="1" time="1.203"> - <testcase name="testFormAuthentication" time="1.031"> <error message="Failed to get the test results at [http://localhost:8320/ServletRedirectorSecure]" type="org.apache.cactus.util.ChainedRuntimeException">org.apache.cactus.util .ChainedRuntimeException: Failed to get the test results at [http://localhost:8320/ServletRedirectorSecure] at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_ar oundBody0(DefaultHttpClient.java:92) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_ar oundBody1$advice(DefaultHttpClient.java:206) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest(De faultHttpClient.java) at org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runWebT est(HttpProtocolHandler.java:159) at ---------------- web.xml ------------------------------ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app> <!-- <filter> <filter-name>AuthenticationFilter</filter-name> <filter-class>RegRptAuthenticationFilter</filter-class> </filter> <filter-mapping> <filter-name>AuthenticationFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> --> <!-- =========== LISTENERS ======================== --> <listener> <listener-class>ApplicationAssembler</listener-class> </listener> <servlet> <servlet-name>action</servlet-name> <servlet-class>org.apache.struts.action.ActionServlet</servlet-class> <init-param> <param-name>config</param-name> <param-value>/WEB-INF/struts-config.xml</param-value> </init-param> <init-param> <param-name>debug</param-name> <param-value>2</param-value> </init-param> <init-param> <param-name>detail</param-name> <param-value>2</param-value> </init-param> <load-on-startup>2</load-on-startup> </servlet> <servlet> <servlet-name>ServletRedirector</servlet-name> <servlet-class> org.apache.cactus.server.ServletTestRedirector </servlet-class> <init-param> <param-name>param1</param-name> <param-value>value1 used for testing</param-value> </init-param> </servlet> <servlet> From [email protected] Tue Nov 9 22:38:48 2004 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 31598 invoked by uid 99); 9 Nov 2004 22:38: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp106.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 09 Nov 2004 14:38:47 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp106.mail.sc5.yahoo.com with SMTP; 9 Nov 2004 22:38:39 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Developers List'" <[email protected]>, "'Cactus Users List'" <[email protected]> Subject: [ANN] Nightly build dated 09/11/2004 available Date: Tue, 9 Nov 2004 23:38:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTGrLmPwaSgc/6lRJqev0txqPklGg== X-Virus-Checked: Checked Hi everyone, It's been a while since we've released either a release or even a nightly build. Here's one to wait till our proper Cactus 1.7 release: http://cvs.apache.org/builds/jakarta-cactus/nightly/2004-11-09 Please try it and check that it works for you. Note: The nightly build of the Cactus Maven plugin is available in the following Maven remote repository: http://cvs.apache.org/repository. To install it in your maven installation, type: maven plugin:download -Dmaven.repo.remote=http://cvs.apache.org/repository -DgroupId=cactus -DartifactId=cactus-maven -Dversion=1.7dev20041109 Thanks -Vincent From [email protected] Tue Nov 9 23:44:14 2004 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 35204 invoked by uid 99); 9 Nov 2004 23:44:14 -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 hm03.locaweb.com.br) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 09 Nov 2004 15:44:13 -0800 Received: (qmail 28194 invoked by uid 0); 9 Nov 2004 23:44:06 -0000 Received: from unknown (161.129.204.104) by hm03.locaweb.com.br with QMTP; 9 Nov 2004 23:44:06 -0000 Received: (qmail 3439 invoked from network); 9 Nov 2004 23:41:37 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104) by hm101.locaweb.com.br with SMTP; 9 Nov 2004 23:41:37 -0000 Subject: RE: Tomcat 5.5.1: ClassFormatError while loading org/apache/cactus/util/log/LogAspect From: Felipe Leme <[email protected]> To: Cactus Users List <[email protected]> In-Reply-To: <1099991647.11041.112.camel@homer> References: <1099991647.11041.112.camel@homer> Content-Type: text/plain Organization: Falcon Informática Message-Id: <1100043835.13779.15.camel@homer> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Tue, 09 Nov 2004 21:43:56 -0200 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Vincent, Just as a side note, Tomcat 5.5 is indeed supposed to run on JDK 1.5: Tomcat 5.5 is designed to run on J2SE 5.0 and later, and requires configuration to run on J2SE 1.4. Make sure to read the "RUNNING.txt" file in this directory if you are using J2SE 1.4. -- Felipe On Tue, 2004-11-09 at 07:07, Vincent Massol wrote: > You were probably running Tomcat 5.5 with JDK 1.5 and JDK 1.5 is not From [email protected] Wed Nov 10 04:46:04 2004 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 16988 invoked by uid 99); 10 Nov 2004 04:46:04 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_20_30,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO web54201.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 09 Nov 2004 20:46:02 -0800 Received: (qmail 49661 invoked by uid 60001); 10 Nov 2004 04:46:00 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=G83kZXW/Ut17/j2hQbHEXTja6exd5O/tNWREemhms5wfzXqffrGZSBLv2CTlZytxGjYGxKhkBxdn/Sk1WYPEzbp+3kyHUWWD71591pneMJYy+gvvZQSYKJJBrY+u6qvXFi2enhlCm3qO9h7oZTygeim0xDbE6YdVEhHwjdLhzYE= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web54201.mail.yahoo.com via HTTP; Tue, 09 Nov 2004 20:45:59 PST Date: Tue, 9 Nov 2004 20:45:59 -0800 (PST) From: Anand Verma <[email protected]> Subject: Re: [ANN] Nightly build dated 09/11/2004 available To: Cactus Users List <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-46855054-1100061959=:48054" X-Virus-Checked: Checked --0-46855054-1100061959=:48054 Content-Type: text/plain; charset=us-ascii Hi Vincent, I am new to Cactus 1.5 and want to test my servlets using Cactus+Ant enviornment. I have bought your book JUnit in Action and tried to setup the cactus, my server side part is working but when I run the ant build for client then It is not able to connect to the server(tomcat 4.1.29). It will be great if you can give me a very simple example where I can get started. Regards, Anand Vincent Massol <[email protected]> wrote: Hi everyone, It's been a while since we've released either a release or even a nightly build. Here's one to wait till our proper Cactus 1.7 release: http://cvs.apache.org/builds/jakarta-cactus/nightly/2004-11-09 Please try it and check that it works for you. Note: The nightly build of the Cactus Maven plugin is available in the following Maven remote repository: http://cvs.apache.org/repository. To install it in your maven installation, type: maven plugin:download -Dmaven.repo.remote=http://cvs.apache.org/repository -DgroupId=cactus -DartifactId=cactus-maven -Dversion=1.7dev20041109 Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------- Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com --0-46855054-1100061959=:48054-- From [email protected] Wed Nov 10 07:05:47 2004 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 94354 invoked by uid 99); 10 Nov 2004 07:05:47 -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 smtp018.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 09 Nov 2004 23:05:45 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp018.mail.yahoo.com with SMTP; 10 Nov 2004 07:05:33 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: Cactus Ant example ( was RE: [ANN] Nightly build dated 09/11/2004 available) Date: Wed, 10 Nov 2004 08:05:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTG4DD7/9InDW6CTY6eC0HkN6DqyQAEnhCw In-Reply-To: <[email protected]> X-Virus-Checked: Checked Hi Anand, First, good choice for the book :-) Several starting points: 1/ I would recommend you use Cactus 1.6.1 2/ There are several examples in the book and the corresponding source code is found on http://junitbook.sf.net. These examples run as is. So that should get you started and you can explore with the samples. 3/ There are several samples using Ant in the Cactus distribution you download 4/ There are several docs on how to use the Ant integration on the Cactus web site (http://jakarta.apache.org/cactus/integration/ant/index.html) I hope this will help Thanks -Vincent PS: Please don't respond to messages that have nothing to do with your topic. Just start a new thread instead. > -----Original Message----- > From: Anand Verma [mailto:[email protected]] > Sent: mercredi 10 novembre 2004 05:46 > To: Cactus Users List > Subject: Re: [ANN] Nightly build dated 09/11/2004 available > > Hi Vincent, > > I am new to Cactus 1.5 and want to test my servlets using Cactus+Ant > enviornment. > I have bought your book JUnit in Action and tried to setup the cactus, my > server side part is working but when I run the ant build for client then > It is not able to connect to the server(tomcat 4.1.29). > > It will be great if you can give me a very simple example where I can get > started. > > Regards, > Anand > > Vincent Massol <[email protected]> wrote: > Hi everyone, > > It's been a while since we've released either a release or even a nightly > build. Here's one to wait till our proper Cactus 1.7 release: > > http://cvs.apache.org/builds/jakarta-cactus/nightly/2004-11-09 > > Please try it and check that it works for you. > > Note: The nightly build of the Cactus Maven plugin is available in the > following Maven remote repository: http://cvs.apache.org/repository. To > install it in your maven installation, type: > > maven plugin:download > -Dmaven.repo.remote=http://cvs.apache.org/repository > -DgroupId=cactus > -DartifactId=cactus-maven > -Dversion=1.7dev20041109 > > Thanks > -Vincent > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > --------------------------------- > Do you Yahoo!? > Check out the new Yahoo! Front Page. www.yahoo.com From [email protected] Wed Nov 10 09:26:29 2004 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 80741 invoked by uid 99); 10 Nov 2004 09:26: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp107.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 10 Nov 2004 01:26:26 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp107.mail.sc5.yahoo.com with SMTP; 10 Nov 2004 09:26:13 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: Always getting AssertFailedError Date: Wed, 10 Nov 2004 10:24:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSQtZ9XuQwqnwkEQZiMNzDKCfy1JA2TfTsg In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Sebastian, Try using assertTrue(true) instead. Thanks -Vincent > -----Original Message----- > From: Sebastian Ho [mailto:[email protected]] > Sent: jeudi 2 septembre 2004 08:24 > To: [email protected] > Subject: Always getting AssertFailedError > > Hi > > I keep getting the AssertFailedError when using cactus. Why is that? > > Thanks > > Sebastian Ho > > ---------------------------- > My test > ---------------------------- > import junit.framework.Test; > import junit.framework.TestSuite; > > import org.apache.cactus.ServletTestCase; > > > public class ProjectTest extends ServletTestCase > { > > public ProjectTest(String name) > { > super(name); > } > > public static Test suite() > { > return new TestSuite(ProjectTest.class); > } > > public void setUp() throws Exception > { > } > > public void testCreateProject() //throws Exception > { > assertEquals(true, true); > } > } > > -------------------------------------- > My ANT output > -------------------------------------- > > [sebastian@localhost FlamingoCactus]$ ant test > Buildfile: build.xml > > clean: > [delete] Deleting directory > /home/sebastian/eclipse/workspace/FlamingoCactus/target > [delete] Deleting directory > /home/sebastian/eclipse/workspace/FlamingoCactus/dist > > init: > > compile.cactus: > [mkdir] Created dir: > /home/sebastian/eclipse/workspace/FlamingoCactus/target > [javac] Compiling 1 source file to > /home/sebastian/eclipse/workspace/FlamingoCactus/target > > war: > [war] Building war: > /home/sebastian/eclipse/workspace/FlamingoCactus/target/flamingo.war > [war] Warning: selected war files include a WEB-INF/web.xml which > will be ignored (please use webxml attribute to war task) > > dist: > [copy] Copying 1 file to > /home/sebastian/eclipse/workspace/FlamingoCactus/dist > > cactify: > [cactifywar] Analyzing war: > /home/sebastian/eclipse/workspace/FlamingoCactus/dist/flamingo.war > [cactifywar] Building war: > /home/sebastian/eclipse/workspace/FlamingoCactus/dist/flamingocactus.war > > test: > [cactus] > ----------------------------------------------------------------- > [cactus] Running tests against JBoss 3.2.3 > [cactus] > ----------------------------------------------------------------- > [cactus] Running ProjectTest > [cactus] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 1.821 > sec > [cactus] Testsuite: ProjectTest > [cactus] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 1.821 > sec > > [cactus] Testcase: testCreateProject(ProjectTest): FAILED > [cactus] null > [cactus] junit.framework.AssertionFailedError > [cactus] at ProjectTest.testCreateProject(ProjectTest.java:46) > [cactus] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [cactus] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: > 39) > [cactus] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm > pl.java:25) > [cactus] at > org.apache.cactus.internal.AbstractCactusTestCase.runBareServer(AbstractCa > ctusTestCase.java:153) > [cactus] at > org.apache.cactus.internal.server.AbstractWebTestCaller.doTest(AbstractWeb > TestCaller.java:119) > [cactus] at > org.apache.cactus.internal.server.AbstractWebTestController.handleRequest_ > aroundBody0(AbstractWebTestController.java:93) > [cactus] at > org.apache.cactus.internal.server.AbstractWebTestController.handleRequest_ > aroundBody1$advice(AbstractWebTestController.java:117) > [cactus] at > org.apache.cactus.internal.server.AbstractWebTestController.handleRequest( > AbstractWebTestController.java) > [cactus] at > org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody2(ServletT > estRedirector.java:101) > [cactus] at > org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody3$advice(S > ervletTestRedirector.java:117) > [cactus] at > org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedirecto > r.java) > [cactus] at > org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody0(ServletTe > stRedirector.java:72) > [cactus] at > org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody1$advice(Se > rvletTestRedirector.java:117) > [cactus] at > org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector > .java) > [cactus] at > javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > [cactus] at > javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > [cactus] at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicati > onFilterChain.java:247) > [cactus] at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilter > Chain.java:193) > [cactus] at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve. > java:256) > [cactus] at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.inv > okeNext(StandardPipeline.java:643) > [cactus] at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480 > ) > [cactus] at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > [cactus] at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve. > java:191) > [cactus] at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.inv > okeNext(StandardPipeline.java:643) > [cactus] at > org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMg > rRealm.java:220) > [cactus] at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.inv > okeNext(StandardPipeline.java:641) > [cactus] at > org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java > :246) > [cactus] at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.inv > okeNext(StandardPipeline.java:641) > [cactus] at > org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerSt > atsValve.java:76) > [cactus] at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.inv > okeNext(StandardPipeline.java:641) > [cactus] at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480 > ) > [cactus] at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > [cactus] at > org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417) > [cactus] at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:1 > 80) > [cactus] at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.inv > okeNext(StandardPipeline.java:643) > [cactus] at > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValv > e.java:171) > [cactus] at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.inv > okeNext(StandardPipeline.java:641) > [cactus] at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:1 > 72) > [cactus] at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.inv > okeNext(StandardPipeline.java:641) > [cactus] at > org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAsso > ciationValve.java:65) > [cactus] at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.inv > okeNext(StandardPipeline.java:641) > [cactus] at > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577) > [cactus] at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.inv > okeNext(StandardPipeline.java:641) > [cactus] at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480 > ) > [cactus] at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > [cactus] at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.ja > va:174) > [cactus] at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.inv > okeNext(StandardPipeline.java:643) > [cactus] at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480 > ) > [cactus] at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > [cactus] at > org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197) > [cactus] at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781) > [cactus] at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCon > nection(Http11Protocol.java:549) > [cactus] at > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605) > [cactus] at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.j > ava:677) > [cactus] at java.lang.Thread.run(Thread.java:534) > > > [cactus] TEST ProjectTest FAILED > > BUILD SUCCESSFUL > Total time: 22 seconds > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] From [email protected] Wed Nov 10 09:27:09 2004 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 81846 invoked by uid 99); 10 Nov 2004 09:27: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp107.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 10 Nov 2004 01:27:09 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp107.mail.sc5.yahoo.com with SMTP; 10 Nov 2004 09:27:01 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: ant cactus not finding j2ee.jar or servlet.jar at runtime? Date: Wed, 10 Nov 2004 10:24:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSRGdNkoYba/1RFSjuP3GTqzDWlxg16NpfA In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Brian, > -----Original Message----- > From: Brian Preston [mailto:[email protected]] > Sent: jeudi 2 septembre 2004 16:25 > To: Cactus Users List > Subject: RE: ant cactus not finding j2ee.jar or servlet.jar at runtime? > > Thanks for the idea (good idea) but it didn't help. I > added the pathelement for the tools.jar in the > classpath for the taskdef for cactus. Here it is: > > <!-- Define the Cactus tasks --> > <taskdef resource="cactus.tasks"> > <classpath> > <pathelement location="${cactus.jar}"/> > <pathelement > location="${ext_libdir}/cactus-ant-1.6.1.jar"/> > <pathelement > location="c:\j2sdk1.4.2_04\lib\tools.jar"/> > <path refid="cactusdeps"/> > </classpath> > </taskdef> > > But I noticed 2 other interesting things in the error > output. One is that the error is in the > ContainerRunner. Does this mean that however the > ContainerRunner works, it is a separate classpath for > the server that is not finding the tools.jar? > > Here's the error excerpt: > > [cactus] Couldn't find tools.jar (needed for JSP > compilation) > [cactus] You must either set location or path on > <pathelement> > . [snip] The tools.jar is only required on the client side JVM as it is used by the <cactus> Ant task which puts it in the Ant classloader used to start the container (internally we're using the Ant <java> task to start the containers). Thanks -Vincent From [email protected] Wed Nov 10 09:28:13 2004 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 83272 invoked by uid 99); 10 Nov 2004 09:28: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp107.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 10 Nov 2004 01:28:11 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp107.mail.sc5.yahoo.com with SMTP; 10 Nov 2004 09:27:48 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: endXXX problems Date: Wed, 10 Nov 2004 10:24:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSUTE37XhFD01TYRiSpxGDqLucgBAytgiFQ In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Ryan, This thread is a bit old, sorry... Have you been to solve your problem in the end? Thanks -Vincent > -----Original Message----- > From: Ryan Levering [mailto:[email protected]] > Sent: lundi 6 septembre 2004 22:02 > To: Cactus Users List > Subject: RE: endXXX problems > > Yeah, it doesn't make sense to me either, that's exactly what I thought. > They are both being executed within browser using ServletTestRunner > running > on Tomcat 5, Cactus 1.6. Here's a funnier example: > > public class MyTestCase extends JspTestCase { > > public void testJSP() throws Exception { > pageContext.include("/CurrentPageTagTests.jsp"); > } > public void endJSP(WebResponse response) throws Exception { > String output = response.getText(); > try { > throw new Exception(response.getText()); > } catch (Exception e) { > assertTrue("Message should not be empty", > e.getMessage().length() > != 0); > } > > } > > public void testJSP2() throws Exception { > pageContext.include("/CurrentPageTagTests.jsp"); > } > public void endJSP2(WebResponse response) throws Exception { > throw new Exception(response.getText()); > } > } > > This is the exact test case I run and I get a Failure and an Exception > with > a bunch of text in it. :) > > Ryan > > > -----Original Message----- > From: Vincent Massol [mailto:[email protected]] > Sent: Monday, September 06, 2004 1:16 PM > To: 'Cactus Users List' > Subject: RE: endXXX problems > > > Hi Ryan, > > In both your examples, the assertion is performed on the client side (in > endJSP()) so I don't think there is a server side vs client side stuff. > > I don't see how the 2 tests are different they both call the same > response.getText() method so there cannot be any difference. Maybe you're > not executing both tests with the same environment? > > Thanks > -Vincent > > > -----Original Message----- > > From: Ryan Levering [mailto:[email protected]] > > Sent: lundi 6 septembre 2004 18:42 > > To: [email protected] > > Subject: endXXX problems > > > > Ok, I saw this was a thread back in April, but I am still stumped as it > > seems like no one discovered the underlying issue. Obviously I'm > setting > > something up wrong. The issue is that response.getText is returning > empty > > strings. But the weird thing is that it doesn't always do it. For > > example: > > > > public void testJSP() { > > pageContext.include("/test.jsp"); > > } > > public void endJSP(WebResponse response) throws Exception { > > throw new Exception(response.getText()); > > } > > > > will throw an exception with the contents correct. > > > > However: > > > > public void testJSP() { > > pageContext.include("/test.jsp"); > > } > > public void endJSP(WebResponse response) throws Exception { > > assertTrue(response.getText().length() != 0); > > } > > > > will fail. So I'm missing something with server vs. client side calling > > of > > assertions. > > > > Any help? > > > > Ryan Levering > > > --------------------------------------------------------------------- > 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 Nov 10 09:28:56 2004 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 84925 invoked by uid 99); 10 Nov 2004 09:28:56 -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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp107.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 10 Nov 2004 01:28:54 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp107.mail.sc5.yahoo.com with SMTP; 10 Nov 2004 09:28:30 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: Problem with runservertests task _and solution. Date: Wed, 10 Nov 2004 10:24:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSUxdxg34bD0oKwTd+YKJFdnnjCgQyPEAiQ In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Pedro, I highly recommend that you use the Cargo Ant task to start/stop/configure your container (see http://cargo.codehaus.org). Thanks for posting back and explaining the solution! Cheers, -Vincent > -----Original Message----- > From: Pedro Nevado [mailto:[email protected]] > Sent: mardi 7 septembre 2004 12:26 > To: [email protected] > Subject: Problem with runservertests task _and solution. > > I will answer myself my yesterday post, in case someone suffer from the > same > naivety I do in respect of the internals of Tomcat. So, please, expert > readers allow me some obviousness. > > The ant script to run Cactus tests with Servlet 2.4 especification is: > > <target name="run_testCactus" depends="new_contextCactus"> > <runservertests > testurl="${cactus.contextURL}" > starttarget="start.tomcat5" > stoptarget="stop.tomcat5" > testtarget="testCactus"/> > </target> > > <target name="testCactus" depends="clean_testCactus"> > <mkdir dir="${testCactus.reports.dir}"/> > <junit printsummary="false" haltonerror="false" > haltonfailure="false" > fork="${junit.fork}" > errorproperty="testCactus.failed" > failureproperty="testCactus.failed" > > > <formatter type="plain" usefile="false" /> > <formatter type="xml" /> > <classpath> > <pathelement path="${testCactus.path}"/> > <pathelement location="${log4j.jar}" /> > </classpath> > <assertions> > <enable package="com.espivo.vivoen"/> > </assertions> > <batchtest todir="${testCactus.reports.dir}" > unless="testClass" > > > <fileset dir="${testCactus.build.class.dir}" > includes="**/*Test.class" /> > </batchtest> > </junit> > <junitreport todir="${testCactus.reports.dir}"> > <fileset dir="${testCactus.reports.dir}" includes="TEST- > *.xml"/> > <report todir="${testCactus.reports.dir}/html" > format="frames"/> > </junitreport> > <fail if="testCactus.failed">At least one test failed after making > report!</fail> > </target> > > <target name="start.tomcat5"> > <java classname="org.apache.catalina.startup.Bootstrap" > failonerror="yes" fork="true"> > <jvmarg value="-Dcatalina.home=${env.CATALINA_HOME}"/> > <jvmarg value="-Dcatalina.base=${env.CATALINA_HOME}"/> > <arg value="-config"/> > <arg value="${env.CATALINA_HOME}/conf/server.xml"/> > <arg value="start"/> > <classpath> > <pathelement path="${java_comp.path}"/> > <fileset dir="${env.CATALINA_HOME}" > includes="bin/bootstrap.jar"/> > </classpath> > </java> > </target> > <target name="stop.tomcat5"> > <java classname="org.apache.catalina.startup.Bootstrap" > fork="yes"> > <jvmarg value="-Dcatalina.home=${env.CATALINA_HOME}"/> > <jvmarg value="-Dcatalina.base=${env.CATALINA_HOME}"/> > <arg value="-config"/> > <arg value="${env.CATALINA_HOME}/conf/server.xml"/> > <arg value="stop"/> > <classpath> > <pathelement path="${java_comp.path}"/> > <fileset dir="${env.CATALINA_HOME}"> > <include name="bin/bootstrap.jar"/> > </fileset> > </classpath> > </java> > </target> > > With this script you elude the parsing of the cactus and warcactification > tasks, which treat 2.4 web.xml as is they were 2.2. > It is compatible with unpacked applications referenced in context.xml > archives in your catalina_home/conf/catalina/localhost, so no need for a > previous .war or a customised server.xml. > Thanks to the people who wrote the build-tests.xml file in the Struts > 1.2.2 > distribution. > > Regards, > Pedro Nevado > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] From [email protected] Wed Nov 10 09:29:42 2004 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 86908 invoked by uid 99); 10 Nov 2004 09:29:42 -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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp107.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 10 Nov 2004 01:29:39 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp107.mail.sc5.yahoo.com with SMTP; 10 Nov 2004 09:29:22 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Date: Wed, 10 Nov 2004 10:24:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSaSi02ORnOovtfSRq3I79PTlNQGQstxY2A In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Pedro, Are you sure your SessionFilter is a real Filter? It looks like you're not extending the Filter interface. The second problem I can see is that you're completely bypassing the filter initialization in your init() method (I think it is safer to call super.init(filterConfig)). Have you registered the filter as a filter in the web.xml file? Thanks -Vincent > -----Original Message----- > From: Pedro Nevado [mailto:[email protected]] > Sent: mardi 14 septembre 2004 12:56 > To: [email protected] > Subject: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? > > Hi there, > > In the Cactus documentation says that the Redirector proxy " creates an > HTTP > Session if the user has expressed the wish (using the > WebRequest.setAutomaticSession(boolean) code in the beginXXX() method.By > default a session is always created) and the redirector fills by > reflection > the session implicit object." > > If my understanding of the previous paragraph is correct, the following > two > tests should not fail: > > .......................................................................... > .. > ... > > public class SessionServlet extends HttpServlet { > > } > > public class SessionServletTest extends ServletTestCase { > > public void beginSessionNull(WebRequest request) { > request.setAutomaticSession(true); > } > > public void testSessionNull() { > SessionServlet sessionServlet = new SessionServlet(); > assertNotNull("There should be a session", session); > } > > } > .......................................................................... > .. > ... > > public class SessionFilter { > > private FilterConfig filterConfig; > > public SessionFilter() { > } > > public void init(FilterConfig filterConfig) { > this.filterConfig = filterConfig; > } > > public void doFilter(ServletRequest req, ServletResponse resp, > FilterChain filterChain) throws IOException, > ServletException { > } > > public void destroy() { > this.filterConfig = null; > } > } > > public class SessionFilterTest extends FilterTestCase { > > public void beginSessionNotNull(WebRequest request) { > request.setAutomaticSession(true); > } > > public void testSessionNotNull() throws ServletException, IOException{ > HttpSession session = request.getSession(false); > SessionFilter sessionFilter = new SessionFilter(); > sessionFilter.init(config); > FilterChain mockFilterChain = new FilterChain() { > public void doFilter(ServletRequest theRequest, > ServletResponse > theResponse) { > } > > public void init(FilterConfig theConfig) { > } > > public void destroy() { > } > }; > sessionFilter.doFilter(request, response, mockFilterChain); > assertNotNull("There should be a session", session); > } > } > .......................................................................... > .. > ........................... > > Well, the ServletSessionTest is OK, but the SessionFilterTest fails, > although both of them "have expressed the wish (using the > WebRequest.setAutomaticSession(boolean) code in the beginXX Xmethod. > > Could anybody tell me if I am overlookin something? I would really > appreciate it. > Regards, > > Pedro Nevado > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] From [email protected] Wed Nov 10 12:38:46 2004 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 80921 invoked by uid 99); 10 Nov 2004 12:38: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 tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 10 Nov 2004 04:38:45 -0800 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.12.11/8.12.11) with ESMTP id iAACceYT015852 for <[email protected]>; Wed, 10 Nov 2004 21:38:40 +0900 (JST) Received: from vcs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAACcegl026937 for <[email protected]>; Wed, 10 Nov 2004 21:38:40 +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.12.11/8.12.11) with ESMTP id iAACcenc026933 for <[email protected]>; Wed, 10 Nov 2004 21:38:40 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAACcd5Q021533 for <[email protected]>; Wed, 10 Nov 2004 21:38:39 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAACcdx8021523 for <[email protected]>; Wed, 10 Nov 2004 21:38:39 +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.12.11/8.12.11) with ESMTP id iAACcdtZ026647 for <[email protected]>; Wed, 10 Nov 2004 21:38:39 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.12.11/dmailsv-1.1c) with ESMTP id iAACcc4o008404 for <[email protected]>; Wed, 10 Nov 2004 21:38:38 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.12.11/Lab-1.3) with ESMTP id iAACcbqY008860 for <[email protected]>; Wed, 10 Nov 2004 21:38:38 +0900 (JST) Date: Wed, 10 Nov 2004 21:40:16 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Hi, In article <[email protected]>, Wed, 10 Nov 2004 10:24:49 +0100, "Vincent Massol" <[email protected]> wrote: vmassol> Are you sure your SessionFilter is a real Filter? It looks like you're not vmassol> extending the Filter interface. The second problem I can see is that you're vmassol> completely bypassing the filter initialization in your init() method (I vmassol> think it is safer to call super.init(filterConfig)). vmassol> vmassol> Have you registered the filter as a filter in the web.xml file? I believe, Pedro is expecting that following two tests should be passed: public class SessionServletTest extends ServletTestCase { .... public void beginSession(WebRequest request) { request.setAutomaticSession(true); } public void testSession() { assertNotNull("There should be a session", session); } } public class SessionFilterTest extends FilterTestCase { .... public void beginSession(WebRequest request) { request.setAutomaticSession(true); } public void testSession() { HttpSession session = request.getSession(false); assertNotNull("There should be a session", session); } } Am I misunderstanding, Pedro? I cannot try it now, but, SessionFilterTest#testSession() may fails. An HTTP Session is created to fill the session implicit object of ServletTestCase (and of JspTestCase) prior to testXXX. However, for FilterTestCase, which doesn't have the session implicit object, such session creation is not needed and is not implemented, AFAIK. Regards, ---- Kazuhito SUGURI mailto:[email protected] From [email protected] Wed Nov 10 19:33:11 2004 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 99094 invoked by uid 99); 10 Nov 2004 19:33:11 -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 smtp-01.servidoresdns.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 10 Nov 2004 11:33:07 -0800 Received: from pedro1 (unknown [161.129.204.104]) by smtp-01.servidoresdns.net (Postfix) with SMTP id 1287E3D7F8D for <[email protected]>; Wed, 10 Nov 2004 20:32:56 +0100 (CET) From: "Pedro Nevado" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Date: Wed, 10 Nov 2004 20:33:52 +0100 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]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Virus-Checked: Checked Yes, that is right. The test you just described fails. I assume also that the reason for that is what you state in your e-mail. However I think there is some possibility of misunderstanding: I designed the test because although I was opening a session with my request wrapper, there was not session associated afterwards with my request. Probably, it would be enough with a few comments in the documentation, which I do not mind at all to write. Thanks for the answers. -----Mensaje original----- De: Kazuhito SUGURI [mailto:[email protected]] Enviado el: miercoles, 10 de noviembre de 2004 13:40 Para: [email protected] Asunto: Re: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Hi, In article <[email protected]>, Wed, 10 Nov 2004 10:24:49 +0100, "Vincent Massol" <[email protected]> wrote: vmassol> Are you sure your SessionFilter is a real Filter? It looks like you're not vmassol> extending the Filter interface. The second problem I can see is that you're vmassol> completely bypassing the filter initialization in your init() method (I vmassol> think it is safer to call super.init(filterConfig)). vmassol> vmassol> Have you registered the filter as a filter in the web.xml file? I believe, Pedro is expecting that following two tests should be passed: public class SessionServletTest extends ServletTestCase { .... public void beginSession(WebRequest request) { request.setAutomaticSession(true); } public void testSession() { assertNotNull("There should be a session", session); } } public class SessionFilterTest extends FilterTestCase { .... public void beginSession(WebRequest request) { request.setAutomaticSession(true); } public void testSession() { HttpSession session = request.getSession(false); assertNotNull("There should be a session", session); } } Am I misunderstanding, Pedro? I cannot try it now, but, SessionFilterTest#testSession() may fails. An HTTP Session is created to fill the session implicit object of ServletTestCase (and of JspTestCase) prior to testXXX. However, for FilterTestCase, which doesn't have the session implicit object, such session creation is not needed and is not implemented, AFAIK. Regards, ---- Kazuhito SUGURI mailto:[email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Nov 10 19:44:05 2004 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 39610 invoked by uid 99); 10 Nov 2004 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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp107.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 10 Nov 2004 11:44:02 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp107.mail.sc5.yahoo.com with SMTP; 10 Nov 2004 19:43:58 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]>, <[email protected]> Subject: RE: Copying Tomcat <context> file with Maven Plugin and Cactus 1.6 dev Date: Wed, 10 Nov 2004 20:43:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcTHVVktqIxuLrcfQUi/CagCVcxdkg== In-Reply-To: <008901c3fd40$5cc64da0$647ba8c0@IQUITOS> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Eric, It took me a while to answer... but I never let an email unanswered! :-) Basically the recommended solution is now to use Cargo (http://cargo.codehaus.org). However, the feature of configuring the = JNDI datasource is not yet there in Cargo. I'll add a JIRA issue for it if someone wants to tackle it. Also, we'd like to support soon the ability to run on an existing installation so you'll be able to set it up exactly the way you wish. Thanks -Vincent > -----Original Message----- > From: Eric Pugh [mailto:[email protected]] > Sent: vendredi 27 f=E9vrier 2004 15:46 > To: 'Cactus Users List' > Subject: RE: Copying Tomcat <context> file with Maven Plugin and = Cactus > 1.6 dev >=20 > Okay, I looked at what you recommended, and I think my problem is that = I > can't wire my own server.xml. Using cactus.tomcat4x.conf.dir just = allowed > me to add my catalog.xml context file to the cactus /conf directory... > The > file unfortunantly doesn't do anything there... >=20 > My JNDI datasource is specified in a <context> entry in > /tomcat/webapps/catalog.xml. This actually points to the = /target/catalog > directory as I am using Maven to build my war file. >=20 > So, when I run cactus, my resulting cactified war is missing the JNDI > datasource defined in /tomcat/webapps/catalog.xml. I could provide my = own > custom server.xml that had the correct context "catalog-cactus" and my > JNDI > datasource defined. Except for one issue.. The other developers will = be > rather annoyed that the datasource is definied in yet another file. = What > I > really want to do is intercept via a pre/post goal Cactus's server.xml = and > add my context webapp entry into it, and edit the docBase to point to = the > right location, not "/target/catalog" but just "catalog". >=20 > I looked at the webxmlmerge ant task, and in a perfect world, I could > point > to my server.xml (or /tomcat/webapps/catalog.xml) and have Cactus via = a > serverxmlmerge ant task merge the two.. any context entries, = environment > entries, etc.. >=20 > While I'm not exactly volunteering to take it on.. I guess I could, = if > this > was the right approach and met the Cactus needs... Actually, after > looking > at the maven plugin, I could write a preGoal to cactus:test-war where = I > just > reach into the server.xml and add my context stuff.. This way I can = use > the > vanilla version of server.xml, and not have to maintain that data in > another > location... >=20 > I hope I'm being somewhat clear here. >=20 > Eric >=20 > > -----Original Message----- > > From: Vincent Massol [mailto:[email protected]] > > Sent: Friday, February 27, 2004 12:31 AM > > To: 'Cactus Users List' > > Cc: [email protected] > > Subject: RE: Copying Tomcat <context> file with Maven Plugin > > and Cactus > > 1.6 dev > > > > > > Hi Eric, > > > > > -----Original Message----- > > > From: Eric Pugh [mailto:[email protected]] > > > Sent: 26 February 2004 20:17 > > > To: [email protected] > > > Subject: Copying Tomcat <context> file with Maven Plugin and = Cactus > > 1.6 > > > dev > > > > > > Hi all, > > > > > > My directory structure is set up to have an embedded tomcat: > > > > > > /src/java > > > /src/test > > > /src/test-cactus > > > > > > /tomcat/conf > > > /tomcat/webapps/catalog.xml > > > > > > > > > The /tomcat/webapps/catalog.xml contains my JDBC datasource and my > > > environment variables. This allows me to have these files = seperate > > from > > > my > > > /tomcat/conf/server.xml file. > > > > > > However, trying to run this under Cactus I have the > > difficulty that my > > app > > > deployed under Cactus managed Tomcat is missing the jdbc and > > environment > > > variables! The /tomcat/conf/server.xml that is deployed by Cactus > > doesn't > > > have the jdbc and environment properties. It seems like though = that > > if I > > > copy my /tomcat/webapps/catalog.xml to > > > $cactus_deploy/tomcat4x/webapps/catalog-cactus.xml along with my > > > $cactus_deploy/tomcat4x/webapps/catalog-cactus.xml, then = everything > > works > > > fine.. > > > > > > Any suggestions on how I can maybe get the catalog.xml file copied > > over to > > > catalog-cactus.xml? > > > > That should be quite easy. You can use the cactus.tomcat4x.conf.dir > > property (and the cactus.tomcat4x.conf.includes and > > cactus.tomcat4x.conf.excludes properties). See > > http://jakarta.apache.org/cactus/integration/ant/task_cactus.html > > > > Thus simply point it to a directory where you have put all > > config files > > you wish. > > > > Thanks > > -Vincent > > > > > > > > Eric > > > > > > > > > > > = --------------------------------------------------------------------- > > > 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] >=20 >=20 > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.711 / Virus Database: 467 - Release Date: 25/06/2004 >=20 From [email protected] Wed Nov 10 19:44:13 2004 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 40145 invoked by uid 99); 10 Nov 2004 19:44: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp107.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 10 Nov 2004 11:44:13 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp107.mail.sc5.yahoo.com with SMTP; 10 Nov 2004 19:44:08 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: Cactus-1.6.1: error messages Date: Wed, 10 Nov 2004 20:43:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcTHU9vTMPqs5H+PQbS9Ahtktr8oTw== In-Reply-To: <001d01c44929$107534e0$c744d1d8@rick01> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Mike, For 1/, don't worry it's an internal error message I think For 2/ same For 3/ I don't think this comes from Cactus. It's probably printed by either your application or one of the fwk it is using (like struts or strutstestcase maybe). Thanks -Vincent > -----Original Message----- > From: Mike Tu [mailto:[email protected]] > Sent: jeudi 3 juin 2004 07:10 > To: [email protected] > Subject: Cactus-1.6.1: error messages > > Hi All: > > > > I appreciate your help. > > > > I am running Cactus-1.6.1 with <cactify> and <cactus> approach on resin > 2.1.13. When run ant -verbose I got the errors as below: > > 1) "No mapping of the JSP redirector found", but in my web.xml the > jspredirector has been added. The other 2 redirectors are fine. > > 2) "Container responding to HTTP requests as null", but later also showing > the '-Dcactus.contextURL=http://localhost:8080/Stream3-test-cactus' is > called. Why is this? > > 3) My application is a demo so I am quite sure everything of itself should > be fine. The test passes with no error, but often the same test fails and > gives error "Was expecting '/stream3-test- > cactus/enginemanager/admin/Organization.jsp' but it appears the Action has > tried to return an ActionForward that is not mapped correctly." > > > > ... > > [cactifywar] adding entry WEB-INF/lib/commons-httpclient-2.0.jar > > [cactus] Adding Cactus client system property > [cactus.filterRedirectorName] w > > ith value [filterRedirector] > > [cactus] No mapping of the JSP redirector found > > [cactus] Adding Cactus client system property > [cactus.servletRedirectorName] > > with value [servletRedirector] > > [cactus] Adding Cactus server system property [cactus.contextURL] with > value > > [null] > > [cactus] ----------------------------------------------------------------- > > [cactus] Running tests against Resin 2.x > > [cactus] ----------------------------------------------------------------- > > [cactus] Starting up container > > [cactus] Container responding to HTTP requests as null > > ... > > jakarta-cactus-13-1.6.1\lib\commons-httpclient-2.0.jar to CLASSPATH > > [cactus] Running > com.vortaloptics.enginemanager.actions.ManageOrganizationAct > > ionTest > > [cactus] Executing 'F:\vo-sw\j2sdk1.4.1_07\jre\bin\java.exe' with > arguments: > > [cactus] '-Dcactus.filterRedirectorName=filterRedirector' > > [cactus] '-Dcactus.servletRedirectorName=servletRedirector' > > [cactus] '-Dcactus.contextURL=http://localhost:8080/Stream3-test-cactus' > > [cactus] '-classpath' > > ... > > [cactus] Testcase: > testSuccessCreate(com.vortaloptics.enginemanager.actions.M > > anageOrganizationActionTest): FAILED > > [cactus] Was expecting '/stream3-test- > cactus/enginemanager/admin/Organization > > .jsp' but it appears the Action has tried to return an ActionForward that > is not > > mapped correctly. > > ... > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.711 / Virus Database: 467 - Release Date: 25/06/2004 > From [email protected] Wed Nov 10 19:44:21 2004 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 40719 invoked by uid 99); 10 Nov 2004 19:44: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp107.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 10 Nov 2004 11:44:20 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp107.mail.sc5.yahoo.com with SMTP; 10 Nov 2004 19:44:16 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: more: servletRedirector error message Date: Wed, 10 Nov 2004 20:43:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcTHU226b1g5+IBVTYGiTtfspNa0KA== In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Mike, As you may have realized by now (:-)), there are no servletRedirector.jsp and filterRedirector.jsp. The Servlet redirector is a servlet and the Filter redirector is a Filter. In order to debug a "Failed to get test results" you need to enable Cactus logging. The reason of the error will be found in the log file. Thanks -Vincent > -----Original Message----- > From: Mike Tu [mailto:[email protected]] > Sent: jeudi 3 juin 2004 16:55 > To: [email protected] > Subject: more: servletRedirector error message > > In my Cactified war file, there is only the "jspRedirector.jsp". If the > setup is correct, should I see the servletRedirector.jsp and > filterRedirector.jsp as well? > > I have the following error when "verifyForward" in my test. But weird, > this > "verifyForward" can pass with no error sometime. > > --------------------------------------- > > Failed to get the test results at > [http://localhost:8080/Stream3-test-cactus/ServletRedirector] > > org.apache.cactus.util.ChainedRuntimeException: Failed to get the test > results at [http://localhost:8080/Stream3-test-cactus/ServletRedirector] > at > org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_ > ar > oundBody0(DefaultHttpClient.java:92) at > org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_ > ar > oundBody1$advice(DefaultHttpClient.java:206) at > > ... > > > > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.711 / Virus Database: 467 - Release Date: 25/06/2004 > From [email protected] Wed Nov 10 19:44:28 2004 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 41315 invoked by uid 99); 10 Nov 2004 19:44:28 -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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp107.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 10 Nov 2004 11:44:28 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp107.mail.sc5.yahoo.com with SMTP; 10 Nov 2004 19:44:24 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: Auto shutdown of server after the hot-deploy testing Date: Wed, 10 Nov 2004 20:43:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSEr1Cf+pF3KUXAQNeAmcQ1YY3eSxCoyEvA In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Stan, Have you been able to solve the issue? Let me know and if not we can = work together on solving it. There is a check in the <cactus> Ant task to = verify if the container is already started before running the tests. If so, = Cactus does not start it and it won't stop it either. Thanks -Vincent > -----Original Message----- > From: Stan Y [mailto:[email protected]] > Sent: mercredi 18 ao=FBt 2004 01:10 > To: Cactus Users List > Subject: Re: Auto shutdown of server after the hot-deploy testing >=20 > I also tried startUpWait=3D2000 (the originally value) and still the = same > problem. >=20 > I think this isn't the problem with the .ear file, because if I > shutdown and then restart the jboss server, rerun the cactus testcases > in Eclipse, everything works fine, except that it shutdown the jboss, > which isn't what I want. >=20 > Thanks, > Stan >=20 >=20 >=20 > __________________________________ > Do you Yahoo!? > Read only the mail you want - Yahoo! Mail SpamGuard. > http://promotions.yahoo.com/new_mail >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] From [email protected] Thu Nov 11 10:02:34 2004 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 39173 invoked by uid 99); 11 Nov 2004 10:02:34 -0000 Received-SPF: pass (hermes.apache.org: local policy includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp109.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 11 Nov 2004 02:02:34 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp109.mail.sc5.yahoo.com with SMTP; 11 Nov 2004 10:02:16 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Date: Thu, 11 Nov 2004 11:02:13 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTHXFf3vdpMkIpcSPyAa8QxMXmf5AAb5WpQ X-Virus-Checked: Checked Hi Pedro, I think you're right in that we should support session creation for Filters by default (same as for ServletTestCase). Kazuhito, do you agree we should have the same behavior for Filters than we have for Servlets? Pedro, do you think you could provide a patch for this + associated test case? If you're ok, the best would be for you to create a JIRA issue and attach the patch (in diff format please). I think the code has to be modified in FilterTestCaller (see ServletTestCaller to see how it is done for the session creation). Thanks a lot -Vincent > -----Original Message----- > From: Pedro Nevado [mailto:[email protected]] > Sent: mercredi 10 novembre 2004 20:34 > To: Cactus Users List > Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A > BUG ?? > > Yes, that is right. The test you just described fails. I assume also that > the reason for that is what you state in your e-mail. However I think > there > is some possibility of misunderstanding: I designed the test because > although I was opening a session with my request wrapper, there was not > session associated afterwards with my request. Probably, it would be > enough > with a few comments in the documentation, which I do not mind at all to > write. > > Thanks for the answers. > > -----Mensaje original----- > De: Kazuhito SUGURI [mailto:[email protected]] > Enviado el: miercoles, 10 de noviembre de 2004 13:40 > Para: [email protected] > Asunto: Re: FilterRedirector does not initialize sessions. - IS THIS A > BUG ?? > > > Hi, > > In article <[email protected]>, > Wed, 10 Nov 2004 10:24:49 +0100, > "Vincent Massol" <[email protected]> wrote: > vmassol> Are you sure your SessionFilter is a real Filter? It looks like > you're not > vmassol> extending the Filter interface. The second problem I can see is > that you're > vmassol> completely bypassing the filter initialization in your init() > method (I > vmassol> think it is safer to call super.init(filterConfig)). > vmassol> > vmassol> Have you registered the filter as a filter in the web.xml file? > > I believe, Pedro is expecting that following two tests should be passed: > public class SessionServletTest extends ServletTestCase { > .... > public void beginSession(WebRequest request) { > request.setAutomaticSession(true); > } > > public void testSession() { > assertNotNull("There should be a session", session); > } > } > > public class SessionFilterTest extends FilterTestCase { > .... > public void beginSession(WebRequest request) { > request.setAutomaticSession(true); > } > > public void testSession() { > HttpSession session = request.getSession(false); > assertNotNull("There should be a session", session); > } > } > > Am I misunderstanding, Pedro? > > I cannot try it now, but, SessionFilterTest#testSession() may fails. > An HTTP Session is created to fill the session implicit object > of ServletTestCase (and of JspTestCase) prior to testXXX. > However, for FilterTestCase, which doesn't have the session implicit > object, > such session creation is not needed and is not implemented, AFAIK. > > Regards, > ---- > Kazuhito SUGURI > 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] Thu Nov 11 11:38:05 2004 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 3040 invoked by uid 99); 11 Nov 2004 11:38:05 -0000 Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 11 Nov 2004 03:38:05 -0800 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.12.11/8.12.11) with ESMTP id iABBbxSn002675 for <[email protected]>; Thu, 11 Nov 2004 20:37:59 +0900 (JST) Received: from vcs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iABBbwcC004101 for <[email protected]>; Thu, 11 Nov 2004 20:37:58 +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.12.11/8.12.11) with ESMTP id iABBbwQi004096 for <[email protected]>; Thu, 11 Nov 2004 20:37:58 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iABBbv5Y002298 for <[email protected]>; Thu, 11 Nov 2004 20:37:58 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iABBbvW0002295 for <[email protected]>; Thu, 11 Nov 2004 20:37:57 +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.12.11/8.12.11) with ESMTP id iABBbv60014716 for <[email protected]>; Thu, 11 Nov 2004 20:37:57 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.12.11/dmailsv-1.1c) with ESMTP id iABBbuTO019027 for <[email protected]>; Thu, 11 Nov 2004 20:37:56 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.12.11/Lab-1.3) with ESMTP id iABBbuXH010005 for <[email protected]>; Thu, 11 Nov 2004 20:37:56 +0900 (JST) Date: Thu, 11 Nov 2004 20:39:36 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Hi Vincent, In article <[email protected]>, Thu, 11 Nov 2004 11:02:13 +0100, "Vincent Massol" <[email protected]> wrote: vmassol> Kazuhito, do you agree we should have the same behavior for Filters than we vmassol> have for Servlets? At this moment, I cannot agree with that because I think it may have impact to existing FilterTestCases as it changes the precondition of testXXX methods. If someone have testIfSessionNotExists(), for example, they have to have beginIfSessionNotExists() which has setAutomaticSession(false). I think it is enough with change of the document. Regards, ---- Kazuhito SUGURI mailto:[email protected] From [email protected] Thu Nov 11 11:44:43 2004 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 23365 invoked by uid 99); 11 Nov 2004 11:44:43 -0000 Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp013.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 11 Nov 2004 03:44:43 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp013.mail.yahoo.com with SMTP; 11 Nov 2004 11:44:38 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Date: Thu, 11 Nov 2004 12:44:36 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTH4umqDCl1+fmPQ/qTI3AdzkwwAQAAGeJw X-Virus-Checked: Checked > -----Original Message----- > From: Kazuhito SUGURI [mailto:[email protected]] > Sent: jeudi 11 novembre 2004 12:40 > To: [email protected] > Subject: Re: FilterRedirector does not initialize sessions. - IS THIS A > BUG ?? > > Hi Vincent, > > In article <[email protected]>, > Thu, 11 Nov 2004 11:02:13 +0100, > "Vincent Massol" <[email protected]> wrote: > vmassol> Kazuhito, do you agree we should have the same behavior for > Filters than we > vmassol> have for Servlets? > > At this moment, I cannot agree with that because > I think it may have impact to existing FilterTestCases > as it changes the precondition of testXXX methods. Yes, you're right it will change preconditions for tests assuming that no session is created. I'd still suggest we implement the feature to support the setAutomaticSession() for FilterTestCase but I'm ok to have it of by default. BTW, after looking at the code again, I think this is the default for Servlets too, so that's ok. > If someone have testIfSessionNotExists(), for example, > they have to have beginIfSessionNotExists() which has > setAutomaticSession(false). > > I think it is enough with change of the document. Don't you agree with Pedro that the following test case should pass and that it is a Cactus bug? public class SessionFilterTest extends FilterTestCase { .... public void beginSession(WebRequest request) { request.setAutomaticSession(true); } public void testSession() { HttpSession session = request.getSession(false); assertNotNull("There should be a session", session); } } Thanks -Vincent From [email protected] Thu Nov 11 12:50:49 2004 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 31652 invoked by uid 99); 11 Nov 2004 12:50:49 -0000 Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 11 Nov 2004 04:50:49 -0800 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.12.11/8.12.11) with ESMTP id iABCojZj014314 for <[email protected]>; Thu, 11 Nov 2004 21:50:46 +0900 (JST) Received: from vcs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iABCojwN009424 for <[email protected]>; Thu, 11 Nov 2004 21:50:45 +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.12.11/8.12.11) with ESMTP id iABCojNX009419 for <[email protected]>; Thu, 11 Nov 2004 21:50:45 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iABCoiK6029883 for <[email protected]>; Thu, 11 Nov 2004 21:50:44 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iABCoiEk029880 for <[email protected]>; Thu, 11 Nov 2004 21:50:44 +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.12.11/8.12.11) with ESMTP id iABCohIi023245 for <[email protected]>; Thu, 11 Nov 2004 21:50:43 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.12.11/dmailsv-1.1c) with ESMTP id iABCoh5X023896 for <[email protected]>; Thu, 11 Nov 2004 21:50:43 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.12.11/Lab-1.3) with ESMTP id iABCoghs014259 for <[email protected]>; Thu, 11 Nov 2004 21:50:42 +0900 (JST) Date: Thu, 11 Nov 2004 21:52:23 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Hi Vincent, In article <[email protected]>, Thu, 11 Nov 2004 12:44:36 +0100, "Vincent Massol" <[email protected]> wrote: vmassol> I'd still suggest we implement the feature to support the vmassol> setAutomaticSession() for FilterTestCase but I'm ok to have it of by vmassol> default. OK. That's fine. I agree to support setAutomaticSession() for FilterTestCase if it does not breaks existing TestCases. vmassol> BTW, after looking at the code again, I think this is the default vmassol> for Servlets too, so that's ok. We need check this. org.apache.cactus.internal.WebRequestImpl has isAutomaticSession field and its default value is true, at least Cactus-1.6.1. I think this value is sent to the server as a parameter to control the session creation, and then, session is created by default. vmassol> Don't you agree with Pedro that the following test case should pass and that vmassol> it is a Cactus bug? I think it is a bug of the document rather than of the implementation. So it can be an enhancement of Cactus. But, the difference between 'enahncement' and 'bug' is not so important for me :-). Regards, ---- Kazuhito SUGURI mailto:[email protected] From [email protected] Thu Nov 11 13:03:11 2004 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 60766 invoked by uid 99); 11 Nov 2004 13:03:11 -0000 Received-SPF: pass (hermes.apache.org: local policy includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp108.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 11 Nov 2004 05:03:11 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp108.mail.sc5.yahoo.com with SMTP; 11 Nov 2004 13:03:06 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Date: Thu, 11 Nov 2004 14:03:04 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTH7RI35q4dV/84QeOswHTP8iVWqAAAXPrw X-Virus-Checked: Checked > -----Original Message----- > From: Kazuhito SUGURI [mailto:[email protected]] > Sent: jeudi 11 novembre 2004 13:52 > To: [email protected] > Subject: Re: FilterRedirector does not initialize sessions. - IS THIS A > BUG ?? > > Hi Vincent, > > In article <[email protected]>, > Thu, 11 Nov 2004 12:44:36 +0100, > "Vincent Massol" <[email protected]> wrote: > vmassol> I'd still suggest we implement the feature to support the > vmassol> setAutomaticSession() for FilterTestCase but I'm ok to have it of > by > vmassol> default. > > OK. That's fine. > I agree to support setAutomaticSession() for FilterTestCase > if it does not breaks existing TestCases. > > > vmassol> BTW, after looking at the code again, I think this is the default > vmassol> for Servlets too, so that's ok. > > We need check this. > org.apache.cactus.internal.WebRequestImpl has isAutomaticSession field > and its default value is true, at least Cactus-1.6.1. > I think this value is sent to the server as a parameter > to control the session creation, and then, session is created by default. Ah, right. I had just checked the server-side part... > > > vmassol> Don't you agree with Pedro that the following test case should > pass and that > vmassol> it is a Cactus bug? > > I think it is a bug of the document rather than of the implementation. > So it can be an enhancement of Cactus. But, the difference between > 'enahncement' and 'bug' is not so important for me :-). What strategy would you like us to follow to align the behaviors of FilterTestCase and ServletTestCase? BTW, do you have any idea why I decided to enable session creation by default for ServletTestCase? I can't recall... ;-) Thanks -Vincent From [email protected] Thu Nov 11 16:12:45 2004 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 1773 invoked by uid 99); 11 Nov 2004 16:12:45 -0000 Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 11 Nov 2004 08:12:45 -0800 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.12.11/8.12.11) with ESMTP id iABGCdhP013970 for <[email protected]>; Fri, 12 Nov 2004 01:12:39 +0900 (JST) Received: from vcs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iABGCcPN014499 for <[email protected]>; Fri, 12 Nov 2004 01:12:38 +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.12.11/8.12.11) with ESMTP id iABGCcNx014496 for <[email protected]>; Fri, 12 Nov 2004 01:12:38 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iABGCbvJ013531 for <[email protected]>; Fri, 12 Nov 2004 01:12:37 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iABGCbkw013528 for <[email protected]>; Fri, 12 Nov 2004 01:12:37 +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.12.11/8.12.11) with ESMTP id iABGCbmX014443 for <[email protected]>; Fri, 12 Nov 2004 01:12:37 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.12.11/dmailsv-1.1c) with ESMTP id iABGCaeE001875 for <[email protected]>; Fri, 12 Nov 2004 01:12:36 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.12.11/Lab-1.3) with ESMTP id iABGCZDR020892 for <[email protected]>; Fri, 12 Nov 2004 01:12:35 +0900 (JST) Date: Fri, 12 Nov 2004 01:14:15 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Hi Vincent, In article <[email protected]>, Thu, 11 Nov 2004 14:03:04 +0100, "Vincent Massol" <[email protected]> wrote: vmassol> What strategy would you like us to follow to align the behaviors of vmassol> FilterTestCase and ServletTestCase? To align... Is this means that FilterTestCase and ServletTestCase should have same behavior of its default setAutomateSession()? If so, I think it's impossible without breaking existing TestCases. Of cource, it might be more trifling problem than I think. Why don't we wait for reactions from other users of this list? # How do you think, Pedro? vmassol> BTW, do you have any idea why I decided to enable session creation by vmassol> default for ServletTestCase? I can't recall... ;-) I'm not sure since it had already been so when I used Cactus for the first time. But I can guess some: 1. Servlet uses a session object in many cases, then, it's user friendly if the session object is prepared by default. 2. if method under test uses a session object, a TestCase 'there is no session object available' is needed only once, however, there are other many 'when the session object has XYZ' TestCases. 3. if method under test does not use any session object, the default behavior of the session creation can not be a problem. Regards, ---- Kazuhito SUGURI mailto:[email protected] From [email protected] Thu Nov 11 17:38:42 2004 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 20016 invoked by uid 99); 11 Nov 2004 17:38:42 -0000 Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-01.servidoresdns.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 11 Nov 2004 09:38:41 -0800 Received: from pedro1 (unknown [161.129.204.104]) by smtp-01.servidoresdns.net (Postfix) with SMTP id CA6E13D8E9D for <[email protected]>; Thu, 11 Nov 2004 18:38:21 +0100 (CET) From: "Pedro Nevado" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Date: Thu, 11 Nov 2004 18:39:16 +0100 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]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Virus-Checked: Checked Hi there, As far as I remember, the problem is not only with the default mecanism to associate a session to the request in the client side. Even if you explicitly set automatic session to true in the client side, this statement is ineffective in the server side. In my test with filters I bypass this limitation dealing with the session in the server side. A midway would be just to patch the code to allow instatiating a session if explicitly said in the webrequest. That way, there would not be, I think, any effect on existing tests wich counts on the present default mecanism. Please, let me now what you finally conclude about this point. Regards, Pedro -----Mensaje original----- De: Kazuhito SUGURI [mailto:[email protected]] Enviado el: jueves, 11 de noviembre de 2004 17:14 Para: [email protected] Asunto: Re: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Hi Vincent, In article <[email protected]>, Thu, 11 Nov 2004 14:03:04 +0100, "Vincent Massol" <[email protected]> wrote: vmassol> What strategy would you like us to follow to align the behaviors of vmassol> FilterTestCase and ServletTestCase? To align... Is this means that FilterTestCase and ServletTestCase should have same behavior of its default setAutomateSession()? If so, I think it's impossible without breaking existing TestCases. Of cource, it might be more trifling problem than I think. Why don't we wait for reactions from other users of this list? # How do you think, Pedro? vmassol> BTW, do you have any idea why I decided to enable session creation by vmassol> default for ServletTestCase? I can't recall... ;-) I'm not sure since it had already been so when I used Cactus for the first time. But I can guess some: 1. Servlet uses a session object in many cases, then, it's user friendly if the session object is prepared by default. 2. if method under test uses a session object, a TestCase 'there is no session object available' is needed only once, however, there are other many 'when the session object has XYZ' TestCases. 3. if method under test does not use any session object, the default behavior of the session creation can not be a problem. Regards, ---- Kazuhito SUGURI mailto:[email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Nov 11 19:29:07 2004 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 42401 invoked by uid 99); 11 Nov 2004 19:29:07 -0000 Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.shs.siemens.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 11 Nov 2004 11:29:07 -0800 Received: from mlvv9m1x.shs.siemens.com (unknown [161.129.204.104]) by mail.shs.siemens.com (Postfix) with ESMTP id BD5303859B for <[email protected]>; Thu, 11 Nov 2004 14:29:01 -0500 (EST) Received: from MLVV9MBA.ww005.siemens.net (mlvv9mba.smshsc.net [161.129.204.104]) by mlvv9m1x.shs.siemens.com (8.12.11/8.12.10) with ESMTP id iABJT19K026421 for <[email protected]>; Thu, 11 Nov 2004 14:29:01 -0500 Received: from mlvexc01.smshsc.net ([161.129.204.104]) by 161.129.204.104 with InterScan Messaging Security Suite; Thu, 11 Nov 2004 14:27:07 -0500 Received: by MLVEXC01 with Internet Mail Service (5.5.2657.72) id <WF4JPQ8X>; Thu, 11 Nov 2004 14:29:34 -0500 Message-ID: <[email protected]> From: Lobello Jeffrey <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A BU G ?? Date: Thu, 11 Nov 2004 14:28:58 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Checked: Checked Do the right thing, even if it means breaking existing tests. Ultimately, that will be better in the long run. Just my $0.02. -- Jeff -----Original Message----- From: Pedro Nevado [mailto:[email protected]] Sent: Thursday, November 11, 2004 12:39 PM To: Cactus Users List Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Hi there, As far as I remember, the problem is not only with the default mecanism to associate a session to the request in the client side. Even if you explicitly set automatic session to true in the client side, this statement is ineffective in the server side. In my test with filters I bypass this limitation dealing with the session in the server side. A midway would be just to patch the code to allow instatiating a session if explicitly said in the webrequest. That way, there would not be, I think, any effect on existing tests wich counts on the present default mecanism. Please, let me now what you finally conclude about this point. Regards, Pedro -----Mensaje original----- De: Kazuhito SUGURI [mailto:[email protected]] Enviado el: jueves, 11 de noviembre de 2004 17:14 Para: [email protected] Asunto: Re: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Hi Vincent, In article <[email protected]>, Thu, 11 Nov 2004 14:03:04 +0100, "Vincent Massol" <[email protected]> wrote: vmassol> What strategy would you like us to follow to align the behaviors of vmassol> FilterTestCase and ServletTestCase? To align... Is this means that FilterTestCase and ServletTestCase should have same behavior of its default setAutomateSession()? If so, I think it's impossible without breaking existing TestCases. Of cource, it might be more trifling problem than I think. Why don't we wait for reactions from other users of this list? # How do you think, Pedro? vmassol> BTW, do you have any idea why I decided to enable session creation by vmassol> default for ServletTestCase? I can't recall... ;-) I'm not sure since it had already been so when I used Cactus for the first time. But I can guess some: 1. Servlet uses a session object in many cases, then, it's user friendly if the session object is prepared by default. 2. if method under test uses a session object, a TestCase 'there is no session object available' is needed only once, however, there are other many 'when the session object has XYZ' TestCases. 3. if method under test does not use any session object, the default behavior of the session creation can not be a problem. Regards, ---- Kazuhito SUGURI 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] ------------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions USA, Inc. and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to [email protected] Thank you From [email protected] Fri Nov 12 05:11:17 2004 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 77967 invoked by uid 99); 12 Nov 2004 05:11:17 -0000 Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 11 Nov 2004 21:11:17 -0800 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.12.11/8.12.11) with ESMTP id iAC5Asnv004604 for <[email protected]>; Fri, 12 Nov 2004 14:10:58 +0900 (JST) Received: from vcs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAC5Asmf010625 for <[email protected]>; Fri, 12 Nov 2004 14:10:54 +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.12.11/8.12.11) with ESMTP id iAC5ArYD010622 for <[email protected]>; Fri, 12 Nov 2004 14:10:53 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAC5Aro1017014 for <[email protected]>; Fri, 12 Nov 2004 14:10:53 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAC5Arm5017009 for <[email protected]>; Fri, 12 Nov 2004 14:10: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.12.11/8.12.11) with ESMTP id iAC5Aqbw022955 for <[email protected]>; Fri, 12 Nov 2004 14:10:52 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.12.11/dmailsv-1.1c) with ESMTP id iAC5Ap3f020659 for <[email protected]>; Fri, 12 Nov 2004 14:10:51 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.12.11/Lab-1.3) with ESMTP id iAC5Ao1x004893 for <[email protected]>; Fri, 12 Nov 2004 14:10:51 +0900 (JST) Date: Fri, 12 Nov 2004 14:12:32 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Hi Pedro, In article <[email protected]>, Thu, 11 Nov 2004 18:39:16 +0100, "Pedro Nevado" <[email protected]> wrote: pnevado> As far as I remember, the problem is not only with the default mecanism to pnevado> associate a session to the request in the client side. Even if you pnevado> explicitly set automatic session to true in the client side, this statement pnevado> is ineffective in the server side. Yes. I agree with support setAutomaticSession() for FilterTestCase. Only thing I cannot decide is its default behavior. pnevado> A midway would be just to patch the code to allow instatiating a session if pnevado> explicitly said in the webrequest. That way, there would not be, I think, pnevado> any effect on existing tests wich counts on the present default mecanism. Fine. I agree with this. Regards, ---- Kazuhito SUGURI mailto:[email protected] From [email protected] Fri Nov 12 05:29:50 2004 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 91569 invoked by uid 99); 12 Nov 2004 05:29:50 -0000 Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 11 Nov 2004 21:29:50 -0800 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.12.11/8.12.11) with ESMTP id iAC5ThEv008819 for <[email protected]>; Fri, 12 Nov 2004 14:29:43 +0900 (JST) Received: from vcs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAC5Tg9X019950 for <[email protected]>; Fri, 12 Nov 2004 14:29:42 +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.12.11/8.12.11) with ESMTP id iAC5Tgfm019947 for <[email protected]>; Fri, 12 Nov 2004 14:29:42 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAC5Tgmg024371 for <[email protected]>; Fri, 12 Nov 2004 14:29:42 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAC5Tf2G024365 for <[email protected]>; Fri, 12 Nov 2004 14:29:41 +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.12.11/8.12.11) with ESMTP id iAC5Tfcv026039 for <[email protected]>; Fri, 12 Nov 2004 14:29:41 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.12.11/dmailsv-1.1c) with ESMTP id iAC5Te1Q022502 for <[email protected]>; Fri, 12 Nov 2004 14:29:40 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.12.11/Lab-1.3) with ESMTP id iAC5TdeE006816 for <[email protected]>; Fri, 12 Nov 2004 14:29:39 +0900 (JST) Date: Fri, 12 Nov 2004 14:31:21 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Hi Lobello, In article <[email protected]>, Thu, 11 Nov 2004 14:28:58 -0500, Lobello Jeffrey <[email protected]> wrote: jeffrey> Do the right thing, even if it means breaking existing tests. Ultimately, jeffrey> that will be better in the long run. Just my $0.02. I'm not sure what is the right thing, so I would like to wait for comments. Do you think session should be created by default or not? Why do you think so? Regards, ---- Kazuhito SUGURI mailto:[email protected] From [email protected] Fri Nov 12 08:39:33 2004 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 13559 invoked by uid 99); 12 Nov 2004 08:39:33 -0000 Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp015.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 12 Nov 2004 00:39:33 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp015.mail.yahoo.com with SMTP; 12 Nov 2004 08:38:26 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Date: Fri, 12 Nov 2004 09:38:19 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTIdg4Dhvq28H0iT9a4fCmjSPLYzQAHLAKw X-Virus-Checked: Checked > -----Original Message----- > From: Kazuhito SUGURI [mailto:[email protected]] > Sent: vendredi 12 novembre 2004 06:13 > To: [email protected] > Subject: Re: FilterRedirector does not initialize sessions. - IS THIS A > BUG ?? > > Hi Pedro, > > In article <[email protected]>, > Thu, 11 Nov 2004 18:39:16 +0100, > "Pedro Nevado" <[email protected]> wrote: > pnevado> As far as I remember, the problem is not only with the default > mecanism to > pnevado> associate a session to the request in the client side. Even if > you > pnevado> explicitly set automatic session to true in the client side, this > statement > pnevado> is ineffective in the server side. > > Yes. I agree with support setAutomaticSession() for FilterTestCase. > Only thing I cannot decide is its default behavior. > [snip] Ok, let's do it in 2 step: 1/ Support setAutomaticSession for FilterTestCase 2/ Decide whether to create a session by default or not (I'd say no for now unless we have a convincing argument, but we need to document it). Who wants to do 1/? Thanks -Vincent From [email protected] Fri Nov 12 08:53:28 2004 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 35243 invoked by uid 99); 12 Nov 2004 08:53:28 -0000 Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-01.servidoresdns.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 12 Nov 2004 00:53:27 -0800 Received: from pedro1 (unknown [161.129.204.104]) by smtp-01.servidoresdns.net (Postfix) with SMTP id D19A1385D8F for <[email protected]>; Fri, 12 Nov 2004 09:53:11 +0100 (CET) From: "Pedro Nevado" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Date: Fri, 12 Nov 2004 09:54:05 +0100 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]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Virus-Checked: Checked Hi Vincent, Hi Kazuhito, If the time schedule is not very pressing, I can try the first one. I will need some guidance as to how to contribute my code and all the steps involved in it; I have never before coded for an open source project. Regards, Pedro -----Mensaje original----- De: Vincent Massol [mailto:[email protected]] Enviado el: viernes, 12 de noviembre de 2004 9:38 Para: 'Cactus Users List' Asunto: RE: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? > -----Original Message----- > From: Kazuhito SUGURI [mailto:[email protected]] > Sent: vendredi 12 novembre 2004 06:13 > To: [email protected] > Subject: Re: FilterRedirector does not initialize sessions. - IS THIS A > BUG ?? > > Hi Pedro, > > In article <[email protected]>, > Thu, 11 Nov 2004 18:39:16 +0100, > "Pedro Nevado" <[email protected]> wrote: > pnevado> As far as I remember, the problem is not only with the default > mecanism to > pnevado> associate a session to the request in the client side. Even if > you > pnevado> explicitly set automatic session to true in the client side, this > statement > pnevado> is ineffective in the server side. > > Yes. I agree with support setAutomaticSession() for FilterTestCase. > Only thing I cannot decide is its default behavior. > [snip] Ok, let's do it in 2 step: 1/ Support setAutomaticSession for FilterTestCase 2/ Decide whether to create a session by default or not (I'd say no for now unless we have a convincing argument, but we need to document it). Who wants to do 1/? Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Nov 12 09:05:03 2004 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 49332 invoked by uid 99); 12 Nov 2004 09:05:03 -0000 Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp011.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 12 Nov 2004 01:05:03 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp011.mail.yahoo.com with SMTP; 12 Nov 2004 09:04:55 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A BUG ?? Date: Fri, 12 Nov 2004 10:04:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTIlRWFUI59da+zQMK9Tcjc7xFL1gAAQVYQ X-Virus-Checked: Checked > -----Original Message----- > From: Pedro Nevado [mailto:[email protected]] > Sent: vendredi 12 novembre 2004 09:54 > To: Cactus Users List > Subject: RE: FilterRedirector does not initialize sessions. - IS THIS A > BUG ?? > > Hi Vincent, Hi Kazuhito, > > If the time schedule is not very pressing, I can try the first one. > I will need some guidance as to how to contribute my code and all the > steps > involved in it; I have never before coded for an open source project. Excellent. The steps are: 1/ You checkout the latest CVS HEAD 2/ You make modifications on your local machine. You make sure you have unit tests for your changes to prove that it works 3/ You follow coding standards specified in http://jakarta.apache.org/cactus/participating/coding_conventions.html (BTW you can read the full contributing which may prove useful: http://jakarta.apache.org/cactus/participating/index.html) 4/ You modify the documentation to reflect your changes 5/ You create a JIRA issue and attach your patch to it (in unified diff format). 6/ The patch is applied on CVS HEAD by one of the Cactus committer for you. Thanks -Vincent > Regards, > Pedro > > > -----Mensaje original----- > De: Vincent Massol [mailto:[email protected]] > Enviado el: viernes, 12 de noviembre de 2004 9:38 > Para: 'Cactus Users List' > Asunto: RE: FilterRedirector does not initialize sessions. - IS THIS A > BUG ?? > > > > > > -----Original Message----- > > From: Kazuhito SUGURI [mailto:[email protected]] > > Sent: vendredi 12 novembre 2004 06:13 > > To: [email protected] > > Subject: Re: FilterRedirector does not initialize sessions. - IS THIS A > > BUG ?? > > > > Hi Pedro, > > > > In article <[email protected]>, > > Thu, 11 Nov 2004 18:39:16 +0100, > > "Pedro Nevado" <[email protected]> wrote: > > pnevado> As far as I remember, the problem is not only with the default > > mecanism to > > pnevado> associate a session to the request in the client side. Even if > > you > > pnevado> explicitly set automatic session to true in the client side, > this > > statement > > pnevado> is ineffective in the server side. > > > > Yes. I agree with support setAutomaticSession() for FilterTestCase. > > Only thing I cannot decide is its default behavior. > > > > [snip] > > Ok, let's do it in 2 step: > 1/ Support setAutomaticSession for FilterTestCase > 2/ Decide whether to create a session by default or not (I'd say no for > now > unless we have a convincing argument, but we need to document it). > > Who wants to do 1/? > > Thanks > -Vincent > > > --------------------------------------------------------------------- > 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 Nov 16 13:31:23 2004 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 49874 invoked by uid 99); 16 Nov 2004 13:31: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 cascavel.amazon.com.br) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 16 Nov 2004 05:31:20 -0800 Received: by cascavel.amazon.com.br (Amazon-Mail, from userid 104) id EA1072F2F1B; Tue, 16 Nov 2004 10:29:23 -0300 (BRT) Received: from [161.129.204.104] (201009182132.user.veloxzone.com.br [161.129.204.104]) by cascavel.amazon.com.br (Amazon-Mail) with ESMTP id 3A0662F2F22 for <[email protected]>; Tue, 16 Nov 2004 10:29:22 -0300 (BRT) Message-ID: <[email protected]> Date: Tue, 16 Nov 2004 10:31:06 -0300 From: Jair da Silva Ferreira Jr <[email protected]> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: System.setProperty(..) and SecurityException Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Hi, My production environment does not allow the System.setProperty(...) call and throws a SecurityException. Cactus 1.6.1 uses this method internally even though I provide a cactus.properties in the servlet container environment classpath (I put the cactus.properties file in WEB-INF/classes), so the SecurityException is always thrown. How can I solve this problem? Any help would be much appreciated. Below are my cactus.properties file and the exception stack trace. Thanks, Jair Jr ============= cactus.properties ============= # Configuration file for Cactus. # Each project using Cactus need to have such a file put in the CLASSPATH # (Meaning the directory containgin this file should be in the CLASSPATH, not # the file itself of course ... :) ) # Defines the URLs that will be used by Cactus to call it's redirectors #(Servlet and JSP). You need to specify in these URLs the webapp context # that you use for your application. In the example below, the context is # "test". cactus.servletRedirectorURL = http://www.dvdfilme.com.br/teste/ServletRedirector #cactus.jspRedirectorURL = http://www.dvdfilme.com.br/teste/JspRedirector =============== Exception stack trace =============== java.lang.ExceptionInInitializerError at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at java.lang.Class.newInstance0(Class.java:308) at java.lang.Class.newInstance(Class.java:261) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:987) at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:687) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:144) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at LocaWebValve.invoke(LocaWebValve.java:101) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission cactus.servletRedirectorURL write) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269) at java.security.AccessController.checkPermission(AccessController.java:401) at java.lang.SecurityManager.checkPermission(SecurityManager.java:524) at java.lang.System.setProperty(System.java:654) at org.apache.cactus.internal.configuration.ConfigurationInitializer.addSystemProperties(ConfigurationInitializer.java:170) at org.apache.cactus.internal.configuration.ConfigurationInitializer.initializeConfig(ConfigurationInitializer.java:125) at org.apache.cactus.internal.configuration.ConfigurationInitializer.initialize(ConfigurationInitializer.java:73) at org.apache.cactus.server.runner.ServletTestRunner.<clinit>(ServletTestRunner.java:68) ... 36 more From [email protected] Tue Nov 16 14:13:20 2004 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 10944 invoked by uid 99); 16 Nov 2004 14:13:20 -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 smtp017.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 16 Nov 2004 06:13:16 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp017.mail.yahoo.com with SMTP; 16 Nov 2004 14:12:44 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: System.setProperty(..) and SecurityException Date: Tue, 16 Nov 2004 15:09:21 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> Thread-Index: AcTL4JZsHDP5OyyRQ2+W15/WLzUctwABIlGQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Jair, Yes, this is a known issue. The solution is to change your security.policy file for your container. Do not change the production version of it but just change the one you use for testing. We have an open issue on this but nobody is working on this right now so the best for you is probably to update your security.policy file for now. Thanks and sorry for the inconvenience -Vincent > -----Original Message----- > From: Jair da Silva Ferreira Jr [mailto:[email protected]] > Sent: mardi 16 novembre 2004 14:31 > To: [email protected] > Subject: System.setProperty(..) and SecurityException > > Hi, > My production environment does not allow the System.setProperty(...) > call and throws a SecurityException. Cactus 1.6.1 uses this method > internally even though I provide a cactus.properties in the servlet > container environment classpath (I put the cactus.properties file in > WEB-INF/classes), so the SecurityException is always thrown. > How can I solve this problem? Any help would be much appreciated. > Below are my cactus.properties file and the exception stack trace. > > Thanks, > Jair Jr > > ============= > cactus.properties > ============= > # Configuration file for Cactus. > > # Each project using Cactus need to have such a file put in the CLASSPATH > # (Meaning the directory containgin this file should be in the > CLASSPATH, not > # the file itself of course ... :) ) > > # Defines the URLs that will be used by Cactus to call it's redirectors > #(Servlet and JSP). You need to specify in these URLs the webapp context > # that you use for your application. In the example below, the context is > # "test". > > cactus.servletRedirectorURL = > http://www.dvdfilme.com.br/teste/ServletRedirector > #cactus.jspRedirectorURL = http://www.dvdfilme.com.br/teste/JspRedirector > > =============== > Exception stack trace > =============== > java.lang.ExceptionInInitializerError > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcc > essorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstr > uctorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:274) > at java.lang.Class.newInstance0(Class.java:308) > at java.lang.Class.newInstance(Class.java:261) > at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java: > 987) > at > org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:687 > ) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve. > java:144) > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:104) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 > ) > at > org.apache.catalina.core.StandardContextValve.invokeInternal(StandardConte > xtValve.java:198) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve. > java:144) > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:104) > at > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBa > se.java:462) > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:102) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 > ) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:1 > 37) > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:104) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:1 > 18) > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:102) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 > ) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.ja > va:109) > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:104) > at LocaWebValve.invoke(LocaWebValve.java:101) > at > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont > ext.java:102) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 > ) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) > at > org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) > at > org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300) > at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374) > at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743) > at > org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:67 > 5) > at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.j > ava:683) > at java.lang.Thread.run(Thread.java:534) > Caused by: java.security.AccessControlException: access denied > (java.util.PropertyPermission cactus.servletRedirectorURL write) > at > java.security.AccessControlContext.checkPermission(AccessControlContext.ja > va:269) > at > java.security.AccessController.checkPermission(AccessController.java:401) > at java.lang.SecurityManager.checkPermission(SecurityManager.java:524) > at java.lang.System.setProperty(System.java:654) > at > org.apache.cactus.internal.configuration.ConfigurationInitializer.addSyste > mProperties(ConfigurationInitializer.java:170) > at > org.apache.cactus.internal.configuration.ConfigurationInitializer.initiali > zeConfig(ConfigurationInitializer.java:125) > at > org.apache.cactus.internal.configuration.ConfigurationInitializer.initiali > ze(ConfigurationInitializer.java:73) > at > org.apache.cactus.server.runner.ServletTestRunner.<clinit>(ServletTestRunn > er.java:68) > ... 36 more > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] From [email protected] Tue Nov 16 15:01:45 2004 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 27583 invoked by uid 99); 16 Nov 2004 15:01:45 -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 cascavel.amazon.com.br) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 16 Nov 2004 07:01:41 -0800 Received: by cascavel.amazon.com.br (Amazon-Mail, from userid 104) id 8C23B2E4AB1; Tue, 16 Nov 2004 11:59:44 -0300 (BRT) Received: from [161.129.204.104] (201009182132.user.veloxzone.com.br [161.129.204.104]) by cascavel.amazon.com.br (Amazon-Mail) with ESMTP id 0C002160C47 for <[email protected]>; Tue, 16 Nov 2004 11:59:43 -0300 (BRT) Message-ID: <[email protected]> Date: Tue, 16 Nov 2004 12:01:21 -0300 From: Jair da Silva Ferreira Jr <[email protected]> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cactus Users List <[email protected]> Subject: Re: System.setProperty(..) and SecurityException 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 Ok. Thank you very much for your reply. Thanks, Jair Jr Vincent Massol wrote: >Hi Jair, > >Yes, this is a known issue. The solution is to change your security.policy >file for your container. Do not change the production version of it but just >change the one you use for testing. > >We have an open issue on this but nobody is working on this right now so the >best for you is probably to update your security.policy file for now. > >Thanks and sorry for the inconvenience >-Vincent > > > >>-----Original Message----- >>From: Jair da Silva Ferreira Jr [mailto:[email protected]] >>Sent: mardi 16 novembre 2004 14:31 >>To: [email protected] >>Subject: System.setProperty(..) and SecurityException >> >>Hi, >> My production environment does not allow the System.setProperty(...) >>call and throws a SecurityException. Cactus 1.6.1 uses this method >>internally even though I provide a cactus.properties in the servlet >>container environment classpath (I put the cactus.properties file in >>WEB-INF/classes), so the SecurityException is always thrown. >> How can I solve this problem? Any help would be much appreciated. >> Below are my cactus.properties file and the exception stack trace. >> >>Thanks, >> Jair Jr >> >>============= >>cactus.properties >>============= >># Configuration file for Cactus. >> >># Each project using Cactus need to have such a file put in the CLASSPATH >># (Meaning the directory containgin this file should be in the >>CLASSPATH, not >># the file itself of course ... :) ) >> >># Defines the URLs that will be used by Cactus to call it's redirectors >>#(Servlet and JSP). You need to specify in these URLs the webapp context >># that you use for your application. In the example below, the context is >># "test". >> >>cactus.servletRedirectorURL = >>http://www.dvdfilme.com.br/teste/ServletRedirector >>#cactus.jspRedirectorURL = http://www.dvdfilme.com.br/teste/JspRedirector >> >>=============== >>Exception stack trace >>=============== >>java.lang.ExceptionInInitializerError >> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native >>Method) >> at >>sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcc >>essorImpl.java:39) >> at >>sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstr >>uctorAccessorImpl.java:27) >> at java.lang.reflect.Constructor.newInstance(Constructor.java:274) >> at java.lang.Class.newInstance0(Class.java:308) >> at java.lang.Class.newInstance(Class.java:261) >> at >>org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java: >>987) >> at >>org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:687 >>) >> at >>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve. >>java:144) >> at >>org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont >>ext.java:104) >> at >>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 >>) >> at >>org.apache.catalina.core.StandardContextValve.invokeInternal(StandardConte >>xtValve.java:198) >> at >>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve. >>java:144) >> at >>org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont >>ext.java:104) >> at >>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBa >>se.java:462) >> at >>org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont >>ext.java:102) >> at >>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 >>) >> at >>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:1 >>37) >> at >>org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont >>ext.java:104) >> at >>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:1 >>18) >> at >>org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont >>ext.java:102) >> at >>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 >>) >> at >>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.ja >>va:109) >> at >>org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont >>ext.java:104) >> at LocaWebValve.invoke(LocaWebValve.java:101) >> at >>org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCont >>ext.java:102) >> at >>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520 >>) >> at >>org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) >> at >>org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) >> at >>org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300) >> at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374) >> at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743) >> at >>org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:67 >>5) >> at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866) >> at >>org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.j >>ava:683) >> at java.lang.Thread.run(Thread.java:534) >>Caused by: java.security.AccessControlException: access denied >>(java.util.PropertyPermission cactus.servletRedirectorURL write) >> at >>java.security.AccessControlContext.checkPermission(AccessControlContext.ja >>va:269) >> at >>java.security.AccessController.checkPermission(AccessController.java:401) >> at java.lang.SecurityManager.checkPermission(SecurityManager.java:524) >> at java.lang.System.setProperty(System.java:654) >> at >>org.apache.cactus.internal.configuration.ConfigurationInitializer.addSyste >>mProperties(ConfigurationInitializer.java:170) >> at >>org.apache.cactus.internal.configuration.ConfigurationInitializer.initiali >>zeConfig(ConfigurationInitializer.java:125) >> at >>org.apache.cactus.internal.configuration.ConfigurationInitializer.initiali >>ze(ConfigurationInitializer.java:73) >> at >>org.apache.cactus.server.runner.ServletTestRunner.<clinit>(ServletTestRunn >>er.java:68) >> ... 36 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] Tue Nov 16 19:00:09 2004 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 1928 invoked by uid 99); 16 Nov 2004 19:00: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp110.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 16 Nov 2004 11:00:05 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp110.mail.sc5.yahoo.com with SMTP; 16 Nov 2004 18:59:57 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: JCA tests (was RE: cactus:catifyear) Date: Tue, 16 Nov 2004 19:59:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSHdAtfJdkt5JURSwSUPk0pGjpkoRElKoyQ In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Felipe, Answering some message from the past... :-) I'm not sure what's the issue. The <cactus> task supports deploying EARs = so that should be fine. The main issue is cactification but that should = also be ok: use <cactifywar> to cactify your WAR and then wrap your EJBs, your = RARs + the cactified WAR into an EAR. What am I missing? Is it because you do not wish to use an EAR?=20 Also, we can now use Cargo too. Adding RAR support should be pretty = easy. Thanks -Vincent > -----Original Message----- > From: Felipe Leme [mailto:[email protected]] > Sent: samedi 21 ao=FBt 2004 13:43 > To: Cactus Users List > Subject: JCA tests (was RE: cactus:catifyear) >=20 > Vincent, >=20 > I haven't faced this situation yet, but another issue we face is when = we > need to test ejbs that depend on RAs (Resource Adapters or Connectors, > not sure what's the right nomenclature for JCA artifacts). In these > cases, if my ejb depends on a RA X, we need to copy the X.rar and the > X-ds.xml into JBoss's deploy dir first (cactus:test-ear preGoal) and > remove then afterward (on postGoal). >=20 > It would be nice if cactus did that automatically for me, but I'm not > sure if that would be possible for the following reasons: >=20 > 1.It's easy to install/uninstall a RA on JBoss, as it is just a matter > of copying/removing files. But I'm not sure how would it be on another > servers (we use WebSphere too, so I can check how it works with some > colleagues) >=20 > 2.It would also be easy to add RAR dependencies in the POM. But what > about the descriptors, how would we define them? They are > appserver-specific and different even among between JBoss versions. We > could have something like this into a repository (for RA X, version > 1.0): >=20 > X/rars/X-1.0.rar > X/xmls/X-JBoss-3.0.8-descriptor-1.0.rar > X/xmls/X-JBoss-3.2.1-descriptor-1.0.rar > X/xmls/X-Geronimo-1.0-descriptor-1.0.rar >=20 > But I think this way we would be forcing a naming standard. So, maybe = a > better approach would be letting the user/organization define how the > descriptors are distributed (in my case, for instance, we would have a > X/zips/X-descriptors-1.0.zip, with sub-directories jboss/3.0.8 and > jboss/3.2.1). Going one step further, it would be nice if we could > coordinate this solution with the maven-rar-plugin team (so the > descriptors are also deployed by the plugin) >=20 > Any thoughts? >=20 > Felipe >=20 >=20 >=20 > On Sat, 2004-08-21 at 06:59, Vincent Massol wrote: >=20 > > We can also have an explicitely named goal. We already have = cactus:test- > war > > and cactus:test-ear. We could have cactus:test-war-in-ear. >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] From [email protected] Tue Nov 16 21:01:51 2004 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 38522 invoked by uid 99); 16 Nov 2004 21:01:51 -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 web52601.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 16 Nov 2004 13:01:49 -0800 Received: (qmail 96126 invoked by uid 60001); 16 Nov 2004 21:01:45 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=cVuQyhCGElumEEiCOjvuEXEVEg2BIZOxXFDtpN2dAsmfywptKAYrCdx21u6GWHRZwF3uGhmSE/Jz1aAcnW4J0V/ErvgWiWmthOI5NL7a6tNZh5WjFYXpvcwrJGlM4bf9oz9/4CyVTUqeppaavmjBwffLPHYQjBUXsdhM1QLbStk= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web52601.mail.yahoo.com via HTTP; Tue, 16 Nov 2004 13:01:44 PST Date: Tue, 16 Nov 2004 13:01:44 -0800 (PST) From: Fazle Khan <[email protected]> Subject: Intialization exception from client site when running tests To: Cactus Users List <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked I'm trying to use cactus to invoke and report junit tests. These tests all currently work through junitee. I have added the static suite method public static Test suite(){ ServletTestSuite suite = new ServletTestSuite(); suite.addTestSuite(ViewConfigTest.class); return suite; } For simple testcases this works fine, but when the test requires services provided by the container they fail during initialization. Specifically, the common logger for my product has this line final static JMSHelper.DestinationTopic destination = new JMSHelper.DestinationTopic(JMSTopicNames.ONEXGENERIC,true,JMSTopicNames.ONEXGENERIC); And when I try and use cactus to run a testcase that requires to use of the logger I get the error below (see stack further down). I believe what is missing is the onex.properties files: java.lang.RuntimeException: Failed to locate onex.properties [email protected](Config.java:151) at com.onexchange.util.Config.<init>(Config.java:176) at com.onexchange.util.Config.makeMe(Config.java:366) at com.onexchange.util.Config.get(Config.java:243) at com.onexchange.util.Config.getString(Config.java:258) I tried putting the onex.properties file in the classpath (see classpath below), but that did not work. How else can I provide a properties file to the client side of cactus. ___Full stack trace___ Exception in constructor: testExec ([email protected].<clinit>(Log.java:333) at com.onexchange.util.OnexSystemException.<init>(OnexSystemException.java:15) at com.onexchange.tools.junit.TestCasePermission.setOnexSubject(TestCasePermission.java:42) at com.onexchange.tools.junit.TestCasePermission.<init>(TestCasePermission.java:22) at com.onexchange.tools.osh.server.ViewConfigTest.<init>(ViewConfigTest.java:55) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at org.apache.cactus.internal.AbstractTestSuite.addTestMethod(AbstractTestSuite.java:159) at org.apache.cactus.internal.AbstractTestSuite.<init>(AbstractTestSuite.java:95) at org.apache.cactus.ServletTestSuite.<init>(ServletTestSuite.java:47) at org.apache.cactus.ServletTestSuite.createTestSuite(ServletTestSuite.java:87) at org.apache.cactus.internal.AbstractTestSuite.addTestSuite(AbstractTestSuite.java:126) at org.apache.cactus.ServletTestSuite.addTestSuite_aroundBody2(ServletTestSuite.java:79) at org.apache.cactus.ServletTestSuite.addTestSuite_aroundBody3$advice(ServletTestSuite.java:117) at org.apache.cactus.ServletTestSuite.addTestSuite(ServletTestSuite.java) at com.onexchange.tools.osh.server.ViewConfigTest.suite(ViewConfigTest.java:61) 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:324) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.<init>(JUnitTestRunner.java:257) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.<init>(JUnitTestRunner.java:210) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:532) Caused by: java.lang.RuntimeException: Failed to locate onex.properties [email protected](Config.java:151) at com.onexchange.util.Config.<init>(Config.java:176) at com.onexchange.util.Config.makeMe(Config.java:366) at com.onexchange.util.Config.get(Config.java:243) at com.onexchange.util.Config.getString(Config.java:258) at com.onexchange.msg.JMSTopicNames.<clinit>(JMSTopicNames.java:17) ... 25 more ) junit.framework.AssertionFailedError: Exception in constructor: testExec ([email protected].<clinit>(Log.java:333) at com.onexchange.util.OnexSystemException.<init>(OnexSystemException.java:15) at com.onexchange.tools.junit.TestCasePermission.setOnexSubject(TestCasePermission.java:42) at com.onexchange.tools.junit.TestCasePermission.<init>(TestCasePermission.java:22) at com.onexchange.tools.osh.server.ViewConfigTest.<init>(ViewConfigTest.java:55) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at org.apache.cactus.internal.AbstractTestSuite.addTestMethod(AbstractTestSuite.java:159) at org.apache.cactus.internal.AbstractTestSuite.<init>(AbstractTestSuite.java:95) at org.apache.cactus.ServletTestSuite.<init>(ServletTestSuite.java:47) at org.apache.cactus.ServletTestSuite.createTestSuite(ServletTestSuite.java:87) at org.apache.cactus.internal.AbstractTestSuite.addTestSuite(AbstractTestSuite.java:126) at org.apache.cactus.ServletTestSuite.addTestSuite_aroundBody2(ServletTestSuite.java:79) at org.apache.cactus.ServletTestSuite.addTestSuite_aroundBody3$advice(ServletTestSuite.java:117) at org.apache.cactus.ServletTestSuite.addTestSuite(ServletTestSuite.java) at com.onexchange.tools.osh.server.ViewConfigTest.suite(ViewConfigTest.java:61) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) Caused by: java.lang.RuntimeException: Failed to locate onex.properties [email protected](Config.java:151) at com.onexchange.util.Config.<init>(Config.java:176) at com.onexchange.util.Config.makeMe(Config.java:366) at com.onexchange.util.Config.get(Config.java:243) at com.onexchange.util.Config.getString(Config.java:258) at com.onexchange.msg.JMSTopicNames.<clinit>(JMSTopicNames.java:17) ... 25 more ) at org.apache.cactus.internal.AbstractTestSuite$1.runTest(AbstractTestSuite.java:347) at org.apache.cactus.internal.AbstractTestSuite.runTest(AbstractTestSuite.java:259) at org.apache.cactus.internal.AbstractTestSuite.run_aroundBody0(AbstractTestSuite.java:250) at org.apache.cactus.internal.AbstractTestSuite.run_aroundBody1$advice(AbstractTestSuite.java:117) at org.apache.cactus.internal.AbstractTestSuite.run(AbstractTestSuite.java) at org.apache.cactus.internal.AbstractTestSuite.runTest(AbstractTestSuite.java:259) at org.apache.cactus.internal.AbstractTestSuite.run_aroundBody0(AbstractTestSuite.java:250) at org.apache.cactus.internal.AbstractTestSuite.run_aroundBody1$advice(AbstractTestSuite.java:117) at org.apache.cactus.internal.AbstractTestSuite.run(AbstractTestSuite.java) ___Classpath___ <path id="classpath.servertests"> <pathelement location="C:\weblogic\weblogic81\config\onexdomain-v3x\onex.properties"/> <pathelement location="${junit.classes}"/> <pathelement location="${classes}"/> <pathelement location="${junit.lib}/cactus-1.6.1.jar"/> <pathelement location="${junit.lib}/cactus-ant-1.6.1.jar"/> <pathelement location="${junit.lib}/aspectjrt-1.1.1.jar"/> <pathelement location="${junit.lib}/commons-httpclient-2.0.jar"/> <pathelement location="${junit.lib}/commons-logging-1.0.3.jar"/> <pathelement location="${junit.lib}/log4j-1.2.8.jar"/> <pathelement location="${junit.lib}/junit.jar"/> <pathelement location="${mercuryclient}/base_client.jar" /> <pathelement location="${mercuryclient}/jse_client.jar" /> <pathelement location="${3rdparty}/concurrent.jar"/> <pathelement location="${3rdparty}/cos.jar"/> <pathelement location="${3rdparty}/ecs-1.3.3.jar"/> <pathelement location="${3rdparty}/fixlibs.jar"/> <pathelement location="${3rdparty}/jakarta-oro-2.0.6.jar"/> <pathelement location="${3rdparty}/ant/lib/ant.jar" /> <pathelement location="${3rdparty}/ant/lib/log4j.jar" /> <pathelement location="${3rdparty}/ant/lib/xdoclet.jar" /> <pathelement location="${3rdparty}/jdom.jar" /> <pathelement location="${onex.weblogic.home}/server/lib/CR189040_810sp3.jar" /> <pathelement location="${onex.weblogic.home}/server/lib/webservices.jar"/> <pathelement location="${WLJAR}"/> <pathelement location="${onex.weblogic.home}/server/lib/ojdbc14.jar"/> <pathelement location="${onex.weblogic.home}/javelin/lib/javelin.jar"/> <pathelement location="${onex.java.home}/jre/lib/rt.jar"/> <pathelement location="${onex.java.home}/lib/tools.jar"/> <pathelement location="C:\weblogic\weblogic81\config\onexdomain-v3x\config.xml"/> <pathelement location="C:\weblogic\weblogic81\config\onexdomain-v3x\boot.properties"/> <pathelement location="C:\weblogic\weblogic81\config\onexdomain-v3x\configNocluster-oracle.xml"/> <pathelement location="C:\weblogic\weblogic81\config\onexdomain-v3x\config-oracle.xml"/> <pathelement location="C:\weblogic\weblogic81\config\onexdomain-v3x\fixgateway.properties"/> <pathelement location="C:\weblogic\weblogic81\config\onexdomain-v3x\fixgateway.properties"/> </path> ___ant target___ <target name="runtests"> <cactus fork="yes" earfile="${onex.weblogic.base}/applications/onex.ear" printsummary="withOutAndErr" errorProperty="test.failed" failureProperty="test.failed"> <formatter type="xml" /> <classpath> <path refid="classpath.servertests"/> /classpath> <containerset> <generic name="localhost" port="7001" /> </containerset> <!-- Configure the cactus task for logging --> <cactusproperty server="false" propertiesFile="${junit.lib}/logging_client.properties"/> <cactusproperty server="true" propertiesFile="${junit.lib}/logging_server.properties"/> <batchtest todir="${junit.home}/reports"> <fileset dir="${junit.classes}"> <include name="**/ViewConfigTest*"/> </fileset> </batchtest> </cactus> -Fazle Khan __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com From [email protected] Tue Nov 16 21:09:29 2004 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 49544 invoked by uid 99); 16 Nov 2004 21:09:29 -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 smtp013.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 16 Nov 2004 13:09:26 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp013.mail.yahoo.com with SMTP; 16 Nov 2004 21:09:20 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: Intialization exception from client site when running tests Date: Tue, 16 Nov 2004 22:09:16 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcTMH4AxJID2dCsISNWA/CVvT4b0vQAALEPQ In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Fazle, > -----Original Message----- > From: Fazle Khan [mailto:[email protected]] > Sent: mardi 16 novembre 2004 22:02 > To: Cactus Users List > Subject: Intialization exception from client site when running tests > [snip] > java.lang.RuntimeException: Failed to locate > onex.properties file at > com.onexchange.util.Config.loadFromFile(Config.java:151) > at com.onexchange.util.Config.<init>(Config.java:176) > at com.onexchange.util.Config.makeMe(Config.java:366) > at com.onexchange.util.Config.get(Config.java:243) at > com.onexchange.util.Config.getString(Config.java:258) > > I tried putting the onex.properties file in the > classpath (see classpath below), but that did not > work. How else can I provide a properties file to the > client side of cactus. [snip] > ___Classpath___ > <path id="classpath.servertests"> > <pathelement > location="C:\weblogic\weblogic81\config\onexdomain-v3x\onex.properties"/> [snip] Several points: 1/ The pathelement above is wrong. As you know, in java, putting a file in the classpath means putting the directory where the file is located in the classpath (i.e. onexdomain-v3x in your case) 2/ If loadFromFile code is executed on the server side, you'll also need to put the properties file in your WEB-INF/classes directory. Thanks -Vincent From [email protected] Tue Nov 16 23:38:57 2004 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 97598 invoked by uid 99); 16 Nov 2004 23:38:57 -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 hm03.locaweb.com.br) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 16 Nov 2004 15:38:52 -0800 Received: (qmail 29131 invoked by uid 0); 16 Nov 2004 23:38:39 -0000 Received: from unknown (161.129.204.104) by hm03.locaweb.com.br with QMTP; 16 Nov 2004 23:38:39 -0000 Received: (qmail 5818 invoked from network); 16 Nov 2004 23:36:06 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104) by hm101.locaweb.com.br with SMTP; 16 Nov 2004 23:36:07 -0000 Subject: RE: JCA tests (was RE: cactus:catifyear) From: Felipe Leme <[email protected]> To: Cactus Users List <[email protected]> In-Reply-To: <1100639961.5488.6.camel@homer> References: <1100639961.5488.6.camel@homer> Content-Type: text/plain Organization: Falcon Informática Message-Id: <1100647705.5488.22.camel@homer> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Tue, 16 Nov 2004 21:28:26 -0200 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked On Tue, 2004-11-16 at 16:59, Vincent Massol wrote: > Answering some message from the past... :-) Ok, thanks. > I'm not sure what's the issue. The <cactus> task supports deploying EARs so The issue is that the connector is not part of the J2EE application - it's a service deployed straight on the server. > Also, we can now use Cargo too. Adding RAR support should be pretty easy. Yes, if Cargo provided a way to deploy RARs, that would be pretty good. I'm not sure how easily it would be to implement that solution though. -- Felipe From [email protected] Wed Nov 17 01:41:01 2004 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 45992 invoked by uid 99); 17 Nov 2004 01:41:01 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO yonada.wellsfargo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 16 Nov 2004 17:41:00 -0800 Received: from pyrenees.wellsfargo.com (pyrenees.wellsfargo.com [161.129.204.104]) by yonada.wellsfargo.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id iAH1ZYUD010355; Tue, 16 Nov 2004 17:35:34 -0800 (PST) Received: from pyrenees.wellsfargo.com (localhost [161.129.204.104]) by pyrenees.wellsfargo.com (Switch-3.1.5/Switch-3.1.0) with ESMTP id iAH1erFQ023603; Tue, 16 Nov 2004 19:40:53 -0600 (CST) Received: from MSGSPSMNMSP05.ent.wfb.bank.corp (msgspsmnmsp05.wellsfargo.com [161.129.204.104]) by pyrenees.wellsfargo.com (Switch-3.1.5/Switch-3.1.0) with ESMTP id iAH1erRa023600; Tue, 16 Nov 2004 19:40:53 -0600 (CST) Received: from MSGSWBMNMSP19.ent.wfb.bank.corp ([161.129.204.104]) by MSGSPSMNMSP05.ent.wfb.bank.corp with Microsoft SMTPSVC(5.0.2195.6713); Tue, 16 Nov 2004 19:40:52 -0600 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.0.6556.0 Subject: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Date: Tue, 16 Nov 2004 19:40:52 -0600 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Thread-Index: AcTMRnj8NMCjoS8mRZaUFQncKKL1/w== From: <[email protected]> To: <[email protected]> Cc: <[email protected]> X-OriginalArrivalTime: 17 Nov 2004 01:40:52.0965 (UTC) FILETIME=[7964E950:01C4CC46] X-Virus-Checked: Checked Any help with this please... We extended our actionServlet with ExtendedActionServlet and when I = tried to run my test from a browser in this fashion: http://localhost:8080/ServletTestRunner?xsl=3Dcactus-report.xsl&suite=3Dc= om.wf.bd.ice.creditapplication.CreditapplicationSuite I got this error: -------------------------- javax.servlet.ServletException: Failed to load test suite = [com.wf.bd.ice.creditapplication.CreditapplicationSuite], Reason is = [Failed to invoke suite():java.lang.NoClassDefFoundError: = org/apache/struts/action/ActionServlet] at = org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.j= ava:309) at = org.apache.cactus.server.runner.ServletTestRunner.doGet_aroundBody0(Servl= etTestRunner.java:193) at = org.apache.cactus.server.runner.ServletTestRunner.doGet_aroundBody1$advic= e(ServletTestRunner.java:117) at = org.apache.cactus.server.runner.ServletTestRunner.doGet(ServletTestRunner= .java) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at = weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Ser= vletStubImpl.java:971) at = weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.j= ava:402) at = weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.j= ava:305) at = weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.ru= n(WebAppServletContext.java:6350) at = weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSub= ject.java:317) at = weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)= at = weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServle= tContext.java:3635) at = weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.j= ava:2585) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170) -------------------- Mick Knutson Wells Fargo Business Direct Information Systems 909-660-9956 "This message may contain confidential and/or privileged information. If = you are not the addressee or authorized to receive this for the = addressee, you must not use, copy, disclose, or take any action based on = this message or any information herein. If you have received this = message in error, please advise the sender immediately by reply e-mail = and delete this message. Thank you for your cooperation." -------------------- From [email protected] Wed Nov 17 07:46:06 2004 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 74016 invoked by uid 99); 17 Nov 2004 07:46: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp103.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 16 Nov 2004 23:46:03 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp103.mail.sc5.yahoo.com with SMTP; 17 Nov 2004 07:45:53 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Date: Wed, 17 Nov 2004 08:45:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcTMRnj8NMCjoS8mRZaUFQncKKL1/wAMs3Yw In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Mick, The stack strace seems to imply that you do not have the struts jar in your server-side classpath (in your WEB-INF/lib). -Vincent > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: mercredi 17 novembre 2004 02:41 > To: [email protected] > Cc: [email protected] > Subject: Error running CactusStrutsTest case with an ExtendedActionServlet > instead of ActionServlet > > Any help with this please... > > We extended our actionServlet with ExtendedActionServlet and when I tried > to run my test from a browser in this fashion: > http://localhost:8080/ServletTestRunner?xsl=cactus- > report.xsl&suite=com.wf.bd.ice.creditapplication.CreditapplicationSuite > > I got this error: > -------------------------- > > > javax.servlet.ServletException: Failed to load test suite > [com.wf.bd.ice.creditapplication.CreditapplicationSuite], Reason is > [Failed to invoke suite():java.lang.NoClassDefFoundError: > org/apache/struts/action/ActionServlet] > at > org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.ja > va:309) [snip] From [email protected] Wed Nov 17 07:48:50 2004 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 77041 invoked by uid 99); 17 Nov 2004 07:48: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp111.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 16 Nov 2004 23:48:45 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp111.mail.sc5.yahoo.com with SMTP; 17 Nov 2004 07:48:35 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: JCA tests (was RE: cactus:catifyear) Date: Wed, 17 Nov 2004 08:48:30 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcTMNXO4U2pWjgPeSfWGGMrT8msC1wARCbjg In-Reply-To: <1100647705.5488.22.camel@homer> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked > -----Original Message----- > From: Felipe Leme [mailto:[email protected]] > Sent: mercredi 17 novembre 2004 00:28 > To: Cactus Users List > Subject: RE: JCA tests (was RE: cactus:catifyear) > > On Tue, 2004-11-16 at 16:59, Vincent Massol wrote: > > Answering some message from the past... :-) > > Ok, thanks. > > > I'm not sure what's the issue. The <cactus> task supports deploying EARs > so > > The issue is that the connector is not part of the J2EE application - > it's a service deployed straight on the server. > > > Also, we can now use Cargo too. Adding RAR support should be pretty > easy. > > Yes, if Cargo provided a way to deploy RARs, that would be pretty good. > I'm not sure how easily it would be to implement that solution though. Isn't it as simple as dropping the RAR in the right directory (same as for EARs and WARs)? Note that I haven't never used RARs so I am clueless. Thanks -Vincent From [email protected] Wed Nov 17 09:54:11 2004 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 37161 invoked by uid 99); 17 Nov 2004 09:54:11 -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 hm03.locaweb.com.br) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 17 Nov 2004 01:54:09 -0800 Received: (qmail 83475 invoked by uid 0); 17 Nov 2004 09:53:55 -0000 Received: from unknown (161.129.204.104) by hm03.locaweb.com.br with QMTP; 17 Nov 2004 09:53:55 -0000 Received: (qmail 21667 invoked from network); 17 Nov 2004 09:51:21 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104) by hm101.locaweb.com.br with SMTP; 17 Nov 2004 09:51:21 -0000 Subject: RE: JCA tests (was RE: cactus:catifyear) From: Felipe Leme <[email protected]> To: Cactus Users List <[email protected]> In-Reply-To: <1100677232.6391.73.camel@homer> References: <1100677232.6391.73.camel@homer> Content-Type: text/plain Organization: Falcon Informática Message-Id: <1100684620.6391.78.camel@homer> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Wed, 17 Nov 2004 07:43:41 -0200 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked On Wed, 2004-11-17 at 05:48, Vincent Massol wrote: > Isn't it as simple as dropping the RAR in the right directory (same as for > EARs and WARs)? Note that I haven't never used RARs so I am clueless. I don't thik it's that simple; in JBoss, for instance, you need an XML to define how the connector will be bound to the server. JBoss might allow the proprietary XML to be bundled inside the jar, but I have never tried, though (I don't know too much about JCA neither, although we do use the technology in our company). -- Felipe From [email protected] Wed Nov 17 16:15:56 2004 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 67445 invoked by uid 99); 17 Nov 2004 16:15:56 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO crater.norwest.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 17 Nov 2004 08:15:54 -0800 Received: from thar.wellsfargo.com (thar.wellsfargo.com [161.129.204.104]) by crater.norwest.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id iAHFuoXQ002699 for <[email protected]>; Wed, 17 Nov 2004 09:56:50 -0600 (CST) Received: from thar.wellsfargo.com (localhost [161.129.204.104]) by thar.wellsfargo.com (Switch-3.1.5/Switch-3.1.0) with ESMTP id iAHGFjmK000488 for <[email protected]>; Wed, 17 Nov 2004 10:15:46 -0600 (CST) Received: from MSGSPSMNMSP05.ent.wfb.bank.corp (msgspsmnmsp05.wellsfargo.com [161.129.204.104]) by thar.wellsfargo.com (Switch-3.1.5/Switch-3.1.0) with ESMTP id iAHGFjrX000477 for <[email protected]>; Wed, 17 Nov 2004 10:15:45 -0600 (CST) Received: from MSGSWBMNMSP19.ent.wfb.bank.corp ([161.129.204.104]) by MSGSPSMNMSP05.ent.wfb.bank.corp with Microsoft SMTPSVC(5.0.2195.6713); Wed, 17 Nov 2004 10:15:45 -0600 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.0.6556.0 Subject: RE: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Date: Wed, 17 Nov 2004 10:15:45 -0600 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Thread-Index: AcTMRnj8NMCjoS8mRZaUFQncKKL1/wAMs3YwABHXIqA= From: <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 17 Nov 2004 16:15:45.0350 (UTC) FILETIME=[B14B3660:01C4CCC0] X-Virus-Checked: Checked But it is there, as the ear still allows me to run my application, but = not the tests. -------------------- Mick Knutson Wells Fargo Business Direct 909-660-9956 "This message may contain confidential and/or privileged information. If = you are not the addressee or authorized to receive this for the = addressee, you must not use, copy, disclose, or take any action based on = this message or any information herein. If you have received this = message in error, please advise the sender immediately by reply e-mail = and delete this message. Thank you for your cooperation." -------------------- -----Original Message----- From: Vincent Massol [mailto:[email protected]] Sent: Tuesday, November 16, 2004 11:46 PM To: 'Cactus Users List' Subject: RE: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Hi Mick, The stack strace seems to imply that you do not have the struts jar in = your server-side classpath (in your WEB-INF/lib). -Vincent > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: mercredi 17 novembre 2004 02:41 > To: [email protected] > Cc: [email protected] > Subject: Error running CactusStrutsTest case with an = ExtendedActionServlet > instead of ActionServlet >=20 > Any help with this please... >=20 > We extended our actionServlet with ExtendedActionServlet and when I = tried > to run my test from a browser in this fashion: > http://localhost:8080/ServletTestRunner?xsl=3Dcactus- > = report.xsl&suite=3Dcom.wf.bd.ice.creditapplication.CreditapplicationSuite= >=20 > I got this error: > -------------------------- >=20 >=20 > javax.servlet.ServletException: Failed to load test suite > [com.wf.bd.ice.creditapplication.CreditapplicationSuite], Reason is > [Failed to invoke suite():java.lang.NoClassDefFoundError: > org/apache/struts/action/ActionServlet] > at > = org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.j= a > va:309) [snip] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Nov 17 16:31:59 2004 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 15500 invoked by uid 99); 17 Nov 2004 16:31: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp101.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 17 Nov 2004 08:31:55 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp101.mail.sc5.yahoo.com with SMTP; 17 Nov 2004 16:31:50 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Date: Wed, 17 Nov 2004 17:31:43 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcTMRnj8NMCjoS8mRZaUFQncKKL1/wAMs3YwABHXIqAAAHrjYA== In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked ... then the issue is that you must have some of the cactus related jars in the system classloader/container CL instead of in your WEB-INF/lib directory. If you put some of the jars in the system classloader what can happen is that your test will call some class found in the system classloader. This class will try to load the struts jar but it won't find it as it is not in the system classloader (it's only in the Webapp classloader). Not sure I was clear but basically to avoid any problem put all your jars in WEB-INF/lib and ensure there's no leftover in the classpath used to start your container. -Vincent > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: mercredi 17 novembre 2004 17:16 > To: [email protected] > Subject: RE: Error running CactusStrutsTest case with an > ExtendedActionServlet instead of ActionServlet > > But it is there, as the ear still allows me to run my application, but not > the tests. > > -------------------- > Mick Knutson > Wells Fargo Business Direct > 909-660-9956 > > "This message may contain confidential and/or privileged information. If > you are not the addressee or authorized to receive this for the addressee, > you must not use, copy, disclose, or take any action based on this message > or any information herein. If you have received this message in error, > please advise the sender immediately by reply e-mail and delete this > message. Thank you for your cooperation." > -------------------- > > > > -----Original Message----- > From: Vincent Massol [mailto:[email protected]] > Sent: Tuesday, November 16, 2004 11:46 PM > To: 'Cactus Users List' > Subject: RE: Error running CactusStrutsTest case with an > ExtendedActionServlet instead of ActionServlet > > > Hi Mick, > > The stack strace seems to imply that you do not have the struts jar in > your > server-side classpath (in your WEB-INF/lib). > > -Vincent > > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] > > Sent: mercredi 17 novembre 2004 02:41 > > To: [email protected] > > Cc: [email protected] > > Subject: Error running CactusStrutsTest case with an > ExtendedActionServlet > > instead of ActionServlet > > > > Any help with this please... > > > > We extended our actionServlet with ExtendedActionServlet and when I > tried > > to run my test from a browser in this fashion: > > http://localhost:8080/ServletTestRunner?xsl=cactus- > > report.xsl&suite=com.wf.bd.ice.creditapplication.CreditapplicationSuite > > > > I got this error: > > -------------------------- > > > > > > javax.servlet.ServletException: Failed to load test suite > > [com.wf.bd.ice.creditapplication.CreditapplicationSuite], Reason is > > [Failed to invoke suite():java.lang.NoClassDefFoundError: > > org/apache/struts/action/ActionServlet] > > at > > > org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.ja > > va:309) > > [snip] > > > --------------------------------------------------------------------- > 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 Nov 17 17:34:12 2004 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 88635 invoked by uid 99); 17 Nov 2004 17:34:12 -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 web52602.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 17 Nov 2004 09:34:07 -0800 Received: (qmail 84176 invoked by uid 60001); 17 Nov 2004 17:34:02 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=eywpNQpILF1VlAAObHCLxIM5vFzXTV9VOIhMVLZoOK+uduZdQVKS1l53PeNdG0UFqSudU4eld2ze5+NR5n31X+M/MyDRwQ1IbtVAmNAFdRhGU+6uhB7hURC9frpXt06Tqb9tSN/FrrIBqsIIzIDe63Of1g+j3gm13h/TjuDlV+A= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web52602.mail.yahoo.com via HTTP; Wed, 17 Nov 2004 09:34:02 PST Date: Wed, 17 Nov 2004 09:34:02 -0800 (PST) From: Fazle Khan <[email protected]> Subject: RE: Intialization exception from client site when running tests To: Cactus Users List <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked Thank you this seems to have fixed the problem. -Fazle --- Vincent Massol <[email protected]> wrote: > Hi Fazle, > > > -----Original Message----- > > From: Fazle Khan [mailto:[email protected]] > > Sent: mardi 16 novembre 2004 22:02 > > To: Cactus Users List > > Subject: Intialization exception from client site > when running tests > > > > [snip] > > > java.lang.RuntimeException: Failed to locate > > onex.properties file at > > > com.onexchange.util.Config.loadFromFile(Config.java:151) > > at > com.onexchange.util.Config.<init>(Config.java:176) > > at > com.onexchange.util.Config.makeMe(Config.java:366) > > at com.onexchange.util.Config.get(Config.java:243) > at > > > com.onexchange.util.Config.getString(Config.java:258) > > > > I tried putting the onex.properties file in the > > classpath (see classpath below), but that did not > > work. How else can I provide a properties file to > the > > client side of cactus. > > [snip] > > > ___Classpath___ > > <path id="classpath.servertests"> > > <pathelement > > > location="C:\weblogic\weblogic81\config\onexdomain-v3x\onex.properties"/> > > [snip] > > Several points: > > 1/ The pathelement above is wrong. As you know, in > java, putting a file in > the classpath means putting the directory where the > file is located in the > classpath (i.e. onexdomain-v3x in your case) > > 2/ If loadFromFile code is executed on the server > side, you'll also need to > put the properties file in your WEB-INF/classes > directory. > > Thanks > -Vincent > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected] > For additional commands, e-mail: > [email protected] > > __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com From [email protected] Wed Nov 17 17:39:01 2004 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 7459 invoked by uid 99); 17 Nov 2004 17:39:01 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO troyius.norwest.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 17 Nov 2004 09:38:57 -0800 Received: from pyrenees.wellsfargo.com (pyrenees.wellsfargo.com [161.129.204.104]) by troyius.norwest.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id iAHHUK0P017410 for <[email protected]>; Wed, 17 Nov 2004 11:30:20 -0600 (CST) Received: from pyrenees.wellsfargo.com (localhost [161.129.204.104]) by pyrenees.wellsfargo.com (Switch-3.1.5/Switch-3.1.0) with ESMTP id iAHHcqiO004968 for <[email protected]>; Wed, 17 Nov 2004 11:38:52 -0600 (CST) Received: from MSGSPSMNMSP05.ent.wfb.bank.corp (msgspsmnmsp05.wellsfargo.com [161.129.204.104]) by pyrenees.wellsfargo.com (Switch-3.1.5/Switch-3.1.0) with ESMTP id iAHHcqdq004965 for <[email protected]>; Wed, 17 Nov 2004 11:38:52 -0600 (CST) Received: from MSGSWBMNMSP19.ent.wfb.bank.corp ([161.129.204.104]) by MSGSPSMNMSP05.ent.wfb.bank.corp with Microsoft SMTPSVC(5.0.2195.6713); Wed, 17 Nov 2004 11:38:51 -0600 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.0.6556.0 Subject: RE: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Date: Wed, 17 Nov 2004 11:38:51 -0600 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Thread-Index: AcTMRnj8NMCjoS8mRZaUFQncKKL1/wAMs3YwABHXIqAAAHrjYAACa3Lw From: <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 17 Nov 2004 17:38:51.0975 (UTC) FILETIME=[4D8DCD70:01C4CCCC] X-Virus-Checked: Checked I looked at my ear, and there is cactus.jar in there, as well as my in = my war. Could that be it? -------------------- Mick Knutson Wells Fargo Business Direct 909-660-9956 "This message may contain confidential and/or privileged information. If = you are not the addressee or authorized to receive this for the = addressee, you must not use, copy, disclose, or take any action based on = this message or any information herein. If you have received this = message in error, please advise the sender immediately by reply e-mail = and delete this message. Thank you for your cooperation." -------------------- -----Original Message----- From: Vincent Massol [mailto:[email protected]] Sent: Wednesday, November 17, 2004 8:32 AM To: 'Cactus Users List' Subject: RE: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet ... then the issue is that you must have some of the cactus related jars = in the system classloader/container CL instead of in your WEB-INF/lib directory. If you put some of the jars in the system classloader what can happen is that your test will call some class found in the system classloader. = This class will try to load the struts jar but it won't find it as it is not = in the system classloader (it's only in the Webapp classloader). Not sure I = was clear but basically to avoid any problem put all your jars in = WEB-INF/lib and ensure there's no leftover in the classpath used to start your container. -Vincent > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: mercredi 17 novembre 2004 17:16 > To: [email protected] > Subject: RE: Error running CactusStrutsTest case with an > ExtendedActionServlet instead of ActionServlet >=20 > But it is there, as the ear still allows me to run my application, but = not > the tests. >=20 > -------------------- > Mick Knutson > Wells Fargo Business Direct > 909-660-9956 >=20 > "This message may contain confidential and/or privileged information. = If > you are not the addressee or authorized to receive this for the = addressee, > you must not use, copy, disclose, or take any action based on this = message > or any information herein. If you have received this message in error, > please advise the sender immediately by reply e-mail and delete this > message. Thank you for your cooperation." > -------------------- >=20 >=20 >=20 > -----Original Message----- > From: Vincent Massol [mailto:[email protected]] > Sent: Tuesday, November 16, 2004 11:46 PM > To: 'Cactus Users List' > Subject: RE: Error running CactusStrutsTest case with an > ExtendedActionServlet instead of ActionServlet >=20 >=20 > Hi Mick, >=20 > The stack strace seems to imply that you do not have the struts jar in > your > server-side classpath (in your WEB-INF/lib). >=20 > -Vincent >=20 > > -----Original Message----- > > From: [email protected] = [mailto:[email protected]] > > Sent: mercredi 17 novembre 2004 02:41 > > To: [email protected] > > Cc: [email protected] > > Subject: Error running CactusStrutsTest case with an > ExtendedActionServlet > > instead of ActionServlet > > > > Any help with this please... > > > > We extended our actionServlet with ExtendedActionServlet and when I > tried > > to run my test from a browser in this fashion: > > http://localhost:8080/ServletTestRunner?xsl=3Dcactus- > > = report.xsl&suite=3Dcom.wf.bd.ice.creditapplication.CreditapplicationSuite= > > > > I got this error: > > -------------------------- > > > > > > javax.servlet.ServletException: Failed to load test suite > > [com.wf.bd.ice.creditapplication.CreditapplicationSuite], Reason is > > [Failed to invoke suite():java.lang.NoClassDefFoundError: > > org/apache/struts/action/ActionServlet] > > at > > > = org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.j= a > > va:309) >=20 > [snip] >=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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Nov 17 17:46:28 2004 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 23592 invoked by uid 99); 17 Nov 2004 17:46:28 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO yarnek.wellsfargo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 17 Nov 2004 09:46:24 -0800 Received: from sonoran.wellsfargo.com (sonoran.wellsfargo.com [161.129.204.104]) by yarnek.wellsfargo.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id iAHHiwLA026189 for <[email protected]>; Wed, 17 Nov 2004 09:44:58 -0800 (PST) Received: from sonoran.wellsfargo.com (localhost [161.129.204.104]) by sonoran.wellsfargo.com (Switch-3.1.5/Switch-3.1.0) with ESMTP id iAHHkJcm001693 for <[email protected]>; Wed, 17 Nov 2004 10:46:20 -0700 (MST) Received: from MSGSPSMNMSP05.ent.wfb.bank.corp (msgspsmnmsp05.wellsfargo.com [161.129.204.104]) by sonoran.wellsfargo.com (Switch-3.1.5/Switch-3.1.0) with ESMTP id iAHHkJkW001688 for <[email protected]>; Wed, 17 Nov 2004 10:46:19 -0700 (MST) Received: from MSGSWBMNMSP19.ent.wfb.bank.corp ([161.129.204.104]) by MSGSPSMNMSP05.ent.wfb.bank.corp with Microsoft SMTPSVC(5.0.2195.6713); Wed, 17 Nov 2004 11:46:19 -0600 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.0.6556.0 Subject: RE: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Date: Wed, 17 Nov 2004 11:46:19 -0600 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Thread-Index: AcTMRnj8NMCjoS8mRZaUFQncKKL1/wAMs3YwABHXIqAAAHrjYAACqrzQ From: <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 17 Nov 2004 17:46:19.0347 (UTC) FILETIME=[58355A30:01C4CCCD] X-Virus-Checked: Checked That was it.... Thanks. Now I just have to work on running this through ant which has been = kicking my but. Is ther some ant.properties file I am suppose to have, and add to my war = to run in ant? -------------------- Mick Knutson Wells Fargo Business Direct 909-660-9956 "This message may contain confidential and/or privileged information. If = you are not the addressee or authorized to receive this for the = addressee, you must not use, copy, disclose, or take any action based on = this message or any information herein. If you have received this = message in error, please advise the sender immediately by reply e-mail = and delete this message. Thank you for your cooperation." -------------------- -----Original Message----- From: Vincent Massol [mailto:[email protected]] Sent: Wednesday, November 17, 2004 8:32 AM To: 'Cactus Users List' Subject: RE: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet ... then the issue is that you must have some of the cactus related jars = in the system classloader/container CL instead of in your WEB-INF/lib directory. If you put some of the jars in the system classloader what can happen is that your test will call some class found in the system classloader. = This class will try to load the struts jar but it won't find it as it is not = in the system classloader (it's only in the Webapp classloader). Not sure I = was clear but basically to avoid any problem put all your jars in = WEB-INF/lib and ensure there's no leftover in the classpath used to start your container. -Vincent > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: mercredi 17 novembre 2004 17:16 > To: [email protected] > Subject: RE: Error running CactusStrutsTest case with an > ExtendedActionServlet instead of ActionServlet >=20 > But it is there, as the ear still allows me to run my application, but = not > the tests. >=20 > -------------------- > Mick Knutson > Wells Fargo Business Direct > 909-660-9956 >=20 > "This message may contain confidential and/or privileged information. = If > you are not the addressee or authorized to receive this for the = addressee, > you must not use, copy, disclose, or take any action based on this = message > or any information herein. If you have received this message in error, > please advise the sender immediately by reply e-mail and delete this > message. Thank you for your cooperation." > -------------------- >=20 >=20 >=20 > -----Original Message----- > From: Vincent Massol [mailto:[email protected]] > Sent: Tuesday, November 16, 2004 11:46 PM > To: 'Cactus Users List' > Subject: RE: Error running CactusStrutsTest case with an > ExtendedActionServlet instead of ActionServlet >=20 >=20 > Hi Mick, >=20 > The stack strace seems to imply that you do not have the struts jar in > your > server-side classpath (in your WEB-INF/lib). >=20 > -Vincent >=20 > > -----Original Message----- > > From: [email protected] = [mailto:[email protected]] > > Sent: mercredi 17 novembre 2004 02:41 > > To: [email protected] > > Cc: [email protected] > > Subject: Error running CactusStrutsTest case with an > ExtendedActionServlet > > instead of ActionServlet > > > > Any help with this please... > > > > We extended our actionServlet with ExtendedActionServlet and when I > tried > > to run my test from a browser in this fashion: > > http://localhost:8080/ServletTestRunner?xsl=3Dcactus- > > = report.xsl&suite=3Dcom.wf.bd.ice.creditapplication.CreditapplicationSuite= > > > > I got this error: > > -------------------------- > > > > > > javax.servlet.ServletException: Failed to load test suite > > [com.wf.bd.ice.creditapplication.CreditapplicationSuite], Reason is > > [Failed to invoke suite():java.lang.NoClassDefFoundError: > > org/apache/struts/action/ActionServlet] > > at > > > = org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.j= a > > va:309) >=20 > [snip] >=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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Nov 17 17:48:51 2004 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 25675 invoked by uid 99); 17 Nov 2004 17:48:51 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_40_50,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO Mail1.Fiserv.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 17 Nov 2004 09:48:47 -0800 Received: from des10ms01.fais.com ([161.129.204.104]) by Mail1.Fiserv.com (Switch-3.1.2/Switch-3.1.2) with ESMTP id WAHH2CFKR00001D54 for <[email protected]>; Wed, 17 Nov 2004 11:48:15 -0600 Received: by DES10MS01 with Internet Mail Service (5.5.2653.19) id <XCFWWTV7>; Wed, 17 Nov 2004 11:47:02 -0600 Message-ID: <0205C50D41B7D611AEA50002A537CEC20165A50D@DES10MS01> From: "Korver, Aaron" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: Error running CactusStrutsTest case with an ExtendedActionSer vlet instead of ActionServlet Date: Wed, 17 Nov 2004 11:47:01 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4CCCD.716F7B70" X-Virus-Checked: Checked ------_=_NextPart_001_01C4CCCD.716F7B70 Content-Type: text/plain; charset="iso-8859-1" That would probably be it. This depends on your application server, but usually the Web container can "see" up into the EJB container, the opposite is not true. To determine which classLoader module is used there is a setting on the app server that is called (at least in Websphere) Classloader mode. The choices you have are PARENT_FIRST or PARENT_LAST. PARENT_FIRST will use the classloader from the EJB container as the first place to look, and then look at the Web container. PARENT_LAST is just the opposite. So, if you have A.jar in the EJB container's classpath, and A.jar needs B.jar, but B.jar isn't in the EJB container's classpath it won't find it, even if it is in the Web container. Remember that Web can see up, but EJB can't see down. If you change the classLoader setting to PARENT_LAST, then it will start looking in the Web container and find A.jar and B.jar so things will then be all happy. > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, November 17, 2004 11:39 AM > To: [email protected] > Subject: RE: Error running CactusStrutsTest case with an > ExtendedActionServlet instead of ActionServlet > > > I looked at my ear, and there is cactus.jar in there, as well > as my in my war. Could that be it? > > -------------------- > Mick Knutson > Wells Fargo Business Direct > 909-660-9956 > > "This message may contain confidential and/or privileged > information. If you are not the addressee or authorized to > receive this for the addressee, you must not use, copy, > disclose, or take any action based on this message or any > information herein. If you have received this message in > error, please advise the sender immediately by reply e-mail > and delete this message. Thank you for your cooperation." > -------------------- > > > > -----Original Message----- > From: Vincent Massol [mailto:[email protected]] > Sent: Wednesday, November 17, 2004 8:32 AM > To: 'Cactus Users List' > Subject: RE: Error running CactusStrutsTest case with an > ExtendedActionServlet instead of ActionServlet > > > ... then the issue is that you must have some of the cactus > related jars in > the system classloader/container CL instead of in your WEB-INF/lib > directory. > > If you put some of the jars in the system classloader what > can happen is > that your test will call some class found in the system > classloader. This > class will try to load the struts jar but it won't find it as > it is not in > the system classloader (it's only in the Webapp classloader). > Not sure I was > clear but basically to avoid any problem put all your jars in > WEB-INF/lib > and ensure there's no leftover in the classpath used to start your > container. > > -Vincent > > > > -----Original Message----- > > From: [email protected] > [mailto:[email protected]] > > Sent: mercredi 17 novembre 2004 17:16 > > To: [email protected] > > Subject: RE: Error running CactusStrutsTest case with an > > ExtendedActionServlet instead of ActionServlet > > > > But it is there, as the ear still allows me to run my > application, but not > > the tests. > > > > -------------------- > > Mick Knutson > > Wells Fargo Business Direct > > 909-660-9956 > > > > "This message may contain confidential and/or privileged > information. If > > you are not the addressee or authorized to receive this for > the addressee, > > you must not use, copy, disclose, or take any action based > on this message > > or any information herein. If you have received this > message in error, > > please advise the sender immediately by reply e-mail and delete this > > message. Thank you for your cooperation." > > -------------------- > > > > > > > > -----Original Message----- > > From: Vincent Massol [mailto:[email protected]] > > Sent: Tuesday, November 16, 2004 11:46 PM > > To: 'Cactus Users List' > > Subject: RE: Error running CactusStrutsTest case with an > > ExtendedActionServlet instead of ActionServlet > > > > > > Hi Mick, > > > > The stack strace seems to imply that you do not have the > struts jar in > > your > > server-side classpath (in your WEB-INF/lib). > > > > -Vincent > > > > > -----Original Message----- > > > From: [email protected] [mailto:[email protected]] > > Sent: mercredi 17 novembre 2004 02:41 > > To: [email protected] > > Cc: [email protected] > > Subject: Error running CactusStrutsTest case with an > ExtendedActionServlet > > instead of ActionServlet > > > > Any help with this please... > > > > We extended our actionServlet with ExtendedActionServlet and when I > tried > > to run my test from a browser in this fashion: > > http://localhost:8080/ServletTestRunner?xsl=cactus- > > report.xsl&suite=com.wf.bd.ice.creditapplication.CreditapplicationSuite > > > > I got this error: > > -------------------------- > > > > > > javax.servlet.ServletException: Failed to load test suite > > [com.wf.bd.ice.creditapplication.CreditapplicationSuite], Reason is > > [Failed to invoke suite():java.lang.NoClassDefFoundError: > > org/apache/struts/action/ActionServlet] > > at > > > org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.ja > > va:309) > > [snip] > > > --------------------------------------------------------------------- > 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] ------_=_NextPart_001_01C4CCCD.716F7B70-- From [email protected] Wed Nov 17 17:54:46 2004 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 52505 invoked by uid 99); 17 Nov 2004 17:54: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp102.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 17 Nov 2004 09:54:41 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp102.mail.sc5.yahoo.com with SMTP; 17 Nov 2004 17:54:20 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: Error running CactusStrutsTest case with an ExtendedActionServlet instead of ActionServlet Date: Wed, 17 Nov 2004 18:54:16 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcTMRnj8NMCjoS8mRZaUFQncKKL1/wAMs3YwABHXIqAAAHrjYAACqrzQAAAzJqA= In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Mick, There's a tutorial on http://jakarta.apache.org/cactus/integration/ant/index.html Let us know if something is not clear in there so that we can improve it. Thanks -Vincent > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: mercredi 17 novembre 2004 18:46 > To: [email protected] > Subject: RE: Error running CactusStrutsTest case with an > ExtendedActionServlet instead of ActionServlet > > That was it.... Thanks. > Now I just have to work on running this through ant which has been kicking > my but. > Is ther some ant.properties file I am suppose to have, and add to my war > to run in ant? > > -------------------- > Mick Knutson > Wells Fargo Business Direct > 909-660-9956 > > "This message may contain confidential and/or privileged information. If > you are not the addressee or authorized to receive this for the addressee, > you must not use, copy, disclose, or take any action based on this message > or any information herein. If you have received this message in error, > please advise the sender immediately by reply e-mail and delete this > message. Thank you for your cooperation." > -------------------- > > > > -----Original Message----- > From: Vincent Massol [mailto:[email protected]] > Sent: Wednesday, November 17, 2004 8:32 AM > To: 'Cactus Users List' > Subject: RE: Error running CactusStrutsTest case with an > ExtendedActionServlet instead of ActionServlet > > > ... then the issue is that you must have some of the cactus related jars > in > the system classloader/container CL instead of in your WEB-INF/lib > directory. > > If you put some of the jars in the system classloader what can happen is > that your test will call some class found in the system classloader. This > class will try to load the struts jar but it won't find it as it is not in > the system classloader (it's only in the Webapp classloader). Not sure I > was > clear but basically to avoid any problem put all your jars in WEB-INF/lib > and ensure there's no leftover in the classpath used to start your > container. > > -Vincent > > > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] > > Sent: mercredi 17 novembre 2004 17:16 > > To: [email protected] > > Subject: RE: Error running CactusStrutsTest case with an > > ExtendedActionServlet instead of ActionServlet > > > > But it is there, as the ear still allows me to run my application, but > not > > the tests. > > > > -------------------- > > Mick Knutson > > Wells Fargo Business Direct > > 909-660-9956 > > > > "This message may contain confidential and/or privileged information. If > > you are not the addressee or authorized to receive this for the > addressee, > > you must not use, copy, disclose, or take any action based on this > message > > or any information herein. If you have received this message in error, > > please advise the sender immediately by reply e-mail and delete this > > message. Thank you for your cooperation." > > -------------------- > > > > > > > > -----Original Message----- > > From: Vincent Massol [mailto:[email protected]] > > Sent: Tuesday, November 16, 2004 11:46 PM > > To: 'Cactus Users List' > > Subject: RE: Error running CactusStrutsTest case with an > > ExtendedActionServlet instead of ActionServlet > > > > > > Hi Mick, > > > > The stack strace seems to imply that you do not have the struts jar in > > your > > server-side classpath (in your WEB-INF/lib). > > > > -Vincent > > > > > -----Original Message----- > > > From: [email protected] [mailto:[email protected]] > > > Sent: mercredi 17 novembre 2004 02:41 > > > To: [email protected] > > > Cc: [email protected] > > > Subject: Error running CactusStrutsTest case with an > > ExtendedActionServlet > > > instead of ActionServlet > > > > > > Any help with this please... > > > > > > We extended our actionServlet with ExtendedActionServlet and when I > > tried > > > to run my test from a browser in this fashion: > > > http://localhost:8080/ServletTestRunner?xsl=cactus- > > > > report.xsl&suite=com.wf.bd.ice.creditapplication.CreditapplicationSuite > > > > > > I got this error: > > > -------------------------- > > > > > > > > > javax.servlet.ServletException: Failed to load test suite > > > [com.wf.bd.ice.creditapplication.CreditapplicationSuite], Reason is > > > [Failed to invoke suite():java.lang.NoClassDefFoundError: > > > org/apache/struts/action/ActionServlet] > > > at > > > > > > org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.ja > > > va:309) > > > > [snip] > > > > > > --------------------------------------------------------------------- > > 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 Nov 18 10:59:10 2004 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 76645 invoked by uid 99); 18 Nov 2004 10:59:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,MIME_HTML_NO_CHARSET,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO exchange.pdpar.ie) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 02:59:09 -0800 Received: by EXCHANGE with Internet Mail Service (5.5.2653.19) id <P6MNNDHV>; Thu, 18 Nov 2004 11:03:53 -0000 Message-ID: <31D0DEEB9650D81182BA00105ADE8CB70DD6FB@EXCHANGE> From: Setanta Mathews <[email protected]> To: "'[email protected]'" <[email protected]> Subject: FormAuthentication and Error Code 500 Date: Thu, 18 Nov 2004 11:03:53 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4CD5E.4AA8E8A0" X-Virus-Checked: Checked ------_=_NextPart_001_01C4CD5E.4AA8E8A0 Content-Type: text/plain Hi All, I've just started using cactus and I am having a problem getting the FormAuthentication working properly. I searched the web and mailing lists already and couldn't find a solution. My begin method for my test method "A" looks like: public void beginA(WebRequest theRequest) { theRequest.setRedirectorName("ServletRedirectorSecure"); FormAuthentication fa = new FormAuthentication("0", "qUqP5cyxm6YcTAhz05Hph5gvu9M="); theRequest.setAuthentication(fa); } I can confirm that the ServletRedirectorSecure is configured as a secure resource in my web.xml. The problem I'm having is that I'm getting the following exception on the client side when I try to run the test with the Cactus ant task (this is pulled from the XML log generated by the task): org.apache.commons.httpclient.HttpRecoverableException: org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the status line from the response: unable to find line starting with &quot;HTTP&quot; at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.jav a:1892) The HTTP traffic is 1 - Cactus Request GET /ServletRedirectorSecure? HTTP/1.1 Content-type: application/x-www-form-urlencoded User-Agent: Jakarta Commons-HttpClient/2.0rc1 Host: localhost:8889 2 - OC4J Response HTTP/1.1 200 OK Date: Thu, 18 Nov 2004 10:43:46 GMT Server: Oracle9iAS (161.129.204.104.0) Containers for J2EE Content-Location: http://localhost:8889/jsp/html/portlet/my_account/j_login.jsp Set-Cookie: JSESSIONID=b3eabbf09d734b998c79d15602741b8c; Path=/ Connection: Close Content-Type: text/html;charset=ISO-8859-1 Cache-Control: no-cache Transfer-Encoding: chunked 3 - Cactus Request POST /j_security_check? HTTP/1.1 Content-type: application/x-www-form-urlencoded User-Agent: Jakarta Commons-HttpClient/2.0rc1 Host: localhost:8889 Cookie: $Version=0; JSESSIONID=b3eabbf09d734b998c79d15602741b8c Content-Length: 54 j_username=0&j_password=qUqP5cyxm6YcTAhz05Hph5gvu9M%3D 4 - OC4J Response HTTP/1.1 100 Continue Server: Oracle9iAS (161.129.204.104.0) Containers for J2EE Date: Thu, 18 Nov 2004 10:43:47 GMT The HTTP traffic would suggest that the authentication has been successful but cactus doesn't get a response that it expects. Any help would be greatly appreciated, Thanks, Setanta Mathews. P.S. The full stack trace of the exception is: org.apache.cactus.util.ChainedRuntimeException: Failed to authenticate the principal at org.apache.cactus.client.authentication.FormAuthentication.authenticate_arou ndBody10(FormAuthentication.java:383) at org.apache.cactus.client.authentication.FormAuthentication.authenticate_arou ndBody11$advice(FormAuthentication.java:117) at org.apache.cactus.client.authentication.FormAuthentication.authenticate(Form Authentication.java) at org.apache.cactus.client.authentication.FormAuthentication.configure_aroundB ody0(FormAuthentication.java:105) at org.apache.cactus.client.authentication.FormAuthentication.configure_aroundB ody1$advice(FormAuthentication.java:117) at org.apache.cactus.client.authentication.FormAuthentication.configure(FormAut hentication.java) at org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper. connect_aroundBody0(HttpClientConnectionHelper.java:103) at org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper. connect_aroundBody1$advice(HttpClientConnectionHelper.java:188) at org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper. connect(HttpClientConnectionHelper.java) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.callRunTe st(DefaultHttpClient.java:162) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_ar oundBody0(DefaultHttpClient.java:80) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_ar oundBody1$advice(DefaultHttpClient.java:188) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest(De faultHttpClient.java) at org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runWebT est(HttpProtocolHandler.java:159) at org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest _aroundBody0(HttpProtocolHandler.java:80) at org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest _aroundBody1$advice(HttpProtocolHandler.java:188) at org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest (HttpProtocolHandler.java) at org.apache.cactus.internal.client.ClientTestCaseCaller.runTest(ClientTestCas eCaller.java:144) at org.apache.cactus.internal.AbstractCactusTestCase.runBareClient(AbstractCact usTestCase.java:215) at org.apache.cactus.internal.AbstractCactusTestCase.runBare(AbstractCactusTest Case.java:133) at org.apache.cactus.integration.ant.CactusTask.execute(CactusTask.java:166) org.apache.commons.httpclient.HttpRecoverableException: org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the status line from the response: unable to find line starting with &quot;HTTP&quot; at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.jav a:1892) at org.apache.commons.httpclient.HttpMethodBase.processRequest(HttpMethodBase.j ava:2536) at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:104 7) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:638) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:526) at org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper. connect_aroundBody0(HttpClientConnectionHelper.java:142) at org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper. connect_aroundBody1$advice(HttpClientConnectionHelper.java:188) at org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper. connect(HttpClientConnectionHelper.java) at org.apache.cactus.client.authentication.FormAuthentication.authenticate_arou ndBody10(FormAuthentication.java:375) at org.apache.cactus.client.authentication.FormAuthentication.authenticate_arou ndBody11$advice(FormAuthentication.java:117) at org.apache.cactus.client.authentication.FormAuthentication.authenticate(Form Authentication.java) at org.apache.cactus.client.authentication.FormAuthentication.configure_aroundB ody0(FormAuthentication.java:105) at org.apache.cactus.client.authentication.FormAuthentication.configure_aroundB ody1$advice(FormAuthentication.java:117) at org.apache.cactus.client.authentication.FormAuthentication.configure(FormAut hentication.java) at org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper. connect_aroundBody0(HttpClientConnectionHelper.java:103) at org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper. connect_aroundBody1$advice(HttpClientConnectionHelper.java:188) at org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper. connect(HttpClientConnectionHelper.java) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.callRunTe st(DefaultHttpClient.java:162) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_ar oundBody0(DefaultHttpClient.java:80) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_ar oundBody1$advice(DefaultHttpClient.java:188) at org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest(De faultHttpClient.java) at org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runWebT est(HttpProtocolHandler.java:159) at org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest _aroundBody0(HttpProtocolHandler.java:80) at org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest _aroundBody1$advice(HttpProtocolHandler.java:188) at org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest (HttpProtocolHandler.java) at org.apache.cactus.internal.client.ClientTestCaseCaller.runTest(ClientTestCas eCaller.java:144) at org.apache.cactus.internal.AbstractCactusTestCase.runBareClient(AbstractCact usTestCase.java:215) at org.apache.cactus.internal.AbstractCactusTestCase.runBare(AbstractCactusTest Case.java:133) at org.apache.cactus.integration.ant.CactusTask.execute(CactusTask.java:166) ------_=_NextPart_001_01C4CD5E.4AA8E8A0-- From [email protected] Thu Nov 18 11:20:34 2004 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 1662 invoked by uid 99); 18 Nov 2004 11:20:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 03:20:30 -0800 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.12.11/8.12.11) with ESMTP id iAIBKJmL000954 for <[email protected]>; Thu, 18 Nov 2004 20:20:19 +0900 (JST) Received: from vcs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAIBKJt2003969 for <[email protected]>; Thu, 18 Nov 2004 20:20:19 +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.12.11/8.12.11) with ESMTP id iAIBKIkO003966 for <[email protected]>; Thu, 18 Nov 2004 20:20:18 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAIBKI5x014108 for <[email protected]>; Thu, 18 Nov 2004 20:20:18 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAIBKHrN014100 for <[email protected]>; Thu, 18 Nov 2004 20:20:17 +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.12.11/8.12.11) with ESMTP id iAIBKHrt000273 for <[email protected]>; Thu, 18 Nov 2004 20:20:17 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.12.11/dmailsv-1.1c) with ESMTP id iAIBKGJR010187 for <[email protected]>; Thu, 18 Nov 2004 20:20:16 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.12.11/Lab-1.3) with ESMTP id iAIBKGn1006236 for <[email protected]>; Thu, 18 Nov 2004 20:20:16 +0900 (JST) Date: Thu, 18 Nov 2004 20:22:09 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: FormAuthentication and Error Code 500 From: Kazuhito SUGURI <[email protected]> In-Reply-To: <31D0DEEB9650D81182BA00105ADE8CB70DD6FB@EXCHANGE> References: <31D0DEEB9650D81182BA00105ADE8CB70DD6FB@EXCHANGE> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Hi Setanta, In article <31D0DEEB9650D81182BA00105ADE8CB70DD6FB@EXCHANGE>, Thu, 18 Nov 2004 11:03:53 -0000, Setanta Mathews <[email protected]> wrote: smathews> public void beginA(WebRequest theRequest) smathews> { smathews> theRequest.setRedirectorName("ServletRedirectorSecure"); smathews> FormAuthentication fa = new FormAuthentication("0", smathews> "qUqP5cyxm6YcTAhz05Hph5gvu9M="); smathews> theRequest.setAuthentication(fa); smathews> } Is the password "qUqP5cyxm6YcTAhz05Hph5gvu9M=" base-64 encoded? Your system may stores passwords with encrypted and base-64 encoded form, however, you should give a password with plain text form to the system. So, you should pass a plain password to the constructor, I guess. smathews> The HTTP traffic is smathews> smathews> 1 - Cactus Request smathews> smathews> GET /ServletRedirectorSecure? HTTP/1.1 smathews> Content-type: application/x-www-form-urlencoded smathews> User-Agent: Jakarta Commons-HttpClient/2.0rc1 smathews> Host: localhost:8889 smathews> smathews> 2 - OC4J Response smathews> smathews> HTTP/1.1 200 OK smathews> Date: Thu, 18 Nov 2004 10:43:46 GMT smathews> Server: Oracle9iAS (161.129.204.104.0) Containers for J2EE smathews> Content-Location: smathews> http://localhost:8889/jsp/html/portlet/my_account/j_login.jsp smathews> Set-Cookie: JSESSIONID=b3eabbf09d734b998c79d15602741b8c; Path=/ smathews> Connection: Close smathews> Content-Type: text/html;charset=ISO-8859-1 smathews> Cache-Control: no-cache smathews> Transfer-Encoding: chunked smathews> smathews> 3 - Cactus Request smathews> smathews> POST /j_security_check? HTTP/1.1 smathews> Content-type: application/x-www-form-urlencoded smathews> User-Agent: Jakarta Commons-HttpClient/2.0rc1 smathews> Host: localhost:8889 smathews> Cookie: $Version=0; JSESSIONID=b3eabbf09d734b998c79d15602741b8c smathews> Content-Length: 54 smathews> smathews> j_username=0&j_password=qUqP5cyxm6YcTAhz05Hph5gvu9M%3D smathews> smathews> 4 - OC4J Response smathews> smathews> HTTP/1.1 100 Continue smathews> Server: Oracle9iAS (161.129.204.104.0) Containers for J2EE smathews> Date: Thu, 18 Nov 2004 10:43:47 GMT The last response means that the authentication is not completed. I'm not sure why your container responses with status 100, however, this may make your case, i.e. "unable to find line starting with HTTP". Regards, ---- Kazuhito SUGURI mailto:[email protected] From [email protected] Thu Nov 18 11:51:39 2004 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 43438 invoked by uid 99); 18 Nov 2004 11:51:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO exchange.pdpar.ie) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 03:51:36 -0800 Received: by EXCHANGE with Internet Mail Service (5.5.2653.19) id <P6MNND2N>; Thu, 18 Nov 2004 11:56:27 -0000 Message-ID: <31D0DEEB9650D81182BA00105ADE8CB70DD6FD@EXCHANGE> From: Setanta Mathews <[email protected]> To: 'Cactus Users List' <[email protected]> Subject: RE: FormAuthentication and Error Code 500 Date: Thu, 18 Nov 2004 11:56:27 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Virus-Checked: Checked Hi, Thanks for the reply. I think the password is okay. If I change it to something else I get a 403 (forbidden) error response code: java.lang.Exception: Received a status code [403] and was expecting a [302] Now things get a little bit strange ... I think the HTTP sniffer I was using (HTTPLook) might have somehow been interfering with HTTP traffic. After turning it off and running my test again I got the following cactus error: java.lang.Exception: Received a status code [500] and was expecting a [302] And in my OC4J application.log you can see that the 500 Error was caused by something I've seen in mailing list archives quite a bit: javax.servlet.ServletException: Missing service name parameter [Cactus_Service] in HTTP request. Received query string is []. Now, if I change by begin method to expect a response code of 500 ... public void beginA(WebRequest theRequest) { theRequest.setRedirectorName("ServletRedirectorSecure"); FormAuthentication fa = new FormAuthentication("0", "qUqP5cyxm6YcTAhz05Hph5gvu9M="); fa.setExpectedAuthResponse(500); theRequest.setAuthentication(fa); } ... guess what? The test runs fine. I'm still getting the application error but I'm guessing that's because something in the web-app (I've only just started working on it and I'm not too familiar with it just yet) tries to process the original request to the ServletRedirectorSecure and there was no Cactus_Service request parameter. Out of curiosity I set the redirector name to the following in my begin method: theRequest.setRedirectorName("ServletRedirectorSecure?Cactus_Service=GET_VER SION"); But I still get the 500 error. Anyway, if a call to setExpectedAuthResponse(500) gets my tests running then I'm happy for the time being. Thanks, Setanta. -----Original Message----- From: Kazuhito SUGURI [mailto:[email protected]] Sent: 18 November 2004 11:22 To: [email protected] Subject: Re: FormAuthentication and Error Code 500 Hi Setanta, In article <31D0DEEB9650D81182BA00105ADE8CB70DD6FB@EXCHANGE>, Thu, 18 Nov 2004 11:03:53 -0000, Setanta Mathews <[email protected]> wrote: smathews> public void beginA(WebRequest theRequest) smathews> { smathews> theRequest.setRedirectorName("ServletRedirectorSecure"); smathews> FormAuthentication fa = new FormAuthentication("0", smathews> "qUqP5cyxm6YcTAhz05Hph5gvu9M="); smathews> theRequest.setAuthentication(fa); smathews> } Is the password "qUqP5cyxm6YcTAhz05Hph5gvu9M=" base-64 encoded? Your system may stores passwords with encrypted and base-64 encoded form, however, you should give a password with plain text form to the system. So, you should pass a plain password to the constructor, I guess. smathews> The HTTP traffic is smathews> smathews> 1 - Cactus Request smathews> smathews> GET /ServletRedirectorSecure? HTTP/1.1 smathews> Content-type: application/x-www-form-urlencoded smathews> User-Agent: Jakarta Commons-HttpClient/2.0rc1 smathews> Host: localhost:8889 smathews> smathews> 2 - OC4J Response smathews> smathews> HTTP/1.1 200 OK smathews> Date: Thu, 18 Nov 2004 10:43:46 GMT smathews> Server: Oracle9iAS (161.129.204.104.0) Containers for J2EE smathews> Content-Location: smathews> http://localhost:8889/jsp/html/portlet/my_account/j_login.jsp smathews> Set-Cookie: JSESSIONID=b3eabbf09d734b998c79d15602741b8c; Path=/ smathews> Connection: Close smathews> Content-Type: text/html;charset=ISO-8859-1 smathews> Cache-Control: no-cache smathews> Transfer-Encoding: chunked smathews> smathews> 3 - Cactus Request smathews> smathews> POST /j_security_check? HTTP/1.1 smathews> Content-type: application/x-www-form-urlencoded smathews> User-Agent: Jakarta Commons-HttpClient/2.0rc1 smathews> Host: localhost:8889 smathews> Cookie: $Version=0; JSESSIONID=b3eabbf09d734b998c79d15602741b8c smathews> Content-Length: 54 smathews> smathews> j_username=0&j_password=qUqP5cyxm6YcTAhz05Hph5gvu9M%3D smathews> smathews> 4 - OC4J Response smathews> smathews> HTTP/1.1 100 Continue smathews> Server: Oracle9iAS (161.129.204.104.0) Containers for J2EE smathews> Date: Thu, 18 Nov 2004 10:43:47 GMT The last response means that the authentication is not completed. I'm not sure why your container responses with status 100, however, this may make your case, i.e. "unable to find line starting with HTTP". Regards, ---- Kazuhito SUGURI mailto:[email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Nov 18 12:16:22 2004 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 71890 invoked by uid 99); 18 Nov 2004 12:16: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 tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 04:16:20 -0800 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.12.11/8.12.11) with ESMTP id iAICGEev011487 for <[email protected]>; Thu, 18 Nov 2004 21:16:14 +0900 (JST) Received: from vcs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAICGDbZ002602 for <[email protected]>; Thu, 18 Nov 2004 21:16:13 +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.12.11/8.12.11) with ESMTP id iAICGDFT002599 for <[email protected]>; Thu, 18 Nov 2004 21:16:13 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAICGCSt006837 for <[email protected]>; Thu, 18 Nov 2004 21:16:12 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAICGCRe006834 for <[email protected]>; Thu, 18 Nov 2004 21:16:12 +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.12.11/8.12.11) with ESMTP id iAICGCRJ006983 for <[email protected]>; Thu, 18 Nov 2004 21:16:12 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.12.11/dmailsv-1.1c) with ESMTP id iAICGBY0014853 for <[email protected]>; Thu, 18 Nov 2004 21:16:11 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.12.11/Lab-1.3) with ESMTP id iAICGBES010295 for <[email protected]>; Thu, 18 Nov 2004 21:16:11 +0900 (JST) Date: Thu, 18 Nov 2004 21:18:04 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: FormAuthentication and Error Code 500 From: Kazuhito SUGURI <[email protected]> In-Reply-To: <31D0DEEB9650D81182BA00105ADE8CB70DD6FD@EXCHANGE> References: <31D0DEEB9650D81182BA00105ADE8CB70DD6FD@EXCHANGE> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Hi Setanta, In article <31D0DEEB9650D81182BA00105ADE8CB70DD6FD@EXCHANGE>, Thu, 18 Nov 2004 11:56:27 -0000, Setanta Mathews <[email protected]> wrote: smathews> I think the password is okay. If I change it to something else I get a 403 smathews> (forbidden) error response code: Can you access to a secured resource from your browser as a user account you are coded in beginA method? First of all, we need to know an account (id and password) which is available in the system. smathews> Now, if I change by begin method to expect a response code of 500 ... smathews> smathews> public void beginA(WebRequest theRequest) smathews> { smathews> theRequest.setRedirectorName("ServletRedirectorSecure"); smathews> FormAuthentication fa = new FormAuthentication("0", smathews> "qUqP5cyxm6YcTAhz05Hph5gvu9M="); smathews> fa.setExpectedAuthResponse(500); smathews> theRequest.setAuthentication(fa); smathews> } I strongly suggest, don't try this approach. # need some protection logic in setExpectedAuthResponse()? Regards, ---- Kazuhito SUGURI mailto:[email protected] From [email protected] Thu Nov 18 13:20:16 2004 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 67079 invoked by uid 99); 18 Nov 2004 13: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 exchange.pdpar.ie) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 05:20:11 -0800 Received: by EXCHANGE with Internet Mail Service (5.5.2653.19) id <P6MNNDJ4>; Thu, 18 Nov 2004 13:25:03 -0000 Message-ID: <31D0DEEB9650D81182BA00105ADE8CB70DD6FE@EXCHANGE> From: Setanta Mathews <[email protected]> To: 'Cactus Users List' <[email protected]> Subject: RE: FormAuthentication and Error Code 500 Date: Thu, 18 Nov 2004 13:25:02 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Virus-Checked: Checked Hi, The username and password are fine. I know they might look a bit odd but they're valid. The user login page of the webapp takes in an e-mail address and a password. It then posts to a struts action that gets the user id, based on the email address, encrypts the password and then forwards on to a page that automatically submits a form called j_security_check with j_username and j_password set appropriately. The authentication must be working. Part of the test in question calls an EJB that does the following check: principal = sessionContext.getCallerPrincipal(); name = principal.getName(); System.out.println("User Id: " + name); if (name.equals("anonymous") || name.equals("guest")) throw new PrincipalException("Principal must be authenticated"); Without the begin method in my test the principal name is "guest" and a PrincipalException will be thrown. With the begin method the principal name is "0" (so authentication must have happened) and no exception is thrown. If I get the time I'll trace through what exactly is going on in the server and post back to this list. I agree that setting the expected response code to 500 is dangerous but I can't spend too much more time trying to get my tests running. Thanks, Setanta. -----Original Message----- From: Kazuhito SUGURI [mailto:[email protected]] Sent: 18 November 2004 12:18 To: [email protected] Subject: Re: FormAuthentication and Error Code 500 Hi Setanta, In article <31D0DEEB9650D81182BA00105ADE8CB70DD6FD@EXCHANGE>, Thu, 18 Nov 2004 11:56:27 -0000, Setanta Mathews <[email protected]> wrote: smathews> I think the password is okay. If I change it to something else I get a 403 smathews> (forbidden) error response code: Can you access to a secured resource from your browser as a user account you are coded in beginA method? First of all, we need to know an account (id and password) which is available in the system. smathews> Now, if I change by begin method to expect a response code of 500 ... smathews> smathews> public void beginA(WebRequest theRequest) smathews> { smathews> theRequest.setRedirectorName("ServletRedirectorSecure"); smathews> FormAuthentication fa = new FormAuthentication("0", smathews> "qUqP5cyxm6YcTAhz05Hph5gvu9M="); smathews> fa.setExpectedAuthResponse(500); smathews> theRequest.setAuthentication(fa); smathews> } I strongly suggest, don't try this approach. # need some protection logic in setExpectedAuthResponse()? Regards, ---- Kazuhito SUGURI mailto:[email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Nov 18 15:25:02 2004 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 47412 invoked by uid 99); 18 Nov 2004 15:25: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 [161.129.204.104] (HELO exchange.ghsinc.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 07:25:00 -0800 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Clovering Cactus tests with Maven Date: Thu, 18 Nov 2004 10:24:56 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Clovering Cactus tests with Maven Thread-Index: AcTNgsInIAIdhUSyQZelosM0pOseWg== From: "Darren Hartford" <[email protected]> To: "Cactus Users List" <[email protected]> X-Virus-Checked: Checked Hey all, Trying to get Clover reports on some Cactus tests. I caught the = question about clover with test-ear, but I'm not that far (yet). In just trying to follow some previous directions (below), I'm running = Maven-1.0.1 release (which has the Clover-1.6 plugin) and cactus-1.7dev. Following the directions, when I run "maven clover:report", the clover = plugin errors saying you need to run 'clover-setup' first. Well, that's = a clover problem, but still a show-stopper for step-by-step execution. =20 Moving foward, doing something like "maven clover:on site" to do it all = at once with the clover-report-plugin in the maven POM goes through. The = Cactus tests are run and I see the results, the cactus-report comes out = fine, but a clover report is never created (I don't have any Junit = tests, just Cactus). =3D=3D=3D=3Dsnip=3D=3D=3D=3D [cactus] Testcase: blah1 took 0.515 sec [cactus] Testcase: blah2 took 0.031 sec [cactus] Shutdown message has been posted to the server. [cactus] Server shutdown may take a while - check logfiles for = completion ..... [echo] Generating the Clover... maven-clover-plugin:report: clover:test: [echo] No tests to run Clover on clover:init: Overriding previous definition of reference to clover.classpath clover:report: clover:html-report-internal: [clover-report] Clover Version 1.3_01, built on July 09 2004 [clover-report] loaded from: C:\Documents and = Settings\dhartford\.maven\repo sitory\clover\jars\clover-ant-1.3_01.jar [clover-report] No coverage data found for = 'C:\projects\cpams\cpamsserver3\e jb_session\target\clover\database\clover_coverage.db'. [clover-report] No coverage recordings found. No report will be = generated. =3D=3D=3Dend snip=3D=3D=3D=3D My code is compiled/inspected with Clover, and I see all the classes in = /target/clover/classes (minus the cactus-tests), so at least that part = is working. Beyond that, I'm not sure what next to check. -D > -----Original Message----- > From: Vincent Massol [mailto:[email protected]] > Sent: Friday, July 16, 2004 7:18 AM > To: 'Maven Users List' > Cc: 'Cactus Users List' > Subject: [Summary] Clovering Cactus tests with Maven >=20 >=20 > Hi, >=20 > Some of you asked how to run Clover on Cactus tests. I tried=20 > to do it and > found that indeed there were some issues. I've now modified=20 > the Maven Clover > plugin so that it is possible to Clover Cactus tests.=20 >=20 > You'll need to do the following: >=20 > 1/ Use at least version 1.6 of the Maven Clover report. ATM,=20 > it is not yet > released so you'll have to build it from the source (CVS HEAD on > maven-plugins module). >=20 > 2/ In the Maven project used to execute the Cactus tests, add=20 > a dependency > to Clover: >=20 > <dependency> > <groupId>clover</groupId> > <artifactId>clover-ant</artifactId> > <version>1.3_01</version> > <properties> > <cactus.bundle>true</cactus.bundle> > </properties> > </dependency> >=20 > 3/ Then type "maven clean clover:on cactus". This instruments both the > project's source code + its Cactus tests >=20 > 4/ Once it is finished, type "maven clover:report" to=20 > generate the HTML > Clover report. It will be located in target/docs/clover/index.html >=20 > -Vincent >=20 >=20 From [email protected] Thu Nov 18 15:30:21 2004 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 58686 invoked by uid 99); 18 Nov 2004 15:30:21 -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 armail.arsoe-trelaze.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 07:30:18 -0800 Received: from arsovir.arsoe.pl ([161.129.204.104]) by armail.arsoe-trelaze.com (8.11.0/8.11.0) with SMTP id iAIFUD522005 for <[email protected]>; Thu, 18 Nov 2004 16:30:13 +0100 Received: from 161.129.204.104 by arsovir.arsoe.pl (InterScan E-Mail VirusWall NT); Thu, 18 Nov 2004 16:33:11 +0100 To: "Cactus Users List" <[email protected]> Subject: =?iso-8859-1?Q?R=E9f=2E_=3A_RE=3A_Clovering_Cactus_tests_with_Maven?= MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 Message-ID: <[email protected]> From: [email protected] Date: Thu, 18 Nov 2004 16:30:38 +0100 X-MIMETrack: Serialize by Router on Domino/arsoe trelaze/rie(Release 5.0.9a |January 7, 2002) at 18/11/2004 16:30:26, Serialize complete at 18/11/2004 16:30:26 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked If my memory is good it was disgust before on the list. I think you have to do something like for generating the clover report: maven clover:on cactus clover:report Nicolas "Darren Hartford" <[email protected]> 18/11/2004 16:24 Veuillez r=E9pondre =E0 "Cactus Users List" =20 Pour : "Cactus Users List" <[email protected]> cc :=20 Objet : RE: Clovering Cactus tests with Maven Hey all, Trying to get Clover reports on some Cactus tests. I caught the question=20 about clover with test-ear, but I'm not that far (yet). In just trying to follow some previous directions (below), I'm running=20 Maven-1.0.1 release (which has the Clover-1.6 plugin) and cactus-1.7dev. Following the directions, when I run "maven clover:report", the clover=20 plugin errors saying you need to run 'clover-setup' first. Well, that's a=20 clover problem, but still a show-stopper for step-by-step execution.=20 Moving foward, doing something like "maven clover:on site" to do it all at = once with the clover-report-plugin in the maven POM goes through. The=20 Cactus tests are run and I see the results, the cactus-report comes out=20 fine, but a clover report is never created (I don't have any Junit tests,=20 just Cactus). =3D=3D=3D=3Dsnip=3D=3D=3D=3D [cactus] Testcase: blah1 took 0.515 sec [cactus] Testcase: blah2 took 0.031 sec [cactus] Shutdown message has been posted to the server. [cactus] Server shutdown may take a while - check logfiles for=20 completion ..... [echo] Generating the Clover... maven-clover-plugin:report: clover:test: [echo] No tests to run Clover on clover:init: Overriding previous definition of reference to clover.classpath clover:report: clover:html-report-internal: [clover-report] Clover Version 1.3=5F01, built on July 09 2004 [clover-report] loaded from: C:\Documents and=20 Settings\dhartford\.maven\repo sitory\clover\jars\clover-ant-1.3=5F01.jar [clover-report] No coverage data found for=20 'C:\projects\cpams\cpamsserver3\e jb=5Fsession\target\clover\database\clover=5Fcoverage.db'. [clover-report] No coverage recordings found. No report will be=20 generated. =3D=3D=3Dend snip=3D=3D=3D=3D My code is compiled/inspected with Clover, and I see all the classes in=20 /target/clover/classes (minus the cactus-tests), so at least that part is=20 working. Beyond that, I'm not sure what next to check. -D > -----Original Message----- > From: Vincent Massol [mailto:[email protected]] > Sent: Friday, July 16, 2004 7:18 AM > To: 'Maven Users List' > Cc: 'Cactus Users List' > Subject: [Summary] Clovering Cactus tests with Maven >=20 >=20 > Hi, >=20 > Some of you asked how to run Clover on Cactus tests. I tried=20 > to do it and > found that indeed there were some issues. I've now modified=20 > the Maven Clover > plugin so that it is possible to Clover Cactus tests.=20 >=20 > You'll need to do the following: >=20 > 1/ Use at least version 1.6 of the Maven Clover report. ATM,=20 > it is not yet > released so you'll have to build it from the source (CVS HEAD on > maven-plugins module). >=20 > 2/ In the Maven project used to execute the Cactus tests, add=20 > a dependency > to Clover: >=20 > <dependency> > <groupId>clover</groupId> > <artifactId>clover-ant</artifactId> > <version>1.3=5F01</version> > <properties> > <cactus.bundle>true</cactus.bundle> > </properties> > </dependency> >=20 > 3/ Then type "maven clean clover:on cactus". This instruments both the > project's source code + its Cactus tests >=20 > 4/ Once it is finished, type "maven clover:report" to=20 > generate the HTML > Clover report. It will be located in target/docs/clover/index.html >=20 > -Vincent >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Nov 18 17:59:14 2004 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 69543 invoked by uid 99); 18 Nov 2004 17:59:14 -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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp108.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 18 Nov 2004 09:59:10 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp108.mail.sc5.yahoo.com with SMTP; 18 Nov 2004 17:59:06 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: =?iso-8859-1?Q?RE:_R=E9f._:_RE:_Clovering_Cactus_tests_with_Maven?= Date: Thu, 18 Nov 2004 18:59:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTNg4/JVZJEAj+8Q+GVfPOTOMKGdQAFC3mQ X-Virus-Checked: Checked Yes, that's right. You need the clover:report part -Vincent > -----Original Message----- > From: [email protected] = [mailto:Nicolas.CHALUMEAU@arsoe- > trelaze.com] > Sent: jeudi 18 novembre 2004 16:31 > To: Cactus Users List > Subject: R=E9f. : RE: Clovering Cactus tests with Maven >=20 > If my memory is good it was disgust before on the list. > I think you have to do something like for generating the clover = report: > maven clover:on cactus clover:report >=20 > Nicolas >=20 >=20 >=20 >=20 >=20 > "Darren Hartford" <[email protected]> > 18/11/2004 16:24 > Veuillez r=E9pondre =E0 "Cactus Users List" >=20 >=20 > Pour : "Cactus Users List" <[email protected]> > cc : > Objet : RE: Clovering Cactus tests with Maven >=20 >=20 > Hey all, > Trying to get Clover reports on some Cactus tests. I caught the = question > about clover with test-ear, but I'm not that far (yet). >=20 > In just trying to follow some previous directions (below), I'm running > Maven-1.0.1 release (which has the Clover-1.6 plugin) and = cactus-1.7dev. >=20 > Following the directions, when I run "maven clover:report", the clover > plugin errors saying you need to run 'clover-setup' first. Well, = that's a > clover problem, but still a show-stopper for step-by-step execution. >=20 > Moving foward, doing something like "maven clover:on site" to do it = all at > once with the clover-report-plugin in the maven POM goes through. The > Cactus tests are run and I see the results, the cactus-report comes = out > fine, but a clover report is never created (I don't have any Junit = tests, > just Cactus). >=20 > =3D=3D=3D=3Dsnip=3D=3D=3D=3D > [cactus] Testcase: blah1 took 0.515 sec > [cactus] Testcase: blah2 took 0.031 sec > [cactus] Shutdown message has been posted to the server. > [cactus] Server shutdown may take a while - check logfiles for > completion >=20 > ..... >=20 > [echo] Generating the Clover... > maven-clover-plugin:report: > clover:test: > [echo] No tests to run Clover on >=20 > clover:init: > Overriding previous definition of reference to clover.classpath >=20 > clover:report: > clover:html-report-internal: > [clover-report] Clover Version 1.3_01, built on July 09 2004 > [clover-report] loaded from: C:\Documents and > Settings\dhartford\.maven\repo > sitory\clover\jars\clover-ant-1.3_01.jar > [clover-report] No coverage data found for > 'C:\projects\cpams\cpamsserver3\e > jb_session\target\clover\database\clover_coverage.db'. > [clover-report] No coverage recordings found. No report will be > generated. > =3D=3D=3Dend snip=3D=3D=3D=3D >=20 > My code is compiled/inspected with Clover, and I see all the classes = in > /target/clover/classes (minus the cactus-tests), so at least that part = is > working. Beyond that, I'm not sure what next to check. >=20 > -D >=20 > > -----Original Message----- > > From: Vincent Massol [mailto:[email protected]] > > Sent: Friday, July 16, 2004 7:18 AM > > To: 'Maven Users List' > > Cc: 'Cactus Users List' > > Subject: [Summary] Clovering Cactus tests with Maven > > > > > > Hi, > > > > Some of you asked how to run Clover on Cactus tests. I tried > > to do it and > > found that indeed there were some issues. I've now modified > > the Maven Clover > > plugin so that it is possible to Clover Cactus tests. > > > > You'll need to do the following: > > > > 1/ Use at least version 1.6 of the Maven Clover report. ATM, > > it is not yet > > released so you'll have to build it from the source (CVS HEAD on > > maven-plugins module). > > > > 2/ In the Maven project used to execute the Cactus tests, add > > a dependency > > to Clover: > > > > <dependency> > > <groupId>clover</groupId> > > <artifactId>clover-ant</artifactId> > > <version>1.3_01</version> > > <properties> > > <cactus.bundle>true</cactus.bundle> > > </properties> > > </dependency> > > > > 3/ Then type "maven clean clover:on cactus". This instruments both = the > > project's source code + its Cactus tests > > > > 4/ Once it is finished, type "maven clover:report" to > > generate the HTML > > Clover report. It will be located in target/docs/clover/index.html > > > > -Vincent > > > > >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >=20 >=20 >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] From [email protected] Fri Nov 19 05:06:06 2004 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 18394 invoked by uid 99); 19 Nov 2004 05:06:06 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_50_60,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO kecgate03.infosys.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 21:06:04 -0800 Received: from INDHUBBHS02.ad.infosys.com ([161.129.204.104]) by kecgate03.infosys.com with InterScan Messaging Security Suite; Fri, 19 Nov 2004 10:30:54 +0530 Received: from punmsg04.ad.infosys.com ([161.129.204.104]) by INDHUBBHS02.ad.infosys.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 19 Nov 2004 10:34:03 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4CDF5.2DFE2420" Subject: Infinite Recursion when using suite method in cactus Date: Fri, 19 Nov 2004 10:33:59 +0530 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Infinite Recursion when using suite method in cactus Thread-Index: AcTN9S2YKIBoCsU7RYemOfTn8erW1g== From: "tanmay_ambre" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 19 Nov 2004 05:04:03.0153 (UTC) FILETIME=[30237C10:01C4CDF5] X-Virus-Checked: Checked ------_=_NextPart_001_01C4CDF5.2DFE2420 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 I have written a TestSuite which has a public static Test suite() method in it. The method implementation is as follows: =20 public static Test suite() { ServletTestSuite suite =3D new ServletTestSuite(); suite.addTest(new TestCactusDelegate("testGetCustInfo")); return suite(); } =20 Whenever I try running this test case using Browser Integration or Ant integration, the program goes in an infinite recursive loop.=20 =20 For running the unittests I use the following jars in the classpath. I also use cactifywar to create a war file for unit testing. The app server is Weblogic 8.1 =20 aspectjrt-1.1.1.jar cactus-1.6.1.jar cactus-ant-1.6.1.jar commons-httpclient-2.0.2.jar commons-logging-1.0.3.jar httpunit-1.5.4.jar junit-3.8.1.jar nekohtml-0.7.4.jar =20 =20 Following is the trace from a log file. This trace gets repeated infinitely. =20 =20 [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setDelegatedTest([testGetCustInfo(be.telenet.unittest.testcactus.testwe bclient.testdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setDelegatedTest [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setWrappedTest([null]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setWrappedTest [DEBUG][org.apache.cactus.ServletTestSuite]: <addTest([testGetCustInfo(be.telenet.unittest.testcactus.testwebclient.t estdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.ServletTestSuite]: >addTest =20 [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setDelegatedTest([testGetCustInfo(be.telenet.unittest.testcactus.testwe bclient.testdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setDelegatedTest [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setWrappedTest([null]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setWrappedTest [DEBUG][org.apache.cactus.ServletTestSuite]: <addTest([testGetCustInfo(be.telenet.unittest.testcactus.testwebclient.t estdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.ServletTestSuite]: >addTest =20 [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setDelegatedTest([testGetCustInfo(be.telenet.unittest.testcactus.testwe bclient.testdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setDelegatedTest [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setWrappedTest([null]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setWrappedTest [DEBUG][org.apache.cactus.ServletTestSuite]: <addTest([testGetCustInfo(be.telenet.unittest.testcactus.testwebclient.t estdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.ServletTestSuite]: >addTest =20 Warm Regards, =20 tanmay ambre, Infosys Technologies Ltd, Pune, India. =20 (O) 909-660-9956 (m) 909-660-9956 =20 =20 ------_=_NextPart_001_01C4CDF5.2DFE2420-- From [email protected] Fri Nov 19 09:02:26 2004 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 17060 invoked by uid 99); 19 Nov 2004 09:02: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 armail.arsoe-trelaze.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 19 Nov 2004 01:02:21 -0800 Received: from arsovir.arsoe.pl ([161.129.204.104]) by armail.arsoe-trelaze.com (8.11.0/8.11.0) with SMTP id iAJ8ld517416 for <[email protected]>; Fri, 19 Nov 2004 09:47:39 +0100 Received: from 161.129.204.104 by arsovir.arsoe.pl (InterScan E-Mail VirusWall NT); Fri, 19 Nov 2004 09:50:39 +0100 To: "Cactus Users List" <[email protected]> Subject: Re: Infinite Recursion when using suite method in cactus MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 Message-ID: <[email protected]> From: [email protected] Date: Fri, 19 Nov 2004 09:47:39 +0100 X-MIMETrack: Serialize by Router on Domino/arsoe trelaze/rie(Release 5.0.9a |January 7, 2002) at 19/11/2004 09:47:40, Serialize complete at 19/11/2004 09:47:40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked Normal. It is a programmation error : return suite; instead of return suite= (); will solve your problem "tanmay=5Fambre" <[email protected]> 19/11/2004 06:03 Veuillez r=E9pondre =E0 "Cactus Users List" =20 Pour : <[email protected]> cc :=20 Objet : Infinite Recursion when using suite method in cactus Hi, =20 I have written a TestSuite which has a public static Test suite() method in it. The method implementation is as follows: =20 public static Test suite() { ServletTestSuite suite =3D new ServletTestSuite(); suite.addTest(new TestCactusDelegate("testGetCustInfo")); return suite(); } =20 Whenever I try running this test case using Browser Integration or Ant integration, the program goes in an infinite recursive loop.=20 =20 For running the unittests I use the following jars in the classpath. I also use cactifywar to create a war file for unit testing. The app server is Weblogic 8.1 =20 aspectjrt-1.1.1.jar cactus-1.6.1.jar cactus-ant-1.6.1.jar commons-httpclient-2.0.2.jar commons-logging-1.0.3.jar httpunit-1.5.4.jar junit-3.8.1.jar nekohtml-0.7.4.jar =20 =20 Following is the trace from a log file. This trace gets repeated infinitely. =20 =20 [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setDelegatedTest([testGetCustInfo(be.telenet.unittest.testcactus.testwe bclient.testdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setDelegatedTest [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setWrappedTest([null]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setWrappedTest [DEBUG][org.apache.cactus.ServletTestSuite]: <addTest([testGetCustInfo(be.telenet.unittest.testcactus.testwebclient.t estdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.ServletTestSuite]: >addTest =20 [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setDelegatedTest([testGetCustInfo(be.telenet.unittest.testcactus.testwe bclient.testdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setDelegatedTest [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setWrappedTest([null]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setWrappedTest [DEBUG][org.apache.cactus.ServletTestSuite]: <addTest([testGetCustInfo(be.telenet.unittest.testcactus.testwebclient.t estdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.ServletTestSuite]: >addTest =20 [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setDelegatedTest([testGetCustInfo(be.telenet.unittest.testcactus.testwe bclient.testdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setDelegatedTest [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setWrappedTest([null]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setWrappedTest [DEBUG][org.apache.cactus.ServletTestSuite]: <addTest([testGetCustInfo(be.telenet.unittest.testcactus.testwebclient.t estdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.ServletTestSuite]: >addTest =20 Warm Regards, =20 tanmay ambre, Infosys Technologies Ltd, Pune, India. =20 (O) 909-660-9956 (m) 909-660-9956 =20 =20 From [email protected] Fri Nov 19 09:36:22 2004 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 83404 invoked by uid 99); 19 Nov 2004 09:36:22 -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 sfovwl03.infosys.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 19 Nov 2004 01:36:19 -0800 Received: from gtconn01.ad.infosys.com ([161.129.204.104]) by sfovwl03.infosys.com with InterScan Messaging Security Suite; Fri, 19 Nov 2004 02:00:28 -0800 Received: from INDHUBBHS02.ad.infosys.com ([161.129.204.104]) by gtconn01.ad.infosys.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 19 Nov 2004 01:35:24 -0800 Received: from punmsg04.ad.infosys.com ([161.129.204.104]) by INDHUBBHS02.ad.infosys.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 19 Nov 2004 15:05:20 +0530 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Infinite Recursion when using suite method in cactus Date: Fri, 19 Nov 2004 15:04:35 +0530 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Infinite Recursion when using suite method in cactus Thread-Index: AcTOFm249mK7N+MPRx2efo68zQdG3gABImGw From: "tanmay_ambre" <[email protected]> To: "Cactus Users List" <[email protected]> X-OriginalArrivalTime: 19 Nov 2004 09:35:20.0231 (UTC) FILETIME=[16087B70:01C4CE1B] X-Virus-Checked: Checked Thanks Nicolas. How stupid of me :) =20 Warm Regards, =20 tanmay ambre, Infosys Technologies Ltd, Pune, India. =20 (O) 909-660-9956 (m) 909-660-9956 =20 -----Original Message----- From: [email protected] = [mailto:[email protected]]=20 Sent: Friday, November 19, 2004 2:18 PM To: Cactus Users List Subject: Re: Infinite Recursion when using suite method in cactus Normal. It is a programmation error : return suite; instead of return = suite(); will solve your problem "tanmay_ambre" <[email protected]> 19/11/2004 06:03 Veuillez r=E9pondre =E0 "Cactus Users List" =20 Pour : <[email protected]> cc :=20 Objet : Infinite Recursion when using suite method in cactus Hi, =20 I have written a TestSuite which has a public static Test suite() method = in it. The method implementation is as follows: =20 public static Test suite() { ServletTestSuite suite =3D new ServletTestSuite(); suite.addTest(new TestCactusDelegate("testGetCustInfo")); return suite(); } =20 Whenever I try running this test case using Browser Integration or Ant = integration, the program goes in an infinite recursive loop.=20 =20 For running the unittests I use the following jars in the classpath. I = also use cactifywar to create a war file for unit testing. The app = server is Weblogic 8.1 =20 aspectjrt-1.1.1.jar cactus-1.6.1.jar cactus-ant-1.6.1.jar commons-httpclient-2.0.2.jar commons-logging-1.0.3.jar httpunit-1.5.4.jar junit-3.8.1.jar nekohtml-0.7.4.jar =20 =20 Following is the trace from a log file. This trace gets repeated = infinitely. =20 =20 [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setDelegatedTest([testGetCustInfo(be.telenet.unittest.testcactus.testwe bclient.testdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setDelegatedTest [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setWrappedTest([null]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setWrappedTest [DEBUG][org.apache.cactus.ServletTestSuite]: <addTest([testGetCustInfo(be.telenet.unittest.testcactus.testwebclient.t estdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.ServletTestSuite]: >addTest =20 [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setDelegatedTest([testGetCustInfo(be.telenet.unittest.testcactus.testwe bclient.testdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setDelegatedTest [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setWrappedTest([null]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setWrappedTest [DEBUG][org.apache.cactus.ServletTestSuite]: <addTest([testGetCustInfo(be.telenet.unittest.testcactus.testwebclient.t estdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.ServletTestSuite]: >addTest =20 [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setDelegatedTest([testGetCustInfo(be.telenet.unittest.testcactus.testwe bclient.testdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setDelegatedTest [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: <setWrappedTest([null]) [DEBUG][org.apache.cactus.internal.server.ServerTestCaseCaller]: >setWrappedTest [DEBUG][org.apache.cactus.ServletTestSuite]: <addTest([testGetCustInfo(be.telenet.unittest.testcactus.testwebclient.t estdelegate.TestCactusDelegate)]) [DEBUG][org.apache.cactus.ServletTestSuite]: >addTest =20 Warm Regards, =20 tanmay ambre, Infosys Technologies Ltd, Pune, India. =20 (O) 909-660-9956 (m) 909-660-9956 =20 =20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Nov 19 09:38:55 2004 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 85747 invoked by uid 99); 19 Nov 2004 09:38: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: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO armail.arsoe-trelaze.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 19 Nov 2004 01:38:52 -0800 Received: from arsovir.arsoe.pl ([161.129.204.104]) by armail.arsoe-trelaze.com (8.11.0/8.11.0) with SMTP id iAJ9cl519097 for <[email protected]>; Fri, 19 Nov 2004 10:38:47 +0100 Received: from 161.129.204.104 by arsovir.arsoe.pl (InterScan E-Mail VirusWall NT); Fri, 19 Nov 2004 10:41:46 +0100 To: "Cactus Users List" <[email protected]> Subject: RE: =?iso-8859-1?Q?R=E9f=2E_=3A_RE=3A_Clovering_Cactus_tests_with_Maven?= MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 Message-ID: <[email protected]> From: [email protected] Date: Fri, 19 Nov 2004 10:38:59 +0100 X-MIMETrack: Serialize by Router on Domino/arsoe trelaze/rie(Release 5.0.9a |January 7, 2002) at 19/11/2004 10:38:47, Serialize complete at 19/11/2004 10:38:47 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked I reread the message. In fact you want to have cactus report and clover=20 report when you call maven site:generate. In that case, you just have to add a preGoal on cactus who does the=20 clover:on and a postGoal on cactus who does the clover:report. In your project.xml add the cactus report but not the clover one. This solution is not very good because the clover report will be done for=20 all your cactus test. So I thing the best method is to generate the clover report before calling = the site:generate (no clean between this 2 step ;) ) and don't include the = clover report in your pom (just add an link in your navigation.xml that=20 point on it). Nicolas, "Vincent Massol" <[email protected]> 18/11/2004 18:59 Veuillez r=E9pondre =E0 "Cactus Users List" =20 Pour : "'Cactus Users List'" <[email protected]> cc :=20 Objet : RE: R=E9f. : RE: Clovering Cactus tests with Maven Yes, that's right. You need the clover:report part -Vincent > -----Original Message----- > From: [email protected]=20 [mailto:Nicolas.CHALUMEAU@arsoe- > trelaze.com] > Sent: jeudi 18 novembre 2004 16:31 > To: Cactus Users List > Subject: R=E9f. : RE: Clovering Cactus tests with Maven >=20 > If my memory is good it was disgust before on the list. > I think you have to do something like for generating the clover report: > maven clover:on cactus clover:report >=20 > Nicolas >=20 >=20 >=20 >=20 >=20 > "Darren Hartford" <[email protected]> > 18/11/2004 16:24 > Veuillez r=E9pondre =E0 "Cactus Users List" >=20 >=20 > Pour : "Cactus Users List" <[email protected]> > cc : > Objet : RE: Clovering Cactus tests with Maven >=20 >=20 > Hey all, > Trying to get Clover reports on some Cactus tests. I caught the=20 question > about clover with test-ear, but I'm not that far (yet). >=20 > In just trying to follow some previous directions (below), I'm running > Maven-1.0.1 release (which has the Clover-1.6 plugin) and cactus-1.7dev. >=20 > Following the directions, when I run "maven clover:report", the clover > plugin errors saying you need to run 'clover-setup' first. Well, that's=20 a > clover problem, but still a show-stopper for step-by-step execution. >=20 > Moving foward, doing something like "maven clover:on site" to do it all=20 at > once with the clover-report-plugin in the maven POM goes through. The > Cactus tests are run and I see the results, the cactus-report comes out > fine, but a clover report is never created (I don't have any Junit=20 tests, > just Cactus). >=20 > =3D=3D=3D=3Dsnip=3D=3D=3D=3D > [cactus] Testcase: blah1 took 0.515 sec > [cactus] Testcase: blah2 took 0.031 sec > [cactus] Shutdown message has been posted to the server. > [cactus] Server shutdown may take a while - check logfiles for > completion >=20 > ..... >=20 > [echo] Generating the Clover... > maven-clover-plugin:report: > clover:test: > [echo] No tests to run Clover on >=20 > clover:init: > Overriding previous definition of reference to clover.classpath >=20 > clover:report: > clover:html-report-internal: > [clover-report] Clover Version 1.3=5F01, built on July 09 2004 > [clover-report] loaded from: C:\Documents and > Settings\dhartford\.maven\repo > sitory\clover\jars\clover-ant-1.3=5F01.jar > [clover-report] No coverage data found for > 'C:\projects\cpams\cpamsserver3\e > jb=5Fsession\target\clover\database\clover=5Fcoverage.db'. > [clover-report] No coverage recordings found. No report will be > generated. > =3D=3D=3Dend snip=3D=3D=3D=3D >=20 > My code is compiled/inspected with Clover, and I see all the classes in > /target/clover/classes (minus the cactus-tests), so at least that part=20 is > working. Beyond that, I'm not sure what next to check. >=20 > -D >=20 > > -----Original Message----- > > From: Vincent Massol [mailto:[email protected]] > > Sent: Friday, July 16, 2004 7:18 AM > > To: 'Maven Users List' > > Cc: 'Cactus Users List' > > Subject: [Summary] Clovering Cactus tests with Maven > > > > > > Hi, > > > > Some of you asked how to run Clover on Cactus tests. I tried > > to do it and > > found that indeed there were some issues. I've now modified > > the Maven Clover > > plugin so that it is possible to Clover Cactus tests. > > > > You'll need to do the following: > > > > 1/ Use at least version 1.6 of the Maven Clover report. ATM, > > it is not yet > > released so you'll have to build it from the source (CVS HEAD on > > maven-plugins module). > > > > 2/ In the Maven project used to execute the Cactus tests, add > > a dependency > > to Clover: > > > > <dependency> > > <groupId>clover</groupId> > > <artifactId>clover-ant</artifactId> > > <version>1.3=5F01</version> > > <properties> > > <cactus.bundle>true</cactus.bundle> > > </properties> > > </dependency> > > > > 3/ Then type "maven clean clover:on cactus". This instruments both the > > project's source code + its Cactus tests > > > > 4/ Once it is finished, type "maven clover:report" to > > generate the HTML > > Clover report. It will be located in target/docs/clover/index.html > > > > -Vincent > > > > >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >=20 >=20 >=20 >=20 >=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 Nov 19 20:40:29 2004 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 91709 invoked by uid 99); 19 Nov 2004 20:40:29 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,MIME_HTML_NO_CHARSET X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail4.loyalty.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 19 Nov 2004 12:40:27 -0800 Received: from loyaltypdc.ntastor.local ([161.129.204.104]) by mail4.loyalty.com with smtp (Exim 4.43) id 1CVFYL-0006au-6A for [email protected]; Fri, 19 Nov 2004 15:40:21 -0500 Received: from exchtor2.loyalty.com ([161.129.204.104]) by loyaltypdc.ntastor.local (SAVSMTP 161.129.204.104) with SMTP id M2004111915401630211 for <[email protected]>; Fri, 19 Nov 2004 15:40:16 -0500 Received: by exchtor2.loyalty.com with Internet Mail Service (5.5.2653.19) id <SW7JA9GY>; Fri, 19 Nov 2004 15:40:16 -0500 Message-ID: <[email protected]> From: Greg Kubaczkowski <[email protected]> To: "'[email protected]'" <[email protected]> Subject: cactus and weblogic8.1 Date: Fri, 19 Nov 2004 15:40:13 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4CE77.F7F7F3CE" X-Virus-Checked: Checked ------_=_NextPart_001_01C4CE77.F7F7F3CE Content-Type: text/plain Hi all I'm having problem deploying cactified apps to weblogic. I have seen the references to this problem on the list, but did not find an answer to it. The problem is that when I'm trying to deploy my cactified war I get the following error: <Nov 19, 2004 2:30:34 PM EST> <Warning> <DRS> <BEA-002506> <The current version 149 for DataIdentifier DataIdentifierID: 1 does not match with incoming version 157 for a one-phase update.> <Nov 19, 2004 2:30:34 PM EST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating Deploy task for application contactcapture-cactus.> <Nov 19, 2004 2:30:34 PM EST> <Error> <Deployer> <BEA-149201> <Failed to complete the deployment task with ID 11 for the application contactcapture-cactus. weblogic.management.DeploymentException: Exception:weblogic.management.ApplicationException: start() failed. Module: contactcapture-cactus Error: java.lang.ExceptionInInitializerError at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDe ployer.java:2354) at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.jav a:2136) at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveDep loyer.java:2235) at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer.ja va:2130) at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDep loyer.java:2315) at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeplo yer.java:866) at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.ja va:594) at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.j ava:508) at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.ja va:25) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) --------------- nested within: ------------------ weblogic.management.ManagementException: - with nested exception: [weblogic.management.DeploymentException: Exception:weblogic.management.ApplicationException: start() failed. Module: contactcapture-cactus Error: java.lang.ExceptionInInitializerError ] at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDep loyer.java:2327) at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeplo yer.java:866) at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.ja va:594) at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.j ava:508) at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.ja va:25) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > Now, if I create my war manually (as opposed via ant cactifywar task), and comment out the Filter Redirector sections (both filter and filter-mapping), everything works fine. Any thoughts? I'm using cactus 1.6.1, weblogic 8.1 sp3. Greg Kubaczkowski Senior Java Developer Enterprise DW Solutions, I.T. Loyalty Management Group ------_=_NextPart_001_01C4CE77.F7F7F3CE-- From [email protected] Sat Nov 20 07:54:02 2004 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 26687 invoked by uid 99); 20 Nov 2004 07:54: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 [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 19 Nov 2004 23:53:57 -0800 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.12.11/8.12.11) with ESMTP id iAK7rpVD021387 for <[email protected]>; Sat, 20 Nov 2004 16:53:51 +0900 (JST) Received: from vcs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAK7rpK8006958 for <[email protected]>; Sat, 20 Nov 2004 16:53: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.12.11/8.12.11) with ESMTP id iAK7rpTD006954 for <[email protected]>; Sat, 20 Nov 2004 16:53:51 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (localhost [161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAK7roca002658 for <[email protected]>; Sat, 20 Nov 2004 16:53:50 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.12.11/8.12.11) with ESMTP id iAK7rolO002652 for <[email protected]>; Sat, 20 Nov 2004 16:53:50 +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.12.11/8.12.11) with ESMTP id iAK7rnGc026688 for <[email protected]>; Sat, 20 Nov 2004 16:53:49 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.12.11/dmailsv-1.1c) with ESMTP id iAK7rnZt012080 for <[email protected]>; Sat, 20 Nov 2004 16:53:49 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.12.11/Lab-1.3) with ESMTP id iAK7rlj0008753 for <[email protected]>; Sat, 20 Nov 2004 16:53:48 +0900 (JST) Date: Sat, 20 Nov 2004 16:55:45 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: FormAuthentication and Error Code 500 From: Kazuhito SUGURI <[email protected]> In-Reply-To: <31D0DEEB9650D81182BA00105ADE8CB70DD6FE@EXCHANGE> References: <31D0DEEB9650D81182BA00105ADE8CB70DD6FE@EXCHANGE> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Hi Setanta, Could you post server log? We need more detail to understand what's going on. In article <31D0DEEB9650D81182BA00105ADE8CB70DD6FE@EXCHANGE>, Thu, 18 Nov 2004 13:25:02 -0000, Setanta Mathews <[email protected]> wrote: smathews> The authentication must be working. Part of the test in question calls an smathews> EJB that does the following check: smathews> smathews> principal = sessionContext.getCallerPrincipal(); smathews> name = principal.getName(); smathews> System.out.println("User Id: " + name); smathews> if (name.equals("anonymous") || name.equals("guest")) smathews> throw new PrincipalException("Principal must be authenticated"); smathews> smathews> Without the begin method in my test the principal name is "guest" and a smathews> PrincipalException will be thrown. With the begin method the principal name smathews> is "0" (so authentication must have happened) and no exception is thrown. If the purpose of the authentication is to get a principal name, and you think the FormAuthentication goes worng, you might try to use the BasicAuthentication for your unit-testing of EJBs. smathews> I agree that setting the expected response code to 500 is dangerous smathews> but I can't spend too much more time trying to get my tests running. I don't think that is a good idea. It may take long time to solve your problem with FormAuthentication, but it cannot be a reason to bypassing the problem by such unusual approach. I suggest you to use more simple authentication for your tests. Regards, ---- Kazuhito SUGURI mailto:[email protected] From [email protected] Sat Nov 20 15:47:08 2004 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 3416 invoked by uid 99); 20 Nov 2004 15:47: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp105.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 20 Nov 2004 07:47:04 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp105.mail.sc5.yahoo.com with SMTP; 20 Nov 2004 15:46:48 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: cactus and weblogic8.1 Date: Sat, 20 Nov 2004 16:45:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcTOeANNYFfGdF3LROqKoWJ865y6dgAdUHSA In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Greg, Are you saying that if you manually build your WAR and then use it with <cactus> it works fine but if you use <cactifywar> and then <cactus> it doesn't work? Note that I have now started the Cargo project (http://cargo.codehaus.org) that supports WL 8.x. You should be able to use Cargo instead of the <cactus> task. But if your problem is in the cactifywar task, it won't help. Thanks -Vincent > -----Original Message----- > From: Greg Kubaczkowski [mailto:[email protected]] > Sent: vendredi 19 novembre 2004 21:40 > To: '[email protected]' > Subject: cactus and weblogic8.1 > > Hi all > > > > I'm having problem deploying cactified apps to weblogic. I have seen the > references to this problem on the list, but did not find an answer to it. > > > > The problem is that when I'm trying to deploy my cactified war I get the > following error: > > > > <Nov 19, 2004 2:30:34 PM EST> <Warning> <DRS> <BEA-002506> <The current > version 149 for DataIdentifier DataIdentifierID: 1 does not match with > incoming version 157 for a one-phase update.> > > <Nov 19, 2004 2:30:34 PM EST> <Warning> <Deployer> <BEA-149004> <Failures > were detected while initiating Deploy task for application > contactcapture-cactus.> > > <Nov 19, 2004 2:30:34 PM EST> <Error> <Deployer> <BEA-149201> <Failed to > complete the deployment task with ID 11 for the application > contactcapture-cactus. > > weblogic.management.DeploymentException: > > Exception:weblogic.management.ApplicationException: start() failed. > > Module: contactcapture-cactus Error: > java.lang.ExceptionInInitializerError > > > > at > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(Slave > De > ployer.java:2354) > > at > weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.j > av > a:2136) > > at > weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveD > ep > loyer.java:2235) > > at > weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer. > ja > va:2130) > > at > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveD > ep > loyer.java:2315) > > at > weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDep > lo > yer.java:866) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer. > ja > va:594) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer > .j > ava:508) > > at > weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler. > ja > va:25) > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > > --------------- nested within: ------------------ > > weblogic.management.ManagementException: - with nested exception: > > [weblogic.management.DeploymentException: > > Exception:weblogic.management.ApplicationException: start() failed. > > Module: contactcapture-cactus Error: > java.lang.ExceptionInInitializerError > > ] > > at > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveD > ep > loyer.java:2327) > > at > weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDep > lo > yer.java:866) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer. > ja > va:594) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer > .j > ava:508) > > at > weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler. > ja > va:25) > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > > > > > > > > > Now, if I create my war manually (as opposed via ant cactifywar task), and > comment out the Filter Redirector sections (both filter and filter- > mapping), > everything works fine. > > > > Any thoughts? > > > > I'm using cactus 1.6.1, weblogic 8.1 sp3. > > > > > > > > > > > > > > Greg Kubaczkowski > > Senior Java Developer > > Enterprise DW Solutions, I.T. > > Loyalty Management Group From [email protected] Mon Nov 22 09:35:17 2004 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 66328 invoked by uid 99); 22 Nov 2004 09:35:17 -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 exchange.pdpar.ie) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 22 Nov 2004 01:35:09 -0800 Received: by EXCHANGE with Internet Mail Service (5.5.2653.19) id <P6MNN1MC>; Mon, 22 Nov 2004 09:39:59 -0000 Message-ID: <31D0DEEB9650D81182BA00105ADE8CB70DD70D@EXCHANGE> From: Setanta Mathews <[email protected]> To: 'Cactus Users List' <[email protected]> Subject: RE: FormAuthentication and Error Code 500 Date: Mon, 22 Nov 2004 09:39:59 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Virus-Checked: Checked Hi Kazuhito, Unfortunately I haven't been able to spend any more time on this problem since my last post. If I get some time over the next few days I'll find out what exactly is going on and I'll let you guys know. Thanks, Setanta. -----Original Message----- From: Kazuhito SUGURI [mailto:[email protected]] Sent: 20 November 2004 07:56 To: [email protected] Subject: Re: FormAuthentication and Error Code 500 Hi Setanta, Could you post server log? We need more detail to understand what's going on. In article <31D0DEEB9650D81182BA00105ADE8CB70DD6FE@EXCHANGE>, Thu, 18 Nov 2004 13:25:02 -0000, Setanta Mathews <[email protected]> wrote: smathews> The authentication must be working. Part of the test in question calls an smathews> EJB that does the following check: smathews> smathews> principal = sessionContext.getCallerPrincipal(); smathews> name = principal.getName(); smathews> System.out.println("User Id: " + name); smathews> if (name.equals("anonymous") || name.equals("guest")) smathews> throw new PrincipalException("Principal must be authenticated"); smathews> smathews> Without the begin method in my test the principal name is "guest" and a smathews> PrincipalException will be thrown. With the begin method the principal name smathews> is "0" (so authentication must have happened) and no exception is thrown. If the purpose of the authentication is to get a principal name, and you think the FormAuthentication goes worng, you might try to use the BasicAuthentication for your unit-testing of EJBs. smathews> I agree that setting the expected response code to 500 is dangerous smathews> but I can't spend too much more time trying to get my tests running. I don't think that is a good idea. It may take long time to solve your problem with FormAuthentication, but it cannot be a reason to bypassing the problem by such unusual approach. I suggest you to use more simple authentication for your tests. Regards, ---- Kazuhito SUGURI mailto:[email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Nov 22 14:30:42 2004 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 53111 invoked by uid 99); 22 Nov 2004 14:30:42 -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 mail4.loyalty.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 22 Nov 2004 06:30:36 -0800 Received: from loyaltypdc.ntastor.local ([161.129.204.104]) by mail4.loyalty.com with smtp (Exim 4.43) id 1CWFCE-0004KJ-Ot for [email protected]; Mon, 22 Nov 2004 09:29:38 -0500 Received: from exchtor2.loyalty.com ([161.129.204.104]) by loyaltypdc.ntastor.local (SAVSMTP 161.129.204.104) with SMTP id M2004112209293816056 for <[email protected]>; Mon, 22 Nov 2004 09:29:38 -0500 Received: by exchtor2.loyalty.com with Internet Mail Service (5.5.2653.19) id <SW7JBBN2>; Mon, 22 Nov 2004 09:29:38 -0500 Message-ID: <[email protected]> From: Greg Kubaczkowski <[email protected]> To: 'Cactus Users List' <[email protected]> Subject: RE: cactus and weblogic8.1 Date: Mon, 22 Nov 2004 09:29:38 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Virus-Checked: Checked Vincent Thanks for your reply. The problem is with the Filter Redirector sections of web.xml. If I comment them out, then I don't have a problem and my ServletTests run, but with Filter Redirector section in, I get the error listed below. Greg. -----Original Message----- From: Vincent Massol [mailto:[email protected]] Sent: Saturday, November 20, 2004 10:46 AM To: 'Cactus Users List' Subject: RE: cactus and weblogic8.1 Hi Greg, Are you saying that if you manually build your WAR and then use it with <cactus> it works fine but if you use <cactifywar> and then <cactus> it doesn't work? Note that I have now started the Cargo project (http://cargo.codehaus.org) that supports WL 8.x. You should be able to use Cargo instead of the <cactus> task. But if your problem is in the cactifywar task, it won't help. Thanks -Vincent > -----Original Message----- > From: Greg Kubaczkowski [mailto:[email protected]] > Sent: vendredi 19 novembre 2004 21:40 > To: '[email protected]' > Subject: cactus and weblogic8.1 > > Hi all > > > > I'm having problem deploying cactified apps to weblogic. I have seen the > references to this problem on the list, but did not find an answer to it. > > > > The problem is that when I'm trying to deploy my cactified war I get the > following error: > > > > <Nov 19, 2004 2:30:34 PM EST> <Warning> <DRS> <BEA-002506> <The current > version 149 for DataIdentifier DataIdentifierID: 1 does not match with > incoming version 157 for a one-phase update.> > > <Nov 19, 2004 2:30:34 PM EST> <Warning> <Deployer> <BEA-149004> <Failures > were detected while initiating Deploy task for application > contactcapture-cactus.> > > <Nov 19, 2004 2:30:34 PM EST> <Error> <Deployer> <BEA-149201> <Failed to > complete the deployment task with ID 11 for the application > contactcapture-cactus. > > weblogic.management.DeploymentException: > > Exception:weblogic.management.ApplicationException: start() failed. > > Module: contactcapture-cactus Error: > java.lang.ExceptionInInitializerError > > > > at > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(Slave > De > ployer.java:2354) > > at > weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.j > av > a:2136) > > at > weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveD > ep > loyer.java:2235) > > at > weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer. > ja > va:2130) > > at > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveD > ep > loyer.java:2315) > > at > weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDep > lo > yer.java:866) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer. > ja > va:594) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer > .j > ava:508) > > at > weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler. > ja > va:25) > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > > --------------- nested within: ------------------ > > weblogic.management.ManagementException: - with nested exception: > > [weblogic.management.DeploymentException: > > Exception:weblogic.management.ApplicationException: start() failed. > > Module: contactcapture-cactus Error: > java.lang.ExceptionInInitializerError > > ] > > at > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveD > ep > loyer.java:2327) > > at > weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDep > lo > yer.java:866) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer. > ja > va:594) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer > .j > ava:508) > > at > weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler. > ja > va:25) > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > > > > > > > > > Now, if I create my war manually (as opposed via ant cactifywar task), and > comment out the Filter Redirector sections (both filter and filter- > mapping), > everything works fine. > > > > Any thoughts? > > > > I'm using cactus 1.6.1, weblogic 8.1 sp3. > > > > > > > > > > > > > > Greg Kubaczkowski > > Senior Java Developer > > Enterprise DW Solutions, I.T. > > Loyalty Management Group --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Nov 22 14:56:00 2004 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 37797 invoked by uid 99); 22 Nov 2004 14:56: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 includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp110.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 22 Nov 2004 06:55:56 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp110.mail.sc5.yahoo.com with SMTP; 22 Nov 2004 14:55:31 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: cactus and weblogic8.1 Date: Mon, 22 Nov 2004 15:53: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.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTQn9tAovpMysYwRwS+SYiukhxVDwAAZTcg In-Reply-To: <[email protected]> X-Virus-Checked: Checked > -----Original Message----- > From: Greg Kubaczkowski [mailto:[email protected]] > Sent: lundi 22 novembre 2004 15:30 > To: 'Cactus Users List' > Subject: RE: cactus and weblogic8.1 > > Vincent > > Thanks for your reply. The problem is with the Filter Redirector sections > of web.xml. If I comment them out, then I don't have a problem and my > ServletTests run, but with Filter Redirector section in, I get the error > listed below. Ok, I understand. I have no idea what's causing the problem. Maybe it's something from WL 8.x. It was working fine for me when I was using WL 7.x. In any case, WL 8.x is unfortunately not yet supported by Cactus (meaning it's not integrated in our code nor in our test suite). It's simply a lack of time. For the past month, I have been working on Cargo with the will to migrate the Cactus Ant code to Cargo. This is where all my efforts are being spent today. So hopefully, in the not too far future, we should be able to get WL 8.x support (through Cargo) for Cactus. Thanks and sorry -Vincent > > Greg. > > -----Original Message----- > From: Vincent Massol [mailto:[email protected]] > Sent: Saturday, November 20, 2004 10:46 AM > To: 'Cactus Users List' > Subject: RE: cactus and weblogic8.1 > > Hi Greg, > > Are you saying that if you manually build your WAR and then use it with > <cactus> it works fine but if you use <cactifywar> and then <cactus> it > doesn't work? > > Note that I have now started the Cargo project (http://cargo.codehaus.org) > that supports WL 8.x. You should be able to use Cargo instead of the > <cactus> task. But if your problem is in the cactifywar task, it won't > help. > > Thanks > -Vincent > > > -----Original Message----- > > From: Greg Kubaczkowski [mailto:[email protected]] > > Sent: vendredi 19 novembre 2004 21:40 > > To: '[email protected]' > > Subject: cactus and weblogic8.1 > > > > Hi all > > > > > > > > I'm having problem deploying cactified apps to weblogic. I have seen > the > > references to this problem on the list, but did not find an answer to > it. > > > > > > > > The problem is that when I'm trying to deploy my cactified war I get the > > following error: > > > > > > > > <Nov 19, 2004 2:30:34 PM EST> <Warning> <DRS> <BEA-002506> <The current > > version 149 for DataIdentifier DataIdentifierID: 1 does not match with > > incoming version 157 for a one-phase update.> > > > > <Nov 19, 2004 2:30:34 PM EST> <Warning> <Deployer> <BEA-149004> > <Failures > > were detected while initiating Deploy task for application > > contactcapture-cactus.> > > > > <Nov 19, 2004 2:30:34 PM EST> <Error> <Deployer> <BEA-149201> <Failed to > > complete the deployment task with ID 11 for the application > > contactcapture-cactus. > > > > weblogic.management.DeploymentException: > > > > Exception:weblogic.management.ApplicationException: start() failed. > > > > Module: contactcapture-cactus Error: > > java.lang.ExceptionInInitializerError > > > > > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(Slave > > De > > ployer.java:2354) > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.j > > av > > a:2136) > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveD > > ep > > loyer.java:2235) > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer. > > ja > > va:2130) > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveD > > ep > > loyer.java:2315) > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDep > > lo > > yer.java:866) > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer. > > ja > > va:594) > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer > > .j > > ava:508) > > > > at > > > weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler. > > ja > > va:25) > > > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > > > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > > > > --------------- nested within: ------------------ > > > > weblogic.management.ManagementException: - with nested exception: > > > > [weblogic.management.DeploymentException: > > > > Exception:weblogic.management.ApplicationException: start() failed. > > > > Module: contactcapture-cactus Error: > > java.lang.ExceptionInInitializerError > > > > ] > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveD > > ep > > loyer.java:2327) > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDep > > lo > > yer.java:866) > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer. > > ja > > va:594) > > > > at > > > weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer > > .j > > ava:508) > > > > at > > > weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler. > > ja > > va:25) > > > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > > > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > > > > > > > > > > > > > > > > > Now, if I create my war manually (as opposed via ant cactifywar task), > and > > comment out the Filter Redirector sections (both filter and filter- > > mapping), > > everything works fine. > > > > > > > > Any thoughts? > > > > > > > > I'm using cactus 1.6.1, weblogic 8.1 sp3. > > > > > > > > > > > > > > > > > > > > > > > > > > > > Greg Kubaczkowski > > > > Senior Java Developer > > > > Enterprise DW Solutions, I.T. > > > > Loyalty Management Group > > > > --------------------------------------------------------------------- > 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 Nov 22 18:46:06 2004 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 67906 invoked by uid 99); 22 Nov 2004 18:46: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 exchange.ghsinc.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 22 Nov 2004 10:46:03 -0800 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Clovering Cactus tests with Maven Date: Mon, 22 Nov 2004 13:45:56 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Clovering Cactus tests with Maven Thread-Index: AcTQw4B05aoCDG6dSCmo1zIWR06Dxg== From: "Darren Hartford" <[email protected]> To: "Cactus Users List" <[email protected]> X-Virus-Checked: Checked Reading through, that sounds like this would work, but unfortunately it = did not :-( Here is in detail the items I'm setting related to cactus. *build.properties: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D cactus.home.jboss3x =3D c:/jboss/jboss-3.2.4 # this is no longer needed, defaulted # cactus.src.mergewebxml =3D ${basedir}/src/conf/cactus-web.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D *project.properties: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # ------------------------------------------------------------------- # Cactus Unit Test Properties # --comment out all, using defaults-- # ------------------------------------------------------------------- # cactus.ear=3D${basedir}/target/${pom.artifactId}-cactus.ear # cactus.war.dir=3D${basedir}/target # cactus.war.name=3D${pom.artifactId}-cactus.war =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D *project.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D <!-- Add Clover Report support to Cactus test --> <dependency> <groupId>clover</groupId> <artifactId>clover-ant</artifactId> <version>1.3_01</version> <properties> <cactus.bundle>true</cactus.bundle> </properties> </dependency> <dependency> <groupId>clover</groupId> <artifactId>clover</artifactId> <version>1.2.3</version> <properties> <cactus.bundle>true</cactus.bundle> </properties> </dependency> ..... <!-- note, sometimes better results if copy all java and generated = xdoclet files to one location and point sourcedirectory there--> <sourceDirectory>src/java</sourceDirectory> <unitTestSourceDirectory>src/test</unitTestSourceDirectory> = <integrationUnitTestSourceDirectory>src/test-cactus</integrationUnitTestS= ourceDirectory> ..... <reports> <report>maven-changes-plugin</report> <report>maven-jdepend-plugin</report> <report>maven-pmd-plugin</report> <report>maven-checkstyle-plugin</report> <report>maven-cactus-plugin</report> <report>maven-junit-report-plugin</report> <!--report>maven-clover-plugin</report--> <report>maven-javadoc-plugin</report> <report>maven-dashboard-plugin</report> </reports> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D *maven.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D <preGoal name=3D"cactus"> <attainGoal name=3D"clover:on"/> </preGoal> =20 <postGoal name=3D"cactus"> <attainGoal name=3D"clover:report"/> </postGoal> <preGoal name=3D"war:webapp"> <attainGoal name=3D"mycactuswar"/> </preGoal> <!--this is from some older e-mails/conversations--> <goal name=3D"mycactuswar"> <taskdef name=3D"webdoclet" = classname=3D"xdoclet.modules.web.WebDocletTask"> <classpath> <path refid=3D"maven.dependency.classpath"/> </classpath> </taskdef> <webdoclet destdir=3D"${basedir}/target/${pom.artifactId}/WEB-INF" force=3D"true" > <fileset dir=3D"${basedir}/src/test-cactus"> <include name=3D"**/*.java" /> </fileset> =09 <deploymentdescriptor distributable=3D"false" servletspec=3D"2.3" = destdir=3D"${basedir}/target/${pom.artifactId}/WEB-INF" /> =20 <jbosswebxml destdir=3D"${basedir}/target/${pom.artifactId}/WEB-INF"/> </webdoclet> </goal> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > -----Original Message----- > From: [email protected] > [mailto:[email protected]] > Sent: Friday, November 19, 2004 4:39 AM > To: Cactus Users List > Subject: RE: R=E9f. : RE: Clovering Cactus tests with Maven >=20 >=20 > I reread the message. In fact you want to have cactus report=20 > and clover=20 > report when you call maven site:generate. > In that case, you just have to add a preGoal on cactus who does the=20 > clover:on and a postGoal on cactus who does the clover:report. > In your project.xml add the cactus report but not the clover one. >=20 > This solution is not very good because the clover report will=20 > be done for=20 > all your cactus test. > So I thing the best method is to generate the clover report=20 > before calling=20 > the site:generate (no clean between this 2 step ;) ) and=20 > don't include the=20 > clover report in your pom (just add an link in your=20 > navigation.xml that=20 > point on it). >=20 > Nicolas, >=20 >=20 >=20 >=20 >=20 > "Vincent Massol" <[email protected]> > 18/11/2004 18:59 > Veuillez r=E9pondre =E0 "Cactus Users List" >=20 > =20 > Pour : "'Cactus Users List'" <[email protected]> > cc :=20 > Objet : RE: R=E9f. : RE: Clovering Cactus tests with Maven >=20 >=20 > Yes, that's right. You need the clover:report part >=20 > -Vincent >=20 > > -----Original Message----- > > From: [email protected]=20 > [mailto:Nicolas.CHALUMEAU@arsoe- > > trelaze.com] > > Sent: jeudi 18 novembre 2004 16:31 > > To: Cactus Users List > > Subject: R=E9f. : RE: Clovering Cactus tests with Maven > >=20 > > If my memory is good it was disgust before on the list. > > I think you have to do something like for generating the=20 > clover report: > > maven clover:on cactus clover:report > >=20 > > Nicolas > >=20 > >=20 > >=20 > >=20 > >=20 > > "Darren Hartford" <[email protected]> > > 18/11/2004 16:24 > > Veuillez r=E9pondre =E0 "Cactus Users List" > >=20 > >=20 > > Pour : "Cactus Users List" <[email protected]> > > cc : > > Objet : RE: Clovering Cactus tests with Maven > >=20 > >=20 > > Hey all, > > Trying to get Clover reports on some Cactus tests. I caught the=20 > question > > about clover with test-ear, but I'm not that far (yet). > >=20 > > In just trying to follow some previous directions (below),=20 > I'm running > > Maven-1.0.1 release (which has the Clover-1.6 plugin) and=20 > cactus-1.7dev. > >=20 > > Following the directions, when I run "maven clover:report",=20 > the clover > > plugin errors saying you need to run 'clover-setup' first.=20 > Well, that's=20 > a > > clover problem, but still a show-stopper for step-by-step execution. > >=20 > > Moving foward, doing something like "maven clover:on site"=20 > to do it all=20 > at > > once with the clover-report-plugin in the maven POM goes=20 > through. The > > Cactus tests are run and I see the results, the=20 > cactus-report comes out > > fine, but a clover report is never created (I don't have any Junit=20 > tests, > > just Cactus). > >=20 > > =3D=3D=3D=3Dsnip=3D=3D=3D=3D > > [cactus] Testcase: blah1 took 0.515 sec > > [cactus] Testcase: blah2 took 0.031 sec > > [cactus] Shutdown message has been posted to the server. > > [cactus] Server shutdown may take a while - check logfiles for > > completion > >=20 > > ..... > >=20 > > [echo] Generating the Clover... > > maven-clover-plugin:report: > > clover:test: > > [echo] No tests to run Clover on > >=20 > > clover:init: > > Overriding previous definition of reference to clover.classpath > >=20 > > clover:report: > > clover:html-report-internal: > > [clover-report] Clover Version 1.3_01, built on July 09 2004 > > [clover-report] loaded from: C:\Documents and > > Settings\dhartford\.maven\repo > > sitory\clover\jars\clover-ant-1.3_01.jar > > [clover-report] No coverage data found for > > 'C:\projects\cpams\cpamsserver3\e > > jb_session\target\clover\database\clover_coverage.db'. > > [clover-report] No coverage recordings found. No report will be > > generated. > > =3D=3D=3Dend snip=3D=3D=3D=3D > >=20 > > My code is compiled/inspected with Clover, and I see all=20 > the classes in > > /target/clover/classes (minus the cactus-tests), so at=20 > least that part=20 > is > > working. Beyond that, I'm not sure what next to check. > >=20 > > -D > >=20 > > > -----Original Message----- > > > From: Vincent Massol [mailto:[email protected]] > > > Sent: Friday, July 16, 2004 7:18 AM > > > To: 'Maven Users List' > > > Cc: 'Cactus Users List' > > > Subject: [Summary] Clovering Cactus tests with Maven > > > > > > > > > Hi, > > > > > > Some of you asked how to run Clover on Cactus tests. I tried > > > to do it and > > > found that indeed there were some issues. I've now modified > > > the Maven Clover > > > plugin so that it is possible to Clover Cactus tests. > > > > > > You'll need to do the following: > > > > > > 1/ Use at least version 1.6 of the Maven Clover report. ATM, > > > it is not yet > > > released so you'll have to build it from the source (CVS HEAD on > > > maven-plugins module). > > > > > > 2/ In the Maven project used to execute the Cactus tests, add > > > a dependency > > > to Clover: > > > > > > <dependency> > > > <groupId>clover</groupId> > > > <artifactId>clover-ant</artifactId> > > > <version>1.3_01</version> > > > <properties> > > > <cactus.bundle>true</cactus.bundle> > > > </properties> > > > </dependency> > > > > > > 3/ Then type "maven clean clover:on cactus". This=20 > instruments both the > > > project's source code + its Cactus tests > > > > > > 4/ Once it is finished, type "maven clover:report" to > > > generate the HTML > > > Clover report. It will be located in target/docs/clover/index.html > > > > > > -Vincent > > > > > > > >=20 > >=20 > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > >=20 > >=20 > >=20 > >=20 > >=20 > >=20 > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >=20 >=20 >=20 >=20 >=20 From [email protected] Sun Nov 28 05:58:37 2004 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 28090 invoked by uid 99); 28 Nov 2004 05:58:37 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT 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; Sat, 27 Nov 2004 21:58:36 -0800 Received: by wproxy.gmail.com with SMTP id 55so404656wri for <[email protected]>; Sat, 27 Nov 2004 21:58:34 -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:mime-version:content-type:content-transfer-encoding; b=bA6M2UWaJiwwW+XbDc5k+gi8N3uURfQMRF2G7muSTwvEPl4PEugjZ3RILtIJPYJ3jfpkXEVItBJZd1k55cU3luOuW5wrAIRsB9D6W79Vj//lSvZMbaxOvY8m6RUAbwjjwIYxEir3oZXszHFbNhcDOmJX2VUeOHL28JOE7wvs02I= Received: by 161.129.204.104 with SMTP id t2mr2150158wrt; Sat, 27 Nov 2004 21:58:33 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sat, 27 Nov 2004 21:58:33 -0800 (PST) Message-ID: <[email protected]> Date: Sat, 27 Nov 2004 21:58:33 -0800 From: Roberto Nucera <[email protected]> Reply-To: Roberto Nucera <[email protected]> To: [email protected] Subject: JettyTestSetup does not work when I set the "cactus.jetty.resourceDir" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Please help!, I have a JUnit Cactus test as follows: public static Test suite() { System.setProperty("cactus.contextURL","http://localhost:9090/test"); //System.setProperty("cactus.jetty.resourceDir", "./webapp"); TestSuite suite = new TestSuite("Run Tests with Jetty"); suite.addTestSuite(TestDisplayPlayersServlet.class); return new JettyTestSetup(suite); } I workd fine if I comment the second line (resourceDir). If it is uncommented then it does nothing. I see no exception anywhere but that is what seems it happened. By the way the /.webapp directory is just under the test (working)directory, and it is emtpy. Just a /test/WEB-INF directory structure but no files (no web.xml as well). Thanks in advance From [email protected] Sun Nov 28 13:15:16 2004 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 83326 invoked by uid 99); 28 Nov 2004 13:15:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF [email protected]) Received: from smtp104.mail.sc5.yahoo.com (HELO smtp104.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 28 Nov 2004 05:15:14 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp104.mail.sc5.yahoo.com with SMTP; 28 Nov 2004 13:15:11 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]>, "'Roberto Nucera'" <[email protected]> Subject: RE: JettyTestSetup does not work when I set the "cactus.jetty.resourceDir" Date: Sun, 28 Nov 2004 14:15:09 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> Thread-Index: AcTVD0+arohMD8BkROS5U8aP/gSU5wAO9hBw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Hi Roberto, What are you expecting to "see" by defining the cactus.jetty.resourceDir property? It simply adds it as a webapplication context to the Jetty config. How do you know your working dir is the test/ directory? Is that from where you start your build? I would really recommend using an absolute file path to the webapps dir. Also you in the config you wrote: "./webapp" but then later on in your description, you mention having a "/test/WEB-INF" directory. The two doesn't seem to match... Also, you may need a web.xml (I don't know how lenient Jetty is but a web application do require a web.xml). Thanks -Vincent PS: If you wish to add logging you'll need to provide your own Jetty config file (using the cactus.jetty.config property). > -----Original Message----- > From: Roberto Nucera [mailto:[email protected]] > Sent: dimanche 28 novembre 2004 06:59 > To: [email protected] > Subject: JettyTestSetup does not work when I set the > "cactus.jetty.resourceDir" > > Please help!, > > I have a JUnit Cactus test as follows: > > public static Test suite() { > System.setProperty("cactus.contextURL","http://localhost:9090/test"); > //System.setProperty("cactus.jetty.resourceDir", "./webapp"); > TestSuite suite = new TestSuite("Run Tests with Jetty"); > suite.addTestSuite(TestDisplayPlayersServlet.class); > return new JettyTestSetup(suite); > } > > I workd fine if I comment the second line (resourceDir). If it is > uncommented then it does nothing. I see no exception anywhere but that > is what seems it happened. > > By the way the /.webapp directory is just under the test > (working)directory, and it is emtpy. Just a /test/WEB-INF directory > structure but no files (no web.xml as well). > > Thanks in advance > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] From [email protected] Sun Nov 28 18:36:47 2004 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 18188 invoked by uid 99); 28 Nov 2004 18:36:47 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT 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; Sun, 28 Nov 2004 10:36:46 -0800 Received: by wproxy.gmail.com with SMTP id 69so624079wri for <[email protected]>; Sun, 28 Nov 2004 10:36:44 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=QMPBsnzTiDpsk0FybGI+Gd02fIrfyh4SFH1F2LeEerHMYROZycucHDNLyd+j2LsDHRB6aa19Ovcr4RangaJB1Utnz+4QCJ8+y7WDpTdSiSItJ9RlpaqF519iUqX5AkalFNKkptuDd+u7fPZDa47vY1Z2VUqdtNFFr/PBUlGFRNM= Received: by 161.129.204.104 with SMTP id 78mr822137wrf; Sun, 28 Nov 2004 10:36:44 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 28 Nov 2004 10:36:44 -0800 (PST) Message-ID: <[email protected]> Date: Sun, 28 Nov 2004 10:36:44 -0800 From: Roberto Nucera <[email protected]> Reply-To: Roberto Nucera <[email protected]> To: Cactus Users List <[email protected]> Subject: Re: JettyTestSetup does not work when I set the "cactus.jetty.resourceDir" Cc: [email protected] In-Reply-To: <8762259998432973542@unknownmsgid> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <[email protected]> <8762259998432973542@unknownmsgid> X-Virus-Checked: Checked Vincent, Thanks a lot for your reply. I was trying to test Jsp pages and I thought I needed a Web Application. The documentation says "The method setResourceDir(File) or the system property cactus.jetty.resourceDir sets the directory containing the web-application resources (expanded WAR). If you omit this step, you'll only be able to use the Servlet Redirector." so it seems I need it. I am not sure why you say an absolute path would help. I have an Eclipse project, and the application runs in the project directory, say ServletProjects. Underneath there I have my packages and classes. I also have the following: ServletProjects webapp test WEB-INF I added a fake web.xml. No effect. There is a snippet from JettyTestServlet that says private Object createContext(Object theServer, Configuration theConfiguration) throws Exception { // Add a web application. This creates a WebApplicationContext. // Note: We do not put any WEB-INF/, lib/ nor classes/ directory // in the webapp. URL contextURL = new URL(theConfiguration.getContextURL()); .... I am not sure what the comments mean.. Thanks again for your help Roberto On Sun, 28 Nov 2004 14:15:09 +0100, Vincent Massol <[email protected]> wrote: > > > Hi Roberto, > > What are you expecting to "see" by defining the cactus.jetty.resourceDir > property? It simply adds it as a webapplication context to the Jetty config. > > How do you know your working dir is the test/ directory? Is that from where > you start your build? I would really recommend using an absolute file path > to the webapps dir. Also you in the config you wrote: "./webapp" but then > later on in your description, you mention having a "/test/WEB-INF" > directory. The two doesn't seem to match... > > Also, you may need a web.xml (I don't know how lenient Jetty is but a web > application do require a web.xml). > > Thanks > -Vincent > > PS: If you wish to add logging you'll need to provide your own Jetty config > file (using the cactus.jetty.config property). > > > -----Original Message----- > > From: Roberto Nucera [mailto:[email protected]] > > Sent: dimanche 28 novembre 2004 06:59 > > To: [email protected] > > Subject: JettyTestSetup does not work when I set the > > "cactus.jetty.resourceDir" > > > > Please help!, > > > > I have a JUnit Cactus test as follows: > > > > public static Test suite() { > > System.setProperty("cactus.contextURL","http://localhost:9090/test"); > > //System.setProperty("cactus.jetty.resourceDir", "./webapp"); > > TestSuite suite = new TestSuite("Run Tests with Jetty"); > > suite.addTestSuite(TestDisplayPlayersServlet.class); > > return new JettyTestSetup(suite); > > } > > > > I workd fine if I comment the second line (resourceDir). If it is > > uncommented then it does nothing. I see no exception anywhere but that > > is what seems it happened. > > > > By the way the /.webapp directory is just under the test > > (working)directory, and it is emtpy. Just a /test/WEB-INF directory > > structure but no files (no web.xml as well). > > > > 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] Sun Nov 28 19:08:01 2004 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 56503 invoked by uid 99); 28 Nov 2004 19:08: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 includes SPF [email protected]) Received: from smtp104.mail.sc5.yahoo.com (HELO smtp104.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 28 Nov 2004 11:07:58 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp104.mail.sc5.yahoo.com with SMTP; 28 Nov 2004 19:07:55 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]>, "'Roberto Nucera'" <[email protected]> Subject: RE: JettyTestSetup does not work when I set the "cactus.jetty.resourceDir" Date: Sun, 28 Nov 2004 20:07:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> Thread-Index: AcTVeTkpKi0dNNZHTDC16XQIBMgHNAAA8U6w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked > -----Original Message----- > From: Roberto Nucera [mailto:[email protected]] > Sent: dimanche 28 novembre 2004 19:37 > To: Cactus Users List > Cc: [email protected] > Subject: Re: JettyTestSetup does not work when I set the > "cactus.jetty.resourceDir" > > Vincent, > > Thanks a lot for your reply. > > I was trying to test Jsp pages and I thought I needed a Web > Application. The documentation says > > "The method setResourceDir(File) or the system property > cactus.jetty.resourceDir sets the directory containing the > web-application resources (expanded WAR). If you omit this step, > you'll only be able to use the Servlet Redirector." > > so it seems I need it. You do need it to store your JSP pages, yes. > > I am not sure why you say an absolute path would help. Because that could be a major cause for your problem of course... You do as you wish of course, I was just trying to help you... ;-) > I have an > Eclipse project, and the application runs in the project directory, > say ServletProjects. Underneath there I have my packages and classes. > I also have the following: > > ServletProjects > webapp > test > WEB-INF Errr? With this structure, your webapp is the test/ directory, not the webapp/ directory. This has nothing to do with Cactus nor Jetty but with the WAR specification which says that your WEB-INF/ directory has to be at the top level of your WAR... [snip] -Vincent From [email protected] Mon Nov 29 19:58:14 2004 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 1555 invoked by uid 99); 29 Nov 2004 19:58:14 -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 mx0.tdhca.state.tx.us (HELO mx0.tdhca.state.tx.us) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 29 Nov 2004 11:58:12 -0800 Received: from taz.tdhca.state.tx.us (taz.tdhca.state.tx.us [161.129.204.104]) by mx0.tdhca.state.tx.us (8.12.10/8.12.10) with ESMTP id iATKWkdV025467 for <[email protected]>; Mon, 29 Nov 2004 14:32:46 -0600 Received: by taz.tdhca.state.tx.us with Internet Mail Service (5.5.2653.19) id <SA1CD7X1>; Mon, 29 Nov 2004 13:48:41 -0600 Message-ID: <[email protected]> From: Angela Day <[email protected]> To: "'[email protected]'" <[email protected]> Subject: Cactus,Maverick,Velocity Date: Mon, 29 Nov 2004 13:48:37 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Virus-Checked: Checked Will Cactus work with Maverick and Velocity? I do not see any mention of Maverick in the archives. Thanks, Angela Day From [email protected] Mon Nov 29 20:23:23 2004 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 91363 invoked by uid 99); 29 Nov 2004 20:23: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 includes SPF [email protected]) Received: from smtp105.mail.sc5.yahoo.com (HELO smtp105.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 29 Nov 2004 12:23:17 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp105.mail.sc5.yahoo.com with SMTP; 29 Nov 2004 20:22:42 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: RE: Cactus,Maverick,Velocity Date: Mon, 29 Nov 2004 21:22:39 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <[email protected]> Thread-Index: AcTWTdIpzDzPP4YkRx2QtOogq1tJRQAAwyrw X-Virus-Checked: Checked Hi Angela, > -----Original Message----- > From: Angela Day [mailto:[email protected]] > Sent: lundi 29 novembre 2004 20:49 > To: '[email protected]' > Subject: Cactus,Maverick,Velocity > > Will Cactus work with Maverick and Velocity? I do not see any mention of > Maverick in the archives. Cactus can be used to perform integration tests for any code using the Servlet/JSP/Filter APIs or it can be used to provide an entry point in your containers to test whatever you wish. Thanks -Vincent From [email protected] Tue Nov 30 12:49:43 2004 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 56599 invoked by uid 99); 30 Nov 2004 12:49:43 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_40_50,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from web52203.mail.yahoo.com (HELO web52203.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 30 Nov 2004 04:49:41 -0800 Received: (qmail 35004 invoked by uid 60001); 30 Nov 2004 12:49:38 -0000 Message-ID: <[email protected]> Received: from [161.129.204.104] by web52203.mail.yahoo.com via HTTP; Tue, 30 Nov 2004 23:49:38 EST Date: Tue, 30 Nov 2004 23:49:38 +1100 (EST) From: hossein rahmani <[email protected]> Reply-To: [email protected] Subject: cactus tomcat ant -->error To: cactus mailist <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-804147715-1101818978=:32914" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked --0-804147715-1101818978=:32914 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Dear all I use cactus with ant as build tool and tomcat for the case of AppServer , but i do not know why when the cactus ant task , wanna to run it first write "running test against tomcat4" then show the below error "you must set either path or location on <pathelement>" i looking forward for replys ASAP. be happy. --------------------------------- Find local movie times and trailers on Yahoo! Movies. --0-804147715-1101818978=:32914-- From [email protected] Tue Nov 30 15:10:11 2004 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 19218 invoked by uid 99); 30 Nov 2004 15:10:11 -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 includes SPF [email protected]) Received: from smtp110.mail.sc5.yahoo.com (HELO smtp110.mail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 30 Nov 2004 07:10:09 -0800 Received: from unknown (HELO vma) ([email protected] with login) by smtp110.mail.sc5.yahoo.com with SMTP; 30 Nov 2004 15:09:45 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Cc: <[email protected]> Subject: RE: cactus tomcat ant -->error Date: Tue, 30 Nov 2004 16:07:21 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTW2xMbLbrpnxErRkepg1wXUuaEAAAEtPHA X-Virus-Checked: Checked Hi, The error you mention comes from Ant, not from Cactus. It means what it says... i.e. that you must specify either a path or a location attribute when defining an Ant <path> element. I recommend reading the Ant manual on http://ant.apache.org/manual Thanks -Vincent > -----Original Message----- > From: hossein rahmani [mailto:[email protected]] > Sent: mardi 30 novembre 2004 13:50 > To: cactus mailist > Subject: cactus tomcat ant -->error > > Dear all > I use cactus with ant as build tool and tomcat for the case of > AppServer , but i do not know why when the cactus ant task , wanna to run > it first write "running test against tomcat4" then show the below error > "you must set either path or location on <pathelement>" > > i looking forward for replys ASAP. > > be happy. > > > > --------------------------------- > Find local movie times and trailers on Yahoo! Movies. From [email protected] Tue Nov 30 15:17:34 2004 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 33831 invoked by uid 99); 30 Nov 2004 15:17:34 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_40_50,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from web52204.mail.yahoo.com (HELO web52204.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 30 Nov 2004 07:17:32 -0800 Received: (qmail 1361 invoked by uid 60001); 30 Nov 2004 15:17:27 -0000 Message-ID: <[email protected]> Received: from [161.129.204.104] by web52204.mail.yahoo.com via HTTP; Wed, 01 Dec 2004 02:17:27 EST Date: Wed, 1 Dec 2004 02:17:27 +1100 (EST) From: hossein rahmani <[email protected]> Reply-To: [email protected] Subject: cactus ant error intellijIdea To: cactus mailist <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1344595575-1101827847=:778" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked --0-1344595575-1101827847=:778 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Dear all i face the suprising situation , since before i use the intellij idea as IDE so encounter that mentioned error "you must specify path or location on <pathelemen>", bu when i just run the ant in the command prompt THERE WAS NO ERROR , So i never use intellijIdea as ant runner. Be Happy --------------------------------- Find local movie times and trailers on Yahoo! Movies. --0-1344595575-1101827847=:778-- From [email protected] Tue Nov 30 23:52:59 2004 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 20745 invoked by uid 99); 30 Nov 2004 23:52:59 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from troyius.norwest.com (HELO troyius.norwest.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 30 Nov 2004 15:52:58 -0800 Received: from whitesands.wellsfargo.com (whitesands.wellsfargo.com [161.129.204.104]) by troyius.norwest.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id iAUNi5Ql002173 for <[email protected]>; Tue, 30 Nov 2004 17:44:06 -0600 (CST) Received: from whitesands.wellsfargo.com (localhost [161.129.204.104]) by whitesands.wellsfargo.com (Switch-3.1.5/Switch-3.1.0) with ESMTP id iAUNqsQu029374 for <[email protected]>; Tue, 30 Nov 2004 16:52:54 -0700 (MST) Received: from MSGSPSMNMSP03.ent.wfb.bank.corp (msgspsmnmsp03.wellsfargo.com [161.129.204.104]) by whitesands.wellsfargo.com (Switch-3.1.5/Switch-3.1.0) with ESMTP id iAUNqsE7029371 for <[email protected]>; Tue, 30 Nov 2004 16:52:54 -0700 (MST) Received: from MSGSWBMNMSP19.ent.wfb.bank.corp ([161.129.204.104]) by MSGSPSMNMSP03.ent.wfb.bank.corp with Microsoft SMTPSVC(5.0.2195.6713); Tue, 30 Nov 2004 17:52:54 -0600 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.0.6556.0 Subject: Errors that don't make sense... Date: Tue, 30 Nov 2004 17:52:53 -0600 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Errors that don't make sense... Thread-Index: AcTXN7UjCVUt8xUWQf2QZbKT+glzEg== From: <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 30 Nov 2004 23:52:54.0158 (UTC) FILETIME=[B581EAE0:01C4D737] X-Virus-Checked: Checked I keep running my tests, and keep getting failures like this: expected:<987654321> but was:<987654321> junit.framework.AssertionFailedError: expected:<987654321> but was:<987654321> at = com.wf.bd.ice.business.BusinessValidatorFormTest.testSetGetBankAccount_1(= BusinessValidatorFormTest.java:670) at = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) This does not make sense as the 2 values are java.lang.Long()'s and = match as stated above.... -------------------- Mick Knutson Wells Fargo Business Direct Information Systems 909-660-9956 "This message may contain confidential and/or privileged information. If = you are not the addressee or authorized to receive this for the = addressee, you must not use, copy, disclose, or take any action based on = this message or any information herein. If you have received this = message in error, please advise the sender immediately by reply e-mail = and delete this message. Thank you for your cooperation." --------------------
From [email protected] Wed Mar 01 17:04:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95787 invoked from network); 1 Mar 2006 17:04:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Mar 2006 17:04:04 -0000 Received: (qmail 30863 invoked by uid 500); 1 Mar 2006 17:04:41 -0000 Delivered-To: [email protected] Received: (qmail 30761 invoked by uid 500); 1 Mar 2006 17: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]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30717 invoked by uid 99); 1 Mar 2006 17:04:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 09:04:41 -0800 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 mail.gtd.es) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 09:04:40 -0800 Received: from MiguelTena ([161.129.204.104]) by gtd.es (mail.gtd.es [161.129.204.104]) (MDaemon.PRO.v8.1.3.R) with ESMTP id md50000586335.msg for <[email protected]>; Wed, 01 Mar 2006 18:07:51 +0100 From: "Miguel Tena" <[email protected]> To: <[email protected]> Subject: How to specify a DTD file not included in the XML file. Date: Wed, 1 Mar 2006 18:03:03 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01C63D5A.62C4E660" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcY9UgBN0LinV3OOQ+iWbuV9w3hbdQ== X-Spam-Processed: mail.gtd.es, Wed, 01 Mar 2006 18:07:51 +0100 (not processed: message from valid local sender) X-MDRemoteIP: 161.129.204.104 X-Return-Path: [email protected] X-MDaemon-Deliver-To: [email protected] X-MDAV-Processed: mail.gtd.es, Wed, 01 Mar 2006 18:08:00 +0100 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 This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C63D5A.62C4E660 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Is there a way to tell the DOM parser which DTD file to use without having it specified in the XML file? I would like to validate a XML file that does not have a declaration of this kind: <!DOCTYPE Frames SYSTEM "Frames.dtd"> Thanks in advance. Miguel ------=_NextPart_000_0003_01C63D5A.62C4E660 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;} p {mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; font-size:12.0pt; font-family:"Times New Roman";} span.EstiloCorreo17 {mso-style-type:personal-compose; font-family:Arial; color:navy; font-weight:normal; font-style:normal; text-decoration:none none;} @page Section1 {size:595.3pt 841.9pt; margin:70.85pt 3.0cm 70.85pt 3.0cm;} div.Section1 {page:Section1;} --> </style> </head> <body lang=3DES link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = lang=3DEN-GB style=3D'font-size:11.0pt;font-family:Arial;color:navy'>Is there a way = to tell the DOM parser which DTD file to use without having it specified in the = XML file?<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = lang=3DEN-GB style=3D'font-size:11.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 = lang=3DEN-GB style=3D'font-size:11.0pt;font-family:Arial;color:navy'>I would like to = validate a XML file that does not have a declaration of this = kind:<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = lang=3DEN-GB style=3D'font-size:11.0pt;font-family:Arial;color:navy'>&lt;!DOCTYPE = Frames SYSTEM &quot;Frames.dtd&quot;&gt;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = lang=3DEN-GB style=3D'font-size:11.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 = lang=3DEN-GB style=3D'font-size:11.0pt;font-family:Arial;color:navy'>Thanks in = advance.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = lang=3DEN-GB style=3D'font-size:11.0pt;font-family:Arial;color:navy'>Miguel<o:p></o:p>= </span></font></p> </div> </body> </html> ------=_NextPart_000_0003_01C63D5A.62C4E660-- From [email protected] Wed Mar 01 17:13:40 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1226 invoked from network); 1 Mar 2006 17:13:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Mar 2006 17:13:39 -0000 Received: (qmail 57521 invoked by uid 500); 1 Mar 2006 17:14:25 -0000 Delivered-To: [email protected] Received: (qmail 57508 invoked by uid 500); 1 Mar 2006 17: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]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57497 invoked by uid 99); 1 Mar 2006 17:14:24 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 01 Mar 2006 09:14:24 -0800 Message-ID: <[email protected]> Date: Wed, 01 Mar 2006 09:12:20 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: How to specify a DTD file not included in the XML file. 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 Miguel Tena wrote: > Is there a way to tell the DOM parser which DTD file to use without > having it specified in the XML file? > > > > I would like to validate a XML file that does not have a declaration of > this kind: > > <!DOCTYPE Frames SYSTEM "Frames.dtd"> > > This is a question about Xerces-C, so you will need to ask it on the Xerces-C users list. Dave From [email protected] Wed Mar 01 17:59:13 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23193 invoked from network); 1 Mar 2006 17:59:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Mar 2006 17:59:13 -0000 Received: (qmail 48417 invoked by uid 500); 1 Mar 2006 17:59:59 -0000 Delivered-To: [email protected] Received: (qmail 48399 invoked by uid 500); 1 Mar 2006 17:59: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-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 48388 invoked by uid 99); 1 Mar 2006 17:59:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 09:59:59 -0800 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 xproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 09:59:58 -0800 Received: by xproxy.gmail.com with SMTP id s12so128013wxc for <[email protected]>; Wed, 01 Mar 2006 09:59:38 -0800 (PST) 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=CYMLiL4yUJnqnAmvTsAmHXIPJFg6plRavf/rkVTA3nQFlHJxwPBQvoYYkcHq4xeeHZ8s6oBz3+75/NHIur7OIpNDH0rNFcfWS4xKBa009QqmCCFwIn1On9bS3RUFPsitvcUgF66w2d1VT6PgQ1ryBP4KhnX2fepkZUwvUQ7StO0= Received: by 161.129.204.104 with SMTP id l17mr2077866wxb; Wed, 01 Mar 2006 09:59:37 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 1 Mar 2006 09:59:37 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 1 Mar 2006 20:59:37 +0300 From: "Serge Skorokhodov" <[email protected]> To: [email protected] Subject: Re: How to specify a DTD file not included in the XML file. In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 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 PiA+IElzIHRoZXJlIGEgd2F5IHRvIHRlbGwgdGhlIERPTSBwYXJzZXIgd2hpY2ggRFREIGZpbGUg dG8gdXNlIHdpdGhvdXQKPiA+IGhhdmluZyBpdCBzcGVjaWZpZWQgaW4gdGhlIFhNTCBmaWxlPwo+ ID4KPiA+Cj4gPgo+ID4gSSB3b3VsZCBsaWtlIHRvIHZhbGlkYXRlIGEgWE1MIGZpbGUgdGhhdCBk b2VzIG5vdCBoYXZlIGEgZGVjbGFyYXRpb24gb2YKPiA+IHRoaXMga2luZDoKPiA+Cj4gPiA8IURP Q1RZUEUgRnJhbWVzIFNZU1RFTSAiRnJhbWVzLmR0ZCI+Cj4gPgo+ID4KPgo+IFRoaXMgaXMgYSBx dWVzdGlvbiBhYm91dCBYZXJjZXMtQywgc28geW91IHdpbGwgbmVlZCB0byBhc2sgaXQgb24gdGhl Cj4gWGVyY2VzLUMgdXNlcnMgbGlzdC4KPgoKSSB0cmllZCB0byBzdWJzY3JpYmUgdG8gWGVyY2Vz LUMgbGlzdCBzZXZlcmFsIHRpbWVzIGJ1dCBmYWlsZWQgKHRoZQpwYWdlIHNhaWQgdGhlcmUgaXMg bm8gc3VjaCBhIG1haWwtbGlzdDooCg== From [email protected] Wed Mar 01 19:25:14 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62735 invoked from network); 1 Mar 2006 19:25:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Mar 2006 19:25:14 -0000 Received: (qmail 94633 invoked by uid 500); 1 Mar 2006 19:26:01 -0000 Delivered-To: [email protected] Received: (qmail 94609 invoked by uid 500); 1 Mar 2006 19: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]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 94598 invoked by uid 99); 1 Mar 2006 19:26:00 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 01 Mar 2006 11:26:00 -0800 Message-ID: <[email protected]> Date: Wed, 01 Mar 2006 11:23:56 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: How to specify a DTD file not included in the XML file. 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-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Serge Skorokhodov wrote: >>> Is there a way to tell the DOM parser which DTD file to use without >>> having it specified in the XML file? >>> >>> >>> >>> I would like to validate a XML file that does not have a declaration of >>> this kind: >>> >>> <!DOCTYPE Frames SYSTEM "Frames.dtd"> >>> >>> >> This is a question about Xerces-C, so you will need to ask it on the >> Xerces-C users list. >> > > I tried to subscribe to Xerces-C list several times but failed (the > page said there is no such a mail-list:( You can subscribe to the user list at this email address: [email protected] I just tried subscribing an email account of mine that is not already subscribed, and was successful. Dave From [email protected] Wed Mar 01 19:36:48 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67675 invoked from network); 1 Mar 2006 19:36:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Mar 2006 19:36:48 -0000 Received: (qmail 20216 invoked by uid 500); 1 Mar 2006 19:37:34 -0000 Delivered-To: [email protected] Received: (qmail 20196 invoked by uid 500); 1 Mar 2006 19:37: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 20185 invoked by uid 99); 1 Mar 2006 19:37:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 11:37: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 (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, 01 Mar 2006 11:37:33 -0800 Received: by xproxy.gmail.com with SMTP id s14so144729wxc for <[email protected]>; Wed, 01 Mar 2006 11:37:13 -0800 (PST) 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=qpuGezSAP/T2EvZAbcBPKdGQ3yo6goO0J0lrI+qHbunW0+O/YPSXrhAlcnxCznAMXfNLp05PuFuiKey/ApL1MdmjVt/wwU8Rmis0ZwKxMBTuMQVyeVyFKoeaakkPNL7KxH7RNfzKcfxvoDTf1aq1MLNgVWYpMOP/OXEGtU7ymuY= Received: by 161.129.204.104 with SMTP id 10mr2233654wxt; Wed, 01 Mar 2006 11:37:13 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 1 Mar 2006 11:37:13 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 1 Mar 2006 22:37:13 +0300 From: "Serge Skorokhodov" <[email protected]> To: [email protected] Subject: Re: How to specify a DTD file not included in the XML file. In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline References: <[email protected]> <[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 PiA+Cj4gPiBJIHRyaWVkIHRvIHN1YnNjcmliZSB0byBYZXJjZXMtQyBsaXN0IHNldmVyYWwgdGlt ZXMgYnV0IGZhaWxlZCAodGhlCj4gPiBwYWdlIHNhaWQgdGhlcmUgaXMgbm8gc3VjaCBhIG1haWwt bGlzdDooCj4KPiBZb3UgY2FuIHN1YnNjcmliZSB0byB0aGUgdXNlciBsaXN0IGF0IHRoaXMgZW1h aWwgYWRkcmVzczoKPgo+IGMtdXNlcnMtc3Vic2NyaWJlQHhlcmNlcy5hcGFjaGUub3JnCj4KPiBJ IGp1c3QgdHJpZWQgc3Vic2NyaWJpbmcgYW4gZW1haWwgYWNjb3VudCBvZiBtaW5lIHRoYXQgaXMg bm90IGFscmVhZHkKPiBzdWJzY3JpYmVkLCBhbmQgd2FzIHN1Y2Nlc3NmdWwuCj4KVGhhbmtzLCBp dCB3b3JrZWQuIEkgZ3Vlc3MgaXQgd2FzIGEgdGVtcG9yYXJ5IHByb2JsZW0uCi0tClRoZSBmaXNo IHNpbmdpbmcgaW4gVWNheWFseSByaXZlcgo= From [email protected] Thu Mar 02 06:44:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59841 invoked from network); 2 Mar 2006 06:44:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Mar 2006 06:44:32 -0000 Received: (qmail 91978 invoked by uid 500); 2 Mar 2006 06:45:18 -0000 Delivered-To: [email protected] Received: (qmail 91963 invoked by uid 500); 2 Mar 2006 06:45: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: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 86382 invoked by uid 99); 2 Mar 2006 06:34:38 -0000 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) 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=ttMljI/1D6z6zf9DwwjVWUTEbge4F47xTk6qXfE2qRI6HI1dftUlTvGDkSY0H9j1VAMCXD+iXiYkfkFznBV+mPrDid6w9gbFPDcOU5cS6VDQXo8eY8qTeDx4IT8fJOt5wcnQMjIDVzeWNXk4FskoVyX+W1pUoMmdIfvuucGHhmc= Message-ID: <[email protected]> Date: Thu, 2 Mar 2006 01:34:15 -0500 From: "Stylus Studio" <[email protected]> To: [email protected] Subject: [Announce] Developing XML Work Flow Applications MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 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 [announce] Dear Xalan-C Users, A new XML tutorial by Dr. Kay entitled: "Buiding XML Workflow Applications" has been published at: http://www.stylusstudio.com/xml/workflow.html The article argues that the bulk of the application logic required for typical XML workflow applications can be modeled using XML schema, then implemented in high-level XML processing languages, notably XSLT and XQuery, with individual components linked together in a pipeline processing framework. By writing the logic in these high-level languages (rather than say Java or C#), the biggest benefit you gain is flexibility and adaptability - the ability to change the application in response to changing business needs. XML gives you this flexibility in terms of data design; don't lose it by writing applications that freeze the data structure into Java or C# classes. Building XML Workflow Applications covers the following topics: =95 Modeling XML Workflow Applications =95 Choosing a Centralized or Decentralized Architecture =95 The Life-Cycle of a Document =95 Finding Resources using Directory Services Markup Language =95 Writing XML Workflow Applications Read the article online at: http://www.stylusstudio.com/xml/workflow.html Sincerely, The Stylus Studio Team http://www.stylusstudio.com From [email protected] Mon Mar 06 13:02:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69984 invoked from network); 6 Mar 2006 13:02:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Mar 2006 13:02:23 -0000 Received: (qmail 93616 invoked by uid 500); 6 Mar 2006 13:02:48 -0000 Delivered-To: [email protected] Received: (qmail 93519 invoked by uid 500); 6 Mar 2006 13:02: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-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 93489 invoked by uid 99); 6 Mar 2006 13:02:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Mar 2006 05:02:47 -0800 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 mercury.gf-x.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Mar 2006 05:02:45 -0800 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Library Compilation error with Xalan 1.10 on AIX 64bit X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Mon, 6 Mar 2006 13:02:22 -0000 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Library Compilation error with Xalan 1.10 on AIX 64bit Thread-Index: AcZBHjUSNxkRLUA3Thi+R/TdUH7DIw== From: "Thomas, Paul (GF-X)" <[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 Hi, I am currently attempting to compile both the new versions of Xerces 2.7 and Xalan 1.10 on my 64bit AIX environment. At this moment in time, the Xerces compilation was successful, however the Xalan compilation fails at the point of generating the "libxalan-c110.0.a" library. The error which is reported is as follows: makeC++SharedLib_r -p 512 -X64 -lm -lpthreads -L/usr/lib -L/home/pthomas/xerces-c-src_2_7_0/lib -lxerces-c27 -L../../lib -lxalanMsg <ALL .o files within ../../obj directory> -o ../../lib/libxalan-c110.0.a gmake[1]: execvp: makeC++SharedLib_r: Arg list too long gmake[1]: *** [../../lib/libxalan-c110.0.a] Error 127 gmake[1]: Leaving directory `/home/pthomas/xml-xalan/c/src/xalanc' gmake: *** [all] Error 2 My configuration used for the generation of all makefiles was as follows: ./runConfigure -p aix -c xlc -x xlC -b 64 -P <my installation directory> Any help would be appreciated into how I can solve this error and finalise my Xalan Build. Thanks. Regards, Paul Thomas. From [email protected] Mon Mar 06 17:52:17 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59333 invoked from network); 6 Mar 2006 17:52:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Mar 2006 17:52:17 -0000 Received: (qmail 46115 invoked by uid 500); 6 Mar 2006 17:53:03 -0000 Delivered-To: [email protected] Received: (qmail 45880 invoked by uid 500); 6 Mar 2006 17:53: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-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 45869 invoked by uid 99); 6 Mar 2006 17:53:02 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 06 Mar 2006 09:53:02 -0800 Message-ID: <[email protected]> Date: Mon, 06 Mar 2006 09:52:17 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: Library Compilation error with Xalan 1.10 on AIX 64bit 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 Thomas, Paul (GF-X) wrote: > Hi, > > I am currently attempting to compile both the new versions of Xerces 2.7 > and Xalan 1.10 on my 64bit AIX environment. At this moment in time, the > Xerces compilation was successful, however the Xalan compilation fails > at the point of generating the "libxalan-c110.0.a" library. > > The error which is reported is as follows: > > makeC++SharedLib_r -p 512 -X64 -lm -lpthreads -L/usr/lib > -L/home/pthomas/xerces-c-src_2_7_0/lib -lxerces-c27 -L../../lib > -lxalanMsg <ALL .o files within ../../obj directory> -o > ../../lib/libxalan-c110.0.a > > gmake[1]: execvp: makeC++SharedLib_r: Arg list too long > gmake[1]: *** [../../lib/libxalan-c110.0.a] Error 127 > gmake[1]: Leaving directory `/home/pthomas/xml-xalan/c/src/xalanc' > gmake: *** [all] Error 2 > Unfortunately, this is an OS limitation, so there's not much you can do to fix it. I haven't seen an error like this for a very long time. What version of AIX are you running? Dave From [email protected] Tue Mar 07 09:05:58 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80287 invoked from network); 7 Mar 2006 09:05:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Mar 2006 09:05:58 -0000 Received: (qmail 75214 invoked by uid 500); 7 Mar 2006 09:05:58 -0000 Delivered-To: [email protected] Received: (qmail 74967 invoked by uid 500); 7 Mar 2006 09:05: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 74941 invoked by uid 99); 7 Mar 2006 09:05:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Mar 2006 01:05:56 -0800 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 mercury.gf-x.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Mar 2006 01:05:55 -0800 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Library Compilation error with Xalan 1.10 on AIX 64bit X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Tue, 7 Mar 2006 09:05:29 -0000 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Library Compilation error with Xalan 1.10 on AIX 64bit Thread-Index: AcZBRtHxsHG5VFwOSUCBRHdEtMyOnQAfpSPQ From: "Thomas, Paul (GF-X)" <[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 Hi, Thanks for getting back to me. The version of AIX our system currently uses is 5.3. I see you mention its an OS limitation and that not much can be done to resolve it. Are there any methods to getting around this issue? For example, modifiying the actual Makefile and building the "libxalan-c110.0.a" library differently... Any further help would be appreciated greatly. Thanks, Regards Paul Thomas. -----Original Message----- From: David Bertoni [mailto:[email protected]]=20 Sent: 06 March 2006 17:52 To: [email protected] Subject: Re: Library Compilation error with Xalan 1.10 on AIX 64bit Thomas, Paul (GF-X) wrote: > Hi, >=20 > I am currently attempting to compile both the new versions of Xerces=20 > 2.7 and Xalan 1.10 on my 64bit AIX environment. At this moment in=20 > time, the Xerces compilation was successful, however the Xalan=20 > compilation fails at the point of generating the "libxalan-c110.0.a"=20 > library. >=20 > The error which is reported is as follows: >=20 > makeC++SharedLib_r -p 512 -X64 -lm -lpthreads -L/usr/lib > -L/home/pthomas/xerces-c-src_2_7_0/lib -lxerces-c27 -L../../lib=20 > -lxalanMsg <ALL .o files within ../../obj directory> -o=20 > ../../lib/libxalan-c110.0.a >=20 > gmake[1]: execvp: makeC++SharedLib_r: Arg list too long > gmake[1]: *** [../../lib/libxalan-c110.0.a] Error 127 > gmake[1]: Leaving directory `/home/pthomas/xml-xalan/c/src/xalanc' > gmake: *** [all] Error 2 >=20 Unfortunately, this is an OS limitation, so there's not much you can do=20 to fix it. I haven't seen an error like this for a very long time.=20 What version of AIX are you running? Dave From [email protected] Tue Mar 07 19:53:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87303 invoked from network); 7 Mar 2006 19:53:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Mar 2006 19:53:49 -0000 Received: (qmail 65988 invoked by uid 500); 7 Mar 2006 19:53:48 -0000 Delivered-To: [email protected] Received: (qmail 65963 invoked by uid 500); 7 Mar 2006 19: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]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 65952 invoked by uid 99); 7 Mar 2006 19:53:48 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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, 07 Mar 2006 11:53:48 -0800 Message-ID: <[email protected]> Date: Tue, 07 Mar 2006 11:53:20 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: Library Compilation error with Xalan 1.10 on AIX 64bit 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 Thomas, Paul (GF-X) wrote: > Hi, > > Thanks for getting back to me. The version of AIX our system currently > uses is 5.3. I see you mention its an OS limitation and that not much > can be done to resolve it. Yes, I'm just surprised you're getting it. It may be the particular shell you're using (Korn, BASH, etc.), or it could also be related to one of the ulimit numbers for your account. > > Are there any methods to getting around this issue? For example, > modifiying the actual Makefile and building the "libxalan-c110.0.a" > library differently... > You should be able to produce the library manually, by running the following command in the obj directory: makeC++SharedLib_r -p 512 -X64 -lm -lpthreads -L/usr/lib -L/home/pthomas/xerces-c-src_2_7_0/lib -lxerces-c27 -L../lib -lxalanMsg *.o -o ../lib/libxalan-c110.0.a Dave From [email protected] Wed Mar 08 06:17:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75064 invoked from network); 8 Mar 2006 06:17:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Mar 2006 06:17:50 -0000 Received: (qmail 55111 invoked by uid 500); 8 Mar 2006 06:17:47 -0000 Delivered-To: [email protected] Received: (qmail 55066 invoked by uid 500); 8 Mar 2006 06:17: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-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 55054 invoked by uid 99); 8 Mar 2006 06:17:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Mar 2006 22:17:46 -0800 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 inhydg01.tcs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Mar 2006 22:17:44 -0800 Received: from InHydM01.tcs.com ([161.129.204.104]) by inhydg01.tcs.com with InterScan Messaging Security Suite; Wed, 08 Mar 2006 11:47:10 +0530 In-Reply-To: <[email protected]> To: [email protected] Cc: [email protected], [email protected] Subject: InvalidStackContextException with Xalan 1.9 MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5 September 26, 2003 From: [email protected] Message-ID: <[email protected]> Date: Wed, 8 Mar 2006 11:47:15 +0530 X-MIMETrack: Serialize by Router on InHydM01/TCS(Release 6.5.3FP1HF274 | August 23, 2005) at03/08/2006 11:47:16,Serialize complete at 03/08/2006 11:47:16 Content-Type: multipart/alternative; boundary="=_alternative 00225AA56525712B_=" X-imss-version: 2.038 X-imss-result: Passed X-imss-scores: Clean:62.32037 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:3 C:3 M:3 S:3 R:3 (0.5000 0.5000) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multipart message in MIME format. --=_alternative 00225AA56525712B_= Content-Type: text/plain; charset="US-ASCII" Hi All, We did have the fix "endExecuteChildren() in ElemVariable.cpp, ElemWithParam.cpp" in the source code built for Xalan 1.9 libraries(with Xerces 2.7).' I understand with this fix, InvalidStackContextException should not be encountered. I analysed someof the problems with Xalan 1.9 When there is a <xsl:for-each> call on the empty element and when we are processing the data further we are getting the exception. <xsl:for-each> should not process empty elements and I am not sure how the Xalan 1.9 allows this. Xalan 1.3 did not allow for loop for empty elements. One more issue with Xalan 1.9: I have a call <xsl:if test="contains($assAttRefId,$assatt/@id)"> . When $assatt/@id is null, <xsl: if> test is processed which I understand is a bug. Please let me know whether anyone experienced the same problem Thanks and Regards, Hari Krishna Nitturi Tata Consultancy Services Limited Plot No 1, Survey No. 64/2, Software Units Layout Serilingampally Mandal, Madhapur Hyderabad - 500034,Andhra Pradesh India Mailto: [email protected] Website: http://www.tcs.com David Bertoni <[email protected]> 03/01/06 12:40 PM Please respond to [email protected] To [email protected] cc Subject Re: InvalidStackContextException [email protected] wrote: > > Hi, > > I am getting an exception during the Parsing an XML by an XSL with Xalan > C++ 1.9 and Xerces 2.6 C++ libraries. > > The exception is "InvalidStackContextException: Invalid stack context (, > line -1, column -1) " > > I am calling a template recursively.Is that the cause of the problem? > You are probably hitting this bug, which is already fixed in the latest source code: http://issues.apache.org/jira/browse/XALANC-453 Dave ForwardSourceID:NT00005B22 Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you --=_alternative 00225AA56525712B_= Content-Type: text/html; charset="US-ASCII" <br><font size=2 face="sans-serif">Hi All,</font> <br> <br><font size=2 face="sans-serif">We did have the fix &nbsp;&quot;endExecuteChildren() in ElemVariable.cpp, ElemWithParam.cpp&quot; &nbsp;in the source code built for Xalan 1.9 libraries(with Xerces 2.7).'</font> <br><font size=2 face="sans-serif">I understand with this fix, &nbsp;InvalidStackContextException should not be encountered.</font> <br> <br><font size=2 face="sans-serif">I analysed someof the problems with Xalan 1.9</font> <br> <br><font size=2 face="sans-serif">When there is a &lt;xsl:for-each&gt; call on the empty element and when we are processing the data further &nbsp;we are getting the exception.</font> <br><font size=2 face="sans-serif">&lt;xsl:for-each&gt; should not process empty elements and I am not sure how the Xalan 1.9 allows this.</font> <br><font size=2 face="sans-serif">Xalan 1.3 did not allow for loop for empty elements.</font> <br> <br> <br><font size=2 face="sans-serif">One more issue with Xalan 1.9:</font> <br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp;I have a call &nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:if test=&quot;contains($assAttRefId,$assatt/@id)&quot;&gt; &nbsp;. When $assatt/@id is null, &lt;xsl: if&gt; test is processed which I understand is a bug.</font> <br> <br> <br><font size=2 face="sans-serif">Please let me know whether anyone experienced the same problem</font> <br> <br><font size=2 face="sans-serif">Thanks and Regards,<br> Hari Krishna Nitturi<br> Tata Consultancy Services Limited<br> Plot No 1, Survey No. 64/2, Software Units Layout<br> Serilingampally Mandal, Madhapur<br> Hyderabad - 500034,Andhra Pradesh<br> India<br> Mailto: [email protected]<br> Website: http://www.tcs.com</font> <br> <br> <br> <table width=100%> <tr valign=top> <td width=40%><font size=1 face="sans-serif"><b>David Bertoni &lt;[email protected]&gt;</b> </font> <p><font size=1 face="sans-serif">03/01/06 12:40 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">Re: InvalidStackContextException</font></table> <br> <table> <tr valign=top> <td> <td></table> <br></table> <br> <br> <br><font size=2><tt>[email protected] wrote:<br> &gt; <br> &gt; Hi,<br> &gt; <br> &gt; I am getting an exception during the Parsing an XML by an XSL with Xalan<br> &gt; C++ 1.9 and Xerces 2.6 C++ libraries.<br> &gt; <br> &gt; The exception is &quot;InvalidStackContextException: Invalid stack context &nbsp;(,<br> &gt; line -1, column -1) &quot;<br> &gt; <br> &gt; I am calling a template recursively.Is that the cause of the problem?<br> &gt; <br> <br> You are probably hitting this bug, which is already fixed in the latest <br> source code:<br> <br> http://issues.apache.org/jira/browse/XALANC-453<br> <br> Dave<br> </tt></font> <br><font size=1 color=white face="sans-serif">ForwardSourceID:NT00005B22 &nbsp; &nbsp;</font> <br> <table><tr><td bgcolor=#ffffff><font color=#000000>Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you<br> </font></td></tr></table> --=_alternative 00225AA56525712B_=-- From [email protected] Wed Mar 08 06:55:07 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95200 invoked from network); 8 Mar 2006 06:55:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Mar 2006 06:55:06 -0000 Received: (qmail 92407 invoked by uid 500); 8 Mar 2006 06:55:05 -0000 Delivered-To: [email protected] Received: (qmail 92326 invoked by uid 500); 8 Mar 2006 06:55: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 92198 invoked by uid 99); 8 Mar 2006 06:55:04 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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, 07 Mar 2006 22:55:04 -0800 Message-ID: <[email protected]> Date: Tue, 07 Mar 2006 22:54:34 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: InvalidStackContextException with Xalan 1.9 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 [email protected] wrote: > > Hi All, > > We did have the fix "endExecuteChildren() in ElemVariable.cpp, > ElemWithParam.cpp" in the source code built for Xalan 1.9 > libraries(with Xerces 2.7).' > I understand with this fix, InvalidStackContextException should not be > encountered. > > I analysed someof the problems with Xalan 1.9 > > When there is a <xsl:for-each> call on the empty element and when we are > processing the data further we are getting the exception. > <xsl:for-each> should not process empty elements and I am not sure how > the Xalan 1.9 allows this. You will have to explain what you mean by "<xsl:for-each> call on the empty element." xsl:for-each process every node selected by the XPath expression specified in its 'select' attribute. Any InvalidStackContextException indicates a bug, so it would be helpful if you could post a _minimal_ stylesheet that reproduces the problem. > Xalan 1.3 did not allow for loop for empty elements. Again, I don't understand what you mean. > > > One more issue with Xalan 1.9: > I have a call <xsl:if > test="contains($assAttRefId,$assatt/@id)"> . When $assatt/@id is null, > <xsl: if> test is processed which I understand is a bug. You will need to explain what you mean by "when $assatt/@id is null." Do you mean when the XPath expression "$assatt/@id" selects an empty node-set? If that's the case, then "contains($assAttRefId,$assatt/@id)" will evaluate to true, because an empty node-set is converted to an empty string, and providing an empty string for the second attribute of the contains() function always returns true. This is made clear in the errata to the XPath 1.0 recommendation: http://www.w3.org/1999/11/REC-xpath-19991116-errata/ Dave From [email protected] Wed Mar 08 23:30:37 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96111 invoked from network); 8 Mar 2006 23:30:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Mar 2006 23:30:36 -0000 Received: (qmail 3865 invoked by uid 500); 8 Mar 2006 23:30:35 -0000 Delivered-To: [email protected] Received: (qmail 3839 invoked by uid 500); 8 Mar 2006 23: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]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3828 invoked by uid 99); 8 Mar 2006 23:30:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Mar 2006 15:30:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO ylpvm01.prodigy.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Mar 2006 15:30:34 -0800 Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [161.129.204.104]) by ylpvm01.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k28NUAO6030851 for <[email protected]>; Wed, 8 Mar 2006 18:30:11 -0500 X-ORBL: [161.129.204.104] Received: from GRAEMES (adsl-71-133-63-46.dsl.sndg02.pacbell.net [161.129.204.104]) by pimout7-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k28NTwk2067404 for <[email protected]>; Wed, 8 Mar 2006 18:30:08 -0500 Message-Id: <[email protected]> From: "Graeme Ing" <[email protected]> To: <[email protected]> Subject: FW: Xerces remapping &#xxxx; Date: Wed, 8 Mar 2006 15:29:58 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01C642C5.2C9A2D50" X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcZDBxcwX6B5jBS8QaOF95X9d5t+7wAAQNUg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C642C5.2C9A2D50 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable =20 Hello all, =20 I=E2=80=99m using Xerces 2.7 and I=E2=80=99m trying to parse the = following snippet from my XML file: =20 <title>Junk Mail - just how &#8220;heavy&#8221; a problem is it?</title> =20 The xml header/encoding on the file is: =20 <?xml version=3D"1.0" encoding=3D"UTF-8"?> =20 When I parse this and walk the DOM and extract the contents of this = title node, I get back: =20 Junk Mail - just how =C3=A2=E2=82=AC=C5=93heavy=C3=A2=E2=82=AC=C2=9D a = problem is it? Where the special characters are decimal 30,128,100 and 30,128,99 =20 Why is Xerces interpreting the &#xxxx; codes and more importantly, how = do I stop it? :-) =20 Here is my Xerces setup code: =20 m_parser =3D new XercesDOMParser(); m_parser->setValidationScheme( XercesDOMParseracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bVal_Never ); m_parser->setDoNamespaces( false ); m_parser->setDoSchema( false ); m_errorHandler =3D (ErrorHandler*) new HandlerBase(); m_parser->setErrorHandler( m_errorHandler ); =20 Hope someone can help, thanks a lot!! =20 Graeme Ing =20 ------=_NextPart_000_0000_01C642C5.2C9A2D50 Content-Type: text/html; charset="utf-8" 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=3Dutf-8"> <meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:Wingdings; panose-1:5 0 0 0 0 0 0 0 0 0;} /* 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> <div style=3D'border:none;border-left:solid blue 1.5pt;padding:0in 0in = 0in 4.0pt'> <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 all,<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=E2=80=99m using Xerces 2.7 and I=E2=80=99m trying = to parse the following snippet from my XML file:<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'>&lt;title&gt;Junk Mail - just how &amp;#8220;heavy&amp;#8221; a problem is = it?&lt;/title&gt;<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'>The xml header/encoding on the file = is:<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'>&lt;?xml version=3D&quot;1.0&quot; encoding=3D&quot;UTF-8&quot;?&gt;<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'>When I parse this and walk the DOM and extract the = contents of this title node, I get back:<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'>Junk Mail - just how = =C3=A2=E2=82=AC=C5=93heavy=C3=A2=E2=82=AC=C2=9D a problem is = it?<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'>Where the special characters are decimal 30,128,100 = and 30,128,99<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'>Why is Xerces interpreting the &amp;#xxxx; codes and = more importantly, how do I stop it? </span></font><font size=3D2 = face=3DWingdings><span style=3D'font-size:10.0pt;font-family:Wingdings'>J</span></font><font = size=3D2 face=3DArial><span = 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 = 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'>Here is my Xerces setup = code:<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 style=3D'text-autospace:none'><font size=3D2 = face=3D"Courier New"><span style=3D'font-size:10.0pt;font-family:"Courier = New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color=3Dblack><span style=3D'color:black'>m_parser</span></font> = =3D <font color=3Dblue><span style=3D'color:blue'>new</span></font> <font = color=3Dblack><span style=3D'color:black'>XercesDOMParser</span></font>();<o:p></o:p></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"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color=3Dblack><span = style=3D'color:black'>m_parser</span></font>-&gt;<font color=3Dblack><span = style=3D'color:black'>setValidationScheme</span></font>( <font color=3Dblack><span = style=3D'color:black'>XercesDOMParser</span></font>acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b<font color=3Dblack><span style=3D'color:black'>Val_Never</span></font> = );<o:p></o:p></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"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color=3Dblack><span = style=3D'color:black'>m_parser</span></font>-&gt;<font color=3Dblack><span style=3D'color:black'>setDoNamespaces</span></font>( = <font color=3Dblue><span style=3D'color:blue'>false</span></font> = );<o:p></o:p></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"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color=3Dblack><span = style=3D'color:black'>m_parser</span></font>-&gt;<font color=3Dblack><span style=3D'color:black'>setDoSchema</span></font>( = <font color=3Dblue><span style=3D'color:blue'>false</span></font> = );<o:p></o:p></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"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color=3Dblack><span = style=3D'color:black'>m_errorHandler</span></font> =3D (<font color=3Dblack><span style=3D'color:black'>ErrorHandler</span></font>*) = <font color=3Dblue><span style=3D'color:blue'>new</span></font> <font = color=3Dblack><span style=3D'color:black'>HandlerBase</span></font>();<o:p></o:p></span></fon= t></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"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color=3Dblack><span = style=3D'color:black'>m_parser</span></font>-&gt;<font color=3Dblack><span style=3D'color:black'>setErrorHandler</span></font>( = <font color=3Dblack><span style=3D'color:black'>m_errorHandler</span></font> = );<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'>Hope someone can help, thanks a = lot!!<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=3D3 face=3D"Times New Roman"><span = style=3D'font-size: 12.0pt'>Graeme Ing<o:p></o:p></span></font></p> <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> </div> </div> </body> </html> ------=_NextPart_000_0000_01C642C5.2C9A2D50-- From [email protected] Thu Mar 09 00:12:47 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16945 invoked from network); 9 Mar 2006 00:12:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2006 00:12:47 -0000 Received: (qmail 54947 invoked by uid 500); 9 Mar 2006 00:12:47 -0000 Delivered-To: [email protected] Received: (qmail 54766 invoked by uid 500); 9 Mar 2006 00: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: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 54754 invoked by uid 99); 9 Mar 2006 00:12:46 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 08 Mar 2006 16:12:45 -0800 Message-ID: <[email protected]> Date: Wed, 08 Mar 2006 16:12:14 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: FW: Xerces remapping &#xxxx; 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Graeme Ing wrote: > > > Hello all, > > > > I'm using Xerces 2.7 and I'm trying to parse the following snippet from > my XML file: > > > > <title>Junk Mail - just how &#8220;heavy&#8221; a problem is it?</title> > > > > The xml header/encoding on the file is: > > > > <?xml version="1.0" encoding="UTF-8"?> > > > > When I parse this and walk the DOM and extract the contents of this > title node, I get back: > > > > Junk Mail - just how "heavy" a problem is it? > This is a question for the Xerces-C list, not for the Xalan-C list. Dave From [email protected] Thu Mar 09 15:29:16 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36879 invoked from network); 9 Mar 2006 15:29:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2006 15:29:16 -0000 Received: (qmail 5554 invoked by uid 500); 9 Mar 2006 15:29:10 -0000 Delivered-To: [email protected] Received: (qmail 5446 invoked by uid 500); 9 Mar 2006 15:29: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 5412 invoked by uid 99); 9 Mar 2006 15:29:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2006 07:29:09 -0800 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO aa009msg.fastweb.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2006 07:29:07 -0800 Received: from ms006msg.fastweb.it (161.129.204.104) by aa009msg.fastweb.it (161.129.204.104) id 440FEA1C000225F2 for [email protected]; Thu, 9 Mar 2006 16:28:45 +0100 Received: from ArlatiE (161.129.204.104) by ms006msg.fastweb.it (7.2.070) id 43E9F92200C1F185 for [email protected]; Thu, 9 Mar 2006 16:28:45 +0100 Reply-To: <[email protected]> From: "AESYS S.p.A. [Enzo Arlati]" <[email protected]> To: "Xalan-C-Users \(E-mail\)" <[email protected]> Subject: Internal error compiling xalan on red-hat 7.3 Date: Thu, 9 Mar 2006 16:28:42 +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 CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I build the xalan-c rev 1.10 with xerces-c 2.70 on a Red Hat Linux 7.3 2.96-110 (gcc version 2.96 20000731). I got the error "Internal error: Segmentation fault." when I compile the files: /usr/local/xml-xalan/c/src/xalanc/Include/XalanObjectCache.hpp:293 and /usr/local/xml-xalan/c/src/xalanc/Include/XalanObjectStackCache.hpp:74 both file give the error on equal code , a reported belowe: #if !defined(XALAN_NO_STD_NAMESPACE) using stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bfor_each; #endif for_each( m_stack.begin(), m_stack.end(), m_deleteFunctor); } --------------------------------------------------------- At the moment I solved the problem simply commenting the critical code ( the for_each call ). --------------------------------------------------------- #if !defined(XALAN_NO_STD_NAMESPACE) using stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bfor_each; #endif /*********** for_each( m_stack.begin(), m_stack.end(), m_deleteFunctor); ************/ } --------------------------------------------------------- My questions are: 1) why I get these error and how can I solve it. 2) Also with the comment, the Xalan module works, so I'm wondering what is the role of the commented code what is doing. Regards, Enzo Arlati From [email protected] Thu Mar 09 16:43:03 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91644 invoked from network); 9 Mar 2006 16:43:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2006 16:43:02 -0000 Received: (qmail 81365 invoked by uid 500); 9 Mar 2006 16:42:59 -0000 Delivered-To: [email protected] Received: (qmail 81293 invoked by uid 500); 9 Mar 2006 16:42: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-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 81260 invoked by uid 99); 9 Mar 2006 16:42:58 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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, 09 Mar 2006 08:42:58 -0800 Message-ID: <[email protected]> Date: Thu, 09 Mar 2006 08:42:13 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: Internal error compiling xalan on red-hat 7.3 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 AESYS S.p.A. [Enzo Arlati] wrote: > I build the xalan-c rev 1.10 with xerces-c 2.70 on a Red Hat Linux 7.3 > 2.96-110 (gcc version 2.96 20000731). > I got the error "Internal error: Segmentation fault." when I compile the > files: > You should not use GCC 2.96 for production: http://gcc.gnu.org/gcc-2.96.html This bogus version of GCC is known to fail when compiling Xalan-C, and to generate broken code when it does compile. We do not support it. Dave From [email protected] Mon Mar 13 16:12:00 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35945 invoked from network); 13 Mar 2006 16:11:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Mar 2006 16:11:56 -0000 Received: (qmail 21784 invoked by uid 500); 13 Mar 2006 16:11:49 -0000 Delivered-To: [email protected] Received: (qmail 21628 invoked by uid 500); 13 Mar 2006 16:11: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-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 21550 invoked by uid 99); 13 Mar 2006 16:11:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2006 08:11:44 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO sf6.svr.bankone.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2006 08:11:43 -0800 Received: from si6.svr.bankone.net (si6.svr.bankone.net [161.129.204.104]) by sf6.svr.bankone.net (Switch-3.1.7/Switch-3.1.7) with ESMTP id k2DGBsJS019126 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for <[email protected]>; Mon, 13 Mar 2006 11:11:54 -0500 Received: from svr.bankone.net (imf1.svr.bankone.net [161.129.204.104]) by si6.svr.bankone.net (Switch-3.1.7/Switch-3.1.7) with ESMTP id k2DGBGVH001663 for <[email protected]>; Mon, 13 Mar 2006 11:11:20 -0500 Received: from ([161.129.204.104]) by imf1.svr.bankone.net with ESMTP id KP-BRATB.27318777; Mon, 13 Mar 2006 10:42:18 -0500 Subject: XQuery Support? Date: Mon, 13 Mar 2006 15:42:06 +0000 MIME-Version: 1.0 To: [email protected] Cc: From: [email protected] X-Mailer: Microsoft Outlook v 10.00.4024, MSOC v 2.00.4007.00 Message-ID: <[email protected]> X-MIMETrack: Serialize by Router on MIUSMF006/JPMCHASE(Release 6.5.3|September 14, 2004) at 03/13/2006 10:42:18 AM, Serialize complete at 03/13/2006 10:42:18 AM Content-Type: multipart/alternative; boundary="----=_NextPart_000_0085_01C646B4.AF7F4910" X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0085_01C646B4.AF7F4910 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Does Xalan C++ v1.10 have support for xquery? If not, are there any plans for support? Regards Lee Dittrich Lee Dittrich Alhambra House, Tel: 629-259-4888 45 Waterloo Street, Fax: 629-259-4888 Glasgow. G2 6HS ------=_NextPart_000_0085_01C646B4.AF7F4910 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 10 (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><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Does Xalan C++ v1.10 have support for = xquery?</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> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>If not, are there any plans for = support?</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> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Regards</span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Lee Dittrich</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> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;</span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Lee Dittrich</span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Alhambra</span></font><font size=3D2 = face=3DArial><span style=3D'font-size:10.0pt;font-family:Arial'> House,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tel: +44 141 228 = 5479&nbsp;</span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>45 Waterloo Street</span></font><font size=3D2 = face=3DArial><span style=3D'font-size:10.0pt;font-family:Arial'>,&nbsp;&nbsp; Fax: +44 141 = 228 5111&nbsp;&nbsp;&nbsp;&nbsp; </span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Glasgow</span></font><font size=3D2 = face=3DArial><span style=3D'font-size:10.0pt;font-family:Arial'>.</span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>G2 6HS</span></font></p> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span = style=3D'font-size: 12.0pt'>&nbsp;</span></font></p> </div> </body> </html> ------=_NextPart_000_0085_01C646B4.AF7F4910-- From [email protected] Mon Mar 13 18:25:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14269 invoked from network); 13 Mar 2006 18:25:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Mar 2006 18:25:44 -0000 Received: (qmail 53894 invoked by uid 500); 13 Mar 2006 18:25:43 -0000 Delivered-To: [email protected] Received: (qmail 53875 invoked by uid 500); 13 Mar 2006 18:25: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: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 53864 invoked by uid 99); 13 Mar 2006 18:25:42 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 13 Mar 2006 10:25:42 -0800 Message-ID: <[email protected]> Date: Mon, 13 Mar 2006 10:24:10 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: XQuery Support? 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 [email protected] wrote: > Does Xalan C++ v1.10 have support for xquery? > > No, it does not. > > If not, are there any plans for support? > I doubt very much Xalan-C++ will implement XQuery. It might implement XSLT 2.0, but that's also not at all certain. Dave From [email protected] Fri Mar 17 10:01:30 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87196 invoked from network); 17 Mar 2006 10:01:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Mar 2006 10:01:28 -0000 Received: (qmail 68927 invoked by uid 500); 17 Mar 2006 10:01:27 -0000 Delivered-To: [email protected] Received: (qmail 68773 invoked by uid 500); 17 Mar 2006 10: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]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 68762 invoked by uid 99); 17 Mar 2006 10:01:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 02:01:25 -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 (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, 17 Mar 2006 02:01:25 -0800 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FKBl7-0000VD-0Y for [email protected]; Fri, 17 Mar 2006 11:00:38 +0100 Received: from 0x50a477dd.bynxx15.adsl-dhcp.tele.dk ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Fri, 17 Mar 2006 11:00:37 +0100 Received: from hr.bruun by 0x50a477dd.bynxx15.adsl-dhcp.tele.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Fri, 17 Mar 2006 11:00:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: Morten Bruun <[email protected]> Subject: The URL used an unsupported protocol Date: Fri, 17 Mar 2006 10:25:58 +0100 Lines: 50 Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: 0x50a477dd.bynxx15.adsl-dhcp.tele.dk User-Agent: Thunderbird 1.5 (X11/20051201) Sender: news <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi there, Having installed the xalan-c I'm experiencing a strange problem when applying XSLT to XML documents that have a PUBLIC DOCTYPE in them. I didn't see anything about this in the FAQ. When using this XSLT: <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="xml"/> <xsl:template match="html"> <foo>Testing</foo> </xsl:template> </xsl:stylesheet> On this XML document: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> <html> <head> <title>t001</title> </head> <body></body> </html> I get the following error: bruun@linux:~/test> /usr/local/xml-xalan/c/bin/Xalan test.xml style.xsl Fatal Error.Occurred at file test.xml, line 3, column 72. An exception occurred! Type:MalformedURLException, Message:The URL used an unsupported protocol SAXParseException: An exception occurred! Type:MalformedURLException, Message:The URL used an unsupported protocol (test.xml, line 3, column 72) If I use <DOCTYPE html> it works fine. And with xalan-j it also works fine. Does anybody have a pointer to what I'm doing wrong? Kind regards, Morten Bruun From [email protected] Fri Mar 17 18:56:15 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16648 invoked from network); 17 Mar 2006 18:56:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Mar 2006 18:56:14 -0000 Received: (qmail 54509 invoked by uid 500); 17 Mar 2006 18:56:12 -0000 Delivered-To: [email protected] Received: (qmail 54488 invoked by uid 500); 17 Mar 2006 18:56: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: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 54475 invoked by uid 99); 17 Mar 2006 18:56:12 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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, 17 Mar 2006 10:56:12 -0800 Message-ID: <[email protected]> Date: Fri, 17 Mar 2006 10:55:14 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: The URL used an unsupported protocol 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 Morten Bruun wrote: > Hi there, > > Having installed the xalan-c I'm experiencing a strange problem when > applying XSLT to XML documents that have a PUBLIC DOCTYPE in them. > > I didn't see anything about this in the FAQ. > > When using this XSLT: > ... > > I get the following error: > > bruun@linux:~/test> /usr/local/xml-xalan/c/bin/Xalan test.xml style.xsl > > Fatal Error.Occurred at file test.xml, line 3, column 72. An exception > occurred! Type:MalformedURLException, Message:The URL used an > unsupported protocol > SAXParseException: An exception occurred! Type:MalformedURLException, > Message:The URL used an unsupported protocol (test.xml, line 3, column 72) > > If I use <DOCTYPE html> it works fine. And with xalan-j it also works fine. > > Does anybody have a pointer to what I'm doing wrong? This is an issue with Xerces-C, and your specific platform, and how the binaries were built. On Windows, this works by default, because the appropriate Xerces-C network accessor is configured. On other platforms, you may not get the same behavior, so the default for your platform might be to support only file URLs. If you built your own local copy of Xerces-C, you should rebuild it and supply the appropriate type of net accessor you want, using the -n option. The default is "socket," which works fine on my copy of Linux. If you have more questions, I suggest you subscribe and post to the Xerces-C user list. Dave From [email protected] Tue Mar 21 18:28:02 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82388 invoked from network); 21 Mar 2006 18:28:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Mar 2006 18:28:02 -0000 Received: (qmail 71999 invoked by uid 500); 21 Mar 2006 18:28:01 -0000 Delivered-To: [email protected] Received: (qmail 71979 invoked by uid 500); 21 Mar 2006 18: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]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 56569 invoked by uid 99); 21 Mar 2006 14:04:50 -0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=L8cSTOq/alQthhtaTKW6wSsmXCm88BrGGKvj9sEtProU7i0mgyY46gRBCT38HV8C0HNf6I8kTwaIf4CJ+C1NO0y5cjKQtap8w2bEc64Hbj+8DraoKSg7NKo6cZ97CpXSH9rB+L/WiKbaj6/T4AxsIytQBJKv1vDKyEmagXDrzVk= ; Message-ID: <[email protected]> Date: Tue, 21 Mar 2006 06:04:27 -0800 (PST) From: pralaypati ta <[email protected]> Subject: Coyping entity reference from input to output.. To: [email protected], [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-250429533-1142949867=:34863" 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 --0-250429533-1142949867=:34863 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi, I'm using Xalan-C++ version 1.8. I want to create an exact copy of source xml file in output xml file e.g. I want to write out all the entity references, the internal DTD subset declaration etc. from input xml to output xml file. The article in http://www.xml.com/pub/a/2001/03/14/trxml10.html says that "XSLT offers no way to tell the XML processor not to make entity replacements. (Certain XSLT processors such as Xalan offer this option as a non-standard feature)". So, how can I configure Xalan so that it can tell XML processor not to make entity replacements? Thanks and Regards- Pralay __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --0-250429533-1142949867=:34863 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit <div><font face="Courier New" size="2"><span class="390205013-21032006">Hi,</span></font></div> <div><font face="Courier New" size="2"><span class="390205013-21032006">I'm using Xalan-C++ version 1.8. I want to&nbsp;create&nbsp;an exact copy of source xml file in output xml file e.g.&nbsp;I want to write out all the entity references, the internal DTD subset declaration etc. from input xml to output xml file.</span></font></div> <div><font face="Courier New" size="2"><span class="390205013-21032006"></span></font>&nbsp;</div> <div><font><span class="390205013-21032006"><font face="Courier New" size="2">The article in&nbsp;</font><a href="http://www.xml.com/pub/a/2001/03/14/trxml10.html"><font face="Courier New" size="2">http://www.xml.com/pub/a/2001/03/14/trxml10.html</font></a><font face="Courier New" size="2">&nbsp;says that "XSLT offers no way to tell the XML processor not to make entity replacements. (Certain XSLT processors such as Xalan offer this option as a non-standard feature)". So, how can I&nbsp;configure Xalan so that it can tell XML processor not to make entity replacements?</font></span></font></div> <div><font face="Courier New" size="2"><span class="390205013-21032006"></span></font>&nbsp;</div> <div><font face="Courier New" size="2"><span class="390205013-21032006">Thanks and Regards-</span></font></div> <div><font face="Courier New" size="2"><span class="390205013-21032006">Pralay</span></font></div><p>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com --0-250429533-1142949867=:34863-- From [email protected] Tue Mar 21 18:31:36 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85356 invoked from network); 21 Mar 2006 18:31:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Mar 2006 18:31:35 -0000 Received: (qmail 77204 invoked by uid 500); 21 Mar 2006 18:31:35 -0000 Delivered-To: [email protected] Received: (qmail 77192 invoked by uid 500); 21 Mar 2006 18:31: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 77181 invoked by uid 99); 21 Mar 2006 18:31:34 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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, 21 Mar 2006 10:31:34 -0800 Message-ID: <[email protected]> Date: Tue, 21 Mar 2006 10:31:13 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: Coyping entity reference from input to output.. 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 pralaypati ta wrote: > Hi, > I'm using Xalan-C++ version 1.8. I want to create an exact copy of > source xml file in output xml file e.g. I want to write out all the > entity references, the internal DTD subset declaration etc. from input > xml to output xml file. > You can't do that in XSLT. > The article in http://www.xml.com/pub/a/2001/03/14/trxml10.html says > that "XSLT offers no way to tell the XML processor not to make entity > replacements. (Certain XSLT processors such as Xalan offer this option > as a non-standard feature)". So, how can I configure Xalan so that it > can tell XML processor not to make entity replacements? You cannot. The article is incorrect. Dave From [email protected] Wed Mar 22 09:04:01 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81328 invoked from network); 22 Mar 2006 09:03:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Mar 2006 09:03:59 -0000 Received: (qmail 55727 invoked by uid 500); 22 Mar 2006 09:03:49 -0000 Delivered-To: [email protected] Received: (qmail 55713 invoked by uid 500); 22 Mar 2006 09:03: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: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 55702 invoked by uid 99); 22 Mar 2006 09:03:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2006 01:03: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 (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; Wed, 22 Mar 2006 01:03:48 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FLzFX-0002V0-JA for [email protected]; Wed, 22 Mar 2006 10:03:27 +0100 Received: from 0x50a477dd.bynxx15.adsl-dhcp.tele.dk ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Wed, 22 Mar 2006 10:03:27 +0100 Received: from hr.bruun by 0x50a477dd.bynxx15.adsl-dhcp.tele.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Wed, 22 Mar 2006 10:03:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: Morten Bruun <[email protected]> Subject: Re: The URL used an unsupported protocol Date: Wed, 22 Mar 2006 10:03:18 +0100 Lines: 17 Message-ID: <[email protected]> References: <[email protected]> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: 0x50a477dd.bynxx15.adsl-dhcp.tele.dk User-Agent: Thunderbird 1.5 (X11/20051201) In-Reply-To: <[email protected]> Sender: news <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N David Bertoni wrote: > Morten Bruun wrote: >> Hi there, >> >> Having installed the xalan-c I'm experiencing a strange problem when >> applying XSLT to XML documents that have a PUBLIC DOCTYPE in them. >> > If you built your own local copy of Xerces-C, you should rebuild it and > supply the appropriate type of net accessor you want, using the -n > option. The default is "socket," which works fine on my copy of Linux. > > Dave > That did the trick - thanks a lot! /Morten From [email protected] Sat Mar 25 00:13:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3953 invoked from network); 25 Mar 2006 00:13:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2006 00:13:08 -0000 Received: (qmail 98306 invoked by uid 500); 25 Mar 2006 00:13:02 -0000 Delivered-To: [email protected] Received: (qmail 98284 invoked by uid 500); 25 Mar 2006 00:13: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-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 98271 invoked by uid 99); 25 Mar 2006 00:13:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2006 16:13:02 -0800 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 web50115.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 24 Mar 2006 16:13:01 -0800 Received: (qmail 49130 invoked by uid 60001); 25 Mar 2006 00:12:40 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=DVbO8csLuC7gVcSMDTLvShV4wNPPJXz0ThlKHiwTC4TG62JENOoLAVPS2wSt2WFACW2Wr5UZLBLntMAMnSf+7srIf4FF0oQrdG15jk/RtqGpQN79cfOjvEzierQnHyqQCbpwwyhCxSZhhAe24ks6FLY1N/KqbIZIW3boQKzwYVI= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web50115.mail.yahoo.com via HTTP; Fri, 24 Mar 2006 16:12:40 PST Date: Fri, 24 Mar 2006 16:12:40 -0800 (PST) From: pm <[email protected]> Subject: setting attribute in Xalan C++ 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, I have a question on Xalan C++. I am trying to perform very basic XML operations like getting/setting/adding/removing attributes and elements in a DOM tree. My code needs to use the XPath passed by the user to perform these operations. I found that the sample code available on the website is mostly for more advanced features like XSL stylesheet and transformation (except for the example SimpleXPathAPI). Is there any other sample code available that I can look at? I could write the function for getting an attribute value using the XPathEvaluatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bvaluate() function. But while trying to set an attribute value, I am getting an exception. My code is as follows. XalanNode* const theResultNode = theEvaluator.selectSingleNode(theDOMSupport, theContextNode, XalanDOMString(buf).c_str(), thePrefixResolver); const XalanDOMString valueXDS(value); if (theResultNode) ((XalanAttr *)&theResultNode)->setValue(valueXDS); Here setValue is cauing the exception. theResultNode is supposed to point to the attribute node whose value is getting set. Can somebody help me with this? Am I using the right classes and APIs? Many thanks. Pinaki __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From [email protected] Mon Mar 27 18:36:06 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99907 invoked from network); 27 Mar 2006 18:36:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2006 18:36:06 -0000 Received: (qmail 50331 invoked by uid 500); 27 Mar 2006 18:36:05 -0000 Delivered-To: [email protected] Received: (qmail 50314 invoked by uid 500); 27 Mar 2006 18:36: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 50303 invoked by uid 99); 27 Mar 2006 18:36:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 10:36:04 -0800 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 outbound.mailhop.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 10:36:03 -0800 Received: from [161.129.204.104] (helo=[161.129.204.104]) by outbound.mailhop.org with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.51) id 1FNwZ4-0002S2-F3 for [email protected]; Mon, 27 Mar 2006 13:35:42 -0500 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 161.129.204.104 X-Report-Abuse-To: [email protected] (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: johnbelruss Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: John Russell <[email protected]> Subject: Re: mac intel? Date: Mon, 27 Mar 2006 10:35:35 -0800 To: [email protected] X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Is there a contact I can attempt to reach re Mac port? John. On Jan 26, 2006, at 8:45 AM, David Bertoni wrote: > John Russell wrote: >> Has a Mac intel build of xalan-C been attempted? >> Thanks, >> John Russell. > > Not that I know of. I'm also not sure the Mac port is even being > maintained right now. > > Dave From [email protected] Mon Mar 27 18:48:36 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8138 invoked from network); 27 Mar 2006 18:48:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2006 18:48:35 -0000 Received: (qmail 69564 invoked by uid 500); 27 Mar 2006 18:48:35 -0000 Delivered-To: [email protected] Received: (qmail 69328 invoked by uid 500); 27 Mar 2006 18:48: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 69317 invoked by uid 99); 27 Mar 2006 18:48:34 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 27 Mar 2006 10:48:34 -0800 Message-ID: <[email protected]> Date: Mon, 27 Mar 2006 10:48:14 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: mac intel? 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N John Russell wrote: > Is there a contact I can attempt to reach re Mac port? > John. > If no one responded to your post on the list, I think you can assume the person who was maintaining the Mac port is no longer doing it. On the other hand, keeping the port going for OS X should be trivial, since we already support GCC on a bunch of other platforms. I imagine there's not much to do, s0 you might want to attempt it yourself. You might even find that the generic "linux" platform target in runConfigure works. If you have any questions on how to proceed, feel free to post them. Dave From [email protected] Mon Mar 27 19:15:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34235 invoked from network); 27 Mar 2006 19:15:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2006 19:15:24 -0000 Received: (qmail 11063 invoked by uid 500); 27 Mar 2006 19:15:24 -0000 Delivered-To: [email protected] Received: (qmail 10836 invoked by uid 500); 27 Mar 2006 19:15: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: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 10730 invoked by uid 99); 27 Mar 2006 19:15:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 11:15:21 -0800 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 outbound.mailhop.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 11:15:21 -0800 Received: from [161.129.204.104] (helo=[161.129.204.104]) by outbound.mailhop.org with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.51) id 1FNxB6-000B7A-92 for [email protected]; Mon, 27 Mar 2006 14:15:00 -0500 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 161.129.204.104 X-Report-Abuse-To: [email protected] (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: johnbelruss Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <[email protected]> References: <[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: John Russell <[email protected]> Subject: Re: mac intel? Date: Mon, 27 Mar 2006 11:14:53 -0800 To: [email protected] X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm willing to attempt to maintain a universal binary (multiple architecture) mac port should I prove sufficiently capable. It would be a big help if someone could read a page of the Mac documentation and let me know whether it is likely that the additional flags to compile for multiple architectures using the ./configure script is likely to work. http://developer.apple.com/documentation/Porting/Conceptual/ PortingUnix/compiling/chapter_4_section_3.html Complete information is available at http://developer.apple.com/documentation/Porting/Conceptual/ PortingUnix/PortingUnix.pdf An extract from the "Compiling for Multiple Architectures" page says: "In many cases, binaries containing object code for more than one architecture can be generated simply by running the normal configuration script, then overriding the architecture flags at compile time. For example, you might run ./configure followed by CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386" LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386" make to generate a universal binary (for Intel-based and PowerPC-based Macintosh computers). To generate a 3-way universal binary that includes a 64-bit PowerPC version, you would add -arch ppc64 to the CFLAGS and LDFLAGS." John. On Mar 27, 2006, at 10:48 AM, David Bertoni wrote: > John Russell wrote: >> Is there a contact I can attempt to reach re Mac port? >> John. > > Keeping the port going for OS X should be trivial, since we already > support GCC on a bunch of other platforms. I imagine there's not > much to do, so you might want to attempt it yourself. You might > even find that the generic "linux" platform target in runConfigure > works. From [email protected] Mon Mar 27 23:04:40 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78663 invoked from network); 27 Mar 2006 23:04:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2006 23:04:39 -0000 Received: (qmail 81978 invoked by uid 500); 27 Mar 2006 23:04:38 -0000 Delivered-To: [email protected] Received: (qmail 81945 invoked by uid 500); 27 Mar 2006 23:04: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-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 81932 invoked by uid 99); 27 Mar 2006 23:04:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 15:04:37 -0800 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,MAILTO_TO_SPAM_ADDR X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web50114.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 27 Mar 2006 15:04:37 -0800 Received: (qmail 90347 invoked by uid 60001); 27 Mar 2006 23:04:16 -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=x2iBbdAayn6I3s1YjopworxUaJpLDTA5VDL4MnWt7/Kd5rzOA4gkFjZ3+yEeQPWuoguUtrD9QTdn7KhaRW1QYBgyJiy9aTTtoUuG6iN+dx0NKqOHrW0J5i4P4SrTWhaqM0ruKIe5qsTYMesfN+tkI2xfgJYqkX/TMUOnXEtYfnw= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web50114.mail.yahoo.com via HTTP; Mon, 27 Mar 2006 15:04:16 PST Date: Mon, 27 Mar 2006 15:04:16 -0800 (PST) From: pm <[email protected]> Subject: Re: setting attribute in Xalan C++ To: [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, I am still waiting for an answer on this. Can somebody please help! I noticed that the setValue or setNodeValue functions in XalanSourceTreeAttr class are written to just throw an exception and there is no other functionality. In fact, this is the case with all the 'set' functions in this class or even other classes like XalanSourceTreeElement. Does this mean that none of these functionalities are implemented in the Xalan library and the user needs to rewrite these functions to get the desired functionality? Please help. Any help will be greatly appreciated. Thank you. - Pinaki --- pm <[email protected]> wrote: > Hi, > > I have a question on Xalan C++. I am trying to > perform > very basic XML operations like > getting/setting/adding/removing attributes and > elements in a DOM tree. My code needs to use the > XPath > passed by the user to perform these operations. I > found that the sample code available on the website > is > mostly for more advanced features like XSL > stylesheet > and transformation (except for the example > SimpleXPathAPI). Is there any other sample code > available that I can look at? > > I could write the function for getting an attribute > value using the XPathEvaluatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bvaluate() function. > But while trying to set an attribute value, I am > getting an exception. My code is as follows. > > XalanNode* const theResultNode = > theEvaluator.selectSingleNode(theDOMSupport, > theContextNode, XalanDOMString(buf).c_str(), > thePrefixResolver); > const XalanDOMString valueXDS(value); > if (theResultNode) > ((XalanAttr *)&theResultNode)->setValue(valueXDS); > > Here setValue is cauing the exception. theResultNode > is supposed to point to the attribute node whose > value > is getting set. Can somebody help me with this? Am I > using the right classes and APIs? > > Many thanks. > > Pinaki > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From [email protected] Tue Mar 28 19:47:28 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44289 invoked from network); 28 Mar 2006 19:47:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Mar 2006 19:47:27 -0000 Received: (qmail 90823 invoked by uid 500); 28 Mar 2006 19:47:27 -0000 Delivered-To: [email protected] Received: (qmail 90792 invoked by uid 500); 28 Mar 2006 19:47: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-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 64064 invoked by uid 99); 28 Mar 2006 17:48:17 -0000 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) 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=qWyceBoeHBd4r6yXo3X4NzlWyBnDV63kc9AVaYxHAC34TYsYFDzfeEQ58rQST9FXMzxlVISTAH3CGUXN6ZqfKA/D7/yn/VWGVpaRfrtP/9SuaJiwjzr7FWhN/lDlNnSUcqufaQyDuugtyVJbYzDWWYVNR78jIE0Udm6c9Pk0VvI= Message-ID: <[email protected]> Date: Tue, 28 Mar 2006 12:47:55 -0500 From: "Stylus Studio" <[email protected]> To: [email protected] Subject: [Announce] Stylus Studio 2006 Release 2 Now Available MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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 [announce] Hey Everyone, Release 2 of Stylus Studio 2006 has just been released. The following are some of the highlights of Stylus Studio 2006 Release 2 XML Enterprise Edition: * Enhanced EDI Support: Stylus Studio's EDI-to-XML and XML-to-EDI tools now support hundreds of message and transaction set types of EDIFACT and X12 - across dozens of versions - allowing EDI to be used as easily as XML as input to XSLT and XQuery programs. And those same programs can write output through the adapter, generating EDI transparently and automatically. Stylus Studio supports the newest release of X12, 5030, keeping the tradition of providing comprehensive support of available versions of X12. Preliminary versions of EDIFACT are also supported. Stylus Studio can now automatically convert to and from EDIFACT versions from the prototype 88-1 to the present D05A version. The International Air Transport Association dialect of EDI, IATA PADIS, an EDI standard for air transportation, is also supported. Learn more at: http://www.stylusstudio.com/edi/ * Convert IATA to XML Schema: A new Document Wizard allows you to convert an IATA documents to XML Schema, simplifying the verification of IATA files converted to XML. * Invoke Web Services from XQuery: Use the Stylus Studio Web Service Call Composer to design and test any Web service invocation, then generate the XQuery code needed to invoke the same SOAP request directly in your XQuery application - Learn more at: http://www.stylusstudio.com/xquery.html * Integration with xqDoc: Generate user-friendly documentation of your XQuery libraries and modules for reference purposes - learn more at: http://www.stylusstudio.com/xquery/xqdoc.html * Support for Saxon 8.7 XSLT and XQuery Processor: Updated support for developing applications using the Saxon schema-aware XQuery and XSLT processor - learn more at: http://www.stylusstudio.com/saxon_xquery_processor.html * Support for WSDL to Java Bindings: Integrated support for Apache Axis Java code generation directly within the Stylus Studio Web Service Call Composer - learn more at: http://www.stylusstudio.com/web_services.html * XML Adapter API Enhancements: Seamless access to relational databases, EDI, flat files, and other legacy data from your XSLT stylesheets or XQuery expressions can be done using Stylus Studio's Java adapter components that are now easier to embed and offer even faster streaming data performance - learn more at: http://www.stylusstudio.com/deployment/ You can download Stylus Studio(r) 2006 Release 2 today here: http://www.stylusstudio.com/xml_download.html Sincerely, The Stylus Studio Team http://www.stylusstudio.com From [email protected] Tue Mar 28 21:12:36 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86696 invoked from network); 28 Mar 2006 21:12:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Mar 2006 21:12:36 -0000 Received: (qmail 36344 invoked by uid 500); 28 Mar 2006 21:12:35 -0000 Delivered-To: [email protected] Received: (qmail 36331 invoked by uid 500); 28 Mar 2006 21:12: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 36317 invoked by uid 99); 28 Mar 2006 21:12:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2006 13:12:35 -0800 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,MAILTO_TO_SPAM_ADDR 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 web25007.mail.ukl.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 28 Mar 2006 13:12:33 -0800 Received: (qmail 58168 invoked by uid 60001); 28 Mar 2006 21:12:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=A2MpS26/qUHKpYVhU37VHt22bVWWYGNRwOqsAgcu/FH0ROQJM83HrhqD/XprS5IBhH8LT4jtoQ7cycSRLXXZzqJGmEz1XFHQcsk8c8MEz6DCLwhiE/UTgvQkiZNLj1vQ3cjgdPXpH4VvQ0XVOYx6+IvHoQ4nvBL1dfb2FqSPqVg= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web25007.mail.ukl.yahoo.com via HTTP; Tue, 28 Mar 2006 22:12:11 BST Date: Tue, 28 Mar 2006 22:12:11 +0100 (BST) From: Sean <[email protected]> Reply-To: [email protected] Subject: Re: setting attribute in Xalan C++ To: [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 Hello, it sounds like all you need is an XML DOM, not an implementation of XSL. You could just use Apache Xerces on its own - it has samples for creating XML elements. Sean --- pm <[email protected]> wrote: > Hi, I am still waiting for an answer on this. Can > somebody please help! I noticed that the setValue or > setNodeValue functions in XalanSourceTreeAttr class > are written to just throw an exception and there is no > other functionality. In fact, this is the case with > all the 'set' functions in this class or even other > classes like XalanSourceTreeElement. Does this mean > that none of these functionalities are implemented in > the Xalan library and the user needs to rewrite these > functions to get the desired functionality? > > Please help. Any help will be greatly appreciated. > > Thank you. > > - Pinaki > > > --- pm <[email protected]> wrote: > > > Hi, > > > > I have a question on Xalan C++. I am trying to > > perform > > very basic XML operations like > > getting/setting/adding/removing attributes and > > elements in a DOM tree. My code needs to use the > > XPath > > passed by the user to perform these operations. I > > found that the sample code available on the website > > is > > mostly for more advanced features like XSL > > stylesheet > > and transformation (except for the example > > SimpleXPathAPI). Is there any other sample code > > available that I can look at? > > > > I could write the function for getting an attribute > > value using the XPathEvaluatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bvaluate() function. > > But while trying to set an attribute value, I am > > getting an exception. My code is as follows. > > > > XalanNode* const theResultNode = > > theEvaluator.selectSingleNode(theDOMSupport, > > theContextNode, XalanDOMString(buf).c_str(), > > thePrefixResolver); > > const XalanDOMString valueXDS(value); > > if (theResultNode) > > ((XalanAttr *)&theResultNode)->setValue(valueXDS); > > > > Here setValue is cauing the exception. theResultNode > > is supposed to point to the attribute node whose > > value > > is getting set. Can somebody help me with this? Am I > > using the right classes and APIs? > > > > Many thanks. > > > > Pinaki > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > > protection around > > http://mail.yahoo.com > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > ___________ Sean Ryan From [email protected] Wed Mar 29 01:32:40 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2154 invoked from network); 29 Mar 2006 01:32:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2006 01:32:40 -0000 Received: (qmail 7176 invoked by uid 500); 29 Mar 2006 01:32:39 -0000 Delivered-To: [email protected] Received: (qmail 6941 invoked by uid 500); 29 Mar 2006 01:32: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-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 6930 invoked by uid 99); 29 Mar 2006 01:32:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2006 17:32:38 -0800 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,MAILTO_TO_SPAM_ADDR X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web50112.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 28 Mar 2006 17:32:35 -0800 Received: (qmail 52491 invoked by uid 60001); 29 Mar 2006 01:32:14 -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=EXO6Y53Jh+ZUcYn0tqnxp3J7IWpQAhwJUNNvgRDPmP5iFqK0xFC2JfxRjF2qJ4TwuSTYjL1dyUcgv0JfLnp6BMOa2YxlHIdTHjsb7VgRc44cMt4OSNNt/zFpj9SXjsbO+kntOg35lhlTIpFj16TZHLmzmsKXVOIABCR7rUZvi7E= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web50112.mail.yahoo.com via HTTP; Tue, 28 Mar 2006 17:32:14 PST Date: Tue, 28 Mar 2006 17:32:14 -0800 (PST) From: pm <[email protected]> Subject: Re: setting attribute in Xalan C++ To: [email protected], [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 Thanks for the reply. Xerces would have been perfectly fine, but it does not support XPath. As I said in my mail, my application needs to use XPath provided by the user to locate the node and then perform certain operations on it. Is the latter feature not supported in Xalan? Thanks. Pinaki --- Sean <[email protected]> wrote: > Hello, > > it sounds like all you need is an XML DOM, not an > implementation of XSL. > > You could just use Apache Xerces on its own - it has > samples for creating XML elements. > > Sean > > --- pm <[email protected]> wrote: > > > Hi, I am still waiting for an answer on this. Can > > somebody please help! I noticed that the setValue > or > > setNodeValue functions in XalanSourceTreeAttr > class > > are written to just throw an exception and there > is no > > other functionality. In fact, this is the case > with > > all the 'set' functions in this class or even > other > > classes like XalanSourceTreeElement. Does this > mean > > that none of these functionalities are implemented > in > > the Xalan library and the user needs to rewrite > these > > functions to get the desired functionality? > > > > Please help. Any help will be greatly appreciated. > > > > Thank you. > > > > - Pinaki > > > > > > --- pm <[email protected]> wrote: > > > > > Hi, > > > > > > I have a question on Xalan C++. I am trying to > > > perform > > > very basic XML operations like > > > getting/setting/adding/removing attributes and > > > elements in a DOM tree. My code needs to use the > > > XPath > > > passed by the user to perform these operations. > I > > > found that the sample code available on the > website > > > is > > > mostly for more advanced features like XSL > > > stylesheet > > > and transformation (except for the example > > > SimpleXPathAPI). Is there any other sample code > > > available that I can look at? > > > > > > I could write the function for getting an > attribute > > > value using the XPathEvaluatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bvaluate() > function. > > > But while trying to set an attribute value, I am > > > getting an exception. My code is as follows. > > > > > > XalanNode* const theResultNode = > > > theEvaluator.selectSingleNode(theDOMSupport, > > > theContextNode, XalanDOMString(buf).c_str(), > > > thePrefixResolver); > > > const XalanDOMString valueXDS(value); > > > if (theResultNode) > > > ((XalanAttr > *)&theResultNode)->setValue(valueXDS); > > > > > > Here setValue is cauing the exception. > theResultNode > > > is supposed to point to the attribute node whose > > > value > > > is getting set. Can somebody help me with this? > Am I > > > using the right classes and APIs? > > > > > > Many thanks. > > > > > > Pinaki > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Tired of spam? Yahoo! Mail has the best spam > > > protection around > > > http://mail.yahoo.com > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > > > > ___________ > Sean Ryan > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From [email protected] Wed Mar 29 18:22:22 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58681 invoked from network); 29 Mar 2006 18:22:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2006 18:22:21 -0000 Received: (qmail 50223 invoked by uid 500); 29 Mar 2006 18:22:20 -0000 Delivered-To: [email protected] Received: (qmail 50203 invoked by uid 500); 29 Mar 2006 18: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: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 50192 invoked by uid 99); 29 Mar 2006 18:22:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 10:22:20 -0800 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,MAILTO_TO_SPAM_ADDR 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 web25013.mail.ukl.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 29 Mar 2006 10:22:19 -0800 Received: (qmail 55011 invoked by uid 60001); 29 Mar 2006 18:21:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Gmq1hRSxoQ/EIcdhN2uh80lZBRvXUrTaoXzwrY2g755fEvyFW7Yie35uVT2tfzr/6yBupUamkpT6oi28yTThiL4Fk7YUJ9I8iIQkspaoK2AcKnizG8308aT4vgguBOY5kXz4LdLbnQ7b0aGunjI9s91LuRjMWQPCIvS+X0aF7HE= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web25013.mail.ukl.yahoo.com via HTTP; Wed, 29 Mar 2006 19:21:57 BST Date: Wed, 29 Mar 2006 19:21:57 +0100 (BST) From: Sean <[email protected]> Reply-To: [email protected] Subject: Re: setting attribute in Xalan C++ To: [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 What you could do is use Xerces as the XML DOM - i.e. for loading/saving XML or building an XML tree. You could then use Xalan when you need to do XPath (or XSL). You could use Xalan with Xerces, on the Xerces document object, or else use Xalan seperately on the XML saved as a file. The second approach is simpler to code. Sean --- pm <[email protected]> wrote: > Thanks for the reply. Xerces would have been perfectly > fine, but it does not support XPath. As I said in my > mail, my application needs to use XPath provided by > the user to locate the node and then perform certain > operations on it. Is the latter feature not supported > in Xalan? > > Thanks. > > Pinaki > > --- Sean <[email protected]> wrote: > > > Hello, > > > > it sounds like all you need is an XML DOM, not an > > implementation of XSL. > > > > You could just use Apache Xerces on its own - it has > > samples for creating XML elements. > > > > Sean > > > > --- pm <[email protected]> wrote: > > > > > Hi, I am still waiting for an answer on this. Can > > > somebody please help! I noticed that the setValue > > or > > > setNodeValue functions in XalanSourceTreeAttr > > class > > > are written to just throw an exception and there > > is no > > > other functionality. In fact, this is the case > > with > > > all the 'set' functions in this class or even > > other > > > classes like XalanSourceTreeElement. Does this > > mean > > > that none of these functionalities are implemented > > in > > > the Xalan library and the user needs to rewrite > > these > > > functions to get the desired functionality? > > > > > > Please help. Any help will be greatly appreciated. > > > > > > Thank you. > > > > > > - Pinaki > > > > > > > > > --- pm <[email protected]> wrote: > > > > > > > Hi, > > > > > > > > I have a question on Xalan C++. I am trying to > > > > perform > > > > very basic XML operations like > > > > getting/setting/adding/removing attributes and > > > > elements in a DOM tree. My code needs to use the > > > > XPath > > > > passed by the user to perform these operations. > > I > > > > found that the sample code available on the > > website > > > > is > > > > mostly for more advanced features like XSL > > > > stylesheet > > > > and transformation (except for the example > > > > SimpleXPathAPI). Is there any other sample code > > > > available that I can look at? > > > > > > > > I could write the function for getting an > > attribute > > > > value using the XPathEvaluatoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bvaluate() > > function. > > > > But while trying to set an attribute value, I am > > > > getting an exception. My code is as follows. > > > > > > > > XalanNode* const theResultNode = > > > > theEvaluator.selectSingleNode(theDOMSupport, > > > > theContextNode, XalanDOMString(buf).c_str(), > > > > thePrefixResolver); > > > > const XalanDOMString valueXDS(value); > > > > if (theResultNode) > > > > ((XalanAttr > > *)&theResultNode)->setValue(valueXDS); > > > > > > > > Here setValue is cauing the exception. > > theResultNode > > > > is supposed to point to the attribute node whose > > > > value > > > > is getting set. Can somebody help me with this? > > Am I > > > > using the right classes and APIs? > > > > > > > > Many thanks. > > > > > > > > Pinaki > > > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Tired of spam? Yahoo! Mail has the best spam > > > > protection around > > > > http://mail.yahoo.com > > > > > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Tired of spam? Yahoo! Mail has the best spam > > protection around > > > http://mail.yahoo.com > > > > > > > > > ___________ > > Sean Ryan > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > ___________ Sean Ryan From [email protected] Wed Mar 29 19:46:57 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6984 invoked from network); 29 Mar 2006 19:46:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2006 19:46:57 -0000 Received: (qmail 15696 invoked by uid 500); 29 Mar 2006 19:46:56 -0000 Delivered-To: [email protected] Received: (qmail 15555 invoked by uid 500); 29 Mar 2006 19:46: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-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 15542 invoked by uid 99); 29 Mar 2006 19:46:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 11:46:55 -0800 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 whale.cs.indiana.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 11:46:54 -0800 Received: from school.cs.indiana.edu (school.cs.indiana.edu [161.129.204.104]) by whale.cs.indiana.edu (8.13.6/8.13.6/IUCS_2.72) with ESMTP id k2TJkYJa014449 for <[email protected]>; Wed, 29 Mar 2006 14:46:34 -0500 (EST) Date: Wed, 29 Mar 2006 14:46:34 -0500 (EST) From: Nithya Nirmal Vijayakumar <[email protected]> To: [email protected] Subject: Write transform output to a buffer 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 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am a new user to Xalan-C++. I want to apply xsl transformation to xml stored in a buffer and get the output into a buffer. The StreamTransform.cpp example reads from a buffer and writes output to a stream. I want to make this write to a buffer. I saw some discussion about this in this group and tried following the advice of extending Callbackhandler. But I am getting many compilation errors. Has anyone already done this? Could you please post your code? Any help will be greatly appreciated. This is what I tried: //Declaration of wrapper class XALAN_USING_XALAN(XalanOutputStream) class xalan_string_stream:public XalanOutputStream{ private: char *output; char *buffer; unsigned cursor; public: xalan_string_stream(MemoryManagerType XALAN_DEFAULT_CONSTRUCTOR_MEMORY_MGR, size_type theBufferSize = eDefaultBufferSize, size_type theTranscoderBlockSize = eDefaultTranscoderBlockSize, bool fThrowTranscodeException = true){ buffer=new char[1024]; } ~xalan_string_stream(){} void writeData (const char *input, size_type length){ bcopy(input,buffer,length); } void doFlush (){ } char *get_result(){ return buffer; } }; //usage inside main istrstream theXMLStream(theInputDocument, strlen(theInputDocument)); istrstream theXSLStream(theStyleSheet, strlen(theStyleSheet)); XALAN_USING_XALAN(XalanDOMString) XALAN_USING_XALAN(XalanOutputStreamPrintWriter) XALAN_USING_XALAN(XSLTResultTarget) XALAN_USING_XALAN(XSLTInputSource) XSLTInputSource inputSource(&theXSLStream); inputSource.setSystemId(XalanDOMString("foo").c_str()); const xalan_string_stream *outputStream = new xalan_string_stream(); XalanOutputStreamPrintWriter *printWriter=new XalanOutputStreamPrintWriter((XalanOutputStream &)outputStream, false); XSLTResultTarget target(printWriter); theResult = theXalanTransformer.transform(&theXMLStream, inputSource,target); //compilation error obtained BufferTransform.cpp:40: base `xalanc_1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXalanOutputStream' with only non-default constructor in class without a constructor BufferTransform.cpp:54: ISO C++ forbids defining types within return type BufferTransform.cpp:54: destructors must be member functions BufferTransform.cpp:54: return type specification for destructor invalid BufferTransform.cpp:56: type specifier omitted for parameter `size_type' BufferTransform.cpp:56: syntax error before `)' token BufferTransform.cpp: In function `void writeData(...)': BufferTransform.cpp:57: `input' undeclared (first use this function) BufferTransform.cpp:57: (Each undeclared identifier is reported only once for each function it appears in.) BufferTransform.cpp:57: `buffer' undeclared (first use this function) BufferTransform.cpp:57: `length' undeclared (first use this function) BufferTransform.cpp: At global scope: BufferTransform.cpp:66: syntax error before `}' token BufferTransform.cpp: In function `int transform(const char*, char*)': BufferTransform.cpp:155: ISO C++ forbids declaration of `xalan_string_stream' with no type BufferTransform.cpp:155: uninitialized const `xalan_string_stream' BufferTransform.cpp:155: syntax error before `*' token BufferTransform.cpp:157: `outputStream' undeclared (first use this function) make: *** [all] Error 1 thanks, Nithya From [email protected] Wed Mar 29 20:33:48 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37479 invoked from network); 29 Mar 2006 20:33:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2006 20:33:47 -0000 Received: (qmail 27037 invoked by uid 500); 29 Mar 2006 20:33:47 -0000 Delivered-To: [email protected] Received: (qmail 27014 invoked by uid 500); 29 Mar 2006 20: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]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 27003 invoked by uid 99); 29 Mar 2006 20:33:46 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 29 Mar 2006 12:33:46 -0800 Message-ID: <[email protected]> Date: Wed, 29 Mar 2006 12:33:27 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: Write transform output to a buffer References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/mixed; boundary="------------090007050009030705020407" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. --------------090007050009030705020407 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Nithya Nirmal Vijayakumar wrote: > Hi, > > I am a new user to Xalan-C++. I want to apply xsl transformation to xml > stored in a buffer and get the output into a buffer. The > StreamTransform.cpp example reads from a buffer and writes output to a > stream. I want to make this write to a buffer. I saw some discussion about > this in this group and tried following the advice of extending > Callbackhandler. But I am getting many compilation errors. Has anyone > already done this? Could you please post your code? Any help will be > greatly appreciated. The simplest thing is to use the class ostrstream. I've attached a diff for the StreamTransform sample that does that. > > This is what I tried: > > //Declaration of wrapper class > XALAN_USING_XALAN(XalanOutputStream) > class xalan_string_stream:public XalanOutputStream{ > private: > char *output; > char *buffer; > unsigned cursor; > public: > xalan_string_stream(MemoryManagerType > XALAN_DEFAULT_CONSTRUCTOR_MEMORY_MGR, > size_type theBufferSize = eDefaultBufferSize, > size_type theTranscoderBlockSize = eDefaultTranscoderBlockSize, > bool fThrowTranscodeException = true){ > buffer=new char[1024]; > } > > ~xalan_string_stream(){} > In the destructor, you need: delete [] buffer; or you'll have a memory leak; > void writeData (const char *input, size_type length){ > bcopy(input,buffer,length); > } > This is extremely dangerous, because you have no guarantee the data will fit in the buffer you've allocated. > void doFlush (){ > } > > char *get_result(){ > return buffer; > } > }; > > //usage inside main > istrstream theXMLStream(theInputDocument, > strlen(theInputDocument)); > > istrstream theXSLStream(theStyleSheet, strlen(theStyleSheet)); > > XALAN_USING_XALAN(XalanDOMString) > XALAN_USING_XALAN(XalanOutputStreamPrintWriter) > XALAN_USING_XALAN(XSLTResultTarget) > XALAN_USING_XALAN(XSLTInputSource) > > XSLTInputSource inputSource(&theXSLStream); > > inputSource.setSystemId(XalanDOMString("foo").c_str()); > > const xalan_string_stream *outputStream = new xalan_string_stream(); > > XalanOutputStreamPrintWriter *printWriter=new > XalanOutputStreamPrintWriter((XalanOutputStream &)outputStream, false); > Where did you get this cast from? Are you trying to remove const from the xalan_string_stream instance? Why would you define it const in the first place? This is much simpler: xalan_string_stream outputStream; XalanOutputStreamPrintWriter printWriter(&outputStream); XSLTResultTarget target(&printWriter); > XSLTResultTarget target(printWriter); > > theResult = theXalanTransformer.transform(&theXMLStream, > inputSource,target); > > //compilation error obtained > BufferTransform.cpp:40: base `xalanc_1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXalanOutputStream' with only > non-default constructor in class without a constructor Well, you have to call the base class constructor, and there's no default for the base class. Perhaps you meant something like this: XALAN_USING_XALAN(XalanOutputStream) XALAN_USING_XALAN(XalanMemMgrs) XALAN_USING_XALAN(MemoryManagerType) class xalan_string_stream:public XalanOutputStream{ private: char *output; char *buffer; unsigned cursor; public: xalan_string_stream(MemoryManagerType& theMgr XALAN_DEFAULT_CONSTRUCTOR_MEMORY_MGR, size_type theBufferSize = eDefaultBufferSize, size_type theTranscoderBlockSize = eDefaultTranscoderBlockSize, bool fThrowTranscodeException = true): XalanOutputStream( theMgr, theBufferSize, theTranscoderBlockSize, fThrowTranscodeException) { buffer=new char[1024]; } ... > BufferTransform.cpp:54: ISO C++ forbids defining types within return type > BufferTransform.cpp:54: destructors must be member functions > BufferTransform.cpp:54: return type specification for destructor invalid > BufferTransform.cpp:56: type specifier omitted for parameter `size_type' > BufferTransform.cpp:56: syntax error before `)' token > BufferTransform.cpp: In function `void writeData(...)': > BufferTransform.cpp:57: `input' undeclared (first use this function) > BufferTransform.cpp:57: (Each undeclared identifier is reported only once > for each function it appears in.) > BufferTransform.cpp:57: `buffer' undeclared (first use this function) > BufferTransform.cpp:57: `length' undeclared (first use this function) > BufferTransform.cpp: At global scope: > BufferTransform.cpp:66: syntax error before `}' token > BufferTransform.cpp: In function `int transform(const char*, char*)': > BufferTransform.cpp:155: ISO C++ forbids declaration of > `xalan_string_stream' > with no type > BufferTransform.cpp:155: uninitialized const `xalan_string_stream' > BufferTransform.cpp:155: syntax error before `*' token > BufferTransform.cpp:157: `outputStream' undeclared (first use this > function) > make: *** [all] Error 1 > You should not be relying on this list to help you correct C++ syntax errors. Please make sure your code is reasonably correct before you post a question. Dave --------------090007050009030705020407 Content-Type: text/plain; name="temp-patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="temp-patch.txt" Index: StreamTransform.cpp =================================================================== --- StreamTransform.cpp (revision 376143) +++ StreamTransform.cpp (working copy) @@ -49,6 +49,7 @@ XALAN_USING_STD(istrstream) XALAN_USING_STD(ofstream) XALAN_USING_STD(ostrstream) + XALAN_USING_STD(streamsize) #if defined(XALAN_STRICT_ANSI_HEADERS) using stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bstrlen; @@ -122,8 +123,10 @@ inputSource.setSystemId(XalanDOMString("foo").c_str()); + ostrstream theOutputStream; + // Do the transform. - theResult = theXalanTransformer.transform(&theXMLStream, inputSource, cout); + theResult = theXalanTransformer.transform(&theXMLStream, inputSource, theOutputStream); if(theResult != 0) { @@ -131,6 +134,16 @@ << endl << endl; } + else + { + const streamsize theCount = theOutputStream.pcount(); + + char* const theData = theOutputStream.str(); + + cout.write(theData, theCount); + + theOutputStream.freeze(false); + } } // Terminate Xalan... --------------090007050009030705020407-- From [email protected] Wed Mar 29 23:46:36 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39897 invoked from network); 29 Mar 2006 23:46:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2006 23:46:35 -0000 Received: (qmail 63822 invoked by uid 500); 29 Mar 2006 23:46:33 -0000 Delivered-To: [email protected] Received: (qmail 63804 invoked by uid 500); 29 Mar 2006 23:46: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: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63793 invoked by uid 99); 29 Mar 2006 23:46:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 15:46:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web303.biz.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 29 Mar 2006 15:46:32 -0800 Received: (qmail 86205 invoked by uid 60001); 29 Mar 2006 23:46:11 -0000 Message-ID: <[email protected]> Received: from [161.129.204.104] by web303.biz.mail.mud.yahoo.com via HTTP; Wed, 29 Mar 2006 15:46:11 PST X-RocketYMMF: tuhaiying Date: Wed, 29 Mar 2006 15:46:11 -0800 (PST) From: Haiying Tu <[email protected]> Reply-To: [email protected] Subject: build in Visual Studio 2005 (VC++8) To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1143884118-1143675971=:86196" 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 --0-1143884118-1143675971=:86196 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Dear all, Need help on Xalanc and Xerecs work for VC++8. Thank Dmitry for leading me to the link of source code: http://svn.apache.org/repos/asf/xalan/c/trunk/ However, even Xerces cannot be build in VC8 now (I successfully built Xerces 2.7 in VC8, however, Xalanc is looking for a library associated with Xerces 3). Got lots of link errors such as: DocumentImpl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLChar1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisValidName(unsigned short const * const,unsigned int)" (__imp_?isValidName@XMLChar1_0@xercesc_3_0@@SA_NQBGI@Z) referenced in function "public: bool __thiscall xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDocumentImplacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisXMLName(class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &)" (?isXMLName@DocumentImpl@xercesc_3_0@@QAE_NABVDOMString@2@@Z) DOM_DOMImplementation.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLChar1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisValidName(unsigned short const * const,unsigned int)" (__imp_?isValidName@XMLChar1_0@xercesc_3_0@@SA_NQBGI@Z) DOM_DOMImplementation.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLStringacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bompareIString(unsigned short const * const,unsigned short const * const)" (__imp_?compareIString@XMLString@xercesc_3_0@@SAHQBG0@Z) referenced in function "public: bool __thiscall xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOM_DOMImplementationacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhasFeature(class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &,class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &)" (?hasFeature@DOM_DOMImplementation@xercesc_3_0@@QAE_NABVDOMString@2@0@Z) DOM_DOMImplementation.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLStringacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bstringLen(unsigned short const * const)" (__imp_?stringLen@XMLString@xercesc_3_0@@SAIQBG@Z) referenced in function "public: class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOM_DocumentType __thiscall xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOM_DOMImplementationacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breateDocumentType(class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &,class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &,class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &)" (?createDocumentType@DOM_DOMImplementation@xercesc_3_0@@QAE?AVDOM_DocumentType@2@ABVDOMString@2@00@Z) Any hint? ------------------------------------------------------- Hi Dave, I was trying to build Xalanc 1.10 (with Xerces 2.7) in Visual Studio 2005 and apparently failed. I was guided to your Xalanc-584 post and downloaded VC8.zip. However, only project files are there. Could you let me know where I can get the updated source files? I got more errors by my own build compared with your patch file. You help is highly appreciated! best rgs, Haiying Tu --0-1143884118-1143675971=:86196 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit <div><FONT face="Courier New"><FONT face=Arial>Dear all,</FONT></FONT></div> <div>&nbsp;</div> <div>Need help on Xalanc and Xerecs work for VC++8.</div> <div>&nbsp;</div> <div><FONT face="Courier New"><FONT face=Arial>Thank Dmitry&nbsp;for leading me to the link of&nbsp;source code:</FONT></FONT></div> <div>&nbsp;</div> <div><FONT face="Courier New"><FONT face=Arial><A href="http://svn.apache.org/repos/asf/xalan/c/trunk/">http://svn.apache.org/repos/asf/xalan/c/trunk/</A> </FONT><BR></FONT></div> <div><FONT face="Courier New">However, even Xerces cannot be build in VC8 now (I successfully built Xerces 2.7 in VC8, however, Xalanc is looking for a library associated with Xerces 3).&nbsp; Got lots of link errors such as:&nbsp;</FONT></div><FONT face="Courier New"><FONT size=1> <div>&nbsp;</div> <div>DocumentImpl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLChar1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisValidName(unsigned short const * const,unsigned int)" (__imp_?isValidName@XMLChar1_0@xercesc_3_0@@SA_NQBGI@Z) referenced in function "public: bool __thiscall xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDocumentImplacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisXMLName(class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &amp;)" (?isXMLName@DocumentImpl@xercesc_3_0@@QAE_NABVDOMString@2@@Z)</div> <div>DOM_DOMImplementation.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLChar1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisValidName(unsigned short const * const,unsigned int)" (__imp_?isValidName@XMLChar1_0@xercesc_3_0@@SA_NQBGI@Z)</div> <div>DOM_DOMImplementation.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLStringacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bompareIString(unsigned short const * const,unsigned short const * const)" (__imp_?compareIString@XMLString@xercesc_3_0@@SAHQBG0@Z) referenced in function "public: bool __thiscall xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOM_DOMImplementationacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhasFeature(class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &amp;,class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &amp;)" (?hasFeature@DOM_DOMImplementation@xercesc_3_0@@QAE_NABVDOMString@2@0@Z)</div> <div>DOM_DOMImplementation.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLStringacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bstringLen(unsigned short const * const)" (__imp_?stringLen@XMLString@xercesc_3_0@@SAIQBG@Z) referenced in function "public: class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOM_DocumentType __thiscall xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOM_DOMImplementationacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breateDocumentType(class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &amp;,class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &amp;,class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &amp;)" (?createDocumentType@DOM_DOMImplementation@xercesc_3_0@@QAE?AVDOM_DocumentType@2@ABVDOMString@2@00@Z)</div> <div></FONT>&nbsp;&nbsp;</FONT></div> <div><FONT face="Courier New">Any hint?</FONT></div> <div><FONT face="Courier New"></FONT>&nbsp;</div> <div><FONT face="Courier New">-------------------------------------------------------</div></FONT> <div><FONT face="Courier New">Hi Dave,< BR><BR>I was trying to build Xalanc 1.10 (with Xerces 2.7) in<BR>Visual Studio 2005 and apparently failed. &nbsp;I was<BR>guided to your Xalanc-584 post and downloaded VC8.zip.<BR>However, only project files are there. &nbsp;Could you let<BR>me know where I can get the updated source files? &nbsp;I<BR>got more errors by my own build compared with your<BR>patch file. &nbsp;<BR><BR>You help is highly appreciated!<BR><BR>best rgs,<BR>Haiying Tu</FONT><BR></div> --0-1143884118-1143675971=:86196-- From [email protected] Wed Mar 29 23:59:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44392 invoked from network); 29 Mar 2006 23:59:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2006 23:59:24 -0000 Received: (qmail 84973 invoked by uid 500); 29 Mar 2006 23:59:24 -0000 Delivered-To: [email protected] Received: (qmail 84739 invoked by uid 500); 29 Mar 2006 23:59: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: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 84728 invoked by uid 99); 29 Mar 2006 23:59:23 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 29 Mar 2006 15:59:23 -0800 Message-ID: <[email protected]> Date: Wed, 29 Mar 2006 15:59:03 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: build in Visual Studio 2005 (VC++8) 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 Haiying Tu wrote: > Dear all, > > Need help on Xalanc and Xerecs work for VC++8. > > Thank Dmitry for leading me to the link of source code: > > http://svn.apache.org/repos/asf/xalan/c/trunk/ > However, even Xerces cannot be build in VC8 now (I successfully built > Xerces 2.7 in VC8, however, Xalanc is looking for a library associated > with Xerces 3). Got lots of link errors such as: > > DocumentImpl.obj : error LNK2019: unresolved external symbol > "__declspec(dllimport) public: static bool __cdecl > xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLChar1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisValidName(unsigned short const * > const,unsigned int)" > (__imp_?isValidName@XMLChar1_0@xercesc_3_0@@SA_NQBGI@Z) referenced in > function "public: bool __thiscall > xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDocumentImplacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisXMLName(class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const > &)" (?isXMLName@DocumentImpl@xercesc_3_0@@QAE_NABVDOMString@2@@Z) > DOM_DOMImplementation.obj : error LNK2001: unresolved external symbol > "__declspec(dllimport) public: static bool __cdecl > xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLChar1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisValidName(unsigned short const * > const,unsigned int)" (__imp_?isValidName@XMLChar1_0@xercesc_3_0@@SA_NQBGI@Z) > DOM_DOMImplementation.obj : error LNK2019: unresolved external symbol > "__declspec(dllimport) public: static int __cdecl > xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLStringacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bompareIString(unsigned short const * > const,unsigned short const * const)" > (__imp_?compareIString@XMLString@xercesc_3_0@@SAHQBG0@Z) referenced in > function "public: bool __thiscall > xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOM_DOMImplementationacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhasFeature(class > xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &,class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &)" > (?hasFeature@DOM_DOMImplementation@xercesc_3_0@@QAE_NABVDOMString@2@0@Z) > DOM_DOMImplementation.obj : error LNK2019: unresolved external symbol > "__declspec(dllimport) public: static unsigned int __cdecl > xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXMLStringacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bstringLen(unsigned short const * const)" > (__imp_?stringLen@XMLString@xercesc_3_0@@SAIQBG@Z) referenced in > function "public: class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOM_DocumentType __thiscall > xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOM_DOMImplementationacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breateDocumentType(class > xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &,class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const > &,class xercesc_3_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMString const &)" > (?createDocumentType@DOM_DOMImplementation@xercesc_3_0@@QAE?AVDOM_DocumentType@2@ABVDOMString@2@00@Z) > > Any hint? > The latest Xalan-C sources should build fine with the latest sources of Xerces-C. If you're going to build the latest Xalan-C with VC8 using Xerces 2.7, you'll need to do two things: 1. Change the Xerces-C link library Xalan-C is using. Look for xerces-c_3D.lib and xerces-c_3.lib and change them to xerces-c_2D.lib and xerces-c_2.lib. 2. Ensure that wchar_t is treated consistently. You can either treat wchar_t as a proper type, or treat is as a typedef. Older versions of VC++ treated it as a typedef, but the standard requires it be a proper type. You will need to set the option consistently in both the Xerces-C and Xalan-C projects. Xalan-C defaults to treating wchar_t as a proper type in VC8. Dave From [email protected] Fri Mar 31 11:47:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67434 invoked from network); 31 Mar 2006 11:47:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Mar 2006 11:47:23 -0000 Received: (qmail 19135 invoked by uid 500); 31 Mar 2006 11:47:22 -0000 Delivered-To: [email protected] Received: (qmail 19115 invoked by uid 500); 31 Mar 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]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 19100 invoked by uid 99); 31 Mar 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; Fri, 31 Mar 2006 03:47:22 -0800 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 inhydg01.tcs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2006 03:47:21 -0800 Received: from InHydM01.tcs.com ([161.129.204.104]) by inhydg01.tcs.com with InterScan Messaging Security Suite; Fri, 31 Mar 2006 17:16:49 +0530 To: [email protected] Subject: Multiple file- multiple format output MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5 September 26, 2003 From: [email protected] Message-ID: <[email protected]> Date: Fri, 31 Mar 2006 17:16:56 +0530 X-MIMETrack: Serialize by Router on InHydM01/TCS(Release 6.5.3FP1HF274 | August 23, 2005) at03/31/2006 17:16:57,Serialize complete at 03/31/2006 17:16:57 Content-Type: multipart/alternative; boundary="=_alternative 003FF58C65257142_=" X-imss-version: 2.038 X-imss-result: Passed X-imss-scores: Clean:28.89504 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:3 C:3 M:3 S:3 R:3 (0.5000 0.5000) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multipart message in MIME format. --=_alternative 003FF58C65257142_= Content-Type: text/plain; charset="US-ASCII" Hi, I am using XMLSpy for developing my xslt code and to tranform one xml file(input) to another xml file(output). Now I wanted to have multiple outputs(One xml output and one text output) with a single transformation. Is that possible? Regards, Hari Krishna Nitturi Tata Consultancy Services Limited Plot No 1, Survey No. 64/2, Software Units Layout Serilingampally Mandal, Madhapur Hyderabad - 500034,Andhra Pradesh India Mailto: [email protected] Website: http://www.tcs.com Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you --=_alternative 003FF58C65257142_= Content-Type: text/html; charset="US-ASCII" <br><font size=2 face="sans-serif">Hi,</font> <br> <br><font size=2 face="sans-serif">I am using XMLSpy for developing my xslt code and to tranform one xml file(input) to another xml file(output). &nbsp;Now I wanted to have multiple outputs(One xml output and one text output) with a single transformation. &nbsp;Is that possible?</font> <br> <br><font size=2 face="sans-serif">Regards,<br> Hari Krishna Nitturi<br> Tata Consultancy Services Limited<br> Plot No 1, Survey No. 64/2, Software Units Layout<br> Serilingampally Mandal, Madhapur<br> Hyderabad - 500034,Andhra Pradesh<br> India<br> Mailto: [email protected]<br> Website: http://www.tcs.com</font> <table><tr><td bgcolor=#ffffff><font color=#000000>Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you<br> </font></td></tr></table> --=_alternative 003FF58C65257142_=-- From [email protected] Fri Mar 31 19:25:37 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13139 invoked from network); 31 Mar 2006 19:25:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Mar 2006 19:25:37 -0000 Received: (qmail 91609 invoked by uid 500); 31 Mar 2006 19:25:36 -0000 Delivered-To: [email protected] Received: (qmail 91374 invoked by uid 500); 31 Mar 2006 19:25: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 91363 invoked by uid 99); 31 Mar 2006 19:25:35 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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, 31 Mar 2006 11:25:35 -0800 Message-ID: <[email protected]> Date: Fri, 31 Mar 2006 11:25:16 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: [email protected] Subject: Re: Multiple file- multiple format output 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 [email protected] wrote: > > Hi, > > I am using XMLSpy for developing my xslt code and to tranform one xml > file(input) to another xml file(output). Now I wanted to have multiple > outputs(One xml output and one text output) with a single > transformation. Is that possible? Xalan-C does not support any extensions for multiple file output. There is also no standard way to have multiple output methods for one stylesheet. Dave
From [email protected] Thu Dec 09 00:01:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97922 invoked from network); 9 Dec 2010 00:01:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Dec 2010 00:01:12 -0000 Received: (qmail 4203 invoked by uid 500); 9 Dec 2010 00:01:08 -0000 Delivered-To: [email protected] Received: (qmail 3644 invoked by uid 500); 9 Dec 2010 00:01: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 3274 invoked by uid 99); 9 Dec 2010 00:01:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 00:01:06 +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-ew0-f53.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 00:00:59 +0000 Received: by ewy6 with SMTP id 6so1337687ewy.40 for <[email protected]>; Wed, 08 Dec 2010 16:00:39 -0800 (PST) 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=NPKH4BaQtZ7zlkaYbsRnrdwQgWEImy77ty4K2R8nFTs=; b=aiYzPH2UshWXW+BHUKP+jGWunm9yjuwnaqbKnp9xiKI4TovfqZrgBaNynZ64cL5tEk ASA/dRG0oL+11MIA+sRCqqASE/xbE9IggXpN+Yy/evxOsiIgUFtabUYKRQSRLXy/anaP jhGxX1eWyTrcfgJMqZ5VHInqJ4TIXTPu/7ckk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=k/fDV7K1cbReEQ4BlJ7XU8gtrKznmB0BmnGxdjO036OFtXowr/GiUG6658rxr/tHgH i/tiZMjvO8ODUGJbShnlEunFCi9hCDCRPlBv/DNwU8Lq4Tq3stMCu9HbLKk2LSGPouI3 GUw8mwQMWQPa0D9bi7RIofwOpzjIWE1zY2hSA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id d19mr4985144ebc.35.1291852838907; Wed, 08 Dec 2010 16:00:38 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 8 Dec 2010 16:00:38 -0800 (PST) Date: Wed, 8 Dec 2010 16:00:38 -0800 Message-ID: <[email protected]> Subject: Backing up ApacheDS From: Mike Lyon <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0015174bdb8290b19b0496eeed40 X-Virus-Checked: Checked by ClamAV on apache.org --0015174bdb8290b19b0496eeed40 Content-Type: text/plain; charset=ISO-8859-1 Hello, Apologize for the newbie question. But, I have small instance of ApcheDS running and I would like to make sure my data gets backed up. Is this as simple as just copying the partitions folder or??? Any insight would be greatly appreciated. Thank You, Mike Lyon --0015174bdb8290b19b0496eeed40-- From [email protected] Thu Dec 09 00:09:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7874 invoked from network); 9 Dec 2010 00:09:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Dec 2010 00:09:56 -0000 Received: (qmail 18255 invoked by uid 500); 9 Dec 2010 00:09:55 -0000 Delivered-To: [email protected] Received: (qmail 18235 invoked by uid 500); 9 Dec 2010 00: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: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18227 invoked by uid 99); 9 Dec 2010 00:09:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 00:09:55 +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 (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; Thu, 09 Dec 2010 00:09:47 +0000 Received: by wyb42 with SMTP id 42so1778676wyb.37 for <[email protected]>; Wed, 08 Dec 2010 16:09:27 -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:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Ve5BUsF7xBs/xW7TBTd//+a68rQKEfkhwxdgec7A1c8=; b=BN/GNLweYslsspvxS9jAa6IemNTqqhjFFRNZmPYoC1hqJJGJkN2tQM9480BVwkEtCT oYJKHJWi6W8+nVXQDjQ1XYy7mgB6EICC7fYtl/OObp6bUV4bHVByZ8gSPE1AfQKTssA/ 2hWa4giJbBf6vqo/uVZkdtJynXUPxGex4Us5w= 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=I/I3XS0iBN207rLn4ynVa8SVvQjTn6xVW6Fxlc3PZ3WwgreIcHlieK9h3dM+9JvoU0 ENYC+xg/fZdpGTVFXly/4TWXRHtgUrxPHHYx1S4to/rhMqQwTdpWS1LBX9TaMB5z9M8L uwCDPEx1Z2jJIkPnPjnojNaVqFUQsBXwQRD0U= Received: by 161.129.204.104 with SMTP id c6mr9678851wbv.106.1291853366431; Wed, 08 Dec 2010 16:09:26 -0800 (PST) Received: from emmanuel-lecharnys-MacBook-Pro.local (ran75-1-78-192-106-184.fbxo.proxad.net [161.129.204.104]) by mx.google.com with ESMTPS id 11sm813669wbj.7.2161.129.204.104.09.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 08 Dec 2010 16:09:25 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 09 Dec 2010 01:09:24 +0100 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/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: [email protected] Subject: Re: Backing up ApacheDS 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 On 12/9/10 1:00 AM, Mike Lyon wrote: > Hello, > > Apologize for the newbie question. But, I have small instance of ApcheDS > running and I would like to make sure my data gets backed up. Is this as > simple as just copying the partitions folder or??? The best would be to run a cron task (on linux) to get all the entries extracted as LDIF, say, every hour. This is a guaranteed way to get your data straight. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com From [email protected] Thu Dec 16 01:52:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92875 invoked from network); 16 Dec 2010 01:52:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Dec 2010 01:52:49 -0000 Received: (qmail 24748 invoked by uid 500); 16 Dec 2010 01:52:49 -0000 Delivered-To: [email protected] Received: (qmail 24710 invoked by uid 500); 16 Dec 2010 01: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: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24702 invoked by uid 99); 16 Dec 2010 01:52:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 01:52:48 +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-yx0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 01:52:44 +0000 Received: by yxe42 with SMTP id 42so1724392yxe.37 for <[email protected]>; Wed, 15 Dec 2010 17:52:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=TzGbOh6fMJubIiOoOmxwAe1p1Vki861lxvjAKoh3UiU=; b=pUdRZK6X8YMaDIgQe/hz61dyF4j9+CzS5eakPyUtMuLf2q/vEEyx/xM+bnbR8XKDh+ Ychd02oayDbbYvn9/+4PY3CzwisoF91eGbXsL73UJMnl2xHvQHHmRTSYuGV8lCCnWa+K oU5hO4uHSA/BJlVpSty1W9IrUJlqpn9KAZk4U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=JC2UeRJlkWCFwe+DBkG1VQQj5whKXy4SNk7uFpPP5D9h8quaGoPG2BhrvdgZ3OqQVl ObVcXpqbUPP1fXTPYK/O2U+bV3RRJc3oFtcNwpjKdIW5A2cmCwrv7+/EF5Cuewi7gZY7 QtFGCA2i+U9Ggn4jysCvcJ8Jfu8VSgu86HvIo= Received: by 161.129.204.104 with SMTP id z12mr3797941anh.62.1292464343219; Wed, 15 Dec 2010 17:52:23 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Wed, 15 Dec 2010 17:52:03 -0800 (PST) From: John Cheng <[email protected]> Date: Wed, 15 Dec 2010 17:52:03 -0800 Message-ID: <[email protected]> Subject: Backing up ApacheDS To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 > > Apologize for the newbie question. But, I have small instance of ApcheDS > > running and I would like to make sure my data gets backed up. Is this as > > simple as just copying the partitions folder or??? > The best would be to run a cron task (on linux) to get all the entries > extracted as LDIF, say, every hour. This is a guaranteed way to get > your data straight. > Hi Emmanuel, Is the apacheds-tools.jar capable of doing backup/restores? A search on the archives seem to indicate that it is broken and one should use OpenLdap tools to perform backup/restore via the command line http://web.archiveorange.com/archive/v/DCLZ8EQq6MXcLPfXYRB3 Trying the command java -jar apacheds-tools.jar dump -i /path/to/apacheds -p system Yielded java.lang.ClassNotFoundException: org.apache.directory.daemon.InstallationLayout On a subject that relates to backups, is replication not working in ApacheDS 1.5.7? From [email protected] Thu Dec 16 04:41:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46995 invoked from network); 16 Dec 2010 04:41:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Dec 2010 04:41:53 -0000 Received: (qmail 34748 invoked by uid 500); 16 Dec 2010 04:41:53 -0000 Delivered-To: [email protected] Received: (qmail 34633 invoked by uid 500); 16 Dec 2010 04:41: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: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34625 invoked by uid 99); 16 Dec 2010 04:41:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 04:41:50 +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 (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; Thu, 16 Dec 2010 04:41:44 +0000 Received: by wwa36 with SMTP id 36so2032442wwa.1 for <[email protected]>; Wed, 15 Dec 2010 20:41:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=ZoX2Bbig+x7ZPagot822jmwXlaTEEE5gW2QE2QKqvR0=; b=vN7zl9pCzJHxRiZTufO3HhDGJOZaseO3jfLeiKwnghKTzuOAlhuzPIINKc+LF29glA cJKRrzUO5JPuoOpR4aWx9jrfp2AKlEibQSGX1G3ekG/aweh+PVEVI3pJ73LOOM5+xkGa z+h1vyQ0jUr/92ypkRCB2dhZTJig99kt8/mzU= 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=sCT4RLN9bb8Hhy0xWPOuAkqGR0HUCzqHSLxkGt/60jWfPrV5wchAMyvTJERzoIM04l 8wyfglZfI74ER4SPdF7903C8EbaAzPE2N9jdGPTIJIz0uEMQyB6ehgI4NClYCtx2gp/w pGbQFA2DYzEIr8CXzR5l2DRER5cTg+Rhz8WT0= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p5mr2770614wel.89.1292474483604; Wed, 15 Dec 2010 20:41:23 -0800 (PST) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Wed, 15 Dec 2010 20:41:23 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 16 Dec 2010 06:41:23 +0200 X-Google-Sender-Auth: fc69UpZVM8MrWPScVZxkuB_FwlI Message-ID: <[email protected]> Subject: Re: Backing up ApacheDS 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 Thu, Dec 16, 2010 at 3:52 AM, John Cheng <[email protected]> wrote: >> > Apologize for the newbie question. But, I have small instance of ApcheDS >> > running and I would like to make sure my data gets backed up. Is this as >> > simple as just copying the partitions folder or??? >> The best would be to run a cron task (on linux) to get all the entries >> extracted as LDIF, say, every hour. This is a guaranteed way to get >> your data straight. >> > > Hi Emmanuel, > > Is the apacheds-tools.jar capable of doing backup/restores? A search on > the archives seem to indicate that it is broken and one should use > OpenLdap tools to perform backup/restore via the command line > > http://web.archiveorange.com/archive/v/DCLZ8EQq6MXcLPfXYRB3 > > Trying the command > > java -jar apacheds-tools.jar dump -i /path/to/apacheds -p system > > Yielded java.lang.ClassNotFoundException: > org.apache.directory.daemon.InstallationLayout > the best is to export all the data into a LDIF file and use as backup. yes the server-tools is broken and is not supported at the moment > On a subject that relates to backups, is replication not working in > ApacheDS 1.5.7? no, it is not working in 1.5.7 but the trunk has support for master/slave replication (rfc4533 a.k.a syncrepl) may be you can consider upgrading your server to the latest in a dev environment and see -- Kiran Ayyagari From [email protected] Thu Dec 16 12:14:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34583 invoked from network); 16 Dec 2010 12:14:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Dec 2010 12:14:47 -0000 Received: (qmail 70893 invoked by uid 500); 16 Dec 2010 12:14:47 -0000 Delivered-To: [email protected] Received: (qmail 70760 invoked by uid 500); 16 Dec 2010 12:14: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 70557 invoked by uid 99); 16 Dec 2010 12:14: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 Dec 2010 12:14:43 +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-gy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 12:14:37 +0000 Received: by gyh4 with SMTP id 4so1895656gyh.37 for <[email protected]>; Thu, 16 Dec 2010 04:14:16 -0800 (PST) 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=5WSTEnM5pPBWsvoid4bMoP/KxXTWSLVffcion3avMxU=; b=XVpRTs6N783W1v5ZS2J8M1phz5x1X3jVYyF/4r8/VyIIm+PuInyWkl4vEGysqR/1Yu IWQ47t0XSFn/jGahRaYDqQHPnSsZKqDrf1wOVmfIDprK6myQJfdtod5iwGhREZqtURbS YaVB/SoRgtb5raD/GGKzDow7YmUtqTRA6JRyU= 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=e7QaVps/7cL5NzcY64/iN0SVLIgk2mRgVpGmrI/5J2CgoC0PZbODtkIEFYxzN2I/Qt 81fAxIPQ1BAHa+zUHUOZaNBryLh2NYpUoSQLuVsCtHYZiWdtQ5OiOEe/VPBik8Z5gLEM AvjnIKYaJkHUG6MxwsgehKIYKfqi34lu0Q1lE= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z8mr703955ybz.401.1292501656399; Thu, 16 Dec 2010 04:14:16 -0800 (PST) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Thu, 16 Dec 2010 04:14:16 -0800 (PST) Date: Thu, 16 Dec 2010 23:14:16 +1100 X-Google-Sender-Auth: NtfcDQP00XbPVVgZZKbauObv7qg Message-ID: <[email protected]> Subject: apacheds rpm starting on server bootup fails because I did not provide the INSTANCE argument. From: Jason Pell <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Hi, I had a look at the script and I could certainly "hack" it to not expect a $2 argument, but I would prefer to know if there is a way to configure the script so that I can start my "default" instance on startup. If I install the .bin version of the software this works out of the box. I am confused why a RPM /etc/init.d/apacheds script is provided that does not actually work out of the box? I can't find a way to search the mailing list so if it was already answered - I really apologise I am using Centos 5.5 and 1.5.5 rpm Thanks Jason From [email protected] Thu Dec 16 12:24:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36925 invoked from network); 16 Dec 2010 12:24:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Dec 2010 12:24:48 -0000 Received: (qmail 77817 invoked by uid 500); 16 Dec 2010 12:24:47 -0000 Delivered-To: [email protected] Received: (qmail 77757 invoked by uid 500); 16 Dec 2010 12: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: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77749 invoked by uid 99); 16 Dec 2010 12:24:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 12:24:44 +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 (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; Thu, 16 Dec 2010 12:24:35 +0000 Received: by wyb42 with SMTP id 42so2545908wyb.37 for <[email protected]>; Thu, 16 Dec 2010 04:24:15 -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=oKN90DuIIJZ6tDZNpQhKi/bf+fJdUqRDBQXQjzcaoEg=; b=ApciGiN4MauinYl5xDcIRc0mofHBGNvBuVWpKHdar0V6VVqj19vObuBR7gc71U6+XL Mfnc2l3oKnaMle1DecMkmK6bCWN5myALdzW7daoXZ32ilyKGSX8gBtG2uI1ulW8M4Ix3 L0TOwvqeXXWAMTm/Vq7P9nKL7dPnf5aWeAKoo= 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=STnSh9aD5iSu2K5oyK9/1x8pDWdcBzx+h02x0M24kfYnD94tvVOibW3L/AtkebWAH6 p87TRb8lK/Qd2G0BOb+h7kJeIX2ZjsfgQ0O+BltfdxkSAqT6ShdIyS3Oyp1zEvBrIFEq Hic1tdLvwYEr5uDqwkVMyFYX6Ayxkxj789CIM= Received: by 161.129.204.104 with SMTP id g59mr2223409wem.35.1292502255307; Thu, 16 Dec 2010 04:24:15 -0800 (PST) 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 b47sm1503032wer.14.2161.129.204.104.24.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Dec 2010 04:24:14 -0800 (PST) Sender: Pierre-Arnaud Marcelot <[email protected]> Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: apacheds rpm starting on server bootup fails because I did not provide the INSTANCE argument. From: Pierre-Arnaud Marcelot <[email protected]> In-Reply-To: <[email protected]> Date: Thu, 16 Dec 2010 13:24:12 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1082) X-Virus-Checked: Checked by ClamAV on apache.org Hi Jason, On 16 d=E9c. 2010, at 13:14, Jason Pell wrote: > Hi, >=20 > I had a look at the script and I could certainly "hack" it to not > expect a $2 argument, but I would prefer to know if there is a way to > configure the script so that I can start my "default" instance on > startup. If I install the .bin version of the software this works out > of the box. Happy to know this one works [email protected]. :) > I am confused why a RPM /etc/init.d/apacheds script is provided that > does not actually work out of the box? Probably because it's a bug... It's sometimes tricky to maintain this = set of native installers. Sorry about that... a few weeks ago, I reviewed all installers on all platforms in the = current subversion trunk for ApacheDS 2.0 and they should all be fine = now (RPM included). In the meantime, you'll need to specifically edit the script as you = described above. You might want to create a new JIRA issue about the issue, this way we = could keep track on that and test it again just before a future release. Thanks, Pierre-Arnaud > I can't find a way to search the mailing list so if it was already > answered - I really apologise >=20 > I am using Centos 5.5 and 1.5.5 rpm >=20 > Thanks > Jason From [email protected] Thu Dec 16 13:28:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68894 invoked from network); 16 Dec 2010 13:28:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Dec 2010 13:28:21 -0000 Received: (qmail 58059 invoked by uid 500); 16 Dec 2010 13:28:21 -0000 Delivered-To: [email protected] Received: (qmail 57886 invoked by uid 500); 16 Dec 2010 13:28: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 57878 invoked by uid 99); 16 Dec 2010 13:28:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 13:28:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_LOW,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-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 13:28:09 +0000 Received: by pwi4 with SMTP id 4so589071pwi.37 for <[email protected]>; Thu, 16 Dec 2010 05:27:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:in-reply-to :mime-version:content-transfer-encoding:content-type:message-id:cc :x-mailer:from:subject:date:to; bh=4S6qDoxKkBHY0L5MjABFt3Rv1Bm8p09pLmhkZpl+Vfg=; b=WOBRd/aI4BJ7C1yzJahep82ma0g8XxV9x0E9XVXHiVAMeZYHkhmv8xgXWXG0ddkunN gBtcXCzI/9mCiWbvngIzRYwB54iG8LTz5aVEGcPZ+sY/XhwfNljWWavRviM5JRmaHlFr sBIBYTjDey2IQLGbSxELsrKi9MxR69Suq/Mc4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; b=Pmw5m7Xs+jq12ZR9DwssEZyOiTwIQSiylTtwz74DR07JoWpeKtdx0lvdenS3uISL5s E0EIpybRwzSBOdnWWlolo9D7i9tKqSq9d0WgXn75L3HSmkdzgWakVafl5nsmwwfRKjoc gF5lCvtcV1MYKhP3FbrWw57zlJlbw5qHcIpKs= Received: by 161.129.204.104 with SMTP id n10mr6822554wfe.70.1292506068391; Thu, 16 Dec 2010 05:27:48 -0800 (PST) Received: from [161.129.204.104] (161.129.204.104.cable.dyn.gex.ncable.com.au [161.129.204.104]) by mx.google.com with ESMTPS id f5sm59449wfg.14.2161.129.204.104.27.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Dec 2010 05:27:47 -0800 (PST) References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Mime-Version: 1.0 (iPhone Mail 8A400) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Message-Id: <[email protected]> Cc: "[email protected]" <[email protected]> X-Mailer: iPhone Mail (8A400) From: Jason Pell <[email protected]> Subject: Re: apacheds rpm starting on server bootup fails because I did not provide the INSTANCE argument. Date: Fri, 17 Dec 2010 00:28:39 +1100 To: "[email protected]" <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Ok - no worries at least a simple non hack solution was not staring me in th= e face :-) I am comforted by that !=20 Sent from my iPhone On Dec 16, 2010, at 23:24, Pierre-Arnaud Marcelot <[email protected]> wrote: > Hi Jason, >=20 > On 16 d=C3=A9c. 2010, at 13:14, Jason Pell wrote: >=20 >> Hi, >>=20 >> I had a look at the script and I could certainly "hack" it to not >> expect a $2 argument, but I would prefer to know if there is a way to >> configure the script so that I can start my "default" instance on >> startup. If I install the .bin version of the software this works out >> of the box. >=20 > Happy to know this one works [email protected]. :) >=20 >> I am confused why a RPM /etc/init.d/apacheds script is provided that >> does not actually work out of the box? >=20 > Probably because it's a bug... It's sometimes tricky to maintain this set o= f native installers. > Sorry about that... >=20 > a few weeks ago, I reviewed all installers on all platforms in the current= subversion trunk for ApacheDS 2.0 and they should all be fine now (RPM incl= uded). >=20 > In the meantime, you'll need to specifically edit the script as you descri= bed above. >=20 > You might want to create a new JIRA issue about the issue, this way we cou= ld keep track on that and test it again just before a future release. >=20 > Thanks, > Pierre-Arnaud >=20 >> I can't find a way to search the mailing list so if it was already >> answered - I really apologise >>=20 >> I am using Centos 5.5 and 1.5.5 rpm >>=20 >> Thanks >> Jason >=20 From [email protected] Thu Dec 16 16:00:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37029 invoked from network); 16 Dec 2010 16:00:04 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Dec 2010 16:00:04 -0000 Received: (qmail 84522 invoked by uid 500); 16 Dec 2010 16:00:02 -0000 Delivered-To: [email protected] Received: (qmail 84296 invoked by uid 500); 16 Dec 2010 15:59: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 84288 invoked by uid 99); 16 Dec 2010 15:59:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 15:59:58 +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-gy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 15:59:53 +0000 Received: by gyh4 with SMTP id 4so2028021gyh.37 for <[email protected]>; Thu, 16 Dec 2010 07:59:32 -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=oseJXc+1fZJKaRqmliZC+je+prMyrJ2Dsf0yqejTo80=; b=dMbsC8RN5MWli/ZOUJ1ZLBJzwdY6dlKJ6o6p36RGS1h8mf0azDRBHKTTH8kRT9frLm lb6nckSWpUjik04FJZhnt1yCWj4oUHOLT0PdoVRmoHn8Re9v7zKJ0mZB1SVJcAGTAjKC Wn4fdAXpCEg4L5YTBlazPh+/35cgb3FHblZ/Y= 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=d6hebakdzHra3RVfwmb/trNYZSc7PEA+sgwCtpMcCWGg6L2Srxi0MMWqh1uYq3EeCn 02gXwLu+Dh1JE7t1bEq2z+0cZs8DhbEUYT0+F73s4XEynpkQAN4K0nvhvMLhuLyqcVpz nBPhlc1qdLPIySQ/q52FWHORG3FkCVR9ueB9U= Received: by 161.129.204.104 with SMTP id a10mr5450763and.96.1292515172389; Thu, 16 Dec 2010 07:59:32 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Thu, 16 Dec 2010 07:59:12 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: John Cheng <[email protected]> Date: Thu, 16 Dec 2010 07:59:12 -0800 Message-ID: <[email protected]> Subject: Re: Backing up ApacheDS To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 On Wed, Dec 15, 2010 at 8:41 PM, Kiran Ayyagari <[email protected]> wrote: > > On Thu, Dec 16, 2010 at 3:52 AM, John Cheng <[email protected]> wrote: > >> > Apologize for the newbie question. But, I have small instance of ApcheDS > >> > running and I would like to make sure my data gets backed up. Is this as > >> > simple as just copying the partitions folder or??? > >> The best would be to run a cron task (on linux) to get all the entries > >> extracted as LDIF, say, every hour. This is a guaranteed way to get > >> your data straight. > >> > > > > Hi Emmanuel, > > > > Is the apacheds-tools.jar capable of doing backup/restores? A search on > > the archives seem to indicate that it is broken and one should use > > OpenLdap tools to perform backup/restore via the command line > > > > http://web.archiveorange.com/archive/v/DCLZ8EQq6MXcLPfXYRB3 > > > > Trying the command > > > > java -jar apacheds-tools.jar dump -i /path/to/apacheds -p system > > > > Yielded java.lang.ClassNotFoundException: > > org.apache.directory.daemon.InstallationLayout > > > the best is to export all the data into a LDIF file and use as backup. > yes the server-tools is broken and is not supported at the moment > > > On a subject that relates to backups, is replication not working in > > ApacheDS 1.5.7? > no, it is not working in 1.5.7 but the trunk has support for > master/slave replication (rfc4533 a.k.a syncrepl) > may be you can consider upgrading your server to the latest in a dev > environment and see > > -- > Kiran Ayyagari I am looking into using ApacheDS as a production LDAP server and I am trying to find an export tool that is both Java-based and can be scripted. Is there a pure Java export tool? ApacheDS Studio is Java but is a GUI. OpenDS is Java but only works with OpenDS from what I can gather. OpenLDAP's "ldapsearch" is a command line tool, but is not based on Java. So my only option is OpenLDAP tools, I would like to avoid that dependency if possible. -- --- John L Cheng From [email protected] Thu Dec 16 16:22:28 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54751 invoked from network); 16 Dec 2010 16:22:28 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Dec 2010 16:22:28 -0000 Received: (qmail 21138 invoked by uid 500); 16 Dec 2010 16:22:28 -0000 Delivered-To: [email protected] Received: (qmail 21030 invoked by uid 500); 16 Dec 2010 16:22: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 21022 invoked by uid 99); 16 Dec 2010 16:22:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 16:22:26 +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-ww0-f44.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 16:22:20 +0000 Received: by wwa36 with SMTP id 36so2609504wwa.1 for <[email protected]>; Thu, 16 Dec 2010 08:21:58 -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:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=QomJZP+cXsuHC3DQMc4by10gpxRbPqJY6Hjs3TSLoPI=; b=qSH7h5traIw8ON9O43xCc5IsPC9SyRKpMaZHSVTHxHMC88F5gdARjgFyc/9dhEyrUA WsEddIwB+nNPs/iOOnNbzgLdu0tuhlQ5jE/UlGhjm4NG0eAm0fGCBjVWRKWBc2zQ4OeD NcMNlUCVQtnSV92b5yfL5SgVkGeLQeUDWHfcU= 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=FT2xCpte4EfOsFu/FIJHCqEuryHPKXAUz/o8R121uw8CuxrUwfDd/3aoCbzw7UoTpr R58Hj8qI5Ofc7nyQaeY+ck5rkh7hLQqkrY2SdP3GtzAkLNb0ysES7rYLIURZBo5pdY8U zowt75kP5bi36Eb+H3rvZkgSJPr6kDDS2BGcE= Received: by 161.129.204.104 with SMTP id g59mr2548019wem.35.1292516517822; Thu, 16 Dec 2010 08:21:57 -0800 (PST) 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 b47sm140168wer.14.2161.129.204.104.21.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Dec 2010 08:21:56 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 16 Dec 2010 17:21:54 +0100 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/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: [email protected] Subject: Re: Backing up ApacheDS 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: 8bit On 12/16/10 4:59 PM, John Cheng wrote: > On Wed, Dec 15, 2010 at 8:41 PM, Kiran Ayyagari<[email protected]> wrote: >> On Thu, Dec 16, 2010 at 3:52 AM, John Cheng<[email protected]> wrote: >>>>> Apologize for the newbie question. But, I have small instance of ApcheDS >>>>> running and I would like to make sure my data gets backed up. Is this as >>>>> simple as just copying the partitions folder or??? >>>> The best would be to run a cron task (on linux) to get all the entries >>>> extracted as LDIF, say, every hour. This is a guaranteed way to get >>>> your data straight. >>>> >>> Hi Emmanuel, >>> >>> Is the apacheds-tools.jar capable of doing backup/restores? A search on >>> the archives seem to indicate that it is broken and one should use >>> OpenLdap tools to perform backup/restore via the command line >>> >>> http://web.archiveorange.com/archive/v/DCLZ8EQq6MXcLPfXYRB3 >>> >>> Trying the command >>> >>> java -jar apacheds-tools.jar dump -i /path/to/apacheds -p system >>> >>> Yielded java.lang.ClassNotFoundException: >>> org.apache.directory.daemon.InstallationLayout >>> >> the best is to export all the data into a LDIF file and use as backup. >> yes the server-tools is broken and is not supported at the moment >> >>> On a subject that relates to backups, is replication not working in >>> ApacheDS 1.5.7? >> no, it is not working in 1.5.7 but the trunk has support for >> master/slave replication (rfc4533 a.k.a syncrepl) >> may be you can consider upgrading your server to the latest in a dev >> environment and see >> >> -- >> Kiran Ayyagari > I am looking into using ApacheDS as a production LDAP server and I am > trying to find an export tool that is both Java-based and can be > scripted. Is there a pure Java export tool? > > ApacheDS Studio is Java but is a GUI. > > OpenDS is Java but only works with OpenDS from what I can gather. > > OpenLDAP's "ldapsearch" is a command line tool, but is not based on > Java. > > So my only option is OpenLDAP tools, I would like to avoid that > dependency if possible. Writing a java class that export the full tree is a matter of 12 lines of Java code : private void dumpBase() throws Exception { LdapConnection connection = new LdapNetworkConnection( "localhost", "10389" ); conn.bind( "uid=admin,ou=system", "secret" ); SearchCursor cursor = connection.search( DN.EMPTY_DN , "(ObjectClass=*)", SearchScope.SUBTREE, "*", "+" ); while ( cursor.next() ) { System.out.println( LdifUtils.convertEntryToLdif( ((SearchResultEntry)cursor.get()).getEntry() ) ); } } > -- > --- > John L Cheng > -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com From [email protected] Fri Dec 17 01:55:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59852 invoked from network); 17 Dec 2010 01:55:03 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Dec 2010 01:55:03 -0000 Received: (qmail 10422 invoked by uid 500); 17 Dec 2010 01:55:03 -0000 Delivered-To: [email protected] Received: (qmail 10356 invoked by uid 500); 17 Dec 2010 01:55: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 10348 invoked by uid 99); 17 Dec 2010 01:55:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 01:55:02 +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-gx0-f174.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 01:54:57 +0000 Received: by gxk3 with SMTP id 3so88795gxk.33 for <[email protected]>; Thu, 16 Dec 2010 17:54:37 -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 :content-transfer-encoding; bh=E6IsOJLbTXE/LeGvJdkQ1pW8VwCYnU3JKi21WhaLe7w=; b=qIBmorfey0JMalGop6hahE4rlP3chPIJ5OdCTV7y6DnebW2O6wNXMv6m0bya1RDZpn rg3NvEG3IHBvKxaxhhuOl99zgRSHsNnVwu9H5veRCCrOJCHr+HHgrYOmfZD/+tIbKT79 bpqW7IPWjJZ8ApboXLRDHF+/oG3EixX4EsYik= 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=Ls8kPFzi88lFgfH0FOUhmr5AxmQFWhVGXl8Fhw3OhVdn/Mwe2bOPTeLgvuf+HPiz+W 2J1i2K7rVUP9+YHE0BjChlAq8pRwCFL1VZXFWY3qSK4dyr2+HaPtdhaGzaA6ZbTYcx1e sWkCpXyk83Mu3RAHLROl2BxsRCedc+BqOs6y4= Received: by 161.129.204.104 with SMTP id a10mr266884and.96.1292550877081; Thu, 16 Dec 2010 17:54:37 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Thu, 16 Dec 2010 17:54:16 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: John Cheng <[email protected]> Date: Thu, 16 Dec 2010 17:54:16 -0800 Message-ID: <[email protected]> Subject: Re: Backing up ApacheDS To: [email protected], [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Dec 16, 2010 at 8:21 AM, Emmanuel Lecharny <[email protected]> wr= ote: > On 12/16/10 4:59 PM, John Cheng wrote: >> >> On Wed, Dec 15, 2010 at 8:41 PM, Kiran Ayyagari<[email protected]> >> =A0wrote: >>> >>> On Thu, Dec 16, 2010 at 3:52 AM, John Cheng<[email protected]> >>> =A0wrote: >>>>>> >>>>>> Apologize for the newbie question. But, I have small instance of >>>>>> ApcheDS >>>>>> running and I would like to make sure my data gets backed up. Is thi= s >>>>>> as >>>>>> simple as just copying the partitions folder or??? >>>>> >>>>> The best would be to run a cron task (on linux) to get all the entrie= s >>>>> extracted as LDIF, say, every hour. This is a guaranteed way to get >>>>> your data straight. >>>>> >>>> Hi Emmanuel, >>>> >>>> Is the apacheds-tools.jar capable of doing backup/restores? A search o= n >>>> the archives seem to indicate that it is broken and one should use >>>> OpenLdap tools to perform backup/restore via the command line >>>> >>>> http://web.archiveorange.com/archive/v/DCLZ8EQq6MXcLPfXYRB3 >>>> >>>> Trying the command >>>> >>>> java -jar apacheds-tools.jar dump -i /path/to/apacheds -p system >>>> >>>> Yielded java.lang.ClassNotFoundException: >>>> org.apache.directory.daemon.InstallationLayout >>>> >>> the best is to export all the data into a LDIF file and use as backup. >>> yes the server-tools is broken and is not supported at the moment >>> >>>> On a subject that relates to backups, is replication not working in >>>> ApacheDS 1.5.7? >>> >>> no, it is not working in 1.5.7 but the trunk has support for >>> master/slave replication (rfc4533 a.k.a syncrepl) >>> may be you can consider upgrading your server to the latest in a dev >>> environment and see >>> >>> -- >>> Kiran Ayyagari >> >> I am looking into using ApacheDS as a production LDAP server and I am >> trying to find an export tool that is both Java-based and can be >> scripted. Is there a pure Java export tool? >> >> ApacheDS Studio is Java but is a GUI. >> >> OpenDS is Java but only works with OpenDS from what I can gather. >> >> OpenLDAP's "ldapsearch" is a command line tool, but is not based on >> Java. >> >> So my only option is OpenLDAP tools, I would like to avoid that >> dependency if possible. > > Writing a java class that export the full tree is a matter of 12 lines of > Java code : > > =A0 =A0private void dumpBase() throws Exception > =A0 =A0{ > =A0 =A0 =A0 =A0LdapConnection connection =3D new LdapNetworkConnection( "= localhost", > "10389" ); > =A0 =A0 =A0 =A0conn.bind( "uid=3Dadmin,ou=3Dsystem", "secret" ); > > =A0 =A0 =A0 =A0SearchCursor cursor =3D connection.search( DN.EMPTY_DN , > "(ObjectClass=3D*)", SearchScope.SUBTREE, "*", "+" ); > > =A0 =A0 =A0 =A0while ( cursor.next() ) > =A0 =A0 =A0 =A0{ > =A0 =A0 =A0 =A0 =A0 =A0System.out.println( LdifUtils.convertEntryToLdif( > ((SearchResultEntry)cursor.get()).getEntry() ) ); > =A0 =A0 =A0 =A0} > =A0 =A0} > > >> -- >> --- >> John L Cheng >> > > > -- > Regards, > Cordialement, > Emmanuel L=E9charny > www.iktek.com > > Thanks. --=20 --- John L Cheng From [email protected] Fri Dec 17 23:29:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15533 invoked from network); 17 Dec 2010 23:29:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Dec 2010 23:29:29 -0000 Received: (qmail 62425 invoked by uid 500); 17 Dec 2010 23:29:28 -0000 Delivered-To: [email protected] Received: (qmail 62381 invoked by uid 500); 17 Dec 2010 23:29: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 62373 invoked by uid 99); 17 Dec 2010 23:29:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 23:29:27 +0000 X-ASF-Spam-Status: No, hits=-2.3 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 smtp.stanford.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 23:29:18 +0000 Received: from smtp.stanford.edu (localhost.localdomain [161.129.204.104]) by localhost (Postfix) with SMTP id D62BF1A0924 for <[email protected]>; Fri, 17 Dec 2010 15:28:56 -0800 (PST) Received: from trainmaster.stanford.edu (trainmaster.Stanford.EDU [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: whm) by smtp.stanford.edu (Postfix) with ESMTPSA id 3790A1A0885 for <[email protected]>; Fri, 17 Dec 2010 15:28:56 -0800 (PST) Date: Fri, 17 Dec 2010 15:28:56 -0800 From: Bill MacAllister <[email protected]> To: [email protected] Subject: GSSAPI Binds to Directory Studio Message-ID: <[email protected]> X-Mailer: Mulberry/4.1.0a1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline; size=3158 X-Virus-Checked: Checked by ClamAV on apache.org Hello, I am trying to make a GSSAPI bind to an OpenLDAP directory server using Directory Studio. When I setup a connection I specify 'Use native TGT' and 'Use native system configuration'. When I try and attempt I get the failure: Error while opening connection javax.naming.NamingException [Root exception is javax.security.auth.login.LoginException: Unable to obtain Princpal Name for authentication ] at org.apache.directory.studio.connection.core.io.jndi.JNDIConnectionWrapper.doGssapiBind(JNDIConnectionWrapper.java:1153) at org.apache.directory.studio.connection.core.io.jndi.JNDIConnectionWrapper.access$700(JNDIConnectionWrapper.java:106) at org.apache.directory.studio.connection.core.io.jndi.JNDIConnectionWrapper$7.run(JNDIConnectionWrapper.java:1041) at org.apache.directory.studio.connection.core.io.jndi.JNDIConnectionWrapper.runAndMonitor(JNDIConnectionWrapper.java:1272) at org.apache.directory.studio.connection.core.io.jndi.JNDIConnectionWrapper.doBind(JNDIConnectionWrapper.java:1065) at org.apache.directory.studio.connection.core.io.jndi.JNDIConnectionWrapper.bind(JNDIConnectionWrapper.java:254) at org.apache.directory.studio.connection.core.jobs.OpenConnectionsRunnable.run(OpenConnectionsRunnable.java:114) at org.apache.directory.studio.connection.core.jobs.StudioConnectionJob.run(StudioConnectionJob.java:114) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: javax.security.auth.login.LoginException: Unable to obtain Princpal Name for authentication at com.sun.security.auth.module.Krb5LoginModule.promptForName(Krb5LoginModule.java:750) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:646) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:559) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.apache.directory.studio.connection.core.io.jndi.JNDIConnectionWrapper.doGssapiBind(JNDIConnectionWrapper.java:1149) ... 8 more javax.naming.NamingException [Root exception is javax.security.auth.login.LoginException: Unable to obtain Princpal Name for authentication ] Looks like Directory Studio is not finding my ticket cache. I would expect it to follow the KRB5CCNAME environment variable. Is there some other way to point Directory Studio at my ticket cache? Thanks in advance, Bill -- Bill MacAllister Infrastructure Delivery Group, Stanford University From [email protected] Sat Dec 18 11:06:11 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77750 invoked from network); 18 Dec 2010 11:06:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Dec 2010 11:06:11 -0000 Received: (qmail 85585 invoked by uid 500); 18 Dec 2010 11:06:11 -0000 Delivered-To: [email protected] Received: (qmail 85383 invoked by uid 500); 18 Dec 2010 11:06: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 85375 invoked by uid 99); 18 Dec 2010 11:06:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Dec 2010 11:06:07 +0000 X-ASF-Spam-Status: No, hits=0.7 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 mail-iy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Dec 2010 11:06:01 +0000 Received: by iyi42 with SMTP id 42so1242234iyi.37 for <[email protected]>; Sat, 18 Dec 2010 03:05:40 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id g11mr890445iba.51.1292670340018; Sat, 18 Dec 2010 03:05:40 -0800 (PST) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Sat, 18 Dec 2010 03:05:39 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Sat, 18 Dec 2010 12:05:39 +0100 X-Google-Sender-Auth: idZdLQV9XXKk4K_nxnxd51IMEj8 Message-ID: <[email protected]> Subject: Re: GSSAPI Binds to Directory Studio From: Stefan Seelmann <[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 Hi Bill, On Sat, Dec 18, 2010 at 12:28 AM, Bill MacAllister <[email protected]> wrote= : > Looks like Directory Studio is not finding my ticket cache. =C2=A0I would > expect it to follow the KRB5CCNAME environment variable. =C2=A0Is there > some other way to point Directory Studio at my ticket cache? Studio uses JNDI which uses JAAS underneath which doesn't look to the KRB5CCNAME environment variable by default, see [1] for details. There are several workarounds, the easiest should be to append the following argument when starting Studio: -Duser.krb5ccname=3D$KRB5CCANME You can also create an ".ApacheDirectoryStudio.ini" file in the Studio installation directory (assumed you are using Linux) and put the argument into it, but then you can't use the $KRB5CCANME variable. Hope that helps, Stefan [1] http://bugs.sun.com/view_bug.do?bug_id=3D6832353 From [email protected] Sat Dec 18 11:48:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83668 invoked from network); 18 Dec 2010 11:48:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Dec 2010 11:48:20 -0000 Received: (qmail 6720 invoked by uid 500); 18 Dec 2010 11:48:20 -0000 Delivered-To: [email protected] Received: (qmail 6471 invoked by uid 500); 18 Dec 2010 11:48: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 6463 invoked by uid 99); 18 Dec 2010 11:48:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Dec 2010 11:48:16 +0000 X-ASF-Spam-Status: No, hits=0.7 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 mail-iy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Dec 2010 11:48:11 +0000 Received: by iyi42 with SMTP id 42so1264967iyi.37 for <[email protected]>; Sat, 18 Dec 2010 03:47:50 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id x3mr1848518ibx.76.1292672870157; Sat, 18 Dec 2010 03:47:50 -0800 (PST) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Sat, 18 Dec 2010 03:47:50 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Sat, 18 Dec 2010 12:47:50 +0100 X-Google-Sender-Auth: Y7EOpHjfGtfAoUXAl7O4rgWivTw Message-ID: <[email protected]> Subject: Re: GSSAPI Binds to Directory Studio From: Stefan Seelmann <[email protected]> To: [email protected] Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, Dec 18, 2010 at 12:05 PM, Stefan Seelmann <[email protected]> wro= te: > Hi Bill, > > On Sat, Dec 18, 2010 at 12:28 AM, Bill MacAllister <[email protected]> wro= te: >> Looks like Directory Studio is not finding my ticket cache. =C2=A0I woul= d >> expect it to follow the KRB5CCNAME environment variable. =C2=A0Is there >> some other way to point Directory Studio at my ticket cache? > > Studio uses JNDI which uses JAAS underneath which doesn't look to the > KRB5CCNAME environment variable by default, see [1] for details. > > [1] http://bugs.sun.com/view_bug.do?bug_id=3D6832353 Additional note: the issue seems to be fixed in OpenJDK 7, if you want to use that... From [email protected] Sun Dec 19 07:18:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85788 invoked from network); 19 Dec 2010 07:18:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Dec 2010 07:18:38 -0000 Received: (qmail 97263 invoked by uid 500); 19 Dec 2010 07:18:38 -0000 Delivered-To: [email protected] Received: (qmail 97014 invoked by uid 500); 19 Dec 2010 07:18: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 97006 invoked by uid 99); 19 Dec 2010 07:18:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 07:18:34 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=MIME_QP_LONG_LINE,SPF_NEUTRAL 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 tektonic.macallister.grass-valley.ca.us) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 07:18:27 +0000 Received: from [161.129.204.104] (adsl-99-35-226-183.dsl.pltn13.sbcglobal.net [161.129.204.104]) by tektonic.macallister.grass-valley.ca.us (Postfix) with ESMTP id 539661F68166 for <[email protected]>; Sun, 19 Dec 2010 07:18:05 +0000 (UTC) Date: Sat, 18 Dec 2010 23:18:03 -0800 From: Bill MacAllister <[email protected]> To: [email protected] Subject: Re: GSSAPI Binds to Directory Studio Message-ID: <6BEA001964268DA9410F8732@[161.129.204.104]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> X-Mailer: Mulberry/4.1.0a1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; size=1558 X-Virus-Checked: Checked by ClamAV on apache.org --On Saturday, December 18, 2010 12:05:39 PM +0100 Stefan Seelmann <[email protected]> wrote: > Hi Bill, > > On Sat, Dec 18, 2010 at 12:28 AM, Bill MacAllister <[email protected]> wrote: >> Looks like Directory Studio is not finding my ticket cache. =C2=A0I would >> expect it to follow the KRB5CCNAME environment variable. =C2=A0Is there >> some other way to point Directory Studio at my ticket cache? > > Studio uses JNDI which uses JAAS underneath which doesn't look to the > KRB5CCNAME environment variable by default, see [1] for details. > > There are several workarounds, the easiest should be to append the > following argument when starting Studio: > > -Duser.krb5ccname=3D$KRB5CCANME > > You can also create an ".ApacheDirectoryStudio.ini" file in the Studio > installation directory (assumed you are using Linux) and put the > argument into it, but then you can't use the $KRB5CCANME variable. > > Hope that helps, > Stefan > > > [1] http://bugs.sun.com/view_bug.do?bug_id=3D6832353 That worked great. Well, at least I am able to bind to the directory now. But, it seems that the searches are not using GSSAPI to secure the traffice to the server because when I look at the ldap logs I see that the ssf is zero. In our case this means that no data can be returned. (And, yes, I am a bit fuzzy on the exact details since ldapsearch just does the right thing for me without my having to think about it.) Any ideas on how to deal with this? Thanks again for you help, Bill --=20 Bill MacAllister Infrastructure Delivery Group, Stanford University From [email protected] Sun Dec 19 07:22:11 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85947 invoked from network); 19 Dec 2010 07:22:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Dec 2010 07:22:11 -0000 Received: (qmail 97568 invoked by uid 500); 19 Dec 2010 07:22:11 -0000 Delivered-To: [email protected] Received: (qmail 97436 invoked by uid 500); 19 Dec 2010 07:22: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 97427 invoked by uid 99); 19 Dec 2010 07:22:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 07:22:08 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=MIME_QP_LONG_LINE,SPF_NEUTRAL 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 tektonic.macallister.grass-valley.ca.us) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 07:22:02 +0000 Received: from [161.129.204.104] (adsl-99-35-226-183.dsl.pltn13.sbcglobal.net [161.129.204.104]) by tektonic.macallister.grass-valley.ca.us (Postfix) with ESMTP id 4E5961F68166 for <[email protected]>; Sun, 19 Dec 2010 07:21:40 +0000 (UTC) Date: Sat, 18 Dec 2010 23:21:40 -0800 From: Bill MacAllister <[email protected]> To: [email protected] Subject: Re: GSSAPI Binds to Directory Studio Message-ID: <944F23CA0F17A5CD262C1B43@[161.129.204.104]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Mulberry/4.1.0a1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; size=971 --On Saturday, December 18, 2010 12:47:50 PM +0100 Stefan Seelmann <[email protected]> wrote: > On Sat, Dec 18, 2010 at 12:05 PM, Stefan Seelmann <[email protected]> wrote: >> Hi Bill, >> >> On Sat, Dec 18, 2010 at 12:28 AM, Bill MacAllister <[email protected]> wrote: >>> Looks like Directory Studio is not finding my ticket cache. =C2=A0I would >>> expect it to follow the KRB5CCNAME environment variable. =C2=A0Is there >>> some other way to point Directory Studio at my ticket cache? >> >> Studio uses JNDI which uses JAAS underneath which doesn't look to the >> KRB5CCNAME environment variable by default, see [1] for details. >> >> [1] http://bugs.sun.com/view_bug.do?bug_id=3D6832353 > > Additional note: the issue seems to be fixed in OpenJDK 7, if you want > to use that... That nice to know as a future. Since we are a debian shop we won't be seeing it in general usage for a while. Bill --=20 Bill MacAllister Infrastructure Delivery Group, Stanford University From [email protected] Sun Dec 19 08:17:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 113 invoked from network); 19 Dec 2010 08:17:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Dec 2010 08:17:41 -0000 Received: (qmail 10902 invoked by uid 500); 19 Dec 2010 08:17:41 -0000 Delivered-To: [email protected] Received: (qmail 10672 invoked by uid 500); 19 Dec 2010 08: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: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10651 invoked by uid 99); 19 Dec 2010 08:17:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 08:17:38 +0000 X-ASF-Spam-Status: No, hits=0.7 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 mail-iy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 08:17:30 +0000 Received: by iyi42 with SMTP id 42so1873785iyi.37 for <[email protected]>; Sun, 19 Dec 2010 00:17:09 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id x10mr2662965iby.26.1292746629800; Sun, 19 Dec 2010 00:17:09 -0800 (PST) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Sun, 19 Dec 2010 00:17:09 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Sun, 19 Dec 2010 09:17:09 +0100 X-Google-Sender-Auth: vT_u6MBlMnc__k9hoxVeOJsedLo Message-ID: <[email protected]> Subject: Re: GSSAPI Binds to Directory Studio From: Stefan Seelmann <[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 > But, it seems that the searches are not using GSSAPI to secure the > traffice to the server because when I look at the ldap logs I see that > the ssf is zero. =C2=A0In our case this means that no data can be returne= d. > (And, yes, I am a bit fuzzy on the exact details since ldapsearch just > does the right thing for me without my having to think about it.) =C2=A0A= ny > ideas on how to deal with this? In the connection's 'Authentication' tab there is a section 'SASL Settings' where you can define the QoP. By default it is set to 'Authentication only', you should set it to 'Authentication with integrity and privacy protection' to enable message privacy. The other parameter 'Protection Strength' should be set to high (I think this sets ssf to 128). Kind Regards, Stefan From [email protected] Sun Dec 19 18:40:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41674 invoked from network); 19 Dec 2010 18:40:36 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Dec 2010 18:40:36 -0000 Received: (qmail 73720 invoked by uid 500); 19 Dec 2010 18:40:36 -0000 Delivered-To: [email protected] Received: (qmail 73674 invoked by uid 500); 19 Dec 2010 18:40: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 73666 invoked by uid 99); 19 Dec 2010 18:40:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 18:40:34 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=MIME_QP_LONG_LINE,SPF_NEUTRAL 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 tektonic.macallister.grass-valley.ca.us) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 18:40:26 +0000 Received: from [161.129.204.104] (adsl-99-35-226-183.dsl.pltn13.sbcglobal.net [161.129.204.104]) by tektonic.macallister.grass-valley.ca.us (Postfix) with ESMTP id 0D9041F68168 for <[email protected]>; Sun, 19 Dec 2010 18:40:05 +0000 (UTC) Date: Sun, 19 Dec 2010 10:40:04 -0800 From: Bill MacAllister <[email protected]> To: [email protected] Subject: Re: GSSAPI Binds to Directory Studio Message-ID: <277A73531DBAE69ED4E263FA@[161.129.204.104]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Mulberry/4.1.0a1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; size=1090 --On Sunday, December 19, 2010 09:17:09 AM +0100 Stefan Seelmann <[email protected]> wrote: >> But, it seems that the searches are not using GSSAPI to secure the >> traffice to the server because when I look at the ldap logs I see that >> the ssf is zero. =C2=A0In our case this means that no data can be returned. >> (And, yes, I am a bit fuzzy on the exact details since ldapsearch just >> does the right thing for me without my having to think about it.) =C2=A0Any >> ideas on how to deal with this? > > In the connection's 'Authentication' tab there is a section 'SASL > Settings' where you can define the QoP. By default it is set to > 'Authentication only', you should set it to 'Authentication with > integrity and privacy protection' to enable message privacy. The other > parameter 'Protection Strength' should be set to high (I think this > sets ssf to 128). > > Kind Regards, > Stefan Perfect again. Works like a charm now. This was also one of those "of course, you idiot" moments for me. Thanks, Bill --=20 Bill MacAllister Infrastructure Delivery Group, Stanford University From [email protected] Mon Dec 20 19:50:01 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75950 invoked from network); 20 Dec 2010 19:50:01 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Dec 2010 19:50:01 -0000 Received: (qmail 8852 invoked by uid 500); 20 Dec 2010 19:50:01 -0000 Delivered-To: [email protected] Received: (qmail 8809 invoked by uid 500); 20 Dec 2010 19: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: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 30742 invoked by uid 99); 20 Dec 2010 18:47:04 -0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,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) From: "Lynch, Pat" <[email protected]> To: "[email protected]" <[email protected]> Date: Mon, 20 Dec 2010 10:46:21 -0800 Subject: [Studio] How do I specify Client Certificate store for TLS connections? Thread-Topic: [Studio] How do I specify Client Certificate store for TLS connections? Thread-Index: AcugdjCriFIu3XdNS0KLk05F6CRrCA== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_44C6B6B2D0CF424AA90B6055548D7A61A78C6D43CRPMBOXPRD01pol_" MIME-Version: 1.0 --_000_44C6B6B2D0CF424AA90B6055548D7A61A78C6D43CRPMBOXPRD01pol_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, I am using Directory Studio 1.5.3 and attempting to connect to an ApacheDS = server that is configured to require TLS and to also require client certifi= cates. Where do I specify which keystore should be used to locate the client certi= ficate that Directory Studio sends to the server? I've tried specifying default VM arguments for the installed JRE, but that = did not work. -Djavax.net.ssl.keyStore=3Dcert-file-path -Djavax.net.ssl.keyStorePassword=3Dsecret Thanks. --_000_44C6B6B2D0CF424AA90B6055548D7A61A78C6D43CRPMBOXPRD01pol_-- From [email protected] Mon Dec 20 20:53:11 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1271 invoked from network); 20 Dec 2010 20:53:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Dec 2010 20:53:11 -0000 Received: (qmail 78021 invoked by uid 500); 20 Dec 2010 20:53:11 -0000 Delivered-To: [email protected] Received: (qmail 77990 invoked by uid 500); 20 Dec 2010 20: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: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77982 invoked by uid 99); 20 Dec 2010 20:53:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Dec 2010 20:53:11 +0000 X-ASF-Spam-Status: No, hits=0.7 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 mail-iy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Dec 2010 20:53:04 +0000 Received: by iyi42 with SMTP id 42so3412275iyi.37 for <[email protected]>; Mon, 20 Dec 2010 12:52:42 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id x1mr4619968ibd.1.1292878362659; Mon, 20 Dec 2010 12:52:42 -0800 (PST) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Mon, 20 Dec 2010 12:52:42 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Mon, 20 Dec 2010 21:52:42 +0100 X-Google-Sender-Auth: TDqbJzpP678CghCB6rsM6cSDIoQ Message-ID: <[email protected]> Subject: Re: [Studio] How do I specify Client Certificate store for TLS connections? From: Stefan Seelmann <[email protected]> To: [email protected] Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Pat, the External SASL mechanism is currently not supported, please add a feature request [1]. Kind Regards, Stefan [1] https://issues.apache.org/jira/browse/DIRSTUDIO On Mon, Dec 20, 2010 at 7:46 PM, Lynch, Pat <[email protected]> wrote: > Hello, > > I am using Directory Studio 1.5.3 and attempting to connect to an ApacheDS server that is configured to require TLS and to also require client certificates. > > Where do I specify which keystore should be used to locate the client certificate that Directory Studio sends to the server? > > I've tried specifying default VM arguments for the installed JRE, but that did not work. > > -Djavax.net.ssl.keyStore=cert-file-path > -Djavax.net.ssl.keyStorePassword=secret > > > Thanks. > > > From [email protected] Sat Jan 01 17:14:53 2011 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20718 invoked from network); 1 Jan 2011 17:14:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jan 2011 17:14:53 -0000 Received: (qmail 32632 invoked by uid 500); 1 Jan 2011 10:08:13 -0000 Delivered-To: [email protected] Received: (qmail 32385 invoked by uid 500); 1 Jan 2011 10:08: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 32368 invoked by uid 99); 1 Jan 2011 10:08:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jan 2011 10:08:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.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-qy0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jan 2011 10:08:04 +0000 Received: by qyk32 with SMTP id 32so13129323qyk.16 for <multiple recipients>; Sat, 01 Jan 2011 02:07:43 -0800 (PST) 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=nWqFCd99hIthCqRiufDdXPmuAJLPBiewbSigti72X/I=; b=egd4R0cHgcj7NHpo4nrku+6s6T2SD33RMV/Ccss4P3OAzy3EUc8QtBJdFm9UP1Ohlj iW6rElm49ZuM/kNrwbOGK0QKMh8qJHNqYDv0KhyfO3p9e/c3Htwz7jId6S1V91Zi1fpI L6ivvw9lDc9Kq6fhcz82NjDLA/t9CdgffHEhk= 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=ew6mDmr1hc7TsIVX8he/xFMOI9qZtvpTPZnT6F5gM0Kb0EWEkO6Pt6BH3E8OJXzgK6 J877ZPklSqsIQJ1T6gUv5Dpj6wEpI8X+KndG0z4kRx6fTQDTeBMYAK8Dw491fDjlJuAy RADNccBcDRN4GpLaYfEV2S0KrVSKwfuQPUYp4= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id jg18mr14692982qcb.276.1293876463194; Sat, 01 Jan 2011 02:07:43 -0800 (PST) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Sat, 1 Jan 2011 02:07:43 -0800 (PST) Date: Sat, 1 Jan 2011 12:07:43 +0200 X-Google-Sender-Auth: Y9DZUDWx2N42wWMzFo28Oevb7ck Message-ID: <[email protected]> Subject: Happy New Year From: Alex Karasulu <[email protected]> To: Apache Directory Developers List <[email protected]>, [email protected] Content-Type: multipart/alternative; boundary=00163630ed19f8d3ec0498c61675 --00163630ed19f8d3ec0498c61675 Content-Type: text/plain; charset=ISO-8859-1 Happy New Year to our users, committers and PMC. Let's make this new year a great one. Best, -- 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 --00163630ed19f8d3ec0498c61675--
From [email protected] Mon Nov 03 00:22:02 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53687 invoked from network); 3 Nov 2008 00:22:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Nov 2008 00:22:01 -0000 Received: (qmail 48046 invoked by uid 500); 3 Nov 2008 00:22:06 -0000 Delivered-To: [email protected] Received: (qmail 47995 invoked by uid 500); 3 Nov 2008 00:22: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47984 invoked by uid 99); 3 Nov 2008 00:22: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 Nov 2008 16:22:06 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 fk-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 00:20:48 +0000 Received: by fk-out-0910.google.com with SMTP id k31so3005305fkk.15 for <[email protected]>; Sun, 02 Nov 2008 16:21:27 -0800 (PST) Received: by 161.129.204.104 with SMTP id k16mr4016199bko.208.1225671686861; Sun, 02 Nov 2008 16:21:26 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 2 Nov 2008 16:21:26 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 3 Nov 2008 08:21:26 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: Repository group proxying both m1 and m2. Doesn't respect order of t he repository group. In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_86970_17889576.1225671686853" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Google-Sender-Auth: 128a1b0f12db41d9 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_86970_17889576.1225671686853 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Emerson, The behaviour of the virtual repositories used to be that once the artifact is found in any of the repositories, the other repositories would no longer be checked. It was changed to check all the repositories to handle cases such as range versions in Maven. Please see the following thread for more details: http://www.nabble.com/wrong-metadatas-td18360791.html Hmm, maybe we could have this one configurable for the virtual repos (user can set whether to short-circuit download to the repo or not). Thanks, Deng On Sat, Nov 1, 2008 at 2:19 AM, emerson cargnin <[email protected]>wrote: > Could someone just tell me if that's the way it's suppose to work? > > 2008/10/30 emerson cargnin <[email protected]>: > > Any idea how I can configure arquiva so that after the first > > repository (following the order) would return the jar archiva wouldn't > > request the same jar to other repositories down the list? > > > > regards > > Emerson > > > > 2008/10/28 deckrider <[email protected]>: > >> I had also assumed that the order within the repository group meant > >> something in this regard. > >> > >> On Mon, Oct 27, 2008 at 7:42 AM, emerson cargnin > >> <[email protected]> wrote: > >>> Hi > >>> > >>> I set up a repository group that centralises all our repositories. > >>> > >>> This includes: > >>> - internal: jars that are not public available and internal libraries > >>> - public: this repo proxies all jars available in maven repository > >>> (Proxy Connector to http://repo1.maven.org/maven2) > >>> - internal legacy: old m1 repository that has both non public and > >>> public jars. (Proxy Connector to our old ftp m1 repo) > >>> > >>> The way I created the archiva setup, my repository group should get > >>> the public jars into the "public" archiva repository (from > >>> http://repo1.maven.org/maven2). > >>> I believe the order of the repo in the group (virtual repo) means that > >>> the first repos listed there are searched first right? > >>> > >>> I wanted to use this behaviour to filter out unnecessary public jars > >>> that previously we kept on our m1 legacy repository. After a while I > >>> could go to the archiva legacy repo and see which jars are efectivelly > >>> need to be moved into the archiva "internal" repo. > >>> > >>> The problem is that the way the repository group is working, once I > >>> try to download commons-lang-2.4.jar, for example, archiva connects > >>> to both repositories, and proxy it locally, instead of looking in the > >>> public one first, and as it finds the jar there, there is no need to > >>> to get from the legacy internal m1. > >>> > >>> Is this the way the repository groups should work? Is there a way to > >>> enforce that once a jar has been found in one of the repositories in > >>> the group, the other ones wouldn't be searched? > >>> > >>> Regards > >>> > >>> Emerson > >>> > >> > >> > >> > >> -- > >> ASCII ribbon campaign: > >> () against HTML email > >> /\ against Microsoft attachments > >> Information: http://www.expita.com/nomime.html > >> > > > ------=_Part_86970_17889576.1225671686853-- From [email protected] Tue Nov 04 14:51:03 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9699 invoked from network); 4 Nov 2008 14:51:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Nov 2008 14:51:03 -0000 Received: (qmail 2588 invoked by uid 500); 4 Nov 2008 14:51:09 -0000 Delivered-To: [email protected] Received: (qmail 2553 invoked by uid 500); 4 Nov 2008 14:51: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 41632 invoked by uid 99); 4 Nov 2008 10:36:51 -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) Message-Id: <[email protected]> From: Brett Porter <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: AW: how to block overwriting a release-artifact Date: Tue, 4 Nov 2008 04:36:08 -0600 References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.929.2) Sender: Brett Porter <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org We'd be happy to help you where we can to contribute a patch for this =20= if you are interested. - Brett On 30/10/2008, at 4:09 AM, Lustig, Marc (Allianz Deutschland, externer =20= Mitarbeiter) wrote: > http://jira.codehaus.org/browse/MRM-992 > > thanks, Deng. Would you mind scheduling it for the next release? > > > -----Urspr=FCngliche Nachricht----- > Von: [email protected] [mailto:[email protected]] Im Auftrag von Maria =20= > Odea Ching > Gesendet: Mittwoch, 29. Oktober 2008 02:29 > An: [email protected] > Betreff: Re: how to block overwriting a release-artifact > > Hi, > > Archiva currently doesn't have support for this.. though I think =20 > this is a > nice option to have. > Could you please file a feature request for this in jira? :) > > Thanks, > Deng > > On Mon, Oct 27, 2008 at 6:29 PM, Lustig, Marc (Allianz Deutschland, =20= > externer > Mitarbeiter) <[email protected]> wrote: > >> Hi, >> overwriting release-artifacts potentially leads to a big mess. >> We want to block overwriting a release-artifact which is already =20 >> deployed >> into Archiva. >> Does Archiva support this? >> -- Brett Porter [email protected] http://blogs.exist.com/bporter/ From [email protected] Tue Nov 04 14:57:56 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11687 invoked from network); 4 Nov 2008 14:57:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Nov 2008 14:57:56 -0000 Received: (qmail 8715 invoked by uid 500); 4 Nov 2008 14:58:02 -0000 Delivered-To: [email protected] Received: (qmail 8666 invoked by uid 500); 4 Nov 2008 14:58: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8655 invoked by uid 99); 4 Nov 2008 14:58:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 06:58:02 -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: local policy) Received: from [161.129.204.104] (HELO mail09.allianz.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 14:56:42 +0000 Received: from naimucka.allianzde.rootdom.net (naimucka.allianzde.rootdom.net [161.129.204.104] (may be forged)) by mail09.allianz.de with ESMTP id mA4EusQa008496 for <[email protected]>; Tue, 4 Nov 2008 15:57:20 +0100 (MET) Received: from naimuckh.allianzde.rootdom.net ([161.129.204.104]) by naimucka.allianzde.rootdom.net with Microsoft SMTPSVC325-354-1238); Tue, 4 Nov 2008 15:57:16 +0100 Received: from naimucvl.allianzde.rootdom.net ([161.129.204.104]) by naimuckh.allianzde.rootdom.net with Microsoft SMTPSVC325-354-1238); Tue, 4 Nov 2008 15:57:15 +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: AW: AW: how to block overwriting a release-artifact Date: Tue, 4 Nov 2008 15:57:15 +0100 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: AW: how to block overwriting a release-artifact Thread-Index: Ack+jMWQF2JLLsQORbGImtXAA5aMkgAAMukQ References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: "Lustig, Marc (Allianz Deutschland, externer Mitarbeiter)" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 04 Nov 2008 14:57:15.0956 (UTC) FILETIME=[A06CB740:01C93E8D] X-Virus-Checked: Checked by ClamAV on apache.org Why don't you commit the patch into the Archiva trunk?=20 -----Urspr=FCngliche Nachricht----- Von: Brett Porter [mailto:[email protected]] Im Auftrag von Brett = Porter Gesendet: Dienstag, 4. November 2008 11:36 An: [email protected] Betreff: Re: AW: how to block overwriting a release-artifact We'd be happy to help you where we can to contribute a patch for this =20 if you are interested. - Brett On 30/10/2008, at 4:09 AM, Lustig, Marc (Allianz Deutschland, externer =20 Mitarbeiter) wrote: > http://jira.codehaus.org/browse/MRM-992 > > thanks, Deng. Would you mind scheduling it for the next release? > > > -----Urspr=FCngliche Nachricht----- > Von: [email protected] [mailto:[email protected]] Im Auftrag von Maria =20 > Odea Ching > Gesendet: Mittwoch, 29. Oktober 2008 02:29 > An: [email protected] > Betreff: Re: how to block overwriting a release-artifact > > Hi, > > Archiva currently doesn't have support for this.. though I think =20 > this is a > nice option to have. > Could you please file a feature request for this in jira? :) > > Thanks, > Deng > > On Mon, Oct 27, 2008 at 6:29 PM, Lustig, Marc (Allianz Deutschland, =20 > externer > Mitarbeiter) <[email protected]> wrote: > >> Hi, >> overwriting release-artifacts potentially leads to a big mess. >> We want to block overwriting a release-artifact which is already =20 >> deployed >> into Archiva. >> Does Archiva support this? >> -- Brett Porter [email protected] http://blogs.exist.com/bporter/ From [email protected] Tue Nov 04 16:35:15 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90230 invoked from network); 4 Nov 2008 16:35:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Nov 2008 16:35:14 -0000 Received: (qmail 70330 invoked by uid 500); 4 Nov 2008 16:35:20 -0000 Delivered-To: [email protected] Received: (qmail 70283 invoked by uid 500); 4 Nov 2008 16:35: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70168 invoked by uid 99); 4 Nov 2008 16:35:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 08:35: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 (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; Tue, 04 Nov 2008 16:33:59 +0000 Received: by el-out-1112.google.com with SMTP id y26so2254005ele.18 for <multiple recipients>; Tue, 04 Nov 2008 08:34:40 -0800 (PST) Received: by 161.129.204.104 with SMTP id t16mr1255100aga.39.1225816480053; Tue, 04 Nov 2008 08:34:40 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 4 Nov 2008 08:34:39 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 5 Nov 2008 00:34:39 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected], [email protected] Subject: Fwd: [Urgent] Please help promote ApacheCon video streaming! In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_107720_22508325.1225816480053" References: <[email protected]> X-Google-Sender-Auth: e519792ca2103e31 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_107720_22508325.1225816480053 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline ---------- Forwarded message ---------- From: Lars Eilebrecht <[email protected]> Date: Wed, Nov 5, 2008 at 12:27 AM Subject: [Urgent] Please help promote ApacheCon video streaming! To: [email protected] Hi, please help promote the ApacheCon live video streaming by forwarding the email below to your PMC user and dev mailing lists, ASAP! Thank you Lars Eilebrecht --------------------------------------------- Subject: ApacheCon live video streaming available; keynotes and Apache 101 are free Can't make ApacheCon this week in New Orleans? You can still watch all the keynotes, Apache 101 sessions, and system administration track in live video streams: http://streaming.linux-magazin.de/en/program_apacheconus08.htm?ann Keynotes and the Apache 101 lunchtime sessions are free; the full sysadmin track, including httpd performance, security, and server stack administration talks are available for a fee. Keynotes include: - David Recordon, Six Apart (Wednesday 09:30) "Learning from Apache to create Open Specifications" - Shahani Markus Weerawarana, Ph.D. (Thursday 11:30) "Standing on the Shoulders of Giants" - Sam Ramji, Microsoft (Friday 11:30) "struct.new("future", :open, :microsoft)" Reminder: New Orleans is CST or UTC/GMT -6 hours. Advance notice: ApacheCon EU 2009 returns to Amsterdam, 23-27 March. We had a great response to our CFP and look forward to announcing the schedule in the next month. ------------------------------------------- -- Lars Eilebrecht - V.P., Conference Planning [email protected] - http://www.us.apachecon.com ------=_Part_107720_22508325.1225816480053-- From [email protected] Tue Nov 04 19:27:14 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92854 invoked from network); 4 Nov 2008 19:27:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Nov 2008 19:27:14 -0000 Received: (qmail 32746 invoked by uid 500); 4 Nov 2008 19:27:20 -0000 Delivered-To: [email protected] Received: (qmail 32500 invoked by uid 500); 4 Nov 2008 19: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32489 invoked by uid 99); 4 Nov 2008 19:27:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 11:27:19 -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; Tue, 04 Nov 2008 19:26: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 1KxRY2-0003ZI-LS for [email protected]; Tue, 04 Nov 2008 11:26:42 -0800 Message-ID: <[email protected]> Date: Tue, 4 Nov 2008 11:26:42 -0800 (PST) From: waaraa1331 <[email protected]> To: [email protected] Subject: Error opening jar file and end-tag /meta 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 Hola, I am trying to use archiva and maven together. I would like to set it up so that when a repository from maven is accessed, it goes through archiva to access the repository. I try am trying to do mvn install for one of my projects but I am getting these error messages. Below are the two I am getting right now. (I am pretty new to this so if it sounds like I don't really know what I'm talking about, I most likely don't) thanks for the help ----------------------------------------------------------------------------------------------------- C:\dev\sim\trunk>mvn install -e + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building blah Device Load Simulator [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [WARNING] POM for 'com.blah:blah-core:pom:2.0:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project com.blah:blah-core at C:\Documents and Settings\name.blah\.m2\repository\com\blah\blah-core\2.0\blah-core-2.0.pom [WARNING] POM for 'com.blah:sys-net:pom:2.0:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project com.blah:sys-net at C:\Documents and Settings\name.blah\.m2\repository\com\blah\sys-net\2.0\sys-net-2.0.pom [WARNING] POM for 'com.blah:sys-config:pom:2.0:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project com.blah:sys-config at C:\Documents and Settings\name.blah\.m2\repository\com\blah\sys-config\2.0\sys-config-2.0.pom [INFO] [compiler:compile] [INFO] Compiling 70 source files to C:\dev\sim\trunk\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure error: error reading C:\Documents and Settings\name.blah\.m2\repository\com\blah\blah-core\2.0\blah-core-2.0.jar; error in opening zip file error: error reading C:\Documents and Settings\name.blah\.m2\repository\com\blah\sys-net\2.0\sys-net-2.0.jar; error in opening zip file error: error reading C:\Documents and Settings\name.blah\.m2\repository\com\blah\sys-config\2.0\sys-config-2.0.jar; error in opening zip file ----------------------------------------------------------------------------------------------------- 2008-11-04 12:50:47,753 [http-8080-1] WARN org.apache.maven.archiva.consumers.database.ProjectModelToDatabaseConsumer - Unable to read project model /export/home/archiva/tomcat/data/repositories/internal/com/enfora/enfora-core/2.0/enfora-core-2.0.pom : Unable to parse project xml file:/export/home/archiva/tomcat/data/repositories/internal/com/enfora/enfora-core/2.0/enfora-core-2.0.pom: Error on line 6 of document : The element type "meta" must be terminated by the matching end-tag "</meta>". Nested exception: The element type "meta" must be terminated by the matching end-tag "</meta>". -- View this message in context: http://www.nabble.com/Error-opening-jar-file-and-end-tag--meta-tp20329252p20329252.html Sent from the archiva-users mailing list [email protected]. From [email protected] Tue Nov 04 21:29:39 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43598 invoked from network); 4 Nov 2008 21:29:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Nov 2008 21:29:37 -0000 Received: (qmail 76343 invoked by uid 500); 4 Nov 2008 21:29:43 -0000 Delivered-To: [email protected] Received: (qmail 76118 invoked by uid 500); 4 Nov 2008 21: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76107 invoked by uid 99); 4 Nov 2008 21:29:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 13:29:42 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 ag-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 21:28:25 +0000 Received: by ag-out-0708.google.com with SMTP id 31so325308agc.0 for <[email protected]>; Tue, 04 Nov 2008 13:28:56 -0800 (PST) Received: by 161.129.204.104 with SMTP id y17mr82389agb.24.1225834136651; Tue, 04 Nov 2008 13:28:56 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 4 Nov 2008 13:28:56 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 5 Nov 2008 05:28:56 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: Error opening jar file and end-tag /meta In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_112852_5251284.1225834136627" References: <[email protected]> X-Google-Sender-Auth: 561d43baf2d84701 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_112852_5251284.1225834136627 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Hmm, looks like a corrupted pom.. Could you try deleting the artifact(s) (and everything associated with it -- pom, metadata and checksum files) causing the error? Also, how did you configure Archiva to do the proxying? Thanks, Deng On Wed, Nov 5, 2008 at 3:26 AM, waaraa1331 <[email protected]> wrote: > > Hola, > I am trying to use archiva and maven together. I would like to set it up > so > that when a repository from maven is accessed, it goes through archiva to > access the repository. I try am trying to do mvn install for one of my > projects but I am getting these error messages. Below are the two I am > getting right now. (I am pretty new to this so if it sounds like I don't > really know what I'm talking about, I most likely don't) > > thanks for the help > > > ----------------------------------------------------------------------------------------------------- > > C:\dev\sim\trunk>mvn install -e > + Error stacktraces are turned on. > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [INFO] Building blah Device Load Simulator > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [WARNING] POM for 'com.blah:blah-core:pom:2.0:compile' is invalid. It will > be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project > com.blah:blah-core at C:\Documents and > Settings\name.blah\.m2\repository\com\blah\blah-core\2.0\blah-core-2.0.pom > [WARNING] POM for 'com.blah:sys-net:pom:2.0:compile' is invalid. It will be > ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project > com.blah:sys-net at C:\Documents and > Settings\name.blah\.m2\repository\com\blah\sys-net\2.0\sys-net-2.0.pom > [WARNING] POM for 'com.blah:sys-config:pom:2.0:compile' is invalid. It will > be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project > com.blah:sys-config at C:\Documents and > > Settings\name.blah\.m2\repository\com\blah\sys-config\2.0\sys-config-2.0.pom > [INFO] [compiler:compile] > [INFO] Compiling 70 source files to C:\dev\sim\trunk\target\classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > error: error reading C:\Documents and > Settings\name.blah\.m2\repository\com\blah\blah-core\2.0\blah-core-2.0.jar; > error in opening zip file > error: error reading C:\Documents and > Settings\name.blah\.m2\repository\com\blah\sys-net\2.0\sys-net-2.0.jar; > error in opening zip file > error: error reading C:\Documents and > > Settings\name.blah\.m2\repository\com\blah\sys-config\2.0\sys-config-2.0.jar; > error in opening zip file > > > ----------------------------------------------------------------------------------------------------- > > 2008-11-04 12:50:47,753 [http-8080-1] WARN > org.apache.maven.archiva.consumers.database.ProjectModelToDatabaseConsumer > - Unable to read project model > > /export/home/archiva/tomcat/data/repositories/internal/com/enfora/enfora-core/2.0/enfora-core-2.0.pom > : Unable to parse project xml > > file:/export/home/archiva/tomcat/data/repositories/internal/com/enfora/enfora-core/2.0/enfora-core-2.0.pom: > Error on line 6 of document : The element type "meta" must be terminated > by > the matching end-tag "</meta>". Nested exception: The element type "meta" > must be terminated by the matching end-tag "</meta>". > > > > -- > View this message in context: > http://www.nabble.com/Error-opening-jar-file-and-end-tag--meta-tp20329252p20329252.html > Sent from the archiva-users mailing list [email protected]. > > ------=_Part_112852_5251284.1225834136627-- From [email protected] Thu Nov 06 17:45:01 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41755 invoked from network); 6 Nov 2008 17:45:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Nov 2008 17:45:00 -0000 Received: (qmail 5157 invoked by uid 500); 6 Nov 2008 17:45:06 -0000 Delivered-To: [email protected] Received: (qmail 5120 invoked by uid 500); 6 Nov 2008 17:45: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 952 invoked by uid 99); 6 Nov 2008 17:40: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) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArkAAPu6EkkKAeBo/2dsb2JhbAAIkwW2bINV X-IronPort-AV: E=Sophos;i="4.33,558,1220220000"; d="scan'208";a="14573126" MIME-Version: 1.0 To: [email protected] Subject: Can't download any artifacts after upgrade 1.0.2 to 1.1.3 X-Mailer: Lotus Notes Release 7.0.1 January 17, 2006 Message-ID: <[email protected]> From: [email protected] Date: Thu, 6 Nov 2008 18:39:18 +0100 X-MIMETrack: S/MIME Sign by Notes Client on Frank Steinhauer/ODL/Olympus-EU(Release 7.0.1|January 17, 2006) at 06.11.2008 18:39:21, Serialize by Notes Client on Frank Steinhauer/ODL/Olympus-EU(Release 7.0.1|January 17, 2006) at 06.11.2008 18:39:21, Serialize [email protected] 18:39:21, S/MIME Sign [email protected] 18:39:21: The cryptographic key was not found, Serialize by Router on NTSOE001/Olympus-Ext(Release 7.0.2FP2|May 14, 2007) at 06.11.2008 18:39:20, Serialize [email protected] 18:39:20 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Hi, I just updated Archiva from 1.0.2 to 1.1.3, retaining the repositories. Sadly I can't download any artifacts after the upgrade. I checked with same settings.xml the old version, and there it works. Also 'I get access to the files via the Web interface (so the used credentials are fine). Any suggesstions? BTW: I had to create new users when staring 1.1.3, even when I retained the users directory. Cheers, Frank My environment: Archiva is running on Ubuntu, my client is a WinXP. I use Archiva as default repo: <mirror> <id>archiva.default</id> <url>http://sasquatch:8080/archiva/repository/internal/</url> <mirrorOf>*</mirrorOf> </mirror> I deleted the old .m2\repository to create a totally new one. Following was the error message: $ mvn validate [INFO] Scanning for projects... Downloading: http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom Downloading: http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom Downloading: http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom Downloading: http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom Downloading: http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom Downloading: http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading: http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading: http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading: http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading: http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading: http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar Downloading: http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar Downloading: http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar Downloading: http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar Downloading: http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar Downloading: http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar Downloading: http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar Downloading: http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar Downloading: http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar Downloading: http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.codehaus.plexus:plexus-utils:jar:1.1 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepository Id=[id] Path to dependency: 1) dms:base:jar:1.4-SNAPSHOT 2) org.codehaus.plexus:plexus-utils:jar:1.1 2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -D repositoryId=[id] Path to dependency: 1) dms:base:jar:1.4-SNAPSHOT 2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2 ---------- 2 required artifacts are missing. for artifact: dms:base:jar:1.4-SNAPSHOT from the specified remote repositories: archiva.default (http://sasquatch:8080/archiva/repository/internal/) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Thu Nov 06 17:53:22 CET 2008 [INFO] Final Memory: 1M/3M [INFO] ------------------------------------------------------------------------ From [email protected] Thu Nov 06 19:04:22 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86316 invoked from network); 6 Nov 2008 19:04:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Nov 2008 19:04:22 -0000 Received: (qmail 90950 invoked by uid 500); 6 Nov 2008 19:04:28 -0000 Delivered-To: [email protected] Received: (qmail 90894 invoked by uid 500); 6 Nov 2008 19:04: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90882 invoked by uid 99); 6 Nov 2008 19:04:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 11:04: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; Thu, 06 Nov 2008 19:03: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 1KyA8o-0000ZE-Jy for [email protected]; Thu, 06 Nov 2008 11:03:38 -0800 Message-ID: <[email protected]> Date: Thu, 6 Nov 2008 11:03:38 -0800 (PST) From: solo1970 <[email protected]> To: [email protected] Subject: Re: How to remove an artifact 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 I am also having trouble with this! I removed the directory and artifacts on the file system, but in the Browse, I still see the groupId/artifactId.... The only thing is that when I then try to download the jar or POM, then it says that there is nothing.... How do I remove the links in the Browse???? Sonia L. I removed the directory containing the artifact in the internal repository, but it still shows up in the GUI. I restarted archiva and it still is showing up in the GUI. Am I missing a step? Thanks Maria Odea Ching-5 wrote: > > There are 2 ways to remove an artifact from the repo: > 1. By deleting the artifact in the file system > 2. Via repository purge (but this is only for cleaning up snapshots) > > Maybe you can file a feature request in jira for a way of > deleting/removing > an artifact via the webapp :) > > Thanks, > > -- View this message in context: http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20367352.html Sent from the archiva-users mailing list [email protected]. From [email protected] Thu Nov 06 22:12:05 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66116 invoked from network); 6 Nov 2008 22:12:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Nov 2008 22:12:05 -0000 Received: (qmail 51871 invoked by uid 500); 6 Nov 2008 22:12:11 -0000 Delivered-To: [email protected] Received: (qmail 51810 invoked by uid 500); 6 Nov 2008 22:12: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51799 invoked by uid 99); 6 Nov 2008 22:12:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 14:12:11 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 rn-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 22:10:50 +0000 Received: by rn-out-0910.google.com with SMTP id j40so719286rnf.16 for <[email protected]>; Thu, 06 Nov 2008 14:11:32 -0800 (PST) Received: by 161.129.204.104 with SMTP id y13mr2346744agy.17.1226009490839; Thu, 06 Nov 2008 14:11:30 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 6 Nov 2008 14:11:30 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 7 Nov 2008 06:11:30 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: How to remove an artifact In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37257_617205.1226009490760" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Google-Sender-Auth: 08ae50154d663f9b X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_37257_617205.1226009490760 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Did you run the database scanning? The cleanup of deleted or non-existing artifacts from the database and index happens during the db scanning execution.. Thanks, Deng On Fri, Nov 7, 2008 at 3:03 AM, solo1970 <[email protected]>wrote: > > I am also having trouble with this! > > I removed the directory and artifacts on the file system, but in the > Browse, > I still see the groupId/artifactId.... The only thing is that when I then > try to download the jar or POM, then it says that there is nothing.... > > How do I remove the links in the Browse???? > > Sonia L. > > I removed the directory containing the artifact in the internal repository, > but it still shows up in the GUI. > I restarted archiva and it still is showing up in the GUI. > > Am I missing a step? > > Thanks > > > Maria Odea Ching-5 wrote: > > > > There are 2 ways to remove an artifact from the repo: > > 1. By deleting the artifact in the file system > > 2. Via repository purge (but this is only for cleaning up snapshots) > > > > Maybe you can file a feature request in jira for a way of > > deleting/removing > > an artifact via the webapp :) > > > > Thanks, > > > > > > -- > View this message in context: > http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20367352.html > Sent from the archiva-users mailing list [email protected]. > > ------=_Part_37257_617205.1226009490760-- From [email protected] Thu Nov 06 23:50:05 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93090 invoked from network); 6 Nov 2008 23:50:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Nov 2008 23:50:05 -0000 Received: (qmail 40082 invoked by uid 500); 6 Nov 2008 23:50:11 -0000 Delivered-To: [email protected] Received: (qmail 40045 invoked by uid 500); 6 Nov 2008 23: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40034 invoked by uid 99); 6 Nov 2008 23:50:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 15:50:11 -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 yx-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 23:48:54 +0000 Received: by yx-out-2324.google.com with SMTP id 8so385494yxg.9 for <[email protected]>; Thu, 06 Nov 2008 15:49:26 -0800 (PST) Received: by 161.129.204.104 with SMTP id a14mr2430749agb.26.1226015365855; Thu, 06 Nov 2008 15:49:25 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 6 Nov 2008 15:49:25 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 7 Nov 2008 07:49:25 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: Can't download any artifacts after upgrade 1.0.2 to 1.1.3 In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_38185_29442931.1226015365841" References: <[email protected]> X-Google-Sender-Auth: 7833db2c62989b25 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_38185_29442931.1226015365841 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Frank, Were there any other info logged in the audit or archiva logs? It could be just a configuration problem.. The webdav module was migrated to JackRabbit in 1.1 and there were a couple of changes in the proxy connector policies since 1.0.x if I recall correctly. Btw, did you follow the steps specified in http://cwiki.apache.org/confluence/display/ARCHIVA/Upgrading+from+1.0.x+to+1.1.xwhen you migrated to 1.1.3? Thanks, Deng On Fri, Nov 7, 2008 at 1:39 AM, <[email protected]> wrote: > Hi, > > I just updated Archiva from 1.0.2 to 1.1.3, retaining the repositories. > Sadly I can't download any artifacts after the upgrade. I checked with > same settings.xml the old version, and there it works. Also 'I get access > to the files via the Web interface (so the used credentials are fine). Any > suggesstions? > > BTW: I had to create new users when staring 1.1.3, even when I retained > the users directory. > > Cheers, > > Frank > > > My environment: > Archiva is running on Ubuntu, my client is a WinXP. I use Archiva as > default repo: > > <mirror> > <id>archiva.default</id> > <url>http://sasquatch:8080/archiva/repository/internal/</url> > <mirrorOf>*</mirrorOf> > </mirror> > > I deleted the old .m2\repository to create a totally new one. Following > was the error message: > > $ mvn validate > [INFO] Scanning for projects... > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar > Downloading: > > http://sasquatch:8080/archiva/repository/internal//org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.codehaus.plexus:plexus-utils:jar:1.1 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.codehaus.plexus > -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=org.codehaus.plexus > -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Drepository > Id=[id] > > Path to dependency: > 1) dms:base:jar:1.4-SNAPSHOT > 2) org.codehaus.plexus:plexus-utils:jar:1.1 > > 2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.maven.wagon > -DartifactId=wagon-webdav -Dversion=1.0-beta-2 -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=org.apache.maven.wagon > -DartifactId=wagon-webdav -Dversion=1.0-beta-2 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -D > repositoryId=[id] > > Path to dependency: > 1) dms:base:jar:1.4-SNAPSHOT > 2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2 > > ---------- > 2 required artifacts are missing. > > for artifact: > dms:base:jar:1.4-SNAPSHOT > > from the specified remote repositories: > archiva.default (http://sasquatch:8080/archiva/repository/internal/) > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: < 1 second > [INFO] Finished at: Thu Nov 06 17:53:22 CET 2008 > [INFO] Final Memory: 1M/3M > [INFO] > ------------------------------------------------------------------------ > > > ------=_Part_38185_29442931.1226015365841-- From [email protected] Fri Nov 07 14:08:13 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28971 invoked from network); 7 Nov 2008 14:08:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Nov 2008 14:08:13 -0000 Received: (qmail 91291 invoked by uid 500); 7 Nov 2008 14:08:19 -0000 Delivered-To: [email protected] Received: (qmail 91249 invoked by uid 500); 7 Nov 2008 14: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91238 invoked by uid 99); 7 Nov 2008 14:08:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 06:08:19 -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, 07 Nov 2008 14:07:00 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1KyRzx-0002YJ-Pq for [email protected]; Fri, 07 Nov 2008 06:07:41 -0800 Message-ID: <[email protected]> Date: Fri, 7 Nov 2008 06:07:41 -0800 (PST) From: solo1970 <[email protected]> To: [email protected] Subject: Re: How to remove an artifact 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]> X-Virus-Checked: Checked by ClamAV on apache.org I went into Administration/Database and clicked on "Update Database now", I did it a few time, but the groupId/artifactId are still there ?!?!?!?! Maria Odea Ching-5 wrote: > > Hi, > > Did you run the database scanning? The cleanup of deleted or non-existing > artifacts from the database and index happens during the db scanning > execution.. > > Thanks, > Deng > > On Fri, Nov 7, 2008 at 3:03 AM, solo1970 > <[email protected]>wrote: > >> >> I am also having trouble with this! >> >> I removed the directory and artifacts on the file system, but in the >> Browse, >> I still see the groupId/artifactId.... The only thing is that when I >> then >> try to download the jar or POM, then it says that there is nothing.... >> >> How do I remove the links in the Browse???? >> >> Sonia L. >> >> I removed the directory containing the artifact in the internal >> repository, >> but it still shows up in the GUI. >> I restarted archiva and it still is showing up in the GUI. >> >> Am I missing a step? >> >> Thanks >> >> >> Maria Odea Ching-5 wrote: >> > >> > There are 2 ways to remove an artifact from the repo: >> > 1. By deleting the artifact in the file system >> > 2. Via repository purge (but this is only for cleaning up snapshots) >> > >> > Maybe you can file a feature request in jira for a way of >> > deleting/removing >> > an artifact via the webapp :) >> > >> > Thanks, >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20367352.html >> Sent from the archiva-users mailing list [email protected]. >> >> > > -- View this message in context: http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20381155.html Sent from the archiva-users mailing list [email protected]. From [email protected] Fri Nov 07 14:55:15 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47739 invoked from network); 7 Nov 2008 14:55:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Nov 2008 14:55:15 -0000 Received: (qmail 82190 invoked by uid 500); 7 Nov 2008 14:55:21 -0000 Delivered-To: [email protected] Received: (qmail 82154 invoked by uid 500); 7 Nov 2008 14: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 22133 invoked by uid 99); 7 Nov 2008 14:22:37 -0000 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) Content-class: urn:content-classes:message Subject: RE: How to remove an artifact MIME-Version: 1.0 Date: Fri, 7 Nov 2008 15:21:55 +0100 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_001C_01C940EC.912DB0C0" X-MimeOLE: Produced By Microsoft Exchange V6.0.6619.12 Message-ID: <[email protected]> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: How to remove an artifact Thread-Index: AclA4kiJFFJ5z+0gTvOp8doCgPGBdwAAb1Vg From: "von Janowsky, Simon" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_001C_01C940EC.912DB0C0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi all, i have had the same problems with archiva 1.1.1. Artifacts deleted in the filesystem still appear, although update database now was pressed..... Best regards, Simon -----Original Message----- From: solo1970 [mailto:[email protected]] Sent: Friday, November 07, 2008 3:08 PM To: [email protected] Subject: Re: How to remove an artifact I went into Administration/Database and clicked on "Update Database now", I did it a few time, but the groupId/artifactId are still there ?!?!?!?! Maria Odea Ching-5 wrote: > > Hi, > > Did you run the database scanning? The cleanup of deleted or > non-existing artifacts from the database and index happens during the > db scanning execution.. > > Thanks, > Deng > > On Fri, Nov 7, 2008 at 3:03 AM, solo1970 > <[email protected]>wrote: > >> >> I am also having trouble with this! >> >> I removed the directory and artifacts on the file system, but in the >> Browse, I still see the groupId/artifactId.... The only thing is >> that when I then try to download the jar or POM, then it says that >> there is nothing.... >> >> How do I remove the links in the Browse???? >> >> Sonia L. >> >> I removed the directory containing the artifact in the internal >> repository, but it still shows up in the GUI. >> I restarted archiva and it still is showing up in the GUI. >> >> Am I missing a step? >> >> Thanks >> >> >> Maria Odea Ching-5 wrote: >> > >> > There are 2 ways to remove an artifact from the repo: >> > 1. By deleting the artifact in the file system 2. Via repository >> > purge (but this is only for cleaning up snapshots) >> > >> > Maybe you can file a feature request in jira for a way of >> > deleting/removing an artifact via the webapp :) >> > >> > Thanks, >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20367352.h >> tml Sent from the archiva-users mailing list [email protected]. >> >> > > -- View this message in context: http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20381155.html Sent from the archiva-users mailing list [email protected]. ------=_NextPart_000_001C_01C940EC.912DB0C0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII2jCCAmIw ggHLoAMCAQICEGvHpq52M9YuzIbo3J7Qj+0wDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA4MDgyNTEyMzU1NVoXDTA5MDgyNTEyMzU1 NVowSDEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjElMCMGCSqGSIb3DQEJARYWdm9u amFub3dza3lAY29uc2lzdC5kZTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAqOWZLk4qeI1O fYsYIKn4taKdaj4aehAx7eay5GSq5IdxYCXn5jGTLPYl8YyD4W+/crIxSqknTaI6cnHGxn4lVZIc 4jw+s0/4iAS9QeffMMo3awcm0/W6wYL44pzQBc1nF6LPSq5jenDjiOxMacZNWZ+v3DyIePPotPgq wg/TMhECAwEAAaMzMDEwIQYDVR0RBBowGIEWdm9uamFub3dza3lAY29uc2lzdC5kZTAMBgNVHRMB Af8EAjAAMA0GCSqGSIb3DQEBBQUAA4GBACJ9234JWL4g6gNy4bgLTtSDNKiA1ziafU+AVvNLXwdn XLV093UpQPcN+UG1dUIYBdGZ6MIh7PgrjYCBp9fVJj2dxKSYlnv5ALyGK3fAcITXFCASyb9fN1R+ J3w3RKrJU2d7QfpKTq+3Y209AMw8+ohK1gqiyuWmbspg6rAElEyOMIIDLTCCApagAwIBAgIBADAN BgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAG A1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2Vy dGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4X DTk2MDEwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxX ZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRp bmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1Ro YXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1h aWxAdGhhd3RlLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA1GnX1LCUZFtx6UfYDFG2 6nKRsIRefS0Nj3sS34UldSh0OkIsYyeflXtL734Zhx2G6qPduc6WZBrCFG5ErHzmj+hND3EfQDim AKOHePb5lIZererAXnbr2RSjXW56fAylS1V/Bhkpf56aJtVquzgkCGqYx7Hao5iR/Xnb5VrEHLkC AwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQQFAAOBgQDH7JJ+Tvj1lqVnYiqk 8E0RYNBvjWBYYawmu1I1XAjPMPuoSpaKH2JCI4wXD/S6ZJwXrEcp352YXtJsYHFcoqzceePnbgBH H7UNKOgCneSa/RP0ptl8sfjcXyMmCZGAc9AUG95DqYMl8uacLxXK/qarigd1iwzdUYRr5PjRznei gTCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggL4MIIC9AIBATB2MGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIQa8emrnYz1i7MhujcntCP7TAJ BgUrDgMCGgUAoIIB2DAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0w ODExMDcxNDIxNTRaMCMGCSqGSIb3DQEJBDEWBBQMWpTlwyHPyAlJshcqvVo2iNT84DBnBgkqhkiG 9w0BCQ8xWjBYMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUr DgMCBzANBggqhkiG9w0DAgIBKDAHBgUrDgMCGjAKBggqhkiG9w0CBTCBhQYJKwYBBAGCNxAEMXgw djBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEs MCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECEGvHpq52M9YuzIbo 3J7Qj+0wgYcGCyqGSIb3DQEJEAILMXigdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWls IElzc3VpbmcgQ0ECEGvHpq52M9YuzIbo3J7Qj+0wDQYJKoZIhvcNAQEBBQAEgYA6qkNdrRArnK9D cdmWfUBkXBfpNXPEpcpJcF7ymmiZ6EdMNl4aEt1kJocul+pzKSYLvdc9aZ5KdjLWWbpXBchkE0wF MBIh0FK0w2RkMheIBLeNOLyNWqibp1HKIFug2TkPqGhcdeZXSWocFhX4409vqbAVtFo5CBozFeft dZeezgAAAAAAAA== ------=_NextPart_000_001C_01C940EC.912DB0C0-- From [email protected] Fri Nov 07 15:08:42 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66707 invoked from network); 7 Nov 2008 15:08:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Nov 2008 15:08:41 -0000 Received: (qmail 5500 invoked by uid 500); 7 Nov 2008 15:08:47 -0000 Delivered-To: [email protected] Received: (qmail 5451 invoked by uid 500); 7 Nov 2008 15: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5440 invoked by uid 99); 7 Nov 2008 15: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 Nov 2008 07:08:47 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 el-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 15:07:27 +0000 Received: by el-out-1112.google.com with SMTP id y26so795465ele.18 for <[email protected]>; Fri, 07 Nov 2008 07:07:59 -0800 (PST) Received: by 161.129.204.104 with SMTP id a13mr3158258agc.12.1226070477944; Fri, 07 Nov 2008 07:07:57 -0800 (PST) Received: by 161.129.204.104 with HTTP; Fri, 7 Nov 2008 07:07:57 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 7 Nov 2008 23:07:57 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: How to remove an artifact In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_49119_1228905.1226070477932" References: <[email protected]> X-Google-Sender-Auth: 2ddfa35c9da30c95 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_49119_1228905.1226070477932 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Ok, this seems to be a regression :( Could you please file a jira for this? Thanks.. -Deng On Fri, Nov 7, 2008 at 10:21 PM, von Janowsky, Simon <[email protected] > wrote: > Hi all, > i have had the same problems with archiva 1.1.1. > Artifacts deleted in the filesystem still appear, although update database > now > was pressed..... > > Best regards, > Simon > > -----Original Message----- > From: solo1970 [mailto:[email protected]] > Sent: Friday, November 07, 2008 3:08 PM > To: [email protected] > Subject: Re: How to remove an artifact > > > I went into Administration/Database and clicked on "Update Database now", I > did it a few time, but the groupId/artifactId are still there ?!?!?!?! > > > > > Maria Odea Ching-5 wrote: > > > > Hi, > > > > Did you run the database scanning? The cleanup of deleted or > > non-existing artifacts from the database and index happens during the > > db scanning execution.. > > > > Thanks, > > Deng > > > > On Fri, Nov 7, 2008 at 3:03 AM, solo1970 > > <[email protected]>wrote: > > > >> > >> I am also having trouble with this! > >> > >> I removed the directory and artifacts on the file system, but in the > >> Browse, I still see the groupId/artifactId.... The only thing is > >> that when I then try to download the jar or POM, then it says that > >> there is nothing.... > >> > >> How do I remove the links in the Browse???? > >> > >> Sonia L. > >> > >> I removed the directory containing the artifact in the internal > >> repository, but it still shows up in the GUI. > >> I restarted archiva and it still is showing up in the GUI. > >> > >> Am I missing a step? > >> > >> Thanks > >> > >> > >> Maria Odea Ching-5 wrote: > >> > > >> > There are 2 ways to remove an artifact from the repo: > >> > 1. By deleting the artifact in the file system 2. Via repository > >> > purge (but this is only for cleaning up snapshots) > >> > > >> > Maybe you can file a feature request in jira for a way of > >> > deleting/removing an artifact via the webapp :) > >> > > >> > Thanks, > >> > > >> > > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20367352.h > >> tml Sent from the archiva-users mailing list [email protected]. > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20381155.html > Sent from the archiva-users mailing list [email protected]. > > > ------=_Part_49119_1228905.1226070477932-- From [email protected] Fri Nov 07 22:26:16 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96812 invoked from network); 7 Nov 2008 22:26:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Nov 2008 22:26:16 -0000 Received: (qmail 64522 invoked by uid 500); 7 Nov 2008 22:26:22 -0000 Delivered-To: [email protected] Received: (qmail 64385 invoked by uid 500); 7 Nov 2008 22: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64373 invoked by uid 99); 7 Nov 2008 22:26:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 14:26:21 -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; Fri, 07 Nov 2008 22:25:00 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1KyZlu-0006xo-6m for [email protected]; Fri, 07 Nov 2008 14:25:42 -0800 Message-ID: <[email protected]> Date: Fri, 7 Nov 2008 14:25:42 -0800 (PST) From: waaraa1331 <[email protected]> To: [email protected] Subject: Re: Error opening jar file and end-tag /meta 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 I don't know what you mean...are you asking for a certain configuration file or something else? waaraa1331 wrote: > > Hola, > I am trying to use archiva and maven together. I would like to set it up > so that when a repository from maven is accessed, it goes through archiva > to access the repository. I try am trying to do mvn install for one of my > projects but I am getting these error messages. Below are the two I am > getting right now. (I am pretty new to this so if it sounds like I don't > really know what I'm talking about, I most likely don't) > > thanks for the help > > ----------------------------------------------------------------------------------------------------- > > C:\dev\sim\trunk>mvn install -e > + Error stacktraces are turned on. > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [INFO] Building blah Device Load Simulator > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [WARNING] POM for 'com.blah:blah-core:pom:2.0:compile' is invalid. It will > be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project > com.blah:blah-core at C:\Documents and > Settings\name.blah\.m2\repository\com\blah\blah-core\2.0\blah-core-2.0.pom > [WARNING] POM for 'com.blah:sys-net:pom:2.0:compile' is invalid. It will > be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project > com.blah:sys-net at C:\Documents and > Settings\name.blah\.m2\repository\com\blah\sys-net\2.0\sys-net-2.0.pom > [WARNING] POM for 'com.blah:sys-config:pom:2.0:compile' is invalid. It > will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for > project com.blah:sys-config at C:\Documents and > Settings\name.blah\.m2\repository\com\blah\sys-config\2.0\sys-config-2.0.pom > [INFO] [compiler:compile] > [INFO] Compiling 70 source files to C:\dev\sim\trunk\target\classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > error: error reading C:\Documents and > Settings\name.blah\.m2\repository\com\blah\blah-core\2.0\blah-core-2.0.jar; > error in opening zip file > error: error reading C:\Documents and > Settings\name.blah\.m2\repository\com\blah\sys-net\2.0\sys-net-2.0.jar; > error in opening zip file > error: error reading C:\Documents and > Settings\name.blah\.m2\repository\com\blah\sys-config\2.0\sys-config-2.0.jar; > error in opening zip file > > ----------------------------------------------------------------------------------------------------- > > 2008-11-04 12:50:47,753 [http-8080-1] WARN > org.apache.maven.archiva.consumers.database.ProjectModelToDatabaseConsumer > - Unable to read project model > /export/home/archiva/tomcat/data/repositories/internal/com/enfora/enfora-core/2.0/enfora-core-2.0.pom > : Unable to parse project xml > file:/export/home/archiva/tomcat/data/repositories/internal/com/enfora/enfora-core/2.0/enfora-core-2.0.pom: > Error on line 6 of document : The element type "meta" must be terminated > by the matching end-tag "</meta>". Nested exception: The element type > "meta" must be terminated by the matching end-tag "</meta>". > > > > -- View this message in context: http://www.nabble.com/Error-opening-jar-file-and-end-tag--meta-tp20329252p20389717.html Sent from the archiva-users mailing list [email protected]. From [email protected] Fri Nov 07 22:27:41 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97685 invoked from network); 7 Nov 2008 22:27:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Nov 2008 22:27:41 -0000 Received: (qmail 66621 invoked by uid 500); 7 Nov 2008 22:27:47 -0000 Delivered-To: [email protected] Received: (qmail 66568 invoked by uid 500); 7 Nov 2008 22:27: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66555 invoked by uid 99); 7 Nov 2008 22:27: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 Nov 2008 14:27:47 -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; Fri, 07 Nov 2008 22:26:28 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1KyZnK-0006zo-CX for [email protected]; Fri, 07 Nov 2008 14:27:10 -0800 Message-ID: <[email protected]> Date: Fri, 7 Nov 2008 14:27:10 -0800 (PST) From: waaraa1331 <[email protected]> To: [email protected] Subject: Re: Error opening jar file and end-tag /meta 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 I'm afraid I'm not sure what your looking for...do you want a config file or something else? Maria Odea Ching-5 wrote: > > Hi, > > Hmm, looks like a corrupted pom.. Could you try deleting the artifact(s) > (and everything associated with it -- pom, metadata and checksum files) > causing the error? > Also, how did you configure Archiva to do the proxying? > > Thanks, > Deng > > On Wed, Nov 5, 2008 at 3:26 AM, waaraa1331 <[email protected]> wrote: > >> >> Hola, >> I am trying to use archiva and maven together. I would like to set it up >> so >> that when a repository from maven is accessed, it goes through archiva to >> access the repository. I try am trying to do mvn install for one of my >> projects but I am getting these error messages. Below are the two I am >> getting right now. (I am pretty new to this so if it sounds like I don't >> really know what I'm talking about, I most likely don't) >> >> thanks for the help >> >> >> ----------------------------------------------------------------------------------------------------- >> >> C:\dev\sim\trunk>mvn install -e >> + Error stacktraces are turned on. >> [INFO] Scanning for projects... >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building blah Device Load Simulator >> [INFO] task-segment: [install] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] [resources:resources] >> [INFO] Using default encoding to copy filtered resources. >> [WARNING] POM for 'com.blah:blah-core:pom:2.0:compile' is invalid. It >> will >> be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project >> com.blah:blah-core at C:\Documents and >> Settings\name.blah\.m2\repository\com\blah\blah-core\2.0\blah-core-2.0.pom >> [WARNING] POM for 'com.blah:sys-net:pom:2.0:compile' is invalid. It will >> be >> ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project >> com.blah:sys-net at C:\Documents and >> Settings\name.blah\.m2\repository\com\blah\sys-net\2.0\sys-net-2.0.pom >> [WARNING] POM for 'com.blah:sys-config:pom:2.0:compile' is invalid. It >> will >> be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project >> com.blah:sys-config at C:\Documents and >> >> Settings\name.blah\.m2\repository\com\blah\sys-config\2.0\sys-config-2.0.pom >> [INFO] [compiler:compile] >> [INFO] Compiling 70 source files to C:\dev\sim\trunk\target\classes >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Compilation failure >> >> error: error reading C:\Documents and >> Settings\name.blah\.m2\repository\com\blah\blah-core\2.0\blah-core-2.0.jar; >> error in opening zip file >> error: error reading C:\Documents and >> Settings\name.blah\.m2\repository\com\blah\sys-net\2.0\sys-net-2.0.jar; >> error in opening zip file >> error: error reading C:\Documents and >> >> Settings\name.blah\.m2\repository\com\blah\sys-config\2.0\sys-config-2.0.jar; >> error in opening zip file >> >> >> ----------------------------------------------------------------------------------------------------- >> >> 2008-11-04 12:50:47,753 [http-8080-1] WARN >> org.apache.maven.archiva.consumers.database.ProjectModelToDatabaseConsumer >> - Unable to read project model >> >> /export/home/archiva/tomcat/data/repositories/internal/com/enfora/enfora-core/2.0/enfora-core-2.0.pom >> : Unable to parse project xml >> >> file:/export/home/archiva/tomcat/data/repositories/internal/com/enfora/enfora-core/2.0/enfora-core-2.0.pom: >> Error on line 6 of document : The element type "meta" must be terminated >> by >> the matching end-tag "</meta>". Nested exception: The element type "meta" >> must be terminated by the matching end-tag "</meta>". >> >> >> >> -- >> View this message in context: >> http://www.nabble.com/Error-opening-jar-file-and-end-tag--meta-tp20329252p20329252.html >> Sent from the archiva-users mailing list [email protected]. >> >> > > -- View this message in context: http://www.nabble.com/Error-opening-jar-file-and-end-tag--meta-tp20329252p20389718.html Sent from the archiva-users mailing list [email protected]. From [email protected] Mon Nov 10 13:31:20 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78783 invoked from network); 10 Nov 2008 13:31:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Nov 2008 13:31:19 -0000 Received: (qmail 3258 invoked by uid 500); 10 Nov 2008 13:31:26 -0000 Delivered-To: [email protected] Received: (qmail 3002 invoked by uid 500); 10 Nov 2008 13:31: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2991 invoked by uid 99); 10 Nov 2008 13:31:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 05:31:25 -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 smtp2-v.fe.bosch.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 13:30:08 +0000 Received: from vsmta3.fe.internet.bosch.com (unknown [161.129.204.104]) by imta5.fe.bosch.de (Postfix) with ESMTP id 947A83C017 for <[email protected]>; Mon, 10 Nov 2008 14:30:50 +0100 (CET) Received: from si-imc02.de.bosch.com (vsgw1.fe.internet.bosch.com [161.129.204.104]) by vsmta3.fe.internet.bosch.com (Postfix) with ESMTP id 86D7F7B82E3 for <[email protected]>; Mon, 10 Nov 2008 14:30:50 +0100 (CET) Received: from fe-mail29.de.bosch.com ([161.129.204.104]) by si-imc02.de.bosch.com with Microsoft SMTPSVC325-354-1238); Mon, 10 Nov 2008 14:30:49 +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_01C94338.8BD0E8DA" Subject: Authorization in Archiva Date: Mon, 10 Nov 2008 14:30:48 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Authorization in Archiva Thread-Index: AclDOIsrpRE7BB2BRRmyr74ZSUSgfg== From: "Burkhardt Stefan (CI/TMP)" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 10 Nov 2008 13:30:49.0698 (UTC) FILETIME=[8BA70C20:01C94338] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C94338.8BD0E8DA Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I try to upload an artefact to archiva (Standalone) for a registered user. The user has a the roles "Registered User", "Global Repository Manager" "Repository Manager" (internal). I always get an exception: 2008-11-10 14:17:06,260 [btpool0-3] INFO org.apache.maven.archiva.security.ArchivaServletAuthenticator - Authorization Denied [ip=3D161.129.204.104,isWriteRequest=3Dtrue,permission=3Darchiva-upload-reposit= ory,r epo=3Dinternal] : no matching permissions On the client side I am using Ivy to deploy the artefact. I set the User, the Password on the Client site and the use the realm "Repository Archiva Managed Internal Repository". Any Ideas? Thanks,=20 Stefan ------_=_NextPart_001_01C94338.8BD0E8DA-- From [email protected] Tue Nov 11 21:04:54 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36299 invoked from network); 11 Nov 2008 21:04:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2008 21:04:53 -0000 Received: (qmail 72336 invoked by uid 500); 11 Nov 2008 21:05:01 -0000 Delivered-To: [email protected] Received: (qmail 72077 invoked by uid 500); 11 Nov 2008 21:05: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72066 invoked by uid 99); 11 Nov 2008 21:05:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 13:05:00 -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; Tue, 11 Nov 2008 21:03: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 1L00PN-0001uI-Un for [email protected]; Tue, 11 Nov 2008 13:04:21 -0800 Message-ID: <[email protected]> Date: Tue, 11 Nov 2008 13:04:21 -0800 (PST) From: solo1970 <[email protected]> To: [email protected] Subject: "Used By" tab 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, I am trying to use the "Used By" tab on the artifact page, but it does not seem to work all the time, is there an issue with this?? Sonia -- View this message in context: http://www.nabble.com/%22Used-By%22-tab-not-working-tp20448370p20448370.html Sent from the archiva-users mailing list [email protected]. From [email protected] Tue Nov 11 21:10:09 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38498 invoked from network); 11 Nov 2008 21:10:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2008 21:10:08 -0000 Received: (qmail 83715 invoked by uid 500); 11 Nov 2008 21:10:15 -0000 Delivered-To: [email protected] Received: (qmail 83669 invoked by uid 500); 11 Nov 2008 21:10: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83658 invoked by uid 99); 11 Nov 2008 21:10:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 13:10:15 -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; Tue, 11 Nov 2008 21:08:55 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1L00UT-00026c-FA for [email protected]; Tue, 11 Nov 2008 13:09:37 -0800 Message-ID: <[email protected]> Date: Tue, 11 Nov 2008 13:09:37 -0800 (PST) From: solo1970 <[email protected]> To: [email protected] Subject: Re: How to remove an artifact 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 I filed a jira: http://jira.codehaus.org/browse/MRM-999 But what can I do in the meantime to force the re-generation of the database!!!!!!!!!! HELP! Sonia Maria Odea Ching-5 wrote: > > Ok, this seems to be a regression :( Could you please file a jira for > this? > Thanks.. > > -Deng > > On Fri, Nov 7, 2008 at 10:21 PM, von Janowsky, Simon > <[email protected] >> wrote: > >> Hi all, >> i have had the same problems with archiva 1.1.1. >> Artifacts deleted in the filesystem still appear, although update >> database >> now >> was pressed..... >> >> Best regards, >> Simon >> >> -----Original Message----- >> From: solo1970 [mailto:[email protected]] >> Sent: Friday, November 07, 2008 3:08 PM >> To: [email protected] >> Subject: Re: How to remove an artifact >> >> >> I went into Administration/Database and clicked on "Update Database now", >> I >> did it a few time, but the groupId/artifactId are still there ?!?!?!?! >> >> >> >> >> Maria Odea Ching-5 wrote: >> > >> > Hi, >> > >> > Did you run the database scanning? The cleanup of deleted or >> > non-existing artifacts from the database and index happens during the >> > db scanning execution.. >> > >> > Thanks, >> > Deng >> > >> > On Fri, Nov 7, 2008 at 3:03 AM, solo1970 >> > <[email protected]>wrote: >> > >> >> >> >> I am also having trouble with this! >> >> >> >> I removed the directory and artifacts on the file system, but in the >> >> Browse, I still see the groupId/artifactId.... The only thing is >> >> that when I then try to download the jar or POM, then it says that >> >> there is nothing.... >> >> >> >> How do I remove the links in the Browse???? >> >> >> >> Sonia L. >> >> >> >> I removed the directory containing the artifact in the internal >> >> repository, but it still shows up in the GUI. >> >> I restarted archiva and it still is showing up in the GUI. >> >> >> >> Am I missing a step? >> >> >> >> Thanks >> >> >> >> >> >> Maria Odea Ching-5 wrote: >> >> > >> >> > There are 2 ways to remove an artifact from the repo: >> >> > 1. By deleting the artifact in the file system 2. Via repository >> >> > purge (but this is only for cleaning up snapshots) >> >> > >> >> > Maybe you can file a feature request in jira for a way of >> >> > deleting/removing an artifact via the webapp :) >> >> > >> >> > Thanks, >> >> > >> >> > >> >> >> >> -- >> >> View this message in context: >> >> http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20367352.h >> >> tml Sent from the archiva-users mailing list [email protected]. >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20381155.html >> Sent from the archiva-users mailing list [email protected]. >> >> >> > > -- View this message in context: http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20448412.html Sent from the archiva-users mailing list [email protected]. From [email protected] Tue Nov 11 22:06:03 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88353 invoked from network); 11 Nov 2008 22:06:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2008 22:06:00 -0000 Received: (qmail 96560 invoked by uid 500); 11 Nov 2008 22:06:07 -0000 Delivered-To: [email protected] Received: (qmail 96525 invoked by uid 500); 11 Nov 2008 22:06: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96512 invoked by uid 99); 11 Nov 2008 22:06:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 14:06: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO smtprelay02.ispgateway.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 22:04:47 +0000 Received: from [161.129.204.104] (helo=[161.129.204.104]) by smtprelay02.ispgateway.de with esmtpa (Exim 4.68) (envelope-from <[email protected]>) id 1L01MW-0000Vx-Oa for [email protected]; Tue, 11 Nov 2008 23:05:28 +0100 Message-ID: <[email protected]> Date: Tue, 11 Nov 2008 23:05:28 +0100 From: Alexander Vaysberg <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20080914) MIME-Version: 1.0 To: [email protected] Subject: Archiva installation problem with war. Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Df-Sender: 048996 X-Virus-Checked: Checked by ClamAV on apache.org Hi, i have a Problem with intstallation the war. I have a JDK 1.5, Tomcat 5.5.27 and MySQL. The Problem ist with initialisation of Listeners in war: SEVER: StandardContext /archiva. Alexander Vaysberg. From [email protected] Tue Nov 11 23:48:41 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36459 invoked from network); 11 Nov 2008 23:48:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2008 23:48:41 -0000 Received: (qmail 53958 invoked by uid 500); 11 Nov 2008 23:48:48 -0000 Delivered-To: [email protected] Received: (qmail 53904 invoked by uid 500); 11 Nov 2008 23: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53893 invoked by uid 99); 11 Nov 2008 23:48:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 15:48:48 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 hs-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 23:47:27 +0000 Received: by hs-out-0708.google.com with SMTP id 54so86278hsz.15 for <[email protected]>; Tue, 11 Nov 2008 15:48:09 -0800 (PST) Received: by 161.129.204.104 with SMTP id r20mr7824657agc.4.1226447288488; Tue, 11 Nov 2008 15:48:08 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 11 Nov 2008 15:48:08 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 12 Nov 2008 07:48:08 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: How to remove an artifact In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_110486_20264724.1226447288490" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Google-Sender-Auth: 14c47a2506d5f043 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_110486_20264724.1226447288490 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Sonia, You could do the following steps to re-create the database: 1. stop Archiva 2. delete the archiva database in [ARCHIVA_INSTALLATION]/data/databases dir (you can leave out the users database). 3. delete the .index dir in your repository 4. re-start Archiva Hope this solves your problem :) Thanks for filing the issue btw.. -Deng On Wed, Nov 12, 2008 at 5:09 AM, solo1970 <[email protected]>wrote: > > I filed a jira: > http://jira.codehaus.org/browse/MRM-999 > > > But what can I do in the meantime to force the re-generation of the > database!!!!!!!!!! > HELP! > > Sonia > > > > Maria Odea Ching-5 wrote: > > > > Ok, this seems to be a regression :( Could you please file a jira for > > this? > > Thanks.. > > > > -Deng > > > > On Fri, Nov 7, 2008 at 10:21 PM, von Janowsky, Simon > > <[email protected] > >> wrote: > > > >> Hi all, > >> i have had the same problems with archiva 1.1.1. > >> Artifacts deleted in the filesystem still appear, although update > >> database > >> now > >> was pressed..... > >> > >> Best regards, > >> Simon > >> > >> -----Original Message----- > >> From: solo1970 [mailto:[email protected]] > >> Sent: Friday, November 07, 2008 3:08 PM > >> To: [email protected] > >> Subject: Re: How to remove an artifact > >> > >> > >> I went into Administration/Database and clicked on "Update Database > now", > >> I > >> did it a few time, but the groupId/artifactId are still there ?!?!?!?! > >> > >> > >> > >> > >> Maria Odea Ching-5 wrote: > >> > > >> > Hi, > >> > > >> > Did you run the database scanning? The cleanup of deleted or > >> > non-existing artifacts from the database and index happens during the > >> > db scanning execution.. > >> > > >> > Thanks, > >> > Deng > >> > > >> > On Fri, Nov 7, 2008 at 3:03 AM, solo1970 > >> > <[email protected]>wrote: > >> > > >> >> > >> >> I am also having trouble with this! > >> >> > >> >> I removed the directory and artifacts on the file system, but in the > >> >> Browse, I still see the groupId/artifactId.... The only thing is > >> >> that when I then try to download the jar or POM, then it says that > >> >> there is nothing.... > >> >> > >> >> How do I remove the links in the Browse???? > >> >> > >> >> Sonia L. > >> >> > >> >> I removed the directory containing the artifact in the internal > >> >> repository, but it still shows up in the GUI. > >> >> I restarted archiva and it still is showing up in the GUI. > >> >> > >> >> Am I missing a step? > >> >> > >> >> Thanks > >> >> > >> >> > >> >> Maria Odea Ching-5 wrote: > >> >> > > >> >> > There are 2 ways to remove an artifact from the repo: > >> >> > 1. By deleting the artifact in the file system 2. Via repository > >> >> > purge (but this is only for cleaning up snapshots) > >> >> > > >> >> > Maybe you can file a feature request in jira for a way of > >> >> > deleting/removing an artifact via the webapp :) > >> >> > > >> >> > Thanks, > >> >> > > >> >> > > >> >> > >> >> -- > >> >> View this message in context: > >> >> > http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20367352.h > >> >> tml Sent from the archiva-users mailing list [email protected]. > >> >> > >> >> > >> > > >> > > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20381155.html > >> Sent from the archiva-users mailing list [email protected]. > >> > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20448412.html > Sent from the archiva-users mailing list [email protected]. > > ------=_Part_110486_20264724.1226447288490-- From [email protected] Wed Nov 12 08:48:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98184 invoked from network); 12 Nov 2008 08:48:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 08:48:27 -0000 Received: (qmail 88621 invoked by uid 500); 12 Nov 2008 08:48:34 -0000 Delivered-To: [email protected] Received: (qmail 88557 invoked by uid 500); 12 Nov 2008 08:48: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88546 invoked by uid 99); 12 Nov 2008 08:48:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 00:48:34 -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 smtprelay07.ispgateway.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 08:47:15 +0000 Received: from [161.129.204.104] (helo=[161.129.204.104]) by smtprelay07.ispgateway.de with esmtpa (Exim 4.68) (envelope-from <[email protected]>) id 1L0BOG-0006JN-Hc for [email protected]; Wed, 12 Nov 2008 09:47:56 +0100 Message-ID: <[email protected]> Date: Wed, 12 Nov 2008 09:48:02 +0100 From: Alexander Vaysberg <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20080914) MIME-Version: 1.0 To: [email protected] Subject: MySQL and UTF-8 Key. Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Df-Sender: 048996 X-Virus-Checked: Checked by ClamAV on apache.org Hi. i have a problem with MySQL-Bug(bug#4541:Speciffied key was too long). The Problem can i fixed with SQL-Script for MySQL. Have you any for MySQL? Alexander Vaysberg Tetralog Systgems AG. From [email protected] Wed Nov 12 13:21:07 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16353 invoked from network); 12 Nov 2008 13:21:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 13:21:07 -0000 Received: (qmail 28901 invoked by uid 500); 12 Nov 2008 13:21:14 -0000 Delivered-To: [email protected] Received: (qmail 28641 invoked by uid 500); 12 Nov 2008 13: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28630 invoked by uid 99); 12 Nov 2008 13:21:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 05:21:13 -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 Nov 2008 13:19:52 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1L0Fe7-0004l2-NB for [email protected]; Wed, 12 Nov 2008 05:20:35 -0800 Message-ID: <[email protected]> Date: Wed, 12 Nov 2008 05:20:35 -0800 (PST) From: Edderd <[email protected]> To: [email protected] Subject: archiva.xml or settings.xml 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've set up a new archiva repository wth the standard internal and snapshot repos. It's working generally, but I believe I'm confused as to whether I should configure it in my userhome/.m2/settings.xml or userhome/.m2/archiva.xml. I installed it using docs from the book Java Power Tools which documented the configuration using the settings.xml, and did not mention archiva.xml. I've always used settings.xml for all maven configurations in the past so I'm a bit confused. Can someone please advise me on the correct file to use and perhaps some pointers to any resources discussing the difference? Thanks. -- View this message in context: http://www.nabble.com/archiva.xml-or-settings.xml-tp20460201p20460201.html Sent from the archiva-users mailing list [email protected]. From [email protected] Wed Nov 12 13:51:51 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39150 invoked from network); 12 Nov 2008 13:51:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 13:51:51 -0000 Received: (qmail 76385 invoked by uid 500); 12 Nov 2008 13:51:58 -0000 Delivered-To: [email protected] Received: (qmail 76132 invoked by uid 500); 12 Nov 2008 13:51: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76121 invoked by uid 99); 12 Nov 2008 13:51:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 05:51:57 -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 Nov 2008 13:50: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 1L0G7r-0005vJ-Vo for [email protected]; Wed, 12 Nov 2008 05:51:19 -0800 Message-ID: <[email protected]> Date: Wed, 12 Nov 2008 05:51:19 -0800 (PST) From: Edderd <[email protected]> To: [email protected] Subject: Re: archiva.xml or settings.xml 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 Ok, I believe that the difference is that archiva.xml is used if archiva is set up as a standalone repository. I think the distinction is that If it's not standalone, it's deployed as a web app on Tomcat, for instance, as opposed to running standalone, it runs as a service controlled by the init.d scripts (Ubuntu) Sound right? Mine is running as a service on an Ubuntu linux box (controlled via /etc/init.d/archiva) so I guess that makes it standalone, and therefore I think I need to use the archiva.xml to configure it... Am I understanding this correctly? If so, I need to migrate my configurations from settings.xml to archiva.xml. Are there any hooks that I need to add to my settings.xml to reference the archiva.xml file? Am I on the right track? Thanks. Edderd wrote: > > I've set up a new archiva repository wth the standard internal and > snapshot repos. It's working generally, but I believe I'm confused as to > whether I should configure it in my userhome/.m2/settings.xml or > userhome/.m2/archiva.xml. > > I installed it using docs from the book Java Power Tools which documented > the configuration using the settings.xml, and did not mention archiva.xml. > > I've always used settings.xml for all maven configurations in the past so > I'm a bit confused. > > Can someone please advise me on the correct file to use and perhaps some > pointers to any resources discussing the difference? > > Thanks. > -- View this message in context: http://www.nabble.com/archiva.xml-or-settings.xml-tp20460201p20460707.html Sent from the archiva-users mailing list [email protected]. From [email protected] Wed Nov 12 13:58:46 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44202 invoked from network); 12 Nov 2008 13:58:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 13:58:45 -0000 Received: (qmail 81937 invoked by uid 500); 12 Nov 2008 13:58:53 -0000 Delivered-To: [email protected] Received: (qmail 81726 invoked by uid 500); 12 Nov 2008 13:58: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81715 invoked by uid 99); 12 Nov 2008 13:58:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 05:58:52 -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 smtprelay10.ispgateway.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 13:57:32 +0000 Received: from [161.129.204.104] (helo=[161.129.204.104]) by smtprelay10.ispgateway.de with esmtpa (Exim 4.68) (envelope-from <[email protected]>) id 1L0GEX-0003g7-TL for [email protected]; Wed, 12 Nov 2008 14:58:14 +0100 Message-ID: <[email protected]> Date: Wed, 12 Nov 2008 14:58:23 +0100 From: Alexander Vaysberg <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20080914) MIME-Version: 1.0 To: [email protected] Subject: Re: MySQL and UTF-8 Key. References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Df-Sender: 048996 X-Virus-Checked: Checked by ClamAV on apache.org Alexander Vaysberg schrieb: > Hi. > i have a problem with MySQL-Bug(bug#4541:Speciffied key was too long). > The Problem can i fixed with SQL-Script for MySQL. Have you any for > MySQL? > > Alexander Vaysberg > Tetralog Systgems AG. Hi, a solution of the problem was simple. I had create a database schema for maven_users and archiva with character set latin1 and this work fine. I think it was nice, if this was on the archiva docu installation. Alexander Vaysberg Tetralog System AG. From [email protected] Wed Nov 12 14:23:39 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65818 invoked from network); 12 Nov 2008 14:23:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 14:23:38 -0000 Received: (qmail 28605 invoked by uid 500); 12 Nov 2008 14:23:45 -0000 Delivered-To: [email protected] Received: (qmail 28566 invoked by uid 500); 12 Nov 2008 14:23: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 75883 invoked by uid 99); 12 Nov 2008 13:51:44 -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) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuQAABNuGkkKAeBo/2dsb2JhbAAIkxW8EINX X-IronPort-AV: E=Sophos;i="4.33,590,1220220000"; d="scan'208";a="14760131" To: [email protected] Subject: Re: Re: Can't download any artifacts after upgrade 1.0.2 to 1.1.3 MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0.1 January 17, 2006 Message-ID: <[email protected]> From: [email protected] Date: Wed, 12 Nov 2008 14:51:03 +0100 X-MIMETrack: S/MIME Sign by Notes Client on Frank Steinhauer/ODL/Olympus-EU(Release 7.0.1|January 17, 2006) at 12.11.2008 14:51:03, Serialize by Notes Client on Frank Steinhauer/ODL/Olympus-EU(Release 7.0.1|January 17, 2006) at 12.11.2008 14:51:03, Serialize [email protected] 14:51:03, S/MIME Sign [email protected] 14:51:03: The cryptographic key was not found, Serialize by Router on NTSOE001/Olympus-Ext(Release 7.0.2FP2|May 14, 2007) at 12.11.2008 14:53:01, Serialize [email protected] 14:53:01 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Hi Deng, thanks to your hint with the logs (should have thought of that beforehand, of course...) I figured it out: it was as security problem, I got "Authorization Denied" in the archiva.log. After hours of poking around I found out that the problem was caused by following: the Archiva guest user has to have "Observer" right in all repos, because maven (2.0.9) doesn't use any credentials when downloading (<server> in settings.xml is used for upload only). This really should be stated clearly in the installation manual. Thanks! Frank > Hi Frank, > > Were there any other info logged in the audit or archiva logs? It could be > just a configuration problem.. The webdav module was migrated to JackRabbit > in 1.1 and there were a couple of changes in the proxy connector policies > since 1.0.x if I recall correctly. > > Btw, did you follow the steps specified in > http://cwiki.apache.org/confluence/display/ARCHIVA/Upgrading+from+1.0.x+to+1.1.xwhen > you migrated to 1.1.3? > > Thanks, > Deng From [email protected] Wed Nov 12 15:01:51 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9018 invoked from network); 12 Nov 2008 15:01:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 15:01:51 -0000 Received: (qmail 13406 invoked by uid 500); 12 Nov 2008 15:01:58 -0000 Delivered-To: [email protected] Received: (qmail 13356 invoked by uid 500); 12 Nov 2008 15: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13345 invoked by uid 99); 12 Nov 2008 15:01:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 07:01:57 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=MIME_QP_LONG_LINE,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 s558.evanzo-server.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 15:00:36 +0000 Received: (qmail 1061 invoked from network); 12 Nov 2008 16:00:17 +0100 Received: from localhost (161.129.204.104) by localhost with SMTP; 12 Nov 2008 16:00:17 +0100 Received: from vproxy01.bmwgroup.com (vproxy01.bmwgroup.com [161.129.204.104]) by webmail.project-team.de (Horde MIME library) with HTTP; Wed, 12 Nov 2008 16:00:17 +0100 Message-ID: <[email protected]> Date: Wed, 12 Nov 2008 16:00:17 +0100 From: Marco Huber <[email protected]> To: [email protected] Subject: Re: archiva.xml or settings.xml References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.1) X-Virus-Checked: Checked by ClamAV on apache.org Hi Edderd, as far as I know is the settings.xml only for maven. The archiva.xml =20 contains the configuration of your whole archiva instance. If you have no =20 archiva.xml under ~/.m2 it will use the configuration under your archiva installation folder. Maybe take a look in the documentation under "Configuration Files". Hope that helps. Marco Zitat von Edderd <[email protected]>: > > Ok, I believe that the difference is that archiva.xml is used if archiva i= s > set up as a standalone repository. > > I think the distinction is that If it's not standalone, it's deployed as a > web app on Tomcat, for instance, as opposed to running standalone, it runs > as a service controlled by the init.d scripts (Ubuntu) > > Sound right? > > Mine is running as a service on an Ubuntu linux box (controlled via > /etc/init.d/archiva) so I guess that makes it standalone, and therefore I > think I need to use the archiva.xml to configure it... > > Am I understanding this correctly? > > If so, I need to migrate my configurations from settings.xml to archiva.xm= l. > > Are there any hooks that I need to add to my settings.xml to reference the > archiva.xml file? > > Am I on the right track? > > Thanks. > > > > Edderd wrote: >> >> I've set up a new archiva repository wth the standard internal and >> snapshot repos. It's working generally, but I believe I'm confused as to >> whether I should configure it in my userhome/.m2/settings.xml or >> userhome/.m2/archiva.xml. >> >> I installed it using docs from the book Java Power Tools which documented >> the configuration using the settings.xml, and did not mention archiva.xml= . >> >> I've always used settings.xml for all maven configurations in the past so >> I'm a bit confused. >> >> Can someone please advise me on the correct file to use and perhaps some >> pointers to any resources discussing the difference? >> >> Thanks. >> > > -- > View this message in context: =20 > http://www.nabble.com/archiva.xml-or-settings.xml-tp20460201p20460707.html > Sent from the archiva-users mailing list [email protected]. > > From [email protected] Wed Nov 12 18:12:33 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21047 invoked from network); 12 Nov 2008 18:12:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 18:12:32 -0000 Received: (qmail 76838 invoked by uid 500); 12 Nov 2008 18:12:40 -0000 Delivered-To: [email protected] Received: (qmail 76778 invoked by uid 500); 12 Nov 2008 18:12: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76767 invoked by uid 99); 12 Nov 2008 18:12:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 10:12:39 -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 qw-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 18:11:21 +0000 Received: by qw-out-2122.google.com with SMTP id 3so271746qwe.39 for <[email protected]>; Wed, 12 Nov 2008 10:11: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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=QeLYADApppEtaM6BYGiZ1w9EcAHpbuicdGG/rziyWRA=; b=cXrYSsZExPWvYvCYM5WY2Py3CZHX81DAxkGotoUKc/zF1lzYYYGOLYxE1Gq4WGypYM kUcqphrpM1xN+CIjfzSorNpuEBOzo4M1ePT93shtl/m3BdUF4xV2OM0XVnUxPLIwiBoL 0FRrKih0EXkBBHTI9R9N1rre1zuWsx5Oj/YO0= 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=ThBS1RJrDoxDMZxeXHOKkg7nYkEmn260gD1DUX8AnnXLTsIt7oBqiANGXpJM0wHHCx vmVfDRrEfmmOnQj3/6dNLBXIFo22TDamFlTfM0LcRrDKK63V/eiexDh+24kILMFLqL31 4rmgLcPaP7xl2u1Drpc3FTbQd63kARpZdhr0A= Received: by 161.129.204.104 with SMTP id q18mr10007130qag.115.1226513513990; Wed, 12 Nov 2008 10:11:53 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 12 Nov 2008 10:11:53 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 12 Nov 2008 11:11:53 -0700 From: "Wendy Smoak" <[email protected]> To: [email protected] Subject: Re: archiva.xml or settings.xml 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 On Wed, Nov 12, 2008 at 6:20 AM, Edderd <[email protected]> wrote: > I've set up a new archiva repository wth the standard internal and snapshot > repos. It's working generally, but I believe I'm confused as to whether I > should configure it in my userhome/.m2/settings.xml or > userhome/.m2/archiva.xml. What version? Is it running as the standalone Jetty bundle or did you deploy the war to an appserver? The archiva.xml file is for the Archiva configuration -- the path to the managed repositories on disk, the consumers, the proxy connectors, etc. If running standalone it should be in $ARCHIVA_HOME/conf. If that file doesn't exist it will use ~/.m2/archiva.xml. The ~/.m2/settings.xml file is for developer-specific Maven configuration. -- Wendy From [email protected] Wed Nov 12 21:55:53 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32632 invoked from network); 12 Nov 2008 21:55:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 21:55:53 -0000 Received: (qmail 43922 invoked by uid 500); 12 Nov 2008 21:55:56 -0000 Delivered-To: [email protected] Received: (qmail 43880 invoked by uid 500); 12 Nov 2008 21:55: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43855 invoked by uid 99); 12 Nov 2008 21:55:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 13:55:56 -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 Nov 2008 21:54:35 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1L0NgD-0003Ok-TB for [email protected]; Wed, 12 Nov 2008 13:55:17 -0800 Message-ID: <[email protected]> Date: Wed, 12 Nov 2008 13:55:17 -0800 (PST) From: Edderd <[email protected]> To: [email protected] Subject: Re: archiva.xml or settings.xml 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 Hi Wendy, I'm running archiva as a standalone non appserver, and it's 1.1.3. It's a jetty bundle (I had to modify the server port to 8090 so it didn't collide with my tomcat instance). I have since found that if I add a remote repository, the xml metadata is added to the $ARCHIVA_HOME/conf/archiva.xml file, so I believe I'm starting to understand. I'm familiar with using the settings.xml for maven, since that is historically where I made local settings for plugins and repositories. Must I now remove any reference to remote repositories in that file? Another thing I still need to learn is how to enable one of my remote repositories Grails.org Snapshot Repository Identifier grails.snapshots Name Grails.org Snapshot Repository URL http://snapshots.repository.codehaus.org/ Type Maven 2.x Repository for an archetype plugin snapshot. The archetype maven command returns: The desired archetype does not exist (org.grails:grails-maven-archetype:1.0-SNAPSHOT) There's no ui control, so I'm guessing I need to edit the archiva.xml. I'll do some more research on that one. Thanks. Wendy Smoak-3 wrote: > > On Wed, Nov 12, 2008 at 6:20 AM, Edderd <[email protected]> wrote: >> I've set up a new archiva repository wth the standard internal and >> snapshot >> repos. It's working generally, but I believe I'm confused as to whether I >> should configure it in my userhome/.m2/settings.xml or >> userhome/.m2/archiva.xml. > > What version? Is it running as the standalone Jetty bundle or did you > deploy the war to an appserver? > > The archiva.xml file is for the Archiva configuration -- the path to > the managed repositories on disk, the consumers, the proxy connectors, > etc. If running standalone it should be in $ARCHIVA_HOME/conf. If > that file doesn't exist it will use ~/.m2/archiva.xml. > > The ~/.m2/settings.xml file is for developer-specific Maven configuration. > > -- > Wendy > > -- View this message in context: http://www.nabble.com/archiva.xml-or-settings.xml-tp20460201p20469982.html Sent from the archiva-users mailing list [email protected]. From [email protected] Wed Nov 12 21:57:42 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33877 invoked from network); 12 Nov 2008 21:57:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 21:57:42 -0000 Received: (qmail 48170 invoked by uid 500); 12 Nov 2008 21:57:48 -0000 Delivered-To: [email protected] Received: (qmail 48128 invoked by uid 500); 12 Nov 2008 21:57: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48117 invoked by uid 99); 12 Nov 2008 21:57:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 13:57: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 (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 Nov 2008 21:56:28 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1L0Ni2-0003Si-Mi for [email protected]; Wed, 12 Nov 2008 13:57:10 -0800 Message-ID: <[email protected]> Date: Wed, 12 Nov 2008 13:57:10 -0800 (PST) From: Edderd <[email protected]> To: [email protected] Subject: Re: archiva.xml or settings.xml 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 Wendy, I'm running archiva as a standalone non appserver, and it's 1.1.3. It's a jetty bundle (I had to modify the server port to 8090 so it didn't collide with my tomcat instance). I have since found that if I add a remote repository using the archiva web ui, the xml metadata is added to the $ARCHIVA_HOME/conf/archiva.xml file, so I believe I'm starting to understand. I'm familiar with using the settings.xml for maven, since that is historically where I made local settings for plugins and repositories. Must I now remove any reference to remote repositories in that file? WHere can I learn more about how to avoid settings.xm vs archiva.xml conflicts? Another thing I still need to learn is how to enable one of my remote repositories Grails.org Snapshot Repository Identifier grails.snapshots Name Grails.org Snapshot Repository URL http://snapshots.repository.codehaus.org/ Type Maven 2.x Repository for an archetype plugin snapshot. The archetype maven command returns: The desired archetype does not exist (org.grails:grails-maven-archetype:1.0-SNAPSHOT) There's no ui control, so I'm guessing I need to edit the archiva.xml. I'll do some more research on that one. Thanks. Wendy Smoak-3 wrote: > > On Wed, Nov 12, 2008 at 6:20 AM, Edderd <[email protected]> wrote: >> I've set up a new archiva repository wth the standard internal and >> snapshot >> repos. It's working generally, but I believe I'm confused as to whether I >> should configure it in my userhome/.m2/settings.xml or >> userhome/.m2/archiva.xml. > > What version? Is it running as the standalone Jetty bundle or did you > deploy the war to an appserver? > > The archiva.xml file is for the Archiva configuration -- the path to > the managed repositories on disk, the consumers, the proxy connectors, > etc. If running standalone it should be in $ARCHIVA_HOME/conf. If > that file doesn't exist it will use ~/.m2/archiva.xml. > > The ~/.m2/settings.xml file is for developer-specific Maven configuration. > > -- > Wendy > > -- View this message in context: http://www.nabble.com/archiva.xml-or-settings.xml-tp20460201p20469982.html Sent from the archiva-users mailing list [email protected]. From [email protected] Wed Nov 12 22:04:23 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40572 invoked from network); 12 Nov 2008 22:04:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 22:04:22 -0000 Received: (qmail 61235 invoked by uid 500); 12 Nov 2008 22:04:29 -0000 Delivered-To: [email protected] Received: (qmail 61182 invoked by uid 500); 12 Nov 2008 22:04: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61171 invoked by uid 99); 12 Nov 2008 22:04:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 14:04: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: 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; Wed, 12 Nov 2008 22:03:09 +0000 Received: by qw-out-2122.google.com with SMTP id 3so336088qwe.39 for <[email protected]>; Wed, 12 Nov 2008 14:03: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:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=+25SHBgkXiJxahsXOAlT42IgYoeCcwfAuD433sDaTX4=; b=vYgppRPLzshpxr8pNcNR2JfiugL+W9jDx+kic7iyakGvCK4InT7rJXXCV8k45v/yAd FN7ogQMAPlzBIj1oMwP/YCwA3U56z9h8SP/+fjFCXt3eCRdnmm/ckLoGnguYaColK+xs i098j7yBON2XD21f2gpJEOi2vioQRs/5aEo6E= 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=SSD/AJ90YOhpIp0rmheQ3jOkluze7WpHRrfq58gze4cuNIaSdQk+D+6SmYYEmlmi+B 45u9SPqWCek23e+Hf2MWJG7NyWBpQolDIqRMIJfwh1U3ruEAr1E1igV2f/mwU2bBZ+bL vA7eBDLbXUrdrPSG3VOTLlzMzQM7DBJ4RCGj0= Received: by 161.129.204.104 with SMTP id o20mr10369037qac.260.1226527422870; Wed, 12 Nov 2008 14:03:42 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 12 Nov 2008 14:03:42 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 12 Nov 2008 15:03:42 -0700 From: "Wendy Smoak" <[email protected]> To: [email protected] Subject: Re: archiva.xml or settings.xml 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 On Wed, Nov 12, 2008 at 2:55 PM, Edderd <[email protected]> wrote: > I'm running archiva as a standalone non appserver, and it's 1.1.3. It's a > jetty bundle (I had to modify the server port to 8090 so it didn't collide > with my tomcat instance). > > I have since found that if I add a remote repository, the xml metadata is > added to the $ARCHIVA_HOME/conf/archiva.xml file, so I believe I'm starting > to understand. Ok. If you also have a ~/.m2/archiva.xml file, it would be best to remove it. > I'm familiar with using the settings.xml for maven, since that is > historically where I made local settings for plugins and repositories. Must > I now remove any reference to remote repositories in that file? If you want Maven to *only* access your Archiva instance, you'll probably want to configure repositories and mirrors in your settings.xml . See if this helps, and ask if you need more info: http://maven.apache.org/guides/mini/guide-mirror-settings.html > Another thing I still need to learn is how to enable one of my remote > repositories > Grails.org Snapshot Repository > Identifier grails.snapshots > Name Grails.org Snapshot Repository > URL http://snapshots.repository.codehaus.org/ > Type Maven 2.x Repository > > for an archetype plugin snapshot. The archetype maven command returns: > > The desired archetype does not exist > (org.grails:grails-maven-archetype:1.0-SNAPSHOT) > > There's no ui control, so I'm guessing I need to edit the archiva.xml. I'm not sure what you mean by enabling the repository. Perhaps you need to add a proxy connector? You might also be running into the default once per day check for updates. Try adding -U on the command line to force Maven to check again. -- Wendy From [email protected] Wed Nov 12 22:51:03 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75687 invoked from network); 12 Nov 2008 22:51:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 22:51:03 -0000 Received: (qmail 50134 invoked by uid 500); 12 Nov 2008 22:51:10 -0000 Delivered-To: [email protected] Received: (qmail 50028 invoked by uid 500); 12 Nov 2008 22:51: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50017 invoked by uid 99); 12 Nov 2008 22:51:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 14:51:09 -0800 X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT,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 Nov 2008 22:49:49 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1L0OXf-0005kY-Qv for [email protected]; Wed, 12 Nov 2008 14:50:31 -0800 Message-ID: <[email protected]> Date: Wed, 12 Nov 2008 14:50:31 -0800 (PST) From: Edderd <[email protected]> To: [email protected] Subject: Solved: archiva.xml or settings.xml 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 think I got it, and you were correct about the mirrors descriptor in the main settings.xml. I had only the internal repository listed and not the snapshots repository. I had this: <mirror> <id>internal</id> <mirrorOf>*</mirrorOf> <url>http://localhost:8090/archiva/repository/internal</url> <name>Archiva Managed Internal Repository</name> </mirror> I added this: <mirror> <id>snapshots</id> <mirrorOf>*</mirrorOf> <url>http://localhost:8090/archiva/repository/snapshots</url> <name>Archiva Managed Snapshot Repository</name> </mirror> I also added a proxy connector to check daily, but I don't think I need it, but I don't fully understand what a proxy connector is for in this context. Thanks. Wendy Smoak-3 wrote: > > On Wed, Nov 12, 2008 at 2:55 PM, Edderd <[email protected]> wrote: > >> I'm running archiva as a standalone non appserver, and it's 1.1.3. It's a >> jetty bundle (I had to modify the server port to 8090 so it didn't >> collide >> with my tomcat instance). >> >> I have since found that if I add a remote repository, the xml metadata is >> added to the $ARCHIVA_HOME/conf/archiva.xml file, so I believe I'm >> starting >> to understand. > > Ok. If you also have a ~/.m2/archiva.xml file, it would be best to remove > it. > >> I'm familiar with using the settings.xml for maven, since that is >> historically where I made local settings for plugins and repositories. >> Must >> I now remove any reference to remote repositories in that file? > > If you want Maven to *only* access your Archiva instance, you'll > probably want to configure repositories and mirrors in your > settings.xml . See if this helps, and ask if you need more info: > http://maven.apache.org/guides/mini/guide-mirror-settings.html > >> Another thing I still need to learn is how to enable one of my remote >> repositories >> Grails.org Snapshot Repository >> Identifier grails.snapshots >> Name Grails.org Snapshot Repository >> URL http://snapshots.repository.codehaus.org/ >> Type Maven 2.x Repository >> >> for an archetype plugin snapshot. The archetype maven command returns: >> >> The desired archetype does not exist >> (org.grails:grails-maven-archetype:1.0-SNAPSHOT) >> >> There's no ui control, so I'm guessing I need to edit the archiva.xml. > > I'm not sure what you mean by enabling the repository. Perhaps you > need to add a proxy connector? > > You might also be running into the default once per day check for > updates. Try adding -U on the command line to force Maven to check > again. > > -- > Wendy > > -- View this message in context: http://www.nabble.com/archiva.xml-or-settings.xml-tp20460201p20471297.html Sent from the archiva-users mailing list [email protected]. From [email protected] Thu Nov 13 11:45:50 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13263 invoked from network); 13 Nov 2008 11:45:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Nov 2008 11:45:49 -0000 Received: (qmail 81080 invoked by uid 500); 13 Nov 2008 11:45:57 -0000 Delivered-To: [email protected] Received: (qmail 80867 invoked by uid 500); 13 Nov 2008 11:45: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 6267 invoked by uid 99); 13 Nov 2008 08:02: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 (athena.apache.org: local policy) Content-class: urn:content-classes:message Subject: RE: Solved: archiva.xml or settings.xml - Proxy connectors MIME-Version: 1.0 Date: Thu, 13 Nov 2008 08:58:16 +0100 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_0000_01C9456D.F60D5330" X-MimeOLE: Produced By Microsoft Exchange V6.0.6619.12 Message-ID: <[email protected]> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: Solved: archiva.xml or settings.xml - Proxy connectors Thread-Index: AclFGShCfz349HPuQcii8vbWf78zhAAS9NdQ From: "von Janowsky, Simon" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0000_01C9456D.F60D5330 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit A proxy connector is for adding other external repositories in case you want to add snapshots or artifacts not listed in the maven central. For instance we have this proxy connector configured: codehaus Repository: Codehaus Repository with two proxy connectors: codehaus-releases http://repository.codehaus.org Network Proxy: (Direct Connection) Policies: releases hourly checksum fix snapshots hourly cache-failures no Proxy Connector codehaus-snaphots http://snapshots.repository.codehaus.org Network Proxy: (Direct Connection) Policies: releases hourly checksum fix snapshots hourly cache-failures no Proxy Connector Best regards, Simon. ------=_NextPart_000_0000_01C9456D.F60D5330 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII2jCCAmIw ggHLoAMCAQICEGvHpq52M9YuzIbo3J7Qj+0wDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA4MDgyNTEyMzU1NVoXDTA5MDgyNTEyMzU1 NVowSDEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjElMCMGCSqGSIb3DQEJARYWdm9u amFub3dza3lAY29uc2lzdC5kZTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAqOWZLk4qeI1O fYsYIKn4taKdaj4aehAx7eay5GSq5IdxYCXn5jGTLPYl8YyD4W+/crIxSqknTaI6cnHGxn4lVZIc 4jw+s0/4iAS9QeffMMo3awcm0/W6wYL44pzQBc1nF6LPSq5jenDjiOxMacZNWZ+v3DyIePPotPgq wg/TMhECAwEAAaMzMDEwIQYDVR0RBBowGIEWdm9uamFub3dza3lAY29uc2lzdC5kZTAMBgNVHRMB Af8EAjAAMA0GCSqGSIb3DQEBBQUAA4GBACJ9234JWL4g6gNy4bgLTtSDNKiA1ziafU+AVvNLXwdn XLV093UpQPcN+UG1dUIYBdGZ6MIh7PgrjYCBp9fVJj2dxKSYlnv5ALyGK3fAcITXFCASyb9fN1R+ J3w3RKrJU2d7QfpKTq+3Y209AMw8+ohK1gqiyuWmbspg6rAElEyOMIIDLTCCApagAwIBAgIBADAN BgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAG A1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2Vy dGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4X DTk2MDEwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxX ZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRp bmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1Ro YXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1h aWxAdGhhd3RlLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA1GnX1LCUZFtx6UfYDFG2 6nKRsIRefS0Nj3sS34UldSh0OkIsYyeflXtL734Zhx2G6qPduc6WZBrCFG5ErHzmj+hND3EfQDim AKOHePb5lIZererAXnbr2RSjXW56fAylS1V/Bhkpf56aJtVquzgkCGqYx7Hao5iR/Xnb5VrEHLkC AwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQQFAAOBgQDH7JJ+Tvj1lqVnYiqk 8E0RYNBvjWBYYawmu1I1XAjPMPuoSpaKH2JCI4wXD/S6ZJwXrEcp352YXtJsYHFcoqzceePnbgBH H7UNKOgCneSa/RP0ptl8sfjcXyMmCZGAc9AUG95DqYMl8uacLxXK/qarigd1iwzdUYRr5PjRznei gTCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggL4MIIC9AIBATB2MGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIQa8emrnYz1i7MhujcntCP7TAJ BgUrDgMCGgUAoIIB2DAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0w ODExMTMwNzU4MTNaMCMGCSqGSIb3DQEJBDEWBBSjnEooyteg4V9+gWPSc6xyelnKRzBnBgkqhkiG 9w0BCQ8xWjBYMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUr DgMCBzANBggqhkiG9w0DAgIBKDAHBgUrDgMCGjAKBggqhkiG9w0CBTCBhQYJKwYBBAGCNxAEMXgw djBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEs MCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECEGvHpq52M9YuzIbo 3J7Qj+0wgYcGCyqGSIb3DQEJEAILMXigdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWls IElzc3VpbmcgQ0ECEGvHpq52M9YuzIbo3J7Qj+0wDQYJKoZIhvcNAQEBBQAEgYBkhdHmXV29dAT4 Rt8nGvKl5TniOHkLGsCYMweYoBHnD/0TwVZTxQR73JTpI4tS+cQNdnpxcOIbBUIkg8yaTEc9jt99 ramPGw+udbigAur7PbROagu7uzmD72CQgN3JvHgMAJuZVNVfRCqiAQ1e6hlrwgp6oq7wSaOyCGM+ oqEBFAAAAAAAAA== ------=_NextPart_000_0000_01C9456D.F60D5330-- From [email protected] Fri Nov 14 02:50:34 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2793 invoked from network); 14 Nov 2008 02:50:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Nov 2008 02:50:34 -0000 Received: (qmail 65773 invoked by uid 500); 14 Nov 2008 02:50:41 -0000 Delivered-To: [email protected] Received: (qmail 65713 invoked by uid 500); 14 Nov 2008 02:50: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65700 invoked by uid 99); 14 Nov 2008 02:50:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 18:50:40 -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 rn-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 02:49:21 +0000 Received: by rn-out-0910.google.com with SMTP id j40so1107309rnf.16 for <[email protected]>; Thu, 13 Nov 2008 18:50:05 -0800 (PST) Received: by 161.129.204.104 with SMTP id j9mr422273agb.46.1226631004400; Thu, 13 Nov 2008 18:50:04 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 13 Nov 2008 18:50:04 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 14 Nov 2008 10:50:04 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: MySQL and UTF-8 Key. In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_43743_2614882.1226631004396" References: <[email protected]> <[email protected]> X-Google-Sender-Auth: e299df0f3270b35f X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_43743_2614882.1226631004396 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, Nov 12, 2008 at 9:58 PM, Alexander Vaysberg <[email protected]>wrote: > Alexander Vaysberg schrieb: > > Hi. >> i have a problem with MySQL-Bug(bug#4541:Speciffied key was too long). The >> Problem can i fixed with SQL-Script for MySQL. Have you any for MySQL? >> >> Alexander Vaysberg >> Tetralog Systgems AG. >> > Hi, > a solution of the problem was simple. I had create a database schema for > maven_users and archiva with character set latin1 and this work fine. I > think it was nice, if this was on the archiva docu installation. +1 Would you like to contribute a patch for this in the documentation? :) > Alexander Vaysberg > Tetralog System AG. Thanks, Deng ------=_Part_43743_2614882.1226631004396-- From [email protected] Fri Nov 14 03:03:39 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6144 invoked from network); 14 Nov 2008 03:03:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Nov 2008 03:03:37 -0000 Received: (qmail 72364 invoked by uid 500); 14 Nov 2008 03:03:44 -0000 Delivered-To: [email protected] Received: (qmail 72317 invoked by uid 500); 14 Nov 2008 03:03: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72306 invoked by uid 99); 14 Nov 2008 03:03:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 19:03:44 -0800 X-ASF-Spam-Status: No, hits=3.1 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_RHS_DOB 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-f15.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 03:02:24 +0000 Received: by gxk8 with SMTP id 8so555384gxk.15 for <[email protected]>; Thu, 13 Nov 2008 19:03:07 -0800 (PST) Received: by 161.129.204.104 with SMTP id u16mr451763agb.0.1226631784727; Thu, 13 Nov 2008 19:03:04 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 13 Nov 2008 19:03:04 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 14 Nov 2008 11:03:04 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: Authorization in Archiva In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_43825_20444144.1226631784708" References: <[email protected]> X-Google-Sender-Auth: 3b09c3bb9318b0f2 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_43825_20444144.1226631784708 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Stefan, I'm not sure how deployment works in Ivy but were you able to verify that the correct credentials are being mapped to the repository you're deploying to? IMO, the roles/permissions assigned to the user in Archiva seem correct.. Thanks, Deng On Mon, Nov 10, 2008 at 9:30 PM, Burkhardt Stefan (CI/TMP) < [email protected]> wrote: > Hi, > > I try to upload an artefact to archiva (Standalone) for a registered > user. The user has a the roles "Registered User", "Global Repository > Manager" "Repository Manager" (internal). > I always get an exception: > 2008-11-10 14:17:06,260 [btpool0-3] INFO > org.apache.maven.archiva.security.ArchivaServletAuthenticator - > Authorization Denied > [ip=161.129.204.104,isWriteRequest=true,permission=archiva-upload-repository,r > epo=internal] : no matching permissions > > On the client side I am using Ivy to deploy the artefact. I set the > User, the Password on the Client site and the use the realm "Repository > Archiva Managed Internal Repository". > > Any Ideas? > > Thanks, > Stefan > > ------=_Part_43825_20444144.1226631784708-- From [email protected] Fri Nov 14 03:39:20 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16255 invoked from network); 14 Nov 2008 03:39:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Nov 2008 03:39:20 -0000 Received: (qmail 92405 invoked by uid 500); 14 Nov 2008 03:39:27 -0000 Delivered-To: [email protected] Received: (qmail 92163 invoked by uid 500); 14 Nov 2008 03:39: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92152 invoked by uid 99); 14 Nov 2008 03:39:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 19:39:27 -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 mail-gx0-f15.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 03:38:07 +0000 Received: by gxk8 with SMTP id 8so563124gxk.15 for <[email protected]>; Thu, 13 Nov 2008 19:37:50 -0800 (PST) Received: by 161.129.204.104 with SMTP id y7mr449894agb.44.1226633870277; Thu, 13 Nov 2008 19:37:50 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 13 Nov 2008 19:37:50 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 14 Nov 2008 11:37:50 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected], [email protected], "Maven Users List" <[email protected]> Subject: [ANNOUNCE] Archiva 1.2-M1 Released! MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_44136_4601666.1226633870253" X-Google-Sender-Auth: 8892a27f070b7fde X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_44136_4601666.1226633870253 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline The Apache Archiva team is pleased to announce the release of Archiva 1.2-M1 Apache Archiva is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as Maven, Continuum, and ANT. Archiva offers several capabilities, amongst which remote repository proxying, security access management, build artifact storage, delivery, browsing, indexing and usage reporting, extensible scanning functionality... and many more! The latest release is now available here: http://archiva.apache.org/download.html If you have any questions, please consult: - the web site: http://archiva.apache.org - the archiva-user mailing list: http://archiva.apache.org/mail-lists.html Change Log for Archiva 1.2-M1 ------------------------------------ ** Bug * [MRM-514] - Archiva cannot compile and pass tests on JDK 1.6 * [MRM-615] - When scanning, Archiva doesn't resolve properties/variables of POMs in managed repositories * [MRM-620] - pom.xml that inherit version from parent show up in reports as "has an invalid project model" * [MRM-717] - Performance affected using Archiva Repository * [MRM-844] - "Unable to create ArchivaArtifact with empty version" in dependency tree. * [MRM-868] - Include sources bundle during deployment (in release:perform) * [MRM-876] - Archiva does not proxy .asc files * [MRM-882] - checksum validation reports invalid checksum when checksum is correct * [MRM-885] - incorrect metadata generated from merge * [MRM-925] - Access to maven-metadata.xml without "groupId" fails when accessed via a repository group * [MRM-978] - showArtifactLink tag is broken * [MRM-981] - artifactIds with numeric characters aren't found in advanced search * [MRM-986] - archiva.xml is saved in home directory instead of $ARCHIVA_BASE/conf ** Improvement * [MRM-541] - convenient way to take Archiva proxies "offline" * [MRM-906] - Proxy repository operations should not be done in place * [MRM-907] - Remove VersionedReference/ProjectReference/ArtifactReference from RepositoryProxyConnectors * [MRM-946] - Upgrade to redback 1.1.1 * [MRM-948] - allow plugins to handle deletion of artifacts through repository purge * [MRM-952] - Patch for several issues while processing poms (effective model, expressions resolving, storing to database) * [MRM-966] - Update documentation for search feature * [MRM-977] - Upgrade from Webwork 2 to Struts 2 * [MRM-985] - Document usage of boolean NOT in quick search * [MRM-987] - switch from prototype to jquery * [MRM-988] - remove "dav:" from the POM snippet in repositories page ** New Feature * [MRM-90] - add advanced search options * [MRM-124] - web service interface ** Task * [MRM-84] - Basic statistics Thanks, The Apache Archiva team ------=_Part_44136_4601666.1226633870253-- From [email protected] Mon Nov 17 16:59:03 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41154 invoked from network); 17 Nov 2008 16:59:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Nov 2008 16:59:03 -0000 Received: (qmail 35357 invoked by uid 500); 17 Nov 2008 16:59:10 -0000 Delivered-To: [email protected] Received: (qmail 35320 invoked by uid 500); 17 Nov 2008 16:59: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35309 invoked by uid 99); 17 Nov 2008 16:59:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 08:59:10 -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 transporter.corp.upromise.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 16:57:48 +0000 Received: from upromise.com (wssmtp.corp.upromise.com [161.129.204.104]) by transporter.corp.upromise.com (Postfix) with ESMTP id 0CF65140EF for <[email protected]>; Mon, 17 Nov 2008 11:58:32 -0500 (EST) Received: from wssmtp ([161.129.204.104]) by upromise.com with Microsoft SMTPSVC325-354-1238); Mon, 17 Nov 2008 11:58:31 -0500 Received: from knight.corp.upromise.com ([161.129.204.104]) by wssmtp with Microsoft SMTPSVC325-354-1238); Mon, 17 Nov 2008 11:58:31 -0500 X-PMWin-Version: 161.129.204.104, Antivirus-Engine: 2.79.0, Antivirus-Data: 4.34E X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C948D5.B87014E9" Subject: user rights to upload Date: Mon, 17 Nov 2008 11:58:31 -0500 Message-ID: <C0D46AE760D942458B26B850713F86F52BA0D887@knight> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: user rights to upload thread-index: AclI1bhqiE6YA6bJSQ+UNogI4lXmNw== From: "EJ Ciramella" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 17 Nov 2008 16:58:31.0978 (UTC) FILETIME=[B8A450A0:01C948D5] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C948D5.B87014E9 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable What's required to allow a user to upload an artifact from archiva? =20 I'm trying not to set anyone up as a global repository manager, but don't see any way to. =20 I just want to let a user upload to a specific repository (and setting them as a repository manager isn't sufficient). ------_=_NextPart_001_01C948D5.B87014E9-- From [email protected] Mon Nov 17 17:37:10 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62798 invoked from network); 17 Nov 2008 17:37:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Nov 2008 17:37:10 -0000 Received: (qmail 77086 invoked by uid 500); 17 Nov 2008 17:37:17 -0000 Delivered-To: [email protected] Received: (qmail 77039 invoked by uid 500); 17 Nov 2008 17:37: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77028 invoked by uid 99); 17 Nov 2008 17:37:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 09:37: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 mail-qy0-f14.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 17:35:56 +0000 Received: by qyk7 with SMTP id 7so485569qyk.15 for <[email protected]>; Mon, 17 Nov 2008 09:36: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 :content-transfer-encoding:content-disposition:references; bh=NGAmBYfgirMsOZ0YyiS0FD/vTWZ2aP4dMr8ke4EUepM=; b=Iqbvw2zleH3GHYMg/RJzxhBqnM81/1/xcnsexDd0AO6kbNrwXGglwSftDPmKlMe8vP AFgJpL3DGypC624ybCrJSrkqrv0TgczDWzMBW8H9tlRBm6itIL7pe7eeThi1sla77cSq fxwkgEVKtos1ZZezsr1kpB3FOQyriUNCRLm8k= 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=vlXOqL1AgQxY3gMqdBGD8CcDRKtSdLtQaGwa7xMLoOWxawyk8Imb06LljYg/IOZxOX QEqzy+BaavqKpEheT7r6uv82UEPEiPxmOAGzHGHZzzp67wEr/VCUHW9dmqjjKbkZ4+kf LN56oAjCCVmzMwe7E/KPhcdXkicg98ahEVI9g= Received: by 161.129.204.104 with SMTP id 3mr2735276qaz.331.1226943399566; Mon, 17 Nov 2008 09:36:39 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 17 Nov 2008 09:36:39 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 17 Nov 2008 10:36:39 -0700 From: "Wendy Smoak" <[email protected]> To: [email protected] Subject: Re: user rights to upload In-Reply-To: <C0D46AE760D942458B26B850713F86F52BA0D887@knight> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <C0D46AE760D942458B26B850713F86F52BA0D887@knight> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Nov 17, 2008 at 9:58 AM, EJ Ciramella <[email protected]> wrote: > I just want to let a user upload to a specific repository (and setting > them as a repository manager isn't sufficient). It should be, along with the user putting the credentials in settings.xml. What steps have you taken and what error are you getting? -- Wendy From [email protected] Tue Nov 18 08:52:01 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67216 invoked from network); 18 Nov 2008 08:52:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Nov 2008 08:52:01 -0000 Received: (qmail 68056 invoked by uid 500); 18 Nov 2008 08:52:08 -0000 Delivered-To: [email protected] Received: (qmail 68006 invoked by uid 500); 18 Nov 2008 08:52: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67995 invoked by uid 99); 18 Nov 2008 08:52:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 00:52:08 -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; Tue, 18 Nov 2008 08:50:45 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1L2MIz-0002Jh-7f for [email protected]; Tue, 18 Nov 2008 00:51:29 -0800 Message-ID: <[email protected]> Date: Tue, 18 Nov 2008 00:51:29 -0800 (PST) From: Trumml <[email protected]> To: [email protected] Subject: Archiva reads pom from external repository 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 use Archiva 1.1.1, Hudson 1.252, Maven 2.0.9 I have a wrong configuration in my external repositories which leads me to the following question: Archiva already contains the maven-compiler-plugin. But when I enter the following URL in my browser http://myCompany.at/archiva/repository/public/org/apache/maven/plugins/maven-compiler-plugin/2.0.2/maven-compiler-plugin-2.0.2.pom the archiva logfile contains an error log that it could not read maven-compiler-plugin-2.0.2.pom from the wrong configured external repository. But why does Archiva want to access the pom in an external repository? Archiva already contains it! -- View this message in context: http://www.nabble.com/Archiva-reads-pom-from-external-repository-tp20555579p20555579.html Sent from the archiva-users mailing list [email protected]. From [email protected] Tue Nov 18 08:52:02 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67342 invoked from network); 18 Nov 2008 08:52:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Nov 2008 08:52:02 -0000 Received: (qmail 68530 invoked by uid 500); 18 Nov 2008 08:52:10 -0000 Delivered-To: [email protected] Received: (qmail 68283 invoked by uid 500); 18 Nov 2008 08:52: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68136 invoked by uid 99); 18 Nov 2008 08:52:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 00:52:09 -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; Tue, 18 Nov 2008 08:50:44 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1L2MIy-0002Jc-9Q for [email protected]; Tue, 18 Nov 2008 00:51:28 -0800 Message-ID: <[email protected]> Date: Tue, 18 Nov 2008 00:51:28 -0800 (PST) From: Trumml <[email protected]> To: [email protected] Subject: Archiva reads pom from external repository 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 use Archiva 1.1.1, Hudson 1.252, Maven 2.0.9 I have a wrong configuration in my external repositories which leads me to the following question: Archiva already contains the maven-compiler-plugin. But when I enter the following URL in my browser http://myCompany.at/archiva/repository/public/org/apache/maven/plugins/maven-compiler-plugin/2.0.2/maven-compiler-plugin-2.0.2.pom the archiva logfile contains an error log that it could not read maven-compiler-plugin-2.0.2.pom from the wrong configured external repository. But why does Archiva want to access the pom in an external repository? Archiva already contains it! -- View this message in context: http://www.nabble.com/Archiva-reads-pom-from-external-repository-tp20555578p20555578.html Sent from the archiva-users mailing list [email protected]. From [email protected] Tue Nov 18 14:19:51 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12102 invoked from network); 18 Nov 2008 14:19:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Nov 2008 14:19:51 -0000 Received: (qmail 90174 invoked by uid 500); 18 Nov 2008 14:19:55 -0000 Delivered-To: [email protected] Received: (qmail 90046 invoked by uid 500); 18 Nov 2008 14:19: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90009 invoked by uid 99); 18 Nov 2008 14:19:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 06:19: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO transporter.corp.upromise.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 14:18:32 +0000 Received: from upromise.com (wssmtp.corp.upromise.com [161.129.204.104]) by transporter.corp.upromise.com (Postfix) with ESMTP id 219D2140EE for <[email protected]>; Tue, 18 Nov 2008 09:18:46 -0500 (EST) Received: from wssmtp ([161.129.204.104]) by upromise.com with Microsoft SMTPSVC325-354-1238); Tue, 18 Nov 2008 09:18:46 -0500 Received: from knight.corp.upromise.com ([161.129.204.104]) by wssmtp with Microsoft SMTPSVC325-354-1238); Tue, 18 Nov 2008 09:18:46 -0500 X-PMWin-Version: 161.129.204.104, Antivirus-Engine: 2.79.0, Antivirus-Data: 4.34E X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: user rights to upload Date: Tue, 18 Nov 2008 09:18:45 -0500 Message-ID: <C0D46AE760D942458B26B850713F86F52BA0D8AB@knight> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: user rights to upload thread-index: AclI2yAOTxOWbpJaR3664aW37M6FDgArUSBg References: <C0D46AE760D942458B26B850713F86F52BA0D887@knight> <[email protected]> From: "EJ Ciramella" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 18 Nov 2008 14:18:46.0089 (UTC) FILETIME=[916B7B90:01C94988] X-Virus-Checked: Checked by ClamAV on apache.org I went through the web interface, checked off repository manager for the repository they should be deploying to and that didn't give them the web interface "upload" button. In fact, only after I gave them rights to everything did it show up. So I told them up upload via a long, error prone maven commandline. =20 -----Original Message----- From: Wendy Smoak [mailto:[email protected]]=20 Sent: Monday, November 17, 2008 12:37 PM To: [email protected] Subject: Re: user rights to upload On Mon, Nov 17, 2008 at 9:58 AM, EJ Ciramella <[email protected]> wrote: > I just want to let a user upload to a specific repository (and setting > them as a repository manager isn't sufficient). It should be, along with the user putting the credentials in settings.xml. What steps have you taken and what error are you getting? -- Wendy From [email protected] Tue Nov 18 14:36:20 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25583 invoked from network); 18 Nov 2008 14:36:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Nov 2008 14:36:19 -0000 Received: (qmail 19430 invoked by uid 500); 18 Nov 2008 14:36:27 -0000 Delivered-To: [email protected] Received: (qmail 19393 invoked by uid 500); 18 Nov 2008 14:36: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19382 invoked by uid 99); 18 Nov 2008 14:36:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 06:36:27 -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-f14.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 14:35:05 +0000 Received: by qyk7 with SMTP id 7so889895qyk.15 for <[email protected]>; Tue, 18 Nov 2008 06:34:49 -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=mvqX0WXqD86irlS26ky0lAHrn85Kx2PpiEvhxeCtP8A=; b=aHYn7HcrwvxtAw/C082VdWgVK4nC6DWdTf/37graV8Ro+U39zK1vXkbHOMrHMfk9I4 cPADIgHaJQQo8uzRSqeiT7Y1ixlUOFR2RBMsKlNfKxEsI8U9zz7gAoUAJQCvjI8X06S2 hflADZDPO5zE6Pu+S30qkkXkYkOMwxwLo6jcM= 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=XNgvRjPLP2ecDgfqF1TUXGboOVV+J+5MRPUsDaT9I7BWGmQEKpi0Q18DGwQKtVAHNq FSuhTlVyMg4NOkyW3mgkKjn/F5Lv9ReHNN9v/nv0I2Qj0gnbpwUyXUfz26FGWO7hWKoq +w5q7kWiHPIflPvYSI5eX/ChDrHGs8f76nymk= Received: by 161.129.204.104 with SMTP id q6mr3845435qah.295.1227018889780; Tue, 18 Nov 2008 06:34:49 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 18 Nov 2008 06:34:49 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 18 Nov 2008 07:34:49 -0700 From: "Wendy Smoak" <[email protected]> To: [email protected] Subject: Re: user rights to upload In-Reply-To: <C0D46AE760D942458B26B850713F86F52BA0D8AB@knight> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <C0D46AE760D942458B26B850713F86F52BA0D887@knight> <[email protected]> <C0D46AE760D942458B26B850713F86F52BA0D8AB@knight> X-Virus-Checked: Checked by ClamAV on apache.org Sorry... although you used the word "upload" I didn't catch that you were talking about the web interface. You're correct, at least, the last time I looked it was only available to overall repository managers. Can you add this to JIRA if it isn't already there? The web upload feature should be available to anyone who has a repository manager role, and it should only show/allow upload to the repo(s) they have permission to. (I think that's why it's restricted, at one point it would list all the repos regardless.) -- Wendy On Tue, Nov 18, 2008 at 7:18 AM, EJ Ciramella <[email protected]> wrote: > I went through the web interface, checked off repository manager for the > repository they should be deploying to and that didn't give them the web > interface "upload" button. > > In fact, only after I gave them rights to everything did it show up. > > So I told them up upload via a long, error prone maven commandline. From [email protected] Tue Nov 18 16:53:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92326 invoked from network); 18 Nov 2008 16:53:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Nov 2008 16:53:28 -0000 Received: (qmail 63012 invoked by uid 500); 18 Nov 2008 16:53:35 -0000 Delivered-To: [email protected] Received: (qmail 62975 invoked by uid 500); 18 Nov 2008 16:53: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62964 invoked by uid 99); 18 Nov 2008 16:53:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 08:53:35 -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 ey-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 16:52:13 +0000 Received: by ey-out-2122.google.com with SMTP id 4so1098376eyf.39 for <[email protected]>; Tue, 18 Nov 2008 08:52:47 -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=tGqpzM+/sNUDF1KFUi90eROTmEsnvKWPHcmXvONSNJY=; b=UPJJ9IZoLML4+o7hp+oeLz31h7GsPF7zZ5UmRD55SiGyNxlBMEuhi3NFPxH7T0DRST 1Hqv05wGgTIOP5AAcXFRrcDfH+P0YTX7NLjsqg9bp8UrHWrwW6cAF7IVrJxnFauGkuu2 YI4HWe06uuqHvj3KYVbIjmMhiF+GwzfnpPCb0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=FtBXk3vo94WfN9Nhi96Ut486Te8qtozSOuB8YotEi9sJ2kXgcF1IVzU+gkVFXgezTE klJUCY9lSMQULKP/YjkEXdBh9ZGWXxYw/AICYz92vXFxSl+xnVRhOYh1maZ+f10Pjump 4MfPpF2g3auNAImLVqtToqjC+tsfP5jHzOLzA= Received: by 161.129.204.104 with SMTP id j19mr37184eba.145.1227027167023; Tue, 18 Nov 2008 08:52:47 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 18 Nov 2008 08:52:47 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 18 Nov 2008 17:52:47 +0100 From: "Raphael Parree" <[email protected]> To: [email protected] Subject: Nullpointer in VersionUtil when uploading MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_47963_15076215.1227027167042" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_47963_15076215.1227027167042 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, When deplying i'm getting the following exception: javax.servlet.ServletException: java.lang.NullPointerException org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:515) org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:419) com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) org.apache.struts2.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:99) *root cause* java.lang.NullPointerException org.apache.maven.archiva.common.utils.VersionUtil.isVersion(VersionUtil.java:92) org.apache.maven.archiva.web.action.UploadAction.validate(UploadAction.java:597) com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:200) com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224) The information in the form is: group id: eXist Artefact id: exist-xmldb Version: 1.3.0-SNAPSHOT Packaging:jar Generate Maven POM file: exist.jar Rep id: snapshots Strange thing is that when i use the same settings but a different jar file (exist-optional.jar-273 kb) it works, go back and try again the exist.jar-3.175kb it does not work. Looking at the source code seems to show it has to do with the version string ( http://svn.apache.org/viewvc/archiva/tags/archiva-1.2-M1/archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/UploadAction.java?view=markup) but that does not seem to make sense.... I am using Apache Archiva 1.2-M1 (upgraded today from 1.1.3) Any clues? -- Raphael Parree ------=_Part_47963_15076215.1227027167042-- From [email protected] Tue Nov 18 17:35:20 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15697 invoked from network); 18 Nov 2008 17:35:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Nov 2008 17:35:20 -0000 Received: (qmail 42281 invoked by uid 500); 18 Nov 2008 17:35:27 -0000 Delivered-To: [email protected] Received: (qmail 42047 invoked by uid 500); 18 Nov 2008 17:35: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42036 invoked by uid 99); 18 Nov 2008 17:35:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 09:35:27 -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 transporter.corp.upromise.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 17:34:04 +0000 Received: from upromise.com (wssmtp.corp.upromise.com [161.129.204.104]) by transporter.corp.upromise.com (Postfix) with ESMTP id 8021C1407B for <[email protected]>; Tue, 18 Nov 2008 12:34:18 -0500 (EST) Received: from wssmtp ([161.129.204.104]) by upromise.com with Microsoft SMTPSVC325-354-1238); Tue, 18 Nov 2008 12:34:18 -0500 Received: from knight.corp.upromise.com ([161.129.204.104]) by wssmtp with Microsoft SMTPSVC325-354-1238); Tue, 18 Nov 2008 12:34:18 -0500 X-PMWin-Version: 161.129.204.104, Antivirus-Engine: 2.79.0, Antivirus-Data: 4.34E X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: user rights to upload Date: Tue, 18 Nov 2008 12:34:17 -0500 Message-ID: <C0D46AE760D942458B26B850713F86F52BA0D8D1@knight> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: user rights to upload thread-index: AclJiwhvEkUro/lKSyKrMZdQQULrEwAGNPgQ References: <C0D46AE760D942458B26B850713F86F52BA0D887@knight> <[email protected]> <C0D46AE760D942458B26B850713F86F52BA0D8AB@knight> <[email protected]> From: "EJ Ciramella" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 18 Nov 2008 17:34:18.0414 (UTC) FILETIME=[E26E34E0:01C949A3] X-Virus-Checked: Checked by ClamAV on apache.org Is this the issue you were thinking of? http://jira.codehaus.org/browse/MRM-922=20 -----Original Message----- From: Wendy Smoak [mailto:[email protected]]=20 Sent: Tuesday, November 18, 2008 9:35 AM To: [email protected] Subject: Re: user rights to upload Sorry... although you used the word "upload" I didn't catch that you were talking about the web interface. You're correct, at least, the last time I looked it was only available to overall repository managers. Can you add this to JIRA if it isn't already there? The web upload feature should be available to anyone who has a repository manager role, and it should only show/allow upload to the repo(s) they have permission to. (I think that's why it's restricted, at one point it would list all the repos regardless.) -- Wendy On Tue, Nov 18, 2008 at 7:18 AM, EJ Ciramella <[email protected]> wrote: > I went through the web interface, checked off repository manager for the > repository they should be deploying to and that didn't give them the web > interface "upload" button. > > In fact, only after I gave them rights to everything did it show up. > > So I told them up upload via a long, error prone maven commandline. From [email protected] Tue Nov 18 21:59:16 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71245 invoked from network); 18 Nov 2008 21:59:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Nov 2008 21:59:16 -0000 Received: (qmail 50489 invoked by uid 500); 18 Nov 2008 21:59:24 -0000 Delivered-To: [email protected] Received: (qmail 50283 invoked by uid 500); 18 Nov 2008 21:59: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50269 invoked by uid 99); 18 Nov 2008 21:59:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 13:59: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 nschwmtas06p.mx.bigpond.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 21:57:58 +0000 Received: from nschwotgx02p.mx.bigpond.com ([161.129.204.104]) by nschwmtas06p.mx.bigpond.com with ESMTP id <[email protected]> for <[email protected]>; Tue, 18 Nov 2008 21:58:30 +0000 Received: from [161.129.204.104] (really [161.129.204.104]) by nschwotgx02p.mx.bigpond.com with ESMTP id <20081118215829.LSGK21966.nschwotgx02p.mx.bigpond.com@[161.129.204.104]> for <[email protected]>; Tue, 18 Nov 2008 21:58:29 +0000 Message-Id: <[email protected]> From: Brett Porter <[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 v929.2) Subject: Re: Nullpointer in VersionUtil when uploading Date: Wed, 19 Nov 2008 08:58:27 +1100 References: <[email protected]> X-Mailer: Apple Mail (2.929.2) X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150205.49233A86.0049,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org Was this working in 1.1.3? 1.2-M1 is still a pre-release and may have some issues. - Brett On 19/11/2008, at 3:52 AM, Raphael Parree wrote: > Hi, > > When deplying i'm getting the following exception: > > javax.servlet.ServletException: java.lang.NullPointerException > > org > .apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java: > 515) > > org > .apache > .struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java: > 419) > > com > .opensymphony > .module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) > > com > .opensymphony > .module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) > > org > .apache > .struts2 > .dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java: > 99) > > *root cause* > > java.lang.NullPointerException > > org > .apache > .maven.archiva.common.utils.VersionUtil.isVersion(VersionUtil.java:92) > > org > .apache > .maven.archiva.web.action.UploadAction.validate(UploadAction.java:597) > > com > .opensymphony > .xwork2 > .interceptor > .DefaultWorkflowInterceptor > .doIntercept(DefaultWorkflowInterceptor.java:200) > > com > .opensymphony > .xwork2 > .interceptor > .MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) > com.opensymphony.xwork2.DefaultActionInvocation > $2.doProfiling(DefaultActionInvocation.java:224) > > > > The information in the form is: > group id: eXist > Artefact id: exist-xmldb > Version: 1.3.0-SNAPSHOT > Packaging:jar > Generate Maven POM > file: exist.jar > Rep id: snapshots > > Strange thing is that when i use the same settings but a different > jar file > (exist-optional.jar-273 kb) it works, go back and try again the > exist.jar-3.175kb it does not work. Looking at the source code > seems to > show it has to do with the version string ( > http://svn.apache.org/viewvc/archiva/tags/archiva-1.2-M1/archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/UploadAction.java?view=markup) > but that does not seem to make sense.... > > > I am using Apache Archiva 1.2-M1 (upgraded today from 1.1.3) > > > Any clues? > -- > Raphael Parree -- Brett Porter [email protected] http://blogs.exist.com/bporter/ From [email protected] Wed Nov 19 16:34:48 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85846 invoked from network); 19 Nov 2008 16:34:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Nov 2008 16:34:45 -0000 Received: (qmail 44780 invoked by uid 500); 19 Nov 2008 16:34:52 -0000 Delivered-To: [email protected] Received: (qmail 44734 invoked by uid 500); 19 Nov 2008 16: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44723 invoked by uid 99); 19 Nov 2008 16:34:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 08:34:52 -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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail0.doit.usm.maine.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 16:33:29 +0000 Received: from uct5.uct.usm.maine.edu (uct5.doit.usm.maine.edu [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail0.doit.usm.maine.edu (Postfix) with ESMTP id 446F3BA09E for <[email protected]>; Wed, 19 Nov 2008 11:34:04 -0500 (EST) Received: from UCT5-MTA by uct5.uct.usm.maine.edu with Novell_GroupWise; Wed, 19 Nov 2008 11:34:04 -0500 Message-Id: <[email protected]> X-Mailer: Novell GroupWise Internet Agent 8.0.0 Date: Wed, 19 Nov 2008 11:33:40 -0500 From: "Brent Atkinson" <[email protected]> To: <[email protected]> Subject: Destuctive upgrade from 1.0.2 to 1.1.3? Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=__PartCEE6AEF4.0__=" X-USM-MailScanner-Watermark: 1227717249.79341@yfuvG+SnpeUs9LRKStzOCw X-Virus-Checked: Checked by ClamAV on apache.org --=__PartCEE6AEF4.0__= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, =20 I want to upgrade from archiva 1.0.2 to archiva 1.1.3 (war install), but I = am a little confused from the docs: =20 http://cwiki.apache.org/confluence/display/ARCHIVA/Upgrading+from+1.0.x+to+= 1.1.x=20 =20 The upgrade described here says it will blow the users away, but I am = sharing the user database between archiva and continuum. How can I avoid recreating the users? Does this = mean that I can no longer share accounts between archiva and continuum? =20 The other problem is that the upgrade guide speaks of the jetty configurati= on files, and that the archiva=20 configuration files are now jetty files. Is this true for the war install = on tomcat? =20 Any help would be greatly appreciated. =20 Brent Atkinson [email protected] --=__PartCEE6AEF4.0__=-- From [email protected] Wed Nov 19 19:48:13 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3112 invoked from network); 19 Nov 2008 19:48:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Nov 2008 19:48:13 -0000 Received: (qmail 38694 invoked by uid 500); 19 Nov 2008 19:48:13 -0000 Delivered-To: [email protected] Received: (qmail 38658 invoked by uid 500); 19 Nov 2008 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]> List-Id: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38635 invoked by uid 99); 19 Nov 2008 19:48:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 11:48:12 -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 nskntmtas02p.mx.bigpond.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 19:46:47 +0000 Received: from nskntotgx02p.mx.bigpond.com ([161.129.204.104]) by nskntmtas02p.mx.bigpond.com with ESMTP id <[email protected]> for <[email protected]>; Wed, 19 Nov 2008 19:47:20 +0000 Received: from [161.129.204.104] (really [161.129.204.104]) by nskntotgx02p.mx.bigpond.com with ESMTP id <20081119194710.IFBT1284.nskntotgx02p.mx.bigpond.com@[161.129.204.104]> for <[email protected]>; Wed, 19 Nov 2008 19:47:10 +0000 Message-Id: <[email protected]> From: Brett Porter <[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 v929.2) Subject: Re: Destuctive upgrade from 1.0.2 to 1.1.3? Date: Thu, 20 Nov 2008 06:47:03 +1100 References: <[email protected]> X-Mailer: Apple Mail (2.929.2) X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150201.49246D3E.006C,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org On 20/11/2008, at 3:33 AM, Brent Atkinson wrote: > Hi, > > I want to upgrade from archiva 1.0.2 to archiva 1.1.3 (war install), > but I am a little confused from the docs: > > http://cwiki.apache.org/confluence/display/ARCHIVA/Upgrading+from+1.0.x+to+1.1.x These are user notes on the process, for feedback in improving the documentation, rather than concrete steps to follow. > > > The upgrade described here says it will blow the users away, but I > am sharing the user database between > archiva and continuum. How can I avoid recreating the users? Does > this mean that I can no longer share > accounts between archiva and continuum? It should be retained, and certainly was in my case. I don't see from the page why it wasn't in there case, did you have an issue with it? > > > The other problem is that the upgrade guide speaks of the jetty > configuration files, and that the archiva > configuration files are now jetty files. Is this true for the war > install on tomcat? This particular person was using the standalone bundle - there's no change for those using the war install. Cheers, Brett -- Brett Porter [email protected] http://blogs.exist.com/bporter/ From [email protected] Wed Nov 19 20:14:25 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12762 invoked from network); 19 Nov 2008 20:14:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Nov 2008 20:14:24 -0000 Received: (qmail 92147 invoked by uid 500); 19 Nov 2008 20:14:33 -0000 Delivered-To: [email protected] Received: (qmail 91889 invoked by uid 500); 19 Nov 2008 20:14: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91864 invoked by uid 99); 19 Nov 2008 20:14:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 12:14:32 -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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail0.doit.usm.maine.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 20:13:06 +0000 Received: from uct5.uct.usm.maine.edu (uct5.doit.usm.maine.edu [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail0.doit.usm.maine.edu (Postfix) with ESMTP id 633C3BA024 for <[email protected]>; Wed, 19 Nov 2008 15:13:16 -0500 (EST) Received: from UCT5-MTA by uct5.uct.usm.maine.edu with Novell_GroupWise; Wed, 19 Nov 2008 15:13:15 -0500 Message-Id: <[email protected]> X-Mailer: Novell GroupWise Internet Agent 8.0.0 Date: Wed, 19 Nov 2008 15:13:01 -0500 From: "Brent Atkinson" <[email protected]> To: <[email protected]> Subject: Re: Destuctive upgrade from 1.0.2 to 1.1.3? References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=__Part2B034B5D.0__=" X-USM-MailScanner-Watermark: 1227730400.02834@Z8TJnfmXFKqrJoKKbW6g0g X-Virus-Checked: Checked by ClamAV on apache.org --=__Part2B034B5D.0__= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable I had a feeling the docs weren't quite what I was looking for, but I was = trying to find out some details the without nagging you folks first. I was trying to = read=20 what that process was like to decide whether to make the jump. I'll give = it a go. =20 Thanks, =20 Brent Atkinson [email protected]=20 >>> Brett Porter <[email protected]> 11/19/2008 2:47 PM >>> On 20/11/2008, at 3:33 AM, Brent Atkinson wrote: > Hi, > > I want to upgrade from archiva 1.0.2 to archiva 1.1.3 (war install), =20 > but I am a little confused from the docs: > > http://cwiki.apache.org/confluence/display/ARCHIVA/Upgrading+from+1.0.x+t= o+1.1.x=20 These are user notes on the process, for feedback in improving the =20 documentation, rather than concrete steps to follow. > > > The upgrade described here says it will blow the users away, but I =20 > am sharing the user database between > archiva and continuum. How can I avoid recreating the users? Does =20 > this mean that I can no longer share > accounts between archiva and continuum? It should be retained, and certainly was in my case. I don't see from =20 the page why it wasn't in there case, did you have an issue with it? > > > The other problem is that the upgrade guide speaks of the jetty =20 > configuration files, and that the archiva > configuration files are now jetty files. Is this true for the war =20 > install on tomcat? This particular person was using the standalone bundle - there's no =20 change for those using the war install. Cheers, Brett -- Brett Porter [email protected]=20 http://blogs.exist.com/bporter/=20 --=__Part2B034B5D.0__=-- From [email protected] Sun Nov 23 11:56:48 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49473 invoked from network); 23 Nov 2008 11:56:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Nov 2008 11:56:47 -0000 Received: (qmail 94044 invoked by uid 500); 23 Nov 2008 11:56:57 -0000 Delivered-To: [email protected] Received: (qmail 93999 invoked by uid 500); 23 Nov 2008 11:56: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93988 invoked by uid 99); 23 Nov 2008 11:56:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Nov 2008 03:56:56 -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 lon-gs4dmrelay.mistral.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Nov 2008 11:55:29 +0000 Received: from [161.129.204.104] (helo=[161.129.204.104]) by lon-gs4dmrelay.mistral.net with esmtp (Exim 4.51) id 1L4DCH-00045H-UJ for [email protected]; Sun, 23 Nov 2008 11:32:14 +0000 Message-ID: <[email protected]> Date: Sun, 23 Nov 2008 11:52:59 +0000 From: Andrew Marlow <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080914) MIME-Version: 1.0 To: [email protected] Subject: how to populate my local archiva repo with the contents of a maven2 repo I downloaded via wget Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hello, I am new to archiva and I am struggling. It seems really hard to set things up so that my ant build with ivy will work. I can only get it to work when I tell ivy that the repo is an established maven2 mirror. I want to have my own repo mgd by archiva. I tried setting one by hand but I couldn't get it to work and even if I could, it would be really tedious to set up every pom and jar by hand. Not to mention that to do so would involve having all the poms and jars so that they could be uploaded to archiva in the first place. So I thought I would use wget to download a complete repo from maven2.atlassian.com. This download eventually completed and all the poms and jars were there. I configured apache so that the repo was available via my local web server. I can browse this repo just fine. I then changed my ivy config to point to these pages using this directive: <ibiblio name="mavenProxy" m2compatible="true" usepoms="true" root="http://defiant/maven2/" pattern="${artifact.pattern}" /> (defiant is the name of my machine). This gave an interesting result in ivy. It initially said it resolved everything, giving successful download messages for all the jars. It populated the ivy cache as well. But then it gave an error for every jar, as shown by the sample below: [ivy:resolve] module not found: org.apache.commons#commons-parent;9 [ivy:resolve] ==== mavenProxy: tried [ivy:resolve] http://defiant/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom [ivy:resolve] -- artifact org.apache.commons#commons-parent;9!commons-parent.jar: [ivy:resolve] http://defiant/maven2/org/apache/commons/commons-parent/9/commons-parent-9.jar [ivy:resolve] impossible to load parent for file:/G:/mystuff/ivy-cache/commons-lang/commons-lang/ivy-2.4.xml.original. Parent=org.apache.commons#commons-parent;9 [ivy:resolve] impossible to load parent for file:/G:/mystuff/ivy-cache/commons-collections/commons-collections/ivy-3.2.1.xml.original. Parent=org.apache.commons#commons-parent;9 [ivy:resolve] impossible to load parent for file:/G:/mystuff/ivy-cache/commons-fileupload/commons-fileupload/ivy-1.2.1.xml.original. Parent=org.apache.commons#commons-parent;7 [ivy:resolve] module not found: com.thoughtworks.xstream#xstream;1.2.2 [ivy:resolve] ==== mavenProxy: tried [ivy:resolve] http://defiant/maven2/com/thoughtworks/xstream/xstream/1.2.2/xstream-1.2.2.pom [ivy:resolve] -- artifact com.thoughtworks.xstream#xstream;1.2.2!xstream.jar: I have a feeling that this is because I tried to cheat and tell ivy that I am using an archiva repo when actually they are just web pages I downloaded from atlassians archiva repo. So I suppose I should populate my own repo based on the web pages I now have. But how do I do this as a bulk operation? Can anybody help please? I am using version 1.1.3 of archiva and version 2.0.0-rc1 of ivy. -- Regards, Andrew Marlow http://www.andrewpetermarlow.co.uk From [email protected] Tue Nov 25 08:50:54 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87292 invoked from network); 25 Nov 2008 08:50:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2008 08:50:54 -0000 Received: (qmail 88829 invoked by uid 500); 25 Nov 2008 08:51:04 -0000 Delivered-To: [email protected] Received: (qmail 88583 invoked by uid 500); 25 Nov 2008 08:51: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88572 invoked by uid 99); 25 Nov 2008 08:51:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 00:51:03 -0800 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=HTML_MESSAGE,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 rv-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 08:49:36 +0000 Received: by rv-out-0506.google.com with SMTP id b25so2472959rvf.39 for <[email protected]>; Tue, 25 Nov 2008 00:50:12 -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=YOpZL32Dez1RFsRMWRqkZX+5mgYNY6klVVfpT/QiHSM=; b=bOzeKFgMh4k7RIps0MMZvZ9uN/n7wMXcCVSyltLUDsYzHsuqdpfb5aUmIni+5ENJ9Q SRgNYBd3yjYoyisrrIzLGqXgkSymPjM8AB+X7ISGTTc8F4jf0pwcXQS+TvuNPjQzdT75 EzlIESTkROOyRQ4S7WCe8DmRsAK/SLlGLsme8= 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=oPZER7A2aPuNAC9Zwv9+I8qbAGGnalU8WNAeESUBLGXXBa4wwehy7Js/AhfxWTGVPC wbgIGZr01xSlqHgcxv8vJ548/GzOZpAXhhfXXrPVqSPXapNCrpxBLUAxjWytcdRNr2mt h0MWNBsbedgklZkD3fEmiPtTPwO0tmZua41/A= Received: by 161.129.204.104 with SMTP id s12mr2311578rve.254.1227603012567; Tue, 25 Nov 2008 00:50:12 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 25 Nov 2008 00:50:12 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 25 Nov 2008 16:50:12 +0800 From: "Michael Mallete" <[email protected]> To: [email protected] Subject: Re: "Used By" tab not working In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3170_4690282.1227603012549" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3170_4690282.1227603012549 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Would be helpful if you post what you see in the page. Also the version of Archiva, and what specific artifact you are browsing (unless it's a private one). My setup is working just fine. I'm guessing you have problems with your pom.xml for that artifact. On Wed, Nov 12, 2008 at 5:04 AM, solo1970 <[email protected]>wrote: > > Hello, > > I am trying to use the "Used By" tab on the artifact page, but it does not > seem to work all the time, is there an issue with this?? > > Sonia > -- > View this message in context: > http://www.nabble.com/%22Used-By%22-tab-not-working-tp20448370p20448370.html > Sent from the archiva-users mailing list [email protected]. > > ------=_Part_3170_4690282.1227603012549-- From [email protected] Tue Nov 25 09:26:16 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2876 invoked from network); 25 Nov 2008 09:26:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2008 09:26:16 -0000 Received: (qmail 22202 invoked by uid 500); 25 Nov 2008 09:26:26 -0000 Delivered-To: [email protected] Received: (qmail 22154 invoked by uid 500); 25 Nov 2008 09: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22143 invoked by uid 99); 25 Nov 2008 09: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, 25 Nov 2008 01:26:26 -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: 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; Tue, 25 Nov 2008 09:24:59 +0000 Received: by wf-out-1314.google.com with SMTP id 25so2570348wfc.6 for <[email protected]>; Tue, 25 Nov 2008 01:25:45 -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=vV/OOFsOppP0WcB/MKiYgoebg/N9kXS4tVanxkI7btA=; b=eDYLUwlqS9W8GGE5RXKpO6Yy9VxjG9kVpQJL83ru4klPyHEWH0802s/MTwRWvm7fKX U3aa7vQAXeHyRyRnW3OKDKVsEMZpsq8V3o5ZSAJxsUc25EGeXDIpT51MXywR7spxYrv6 GuBeAffbpOn4E8gRAukDzCR0jk0jGYl8b0/JE= 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=q5dj3rkuDKLBdvSDcfLH4zCIwm3srgx5DF22xagsv05q8gVbW2J/4acE9MUANrBOId ndZUGTK8XCrJ2w1gBWA9txh4f8vm2kfwLye6pxM9WYssco1PIISVhC/dJDeR9hueZMOT C6DUI6xv0qoPQOfnaDlHQdU7uFi2v+aT4NnAs= Received: by 161.129.204.104 with SMTP id h16mr2072370wfj.191.1227605145841; Tue, 25 Nov 2008 01:25:45 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 25 Nov 2008 01:25:45 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 25 Nov 2008 10:25:45 +0100 From: "Henri Gomez" <[email protected]> To: [email protected] Subject: Re: "Used By" tab not working 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 I'm using Archiva 1.1.3 and see such behaviour. I'm using range : I've got a projet org-er-go using a project org-mk-rif In Dependencies tab I could see : org-mk-rif => : org / mycorp / mk / slib-mk-rif | Version(s): [1.5.0,1.5.1) | Scope: compile --- When I go to org-mk-rif : Used by show No results Could it be related to range ? Regards 2008/11/25 Michael Mallete <[email protected]>: > Would be helpful if you post what you see in the page. Also the version of > Archiva, and what specific artifact you are browsing (unless it's a private > one). My setup is working just fine. I'm guessing you have problems with > your pom.xml for that artifact. > > On Wed, Nov 12, 2008 at 5:04 AM, solo1970 > <[email protected]>wrote: > >> >> Hello, >> >> I am trying to use the "Used By" tab on the artifact page, but it does not >> seem to work all the time, is there an issue with this?? >> >> Sonia >> -- >> View this message in context: >> http://www.nabble.com/%22Used-By%22-tab-not-working-tp20448370p20448370.html >> Sent from the archiva-users mailing list [email protected]. >> >> > From [email protected] Tue Nov 25 09:31:04 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6976 invoked from network); 25 Nov 2008 09:31:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2008 09:31:03 -0000 Received: (qmail 29843 invoked by uid 500); 25 Nov 2008 09:31:13 -0000 Delivered-To: [email protected] Received: (qmail 29725 invoked by uid 500); 25 Nov 2008 09:31: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29714 invoked by uid 99); 25 Nov 2008 09:31:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 01:31: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 rv-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 09:29:47 +0000 Received: by rv-out-0506.google.com with SMTP id b25so2486881rvf.39 for <[email protected]>; Tue, 25 Nov 2008 01:30: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=S5x+75O6HxAEy3Jrnfvq5a5mztC+duT3eUhEEAd8ygY=; b=q7tJRR51qklFmS3rE7f8vUxq5RT88coukEnaSvV73zbd8xNedjBjznU+6QzUiQX0mc WN+34BT6iCD/Y4wOcGNuoOIWsLG78xcGAC99Z/xfQCuVdNBkHOIT3IcAqApi6p32IaZF 1ChYrpx54/IID2XWJuPRGJQrHoyekAA4+VMn8= 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=QxLpP8oL1b2FBB+MyKTcBE4L9HwvqEosJt/XZSN/ZGnF3yd8K9KMuqhO644OGxhq8S tfKpfUKK4d/kGJ31WO0i/iEWahTKQVUlqG1pwHBHm967hb25pxsYdn2EKv81/6EE3B5t HBUaoOAPTM2E56t4rMQWnMBmz1bHK5BpF8oo4= Received: by 161.129.204.104 with SMTP id d7mr2087850wfh.39.1227605434136; Tue, 25 Nov 2008 01:30:34 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 25 Nov 2008 01:30:34 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 25 Nov 2008 10:30:34 +0100 From: "Henri Gomez" <[email protected]> To: [email protected] Subject: Re: "Used By" tab not working 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 More on this : mycorp-er-go depends on mycorp-mk-rif ---- mycorp-er-go Info Dependencies Dependency Tree Used By Mailing Lists Downloads Jar 181 907 Pom 2 020 mycorp-mk-rif : fr / mycorp / mk / mycorp-mk-rif | Version(s): [1.5.0,1.5.1) | Scope: compile mycorp-er-core --- mycorp-mk-rif Info Dependencies Dependency Tree Used By Mailing Lists Downloads Jar 306 099 Pom 2 556 No results I suspect sometings weird when range are in use. Regards From [email protected] Tue Nov 25 12:03:58 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 131 invoked from network); 25 Nov 2008 12:03:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2008 12:03:56 -0000 Received: (qmail 27568 invoked by uid 500); 25 Nov 2008 12:04:06 -0000 Delivered-To: [email protected] Received: (qmail 27525 invoked by uid 500); 25 Nov 2008 12:04: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27514 invoked by uid 99); 25 Nov 2008 12:04:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 04:04:05 -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: unknown (athena.apache.org: error in processing during lookup of [email protected]) Received: from [161.129.204.104] (HELO sbbmail4.sbb.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 12:02:40 +0000 Received: from intmail2.sbb.ch (intmail2.sbb.ch [161.129.204.104]) by sbbmail4.sbb.ch (Switch-3.2.5/Switch-3.2.5) with ESMTP id mAPC3MsN027138 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for <[email protected]>; Tue, 25 Nov 2008 13:03:22 +0100 Received: from i11711.sbb.ch (i11711.sbb.ch [161.129.204.104]) by intmail2.sbb.ch (Switch-3.2.5/Switch-3.2.5) with ESMTP id mAPC3LTr000322 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for <[email protected]>; Tue, 25 Nov 2008 13:03:21 +0100 Received: from SBB-EXCH02.sbb.ch ([161.129.204.104]) by i11711.sbb.ch ([161.129.204.104]) with mapi; Tue, 25 Nov 2008 13:03:21 +0100 From: "Baeriswyl Kuno - Extern (IT-BA-MV)" <[email protected]> To: "'[email protected]'" <[email protected]> Date: Tue, 25 Nov 2008 13:03:20 +0100 Subject: AW: "Used By" tab not working Thread-Topic: "Used By" tab not working Thread-Index: AclO4IvFveGDSc0OSGatPY4WiWyHZAAFLl8A Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US, de-CH Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, de-CH Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org hello, since I configurated uniqueVersion=3Dfalse for the snapshots in the distrib= utionManagement section, a few strange behaviors in Archiva disappeared. Al= so the problem with the UsedBy Tab dissappeared. Kuno -----Urspr=FCngliche Nachricht----- Von: Henri Gomez [mailto:[email protected]] Gesendet: Dienstag, 25. November 2008 10:31 An: [email protected] Betreff: Re: "Used By" tab not working More on this : mycorp-er-go depends on mycorp-mk-rif ---- mycorp-er-go Info Dependencies Dependency Tree Used By Mailing Lists Downloads Jar 181 907 Pom 2 020 mycorp-mk-rif : fr / mycorp / mk / mycorp-mk-rif | Version(s): [1.5.0,1.5.1) | Scope: com= pile mycorp-er-core --- mycorp-mk-rif Info Dependencies Dependency Tree Used By Mailing Lists Downloads Jar 306 099 Pom 2 556 No results I suspect sometings weird when range are in use. Regards From [email protected] Tue Nov 25 14:44:17 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80920 invoked from network); 25 Nov 2008 14:44:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2008 14:44:17 -0000 Received: (qmail 69393 invoked by uid 500); 25 Nov 2008 14:44:15 -0000 Delivered-To: [email protected] Received: (qmail 69349 invoked by uid 500); 25 Nov 2008 14: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69326 invoked by uid 99); 25 Nov 2008 14:44:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 06:44: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO yx-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 14:42:49 +0000 Received: by yx-out-2324.google.com with SMTP id 8so1073616yxg.9 for <[email protected]>; Tue, 25 Nov 2008 06:43: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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ELD5xoOpIpEA57hscOWHk/Rm41xSiAl/N0zYUvo147Y=; b=EJPDZvccU0t43Ul0DrcWuJ5zpPlbqLV2mXY62taoUJxnrBhBB6KFrO5Pyn013M16ta Nx8WNhYubGZskHj1OO3zIqnXUs0IW1wNmCTgGgV1SuDTKHO6m3OK87J1J1b5wNcjyjU9 MPQ+A9xc0keLOp4/HSFYBinAK5c6Z0o8j1yxE= 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=tzTRfjJfOkmT6HBOCYX5jLVknpe/SkB6WgObLMWGw4pju2VnQ/MZKZxtM9sC8/xOtV DC7yIlCLJREXas5QKgr7+Tze1erggF96e+LgCSGGXi+X52uK1jjrfzqDsGdXFuBgJzOe bhtGgsP/WZgMhdVYfnQXtWGmfhDzbSfhLaFyo= Received: by 161.129.204.104 with SMTP id n14mr2152795wfd.292.1227624205374; Tue, 25 Nov 2008 06:43:25 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 25 Nov 2008 06:43:25 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 25 Nov 2008 15:43:25 +0100 From: "Henri Gomez" <[email protected]> To: [email protected] Subject: Re: "Used By" tab not working 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 Hi Kuno, Where did you set the uniqueVersion ? Very valuable information, Thanks 2008/11/25 Baeriswyl Kuno - Extern (IT-BA-MV) <[email protected]>: > hello, > > since I configurated uniqueVersion=3Dfalse for the snapshots in the distr= ibutionManagement section, a few strange behaviors in Archiva disappeared. = Also the problem with the UsedBy Tab dissappeared. > > Kuno > > > > -----Urspr=FCngliche Nachricht----- > Von: Henri Gomez [mailto:[email protected]] > Gesendet: Dienstag, 25. November 2008 10:31 > An: [email protected] > Betreff: Re: "Used By" tab not working > > > More on this : > > mycorp-er-go depends on mycorp-mk-rif > > ---- > > mycorp-er-go > Info Dependencies Dependency Tree Used By Mailing Lists Downloads > > Jar 181 907 > Pom 2 020 > mycorp-mk-rif > > : fr / mycorp / mk / mycorp-mk-rif | Version(s): [1.5.0,1.5.1) | Scope: c= ompile mycorp-er-core > > --- > > mycorp-mk-rif > Info Dependencies Dependency Tree Used By Mailing Lists Downloads > > Jar 306 099 > Pom 2 556 > No results > > > I suspect sometings weird when range are in use. > > Regards > From [email protected] Tue Nov 25 15:34:09 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98454 invoked from network); 25 Nov 2008 15:34:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2008 15:34:07 -0000 Received: (qmail 46796 invoked by uid 500); 25 Nov 2008 15:34:17 -0000 Delivered-To: [email protected] Received: (qmail 46760 invoked by uid 500); 25 Nov 2008 15:34: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46749 invoked by uid 99); 25 Nov 2008 15:34:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 07:34:17 -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 outbound.argodata.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 25 Nov 2008 15:32:52 +0000 Received: from internal.argodata.com ([161.129.204.104]) by outbound.argodata.com with Microsoft SMTPSVC325-354-1238); Tue, 25 Nov 2008 09:33:11 -0600 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_01C94F13.1FA7EB1A" Subject: Problem with Archiva 1.1.3 under Glassfish with MySQL Date: Tue, 25 Nov 2008 09:33:11 -0600 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with Archiva 1.1.3 under Glassfish with MySQL Thread-Index: AclPEx+jEs0caZqjSfu2X0K5+S5IiQ== From: "Paul Kuykendall" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 25 Nov 2008 15:33:11.0263 (UTC) FILETIME=[1FC336F0:01C94F13] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C94F13.1FA7EB1A Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-NAIMIME-Disclaimer: 1 X-NAIMIME-Modified: 1 Hi, =20 Below is a stack trace for an error I am receiving quite frequently (on the order of at least every other day or so, if not more frequently at times).=20 =20 My system configuration is: Archiva version: 1.1.3 (installed the war file from Archiva web site) OS: Windows 2003 Server JVM: 1.6.0_10 (32 bit) Container: Glassfish 2 [Sun Java System Application Server 9.1_02 (build b04-fcs)] Database: MySQL 5.0.51a-community-nt JDBC Driver: mysql-connector-java-5.1.7 =20 During installation I followed the wiki page describing how to configure Archiva on Glassfish with MySQL. =20 =20 What is going on? The C:\WINDOWS\TEMP directory has the correct permissions. The only way I've found to recover from this is to bounce the app server (I've tried just bouncing the application, but that does not work.) =20 =20 Thanks! =20 /Paul =20 [stack trace follows] =20 =20 2008-11-24 02:04:04,677 [pool-1-thread-7] INFO org.apache.maven.archiva.scheduled.executors.ArchivaDatabaseUpdateTaskEx ecutor - Initialized org.apache.maven.archiva.scheduled.executors.ArchivaDatabaseUpdateTaskEx ecutor 2008-11-24 02:04:04,846 [pool-1-thread-7] INFO org.apache.maven.archiva.scheduled.executors.ArchivaRepositoryScanningTa skExecutor - Initialized org.apache.maven.archiva.scheduled.executors.ArchivaRepositoryScanningTa skExecutor 2008-11-24 02:04:04,861 [pool-1-thread-7] INFO org.apache.maven.archiva.web.startup.SecuritySynchronization - Running Environment Check: locked-admin-check 2008-11-24 02:04:07,540 [pool-1-thread-7] ERROR JPOX.RDBMS.Schema - An exception was thrown while adding/validating class(es) : Can't create/write to file 'C:\WINDOWS\TEMP\#sql_968_0.MYI' (Errcode: 13) java.sql.SQLException: Can't create/write to file 'C:\WINDOWS\TEMP\#sql_968_0.MYI' (Errcode: 13) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3515) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3447) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1951) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2101) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2548) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2477) at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1422) at com.mysql.jdbc.DatabaseMetaData$2.forEach(DatabaseMetaData.java:2487) at com.mysql.jdbc.IterateBlock.doForAll(IterateBlock.java:50) at com.mysql.jdbc.DatabaseMetaData.getColumns(DatabaseMetaData.java:2361) at org.jpox.store.rdbms.adapter.DatabaseAdapter.getColumns(DatabaseAdapter. java:2604) at org.jpox.store.rdbms.RDBMSManager.refreshColumnInfo(RDBMSManager.java:21 02) at org.jpox.store.rdbms.RDBMSManager.getColumnInfoForTable(RDBMSManager.jav a:1914) at org.jpox.store.rdbms.table.TableImpl.initializeColumnInfoFromDatastore(T ableImpl.java:323) at org.jpox.store.rdbms.RDBMSManager$ClassAdder.performTablesValidation(RDB MSManager.java:3092) at org.jpox.store.rdbms.RDBMSManager$ClassAdder.addClassTablesAndValidate(R DBMSManager.java:3326) at org.jpox.store.rdbms.RDBMSManager$ClassAdder.run(RDBMSManager.java:2567) at org.jpox.store.rdbms.RDBMSManager$MgmtTransaction.execute(RDBMSManager.j ava:2419) at org.jpox.store.rdbms.RDBMSManager.addClasses(RDBMSManager.java:824) at org.jpox.store.rdbms.RDBMSManager.addClass(RDBMSManager.java:838) at org.jpox.store.StoreManager.getDatastoreClass(StoreManager.java:1218) at org.jpox.store.rdbms.RDBMSManager.getExtent(RDBMSManager.java:1357) at org.jpox.AbstractPersistenceManager.getExtent(AbstractPersistenceManager =2Ejava:2328) at org.codehaus.plexus.jdo.PlexusJdoUtils.getAllObjectsDetached(PlexusJdoUt ils.java:358) at org.codehaus.plexus.jdo.PlexusJdoUtils.getAllObjectsDetached(PlexusJdoUt ils.java:346) at org.codehaus.plexus.redback.users.jdo.JdoUserManager.getAllObjectsDetach ed(JdoUserManager.java:435) at org.codehaus.plexus.redback.users.jdo.JdoUserManager.getAllObjectsDetach ed(JdoUserManager.java:430) at org.codehaus.plexus.redback.users.jdo.JdoUserManager.getAllObjectsDetach ed(JdoUserManager.java:425) at org.codehaus.plexus.redback.users.jdo.JdoUserManager.triggerInit(JdoUser Manager.java:476) at org.codehaus.plexus.redback.users.jdo.JdoUserManager.getPersistenceManag er(JdoUserManager.java:385) at org.codehaus.plexus.redback.users.jdo.JdoUserManager.getObjectById(JdoUs erManager.java:410) at org.codehaus.plexus.redback.users.jdo.JdoUserManager.getObjectById(JdoUs erManager.java:402) at org.codehaus.plexus.redback.users.jdo.JdoUserManager.findUser(JdoUserMan ager.java:333) at org.codehaus.plexus.redback.users.cached.CachedUserManager.findUser(Cach edUserManager.java:126) at org.codehaus.plexus.redback.xwork.checks.security.LockedAdminEnvironment Check.validateEnvironment(LockedAdminEnvironmentCheck.java:84) at org.apache.maven.archiva.web.startup.SecuritySynchronization.executeEnvi ronmentChecks(SecuritySynchronization.java:151) at org.apache.maven.archiva.web.startup.SecuritySynchronization.startup(Sec uritySynchronization.java:125) at org.apache.maven.archiva.web.startup.ArchivaStartup.contextInitialized(A rchivaStartup.java:56) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.j ava:4523) at org.apache.catalina.core.StandardContext.start(StandardContext.java:5184 ) at com.sun.enterprise.web.WebModule.start(WebModule.java:326) at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58) at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.j ava:304) at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java: 341) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto r.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja va:908) at java.lang.Thread.run(Thread.java:619) =20 ---------------------------------------------------=0AConfidentiality Not= ice: This electronic mail transmission is confidential, =0Amay be privil= eged and should be read or retained only by the intended=0Arecipient. If= you have received this transmission in error, please=0Aimmediately notif= y the sender and delete it from your system. ------_=_NextPart_001_01C94F13.1FA7EB1A-- From [email protected] Tue Nov 25 16:34:19 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31357 invoked from network); 25 Nov 2008 16:34:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2008 16:34:18 -0000 Received: (qmail 76701 invoked by uid 500); 25 Nov 2008 16:34:29 -0000 Delivered-To: [email protected] Received: (qmail 76650 invoked by uid 500); 25 Nov 2008 16: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76639 invoked by uid 99); 25 Nov 2008 16:34:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 08:34: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 qw-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 16:33:03 +0000 Received: by qw-out-2122.google.com with SMTP id 3so20991qwe.39 for <[email protected]>; Tue, 25 Nov 2008 08:33: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 :content-transfer-encoding:content-disposition:references; bh=oXZow7BZDCFHhjIn6kL9VaUzUtY3HL1jaH78lEfYZps=; b=APYviwjEZBj0nm4rgEU4eOvbr5SnJRKkrY7d5tt0GBrJgrKL0blOr9Jq0hYELp70LF Wr+UNa6MyVRkPh5yuyBXFhM/jjgya5VV5NQKdxNE/ID5RXzg3VkJ4C5HIbBDvQ9oxF6p fq6p5J94SJRwSMpp/q4USPBOgUkw0HoJxatOc= 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=DApCzGiH7LDP13SmUsIAJg5NPj9w/hh8m7I8oQvHWmx/PJ5MZm455GXM5WY6xCSaYm shz+6AeJvQdA7PB6odaqI+yQx4HBLJFPrJltZna387PCY4ZdNUrdxRFeGokgBnxYcg4c GSgH2KdVtK+UWKokIFVhAzJGYVsRVzAh04DBw= Received: by 161.129.204.104 with SMTP id r16mr2199505wfd.77.1227630818593; Tue, 25 Nov 2008 08:33:38 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 25 Nov 2008 08:33:38 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 25 Nov 2008 17:33:38 +0100 From: "Henri Gomez" <[email protected]> To: [email protected] Subject: Re: "Used By" tab not working 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 BTW, I got the problem with released artifacts not just with snapshots. 2008/11/25 Baeriswyl Kuno - Extern (IT-BA-MV) <[email protected]>: > hello, > > since I configurated uniqueVersion=3Dfalse for the snapshots in the distr= ibutionManagement section, a few strange behaviors in Archiva disappeared. = Also the problem with the UsedBy Tab dissappeared. > > Kuno > > > > -----Urspr=FCngliche Nachricht----- > Von: Henri Gomez [mailto:[email protected]] > Gesendet: Dienstag, 25. November 2008 10:31 > An: [email protected] > Betreff: Re: "Used By" tab not working > > > More on this : > > mycorp-er-go depends on mycorp-mk-rif > > ---- > > mycorp-er-go > Info Dependencies Dependency Tree Used By Mailing Lists Downloads > > Jar 181 907 > Pom 2 020 > mycorp-mk-rif > > : fr / mycorp / mk / mycorp-mk-rif | Version(s): [1.5.0,1.5.1) | Scope: c= ompile mycorp-er-core > > --- > > mycorp-mk-rif > Info Dependencies Dependency Tree Used By Mailing Lists Downloads > > Jar 306 099 > Pom 2 556 > No results > > > I suspect sometings weird when range are in use. > > Regards > From [email protected] Tue Nov 25 17:03:02 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46271 invoked from network); 25 Nov 2008 17:03:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2008 17:03:02 -0000 Received: (qmail 31751 invoked by uid 500); 25 Nov 2008 17:03:12 -0000 Delivered-To: [email protected] Received: (qmail 31707 invoked by uid 500); 25 Nov 2008 17:03: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31696 invoked by uid 99); 25 Nov 2008 17:03:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 09:03:12 -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: unknown (athena.apache.org: error in processing during lookup of [email protected]) Received: from [161.129.204.104] (HELO sbbmail4.sbb.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 17:01:46 +0000 Received: from intmail1.sbb.ch (intmail1.sbb.ch [161.129.204.104]) by sbbmail4.sbb.ch (Switch-3.2.5/Switch-3.2.5) with ESMTP id mAPGxJh5023277 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for <[email protected]>; Tue, 25 Nov 2008 17:59:19 +0100 Received: from i11711.sbb.ch (i11711.sbb.ch [161.129.204.104]) by intmail1.sbb.ch (Switch-3.2.5/Switch-3.2.5) with ESMTP id mAPGxInl002253 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for <[email protected]>; Tue, 25 Nov 2008 17:59:18 +0100 Received: from SBB-EXCH02.sbb.ch ([161.129.204.104]) by i11711.sbb.ch ([161.129.204.104]) with mapi; Tue, 25 Nov 2008 17:59:18 +0100 From: "Baeriswyl Kuno - Extern (IT-BA-MV)" <[email protected]> To: "'[email protected]'" <[email protected]> Date: Tue, 25 Nov 2008 17:59:17 +0100 Subject: AW: "Used By" tab not working Thread-Topic: "Used By" tab not working Thread-Index: AclPG60BhygMGjfKTVitcJJ9pSJ2WAAAw05A Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US, de-CH Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, de-CH Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hello, I didn't try it with stable releases, though, I had troubles with external,= stables releases too. Now I can see which of my own artifacts depend on a = certain external jar. Kuno -----Urspr=FCngliche Nachricht----- Von: Henri Gomez [mailto:[email protected]] Gesendet: Dienstag, 25. November 2008 17:34 An: [email protected] Betreff: Re: "Used By" tab not working BTW, I got the problem with released artifacts not just with snapshots. 2008/11/25 Baeriswyl Kuno - Extern (IT-BA-MV) <[email protected]>: > hello, > > since I configurated uniqueVersion=3Dfalse for the snapshots in the > distributionManagement section, a few strange behaviors in Archiva > disappeared. Also the problem with the UsedBy Tab dissappeared. > > Kuno > > > > -----Urspr=FCngliche Nachricht----- > Von: Henri Gomez [mailto:[email protected]] > Gesendet: Dienstag, 25. November 2008 10:31 > An: [email protected] > Betreff: Re: "Used By" tab not working > > > More on this : > > mycorp-er-go depends on mycorp-mk-rif > > ---- > > mycorp-er-go > Info Dependencies Dependency Tree Used By Mailing Lists Downloads > > Jar 181 907 > Pom 2 020 > mycorp-mk-rif > > : fr / mycorp / mk / mycorp-mk-rif | Version(s): [1.5.0,1.5.1) | > Scope: compile mycorp-er-core > > --- > > mycorp-mk-rif > Info Dependencies Dependency Tree Used By Mailing Lists Downloads > > Jar 306 099 > Pom 2 556 > No results > > > I suspect sometings weird when range are in use. > > Regards > From [email protected] Tue Nov 25 17:04:16 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47058 invoked from network); 25 Nov 2008 17:04:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2008 17:04:15 -0000 Received: (qmail 33885 invoked by uid 500); 25 Nov 2008 17:04:25 -0000 Delivered-To: [email protected] Received: (qmail 33840 invoked by uid 500); 25 Nov 2008 17:04: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33829 invoked by uid 99); 25 Nov 2008 17:04:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 09:04:25 -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: unknown (athena.apache.org: error in processing during lookup of [email protected]) Received: from [161.129.204.104] (HELO sbbmail4.sbb.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 17:03:00 +0000 Received: from intmail2.sbb.ch (intmail2.sbb.ch [161.129.204.104]) by sbbmail4.sbb.ch (Switch-3.2.5/Switch-3.2.5) with ESMTP id mAPH0Yob023522 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for <[email protected]>; Tue, 25 Nov 2008 18:00:34 +0100 Received: from i11712.sbb.ch (i11712.sbb.ch [161.129.204.104]) by intmail2.sbb.ch (Switch-3.2.5/Switch-3.2.5) with ESMTP id mAPH0Xml001465 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for <[email protected]>; Tue, 25 Nov 2008 18:00:33 +0100 Received: from SBB-EXCH02.sbb.ch ([161.129.204.104]) by i11712.sbb.ch ([161.129.204.104]) with mapi; Tue, 25 Nov 2008 18:00:33 +0100 From: "Baeriswyl Kuno - Extern (IT-BA-MV)" <[email protected]> To: "'[email protected]'" <[email protected]> Date: Tue, 25 Nov 2008 18:00:32 +0100 Subject: AW: "Used By" tab not working Thread-Topic: "Used By" tab not working Thread-Index: AclPDE0cCG3CNV6TT0KNU7PQ7ePerQAEt8zw Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US, de-CH Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, de-CH Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org hello, you need to modify the distributionManagement section in your pom or organi= zional pom. Kuno -----Urspr=FCngliche Nachricht----- Von: Henri Gomez [mailto:[email protected]] Gesendet: Dienstag, 25. November 2008 15:43 An: [email protected] Betreff: Re: "Used By" tab not working Hi Kuno, Where did you set the uniqueVersion ? Very valuable information, Thanks 2008/11/25 Baeriswyl Kuno - Extern (IT-BA-MV) <[email protected]>: > hello, > > since I configurated uniqueVersion=3Dfalse for the snapshots in the > distributionManagement section, a few strange behaviors in Archiva > disappeared. Also the problem with the UsedBy Tab dissappeared. > > Kuno > > > > -----Urspr=FCngliche Nachricht----- > Von: Henri Gomez [mailto:[email protected]] > Gesendet: Dienstag, 25. November 2008 10:31 > An: [email protected] > Betreff: Re: "Used By" tab not working > > > More on this : > > mycorp-er-go depends on mycorp-mk-rif > > ---- > > mycorp-er-go > Info Dependencies Dependency Tree Used By Mailing Lists Downloads > > Jar 181 907 > Pom 2 020 > mycorp-mk-rif > > : fr / mycorp / mk / mycorp-mk-rif | Version(s): [1.5.0,1.5.1) | > Scope: compile mycorp-er-core > > --- > > mycorp-mk-rif > Info Dependencies Dependency Tree Used By Mailing Lists Downloads > > Jar 306 099 > Pom 2 556 > No results > > > I suspect sometings weird when range are in use. > > Regards > From [email protected] Tue Nov 25 17:08:06 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49593 invoked from network); 25 Nov 2008 17:08:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2008 17:08:06 -0000 Received: (qmail 42991 invoked by uid 500); 25 Nov 2008 17:08:16 -0000 Delivered-To: [email protected] Received: (qmail 42957 invoked by uid 500); 25 Nov 2008 17:08: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42946 invoked by uid 99); 25 Nov 2008 17:08:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 09:08: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: 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, 25 Nov 2008 17:06:50 +0000 Received: by an-out-0708.google.com with SMTP id c38so37198ana.9 for <[email protected]>; Tue, 25 Nov 2008 09:07:36 -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=KueOBLhbLyo5W6aYvuHmcrdOIH4LG1jOcyeS5+VViFc=; b=js0AIqOCWu+sLQqrQZ0+rCIdHrdsDkkaq2GZGpCDw+LUTPonDi7UX4PQPn2PbJAdk2 n3V2w6wjZaMUtgn1bPc3mRlRIRAwfRXnDDiOY46osAm4lUmvo1wQow3PNAKiGIWckS1y bT7B3/QFJnCbDJ2OMCOV2arzmfj9iS0EXXrmw= 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=W16nbrXUDEHGRdmgrReTFHvd0yGosVBgIjZVh74vqbjEO+61P3ctiNZ8SdETzT0VcG QG5KNZ+o31dgOJ1dWnwbe/vgqhX4jtim0KQibMTc7uC/E0wH/fLgwTxYaZpBQBbc6gan KrP9LDB6AZVVK4bRXIbhqxPGvTJc1+F4iEapg= Received: by 161.129.204.104 with SMTP id p16mr2200049wfd.231.1227632855538; Tue, 25 Nov 2008 09:07:35 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 25 Nov 2008 09:07:35 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 25 Nov 2008 18:07:35 +0100 From: "Henri Gomez" <[email protected]> To: [email protected] Subject: Re: "Used By" tab not working 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 > hello, > > you need to modify the distributionManagement section in your pom or orga= nizional pom. I see that, but wonder if It works also for release. Need more archiva guys advices here. Thanks Kuno > Kuno > > -----Urspr=FCngliche Nachricht----- > Von: Henri Gomez [mailto:[email protected]] > Gesendet: Dienstag, 25. November 2008 15:43 > An: [email protected] > Betreff: Re: "Used By" tab not working > > > Hi Kuno, > > Where did you set the uniqueVersion ? > > Very valuable information, > > Thanks > > 2008/11/25 Baeriswyl Kuno - Extern (IT-BA-MV) <[email protected]>: >> hello, >> >> since I configurated uniqueVersion=3Dfalse for the snapshots in the >> distributionManagement section, a few strange behaviors in Archiva >> disappeared. Also the problem with the UsedBy Tab dissappeared. >> >> Kuno >> >> >> >> -----Urspr=FCngliche Nachricht----- >> Von: Henri Gomez [mailto:[email protected]] >> Gesendet: Dienstag, 25. November 2008 10:31 >> An: [email protected] >> Betreff: Re: "Used By" tab not working >> >> >> More on this : >> >> mycorp-er-go depends on mycorp-mk-rif >> >> ---- >> >> mycorp-er-go >> Info Dependencies Dependency Tree Used By Mailing Lists Downloads >> >> Jar 181 907 >> Pom 2 020 >> mycorp-mk-rif >> >> : fr / mycorp / mk / mycorp-mk-rif | Version(s): [1.5.0,1.5.1) | >> Scope: compile mycorp-er-core >> >> --- >> >> mycorp-mk-rif >> Info Dependencies Dependency Tree Used By Mailing Lists Downloads >> >> Jar 306 099 >> Pom 2 556 >> No results >> >> >> I suspect sometings weird when range are in use. >> >> Regards >> > From [email protected] Tue Nov 25 23:41:01 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47044 invoked from network); 25 Nov 2008 23:41:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Nov 2008 23:41:01 -0000 Received: (qmail 97807 invoked by uid 500); 25 Nov 2008 23:41:11 -0000 Delivered-To: [email protected] Received: (qmail 97768 invoked by uid 500); 25 Nov 2008 23: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97751 invoked by uid 99); 25 Nov 2008 23: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, 25 Nov 2008 15:41:11 -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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail0.doit.usm.maine.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 23:39:42 +0000 Received: from uct5.uct.usm.maine.edu (uct5.doit.usm.maine.edu [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail0.doit.usm.maine.edu (Postfix) with ESMTP id B1AAFBA2C9 for <[email protected]>; Tue, 25 Nov 2008 18:40:23 -0500 (EST) Received: from UCT5-MTA by uct5.uct.usm.maine.edu with Novell_GroupWise; Tue, 25 Nov 2008 18:40:23 -0500 Message-Id: <[email protected]> X-Mailer: Novell GroupWise Internet Agent 8.0.0 Date: Tue, 25 Nov 2008 18:40:20 -0500 From: "Brent Atkinson" <[email protected]> To: <[email protected]> Subject: Archiva 1.1.x and LDAP Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=__Part755D1DF4.0__=" X-USM-MailScanner-Watermark: 1228261227.51014@l/EScwEvRUor27mACaMhBg X-Virus-Checked: Checked by ClamAV on apache.org --=__Part755D1DF4.0__= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, =20 I recently upgraded from archiva 1.0.x to 1.1.3 and found that ldap = authentication is broken. Archiva 1.1.3 currently does not appear to work = with ldap.config.bind.dn. Although I haven't verified it yet, archiva = 1.2-M1 includes an updated redback with the fix. Hopefully I can save = someone else some time.=20 =20 ${appserver.base}/conf/security.properties: =20 user.manager.impl=3Dcached ldap.bind.authenticator.enabled=3Dtrue redback.default.admin=3Dadmin redback.default.guest=3Dguest security.policy.password.expiration.enabled=3Dfalse =20 ldap.config.hostname=3D161.129.204.104 ldap.config.port=3D389 ldap.config.base.dn=3Do=3Dlocaldomain ldap.config.context.factory=3Dcom.sun.jndi.ldap.LdapCtxFactory ldap.config.bind.dn=3Dcn=3DAdministrator,o=3Dlocaldomain ldap.config.password=3D******** =20 ldap.config.mapper.attribute.email=3Dmail ldap.config.mapper.attribute.fullname=3Dcn ldap.config.mapper.attribute.password=3DuserPassword ldap.config.mapper.attribute.user.id=3Duid ## This is set in application.xml due to another unrelated issue #ldap.config.mapper.attribute.user.base.dn=3Dou=3Dpeople,o=3Dlocaldomain ldap.config.mapper.attribute.user.object.class=3DinetOrgPerson =20 With this configuration, archiva fails to start and throws the following = stack trace: =20 org.codehaus.plexus.redback.common.ldap.connection.LdapException: Could = not connect to the server. [Root exception is javax.naming.InvalidNameExcep= tion: [LDAP: error code 34 - invalid DN]] at org.codehaus.plexus.redback.common.ldap.connection.LdapConnectio= n.<init>(LdapConnection.java:81) at org.codehaus.plexus.redback.common.ldap.connection.ConfigurableL= dapConnectionFactory.getConnection(ConfigurableLdapConnectionFactory.java:1= 30) at org.codehaus.plexus.redback.users.ldap.LdapUserManager.newDirCon= text(LdapUserManager.java:338) at org.codehaus.plexus.redback.users.ldap.LdapUserManager.findUser(= LdapUserManager.java:214) at org.codehaus.plexus.redback.users.cached.CachedUserManager.findU= ser(CachedUserManager.java:126) at org.codehaus.plexus.redback.users.configurable.ConfigurableUserM= anager.findUser(ConfigurableUserManager.java:111) at org.codehaus.plexus.redback.xwork.checks.security.GuestUserEnvir= onmentCheck.validateEnvironment(GuestUserEnvironmentCheck.java:82) at org.apache.maven.archiva.web.startup.SecuritySynchronization.exe= cuteEnvironmentChecks(SecuritySynchronization.java:151) at org.apache.maven.archiva.web.startup.SecuritySynchronization.sta= rtup(SecuritySynchronization.java:125) at org.apache.maven.archiva.web.startup.ArchivaStartup.contextIniti= alized(ArchivaStartup.java:56) at org.apache.catalina.core.StandardContext.listenerStart(StandardC= ontext.java:3764) ... The issue is with redback: http://jira.codehaus.org/browse/REDBACK-154.=20 --=__Part755D1DF4.0__=-- From [email protected] Wed Nov 26 01:51:21 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14796 invoked from network); 26 Nov 2008 01:51:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Nov 2008 01:51:21 -0000 Received: (qmail 13930 invoked by uid 500); 26 Nov 2008 01:51:31 -0000 Delivered-To: [email protected] Received: (qmail 13882 invoked by uid 500); 26 Nov 2008 01:51: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13871 invoked by uid 99); 26 Nov 2008 01:51:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 17:51: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO nschwmtas02p.mx.bigpond.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 01:50:02 +0000 Received: from nschwotgx02p.mx.bigpond.com ([161.129.204.104]) by nschwmtas02p.mx.bigpond.com with ESMTP id <[email protected]> for <[email protected]>; Wed, 26 Nov 2008 01:50:36 +0000 Received: from [161.129.204.104] (really [161.129.204.104]) by nschwotgx02p.mx.bigpond.com with ESMTP id <20081126015025.EENM21966.nschwotgx02p.mx.bigpond.com@[161.129.204.104]> for <[email protected]>; Wed, 26 Nov 2008 01:50:25 +0000 Message-Id: <[email protected]> From: Brett Porter <[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 v929.2) Subject: Re: how to populate my local archiva repo with the contents of a maven2 repo I downloaded via wget Date: Wed, 26 Nov 2008 12:50:21 +1100 References: <[email protected]> X-Mailer: Apple Mail (2.929.2) X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150204.492CAB62.0082,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org Taking a copy of someone else's repo is definitely the "hard way". Archiva is configured out of the box to proxy files on demand. So let's say you started a new instance of Archiva on http://defiant/archiva/ You should be able to use this: > <ibiblio name="mavenProxy" m2compatible="true" usepoms="true" > root="http://defiant/archiva/repository/internal/" pattern="$ > {artifact.pattern}" /> You should find that this will copy the files you need from repo1.maven.org to Archiva on the fly. HTH, Brett On 23/11/2008, at 10:52 PM, Andrew Marlow wrote: > hello, > > I am new to archiva and I am struggling. It seems really hard to set > things up so that my ant build with ivy will work. I can only get it > to work when I tell ivy that the repo is an established maven2 mirror. > > I want to have my own repo mgd by archiva. I tried setting one by > hand but I couldn't get it to work and even if I could, it would be > really tedious to set up every pom and jar by hand. Not to mention > that to do so would involve having all the poms and jars so that > they could be uploaded to archiva in the first place. So I thought I > would use wget to download a complete repo from > maven2.atlassian.com. This download eventually completed and all the > poms and jars were there. I configured apache so that the repo was > available via my local web server. I can browse this repo just fine. > I then changed my ivy config to point to these pages using this > directive: > > <ibiblio name="mavenProxy" m2compatible="true" usepoms="true" > root="http://defiant/maven2/" pattern="${artifact.pattern}" /> > > (defiant is the name of my machine). This gave an interesting result > in ivy. It initially said it resolved everything, giving successful > download messages for all the jars. It populated the ivy cache as > well. But then it gave an error for every jar, as shown by the > sample below: > > [ivy:resolve] module not found: org.apache.commons#commons-parent;9 > [ivy:resolve] ==== mavenProxy: tried > [ivy:resolve] http://defiant/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom > [ivy:resolve] -- artifact org.apache.commons#commons-parent;9! > commons-parent.jar: > [ivy:resolve] http://defiant/maven2/org/apache/commons/commons-parent/9/commons-parent-9.jar > [ivy:resolve] impossible to load parent for file:/G:/mystuff/ivy- > cache/commons-lang/commons-lang/ivy-2.4.xml.original. > Parent=org.apache.commons#commons-parent;9 > [ivy:resolve] impossible to load parent for file:/G:/mystuff/ivy- > cache/commons-collections/commons-collections/ > ivy-3.2.1.xml.original. Parent=org.apache.commons#commons-parent;9 > [ivy:resolve] impossible to load parent for file:/G:/mystuff/ivy- > cache/commons-fileupload/commons-fileupload/ivy-1.2.1.xml.original. > Parent=org.apache.commons#commons-parent;7 > [ivy:resolve] module not found: com.thoughtworks.xstream#xstream; > 1.2.2 > [ivy:resolve] ==== mavenProxy: tried > [ivy:resolve] http://defiant/maven2/com/thoughtworks/xstream/xstream/1.2.2/xstream-1.2.2.pom > [ivy:resolve] -- artifact com.thoughtworks.xstream#xstream;1.2.2! > xstream.jar: > > > I have a feeling that this is because I tried to cheat and tell ivy > that I am using an archiva repo when actually they are just web > pages I downloaded from atlassians archiva repo. So I suppose I > should populate my own repo based on the web pages I now have. But > how do I do this as a bulk operation? Can anybody help please? I am > using version 1.1.3 of archiva and version 2.0.0-rc1 of ivy. > > -- > Regards, > > Andrew Marlow > http://www.andrewpetermarlow.co.uk -- Brett Porter [email protected] http://blogs.exist.com/bporter/ From [email protected] Wed Nov 26 05:39:30 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87300 invoked from network); 26 Nov 2008 05:39:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Nov 2008 05:39:30 -0000 Received: (qmail 68443 invoked by uid 500); 26 Nov 2008 05:39:40 -0000 Delivered-To: [email protected] Received: (qmail 68392 invoked by uid 500); 26 Nov 2008 05:39: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68380 invoked by uid 99); 26 Nov 2008 05:39:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 21:39: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO rv-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 05:38:14 +0000 Received: by rv-out-0506.google.com with SMTP id b25so299005rvf.39 for <[email protected]>; Tue, 25 Nov 2008 21:39: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:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=a3RoFFIOJbIHspb1tJqMGLumc+P5PuJakLnuqJpvQZ4=; b=JRh0FCHW9ZiVJ1yrOFrOPZbWdJZ/8yFGLfW3u2hAiKqWcm4lXBwMirxjoWirDPgmMH U9OUFMJAinVi8gEw7Y7frgMCVBLycfnsnOlvr4qQtB9esQxrYEedVxcbm34DyMSdTlln 2Xkw8zXYauaOEMQvrLkdnAg2AH8UD71/PyprQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=Ym6VUZWL+45rhTiURO+L0zHf4ld6rgYs+LTIBeWz4g/lG/Ht47hZP2o+tBR0gsnrMR AOCMGSpmVM2srd2YhswHNOL9OgxvqMBEbBtQ1yw4BMqZrv24TQ1Otvg2t3PxHl3BQ8BV ljOxV5voMuIsJsjoeIPTZ5zxeblx1jBuoFgoo= Received: by 161.129.204.104 with SMTP id e8mr2434379wfg.288.1227677940736; Tue, 25 Nov 2008 21:39:00 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 25 Nov 2008 21:39:00 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 25 Nov 2008 21:39:00 -0800 From: "Carlos Sanchez" <[email protected]> Sender: [email protected] To: [email protected] Subject: Virtual repository handling for snapshot/release repositories MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: d7faade5a0465374 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I see last version have the ability of creating virtual repositories segmented by groupid I have to directories, one for releases and one for snapshots, and i was wondering if a virtual server can redirect requests to one or another. I need them separate for deployment, but I need them together so users can have a mirror of * in their settings.xml Thanks From [email protected] Wed Nov 26 06:53:04 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20974 invoked from network); 26 Nov 2008 06:53:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Nov 2008 06:53:03 -0000 Received: (qmail 94954 invoked by uid 500); 26 Nov 2008 06:53:14 -0000 Delivered-To: [email protected] Received: (qmail 94908 invoked by uid 500); 26 Nov 2008 06: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94897 invoked by uid 99); 26 Nov 2008 06:53:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 22:53:13 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,HTTP_ESCAPED_HOST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO odin2.bull.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 06:51:45 +0000 Received: from fr-hub.frcl.bull.fr (fr-hub.frcl.bull.fr [161.129.204.104]) by odin2.bull.net (Bull S.A.) with ESMTP id 677C478AC for <[email protected]>; Wed, 26 Nov 2008 07:45:50 +0100 (CET) Received: from [161.129.204.104] ([161.129.204.104]) by bjn-001.bull.net (Lotus Domino Release 6.0.1) with ESMTP id 2008112614505578-1146 ; Wed, 26 Nov 2008 14:50:55 +0800 Message-ID: <[email protected]> Date: Wed, 26 Nov 2008 14:50:06 +0800 From: Olivier Gies <[email protected]> Reply-To: [email protected] Organization: Bull Information Systems (Beijing) Co., Ltd. User-Agent: Thunderbird 161.129.204.104 (Windows/20081105) MIME-Version: 1.0 To: [email protected] Subject: Reset admin user + disable password auto-change X-MIMETrack: Itemize by SMTP Server on BJN-001/CN/BULL(Release 6.0.1|February 07, 2003) at 11/26/2008 14:50:55, Serialize by Router on FR-HUB/FR/BULL(Release 5.0.11 |July 24, 2002) at 26/11/2008 07:51:59, Serialize complete at 26/11/2008 07:51:59 Content-Type: multipart/alternative; boundary="------------060107020103090804020108" X-Virus-Checked: Checked by ClamAV on apache.org --------------060107020103090804020108 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi, I am a bit new to Archiva, and have the following problem: recently, when connecting with 'admin' user, it forced me to change my password, and I forgot which password I entered for the new value. So I would like to reset this password and disable the mechanism to force password change after a given delay. For the record, there are almost no users in the system yet, so if necessary I can entirely drop the users DB / reset all user info. Any help appreciated ! -- *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World ^TM Phone: 325-354-1238 - Ext 555 * *www.bull.com <http://www.bull.com/>* *This e-mail contains material that is confidential for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.* --------------060107020103090804020108-- From [email protected] Wed Nov 26 13:34:09 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96610 invoked from network); 26 Nov 2008 13:34:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Nov 2008 13:34:09 -0000 Received: (qmail 55425 invoked by uid 500); 26 Nov 2008 13:34:19 -0000 Delivered-To: [email protected] Received: (qmail 55365 invoked by uid 500); 26 Nov 2008 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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55354 invoked by uid 99); 26 Nov 2008 13:34:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 05:34:18 -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 nskntmtas05p.mx.bigpond.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 13:32:50 +0000 Received: from nskntotgx02p.mx.bigpond.com ([161.129.204.104]) by nskntmtas05p.mx.bigpond.com with ESMTP id <[email protected]> for <[email protected]>; Wed, 26 Nov 2008 13:33:24 +0000 Received: from [161.129.204.104] (really [161.129.204.104]) by nskntotgx02p.mx.bigpond.com with ESMTP id <20081126133321.GFCA1284.nskntotgx02p.mx.bigpond.com@[161.129.204.104]> for <[email protected]>; Wed, 26 Nov 2008 13:33:21 +0000 Message-Id: <[email protected]> From: Brett Porter <[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 v929.2) Subject: Re: Reset admin user + disable password auto-change Date: Thu, 27 Nov 2008 00:33:21 +1100 References: <[email protected]> X-Mailer: Apple Mail (2.929.2) X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150205.492D5022.0054,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org You can use the reset password link to have it emailed to you, if that was set up correctly. Otherwise you need to alter the database, or drop it entirely. You can do that by simply removing the data/databases/users directory if you are using the standalone derby installation and restarting the server. The security configuration page on the web site details how to change the configuration properties such as expiration. Cheers, Brett On 26/11/2008, at 5:50 PM, Olivier Gies wrote: > Hi, > > I am a bit new to Archiva, and have the following problem: recently, > when connecting with 'admin' user, it forced me to change my > password, and I forgot which password I entered for the new value. > So I would like to reset this password and disable the mechanism to > force password change after a given delay. > > For the record, there are almost no users in the system yet, so if > necessary I can entirely drop the users DB / reset all user info. > > Any help appreciated ! > > > > > -- > > *Olivier Gies* > > *Delivery Manager > Customs & Tax Software Engineering Center > Bull, Architect of an Open World ^TM > Phone: 325-354-1238 - Ext 555 * > > *www.bull.com <http://www.bull.com/>* > > *This e-mail contains material that is confidential for the sole use > of the intended recipient. Any review, reliance or distribution by > others or forwarding without express permission is strictly > prohibited. If you are not the intended recipient, please contact > the sender and delete all copies.* > -- Brett Porter [email protected] http://blogs.exist.com/bporter/ From [email protected] Wed Nov 26 13:35:25 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97001 invoked from network); 26 Nov 2008 13:35:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Nov 2008 13:35:24 -0000 Received: (qmail 56371 invoked by uid 500); 26 Nov 2008 13:35:35 -0000 Delivered-To: [email protected] Received: (qmail 56319 invoked by uid 500); 26 Nov 2008 13:35: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56308 invoked by uid 99); 26 Nov 2008 13:35:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 05:35: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 nskntmtas01p.mx.bigpond.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 13:34:06 +0000 Received: from nskntotgx02p.mx.bigpond.com ([161.129.204.104]) by nskntmtas01p.mx.bigpond.com with ESMTP id <[email protected]> for <[email protected]>; Wed, 26 Nov 2008 13:34:51 +0000 Received: from [161.129.204.104] (really [161.129.204.104]) by nskntotgx02p.mx.bigpond.com with ESMTP id <20081126133450.GFUM1284.nskntotgx02p.mx.bigpond.com@[161.129.204.104]> for <[email protected]>; Wed, 26 Nov 2008 13:34:50 +0000 Message-Id: <[email protected]> From: Brett Porter <[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 v929.2) Subject: Re: Virtual repository handling for snapshot/release repositories Date: Thu, 27 Nov 2008 00:34:19 +1100 References: <[email protected]> X-Mailer: Apple Mail (2.929.2) X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150201.492D507B.009B,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org The virtual repository will check both if they are both included, and only use the one where it is found. If you are concerned about outbound checks by proxied repos, you can configure snapshots and white/blacklists on those. Cheers, Brett On 26/11/2008, at 4:39 PM, Carlos Sanchez wrote: > Hi, > > I see last version have the ability of creating virtual repositories > segmented by groupid > > I have to directories, one for releases and one for snapshots, and i > was wondering if a virtual server can redirect requests to one or > another. I need them separate for deployment, but I need them together > so users can have a mirror of * in their settings.xml > > Thanks -- Brett Porter [email protected] http://blogs.exist.com/bporter/ From [email protected] Wed Nov 26 14:14:33 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23403 invoked from network); 26 Nov 2008 14:14:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Nov 2008 14:14:33 -0000 Received: (qmail 22034 invoked by uid 500); 26 Nov 2008 14:14:43 -0000 Delivered-To: [email protected] Received: (qmail 21980 invoked by uid 500); 26 Nov 2008 14:14: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21969 invoked by uid 99); 26 Nov 2008 14:14:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 06:14:43 -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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail0.doit.usm.maine.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 14:13:15 +0000 Received: from uct5.uct.usm.maine.edu (uct5.doit.usm.maine.edu [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail0.doit.usm.maine.edu (Postfix) with ESMTP id 2F570BA06B for <[email protected]>; Wed, 26 Nov 2008 09:13:29 -0500 (EST) Received: from UCT5-MTA by uct5.uct.usm.maine.edu with Novell_GroupWise; Wed, 26 Nov 2008 09:13:29 -0500 Message-Id: <[email protected]> X-Mailer: Novell GroupWise Internet Agent 8.0.0 Date: Wed, 26 Nov 2008 09:13:22 -0500 From: "Brent Atkinson" <[email protected]> To: <[email protected]> Subject: Re: Archiva 1.1.x and LDAP References: <[email protected]> In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=__PartC7EFAE92.0__=" X-USM-MailScanner-Watermark: 1228313609.63@wJtb/+w7JBRFS7jZ9eQoRQ X-Virus-Checked: Checked by ClamAV on apache.org --=__PartC7EFAE92.0__= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Just an update in case anyone cares, =20 I verified that archiva 1.2-M1 doesn't exhibit this behavior. =20 Brent >>> "Brent Atkinson" <[email protected]> 11/25/2008 6:40 PM >>> Hi, I recently upgraded from archiva 1.0.x to 1.1.3 and found that ldap = authentication is broken. Archiva 1.1.3 currently does not appear to work = with ldap.config.bind.dn. Although I haven't verified it yet, archiva = 1.2-M1 includes an updated redback with the fix. Hopefully I can save = someone else some time.=20 ${appserver.base}/conf/security.properties: user.manager.impl=3Dcached ldap.bind.authenticator.enabled=3Dtrue redback.default.admin=3Dadmin redback.default.guest=3Dguest security.policy.password.expiration.enabled=3Dfalse ldap.config.hostname=3D161.129.204.104 ldap.config.port=3D389 ldap.config.base.dn=3Do=3Dlocaldomain ldap.config.context.factory=3Dcom.sun.jndi.ldap.LdapCtxFactory ldap.config.bind.dn=3Dcn=3DAdministrator,o=3Dlocaldomain ldap.config.password=3D******** ldap.config.mapper.attribute.email=3Dmail ldap.config.mapper.attribute.fullname=3Dcn ldap.config.mapper.attribute.password=3DuserPassword ldap.config.mapper.attribute.user.id=3Duid ## This is set in application.xml due to another unrelated issue #ldap.config.mapper.attribute.user.base.dn=3Dou=3Dpeople,o=3Dlocaldomain ldap.config.mapper.attribute.user.object.class=3DinetOrgPerson With this configuration, archiva fails to start and throws the following = stack trace: org.codehaus.plexus.redback.common.ldap.connection.LdapException: Could = not connect to the server. [Root exception is javax.naming.InvalidNameExcep= tion: [LDAP: error code 34 - invalid DN]] at org.codehaus.plexus.redback.common.ldap.connection.LdapConnectio= n.<init>(LdapConnection.java:81) at org.codehaus.plexus.redback.common.ldap.connection.ConfigurableL= dapConnectionFactory.getConnection(ConfigurableLdapConnectionFactory.java:1= 30) at org.codehaus.plexus.redback.users.ldap.LdapUserManager.newDirCon= text(LdapUserManager.java:338) at org.codehaus.plexus.redback.users.ldap.LdapUserManager.findUser(= LdapUserManager.java:214) at org.codehaus.plexus.redback.users.cached.CachedUserManager.findU= ser(CachedUserManager.java:126) at org.codehaus.plexus.redback.users.configurable.ConfigurableUserM= anager.findUser(ConfigurableUserManager.java:111) at org.codehaus.plexus.redback.xwork.checks.security.GuestUserEnvir= onmentCheck.validateEnvironment(GuestUserEnvironmentCheck.java:82) at org.apache.maven.archiva.web.startup.SecuritySynchronization.exe= cuteEnvironmentChecks(SecuritySynchronization.java:151) at org.apache.maven.archiva.web.startup.SecuritySynchronization.sta= rtup(SecuritySynchronization.java:125) at org.apache.maven.archiva.web.startup.ArchivaStartup.contextIniti= alized(ArchivaStartup.java:56) at org.apache.catalina.core.StandardContext.listenerStart(StandardC= ontext.java:3764) ... The issue is with redback: http://jira.codehaus.org/browse/REDBACK-154.=20 --=__PartC7EFAE92.0__=-- From [email protected] Wed Nov 26 17:28:32 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98048 invoked from network); 26 Nov 2008 17:28:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Nov 2008 17:28:31 -0000 Received: (qmail 66565 invoked by uid 500); 26 Nov 2008 17:28:42 -0000 Delivered-To: [email protected] Received: (qmail 66317 invoked by uid 500); 26 Nov 2008 17:28: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66306 invoked by uid 99); 26 Nov 2008 17:28:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 09:28:42 -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, 26 Nov 2008 17:27: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 1L5Nx0-0006vF-0H for [email protected]; Wed, 26 Nov 2008 09:13:18 -0800 Message-ID: <[email protected]> Date: Wed, 26 Nov 2008 09:13:17 -0800 (PST) From: solo1970 <[email protected]> To: [email protected] Subject: Re: How to remove an artifact 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]> X-Virus-Checked: Checked by ClamAV on apache.org Seems quite drastic.... I have lots of people depending on the repository and somehow don't feel very secure doing that.... No other solution??? Sonia Maria Odea Ching-5 wrote: > > Hi Sonia, > > You could do the following steps to re-create the database: > 1. stop Archiva > 2. delete the archiva database in [ARCHIVA_INSTALLATION]/data/databases > dir > (you can leave out the users database). > 3. delete the .index dir in your repository > 4. re-start Archiva > > Hope this solves your problem :) Thanks for filing the issue btw.. > > -Deng > > On Wed, Nov 12, 2008 at 5:09 AM, solo1970 > <[email protected]>wrote: > >> >> I filed a jira: >> http://jira.codehaus.org/browse/MRM-999 >> >> >> But what can I do in the meantime to force the re-generation of the >> database!!!!!!!!!! >> HELP! >> >> Sonia >> >> >> >> Maria Odea Ching-5 wrote: >> > >> > Ok, this seems to be a regression :( Could you please file a jira for >> > this? >> > Thanks.. >> > >> > -Deng >> > >> > On Fri, Nov 7, 2008 at 10:21 PM, von Janowsky, Simon >> > <[email protected] >> >> wrote: >> > >> >> Hi all, >> >> i have had the same problems with archiva 1.1.1. >> >> Artifacts deleted in the filesystem still appear, although update >> >> database >> >> now >> >> was pressed..... >> >> >> >> Best regards, >> >> Simon >> >> >> >> -----Original Message----- >> >> From: solo1970 [mailto:[email protected]] >> >> Sent: Friday, November 07, 2008 3:08 PM >> >> To: [email protected] >> >> Subject: Re: How to remove an artifact >> >> >> >> >> >> I went into Administration/Database and clicked on "Update Database >> now", >> >> I >> >> did it a few time, but the groupId/artifactId are still there ?!?!?!?! >> >> >> >> >> >> >> >> >> >> Maria Odea Ching-5 wrote: >> >> > >> >> > Hi, >> >> > >> >> > Did you run the database scanning? The cleanup of deleted or >> >> > non-existing artifacts from the database and index happens during >> the >> >> > db scanning execution.. >> >> > >> >> > Thanks, >> >> > Deng >> >> > >> >> > On Fri, Nov 7, 2008 at 3:03 AM, solo1970 >> >> > <[email protected]>wrote: >> >> > >> >> >> >> >> >> I am also having trouble with this! >> >> >> >> >> >> I removed the directory and artifacts on the file system, but in >> the >> >> >> Browse, I still see the groupId/artifactId.... The only thing is >> >> >> that when I then try to download the jar or POM, then it says that >> >> >> there is nothing.... >> >> >> >> >> >> How do I remove the links in the Browse???? >> >> >> >> >> >> Sonia L. >> >> >> >> >> >> I removed the directory containing the artifact in the internal >> >> >> repository, but it still shows up in the GUI. >> >> >> I restarted archiva and it still is showing up in the GUI. >> >> >> >> >> >> Am I missing a step? >> >> >> >> >> >> Thanks >> >> >> >> >> >> >> >> >> Maria Odea Ching-5 wrote: >> >> >> > >> >> >> > There are 2 ways to remove an artifact from the repo: >> >> >> > 1. By deleting the artifact in the file system 2. Via repository >> >> >> > purge (but this is only for cleaning up snapshots) >> >> >> > >> >> >> > Maybe you can file a feature request in jira for a way of >> >> >> > deleting/removing an artifact via the webapp :) >> >> >> > >> >> >> > Thanks, >> >> >> > >> >> >> > >> >> >> >> >> >> -- >> >> >> View this message in context: >> >> >> >> http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20367352.h >> >> >> tml Sent from the archiva-users mailing list [email protected]. >> >> >> >> >> >> >> >> > >> >> > >> >> >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20381155.html >> >> Sent from the archiva-users mailing list [email protected]. >> >> >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20448412.html >> Sent from the archiva-users mailing list [email protected]. >> >> > > -- View this message in context: http://www.nabble.com/How-to-remove-an-artifact-tp15005386p20705043.html Sent from the archiva-users mailing list [email protected]. From [email protected] Wed Nov 26 18:02:13 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18912 invoked from network); 26 Nov 2008 18:02:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Nov 2008 18:02:13 -0000 Received: (qmail 24264 invoked by uid 500); 26 Nov 2008 18:02:23 -0000 Delivered-To: [email protected] Received: (qmail 24081 invoked by uid 500); 26 Nov 2008 18:02: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24060 invoked by uid 99); 26 Nov 2008 18:02:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 10:02: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 (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, 26 Nov 2008 18:00:56 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1L5Og1-00042J-AS for [email protected]; Wed, 26 Nov 2008 09:59:49 -0800 Message-ID: <[email protected]> Date: Wed, 26 Nov 2008 09:59:49 -0800 (PST) From: solo1970 <[email protected]> To: [email protected] Subject: Database consumers 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 When I go in the Repository Scanning section I have the following in the -Consumers for Invalid Content- section: Repository Scanning - Consumers of Invalid Content There are no consumers of invalid content available. How do I add consumers of invalid contents????? Could this be the reason why the database does not get updated when I delete an artifact???? I am using version 1.1.2 Sonia -- View this message in context: http://www.nabble.com/Database-consumers-tp20706042p20706042.html Sent from the archiva-users mailing list [email protected]. From [email protected] Wed Nov 26 18:04:11 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19869 invoked from network); 26 Nov 2008 18:04:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Nov 2008 18:04:11 -0000 Received: (qmail 26533 invoked by uid 500); 26 Nov 2008 18:04:21 -0000 Delivered-To: [email protected] Received: (qmail 26491 invoked by uid 500); 26 Nov 2008 18: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26480 invoked by uid 99); 26 Nov 2008 18:04:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 10:04: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-f14.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 18:02:55 +0000 Received: by qyk7 with SMTP id 7so806144qyk.15 for <[email protected]>; Wed, 26 Nov 2008 10:03: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 :content-transfer-encoding:content-disposition:references; bh=tVxzg2QKzdlt95FJU54VyGQhCafjLFDlMtSwqFbqsFA=; b=wOe6JuqCrIQUsugrFGkaIhcaM78PQtvdvtOEY7UEtcJdaMnYu8ZLJkp5Pu1kkQ1mCI aZQ+0wiz59ZpKYpsFl22xCXmjfXZeLeyCpyXJi/hxeH9emZanQlNzOBetNK2X5YEPMVb MDOxV/SF5nM6AxwMhsJQUU2Wl/4LHU5PWlWxc= 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=jDioxVZxcdj0vSCNfEcXE/k806FRs9k+Jko91IhYPo2hlNGVDVGSBtI9gKlbkW9N/T OM2J/fVAEFNNzDPhS8MPWoqnCNgRFFUn2j76qlEp0JQ6iLocDK1VOzPJ5zP5415YpCUM Gev6YeW9oVNmx66Nqzb15aooxv0K8O7EU9044= Received: by 161.129.204.104 with SMTP id d1mr5664729qaf.376.1227722619266; Wed, 26 Nov 2008 10:03:39 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 26 Nov 2008 10:03:39 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 26 Nov 2008 11:03:39 -0700 From: "Wendy Smoak" <[email protected]> To: [email protected] Subject: Re: How to remove an artifact 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]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Are you concerned about people building their projects? You're not touching the repository content, just the index and database, which will be re-created. If the scheduled scanning isn't doing the job, then this is the easiest way to work around the problem. -- Wendy On Wed, Nov 26, 2008 at 10:13 AM, solo1970 <[email protected]> wrote: > > Seems quite drastic.... > > I have lots of people depending on the repository and somehow don't feel > very secure doing that.... > > No other solution??? From [email protected] Thu Nov 27 01:26:04 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84551 invoked from network); 27 Nov 2008 01:26:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2008 01:26:04 -0000 Received: (qmail 52627 invoked by uid 500); 27 Nov 2008 01:26:15 -0000 Delivered-To: [email protected] Received: (qmail 52575 invoked by uid 500); 27 Nov 2008 01:26: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52564 invoked by uid 99); 27 Nov 2008 01:26:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 17:26:14 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=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 ipmail05.adl2.internode.on.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 01:24:45 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEADOGLUmWZVG//2dsb2JhbACBbdB7gn0 X-IronPort-AV: E=Sophos;i="4.33,671,1220193000"; d="scan'208";a="264505850" Received: from eth7872.sa.adsl.internode.on.net (HELO velmail03.velsys.local) ([161.129.204.104]) by ipmail05.adl2.internode.on.net with ESMTP; 27 Nov 2008 11:55:13 +1030 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: fileupload.FileUploadBase size X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Thu, 27 Nov 2008 11:55:12 +1030 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: fileupload.FileUploadBase size thread-index: AclQLv6xDpcgVhUlRmy0yl18QdNSvA== From: "Chris Anders" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org hi guys,=20 i am hitting this problem when users try to upload jars larger then the = default file size of 2097152=20 SEVERE: = org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: = the request was rejected because its size (2346075) exceeds the = configured maximum (2097152) how can i increase the limit? cheers Chris From [email protected] Thu Nov 27 01:39:10 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93197 invoked from network); 27 Nov 2008 01:39:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2008 01:39:10 -0000 Received: (qmail 63797 invoked by uid 500); 27 Nov 2008 01:39:20 -0000 Delivered-To: [email protected] Received: (qmail 63743 invoked by uid 500); 27 Nov 2008 01:39: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63732 invoked by uid 99); 27 Nov 2008 01:39:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 17:39:20 -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 an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 01:37:54 +0000 Received: by an-out-0708.google.com with SMTP id c38so354655ana.9 for <[email protected]>; Wed, 26 Nov 2008 17:38:30 -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:sender :to:subject:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=XQ8bujExtrqOlitYb22JM2XSrjQ2486l7ID6hwXaHI0=; b=v4FKxy/uq6yL4GR5G2p1P8hO+dGbtVLa+dCeXbtEbNSikrRRStGnIsnNw9tkNxk7bz pDi1GlHqUreDHwqGq2RRwRoJ6CRzIRGGX+74w84GiDlWS07vdv8ksXA+wBBiAJqP/YS3 QCzmS7zN7w5riwqc9cYhmS01v512mEexALTv4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=XxqyBYonKG4n717uQUpZqdrPhJ6XiNa4Nyj2cl+k2MXo4Xl0PBgT3AGnFw2wx7QWlF 4w2cIh9rbEoORORbxNq/56YfMpLQpwlqM1ZP/0CqTUyxBVqBU5NMcInCl8LVSp0EqTqe H/7CvWU9XyHDwv9OSsLlWqLBlbi9g6MfCwpq0= Received: by 161.129.204.104 with SMTP id 16mr3198267ane.146.1227749910210; Wed, 26 Nov 2008 17:38:30 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 26 Nov 2008 17:38:25 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 26 Nov 2008 17:38:25 -0800 From: "Martin Cooper" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: fileupload.FileUploadBase size In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_36667_14170588.1227749905114" References: <[email protected]> X-Google-Sender-Auth: d2866c06400d2938 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_36667_14170588.1227749905114 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I highly recommend reading the user guide and the API docs. That's why we took the time to write them. ;-) Specifically: http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setSizeMax(long) http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setFileSizeMax(long) http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setSizeThreshold(int) -- Martin Cooper On Wed, Nov 26, 2008 at 5:25 PM, Chris Anders <[email protected]>wrote: > > hi guys, > > i am hitting this problem when users try to upload jars larger then the > default file size of 2097152 > > SEVERE: > org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the > request was rejected because its size (2346075) exceeds the configured > maximum (2097152) > > how can i increase the limit? > > cheers > > Chris > ------=_Part_36667_14170588.1227749905114-- From [email protected] Thu Nov 27 01:59:32 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2860 invoked from network); 27 Nov 2008 01:59:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2008 01:59:32 -0000 Received: (qmail 70227 invoked by uid 500); 27 Nov 2008 01:59:42 -0000 Delivered-To: [email protected] Received: (qmail 70170 invoked by uid 500); 27 Nov 2008 01:59: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70159 invoked by uid 99); 27 Nov 2008 01:59:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 17:59:42 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=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 ipmail05.adl2.internode.on.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 01:58:14 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEADuNLUmWZVG//2dsb2JhbACBbdBvgn0 X-IronPort-AV: E=Sophos;i="4.33,671,1220193000"; d="dat'59?scan'59,208,59";a="264525467" Received: from eth7872.sa.adsl.internode.on.net (HELO velmail03.velsys.local) ([161.129.204.104]) by ipmail05.adl2.internode.on.net with ESMTP; 27 Nov 2008 12:27:57 +1030 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C95033.918AFDC3" Subject: RE: fileupload.FileUploadBase size X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Thu, 27 Nov 2008 12:27:57 +1030 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: <[email protected]> Thread-Topic: fileupload.FileUploadBase size thread-index: AclQMPPLtqAuhA5sS9SheML5Lvh0kAAAb4BK References: <[email protected]> <[email protected]> From: "Chris Anders" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C95033.918AFDC3 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thankyou for the reply Martin,=20 So this is not a simple configuration change for tomcat or the = archiva.war file then ? Chris -----Original Message----- From: [email protected] on behalf of Martin Cooper Sent: Thu 11/27/2008 12:08 PM To: [email protected] Subject: Re: fileupload.FileUploadBase size =20 I highly recommend reading the user guide and the API docs. That's why = we took the time to write them. ;-) Specifically: http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileuploa= d/FileUploadBase.html#setSizeMax(long) http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileuploa= d/FileUploadBase.html#setFileSizeMax(long) http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileuploa= d/disk/DiskFileItemFactory.html#setSizeThreshold(int) -- Martin Cooper On Wed, Nov 26, 2008 at 5:25 PM, Chris Anders = <[email protected]>wrote: > > hi guys, > > i am hitting this problem when users try to upload jars larger then = the > default file size of 2097152 > > SEVERE: > = org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: = the > request was rejected because its size (2346075) exceeds the configured > maximum (2097152) > > how can i increase the limit? > > cheers > > Chris > !DSPAM:1,492dfa41487191671575914! ------_=_NextPart_001_01C95033.918AFDC3-- From [email protected] Thu Nov 27 02:13:55 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12235 invoked from network); 27 Nov 2008 02:13:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2008 02:13:54 -0000 Received: (qmail 78782 invoked by uid 500); 27 Nov 2008 02:14:05 -0000 Delivered-To: [email protected] Received: (qmail 78740 invoked by uid 500); 27 Nov 2008 02:14: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78727 invoked by uid 99); 27 Nov 2008 02:14:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 18:14:04 -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 an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 02:12:39 +0000 Received: by an-out-0708.google.com with SMTP id c38so357408ana.9 for <[email protected]>; Wed, 26 Nov 2008 18:13: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:sender :to:subject:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=V09m/XjULeyOFKTlEvflt0HwjDle+orv2MXTzu0QSJk=; b=MpWybqx+w3V3aR0c8NLNW1gSKsNRGNo4fUntgApzy3zfQybli3xzPm2D/qxWFs6vG8 CENCVip/MikVOLZ9ZogqiIHDN3xfTJcNdYfkcRZVsfJAQmwRjn0ohEiGoi40GLLKY29O fHzqm3y6Ksnjqfk12RAiH+3DYRFIyM340xqfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=Y1SeGeZvfgXY2UQxVcw6WQGZRn3Rj+Nf/RaRr1c3P7FrJDTZ5co33Be1CGtX042XDY w859emlkOsY4YNZFq/LJuu071IGf3Qy7MJBXjbyV3uFe/5GqHTl3lzO2YDtmqHn0jn0p +a8UaRvVw/4tJNeDLsiN3kNiok3i7091ydhsI= Received: by 161.129.204.104 with SMTP id v19mr3221822ank.58.1227752005319; Wed, 26 Nov 2008 18:13:25 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 26 Nov 2008 18:13:25 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 26 Nov 2008 18:13:25 -0800 From: "Martin Cooper" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: fileupload.FileUploadBase size In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_36925_9713291.1227752005305" References: <[email protected]> <[email protected]> <[email protected]> X-Google-Sender-Auth: 6d198a40f389a849 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_36925_9713291.1227752005305 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Aah, this is what happens when you (meaning me) are on too many [email protected]. ;-) I read the message and assumed it was on Commons User, since it was about Commons FileUpload, not looking to see that it was actually on Archiva Users. Doh! Sorry about that. I'm not seeing anywhere that Archiva uses Commons FileUpload directly, so it must be through some other dependency. Not sure what that is, so I'm not sure how much control you have over it. Perhaps another Archivan can chime in here. -- Martin Cooper On Wed, Nov 26, 2008 at 5:57 PM, Chris Anders <[email protected]>wrote: > > Thankyou for the reply Martin, > > So this is not a simple configuration change for tomcat or the archiva.war > file then ? > > Chris > > -----Original Message----- > From: [email protected] on behalf of Martin Cooper > Sent: Thu 11/27/2008 12:08 PM > To: [email protected] > Subject: Re: fileupload.FileUploadBase size > > I highly recommend reading the user guide and the API docs. That's why we > took the time to write them. ;-) Specifically: > > > http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setSizeMax(long)<http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setSizeMax%28long%29> > > http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setFileSizeMax(long)<http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setFileSizeMax%28long%29> > > http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setSizeThreshold(int)<http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setSizeThreshold%28int%29> > > -- > Martin Cooper > > > On Wed, Nov 26, 2008 at 5:25 PM, Chris Anders <[email protected] > >wrote: > > > > > hi guys, > > > > i am hitting this problem when users try to upload jars larger then the > > default file size of 2097152 > > > > SEVERE: > > org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: > the > > request was rejected because its size (2346075) exceeds the configured > > maximum (2097152) > > > > how can i increase the limit? > > > > cheers > > > > Chris > > > > > !DSPAM:1,492dfa41487191671575914! > > > > ------=_Part_36925_9713291.1227752005305-- From [email protected] Thu Nov 27 03:22:42 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24825 invoked from network); 27 Nov 2008 03:22:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2008 03:22:41 -0000 Received: (qmail 4534 invoked by uid 500); 27 Nov 2008 03:22:52 -0000 Delivered-To: [email protected] Received: (qmail 4477 invoked by uid 500); 27 Nov 2008 03:22: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.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4462 invoked by uid 99); 27 Nov 2008 03:22:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 19:22:52 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=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 ipmail05.adl2.internode.on.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 03:21:22 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAM+eLUmWZVG//2dsb2JhbACBbdEQgn0 X-IronPort-AV: E=Sophos;i="4.33,672,1220193000"; d="dat'59?scan'59,208,59";a="264573342" Received: from eth7872.sa.adsl.internode.on.net (HELO velmail03.velsys.local) ([161.129.204.104]) by ipmail05.adl2.internode.on.net with ESMTP; 27 Nov 2008 13:52:03 +1030 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C9503F.510B4CF3" Subject: RE: fileupload.FileUploadBase size X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Thu, 27 Nov 2008 13:49:53 +1030 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: <[email protected]> Thread-Topic: fileupload.FileUploadBase size thread-index: AclQNc8OxQGs6PzeQuKfJERVODQ7zwACTUK9 References: <[email protected]><[email protected]><[email protected]> <[email protected]> From: "Chris Anders" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C9503F.510B4CF3 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi guys i have raised a bug for this issue = http://jira.codehaus.org/browse/MRM-1024 since the NPE on the user side = is not being handled properly. however after some digging by adding = "struts.multipart.maxSize=3D20971520" to = webapps/archiva/ROOT/WEB-INF/classes/struts.properties I am now allowed = to upload a 20MB artifact cheers, Chris -----Original Message----- From: [email protected] on behalf of Martin Cooper Sent: Thu 11/27/2008 12:43 PM To: [email protected] Subject: Re: fileupload.FileUploadBase size =20 Aah, this is what happens when you (meaning me) are on too many [email protected]. ;-) I read the message and assumed it was on Commons User, since it was about Commons FileUpload, not looking to see that it was actually on Archiva Users. Doh! Sorry about that. I'm not seeing anywhere that Archiva uses Commons FileUpload directly, = so it must be through some other dependency. Not sure what that is, so I'm not sure how much control you have over it. Perhaps another Archivan can = chime in here. -- Martin Cooper On Wed, Nov 26, 2008 at 5:57 PM, Chris Anders = <[email protected]>wrote: > > Thankyou for the reply Martin, > > So this is not a simple configuration change for tomcat or the = archiva.war > file then ? > > Chris > > -----Original Message----- > From: [email protected] on behalf of Martin Cooper > Sent: Thu 11/27/2008 12:08 PM > To: [email protected] > Subject: Re: fileupload.FileUploadBase size > > I highly recommend reading the user guide and the API docs. That's why = we > took the time to write them. ;-) Specifically: > > > = http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileuploa= d/FileUploadBase.html#setSizeMax(long)<http://commons.apache.org/fileuplo= ad/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setSizeMax%2= 8long%29> > > = http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileuploa= d/FileUploadBase.html#setFileSizeMax(long)<http://commons.apache.org/file= upload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setFileS= izeMax%28long%29> > > = http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileuploa= d/disk/DiskFileItemFactory.html#setSizeThreshold(int)<http://commons.apac= he.org/fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItem= Factory.html#setSizeThreshold%28int%29> > > -- > Martin Cooper > > > On Wed, Nov 26, 2008 at 5:25 PM, Chris Anders <[email protected] > >wrote: > > > > > hi guys, > > > > i am hitting this problem when users try to upload jars larger then = the > > default file size of 2097152 > > > > SEVERE: > > = org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: > the > > request was rejected because its size (2346075) exceeds the = configured > > maximum (2097152) > > > > how can i increase the limit? > > > > cheers > > > > Chris > > > > >=20 > > > > !DSPAM:1,492e0266492401140816052! ------_=_NextPart_001_01C9503F.510B4CF3-- From [email protected] Thu Nov 27 10:52:25 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25747 invoked from network); 27 Nov 2008 10:52:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2008 10:52:24 -0000 Received: (qmail 19134 invoked by uid 500); 27 Nov 2008 10:52:35 -0000 Delivered-To: [email protected] Received: (qmail 19093 invoked by uid 500); 27 Nov 2008 10: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 4674 invoked by uid 99); 27 Nov 2008 10: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) X-IronPort-AV: E=Sophos;i="4.33,674,1220220000"; d="scan'208";a="142962479" From: Engebakken Geir <[email protected]> To: "[email protected]" <[email protected]> Date: Thu, 27 Nov 2008 11:40:20 +0100 Subject: RE: How to remove an artifact Thread-Topic: How to remove an artifact Thread-Index: AclP8WMQKj/maTuCQ7m7BrMEDv69IwAieoNw Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US, nb-NO Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, nb-NO Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I had the same issue, and was also a bit afraid of what I was doing, but ju= mped into it and followed the instructions to remove the archiva database a= nd .index file for the repos, and it worked ok, so just go ahead! Geir -----Original Message----- From: Wendy Smoak [mailto:[email protected]] Sent: 26. november 2008 19:04 To: [email protected] Subject: Re: How to remove an artifact Are you concerned about people building their projects? You're not touchin= g the repository content, just the index and database, which will be re-cre= ated. If the scheduled scanning isn't doing the job, then this is the easiest way= to work around the problem. -- Wendy On Wed, Nov 26, 2008 at 10:13 AM, solo1970 <[email protected]= > wrote: > > Seems quite drastic.... > > I have lots of people depending on the repository and somehow don't > feel very secure doing that.... > > No other solution??? From [email protected] Thu Nov 27 11:03:10 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35726 invoked from network); 27 Nov 2008 11:03:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2008 11:03:10 -0000 Received: (qmail 34897 invoked by uid 500); 27 Nov 2008 11:03:20 -0000 Delivered-To: [email protected] Received: (qmail 34855 invoked by uid 500); 27 Nov 2008 11:03: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34844 invoked by uid 99); 27 Nov 2008 11:03:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 03:03:20 -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 yx-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 11:01:51 +0000 Received: by yx-out-2324.google.com with SMTP id 8so447891yxg.9 for <[email protected]>; Thu, 27 Nov 2008 03:02:37 -0800 (PST) Received: by 161.129.204.104 with SMTP id f18mr3922946agf.78.1227783757090; Thu, 27 Nov 2008 03:02:37 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 27 Nov 2008 03:02:37 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 27 Nov 2008 19:02:37 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: "Used By" tab not working In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_47657_23995189.1227783757097" References: <[email protected]> <[email protected]> <[email protected]> X-Google-Sender-Auth: 403c5c2180e0aa4a X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_47657_23995189.1227783757097 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wed, Nov 26, 2008 at 1:07 AM, Henri Gomez <[email protected]> wrote: > > hello, > > > > you need to modify the distributionManagement section in your pom or > organizional pom. > > I see that, but wonder if It works also for release. IIRC, the uniqueVersion configuration is only for snapshots.. Btw, thanks for filing the Used By tab issue in jira :) -Deng > > Need more archiva guys advices here. > > Thanks Kuno > > > Kuno > > > > -----Urspr=FCngliche Nachricht----- > > Von: Henri Gomez [mailto:[email protected]] > > Gesendet: Dienstag, 25. November 2008 15:43 > > An: [email protected] > > Betreff: Re: "Used By" tab not working > > > > > > Hi Kuno, > > > > Where did you set the uniqueVersion ? > > > > Very valuable information, > > > > Thanks > > > > 2008/11/25 Baeriswyl Kuno - Extern (IT-BA-MV) <[email protected]>: > >> hello, > >> > >> since I configurated uniqueVersion=3Dfalse for the snapshots in the > >> distributionManagement section, a few strange behaviors in Archiva > >> disappeared. Also the problem with the UsedBy Tab dissappeared. > >> > >> Kuno > >> > >> > >> > >> -----Urspr=FCngliche Nachricht----- > >> Von: Henri Gomez [mailto:[email protected]] > >> Gesendet: Dienstag, 25. November 2008 10:31 > >> An: [email protected] > >> Betreff: Re: "Used By" tab not working > >> > >> > >> More on this : > >> > >> mycorp-er-go depends on mycorp-mk-rif > >> > >> ---- > >> > >> mycorp-er-go > >> Info Dependencies Dependency Tree Used By Mailing Lists Downloads > >> > >> Jar 181 907 > >> Pom 2 020 > >> mycorp-mk-rif > >> > >> : fr / mycorp / mk / mycorp-mk-rif | Version(s): [1.5.0,1.5.1) | > >> Scope: compile mycorp-er-core > >> > >> --- > >> > >> mycorp-mk-rif > >> Info Dependencies Dependency Tree Used By Mailing Lists Downloads > >> > >> Jar 306 099 > >> Pom 2 556 > >> No results > >> > >> > >> I suspect sometings weird when range are in use. > >> > >> Regards > >> > > > --=20 Maria Odea Ching Software Engineer | Exist Global | 687-4091 | Skype: maria.odea.ching | www.exist.com | Innovation Delivered ------=_Part_47657_23995189.1227783757097-- From [email protected] Thu Nov 27 11:15:56 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44690 invoked from network); 27 Nov 2008 11:15:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2008 11:15:56 -0000 Received: (qmail 45328 invoked by uid 500); 27 Nov 2008 11:16:06 -0000 Delivered-To: [email protected] Received: (qmail 45273 invoked by uid 500); 27 Nov 2008 11: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: <users.archiva.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45262 invoked by uid 99); 27 Nov 2008 11:16:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 03:16:06 -0800 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=HTML_MESSAGE,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 yx-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 11:14:37 +0000 Received: by yx-out-2324.google.com with SMTP id 8so449700yxg.9 for <[email protected]>; Thu, 27 Nov 2008 03:15:13 -0800 (PST) Received: by 161.129.204.104 with SMTP id x5mr3914074agx.92.1227784513274; Thu, 27 Nov 2008 03:15:13 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 27 Nov 2008 03:15:13 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 27 Nov 2008 19:15:13 +0800 From: "Maria Odea Ching" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: Database consumers In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_47733_18835382.1227784513282" References: <[email protected]> X-Google-Sender-Auth: b4c36a5588875196 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_47733_18835382.1227784513282 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Sonia, The consumers which updates the database of deleted artifacts are located in the Database menu --> Database - Artifact Cleanup Scanning, so the empty Invalid Content consumers doesn't have any effect on your problem.. I don't think there is an Invalid Content consumer implementation in Archiva yet. But if you're interested in creating your own consumer, looking at the following document could be a good start: http://archiva.apache.org/docs/1.1.3/customising/writing-consumer.html HTH, Deng On Thu, Nov 27, 2008 at 1:59 AM, solo1970 <[email protected]>wrote: > > When I go in the Repository Scanning section I have the following in the > -Consumers for Invalid Content- section: > > Repository Scanning - Consumers of Invalid Content > There are no consumers of invalid content available. > > How do I add consumers of invalid contents????? > > Could this be the reason why the database does not get updated when I > delete > an artifact???? > > I am using version 1.1.2 > > > Sonia > > > -- > View this message in context: > http://www.nabble.com/Database-consumers-tp20706042p20706042.html > Sent from the archiva-users mailing list [email protected]. > > -- Maria Odea Ching Software Engineer | Exist Global | 687-4091 | Skype: maria.odea.ching | www.exist.com | Innovation Delivered ------=_Part_47733_18835382.1227784513282--
From [email protected] Tue Feb 21 18:48:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99532 invoked from network); 21 Feb 2006 18:48:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Feb 2006 18:48:23 -0000 Received: (qmail 32689 invoked by uid 500); 21 Feb 2006 18:43:53 -0000 Delivered-To: [email protected] Received: (qmail 32511 invoked by uid 500); 21 Feb 2006 18: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: <announce.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 97303 invoked by uid 99); 21 Feb 2006 18:22:34 -0000 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) Date: Tue, 21 Feb 2006 19:22:03 +0100 From: Lars Eilebrecht <[email protected]> To: [email protected] Subject: Call for Papers Opens for ApacheCon Europe 2006 Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Content-Transfer-Encoding: 8bit X-Ciphire-Security: plain X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Call for Papers Opens for ApacheCon Europe 2006 The Apache Software Foundation (ASF) is proud to announce that ApacheCon Europe 2006 will be held at the Burlington Hotel in Dublin, Ireland, June 26-30, 2006. ApacheCon Europe is the official conference of the Apache Software Foundation in Europe. This annual event creates a unique platform for the Open Source community in Europe to come together to gain deep insight into techniques and methodologies critical to the advancement of Open Source software, and gain skills to optimize the power and versatility of Apache software. The conference brings together ASF members, developers and contributors, business people, and power users, working with Apache and related software, to participate in a leading-edge forum to exchange ideas and network with peers. The conference begins with two days of intensive half-day and full-day tutorials, which will offer actionable techniques and methodologies pivotal to the increasing demand for Open Source software. The three main conference days offer a wide range of beginner, intermediate and advanced sessions. ApacheCon Europe attendees will have more than 70 sessions to choose from, to gain real-world insight and to learn first-hand the latest developments of key Open Source projects including the Apache HTTP Server - the world's most popular web server software. Come share your knowledge, hit upon new ideas, find solutions and connect with your peers at this educational, fun-filled gathering of users, developers, and vendors of Apache software. The ASF and the conference producer for the ApacheCon Europe conference series - Software & Support Verlag from Frankfurt, Germany - invite the Open Source community to send in session and tutorial proposals for ApacheCon Europe 2006. Apache Software Foundation members are designing the technical program for ApacheCon Europe 2006, which will feature multiple tracks and dozens of technical sessions. The program committee is particularly interested in session and tutorial proposals on the following topics: * Apache HTTP server topics (installation, configuration, migration, ...) * All ASF projects such as, Jakarta, mod_perl, XML, and SpamAssassin * Scripting languages and dynamic content (such as Java, Perl, Python, Ruby, XML, XSL, and PHP) * Security and e-commerce * Performance tuning, load balancing and high availability * Technical and non-technical case studies * New technologies (e.g., Web, Java, XML, and anti-spam) Regular sessions will be 60 minutes and tutorials will be either 3 or 6 hours. To submit a proposal, visit http://www.apachecon.com/2006/EU/cfp. The deadline for submitting is March 27, 2006 Speaker benefits include: * travel costs will be covered * accommodation depending on the number of sessions will be covered * tutorials speakers will be paid an extra fee for their efforts * conference registration fees will be waived ApacheCon Europe Team http://www.apachecon.com/2006/EU/
From [email protected] Mon Jan 05 15:25:42 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41687 invoked from network); 5 Jan 2009 15:25:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Jan 2009 15:25:41 -0000 Received: (qmail 26051 invoked by uid 500); 5 Jan 2009 15:25:41 -0000 Delivered-To: [email protected] Received: (qmail 26039 invoked by uid 500); 5 Jan 2009 15:25: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 26023 invoked by uid 99); 5 Jan 2009 15:25:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 07:25:40 -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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO brmea-mail-4.sun.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 15:25:32 +0000 Received: from fe-amer-10.sun.com ([161.129.204.104]) by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n05FPBks001408 for <[email protected]>; Mon, 5 Jan 2009 15:25:11 GMT Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <[email protected]> (original mail from [email protected]) for [email protected]; Mon, 05 Jan 2009 08:25:11 -0700 (MST) Received: from [161.129.204.104] ([161.129.204.104]) by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <[email protected]>; Mon, 05 Jan 2009 08:24:41 -0700 (MST) Date: Mon, 05 Jan 2009 10:24:37 -0500 From: Santiago Pericas-Geertsen <[email protected]> Subject: Re: OutofMemory issue in Xalan In-reply-to: <[email protected]> Sender: [email protected] To: tareamit <[email protected]> Cc: [email protected] Message-id: <[email protected]> MIME-version: 1.0 X-Mailer: Apple Mail (2.753.1) Content-type: text/plain; format=flowed; delsp=yes; charset=US-ASCII Content-transfer-encoding: 7BIT References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Amit, How exactly are you overriding the JVM's internal Xalan with Apache's? Are you using the Java endorsed mechanism? -- Santiago On Dec 21, 2008, at 10:08 PM, tareamit wrote: > > Hi Brian, > > Thanks for the quick reply. Appreciate it. > > I got your point. This is really an issue with the XALAN jar in Sun. I > thought it is a Xalan issue as the jar is still called xalan.jar. > > What I really meant to ask was if anyone else has faced this issue > and if > there is any alternative? Because when I tried using the new jar > from xalan > site and ran the JVM with the new jars, the application crashed. I > am facing > this problem in one of the interfaces which runs within Mule. And > when we > tried the new Jar, the Mule would not startup and we saw the > exception , the > trace of which I sent. > > Also attaching a screen shot from IBM heap analyzer which we are > seeing and > suggests that the biggest memory leak is happening in one of the > Xalan class > coming with the JVM. > > Any help is appreciated. > > thanks, > Amit > > Brian Minchau wrote: >> >> >> >> What is the evidence that this is an Apache Xalan-J issue? You wrote: >> << >> When we profiled the application and also analysed the heap dump, >> we found >> that the issue was with Xalan. >>>> >> >> The Apache Xalan-J classes have package names starting with >> org.apache.xalan or org.apache.xml or org.apache.xpath. So which >> objects >> are eating up memory, because your traceback doesn't show any of >> these. >> >> Also the exception you have occured in >> com.sun.org.apache.xpath.internal.XPathAPI, which looks like your >> problem >> is with SUN not Apache. Apache Xalan-J has this class: >> org.apache.xpath.XPathAPI, and that sure looks like a SUN version >> of that >> Apache class. >> >> - Brian >> >> >> >> >> tareamit >> <[email protected]. >> >> com> To >> [email protected] >> 12/19/2008 >> 05:17 cc >> PM >> >> Subject >> OutofMemory issue in Xalan >> >> >> >> >> >> >> >> >> >> >> In our web application we are getting a outofmemory exception. >> When we >> profiled the application and also analysed the heap dump, we found >> that >> the >> issue was with Xalan. I also came across the following bug in Jdk1.5. >> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6434840 The >> resolution >> in this bug was a work around which required adding the latest >> xalan 271 >> jar file. But when I add the latest jar file, my application does >> not even >> start and gives the following exception. onException: Could not >> instantiate >> bean class [com.tuc.hrcp.interfaces.db.HRCPDataSource]: >> Constructor threw >> exception; nested exception is java.lang.NoClassDefFoundError: >> com.sun.org.apache.xpath.internal.XPathAPI at >> org.apache.commons.digester.Digester.createSAXException >> (Digester.java:2919) >> at >> org.apache.commons.digester.Digester.createSAXException >> (Digester.java:2945) >> at org.apache.commons.digester.Digester.endElement(Digester.java: >> 1133) at >> org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown >> Source) at >> org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown >> Source) at >> org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown >> Source) >> at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown >> Source) >> at >> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement( >> Unknown >> Source) at >> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl >> $FragmentContentDispatcher.dispatch(Unknown >> Source) at >> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument >> (Unknown >> Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown >> Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown >> Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown >> Source) at >> org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at >> org.apache.commons.digester.Digester.parse(Digester.java:1685) at >> org.mule.config.builders.AbstractDigesterConfiguration.process >> (AbstractDigesterConfiguration.java:101) >> This is a huge issue right now and is causing us a lot of pain and >> customer problems. It seems that there is no fix for this as of >> now??? >> View this message in context: OutofMemory issue in Xalan >> Sent from the Xalan - J - Users mailing list [email protected]. >> >> >> >> > http://www.nabble.com/file/p21122167/Doc14.doc Doc14.doc > -- > View this message in context: http://www.nabble.com/OutofMemory- > issue-in-Xalan-tp21098995p21122167.html > Sent from the Xalan - J - Users mailing list [email protected]. > From [email protected] Mon Jan 12 21:41:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34072 invoked from network); 12 Jan 2009 21:41:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jan 2009 21:41:26 -0000 Received: (qmail 20042 invoked by uid 500); 12 Jan 2009 21:41:23 -0000 Delivered-To: [email protected] Received: (qmail 19835 invoked by uid 500); 12 Jan 2009 21: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 19660 invoked by uid 99); 12 Jan 2009 21:41:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 13:41:22 -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: 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; Mon, 12 Jan 2009 21:41:11 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e6.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n0CLf0jp002251; Mon, 12 Jan 2009 16:41: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 v9.1) with ESMTP id n0CLeotU196264; Mon, 12 Jan 2009 16:40:50 -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 n0CLen3g022145; Mon, 12 Jan 2009 16:40:49 -0500 Received: from d25ml02.torolab.ibm.com (d25ml02.torolab.ibm.com [161.129.204.104]) by d01av01.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id n0CLentT022102; Mon, 12 Jan 2009 16:40:49 -0500 Subject: [ANNOUNCE] Brian Minchau is resinging as Apache Xalan PMC chairperson To: [email protected], [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: Mon, 12 Jan 2009 16:41:22 -0500 X-MIMETrack: Serialize by Router on D25ML02/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 01/12/2009 16:41:24 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=0ABBFFAFDFE761308f9e8a93df938690918c0ABBFFAFDFE76130" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFFAFDFE761308f9e8a93df938690918c0ABBFFAFDFE76130 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable I have been chairperson of Apache Xalan since about October of 2004. Fo= ur years and a few months. I'm sad to say that I must resign as chairperso= n of the project. I have started a leave of absence from my work of still undetermined duration, because of health reasons. At this time, it would be prudent = to hand over chairmanship of Apache Xalan. Therefore, I'm obliged to resig= n from this position effective immediately. I trust that the other member= s of the Xalan PMC will work with the Board to find a replacement as expeditiously as possible. I'm staying as a PMC member for now, but I'm afraid I can't drive the choice of a replacement. - Brian Minchau [email protected] Apache Xalan PMC Member= --0__=0ABBFFAFDFE761308f9e8a93df938690918c0ABBFFAFDFE76130 Content-type: text/html; charset=US-ASCII Content-Disposition: inline Content-transfer-encoding: quoted-printable <html><body> <p>I have been chairperson of Apache Xalan since about October of 2004.= Four years and a few months. I'm sad to say that I must resign as chai= rperson of the project.<br> <br> I have started a leave of absence from my work of still undetermined du= ration, because of health reasons. At this time, it would be prudent to= hand over chairmanship of Apache Xalan. Therefore, I'm obliged to resi= gn from this position effective immediately. I trust that the other mem= bers of the Xalan PMC will work with the Board to find a replacement as= expeditiously as possible.<br> <br> I'm staying as a PMC member for now, but I'm afraid I can't drive the c= hoice of a replacement.<br> <br> - Brian Minchau<br> [email protected]<br> Apache Xalan PMC Member</body></html>= --0__=0ABBFFAFDFE761308f9e8a93df938690918c0ABBFFAFDFE76130-- From [email protected] Wed Jan 14 10:33:28 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2138 invoked from network); 14 Jan 2009 10:33:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jan 2009 10:33:28 -0000 Received: (qmail 30791 invoked by uid 500); 14 Jan 2009 10:33:27 -0000 Delivered-To: [email protected] Received: (qmail 30719 invoked by uid 500); 14 Jan 2009 10: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30701 invoked by uid 99); 14 Jan 2009 10:33:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 02:33:26 -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 fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 10:33:18 +0000 Received: by fg-out-1718.google.com with SMTP id 19so287976fgg.16 for <multiple recipients>; Wed, 14 Jan 2009 02:32:57 -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=EM+HYL7jcZlOiLX3TCi/+2Bi0hnyjr2cIQmgmUwckDQ=; b=rqbZVbXMu0Y9dsjcuP5Ld/xemkCjrM7Q/KrdEykR+tcJ2N4cUoDj4SZZVWb2wNpqRx 0P7FPGS65G2UnodoYtMTyRHD8Niw25VYGcjQKRYg52mVsjN/zNznSVJIcjtzp2se9NzV BFLclUmH86k9YeGaLZn9voQpHoHV3ZfHbKpig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=QACKDCUKE3P6c0DzDAPy3uZixFtoaE4Ta2wFtkaiXO09hFL5Qw9GXWIpwjxY88EJrd 4XUO5hQLp41v4wLT4m1hAW2LZWXKhwOAc7Jd8koQ4KMVZFrtAhlVBCEV8AVSQ6J/bkyi 9Top9PU0svDOsjmOVbWM3vUb3VIQjgdHnaVLw= Received: by 161.129.204.104 with SMTP id s8mr573733fgb.28.1231929177599; Wed, 14 Jan 2009 02:32:57 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 14 Jan 2009 02:32:57 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 14 Jan 2009 11:32:57 +0100 From: "Mr.Dragomir Stanchev" <[email protected]> To: [email protected], [email protected] Subject: Xalan 2.7 backward compatibility with Xalan 2.6 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_91636_883802.1231929177579" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_91636_883802.1231929177579 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, Our company is currently using Xalan 2.6. However, we have found that there is a memory leak in the XMLReaderManager class, when the XMLReader instances are not properly removed after the thread finishes and is garbage collected. This issue has been known and is now fixed in Xalan 2.7.0. Therefore, we are now analyzing whether it is suitable for us to migrate to Xalan 2.7.0. The problem that arrises is that we do not know if there are any backward compatibility issues between 2.7.0 and 2.6. After spending some time reading the release notes I have found the following changes that might affect the migration (confirm with Yes / No if these are important changes ) 1.The behavior of the default ErrorListener was changed in this release of Xalan-Java, in order to conform with a clarification of the required behavior described by JAXP 1.3 ...The default ErrorListener of the old Xalan-Java Interpretive processor throws exceptions on errors and fatal errors. If your code expects exceptions to be thrown on errors and fatal errors, you have to set a customized ErrorListener on TransformerFactory and/or Transformer. -* Assuming that we do what is described here, is there any other parts of the code Xalan code affected by this behaviour ? * 2. In this release of Xalan-Java the code related to serialization of output result trees has been pulled out of xalan.jar and moved into a new jar file, named serializer.jar.Although the code has been modified to create a stand-alone jar, the serializer public APIs have not changed and the package names and classnames are the same as they were last release. *- From what I understand, there are no consequences besides adding and additional .jar file to the build path. Is that correct ? *3. Are there any additional major changes from 2.6 to 2.7.0 that need to be addressed? 4. *Is there a list, containing all the bug-fixes with the appropriate method / class signature and attribute changes? I saw the history.html file - is this the complete list?* Thank you in advance. Warm Regards, Dragomir Stanchev ------=_Part_91636_883802.1231929177579 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello,<br>Our company is currently using Xalan 2.6. However, we have found that&nbsp; there is a memory leak in the XMLReaderManager class, when the XMLReader instances are not properly removed after the thread finishes and is garbage collected. This issue has been known and is now fixed in Xalan 2.7.0. Therefore, we are now analyzing whether it is suitable for us to migrate to Xalan 2.7.0. The problem that arrises is that we do not know if there are any backward compatibility issues between 2.7.0 and 2.6. After spending some time reading the release notes I have found the following changes that might affect the migration (confirm with Yes&nbsp; / No if these are important changes )<br> <br>1.The behavior of the default ErrorListener&nbsp; was changed in this release of Xalan-Java, in order to conform with a clarification of the required behavior described by JAXP 1.3 ...The default ErrorListener of the old Xalan-Java Interpretive processor throws exceptions on errors and fatal errors. If your code expects exceptions to be thrown on errors and fatal errors, you have to set a customized ErrorListener on TransformerFactory and/or Transformer.<br> &nbsp;-<b> Assuming that we do what is described here, is there any other parts of the code Xalan code affected by this behaviour ? </b><br><br>2. In this release of Xalan-Java the code related to serialization of output result trees has been pulled out of xalan.jar and moved into a new jar file, named serializer.jar.Although the code has been modified to create a stand-alone jar, the serializer public APIs have not changed and the package names and classnames are the same as they were last release. <br> <b>- From what I understand, there are no consequences besides adding and additional .jar file to the build path. Is that correct ? <br><br></b>3. Are there any additional major changes from 2.6 to 2.7.0 that need to be addressed?<br> <br>4. <b>Is there a list, containing all the bug-fixes with the appropriate method / class signature and attribute changes? I saw the history.html file - is this the complete list?</b><br><br><br>Thank you in advance.<br> <br>Warm Regards,<br>Dragomir Stanchev<br> ------=_Part_91636_883802.1231929177579-- From [email protected] Fri Jan 16 16:16:42 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50800 invoked from network); 16 Jan 2009 16:16:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jan 2009 16:16:42 -0000 Received: (qmail 47766 invoked by uid 500); 16 Jan 2009 16:16:41 -0000 Delivered-To: [email protected] Received: (qmail 47699 invoked by uid 500); 16 Jan 2009 16: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 47684 invoked by uid 99); 16 Jan 2009 16:16:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 08:16: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 (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; Fri, 16 Jan 2009 16:16:32 +0000 Received: by yw-out-1718.google.com with SMTP id 5so678417ywr.28 for <multiple recipients>; Fri, 16 Jan 2009 08:16:11 -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 :content-transfer-encoding; bh=QwNK1SwXbWMvz5FJ7mfVwIVFgl8EqXtjK2cTSjftM5E=; b=Zh/Al1qHG/dR6KjOJo5OU3dvO5/Ieuo7Tjf8mEGre8VfzhWfNfp4lJCCmj0QHUXPJN GtE7S6bwGd2mJqWy0Hzj3xXlJYufVjPLSfGZztj4TXGF9vVYT2ag56d9LImDQuT3qDUq M6kIgkX5NtC66+3hX+p9VA850rVWAm1UFHX5E= 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:content-transfer-encoding; b=ksCeJz2SJRnxfFuS0ByUYAO/90joa3nU9Tfv4ckqyL2gYugBUpU5qg6yX+Lv5b0opy MXUIhJj79fc12gYAq4hD/cOwPmLrX8/Ruiq6vQsRUhHAHCnoFJSZoDE2iwEf3poM70Me kRefu9jfiTE+erkKJN1eJZUccClKa8KmOrzdk= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id b13mr1234528qbg.15.1232122570778; Fri, 16 Jan 2009 08:16:10 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Fri, 16 Jan 2009 08:16:10 -0800 Message-ID: <[email protected]> Subject: Re: Xalan 2.7 backward compatibility with Xalan 2.6 From: Toadie <[email protected]> To: "Mr.Dragomir Stanchev" <[email protected]> Cc: [email protected], [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org We did our migration a while ago from 2.6.x to 2.7.0 and found a few issues 1. v2.7.0 had some issue with JDK 1.5 in terms of performance . A few JIRA issues were created and subsequently a patch was made available by the Xalan dev team. The same patch was rolled into 2.7.1. 2. I believe (not too sure here since it has been so long) that a few of the interfaces in v2.6.0 were declared as public while in 2.7.0, they were made protected/private. This may not matter to you at all if you don't make use of internal XALAN APIs and interfaces. In any case, v2.7.1 had reverted back to v2.6.0 behavior.. 3. JAXP 1.3 in v2.7.0 required stricter checking on XSLT extension. For example, as I recall, if you declare an extension-element-prefix without an accompanying extension declaration, the XSLT will fail to parse. Note the line in the map below that begins with extension-element-prefixes="counter bogusExtension" In 2.6.0, the map parsed fine and essentialy ignored undefined prefix. in 2.7.0, a parsing failure occurred. This was fairly obscure to test because within our JUnit environment, all the JUnit XSLTs were 1.3 compliant. However, within our user community where cut & paste occurred quite often, there were tons of XSLTs where extraneous element prefixes exist. Unfortunately, the only fix was to physically sweep through **EVERY* XSLT and detect parsing failures. In our case, we have in excess of 2000+ XSLTs to validate. <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xalan" xmlns:counter="MyCounter" extension-element-prefixes="counter bogusExtensionElePrefix" version="1.0"> <xalan:component prefix="counter" elements="init incr" functions="read"> <xalan:script lang="javaclass" src="xalan://MyCounter"/> </xalan:component> <xsl:template match="/"> <HTML> <H1>Names in alphabetical order</H1> <counter:init name="index" value="1"/> <xsl:for-each select="doc/name"> <xsl:sort select="@last"/> <xsl:sort select="@first"/> <p> <xsl:text>[</xsl:text> <xsl:value-of select="counter:read('index')"/> <xsl:text>]. </xsl:text> <xsl:value-of select="@last"/> <xsl:text>, </xsl:text> <xsl:value-of select="@first"/> </p> <counter:incr name="index"/> </xsl:for-each> </HTML> </xsl:template> </xsl:stylesheet> Final note, if you don't have strict requirements around v2.7.0 vs v2.7.1, v2.7.1 is your better bet. On Wed, Jan 14, 2009 at 2:32 AM, Mr.Dragomir Stanchev <[email protected]> wrote: > Hello, > Our company is currently using Xalan 2.6. However, we have found that there > is a memory leak in the XMLReaderManager class, when the XMLReader instances > are not properly removed after the thread finishes and is garbage collected. > This issue has been known and is now fixed in Xalan 2.7.0. Therefore, we are > now analyzing whether it is suitable for us to migrate to Xalan 2.7.0. The > problem that arrises is that we do not know if there are any backward > compatibility issues between 2.7.0 and 2.6. After spending some time reading > the release notes I have found the following changes that might affect the > migration (confirm with Yes / No if these are important changes ) > > 1.The behavior of the default ErrorListener was changed in this release of > Xalan-Java, in order to conform with a clarification of the required > behavior described by JAXP 1.3 ...The default ErrorListener of the old > Xalan-Java Interpretive processor throws exceptions on errors and fatal > errors. If your code expects exceptions to be thrown on errors and fatal > errors, you have to set a customized ErrorListener on TransformerFactory > and/or Transformer. > - Assuming that we do what is described here, is there any other parts of > the code Xalan code affected by this behaviour ? > > 2. In this release of Xalan-Java the code related to serialization of output > result trees has been pulled out of xalan.jar and moved into a new jar file, > named serializer.jar.Although the code has been modified to create a > stand-alone jar, the serializer public APIs have not changed and the package > names and classnames are the same as they were last release. > - From what I understand, there are no consequences besides adding and > additional .jar file to the build path. Is that correct ? > > 3. Are there any additional major changes from 2.6 to 2.7.0 that need to be > addressed? > > 4. Is there a list, containing all the bug-fixes with the appropriate method > / class signature and attribute changes? I saw the history.html file - is > this the complete list? > > > Thank you in advance. > > Warm Regards, > Dragomir Stanchev > From [email protected] Wed Jan 21 02:55:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37870 invoked from network); 21 Jan 2009 02:55:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jan 2009 02:55:16 -0000 Received: (qmail 87151 invoked by uid 500); 21 Jan 2009 02:55:15 -0000 Delivered-To: [email protected] Received: (qmail 87126 invoked by uid 500); 21 Jan 2009 02:55: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 87117 invoked by uid 99); 21 Jan 2009 02:55:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 18:55: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: local policy) Received: from [161.129.204.104] (HELO smtp.selectica.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2009 02:55:07 +0000 Received: from sltcmsx.selectica.net ([161.129.204.104]) by smtp.selectica.com (8.12.8/8.12.8) with ESMTP id n0L2sjH7013448 for <[email protected]>; Tue, 20 Jan 2009 18:54:45 -0800 Received: from sltcmsx.selectica.net ([161.129.204.104]) by sltcmsx.selectica.net ([161.129.204.104]) with mapi; Tue, 20 Jan 2009 18:54:46 -0800 From: "Pantvaidya, Vishwajit" <[email protected]> To: "[email protected]" <[email protected]> Date: Tue, 20 Jan 2009 18:54:44 -0800 Subject: Transforming xml to csv with escaped quotes Thread-Topic: Transforming xml to csv with escaped quotes Thread-Index: Acl7c50AJSYYdL2BSMy7F02YgQHOUA== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Using Xalan Java 2.7.1, I am trying to convert a string in a simple xml to = a csv file. Since the string in the input xml has commas, my xslt has logic= to enclose the entire string in quotes. But the string also has quotes whi= ch interfere with these - so I am trying to escape those as well into a CSV= acceptable form i.e. by replacing a double quote with 2 double quotes. For= that I am using the recursive logic that Jeni Tennison provided in one of = the group posts. But still the xslt does not work. The xml is: <?xml version=3D"1.0" encoding=3D"UTF-8"?> <ColumnRow> <ColumnDetail>String that has quotes "sdcbscbdscbsdchjbcdshc" and commas 'E= urope, Middle East &amp; Africa' ;</ColumnDetail> </ColumnRow> The xsl is as follows: <?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" xmlns:fo=3D"http://www.w3.org/1999/XSL/Format"> <xsl:output method=3D"text" encoding=3D"ISO-8859-1"/> <xsl:strip-space elements=3D"*"/> <xsl:variable name=3D"quot"><xsl:text>"</xsl:text></xsl:variable> <xsl:template match=3D"ColumnRow"> <xsl:text>,</xsl:text><xsl:apply-templates select=3D"ColumnDetail"/= ><xsl:text>&#10;</xsl:text> </xsl:template> <xsl:template match=3D"ColumnDetail"> <xsl:apply-templates select=3D"EscapeQuotes"/> <xsl:variable name=3D"noReturns" select=3D"translate(.,'&#xA;&#xD;'= ,'')"/> <xsl:choose> <xsl:when test=3D"contains($noReturns,',')"> <xsl:text>"</xsl:text><xsl:value-of select=3D"$noRe= turns"/><xsl:text>"</xsl:text> </xsl:when> <xsl:otherwise> <xsl:value-of select=3D"$noReturns"/> </xsl:otherwise> </xsl:choose> <xsl:if test=3D"position()!=3Dlast()">,</xsl:if> </xsl:template> <xsl:template name=3D"EscapeQuotes"> <xsl:param name=3D"string" /> <xsl:choose> <xsl:when test=3D'contains($string,$quot)'> <xsl:value-of select=3D'substring-before($string, $= quot)' /> <xsl:text>""</xsl:text> <xsl:call-template name=3D"EscapeQuotes"> <xsl:with-param name=3D"string" select=3D's= ubstring-after($string, $quot)' /> </xsl:call-template> </xsl:when> <xsl:otherwise> <xsl:value-of select=3D"$string" /> </xsl:otherwise> </xsl:choose> </xsl:template> </xsl:stylesheet> The CSV string output I get is: ,"String that has quotes "sdcbscbdscbsdchjbcdshc" and commas 'Europe, Middl= e East & Africa' ;" Any ideas why the EscapeQuotes logic does not work? From [email protected] Wed Jan 21 04:02:58 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48276 invoked from network); 21 Jan 2009 04:02:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jan 2009 04:02:58 -0000 Received: (qmail 34512 invoked by uid 500); 21 Jan 2009 04:02:58 -0000 Delivered-To: [email protected] Received: (qmail 34257 invoked by uid 500); 21 Jan 2009 04: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 34248 invoked by uid 99); 21 Jan 2009 04:02:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 20:02:57 -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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e34.co.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2009 04:02:47 +0000 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [161.129.204.104]) by e34.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n0L419c7025165 for <[email protected]>; Tue, 20 Jan 2009 21:01:09 -0700 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [161.129.204.104]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n0L42QGP179386 for <[email protected]>; Tue, 20 Jan 2009 21:02:27 -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 n0L42QLG029423 for <[email protected]>; Tue, 20 Jan 2009 21:02: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 n0L42Pgf029390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for <[email protected]>; Tue, 20 Jan 2009 21:02:26 -0700 Received: from wtfmail02a.edc.lotus.com (wtfmail02a.lotus.com [161.129.204.104]) by internet1.lotus.com (8.14.1/8.14.1) with ESMTP id n0L42Pkw011066 for <[email protected]>; Tue, 20 Jan 2009 23:02:25 -0500 (EST) In-Reply-To: <[email protected]> To: [email protected] MIME-Version: 1.0 Subject: Re: Transforming xml to csv with escaped quotes X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: [email protected] Date: Tue, 20 Jan 2009 23:04:05 -0500 X-MIMETrack: Serialize by Router on WTFMAIL02a/WTF/M/Lotus(Release 8.0.2FP1|December 15, 2008) at 01/20/2009 11:04:09 PM, Serialize complete at 01/20/2009 11:04:09 PM Content-Type: multipart/alternative; boundary="=_alternative 0016386885257545_=" X-Virus-Checked: Checked by ClamAV on apache.org This is a multipart message in MIME format. --=_alternative 0016386885257545_= Content-Type: text/plain; charset="US-ASCII" >From the supplied XSLT: <xsl:apply-templates select="EscapeQuotes"/> ... <xsl:template name="EscapeQuotes"> <xsl:param name="string" /> Those statements don't match up. BTW, this (at least so far) is a generic XSLT question that could be answered from the FAQ or books on XSLT. --=_alternative 0016386885257545_= Content-Type: text/html; charset="US-ASCII" <br><font size=2 face="sans-serif">From the supplied XSLT:</font> <br><tt><font size=2>&lt;xsl:apply-templates select=&quot;EscapeQuotes&quot;/&gt;</font></tt> <br><tt><font size=2>...</font></tt> <br><tt><font size=2>&lt;xsl:template name=&quot;EscapeQuotes&quot;&gt;<br> &nbsp; &nbsp; &nbsp; &nbsp;&lt;xsl:param name=&quot;string&quot; /&gt;</font></tt> <br> <br><font size=2 face="sans-serif">Those statements don't match up.</font> <br> <br><font size=2 face="sans-serif">BTW, this (at least so far) is a generic XSLT question that could be answered from the FAQ or books on XSLT.</font> --=_alternative 0016386885257545_=-- From [email protected] Thu Jan 22 19:10:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30499 invoked from network); 22 Jan 2009 19:10:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jan 2009 19:10:15 -0000 Received: (qmail 57122 invoked by uid 500); 22 Jan 2009 19:10:12 -0000 Delivered-To: [email protected] Received: (qmail 57058 invoked by uid 500); 22 Jan 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]> List-Id: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57025 invoked by uid 99); 22 Jan 2009 19:10:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2009 11:10:11 -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 lobster.as-guides.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2009 19:10:02 +0000 Received: from seahorse.as-guides.com ([161.129.204.104] helo=[161.129.204.104]) by lobster.as-guides.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from <[email protected]>) id 1LQ4vp-0001NI-9D for [email protected]; Thu, 22 Jan 2009 20:09:41 +0100 Message-ID: <[email protected]> Date: Thu, 22 Jan 2009 20:09:37 +0100 From: Michael Ludwig <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20081209) MIME-Version: 1.0 To: "[email protected]" <[email protected]> Subject: Re: Transforming xml to csv with escaped quotes References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Do-Not-Run: Yes X-Spam-Score: -2.0 (--) X-Virus-Checked: Checked by ClamAV on apache.org Pantvaidya, Vishwajit schrieb: > Using Xalan Java 2.7.1, I am trying to convert a string in a simple > xml to a csv file. This requirement comes up maybe once a month on various XSL lists. > Since the string in the input xml has commas, my xslt has logic to > enclose the entire string in quotes. But the string also has quotes > which interfere with these - so I am trying to escape those as well > into a CSV acceptable form i.e. by replacing a double quote with 2 > double quotes. CSV is trickier than you might think. That's why I'd *alway* use a CSV library to do the job, like Textacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSV_XS for Perl. (I know you're on Java. Read on.) > For that I am using the recursive logic that Jeni Tennison provided in > one of the group posts. But still the xslt does not work. I'm sure Jeni Tennison has come up with something good. On the other hand, XSL 1.0 is not particularly good at string handling. So if I were you, I'd give one of these packages a try: Super Csv - A free CSV reader/writer http://supercsv.sourceforge.net/ opencsv - an open source csv parser for Java http://opencsv.sourceforge.net/ Don't know how well they work. To my surprise, there seems to be no CSV handling functionality included in Java 6. Or has it escaped my attention? At any rate, set up your XSLT to combine rows for CSV, then do the writing line by line calling back to Java using the extension function mechanism. Works in Perl with LibXSLT, so it should work in Java with Xalan. Michael Ludwig From [email protected] Thu Jan 29 02:50:58 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4805 invoked from network); 29 Jan 2009 02:50:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2009 02:50:58 -0000 Received: (qmail 1378 invoked by uid 500); 29 Jan 2009 02:50:57 -0000 Delivered-To: [email protected] Received: (qmail 1356 invoked by uid 500); 29 Jan 2009 02:50: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 1347 invoked by uid 99); 29 Jan 2009 02:50:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 18:50:57 -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 rn-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 02:50:50 +0000 Received: by rn-out-0910.google.com with SMTP id j67so2949164rne.16 for <[email protected]>; Wed, 28 Jan 2009 18:50:30 -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=M6KGRLykkOGgTAQ9HphYrlS3V7pKPl3BAXYNbSJ1HOU=; b=dFs/t+2WqzeI8Xg4fMgfrFNCCohP8cd57M94lICE5Jx5fKNzNN6FvoS2dngMB2rUTd CfNlpwcdBYcKwDrUrWIOCbNZUPvUE0iAikqkoq6DSidywHoAe6E8xJEX4/WFv+2cxO0N oDPQCOIbwsGIEvtcmrnbapFO8jSjnZPGUm7AQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=U1G7VUNMen8ZyiZSgIjxr4VBEZGu+i98Ey3Y5UatWGb1Z+CysFtjLI8q1iGcqKdwR3 +z3ryz1iAh8FBzh+iUYZHJGaAVCzQ+f7JE2diKn4TPrHxGwmLgPgt3jekGP2x/gzmVT8 HvldHRFbywjX4jEZ4Zd+cNymRKSswN7Qzlcds= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z9mr1600053ybf.114.1233197430116; Wed, 28 Jan 2009 18:50:30 -0800 (PST) Date: Wed, 28 Jan 2009 21:50:30 -0500 Message-ID: <[email protected]> Subject: 'Could not resolve the node to a handle' from XPath From: Benson Margulies <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0cd4d252c2909e0461962618 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd4d252c2909e0461962618 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I'm using Xalan as embedded in JRE 1.5 on MacOS. I'm evaluating 'ancestor-or-selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bnode()'. Context node is just a text node. Nothing fancy. I'm a bit lost in the previous discussion of this error, can someone rescue me? java.lang.RuntimeException: Could not resolve the node to a handle at com.sun.org.apache.xml.internal.dtm.ref.DTMManagerDefault.getDTMHandleFromNode(DTMManagerDefault.java:556) at com.sun.org.apache.xpath.internal.XPathContext.getDTMHandleFromNode(XPathContext.java:154) at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:234) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:123) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:97) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.evaluate(XPathExpressionImpl.java:178) at --000e0cd4d252c2909e0461962618 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I&#39;m using Xalan as embedded in JRE 1.5 on MacOS.<br><br>I&#39;m evaluat= ing &#39;ancestor-or-selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bnode()&#39;.<br><br>Context node is just a text = node. Nothing fancy. <br><br>I&#39;m a bit lost in the previous discussion = of this error, can someone rescue me?<br> <br>java.lang.RuntimeException: Could not resolve the node to a handle<br>&= nbsp;&nbsp;&nbsp; at com.sun.org.apache.xml.internal.dtm.ref.DTMManagerDefa= ult.getDTMHandleFromNode(DTMManagerDefault.java:556)<br>&nbsp;&nbsp;&nbsp; = at com.sun.org.apache.xpath.internal.XPathContext.getDTMHandleFromNode(XPat= hContext.java:154)<br> &nbsp;&nbsp;&nbsp; at com.sun.org.apache.xpath.internal.XPath.execute(XPath= .java:234)<br>&nbsp;&nbsp;&nbsp; at com.sun.org.apache.xpath.internal.jaxp.= XPathExpressionImpl.eval(XPathExpressionImpl.java:123)<br>&nbsp;&nbsp;&nbsp= ; at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathE= xpressionImpl.java:97)<br> &nbsp;&nbsp;&nbsp; at com.sun.org.apache.xpath.internal.jaxp.XPathExpressio= nImpl.evaluate(XPathExpressionImpl.java:178)<br>&nbsp;&nbsp;&nbsp; at <br> --000e0cd4d252c2909e0461962618-- From [email protected] Thu Jan 29 07:59:28 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1678 invoked from network); 29 Jan 2009 07:59:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2009 07:59:28 -0000 Received: (qmail 85618 invoked by uid 500); 29 Jan 2009 07:59:27 -0000 Delivered-To: [email protected] Received: (qmail 85598 invoked by uid 500); 29 Jan 2009 07: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 85589 invoked by uid 99); 29 Jan 2009 07:59:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 23:59:27 -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 lobster.as-guides.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 07:59:19 +0000 Received: from seahorse.as-guides.com ([161.129.204.104] helo=[161.129.204.104]) by lobster.as-guides.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from <[email protected]>) id 1LSRna-0007yZ-17 for [email protected]; Thu, 29 Jan 2009 08:58:58 +0100 Message-ID: <[email protected]> Date: Thu, 29 Jan 2009 08:58:53 +0100 From: Michael Ludwig <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20081209) MIME-Version: 1.0 To: [email protected] Subject: Re: 'Could not resolve the node to a handle' from XPath References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SA-Do-Not-Run: Yes X-Spam-Score: -2.0 (--) X-Virus-Checked: Checked by ClamAV on apache.org Benson Margulies schrieb: > I'm using Xalan as embedded in JRE 1.5 on MacOS. That's not the real Apache Xalan, but a Sun fork, obviously not even taken off of a regular release version, and packaged under "com.sun" as of JRE 1.5. Searching the archives you'll find numerous references to this fact, invariably suggesting you use the real one because of the bugs Sun packaged with its custom version. > I'm evaluating 'ancestor-or-selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bnode()'. > > Context node is just a text node. Nothing fancy. > java.lang.RuntimeException: Could not resolve the node to a handle Could you post a small, self-contained example that reproduces the error? That is, XML, XSL, and Java, if not just run from the command line. Michael Ludwig
From [email protected] Mon Jul 02 21:30:24 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89111 invoked by uid 500); 2 Jul 2001 21:30:09 -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] Delivered-To: moderator for [email protected] Received: (qmail 32541 invoked from network); 2 Jul 2001 18:24:59 -0000 Date: Mon, 2 Jul 2001 21:20:10 +0300 From: Alex Petrov <[email protected]> X-Mailer: The Bat! (v1.53d) Educational Reply-To: Alex Petrov <[email protected]> Organization: LR IeM IC X-Priority: 3 (Normal) Message-ID: <{{EMAIL+PHONE}}> To: [email protected] Subject: apache.sysman.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello mirrors, Temporary downed for 2 weeks. Machine moved to new ISP. - -- Best regards, Alex mailto:[email protected] ================================================ -----BEGIN PGP SIGNATURE----- Version: PGP 6.0.2i iQA/AwUBO0CfPYISrzWPvpxqEQLmhwCeLVPsgCpskkPU5eXo/Gktt2j9wSoAoKMA ajOB628drleBVBtZQd6H6JDT =/NBi -----END PGP SIGNATURE----- From [email protected] Mon Jul 09 23:11:41 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23765 invoked by uid 500); 9 Jul 2001 23:11:31 -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 23673 invoked from network); 9 Jul 2001 23:11:18 -0000 Message-ID: <[email protected]> From: Andrew Kenna <[email protected]> To: "'[email protected]'" <[email protected]> Subject: Mirror Problems Date: Tue, 10 Jul 2001 08:59:16 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C108CA.C7873EF0" X-Spam-Rating: h31.sny.collab.net 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_000_01C108CA.C7873EF0 Content-Type: text/plain; charset="iso-8859-1" Since its obvious that everyone at apache is flat out and doesn't have time at the moment to fix up the links on the main apache page so they are based on a site by site basis, ie httpd.apache.org. How about someone does up a tutorial on how to change the links using mod_rewrite and the guys include it on the howto become a mirror page. I am not very knowledgeable on mod_rewrite but i'm sure someone out there has done something already to fix this annoying problem. Thoughts anyone ? -- Andrew ------_=_NextPart_000_01C108CA.C7873EF0 Content-Type: application/octet-stream; name="Andrew Kenna.vcf" Content-Disposition: attachment; filename="Andrew Kenna.vcf" BEGIN:VCARD VERSION:2.1 N:Kenna;Andrew FN:Andrew Kenna EMAIL;PREF;INTERNET:[email protected] REV:20010709T000557Z END:VCARD ------_=_NextPart_000_01C108CA.C7873EF0-- From [email protected] Tue Jul 10 00:07:29 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74932 invoked by uid 500); 10 Jul 2001 00:07:27 -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 74921 invoked from network); 10 Jul 2001 00:07:26 -0000 Message-ID: <[email protected]> From: Andrew Kenna <[email protected]> To: "'Alp Altunel'" <[email protected]> Cc: "'[email protected]'" <[email protected]> Subject: RE: submit Date: Tue, 10 Jul 2001 09:55:23 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Please provide us with the correct web address that points directly to your apache mirror Regards Andrew -----Original Message----- From: Alp Altunel [mailto:[email protected]] Sent: Monday, July 09, 2001 10:33 PM To: [email protected] Subject: submit hi I have set up my mirror site with the information given on the webpage. now the rsync is done. my server name is: www.rapid-server.com (161.129.204.104) with FreeBSD 4.3 running. please add me to the country mirrors list Alp Altunel System Administrator From [email protected] Tue Jul 10 15:01:11 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37870 invoked by uid 500); 10 Jul 2001 15:00:55 -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 37179 invoked from network); 10 Jul 2001 15:00:16 -0000 In-Reply-To: <[email protected]> Message-ID: <[email protected]> X-Mailer: BasiliX 1.0.3b -- http://basilix.org X-SenderIP: 161.129.204.104 Date: Tue, 10 Jul 2001 17:54:22 EEST From: Alp Altunel <[email protected]> Subject: Re: RE: submit To: [email protected] X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N hi Andrew > Please provide us with the correct web address that points directly to your > apache mirror apache.rapid-server.com is the correct web address... maybe you may give it as tr.apache.org or something like this. but I defined it like this :) Best Regards Alp Altunel System Administrator From [email protected] Wed Jul 11 02:03:08 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 635 invoked by uid 500); 11 Jul 2001 02:03: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 593 invoked from network); 11 Jul 2001 02:02:57 -0000 Message-ID: <[email protected]> From: Andrew Kenna <[email protected]> To: "'Juan Manuel Del rio'" <[email protected]> Cc: "'[email protected]'" <[email protected]> Subject: RE: Uniandes Date: Wed, 11 Jul 2001 11:49:50 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C109AB.C5FE00A0" X-Spam-Rating: h31.sny.collab.net 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_01C109AB.C5FE00A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Yes, that has now been completed =20 Regards =20 Andrew =20 -----Original Message----- From: Juan Manuel Del rio [mailto:[email protected]] Sent: Wednesday, July 11, 2001 3:22 AM To: Andrew Kenna Subject: Uniandes Dear Andrew, =20 Right now the url points to http://sunsite.uniandes.edu.co/apache/dist/ <http://sunsite.uniandes.edu.co/apache/dist/> but it would nice to = change it to http://apache.uniandes.edu.co/ <http://apache.uniandes.edu.co/>=20 =20 Thank you =20 Juan Manuel Del R=EDo Ingeniero Direcci=F3n de Tecnolog=EDas de Informaci=F3n Universidad de los Andes +57 1 3394949 Ext. 2990 ------_=_NextPart_001_01C109AB.C5FE00A0 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=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><SPAN class=3D842570802-11072001><FONT face=3DArial = color=3D#0000ff size=3D2>Yes,=20 that has now been completed</FONT></SPAN></DIV> <DIV><SPAN class=3D842570802-11072001><FONT face=3DArial = color=3D#0000ff=20 size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D842570802-11072001><FONT face=3DArial = color=3D#0000ff=20 size=3D2>Regards</FONT></SPAN></DIV> <DIV><SPAN class=3D842570802-11072001><FONT face=3DArial = color=3D#0000ff=20 size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D842570802-11072001><FONT face=3DArial = color=3D#0000ff=20 size=3D2>Andrew</FONT></SPAN></DIV> <DIV><SPAN class=3D842570802-11072001></SPAN>&nbsp;</DIV> <BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px"> <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B> Juan Manuel Del = rio=20 [mailto:[email protected]]<BR><B>Sent:</B> Wednesday, July 11, = 2001 3:22=20 AM<BR><B>To:</B> Andrew Kenna<BR><B>Subject:</B> = Uniandes<BR><BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>Dear Andrew,</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2>Right now the url points to <A=20 = href=3D"http://sunsite.uniandes.edu.co/apache/dist/">http://sunsite.unia= ndes.edu.co/apache/dist/</A>&nbsp;but=20 it would nice to change it to <A=20 = href=3D"http://apache.uniandes.edu.co/">http://apache.uniandes.edu.co/</= A></FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2>Thank you</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2>Juan Manuel Del = R=EDo<BR>Ingeniero<BR>Direcci=F3n de=20 Tecnolog=EDas de Informaci=F3n<BR>Universidad de los Andes<BR>+57 1 = 3394949 Ext.=20 2990</FONT></DIV></BLOCKQUOTE></BODY></HTML> ------_=_NextPart_001_01C109AB.C5FE00A0-- From [email protected] Wed Jul 11 02:05:04 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4867 invoked by uid 500); 11 Jul 2001 02:05: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 4760 invoked from network); 11 Jul 2001 02:04:54 -0000 Message-ID: <[email protected]> From: Andrew Kenna <[email protected]> To: "'[email protected]'" <[email protected]> Subject: RE: RE: submit Date: Wed, 11 Jul 2001 11:52:53 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Now it comes up with an error 403, permission denied when I goto http://apache.rapid-server.com Check you have setup your mirror as per the instructions from httpd.apache.org Andrew -----Original Message----- From: Alp Altunel [mailto:[email protected]] Sent: Wednesday, July 11, 2001 3:54 AM To: [email protected] Subject: Re: RE: submit hi Andrew > Please provide us with the correct web address that points directly to your > apache mirror apache.rapid-server.com is the correct web address... maybe you may give it as tr.apache.org or something like this. but I defined it like this :) Best Regards Alp Altunel System Administrator From [email protected] Thu Jul 12 10:50:11 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77959 invoked by uid 500); 12 Jul 2001 10:49:52 -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 77770 invoked from network); 12 Jul 2001 10:49:45 -0000 X-Authentication-Warning: bar.noc.be.easynet.net: claude owned process doing -bs Date: Thu, 12 Jul 2001 12:49:43 +0200 (CEST) From: <[email protected]> X-X-Sender: <[email protected]> To: <[email protected]> Subject: Small issue: can't get /docs/programs/ Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi folks, I do mirror with the following command: rsync -va --delete --exclude bugs --exclude incoming dev.apache.orgacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpache-site /somepath/; and I don't get /docs/programs/ but well /docs-2.0/programs/ I think smthg is broken on dev.apache.org Thanks to fix it. ____________________________________________________ Claude Iyi Dogan [email protected] Syst. Developer http://ftp.easynet.be Easynet Belgium part of Easynet Group ____________________________________________________ From [email protected] Thu Jul 12 11:37:45 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7588 invoked by uid 500); 12 Jul 2001 11:37:25 -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 7370 invoked from network); 12 Jul 2001 11:37:17 -0000 In-Reply-To: <[email protected]> Message-ID: <[email protected]> X-Mailer: BasiliX 1.0.3b -- http://basilix.org X-SenderIP: 161.129.204.104 Date: Thu, 12 Jul 2001 14:31:36 EEST From: Alp Altunel <[email protected]> Subject: Re: RE: RE: submit To: [email protected] X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi I have some problems during the mirroring I wrote rsync -rtlzv --delete --exclude incoming dev.apache.orgacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpache-site /my/path everything seemed ok but I coulnt see any index.html file around. thats why it gives 403 error. also I want to mirror the ftp site what should I write from the command prompt? no problem about the dir perms by the way.... Regards Alp Altunel System Administrator From [email protected] Thu Jul 12 16:08:39 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18627 invoked by uid 500); 12 Jul 2001 16:08: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 18541 invoked from network); 12 Jul 2001 16:08:06 -0000 In-Reply-To: <[email protected]> Message-ID: <[email protected]> X-Mailer: BasiliX 1.0.3b -- http://basilix.org X-SenderIP: 161.129.204.104 Date: Thu, 12 Jul 2001 19:02:24 EEST From: Alp Altunel <[email protected]> Subject: OK To: [email protected] X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi Andrew The server is up to date... Some files was missing so that it gave such an error.. Regards Alp Altunel System Administrator From [email protected] Thu Jul 12 22:43:23 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55983 invoked by uid 500); 12 Jul 2001 22:43: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]> Delivered-To: mailing list [email protected] Received: (qmail 55897 invoked from network); 12 Jul 2001 22:43:21 -0000 Message-ID: <[email protected]> From: Andrew Kenna <[email protected]> To: "'[email protected]'" <[email protected]> Subject: RE: RE: RE: submit Date: Fri, 13 Jul 2001 08:31:03 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N If you are mirroring the web site the index.html file will happen by default, unless you have it coded in your httpd.conf to use a different index file. The ftp server mirror, you need to tell it to use Options Indexes which will allow directory browsing Andrew -----Original Message----- From: Alp Altunel [mailto:[email protected]] Sent: Friday, July 13, 2001 12:32 AM To: [email protected] Subject: Re: RE: RE: submit Hi I have some problems during the mirroring I wrote rsync -rtlzv --delete --exclude incoming dev.apache.orgacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpache-site /my/path everything seemed ok but I coulnt see any index.html file around. thats why it gives 403 error. also I want to mirror the ftp site what should I write from the command prompt? no problem about the dir perms by the way.... Regards Alp Altunel System Administrator From [email protected] Wed Jul 18 06:40:21 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23690 invoked by uid 500); 18 Jul 2001 06:40: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]> Delivered-To: mailing list [email protected] Received: (qmail 23679 invoked from network); 18 Jul 2001 06:40:20 -0000 Date: Wed, 18 Jul 2001 16:40:22 +1000 (EST) From: jason andrade <[email protected]> To: "'[email protected]'" <[email protected]> Subject: Re: Mirror Problems In-Reply-To: <[email protected]> Message-ID: <{{EMAIL+PHONE}}> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 1.0 (http://www.roaringpenguin.com/mimedefang/) X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Tue, 10 Jul 2001, Andrew Kenna wrote: btw, can i please get you to check to see if mirror.aarnet is listed in the mirror system for apache ? it needs to be http://mirror.aarnet.edu.au/pub/apache/ ftp://mirror.aarnet.edu.au/pub/apache/ at the moment the current record doesn't have the "/pub" in it. regards, -jason From [email protected] Fri Jul 20 19:56:51 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80525 invoked by uid 500); 20 Jul 2001 19:56:51 -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 80508 invoked from network); 20 Jul 2001 19:56:50 -0000 Date: Fri, 20 Jul 2001 22:17:48 +0200 From: "Karsten W. Rohrbach" <[email protected]> To: Andrew Kenna <[email protected]> Cc: "'[email protected]'" <[email protected]> Subject: Re: Mirror Problems Message-ID: <[email protected]> Mail-Followup-To: "Karsten W. Rohrbach" <[email protected]>, Andrew Kenna <[email protected]>, "'[email protected]'" <[email protected]> References: <[email protected]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="NU0Ex4SbNnrxsi6C" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <[email protected]>; from [email protected] on Tue, Jul 10, 2001 at 08:59:16AM +1000 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N --NU0Ex4SbNnrxsi6C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Andrew Kenna([email protected])@2001.07.10 08:59:16 +0000: > Since its obvious that everyone at apache is flat out and doesn't have ti= me > at the moment to fix up the links on the main apache page so they are bas= ed > on a site by site basis, ie httpd.apache.org. How about someone does up a > tutorial on how to change the links using mod_rewrite and the guys include > it on the howto become a mirror page. >=20 > I am not very knowledgeable on mod_rewrite but i'm sure someone out there > has done something already to fix this annoying problem. >=20 > Thoughts anyone ?=20 option 1) get rid of the *.apache.org hostnames, thus making apache-site a self-contained rsync target (like it was some years ago) option 2) write a howto document and re-engineer dyn-closer.cgi to split up the www/dev/httpd hosts _and_ include information on what rsync target goes on which host (this may actually be out of discussion since several people to not have apache.whatever.com hostnames for their mirror) i would choose option 1 and think about a rewrite/40x handler that redirects if the corresponding file is not found locally. this improves performance, since the people get the right documents from the right server and if - the object is not there - the whole hierarchy (/httpd/ for example) is not there - you apache.org guys _want_ to have a file accessed always from the master site this would be a pretty sensible choice first the whole distribution model should be reengineered. is somebody already doing this? should i propose a transition plan? brian? /k --=20 > The idea that Bill Gates has appeared like a knight in shining armour > to lead all customers out of a mire of technological chaos neatly ignores > the fact that it was he who, by peddling second-rate technology, led them > into it in the first place. --Douglas Adams in Guardian, August 25, 1995= =20 KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.n= et/ karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- [email protected] GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 B= F46 Please do not remove my address from To: and Cc: fields in mailing lists. 1= 0x --NU0Ex4SbNnrxsi6C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7WJHsM0BPTilkv0YRAgCrAKCFSK032UBw16k/gqM6t+VcL8lWbQCfQerj BnG19LFLRzICo6938YE6mHI= =0TOL -----END PGP SIGNATURE----- --NU0Ex4SbNnrxsi6C-- From [email protected] Mon Jul 23 02:36:35 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18910 invoked by uid 500); 23 Jul 2001 02:36:35 -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 18899 invoked from network); 23 Jul 2001 02:36:34 -0000 Message-ID: <[email protected]> From: Andrew Kenna <[email protected]> To: "'[email protected]'" <[email protected]> Subject: RE: Mirror Problems Date: Mon, 23 Jul 2001 12:24:14 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N According to the mirror file I hold on my system they are pointing to the dns entry's you mentioned below. I have re-submitted the list to ASK for processing again and we will see what happens from there Regards Andrew -----Original Message----- From: jason andrade [mailto:[email protected]] Sent: Wednesday, July 18, 2001 4:40 PM To: '[email protected]' Subject: Re: Mirror Problems On Tue, 10 Jul 2001, Andrew Kenna wrote: btw, can i please get you to check to see if mirror.aarnet is listed in the mirror system for apache ? it needs to be http://mirror.aarnet.edu.au/pub/apache/ ftp://mirror.aarnet.edu.au/pub/apache/ at the moment the current record doesn't have the "/pub" in it. regards, -jason From [email protected] Tue Jul 31 20:37:57 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47558 invoked by uid 500); 31 Jul 2001 20:37:56 -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 47504 invoked from network); 31 Jul 2001 20:37:54 -0000 Message-ID: <[email protected]> From: "Steve Sills" <[email protected]> To: <[email protected]> Subject: Errors Date: Tue, 31 Jul 2001 14:38:02 -0600 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0026_01C119CE.66C37F10" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N *This message was transferred with a trial version of CommuniGate(tm) Pro* This is a multi-part message in MIME format. ------=_NextPart_000_0026_01C119CE.66C37F10 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0027_01C119CE.66C37F10" ------=_NextPart_001_0027_01C119CE.66C37F10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am tring to mirror the site, this is the error i keep getting, its = stopping me from getting the whole site. that were it ends....=20 receiving file list ... done dist/httpd/ send_files failed to open = dist/httpd/binaries/aix/apache_1.3.19-000831214C00-ibm-aix4.3.README: = Permission denied send_files failed to open = dist/httpd/binaries/aix/apache_1.3.19-000831214C00-ibm-aix4.3.tar.gz: = Permission denied send_files failed to open = dist/httpd/binaries/aix/apache_1.3.19-000831214C00-ibm-aix4.3.tar.gz.asc:= Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.1-rs6000-ibm-aix3.2.README: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.1-rs6000-ibm-aix3.2.tar.gz: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.1-rs6000-ibm-aix3.2.tar.gz.md5: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.12-002257794C00-ibm-aix4.2.README:= Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.12-002257794C00-ibm-aix4.2.tar.gz:= Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.12-002257794C00-ibm-aix4.2.tar_gz.= asc: Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.6-rs6000-ibm-aix4.2.README: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.6-rs6000-ibm-aix4.2.tar.gz: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-002257794C00-ibm-aix4.2.README: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-002257794C00-ibm-aix4.2.tar.gz: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-002257794C00-ibm-aix4.2.tar_gz.a= sc: Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-0035558C4C00-ibm-aix4.3.README: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-0035558C4C00-ibm-aix4.3.tar.gz: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-0035558C4C00-ibm-aix4.3.tar_gz.a= sc: Permission denied dist/httpd/httpd-2_0_18-alpha.tar.Z write failed on dist/httpd/httpd-2_0_18-alpha.tar.Z : Success unexpected EOF in read_timeout Any ideas? Steve Sills -------------------------------------------------------------------------= ------- Return to cron list ------=_NextPart_001_0027_01C119CE.66C37F10 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 content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.3315.2870" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff><FONT face=3DArial size=3D2><PRE><FONT = size=3D3>I am tring to mirror the site, this is the error i keep = getting, its stopping</FONT></PRE><PRE><FONT size=3D3>me from getting = the whole site. that were it ends.... </FONT></PRE><PRE>receiving file = list ... done dist/httpd/ send_files failed to open = dist/httpd/binaries/aix/apache_1.3.19-000831214C00-ibm-aix4.3.README: = Permission denied send_files failed to open = dist/httpd/binaries/aix/apache_1.3.19-000831214C00-ibm-aix4.3.tar.gz: = Permission denied send_files failed to open = dist/httpd/binaries/aix/apache_1.3.19-000831214C00-ibm-aix4.3.tar.gz.asc:= Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.1-rs6000-ibm-aix3.2.README: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.1-rs6000-ibm-aix3.2.tar.gz: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.1-rs6000-ibm-aix3.2.tar.gz.md5: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.12-002257794C00-ibm-aix4.2.README:= Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.12-002257794C00-ibm-aix4.2.tar.gz:= Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.12-002257794C00-ibm-aix4.2.tar_gz.= asc: Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.6-rs6000-ibm-aix4.2.README: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.6-rs6000-ibm-aix4.2.tar.gz: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-002257794C00-ibm-aix4.2.README: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-002257794C00-ibm-aix4.2.tar.gz: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-002257794C00-ibm-aix4.2.tar_gz.a= sc: Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-0035558C4C00-ibm-aix4.3.README: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-0035558C4C00-ibm-aix4.3.tar.gz: = Permission denied send_files failed to open = dist/httpd/binaries/aix/old/apache_1.3.9-0035558C4C00-ibm-aix4.3.tar_gz.a= sc: Permission denied dist/httpd/httpd-2_0_18-alpha.tar.Z write failed on dist/httpd/httpd-2_0_18-alpha.tar.Z : Success unexpected EOF in read_timeout </PRE> <DIV>Any ideas?</DIV> <DIV>&nbsp;</DIV> <DIV>Steve Sills</DIV> <DIV> <HR> </DIV> <DIV><A href=3D"http://161.129.204.104:10000/cron/"><IMG align=3Dmiddle = alt=3D"<-"=20 border=3D0 src=3D"http://161.129.204.104:10000/images/left.gif"></A> = &nbsp;&nbsp;<A=20 href=3D"http://161.129.204.104:10000/cron/">Return to cron=20 list</A></FONT></DIV></BODY></HTML> ------=_NextPart_001_0027_01C119CE.66C37F10-- ------=_NextPart_000_0026_01C119CE.66C37F10 Content-Type: image/gif; name="left.gif" Content-Transfer-Encoding: base64 Content-Location: http://161.129.204.104:10000/images/left.gif R0lGODlhIAAgAIAAAAICBP7+/CH5BAEAAAEALAAAAAAgACAAAAJNjI+py+0Po0RgToAtxFw33nkK GIoHWZpo6q2s5cbuKNdgYufZqed8b6MAa7hhjGZELZLK5dFkeEIDs2m0aaWSsr8dV1v5nsTksvkc KAAAOw== ------=_NextPart_000_0026_01C119CE.66C37F10-- From [email protected] Wed Aug 01 03:54:56 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78812 invoked by uid 500); 1 Aug 2001 03:54:54 -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 78800 invoked from network); 1 Aug 2001 03:54:53 -0000 Message-ID: <[email protected]> From: Andrew Kenna <[email protected]> To: "'[email protected]'" <[email protected]> Subject: Apache Question Date: Wed, 1 Aug 2001 13:42:05 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C11A3B.EEF71F50" X-Spam-Rating: h31.sny.collab.net 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_000_01C11A3B.EEF71F50 Content-Type: text/plain; charset="iso-8859-1" I know this has nothing todo with mirroring of the apache site, but I can't find any other mailing lists I have recently been getting entries appearing in my apache-status logs as follows 6-3 - 0/0/64 . 0.04 1944 6 0.0 0.00 0.08 pd900f25a.dip.t-dialin.net (unavailable) GET http://www.cash2002.de/cgi-bin/cash_x.cgi?ID=3305108 HTTP/1 I can only assume by this that someone is using my web server as some sort of re-director so they can crappy sites on the net ? What can I do to prevent these sorts of things appearing -- Andrew Kenna Network Administrator Stamina Software Pty Ltd Email: [email protected] Ph: 02 49 538 050 Fax: 02 49 538 077 <<Andrew Kenna.vcf>> ------_=_NextPart_000_01C11A3B.EEF71F50 Content-Type: application/octet-stream; name="Andrew Kenna.vcf" Content-Disposition: attachment; filename="Andrew Kenna.vcf" BEGIN:VCARD VERSION:2.1 N:Kenna;Andrew FN:Andrew Kenna EMAIL;PREF;INTERNET:[email protected] REV:20010709T000557Z END:VCARD ------_=_NextPart_000_01C11A3B.EEF71F50--
From [email protected] Tue Oct 19 17:38:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44440 invoked from network); 19 Oct 2010 17:38:05 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Oct 2010 17:38:05 -0000 Received: (qmail 73072 invoked by uid 500); 19 Oct 2010 17:38:05 -0000 Delivered-To: [email protected] Received: (qmail 73034 invoked by uid 500); 19 Oct 2010 17:38: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 User" <[email protected]> List-Id: <log4php-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 73026 invoked by uid 99); 19 Oct 2010 17:38: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 Oct 2010 17:38:05 +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 mail2.vesystems.biz) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 17:37:58 +0000 X-ASG-Debug-ID: 1287509852-5c13007b0000-rkeh1P X-Barracuda-URL: http://161.129.204.104:8000/cgi-bin/mark.cgi Received: from vesvmexch1.vesystems.biz (localhost [161.129.204.104]) by mail2.vesystems.biz (Spam & Virus Firewall) with ESMTP id CB330B7E59 for <[email protected]>; Tue, 19 Oct 2010 10:37:32 -0700 (PDT) Received: from vesvmexch1.vesystems.biz (vesvmexch1.vesystems.biz [161.129.204.104]) by mail2.vesystems.biz with ESMTP id hWMAED0meYturcSe (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO) for <[email protected]>; Tue, 19 Oct 2010 10:37:32 X-Barracuda-Envelope-From: [email protected] X-Barracuda-RBL-Trusted-Forwarder: 161.129.204.104 X-ASG-Whitelist: Client Received: from VESVMEXCH1.vesystems.biz ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34]) by vesvmexch1.vesystems.biz ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34%14]) with mapi; Tue, 19 Oct 2010 10:37:32 -0700 From: Matthew Ishii <[email protected]> X-Barracuda-BWL-IP: acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34 X-Barracuda-BBL-IP: acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34 X-Barracuda-RBL-IP: acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34 To: "'[email protected]'" <[email protected]> X-ASG-Orig-Subj: Cannot get log4php to work properly! Subject: Cannot get log4php to work properly! Thread-Topic: Cannot get log4php to work properly! Thread-Index: ActvtE8zH+eCMVmaTTu0Pptk1GLN1A== Date: Tue, 19 Oct 2010 17:37:32 +0000 Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: multipart/alternative; boundary="_000_01C6D553D1C41E4096C60DBC65C755A4861CB0DAvesvmexch1vesys_" MIME-Version: 1.0 X-Barracuda-Connect: vesvmexch1.vesystems.biz[161.129.204.104] X-Barracuda-Start-Time: 1287509856 X-Barracuda-Encrypted: AES128-SHA X-Barracuda-Virus-Scanned: by Barracuda Spam & Virus [email protected] --_000_01C6D553D1C41E4096C60DBC65C755A4861CB0DAvesvmexch1vesys_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable So I recently discovered that the log4* package was available for PHP and u= pon seeing this eagerly downloaded the latest from the log4php website and = followed the installation instructions. The instructions indicate that one = is to download the tar package, untar, and place the following directory in= a place of one's choosing: log4php/src/main/php Therefore I copied the contents of log4php/src/main/php into my lib dir und= er lib/log4php. In my script, as required, I required the 'Logger.php' class and indicated = a properties file to manage my appenders. The properties file, log4php.prop= erties, is located on my filesystem at "/home1/ioforgec/www/devlab/pnotes/c= onfig/log4php.properties". Here is the logfile content: # # Example Logger # log4php.appender.EA1 =3D LoggerAppenderConsole log4php.appender.EA1.target =3D STDOUT log4php.appender.EA1.layout =3D LoggerLayoutPattern log4php.appender.EA1.ConversionPattern =3D "%m" log4php.appender.EA1.threshold =3D FATAL log4php.exampleLogger =3D FATAL, EA1 So here is a copy of my script that implements (more or less 'wraps' the lo= g4php functionality): <?php require_once('/home1/ioforgec/www/devlab/pnotes/lib/log4php/Logger.php'); class LogUtil { public $logger; public $properties_file =3D "/home1/ioforgec/www/devlab/pnotes/config/l= og4php.properties"; public static function logExample($msg) { Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure($properties_file); $logger =3D Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger("example"); $logger->debug("Shouldnt see this print because of config max level= FATAL"); $logger->fatal($msg); } } ?> In order to test that this is working properly, the following script calls = the LogUtil.php shown above: #!/usr/bin/php <?php require_once("lib/utils/LogUtil.php"); LogUtilacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blogExample("example message"); ?> So, despite configuring the example logger to format the messages as the pl= ain message, despite setting the level of the logger to a max of FATAL, not= only in the logger declaration but also in the threshold command, the prin= t to the console looks to me like the default root logger: Mon Oct 18 20:30:05 2010,705 [827] DEBUG example - shouldnt see this print = because of config max level FATAL Mon Oct 18 20:30:05 2010,711 [827] FATAL example - example message I see the print statement without the plain formatting as specified, and I = see two print statements, the debug print (which should never have printed = due to the setting of FATAL on the logger configuration - FATAL is MUCH hig= her than DEBUG) What on earth am I doing wrong? I've tried every combination of setup I can= possibly think of. Does anyone have any suggestions? This message contains information which may be confidential and privileged.= Unless you are the addressee (or authorized to receive for the addressee),= you may not use, copy or disclose to anyone the message or any information= contained in the message. If you have received the message in error, pleas= e advise the sender by sending a reply e-mail, and delete the message. Than= k you very much. --_000_01C6D553D1C41E4096C60DBC65C755A4861CB0DAvesvmexch1vesys_ 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:sc= hemas-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)"> <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:1= 0.0pt; font-family:Arial'>So I recently discovered that the log4* package was avai= lable for PHP and upon seeing this eagerly downloaded the latest from the log4php website and followed the installation instructions. The instructions indica= te that one is to download the tar package, untar, and place the following directory in a place of one's choosing: log4php/src/main/php<o:p></o:p></sp= an></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.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:1= 0.0pt; font-family:Arial'>Therefore I copied the contents of log4php/src/main/php = into my lib dir under lib/log4php.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.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:1= 0.0pt; font-family:Arial'>In my script, as required, I required the 'Logger.php' c= lass and indicated a properties file to manage my appenders. The properties file, log4php.properties, is located on my filesystem at &quot;/home1/ioforgec/www/devlab/pnotes/config/log4php.properties&quot;.<o:= p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.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:1= 0.0pt; font-family:Arial'>Here is the logfile content:<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'># <o:p><= /o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'># Example Logger <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'># <o:p><= /o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>log4php.= appender.EA1 =3D LoggerAppenderConsole<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>log4php.= appender.EA1.target =3D STDOUT<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>log4php.= appender.EA1.layout =3D LoggerLayoutPattern<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>log4php.= appender.EA1.ConversionPattern =3D &quot;%m&quot;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>log4php.= appender.EA1.threshold =3D FATAL<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>log4php.= exampleLogger =3D FATAL, EA1<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.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:1= 0.0pt; font-family:Arial'>So here is a copy of my script that implements (more or = less 'wraps' the log4php functionality):<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>&lt;?php= <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'><o:p>&nb= sp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>require_= once('/home1/ioforgec/www/devlab/pnotes/lib/log4php/Logger.php');<o:p></o:p= ></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'><o:p>&nb= sp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>class Lo= gUtil <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>{<o:p></= o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>&nbsp;&n= bsp;&nbsp; public $logger;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>&nbsp;&n= bsp;&nbsp; public $properties_file =3D &quot;/home1/ioforgec/www/devlab/pnotes/config/log4php.properties&quot;;<o:= p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'><o:p>&nb= sp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>&nbsp;&n= bsp;&nbsp; public static function logExample($msg)&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span>= </font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>&nbsp;&n= bsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></s= pan></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure($properties_file);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp; <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $logger =3D Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger(&quot;example&quot;);<o:p></o:p></span></font= ></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $logger-&gt;debug(&quot;Shouldnt see this print because of config max level FATAL&quot;);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></= span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $logger-&gt;fatal($msg);&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></font><= /p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>&nbsp;&n= bsp;&nbsp; } <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>} <o:p><= /o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>?&gt;<o:= p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.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:1= 0.0pt; font-family:Arial'>In order to test that this is working properly, the following script calls the LogUtil.php shown above:<o:p></o:p></span></font= ></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>#!/usr/b= in/php<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>&lt;?php= <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>require_= once(&quot;lib/utils/LogUtil.php&quot;);<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>LogUtil:= :logExample(&quot;example message&quot;);<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>?&gt;</s= pan></font><font size=3D2 color=3D"#3366ff" face=3DArial><span style=3D'font-size:10.0pt;fon= t-family: Arial;color:#3366FF'> <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.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:1= 0.0pt; font-family:Arial'>So, despite configuring the example logger to format the messages as the plain message, despite setting the level of the logger to a= max of FATAL, not only in the logger declaration but also in the threshold comm= and, the print to the console looks to me like the default root logger:<o:p></o:= p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>Mon Oct = 18 20:30:05 2010,705 [827] DEBUG example - shouldnt see this print because of config max level FATAL<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3D"#3366ff" face=3D"Courier New">= <span style=3D'font-size:10.0pt;font-family:"Courier New";color:#3366FF'>Mon Oct = 18 20:30:05 2010,711 [827] FATAL example - example message<o:p></o:p></span></= font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.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:1= 0.0pt; font-family:Arial'>I see the print statement without the plain formatting as specified, and I see two print statements, the debug print (which should ne= ver have printed due to the setting of FATAL on the logger configuration - FATA= L is MUCH higher than DEBUG)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.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:1= 0.0pt; font-family:Arial'>What on earth am I doing wrong? I&#8217;ve tried every combination of setup I can possibly think of. Does anyone have any suggesti= ons?<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span style=3D'font-size:1= 0.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:1= 0.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> </div> </body> </html> --_000_01C6D553D1C41E4096C60DBC65C755A4861CB0DAvesvmexch1vesys_-- From [email protected] Wed Oct 20 14:51:23 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 870 invoked from network); 20 Oct 2010 14:51:22 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Oct 2010 14:51:22 -0000 Received: (qmail 26039 invoked by uid 500); 20 Oct 2010 14:51:22 -0000 Delivered-To: [email protected] Received: (qmail 25948 invoked by uid 500); 20 Oct 2010 14: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: "Log4PHP User" <[email protected]> List-Id: <log4php-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 25940 invoked by uid 99); 20 Oct 2010 14:51:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 14:51: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail2.vesystems.biz) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 14:51:13 +0000 X-ASG-Debug-ID: 1287586251-04b800140000-rkeh1P X-Barracuda-URL: http://161.129.204.104:8000/cgi-bin/mark.cgi Received: from vesvmexch1.vesystems.biz (localhost [161.129.204.104]) by mail2.vesystems.biz (Spam & Virus Firewall) with ESMTP id 69D161DABAD for <[email protected]>; Wed, 20 Oct 2010 07:50:51 -0700 (PDT) Received: from vesvmexch1.vesystems.biz (vesvmexch1.vesystems.biz [161.129.204.104]) by mail2.vesystems.biz with ESMTP id FJoicsCKGCF8QHl1 (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO) for <[email protected]>; Wed, 20 Oct 2010 07:50:51 X-Barracuda-Envelope-From: [email protected] X-Barracuda-RBL-Trusted-Forwarder: 161.129.204.104 X-ASG-Whitelist: Client Received: from VESVMEXCH1.vesystems.biz ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34]) by vesvmexch1.vesystems.biz ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34%14]) with mapi; Wed, 20 Oct 2010 07:50:51 -0700 From: Matthew Ishii <[email protected]> X-Barracuda-BWL-IP: acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34 X-Barracuda-BBL-IP: acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34 X-Barracuda-RBL-IP: acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34 To: Log4PHP User <[email protected]> X-ASG-Orig-Subj: RE: Cannot get log4php to work properly! Subject: RE: Cannot get log4php to work properly! Thread-Topic: Cannot get log4php to work properly! Thread-Index: ActvtE8zH+eCMVmaTTu0Pptk1GLN1AAsbff+ Date: Wed, 20 Oct 2010 14:49:41 +0000 Message-ID: <[email protected]> References: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: multipart/alternative; boundary="_000_01C6D553D1C41E4096C60DBC65C755A4861CB2CBvesvmexch1vesys_" MIME-Version: 1.0 X-Barracuda-Connect: vesvmexch1.vesystems.biz[161.129.204.104] X-Barracuda-Start-Time: 1287586251 X-Barracuda-Encrypted: AES128-SHA X-Barracuda-Virus-Scanned: by Barracuda Spam & Virus [email protected] X-Virus-Checked: Checked by ClamAV on apache.org --_000_01C6D553D1C41E4096C60DBC65C755A4861CB2CBvesvmexch1vesys_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable I recently discovered that the hierarchy was wrong. In order to create a logger one must reference the logger this way: log4php.logger.loggername =3D [loglevel], [appender] not log4php.rootLogger ________________________________ From: Matthew Ishii [[email protected]] Sent: Tuesday, October 19, 2010 10:37 AM To: '[email protected]' Subject: Cannot get log4php to work properly! So I recently discovered that the log4* package was available for PHP and u= pon seeing this eagerly downloaded the latest from the log4php website and = followed the installation instructions. The instructions indicate that one = is to download the tar package, untar, and place the following directory in= a place of one's choosing: log4php/src/main/php Therefore I copied the contents of log4php/src/main/php into my lib dir und= er lib/log4php. In my script, as required, I required the 'Logger.php' class and indicated = a properties file to manage my appenders. The properties file, log4php.prop= erties, is located on my filesystem at "/home1/ioforgec/www/devlab/pnotes/c= onfig/log4php.properties". Here is the logfile content: # # Example Logger # log4php.appender.EA1 =3D LoggerAppenderConsole log4php.appender.EA1.target =3D STDOUT log4php.appender.EA1.layout =3D LoggerLayoutPattern log4php.appender.EA1.ConversionPattern =3D "%m" log4php.appender.EA1.threshold =3D FATAL log4php.exampleLogger =3D FATAL, EA1 So here is a copy of my script that implements (more or less 'wraps' the lo= g4php functionality): <?php require_once('/home1/ioforgec/www/devlab/pnotes/lib/log4php/Logger.php'); class LogUtil { public $logger; public $properties_file =3D "/home1/ioforgec/www/devlab/pnotes/config/l= og4php.properties"; public static function logExample($msg) { Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure($properties_file); $logger =3D Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger("example"); $logger->debug("Shouldnt see this print because of config max level= FATAL"); $logger->fatal($msg); } } ?> In order to test that this is working properly, the following script calls = the LogUtil.php shown above: #!/usr/bin/php <?php require_once("lib/utils/LogUtil.php"); LogUtilacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blogExample("example message"); ?> So, despite configuring the example logger to format the messages as the pl= ain message, despite setting the level of the logger to a max of FATAL, not= only in the logger declaration but also in the threshold command, the prin= t to the console looks to me like the default root logger: Mon Oct 18 20:30:05 2010,705 [827] DEBUG example - shouldnt see this print = because of config max level FATAL Mon Oct 18 20:30:05 2010,711 [827] FATAL example - example message I see the print statement without the plain formatting as specified, and I = see two print statements, the debug print (which should never have printed = due to the setting of FATAL on the logger configuration - FATAL is MUCH hig= her than DEBUG) What on earth am I doing wrong? I=92ve tried every combination of setup I c= an possibly think of. Does anyone have any suggestions? This message contains information which may be confidential and privileged.= Unless you are the addressee (or authorized to receive for the addressee),= you may not use, copy or disclose to anyone the message or any information= contained in the message. If you have received the message in error, pleas= e advise the sender by sending a reply e-mail, and delete the message. Than= k you very much. --_000_01C6D553D1C41E4096C60DBC65C755A4861CB2CBvesvmexch1vesys_ Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable <html dir=3D"ltr"> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-1= 252"> <style> <!-- 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 {margin:1.0in 1.25in 1.0in 1.25in} --> </style><style id=3D"owaParaStyle" type=3D"text/css">P {margin-top:0;margin= -bottom:0;}</style> </head> <body ocsi=3D"0" fpstyle=3D"1" lang=3D"EN-US" link=3D"blue" vlink=3D"purple= "> <div style=3D"direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); fon= t-size: 13px;"> <div style=3D"">I recently discovered that the hierarchy was wrong.&nbsp; <= br> <br> In order to create a logger one must reference the logger this way:<br> <br> log4php.logger.loggername =3D [loglevel], [appender]<br> <br> not<br> <br> log4php.rootLogger <br> </div> <div style=3D"font-family: Times New Roman; color: rgb(0, 0, 0); font-size:= 16px;"> <hr tabindex=3D"-1"> <div style=3D"direction: ltr;" id=3D"divRpF661390"><font face=3D"Tahoma" si= ze=3D"2" color=3D"#000000"><b>From:</b> Matthew Ishii [[email protected].= com]<br> <b>Sent:</b> Tuesday, October 19, 2010 10:37 AM<br> <b>To:</b> '[email protected]'<br> <b>Subject:</b> Cannot get log4php to work properly!<br> </font><br> </div> <div></div> <div> <div class=3D"Section1"> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">So I recently discovered that the log4* pa= ckage was available for PHP and upon seeing this eagerly downloaded the lat= est from the log4php website and followed the installation instructions. The instructions indicate that one is to do= wnload the tar package, untar, and place the following directory in a place= of one's choosing: log4php/src/main/php</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">Therefore I copied the contents of log4php= /src/main/php into my lib dir under lib/log4php.</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">In my script, as required, I required the = 'Logger.php' class and indicated a properties file to manage my appenders. = The properties file, log4php.properties, is located on my filesystem at &quot;/home1/ioforgec/www/devlab/pnotes/con= fig/log4php.properties&quot;.</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">Here is the logfile content:</span></font>= </p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);"># </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);"># Example Logger </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);"># </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">log4php.appender.EA1 =3D LoggerAppenderConsole</s= pan></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">log4php.appender.EA1.target =3D STDOUT</span></fo= nt></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">log4php.appender.EA1.layout =3D LoggerLayoutPatte= rn</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">log4php.appender.EA1.ConversionPattern =3D &quot;= %m&quot;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">log4php.appender.EA1.threshold =3D FATAL</span></= font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">log4php.exampleLogger =3D FATAL, EA1</span></font= ></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">So here is a copy of my script that implem= ents (more or less 'wraps' the log4php functionality):</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&lt;?php</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">require_once('/home1/ioforgec/www/devlab/pnotes/l= ib/log4php/Logger.php');</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">class LogUtil </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">{</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp; public $logger;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp; </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp; public $properties_file =3D &q= uot;/home1/ioforgec/www/devlab/pnotes/config/log4php.properties&quot;;</spa= n></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp; public static function logExam= ple($msg)&nbsp;&nbsp;&nbsp;&nbsp; </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Logger= acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure($properties_file);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp; </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $logge= r =3D Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger(&quot;example&quot;);</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $logge= r-&gt;debug(&quot;Shouldnt see this print because of config max level FATAL= &quot;);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $logge= r-&gt;fatal($msg);&nbsp;&nbsp;&nbsp;&nbsp; </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp; } </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">} </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">?&gt;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">In order to test that this is working prop= erly, the following script calls the LogUtil.php shown above:</span></font>= </p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">#!/usr/bin/php</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">&lt;?php </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">require_once(&quot;lib/utils/LogUtil.php&quot;);<= /span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">LogUtilacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blogExample(&quot;example message&quot;);= </span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">?&gt;</span></font><font face=3D"Arial" size=3D"2= " color=3D"#3366ff"><span style=3D"font-size: 10pt; font-family: Arial; col= or: rgb(51, 102, 255);"> </span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">So, despite configuring the example logger= to format the messages as the plain message, despite setting the level of = the logger to a max of FATAL, not only in the logger declaration but also in the threshold command, the print to the= console looks to me like the default root logger:</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">Mon Oct 18 20:30:05 2010,705 [827] DEBUG example = - shouldnt see this print because of config max level FATAL</span></font></p> <p class=3D"MsoNormal"><font face=3D"Courier New" size=3D"2" color=3D"#3366= ff"><span style=3D"font-size: 10pt; font-family: &quot;Courier New&quot;; c= olor: rgb(51, 102, 255);">Mon Oct 18 20:30:05 2010,711 [827] FATAL example = - example message</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">I see the print statement without the plai= n formatting as specified, and I see two print statements, the debug print = (which should never have printed due to the setting of FATAL on the logger configuration - FATAL is MUCH higher th= an DEBUG)</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">What on earth am I doing wrong? I=92ve tri= ed every combination of setup I can possibly think of. Does anyone have any= suggestions?</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> <p class=3D"MsoNormal"><font face=3D"Arial" size=3D"2"><span style=3D"font-= size: 10pt; font-family: Arial;">&nbsp;</span></font></p> </div> </div> </div> </div> </body> </html> --_000_01C6D553D1C41E4096C60DBC65C755A4861CB2CBvesvmexch1vesys_-- From [email protected] Wed Oct 20 16:02:25 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32109 invoked from network); 20 Oct 2010 16:02:25 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Oct 2010 16:02:25 -0000 Received: (qmail 73574 invoked by uid 500); 20 Oct 2010 16:02:25 -0000 Delivered-To: [email protected] Received: (qmail 73522 invoked by uid 500); 20 Oct 2010 16:02: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: "Log4PHP User" <[email protected]> List-Id: <log4php-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 73514 invoked by uid 99); 20 Oct 2010 16:02:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 16:02:24 +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 mail-fx0-f47.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 16:02:19 +0000 Received: by fxm6 with SMTP id 6so2964765fxm.34 for <[email protected]>; Wed, 20 Oct 2010 09:01:58 -0700 (PDT) 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 :content-transfer-encoding; bh=4KJ2HD3pMz6vf9sXzg/p3J659NJfohUsoaOz9tyO2AU=; b=ZS4TgdoYEXmbpeEiZG4Opb6wyfJTi9SwCGnl1Nk63b2yoAn5RuSe8Q0e4Q+TUoEYtI rXdRlZNxXcLVAogD4607QVrcRIuyDMjJ7j+o0erq0ymmj8FmpzOdBfLKwgtvp5LOWaFq xKvUR3ybIj7XV9vKGkILU8bU5o4dj/0/J2yM0= 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=dhvQkkDC8K/eAtnaBEGiCNn9FpiicDoGeJWxBZXuEX2FIwqHRCU/y934dbAeiCpeu4 zrTVWnSY3MD5uvIRjfA8Bb9B9dx8Q91Ygo924s53JKNKDAwbSVxAONsb+nsiOt3D9p71 iw61M53AsEAkl1ochSDfQ4oPjwuV/LUDqfHGw= Received: by 161.129.204.104 with SMTP id 17mr7873980wev.27.1287590518314; Wed, 20 Oct 2010 09:01:58 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Wed, 20 Oct 2010 09:01:38 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: Christian Grobmeier <[email protected]> Date: Wed, 20 Oct 2010 18:01:38 +0200 Message-ID: <[email protected]> Subject: Re: Cannot get log4php to work properly! To: Log4PHP User <[email protected]> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable THanks for coming back and sorry for not answering so long :-) Busy days :-= ) On Wed, Oct 20, 2010 at 4:49 PM, Matthew Ishii <[email protected]> wr= ote: > I recently discovered that the hierarchy was wrong. > > In order to create a logger one must reference the logger this way: > > log4php.logger.loggername =3D [loglevel], [appender] > > not > > log4php.rootLogger > ________________________________ > From: Matthew Ishii [[email protected]] > Sent: Tuesday, October 19, 2010 10:37 AM > To: '[email protected]' > Subject: Cannot get log4php to work properly! > > So I recently discovered that the log4* package was available for PHP and > upon seeing this eagerly downloaded the latest from the log4php website a= nd > followed the installation instructions. The instructions indicate that on= e > is to download the tar package, untar, and place the following directory = in > a place of one's choosing: log4php/src/main/php > > > > Therefore I copied the contents of log4php/src/main/php into my lib dir > under lib/log4php. > > > > In my script, as required, I required the 'Logger.php' class and indicate= d a > properties file to manage my appenders. The properties file, > log4php.properties, is located on my filesystem at > "/home1/ioforgec/www/devlab/pnotes/config/log4php.properties". > > > > Here is the logfile content: > > > > # > > # Example Logger > > # > > log4php.appender.EA1 =3D LoggerAppenderConsole > > log4php.appender.EA1.target =3D STDOUT > > log4php.appender.EA1.layout =3D LoggerLayoutPattern > > log4php.appender.EA1.ConversionPattern =3D "%m" > > log4php.appender.EA1.threshold =3D FATAL > > log4php.exampleLogger =3D FATAL, EA1 > > > > So here is a copy of my script that implements (more or less 'wraps' the > log4php functionality): > > > > <?php > > > > require_once('/home1/ioforgec/www/devlab/pnotes/lib/log4php/Logger.php'); > > > > class LogUtil > > { > > =C2=A0=C2=A0=C2=A0 public $logger; > > =C2=A0=C2=A0=C2=A0 public $properties_file =3D > "/home1/ioforgec/www/devlab/pnotes/config/log4php.properties"; > > > > =C2=A0=C2=A0=C2=A0 public static function logExample($msg) > > =C2=A0=C2=A0=C2=A0 { > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure($properties_= file); > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $logger =3D Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger(= "example"); > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $logger->debug("Shouldnt see t= his print because of config max level > FATAL"); > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $logger->fatal($msg); > > =C2=A0=C2=A0=C2=A0 } > > } > > ?> > > > > In order to test that this is working properly, the following script call= s > the LogUtil.php shown above: > > > > #!/usr/bin/php > > <?php > > require_once("lib/utils/LogUtil.php"); > > LogUtilacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blogExample("example message"); > > ?> > > > > So, despite configuring the example logger to format the messages as the > plain message, despite setting the level of the logger to a max of FATAL, > not only in the logger declaration but also in the threshold command, the > print to the console looks to me like the default root logger: > > > > Mon Oct 18 20:30:05 2010,705 [827] DEBUG example - shouldnt see this prin= t > because of config max level FATAL > > Mon Oct 18 20:30:05 2010,711 [827] FATAL example - example message > > > > I see the print statement without the plain formatting as specified, and = I > see two print statements, the debug print (which should never have printe= d > due to the setting of FATAL on the logger configuration - FATAL is MUCH > higher than DEBUG) > > > > What on earth am I doing wrong? I=E2=80=99ve tried every combination of s= etup I can > possibly think of. Does anyone have any suggestions? > > > > From [email protected] Wed Oct 20 16:11:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39261 invoked from network); 20 Oct 2010 16:11:43 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Oct 2010 16:11:43 -0000 Received: (qmail 92531 invoked by uid 500); 20 Oct 2010 16:11:43 -0000 Delivered-To: [email protected] Received: (qmail 92497 invoked by uid 500); 20 Oct 2010 16:11: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 User" <[email protected]> List-Id: <log4php-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 92489 invoked by uid 99); 20 Oct 2010 16:11:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 16:11: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 mail2.vesystems.biz) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 16:11:36 +0000 X-ASG-Debug-ID: 1287591074-2b29004f0000-rkeh1P X-Barracuda-URL: http://161.129.204.104:8000/cgi-bin/mark.cgi Received: from vesvmexch1.vesystems.biz (localhost [161.129.204.104]) by mail2.vesystems.biz (Spam & Virus Firewall) with ESMTP id 223921DAC93 for <[email protected]>; Wed, 20 Oct 2010 09:11:14 -0700 (PDT) Received: from vesvmexch1.vesystems.biz (vesvmexch1.vesystems.biz [161.129.204.104]) by mail2.vesystems.biz with ESMTP id WeY6CtsU4G4KN1Jo (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO) for <[email protected]>; Wed, 20 Oct 2010 09:11:14 X-Barracuda-Envelope-From: [email protected] X-Barracuda-RBL-Trusted-Forwarder: 161.129.204.104 X-ASG-Whitelist: Client Received: from VESVMEXCH1.vesystems.biz ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34]) by vesvmexch1.vesystems.biz ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34%14]) with mapi; Wed, 20 Oct 2010 09:11:14 -0700 From: Matthew Ishii <[email protected]> X-Barracuda-BWL-IP: acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34 X-Barracuda-BBL-IP: acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34 X-Barracuda-RBL-IP: acf:4db6:5e0b:f386:43a5:35d7:718d:3c8be9d9:da3b:2505:2e34 To: Log4PHP User <[email protected]> X-ASG-Orig-Subj: Re: Cannot get log4php to work properly! Subject: Re: Cannot get log4php to work properly! Thread-Topic: Cannot get log4php to work properly! Thread-Index: ActvtE8zH+eCMVmaTTu0Pptk1GLN1AAsbff+ABEuQwD//41VHg== Date: Wed, 20 Oct 2010 16:11:13 +0000 Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Barracuda-Connect: vesvmexch1.vesystems.biz[161.129.204.104] X-Barracuda-Start-Time: 1287591075 X-Barracuda-Encrypted: AES128-SHA X-Barracuda-Virus-Scanned: by Barracuda Spam & Virus [email protected] X-Virus-Checked: Checked by ClamAV on apache.org No worries - I understand completely Christian Grobmeier <[email protected]> wrote: THanks for coming back and sorry for not answering so long :-) Busy days :-) On Wed, Oct 20, 2010 at 4:49 PM, Matthew Ishii <[email protected]> wr= ote: > I recently discovered that the hierarchy was wrong. > > In order to create a logger one must reference the logger this way: > > log4php.logger.loggername =3D [loglevel], [appender] > > not > > log4php.rootLogger > ________________________________ > From: Matthew Ishii [[email protected]] > Sent: Tuesday, October 19, 2010 10:37 AM > To: '[email protected]' > Subject: Cannot get log4php to work properly! > > So I recently discovered that the log4* package was available for PHP and > upon seeing this eagerly downloaded the latest from the log4php website a= nd > followed the installation instructions. The instructions indicate that one > is to download the tar package, untar, and place the following directory = in > a place of one's choosing: log4php/src/main/php > > > > Therefore I copied the contents of log4php/src/main/php into my lib dir > under lib/log4php. > > > > In my script, as required, I required the 'Logger.php' class and indicate= d a > properties file to manage my appenders. The properties file, > log4php.properties, is located on my filesystem at > "/home1/ioforgec/www/devlab/pnotes/config/log4php.properties". > > > > Here is the logfile content: > > > > # > > # Example Logger > > # > > log4php.appender.EA1 =3D LoggerAppenderConsole > > log4php.appender.EA1.target =3D STDOUT > > log4php.appender.EA1.layout =3D LoggerLayoutPattern > > log4php.appender.EA1.ConversionPattern =3D "%m" > > log4php.appender.EA1.threshold =3D FATAL > > log4php.exampleLogger =3D FATAL, EA1 > > > > So here is a copy of my script that implements (more or less 'wraps' the > log4php functionality): > > > > <?php > > > > require_once('/home1/ioforgec/www/devlab/pnotes/lib/log4php/Logger.php'); > > > > class LogUtil > > { > > public $logger; > > public $properties_file =3D > "/home1/ioforgec/www/devlab/pnotes/config/log4php.properties"; > > > > public static function logExample($msg) > > { > > Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure($properties_file); > > $logger =3D Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger("example"); > > $logger->debug("Shouldnt see this print because of config max lev= el > FATAL"); > > $logger->fatal($msg); > > } > > } > > ?> > > > > In order to test that this is working properly, the following script calls > the LogUtil.php shown above: > > > > #!/usr/bin/php > > <?php > > require_once("lib/utils/LogUtil.php"); > > LogUtilacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blogExample("example message"); > > ?> > > > > So, despite configuring the example logger to format the messages as the > plain message, despite setting the level of the logger to a max of FATAL, > not only in the logger declaration but also in the threshold command, the > print to the console looks to me like the default root logger: > > > > Mon Oct 18 20:30:05 2010,705 [827] DEBUG example - shouldnt see this print > because of config max level FATAL > > Mon Oct 18 20:30:05 2010,711 [827] FATAL example - example message > > > > I see the print statement without the plain formatting as specified, and I > see two print statements, the debug print (which should never have printed > due to the setting of FATAL on the logger configuration - FATAL is MUCH > higher than DEBUG) > > > > What on earth am I doing wrong? I=92ve tried every combination of setup I= can > possibly think of. Does anyone have any suggestions? > > > > This message contains information which may be confidential and privileged.= Unless you are the addressee (or authorized to receive for the addressee),= you may not use, copy or disclose to anyone the message or any information= contained in the message. If you have received the message in error, pleas= e advise the sender by sending a reply e-mail, and delete the message. Than= k you very much.
From [email protected] Mon Nov 17 15:00:25 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76864 invoked from network); 17 Nov 2008 15:00:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Nov 2008 15:00:24 -0000 Received: (qmail 51426 invoked by uid 500); 17 Nov 2008 15:00:32 -0000 Delivered-To: [email protected] Received: (qmail 51394 invoked by uid 500); 17 Nov 2008 15:00: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: <general.james.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51383 invoked by uid 99); 17 Nov 2008 15:00:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 07:00:32 -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 Nov 2008 14:59: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 1L25Zx-0002E9-MM for [email protected]; Mon, 17 Nov 2008 06:59:53 -0800 Message-ID: <[email protected]> Date: Mon, 17 Nov 2008 06:59:53 -0800 (PST) From: tonauser <[email protected]> To: [email protected] Subject: Mailing List problem 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 need to create a mailing list like this : Domain name : ( i.e. : example.com ) 1) An user can't send email to mailing list, only receive. 2) All mails are in a specific column in a table in my db. 3) Only one user can send a mail to mailing list. ( for example : I send an email from [email protected] to [email protected] and it must be delivered to all mail ) I have done this at the moment : 1) I followed the instruction on how to configure james ( in the wiki ) and I tryed to send an emailand it has been delivered. 2) I have chaged config.xml like this : <data-source name="maildb" class="org.apache.james.util.mordred.JdbcDataSource"> <driver>com.mysql.jdbc.Driver</driver> <dburl>jdbc:mysql://localhost:3306/exampledb?autoReconnect=true;create=true</dburl> <user>user</user> <password>pass</password> <max>20</max> </data-source> I tryed to run james and it has been started. 3) I have chaged config.xml like this : <repository name="lista" class="org.apache.james.userrepository.ListUsersJdbcRepository" destinationURL="db://maildb/email/Email"> <sqlFile>file://conf/sqlResources.xml</sqlFile> I tryed to run james and it has been started. 4) I have chaged config.xml like this : <mailet match="[email protected]" class="AvalonListservManager"> <repositoryName>lista</repositoryName> </mailet> <mailet match="[email protected]" class="AvalonListserv"> <repositoryName>lista</repositoryName> </mailet> I tryed to run james and it has been started. Now I'm tryng to send an email to [email protected] but nothing append and I found a new file error in /apps/james/var/mail/error How I can create an [email protected] ? Note : db://maildb/email/Email is not an empty column. -- View this message in context: http://www.nabble.com/Mailing-List-problem-tp20541009p20541009.html Sent from the James - General mailing list [email protected]. From [email protected] Thu Nov 27 21:05:50 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82682 invoked from network); 27 Nov 2008 21:05:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2008 21:05:50 -0000 Received: (qmail 94494 invoked by uid 500); 27 Nov 2008 21:06:01 -0000 Delivered-To: [email protected] Received: (qmail 94458 invoked by uid 500); 27 Nov 2008 21:06: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: <general.james.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94447 invoked by uid 99); 27 Nov 2008 21:06:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 13:06:00 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mtaout01-winn.ispmail.ntl.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 21:04:31 +0000 Received: from aamtaout03-winn.ispmail.ntl.com ([161.129.204.104]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.161.129.204.104 201-2186-134-20080326) with ESMTP id <[email protected]> for <[email protected]>; Thu, 27 Nov 2008 21:05:04 +0000 Received: from SSL009 ([161.129.204.104]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.161.129.204.104 201-2161-120-102-20060912) with SMTP id <20081127210504.MIAO2093.aamtaout03-winn.ispmail.ntl.com@SSL009> for <[email protected]>; Thu, 27 Nov 2008 21:05:04 +0000 Reply-To: <[email protected]> From: "Steve Brewin" <[email protected]> To: <[email protected]> Subject: RE: Mailing List problem Date: Thu, 27 Nov 2008 20:52:38 -0000 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 CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <597840.1226926777484.JavaMail.Administrator@ssl008> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Cloudmark-Analysis: v=1.0 c=1 a=PNVBXXMliX4A:10 a=mV9VRH-2AAAA:8 a=9I5xiGouAAAA:8 a=mwBpmIH7wmP7bjraRfwA:9 a=YDpmNQzZFH7yRTQLfBIA:7 a=dorOq5d5Cy-c7El3hosNeSh5n2sA:4 a=zYolwOugY5AA:10 a=4rq7TwIXcRUA:10 a=2fPOlPt4dusA:10 a=MSl-tDqOz04A:10 a=Y6qChIQXU1wA:10 a=nmhCTVx5I0QA:10 X-Virus-Checked: Checked by ClamAV on apache.org tonauser [mailto:[email protected]] wrote on: 17 November 2008 15:00 Hi As noted at http://james.apache.org/mail.html, "This [the James General List] is the list for general discussions relating to the running of the project, it is the public list of the James project management committee (PMC) and is a public list open to all. <b>Do not send mail to this list with James software problems -- that's what server-user@james is for.</b>" Few people watch the General List. Please resend to server-user@james where a much larger audience will be able to help. Cheers --Steve > Hi > I need to create a mailing list like this : > > Domain name : ( i.e. : example.com ) > > 1) An user can't send email to mailing list, only receive. > 2) All mails are in a specific column in a table in my db. > 3) Only one user can send a mail to mailing list. ( for > example : I send an > email from [email protected] to [email protected] and it must be > delivered to all > mail ) > > I have done this at the moment : > > 1) I followed the instruction on how to configure james ( in > the wiki ) and > I tryed to send an emailand it has been delivered. > > 2) I have chaged config.xml like this : > > <data-source name="maildb" > class="org.apache.james.util.mordred.JdbcDataSource"> > <driver>com.mysql.jdbc.Driver</driver> > > <dburl>jdbc:mysql://localhost:3306/exampledb?autoReconnect=tru > e;create=true</dburl> > <user>user</user> > <password>pass</password> > <max>20</max> > </data-source> > > I tryed to run james and it has been started. > > 3) I have chaged config.xml like this : > <repository name="lista" > > class="org.apache.james.userrepository.ListUsersJdbcRepository" > destinationURL="db://maildb/email/Email"> > <sqlFile>file://conf/sqlResources.xml</sqlFile> > > I tryed to run james and it has been started. > > 4) I have chaged config.xml like this : > <mailet match="[email protected]" > class="AvalonListservManager"> > <repositoryName>lista</repositoryName> > </mailet> > > <mailet match="[email protected]" > class="AvalonListserv"> > <repositoryName>lista</repositoryName> > > </mailet> > I tryed to run james and it has been started. > > > > Now I'm tryng to send an email to [email protected] but > nothing append and I > found a new file error in /apps/james/var/mail/error > > How I can create an [email protected] ? > > Note : db://maildb/email/Email is not an empty column. > > > > -- > View this message in context: > http://www.nabble.com/Mailing-List-problem-tp20541009p20541009.html > Sent from the James - General mailing list [email protected]. > >
From [email protected] Mon Sep 01 03:13:59 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37186 invoked from network); 1 Sep 2008 03:13:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Sep 2008 03:13:59 -0000 Received: (qmail 98095 invoked by uid 500); 1 Sep 2008 03:13:56 -0000 Delivered-To: [email protected] Received: (qmail 98070 invoked by uid 500); 1 Sep 2008 03:13: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 98059 invoked by uid 99); 1 Sep 2008 03:13:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Aug 2008 20:13:56 -0700 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; Mon, 01 Sep 2008 03:12:57 +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 m813DRk1003275 for <[email protected]>; Sun, 31 Aug 2008 23:13:27 -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 v9.0) with ESMTP id m813DRvq238344 for <[email protected]>; Sun, 31 Aug 2008 23:13:27 -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 m813DRXu007804 for <[email protected]>; Sun, 31 Aug 2008 23:13:27 -0400 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m813DRi4007801; Sun, 31 Aug 2008 23:13:27 -0400 In-Reply-To: <[email protected]> To: Thomas Steur <[email protected]> Cc: [email protected] MIME-Version: 1.0 Subject: Re: Content Check fails X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Henry Zongaro <[email protected]> Message-ID: <[email protected]> Date: Sun, 31 Aug 2008 23:13:24 -0400 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 08/31/2008 23:13:26, Serialize complete at 08/31/2008 23:13:26 Content-Type: multipart/alternative; boundary="=_alternative 0011AD84852574B7_=" X-Virus-Checked: Checked by ClamAV on apache.org This is a multipart message in MIME format. --=_alternative 0011AD84852574B7_= Content-Type: text/plain; charset="US-ASCII" Hi, Thomas. Thomas Steur <[email protected]> wrote on 2008-08-23 06:23:53 PM: > <?xml version="1.0" encoding="UTF-8"?> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > version="1.0"> > <xsl:template match="/"> > <xsl:variable name="content"><xsl:call-template > name="test"/></xsl:variable> > <xsl:value-of select="string-length($content)"/> > </xsl:template> > <xsl:template name="test"> > <img src="http://path-to-img" width="" height=""/> > </xsl:template> > </xsl:stylesheet> > > Why do I get the result "0" at <xsl:value-of select="string- > length($content)"/> ? > > If I use <xsl:copy-of select="$content"/> it has content alternatively nodes. The value of the "content" variable is a node - a root node, in this case. Applying the string-length function to a node causes the node to be converted to a string, which is done by returning the string value of the node. The string value of a root node or of an element node is equal to the string values of all the text node descendants of the node concatenated in document order. The root node that is the value of the "content" variable has no text node descendants, so it's string value is a zero-length string. Thus, the string-length function returns zero. I hope that helps. Thanks, Henry ------------------------------------------------------------------ Henry Zongaro XML Transformation & Query Development IBM Toronto Lab T/L 313-6044; Phone +1-912-454-5595 mailto:[email protected] --=_alternative 0011AD84852574B7_= Content-Type: text/html; charset="US-ASCII" <br><font size=2 face="sans-serif">Hi, Thomas.</font> <br> <br><tt><font size=2>Thomas Steur &lt;[email protected]&gt; wrote on 2008-08-23 06:23:53 PM:<br> &gt; &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; <br> &gt; &lt;xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; <br> &gt; version=&quot;1.0&quot;&gt; <br> &gt; &lt;xsl:template match=&quot;/&quot;&gt; <br> &gt; &nbsp;&nbsp; &lt;xsl:variable name=&quot;content&quot;&gt;&lt;xsl:call-template <br> &gt; name=&quot;test&quot;/&gt;&lt;/xsl:variable&gt; <br> &gt; &nbsp;&nbsp; &lt;xsl:value-of select=&quot;string-length($content)&quot;/&gt; <br> &gt; &lt;/xsl:template&gt; <br> &gt; &lt;xsl:template name=&quot;test&quot;&gt; <br> &gt; &nbsp;&nbsp; &lt;img src=&quot;http://path-to-img&quot; width=&quot;&quot; height=&quot;&quot;/&gt; <br> &gt; &lt;/xsl:template&gt; <br> &gt; &lt;/xsl:stylesheet&gt; <br> &gt; <br> &gt; Why do I get the result &quot;0&quot; at &lt;xsl:value-of select=&quot;string-<br> &gt; length($content)&quot;/&gt; ? <br> &gt; <br> &gt; If I use &lt;xsl:copy-of select=&quot;$content&quot;/&gt; it has content alternatively nodes. </font></tt> <br> <br><font size=2 face="sans-serif">The value of the &quot;content&quot; variable is a node - a root node, in this case. &nbsp;Applying the string-length function to a node causes the node to be converted to a string, which is done by returning the string value of the node. &nbsp;The string value of a root node or of an element node is equal to the string values of all the text node descendants of the node concatenated in document order. &nbsp;The root node that is the value of the &quot;content&quot; variable has no text node descendants, so it's string value is a zero-length string. &nbsp;Thus, the string-length function returns zero.</font> <br> <br><font size=2 face="sans-serif">I hope that helps.</font> <br><font size=2 face="sans-serif"><br> Thanks,<br> <br> Henry<br> ------------------------------------------------------------------<br> Henry Zongaro<br> XML Transformation &amp; Query Development<br> IBM Toronto Lab &nbsp; T/L 313-6044; &nbsp;Phone +1-912-454-5595<br> mailto:[email protected]</font> <br> <br> --=_alternative 0011AD84852574B7_=-- From [email protected] Thu Sep 04 18:07:57 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22115 invoked from network); 4 Sep 2008 18:07:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 18:07:56 -0000 Received: (qmail 20891 invoked by uid 500); 4 Sep 2008 18:07:53 -0000 Delivered-To: [email protected] Received: (qmail 20868 invoked by uid 500); 4 Sep 2008 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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 20856 invoked by uid 99); 4 Sep 2008 18:07:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 11:07:53 -0700 X-ASF-Spam-Status: No, hits=4.6 required=10.0 tests=HTML_MESSAGE,RCVD_NUMERIC_HELO,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail2.creativeconsulting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 Sep 2008 18:06:52 +0000 X-DN-AuthenticatedSender: KHP4FFR6EFCRWRUHUHPAUL9TY3J7M6YN-EfYTik0VuLYzt8UPv mY4qQuqfocTvnyVUYOkrst+0/KxPLdgstrCcxSjakLEceyoOjx QsoP4Cy0=--- Received: from 161.129.204.104 ([161.129.204.104]) by mail2.creativeconsulting.com (DeskNow) with SMTP ID 901 for <[email protected]>; Thu, 4 Sep 2008 12:05:02 -0600 (MDT) From: "siegfried" <[email protected]> To: <[email protected]> Subject: command line tool for reading and writing to/from stdin and stdout? Date: Thu, 4 Sep 2008 11:06:47 -0700 Message-ID: <A2517718F40C4901969F1124BA97275B@kingmark> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00C0_01C90E7E.5989EFD0" X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Thread-Index: AckOuP79PZ/DJQmxSiae1wYqx17UzA== X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_00C0_01C90E7E.5989EFD0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I would like to perform XSLT with pipes and unfortunately, the little program "java org.apache.xalan.xslt.Process -IN birds.xml -XSL birds.xsl -OUT birds.out" requires I have files for input and output making piping cumbersome! Has anyone modified java source to org.apache.xalan.xslt.Process so it will read from standard input and write to standard output? I tried and after 30 minutes of my attempts to replace "inputfile" with system.in not working, I decided someone else has surely already done this! (I'm wondering if I was encountering some constraints where the transform does not want to read from standard input because it wants to report the file name the syntax error messages and standard input does not have a file name.) Can someone point me to an implementation of java org.apache.xalan.xslt.Process that will read from standard input, figure out the name of the XSL file from the PI tag, and write to standard output? Thanks, Siegfried ------=_NextPart_000_00C0_01C90E7E.5989EFD0 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> <!-- /* Font Definitions */ @font-face {font-family:SimSun; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"\@SimSun"; panose-1:2 1 6 0 3 1 1 1 1 1;} /* 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'>I would like to perform XSLT with pipes and = unfortunately, the little program &#8220;java org.apache.xalan.xslt.Process -IN = birds.xml -XSL birds.xsl -OUT birds.out&#8221; requires I have files for input and = output making piping cumbersome!<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'>Has anyone modified java source to = org.apache.xalan.xslt.Process so it will read from standard input and write to standard output? I = tried and after 30 minutes of my attempts to replace &#8220;inputfile&#8221; with = system.in not working, I decided someone else has surely already done this! = (I&#8217;m wondering if I was encountering some constraints where the transform = does not want to read from standard input because it wants to report the file = name the syntax error messages and standard input does not have a file name.) Can = someone point me to an implementation of java org.apache.xalan.xslt.Process that = will read from standard input, figure out the name of the XSL file from the = PI tag, and write to standard output?<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'>Thanks,<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'>Siegfried<o:p></o:p></span></font></p> </div> </body> </html> ------=_NextPart_000_00C0_01C90E7E.5989EFD0-- From [email protected] Thu Sep 04 19:38:22 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90580 invoked from network); 4 Sep 2008 19:38:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 19:38:22 -0000 Received: (qmail 69414 invoked by uid 500); 4 Sep 2008 19:38:20 -0000 Delivered-To: [email protected] Received: (qmail 69381 invoked by uid 500); 4 Sep 2008 19:38: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 69370 invoked by uid 99); 4 Sep 2008 19:38:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 12:38:20 -0700 X-ASF-Spam-Status: No, hits=4.6 required=10.0 tests=HTML_MESSAGE,RCVD_NUMERIC_HELO,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail2.creativeconsulting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 Sep 2008 19:37:19 +0000 X-DN-AuthenticatedSender: KHP4FFR6EFCRWRUHUHPAUL9TY3J7M6YN-EfYTik0VuLYzt8UPv mY4qQuqfocTvnyVUYOkrst+0/KxPLdgstrCcxSjakLEceyoOjx QsoP4Cy0=--- Received: from 161.129.204.104 ([161.129.204.104]) by mail2.creativeconsulting.com (DeskNow) with SMTP ID 831 for <[email protected]>; Thu, 4 Sep 2008 13:35:30 -0600 (MDT) From: "siegfried" <[email protected]> To: <[email protected]> Subject: FW: command line tool for reading and writing to/from stdin and stdout? Date: Thu, 4 Sep 2008 12:37:15 -0700 Message-ID: <CCD76832153A4DDEAEC2580320BBD126@kingmark> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00E2_01C90E8A.FD10C460" X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Thread-Index: AckOuP79PZ/DJQmxSiae1wYqx17UzAADCw1Q X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_00E2_01C90E8A.FD10C460 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I was mucking around with the examples and found UseStyleSheetPI.java. This almost works. It breaks when I substitute the first occurance of "fooX.xml" with system.in it breaks! Apparently there is some problem with having standard input open twice! Is there a way to resolve this? Thanks, Siegfried _____ From: siegfried [mailto:[email protected]] Sent: Thursday, September 04, 2008 11:07 AM To: '[email protected]' Subject: command line tool for reading and writing to/from stdin and stdout? I would like to perform XSLT with pipes and unfortunately, the little program "java org.apache.xalan.xslt.Process -IN birds.xml -XSL birds.xsl -OUT birds.out" requires I have files for input and output making piping cumbersome! Has anyone modified java source to org.apache.xalan.xslt.Process so it will read from standard input and write to standard output? I tried and after 30 minutes of my attempts to replace "inputfile" with system.in not working, I decided someone else has surely already done this! (I'm wondering if I was encountering some constraints where the transform does not want to read from standard input because it wants to report the file name the syntax error messages and standard input does not have a file name.) Can someone point me to an implementation of java org.apache.xalan.xslt.Process that will read from standard input, figure out the name of the XSL file from the PI tag, and write to standard output? Thanks, Siegfried ------=_NextPart_000_00E2_01C90E8A.FD10C460 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=3DContent-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:SimSun; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} @font-face {font-family:"\@SimSun"; panose-1:2 1 6 0 3 1 1 1 1 1;} /* 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 was mucking around with the = examples and found UseStyleSheetPI.java. This almost works. It breaks when I = substitute the first occurance of &#8220;fooX.xml&#8221; with system.in it breaks! = Apparently there is some problem with having standard input open twice! Is there a = way to resolve this?<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'>Thanks,<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'>Siegfried<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'> = siegfried [mailto:[email protected]] <br> <b><span style=3D'font-weight:bold'>Sent:</span></b> Thursday, September = 04, 2008 11:07 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> command line = tool for reading and writing to/from stdin and = stdout?</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'>I would like to perform XSLT with pipes and = unfortunately, the little program &#8220;java org.apache.xalan.xslt.Process -IN = birds.xml -XSL birds.xsl -OUT birds.out&#8221; requires I have files for input and = output making piping cumbersome!<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'>Has anyone modified java source to org.apache.xalan.xslt.Process so it will read from standard input and = write to standard output? I tried and after 30 minutes of my attempts to replace &#8220;inputfile&#8221; with system.in not working, I decided someone = else has surely already done this! (I&#8217;m wondering if I was encountering = some constraints where the transform does not want to read from standard = input because it wants to report the file name the syntax error messages and standard = input does not have a file name.) Can someone point me to an implementation of = java org.apache.xalan.xslt.Process that will read from standard input, figure = out the name of the XSL file from the PI tag, and write to standard = output?<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'>Thanks,<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'>Siegfried<o:p></o:p></span></font></p> </div> </body> </html> ------=_NextPart_000_00E2_01C90E8A.FD10C460-- From [email protected] Thu Sep 04 20:00:48 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8631 invoked from network); 4 Sep 2008 20:00:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 20:00:48 -0000 Received: (qmail 3294 invoked by uid 500); 4 Sep 2008 20:00:45 -0000 Delivered-To: [email protected] Received: (qmail 3279 invoked by uid 500); 4 Sep 2008 20: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3268 invoked by uid 99); 4 Sep 2008 20:00:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 13:00:45 -0700 X-ASF-Spam-Status: No, hits=4.6 required=10.0 tests=HTML_MESSAGE,RCVD_NUMERIC_HELO,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail2.creativeconsulting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 Sep 2008 19:59:46 +0000 X-DN-AuthenticatedSender: KHP4FFR6EFCRWRUHUHPAUL9TY3J7M6YN-EfYTik0VuLYzt8UPv mY4qQuqfocTvnyVUYOkrst+0/KxPLdgstrCcxSjakLEceyoOjx QsoP4Cy0=--- Received: from 161.129.204.104 ([161.129.204.104]) by mail2.creativeconsulting.com (DeskNow) with SMTP ID 712 for <[email protected]>; Thu, 4 Sep 2008 13:57:57 -0600 (MDT) From: "siegfried" <[email protected]> To: <[email protected]> Subject: Wanted: XSLT extensions with groovy? Date: Thu, 4 Sep 2008 12:59:41 -0700 Message-ID: <DEE84D554D224E56B9B5E11D87DE6C8B@kingmark> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00E9_01C90E8E.1F9149D0" X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Thread-Index: AckOyMTqixY/id8IRQaOp77l7IUrIw== X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_00E9_01C90E8E.1F9149D0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I've tried the extensions samples with javascript and java. They Work! Can anyone point me to an example with groovy instead of javascript? Thanks! Siegfried ------=_NextPart_000_00E9_01C90E8E.1F9149D0 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> <!-- /* Font Definitions */ @font-face {font-family:SimSun; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"\@SimSun"; panose-1:2 1 6 0 3 1 1 1 1 1;} /* 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'>I&#8217;ve tried the extensions samples with = javascript and java. They Work! <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'>Can anyone point me to an example with groovy instead = of javascript?<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'>Thanks!<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'>Siegfried<o:p></o:p></span></font></p> </div> </body> </html> ------=_NextPart_000_00E9_01C90E8E.1F9149D0-- From [email protected] Thu Sep 04 22:32:22 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7650 invoked from network); 4 Sep 2008 22:32:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 22:32:22 -0000 Received: (qmail 53392 invoked by uid 500); 4 Sep 2008 22:32:19 -0000 Delivered-To: [email protected] Received: (qmail 53377 invoked by uid 500); 4 Sep 2008 22:32: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 53366 invoked by uid 99); 4 Sep 2008 22:32:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 15:32: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 minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 Sep 2008 22:31:21 +0000 Received: (qmail 7075 invoked from network); 4 Sep 2008 22:31:52 -0000 Received: from localhost (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 4 Sep 2008 22:31:52 -0000 Message-ID: <[email protected]> Date: Thu, 04 Sep 2008 15:31:44 -0700 From: David Bertoni <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080708) MIME-Version: 1.0 To: siegfried <[email protected]> CC: "[email protected] >> 'Xalan J Users List'" <[email protected]> Subject: Re: FW: command line tool for reading and writing to/from stdin and stdout? References: <CCD76832153A4DDEAEC2580320BBD126@kingmark> In-Reply-To: <CCD76832153A4DDEAEC2580320BBD126@kingmark> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org siegfried wrote: > I was mucking around with the examples and found UseStyleSheetPI.java. > This almost works. It breaks when I substitute the first occurance of > "fooX.xml" with system.in it breaks! Apparently there is some problem > with having standard input open twice! Is there a way to resolve this? I'm not sure what you mean by "having standard input open twice." Are you saying you want to read both the input document and the stylesheet from system.in? That isn't possible, since there would be no way to demarcate each entity in the stream. Dave From [email protected] Fri Sep 05 02:41:16 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1394 invoked from network); 5 Sep 2008 02:41:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Sep 2008 02:41:16 -0000 Received: (qmail 32413 invoked by uid 500); 5 Sep 2008 02:41:14 -0000 Delivered-To: [email protected] Received: (qmail 32393 invoked by uid 500); 5 Sep 2008 02: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]> List-Id: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 32382 invoked by uid 99); 5 Sep 2008 02:41:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 19:41:13 -0700 X-ASF-Spam-Status: No, hits=4.6 required=10.0 tests=HTML_MESSAGE,RCVD_NUMERIC_HELO,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail2.creativeconsulting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 05 Sep 2008 02:40:13 +0000 X-DN-AuthenticatedSender: KHP4FFR6EFCRWRUHUHPAUL9TY3J7M6YN-EfYTik0VuLYzt8UPv mY4qQuqfocTvnyVUYOkrst+0/KxPLdgstrCcxSjakLEceyoOjx QsoP4Cy0=--- Received: from 161.129.204.104 ([161.129.204.104]) by mail2.creativeconsulting.com (DeskNow) with SMTP ID 81 for <[email protected]>; Thu, 4 Sep 2008 20:40:19 -0600 (MDT) From: "siegfried" <[email protected]> To: <[email protected]> Subject: FW: FW: command line tool for reading and writing to/from stdin and stdout? Date: Thu, 4 Sep 2008 19:40:05 -0700 Message-ID: <1545CE0039964B8980C188E08E26218D@kingmark> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0158_01C90EC6.0EF0DEF0" X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Thread-Index: AckO6qrz/PMMNduWQ6iBJ/VvbAhYtgADsEBAAAHLCIA= X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_0158_01C90EC6.0EF0DEF0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0159_01C90EC6.0EF0DEF0" ------=_NextPart_001_0159_01C90EC6.0EF0DEF0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Woops -- where did that bogus address come from? Let me try again: _____ From: siegfried [mailto:[email protected]] Sent: Thursday, September 04, 2008 6:56 PM To: '[email protected]'; 'David Bertoni' Cc: '[email protected]' Subject: RE: FW: command line tool for reading and writing to/from stdin and stdout? Sure! This program from c:/dev/xalan/xalan-j_2_7_1/samples/UseStylesheetPI/UseStylesheetPI.java (see attachment) does not work because I made a minor modification to read from standard input on line 58. Can you help me make it work? Here is the fragment redundantly for your reding pleasure. Note that if I hard code a file name on line 58, line 62 works. Thanks! Siegfried TransformerFactory tFactory = TransformerFactory.newInstance(); Source stylesheet = tFactory.getAssociatedStylesheet (new StreamSource(System.in),media, title, charset); Transformer transformer = tFactory.newTransformer(stylesheet); /* 60*/ transformer.transform(new StreamSource(System.in), new StreamResult(new java.io.FileOutputStream(java.io.FileDescriptor.out))); _____ From: [email protected] [mailto:[email protected]] Sent: Thursday, September 04, 2008 5:03 PM To: David Bertoni Cc: siegfried; [email protected] Subject: Re: FW: command line tool for reading and writing to/from stdin and stdout? > I'm not sure what you mean by "having standard input open twice." Are > you saying you want to read both the input document and the stylesheet > from system.in? That isn't possible, since there would be no way to > demarcate each entity in the stream. Well, it's possible -- but you'd need to develop your own data stream protocol which allowed you to express logical end-of-file, and do some entity-resolver work to read twice from this delimited stream using different URIs. Or, simpler but less efficient, have a preprocessing stage which reads that delimited stream, writes the documents into scratch files, and then process from those. But I agree that we're guessing at the intended meaning. Siegfried, maybe you ought to take a long step back and explain exactly what it is you're trying to do. If you want to read both the stylesheet and document from stdin, you need a delimiting and resolver solution as discussed above. If you just want to read the document from stdin, and the stylesheet from a file, while writing to stdout... well, that should be a trivial change to one of the Xalan sample programs. If you're trying to do something else, you'll need to explain what in enough detail that we can advise you. The mind-reading support service costs real money. <smile/> ------=_NextPart_001_0159_01C90EC6.0EF0DEF0 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.6000.16705" name=3DGENERATOR></HEAD> <BODY> <DIV dir=3Dltr align=3Dleft><FONT face=3DArial color=3D#0000ff = size=3D2><SPAN=20 class=3D281183902-05092008>Woops -- where did that bogus address come = from? Let me=20 try again:</SPAN></FONT></DIV><BR> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft> <HR tabIndex=3D-1> <FONT face=3DTahoma size=3D2><B>From:</B> siegfried = [mailto:[email protected]]=20 <BR><B>Sent:</B> Thursday, September 04, 2008 6:56 PM<BR><B>To:</B>=20 '[email protected]'; 'David Bertoni'<BR><B>Cc:</B>=20 '[email protected]'<BR><B>Subject:</B> RE: FW: command line tool = for=20 reading and writing to/from stdin and stdout?<BR></FONT><BR></DIV> <DIV></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D781574701-05092008><FONT = face=3DArial=20 color=3D#0000ff size=3D2>Sure!</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D781574701-05092008><FONT = face=3DArial=20 color=3D#0000ff size=3D2>This program from=20 c:/dev/xalan/xalan-j_2_7_1/samples/UseStylesheetPI/UseStylesheetPI.java = (see=20 attachment) does not work because I made a minor modification to read = from=20 standard input on line 58. Can you help me make it = work?</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D781574701-05092008><FONT = face=3DArial=20 color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D781574701-05092008><FONT = face=3DArial=20 color=3D#0000ff size=3D2>Here is the fragment redundantly for your = reding pleasure.=20 Note that if I hard code a file name on line 58, line 62=20 works.</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D781574701-05092008><FONT = face=3DArial=20 color=3D#0000ff size=3D2>Thanks!</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D781574701-05092008><FONT = face=3DArial=20 color=3D#0000ff size=3D2>Siegfried</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D781574701-05092008><FONT = face=3DArial=20 color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D781574701-05092008><FONT = face=3DArial=20 color=3D#0000ff size=3D2>&nbsp;&nbsp;&nbsp; &nbsp;TransformerFactory = tFactory =3D=20 TransformerFactory.newInstance();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Source=20 stylesheet =3D=20 tFactory.getAssociatedStylesheet<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;=20 (new StreamSource(System.in),media, title,=20 charset);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 Transformer transformer =3D=20 tFactory.newTransformer(stylesheet);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 /*&nbsp; 60*/ <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 <BR>&nbsp;&nbsp;&nbsp;&nbsp; transformer.transform(new = StreamSource(System.in),=20 <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;=20 new StreamResult(new=20 java.io.FileOutputStream(java.io.FileDescriptor.out)));<BR>&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;=20 <BR><BR></FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D781574701-05092008><FONT = face=3DArial=20 color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D781574701-05092008><FONT = face=3DArial=20 color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D781574701-05092008><FONT = face=3DArial=20 color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV><BR> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft> <HR tabIndex=3D-1> <FONT face=3DTahoma size=3D2><B>From:</B> [email protected]=20 [mailto:[email protected]] <BR><B>Sent:</B> Thursday, September 04, = 2008 5:03=20 PM<BR><B>To:</B> David Bertoni<BR><B>Cc:</B> siegfried;=20 [email protected]<BR><B>Subject:</B> Re: FW: command line tool for = reading=20 and writing to/from stdin and stdout?<BR></FONT><BR></DIV> <DIV></DIV><BR><TT><FONT size=3D2>&gt; I'm not sure what you mean by = "having=20 standard input open twice." &nbsp;Are <BR>&gt; you saying you want to = read both=20 the input document and the stylesheet <BR>&gt; from system.in? = &nbsp;That isn't=20 possible, since there would be no way to <BR>&gt; demarcate each entity = in the=20 stream.</FONT></TT> <BR><BR><TT><FONT size=3D2>Well, it's possible -- = but you'd=20 need to develop your own data stream protocol which allowed you to = express=20 logical end-of-file, and do some entity-resolver work to read twice from = this=20 delimited stream using different URIs.</FONT></TT> <BR><BR><TT><FONT = size=3D2>Or,=20 simpler but less efficient, have a preprocessing stage which reads that=20 delimited stream, writes the documents into scratch files, and then = process from=20 those.</FONT></TT> <BR><BR><TT><FONT size=3D2>But I agree that we're = guessing at=20 the intended meaning. Siegfried, maybe you ought to take a long step = back and=20 explain exactly what it is you're trying to do. If you want to read both = the=20 stylesheet and document from stdin, you need a delimiting and resolver = solution=20 as discussed above. If you just want to read the document from stdin, = and the=20 stylesheet from a file, while writing to stdout... well, that should be = a=20 trivial change to one of the Xalan sample programs.</FONT></TT>=20 <BR><BR><TT><FONT size=3D2>If you're trying to do something else, you'll = need to=20 explain what in enough detail that we can advise you. The mind-reading = support=20 service costs real money. &lt;smile/&gt;</FONT></TT> </BODY></HTML> ------=_NextPart_001_0159_01C90EC6.0EF0DEF0-- ------=_NextPart_000_0158_01C90EC6.0EF0DEF0 Content-Type: text/java; name="UseStylesheetPI.java" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="UseStylesheetPI.java" /* * 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: UseStylesheetPI.java,v 1.1 2008/09/04 19:32:00 Administrator Exp = Administrator $ * $Log: UseStylesheetPI.java,v $ * Revision 1.1 2008/09/04 19:32:00 Administrator * Initial revision * * Begin commands to execute this file using Java with bash * export = CLASSPATH=3Dbin\;.\;C\:\\dev\\xalan\\xalan-j_2_7_1\\build\\classes\;C\:\\= dev\\xalan\\xalan-j_2_7_1\\*\;C\:\\dev\\bsf\\bsf-2.4.0\\lib\\*\;c\:\\dev\= \apache\\common\\commons-logging-1.1.1\\*\;C\:\\dev\\mozilla\\rhino1_7R1\= \*\;C\:\\dev\\ant\\apache-ant-1.6.5\\lib\\* * javac *.java * java UseStylesheetPI <<EOF * <?xml version=3D"1.0"?> * <?xml-stylesheet type=3D"text/xsl" href=3D"foo.xsl"?> * <doc> * Hello * </doc>=20 * EOF * rm *.class * End commands to execute this file using Java with bash */ import javax.xml.transform.Source; import javax.xml.transform.Transformer; import javax.xml.transform.TransformerConfigurationException; import javax.xml.transform.TransformerException; import javax.xml.transform.TransformerFactory; import javax.xml.transform.stream.StreamResult; import javax.xml.transform.stream.StreamSource;=09 public class UseStylesheetPI { public static void main(String[] args) throws TransformerException, TransformerConfigurationException { String media=3D null , title =3D null, charset =3D null; try {=09 TransformerFactory tFactory =3D TransformerFactory.newInstance(); Source stylesheet =3D tFactory.getAssociatedStylesheet (new StreamSource(System.in),media, title, charset); =20 Transformer transformer =3D tFactory.newTransformer(stylesheet); =20 transformer.transform(new StreamSource(System.in),=20 new StreamResult(new = java.io.FileOutputStream(java.io.FileDescriptor.out))); =20 System.out.println("************* The result is in foo.out = *************"); =20 } catch (Exception e) { e.printStackTrace(); } } } ------=_NextPart_000_0158_01C90EC6.0EF0DEF0-- From [email protected] Fri Sep 05 04:23:12 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56242 invoked from network); 5 Sep 2008 04:23:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Sep 2008 04:23:12 -0000 Received: (qmail 81629 invoked by uid 500); 5 Sep 2008 04:23:10 -0000 Delivered-To: [email protected] Received: (qmail 81604 invoked by uid 500); 5 Sep 2008 04:23: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 81593 invoked by uid 99); 5 Sep 2008 04:23:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 21:23:10 -0700 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 e33.co.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2008 04:22:09 +0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [161.129.204.104]) by e33.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id m854JUoo018449 for <[email protected]>; Fri, 5 Sep 2008 00:19:30 -0400 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [161.129.204.104]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.0) with ESMTP id m854JTNk112268 for <[email protected]>; Thu, 4 Sep 2008 22:19:29 -0600 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 m854JTCC022307 for <[email protected]>; Thu, 4 Sep 2008 22:19:29 -0600 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 m854JSLf022296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 4 Sep 2008 22:19:29 -0600 Received: from wtfmail05.lotus.com (wtfmail05.lotus.com [161.129.204.104]) by internet1.lotus.com (8.14.1/8.14.1) with ESMTP id m854JRKE014798; Fri, 5 Sep 2008 00:19:28 -0400 (EDT) In-Reply-To: <1545CE0039964B8980C188E08E26218D@kingmark> References: <1545CE0039964B8980C188E08E26218D@kingmark> To: "siegfried" <[email protected]> Cc: [email protected] MIME-Version: 1.0 Subject: Re: FW: FW: command line tool for reading and writing to/from stdin and stdout? X-KeepSent: AB44E7A8:B7BA568C-852574BB:0017694D; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.0.1 February 07, 2008 From: [email protected] Message-ID: <[email protected]> Date: Fri, 5 Sep 2008 00:20:59 -0400 X-MIMETrack: Serialize by Router on WTFMAIL05/WTF/M/Lotus(Build V85_M2_08202008NP|August 20, 2008) at 09/05/2008 12:20:59 AM, Serialize complete at 09/05/2008 12:20:59 AM Content-Type: multipart/alternative; boundary="=_alternative 0017BF26852574BB_=" X-Virus-Checked: Checked by ClamAV on apache.org This is a multipart message in MIME format. --=_alternative 0017BF26852574BB_= Content-Type: text/plain; charset="US-ASCII" > UseStylesheetPI/UseStylesheetPI.java (see attachment) does not work Quick tip: "does not work" is not diagnostically useful. When asking for assistance, it's helpful to tell folks what you're actually seeing as a failure... and how you're invoking it, and what the input is. I'll try to find time to give this a closer look. Probably won't get around to it until this weekend, though. --=_alternative 0017BF26852574BB_= Content-Type: text/html; charset="US-ASCII" <br><tt><font size=2>&gt; UseStylesheetPI/UseStylesheetPI.java (see attachment) does not work </font></tt> <br> <br><tt><font size=2>Quick tip: &quot;does not work&quot; is not diagnostically useful. When asking for assistance, it's helpful to tell folks what you're actually seeing as a failure... and how you're invoking it, and what the input is.</font></tt> <br> <br><tt><font size=2>I'll try to find time to give this a closer look. Probably won't get around to it until this weekend, though.</font></tt> --=_alternative 0017BF26852574BB_=-- From [email protected] Tue Sep 09 10:49:32 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31494 invoked from network); 9 Sep 2008 10:49:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2008 10:49:32 -0000 Received: (qmail 60051 invoked by uid 500); 9 Sep 2008 10:49:28 -0000 Delivered-To: [email protected] Received: (qmail 60030 invoked by uid 500); 9 Sep 2008 10:49: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 60019 invoked by uid 99); 9 Sep 2008 10:49:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 03:49: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 (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, 09 Sep 2008 10:48:30 +0000 Received: from [161.129.204.104] (helo=mail.juntadeandalucia.es) by guadix4.juntadeandalucia.es with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60) (envelope-from <[email protected]>) id 1Kd0lN-0001YF-CW for [email protected]; Tue, 09 Sep 2008 12:48:01 +0200 Received: from [161.129.204.104] by mail.juntadeandalucia.es with esmtpa (Exim 4.69) (envelope-from <[email protected]>) id 1Kd0lM-0003Pv-BW for [email protected]; Tue, 09 Sep 2008 12:48:00 +0200 Subject: transformer.setParameter using xml as object WITHOUT DOM From: Thorsten Scherler <[email protected]> To: [email protected] Content-Type: text/plain Date: Tue, 09 Sep 2008 12:47:06 +0200 Message-Id: <1220957226.6435.34.camel@thorsten-desktop> Mime-Version: 1.0 X-Mailer: Evolution 161.129.204.104 Content-Transfer-Encoding: 7bit X-SA-Report: * -0.2 ALL_TRUSTED Passed through trusted hosts only via SMTP X-Spam-Score: -0.2 (/) X-Spam-Score-Int: -1 X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I need to re-factor some code that uses a transformation where I pass a snippet of xml to a xsl stylesheet. The code is in Apache Forrest especially in the dispatcher. I have a configuration file (structurer) that can provide custom xml for a contract as properties. <forrest:contract name="siteinfo-meta"> <forrest:property name="custom"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> </forrest:property> </forrest:contract> A contract is a simple xsl stylesheet that picks up the properties via a xsl:param. <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:param name="custom" /> ... <xsl:copy-of select="$custom/*"/> ... </xsl:stylesheet> In the java code I am doing right now something like: DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder(); transformer.setParameter("custom", builder.parse("xmlOfCustomProperty")); I came up with this code since I did not found any other way to pass xml as parameter to the transformation. It seems that if the Object is not of type org.w3c.dom.Document I cannot treat it as xml directly. I tried with a SAX source but that did not work. Is there a way to pass xml as parameter to a xsl stylesheet without using DOM? TIA for any information. salu2 -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions From [email protected] Sat Sep 13 14:20:45 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78192 invoked from network); 13 Sep 2008 14:20:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Sep 2008 14:20:45 -0000 Received: (qmail 39815 invoked by uid 500); 13 Sep 2008 14:20:42 -0000 Delivered-To: [email protected] Received: (qmail 39793 invoked by uid 500); 13 Sep 2008 14:20: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 39782 invoked by uid 99); 13 Sep 2008 14:20:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2008 07:20:41 -0700 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; Sat, 13 Sep 2008 14:19: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 1KeVyx-00086x-8d for [email protected]; Sat, 13 Sep 2008 07:20:15 -0700 Message-ID: <[email protected]> Date: Sat, 13 Sep 2008 07:20:15 -0700 (PDT) From: Sriram83 <[email protected]> To: [email protected] Subject: XSL Transformation in Xalan - Pls help! 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 facing a performance difference for XSL transformation between Windows and Linux. Details of Environment: Environment 1 [Production Environment]: Red Hat Enterprise Linux AS release 4 (Nahant Update 2) Kernel 2.6.9-22.ELsmp on an i686 Xalan version: 2.7.0 JDK: 1.5_11-b03 server edition Min-Max memory: 3 GB Time taken for XSL T: 700 ms Environment 2 [My Desktop]: MS Windows XP Service pack 2 Xalan version: 2.7.0 JDK: 1.5_11-b03 Min-Max memory: 200-300 MB Time taken for XSL T: 280 ms With superior hardware and same software, I would expect the production server to be faster, but surprisingly the XSL transformation in Environment 2 is faster. I am using the same XML for transformation. I am at my wits end trying to figure out the problem. Please can someone provide any insight this? Thanks, Sriram -- View this message in context: http://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp19471054p19471054.html Sent from the Xalan - J - Users mailing list [email protected]. From [email protected] Sat Sep 13 15:44:45 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13383 invoked from network); 13 Sep 2008 15:44:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Sep 2008 15:44:45 -0000 Received: (qmail 83080 invoked by uid 500); 13 Sep 2008 15:44:42 -0000 Delivered-To: [email protected] Received: (qmail 83063 invoked by uid 500); 13 Sep 2008 15: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 83052 invoked by uid 99); 13 Sep 2008 15:44:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2008 08:44: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: 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; Sat, 13 Sep 2008 15:43:44 +0000 Received: by rv-out-0708.google.com with SMTP id l33so1413574rvb.58 for <[email protected]>; Sat, 13 Sep 2008 08:44:06 -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:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=k8jKN9PBbaFHCL3TZRJM7+PoO1a2ioWDxQLiRVPhr9I=; b=clePZk/EaGK1ezz6BAYMRJKswjI62MlEMBDoGc8ICSrXJPe0kb3iPObeohhMlps9Cx oTw7RcLbeG1/iuy3XOr/YrBYdyUx151rnJDAbpg8DEA3rtvQYQeJt6T0x8wi9I74cx+R nbCRYmtfDXEsohwxSjEd8YSEzJPj+OJYnqF1M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=UxyDTSZ/oP1ay2Upy+jD19neha1SbzNCzyB1R/1qa065RH5F4/g9UvCX+8Kt2GbTfu J7/Sq9ciW76RbG0vtkYqYh6ZFUrbA3ZLoHaDkfKQUMzvPy8fP0bMpVv50nWA8mbr9wHp 8IB4VJ6MLxJ8iGBmpd7bo3zniOC+RhNW9QUN0= Received: by 161.129.204.104 with SMTP id f17mr3456419rvo.18.1221320646636; Sat, 13 Sep 2008 08:44:06 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sat, 13 Sep 2008 08:44:06 -0700 (PDT) Message-ID: <[email protected]> Date: Sat, 13 Sep 2008 21:14:06 +0530 From: "Mukul Gandhi" <[email protected]> To: Sriram83 <[email protected]> Subject: Re: XSL Transformation in Xalan - Pls help! Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org This is just my guess. The JVMs used on the two OSs are different. I mean, that the binary code of JVMs for these two OSs are different. To my opinion, this could be causing difference in run time. The time you have cited for two platforms are, Linux - 700 ms Windows - 280 ms These time are < 1 second ! So you can ignore the difference in timing ... If possible, you could post the stylesheet and the XML, with the description of transformation logic. We could attempt to optimize the execution, by suggesting better XSLT instructions. On Sat, Sep 13, 2008 at 7:50 PM, Sriram83 <[email protected]> wrote: > > Hi, > > I am facing a performance difference for XSL transformation between Windows > and Linux. > > Details of Environment: > > Environment 1 [Production Environment]: > Red Hat Enterprise Linux AS release 4 (Nahant Update 2) > Kernel 2.6.9-22.ELsmp on an i686 > Xalan version: 2.7.0 > JDK: 1.5_11-b03 server edition > Min-Max memory: 3 GB > Time taken for XSL T: 700 ms > > Environment 2 [My Desktop]: > MS Windows XP Service pack 2 > Xalan version: 2.7.0 > JDK: 1.5_11-b03 > Min-Max memory: 200-300 MB > Time taken for XSL T: 280 ms > > With superior hardware and same software, I would expect the production > server to be faster, but surprisingly the XSL transformation in Environment > 2 is faster. > > I am using the same XML for transformation. I am at my wits end trying to > figure out the problem. > > Please can someone provide any insight this? > > Thanks, > Sriram -- Regards, Mukul Gandhi From [email protected] Sat Sep 13 16:17:30 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25634 invoked from network); 13 Sep 2008 16:17:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Sep 2008 16:17:30 -0000 Received: (qmail 15108 invoked by uid 500); 13 Sep 2008 16:17:27 -0000 Delivered-To: [email protected] Received: (qmail 15089 invoked by uid 500); 13 Sep 2008 16:17: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 15078 invoked by uid 99); 13 Sep 2008 16:17:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2008 09:17:26 -0700 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; Sat, 13 Sep 2008 16:16: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 1KeXnu-0002xz-Sj for [email protected]; Sat, 13 Sep 2008 09:16:58 -0700 Message-ID: <[email protected]> Date: Sat, 13 Sep 2008 09:16:58 -0700 (PDT) From: Sriram83 <[email protected]> To: [email protected] Subject: Re: XSL Transformation in Xalan - Pls help! 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 I have included the output of Xalan Environment Check. I could not find any differences between both the environments. But still, there is a difference in performance between these two environments. Environment 1 [Linux Box]: #---- BEGIN writeEnvironmentReport($Revision: 1.29 $): Useful stuff found: ---- version.DOM.draftlevel=2.0fd java.class.path=/jboss/jboss-4.0.5.GA/bin/run.jar:/usr/java/jdk1.5.0_11/lib/tools.jar version.JAXP=1.1 or higher java.ext.dirs=/usr/java/jdk1.5.0_11/jre/lib/ext #---- BEGIN Listing XML-related jars in: foundclasses.sun.boot.class.path ---- xalan.jar-path=/jboss/jboss-4.0.5.GA/lib/endorsed/xalan.jar serializer.jar-apparent.version=serializer.jar present-unknown-version serializer.jar-path=/jboss/jboss-4.0.5.GA/lib/endorsed/serializer.jar xercesImpl.jar-apparent.version=xercesImpl.jar WARNING.present-unknown-version xercesImpl.jar-path=/jboss/jboss-4.0.5.GA/lib/endorsed/xercesImpl.jar xml-apis.jar-apparent.version=xml-apis.jar present-unknown-version xml-apis.jar-path=/jboss/jboss-4.0.5.GA/lib/endorsed/xml-apis.jar #----- END Listing XML-related jars in: foundclasses.sun.boot.class.path ----- version.xerces2=Xerces-J 2.9.0 version.xerces1=not-present version.xalan2_2=Xalan Java 2.7.0 version.xalan1=not-present version.ant=not-present java.version=1.5.0_11 version.DOM=2.0 version.crimson=not-present sun.boot.class.path=/jboss/jboss-4.0.5.GA/lib/endorsed/xalan.jar:/jboss/jboss-4.0.5.GA/lib/endorsed/serializer.jar:/jboss/jboss-4.0.5.GA/lib/endorsed/xercesImpl.jar:/jboss/jboss-4.0.5.GA/lib/endorsed/xml-apis.jar:/jboss/jboss-4.0.5.GA/lib/endorsed/resolver.jar:/usr/java/jdk1.5.0_11/jre/lib/rt.jar:/usr/java/jdk1.5.0_11/jre/lib/i18n.jar:/usr/java/jdk1.5.0_11/jre/lib/sunrsasign.jar:/usr/java/jdk1.5.0_11/jre/lib/jsse.jar:/usr/java/jdk1.5.0_11/jre/lib/jce.jar:/usr/java/jdk1.5.0_11/jre/lib/charsets.jar:/usr/java/jdk1.5.0_11/jre/classes version.SAX=2.0 version.xalan2x=Xalan Java 2.7.0 #----- END writeEnvironmentReport: Useful properties found: ----- # YAHOO! Your environment seems to be OK. Environment 2 [My Environment]: #---- BEGIN writeEnvironmentReport($Revision: 1.29 $): Useful stuff found: ---- version.DOM.draftlevel=2.0fd java.class.path=C:\jdk1.5.0_11\lib\tools.jar;C:\jboss-4.0.5.GA\bin\\run.jar version.JAXP=1.1 or higher java.ext.dirs=C:\jdk1.5.0_11\jre\lib\ext #---- BEGIN Listing XML-related jars in: foundclasses.sun.boot.class.path ---- serializer.jar-apparent.version=serializer.jar present-unknown-version serializer.jar-path=C:\jboss-4.0.5.GA\bin\..\lib\endorsed\serializer.jar xalan.jar-path=C:\jboss-4.0.5.GA\bin\..\lib\endorsed\xalan.jar xercesImpl.jar-apparent.version=xercesImpl.jar WARNING.present-unknown-version xercesImpl.jar-path=C:\jboss-4.0.5.GA\bin\..\lib\endorsed\xercesImpl.jar xml-apis.jar-apparent.version=xml-apis.jar present-unknown-version xml-apis.jar-path=C:\jboss-4.0.5.GA\bin\..\lib\endorsed\xml-apis.jar #----- END Listing XML-related jars in: foundclasses.sun.boot.class.path ----- version.xerces2=Xerces-J 2.9.0 version.xerces1=not-present version.xalan2_2=Xalan Java 2.7.0 version.xalan1=not-present version.ant=not-present java.version=1.5.0_11 version.DOM=2.0 version.crimson=not-present sun.boot.class.path=C:\jboss-4.0.5.GA\bin\\..\lib\endorsed\resolver.jar;C:\jboss-4.0.5.GA\bin\\..\lib\endorsed\serializer.jar;C:\jboss-4.0.5.GA\bin\\..\lib\endorsed\xalan.jar;C:\jboss-4.0.5.GA\bin\\..\lib\endorsed\xercesImpl.jar;C:\jboss-4.0.5.GA\bin\\..\lib\endorsed\xml-apis.jar;C:\jdk1.5.0_11\jre\lib\rt.jar;C:\jdk1.5.0_11\jre\lib\i18n.jar;C:\jdk1.5.0_11\jre\lib\sunrsasign.jar;C:\jdk1.5.0_11\jre\lib\jsse.jar;C:\jdk1.5.0_11\jre\lib\jce.jar;C:\jdk1.5.0_11\jre\lib\charsets.jar;C:\jdk1.5.0_11\jre\classes version.SAX=2.0 version.xalan2x=Xalan Java 2.7.0 #----- END writeEnvironmentReport: Useful properties found: ----- # YAHOO! Your environment seems to be OK. Sriram83 wrote: > > Hi, > > I am facing a performance difference for XSL transformation between > Windows and Linux. > > Details of Environment: > > Environment 1 [Production Environment]: > Red Hat Enterprise Linux AS release 4 (Nahant Update 2) > Kernel 2.6.9-22.ELsmp on an i686 > Xalan version: 2.7.0 > JDK: 1.5_11-b03 server edition > Min-Max memory: 3 GB > Time taken for XSL T: 700 ms > > Environment 2 [My Desktop]: > MS Windows XP Service pack 2 > Xalan version: 2.7.0 > JDK: 1.5_11-b03 > Min-Max memory: 200-300 MB > Time taken for XSL T: 280 ms > > With superior hardware and same software, I would expect the production > server to be faster, but surprisingly the XSL transformation in > Environment 2 is faster. > > I am using the same XML for transformation. I am at my wits end trying to > figure out the problem. > > Please can someone provide any insight this? > > Thanks, > Sriram > -- View this message in context: http://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp19471054p19472082.html Sent from the Xalan - J - Users mailing list [email protected]. From [email protected] Sat Sep 13 16:39:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35513 invoked from network); 13 Sep 2008 16:39:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Sep 2008 16:39:26 -0000 Received: (qmail 27535 invoked by uid 500); 13 Sep 2008 16:39:23 -0000 Delivered-To: [email protected] Received: (qmail 27511 invoked by uid 500); 13 Sep 2008 16: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 27500 invoked by uid 99); 13 Sep 2008 16:39:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2008 09:39:22 -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; Sat, 13 Sep 2008 16:38:13 +0000 Received: by rv-out-0708.google.com with SMTP id l33so1433003rvb.58 for <[email protected]>; Sat, 13 Sep 2008 09:38:35 -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:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=/bmZ9564PEjcoJvqEQIAhgKBGsuKL6I0FNxZjoL2OGM=; b=LWv7isCJ1Cn3X/2IsxevFZUpN7PxQ+QiyE0+e0cRS0B7jvRHPd26RLXbko47JNB4Rn dYYcl9bfUzUdz/1XRqR4MZ8B9P0oXdC2a0U2KQCxWl53UPD8tYYRPNuFLPSL1FRZOxYf MGkKJZQSC7b2ip2NmLGeSorYGN6go+mZErJOk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=qavCBgK0LWtSPs4MMPdjrDF2pYNazD+OL8MLc83bynKW7ldI5XLw0niFFzBC0V80Id kwi9z3Kf3WC2j2vuONRjHndKYPtR9NoIRUPEJejPkWp8TUOiza/K8TAE8qle0zhJsYJ1 qEs5bsEegXnu6BpnSL44f4Kwi3r2//sThNRPk= Received: by 161.129.204.104 with SMTP id d21mr3450076rvl.242.1221323915579; Sat, 13 Sep 2008 09:38:35 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sat, 13 Sep 2008 09:38:35 -0700 (PDT) Message-ID: <[email protected]> Date: Sat, 13 Sep 2008 22:08:35 +0530 From: "Mukul Gandhi" <[email protected]> To: Sriram83 <[email protected]> Subject: Re: XSL Transformation in Xalan - Pls help! Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Sep 13, 2008 at 9:46 PM, Sriram83 <[email protected]> wrote: > I have included the output of Xalan Environment Check. I could not find any > differences between both the environments. But still, there is a difference > in performance between these two environments. As I wrote in my previous post, there is one difference. The JVM on Windows is compiled for Windows OS and the hardware that machine is using. While the JVM on Linux is compiled for the Linux OS and the hardware the Linux is running on. The point I wish to make is, binaries on Windows and Linux are different. Also, the memory management policies (and many other OS features) on Windows and Linux are different. Also I wrote, the execution timing on both the OSs is < 1 second. To my opinion, you can ignore such a small difference. You could try an experiment. Write a simple Java program, and run it on Windows and Linux. You will definitely find the execution time difference (which is most likely due to the points I wrote above). Xalan is also a Java application, so you could deduce the same logic for Xalan. -- Regards, Mukul Gandhi From [email protected] Sat Sep 13 22:57:54 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30420 invoked from network); 13 Sep 2008 22:57:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Sep 2008 22:57:54 -0000 Received: (qmail 21644 invoked by uid 500); 13 Sep 2008 22:57:51 -0000 Delivered-To: [email protected] Received: (qmail 21625 invoked by uid 500); 13 Sep 2008 22: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 21614 invoked by uid 99); 13 Sep 2008 22:57:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2008 15:57:50 -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 web32807.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 13 Sep 2008 22:56:52 +0000 Received: (qmail 610 invoked by uid 60001); 13 Sep 2008 22:57:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=x1m/vvIFoQmNrA1YAzTD03mKXaPeYmLc/kMgY26ltaN4qFZ77e5b6m8XrQ/GUXumH5GLBULwUZkAQ24M1pm8zDlhY675TtUEAlJavtzCTIGC78AQx+D6SJR9TyK69Xj0D9Wepm8YYRWm61L2ir7xRwZe/rBZg173MuIOEHbIx6g=; Received: from [161.129.204.104] by web32807.mail.mud.yahoo.com via HTTP; Sat, 13 Sep 2008 15:57:22 PDT X-Mailer: YahooMailWebService/161.129.204.104 Date: Sat, 13 Sep 2008 15:57:22 -0700 (PDT) From: Tatu Saloranta <[email protected]> Reply-To: [email protected] Subject: Re: XSL Transformation in Xalan - Pls help! To: Sriram83 <[email protected]>, Mukul Gandhi <[email protected]> Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org --- On Sat, 9/13/08, Mukul Gandhi <[email protected]> wrote: ... > Also I wrote, the execution timing on both the OSs is < 1 second. To > my opinion, you can ignore such a small difference. Or more precisely: the methodology for testing seems flawed. Because of the way modern JVMs work, single run without sufficient warmup time and repetitions only tests how fast JVM can ramp up things. It tells very little about application or library performance. To get a realistic picture, one needs to run multiple transformations; first to "warm up" JVM (since it will load in system libraries, hot spot compiler will compile some byte code to native code etc), and only then measure. And measure multiple runs as well. -+ Tatu +- From [email protected] Mon Sep 15 08:37:14 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53099 invoked from network); 15 Sep 2008 08:37:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2008 08:37:14 -0000 Received: (qmail 73928 invoked by uid 500); 15 Sep 2008 08:37:10 -0000 Delivered-To: [email protected] Received: (qmail 73905 invoked by uid 500); 15 Sep 2008 08:37: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 73894 invoked by uid 99); 15 Sep 2008 08:37:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 01:37:10 -0700 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, 15 Sep 2008 08:36: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 1Kf9Za-0003oT-Fl for [email protected]; Mon, 15 Sep 2008 01:36:42 -0700 Message-ID: <[email protected]> Date: Mon, 15 Sep 2008 01:36:42 -0700 (PDT) From: Sriram83 <[email protected]> To: [email protected] Subject: Re: XSL Transformation in Xalan - Pls help! 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 Hi Tatu / Mukul, Thanks for your responses. 1/. We are trying to compile in the linux environment and check out the timings. I will post the details after we try this out. 2/. Tatu - we are giving sufficient time for JVM to warm-up. First we run a load test with 1 user for 15 minutes. After this test, we ran with 3 users for 1/2 hour. The times I mentioned below are average time taken for around 1500 transactions. Thanks, Sriram Tatu Saloranta wrote: > > --- On Sat, 9/13/08, Mukul Gandhi <[email protected]> wrote: > > ... >> Also I wrote, the execution timing on both the OSs is < 1 second. To >> my opinion, you can ignore such a small difference. > > Or more precisely: the methodology for testing seems flawed. Because of > the way modern JVMs work, single run without sufficient warmup time and > repetitions only tests how fast JVM can ramp up things. > It tells very little about application or library performance. > > To get a realistic picture, one needs to run multiple transformations; > first to "warm up" JVM (since it will load in system libraries, hot spot > compiler will compile some byte code to native code etc), and only then > measure. And measure multiple runs as well. > > -+ Tatu +- > > > > > > -- View this message in context: http://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp19471054p19489002.html Sent from the Xalan - J - Users mailing list [email protected]. From [email protected] Mon Sep 15 11:23:36 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39435 invoked from network); 15 Sep 2008 11:23:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2008 11:23:35 -0000 Received: (qmail 3240 invoked by uid 500); 15 Sep 2008 11:23:31 -0000 Delivered-To: [email protected] Received: (qmail 3221 invoked by uid 500); 15 Sep 2008 11:23: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3210 invoked by uid 99); 15 Sep 2008 11:23:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 04:23:31 -0700 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, 15 Sep 2008 11:22: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 1KfCAa-0001GA-8a for [email protected]; Mon, 15 Sep 2008 04:23:04 -0700 Message-ID: <[email protected]> Date: Mon, 15 Sep 2008 04:23:04 -0700 (PDT) From: Sriram83 <[email protected]> To: [email protected] Subject: Re: XSL Transformation in Xalan - Pls help! 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]> X-Virus-Checked: Checked by ClamAV on apache.org We compiled the files in the linux box. We were not able to see any differences in the performance. Has anyone faced a similar situation for XSL transformation in Linux? Thanks, Sriram Sriram83 wrote: > > Hi Tatu / Mukul, > > Thanks for your responses. > > 1/. We are trying to compile in the linux environment and check out the > timings. I will post the details after we try this out. > > 2/. Tatu - we are giving sufficient time for JVM to warm-up. First we run > a load test with 1 user for 15 minutes. After this test, we ran with 3 > users for 1/2 hour. The times I mentioned below are average time taken for > around 1500 transactions. > > Thanks, > Sriram > > > Tatu Saloranta wrote: >> >> --- On Sat, 9/13/08, Mukul Gandhi <[email protected]> wrote: >> >> ... >>> Also I wrote, the execution timing on both the OSs is < 1 second. To >>> my opinion, you can ignore such a small difference. >> >> Or more precisely: the methodology for testing seems flawed. Because of >> the way modern JVMs work, single run without sufficient warmup time and >> repetitions only tests how fast JVM can ramp up things. >> It tells very little about application or library performance. >> >> To get a realistic picture, one needs to run multiple transformations; >> first to "warm up" JVM (since it will load in system libraries, hot spot >> compiler will compile some byte code to native code etc), and only then >> measure. And measure multiple runs as well. >> >> -+ Tatu +- >> >> >> >> >> >> > > -- View this message in context: http://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp19471054p19491140.html Sent from the Xalan - J - Users mailing list [email protected]. From [email protected] Mon Sep 15 13:35:14 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22660 invoked from network); 15 Sep 2008 13:35:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2008 13:35:14 -0000 Received: (qmail 27962 invoked by uid 500); 15 Sep 2008 13:35:10 -0000 Delivered-To: [email protected] Received: (qmail 27946 invoked by uid 500); 15 Sep 2008 13: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 27935 invoked by uid 99); 15 Sep 2008 13:35:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 06:35:10 -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 lobster.as-guides.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 13:34:11 +0000 Received: from seaweed.as-guides.com ([161.129.204.104] helo=[161.129.204.104]) by lobster.as-guides.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from <[email protected]>) id 1KfEAp-0001KY-KI for [email protected]; Mon, 15 Sep 2008 15:31:31 +0200 Message-ID: <[email protected]> Date: Mon, 15 Sep 2008 15:31:27 +0200 From: Michael Ludwig <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080708) MIME-Version: 1.0 To: [email protected] Subject: Re: XSL Transformation in Xalan - Pls help! 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-SA-Do-Not-Run: Yes X-Spam-Score: -1.6 (-) X-Virus-Checked: Checked by ClamAV on apache.org Sriram83 schrieb: > 2/. Tatu - we are giving sufficient time for JVM to warm-up. First we > run a load test with 1 user for 15 minutes. After this test, we ran > with 3 users for 1/2 hour. The times I mentioned below are average > time taken for around 1500 transactions. It's not clear to me how you're doing the testing. Just to make more explicit what Mukul and Tatu have already said: You must set up things so that you have only one JVM startup, and then a hundred (or more) consecutive transformations in that process. If, however, you restarted the JVM over and over again (thus warming up the operating system), you'd *likely* be testing the operating system speed at starting the JVM, not the JVM speed at running the XSL transformation. Finally, as Mukul said, the difference is not spectacular. Maybe the Windows implementation is, horribile dictu, simply a little bit faster at this particular task. If indeed this is so and you can't live with it, you know where to get a Microsoft Server licencse :-) Michael Ludwig From [email protected] Mon Sep 15 13:41:24 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26348 invoked from network); 15 Sep 2008 13:41:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2008 13:41:23 -0000 Received: (qmail 39383 invoked by uid 500); 15 Sep 2008 13:41:19 -0000 Delivered-To: [email protected] Received: (qmail 39359 invoked by uid 500); 15 Sep 2008 13:41: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 39348 invoked by uid 99); 15 Sep 2008 13:41:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 06:41:19 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp155.iad.emailsrvr.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 13:40:20 +0000 Received: from relay5.relay.iad.emailsrvr.com (localhost [161.129.204.104]) by relay5.relay.iad.emailsrvr.com (SMTP Server) with ESMTP id 0AC93711BD7; Mon, 15 Sep 2008 09:40:51 -0400 (EDT) Received: by relay5.relay.iad.emailsrvr.com (Authenticated sender: dbrosius-AT-baybroadband.net) with ESMTP id C39DD711BCF; Mon, 15 Sep 2008 09:40:50 -0400 (EDT) Message-ID: <00e801c91741$0c47e080$6401a8c0@MeBigFatGuy> From: "Dave Brosius" <[email protected]> To: "Sriram83" <[email protected]>, <[email protected]> References: <[email protected]> Subject: Re: XSL Transformation in Xalan - Pls help! Date: Mon, 15 Sep 2008 09:40:49 -0500 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.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Virus-Checked: Checked by ClamAV on apache.org I'm guessing that since your vm memory size is 3g on unix and 200-300m on windows, the initialization of the memory space is probably accounting for that difference. As others have said, you should run the same test 100+ times to get a fair comparison. dave ----- Original Message ----- From: "Sriram83" <[email protected]> To: <[email protected]> Sent: Saturday, September 13, 2008 9:20 AM Subject: XSL Transformation in Xalan - Pls help! > > Hi, > > I am facing a performance difference for XSL transformation between > Windows > and Linux. > > Details of Environment: > > Environment 1 [Production Environment]: > Red Hat Enterprise Linux AS release 4 (Nahant Update 2) > Kernel 2.6.9-22.ELsmp on an i686 > Xalan version: 2.7.0 > JDK: 1.5_11-b03 server edition > Min-Max memory: 3 GB > Time taken for XSL T: 700 ms > > Environment 2 [My Desktop]: > MS Windows XP Service pack 2 > Xalan version: 2.7.0 > JDK: 1.5_11-b03 > Min-Max memory: 200-300 MB > Time taken for XSL T: 280 ms > > With superior hardware and same software, I would expect the production > server to be faster, but surprisingly the XSL transformation in > Environment > 2 is faster. > > I am using the same XML for transformation. I am at my wits end trying to > figure out the problem. > > Please can someone provide any insight this? > > Thanks, > Sriram > -- > View this message in context: > http://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp19471054p19471054.html > Sent from the Xalan - J - Users mailing list [email protected]. > From [email protected] Mon Sep 15 14:49:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72552 invoked from network); 15 Sep 2008 14:49:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2008 14:49:28 -0000 Received: (qmail 79881 invoked by uid 500); 15 Sep 2008 14:49:23 -0000 Delivered-To: [email protected] Received: (qmail 79862 invoked by uid 500); 15 Sep 2008 14:49: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 79851 invoked by uid 99); 15 Sep 2008 14:49:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 07:49:23 -0700 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, 15 Sep 2008 14:48:24 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1KfFNo-0000qE-9F for [email protected]; Mon, 15 Sep 2008 07:48:56 -0700 Message-ID: <[email protected]> Date: Mon, 15 Sep 2008 07:48:56 -0700 (PDT) From: Sriram83 <[email protected]> To: [email protected] Subject: Re: XSL Transformation in Xalan - Pls help! In-Reply-To: <00e801c91741$0c47e080$6401a8c0@MeBigFatGuy> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <00e801c91741$0c47e080$6401a8c0@MeBigFatGuy> X-Virus-Checked: Checked by ClamAV on apache.org 1/. We have the XSL transformation taking place inside an application deployed in JBOSS app server. There are no restart of JVM. Initialisation of memory takes only during jboss startup. 2/. As mentioned by Tatu, I believe we do allow time for JVM to warmup. We run around 200 XSL transformations first, after this, we collect the average time taken for around 1000 transactions. Dave Brosius-2 wrote: > > I'm guessing that since your vm memory size is 3g on unix and 200-300m on > windows, the initialization of the memory space is probably accounting for > that difference. As others have said, you should run the same test 100+ > times to get a fair comparison. > > dave > > ----- Original Message ----- > From: "Sriram83" <[email protected]> > To: <[email protected]> > Sent: Saturday, September 13, 2008 9:20 AM > Subject: XSL Transformation in Xalan - Pls help! > > >> >> Hi, >> >> I am facing a performance difference for XSL transformation between >> Windows >> and Linux. >> >> Details of Environment: >> >> Environment 1 [Production Environment]: >> Red Hat Enterprise Linux AS release 4 (Nahant Update 2) >> Kernel 2.6.9-22.ELsmp on an i686 >> Xalan version: 2.7.0 >> JDK: 1.5_11-b03 server edition >> Min-Max memory: 3 GB >> Time taken for XSL T: 700 ms >> >> Environment 2 [My Desktop]: >> MS Windows XP Service pack 2 >> Xalan version: 2.7.0 >> JDK: 1.5_11-b03 >> Min-Max memory: 200-300 MB >> Time taken for XSL T: 280 ms >> >> With superior hardware and same software, I would expect the production >> server to be faster, but surprisingly the XSL transformation in >> Environment >> 2 is faster. >> >> I am using the same XML for transformation. I am at my wits end trying to >> figure out the problem. >> >> Please can someone provide any insight this? >> >> Thanks, >> Sriram >> -- >> View this message in context: >> http://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp19471054p19471054.html >> Sent from the Xalan - J - Users mailing list [email protected]. >> > > > -- View this message in context: http://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp19471054p19494534.html Sent from the Xalan - J - Users mailing list [email protected]. From [email protected] Tue Sep 16 07:51:55 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18706 invoked from network); 16 Sep 2008 07:51:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Sep 2008 07:51:55 -0000 Received: (qmail 76582 invoked by uid 500); 16 Sep 2008 07:51:51 -0000 Delivered-To: [email protected] Received: (qmail 76566 invoked by uid 500); 16 Sep 2008 07:51: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 76555 invoked by uid 99); 16 Sep 2008 07:51:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 00:51:51 -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 lobster.as-guides.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 07:50:52 +0000 Received: from seaweed.as-guides.com ([161.129.204.104] helo=[161.129.204.104]) by lobster.as-guides.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from <[email protected]>) id 1KfVIA-0003Tv-DL for [email protected]; Tue, 16 Sep 2008 09:48:14 +0200 Message-ID: <[email protected]> Date: Tue, 16 Sep 2008 09:48:08 +0200 From: Michael Ludwig <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080708) MIME-Version: 1.0 To: [email protected] Subject: Re: XSL Transformation in Xalan - Pls help! References: <[email protected]> <00e801c91741$0c47e080$6401a8c0@MeBigFatGuy> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Do-Not-Run: Yes X-Spam-Score: -1.6 (-) X-Virus-Checked: Checked by ClamAV on apache.org Sriram83 schrieb: > 1/. We have the XSL transformation taking place inside an application > deployed in JBOSS app server. There are no restart of JVM. > Initialisation of memory takes only during jboss startup. I don't know much about JBoss, but it's a pretty huge application. You may be testing JBoss instead of Xalan. In order to test Xalan, I'd rather use a leaner frame, maybe just the simplest of programs which does what you describe below using loops and timestamps. > 2/. As mentioned by Tatu, I believe we do allow time for JVM to > warmup. We run around 200 XSL transformations first, after this, we > collect the average time taken for around 1000 transactions. Sounds very reasonable to me. Michael From [email protected] Tue Sep 16 14:00:09 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 730 invoked from network); 16 Sep 2008 14:00:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Sep 2008 14:00:09 -0000 Received: (qmail 78396 invoked by uid 500); 16 Sep 2008 14:00:05 -0000 Delivered-To: [email protected] Received: (qmail 78377 invoked by uid 500); 16 Sep 2008 14:00: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 78366 invoked by uid 99); 16 Sep 2008 14:00:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 07:00:05 -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 py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 13:59:07 +0000 Received: by py-out-1112.google.com with SMTP id z74so2146286pyg.9 for <[email protected]>; Tue, 16 Sep 2008 06:59:39 -0700 (PDT) Received: by 161.129.204.104 with SMTP id y13mr743669wad.148.1221573578594; Tue, 16 Sep 2008 06:59:38 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 16 Sep 2008 06:59:38 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 16 Sep 2008 09:59:38 -0400 From: "Syl Turner" <[email protected]> To: [email protected] Subject: Doctype never being created from <xsl:output> in 2.7.1 with JDOM? 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, I've been stuck on this for some time now, and perhaps someone here can help I have my XSLT stylesheet using <xsl:output> to set the doctype of an XML document that doesn't have one. For some reason, that doctype is not being created in Xalan 2.7.1. In 2.6, we had it making the doctype, but ignoring comments (which turned out to be an issue with endDTD never being used). I created a JUnit test that removes any of our application's code and strictly using Xalan with JDOM. I've pasted the code below. The Doctype of the transformed document is always null. I'm thinking this has to do with JDOM and Xalan. Any ideas, suggestions, etc? Thanks! Syl import java.io.StringReader; import javax.xml.transform.Transformer; import javax.xml.transform.TransformerFactory; import javax.xml.transform.sax.SAXResult; import javax.xml.transform.sax.SAXSource; import javax.xml.transform.sax.SAXTransformerFactory; import javax.xml.transform.sax.TransformerHandler; import org.jdom.Document; import org.jdom.input.SAXHandler; import org.jdom.output.DOMOutputter; import org.xml.sax.ContentHandler; import org.xml.sax.InputSource; import org.xml.sax.ext.LexicalHandler; import junit.framework.TestCase; public class Test extends TestCase { public void testDoctypeCreation() throws Exception { String xmlDoc = "<html><!--This is the first comment--><p>Buddies</p><!--This is the second comment--></html>"; String xslText = "<xsl:stylesheet version=\"1.0\" xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><xsl:template match=\"node() | @*\"><xsl:copy><xsl:apply-templates select=\"@* | node()\"/></xsl:copy></xsl:template><xsl:template match=\"p\"><xsl:copy-of select=\".\"/> yes.</xsl:template></xsl:stylesheet>"; SAXHandler saxHandler = new SAXHandler(); SAXSource xmlSource = new SAXSource(new InputSource(new StringReader(xmlDoc))); SAXSource xsltSource = new SAXSource(new InputSource(new StringReader(xslText))); TransformerFactory factory = new org.apache.xalan.processor.TransformerFactoryImpl(); SAXTransformerFactory saxFactory = (SAXTransformerFactory) factory; TransformerHandler handler = saxFactory.newTransformerHandler(xsltSource); Transformer transformer = handler.getTransformer(); SAXResult result = new SAXResult(); result.setHandler((ContentHandler) saxHandler); result.setLexicalHandler((LexicalHandler) saxHandler); handler.setResult(result); transformer.transform(xmlSource, result); Document transformed = saxHandler.getDocument(); DOMOutputter output = new DOMOutputter(); org.w3c.dom.Document dom = output.output(transformed); assertEquals("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">", dom.getDoctype()); } } From [email protected] Tue Sep 16 14:48:05 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35228 invoked from network); 16 Sep 2008 14:48:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Sep 2008 14:48:04 -0000 Received: (qmail 78455 invoked by uid 500); 16 Sep 2008 14:48:01 -0000 Delivered-To: [email protected] Received: (qmail 78196 invoked by uid 500); 16 Sep 2008 14: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]> List-Id: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 78185 invoked by uid 99); 16 Sep 2008 14:48:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 07:48:00 -0700 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; Tue, 16 Sep 2008 14:47:00 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1Kfbq0-0002cC-9e for [email protected]; Tue, 16 Sep 2008 07:47:32 -0700 Message-ID: <[email protected]> Date: Tue, 16 Sep 2008 07:47:32 -0700 (PDT) From: Sriram83 <[email protected]> To: [email protected] Subject: Re: XSL Transformation in Xalan - Pls help! 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]> <00e801c91741$0c47e080$6401a8c0@MeBigFatGuy> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Michael: yesterday, we stripped the xslt transformation component seperately and executed the xslt transformation for about 1000 transactions. But still, there seems to be difference between execution time in windows vs execution time in linux box. Also, we came across this post regarding Xalan in multicore environment.. Can anyone provide comments on this post? http://marc.info/?l=xalan-j-users&m=117327580321384&w=2 Regards, Sriram. Michael Ludwig-4 wrote: > > Sriram83 schrieb: >> 1/. We have the XSL transformation taking place inside an application >> deployed in JBOSS app server. There are no restart of JVM. >> Initialisation of memory takes only during jboss startup. > > I don't know much about JBoss, but it's a pretty huge application. You > may be testing JBoss instead of Xalan. In order to test Xalan, I'd > rather use a leaner frame, maybe just the simplest of programs which > does what you describe below using loops and timestamps. > >> 2/. As mentioned by Tatu, I believe we do allow time for JVM to >> warmup. We run around 200 XSL transformations first, after this, we >> collect the average time taken for around 1000 transactions. > > Sounds very reasonable to me. > > Michael > > -- View this message in context: http://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp19471054p19513437.html Sent from the Xalan - J - Users mailing list [email protected]. From [email protected] Tue Sep 16 15:25:52 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65883 invoked from network); 16 Sep 2008 15:25:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Sep 2008 15:25:52 -0000 Received: (qmail 52747 invoked by uid 500); 16 Sep 2008 15:25:40 -0000 Delivered-To: [email protected] Received: (qmail 52728 invoked by uid 500); 16 Sep 2008 15: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 52710 invoked by uid 99); 16 Sep 2008 15: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, 16 Sep 2008 08:25: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 (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; Tue, 16 Sep 2008 15:24:40 +0000 Received: by rv-out-0708.google.com with SMTP id l33so2916154rvb.58 for <[email protected]>; Tue, 16 Sep 2008 08:25:13 -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:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=F01E3caHxO5tywWRTsJRFPzEMg5Eyl+pr5NwdozyePI=; b=cL3itjlopIZm/33HyQQjkwVFokWedq2p+l0Nxp0ghaHNZk9/ZOwkOGUkGClcn+xTxN +u3Zl7gFagTzoOHuufU0LtP3+peZI+40kgr7HshhhSGGVk3kZ/9TLI01L/e3bar7fXlb fIiq3RvPJUb5V7InhZN71jPi67wXmlSn2IWes= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=UVP+NshQkx0U5B4J9/Wzg0FFzV3CIzwFGNaQ04hFMXPSgEyKWEZACaMsKA6xLI0OOm jxZeHvson6YBFH7n/qwSyzKqut5C7zahLodGUTit79thV1RHLfZ44vRNRDQ0krv0AUVE YYgwmU6AwZKTwGbb2rzs+ht7f7mLXSPKZXdtE= Received: by 161.129.204.104 with SMTP id z21mr5756458rvp.91.1221578712919; Tue, 16 Sep 2008 08:25:12 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 16 Sep 2008 08:25:12 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 16 Sep 2008 20:55:12 +0530 From: "Mukul Gandhi" <[email protected]> To: Sriram83 <[email protected]> Subject: Re: XSL Transformation in Xalan - Pls help! Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <00e801c91741$0c47e080$6401a8c0@MeBigFatGuy> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Xalan-J is a Java application. It's written keeping in mind only the Java language features and APIs. Any performance difference on different OSs and hardware platforms cannot be attributed to Xalan. I think, the best you can do is try different JVM memory options, and have better hardware if you can. The XSLT stylesheet run time also depends on, the size of the input document, and sometimes on the kind of XSLT instructions you use. for e.g., you should avoid using // operator whenever you can (esp. near the root of a large tree). On Tue, Sep 16, 2008 at 8:17 PM, Sriram83 <[email protected]> wrote: > > Michael: yesterday, we stripped the xslt transformation component seperately > and executed the xslt transformation for about 1000 transactions. But still, > there seems to be difference between execution time in windows vs execution > time in linux box. > > Also, we came across this post regarding Xalan in multicore environment.. > Can anyone provide comments on this post? > > http://marc.info/?l=xalan-j-users&m=117327580321384&w=2 > > Regards, > Sriram. -- Regards, Mukul Gandhi From [email protected] Tue Sep 16 16:09:05 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9984 invoked from network); 16 Sep 2008 16:09:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Sep 2008 16:09:05 -0000 Received: (qmail 54487 invoked by uid 500); 16 Sep 2008 16:09:02 -0000 Delivered-To: [email protected] Received: (qmail 54166 invoked by uid 500); 16 Sep 2008 16:09: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 54155 invoked by uid 99); 16 Sep 2008 16:09:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 09:09:01 -0700 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS,TVD_FW_GRAPHIC_NAME_MID 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; Tue, 16 Sep 2008 16:08:01 +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 m8GGAwqu008862 for <[email protected]>; Tue, 16 Sep 2008 12:10:58 -0400 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 v9.1) with ESMTP id m8GG8CIk279734 for <[email protected]>; Tue, 16 Sep 2008 12:08:12 -0400 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 m8GG8C52024887 for <[email protected]>; Tue, 16 Sep 2008 12:08:12 -0400 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 m8GG8CGM024866 for <[email protected]>; Tue, 16 Sep 2008 12:08:12 -0400 In-Reply-To: <[email protected]> Subject: Re: XSL Transformation in Xalan - Pls help! To: [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Brian Minchau <[email protected]> Date: Tue, 16 Sep 2008 12:08:11 -0400 X-MIMETrack: Serialize by Router on D25ML02/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 09/16/2008 12:08:12 MIME-Version: 1.0 Content-type: multipart/related; Boundary="0__=0ABBFE55DFCBF7CE8f9e8a93df938690918c0ABBFE55DFCBF7CE" X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFE55DFCBF7CE8f9e8a93df938690918c0ABBFE55DFCBF7CE Content-type: multipart/alternative; Boundary="1__=0ABBFE55DFCBF7CE8f9e8a93df938690918c0ABBFE55DFCBF7CE" --1__=0ABBFE55DFCBF7CE8f9e8a93df938690918c0ABBFE55DFCBF7CE Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable I vaguely remember a situation in the past where JBOSS and Xalan-J were= running together in the same JVM, and running out of memory. What I remember was that JBOSS was a memory pig, and that there wasn't much Xalan-J could do about that. - Brian = Michael Ludwig = <[email protected] = m> = To [email protected] = 09/16/2008 03:48 = cc AM = Subj= ect Re: XSL Transformation in Xalan = - Pls help! = = = = = = = Sriram83 schrieb: > 1/. We have the XSL transformation taking place inside an application= > deployed in JBOSS app server. There are no restart of JVM. > Initialisation of memory takes only during jboss startup. I don't know much about JBoss, but it's a pretty huge application. You may be testing JBoss instead of Xalan. In order to test Xalan, I'd rather use a leaner frame, maybe just the simplest of programs which does what you describe below using loops and timestamps. > 2/. As mentioned by Tatu, I believe we do allow time for JVM to > warmup. We run around 200 XSL transformations first, after this, we > collect the average time taken for around 1000 transactions. Sounds very reasonable to me. Michael = --1__=0ABBFE55DFCBF7CE8f9e8a93df938690918c0ABBFE55DFCBF7CE Content-type: text/html; charset=US-ASCII Content-Disposition: inline Content-transfer-encoding: quoted-printable <html><body> <p>I vaguely remember a situation in the past where JBOSS and Xalan-J w= ere running together in the same JVM, and running out of memory. What I= remember was that JBOSS was a memory pig, and that there wasn't much X= alan-J could do about that. <br> <br> - Brian<br> <br> <img width=3D"16" height=3D"16" src=3D"cid:1__=3D0ABBFE55DFCBF7CE8f9e8a= [email protected]" border=3D"0" alt=3D"Inactive hide details for Micha= el Ludwig &lt;[email protected]&gt;">Michael Ludwig &lt;[email protected]= om&gt;<br> <br> <br> <table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">= <tr valign=3D"top"><td style=3D"background-image:url(cid:2__=3D0ABBFE55= [email protected]); background-repeat: no-repeat; " widt= h=3D"40%"> <ul> <ul> <ul> <ul><b><font size=3D"2">Michael Ludwig &lt;[email protected]&gt;</font>= </b><font size=3D"2"> </font> <p><font size=3D"2">09/16/2008 03:48 AM</font></ul> </ul> </ul> </ul> </td><td width=3D"60%"> <table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">= <tr valign=3D"top"><td width=3D"1%"><img width=3D"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">To</font></div></td><td width=3D"= 100%"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D0ABBFE55DFCBF7CE8f= [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"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">cc</font></div></td><td width=3D"= 100%"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D0ABBFE55DFCBF7CE8f= [email protected]" border=3D"0" alt=3D""><br> </td></tr> <tr valign=3D"top"><td width=3D"1%"><img width=3D"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">Subject</font></div></td><td widt= h=3D"100%"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D0ABBFE55DFCBF= [email protected]" border=3D"0" alt=3D""><br> <font size=3D"2">Re: XSL Transformation in Xalan - Pls help!</font></td= ></tr> </table> <table border=3D"0" cellspacing=3D"0" cellpadding=3D"0"> <tr valign=3D"top"><td width=3D"58"><img width=3D"1" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""></td><td width=3D"336"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D= [email protected]" border=3D"0" alt=3D""></td></= tr> </table> </td></tr> </table> <br> <tt>Sriram83 schrieb:<br> &gt; 1/. We have the XSL transformation taking place inside an applicat= ion<br> &gt; deployed in JBOSS app server. There are no restart of JVM.<br> &gt; Initialisation of memory takes only during jboss startup.<br> <br> I don't know much about JBoss, but it's a pretty huge application. You<= br> may be testing JBoss instead of Xalan. In order to test Xalan, I'd<br> rather use a leaner frame, maybe just the simplest of programs which<br= > does what you describe below using loops and timestamps.<br> <br> &gt; 2/. As mentioned by Tatu, I believe we do allow time for JVM to<br= > &gt; warmup. We run around 200 XSL transformations first, after this, w= e<br> &gt; collect the average time taken for around 1000 transactions.<br> <br> Sounds very reasonable to me.<br> <br> Michael<br> </tt><br> </body></html>= --1__=0ABBFE55DFCBF7CE8f9e8a93df938690918c0ABBFE55DFCBF7CE-- --0__=0ABBFE55DFCBF7CE8f9e8a93df938690918c0ABBFE55DFCBF7CE Content-type: image/gif; name="graycol.gif" Content-Disposition: inline; filename="graycol.gif" Content-ID: <[email protected]> Content-transfer-encoding: base64 R0lGODlhEAAQAKECAMzMzAAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAIXlI+py+0PopwxUbpu ZRfKZ2zgSJbmSRYAIf4fT3B0aW1pemVkIGJ5IFVsZWFkIFNtYXJ0U2F2ZXIhAAA7 --0__=0ABBFE55DFCBF7CE8f9e8a93df938690918c0ABBFE55DFCBF7CE Content-type: image/gif; name="pic19486.gif" Content-Disposition: inline; filename="pic19486.gif" Content-ID: <[email protected]> Content-transfer-encoding: base64 R0lGODlhWABDALP/AAAAAK04Qf79/o+Gm7WuwlNObwoJFCsoSMDAwGFsmIuezf///wAAAAAAAAAA AAAAACH5BAEAAAgALAAAAABYAEMAQAT/EMlJq704682770RiFMRinqggEUNSHIchG0BCfHhOjAuh EDeUqTASLCbBhQrhG7xis2j0lssNDopE4jfIJhDaggI8YB1sZeZgLVA9YVCpnGagVjV171aRVrYR RghXcAGFhoUETwYxcXNyADJ3GlcSKGAwLwllVC1vjIUHBWsFilKQdI8GA5IcpApeJQt8L09lmgkH LZikoU5wjqcyAMMFrJIDPAKvCFletKSev1HBw8KrxtjZ2tvc3d5VyKtCKW3jfz4uMKmq3xu4N0nK BVoJQmx2LGVOmrqNjjJf2hHAQo/eDwJGTKhQMcgQEEAnEjFS98+RnW3smGkZU6ncCWav/4wYOnAI TihRL/4FEwbp28BXMMcoscQCVxlepL4IGDSCyJyVQOu0o7CjmLN50OZlqWmyFy5/6yBBuji0AxFR M00oQAqNIstqI6qKHUsWRAEAvagsmfUEAImyxgbmUpJk3IklNUtJOUAVLoUr1+wqDGTE4zk+T6FG uQb3SizBCwatiiUgCBN8vrz+zFjVyQ8FWkOlg4NQiZMB5QS8QO3mpOaKnL0Z2EKvNMSILEThKhCg zMKPVxYJh23qm9KNW7pArPynMqZDiErsTMqI+LRi3QAgkFUbXpuFKhSYZALd0O5RKa2z9EYKBbpb qxIKsjUPRgD7I2XYV6wyrOw92ykExP8NW4URhknC5dKGE4v4NENQj2jXjmfNgOZDaXb5glRmXQ33 YEWQYNcZFnrYcIQLNzyTFDQNkXIff0ExVlY4srziQk43inZgL4rwxxINMvpFFAz1KOODHiu+4aEw NEjFl5B3JIKWKF3k6I9bfUGp5ZZcdunll5IA4cuHvQQJ5gcsoCWOOUwgltIwAKRxJgbIkJAQZEq0 2YliZnpZZ4BH3CnYOXldOUOfQoYDqF1LFHbXCrO8xmRsfoXDXJ6ChjCAH3QlhJcT6VWE6FCkfCco CgrMFsROrIEX3o2whVjWDjoJccN3LdggSGXLCdLEgHr1lyU3O3QxhgohNKXJCWv8JQr/PDdaqd6w 2rj1inLiGeiCJoDspAoQlYE6QWLSECehcWIYxIQES6zhbn1iImTHEQyqJ4eIxJJoUBc+3CbBuwZE V5cJPPkIjFDdeEabQbd6WgICTxiiz0f5dBKquXF6k4senwEhYGnKEFJeGrxUZy8dB8gmAXI/sPvH ESfCwVt5hTgYiqQqtdRNHQIU1PJ33ZqmzgE90OwLaoJcnMop1WiMmgkPHQRIrwgFuNV90A3doNKT mrKIN07AnGcI9BQjhCBN4RfA1qIZnMqorJCogKfGQnxSCDilTVIA0yl5ciTovgLuBDKFUDE9aQcw 9SA+rjSNf9/M1gxrj6VwDTS0IUSElMzBfsj0NFXR2kwsV1A5IF1grLgLL/r1R40BZEnuBWgmQEyb jqRwSAt6bqMCOFkvKFN2GPPkUzIm/SCF8z8pVzpbjVnMsy0vOr1hw3SaSRUhpY09v0z0J1FnwzPl fmh+xl4WtR0zGu24I4KbMQm3lnVu2oNWxI9W/lcyzA+mCKF4DBikxb/+UWtOGRiFP8qEwAayIgIA Ow== --0__=0ABBFE55DFCBF7CE8f9e8a93df938690918c0ABBFE55DFCBF7CE Content-type: image/gif; name="ecblank.gif" Content-Disposition: inline; filename="ecblank.gif" Content-ID: <[email protected]> Content-transfer-encoding: base64 R0lGODlhEAABAIAAAAAAAP///yH5BAEAAAEALAAAAAAQAAEAAAIEjI8ZBQA7 --0__=0ABBFE55DFCBF7CE8f9e8a93df938690918c0ABBFE55DFCBF7CE-- From [email protected] Tue Sep 16 16:16:19 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14169 invoked from network); 16 Sep 2008 16:16:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Sep 2008 16:16:19 -0000 Received: (qmail 73217 invoked by uid 500); 16 Sep 2008 16:16:14 -0000 Delivered-To: [email protected] Received: (qmail 73200 invoked by uid 500); 16 Sep 2008 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]> List-Id: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 73189 invoked by uid 99); 16 Sep 2008 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, 16 Sep 2008 09:16:14 -0700 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS,TVD_FW_GRAPHIC_NAME_MID,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 e2.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 16:15:13 +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 m8GGFjll012361 for <[email protected]>; Tue, 16 Sep 2008 12:15:45 -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 v9.1) with ESMTP id m8GGESe3104104 for <[email protected]>; Tue, 16 Sep 2008 12:14:28 -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 m8GGESLk029173 for <[email protected]>; Tue, 16 Sep 2008 12:14:28 -0400 Received: from d25ml02.torolab.ibm.com (d25ml02.torolab.ibm.com [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m8GGERKw029135 for <[email protected]>; Tue, 16 Sep 2008 12:14:28 -0400 In-Reply-To: <[email protected]> Subject: Re: XSL Transformation in Xalan - Pls help! To: [email protected], Sriram83 <[email protected]> X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Brian Minchau <[email protected]> Date: Tue, 16 Sep 2008 12:14:26 -0400 X-MIMETrack: Serialize by Router on D25ML02/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 09/16/2008 12:14:27 MIME-Version: 1.0 Content-type: multipart/related; Boundary="0__=0ABBFE55DFCB51388f9e8a93df938690918c0ABBFE55DFCB5138" X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFE55DFCB51388f9e8a93df938690918c0ABBFE55DFCB5138 Content-type: multipart/alternative; Boundary="1__=0ABBFE55DFCB51388f9e8a93df938690918c0ABBFE55DFCB5138" --1__=0ABBFE55DFCB51388f9e8a93df938690918c0ABBFE55DFCB5138 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable Sriram. I can comment on that link (my name is in there somewhere!). Yes, the SUN JRE had some horrible synchronization performance "bug". I= t made it really excellent for finding code in Xalan-J that did synchronization, and cleaning up many of the places that used synchroni= zed methods, but didn't have to. I worked with Toadie and flushed out many = of those spots. Those changes all went into Xalan-J 2.7.1 Which JREs are you using, and which version of Xalan-J? Still, the pressure needs to go to SUN to fix how it handles synchronization. - Brian = Sriram83 = <[email protected]. = com> = To [email protected] = 09/16/2008 10:47 = cc AM = Subj= ect Re: XSL Transformation in Xalan = - Pls help! = = = = = = = Michael: yesterday, we stripped the xslt transformation component seperately and executed the xslt transformation for about 1000 transactions. But still, there seems to be difference between execution time in windows vs execu= tion time in linux box. Also, we came across this post regarding Xalan in multicore environment= .. Can anyone provide comments on this post? http://marc.info/?l=3Dxalan-j-users&m=3D117327580321384&w=3D2 Regards, Sriram. Michael Ludwig-4 wrote: > > Sriram83 schrieb: >> 1/. We have the XSL transformation taking place inside an applicatio= n >> deployed in JBOSS app server. There are no restart of JVM. >> Initialisation of memory takes only during jboss startup. > > I don't know much about JBoss, but it's a pretty huge application. Yo= u > may be testing JBoss instead of Xalan. In order to test Xalan, I'd > rather use a leaner frame, maybe just the simplest of programs which > does what you describe below using loops and timestamps. > >> 2/. As mentioned by Tatu, I believe we do allow time for JVM to >> warmup. We run around 200 XSL transformations first, after this, we >> collect the average time taken for around 1000 transactions. > > Sounds very reasonable to me. > > Michael > > -- View this message in context: http://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp19471= 054p19513437.html Sent from the Xalan - J - Users mailing list [email protected]. = --1__=0ABBFE55DFCB51388f9e8a93df938690918c0ABBFE55DFCB5138 Content-type: text/html; charset=US-ASCII Content-Disposition: inline Content-transfer-encoding: quoted-printable <html><body> <p>Sriram.<br> I can comment on that link (my name is in there somewhere!).<br> <br> Yes, the SUN JRE had some horrible synchronization performance &quot;bu= g&quot;. It made it really excellent for finding code in Xalan-J that d= id synchronization, and cleaning up many of the places that used synchr= onized methods, but didn't have to. I worked with Toadie and flushed ou= t many of those spots. Those changes all went into Xalan-J 2.7.1<br> <br> Which JREs are you using, and which version of Xalan-J?<br> <br> Still, the pressure needs to go to SUN to fix how it handles synchroniz= ation.<br> <br> - Brian<br> <br> <img width=3D"16" height=3D"16" src=3D"cid:1__=3D0ABBFE55DFCB51388f9e8a= [email protected]" border=3D"0" alt=3D"Inactive hide details for Srira= m83 &lt;[email protected]&gt;">Sriram83 &lt;[email protected]&gt;<b= r> <br> <br> <table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">= <tr valign=3D"top"><td style=3D"background-image:url(cid:2__=3D0ABBFE55= [email protected]); background-repeat: no-repeat; " widt= h=3D"40%"> <ul> <ul> <ul> <ul><b><font size=3D"2">Sriram83 &lt;[email protected]&gt;</font></b>= <font size=3D"2"> </font> <p><font size=3D"2">09/16/2008 10:47 AM</font></ul> </ul> </ul> </ul> </td><td width=3D"60%"> <table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">= <tr valign=3D"top"><td width=3D"1%"><img width=3D"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">To</font></div></td><td width=3D"= 100%"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D0ABBFE55DFCB51388f= [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"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">cc</font></div></td><td width=3D"= 100%"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D0ABBFE55DFCB51388f= [email protected]" border=3D"0" alt=3D""><br> </td></tr> <tr valign=3D"top"><td width=3D"1%"><img width=3D"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">Subject</font></div></td><td widt= h=3D"100%"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D0ABBFE55DFCB5= [email protected]" border=3D"0" alt=3D""><br> <font size=3D"2">Re: XSL Transformation in Xalan - Pls help!</font></td= ></tr> </table> <table border=3D"0" cellspacing=3D"0" cellpadding=3D"0"> <tr valign=3D"top"><td width=3D"58"><img width=3D"1" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""></td><td width=3D"336"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D= [email protected]" border=3D"0" alt=3D""></td></= tr> </table> </td></tr> </table> <br> <tt><br> Michael: yesterday, we stripped the xslt transformation component seper= ately<br> and executed the xslt transformation for about 1000 transactions. But s= till,<br> there seems to be difference between execution time in windows vs execu= tion<br> time in linux box. <br> <br> Also, we came across this post regarding Xalan in multicore environment= ..<br> Can anyone provide comments on this post?<br> <br> </tt><tt><a href=3D"http://marc.info/?l=3Dxalan-j-users&m=3D11732758032= 1384&w=3D2">http://marc.info/?l=3Dxalan-j-users&amp;m=3D117327580321384= &amp;w=3D2</a></tt><tt><br> <br> Regards,<br> Sriram.<br> <br> <br> Michael Ludwig-4 wrote:<br> &gt; <br> &gt; Sriram83 schrieb:<br> &gt;&gt; 1/. We have the XSL transformation taking place inside an appl= ication<br> &gt;&gt; deployed in JBOSS app server. There are no restart of JVM.<br>= &gt;&gt; Initialisation of memory takes only during jboss startup.<br> &gt; <br> &gt; I don't know much about JBoss, but it's a pretty huge application.= You<br> &gt; may be testing JBoss instead of Xalan. In order to test Xalan, I'd= <br> &gt; rather use a leaner frame, maybe just the simplest of programs whi= ch<br> &gt; does what you describe below using loops and timestamps.<br> &gt; <br> &gt;&gt; 2/. As mentioned by Tatu, I believe we do allow time for JVM t= o<br> &gt;&gt; warmup. We run around 200 XSL transformations first, after thi= s, we<br> &gt;&gt; collect the average time taken for around 1000 transactions.<b= r> &gt; <br> &gt; Sounds very reasonable to me.<br> &gt; <br> &gt; Michael<br> &gt; <br> &gt; <br> <br> -- <br> View this message in context: </tt><tt><a href=3D"http://www.nabble.com= /XSL-Transformation-in-Xalan---Pls-help%21-tp19471054p19513437.html">ht= tp://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp1947105= 4p19513437.html</a></tt><tt><br> Sent from the Xalan - J - Users mailing list [email protected].<br>= <br> </tt><br> </body></html>= --1__=0ABBFE55DFCB51388f9e8a93df938690918c0ABBFE55DFCB5138-- --0__=0ABBFE55DFCB51388f9e8a93df938690918c0ABBFE55DFCB5138 Content-type: image/gif; name="graycol.gif" Content-Disposition: inline; filename="graycol.gif" Content-ID: <[email protected]> Content-transfer-encoding: base64 R0lGODlhEAAQAKECAMzMzAAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAIXlI+py+0PopwxUbpu ZRfKZ2zgSJbmSRYAIf4fT3B0aW1pemVkIGJ5IFVsZWFkIFNtYXJ0U2F2ZXIhAAA7 --0__=0ABBFE55DFCB51388f9e8a93df938690918c0ABBFE55DFCB5138 Content-type: image/gif; name="pic17382.gif" Content-Disposition: inline; filename="pic17382.gif" Content-ID: <[email protected]> Content-transfer-encoding: base64 R0lGODlhWABDALP/AAAAAK04Qf79/o+Gm7WuwlNObwoJFCsoSMDAwGFsmIuezf///wAAAAAAAAAA AAAAACH5BAEAAAgALAAAAABYAEMAQAT/EMlJq704682770RiFMRinqggEUNSHIchG0BCfHhOjAuh EDeUqTASLCbBhQrhG7xis2j0lssNDopE4jfIJhDaggI8YB1sZeZgLVA9YVCpnGagVjV171aRVrYR RghXcAGFhoUETwYxcXNyADJ3GlcSKGAwLwllVC1vjIUHBWsFilKQdI8GA5IcpApeJQt8L09lmgkH LZikoU5wjqcyAMMFrJIDPAKvCFletKSev1HBw8KrxtjZ2tvc3d5VyKtCKW3jfz4uMKmq3xu4N0nK BVoJQmx2LGVOmrqNjjJf2hHAQo/eDwJGTKhQMcgQEEAnEjFS98+RnW3smGkZU6ncCWav/4wYOnAI TihRL/4FEwbp28BXMMcoscQCVxlepL4IGDSCyJyVQOu0o7CjmLN50OZlqWmyFy5/6yBBuji0AxFR M00oQAqNIstqI6qKHUsWRAEAvagsmfUEAImyxgbmUpJk3IklNUtJOUAVLoUr1+wqDGTE4zk+T6FG uQb3SizBCwatiiUgCBN8vrz+zFjVyQ8FWkOlg4NQiZMB5QS8QO3mpOaKnL0Z2EKvNMSILEThKhCg zMKPVxYJh23qm9KNW7pArPynMqZDiErsTMqI+LRi3QAgkFUbXpuFKhSYZALd0O5RKa2z9EYKBbpb qxIKsjUPRgD7I2XYV6wyrOw92ykExP8NW4URhknC5dKGE4v4NENQj2jXjmfNgOZDaXb5glRmXQ33 YEWQYNcZFnrYcIQLNzyTFDQNkXIff0ExVlY4srziQk43inZgL4rwxxINMvpFFAz1KOODHiu+4aEw NEjFl5B3JIKWKF3k6I9bfUGp5ZZcdunll5IA4cuHvQQJ5gcsoCWOOUwgltIwAKRxJgbIkJAQZEq0 2YliZnpZZ4BH3CnYOXldOUOfQoYDqF1LFHbXCrO8xmRsfoXDXJ6ChjCAH3QlhJcT6VWE6FCkfCco CgrMFsROrIEX3o2whVjWDjoJccN3LdggSGXLCdLEgHr1lyU3O3QxhgohNKXJCWv8JQr/PDdaqd6w 2rj1inLiGeiCJoDspAoQlYE6QWLSECehcWIYxIQES6zhbn1iImTHEQyqJ4eIxJJoUBc+3CbBuwZE V5cJPPkIjFDdeEabQbd6WgICTxiiz0f5dBKquXF6k4senwEhYGnKEFJeGrxUZy8dB8gmAXI/sPvH ESfCwVt5hTgYiqQqtdRNHQIU1PJ33ZqmzgE90OwLaoJcnMop1WiMmgkPHQRIrwgFuNV90A3doNKT mrKIN07AnGcI9BQjhCBN4RfA1qIZnMqorJCogKfGQnxSCDilTVIA0yl5ciTovgLuBDKFUDE9aQcw 9SA+rjSNf9/M1gxrj6VwDTS0IUSElMzBfsj0NFXR2kwsV1A5IF1grLgLL/r1R40BZEnuBWgmQEyb jqRwSAt6bqMCOFkvKFN2GPPkUzIm/SCF8z8pVzpbjVnMsy0vOr1hw3SaSRUhpY09v0z0J1FnwzPl fmh+xl4WtR0zGu24I4KbMQm3lnVu2oNWxI9W/lcyzA+mCKF4DBikxb/+UWtOGRiFP8qEwAayIgIA Ow== --0__=0ABBFE55DFCB51388f9e8a93df938690918c0ABBFE55DFCB5138 Content-type: image/gif; name="ecblank.gif" Content-Disposition: inline; filename="ecblank.gif" Content-ID: <[email protected]> Content-transfer-encoding: base64 R0lGODlhEAABAIAAAAAAAP///yH5BAEAAAEALAAAAAAQAAEAAAIEjI8ZBQA7 --0__=0ABBFE55DFCB51388f9e8a93df938690918c0ABBFE55DFCB5138-- From [email protected] Tue Sep 16 16:27:56 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21014 invoked from network); 16 Sep 2008 16:27:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Sep 2008 16:27:56 -0000 Received: (qmail 85554 invoked by uid 500); 16 Sep 2008 16:27:53 -0000 Delivered-To: [email protected] Received: (qmail 85535 invoked by uid 500); 16 Sep 2008 16:27: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 85524 invoked by uid 99); 16 Sep 2008 16:27:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 09:27:52 -0700 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS,TVD_FW_GRAPHIC_NAME_MID 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; Tue, 16 Sep 2008 16:26:51 +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 m8GGRNET012669 for <[email protected]>; Tue, 16 Sep 2008 12:27:23 -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 v9.1) with ESMTP id m8GGQ2Gq286872 for <[email protected]>; Tue, 16 Sep 2008 12:26:06 -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 m8GGQ23W012947 for <[email protected]>; Tue, 16 Sep 2008 12:26:02 -0400 Received: from d25ml02.torolab.ibm.com (d25ml02.torolab.ibm.com [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id m8GGQ1gQ012907; Tue, 16 Sep 2008 12:26:01 -0400 In-Reply-To: <[email protected]> Subject: Re: Doctype never being created from <xsl:output> in 2.7.1 with JDOM? To: "Syl Turner" <[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, 16 Sep 2008 12:25:59 -0400 X-MIMETrack: Serialize by Router on D25ML02/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 09/16/2008 12:26:00 MIME-Version: 1.0 Content-type: multipart/related; Boundary="0__=0ABBFE55DFCA1E5B8f9e8a93df938690918c0ABBFE55DFCA1E5B" X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFE55DFCA1E5B8f9e8a93df938690918c0ABBFE55DFCA1E5B Content-type: multipart/alternative; Boundary="1__=0ABBFE55DFCA1E5B8f9e8a93df938690918c0ABBFE55DFCA1E5B" --1__=0ABBFE55DFCA1E5B8f9e8a93df938690918c0ABBFE55DFCA1E5B Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable Has this worked with earlier versions of Xalan-J? The xsl:output element applies when serializing to a stream of bytes. B= ut you are serializing to a DOM. I suspect some, if not all of the xsl:out= put attributes are ignored here. For example, if you have <xsl:output indent=3D'yes' omit-xml-declaration=3D'yes' />, and serialize to a DOM,.... then what= ? The DOM is not going to remember that, ... it is just a DOM with no concept= of serialization. Try a StreamResult rather than a SAXResult. Does the doctype make it through then? - Brian = "Syl Turner" = <syl.turner@hanno = nhill.com> = To [email protected] = 09/16/2008 09:59 = cc AM = Subj= ect Doctype never being created from= <xsl:output> in 2.7.1 with JDOM?= = = = = = = Hi all, I've been stuck on this for some time now, and perhaps someone here can= help I have my XSLT stylesheet using <xsl:output> to set the doctype of an XML document that doesn't have one. For some reason, that doctype is not being created in Xalan 2.7.1. In 2.6, we had it making the doctype, but ignoring comments (which turned out to be an issue with endDTD never being used). I created a JUnit test that removes any of our application's code and strictly using Xalan with JDOM. I've pasted the code below. The Doctype of the transformed document is always null. I'm thinking this has to do with JDOM and Xalan. Any ideas, suggestions, etc? Thanks! Syl import java.io.StringReader; import javax.xml.transform.Transformer; import javax.xml.transform.TransformerFactory; import javax.xml.transform.sax.SAXResult; import javax.xml.transform.sax.SAXSource; import javax.xml.transform.sax.SAXTransformerFactory; import javax.xml.transform.sax.TransformerHandler; import org.jdom.Document; import org.jdom.input.SAXHandler; import org.jdom.output.DOMOutputter; import org.xml.sax.ContentHandler; import org.xml.sax.InputSource; import org.xml.sax.ext.LexicalHandler; import junit.framework.TestCase; public class Test extends TestCase { public void testDoctypeCreation() throws Exception { String xmlDoc =3D "<html><!--This is the first comment--><p>Buddies</p><!--This is the second comment--></html>"; String xslText =3D "<xsl:stylesheet version=3D\"1.0\" xmlns:xsl=3D\"http://www.w3.org/1999/XSL/Transform\"><xsl:template match=3D\"node() | @*\"><xsl:copy><xsl:apply-templates select=3D\"@* | node()\"/></xsl:copy></xsl:template><xsl:template match=3D\"p\"><xsl:copy-of select=3D\".\"/> yes.</xsl:template></xsl:stylesheet>"; SAXHandler saxHandler =3D new SAXHandler(); SAXSource xmlSource =3D new SAXSource(new InputSource(new StringReader(xmlDoc))); SAXSource xsltSource =3D new SAXSource(new InputSource(new StringReader(xslText))); TransformerFactory factory =3D new org.apache.xalan.processor.TransformerFactoryImpl(); SAXTransformerFactory saxFactory =3D (SAXTransformerFactory) fa= ctory; TransformerHandler handler =3D saxFactory.newTransformerHandler(xsltSource); Transformer transformer =3D handler.getTransformer(); SAXResult result =3D new SAXResult(); result.setHandler((ContentHandler) saxHandler); result.setLexicalHandler((LexicalHandler) saxHandler); handler.setResult(result); transformer.transform(xmlSource, result); Document transformed =3D saxHandler.getDocument(); DOMOutputter output =3D new DOMOutputter(); org.w3c.dom.Document dom =3D output.output(transformed); assertEquals("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">", dom.getDoctype()); } } = --1__=0ABBFE55DFCA1E5B8f9e8a93df938690918c0ABBFE55DFCA1E5B Content-type: text/html; charset=US-ASCII Content-Disposition: inline Content-transfer-encoding: quoted-printable <html><body> <p>Has this worked with earlier versions of Xalan-J?<br> <br> The xsl:output element applies when serializing to a stream of bytes. B= ut you are serializing to a DOM. I suspect some, if not all of the xsl:= output attributes are ignored here.<br> <br> For example, if you have &lt;xsl:output indent=3D'yes' omit-xml-declara= tion=3D'yes' /&gt;, and serialize to a DOM,.... then what? The DOM is = not going to remember that, ... it is just a DOM with no concept of ser= ialization.<br> <br> Try a StreamResult rather than a SAXResult. Does the doctype make it t= hrough then?<br> <br> - Brian<br> <br> <img width=3D"16" height=3D"16" src=3D"cid:1__=3D0ABBFE55DFCA1E5B8f9e8a= [email protected]" border=3D"0" alt=3D"Inactive hide details for &quot= ;Syl Turner&quot; &lt;[email protected]&gt;">&quot;Syl Turner&q= uot; &lt;[email protected]&gt;<br> <br> <br> <table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">= <tr valign=3D"top"><td style=3D"background-image:url(cid:2__=3D0ABBFE55= [email protected]); background-repeat: no-repeat; " widt= h=3D"40%"> <ul> <ul> <ul> <ul><b><font size=3D"2">&quot;Syl Turner&quot; &lt;syl.turner@hannonhil= l.com&gt;</font></b><font size=3D"2"> </font> <p><font size=3D"2">09/16/2008 09:59 AM</font></ul> </ul> </ul> </ul> </td><td width=3D"60%"> <table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">= <tr valign=3D"top"><td width=3D"1%"><img width=3D"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">To</font></div></td><td width=3D"= 100%"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D0ABBFE55DFCA1E5B8f= [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"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">cc</font></div></td><td width=3D"= 100%"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D0ABBFE55DFCA1E5B8f= [email protected]" border=3D"0" alt=3D""><br> </td></tr> <tr valign=3D"top"><td width=3D"1%"><img width=3D"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">Subject</font></div></td><td widt= h=3D"100%"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D0ABBFE55DFCA1= [email protected]" border=3D"0" alt=3D""><br> <font size=3D"2">Doctype never being created from &lt;xsl:output&gt; in= 2.7.1 with JDOM?</font></td></tr> </table> <table border=3D"0" cellspacing=3D"0" cellpadding=3D"0"> <tr valign=3D"top"><td width=3D"58"><img width=3D"1" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""></td><td width=3D"336"><img width=3D"1" height=3D"1" src=3D"cid:3__=3D= [email protected]" border=3D"0" alt=3D""></td></= tr> </table> </td></tr> </table> <br> <tt>Hi all,<br> <br> I've been stuck on this for some time now, and perhaps someone here can= help<br> <br> I have my XSLT stylesheet using &lt;xsl:output&gt; to set the doctype o= f an<br> XML document that doesn't have one. &nbsp;For some reason, that doctype= is<br> not being created in Xalan 2.7.1. &nbsp;In 2.6, we had it making the<br= > doctype, but ignoring comments (which turned out to be an issue with<br= > endDTD never being used).<br> <br> I created a JUnit test that removes any of our application's code and<b= r> strictly using Xalan with JDOM. &nbsp;I've pasted the code below.<br> <br> The Doctype of the transformed document is always null.<br> <br> I'm thinking this has to do with JDOM and Xalan.<br> <br> Any ideas, suggestions, etc?<br> <br> Thanks!<br> Syl<br> <br> <br> import java.io.StringReader;<br> <br> import javax.xml.transform.Transformer;<br> import javax.xml.transform.TransformerFactory;<br> import javax.xml.transform.sax.SAXResult;<br> import javax.xml.transform.sax.SAXSource;<br> import javax.xml.transform.sax.SAXTransformerFactory;<br> import javax.xml.transform.sax.TransformerHandler;<br> <br> import org.jdom.Document;<br> import org.jdom.input.SAXHandler;<br> import org.jdom.output.DOMOutputter;<br> import org.xml.sax.ContentHandler;<br> import org.xml.sax.InputSource;<br> import org.xml.sax.ext.LexicalHandler;<br> <br> import junit.framework.TestCase;<br> <br> public class Test extends TestCase<br> {<br> &nbsp; &nbsp;public void testDoctypeCreation() throws Exception<br> &nbsp; &nbsp;{<br> <br> &nbsp; &nbsp; &nbsp; &nbsp;String xmlDoc =3D &quot;&lt;html&gt;&lt;!--= This is the first<br> comment--&gt;&lt;p&gt;Buddies&lt;/p&gt;&lt;!--This is the second commen= t--&gt;&lt;/html&gt;&quot;;<br> &nbsp; &nbsp; &nbsp; &nbsp;String xslText =3D &quot;&lt;xsl:stylesheet= version=3D\&quot;1.0\&quot;<br> xmlns:xsl=3D\&quot;</tt><tt><a href=3D"http://www.w3.org/1999/XSL/Trans= form\">http://www.w3.org/1999/XSL/Transform\</a></tt><tt>&quot;&gt;&lt;= xsl:template<br> match=3D\&quot;node() | @*\&quot;&gt;&lt;xsl:copy&gt;&lt;xsl:apply-temp= lates select=3D\&quot;@* |<br> node()\&quot;/&gt;&lt;/xsl:copy&gt;&lt;/xsl:template&gt;&lt;xsl:templat= e<br> match=3D\&quot;p\&quot;&gt;&lt;xsl:copy-of select=3D\&quot;.\&quot;/&gt= ;<br> yes.&lt;/xsl:template&gt;&lt;/xsl:stylesheet&gt;&quot;;<br> <br> &nbsp; &nbsp; &nbsp; &nbsp;SAXHandler saxHandler =3D new SAXHandler();= <br> <br> &nbsp; &nbsp; &nbsp; &nbsp;SAXSource xmlSource =3D new SAXSource(new I= nputSource(new<br> StringReader(xmlDoc)));<br> &nbsp; &nbsp; &nbsp; &nbsp;SAXSource xsltSource =3D new SAXSource(new = InputSource(new<br> StringReader(xslText)));<br> <br> &nbsp; &nbsp; &nbsp; &nbsp;TransformerFactory factory =3D new<br> org.apache.xalan.processor.TransformerFactoryImpl();<br> &nbsp; &nbsp; &nbsp; &nbsp;SAXTransformerFactory saxFactory =3D (SAXTr= ansformerFactory) factory;<br> <br> &nbsp; &nbsp; &nbsp; &nbsp;TransformerHandler handler =3D<br> saxFactory.newTransformerHandler(xsltSource);<br> &nbsp; &nbsp; &nbsp; &nbsp;Transformer transformer =3D handler.getTran= sformer();<br> <br> &nbsp; &nbsp; &nbsp; &nbsp;SAXResult result =3D new SAXResult();<br> <br> &nbsp; &nbsp; &nbsp; &nbsp;result.setHandler((ContentHandler) saxHandl= er);<br> &nbsp; &nbsp; &nbsp; &nbsp;result.setLexicalHandler((LexicalHandler) s= axHandler);<br> <br> &nbsp; &nbsp; &nbsp; &nbsp;handler.setResult(result);<br> <br> &nbsp; &nbsp; &nbsp; &nbsp;transformer.transform(xmlSource, result);<b= r> <br> &nbsp; &nbsp; &nbsp; &nbsp;Document transformed =3D saxHandler.getDocu= ment();<br> <br> &nbsp; &nbsp; &nbsp; &nbsp;DOMOutputter output =3D new DOMOutputter();= <br> &nbsp; &nbsp; &nbsp; &nbsp;org.w3c.dom.Document dom =3D output.output(= transformed);<br> &nbsp; &nbsp; &nbsp; &nbsp;assertEquals(&quot;&lt;!DOCTYPE html PUBLIC= \&quot;-//W3C//DTD XHTML 1.0<br> Strict//EN\&quot; \&quot;</tt><tt><a href=3D"http://www.w3.org/TR/xhtml= 1/DTD/xhtml1-strict.dtd\">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict= .dtd\</a></tt><tt>&quot;&gt;&quot;,<br> dom.getDoctype());<br> <br> &nbsp; &nbsp;}<br> }<br> </tt><br> </body></html>= --1__=0ABBFE55DFCA1E5B8f9e8a93df938690918c0ABBFE55DFCA1E5B-- --0__=0ABBFE55DFCA1E5B8f9e8a93df938690918c0ABBFE55DFCA1E5B Content-type: image/gif; name="graycol.gif" Content-Disposition: inline; filename="graycol.gif" Content-ID: <[email protected]> Content-transfer-encoding: base64 R0lGODlhEAAQAKECAMzMzAAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAIXlI+py+0PopwxUbpu ZRfKZ2zgSJbmSRYAIf4fT3B0aW1pemVkIGJ5IFVsZWFkIFNtYXJ0U2F2ZXIhAAA7 --0__=0ABBFE55DFCA1E5B8f9e8a93df938690918c0ABBFE55DFCA1E5B Content-type: image/gif; name="pic28888.gif" Content-Disposition: inline; filename="pic28888.gif" Content-ID: <[email protected]> Content-transfer-encoding: base64 R0lGODlhWABDALP/AAAAAK04Qf79/o+Gm7WuwlNObwoJFCsoSMDAwGFsmIuezf///wAAAAAAAAAA AAAAACH5BAEAAAgALAAAAABYAEMAQAT/EMlJq704682770RiFMRinqggEUNSHIchG0BCfHhOjAuh EDeUqTASLCbBhQrhG7xis2j0lssNDopE4jfIJhDaggI8YB1sZeZgLVA9YVCpnGagVjV171aRVrYR RghXcAGFhoUETwYxcXNyADJ3GlcSKGAwLwllVC1vjIUHBWsFilKQdI8GA5IcpApeJQt8L09lmgkH LZikoU5wjqcyAMMFrJIDPAKvCFletKSev1HBw8KrxtjZ2tvc3d5VyKtCKW3jfz4uMKmq3xu4N0nK BVoJQmx2LGVOmrqNjjJf2hHAQo/eDwJGTKhQMcgQEEAnEjFS98+RnW3smGkZU6ncCWav/4wYOnAI TihRL/4FEwbp28BXMMcoscQCVxlepL4IGDSCyJyVQOu0o7CjmLN50OZlqWmyFy5/6yBBuji0AxFR M00oQAqNIstqI6qKHUsWRAEAvagsmfUEAImyxgbmUpJk3IklNUtJOUAVLoUr1+wqDGTE4zk+T6FG uQb3SizBCwatiiUgCBN8vrz+zFjVyQ8FWkOlg4NQiZMB5QS8QO3mpOaKnL0Z2EKvNMSILEThKhCg zMKPVxYJh23qm9KNW7pArPynMqZDiErsTMqI+LRi3QAgkFUbXpuFKhSYZALd0O5RKa2z9EYKBbpb qxIKsjUPRgD7I2XYV6wyrOw92ykExP8NW4URhknC5dKGE4v4NENQj2jXjmfNgOZDaXb5glRmXQ33 YEWQYNcZFnrYcIQLNzyTFDQNkXIff0ExVlY4srziQk43inZgL4rwxxINMvpFFAz1KOODHiu+4aEw NEjFl5B3JIKWKF3k6I9bfUGp5ZZcdunll5IA4cuHvQQJ5gcsoCWOOUwgltIwAKRxJgbIkJAQZEq0 2YliZnpZZ4BH3CnYOXldOUOfQoYDqF1LFHbXCrO8xmRsfoXDXJ6ChjCAH3QlhJcT6VWE6FCkfCco CgrMFsROrIEX3o2whVjWDjoJccN3LdggSGXLCdLEgHr1lyU3O3QxhgohNKXJCWv8JQr/PDdaqd6w 2rj1inLiGeiCJoDspAoQlYE6QWLSECehcWIYxIQES6zhbn1iImTHEQyqJ4eIxJJoUBc+3CbBuwZE V5cJPPkIjFDdeEabQbd6WgICTxiiz0f5dBKquXF6k4senwEhYGnKEFJeGrxUZy8dB8gmAXI/sPvH ESfCwVt5hTgYiqQqtdRNHQIU1PJ33ZqmzgE90OwLaoJcnMop1WiMmgkPHQRIrwgFuNV90A3doNKT mrKIN07AnGcI9BQjhCBN4RfA1qIZnMqorJCogKfGQnxSCDilTVIA0yl5ciTovgLuBDKFUDE9aQcw 9SA+rjSNf9/M1gxrj6VwDTS0IUSElMzBfsj0NFXR2kwsV1A5IF1grLgLL/r1R40BZEnuBWgmQEyb jqRwSAt6bqMCOFkvKFN2GPPkUzIm/SCF8z8pVzpbjVnMsy0vOr1hw3SaSRUhpY09v0z0J1FnwzPl fmh+xl4WtR0zGu24I4KbMQm3lnVu2oNWxI9W/lcyzA+mCKF4DBikxb/+UWtOGRiFP8qEwAayIgIA Ow== --0__=0ABBFE55DFCA1E5B8f9e8a93df938690918c0ABBFE55DFCA1E5B Content-type: image/gif; name="ecblank.gif" Content-Disposition: inline; filename="ecblank.gif" Content-ID: <[email protected]> Content-transfer-encoding: base64 R0lGODlhEAABAIAAAAAAAP///yH5BAEAAAEALAAAAAAQAAEAAAIEjI8ZBQA7 --0__=0ABBFE55DFCA1E5B8f9e8a93df938690918c0ABBFE55DFCA1E5B-- From [email protected] Tue Sep 16 16:50:04 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37642 invoked from network); 16 Sep 2008 16:50:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Sep 2008 16:50:04 -0000 Received: (qmail 50944 invoked by uid 500); 16 Sep 2008 16:50:00 -0000 Delivered-To: [email protected] Received: (qmail 50925 invoked by uid 500); 16 Sep 2008 16: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 50914 invoked by uid 99); 16 Sep 2008 16:50:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 09:50:00 -0700 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; Tue, 16 Sep 2008 16:48:59 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1Kfdk3-0007nS-Dy for [email protected]; Tue, 16 Sep 2008 09:49:31 -0700 Message-ID: <[email protected]> Date: Tue, 16 Sep 2008 09:49:31 -0700 (PDT) From: Sriram83 <[email protected]> To: [email protected] Subject: Re: XSL Transformation in Xalan - Pls help! 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]> <00e801c91741$0c47e080$6401a8c0@MeBigFatGuy> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Brian, OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 2) Kernel 2.6.9-22.ELsmp on an i686 Xalan version: 2.7.0 Xerces Version: 2.9.0 JDK: 1.5_11-b03 server edition Min-Max memory: 3 GB Please, can you give me an insight on how you and Toadie tracked down the performance related issues? Also, I am not able to understand the performance differences in XSLT processing between OS. With linux box having superior hardware Vs Windows desktop, we would expect a better performance in linux, but surprisingly it is the reverse! Meanwhile, I will also try with Xalan 2.7.1 and capture the difference it makes. Regards, Sriram Brian Minchau wrote: > > > Sriram. > I can comment on that link (my name is in there somewhere!). > > Yes, the SUN JRE had some horrible synchronization performance "bug". It > made it really excellent for finding code in Xalan-J that did > synchronization, and cleaning up many of the places that used synchronized > methods, but didn't have to. I worked with Toadie and flushed out many of > those spots. Those changes all went into Xalan-J 2.7.1 > > Which JREs are you using, and which version of Xalan-J? > > Still, the pressure needs to go to SUN to fix how it handles > synchronization. > > - Brian > > > > > Sriram83 > <[email protected]. > com> To > [email protected] > 09/16/2008 10:47 cc > AM > Subject > Re: XSL Transformation in Xalan - > Pls help! > > > > > > > > > > > > Michael: yesterday, we stripped the xslt transformation component > seperately > and executed the xslt transformation for about 1000 transactions. But > still, > there seems to be difference between execution time in windows vs > execution > time in linux box. > > Also, we came across this post regarding Xalan in multicore environment.. > Can anyone provide comments on this post? > > http://marc.info/?l=xalan-j-users&m=117327580321384&w=2 > > Regards, > Sriram. > > > Michael Ludwig-4 wrote: >> >> Sriram83 schrieb: >>> 1/. We have the XSL transformation taking place inside an application >>> deployed in JBOSS app server. There are no restart of JVM. >>> Initialisation of memory takes only during jboss startup. >> >> I don't know much about JBoss, but it's a pretty huge application. You >> may be testing JBoss instead of Xalan. In order to test Xalan, I'd >> rather use a leaner frame, maybe just the simplest of programs which >> does what you describe below using loops and timestamps. >> >>> 2/. As mentioned by Tatu, I believe we do allow time for JVM to >>> warmup. We run around 200 XSL transformations first, after this, we >>> collect the average time taken for around 1000 transactions. >> >> Sounds very reasonable to me. >> >> Michael >> >> > > -- > View this message in context: > http://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp19471054p19513437.html > > Sent from the Xalan - J - Users mailing list [email protected]. > > > > > > -- View this message in context: http://www.nabble.com/XSL-Transformation-in-Xalan---Pls-help%21-tp19471054p19515866.html Sent from the Xalan - J - Users mailing list [email protected]. From [email protected] Tue Sep 16 17:09:59 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49927 invoked from network); 16 Sep 2008 17:09:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Sep 2008 17:09:59 -0000 Received: (qmail 80453 invoked by uid 500); 16 Sep 2008 17:09:54 -0000 Delivered-To: [email protected] Received: (qmail 80439 invoked by uid 500); 16 Sep 2008 17:09: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 80427 invoked by uid 99); 16 Sep 2008 17:09:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 10:09:54 -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 wf-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 17:08:55 +0000 Received: by wf-out-1314.google.com with SMTP id 25so2610633wfc.28 for <[email protected]>; Tue, 16 Sep 2008 10:09:27 -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:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=cw6IW31Cvp82GuE4pCCyimaO9XURbo8Mz7mNXO/3he8=; b=SJxaF0SoqxcDOzHc/VGizBLmELZAJ6mhO8U467j1/jnof8gP3O81AeN0jaXDYZNaN5 7xpt/pWRbbG1q1FPGjHnQSJVnvfhVvun/5UcY8od2Of2XOrkEwPJQ5p276bz3dAJTg2M 8zBcHfHRSnond2Zs3h+R4leuotxpKvBBba0yI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=NkEGxED7DtjtpsH3n1YuItLnHBXCKN4tJCSTCkL1Qx7nk76ttnxN09Eo/tPmr4Yeku IAAdv5lOgTUSptEkJ0HSwsIHdT/asDmTfOikF9cbREcnanF2lsJWsPIW/p73NfPjT/ht z5OLLquhV2Pp+CIuZHoFv+PQqX6jkNQwogk+g= Received: by 161.129.204.104 with SMTP id d15mr5854307rvk.106.1221584967839; Tue, 16 Sep 2008 10:09:27 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 16 Sep 2008 10:09:27 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 16 Sep 2008 22:39:27 +0530 From: "Mukul Gandhi" <[email protected]> To: Sriram83 <[email protected]> Subject: Re: XSL Transformation in Xalan - Pls help! Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <00e801c91741$0c47e080$6401a8c0@MeBigFatGuy> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Upto now, you have not shared your XML transformation problem (i.e., the description of the input and desired output). Perhaps, there could be a scope for stylesheet optimization. Can you please share this ? I usually try to optimize the stylesheet first, and then focus on platform issues. I am still curious why do you want to make stylesheet runtime even better than 700 ms (on Linux) (which is < 1 sec. I can blink my eyes in 1 sec :)). On Tue, Sep 16, 2008 at 10:19 PM, Sriram83 <[email protected]> wrote: > > Hi Brian, > > OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 2) > Kernel 2.6.9-22.ELsmp on an i686 > Xalan version: 2.7.0 > Xerces Version: 2.9.0 > JDK: 1.5_11-b03 server edition > Min-Max memory: 3 GB > > Please, can you give me an insight on how you and Toadie tracked down the > performance related issues? > > Also, I am not able to understand the performance differences in XSLT > processing between OS. With linux box having superior hardware Vs Windows > desktop, we would expect a better performance in linux, but surprisingly it > is the reverse! > > Meanwhile, I will also try with Xalan 2.7.1 and capture the difference it > makes. > > Regards, > Sriram -- Regards, Mukul Gandhi From [email protected] Tue Sep 16 18:18:11 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2249 invoked from network); 16 Sep 2008 18:18:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Sep 2008 18:18:10 -0000 Received: (qmail 33178 invoked by uid 500); 16 Sep 2008 18:18:06 -0000 Delivered-To: [email protected] Received: (qmail 33162 invoked by uid 500); 16 Sep 2008 18:18: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 33151 invoked by uid 99); 16 Sep 2008 18:18:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 11:18:06 -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 web32804.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 16 Sep 2008 18:17:07 +0000 Received: (qmail 80288 invoked by uid 60001); 16 Sep 2008 18:17:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=hR2kdOO2Qnvy9QHSl1gUXNNEOorKau71LFzSJ/0vX4eI8DcFlrYUOTrQST275ic41T784SJQua+8OXbwuiOh1WMTRzvGI1bhzoZrpwe1YHV6ppwKOTMQ+hmePZklJeedTQEW2DD/FyusI7eeeoC4PmYnb0mGpxIY6lcoxWA24XU=; X-YMail-OSG: 7wl74UoVM1kk9xSpWAp5P4NLf3.cXRvtwTd0HwoLBLrRXxqLLcIGpt9NXSY.FHCUuFv1o5a6mYXSWT6nuNxKn6N.6DWFH1R6T.YnlK7wbXCP66Wwdz.7ayx9KMuFCvtIHenakpcCX7kp3_kiPUdYeake Received: from [161.129.204.104] by web32804.mail.mud.yahoo.com via HTTP; Tue, 16 Sep 2008 11:17:38 PDT X-Mailer: YahooMailWebService/161.129.204.104 Date: Tue, 16 Sep 2008 11:17:38 -0700 (PDT) From: Tatu Saloranta <[email protected]> Reply-To: [email protected] Subject: Re: XSL Transformation in Xalan - Pls help! To: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org --- On Tue, 9/16/08, Mukul Gandhi <[email protected]> wrote: ... > I am still curious why do you want to make stylesheet > runtime even > better than 700 ms (on Linux) (which is < 1 sec. I can > blink my eyes > in 1 sec :)). Well, if this is on server-side processing, 700 msec along is dead slow, even service-stopping slow for typical request processing. :-) I mean, 1.5 transactions per second per core is two orders of magnitude from what most services would want to see (at least ones I've worked with). At least considering it's a cpu-intensive task not dependant on external resources. Of course 0.7 seconds may be just fine for batch-processing or client-side. But for most web services it'd be too slow. As to platform differences, locking is one area where platform/OS does matter. So if and when there are differences, that could explain it. Otherwise it does seem odd indeed that cpu intensive task performance was asymmetrics between linux and windows. -+ Tatu +- From [email protected] Mon Sep 29 15:00:36 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94510 invoked from network); 29 Sep 2008 15:00:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Sep 2008 15:00:35 -0000 Received: (qmail 84540 invoked by uid 500); 29 Sep 2008 15:00:33 -0000 Delivered-To: [email protected] Received: (qmail 84054 invoked by uid 500); 29 Sep 2008 15:00: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: <xalan-j-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 84031 invoked by uid 99); 29 Sep 2008 15:00:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 08:00:31 -0700 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS,TVD_FW_GRAPHIC_NAME_MID 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; Mon, 29 Sep 2008 14:59:26 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e1.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m8TF00mi002097; Mon, 29 Sep 2008 11:00:00 -0400 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 v9.1) with ESMTP id m8TF005O259216; Mon, 29 Sep 2008 11:00:00 -0400 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 m8TF00Ed013363; Mon, 29 Sep 2008 11:00:00 -0400 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 m8TExxlo013348; Mon, 29 Sep 2008 10:59:59 -0400 Subject: Fw: Application Period Opens for Travel Assistance to ApacheCon US 2008 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: Mon, 29 Sep 2008 10:59:56 -0400 X-MIMETrack: Serialize by Router on D25ML02/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 09/29/2008 10:59:58 MIME-Version: 1.0 Content-type: multipart/related; Boundary="0__=0ABBFE5CDFE563248f9e8a93df938690918c0ABBFE5CDFE56324" X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFE5CDFE563248f9e8a93df938690918c0ABBFE5CDFE56324 Content-type: multipart/alternative; Boundary="1__=0ABBFE5CDFE563248f9e8a93df938690918c0ABBFE5CDFE56324" --1__=0ABBFE5CDFE563248f9e8a93df938690918c0ABBFE5CDFE56324 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable FYI - Brian ----- Forwarded by Brian Minchau/Toronto/IBM on 09/25/2008 05:38 PM ---= -- = "Gavin" = <[email protected]. = com.au> = To <[email protected]> = 09/25/2008 09:36 = cc AM = Subj= ect Application Period Opens for Tra= vel Please respond to Assistance to ApacheCon US 2008 = [email protected] = e.org = = = = = Dear PMCs, Please could you forward the below message to your user@ and dev@ maili= ng lists, thanks in advance. ------------- The Travel Assistance Committee is taking in applications for those wan= ting to attend ApacheCon US 2008 between the 3rd and 7th November 2008 in Ne= w Orleans. The Travel Assistance Committee is looking for people who would like to= be able to attend ApacheCon US 2008 who need some financial support in ord= er to get there. There are VERY few places available and the criteria is high= , that aside applications are open to all open source developers who feel= that their attendance would benefit themselves, their project(s), the ASF an= d open source in general. Financial assistance is available for flights, accomodation and entranc= e fees either in full or in part, depending on circumstances. It is inten= ded that all our ApacheCon events are covered, so it may be prudent for tho= se in Europe and or Asia to wait until an event closer to them comes up - you= are all welcome to apply for ApacheCon US of course, but there must be compelling reasons for you to attend an event further away that your ho= me location for your application to be considered above those closer to th= e event location. More information can be found on the main Apache website at http://www.apache.org/travel/index.html - where you will also find a li= nk to the application form and details for submitting. Time is very tight for this event, so applications are open now and wil= l end on the 2nd October 2008 - to give enough time for travel arrangements t= o be made. Good luck to all those that will apply. Regards, The Travel Assistance Committee --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] = --1__=0ABBFE5CDFE563248f9e8a93df938690918c0ABBFE5CDFE56324 Content-type: text/html; charset=US-ASCII Content-Disposition: inline Content-transfer-encoding: quoted-printable <html><body> <p>FYI<br> <br> - Brian<br> <br> <font size=3D"2" color=3D"#800080">----- Forwarded by Brian Minchau/Tor= onto/IBM</font><font size=3D"2" color=3D"#800080"> on 09/25/2008 05:38 = PM</font><font size=3D"2" color=3D"#800080"> -----</font><br> <br> <table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">= <tr valign=3D"top"><td style=3D"background-image:url(cid:1__=3D0ABBFE5C= [email protected]); background-repeat: no-repeat; " widt= h=3D"40%"> <ul> <ul> <ul> <ul><b><font size=3D"2">&quot;Gavin&quot; &lt;[email protected]&gt= ;</font></b><font size=3D"2"> </font> <p><font size=3D"2">09/25/2008 09:36 AM</font> <table border=3D"1"> <tr valign=3D"top"><td width=3D"168" bgcolor=3D"#FFFFFF"><div align=3D"= center"><font size=3D"2">Please respond to<br> [email protected]</font></div></td></tr> </table> </ul> </ul> </ul> </ul> </td><td width=3D"60%"> <table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">= <tr valign=3D"top"><td width=3D"1%"><img width=3D"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">To</font></div></td><td width=3D"= 100%"><img width=3D"1" height=3D"1" src=3D"cid:2__=3D0ABBFE5CDFE563248f= [email protected]" border=3D"0" alt=3D""><br> <font size=3D"2">&lt;[email protected]&gt;</font></td></tr> <tr valign=3D"top"><td width=3D"1%"><img width=3D"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">cc</font></div></td><td width=3D"= 100%"><img width=3D"1" height=3D"1" src=3D"cid:2__=3D0ABBFE5CDFE563248f= [email protected]" border=3D"0" alt=3D""><br> </td></tr> <tr valign=3D"top"><td width=3D"1%"><img width=3D"58" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <div align=3D"right"><font size=3D"2">Subject</font></div></td><td widt= h=3D"100%"><img width=3D"1" height=3D"1" src=3D"cid:2__=3D0ABBFE5CDFE56= [email protected]" border=3D"0" alt=3D""><br> <font size=3D"2">Application Period Opens for Travel Assistance to Apac= heCon US 2008</font></td></tr> </table> <table border=3D"0" cellspacing=3D"0" cellpadding=3D"0"> <tr valign=3D"top"><td width=3D"58"><img width=3D"1" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""></td><td width=3D"336"><img width=3D"1" height=3D"1" src=3D"cid:2__=3D= [email protected]" border=3D"0" alt=3D""></td></= tr> </table> </td></tr> </table> <br> <tt>Dear PMCs,<br> <br> Please could you forward the below message to your user@ and dev@ maili= ng<br> lists, thanks in advance.<br> <br> -------------<br> <br> The Travel Assistance Committee is taking in applications for those wan= ting<br> to attend ApacheCon US 2008 between the 3rd and 7th November 2008 in Ne= w<br> Orleans.<br> <br> The Travel Assistance Committee is looking for people who would like to= be<br> able to attend ApacheCon US 2008 who need some financial support in ord= er to<br> get there. There are VERY few places available and the criteria is high= ,<br> that aside applications are open to all open source developers who feel= that<br> their attendance would benefit themselves, their project(s), the ASF an= d<br> open source in general.<br> <br> Financial assistance is available for flights, accomodation and entranc= e<br> fees either in full or in part, depending on circumstances. It is inten= ded<br> that all our ApacheCon events are covered, so it may be prudent for tho= se in<br> Europe and or Asia to wait until an event closer to them comes up - you= are<br> all welcome to apply for ApacheCon US of course, but there must be<br> compelling reasons for you to attend an event further away that your ho= me<br> location for your application to be considered above those closer to th= e<br> event location.<br> <br> More information can be found on the main Apache website at<br> </tt><tt><a href=3D"http://www.apache.org/travel/index.html">http://www= .apache.org/travel/index.html</a></tt><tt>&nbsp;- where you will also f= ind a link to<br> the application form and details for submitting.<br> <br> Time is very tight for this event, so applications are open now and wil= l end<br> on the 2nd October 2008 - to give enough time for travel arrangements t= o be<br> made.<br> <br> Good luck to all those that will apply.<br> <br> Regards,<br> <br> The Travel Assistance Committee<br> <br> <br> ---------------------------------------------------------------------<b= r> To unsubscribe, e-mail: [email protected]<br> For additional commands, e-mail: [email protected]<br> <br> </tt></body></html>= --1__=0ABBFE5CDFE563248f9e8a93df938690918c0ABBFE5CDFE56324-- --0__=0ABBFE5CDFE563248f9e8a93df938690918c0ABBFE5CDFE56324 Content-type: image/gif; name="pic10880.gif" Content-Disposition: inline; filename="pic10880.gif" Content-ID: <[email protected]> Content-transfer-encoding: base64 R0lGODlhWABDALP/AAAAAK04Qf79/o+Gm7WuwlNObwoJFCsoSMDAwGFsmIuezf///wAAAAAAAAAA AAAAACH5BAEAAAgALAAAAABYAEMAQAT/EMlJq704682770RiFMRinqggEUNSHIchG0BCfHhOjAuh EDeUqTASLCbBhQrhG7xis2j0lssNDopE4jfIJhDaggI8YB1sZeZgLVA9YVCpnGagVjV171aRVrYR RghXcAGFhoUETwYxcXNyADJ3GlcSKGAwLwllVC1vjIUHBWsFilKQdI8GA5IcpApeJQt8L09lmgkH LZikoU5wjqcyAMMFrJIDPAKvCFletKSev1HBw8KrxtjZ2tvc3d5VyKtCKW3jfz4uMKmq3xu4N0nK BVoJQmx2LGVOmrqNjjJf2hHAQo/eDwJGTKhQMcgQEEAnEjFS98+RnW3smGkZU6ncCWav/4wYOnAI TihRL/4FEwbp28BXMMcoscQCVxlepL4IGDSCyJyVQOu0o7CjmLN50OZlqWmyFy5/6yBBuji0AxFR M00oQAqNIstqI6qKHUsWRAEAvagsmfUEAImyxgbmUpJk3IklNUtJOUAVLoUr1+wqDGTE4zk+T6FG uQb3SizBCwatiiUgCBN8vrz+zFjVyQ8FWkOlg4NQiZMB5QS8QO3mpOaKnL0Z2EKvNMSILEThKhCg zMKPVxYJh23qm9KNW7pArPynMqZDiErsTMqI+LRi3QAgkFUbXpuFKhSYZALd0O5RKa2z9EYKBbpb qxIKsjUPRgD7I2XYV6wyrOw92ykExP8NW4URhknC5dKGE4v4NENQj2jXjmfNgOZDaXb5glRmXQ33 YEWQYNcZFnrYcIQLNzyTFDQNkXIff0ExVlY4srziQk43inZgL4rwxxINMvpFFAz1KOODHiu+4aEw NEjFl5B3JIKWKF3k6I9bfUGp5ZZcdunll5IA4cuHvQQJ5gcsoCWOOUwgltIwAKRxJgbIkJAQZEq0 2YliZnpZZ4BH3CnYOXldOUOfQoYDqF1LFHbXCrO8xmRsfoXDXJ6ChjCAH3QlhJcT6VWE6FCkfCco CgrMFsROrIEX3o2whVjWDjoJccN3LdggSGXLCdLEgHr1lyU3O3QxhgohNKXJCWv8JQr/PDdaqd6w 2rj1inLiGeiCJoDspAoQlYE6QWLSECehcWIYxIQES6zhbn1iImTHEQyqJ4eIxJJoUBc+3CbBuwZE V5cJPPkIjFDdeEabQbd6WgICTxiiz0f5dBKquXF6k4senwEhYGnKEFJeGrxUZy8dB8gmAXI/sPvH ESfCwVt5hTgYiqQqtdRNHQIU1PJ33ZqmzgE90OwLaoJcnMop1WiMmgkPHQRIrwgFuNV90A3doNKT mrKIN07AnGcI9BQjhCBN4RfA1qIZnMqorJCogKfGQnxSCDilTVIA0yl5ciTovgLuBDKFUDE9aQcw 9SA+rjSNf9/M1gxrj6VwDTS0IUSElMzBfsj0NFXR2kwsV1A5IF1grLgLL/r1R40BZEnuBWgmQEyb jqRwSAt6bqMCOFkvKFN2GPPkUzIm/SCF8z8pVzpbjVnMsy0vOr1hw3SaSRUhpY09v0z0J1FnwzPl fmh+xl4WtR0zGu24I4KbMQm3lnVu2oNWxI9W/lcyzA+mCKF4DBikxb/+UWtOGRiFP8qEwAayIgIA Ow== --0__=0ABBFE5CDFE563248f9e8a93df938690918c0ABBFE5CDFE56324 Content-type: image/gif; name="ecblank.gif" Content-Disposition: inline; filename="ecblank.gif" Content-ID: <[email protected]> Content-transfer-encoding: base64 R0lGODlhEAABAIAAAAAAAP///yH5BAEAAAEALAAAAAAQAAEAAAIEjI8ZBQA7 --0__=0ABBFE5CDFE563248f9e8a93df938690918c0ABBFE5CDFE56324--
From [email protected] Mon Jun 02 21:13:31 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21814 invoked from network); 2 Jun 2008 21:13:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jun 2008 21:13:31 -0000 Received: (qmail 69269 invoked by uid 500); 2 Jun 2008 21:13:34 -0000 Delivered-To: [email protected] Received: (qmail 69253 invoked by uid 500); 2 Jun 2008 21:13: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 69242 invoked by uid 99); 2 Jun 2008 21:13: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 Jun 2008 14:13:33 -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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO spunkymail-a2.g.dreamhost.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 21:12:37 +0000 Received: from [161.129.204.104] (206-75-235-201.fibertel.com.ar [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by spunkymail-a2.g.dreamhost.com (Postfix) with ESMTP id E15C5880EA for <[email protected]>; Mon, 2 Jun 2008 14:12:55 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 02 Jun 2008 18:15:49 -0300 From: "Mauro S. Asprea" <[email protected]> Organization: Nektra User-Agent: Thunderbird 161.129.204.104 (Windows/20080421) MIME-Version: 1.0 To: JCS Users List <[email protected]> Subject: Re: JCS.setConfigFilename References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/alternative; boundary="------------000309010500080000000005" X-Virus-Checked: Checked by ClamAV on apache.org --------------000309010500080000000005 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Yes Jorge, the objects must be Serializable. Thanks! Jorge Medina wrote: > Hi Mauro, > > What do you want to achieve? > > Why is MaxObjects=0 ? > http://jakarta.apache.org/jcs/RegionProperties.html > > I would assume that if you are using auxiliaries, that the elements you > want to cache must implement the Serializable interface. > > -Jorge > > -----Original Message----- > From: Mauro S. Asprea [mailto:[email protected]] > Sent: Wednesday, May 28, 2008 6:19 PM > To: JCS Users List > Subject: Re: JCS.setConfigFilename > > Thanks Jorge it worked :) > Now I have another issue. JCS isn't caching anything... > My config is as following > > ############################################################## > ##### Default Region Configuration > jcs.default=DC > > jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttribut > es > jcs.default.cacheattributes.MaxObjects=0 > > jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory > .lru.LRUMemoryCache > > ############################################################## > ##### CACHE REGIONS > jcs.region.myRegion1=DC > > jcs.region.myRegion1.cacheattributes=org.apache.jcs.engine.CompositeCach > eAttributes > jcs.region.myRegion1.cacheattributes.MaxObjects=0 > > jcs.region.myRegion1.cacheattributes.MemoryCacheName=org.apache.jcs.engi > ne.memory.lru.LRUMemoryCache > > > ############################################################## > ##### AUXILIARY CACHES > # Indexed Disk Cache > > jcs.auxiliary.DC=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheF > actory > > jcs.auxiliary.DC.attributes=org.apache.jcs.auxiliary.disk.indexed.Indexe > dDiskCacheAttributes > jcs.auxiliary.DC.attributes.DiskPath=c:/Developing > test/NNTPSync/etc/cache > jcs.auxiliary.DC.attributes.MaxPurgatorySize=10000 > jcs.auxiliary.DC.attributes.MaxKeySize=10000 > jcs.auxiliary.DC.attributes.OptimizeAtRemoveCount=300000 > jcs.auxiliary.DC.attributes.OptimizeOnShutdown=true > jcs.auxiliary.DC.attributes.MaxRecycleBinSize=7500 > > I'm calling the cache like this: > > JCS.setConfigFilename("/cache.ccf"); > cache = JCS.getInstance("myRegion1"); > IElementAttributes attributes = cache.getDefaultElementAttributes(); > attributes.setIsEternal(true); > attributes.setIsSpool(true); > cache.setDefaultElementAttributes(attributes); > > Logging the put and gets and printing the keys I realize that isn't > working. Example of my output: > > get() acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b news.nktacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:nkt.company.blog //Did'n found becose is first > time > get() acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b news.nktacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:listNewsgroups() //Did'n found becose is first > time > put() acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b news.nktacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:listNewsgroups() //First cache.put > get() acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b news.nktacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:listNewsgroups() > put() acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b news.nktacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:nkt.company.blog > [...Output the data I'm retriving...] > //the second round where all must be cached, without stop the > aplicattion > get() acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b news.nktacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:nkt.company.blog //this cache.get retrieves > null, should be cached already > get() acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b news.nktacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:listNewsgroups() //this cache.get retrieves > null, should be cached already > put() acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b news.nktacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:listNewsgroups() > get() acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b news.nktacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:listNewsgroups() > put() acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b news.nktacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:nkt.company.blog > [...Output the data I'm retriving...] > > > I wonder if the object to be cached must be of some particular type, > maybe they must implement some interface? > > Thanks! > > > > Jorge Medina wrote: > >> JCS looks for the file at the root of the classpath. >> >> If your code compiles to the directory "classes\com\nektra\ >> ...\MyClass.class", then make sure the file cache.ccf is located right >> under "classes\" >> >> If you are creating a JAR file with your classes, include the >> > cache.ccf > >> in the top directory. >> >> >> -Jorge >> >> -----Original Message----- >> From: Mauro S. Asprea [mailto:[email protected]] >> Sent: Wednesday, May 28, 2008 2:39 PM >> To: [email protected] >> Subject: JCS.setConfigFilename >> >> Hi, I'm having aa issue when trying to set the config.ccf file path. >> My code is: >> >> JCS.setConfigFilename("cache.ccf"); >> cache = JCS.getInstance("default"); >> >> And I'm getting the following exception >> >> Failed to load properties for name [cache.ccf] >> java.lang.IllegalStateException: Failed to load properties for >> > name > >> [cache.ccf] >> at >> >> >> > org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeC > >> acheManager.java:242) >> at org.apache.jcs.JCS.ensureCacheManager(JCS.java:102) >> at org.apache.jcs.JCS.getInstance(JCS.java:64) >> >> I tried setting the JCS.setConfigFilename with a absolute path like >> "c:\mydir\mifile.ccf and the exception keeps throwing. >> >> So I donwloaded the code of JCS and noted that the >> CompositeCacheManager.configure didn't read for my dir path. How can I >> > > >> make him to read the file from I want to , or where in my project dirs >> > I > >> have to put the config file? >> >> I don't how to solve this... any clue? >> >> 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] > > > --------------000309010500080000000005-- From [email protected] Tue Jun 10 04:32:56 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83328 invoked from network); 10 Jun 2008 04:32:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jun 2008 04:32:55 -0000 Received: (qmail 48128 invoked by uid 500); 10 Jun 2008 04:32:58 -0000 Delivered-To: [email protected] Received: (qmail 47960 invoked by uid 500); 10 Jun 2008 04: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]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 47949 invoked by uid 99); 10 Jun 2008 04:32:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2008 21:32:58 -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 mta10.its.hawaii.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 04:32:08 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii; format=flowed Received: from pmxchannel-daemon.mta10.its.hawaii.edu by mta10.its.hawaii.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) id <[email protected]>; Mon, 09 Jun 2008 18:28:41 -1000 (HST) Received: from lydia (ophelia.ics.hawaii.edu [161.129.204.104]) by mta10.its.hawaii.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) with ESMTP id <[email protected]>; Mon, 09 Jun 2008 18:28:40 -1000 (HST) Date: Mon, 09 Jun 2008 18:26:40 -1000 From: Philip Johnson <[email protected]> Subject: Possible bug: hierarchical deletion not working with DiskUsagePatternName=UPDATE To: [email protected] Message-id: <AFA94FFBC04A779E1F6AA144@lydia> X-Mailer: Mulberry/4.0.7 (Win32) X-PMX-Version: 161.129.204.1048381, Antispam-Engine: 161.129.204.1045393, Antispam-Data: 2161.129.204.104609 X-Virus-Checked: Checked by ClamAV on apache.org Greetings, all, I suspect I have found a bug in JCS 1.3. The documentation explains that it is possible to do "hierarchical deletion" using keys with colon separators: <http://jakarta.apache.org/jcs/faq.html#hierarchical-removal> I would like this feature, but it appears to be broken when DiskUsagePatternName is specified as UPDATE. I am using Java 1.6 on Windows. Below is a short test program that illustrates the behavior. When I run this program without changes, it prints out "OK" two times. When I uncomment the setProperty() line in makeProps() and re-run the program, it prints out "Error!" twice. I would appreciate any guidance on how to work around this problem, or if I am doing something wrong. Thanks! Philip Johnson --------------------------- import java.util.Properties; import org.apache.jcs.JCS; import org.apache.jcs.engine.control.CompositeCacheManager; public class JcsProblem { private static Properties makeProps() { Properties props = new Properties(); props.setProperty("jcs.region.foo", "DC"); props.setProperty("jcs.region.foo.cacheattributes", "org.apache.jcs.engine.CompositeCacheAttributes"); props.setProperty("jcs.region.foo.MemoryCacheName", "org.apache.jcs.engine.memory.lru.LRUMemoryCache"); // Uncomment the following line to make hierarchical removal not work. // props.setProperty("jcs.region.foo.cacheattributes.DiskUsagePatternName", "UPDATE"); props.setProperty("jcs.auxiliary.DC", "org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory"); props.setProperty("jcs.auxiliary.DC.attributes", "org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes"); props.setProperty("jcs.auxiliary.DC.attributes.DiskPath", System.getProperty("user.dir")); return props; } public static void main(String[] args) throws Exception { CompositeCacheManager ccm = CompositeCacheManager.getUnconfiguredInstance(); ccm.configure(makeProps()); JCS cache = JCS.getInstance("foo"); cache.put("foo:bar:baz", "one"); cache.put("foo:bar:qux", "two"); cache.put("bar:quxx", "three"); cache.remove("foo:bar:"); System.out.println(((cache.get("foo:bar:baz") == null) ? "OK" : "Error!")); System.out.println(((cache.get("foo:bar:qux") == null) ? "OK" : "Error!")); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 26 07:47:32 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67084 invoked from network); 26 Jun 2008 07:47:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Jun 2008 07:47:32 -0000 Received: (qmail 69593 invoked by uid 500); 26 Jun 2008 07:47:33 -0000 Delivered-To: [email protected] Received: (qmail 69428 invoked by uid 500); 26 Jun 2008 07:47: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] Delivered-To: moderator for [email protected] Received: (qmail 78747 invoked by uid 99); 26 Jun 2008 06:31:30 -0000 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) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=YIhWov9LuQ4mHmK1elngDbdt7M+IB56f+DgvludApTi9XXjBPVXzJPBzbPNjqXfchpup6tNp/zaN0RbiKfgWT+ZKOowfn21lEXdlmVnVJlIiyV/AK3I9p/TmTLUVTxXqvp8B+CvMatWTBiCTMynhPdnmYbdJWA+1redg1fhHqmw=; X-Mailer: YahooMailWebService/0.7.199 Date: Wed, 25 Jun 2008 23:29:57 -0700 (PDT) From: Hossein morshedlou <[email protected]> Reply-To: [email protected] Subject: using lateral cache option in JCS for load balancing purposes To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-527423813-1214461797=:89141" Message-ID: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org --0-527423813-1214461797=:89141 Content-Type: text/plain; charset=us-ascii Hi, Could I use the lateral cache option in JCS for load balancing purposes? Is it a proper choice? Moreover I want to have a backup from the cached data. Could I use two lateral cache, the former as main cache and the later as backup one? Regards Morshedlou --0-527423813-1214461797=:89141-- From [email protected] Thu Jun 26 15:12:36 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57964 invoked from network); 26 Jun 2008 15:12:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Jun 2008 15:12:36 -0000 Received: (qmail 34938 invoked by uid 500); 26 Jun 2008 15:12:37 -0000 Delivered-To: [email protected] Received: (qmail 34922 invoked by uid 500); 26 Jun 2008 15:12: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 34911 invoked by uid 99); 26 Jun 2008 15:12:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 08:12:36 -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 ti-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 15:11:47 +0000 Received: by ti-out-0910.google.com with SMTP id y8so72332tia.5 for <[email protected]>; Thu, 26 Jun 2008 08:12:05 -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:to :subject:mime-version:content-type; bh=o4IIyW7YzeTFzmttQQI0XHZC8mVt7Uxnf/FpqrhziMo=; b=NeAtIySG/0mmQCKTXON8uweYmG7L2AFZlQc5lVquC+8o4X0QJfKjoQXFMEzzzMVGav kgtZaAHFo5iRYMb8hDC1VHWwGQVlbSNpLY4AV2INHMKZ01Sqt6gN0jOsDLvLztHrYQ5t dyFFloqQ8vbmbyKQ7tMEWThcZ55o5V00VSjTk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ov1bhz6X0t5DSonPu92KQaVxvQfhkeyJfljd+b3ssSAPrRy8gWq4OP3G13R4wO11oP TcO9BqE78LwHuu2SB8hLxeholamkFKMIqaa8/0ZaYhXMzRynFJHDfQR20mJFS1Xl+Krx SlG9oSZ7KlJV7g8tFwU59ojnxGzT1uPqbdqq8= Received: by 161.129.204.104 with SMTP id 3mr305454ybl.13.1214493123452; Thu, 26 Jun 2008 08:12:03 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 26 Jun 2008 08:12:03 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 26 Jun 2008 11:12:03 -0400 From: "Dmitry Shenkelbakh" <[email protected]> To: [email protected] Subject: JCS error on deployment MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3426_14379644.1214493123420" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3426_14379644.1214493123420 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm deploying an app on Tomcat 5.5.26 and configured the app with JCS 1.3. On deployment I get a ClassNotFoundExceptin for LRUMemoryCache. However, the class is eventually loaded as seen in the log message following the error's stack trace and the app runs without any cache issues. Here's my config info. Notice the message on the bottom following the stack trace. Can somebody tell me why this happens? Thank you. *********************************************************** #DEFAULT CACHE REGION jcs.default= jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes jcs.default.cacheattributes.MaxObjects=100 jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache #PRE-DEFINED CACHE REGIONS jcs.region.userCache= jcs.region.userCache.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes jcs.region.userCache.cacheattributes.MaxObjects=200 jcs.region.userCache.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache jcs.region.userCache.elementattributes.MaxLifeSeconds=2400 jcs.region.contentTypeCache= jcs.region.contentTypeCache.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes jcs.region.contentTypeCache.cacheattributes.MaxObjects=1700 jcs.region.contentTypeCache.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache jcs.region.contentTypeCache.elementattributes.MaxLifeSeconds=2400 jcs.region.contentTypePathCache= jcs.region.contentTypePathCache.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes jcs.region.contentTypePathCache.cacheattributes.MaxObjects=1700 jcs.region.contentTypePathCache.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache jcs.region.contentTypePathCache.elementattributes.MaxLifeSeconds=2400 ******************************************************************** 2008-06-25 17:25:13,070 [main] WARN (CompositeCache.java:1194) - Failed to init mem cache, using: LRUMemoryCache java.lang.ClassNotFoundException: org.apache.jcs.engine.memory.lru.LRUMemoryCache at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1363) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1209) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:164) at org.apache.jcs.engine.control.CompositeCache.createMemoryCache(CompositeCache.java:1188) at org.apache.jcs.engine.control.CompositeCache.<init>(CompositeCache.java:130) at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegion(CompositeCacheConfigurator.java:309) at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegion(CompositeCacheConfigurator.java:267) at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegions(CompositeCacheConfigurator.java:244) at org.apache.jcs.engine.control.CompositeCacheConfigurator.doConfigure(CompositeCacheConfigurator.java:139) at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:314) at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:258) at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:245) at org.apache.jcs.JCS.ensureCacheManager(JCS.java:102) at org.apache.jcs.JCS.getInstance(JCS.java:64) at tips.cma.util.cache.JCSFactoryBean.getObject(JCSFactoryBean.java:35) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:121) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:91) at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1285) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:275) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:219) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:117) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:287) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:126) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:217) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:217) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:287) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:126) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:217) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:217) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:217) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:217) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:217) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:219) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:122) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:287) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:126) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:217) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:219) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:122) at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:474) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:160) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:923) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:833) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:217) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:87) at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:98) at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:83) at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:105) at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:266) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:789) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:760) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:399) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:217) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:881) at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:606) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:366) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4216) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) 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:585) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) 2008-06-25 17:25:13,108 [main] INFO (LRUMemoryCache.java:88) - initialized LRUMemoryCache for contentTypePathCache ------=_Part_3426_14379644.1214493123420-- From [email protected] Sun Jun 29 23:41:11 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78728 invoked from network); 29 Jun 2008 23:41:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jun 2008 23:41:10 -0000 Received: (qmail 51098 invoked by uid 500); 29 Jun 2008 23:41:12 -0000 Delivered-To: [email protected] Received: (qmail 51079 invoked by uid 500); 29 Jun 2008 23: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: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 51068 invoked by uid 99); 29 Jun 2008 23:41:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jun 2008 16:41:11 -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 web38708.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 29 Jun 2008 23:40:20 +0000 Received: (qmail 9976 invoked by uid 60001); 29 Jun 2008 23:39:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=eOvTeBk6JrGXbUruCq7DpdMyQdqb0JbbaLKxLmTd3zqqWAbASeTY49fx9+OrRGk+7n1oYq8Fzuttg9IPPNhq/I9aP5Scmxmnht7KmPs2dXOv8HE4h6N1oliPZh1IS+SoRuyrJds4JrxNsyLW98P6NS6p8wXA6587e9JZTxEuk/Y=; Received: from [161.129.204.104] by web38708.mail.mud.yahoo.com via HTTP; Sun, 29 Jun 2008 16:39:38 PDT X-Mailer: YahooMailWebService/0.7.199 Date: Sun, 29 Jun 2008 16:39:38 -0700 (PDT) From: Aaron Smuts <[email protected]> Reply-To: [email protected] Subject: Re: using lateral cache option in JCS for load balancing purposes To: JCS Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <{{EMAIL+PHONE}}> X-Virus-Checked: Checked by ClamAV on apache.org I recommend using the a remote cache cluster for failover. Setup 2 remote cache servers. Configure them to use cluster consistency. Put both URLs in the list of failover servers in the client app. Aaron --- On Wed, 6/25/08, Hossein morshedlou <[email protected]> wrote: > From: Hossein morshedlou <[email protected]> > Subject: using lateral cache option in JCS for load balancing purposes > To: [email protected] > Date: Wednesday, June 25, 2008, 11:29 PM > Hi, > > Could I use the lateral cache option in JCS for load > balancing purposes? Is it a proper choice? Moreover I want > to have a backup from the cached data. Could I use two > lateral cache, the former as main cache and the later as > backup one? > > Regards > Morshedlou --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Wed Nov 01 16:36:39 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64560 invoked from network); 1 Nov 2006 16:36:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Nov 2006 16:36:39 -0000 Received: (qmail 62287 invoked by uid 500); 1 Nov 2006 16:36:50 -0000 Delivered-To: [email protected] Received: (qmail 62269 invoked by uid 500); 1 Nov 2006 16:36: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62250 invoked by uid 99); 1 Nov 2006 16:36:50 -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 08:36:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO v30161.1blu.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 08:36:36 -0800 Received: (qmail 17595 invoked by uid 2525); 1 Nov 2006 17:32:11 +0100 To: [email protected], [email protected], [email protected] Subject: First mail? X-Draft-From: ("nnfolder:asf-stuff" "") From: Stefan Bodewig <[email protected]> Date: Wed, 01 Nov 2006 17:32:11 +0100 Message-ID: <[email protected]> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org Hi all, this is just a quick test to see whether the lists are functional. Stefan From [email protected] Thu Nov 09 13:55:36 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60997 invoked from network); 9 Nov 2006 13:55:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 13:55:36 -0000 Received: (qmail 93285 invoked by uid 500); 9 Nov 2006 13:55:47 -0000 Delivered-To: [email protected] Received: (qmail 93239 invoked by uid 500); 9 Nov 2006 13:55: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93207 invoked by uid 99); 9 Nov 2006 13:55:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 05:55:46 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO colossus.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 05:55:25 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id 987AD6B9F7 for <[email protected]>; Thu, 9 Nov 2006 13:54:50 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from colossus.hpl.hp.com ([161.129.204.104]) by localhost (colossus.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id ALgv0o1bqcVx for <[email protected]>; Thu, 9 Nov 2006 13:54:49 +0000 (GMT) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id 3C0A16B9F1 for <[email protected]>; Thu, 9 Nov 2006 13:54:48 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br2.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kA9DsR6q001548 for <[email protected]>; Thu, 9 Nov 2006 13:54:28 GMT Message-ID: <[email protected]> Date: Thu, 09 Nov 2006 13:51:45 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: retrieve doesnt Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org First user question. I am trying to retrieve artifacts that are resolving nicely: This is what I am asking <ivy:resolve /> <ivy:retrieve pattern="lib/[artifact].[ext]" conf="compile" /> But what I get is 0 files copied: Buildfile: build.xml [echo] Building /home/slo/Projects/examples/diary/core/build.xml ivy-init: [ivy:configure] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b Ivy 1.4 - 20061009124215 acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://ivy.jayasoft.org/ acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ivy:configure] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b configuring acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b file = /home/slo/Projects/examples/diary/ivyconf.xml ivy-resolve: [ivy:resolve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b resolving dependencies acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ org.antbook | core | working@chamonix ] [ivy:resolve] confs: [compile, test, master, runtime] [ivy:resolve] found [ log4j | log4j | 1.2.13 ] in maven2 [ivy:resolve] found [ junit | junit | 3.8.2 ] in maven2 [ivy:resolve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b resolution report acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | compile | 1 | 1 | 0 | 0 || 0 | 0 | | test | 2 | 2 | 0 | 0 || 0 | 0 | | master | 0 | 0 | 0 | 0 || 0 | 0 | | runtime | 1 | 1 | 0 | 0 || 0 | 0 | --------------------------------------------------------------------- ivy-retrieve: [ivy:retrieve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b retrieving acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ org.antbook | core ] [ivy:retrieve] confs: [compile] [ivy:retrieve] 0 artifacts copied, 0 already retrieved BUILD SUCCESSFUL - at 09/11/06 13:46 Total time: 4 seconds What am I doing wrong? From [email protected] Thu Nov 09 15:00:47 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88377 invoked from network); 9 Nov 2006 15:00:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 15:00:46 -0000 Received: (qmail 73582 invoked by uid 500); 9 Nov 2006 15:00:57 -0000 Delivered-To: [email protected] Received: (qmail 73554 invoked by uid 500); 9 Nov 2006 15:00: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 73545 invoked by uid 99); 9 Nov 2006 15:00:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 07:00:57 -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 ug-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 07:00:44 -0800 Received: by ug-out-1314.google.com with SMTP id y2so294307uge for <[email protected]>; Thu, 09 Nov 2006 07:00:23 -0800 (PST) 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=rguSzsIBXn71OoMECCwOsf48OZyyXMwpTME9HHq5n59jaZYDjOYCr/dq3OOrAuU98fyBew2TKbmg54aqssf8Q6yYscGh70vQyVirjvYSbHyZi8FXPGhm5spDs8gi9I/B+viVkp8Fu4o14Mq5Snwa8PyNUUu1AvIAfa71YtqEVMY= Received: by 161.129.204.104 with SMTP id f15mr142658buc.1163084422994; Thu, 09 Nov 2006 07:00:22 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 9 Nov 2006 07:00:22 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 9 Nov 2006 16:00:22 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: retrieve doesnt In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_31434_14425108.1163084422819" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_31434_14425108.1163084422819 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline It seems that Ivy find the modules but no artifacts (only 0 in the artifact number column). So either the module descriptors for your dependencies define no published artifact, or you depend on a configuration in these module which have no artifacts. Could you share your ivy.xml (and maybe also your ivyconf.xml)? Xavier On 11/9/06, Steve Loughran <[email protected]> wrote: > > > First user question. I am trying to retrieve artifacts that are > resolving nicely: > > This is what I am asking > <ivy:resolve /> > <ivy:retrieve pattern="lib/[artifact].[ext]" conf="compile" /> > > But what I get is 0 files copied: > > > Buildfile: build.xml > [echo] Building /home/slo/Projects/examples/diary/core/build.xml > > ivy-init: > [ivy:configure] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b Ivy 1.4 - 20061009124215 acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://ivy.jayasoft.org/ acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b > [ivy:configure] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b configuring acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b file = > /home/slo/Projects/examples/diary/ivyconf.xml > > ivy-resolve: > [ivy:resolve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b resolving dependencies acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ org.antbook | core | > working@chamonix ] > [ivy:resolve] confs: [compile, test, master, runtime] > [ivy:resolve] found [ log4j | log4j | 1.2.13 ] in maven2 > [ivy:resolve] found [ junit | junit | 3.8.2 ] in maven2 > [ivy:resolve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b resolution report acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b > > --------------------------------------------------------------------- > | | modules || > artifacts | > | conf | number| search|dwnlded|evicted|| > number|dwnlded| > > --------------------------------------------------------------------- > | compile | 1 | 1 | 0 | 0 || 0 | > 0 | > | test | 2 | 2 | 0 | 0 || 0 | > 0 | > | master | 0 | 0 | 0 | 0 || 0 | > 0 | > | runtime | 1 | 1 | 0 | 0 || 0 | > 0 | > > --------------------------------------------------------------------- > > ivy-retrieve: > [ivy:retrieve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b retrieving acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ org.antbook | core ] > [ivy:retrieve] confs: [compile] > [ivy:retrieve] 0 artifacts copied, 0 already retrieved > > BUILD SUCCESSFUL - at 09/11/06 13:46 > Total time: 4 seconds > > > What am I doing wrong? > ------=_Part_31434_14425108.1163084422819-- From [email protected] Thu Nov 09 15:07:31 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90373 invoked from network); 9 Nov 2006 15:07:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 15:07:30 -0000 Received: (qmail 92553 invoked by uid 500); 9 Nov 2006 15:07:41 -0000 Delivered-To: [email protected] Received: (qmail 92532 invoked by uid 500); 9 Nov 2006 15:07: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92521 invoked by uid 99); 9 Nov 2006 15:07:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 07:07:41 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO colossus.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 07:07:26 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id 84E7C6B9FB for <[email protected]>; Thu, 9 Nov 2006 15:07:04 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from colossus.hpl.hp.com ([161.129.204.104]) by localhost (colossus.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id IOdYPKlftU2Q for <[email protected]>; Thu, 9 Nov 2006 15:07:02 +0000 (GMT) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id 1388D6B9F7 for <[email protected]>; Thu, 9 Nov 2006 15:07:01 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br2.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kA9F6ihg021429 for <[email protected]>; Thu, 9 Nov 2006 15:06:45 GMT Message-ID: <[email protected]> Date: Thu, 09 Nov 2006 15:04:01 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: retrieve doesnt 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-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Xavier Hanin wrote: > It seems that Ivy find the modules but no artifacts (only 0 in the artifact > number column). So either the module descriptors for your dependencies > define no published artifact, or you depend on a configuration in these > module which have no artifacts. > > Could you share your ivy.xml (and maybe also your ivyconf.xml)? I'm pulling in stuff from the m2 repository, at least trying to. ivy.xml <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?> <ivy-module version="1.4"> <info organisation="org.antbook" module="diary-core" /> <!-- define four configurations, here--> <configurations defaultconfmapping="runtime"> <conf name="compile" visibility="private"/> <conf name="test" extends="compile" visibility="private"/> <conf name="master" description="contains the artifact but no dependencies"/> <conf name="runtime" extends="compile"/> </configurations> <publications> <!--get the artifact from our module name--> <artifact /> </publications> <dependencies> <dependency org="log4j" name="log4j" rev="${log4j.version}" conf="compile->runtime"/> <!--test time artifacts--> <dependency org="junit" name="junit" rev="${junit.version}" conf="test->runtime"/> </dependencies> </ivy-module> <ivyconf> <!-- see http://www.jayasoft.org/ivy/doc/configuration --> <!-- you can override this property to use mirrors http://mirrors.dotsrc.org/maven2 http://ftp.ggi-project.org/pub/packages/maven2 http://mirrors.sunsite.dk/maven2 http://public.planetmirror.com/pub/maven2 http://ibiblio.lsu.edu/main/pub/packages/maven2 http://www.ibiblio.net/pub/packages/maven2 --> <property name="ibiblio-maven2-root" value="http://www.ibiblio.org/maven2/" override="false"/> <property name="maven2.pattern" value="[organisation]/[module]/[revision]/[module]-[revision]" /> <property name="maven2.pattern.ext" value="${maven2.pattern}.[ext]" /> <!-- pull in the local repository --> <include url="${ivy.default.conf.dir}/ivyconf-local.xml"/> <conf defaultResolver="default"/> <resolvers> <filesystem name="team"> ivys="true" artifacts="true" m2compatible="true" > <artifact pattern="${ivy.conf.dir}/repository/${maven2.pattern.ext}"/> <ivy pattern="${ivy.conf.dir}/repository/${maven2.pattern}.xml"/> </filesystem> <ivyrep name="ivyrep"/> <ivyrep name="sandbox" ivyroot="http://opensvn.csie.org/ivyrepsandbox/"/> <ibiblio name="maven2" root="${ibiblio-maven2-root}" pattern="${maven2.pattern.ext}" m2compatible="true" /> <chain name="default" dual="true"> <resolver ref="local"/> <resolver ref="team"/> <resolver ref="ivyrep"/> <resolver ref="sandbox"/> <resolver ref="maven2"/> </chain> <chain name="internal"> <resolver ref="local"/> <resolver ref="team"/> </chain> </resolvers> <modules> <module organisation="org.antbook" name=".*" resolver="internal"/> </modules> </ivyconf> From [email protected] Thu Nov 09 15:38:45 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97335 invoked from network); 9 Nov 2006 15:38:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 15:38:41 -0000 Received: (qmail 57548 invoked by uid 500); 9 Nov 2006 15:38:50 -0000 Delivered-To: [email protected] Received: (qmail 57513 invoked by uid 500); 9 Nov 2006 15:38: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57497 invoked by uid 99); 9 Nov 2006 15:38:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 07:38:49 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 07:38:36 -0800 Received: by nf-out-0910.google.com with SMTP id p46so873446nfa for <[email protected]>; Thu, 09 Nov 2006 07:38:14 -0800 (PST) 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=DUCoFg9356ivl6610bYl7QRyiLdbX4X13vKaiBacg9sXX10snon34yX0yEoiprUSLQFDHRmSyunHa2wvSWdgA95imnPSRyXhT6xU++vk9+WOV2Az1HK+ylhT9LdMnCKNTGtzorSgrnRs5XYbC0cJzVYss4/c9vFTqBrsm+TocQE= Received: by 161.129.204.104 with SMTP id i13mr146009bud.1163086693685; Thu, 09 Nov 2006 07:38:13 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 9 Nov 2006 07:38:13 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 9 Nov 2006 16:38:13 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: retrieve doesnt In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_31870_23419610.1163086693657" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_31870_23419610.1163086693657 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/9/06, Steve Loughran <[email protected]> wrote: > > Xavier Hanin wrote: > > It seems that Ivy find the modules but no artifacts (only 0 in the > artifact > > number column). So either the module descriptors for your dependencies > > define no published artifact, or you depend on a configuration in these > > module which have no artifacts. > > > > Could you share your ivy.xml (and maybe also your ivyconf.xml)? > > I'm pulling in stuff from the m2 repository, at least trying to. Ok, so it must be due to a problem of pom conversion or something like that. To investigate on that I'd suggest checking directly your ivy cache (should be in ~/.ivy/cache) where ivy put the log4j module descriptor for example. You will see an ivy file, and also a file called ivydata-xxx.properties. This file is interesting because it contains information about which resolver was used to get the ivy.xml. Note that even if maven2 repository is used, you will get an ivy.xml which will be the result of a pom conversion. This may help you to know why you have no artifact in your runtime configuration of log4j. BTW, using in a same environment both maven2 repository and ivyrep can lead to tricky problems of names. I usually do not suggest to use both, and prefer the use of a maven 1 repository for artifacts only. Note that if you really want to use maven 2 repository and their poms alongside ivyrep, you caan use the namespace feature to map maven2 namespace to ivyrep one. This takes time to setup (you have to write a set of rewriting rules) but can solve problem elegantly. Xavier ivy.xml > > <?xml version="1.0" encoding="ISO-8859-1"?> > <?xml-stylesheet type="text/xsl" > href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?> > <ivy-module version="1.4"> > > <info organisation="org.antbook" module="diary-core" /> > <!-- define four configurations, here--> > <configurations defaultconfmapping="runtime"> > <conf name="compile" visibility="private"/> > <conf name="test" extends="compile" visibility="private"/> > <conf name="master" description="contains the artifact but no > dependencies"/> > <conf name="runtime" extends="compile"/> > </configurations> > <publications> > <!--get the artifact from our module name--> > <artifact /> > </publications> > <dependencies> > > <dependency org="log4j" name="log4j" rev="${log4j.version}" > conf="compile->runtime"/> > > <!--test time artifacts--> > <dependency org="junit" name="junit" rev="${junit.version}" > conf="test->runtime"/> > > </dependencies> > </ivy-module> > > > > <ivyconf> > <!-- > see http://www.jayasoft.org/ivy/doc/configuration > --> > <!-- you can override this property to use mirrors > http://mirrors.dotsrc.org/maven2 > http://ftp.ggi-project.org/pub/packages/maven2 > http://mirrors.sunsite.dk/maven2 > http://public.planetmirror.com/pub/maven2 > http://ibiblio.lsu.edu/main/pub/packages/maven2 > http://www.ibiblio.net/pub/packages/maven2 > --> > <property name="ibiblio-maven2-root" > value="http://www.ibiblio.org/maven2/" override="false"/> > <property name="maven2.pattern" > value="[organisation]/[module]/[revision]/[module]-[revision]" /> > <property name="maven2.pattern.ext" > value="${maven2.pattern}.[ext]" /> > <!-- pull in the local repository --> > <include url="${ivy.default.conf.dir}/ivyconf-local.xml"/> > <conf defaultResolver="default"/> > <resolvers> > <filesystem name="team"> > ivys="true" artifacts="true" > m2compatible="true" > > <artifact > pattern="${ivy.conf.dir}/repository/${maven2.pattern.ext}"/> > <ivy pattern="${ivy.conf.dir}/repository/${maven2.pattern}.xml"/> > </filesystem> > <ivyrep name="ivyrep"/> > <ivyrep name="sandbox" > ivyroot="http://opensvn.csie.org/ivyrepsandbox/"/> > <ibiblio name="maven2" > root="${ibiblio-maven2-root}" > pattern="${maven2.pattern.ext}" > m2compatible="true" > /> > <chain name="default" dual="true"> > <resolver ref="local"/> > <resolver ref="team"/> > <resolver ref="ivyrep"/> > <resolver ref="sandbox"/> > <resolver ref="maven2"/> > </chain> > <chain name="internal"> > <resolver ref="local"/> > <resolver ref="team"/> > </chain> > </resolvers> > <modules> > <module organisation="org.antbook" name=".*" resolver="internal"/> > </modules> > </ivyconf> > > > > ------=_Part_31870_23419610.1163086693657-- From [email protected] Thu Nov 09 15:52:03 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 536 invoked from network); 9 Nov 2006 15:52:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 15:52:02 -0000 Received: (qmail 75299 invoked by uid 500); 9 Nov 2006 15:52:13 -0000 Delivered-To: [email protected] Received: (qmail 75280 invoked by uid 500); 9 Nov 2006 15:52: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75271 invoked by uid 99); 9 Nov 2006 15:52:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 07:52:13 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO tobor.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 07:51:58 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id C74134C09A for <[email protected]>; Thu, 9 Nov 2006 15:51:37 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from tobor.hpl.hp.com ([161.129.204.104]) by localhost (tobor.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id e0x1tpAADkqv for <[email protected]>; Thu, 9 Nov 2006 15:51:36 +0000 (GMT) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id 9E19B4C07D for <[email protected]>; Thu, 9 Nov 2006 15:51:36 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br2.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kA9FpLc3004446 for <[email protected]>; Thu, 9 Nov 2006 15:51:21 GMT Message-ID: <[email protected]> Date: Thu, 09 Nov 2006 15:48:37 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: retrieve doesnt 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-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Xavier Hanin wrote: > On 11/9/06, Steve Loughran <[email protected]> wrote: >> >> Xavier Hanin wrote: >> > It seems that Ivy find the modules but no artifacts (only 0 in the >> artifact >> > number column). So either the module descriptors for your dependencies >> > define no published artifact, or you depend on a configuration in these >> > module which have no artifacts. >> > >> > Could you share your ivy.xml (and maybe also your ivyconf.xml)? >> >> I'm pulling in stuff from the m2 repository, at least trying to. > > > Ok, so it must be due to a problem of pom conversion or something like > that. > To investigate on that I'd suggest checking directly your ivy cache (should > be in ~/.ivy/cache) where ivy put the log4j module descriptor for example. > You will see an ivy file, and also a file called ivydata-xxx.properties. > This file is interesting because it contains information about which > resolver was used to get the ivy.xml. Note that even if maven2 > repository is > used, you will get an ivy.xml which will be the result of a pom conversion. > This may help you to know why you have no artifact in your runtime > configuration of log4j. > OK. now its clear. the 'runtime' includes dependencies, but not the generated artifact itself. if I depend on runtime, I dont get the primary artifact. <ivy-module version="1.0"> <info organisation="log4j" module="log4j" revision="1.2.13" status="integration" publication="20060103173401" /> <configurations> <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/> <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies "/> <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/> <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/> <conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/> <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases."/> <conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/> </configurations> <publications> <artifact name="log4j" type="jar" ext="jar" conf="master"/> </publications> </ivy-module> > BTW, using in a same environment both maven2 repository and ivyrep can lead > to tricky problems of names. I usually do not suggest to use both, and > prefer the use of a maven 1 repository for artifacts only. Note that if you > really want to use maven 2 repository and their poms alongside ivyrep, you > caan use the namespace feature to map maven2 namespace to ivyrep one. This > takes time to setup (you have to write a set of rewriting rules) but can > solve problem elegantly. I'm not sure if rewrite rules consitute elegance. Workaround, yes. Elegance? doubtful. > From [email protected] Thu Nov 09 16:41:49 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23819 invoked from network); 9 Nov 2006 16:41:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 16:41:48 -0000 Received: (qmail 91270 invoked by uid 500); 9 Nov 2006 16:41:59 -0000 Delivered-To: [email protected] Received: (qmail 91212 invoked by uid 500); 9 Nov 2006 16: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91195 invoked by uid 99); 9 Nov 2006 16:41:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 08:41:59 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 08:41:45 -0800 Received: by nf-out-0910.google.com with SMTP id p46so893251nfa for <[email protected]>; Thu, 09 Nov 2006 08:41:24 -0800 (PST) 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=lrPxeLGuRzHZDFHkIOO4xm7ekh1k83czoZazlIchuGGDz/+bryKXu+mFPsxnYt69Uf+gq5t6Hwcq13ugXblTSuoQ4mQCjm7T8Haf0rUgHNk/mMHbKOk1vfWXjITAXFceM+IIclFoghrgbuaad5F0WYkET7YE8dFoecarPxxgeRc= Received: by 161.129.204.104 with SMTP id u6mr163894bud.1163090483748; Thu, 09 Nov 2006 08:41:23 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 9 Nov 2006 08:41:23 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 9 Nov 2006 17:41:23 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected], [email protected] Subject: Ivy 1.4.1 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_32631_18834836.1163090483476" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_32631_18834836.1163090483476 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, I've just released the 1.4.1 version of Ivy on jayasoft.org website. I've also closed the svn write access, so I'll be ready for migration to apache infrastructure soon (I have to process the svn history to isolate Ivy with standard svn directories like trunk / tags / ...). I hope to be ready tomorrow. Xavier ------=_Part_32631_18834836.1163090483476-- From [email protected] Thu Nov 09 16:44:36 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24988 invoked from network); 9 Nov 2006 16:44:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 16:44:34 -0000 Received: (qmail 98770 invoked by uid 500); 9 Nov 2006 16:44:45 -0000 Delivered-To: [email protected] Received: (qmail 98747 invoked by uid 500); 9 Nov 2006 16:44: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98738 invoked by uid 99); 9 Nov 2006 16:44:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 08:44:45 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 08:44:31 -0800 Received: by nf-out-0910.google.com with SMTP id p46so894160nfa for <[email protected]>; Thu, 09 Nov 2006 08:44:10 -0800 (PST) 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=rguZ5p2LlhVlkUTQ68nvPRw3TAxNSgFCQQcPHS4zn8F3QV6+8BJO2act8EU1yT3/IrHX1Q11Din3HjINJEVlMFAm6gQDvoYeFpyyT9MHtgoN4BEZ/7RbqjDF4NfGUAEAazqtv64TFomVCevr86kKQAIaqvXaXsgqJbqkPmtL/4A= Received: by 161.129.204.104 with SMTP id m9mr164887bue.1163090649664; Thu, 09 Nov 2006 08:44:09 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 9 Nov 2006 08:44:09 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 9 Nov 2006 17:44:09 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: retrieve doesnt In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_32663_27874545.1163090649638" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_32663_27874545.1163090649638 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/9/06, Steve Loughran <[email protected]> wrote: > > <snip> > > BTW, using in a same environment both maven2 repository and ivyrep can > lead > > to tricky problems of names. I usually do not suggest to use both, and > > prefer the use of a maven 1 repository for artifacts only. Note that if > you > > really want to use maven 2 repository and their poms alongside ivyrep, > you > > caan use the namespace feature to map maven2 namespace to ivyrep one. > This > > takes time to setup (you have to write a set of rewriting rules) but can > > solve problem elegantly. > > I'm not sure if rewrite rules consitute elegance. Workaround, yes. > Elegance? doubtful. Well, let's say that it's a powerful solution which allow to combine two heterogeneous namespaces from Ivy. But I agree it's not elegant. Xavier > > > ------=_Part_32663_27874545.1163090649638-- From [email protected] Thu Nov 09 17:10:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31897 invoked from network); 9 Nov 2006 17:10:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 17:10:31 -0000 Received: (qmail 45687 invoked by uid 500); 9 Nov 2006 17:10:42 -0000 Delivered-To: [email protected] Received: (qmail 45664 invoked by uid 500); 9 Nov 2006 17: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]> List-Id: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45655 invoked by uid 99); 9 Nov 2006 17:10:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 09:10:42 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO tobor.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 09:10:27 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id 755294C0A1 for <[email protected]>; Thu, 9 Nov 2006 17:10:06 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from tobor.hpl.hp.com ([161.129.204.104]) by localhost (tobor.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id Ri8CB85rjj0k for <[email protected]>; Thu, 9 Nov 2006 17:10:04 +0000 (GMT) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id 84E5E4C092 for <[email protected]>; Thu, 9 Nov 2006 17:10:04 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br2.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kA9H9nlh027173 for <[email protected]>; Thu, 9 Nov 2006 17:09:49 GMT Message-ID: <[email protected]> Date: Thu, 09 Nov 2006 17:07:04 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: ivy-user <[email protected]> Subject: publishing war files Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org I cannot get ivy1.4.1 to publish my WAR file. Jar files yes, war files no. From ivy.xml <publications> <!-- the artifact is only produced in the master distro, and it is a WAR file--> <artifact conf="master" type="war" ext="war"/> </publications> the build log: ivy-publish: [ivy:publish] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b publishing acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ org.antbook | diary ] [ivy:publish] missing artifact [ org.antbook | diary | 0.1alpha-SNAPSHOT ]/diary.jar[jar]: [ivy:publish] /home/slo/Projects/examples/diary/webapp/dist/diary-0.1alpha-SNAPSHOT.jar file does not exist [ivy:publish] published ivy to /home/slo/.ivy/local/org.antbook/diary/0.1alpha-SNAPSHOT/ivys/ivy.xml BUILD FAILED - at 09/11/06 17:04 /home/slo/Projects/examples/diary/xml/ivy-mixin.xml:44: impossible to publish artifacts for [ org.antbook | diary | working@chamonix ]: missing published artifacts for [ org.antbook | diary | working@chamonix ]: [[ org.antbook | diary | 0.1alpha-SNAPSHOT ]/diary.jar[jar]] and the filesystem webapp> ls -l dist total 384 drwxr-xr-x 2 slo users 48 2006-11-09 16:32 api -rw-r--r-- 1 slo users 386998 2006-11-09 16:58 diary0.1alpha-SNAPSHOT.war drwxr-xr-x 2 slo users 48 2006-11-09 16:32 doc -rw-r--r-- 1 slo users 1727 2006-11-09 16:56 ivy-0.1alpha-SNAPSHOT.xml From [email protected] Thu Nov 09 17:30:29 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44737 invoked from network); 9 Nov 2006 17:30:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 17:30:28 -0000 Received: (qmail 91034 invoked by uid 500); 9 Nov 2006 17:30:34 -0000 Delivered-To: [email protected] Received: (qmail 90982 invoked by uid 500); 9 Nov 2006 17:30: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90945 invoked by uid 99); 9 Nov 2006 17:30:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 09:30:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO colossus.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 09:30:13 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id 1FB5F6B9F1 for <[email protected]>; Thu, 9 Nov 2006 17:29:52 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from colossus.hpl.hp.com ([161.129.204.104]) by localhost (colossus.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id 4GXh1nI572N7 for <[email protected]>; Thu, 9 Nov 2006 17:29:51 +0000 (GMT) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id CC65F6B9F7 for <[email protected]>; Thu, 9 Nov 2006 17:29:49 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br2.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kA9HTWMQ002760 for <[email protected]>; Thu, 9 Nov 2006 17:29:32 GMT Message-ID: <[email protected]> Date: Thu, 09 Nov 2006 17:26:47 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: ivy-user <[email protected]> Subject: <repreport> and stylesheets Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Where is a suitable xsl stylesheet to go with <repreport>? it sticks a reference to ivy-report.xsl in the generated XML file, but no XSL file. -steve From [email protected] Thu Nov 09 17:31:16 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44923 invoked from network); 9 Nov 2006 17:31:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 17:31:16 -0000 Received: (qmail 93432 invoked by uid 500); 9 Nov 2006 17:31:27 -0000 Delivered-To: [email protected] Received: (qmail 93411 invoked by uid 500); 9 Nov 2006 17:31: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93401 invoked by uid 99); 9 Nov 2006 17:31:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 09:31: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 (herse.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; Thu, 09 Nov 2006 09:31:12 -0800 Received: by ug-out-1314.google.com with SMTP id y2so349355uge for <[email protected]>; Thu, 09 Nov 2006 09:30:51 -0800 (PST) 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=EBaXq4A736nHt8Mg13F77638uv4jPc3qpZb+I9WRJRj9ktbg0apmC4uKqhCEGnPZaldQBFcGxsNb7KA1niK2GugCWtV8eOil4oIlESYeV8A1+bXgOoaviYHsR/DBbQcEdZgfVaDiZivcZjPd2p0w1xGdGqiHcjyVcZmQtTsIOwQ= Received: by 161.129.204.104 with SMTP id a5mr175643bue.1163093450170; Thu, 09 Nov 2006 09:30:50 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 9 Nov 2006 09:30:49 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 9 Nov 2006 18:30:49 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: publishing war files In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_33635_2781168.1163093449976" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_33635_2781168.1163093449976 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/9/06, Steve Loughran <[email protected]> wrote: > > I cannot get ivy1.4.1 to publish my WAR file. Jar files yes, war files no. According to the console messages it seems that Ivy is trying to publish a jar and nor a war, but your ivy file snippet is ok. So my guess is that Ivy is actually using another ivy file.It's difficult to know, Ivy can use the ivy file it publishes or the ivy file used for the last resolve. So you can check the /home/slo/.ivy/local/org.antbook/diary/0.1alpha-SNAPSHOT/ivys/ivy.xml to see if the publication section is ok. And you can check the cache, and look for a resolved-xxx.xml file at the root, to see how it looks like. Xavier >From ivy.xml > > <publications> > <!-- the artifact is only produced in the master distro, and it is > a WAR file--> > <artifact conf="master" type="war" ext="war"/> > </publications> > > the build log: > > ivy-publish: > [ivy:publish] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b publishing acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ org.antbook | diary ] > [ivy:publish] missing artifact [ org.antbook | diary | 0.1alpha-SNAPSHOT > ]/diary.jar[jar]: > [ivy:publish] > /home/slo/Projects/examples/diary/webapp/dist/diary-0.1alpha-SNAPSHOT.jar > file does not exist > [ivy:publish] published ivy to > /home/slo/.ivy/local/org.antbook/diary/0.1alpha-SNAPSHOT/ivys/ivy.xml > > BUILD FAILED - at 09/11/06 17:04 > /home/slo/Projects/examples/diary/xml/ivy-mixin.xml:44: impossible to > publish artifacts for [ org.antbook | diary | working@chamonix ]: > missing published artifacts for [ org.antbook | diary | working@chamonix > ]: [[ org.antbook | diary | 0.1alpha-SNAPSHOT ]/diary.jar[jar]] > > > and the filesystem > webapp> ls -l dist > > total 384 > drwxr-xr-x 2 slo users 48 2006-11-09 16:32 api > -rw-r--r-- 1 slo users 386998 2006-11-09 16:58 diary0.1alpha-SNAPSHOT.war > drwxr-xr-x 2 slo users 48 2006-11-09 16:32 doc > -rw-r--r-- 1 slo users 1727 2006-11-09 16:56 ivy-0.1alpha-SNAPSHOT.xml > > > ------=_Part_33635_2781168.1163093449976-- From [email protected] Thu Nov 09 17:34:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46210 invoked from network); 9 Nov 2006 17:34:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 17:34:51 -0000 Received: (qmail 5286 invoked by uid 500); 9 Nov 2006 17:35:00 -0000 Delivered-To: [email protected] Received: (qmail 5263 invoked by uid 500); 9 Nov 2006 17: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5254 invoked by uid 99); 9 Nov 2006 17:35:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 09:35:00 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 09:34:47 -0800 Received: by nf-out-0910.google.com with SMTP id p46so909966nfa for <[email protected]>; Thu, 09 Nov 2006 09:34:25 -0800 (PST) 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=IFYunWRixgnPs7cldyw/eislTYed4A0zmAPwKX910rv72NYXTtou1g8zTEIBJaDcrHeJzOQzl9IOdmLp9bDUVw+zLuhf3hDx/UqbMIwerw2Xjy3p0pmqY7cITbAu8G7JGz8ACOcckKC6ARglvT8u4bFFF6B75ric+aT/nCyBMZk= Received: by 161.129.204.104 with SMTP id z16mr176850bud.1163093664982; Thu, 09 Nov 2006 09:34:24 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 9 Nov 2006 09:34:24 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 9 Nov 2006 18:34:24 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: <repreport> and stylesheets In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_33679_10923795.1163093664812" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_33679_10923795.1163093664812 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/9/06, Steve Loughran <[email protected]> wrote: > > > > Where is a suitable xsl stylesheet to go with <repreport>? it sticks a > reference to ivy-report.xsl in the generated XML file, but no XSL file. You can use the same xsl as for standard report (you will find it at the root of your cache). Actually repreport is only a trick which generates a module depending on all modules of your repository, resolve the dependencies, and then generate reports based on that. I've just developed specific xsl (ignoring this fake generated module) to generate a graphml or a dot file, but none for a text report. Xavier -steve > ------=_Part_33679_10923795.1163093664812-- From [email protected] Thu Nov 09 18:32:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66461 invoked from network); 9 Nov 2006 18:32:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Nov 2006 18:32:50 -0000 Received: (qmail 13455 invoked by uid 500); 9 Nov 2006 18:33:01 -0000 Delivered-To: [email protected] Received: (qmail 13434 invoked by uid 500); 9 Nov 2006 18: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13424 invoked by uid 99); 9 Nov 2006 18:33:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 10:33: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 (herse.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; Thu, 09 Nov 2006 10:32:46 -0800 Received: by nf-out-0910.google.com with SMTP id p46so926732nfa for <[email protected]>; Thu, 09 Nov 2006 10:32:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=pkkArSRRj7hv3AcgXAPRzFTZLusE1fGPUpcLDlbj4s3JiFhgNtVQziFB5BrBywZT07iz8GjxSijHGTYvW8u/GDjAZlT2tNUlT+MEYcVz0psXI8q0t2Dc+jsLbjDXjwlUc9Z4h0TI+bX6f0lPOj+iZapTAeGd8v+AXGlBhkr7p3E= Received: by 161.129.204.104 with SMTP id l10mr4461863nfi.1163097137272; Thu, 09 Nov 2006 10:32:17 -0800 (PST) Received: from ?161.129.204.104? ( [161.129.204.104]) by mx.google.com with ESMTP id b1sm2682296nfe.2161.129.204.104.32.14; Thu, 09 Nov 2006 10:32:15 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 09 Nov 2006 19:32:03 +0100 From: Stephane Bailliez <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: publishing war files 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 Steve Loughran wrote: > > > > I cannot get ivy1.4.1 to publish my WAR file. Jar files yes, war files > no. > You may need to specify the type in the task otherwise I think it tries to publish jar instead of using what is in the ivy.xml (might be wrong, but from the top of my head) From [email protected] Fri Nov 10 12:28:25 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39240 invoked from network); 10 Nov 2006 12:28:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Nov 2006 12:28:24 -0000 Received: (qmail 15738 invoked by uid 500); 10 Nov 2006 12:28:35 -0000 Delivered-To: [email protected] Received: (qmail 15718 invoked by uid 500); 10 Nov 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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15709 invoked by uid 99); 10 Nov 2006 12:28:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 04:28:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO tobor.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 04:28:20 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id 7354D4C098 for <[email protected]>; Fri, 10 Nov 2006 12:27:58 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from tobor.hpl.hp.com ([161.129.204.104]) by localhost (tobor.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id Vy+nTywO2Pv5 for <[email protected]>; Fri, 10 Nov 2006 12:27:55 +0000 (GMT) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id 921C54C092 for <[email protected]>; Fri, 10 Nov 2006 12:27:55 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br2.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kAACRh2T021157 for <[email protected]>; Fri, 10 Nov 2006 12:27:43 GMT Message-ID: <[email protected]> Date: Fri, 10 Nov 2006 12:24:49 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: publishing war 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-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Stephane Bailliez wrote: > Steve Loughran wrote: >> >> >> >> I cannot get ivy1.4.1 to publish my WAR file. Jar files yes, war files >> no. >> > You may need to specify the type in the task otherwise I think it tries > to publish jar instead of using what is in the ivy.xml > > (might be wrong, but from the top of my head) No, I fixed it. I had to delete the ivy xml file created in dist/ next to the WAR and the rebuild would recreate it...it looks like ivy doesnt recreate this file if the source ivy.xml file has changed. From [email protected] Fri Nov 10 12:36:52 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43030 invoked from network); 10 Nov 2006 12:36:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Nov 2006 12:36:51 -0000 Received: (qmail 34835 invoked by uid 500); 10 Nov 2006 12:37:02 -0000 Delivered-To: [email protected] Received: (qmail 34800 invoked by uid 500); 10 Nov 2006 12: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34791 invoked by uid 99); 10 Nov 2006 12:37:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 04:37: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 (herse.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, 10 Nov 2006 04:36:48 -0800 Received: by nf-out-0910.google.com with SMTP id p46so1179202nfa for <[email protected]>; Fri, 10 Nov 2006 04:36:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=BVp+h24r/QYLRPNLZHf04LanNqaEs/QVi4ALIuoJfhRgLjIHothHLIg5OyoJ+ONn6w+9GxoAyLFj41NGAyuvXck6Znhk4/zzsb5Ox+Y0KJgMx3E0X47lRhJsDRG/hvGbicfa+INeTOkL+x40Nb7r1Lvic1dfIy65luYGxA2n27Y= Received: by 161.129.204.104 with SMTP id x5mr5322351nfi.1163162186637; Fri, 10 Nov 2006 04:36:26 -0800 (PST) Received: from ?161.129.204.104? ( [161.129.204.104]) by mx.google.com with ESMTP id l38sm4253420nfc.2161.129.204.104.36.26; Fri, 10 Nov 2006 04:36:26 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 10 Nov 2006 13:36:15 +0100 From: Stephane Bailliez <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: publishing war files 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 Steve Loughran wrote: > > No, I fixed it. I had to delete the ivy xml file created in dist/ next > to the WAR and the rebuild would recreate it...it looks like ivy > doesnt recreate this file if the source ivy.xml file has changed. Indeed, common source of mishaps that happen, my build process is constantly getting rid of it as I have learned it the hard way. That's certainly part of the thing that needs to be fixed. What I would like for any subsequent release is to stop having too much configuration entry points, too much assumptions and too much autodecisions. The fact that you can configure part of it with properties, other parts with the xml that it does an auto configuration, auto resolve, if not done, is creating more problem than it solve from my perspective. I generally want thing to fail right away. -- stephane From [email protected] Fri Nov 10 15:00:21 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 171 invoked from network); 10 Nov 2006 15:00:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Nov 2006 15:00:18 -0000 Received: (qmail 35842 invoked by uid 500); 10 Nov 2006 15:00:24 -0000 Delivered-To: [email protected] Received: (qmail 35806 invoked by uid 500); 10 Nov 2006 15:00: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35755 invoked by uid 99); 10 Nov 2006 15:00:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 07:00:23 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO tobor.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 07:00:07 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id 790D74C092 for <[email protected]>; Fri, 10 Nov 2006 14:59:46 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from tobor.hpl.hp.com ([161.129.204.104]) by localhost (tobor.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id jIGrFgx6oyMm for <[email protected]>; Fri, 10 Nov 2006 14:59:45 +0000 (GMT) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id A93324C090 for <[email protected]>; Fri, 10 Nov 2006 14:59:45 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br2.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kAAExW5R002452 for <[email protected]>; Fri, 10 Nov 2006 14:59:32 GMT Message-ID: <[email protected]> Date: Fri, 10 Nov 2006 14:56:38 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: ivy-user <[email protected]> Subject: local m2-style repository Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org I know that my official role on the project is 'mentor' not troublemaker, but I take the view the more I break things, the better the tests people get to write. Here's my next problem: I can declare that a filesystem layout shoudl be m2 compatible: <filesystem name="team"> ivys="true" artifacts="true" m2compatible="true" > <artifact pattern="${ivy.conf.dir}/repository/${maven2.pattern.ext}"/> <ivy pattern="${ivy.conf.dir}/repository/${maven2.pattern}.xml"/> </filesystem> But it doesnt pick up, because the javax.j2ee pattern isnt being switched to javax/j2ee. [ivy:resolve] team: tried /home/slo/Projects/examples/diary/repository/javax.j2ee/j2ee/1.5/j2ee-1.5.xml [ivy:resolve] team: tried artifact [ javax.j2ee | j2ee | 1.5 ]/j2ee.jar[jar]: [ivy:resolve] /home/slo/Projects/examples/diary/repository/javax.j2ee/j2ee/1.5/j2ee-1.5.jar Is this intentional? From [email protected] Fri Nov 10 18:34:19 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76939 invoked from network); 10 Nov 2006 18:34:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Nov 2006 18:34:18 -0000 Received: (qmail 53700 invoked by uid 500); 10 Nov 2006 18:34:28 -0000 Delivered-To: [email protected] Received: (qmail 53680 invoked by uid 500); 10 Nov 2006 18: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53631 invoked by uid 99); 10 Nov 2006 18:34:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 10:34: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 (herse.apache.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; Fri, 10 Nov 2006 10:34:13 -0800 Received: (qmail 11741 invoked by uid 0); 10 Nov 2006 18:33:52 -0000 Received: from 161.129.204.104 by www016.gmx.net with HTTP; Fri, 10 Nov 2006 19:33:52 +0100 (CET) Content-Type: text/plain; charset="us-ascii" Date: Fri, 10 Nov 2006 19:33:51 +0100 From: "Antoine Levy-Lambert" <[email protected]> In-Reply-To: <[email protected]> Message-ID: <[email protected]> MIME-Version: 1.0 References: <[email protected]> <[email protected]> <[email protected]> Subject: Re: publishing war files To: [email protected] X-Authenticated: #22961642 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello Steve, you just found out about the ivy task deliver. This task prepares the ivy.xml which gets published. this is a snip from a build file of mine : <mkdir dir="delivery"/> <ivy:deliver deliverpattern="delivery/ivy.xml" pubrevision="${revision}" /> <ivy:publish artifactspattern="${websphere.lib.dir}/[artifact].[ext]" srcivypattern="delivery/ivy.xml" resolver="thirdparty" pubrevision="${revision}" status="release" overwrite="true" /> so I explicitly invoke this ivy:deliver task and feed the location of the ivy file that deliver generates in the srcivypattern attribute of ivy:publish. When you do not use the srcivypattern attribute, ivy:publish delegates to ivy:deliver. The generated ivy file seems to go to the directory of the artifact that you publish. bonjour de la grande pomme, Antoine -------- Original-Nachricht -------- Datum: Fri, 10 Nov 2006 12:24:49 +0000 Von: Steve Loughran <[email protected]> An: [email protected] Betreff: Re: publishing war files > > No, I fixed it. I had to delete the ivy xml file created in dist/ next > to the WAR and the rebuild would recreate it...it looks like ivy doesnt > recreate this file if the source ivy.xml file has changed. From [email protected] Sat Nov 11 10:13:49 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99781 invoked from network); 11 Nov 2006 10:13:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2006 10:13:49 -0000 Received: (qmail 97608 invoked by uid 500); 11 Nov 2006 10:14:00 -0000 Delivered-To: [email protected] Received: (qmail 97581 invoked by uid 500); 11 Nov 2006 10: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]> List-Id: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97572 invoked by uid 99); 11 Nov 2006 10:13:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 02:13: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 (herse.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; Sat, 11 Nov 2006 02:13:46 -0800 Received: by nf-out-0910.google.com with SMTP id p46so1456693nfa for <[email protected]>; Sat, 11 Nov 2006 02:13:24 -0800 (PST) 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=QTmh7MK5ePjpO/IpgVvln+Q1UcKspiuPqkVL4qAeDzATg0x9U+oRR/PBmFlDapKoSvEH0IWTUGlRYJM4YtWMnDFypFQDSvdLYkwSkci3tDOk2+Vx01lg+Zq0uZrIhTVDqJYbQwQFXsOQpMTi50+gDQq+63E4+mpqBD3pgCICv1U= Received: by 161.129.204.104 with SMTP id b9mr421671buf.1163240004037; Sat, 11 Nov 2006 02:13:24 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sat, 11 Nov 2006 02:13:23 -0800 (PST) Message-ID: <[email protected]> Date: Sat, 11 Nov 2006 11:13:24 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: local m2-style repository In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_48230_17174845.1163240004006" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_48230_17174845.1163240004006 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/10/06, Steve Loughran <[email protected]> wrote: > > > I know that my official role on the project is 'mentor' not > troublemaker, but I take the view the more I break things, the better > the tests people get to write. I agree, I like problem reports, it's the best way to improve a tool. And Ivy still need a lot of improvements :-) Here's my next problem: > > I can declare that a filesystem layout shoudl be m2 compatible: > > <filesystem name="team"> > ivys="true" artifacts="true" > m2compatible="true" > > <artifact > pattern="${ivy.conf.dir}/repository/${maven2.pattern.ext}"/> > <ivy pattern="${ivy.conf.dir}/repository/${maven2.pattern}.xml"/> > </filesystem> > > But it doesnt pick up, because the javax.j2ee pattern isnt being > switched to javax/j2ee. > > [ivy:resolve] team: tried > /home/slo/Projects/examples/diary/repository/javax.j2ee/j2ee/1.5/j2ee- > 1.5.xml > [ivy:resolve] team: tried artifact [ javax.j2ee | j2ee > | 1.5 ]/j2ee.jar[jar]: > [ivy:resolve] > /home/slo/Projects/examples/diary/repository/javax.j2ee/j2ee/1.5/j2ee- > 1.5.jar > > Is this intentional? No it isn't, I'm even surprised it doesn't work. You can open a bug in jira (still on http://jira.jayasoft.org, but will be moved to apache soon :-) ). Xavier ------=_Part_48230_17174845.1163240004006-- From [email protected] Sat Nov 11 10:22:03 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3566 invoked from network); 11 Nov 2006 10:22:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2006 10:22:02 -0000 Received: (qmail 13051 invoked by uid 500); 11 Nov 2006 10:22:13 -0000 Delivered-To: [email protected] Received: (qmail 13025 invoked by uid 500); 11 Nov 2006 10: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]> List-Id: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13016 invoked by uid 99); 11 Nov 2006 10:22:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 02:22: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 (herse.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; Sat, 11 Nov 2006 02:22:00 -0800 Received: by nf-out-0910.google.com with SMTP id p46so1458327nfa for <[email protected]>; Sat, 11 Nov 2006 02:21:38 -0800 (PST) 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=cZE8Zf+OEraSt8ZHEyH6hW3tJn09os3DcUljoU35JvCoNTc1vtCLVfAWLLZ7C1V5JrvOv+y2i2WqioWfpRBRsvVukw/TXkW5tbSgce7YBuNTKorLR95+9YJBMEFKFksjrUB6fOcPvWHxUlnbdqCosesiExu5Y55mqNBBRZx03jQ= Received: by 161.129.204.104 with SMTP id e8mr418479buf.1163240498350; Sat, 11 Nov 2006 02:21:38 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sat, 11 Nov 2006 02:21:37 -0800 (PST) Message-ID: <[email protected]> Date: Sat, 11 Nov 2006 11:21:38 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: publishing war files In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_48270_12542604.1163240498036" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_48270_12542604.1163240498036 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/10/06, Steve Loughran <[email protected]> wrote: > > Stephane Bailliez wrote: > > Steve Loughran wrote: > >> > >> > >> > >> I cannot get ivy1.4.1 to publish my WAR file. Jar files yes, war files > >> no. > >> > > You may need to specify the type in the task otherwise I think it tries > > to publish jar instead of using what is in the ivy.xml > > > > (might be wrong, but from the top of my head) > > No, I fixed it. I had to delete the ivy xml file created in dist/ next > to the WAR and the rebuild would recreate it...it looks like ivy doesnt > recreate this file if the source ivy.xml file has changed. Yes, this something which surprise a lot of users, we may better change the default for that in a new version. The idea is that you can control the ivy file you publish, so the creation of the ivy in the dist directory is done by a task called deliver, which is automcatically called by the publish task IF there is no ivy file in the dist directory. If you want to be sure it is generated again each time you have either to call the deliver task explicitly or set forcedeliver="true" on your publish task. Xavier ------=_Part_48270_12542604.1163240498036-- From [email protected] Sat Nov 11 10:29:41 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4127 invoked from network); 11 Nov 2006 10:29:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2006 10:29:41 -0000 Received: (qmail 25704 invoked by uid 500); 11 Nov 2006 10:29:52 -0000 Delivered-To: [email protected] Received: (qmail 25660 invoked by uid 500); 11 Nov 2006 10:29: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25651 invoked by uid 99); 11 Nov 2006 10:29:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 02:29: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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 02:29:38 -0800 Received: by nf-out-0910.google.com with SMTP id p46so1459865nfa for <[email protected]>; Sat, 11 Nov 2006 02:29:16 -0800 (PST) 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=IeBlqZeLC24lJmoZWPg6sSQiKSuk9j/FYsAqz+mzuoWQ2E198bgJNcuB/2rTzqnZiEtUrB+Hqp5FxM1UgZ5pMGAtm7kltnHT4YkarfoPbiqufQW1G4nHfocvuWAhEO5B6VgxadG1xE3qzwyfcUpYNYSMURZnTx9ckFq2V5JDTU0= Received: by 161.129.204.104 with SMTP id b9mr422532buf.1163240956473; Sat, 11 Nov 2006 02:29:16 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sat, 11 Nov 2006 02:29:16 -0800 (PST) Message-ID: <[email protected]> Date: Sat, 11 Nov 2006 11:29:16 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: publishing war files In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_48322_6027988.1163240956321" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_48322_6027988.1163240956321 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/10/06, Stephane Bailliez <[email protected]> wrote: > > Steve Loughran wrote: > > > > No, I fixed it. I had to delete the ivy xml file created in dist/ next > > to the WAR and the rebuild would recreate it...it looks like ivy > > doesnt recreate this file if the source ivy.xml file has changed. > Indeed, common source of mishaps that happen, my build process is > constantly getting rid of it as I have learned it the hard way. > That's certainly part of the thing that needs to be fixed. > > What I would like for any subsequent release is to stop having too much > configuration entry points, too much assumptions and too much > autodecisions. > > The fact that you can configure part of it with properties, other parts > with the xml that it does an auto configuration, auto resolve, if not > done, is creating more problem than it solve from my perspective. I > generally want thing to fail right away. I understand your perspective, and personnally I prefer to call everything explictly and always have all my configuration in the xml file. But I think that it make things easier for the newbie (at least until they get frustrated because something goes wrong :-)). Imagine that you want to use Ivy only to get commons-collections artifacts in a directory. With those default and auto calling things, you can do only that: <ivy:retrieve organisation="apache" module="commons-collections" revision=" 3.0" inline="true" pattern="${my.install.dir}/[artifact].[ext]"/> Otherwise you would have to write an ivyconf.xml, and to call configure, resolve and retrieve. It's a lot of things for a very simple use case. So I personnaly think that we should keep such defaults and auto callings, but improve them to make them more consistent, more obvious (on the console), and better documented. Xavier > -- stephane > > > > ------=_Part_48322_6027988.1163240956321-- From [email protected] Mon Nov 13 17:07:39 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97951 invoked from network); 13 Nov 2006 17:07:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Nov 2006 17:07:38 -0000 Received: (qmail 36601 invoked by uid 500); 13 Nov 2006 17:07:49 -0000 Delivered-To: [email protected] Received: (qmail 36577 invoked by uid 500); 13 Nov 2006 17:07: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36559 invoked by uid 99); 13 Nov 2006 17:07:49 -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 09:07:49 -0800 X-ASF-Spam-Status: No, hits=3.6 required=10.0 tests=HTML_10_20,HTML_MESSAGE,HTML_SHORT_LENGTH,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 ug-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 09:07:36 -0800 Received: by ug-out-1314.google.com with SMTP id y2so1334682uge for <[email protected]>; Mon, 13 Nov 2006 09:07:14 -0800 (PST) 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=L5g/ZQiusNnwKOmlP+Fzf7KxP3lr0JOPeZVOd9xkvrmycExNVPFNmiGvMUQCIbr18ERtsBrPMd+v7t802HXQQF45rnuCdPhSljYWmmDhRNmhXWe0nvfd5zFoo1WWu/zJOqz8U0+iHJW/eDs3I1fGJxaqYqypvW1naS+8fDlYEPk= Received: by 161.129.204.104 with SMTP id l6mr6462273hud.1163437633909; Mon, 13 Nov 2006 09:07:13 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 13 Nov 2006 09:07:13 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 13 Nov 2006 09:07:13 -0800 From: "Eric Crahen" <[email protected]> To: [email protected] Subject: Archive links? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16233_30256624.1163437633881" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_16233_30256624.1163437633881 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Are archive links for the lists available? (I know that they are fairly new lists, but I've missed some discussion) -- - Eric ------=_Part_16233_30256624.1163437633881-- From [email protected] Mon Nov 13 17:25:11 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5079 invoked from network); 13 Nov 2006 17:25:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Nov 2006 17:25:10 -0000 Received: (qmail 72212 invoked by uid 500); 13 Nov 2006 17:25:21 -0000 Delivered-To: [email protected] Received: (qmail 72176 invoked by uid 500); 13 Nov 2006 17:25: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72167 invoked by uid 99); 13 Nov 2006 17:25:20 -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 09:25:20 -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; Mon, 13 Nov 2006 09:25:07 -0800 Received: by wr-out-0506.google.com with SMTP id i21so410218wra for <[email protected]>; Mon, 13 Nov 2006 09:24:45 -0800 (PST) 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=qj5owYM+4cnApS28o4tlae3mGIFP3J/N3JpQFY4FNA0zELjpVQKd0fZpQBDXHM9J0BhsM8oLLWjnuEzlyqjHUk5O0JHflldg+1r/FAv3QZiovA9sbv4qk3z+Yssd5Hp/5xVaYS9SQOSoK5MJ/NRyiLcDRVsH89mFZ9lwt9xEyAI= Received: by 161.129.204.104 with SMTP id s13mr3266801agc.1163438681344; Mon, 13 Nov 2006 09:24:41 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 13 Nov 2006 09:24:41 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 13 Nov 2006 19:24:41 +0200 From: easyproglife <[email protected]> To: [email protected] Subject: Re: Archive links? In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_121222_11509863.1163438681071" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_121222_11509863.1163438681071 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sure: 1. From mail-archive.com: http://www.mail-archive.com/ivy-dev%40incubator.apache.org/ and http://www.mail-archive.com/ivy-user%40incubator.apache.org/ 2. From mail-archives.apache.org (same contents but different GUI): http://mail-archives.apache.org/mod_mbox/incubator-ivy-dev/ http://mail-archives.apache.org/mod_mbox/incubator-ivy-user/ Good luck! On 11/13/06, Eric Crahen <[email protected]> wrote: > > Are archive links for the lists available? (I know that they are fairly > new > lists, but I've missed some discussion) > > -- > > - Eric > > ------=_Part_121222_11509863.1163438681071-- From [email protected] Wed Nov 15 09:32:04 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58943 invoked from network); 15 Nov 2006 09:32:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2006 09:32:03 -0000 Received: (qmail 29603 invoked by uid 500); 15 Nov 2006 09:32:14 -0000 Delivered-To: [email protected] Received: (qmail 29573 invoked by uid 500); 15 Nov 2006 09:32: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29563 invoked by uid 99); 15 Nov 2006 09:32:13 -0000 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 (hermes.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, 15 Nov 2006 01:32:11 -0800 Received: by wx-out-0506.google.com with SMTP id h29so167832wxd for <[email protected]>; Wed, 15 Nov 2006 01:29:35 -0800 (PST) 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=mtqJC/5pxlnKZkrU77kMJSpeePTD9RTQLHP+Oj+z9du5ZadljZtaGZCNmsDRthttExWtGvB+8n2aXn9m/yXfNVoByAkgfRBJ0onMn5Xw7WJ5IBnh23pQyKraiGSTilQgEVdI+h8kkxZDlI5bHLnzSSIMKVvJnutO2AA4NSOeWFM= Received: by 161.129.204.104 with SMTP id q12mr1999730agc.1163582975386; Wed, 15 Nov 2006 01:29:35 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 15 Nov 2006 01:29:35 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 15 Nov 2006 11:29:35 +0200 From: easyproglife <[email protected]> To: ivy-user <[email protected]> Subject: Sun products license MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_156058_13361374.1163582975311" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_156058_13361374.1163582975311 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all. As you may know, Sun has recently announced releasing Java products as open-source. See: http://www.sun.com/software/opensource/java/ The question is if from now on, tools like ivy and maven would be able to get Sun's artifacts freely and automatically? Until recently, Sun required you to agree on their license prior to (manual) downloading. Do you think this is going to change? If so, do you think we (as Ivy and Maven users) should ask sun to let the tools download the artifacts automatically? easyproglife ------=_Part_156058_13361374.1163582975311-- From [email protected] Wed Nov 15 09:58:03 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64414 invoked from network); 15 Nov 2006 09:58:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2006 09:58:02 -0000 Received: (qmail 65487 invoked by uid 500); 15 Nov 2006 09:58:12 -0000 Delivered-To: [email protected] Received: (qmail 65468 invoked by uid 500); 15 Nov 2006 09: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65458 invoked by uid 99); 15 Nov 2006 09:58:12 -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 tobor.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 01:58:09 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id 7E5064C09F for <[email protected]>; Wed, 15 Nov 2006 09:35:39 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from tobor.hpl.hp.com ([161.129.204.104]) by localhost (tobor.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id zcnVP7zkVjav for <[email protected]>; Wed, 15 Nov 2006 09:35:38 +0000 (GMT) Received: from ha-node-br1.hpl.hp.com (ha-node-br1.hpl.hp.com [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id 8ADA94C09C for <[email protected]>; Wed, 15 Nov 2006 09:35:38 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br1.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kAF9ZHiT001350 for <[email protected]>; Wed, 15 Nov 2006 09:35:18 GMT Message-ID: <[email protected]> Date: Wed, 15 Nov 2006 09:31:28 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: Sun products license References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org easyproglife wrote: > Hi all. > > As you may know, Sun has recently announced releasing Java products as > open-source. > > See: http://www.sun.com/software/opensource/java/ > > The question is if from now on, tools like ivy and maven would be able to > get Sun's artifacts freely and automatically? > > Until recently, Sun required you to agree on their license prior to > (manual) > downloading. > > Do you think this is going to change? > > > If so, do you think we (as Ivy and Maven users) should ask sun to let the > tools download the artifacts automatically? This is probably a q. for the repository mail list. Once the artifacts get freed up, then yes, we should be able to pull them down. There is a small m1 repository on java.net that serves up some of the javaEE stuff already. From [email protected] Wed Nov 15 10:26:46 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68636 invoked from network); 15 Nov 2006 10:26:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2006 10:26:45 -0000 Received: (qmail 88799 invoked by uid 500); 15 Nov 2006 10:26:55 -0000 Delivered-To: [email protected] Received: (qmail 88777 invoked by uid 500); 15 Nov 2006 10:26: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88768 invoked by uid 99); 15 Nov 2006 10:26:55 -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 customer-domains.icp-qv1-irony12.iinet.net.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 02:26:53 -0800 Received: from 203-158-59-227.dyn.iinet.net.au (HELO [161.129.204.104]) ([161.129.204.104]) by customer-domains.icp-qv1-irony12.iinet.net.au with ESMTP; 15 Nov 2006 18:13:39 +0800 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAADl3WkXLnjvjdGdsb2JhbAAN X-IronPort-AV: i="4.09,423,1157299200"; d="scan'208"; a="30595122:sNHT584032833" Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: Brett Porter <[email protected]> Subject: Re: Sun products license Date: Wed, 15 Nov 2006 21:13:35 +1100 To: [email protected] X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org This really doesn't change anything, AFAICT. Most of the JARs are already open sourced under Glassfish (CDDL). I suppose there may be some additional GPL'd ones in OpenJDK. But they'll only be the Java7 versions, which won't be released for a long time. AFAIK, the license on the problematic old versions of JARs remains as is. - Brett On 15/11/2006, at 8:31 PM, Steve Loughran wrote: > easyproglife wrote: >> Hi all. >> As you may know, Sun has recently announced releasing Java >> products as >> open-source. >> See: http://www.sun.com/software/opensource/java/ >> The question is if from now on, tools like ivy and maven would be >> able to >> get Sun's artifacts freely and automatically? >> Until recently, Sun required you to agree on their license prior >> to (manual) >> downloading. >> Do you think this is going to change? >> If so, do you think we (as Ivy and Maven users) should ask sun to >> let the >> tools download the artifacts automatically? > > > This is probably a q. for the repository mail list. > > Once the artifacts get freed up, then yes, we should be able to > pull them down. There is a small m1 repository on java.net that > serves up some of the javaEE stuff already. From [email protected] Wed Nov 15 11:38:10 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90458 invoked from network); 15 Nov 2006 11:38:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2006 11:38:09 -0000 Received: (qmail 5630 invoked by uid 500); 15 Nov 2006 11:38:19 -0000 Delivered-To: [email protected] Received: (qmail 5592 invoked by uid 500); 15 Nov 2006 11: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]> List-Id: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5583 invoked by uid 99); 15 Nov 2006 11:38:19 -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 colossus.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 03:38:15 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id 73C1C6BA16 for <[email protected]>; Wed, 15 Nov 2006 11:36:48 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from colossus.hpl.hp.com ([161.129.204.104]) by localhost (colossus.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id fr6ROjlRBRwW for <[email protected]>; Wed, 15 Nov 2006 11:36:40 +0000 (GMT) Received: from ha-node-br1.hpl.hp.com (ha-node-br1.hpl.hp.com [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id 7EFA16BA11 for <[email protected]>; Wed, 15 Nov 2006 11:36:40 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br1.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kAFBaReR017216 for <[email protected]>; Wed, 15 Nov 2006 11:36:28 GMT Message-ID: <[email protected]> Date: Wed, 15 Nov 2006 11:32:37 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: overriding included configurations Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Imagine I have some configurations <configurations defaultconfmapping="default"> <conf name="default" extends="master,runtime"/> <conf name="compile" visibility="private" description="artifacts needed to compile the application"/> <conf name="unittest" extends="compile" description="the classpath needed to run unittests"/> <conf name="systemtest" extends="compile" description="the classpath needed to run systemtests"/> <conf name="test" extends="unittest,systemtest" description="the classpath needed to run tests"/> <conf name="master" description="contains the artifact but no dependencies"/> <conf name="runtime" description="runtime but not the artifact"/> </configurations> Then I include them <configurations> <include file="../standard.xml" /> </configurations> Can I override an included configuration, giving it different extensions? <conf name="unittest" extends="jaxb" /> <conf name="systemtest" /> -Steve From [email protected] Wed Nov 15 12:29:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2515 invoked from network); 15 Nov 2006 12:29:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2006 12:29:27 -0000 Received: (qmail 61542 invoked by uid 500); 15 Nov 2006 12:29:37 -0000 Delivered-To: [email protected] Received: (qmail 61492 invoked by uid 500); 15 Nov 2006 12: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]> List-Id: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61482 invoked by uid 99); 15 Nov 2006 12:29:37 -0000 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 (hermes.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, 15 Nov 2006 04:29:35 -0800 Received: by ug-out-1314.google.com with SMTP id y2so136025uge for <[email protected]>; Wed, 15 Nov 2006 04:27:41 -0800 (PST) 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=ff8mbCD+wDvTyK8/6mmWjJnPHyutMuE4HaR7n1HPrqPUrLmvLD3EKWsS8kksKKbsjHm0dyUOUx3B63D1CIQ581YiT4Vj+ZSar5XXgGXgzqJah0C7GXM00CzdGNH8csUN0b3J4676gjwxHwQ6kxD+vii2viNTGJQ+tmIifyxXUfQ= Received: by 161.129.204.104 with SMTP id z15mr137895buc.1163593660269; Wed, 15 Nov 2006 04:27:40 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 15 Nov 2006 04:27:40 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 15 Nov 2006 13:27:40 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: overriding included configurations In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11637_13511757.1163593660201" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_11637_13511757.1163593660201 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/15/06, Steve Loughran <[email protected]> wrote: > > Imagine I have some configurations > > <configurations defaultconfmapping="default"> > <conf name="default" extends="master,runtime"/> > <conf name="compile" visibility="private" > description="artifacts needed to compile the application"/> > <conf name="unittest" extends="compile" > description="the classpath needed to run unittests"/> > <conf name="systemtest" extends="compile" > description="the classpath needed to run systemtests"/> > <conf name="test" extends="unittest,systemtest" > description="the classpath needed to run tests"/> > <conf name="master" description="contains the artifact but no > dependencies"/> > <conf name="runtime" description="runtime but not the artifact"/> > </configurations> > > Then I include them > > > <configurations> > <include file="../standard.xml" /> > </configurations> > > Can I override an included configuration, giving it different extensions? > > <conf name="unittest" extends="jaxb" /> > <conf name="systemtest" /> This is not intended to work, but I think it does :) Give it a try, but since configurations are stored in a Map by name and no verification is done, the new definition should replace the old one. Xavier -Steve > ------=_Part_11637_13511757.1163593660201-- From [email protected] Wed Nov 15 13:41:21 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19981 invoked from network); 15 Nov 2006 13:41:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2006 13:41:21 -0000 Received: (qmail 59784 invoked by uid 500); 15 Nov 2006 13:41:31 -0000 Delivered-To: [email protected] Received: (qmail 59770 invoked by uid 500); 15 Nov 2006 13:41: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59759 invoked by uid 99); 15 Nov 2006 13:41:30 -0000 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 (hermes.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, 15 Nov 2006 05:41:28 -0800 Received: by wr-out-0506.google.com with SMTP id i28so32264wra for <[email protected]>; Wed, 15 Nov 2006 05:39:41 -0800 (PST) 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=pKo7IZ+H+PBSwn7s7AmEf2W+GFGY+QXQKWq46082G7xlNvjgSvsjEz4N9OsrR9qoDMATcWPKLWMrCbJToym7fCHVKxx98DRTwRMMoY7Z2Ykd1z8ElWD004Tm+3UZ5g94sgZqVJHOAIsUpmpLsn3OSw0aSERuORYMSlY4rtYUc2U= Received: by 161.129.204.104 with SMTP id b12mr2049461agb.1163594579488; Wed, 15 Nov 2006 04:42:59 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 15 Nov 2006 04:42:59 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 15 Nov 2006 14:42:59 +0200 From: easyproglife <[email protected]> To: [email protected] Subject: Ivy use cases In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_158301_25105733.1163594579439" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_158301_25105733.1163594579439 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all. I have added this page to the Wiki: http://wiki.apache.org/ivy/IvyUseCases You are all invited to comment and/or enhance. easyproglife. ------=_Part_158301_25105733.1163594579439-- From [email protected] Wed Nov 15 15:11:39 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57124 invoked from network); 15 Nov 2006 15:11:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2006 15:11:36 -0000 Received: (qmail 46751 invoked by uid 500); 15 Nov 2006 15:11:39 -0000 Delivered-To: [email protected] Received: (qmail 46632 invoked by uid 500); 15 Nov 2006 15: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]> List-Id: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46571 invoked by uid 99); 15 Nov 2006 15:11:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 07:11:38 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO colossus.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 07:11:23 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id 18FA46BA06 for <[email protected]>; Wed, 15 Nov 2006 15:11:02 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from colossus.hpl.hp.com ([161.129.204.104]) by localhost (colossus.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id oSywMvNew-n4 for <[email protected]>; Wed, 15 Nov 2006 15:11:01 +0000 (GMT) Received: from ha-node-br1.hpl.hp.com (ha-node-br1.hpl.hp.com [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id E3D3F6B9DF for <[email protected]>; Wed, 15 Nov 2006 15:10:59 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br1.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kAFFAlIv015595 for <[email protected]>; Wed, 15 Nov 2006 15:10:47 GMT Message-ID: <[email protected]> Date: Wed, 15 Nov 2006 15:06:55 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: resolution of relative paths in <buildlist> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Sometimes when people ask me what I do for a living, I say "I break things". Its why I'm so good at what I do: I'm inherently clumsy. Today I have a project with buildlist <ivy:buildlist reference="child.projects" skipbuildwithoutivy="true"> <fileset dir="." includes="*/build.xml"/> <fileset dir="extras" includes="*/build.xml"/> <fileset dir="components" includes="*/build.xml"/> </ivy:buildlist> this includes files which import configurations <configurations defaultconfmapping="runtime"> <include file="../antbuild/ivy/configurations.xml"/> </configurations> This is failing, because the relative path is being resolved in the base directory, not relative to the ivy file itself. /home/slo/Projects/SmartFrog/Forge/core/build.xml:358: impossible to parse ivy file for /home/slo/Projects/SmartFrog/Forge/core/testharness/build.xml: ivyfile=/home/slo/Projects/SmartFrog/Forge/core/testharness/ivy.xml exception=java.text.ParseException: problem occured while parsing ivy file. message: /home/slo/Projects/SmartFrog/Forge/core/../antbuild/ivy/configurations.xml (No such file or directory) in file:/home/slo/Projects/SmartFrog/Forge/core/testharness/ivy.xml Defect? -Steve From [email protected] Wed Nov 15 15:26:18 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65027 invoked from network); 15 Nov 2006 15:26:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2006 15:26:15 -0000 Received: (qmail 5434 invoked by uid 500); 15 Nov 2006 15:26:21 -0000 Delivered-To: [email protected] Received: (qmail 5413 invoked by uid 500); 15 Nov 2006 15:26: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5393 invoked by uid 99); 15 Nov 2006 15:26:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 07:26: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 (herse.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, 15 Nov 2006 07:26:07 -0800 Received: by ug-out-1314.google.com with SMTP id y2so193388uge for <[email protected]>; Wed, 15 Nov 2006 07:25:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:x-mimeole:thread-index:in-reply-to; b=TXkRB8atOB3jj60jx5saK5T1qtTZE4SxE7fXqCpQ8C3VNioeSgFnk4evdpDwFTRxc5COnO6tTJZ/LW0Q90NC65dzj0KomXznJvvgce7/ewkL/PudFS/XBr4omAnHc0pBR7FKg0I5zA9rI2HMRN+2dquxC+a0DFZaxWBA+lD1c54= Received: by 161.129.204.104 with SMTP id z18mr3073286ugl.1163604346504; Wed, 15 Nov 2006 07:25:46 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id w40sm898285ugc.2161.129.204.104.25.46; Wed, 15 Nov 2006 07:25:46 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: RE: resolution of relative paths in <buildlist> Date: Wed, 15 Nov 2006 16:25:45 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AccIyFg5E9YxNqZUSSGHOXMS2FFyYwAAeayw In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF000177659B@server1e> X-Virus-Checked: Checked by ClamAV on apache.org I think there is already a Jira issue. I will check. Gilles > -----Original Message----- > From: Steve Loughran [mailto:[email protected]] > Sent: Wednesday, November 15, 2006 4:07 PM > To: [email protected] > Subject: resolution of relative paths in <buildlist> > > > > Sometimes when people ask me what I do for a living, I say "I > break things". Its why I'm so good at what I do: I'm > inherently clumsy. > > Today I have a project with buildlist > > <ivy:buildlist reference="child.projects" > skipbuildwithoutivy="true"> > <fileset dir="." includes="*/build.xml"/> > <fileset dir="extras" includes="*/build.xml"/> > <fileset dir="components" includes="*/build.xml"/> > </ivy:buildlist> > > this includes files which import configurations > > <configurations defaultconfmapping="runtime"> > <include file="../antbuild/ivy/configurations.xml"/> > </configurations> > > This is failing, because the relative path is being resolved > in the base directory, not relative to the ivy file itself. > > > /home/slo/Projects/SmartFrog/Forge/core/build.xml:358: impossible to > parse ivy file for > /home/slo/Projects/SmartFrog/Forge/core/testharness/build.xml: > ivyfile=/home/slo/Projects/SmartFrog/Forge/core/testharness/ivy.xml > exception=java.text.ParseException: problem occured while parsing ivy > file. message: > /home/slo/Projects/SmartFrog/Forge/core/../antbuild/ivy/config > urations.xml > (No such file or directory) in > file:/home/slo/Projects/SmartFrog/Forge/core/testharness/ivy.xml > > Defect? > > -Steve From [email protected] Wed Nov 15 15:29:49 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67194 invoked from network); 15 Nov 2006 15:29:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2006 15:29:49 -0000 Received: (qmail 19867 invoked by uid 500); 15 Nov 2006 15:29:59 -0000 Delivered-To: [email protected] Received: (qmail 19832 invoked by uid 500); 15 Nov 2006 15:29: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19822 invoked by uid 99); 15 Nov 2006 15:29:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 07:29:59 -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 ug-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 07:29:44 -0800 Received: by ug-out-1314.google.com with SMTP id y2so195318uge for <[email protected]>; Wed, 15 Nov 2006 07:29:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:x-mimeole:thread-index:in-reply-to; b=teOqAWDUnI82Me5BremaJ8Z+zJyz6Lc7ZaIpo08zbQZg5Ay54rwoBWaQuFeIyQZ+q6iIj0J2UpmlUET+vGUb6GccO6qt42DX24bpf/r4vS/gaEJFUtUeDfDuHSFQs7HqIqPUDQPQRGMY732l4dqOfm4mtPxbGZ/MO+lcRHzWQ0M= Received: by 161.129.204.104 with SMTP id u2mr3066593ugm.1163604562499; Wed, 15 Nov 2006 07:29:22 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id p32sm909139ugc.2161.129.204.104.29.21; Wed, 15 Nov 2006 07:29:22 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: RE: resolution of relative paths in <buildlist> Date: Wed, 15 Nov 2006 16:29:21 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AccIyFg5E9YxNqZUSSGHOXMS2FFyYwAAhtlQ In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF000177659B@server1e> X-Virus-Checked: Checked by ClamAV on apache.org See http://jira.jayasoft.org/browse/IVY-286 and http://jira.jayasoft.org/browse/IVY-232 . They are slightly different, but related. Gilles > -----Original Message----- > From: Steve Loughran [mailto:[email protected]] > Sent: Wednesday, November 15, 2006 4:07 PM > To: [email protected] > Subject: resolution of relative paths in <buildlist> > > > > Sometimes when people ask me what I do for a living, I say "I > break things". Its why I'm so good at what I do: I'm > inherently clumsy. > > Today I have a project with buildlist > > <ivy:buildlist reference="child.projects" > skipbuildwithoutivy="true"> > <fileset dir="." includes="*/build.xml"/> > <fileset dir="extras" includes="*/build.xml"/> > <fileset dir="components" includes="*/build.xml"/> > </ivy:buildlist> > > this includes files which import configurations > > <configurations defaultconfmapping="runtime"> > <include file="../antbuild/ivy/configurations.xml"/> > </configurations> > > This is failing, because the relative path is being resolved > in the base directory, not relative to the ivy file itself. > > > /home/slo/Projects/SmartFrog/Forge/core/build.xml:358: impossible to > parse ivy file for > /home/slo/Projects/SmartFrog/Forge/core/testharness/build.xml: > ivyfile=/home/slo/Projects/SmartFrog/Forge/core/testharness/ivy.xml > exception=java.text.ParseException: problem occured while parsing ivy > file. message: > /home/slo/Projects/SmartFrog/Forge/core/../antbuild/ivy/config > urations.xml > (No such file or directory) in > file:/home/slo/Projects/SmartFrog/Forge/core/testharness/ivy.xml > > Defect? > > -Steve From [email protected] Wed Nov 15 16:37:41 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9274 invoked from network); 15 Nov 2006 16:37:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2006 16:37:40 -0000 Received: (qmail 16803 invoked by uid 500); 15 Nov 2006 16:37:50 -0000 Delivered-To: [email protected] Received: (qmail 16775 invoked by uid 500); 15 Nov 2006 16:37: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16766 invoked by uid 99); 15 Nov 2006 16:37:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 08:37:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO tobor.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 08:37:36 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id 61CDB4C0B2 for <[email protected]>; Wed, 15 Nov 2006 16:37:15 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from tobor.hpl.hp.com ([161.129.204.104]) by localhost (tobor.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id zIVGL2dXrF93 for <[email protected]>; Wed, 15 Nov 2006 16:37:14 +0000 (GMT) Received: from ha-node-br1.hpl.hp.com (ha-node-br1.hpl.hp.com [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id 4850C4C09F for <[email protected]>; Wed, 15 Nov 2006 16:37:13 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br1.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kAFGb1MA028975 for <[email protected]>; Wed, 15 Nov 2006 16:37:01 GMT Message-ID: <[email protected]> Date: Wed, 15 Nov 2006 16:33:04 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: resolution of relative paths in <buildlist> References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Gilles Scokart wrote: > See http://jira.jayasoft.org/browse/IVY-286 and > http://jira.jayasoft.org/browse/IVY-232 . > > They are slightly different, but related. I see the defects; I'd like to see this fixed in the first apache release. The only ant task that doesnt do basedir resolution on paths is <import>, because we wanted to be able to have imported files refer to stuff in the directory they came in on. And that causes problems in IDEs, especially eclipse. Its just that when I do an <include file="../something" /> inside an ivy.xml file, I'd expect that to be resolved relative to the file. The basedir thing is not helping, because the basedir for buildlist is the build file executing the list, which is in a different location. So its a slightly different defect. As it is, I would probably be better off doing XML entity expansion if I want reliable inclusion, or set up symlinks so the paths still resolve. we are going to have so much fun setting up the antunit tests for this project. -steve From [email protected] Wed Nov 15 17:08:22 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20560 invoked from network); 15 Nov 2006 17:08:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Nov 2006 17:08:22 -0000 Received: (qmail 68476 invoked by uid 500); 15 Nov 2006 17:08:32 -0000 Delivered-To: [email protected] Received: (qmail 68432 invoked by uid 500); 15 Nov 2006 17:08: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68418 invoked by uid 99); 15 Nov 2006 17:08:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 09:08: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 (herse.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, 15 Nov 2006 09:08:19 -0800 Received: by ug-out-1314.google.com with SMTP id y2so231934uge for <[email protected]>; Wed, 15 Nov 2006 09:07:57 -0800 (PST) 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=LW89AgcqKvylfPkPYGs+rvq9hbq/OZxdvGdj76e7FM3gmHSOFqmOvbrMcl94N0qyxWGuntb05OPwlvzZLjQmuKfoneVf8HUHj2FuYvm/2pFVEga7LQbsTk2cfIKLD+cMTEA3Va4AgcdHHH1fpo+slXo51B9zhuLPOtxMgwD5OPk= Received: by 161.129.204.104 with SMTP id y5mr259164buc.1163610476808; Wed, 15 Nov 2006 09:07:56 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 15 Nov 2006 09:07:56 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 15 Nov 2006 18:07:56 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: resolution of relative paths in <buildlist> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15609_6403584.1163610476620" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_15609_6403584.1163610476620 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/15/06, Steve Loughran <[email protected]> wrote: > > Gilles Scokart wrote: > > See http://jira.jayasoft.org/browse/IVY-286 and > > http://jira.jayasoft.org/browse/IVY-232 . > > > > They are slightly different, but related. > > I see the defects; I'd like to see this fixed in the first apache > release. It makes sense, it's been a while since it need to be done. The only ant task that doesnt do basedir resolution on paths is > <import>, because we wanted to be able to have imported files refer to > stuff in the directory they came in on. And that causes problems in > IDEs, especially eclipse. > > Its just that when I do an <include file="../something" /> inside an > ivy.xml file, I'd expect that to be resolved relative to the file. The > basedir thing is not helping, because the basedir for buildlist is the > build file executing the list, which is in a different location. So its > a slightly different defect. As it is, I would probably be better off > doing XML entity expansion if I want reliable inclusion, or set up > symlinks so the paths still resolve. It makes sense too, and can be considered as a defect. Add an issue in jira and I'll vote for it :-) we are going to have so much fun setting up the antunit tests for this > project. :-) Xavier -steve > ------=_Part_15609_6403584.1163610476620-- From [email protected] Thu Nov 16 17:43:03 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93865 invoked from network); 16 Nov 2006 17:43:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Nov 2006 17:43:03 -0000 Received: (qmail 37222 invoked by uid 500); 16 Nov 2006 17:43:13 -0000 Delivered-To: [email protected] Received: (qmail 37200 invoked by uid 500); 16 Nov 2006 17:43: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37189 invoked by uid 99); 16 Nov 2006 17:43:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 09:43:13 -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 wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 09:43:00 -0800 Received: by wx-out-0506.google.com with SMTP id h29so698341wxd for <[email protected]>; Thu, 16 Nov 2006 09:42:39 -0800 (PST) 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=bT5vlziBRaMu2NxZX69tYOBHDJ9bIBLPp++De2MC5pKW0qv7N6CCn4FuWVlceU1IMRwvMykiceSgHqajRF9oJd/5HdoMrdmMv2XO9MBKq0z5Ea/Ar5LOKkgdJWGAlqzNyfeGm6UWsfpdfChifRSThmbrF7FD2TxulsUY2LQwuAI= Received: by 161.129.204.104 with SMTP id d19mr666374agc.1163698959412; Thu, 16 Nov 2006 09:42:39 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 16 Nov 2006 09:42:39 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 16 Nov 2006 19:42:39 +0200 From: easyproglife <[email protected]> To: ivy-user <[email protected]> Subject: 'transitive' attribute doesn't seem to work MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19634_25076183.1163698959391" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_19634_25076183.1163698959391 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi. Has anyone tried using the retrieve Ant task with 'transitive="false"' attribute? I have a project C depends on B and B depends on A. In project C I am trying to retrieve B "non-transitively" but it still gives me A's stuff. Any idea? (Has this feature been tested? If yes, what JUnit class?) Thanks easyproglife ------=_Part_19634_25076183.1163698959391-- From [email protected] Thu Nov 16 18:49:56 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14783 invoked from network); 16 Nov 2006 18:49:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Nov 2006 18:49:55 -0000 Received: (qmail 66534 invoked by uid 500); 16 Nov 2006 18:50:04 -0000 Delivered-To: [email protected] Received: (qmail 66514 invoked by uid 500); 16 Nov 2006 18:50: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 40792 invoked by uid 99); 16 Nov 2006 18:34: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 (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:reply-to:x-priority:message-id:to:cc:subject:in-reply-to:references:mime-version:content-type:content-transfer-encoding; b=jeMGquAbZkG0AK2CCj2GMjBcjdvd2HyJudsBnvH9wXhk0bLbCVYLyypw9AQ3JJtXxCfXL9Fm25lhVA/m8LXtntZd2qaGlVOAbjPczzCFpoAJVbUJocaLdzPYnPd5Javh0lemBL0US5fk6FKBynrh8PPwnURld+tgMuswDMpSzto= Date: Thu, 16 Nov 2006 13:33:28 -0500 From: Dmitriy Korobskiy <[email protected]> Reply-To: Dmitriy Korobskiy <[email protected]> X-Priority: 3 (Normal) Message-ID: <[email protected]> To: easyproglife <[email protected]> CC: ivy-user <[email protected]> Subject: Re: 'transitive' attribute doesn't seem to work In-Reply-To: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org easyproglife, e> Hi. e> Has anyone tried using the retrieve Ant task with 'transitive="false"' e> attribute? e> I have a project C depends on B and B depends on A. e> In project C I am trying to retrieve B "non-transitively" but it still gives e> me A's stuff. e> Any idea? e> (Has this feature been tested? If yes, what JUnit class?) Hi, we are using it on our project in quite a few cases. It works for us just fine. We started at Ivy 1.3 and are using Ivy 1.4 now. If you send your Ivy file(s) (and configuration), this lits can collectively try to figure out what's going wrong. Dmitriy <1-127-441 @ICQ, DKroot @Skype, DKroot1 @AIM, dkroot1_at_gmail_dot_com @Google Talk> From [email protected] Thu Nov 16 20:16:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45445 invoked from network); 16 Nov 2006 20:16:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Nov 2006 20:16:08 -0000 Received: (qmail 20982 invoked by uid 500); 16 Nov 2006 20:16:18 -0000 Delivered-To: [email protected] Received: (qmail 20945 invoked by uid 500); 16 Nov 2006 20:16: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20936 invoked by uid 99); 16 Nov 2006 20:16:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 12:16:18 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,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 vms040pub.verizon.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 12:16:04 -0800 Received: from vms073.mailsrvcs.net ([161.129.204.104]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <[email protected]> for [email protected]; Thu, 16 Nov 2006 14:14:22 -0600 (CST) Received: from 161.129.204.104 ([161.129.204.104]) by vms073.mailsrvcs.net (Verizon Webmail) with HTTP; Thu, 16 Nov 2006 14:14:21 -0600 (CST) Date: Thu, 16 Nov 2006 14:14:21 -0600 (CST) From: Dmitriy Korobskiy <[email protected]> Subject: Re: Re: 'transitive' attribute doesn't seem to work X-Originating-IP: [161.129.204.104] To: easyproglife <[email protected]>, Dmitriy Korobskiy <[email protected]> Cc: ivy-user <[email protected]> Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, I have looked on your project. First of all, I need to correct myself. Our project is using transitive="false" on dependencies in Ivy files, and we are using plain <resolve>. We are not using <retrieve> at all. By looking at your project, it looks like your problem is that resolve has been already done, so retrieve does not do it again and simply uses the results of the last resolve which, I believe, is done by design. One option for you would be to move transitive attribute to resolve. Another would be to get rid of resolve whatsoever - the retrieve would trigger an automatic resolve. DK >From: easyproglife <[email protected]> >Date: 2006/11/16 Thu PM 01:32:22 CST >To: Dmitriy Korobskiy <[email protected]> >Subject: Re: 'transitive' attribute doesn't seem to work >See attached. > >Instructions: >goto directory 'a' and run ant. >goto directory 'b' and run ant. >goto directory 'c' and run ant. > >In directory c/imported I would expect only 'b' because I have asked for non-transitive retrieve. > >Well, I have just looked in the docs and saw that 'transitive="no"' should be on the resolve not on the retrieve. > >I don't understand. I want to first retrieve transitively and then to retrieve non-transitively to another directory. It looks impossible with one resolve. > >If so, I wonder what the 'transitive' attribute on the RETRIEVE is useful for? The RESOLVE 'transitive' attribute is the one who decides. > >I am getting confused :-( > > >Xavier? Maybe you can me? > >On 11/16/06, Dmitriy Korobskiy <[email protected]> wrote:easyproglife, > >e> Hi. > >e> Has anyone tried using the retrieve Ant task with 'transitive="false"' >e> attribute? > >e> I have a project C depends on B and B depends on A. > >e> In project C I am trying to retrieve B "non-transitively" but it still gives >e> me A's stuff. > >e> Any idea? >e> (Has this feature been tested? If yes, what JUnit class?) > >Hi, > >we are using it on our project in quite a few cases. It works for us just fine. We >started at Ivy 1.3 and are using Ivy 1.4 now. > >If you send your Ivy file(s) (and configuration), this lits can collectively try to figure out what's >going wrong. > >Dmitriy <1-127-441 @ICQ, DKroot @Skype, DKroot1 @AIM, dkroot1_at_gmail_dot_com @Google Talk> From [email protected] Thu Nov 16 21:17:13 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69813 invoked from network); 16 Nov 2006 21:17:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Nov 2006 21:17:13 -0000 Received: (qmail 58120 invoked by uid 500); 16 Nov 2006 21:17:23 -0000 Delivered-To: [email protected] Received: (qmail 58101 invoked by uid 500); 16 Nov 2006 21:17: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58092 invoked by uid 99); 16 Nov 2006 21:17:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 13:17:23 -0800 X-ASF-Spam-Status: No, hits=4.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO web30802.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 16 Nov 2006 13:17:07 -0800 Received: (qmail 89119 invoked by uid 60001); 16 Nov 2006 21:16:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type; b=pN4jEafno6pg6h2TNJ3394bAil8RvluJBeLe+4x4muX6bvYJtHoKz7k5YAVHs7J1fR96XD0Gmlos1YF+mVor8bav8gEimg2JZ0xbFFQO3LmVYQQLYSXa7P74SugePJ6E2ZdOxazj9Z+T3uXAHaZ9HtaI3QTrni7awOmaed5JGFw= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web30802.mail.mud.yahoo.com via HTTP; Thu, 16 Nov 2006 13:16:46 PST Date: Thu, 16 Nov 2006 13:16:46 -0800 (PST) From: Maarten Coene <[email protected]> Subject: Re: Re: 'transitive' attribute doesn't seem to work To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1382853309-1163711806=:89100" X-Virus-Checked: Checked by ClamAV on apache.org --0-1382853309-1163711806=:89100 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: quoted-printable It looks like a bug to me, can you enter a JIRA issue?=0A=0Aregards,=0AMaar= ten=0A=0A----- Original Message ----=0AFrom: Dmitriy Korobskiy <dk.root@ver= izon.net>=0ATo: easyproglife <[email protected]>; Dmitriy Korobskiy <d= [email protected]>=0ACc: ivy-user <[email protected]>=0ASent: = Thursday, November 16, 2006 9:14:21 PM=0ASubject: Re: Re: 'transitive' attr= ibute doesn't seem to work=0A=0AHello,=0A=0AI have looked on your project. = First of all, I need to correct myself. Our project is using transitive=3D"= false" on dependencies in Ivy files, and we are using plain <resolve>. We a= re not using <retrieve> at all.=0A=0ABy looking at your project, it looks l= ike your problem is that resolve has been already done, so retrieve does no= t do it again and simply uses the results of the last resolve which, I beli= eve, is done by design.=0A=0AOne option for you would be to move transitive= attribute to resolve. Another would be to get rid of resolve whatsoever - = the retrieve would trigger an automatic resolve.=0A=0ADK=0A=0A>From: easypr= oglife <[email protected]>=0A>Date: 2006/11/16 Thu PM 01:32:22 CST=0A>= To: Dmitriy Korobskiy <[email protected]>=0A>Subject: Re: 'transitive' at= tribute doesn't seem to work=0A=0A>See attached.=0A>=0A>Instructions:=0A>go= to directory 'a' and run ant.=0A>goto directory 'b' and run ant.=0A>goto di= rectory 'c' and run ant.=0A>=0A>In directory c/imported I would expect only= 'b' because I have asked for non-transitive retrieve.=0A>=0A>Well, I have = just looked in the docs and saw that 'transitive=3D"no"' should be on the r= esolve not on the retrieve.=0A>=0A>I don't understand. I want to first retr= ieve transitively and then to retrieve non-transitively to another director= y. It looks impossible with one resolve.=0A>=0A>If so, I wonder what the 't= ransitive' attribute on the RETRIEVE is useful for? The RESOLVE 'transitive= ' attribute is the one who decides.=0A>=0A>I am getting confused :-(=0A>=0A= >=0A>Xavier? Maybe you can me?=0A>=0A>On 11/16/06, Dmitriy Korobskiy <dkroo= [email protected]> wrote:easyproglife,=0A>=0A>e> Hi.=0A>=0A>e> Has anyone tried = using the retrieve Ant task with 'transitive=3D"false"'=0A>e> attribute?=0A= >=0A>e> I have a project C depends on B and B depends on A.=0A>=0A>e> In pr= oject C I am trying to retrieve B "non-transitively" but it still gives=0A>= e> me A's stuff.=0A>=0A>e> Any idea?=0A>e> (Has this feature been tested? I= f yes, what JUnit class?)=0A>=0A>Hi,=0A>=0A>we are using it on our project = in quite a few cases. It works for us just fine. We=0A>started at Ivy 1.3 a= nd are using Ivy 1.4 now.=0A>=0A>If you send your Ivy file(s) (and configur= ation), this lits can collectively try to figure out what's=0A>going wrong.= =0A>=0A>Dmitriy <1-127-441 @ICQ, DKroot @Skype, DKroot1 @AIM, dkroot1_at_gm= ail_dot_com @Google Talk>=0A=0A=0A=0A=0A=0A=0A=0A=0A =0A___________________= _________________________________________________________________=0ASponsor= ed Link=0A=0AMortgage rates near 39yr lows. =0A$420k for $1,399/mo. Calcula= te new payment! =0Awww.LowerMyBills.com/lre --0-1382853309-1163711806=:89100-- From [email protected] Fri Nov 17 07:11:43 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8920 invoked from network); 17 Nov 2006 07:11:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Nov 2006 07:11:42 -0000 Received: (qmail 47650 invoked by uid 500); 17 Nov 2006 07:11:51 -0000 Delivered-To: [email protected] Received: (qmail 47624 invoked by uid 500); 17 Nov 2006 07: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47615 invoked by uid 99); 17 Nov 2006 07:11:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 23:11: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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 23:11:38 -0800 Received: by nf-out-0910.google.com with SMTP id p46so1401523nfa for <[email protected]>; Thu, 16 Nov 2006 23:11:16 -0800 (PST) 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=pLYQ7HiFZRLbbRq/wGhuPaE+7Cl1BadclX06joLSBx6YAdJyTWFzOyDkoMRIK+NMH43bBslBU83IwlaoyzjQdKT6YHuTESCzXHRcvAt8iyrFqNJwVJzw9y41yVccQU+H8Npk20Ty5llBsy/tTe44pAJEbKLZle3eLke3dhJVIns= Received: by 161.129.204.104 with SMTP id i13mr185029bud.1163747476390; Thu, 16 Nov 2006 23:11:16 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 16 Nov 2006 23:11:16 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 17 Nov 2006 08:11:16 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: Re: 'transitive' attribute doesn't seem to work In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_35325_11843007.1163747476155" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_35325_11843007.1163747476155 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Yes, transitive on retrieve is used only when a resolve is triggered automatically, not when you've already done the resolve. So for the moment you have to do the resolve twice if you want to get one transitive retrieve and one not transitive. And as Maarten said you can file a jira issue about that. Xavier On 11/16/06, Dmitriy Korobskiy <[email protected]> wrote: > > Hello, > > I have looked on your project. First of all, I need to correct myself. Our > project is using transitive="false" on dependencies in Ivy files, and we are > using plain <resolve>. We are not using <retrieve> at all. > > By looking at your project, it looks like your problem is that resolve has > been already done, so retrieve does not do it again and simply uses the > results of the last resolve which, I believe, is done by design. > > One option for you would be to move transitive attribute to resolve. > Another would be to get rid of resolve whatsoever - the retrieve would > trigger an automatic resolve. > > DK > > >From: easyproglife <[email protected]> > >Date: 2006/11/16 Thu PM 01:32:22 CST > >To: Dmitriy Korobskiy <[email protected]> > >Subject: Re: 'transitive' attribute doesn't seem to work > > >See attached. > > > >Instructions: > >goto directory 'a' and run ant. > >goto directory 'b' and run ant. > >goto directory 'c' and run ant. > > > >In directory c/imported I would expect only 'b' because I have asked for > non-transitive retrieve. > > > >Well, I have just looked in the docs and saw that 'transitive="no"' > should be on the resolve not on the retrieve. > > > >I don't understand. I want to first retrieve transitively and then to > retrieve non-transitively to another directory. It looks impossible with one > resolve. > > > >If so, I wonder what the 'transitive' attribute on the RETRIEVE is useful > for? The RESOLVE 'transitive' attribute is the one who decides. > > > >I am getting confused :-( > > > > > >Xavier? Maybe you can me? > > > >On 11/16/06, Dmitriy Korobskiy <[email protected]> wrote:easyproglife, > > > >e> Hi. > > > >e> Has anyone tried using the retrieve Ant task with 'transitive="false"' > >e> attribute? > > > >e> I have a project C depends on B and B depends on A. > > > >e> In project C I am trying to retrieve B "non-transitively" but it still > gives > >e> me A's stuff. > > > >e> Any idea? > >e> (Has this feature been tested? If yes, what JUnit class?) > > > >Hi, > > > >we are using it on our project in quite a few cases. It works for us just > fine. We > >started at Ivy 1.3 and are using Ivy 1.4 now. > > > >If you send your Ivy file(s) (and configuration), this lits can > collectively try to figure out what's > >going wrong. > > > >Dmitriy <1-127-441 @ICQ, DKroot @Skype, DKroot1 @AIM, > dkroot1_at_gmail_dot_com @Google Talk> > > ------=_Part_35325_11843007.1163747476155-- From [email protected] Sun Nov 19 21:19:43 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26957 invoked from network); 19 Nov 2006 21:19:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Nov 2006 21:19:42 -0000 Received: (qmail 91164 invoked by uid 500); 19 Nov 2006 21:19:52 -0000 Delivered-To: [email protected] Received: (qmail 91140 invoked by uid 500); 19 Nov 2006 21: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91128 invoked by uid 99); 19 Nov 2006 21:19:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 13:19:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO email13.mywebmailserver.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 13:19:38 -0800 Received: from [161.129.204.104] ([161.129.204.104]) by email13.mywebmailserver.com (IntelliMail) with ASMTP id CRY74585 for <[email protected]>; Sun, 19 Nov 2006 16:19:22 -0500 Message-ID: <[email protected]> Date: Sun, 19 Nov 2006 16:19:12 -0500 From: Keith Collison <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: Help with custom conflict manager Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, Our support libraries are published with the following pattern (note these aren't ivy patterns): [module-name]-[version]_[buildnumber]. The version number is 2-3 digits -- therefore a typical publication may be "core-1.2_34", "core-1.2.1_1", etc. In each case, the revision label registered with Ivy is "1.2_34", "1.2.1_1", and so forth. The trouble I experienced was that Ivy would consider 1.2_34 to be later than 1.2.1_1. Therefore, 1.2.1_1 would be evicted over 1.2_34. I understood why this was -- Ivy treats the underscore characters as periods. (I cursed the day I agreed to have module versions as "1.2" instead of "1.2.0".) First of all, if you have a way to handle the above scenerio without defining a custom latest strategy, let me know. As it was, I got started developing one to handle our version-label strategy. I implemented LatestStrategy in my class. It differs in one respect from the latest-revision strategy -- should it find the pattern (for example) 1.2_34, it simply inserts the ".0" appropriately (so it ends up comparing 1.2.0_34). My unit tests passed and I was pleased with myself. The headaches began when I was trying to change our ivy configuration to use it. I've got it registered OK, I've the <latest-strategies> and <conflict-managers> nodes defined. I've a <module> tag, attached to our organization, which specifies the custom conflict manager to use. Appropriate resolvers have the "latest" attribute pointed to our custom strategy. Despite all of this, Ivy seems to use the default "latest-revision" conflict manager to determine which of our modules to evict. Generating the ivy HTML report, nowhere is my conflict manager even referenced. The only way I can get my custom conflict manager to work is if I define the "defaultLatestStrategy" attribute on the <conf> tag. It also works if I define the defaultConflictManager. However, I don't want to interfere with 3rd party conflict handling, so I'm hesitant to pursue that as a solution. It just doesn't seem as if the conflict-manager for my <module> is being honored. Am I missing something, or is this a bug in Ivy? I've included our ivyconf below (I've changed some things for proprietary obfuscation, and removed property definitions for brevity). Thanks for your help. Kind regards, Keith Collison <ivyconf> <property name="ivy.properties.file.path" value="${ivy.conf.dir}/ivyconf-file.properties" override="false"/> <property name="ivy.default.resolver" value="default" override="false"/> <conf defaultCache="${ivy.default.ivy.user.dir}/cache" defaultResolver="${ivy.default.resolver}"/> <resolvers> <chain name="my-chain" latest="my-latest"> <url name="web-staging"> <ivy pattern="${my.staging.url}/${my.staging.ivy.pattern}"/> <artifact pattern="${my.staging.url}/${my.staging.artifact.pattern}"/> </url> <url name="web-shared"> <ivy pattern="${my.shared.url}/${my.shared.ivy.pattern}"/> <artifact pattern="${my.shared.url}/${my.shared.artifact.pattern}"/> </url> </chain> <chain name="thirdparty-chain" returnFirst="true"> <url name="web-thirdparty"> <ivy pattern="${my.thirdparty.url}/${my.thirdparty.ivy.pattern}"/> <artifact pattern="${my.thirdparty.url}/${my.thirdparty.artifact.pattern}"/> </url> <ivyrep name="ivyrep"/> </chain> <chain name="default"> <resolver ref="thirdparty-chain"/> </chain> </resolvers> <typedef name="my-latest-strategy" classname="com.mylatest.MyLatest"/> <latest-strategies> <my-latest-strategy name="my-latest"/> </latest-strategies> <conflict-managers> <latest-cm name="my-revision" latest="my-latest"/> </conflict-managers> <modules> <module organisation="myorganization" matcher="regexp" conflict-manager="my-revision" name=".*" resolver="my-chain"/> </modules> </ivyconf> From [email protected] Mon Nov 20 02:32:00 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94326 invoked from network); 20 Nov 2006 02:31:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Nov 2006 02:31:59 -0000 Received: (qmail 38187 invoked by uid 500); 20 Nov 2006 02:32:09 -0000 Delivered-To: [email protected] Received: (qmail 38162 invoked by uid 500); 20 Nov 2006 02:32: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38147 invoked by uid 99); 20 Nov 2006 02:32:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 18:32:09 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.openroadsconsulting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 18:31:56 -0800 X-Spam-Level: Received: from 161.129.204.104 ([161.129.204.104]) by mail.openroadsconsulting.com (Kerio MailServer 6.1.3) for [email protected]; Sun, 19 Nov 2006 21:31:35 -0500 From: David Robison <[email protected]> To: [email protected] Subject: 1.4.1 Resolve Slowness Message-ID: <[email protected]> Date: Sun, 19 Nov 2006 21:31:35 -0500 X-Mailer: Kerio MailServer 6.1.3 WebMail X-User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----------peace-on-earth-756cd8887b5e2ee3a6cdc0b3c57cbbf1" X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=0.0 required=5.0 tests=ALL_TRUSTED: -2.867,AWL: 0.167,BAYES_00: -1.665, HTML_40_50: 0.052,HTML_MESSAGE: 0.001 ------------peace-on-earth-756cd8887b5e2ee3a6cdc0b3c57cbbf1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I just upgraded from 1.3.1 to 1.4.1 and now my resolves are taking a su= bstantially longer time. It seems like it is requiring that each resolv= e has to find the file on the Internet even though it already exists in= the cache. Is there some configuration I'm missing=3F Thanks, David ------------peace-on-earth-756cd8887b5e2ee3a6cdc0b3c57cbbf1-- From [email protected] Mon Nov 20 08:04:04 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53210 invoked from network); 20 Nov 2006 08:04:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Nov 2006 08:04:02 -0000 Received: (qmail 14545 invoked by uid 500); 20 Nov 2006 08:04:12 -0000 Delivered-To: [email protected] Received: (qmail 14497 invoked by uid 500); 20 Nov 2006 08: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14488 invoked by uid 99); 20 Nov 2006 08:04:12 -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 00:04:12 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 00:04:00 -0800 Received: by nf-out-0910.google.com with SMTP id p46so2404397nfa for <[email protected]>; Mon, 20 Nov 2006 00:03:39 -0800 (PST) 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=Xk6bMWTyawO2VNEBXyQIWCTjZnX/BS41Pyts8zCjIAIYx/wxRhenlzEQ9K6uMs9YBwHL8yOZar1F9CvBpeIteCiVj1aDYqwdpOdcdSbMk5Fxid5BjYKD6kQ3OOmVkptO7PtcXsn257XNIsQco4m20uxFFdLFiAEeNUeCMhMBAog= Received: by 161.129.204.104 with SMTP id m9mr535922bue.1164009818430; Mon, 20 Nov 2006 00:03:38 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 20 Nov 2006 00:03:38 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 20 Nov 2006 09:03:38 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: Help with custom conflict manager In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_64880_26834158.1164009818373" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_64880_26834158.1164009818373 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/19/06, Keith Collison <[email protected]> wrote: > > Hello, > > Our support libraries are published with the following pattern (note > these aren't ivy patterns): [module-name]-[version]_[buildnumber]. The > version number is 2-3 digits -- therefore a typical publication may be > "core-1.2_34", "core-1.2.1_1", etc. In each case, the revision label > registered with Ivy is "1.2_34", "1.2.1_1", and so forth. > > The trouble I experienced was that Ivy would consider 1.2_34 to be later > than 1.2.1_1. Therefore, 1.2.1_1 would be evicted over 1.2_34. I > understood why this was -- Ivy treats the underscore characters as > periods. (I cursed the day I agreed to have module versions as "1.2" > instead of "1.2.0".) > > First of all, if you have a way to handle the above scenerio without > defining a custom latest strategy, let me know. As it was, I got > started developing one to handle our version-label strategy. I > implemented LatestStrategy in my class. It differs in one respect from > the latest-revision strategy -- should it find the pattern (for example) > 1.2_34, it simply inserts the ".0" appropriately (so it ends up > comparing 1.2.0_34). My unit tests passed and I was pleased with myself. > > The headaches began when I was trying to change our ivy configuration to > use it. I've got it registered OK, I've the <latest-strategies> and > <conflict-managers> nodes defined. I've a <module> tag, attached to our > organization, which specifies the custom conflict manager to use. > Appropriate resolvers have the "latest" attribute pointed to our custom > strategy. > > Despite all of this, Ivy seems to use the default "latest-revision" > conflict manager to determine which of our modules to evict. Generating > the ivy HTML report, nowhere is my conflict manager even referenced. > The only way I can get my custom conflict manager to work is if I define > the "defaultLatestStrategy" attribute on the <conf> tag. It also works > if I define the defaultConflictManager. However, I don't want to > interfere with 3rd party conflict handling, so I'm hesitant to pursue > that as a solution. > > It just doesn't seem as if the conflict-manager for my <module> is being > honored. > > Am I missing something, or is this a bug in Ivy? I've included our > ivyconf below (I've changed some things for proprietary obfuscation, and > removed property definitions for brevity). > > Thanks for your help. > > Kind regards, > > Keith Collison > > <ivyconf> > <property name="ivy.properties.file.path" > value="${ivy.conf.dir}/ivyconf-file.properties" > override="false"/> > <property name="ivy.default.resolver" value="default" > override="false"/> > > <conf defaultCache="${ivy.default.ivy.user.dir}/cache" > defaultResolver="${ivy.default.resolver}"/> > <resolvers> > <chain name="my-chain" latest="my-latest"> > <url name="web-staging"> > <ivy > pattern="${my.staging.url}/${my.staging.ivy.pattern}"/> > <artifact > pattern="${my.staging.url}/${my.staging.artifact.pattern}"/> > </url> > <url name="web-shared"> > <ivy > pattern="${my.shared.url}/${my.shared.ivy.pattern}"/> > <artifact > pattern="${my.shared.url}/${my.shared.artifact.pattern}"/> > </url> > </chain> > > <chain name="thirdparty-chain" returnFirst="true"> > <url name="web-thirdparty"> > <ivy > pattern="${my.thirdparty.url}/${my.thirdparty.ivy.pattern}"/> > <artifact > pattern="${my.thirdparty.url}/${my.thirdparty.artifact.pattern}"/> > </url> > <ivyrep name="ivyrep"/> > </chain> > <chain name="default"> > <resolver ref="thirdparty-chain"/> > </chain> > </resolvers> > > <typedef name="my-latest-strategy" classname="com.mylatest.MyLatest"/> > <latest-strategies> > <my-latest-strategy name="my-latest"/> > > </latest-strategies> > <conflict-managers> > <latest-cm name="my-revision" latest="my-latest"/> > </conflict-managers> > > <modules> > <module organisation="myorganization" matcher="regexp" > conflict-manager="my-revision" name=".*" resolver="my-chain"/> > </modules> > </ivyconf> Hi, First I'd like to clarify the difference between conflict manager and latest strategy roles. A conflict manager is used only when there is a conflict between two revisions (for instance A depends on C 1.2 and B depends on C 1.3), while latest strategy is used when you have a dependency using a dynamic version (like latest.integration). In this case it is not considered as a conflict, and thus only the latest strategy is used. So in your case you configure a conflict manager using your latest strategy, this is ok. The problem seems to be due to the fact that the latest strategy is not used. Why isn't it used? The latest strategy defined on the chain should be applied to all resolvers of the chain, but it was bugged in a previous version of Ivy (fixed in 1.4 if I remember well). So if you use an old version of Ivy, try with a 1.4.1. If you still have the problem, then to find what is the problem I suggest to put debug information on and track everything related to latest strategy management, and see if you can better understand what's happening (and post a message with your log attached here if you want us to investigate more). Xavier ------=_Part_64880_26834158.1164009818373-- From [email protected] Mon Nov 20 08:21:31 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63250 invoked from network); 20 Nov 2006 08:21:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Nov 2006 08:21:31 -0000 Received: (qmail 36446 invoked by uid 500); 20 Nov 2006 08:21:41 -0000 Delivered-To: [email protected] Received: (qmail 36397 invoked by uid 500); 20 Nov 2006 08:21: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36388 invoked by uid 99); 20 Nov 2006 08:21:41 -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 00:21:41 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 00:21:28 -0800 Received: by nf-out-0910.google.com with SMTP id p46so2409692nfa for <[email protected]>; Mon, 20 Nov 2006 00:21:06 -0800 (PST) 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=nlCB64RSuwGm0HT8kPhD8YAFU0RO5OlquD3NbHI53TyTf2BaaaOxuOfBEud8PqgUN/Lk0bP2EIUDhhFqPWC0rV9dxZf3oaG7YddJiHs8tStJq+NzTv23OW44ayAIrilQDDp5qOuPbNjL9nNMtFFRPWOqYnq3mle+B2RiywfWNnU= Received: by 161.129.204.104 with SMTP id x2mr538565bue.1164010866497; Mon, 20 Nov 2006 00:21:06 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 20 Nov 2006 00:21:06 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 20 Nov 2006 09:21:06 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: 1.4.1 Resolve Slowness In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_65160_13669901.1164010866389" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_65160_13669901.1164010866389 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/20/06, David Robison <[email protected]> wrote: > > I just upgraded from 1.3.1 to 1.4.1 and now my resolves are taking > a substantially longer time. It seems like it is requiring that > each resolve has to find the file on the Internet even though it > already exists in the cache. Is there some configuration I'm missing? > Thanks, David > No there is no strange configuration. Are you using latest.milestone or latest.release? If you are, prior to 1.4 the behaviour was rather different, and now the proper implementation causes slowness. Otherwise could you provide more details on your resolve (verbose or debug log)? Xavier ------=_Part_65160_13669901.1164010866389-- From [email protected] Mon Nov 20 10:15:57 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94087 invoked from network); 20 Nov 2006 10:15:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Nov 2006 10:15:57 -0000 Received: (qmail 71864 invoked by uid 500); 20 Nov 2006 10:16:07 -0000 Delivered-To: [email protected] Received: (qmail 71836 invoked by uid 500); 20 Nov 2006 10:16: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71826 invoked by uid 99); 20 Nov 2006 10:16:07 -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 02:16:07 -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 wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 02:15:54 -0800 Received: by wx-out-0506.google.com with SMTP id h29so1720153wxd for <[email protected]>; Mon, 20 Nov 2006 02:15:33 -0800 (PST) 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=UqdZQeUCgzq7nUbSK1s/6fmAeMN65jtJPxEv4Q31xWWmuqa7rSGmdIrgG0w8mh5GJxQ9muGrPKujn5C18TLa7NTe8LvfAwm7uHCPoGOTvhpp/nMeViHH1dJlnw1v+z03qp3GzulPJ7J3JK6Ow3rmTkCIxddOrUfr1heI0kTAdq0= Received: by 161.129.204.104 with SMTP id w19mr3013801agw.1164017733630; Mon, 20 Nov 2006 02:15:33 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 20 Nov 2006 02:15:33 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 20 Nov 2006 12:15:33 +0200 From: easyproglife <[email protected]> To: ivy-user <[email protected]> Subject: Branches and Ivy MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_66853_9189209.1164017733564" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_66853_9189209.1164017733564 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi. I am trying to understand the relationship between Ivy and SCM branches with the introduction of the 'branch' concept in ivy 1.4. Here is the branching concept as I understand: To be generic, a branch is a parallel source tree for parallel development of projects. I guess if you release from both parallel branches in parallel into ivy repository, you have to distinct the artifacts using distinct names and/or repositories. I mean if you have project-A and project-A-branch-1 that are almost identical. Both of them generate JARs. I guess that in order to make them different, you have to call them projectA.jar and projectA-branch1.jar for example, or if you call them both 'projectA.jar' you have to put them in 'main' and 'branch1' repositories accordingly. My questions are: 1. Am I right with my point of view on the ivy-branch issue? 2. Why should Ivy directly support branches? I would expect any branch to have its own ivy.xml. No? 3. We are using ClearCase. I wondered if someone has an experience with ClearCase branching including all config-spec issues. Thanks easyproglife ------=_Part_66853_9189209.1164017733564-- From [email protected] Mon Nov 20 14:03:30 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60091 invoked from network); 20 Nov 2006 14:03:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Nov 2006 14:03:25 -0000 Received: (qmail 10844 invoked by uid 500); 20 Nov 2006 14:03:29 -0000 Delivered-To: [email protected] Received: (qmail 10776 invoked by uid 500); 20 Nov 2006 14:03: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10736 invoked by uid 99); 20 Nov 2006 14:03:29 -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 06:03:29 -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 mail.openroadsconsulting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 06:03:13 -0800 X-Spam-Level: Received: from [161.129.204.104] ([161.129.204.104]) by mail.openroadsconsulting.com (Kerio MailServer 6.1.3) for [email protected]; Mon, 20 Nov 2006 09:02:51 -0500 Message-ID: <[email protected]> Date: Mon, 20 Nov 2006 09:02:49 -0500 From: David R Robison <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: 1.4.1 Resolve Slowness 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 X-Old-Spam-Status: No, hits=0.0 required=5.0 tests=ALL_TRUSTED: -2.867,BAYES_00: -1.665 I'm sorry, I'm unsure what your asking. Here is my ivy config file. <ivyconf> <properties file="${ivy.conf.dir}/ivyconf.properties" /> <conf defaultCache="${ivy.conf.dir}/ivy-cache" defaultResolver="default-chain"/> <resolvers> <chain name="default-chain"> <url name="orci"> <artifact pattern="http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact]-[revision].[ext]" /> <artifact pattern="http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact].[ext]" /> </url> <url name="ibiblio" > <artifact pattern="http://mirrors.dotsrc.org/maven/[module]/[type]s/[artifact]-[revision].[ext]" /> <artifact pattern="http://mirrors.dotsrc.org/maven/[module]/[type]s/[artifact].[ext]" /> <artifact pattern="http://mirrors.dotsrc.org/maven2/org/samba/jcifs/[module]/[revision]/[artifact]-[revision].[ext]" /> </url> <url name="astrogrid"> <artifact pattern="http://www.astrogrid.org/maven/[module]/[type]s/[artifact]-[revision].[ext]" /> </url> <url name="bluesunrise"> <artifact pattern="http://www.bluesunrise.com/maven/[module]/[type]s/[artifact]-[revision].[ext]" /> </url> <url name="jibx"> <artifact pattern="http://jibx.sourceforge.net/maven/[module]/[type]s/[artifact]-[revision].[ext]" /> </url> <url name="berlios"> <artifact pattern="http://osgirepo.berlios.de/repository/[module]/[type]s/[artifact]-[revision].[ext]" /> </url> <url name="geotools"> <artifact pattern="http://maven.geotools.fr/repository/org/geotools/[module]/[revision]/[artifact]-[revision].[ext]" /> <artifact pattern="http://maven.geotools.fr/repository/com/vividsolutions/[module]/[revision]/[artifact]-[revision].[ext]" /> <artifact pattern="http://maven.geotools.fr/repository/org/opengis/[module]/[revision]/[artifact]-[revision].[ext]" /> <artifact pattern="http://maven.geotools.fr/repository/javax/units/[module]/[revision]/[artifact]-[revision].[ext]" /> </url> <url name="orci"> <artifact pattern="http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact]-[revision].[ext]" /> <artifact pattern="http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact].[ext]" /> </url> </chain> <filesystem name="projects"> <artifact pattern="${repository.dir}/[artifact]-[revision].[ext]" /> <ivy pattern="${repository.dir}/[module]-[revision].xml" /> </filesystem> </resolvers> <modules> <module organisation="orci" name=".*" resolver="projects" /> </modules> </ivyconf> Does this help? David Xavier Hanin wrote: > On 11/20/06, David Robison <[email protected]> wrote: >> >> I just upgraded from 1.3.1 to 1.4.1 and now my resolves are taking >> a substantially longer time. It seems like it is requiring that >> each resolve has to find the file on the Internet even though it >> already exists in the cache. Is there some configuration I'm missing? >> Thanks, David >> > No there is no strange configuration. Are you using latest.milestone or > latest.release? If you are, prior to 1.4 the behaviour was rather > different, > and now the proper implementation causes slowness. Otherwise could you > provide more details on your resolve (verbose or debug log)? > > Xavier > -- David R Robison Open Roads Consulting, Inc. 708 S. Battlefield Blvd., Chesapeake, VA 23322 phone: (603)363-6787 e-mail: [email protected] web: http://openroadsconsulting.com blog: http://therobe.blogspot.com book: http://www.xulonpress.com/bookstore/titles/1597816523.htm From [email protected] Mon Nov 20 14:56:37 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83664 invoked from network); 20 Nov 2006 14:56:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Nov 2006 14:56:36 -0000 Received: (qmail 21054 invoked by uid 500); 20 Nov 2006 14:56:46 -0000 Delivered-To: [email protected] Received: (qmail 21031 invoked by uid 500); 20 Nov 2006 14: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21022 invoked by uid 99); 20 Nov 2006 14:56:46 -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 06:56: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 (herse.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; Mon, 20 Nov 2006 06:56:33 -0800 Received: by ug-out-1314.google.com with SMTP id y2so1477490uge for <[email protected]>; Mon, 20 Nov 2006 06:56:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole; b=P9qes2aGUFy4yx2CUFGa6+N2fNXcVPDfrLszmF6BMjraCNwgcpGLtHs7xRPOiPSYJNfkPoNDmpwGjMG3VKKv432VWyzi4jGDzYgvMQUOskC7zQudWX7LgJJWO5JeUUoQlqtmfshOFKuitAXGV8Cr/aRzqpPTg1pTnx808ZcfbSI= Received: by 161.129.204.104 with SMTP id x3mr7455272ugi.1164034566378; Mon, 20 Nov 2006 06:56:06 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id 72sm7825804ugb.2161.129.204.104.56.05; Mon, 20 Nov 2006 06:56:05 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: RE: 1.4.1 Resolve Slowness Date: Mon, 20 Nov 2006 15:56:03 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF00017767EF@server1e> Thread-Index: AccMrKXdDlK3LDgySRmACpfrBmEgcwABweng X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Virus-Checked: Checked by ClamAV on apache.org Did you tried to use one resolver per specific url instead of chaining them? (each using the right module mapping if possible). Gilles > -----Original Message----- > From: David R Robison [mailto:[email protected]] > Sent: Monday, November 20, 2006 3:03 PM > To: [email protected] > Subject: Re: 1.4.1 Resolve Slowness > > I'm sorry, I'm unsure what your asking. Here is my ivy config file. > > <ivyconf> > <properties file="${ivy.conf.dir}/ivyconf.properties" /> > <conf defaultCache="${ivy.conf.dir}/ivy-cache" > defaultResolver="default-chain"/> > <resolvers> > <chain name="default-chain"> > <url name="orci"> > <artifact > pattern="http://www.openroadsconsulting.com/maven/[module]/[ty > pe]s/[artifact]-[revision].[ext]" > /> > <artifact > pattern="http://www.openroadsconsulting.com/maven/[module]/[ty > pe]s/[artifact].[ext]" > /> > </url> > <url name="ibiblio" > > <artifact > pattern="http://mirrors.dotsrc.org/maven/[module]/[type]s/[art > ifact]-[revision].[ext]" > /> > <artifact > pattern="http://mirrors.dotsrc.org/maven/[module]/[type]s/[art > ifact].[ext]" > /> > <artifact > pattern="http://mirrors.dotsrc.org/maven2/org/samba/jcifs/[mod > ule]/[revision]/[artifact]-[revision].[ext]" > /> > </url> > <url name="astrogrid"> > <artifact > pattern="http://www.astrogrid.org/maven/[module]/[type]s/[arti > fact]-[revision].[ext]" > /> > </url> > <url name="bluesunrise"> > <artifact > pattern="http://www.bluesunrise.com/maven/[module]/[type]s/[ar > tifact]-[revision].[ext]" > /> > </url> > <url name="jibx"> > <artifact > pattern="http://jibx.sourceforge.net/maven/[module]/[type]s/[a > rtifact]-[revision].[ext]" > /> > </url> > <url name="berlios"> > <artifact > pattern="http://osgirepo.berlios.de/repository/[module]/[type] > s/[artifact]-[revision].[ext]" > /> > </url> > <url name="geotools"> > <artifact > pattern="http://maven.geotools.fr/repository/org/geotools/[mod > ule]/[revision]/[artifact]-[revision].[ext]" > /> > <artifact > pattern="http://maven.geotools.fr/repository/com/vividsolution > s/[module]/[revision]/[artifact]-[revision].[ext]" > /> > <artifact > pattern="http://maven.geotools.fr/repository/org/opengis/[modu > le]/[revision]/[artifact]-[revision].[ext]" > /> > <artifact > pattern="http://maven.geotools.fr/repository/javax/units/[modu > le]/[revision]/[artifact]-[revision].[ext]" > /> > </url> > <url name="orci"> > <artifact > pattern="http://www.openroadsconsulting.com/maven/[module]/[ty > pe]s/[artifact]-[revision].[ext]" > /> > <artifact > pattern="http://www.openroadsconsulting.com/maven/[module]/[ty > pe]s/[artifact].[ext]" > /> > </url> > </chain> > <filesystem name="projects"> > <artifact > pattern="${repository.dir}/[artifact]-[revision].[ext]" /> > <ivy > pattern="${repository.dir}/[module]-[revision].xml" /> > </filesystem> > </resolvers> > <modules> > <module organisation="orci" name=".*" > resolver="projects" /> > </modules> > </ivyconf> > > Does this help? David > > Xavier Hanin wrote: > > On 11/20/06, David Robison > <[email protected]> wrote: > >> > >> I just upgraded from 1.3.1 to 1.4.1 and now my resolves > are taking a > >> substantially longer time. It seems like it is requiring > that each > >> resolve has to find the file on the Internet even though > it already > >> exists in the cache. Is there some configuration I'm missing? > >> Thanks, David > >> > > No there is no strange configuration. Are you using > latest.milestone > > or latest.release? If you are, prior to 1.4 the behaviour > was rather > > different, and now the proper implementation causes slowness. > > Otherwise could you provide more details on your resolve > (verbose or > > debug log)? > > > > Xavier > > > > -- > > David R Robison > Open Roads Consulting, Inc. > 708 S. Battlefield Blvd., Chesapeake, VA 23322 > phone: (603)363-6787 > e-mail: [email protected] > web: http://openroadsconsulting.com > blog: http://therobe.blogspot.com > book: http://www.xulonpress.com/bookstore/titles/1597816523.htm > > > > From [email protected] Mon Nov 20 16:22:22 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15299 invoked from network); 20 Nov 2006 16:22:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Nov 2006 16:22:22 -0000 Received: (qmail 56851 invoked by uid 500); 20 Nov 2006 16:22:32 -0000 Delivered-To: [email protected] Received: (qmail 56818 invoked by uid 500); 20 Nov 2006 16:22: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56808 invoked by uid 99); 20 Nov 2006 16:22:31 -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 08:22:31 -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 ug-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 08:22:18 -0800 Received: by ug-out-1314.google.com with SMTP id y2so1509240uge for <[email protected]>; Mon, 20 Nov 2006 08:21:57 -0800 (PST) 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=XEncYSLHTnDv+Wr+8NyWRgT9hmxB7MOo7kMlnDCfxSEC7mis7la9HsnwDoxvN2L4NKNZ0txjdF8pCif1gHzDA8CbLhL8RYTlqnzEouHfOOVTpiLTcEHRH49CNF3qrk5AEHbtOF3RT/t5/mNjs/lI8POK+1hr5CRFOoy2Lb4YwiY= Received: by 161.129.204.104 with SMTP id m17mr645557bud.1164039716580; Mon, 20 Nov 2006 08:21:56 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 20 Nov 2006 08:21:56 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 20 Nov 2006 17:21:56 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: Branches and Ivy In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_70821_7541890.1164039716315" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_70821_7541890.1164039716315 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/20/06, easyproglife <[email protected]> wrote: > > Hi. > > I am trying to understand the relationship between Ivy and SCM branches > with > the introduction of the 'branch' concept in ivy 1.4. > > Here is the branching concept as I understand: > To be generic, a branch is a parallel source tree for parallel development > of projects. I guess if you release from both parallel branches in > parallel > into ivy repository, you have to distinct the artifacts using distinct > names > and/or repositories. I mean if you have project-A and project-A-branch-1 > that are almost identical. Both of them generate JARs. I guess that in > order > to make them different, you have to call them projectA.jar and > projectA-branch1.jar for example, or if you call them both 'projectA.jar' > you have to put them in 'main' and 'branch1' repositories accordingly. > > > My questions are: > 1. Am I right with my point of view on the ivy-branch issue? I think so. 2. Why should Ivy directly support branches? I would expect any branch to > have its own ivy.xml. No? Yes, each branch has its own ivy file. The advantage of handling branch in Ivy is that you can easily ask for the latest version on a branch (branch=xxx and rev=latest.integration) and that Ivy supports to define default branch for a particular branch in the configuration file, so you can say at one place that you are working on branch X of module A, then all your dependencies on module A which do not specify the branch will be assumed to ask for branch X. Since working on branches is usual in software development, we thought that supporting branches like that instead of using a trick in the version was cleaner. But you can simply ignore it if you prefer another way to deal with them. 3. We are using ClearCase. I wondered if someone has an experience with > ClearCase branching including all config-spec issues. I have no experience on the subject. Xavier Thanks > easyproglife > > ------=_Part_70821_7541890.1164039716315-- From [email protected] Mon Nov 20 16:33:34 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18360 invoked from network); 20 Nov 2006 16:33:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Nov 2006 16:33:34 -0000 Received: (qmail 77533 invoked by uid 500); 20 Nov 2006 16:33:44 -0000 Delivered-To: [email protected] Received: (qmail 77508 invoked by uid 500); 20 Nov 2006 16:33: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77499 invoked by uid 99); 20 Nov 2006 16:33:44 -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 08:33:44 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 08:33:30 -0800 Received: by nf-out-0910.google.com with SMTP id p46so2560980nfa for <[email protected]>; Mon, 20 Nov 2006 08:33:09 -0800 (PST) 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=Aqo3/SW9taRsp4nqPAKKA2TtKFWbAHX4TmcKh9/n4VnxZ3A6bbnNvUCTs5VEuiOeIdab6lka1f9zfYOPOOBt14SPFisc1KdEpMU27Kx7W3xgE78BvZSTeK+RiMqpWh5qKeT57cPUjkUFaurtz6eFwWrTM5+ZesqmQN96Mbv8a04= Received: by 161.129.204.104 with SMTP id z15mr656889buc.1164040386518; Mon, 20 Nov 2006 08:33:06 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 20 Nov 2006 08:33:06 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 20 Nov 2006 17:33:06 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: 1.4.1 Resolve Slowness In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_71025_27015222.1164040386351" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_71025_27015222.1164040386351 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/20/06, David R Robison <[email protected]> wrote: > > I'm sorry, I'm unsure what your asking. Sorry for the confusion. My question is do you use rev="latest.milestone" or rev="latest.release" in any of your ivy files. But if the question is not clear I'm pretty sure you don't use them. So in this case the slowness may be due to a fix side effect or something like that, but it's difficult to know. To improve your perf you can set allownomd="false" on your resolvers for which you always have an ivy file. You can also set alwaysCheckExactRevision="false" on your resolvers so that Ivy does not try to find "latest.integration" revision, but only consider it as a dynamic version. Anyway, you seem to say that Ivy doesn't trust its cache anymore with 1.4.1, which is strange. It shouldn't be the case unless you use checkModified="true" and/or changing revisions. If you don't maybe it's a bug in 1.4.1. If you post your debug trace (what you see on the console when you run "ant -d") then maybe I'll be able to better understand what's happening. Xavier Here is my ivy config file. > > <ivyconf> > <properties file="${ivy.conf.dir}/ivyconf.properties" /> > <conf defaultCache="${ivy.conf.dir}/ivy-cache" > defaultResolver="default-chain"/> > <resolvers> > <chain name="default-chain"> > <url name="orci"> > <artifact > pattern=" > http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact]-[revision].[ext] > " > /> > <artifact > pattern=" > http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact].[ext] > " > /> > </url> > <url name="ibiblio" > > <artifact > pattern=" > http://mirrors.dotsrc.org/maven/[module]/[type]s/[artifact]-[revision].[ext] > " > /> > <artifact > pattern="http://mirrors.dotsrc.org/maven/[module]/[type]s/[artifact].[ext] > " > /> > <artifact > pattern=" > http://mirrors.dotsrc.org/maven2/org/samba/jcifs/[module]/[revision]/[artifact]-[revision].[ext] > " > /> > </url> > <url name="astrogrid"> > <artifact > pattern=" > http://www.astrogrid.org/maven/[module]/[type]s/[artifact]-[revision].[ext] > " > /> > </url> > <url name="bluesunrise"> > <artifact > pattern=" > http://www.bluesunrise.com/maven/[module]/[type]s/[artifact]-[revision].[ext] > " > /> > </url> > <url name="jibx"> > <artifact > pattern=" > http://jibx.sourceforge.net/maven/[module]/[type]s/[artifact]-[revision].[ext] > " > /> > </url> > <url name="berlios"> > <artifact > pattern=" > http://osgirepo.berlios.de/repository/[module]/[type]s/[artifact]-[revision].[ext] > " > /> > </url> > <url name="geotools"> > <artifact > pattern=" > http://maven.geotools.fr/repository/org/geotools/[module]/[revision]/[artifact]-[revision].[ext] > " > /> > <artifact > pattern=" > http://maven.geotools.fr/repository/com/vividsolutions/[module]/[revision]/[artifact]-[revision].[ext] > " > /> > <artifact > pattern=" > http://maven.geotools.fr/repository/org/opengis/[module]/[revision]/[artifact]-[revision].[ext] > " > /> > <artifact > pattern=" > http://maven.geotools.fr/repository/javax/units/[module]/[revision]/[artifact]-[revision].[ext] > " > /> > </url> > <url name="orci"> > <artifact > pattern=" > http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact]-[revision].[ext] > " > /> > <artifact > pattern=" > http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact].[ext] > " > /> > </url> > </chain> > <filesystem name="projects"> > <artifact > pattern="${repository.dir}/[artifact]-[revision].[ext]" /> > <ivy pattern="${repository.dir}/[module]-[revision].xml" > /> > </filesystem> > </resolvers> > <modules> > <module organisation="orci" name=".*" resolver="projects" /> > </modules> > </ivyconf> > > Does this help? David > > Xavier Hanin wrote: > > On 11/20/06, David Robison <[email protected]> wrote: > >> > >> I just upgraded from 1.3.1 to 1.4.1 and now my resolves are taking > >> a substantially longer time. It seems like it is requiring that > >> each resolve has to find the file on the Internet even though it > >> already exists in the cache. Is there some configuration I'm missing? > >> Thanks, David > >> > > No there is no strange configuration. Are you using latest.milestone or > > latest.release? If you are, prior to 1.4 the behaviour was rather > > different, > > and now the proper implementation causes slowness. Otherwise could you > > provide more details on your resolve (verbose or debug log)? > > > > Xavier > > > > -- > > David R Robison > Open Roads Consulting, Inc. > 708 S. Battlefield Blvd., Chesapeake, VA 23322 > phone: (603)363-6787 > e-mail: [email protected] > web: http://openroadsconsulting.com > blog: http://therobe.blogspot.com > book: http://www.xulonpress.com/bookstore/titles/1597816523.htm > > > > > ------=_Part_71025_27015222.1164040386351-- From [email protected] Mon Nov 20 18:53:19 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59275 invoked from network); 20 Nov 2006 18:53:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Nov 2006 18:53:18 -0000 Received: (qmail 46915 invoked by uid 500); 20 Nov 2006 18:53:28 -0000 Delivered-To: [email protected] Received: (qmail 46887 invoked by uid 500); 20 Nov 2006 18:53: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46878 invoked by uid 99); 20 Nov 2006 18:53:27 -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 10:53:27 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_00_10,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-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 10:53:15 -0800 Received: by nz-out-0102.google.com with SMTP id k1so891638nzf for <[email protected]>; Mon, 20 Nov 2006 10:52:54 -0800 (PST) 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=Pke9AGwhrAbsv6yE/vUSelORS5+n+e3lkXqM+tevyIpkQKkeFn8Al3QdGndyiNW1Zv1Sl2ZKMh7U0FtA9WNhBkHnkicpdkfNHTHlNa2/v8UETeXSOJchcXEP07pwN4CNJZK2x1tkVEp3SoTUZ26BDCVFaZYRa21/Z8+g6EDwahI= Received: by 161.129.204.104 with SMTP id i15mr1670540huf.1164048773644; Mon, 20 Nov 2006 10:52:53 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 20 Nov 2006 10:52:53 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 20 Nov 2006 10:52:53 -0800 From: "Eric Crahen" <[email protected]> To: [email protected] Subject: ivy:configure from url MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_46718_26549319.1164048773618" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_46718_26549319.1164048773618 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline JIRA isn't available yet, so I'll mention this here. ivy:configure from a url is very handy, especially when you have a non-trivial configuration you want many projects to share. One disadvantage to configuring from a url is that development is halted when the url is unavailable. That can happen for a number of reasons. I wonder if it would be possible to cache the configuration much the same as artifacts are cached to allow local development to proceed while a remote service is unavailable? -- - Eric ------=_Part_46718_26549319.1164048773618-- From [email protected] Mon Nov 20 20:23:58 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90983 invoked from network); 20 Nov 2006 20:23:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Nov 2006 20:23:54 -0000 Received: (qmail 30489 invoked by uid 500); 20 Nov 2006 20:24:02 -0000 Delivered-To: [email protected] Received: (qmail 30468 invoked by uid 500); 20 Nov 2006 20:24: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30459 invoked by uid 99); 20 Nov 2006 20:24:02 -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 12:24:02 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 12:23:49 -0800 Received: by nf-out-0910.google.com with SMTP id p46so2627774nfa for <[email protected]>; Mon, 20 Nov 2006 12:23:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=nrsW4nPOZRcSYqS7ZrO5ozlX8mjZCguERJrGjppaCmZ1EODfQACgsVSdxbZJqrFi7avTrhestHHPVtTUaNqtIx+EI//fPGqh0Pm0M2FpWpHKeSuvWWAR51cUvEUaNhg88Wu0fTbY8VI1Lt5iwyNxu5gsDqq9haonDXcrrBWhl1s= Received: by 161.129.204.104 with SMTP id b10mr7461371nfi.1164054207886; Mon, 20 Nov 2006 12:23:27 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 20 Nov 2006 12:23:27 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 20 Nov 2006 14:23:27 -0600 From: "Mykel Alvis" <[email protected]> Sender: [email protected] To: [email protected] Subject: Proxy issues MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_36045_4676237.1164054207516" X-Google-Sender-Auth: 7722eb947cfb93e7 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_36045_4676237.1164054207516 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm testing out ivy 1.4.1 for purposes of possibly integrating it into a build stream and I can't seem to get the initial test to work for me. I AM behind a National Socialistic-esque proxy firewall that does virus checking on each and every file that comes across the internet connection, but that's the way it is here and nothing's likely to change in that respect. Since I'm working on a Linux box on this primarily Windows network, I get little to no support for any proxy issues I experience. I got a previous failure with "Server Redirected too many times". Following some incidental advice in a forum posting, I added the commons-httpclient to my CLASSPATH before invoking ant. This seemed to just cause a hanging of the process. I did add a line into the "test" build.xml file as follows, with the obvious appropriate changes: <setproxy proxyhost="PROXY.IP.HERE" proxypassword="mypass" proxyuser="myuser" proxyport="PROXY.PORT" /> This also did not help. I also set my http_proxy variable to the authenticated proxy location which did not help. The error seems typically to be " java.net.ConnectException Connection timed out: connect" which might be expected if one were having difficulty navigating an external connection. I did not expand my commons-httpclient logging yet, as it is starting to seem as if this process might be more trouble than it's worth. Is there anything else I need to try? Mykel ------=_Part_36045_4676237.1164054207516-- From [email protected] Tue Nov 21 10:22:40 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91532 invoked from network); 21 Nov 2006 10:22:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Nov 2006 10:22:38 -0000 Received: (qmail 9796 invoked by uid 500); 21 Nov 2006 10:22:48 -0000 Delivered-To: [email protected] Received: (qmail 9767 invoked by uid 500); 21 Nov 2006 10: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9757 invoked by uid 99); 21 Nov 2006 10:22:48 -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 02:22:48 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO tobor.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 02:22:34 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id EC4524C07C for <[email protected]>; Tue, 21 Nov 2006 10:22:11 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from tobor.hpl.hp.com ([161.129.204.104]) by localhost (tobor.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id YjzGD0yLlEAt for <[email protected]>; Tue, 21 Nov 2006 10:22:10 +0000 (GMT) Received: from ha-node-br1.hpl.hp.com (ha-node-br1.hpl.hp.com [161.129.204.104]) by tobor.hpl.hp.com (Postfix) with ESMTP id 87D394C068 for <[email protected]>; Tue, 21 Nov 2006 10:22:10 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br1.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kALALnCE013909 for <[email protected]>; Tue, 21 Nov 2006 10:21:50 GMT Message-ID: <[email protected]> Date: Tue, 21 Nov 2006 10:16:52 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: ivy:configure from url References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Eric Crahen wrote: > JIRA isn't available yet, so I'll mention this here. > > ivy:configure from a url is very handy, especially when you have a > non-trivial configuration you want many projects to share. One disadvantage > to configuring from a url is that development is halted when the url is > unavailable. That can happen for a number of reasons. I wonder if it would > be possible to cache the configuration much the same as artifacts are > cached > to allow local development to proceed while a remote service is > unavailable? > Have you thought of using an Ant <get> to store the thing locally, then running Ivy:configure against that? <get> can check update times so only download files if they are newer From [email protected] Tue Nov 21 10:33:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94012 invoked from network); 21 Nov 2006 10:33:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Nov 2006 10:33:23 -0000 Received: (qmail 28885 invoked by uid 500); 21 Nov 2006 10:33:32 -0000 Delivered-To: [email protected] Received: (qmail 28867 invoked by uid 500); 21 Nov 2006 10:33: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28858 invoked by uid 99); 21 Nov 2006 10:33:32 -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 02:33: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 (herse.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; Tue, 21 Nov 2006 02:33:18 -0800 Received: by ug-out-1314.google.com with SMTP id y2so1793507uge for <[email protected]>; Tue, 21 Nov 2006 02:32:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole; b=lj2C6L9cUQrRfrEqUh8Ip0656HHew3+97fgCJPTIy745wdsDPVvHX3UNI/kTOcD4SxW5geSTB2f+3mEm3/LE4b2JnG953Ils7bxFZ/9SRmh8g9lAGORdUb9DogvQF0CjdJAOjfUNfIbawqaYlUCUDNfSzHVnh1zOzLEg2MW7bdI= Received: by 161.129.204.104 with SMTP id v6mr846169ugl.1164105176829; Tue, 21 Nov 2006 02:32:56 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id s1sm9153748uge.2161.129.204.104.32.56; Tue, 21 Nov 2006 02:32:56 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: RE: Proxy issues Date: Tue, 21 Nov 2006 11:32:55 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF0001776840@server1e> Thread-Index: AccM4c0C7C+sEts1T1W2BRP3yUKm1wAdgDhg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Virus-Checked: Checked by ClamAV on apache.org Unfortunately, I have no experience in using a proxy from ivy. To work around your problem, you can build your own repository. It's in anyway a good practice to guarantee the availability and the quality of its content. Gilles > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Mykel Alvis > Sent: Monday, November 20, 2006 9:23 PM > To: [email protected] > Subject: Proxy issues > > Hi, > I'm testing out ivy 1.4.1 for purposes of possibly > integrating it into a build stream and I can't seem to get > the initial test to work for me. > > I AM behind a National Socialistic-esque proxy firewall that > does virus checking on each and every file that comes across > the internet connection, but that's the way it is here and > nothing's likely to change in that respect. Since I'm > working on a Linux box on this primarily Windows network, I > get little to no support for any proxy issues I experience. > > I got a previous failure with "Server Redirected too many > times". Following some incidental advice in a forum posting, > I added the commons-httpclient to my CLASSPATH before > invoking ant. This seemed to just cause a hanging of the process. > > I did add a line into the "test" build.xml file as follows, > with the obvious appropriate changes: > > <setproxy proxyhost="PROXY.IP.HERE" proxypassword="mypass" > proxyuser="myuser" proxyport="PROXY.PORT" /> > > This also did not help. > > I also set my http_proxy variable to the authenticated proxy > location which did not help. > > The error seems typically to be " java.net.ConnectException > Connection timed > out: connect" which might be expected if one were having > difficulty navigating an external connection. > > > I did not expand my commons-httpclient logging yet, as it is > starting to seem as if this process might be more trouble > than it's worth. > > Is there anything else I need to try? > > Mykel > From [email protected] Tue Nov 21 11:14:47 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5571 invoked from network); 21 Nov 2006 11:14:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Nov 2006 11:14:42 -0000 Received: (qmail 12825 invoked by uid 500); 21 Nov 2006 11:14:43 -0000 Delivered-To: [email protected] Received: (qmail 12790 invoked by uid 500); 21 Nov 2006 11:14: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12779 invoked by uid 99); 21 Nov 2006 11:14:43 -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 03:14:43 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO colossus.hpl.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 03:14:28 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id 8E8576B9FB for <[email protected]>; Tue, 21 Nov 2006 11:14:06 +0000 (GMT) X-Virus-Scanned: [email protected] Received: from colossus.hpl.hp.com ([161.129.204.104]) by localhost (colossus.hpl.hp.com [161.129.204.104]) (amavisd-new, port 10024) with LMTP id ICsuzfhE1CtK for <[email protected]>; Tue, 21 Nov 2006 11:14:05 +0000 (GMT) Received: from ha-node-br1.hpl.hp.com (ha-node-br1.hpl.hp.com [161.129.204.104]) by colossus.hpl.hp.com (Postfix) with ESMTP id D71E06B9F9 for <[email protected]>; Tue, 21 Nov 2006 11:14:04 +0000 (GMT) Received: from [161.129.204.104] (chamonix.hpl.hp.com [161.129.204.104]) by ha-node-br1.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kALBDopn020693 for <[email protected]>; Tue, 21 Nov 2006 11:13:51 GMT Message-ID: <[email protected]> Date: Tue, 21 Nov 2006 11:08:52 +0000 From: Steve Loughran <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: Proxy issues References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Mykel Alvis wrote: > Hi, > I'm testing out ivy 1.4.1 for purposes of possibly integrating it into a > build stream and I can't seem to get the initial test to work for me. > > I AM behind a National Socialistic-esque proxy firewall that does virus > checking on each and every file that comes across the internet connection, > but that's the > way it is here and nothing's likely to change in that respect. Since I'm > working on a Linux box on this primarily Windows network, I get little > to no > support for any proxy issues I experience. Well, you are now talking to the official maintainer of proxy settings for Ant. As I work behind a firewall, I get to experience the joy of proxies myself. Sometimes I have to work from home just to have a direct link with third party web service endpoints. Trying to get proxies right in Java is hard. The problems are it is different for every private network, and every Java platform. You need different boxes in private networks to test reliably. There is better support/awareness in Java1.5, but it is java1.5 only, so ant cannot make easy use of it. > > I got a previous failure with "Server Redirected too many times". > Following > some incidental advice in a forum posting, I added the > commons-httpclient to > my CLASSPATH before invoking ant. This seemed to just cause a hanging of > the process. > > I did add a line into the "test" build.xml file as follows, with the > obvious > appropriate changes: > > <setproxy proxyhost="PROXY.IP.HERE" proxypassword="mypass" > proxyuser="myuser" proxyport="PROXY.PORT" /> that's an ant task to set the java http.proxyHost and http.ProxyPort properties. There are some other options you can se t > echo $ANT_OPTS -Dhttp.proxyHost=web-proxy -Dhttp.proxyPort=8088 HttpClient doesnt use these system settings. My Alpine soap stack has to copy them by hand. > > This also did not help. > > I also set my http_proxy variable to the authenticated proxy location which > did not help. > > The error seems typically to be " java.net.ConnectException Connection > timed > out: connect" which might be expected if one were having difficulty > navigating an external connection. > > > I did not expand my commons-httpclient logging yet, as it is starting to > seem as if this process might be more trouble than it's worth. > Unless Ivy is setting up the proxy, it is too much trouble. 1. Ant1.7.0RC1, which is available somewhere, does proxy diagnostics if you go ant -diagnostics 2. That same version of Ant, running on Java1.5, tries to get the proxy settings from the OS, as documented in http://ant.apache.org/manual-rc/proxy.html You can get the same effect as #2 by going java.net.useSystemProxies=true in Ant OPTS. In theory, this switch will pull out proxy settings from the OS. In windows, that means IE. In linux, well, nobody knows what it means. It doesnt find the default web browser and ask it. It doesnt ask KDE what it is. I think it may ask Gnome, or it may ask for the http_proxy settings. My recommendations are -try setting ANT_OPTS=java.net.useSystemProxies=true ANT_OPTS=-Dhttp.proxyHost=myproxy -Dhttp.proxyPort=8080 +password ptions Further reading http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html http://blogs.sun.com/roller/resources/jcc/Proxies.pdf I'm thinking of writing some commons-proxysetup package in the future to do proxies right in Java -extract it from the OS reliably -have some java-app-wide override point where it can be set once for all apps -have a dynamic 'proxy changed' event to notify listening apps that everything has changed. One option may just be to implement a private proxy that runs on localhost to do the dynamicness; everything is pointed at a local proxy that relays stuff direct or via a proxy server. We could make that smart and Java1.5+; if an nslookup("web.proxy") fails then we know there is no local proxy server, so try going direct, etc, etc. By putting the intelligence in a single app, we stop relying on every Java app developer in the world to get the logic right, logic that cannot be tested except by us behind-the-firewall people. -steve From [email protected] Tue Nov 21 16:17:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14558 invoked from network); 21 Nov 2006 16:17:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Nov 2006 16:17:49 -0000 Received: (qmail 94960 invoked by uid 500); 21 Nov 2006 16:17:59 -0000 Delivered-To: [email protected] Received: (qmail 94938 invoked by uid 500); 21 Nov 2006 16: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94928 invoked by uid 99); 21 Nov 2006 16:17:59 -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 08:17:59 -0800 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=INFO_TLD X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.openroadsconsulting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 08:17:41 -0800 X-Spam-Level: Received: from [161.129.204.104] ([161.129.204.104]) by mail.openroadsconsulting.com (Kerio MailServer 6.1.3) for [email protected]; Tue, 21 Nov 2006 11:17:16 -0500 Message-ID: <[email protected]> Date: Tue, 21 Nov 2006 11:17:14 -0500 From: David R Robison <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: 1.4.1 Resolve Slowness References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/mixed; boundary="------------000708030704060407020508" X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=0.0 required=5.0 --------------000708030704060407020508 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I'm attaching the log from the "ant -d". The following, from the log, looks interesting: [ivy:retrieve] using default-chain to resolve [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] default-chain: no latest strategy defined: using default [ivy:retrieve] orci: no namespace defined: using system [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster | 1.4 ] (resolved by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy-1.4.xml [ivy:retrieve] orci: found revision in cache: [ xmlBlaster | xmlBlaster | 1.4 ] (resolved by orci): but it's a default one, maybe we can find a better one [ivy:retrieve] orci: no latest strategy defined: using default [ivy:retrieve] trying http://www.openroadsconsulting.com/maven/xmlBlaster/jars/xmlBlaster-1.4.jar [ivy:retrieve] orci: no ivy file found for [ xmlBlaster | xmlBlaster | 1.4 ]: using default data [ivy:retrieve] tried no ivy pattern => no attempt to find module descriptor file for [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] checking [ xmlBlaster | xmlBlaster | 1.4 ][default] from orci against null [ivy:retrieve] module revision kept as first found: [ xmlBlaster | xmlBlaster | 1.4 ][default] from orci [ivy:retrieve] ibiblio: no namespace defined: using system [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster | 1.4 ] (resolved by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy-1.4.xml [ivy:retrieve] found module in cache but with a different resolver: discarding: [ xmlBlaster | xmlBlaster | 1.4 ] It finds it in the cache but thinks there may be a better one so it keeps looking. It eventually scans through all the configured repositories and ends up using the one in the cache. Does anyone know why it would not just use the one in the cache? Does this help any? Thanks, David Xavier Hanin wrote: > On 11/20/06, David R Robison <[email protected]> wrote: >> >> I'm sorry, I'm unsure what your asking. > > > Sorry for the confusion. My question is do you use > rev="latest.milestone" or > rev="latest.release" in any of your ivy files. But if the question is not > clear I'm pretty sure you don't use them. So in this case the slowness > may > be due to a fix side effect or something like that, but it's difficult to > know. To improve your perf you can set allownomd="false" on your > resolvers > for which you always have an ivy file. You can also set > alwaysCheckExactRevision="false" on your resolvers so that Ivy does > not try > to find "latest.integration" revision, but only consider it as a dynamic > version. Anyway, you seem to say that Ivy doesn't trust its cache anymore > with 1.4.1, which is strange. It shouldn't be the case unless you use > checkModified="true" and/or changing revisions. If you don't maybe it's a > bug in 1.4.1. If you post your debug trace (what you see on the > console when > you run "ant -d") then maybe I'll be able to better understand what's > happening. > > Xavier > > > Here is my ivy config file. >> >> <ivyconf> >> <properties file="${ivy.conf.dir}/ivyconf.properties" /> >> <conf defaultCache="${ivy.conf.dir}/ivy-cache" >> defaultResolver="default-chain"/> >> <resolvers> >> <chain name="default-chain"> >> <url name="orci"> >> <artifact >> pattern=" >> http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact]-[revision].[ext] >> >> " >> /> >> <artifact >> pattern=" >> http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact].[ext] >> >> " >> /> >> </url> >> <url name="ibiblio" > >> <artifact >> pattern=" >> http://mirrors.dotsrc.org/maven/[module]/[type]s/[artifact]-[revision].[ext] >> >> " >> /> >> <artifact >> pattern="http://mirrors.dotsrc.org/maven/[module]/[type]s/[artifact].[ext] >> >> " >> /> >> <artifact >> pattern=" >> http://mirrors.dotsrc.org/maven2/org/samba/jcifs/[module]/[revision]/[artifact]-[revision].[ext] >> >> " >> /> >> </url> >> <url name="astrogrid"> >> <artifact >> pattern=" >> http://www.astrogrid.org/maven/[module]/[type]s/[artifact]-[revision].[ext] >> >> " >> /> >> </url> >> <url name="bluesunrise"> >> <artifact >> pattern=" >> http://www.bluesunrise.com/maven/[module]/[type]s/[artifact]-[revision].[ext] >> >> " >> /> >> </url> >> <url name="jibx"> >> <artifact >> pattern=" >> http://jibx.sourceforge.net/maven/[module]/[type]s/[artifact]-[revision].[ext] >> >> " >> /> >> </url> >> <url name="berlios"> >> <artifact >> pattern=" >> http://osgirepo.berlios.de/repository/[module]/[type]s/[artifact]-[revision].[ext] >> >> " >> /> >> </url> >> <url name="geotools"> >> <artifact >> pattern=" >> http://maven.geotools.fr/repository/org/geotools/[module]/[revision]/[artifact]-[revision].[ext] >> >> " >> /> >> <artifact >> pattern=" >> http://maven.geotools.fr/repository/com/vividsolutions/[module]/[revision]/[artifact]-[revision].[ext] >> >> " >> /> >> <artifact >> pattern=" >> http://maven.geotools.fr/repository/org/opengis/[module]/[revision]/[artifact]-[revision].[ext] >> >> " >> /> >> <artifact >> pattern=" >> http://maven.geotools.fr/repository/javax/units/[module]/[revision]/[artifact]-[revision].[ext] >> >> " >> /> >> </url> >> <url name="orci"> >> <artifact >> pattern=" >> http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact]-[revision].[ext] >> >> " >> /> >> <artifact >> pattern=" >> http://www.openroadsconsulting.com/maven/[module]/[type]s/[artifact].[ext] >> >> " >> /> >> </url> >> </chain> >> <filesystem name="projects"> >> <artifact >> pattern="${repository.dir}/[artifact]-[revision].[ext]" /> >> <ivy pattern="${repository.dir}/[module]-[revision].xml" >> /> >> </filesystem> >> </resolvers> >> <modules> >> <module organisation="orci" name=".*" resolver="projects" /> >> </modules> >> </ivyconf> >> >> Does this help? David >> >> Xavier Hanin wrote: >> > On 11/20/06, David Robison <[email protected]> wrote: >> >> >> >> I just upgraded from 1.3.1 to 1.4.1 and now my resolves are taking >> >> a substantially longer time. It seems like it is requiring that >> >> each resolve has to find the file on the Internet even though it >> >> already exists in the cache. Is there some configuration I'm >> missing? >> >> Thanks, David >> >> >> > No there is no strange configuration. Are you using >> latest.milestone or >> > latest.release? If you are, prior to 1.4 the behaviour was rather >> > different, >> > and now the proper implementation causes slowness. Otherwise could you >> > provide more details on your resolve (verbose or debug log)? >> > >> > Xavier >> > >> >> -- >> >> David R Robison >> Open Roads Consulting, Inc. >> 708 S. Battlefield Blvd., Chesapeake, VA 23322 >> phone: (603)363-6787 >> e-mail: [email protected] >> web: http://openroadsconsulting.com >> blog: http://therobe.blogspot.com >> book: http://www.xulonpress.com/bookstore/titles/1597816523.htm >> >> >> >> >> > -- David R Robison Open Roads Consulting, Inc. 708 S. Battlefield Blvd., Chesapeake, VA 23322 phone: (603)363-6787 e-mail: [email protected] web: http://openroadsconsulting.com blog: http://therobe.blogspot.com book: http://www.xulonpress.com/bookstore/titles/1597816523.htm --------------000708030704060407020508 Content-Type: text/plain; name="ant.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="ant.log" Apache Ant version 1.6.5 compiled on June 2 2005 Buildfile: build.xml Adding reference: ant.PropertyHelper Detected Java version: 1.5 in: C:\Progra~1\Java\jdk1.5.0_07\jre Detected OS: Windows XP Adding reference: ant.ComponentHelper Setting ro project property: ant.version -> Apache Ant version 1.6.5 comp= iled on June 2 2005 Setting ro project property: ant.file -> C:\Workspaces\DataGateway\DataGa= teway-VDOT-OnCall-Task36\xmlbOpenESSMADIS\build.xml Adding reference: ant.projectHelper Adding reference: ant.parsing.context Adding reference: ant.targets parsing buildfile C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task3= 6\xmlbOpenESSMADIS\build.xml with URI =3D file:///C:/Workspaces/DataGatew= ay/DataGateway-VDOT-OnCall-Task36/xmlbOpenESSMADIS/build.xml Setting ro project property: ant.project.name -> OpenESSMADIS Adding reference: OpenESSMADIS Setting ro project property: ant.file.OpenESSMADIS -> C:\Workspaces\DataG= ateway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS\build.xml Project base dir set to: C:\Workspaces\DataGateway\DataGateway-VDOT-OnCal= l-Task36\xmlbOpenESSMADIS +Target:=20 Adding reference: build.classpath +Target: clean +Target: init +Target: ivy.config +Target: ivy.resolve +Target: ivy.report +Target: ivy.publish +Target: compile.xsd +Target: compile +Target: jar +Target: deploy +Target: regen +Target: all [property] Loading C:\Documents and Settings\David R Robison\.OpenESSMAD= IS-build.properties [property] Unable to find property file: C:\Documents and Settings\David= R Robison\.OpenESSMADIS-build.properties [property] Loading C:\Documents and Settings\David R Robison\.build.prop= erties [property] Unable to find property file: C:\Documents and Settings\David= R Robison\.build.properties [property] Loading Environment env. Setting project property: env.VS71COMNTOOLS -> C:\Program Files\Microsoft= Visual Studio .NET 2003\Common7\Tools\ Setting project property: env.TEMP -> C:\DOCUME~1\DAVIDR~1\LOCALS~1\Temp Setting project property: env.JAVA_HOME -> C:\Progra~1\Java\jdk1.5.0_07 Setting project property: env.CLASSPATH -> .;C:\Program Files\Java\jre1.5= =2E0_07\lib\ext\QTJava.zip Setting project property: env.PGPORT -> 5432 Setting project property: env.QTJAVA -> C:\Program Files\Java\jre1.5.0_07= \lib\ext\QTJava.zip Setting project property: env.ProgramFiles -> C:\Program Files Setting project property: env.Path -> C:\PROGRA~1\Borland\CBUILD~1\Bin;C:= \PROGRA~1\Borland\CBUILD~1\Projects\Bpl;C:\Perl\bin\;C:\WINDOWS\system32;= C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\AccuRev\bin;C:\cygwi= n\bin;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\bin;C:= \Program Files\cvsnt;C:\Program Files\Darwin Streaming Server;C:\BES\bin;= C:\Progra~1\ArcGIS\bin;C:\Progra~1\Java\jdk1.5.0_07\jre\bin;C:\Tools\ejp\= lib;C:\Program Files\QuickTime\QTSystem\;C:\Progra~1\Apache Software Foun= dation\maven-2.0.4\bin;C:\Program Files\Common Files\GTK\2.0\bin Setting project property: env.SESSIONNAME -> Console Setting project property: env.SystemRoot -> C:\WINDOWS Setting project property: env.USERNAME -> David R Robison Setting project property: env._JAVACMD -> C:\Progra~1\Java\jdk1.5.0_07\bi= n\java.exe Setting project property: env.PROCESSOR_LEVEL -> 6 Setting project property: env.FP_NO_HOST_CHECK -> NO Setting project property: env.LIB -> C:\Program Files\Microsoft Visual St= udio .NET 2003\SDK\v1.1\Lib\ Setting project property: env.USERPROFILE -> C:\Documents and Settings\Da= vid R Robison Setting project property: env.PROCESSOR_REVISION -> 0e08 Setting project property: env.CommonProgramFiles -> C:\Program Files\Comm= on Files Setting project property: env.INCLUDE -> C:\Program Files\Microsoft Visua= l Studio .NET 2003\SDK\v1.1\include\ Setting project property: env.ANT_CMD_LINE_ARGS -> -d Setting project property: env.HOMEPATH -> \Documents and Settings\David R= Robison Setting project property: env.ACCUREV_IGNORE_ELEMS -> *.class *.obj *\cla= sses\* *\gensrc\* Setting project property: env.PROCESSOR_ARCHITECTURE -> x86 Setting project property: env.OS -> Windows_NT Setting project property: env.CLIENTNAME -> Console Setting project property: env.ComSpec -> C:\WINDOWS\system32\cmd.exe Setting project property: env.PATHEXT -> .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.J= S;.JSE;.WSF;.WSH Setting project property: env.PROMPT -> $P$G Setting project property: env.ALLUSERSPROFILE -> C:\Documents and Setting= s\All Users Setting project property: env.HOMEDRIVE -> C: Setting project property: env.PROCESSOR_IDENTIFIER -> x86 Family 6 Model = 14 Stepping 8, GenuineIntel Setting project property: env.APPDATA -> C:\Documents and Settings\David = R Robison\Application Data Setting project property: env.NUMBER_OF_PROCESSORS -> 2 Setting project property: env.JBOSS_HOME -> C:\jboss-4.0.4.GA Setting project property: env.ANT_HOME -> C:\Program Files\Apache Softwar= e Foundation\apache-ant-1.6.5 Setting project property: env.MAVEN_HOME -> C:\Program Files\Apache Softw= are Foundation\Maven 1.1-beta-2 Setting project property: env._USE_CLASSPATH -> yes Setting project property: env.SystemDrive -> C: Setting project property: env.TMP -> C:\DOCUME~1\DAVIDR~1\LOCALS~1\Temp Setting project property: env.USERDOMAIN -> KC7BFI Setting project property: env.windir -> C:\WINDOWS Setting project property: env.COMPUTERNAME -> KC7BFI Setting project property: env.LOGONSERVER -> \\KC7BFI [property] Loading C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\build.properties Setting project property: build.source -> 1.5 Setting project property: javadoc.jdk.offline -> false Setting project property: build.verbose -> off Setting project property: build.compiler -> modern Setting project property: build.deprecation -> off Setting project property: build.sysclasspath -> last Setting project property: javadoc.jdk.packagelistLoc -> C:\Progra~1\Java\= jdk1.5.0_07/docs/api Setting project property: build.target -> 1.5 Setting project property: build.debug -> on Setting project property: build.optimize -> on Setting project property: ivy.conf.dir -> ../ivy Setting project property: app.name -> OpenESSMADIS Setting project property: app.Name -> OpenESSMADIS Setting project property: app.version -> 1.0 Setting project property: app.year -> 2006 Setting project property: company.name -> Open Roads Consulting, Inc. Setting project property: root.dir -> C:\Workspaces\DataGateway\DataGatew= ay-VDOT-OnCall-Task36\xmlbOpenESSMADIS Setting project property: src.dir -> C:\Workspaces\DataGateway\DataGatewa= y-VDOT-OnCall-Task36\xmlbOpenESSMADIS/src Setting project property: gensrc.dir -> C:\Workspaces\DataGateway\DataGat= eway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/gensrc Setting project property: idl.dir -> C:\Workspaces\DataGateway\DataGatewa= y-VDOT-OnCall-Task36\xmlbOpenESSMADIS/../IDLs Setting project property: xsd.dir -> C:\Workspaces\DataGateway\DataGatewa= y-VDOT-OnCall-Task36\xmlbOpenESSMADIS/xsd Setting project property: classes.dir -> C:\Workspaces\DataGateway\DataGa= teway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/classes Setting project property: lib.dir -> C:\Workspaces\DataGateway\DataGatewa= y-VDOT-OnCall-Task36\xmlbOpenESSMADIS/lib Setting project property: jars.dir -> C:\Workspaces\DataGateway\DataGatew= ay-VDOT-OnCall-Task36\xmlbOpenESSMADIS/jars Setting project property: archive -> ORCI-OpenESSMADIS-1.0 Setting project property: xmlblaster.home -> /xmlblaster Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshe= xec Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp Adding reference: build.classpath Attempting to create object of type org.apache.tools.ant.helper.DefaultEx= ecutor Adding reference: ant.executor Build sequence for target(s) `all' is [init, ivy.config, ivy.resolve, com= pile.xsd, compile, jar, all] Complete build sequence is [init, ivy.config, ivy.resolve, compile.xsd, c= ompile, jar, all, regen, deploy, ivy.publish, clean, ivy.report, ] init: Setting project property: DSTAMP -> 20061121 Setting project property: TSTAMP -> 1107 Setting project property: TODAY -> November 21 2006 ivy.config: Property ${repository.dir} has not been set Setting project property: ivy.local.default.root -> ${repository.dir}/loc= al Property ${repository.dir} has not been set Setting project property: ivy.shared.default.root -> ${repository.dir}/sh= ared parsing buildfile jar:file:/C:/Program Files/Apache Software Foundation/a= pache-ant-1.6.5/lib/ivy-1.4.1.jar!/fr/jayasoft/ivy/ant/antlib.xml with UR= I =3D jar:file:/C:/Program Files/Apache Software Foundation/apache-ant-1.= 6.5/lib/ivy-1.4.1.jar!/fr/jayasoft/ivy/ant/antlib.xml Class fr.jayasoft.ivy.ant.IvyConfigure loaded from parent loader (parentF= irst) +Datatype antlib:fr.jayasoft.ivy.ant:configure fr.jayasoft.ivy.ant.IvyCo= nfigure Class fr.jayasoft.ivy.ant.IvyResolve loaded from parent loader (parentFir= st) +Datatype antlib:fr.jayasoft.ivy.ant:resolve fr.jayasoft.ivy.ant.IvyReso= lve Class fr.jayasoft.ivy.ant.IvyRetrieve loaded from parent loader (parentFi= rst) +Datatype antlib:fr.jayasoft.ivy.ant:retrieve fr.jayasoft.ivy.ant.IvyRet= rieve Class fr.jayasoft.ivy.ant.IvyDeliver loaded from parent loader (parentFir= st) +Datatype antlib:fr.jayasoft.ivy.ant:deliver fr.jayasoft.ivy.ant.IvyDeli= ver Class fr.jayasoft.ivy.ant.IvyPublish loaded from parent loader (parentFir= st) +Datatype antlib:fr.jayasoft.ivy.ant:publish fr.jayasoft.ivy.ant.IvyPubl= ish Class fr.jayasoft.ivy.ant.IvyExtractFromSources loaded from parent loader= (parentFirst) +Datatype antlib:fr.jayasoft.ivy.ant:extract fr.jayasoft.ivy.ant.IvyExtr= actFromSources Class fr.jayasoft.ivy.ant.IvyCachePath loaded from parent loader (parentF= irst) +Datatype antlib:fr.jayasoft.ivy.ant:cachepath fr.jayasoft.ivy.ant.IvyCa= chePath Class fr.jayasoft.ivy.ant.IvyCacheFileset loaded from parent loader (pare= ntFirst) +Datatype antlib:fr.jayasoft.ivy.ant:cachefileset fr.jayasoft.ivy.ant.Iv= yCacheFileset Class fr.jayasoft.ivy.ant.IvyReport loaded from parent loader (parentFirs= t) +Datatype antlib:fr.jayasoft.ivy.ant:report fr.jayasoft.ivy.ant.IvyRepor= t Class fr.jayasoft.ivy.ant.IvyRepositoryReport loaded from parent loader (= parentFirst) +Datatype antlib:fr.jayasoft.ivy.ant:repreport fr.jayasoft.ivy.ant.IvyRe= positoryReport Class fr.jayasoft.ivy.ant.IvyVar loaded from parent loader (parentFirst) +Datatype antlib:fr.jayasoft.ivy.ant:var fr.jayasoft.ivy.ant.IvyVar Class fr.jayasoft.ivy.ant.IvyCheck loaded from parent loader (parentFirst= ) +Datatype antlib:fr.jayasoft.ivy.ant:check fr.jayasoft.ivy.ant.IvyCheck Class fr.jayasoft.ivy.ant.IvyArtifactProperty loaded from parent loader (= parentFirst) +Datatype antlib:fr.jayasoft.ivy.ant:artifactproperty fr.jayasoft.ivy.an= t.IvyArtifactProperty Class fr.jayasoft.ivy.ant.IvyBuildList loaded from parent loader (parentF= irst) +Datatype antlib:fr.jayasoft.ivy.ant:buildlist fr.jayasoft.ivy.ant.IvyBu= ildList Class fr.jayasoft.ivy.ant.IvyInstall loaded from parent loader (parentFir= st) +Datatype antlib:fr.jayasoft.ivy.ant:install fr.jayasoft.ivy.ant.IvyInst= all Class fr.jayasoft.ivy.ant.IvyConvertPom loaded from parent loader (parent= First) +Datatype antlib:fr.jayasoft.ivy.ant:convertpom fr.jayasoft.ivy.ant.IvyC= onvertPom Class fr.jayasoft.ivy.ant.IvyArtifactReport loaded from parent loader (pa= rentFirst) +Datatype antlib:fr.jayasoft.ivy.ant:artifactreport fr.jayasoft.ivy.ant.= IvyArtifactReport Class fr.jayasoft.ivy.ant.IvyInfo loaded from parent loader (parentFirst)= +Datatype antlib:fr.jayasoft.ivy.ant:info fr.jayasoft.ivy.ant.IvyInfo Class fr.jayasoft.ivy.ant.AddPathTask loaded from parent loader (parentFi= rst) +Datatype antlib:fr.jayasoft.ivy.ant:addpath fr.jayasoft.ivy.ant.AddPath= Task Class fr.jayasoft.ivy.ant.IvyListModules loaded from parent loader (paren= tFirst) +Datatype antlib:fr.jayasoft.ivy.ant:listmodules fr.jayasoft.ivy.ant.Ivy= ListModules Class fr.jayasoft.ivy.ant.IvyFindRevision loaded from parent loader (pare= ntFirst) +Datatype antlib:fr.jayasoft.ivy.ant:findrevision fr.jayasoft.ivy.ant.Iv= yFindRevision Class fr.jayasoft.ivy.ant.IvyBuildNumber loaded from parent loader (paren= tFirst) +Datatype antlib:fr.jayasoft.ivy.ant:buildnumber fr.jayasoft.ivy.ant.Ivy= BuildNumber Loading jar:file:/C:/Program Files/Apache Software Foundation/apache-ant-= 1.6.5/lib/ivy-1.4.1.jar!/fr/jayasoft/ivy/ivy.properties Setting project property: ivy.resolver.default.check.modified -> false Setting project property: ivy.report.output.pattern -> [organisation]-[mo= dule]-[conf].[ext] Setting project property: ivy.conf.file -> ivyconf.xml Setting project property: ivy.publish.src.artifacts.pattern -> C:\Workspa= ces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/distrib/[= type]s/[artifact]-[revision].[ext] Setting project property: ivy.dep.file -> ivy.xml Setting project property: ivy.build.artifacts.dir -> C:\Workspaces\DataGa= teway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/build/artifacts Setting project property: ivy.distrib.dir -> C:\Workspaces\DataGateway\Da= taGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/distrib Setting project property: ivy.lib.dir -> C:\Workspaces\DataGateway\DataGa= teway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/lib Setting project property: ivy.configurations -> * Setting project property: ivy.resolve.default.type.filter -> * Setting project property: ivy.project.dir -> C:\Workspaces\DataGateway\Da= taGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS Setting project property: ivy.checksums -> sha1,md5 Setting project property: ivy.buildlist.ivyfilepath -> ivy.xml Setting project property: ivy.status -> integration Setting project property: ivy.retrieve.pattern -> C:\Workspaces\DataGatew= ay\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/lib/[artifact]-[revisi= on].[ext] Setting project property: ivy.deliver.ivy.pattern -> C:\Workspaces\DataGa= teway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/distrib/[type]s/[ar= tifact]-[revision].[ext] Setting project property: ivy.default.always.check.exact.revision -> true= [ivy:configure] version information loaded from jar:file:/C:/Program File= s/Apache Software Foundation/apache-ant-1.6.5/lib/ivy-1.4.1.jar!/module.p= roperties [ivy:configure] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b Ivy 1.4.1 - 20061109165313 acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://ivy.jayasoft.org/= acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ivy:configure] setting 'ivy.default.conf.dir' to 'jar:file:/C:/Program F= iles/Apache Software Foundation/apache-ant-1.6.5/lib/ivy-1.4.1.jar!/fr/ja= yasoft/ivy/conf' [ivy:configure] setting 'java.runtime.name' to 'Java(TM) 2 Runtime Enviro= nment, Standard Edition' [ivy:configure] setting 'sun.boot.library.path' to 'C:\Progra~1\Java\jdk1= =2E5.0_07\jre\bin' [ivy:configure] setting 'java.vm.version' to '1.5.0_07-b03' [ivy:configure] setting 'ant.library.dir' to 'C:\Program Files\Apache Sof= tware Foundation\apache-ant-1.6.5\lib' [ivy:configure] setting 'java.vm.vendor' to 'Sun Microsystems Inc.' [ivy:configure] setting 'java.vendor.url' to 'http://java.sun.com/' [ivy:configure] setting 'path.separator' to ';' [ivy:configure] setting 'java.vm.name' to 'Java HotSpot(TM) Client VM' [ivy:configure] setting 'file.encoding.pkg' to 'sun.io' [ivy:configure] setting 'user.country' to 'US' [ivy:configure] setting 'sun.os.patch.level' to 'Service Pack 2' [ivy:configure] setting 'java.vm.specification.name' to 'Java Virtual Mac= hine Specification' [ivy:configure] setting 'user.dir' to 'C:\Workspaces\DataGateway\DataGate= way-VDOT-OnCall-Task36\xmlbOpenESSMADIS' [ivy:configure] setting 'java.runtime.version' to '1.5.0_07-b03' [ivy:configure] setting 'java.awt.graphicsenv' to 'sun.awt.Win32GraphicsE= nvironment' [ivy:configure] setting 'java.endorsed.dirs' to 'C:\Progra~1\Java\jdk1.5.= 0_07\jre\lib\endorsed' [ivy:configure] setting 'os.arch' to 'x86' [ivy:configure] setting 'java.io.tmpdir' to 'C:\DOCUME~1\DAVIDR~1\LOCALS~= 1\Temp\' [ivy:configure] setting 'line.separator' to ' [ivy:configure] ' [ivy:configure] setting 'java.vm.specification.vendor' to 'Sun Microsyste= ms Inc.' [ivy:configure] setting 'user.variant' to '' [ivy:configure] setting 'os.name' to 'Windows XP' [ivy:configure] setting 'ant.home' to 'C:\Program Files\Apache Software F= oundation\apache-ant-1.6.5' [ivy:configure] setting 'sun.jnu.encoding' to 'Cp1252' [ivy:configure] setting 'java.library.path' to 'C:\Progra~1\Java\jdk1.5.0= _07\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\PROGRA~1\Borland\CBUILD~1\Bin= ;C:\PROGRA~1\Borland\CBUILD~1\Projects\Bpl;C:\Perl\bin\;C:\WINDOWS\system= 32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\AccuRev\bin;C:\cy= gwin\bin;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\bin= ;C:\Program Files\cvsnt;C:\Program Files\Darwin Streaming Server;C:\BES\b= in;C:\Progra~1\ArcGIS\bin;C:\Progra~1\Java\jdk1.5.0_07\jre\bin;C:\Tools\e= jp\lib;C:\Program Files\QuickTime\QTSystem\;C:\Progra~1\Apache Software F= oundation\maven-2.0.4\bin;C:\Program Files\Common Files\GTK\2.0\bin' [ivy:configure] setting 'java.specification.name' to 'Java Platform API S= pecification' [ivy:configure] setting 'java.class.version' to '49.0' [ivy:configure] setting 'sun.management.compiler' to 'HotSpot Client Comp= iler' [ivy:configure] setting 'os.version' to '5.1' [ivy:configure] setting 'user.home' to 'C:\Documents and Settings\David R= Robison' [ivy:configure] setting 'user.timezone' to 'America/New_York' [ivy:configure] setting 'java.awt.printerjob' to 'sun.awt.windows.WPrinte= rJob' [ivy:configure] setting 'file.encoding' to 'Cp1252' [ivy:configure] setting 'java.specification.version' to '1.5' [ivy:configure] setting 'java.class.path' to 'C:\Program Files\Apache Sof= tware Foundation\apache-ant-1.6.5\lib\ant-launcher.jar;C:\Workspaces\Data= Gateway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS\.\;C:\Program Fil= es\Java\jre1.5.0_07\lib\ext\QTJava.zip;C:\Documents and Settings\David R = Robison\.ant\lib\ant-apache-bsf.jar;C:\Documents and Settings\David R Rob= ison\.ant\lib\bsf.jar;C:\Documents and Settings\David R Robison\.ant\lib\= js.jar;C:\Documents and Settings\David R Robison\.ant\lib\jython.jar;C:\P= rogram Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-antlr.ja= r;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-ap= ache-bcel.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.= 5\lib\ant-apache-bsf.jar;C:\Program Files\Apache Software Foundation\apac= he-ant-1.6.5\lib\ant-apache-log4j.jar;C:\Program Files\Apache Software Fo= undation\apache-ant-1.6.5\lib\ant-apache-oro.jar;C:\Program Files\Apache = Software Foundation\apache-ant-1.6.5\lib\ant-apache-regexp.jar;C:\Program= Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-apache-resolve= r.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\an= t-commons-logging.jar;C:\Program Files\Apache Software Foundation\apache-= ant-1.6.5\lib\ant-commons-net.jar;C:\Program Files\Apache Software Founda= tion\apache-ant-1.6.5\lib\ant-icontract.jar;C:\Program Files\Apache Softw= are Foundation\apache-ant-1.6.5\lib\ant-jai.jar;C:\Program Files\Apache S= oftware Foundation\apache-ant-1.6.5\lib\ant-javamail.jar;C:\Program Files= \Apache Software Foundation\apache-ant-1.6.5\lib\ant-jdepend.jar;C:\Progr= am Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-jmf.jar;C:\P= rogram Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-jsch.jar= ;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-jun= it.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\a= nt-launcher.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.= 6.5\lib\ant-netrexx.jar;C:\Program Files\Apache Software Foundation\apach= e-ant-1.6.5\lib\ant-nodeps.jar;C:\Program Files\Apache Software Foundatio= n\apache-ant-1.6.5\lib\ant-starteam.jar;C:\Program Files\Apache Software = Foundation\apache-ant-1.6.5\lib\ant-stylebook.jar;C:\Program Files\Apache= Software Foundation\apache-ant-1.6.5\lib\ant-swing.jar;C:\Program Files\= Apache Software Foundation\apache-ant-1.6.5\lib\ant-trax.jar;C:\Program F= iles\Apache Software Foundation\apache-ant-1.6.5\lib\ant-vaj.jar;C:\Progr= am Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-weblogic.jar= ;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-xal= an1.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\= ant-xslp.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5= \lib\ant.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5= \lib\ivy-1.4.1.jar;C:\Program Files\Apache Software Foundation\apache-ant= -1.6.5\lib\xercesImpl.jar;C:\Program Files\Apache Software Foundation\apa= che-ant-1.6.5\lib\xml-apis.jar;C:\Progra~1\Java\jdk1.5.0_07\lib\tools.jar= ' [ivy:configure] setting 'user.name' to 'David R Robison' [ivy:configure] setting 'java.vm.specification.version' to '1.0' [ivy:configure] setting 'java.home' to 'C:\Progra~1\Java\jdk1.5.0_07\jre'= [ivy:configure] setting 'sun.arch.data.model' to '32' [ivy:configure] setting 'user.language' to 'en' [ivy:configure] setting 'java.specification.vendor' to 'Sun Microsystems = Inc.' [ivy:configure] setting 'awt.toolkit' to 'sun.awt.windows.WToolkit' [ivy:configure] setting 'java.vm.info' to 'mixed mode' [ivy:configure] setting 'java.version' to '1.5.0_07' [ivy:configure] setting 'java.ext.dirs' to 'C:\Progra~1\Java\jdk1.5.0_07\= jre\lib\ext' [ivy:configure] setting 'sun.boot.class.path' to 'C:\Progra~1\Java\jdk1.5= =2E0_07\jre\lib\rt.jar;C:\Progra~1\Java\jdk1.5.0_07\jre\lib\i18n.jar;C:\P= rogra~1\Java\jdk1.5.0_07\jre\lib\sunrsasign.jar;C:\Progra~1\Java\jdk1.5.0= _07\jre\lib\jsse.jar;C:\Progra~1\Java\jdk1.5.0_07\jre\lib\jce.jar;C:\Prog= ra~1\Java\jdk1.5.0_07\jre\lib\charsets.jar;C:\Progra~1\Java\jdk1.5.0_07\j= re\classes' [ivy:configure] setting 'java.vendor' to 'Sun Microsystems Inc.' [ivy:configure] setting 'file.separator' to '\' [ivy:configure] setting 'java.vendor.url.bug' to 'http://java.sun.com/cgi= -bin/bugreport.cgi' [ivy:configure] setting 'sun.io.unicode.encoding' to 'UnicodeLittle' [ivy:configure] setting 'sun.cpu.endian' to 'little' [ivy:configure] setting 'sun.desktop' to 'windows' [ivy:configure] setting 'sun.cpu.isalist' to 'pentium_pro+mmx pentium_pro= pentium+mmx pentium i486 i386 i86' [ivy:configure] installing class fr.jayasoft.ivy.url.IvyAuthenticator [ivy:configure] installing class fr.jayasoft.ivy.url.IvyAuthenticator [ivy:configure] jakarta commons httpclient not found: using jdk url handl= ing [ivy:configure] installing class fr.jayasoft.ivy.url.IvyAuthenticator [ivy:configure] setting 'env.PROCESSOR_LEVEL' to '6' [ivy:configure] setting 'xsd.dir' to 'C:\Workspaces\DataGateway\DataGatew= ay-VDOT-OnCall-Task36\xmlbOpenESSMADIS/xsd' [ivy:configure] setting 'ant.file.OpenESSMADIS' to 'C:\Workspaces\DataGat= eway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS\build.xml' [ivy:configure] setting 'app.year' to '2006' [ivy:configure] setting 'env.ALLUSERSPROFILE' to 'C:\Documents and Settin= gs\All Users' [ivy:configure] setting 'env.OS' to 'Windows_NT' [ivy:configure] setting 'ivy.dep.file' to 'ivy.xml' [ivy:configure] setting 'java.vm.specification.version' to '1.0' [ivy:configure] setting 'ivy.publish.src.artifacts.pattern' to 'C:\Worksp= aces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/distrib/= [type]s/[artifact]-[revision].[ext]' [ivy:configure] setting 'gensrc.dir' to 'C:\Workspaces\DataGateway\DataGa= teway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/gensrc' [ivy:configure] setting 'file.separator' to '\' [ivy:configure] setting 'env.USERDOMAIN' to 'KC7BFI' [ivy:configure] setting 'user.timezone' to '' [ivy:configure] setting 'build.sysclasspath' to 'last' [ivy:configure] setting 'jars.dir' to 'C:\Workspaces\DataGateway\DataGate= way-VDOT-OnCall-Task36\xmlbOpenESSMADIS/jars' [ivy:configure] setting 'TSTAMP' to '1107' [ivy:configure] setting 'classes.dir' to 'C:\Workspaces\DataGateway\DataG= ateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/classes' [ivy:configure] setting 'env.PROCESSOR_ARCHITECTURE' to 'x86' [ivy:configure] setting 'app.version' to '1.0' [ivy:configure] setting 'env.PGPORT' to '5432' [ivy:configure] setting 'sun.jnu.encoding' to 'Cp1252' [ivy:configure] setting 'build.debug' to 'on' [ivy:configure] setting 'env.ProgramFiles' to 'C:\Program Files' [ivy:configure] setting 'env.ACCUREV_IGNORE_ELEMS' to '*.class *.obj *\cl= asses\* *\gensrc\*' [ivy:configure] setting 'env.MAVEN_HOME' to 'C:\Program Files\Apache Soft= ware Foundation\Maven 1.1-beta-2' [ivy:configure] setting 'java.vm.version' to '1.5.0_07-b03' [ivy:configure] setting 'java.home' to 'C:\Progra~1\Java\jdk1.5.0_07\jre'= [ivy:configure] setting 'java.vm.name' to 'Java HotSpot(TM) Client VM' [ivy:configure] setting 'ivy.deliver.ivy.pattern' to 'C:\Workspaces\DataG= ateway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/distrib/[type]s/[a= rtifact]-[revision].[ext]' [ivy:configure] setting 'ant.file' to 'C:\Workspaces\DataGateway\DataGate= way-VDOT-OnCall-Task36\xmlbOpenESSMADIS\build.xml' [ivy:configure] setting 'env.SystemRoot' to 'C:\WINDOWS' [ivy:configure] setting 'os.arch' to 'x86' [ivy:configure] setting 'java.specification.vendor' to 'Sun Microsystems = Inc.' [ivy:configure] setting 'java.awt.printerjob' to 'sun.awt.windows.WPrinte= rJob' [ivy:configure] setting 'build.verbose' to 'off' [ivy:configure] setting 'ivy.status' to 'integration' [ivy:configure] setting 'env.CLIENTNAME' to 'Console' [ivy:configure] setting 'src.dir' to 'C:\Workspaces\DataGateway\DataGatew= ay-VDOT-OnCall-Task36\xmlbOpenESSMADIS/src' [ivy:configure] setting 'env.SESSIONNAME' to 'Console' [ivy:configure] setting 'java.vm.vendor' to 'Sun Microsystems Inc.' [ivy:configure] setting 'user.home' to 'C:\Documents and Settings\David R= Robison' [ivy:configure] setting 'env.HOMEDRIVE' to 'C:' [ivy:configure] setting 'TODAY' to 'November 21 2006' [ivy:configure] setting 'ivy.default.always.check.exact.revision' to 'tru= e' [ivy:configure] setting 'java.ext.dirs' to 'C:\Progra~1\Java\jdk1.5.0_07\= jre\lib\ext' [ivy:configure] setting 'ant.home' to 'C:\Program Files\Apache Software F= oundation\apache-ant-1.6.5' [ivy:configure] setting 'java.vm.specification.name' to 'Java Virtual Mac= hine Specification' [ivy:configure] setting 'user.name' to 'David R Robison' [ivy:configure] setting 'os.version' to '5.1' [ivy:configure] setting 'basedir' to 'C:\Workspaces\DataGateway\DataGatew= ay-VDOT-OnCall-Task36\xmlbOpenESSMADIS' [ivy:configure] setting 'ivy.build.artifacts.dir' to 'C:\Workspaces\DataG= ateway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/build/artifacts' [ivy:configure] setting 'DSTAMP' to '20061121' [ivy:configure] setting 'env.TMP' to 'C:\DOCUME~1\DAVIDR~1\LOCALS~1\Temp'= [ivy:configure] setting 'ivy.lib.dir' to 'C:\Workspaces\DataGateway\DataG= ateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/lib' [ivy:configure] setting 'env.VS71COMNTOOLS' to 'C:\Program Files\Microsof= t Visual Studio .NET 2003\Common7\Tools\' [ivy:configure] setting 'java.vendor.url' to 'http://java.sun.com/' [ivy:configure] setting 'env.HOMEPATH' to '\Documents and Settings\David = R Robison' [ivy:configure] setting 'ivy.report.output.pattern' to '[organisation]-[m= odule]-[conf].[ext]' [ivy:configure] setting 'java.version' to '1.5.0_07' [ivy:configure] setting 'root.dir' to 'C:\Workspaces\DataGateway\DataGate= way-VDOT-OnCall-Task36\xmlbOpenESSMADIS' [ivy:configure] setting 'user.country' to 'US' [ivy:configure] setting 'sun.cpu.endian' to 'little' [ivy:configure] setting 'ivy.project.dir' to 'C:\Workspaces\DataGateway\D= ataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS' [ivy:configure] setting 'env.SystemDrive' to 'C:' [ivy:configure] setting 'env.TEMP' to 'C:\DOCUME~1\DAVIDR~1\LOCALS~1\Temp= ' [ivy:configure] setting 'java.vendor' to 'Sun Microsystems Inc.' [ivy:configure] setting 'env.LIB' to 'C:\Program Files\Microsoft Visual S= tudio .NET 2003\SDK\v1.1\Lib\' [ivy:configure] setting 'java.vendor.url.bug' to 'http://java.sun.com/cgi= -bin/bugreport.cgi' [ivy:configure] setting 'ant.version' to 'Apache Ant version 1.6.5 compil= ed on June 2 2005' [ivy:configure] setting 'line.separator' to ' [ivy:configure] ' [ivy:configure] setting 'env.LOGONSERVER' to '\\KC7BFI' [ivy:configure] setting 'java.class.path' to 'C:\Program Files\Apache Sof= tware Foundation\apache-ant-1.6.5\lib\ant-launcher.jar;C:\Workspaces\Data= Gateway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS\.\;C:\Program Fil= es\Java\jre1.5.0_07\lib\ext\QTJava.zip;C:\Documents and Settings\David R = Robison\.ant\lib\ant-apache-bsf.jar;C:\Documents and Settings\David R Rob= ison\.ant\lib\bsf.jar;C:\Documents and Settings\David R Robison\.ant\lib\= js.jar;C:\Documents and Settings\David R Robison\.ant\lib\jython.jar;C:\P= rogram Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-antlr.ja= r;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-ap= ache-bcel.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.= 5\lib\ant-apache-bsf.jar;C:\Program Files\Apache Software Foundation\apac= he-ant-1.6.5\lib\ant-apache-log4j.jar;C:\Program Files\Apache Software Fo= undation\apache-ant-1.6.5\lib\ant-apache-oro.jar;C:\Program Files\Apache = Software Foundation\apache-ant-1.6.5\lib\ant-apache-regexp.jar;C:\Program= Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-apache-resolve= r.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\an= t-commons-logging.jar;C:\Program Files\Apache Software Foundation\apache-= ant-1.6.5\lib\ant-commons-net.jar;C:\Program Files\Apache Software Founda= tion\apache-ant-1.6.5\lib\ant-icontract.jar;C:\Program Files\Apache Softw= are Foundation\apache-ant-1.6.5\lib\ant-jai.jar;C:\Program Files\Apache S= oftware Foundation\apache-ant-1.6.5\lib\ant-javamail.jar;C:\Program Files= \Apache Software Foundation\apache-ant-1.6.5\lib\ant-jdepend.jar;C:\Progr= am Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-jmf.jar;C:\P= rogram Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-jsch.jar= ;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-jun= it.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\a= nt-launcher.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.= 6.5\lib\ant-netrexx.jar;C:\Program Files\Apache Software Foundation\apach= e-ant-1.6.5\lib\ant-nodeps.jar;C:\Program Files\Apache Software Foundatio= n\apache-ant-1.6.5\lib\ant-starteam.jar;C:\Program Files\Apache Software = Foundation\apache-ant-1.6.5\lib\ant-stylebook.jar;C:\Program Files\Apache= Software Foundation\apache-ant-1.6.5\lib\ant-swing.jar;C:\Program Files\= Apache Software Foundation\apache-ant-1.6.5\lib\ant-trax.jar;C:\Program F= iles\Apache Software Foundation\apache-ant-1.6.5\lib\ant-vaj.jar;C:\Progr= am Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-weblogic.jar= ;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\ant-xal= an1.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\lib\= ant-xslp.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5= \lib\ant.jar;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5= \lib\ivy-1.4.1.jar;C:\Program Files\Apache Software Foundation\apache-ant= -1.6.5\lib\xercesImpl.jar;C:\Program Files\Apache Software Foundation\apa= che-ant-1.6.5\lib\xml-apis.jar;C:\Progra~1\Java\jdk1.5.0_07\lib\tools.jar= ' [ivy:configure] setting 'awt.toolkit' to 'sun.awt.windows.WToolkit' [ivy:configure] setting 'path.separator' to ';' [ivy:configure] setting 'env._USE_CLASSPATH' to 'yes' [ivy:configure] setting 'file.encoding.pkg' to 'sun.io' [ivy:configure] setting 'env._JAVACMD' to 'C:\Progra~1\Java\jdk1.5.0_07\b= in\java.exe' [ivy:configure] setting 'sun.io.unicode.encoding' to 'UnicodeLittle' [ivy:configure] setting 'sun.arch.data.model' to '32' [ivy:configure] setting 'ivy.checksums' to 'sha1,md5' [ivy:configure] setting 'ivy.retrieve.pattern' to 'C:\Workspaces\DataGate= way\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/lib/[artifact]-[revis= ion].[ext]' [ivy:configure] setting 'javadoc.jdk.packagelistLoc' to 'C:\Progra~1\Java= \jdk1.5.0_07/docs/api' [ivy:configure] setting 'ivy.local.default.root' to '${repository.dir}/lo= cal' [ivy:configure] setting 'idl.dir' to 'C:\Workspaces\DataGateway\DataGatew= ay-VDOT-OnCall-Task36\xmlbOpenESSMADIS/../IDLs' [ivy:configure] setting 'ivy.configurations' to '*' [ivy:configure] setting 'java.runtime.version' to '1.5.0_07-b03' [ivy:configure] setting 'build.deprecation' to 'off' [ivy:configure] setting 'archive' to 'ORCI-OpenESSMADIS-1.0' [ivy:configure] setting 'env.PROCESSOR_REVISION' to '0e08' [ivy:configure] setting 'env.APPDATA' to 'C:\Documents and Settings\David= R Robison\Application Data' [ivy:configure] setting 'java.awt.graphicsenv' to 'sun.awt.Win32GraphicsE= nvironment' [ivy:configure] setting 'sun.desktop' to 'windows' [ivy:configure] setting 'env.PROMPT' to '$P$G' [ivy:configure] setting 'javadoc.jdk.offline' to 'false' [ivy:configure] setting 'sun.boot.class.path' to 'C:\Progra~1\Java\jdk1.5= =2E0_07\jre\lib\rt.jar;C:\Progra~1\Java\jdk1.5.0_07\jre\lib\i18n.jar;C:\P= rogra~1\Java\jdk1.5.0_07\jre\lib\sunrsasign.jar;C:\Progra~1\Java\jdk1.5.0= _07\jre\lib\jsse.jar;C:\Progra~1\Java\jdk1.5.0_07\jre\lib\jce.jar;C:\Prog= ra~1\Java\jdk1.5.0_07\jre\lib\charsets.jar;C:\Progra~1\Java\jdk1.5.0_07\j= re\classes' [ivy:configure] setting 'user.variant' to '' [ivy:configure] setting 'java.class.version' to '49.0' [ivy:configure] setting 'sun.os.patch.level' to 'Service Pack 2' [ivy:configure] setting 'java.specification.version' to '1.5' [ivy:configure] setting 'app.Name' to 'OpenESSMADIS' [ivy:configure] setting 'build.source' to '1.5' [ivy:configure] setting 'env.COMPUTERNAME' to 'KC7BFI' [ivy:configure] setting 'env.INCLUDE' to 'C:\Program Files\Microsoft Visu= al Studio .NET 2003\SDK\v1.1\include\' [ivy:configure] setting 'ivy.resolve.default.type.filter' to '*' [ivy:configure] setting 'env.CLASSPATH' to '.;C:\Program Files\Java\jre1.= 5.0_07\lib\ext\QTJava.zip' [ivy:configure] setting 'env.CommonProgramFiles' to 'C:\Program Files\Com= mon Files' [ivy:configure] setting 'sun.cpu.isalist' to 'pentium_pro+mmx pentium_pro= pentium+mmx pentium i486 i386 i86' [ivy:configure] setting 'ivy.distrib.dir' to 'C:\Workspaces\DataGateway\D= ataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS/distrib' [ivy:configure] setting 'java.io.tmpdir' to 'C:\DOCUME~1\DAVIDR~1\LOCALS~= 1\Temp\' [ivy:configure] setting 'build.target' to '1.5' [ivy:configure] setting 'ivy.conf.file' to 'ivyconf.xml' [ivy:configure] setting 'user.language' to 'en' [ivy:configure] setting 'ivy.shared.default.root' to '${repository.dir}/s= hared' [ivy:configure] setting 'env.QTJAVA' to 'C:\Program Files\Java\jre1.5.0_0= 7\lib\ext\QTJava.zip' [ivy:configure] setting 'build.optimize' to 'on' [ivy:configure] setting 'os.name' to 'Windows XP' [ivy:configure] setting 'java.library.path' to 'C:\Progra~1\Java\jdk1.5.0= _07\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\PROGRA~1\Borland\CBUILD~1\Bin= ;C:\PROGRA~1\Borland\CBUILD~1\Projects\Bpl;C:\Perl\bin\;C:\WINDOWS\system= 32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\AccuRev\bin;C:\cy= gwin\bin;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\bin= ;C:\Program Files\cvsnt;C:\Program Files\Darwin Streaming Server;C:\BES\b= in;C:\Progra~1\ArcGIS\bin;C:\Progra~1\Java\jdk1.5.0_07\jre\bin;C:\Tools\e= jp\lib;C:\Program Files\QuickTime\QTSystem\;C:\Progra~1\Apache Software F= oundation\maven-2.0.4\bin;C:\Program Files\Common Files\GTK\2.0\bin' [ivy:configure] setting 'env.NUMBER_OF_PROCESSORS' to '2' [ivy:configure] setting 'java.vm.info' to 'mixed mode' [ivy:configure] setting 'java.endorsed.dirs' to 'C:\Progra~1\Java\jdk1.5.= 0_07\jre\lib\endorsed' [ivy:configure] setting 'sun.boot.library.path' to 'C:\Progra~1\Java\jdk1= =2E5.0_07\jre\bin' [ivy:configure] setting 'company.name' to 'Open Roads Consulting, Inc.' [ivy:configure] setting 'user.dir' to 'C:\Workspaces\DataGateway\DataGate= way-VDOT-OnCall-Task36\xmlbOpenESSMADIS' [ivy:configure] setting 'env.PROCESSOR_IDENTIFIER' to 'x86 Family 6 Model= 14 Stepping 8, GenuineIntel' [ivy:configure] setting 'env.ANT_HOME' to 'C:\Program Files\Apache Softwa= re Foundation\apache-ant-1.6.5' [ivy:configure] setting 'env.JAVA_HOME' to 'C:\Progra~1\Java\jdk1.5.0_07'= [ivy:configure] setting 'env.USERNAME' to 'David R Robison' [ivy:configure] setting 'env.Path' to 'C:\PROGRA~1\Borland\CBUILD~1\Bin;C= :\PROGRA~1\Borland\CBUILD~1\Projects\Bpl;C:\Perl\bin\;C:\WINDOWS\system32= ;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\AccuRev\bin;C:\cygw= in\bin;C:\Program Files\Apache Software Foundation\apache-ant-1.6.5\bin;C= :\Program Files\cvsnt;C:\Program Files\Darwin Streaming Server;C:\BES\bin= ;C:\Progra~1\ArcGIS\bin;C:\Progra~1\Java\jdk1.5.0_07\jre\bin;C:\Tools\ejp= \lib;C:\Program Files\QuickTime\QTSystem\;C:\Progra~1\Apache Software Fou= ndation\maven-2.0.4\bin;C:\Program Files\Common Files\GTK\2.0\bin' [ivy:configure] setting 'java.specification.name' to 'Java Platform API S= pecification' [ivy:configure] setting 'sun.management.compiler' to 'HotSpot Client Comp= iler' [ivy:configure] setting 'env.JBOSS_HOME' to 'C:\jboss-4.0.4.GA' [ivy:configure] setting 'ant.library.dir' to 'C:\Program Files\Apache Sof= tware Foundation\apache-ant-1.6.5\lib' [ivy:configure] setting 'xmlblaster.home' to '/xmlblaster' [ivy:configure] setting 'build.compiler' to 'modern' [ivy:configure] setting 'ant.project.name' to 'OpenESSMADIS' [ivy:configure] setting 'java.runtime.name' to 'Java(TM) 2 Runtime Enviro= nment, Standard Edition' [ivy:configure] setting 'ivy.conf.dir' to '../ivy' [ivy:configure] setting 'file.encoding' to 'Cp1252' [ivy:configure] setting 'env.FP_NO_HOST_CHECK' to 'NO' [ivy:configure] setting 'env.ANT_CMD_LINE_ARGS' to '-d' [ivy:configure] setting 'java.vm.specification.vendor' to 'Sun Microsyste= ms Inc.' [ivy:configure] setting 'ivy.resolver.default.check.modified' to 'false' [ivy:configure] setting 'ivy.buildlist.ivyfilepath' to 'ivy.xml' [ivy:configure] setting 'env.USERPROFILE' to 'C:\Documents and Settings\D= avid R Robison' [ivy:configure] setting 'lib.dir' to 'C:\Workspaces\DataGateway\DataGatew= ay-VDOT-OnCall-Task36\xmlbOpenESSMADIS/lib' [ivy:configure] setting 'app.name' to 'OpenESSMADIS' [ivy:configure] setting 'env.ComSpec' to 'C:\WINDOWS\system32\cmd.exe' [ivy:configure] setting 'ant.java.version' to '1.5' [ivy:configure] setting 'env.PATHEXT' to '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.= JS;.JSE;.WSF;.WSH' [ivy:configure] setting 'env.windir' to 'C:\WINDOWS' [ivy:configure] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b configuring acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b file =3D C:\Workspaces\DataGateway\Data= Gateway-VDOT-OnCall-Task36\ivy\ivyconf.xml [ivy:configure] setting 'ivy.conf.dir' to 'C:\Workspaces\DataGateway\Data= Gateway-VDOT-OnCall-Task36\ivy' [ivy:configure] setting 'ivy.conf.file' to 'C:\Workspaces\DataGateway\Dat= aGateway-VDOT-OnCall-Task36\ivy\ivyconf.xml' [ivy:configure] setting 'ivy.conf.url' to 'file:/C:/Workspaces/DataGatewa= y/DataGateway-VDOT-OnCall-Task36/ivy/ivyconf.xml' [ivy:configure] setting 'ivy.default.ivy.user.dir' to 'C:\Documents and S= ettings\David R Robison\.ivy' [ivy:configure] setting 'ivy.home' to 'C:\Documents and Settings\David R = Robison\.ivy' [ivy:configure] no default ivy user dir defined: set to C:\Documents and = Settings\David R Robison\.ivy [ivy:configure] no default cache defined: set to C:\Documents and Setting= s\David R Robison\.ivy\cache [ivy:configure] 'ivy.resolver.default.check.modified' already set: discar= ding 'false' [ivy:configure] 'ivy.report.output.pattern' already set: discarding '[org= anisation]-[module]-[conf].[ext]' [ivy:configure] 'ivy.conf.file' already set: discarding 'ivyconf.xml' [ivy:configure] 'ivy.publish.src.artifacts.pattern' already set: discardi= ng '${ivy.distrib.dir}/[type]s/[artifact]-[revision].[ext]' [ivy:configure] 'ivy.dep.file' already set: discarding 'ivy.xml' [ivy:configure] 'ivy.build.artifacts.dir' already set: discarding '${ivy.= project.dir}/build/artifacts' [ivy:configure] 'ivy.distrib.dir' already set: discarding '${ivy.project.= dir}/distrib' [ivy:configure] 'ivy.lib.dir' already set: discarding '${ivy.project.dir}= /lib' [ivy:configure] 'ivy.configurations' already set: discarding '*' [ivy:configure] 'ivy.resolve.default.type.filter' already set: discarding= '*' [ivy:configure] 'ivy.project.dir' already set: discarding '${basedir}' [ivy:configure] 'ivy.checksums' already set: discarding 'sha1,md5' [ivy:configure] 'ivy.buildlist.ivyfilepath' already set: discarding 'ivy.= xml' [ivy:configure] 'ivy.status' already set: discarding 'integration' [ivy:configure] 'ivy.retrieve.pattern' already set: discarding '${ivy.lib= =2Edir}/[artifact]-[revision].[ext]' [ivy:configure] 'ivy.deliver.ivy.pattern' already set: discarding '${ivy.= distrib.dir}/[type]s/[artifact]-[revision].[ext]' [ivy:configure] 'ivy.default.always.check.exact.revision' already set: di= scarding 'true' [ivy:configure] loading properties: C:\Workspaces\DataGateway\DataGateway= -VDOT-OnCall-Task36\ivy/ivyconf.properties [ivy:configure] setting 'repository.dir' to '${ivy.conf.dir}/repository' [ivy:configure] 'ivy.default.ivy.user.dir' already set: discarding 'C:\Do= cuments and Settings\David R Robison\.ivy' [ivy:configure] configuration done (93ms) [ivy:configure] default cache: C:\Workspaces\DataGateway\DataGateway-VDO= T-OnCall-Task36\ivy\ivy-cache [ivy:configure] default resolver: default-chain [ivy:configure] default latest strategy: latest-revision [ivy:configure] default conflict manager: latest-revision [ivy:configure] circular dependency strategy: warn [ivy:configure] validate: true [ivy:configure] check up2date: true [ivy:configure] cache ivy pattern: [organisation]/[module]/ivy-[revision= ].xml [ivy:configure] cache artifact pattern: [organisation]/[module]/[type]s/= [artifact]-[revision](.[ext]) [ivy:configure] -- 9 resolvers: [ivy:configure] ibiblio [url] [ivy:configure] changingPattern: null [ivy:configure] changingMatcher: exactOrRegexp [ivy:configure] m2compatible: false [ivy:configure] ivy patterns: [ivy:configure] artifact patterns: [ivy:configure] http://mirrors.dotsrc.org/maven/[module]/[type]s/[arti= fact]-[revision].[ext] [ivy:configure] http://mirrors.dotsrc.org/maven/[module]/[type]s/[arti= fact].[ext] [ivy:configure] http://mirrors.dotsrc.org/maven2/org/samba/jcifs/[modu= le]/[revision]/[artifact]-[revision].[ext] [ivy:configure] repository: ibiblio [ivy:configure] projects [file] [ivy:configure] changingPattern: null [ivy:configure] changingMatcher: exactOrRegexp [ivy:configure] m2compatible: false [ivy:configure] ivy patterns: [ivy:configure] C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task= 36\ivy/repository/[module]-[revision].xml [ivy:configure] artifact patterns: [ivy:configure] C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task= 36\ivy/repository/[artifact]-[revision].[ext] [ivy:configure] repository: projects [ivy:configure] orci [url] [ivy:configure] changingPattern: null [ivy:configure] changingMatcher: exactOrRegexp [ivy:configure] m2compatible: false [ivy:configure] ivy patterns: [ivy:configure] artifact patterns: [ivy:configure] http://www.openroadsconsulting.com/maven/[module]/[typ= e]s/[artifact]-[revision].[ext] [ivy:configure] http://www.openroadsconsulting.com/maven/[module]/[typ= e]s/[artifact].[ext] [ivy:configure] repository: orci [ivy:configure] bluesunrise [url] [ivy:configure] changingPattern: null [ivy:configure] changingMatcher: exactOrRegexp [ivy:configure] m2compatible: false [ivy:configure] ivy patterns: [ivy:configure] artifact patterns: [ivy:configure] http://www.bluesunrise.com/maven/[module]/[type]s/[art= ifact]-[revision].[ext] [ivy:configure] repository: bluesunrise [ivy:configure] default-chain [chain] [orci, ibiblio, astrogrid, bluesun= rise, jibx, berlios, geotools, orci] [ivy:configure] return first: false [ivy:configure] dual: false [ivy:configure] -> orci [ivy:configure] -> ibiblio [ivy:configure] -> astrogrid [ivy:configure] -> bluesunrise [ivy:configure] -> jibx [ivy:configure] -> berlios [ivy:configure] -> geotools [ivy:configure] -> orci [ivy:configure] jibx [url] [ivy:configure] changingPattern: null [ivy:configure] changingMatcher: exactOrRegexp [ivy:configure] m2compatible: false [ivy:configure] ivy patterns: [ivy:configure] artifact patterns: [ivy:configure] http://jibx.sourceforge.net/maven/[module]/[type]s/[ar= tifact]-[revision].[ext] [ivy:configure] repository: jibx [ivy:configure] astrogrid [url] [ivy:configure] changingPattern: null [ivy:configure] changingMatcher: exactOrRegexp [ivy:configure] m2compatible: false [ivy:configure] ivy patterns: [ivy:configure] artifact patterns: [ivy:configure] http://www.astrogrid.org/maven/[module]/[type]s/[artif= act]-[revision].[ext] [ivy:configure] repository: astrogrid [ivy:configure] geotools [url] [ivy:configure] changingPattern: null [ivy:configure] changingMatcher: exactOrRegexp [ivy:configure] m2compatible: false [ivy:configure] ivy patterns: [ivy:configure] artifact patterns: [ivy:configure] http://maven.geotools.fr/repository/org/geotools/[modu= le]/[revision]/[artifact]-[revision].[ext] [ivy:configure] http://maven.geotools.fr/repository/com/vividsolutions= /[module]/[revision]/[artifact]-[revision].[ext] [ivy:configure] http://maven.geotools.fr/repository/org/opengis/[modul= e]/[revision]/[artifact]-[revision].[ext] [ivy:configure] http://maven.geotools.fr/repository/javax/units/[modul= e]/[revision]/[artifact]-[revision].[ext] [ivy:configure] repository: geotools [ivy:configure] berlios [url] [ivy:configure] changingPattern: null [ivy:configure] changingMatcher: exactOrRegexp [ivy:configure] m2compatible: false [ivy:configure] ivy patterns: [ivy:configure] artifact patterns: [ivy:configure] http://osgirepo.berlios.de/repository/[module]/[type]s= /[artifact]-[revision].[ext] [ivy:configure] repository: berlios [ivy:configure] module configurations: [ivy:configure] [ orci | .* ] (exactOrRegexp) -> resolver: projects Adding reference: ivy.instance [ivy:configure] setting ivy.instance on org.apache.tools.ant.Project@7a15= 76: fr.jayasoft.ivy.Ivy@1171b26 class=3Dfr.jayasoft.ivy.Ivy classloader=3D= java.net.URLClassLoader@e83912 Adding reference: ivy.instances ivy.resolve: [ivy:retrieve] parameter not found: ivy.organisation [ivy:retrieve] parameter not found: ivy.module [ivy:retrieve] using standard ensure resolved [ivy:retrieve] parameter found as attribute value: ivy.resolved.configura= tions=3Djars [ivy:retrieve] calculating configurations to resolve [ivy:retrieve] module not yet resolved, all confs still need to be resolv= ed [ivy:retrieve] no resolved descriptor found: launching default resolve [ivy:retrieve] parameter found as attribute value: ivy.configurations=3Dj= ars [ivy:retrieve] parameter found as ivy variable: ivy.resolve.default.type.= filter=3D* [ivy:retrieve] parameter found as ivy variable: ivy.dep.file=3Divy.xml [ivy:retrieve] parameter not found: ivy.revision [ivy:retrieve] using ivy parser to parse file:/C:/Workspaces/DataGateway/= DataGateway-VDOT-OnCall-Task36/xmlbOpenESSMADIS/ivy.xml [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b resolving dependencies acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ orci | OpenESSMADIS | worki= ng@kc7bfi ] [ivy:retrieve] confs: [jars] [ivy:retrieve] validate =3D true [ivy:retrieve] using default-chain to resolve [ xmlBlaster | xmlBlaster = | 1.4 ] [ivy:retrieve] default-chain: no latest strategy defined: using default [ivy:retrieve] orci: no namespace defined: using system [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster | 1= =2E4 ] (resolved by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy-1.4.xml [ivy:retrieve] orci: found revision in cache: [ xmlBlaster | xmlBlaster = | 1.4 ] (resolved by orci): but it's a default one, maybe we can find a b= etter one [ivy:retrieve] orci: no latest strategy defined: using default [ivy:retrieve] trying http://www.openroadsconsulting.com/maven/xmlBlast= er/jars/xmlBlaster-1.4.jar [ivy:retrieve] orci: no ivy file found for [ xmlBlaster | xmlBlaster | 1= =2E4 ]: using default data [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] checking [ xmlBlaster | xmlBlaster | 1.4 ][default] from = orci against null [ivy:retrieve] module revision kept as first found: [ xmlBlaster | xmlBl= aster | 1.4 ][default] from orci [ivy:retrieve] ibiblio: no namespace defined: using system [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster | 1= =2E4 ] (resolved by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy-1.4.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] ibiblio: no latest strategy defined: using default [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/xmlBlaster/jars/x= mlBlaster-1.4.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/xmlBlaster/jars/xmlBlaster-1.4.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/xmlBlaster/jars/xmlBlaster-1.4.jar [ivy:retrieve] ibiblio: resource not reachable for [ xmlBlaster | xmlBla= ster | 1.4 ]: res=3Dhttp://mirrors.dotsrc.org/maven/xmlBlaster/jars/xmlBl= aster-1.4.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/xmlBlaster/jars/x= mlBlaster.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/xmlBlaster/jars/xmlBlaster.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/xmlBlaster/jars/xmlBlaster.jar [ivy:retrieve] ibiblio: resource not reachable for [ xmlBlaster | xmlBla= ster | 1.4 ]: res=3Dhttp://mirrors.dotsrc.org/maven/xmlBlaster/jars/xmlBl= aster.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven2/org/samba/jcifs/= xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven2/org/samba/jcifs/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven2/org/samba/jcifs/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] ibiblio: resource not reachable for [ xmlBlaster | xmlBla= ster | 1.4 ]: res=3Dhttp://mirrors.dotsrc.org/maven2/org/samba/jcifs/xmlB= laster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] ibiblio: no ivy file nor artifact found for [ xmlBlaster = | xmlBlaster | 1.4 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/xmlBlaster/jars/xm= lBlaster-1.4.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/xmlBlaster/jars/xm= lBlaster.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven2/org/samba/jcifs/x= mlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] astrogrid: no namespace defined: using system [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster | 1= =2E4 ] (resolved by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy-1.4.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] astrogrid: no latest strategy defined: using default [ivy:retrieve] trying http://www.astrogrid.org/maven/xmlBlaster/jars/xm= lBlaster-1.4.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/xmlBlaster/jars/xmlBlaster-1.4.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/xmlBlaster/jars/xmlBlaster-1.4.jar [ivy:retrieve] astrogrid: resource not reachable for [ xmlBlaster | xmlB= laster | 1.4 ]: res=3Dhttp://www.astrogrid.org/maven/xmlBlaster/jars/xmlB= laster-1.4.jar [ivy:retrieve] astrogrid: no ivy file nor artifact found for [ xmlBlaste= r | xmlBlaster | 1.4 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] tried http://www.astrogrid.org/maven/xmlBlaster/jars/xml= Blaster-1.4.jar [ivy:retrieve] bluesunrise: no namespace defined: using system [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster | 1= =2E4 ] (resolved by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy-1.4.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] bluesunrise: no latest strategy defined: using default [ivy:retrieve] trying http://www.bluesunrise.com/maven/xmlBlaster/jars/= xmlBlaster-1.4.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/xmlBlaster/jars/xmlBlaster-1.4.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/xmlBlaster/jars/xmlBlaster-1.4.jar [ivy:retrieve] bluesunrise: resource not reachable for [ xmlBlaster | xm= lBlaster | 1.4 ]: res=3Dhttp://www.bluesunrise.com/maven/xmlBlaster/jars/= xmlBlaster-1.4.jar [ivy:retrieve] bluesunrise: no ivy file nor artifact found for [ xmlBlas= ter | xmlBlaster | 1.4 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] tried http://www.bluesunrise.com/maven/xmlBlaster/jars/x= mlBlaster-1.4.jar [ivy:retrieve] jibx: no namespace defined: using system [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster | 1= =2E4 ] (resolved by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy-1.4.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] jibx: no latest strategy defined: using default [ivy:retrieve] trying http://jibx.sourceforge.net/maven/xmlBlaster/jars= /xmlBlaster-1.4.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/xmlBlaster/jars/xmlBlaster-1.4.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/xmlBlaster/jars/xmlBlaster-1.4.jar [ivy:retrieve] jibx: resource not reachable for [ xmlBlaster | xmlBlaste= r | 1.4 ]: res=3Dhttp://jibx.sourceforge.net/maven/xmlBlaster/jars/xmlBla= ster-1.4.jar [ivy:retrieve] jibx: no ivy file nor artifact found for [ xmlBlaster | x= mlBlaster | 1.4 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] tried http://jibx.sourceforge.net/maven/xmlBlaster/jars/= xmlBlaster-1.4.jar [ivy:retrieve] berlios: no namespace defined: using system [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster | 1= =2E4 ] (resolved by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy-1.4.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] berlios: no latest strategy defined: using default [ivy:retrieve] trying http://osgirepo.berlios.de/repository/xmlBlaster/= jars/xmlBlaster-1.4.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/xmlBlaster/jars/xmlBlaster-1.4.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/xmlBlaster/jars/xmlBlaster-1.4.jar [ivy:retrieve] berlios: resource not reachable for [ xmlBlaster | xmlBla= ster | 1.4 ]: res=3Dhttp://osgirepo.berlios.de/repository/xmlBlaster/jars= /xmlBlaster-1.4.jar [ivy:retrieve] berlios: no ivy file nor artifact found for [ xmlBlaster = | xmlBlaster | 1.4 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] tried http://osgirepo.berlios.de/repository/xmlBlaster/j= ars/xmlBlaster-1.4.jar [ivy:retrieve] geotools: no namespace defined: using system [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster | 1= =2E4 ] (resolved by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy-1.4.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] geotools: no latest strategy defined: using default [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] geotools: resource not reachable for [ xmlBlaster | xmlBl= aster | 1.4 ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/xml= Blaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] geotools: resource not reachable for [ xmlBlaster | xmlBl= aster | 1.4 ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsolutio= ns/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/x= mlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] geotools: resource not reachable for [ xmlBlaster | xmlBl= aster | 1.4 ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/xmlB= laster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/x= mlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] geotools: resource not reachable for [ xmlBlaster | xmlBl= aster | 1.4 ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/xmlB= laster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] geotools: no ivy file nor artifact found for [ xmlBlaster= | xmlBlaster | 1.4 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/x= mlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/xmlBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/xm= lBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/xm= lBlaster/1.4/xmlBlaster-1.4.jar [ivy:retrieve] orci: no namespace defined: using system [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster | 1= =2E4 ] (resolved by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy-1.4.xml [ivy:retrieve] orci: revision in cache: [ xmlBlaster | xmlBlaster | 1.4 = ] [ivy:retrieve] checking [ xmlBlaster | xmlBlaster | 1.4 ][default] from = orci against [ xmlBlaster | xmlBlaster | 1.4 ] [ivy:retrieve] module revision discarded as older: [ xmlBlaster | xmlBla= ster | 1.4 ][default] from orci [ivy:retrieve] found [ xmlBlaster | xmlBlaster | 1.4 ] in orci [ivy:retrieve] using default-chain to resolve [ apache | log4j | 1.2.13 = ] [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | log4j | 1.2.13 ] (= resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-T= ask36\ivy\ivy-cache\apache\log4j\ivy-1.2.13.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | log4j | 1.2.13 ] [ivy:retrieve] trying http://www.openroadsconsulting.com/maven/log4j/ja= rs/log4j-1.2.13.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.openroadsconsulti= ng.com/maven/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.openroadsconsul= ting.com/maven/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] orci: resource not reachable for [ apache | log4j | 1.2.1= 3 ]: res=3Dhttp://www.openroadsconsulting.com/maven/log4j/jars/log4j-1.2.= 13.jar [ivy:retrieve] trying http://www.openroadsconsulting.com/maven/log4j/ja= rs/log4j.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.openroadsconsulti= ng.com/maven/log4j/jars/log4j.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.openroadsconsul= ting.com/maven/log4j/jars/log4j.jar [ivy:retrieve] orci: resource not reachable for [ apache | log4j | 1.2.1= 3 ]: res=3Dhttp://www.openroadsconsulting.com/maven/log4j/jars/log4j.jar [ivy:retrieve] orci: no ivy file nor artifact found for [ apache | log4j= | 1.2.13 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | log4j | 1.2.13 ] [ivy:retrieve] tried http://www.openroadsconsulting.com/maven/log4j/jar= s/log4j-1.2.13.jar [ivy:retrieve] tried http://www.openroadsconsulting.com/maven/log4j/jar= s/log4j.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | log4j | 1.2.13 ] (= resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-T= ask36\ivy\ivy-cache\apache\log4j\ivy-1.2.13.xml [ivy:retrieve] ibiblio: revision in cache: [ apache | log4j | 1.2.13 ] [ivy:retrieve] checking [ apache | log4j | 1.2.13 ][default] from ibibli= o against null [ivy:retrieve] module revision kept as first found: [ apache | log4j | 1= =2E2.13 ][default] from ibiblio [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | log4j | 1.2.13 ] (= resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-T= ask36\ivy\ivy-cache\apache\log4j\ivy-1.2.13.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | log4j | 1.2.13 ] [ivy:retrieve] trying http://www.astrogrid.org/maven/log4j/jars/log4j-1= =2E2.13.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] astrogrid: resource not reachable for [ apache | log4j | = 1.2.13 ]: res=3Dhttp://www.astrogrid.org/maven/log4j/jars/log4j-1.2.13.ja= r [ivy:retrieve] astrogrid: no ivy file nor artifact found for [ apache | = log4j | 1.2.13 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | log4j | 1.2.13 ] [ivy:retrieve] tried http://www.astrogrid.org/maven/log4j/jars/log4j-1.= 2.13.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | log4j | 1.2.13 ] (= resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-T= ask36\ivy\ivy-cache\apache\log4j\ivy-1.2.13.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | log4j | 1.2.13 ] [ivy:retrieve] trying http://www.bluesunrise.com/maven/log4j/jars/log4j= -1.2.13.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] bluesunrise: resource not reachable for [ apache | log4j = | 1.2.13 ]: res=3Dhttp://www.bluesunrise.com/maven/log4j/jars/log4j-1.2.1= 3.jar [ivy:retrieve] bluesunrise: no ivy file nor artifact found for [ apache = | log4j | 1.2.13 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | log4j | 1.2.13 ] [ivy:retrieve] tried http://www.bluesunrise.com/maven/log4j/jars/log4j-= 1.2.13.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | log4j | 1.2.13 ] (= resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-T= ask36\ivy\ivy-cache\apache\log4j\ivy-1.2.13.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | log4j | 1.2.13 ] [ivy:retrieve] trying http://jibx.sourceforge.net/maven/log4j/jars/log4= j-1.2.13.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] jibx: resource not reachable for [ apache | log4j | 1.2.1= 3 ]: res=3Dhttp://jibx.sourceforge.net/maven/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] jibx: no ivy file nor artifact found for [ apache | log4j= | 1.2.13 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | log4j | 1.2.13 ] [ivy:retrieve] tried http://jibx.sourceforge.net/maven/log4j/jars/log4j= -1.2.13.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | log4j | 1.2.13 ] (= resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-T= ask36\ivy\ivy-cache\apache\log4j\ivy-1.2.13.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | log4j | 1.2.13 ] [ivy:retrieve] trying http://osgirepo.berlios.de/repository/log4j/jars/= log4j-1.2.13.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] berlios: resource not reachable for [ apache | log4j | 1.= 2.13 ]: res=3Dhttp://osgirepo.berlios.de/repository/log4j/jars/log4j-1.2.= 13.jar [ivy:retrieve] berlios: no ivy file nor artifact found for [ apache | lo= g4j | 1.2.13 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | log4j | 1.2.13 ] [ivy:retrieve] tried http://osgirepo.berlios.de/repository/log4j/jars/l= og4j-1.2.13.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | log4j | 1.2.13 ] (= resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-T= ask36\ivy\ivy-cache\apache\log4j\ivy-1.2.13.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | log4j | 1.2.13 ] [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= log4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/log4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/log4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] geotools: resource not reachable for [ apache | log4j | 1= =2E2.13 ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/log4j/1= =2E2.13/log4j-1.2.13.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/log4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/log4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/log4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] geotools: resource not reachable for [ apache | log4j | 1= =2E2.13 ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsolutions/l= og4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/l= og4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/log4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/log4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] geotools: resource not reachable for [ apache | log4j | 1= =2E2.13 ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/log4j/1.= 2.13/log4j-1.2.13.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/l= og4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/log4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/log4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] geotools: resource not reachable for [ apache | log4j | 1= =2E2.13 ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/log4j/1.= 2.13/log4j-1.2.13.jar [ivy:retrieve] geotools: no ivy file nor artifact found for [ apache | l= og4j | 1.2.13 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | log4j | 1.2.13 ] [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/l= og4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/log4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/lo= g4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/lo= g4j/1.2.13/log4j-1.2.13.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | log4j | 1.2.13 ] (= resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-T= ask36\ivy\ivy-cache\apache\log4j\ivy-1.2.13.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | log4j | 1.2.13 ] [ivy:retrieve] orci: no latest strategy defined: using default [ivy:retrieve] trying http://www.openroadsconsulting.com/maven/log4j/ja= rs/log4j-1.2.13.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.openroadsconsulti= ng.com/maven/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.openroadsconsul= ting.com/maven/log4j/jars/log4j-1.2.13.jar [ivy:retrieve] orci: resource not reachable for [ apache | log4j | 1.2.1= 3 ]: res=3Dhttp://www.openroadsconsulting.com/maven/log4j/jars/log4j-1.2.= 13.jar [ivy:retrieve] trying http://www.openroadsconsulting.com/maven/log4j/ja= rs/log4j.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.openroadsconsulti= ng.com/maven/log4j/jars/log4j.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.openroadsconsul= ting.com/maven/log4j/jars/log4j.jar [ivy:retrieve] orci: resource not reachable for [ apache | log4j | 1.2.1= 3 ]: res=3Dhttp://www.openroadsconsulting.com/maven/log4j/jars/log4j.jar [ivy:retrieve] orci: no ivy file nor artifact found for [ apache | log4j= | 1.2.13 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | log4j | 1.2.13 ] [ivy:retrieve] tried http://www.openroadsconsulting.com/maven/log4j/jar= s/log4j-1.2.13.jar [ivy:retrieve] tried http://www.openroadsconsulting.com/maven/log4j/jar= s/log4j.jar [ivy:retrieve] found [ apache | log4j | 1.2.13 ] in ibiblio [ivy:retrieve] using default-chain to resolve [ apache | commons-logging= | 1.1 ] [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | commons-logging | = 1.1 ] (resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-O= nCall-Task36\ivy\ivy-cache\apache\commons-logging\ivy-1.1.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | commons-logging | 1.1 ] [ivy:retrieve] trying http://www.openroadsconsulting.com/maven/commons-= logging/jars/commons-logging-1.1.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.openroadsconsulti= ng.com/maven/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.openroadsconsul= ting.com/maven/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] orci: resource not reachable for [ apache | commons-loggi= ng | 1.1 ]: res=3Dhttp://www.openroadsconsulting.com/maven/commons-loggin= g/jars/commons-logging-1.1.jar [ivy:retrieve] trying http://www.openroadsconsulting.com/maven/commons-= logging/jars/commons-logging.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.openroadsconsulti= ng.com/maven/commons-logging/jars/commons-logging.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.openroadsconsul= ting.com/maven/commons-logging/jars/commons-logging.jar [ivy:retrieve] orci: resource not reachable for [ apache | commons-loggi= ng | 1.1 ]: res=3Dhttp://www.openroadsconsulting.com/maven/commons-loggin= g/jars/commons-logging.jar [ivy:retrieve] orci: no ivy file nor artifact found for [ apache | commo= ns-logging | 1.1 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | commons-logging | 1.1 ] [ivy:retrieve] tried http://www.openroadsconsulting.com/maven/commons-l= ogging/jars/commons-logging-1.1.jar [ivy:retrieve] tried http://www.openroadsconsulting.com/maven/commons-l= ogging/jars/commons-logging.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | commons-logging | = 1.1 ] (resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-O= nCall-Task36\ivy\ivy-cache\apache\commons-logging\ivy-1.1.xml [ivy:retrieve] ibiblio: revision in cache: [ apache | commons-logging | = 1.1 ] [ivy:retrieve] checking [ apache | commons-logging | 1.1 ][default] from= ibiblio against null [ivy:retrieve] module revision kept as first found: [ apache | commons-l= ogging | 1.1 ][default] from ibiblio [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | commons-logging | = 1.1 ] (resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-O= nCall-Task36\ivy\ivy-cache\apache\commons-logging\ivy-1.1.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | commons-logging | 1.1 ] [ivy:retrieve] trying http://www.astrogrid.org/maven/commons-logging/ja= rs/commons-logging-1.1.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] astrogrid: resource not reachable for [ apache | commons-= logging | 1.1 ]: res=3Dhttp://www.astrogrid.org/maven/commons-logging/jar= s/commons-logging-1.1.jar [ivy:retrieve] astrogrid: no ivy file nor artifact found for [ apache | = commons-logging | 1.1 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | commons-logging | 1.1 ] [ivy:retrieve] tried http://www.astrogrid.org/maven/commons-logging/jar= s/commons-logging-1.1.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | commons-logging | = 1.1 ] (resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-O= nCall-Task36\ivy\ivy-cache\apache\commons-logging\ivy-1.1.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | commons-logging | 1.1 ] [ivy:retrieve] trying http://www.bluesunrise.com/maven/commons-logging/= jars/commons-logging-1.1.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] bluesunrise: resource not reachable for [ apache | common= s-logging | 1.1 ]: res=3Dhttp://www.bluesunrise.com/maven/commons-logging= /jars/commons-logging-1.1.jar [ivy:retrieve] bluesunrise: no ivy file nor artifact found for [ apache = | commons-logging | 1.1 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | commons-logging | 1.1 ] [ivy:retrieve] tried http://www.bluesunrise.com/maven/commons-logging/j= ars/commons-logging-1.1.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | commons-logging | = 1.1 ] (resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-O= nCall-Task36\ivy\ivy-cache\apache\commons-logging\ivy-1.1.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | commons-logging | 1.1 ] [ivy:retrieve] trying http://jibx.sourceforge.net/maven/commons-logging= /jars/commons-logging-1.1.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] jibx: resource not reachable for [ apache | commons-loggi= ng | 1.1 ]: res=3Dhttp://jibx.sourceforge.net/maven/commons-logging/jars/= commons-logging-1.1.jar [ivy:retrieve] jibx: no ivy file nor artifact found for [ apache | commo= ns-logging | 1.1 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | commons-logging | 1.1 ] [ivy:retrieve] tried http://jibx.sourceforge.net/maven/commons-logging/= jars/commons-logging-1.1.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | commons-logging | = 1.1 ] (resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-O= nCall-Task36\ivy\ivy-cache\apache\commons-logging\ivy-1.1.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | commons-logging | 1.1 ] [ivy:retrieve] trying http://osgirepo.berlios.de/repository/commons-log= ging/jars/commons-logging-1.1.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] berlios: resource not reachable for [ apache | commons-lo= gging | 1.1 ]: res=3Dhttp://osgirepo.berlios.de/repository/commons-loggin= g/jars/commons-logging-1.1.jar [ivy:retrieve] berlios: no ivy file nor artifact found for [ apache | co= mmons-logging | 1.1 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | commons-logging | 1.1 ] [ivy:retrieve] tried http://osgirepo.berlios.de/repository/commons-logg= ing/jars/commons-logging-1.1.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | commons-logging | = 1.1 ] (resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-O= nCall-Task36\ivy\ivy-cache\apache\commons-logging\ivy-1.1.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | commons-logging | 1.1 ] [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] geotools: resource not reachable for [ apache | commons-l= ogging | 1.1 ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/co= mmons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] geotools: resource not reachable for [ apache | commons-l= ogging | 1.1 ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsoluti= ons/commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/c= ommons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] geotools: resource not reachable for [ apache | commons-l= ogging | 1.1 ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/com= mons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/c= ommons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] geotools: resource not reachable for [ apache | commons-l= ogging | 1.1 ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/com= mons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] geotools: no ivy file nor artifact found for [ apache | c= ommons-logging | 1.1 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | commons-logging | 1.1 ] [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/c= ommons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/commons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/co= mmons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/co= mmons-logging/1.1/commons-logging-1.1.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ apache | commons-logging | = 1.1 ] (resolved by ibiblio): C:\Workspaces\DataGateway\DataGateway-VDOT-O= nCall-Task36\ivy\ivy-cache\apache\commons-logging\ivy-1.1.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ apache | commons-logging | 1.1 ] [ivy:retrieve] trying http://www.openroadsconsulting.com/maven/commons-= logging/jars/commons-logging-1.1.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.openroadsconsulti= ng.com/maven/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.openroadsconsul= ting.com/maven/commons-logging/jars/commons-logging-1.1.jar [ivy:retrieve] orci: resource not reachable for [ apache | commons-loggi= ng | 1.1 ]: res=3Dhttp://www.openroadsconsulting.com/maven/commons-loggin= g/jars/commons-logging-1.1.jar [ivy:retrieve] trying http://www.openroadsconsulting.com/maven/commons-= logging/jars/commons-logging.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.openroadsconsulti= ng.com/maven/commons-logging/jars/commons-logging.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.openroadsconsul= ting.com/maven/commons-logging/jars/commons-logging.jar [ivy:retrieve] orci: resource not reachable for [ apache | commons-loggi= ng | 1.1 ]: res=3Dhttp://www.openroadsconsulting.com/maven/commons-loggin= g/jars/commons-logging.jar [ivy:retrieve] orci: no ivy file nor artifact found for [ apache | commo= ns-logging | 1.1 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ apache | commons-logging | 1.1 ] [ivy:retrieve] tried http://www.openroadsconsulting.com/maven/commons-l= ogging/jars/commons-logging-1.1.jar [ivy:retrieve] tried http://www.openroadsconsulting.com/maven/commons-l= ogging/jars/commons-logging.jar [ivy:retrieve] found [ apache | commons-logging | 1.1 ] in ibiblio [ivy:retrieve] resolved ivy file produced in C:\Workspaces\DataGateway\D= ataGateway-VDOT-OnCall-Task36\ivy\ivy-cache\resolved-orci-OpenESSMADIS-wo= [email protected] [ivy:retrieve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b downloading artifacts acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ivy:retrieve] [NOT REQUIRED] [ xmlBlaster | xmlBlaster | 1.4 ]/xmlBlast= er.jar[jar] [ivy:retrieve] [NOT REQUIRED] [ apache | log4j | 1.2.13 ]/log4j.jar[jar]= [ivy:retrieve] [NOT REQUIRED] [ apache | commons-logging | 1.1 ]/commons= -logging.jar[jar] [ivy:retrieve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b resolution report acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | jars | 3 | 1 | 0 | 0 || 3 | 0 | --------------------------------------------------------------------- [ivy:retrieve] report for [ orci | OpenESSMADIS | NONE ] jars produced i= n C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy\ivy-cache\= orci-OpenESSMADIS-jars.xml [ivy:retrieve] resolve done (16344ms resolve - 0ms download) Adding reference: ivy.resolved.report Adding reference: ivy.resolved.configurations.ref Adding reference: ivy.resolved.descriptor Adding reference: ivy.resolved.report.orci.OpenESSMADIS Adding reference: ivy.resolved.descriptor.orci.OpenESSMADIS Adding reference: ivy.resolved.configurations.ref.orci.OpenESSMADIS Setting project property: ivy.organisation -> orci [ivy:retrieve] setting 'ivy.organisation' to 'orci' Setting project property: ivy.module -> OpenESSMADIS [ivy:retrieve] setting 'ivy.module' to 'OpenESSMADIS' Setting project property: ivy.revision -> working@kc7bfi [ivy:retrieve] setting 'ivy.revision' to 'working@kc7bfi' Setting project property: ivy.deps.changed -> false [ivy:retrieve] setting 'ivy.deps.changed' to 'false' Setting project property: ivy.resolved.configurations -> jars [ivy:retrieve] setting 'ivy.resolved.configurations' to 'jars' [ivy:retrieve] parameter found as attribute value: ivy.resolved.configura= tions=3Djars [ivy:retrieve] parameter found as ivy variable: ivy.organisation=3Dorci [ivy:retrieve] parameter found as ivy variable: ivy.module=3DOpenESSMADIS= [ivy:retrieve] parameter found as attribute value: ivy.retrieve.pattern=3D= C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS= /jars/[artifact]-[revision].[ext] [ivy:retrieve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b retrieving acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ orci | OpenESSMADIS ] [ivy:retrieve] confs: [jars] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\apache\commons-logging\jars\commons-logging-1.1.= jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\jars\commons-logging-1.1.jar [NOT REQUIRED] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\jars\xmlBlaster-1.4.jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\jars\xmlBlaster-1.4.jar [NOT REQUIRED] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\apache\log4j\jars\log4j-1.2.13.jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\jars\log4j-1.2.13.jar [NOT REQUIRED] [ivy:retrieve] 0 artifacts copied, 3 already retrieved [ivy:retrieve] retrieve done (32ms) Setting project property: ivy.nb.targets.copied -> 0 Setting project property: ivy.targets.copied -> false [ivy:retrieve] parameter found as ivy variable: ivy.organisation=3Dorci [ivy:retrieve] parameter found as ivy variable: ivy.module=3DOpenESSMADIS= [ivy:retrieve] using standard ensure resolved [ivy:retrieve] parameter found as attribute value: ivy.resolved.configura= tions=3Dlibs [ivy:retrieve] calculating configurations to resolve [ivy:retrieve] resolved configurations: [jars] [ivy:retrieve] asked configurations: [libs] [ivy:retrieve] to resolve configurations: [libs] [ivy:retrieve] no resolved descriptor found: launching default resolve [ivy:retrieve] parameter found as attribute value: ivy.configurations=3Dl= ibs [ivy:retrieve] parameter found as ivy variable: ivy.resolve.default.type.= filter=3D* [ivy:retrieve] parameter found as ivy variable: ivy.dep.file=3Divy.xml [ivy:retrieve] parameter found as ivy variable: ivy.revision=3Dworking@kc= 7bfi [ivy:retrieve] using ivy parser to parse file:/C:/Workspaces/DataGateway/= DataGateway-VDOT-OnCall-Task36/xmlbOpenESSMADIS/ivy.xml [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b resolving dependencies acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ orci | OpenESSMADIS | worki= ng@kc7bfi ] [ivy:retrieve] confs: [libs] [ivy:retrieve] validate =3D true [ivy:retrieve] using default-chain to resolve [ sun | jwsdp | 1.5 ] [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ sun | jwsdp | 1.5 ] (resolv= ed by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy= \ivy-cache\sun\jwsdp\ivy-1.5.xml [ivy:retrieve] orci: found revision in cache: [ sun | jwsdp | 1.5 ] (res= olved by orci): but it's a default one, maybe we can find a better one [ivy:retrieve] trying http://www.openroadsconsulting.com/maven/jwsdp/ja= rs/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] orci: no ivy file found for [ sun | jwsdp | 1.5 ]: using = default data [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ sun | jwsdp | 1.5 ] [ivy:retrieve] checking [ sun | jwsdp | 1.5 ][default] from orci against= null [ivy:retrieve] module revision kept as first found: [ sun | jwsdp | 1.5 = ][default] from orci [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ sun | jwsdp | 1.5 ] (resolv= ed by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy= \ivy-cache\sun\jwsdp\ivy-1.5.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ sun | jwsdp | 1.5 ] [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-l= ibs-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-libs-jwsdp-1.5.ja= r [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-l= ibs-jwsdp.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/jaxb-libs-jwsdp.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/jaxb-libs-jwsdp.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-libs-jwsdp.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven2/org/samba/jcifs/= jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven2/org/samba/jcifs/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven2/org/samba/jcifs/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven2/org/samba/jcifs/jwsdp/1.5/jaxb-l= ibs-jwsdp-1.5.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-a= pi-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-api-jwsdp-1.5.jar= [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-a= pi-jwsdp.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/jaxb-api-jwsdp.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/jaxb-api-jwsdp.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-api-jwsdp.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven2/org/samba/jcifs/= jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven2/org/samba/jcifs/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven2/org/samba/jcifs/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven2/org/samba/jcifs/jwsdp/1.5/jaxb-a= pi-jwsdp-1.5.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-x= jc-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar= [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-x= jc-jwsdp.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/jaxb-xjc-jwsdp.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/jaxb-xjc-jwsdp.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-xjc-jwsdp.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven2/org/samba/jcifs/= jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven2/org/samba/jcifs/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven2/org/samba/jcifs/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven2/org/samba/jcifs/jwsdp/1.5/jaxb-x= jc-jwsdp-1.5.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/xsdlib= -jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/xsdlib= -jwsdp.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/xsdlib-jwsdp.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/xsdlib-jwsdp.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/xsdlib-jwsdp.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven2/org/samba/jcifs/= jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven2/org/samba/jcifs/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven2/org/samba/jcifs/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven2/org/samba/jcifs/jwsdp/1.5/xsdlib= -jwsdp-1.5.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/xerces= Impl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/xercesImpl-jwsdp-1.5.j= ar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/xerces= Impl-jwsdp.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/xercesImpl-jwsdp.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/xercesImpl-jwsdp.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/xercesImpl-jwsdp.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven2/org/samba/jcifs/= jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven2/org/samba/jcifs/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven2/org/samba/jcifs/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven2/org/samba/jcifs/jwsdp/1.5/xerces= Impl-jwsdp-1.5.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-i= mpl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-impl-jwsdp-1.5.ja= r [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-i= mpl-jwsdp.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/jaxb-impl-jwsdp.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/jaxb-impl-jwsdp.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-impl-jwsdp.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven2/org/samba/jcifs/= jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven2/org/samba/jcifs/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven2/org/samba/jcifs/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven2/org/samba/jcifs/jwsdp/1.5/jaxb-i= mpl-jwsdp-1.5.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/relaxn= gDatatype-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/relaxngDatatype-jwsdp-= 1.5.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/relaxn= gDatatype-jwsdp.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/relaxngDatatype-jwsdp.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/relaxngDatatype-jwsdp.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/relaxngDatatype-jwsdp.= jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven2/org/samba/jcifs/= jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven2/org/samba/jcifs/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven2/org/samba/jcifs/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven2/org/samba/jcifs/jwsdp/1.5/relaxn= gDatatype-jwsdp-1.5.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/namesp= ace-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/namespace-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/namespace-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/namespace-jwsdp-1.5.ja= r [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/namesp= ace-jwsdp.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/namespace-jwsdp.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/namespace-jwsdp.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/namespace-jwsdp.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven2/org/samba/jcifs/= jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven2/org/samba/jcifs/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven2/org/samba/jcifs/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven2/org/samba/jcifs/jwsdp/1.5/namesp= ace-jwsdp-1.5.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/jax-qn= ame-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/jax-qname-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/jax-qname-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/jax-qname-jwsdp-1.5.ja= r [ivy:retrieve] trying http://mirrors.dotsrc.org/maven/jwsdp/jars/jax-qn= ame-jwsdp.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven/jwsdp/jars/jax-qname-jwsdp.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven/jwsdp/jars/jax-qname-jwsdp.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven/jwsdp/jars/jax-qname-jwsdp.jar [ivy:retrieve] trying http://mirrors.dotsrc.org/maven2/org/samba/jcifs/= jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://mirrors.dotsrc.org/ma= ven2/org/samba/jcifs/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://mirrors.dotsrc.org/= maven2/org/samba/jcifs/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] ibiblio: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://mirrors.dotsrc.org/maven2/org/samba/jcifs/jwsdp/1.5/jax-qn= ame-jwsdp-1.5.jar [ivy:retrieve] ibiblio: no ivy file nor artifact found for [ sun | jwsdp= | 1.5 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ sun | jwsdp | 1.5 ] [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-li= bs-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-li= bs-jwsdp.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven2/org/samba/jcifs/j= wsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-ap= i-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-ap= i-jwsdp.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven2/org/samba/jcifs/j= wsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-xj= c-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-xj= c-jwsdp.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven2/org/samba/jcifs/j= wsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/xsdlib-= jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/xsdlib-= jwsdp.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven2/org/samba/jcifs/j= wsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/xercesI= mpl-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/xercesI= mpl-jwsdp.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven2/org/samba/jcifs/j= wsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-im= pl-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/jaxb-im= pl-jwsdp.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven2/org/samba/jcifs/j= wsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/relaxng= Datatype-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/relaxng= Datatype-jwsdp.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven2/org/samba/jcifs/j= wsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/namespa= ce-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/namespa= ce-jwsdp.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven2/org/samba/jcifs/j= wsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/jax-qna= me-jwsdp-1.5.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven/jwsdp/jars/jax-qna= me-jwsdp.jar [ivy:retrieve] tried http://mirrors.dotsrc.org/maven2/org/samba/jcifs/j= wsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ sun | jwsdp | 1.5 ] (resolv= ed by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy= \ivy-cache\sun\jwsdp\ivy-1.5.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ sun | jwsdp | 1.5 ] [ivy:retrieve] trying http://www.astrogrid.org/maven/jwsdp/jars/jaxb-li= bs-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/jwsdp/jars/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/jwsdp/jars/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] astrogrid: resource not reachable for [ sun | jwsdp | 1.5= ]: res=3Dhttp://www.astrogrid.org/maven/jwsdp/jars/jaxb-libs-jwsdp-1.5.j= ar [ivy:retrieve] trying http://www.astrogrid.org/maven/jwsdp/jars/jaxb-ap= i-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/jwsdp/jars/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/jwsdp/jars/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] astrogrid: resource not reachable for [ sun | jwsdp | 1.5= ]: res=3Dhttp://www.astrogrid.org/maven/jwsdp/jars/jaxb-api-jwsdp-1.5.ja= r [ivy:retrieve] trying http://www.astrogrid.org/maven/jwsdp/jars/jaxb-xj= c-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] astrogrid: resource not reachable for [ sun | jwsdp | 1.5= ]: res=3Dhttp://www.astrogrid.org/maven/jwsdp/jars/jaxb-xjc-jwsdp-1.5.ja= r [ivy:retrieve] trying http://www.astrogrid.org/maven/jwsdp/jars/xsdlib-= jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] astrogrid: resource not reachable for [ sun | jwsdp | 1.5= ]: res=3Dhttp://www.astrogrid.org/maven/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] trying http://www.astrogrid.org/maven/jwsdp/jars/xercesI= mpl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/jwsdp/jars/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/jwsdp/jars/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] astrogrid: resource not reachable for [ sun | jwsdp | 1.5= ]: res=3Dhttp://www.astrogrid.org/maven/jwsdp/jars/xercesImpl-jwsdp-1.5.= jar [ivy:retrieve] trying http://www.astrogrid.org/maven/jwsdp/jars/jaxb-im= pl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/jwsdp/jars/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/jwsdp/jars/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] astrogrid: resource not reachable for [ sun | jwsdp | 1.5= ]: res=3Dhttp://www.astrogrid.org/maven/jwsdp/jars/jaxb-impl-jwsdp-1.5.j= ar [ivy:retrieve] trying http://www.astrogrid.org/maven/jwsdp/jars/relaxng= Datatype-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/jwsdp/jars/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/jwsdp/jars/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] astrogrid: resource not reachable for [ sun | jwsdp | 1.5= ]: res=3Dhttp://www.astrogrid.org/maven/jwsdp/jars/relaxngDatatype-jwsdp= -1.5.jar [ivy:retrieve] trying http://www.astrogrid.org/maven/jwsdp/jars/namespa= ce-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/jwsdp/jars/namespace-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/jwsdp/jars/namespace-jwsdp-1.5.jar [ivy:retrieve] astrogrid: resource not reachable for [ sun | jwsdp | 1.5= ]: res=3Dhttp://www.astrogrid.org/maven/jwsdp/jars/namespace-jwsdp-1.5.j= ar [ivy:retrieve] trying http://www.astrogrid.org/maven/jwsdp/jars/jax-qna= me-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.astrogrid.org/mav= en/jwsdp/jars/jax-qname-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.astrogrid.org/m= aven/jwsdp/jars/jax-qname-jwsdp-1.5.jar [ivy:retrieve] astrogrid: resource not reachable for [ sun | jwsdp | 1.5= ]: res=3Dhttp://www.astrogrid.org/maven/jwsdp/jars/jax-qname-jwsdp-1.5.j= ar [ivy:retrieve] astrogrid: no ivy file nor artifact found for [ sun | jws= dp | 1.5 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ sun | jwsdp | 1.5 ] [ivy:retrieve] tried http://www.astrogrid.org/maven/jwsdp/jars/jaxb-lib= s-jwsdp-1.5.jar [ivy:retrieve] tried http://www.astrogrid.org/maven/jwsdp/jars/jaxb-api= -jwsdp-1.5.jar [ivy:retrieve] tried http://www.astrogrid.org/maven/jwsdp/jars/jaxb-xjc= -jwsdp-1.5.jar [ivy:retrieve] tried http://www.astrogrid.org/maven/jwsdp/jars/xsdlib-j= wsdp-1.5.jar [ivy:retrieve] tried http://www.astrogrid.org/maven/jwsdp/jars/xercesIm= pl-jwsdp-1.5.jar [ivy:retrieve] tried http://www.astrogrid.org/maven/jwsdp/jars/jaxb-imp= l-jwsdp-1.5.jar [ivy:retrieve] tried http://www.astrogrid.org/maven/jwsdp/jars/relaxngD= atatype-jwsdp-1.5.jar [ivy:retrieve] tried http://www.astrogrid.org/maven/jwsdp/jars/namespac= e-jwsdp-1.5.jar [ivy:retrieve] tried http://www.astrogrid.org/maven/jwsdp/jars/jax-qnam= e-jwsdp-1.5.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ sun | jwsdp | 1.5 ] (resolv= ed by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy= \ivy-cache\sun\jwsdp\ivy-1.5.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ sun | jwsdp | 1.5 ] [ivy:retrieve] trying http://www.bluesunrise.com/maven/jwsdp/jars/jaxb-= libs-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/jwsdp/jars/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/jwsdp/jars/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] bluesunrise: resource not reachable for [ sun | jwsdp | 1= =2E5 ]: res=3Dhttp://www.bluesunrise.com/maven/jwsdp/jars/jaxb-libs-jwsdp= -1.5.jar [ivy:retrieve] trying http://www.bluesunrise.com/maven/jwsdp/jars/jaxb-= api-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/jwsdp/jars/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/jwsdp/jars/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] bluesunrise: resource not reachable for [ sun | jwsdp | 1= =2E5 ]: res=3Dhttp://www.bluesunrise.com/maven/jwsdp/jars/jaxb-api-jwsdp-= 1.5.jar [ivy:retrieve] trying http://www.bluesunrise.com/maven/jwsdp/jars/jaxb-= xjc-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] bluesunrise: resource not reachable for [ sun | jwsdp | 1= =2E5 ]: res=3Dhttp://www.bluesunrise.com/maven/jwsdp/jars/jaxb-xjc-jwsdp-= 1.5.jar [ivy:retrieve] trying http://www.bluesunrise.com/maven/jwsdp/jars/xsdli= b-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] bluesunrise: resource not reachable for [ sun | jwsdp | 1= =2E5 ]: res=3Dhttp://www.bluesunrise.com/maven/jwsdp/jars/xsdlib-jwsdp-1.= 5.jar [ivy:retrieve] trying http://www.bluesunrise.com/maven/jwsdp/jars/xerce= sImpl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/jwsdp/jars/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/jwsdp/jars/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] bluesunrise: resource not reachable for [ sun | jwsdp | 1= =2E5 ]: res=3Dhttp://www.bluesunrise.com/maven/jwsdp/jars/xercesImpl-jwsd= p-1.5.jar [ivy:retrieve] trying http://www.bluesunrise.com/maven/jwsdp/jars/jaxb-= impl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/jwsdp/jars/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/jwsdp/jars/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] bluesunrise: resource not reachable for [ sun | jwsdp | 1= =2E5 ]: res=3Dhttp://www.bluesunrise.com/maven/jwsdp/jars/jaxb-impl-jwsdp= -1.5.jar [ivy:retrieve] trying http://www.bluesunrise.com/maven/jwsdp/jars/relax= ngDatatype-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/jwsdp/jars/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/jwsdp/jars/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] bluesunrise: resource not reachable for [ sun | jwsdp | 1= =2E5 ]: res=3Dhttp://www.bluesunrise.com/maven/jwsdp/jars/relaxngDatatype= -jwsdp-1.5.jar [ivy:retrieve] trying http://www.bluesunrise.com/maven/jwsdp/jars/names= pace-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/jwsdp/jars/namespace-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/jwsdp/jars/namespace-jwsdp-1.5.jar [ivy:retrieve] bluesunrise: resource not reachable for [ sun | jwsdp | 1= =2E5 ]: res=3Dhttp://www.bluesunrise.com/maven/jwsdp/jars/namespace-jwsdp= -1.5.jar [ivy:retrieve] trying http://www.bluesunrise.com/maven/jwsdp/jars/jax-q= name-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://www.bluesunrise.com/m= aven/jwsdp/jars/jax-qname-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://www.bluesunrise.com= /maven/jwsdp/jars/jax-qname-jwsdp-1.5.jar [ivy:retrieve] bluesunrise: resource not reachable for [ sun | jwsdp | 1= =2E5 ]: res=3Dhttp://www.bluesunrise.com/maven/jwsdp/jars/jax-qname-jwsdp= -1.5.jar [ivy:retrieve] bluesunrise: no ivy file nor artifact found for [ sun | j= wsdp | 1.5 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ sun | jwsdp | 1.5 ] [ivy:retrieve] tried http://www.bluesunrise.com/maven/jwsdp/jars/jaxb-l= ibs-jwsdp-1.5.jar [ivy:retrieve] tried http://www.bluesunrise.com/maven/jwsdp/jars/jaxb-a= pi-jwsdp-1.5.jar [ivy:retrieve] tried http://www.bluesunrise.com/maven/jwsdp/jars/jaxb-x= jc-jwsdp-1.5.jar [ivy:retrieve] tried http://www.bluesunrise.com/maven/jwsdp/jars/xsdlib= -jwsdp-1.5.jar [ivy:retrieve] tried http://www.bluesunrise.com/maven/jwsdp/jars/xerces= Impl-jwsdp-1.5.jar [ivy:retrieve] tried http://www.bluesunrise.com/maven/jwsdp/jars/jaxb-i= mpl-jwsdp-1.5.jar [ivy:retrieve] tried http://www.bluesunrise.com/maven/jwsdp/jars/relaxn= gDatatype-jwsdp-1.5.jar [ivy:retrieve] tried http://www.bluesunrise.com/maven/jwsdp/jars/namesp= ace-jwsdp-1.5.jar [ivy:retrieve] tried http://www.bluesunrise.com/maven/jwsdp/jars/jax-qn= ame-jwsdp-1.5.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ sun | jwsdp | 1.5 ] (resolv= ed by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy= \ivy-cache\sun\jwsdp\ivy-1.5.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ sun | jwsdp | 1.5 ] [ivy:retrieve] trying http://jibx.sourceforge.net/maven/jwsdp/jars/jaxb= -libs-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/jwsdp/jars/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/jwsdp/jars/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] jibx: resource not reachable for [ sun | jwsdp | 1.5 ]: r= es=3Dhttp://jibx.sourceforge.net/maven/jwsdp/jars/jaxb-libs-jwsdp-1.5.jar= [ivy:retrieve] trying http://jibx.sourceforge.net/maven/jwsdp/jars/jaxb= -api-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/jwsdp/jars/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/jwsdp/jars/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] jibx: resource not reachable for [ sun | jwsdp | 1.5 ]: r= es=3Dhttp://jibx.sourceforge.net/maven/jwsdp/jars/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] trying http://jibx.sourceforge.net/maven/jwsdp/jars/jaxb= -xjc-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] jibx: resource not reachable for [ sun | jwsdp | 1.5 ]: r= es=3Dhttp://jibx.sourceforge.net/maven/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] trying http://jibx.sourceforge.net/maven/jwsdp/jars/xsdl= ib-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] jibx: resource not reachable for [ sun | jwsdp | 1.5 ]: r= es=3Dhttp://jibx.sourceforge.net/maven/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] trying http://jibx.sourceforge.net/maven/jwsdp/jars/xerc= esImpl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/jwsdp/jars/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/jwsdp/jars/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] jibx: resource not reachable for [ sun | jwsdp | 1.5 ]: r= es=3Dhttp://jibx.sourceforge.net/maven/jwsdp/jars/xercesImpl-jwsdp-1.5.ja= r [ivy:retrieve] trying http://jibx.sourceforge.net/maven/jwsdp/jars/jaxb= -impl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/jwsdp/jars/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/jwsdp/jars/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] jibx: resource not reachable for [ sun | jwsdp | 1.5 ]: r= es=3Dhttp://jibx.sourceforge.net/maven/jwsdp/jars/jaxb-impl-jwsdp-1.5.jar= [ivy:retrieve] trying http://jibx.sourceforge.net/maven/jwsdp/jars/rela= xngDatatype-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/jwsdp/jars/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/jwsdp/jars/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] jibx: resource not reachable for [ sun | jwsdp | 1.5 ]: r= es=3Dhttp://jibx.sourceforge.net/maven/jwsdp/jars/relaxngDatatype-jwsdp-1= =2E5.jar [ivy:retrieve] trying http://jibx.sourceforge.net/maven/jwsdp/jars/name= space-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/jwsdp/jars/namespace-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/jwsdp/jars/namespace-jwsdp-1.5.jar [ivy:retrieve] jibx: resource not reachable for [ sun | jwsdp | 1.5 ]: r= es=3Dhttp://jibx.sourceforge.net/maven/jwsdp/jars/namespace-jwsdp-1.5.jar= [ivy:retrieve] trying http://jibx.sourceforge.net/maven/jwsdp/jars/jax-= qname-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://jibx.sourceforge.net/= maven/jwsdp/jars/jax-qname-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://jibx.sourceforge.ne= t/maven/jwsdp/jars/jax-qname-jwsdp-1.5.jar [ivy:retrieve] jibx: resource not reachable for [ sun | jwsdp | 1.5 ]: r= es=3Dhttp://jibx.sourceforge.net/maven/jwsdp/jars/jax-qname-jwsdp-1.5.jar= [ivy:retrieve] jibx: no ivy file nor artifact found for [ sun | jwsdp | = 1.5 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ sun | jwsdp | 1.5 ] [ivy:retrieve] tried http://jibx.sourceforge.net/maven/jwsdp/jars/jaxb-= libs-jwsdp-1.5.jar [ivy:retrieve] tried http://jibx.sourceforge.net/maven/jwsdp/jars/jaxb-= api-jwsdp-1.5.jar [ivy:retrieve] tried http://jibx.sourceforge.net/maven/jwsdp/jars/jaxb-= xjc-jwsdp-1.5.jar [ivy:retrieve] tried http://jibx.sourceforge.net/maven/jwsdp/jars/xsdli= b-jwsdp-1.5.jar [ivy:retrieve] tried http://jibx.sourceforge.net/maven/jwsdp/jars/xerce= sImpl-jwsdp-1.5.jar [ivy:retrieve] tried http://jibx.sourceforge.net/maven/jwsdp/jars/jaxb-= impl-jwsdp-1.5.jar [ivy:retrieve] tried http://jibx.sourceforge.net/maven/jwsdp/jars/relax= ngDatatype-jwsdp-1.5.jar [ivy:retrieve] tried http://jibx.sourceforge.net/maven/jwsdp/jars/names= pace-jwsdp-1.5.jar [ivy:retrieve] tried http://jibx.sourceforge.net/maven/jwsdp/jars/jax-q= name-jwsdp-1.5.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ sun | jwsdp | 1.5 ] (resolv= ed by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy= \ivy-cache\sun\jwsdp\ivy-1.5.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ sun | jwsdp | 1.5 ] [ivy:retrieve] trying http://osgirepo.berlios.de/repository/jwsdp/jars/= jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/jwsdp/jars/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/jwsdp/jars/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] berlios: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://osgirepo.berlios.de/repository/jwsdp/jars/jaxb-libs-jwsdp-= 1.5.jar [ivy:retrieve] trying http://osgirepo.berlios.de/repository/jwsdp/jars/= jaxb-api-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/jwsdp/jars/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/jwsdp/jars/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] berlios: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://osgirepo.berlios.de/repository/jwsdp/jars/jaxb-api-jwsdp-1= =2E5.jar [ivy:retrieve] trying http://osgirepo.berlios.de/repository/jwsdp/jars/= jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/jwsdp/jars/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] berlios: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://osgirepo.berlios.de/repository/jwsdp/jars/jaxb-xjc-jwsdp-1= =2E5.jar [ivy:retrieve] trying http://osgirepo.berlios.de/repository/jwsdp/jars/= xsdlib-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/jwsdp/jars/xsdlib-jwsdp-1.5.jar [ivy:retrieve] berlios: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://osgirepo.berlios.de/repository/jwsdp/jars/xsdlib-jwsdp-1.5= =2Ejar [ivy:retrieve] trying http://osgirepo.berlios.de/repository/jwsdp/jars/= xercesImpl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/jwsdp/jars/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/jwsdp/jars/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] berlios: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://osgirepo.berlios.de/repository/jwsdp/jars/xercesImpl-jwsdp= -1.5.jar [ivy:retrieve] trying http://osgirepo.berlios.de/repository/jwsdp/jars/= jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/jwsdp/jars/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/jwsdp/jars/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] berlios: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://osgirepo.berlios.de/repository/jwsdp/jars/jaxb-impl-jwsdp-= 1.5.jar [ivy:retrieve] trying http://osgirepo.berlios.de/repository/jwsdp/jars/= relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/jwsdp/jars/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/jwsdp/jars/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] berlios: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://osgirepo.berlios.de/repository/jwsdp/jars/relaxngDatatype-= jwsdp-1.5.jar [ivy:retrieve] trying http://osgirepo.berlios.de/repository/jwsdp/jars/= namespace-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/jwsdp/jars/namespace-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/jwsdp/jars/namespace-jwsdp-1.5.jar [ivy:retrieve] berlios: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://osgirepo.berlios.de/repository/jwsdp/jars/namespace-jwsdp-= 1.5.jar [ivy:retrieve] trying http://osgirepo.berlios.de/repository/jwsdp/jars/= jax-qname-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://osgirepo.berlios.de/r= epository/jwsdp/jars/jax-qname-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://osgirepo.berlios.de= /repository/jwsdp/jars/jax-qname-jwsdp-1.5.jar [ivy:retrieve] berlios: resource not reachable for [ sun | jwsdp | 1.5 ]= : res=3Dhttp://osgirepo.berlios.de/repository/jwsdp/jars/jax-qname-jwsdp-= 1.5.jar [ivy:retrieve] berlios: no ivy file nor artifact found for [ sun | jwsdp= | 1.5 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ sun | jwsdp | 1.5 ] [ivy:retrieve] tried http://osgirepo.berlios.de/repository/jwsdp/jars/j= axb-libs-jwsdp-1.5.jar [ivy:retrieve] tried http://osgirepo.berlios.de/repository/jwsdp/jars/j= axb-api-jwsdp-1.5.jar [ivy:retrieve] tried http://osgirepo.berlios.de/repository/jwsdp/jars/j= axb-xjc-jwsdp-1.5.jar [ivy:retrieve] tried http://osgirepo.berlios.de/repository/jwsdp/jars/x= sdlib-jwsdp-1.5.jar [ivy:retrieve] tried http://osgirepo.berlios.de/repository/jwsdp/jars/x= ercesImpl-jwsdp-1.5.jar [ivy:retrieve] tried http://osgirepo.berlios.de/repository/jwsdp/jars/j= axb-impl-jwsdp-1.5.jar [ivy:retrieve] tried http://osgirepo.berlios.de/repository/jwsdp/jars/r= elaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] tried http://osgirepo.berlios.de/repository/jwsdp/jars/n= amespace-jwsdp-1.5.jar [ivy:retrieve] tried http://osgirepo.berlios.de/repository/jwsdp/jars/j= ax-qname-jwsdp-1.5.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ sun | jwsdp | 1.5 ] (resolv= ed by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy= \ivy-cache\sun\jwsdp\ivy-1.5.xml [ivy:retrieve] found module in cache but with a different resolver: disca= rding: [ sun | jwsdp | 1.5 ] [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/jwsdp/1.5/jaxb-= libs-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsolutions/jwsdp/1.5= /jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/j= wsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/jwsdp/1.5/jaxb-l= ibs-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/j= wsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/jwsdp/1.5/jaxb-l= ibs-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/jwsdp/1.5/jaxb-= api-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsolutions/jwsdp/1.5= /jaxb-api-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/j= wsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/jwsdp/1.5/jaxb-a= pi-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/j= wsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/jwsdp/1.5/jaxb-a= pi-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/jwsdp/1.5/jaxb-= xjc-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsolutions/jwsdp/1.5= /jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/j= wsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/jwsdp/1.5/jaxb-x= jc-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/j= wsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/jwsdp/1.5/jaxb-x= jc-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/jwsdp/1.5/xsdli= b-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsolutions/jwsdp/1.5= /xsdlib-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/j= wsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/jwsdp/1.5/xsdlib= -jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/j= wsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/jwsdp/1.5/xsdlib= -jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/jwsdp/1.5/xerce= sImpl-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsolutions/jwsdp/1.5= /xercesImpl-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/j= wsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/jwsdp/1.5/xerces= Impl-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/j= wsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/jwsdp/1.5/xerces= Impl-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/jwsdp/1.5/jaxb-= impl-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsolutions/jwsdp/1.5= /jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/j= wsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/jwsdp/1.5/jaxb-i= mpl-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/j= wsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/jwsdp/1.5/jaxb-i= mpl-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/jwsdp/1.5/relax= ngDatatype-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsolutions/jwsdp/1.5= /relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/j= wsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/jwsdp/1.5/relaxn= gDatatype-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/j= wsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/jwsdp/1.5/relaxn= gDatatype-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/jwsdp/1.5/names= pace-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsolutions/jwsdp/1.5= /namespace-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/j= wsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/jwsdp/1.5/namesp= ace-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/j= wsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/jwsdp/1.5/namesp= ace-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/geotools/= jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/geotools/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/geotools/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/geotools/jwsdp/1.5/jax-q= name-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/com/vividsolu= tions/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/com/vividsolutions/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/com/vividsolutions/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/com/vividsolutions/jwsdp/1.5= /jax-qname-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/org/opengis/j= wsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/org/opengis/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/org/opengis/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/org/opengis/jwsdp/1.5/jax-qn= ame-jwsdp-1.5.jar [ivy:retrieve] trying http://maven.geotools.fr/repository/javax/units/j= wsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] CLIENT ERROR: Not Found url=3Dhttp://maven.geotools.fr/rep= ository/javax/units/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] HTTP response status: 404 url=3Dhttp://maven.geotools.fr/r= epository/javax/units/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] geotools: resource not reachable for [ sun | jwsdp | 1.5 = ]: res=3Dhttp://maven.geotools.fr/repository/javax/units/jwsdp/1.5/jax-qn= ame-jwsdp-1.5.jar [ivy:retrieve] geotools: no ivy file nor artifact found for [ sun | jwsd= p | 1.5 ] [ivy:retrieve] tried no ivy pattern =3D> no attempt to find module desc= riptor file for [ sun | jwsdp | 1.5 ] [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/j= wsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/jwsdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/jw= sdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/jw= sdp/1.5/jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/j= wsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/jwsdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/jw= sdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/jw= sdp/1.5/jaxb-api-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/j= wsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/jwsdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/jw= sdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/jw= sdp/1.5/jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/j= wsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/jwsdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/jw= sdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/jw= sdp/1.5/xsdlib-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/j= wsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/jwsdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/jw= sdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/jw= sdp/1.5/xercesImpl-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/j= wsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/jwsdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/jw= sdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/jw= sdp/1.5/jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/j= wsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/jwsdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/jw= sdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/jw= sdp/1.5/relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/j= wsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/jwsdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/jw= sdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/jw= sdp/1.5/namespace-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/geotools/j= wsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/com/vividsolut= ions/jwsdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/org/opengis/jw= sdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] tried http://maven.geotools.fr/repository/javax/units/jw= sdp/1.5/jax-qname-jwsdp-1.5.jar [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher [ivy:retrieve] found ivy file in cache for [ sun | jwsdp | 1.5 ] (resolv= ed by orci): C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy= \ivy-cache\sun\jwsdp\ivy-1.5.xml [ivy:retrieve] orci: revision in cache: [ sun | jwsdp | 1.5 ] [ivy:retrieve] checking [ sun | jwsdp | 1.5 ][default] from orci against= [ sun | jwsdp | 1.5 ] [ivy:retrieve] module revision discarded as older: [ sun | jwsdp | 1.5 ]= [default] from orci [ivy:retrieve] found [ sun | jwsdp | 1.5 ] in orci [ivy:retrieve] resolved ivy file produced in C:\Workspaces\DataGateway\D= ataGateway-VDOT-OnCall-Task36\ivy\ivy-cache\resolved-orci-OpenESSMADIS-wo= [email protected] [ivy:retrieve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b downloading artifacts acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ivy:retrieve] [NOT REQUIRED] [ sun | jwsdp | 1.5 ]/jaxb-libs-jwsdp.jar[= jar] [ivy:retrieve] [NOT REQUIRED] [ sun | jwsdp | 1.5 ]/xercesImpl-jwsdp.jar= [jar] [ivy:retrieve] [NOT REQUIRED] [ sun | jwsdp | 1.5 ]/jax-qname-jwsdp.jar[= jar] [ivy:retrieve] [NOT REQUIRED] [ sun | jwsdp | 1.5 ]/relaxngDatatype-jwsd= p.jar[jar] [ivy:retrieve] [NOT REQUIRED] [ sun | jwsdp | 1.5 ]/namespace-jwsdp.jar[= jar] [ivy:retrieve] [NOT REQUIRED] [ sun | jwsdp | 1.5 ]/xsdlib-jwsdp.jar[jar= ] [ivy:retrieve] [NOT REQUIRED] [ sun | jwsdp | 1.5 ]/jaxb-api-jwsdp.jar[j= ar] [ivy:retrieve] [NOT REQUIRED] [ sun | jwsdp | 1.5 ]/jaxb-impl-jwsdp.jar[= jar] [ivy:retrieve] [NOT REQUIRED] [ sun | jwsdp | 1.5 ]/jaxb-xjc-jwsdp.jar[j= ar] [ivy:retrieve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b resolution report acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | libs | 1 | 1 | 0 | 0 || 9 | 0 | --------------------------------------------------------------------- [ivy:retrieve] report for [ orci | OpenESSMADIS | NONE ] libs produced i= n C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy\ivy-cache\= orci-OpenESSMADIS-libs.xml [ivy:retrieve] resolve done (41015ms resolve - 16ms download) Overriding previous definition of reference to ivy.resolved.report Adding reference: ivy.resolved.report Overriding previous definition of reference to ivy.resolved.configuration= s.ref Adding reference: ivy.resolved.configurations.ref Overriding previous definition of reference to ivy.resolved.descriptor Adding reference: ivy.resolved.descriptor Overriding previous definition of reference to ivy.resolved.report.orci.O= penESSMADIS Adding reference: ivy.resolved.report.orci.OpenESSMADIS Overriding previous definition of reference to ivy.resolved.descriptor.or= ci.OpenESSMADIS Adding reference: ivy.resolved.descriptor.orci.OpenESSMADIS Overriding previous definition of reference to ivy.resolved.configuration= s.ref.orci.OpenESSMADIS Adding reference: ivy.resolved.configurations.ref.orci.OpenESSMADIS Overriding previous definition of property ivy.organisation Setting project property: ivy.organisation -> orci [ivy:retrieve] setting 'ivy.organisation' to 'orci' Overriding previous definition of property ivy.module Setting project property: ivy.module -> OpenESSMADIS [ivy:retrieve] setting 'ivy.module' to 'OpenESSMADIS' Overriding previous definition of property ivy.revision Setting project property: ivy.revision -> working@kc7bfi [ivy:retrieve] setting 'ivy.revision' to 'working@kc7bfi' Overriding previous definition of property ivy.deps.changed Setting project property: ivy.deps.changed -> false [ivy:retrieve] setting 'ivy.deps.changed' to 'false' Overriding previous definition of property ivy.resolved.configurations Setting project property: ivy.resolved.configurations -> libs [ivy:retrieve] setting 'ivy.resolved.configurations' to 'libs' [ivy:retrieve] parameter found as attribute value: ivy.resolved.configura= tions=3Dlibs [ivy:retrieve] parameter found as attribute value: ivy.organisation=3Dorc= i [ivy:retrieve] parameter found as attribute value: ivy.module=3DOpenESSMA= DIS [ivy:retrieve] parameter found as attribute value: ivy.retrieve.pattern=3D= C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS= /lib/[artifact]-[revision].[ext] [ivy:retrieve] acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b retrieving acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b [ orci | OpenESSMADIS ] [ivy:retrieve] confs: [libs] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\sun\jwsdp\jars\jaxb-libs-jwsdp-1.5.jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\lib\jaxb-libs-jwsdp-1.5.jar [NOT REQUIRED] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\sun\jwsdp\jars\jax-qname-jwsdp-1.5.jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\lib\jax-qname-jwsdp-1.5.jar [NOT REQUIRED] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\sun\jwsdp\jars\relaxngDatatype-jwsdp-1.5.jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\lib\relaxngDatatype-jwsdp-1.5.jar [NOT REQUIRED] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\sun\jwsdp\jars\jaxb-xjc-jwsdp-1.5.jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar [NOT REQUIRED] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\sun\jwsdp\jars\namespace-jwsdp-1.5.jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\lib\namespace-jwsdp-1.5.jar [NOT REQUIRED] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\sun\jwsdp\jars\jaxb-api-jwsdp-1.5.jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\lib\jaxb-api-jwsdp-1.5.jar [NOT REQUIRED] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\sun\jwsdp\jars\xsdlib-jwsdp-1.5.jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\lib\xsdlib-jwsdp-1.5.jar [NOT REQUIRED] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\sun\jwsdp\jars\jaxb-impl-jwsdp-1.5.jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\lib\jaxb-impl-jwsdp-1.5.jar [NOT REQUIRED] [ivy:retrieve] retrieving C:\Workspaces\DataGateway\DataGateway-VDOT-OnC= all-Task36\ivy\ivy-cache\sun\jwsdp\jars\xercesImpl-jwsdp-1.5.jar [ivy:retrieve] to C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Tas= k36\xmlbOpenESSMADIS\lib\xercesImpl-jwsdp-1.5.jar [NOT REQUIRED] [ivy:retrieve] 0 artifacts copied, 9 already retrieved [ivy:retrieve] retrieve done (15ms) Overriding previous definition of property ivy.nb.targets.copied Setting project property: ivy.nb.targets.copied -> 0 Overriding previous definition of property ivy.targets.copied Setting project property: ivy.targets.copied -> false compile.xsd: Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshe= xec Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp Could not load a dependent class (jdepend/xmlui/JDepend) for type jdepend= Could not load a dependent class (junit/framework/Test) for type junit fileset: Setup scanner in dir C:\Workspaces\DataGateway\DataGateway-VDOT-= OnCall-Task36\xmlbOpenESSMADIS\jars with patternSet{ includes: [*.jar] ex= cludes: [] } fileset: Setup scanner in dir C:\Workspaces\DataGateway\DataGateway-VDOT-= OnCall-Task36\xmlbOpenESSMADIS\lib with patternSet{ includes: [*.jar] exc= ludes: [] } Finding class com.sun.tools.xjc.XJCTask Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/XJCTask.class Class org.apache.tools.ant.Task loaded from parent loader (parentFirst) Class com.sun.tools.xjc.XJCTask loaded from ant loader (parentFirst) Class java.lang.Object loaded from parent loader (parentFirst) Class java.lang.Throwable loaded from parent loader (parentFirst) Class java.lang.NumberFormatException loaded from parent loader (parentFi= rst) Class java.lang.String loaded from parent loader (parentFirst) Class org.apache.tools.ant.BuildException loaded from parent loader (pare= ntFirst) Class java.io.IOException loaded from parent loader (parentFirst) Class java.net.MalformedURLException loaded from parent loader (parentFir= st) Class java.lang.ClassLoader loaded from parent loader (parentFirst) Class org.apache.tools.ant.AntClassLoader loaded from parent loader (pare= ntFirst) Class java.util.List loaded from parent loader (parentFirst) Class org.xml.sax.SAXException loaded from parent loader (parentFirst) Finding class com.sun.tools.xjc.BadCommandLineException Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/BadCommandLineE= xception.class Class java.lang.Exception loaded from parent loader (parentFirst) Class com.sun.tools.xjc.BadCommandLineException loaded from ant loader (p= arentFirst) Finding class com.sun.tools.xjc.ErrorReceiver Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/ErrorReceiver.c= lass Class org.xml.sax.ErrorHandler loaded from parent loader (parentFirst) Class com.sun.tools.xjc.ErrorReceiver loaded from ant loader (parentFirst= ) Finding class com.sun.tools.xjc.XJCTask$ErrorReceiverImpl Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/XJCTask$ErrorRe= ceiverImpl.class Class com.sun.tools.xjc.XJCTask$ErrorReceiverImpl loaded from ant loader = (parentFirst) Finding class com.sun.codemodel.CodeWriter Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/codemodel/CodeWriter.clas= s Class com.sun.codemodel.CodeWriter loaded from ant loader (parentFirst) Class java.lang.ClassNotFoundException loaded from parent loader (parentF= irst) Class java.lang.NoClassDefFoundError loaded from parent loader (parentFir= st) Class java.lang.InterruptedException loaded from parent loader (parentFir= st) Class java.lang.Error loaded from parent loader (parentFirst) Class java.lang.RuntimeException loaded from parent loader (parentFirst) +Datatype xjc com.sun.tools.xjc.XJCTask Finding class com.sun.tools.xjc.Options Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/Options.class Class com.sun.tools.xjc.Options loaded from ant loader (parentFirst) Class java.io.Reader loaded from parent loader (parentFirst) Class java.io.InputStreamReader loaded from parent loader (parentFirst) Class java.net.URL loaded from parent loader (parentFirst) Class org.xml.sax.EntityResolver loaded from parent loader (parentFirst) Class java.lang.Class loaded from parent loader (parentFirst) Finding class com.sun.tools.xjc.CodeAugmenter Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/CodeAugmenter.c= lass Class com.sun.tools.xjc.CodeAugmenter loaded from ant loader (parentFirst= ) Finding class com.sun.tools.xjc.Driver Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/Driver.class Class com.sun.tools.xjc.Driver loaded from ant loader (parentFirst) Finding class com.sun.tools.xjc.util.ErrorReceiverFilter Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/util/ErrorRecei= verFilter.class Class com.sun.tools.xjc.util.ErrorReceiverFilter loaded from ant loader (= parentFirst) Class java.lang.StackOverflowError loaded from parent loader (parentFirst= ) Class java.io.OutputStream loaded from parent loader (parentFirst) Finding class com.sun.tools.xjc.util.NullStream Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/util/NullStream= =2Eclass Class com.sun.tools.xjc.util.NullStream loaded from ant loader (parentFir= st) Class java.net.URLClassLoader loaded from parent loader (parentFirst) Finding class com.sun.tools.xjc.Driver$OptionsEx Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/Driver$OptionsE= x.class Class com.sun.tools.xjc.Driver$OptionsEx loaded from ant loader (parentFi= rst) Finding class com.sun.tools.xjc.ConsoleErrorReporter Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/ConsoleErrorRep= orter.class Class com.sun.tools.xjc.ConsoleErrorReporter loaded from ant loader (pare= ntFirst) Finding class com.sun.tools.xjc.reader.relaxng.RELAXNGInternalizationLogi= c Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/reader/relaxng/= RELAXNGInternalizationLogic.class Finding class com.sun.tools.xjc.reader.internalizer.InternalizationLogic Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/reader/internal= izer/InternalizationLogic.class Class com.sun.tools.xjc.reader.internalizer.InternalizationLogic loaded f= rom ant loader (parentFirst) Class com.sun.tools.xjc.reader.relaxng.RELAXNGInternalizationLogic loaded= from ant loader (parentFirst) Finding class com.sun.tools.xjc.reader.xmlschema.parser.XMLSchemaInternal= izationLogic Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/reader/xmlschem= a/parser/XMLSchemaInternalizationLogic.class Class com.sun.tools.xjc.reader.xmlschema.parser.XMLSchemaInternalizationL= ogic loaded from ant loader (parentFirst) Class java.io.PrintStream loaded from parent loader (parentFirst) Finding class com.sun.msv.grammar.Grammar Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-libs-jwsdp-1.5.jar com/sun/msv/grammar/Grammar.clas= s Class java.io.Serializable loaded from parent loader (parentFirst) Class com.sun.msv.grammar.Grammar loaded from ant loader (parentFirst) Class java.io.Writer loaded from parent loader (parentFirst) Class java.io.OutputStreamWriter loaded from parent loader (parentFirst) Finding class com.sun.xml.bind.JAXBAssertionError Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-impl-jwsdp-1.5.jar com/sun/xml/bind/JAXBAssertionEr= ror.class Class com.sun.xml.bind.JAXBAssertionError loaded from ant loader (parentF= irst) Class java.lang.Thread loaded from parent loader (parentFirst) Finding class com.sun.tools.xjc.Driver$1 Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/Driver$1.class Class com.sun.tools.xjc.Driver$1 loaded from ant loader (parentFirst) Finding class com.sun.tools.xjc.util.Util Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/util/Util.class= Class com.sun.tools.xjc.util.Util loaded from ant loader (parentFirst) Class java.lang.SecurityException loaded from parent loader (parentFirst)= Class java.lang.StringBuffer loaded from parent loader (parentFirst) Class java.lang.System loaded from parent loader (parentFirst) Class java.util.ArrayList loaded from parent loader (parentFirst) Class java.util.Enumeration loaded from parent loader (parentFirst) Class java.io.BufferedReader loaded from parent loader (parentFirst) Finding class com.sun.tools.xjc.addon.locator.SourceLocationAddOn Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/addon/locator/S= ourceLocationAddOn.class Class com.sun.tools.xjc.addon.locator.SourceLocationAddOn loaded from ant= loader (parentFirst) Finding class com.sun.codemodel.JExpression Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/codemodel/JExpression.cla= ss Finding class com.sun.codemodel.JGenerable Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/codemodel/JGenerable.clas= s Class com.sun.codemodel.JGenerable loaded from ant loader (parentFirst) Class com.sun.codemodel.JExpression loaded from ant loader (parentFirst) Finding class com.sun.codemodel.JAssignmentTarget Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/codemodel/JAssignmentTarg= et.class Class com.sun.codemodel.JAssignmentTarget loaded from ant loader (parentF= irst) Finding class com.sun.tools.xjc.addon.sync.SynchronizedMethodAddOn Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/addon/sync/Sync= hronizedMethodAddOn.class Class com.sun.tools.xjc.addon.sync.SynchronizedMethodAddOn loaded from an= t loader (parentFirst) Finding class com.sun.tools.xjc.addon.elementwrapper.ElementWrapperAddOn Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/addon/elementwr= apper/ElementWrapperAddOn.class Class com.sun.tools.xjc.addon.elementwrapper.ElementWrapperAddOn loaded f= rom ant loader (parentFirst) Class java.io.File loaded from parent loader (parentFirst) Class org.apache.tools.ant.types.Commandline loaded from parent loader (p= arentFirst) Class org.apache.tools.ant.types.Path loaded from parent loader (parentFi= rst) Class org.apache.tools.ant.types.Commandline$Argument loaded from parent = loader (parentFirst) Class org.apache.tools.ant.types.Reference loaded from parent loader (par= entFirst) Class org.apache.tools.ant.types.FileSet loaded from parent loader (paren= tFirst) Class org.xml.sax.InputSource loaded from parent loader (parentFirst) Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshe= xec Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp Could not load a dependent class (jdepend/xmlui/JDepend) for type jdepend= Could not load a dependent class (junit/framework/Test) for type junit fileset: Setup scanner in dir C:\Workspaces\DataGateway\DataGateway-VDOT-= OnCall-Task36\xmlbOpenESSMADIS\gensrc with patternSet{ includes: [com/orc= i/xsd/OMF/Reports.java] excludes: [] } Class org.apache.tools.ant.DirectoryScanner loaded from parent loader (pa= rentFirst) Finding class com.sun.tools.xjc.Messages Loaded from C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\lib\jaxb-xjc-jwsdp-1.5.jar com/sun/tools/xjc/Messages.class Class com.sun.tools.xjc.Messages loaded from ant loader (parentFirst) Class java.util.ResourceBundle loaded from parent loader (parentFirst) ResourceStream for com/sun/tools/xjc/Messages.properties loaded from ant = loader Finding class com.sun.tools.xjc.Messages_en Couldn't load ResourceStream for com/sun/tools/xjc/Messages_en.properties= Finding class com.sun.tools.xjc.Messages_en_US Couldn't load ResourceStream for com/sun/tools/xjc/Messages_en_US.propert= ies Class java.text.MessageFormat loaded from parent loader (parentFirst) [xjc] build id of XJC is 1.0.4-b18-fcs Class java.util.Iterator loaded from parent loader (parentFirst) [xjc] Checking timestamp of C:\Workspaces\DataGateway\DataGateway-V= DOT-OnCall-Task36\xmlbOpenESSMADIS\xsd\OMF-DTD-200110.xsd Class java.lang.Math loaded from parent loader (parentFirst) [xjc] Checking timestamp of C:\Workspaces\DataGateway\DataGateway-V= DOT-OnCall-Task36\xmlbOpenESSMADIS\gensrc\com\orci\xsd\OMF\Reports.java [xjc] the last modified time of ths inputs is 1164060745187 [xjc] the last modified time of the outputs is 1164125128734 [xjc] files are up to date compile: fileset: Setup scanner in dir C:\Workspaces\DataGateway\DataGateway-VDOT-= OnCall-Task36\xmlbOpenESSMADIS\gensrc with patternSet{ includes: [] exclu= des: [] } [javac] com\orci\xsd\OMF\AFFECTING.java omitted as com/orci/xsd/OMF/A= FFECTING.class is up to date. [javac] com\orci\xsd\OMF\AdvisoriesType.java omitted as com/orci/xsd/= OMF/AdvisoriesType.class is up to date. [javac] com\orci\xsd\OMF\BODY.java omitted as com/orci/xsd/OMF/BODY.c= lass is up to date. [javac] com\orci\xsd\OMF\BTAIR.java omitted as com/orci/xsd/OMF/BTAIR= =2Eclass is up to date. [javac] com\orci\xsd\OMF\BTAIRType.java omitted as com/orci/xsd/OMF/B= TAIRType.class is up to date. [javac] com\orci\xsd\OMF\BTCODE.java omitted as com/orci/xsd/OMF/BTCO= DE.class is up to date. [javac] com\orci\xsd\OMF\BTID.java omitted as com/orci/xsd/OMF/BTID.c= lass is up to date. [javac] com\orci\xsd\OMF\BTIDType.java omitted as com/orci/xsd/OMF/BT= IDType.class is up to date. [javac] com\orci\xsd\OMF\BTLEVEL.java omitted as com/orci/xsd/OMF/BTL= EVEL.class is up to date. [javac] com\orci\xsd\OMF\BTLEVELS.java omitted as com/orci/xsd/OMF/BT= LEVELS.class is up to date. [javac] com\orci\xsd\OMF\BTLEVELSType.java omitted as com/orci/xsd/OM= F/BTLEVELSType.class is up to date. [javac] com\orci\xsd\OMF\BTLEVELType.java omitted as com/orci/xsd/OMF= /BTLEVELType.class is up to date. [javac] com\orci\xsd\OMF\BTSC.java omitted as com/orci/xsd/OMF/BTSC.c= lass is up to date. [javac] com\orci\xsd\OMF\BTSCType.java omitted as com/orci/xsd/OMF/BT= SCType.class is up to date. [javac] com\orci\xsd\OMF\EXTENT.java omitted as com/orci/xsd/OMF/EXTE= NT.class is up to date. [javac] com\orci\xsd\OMF\EXTENTType.java omitted as com/orci/xsd/OMF/= EXTENTType.class is up to date. [javac] com\orci\xsd\OMF\ForecastsType.java omitted as com/orci/xsd/O= MF/ForecastsType.class is up to date. [javac] com\orci\xsd\OMF\METAR.java omitted as com/orci/xsd/OMF/METAR= =2Eclass is up to date. [javac] com\orci\xsd\OMF\MSG.java omitted as com/orci/xsd/OMF/MSG.cla= ss is up to date. [javac] com\orci\xsd\OMF\MSGType.java omitted as com/orci/xsd/OMF/MSG= Type.class is up to date. [javac] com\orci\xsd\OMF\MessagesType.java omitted as com/orci/xsd/OM= F/MessagesType.class is up to date. [javac] com\orci\xsd\OMF\ObjectFactory.java omitted as com/orci/xsd/O= MF/ObjectFactory.class is up to date. [javac] com\orci\xsd\OMF\PERIOD.java omitted as com/orci/xsd/OMF/PERI= OD.class is up to date. [javac] com\orci\xsd\OMF\PERIODType.java omitted as com/orci/xsd/OMF/= PERIODType.class is up to date. [javac] com\orci\xsd\OMF\PREVAILING.java omitted as com/orci/xsd/OMF/= PREVAILING.class is up to date. [javac] com\orci\xsd\OMF\ReportAttrsType.java omitted as com/orci/xsd= /OMF/ReportAttrsType.class is up to date. [javac] com\orci\xsd\OMF\Reports.java omitted as com/orci/xsd/OMF/Rep= orts.class is up to date. [javac] com\orci\xsd\OMF\ReportsType.java omitted as com/orci/xsd/OMF= /ReportsType.class is up to date. [javac] com\orci\xsd\OMF\SIGMET.java omitted as com/orci/xsd/OMF/SIGM= ET.class is up to date. [javac] com\orci\xsd\OMF\SIGMETType.java omitted as com/orci/xsd/OMF/= SIGMETType.class is up to date. [javac] com\orci\xsd\OMF\SPECI.java omitted as com/orci/xsd/OMF/SPECI= =2Eclass is up to date. [javac] com\orci\xsd\OMF\SYCODE.java omitted as com/orci/xsd/OMF/SYCO= DE.class is up to date. [javac] com\orci\xsd\OMF\SYG.java omitted as com/orci/xsd/OMF/SYG.cla= ss is up to date. [javac] com\orci\xsd\OMF\SYGType.java omitted as com/orci/xsd/OMF/SYG= Type.class is up to date. [javac] com\orci\xsd\OMF\SYID.java omitted as com/orci/xsd/OMF/SYID.c= lass is up to date. [javac] com\orci\xsd\OMF\SYIDType.java omitted as com/orci/xsd/OMF/SY= IDType.class is up to date. [javac] com\orci\xsd\OMF\SYN.java omitted as com/orci/xsd/OMF/SYN.cla= ss is up to date. [javac] com\orci\xsd\OMF\SYNType.java omitted as com/orci/xsd/OMF/SYN= Type.class is up to date. [javac] com\orci\xsd\OMF\SYSEA.java omitted as com/orci/xsd/OMF/SYSEA= =2Eclass is up to date. [javac] com\orci\xsd\OMF\SYSEAType.java omitted as com/orci/xsd/OMF/S= YSEAType.class is up to date. [javac] com\orci\xsd\OMF\TAF.java omitted as com/orci/xsd/OMF/TAF.cla= ss is up to date. [javac] com\orci\xsd\OMF\TAFType.java omitted as com/orci/xsd/OMF/TAF= Type.class is up to date. [javac] com\orci\xsd\OMF\UACODE.java omitted as com/orci/xsd/OMF/UACO= DE.class is up to date. [javac] com\orci\xsd\OMF\UAID.java omitted as com/orci/xsd/OMF/UAID.c= lass is up to date. [javac] com\orci\xsd\OMF\UAIDType.java omitted as com/orci/xsd/OMF/UA= IDType.class is up to date. [javac] com\orci\xsd\OMF\UALEVEL.java omitted as com/orci/xsd/OMF/UAL= EVEL.class is up to date. [javac] com\orci\xsd\OMF\UALEVELS.java omitted as com/orci/xsd/OMF/UA= LEVELS.class is up to date. [javac] com\orci\xsd\OMF\UALEVELSType.java omitted as com/orci/xsd/OM= F/UALEVELSType.class is up to date. [javac] com\orci\xsd\OMF\UALEVELType.java omitted as com/orci/xsd/OMF= /UALEVELType.class is up to date. [javac] com\orci\xsd\OMF\UAPART.java omitted as com/orci/xsd/OMF/UAPA= RT.class is up to date. [javac] com\orci\xsd\OMF\UAPARTType.java omitted as com/orci/xsd/OMF/= UAPARTType.class is up to date. [javac] com\orci\xsd\OMF\UAR.java omitted as com/orci/xsd/OMF/UAR.cla= ss is up to date. [javac] com\orci\xsd\OMF\UARType.java omitted as com/orci/xsd/OMF/UAR= Type.class is up to date. [javac] com\orci\xsd\OMF\UARef.java omitted as com/orci/xsd/OMF/UARef= =2Eclass is up to date. [javac] com\orci\xsd\OMF\UARefType.java omitted as com/orci/xsd/OMF/U= ARefType.class is up to date. [javac] com\orci\xsd\OMF\VALID.java omitted as com/orci/xsd/OMF/VALID= =2Eclass is up to date. [javac] com\orci\xsd\OMF\VALIDType.java omitted as com/orci/xsd/OMF/V= ALIDType.class is up to date. [javac] com\orci\xsd\OMF\VAR.java omitted as com/orci/xsd/OMF/VAR.cla= ss is up to date. [javac] com\orci\xsd\OMF\VARType.java omitted as com/orci/xsd/OMF/VAR= Type.class is up to date. [javac] com\orci\xsd\OMF\bgm.ser skipped - don't know how to handle i= t [javac] com\orci\xsd\OMF\impl\AFFECTINGImpl.java omitted as com/orci/= xsd/OMF/impl/AFFECTINGImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\AdvisoriesTypeImpl.java omitted as com/= orci/xsd/OMF/impl/AdvisoriesTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BODYImpl.java omitted as com/orci/xsd/O= MF/impl/BODYImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BTAIRImpl.java omitted as com/orci/xsd/= OMF/impl/BTAIRImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BTAIRTypeImpl.java omitted as com/orci/= xsd/OMF/impl/BTAIRTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BTCODEImpl.java omitted as com/orci/xsd= /OMF/impl/BTCODEImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BTIDImpl.java omitted as com/orci/xsd/O= MF/impl/BTIDImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BTIDTypeImpl.java omitted as com/orci/x= sd/OMF/impl/BTIDTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BTLEVELImpl.java omitted as com/orci/xs= d/OMF/impl/BTLEVELImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BTLEVELSImpl.java omitted as com/orci/x= sd/OMF/impl/BTLEVELSImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BTLEVELSTypeImpl.java omitted as com/or= ci/xsd/OMF/impl/BTLEVELSTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BTLEVELTypeImpl.java omitted as com/orc= i/xsd/OMF/impl/BTLEVELTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BTSCImpl.java omitted as com/orci/xsd/O= MF/impl/BTSCImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\BTSCTypeImpl.java omitted as com/orci/x= sd/OMF/impl/BTSCTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\EXTENTImpl.java omitted as com/orci/xsd= /OMF/impl/EXTENTImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\EXTENTTypeImpl.java omitted as com/orci= /xsd/OMF/impl/EXTENTTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\ForecastsTypeImpl.java omitted as com/o= rci/xsd/OMF/impl/ForecastsTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\JAXBVersion.java omitted as com/orci/xs= d/OMF/impl/JAXBVersion.class is up to date. [javac] com\orci\xsd\OMF\impl\METARImpl.java omitted as com/orci/xsd/= OMF/impl/METARImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\MSGImpl.java omitted as com/orci/xsd/OM= F/impl/MSGImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\MSGTypeImpl.java omitted as com/orci/xs= d/OMF/impl/MSGTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\MessagesTypeImpl.java omitted as com/or= ci/xsd/OMF/impl/MessagesTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\PERIODImpl.java omitted as com/orci/xsd= /OMF/impl/PERIODImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\PERIODTypeImpl.java omitted as com/orci= /xsd/OMF/impl/PERIODTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\PREVAILINGImpl.java omitted as com/orci= /xsd/OMF/impl/PREVAILINGImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\ReportAttrsTypeImpl.java omitted as com= /orci/xsd/OMF/impl/ReportAttrsTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\ReportsImpl.java omitted as com/orci/xs= d/OMF/impl/ReportsImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\ReportsTypeImpl.java omitted as com/orc= i/xsd/OMF/impl/ReportsTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SIGMETImpl.java omitted as com/orci/xsd= /OMF/impl/SIGMETImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SIGMETTypeImpl.java omitted as com/orci= /xsd/OMF/impl/SIGMETTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SPECIImpl.java omitted as com/orci/xsd/= OMF/impl/SPECIImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SYCODEImpl.java omitted as com/orci/xsd= /OMF/impl/SYCODEImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SYGImpl.java omitted as com/orci/xsd/OM= F/impl/SYGImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SYGTypeImpl.java omitted as com/orci/xs= d/OMF/impl/SYGTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SYIDImpl.java omitted as com/orci/xsd/O= MF/impl/SYIDImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SYIDTypeImpl.java omitted as com/orci/x= sd/OMF/impl/SYIDTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SYNImpl.java omitted as com/orci/xsd/OM= F/impl/SYNImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SYNTypeImpl.java omitted as com/orci/xs= d/OMF/impl/SYNTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SYSEAImpl.java omitted as com/orci/xsd/= OMF/impl/SYSEAImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\SYSEATypeImpl.java omitted as com/orci/= xsd/OMF/impl/SYSEATypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\TAFImpl.java omitted as com/orci/xsd/OM= F/impl/TAFImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\TAFTypeImpl.java omitted as com/orci/xs= d/OMF/impl/TAFTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UACODEImpl.java omitted as com/orci/xsd= /OMF/impl/UACODEImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UAIDImpl.java omitted as com/orci/xsd/O= MF/impl/UAIDImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UAIDTypeImpl.java omitted as com/orci/x= sd/OMF/impl/UAIDTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UALEVELImpl.java omitted as com/orci/xs= d/OMF/impl/UALEVELImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UALEVELSImpl.java omitted as com/orci/x= sd/OMF/impl/UALEVELSImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UALEVELSTypeImpl.java omitted as com/or= ci/xsd/OMF/impl/UALEVELSTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UALEVELTypeImpl.java omitted as com/orc= i/xsd/OMF/impl/UALEVELTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UAPARTImpl.java omitted as com/orci/xsd= /OMF/impl/UAPARTImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UAPARTTypeImpl.java omitted as com/orci= /xsd/OMF/impl/UAPARTTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UARImpl.java omitted as com/orci/xsd/OM= F/impl/UARImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UARTypeImpl.java omitted as com/orci/xs= d/OMF/impl/UARTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UARefImpl.java omitted as com/orci/xsd/= OMF/impl/UARefImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\UARefTypeImpl.java omitted as com/orci/= xsd/OMF/impl/UARefTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\VALIDImpl.java omitted as com/orci/xsd/= OMF/impl/VALIDImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\VALIDTypeImpl.java omitted as com/orci/= xsd/OMF/impl/VALIDTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\VARImpl.java omitted as com/orci/xsd/OM= F/impl/VARImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\VARTypeImpl.java omitted as com/orci/xs= d/OMF/impl/VARTypeImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\AbstractUnmarshallingEventHandl= erImpl.java omitted as com/orci/xsd/OMF/impl/runtime/AbstractUnmarshallin= gEventHandlerImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\ContentHandlerAdaptor.java omit= ted as com/orci/xsd/OMF/impl/runtime/ContentHandlerAdaptor.class is up to= date. [javac] com\orci\xsd\OMF\impl\runtime\DefaultJAXBContextImpl.java omi= tted as com/orci/xsd/OMF/impl/runtime/DefaultJAXBContextImpl.class is up = to date. [javac] com\orci\xsd\OMF\impl\runtime\Discarder.java omitted as com/o= rci/xsd/OMF/impl/runtime/Discarder.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\ErrorHandlerAdaptor.java omitte= d as com/orci/xsd/OMF/impl/runtime/ErrorHandlerAdaptor.class is up to dat= e. [javac] com\orci\xsd\OMF\impl\runtime\GrammarInfo.java omitted as com= /orci/xsd/OMF/impl/runtime/GrammarInfo.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\GrammarInfoFacade.java omitted = as com/orci/xsd/OMF/impl/runtime/GrammarInfoFacade.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\GrammarInfoImpl.java omitted as= com/orci/xsd/OMF/impl/runtime/GrammarInfoImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\InterningUnmarshallerHandler.ja= va omitted as com/orci/xsd/OMF/impl/runtime/InterningUnmarshallerHandler.= class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\MSVValidator.java omitted as co= m/orci/xsd/OMF/impl/runtime/MSVValidator.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\MarshallerImpl.java omitted as = com/orci/xsd/OMF/impl/runtime/MarshallerImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\NamespaceContext2.java omitted = as com/orci/xsd/OMF/impl/runtime/NamespaceContext2.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\NamespaceContextImpl.java omitt= ed as com/orci/xsd/OMF/impl/runtime/NamespaceContextImpl.class is up to d= ate. [javac] com\orci\xsd\OMF\impl\runtime\PrefixCallback.java omitted as = com/orci/xsd/OMF/impl/runtime/PrefixCallback.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\SAXMarshaller.java omitted as c= om/orci/xsd/OMF/impl/runtime/SAXMarshaller.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\SAXUnmarshallerHandler.java omi= tted as com/orci/xsd/OMF/impl/runtime/SAXUnmarshallerHandler.class is up = to date. [javac] com\orci\xsd\OMF\impl\runtime\SAXUnmarshallerHandlerImpl.java= omitted as com/orci/xsd/OMF/impl/runtime/SAXUnmarshallerHandlerImpl.clas= s is up to date. [javac] com\orci\xsd\OMF\impl\runtime\UnmarshallableObject.java omitt= ed as com/orci/xsd/OMF/impl/runtime/UnmarshallableObject.class is up to d= ate. [javac] com\orci\xsd\OMF\impl\runtime\UnmarshallerImpl.java omitted a= s com/orci/xsd/OMF/impl/runtime/UnmarshallerImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\UnmarshallingContext.java omitt= ed as com/orci/xsd/OMF/impl/runtime/UnmarshallingContext.class is up to d= ate. [javac] com\orci\xsd\OMF\impl\runtime\UnmarshallingEventHandler.java = omitted as com/orci/xsd/OMF/impl/runtime/UnmarshallingEventHandler.class = is up to date. [javac] com\orci\xsd\OMF\impl\runtime\UnmarshallingEventHandlerAdapto= r.java omitted as com/orci/xsd/OMF/impl/runtime/UnmarshallingEventHandler= Adaptor.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\Util.java omitted as com/orci/x= sd/OMF/impl/runtime/Util.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\ValidatableObject.java omitted = as com/orci/xsd/OMF/impl/runtime/ValidatableObject.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\ValidatingUnmarshaller.java omi= tted as com/orci/xsd/OMF/impl/runtime/ValidatingUnmarshaller.class is up = to date. [javac] com\orci\xsd\OMF\impl\runtime\ValidationContext.java omitted = as com/orci/xsd/OMF/impl/runtime/ValidationContext.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\ValidatorImpl.java omitted as c= om/orci/xsd/OMF/impl/runtime/ValidatorImpl.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\XMLSerializable.java omitted as= com/orci/xsd/OMF/impl/runtime/XMLSerializable.class is up to date. [javac] com\orci\xsd\OMF\impl\runtime\XMLSerializer.java omitted as c= om/orci/xsd/OMF/impl/runtime/XMLSerializer.class is up to date. [javac] com\orci\xsd\OMF\jaxb.properties skipped - don't know how to = handle it fileset: Setup scanner in dir C:\Workspaces\DataGateway\DataGateway-VDOT-= OnCall-Task36\xmlbOpenESSMADIS\src with patternSet{ includes: [] excludes= : [] } [javac] com\orci\xmlblaster\plugin\OpenESSMADIS\OpenESSDBConnector.ja= va omitted as com/orci/xmlblaster/plugin/OpenESSMADIS/OpenESSDBConnector.= class is up to date. [javac] com\orci\xmlblaster\plugin\OpenESSMADIS\OpenESSMADISPlugIn.ja= va omitted as com/orci/xmlblaster/plugin/OpenESSMADIS/OpenESSMADISPlugIn.= class is up to date. [javac] com\orci\xmlblaster\plugin\OpenESSMADIS\OpenESSMADISPlugInMBe= an.java omitted as com/orci/xmlblaster/plugin/OpenESSMADIS/OpenESSMADISPl= ugInMBean.class is up to date. jar: [delete] Deleting: C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-T= ask36\xmlbOpenESSMADIS\lib\ORCI-OpenESSMADIS-1.0.jar [delete] Unable to delete file C:\Workspaces\DataGateway\DataGateway-V= DOT-OnCall-Task36\xmlbOpenESSMADIS\lib\ORCI-OpenESSMADIS-1.0.jar [copy] C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\gensrc\com\orci\xsd\OMF\bgm.ser omitted as C:\Workspaces\Dat= aGateway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS\classes\com\orci= \xsd\OMF\bgm.ser is up to date. [copy] C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlb= OpenESSMADIS\gensrc\com\orci\xsd\OMF\jaxb.properties omitted as C:\Worksp= aces\DataGateway\DataGateway-VDOT-OnCall-Task36\xmlbOpenESSMADIS\classes\= com\orci\xsd\OMF\jaxb.properties is up to date. fileset: Setup scanner in dir C:\Workspaces\DataGateway\DataGateway-VDOT-= OnCall-Task36\xmlbOpenESSMADIS\classes with patternSet{ includes: [] excl= udes: [] } [jar] com omitted as com/ is up to date. [jar] com\orci omitted as com/orci/ is up to date. [jar] com\orci\xmlblaster omitted as com/orci/xmlblaster/ is up to = date. [jar] com\orci\xmlblaster\plugin omitted as com/orci/xmlblaster/plu= gin/ is up to date. [jar] com\orci\xmlblaster\plugin\OpenESSMADIS omitted as com/orci/x= mlblaster/plugin/OpenESSMADIS/ is up to date. [jar] com\orci\xsd omitted as com/orci/xsd/ is up to date. [jar] com\orci\xsd\OMF omitted as com/orci/xsd/OMF/ is up to date. [jar] com\orci\xsd\OMF\impl omitted as com/orci/xsd/OMF/impl/ is up= to date. [jar] com\orci\xsd\OMF\impl\runtime omitted as com/orci/xsd/OMF/imp= l/runtime/ is up to date. [jar] com\orci\xmlblaster\plugin\OpenESSMADIS\OpenESSDBConnector.cl= ass omitted as com/orci/xmlblaster/plugin/OpenESSMADIS/OpenESSDBConnector= =2Eclass is up to date. [jar] com\orci\xmlblaster\plugin\OpenESSMADIS\OpenESSMADISPlugIn$Da= taThread.class omitted as com/orci/xmlblaster/plugin/OpenESSMADIS/OpenESS= MADISPlugIn$DataThread.class is up to date. [jar] com\orci\xmlblaster\plugin\OpenESSMADIS\OpenESSMADISPlugIn.cl= ass omitted as com/orci/xmlblaster/plugin/OpenESSMADIS/OpenESSMADISPlugIn= =2Eclass is up to date. [jar] com\orci\xmlblaster\plugin\OpenESSMADIS\OpenESSMADISPlugInMBe= an.class omitted as com/orci/xmlblaster/plugin/OpenESSMADIS/OpenESSMADISP= lugInMBean.class is up to date. [jar] com\orci\xsd\OMF\AFFECTING.class added as com/orci/xsd/OMF/AF= FECTING.class is outdated. [jar] com\orci\xsd\OMF\AdvisoriesType.class added as com/orci/xsd/O= MF/AdvisoriesType.class is outdated. [jar] com\orci\xsd\OMF\BODY.class added as com/orci/xsd/OMF/BODY.cl= ass is outdated. [jar] com\orci\xsd\OMF\BTAIR.class added as com/orci/xsd/OMF/BTAIR.= class is outdated. [jar] com\orci\xsd\OMF\BTAIRType.class added as com/orci/xsd/OMF/BT= AIRType.class is outdated. [jar] com\orci\xsd\OMF\BTCODE.class added as com/orci/xsd/OMF/BTCOD= E.class is outdated. [jar] com\orci\xsd\OMF\BTID.class added as com/orci/xsd/OMF/BTID.cl= ass is outdated. [jar] com\orci\xsd\OMF\BTIDType.class added as com/orci/xsd/OMF/BTI= DType.class is outdated. [jar] com\orci\xsd\OMF\BTLEVEL.class added as com/orci/xsd/OMF/BTLE= VEL.class is outdated. [jar] com\orci\xsd\OMF\BTLEVELS.class added as com/orci/xsd/OMF/BTL= EVELS.class is outdated. [jar] com\orci\xsd\OMF\BTLEVELSType.class added as com/orci/xsd/OMF= /BTLEVELSType.class is outdated. [jar] com\orci\xsd\OMF\BTLEVELType.class added as com/orci/xsd/OMF/= BTLEVELType.class is outdated. [jar] com\orci\xsd\OMF\BTSC.class added as com/orci/xsd/OMF/BTSC.cl= ass is outdated. [jar] com\orci\xsd\OMF\BTSCType.class added as com/orci/xsd/OMF/BTS= CType.class is outdated. [jar] com\orci\xsd\OMF\EXTENT.class added as com/orci/xsd/OMF/EXTEN= T.class is outdated. [jar] com\orci\xsd\OMF\EXTENTType.class added as com/orci/xsd/OMF/E= XTENTType.class is outdated. [jar] com\orci\xsd\OMF\ForecastsType.class added as com/orci/xsd/OM= F/ForecastsType.class is outdated. [jar] com\orci\xsd\OMF\METAR.class added as com/orci/xsd/OMF/METAR.= class is outdated. [jar] com\orci\xsd\OMF\MSG.class added as com/orci/xsd/OMF/MSG.clas= s is outdated. [jar] com\orci\xsd\OMF\MSGType.class added as com/orci/xsd/OMF/MSGT= ype.class is outdated. [jar] com\orci\xsd\OMF\MessagesType.class added as com/orci/xsd/OMF= /MessagesType.class is outdated. [jar] com\orci\xsd\OMF\ObjectFactory.class added as com/orci/xsd/OM= F/ObjectFactory.class is outdated. [jar] com\orci\xsd\OMF\PERIOD.class added as com/orci/xsd/OMF/PERIO= D.class is outdated. [jar] com\orci\xsd\OMF\PERIODType.class added as com/orci/xsd/OMF/P= ERIODType.class is outdated. [jar] com\orci\xsd\OMF\PREVAILING.class added as com/orci/xsd/OMF/P= REVAILING.class is outdated. [jar] com\orci\xsd\OMF\ReportAttrsType.class added as com/orci/xsd/= OMF/ReportAttrsType.class is outdated. [jar] com\orci\xsd\OMF\Reports.class added as com/orci/xsd/OMF/Repo= rts.class is outdated. [jar] com\orci\xsd\OMF\ReportsType.class added as com/orci/xsd/OMF/= ReportsType.class is outdated. [jar] com\orci\xsd\OMF\SIGMET.class added as com/orci/xsd/OMF/SIGME= T.class is outdated. [jar] com\orci\xsd\OMF\SIGMETType.class added as com/orci/xsd/OMF/S= IGMETType.class is outdated. [jar] com\orci\xsd\OMF\SPECI.class added as com/orci/xsd/OMF/SPECI.= class is outdated. [jar] com\orci\xsd\OMF\SYCODE.class added as com/orci/xsd/OMF/SYCOD= E.class is outdated. [jar] com\orci\xsd\OMF\SYG.class added as com/orci/xsd/OMF/SYG.clas= s is outdated. [jar] com\orci\xsd\OMF\SYGType.class added as com/orci/xsd/OMF/SYGT= ype.class is outdated. [jar] com\orci\xsd\OMF\SYID.class added as com/orci/xsd/OMF/SYID.cl= ass is outdated. [jar] com\orci\xsd\OMF\SYIDType.class added as com/orci/xsd/OMF/SYI= DType.class is outdated. [jar] com\orci\xsd\OMF\SYN.class added as com/orci/xsd/OMF/SYN.clas= s is outdated. [jar] com\orci\xsd\OMF\SYNType.class added as com/orci/xsd/OMF/SYNT= ype.class is outdated. [jar] com\orci\xsd\OMF\SYSEA.class added as com/orci/xsd/OMF/SYSEA.= class is outdated. [jar] com\orci\xsd\OMF\SYSEAType.class added as com/orci/xsd/OMF/SY= SEAType.class is outdated. [jar] com\orci\xsd\OMF\TAF.class added as com/orci/xsd/OMF/TAF.clas= s is outdated. [jar] com\orci\xsd\OMF\TAFType.class added as com/orci/xsd/OMF/TAFT= ype.class is outdated. [jar] com\orci\xsd\OMF\UACODE.class added as com/orci/xsd/OMF/UACOD= E.class is outdated. [jar] com\orci\xsd\OMF\UAID.class added as com/orci/xsd/OMF/UAID.cl= ass is outdated. [jar] com\orci\xsd\OMF\UAIDType.class added as com/orci/xsd/OMF/UAI= DType.class is outdated. [jar] com\orci\xsd\OMF\UALEVEL.class added as com/orci/xsd/OMF/UALE= VEL.class is outdated. [jar] com\orci\xsd\OMF\UALEVELS.class added as com/orci/xsd/OMF/UAL= EVELS.class is outdated. [jar] com\orci\xsd\OMF\UALEVELSType.class added as com/orci/xsd/OMF= /UALEVELSType.class is outdated. [jar] com\orci\xsd\OMF\UALEVELType.class added as com/orci/xsd/OMF/= UALEVELType.class is outdated. [jar] com\orci\xsd\OMF\UAPART.class added as com/orci/xsd/OMF/UAPAR= T.class is outdated. [jar] com\orci\xsd\OMF\UAPARTType.class added as com/orci/xsd/OMF/U= APARTType.class is outdated. [jar] com\orci\xsd\OMF\UAR.class added as com/orci/xsd/OMF/UAR.clas= s is outdated. [jar] com\orci\xsd\OMF\UARType.class added as com/orci/xsd/OMF/UART= ype.class is outdated. [jar] com\orci\xsd\OMF\UARef.class added as com/orci/xsd/OMF/UARef.= class is outdated. [jar] com\orci\xsd\OMF\UARefType.class added as com/orci/xsd/OMF/UA= RefType.class is outdated. [jar] com\orci\xsd\OMF\VALID.class added as com/orci/xsd/OMF/VALID.= class is outdated. [jar] com\orci\xsd\OMF\VALIDType.class added as com/orci/xsd/OMF/VA= LIDType.class is outdated. [jar] com\orci\xsd\OMF\VAR.class added as com/orci/xsd/OMF/VAR.clas= s is outdated. [jar] com\orci\xsd\OMF\VARType.class added as com/orci/xsd/OMF/VART= ype.class is outdated. [jar] com\orci\xsd\OMF\bgm.ser omitted as com/orci/xsd/OMF/bgm.ser = is up to date. [jar] com\orci\xsd\OMF\impl\AFFECTINGImpl$Unmarshaller.class added = as com/orci/xsd/OMF/impl/AFFECTINGImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\AFFECTINGImpl.class added as com/orci/x= sd/OMF/impl/AFFECTINGImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\AdvisoriesTypeImpl$Unmarshaller.class a= dded as com/orci/xsd/OMF/impl/AdvisoriesTypeImpl$Unmarshaller.class is ou= tdated. [jar] com\orci\xsd\OMF\impl\AdvisoriesTypeImpl.class added as com/o= rci/xsd/OMF/impl/AdvisoriesTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BODYImpl$Unmarshaller.class added as co= m/orci/xsd/OMF/impl/BODYImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\BODYImpl.class added as com/orci/xsd/OM= F/impl/BODYImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BTAIRImpl$Unmarshaller.class added as c= om/orci/xsd/OMF/impl/BTAIRImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\BTAIRImpl.class added as com/orci/xsd/O= MF/impl/BTAIRImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BTAIRTypeImpl$Unmarshaller.class added = as com/orci/xsd/OMF/impl/BTAIRTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\BTAIRTypeImpl.class added as com/orci/x= sd/OMF/impl/BTAIRTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BTCODEImpl$Unmarshaller.class added as = com/orci/xsd/OMF/impl/BTCODEImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\BTCODEImpl.class added as com/orci/xsd/= OMF/impl/BTCODEImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BTIDImpl$Unmarshaller.class added as co= m/orci/xsd/OMF/impl/BTIDImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\BTIDImpl.class added as com/orci/xsd/OM= F/impl/BTIDImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BTIDTypeImpl$Unmarshaller.class added a= s com/orci/xsd/OMF/impl/BTIDTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\BTIDTypeImpl.class added as com/orci/xs= d/OMF/impl/BTIDTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BTLEVELImpl$Unmarshaller.class added as= com/orci/xsd/OMF/impl/BTLEVELImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\BTLEVELImpl.class added as com/orci/xsd= /OMF/impl/BTLEVELImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BTLEVELSImpl$Unmarshaller.class added a= s com/orci/xsd/OMF/impl/BTLEVELSImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\BTLEVELSImpl.class added as com/orci/xs= d/OMF/impl/BTLEVELSImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BTLEVELSTypeImpl$Unmarshaller.class add= ed as com/orci/xsd/OMF/impl/BTLEVELSTypeImpl$Unmarshaller.class is outdat= ed. [jar] com\orci\xsd\OMF\impl\BTLEVELSTypeImpl.class added as com/orc= i/xsd/OMF/impl/BTLEVELSTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BTLEVELTypeImpl$Unmarshaller.class adde= d as com/orci/xsd/OMF/impl/BTLEVELTypeImpl$Unmarshaller.class is outdated= =2E [jar] com\orci\xsd\OMF\impl\BTLEVELTypeImpl.class added as com/orci= /xsd/OMF/impl/BTLEVELTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BTSCImpl$Unmarshaller.class added as co= m/orci/xsd/OMF/impl/BTSCImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\BTSCImpl.class added as com/orci/xsd/OM= F/impl/BTSCImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\BTSCTypeImpl$Unmarshaller.class added a= s com/orci/xsd/OMF/impl/BTSCTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\BTSCTypeImpl.class added as com/orci/xs= d/OMF/impl/BTSCTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\EXTENTImpl$Unmarshaller.class added as = com/orci/xsd/OMF/impl/EXTENTImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\EXTENTImpl.class added as com/orci/xsd/= OMF/impl/EXTENTImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\EXTENTTypeImpl$Unmarshaller.class added= as com/orci/xsd/OMF/impl/EXTENTTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\EXTENTTypeImpl.class added as com/orci/= xsd/OMF/impl/EXTENTTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\ForecastsTypeImpl$Unmarshaller.class ad= ded as com/orci/xsd/OMF/impl/ForecastsTypeImpl$Unmarshaller.class is outd= ated. [jar] com\orci\xsd\OMF\impl\ForecastsTypeImpl.class added as com/or= ci/xsd/OMF/impl/ForecastsTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\JAXBVersion.class added as com/orci/xsd= /OMF/impl/JAXBVersion.class is outdated. [jar] com\orci\xsd\OMF\impl\METARImpl$Unmarshaller.class added as c= om/orci/xsd/OMF/impl/METARImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\METARImpl.class added as com/orci/xsd/O= MF/impl/METARImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\MSGImpl$Unmarshaller.class added as com= /orci/xsd/OMF/impl/MSGImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\MSGImpl.class added as com/orci/xsd/OMF= /impl/MSGImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\MSGTypeImpl$Unmarshaller.class added as= com/orci/xsd/OMF/impl/MSGTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\MSGTypeImpl.class added as com/orci/xsd= /OMF/impl/MSGTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\MessagesTypeImpl$Unmarshaller.class add= ed as com/orci/xsd/OMF/impl/MessagesTypeImpl$Unmarshaller.class is outdat= ed. [jar] com\orci\xsd\OMF\impl\MessagesTypeImpl.class added as com/orc= i/xsd/OMF/impl/MessagesTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\PERIODImpl$Unmarshaller.class added as = com/orci/xsd/OMF/impl/PERIODImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\PERIODImpl.class added as com/orci/xsd/= OMF/impl/PERIODImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\PERIODTypeImpl$Unmarshaller.class added= as com/orci/xsd/OMF/impl/PERIODTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\PERIODTypeImpl.class added as com/orci/= xsd/OMF/impl/PERIODTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\PREVAILINGImpl$Unmarshaller.class added= as com/orci/xsd/OMF/impl/PREVAILINGImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\PREVAILINGImpl.class added as com/orci/= xsd/OMF/impl/PREVAILINGImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\ReportAttrsTypeImpl$Unmarshaller.class = added as com/orci/xsd/OMF/impl/ReportAttrsTypeImpl$Unmarshaller.class is = outdated. [jar] com\orci\xsd\OMF\impl\ReportAttrsTypeImpl.class added as com/= orci/xsd/OMF/impl/ReportAttrsTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\ReportsImpl$Unmarshaller.class added as= com/orci/xsd/OMF/impl/ReportsImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\ReportsImpl.class added as com/orci/xsd= /OMF/impl/ReportsImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\ReportsTypeImpl$Unmarshaller.class adde= d as com/orci/xsd/OMF/impl/ReportsTypeImpl$Unmarshaller.class is outdated= =2E [jar] com\orci\xsd\OMF\impl\ReportsTypeImpl.class added as com/orci= /xsd/OMF/impl/ReportsTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SIGMETImpl$Unmarshaller.class added as = com/orci/xsd/OMF/impl/SIGMETImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SIGMETImpl.class added as com/orci/xsd/= OMF/impl/SIGMETImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SIGMETTypeImpl$Unmarshaller.class added= as com/orci/xsd/OMF/impl/SIGMETTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SIGMETTypeImpl.class added as com/orci/= xsd/OMF/impl/SIGMETTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SPECIImpl$Unmarshaller.class added as c= om/orci/xsd/OMF/impl/SPECIImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SPECIImpl.class added as com/orci/xsd/O= MF/impl/SPECIImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SYCODEImpl$Unmarshaller.class added as = com/orci/xsd/OMF/impl/SYCODEImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SYCODEImpl.class added as com/orci/xsd/= OMF/impl/SYCODEImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SYGImpl$Unmarshaller.class added as com= /orci/xsd/OMF/impl/SYGImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SYGImpl.class added as com/orci/xsd/OMF= /impl/SYGImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SYGTypeImpl$Unmarshaller.class added as= com/orci/xsd/OMF/impl/SYGTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SYGTypeImpl.class added as com/orci/xsd= /OMF/impl/SYGTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SYIDImpl$Unmarshaller.class added as co= m/orci/xsd/OMF/impl/SYIDImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SYIDImpl.class added as com/orci/xsd/OM= F/impl/SYIDImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SYIDTypeImpl$Unmarshaller.class added a= s com/orci/xsd/OMF/impl/SYIDTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SYIDTypeImpl.class added as com/orci/xs= d/OMF/impl/SYIDTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SYNImpl$Unmarshaller.class added as com= /orci/xsd/OMF/impl/SYNImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SYNImpl.class added as com/orci/xsd/OMF= /impl/SYNImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SYNTypeImpl$Unmarshaller.class added as= com/orci/xsd/OMF/impl/SYNTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SYNTypeImpl.class added as com/orci/xsd= /OMF/impl/SYNTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SYSEAImpl$Unmarshaller.class added as c= om/orci/xsd/OMF/impl/SYSEAImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SYSEAImpl.class added as com/orci/xsd/O= MF/impl/SYSEAImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\SYSEATypeImpl$Unmarshaller.class added = as com/orci/xsd/OMF/impl/SYSEATypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\SYSEATypeImpl.class added as com/orci/x= sd/OMF/impl/SYSEATypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\TAFImpl$Unmarshaller.class added as com= /orci/xsd/OMF/impl/TAFImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\TAFImpl.class added as com/orci/xsd/OMF= /impl/TAFImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\TAFTypeImpl$Unmarshaller.class added as= com/orci/xsd/OMF/impl/TAFTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\TAFTypeImpl.class added as com/orci/xsd= /OMF/impl/TAFTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UACODEImpl$Unmarshaller.class added as = com/orci/xsd/OMF/impl/UACODEImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\UACODEImpl.class added as com/orci/xsd/= OMF/impl/UACODEImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UAIDImpl$Unmarshaller.class added as co= m/orci/xsd/OMF/impl/UAIDImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\UAIDImpl.class added as com/orci/xsd/OM= F/impl/UAIDImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UAIDTypeImpl$Unmarshaller.class added a= s com/orci/xsd/OMF/impl/UAIDTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\UAIDTypeImpl.class added as com/orci/xs= d/OMF/impl/UAIDTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UALEVELImpl$Unmarshaller.class added as= com/orci/xsd/OMF/impl/UALEVELImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\UALEVELImpl.class added as com/orci/xsd= /OMF/impl/UALEVELImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UALEVELSImpl$Unmarshaller.class added a= s com/orci/xsd/OMF/impl/UALEVELSImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\UALEVELSImpl.class added as com/orci/xs= d/OMF/impl/UALEVELSImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UALEVELSTypeImpl$Unmarshaller.class add= ed as com/orci/xsd/OMF/impl/UALEVELSTypeImpl$Unmarshaller.class is outdat= ed. [jar] com\orci\xsd\OMF\impl\UALEVELSTypeImpl.class added as com/orc= i/xsd/OMF/impl/UALEVELSTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UALEVELTypeImpl$Unmarshaller.class adde= d as com/orci/xsd/OMF/impl/UALEVELTypeImpl$Unmarshaller.class is outdated= =2E [jar] com\orci\xsd\OMF\impl\UALEVELTypeImpl.class added as com/orci= /xsd/OMF/impl/UALEVELTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UAPARTImpl$Unmarshaller.class added as = com/orci/xsd/OMF/impl/UAPARTImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\UAPARTImpl.class added as com/orci/xsd/= OMF/impl/UAPARTImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UAPARTTypeImpl$Unmarshaller.class added= as com/orci/xsd/OMF/impl/UAPARTTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\UAPARTTypeImpl.class added as com/orci/= xsd/OMF/impl/UAPARTTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UARImpl$Unmarshaller.class added as com= /orci/xsd/OMF/impl/UARImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\UARImpl.class added as com/orci/xsd/OMF= /impl/UARImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UARTypeImpl$Unmarshaller.class added as= com/orci/xsd/OMF/impl/UARTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\UARTypeImpl.class added as com/orci/xsd= /OMF/impl/UARTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UARefImpl$Unmarshaller.class added as c= om/orci/xsd/OMF/impl/UARefImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\UARefImpl.class added as com/orci/xsd/O= MF/impl/UARefImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\UARefTypeImpl$Unmarshaller.class added = as com/orci/xsd/OMF/impl/UARefTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\UARefTypeImpl.class added as com/orci/x= sd/OMF/impl/UARefTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\VALIDImpl$Unmarshaller.class added as c= om/orci/xsd/OMF/impl/VALIDImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\VALIDImpl.class added as com/orci/xsd/O= MF/impl/VALIDImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\VALIDTypeImpl$Unmarshaller.class added = as com/orci/xsd/OMF/impl/VALIDTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\VALIDTypeImpl.class added as com/orci/x= sd/OMF/impl/VALIDTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\VARImpl$Unmarshaller.class added as com= /orci/xsd/OMF/impl/VARImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\VARImpl.class added as com/orci/xsd/OMF= /impl/VARImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\VARTypeImpl$Unmarshaller.class added as= com/orci/xsd/OMF/impl/VARTypeImpl$Unmarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\VARTypeImpl.class added as com/orci/xsd= /OMF/impl/VARTypeImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\AbstractUnmarshallingEventHandl= erImpl.class added as com/orci/xsd/OMF/impl/runtime/AbstractUnmarshalling= EventHandlerImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\ContentHandlerAdaptor.class add= ed as com/orci/xsd/OMF/impl/runtime/ContentHandlerAdaptor.class is outdat= ed. [jar] com\orci\xsd\OMF\impl\runtime\DefaultJAXBContextImpl.class ad= ded as com/orci/xsd/OMF/impl/runtime/DefaultJAXBContextImpl.class is outd= ated. [jar] com\orci\xsd\OMF\impl\runtime\Discarder.class added as com/or= ci/xsd/OMF/impl/runtime/Discarder.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\ErrorHandlerAdaptor.class added= as com/orci/xsd/OMF/impl/runtime/ErrorHandlerAdaptor.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\GrammarInfo.class added as com/= orci/xsd/OMF/impl/runtime/GrammarInfo.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\GrammarInfoFacade$1.class added= as com/orci/xsd/OMF/impl/runtime/GrammarInfoFacade$1.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\GrammarInfoFacade.class added a= s com/orci/xsd/OMF/impl/runtime/GrammarInfoFacade.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\GrammarInfoImpl.class added as = com/orci/xsd/OMF/impl/runtime/GrammarInfoImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\InterningUnmarshallerHandler.cl= ass added as com/orci/xsd/OMF/impl/runtime/InterningUnmarshallerHandler.c= lass is outdated. [jar] com\orci\xsd\OMF\impl\runtime\MSVValidator.class added as com= /orci/xsd/OMF/impl/runtime/MSVValidator.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\MarshallerImpl.class added as c= om/orci/xsd/OMF/impl/runtime/MarshallerImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\NamespaceContext2.class added a= s com/orci/xsd/OMF/impl/runtime/NamespaceContext2.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\NamespaceContextImpl.class adde= d as com/orci/xsd/OMF/impl/runtime/NamespaceContextImpl.class is outdated= =2E [jar] com\orci\xsd\OMF\impl\runtime\PrefixCallback.class added as c= om/orci/xsd/OMF/impl/runtime/PrefixCallback.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\SAXMarshaller$1.class added as = com/orci/xsd/OMF/impl/runtime/SAXMarshaller$1.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\SAXMarshaller$2.class added as = com/orci/xsd/OMF/impl/runtime/SAXMarshaller$2.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\SAXMarshaller$3.class added as = com/orci/xsd/OMF/impl/runtime/SAXMarshaller$3.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\SAXMarshaller.class added as co= m/orci/xsd/OMF/impl/runtime/SAXMarshaller.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\SAXUnmarshallerHandler.class ad= ded as com/orci/xsd/OMF/impl/runtime/SAXUnmarshallerHandler.class is outd= ated. [jar] com\orci\xsd\OMF\impl\runtime\SAXUnmarshallerHandlerImpl.clas= s added as com/orci/xsd/OMF/impl/runtime/SAXUnmarshallerHandlerImpl.class= is outdated. [jar] com\orci\xsd\OMF\impl\runtime\UnmarshallableObject.class adde= d as com/orci/xsd/OMF/impl/runtime/UnmarshallableObject.class is outdated= =2E [jar] com\orci\xsd\OMF\impl\runtime\UnmarshallerImpl.class added as= com/orci/xsd/OMF/impl/runtime/UnmarshallerImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\UnmarshallingContext.class adde= d as com/orci/xsd/OMF/impl/runtime/UnmarshallingContext.class is outdated= =2E [jar] com\orci\xsd\OMF\impl\runtime\UnmarshallingEventHandler.class= added as com/orci/xsd/OMF/impl/runtime/UnmarshallingEventHandler.class i= s outdated. [jar] com\orci\xsd\OMF\impl\runtime\UnmarshallingEventHandlerAdapto= r.class added as com/orci/xsd/OMF/impl/runtime/UnmarshallingEventHandlerA= daptor.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\Util.class added as com/orci/xs= d/OMF/impl/runtime/Util.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\ValidatableObject.class added a= s com/orci/xsd/OMF/impl/runtime/ValidatableObject.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\ValidatingUnmarshaller.class ad= ded as com/orci/xsd/OMF/impl/runtime/ValidatingUnmarshaller.class is outd= ated. [jar] com\orci\xsd\OMF\impl\runtime\ValidationContext.class added a= s com/orci/xsd/OMF/impl/runtime/ValidationContext.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\ValidatorImpl$EventInterceptor.= class added as com/orci/xsd/OMF/impl/runtime/ValidatorImpl$EventIntercept= or.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\ValidatorImpl.class added as co= m/orci/xsd/OMF/impl/runtime/ValidatorImpl.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\XMLSerializable.class added as = com/orci/xsd/OMF/impl/runtime/XMLSerializable.class is outdated. [jar] com\orci\xsd\OMF\impl\runtime\XMLSerializer.class added as co= m/orci/xsd/OMF/impl/runtime/XMLSerializer.class is outdated. [jar] com\orci\xsd\OMF\jaxb.properties omitted as com/orci/xsd/OMF/= jaxb.properties is up to date. [jar] Building jar: C:\Workspaces\DataGateway\DataGateway-VDOT-OnCa= ll-Task36\xmlbOpenESSMADIS\lib\ORCI-OpenESSMADIS-1.0.jar [jar] adding directory META-INF/ [jar] adding entry META-INF/MANIFEST.MF [jar] adding directory com/ [jar] adding directory com/orci/ [jar] adding directory com/orci/xmlblaster/ [jar] adding directory com/orci/xmlblaster/plugin/ [jar] adding directory com/orci/xmlblaster/plugin/OpenESSMADIS/ [jar] adding directory com/orci/xsd/ [jar] adding directory com/orci/xsd/OMF/ [jar] adding directory com/orci/xsd/OMF/impl/ [jar] adding directory com/orci/xsd/OMF/impl/runtime/ [jar] adding entry com/orci/xmlblaster/plugin/OpenESSMADIS/OpenESSD= BConnector.class [jar] adding entry com/orci/xmlblaster/plugin/OpenESSMADIS/OpenESSM= ADISPlugIn$DataThread.class [jar] adding entry com/orci/xmlblaster/plugin/OpenESSMADIS/OpenESSM= ADISPlugIn.class [jar] adding entry com/orci/xmlblaster/plugin/OpenESSMADIS/OpenESSM= ADISPlugInMBean.class [jar] adding entry com/orci/xsd/OMF/AFFECTING.class [jar] adding entry com/orci/xsd/OMF/AdvisoriesType.class [jar] adding entry com/orci/xsd/OMF/BODY.class [jar] adding entry com/orci/xsd/OMF/BTAIR.class [jar] adding entry com/orci/xsd/OMF/BTAIRType.class [jar] adding entry com/orci/xsd/OMF/BTCODE.class [jar] adding entry com/orci/xsd/OMF/BTID.class [jar] adding entry com/orci/xsd/OMF/BTIDType.class [jar] adding entry com/orci/xsd/OMF/BTLEVEL.class [jar] adding entry com/orci/xsd/OMF/BTLEVELS.class [jar] adding entry com/orci/xsd/OMF/BTLEVELSType.class [jar] adding entry com/orci/xsd/OMF/BTLEVELType.class [jar] adding entry com/orci/xsd/OMF/BTSC.class [jar] adding entry com/orci/xsd/OMF/BTSCType.class [jar] adding entry com/orci/xsd/OMF/EXTENT.class [jar] adding entry com/orci/xsd/OMF/EXTENTType.class [jar] adding entry com/orci/xsd/OMF/ForecastsType.class [jar] adding entry com/orci/xsd/OMF/METAR.class [jar] adding entry com/orci/xsd/OMF/MSG.class [jar] adding entry com/orci/xsd/OMF/MSGType.class [jar] adding entry com/orci/xsd/OMF/MessagesType.class [jar] adding entry com/orci/xsd/OMF/ObjectFactory.class [jar] adding entry com/orci/xsd/OMF/PERIOD.class [jar] adding entry com/orci/xsd/OMF/PERIODType.class [jar] adding entry com/orci/xsd/OMF/PREVAILING.class [jar] adding entry com/orci/xsd/OMF/ReportAttrsType.class [jar] adding entry com/orci/xsd/OMF/Reports.class [jar] adding entry com/orci/xsd/OMF/ReportsType.class [jar] adding entry com/orci/xsd/OMF/SIGMET.class [jar] adding entry com/orci/xsd/OMF/SIGMETType.class [jar] adding entry com/orci/xsd/OMF/SPECI.class [jar] adding entry com/orci/xsd/OMF/SYCODE.class [jar] adding entry com/orci/xsd/OMF/SYG.class [jar] adding entry com/orci/xsd/OMF/SYGType.class [jar] adding entry com/orci/xsd/OMF/SYID.class [jar] adding entry com/orci/xsd/OMF/SYIDType.class [jar] adding entry com/orci/xsd/OMF/SYN.class [jar] adding entry com/orci/xsd/OMF/SYNType.class [jar] adding entry com/orci/xsd/OMF/SYSEA.class [jar] adding entry com/orci/xsd/OMF/SYSEAType.class [jar] adding entry com/orci/xsd/OMF/TAF.class [jar] adding entry com/orci/xsd/OMF/TAFType.class [jar] adding entry com/orci/xsd/OMF/UACODE.class [jar] adding entry com/orci/xsd/OMF/UAID.class [jar] adding entry com/orci/xsd/OMF/UAIDType.class [jar] adding entry com/orci/xsd/OMF/UALEVEL.class [jar] adding entry com/orci/xsd/OMF/UALEVELS.class [jar] adding entry com/orci/xsd/OMF/UALEVELSType.class [jar] adding entry com/orci/xsd/OMF/UALEVELType.class [jar] adding entry com/orci/xsd/OMF/UAPART.class [jar] adding entry com/orci/xsd/OMF/UAPARTType.class [jar] adding entry com/orci/xsd/OMF/UAR.class [jar] adding entry com/orci/xsd/OMF/UARType.class [jar] adding entry com/orci/xsd/OMF/UARef.class [jar] adding entry com/orci/xsd/OMF/UARefType.class [jar] adding entry com/orci/xsd/OMF/VALID.class [jar] adding entry com/orci/xsd/OMF/VALIDType.class [jar] adding entry com/orci/xsd/OMF/VAR.class [jar] adding entry com/orci/xsd/OMF/VARType.class [jar] adding entry com/orci/xsd/OMF/bgm.ser [jar] adding entry com/orci/xsd/OMF/impl/AFFECTINGImpl$Unmarshaller= =2Eclass [jar] adding entry com/orci/xsd/OMF/impl/AFFECTINGImpl.class [jar] adding entry com/orci/xsd/OMF/impl/AdvisoriesTypeImpl$Unmarsh= aller.class [jar] adding entry com/orci/xsd/OMF/impl/AdvisoriesTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BODYImpl$Unmarshaller.clas= s [jar] adding entry com/orci/xsd/OMF/impl/BODYImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BTAIRImpl$Unmarshaller.cla= ss [jar] adding entry com/orci/xsd/OMF/impl/BTAIRImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BTAIRTypeImpl$Unmarshaller= =2Eclass [jar] adding entry com/orci/xsd/OMF/impl/BTAIRTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BTCODEImpl$Unmarshaller.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/BTCODEImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BTIDImpl$Unmarshaller.clas= s [jar] adding entry com/orci/xsd/OMF/impl/BTIDImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BTIDTypeImpl$Unmarshaller.= class [jar] adding entry com/orci/xsd/OMF/impl/BTIDTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BTLEVELImpl$Unmarshaller.c= lass [jar] adding entry com/orci/xsd/OMF/impl/BTLEVELImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BTLEVELSImpl$Unmarshaller.= class [jar] adding entry com/orci/xsd/OMF/impl/BTLEVELSImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BTLEVELSTypeImpl$Unmarshal= ler.class [jar] adding entry com/orci/xsd/OMF/impl/BTLEVELSTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BTLEVELTypeImpl$Unmarshall= er.class [jar] adding entry com/orci/xsd/OMF/impl/BTLEVELTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BTSCImpl$Unmarshaller.clas= s [jar] adding entry com/orci/xsd/OMF/impl/BTSCImpl.class [jar] adding entry com/orci/xsd/OMF/impl/BTSCTypeImpl$Unmarshaller.= class [jar] adding entry com/orci/xsd/OMF/impl/BTSCTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/EXTENTImpl$Unmarshaller.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/EXTENTImpl.class [jar] adding entry com/orci/xsd/OMF/impl/EXTENTTypeImpl$Unmarshalle= r.class [jar] adding entry com/orci/xsd/OMF/impl/EXTENTTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/ForecastsTypeImpl$Unmarsha= ller.class [jar] adding entry com/orci/xsd/OMF/impl/ForecastsTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/JAXBVersion.class [jar] adding entry com/orci/xsd/OMF/impl/METARImpl$Unmarshaller.cla= ss [jar] adding entry com/orci/xsd/OMF/impl/METARImpl.class [jar] adding entry com/orci/xsd/OMF/impl/MSGImpl$Unmarshaller.class= [jar] adding entry com/orci/xsd/OMF/impl/MSGImpl.class [jar] adding entry com/orci/xsd/OMF/impl/MSGTypeImpl$Unmarshaller.c= lass [jar] adding entry com/orci/xsd/OMF/impl/MSGTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/MessagesTypeImpl$Unmarshal= ler.class [jar] adding entry com/orci/xsd/OMF/impl/MessagesTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/PERIODImpl$Unmarshaller.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/PERIODImpl.class [jar] adding entry com/orci/xsd/OMF/impl/PERIODTypeImpl$Unmarshalle= r.class [jar] adding entry com/orci/xsd/OMF/impl/PERIODTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/PREVAILINGImpl$Unmarshalle= r.class [jar] adding entry com/orci/xsd/OMF/impl/PREVAILINGImpl.class [jar] adding entry com/orci/xsd/OMF/impl/ReportAttrsTypeImpl$Unmars= haller.class [jar] adding entry com/orci/xsd/OMF/impl/ReportAttrsTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/ReportsImpl$Unmarshaller.c= lass [jar] adding entry com/orci/xsd/OMF/impl/ReportsImpl.class [jar] adding entry com/orci/xsd/OMF/impl/ReportsTypeImpl$Unmarshall= er.class [jar] adding entry com/orci/xsd/OMF/impl/ReportsTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SIGMETImpl$Unmarshaller.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/SIGMETImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SIGMETTypeImpl$Unmarshalle= r.class [jar] adding entry com/orci/xsd/OMF/impl/SIGMETTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SPECIImpl$Unmarshaller.cla= ss [jar] adding entry com/orci/xsd/OMF/impl/SPECIImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SYCODEImpl$Unmarshaller.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/SYCODEImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SYGImpl$Unmarshaller.class= [jar] adding entry com/orci/xsd/OMF/impl/SYGImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SYGTypeImpl$Unmarshaller.c= lass [jar] adding entry com/orci/xsd/OMF/impl/SYGTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SYIDImpl$Unmarshaller.clas= s [jar] adding entry com/orci/xsd/OMF/impl/SYIDImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SYIDTypeImpl$Unmarshaller.= class [jar] adding entry com/orci/xsd/OMF/impl/SYIDTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SYNImpl$Unmarshaller.class= [jar] adding entry com/orci/xsd/OMF/impl/SYNImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SYNTypeImpl$Unmarshaller.c= lass [jar] adding entry com/orci/xsd/OMF/impl/SYNTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SYSEAImpl$Unmarshaller.cla= ss [jar] adding entry com/orci/xsd/OMF/impl/SYSEAImpl.class [jar] adding entry com/orci/xsd/OMF/impl/SYSEATypeImpl$Unmarshaller= =2Eclass [jar] adding entry com/orci/xsd/OMF/impl/SYSEATypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/TAFImpl$Unmarshaller.class= [jar] adding entry com/orci/xsd/OMF/impl/TAFImpl.class [jar] adding entry com/orci/xsd/OMF/impl/TAFTypeImpl$Unmarshaller.c= lass [jar] adding entry com/orci/xsd/OMF/impl/TAFTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UACODEImpl$Unmarshaller.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/UACODEImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UAIDImpl$Unmarshaller.clas= s [jar] adding entry com/orci/xsd/OMF/impl/UAIDImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UAIDTypeImpl$Unmarshaller.= class [jar] adding entry com/orci/xsd/OMF/impl/UAIDTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UALEVELImpl$Unmarshaller.c= lass [jar] adding entry com/orci/xsd/OMF/impl/UALEVELImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UALEVELSImpl$Unmarshaller.= class [jar] adding entry com/orci/xsd/OMF/impl/UALEVELSImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UALEVELSTypeImpl$Unmarshal= ler.class [jar] adding entry com/orci/xsd/OMF/impl/UALEVELSTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UALEVELTypeImpl$Unmarshall= er.class [jar] adding entry com/orci/xsd/OMF/impl/UALEVELTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UAPARTImpl$Unmarshaller.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/UAPARTImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UAPARTTypeImpl$Unmarshalle= r.class [jar] adding entry com/orci/xsd/OMF/impl/UAPARTTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UARImpl$Unmarshaller.class= [jar] adding entry com/orci/xsd/OMF/impl/UARImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UARTypeImpl$Unmarshaller.c= lass [jar] adding entry com/orci/xsd/OMF/impl/UARTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UARefImpl$Unmarshaller.cla= ss [jar] adding entry com/orci/xsd/OMF/impl/UARefImpl.class [jar] adding entry com/orci/xsd/OMF/impl/UARefTypeImpl$Unmarshaller= =2Eclass [jar] adding entry com/orci/xsd/OMF/impl/UARefTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/VALIDImpl$Unmarshaller.cla= ss [jar] adding entry com/orci/xsd/OMF/impl/VALIDImpl.class [jar] adding entry com/orci/xsd/OMF/impl/VALIDTypeImpl$Unmarshaller= =2Eclass [jar] adding entry com/orci/xsd/OMF/impl/VALIDTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/VARImpl$Unmarshaller.class= [jar] adding entry com/orci/xsd/OMF/impl/VARImpl.class [jar] adding entry com/orci/xsd/OMF/impl/VARTypeImpl$Unmarshaller.c= lass [jar] adding entry com/orci/xsd/OMF/impl/VARTypeImpl.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/AbstractUnmarshall= ingEventHandlerImpl.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/ContentHandlerAdap= tor.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/DefaultJAXBContext= Impl.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/Discarder.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/ErrorHandlerAdapto= r.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/GrammarInfo.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/GrammarInfoFacade$= 1.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/GrammarInfoFacade.= class [jar] adding entry com/orci/xsd/OMF/impl/runtime/GrammarInfoImpl.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/runtime/InterningUnmarshal= lerHandler.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/MSVValidator.class= [jar] adding entry com/orci/xsd/OMF/impl/runtime/MarshallerImpl.cla= ss [jar] adding entry com/orci/xsd/OMF/impl/runtime/NamespaceContext2.= class [jar] adding entry com/orci/xsd/OMF/impl/runtime/NamespaceContextIm= pl.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/PrefixCallback.cla= ss [jar] adding entry com/orci/xsd/OMF/impl/runtime/SAXMarshaller$1.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/runtime/SAXMarshaller$2.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/runtime/SAXMarshaller$3.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/runtime/SAXMarshaller.clas= s [jar] adding entry com/orci/xsd/OMF/impl/runtime/SAXUnmarshallerHan= dler.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/SAXUnmarshallerHan= dlerImpl.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/UnmarshallableObje= ct.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/UnmarshallerImpl.c= lass [jar] adding entry com/orci/xsd/OMF/impl/runtime/UnmarshallingConte= xt.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/UnmarshallingEvent= Handler.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/UnmarshallingEvent= HandlerAdaptor.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/Util.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/ValidatableObject.= class [jar] adding entry com/orci/xsd/OMF/impl/runtime/ValidatingUnmarsha= ller.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/ValidationContext.= class [jar] adding entry com/orci/xsd/OMF/impl/runtime/ValidatorImpl$Even= tInterceptor.class [jar] adding entry com/orci/xsd/OMF/impl/runtime/ValidatorImpl.clas= s [jar] adding entry com/orci/xsd/OMF/impl/runtime/XMLSerializable.cl= ass [jar] adding entry com/orci/xsd/OMF/impl/runtime/XMLSerializer.clas= s [jar] adding entry com/orci/xsd/OMF/jaxb.properties all: BUILD SUCCESSFUL Total time: 59 seconds --------------000708030704060407020508-- From [email protected] Tue Nov 21 22:17:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68723 invoked from network); 21 Nov 2006 22:17:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Nov 2006 22:17:08 -0000 Received: (qmail 15298 invoked by uid 500); 21 Nov 2006 22:17:18 -0000 Delivered-To: [email protected] Received: (qmail 15278 invoked by uid 500); 21 Nov 2006 22: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15269 invoked by uid 99); 21 Nov 2006 22:17:18 -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 14:17:18 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 14:17:06 -0800 Received: by nf-out-0910.google.com with SMTP id a4so318343nfc for <[email protected]>; Tue, 21 Nov 2006 14:16:45 -0800 (PST) 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=phdJZN1BOXQKDMSGQDsgIXvAfTPoJQLy9UEp5q+wn9zcfF4ONz4bJRtAj1sGtoA4925b7wrYZME8OmT2O2jg5bUCbYva8BMrht6hB29I5XBMcf9LlX5LAFTzgc3BQlUFuHOZhGnew04u8cW53ImQpdSoi9zcBUIlxlai40moTrE= Received: by 161.129.204.104 with SMTP id o4mr765800bud.1164147404185; Tue, 21 Nov 2006 14:16:44 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 21 Nov 2006 14:16:43 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 21 Nov 2006 23:16:43 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: 1.4.1 Resolve Slowness In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_93759_25325833.1164147403871" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_93759_25325833.1164147403871 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/21/06, David R Robison <[email protected]> wrote: > > I'm attaching the log from the "ant -d". The following, from the log, > looks interesting: > > [ivy:retrieve] using default-chain to resolve [ xmlBlaster | > xmlBlaster | 1.4 ] > [ivy:retrieve] default-chain: no latest strategy defined: using default > [ivy:retrieve] orci: no namespace defined: using system > [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher > [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster > | 1.4 ] (resolved by orci): > > C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy- > 1.4.xml > [ivy:retrieve] orci: found revision in cache: [ xmlBlaster | > xmlBlaster | 1.4 ] (resolved by orci): but it's a default one, maybe we > can find a better one > [ivy:retrieve] orci: no latest strategy defined: using default > [ivy:retrieve] trying > > http://www.openroadsconsulting.com/maven/xmlBlaster/jars/xmlBlaster-1.4.jar > [ivy:retrieve] orci: no ivy file found for [ xmlBlaster | xmlBlaster > | 1.4 ]: using default data > [ivy:retrieve] tried no ivy pattern => no attempt to find module > descriptor file for [ xmlBlaster | xmlBlaster | 1.4 ] > [ivy:retrieve] checking [ xmlBlaster | xmlBlaster | 1.4 ][default] > from orci against null > [ivy:retrieve] module revision kept as first found: [ xmlBlaster | > xmlBlaster | 1.4 ][default] from orci > [ivy:retrieve] ibiblio: no namespace defined: using system > [ivy:retrieve] pre 1.3 ivy file: using exactOrRegexp as default matcher > [ivy:retrieve] found ivy file in cache for [ xmlBlaster | xmlBlaster > | 1.4 ] (resolved by orci): > > C:\Workspaces\DataGateway\DataGateway-VDOT-OnCall-Task36\ivy\ivy-cache\xmlBlaster\xmlBlaster\ivy- > 1.4.xml > [ivy:retrieve] found module in cache but with a different resolver: > discarding: [ xmlBlaster | xmlBlaster | 1.4 ] > > > It finds it in the cache but thinks there may be a better one so it > keeps looking. It eventually scans through all the configured > repositories and ends up using the one in the cache. Does anyone know > why it would not just use the one in the cache? Does this help any? OK, the problem is due to a modification in Ivy 1.4 which has a bad side effect in your case. When Ivy find a default module descriptor (i.e. a module descriptor generated because there is no ivy file for a module), then in a chain it checks if there is no other element in the chain with a real ivy file. This is the cause of your performance problem I think, so the only workaround I see is to add an ivy file even for simple modules with only one artifact. I'd also suggest submitting an improvement request in jira, but jira is currently in read only mode until it is migrated to apache. Xavier Thanks, David > > ------=_Part_93759_25325833.1164147403871-- From [email protected] Wed Nov 22 02:57:27 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26365 invoked from network); 22 Nov 2006 02:57:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Nov 2006 02:57:26 -0000 Received: (qmail 61440 invoked by uid 500); 22 Nov 2006 02:57:35 -0000 Delivered-To: [email protected] Received: (qmail 61416 invoked by uid 500); 22 Nov 2006 02:57: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61404 invoked by uid 99); 22 Nov 2006 02:57:35 -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 18:57:35 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO mqcorpmail001.m-qube.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 18:57:22 -0800 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_01C70DE1.A1E9CC5D" Subject: newbie: cant get local and shared repository to work correctly Date: Tue, 21 Nov 2006 21:57:01 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: newbie: cant get local and shared repository to work correctly Thread-Index: AccN4eJDLaau22FLSS6cBKsl7VgSqg== From: "Robert Buck" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C70DE1.A1E9CC5D Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I want to create a public, shared, and local repository. The public repository is all set up and works. =20 Hi, =20 I have been successful in using Ivy so far. But I want to configure multiple resolvers so that: =20 1. the shared directory is located in the ${user.home}/.ivy/shared directory =20 2. the shared directory always retains copies of all artifacts resolved so that each of the multiple user owned sandboxes may share the third party libraries resolved from the public repository =20 3. the local repository is located within the sandbox so that no other sandbox may share its state =20 4. the local repository is where publications from sandbox modules go as modules are built =20 So, the point to shared repository in this model is for one individual to cache third party libraries, and to be able to resolve them from any sandbox on demand. The shared repository is not shared between users; users ought to be able to sterilize their shared repository to deal with potential corruption, and enable testing of publications between multiple sandboxes without impacting other users. =20 I have tried writing several versions of the ivyconf files, with no success.=20 =20 Could someone provide some insight to help me? =20 Am I doing something wrong? =20 Or do I have a misconception of how Ivy works? =20 On the topic of terminology, what is a cache in Ivy? Is it distinct from the shared and local repositories? How so? What is its purpose? I don't understand why it [email protected]. =20 Of note, no shared directory is ever created when files are resolved or published. Here is an excerpt of how my Ivy is configured: =20 =20 <?xml version=3D"1.0"?> <ivyconf> <conf defaultCache=3D"${workspace.root}/ivy/cache" defaultResolver=3D"default-resolver"/> <property name=3D"ivy.local.default.root" value=3D"${workspace.root}/ivy/local" override=3D"true"/> <property name=3D"ivy.local.default.ivy.pattern" value=3D"[organisation]/[module]/[revision]/[artifact].[ext]" override=3D"true"/> <property name=3D"ivy.local.default.artifact.pattern" value=3D"[organisation]/[module]/[revision]/[type]s/[artifact]-[revision]= . [ext]" override=3D"true"/> <property name=3D"ivy.shared.default.root" value=3D"${user.home}/.ivy/shared" override=3D"true"/> <property name=3D"ivy.shared.default.ivy.pattern" value=3D"[organisation]/[module]/[revision]/[artifact].[ext]" override=3D"true"/> <property name=3D"ivy.shared.default.artifact.pattern" value=3D"[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" override=3D"true"/> <resolvers> <filesystem name=3D"local-resolver"> <ivy pattern=3D"${ivy.local.default.root}/${ivy.local.default.ivy.pattern}"/> <artifact pattern=3D"${ivy.local.default.root}/${ivy.local.default.artifact.pattern= } "/> </filesystem> <filesystem name=3D"shared-resolver"> <ivy pattern=3D"${ivy.shared.default.root}/${ivy.shared.default.ivy.pattern}"/= > <artifact pattern=3D"${ivy.shared.default.root}/${ivy.shared.default.artifact.patte= r n}"/> </filesystem> <url name=3D"public-resolver"> <ivy pattern=3D"http://localhost:20080/ivyrep/[organisation]/[module]/ivy-[rev= i sion].xml"/> <artifact pattern=3D"http://localhost:20080/ivyrep/[organisation]/[module]/[revisio= n ]/[artifact].[ext]"/> <artifact pattern=3D"http://localhost:20080/ivyrep/[organisation]/[module]/[revisio= n ]/[artifact]-[revision].[ext]"/> </url> <chain name=3D"default-resolver" returnFirst=3D"true"> <resolver ref=3D"public-resolver"/> <resolver ref=3D"shared-resolver"/> <resolver ref=3D"local-resolver"/> </chain> </resolvers> </ivyconf>=20 ------_=_NextPart_001_01C70DE1.A1E9CC5D-- From [email protected] Wed Nov 22 07:48:20 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71769 invoked from network); 22 Nov 2006 07:48:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Nov 2006 07:48:20 -0000 Received: (qmail 12623 invoked by uid 500); 22 Nov 2006 07:48:30 -0000 Delivered-To: [email protected] Received: (qmail 12593 invoked by uid 500); 22 Nov 2006 07:48: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12584 invoked by uid 99); 22 Nov 2006 07:48:29 -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 23:48: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 (herse.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; Tue, 21 Nov 2006 23:48:16 -0800 Received: by ug-out-1314.google.com with SMTP id y2so105688uge for <[email protected]>; Tue, 21 Nov 2006 23:47:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole; b=AiEeyyspuMrDfc8MUR1qJdMlxHSNwtYFLPh/gBLBSuHH/ljGCNzWVSGp/y2IHKCkHnoHm2shg3UXShNFzxcpTypKJY6hzceTJkVyJ+PRwMH/PIi9eFY7IMpcpVvOw4AkIrQx4aVi7A0ePX+1uvKtJlF1JRCKhs+H/abiPta3Z4c= Received: by 161.129.204.104 with SMTP id z2mr2694313ugi.1164181674618; Tue, 21 Nov 2006 23:47:54 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id l33sm10483022ugc.2161.129.204.104.47.54; Tue, 21 Nov 2006 23:47:54 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: RE: newbie: cant get local and shared repository to work correctly Date: Wed, 22 Nov 2006 08:47:53 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF00017769C6@server1e> Thread-Index: AccN4eJDLaau22FLSS6cBKsl7VgSqgAJlnXA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Virus-Checked: Checked by ClamAV on apache.org I think you actually understand why cache exist. The ivy notion of cache is very similar to you shared repository. It is owned by a user and it cache libraries. The only difference I see is that it will also 'cache' the result of any resolve (including the artefacts that will be resolved in your local repository). Which might be a problem for you. Is It? If not (and usually it is not), I think you should try to use the ivy cache as your share repository. Note that the cache doesn't need to be specified as a resolver. It is used implicitely, and will be filled automatically when you resolve modules. Howerver, if you want to publish to it, you need to use a File resolver, or better, there is a non documented cache resolver. The cache is also used to store some meta information that you usually not have with an other repository. However, your local repository is something very different. You want a repository per project (and per user). You can implemented that with a fileresolver as you did. I'm just a little bit surprised by the chain order of your default resolver. I would expect the rever order : first local, and if the dependency is not found there, look in the shared, and only if it is not there look in the public. Gilles > -----Original Message----- > From: Robert Buck [mailto:[email protected]] > Sent: Wednesday, November 22, 2006 3:57 AM > To: [email protected] > Subject: newbie: cant get local and shared repository to work > correctly > > I want to create a public, shared, and local repository. The > public repository is all set up and works. > > Hi, > > I have been successful in using Ivy so far. But I want to > configure multiple resolvers so that: > > 1. the shared directory is located in the > ${user.home}/.ivy/shared directory > > 2. the shared directory always retains copies of all > artifacts resolved so that each of the multiple user owned > sandboxes may share the third party libraries resolved from > the public repository > > 3. the local repository is located within the sandbox so that > no other sandbox may share its state > > 4. the local repository is where publications from sandbox > modules go as modules are built > > So, the point to shared repository in this model is for one > individual to cache third party libraries, and to be able to > resolve them from any sandbox on demand. The shared > repository is not shared between users; users ought to be > able to sterilize their shared repository to deal with > potential corruption, and enable testing of publications > between multiple sandboxes without impacting other users. > > I have tried writing several versions of the ivyconf files, > with no success. > > Could someone provide some insight to help me? > > Am I doing something wrong? > > Or do I have a misconception of how Ivy works? > > On the topic of terminology, what is a cache in Ivy? Is it > distinct from the shared and local repositories? How so? What > is its purpose? I don't understand why it [email protected]. > > Of note, no shared directory is ever created when files are > resolved or published. Here is an excerpt of how my Ivy is configured: > > > <?xml version="1.0"?> > <ivyconf> > <conf defaultCache="${workspace.root}/ivy/cache" > defaultResolver="default-resolver"/> > <property name="ivy.local.default.root" > value="${workspace.root}/ivy/local" override="true"/> > <property name="ivy.local.default.ivy.pattern" > value="[organisation]/[module]/[revision]/[artifact].[ext]" > override="true"/> > <property name="ivy.local.default.artifact.pattern" > value="[organisation]/[module]/[revision]/[type]s/[artifact]-[ revision]. > [ext]" override="true"/> > <property name="ivy.shared.default.root" > value="${user.home}/.ivy/shared" override="true"/> > <property name="ivy.shared.default.ivy.pattern" > value="[organisation]/[module]/[revision]/[artifact].[ext]" > override="true"/> > <property name="ivy.shared.default.artifact.pattern" > value="[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" > override="true"/> > <resolvers> > <filesystem name="local-resolver"> > <ivy > pattern="${ivy.local.default.root}/${ivy.local.default.ivy.pattern}"/> > <artifact > pattern="${ivy.local.default.root}/${ivy.local.default.artifac t.pattern} > "/> > </filesystem> > <filesystem name="shared-resolver"> > <ivy > pattern="${ivy.shared.default.root}/${ivy.shared.default.ivy.p attern}"/> > <artifact > pattern="${ivy.shared.default.root}/${ivy.shared.default.artif act.patter > n}"/> > </filesystem> > <url name="public-resolver"> > <ivy > pattern="http://localhost:20080/ivyrep/[organisation]/[module] > /ivy-[revi > sion].xml"/> > <artifact > pattern="http://localhost:20080/ivyrep/[organisation]/[module] > /[revision > ]/[artifact].[ext]"/> > <artifact > pattern="http://localhost:20080/ivyrep/[organisation]/[module] > /[revision > ]/[artifact]-[revision].[ext]"/> > </url> > <chain name="default-resolver" returnFirst="true"> > <resolver ref="public-resolver"/> > <resolver ref="shared-resolver"/> > <resolver ref="local-resolver"/> > </chain> > </resolvers> > </ivyconf> > From [email protected] Wed Nov 22 12:18:43 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62942 invoked from network); 22 Nov 2006 12:18:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Nov 2006 12:18:42 -0000 Received: (qmail 22669 invoked by uid 500); 22 Nov 2006 12:18:51 -0000 Delivered-To: [email protected] Received: (qmail 22644 invoked by uid 500); 22 Nov 2006 12:18: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22632 invoked by uid 99); 22 Nov 2006 12:18:51 -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 04:18:51 -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 mqcorpmail001.m-qube.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 04:18:39 -0800 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: newbie: cant get local and shared repository to work correctly Date: Wed, 22 Nov 2006 07:18:14 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: newbie: cant get local and shared repository to work correctly Thread-Index: AccN4eJDLaau22FLSS6cBKsl7VgSqgAJlnXAAAm88yA= From: "Robert Buck" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Gilles, Thank you for responding. Yes, I agree that the order in the chain is backwards. Realizing that the behavior of the system is not quite what I would have expected, relative to the documentation "Configuring default resolver", I began thinking that my fundamental understanding of Ivy was wrong. So I began experimenting by adding sections, dropping sections, or reordering sections. What is curious to me is the documented chained resolvers in the tutorials. With great effort a a tiered design is implemented, but the second tier, the shared resolver, apparently has no practical effect or value. <ivyconf> <conf defaultResolver=3D"default"/> <include url=3D"${ivy.default.conf.dir}/ivyconf-public.xml"/> <include url=3D"${ivy.default.conf.dir}/ivyconf-shared.xml"/> <include url=3D"${ivy.default.conf.dir}/ivyconf-local.xml"/> <include url=3D"${ivy.default.conf.dir}/ivyconf-main-chain.xml"/> <include url=3D"${ivy.default.conf.dir}/ivyconf-default-chain.xml"/> </ivyconf> Or does it? What practical value does shared have above? It does not seem to be used in any scenario that I have yet run into. Bob -----Original Message----- From: Gilles Scokart [mailto:[email protected]]=20 Sent: Wednesday, November 22, 2006 2:48 AM To: [email protected] Subject: RE: newbie: cant get local and shared repository to work correctly I think you actually understand why cache exist. The ivy notion of cache is very similar to you shared repository. It is owned by a user and it cache libraries. The only difference I see is that it will also 'cache' the result of any resolve (including the artefacts that will be resolved in your local repository). Which might be a problem for you. Is It? If not (and usually it is not), I think you should try to use the ivy cache as your share repository. Note that the cache doesn't need to be specified as a resolver. It is used implicitely, and will be filled automatically when you resolve modules. Howerver, if you want to publish to it, you need to use a File resolver, or better, there is a non documented cache resolver. The cache is also used to store some meta information that you usually not have with an other repository. However, your local repository is something very different. You want a repository per project (and per user). You can implemented that with a fileresolver as you did. I'm just a little bit surprised by the chain order of your default resolver. I would expect the rever order : first local, and if the dependency is not found there, look in the shared, and only if it is not there look in the public. Gilles > -----Original Message----- > From: Robert Buck [mailto:[email protected]] > Sent: Wednesday, November 22, 2006 3:57 AM > To: [email protected] > Subject: newbie: cant get local and shared repository to work=20 > correctly >=20 > I want to create a public, shared, and local repository. The public=20 > repository is all set up and works. > =20 > Hi, > =20 > I have been successful in using Ivy so far. But I want to configure=20 > multiple resolvers so that: > =20 > 1. the shared directory is located in the ${user.home}/.ivy/shared=20 > directory > =20 > 2. the shared directory always retains copies of all artifacts=20 > resolved so that each of the multiple user owned sandboxes may share=20 > the third party libraries resolved from the public repository > =20 > 3. the local repository is located within the sandbox so that no other > sandbox may share its state > =20 > 4. the local repository is where publications from sandbox modules go=20 > as modules are built > =20 > So, the point to shared repository in this model is for one individual > to cache third party libraries, and to be able to resolve them from=20 > any sandbox on demand. The shared repository is not shared between=20 > users; users ought to be able to sterilize their shared repository to=20 > deal with potential corruption, and enable testing of publications=20 > between multiple sandboxes without impacting other users. > =20 > I have tried writing several versions of the ivyconf files, with no=20 > success. > =20 > Could someone provide some insight to help me? > =20 > Am I doing something wrong? > =20 > Or do I have a misconception of how Ivy works? > =20 > On the topic of terminology, what is a cache in Ivy? Is it distinct=20 > from the shared and local repositories? How so? What is its purpose? I > don't understand why it [email protected]. > =20 > Of note, no shared directory is ever created when files are resolved=20 > or published. Here is an excerpt of how my Ivy is configured: > =20 > =20 > <?xml version=3D"1.0"?> > <ivyconf> > <conf defaultCache=3D"${workspace.root}/ivy/cache" > defaultResolver=3D"default-resolver"/> > <property name=3D"ivy.local.default.root" > value=3D"${workspace.root}/ivy/local" override=3D"true"/> > <property name=3D"ivy.local.default.ivy.pattern" > value=3D"[organisation]/[module]/[revision]/[artifact].[ext]" > override=3D"true"/> > <property name=3D"ivy.local.default.artifact.pattern" > value=3D"[organisation]/[module]/[revision]/[type]s/[artifact]-[ revision]. > [ext]" override=3D"true"/> > <property name=3D"ivy.shared.default.root" > value=3D"${user.home}/.ivy/shared" override=3D"true"/> > <property name=3D"ivy.shared.default.ivy.pattern" > value=3D"[organisation]/[module]/[revision]/[artifact].[ext]" > override=3D"true"/> > <property name=3D"ivy.shared.default.artifact.pattern" > value=3D"[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" > override=3D"true"/> > <resolvers> > <filesystem name=3D"local-resolver"> > <ivy > = pattern=3D"${ivy.local.default.root}/${ivy.local.default.ivy.pattern}"/> > <artifact > pattern=3D"${ivy.local.default.root}/${ivy.local.default.artifac t.pattern} > "/> > </filesystem> > <filesystem name=3D"shared-resolver"> > <ivy > pattern=3D"${ivy.shared.default.root}/${ivy.shared.default.ivy.p attern}"/> > <artifact > pattern=3D"${ivy.shared.default.root}/${ivy.shared.default.artif act.patter > n}"/> > </filesystem> > <url name=3D"public-resolver"> > <ivy > pattern=3D"http://localhost:20080/ivyrep/[organisation]/[module] > /ivy-[revi > sion].xml"/> > <artifact > pattern=3D"http://localhost:20080/ivyrep/[organisation]/[module] > /[revision > ]/[artifact].[ext]"/> > <artifact > pattern=3D"http://localhost:20080/ivyrep/[organisation]/[module] > /[revision > ]/[artifact]-[revision].[ext]"/> > </url> > <chain name=3D"default-resolver" returnFirst=3D"true"> > <resolver ref=3D"public-resolver"/> > <resolver ref=3D"shared-resolver"/> > <resolver ref=3D"local-resolver"/> > </chain> > </resolvers> > </ivyconf> >=20 From [email protected] Wed Nov 22 12:22:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63715 invoked from network); 22 Nov 2006 12:22:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Nov 2006 12:22:44 -0000 Received: (qmail 31155 invoked by uid 500); 22 Nov 2006 12:22:54 -0000 Delivered-To: [email protected] Received: (qmail 31128 invoked by uid 500); 22 Nov 2006 12:22: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31119 invoked by uid 99); 22 Nov 2006 12:22:53 -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 04:22:53 -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 mqcorpmail001.m-qube.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 04:22:41 -0800 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: newbie: cant get local and shared repository to work correctly Date: Wed, 22 Nov 2006 07:22:17 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: newbie: cant get local and shared repository to work correctly Thread-Index: AccN4eJDLaau22FLSS6cBKsl7VgSqgAJlnXAAAm88yAAAFGmIA== From: "Robert Buck" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org It would seem to me that the layering of resolvers/repositories is really: - public (http) --> cache (per machine, per user) <--> local (per sandbox) But I am not sure where shared resides, and when/how it is created or used. Bob -----Original Message----- From: Robert Buck [mailto:[email protected]]=20 Sent: Wednesday, November 22, 2006 7:18 AM To: [email protected] Subject: RE: newbie: cant get local and shared repository to work correctly Gilles, Thank you for responding. Yes, I agree that the order in the chain is backwards. Realizing that the behavior of the system is not quite what I would have expected, relative to the documentation "Configuring default resolver", I began thinking that my fundamental understanding of Ivy was wrong. So I began experimenting by adding sections, dropping sections, or reordering sections. What is curious to me is the documented chained resolvers in the tutorials. With great effort a a tiered design is implemented, but the second tier, the shared resolver, apparently has no practical effect or value. <ivyconf> <conf defaultResolver=3D"default"/> <include url=3D"${ivy.default.conf.dir}/ivyconf-public.xml"/> <include url=3D"${ivy.default.conf.dir}/ivyconf-shared.xml"/> <include url=3D"${ivy.default.conf.dir}/ivyconf-local.xml"/> <include url=3D"${ivy.default.conf.dir}/ivyconf-main-chain.xml"/> <include url=3D"${ivy.default.conf.dir}/ivyconf-default-chain.xml"/> </ivyconf> Or does it? What practical value does shared have above? It does not seem to be used in any scenario that I have yet run into. Bob -----Original Message----- From: Gilles Scokart [mailto:[email protected]] Sent: Wednesday, November 22, 2006 2:48 AM To: [email protected] Subject: RE: newbie: cant get local and shared repository to work correctly I think you actually understand why cache exist. The ivy notion of cache is very similar to you shared repository. It is owned by a user and it cache libraries. The only difference I see is that it will also 'cache' the result of any resolve (including the artefacts that will be resolved in your local repository). Which might be a problem for you. Is It? If not (and usually it is not), I think you should try to use the ivy cache as your share repository. Note that the cache doesn't need to be specified as a resolver. It is used implicitely, and will be filled automatically when you resolve modules. Howerver, if you want to publish to it, you need to use a File resolver, or better, there is a non documented cache resolver. The cache is also used to store some meta information that you usually not have with an other repository. However, your local repository is something very different. You want a repository per project (and per user). You can implemented that with a fileresolver as you did. I'm just a little bit surprised by the chain order of your default resolver. I would expect the rever order : first local, and if the dependency is not found there, look in the shared, and only if it is not there look in the public. Gilles > -----Original Message----- > From: Robert Buck [mailto:[email protected]] > Sent: Wednesday, November 22, 2006 3:57 AM > To: [email protected] > Subject: newbie: cant get local and shared repository to work=20 > correctly >=20 > I want to create a public, shared, and local repository. The public=20 > repository is all set up and works. > =20 > Hi, > =20 > I have been successful in using Ivy so far. But I want to configure=20 > multiple resolvers so that: > =20 > 1. the shared directory is located in the ${user.home}/.ivy/shared=20 > directory > =20 > 2. the shared directory always retains copies of all artifacts=20 > resolved so that each of the multiple user owned sandboxes may share=20 > the third party libraries resolved from the public repository > =20 > 3. the local repository is located within the sandbox so that no other > sandbox may share its state > =20 > 4. the local repository is where publications from sandbox modules go=20 > as modules are built > =20 > So, the point to shared repository in this model is for one individual > to cache third party libraries, and to be able to resolve them from=20 > any sandbox on demand. The shared repository is not shared between=20 > users; users ought to be able to sterilize their shared repository to=20 > deal with potential corruption, and enable testing of publications=20 > between multiple sandboxes without impacting other users. > =20 > I have tried writing several versions of the ivyconf files, with no=20 > success. > =20 > Could someone provide some insight to help me? > =20 > Am I doing something wrong? > =20 > Or do I have a misconception of how Ivy works? > =20 > On the topic of terminology, what is a cache in Ivy? Is it distinct=20 > from the shared and local repositories? How so? What is its purpose? I > don't understand why it [email protected]. > =20 > Of note, no shared directory is ever created when files are resolved=20 > or published. Here is an excerpt of how my Ivy is configured: > =20 > =20 > <?xml version=3D"1.0"?> > <ivyconf> > <conf defaultCache=3D"${workspace.root}/ivy/cache" > defaultResolver=3D"default-resolver"/> > <property name=3D"ivy.local.default.root" > value=3D"${workspace.root}/ivy/local" override=3D"true"/> > <property name=3D"ivy.local.default.ivy.pattern" > value=3D"[organisation]/[module]/[revision]/[artifact].[ext]" > override=3D"true"/> > <property name=3D"ivy.local.default.artifact.pattern" > value=3D"[organisation]/[module]/[revision]/[type]s/[artifact]-[ revision]. > [ext]" override=3D"true"/> > <property name=3D"ivy.shared.default.root" > value=3D"${user.home}/.ivy/shared" override=3D"true"/> > <property name=3D"ivy.shared.default.ivy.pattern" > value=3D"[organisation]/[module]/[revision]/[artifact].[ext]" > override=3D"true"/> > <property name=3D"ivy.shared.default.artifact.pattern" > value=3D"[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" > override=3D"true"/> > <resolvers> > <filesystem name=3D"local-resolver"> > <ivy > = pattern=3D"${ivy.local.default.root}/${ivy.local.default.ivy.pattern}"/> > <artifact > pattern=3D"${ivy.local.default.root}/${ivy.local.default.artifac t.pattern} > "/> > </filesystem> > <filesystem name=3D"shared-resolver"> > <ivy > pattern=3D"${ivy.shared.default.root}/${ivy.shared.default.ivy.p attern}"/> > <artifact > pattern=3D"${ivy.shared.default.root}/${ivy.shared.default.artif act.patter > n}"/> > </filesystem> > <url name=3D"public-resolver"> > <ivy > pattern=3D"http://localhost:20080/ivyrep/[organisation]/[module] > /ivy-[revi > sion].xml"/> > <artifact > pattern=3D"http://localhost:20080/ivyrep/[organisation]/[module] > /[revision > ]/[artifact].[ext]"/> > <artifact > pattern=3D"http://localhost:20080/ivyrep/[organisation]/[module] > /[revision > ]/[artifact]-[revision].[ext]"/> > </url> > <chain name=3D"default-resolver" returnFirst=3D"true"> > <resolver ref=3D"public-resolver"/> > <resolver ref=3D"shared-resolver"/> > <resolver ref=3D"local-resolver"/> > </chain> > </resolvers> > </ivyconf> >=20 From [email protected] Wed Nov 22 12:34:46 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66601 invoked from network); 22 Nov 2006 12:34:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Nov 2006 12:34:46 -0000 Received: (qmail 45689 invoked by uid 500); 22 Nov 2006 12:34:56 -0000 Delivered-To: [email protected] Received: (qmail 45673 invoked by uid 500); 22 Nov 2006 12:34: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45661 invoked by uid 99); 22 Nov 2006 12:34:56 -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 04:34: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 (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO hu-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 04:34:42 -0800 Received: by hu-out-0506.google.com with SMTP id 28so1408016hug for <[email protected]>; Wed, 22 Nov 2006 04:34:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole; b=UbZv1/vz9353Nz61n4n8r789WE6ymieYUF1WAFAEqHfd/Og7HfzntmNKMon3nzRXgj+b/mVgJpB9v3LSUBz5GC6XHjutLHQOhp8151SohFcarxvbRviAjsBab1yq089g+sqCcgn/UtRj5xzQjqrLExnFgmmhi1z7JIgsM2BIpHc= Received: by 161.129.204.104 with SMTP id q2mr2859216ugh.1164198860203; Wed, 22 Nov 2006 04:34:20 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id 28sm10735962ugc.2161.129.204.104.34.18; Wed, 22 Nov 2006 04:34:19 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: RE: newbie: cant get local and shared repository to work correctly Date: Wed, 22 Nov 2006 13:34:17 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF0001776A3C@server1e> Thread-Index: AccN4eJDLaau22FLSS6cBKsl7VgSqgAJlnXAAAm88yAAAKmJkA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Virus-Checked: Checked by ClamAV on apache.org Maybe your problems come from the fact that what is named "shared" in the ivy doc is different than what you call shared. The shared repository (in the ivy doc) is a repository shared by different developers. If you know maven, it is the same as the SNAPSHOT repository. It's a repository containing the result of 'non-release' build that the developpers want to share. It can be propulated by a nightly/continuous build or manually by the developpers that want to publish an temporary version of their module so that the other developpers might use it. Gilles > -----Original Message----- > From: Robert Buck [mailto:[email protected]] > Sent: Wednesday, November 22, 2006 1:18 PM > To: [email protected] > Subject: RE: newbie: cant get local and shared repository to > work correctly > > Gilles, > > Thank you for responding. Yes, I agree that the order in the > chain is backwards. Realizing that the behavior of the system > is not quite what I would have expected, relative to the > documentation "Configuring default resolver", I began > thinking that my fundamental understanding of Ivy was wrong. > So I began experimenting by adding sections, dropping > sections, or reordering sections. > > What is curious to me is the documented chained resolvers in > the tutorials. With great effort a a tiered design is > implemented, but the second tier, the shared resolver, > apparently has no practical effect or value. > > <ivyconf> > <conf defaultResolver="default"/> > <include url="${ivy.default.conf.dir}/ivyconf-public.xml"/> > <include url="${ivy.default.conf.dir}/ivyconf-shared.xml"/> > <include url="${ivy.default.conf.dir}/ivyconf-local.xml"/> > <include url="${ivy.default.conf.dir}/ivyconf-main-chain.xml"/> > <include url="${ivy.default.conf.dir}/ivyconf-default-chain.xml"/> > </ivyconf> > > Or does it? What practical value does shared have above? It > does not seem to be used in any scenario that I have yet run into. > > Bob > > -----Original Message----- > From: Gilles Scokart [mailto:[email protected]] > Sent: Wednesday, November 22, 2006 2:48 AM > To: [email protected] > Subject: RE: newbie: cant get local and shared repository to > work correctly > > I think you actually understand why cache exist. The ivy > notion of cache is very similar to you shared repository. It > is owned by a user and it cache libraries. > > The only difference I see is that it will also 'cache' the > result of any resolve (including the artefacts that will be > resolved in your local > repository). Which might be a problem for you. Is It? If not (and > usually it is not), I think you should try to use the ivy > cache as your share repository. Note that the cache doesn't > need to be specified as a resolver. It is used implicitely, > and will be filled automatically when you > resolve modules. Howerver, if you want to publish to it, you need to > use a > File resolver, or better, there is a non documented cache resolver. > > The cache is also used to store some meta information that > you usually not have with an other repository. > > However, your local repository is something very different. > You want a repository per project (and per user). You can > implemented that with a fileresolver as you did. > > I'm just a little bit surprised by the chain order of your > default resolver. > I would expect the rever order : first local, and if the > dependency is not found there, look in the shared, and only > if it is not there look in the public. > > > > Gilles > > > -----Original Message----- > > From: Robert Buck [mailto:[email protected]] > > Sent: Wednesday, November 22, 2006 3:57 AM > > To: [email protected] > > Subject: newbie: cant get local and shared repository to work > > correctly > > > > I want to create a public, shared, and local repository. The public > > repository is all set up and works. > > > > Hi, > > > > I have been successful in using Ivy so far. But I want to configure > > multiple resolvers so that: > > > > 1. the shared directory is located in the ${user.home}/.ivy/shared > > directory > > > > 2. the shared directory always retains copies of all artifacts > > resolved so that each of the multiple user owned sandboxes > may share > > the third party libraries resolved from the public repository > > > > 3. the local repository is located within the sandbox so > that no other > > > sandbox may share its state > > > > 4. the local repository is where publications from sandbox > modules go > > as modules are built > > > > So, the point to shared repository in this model is for one > individual > > > to cache third party libraries, and to be able to resolve them from > > any sandbox on demand. The shared repository is not shared between > > users; users ought to be able to sterilize their shared > repository to > > deal with potential corruption, and enable testing of publications > > between multiple sandboxes without impacting other users. > > > > I have tried writing several versions of the ivyconf files, with no > > success. > > > > Could someone provide some insight to help me? > > > > Am I doing something wrong? > > > > Or do I have a misconception of how Ivy works? > > > > On the topic of terminology, what is a cache in Ivy? Is it distinct > > from the shared and local repositories? How so? What is its > purpose? I > > > don't understand why it [email protected]. > > > > Of note, no shared directory is ever created when files are > resolved > > or published. Here is an excerpt of how my Ivy is configured: > > > > > > <?xml version="1.0"?> > > <ivyconf> > > <conf defaultCache="${workspace.root}/ivy/cache" > > defaultResolver="default-resolver"/> > > <property name="ivy.local.default.root" > > value="${workspace.root}/ivy/local" override="true"/> > > <property name="ivy.local.default.ivy.pattern" > > value="[organisation]/[module]/[revision]/[artifact].[ext]" > > override="true"/> > > <property name="ivy.local.default.artifact.pattern" > > value="[organisation]/[module]/[revision]/[type]s/[artifact]-[ > revision]. > > [ext]" override="true"/> > > <property name="ivy.shared.default.root" > > value="${user.home}/.ivy/shared" override="true"/> > > <property name="ivy.shared.default.ivy.pattern" > > value="[organisation]/[module]/[revision]/[artifact].[ext]" > > override="true"/> > > <property name="ivy.shared.default.artifact.pattern" > > value="[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" > > override="true"/> > > <resolvers> > > <filesystem name="local-resolver"> > > <ivy > > > pattern="${ivy.local.default.root}/${ivy.local.default.ivy.pattern}"/> > > <artifact > > pattern="${ivy.local.default.root}/${ivy.local.default.artifac > t.pattern} > > "/> > > </filesystem> > > <filesystem name="shared-resolver"> > > <ivy > > pattern="${ivy.shared.default.root}/${ivy.shared.default.ivy.p > attern}"/> > > <artifact > > pattern="${ivy.shared.default.root}/${ivy.shared.default.artif > act.patter > > n}"/> > > </filesystem> > > <url name="public-resolver"> > > <ivy > > pattern="http://localhost:20080/ivyrep/[organisation]/[module] > > /ivy-[revi > > sion].xml"/> > > <artifact > > pattern="http://localhost:20080/ivyrep/[organisation]/[module] > > /[revision > > ]/[artifact].[ext]"/> > > <artifact > > pattern="http://localhost:20080/ivyrep/[organisation]/[module] > > /[revision > > ]/[artifact]-[revision].[ext]"/> > > </url> > > <chain name="default-resolver" returnFirst="true"> > > <resolver ref="public-resolver"/> > > <resolver ref="shared-resolver"/> > > <resolver ref="local-resolver"/> > > </chain> > > </resolvers> > > </ivyconf> > > > From [email protected] Wed Nov 22 12:52:25 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70988 invoked from network); 22 Nov 2006 12:52:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Nov 2006 12:52:25 -0000 Received: (qmail 70065 invoked by uid 500); 22 Nov 2006 12:52:34 -0000 Delivered-To: [email protected] Received: (qmail 70041 invoked by uid 500); 22 Nov 2006 12: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70032 invoked by uid 99); 22 Nov 2006 12:52:34 -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 04:52:34 -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 mqcorpmail001.m-qube.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 04:52:21 -0800 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: public repositories: what is best practice for, how do you do, ... Date: Wed, 22 Nov 2006 07:51:51 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: public repositories: what is best practice for, how do you do, ... Thread-Index: AccONPsnxzTNmz8SQD2urzKDZyyRMw== From: "Robert Buck" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi =20 I set up my own public repository. It works great, but until now I have only dealt with very simple content and structures (one directory and single jars). =20 In general, what is the best way to handle declaring publications and declaring dependencies, when there exists several jars, in some subdirectory, jars not named after the product. =20 For instance: =20 |-----ws | |---commons | | |---util | | |---1.0.1 | | |---lib (ws-commons-util-1.0.1.jar) | |---xmlrpc | |---3.0 | |---lib (many jars) |--xerces-j |---2.8.1 (resolver.jar, xercesImpl.jar, xml-apis.jar) I have two questions... 1. When I try to resolve the third party product, xerces-j, Ivy indicates that it is trying to resolve jars named xerces-j.jar! But, <ivy-module version=3D"1.0"> <info organisation=3D"apache" module=3D"xerces-j" revision=3D"2.8.1" status=3D"release" publication=3D"20060914060200"> <license name=3D"Apache" url=3D"http://www.apache.org/licenses/LICENSE-2.0.txt"/> <ivyauthor name=3D"VeriSign" url=3D"http://www.verisign.com/"/> <repository name=3D"ivyrep" url=3D"http://localhost:20080/ivyrep/" pattern=3D"[organisation]/[module]/ivy-[revision].xml" ivys=3D"true" artifacts=3D"true"/> <description homepage=3D"http://xerces.apache.org/xerces-j/">Xerces2 Java is a high performance, fully compliant XML parser.<br/></description> </info> <configurations> <conf name=3D"default" description=3D"for minimal use"/> </configurations> <publications> <artifact name=3D"xercesImpl" type=3D"jar" conf=3D"default"/> </publications> </ivy-module> Declares that xercesImpl.jar is the publication. 2. It turns out that xmlrpc depends upon ws-commons-util, and each of these products as provided by apache stores the jars in a lib directory. I would like to preserve the directory structure as provided by the vendor, in this case Apache (keep the jars in the lib directory). How do you declare publications in this case, and declare dependencies? I have not been able to get this to work. In a nutshell, I'd like to be able to declare a publication in a respository by indicating a subdirectory to look in, and the regular expression pattern for the specific jar files to match. 3. In general, I'd like to be able to declare different classes of publications in the public repository: doc, jars, all. Have 'docs' so developers can download doc on demand only. Have 'jars' so the product may be compiled. Have 'all' so we can bring down a full product which may be comprised of shell scripts, jars, docs, and the like. Bob From [email protected] Wed Nov 22 13:20:57 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78212 invoked from network); 22 Nov 2006 13:20:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Nov 2006 13:20:57 -0000 Received: (qmail 23900 invoked by uid 500); 22 Nov 2006 13:21:05 -0000 Delivered-To: [email protected] Received: (qmail 23876 invoked by uid 500); 22 Nov 2006 13:21: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23860 invoked by uid 99); 22 Nov 2006 13:21:05 -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 05:21:05 -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 (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO hu-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 05:20:52 -0800 Received: by hu-out-0506.google.com with SMTP id 28so1417487hug for <[email protected]>; Wed, 22 Nov 2006 05:20:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole; b=QMRUTq0LU/pcA7TqKNxS0LJUt5TSDcTjmqd6t6dNVGQatRWVp1K9vWDTsuTrZt41S+utmg4oBtYVR6sM5sbCuSQHwTdlg8GTS9KxG4lb9SRAMsgfETIuU4wueljLE1LD93tDQ8kb0DGMIFI7SSCtJK0A7mRwTgQPYSLFLdRU04Y= Received: by 161.129.204.104 with SMTP id i3mr2953639ugm.1164201630932; Wed, 22 Nov 2006 05:20:30 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id x33sm10798925ugc.2161.129.204.104.20.29; Wed, 22 Nov 2006 05:20:30 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: RE: public repositories: what is best practice for, how do you do, ... Date: Wed, 22 Nov 2006 14:20:26 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF0001776A45@server1e> Thread-Index: AccONPsnxzTNmz8SQD2urzKDZyyRMwAAa/lg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Virus-Checked: Checked by ClamAV on apache.org Robert, 0. I'm not sure what is better : always keep the version numbers in the filenames in your repository or just placing them in a directory with the version numbers. I have even no idea of any pros/cons in favor of one or the other solution. 1. My first idea is that your ivy file is never read. In that case, ivy search for a jave named 'module'.jar. 2. It looks like you want actually one repository per third party product each one containing all its dependencies. It is unusual. The problem that you will have is when you need a jar contained as a lib in two third party product. Which one should be used? You might also have problems to maintain all the meta-data. 3. You can play with type of artefacts or with configurations. By using the types, you can ask to retrieve all artefacts of the type 'doc' or 'jar' or both. The difference with configurations is that you can have different dependencies. Gilles > -----Original Message----- > From: Robert Buck [mailto:[email protected]] > Sent: Wednesday, November 22, 2006 1:52 PM > To: [email protected] > Subject: public repositories: what is best practice for, how > do you do, ... > > Hi > > I set up my own public repository. It works great, but until > now I have only dealt with very simple content and structures > (one directory and single jars). > > In general, what is the best way to handle declaring > publications and declaring dependencies, when there exists > several jars, in some subdirectory, jars not named after the product. > > For instance: > > |-----ws > | |---commons > | | |---util > | | |---1.0.1 > | | |---lib (ws-commons-util-1.0.1.jar) > | |---xmlrpc > | |---3.0 > | |---lib (many jars) > |--xerces-j > |---2.8.1 (resolver.jar, xercesImpl.jar, xml-apis.jar) > > I have two questions... > > 1. When I try to resolve the third party product, xerces-j, > Ivy indicates that it is trying to resolve jars named > xerces-j.jar! But, > > <ivy-module version="1.0"> > <info organisation="apache" module="xerces-j" revision="2.8.1" > status="release" publication="20060914060200"> > <license name="Apache" > url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> > <ivyauthor name="VeriSign" url="http://www.verisign.com/"/> > <repository name="ivyrep" url="http://localhost:20080/ivyrep/" > pattern="[organisation]/[module]/ivy-[revision].xml" ivys="true" > artifacts="true"/> > <description homepage="http://xerces.apache.org/xerces-j/">Xerces2 > Java is a high performance, fully compliant XML > parser.<br/></description> > </info> > <configurations> > <conf name="default" description="for minimal use"/> > </configurations> > <publications> > <artifact name="xercesImpl" type="jar" conf="default"/> > </publications> > </ivy-module> > > Declares that xercesImpl.jar is the publication. > > 2. It turns out that xmlrpc depends upon ws-commons-util, and > each of these products as provided by apache stores the jars > in a lib directory. > I would like to preserve the directory structure as provided > by the vendor, in this case Apache (keep the jars in the lib > directory). How do you declare publications in this case, and > declare dependencies? I have not been able to get this to > work. In a nutshell, I'd like to be able to declare a > publication in a respository by indicating a subdirectory to > look in, and the regular expression pattern for the specific > jar files to match. > > 3. In general, I'd like to be able to declare different > classes of publications in the public repository: doc, jars, > all. Have 'docs' so developers can download doc on demand > only. Have 'jars' so the product may be compiled. Have 'all' > so we can bring down a full product which may be comprised of > shell scripts, jars, docs, and the like. > > Bob > > From [email protected] Thu Nov 23 14:08:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17295 invoked from network); 23 Nov 2006 14:08:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Nov 2006 14:08:43 -0000 Received: (qmail 44219 invoked by uid 500); 23 Nov 2006 14:08:53 -0000 Delivered-To: [email protected] Received: (qmail 44194 invoked by uid 500); 23 Nov 2006 14:08: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44166 invoked by uid 99); 23 Nov 2006 14:08:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 06:08:53 -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 wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 06:08:40 -0800 Received: by wx-out-0506.google.com with SMTP id i26so577254wxd for <[email protected]>; Thu, 23 Nov 2006 06:08:19 -0800 (PST) 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=Di3Oijh5lzD4mffQx09zjd4Gn2QXimUgyREafobOqXl8zg5xlDO8M+VhNTTqBHH1wWrIvpOIqDG0JxK3nj7bCn2GNf8/0abFTI/nimJKSSDfMaXh91g3kVRxEPHnym1f6xWcPHMm70KmEccxUBfWIehEYg58l1x4Rtnm3Xlm+YQ= Received: by 161.129.204.104 with SMTP id l18mr7656411agc.1164290899500; Thu, 23 Nov 2006 06:08:19 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 23 Nov 2006 06:08:19 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 23 Nov 2006 16:08:19 +0200 From: easyproglife <[email protected]> To: ivy-user <[email protected]> Subject: Problems using 'branch' attribute MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_128663_806597.1164290899452" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_128663_806597.1164290899452 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi. I have module A depends on module B. I created a branch called "fixes" for module B, and set the branch name in B's ivy.xml 'info' element 'branch' attribute. I have published a new version of "branched" B. Then I have published a new "normal" (not branch) version of B. Now, from A I also set a 'branch' attribute on the 'dependency' element that uses B. The revision is 'latest.integration'. I would expect the "branched" version of B to be taken, but I am getting the "normal" version of B. Is it because of the "latest.integration" revision? As i understand, the "branch" attribute is there to filter out all versions that are not of that branch. Am I wrong? Where is my mistake? (Or is it a bug?) Thanks, easyproglife. ------=_Part_128663_806597.1164290899452-- From [email protected] Thu Nov 23 14:18:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19402 invoked from network); 23 Nov 2006 14:18:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Nov 2006 14:18:50 -0000 Received: (qmail 57950 invoked by uid 500); 23 Nov 2006 14:18:59 -0000 Delivered-To: [email protected] Received: (qmail 57919 invoked by uid 500); 23 Nov 2006 14:18: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57900 invoked by uid 99); 23 Nov 2006 14:18:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 06:18: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 (herse.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; Thu, 23 Nov 2006 06:18:46 -0800 Received: by ug-out-1314.google.com with SMTP id y2so556968uge for <[email protected]>; Thu, 23 Nov 2006 06:18:24 -0800 (PST) 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=HzumcTR7+D6iTgO8ZhMgvR9GpjJIpsUz9PffDYup3C/sNFv1cgty8bxGmMQJGqiVvfpBFODkhqYZWwqRLudkMRHf746PcDl+FCkDtZmuOOpVCVgr9wbPBhfnpdyJcbc8wLE0pKaO5WGTEIBEnFcicd7YwJVeyqzudahPvsUckGE= Received: by 161.129.204.104 with SMTP id x2mr1437179bue.1164291503911; Thu, 23 Nov 2006 06:18:23 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 23 Nov 2006 06:18:23 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 23 Nov 2006 15:18:23 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: Problems using 'branch' attribute In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14070_20100194.1164291503880" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_14070_20100194.1164291503880 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/23/06, easyproglife <[email protected]> wrote: > > Hi. > > I have module A depends on module B. > > I created a branch called "fixes" for module B, and set the branch name in > B's ivy.xml 'info' element 'branch' attribute. > > I have published a new version of "branched" B. > > Then I have published a new "normal" (not branch) version of B. > > > Now, from A I also set a 'branch' attribute on the 'dependency' element > that > uses B. The revision is 'latest.integration'. > > I would expect the "branched" version of B to be taken, but I am getting > the > "normal" version of B. > > Is it because of the "latest.integration" revision? > As i understand, the "branch" attribute is there to filter out all > versions > that are not of that branch. The filtering on the branch in current version of Ivy is only done if you use branch as part of your repository pattern. The problem if you don't have the branch in your pattern (either in a directory name or file name) is that Ivy would have to dowload and parse several Ivy files to find the appropriate version (as when you use latest.milestone for example). So you can ask for an improvement in this area, but I think this should be marked as a good practice to use branch in the pattern anyway. Xavier Am I wrong? > > Where is my mistake? (Or is it a bug?) > > Thanks, > easyproglife. > > ------=_Part_14070_20100194.1164291503880-- From [email protected] Fri Nov 24 10:50:10 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76226 invoked from network); 24 Nov 2006 10:50:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Nov 2006 10:50:08 -0000 Received: (qmail 17511 invoked by uid 500); 24 Nov 2006 10:50:09 -0000 Delivered-To: [email protected] Received: (qmail 17461 invoked by uid 500); 24 Nov 2006 10: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17439 invoked by uid 99); 24 Nov 2006 10:50:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Nov 2006 02:50:08 -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 ug-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Nov 2006 02:49:54 -0800 Received: by ug-out-1314.google.com with SMTP id y2so790956uge for <[email protected]>; Fri, 24 Nov 2006 02:49:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:x-mailer:x-mimeole:thread-index; b=X/ngRazsDKlOzmzd2ZTvrAhjIXkdd6cK02qzDEjYpflPJoqUeBR26q4vSa3H2OBowIMj5C1bn8r3GXr0CySOUVsCorboLIO1tpqAgoZKKwiPj5T6460STszqcn8vAbfKNqThBoD/yfdwVJHuBi9z6nAX99OQ0xob25AqkzocL4w= Received: by 161.129.204.104 with SMTP id y15mr4086858ugm.1164365373615; Fri, 24 Nov 2006 02:49:33 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id b35sm10678509ugd.2161.129.204.104.49.33; Fri, 24 Nov 2006 02:49:33 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: 1.4.1 incompatibility with 1.4.0 ? Date: Fri, 24 Nov 2006 11:49:32 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01C70FBE.9BA78B40" X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AccPtjktboIa1i9LToyYPJpDbqnYGQ== X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_000A_01C70FBE.9BA78B40 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I just migrated to 1.4.1 (I know, it is late). My project is a mutli-module project. The first module build correctly. But when I build the second one, I got the next error : build_base.xml:203: impossible to publish artifacts for [ XXXX | core | <mailto:working@XXXX> working@XXXX ]: impossible to deliver [ XXXX | core | <mailto:working@XXXX> working@XXXX ]: java.lang.IllegalStateException: bad ivy file in cache for [ XXXX | core | <mailto:working@XXXX> working@XXXX ]: please clean and resolve again My build perform successfully the resolve. I retried, and I always get the same result. If I delete the cache and go back to my 1.4.0 version, the problem disapear. Did anyone have an idea of where to serach for a solution? SCOKART Gilles FUJITSU Mommaertslaan 16a, B-1831 Diegem Mob: (603)363-6787 E-mail: <mailto:[email protected]> [email protected] Web: <http://www.fujitsu.com/be/> http://www.fujitsu.com/be/ ------=_NextPart_000_000A_01C70FBE.9BA78B40-- From [email protected] Fri Nov 24 11:18:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86753 invoked from network); 24 Nov 2006 11:18:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Nov 2006 11:18:08 -0000 Received: (qmail 76663 invoked by uid 500); 24 Nov 2006 11:18:18 -0000 Delivered-To: [email protected] Received: (qmail 76645 invoked by uid 500); 24 Nov 2006 11: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]> List-Id: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76636 invoked by uid 99); 24 Nov 2006 11:18:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Nov 2006 03:18:17 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Nov 2006 03:18:05 -0800 Received: by nf-out-0910.google.com with SMTP id a4so1265694nfc for <[email protected]>; Fri, 24 Nov 2006 03:17:43 -0800 (PST) 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=REN/+l1qKv2FzHzIOTTMN9P9QzS0zM0rkZDJk2pKVayQIoq3UitTLa7PmQz1nll3zkOnzfj7qmLWusIWMn9OGK7xzKgyFsAw1Neo3d0NS9JAI9Bi5V5TFjecn4haIxWnvx+ydzxKVZxHLK/NOQvDiptqZhxeBCAnIhoHPp2rur4= Received: by 161.129.204.104 with SMTP id m3mr1565895buc.1164367063082; Fri, 24 Nov 2006 03:17:43 -0800 (PST) Received: by 161.129.204.104 with HTTP; Fri, 24 Nov 2006 03:17:43 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 24 Nov 2006 12:17:43 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: 1.4.1 incompatibility with 1.4.0 ? In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23932_10641666.1164367063057" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_23932_10641666.1164367063057 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/24/06, Gilles Scokart <[email protected]> wrote: > > > I just migrated to 1.4.1 (I know, it is late). > > My project is a mutli-module project. The first module build correctly. > But when I build the second one, I got the next error : > > build_base.xml:203: impossible to publish artifacts for [ XXXX | core | > <mailto:working@XXXX> working@XXXX ]: impossible to deliver [ XXXX | core > | > <mailto:working@XXXX> working@XXXX ]: java.lang.IllegalStateException: bad > ivy file in cache for [ XXXX | core | <mailto:working@XXXX> working@XXXX]: > please clean and resolve again > > > My build perform successfully the resolve. I retried, and I always get > the > same result. > > > If I delete the cache and go back to my 1.4.0 version, the problem > disapear. > > Did anyone have an idea of where to serach for a solution? This is strange, certainly a bug, but difficult to know the cause. The problem is raised in this code: URL ivyFileURL = null; try { ivyFileURL = ivyFile.toURL(); md = XmlModuleDescriptorParser.getInstance().parseDescriptor(this, ivyFileURL, validate); md.setResolvedModuleRevisionId(ModuleRevisionId.newInstance(mrid, revision)); md.setResolvedPublicationDate(pubdate); } catch (MalformedURLException e) { throw new RuntimeException("malformed url obtained for file "+ivyFile); } catch (ParseException e) { throw new IllegalStateException("bad ivy file in cache for "+mrid+": please clean and resolve again"); } which is part of the deliver method on the Ivy class. The problem is that the message doesn't say much about the original ParseException... If you can compile Ivy from source, I'd suggest adding the ParseException as the cause of the ISE, so that you get more details. - Xavier SCOKART Gilles > > FUJITSU > Mommaertslaan 16a, B-1831 Diegem > Mob: (603)363-6787 > E-mail: <mailto:[email protected]> > [email protected] > Web: <http://www.fujitsu.com/be/> http://www.fujitsu.com/be/ > > > > > > ------=_Part_23932_10641666.1164367063057-- From [email protected] Mon Nov 27 09:42:37 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38091 invoked from network); 27 Nov 2006 09:42:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2006 09:42:35 -0000 Received: (qmail 24822 invoked by uid 500); 27 Nov 2006 09:42:44 -0000 Delivered-To: [email protected] Received: (qmail 24753 invoked by uid 500); 27 Nov 2006 09: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24739 invoked by uid 99); 27 Nov 2006 09:42:43 -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 01:42: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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 01:42:31 -0800 Received: by nf-out-0910.google.com with SMTP id a4so2208534nfc for <[email protected]>; Mon, 27 Nov 2006 01:42:10 -0800 (PST) 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=d1LXiFwxIb0jqp7/MX7OMeUoa8KBu60/oH7rdLYhXxx8XRhUsjB7Jy2nMRFB3iU8M4Tx74HKHi9bTsg3InNJ+flFTfMke8e7IQhwYHeP+/D2jMmJ0+Hp1JJLfk+ylVlUKSyb1OIHr2qyowGv/xyBnfU20wVdoKHYZhVEdCDgceA= Received: by 161.129.204.104 with SMTP id f15mr1410863buc.1164620530300; Mon, 27 Nov 2006 01:42:10 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 27 Nov 2006 01:42:10 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 27 Nov 2006 10:42:10 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected], [email protected] Subject: JIRA on ASF MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_48786_20029272.1164620530131" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_48786_20029272.1164620530131 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, Just a word to inform you that JIRA is now available on ASF infrastructure: https://issues.apache.org/jira/browse/IVY Best regards, Xavier ------=_Part_48786_20029272.1164620530131-- From [email protected] Mon Nov 27 10:45:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56756 invoked from network); 27 Nov 2006 10:45:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2006 10:45:44 -0000 Received: (qmail 11410 invoked by uid 500); 27 Nov 2006 10:45:52 -0000 Delivered-To: [email protected] Received: (qmail 11356 invoked by uid 500); 27 Nov 2006 10:45: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 11121 invoked by uid 99); 27 Nov 2006 10:45:52 -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 02:45: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 (herse.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; Mon, 27 Nov 2006 02:45:39 -0800 Received: by ug-out-1314.google.com with SMTP id y2so1310241uge for <[email protected]>; Mon, 27 Nov 2006 02:45:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index; b=bqsP6Tk7QiI0L7wwUQgvqlD46PGobJwM1eT58d4h0QJV1oQKQB+VmBeyJ+lt8hvP6Dw5zg/RrwjGpBGQ/d14+QFQrCpiMu5/yEX4+SMTJgzi1XOpVtHyvUSqTQmVlpcKbVIz+FSs8LPZWbJiICtvau+zuJ7BWrf9dm38LwGgkCM= Received: by 161.129.204.104 with SMTP id z2mr12219797ugi.1164624317717; Mon, 27 Nov 2006 02:45:17 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id m1sm18600829uge.2161.129.204.104.45.16; Mon, 27 Nov 2006 02:45:17 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: RE: JIRA on ASF Date: Mon, 27 Nov 2006 11:45:16 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF0001939BFD@server1e> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AccSCF6hu4x1BipORCePOHFEKFHhyQACJtrw X-Virus-Checked: Checked by ClamAV on apache.org There is no guest access. We must be logged to have access. Is it usual for apache JIRA repository? Gilles > -----Original Message----- > From: Xavier Hanin [mailto:[email protected]] > Sent: Monday, November 27, 2006 10:42 AM > To: [email protected]; [email protected] > Subject: JIRA on ASF > > Hi All, > > Just a word to inform you that JIRA is now available on ASF > infrastructure: > https://issues.apache.org/jira/browse/IVY > > Best regards, > > Xavier > From [email protected] Mon Nov 27 11:01:30 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61758 invoked from network); 27 Nov 2006 11:01:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2006 11:01:30 -0000 Received: (qmail 25373 invoked by uid 500); 27 Nov 2006 11:01:39 -0000 Delivered-To: [email protected] Received: (qmail 25324 invoked by uid 500); 27 Nov 2006 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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25315 invoked by uid 99); 27 Nov 2006 11:01:39 -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 03:01:39 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO dnsinet.rzf-nrw.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 03:01:26 -0800 Received: from z011100.bk.fin.local (z011104.bk.fin.local [161.129.204.104]) by dnsinet.rzf-nrw.de (8.13.8/8.13.8) with ESMTP id kARB11kE006983 for <[email protected]>; Mon, 27 Nov 2006 12:01:01 +0100 Received: from z011134.bk.fin.local ([161.129.204.104]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Mon, 27 Nov 2006 12:01:03 +0100 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: JIRA on ASF Date: Mon, 27 Nov 2006 12:01:02 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: JIRA on ASF Thread-Index: AccSCF6hu4x1BipORCePOHFEKFHhyQACJtrwAACUkKA= From: <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 27 Nov 2006 11:01:03.0213 (UTC) FILETIME=[5458C1D0:01C71213] X-Virus-Checked: Checked by ClamAV on apache.org Try http://issues.apache.org/jira/browse/IVY=20 instead of https://issues.apache.org/jira/browse/IVY Jan >-----Urspr=FCngliche Nachricht----- >Von: Gilles Scokart [mailto:[email protected]]=20 >Gesendet: Montag, 27. November 2006 11:45 >An: [email protected] >Betreff: RE: JIRA on ASF > >There is no guest access. We must be logged to have access.=20 >Is it usual for apache JIRA repository? > >Gilles > >> -----Original Message----- >> From: Xavier Hanin [mailto:[email protected]] >> Sent: Monday, November 27, 2006 10:42 AM >> To: [email protected]; [email protected] >> Subject: JIRA on ASF >>=20 >> Hi All, >>=20 >> Just a word to inform you that JIRA is now available on ASF >> infrastructure: >> https://issues.apache.org/jira/browse/IVY >>=20 >> Best regards, >>=20 >> Xavier >>=20 > > From [email protected] Mon Nov 27 11:05:06 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62614 invoked from network); 27 Nov 2006 11:05:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2006 11:05:05 -0000 Received: (qmail 32649 invoked by uid 500); 27 Nov 2006 11:05:15 -0000 Delivered-To: [email protected] Received: (qmail 32630 invoked by uid 500); 27 Nov 2006 11:05: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32621 invoked by uid 99); 27 Nov 2006 11:05:14 -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 03:05: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 (herse.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; Mon, 27 Nov 2006 03:05:02 -0800 Received: by ug-out-1314.google.com with SMTP id y2so1314936uge for <[email protected]>; Mon, 27 Nov 2006 03:04:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index; b=HnVW2xtdeKXs2WoYKB+khfBinJKKCraWVciCe8wSIjkn3mZpoFR6mb45qDYzgLACoEzxVSZZgCvV7JEHCuAXD4YUA7/4L7XNhIAsiDV7mwqoTjp4dbuI3Gu3NaRc1+gbf7BWG3BpZiU45wD6Qic7Fqz3e1CXTClplfFVWt/5Yv0= Received: by 161.129.204.104 with SMTP id r5mr12155370ugl.1164625482027; Mon, 27 Nov 2006 03:04:42 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id 53sm16226682ugn.2161.129.204.104.04.40; Mon, 27 Nov 2006 03:04:41 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: RE: JIRA on ASF Date: Mon, 27 Nov 2006 12:04:39 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF0001939C12@server1e> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AccSCF6hu4x1BipORCePOHFEKFHhyQACJtrwAACUkKAAACBKoA== X-Virus-Checked: Checked by ClamAV on apache.org Thanks, it works better. Gilles=20 > -----Original Message----- > From: [email protected] [mailto:[email protected]]=20 > Sent: Monday, November 27, 2006 12:01 PM > To: [email protected] > Subject: AW: JIRA on ASF >=20 > Try > http://issues.apache.org/jira/browse/IVY > instead of > https://issues.apache.org/jira/browse/IVY >=20 >=20 > Jan >=20 >=20 > >-----Urspr=FCngliche Nachricht----- > >Von: Gilles Scokart [mailto:[email protected]]=20 > >Gesendet: Montag, 27. November 2006 11:45 > >An: [email protected] > >Betreff: RE: JIRA on ASF > > > >There is no guest access. We must be logged to have access.=20 > >Is it usual for apache JIRA repository? > > > >Gilles > > > >> -----Original Message----- > >> From: Xavier Hanin [mailto:[email protected]] > >> Sent: Monday, November 27, 2006 10:42 AM > >> To: [email protected]; [email protected] > >> Subject: JIRA on ASF > >>=20 > >> Hi All, > >>=20 > >> Just a word to inform you that JIRA is now available on ASF > >> infrastructure: > >> https://issues.apache.org/jira/browse/IVY > >>=20 > >> Best regards, > >>=20 > >> Xavier > >>=20 > > > > From [email protected] Mon Nov 27 11:08:54 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63467 invoked from network); 27 Nov 2006 11:08:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2006 11:08:53 -0000 Received: (qmail 41102 invoked by uid 500); 27 Nov 2006 11:09:02 -0000 Delivered-To: [email protected] Received: (qmail 41079 invoked by uid 500); 27 Nov 2006 11:09: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41070 invoked by uid 99); 27 Nov 2006 11:09:02 -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 03:09:02 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO customer-domains.icp-qv1-irony11.iinet.net.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 03:08:50 -0800 Received: from 124-168-10-146.dyn.iinet.net.au (HELO [161.129.204.104]) ([161.129.204.104]) by customer-domains.icp-qv1-irony11.iinet.net.au with ESMTP; 27 Nov 2006 18:59:06 +0800 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAFdWakV8qAqSdGdsb2JhbAANjFMB X-IronPort-AV: i="4.09,463,1157299200"; d="scan'208"; a="56342154:sNHT1130250222" 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: Brett Porter <[email protected]> Subject: Re: JIRA on ASF Date: Mon, 27 Nov 2006 21:59:00 +1100 To: [email protected] X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org Fixed. On 27/11/2006, at 9:45 PM, Gilles Scokart wrote: > There is no guest access. We must be logged to have access. Is it > usual for > apache JIRA repository? > > Gilles > >> -----Original Message----- >> From: Xavier Hanin [mailto:[email protected]] >> Sent: Monday, November 27, 2006 10:42 AM >> To: [email protected]; [email protected] >> Subject: JIRA on ASF >> >> Hi All, >> >> Just a word to inform you that JIRA is now available on ASF >> infrastructure: >> https://issues.apache.org/jira/browse/IVY >> >> Best regards, >> >> Xavier >> From [email protected] Mon Nov 27 15:54:31 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83244 invoked from network); 27 Nov 2006 15:54:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2006 15:54:30 -0000 Received: (qmail 19037 invoked by uid 500); 27 Nov 2006 15:54:32 -0000 Delivered-To: [email protected] Received: (qmail 18971 invoked by uid 500); 27 Nov 2006 15: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18934 invoked by uid 99); 27 Nov 2006 15:54:31 -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 07:54: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 (herse.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; Mon, 27 Nov 2006 07:54:18 -0800 Received: by ug-out-1314.google.com with SMTP id y2so1410631uge for <[email protected]>; Mon, 27 Nov 2006 07:53:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index; b=aGyRaq4fqdobtY5bnKeowgpqw/bAYAHmXoqST7W5eh3cZtqyjCT4uyrHWHVx5n6hlDzSU7Vr4F4AV9ljm8xcl9L9q0ccuyBFXYO489Z8uYpXVA9zKpTkwskf+HiDSjPIiZOuv/kP5YofDCJkhpySFLLTfyOlhGZAV5NVAfkoaBw= Received: by 161.129.204.104 with SMTP id b1mr10040915ugm.1164642836948; Mon, 27 Nov 2006 07:53:56 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id q1sm15113037uge.2161.129.204.104.53.55; Mon, 27 Nov 2006 07:53:56 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: RE: 1.4.1 incompatibility with 1.4.0 ? Date: Mon, 27 Nov 2006 16:53:54 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF0001776C93@server1e> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AccPujiG2sl2Ri7GQveC8WFgVANl2QCgX+Ng X-Virus-Checked: Checked by ClamAV on apache.org Strange : Caused by: java.text.ParseException: Invalid byte 2 of 3-byte UTF-8 sequence. in file:/C:/Documents and Settings/gscokar [email protected] I guess there is a encoding missing somewhere. I will continue to investigate to find who write this XML (and check if the XML is indeed incorrect). If I find something, I will introduce a Jira issue. Thanks for you help. By the way, what is the support java version? (IllegalStateException seems to accept a chained Throwable parameter only since 1.5?). Gilles > -----Original Message----- > From: Xavier Hanin [mailto:[email protected]] > Sent: Friday, November 24, 2006 12:18 PM > To: [email protected] > Subject: Re: 1.4.1 incompatibility with 1.4.0 ? > > On 11/24/06, Gilles Scokart <[email protected]> wrote: > > > > > > I just migrated to 1.4.1 (I know, it is late). > > > > My project is a mutli-module project. The first module > build correctly. > > But when I build the second one, I got the next error : > > > > build_base.xml:203: impossible to publish artifacts for [ > XXXX | core > > | <mailto:working@XXXX> working@XXXX ]: impossible to > deliver [ XXXX | > > core > > | > > <mailto:working@XXXX> working@XXXX ]: > java.lang.IllegalStateException: > > bad ivy file in cache for [ XXXX | core | > <mailto:working@XXXX> working@XXXX]: > > please clean and resolve again > > > > > > My build perform successfully the resolve. I retried, and I always > > get the same result. > > > > > > If I delete the cache and go back to my 1.4.0 version, the problem > > disapear. > > > > Did anyone have an idea of where to serach for a solution? > > > This is strange, certainly a bug, but difficult to know the > cause. The problem is raised in this code: > URL ivyFileURL = null; > try { > ivyFileURL = ivyFile.toURL(); > md = > XmlModuleDescriptorParser.getInstance().parseDescriptor(this, > ivyFileURL, validate); > > md.setResolvedModuleRevisionId(ModuleRevisionId.newInstance(mrid, > revision)); > md.setResolvedPublicationDate(pubdate); > } catch (MalformedURLException e) { > throw new RuntimeException("malformed url > obtained for file "+ivyFile); > } catch (ParseException e) { > throw new IllegalStateException("bad ivy file in cache for > "+mrid+": please clean and resolve again"); > } > > which is part of the deliver method on the Ivy class. The > problem is that the message doesn't say much about the > original ParseException... If you can compile Ivy from > source, I'd suggest adding the ParseException as the cause of > the ISE, so that you get more details. > > - Xavier > > SCOKART Gilles > > > > FUJITSU > > Mommaertslaan 16a, B-1831 Diegem > > Mob: (603)363-6787 > > E-mail: <mailto:[email protected]> > > [email protected] > > Web: <http://www.fujitsu.com/be/> http://www.fujitsu.com/be/ > > > > > > > > > > > > > From [email protected] Mon Nov 27 16:01:43 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84911 invoked from network); 27 Nov 2006 16:01:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2006 16:01:42 -0000 Received: (qmail 38420 invoked by uid 500); 27 Nov 2006 16:01:51 -0000 Delivered-To: [email protected] Received: (qmail 38353 invoked by uid 500); 27 Nov 2006 16:01: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38344 invoked by uid 99); 27 Nov 2006 16:01:50 -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 08:01:50 -0800 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 (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO web30812.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 27 Nov 2006 08:01:35 -0800 Received: (qmail 5640 invoked by uid 60001); 27 Nov 2006 16:01:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=pVWbYqtkJp6hLEdmG4ffF84OYMidSINTqelY9XPf3Cr63kFtKbjHmKBATxaK6MYQIG0znUn2sEuK+q7tQBfc+ILOoLAvzkXbjjQgkYf7PJosMXMJSL3ibIEH1zmmBga6eA7k2qNmLcZh6klZzDSZaTkix8Yr+H1COQMsshri+zc= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web30812.mail.mud.yahoo.com via HTTP; Mon, 27 Nov 2006 08:01:14 PST Date: Mon, 27 Nov 2006 08:01:14 -0800 (PST) From: Maarten Coene <[email protected]> Subject: Re: 1.4.1 incompatibility with 1.4.0 ? To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org The supported Java version is JDK 1.4.=0A=0Aregards,=0AMaarten=0A=0A=0A----= - Original Message ----=0AFrom: Gilles Scokart <[email protected]>=0ATo: i= [email protected]=0ASent: Monday, November 27, 2006 4:53:54 PM= =0ASubject: RE: 1.4.1 incompatibility with 1.4.0 ?=0A=0A=0A=0ABy the way, w= hat is the support java version? (IllegalStateException seems=0Ato accept = a chained Throwable parameter only since 1.5?).=0A=0A=0A=0A=0A=0A=0A =0A___= ___________________________________________________________________________= ______=0AWant to start your own business?=0ALearn how on Yahoo! Small Busin= ess.=0Ahttp://smallbusiness.yahoo.com/r-index From [email protected] Mon Nov 27 17:38:38 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11510 invoked from network); 27 Nov 2006 17:38:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2006 17:38:37 -0000 Received: (qmail 39259 invoked by uid 500); 27 Nov 2006 17:38:46 -0000 Delivered-To: [email protected] Received: (qmail 39227 invoked by uid 500); 27 Nov 2006 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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39218 invoked by uid 99); 27 Nov 2006 17:38:46 -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 09:38:46 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 09:38:34 -0800 Received: by nf-out-0910.google.com with SMTP id a4so2342771nfc for <[email protected]>; Mon, 27 Nov 2006 09:38:12 -0800 (PST) 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=qir7jrTa7iPQjkIcdNcM9VD0d2zs4guRatoNQWY2k+N5ZrD2fmFzMkpoO5pWxx8whM+V8QSreqhCw9J7m9fCmb2uHa9RkdSZogTMLl3qWb1WlNwPqnXkj4V3QKrXf1Ltonu8jZZ9noIn3poEtpvdYHp1/OSvgqsm2sskRK1YArM= Received: by 161.129.204.104 with SMTP id b8mr2093827bud.1164649092201; Mon, 27 Nov 2006 09:38:12 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 27 Nov 2006 09:38:12 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 27 Nov 2006 18:38:12 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: 1.4.1 incompatibility with 1.4.0 ? In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_56972_23169949.1164649092104" References: <1CCEA1ACF736B749B6FEE53168A6BF0001776C93@server1e> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_56972_23169949.1164649092104 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/27/06, Gilles Scokart <[email protected]> wrote: > > > > Strange : > Caused by: java.text.ParseException: Invalid byte 2 of 3-byte UTF-8 > sequence. in file:/C:/Documents and Settings/gscokar > [email protected] Yes, this is strange. Maybe you changed of java version between the time of file writing and parsing. I guess there is a encoding missing somewhere. I will continue to > investigate to find who write this XML (and check if the XML is indeed > incorrect). If I find something, I will introduce a Jira issue. The fille is written in Ivy.resolve method (Ivy.java:1142). Thanks for you help. > > By the way, what is the support java version? (IllegalStateException > seems > to accept a chained Throwable parameter only since 1.5?). JDK 1.4 supports chained exception with ex.initCause(cause). JDK 1.5 only eases the process of initializing the cause within the ISE constructor. Xavier Gilles > > > > -----Original Message----- > > From: Xavier Hanin [mailto:[email protected]] > > Sent: Friday, November 24, 2006 12:18 PM > > To: [email protected] > > Subject: Re: 1.4.1 incompatibility with 1.4.0 ? > > > > On 11/24/06, Gilles Scokart <[email protected]> wrote: > > > > > > > > > I just migrated to 1.4.1 (I know, it is late). > > > > > > My project is a mutli-module project. The first module > > build correctly. > > > But when I build the second one, I got the next error : > > > > > > build_base.xml:203: impossible to publish artifacts for [ > > XXXX | core > > > | <mailto:working@XXXX> working@XXXX ]: impossible to > > deliver [ XXXX | > > > core > > > | > > > <mailto:working@XXXX> working@XXXX ]: > > java.lang.IllegalStateException: > > > bad ivy file in cache for [ XXXX | core | > > <mailto:working@XXXX> working@XXXX]: > > > please clean and resolve again > > > > > > > > > My build perform successfully the resolve. I retried, and I always > > > get the same result. > > > > > > > > > If I delete the cache and go back to my 1.4.0 version, the problem > > > disapear. > > > > > > Did anyone have an idea of where to serach for a solution? > > > > > > This is strange, certainly a bug, but difficult to know the > > cause. The problem is raised in this code: > > URL ivyFileURL = null; > > try { > > ivyFileURL = ivyFile.toURL(); > > md = > > XmlModuleDescriptorParser.getInstance().parseDescriptor(this, > > ivyFileURL, validate); > > > > md.setResolvedModuleRevisionId(ModuleRevisionId.newInstance(mrid, > > revision)); > > md.setResolvedPublicationDate(pubdate); > > } catch (MalformedURLException e) { > > throw new RuntimeException("malformed url > > obtained for file "+ivyFile); > > } catch (ParseException e) { > > throw new IllegalStateException("bad ivy file in cache for > > "+mrid+": please clean and resolve again"); > > } > > > > which is part of the deliver method on the Ivy class. The > > problem is that the message doesn't say much about the > > original ParseException... If you can compile Ivy from > > source, I'd suggest adding the ParseException as the cause of > > the ISE, so that you get more details. > > > > - Xavier > > > > SCOKART Gilles > > > > > > FUJITSU > > > Mommaertslaan 16a, B-1831 Diegem > > > Mob: (603)363-6787 > > > E-mail: <mailto:[email protected]> > > > [email protected] > > > Web: <http://www.fujitsu.com/be/> http://www.fujitsu.com/be/ > > > > > > > > > > > > > > > > > > > > > > ------=_Part_56972_23169949.1164649092104-- From [email protected] Tue Nov 28 08:34:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45234 invoked from network); 28 Nov 2006 08:34:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Nov 2006 08:34:23 -0000 Received: (qmail 7733 invoked by uid 500); 28 Nov 2006 08:34:32 -0000 Delivered-To: [email protected] Received: (qmail 7712 invoked by uid 500); 28 Nov 2006 08:34: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7703 invoked by uid 99); 28 Nov 2006 08:34:32 -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 00:34: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 (herse.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; Tue, 28 Nov 2006 00:34:19 -0800 Received: by ug-out-1314.google.com with SMTP id y2so1696833uge for <[email protected]>; Tue, 28 Nov 2006 00:33:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index; b=ZQ9JWlDUFtvB3QStyqhV8Qx0JdI+4XamBSc4Xwo2COfJYXe5NMSSb1r78iTxQl7rgn60VBepmPXjZZjC8stlfPbhHgQHeZ2bkPV96jh19t0aaIdJwLbRVe2/8nC7xE6YvlfbeySpogdmciiR47zQ/S6OvrX2NIbdLmsiprvLm2Q= Received: by 161.129.204.104 with SMTP id r10mr1099993ugh.1164702837804; Tue, 28 Nov 2006 00:33:57 -0800 (PST) Received: from cer1352 ( [161.129.204.104]) by mx.google.com with ESMTP id g30sm20061176ugd.2161.129.204.104.33.57; Tue, 28 Nov 2006 00:33:57 -0800 (PST) From: "Gilles Scokart" <[email protected]> To: <[email protected]> Subject: RE: 1.4.1 incompatibility with 1.4.0 ? Date: Tue, 28 Nov 2006 09:33:56 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1CCEA1ACF736B749B6FEE53168A6BF0001939C7A@server1e> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AccSSt7oJauZkxAPTaCGTYr4SZut7QAdgjnQ X-Virus-Checked: Checked by ClamAV on apache.org Actually, there is a '=E9' inside a comment in my ivy file. In my = source tree, the ivy.xml is written with the correct encoding. In the cache = the resolved-XXX.xml prolog say UTF-8, but is written using the default encoding. I updated XMLModuleDescriptionUpdater and XmlModuleDescriptor (the = classes who are writing the invalid file in the cache) in order to force the = prolog (if present) and the character-set to UTF-8. I will enter a jira issue, with the patch. By the way, I saw that in some case you actually make a complete copy of = the original ivy.xml, including the comments. What are the reason for that? Gilles > -----Original Message----- > From: Xavier Hanin [mailto:[email protected]]=20 > Sent: Monday, November 27, 2006 6:38 PM > To: [email protected] > Subject: Re: 1.4.1 incompatibility with 1.4.0 ? >=20 > On 11/27/06, Gilles Scokart <[email protected]> wrote: > > > > > > > > Strange : > > Caused by: java.text.ParseException: Invalid byte 2 of 3-byte UTF-8=20 > > sequence. in file:/C:/Documents and Settings/gscokar=20 > > [email protected] >=20 >=20 > Yes, this is strange. Maybe you changed of java version=20 > between the time of file writing and parsing. >=20 > I guess there is a encoding missing somewhere. I will continue to > > investigate to find who write this XML (and check if the=20 > XML is indeed=20 > > incorrect). If I find something, I will introduce a Jira issue. >=20 >=20 > The fille is written in Ivy.resolve method (Ivy.java:1142). >=20 > Thanks for you help. > > > > By the way, what is the support java version? =20 > (IllegalStateException=20 > > seems to accept a chained Throwable parameter only since 1.5?). >=20 >=20 > JDK 1.4 supports chained exception with ex.initCause(cause). =20 > JDK 1.5 only > eases the process of initializing the cause within the ISE=20 > constructor. >=20 > Xavier >=20 > Gilles > > > > > > > -----Original Message----- > > > From: Xavier Hanin [mailto:[email protected]] > > > Sent: Friday, November 24, 2006 12:18 PM > > > To: [email protected] > > > Subject: Re: 1.4.1 incompatibility with 1.4.0 ? > > > > > > On 11/24/06, Gilles Scokart <[email protected]> wrote: > > > > > > > > > > > > I just migrated to 1.4.1 (I know, it is late). > > > > > > > > My project is a mutli-module project. The first module > > > build correctly. > > > > But when I build the second one, I got the next error : > > > > > > > > build_base.xml:203: impossible to publish artifacts for [ > > > XXXX | core > > > > | <mailto:working@XXXX> working@XXXX ]: impossible to > > > deliver [ XXXX | > > > > core > > > > | > > > > <mailto:working@XXXX> working@XXXX ]: > > > java.lang.IllegalStateException: > > > > bad ivy file in cache for [ XXXX | core | > > > <mailto:working@XXXX> working@XXXX]: > > > > please clean and resolve again > > > > > > > > > > > > My build perform successfully the resolve. I retried,=20 > and I always > > > > get the same result. > > > > > > > > > > > > If I delete the cache and go back to my 1.4.0 version,=20 > the problem > > > > disapear. > > > > > > > > Did anyone have an idea of where to serach for a solution? > > > > > > > > > This is strange, certainly a bug, but difficult to know the > > > cause. The problem is raised in this code: > > > URL ivyFileURL =3D null; > > > try { > > > ivyFileURL =3D ivyFile.toURL(); > > > md =3D > > > XmlModuleDescriptorParser.getInstance().parseDescriptor(this, > > > ivyFileURL, validate); > > > > > > md.setResolvedModuleRevisionId(ModuleRevisionId.newInstance(mrid, > > > revision)); > > > md.setResolvedPublicationDate(pubdate); > > > } catch (MalformedURLException e) { > > > throw new RuntimeException("malformed url > > > obtained for file "+ivyFile); > > > } catch (ParseException e) { > > > throw new IllegalStateException("bad ivy file=20 > in cache for > > > "+mrid+": please clean and resolve again"); > > > } > > > > > > which is part of the deliver method on the Ivy class. The > > > problem is that the message doesn't say much about the > > > original ParseException... If you can compile Ivy from > > > source, I'd suggest adding the ParseException as the cause of > > > the ISE, so that you get more details. > > > > > > - Xavier > > > > > > SCOKART Gilles > > > > > > > > FUJITSU > > > > Mommaertslaan 16a, B-1831 Diegem > > > > Mob: (603)363-6787 > > > > E-mail: <mailto:[email protected]> > > > > [email protected] > > > > Web: <http://www.fujitsu.com/be/> http://www.fujitsu.com/be/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 From [email protected] Tue Nov 28 08:47:14 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50305 invoked from network); 28 Nov 2006 08:47:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Nov 2006 08:47:14 -0000 Received: (qmail 23743 invoked by uid 500); 28 Nov 2006 08:47:23 -0000 Delivered-To: [email protected] Received: (qmail 23725 invoked by uid 500); 28 Nov 2006 08:47: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23716 invoked by uid 99); 28 Nov 2006 08:47:23 -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 00:47: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 (herse.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; Tue, 28 Nov 2006 00:47:11 -0800 Received: by nf-out-0910.google.com with SMTP id a4so2556498nfc for <[email protected]>; Tue, 28 Nov 2006 00:46:49 -0800 (PST) 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=M1oP+ArQq97O8uB1zi/VlcxVzKy0MfqQs7sDXj3YiQemXZVoU9iaBdqxOiVbVHYEjuJMAvueHec51+9FCGR1RcvnwrRKvCf3oAG2M8xuhWnq9ghbdAkGOPe1SjGHAX6pj72PKADnyhHn6gXW3i/CbFrdHx5aFo6U1tOUuzjEIMk= Received: by 161.129.204.104 with SMTP id a5mr119333bue.1164703608737; Tue, 28 Nov 2006 00:46:48 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 28 Nov 2006 00:46:48 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 28 Nov 2006 09:46:48 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: 1.4.1 incompatibility with 1.4.0 ? In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3920_24056640.1164703608670" References: <1CCEA1ACF736B749B6FEE53168A6BF0001939C7A@server1e> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3920_24056640.1164703608670 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 11/28/06, Gilles Scokart <[email protected]> wrote: > > Actually, there is a '=E9' inside a comment in my ivy file. In my source > tree, the ivy.xml is written with the correct encoding. In the cache the > resolved-XXX.xml prolog say UTF-8, but is written using the default > encoding. > > I updated XMLModuleDescriptionUpdater and XmlModuleDescriptor (the classe= s > who are writing the invalid file in the cache) in order to force the > prolog > (if present) and the character-set to UTF-8. I will enter a jira issue, > with the patch. > > By the way, I saw that in some case you actually make a complete copy of > the > original ivy.xml, including the comments. What are the reason for that? The point is that the same code is used to update an ivy file during the deliver step, and people complained about losing comments during this step. In cache this is not really necessary to keep comments, but it doesn't hurt too much. Xavier Gilles > > > -----Original Message----- > > From: Xavier Hanin [mailto:[email protected]] > > Sent: Monday, November 27, 2006 6:38 PM > > To: [email protected] > > Subject: Re: 1.4.1 incompatibility with 1.4.0 ? > > > > On 11/27/06, Gilles Scokart <[email protected]> wrote: > > > > > > > > > > > > Strange : > > > Caused by: java.text.ParseException: Invalid byte 2 of 3-byte UTF-8 > > > sequence. in file:/C:/Documents and Settings/gscokar > > > [email protected] > > > > > > Yes, this is strange. Maybe you changed of java version > > between the time of file writing and parsing. > > > > I guess there is a encoding missing somewhere. I will continue to > > > investigate to find who write this XML (and check if the > > XML is indeed > > > incorrect). If I find something, I will introduce a Jira issue. > > > > > > The fille is written in Ivy.resolve method (Ivy.java:1142). > > > > Thanks for you help. > > > > > > By the way, what is the support java version? > > (IllegalStateException > > > seems to accept a chained Throwable parameter only since 1.5?). > > > > > > JDK 1.4 supports chained exception with ex.initCause(cause). > > JDK 1.5 only > > eases the process of initializing the cause within the ISE > > constructor. > > > > Xavier > > > > Gilles > > > > > > > > > > -----Original Message----- > > > > From: Xavier Hanin [mailto:[email protected]] > > > > Sent: Friday, November 24, 2006 12:18 PM > > > > To: [email protected] > > > > Subject: Re: 1.4.1 incompatibility with 1.4.0 ? > > > > > > > > On 11/24/06, Gilles Scokart <[email protected]> wrote: > > > > > > > > > > > > > > > I just migrated to 1.4.1 (I know, it is late). > > > > > > > > > > My project is a mutli-module project. The first module > > > > build correctly. > > > > > But when I build the second one, I got the next error : > > > > > > > > > > build_base.xml:203: impossible to publish artifacts for [ > > > > XXXX | core > > > > > | <mailto:working@XXXX> working@XXXX ]: impossible to > > > > deliver [ XXXX | > > > > > core > > > > > | > > > > > <mailto:working@XXXX> working@XXXX ]: > > > > java.lang.IllegalStateException: > > > > > bad ivy file in cache for [ XXXX | core | > > > > <mailto:working@XXXX> working@XXXX]: > > > > > please clean and resolve again > > > > > > > > > > > > > > > My build perform successfully the resolve. I retried, > > and I always > > > > > get the same result. > > > > > > > > > > > > > > > If I delete the cache and go back to my 1.4.0 version, > > the problem > > > > > disapear. > > > > > > > > > > Did anyone have an idea of where to serach for a solution? > > > > > > > > > > > > This is strange, certainly a bug, but difficult to know the > > > > cause. The problem is raised in this code: > > > > URL ivyFileURL =3D null; > > > > try { > > > > ivyFileURL =3D ivyFile.toURL(); > > > > md =3D > > > > XmlModuleDescriptorParser.getInstance().parseDescriptor(this, > > > > ivyFileURL, validate); > > > > > > > > md.setResolvedModuleRevisionId(ModuleRevisionId.newInstance(mrid, > > > > revision)); > > > > md.setResolvedPublicationDate(pubdate); > > > > } catch (MalformedURLException e) { > > > > throw new RuntimeException("malformed url > > > > obtained for file "+ivyFile); > > > > } catch (ParseException e) { > > > > throw new IllegalStateException("bad ivy file > > in cache for > > > > "+mrid+": please clean and resolve again"); > > > > } > > > > > > > > which is part of the deliver method on the Ivy class. The > > > > problem is that the message doesn't say much about the > > > > original ParseException... If you can compile Ivy from > > > > source, I'd suggest adding the ParseException as the cause of > > > > the ISE, so that you get more details. > > > > > > > > - Xavier > > > > > > > > SCOKART Gilles > > > > > > > > > > FUJITSU > > > > > Mommaertslaan 16a, B-1831 Diegem > > > > > Mob: (603)363-6787 > > > > > E-mail: <mailto:[email protected]> > > > > > [email protected] > > > > > Web: <http://www.fujitsu.com/be/> http://www.fujitsu.com/be/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------=_Part_3920_24056640.1164703608670-- From [email protected] Wed Nov 29 19:41:05 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94357 invoked from network); 29 Nov 2006 19:41:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Nov 2006 19:41:04 -0000 Received: (qmail 76927 invoked by uid 500); 29 Nov 2006 19:41:13 -0000 Delivered-To: [email protected] Received: (qmail 76874 invoked by uid 500); 29 Nov 2006 19: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]> List-Id: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76865 invoked by uid 99); 29 Nov 2006 19:41:13 -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 11:41:13 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2006 11:41:01 -0800 Received: by nf-out-0910.google.com with SMTP id a4so3077995nfc for <[email protected]>; Wed, 29 Nov 2006 11:40:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=CPKMWoMzjWCAUATRRCvAtLx2z4xTnHWaPWhXUXV+iO/IeH2E/DIrkZXxxq+mg37lLsYr7EHjFwvusH1k6E+v1phPjg31GCuWAZ/2/eEBrRH7Dd2CUAOlO1JTDiypeNvIG0/QSD4J59TwtgxdTqcjYwv10pNNt5BEjTl4TQvHvN0= Received: by 161.129.204.104 with SMTP id t9mr14619201nfl.1164829239750; Wed, 29 Nov 2006 11:40:39 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 29 Nov 2006 11:40:39 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 29 Nov 2006 13:40:39 -0600 From: "Mykel Alvis" <[email protected]> Sender: [email protected] To: [email protected] Subject: Repository hosts MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16024_13552497.1164829239199" X-Google-Sender-Auth: f6494451018a610b X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_16024_13552497.1164829239199 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I've still been unable to try ivy within my group, but it's launched another thing for me. I'm currently working on getting our repository boxes unfettered access to the internet (i.e. non-proxied). What hosts should I add to the list in order to make ivy work best? Will those hosts move with the move to apache? Are there publicly accessible ivy repositories that supplement the current base ivy repository? Thanks! Mykel -- I'm just an unfrozen caveman software developer. I don't understand your strange, "modern" ways. ------=_Part_16024_13552497.1164829239199-- From [email protected] Wed Nov 29 20:12:14 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5281 invoked from network); 29 Nov 2006 20:12:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Nov 2006 20:12:14 -0000 Received: (qmail 21256 invoked by uid 500); 29 Nov 2006 20:12:23 -0000 Delivered-To: [email protected] Received: (qmail 21233 invoked by uid 500); 29 Nov 2006 20: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21224 invoked by uid 99); 29 Nov 2006 20:12:23 -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 12:12: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 (herse.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; Wed, 29 Nov 2006 12:12:11 -0800 Received: by nf-out-0910.google.com with SMTP id a4so3086679nfc for <[email protected]>; Wed, 29 Nov 2006 12:11:49 -0800 (PST) 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=JZEp+v25R+bycOcIk+blcnq7X6j9RG5eemLdIs7qY+Mgz0g6XEqix+7cVm9wwGvHuBMswHIJS2y2qAarOfigmDwp0y8IaOAGdOJ8XqziQoFpPXmUHNcYjXBwXZe/VrCthy55BKYYm5/MOE2Eo9PanLh3/aPVCS9pOq50kBtJp4I= Received: by 161.129.204.104 with SMTP id f15mr669949buc.1164831108759; Wed, 29 Nov 2006 12:11:48 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 29 Nov 2006 12:11:48 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 29 Nov 2006 21:11:48 +0100 From: "Xavier Hanin" <[email protected]> To: [email protected] Subject: Re: Repository hosts In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_34719_29628945.1164831108735" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_34719_29628945.1164831108735 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/29/06, Mykel Alvis <[email protected]> wrote: > > I've still been unable to try ivy within my group, but it's launched > another > thing for me. > > I'm currently working on getting our repository boxes unfettered access to > the internet (i.e. non-proxied). > What hosts should I add to the list in order to make ivy work best? For the moment you just need ivyrep.jayasoft.org, but I suggest using an enterprise repository instead of a public one. Will those hosts move with the move to apache? Good question, we'll have to answer it with the first apache version. My personal answer is "probably". Are there publicly accessible ivy repositories that supplement the current > base ivy repository? There is also the ivy repository sandbox here: http://OpenSVN.csie.org/ivyrepsandbox You can also find others in the links section of Ivy site: http://www.jayasoft.org/ivy/links Note that the ibiblio repository or one of its mirror is also necessary (ivyrep do not store artifacts). Xavier Thanks! > Mykel > -- > I'm just an unfrozen caveman software developer. I don't understand your > strange, "modern" ways. > > ------=_Part_34719_29628945.1164831108735-- From [email protected] Wed Nov 29 20:57:37 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27372 invoked from network); 29 Nov 2006 20:57:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Nov 2006 20:57:31 -0000 Received: (qmail 88885 invoked by uid 500); 29 Nov 2006 20:57:40 -0000 Delivered-To: [email protected] Received: (qmail 88853 invoked by uid 500); 29 Nov 2006 20:57: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: <ivy-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88839 invoked by uid 99); 29 Nov 2006 20:57:39 -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 12:57:39 -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 nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2006 12:57:28 -0800 Received: by nf-out-0910.google.com with SMTP id a4so3098575nfc for <[email protected]>; Wed, 29 Nov 2006 12:57:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=nWrs/MKTzH80pWB0WathIrrj5mM/PaucmPeZHXHP5LD9SBfHvw4MkqmgDS8LO/wUW1A3Yz5kQs95VaqqCf8kdN9vJzcsjmcf2N5OjC5DcQD1h9uGTaGHkldR9FdKoA8ohZDN/hZU4ihp/1J3PikWvZWKw5WHfdgw0SZGh/WrcmA= Received: by 161.129.204.104 with SMTP id u18mr6828926nfl.1164833826296; Wed, 29 Nov 2006 12:57:06 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 29 Nov 2006 12:57:06 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 29 Nov 2006 14:57:06 -0600 From: "Mykel Alvis" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: Repository hosts In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17678_25537271.1164833826244" References: <[email protected]> <[email protected]> X-Google-Sender-Auth: bfaf2ace2e7bd00f X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_17678_25537271.1164833826244 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks! That helps quite a lot! On 11/29/06, Xavier Hanin <[email protected]> wrote: > > On 11/29/06, Mykel Alvis <[email protected]> wrote: > > > > I've still been unable to try ivy within my group, but it's launched > > another > > thing for me. > > > > I'm currently working on getting our repository boxes unfettered access > to > > the internet (i.e. non-proxied). > > What hosts should I add to the list in order to make ivy work best? > > > For the moment you just need ivyrep.jayasoft.org, but I suggest using an > enterprise repository instead of a public one. > > Will those hosts move with the move to apache? > > > Good question, we'll have to answer it with the first apache version. My > personal answer is "probably". > > Are there publicly accessible ivy repositories that supplement the current > > base ivy repository? > > > There is also the ivy repository sandbox here: > http://OpenSVN.csie.org/ivyrepsandbox > > You can also find others in the links section of Ivy site: > http://www.jayasoft.org/ivy/links > > Note that the ibiblio repository or one of its mirror is also necessary > (ivyrep do not store artifacts). > > > Xavier > > > > Thanks! > > Mykel > > -- > > I'm just an unfrozen caveman software developer. I don't understand > your > > strange, "modern" ways. > > > > > > -- I'm just an unfrozen caveman software developer. I don't understand your strange, "modern" ways. ------=_Part_17678_25537271.1164833826244--
From [email protected] Thu May 06 21:58:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70349 invoked from network); 6 May 2010 21:58:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 May 2010 21:58:18 -0000 Received: (qmail 67873 invoked by uid 500); 6 May 2010 21:58:18 -0000 Delivered-To: [email protected] Received: (qmail 67804 invoked by uid 500); 6 May 2010 21:58: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67797 invoked by uid 99); 6 May 2010 21:58:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 21:58:17 +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 smtp.rtsz.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 21:58:10 +0000 Received: from orilla.internal.rtsz.com (Orilla.internal.rtsz.com [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.rtsz.com (Postfix) with ESMTP id B53141CCB0 for <[email protected]>; Thu, 6 May 2010 17:57:34 -0400 (EDT) From: David Wimsey <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: flowRoot doesn't seem to handle flowPara children properly Date: Thu, 6 May 2010 17:57:47 -0400 Message-Id: <[email protected]> To: [email protected] Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) X-RTS-MailScanner-Information: Please contact the System Administrator for more information X-RTS-MailScanner: Found to be clean X-RTS-MailScanner-MCPCheck: X-RTS-MailScanner-From: [email protected] X-Old-Spam-Flag: not spam (whitelisted), SpamAssassin (not cached, score=-2.599, required 4, autolearn=not spam, BAYES_00 -2.60) It would appear that if I create a flowRoot with the required flowRegion = and a flowPara (which seems to be allowed by my interpretation of the = spec, Am I reading it wrong?) no text is rendered. If I nest the flowPara inside a flowDiv first, it works fine, which also = is fine according to the spec. The real problem for me comes down to the fact that Inkscape doesn't = seem to output the flowDiv, where as the other editors we've been using = in the past do. I was tracking down the various bits of info to submit = it as a bug to Inkscape but the spec seems to indicate the bug is in = Batik. Anyone have any thoughts as to fixing this? Doesn't seem like it should = be too much of a fix for someone with knowledge of the internals, or is = there a reason that it works like it does? Note: The spec I'm refering to is: = http://www.w3.org/TR/2004/WD-SVG12-20041027/flow.html Again, feel free = to correct me if I'm wrong.= --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 06 22:01:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71333 invoked from network); 6 May 2010 22:01:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 May 2010 22:01:00 -0000 Received: (qmail 69986 invoked by uid 500); 6 May 2010 22:01:00 -0000 Delivered-To: [email protected] Received: (qmail 69968 invoked by uid 500); 6 May 2010 22: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69961 invoked by uid 99); 6 May 2010 22:01:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 22:01:00 +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 smtp.rtsz.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 22:00:52 +0000 Received: from orilla.internal.rtsz.com (Orilla.internal.rtsz.com [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.rtsz.com (Postfix) with ESMTP id 763941CCB0 for <[email protected]>; Thu, 6 May 2010 18:00:16 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: flowRoot doesn't seem to handle flowPara children properly From: David Wimsey <[email protected]> In-Reply-To: <[email protected]> Date: Thu, 6 May 2010 18:00:29 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1078) X-RTS-MailScanner-Information: Please contact the System Administrator for more information X-RTS-MailScanner: Found to be clean X-RTS-MailScanner-MCPCheck: X-RTS-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: not spam (whitelisted), SpamAssassin (not cached, score=-2.599, required 4, autolearn=not spam, BAYES_00 -2.60) Sorry to self reply, forgot to attach the examples. So here they are, test_good.svg works fine but isn't what Inkscape spits = out, though it seems every other editor does output this way. = test_bad.svg isn't directly from Inkscape but the elements are the same = and it seems to be valid, just doesn't render the text, nor does = Squiggle let you select the text or anything like that. Its not just = invisible its not [email protected]. On May 6, 2010, at 5:57 PM, David Wimsey wrote: > It would appear that if I create a flowRoot with the required = flowRegion and a flowPara (which seems to be allowed by my = interpretation of the spec, Am I reading it wrong?) no text is rendered. >=20 > If I nest the flowPara inside a flowDiv first, it works fine, which = also is fine according to the spec. >=20 > The real problem for me comes down to the fact that Inkscape doesn't = seem to output the flowDiv, where as the other editors we've been using = in the past do. I was tracking down the various bits of info to submit = it as a bug to Inkscape but the spec seems to indicate the bug is in = Batik. >=20 > Anyone have any thoughts as to fixing this? Doesn't seem like it = should be too much of a fix for someone with knowledge of the internals, = or is there a reason that it works like it does? >=20 > Note: The spec I'm refering to is: = http://www.w3.org/TR/2004/WD-SVG12-20041027/flow.html Again, feel free = to correct me if I'm wrong. > --------------------------------------------------------------------- > 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 May 06 22:01:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71437 invoked from network); 6 May 2010 22:01:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 May 2010 22:01:34 -0000 Received: (qmail 70399 invoked by uid 500); 6 May 2010 22:01:34 -0000 Delivered-To: [email protected] Received: (qmail 70383 invoked by uid 500); 6 May 2010 22:01: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70376 invoked by uid 99); 6 May 2010 22:01:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 22:01: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO smtp.rtsz.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 22:01:27 +0000 Received: from orilla.internal.rtsz.com (Orilla.internal.rtsz.com [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.rtsz.com (Postfix) with ESMTP id CEC601CCB0 for <[email protected]>; Thu, 6 May 2010 18:00:51 -0400 (EDT) From: David Wimsey <[email protected]> Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: multipart/mixed; boundary=Apple-Mail-1-670806004 Subject: Re: flowRoot doesn't seem to handle flowPara children properly Date: Thu, 6 May 2010 18:01:05 -0400 In-Reply-To: <[email protected]> To: [email protected] References: <[email protected]> Message-Id: <[email protected]> X-Mailer: Apple Mail (2.1078) X-RTS-MailScanner-Information: Please contact the System Administrator for more information X-RTS-MailScanner: Found to be clean X-RTS-MailScanner-MCPCheck: X-RTS-MailScanner-From: [email protected] X-Old-Spam-Flag: not spam (whitelisted), SpamAssassin (not cached, score=-2.599, required 4, autolearn=not spam, BAYES_00 -2.60) --Apple-Mail-1-670806004 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Again, attachment ... I should quit now. --Apple-Mail-1-670806004 Content-Disposition: inline; filename=test_bad.svg Content-Type: image/svg+xml; name="test_bad.svg" Content-Transfer-Encoding: 7bit <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128" version="1.2"> <flowRoot xml:space="preserve"> <flowRegion> <rect y="0" x="0" width="128" height="128" style="stroke:none;fill:none"/> </flowRegion> <flowPara>Some text here. It might wrap, it might not, who cares.</flowPara> </flowRoot> </svg> --Apple-Mail-1-670806004 Content-Disposition: inline; filename=test_good.svg Content-Type: image/svg+xml; name="test_good.svg" Content-Transfer-Encoding: 7bit <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128" version="1.2"> <flowRoot xml:space="preserve"> <flowRegion> <rect y="0" x="0" width="128" height="128" style="stroke:none;fill:none"/> style="fill:none;stroke:none" /> </flowRegion> <flowDiv> <flowPara>Some text here. It might wrap, it might not, who cares.</flowPara> </flowDiv> </flowRoot> </svg> --Apple-Mail-1-670806004 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On May 6, 2010, at 5:57 PM, David Wimsey wrote: > It would appear that if I create a flowRoot with the required = flowRegion and a flowPara (which seems to be allowed by my = interpretation of the spec, Am I reading it wrong?) no text is rendered. >=20 > If I nest the flowPara inside a flowDiv first, it works fine, which = also is fine according to the spec. >=20 > The real problem for me comes down to the fact that Inkscape doesn't = seem to output the flowDiv, where as the other editors we've been using = in the past do. I was tracking down the various bits of info to submit = it as a bug to Inkscape but the spec seems to indicate the bug is in = Batik. >=20 > Anyone have any thoughts as to fixing this? Doesn't seem like it = should be too much of a fix for someone with knowledge of the internals, = or is there a reason that it works like it does? >=20 > Note: The spec I'm refering to is: = http://www.w3.org/TR/2004/WD-SVG12-20041027/flow.html Again, feel free = to correct me if I'm wrong. > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >=20 >=20 --Apple-Mail-1-670806004 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --Apple-Mail-1-670806004-- From [email protected] Thu May 06 22:12:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73879 invoked from network); 6 May 2010 22:12:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 May 2010 22:12:47 -0000 Received: (qmail 84051 invoked by uid 500); 6 May 2010 22:12:47 -0000 Delivered-To: [email protected] Received: (qmail 84030 invoked by uid 500); 6 May 2010 22:12: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84023 invoked by uid 99); 6 May 2010 22:12:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 22:12:47 +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-yw0-f185.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 22:12:40 +0000 Received: by ywh15 with SMTP id 15so329438ywh.27 for <[email protected]>; Thu, 06 May 2010 15:12:19 -0700 (PDT) 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=zxRAI9RgaCJQyw/6e5317fTAvcdlipqSAqB8CHAZRW4=; b=RkzCKClXp7Shyou3g73hTdSRsKPwABNe/D1puzjGXRcmDAdM81b3UOGpwTzoQD0POe SF/5GGuyUn9dlOVEnBocwm2L/pBOOFkfqj35+35ah8Rl5O7pP7GMOpB+eDQ68ghbpBBn kelt41DJ8XjAmIoHK58QOn3C7sXpm7tqYh/P4= 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=wZDS04w/ngE4m4R4360YUoA/NbFVFZ01YNtoBqzP7oaog1LibDcG2vx5QBVUbDxp3b 7wqElWKVpjBRFczOgTwRiKaZQc2bk4Xc9aGuLam18VjlLO2g6Pn4uQogT2H/vcZjn9RQ pfQnAp9ucvA1xDxidto154TBT/jL5ArYuWAW8= Received: by 161.129.204.104 with SMTP id h10mr427203ybi.447.1273183939382; Thu, 06 May 2010 15:12:19 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Thu, 6 May 2010 15:11:58 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: jonathan wood <[email protected]> Date: Thu, 6 May 2010 18:11:58 -0400 Message-ID: <[email protected]> Subject: Re: flowRoot doesn't seem to handle flowPara children properly To: [email protected] Content-Type: multipart/alternative; boundary=000e0cd6b3d07119fb0485f43ce5 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd6b3d07119fb0485f43ce5 Content-Type: text/plain; charset=ISO-8859-1 I think maybe test_good.svg is a bad reference...the (second) style attribute of the rect tag is dangling? <flowRegion> <rect y="0" x="0" width="128" height="128" style="stroke:none;fill:none"/> style="fill:none;stroke:none" /> </flowRegion> On Thu, May 6, 2010 at 6:01 PM, David Wimsey <[email protected]> wrote: > Again, attachment ... I should quit now. > > > > > On May 6, 2010, at 5:57 PM, David Wimsey wrote: > > > It would appear that if I create a flowRoot with the required flowRegion > and a flowPara (which seems to be allowed by my interpretation of the spec, > Am I reading it wrong?) no text is rendered. > > > > If I nest the flowPara inside a flowDiv first, it works fine, which also > is fine according to the spec. > > > > The real problem for me comes down to the fact that Inkscape doesn't seem > to output the flowDiv, where as the other editors we've been using in the > past do. I was tracking down the various bits of info to submit it as a bug > to Inkscape but the spec seems to indicate the bug is in Batik. > > > > Anyone have any thoughts as to fixing this? Doesn't seem like it should > be too much of a fix for someone with knowledge of the internals, or is > there a reason that it works like it does? > > > > Note: The spec I'm refering to is: > http://www.w3.org/TR/2004/WD-SVG12-20041027/flow.html Again, feel free to > correct me if I'm wrong. > > --------------------------------------------------------------------- > > 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] > --000e0cd6b3d07119fb0485f43ce5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <br>I think maybe test_good.svg is a bad reference...the (second) style att= ribute of the rect tag is dangling?<br><br>=A0=A0=A0 &lt;flowRegion&gt;<br>= =A0=A0=A0 &lt;rect y=3D&quot;0&quot; x=3D&quot;0&quot; width=3D&quot;128&qu= ot; height=3D&quot;128&quot; style=3D&quot;stroke:none;fill:none&quot;/&gt;= <br> =A0=A0=A0=A0=A0=A0=A0=A0 style=3D&quot;fill:none;stroke:none&quot; /&gt;<br= >=A0=A0=A0 &lt;/flowRegion&gt;<br><br><br><br><div class=3D"gmail_quote">On= Thu, May 6, 2010 at 6:01 PM, David Wimsey <span dir=3D"ltr">&lt;<a 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; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Again, attachment= ... I should quit now.<br> <br> <br><br> <br> On May 6, 2010, at 5:57 PM, David Wimsey wrote:<br> <br> &gt; It would appear that if I create a flowRoot with the required flowRegi= on and a flowPara (which seems to be allowed by my interpretation of the sp= ec, Am I reading it wrong?) no text is rendered.<br> &gt;<br> &gt; If I nest the flowPara inside a flowDiv first, it works fine, which al= so is fine according to the spec.<br> &gt;<br> &gt; The real problem for me comes down to the fact that Inkscape doesn&#39= ;t seem to output the flowDiv, where as the other editors we&#39;ve been us= ing in the past do. =A0I was tracking down the various bits of info to subm= it it as a bug to Inkscape but the spec seems to indicate the bug is in Bat= ik.<br> &gt;<br> &gt; Anyone have any thoughts as to fixing this? =A0Doesn&#39;t seem like i= t should be too much of a fix for someone with knowledge of the internals, = or is there a reason that it works like it does?<br> &gt;<br> &gt; Note: The spec I&#39;m refering to is: <a href=3D"http://www.w3.org/TR= /2004/WD-SVG12-20041027/flow.html" target=3D"_blank">http://www.w3.org/TR/2= 004/WD-SVG12-20041027/flow.html</a> =A0Again, feel free to correct me if I&= #39;m wrong.<br> &gt; ---------------------------------------------------------------------<= br> &gt; To unsubscribe, e-mail: <a href=3D"mailto:batik-dev-unsubscribe@xmlgra= phics.apache.org">[email protected]</a><br> &gt; For additional commands, e-mail: <a href=3D"mailto:batik-dev-help@xmlg= raphics.apache.org">[email protected]</a><br> &gt;<br> &gt;<br> <br> <br> <br><br> ---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href=3D"mailto:batik-dev-unsubscribe@xmlgraphics= .apache.org">[email protected]</a><br> For additional commands, e-mail: <a href=3D"mailto:batik-dev-help@xmlgraphi= cs.apache.org">[email protected]</a><br></blockquote></= div><br> --000e0cd6b3d07119fb0485f43ce5-- From [email protected] Thu May 06 22:15:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75061 invoked from network); 6 May 2010 22:15:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 May 2010 22:15:00 -0000 Received: (qmail 88672 invoked by uid 500); 6 May 2010 22:15:00 -0000 Delivered-To: [email protected] Received: (qmail 88651 invoked by uid 500); 6 May 2010 22: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88644 invoked by uid 99); 6 May 2010 22: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, 06 May 2010 22:15:00 +0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=AWL,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-yw0-f185.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 22:14:55 +0000 Received: by ywh15 with SMTP id 15so330520ywh.27 for <[email protected]>; Thu, 06 May 2010 15:14:34 -0700 (PDT) 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=X5Ah2fWB+X5aDe38h+tNpRHYkKLyqDdEMLjzIFGNSGs=; b=R1/BOBQgqsPjOEDBdly25lI4rft941uAEhuea97hdXiZYYq2PNJTDahxu81uoPm/28 yhgckAdq47d77ZzTlhRHRcT4p3Gpa99qS9IRbjxnqKAcK4PJasIXmiLoqmzQXG30ayeX 8wOIKgvpuf8QtspCqgaA6kx0qRbnvHI9p2WyU= 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=A5MieoT6K6XraQsrqaLln3Jl8H+P4mywBm+/W1gg9Agn3fBIiSFMoSYO9sDQ6pnG0a snH75oAvYsLOOKkZCvQIB891z5IPCU4KyVIclBHY+J5XNa1WkgwhQCw4zmmmVYF07END NgfzZ6xo5xQ9K+j7Cdz+ChYTkCEFgFY+NDgn8= Received: by 161.129.204.104 with SMTP id s13mr2059084ybm.313.1273184074271; Thu, 06 May 2010 15:14:34 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Thu, 6 May 2010 15:14:14 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> From: jonathan wood <[email protected]> Date: Thu, 6 May 2010 18:14:14 -0400 Message-ID: <[email protected]> Subject: Re: flowRoot doesn't seem to handle flowPara children properly To: [email protected] Content-Type: multipart/alternative; boundary=001e680f15307b20b00485f44418 --001e680f15307b20b00485f44418 Content-Type: text/plain; charset=ISO-8859-1 disregard my comment...removal of he additional attribute shows the same problem. On Thu, May 6, 2010 at 6:11 PM, jonathan wood <[email protected]>wrote: > > I think maybe test_good.svg is a bad reference...the (second) style > attribute of the rect tag is dangling? > > <flowRegion> > <rect y="0" x="0" width="128" height="128" > style="stroke:none;fill:none"/> > style="fill:none;stroke:none" /> > </flowRegion> > > > > On Thu, May 6, 2010 at 6:01 PM, David Wimsey <[email protected]> wrote: > >> Again, attachment ... I should quit now. >> >> >> >> >> On May 6, 2010, at 5:57 PM, David Wimsey wrote: >> >> > It would appear that if I create a flowRoot with the required flowRegion >> and a flowPara (which seems to be allowed by my interpretation of the spec, >> Am I reading it wrong?) no text is rendered. >> > >> > If I nest the flowPara inside a flowDiv first, it works fine, which also >> is fine according to the spec. >> > >> > The real problem for me comes down to the fact that Inkscape doesn't >> seem to output the flowDiv, where as the other editors we've been using in >> the past do. I was tracking down the various bits of info to submit it as a >> bug to Inkscape but the spec seems to indicate the bug is in Batik. >> > >> > Anyone have any thoughts as to fixing this? Doesn't seem like it should >> be too much of a fix for someone with knowledge of the internals, or is >> there a reason that it works like it does? >> > >> > Note: The spec I'm refering to is: >> http://www.w3.org/TR/2004/WD-SVG12-20041027/flow.html Again, feel free >> to correct me if I'm wrong. >> > --------------------------------------------------------------------- >> > 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] >> > > --001e680f15307b20b00485f44418 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable disregard my comment...removal of he additional attribute shows the same pr= oblem.<br><br><div class=3D"gmail_quote">On Thu, May 6, 2010 at 6:11 PM, jo= nathan wood <span dir=3D"ltr">&lt;<a href=3D"mailto:[email protected].= com">[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;"><br>I think maybe= test_good.svg is a bad reference...the (second) style attribute of the rec= t tag is dangling?<br> <br>=A0=A0=A0 &lt;flowRegion&gt;<br>=A0=A0=A0 &lt;rect y=3D&quot;0&quot; x= =3D&quot;0&quot; width=3D&quot;128&quot; height=3D&quot;128&quot; style=3D&= quot;stroke:none;fill:none&quot;/&gt;<br> =A0=A0=A0=A0=A0=A0=A0=A0 style=3D&quot;fill:none;stroke:none&quot; /&gt;<br= >=A0=A0=A0 &lt;/flowRegion&gt;<br><br><br><br><div class=3D"gmail_quote"><d= iv class=3D"im">On Thu, May 6, 2010 at 6:01 PM, David Wimsey <span dir=3D"l= tr">&lt;<a href=3D"mailto:[email protected]" target=3D"_blank">[email protected].= com</a>&gt;</span> wrote:<br> </div><blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex;= border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class= =3D"im">Again, attachment ... I should quit now.<br> <br> <br><br> <br></div><div class=3D"im"> On May 6, 2010, at 5:57 PM, David Wimsey wrote:<br> <br></div><div><div></div><div class=3D"h5"> &gt; It would appear that if I create a flowRoot with the required flowRegi= on and a flowPara (which seems to be allowed by my interpretation of the sp= ec, Am I reading it wrong?) no text is rendered.<br> &gt;<br> &gt; If I nest the flowPara inside a flowDiv first, it works fine, which al= so is fine according to the spec.<br> &gt;<br> &gt; The real problem for me comes down to the fact that Inkscape doesn&#39= ;t seem to output the flowDiv, where as the other editors we&#39;ve been us= ing in the past do. =A0I was tracking down the various bits of info to subm= it it as a bug to Inkscape but the spec seems to indicate the bug is in Bat= ik.<br> &gt;<br> &gt; Anyone have any thoughts as to fixing this? =A0Doesn&#39;t seem like i= t should be too much of a fix for someone with knowledge of the internals, = or is there a reason that it works like it does?<br> &gt;<br> &gt; Note: The spec I&#39;m refering to is: <a href=3D"http://www.w3.org/TR= /2004/WD-SVG12-20041027/flow.html" target=3D"_blank">http://www.w3.org/TR/2= 004/WD-SVG12-20041027/flow.html</a> =A0Again, feel free to correct me if I&= #39;m wrong.<br> &gt; ---------------------------------------------------------------------<= br> &gt; To unsubscribe, e-mail: <a href=3D"mailto:batik-dev-unsubscribe@xmlgra= phics.apache.org" target=3D"_blank">[email protected]= e.org</a><br> &gt; For additional commands, e-mail: <a href=3D"mailto:batik-dev-help@xmlg= raphics.apache.org" target=3D"_blank">[email protected]= </a><br> &gt;<br> &gt;<br> <br> <br> <br><br> ---------------------------------------------------------------------<br> To unsubscribe, e-mail: <a href=3D"mailto:batik-dev-unsubscribe@xmlgraphics= .apache.org" target=3D"_blank">[email protected]= </a><br> For additional commands, e-mail: <a href=3D"mailto:batik-dev-help@xmlgraphi= cs.apache.org" target=3D"_blank">[email protected]</a><= br></div></div></blockquote></div><br> </blockquote></div><br> --001e680f15307b20b00485f44418-- From [email protected] Sun May 09 17:25:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30892 invoked from network); 9 May 2010 17:25:39 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 May 2010 17:25:39 -0000 Received: (qmail 21911 invoked by uid 500); 9 May 2010 17:25:39 -0000 Delivered-To: [email protected] Received: (qmail 21845 invoked by uid 500); 9 May 2010 17: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]> List-Id: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21838 invoked by uid 99); 9 May 2010 17:25:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 May 2010 17:25: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, 09 May 2010 17:25: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 o49HPEaT014451 for <[email protected]>; Sun, 9 May 2010 17:25:14 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o49HPDar014450; Sun, 9 May 2010 13:25:13 -0400 (EDT) Date: Sun, 9 May 2010 13:25:13 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49216] NullPointerException in DataBufferInt.getBankData() X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Batik X-Bugzilla-Component: SVG Rasterizer 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=49216 --- Comment #4 from [email protected] 2010-05-09 13:25:09 EDT --- I'm continuing to get this error even if I raise the JVM maximum memory allocation substantially. The most recent stack trace with -Xmx1536M is: java.lang.NullPointerException at java.awt.image.DataBufferInt.getBankData(DataBufferInt.java:162) at org.apache.batik.ext.awt.image.rendered.PadRed$ZeroRecter_INT_PACK.<init>(PadRed.java:156) at org.apache.batik.ext.awt.image.rendered.PadRed$ZeroRecter.getZeroRecter(PadRed.java:123) at org.apache.batik.ext.awt.image.rendered.PadRed.handleZero(PadRed.java:193) at org.apache.batik.ext.awt.image.rendered.PadRed.copyData(PadRed.java:92) at org.apache.batik.ext.awt.image.rendered.ColorMatrixRed.copyData(ColorMatrixRed.java:116) at org.apache.batik.ext.awt.image.rendered.FormatRed.copyData(FormatRed.java:116) at org.apache.batik.ext.awt.image.rendered.AbstractRed.getData(AbstractRed.java:526) at org.apache.batik.ext.awt.image.GraphicsUtil.drawImage(GraphicsUtil.java:264) at org.apache.batik.ext.awt.image.GraphicsUtil.drawImage(GraphicsUtil.java:455) at org.apache.batik.ext.awt.image.renderable.PadRable8Bit.paintRable(PadRable8Bit.java:135) at org.apache.batik.ext.awt.image.GraphicsUtil.drawImage(GraphicsUtil.java:440) at org.apache.batik.ext.awt.image.renderable.PadRable8Bit.paintRable(PadRable8Bit.java:135) at org.apache.batik.ext.awt.image.GraphicsUtil.drawImage(GraphicsUtil.java:440) at org.apache.batik.ext.awt.image.renderable.FilterChainRable8Bit.paintRable(FilterChainRable8Bit.java:251) at org.apache.batik.ext.awt.image.GraphicsUtil.drawImage(GraphicsUtil.java:440) at org.apache.batik.gvt.AbstractGraphicsNode.paint(AbstractGraphicsNode.java:549) at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(CompositeGraphicsNode.java:165) at org.apache.batik.gvt.AbstractGraphicsNode.paint(AbstractGraphicsNode.java:509) at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(CompositeGraphicsNode.java:165) at org.apache.batik.gvt.filter.GraphicsNodeRed8Bit.genRect(GraphicsNodeRed8Bit.java:140) at org.apache.batik.gvt.filter.GraphicsNodeRed8Bit.copyData(GraphicsNodeRed8Bit.java:116) at org.apache.batik.ext.awt.image.rendered.PadRed.copyData(PadRed.java:88) at org.apache.batik.ext.awt.image.rendered.AbstractRed.getData(AbstractRed.java:526) at org.apache.batik.ext.awt.image.rendered.Any2LumRed.copyData(Any2LumRed.java:71) at org.apache.batik.ext.awt.image.rendered.AbstractRed.getData(AbstractRed.java:526) at org.apache.batik.ext.awt.image.rendered.FilterAsAlphaRed.copyData(FilterAsAlphaRed.java:83) at org.apache.batik.ext.awt.image.rendered.AbstractRed.getData(AbstractRed.java:526) at org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed.INT_PACK_BYTE_COMP_Impl(MultiplyAlphaRed.java:107) at org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed.copyData(MultiplyAlphaRed.java:183) at org.apache.batik.ext.awt.image.rendered.Any2sRGBRed.copyData(Any2sRGBRed.java:166) at org.apache.batik.ext.awt.image.rendered.FormatRed.copyData(FormatRed.java:116) at org.apache.batik.ext.awt.image.GraphicsUtil.drawImage(GraphicsUtil.java:347) at org.apache.batik.ext.awt.image.GraphicsUtil.drawImage(GraphicsUtil.java:455) at org.apache.batik.gvt.AbstractGraphicsNode.paint(AbstractGraphicsNode.java:549) at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(CompositeGraphicsNode.java:165) at org.apache.batik.gvt.AbstractGraphicsNode.paint(AbstractGraphicsNode.java:509) at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(CompositeGraphicsNode.java:165) at org.apache.batik.gvt.AbstractGraphicsNode.paint(AbstractGraphicsNode.java:509) at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(CompositeGraphicsNode.java:165) at org.apache.batik.gvt.AbstractGraphicsNode.paint(AbstractGraphicsNode.java:509) at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(CompositeGraphicsNode.java:165) at org.apache.batik.gvt.AbstractGraphicsNode.paint(AbstractGraphicsNode.java:509) at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(CompositeGraphicsNode.java:165) at org.apache.batik.gvt.CanvasGraphicsNode.primitivePaint(CanvasGraphicsNode.java:159) at org.apache.batik.gvt.AbstractGraphicsNode.paint(AbstractGraphicsNode.java:509) at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(CompositeGraphicsNode.java:165) at org.apache.batik.gvt.AbstractGraphicsNode.paint(AbstractGraphicsNode.java:509) at org.apache.batik.gvt.renderer.MacRenderer.repaint(MacRenderer.java:361) at org.apache.batik.gvt.renderer.MacRenderer.repaint(MacRenderer.java:291) at org.apache.batik.transcoder.image.ImageTranscoder.transcode(ImageTranscoder.java:111) at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(XMLAbstractTranscoder.java:142) at org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(SVGAbstractTranscoder.java:156) at com.dji.converter.epub.renderer.ImageRenderer.convertVectorImage(ImageRenderer.java:332) at com.dji.converter.epub.renderer.ImageRenderer.render(ImageRenderer.java:113) at com.dji.converter.epub.renderer.ImageRenderer.render(ImageRenderer.java:56) at com.dji.converter.epub.ePubWriter.writeContent(ePubWriter.java:218) at com.dji.converter.epub.ePubConverter.writeContent(ePubConverter.java:376) at com.dji.converter.epub.ePubConverter.processEvents(ePubConverter.java:335) at com.dji.converter.epub.ePubConverter.convert(ePubConverter.java:185) at com.dji.converter.ConverterBase.run(ConverterBase.java:88) at java.lang.Thread.run(Thread.java:613) Invalid memory access of location 0x128 eip=0x4dcd8a -- 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 May 11 10:03:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72410 invoked from network); 11 May 2010 10:03:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 May 2010 10:03:11 -0000 Received: (qmail 62411 invoked by uid 500); 11 May 2010 10:03:11 -0000 Delivered-To: [email protected] Received: (qmail 62276 invoked by uid 500); 11 May 2010 10:03: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62267 invoked by uid 99); 11 May 2010 10:03:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 10:03:09 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=HTML_MESSAGE,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 smtp1.kodak.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 10:02:59 +0000 Received: from roc-us-ewsa.kodak.com (roc-us-ewsa.kodak.com [161.129.204.104]) by smtp1.kodak.com (8.11.3/8.11.1) with SMTP id o4BA2db20686 for <[email protected]>; Tue, 11 May 2010 06:02:39 -0400 (EDT) Received: from (unknown [161.129.204.104]) by blade03 with smtp id 4cbf_6df8_54bb2cc4_5ce4_11df_b2e9_001f29c63f5e; Tue, 11 May 2010 10:02:38 +0000 In-Reply-To: <[email protected]> References: <[email protected]> X-Disclaimed: 53822 To: [email protected] Cc: [email protected] MIME-Version: 1.0 Subject: Re: flowRoot doesn't seem to handle flowPara children properly X-KeepSent: A6B81352:105D71AE-85257720:0035152B; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.5 SHF183 May 27, 2009 Message-ID: <[email protected]> From: [email protected] Date: Tue, 11 May 2010 06:02:39 -0400 X-MIMETrack: Serialize by Router on KNOTES2/ISBP/EKC(Release 8.5.1FP1|January 05, 2010) at 05/11/2010 06:02:38 AM, Serialize complete at 05/11/2010 06:02:38 AM Content-Type: multipart/alternative; boundary="=_alternative 00372BF785257720_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 00372BF785257720_= Content-Type: text/plain; charset="US-ASCII" Hi David, David Wimsey <[email protected]> wrote on 05/06/2010 05:57:47 PM: > flowRoot doesn't seem to handle flowPara children properly > > It would appear that if I create a flowRoot with the required > flowRegion and a flowPara (which seems to be allowed by my > interpretation of the spec, Am I reading it wrong?) no text is rendered. The spec has changed since the implementation was written. Originally a flowDiv was required to hold the flowPara elements. > Anyone have any thoughts as to fixing this? Doesn't seem like it > should be too much of a fix for someone with knowledge of the > internals, or is there a reason that it works like it does? All the code for the flowRoot traversals are in: batik.bridge.svg12.SVGFlowRootElementBridge It makes the code simpler that there can only be one flowDiv and that all of the flowPara elements are contained in it. It might not be to bad to adjust the code to search the whole flowRoot element and collect flowRoot and flowPara elements. The big question is would things do the right thing with the nested block elements... --=_alternative 00372BF785257720_= Content-Type: text/html; charset="US-ASCII" <font size=2 face="sans-serif">Hi David,</font> <br> <br><tt><font size=2>David Wimsey &lt;[email protected]&gt; wrote on 05/06/2010 05:57:47 PM:<br> <br> &gt; flowRoot doesn't seem to handle flowPara children properly</font></tt> <br><tt><font size=2>&gt; <br> &gt; It would appear that if I create a flowRoot with the required <br> &gt; flowRegion and a flowPara (which seems to be allowed by my <br> &gt; interpretation of the spec, Am I reading it wrong?) no text is rendered.<br> </font></tt> <br><tt><font size=2>&nbsp; &nbsp;The spec has changed since the implementation was written.</font></tt> <br><tt><font size=2>Originally a flowDiv was required to hold the flowPara elements.</font></tt> <br> <br><tt><font size=2>&gt; Anyone have any thoughts as to fixing this? &nbsp;Doesn't seem like it <br> &gt; should be too much of a fix for someone with knowledge of the <br> &gt; internals, or is there a reason that it works like it does?<br> </font></tt> <br><tt><font size=2>&nbsp; &nbsp;All the code for the flowRoot traversals are in:</font></tt> <br><tt><font size=2>batik.bridge.svg12.SVGFlowRootElementBridge</font></tt> <br> <br><tt><font size=2>&nbsp; &nbsp;It makes the code simpler that there can only be one</font></tt> <br><tt><font size=2>flowDiv and that all of the flowPara elements are contained</font></tt> <br><tt><font size=2>in it. &nbsp;It might not be to bad to adjust the code to search</font></tt> <br><tt><font size=2>the whole flowRoot element and collect flowRoot and flowPara</font></tt> <br><tt><font size=2>elements. &nbsp;The big question is would things do the right</font></tt> <br><tt><font size=2>thing with the nested block elements...</font></tt> <br><font size=2 face="sans-serif"><br> </font> --=_alternative 00372BF785257720_=-- From [email protected] Wed May 19 19:32:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3886 invoked from network); 19 May 2010 19:32:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 May 2010 19:32:12 -0000 Received: (qmail 3900 invoked by uid 500); 19 May 2010 19:32:12 -0000 Delivered-To: [email protected] Received: (qmail 3860 invoked by uid 500); 19 May 2010 19:32: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3839 invoked by uid 99); 19 May 2010 19:32:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 19:32:11 +0000 X-ASF-Spam-Status: No, hits=-1421.3 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, 19 May 2010 19:32: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 o4JJVoh3017466 for <[email protected]>; Wed, 19 May 2010 19:31:50 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o4JJVn52017465; Wed, 19 May 2010 15:31:49 -0400 (EDT) Date: Wed, 19 May 2010 15:31:49 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48693] PNG generated by batik doesn't open in IE7 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Batik X-Bugzilla-Component: SVG Rasterizer X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: REOPENED 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=48693 --- Comment #10 from Jonathan Wood <[email protected]> 2010-05-19 15:31:46 EDT --- Created an attachment (id=25457) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25457) Possible resolution in svn diff format Tested locally, not fully regression tested -- 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 May 21 10:01:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80952 invoked from network); 21 May 2010 10:01:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 May 2010 10:01:57 -0000 Received: (qmail 44554 invoked by uid 500); 21 May 2010 10:01:57 -0000 Delivered-To: [email protected] Received: (qmail 44436 invoked by uid 500); 21 May 2010 10: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44429 invoked by uid 99); 21 May 2010 10:01:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 10:01:55 +0000 X-ASF-Spam-Status: No, hits=-1425.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; Fri, 21 May 2010 10:01: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 o4LA1YvB011510 for <[email protected]>; Fri, 21 May 2010 10:01:34 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o4LA1Y9v011503; Fri, 21 May 2010 06:01:34 -0400 (EDT) Date: Fri, 21 May 2010 06:01:34 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48693] PNG generated by batik doesn't open in IE7 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Batik X-Bugzilla-Component: SVG Rasterizer 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=48693 Thomas Deweese <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #11 from Thomas Deweese <[email protected]> 2010-05-21 06:01:31 EDT --- Fixed in revision 946961. The IDAT stream should no longer write zero length IDAT secions. -- 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 Jul 25 07:50:56 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39328 invoked from network); 25 Jul 2004 07:50:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 25 Jul 2004 07:50:56 -0000 Received: (qmail 59771 invoked by uid 500); 25 Jul 2004 07:50:56 -0000 Delivered-To: [email protected] Received: (qmail 59690 invoked by uid 500); 25 Jul 2004 07:50: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: "ORO Developers List" <oro-dev.jakarta.apache.org> Reply-To: "ORO Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59675 invoked by uid 99); 25 Jul 2004 07:50:55 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=ALL_TRUSTED,INVALID_DATE 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.27.1) with ESMTP; Sun, 25 Jul 2004 00:50:55 -0700 Date: 25 Jul 04 07:47:04 From: Daniel Savarese <[email protected]> To: [email protected] Subject: [GUMP@brutus]: jakarta-oro/jakarta-oro 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 folk at [email protected]. Project jakarta-oro *no longer* has an issue. Project State : 'Success' Full details are available at: http://brutus.apache.org/gump/public/jakarta-oro/jakarta-oro/index.html That said, some snippets follow: The following annotations were provided: -INFO- Enable "verbose" output, due to 1 previous error(s). The following work was performed: http://brutus.apache.org/gump/public/jakarta-oro/jakarta-oro/gump_work/build_jakarta-oro_jakarta-oro.html Work Name: build_jakarta-oro_jakarta-oro (Type: Build) State: Success Elapsed: 14 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xml-apis.jar org.apache.tools.ant.Main -verbose -Dgump.merge=/usr/local/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dversion=20040725 -f build.xml jar [Working Directory: /usr/local/gump/public/workspace/jakarta-oro] CLASSPATH : /usr/local/j2sdk1.4.2_04/lib/tools.jar:/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--------------------------------------------- [jar] adding directory org/apache/oro/text/perl/ [jar] adding entry org/apache/oro/text/perl/MalformedPerl5PatternException.class [jar] adding entry org/apache/oro/text/perl/ParsedSubstitutionEntry.class [jar] adding entry org/apache/oro/text/perl/Perl5Util.class [jar] adding directory org/apache/oro/text/regex/ [jar] adding entry org/apache/oro/text/regex/CharStringPointer.class [jar] adding entry org/apache/oro/text/regex/OpCode.class [jar] adding entry org/apache/oro/text/regex/Perl5Compiler.class [jar] adding entry org/apache/oro/text/regex/Perl5CompilerOptions.class [jar] adding entry org/apache/oro/text/regex/Perl5Debug.class [jar] adding entry org/apache/oro/text/regex/Perl5Engine.class [jar] adding entry org/apache/oro/text/regex/Perl5MatchResult.class [jar] adding entry org/apache/oro/text/regex/Perl5Matcher.class [jar] adding entry org/apache/oro/text/regex/Perl5Pattern.class [jar] adding entry org/apache/oro/text/regex/Perl5Repetition.class [jar] adding entry org/apache/oro/text/regex/Perl5Substitution.class [jar] Building jar: /usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-util-20040725.jar [jar] adding directory META-INF/ [jar] adding entry META-INF/MANIFEST.MF [jar] adding directory org/ [jar] adding directory org/apache/ [jar] adding directory org/apache/oro/ [jar] adding directory org/apache/oro/io/ [jar] adding directory org/apache/oro/util/ [jar] adding entry org/apache/oro/io/AwkFilenameFilter.class [jar] adding entry org/apache/oro/io/GlobFilenameFilter.class [jar] adding entry org/apache/oro/io/Perl5FilenameFilter.class [jar] adding entry org/apache/oro/io/RegexFilenameFilter.class [jar] adding directory org/apache/oro/text/ [jar] adding entry org/apache/oro/text/DefaultMatchAction.class [jar] adding entry org/apache/oro/text/GenericPatternCache.class [jar] adding entry org/apache/oro/text/MalformedCachePatternException.class [jar] adding entry org/apache/oro/text/MatchAction.class [jar] adding entry org/apache/oro/text/MatchActionInfo.class [jar] adding entry org/apache/oro/text/MatchActionProcessor.class [jar] adding entry org/apache/oro/text/PatternCache.class [jar] adding entry org/apache/oro/text/PatternCacheFIFO.class [jar] adding entry org/apache/oro/text/PatternCacheFIFO2.class [jar] adding entry org/apache/oro/text/PatternCacheLRU.class [jar] adding entry org/apache/oro/text/PatternCacheRandom.class [jar] adding entry org/apache/oro/util/Cache.class [jar] adding entry org/apache/oro/util/CacheFIFO.class [jar] adding entry org/apache/oro/util/CacheFIFO2.class [jar] adding entry org/apache/oro/util/CacheLRU.class [jar] adding entry org/apache/oro/util/CacheRandom.class [jar] adding entry org/apache/oro/util/GenericCache.class [jar] adding entry org/apache/oro/util/GenericCacheEntry.class BUILD SUCCESSFUL Total time: 13 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: RSS: http://brutus.apache.org/gump/public/jakarta-oro/jakarta-oro/rss.xml Atom: http://brutus.apache.org/gump/public/jakarta-oro/jakarta-oro/atom.xml -- Gump E-mail Identifier (within run) #21. Produced by Gump 2.1.0-alpha-0002. [Run (20040725 00:00:28, brutus:brutus-public:20040725 00:00:28)] http://brutus.apache.org/gump/public/index.html http://brutus.apache.org/gump/public/options.html -- Apache Gump http://gump.apache.org/ [Instance: brutus] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Sat Jun 17 16:39:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18342 invoked from network); 17 Jun 2006 16:39:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2006 16:39:08 -0000 Received: (qmail 38378 invoked by uid 500); 17 Jun 2006 16:38:15 -0000 Delivered-To: [email protected] Received: (qmail 35940 invoked by uid 500); 17 Jun 2006 16:38: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]> List-Id: <soap-user.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 33899 invoked by uid 99); 17 Jun 2006 16:37:50 -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 09:37:50 -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; Sat, 17 Jun 2006 09:15:39 -0700 Received: by nz-out-0102.google.com with SMTP id r28so880600nza for <[email protected]>; Sat, 17 Jun 2006 09:15:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=gHvOnXHV2kEXB2dc/Z1Y5Noi71DI6QwddflyPo3yWBRjzUDIn/MujkMEVR/Y1uH2tmfAow03YwGyZPGiWmHVoNG7tCQjfg0S+t0k4t7va4QKDQJWuUHyWua3kHtRH36mOrBpo5jvQ1m8XQA5k/Tja9YGMRT9JNUCR5cN2ll59qU= Received: by 161.129.204.104 with SMTP id p45mr5194002nzi; Sat, 17 Jun 2006 09:15:19 -0700 (PDT) Received: from ?161.129.204.104? ( [161.129.204.104]) by mx.gmail.com with ESMTP id 7sm6422155nzn.2161.129.204.104.15.17; Sat, 17 Jun 2006 09:15:18 -0700 (PDT) Message-ID: <[email protected]> Date: Sat, 17 Jun 2006 21:44:22 +0600 From: Samisa Abeysinghe <[email protected]> User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: [ANN][Axis2] Apache Axis2/C 0.92 Released 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 Hi All, We are pleased to announce the release of Apache Axis2/C version 0.92. You can download this release from http://ws.apache.org/axis2/c/download.cgi We welcome your early feedback on this implementation. Please send your feedback to [email protected]. Major Changes Since Last Release 1. Completed MTOM implementation with multiple attachment support and non-optimized case 2. Completed service client API with send robust and fire and forget 3. Added "message" to description hierarchy 4. Archive based deployment Model (for services and modules) 5. Code generation for WSDL using Java WSDL2Code tool 6. ADB support (with Java WSDL2Code tool) 7. WS-Security usernameToken support 8. Initial implementation of the XML Schema parser (To be used in WSDL parser and REST support) 9. Initial implementation of WSDL parser (To be used in dynamic invocation) 10. Changed double pointer environment parameters into pointer parameters to improve efficiency Key Features 1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support. 2. Support for One-Way Messaging (In-Only) and Request Response Messaging (In-Out) 3. Module Architecture, mechanism to extend the SOAP processing model 4. Context hierarchy 5. Directory based deployment model 6. Raw XML providers 7. WS-Addressing, both the submission (2004/08) and final (2005/08) versions 8. Transports supports: HTTP * Both simple axis server and Apache2 httpd module o SSL client transport 9. Service Groups 10. Service client and operation client APIs 11. REST support (POST case) 12. Module version support 13. Archive based deployment Model 14. MTOM support 15. WSDL Code Generation Tool for Stub and skeletons (based on Java tool) New * Axis Data Binding - ADB New 16. Security module, usernameToken support New Un-Implemented Architecture Features (TBD in 1.0) 1. Sessions scoping for Application, SOAP, Transport and Request levels 2. Different character encoding support 3. REST (REpresentational State Transfer) Support (GET case) 4. Dynamic client invocation (given a WSDL, consume services dynamically) Un-Implemented Architecture Features (TBD post 1.0) 1. Security module with encryption and signing 2. Server side Web Service Policy support 3. C2WSDL 4. WSDL2C Thanks for your interest in Axis2C -- Apache Axis2C Team -- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jun 17 19:20:30 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54062 invoked from network); 17 Jun 2006 19:20:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2006 19:20:30 -0000 Received: (qmail 74118 invoked by uid 500); 17 Jun 2006 19:20:28 -0000 Delivered-To: [email protected] Received: (qmail 74102 invoked by uid 500); 17 Jun 2006 19:20:28 -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: <soap-user.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74091 invoked by uid 99); 17 Jun 2006 19:20:28 -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 12:20:28 -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 jupiter.sg.ch.namics.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jun 2006 12:20:27 -0700 Received: from orion.namics.com ([161.129.204.104]) by jupiter.sg.ch.namics.com (Lotus Domino Release 7.0.1) with ESMTP id 2006061721200291-1572 for <[email protected]> ; Sat, 17 Jun 2006 21:20:02 +0200 Subject: Sandro Ruch/namics/com is out of the office. From: Sandro Ruch <[email protected]> To: [email protected] Message-ID: <[email protected]> Date: Sat, 17 Jun 2006 21:20:02 +0200 MIME-Version: 1.0 X-MIMETrack: Serialize by Router on Orion/namics(Release 7.0.1|January 17, 2006) at 17.06.2006 21:20:03, Itemize by SMTP Server on Jupiter/namics(Release 7.0.1|January 17, 2006) at 17.06.2006 21:20:03, Serialize by Router on Jupiter/namics(Release 7.0.1|January 17, 2006) at 17.06.2006 21:20:27, Serialize [email protected] 21:20:27 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 I will be out of the office starting 14.06.2006 and will not return until 19.06.2006. I will respond to your message when I return. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Tue Dec 01 12:25:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93264 invoked from network); 1 Dec 2009 12:25:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Dec 2009 12:25:17 -0000 Received: (qmail 63560 invoked by uid 500); 1 Dec 2009 12:25:17 -0000 Delivered-To: [email protected] Received: (qmail 63472 invoked by uid 500); 1 Dec 2009 12: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: [email protected] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63462 invoked by uid 99); 1 Dec 2009 12:25:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 12:25:15 +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 postfix.arnes.si) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 12:25:05 +0000 Received: from localhost (avs3.arnes.si [161.129.204.104]) by postfix.arnes.si (Postfix) with ESMTP id B74BCA9C06 for <[email protected]>; Tue, 1 Dec 2009 13:24:44 +0100 (MET) X-Virus-Scanned: [email protected] Received: from postfix.arnes.si ([161.129.204.104]) by localhost (avs3.arnes.si [161.129.204.104]) (amavisd-new, port 10030) with ESMTP id M4fHLA6yEWLn for <[email protected]>; Tue, 1 Dec 2009 13:24:44 +0100 (CET) Received: from rzenik.arnes.si (rzenik.arnes.si [161.129.204.104]) by postfix.arnes.si (Postfix) with ESMTP id 66DFEA9C05 for <[email protected]>; Tue, 1 Dec 2009 13:24:44 +0100 (MET) Received: from localhost (avs3.arnes.si [161.129.204.104]) by rzenik.arnes.si (Postfix) with ESMTP id 404E2ABE25 for <[email protected]>; Tue, 1 Dec 2009 13:24:44 +0100 (MET) X-Virus-Scanned: [email protected] Received: from rzenik.arnes.si ([161.129.204.104]) by localhost (avs3.arnes.si [161.129.204.104]) (amavisd-new, port 10028) with ESMTP id 79gfnrRRhBdE for <[email protected]>; Tue, 1 Dec 2009 13:24:44 +0100 (CET) Received: from [161.129.204.104] (jalovec.arnes.si [161.129.204.104]) by rzenik.arnes.si (Postfix) with ESMTP id E2BEDABE24 for <[email protected]>; Tue, 1 Dec 2009 13:24:43 +0100 (MET) Message-ID: <[email protected]> Date: Tue, 01 Dec 2009 13:24:43 +0100 From: TomazM <[email protected]> Organization: ARNES User-Agent: Thunderbird 161.129.204.104 (Windows/20090812) MIME-Version: 1.0 To: [email protected] Subject: xml-rpc over SSL; strange behavior X-Enigmail-Version: 0.96.0 Content-Type: multipart/mixed; boundary="------------050308030400040109090509" X-Virus-Checked: Checked by ClamAV on apache.org --------------050308030400040109090509 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Is it possible a client close connection, client use SSL. I have very strange problem with all apache xml-rpc (1.2 or 3.1.2 version) library when using SSL. I have this: xml-rpc client in java (using 1.2. version OR 3.1.2 version) xml-rpc server(c++) 1) When I use client(whith SSL) on centos, ubuntu it works fine, but if I use it on Win XP it crash server. XP OS(java 1.5 or 1.6): Actually first run a client program It looks everything fine, but second run of client, crash server. Linux OS(java 1.5 or 1.6): Client run for many times and server is still alive. It seam that something is wrong with SSL communication, I can't figure it out. 2) Is it possible from XmlRpcClient close connection(SSL)? 3) What is the best pratice to use XmlRpcClient with SSL? 4) XmlRpcClient version 1.2 I use this class org.apache.xmlrpc.secure.SecureXmlRpcClient and set the keystore and truststore Can I close SSLContext through SecureXmlRpcClient ? 5) XmlRpcClient version 3.1.2 I use SSLContext and HttpsURLConnection which I set him default socket factory HttpsURLConnection.setDefaultSSLSocketFactory(sslc.getSocketFactory()); Is there any better way to use SSL communication? How to send close connection from client? Any ideas, regards Tomaz --------------050308030400040109090509-- From [email protected] Thu Dec 03 10:45:53 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34564 invoked from network); 3 Dec 2009 10:45:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Dec 2009 10:45:53 -0000 Received: (qmail 49779 invoked by uid 500); 3 Dec 2009 10:45:53 -0000 Delivered-To: [email protected] Received: (qmail 49734 invoked by uid 500); 3 Dec 2009 10:45: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 49603 invoked by uid 99); 3 Dec 2009 10:45:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 10:45:52 +0000 X-ASF-Spam-Status: No, hits=-6.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO postfix.arnes.si) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 10:45:50 +0000 Received: from localhost (avs3.arnes.si [161.129.204.104]) by postfix.arnes.si (Postfix) with ESMTP id 11712A9C06 for <[email protected]>; Thu, 3 Dec 2009 11:45:28 +0100 (MET) X-Virus-Scanned: [email protected] Received: from postfix.arnes.si ([161.129.204.104]) by localhost (avs3.arnes.si [161.129.204.104]) (amavisd-new, port 10030) with ESMTP id Ss15llzzdkB2 for <[email protected]>; Thu, 3 Dec 2009 11:45:27 +0100 (CET) Received: from rzenik.arnes.si (rzenik.arnes.si [161.129.204.104]) by postfix.arnes.si (Postfix) with ESMTP id B3B33A9C04 for <[email protected]>; Thu, 3 Dec 2009 11:45:27 +0100 (MET) Received: from localhost (avs1.arnes.si [161.129.204.104]) by rzenik.arnes.si (Postfix) with ESMTP id 8F26CABE26 for <[email protected]>; Thu, 3 Dec 2009 11:45:27 +0100 (MET) X-Virus-Scanned: [email protected] Received: from rzenik.arnes.si ([161.129.204.104]) by localhost (avs1.arnes.si [161.129.204.104]) (amavisd-new, port 10028) with ESMTP id Rkxbzu2HVxth for <[email protected]>; Thu, 3 Dec 2009 11:45:27 +0100 (CET) Received: from [161.129.204.104] (jalovec.arnes.si [161.129.204.104]) by rzenik.arnes.si (Postfix) with ESMTP id 47AB8ABE25 for <[email protected]>; Thu, 3 Dec 2009 11:45:27 +0100 (MET) Message-ID: <[email protected]> Date: Thu, 03 Dec 2009 11:45:27 +0100 From: TomazM <[email protected]> Organization: ARNES User-Agent: Thunderbird 161.129.204.104 (Windows/20090812) MIME-Version: 1.0 To: [email protected] Subject: org.apache.xmlrpc.XmlRpcException: type error X-Enigmail-Version: 0.96.0 Content-Type: multipart/mixed; boundary="------------070207080109040204070605" --------------070207080109040204070605 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Is there any way to get more debug level in xml-rpc, I get this error: org.apache.xmlrpc.XmlRpcException: type error which is hard to figure it out what is wrong. Regards, Tomaz --------------070207080109040204070605-- From [email protected] Thu Dec 03 11:25:53 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46342 invoked from network); 3 Dec 2009 11:25:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Dec 2009 11:25:53 -0000 Received: (qmail 95838 invoked by uid 500); 3 Dec 2009 11:25:53 -0000 Delivered-To: [email protected] Received: (qmail 95764 invoked by uid 500); 3 Dec 2009 11:25: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: [email protected] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 95754 invoked by uid 99); 3 Dec 2009 11:25:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 11:25: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 postfix.arnes.si) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 11:25:42 +0000 Received: from localhost (avs3.arnes.si [161.129.204.104]) by postfix.arnes.si (Postfix) with ESMTP id 5DACDA9C05 for <[email protected]>; Thu, 3 Dec 2009 12:25:22 +0100 (MET) X-Virus-Scanned: [email protected] Received: from postfix.arnes.si ([161.129.204.104]) by localhost (avs3.arnes.si [161.129.204.104]) (amavisd-new, port 10030) with ESMTP id IIOTU2-7NGbj for <[email protected]>; Thu, 3 Dec 2009 12:25:22 +0100 (CET) Received: from rzenik.arnes.si (rzenik.arnes.si [161.129.204.104]) by postfix.arnes.si (Postfix) with ESMTP id 0A543A9C04 for <[email protected]>; Thu, 3 Dec 2009 12:25:22 +0100 (MET) Received: from localhost (avs3.arnes.si [161.129.204.104]) by rzenik.arnes.si (Postfix) with ESMTP id BC82CABE24 for <[email protected]>; Thu, 3 Dec 2009 12:25:21 +0100 (MET) X-Virus-Scanned: [email protected] Received: from rzenik.arnes.si ([161.129.204.104]) by localhost (avs3.arnes.si [161.129.204.104]) (amavisd-new, port 10028) with ESMTP id 5SFYdTyk30Cp for <[email protected]>; Thu, 3 Dec 2009 12:25:21 +0100 (CET) Received: from [161.129.204.104] (jalovec.arnes.si [161.129.204.104]) by rzenik.arnes.si (Postfix) with ESMTP id 7967DABE1B for <[email protected]>; Thu, 3 Dec 2009 12:25:21 +0100 (MET) Message-ID: <[email protected]> Date: Thu, 03 Dec 2009 12:25:21 +0100 From: TomazM <[email protected]> Organization: ARNES User-Agent: Thunderbird 161.129.204.104 (Windows/20090812) MIME-Version: 1.0 To: [email protected] Subject: available data types X-Enigmail-Version: 0.96.0 Content-Type: multipart/mixed; boundary="------------030200090301030201070201" X-Virus-Checked: Checked by ClamAV on apache.org --------------030200090301030201070201 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On page are list of valid types http://ws.apache.org/xmlrpc/types.html , but for java.util.Map it doesn't say if raw type or parametrized(Generic). Regards, Tomaz --------------030200090301030201070201-- From [email protected] Thu Dec 03 12:13:27 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56753 invoked from network); 3 Dec 2009 12:13:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Dec 2009 12:13:27 -0000 Received: (qmail 37818 invoked by uid 500); 3 Dec 2009 12:13:26 -0000 Delivered-To: [email protected] Received: (qmail 37771 invoked by uid 500); 3 Dec 2009 12:13: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: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 37761 invoked by uid 99); 3 Dec 2009 12:13:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 12:13:26 +0000 X-ASF-Spam-Status: No, hits=-6.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO postfix.arnes.si) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 12:13:24 +0000 Received: from localhost (avs3.arnes.si [161.129.204.104]) by postfix.arnes.si (Postfix) with ESMTP id 4E5E8A9C06 for <[email protected]>; Thu, 3 Dec 2009 13:13:02 +0100 (MET) X-Virus-Scanned: [email protected] Received: from postfix.arnes.si ([161.129.204.104]) by localhost (avs3.arnes.si [161.129.204.104]) (amavisd-new, port 10030) with ESMTP id nAXFX44u82kC for <[email protected]>; Thu, 3 Dec 2009 13:13:02 +0100 (CET) Received: from rzenik.arnes.si (rzenik.arnes.si [161.129.204.104]) by postfix.arnes.si (Postfix) with ESMTP id EC133A9C05 for <[email protected]>; Thu, 3 Dec 2009 13:13:01 +0100 (MET) Received: from localhost (avs3.arnes.si [161.129.204.104]) by rzenik.arnes.si (Postfix) with ESMTP id CB7C2ABE24 for <[email protected]>; Thu, 3 Dec 2009 13:13:01 +0100 (MET) X-Virus-Scanned: [email protected] Received: from rzenik.arnes.si ([161.129.204.104]) by localhost (avs3.arnes.si [161.129.204.104]) (amavisd-new, port 10028) with ESMTP id LMOiuV7-Xvb3 for <[email protected]>; Thu, 3 Dec 2009 13:13:01 +0100 (CET) Received: from [161.129.204.104] (jalovec.arnes.si [161.129.204.104]) by rzenik.arnes.si (Postfix) with ESMTP id 89D6FABE1B for <[email protected]>; Thu, 3 Dec 2009 13:13:01 +0100 (MET) Message-ID: <[email protected]> Date: Thu, 03 Dec 2009 13:13:01 +0100 From: TomazM <[email protected]> Organization: ARNES User-Agent: Thunderbird 161.129.204.104 (Windows/20090812) MIME-Version: 1.0 To: [email protected] Subject: types problems version 3.1.2 X-Enigmail-Version: 0.96.0 Content-Type: multipart/mixed; boundary="------------020301030707060405010409" --------------020301030707060405010409 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Whit this new library's there is a lot of problem using HashTabele as one of the input parameters in client execution. With old library's everything work fine, why is know such problem using different types of data. I try to do this: String username; Map keyVals; String sessId; Object[] params = new Object[]{username, keyVals, sessId}; rez = client.execute("Calculus.DoInter", params); --------------020301030707060405010409-- From [email protected] Thu Dec 10 09:07:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45397 invoked from network); 10 Dec 2009 09:07:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Dec 2009 09:07:02 -0000 Received: (qmail 51495 invoked by uid 500); 10 Dec 2009 09:07:02 -0000 Delivered-To: [email protected] Received: (qmail 51401 invoked by uid 500); 10 Dec 2009 09: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: [email protected] List-Id: <xmlrpc-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 51391 invoked by uid 99); 10 Dec 2009 09:07:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 09:07:01 +0000 X-ASF-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE 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-f209.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 09:06:58 +0000 Received: by ewy1 with SMTP id 1so1207845ewy.8 for <[email protected]>; Thu, 10 Dec 2009 01:06:37 -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=wn9R9dX+jKlrPv98ymBZgbejJHZZys2ot6hdt5HMZvI=; b=eOS8GXcn/poZ9/RHIagtmZILucKIxU+DMC1YiQ1w2mZldoqOM0DZOCqkpL79YvJRAt U5dZT4z6LQjjnJ2bK4fQEpByvdTsxBmu0rPrjUKexrB2/iIux8a2YEWgQ4aoz7rJw5sg U1nx/IR4ggrUkdYvR+KXsl+JSXjrqLKfh5wgg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=aBwQMNXYctC/i0YYGHQ0gE7u96iOoELr/hC6ZF/9I5CXMAkORp7z7zm86O8g9n26qS uTr5txEtQ6bUB2dTHNVDOAw7+TTFscJok2JPFLO7iUrwtXBqRa0t89cG4WCLY4D/UROn zhiPB7QSeQF24Jg6aZvCdG2iFlodHdSDZ2++g= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id o2mr2369631ebk.22.1260435996503; Thu, 10 Dec 2009 01:06:36 -0800 (PST) Date: Thu, 10 Dec 2009 10:06:36 +0100 Message-ID: <[email protected]> Subject: How to disable DTD validation, supress downloading dtd from w3.org From: Tobias Wolf <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0014852e1931d57052047a5c1f88 --0014852e1931d57052047a5c1f88 Content-Type: text/plain; charset=ISO-8859-1 Hi there, Since a few weeks we get the following exception when we fetch informations from the Trac-System via xml rpc. Is it possible to disable the xml validation - or to supress the dtd download from w3.org? Thanks! INFO our.company.TracSyncServlet ?(sync:?) 08.12.2009 12:17:34 Trac-Sync START. ERROR sportbet.cms.infoportal.service.TracSyncServlet ?(sync:?) 08.12.2009 12:17:35 org.apache.xmlrpc.client.XmlRpcClientException: Failed to read servers response: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd org.apache.xmlrpc.client.XmlRpcClientException: Failed to read servers response: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml 1/DTD/xhtml1-strict.dtd at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:179) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:145) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:44) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:136) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:125) at our.company.TracSyncServlet.getTracTickets(Unknown Source) at our.company.TracSyncServlet.sync(Unknown Source) at our.company.TracSyncServlet$1.run(Unknown Source) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:175) ... 12 more Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:175) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:145) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:44) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:136) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:125) at our.company.TracSyncServlet.getTracTickets(Unknown Source) at our.company.TracSyncServlet.sync(Unknown Source) at our.company.TracSyncServlet$1.run(Unknown Source) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) --0014852e1931d57052047a5c1f88--
From [email protected] Wed Jul 01 18:06:59 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70365 invoked from network); 1 Jul 2009 18:06:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jul 2009 18:06:59 -0000 Received: (qmail 74406 invoked by uid 500); 1 Jul 2009 18:07:09 -0000 Delivered-To: [email protected] Received: (qmail 74356 invoked by uid 500); 1 Jul 2009 18:07: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 74346 invoked by uid 99); 1 Jul 2009 18:07:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 18:07:08 +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 exchange01.visionsolutions.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 18:06:59 +0000 Received: from ROCHEXCHANGE.visionsolutions.com ([161.129.204.104]) by exchange01.visionsolutions.com with Microsoft SMTPSVC(323)556-0429); Wed, 1 Jul 2009 09:12:39 -0700 Received: from mail pickup service by ROCHEXCHANGE.visionsolutions.com with Microsoft SMTPSVC; Wed, 1 Jul 2009 11:12:38 -0500 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Content-Transfer-Encoding: 7bit Importance: normal Priority: normal Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C9FA66.C0903CFA" Subject: Accessing JetspeedDS in a portlet Date: Wed, 1 Jul 2009 11:12:42 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Accessing JetspeedDS in a portlet thread-index: Acn6ZsLrUw8dPc4YR7OWo3rFcZitMg== From: "David Just" <[email protected]> To: "Jetspeed Users List" <[email protected]> X-OriginalArrivalTime: 01 Jul 2009 16:12:38.0355 (UTC) FILETIME=[C0B64A30:01C9FA66] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C9FA66.C0903CFA Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I would like to use the JetspeedDS spring object as my datasource in a SpringMVC portlet. However when I attempt to load the portlet it fails from not finding the JetspeedDS in the portlet's context. =20 =20 =20 My spring context for the portlet has this in it: <bean id=3D"sessionFactory" =20 class=3D"org.springframework.orm.hibernate3.annotation.AnnotationSessionF= a ctoryBean"> <property name=3D"dataSource" ref=3D"JetspeedDS" /> =20 .... </bean> David Just l Software Engineer l Vision Solutions l (323)556-0429 l = [email protected] The contents of this e-mail (and any attachments) are privileged and = confidential. Unauthorized use is strictly prohibited. ------_=_NextPart_001_01C9FA66.C0903CFA-- From [email protected] Wed Jul 01 21:28:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81045 invoked from network); 1 Jul 2009 21:28:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jul 2009 21:28:01 -0000 Received: (qmail 24357 invoked by uid 500); 1 Jul 2009 21:28:11 -0000 Delivered-To: [email protected] Received: (qmail 24308 invoked by uid 500); 1 Jul 2009 21: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24298 invoked by uid 99); 1 Jul 2009 21:28:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 21:28:11 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO exprod7og127.obsmtp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 01 Jul 2009 21:28:01 +0000 Received: from source ([161.129.204.104]) by exprod7ob127.postini.com ([161.129.204.104]) with SMTP ID [email protected]; Wed, 01 Jul 2009 14:27:41 PDT Received: by pxi29 with SMTP id 29so1164473pxi.3 for <[email protected]>; Wed, 01 Jul 2009 14:27:36 -0700 (PDT) Received: by 161.129.204.104 with SMTP id m9mr1352921wfi.27.1246483656436; Wed, 01 Jul 2009 14:27:36 -0700 (PDT) Received: from ?161.129.204.104? (adsl-99-30-81-146.dsl.pltn13.sbcglobal.net [161.129.204.104]) by mx.google.com with ESMTPS id 20sm5248990wfi.20.2161.129.204.104.27.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Jul 2009 14:27:36 -0700 (PDT) Message-Id: <[email protected]> From: David Sean Taylor <[email protected]> To: "Jetspeed 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: Accessing JetspeedDS in a portlet Date: Wed, 1 Jul 2009 14:27:34 -0700 References: <[email protected]> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On Jul 1, 2009, at 9:12 AM, David Just wrote: > I would like to use the JetspeedDS spring object as my datasource in a > SpringMVC portlet. However when I attempt to load the portlet it > fails > from not finding the JetspeedDS in the portlet's context. > > > > > > My spring context for the portlet has this in it: > > <bean id="sessionFactory" > > > class > ="org.springframework.orm.hibernate3.annotation.AnnotationSessionFa > ctoryBean"> > > <property name="dataSource" ref="JetspeedDS" /> > Thats because its in another web application and lives in a different class loader. Jetspeed has a service backdoor to getting the data source The Portal Statistics service is available for this purpose: public DataSource getDataSource(); You can read about using services here: http://portals.apache.org/jetspeed-2/tutorial/04/jetspeed-service.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jul 02 07:43:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36338 invoked from network); 2 Jul 2009 07:43:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jul 2009 07:43:25 -0000 Received: (qmail 52830 invoked by uid 500); 2 Jul 2009 07:43:35 -0000 Delivered-To: [email protected] Received: (qmail 52763 invoked by uid 500); 2 Jul 2009 07:43: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] Delivered-To: moderator for [email protected] Received: (qmail 19059 invoked by uid 99); 1 Jul 2009 22:39:04 -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) From: Alok Jain <[email protected]> To: "[email protected]" <[email protected]> Date: Wed, 1 Jul 2009 17:38:22 -0500 Subject: Can I have each portlet in different war Thread-Topic: Can I have each portlet in different war Thread-Index: Acn6nKPFHAkglYfhQaiZFD0cZTNVqw== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_C61B8FD741FA0D40BFEB50B28DAAB18C5A6EF561F034093MBXC07me_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_C61B8FD741FA0D40BFEB50B28DAAB18C5A6EF561F034093MBXC07me_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, Can I have each portlet packaged in a different WAR and depl= oyed in the same portal server. Thanks, Alok. --_000_C61B8FD741FA0D40BFEB50B28DAAB18C5A6EF561F034093MBXC07me_-- From [email protected] Thu Jul 02 07:50:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38003 invoked from network); 2 Jul 2009 07:50:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jul 2009 07:50:06 -0000 Received: (qmail 61059 invoked by uid 500); 2 Jul 2009 07:50:16 -0000 Delivered-To: [email protected] Received: (qmail 60999 invoked by uid 500); 2 Jul 2009 07:50: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 60975 invoked by uid 99); 2 Jul 2009 07:50:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 07:50:16 +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-vbr1.xs4all.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 07:50:06 +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 n627nigY066647 for <[email protected]>; Thu, 2 Jul 2009 09:49:44 +0200 (CEST) (envelope-from [email protected]) Message-ID: <[email protected]> Date: Thu, 02 Jul 2009 09:49:43 +0200 From: Ate Douma <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20090409) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Can I have each portlet in different war 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 Alok Jain wrote: > Hi, > Can I have each portlet packaged in a different WAR and deployed in the same portal server. Sure, no problem. The portal maintains a registry through which webapp (WAR) a portlet is deployed. One think to keep in mind however is that portlets bundled in one webapp do have the advantage that they can share the same servlet session and portlet session (APPLICATION_SCOPE). If you don't need that, deploying all of them in separate webapps gives you the benefit of a very fine-grained release/deployment life-cycle. > > Thanks, > Alok. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jul 02 11:12:49 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23884 invoked from network); 2 Jul 2009 11:12:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jul 2009 11:12:46 -0000 Received: (qmail 1875 invoked by uid 500); 2 Jul 2009 11:12:56 -0000 Delivered-To: [email protected] Received: (qmail 1815 invoked by uid 500); 2 Jul 2009 11:12: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1805 invoked by uid 99); 2 Jul 2009 11:12:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 11:12: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO po.depag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 11:12:46 +0000 Received: from localhost (unknown [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id 59DFF8D23E for <[email protected]>; Thu, 2 Jul 2009 13:16:16 +0200 (CEST) Received: from tati.lr3.depag.de (tati.lr3.depag.de [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id 862B78D27E for <[email protected]>; Thu, 2 Jul 2009 13:16:14 +0200 (CEST) Received: from [161.129.204.104] (unknown [161.129.204.104]) by tati.lr3.depag.de (Postfix) with ESMTP id 629427ED6 for <[email protected]>; Thu, 2 Jul 2009 13:12:25 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 02 Jul 2009 13:12:22 +0200 From: Frank Otto <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Jetspeed 2 ajax api: Layout Selection 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-Scanned: by AMaViS perl-11 X-Virus-Checked: Checked by ClamAV on apache.org Thanks, thats works. Another questions to ajax api: Can I create a new page and delete a page with ajax api? How can I refresh the whole page (fragment) without browser reload? kind regards, frank David Sean Taylor schrieb: > > On Jun 29, 2009, at 11:06 PM, Frank Otto wrote: > >> Hi, >> >> thanks for the examples. How can I get the available layouts? >> > > use the "getthemes" api. Here are getting the page decorations list in > xml format: > > http://localhost:8080/jetspeed/ajaxapi?action=getthemes&type=pageDecorations > > > or the same api with json: > > http://localhost:8080/jetspeed/ajaxapi?action=getthemes&type=pageDecorations&format=json > > > other getthemes apis are available with type = > > pageDecorations > portletDecorations > desktopPageDecorations > desktopPortletDecorations > layouts > > --------------------------------------------------------------------- > 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 Jul 02 13:32:41 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86225 invoked from network); 2 Jul 2009 13:32:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jul 2009 13:32:41 -0000 Received: (qmail 90329 invoked by uid 500); 2 Jul 2009 13:32:51 -0000 Delivered-To: [email protected] Received: (qmail 90273 invoked by uid 500); 2 Jul 2009 13: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 90263 invoked by uid 99); 2 Jul 2009 13:32:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 13:32:50 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO exprod7og104.obsmtp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 02 Jul 2009 13:32:40 +0000 Received: from source ([161.129.204.104]) by exprod7ob104.postini.com ([161.129.204.104]) with SMTP ID [email protected]; Thu, 02 Jul 2009 06:32:20 PDT Received: by wa-out-1112.google.com with SMTP id l24so373913waf.24 for <[email protected]>; Thu, 02 Jul 2009 06:32:19 -0700 (PDT) Received: by 161.129.204.104 with SMTP id l16mr51448wac.188.1246541539000; Thu, 02 Jul 2009 06:32:19 -0700 (PDT) Received: from ?161.129.204.104? (adsl-71-142-65-182.dsl.pltn13.pacbell.net [161.129.204.104]) by mx.google.com with ESMTPS id m34sm4324072waf.22.2161.129.204.104.32.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Jul 2009 06:32:18 -0700 (PDT) Message-Id: <[email protected]> From: David Sean Taylor <[email protected]> To: "Jetspeed 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: Jetspeed 2 ajax api: Layout Selection Date: Thu, 2 Jul 2009 06:32:16 -0700 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On Jul 2, 2009, at 4:12 AM, Frank Otto wrote: > Thanks, thats works. Another questions to ajax api: > > Can I create a new page and delete a page with ajax api? > More examples: Add a page named "David" into root folder: http://localhost:8080/jetspeed/ajaxapi?action=updatepage&method=add&path=/David&name=David&defaultLayout=jetspeed-layouts%3A%3ASimpleLayout&title=David&short-title=Dave Remove the current page: http://localhost:8080/jetspeed/ajaxapi/David.psml?action=updatepage&method=remove > How can I refresh the whole page (fragment) without browser reload? > While there is an api to retrieve the content of a portlet or any aggregating fragment, its not explained so simply. You would call the portlet pipeline for each fragment to be rendered. This is how the client side aggregator works in the Jetspeed Desktop: it tries to render, in parallel, each and every portlet on the page. If an action is executed, only the render methods of the portlets on the page are called; the entire page is not re-rendered. You would have to study the Jetspeed javascript (written with the DOJO library) to acquire the basic knowledge to write your own Portlet API compatible-client-side rendering engine (assuming that is what you are after). I have been prototyping just that, with another javascript library called Ext. While its interesting, the license for Ext is a bit confusing: I don't think we could use [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jul 02 13:44:45 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97204 invoked from network); 2 Jul 2009 13:44:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jul 2009 13:44:45 -0000 Received: (qmail 25809 invoked by uid 500); 2 Jul 2009 13:44:55 -0000 Delivered-To: [email protected] Received: (qmail 25763 invoked by uid 500); 2 Jul 2009 13: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25734 invoked by uid 99); 2 Jul 2009 13:44:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 13:44:53 +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, 02 Jul 2009 13:44: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 1MMMaM-0004p6-KY for [email protected]; Thu, 02 Jul 2009 06:44:22 -0700 Message-ID: <[email protected]> Date: Thu, 2 Jul 2009 06:44:22 -0700 (PDT) From: Glen Mazza <[email protected]> To: [email protected] Subject: Re: Can I have each portlet in different war 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 I have a related question: In the Jetexpress tutorial[1], the Jetspeed archetype is shown creating a single portlet in its own module: jetexpress-pa. Question: If I have multiple portlets, should I place them in separate submodules: jetexpress-pa2, jetexpress-pa3, ... *or* place them all in the jetexpress-pa module and create MyPortlet.java, MyPortlet2.java, MyPortlet3.java, etc. all in the same project folder? What's normally done? Thanks, Glen [1] http://portals.apache.org/jetspeed-2/tutorial/01/project-structure.html Ate Douma wrote: > > Alok Jain wrote: >> Hi, >> Can I have each portlet packaged in a different WAR and >> deployed in the same portal server. > Sure, no problem. > The portal maintains a registry through which webapp (WAR) a portlet is > deployed. > One think to keep in mind however is that portlets bundled in one webapp > do have the advantage that they can share the same servlet session > and portlet session (APPLICATION_SCOPE). If you don't need that, deploying > all of them in separate webapps gives you the benefit of a very > fine-grained release/deployment life-cycle. > >> >> Thanks, >> Alok. >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Can-I-have-each-portlet-in-different-war-tp24302594p24306985.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 Jul 02 23:32:59 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2846 invoked from network); 2 Jul 2009 23:32:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jul 2009 23:32:59 -0000 Received: (qmail 16135 invoked by uid 500); 2 Jul 2009 23:33:09 -0000 Delivered-To: [email protected] Received: (qmail 16069 invoked by uid 500); 2 Jul 2009 23: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16059 invoked by uid 99); 2 Jul 2009 23:33:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 23:33:08 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO exprod7og111.obsmtp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 02 Jul 2009 23:32:58 +0000 Received: from source ([161.129.204.104]) by exprod7ob111.postini.com ([161.129.204.104]) with SMTP ID [email protected]; Thu, 02 Jul 2009 16:32:38 PDT Received: by rv-out-0708.google.com with SMTP id l33so17360rvb.4 for <[email protected]>; Thu, 02 Jul 2009 16:32:36 -0700 (PDT) Received: by 161.129.204.104 with SMTP id s4mr667626rve.273.1246577556917; Thu, 02 Jul 2009 16:32:36 -0700 (PDT) Received: from ?161.129.204.104? (adsl-99-30-81-146.dsl.pltn13.sbcglobal.net [161.129.204.104]) by mx.google.com with ESMTPS id l31sm13226826rvb.33.2161.129.204.104.32.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Jul 2009 16:32:36 -0700 (PDT) Message-Id: <[email protected]> From: David Sean Taylor <[email protected]> To: "Jetspeed 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: Can I have each portlet in different war Date: Thu, 2 Jul 2009 16:32:35 -0700 References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On Jul 2, 2009, at 6:44 AM, Glen Mazza wrote: > > I have a related question: In the Jetexpress tutorial[1], the > Jetspeed > archetype is shown creating a single portlet in its own module: > jetexpress-pa. > > Question: If I have multiple portlets, should I place them in > separate > submodules: jetexpress-pa2, jetexpress-pa3, ... *or* place them > all in the > jetexpress-pa module and create MyPortlet.java, MyPortlet2.java, > MyPortlet3.java, etc. all in the same project folder? What's > normally done? > Generally speaking, try to group portlets into portlet applications along common themes such as : * shared session state * shared base or utility classes * shared dependency versions such as both using spring 2.5 or the same version of hibernate * common functionality, such as a suite of Accounting System portlets for example or whatever your line of business is Take a look at some of our applications: http://portals.apache.org/applications/ Take for example the Web Content portlet application. Here we have both IFrame and Web Rewriting portlets all bundled together under a common theme --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jul 03 00:48:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27242 invoked from network); 3 Jul 2009 00:48:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jul 2009 00:48:10 -0000 Received: (qmail 52829 invoked by uid 500); 3 Jul 2009 00:48:20 -0000 Delivered-To: [email protected] Received: (qmail 52750 invoked by uid 500); 3 Jul 2009 00:48: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52737 invoked by uid 99); 3 Jul 2009 00:48:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2009 00:48: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp.mitel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2009 00:48:10 +0000 Received: from localhost (smtp.mitel.com [161.129.204.104]) by smtp.mitel.com (Postfix) with ESMTP id 08CDD2C00C for <[email protected]>; Thu, 2 Jul 2009 20:47:49 -0400 (EDT) X-Virus-Scanned: by amavisd-new (virusonly) at mitel.com Received: from smtp.mitel.com ([161.129.204.104]) by localhost (smtp.mitel.com [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 90Xgd4BIW9Pp for <[email protected]>; Thu, 2 Jul 2009 20:47:48 -0400 (EDT) Received: from ottlnmta.mitel.com (ottlnmta.mitel.com [161.129.204.104]) by smtp.mitel.com (Postfix) with ESMTP id CDBD92C005 for <[email protected]>; Thu, 2 Jul 2009 20:47:48 -0400 (EDT) Subject: No log4j logs after js2.0 to 2.1.3 migration? To: [email protected] X-Mailer: Lotus Notes Release 6.5.5 November 30, 2005 Message-ID: <[email protected]> From: [email protected] Date: Thu, 2 Jul 2009 20:50:50 -0400 X-MIMETrack: Serialize by Router on OTTLNMTA/Mitel(Release 6.5.6FP3|March 27, 2008) at 07/02/2009 08:47:48 PM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Hi. I have a Log4j.properties file (contents below) which lives here: /usr/share/tomcat/webapps/portal/WEB-INF/conf/Log4j.properties When we were using jetspeed 2 I used to get log files: [root@server ~]# ls /usr/share/tomcat/webapps/portal/logs content-server.log deployment.log digester.log jetspeed.log ojb.log pluto.log scheduler.log velocity.log After migration to jetspeed 2.1.3 we no longer get logs. The only change made to the file between js 2 & js 2.1.3 was to change RollingFileAppender to FileAppender. Can anyone help? /usr/share/tomcat/webapps/portal/WEB-INF/conf/Log4j.properties: # 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. # ------------------------------------------------------------------------ # # Logging Configuration # # $Id: Log4j.properties 188452 2005-03-27 21:39:32Z ate $ # # ------------------------------------------------------------------------ # # If we don't know the logging facility, put it into the jetspeed.log # # log4j.rootLogger = WARN, jetspeed # # Jetspeed goes into Jetspeed Log # log4j.category.org.apache.jetspeed = WARN, jetspeed log4j.additivity.org.apache.jetspeed = false log4j.category.org.apache.jetspeed.tools = WARN, jetspeed log4j.additivity.org.apache.jetspeed.tools = false log4j.category.org.apache.commons.digester = WARN, digester log4j.additivity.org.apache.commons.digester = false # # Velocity Logfile # log4j.category.velocity = WARN, velocity log4j.additivity.velocity = false # # OJB Logfile # log4j.category.org.apache.ojb= WARN, ojb log4j.additivity.org.apache.ojb= false # # Scheduler Category # log4j.category.scheduler = WARN, scheduler log4j.additivity.scheduler = false # # Pluto Category # log4j.category.org.apache.pluto = WARN, PLUTO, console log4j.additivity.org.apache.pluto = false # # Deployment Category # log4j.category.deployment = WARN, DEPLOYMENT, console log4j.additivity.deployment = false # # Console Category # log4j.category.console = WARN, console log4j.additivity.console = false # # Content Server # log4j.category.org.apache.jetspeed.contentserver = WARN, CONTENT_SERVER log4j.additivity.org.apache.struts = false ######################################################################## # # Logfile definitions # ######################################################################## # # jetspeed.log # log4j.appender.jetspeed = org.apache.log4j.RollingFileAppender log4j.appender.jetspeed.file = ${applicationRoot}/logs/jetspeed.log log4j.appender.jetspeed.MaxFileSize=10MB log4j.appender.jetspeed.MaxBackupIndex=1 log4j.appender.jetspeed.layout = org.apache.log4j.PatternLayout log4j.appender.jetspeed.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.jetspeed.append = false log4j.appender.digester = org.apache.log4j.RollingFileAppender log4j.appender.digester.file = ${applicationRoot}/logs/digester.log log4j.appender.digester.MaxFileSize=10MB log4j.appender.digester.MaxBackupIndex=1 log4j.appender.digester.layout = org.apache.log4j.PatternLayout log4j.appender.digester.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.digester.append = false # # pluto.log # log4j.appender.PLUTO = org.apache.log4j.RollingFileAppender log4j.appender.PLUTO.file = ${applicationRoot}/logs/pluto.log log4j.appender.PLUTO.MaxFileSize=10MB log4j.appender.PLUTO.MaxBackupIndex=1 log4j.appender.PLUTO.layout = org.apache.log4j.PatternLayout log4j.appender.PLUTO.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.PLUTO.append = false # # deployment.log # log4j.appender.DEPLOYMENT = org.apache.log4j.RollingFileAppender log4j.appender.DEPLOYMENT.file = ${applicationRoot}/logs/deployment.log log4j.appender.DEPLOYMENT.MaxFileSize=10MB log4j.appender.DEPLOYMENT.MaxBackupIndex=1 log4j.appender.DEPLOYMENT.layout = org.apache.log4j.PatternLayout log4j.appender.DEPLOYMENT.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.DEPLOYMENT.append = false # # Scheduler Output # log4j.appender.scheduler = org.apache.log4j.RollingFileAppender log4j.appender.scheduler.file = ${applicationRoot}/logs/scheduler.log log4j.appender.scheduler.MaxFileSize=10MB log4j.appender.scheduler.MaxBackupIndex=1 log4j.appender.scheduler.layout = org.apache.log4j.PatternLayout log4j.appender.scheduler.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.scheduler.append = false # # Velocity gets configured to write its output onto the velocity # category. # log4j.appender.velocity = org.apache.log4j.RollingFileAppender log4j.appender.velocity.file = ${applicationRoot}/logs/velocity.log log4j.appender.velocity.MaxFileSize=10MB log4j.appender.velocity.MaxBackupIndex=1 log4j.appender.velocity.layout = org.apache.log4j.PatternLayout log4j.appender.velocity.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.velocity.append = false log4j.appender.ojb = org.apache.log4j.RollingFileAppender log4j.appender.ojb.file = ${applicationRoot}/logs/ojb.log log4j.appender.ojb.MaxFileSize=10MB log4j.appender.ojb.MaxBackupIndex=1 log4j.appender.ojb.layout = org.apache.log4j.PatternLayout log4j.appender.ojb.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.ojb.append = false # # Console # log4j.appender.console=org.apache.log4j.ConsoleAppender log4j.appender.console.layout=org.apache.log4j.PatternLayout # Pattern to output the caller's file name and line number. log4j.appender.console.layout.ConversionPattern=%5p: %m%n # # content-server.log # log4j.appender.CONTENT_SERVER = org.apache.log4j.RollingFileAppender log4j.appender.CONTENT_SERVER.file = ${applicationRoot}/logs/content-server.log log4j.appender.CONTENT_SERVER.MaxFileSize=10MB log4j.appender.CONTENT_SERVER.MaxBackupIndex=1 log4j.appender.CONTENT_SERVER.layout = org.apache.log4j.PatternLayout log4j.appender.CONTENT_SERVER.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.CONTENT_SERVER.append = false --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jul 03 09:44:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13063 invoked from network); 3 Jul 2009 09:44:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jul 2009 09:44:26 -0000 Received: (qmail 77316 invoked by uid 500); 3 Jul 2009 09:44:36 -0000 Delivered-To: [email protected] Received: (qmail 77245 invoked by uid 500); 3 Jul 2009 09: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 37832 invoked by uid 500); 3 Jul 2009 00:14:06 -0000 Delivered-To: [email protected] 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) X-Virus-Scanned: by amavisd-new (virusonly) at mitel.com Subject: No log4j logs after js2.0 to 2.1.3 migration? To: [email protected] X-Mailer: Lotus Notes Release 6.5.5 November 30, 2005 Message-ID: <[email protected]> From: [email protected] Date: Thu, 2 Jul 2009 20:16:37 -0400 X-MIMETrack: Serialize by Router on OTTLNMTA/Mitel(Release 6.5.6FP3|March 27, 2008) at 07/02/2009 08:13:34 PM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Hi. I have a Log4j.properties file (contents below) which lives here: /usr/share/tomcat/webapps/portal/WEB-INF/conf/Log4j.properties When we were using jetspeed 2 I used to get log files: [root@server ~]# ls /usr/share/tomcat/webapps/portal/logs content-server.log deployment.log digester.log jetspeed.log ojb.log pluto.log scheduler.log velocity.log After migration to jetspeed 2.1.3 we no longer get logs. I could not find anything in the migration guide about having to change this file. Can anyone help? /usr/share/tomcat/webapps/portal/WEB-INF/conf/Log4j.properties: # 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. # ------------------------------------------------------------------------ # # Logging Configuration # # $Id: Log4j.properties 188452 2005-03-27 21:39:32Z ate $ # # ------------------------------------------------------------------------ # # If we don't know the logging facility, put it into the jetspeed.log # # log4j.rootLogger = WARN, jetspeed # # Jetspeed goes into Jetspeed Log # log4j.category.org.apache.jetspeed = WARN, jetspeed log4j.additivity.org.apache.jetspeed = false log4j.category.org.apache.jetspeed.tools = WARN, jetspeed log4j.additivity.org.apache.jetspeed.tools = false log4j.category.org.apache.commons.digester = WARN, digester log4j.additivity.org.apache.commons.digester = false # # Velocity Logfile # log4j.category.velocity = WARN, velocity log4j.additivity.velocity = false # # OJB Logfile # log4j.category.org.apache.ojb= WARN, ojb log4j.additivity.org.apache.ojb= false # # Scheduler Category # log4j.category.scheduler = WARN, scheduler log4j.additivity.scheduler = false # # Pluto Category # log4j.category.org.apache.pluto = WARN, PLUTO, console log4j.additivity.org.apache.pluto = false # # Deployment Category # log4j.category.deployment = WARN, DEPLOYMENT, console log4j.additivity.deployment = false # # Console Category # log4j.category.console = WARN, console log4j.additivity.console = false # # Content Server # log4j.category.org.apache.jetspeed.contentserver = WARN, CONTENT_SERVER log4j.additivity.org.apache.struts = false ######################################################################## # # Logfile definitions # ######################################################################## # # jetspeed.log # log4j.appender.jetspeed = org.apache.log4j.RollingFileAppender log4j.appender.jetspeed.file = ${applicationRoot}/logs/jetspeed.log log4j.appender.jetspeed.MaxFileSize=10MB log4j.appender.jetspeed.MaxBackupIndex=1 log4j.appender.jetspeed.layout = org.apache.log4j.PatternLayout log4j.appender.jetspeed.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.jetspeed.append = false log4j.appender.digester = org.apache.log4j.RollingFileAppender log4j.appender.digester.file = ${applicationRoot}/logs/digester.log log4j.appender.digester.MaxFileSize=10MB log4j.appender.digester.MaxBackupIndex=1 log4j.appender.digester.layout = org.apache.log4j.PatternLayout log4j.appender.digester.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.digester.append = false # # pluto.log # log4j.appender.PLUTO = org.apache.log4j.RollingFileAppender log4j.appender.PLUTO.file = ${applicationRoot}/logs/pluto.log log4j.appender.PLUTO.MaxFileSize=10MB log4j.appender.PLUTO.MaxBackupIndex=1 log4j.appender.PLUTO.layout = org.apache.log4j.PatternLayout log4j.appender.PLUTO.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.PLUTO.append = false # # deployment.log # log4j.appender.DEPLOYMENT = org.apache.log4j.RollingFileAppender log4j.appender.DEPLOYMENT.file = ${applicationRoot}/logs/deployment.log log4j.appender.DEPLOYMENT.MaxFileSize=10MB log4j.appender.DEPLOYMENT.MaxBackupIndex=1 log4j.appender.DEPLOYMENT.layout = org.apache.log4j.PatternLayout log4j.appender.DEPLOYMENT.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.DEPLOYMENT.append = false # # Scheduler Output # log4j.appender.scheduler = org.apache.log4j.RollingFileAppender log4j.appender.scheduler.file = ${applicationRoot}/logs/scheduler.log log4j.appender.scheduler.MaxFileSize=10MB log4j.appender.scheduler.MaxBackupIndex=1 log4j.appender.scheduler.layout = org.apache.log4j.PatternLayout log4j.appender.scheduler.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.scheduler.append = false # # Velocity gets configured to write its output onto the velocity # category. # log4j.appender.velocity = org.apache.log4j.RollingFileAppender log4j.appender.velocity.file = ${applicationRoot}/logs/velocity.log log4j.appender.velocity.MaxFileSize=10MB log4j.appender.velocity.MaxBackupIndex=1 log4j.appender.velocity.layout = org.apache.log4j.PatternLayout log4j.appender.velocity.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.velocity.append = false log4j.appender.ojb = org.apache.log4j.RollingFileAppender log4j.appender.ojb.file = ${applicationRoot}/logs/ojb.log log4j.appender.ojb.MaxFileSize=10MB log4j.appender.ojb.MaxBackupIndex=1 log4j.appender.ojb.layout = org.apache.log4j.PatternLayout log4j.appender.ojb.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.ojb.append = false # # Console # log4j.appender.console=org.apache.log4j.ConsoleAppender log4j.appender.console.layout=org.apache.log4j.PatternLayout # Pattern to output the caller's file name and line number. log4j.appender.console.layout.ConversionPattern=%5p: %m%n # # content-server.log # log4j.appender.CONTENT_SERVER = org.apache.log4j.RollingFileAppender log4j.appender.CONTENT_SERVER.file = ${applicationRoot}/logs/content-server.log log4j.appender.CONTENT_SERVER.MaxFileSize=10MB log4j.appender.CONTENT_SERVER.MaxBackupIndex=1 log4j.appender.CONTENT_SERVER.layout = org.apache.log4j.PatternLayout log4j.appender.CONTENT_SERVER.layout.conversionPattern = %r [%t] %-5p %c - %m%n log4j.appender.CONTENT_SERVER.append = false --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jul 04 21:31:35 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35312 invoked from network); 4 Jul 2009 21:31:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jul 2009 21:31:34 -0000 Received: (qmail 88640 invoked by uid 500); 4 Jul 2009 21:31:44 -0000 Delivered-To: [email protected] Received: (qmail 88584 invoked by uid 500); 4 Jul 2009 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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 88574 invoked by uid 99); 4 Jul 2009 21:31:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jul 2009 21:31:43 +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 smtp151.dfw.emailsrvr.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jul 2009 21:31:31 +0000 Received: from relay5.relay.dfw.mlsrvr.com (localhost [161.129.204.104]) by relay5.relay.dfw.mlsrvr.com (SMTP Server) with ESMTP id 680AE3EF225 for <[email protected]>; Sat, 4 Jul 2009 17:31:10 -0400 (EDT) Received: from smtp192.mex07a.mlsrvr.com (smtp192.mex07a.mlsrvr.com [161.129.204.104]) by relay5.relay.dfw.mlsrvr.com (SMTP Server) with ESMTPS id 632193EF21B for <[email protected]>; Sat, 4 Jul 2009 17:31:10 -0400 (EDT) Received: from 34093-MBX-C07.mex07a.mlsrvr.com ([161.129.204.104]) by 207040-HUB05.mex07a.mlsrvr.com ([161.129.204.104]) with mapi; Sat, 4 Jul 2009 16:31:10 -0500 From: Alok Jain <[email protected]> To: Jetspeed Users List <[email protected]> Date: Sat, 4 Jul 2009 16:31:03 -0500 Subject: RE: Can I have each portlet in different war Thread-Topic: Can I have each portlet in different war Thread-Index: Acn66b3lT4EGUIHJRnWGpxBo5uGTWgCBMvTQ Message-ID: <[email protected]> References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, Thanks for the reply. Also can you please confirm that I need t= o integrate SSO like CAS with Jetspeed for the Seamless authentication of the users across all the web-apps. Thanks, Alok -----Original Message----- From: Ate Douma [mailto:[email protected]]=20 Sent: Thursday, July 02, 2009 12:50 AM To: Jetspeed Users List Subject: Re: Can I have each portlet in different war Alok Jain wrote: > Hi, > Can I have each portlet packaged in a different WAR and de= ployed in the same portal server. Sure, no problem. The portal maintains a registry through which webapp (WAR) a portlet is dep= loyed. One think to keep in mind however is that portlets bundled in one webapp do= have the advantage that they can share the same servlet session=20 and portlet session (APPLICATION_SCOPE). If you don't need that, deploying = all of them in separate webapps gives you the benefit of a very=20 fine-grained release/deployment life-cycle. >=20 > Thanks, > Alok. >=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] Sun Jul 05 23:51:05 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68950 invoked from network); 5 Jul 2009 23:51:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Jul 2009 23:51:05 -0000 Received: (qmail 10928 invoked by uid 500); 5 Jul 2009 23:51:15 -0000 Delivered-To: [email protected] Received: (qmail 10864 invoked by uid 500); 5 Jul 2009 23:51: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10854 invoked by uid 99); 5 Jul 2009 23:51:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jul 2009 23:51: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 production.artifact-software.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jul 2009 23:51:05 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by production.artifact-software.com (Postfix) with ESMTP id 55B446A7BCE for <[email protected]>; Sun, 5 Jul 2009 19:50:40 -0400 (EDT) Message-ID: <[email protected]> Date: Sun, 05 Jul 2009 19:50:39 -0400 From: Ron Wheeler <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Can I have each portlet in different war 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 The web pages in a portal contains a selection of portlets regardless of how you package up the webapps and once you are connected to a session you share the authentication and authorization for your session. The portal page is selected based on your profile. The content of the page is assembled by Jetspeed based on your PSML files. SSO is used to gain access to other people's web sites. Ron Alok Jain wrote: > Hi, > Thanks for the reply. Also can you please confirm that I need to integrate SSO like CAS with Jetspeed for the > Seamless authentication of the users across all the web-apps. > > > Thanks, > Alok > > -----Original Message----- > From: Ate Douma [mailto:[email protected]] > Sent: Thursday, July 02, 2009 12:50 AM > To: Jetspeed Users List > Subject: Re: Can I have each portlet in different war > > Alok Jain wrote: > >> Hi, >> Can I have each portlet packaged in a different WAR and deployed in the same portal server. >> > Sure, no problem. > The portal maintains a registry through which webapp (WAR) a portlet is deployed. > One think to keep in mind however is that portlets bundled in one webapp do have the advantage that they can share the same servlet session > and portlet session (APPLICATION_SCOPE). If you don't need that, deploying all of them in separate webapps gives you the benefit of a very > fine-grained release/deployment life-cycle. > > >> Thanks, >> Alok. >> >> > > > --------------------------------------------------------------------- > 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 Jul 06 00:23:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86611 invoked from network); 6 Jul 2009 00:23:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jul 2009 00:23:55 -0000 Received: (qmail 34088 invoked by uid 500); 6 Jul 2009 00:24:05 -0000 Delivered-To: [email protected] Received: (qmail 34039 invoked by uid 500); 6 Jul 2009 00:24: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34029 invoked by uid 99); 6 Jul 2009 00:24:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 00:24:05 +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 smtp111.dfw.emailsrvr.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 00:23:55 +0000 Received: from relay1.relay.dfw.mlsrvr.com (localhost [161.129.204.104]) by relay1.relay.dfw.mlsrvr.com (SMTP Server) with ESMTP id DA62E1278146 for <[email protected]>; Sun, 5 Jul 2009 20:23:34 -0400 (EDT) Received: from smtp192.mex07a.mlsrvr.com (smtp192.mex07a.mlsrvr.com [161.129.204.104]) by relay1.relay.dfw.mlsrvr.com (SMTP Server) with ESMTPS id D53B31278124 for <[email protected]>; Sun, 5 Jul 2009 20:23:34 -0400 (EDT) Received: from 34093-MBX-C07.mex07a.mlsrvr.com ([161.129.204.104]) by 197751-HUB03.mex07a.mlsrvr.com ([161.129.204.104]) with mapi; Sun, 5 Jul 2009 19:23:34 -0500 From: Alok Jain <[email protected]> To: Jetspeed Users List <[email protected]> Date: Sun, 5 Jul 2009 19:23:29 -0500 Subject: RE: Can I have each portlet in different war Thread-Topic: Can I have each portlet in different war Thread-Index: Acn9y3z9yHayRHxcSX2Ado9/Q7XAmAAA+R9g Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi Ron, Can you please tell me one thing. In my case I am going to package= the portlets in different war files as per the features. So my question is= =20 1) when I deploy these war files in the portal server, do I need S= SO integration if=20 I need to authenticate user in all of the WARs. Assuming all the war files = are deployed in the same tomcat. 2) when I deploy these war files in the portal server, do I need S= SO integration if=20 I need to authenticate user in all of the WARs. Assuming all the war files = are deployed in different tomcat servers. Thanks, Alok. -----Original Message----- From: Ron Wheeler [mailto:[email protected]]=20 Sent: Sunday, July 05, 2009 4:51 PM To: Jetspeed Users List Subject: Re: Can I have each portlet in different war The web pages in a portal contains a selection of portlets regardless=20 of how you package up the webapps and once you are connected to a=20 session you share the authentication and authorization for your session. The portal page is selected based on your profile. The content of the=20 page is assembled by Jetspeed based on your PSML files. SSO is used to gain access to other people's web sites. Ron Alok Jain wrote: > Hi, > Thanks for the reply. Also can you please confirm that I need= to integrate SSO like CAS with Jetspeed for the > Seamless authentication of the users across all the web-apps. > > > Thanks, > Alok > > -----Original Message----- > From: Ate Douma [mailto:[email protected]]=20 > Sent: Thursday, July 02, 2009 12:50 AM > To: Jetspeed Users List > Subject: Re: Can I have each portlet in different war > > Alok Jain wrote: > =20 >> Hi, >> Can I have each portlet packaged in a different WAR and d= eployed in the same portal server. >> =20 > Sure, no problem. > The portal maintains a registry through which webapp (WAR) a portlet is d= eployed. > One think to keep in mind however is that portlets bundled in one webapp = do have the advantage that they can share the same servlet session=20 > and portlet session (APPLICATION_SCOPE). If you don't need that, deployin= g all of them in separate webapps gives you the benefit of a very=20 > fine-grained release/deployment life-cycle. > > =20 >> Thanks, >> Alok. >> >> =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] > > > =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 Jul 07 04:57:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49957 invoked from network); 7 Jul 2009 04:57:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jul 2009 04:57:50 -0000 Received: (qmail 67903 invoked by uid 500); 7 Jul 2009 04:57:59 -0000 Delivered-To: [email protected] Received: (qmail 67846 invoked by uid 500); 7 Jul 2009 04:57: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 67835 invoked by uid 99); 7 Jul 2009 04:57:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 04:57:58 +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: local policy) Received: from [161.129.204.104] (HELO production.artifact-software.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 04:57:50 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by production.artifact-software.com (Postfix) with ESMTP id 56AA56A7BD2 for <[email protected]>; Tue, 7 Jul 2009 00:57:27 -0400 (EDT) Message-ID: <[email protected]> Date: Mon, 06 Jul 2009 08:49:26 -0400 From: Ron Wheeler <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Can I have each portlet in different war 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 Alok Jain wrote: > Hi Ron, > Can you please tell me one thing. In my case I am going to package the portlets in different war files as per the features. So my question is > 1) when I deploy these war files in the portal server, do I need SSO integration if > I need to authenticate user in all of the WARs. Assuming all the war files are deployed in the same tomcat. > No. We have our application broken up into many war files (webapps) for ease of development but they are all part of one unified portal and authentication is done at the portal level. If the portlet needs to know anything about the current user, it can get the session context from Jetspeed and find out all about the user or find out that the session is still anonymous if the user has not logged in. Portlet webapps are never called directly from a browser. They are called by Jetspeed as it tries to assemble a page for a user who has made a request. If the portlet has any interest in the profile of the user on whose behalf the request is being made it has to ask Jetspeed. If the portlet wants to know any information that was in the request from the browser, it has to ask Jetspeed. > 2) when I deploy these war files in the portal server, do I need SSO integration if > I need to authenticate user in all of the WARs. Assuming all the war files are deployed in different tomcat servers. > > Not likely. I can not think how SSO could be used in this case but I am sure that there is some odd-ball situation. There are a number of better ways to do this. You can use Web Services or other remoting methods to scale your app onto more than one server. There is also Web Services for Portlets. We are using Web Services in one of our current portals. The authentication for the Web Service is done as the request level in this case (portlet on server A is permitted to call web service X on server B). The inter-service communication must use messages that contain enough information for the service to know what the caller wants (get me customer 100010's last order). The service does not need to know on whose behalf the portlet is requesting the info. In my example it could be customer 100010 who is logged in or it could be the a customer service rep or accounting department using the portal. > Thanks, > Alok. > > > -----Original Message----- > From: Ron Wheeler [mailto:[email protected]] > Sent: Sunday, July 05, 2009 4:51 PM > To: Jetspeed Users List > Subject: Re: Can I have each portlet in different war > > The web pages in a portal contains a selection of portlets regardless > of how you package up the webapps and once you are connected to a > session you share the authentication and authorization for your session. > The portal page is selected based on your profile. The content of the > page is assembled by Jetspeed based on your PSML files. > > SSO is used to gain access to other people's web sites. > > Ron > > > Alok Jain wrote: > >> Hi, >> Thanks for the reply. Also can you please confirm that I need to integrate SSO like CAS with Jetspeed for the >> Seamless authentication of the users across all the web-apps. >> >> >> Thanks, >> Alok >> >> -----Original Message----- >> From: Ate Douma [mailto:[email protected]] >> Sent: Thursday, July 02, 2009 12:50 AM >> To: Jetspeed Users List >> Subject: Re: Can I have each portlet in different war >> >> Alok Jain wrote: >> >> >>> Hi, >>> Can I have each portlet packaged in a different WAR and deployed in the same portal server. >>> >>> >> Sure, no problem. >> The portal maintains a registry through which webapp (WAR) a portlet is deployed. >> One think to keep in mind however is that portlets bundled in one webapp do have the advantage that they can share the same servlet session >> and portlet session (APPLICATION_SCOPE). If you don't need that, deploying all of them in separate webapps gives you the benefit of a very >> fine-grained release/deployment life-cycle. >> >> >> >>> Thanks, >>> Alok. >>> >>> >>> >> --------------------------------------------------------------------- >> 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 Jul 07 06:26:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1258 invoked from network); 7 Jul 2009 06:26:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jul 2009 06:26:26 -0000 Received: (qmail 24634 invoked by uid 500); 7 Jul 2009 06:26:36 -0000 Delivered-To: [email protected] Received: (qmail 24558 invoked by uid 500); 7 Jul 2009 06: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24548 invoked by uid 99); 7 Jul 2009 06:26:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 06:26:35 +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 smtp111.dfw.emailsrvr.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 06:26:24 +0000 Received: from relay11.relay.dfw.mlsrvr.com (localhost [161.129.204.104]) by relay11.relay.dfw.mlsrvr.com (SMTP Server) with ESMTP id 6DD4D17FFD4 for <[email protected]>; Tue, 7 Jul 2009 02:26:03 -0400 (EDT) Received: from smtp192.mex07a.mlsrvr.com (smtp192.mex07a.mlsrvr.com [161.129.204.104]) by relay11.relay.dfw.mlsrvr.com (SMTP Server) with ESMTPS id 66C3117FE6F for <[email protected]>; Tue, 7 Jul 2009 02:26:03 -0400 (EDT) Received: from 34093-MBX-C07.mex07a.mlsrvr.com ([161.129.204.104]) by 152340-HUB02.mex07a.mlsrvr.com ([161.129.204.104]) with mapi; Tue, 7 Jul 2009 01:26:03 -0500 From: Alok Jain <[email protected]> To: Jetspeed Users List <[email protected]> Date: Tue, 7 Jul 2009 01:25:52 -0500 Subject: RE: Can I have each portlet in different war Thread-Topic: Can I have each portlet in different war Thread-Index: Acn+v4GOgk9Wl09TT9GO2xTJ9fWqUgADApLQ Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi Ron, Thanks a lot for the clarification. When we customize = the theme and portal page layout in the jet-speed, all that is Jetspeed spe= cific. If I have to move the application to another portal server , I need = to do there for that portal server. Thanks, Alok -----Original Message----- From: Ron Wheeler [mailto:[email protected]]=20 Sent: Monday, July 06, 2009 5:49 AM To: Jetspeed Users List Subject: Re: Can I have each portlet in different war Alok Jain wrote: > Hi Ron, > Can you please tell me one thing. In my case I am going to packa= ge the portlets in different war files as per the features. So my question = is=20 > 1) when I deploy these war files in the portal server, do I need= SSO integration if=20 > I need to authenticate user in all of the WARs. Assuming all the war file= s are deployed in the same tomcat. > =20 No. We have our application broken up into many war files (webapps) for=20 ease of development but they are all part of one unified portal and=20 authentication is done at the portal level. If the portlet needs to know=20 anything about the current user, it can get the session context from=20 Jetspeed and find out all about the user or find out that the session is=20 still anonymous if the user has not logged in. Portlet webapps are never called directly from a browser. They are=20 called by Jetspeed as it tries to assemble a page for a user who has=20 made a request. If the portlet has any interest in the profile of the=20 user on whose behalf the request is being made it has to ask Jetspeed. =20 If the portlet wants to know any information that was in the request=20 from the browser, it has to ask Jetspeed. > 2) when I deploy these war files in the portal server, do I need= SSO integration if=20 > I need to authenticate user in all of the WARs. Assuming all the war file= s are deployed in different tomcat servers. > > =20 Not likely. I can not think how SSO could be used in this case but I am=20 sure that there is some odd-ball situation. There are a number of better ways to do this. You can use Web Services=20 or other remoting methods to scale your app onto more than one server.=20 There is also Web Services for Portlets. We are using Web Services in=20 one of our current portals. The authentication for the Web Service is done as the request level in=20 this case (portlet on server A is permitted to call web service X on=20 server B). The inter-service communication must use messages that=20 contain enough information for the service to know what the caller wants=20 (get me customer 100010's last order). The service does not need to know=20 on whose behalf the portlet is requesting the info. In my example it=20 could be customer 100010 who is logged in or it could be the a customer=20 service rep or accounting department using the portal. =20 > Thanks, > Alok. > > > -----Original Message----- > From: Ron Wheeler [mailto:[email protected]]=20 > Sent: Sunday, July 05, 2009 4:51 PM > To: Jetspeed Users List > Subject: Re: Can I have each portlet in different war > > The web pages in a portal contains a selection of portlets regardless=20 > of how you package up the webapps and once you are connected to a=20 > session you share the authentication and authorization for your session. > The portal page is selected based on your profile. The content of the=20 > page is assembled by Jetspeed based on your PSML files. > > SSO is used to gain access to other people's web sites. > > Ron > > > Alok Jain wrote: > =20 >> Hi, >> Thanks for the reply. Also can you please confirm that I nee= d to integrate SSO like CAS with Jetspeed for the >> Seamless authentication of the users across all the web-apps. >> >> >> Thanks, >> Alok >> >> -----Original Message----- >> From: Ate Douma [mailto:[email protected]]=20 >> Sent: Thursday, July 02, 2009 12:50 AM >> To: Jetspeed Users List >> Subject: Re: Can I have each portlet in different war >> >> Alok Jain wrote: >> =20 >> =20 >>> Hi, >>> Can I have each portlet packaged in a different WAR and = deployed in the same portal server. >>> =20 >>> =20 >> Sure, no problem. >> The portal maintains a registry through which webapp (WAR) a portlet is = deployed. >> One think to keep in mind however is that portlets bundled in one webapp= do have the advantage that they can share the same servlet session=20 >> and portlet session (APPLICATION_SCOPE). If you don't need that, deployi= ng all of them in separate webapps gives you the benefit of a very=20 >> fine-grained release/deployment life-cycle. >> >> =20 >> =20 >>> Thanks, >>> Alok. >>> >>> =20 >>> =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] >> >> >> =20 >> =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] > > > =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 Jul 07 09:44:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73234 invoked from network); 7 Jul 2009 09:44:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jul 2009 09:44:21 -0000 Received: (qmail 50845 invoked by uid 500); 7 Jul 2009 09:44:29 -0000 Delivered-To: [email protected] Received: (qmail 50785 invoked by uid 500); 7 Jul 2009 09:44: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 50706 invoked by uid 99); 7 Jul 2009 09:44:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 09:44:29 +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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO exprod7og121.obsmtp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 07 Jul 2009 09:44:17 +0000 Received: from source ([161.129.204.104]) by exprod7ob121.postini.com ([161.129.204.104]) with SMTP ID [email protected]; Tue, 07 Jul 2009 02:43:57 PDT Received: by fxm19 with SMTP id 19so4864970fxm.6 for <[email protected]>; Tue, 07 Jul 2009 02:43:55 -0700 (PDT) Received: by 161.129.204.104 with SMTP id a10mr3226291muh.16.1246959835250; Tue, 07 Jul 2009 02:43:55 -0700 (PDT) Received: from mac001b631e2be7.finalist.nl (mexcellence1.iae.nl [161.129.204.104]) by mx.google.com with ESMTPS id j6sm39874679mue.1.2161.129.204.104.43.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 07 Jul 2009 02:43:54 -0700 (PDT) Message-Id: <[email protected]> From: Martin Sturm <[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: Templates in portlet Date: Tue, 7 Jul 2009 11:43:53 +0200 X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I have a question regarding Layout portlets. I've created a portlet which provides a layout for Jetspeed and is using the MultiColumnPortlet (in fact, my portlet only consists of some different init-params in the portlet.xml). Our layout requires a different template, which is currently located in the custom portal in WEB-INF/templates/layout/html/ (as is by default). However, for deployment reasons, it would be very nice if the template files (effectively only a layout.vm and layout.properties file) would also be contained in the portlet. I figured out that the location of the template-location is provided by a TemplateLocator which is used by the JetspeedPowerTool. However, it is very unclear to me how I can change its behaviour so that four our Layout Portlet it uses a location which is part of my Layout Portlet. Unfortunately, it is hard to find useful documentation on this subject, so I hope somebody on this mailinglist can provide some help. We're using Jetspeed 2.1.3 POST. Thanks in advance!! Kind regards, -- Martin Sturm --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 07 13:47:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16697 invoked from network); 7 Jul 2009 13:47:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jul 2009 13:47:15 -0000 Received: (qmail 63223 invoked by uid 500); 7 Jul 2009 13:47:24 -0000 Delivered-To: [email protected] Received: (qmail 63177 invoked by uid 500); 7 Jul 2009 13:47: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 63167 invoked by uid 99); 7 Jul 2009 13:47:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 13:47: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: local policy) Received: from [161.129.204.104] (HELO production.artifact-software.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 13:47:15 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by production.artifact-software.com (Postfix) with ESMTP id 5D1876A7BD4 for <[email protected]>; Tue, 7 Jul 2009 09:46:51 -0400 (EDT) Message-ID: <[email protected]> Date: Tue, 07 Jul 2009 09:46:48 -0400 From: Ron Wheeler <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Can I have each portlet in different war 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 You would have to look at the standard to see how far it goes into the PSML files. I have no idea if they are part of the standard or not. In any event, this has no effect on your portlets. They have no idea about how they are getting onto the page. They do not interact with themes or page layouts. They just know that they have been put on a page and have to draw themselves and react to the user's interaction with the on-screen components. In the worst case, if you change portal technologies, you might have to tweak your portal level decorations and page layout structure. The bulk of your application will be unaffected. We built a DAO layer and a utility package for our Jetspeed access from portlet controllers to help isolate the portal application developers from Jetspeed and to make common operations simpler. It was not done with the goal of changing portal technologies but you might adopt a similar approach if you are worried about being too dependent on a particular JSR-168 implementation. Ron Alok Jain wrote: > Hi Ron, > Thanks a lot for the clarification. When we customize the theme and portal page layout in the jet-speed, all that is Jetspeed specific. If I have to move the application to another portal server , I need to do there for that portal server. > > Thanks, > Alok > > -----Original Message----- > From: Ron Wheeler [mailto:[email protected]] > Sent: Monday, July 06, 2009 5:49 AM > To: Jetspeed Users List > Subject: Re: Can I have each portlet in different war > > Alok Jain wrote: > >> Hi Ron, >> Can you please tell me one thing. In my case I am going to package the portlets in different war files as per the features. So my question is >> 1) when I deploy these war files in the portal server, do I need SSO integration if >> I need to authenticate user in all of the WARs. Assuming all the war files are deployed in the same tomcat. >> >> > No. We have our application broken up into many war files (webapps) for > ease of development but they are all part of one unified portal and > authentication is done at the portal level. If the portlet needs to know > anything about the current user, it can get the session context from > Jetspeed and find out all about the user or find out that the session is > still anonymous if the user has not logged in. > Portlet webapps are never called directly from a browser. They are > called by Jetspeed as it tries to assemble a page for a user who has > made a request. If the portlet has any interest in the profile of the > user on whose behalf the request is being made it has to ask Jetspeed. > If the portlet wants to know any information that was in the request > from the browser, it has to ask Jetspeed. > > >> 2) when I deploy these war files in the portal server, do I need SSO integration if >> I need to authenticate user in all of the WARs. Assuming all the war files are deployed in different tomcat servers. >> >> >> > Not likely. I can not think how SSO could be used in this case but I am > sure that there is some odd-ball situation. > > There are a number of better ways to do this. You can use Web Services > or other remoting methods to scale your app onto more than one server. > There is also Web Services for Portlets. We are using Web Services in > one of our current portals. > The authentication for the Web Service is done as the request level in > this case (portlet on server A is permitted to call web service X on > server B). The inter-service communication must use messages that > contain enough information for the service to know what the caller wants > (get me customer 100010's last order). The service does not need to know > on whose behalf the portlet is requesting the info. In my example it > could be customer 100010 who is logged in or it could be the a customer > service rep or accounting department using the portal. > > > >> Thanks, >> Alok. >> >> >> -----Original Message----- >> From: Ron Wheeler [mailto:[email protected]] >> Sent: Sunday, July 05, 2009 4:51 PM >> To: Jetspeed Users List >> Subject: Re: Can I have each portlet in different war >> >> The web pages in a portal contains a selection of portlets regardless >> of how you package up the webapps and once you are connected to a >> session you share the authentication and authorization for your session. >> The portal page is selected based on your profile. The content of the >> page is assembled by Jetspeed based on your PSML files. >> >> SSO is used to gain access to other people's web sites. >> >> Ron >> >> >> Alok Jain wrote: >> >> >>> Hi, >>> Thanks for the reply. Also can you please confirm that I need to integrate SSO like CAS with Jetspeed for the >>> Seamless authentication of the users across all the web-apps. >>> >>> >>> Thanks, >>> Alok >>> >>> -----Original Message----- >>> From: Ate Douma [mailto:[email protected]] >>> Sent: Thursday, July 02, 2009 12:50 AM >>> To: Jetspeed Users List >>> Subject: Re: Can I have each portlet in different war >>> >>> Alok Jain wrote: >>> >>> >>> >>>> Hi, >>>> Can I have each portlet packaged in a different WAR and deployed in the same portal server. >>>> >>>> >>>> >>> Sure, no problem. >>> The portal maintains a registry through which webapp (WAR) a portlet is deployed. >>> One think to keep in mind however is that portlets bundled in one webapp do have the advantage that they can share the same servlet session >>> and portlet session (APPLICATION_SCOPE). If you don't need that, deploying all of them in separate webapps gives you the benefit of a very >>> fine-grained release/deployment life-cycle. >>> >>> >>> >>> >>>> Thanks, >>>> Alok. >>>> >>>> >>>> >>>> >>> --------------------------------------------------------------------- >>> 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] > > > --------------------------------------------------------------------- > 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 Jul 08 09:57:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16011 invoked from network); 8 Jul 2009 09:57:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jul 2009 09:57:55 -0000 Received: (qmail 96429 invoked by uid 500); 8 Jul 2009 09:58:05 -0000 Delivered-To: [email protected] Received: (qmail 96351 invoked by uid 500); 8 Jul 2009 09:58: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96341 invoked by uid 99); 8 Jul 2009 09:58:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 09:58:04 +0000 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-vbr9.xs4all.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 09:57:53 +0000 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated bits=0) by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id n689vTGG021622 for <[email protected]>; Wed, 8 Jul 2009 11:57:31 +0200 (CEST) (envelope-from [email protected]) Message-ID: <[email protected]> Date: Wed, 08 Jul 2009 11:57:28 +0200 From: Ate Douma <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20090409) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Templates in 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 Martin Sturm wrote: > Hi all, > > I have a question regarding Layout portlets. I've created a portlet > which provides a layout for Jetspeed and is using the MultiColumnPortlet > (in fact, my portlet only consists of some different init-params in the > portlet.xml). Our layout requires a different template, which is > currently located in the custom portal in WEB-INF/templates/layout/html/ > (as is by default). > However, for deployment reasons, it would be very nice if the template > files (effectively only a layout.vm and layout.properties file) would > also be contained in the portlet. > I figured out that the location of the template-location is provided by > a TemplateLocator which is used by the JetspeedPowerTool. However, it is > very unclear to me how I can change its behaviour so that four our > Layout Portlet it uses a location which is part of my Layout Portlet. > Unfortunately, it is hard to find useful documentation on this subject, > so I hope somebody on this mailinglist can provide some help. Hi Martin, If I understand you correctly, you'd like to package your custom layout template together with your custom layout portlet, right? First question here is: are you deploying your custom layout portlet(s) as a separate war within the *local* deployment environment of Jetspeed? Like the default Jetspeed layout portlets, custom layout portlets are best deployed through the special WEB-INF/deploy/local folder, not the default WEB-INF/deploy folder. Using the local deployment folder the custom layout portlets will be managed within the Jetspeed portal webapp itself, thereby accessible from within its own context and through its own classpath. While the current TemplateLocator configuration assumes a single *root* folder within the portal web application context, it might be possible to adapt this to (also) look in an additional/separate folder, like within a locally deployed layout portlet application. However, I'd consider this to be a less optimal and desired solution. An alternative solution we've setup before for other projects is configuring a special but generic layout template which simply delegates (invokes) the layout template rendering to one tied to a predefined or dynamically resolved one provide by (package together with) the layout decorator itself. That way, you can leverage the automatic decorator deployment feature of Jetspeed which allows you to package decorators (both layout and portlet) as a jar and just drop it in the portal WEB-INF/deploy folder. That makes for a more generic and reusable solution imo. Or, a new "template" deployment feature for Jetspeed can be written which will even further generalize and simplify your environment. Such a feature has not yet been needed, but we'd be happy to integrate a provided patch for that in Jetspeed, or otherwise provide such a feature by ourselves if you can help us find some sponsor for this. Regards, Ate > > We're using Jetspeed 2.1.3 POST. > > Thanks in advance!! > > Kind regards, > -- > Martin Sturm > > > --------------------------------------------------------------------- > 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 Jul 08 09:59:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16325 invoked from network); 8 Jul 2009 09:59:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jul 2009 09:59:02 -0000 Received: (qmail 97698 invoked by uid 500); 8 Jul 2009 09:59:12 -0000 Delivered-To: [email protected] Received: (qmail 97654 invoked by uid 500); 8 Jul 2009 09:59: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] Delivered-To: moderator for [email protected] Received: (qmail 39019 invoked by uid 99); 8 Jul 2009 09:02: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) Message-ID: <9B48B3F89FF94D4CBE9622354C8F20FF@Conservatory> From: "Eva Petro" <[email protected]> To: "Jetspeed Users List" <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Subject: Re: Can I have each portlet in different war Date: Wed, 8 Jul 2009 21:01:38 +1200 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.5512 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Hi Alok You are right. "Decorations" in Jetspeed are totally different to the .jspx theme files required by IBM Websphere Portal for instance. But it is a one-off fix, as typically one theme is shared by many portal pages. We develop on Jetspeed, and deploy on IBM Websphere Portal. We have found we only need a couple of themes on each, so the extra work is minimal. Regards Ron McNulty ----- Original Message ----- From: "Alok Jain" <[email protected]> To: "Jetspeed Users List" <[email protected]> Sent: Tuesday, July 07, 2009 6:25 PM Subject: RE: Can I have each portlet in different war Hi Ron, Thanks a lot for the clarification. When we customize the theme and portal page layout in the jet-speed, all that is Jetspeed specific. If I have to move the application to another portal server , I need to do there for that portal server. Thanks, Alok -----Original Message----- From: Ron Wheeler [mailto:[email protected]] Sent: Monday, July 06, 2009 5:49 AM To: Jetspeed Users List Subject: Re: Can I have each portlet in different war Alok Jain wrote: > Hi Ron, > Can you please tell me one thing. In my case I am going to > package the portlets in different war files as per the features. So my > question is > 1) when I deploy these war files in the portal server, do I need > SSO integration if > I need to authenticate user in all of the WARs. Assuming all the war files > are deployed in the same tomcat. > No. We have our application broken up into many war files (webapps) for ease of development but they are all part of one unified portal and authentication is done at the portal level. If the portlet needs to know anything about the current user, it can get the session context from Jetspeed and find out all about the user or find out that the session is still anonymous if the user has not logged in. Portlet webapps are never called directly from a browser. They are called by Jetspeed as it tries to assemble a page for a user who has made a request. If the portlet has any interest in the profile of the user on whose behalf the request is being made it has to ask Jetspeed. If the portlet wants to know any information that was in the request from the browser, it has to ask Jetspeed. > 2) when I deploy these war files in the portal server, do I need > SSO integration if > I need to authenticate user in all of the WARs. Assuming all the war files > are deployed in different tomcat servers. > > Not likely. I can not think how SSO could be used in this case but I am sure that there is some odd-ball situation. There are a number of better ways to do this. You can use Web Services or other remoting methods to scale your app onto more than one server. There is also Web Services for Portlets. We are using Web Services in one of our current portals. The authentication for the Web Service is done as the request level in this case (portlet on server A is permitted to call web service X on server B). The inter-service communication must use messages that contain enough information for the service to know what the caller wants (get me customer 100010's last order). The service does not need to know on whose behalf the portlet is requesting the info. In my example it could be customer 100010 who is logged in or it could be the a customer service rep or accounting department using the portal. > Thanks, > Alok. > > > -----Original Message----- > From: Ron Wheeler [mailto:[email protected]] > Sent: Sunday, July 05, 2009 4:51 PM > To: Jetspeed Users List > Subject: Re: Can I have each portlet in different war > > The web pages in a portal contains a selection of portlets regardless > of how you package up the webapps and once you are connected to a > session you share the authentication and authorization for your session. > The portal page is selected based on your profile. The content of the > page is assembled by Jetspeed based on your PSML files. > > SSO is used to gain access to other people's web sites. > > Ron > > > Alok Jain wrote: > >> Hi, >> Thanks for the reply. Also can you please confirm that I need >> to integrate SSO like CAS with Jetspeed for the >> Seamless authentication of the users across all the web-apps. >> >> >> Thanks, >> Alok >> >> -----Original Message----- >> From: Ate Douma [mailto:[email protected]] >> Sent: Thursday, July 02, 2009 12:50 AM >> To: Jetspeed Users List >> Subject: Re: Can I have each portlet in different war >> >> Alok Jain wrote: >> >> >>> Hi, >>> Can I have each portlet packaged in a different WAR and >>> deployed in the same portal server. >>> >>> >> Sure, no problem. >> The portal maintains a registry through which webapp (WAR) a portlet is >> deployed. >> One think to keep in mind however is that portlets bundled in one webapp >> do have the advantage that they can share the same servlet session >> and portlet session (APPLICATION_SCOPE). If you don't need that, >> deploying all of them in separate webapps gives you the benefit of a very >> fine-grained release/deployment life-cycle. >> >> >> >>> Thanks, >>> Alok. >>> >>> >>> >> --------------------------------------------------------------------- >> 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] --------------------------------------------------------------------- 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 Jul 09 10:35:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19590 invoked from network); 9 Jul 2009 10:35:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jul 2009 10:35:24 -0000 Received: (qmail 43034 invoked by uid 500); 9 Jul 2009 10:35:33 -0000 Delivered-To: [email protected] Received: (qmail 42961 invoked by uid 500); 9 Jul 2009 10: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 42946 invoked by uid 99); 9 Jul 2009 10:35:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 10:35:32 +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, 09 Jul 2009 10:35: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 1MOqxx-0004vi-Rd for [email protected]; Thu, 09 Jul 2009 03:35:01 -0700 Message-ID: <[email protected]> Date: Thu, 9 Jul 2009 03:35:01 -0700 (PDT) From: Rob Bradley <[email protected]> To: [email protected] Subject: selector.conditional.role 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 I am in the process of trying to stop a number of j2-admin portlets displaying in the Category Selector Portlet. I don't want them to appear to anybody including admin users. I found a document on the website which indicates what I want to do is possible: http://portals.apache.org/jetspeed-2.1.3/deployguide/guide-registry.html It refers to setting the js:metadata selector.conditional.role to * in order to never show a portlet, however this does not appear to be working. I am using Jetspeed 2.1.3 and the file I'm changing is jetspeed-portlet.xml in the WEB-INF of the j2-admin webapp. For example: <portlet> <portlet-name>WelcomeToJetspeed</portlet-name> <js:security-constraint-ref>public-view</js:security-constraint-ref> <js:metadata name="selector.conditional.role">*</js:metadata> </portlet> Please can anybody advise on what I'm doing wrong? Many thanks, Rob -- View this message in context: http://www.nabble.com/selector.conditional.role-not-working--tp24407834p24407834.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 Jul 09 11:06:09 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29484 invoked from network); 9 Jul 2009 11:06:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jul 2009 11:06:09 -0000 Received: (qmail 78982 invoked by uid 500); 9 Jul 2009 11:06:19 -0000 Delivered-To: [email protected] Received: (qmail 78924 invoked by uid 500); 9 Jul 2009 11:06: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 78914 invoked by uid 99); 9 Jul 2009 11:06:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 11:06:18 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,UNPARSEABLE_RELAY 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 mail149.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 09 Jul 2009 11:06:08 +0000 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-12.tower-149.messagelabs.com!1247137545!8672886!2 X-StarScan-Version: 6.1.2; banners=-,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 463 invoked from network); 9 Jul 2009 11:05:45 -0000 Received: from celopgp01.scee.net (HELO celopgp01.dmz.scee.net) (161.129.204.104) by server-12.tower-149.messagelabs.com with SMTP; 9 Jul 2009 11:05:45 -0000 Received: from cetcms001.internal.scee.net ([161.129.204.104]) by celopgp01.dmz.scee.net (PGP Universal service); Thu, 09 Jul 2009 11:05:45 +0000 X-PGP-Universal: processed; by celopgp01.dmz.scee.net on Thu, 09 Jul 2009 11:05:45 +0000 Received: from celocb08.internal.scee.net (celocb08.internal.scee.net) by cetcms001.internal.scee.net (Clearswift SMTPRS 5.3.2) with ESMTP id <[email protected]> for <[email protected]>; Thu, 9 Jul 2009 12:05:45 +0100 Subject: Nicola Orru is out of the office. From: [email protected] To: "Jetspeed Users List" <[email protected]> Message-ID: <[email protected]> Date: Thu, 9 Jul 2009 12:03:56 +0100 X-MIMETrack: Serialize by Router on CELOCB08/UK/SVR/SCEE(Release 7.0.3FP1|February 24, 2008) at 09/07/2009 12:05:45 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 09/07/2009 and will not return until 13/07/2009. I will respond to your message when I return. For any server-related queries please contact Xabier Mendicoa or Manjit Ghataora. ********************************************************************** 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] Thu Jul 09 11:20:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44650 invoked from network); 9 Jul 2009 11:20:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jul 2009 11:20:17 -0000 Received: (qmail 6970 invoked by uid 500); 9 Jul 2009 11:20:27 -0000 Delivered-To: [email protected] Received: (qmail 6919 invoked by uid 500); 9 Jul 2009 11:20: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 6909 invoked by uid 99); 9 Jul 2009 11:20:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 11:20: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO web51107.mail.re2.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 09 Jul 2009 11:20:16 +0000 Received: (qmail 84549 invoked by uid 60001); 9 Jul 2009 11:19:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1247138395; bh=gUgBw9bPqn5pS3GWCSpXBzl69USOScW+iexcPr1jSN4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=JruddFoOIKueei2gKVsKLeHCm+9MekXycC47Y+hqhuTYcEYRFsWRv6N/8zFiiiPvVIFiI6uz/qE9VA9OWXGJ4V6K8Y/lA65iYKZKu+7mjeqoaY57M7CLy27MGRPwcbcSOwYwoKDQZy05rmngwrWQbUz2UZM7XxEYBZSJf/Hskpg= 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=ibRrz5BdH01IiNUVHtXvgo2uXt7B6Zk1Dr7ifEmjrw01KAze9daMUuk3FR1aIZKSqdJG0S/eanPk5Qcg3F5XA/H9rd+hGpR4Jw83OiatvRGkBCQ9F1pEoOkOpcf9PK1kIEAFdB0XWndeBOrlGQLYc1WK0Tu/V4ALjKgc41HFCvI=; Message-ID: <[email protected]> X-YMail-OSG: EN7RApUVM1nyeG12M91Ao7eu1rKziuDfP98.vTi.TTUjF6hKGnxbZ7GvyzuJbQ5cUyhmhIz3T1eXdPHHZzcSysxwVz6IKk8Cu4L8b2wDIIN9U03PYUXlEVwXx_DkZKVM3al0XwvqlJRnhGxmdkQvuiTUjY34pYZjN9Kvh__Aqc2wCz3nE5ZMUyi0ywfP36pSPMKxTbHFrtTeW4UD9vdFlWV3zUkIWW.kssvBpswb_C5u19oK8voyquK0MeN4TbKlPC8.vvLZuacVI6pEsGTWg04EivKdMIeWukbVhLNLwVu7PZ7d_vOhXaYLZjY8v1jhtzwRKHEXB5ToUv.FmK4hfQ-- Received: from [161.129.204.104] by web51107.mail.re2.yahoo.com via HTTP; Thu, 09 Jul 2009 04:19:54 PDT X-Mailer: YahooMailClassic/5.4.17 YahooMailWebService/0.7.289.15 Date: Thu, 9 Jul 2009 04:19:54 -0700 (PDT) From: Woonsan Ko <[email protected]> Subject: Re: selector.conditional.role not working? To: Jetspeed 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 Hi Rob,=0A=0AI think the feature was introduced with 2.2.0 release.=0APleas= e see JS2-853 in the following page:=0A=0Ahttp://portals.apache.org/jetspee= d-2/release-notes.html=0A=0AIt seems that the patch was backported to JETSP= EED-2.1.3-POSTRELEASE branch. It think that's why you found it in the 2.1.3= documentation.=0A=0ARegards,=0A=0AWoonsan=0A=0A--- On Thu, 7/9/09, Rob Bra= dley <[email protected]> wrote:=0A=0A> From: Rob Bradley <= [email protected]>=0A> Subject: selector.conditional.role = not working?=0A> To: [email protected]=0A> Date: Thursday, J= uly 9, 2009, 12:35 PM=0A> =0A> I am in the process of trying to stop a numb= er of j2-admin=0A> portlets=0A> displaying in the Category Selector Portlet= . I don't want=0A> them to appear to=0A> anybody including admin users.=0A>= =0A> I found a document on the website which indicates what I=0A> want to = do is=0A> possible:=0A> http://portals.apache.org/jetspeed-2.1.3/deployguid= e/guide-registry.html=0A> =0A> It refers to setting the js:metadata=0A> sel= ector.conditional.role to * in order=0A> to never show a portlet, however t= his does not appear to be=0A> working. I am=0A> using Jetspeed 2.1.3 and th= e file I'm changing is=0A> jetspeed-portlet.xml in=0A> the WEB-INF of the j= 2-admin webapp.=0A> =0A> For example:=0A> =0A> <portlet>=0A> =A0=0A> <portl= et-name>WelcomeToJetspeed</portlet-name>=0A> =A0=0A> <js:security-constrain= t-ref>public-view</js:security-constraint-ref>=0A> =A0 <js:metadata=0A> nam= e=3D"selector.conditional.role">*</js:metadata>=0A> </portlet>=0A> =0A> Ple= ase can anybody advise on what I'm doing wrong?=0A> =0A> Many thanks,=0A> R= ob=0A> -- =0A> View this message in context: http://www.nabble.com/selector= .conditional.role-not-working--tp24407834p24407834.html=0A> Sent from the J= etspeed - User mailing list archive at=0A> Nabble.com.=0A> =0A> =0A> ------= ---------------------------------------------------------------=0A> To unsu= bscribe, e-mail: [email protected]=0A> For addit= ional commands, e-mail: [email protected]=0A> =0A> =0A= =0A=0A --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jul 09 11:52:33 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20712 invoked from network); 9 Jul 2009 11:52:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jul 2009 11:52:33 -0000 Received: (qmail 41268 invoked by uid 500); 9 Jul 2009 11:52:42 -0000 Delivered-To: [email protected] Received: (qmail 41194 invoked by uid 500); 9 Jul 2009 11:52: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41184 invoked by uid 99); 9 Jul 2009 11:52:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 11:52:42 +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, 09 Jul 2009 11:52: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 1MOsAc-0007xq-Ot for [email protected]; Thu, 09 Jul 2009 04:52:10 -0700 Message-ID: <[email protected]> Date: Thu, 9 Jul 2009 04:52:10 -0700 (PDT) From: Rob Bradley <[email protected]> To: [email protected] Subject: Re: selector.conditional.role 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 Woonsan Ko wrote: > > I think the feature was introduced with 2.2.0 release. > Please see JS2-853 in the following page: > > http://portals.apache.org/jetspeed-2/release-notes.html > > It seems that the patch was backported to JETSPEED-2.1.3-POSTRELEASE > branch. It think that's why you found it in the 2.1.3 documentation. > Thanks for the quick reply Woonsan. That is a real shame as I can't currently upgrade to the 2.2.0. I've been trying to remove them for a while now since I don't really want any of the j2-admin portlets to appear in the selector (only the login portlet and the category selector itself). I did find a way to ignore them by editing the code which produces the list in "category-portlet-selector.vm", however the problem with that is it still counts them as part of the page so for example if you say you want 15 portlets to a page and 10 of them are j2-admin it will only show 5 portlets on that page. I'm still looking at ways of doing this in 2.1.3 so any ideas would be gratefully accepted. -- View this message in context: http://www.nabble.com/selector.conditional.role-not-working--tp24407834p24408765.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 Jul 09 11:57:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23800 invoked from network); 9 Jul 2009 11:57:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jul 2009 11:57:57 -0000 Received: (qmail 46333 invoked by uid 500); 9 Jul 2009 11:58:06 -0000 Delivered-To: [email protected] Received: (qmail 46279 invoked by uid 500); 9 Jul 2009 11:58: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 46269 invoked by uid 99); 9 Jul 2009 11:58:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 11:58:06 +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 po.depag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 11:57:58 +0000 Received: from localhost (unknown [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id 2381D8D2AE for <[email protected]>; Thu, 9 Jul 2009 14:01:32 +0200 (CEST) Received: from tati.lr3.depag.de (tati.lr3.depag.de [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id 4D92B8D2BF for <[email protected]>; Thu, 9 Jul 2009 14:01:30 +0200 (CEST) Received: from [161.129.204.104] (unknown [161.129.204.104]) by tati.lr3.depag.de (Postfix) with ESMTP id 4B5BB7EE3 for <[email protected]>; Thu, 9 Jul 2009 13:57:36 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 09 Jul 2009 13:57:28 +0200 From: Frank Otto <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: selector.conditional.role 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-Virus-Scanned: by AMaViS perl-11 X-Virus-Checked: Checked by ClamAV on apache.org Hi, you can comment out the not wanted admin portlets in portlet.xml of j2-admin. kind regards, Frank Rob Bradley schrieb: > > Woonsan Ko wrote: >> I think the feature was introduced with 2.2.0 release. >> Please see JS2-853 in the following page: >> >> http://portals.apache.org/jetspeed-2/release-notes.html >> >> It seems that the patch was backported to JETSPEED-2.1.3-POSTRELEASE >> branch. It think that's why you found it in the 2.1.3 documentation. >> > Thanks for the quick reply Woonsan. That is a real shame as I can't > currently upgrade to the 2.2.0. I've been trying to remove them for a while > now since I don't really want any of the j2-admin portlets to appear in the > selector (only the login portlet and the category selector itself). > > I did find a way to ignore them by editing the code which produces the list > in "category-portlet-selector.vm", however the problem with that is it still > counts them as part of the page so for example if you say you want 15 > portlets to a page and 10 of them are j2-admin it will only show 5 portlets > on that page. > > I'm still looking at ways of doing this in 2.1.3 so any ideas would be > gratefully accepted. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jul 09 12:08:46 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32974 invoked from network); 9 Jul 2009 12:08:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jul 2009 12:08:46 -0000 Received: (qmail 58302 invoked by uid 500); 9 Jul 2009 12:08:55 -0000 Delivered-To: [email protected] Received: (qmail 58255 invoked by uid 500); 9 Jul 2009 12:08: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 58245 invoked by uid 99); 9 Jul 2009 12:08:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 12:08:55 +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, 09 Jul 2009 12:08: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 1MOsQL-0000NJ-UT for [email protected]; Thu, 09 Jul 2009 05:08:25 -0700 Message-ID: <[email protected]> Date: Thu, 9 Jul 2009 05:08:25 -0700 (PDT) From: Rob Bradley <[email protected]> To: [email protected] Subject: Re: selector.conditional.role 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]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Frank Otto-5 wrote: > > you can comment out the not wanted admin portlets in portlet.xml of > j2-admin. > Thanks Frank. I had thought of this but I have concerns about whether some > of the portlets actually have inter-related code reliant upon another > portlet being available. I was using Liferay prior to moving over to Jetspeed and if you messed around with portlet.xml in Liferay you could blow the whole administrative system out pretty easily (it turns out that almost every portlet they ship is inter-linked in some way). If you're saying that isn't the case with Jetspeed then I'll give it a try. Thanks for your help. -- View this message in context: http://www.nabble.com/selector.conditional.role-not-working--tp24407834p24408979.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 Jul 09 12:15:46 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69869 invoked from network); 9 Jul 2009 12:15:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jul 2009 12:15:46 -0000 Received: (qmail 65852 invoked by uid 500); 9 Jul 2009 12:15:55 -0000 Delivered-To: [email protected] Received: (qmail 65778 invoked by uid 500); 9 Jul 2009 12:15: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 65768 invoked by uid 99); 9 Jul 2009 12:15:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 12:15:55 +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 po.depag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 12:15:47 +0000 Received: from localhost (unknown [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id 7C3B38D2BF for <[email protected]>; Thu, 9 Jul 2009 14:19:21 +0200 (CEST) Received: from tati.lr3.depag.de (tati.lr3.depag.de [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id 9411D8D256 for <[email protected]>; Thu, 9 Jul 2009 14:19:19 +0200 (CEST) Received: from [161.129.204.104] (unknown [161.129.204.104]) by tati.lr3.depag.de (Postfix) with ESMTP id 9B9117ED6 for <[email protected]>; Thu, 9 Jul 2009 14:15:25 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 09 Jul 2009 14:15:17 +0200 From: Frank Otto <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: selector.conditional.role not working? 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-Scanned: by AMaViS perl-11 X-Virus-Checked: Checked by ClamAV on apache.org In my custom portal, I have commented out all other admin portlets and it works. There are no dependencies. Rob Bradley schrieb: > > Frank Otto-5 wrote: >> you can comment out the not wanted admin portlets in portlet.xml of >> j2-admin. >> Thanks Frank. I had thought of this but I have concerns about whether some >> of the portlets actually have inter-related code reliant upon another >> portlet being available. > > I was using Liferay prior to moving over to Jetspeed and if you messed > around with portlet.xml in Liferay you could blow the whole administrative > system out pretty easily (it turns out that almost every portlet they ship > is inter-linked in some way). > > If you're saying that isn't the case with Jetspeed then I'll give it a try. > Thanks for your help. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jul 09 13:08:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57862 invoked from network); 9 Jul 2009 13:08:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jul 2009 13:08:11 -0000 Received: (qmail 7873 invoked by uid 500); 9 Jul 2009 13:06:40 -0000 Delivered-To: [email protected] Received: (qmail 5389 invoked by uid 500); 9 Jul 2009 13:06: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 3908 invoked by uid 99); 9 Jul 2009 12:58:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 12:58:08 +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, 09 Jul 2009 12:57:58 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MOtBx-0002Ld-Dw for [email protected]; Thu, 09 Jul 2009 05:57:37 -0700 Message-ID: <[email protected]> Date: Thu, 9 Jul 2009 05:57:37 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Portlet shows up "blank", no content 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 A portlet that worked in Jetspeed 2.0 shows up blank in Jetspeed 2.1.3. Any idea's on how I can debug this problem? Paul -- View this message in context: http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24409649.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 Jul 09 13:30:51 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65259 invoked from network); 9 Jul 2009 13:30:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jul 2009 13:30:51 -0000 Received: (qmail 4670 invoked by uid 500); 9 Jul 2009 13:31:01 -0000 Delivered-To: [email protected] Received: (qmail 4645 invoked by uid 500); 9 Jul 2009 13:31: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 4635 invoked by uid 99); 9 Jul 2009 13:31:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 13:31:01 +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, 09 Jul 2009 13:30:52 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MOthn-00041z-9s for [email protected]; Thu, 09 Jul 2009 06:30:31 -0700 Message-ID: <[email protected]> Date: Thu, 9 Jul 2009 06:30:31 -0700 (PDT) From: Rob Bradley <[email protected]> To: [email protected] Subject: Re: selector.conditional.role 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]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Frank Otto-5 wrote: > > In my custom portal, I have commented out all other admin portlets and > it works. There are no dependencies. > Thanks again Frank that is working perfectly. I guess I should have known the Jetspeed would have less spaghetti. -- View this message in context: http://www.nabble.com/selector.conditional.role-not-working--tp24407834p24410174.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 Jul 10 11:41:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6783 invoked from network); 10 Jul 2009 11:41:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jul 2009 11:41:15 -0000 Received: (qmail 77561 invoked by uid 500); 10 Jul 2009 11:41:24 -0000 Delivered-To: [email protected] Received: (qmail 77502 invoked by uid 500); 10 Jul 2009 11:41: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 77492 invoked by uid 99); 10 Jul 2009 11:41:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 11:41: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 po.depag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 11:41:14 +0000 Received: from localhost (unknown [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id C360B8D2AF for <[email protected]>; Fri, 10 Jul 2009 13:44:49 +0200 (CEST) Received: from tati.lr3.depag.de (tati.lr3.depag.de [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id 26E3F8D1AD for <[email protected]>; Fri, 10 Jul 2009 13:44:48 +0200 (CEST) Received: from [161.129.204.104] (cad-laptop [161.129.204.104]) by tati.lr3.depag.de (Postfix) with ESMTP id 3B6977EE6 for <[email protected]>; Fri, 10 Jul 2009 13:40:53 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 10 Jul 2009 13:40:43 +0200 From: Frank Otto <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: portlet descrition in resource bundle Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have the title and keywords of a portlet in a resource bundle. Can I do this with the description too? I can't find no key. For title it is: javax.portlet.title=myTitle javax.portlet.short-title=myShortTitle javax.portlet.keywords=myKeywords I want all texts in one properties file. kind regards, Frank --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jul 10 12:18:43 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55785 invoked from network); 10 Jul 2009 12:18:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jul 2009 12:18:43 -0000 Received: (qmail 33535 invoked by uid 500); 10 Jul 2009 12:18:52 -0000 Delivered-To: [email protected] Received: (qmail 33497 invoked by uid 500); 10 Jul 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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33487 invoked by uid 99); 10 Jul 2009 12:18:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp.mitel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 12:18:43 +0000 Received: from localhost (smtp.mitel.com [161.129.204.104]) by smtp.mitel.com (Postfix) with ESMTP id 475892C028 for <[email protected]>; Fri, 10 Jul 2009 08:18:21 -0400 (EDT) X-Virus-Scanned: by amavisd-new (virusonly) at mitel.com Received: from smtp.mitel.com ([161.129.204.104]) by localhost (smtp.mitel.com [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id Xn9nY1Bqzmx8 for <[email protected]>; Fri, 10 Jul 2009 08:18:21 -0400 (EDT) Received: from ottlnmta.mitel.com (ottlnmta.mitel.com [161.129.204.104]) by smtp.mitel.com (Postfix) with ESMTP id 1BCB12C02F for <[email protected]>; Fri, 10 Jul 2009 08:18:21 -0400 (EDT) Subject: Martin Gillen/Eur/Mitel is out of the office. From: [email protected] To: "Jetspeed Users List" <[email protected]> Message-ID: <[email protected]> Date: Fri, 10 Jul 2009 08:21:58 -0400 X-MIMETrack: Serialize by Router on OTTLNMTA/Mitel(Release 6.5.6FP3|March 27, 2008) at 07/10/2009 08:18:20 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 07/09/2009 and will not return until 07/17/2009. I am on vacation returning 17th July. Please contact Jeff Hobbs if the matter is urgent. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jul 10 12:30:09 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66266 invoked from network); 10 Jul 2009 12:30:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jul 2009 12:30:07 -0000 Received: (qmail 54201 invoked by uid 500); 10 Jul 2009 12:30:17 -0000 Delivered-To: [email protected] Received: (qmail 54144 invoked by uid 500); 10 Jul 2009 12: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 54134 invoked by uid 99); 10 Jul 2009 12:30:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 12:30:17 +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 web51108.mail.re2.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 10 Jul 2009 12:30:06 +0000 Received: (qmail 77183 invoked by uid 60001); 10 Jul 2009 12:29:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1247228984; bh=USFqEMXPddj9sopLrNXPiEe0/5LmRTrxo0Jmmj3hp90=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=0RvOgnDBzomQwymN9xryH3TUp/eazP5uyzk/nMTVvcOJxIMpsyskPmU/eG3xvABvLGOaO6uRQ25kadiF1VxEKkxccJPt8qtUmYvR8JL21p1v1CxN5F5NkzPG+guq6HLMpikBjTaPKeDfK+sjXoYxH2iVzJe1MIRYPiT5kJ2vBIg= 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=mhMF767q8RrD9scXjqEQpBDoJ6l96ulSIMFMI82LINNyhtdn/QIuEcmmwBAXLkwD4FUVCU+4lbMU3boApenOh5ElKBbKAHicDjLe/WH5Hh2sgw/mtgmalmcezTsegjzgCV6aZxDzXZ0wLdKHkYqTAjiIvTb7ONmUEoQuSl7htX8=; Message-ID: <[email protected]> X-YMail-OSG: 3CFMQzwVM1lfGxpZNfx5UsB5W0GRgAvNjL52DrdaKkA0WZN3PyoJwSAhmP2SYI2MbHg_GJU0zWEB3WkbRoYPlaGayz2deZbaxSIJmxJ9t7HB_iSkoR1G5VFU6Q9Bmb3lIW5jxiXTAG5RPo8MINFvKkTxLEEskwx.47BvMusyS3MARlzTHV7dnpqKMzUy7VcpDXPAU5tAEPLi4.98XSm48uJQM8L1_IvRmflvt_Fgf5bqD9H1RNugxIKRhuNdi0RmpVONjRYdIlR.puZXkybbkPd0cKWcTLc2KFqBI8UD6CfhWb2l2F.23Fs1HIXZi7INLj0GvKDGSBJbGwGYf_U4XF0- Received: from [161.129.204.104] by web51108.mail.re2.yahoo.com via HTTP; Fri, 10 Jul 2009 05:29:44 PDT X-Mailer: YahooMailClassic/5.4.17 YahooMailWebService/0.7.289.15 Date: Fri, 10 Jul 2009 05:29:44 -0700 (PDT) From: Woonsan Ko <[email protected]> Subject: Re: portlet descrition in resource bundle To: Jetspeed Users List <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org Hi Frank, AFAIK, the resource bundle key for description was introduced with Portlet 2.0 by "javax.portlet.description". (I think it will work in Jetspeed-2.2.0.) If you are using Jetspeed-2.1.x supporting Portlet 1.0 Spec, you should stick to the description tag in portlet.xml. Regards, Woonsan --- On Fri, 7/10/09, Frank Otto <[email protected]> wrote: > From: Frank Otto <[email protected]> > Subject: portlet descrition in resource bundle > To: "Jetspeed Users List" <[email protected]> > Date: Friday, July 10, 2009, 1:40 PM > Hi, > > I have the title and keywords of a portlet in a resource > bundle. Can I do this with the description too? > > I can't find no key. For title it is: > > javax.portlet.title=myTitle > javax.portlet.short-title=myShortTitle > javax.portlet.keywords=myKeywords > > I want all texts in one properties file. > > > kind regards, > > Frank > > > --------------------------------------------------------------------- > 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 Jul 10 14:37:37 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92429 invoked from network); 10 Jul 2009 14:37:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jul 2009 14:37:36 -0000 Received: (qmail 60065 invoked by uid 500); 10 Jul 2009 14:37:46 -0000 Delivered-To: [email protected] Received: (qmail 59937 invoked by uid 500); 10 Jul 2009 14:37: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59920 invoked by uid 99); 10 Jul 2009 14:37:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 14:37: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 po.depag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 14:37:35 +0000 Received: from localhost (unknown [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id 7CBFC8D287 for <[email protected]>; Fri, 10 Jul 2009 16:41:11 +0200 (CEST) Received: from tati.lr3.depag.de (tati.lr3.depag.de [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id D2E868D1C0 for <[email protected]>; Fri, 10 Jul 2009 16:41:09 +0200 (CEST) Received: from [161.129.204.104] (unknown [161.129.204.104]) by tati.lr3.depag.de (Postfix) with ESMTP id 89FD97ED9 for <[email protected]>; Fri, 10 Jul 2009 16:37:13 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 10 Jul 2009 16:37:04 +0200 From: Frank Otto <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: portlet descrition in resource bundle 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 AMaViS perl-11 X-Virus-Checked: Checked by ClamAV on apache.org Hi Woonsan, I use jetspeed 2.2, but the jetspeed ajaxapi shows the texts from portlet.xml. The portlet selector too. Only the portlet titel comes from my properties file. kind regards, Frank Woonsan Ko schrieb: > Hi Frank, > > AFAIK, the resource bundle key for description was introduced with Portlet 2.0 by "javax.portlet.description". (I think it will work in Jetspeed-2.2.0.) > If you are using Jetspeed-2.1.x supporting Portlet 1.0 Spec, you should stick to the description tag in portlet.xml. > > Regards, > > Woonsan > > --- On Fri, 7/10/09, Frank Otto <[email protected]> wrote: > >> From: Frank Otto <[email protected]> >> Subject: portlet descrition in resource bundle >> To: "Jetspeed Users List" <[email protected]> >> Date: Friday, July 10, 2009, 1:40 PM >> Hi, >> >> I have the title and keywords of a portlet in a resource >> bundle. Can I do this with the description too? >> >> I can't find no key. For title it is: >> >> javax.portlet.title=myTitle >> javax.portlet.short-title=myShortTitle >> javax.portlet.keywords=myKeywords >> >> I want all texts in one properties file. >> >> >> kind regards, >> >> Frank >> >> >> --------------------------------------------------------------------- >> 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] Fri Jul 10 18:54:51 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28626 invoked from network); 10 Jul 2009 18:54:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jul 2009 18:54:50 -0000 Received: (qmail 16577 invoked by uid 500); 10 Jul 2009 18:55:00 -0000 Delivered-To: [email protected] Received: (qmail 16521 invoked by uid 500); 10 Jul 2009 18:54: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 16509 invoked by uid 99); 10 Jul 2009 18:54:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 18:54:59 +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; Fri, 10 Jul 2009 18:54: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 1MPLEr-0005DN-GN for [email protected]; Fri, 10 Jul 2009 11:54:29 -0700 Message-ID: <[email protected]> Date: Fri, 10 Jul 2009 11:54:29 -0700 (PDT) From: Glen Mazza <[email protected]> To: [email protected] Subject: attribute value error when running Jetspeed Jetexpress tutorial 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've been going through the Jetexpress tutorial--so far so good until I've tried to deploy the portlet on this page: http://portals.apache.org/jetspeed-2/tutorial/03/taglib.html After redeploying the portal, the new portlet returns this error: Portlet jetexpress-pacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTutorialPortlet2 not available: /WEB-INF/view/tutorial.jsp(9,0) According to TLD or attribute directive in tag file, attribute value does not accept any expressions. The "value" attribute it is complaining about is apparently this line within the JSP (link above): <c:out value="${renderRequest.windowState}" /> Any ideas what the problem is? Thanks, Glen -- View this message in context: http://www.nabble.com/attribute-value-error-when-running-Jetspeed-Jetexpress-tutorial-tp24432695p24432695.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 Jul 10 18:57:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29095 invoked from network); 10 Jul 2009 18:57:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jul 2009 18:57:06 -0000 Received: (qmail 18563 invoked by uid 500); 10 Jul 2009 18:57:15 -0000 Delivered-To: [email protected] Received: (qmail 18506 invoked by uid 500); 10 Jul 2009 18:57: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 18496 invoked by uid 99); 10 Jul 2009 18:57:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 18:57:15 +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; Fri, 10 Jul 2009 18:57:05 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MPLH2-0005Hi-HR for [email protected]; Fri, 10 Jul 2009 11:56:44 -0700 Message-ID: <[email protected]> Date: Fri, 10 Jul 2009 11:56:44 -0700 (PDT) From: Glen Mazza <[email protected]> To: [email protected] Subject: Re: attribute value error when running Jetspeed Jetexpress tutorial 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 Oh...running on Tomcat 6.0.20 on Windows XP if it matters. Thanks, Glen Glen Mazza wrote: > > Hello, > > I've been going through the Jetexpress tutorial--so far so good until I've > tried to deploy the portlet on this page: > http://portals.apache.org/jetspeed-2/tutorial/03/taglib.html > > After redeploying the portal, the new portlet returns this error: > > Portlet jetexpress-pacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTutorialPortlet2 not available: > /WEB-INF/view/tutorial.jsp(9,0) According to TLD or attribute directive in > tag file, attribute value does not accept any expressions. > > The "value" attribute it is complaining about is apparently this line > within the JSP (link above): > <c:out value="${renderRequest.windowState}" /> > > Any ideas what the problem is? > > Thanks, > Glen > -- View this message in context: http://www.nabble.com/attribute-value-error-when-running-Jetspeed-Jetexpress-tutorial-tp24432695p24432696.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 Jul 10 20:16:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62464 invoked from network); 10 Jul 2009 20:16:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jul 2009 20:16:06 -0000 Received: (qmail 22309 invoked by uid 500); 10 Jul 2009 20:16:15 -0000 Delivered-To: [email protected] Received: (qmail 22273 invoked by uid 500); 10 Jul 2009 20:16: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 22263 invoked by uid 99); 10 Jul 2009 20:16:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 20:16:15 +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; Fri, 10 Jul 2009 20:16:04 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MPMVT-0008BC-TU for [email protected]; Fri, 10 Jul 2009 13:15:43 -0700 Message-ID: <[email protected]> Date: Fri, 10 Jul 2009 13:15:43 -0700 (PDT) From: Glen Mazza <[email protected]> To: [email protected] Subject: Re: attribute value error when running Jetspeed Jetexpress tutorial 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 Fixed the issue. The problem was with the JSTL URI given for the tutorial.jsp sample (top of [1])--it is for the older JSTL 1.0. It should be: <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix='c'%> (JSTL 1.1+) If a Jetspeed team member could fix that page it would be very helpful for others going through the tutorial. (Also, while that person is at it, clarifying the top of [2] would also be nice--change "create a folder.metadata file:" to "create a folder.metadata file in that folder:") Thanks, Glen [1] http://portals.apache.org/jetspeed-2/tutorial/03/taglib.html [2] http://portals.apache.org/jetspeed-2/tutorial/03/tutorial-psml.html Glen Mazza wrote: > > Hello, > > I've been going through the Jetexpress tutorial--so far so good until I've > tried to deploy the portlet on this page: > http://portals.apache.org/jetspeed-2/tutorial/03/taglib.html > > After redeploying the portal, the new portlet returns this error: > > Portlet jetexpress-pacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTutorialPortlet2 not available: > /WEB-INF/view/tutorial.jsp(9,0) According to TLD or attribute directive in > tag file, attribute value does not accept any expressions. > > The "value" attribute it is complaining about is apparently this line > within the JSP (link above): > <c:out value="${renderRequest.windowState}" /> > > Any ideas what the problem is? > > Thanks, > Glen > -- View this message in context: http://www.nabble.com/attribute-value-error-when-running-Jetspeed-Jetexpress-tutorial-tp24432695p24433845.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] Sun Jul 12 00:31:29 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15125 invoked from network); 12 Jul 2009 00:31:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jul 2009 00:31:28 -0000 Received: (qmail 13945 invoked by uid 500); 12 Jul 2009 00:31:38 -0000 Delivered-To: [email protected] Received: (qmail 13870 invoked by uid 500); 12 Jul 2009 00:31: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 13860 invoked by uid 99); 12 Jul 2009 00:31:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jul 2009 00:31: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: local policy) Received: from [161.129.204.104] (HELO mta03.xtra.co.nz) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jul 2009 00:31:26 +0000 Received: from MCNULTYRLAPTOP ([161.129.204.104]) by mta03.xtra.co.nz with SMTP id <20090712003101.HJLE7162.mta03.xtra.co.nz@MCNULTYRLAPTOP> for <[email protected]>; Sun, 12 Jul 2009 12:31:01 +1200 Message-ID: <20E7F3CFC61540D08F70B86DD26A14AC@MCNULTYRLAPTOP> Reply-To: "Ron McNulty" <[email protected]> From: "Ron McNulty" <[email protected]> To: "Jetspeed Users List" <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Subject: Servlet URL generation in 2.2 Date: Sun, 12 Jul 2009 12:31:05 +1200 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.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Hi All I have written a servlet (to generate and print PDFs) in my Jetspeed application, which is deployed as frc.war. The code needs to run both on Jetspeed 2.2.0 and IBM Websphere Portal Server (WPS). A typical call to the servlet is http://localhost:8080/frc/print/ptsconfirm/receipt.pdf This is the URL that works in both Jetspeed 2.1.3 and 2.2.0 In my JSP, the url is generated from the following code: <c:url value="/print/ptsconfirm/receipt.pdf" /> In Jetspeed 2.1.3 and WPS this creates the URL http://localhost:8080/frc/print/ptsconfirm/receipt.pdf as expected. But in Jetspeed 2.2.0 the same JSP code creates the URL http://localhost:8080/jetspeed/print/ptsconfirm/receipt.pdf which does not work. I realise that JSR 286 provides easier ways to generate PDFs, but for now we are deploying on WPS v6.0, which supports only JSR 168. Is this a change between JSR 168 and JSR 286, a bug, or something I should be doing differently? Regards Ron --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jul 13 02:42:29 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66873 invoked from network); 13 Jul 2009 02:42:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jul 2009 02:42:28 -0000 Received: (qmail 73362 invoked by uid 500); 13 Jul 2009 02:42:37 -0000 Delivered-To: [email protected] Received: (qmail 73286 invoked by uid 500); 13 Jul 2009 02: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 73276 invoked by uid 99); 13 Jul 2009 02:42:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 02:42:37 +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; Mon, 13 Jul 2009 02:42:26 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MQBUT-00083O-Ob for [email protected]; Sun, 12 Jul 2009 19:42:05 -0700 Message-ID: <[email protected]> Date: Sun, 12 Jul 2009 19:42:05 -0700 (PDT) From: prabha77 <[email protected]> To: [email protected] Subject: Is there any limitation on number of files in WEB-INF/assembly folder 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 All, We are using Jetspeed 2.1.3 and its working fine without issues. Now we included a new component that's available for all portlets. So we included the components in the WEB-INF/assembly folder and modified the jetspeed-services.xml to make that as a service. When the number of files in the WEB-INF/assembly folder exceed 50 once we included all the new components and deploying it in a new tomcat server, none of the preferences that are in portlet xml files gets loaded in the PREFS_NODE and PREFS_PROPERTY_VALUE table. If I make all my components into a single file and copy it to WEB-INF/assembly folder and keep the number of files less than 50, then the values of the preferences are loaded in the tables. Is there any limitations in the number of files that I can have in the WEB-INF/assembly folder? I greatly appreciate any help regarding this. Thanks Prabha -- View this message in context: http://www.nabble.com/Is-there-any-limitation-on-number-of-files-in-WEB-INF-assembly-folder-tp24455316p24455316.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] Mon Jul 13 13:38:45 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85335 invoked from network); 13 Jul 2009 13:38:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jul 2009 13:38:44 -0000 Received: (qmail 26192 invoked by uid 500); 13 Jul 2009 13:38:54 -0000 Delivered-To: [email protected] Received: (qmail 26154 invoked by uid 500); 13 Jul 2009 13: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]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26144 invoked by uid 99); 13 Jul 2009 13:38:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 13:38:53 +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; Mon, 13 Jul 2009 13:38:42 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MQLja-0007yh-3U for [email protected]; Mon, 13 Jul 2009 06:38:22 -0700 Message-ID: <[email protected]> Date: Mon, 13 Jul 2009 06:38:22 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Re: Portlet shows up "blank", no content 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 brunp wrote: > > A portlet that worked in Jetspeed 2.0 shows up blank in Jetspeed 2.1.3. > Any idea's on how I can debug this problem? > > Paul > No hints? -- View this message in context: http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24461874.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] Mon Jul 13 14:50:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23095 invoked from network); 13 Jul 2009 14:50:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jul 2009 14:50:55 -0000 Received: (qmail 42084 invoked by uid 500); 13 Jul 2009 14:51:04 -0000 Delivered-To: [email protected] Received: (qmail 42035 invoked by uid 500); 13 Jul 2009 14:51: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 42025 invoked by uid 99); 13 Jul 2009 14:51:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 14:51:04 +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 authsmtp.register.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 14:50:53 +0000 Received: (qmail 17785 invoked from network); 13 Jul 2009 14:50:24 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104) by authsmtp.register.it with ESMTPA; 13 Jul 2009 14:50:24 -0000 Subject: Re: Portlet shows up "blank", no content From: Roberto Rossi <[email protected]> Reply-To: [email protected] To: Jetspeed Users List <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Content-Type: multipart/alternative; boundary="=-kc/of1LXob0NDvwSLsZL" Organization: Cone Date: Mon, 13 Jul 2009 16:50:55 +0200 Message-Id: <1247496655.8090.0.camel@ken> Mime-Version: 1.0 X-Mailer: Evolution 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org --=-kc/of1LXob0NDvwSLsZL Content-Type: text/plain Content-Transfer-Encoding: 7bit Have you seen the log file for error messages? --=-kc/of1LXob0NDvwSLsZL-- From [email protected] Mon Jul 13 14:53:47 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23502 invoked from network); 13 Jul 2009 14:53:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jul 2009 14:53:47 -0000 Received: (qmail 44481 invoked by uid 500); 13 Jul 2009 14:53:56 -0000 Delivered-To: [email protected] Received: (qmail 44411 invoked by uid 500); 13 Jul 2009 14: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 44401 invoked by uid 99); 13 Jul 2009 14:53:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 14:53:56 +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; Mon, 13 Jul 2009 14:53: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 1MQMuE-0002sU-Fb for [email protected]; Mon, 13 Jul 2009 07:53:26 -0700 Message-ID: <[email protected]> Date: Mon, 13 Jul 2009 07:53:26 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Re: Portlet shows up "blank", no content In-Reply-To: <1247496655.8090.0.camel@ken> 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]> <1247496655.8090.0.camel@ken> X-Virus-Checked: Checked by ClamAV on apache.org Roberto Rossi-3 wrote: > > Have you seen the log file for error messages? > > That is my other problem....no error messages and it appears Log4j.properties has no affect. No specific logs are produced or sent to: ${applicationRoot}/logs/ and of the logs that are included in our tomcat logs, nothing really shows up to let us know what could be the cause of the error. Paul -- View this message in context: http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24463267.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] Mon Jul 13 15:05:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28225 invoked from network); 13 Jul 2009 15:05:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jul 2009 15:05:05 -0000 Received: (qmail 67349 invoked by uid 500); 13 Jul 2009 15:05:14 -0000 Delivered-To: [email protected] Received: (qmail 67316 invoked by uid 500); 13 Jul 2009 15:05: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 67306 invoked by uid 99); 13 Jul 2009 15:05:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 15:05:13 +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; Mon, 13 Jul 2009 15:05:03 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MQN58-0003aU-PP for [email protected]; Mon, 13 Jul 2009 08:04:42 -0700 Message-ID: <[email protected]> Date: Mon, 13 Jul 2009 08:04:42 -0700 (PDT) From: Glen Mazza <[email protected]> To: [email protected] Subject: Location of source code for Pick a Number sample portlet? 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, where is the source code for the "Pick a Number" guess count game portlet demonstrated online here: http://portals.zones.apache.org/jetspeed/desktop/ . I would like to see how it is implemented. I can't seem to find it within the Jetspeed source repository download or the Jetspeed Demo download. Is it someplace else? Thanks, Glen -- View this message in context: http://www.nabble.com/Location-of-source-code-for-Pick-a-Number-sample-portlet--tp24463443p24463443.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] Mon Jul 13 15:15:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34095 invoked from network); 13 Jul 2009 15:15:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jul 2009 15:15:20 -0000 Received: (qmail 79551 invoked by uid 500); 13 Jul 2009 15:15:28 -0000 Delivered-To: [email protected] Received: (qmail 79508 invoked by uid 500); 13 Jul 2009 15:15: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 79497 invoked by uid 99); 13 Jul 2009 15:15:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 15:15:27 +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 web51105.mail.re2.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 13 Jul 2009 15:15:17 +0000 Received: (qmail 74925 invoked by uid 60001); 13 Jul 2009 15:14:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1247498086; bh=A40XzAgFSN6SkxHNzwfhERLqGBfTlgfyecnsr4aDKMI=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=gzKF0H/SDVsFLOqiM70wG/1I2z6i8IWJgljKzx1c2RnE0okXPjhda5MtGROSABsvMCzeTmo1aEJm1kKc9or9UjbB1k6dzzAN4TpQnyltVpusqS3VusSBCab771gbTlsZRdif8NoFct4ycA4VUq2rdz9H4onQ9cK/LvY0qHsI/4I= 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=f9G2xyNEZxai4RrvI+ymekPi2BAs/1WknGYT1Ke24P0Z8hgI0jaRUNl5Ls/Y6Yt2/9S8wFOv+kQ2j3tu9x9QNIT6bw5k9aIi6Dff3wsIYUrKrcg2JUvLIGtjL8MuxBfyTzYG6LVViDw/3Q0TRv8p/LJP0hD9l7jbBku28QlkhS0=; Message-ID: <[email protected]> X-YMail-OSG: I_1nT4cVM1ku0hG4iuwCl7M.LdSGB9PvWpipPobuUyKekW0.MouFyyNDrEYz.W6NiEOPkdl2LgF6A8iU40FK4wrE2Z_5HL4o4CFF8wgaoUdOM75nKAqaTpVn7iY48QkRQ2ucHN4JyrSBv4TTrXnMQBIsIBCgpdHei5iOUxV_hZJVBWYtAiwuJ0xcEehzvEATLH7Sw0sR7jI6YlqOQ2sw20AQxL_qvYEU8tdn_I1pxg8G3_EfRTrZO2i50eaAMHnT_Kc59Usvtjg5R93sBrlRK4tW4WJwsyKw47eLiqsp5RIdKQv6vxPVBWr7IQ-- Received: from [161.129.204.104] by web51105.mail.re2.yahoo.com via HTTP; Mon, 13 Jul 2009 08:14:46 PDT X-Mailer: YahooMailClassic/5.4.17 YahooMailWebService/0.7.289.15 Date: Mon, 13 Jul 2009 08:14:46 -0700 (PDT) From: Woonsan Ko <[email protected]> Subject: Re: Location of source code for Pick a Number sample portlet? To: Jetspeed 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 Hi Glen,=0A=0AYou can find it here:=0A=0Ahttp://svn.apache.org/repos/asf/po= rtals/applications/demo/tags/apa-demo-1.0=0A=0AWoonsan=0A=0A--- On Mon, 7/1= 3/09, Glen Mazza <[email protected]> wrote:=0A=0A> From: Glen Mazza <gle= [email protected]>=0A> Subject: Location of source code for Pick a Number s= ample portlet?=0A> To: [email protected]=0A> Date: Monday, J= uly 13, 2009, 5:04 PM=0A> =0A> Hello, where is the source code for the "Pic= k a Number"=0A> guess count game=0A> portlet demonstrated online here: =0A>= http://portals.zones.apache.org/jetspeed/desktop/=0A> .=A0=A0=A0I would li= ke to see=0A> how it is implemented.=0A> =0A> I can't seem to find it withi= n the Jetspeed source=0A> repository download or=0A> the Jetspeed Demo down= load.=A0 Is it someplace else?=0A> =0A> Thanks,=0A> Glen=0A> -- =0A> View t= his message in context: http://www.nabble.com/Location-of-source-code-for-P= ick-a-Number-sample-portlet--tp24463443p24463443.html=0A> Sent from the Jet= speed - User mailing list archive at=0A> Nabble.com.=0A> =0A> =0A> --------= -------------------------------------------------------------=0A> To unsubs= cribe, e-mail: [email protected]=0A> For additio= nal commands, e-mail: [email protected]=0A> =0A> =0A=0A= =0A --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jul 13 15:22:07 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38716 invoked from network); 13 Jul 2009 15:22:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jul 2009 15:22:07 -0000 Received: (qmail 97440 invoked by uid 500); 13 Jul 2009 15:22:16 -0000 Delivered-To: [email protected] Received: (qmail 97410 invoked by uid 500); 13 Jul 2009 15:22: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 97400 invoked by uid 99); 13 Jul 2009 15:22:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 15:22:16 +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; Mon, 13 Jul 2009 15:22: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 1MQNLe-0004Ly-AS for [email protected]; Mon, 13 Jul 2009 08:21:46 -0700 Message-ID: <[email protected]> Date: Mon, 13 Jul 2009 08:21:46 -0700 (PDT) From: Glen Mazza <[email protected]> To: [email protected] Subject: Re: Location of source code for Pick a Number sample portlet? 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 Yes, that was it. Precise location is here: http://svn.apache.org/repos/asf/portals/applications/demo/tags/apa-demo-1.0= /src/main/java/org/apache/portals/applications/demo/simple/PickANumberPortl= et.java Thanks, Glen Woonsan Ko wrote: >=20 >=20 > Hi Glen, >=20 > You can find it here: >=20 > http://svn.apache.org/repos/asf/portals/applications/demo/tags/apa-demo-1= .0 >=20 > Woonsan >=20 > --- On Mon, 7/13/09, Glen Mazza <[email protected]> wrote: >=20 >> From: Glen Mazza <[email protected]> >> Subject: Location of source code for Pick a Number sample portlet? >> To: [email protected] >> Date: Monday, July 13, 2009, 5:04 PM >>=20 >> Hello, where is the source code for the "Pick a Number" >> guess count game >> portlet demonstrated online here:=20 >> http://portals.zones.apache.org/jetspeed/desktop/ >> .=C2=A0=C2=A0=C2=A0I would like to see >> how it is implemented. >>=20 >> I can't seem to find it within the Jetspeed source >> repository download or >> the Jetspeed Demo download.=C2=A0 Is it someplace else? >>=20 >> Thanks, >> Glen >> --=20 >> View this message in context: >> http://www.nabble.com/Location-of-source-code-for-Pick-a-Number-sample-p= ortlet--tp24463443p24463443.html >> Sent from the Jetspeed - User mailing list archive at >> Nabble.com. >>=20 >>=20 >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >>=20 >>=20 >=20 >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >=20 >=20 >=20 --=20 View this message in context: http://www.nabble.com/Re%3A-Location-of-sourc= e-code-for-Pick-a-Number-sample-portlet--tp24463682p24463799.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 Jul 14 00:54:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6708 invoked from network); 14 Jul 2009 00:54:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jul 2009 00:54:54 -0000 Received: (qmail 97872 invoked by uid 500); 14 Jul 2009 00:55:04 -0000 Delivered-To: [email protected] Received: (qmail 97802 invoked by uid 500); 14 Jul 2009 00:55: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 97792 invoked by uid 99); 14 Jul 2009 00:55:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 00:55: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 mta02.xtra.co.nz) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 00:54:52 +0000 Received: from MCNULTYRLAPTOP ([161.129.204.104]) by mta02.xtra.co.nz with SMTP id <20090714005427.TRDX20271.mta02.xtra.co.nz@MCNULTYRLAPTOP> for <[email protected]>; Tue, 14 Jul 2009 12:54:27 +1200 Message-ID: <8931BFA76A2941F6ADDF7C99B2C16F6A@MCNULTYRLAPTOP> Reply-To: "Ron McNulty" <[email protected]> From: "Ron McNulty" <[email protected]> To: "Jetspeed Users List" <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <20E7F3CFC61540D08F70B86DD26A14AC@MCNULTYRLAPTOP> Subject: Re: Servlet URL generation in 2.2 Date: Tue, 14 Jul 2009 12:54:32 +1200 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.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Hi All Looks like there is a work-around. Explicitly defining the context works in both Jetspeed 2.1.3 and 2.2.0. <c:url context="/frc" value="/print/ptsconfirm/receipt.pdf" /> Off to test it on WPS... Regards Ron ----- Original Message ----- From: "Ron McNulty" <[email protected]> To: "Jetspeed Users List" <[email protected]> Sent: Sunday, July 12, 2009 12:31 PM Subject: Servlet URL generation in 2.2 > Hi All > > I have written a servlet (to generate and print PDFs) in my Jetspeed > application, which is deployed as frc.war. The code needs to run both on > Jetspeed 2.2.0 and IBM Websphere Portal Server (WPS). > > A typical call to the servlet is > http://localhost:8080/frc/print/ptsconfirm/receipt.pdf This is the URL > that works in both Jetspeed 2.1.3 and 2.2.0 > > In my JSP, the url is generated from the following code: > > <c:url value="/print/ptsconfirm/receipt.pdf" /> > > In Jetspeed 2.1.3 and WPS this creates the URL > http://localhost:8080/frc/print/ptsconfirm/receipt.pdf as expected. > > But in Jetspeed 2.2.0 the same JSP code creates the URL > http://localhost:8080/jetspeed/print/ptsconfirm/receipt.pdf which does not > work. > > I realise that JSR 286 provides easier ways to generate PDFs, but for now > we are deploying on WPS v6.0, which supports only JSR 168. > > Is this a change between JSR 168 and JSR 286, a bug, or something I should > be doing differently? > > Regards > > Ron > > > --------------------------------------------------------------------- > 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 Jul 14 11:52:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41964 invoked from network); 14 Jul 2009 11:52:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jul 2009 11:52:16 -0000 Received: (qmail 29015 invoked by uid 500); 14 Jul 2009 11:52:25 -0000 Delivered-To: [email protected] Received: (qmail 28977 invoked by uid 500); 14 Jul 2009 11:52: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 28967 invoked by uid 99); 14 Jul 2009 11:52:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 11:52:25 +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 po.depag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 11:52:15 +0000 Received: from localhost (unknown [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id EFAE38D29C for <[email protected]>; Tue, 14 Jul 2009 13:55:53 +0200 (CEST) Received: from tati.lr3.depag.de (tati.lr3.depag.de [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id 40A238D1FE for <[email protected]>; Tue, 14 Jul 2009 13:55:52 +0200 (CEST) Received: from [161.129.204.104] (unknown [161.129.204.104]) by tati.lr3.depag.de (Postfix) with ESMTP id 555D27EE1 for <[email protected]>; Tue, 14 Jul 2009 13:51:54 +0200 (CEST) Message-ID: <[email protected]> Date: Tue, 14 Jul 2009 13:51:44 +0200 From: Frank Otto <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: [JS 2.2.0] table portlet_definition not updated Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have one portlet deployed on jetspeed. After this I add a resource bundle to the portlet in my portlet.xml. <resource-bundle>MyMessages</resource-bundle> If I restart the portal, the portlet definition (table portlet_definition) was not updated. The column resource_bundle is always empty. An other problem is: The javax.portlet.description wasn't shown in j2-admin portlet selector on ajaxapi. Has someone an idea? is it a bug? kind regards, Frank --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 14 13:01:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77047 invoked from network); 14 Jul 2009 13:01:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jul 2009 13:01:15 -0000 Received: (qmail 70911 invoked by uid 500); 14 Jul 2009 13:01:23 -0000 Delivered-To: [email protected] Received: (qmail 70862 invoked by uid 500); 14 Jul 2009 13:01: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 70839 invoked by uid 99); 14 Jul 2009 13:01:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 13:01: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO po.depag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 13:01:15 +0000 Received: from localhost (unknown [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id D12568D29C for <[email protected]>; Tue, 14 Jul 2009 15:04:52 +0200 (CEST) Received: from tati.lr3.depag.de (tati.lr3.depag.de [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id 370C28D100 for <[email protected]>; Tue, 14 Jul 2009 15:04:51 +0200 (CEST) Received: from [161.129.204.104] (cad-laptop [161.129.204.104]) by tati.lr3.depag.de (Postfix) with ESMTP id 9308A7EE6 for <[email protected]>; Tue, 14 Jul 2009 15:00:53 +0200 (CEST) Message-ID: <[email protected]> Date: Tue, 14 Jul 2009 15:00:43 +0200 From: Frank Otto <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: define roles for portlet Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I want to define the needed roles for a portlet. The portlets should not be show, if the user has not the defined role for this portlet. How can I do this? kind regards, Frank --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 14 15:31:49 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51483 invoked from network); 14 Jul 2009 15:31:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jul 2009 15:31:49 -0000 Received: (qmail 8948 invoked by uid 500); 14 Jul 2009 15:31:58 -0000 Delivered-To: [email protected] Received: (qmail 8907 invoked by uid 500); 14 Jul 2009 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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8897 invoked by uid 99); 14 Jul 2009 15:31:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 15:31:58 +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; Tue, 14 Jul 2009 15:31: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 1MQjya-0005KT-82 for [email protected]; Tue, 14 Jul 2009 08:31:28 -0700 Message-ID: <[email protected]> Date: Tue, 14 Jul 2009 08:31:28 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Re: Portlet shows up "blank", no content 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]> <1247496655.8090.0.camel@ken> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org can't be the only person to have encountered this, no??? Paul brunp wrote: > > > > Roberto Rossi-3 wrote: >> >> Have you seen the log file for error messages? >> >> > > That is my other problem....no error messages and it appears > Log4j.properties has no affect. No specific logs are produced or sent to: > > ${applicationRoot}/logs/ > > and of the logs that are included in our tomcat logs, nothing really shows > up to let us know what could be the cause of the error. > > Paul > -- View this message in context: http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24481933.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 Jul 15 06:39:21 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56160 invoked from network); 15 Jul 2009 06:39:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jul 2009 06:39:21 -0000 Received: (qmail 61029 invoked by uid 500); 15 Jul 2009 06:39:31 -0000 Delivered-To: [email protected] Received: (qmail 60974 invoked by uid 500); 15 Jul 2009 06: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 60943 invoked by uid 99); 15 Jul 2009 06:39:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 06:39: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 mta03.xtra.co.nz) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 06:39:18 +0000 Received: from Conservatory ([161.129.204.104]) by mta03.xtra.co.nz with SMTP id <20090715063853.YRVZ7162.mta03.xtra.co.nz@Conservatory> for <[email protected]>; Wed, 15 Jul 2009 18:38:53 +1200 Message-ID: <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> From: "Ron McNulty" <[email protected]> To: "Jetspeed Users List" <[email protected]> References: <[email protected]> <[email protected]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> Subject: Re: Portlet shows up "blank", no content Date: Wed, 15 Jul 2009 18:38:44 +1200 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.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Hi Paul Some simple tests are in order if you want help from the NG: - Does the portlet show up in the portlet selector? - Can you install it on a portal page without an exception being thrown? - When you first bring up the page (after refreshing the .war file), do you see any messages going past on the console? At minimum I would expect a "myapp.war installed successfully" or similar. - Do you see the JSP(s) being compiled in the Tomcat /work directory? - If you start Jetspeed in debug mode, do breakpoints on JSR168 entry points get hit? (doRender() in particular) - Does your Java code swallow exceptions? - Does a view source show any HTML generated by the portlet? With most people moving on to Jetspeed 2.2, help with 2.1.3 is going to diminish - can you upgrade to 2.2? Regards Ron ----- Original Message ----- From: "brunp" <[email protected]> To: <[email protected]> Sent: Wednesday, July 15, 2009 3:31 AM Subject: Re: Portlet shows up "blank", no content > > can't be the only person to have encountered this, no??? > > Paul > > > brunp wrote: >> >> >> >> Roberto Rossi-3 wrote: >>> >>> Have you seen the log file for error messages? >>> >>> >> >> That is my other problem....no error messages and it appears >> Log4j.properties has no affect. No specific logs are produced or sent to: >> >> ${applicationRoot}/logs/ >> >> and of the logs that are included in our tomcat logs, nothing really >> shows >> up to let us know what could be the cause of the error. >> >> Paul >> > > -- > View this message in context: > http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24481933.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 Jul 15 10:55:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24227 invoked from network); 15 Jul 2009 10:55:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jul 2009 10:55:03 -0000 Received: (qmail 12868 invoked by uid 500); 15 Jul 2009 10:55:12 -0000 Delivered-To: [email protected] Received: (qmail 12819 invoked by uid 500); 15 Jul 2009 10: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]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12809 invoked by uid 99); 15 Jul 2009 10:55:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 10:55:12 +0000 X-ASF-Spam-Status: No, hits=3.1 required=10.0 tests=FRT_ROLEX,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 po.depag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 10:55:02 +0000 Received: from localhost (unknown [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id E05A98D22C for <[email protected]>; Wed, 15 Jul 2009 12:58:41 +0200 (CEST) Received: from tati.lr3.depag.de (tati.lr3.depag.de [161.129.204.104]) by po.depag.de (Postfix) with ESMTP id 3EBD78D1A2 for <[email protected]>; Wed, 15 Jul 2009 12:58:40 +0200 (CEST) Received: from [161.129.204.104] (unknown [161.129.204.104]) by tati.lr3.depag.de (Postfix) with ESMTP id 186B87EDF for <[email protected]>; Wed, 15 Jul 2009 12:54:39 +0200 (CEST) Message-ID: <[email protected]> Date: Wed, 15 Jul 2009 12:54:30 +0200 From: Frank Otto <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: define roles for portlet 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 AMaViS perl-11 X-Virus-Checked: Checked by ClamAV on apache.org Now, I have defined in jetspeed-portlet.xml the js:security-constraint-ref and the definition of this contraint in page.security. <portlet> <portlet-name>MyPortlet</portlet-name> <js:security-constraint-ref>ROLE_X</js:security-constraint-ref> </portlet> <security-constraints-def name="ROLE_X"> <security-constraint> <roles>ROLE_X</roles> <permissions>view,edit</permissions> </security-constraint> </security-constraints-def> The portlet selector and the ajaxapi check the constraint and the portlet can't not be select. But If I have the portlet on a page and set the security contraint after this, the portlets can be used normal. How can I check the security contraint in my portlet? kind regards, Frank Frank Otto schrieb: > Hi, > > I want to define the needed roles for a portlet. The portlets should not > be show, if the user has not the defined role for this portlet. > > How can I do this? > > > kind regards, > > Frank > > > --------------------------------------------------------------------- > 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 Jul 15 13:39:51 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6559 invoked from network); 15 Jul 2009 13:39:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jul 2009 13:39:51 -0000 Received: (qmail 85256 invoked by uid 500); 15 Jul 2009 13:40:00 -0000 Delivered-To: [email protected] Received: (qmail 85231 invoked by uid 500); 15 Jul 2009 13:40: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 85221 invoked by uid 99); 15 Jul 2009 13:40:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 13:40:00 +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; Wed, 15 Jul 2009 13:39: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 1MR4hl-0007vf-QG for [email protected]; Wed, 15 Jul 2009 06:39:29 -0700 Message-ID: <[email protected]> Date: Wed, 15 Jul 2009 06:39:29 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Re: Portlet shows up "blank", no content In-Reply-To: <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> 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]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> X-Virus-Checked: Checked by ClamAV on apache.org this is part of a product in which we upgraded to 2.1.3 just about a month ago, so unfortunately, this is where we are at and the Jetspeed deployment is a little unorthodox because the traditional portlet admin interfaces are not installed, therefore, can't see the portlet selector, and there are no "WAR" files. They are all JSP's. The problem is that it used to work in Jetspeed 2.0 and then we migrated. For the last question, there is no HTML source rendered within the Portlet itself. I am also not sure if I can start anything in debug [email protected].... I unfortunately took over this development and am unfortunately stuck as the traditional forms of debugging are not available to me..... Paul Ron McNulty wrote: > > Hi Paul > > Some simple tests are in order if you want help from the NG: > > - Does the portlet show up in the portlet selector? > - Can you install it on a portal page without an exception being thrown? > - When you first bring up the page (after refreshing the .war file), do > you > see any messages going past on the console? At minimum I would expect a > "myapp.war installed successfully" or similar. > - Do you see the JSP(s) being compiled in the Tomcat /work directory? > - If you start Jetspeed in debug mode, do breakpoints on JSR168 entry > points get hit? (doRender() in particular) > - Does your Java code swallow exceptions? > - Does a view source show any HTML generated by the portlet? > > With most people moving on to Jetspeed 2.2, help with 2.1.3 is going to > diminish - can you upgrade to 2.2? > > Regards > > Ron > > > ----- Original Message ----- > From: "brunp" <[email protected]> > To: <[email protected]> > Sent: Wednesday, July 15, 2009 3:31 AM > Subject: Re: Portlet shows up "blank", no content > > >> >> can't be the only person to have encountered this, no??? >> >> Paul >> >> >> brunp wrote: >>> >>> >>> >>> Roberto Rossi-3 wrote: >>>> >>>> Have you seen the log file for error messages? >>>> >>>> >>> >>> That is my other problem....no error messages and it appears >>> Log4j.properties has no affect. No specific logs are produced or sent >>> to: >>> >>> ${applicationRoot}/logs/ >>> >>> and of the logs that are included in our tomcat logs, nothing really >>> shows >>> up to let us know what could be the cause of the error. >>> >>> Paul >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24481933.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] > > > -- View this message in context: http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24498087.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 Jul 15 14:45:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43398 invoked from network); 15 Jul 2009 14:45:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jul 2009 14:45:22 -0000 Received: (qmail 29204 invoked by uid 500); 15 Jul 2009 14:45:31 -0000 Delivered-To: [email protected] Received: (qmail 29144 invoked by uid 500); 15 Jul 2009 14: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29133 invoked by uid 99); 15 Jul 2009 14:45:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 14:45: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: local policy) Received: from [161.129.204.104] (HELO production.artifact-software.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 14:45:20 +0000 Received: from [161.129.204.104] (bas4-london14-1088908150.dsl.bell.ca [161.129.204.104]) by production.artifact-software.com (Postfix) with ESMTP id A78136A7BE5 for <[email protected]>; Wed, 15 Jul 2009 10:44:56 -0400 (EDT) Message-ID: <[email protected]> Date: Wed, 15 Jul 2009 10:44:56 -0400 From: Ron Wheeler <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Portlet shows up "blank", no content References: <[email protected]> <[email protected]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> <[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 brunp wrote: > this is part of a product in which we upgraded to 2.1.3 just about a month > ago, so unfortunately, this is where we are at and the Jetspeed deployment > is a little unorthodox because the traditional portlet admin interfaces are > not installed, therefore, can't see the portlet selector, and there are no > "WAR" files. They are all JSP's. > > The problem is that it used to work in Jetspeed 2.0 and then we migrated. > For the last question, there is no HTML source rendered within the Portlet > itself. I am also not sure if I can start anything in debug [email protected].... > > I unfortunately took over this development and am unfortunately stuck as the > traditional forms of debugging are not available to me...... > The questions below may or may not be "traditional" but they are a good place to start. Answer each one of the questions in your next post with actual evidence if you can copy and paste it. I am curious as to why you have no war files but that does not affect too much. You seem to be unwilling to provide very much in the way of facts. That makes it a bit hard to figure out what you are doing wrong. If a portlet is not doing what it is supposed to do or not being called, someone should should be putting something in a log. If your code is not writing debugging messages in a log, you should add some. There are some smart people here and your problem is not likely to be too hard to fix. > Paul > > > Ron McNulty wrote: > >> Hi Paul >> >> Some simple tests are in order if you want help from the NG: >> >> - Does the portlet show up in the portlet selector? >> - Can you install it on a portal page without an exception being thrown? >> - When you first bring up the page (after refreshing the .war file), do >> you >> see any messages going past on the console? At minimum I would expect a >> "myapp.war installed successfully" or similar. >> - Do you see the JSP(s) being compiled in the Tomcat /work directory? >> - If you start Jetspeed in debug mode, do breakpoints on JSR168 entry >> points get hit? (doRender() in particular) >> - Does your Java code swallow exceptions? >> - Does a view source show any HTML generated by the portlet? >> >> With most people moving on to Jetspeed 2.2, help with 2.1.3 is going to >> diminish - can you upgrade to 2.2? >> >> Regards >> >> Ron >> >> >> ----- Original Message ----- >> From: "brunp" <[email protected]> >> To: <[email protected]> >> Sent: Wednesday, July 15, 2009 3:31 AM >> Subject: Re: Portlet shows up "blank", no content >> >> >> >>> can't be the only person to have encountered this, no??? >>> >>> Paul >>> >>> >>> brunp wrote: >>> >>>> >>>> Roberto Rossi-3 wrote: >>>> >>>>> Have you seen the log file for error messages? >>>>> >>>>> >>>>> >>>> That is my other problem....no error messages and it appears >>>> Log4j.properties has no affect. No specific logs are produced or sent >>>> to: >>>> >>>> ${applicationRoot}/logs/ >>>> >>>> and of the logs that are included in our tomcat logs, nothing really >>>> shows >>>> up to let us know what could be the cause of the error. >>>> >>>> Paul >>>> >>>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24481933.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] >> >> >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jul 15 14:55:30 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48767 invoked from network); 15 Jul 2009 14:55:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jul 2009 14:55:30 -0000 Received: (qmail 47283 invoked by uid 500); 15 Jul 2009 14:55:39 -0000 Delivered-To: [email protected] Received: (qmail 47246 invoked by uid 500); 15 Jul 2009 14:55: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 47236 invoked by uid 99); 15 Jul 2009 14:55:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 14:55:39 +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; Wed, 15 Jul 2009 14:55:28 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MR5sx-0003jP-S0 for [email protected]; Wed, 15 Jul 2009 07:55:07 -0700 Message-ID: <[email protected]> Date: Wed, 15 Jul 2009 07:55:07 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Re: Portlet shows up "blank", no content 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]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org OK......I appreciate the effort in trying to get answers, but I am also very new to the entire Jetspeed process. -> Does the portlet show up in the portlet selector? There is no portlet selector in our system. The Jetspeed distribution is pretty much the core (i.e., no additional libraries/pages beyond the absolute minimum --> Can you install it on a portal page without an exception being thrown? I can not simply add a portal and see if it is installed correctly. Jetspeed is part of a much larger product in which Jetspeed is simply a means to incorporate pages from another website locations. I don't have the source for those pages, just links to the webapp locations within Tomcat. --> When you first bring up the page (after refreshing the .war file), do you see any messages going past on the console? At minimum I would expect a "myapp.war installed successfully" or similar. Nothing shows up in the console, and as there are no "WAR" files, nothing really shows up. I do see the JAVA code within the Webapp being executed, but the content does not show up.... -->Do you see the JSP(s) being compiled in the Tomcat /work directory? The JSP's are pre-compiled @ build time..... As for logs, this is another issue because no logs are produced based on the Log4j.properties. No matter what I do and how I configure the properties files, no logs are produced to: ${applicationRoot}/logs. I do see JetspeedContainerServlet logs from within the tomcat logging infrastructure, but nothing there indicates there is an issue or exception. Paul -- View this message in context: http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24499665.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 Jul 15 18:55:08 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68656 invoked from network); 15 Jul 2009 18:55:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jul 2009 18:55:08 -0000 Received: (qmail 96640 invoked by uid 500); 15 Jul 2009 18:55:17 -0000 Delivered-To: [email protected] Received: (qmail 96600 invoked by uid 500); 15 Jul 2009 18: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96590 invoked by uid 99); 15 Jul 2009 18:55:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 18:55:17 +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 production.artifact-software.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 18:55:07 +0000 Received: from [161.129.204.104] (bas4-london14-1088908150.dsl.bell.ca [161.129.204.104]) by production.artifact-software.com (Postfix) with ESMTP id 88A836A7BE6 for <[email protected]>; Wed, 15 Jul 2009 14:54:42 -0400 (EDT) Message-ID: <[email protected]> Date: Wed, 15 Jul 2009 14:54:42 -0400 From: Ron Wheeler <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Portlet shows up "blank", no content References: <[email protected]> <[email protected]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> <[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 brunp wrote: > OK......I appreciate the effort in trying to get answers, but I am also very > new to the entire Jetspeed process. > > -> Does the portlet show up in the portlet selector? > > There is no portlet selector in our system. The Jetspeed distribution is > pretty much the core (i.e., no additional libraries/pages beyond the > absolute minimum > > --> Can you install it on a portal page without an exception being thrown? > > I can not simply add a portal and see if it is installed correctly. Jetspeed > is part of a much larger product in which Jetspeed is simply a means to > incorporate pages from another website locations. I don't have the source > for those pages, just links to the webapp locations within Tomcat. > You can add a page that only includes the portlet in question. It does not require any other portlets and does not affect the rest of the portal. > --> When you first bring up the page (after refreshing the .war file), do > you see any messages going past on the console? At minimum I would expect a > "myapp.war installed successfully" or similar. > > Nothing shows up in the console, and as there are no "WAR" files, nothing > really shows up. I do see the JAVA code within the Webapp being executed, > but the content does not show up.... > > When the portal starts, do you see the portlet's webapp being initialized correctly? This should show up in Tomcat's log. In what webapp is the errant portlet included? How do you have webapps with no war files? Can you post the evidence that you have that the appropriate methods are being called in the portlet. Can you log the result being returned to see what html is being generated. > -->Do you see the JSP(s) being compiled in the Tomcat /work directory? > > > The JSP's are pre-compiled @ build time..... > > Not true. Stop Tomcat, clear the /work directory and then see what shows up. > As for logs, this is another issue because no logs are produced based on the > Log4j.properties. No matter what I do and how I configure the properties > files, no logs are produced to: ${applicationRoot}/logs. I do see > JetspeedContainerServlet logs from within the tomcat logging infrastructure, > but nothing there indicates there is an issue or exception. > > You need to get your logging setup so that you can debug. > Paul > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jul 15 19:24:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82176 invoked from network); 15 Jul 2009 19:24:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jul 2009 19:24:22 -0000 Received: (qmail 47950 invoked by uid 500); 15 Jul 2009 19:24:31 -0000 Delivered-To: [email protected] Received: (qmail 47901 invoked by uid 500); 15 Jul 2009 19: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 47891 invoked by uid 99); 15 Jul 2009 19:24:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 19:24:31 +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; Wed, 15 Jul 2009 19:24: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 1MRA5B-0001Dz-7O for [email protected]; Wed, 15 Jul 2009 12:24:01 -0700 Message-ID: <[email protected]> Date: Wed, 15 Jul 2009 12:24:01 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Re: Portlet shows up "blank", no content 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]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org I do realize I have to set up my logging, and I ahve followed the instructions, but I can't seem to produce any logs based on the Log4j.properties file. Nothing I do in that file seems to cause the logs to be produced.... The portlet in question is not a true portlet, but a wrapper around an independent page that can be run on its own. Jetspeed seems to only be used to synchronize the login sessions between the difference applications that exist under the product umbrella. These pages are not "true" portlets. > When the portal starts, do you see the portlet's webapp being initialized > correctly? > This should show up in Tomcat's log. In what webapp is the errant portlet > included? > How do you have webapps with no war files? Can you post the evidence that > you have > that the appropriate methods are being called in the portlet. Can you > log the result > being returned to see what html is being generated. I don't know if I can answer your question pertaining to the WAR files, but the portlet app is initialized based on the JetspeedContainerServlet code. I think I answered some of the others indirectly in the first paragraph. My first step is to figure out why the logs are not produced in ${applicationRoot}/logs/ Thanks Paul -- View this message in context: http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24504236.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 Jul 15 22:12:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54187 invoked from network); 15 Jul 2009 22:12:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jul 2009 22:12:12 -0000 Received: (qmail 32478 invoked by uid 500); 15 Jul 2009 22:12:21 -0000 Delivered-To: [email protected] Received: (qmail 32427 invoked by uid 500); 15 Jul 2009 22:12: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 32417 invoked by uid 99); 15 Jul 2009 22:12:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 22:12:21 +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; Wed, 15 Jul 2009 22:12:10 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MRChZ-0001Im-Pv for [email protected]; Wed, 15 Jul 2009 15:11:49 -0700 Message-ID: <[email protected]> Date: Wed, 15 Jul 2009 15:11:49 -0700 (PDT) From: prabha77 <[email protected]> To: [email protected] Subject: Editing a page from Portal Site Manager removes the Document Order 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 All, When editing a page from Portal Site Manager removes the Document Order. Looking at the code, it looks like AbstractPageManager.java updateDocumentOrder() is called everytime the page is updated and if the page is already there in the document order list of the folder, its removed. documentOrder.remove(name); Change the above code to the following fixed the issue. if ( !this.folderExists( name ) { documentOrder.remove() } Thanks Prabha -- View this message in context: http://www.nabble.com/Editing-a-page-from-Portal-Site-Manager-removes-the-Document-Order-tp24506892p24506892.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 Jul 16 03:13:27 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5879 invoked from network); 16 Jul 2009 03:13:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jul 2009 03:13:27 -0000 Received: (qmail 81567 invoked by uid 500); 16 Jul 2009 03:14:32 -0000 Delivered-To: [email protected] Received: (qmail 81514 invoked by uid 500); 16 Jul 2009 03:14: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 81504 invoked by uid 99); 16 Jul 2009 03:14:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 03:14: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: local policy) Received: from [161.129.204.104] (HELO omta0105.mta.everyone.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 03:14:23 +0000 Received: from dm52.mta.everyone.net (sj1-slb03-gw2 [161.129.204.104]) by omta0105.mta.everyone.net (Postfix) with ESMTP id 2A8587317B0 for <[email protected]>; Wed, 15 Jul 2009 20:14:02 -0700 (PDT) X-Eon-Dm: dm52 Received: by dm52.mta.everyone.net (EON-AUTHRELAY2 - 426dd405) id dm52.4a4aad85.6ea789 for <[email protected]>; Wed, 15 Jul 2009 20:14:02 -0700 X-Eon-Sig: AQLYMZZKXpr6bfagiQIAAAAB,d5808faeedda8d6a4d20ef718aebdb7e Message-ID: <[email protected]> Date: Wed, 15 Jul 2009 21:14:11 -0600 From: Randy Watler <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Editing a page from Portal Site Manager removes the Document Order 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 Created JIRA issue for this bug. Please fill in J2 version and any other information there when you have a chance. Will review/fix when I have spare cycles. https://issues.apache.org/jira/browse/JS2-1044 Randy prabha77 wrote: > All, > > When editing a page from Portal Site Manager removes the Document Order. > > Looking at the code, it looks like AbstractPageManager.java > updateDocumentOrder() is called everytime the page is updated and if the > page is already there in the document order list of the folder, its removed. > > documentOrder.remove(name); > > Change the above code to the following fixed the issue. > if ( !this.folderExists( name ) > { > documentOrder.remove() > } > > Thanks > Prabha > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jul 16 12:55:28 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3477 invoked from network); 16 Jul 2009 12:55:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jul 2009 12:55:28 -0000 Received: (qmail 437 invoked by uid 500); 16 Jul 2009 12:56:33 -0000 Delivered-To: [email protected] Received: (qmail 401 invoked by uid 500); 16 Jul 2009 12:56: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] Delivered-To: moderator for [email protected] Received: (qmail 6597 invoked by uid 99); 16 Jul 2009 10:18: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) Message-ID: <B5E643E8A0A04D83B1B25AC301A5EA6A@Conservatory> From: "Eva Petro" <[email protected]> To: "Jetspeed Users List" <[email protected]> References: <[email protected]> <[email protected]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> <[email protected]> <[email protected]> <[email protected]> Subject: Re: Portlet shows up "blank", no content Date: Thu, 16 Jul 2009 22:17:04 +1200 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.5512 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Hi Paul >>There is no portlet selector in our system. The Jetspeed distribution is >>pretty much the core (i.e., no additional libraries/pages beyond the >>absolute minimum In my experience, it is pretty much impossible to install Jetspeed 2.1.3 without the portal selector. The minimal installation includes it, as it is an essential tool. - Log in as admin - Select the modify page icon - Click "Add portlet" That will put you in the portlet selector. Portlets that are properly configured and ready for use will show up in this screen. To add a portlet, click on the Add link for the portlet. You can add one or more instances to the page (the count field shows how many). Click the green back arrow next to the search box when done. Also, debugging is pretty easy - very similar to debugging a standard J2EE app. Jetspeed is simply a J2EE application that runs inside Tomcat. The trick is to start Tomcat from inside Eclipse: - Create a project in Eclipse that includes all your portlet source. - Make sure all the portlet source code is on the Java source path, and compiles without errors. - Download and install the Tomcat plugin for Eclipse - Configure the plugin to point to the Jetspeed base directory (typically C:\Apache\Jetspeed-2.1.3 on Windows) - Start Tomcat from the start icon - Put breakpoints in interesting places - Open a browser on Jetspeed, and the breakpoints will be hit when executed. You can also start Jetspeed (well Tomcat to be exact) externally in debug mode and connect Eclipse as a remote debugger. This is covered in the Eclipse and Tomcat documetation. Getting a debugging environment going is an essential part of troubleshooting J2EE applications. If you are unfamiliar with this, take a day or two to come up to speed. It will pay back your time investment many times over. As Ron Wheeler said, it is hard to imagine how you can have portlets without corresponding portlet application .war files. JSR168 mandates this. Some thoughts: - Are you sure your Jetspeed 2.0 code is playing by the JSR168 rules? - Perhaps what you have is just a Tomcat installation without portlets? - If you have not installed .war files into Jetspeed 2.1.3, then results could be indeterminate. Jetspeed consumes the .war, and installs any portlets it finds in it. These need to have valid descriptors in the portlet.xml file. Without a portlet.xml, there are no portlets, so displaying nothing sounds quite reasonable. Best of luck... Regards Ron ----- Original Message ----- From: "brunp" <[email protected]> To: <[email protected]> Sent: Thursday, July 16, 2009 2:55 AM Subject: Re: Portlet shows up "blank", no content > > OK......I appreciate the effort in trying to get answers, but I am also > very > new to the entire Jetspeed process. > > -> Does the portlet show up in the portlet selector? > > There is no portlet selector in our system. The Jetspeed distribution is > pretty much the core (i.e., no additional libraries/pages beyond the > absolute minimum > > --> Can you install it on a portal page without an exception being thrown? > > I can not simply add a portal and see if it is installed correctly. > Jetspeed > is part of a much larger product in which Jetspeed is simply a means to > incorporate pages from another website locations. I don't have the source > for those pages, just links to the webapp locations within Tomcat. > > --> When you first bring up the page (after refreshing the .war file), do > you see any messages going past on the console? At minimum I would expect > a > "myapp.war installed successfully" or similar. > > Nothing shows up in the console, and as there are no "WAR" files, nothing > really shows up. I do see the JAVA code within the Webapp being executed, > but the content does not show up.... > > -->Do you see the JSP(s) being compiled in the Tomcat /work directory? > > The JSP's are pre-compiled @ build time..... > > As for logs, this is another issue because no logs are produced based on > the > Log4j.properties. No matter what I do and how I configure the properties > files, no logs are produced to: ${applicationRoot}/logs. I do see > JetspeedContainerServlet logs from within the tomcat logging > infrastructure, > but nothing there indicates there is an issue or exception. > > Paul > -- > View this message in context: > http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24499665.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] Thu Jul 16 13:08:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8059 invoked from network); 16 Jul 2009 13:08:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jul 2009 13:08:20 -0000 Received: (qmail 29538 invoked by uid 500); 16 Jul 2009 13:09:25 -0000 Delivered-To: [email protected] Received: (qmail 29483 invoked by uid 500); 16 Jul 2009 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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29473 invoked by uid 99); 16 Jul 2009 13:09:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 13:09:25 +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, 16 Jul 2009 13:09: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 1MRQhj-000450-Ll for [email protected]; Thu, 16 Jul 2009 06:08:55 -0700 Message-ID: <[email protected]> Date: Thu, 16 Jul 2009 06:08:55 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Re: Portlet shows up "blank", no content In-Reply-To: <B5E643E8A0A04D83B1B25AC301A5EA6A@Conservatory> 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]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> <[email protected]> <[email protected]> <[email protected]> <B5E643E8A0A04D83B1B25AC301A5EA6A@Conservatory> X-Virus-Checked: Checked by ClamAV on apache.org Thanks for your input guys, but I have to say, there is no Portlet selector in the install base. The previous instance of Jetspeed 2.0 was just the binaries. It was a custom install as part of a larger product distribution and to reduce disk space usage, all the unnecessary elements and I assume the jetspeed admin interface was stripped from the distribution. I am just stipulating what I know at this point in time. The portlet in question does have a portlet.xml file and I have no idea if the application follows JSR 168 specification as I didn't create it myself. As I had mentioned, the pages work on their own, but when absorbed within the jetspeed collective, it doesn't. I wish I can say more.....I wish I knew more....but I have been stuck with this development. :-) This particular portlet does have a WAR file, and the others that do not appear to work as they have the portlet.xml specification in the WEB-INF directory. Thanks again....guess I am on my own on this one. Paul Eva Petro wrote: > > Hi Paul > >>>There is no portlet selector in our system. The Jetspeed distribution is >>>pretty much the core (i.e., no additional libraries/pages beyond the >>>absolute minimum > > In my experience, it is pretty much impossible to install Jetspeed 2.1.3 > without the portal selector. The minimal installation includes it, as it > is > an essential tool. > > - Log in as admin > - Select the modify page icon > - Click "Add portlet" > > That will put you in the portlet selector. Portlets that are properly > configured and ready for use will show up in this screen. To add a > portlet, > click on the Add link for the portlet. You can add one or more instances > to > the page (the count field shows how many). Click the green back arrow next > to the search box when done. > > Also, debugging is pretty easy - very similar to debugging a standard > J2EE > app. Jetspeed is simply a J2EE application that runs inside Tomcat. The > trick is to start Tomcat from inside Eclipse: > > - Create a project in Eclipse that includes all your portlet source. > - Make sure all the portlet source code is on the Java source path, and > compiles without errors. > - Download and install the Tomcat plugin for Eclipse > - Configure the plugin to point to the Jetspeed base directory (typically > C:\Apache\Jetspeed-2.1.3 on Windows) > - Start Tomcat from the start icon > - Put breakpoints in interesting places > - Open a browser on Jetspeed, and the breakpoints will be hit when > executed. > > You can also start Jetspeed (well Tomcat to be exact) externally in debug > mode and connect Eclipse as a remote debugger. This is covered in the > Eclipse and Tomcat documetation. > > Getting a debugging environment going is an essential part of > troubleshooting J2EE applications. If you are unfamiliar with this, take a > day or two to come up to speed. It will pay back your time investment many > times over. > > As Ron Wheeler said, it is hard to imagine how you can have portlets > without > corresponding portlet application .war files. JSR168 mandates this. Some > thoughts: > > - Are you sure your Jetspeed 2.0 code is playing by the JSR168 rules? > - Perhaps what you have is just a Tomcat installation without portlets? > - If you have not installed .war files into Jetspeed 2.1.3, then results > could be indeterminate. Jetspeed consumes the .war, and installs any > portlets it finds in it. These need to have valid descriptors in the > portlet.xml file. Without a portlet.xml, there are no portlets, so > displaying nothing sounds quite reasonable. > > Best of luck... > > Regards > > Ron > > > ----- Original Message ----- > From: "brunp" <[email protected]> > To: <[email protected]> > Sent: Thursday, July 16, 2009 2:55 AM > Subject: Re: Portlet shows up "blank", no content > > >> >> OK......I appreciate the effort in trying to get answers, but I am also >> very >> new to the entire Jetspeed process. >> >> -> Does the portlet show up in the portlet selector? >> >> There is no portlet selector in our system. The Jetspeed distribution is >> pretty much the core (i.e., no additional libraries/pages beyond the >> absolute minimum >> >> --> Can you install it on a portal page without an exception being >> thrown? >> >> I can not simply add a portal and see if it is installed correctly. >> Jetspeed >> is part of a much larger product in which Jetspeed is simply a means to >> incorporate pages from another website locations. I don't have the source >> for those pages, just links to the webapp locations within Tomcat. >> >> --> When you first bring up the page (after refreshing the .war file), do >> you see any messages going past on the console? At minimum I would expect >> a >> "myapp.war installed successfully" or similar. >> >> Nothing shows up in the console, and as there are no "WAR" files, nothing >> really shows up. I do see the JAVA code within the Webapp being executed, >> but the content does not show up.... >> >> -->Do you see the JSP(s) being compiled in the Tomcat /work directory? >> >> The JSP's are pre-compiled @ build time..... >> >> As for logs, this is another issue because no logs are produced based on >> the >> Log4j.properties. No matter what I do and how I configure the properties >> files, no logs are produced to: ${applicationRoot}/logs. I do see >> JetspeedContainerServlet logs from within the tomcat logging >> infrastructure, >> but nothing there indicates there is an issue or exception. >> >> Paul >> -- >> View this message in context: >> http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24499665.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] > > > -- View this message in context: http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24516012.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 Jul 16 15:30:48 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18629 invoked from network); 16 Jul 2009 15:30:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jul 2009 15:30:47 -0000 Received: (qmail 52230 invoked by uid 500); 16 Jul 2009 15:31:53 -0000 Delivered-To: [email protected] Received: (qmail 52200 invoked by uid 500); 16 Jul 2009 15: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52189 invoked by uid 99); 16 Jul 2009 15:31:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 15:31: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO production.artifact-software.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 15:31:41 +0000 Received: from [161.129.204.104] (bas4-london14-1088907367.dsl.bell.ca [161.129.204.104]) by production.artifact-software.com (Postfix) with ESMTP id B1C1D6A7BE7 for <[email protected]>; Thu, 16 Jul 2009 11:31:18 -0400 (EDT) Message-ID: <[email protected]> Date: Thu, 16 Jul 2009 11:31:16 -0400 From: Ron Wheeler <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Portlet shows up "blank", no content References: <[email protected]> <[email protected]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> <[email protected]> <[email protected]> <[email protected]> <B5E643E8A0A04D83B1B25AC301A5EA6A@Conservatory> <[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 see below. brunp wrote: > Thanks for your input guys, but I have to say, there is no Portlet selector > in the install base. The previous instance of Jetspeed 2.0 was just the > binaries. It was a custom install as part of a larger product distribution > and > to reduce disk space usage, all the unnecessary elements and I assume the > jetspeed admin interface was stripped from the distribution. I am just > stipulating > what I know at this point in time. > > The portlet in question does have a portlet.xml file and I have no idea if > the application follows JSR 168 specification as I didn't create it myself. > As I > had mentioned, the pages work on their own, but when absorbed within the > jetspeed collective, it doesn't. > > I wish I can say more.....I wish I knew more....but I have been stuck with > this > development. :-) > > This particular portlet does have a WAR file, and the others that do not > appear > to work as they have the portlet.xml specification in the WEB-INF directory. > > Thanks again....guess I am on my own on this one. > > Don't give up so easily. You are getting good help. You need to start posting more real evidence. Give more details about the structure of the applications and some of the relevant configuration files. That will lead to more definite questions and suggestions. You might also review your conversion steps to make sure that you actually followed each of the required steps. Ron > Paul > > > Eva Petro wrote: > >> Hi Paul >> >> >>>> There is no portlet selector in our system. The Jetspeed distribution is >>>> pretty much the core (i.e., no additional libraries/pages beyond the >>>> absolute minimum >>>> >> In my experience, it is pretty much impossible to install Jetspeed 2.1.3 >> without the portal selector. The minimal installation includes it, as it >> is >> an essential tool. >> >> - Log in as admin >> - Select the modify page icon >> - Click "Add portlet" >> >> That will put you in the portlet selector. Portlets that are properly >> configured and ready for use will show up in this screen. To add a >> portlet, >> click on the Add link for the portlet. You can add one or more instances >> to >> the page (the count field shows how many). Click the green back arrow next >> to the search box when done. >> >> Also, debugging is pretty easy - very similar to debugging a standard >> J2EE >> app. Jetspeed is simply a J2EE application that runs inside Tomcat. The >> trick is to start Tomcat from inside Eclipse: >> >> - Create a project in Eclipse that includes all your portlet source. >> - Make sure all the portlet source code is on the Java source path, and >> compiles without errors. >> - Download and install the Tomcat plugin for Eclipse >> - Configure the plugin to point to the Jetspeed base directory (typically >> C:\Apache\Jetspeed-2.1.3 on Windows) >> - Start Tomcat from the start icon >> - Put breakpoints in interesting places >> - Open a browser on Jetspeed, and the breakpoints will be hit when >> executed. >> >> You can also start Jetspeed (well Tomcat to be exact) externally in debug >> mode and connect Eclipse as a remote debugger. This is covered in the >> Eclipse and Tomcat documetation. >> >> Getting a debugging environment going is an essential part of >> troubleshooting J2EE applications. If you are unfamiliar with this, take a >> day or two to come up to speed. It will pay back your time investment many >> times over. >> >> As Ron Wheeler said, it is hard to imagine how you can have portlets >> without >> corresponding portlet application .war files. JSR168 mandates this. Some >> thoughts: >> >> - Are you sure your Jetspeed 2.0 code is playing by the JSR168 rules? >> - Perhaps what you have is just a Tomcat installation without portlets? >> - If you have not installed .war files into Jetspeed 2.1.3, then results >> could be indeterminate. Jetspeed consumes the .war, and installs any >> portlets it finds in it. These need to have valid descriptors in the >> portlet.xml file. Without a portlet.xml, there are no portlets, so >> displaying nothing sounds quite reasonable. >> >> Best of luck... >> >> Regards >> >> Ron >> >> >> ----- Original Message ----- >> From: "brunp" <[email protected]> >> To: <[email protected]> >> Sent: Thursday, July 16, 2009 2:55 AM >> Subject: Re: Portlet shows up "blank", no content >> >> >> >>> OK......I appreciate the effort in trying to get answers, but I am also >>> very >>> new to the entire Jetspeed process. >>> >>> -> Does the portlet show up in the portlet selector? >>> >>> There is no portlet selector in our system. The Jetspeed distribution is >>> pretty much the core (i.e., no additional libraries/pages beyond the >>> absolute minimum >>> >>> --> Can you install it on a portal page without an exception being >>> thrown? >>> >>> I can not simply add a portal and see if it is installed correctly. >>> Jetspeed >>> is part of a much larger product in which Jetspeed is simply a means to >>> incorporate pages from another website locations. I don't have the source >>> for those pages, just links to the webapp locations within Tomcat. >>> >>> --> When you first bring up the page (after refreshing the .war file), do >>> you see any messages going past on the console? At minimum I would expect >>> a >>> "myapp.war installed successfully" or similar. >>> >>> Nothing shows up in the console, and as there are no "WAR" files, nothing >>> really shows up. I do see the JAVA code within the Webapp being executed, >>> but the content does not show up.... >>> >>> -->Do you see the JSP(s) being compiled in the Tomcat /work directory? >>> >>> The JSP's are pre-compiled @ build time..... >>> >>> As for logs, this is another issue because no logs are produced based on >>> the >>> Log4j.properties. No matter what I do and how I configure the properties >>> files, no logs are produced to: ${applicationRoot}/logs. I do see >>> JetspeedContainerServlet logs from within the tomcat logging >>> infrastructure, >>> but nothing there indicates there is an issue or exception. >>> >>> Paul >>> -- >>> View this message in context: >>> http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24499665.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] >> >> >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jul 16 15:45:47 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22969 invoked from network); 16 Jul 2009 15:45:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jul 2009 15:45:46 -0000 Received: (qmail 85462 invoked by uid 500); 16 Jul 2009 15:46:51 -0000 Delivered-To: [email protected] Received: (qmail 85404 invoked by uid 500); 16 Jul 2009 15:46: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 85340 invoked by uid 99); 16 Jul 2009 15:46:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 15:46:45 +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 Jul 2009 15:46: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 1MRT9x-0003Gi-Te for [email protected]; Thu, 16 Jul 2009 08:46:13 -0700 Message-ID: <[email protected]> Date: Thu, 16 Jul 2009 08:46:13 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Re: Portlet shows up "blank", no content 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]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> <[email protected]> <[email protected]> <[email protected]> <B5E643E8A0A04D83B1B25AC301A5EA6A@Conservatory> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org I am unfortunately unable to post any file sets or code because this is part of a product line that is yet to be released. What real evidence am I supposed to look at here? As for conversion.....all I did was update the Jetspeed binaries from 2.0 to 2.1.3. The migration to Jetspeed 2.1.3 also seems to mess up some of the styling too.....not sure why, but it does for some reason.....even in the same browser, but that is relatively easy to fix..... Paul ronatartifact wrote: > > see below. > > brunp wrote: >> Thanks for your input guys, but I have to say, there is no Portlet >> selector >> in the install base. The previous instance of Jetspeed 2.0 was just the >> binaries. It was a custom install as part of a larger product >> distribution >> and >> to reduce disk space usage, all the unnecessary elements and I assume the >> jetspeed admin interface was stripped from the distribution. I am just >> stipulating >> what I know at this point in time. >> >> The portlet in question does have a portlet.xml file and I have no idea >> if >> the application follows JSR 168 specification as I didn't create it >> myself. >> As I >> had mentioned, the pages work on their own, but when absorbed within the >> jetspeed collective, it doesn't. >> >> I wish I can say more.....I wish I knew more....but I have been stuck >> with >> this >> development. :-) >> >> This particular portlet does have a WAR file, and the others that do not >> appear >> to work as they have the portlet.xml specification in the WEB-INF >> directory. >> >> Thanks again....guess I am on my own on this one. >> >> > Don't give up so easily. > You are getting good help. > You need to start posting more real evidence. > Give more details about the structure of the applications and some of > the relevant configuration files. > That will lead to more definite questions and suggestions. > > You might also review your conversion steps to make sure that you > actually followed each of the required steps. > > Ron > >> Paul >> >> > > >> Eva Petro wrote: >> >>> Hi Paul >>> >>> >>>>> There is no portlet selector in our system. The Jetspeed distribution >>>>> is >>>>> pretty much the core (i.e., no additional libraries/pages beyond the >>>>> absolute minimum >>>>> >>> In my experience, it is pretty much impossible to install Jetspeed 2.1.3 >>> without the portal selector. The minimal installation includes it, as it >>> is >>> an essential tool. >>> >>> - Log in as admin >>> - Select the modify page icon >>> - Click "Add portlet" >>> >>> That will put you in the portlet selector. Portlets that are properly >>> configured and ready for use will show up in this screen. To add a >>> portlet, >>> click on the Add link for the portlet. You can add one or more instances >>> to >>> the page (the count field shows how many). Click the green back arrow >>> next >>> to the search box when done. >>> >>> Also, debugging is pretty easy - very similar to debugging a standard >>> J2EE >>> app. Jetspeed is simply a J2EE application that runs inside Tomcat. The >>> trick is to start Tomcat from inside Eclipse: >>> >>> - Create a project in Eclipse that includes all your portlet source. >>> - Make sure all the portlet source code is on the Java source path, and >>> compiles without errors. >>> - Download and install the Tomcat plugin for Eclipse >>> - Configure the plugin to point to the Jetspeed base directory >>> (typically >>> C:\Apache\Jetspeed-2.1.3 on Windows) >>> - Start Tomcat from the start icon >>> - Put breakpoints in interesting places >>> - Open a browser on Jetspeed, and the breakpoints will be hit when >>> executed. >>> >>> You can also start Jetspeed (well Tomcat to be exact) externally in >>> debug >>> mode and connect Eclipse as a remote debugger. This is covered in the >>> Eclipse and Tomcat documetation. >>> >>> Getting a debugging environment going is an essential part of >>> troubleshooting J2EE applications. If you are unfamiliar with this, take >>> a >>> day or two to come up to speed. It will pay back your time investment >>> many >>> times over. >>> >>> As Ron Wheeler said, it is hard to imagine how you can have portlets >>> without >>> corresponding portlet application .war files. JSR168 mandates this. Some >>> thoughts: >>> >>> - Are you sure your Jetspeed 2.0 code is playing by the JSR168 rules? >>> - Perhaps what you have is just a Tomcat installation without >>> portlets? >>> - If you have not installed .war files into Jetspeed 2.1.3, then >>> results >>> could be indeterminate. Jetspeed consumes the .war, and installs any >>> portlets it finds in it. These need to have valid descriptors in the >>> portlet.xml file. Without a portlet.xml, there are no portlets, so >>> displaying nothing sounds quite reasonable. >>> >>> Best of luck... >>> >>> Regards >>> >>> Ron >>> >>> >>> ----- Original Message ----- >>> From: "brunp" <[email protected]> >>> To: <[email protected]> >>> Sent: Thursday, July 16, 2009 2:55 AM >>> Subject: Re: Portlet shows up "blank", no content >>> >>> >>> >>>> OK......I appreciate the effort in trying to get answers, but I am also >>>> very >>>> new to the entire Jetspeed process. >>>> >>>> -> Does the portlet show up in the portlet selector? >>>> >>>> There is no portlet selector in our system. The Jetspeed distribution >>>> is >>>> pretty much the core (i.e., no additional libraries/pages beyond the >>>> absolute minimum >>>> >>>> --> Can you install it on a portal page without an exception being >>>> thrown? >>>> >>>> I can not simply add a portal and see if it is installed correctly. >>>> Jetspeed >>>> is part of a much larger product in which Jetspeed is simply a means to >>>> incorporate pages from another website locations. I don't have the >>>> source >>>> for those pages, just links to the webapp locations within Tomcat. >>>> >>>> --> When you first bring up the page (after refreshing the .war file), >>>> do >>>> you see any messages going past on the console? At minimum I would >>>> expect >>>> a >>>> "myapp.war installed successfully" or similar. >>>> >>>> Nothing shows up in the console, and as there are no "WAR" files, >>>> nothing >>>> really shows up. I do see the JAVA code within the Webapp being >>>> executed, >>>> but the content does not show up.... >>>> >>>> -->Do you see the JSP(s) being compiled in the Tomcat /work directory? >>>> >>>> The JSP's are pre-compiled @ build time..... >>>> >>>> As for logs, this is another issue because no logs are produced based >>>> on >>>> the >>>> Log4j.properties. No matter what I do and how I configure the >>>> properties >>>> files, no logs are produced to: ${applicationRoot}/logs. I do see >>>> JetspeedContainerServlet logs from within the tomcat logging >>>> infrastructure, >>>> but nothing there indicates there is an issue or exception. >>>> >>>> Paul >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24499665.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] >>> >>> >>> >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24519037.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 Jul 16 16:30:58 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37277 invoked from network); 16 Jul 2009 16:30:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jul 2009 16:30:58 -0000 Received: (qmail 60941 invoked by uid 500); 16 Jul 2009 16:32:03 -0000 Delivered-To: [email protected] Received: (qmail 60897 invoked by uid 500); 16 Jul 2009 16: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 60887 invoked by uid 99); 16 Jul 2009 16:32:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 16:32: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 production.artifact-software.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 16:31:51 +0000 Received: from [161.129.204.104] (bas4-london14-1088907367.dsl.bell.ca [161.129.204.104]) by production.artifact-software.com (Postfix) with ESMTP id 52FCA6A7BE7 for <[email protected]>; Thu, 16 Jul 2009 12:31:28 -0400 (EDT) Message-ID: <[email protected]> Date: Thu, 16 Jul 2009 12:31:25 -0400 From: Ron Wheeler <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Portlet shows up "blank", no content References: <[email protected]> <[email protected]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> <[email protected]> <[email protected]> <[email protected]> <B5E643E8A0A04D83B1B25AC301A5EA6A@Conservatory> <[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 Did you do the database conversions? Ron brunp wrote: > I am unfortunately unable to post any file sets or code because this is part > of a product line that is yet to be released. What real evidence am I > supposed to look at here? > > As for conversion.....all I did was update the Jetspeed binaries from 2.0 to > 2.1.3. The migration to Jetspeed 2.1.3 also seems to mess up some of the > styling too.....not sure why, but it does for some reason.....even in the > same browser, but that is relatively easy to fix..... > > Paul > > > ronatartifact wrote: > >> see below. >> >> brunp wrote: >> >>> Thanks for your input guys, but I have to say, there is no Portlet >>> selector >>> in the install base. The previous instance of Jetspeed 2.0 was just the >>> binaries. It was a custom install as part of a larger product >>> distribution >>> and >>> to reduce disk space usage, all the unnecessary elements and I assume the >>> jetspeed admin interface was stripped from the distribution. I am just >>> stipulating >>> what I know at this point in time. >>> >>> The portlet in question does have a portlet.xml file and I have no idea >>> if >>> the application follows JSR 168 specification as I didn't create it >>> myself. >>> As I >>> had mentioned, the pages work on their own, but when absorbed within the >>> jetspeed collective, it doesn't. >>> >>> I wish I can say more.....I wish I knew more....but I have been stuck >>> with >>> this >>> development. :-) >>> >>> This particular portlet does have a WAR file, and the others that do not >>> appear >>> to work as they have the portlet.xml specification in the WEB-INF >>> directory. >>> >>> Thanks again....guess I am on my own on this one. >>> >>> >>> >> Don't give up so easily. >> You are getting good help. >> You need to start posting more real evidence. >> Give more details about the structure of the applications and some of >> the relevant configuration files. >> That will lead to more definite questions and suggestions. >> >> You might also review your conversion steps to make sure that you >> actually followed each of the required steps. >> >> Ron >> >> >>> Paul >>> >>> >>> >> >>> Eva Petro wrote: >>> >>> >>>> Hi Paul >>>> >>>> >>>> >>>>>> There is no portlet selector in our system. The Jetspeed distribution >>>>>> is >>>>>> pretty much the core (i.e., no additional libraries/pages beyond the >>>>>> absolute minimum >>>>>> >>>>>> >>>> In my experience, it is pretty much impossible to install Jetspeed 2.1.3 >>>> without the portal selector. The minimal installation includes it, as it >>>> is >>>> an essential tool. >>>> >>>> - Log in as admin >>>> - Select the modify page icon >>>> - Click "Add portlet" >>>> >>>> That will put you in the portlet selector. Portlets that are properly >>>> configured and ready for use will show up in this screen. To add a >>>> portlet, >>>> click on the Add link for the portlet. You can add one or more instances >>>> to >>>> the page (the count field shows how many). Click the green back arrow >>>> next >>>> to the search box when done. >>>> >>>> Also, debugging is pretty easy - very similar to debugging a standard >>>> J2EE >>>> app. Jetspeed is simply a J2EE application that runs inside Tomcat. The >>>> trick is to start Tomcat from inside Eclipse: >>>> >>>> - Create a project in Eclipse that includes all your portlet source. >>>> - Make sure all the portlet source code is on the Java source path, and >>>> compiles without errors. >>>> - Download and install the Tomcat plugin for Eclipse >>>> - Configure the plugin to point to the Jetspeed base directory >>>> (typically >>>> C:\Apache\Jetspeed-2.1.3 on Windows) >>>> - Start Tomcat from the start icon >>>> - Put breakpoints in interesting places >>>> - Open a browser on Jetspeed, and the breakpoints will be hit when >>>> executed. >>>> >>>> You can also start Jetspeed (well Tomcat to be exact) externally in >>>> debug >>>> mode and connect Eclipse as a remote debugger. This is covered in the >>>> Eclipse and Tomcat documetation. >>>> >>>> Getting a debugging environment going is an essential part of >>>> troubleshooting J2EE applications. If you are unfamiliar with this, take >>>> a >>>> day or two to come up to speed. It will pay back your time investment >>>> many >>>> times over. >>>> >>>> As Ron Wheeler said, it is hard to imagine how you can have portlets >>>> without >>>> corresponding portlet application .war files. JSR168 mandates this. Some >>>> thoughts: >>>> >>>> - Are you sure your Jetspeed 2.0 code is playing by the JSR168 rules? >>>> - Perhaps what you have is just a Tomcat installation without >>>> portlets? >>>> - If you have not installed .war files into Jetspeed 2.1.3, then >>>> results >>>> could be indeterminate. Jetspeed consumes the .war, and installs any >>>> portlets it finds in it. These need to have valid descriptors in the >>>> portlet.xml file. Without a portlet.xml, there are no portlets, so >>>> displaying nothing sounds quite reasonable. >>>> >>>> Best of luck... >>>> >>>> Regards >>>> >>>> Ron >>>> >>>> >>>> ----- Original Message ----- >>>> From: "brunp" <[email protected]> >>>> To: <[email protected]> >>>> Sent: Thursday, July 16, 2009 2:55 AM >>>> Subject: Re: Portlet shows up "blank", no content >>>> >>>> >>>> >>>> >>>>> OK......I appreciate the effort in trying to get answers, but I am also >>>>> very >>>>> new to the entire Jetspeed process. >>>>> >>>>> -> Does the portlet show up in the portlet selector? >>>>> >>>>> There is no portlet selector in our system. The Jetspeed distribution >>>>> is >>>>> pretty much the core (i.e., no additional libraries/pages beyond the >>>>> absolute minimum >>>>> >>>>> --> Can you install it on a portal page without an exception being >>>>> thrown? >>>>> >>>>> I can not simply add a portal and see if it is installed correctly. >>>>> Jetspeed >>>>> is part of a much larger product in which Jetspeed is simply a means to >>>>> incorporate pages from another website locations. I don't have the >>>>> source >>>>> for those pages, just links to the webapp locations within Tomcat. >>>>> >>>>> --> When you first bring up the page (after refreshing the .war file), >>>>> do >>>>> you see any messages going past on the console? At minimum I would >>>>> expect >>>>> a >>>>> "myapp.war installed successfully" or similar. >>>>> >>>>> Nothing shows up in the console, and as there are no "WAR" files, >>>>> nothing >>>>> really shows up. I do see the JAVA code within the Webapp being >>>>> executed, >>>>> but the content does not show up.... >>>>> >>>>> -->Do you see the JSP(s) being compiled in the Tomcat /work directory? >>>>> >>>>> The JSP's are pre-compiled @ build time..... >>>>> >>>>> As for logs, this is another issue because no logs are produced based >>>>> on >>>>> the >>>>> Log4j.properties. No matter what I do and how I configure the >>>>> properties >>>>> files, no logs are produced to: ${applicationRoot}/logs. I do see >>>>> JetspeedContainerServlet logs from within the tomcat logging >>>>> infrastructure, >>>>> but nothing there indicates there is an issue or exception. >>>>> >>>>> Paul >>>>> -- >>>>> View this message in context: >>>>> http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24499665.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] >>>> >>>> >>>> >>>> >>>> >>> >>> >> --------------------------------------------------------------------- >> 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 Jul 16 17:00:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45919 invoked from network); 16 Jul 2009 17:00:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jul 2009 17:00:54 -0000 Received: (qmail 99493 invoked by uid 500); 16 Jul 2009 17:01:59 -0000 Delivered-To: [email protected] Received: (qmail 99456 invoked by uid 500); 16 Jul 2009 17: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]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99446 invoked by uid 99); 16 Jul 2009 17:01:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 17:01:59 +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, 16 Jul 2009 17:01:49 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MRUKm-0006mu-AT for [email protected]; Thu, 16 Jul 2009 10:01:28 -0700 Message-ID: <[email protected]> Date: Thu, 16 Jul 2009 10:01:28 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Re: Portlet shows up "blank", no content 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]> <1247496655.8090.0.camel@ken> <[email protected]> <[email protected]> <AF19FAA6299F4CACA8F96D158E1FB4C9@Conservatory> <[email protected]> <[email protected]> <[email protected]> <B5E643E8A0A04D83B1B25AC301A5EA6A@Conservatory> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org yes.....there was really nothing to convert from the former database to the new database. I just used the new SQL creation files that came with the download and used them to generate the database on install since there is no upgrade path in our product.... Paul ronatartifact wrote: > > Did you do the database conversions? > > Ron > > brunp wrote: >> I am unfortunately unable to post any file sets or code because this is >> part >> of a product line that is yet to be released. What real evidence am I >> supposed to look at here? >> >> As for conversion.....all I did was update the Jetspeed binaries from 2.0 >> to >> 2.1.3. The migration to Jetspeed 2.1.3 also seems to mess up some of the >> styling too.....not sure why, but it does for some reason.....even in the >> same browser, but that is relatively easy to fix..... >> >> Paul >> >> >> ronatartifact wrote: >> >>> see below. >>> >>> brunp wrote: >>> >>>> Thanks for your input guys, but I have to say, there is no Portlet >>>> selector >>>> in the install base. The previous instance of Jetspeed 2.0 was just the >>>> binaries. It was a custom install as part of a larger product >>>> distribution >>>> and >>>> to reduce disk space usage, all the unnecessary elements and I assume >>>> the >>>> jetspeed admin interface was stripped from the distribution. I am just >>>> stipulating >>>> what I know at this point in time. >>>> >>>> The portlet in question does have a portlet.xml file and I have no idea >>>> if >>>> the application follows JSR 168 specification as I didn't create it >>>> myself. >>>> As I >>>> had mentioned, the pages work on their own, but when absorbed within >>>> the >>>> jetspeed collective, it doesn't. >>>> >>>> I wish I can say more.....I wish I knew more....but I have been stuck >>>> with >>>> this >>>> development. :-) >>>> >>>> This particular portlet does have a WAR file, and the others that do >>>> not >>>> appear >>>> to work as they have the portlet.xml specification in the WEB-INF >>>> directory. >>>> >>>> Thanks again....guess I am on my own on this one. >>>> >>>> >>>> >>> Don't give up so easily. >>> You are getting good help. >>> You need to start posting more real evidence. >>> Give more details about the structure of the applications and some of >>> the relevant configuration files. >>> That will lead to more definite questions and suggestions. >>> >>> You might also review your conversion steps to make sure that you >>> actually followed each of the required steps. >>> >>> Ron >>> >>> >>>> Paul >>>> >>>> >>>> >>> >>>> Eva Petro wrote: >>>> >>>> >>>>> Hi Paul >>>>> >>>>> >>>>> >>>>>>> There is no portlet selector in our system. The Jetspeed >>>>>>> distribution >>>>>>> is >>>>>>> pretty much the core (i.e., no additional libraries/pages beyond the >>>>>>> absolute minimum >>>>>>> >>>>>>> >>>>> In my experience, it is pretty much impossible to install Jetspeed >>>>> 2.1.3 >>>>> without the portal selector. The minimal installation includes it, as >>>>> it >>>>> is >>>>> an essential tool. >>>>> >>>>> - Log in as admin >>>>> - Select the modify page icon >>>>> - Click "Add portlet" >>>>> >>>>> That will put you in the portlet selector. Portlets that are properly >>>>> configured and ready for use will show up in this screen. To add a >>>>> portlet, >>>>> click on the Add link for the portlet. You can add one or more >>>>> instances >>>>> to >>>>> the page (the count field shows how many). Click the green back arrow >>>>> next >>>>> to the search box when done. >>>>> >>>>> Also, debugging is pretty easy - very similar to debugging a standard >>>>> J2EE >>>>> app. Jetspeed is simply a J2EE application that runs inside Tomcat. >>>>> The >>>>> trick is to start Tomcat from inside Eclipse: >>>>> >>>>> - Create a project in Eclipse that includes all your portlet source. >>>>> - Make sure all the portlet source code is on the Java source path, >>>>> and >>>>> compiles without errors. >>>>> - Download and install the Tomcat plugin for Eclipse >>>>> - Configure the plugin to point to the Jetspeed base directory >>>>> (typically >>>>> C:\Apache\Jetspeed-2.1.3 on Windows) >>>>> - Start Tomcat from the start icon >>>>> - Put breakpoints in interesting places >>>>> - Open a browser on Jetspeed, and the breakpoints will be hit when >>>>> executed. >>>>> >>>>> You can also start Jetspeed (well Tomcat to be exact) externally in >>>>> debug >>>>> mode and connect Eclipse as a remote debugger. This is covered in the >>>>> Eclipse and Tomcat documetation. >>>>> >>>>> Getting a debugging environment going is an essential part of >>>>> troubleshooting J2EE applications. If you are unfamiliar with this, >>>>> take >>>>> a >>>>> day or two to come up to speed. It will pay back your time investment >>>>> many >>>>> times over. >>>>> >>>>> As Ron Wheeler said, it is hard to imagine how you can have portlets >>>>> without >>>>> corresponding portlet application .war files. JSR168 mandates this. >>>>> Some >>>>> thoughts: >>>>> >>>>> - Are you sure your Jetspeed 2.0 code is playing by the JSR168 >>>>> rules? >>>>> - Perhaps what you have is just a Tomcat installation without >>>>> portlets? >>>>> - If you have not installed .war files into Jetspeed 2.1.3, then >>>>> results >>>>> could be indeterminate. Jetspeed consumes the .war, and installs any >>>>> portlets it finds in it. These need to have valid descriptors in the >>>>> portlet.xml file. Without a portlet.xml, there are no portlets, so >>>>> displaying nothing sounds quite reasonable. >>>>> >>>>> Best of luck... >>>>> >>>>> Regards >>>>> >>>>> Ron >>>>> >>>>> >>>>> ----- Original Message ----- >>>>> From: "brunp" <[email protected]> >>>>> To: <[email protected]> >>>>> Sent: Thursday, July 16, 2009 2:55 AM >>>>> Subject: Re: Portlet shows up "blank", no content >>>>> >>>>> >>>>> >>>>> >>>>>> OK......I appreciate the effort in trying to get answers, but I am >>>>>> also >>>>>> very >>>>>> new to the entire Jetspeed process. >>>>>> >>>>>> -> Does the portlet show up in the portlet selector? >>>>>> >>>>>> There is no portlet selector in our system. The Jetspeed distribution >>>>>> is >>>>>> pretty much the core (i.e., no additional libraries/pages beyond the >>>>>> absolute minimum >>>>>> >>>>>> --> Can you install it on a portal page without an exception being >>>>>> thrown? >>>>>> >>>>>> I can not simply add a portal and see if it is installed correctly. >>>>>> Jetspeed >>>>>> is part of a much larger product in which Jetspeed is simply a means >>>>>> to >>>>>> incorporate pages from another website locations. I don't have the >>>>>> source >>>>>> for those pages, just links to the webapp locations within Tomcat. >>>>>> >>>>>> --> When you first bring up the page (after refreshing the .war >>>>>> file), >>>>>> do >>>>>> you see any messages going past on the console? At minimum I would >>>>>> expect >>>>>> a >>>>>> "myapp.war installed successfully" or similar. >>>>>> >>>>>> Nothing shows up in the console, and as there are no "WAR" files, >>>>>> nothing >>>>>> really shows up. I do see the JAVA code within the Webapp being >>>>>> executed, >>>>>> but the content does not show up.... >>>>>> >>>>>> -->Do you see the JSP(s) being compiled in the Tomcat /work >>>>>> directory? >>>>>> >>>>>> The JSP's are pre-compiled @ build time..... >>>>>> >>>>>> As for logs, this is another issue because no logs are produced based >>>>>> on >>>>>> the >>>>>> Log4j.properties. No matter what I do and how I configure the >>>>>> properties >>>>>> files, no logs are produced to: ${applicationRoot}/logs. I do see >>>>>> JetspeedContainerServlet logs from within the tomcat logging >>>>>> infrastructure, >>>>>> but nothing there indicates there is an issue or exception. >>>>>> >>>>>> Paul >>>>>> -- >>>>>> View this message in context: >>>>>> http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24499665.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] >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>> --------------------------------------------------------------------- >>> 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] > > > -- View this message in context: http://www.nabble.com/Portlet-shows-up-%22blank%22%2C-no-content-tp24409649p24520469.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 Jul 16 18:27:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96439 invoked from network); 16 Jul 2009 18:27:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jul 2009 18:27:22 -0000 Received: (qmail 66856 invoked by uid 500); 16 Jul 2009 18:28:27 -0000 Delivered-To: [email protected] Received: (qmail 66817 invoked by uid 500); 16 Jul 2009 18: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 66807 invoked by uid 99); 16 Jul 2009 18:28:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 18:28:27 +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 exchange01.visionsolutions.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 18:28:19 +0000 Received: from ROCHEXCHANGE.visionsolutions.com ([161.129.204.104]) by exchange01.visionsolutions.com with Microsoft SMTPSVC(323)556-0429); Thu, 16 Jul 2009 11:27:52 -0700 Received: from mail pickup service by ROCHEXCHANGE.visionsolutions.com with Microsoft SMTPSVC; Thu, 16 Jul 2009 13:27:51 -0500 Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Importance: normal Priority: normal Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CA0643.207794B4" Subject: Access a Jetspeed service in the decorator.vm Date: Thu, 16 Jul 2009 13:27:50 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Access a Jetspeed service in the decorator.vm thread-index: AcoGQyAefqgun9NDRHegjbyvcUPSFQ== From: "David Just" <[email protected]> To: "Jetspeed Users List" <[email protected]> X-OriginalArrivalTime: 16 Jul 2009 18:27:51.0310 (UTC) FILETIME=[209B3AE0:01CA0643] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CA0643.207794B4 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I would like to create a Jetspeed service that is then used by the decorator.vm macros to put dynamic data in the navigation menu. I understand how to create and access services at the portlet level, but cannot find any documentation on how to make the service accessible to the velocity templates for the theme. Is this possible? What configuration do I have to change. =20 Jetspeed 2.2 , Tomcat 6.0 =20 Thanks, Dave. David Just l Software Engineer l Vision Solutions l (323)556-0429 l = [email protected] The contents of this e-mail (and any attachments) are privileged and = confidential. Unauthorized use is strictly prohibited. ------_=_NextPart_001_01CA0643.207794B4-- From [email protected] Mon Jul 20 14:23:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31654 invoked from network); 20 Jul 2009 14:23:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Jul 2009 14:23:12 -0000 Received: (qmail 46436 invoked by uid 500); 20 Jul 2009 14:24:17 -0000 Delivered-To: [email protected] Received: (qmail 46397 invoked by uid 500); 20 Jul 2009 14: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 46387 invoked by uid 99); 20 Jul 2009 14:24:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2009 14:24: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 production.artifact-software.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2009 14:24:07 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by production.artifact-software.com (Postfix) with ESMTP id 3782C6A7BE2; Mon, 20 Jul 2009 10:23:42 -0400 (EDT) Message-ID: <[email protected]> Date: Mon, 20 Jul 2009 10:23:37 -0400 From: Ron Wheeler <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Commercial message - Consulting help available for starting new projects Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org There is a high degree of difficulty getting started with Jetspeed development that is often reflected in this forum. There are a few complicated things that have to be done one time at the start of the project before you get to the relatively straightforward process of application development. We have gone through this process and worked out most of the issues over the last 2 years. Our development team is about to finish off our latest release and has the time and experience to help get project teams off to a good start. This does not replace the need for support from One Hippo for technical support of the core software but it will save a new project, a month of grief and aggravation. We can get you set up in a development state ready to write your application's portlets. - Eclipse project for core Jetspeed 2.1.3 or 2.2 - Sample portlet project - Initial set of shared libraries ready to be loaded into Tomcat, Tomcat configurations. - Initial maven POMs for the portal core and a "standard" portlet - Initial decorators with your look and feel. - guidance in using Jetspeed roles and groups to control access to functionality, navigation and decoration. - running portal. This will get you over the somewhat confusing initial Jetspeed setup. Contact me off list if you have a serious project and with deadlines that need to be met. Ron --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 21 01:29:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82255 invoked from network); 21 Jul 2009 01:29:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jul 2009 01:29:18 -0000 Received: (qmail 39195 invoked by uid 500); 21 Jul 2009 01:30:23 -0000 Delivered-To: [email protected] Received: (qmail 39140 invoked by uid 500); 21 Jul 2009 01:30: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 39130 invoked by uid 99); 21 Jul 2009 01:30:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 01:30:23 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO exprod7og116.obsmtp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 21 Jul 2009 01:30:12 +0000 Received: from source ([161.129.204.104]) by exprod7ob116.postini.com ([161.129.204.104]) with SMTP ID [email protected]; Mon, 20 Jul 2009 18:29:52 PDT Received: by pxi17 with SMTP id 17so2084610pxi.6 for <[email protected]>; Mon, 20 Jul 2009 18:29:49 -0700 (PDT) Received: by 161.129.204.104 with SMTP id g1mr8509625wal.80.1248139789736; Mon, 20 Jul 2009 18:29:49 -0700 (PDT) Received: from ?161.129.204.104? (adsl-99-30-81-146.dsl.pltn13.sbcglobal.net [161.129.204.104]) by mx.google.com with ESMTPS id m31sm10883124wag.66.2161.129.204.104.29.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Jul 2009 18:29:49 -0700 (PDT) Message-Id: <[email protected]> From: David Sean Taylor <[email protected]> To: "Jetspeed 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: Access a Jetspeed service in the decorator.vm Date: Mon, 20 Jul 2009 18:29:47 -0700 References: <[email protected]> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On Jul 16, 2009, at 11:27 AM, David Just wrote: > I would like to create a Jetspeed service that is then used by the > decorator.vm macros to put dynamic data in the navigation menu. I > understand how to create and access services at the portlet level, but > cannot find any documentation on how to make the service accessible to > the velocity templates for the theme. Is this possible? What > configuration do I have to change. > > > > Jetspeed 2.2 , Tomcat 6.0 > One solution would be to use the Jetspeed Request Context. In your decorator, you can access a user-configured Spring bean, in this example named "dynamicDataService" with: #set ($myService = $rco.get("dynamicDataService")) and then just use the service to access a getter named getDynamicData for example: $myService.DynamicData() You also need to configure it in Spring by overriding the request- context-objects.xml: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd "> <!-- Request Context Objects will be populated into the Jetspeed Request Context and are accessible in the vm context of templates in the "rco" variable, example: $rco.get("myObject") --> <bean id="RequestContextObjects" class="java.util.HashMap"> <meta key="j2:cat" value="default" /> <constructor-arg index="0"> <map> <entry key="dynamicDataService"> <ref bean="org.just.david.DynamicDataService" /> </entry> </map> </constructor-arg> </bean> </beans> Remember to deploy the DynamicDataService jar to your jetspeed portal context (WEB-INF/lib) in your custom build --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jul 23 18:28:41 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98118 invoked from network); 23 Jul 2009 18:28:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jul 2009 18:28:41 -0000 Received: (qmail 39982 invoked by uid 500); 23 Jul 2009 18:29:46 -0000 Delivered-To: [email protected] Received: (qmail 39926 invoked by uid 500); 23 Jul 2009 18:29: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39916 invoked by uid 99); 23 Jul 2009 18:29:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2009 18:29:45 +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 exchange01.visionsolutions.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2009 18:29:35 +0000 Received: from ROCHEXCHANGE.visionsolutions.com ([161.129.204.104]) by exchange01.visionsolutions.com with Microsoft SMTPSVC(323)556-0429); Thu, 23 Jul 2009 11:29:14 -0700 Received: from mail pickup service by ROCHEXCHANGE.visionsolutions.com with Microsoft SMTPSVC; Thu, 23 Jul 2009 13:29:13 -0500 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Content-class: urn:content-classes:message MIME-Version: 1.0 Priority: normal Importance: normal Subject: RE: Access a Jetspeed service in the decorator.vm Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 23 Jul 2009 13:29:12 -0500 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Access a Jetspeed service in the decorator.vm Thread-Index: AcoJotLOevG8IdSVQrijKWa9/kaIdgCIGClw References: <[email protected]> <[email protected]> From: "David Just" <[email protected]> To: "Jetspeed Users List" <[email protected]> X-OriginalArrivalTime: 23 Jul 2009 18:29:13.0520 (UTC) FILETIME=[7A7FBB00:01CA0BC3] X-Virus-Checked: Checked by ClamAV on apache.org Thank you, that's exactly what I'm looking for, however I have another question: Where do I define the bean that's referenced in the request-context-objects.xml ? I'd like to add my own custom spring context file into Jetspeed how can I do that. Thanks again, Dave David Just l Software Engineer l Vision Solutions l (323)556-0429 l = [email protected] The contents of this e-mail (and any attachments) are privileged and = confidential. Unauthorized use is strictly prohibited. -----Original Message----- From: David Sean Taylor [mailto:[email protected]]=20 Sent: Monday, July 20, 2009 8:30 PM To: Jetspeed Users List Subject: Re: Access a Jetspeed service in the decorator.vm On Jul 16, 2009, at 11:27 AM, David Just wrote: > I would like to create a Jetspeed service that is then used by the > decorator.vm macros to put dynamic data in the navigation menu. I > understand how to create and access services at the portlet level, but > cannot find any documentation on how to make the service accessible to > the velocity templates for the theme. Is this possible? What > configuration do I have to change. > > > > Jetspeed 2.2 , Tomcat 6.0 > One solution would be to use the Jetspeed Request Context. In your =20 decorator, you can access a user-configured Spring bean, in this =20 example named "dynamicDataService" with: #set ($myService =3D $rco.get("dynamicDataService")) and then just use the service to access a getter named getDynamicData =20 for example: $myService.DynamicData() You also need to configure it in Spring by overriding the request-=20 context-objects.xml: <beans xmlns=3D"http://www.springframework.org/schema/beans" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance=20 " xsi:schemaLocation=3D"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=20 "> <!-- Request Context Objects will be populated into the Jetspeed =20 Request Context and are accessible in the vm context of templates in the "rco" =20 variable, example: $rco.get("myObject") --> <bean id=3D"RequestContextObjects" class=3D"java.util.HashMap"> <meta key=3D"j2:cat" value=3D"default" /> <constructor-arg index=3D"0"> <map> <entry key=3D"dynamicDataService"> <ref bean=3D"org.just.david.DynamicDataService" /> </entry> </map> </constructor-arg> </bean> </beans> Remember to deploy the DynamicDataService jar to your jetspeed portal =20 context (WEB-INF/lib) in your custom build --------------------------------------------------------------------- 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 Jul 24 07:30:53 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91661 invoked from network); 24 Jul 2009 07:30:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jul 2009 07:30:53 -0000 Received: (qmail 7162 invoked by uid 500); 24 Jul 2009 07:31:57 -0000 Delivered-To: [email protected] Received: (qmail 7099 invoked by uid 500); 24 Jul 2009 07: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7088 invoked by uid 99); 24 Jul 2009 07:31:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 07:31: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 web51106.mail.re2.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 24 Jul 2009 07:31:46 +0000 Received: (qmail 77492 invoked by uid 60001); 24 Jul 2009 07:31:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1248420678; bh=AMbdlYGjf5F5bKhmzjVPufjFerVn1Vc+NnXSVoKufbM=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=EX3xJGcsU+Q4UFWSOVRMyxthC40JrsORSbgjHNU/ltYSD+Pn3eAg79vE0acAlg2wm+6p5V2HCYLimPJrbeXumzCF6rEeHT1uRvNp2+go+UvZJ41A4nMtI+qXzKcXUWNST1zPb3pZuw7f7w2atVOHQpTSAcxfzYBDY7c9jy11tCE= 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=te5TDkwvdblSykTSWQoB7uGYL7tkQf89ivYgQv5LzItFqIQacnqrwLocNCXKCUoIrvCwrm5cPJACVuJ8BQB1hZ/gMLTmTrZQGjKS8uWchQDcPPyPcVifyfBrIu0b68gYVvvDFEja3XvGrX1m3TcJ2wxJwEBJCossepgb7ZBNTYE=; Message-ID: <{{EMAIL+PHONE}}> X-YMail-OSG: kyS_Lv0VM1noNS4zjqZctS8g7aynHDGtChjXe04HqflBhFZ3C.tP4xlXaeXuZTLSqmEyUNU3KLvQt4D3tmPL429O907KrzMLwZ_XpsX6Oa3HIL3Qlv5l.Cou4XmhKabp.MhY9EmIy7tClIchHgFZKLaMgfrxueqiIC41HPNEPtJAw8cASxktFqmHdZ_RSGAdBNhs6aJfenwqFNOVGuox5bNPjst.7MwS2JRE6nMVcCxY3CRJr51TiaoP8gJ7xRxCZhx45vTFBqxzmHjFeAHjjNEKiYO8tv9U8xyQ1gr7gN8SXeAd8Ouu1RwaAMEcm5bkc1CWqWjshOYIdHU3JTcIVY_o Received: from [161.129.204.104] by web51106.mail.re2.yahoo.com via HTTP; Fri, 24 Jul 2009 00:31:17 PDT X-Mailer: YahooMailClassic/5.4.17 YahooMailWebService/0.7.338.1 Date: Fri, 24 Jul 2009 00:31:17 -0700 (PDT) From: Woonsan Ko <[email protected]> Subject: RE: Access a Jetspeed service in the decorator.vm To: Jetspeed 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 Hi David,=0A=0AYou can add an xml file for your own beans into /jetspeed/WE= B-INF/assembly/override/ folder. Jetspeed will add your beans (or override = some other beans by yours) defined in /WEB-INF/assembly/override/*.xml by d= efault.=0A=0ARegards,=0A=0AWoonsan=0A=0A--- On Thu, 7/23/09, David Just <da= [email protected]> wrote:=0A=0A> From: David Just <david.just@vi= sionsolutions.com>=0A> Subject: RE: Access a Jetspeed service in the decora= tor.vm=0A> To: "Jetspeed Users List" <[email protected]>=0A>= Date: Thursday, July 23, 2009, 8:29 PM=0A> Thank you,=A0 that's exactly wh= at=0A> I'm looking for, however I have another=0A> question:=A0 Where do I = define the bean that's=0A> referenced in the=0A> request-context-objects.xm= l ?=A0 I'd like to add my own=0A> custom spring=0A> context file into Jetsp= eed how can I do that.=0A> =0A> Thanks again,=0A> Dave=0A> =0A> =0A> =0A> D= avid Just l Software Engineer l Vision Solutions l +1=0A> (323)556-0429 l = [email protected]=0A> The contents of this e-mail (and any att= achments) are=0A> privileged and confidential. Unauthorized use is strictly= =0A> prohibited.=0A> -----Original Message-----=0A> From: David Sean Taylor= [mailto:[email protected]]=0A> =0A> Sent: Monday, July 20, 2009 8:30 P= M=0A> To: Jetspeed Users List=0A> Subject: Re: Access a Jetspeed service in= the decorator.vm=0A> =0A> =0A> On Jul 16, 2009, at 11:27 AM, David Just wr= ote:=0A> =0A> > I would like to create a Jetspeed service that is then=0A> = used by the=0A> > decorator.vm macros to put dynamic data in the=0A> naviga= tion menu.=A0 I=0A> > understand how to create and access services at the= =0A> portlet level, but=0A> > cannot find any documentation on how to make = the=0A> service accessible to=0A> > the velocity templates for the=0A> them= e.=A0=A0=A0Is this possible?=A0 What=0A> > configuration do I have to chang= e.=0A> >=0A> >=0A> >=0A> > Jetspeed 2.2 , Tomcat 6.0=0A> >=0A> =A0 One solu= tion would be to use the Jetspeed Request=0A> Context. In your=A0 =0A> deco= rator, you can access a user-configured Spring bean, in=0A> this=A0 =0A> ex= ample named "dynamicDataService" with:=0A> =0A> #set ($myService =3D $rco.g= et("dynamicDataService"))=0A> =0A> and then just use the service to access = a getter named=0A> getDynamicData=A0 =0A> for example:=0A> =0A> $myService.= DynamicData()=0A> =0A> You also need to configure it in Spring by overridin= g the=0A> request- =0A> context-objects.xml:=0A> =0A> <beans xmlns=3D"http:= //www.springframework.org/schema/beans"=0A> xmlns:xsi=3D"http://www.w3.org/= 2001/XMLSchema-instance=0A> =0A> "=0A> =A0=A0=A0xsi:schemaLocation=3D"http:= //www.springframework.org/schema/beans=0A> http://www.springframework.org/s= chema/beans/spring-beans-2.5.xsd=0A> =0A> ">=0A> =0A> =A0=A0=A0<!--=A0 Requ= est Context Objects=0A> will be populated into the Jetspeed=A0 =0A> Request= Context=0A> =A0 =A0=A0=A0and are accessible in the vm=0A> context of templ= ates in the "rco"=A0 =0A> variable, example:=0A> =A0 =A0=A0=A0$rco.get("myO= bject")=0A> =A0=A0=A0-->=0A> =A0=A0=A0<bean id=3D"RequestContextObjects"=0A= > class=3D"java.util.HashMap">=0A> =A0 =A0=A0=A0<meta key=3D"j2:cat"=0A> va= lue=3D"default" />=0A> =A0 =A0=A0=A0<constructor-arg index=3D"0">=0A> =A0 = =A0 =A0=A0=A0<map>=0A> =A0 =A0 =A0 =A0 =A0=A0=A0<entry=0A> key=3D"dynamicDa= taService">=0A> =A0 =A0 =A0 =A0 =A0=A0=A0<ref=0A> bean=3D"org.just.david.Dy= namicDataService" />=0A> =A0 =A0 =A0 =A0=0A> =A0=A0=A0</entry>=0A> =A0 =A0 = =A0=A0=A0</map>=0A> =A0 =A0=A0=A0</constructor-arg>=0A> =A0=A0=A0</bean>=0A= > </beans>=0A> =0A> Remember to deploy the DynamicDataService jar to your= =0A> jetspeed portal=A0 =0A> context (WEB-INF/lib) in your custom build=0A>= =0A> ---------------------------------------------------------------------= =0A> To unsubscribe, e-mail: [email protected]= =0A> For additional commands, e-mail: [email protected]= =0A> =0A> =0A> ------------------------------------------------------------= ---------=0A> To unsubscribe, e-mail: [email protected]= che.org=0A> For additional commands, e-mail: [email protected]= che.org=0A> =0A> =0A=0A=0A --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jul 24 20:33:00 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3567 invoked from network); 24 Jul 2009 20:33:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jul 2009 20:33:00 -0000 Received: (qmail 34973 invoked by uid 500); 24 Jul 2009 20:34:05 -0000 Delivered-To: [email protected] Received: (qmail 34908 invoked by uid 500); 24 Jul 2009 20: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34898 invoked by uid 99); 24 Jul 2009 20:34:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 20:34:05 +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; Fri, 24 Jul 2009 20:33:55 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MURSR-0001Dl-3Q for [email protected]; Fri, 24 Jul 2009 13:33:35 -0700 Message-ID: <[email protected]> Date: Fri, 24 Jul 2009 13:33:35 -0700 (PDT) From: Glen Mazza <[email protected]> To: [email protected] Subject: (newbie) processAction() not being called 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'm trying to get my portlet's processAction() method get called from a form submittal but am having no luck. Having a bare-bones form in my doView() (I'm not using JSP files yet--I would like to get processAction() working first): response.getWriter().println("<form action='???' method='POST'>"); response.getWriter().println("<input type='submit' value='Hello'/>"); response.getWriter().println("</form>"); I'm not sure what to place in for the action attribute so that the portlet's processAction() method will be called. Any ideas? Thanks, Glen -- View this message in context: http://www.nabble.com/%28newbie%29-processAction%28%29-not-being-called-tp24651504p24651504.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 Jul 24 22:46:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54270 invoked from network); 24 Jul 2009 22:46:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jul 2009 22:46:03 -0000 Received: (qmail 63366 invoked by uid 500); 24 Jul 2009 22:47:08 -0000 Delivered-To: [email protected] Received: (qmail 63309 invoked by uid 500); 24 Jul 2009 22: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 63299 invoked by uid 99); 24 Jul 2009 22:47:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 22:47: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mta03.xtra.co.nz) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 22:46:56 +0000 Received: from Conservatory ([161.129.204.104]) by mta03.xtra.co.nz with SMTP id <20090724224626.JZAC7162.mta03.xtra.co.nz@Conservatory> for <[email protected]>; Sat, 25 Jul 2009 10:46:26 +1200 Message-ID: <F55C57F02F4F4713ACEF3A22C1EF0DA7@Conservatory> From: "Ron McNulty" <[email protected]> To: "Jetspeed Users List" <[email protected]> References: <[email protected]> Subject: Re: (newbie) processAction() not being called Date: Sat, 25 Jul 2009 10:46:21 +1200 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.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Hi Glen The action needs to be created by the portlet API. I've never done it the hard way like you are doing, but in a JSP it looks like this: <form method="post" action="<portlet:actionURL/>"> Maybe that will give you some pointers... Regards Ron ----- Original Message ----- From: "Glen Mazza" <[email protected]> To: <[email protected]> Sent: Saturday, July 25, 2009 8:33 AM Subject: (newbie) processAction() not being called > > Hello, > > I'm trying to get my portlet's processAction() method get called from a > form > submittal but am having no luck. Having a bare-bones form in my doView() > (I'm not using JSP files yet--I would like to get processAction() working > first): > > response.getWriter().println("<form action='???' method='POST'>"); > response.getWriter().println("<input type='submit' > value='Hello'/>"); > response.getWriter().println("</form>"); > > I'm not sure what to place in for the action attribute so that the > portlet's > processAction() method will be called. Any ideas? > > Thanks, > Glen > > -- > View this message in context: > http://www.nabble.com/%28newbie%29-processAction%28%29-not-being-called-tp24651504p24651504.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] Fri Jul 24 23:10:34 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58045 invoked from network); 24 Jul 2009 23:10:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jul 2009 23:10:33 -0000 Received: (qmail 85186 invoked by uid 500); 24 Jul 2009 23:11:38 -0000 Delivered-To: [email protected] Received: (qmail 85104 invoked by uid 500); 24 Jul 2009 23:11: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 85094 invoked by uid 99); 24 Jul 2009 23:11:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 23:11:38 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO exprod7og107.obsmtp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 24 Jul 2009 23:11:26 +0000 Received: from source ([161.129.204.104]) by exprod7ob107.postini.com ([161.129.204.104]) with SMTP ID [email protected]; Fri, 24 Jul 2009 16:11:06 PDT Received: by pxi37 with SMTP id 37so1241732pxi.19 for <[email protected]>; Fri, 24 Jul 2009 16:11:02 -0700 (PDT) Received: by 161.129.204.104 with SMTP id f4mr5167100wad.75.1248477062436; Fri, 24 Jul 2009 16:11:02 -0700 (PDT) Received: from ?161.129.204.104? (adsl-99-30-81-146.dsl.pltn13.sbcglobal.net [161.129.204.104]) by mx.google.com with ESMTPS id f20sm7495751waf.52.2161.129.204.104.11.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 24 Jul 2009 16:11:01 -0700 (PDT) Message-Id: <[email protected]> From: David Sean Taylor <[email protected]> To: Jetspeed Users List <[email protected]> Content-Type: multipart/alternative; boundary=Apple-Mail-(323)556-0429 Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Fwd: Application Period for Travel Assistance to ApacheCon US 2009 Opens Soon Date: Fri, 24 Jul 2009 16:11:00 -0700 References: <5D3144D355934DDABCB1383523B123E8@developer> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-(323)556-0429 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit > > The Travel Assistance Committee is taking in applications for those > wanting > to attend ApacheCon US 2009 (Oakland) which takes place between the > 2nd and > 6th November 2009. > > The Travel Assistance Committee is looking for people who would like > to be > able to attend ApacheCon US 2009 who may need some financial support > in > order to get there. There are limited places available, and all > applications > will be scored on their individual merit. Applications are open to > all open > source developers who feel that their attendance would benefit > themselves, > their project(s), the ASF and open source in general. > > Financial assistance is available for flights, accommodation, > subsistence > and Conference fees either in full or in part, depending on > circumstances. > It is intended that all our ApacheCon events are covered, so it may be > prudent for those in Europe and/or Asia to wait until an event > closer to > them comes up - you are all welcome to apply for ApacheCon US of > course, but > there should be compelling reasons for you to attend an event > further away > that your home location for your application to be considered above > those > closer to the event location. > > More information can be found on the main Apache website at > http://www.apache.org/travel/index.html - where you will also find a > link to > the online application and details for submitting. > > Applications for applying for travel assistance will open on 27th > July 2009 > and close of the 17th August 2009. > > Good luck to all those that will apply. > > Regards, > > The Travel Assistance Committee > -------------------- > --Apple-Mail-(323)556-0429-- From [email protected] Sat Jul 25 12:43:30 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55553 invoked from network); 25 Jul 2009 12:43:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jul 2009 12:43:30 -0000 Received: (qmail 18141 invoked by uid 500); 25 Jul 2009 12:44:35 -0000 Delivered-To: [email protected] Received: (qmail 18078 invoked by uid 500); 25 Jul 2009 12:44: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 18065 invoked by uid 99); 25 Jul 2009 12:44:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jul 2009 12:44: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-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, 25 Jul 2009 12:44:24 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MUgba-0001T2-Oz for [email protected]; Sat, 25 Jul 2009 05:44:02 -0700 Message-ID: <[email protected]> Date: Sat, 25 Jul 2009 05:44:02 -0700 (PDT) From: Glen Mazza <[email protected]> To: [email protected] Subject: Re: (newbie) processAction() not being called In-Reply-To: <F55C57F02F4F4713ACEF3A22C1EF0DA7@Conservatory> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <F55C57F02F4F4713ACEF3A22C1EF0DA7@Conservatory> X-Virus-Checked: Checked by ClamAV on apache.org Thanks Ron. More googling helped me--here's the doView() I used to create a simple form that will activate the portlet's processAction() method: @Override protected void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException { response.setContentType("text/html"); response.getWriter().println("<form method='post' action='" + response.createActionURL().toString() + "'>"); response.getWriter().println("<input type='submit' value='Test button'/>"); response.getWriter().println("</form>"); } Ron McNulty wrote: > > Hi Glen > > The action needs to be created by the portlet API. I've never done it the > hard way like you are doing, but in a JSP it looks like this: > > <form method="post" action="<portlet:actionURL/>"> > > Maybe that will give you some pointers... > > Regards > > Ron > > ----- Original Message ----- > From: "Glen Mazza" <[email protected]> > To: <[email protected]> > Sent: Saturday, July 25, 2009 8:33 AM > Subject: (newbie) processAction() not being called > > >> >> Hello, >> >> I'm trying to get my portlet's processAction() method get called from a >> form >> submittal but am having no luck. Having a bare-bones form in my doView() >> (I'm not using JSP files yet--I would like to get processAction() working >> first): >> >> response.getWriter().println("<form action='???' method='POST'>"); >> response.getWriter().println("<input type='submit' >> value='Hello'/>"); >> response.getWriter().println("</form>"); >> >> I'm not sure what to place in for the action attribute so that the >> portlet's >> processAction() method will be called. Any ideas? >> >> Thanks, >> Glen >> >> -- >> View this message in context: >> http://www.nabble.com/%28newbie%29-processAction%28%29-not-being-called-tp24651504p24651504.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] > > > -- View this message in context: http://www.nabble.com/%28newbie%29-processAction%28%29-not-being-called-tp24651504p24657598.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] Mon Jul 27 12:24:27 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87761 invoked from network); 27 Jul 2009 12:24:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jul 2009 12:24:27 -0000 Received: (qmail 66765 invoked by uid 500); 27 Jul 2009 12:25:31 -0000 Delivered-To: [email protected] Received: (qmail 66645 invoked by uid 500); 27 Jul 2009 12: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 66605 invoked by uid 99); 27 Jul 2009 12:25:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 12:25: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-px0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 12:25:21 +0000 Received: by pxi8 with SMTP id 8so2345697pxi.22 for <multiple recipients>; Mon, 27 Jul 2009 05:25:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer; bh=XrNxgd1wXd7R5R6LDVvE4M+K6I3NuocgJ+ZD6Rbu0SI=; b=klTeycjfo+a+kcZhxE22eR+Vgjlh+5Lkyo/0DFh6WTJuF+RJUDUa1C8mwivp0YZBjo e+MRni3DS40XUTpKAfiiI72HojxBytJPY6oIjPCuEi4ZpRC3gaggg3eJdtEHMoujSkM0 DJ+snSe5zvYD+E9TDSuKg0WrLlcfbZVfgHFWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer; b=wnMb4r27JKUc49g+rAhBg5FhphYswaRdfdWq1EYY9R49JRfjEUnav64JP1hOuC19+j y0EQN76J1Dwd4aWpi7x1p6JlW0Mv3TBjcj+646ixThTYk18f/s6+vDuK4O/XZLks5bog +US58mVhEeMQMkzT4Eu7B3FQx/dAEtR05JCcU= Received: by 161.129.204.104 with SMTP id a14mr9958772waf.15.1248697500736; Mon, 27 Jul 2009 05:25:00 -0700 (PDT) Received: from ?161.129.204.104? (161.129.204.104.sify.net [161.129.204.104]) by mx.google.com with ESMTPS id n33sm13683093wag.21.2161.129.204.104.24.56 (version=SSLv3 cipher=RC4-MD5); Mon, 27 Jul 2009 05:24:59 -0700 (PDT) Subject: Jetspeed archetype problem with Eclipse 3.4 From: harinath <[email protected]> Reply-To: [email protected] To: Jetspeed Users List <[email protected]>, [email protected] In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Content-Type: multipart/mixed; boundary="=-9DqvLVFUII8VU08MN1/4" Date: Mon, 27 Jul 2009 17:54:53 +0530 Message-Id: <1248697493.12046.5.camel@harinath-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 X-Virus-Checked: Checked by ClamAV on apache.org --=-9DqvLVFUII8VU08MN1/4 Content-Type: text/plain Content-Transfer-Encoding: 7bit Dear all, I think I found an issue with eclipse maven archetype of jetspeed especially if used from Eclipse 3.4 UI. For me eclipse lists out possible archetypes and jetspeed 2.2.0 is one among them. In case if I am wrong somewhere in using eclipse/jetspeed archetype, please do let me know. Issue 1: Please see the attached screenshot. It folder names are not properly resolved. Issue 2: Portal application web.xml doesn't contain anything. Certainly this is not the case with commandline jetspeed project creation using mvn. <?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>CMSPortal-portal</display-name> <welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.htm</welcome-file> <welcome-file>index.jsp</welcome-file> <welcome-file>default.html</welcome-file> <welcome-file>default.htm</welcome-file> <welcome-file>default.jsp</welcome-file> </welcome-file-list> </web-app> Thanks harinath --=-9DqvLVFUII8VU08MN1/4 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --=-9DqvLVFUII8VU08MN1/4-- From [email protected] Tue Jul 28 08:56:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41209 invoked from network); 28 Jul 2009 08:56:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jul 2009 08:56:01 -0000 Received: (qmail 30230 invoked by uid 500); 28 Jul 2009 08:57:18 -0000 Delivered-To: [email protected] Received: (qmail 30167 invoked by uid 500); 28 Jul 2009 08:57: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 30157 invoked by uid 99); 28 Jul 2009 08:57:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 08:57:17 +0000 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; Tue, 28 Jul 2009 08:57:07 +0000 Received: from [161.129.204.104] (p50991378.dip0.t-ipconnect.de [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0MKt2u-1MViUG3jcS-000Aj6; Tue, 28 Jul 2009 10:56:45 +0200 Message-ID: <[email protected]> Date: Tue, 28 Jul 2009 10:56:37 +0200 From: =?ISO-8859-15?Q?Joachim_M=FCller?= <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: [email protected], Jetspeed Users List <[email protected]> Subject: jetspeed2.2 X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Provags-ID: V01U2FsdGVkX19ZGbSswZT68IqR8p2HeMaier4sipOYw5wx55H 9m9uQbDDpPYNggMS44SUQC62ZYEp6iBHAJ910vRMn7MyvghGTM beVlgSQDfYxEN/UhCUHuwEuo9ZqMq62Qref3cZysEQ= X-Virus-Checked: Checked by ClamAV on apache.org Hi Jones Ahk, Can you please post your requests in the mailing lists rather than commenting an issue that is already resolved? Thx. > where have jetspeed2.2 cluster detail's document?? > > who can give me a document? thanks! There is no special cluster documentation as far as I know but Jetspeed2.2 is cluster-ready. A few points to mention: - You have to use the database page manager (PSML, prefererences, security constraints) - You can set up distributed caching (see ehcache configuration in jetspeed.properties) - consider to use the VersionedPortletApplicationManager to avoid conflicts during PA synchronization to the database from different nodes Regards, Joachim -- . frankfurt am main, 18°c, zur zeit ein wenig bewölkt in 762 m. die sichtweite reicht weiter als 10 km. < joachim müller [email protected] t (323)556-0429 wemove digital solutions gmbh eschersheimer landstr. 5-7 60322 frankfurt am main amtsgericht frankfurt am main, hrb 53992 geschäftsführer joachim müller, stefan hartmann wemove digital solutions www.wemove.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 28 21:05:07 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40270 invoked from network); 28 Jul 2009 20:18:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jul 2009 20:18:06 -0000 Received: (qmail 1553 invoked by uid 500); 28 Jul 2009 20:18:05 -0000 Delivered-To: [email protected] Received: (qmail 1491 invoked by uid 500); 28 Jul 2009 20:18: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1481 invoked by uid 99); 28 Jul 2009 20:18:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 20:18:05 +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 exchange01.visionsolutions.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 20:17:57 +0000 Received: from ROCHEXCHANGE.visionsolutions.com ([161.129.204.104]) by exchange01.visionsolutions.com with Microsoft SMTPSVC(323)556-0429); Tue, 28 Jul 2009 13:17:35 -0700 Received: from mail pickup service by ROCHEXCHANGE.visionsolutions.com with Microsoft SMTPSVC; Tue, 28 Jul 2009 15:17:34 -0500 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Content-Transfer-Encoding: 7bit Content-class: urn:content-classes:message Priority: normal Importance: normal MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CA0FC0.7131A6A3" Subject: Is there a way to tell what folder a user currently has selected? Date: Tue, 28 Jul 2009 15:17:33 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Is there a way to tell what folder a user currently has selected? Thread-Index: AcoPwHDa6IIS4QTRSeOLvrjgyFvCUQ== From: "David Just" <[email protected]> To: "Jetspeed Users List" <[email protected]> X-OriginalArrivalTime: 28 Jul 2009 20:17:34.0319 (UTC) FILETIME=[7157AFF0:01CA0FC0] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CA0FC0.7131A6A3 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thank you ahead of time for answering all the questions I've had. =20 =20 I would like to highlight the currently selected (top level) folder in the navigation content of the portal. I found how to get the name of the currently selected page, but not the folder. Is there a quick way to do this? Actually, I'd like to get the metadata for the currently selected folder if at all possible.=20 =20 =20 Also, what type of object is the $jetspeed variable in the templates. =20 Thanks again, Dave David Just l Software Engineer l Vision Solutions l (323)556-0429 l = [email protected] The contents of this e-mail (and any attachments) are privileged and = confidential. Unauthorized use is strictly prohibited. ------_=_NextPart_001_01CA0FC0.7131A6A3-- From [email protected] Tue Jul 28 22:20:30 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51845 invoked from network); 28 Jul 2009 22:20:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jul 2009 22:20:30 -0000 Received: (qmail 77694 invoked by uid 500); 28 Jul 2009 22:20:30 -0000 Delivered-To: [email protected] Received: (qmail 77633 invoked by uid 500); 28 Jul 2009 22:20: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 77623 invoked by uid 99); 28 Jul 2009 22:20:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 22:20: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO OAKEXCHANGE.visionsolutions.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 22:20:20 +0000 Received: from ROCHEXCHANGE.visionsolutions.com ([161.129.204.104]) by OAKEXCHANGE.visionsolutions.com with Microsoft SMTPSVC(323)556-0429); Tue, 28 Jul 2009 17:19:58 -0500 Received: from mail pickup service by ROCHEXCHANGE.visionsolutions.com with Microsoft SMTPSVC; Tue, 28 Jul 2009 16:22:15 -0500 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Content-class: urn:content-classes:message Priority: normal Importance: normal MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Is there a way to tell what folder a user currently has selected? Date: Tue, 28 Jul 2009 16:22:14 -0500 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Is there a way to tell what folder a user currently has selected? Thread-Index: AcoPwHDa6IIS4QTRSeOLvrjgyFvCUQACNzNQ References: <[email protected]> From: "David Just" <[email protected]> To: "Jetspeed Users List" <[email protected]> X-OriginalArrivalTime: 28 Jul 2009 21:22:15.0472 (UTC) FILETIME=[7AB0A300:01CA0FC9] X-Virus-Checked: Checked by ClamAV on apache.org Answered my own questions You can tell if a menu element is selected or not (regardless of if it is a folder or page, by using the isSelected($site) method on the MenuOption object. $jetspeed is a JetspeedPowerTools object implementation. =20 David Just l Software Engineer l Vision Solutions l (323)556-0429 l = [email protected] The contents of this e-mail (and any attachments) are privileged and = confidential. Unauthorized use is strictly prohibited. -----Original Message----- From: David Just [mailto:[email protected]]=20 Sent: Tuesday, July 28, 2009 3:18 PM To: Jetspeed Users List Subject: Is there a way to tell what folder a user currently has selected? Thank you ahead of time for answering all the questions I've had. =20 =20 I would like to highlight the currently selected (top level) folder in the navigation content of the portal. I found how to get the name of the currently selected page, but not the folder. Is there a quick way to do this? Actually, I'd like to get the metadata for the currently selected folder if at all possible.=20 =20 =20 Also, what type of object is the $jetspeed variable in the templates. =20 Thanks again, Dave David Just l Software Engineer l Vision Solutions l (323)556-0429 l [email protected] The contents of this e-mail (and any attachments) are privileged and confidential. Unauthorized use is strictly prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jul 29 15:01:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99358 invoked from network); 29 Jul 2009 15:01:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jul 2009 15:01:03 -0000 Received: (qmail 25489 invoked by uid 500); 29 Jul 2009 15:01:03 -0000 Delivered-To: [email protected] Received: (qmail 25430 invoked by uid 500); 29 Jul 2009 15: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25415 invoked by uid 99); 29 Jul 2009 15:01:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2009 15:01: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 (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, 29 Jul 2009 15:00:53 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MWAdt-0002Op-6o for [email protected]; Wed, 29 Jul 2009 08:00:33 -0700 Message-ID: <[email protected]> Date: Wed, 29 Jul 2009 08:00:33 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Session variables are getting wiped out 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 Since moving to Jetspeed 2.1.3, it appears that some Session Variables that are stored within the session are being deleted and access to these variables appear to invalidate access to some functionality? Are there any changes from 2.0 to 2.1.3 that would explain this? -- View this message in context: http://www.nabble.com/Session-variables-are-getting-wiped-out-tp24721155p24721155.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 Jul 29 16:21:43 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22825 invoked from network); 29 Jul 2009 16:21:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jul 2009 16:21:43 -0000 Received: (qmail 63414 invoked by uid 500); 29 Jul 2009 16:21:43 -0000 Delivered-To: [email protected] Received: (qmail 63369 invoked by uid 500); 29 Jul 2009 16:21: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 63359 invoked by uid 99); 29 Jul 2009 16:21:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2009 16:21:43 +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; Wed, 29 Jul 2009 16:21: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 1MWBtw-0006hV-10 for [email protected]; Wed, 29 Jul 2009 09:21:12 -0700 Message-ID: <[email protected]> Date: Wed, 29 Jul 2009 09:21:12 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Re: Session variables are getting wiped out 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 brunp wrote: > > Since moving to Jetspeed 2.1.3, it appears that some Session Variables > that are stored within the session are being deleted and access to these > variables appear to invalidate access to some functionality? Are there any > changes from 2.0 to 2.1.3 that would explain this? > To further expand on this problem, we are setting a session variable via the following code: HttpSession session = request.getSession(); session.setAttribute("user", user); and then later on, reading it in the following manner: User userInSession = (User) session.getAttribute("user"); This worked in our Jetspeed 2.0 implementation, so unless I missed a configuration setting that prevents session variables from being stored and/or retrieved, I am sort of at a loss as to why this is happening. Thanks Paul -- View this message in context: http://www.nabble.com/Session-variables-are-getting-wiped-out-tp24721155p24722708.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 Jul 31 03:34:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3705 invoked from network); 31 Jul 2009 03:34:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jul 2009 03:34:50 -0000 Received: (qmail 14673 invoked by uid 500); 31 Jul 2009 03:34:50 -0000 Delivered-To: [email protected] Received: (qmail 14576 invoked by uid 500); 31 Jul 2009 03:34: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 14566 invoked by uid 99); 31 Jul 2009 03:34:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 03:34:49 +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; Fri, 31 Jul 2009 03:34: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 1MWiss-0008QR-J6 for [email protected]; Thu, 30 Jul 2009 20:34:18 -0700 Message-ID: <[email protected]> Date: Thu, 30 Jul 2009 20:34:18 -0700 (PDT) From: Glen Mazza <[email protected]> To: [email protected] Subject: Reliance on session.setAttribute() for error messages? 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 just wrote a blog entry on making SOAP client calls from a Jetspeed-hosted portlet[1] but am not sure about one point in my code--in Step #4, I'm relying on the following statement to send error messages back to the view (the JSP page) for display: session.setAttribute("ErrorString", "Nothing found for ZIP Code: " + zipCode, PortletSession.APPLICATION_SCOPE); Is that thread-safe and reliable for multiple users? Thanks, Glen [1] http://www.jroller.com/gmazza/date/20090730 -- View this message in context: http://www.nabble.com/Reliance-on-session.setAttribute%28%29-for-error-messages--tp24750541p24750541.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 Jul 31 08:26:40 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76791 invoked from network); 31 Jul 2009 08:26:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jul 2009 08:26:40 -0000 Received: (qmail 48874 invoked by uid 500); 31 Jul 2009 08:26:40 -0000 Delivered-To: [email protected] Received: (qmail 48826 invoked by uid 500); 31 Jul 2009 08:26: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 48816 invoked by uid 99); 31 Jul 2009 08:26:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 08:26: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 web51108.mail.re2.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 31 Jul 2009 08:26:28 +0000 Received: (qmail 5299 invoked by uid 60001); 31 Jul 2009 08:26:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1249028766; bh=3jEUAHTGoMaX1IseTHRg4IUoIlHFbPlT1g3ty+9uuco=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=1r6fleSRMn1kePvdMiynkzB4GGHZxlJFc9WngEcL4+52gZJ4YqJiWcI/jMIpBBclRRQwhXdehWz1PcR9KdpS7ygzTV96RuqFcJuKK6p7E+Q9EkkGQc9SCxxznKt0PS/s7p0exFJFTZSD42/QOYb6eSjvkqraY/Rg4niENSNyJl8= 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:In-Reply-To:MIME-Version:Content-Type; b=fqI5TOH8XebZzvRzwnOq6ufHt4zssYk6xy4Ls+/rjP92sG5YqIVOQON8ckbD9BaxYFdquSribI54osRQTwSTghm0cJ1zofWorlY18LX6NoCI3nwS6mbVwsa/vtYhPTOqOktWVZzsi5AJ5ZnxeTyT71OpAf35A+t9Qx3lygcCDPI=; Message-ID: <[email protected]> X-YMail-OSG: f1BQJEgVM1llQly6p8veT3YyVWM6bif_qAu7tR0LyQhCXF5Z3IG0OlsNzadLS9_3MOH6l4R54w5mujuQcrwCX6vTfu8dRau78t4nmQaEHSIOKvqpGVtK2plpB_dmMSslANihHQshLqfW6_NVayekVZKUfzD7zH4gx.9nZKN53qisSb83c9btWsq3f3ePegluhxydv285VBLZ797G9quLc1qMqUt2ez9xjAgOYp_bz2H5Fn.9WIqQ3ApN9FzsVx.o6E2mgpWuVcoEBiCNL_infe7O5oU3mMcakVgk250v0gADlXMmR6iXMM4Qjf4- Received: from [161.129.204.104] by web51108.mail.re2.yahoo.com via HTTP; Fri, 31 Jul 2009 01:26:06 PDT X-Mailer: YahooMailClassic/6.0.19 YahooMailWebService/0.7.338.2 Date: Fri, 31 Jul 2009 01:26:06 -0700 (PDT) From: Woonsan Ko <[email protected]> Subject: Re: Reliance on session.setAttribute() for error messages? To: Jetspeed 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 Hi Glen, --- On Fri, 7/31/09, Glen Mazza <[email protected]> wrote: > From: Glen Mazza <[email protected]> > Subject: Reliance on session.setAttribute() for error messages? > To: [email protected] > Date: Friday, July 31, 2009, 5:34 AM > > Hello, > > I just wrote a blog entry on making SOAP client calls from > a Jetspeed-hosted > portlet[1] but am not sure about one point in my code--in > Step #4, I'm > relying on the following statement to send error messages > back to the view > (the JSP page) for display: > > session.setAttribute("ErrorString", "Nothing found for ZIP > Code: " + > zipCode, PortletSession.APPLICATION_SCOPE); > > Is that thread-safe and reliable for multiple users? I think it's not thread-safe but reliable for multiple users. A portlet session is based on the underlying servlet session which is unique per "user". So, it's reliable because other user cannot see the session attributes. However, if a user makes multiple requests and the requests trigger multiple threads, then multiple threads for the user can see the same session attribute. Anyway, I think it's reliable to store error information into session in your case. By the way, according to portlet api javadoc for PortletSession interface, it says: "All objects stored in the session using the APPLICATION_SCOPE must be available to all the portlets, servlets and JSPs that belongs to the same portlet application and that handles a request identified as being a part of the same session. Objects stored in the session using the PORTLET_SCOPE must be available to the portlet during requests for the same portlet window that the objects where stored from. Attributes stored in the PORTLET_SCOPE are not protected from other web components of the portlet application. They are just conveniently namespaced." Therefore, I think you can use PORTLET_SCOPE instead of APPLICATION_SCOPE to avoid the session attribute conflicts among portlet windows. Regards, Woonsan > > Thanks, > Glen > > [1] http://www.jroller.com/gmazza/date/20090730 > > -- > View this message in context: http://www.nabble.com/Reliance-on-session.setAttribute%28%29-for-error-messages--tp24750541p24750541.html > Sent from the Jetspeed - User mailing list archive at > Nabble.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] Fri Jul 31 10:51:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19592 invoked from network); 31 Jul 2009 10:51:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jul 2009 10:51:21 -0000 Received: (qmail 19136 invoked by uid 500); 31 Jul 2009 10:02:41 -0000 Delivered-To: [email protected] Received: (qmail 18870 invoked by uid 500); 31 Jul 2009 10:02: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: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18773 invoked by uid 99); 31 Jul 2009 10:01:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 10:01: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mta01.xtra.co.nz) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 10:00:55 +0000 Received: from Conservatory ([161.129.204.104]) by mta01.xtra.co.nz with SMTP id <20090731100025.HQQL7032.mta01.xtra.co.nz@Conservatory> for <[email protected]>; Fri, 31 Jul 2009 22:00:25 +1200 Message-ID: <37937ACD91684903856E046742299F79@Conservatory> From: "Ron McNulty" <[email protected]> To: "Jetspeed Users List" <[email protected]> References: <[email protected]> <[email protected]> Subject: Re: Session variables are getting wiped out Date: Fri, 31 Jul 2009 22:00:22 +1200 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.5512 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Hi Paul You will need to supply a bit more detail. Are you setting and reading the session attribute in the same portlet? Or perhaps setting it in a servlet and reading in a portlet? If so, please read the JSR168 spec - it is not too turgid. It specifies a "portlet session scope" and an "application session scope". I never used Jetspeed 2.0, but it is possible that 2.1.3 aligned closer to the JSR168 spec and broke your code. To share session data between a servlet and a portlet, you probably need to add "emptySessionPath=true" to the <Connector element in server.xml. This writes the JSESSIONID cookie without a path, allowing sharing across all contexts. Also, is there a reason that you can't use request.getUserPrincipal() to get the user? Regards Ron ----- Original Message ----- From: "brunp" <[email protected]> To: <[email protected]> Sent: Thursday, July 30, 2009 4:21 AM Subject: Re: Session variables are getting wiped out > > > > brunp wrote: >> >> Since moving to Jetspeed 2.1.3, it appears that some Session Variables >> that are stored within the session are being deleted and access to these >> variables appear to invalidate access to some functionality? Are there >> any >> changes from 2.0 to 2.1.3 that would explain this? >> > > To further expand on this problem, we are setting a session variable via > the > following code: > > HttpSession session = request.getSession(); > session.setAttribute("user", user); > > > and then later on, reading it in the following manner: > > User userInSession = (User) session.getAttribute("user"); > > > This worked in our Jetspeed 2.0 implementation, so unless I missed a > configuration setting that prevents session variables from being stored > and/or retrieved, I am sort of at a loss as to why this is happening. > > Thanks > Paul > -- > View this message in context: > http://www.nabble.com/Session-variables-are-getting-wiped-out-tp24721155p24722708.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] Fri Jul 31 12:34:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53515 invoked from network); 31 Jul 2009 12:34:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jul 2009 12:34:16 -0000 Received: (qmail 88507 invoked by uid 500); 31 Jul 2009 12:34:16 -0000 Delivered-To: [email protected] Received: (qmail 88449 invoked by uid 500); 31 Jul 2009 12:34: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 88409 invoked by uid 99); 31 Jul 2009 12:34:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 12:34:11 +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; Fri, 31 Jul 2009 12:34: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 1MWrIr-0008DU-Td for [email protected]; Fri, 31 Jul 2009 05:33:41 -0700 Message-ID: <[email protected]> Date: Fri, 31 Jul 2009 05:33:41 -0700 (PDT) From: brunp <[email protected]> To: [email protected] Subject: Re: Session variables are getting wiped out In-Reply-To: <37937ACD91684903856E046742299F79@Conservatory> 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]> <37937ACD91684903856E046742299F79@Conservatory> X-Virus-Checked: Checked by ClamAV on apache.org we figured it out, emptySessionPath was missing from the AJP definition and one app was killin' all session variables, hence, as a result, Jetspeed was invalidating the session. Paul Ron McNulty wrote: > > Hi Paul > > You will need to supply a bit more detail. Are you setting and reading the > session attribute in the same portlet? Or perhaps setting it in a servlet > and reading in a portlet? > > If so, please read the JSR168 spec - it is not too turgid. It specifies a > "portlet session scope" and an "application session scope". I never used > Jetspeed 2.0, but it is possible that 2.1.3 aligned closer to the JSR168 > spec and broke your code. > > To share session data between a servlet and a portlet, you probably need > to > add "emptySessionPath=true" to the <Connector element in server.xml. This > writes the JSESSIONID cookie without a path, allowing sharing across all > contexts. > > Also, is there a reason that you can't use request.getUserPrincipal() to > get > the user? > > Regards > > Ron > > ----- Original Message ----- > From: "brunp" <[email protected]> > To: <[email protected]> > Sent: Thursday, July 30, 2009 4:21 AM > Subject: Re: Session variables are getting wiped out > > >> >> >> >> brunp wrote: >>> >>> Since moving to Jetspeed 2.1.3, it appears that some Session Variables >>> that are stored within the session are being deleted and access to these >>> variables appear to invalidate access to some functionality? Are there >>> any >>> changes from 2.0 to 2.1.3 that would explain this? >>> >> >> To further expand on this problem, we are setting a session variable via >> the >> following code: >> >> HttpSession session = request.getSession(); >> session.setAttribute("user", user); >> >> >> and then later on, reading it in the following manner: >> >> User userInSession = (User) session.getAttribute("user"); >> >> >> This worked in our Jetspeed 2.0 implementation, so unless I missed a >> configuration setting that prevents session variables from being stored >> and/or retrieved, I am sort of at a loss as to why this is happening. >> >> Thanks >> Paul >> -- >> View this message in context: >> http://www.nabble.com/Session-variables-are-getting-wiped-out-tp24721155p24722708.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] > > > -- View this message in context: http://www.nabble.com/Session-variables-are-getting-wiped-out-tp24721155p24755643.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 Jul 31 12:47:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56373 invoked from network); 31 Jul 2009 12:47:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jul 2009 12:47:15 -0000 Received: (qmail 9045 invoked by uid 500); 31 Jul 2009 12:47:15 -0000 Delivered-To: [email protected] Received: (qmail 9006 invoked by uid 500); 31 Jul 2009 12:47: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 8996 invoked by uid 99); 31 Jul 2009 12:47:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 12:47:15 +0000 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 (nike.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; Fri, 31 Jul 2009 12:47:03 +0000 Received: from [161.129.204.104] (net48-149.mainovatk.de [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0MKt72-1MWrVS2C8J-000oUc; Fri, 31 Jul 2009 14:46:42 +0200 Message-ID: <[email protected]> Date: Fri, 31 Jul 2009 14:46:40 +0200 From: =?ISO-8859-15?Q?Joachim_M=FCller?= <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090605) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: jetspeed2.2 References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Provags-ID: V01U2FsdGVkX1/DiwqjvC9H9bUIZvukikymZ8Pi5WinqTIodfa vqY2vjATUdf1TeJ4jDp6DYxrdrwPYMDrIJJFoGjM4zlw8w60gT sEk3hHwz6sVi+yWNfij7LkviwiLax8UjaxnA+XsZa8= X-Virus-Checked: Checked by ClamAV on apache.org Hi. ###### Again, your request/comments are not supposed to be written in a jira issue, because this is the place for the developers. Support-requests should be sent always to the jetspeed-user list. PLEASE do NOT comment the JIRA issue JS2-893 anymore for this regard. ###### I was mistaken, there IS a documentation regarding the cluster setup of Jetspeed: http://portals.apache.org/jetspeed-2/deployguide/config-cluster.html Can you confirm that the exception has something to do with the cluster configuration? I would recommend the following steps: With one Jetspeed installation: - install the Jetspeed distribution Check if the portal runs OK. - set up a second Jetspeed instance Check if both portals run OK. - make the changes to the distributed cache - change the Portlet Application Manager to use the VersionedPortletApplicationManager Check if both portals run OK. Regards, Joachim > thanks your answer! > > I follow your step,but login is error. > javax.security.auth.login.LoginException:The user null dose not exist > > > my env: > OS: windows xp > jdk:1.5 > server:tomcat6(jetspeed self install) > http: apache2.2 > database:oracle92 > > jetspeed.properties > > # Cache page manager override properties, (these override above legacy properties if set) > # database page manager cache size: > org.apache.jetspeed.ehcache.pagemanager.maxelements=128 > # database page manager cache element expiration in seconds, (infinite = 0): > org.apache.jetspeed.ehcache.pagemanager.element.ttl=150 > # PSML page manager file cache size: > org.apache.jetspeed.ehcache.pagemanager.maxfiles=1000 > > #------------------------------------------------------------------------- > # C A C H E > #------------------------------------------------------------------------- > # cache configuration resource, ('ehcache.xml' or 'distributed-ehcache.xml' supported by default): > org.apache.jetspeed.ehcache.config.resource=ehcache.xml > # distributed cache peer discovery multicast address: > org.apache.jetspeed.ehcache.group.address=161.129.204.104 > # distributed cache peer discovery multicast port: > org.apache.jetspeed.ehcache.group.port=4446 > # distributed cache peer discovery multicast TTL, (0=host, 1=subnet, ... see ehcache.xml): > org.apache.jetspeed.ehcache.group.ttl=1 > # distributed cache peer hostname, (set to listen on specific interface): > org.apache.jetspeed.ehcache.hostname=localhost > # distributed cache peer port: > org.apache.jetspeed.ehcache.port=40001 Joachim Müller schrieb: > Hi Jones Ahk, > > Can you please post your requests in the mailing lists rather than > commenting an issue that is already resolved? Thx. > >> where have jetspeed2.2 cluster detail's document?? >> >> who can give me a document? thanks! > > There is no special cluster documentation as far as I know but > Jetspeed2.2 is cluster-ready. A few points to mention: > > - You have to use the database page manager (PSML, prefererences, > security constraints) > > - You can set up distributed caching (see ehcache configuration in > jetspeed.properties) > > - consider to use the VersionedPortletApplicationManager to avoid > conflicts during PA synchronization to the database from different nodes > > Regards, > Joachim > > -- . frankfurt am main, 21°c, zur zeit keine wolken unter 1500 m und keine kumulunimbus oder gewitterwolken. die sichtweite reicht weiter als 10 km. < joachim müller [email protected] t (323)556-0429 wemove digital solutions gmbh eschersheimer landstr. 5-7 60322 frankfurt am main amtsgericht frankfurt am main, hrb 53992 geschäftsführer joachim müller, stefan hartmann wemove digital solutions www.wemove.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jul 31 22:42:07 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77388 invoked from network); 31 Jul 2009 22:42:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jul 2009 22:42:07 -0000 Received: (qmail 31611 invoked by uid 500); 31 Jul 2009 22:42:07 -0000 Delivered-To: [email protected] Received: (qmail 31558 invoked by uid 500); 31 Jul 2009 22:42: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 31548 invoked by uid 99); 31 Jul 2009 22:42:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 22:42:07 +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; Fri, 31 Jul 2009 22:41:56 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MX0n9-0001pl-MX for [email protected]; Fri, 31 Jul 2009 15:41:35 -0700 Message-ID: <[email protected]> Date: Fri, 31 Jul 2009 15:41:35 -0700 (PDT) From: Glen Mazza <[email protected]> To: [email protected] Subject: Re: Reliance on session.setAttribute() for error messages? 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 Woonsan Ko wrote: > > I think it's not thread-safe but reliable for multiple users. A portlet > session is based on the underlying servlet session which is unique per > "user". So, it's reliable because other user cannot see the session > attributes. However, if a user makes multiple requests and the requests > trigger multiple threads, then multiple threads for the user can see the > same session attribute. > Anyway, I think it's reliable to store error information into session in > your case. > By the way, according to portlet api javadoc for PortletSession interface, > it says: > > "All objects stored in the session using the APPLICATION_SCOPE must be > available to all the portlets, servlets and JSPs that belongs to the same > portlet application and that handles a request identified as being a part > of the same session. Objects stored in the session using the PORTLET_SCOPE > must be available to the portlet during requests for the same portlet > window that the objects where stored from. Attributes stored in the > PORTLET_SCOPE are not protected from other web components of the portlet > application. They are just conveniently namespaced." > > Therefore, I think you can use PORTLET_SCOPE instead of APPLICATION_SCOPE > to avoid the session attribute conflicts among portlet windows. > Thanks Woonsan for the information. I appreciate the help you've provided me so far for both Pluto and Jetspeed. I tried to switch to PortletSession.PORTLET_SCOPE for both the ZIP Code data and the error message but the JSP doesn't seem to work with it--I have to use APPLICATION_SCOPE still. Regards, Glen -- View this message in context: http://www.nabble.com/Reliance-on-session.setAttribute%28%29-for-error-messages--tp24750541p24764030.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] Sun Jul 02 23:10:42 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80310 invoked from network); 2 Jul 2006 23:10:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jul 2006 23:10:41 -0000 Received: (qmail 62625 invoked by uid 500); 2 Jul 2006 23:10:22 -0000 Delivered-To: [email protected] Received: (qmail 61955 invoked by uid 500); 2 Jul 2006 23: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61921 invoked by uid 500); 2 Jul 2006 23:10:02 -0000 Delivered-To: [email protected] Received: (qmail 61493 invoked by uid 99); 2 Jul 2006 23:09:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jul 2006 16:09: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jul 2006 16:09:58 -0700 Received: by brutus.apache.org (Postfix, from userid 1007) id 4D1E6410387; Sun, 2 Jul 2006 23:08:15 +0000 (GMT) From: [email protected] To: [email protected] Subject: Bug report for Batik [2006/07/02] Message-Id: <[email protected]> Date: Sun, 2 Jul 2006 23:08:15 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +---------------------------------------------------------------------------+ | Bugzilla Bug ID | | +---------------------------------------------------------------------+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned | | | OPN=Reopened VER=Verified (Skipped Closed/Resolved) | | | +-----------------------------------------------------------------+ | | | Severity: BLK=Blocker CRI=Critical MAJ=Major | | | | MIN=Minor NOR=Normal ENH=Enhancement | | | | +-------------------------------------------------------------+ | | | | Date Posted | | | | | +--------------------------------------------------+ | | | | | Description | | | | | | | |17226|New|Nor|2003-02-20|PNG images don't render from web unless keep-alive| |23443|New|Nor|2003-09-26|reference vs referencing element bug | |25142|New|Nor|2003-12-02|TIFF 1bpp image with svgbrowser not drawable | |25740|New|Enh|2003-12-24|Better Error messages for SVGDOM in non-dynamic do| |26309|New|Nor|2004-01-21|Non-horizontal text rendered incorrectly when crea| |26466|New|Cri|2004-01-27|Incomplete support for AlphaComposite causes SVG e| |26651|New|Enh|2004-02-04|Enhancement for OutputManager (SVGTranscoder) | |26815|New|Min|2004-02-10|empty filter does not clip to filter effects regio| |26816|New|Nor|2004-02-10|color-interpolation property ignored in alpha comp| |26860|New|Nor|2004-02-11|unexpected non-zero alpha due to clamping of premu| |27248|New|Nor|2004-02-26|Adding support for rendering-color-space property | |27297|New|Enh|2004-02-27|Transparency for indexed PNGs | |27970|New|Nor|2004-03-26|BUFFERED_IMAGE Hint Msg for some Graphics2D's | |28172|New|Enh|2004-04-02|Request BeanShell scripting support | |28344|New|Nor|2004-04-12|SVGDocument should use ParsedURL for it's URLObjec| |28806|New|Maj|2004-05-06|inclusion of animated gif hangs the application wh| |29531|New|Enh|2004-06-11|JSVGCanvas API has minor inconsistency on property| |29785|New|Nor|2004-06-24|SVGConstants should be public final class | |29786|New|Nor|2004-06-24|SVGConstants strings appear as strings not referen| |30926|New|Enh|2004-08-29|RFE : allow to set a custom XmlWriter to SVGGraphi| |31605|New|Nor|2004-10-08|SVG pretty printer screws up <text><tspan>..</tspa| |31625|New|Enh|2004-10-11|Documentation and Interface on SVGGraphics2D is cr| |31629|New|Nor|2004-10-11|SVGOMUseElementacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetInstanceRoot() not implemented| |32075|New|Nor|2004-11-05|Strange rendering glitch | |32206|New|Nor|2004-11-12|NullPointerException in SVGPath.toSVGPathData | |32415|New|Nor|2004-11-27|expanded window does not collapse properly on relo| |33348|New|Nor|2005-02-02|Export to Windows metafile (EMF or WMF) | |33447|New|Cri|2005-02-08|Null Pointer Exception in TranscoderAPI | |33607|New|Nor|2005-02-16|Font file leakage, caching suggested | |34156|Ass|Enh|2005-03-24|RFE: Allow setting ECMAScript mode | |34202|Ass|Nor|2005-03-28|No proper RGBColor for color keywords | |34210|Ass|Enh|2005-03-28|RFE: Implement document.styleSheets | |34217|Ass|Nor|2005-03-29|RFE: getLength on StyleMap | |34234|Ass|Nor|2005-03-30|testsuite fails at NullURITest/ on dual-processor | |34363|Inf|Nor|2005-04-07|[PATCH] Batik chokes on whitespace text before <sv| |34364|New|Nor|2005-04-08|[PATCH] Ambiguous constructor call error in RhinoC| |34631|New|Cri|2005-04-26|Batik inside of Eclipse using bridge memory heap c| |34694|New|Min|2005-05-01|ttf2svg and glyph-name attribute | |34905|New|Nor|2005-05-13|parseXML does not work with XML header | |35165|New|Min|2005-06-02|Incorrect rendering with PDF transcoder in some ca| |35202|New|Nor|2005-06-03|SVGGraphics2D.stream(*) corrupts created document.| |35233|Ass|Maj|2005-06-06|RhinoInterpreter does not always call setSecurityC| |35237|Inf|Cri|2005-06-06|1.6 introduced errors with SVG saving | |35349|New|Nor|2005-06-14|Selector which includes "_" | |35480|New|Maj|2005-06-23|rendered image show at wrong position in jsvgcompo| |35515|New|Nor|2005-06-27|Problem with converting WMF files to SVG Documents| |35549|New|Nor|2005-06-29|Scripting Media Types | |35629|New|Nor|2005-07-06|Script events don't trigger on <defs> elements | |35922|Inf|Maj|2005-07-28|SVG rendering is offset and/or missing. | |36184|Opn|Nor|2005-08-15|a clipPath applied to multiple graphics objects is| |[email protected]| |36627|New|Nor|2005-09-13|[PATCH] Implementation of 'static' from SVG 1.2 | |36744|Ass|Nor|2005-09-20|feTurbulence - bad implementation of the seed attr| |37496|New|Nor|2005-11-14|The attribute 'transform' of the element <path> is| |37789|New|Cri|2005-12-05|Problems whem printing svg images | |38205|New|Nor|2006-01-10|1-dimensional closed paths with round line join no| |38207|New|Maj|2006-01-10|CSS character escape sequences not parsed correctl| |38498|New|Nor|2006-02-03|textLength not working properly on text element | |38891|New|Maj|2006-03-08|Massive WMFTranscoder problems | |38937|New|Nor|2006-03-12|SVGError not dispatched for script errors | |39114|Ass|Nor|2006-03-27|Wingding Fonts in Squigle (SVG Browser) | |39196|New|Nor|2006-04-04|Allowed script origin not adhered to when there ar| |39318|New|Nor|2006-04-15|The problem of view enableBackground.svg | |39379|Ass|Enh|2006-04-21|Doesn't support CNF fonts | |39400|New|Nor|2006-04-25|Add title in 'history' menu | |39451|New|Enh|2006-04-30|Decouple gvt from bridge so clients can build thei| |39714|Ass|Nor|2006-06-04|DefaultExtensionHandler derived class's handlePain| |39755|New|Nor|2006-06-08|Writing TIFF with JPEG compression fails | |39784|New|Nor|2006-06-12|glyphs not properly aligned on path when used in t| |39831|New|Min|2006-06-17|some bugfix | |39838|New|Min|2006-06-19|patches to prevent integer overflow | +-----+---+---+----------+--------------------------------------------------+ | Total 71 bugs | +---------------------------------------------------------------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 04 10:53:28 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67234 invoked from network); 4 Jul 2006 10:53:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jul 2006 10:53:28 -0000 Received: (qmail 42735 invoked by uid 500); 4 Jul 2006 10:53:28 -0000 Delivered-To: [email protected] Received: (qmail 42580 invoked by uid 500); 4 Jul 2006 10:53: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42569 invoked by uid 99); 4 Jul 2006 10:53:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 03:53:27 -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 port.mcc.id.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 03:53:26 -0700 Received: from cam by port.mcc.id.au with local (Exim 3.36 #1 (Debian)) id 1FxiWe-0001UB-00 for <[email protected]>; Tue, 04 Jul 2006 20:53:04 +1000 Date: Tue, 4 Jul 2006 20:53:04 +1000 From: Cameron McCormack <[email protected]> To: [email protected] Subject: Re: svn commit: r418972 - /xmlgraphics/batik/trunk/sources/org/apache/batik/Version.java Message-ID: <[email protected]> Mail-Followup-To: [email protected] References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <[email protected]> X-Numbers: 4 8 15 16 23 42 User-Agent: Mutt/1.5.11+cvs20060403 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi. [email protected]: > Author: cam > Date: Tue Jul 4 03:47:41 2006 > New Revision: 418972 > > URL: http://svn.apache.org/viewvc?rev=418972&view=rev > Log: > 1. Better version number reporting from org.apache.batik.Version. > > Modified: > xmlgraphics/batik/trunk/sources/org/apache/batik/Version.java (contents, props changed) With this change, to ensure that the version number is updated appropriately in this class for future releases, the trunk should be "tagged" by copying it to https://svn.apache.org/.../batik/tags/batik-<version>, as the current SVN version tags are, and then the source built from there. -- Cameron McCormack, http://mcc.id.au/ xmpp:[email protected] ▪ ICQ 26955922 ▪ MSN [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 04 13:13:57 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13911 invoked from network); 4 Jul 2006 13:13:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jul 2006 13:13:57 -0000 Received: (qmail 40975 invoked by uid 500); 4 Jul 2006 13:13:57 -0000 Delivered-To: [email protected] Received: (qmail 40836 invoked by uid 500); 4 Jul 2006 13:13: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40821 invoked by uid 99); 4 Jul 2006 13:13:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 06:13:56 -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 mail.eecs.tufts.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 06:13:56 -0700 Received: from mail.eecs.tufts.edu (localhost [161.129.204.104]) by localhost.eecs.tufts.edu (Postfix) with SMTP id E778020709 for <[email protected]>; Tue, 4 Jul 2006 09:13:32 -0400 (EDT) Received: from smtp-tls.eecs.tufts.edu (ns1.EECS.Tufts.EDU [161.129.204.104]) by mail.eecs.tufts.edu (Postfix) with ESMTP id 9755C206F4 for <[email protected]>; Tue, 4 Jul 2006 09:13:32 -0400 (EDT) Received: from [161.129.204.104] (c-65-96-181-20.hsd1.ma.comcast.net [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-tls.eecs.tufts.edu (Postfix) with ESMTP id 6BC3E1C836 for <[email protected]>; Tue, 4 Jul 2006 09:13:32 -0400 (EDT) Message-ID: <[email protected]> Date: Tue, 04 Jul 2006 09:13:23 -0400 From: Alice Mello <[email protected]> Organization: smtp-tls.eecs.tufts.edu 465 SSL User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Remove me from the list Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 161.129.204.1044296, Antispam-Engine: 161.129.204.1044935, Antispam-Data: 2161.129.204.104932 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__C230066_P1_5 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I would like to be removed from the list, because soon I will be with a slow connection and can't afford the volume of e-mails from Batik. Thank you, Alice -- Alice Cristina Mello Cavallo Interdisciplinary PhD Candidate at Tufts University Learning, Technology and Drama http://www.media.mit.edu/~mello/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 04 18:32:34 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36477 invoked from network); 4 Jul 2006 18:32:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jul 2006 18:32:34 -0000 Received: (qmail 38960 invoked by uid 500); 4 Jul 2006 18:32:34 -0000 Delivered-To: [email protected] Received: (qmail 38943 invoked by uid 500); 4 Jul 2006 18: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]> List-Id: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38932 invoked by uid 99); 4 Jul 2006 18:32:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 11:32:33 -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 moutng.kundenserver.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 11:32:33 -0700 Received: from [161.129.204.104] (helo=[161.129.204.104]) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis), id 0ML25U-1Fxpgx2aql-0004As; Tue, 04 Jul 2006 20:32:11 +0200 Message-ID: <[email protected]> Date: Tue, 04 Jul 2006 20:31:09 +0200 From: Christian Geisert <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.6) Gecko/20050324 Debian/1.7.6-1 X-Accept-Language: de MIME-Version: 1.0 To: [email protected] Subject: Re: Remove me from the list References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de [email protected] login:c7095967f8353cd07da14967482bdbb9 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Alice Mello schrieb: > I would like to be removed from the list, because soon I will be with a > slow connection and can't afford the volume of e-mails from Batik. I wouldn't call batik-dev a high volume list but just have a look a the footer on how to unsubscribe (just send a message to [email protected] and then reply the resulting mail) Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 04 19:05:22 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38489 invoked from network); 4 Jul 2006 19:05:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jul 2006 19:05:22 -0000 Received: (qmail 73485 invoked by uid 500); 4 Jul 2006 19:05:22 -0000 Delivered-To: [email protected] Received: (qmail 73467 invoked by uid 500); 4 Jul 2006 19: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]> List-Id: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 73456 invoked by uid 99); 4 Jul 2006 19:05:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 12:05:21 -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 mail.eecs.tufts.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 12:05:21 -0700 Received: from mail.eecs.tufts.edu (localhost [161.129.204.104]) by localhost.eecs.tufts.edu (Postfix) with SMTP id 14EA4206ED for <[email protected]>; Tue, 4 Jul 2006 15:05:00 -0400 (EDT) Received: from smtp-tls.eecs.tufts.edu (ns1.EECS.Tufts.EDU [161.129.204.104]) by mail.eecs.tufts.edu (Postfix) with ESMTP id A9884206DB for <[email protected]>; Tue, 4 Jul 2006 15:04:59 -0400 (EDT) Received: from [161.129.204.104] (c-65-96-181-20.hsd1.ma.comcast.net [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-tls.eecs.tufts.edu (Postfix) with ESMTP id 6037C1C836 for <[email protected]>; Tue, 4 Jul 2006 15:04:59 -0400 (EDT) Message-ID: <[email protected]> Date: Tue, 04 Jul 2006 15:04:58 -0400 From: Alice Mello <[email protected]> Organization: smtp-tls.eecs.tufts.edu 465 SSL User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: Remove me from the list References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 161.129.204.1044296, Antispam-Engine: 161.129.204.1044935, Antispam-Data: 2161.129.204.104432 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__C230066_P1_5 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_CRUFT 0, __USER_AGENT 0' X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks Christian. I did not say that is has a high volume, did I ? The point is I don't belong to the development and with a slow connection it does help not to get 10 e-mails at once from batik. Great job !!! A. Christian Geisert wrote: > Alice Mello schrieb: > >> I would like to be removed from the list, because soon I will be with >> a slow connection and can't afford the volume of e-mails from Batik. > > > I wouldn't call batik-dev a high volume list but just have a look a > the footer on how to unsubscribe (just send a message to > [email protected] and then reply the > resulting mail) > > Christian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] -- Alice Cristina Mello Cavallo Interdisciplinary PhD Candidate at Tufts University Learning, Technology and Drama http://www.media.mit.edu/~mello/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jul 09 23:10:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37455 invoked from network); 9 Jul 2006 23:10:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jul 2006 23:10:50 -0000 Received: (qmail 55855 invoked by uid 500); 9 Jul 2006 23:10:49 -0000 Delivered-To: [email protected] Received: (qmail 55790 invoked by uid 500); 9 Jul 2006 23: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55764 invoked by uid 500); 9 Jul 2006 23:10:49 -0000 Delivered-To: [email protected] Received: (qmail 55759 invoked by uid 99); 9 Jul 2006 23:10:48 -0000 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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Jul 2006 16:10:44 -0700 Received: by brutus.apache.org (Postfix, from userid 1007) id 82C6D41046D; Sun, 9 Jul 2006 23:08:14 +0000 (GMT) From: [email protected] To: [email protected] Subject: Bug report for Batik [2006/07/09] Message-Id: <[email protected]> Date: Sun, 9 Jul 2006 23:08:14 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +---------------------------------------------------------------------------+ | Bugzilla Bug ID | | +---------------------------------------------------------------------+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned | | | OPN=Reopened VER=Verified (Skipped Closed/Resolved) | | | +-----------------------------------------------------------------+ | | | Severity: BLK=Blocker CRI=Critical MAJ=Major | | | | MIN=Minor NOR=Normal ENH=Enhancement | | | | +-------------------------------------------------------------+ | | | | Date Posted | | | | | +--------------------------------------------------+ | | | | | Description | | | | | | | |17226|New|Nor|2003-02-20|PNG images don't render from web unless keep-alive| |23443|New|Nor|2003-09-26|reference vs referencing element bug | |25142|New|Nor|2003-12-02|TIFF 1bpp image with svgbrowser not drawable | |25740|New|Enh|2003-12-24|Better Error messages for SVGDOM in non-dynamic do| |26309|New|Nor|2004-01-21|Non-horizontal text rendered incorrectly when crea| |26466|New|Cri|2004-01-27|Incomplete support for AlphaComposite causes SVG e| |26651|New|Enh|2004-02-04|Enhancement for OutputManager (SVGTranscoder) | |26815|New|Min|2004-02-10|empty filter does not clip to filter effects regio| |26816|New|Nor|2004-02-10|color-interpolation property ignored in alpha comp| |26860|New|Nor|2004-02-11|unexpected non-zero alpha due to clamping of premu| |27248|New|Nor|2004-02-26|Adding support for rendering-color-space property | |27297|New|Enh|2004-02-27|Transparency for indexed PNGs | |27970|New|Nor|2004-03-26|BUFFERED_IMAGE Hint Msg for some Graphics2D's | |28172|New|Enh|2004-04-02|Request BeanShell scripting support | |28344|New|Nor|2004-04-12|SVGDocument should use ParsedURL for it's URLObjec| |28806|New|Maj|2004-05-06|inclusion of animated gif hangs the application wh| |29531|New|Enh|2004-06-11|JSVGCanvas API has minor inconsistency on property| |29785|New|Nor|2004-06-24|SVGConstants should be public final class | |29786|New|Nor|2004-06-24|SVGConstants strings appear as strings not referen| |30926|New|Enh|2004-08-29|RFE : allow to set a custom XmlWriter to SVGGraphi| |31605|New|Nor|2004-10-08|SVG pretty printer screws up <text><tspan>..</tspa| |31625|New|Enh|2004-10-11|Documentation and Interface on SVGGraphics2D is cr| |31629|New|Nor|2004-10-11|SVGOMUseElementacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetInstanceRoot() not implemented| |32075|New|Nor|2004-11-05|Strange rendering glitch | |32206|New|Nor|2004-11-12|NullPointerException in SVGPath.toSVGPathData | |32415|New|Nor|2004-11-27|expanded window does not collapse properly on relo| |33348|New|Nor|2005-02-02|Export to Windows metafile (EMF or WMF) | |33447|New|Cri|2005-02-08|Null Pointer Exception in TranscoderAPI | |33607|New|Nor|2005-02-16|Font file leakage, caching suggested | |34156|Ass|Enh|2005-03-24|RFE: Allow setting ECMAScript mode | |34202|Ass|Nor|2005-03-28|No proper RGBColor for color keywords | |34210|Ass|Enh|2005-03-28|RFE: Implement document.styleSheets | |34217|Ass|Nor|2005-03-29|RFE: getLength on StyleMap | |34234|Ass|Nor|2005-03-30|testsuite fails at NullURITest/ on dual-processor | |34363|Inf|Nor|2005-04-07|[PATCH] Batik chokes on whitespace text before <sv| |34364|New|Nor|2005-04-08|[PATCH] Ambiguous constructor call error in RhinoC| |34631|New|Cri|2005-04-26|Batik inside of Eclipse using bridge memory heap c| |34694|New|Min|2005-05-01|ttf2svg and glyph-name attribute | |34905|New|Nor|2005-05-13|parseXML does not work with XML header | |35165|New|Min|2005-06-02|Incorrect rendering with PDF transcoder in some ca| |35202|New|Nor|2005-06-03|SVGGraphics2D.stream(*) corrupts created document.| |35233|Ass|Maj|2005-06-06|RhinoInterpreter does not always call setSecurityC| |35237|Inf|Cri|2005-06-06|1.6 introduced errors with SVG saving | |35349|New|Nor|2005-06-14|Selector which includes "_" | |35480|New|Maj|2005-06-23|rendered image show at wrong position in jsvgcompo| |35515|New|Nor|2005-06-27|Problem with converting WMF files to SVG Documents| |35549|New|Nor|2005-06-29|Scripting Media Types | |35629|New|Nor|2005-07-06|Script events don't trigger on <defs> elements | |35922|Inf|Maj|2005-07-28|SVG rendering is offset and/or missing. | |36184|Opn|Nor|2005-08-15|a clipPath applied to multiple graphics objects is| |[email protected]| |36627|New|Nor|2005-09-13|[PATCH] Implementation of 'static' from SVG 1.2 | |36744|Ass|Nor|2005-09-20|feTurbulence - bad implementation of the seed attr| |37496|New|Nor|2005-11-14|The attribute 'transform' of the element <path> is| |37789|New|Cri|2005-12-05|Problems whem printing svg images | |38205|New|Nor|2006-01-10|1-dimensional closed paths with round line join no| |38207|New|Maj|2006-01-10|CSS character escape sequences not parsed correctl| |38498|New|Nor|2006-02-03|textLength not working properly on text element | |38891|New|Maj|2006-03-08|Massive WMFTranscoder problems | |38937|New|Nor|2006-03-12|SVGError not dispatched for script errors | |39114|Ass|Nor|2006-03-27|Wingding Fonts in Squigle (SVG Browser) | |39196|New|Nor|2006-04-04|Allowed script origin not adhered to when there ar| |39318|New|Nor|2006-04-15|The problem of view enableBackground.svg | |39379|Ass|Enh|2006-04-21|Doesn't support CNF fonts | |39400|New|Nor|2006-04-25|Add title in 'history' menu | |39451|New|Enh|2006-04-30|Decouple gvt from bridge so clients can build thei| |39714|Ass|Nor|2006-06-04|DefaultExtensionHandler derived class's handlePain| |39755|New|Nor|2006-06-08|Writing TIFF with JPEG compression fails | |39784|New|Nor|2006-06-12|glyphs not properly aligned on path when used in t| |39831|New|Min|2006-06-17|some bugfix | |39838|New|Min|2006-06-19|patches to prevent integer overflow | +-----+---+---+----------+--------------------------------------------------+ | Total 71 bugs | +---------------------------------------------------------------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 11 04:10:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7417 invoked from network); 11 Jul 2006 04:10:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jul 2006 04:10:32 -0000 Received: (qmail 58693 invoked by uid 500); 11 Jul 2006 04:10:32 -0000 Delivered-To: [email protected] Received: (qmail 58557 invoked by uid 500); 11 Jul 2006 04: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58545 invoked by uid 99); 11 Jul 2006 04:10:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 21:10: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: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 21:10:31 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id AB50941048C; Tue, 11 Jul 2006 04:08:35 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 35349] - Selector which includes "_" In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 11 Jul 2006 04:08:35 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=35349>. 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=35349 ------- Additional Comments From [email protected] 2006-07-11 04:08 ------- I ran into this problem too, on batik 1.6, WinXP, jre1.5, using org.apache.batik.css.parser to parse a file similar to: .selectorOne { ... } /*Parsed just fine*/ .selector_two { ... } /* error: invalid indentifier char (actual error msg seems to suggest it is the first char which is the problem, but removing the '_' fixed it*/ .selectorThree { ... } /*No error, but not reported to DocumentHandler for some reason*/ .selector_four { ... } /*Another error, and so on*/ -- 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 Jul 11 04:33:49 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18058 invoked from network); 11 Jul 2006 04:33:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jul 2006 04:33:49 -0000 Received: (qmail 95660 invoked by uid 500); 11 Jul 2006 04:33:49 -0000 Delivered-To: [email protected] Received: (qmail 95528 invoked by uid 500); 11 Jul 2006 04:33: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95516 invoked by uid 99); 11 Jul 2006 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, 10 Jul 2006 21:33:49 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 21:33:48 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id A684541048C; Tue, 11 Jul 2006 04:31:52 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 35349] - Selector which includes "_" In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 11 Jul 2006 04:31:52 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=35349>. 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=35349 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From [email protected] 2006-07-11 04:31 ------- (In reply to comment #1) > I ran into this problem too, on batik 1.6, WinXP, jre1.5, using > org.apache.batik.css.parser to parse a file similar to: I cannot reproduce this with Batik 1.6, or the latest SVN. Looking at the code that parses the CSS, it seems as if underscores should already be parsed properly. Can you provide a complete test file that exhibits the problem for you? -- 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 Jul 11 05:30:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35519 invoked from network); 11 Jul 2006 05:30:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jul 2006 05:30:09 -0000 Received: (qmail 70384 invoked by uid 500); 11 Jul 2006 05:30:09 -0000 Delivered-To: [email protected] Received: (qmail 70247 invoked by uid 500); 11 Jul 2006 05:30: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70236 invoked by uid 99); 11 Jul 2006 05:30:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 22:30: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; Mon, 10 Jul 2006 22:30:07 -0700 Received: from [161.129.204.104] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1G0Aod-0007dF-Hr for [email protected]; Mon, 10 Jul 2006 22:29:47 -0700 Message-ID: <[email protected]> Date: Mon, 10 Jul 2006 22:14:32 -0700 (PDT) From: jinla <[email protected]> To: [email protected] Subject: How to organize batik in project MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: [email protected] X-Nabble-From: jinla <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N http://www.nabble.com/user-images/3181.jpg I want to organize (jsp + servlet:batik + j2ee) project. If client click svg button(servlet) then servlet send to message j2ee. please send me example source. Mouse event in used servlet source. -- View this message in context: http://www.nabble.com/How-to-organize-batik-in-project-tf1922498.html#a5263883 Sent from the Batik - Dev [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 11 10:14:15 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47561 invoked from network); 11 Jul 2006 10:14:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jul 2006 10:14:15 -0000 Received: (qmail 90425 invoked by uid 500); 11 Jul 2006 10:14:14 -0000 Delivered-To: [email protected] Received: (qmail 90405 invoked by uid 500); 11 Jul 2006 10:14: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90394 invoked by uid 99); 11 Jul 2006 10:14:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 03:14:14 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 03:14:14 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id B6E087141F1; Tue, 11 Jul 2006 10:12:17 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 35349] - Selector which includes "_" In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 11 Jul 2006 10:12:17 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=35349>. 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=35349 ------- Additional Comments From [email protected] 2006-07-11 10:12 ------- This is likely fixed in SVN. Their were a few improvements in the CSS parser since the 1.6 release. Please test and respond, or I will close this bug in the near future. -- 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 Jul 11 10:16:33 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48722 invoked from network); 11 Jul 2006 10:16:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jul 2006 10:16:33 -0000 Received: (qmail 97321 invoked by uid 500); 11 Jul 2006 10:16:32 -0000 Delivered-To: [email protected] Received: (qmail 97307 invoked by uid 500); 11 Jul 2006 10:16: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97296 invoked by uid 99); 11 Jul 2006 10:16:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 03:16:32 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 03:16:31 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 92B697141F1; Tue, 11 Jul 2006 10:14:35 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 35480] - rendered image show at wrong position in jsvgcomponent In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 11 Jul 2006 10:14:35 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=35480>. 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=35480 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [email protected] 2006-07-11 10:14 ------- You need to set the width and height of the component before loading SVG document so it knows how to scale image for display. -- 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 Jul 11 10:43:30 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61693 invoked from network); 11 Jul 2006 10:43:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jul 2006 10:43:30 -0000 Received: (qmail 59964 invoked by uid 500); 11 Jul 2006 10:43:28 -0000 Delivered-To: [email protected] Received: (qmail 59899 invoked by uid 500); 11 Jul 2006 10:43: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59876 invoked by uid 99); 11 Jul 2006 10:43:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 03:43:28 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME,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 smtp1.kodak.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 03:43:27 -0700 Received: from roc-us-e1000-109.kodak.com (roc-us-e1000-109.kodak.com [161.129.204.104]) by smtp1.kodak.com (8.11.3/8.11.1) with SMTP id k6BAh6f18248; Tue, 11 Jul 2006 06:43:06 -0400 (EDT) Received: from (161.129.204.104) by roc-us-e1000-109.kodak.com via smtp id 5aaf_09438d78_10ca_11db_9fab_0002b3e8d59a; Tue, 11 Jul 2006 06:43:05 -0400 In-Reply-To: <[email protected]> To: [email protected] Cc: [email protected] Subject: Re: How to organize batik in project MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.4 March 27, 2005 Message-ID: <[email protected]> From: [email protected] Date: Tue, 11 Jul 2006 06:43:01 -0400 X-MIMETrack: Serialize by Router on KNOTES2/ISBP/EKC(Release 6.5.4FP1|June 19, 2005) at 07/11/2006 06:43:05 AM, Serialize complete at 07/11/2006 06:43:05 AM 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 Jinla, This should be handled in the batik-users mailing list (you are using Batik not developing it). jinla <[email protected]> wrote on 07/11/2006 01:14:32 AM: > I want to organize (jsp + servlet:batik + j2ee) project. If client click svg > button(servlet) then servlet send to message j2ee. You want to look at the 'onclick' event attribute, and the 'getURL' or 'postURL' semi-standard DOM calls. > please send me example source. Mouse event in used servlet source. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jul 12 04:36:06 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7028 invoked from network); 12 Jul 2006 04:36:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jul 2006 04:36:06 -0000 Received: (qmail 72965 invoked by uid 500); 12 Jul 2006 04:36:05 -0000 Delivered-To: [email protected] Received: (qmail 72944 invoked by uid 500); 12 Jul 2006 04: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72924 invoked by uid 99); 12 Jul 2006 04:36:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 21:36:05 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 21:36:04 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id E04AE7141E3; Wed, 12 Jul 2006 04:34:06 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 35349] - Selector which includes "_" In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Wed, 12 Jul 2006 04:34:06 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=35349>. 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=35349 ------- Additional Comments From [email protected] 2006-07-12 04:34 ------- Just tried in latest SVN source, problem no longer occurs. Thanks. -- 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] Sat Jul 15 10:01:34 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73324 invoked from network); 15 Jul 2006 10:01:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jul 2006 10:01:33 -0000 Received: (qmail 97337 invoked by uid 500); 15 Jul 2006 10:01:33 -0000 Delivered-To: [email protected] Received: (qmail 97325 invoked by uid 500); 15 Jul 2006 10:01: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97307 invoked by uid 99); 15 Jul 2006 10:01:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jul 2006 03:01:33 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jul 2006 03:01:32 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id CA0A341000C; Sat, 15 Jul 2006 09:59:29 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 35349] - Selector which includes "_" In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Sat, 15 Jul 2006 09:59:29 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=35349>. 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=35349 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |FIXED -- 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] Sat Jul 15 13:02:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1350 invoked from network); 15 Jul 2006 13:02:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jul 2006 13:02:25 -0000 Received: (qmail 71980 invoked by uid 500); 15 Jul 2006 13:02:25 -0000 Delivered-To: [email protected] Received: (qmail 71967 invoked by uid 500); 15 Jul 2006 13:02: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71955 invoked by uid 99); 15 Jul 2006 13:02:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jul 2006 06:02:25 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jul 2006 06:02:24 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 8A2A441000C; Sat, 15 Jul 2006 13:00:21 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 39831] - some bugfix In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Sat, 15 Jul 2006 13:00:21 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=39831>. 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=39831 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [email protected] 2006-07-15 13:00 ------- fixed in svn -- 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] Sun Jul 16 23:10:34 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 651 invoked from network); 16 Jul 2006 23:10:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jul 2006 23:10:34 -0000 Received: (qmail 22945 invoked by uid 500); 16 Jul 2006 23:10:32 -0000 Delivered-To: [email protected] Received: (qmail 22929 invoked by uid 500); 16 Jul 2006 23: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22915 invoked by uid 500); 16 Jul 2006 23:10:31 -0000 Delivered-To: [email protected] Received: (qmail 22910 invoked by uid 99); 16 Jul 2006 23:10:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jul 2006 16:10:31 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jul 2006 16:10:30 -0700 Received: by brutus.apache.org (Postfix, from userid 1007) id EF618714204; Sun, 16 Jul 2006 23:08:13 +0000 (GMT) From: [email protected] To: [email protected] Subject: Bug report for Batik [2006/07/16] Message-Id: <[email protected]> Date: Sun, 16 Jul 2006 23:08:13 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +---------------------------------------------------------------------------+ | Bugzilla Bug ID | | +---------------------------------------------------------------------+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned | | | OPN=Reopened VER=Verified (Skipped Closed/Resolved) | | | +-----------------------------------------------------------------+ | | | Severity: BLK=Blocker CRI=Critical MAJ=Major | | | | MIN=Minor NOR=Normal ENH=Enhancement | | | | +-------------------------------------------------------------+ | | | | Date Posted | | | | | +--------------------------------------------------+ | | | | | Description | | | | | | | |17226|New|Nor|2003-02-20|PNG images don't render from web unless keep-alive| |23443|New|Nor|2003-09-26|reference vs referencing element bug | |25142|New|Nor|2003-12-02|TIFF 1bpp image with svgbrowser not drawable | |25740|New|Enh|2003-12-24|Better Error messages for SVGDOM in non-dynamic do| |26309|New|Nor|2004-01-21|Non-horizontal text rendered incorrectly when crea| |26466|New|Cri|2004-01-27|Incomplete support for AlphaComposite causes SVG e| |26651|New|Enh|2004-02-04|Enhancement for OutputManager (SVGTranscoder) | |26815|New|Min|2004-02-10|empty filter does not clip to filter effects regio| |26816|New|Nor|2004-02-10|color-interpolation property ignored in alpha comp| |26860|New|Nor|2004-02-11|unexpected non-zero alpha due to clamping of premu| |27248|New|Nor|2004-02-26|Adding support for rendering-color-space property | |27297|New|Enh|2004-02-27|Transparency for indexed PNGs | |27970|New|Nor|2004-03-26|BUFFERED_IMAGE Hint Msg for some Graphics2D's | |28172|New|Enh|2004-04-02|Request BeanShell scripting support | |28344|New|Nor|2004-04-12|SVGDocument should use ParsedURL for it's URLObjec| |28806|New|Maj|2004-05-06|inclusion of animated gif hangs the application wh| |29531|New|Enh|2004-06-11|JSVGCanvas API has minor inconsistency on property| |29785|New|Nor|2004-06-24|SVGConstants should be public final class | |29786|New|Nor|2004-06-24|SVGConstants strings appear as strings not referen| |30926|New|Enh|2004-08-29|RFE : allow to set a custom XmlWriter to SVGGraphi| |31605|New|Nor|2004-10-08|SVG pretty printer screws up <text><tspan>..</tspa| |31625|New|Enh|2004-10-11|Documentation and Interface on SVGGraphics2D is cr| |31629|New|Nor|2004-10-11|SVGOMUseElementacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetInstanceRoot() not implemented| |32075|New|Nor|2004-11-05|Strange rendering glitch | |32206|New|Nor|2004-11-12|NullPointerException in SVGPath.toSVGPathData | |32415|New|Nor|2004-11-27|expanded window does not collapse properly on relo| |33348|New|Nor|2005-02-02|Export to Windows metafile (EMF or WMF) | |33447|New|Cri|2005-02-08|Null Pointer Exception in TranscoderAPI | |33607|New|Nor|2005-02-16|Font file leakage, caching suggested | |34156|Ass|Enh|2005-03-24|RFE: Allow setting ECMAScript mode | |34202|Ass|Nor|2005-03-28|No proper RGBColor for color keywords | |34210|Ass|Enh|2005-03-28|RFE: Implement document.styleSheets | |34217|Ass|Nor|2005-03-29|RFE: getLength on StyleMap | |34234|Ass|Nor|2005-03-30|testsuite fails at NullURITest/ on dual-processor | |34363|Inf|Nor|2005-04-07|[PATCH] Batik chokes on whitespace text before <sv| |34364|New|Nor|2005-04-08|[PATCH] Ambiguous constructor call error in RhinoC| |34631|New|Cri|2005-04-26|Batik inside of Eclipse using bridge memory heap c| |34694|New|Min|2005-05-01|ttf2svg and glyph-name attribute | |34905|New|Nor|2005-05-13|parseXML does not work with XML header | |35165|New|Min|2005-06-02|Incorrect rendering with PDF transcoder in some ca| |35202|New|Nor|2005-06-03|SVGGraphics2D.stream(*) corrupts created document.| |35233|Ass|Maj|2005-06-06|RhinoInterpreter does not always call setSecurityC| |35237|Inf|Cri|2005-06-06|1.6 introduced errors with SVG saving | |35515|New|Nor|2005-06-27|Problem with converting WMF files to SVG Documents| |35549|New|Nor|2005-06-29|Scripting Media Types | |35629|New|Nor|2005-07-06|Script events don't trigger on <defs> elements | |35922|Inf|Maj|2005-07-28|SVG rendering is offset and/or missing. | |36184|Opn|Nor|2005-08-15|a clipPath applied to multiple graphics objects is| |[email protected]| |36627|New|Nor|2005-09-13|[PATCH] Implementation of 'static' from SVG 1.2 | |36744|Ass|Nor|2005-09-20|feTurbulence - bad implementation of the seed attr| |37496|New|Nor|2005-11-14|The attribute 'transform' of the element <path> is| |37789|New|Cri|2005-12-05|Problems whem printing svg images | |38205|New|Nor|2006-01-10|1-dimensional closed paths with round line join no| |38207|New|Maj|2006-01-10|CSS character escape sequences not parsed correctl| |38498|New|Nor|2006-02-03|textLength not working properly on text element | |38891|New|Maj|2006-03-08|Massive WMFTranscoder problems | |38937|New|Nor|2006-03-12|SVGError not dispatched for script errors | |39114|Ass|Nor|2006-03-27|Wingding Fonts in Squigle (SVG Browser) | |39196|New|Nor|2006-04-04|Allowed script origin not adhered to when there ar| |39318|New|Nor|2006-04-15|The problem of view enableBackground.svg | |39379|Ass|Enh|2006-04-21|Doesn't support CNF fonts | |39400|New|Nor|2006-04-25|Add title in 'history' menu | |39451|New|Enh|2006-04-30|Decouple gvt from bridge so clients can build thei| |39714|Ass|Nor|2006-06-04|DefaultExtensionHandler derived class's handlePain| |39755|New|Nor|2006-06-08|Writing TIFF with JPEG compression fails | |39784|New|Nor|2006-06-12|glyphs not properly aligned on path when used in t| |39838|New|Min|2006-06-19|patches to prevent integer overflow | +-----+---+---+----------+--------------------------------------------------+ | Total 68 bugs | +---------------------------------------------------------------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jul 21 07:22:21 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4024 invoked from network); 21 Jul 2006 07:22:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jul 2006 07:22:21 -0000 Received: (qmail 36938 invoked by uid 500); 21 Jul 2006 07:22:21 -0000 Delivered-To: [email protected] Received: (qmail 36924 invoked by uid 500); 21 Jul 2006 07: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]> List-Id: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36896 invoked by uid 99); 21 Jul 2006 07:22:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 00:22:20 -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, 21 Jul 2006 00:22:20 -0700 Received: from [161.129.204.104] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1G3pKh-00065h-Mz for [email protected]; Fri, 21 Jul 2006 00:21:59 -0700 Message-ID: <[email protected]> Date: Thu, 20 Jul 2006 23:51:28 -0700 (PDT) From: iyangim <[email protected]> To: [email protected] Subject: Converting Batik to DLL MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: [email protected] X-Nabble-From: iyangim <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear All, Currently I am developing the SVG related stuffs. I am using the Batik Library for managing SVG. I used JDK 1.5 for my testing and it worked fine. Now I want to use Visual Studio J# for the same development. I have following questions Question 1. Anybody know any tool or any idea for converting Batik library source to DLL? I already tried to use JLCA (Microsoft Java Language Conversion Assistant) but it did not work. Question 2. When I tried to compile the batik library in VS J#, it gives error for some of JDK API. The reason is that J# support JDK 1.1.5 Version and Batik need JDK 1.3 or later. Is there any way that I can update the JDK in Visual Studio J#? Your kind help will be appreciated. -- View this message in context: http://www.nabble.com/Converting-Batik-to-DLL-tf1978743.html#a5429252 Sent from the Batik - Dev [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jul 21 08:40:35 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36461 invoked from network); 21 Jul 2006 08:40:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jul 2006 08:40:35 -0000 Received: (qmail 86182 invoked by uid 500); 21 Jul 2006 08:40:34 -0000 Delivered-To: [email protected] Received: (qmail 86114 invoked by uid 500); 21 Jul 2006 08: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86103 invoked by uid 99); 21 Jul 2006 08:40:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 01:40:34 -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 tux17.hoststar.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 01:40:32 -0700 Received: from [161.129.204.104] (zux221-137-105.adsl.green.ch [161.129.204.104]) (authenticated bits=0) by tux17.hoststar.ch (8.12.11/8.12.11) with ESMTP id k6L8eAaf010396 for <[email protected]>; Fri, 21 Jul 2006 10:40:14 +0200 Date: Fri, 21 Jul 2006 10:39:47 +0200 From: Jeremias Maerki <[email protected]> To: [email protected] Subject: Re: Converting Batik to DLL 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.25.01 [en] X-Antivirus: avast! (VPS 0629-1, 07/19/2006), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Forget the Microsoft tools. They just won't work. If you want to J# to be compatible with JDK 1.3 you'll have to talk to Microsoft. The only viable option I see is IKVM (http://www.ikvm.net). That could give you a .NET compatible DLL of Batik. But there's one big problem: AWT/Java2D support in IKVM is minimal. However, I heard that GNU Classpath (used by IKVM) recently added a pure-Java AWT implementation which could actually help IKVM. Not sure on the status there. And if =2ENET is not an option, you're probably out of luck anyway. The other option depending on your use case is to deploy Batik as a WebService in a normal JVM and access that from your Win32 application. If that's also not an option you'll have to look for another SVG library like http://www.mozilla.org/projects/svg/ On (929)403-9691:51:28 iyangim wrote: >=20 > Dear All, >=20 > Currently I am developing the SVG related stuffs. I am using the Batik > Library for managing SVG. I used JDK 1.5 for my testing and it worked fin= e. > Now I want to use Visual Studio J# for the same development. I have > following questions >=20 > Question 1. > Anybody know any tool or any idea for converting Batik library source to > DLL? > I already tried to use JLCA (Microsoft Java Language Conversion Assistant= ) > but it did not work. >=20 > Question 2. > When I tried to compile the batik library in VS J#, it gives error for so= me > of JDK API. > The reason is that J# support JDK 1.1.5 Version and Batik need JDK 1.3 or > later. Is there any way that I can update the JDK in Visual Studio J#? >=20 > Your kind help will be appreciated.=20 Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jul 21 14:14:19 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58683 invoked from network); 21 Jul 2006 14:14:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jul 2006 14:14:19 -0000 Received: (qmail 96534 invoked by uid 500); 21 Jul 2006 14:14:18 -0000 Delivered-To: [email protected] Received: (qmail 96519 invoked by uid 500); 21 Jul 2006 14:14: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96508 invoked by uid 99); 21 Jul 2006 14:14:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 07:14:18 -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 stl-smtpout-01.ns.cs.boeing.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 07:14:16 -0700 Received: from stl-av-01.boeing.com (stl-av-01.boeing.com [161.129.204.104]) by stl-smtpout-01.ns.cs.boeing.com (8.13.6/8.13.6/TEST_SMTPIN) with ESMTP id k6LEDtAd025217 for <[email protected]>; Fri, 21 Jul 2006 09:13:55 -0500 (CDT) Received: from xch-mwbh-02.mw.nos.boeing.com (localhost [161.129.204.104]) by stl-av-01.boeing.com (8.11.3/8.11.3/MBS-AV-LDAP-01) with ESMTP id k6LEDt329165 for <[email protected]>; Fri, 21 Jul 2006 09:13:55 -0500 (CDT) Received: from XCH-MW-3V1.mw.nos.boeing.com ([161.129.204.104]) by xch-mwbh-02.mw.nos.boeing.com with Microsoft SMTPSVC(929)403-9691); Fri, 21 Jul 2006 09:13:52 -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: Converting Batik to DLL Date: Fri, 21 Jul 2006 09:13:52 -0500 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Converting Batik to DLL Thread-Index: AcaslmhMNZ3bqGiiQ2iC25GMQ2Ob6AAOU6Rg From: "Resler, John M" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 21 Jul 2006 14:13:52.0522 (UTC) FILETIME=[E4E776A0:01C6ACCF] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N J# is pretty much Java 1.1 and as Batik is for the most part Java 1.4 you'll probably have to do a lot of converting of the code to get somewhere with it. As for making a DLL out of it, Adobe already has an SVG ActiveX control for web browsers, ever consider calling that control from an application?=20 John Michael Resler=20 The Boeing Company,=20 Boeing Wichita Integrated Defense Systems=20 (929)403-9691=20 [email protected]=20 M/S K82-71=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=20 Hammer the Americans hard enough...=20 and you will forge the best weapon=20 in the world.=20 - Captain Simon Ecuyer 1763=20 (French and Indian War's period)=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=20 -----Original Message----- From: iyangim [mailto:[email protected]]=20 Sent: Friday, July 21, 2006 1:51 AM To: [email protected] Subject: Converting Batik to DLL Dear All, Currently I am developing the SVG related stuffs. I am using the Batik Library for managing SVG. I used JDK 1.5 for my testing and it worked fine. Now I want to use Visual Studio J# for the same development. I have following questions Question 1. Anybody know any tool or any idea for converting Batik library source to DLL? I already tried to use JLCA (Microsoft Java Language Conversion Assistant) but it did not work. Question 2. When I tried to compile the batik library in VS J#, it gives error for some of JDK API. The reason is that J# support JDK 1.1.5 Version and Batik need JDK 1.3 or later. Is there any way that I can update the JDK in Visual Studio J#? Your kind help will be appreciated.=20 -- View this message in context: http://www.nabble.com/Converting-Batik-to-DLL-tf1978743.html#a5429252 Sent from the Batik - Dev [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] Fri Jul 21 20:25:05 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14635 invoked from network); 21 Jul 2006 20:25:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jul 2006 20:25:05 -0000 Received: (qmail 43285 invoked by uid 500); 21 Jul 2006 20:25:05 -0000 Delivered-To: [email protected] Received: (qmail 43264 invoked by uid 500); 21 Jul 2006 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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43253 invoked by uid 99); 21 Jul 2006 20:25:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 13:25:05 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 13:25:04 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id D578741000A; Fri, 21 Jul 2006 20:22:50 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 40091] New: - "JDK URL is corrupt or unsupported variant" exception Message-ID: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Date: Fri, 21 Jul 2006 20:22:50 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=40091>. 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=40091 Summary: "JDK URL is corrupt or unsupported variant" exception Product: Batik Version: 1.6 Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: GVT AssignedTo: [email protected] ReportedBy: [email protected] I have a Swing program that tries to load several SVG documents using several JSVGCanvases at the same time. These images all have within them some <image> tags that import the same other external SVG documents. Sample import: <image x="2214.0" y="9.0" transform="scale(0.5)" width="313.0" xlink:href="../images/logo1.svg" height="163.0" preserveAspectRatio="xMaxYMax meet"/> When loading these documents at the same time, it appears there is some sort of race condition that causes the exception below from all the images, and they all fail to load. Note that the <image>'s URL references an SVG file, so I'm not sure why Toolkit.createImage() is being used (as it appears) but I don't understand the inner workings. 2006-07-11 19:31:56,991 [AWT-EventQueue-0] ERROR: BasicUserAgent Error: org.apache.batik.bridge.BridgeException: http://test1.example.com/maps/map1.svg.gz:-1 The URI "http://test1.example.com/imgs/../test/logo1.svg" on element <image> can't be opened because: JDK URL is corrupt or unsupported variant at org.apache.batik.swing.svg.JSVGComponent$BridgeUserAgent.getBrokenLinkDocument(Unknown Source) at org.apache.batik.swing.svg.JSVGComponent$26Query.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Notes: - This only occurs when multiple JSVGCanvases are attempting to load and build their documents at the same time. - This only occurs when the imported file is SVG. When I rasterize it to PNG and import that instead, the problem goes away. This seems like it must be a bug in Batik's document caching subsystem. -- 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] Sun Jul 23 23:10:33 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 706 invoked from network); 23 Jul 2006 23:10:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jul 2006 23:10:33 -0000 Received: (qmail 1314 invoked by uid 500); 23 Jul 2006 23:10:32 -0000 Delivered-To: [email protected] Received: (qmail 1290 invoked by uid 500); 23 Jul 2006 23: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 1279 invoked by uid 500); 23 Jul 2006 23:10:32 -0000 Delivered-To: [email protected] Received: (qmail 1275 invoked by uid 99); 23 Jul 2006 23:10:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2006 16:10: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: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2006 16:10:31 -0700 Received: by brutus.apache.org (Postfix, from userid 1007) id 2065641000E; Sun, 23 Jul 2006 23:08:14 +0000 (GMT) From: [email protected] To: [email protected] Subject: Bug report for Batik [2006/07/23] Message-Id: <[email protected]> Date: Sun, 23 Jul 2006 23:08:14 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +---------------------------------------------------------------------------+ | Bugzilla Bug ID | | +---------------------------------------------------------------------+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned | | | OPN=Reopened VER=Verified (Skipped Closed/Resolved) | | | +-----------------------------------------------------------------+ | | | Severity: BLK=Blocker CRI=Critical MAJ=Major | | | | MIN=Minor NOR=Normal ENH=Enhancement | | | | +-------------------------------------------------------------+ | | | | Date Posted | | | | | +--------------------------------------------------+ | | | | | Description | | | | | | | |17226|New|Nor|2003-02-20|PNG images don't render from web unless keep-alive| |23443|New|Nor|2003-09-26|reference vs referencing element bug | |25142|New|Nor|2003-12-02|TIFF 1bpp image with svgbrowser not drawable | |25740|New|Enh|2003-12-24|Better Error messages for SVGDOM in non-dynamic do| |26309|New|Nor|2004-01-21|Non-horizontal text rendered incorrectly when crea| |26466|New|Cri|2004-01-27|Incomplete support for AlphaComposite causes SVG e| |26651|New|Enh|2004-02-04|Enhancement for OutputManager (SVGTranscoder) | |26815|New|Min|2004-02-10|empty filter does not clip to filter effects regio| |26816|New|Nor|2004-02-10|color-interpolation property ignored in alpha comp| |26860|New|Nor|2004-02-11|unexpected non-zero alpha due to clamping of premu| |27248|New|Nor|2004-02-26|Adding support for rendering-color-space property | |27297|New|Enh|2004-02-27|Transparency for indexed PNGs | |27970|New|Nor|2004-03-26|BUFFERED_IMAGE Hint Msg for some Graphics2D's | |28172|New|Enh|2004-04-02|Request BeanShell scripting support | |28344|New|Nor|2004-04-12|SVGDocument should use ParsedURL for it's URLObjec| |28806|New|Maj|2004-05-06|inclusion of animated gif hangs the application wh| |29531|New|Enh|2004-06-11|JSVGCanvas API has minor inconsistency on property| |29785|New|Nor|2004-06-24|SVGConstants should be public final class | |29786|New|Nor|2004-06-24|SVGConstants strings appear as strings not referen| |30926|New|Enh|2004-08-29|RFE : allow to set a custom XmlWriter to SVGGraphi| |31605|New|Nor|2004-10-08|SVG pretty printer screws up <text><tspan>..</tspa| |31625|New|Enh|2004-10-11|Documentation and Interface on SVGGraphics2D is cr| |31629|New|Nor|2004-10-11|SVGOMUseElementacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetInstanceRoot() not implemented| |32075|New|Nor|2004-11-05|Strange rendering glitch | |32206|New|Nor|2004-11-12|NullPointerException in SVGPath.toSVGPathData | |32415|New|Nor|2004-11-27|expanded window does not collapse properly on relo| |33348|New|Nor|2005-02-02|Export to Windows metafile (EMF or WMF) | |33447|New|Cri|2005-02-08|Null Pointer Exception in TranscoderAPI | |33607|New|Nor|2005-02-16|Font file leakage, caching suggested | |34156|Ass|Enh|2005-03-24|RFE: Allow setting ECMAScript mode | |34202|Ass|Nor|2005-03-28|No proper RGBColor for color keywords | |34210|Ass|Enh|2005-03-28|RFE: Implement document.styleSheets | |34217|Ass|Nor|2005-03-29|RFE: getLength on StyleMap | |34234|Ass|Nor|2005-03-30|testsuite fails at NullURITest/ on dual-processor | |34363|Inf|Nor|2005-04-07|[PATCH] Batik chokes on whitespace text before <sv| |34364|New|Nor|2005-04-08|[PATCH] Ambiguous constructor call error in RhinoC| |34631|New|Cri|2005-04-26|Batik inside of Eclipse using bridge memory heap c| |34694|New|Min|2005-05-01|ttf2svg and glyph-name attribute | |34905|New|Nor|2005-05-13|parseXML does not work with XML header | |35165|New|Min|2005-06-02|Incorrect rendering with PDF transcoder in some ca| |35202|New|Nor|2005-06-03|SVGGraphics2D.stream(*) corrupts created document.| |35233|Ass|Maj|2005-06-06|RhinoInterpreter does not always call setSecurityC| |35237|Inf|Cri|2005-06-06|1.6 introduced errors with SVG saving | |35515|New|Nor|2005-06-27|Problem with converting WMF files to SVG Documents| |35549|New|Nor|2005-06-29|Scripting Media Types | |35629|New|Nor|2005-07-06|Script events don't trigger on <defs> elements | |35922|Inf|Maj|2005-07-28|SVG rendering is offset and/or missing. | |36184|Opn|Nor|2005-08-15|a clipPath applied to multiple graphics objects is| |[email protected]| |36627|New|Nor|2005-09-13|[PATCH] Implementation of 'static' from SVG 1.2 | |36744|Ass|Nor|2005-09-20|feTurbulence - bad implementation of the seed attr| |37496|New|Nor|2005-11-14|The attribute 'transform' of the element <path> is| |37789|New|Cri|2005-12-05|Problems whem printing svg images | |38205|New|Nor|2006-01-10|1-dimensional closed paths with round line join no| |38207|New|Maj|2006-01-10|CSS character escape sequences not parsed correctl| |38498|New|Nor|2006-02-03|textLength not working properly on text element | |38891|New|Maj|2006-03-08|Massive WMFTranscoder problems | |38937|New|Nor|2006-03-12|SVGError not dispatched for script errors | |39114|Ass|Nor|2006-03-27|Wingding Fonts in Squigle (SVG Browser) | |39196|New|Nor|2006-04-04|Allowed script origin not adhered to when there ar| |39318|New|Nor|2006-04-15|The problem of view enableBackground.svg | |39379|Ass|Enh|2006-04-21|Doesn't support CNF fonts | |39400|New|Nor|2006-04-25|Add title in 'history' menu | |39451|New|Enh|2006-04-30|Decouple gvt from bridge so clients can build thei| |39714|Ass|Nor|2006-06-04|DefaultExtensionHandler derived class's handlePain| |39755|New|Nor|2006-06-08|Writing TIFF with JPEG compression fails | |39784|New|Nor|2006-06-12|glyphs not properly aligned on path when used in t| |39838|New|Min|2006-06-19|patches to prevent integer overflow | |40091|New|Maj|2006-07-21|"JDK URL is corrupt or unsupported variant" except| +-----+---+---+----------+--------------------------------------------------+ | Total 69 bugs | +---------------------------------------------------------------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jul 23 23:11:31 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1761 invoked from network); 23 Jul 2006 23:11:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jul 2006 23:11:30 -0000 Received: (qmail 4987 invoked by uid 500); 23 Jul 2006 23:11:07 -0000 Delivered-To: [email protected] Received: (qmail 4967 invoked by uid 500); 23 Jul 2006 23: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4926 invoked by uid 99); 23 Jul 2006 23:11:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2006 16:11:07 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME,SUBJECT_EXCESS_QP X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO omega.control-access11.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2006 16:11:05 -0700 Received: (qmail 2366 invoked by uid 0); 23 Jul 2006 19:10:33 -0400 Date: 23 Jul 2006 19:10:33 -0400 Message-ID: <[email protected]> Reply-To: [email protected] From: [email protected] To: [email protected] CC: Subject: =?utf-8?Q?Re:_Bug_report_for_Batik_[2006=2F07=2F23]?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N L'adresse "[email protected]" n'est plus valide pour cause de too much spam. Je ne lirai donc pas votre mail, à moins que vous ne me le renvoyasse en accolant la lettre "m" devant bati". Merci Marc Bati --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jul 24 07:41:15 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7404 invoked from network); 24 Jul 2006 07:41:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jul 2006 07:41:15 -0000 Received: (qmail 78787 invoked by uid 500); 24 Jul 2006 07:41:15 -0000 Delivered-To: [email protected] Received: (qmail 78655 invoked by uid 500); 24 Jul 2006 07: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78644 invoked by uid 99); 24 Jul 2006 07:41:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 00:41:14 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 00:41:14 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 6A98F714283; Mon, 24 Jul 2006 07:38:56 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 40098] New: - Incorrect scaling with -dpi Message-ID: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Date: Mon, 24 Jul 2006 07:38:56 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=40098>. 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=40098 Summary: Incorrect scaling with -dpi Product: Batik Version: 2.0 Platform: All OS/Version: Windows XP Status: NEW Severity: major Priority: P2 Component: SVG Rasterizer AssignedTo: [email protected] ReportedBy: [email protected] Using the dpi option with batik rasterizer does not scale some things correctly, especcialy filter settings. E.g. the blur filter will lead to different visual results if used with different dpi settings while only a scaling should take place. -- 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] Mon Jul 24 07:41:48 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7435 invoked from network); 24 Jul 2006 07:41:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jul 2006 07:41:48 -0000 Received: (qmail 79006 invoked by uid 500); 24 Jul 2006 07:41:48 -0000 Delivered-To: [email protected] Received: (qmail 78990 invoked by uid 500); 24 Jul 2006 07: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]> List-Id: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78978 invoked by uid 99); 24 Jul 2006 07:41: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 Jul 2006 00:41:48 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME,SUBJECT_EXCESS_QP X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO omega.control-access11.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 00:41:47 -0700 Received: (qmail 25919 invoked by uid 0); 24 Jul 2006 03:41:16 -0400 Date: 24 Jul 2006 03:41:16 -0400 Message-ID: <[email protected]> Reply-To: [email protected] From: [email protected] To: [email protected] CC: Subject: =?utf-8?Q?Re:_DO_NOT_REPLY_[Bug_40098]__New:__=2D_Incorrect_scaling_with_=2Ddpi?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N L'adresse "[email protected]" n'est plus valide pour cause de too much spam. Je ne lirai donc pas votre mail, à moins que vous ne me le renvoyasse en accolant la lettre "m" devant bati". Merci Marc Bati --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jul 24 07:43:57 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8106 invoked from network); 24 Jul 2006 07:43:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jul 2006 07:43:57 -0000 Received: (qmail 86321 invoked by uid 500); 24 Jul 2006 07:43:54 -0000 Delivered-To: [email protected] Received: (qmail 86311 invoked by uid 500); 24 Jul 2006 07:43: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86296 invoked by uid 99); 24 Jul 2006 07:43:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 00:43: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 00:43:53 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 03C04714283; Mon, 24 Jul 2006 07:41:35 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 40098] - Incorrect scaling with -dpi In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 24 Jul 2006 07:41:35 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=40098>. 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=40098 ------- Additional Comments From [email protected] 2006-07-24 07:41 ------- Created an attachment (id=18631) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18631&action=view) An image which does not scale correctly when converted with dpi option convert this image with: java -jar batik-rasterizer.jar test.svg -m image/jpeg -d dpi200.jpg -q 0.99 -dpi 200 and with: java -jar batik-rasterizer.jar test.svg -m image/jpeg -d dpi100.jpg -q 0.99 -dpi 100 to see the effect. -- 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] Mon Jul 24 10:40:11 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76517 invoked from network); 24 Jul 2006 10:40:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jul 2006 10:40:11 -0000 Received: (qmail 71899 invoked by uid 500); 24 Jul 2006 10:40:11 -0000 Delivered-To: [email protected] Received: (qmail 71761 invoked by uid 500); 24 Jul 2006 10:40: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71750 invoked by uid 99); 24 Jul 2006 10:40:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 03:40: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 port.mcc.id.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 03:40:08 -0700 Received: from cam by port.mcc.id.au with local (Exim 3.36 #1 (Debian)) id 1G4xqi-0001lv-00 for <[email protected]>; Mon, 24 Jul 2006 20:39:44 +1000 Date: Mon, 24 Jul 2006 20:39:44 +1000 From: Cameron McCormack <[email protected]> To: [email protected] Subject: Merge anim branch back into trunk Message-ID: <[email protected]> Mail-Followup-To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Numbers: 4 8 15 16 23 42 User-Agent: Mutt/1.5.11+cvs20060403 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have finished enough of the animation engine that I want to fold it back into the trunk now. Everything should be supported except the animation of attributes whose plain DOM attribute updates wouldn't have caused a proper update of the rendering currently anyway (such as animating gradient element attributes), plus one or two other stray attributes (such as 'use' elements' 'xlink:href' attributes). I have been testing along the way, but haven't done exhaustive tests yet. Hopefully people can start trying it and point out any problems, as I try to build up a bunch of test cases to stick into regard. If there's nothing that has raised an eyebrow about the code I've been committing to the anim branch, I'll merge the changes in to the trunk tomorrow. -- Cameron McCormack, http://mcc.id.au/ xmpp:[email protected] ▪ ICQ 26955922 ▪ MSN [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jul 24 11:39:23 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2331 invoked from network); 24 Jul 2006 11:39:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jul 2006 11:39:23 -0000 Received: (qmail 79361 invoked by uid 500); 24 Jul 2006 11:39:05 -0000 Delivered-To: [email protected] Received: (qmail 79334 invoked by uid 500); 24 Jul 2006 11:39: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79296 invoked by uid 99); 24 Jul 2006 11:39:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 04:39:04 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 04:39:03 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 3E4CB714283; Mon, 24 Jul 2006 11:36:40 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 40098] - Incorrect scaling with -dpi In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 24 Jul 2006 11:36:40 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=40098>. 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=40098 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [email protected] 2006-07-24 11:36 ------- The '-dpi' option adjust the mapping from 'real world' units to user space units. So when dpi==100, 1 inch is treated as 100 user space units. When dpi==200, 1 inch is treated as 200 user space units. Most of the elements of your document use 'real world' units however your filter specification (out of nessesity) uses 'user space' units for the stdDev of the gaussian blur. This means that your filter doesn't scale with the rest of your document. If you want to define a 'scalable' document you need to provide a viewBox that will be fit to the given width and height (then just give the desired width/height on the command line). -- 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] Mon Jul 24 20:31:56 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17049 invoked from network); 24 Jul 2006 20:31:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jul 2006 20:31:55 -0000 Received: (qmail 79463 invoked by uid 500); 24 Jul 2006 20:31:25 -0000 Delivered-To: [email protected] Received: (qmail 79431 invoked by uid 500); 24 Jul 2006 20: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79372 invoked by uid 99); 24 Jul 2006 20:31:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 13:31:25 -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 relay-am.club-internet.fr) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 13:31:23 -0700 Received: from [161.129.204.104] (pro75-1-89-80-193-11.dsl.club-internet.fr [161.129.204.104]) by relay-am.club-internet.fr (Postfix) with ESMTP id 1DA2625605 for <[email protected]>; Mon, 24 Jul 2006 22:31:02 +0200 (CEST) Message-ID: <[email protected]> Date: Mon, 24 Jul 2006 22:33:27 +0200 From: =?UTF-8?B?SGVydsOpIEdpcm9k?= <[email protected]> Reply-To: [email protected] User-Agent: Thunderbird 161.129.204.104 (Windows/20060516) MIME-Version: 1.0 To: [email protected] Subject: Re: Merge anim branch back into trunk 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N That's fantastic news Cameron !! Animation was the only part of the SVG 1.1 specification that Batik didn't implement, am I right ? With SVG 1.2 and the sXBL part, I think there will be no other SVG library capable of what Batik can do... Hervé Cameron McCormack wrote: > I have finished enough of the animation engine that I want to fold it > back into the trunk now. Everything should be supported except the > animation of attributes whose plain DOM attribute updates wouldn't have > caused a proper update of the rendering currently anyway (such as > animating gradient element attributes), plus one or two other stray > attributes (such as 'use' elements' 'xlink:href' attributes). > > I have been testing along the way, but haven't done exhaustive tests > yet. Hopefully people can start trying it and point out any problems, > as I try to build up a bunch of test cases to stick into regard. > > If there's nothing that has raised an eyebrow about the code I've been > committing to the anim branch, I'll merge the changes in to the trunk > tomorrow. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 25 00:48:08 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84393 invoked from network); 25 Jul 2006 00:48:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jul 2006 00:48:08 -0000 Received: (qmail 64458 invoked by uid 500); 25 Jul 2006 00:48:07 -0000 Delivered-To: [email protected] Received: (qmail 64440 invoked by uid 500); 25 Jul 2006 00:48: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64429 invoked by uid 99); 25 Jul 2006 00:48:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 17:48:07 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME,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 smtp1.kodak.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 17:48:06 -0700 Received: from roc-us-e1000-111.kodak.com (roc-us-e1000-111.kodak.com [161.129.204.104]) by smtp1.kodak.com (8.11.3/8.11.1) with SMTP id k6P0lid09616 for <[email protected]>; Mon, 24 Jul 2006 20:47:44 -0400 (EDT) Received: from (161.129.204.104) by roc-us-e1000-111.kodak.com via smtp id 7210_2f4b4e40_1b77_11db_8449_0002b3efa0be; Mon, 24 Jul 2006 20:47:44 -0400 In-Reply-To: <[email protected]> To: [email protected] Cc: [email protected] Subject: Re: Merge anim branch back into trunk MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.4 March 27, 2005 Message-ID: <[email protected]> From: [email protected] Date: Mon, 24 Jul 2006 20:47:42 -0400 X-MIMETrack: Serialize by Router on KNOTES2/ISBP/EKC(Release 6.5.4FP1|June 19, 2005) at 07/24/2006 08:47:44 PM, Serialize complete at 07/24/2006 08:47:44 PM Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Cameron, Cameron McCormack <[email protected]> wrote on 07/24/2006 06:39:44 AM: > I have finished enough of the animation engine that I want to fold it > back into the trunk now. Does it have any regressions in regard? > Everything should be supported except the animation of attributes=20 > whose plain DOM attribute updates wouldn?t have caused a proper=20 > update of the rendering currently anyway (such as animating gradient=20 > element attributes),=20 I actually did a bunch of work on this and got close to a fairly clean solution. I'll see if I can wrap up the work and check it in (at least in a temp branch). I suspect it would need modification to work with the animation engine. > plus one or two other stray attributes (such=20 > as 'use' elements? 'xlink:href' attributes). >=20 > I have been testing along the way, but haven?t done exhaustive tests > yet. Hopefully people can start trying it and point out any problems, > as I try to build up a bunch of test cases to stick into regard. >=20 > If there?s nothing that has raised an eyebrow about the code I?ve been > committing to the anim branch, I?ll merge the changes in to the trunk > tomorrow. I think this is fine. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 25 08:25:58 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1176 invoked from network); 25 Jul 2006 08:25:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jul 2006 08:25:58 -0000 Received: (qmail 79363 invoked by uid 500); 25 Jul 2006 08:25:58 -0000 Delivered-To: [email protected] Received: (qmail 79342 invoked by uid 500); 25 Jul 2006 08:25: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79316 invoked by uid 99); 25 Jul 2006 08:25:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 01:25:58 -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 port.mcc.id.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 01:25:56 -0700 Received: from cam by port.mcc.id.au with local (Exim 3.36 #1 (Debian)) id 1G5IEQ-0002mh-00 for <[email protected]>; Tue, 25 Jul 2006 18:25:34 +1000 Date: Tue, 25 Jul 2006 18:25:34 +1000 From: Cameron McCormack <[email protected]> To: [email protected] Subject: Re: Merge anim branch back into trunk Message-ID: <[email protected]> Mail-Followup-To: [email protected] References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <[email protected]> X-Numbers: 4 8 15 16 23 42 User-Agent: Mutt/1.5.11+cvs20060403 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Cameron McCormack: > > I have finished enough of the animation engine that I want to fold it > > back into the trunk now. Thomas DeWeese: > Does it have any regressions in regard? *checks* Yes, I'd better fix those first. :) -- Cameron McCormack, http://mcc.id.au/ xmpp:[email protected] ▪ ICQ 26955922 ▪ MSN [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jul 25 08:26:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1225 invoked from network); 25 Jul 2006 08:26:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jul 2006 08:26:26 -0000 Received: (qmail 79642 invoked by uid 500); 25 Jul 2006 08:26:25 -0000 Delivered-To: [email protected] Received: (qmail 79630 invoked by uid 500); 25 Jul 2006 08:26: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79619 invoked by uid 99); 25 Jul 2006 08:26:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 01:26:25 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO omega.control-access11.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 01:26:24 -0700 Received: (qmail 2683 invoked by uid 0); 25 Jul 2006 04:26:00 -0400 Date: 25 Jul 2006 04:26:00 -0400 Message-ID: <[email protected]> Reply-To: [email protected] From: [email protected] To: [email protected] CC: Subject: Re: Re: Merge anim branch back into trunk Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N L'adresse "[email protected]" n'est plus valide pour cause de too much spam. Je ne lirai donc pas votre mail, à moins que vous ne me le renvoyasse en accolant la lettre "m" devant bati". Merci Marc Bati --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jul 27 13:11:05 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82846 invoked from network); 27 Jul 2006 13:11:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jul 2006 13:11:05 -0000 Received: (qmail 97660 invoked by uid 500); 27 Jul 2006 13:11:05 -0000 Delivered-To: [email protected] Received: (qmail 97558 invoked by uid 500); 27 Jul 2006 13:11: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97547 invoked by uid 99); 27 Jul 2006 13:11:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 06:11:03 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME,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 smtp1.kodak.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 06:11:02 -0700 Received: from roc-us-e1000-110.kodak.com (roc-us-e1000-110.kodak.com [161.129.204.104]) by smtp1.kodak.com (8.11.3/8.11.1) with SMTP id k6RDAej14937 for <[email protected]>; Thu, 27 Jul 2006 09:10:40 -0400 (EDT) Received: from (161.129.204.104) by roc-us-e1000-110.kodak.com via smtp id 6068_4d7a2872_1d71_11db_949b_0002b3eef597; Thu, 27 Jul 2006 09:10:39 -0400 In-Reply-To: <[email protected]> To: [email protected] Subject: Re: svn commit: r426029 - /xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder.java MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.4 March 27, 2005 Message-ID: <[email protected]> From: [email protected] Date: Thu, 27 Jul 2006 09:10:41 -0400 X-MIMETrack: Serialize by Router on KNOTES3/ISBP/EKC(Release 6.5.4FP1 HF262|October 11, 2005) at 07/27/2006 09:10:40 AM, Serialize complete at 07/27/2006 09:10:40 AM 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 all, A little more about this commit. In the SVG 1.2 branch of Batik many of the 'createBridgeContext' methods have had their signature changed. They now take an 'SVGOMDocument'. This means that the versions provided by the FOP transcoder aren't being called. The correct fix is for the FOPTranscoder to provide an SVG12BridgeContext and provide the createBridgeContext methods that take the SVGOMDocument. The first one is a bit tricky since the SVG12BridgeContext only exists in 'trunk'. So then the issues comes down to: 1) Move the FOPTranscoder Batik baseline to the 'trunk' version of Batik - This is problematic since FOP can only bundle 'released' jars (although we may be having a release of Batik now that Cameron has implemented most of SMIL). 2) Provide the SVGOMDocument version of createBridgeContext but only return a '1.1' BridgeContext in all cases. I think #2 is the right way to go for now (until Batik has another release) as it appears that the SVG12BridgeContext is mostly concerned with dynamic things. Cameron can you think of anything off the top of your head that will really blow up if a 'static' SVG 1.2 document tries to use the base BridgeContext (I suppose the onload stuff might not work properly). Anyway, opinions ideas, rants ;) [email protected] wrote on 07/27/2006 06:29:14 AM: > Author: deweese > Date: Thu Jul 27 03:29:13 2006 > New Revision: 426029 > > URL: http://svn.apache.org/viewvc?rev=426029&view=rev > Log: > Now calls old createBridgeContext method so the PDFTranscoder can insert it's bridges > > Modified: > > xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder.java > > Modified: > xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder.java > URL: http://svn.apache. > org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder. > java?rev=426029&r1=426028&r2=426029&view=diff > ============================================================================== > --- > xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder. > java (original) > +++ > xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder. > java Thu Jul 27 03:29:13 2006 > @@ -299,6 +299,12 @@ > if (doc.isSVG12()) { > return new SVG12BridgeContext(userAgent); > } > + // For SVG 1.1/1.0 docs call old signature createBridgeContext > + // method (this allows FOP to register it's bridges). > + return createBridgeContext(); > + } > + > + protected BridgeContext createBridgeContext() { > return new BridgeContext(userAgent); > } > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jul 27 22:28:49 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96601 invoked from network); 27 Jul 2006 22:28:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jul 2006 22:28:49 -0000 Received: (qmail 84938 invoked by uid 500); 27 Jul 2006 22:28:49 -0000 Delivered-To: [email protected] Received: (qmail 84928 invoked by uid 500); 27 Jul 2006 22: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84916 invoked by uid 99); 27 Jul 2006 22:28:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 15:28:49 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 15:28:48 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id F18AE410009; Thu, 27 Jul 2006 22:26:24 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 40131] New: - SVG to PDF transcoder offsets polylines and polygons in Adobe Reader Message-ID: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-Reason: AssignedTo Date: Thu, 27 Jul 2006 22:26:24 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=40131>. 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=40131 Summary: SVG to PDF transcoder offsets polylines and polygons in Adobe Reader Product: Batik Version: 1.6 Platform: Sun OS/Version: Solaris Status: NEW Severity: major Priority: P2 Component: SVG Rasterizer AssignedTo: [email protected] ReportedBy: [email protected] 1) Create a rectangular polyline object 2) Create several polygons that fit inside the object 3) Using Adobe SVG Viewer in IE6 on XP to view svg looks OK 4) Using Solaris 9 and jdk1.5.0_06: java -jar batik-rasterizer.jar -m application/pdf simple.svg 5) [email protected] in Adobe Reader 7.0.8 the polygons are shifted right and down. -- 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] Thu Jul 27 22:30:19 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97005 invoked from network); 27 Jul 2006 22:30:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jul 2006 22:30:19 -0000 Received: (qmail 86955 invoked by uid 500); 27 Jul 2006 22:30:19 -0000 Delivered-To: [email protected] Received: (qmail 86822 invoked by uid 500); 27 Jul 2006 22: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86811 invoked by uid 99); 27 Jul 2006 22:30:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 15:30: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: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 15:30:18 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 31C88410009; Thu, 27 Jul 2006 22:27:55 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 40131] - SVG to PDF transcoder offsets polylines and polygons in Adobe Reader In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Thu, 27 Jul 2006 22:27:55 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=40131>. 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=40131 ------- Additional Comments From [email protected] 2006-07-27 22:27 ------- Created an attachment (id=18655) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18655&action=view) Simple Scale Box -- 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] Thu Jul 27 22:31:12 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97062 invoked from network); 27 Jul 2006 22:31:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jul 2006 22:31:12 -0000 Received: (qmail 90158 invoked by uid 500); 27 Jul 2006 22:31:12 -0000 Delivered-To: [email protected] Received: (qmail 90149 invoked by uid 500); 27 Jul 2006 22:31: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90138 invoked by uid 99); 27 Jul 2006 22:31:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 15:31:12 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 15:31:11 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id EB070410009; Thu, 27 Jul 2006 22:28:47 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 40131] - SVG to PDF transcoder offsets polylines and polygons in Adobe Reader In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Thu, 27 Jul 2006 22:28:47 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=40131>. 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=40131 ------- Additional Comments From [email protected] 2006-07-27 22:28 ------- Created an attachment (id=18656) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18656&action=view) Simple Scale Box in pdf shifted -- 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] Fri Jul 28 09:21:00 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68065 invoked from network); 28 Jul 2006 09:21:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jul 2006 09:21:00 -0000 Received: (qmail 52191 invoked by uid 500); 28 Jul 2006 09:21:00 -0000 Delivered-To: [email protected] Received: (qmail 52060 invoked by uid 500); 28 Jul 2006 09:21: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52049 invoked by uid 99); 28 Jul 2006 09:20:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 02:20:59 -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 port.mcc.id.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 02:20:58 -0700 Received: from cam by port.mcc.id.au with local (Exim 3.36 #1 (Debian)) id 1G6OWJ-0003KQ-00 for <[email protected]>; Fri, 28 Jul 2006 19:20:35 +1000 Date: Fri, 28 Jul 2006 19:20:35 +1000 From: Cameron McCormack <[email protected]> To: [email protected] Subject: Re: svn commit: r426029 - /xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder.java Message-ID: <[email protected]> Mail-Followup-To: [email protected] References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <[email protected]> X-Numbers: 4 8 15 16 23 42 User-Agent: Mutt/1.5.11+cvs20060403 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Thomas. Thomas DeWeese: > A little more about this commit. In the SVG 1.2 branch of Batik > many of the 'createBridgeContext' methods have had their signature > changed. They now take an 'SVGOMDocument'. This means that the > versions provided by the FOP transcoder aren't being called. > > The correct fix is for the FOPTranscoder to provide an > SVG12BridgeContext and provide the createBridgeContext methods that > take the SVGOMDocument. The first one is a bit tricky since the > SVG12BridgeContext only exists in 'trunk'. > > So then the issues comes down to: > 1) Move the FOPTranscoder Batik baseline to the 'trunk' > version of Batik > - This is problematic since FOP can only bundle > 'released' jars (although we may be having a release > of Batik now that Cameron has implemented most of > SMIL). > 2) Provide the SVGOMDocument version of createBridgeContext > but only return a '1.1' BridgeContext in all cases. > > I think #2 is the right way to go for now (until Batik has another > release) as it appears that the SVG12BridgeContext is mostly > concerned with dynamic things. > > Cameron can you think of anything off the top of your head that > will really blow up if a 'static' SVG 1.2 document tries to use the > base BridgeContext (I suppose the onload stuff might not work > properly). If it's a static document, yeah I think there's no problem, since SVG12BridgeContext only adds functionality for dynamic documents (like proper handling of events with sXBL). As soon as it is dynamic there are a couple of places that cast the BridgeContext to SVG12BridgeContext. In the long run, I'm of the opinion that the separation between the svg12 classes and the original ones should be removed. Since the SVG WG want to change the meaning of the 'version' attribute in documents to mean "you need a UA that supports at least this version to get full funcionality from the document but it still might fall back otherwise", the distinction between SVG 1.1 and SVG 1.2 documents falls away mostly. -- Cameron McCormack, http://mcc.id.au/ xmpp:[email protected] ▪ ICQ 26955922 ▪ MSN [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jul 30 23:10:45 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4493 invoked from network); 30 Jul 2006 23:10:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jul 2006 23:10:44 -0000 Received: (qmail 23915 invoked by uid 500); 30 Jul 2006 23:10:44 -0000 Delivered-To: [email protected] Received: (qmail 23896 invoked by uid 500); 30 Jul 2006 23: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23885 invoked by uid 500); 30 Jul 2006 23:10:44 -0000 Delivered-To: [email protected] Received: (qmail 23882 invoked by uid 99); 30 Jul 2006 23:10:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jul 2006 16:10:44 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jul 2006 16:10:42 -0700 Received: by brutus.apache.org (Postfix, from userid 1007) id 53BAE41000C; Sun, 30 Jul 2006 23:08:14 +0000 (GMT) From: [email protected] To: [email protected] Subject: Bug report for Batik [2006/07/30] Message-Id: <[email protected]> Date: Sun, 30 Jul 2006 23:08:14 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +---------------------------------------------------------------------------+ | Bugzilla Bug ID | | +---------------------------------------------------------------------+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned | | | OPN=Reopened VER=Verified (Skipped Closed/Resolved) | | | +-----------------------------------------------------------------+ | | | Severity: BLK=Blocker CRI=Critical MAJ=Major | | | | MIN=Minor NOR=Normal ENH=Enhancement | | | | +-------------------------------------------------------------+ | | | | Date Posted | | | | | +--------------------------------------------------+ | | | | | Description | | | | | | | |17226|New|Nor|2003-02-20|PNG images don't render from web unless keep-alive| |23443|New|Nor|2003-09-26|reference vs referencing element bug | |25142|New|Nor|2003-12-02|TIFF 1bpp image with svgbrowser not drawable | |25740|New|Enh|2003-12-24|Better Error messages for SVGDOM in non-dynamic do| |26309|New|Nor|2004-01-21|Non-horizontal text rendered incorrectly when crea| |26466|New|Cri|2004-01-27|Incomplete support for AlphaComposite causes SVG e| |26651|New|Enh|2004-02-04|Enhancement for OutputManager (SVGTranscoder) | |26815|New|Min|2004-02-10|empty filter does not clip to filter effects regio| |26816|New|Nor|2004-02-10|color-interpolation property ignored in alpha comp| |26860|New|Nor|2004-02-11|unexpected non-zero alpha due to clamping of premu| |27248|New|Nor|2004-02-26|Adding support for rendering-color-space property | |27297|New|Enh|2004-02-27|Transparency for indexed PNGs | |27970|New|Nor|2004-03-26|BUFFERED_IMAGE Hint Msg for some Graphics2D's | |28172|New|Enh|2004-04-02|Request BeanShell scripting support | |28344|New|Nor|2004-04-12|SVGDocument should use ParsedURL for it's URLObjec| |28806|New|Maj|2004-05-06|inclusion of animated gif hangs the application wh| |29531|New|Enh|2004-06-11|JSVGCanvas API has minor inconsistency on property| |29785|New|Nor|2004-06-24|SVGConstants should be public final class | |29786|New|Nor|2004-06-24|SVGConstants strings appear as strings not referen| |30926|New|Enh|2004-08-29|RFE : allow to set a custom XmlWriter to SVGGraphi| |31605|New|Nor|2004-10-08|SVG pretty printer screws up <text><tspan>..</tspa| |31625|New|Enh|2004-10-11|Documentation and Interface on SVGGraphics2D is cr| |31629|New|Nor|2004-10-11|SVGOMUseElementacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetInstanceRoot() not implemented| |32075|New|Nor|2004-11-05|Strange rendering glitch | |32206|New|Nor|2004-11-12|NullPointerException in SVGPath.toSVGPathData | |32415|New|Nor|2004-11-27|expanded window does not collapse properly on relo| |33348|New|Nor|2005-02-02|Export to Windows metafile (EMF or WMF) | |33447|New|Cri|2005-02-08|Null Pointer Exception in TranscoderAPI | |33607|New|Nor|2005-02-16|Font file leakage, caching suggested | |34156|Ass|Enh|2005-03-24|RFE: Allow setting ECMAScript mode | |34202|Ass|Nor|2005-03-28|No proper RGBColor for color keywords | |34210|Ass|Enh|2005-03-28|RFE: Implement document.styleSheets | |34217|Ass|Nor|2005-03-29|RFE: getLength on StyleMap | |34234|Ass|Nor|2005-03-30|testsuite fails at NullURITest/ on dual-processor | |34363|Inf|Nor|2005-04-07|[PATCH] Batik chokes on whitespace text before <sv| |34364|New|Nor|2005-04-08|[PATCH] Ambiguous constructor call error in RhinoC| |34631|New|Cri|2005-04-26|Batik inside of Eclipse using bridge memory heap c| |34694|New|Min|2005-05-01|ttf2svg and glyph-name attribute | |34905|New|Nor|2005-05-13|parseXML does not work with XML header | |35165|New|Min|2005-06-02|Incorrect rendering with PDF transcoder in some ca| |35202|New|Nor|2005-06-03|SVGGraphics2D.stream(*) corrupts created document.| |35233|Ass|Maj|2005-06-06|RhinoInterpreter does not always call setSecurityC| |35237|Inf|Cri|2005-06-06|1.6 introduced errors with SVG saving | |35515|New|Nor|2005-06-27|Problem with converting WMF files to SVG Documents| |35549|New|Nor|2005-06-29|Scripting Media Types | |35629|New|Nor|2005-07-06|Script events don't trigger on <defs> elements | |35922|Inf|Maj|2005-07-28|SVG rendering is offset and/or missing. | |36184|Opn|Nor|2005-08-15|a clipPath applied to multiple graphics objects is| |[email protected]| |36627|New|Nor|2005-09-13|[PATCH] Implementation of 'static' from SVG 1.2 | |36744|Ass|Nor|2005-09-20|feTurbulence - bad implementation of the seed attr| |37496|New|Nor|2005-11-14|The attribute 'transform' of the element <path> is| |37789|New|Cri|2005-12-05|Problems whem printing svg images | |38205|New|Nor|2006-01-10|1-dimensional closed paths with round line join no| |38207|New|Maj|2006-01-10|CSS character escape sequences not parsed correctl| |38498|New|Nor|2006-02-03|textLength not working properly on text element | |38891|New|Maj|2006-03-08|Massive WMFTranscoder problems | |38937|New|Nor|2006-03-12|SVGError not dispatched for script errors | |39114|Ass|Nor|2006-03-27|Wingding Fonts in Squigle (SVG Browser) | |39196|New|Nor|2006-04-04|Allowed script origin not adhered to when there ar| |39318|New|Nor|2006-04-15|The problem of view enableBackground.svg | |39379|Ass|Enh|2006-04-21|Doesn't support CNF fonts | |39400|New|Nor|2006-04-25|Add title in 'history' menu | |39451|New|Enh|2006-04-30|Decouple gvt from bridge so clients can build thei| |39714|Ass|Nor|2006-06-04|DefaultExtensionHandler derived class's handlePain| |39755|New|Nor|2006-06-08|Writing TIFF with JPEG compression fails | |39784|New|Nor|2006-06-12|glyphs not properly aligned on path when used in t| |39838|New|Min|2006-06-19|patches to prevent integer overflow | |40091|New|Maj|2006-07-21|"JDK URL is corrupt or unsupported variant" except| |40131|New|Maj|2006-07-27|SVG to PDF transcoder offsets polylines and polygo| +-----+---+---+----------+--------------------------------------------------+ | Total 70 bugs | +---------------------------------------------------------------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jul 31 14:21:02 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69531 invoked from network); 31 Jul 2006 14:21:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jul 2006 14:21:02 -0000 Received: (qmail 81573 invoked by uid 500); 31 Jul 2006 14:21:02 -0000 Delivered-To: [email protected] Received: (qmail 81552 invoked by uid 500); 31 Jul 2006 14:21: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81525 invoked by uid 99); 31 Jul 2006 14:21:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 07:21:01 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 07:21:01 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 8C1E741000A; Mon, 31 Jul 2006 14:18:31 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 27297] - Transparency for indexed PNGs In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 31 Jul 2006 14:18:31 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=27297>. 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=27297 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|enhancement |minor ------- Additional Comments From [email protected] 2006-07-31 14:18 ------- The problem is that the call to org.apache.batik.ext.awt.image.rendered.IndexImage.getIndexedImage (BufferedImage,nColors) returns an indexed image without transparency. The method ignores the alpha channel during calculation of indexed colors. I think this isn't an enhancement - this is a 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] Mon Jul 31 17:44:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55771 invoked from network); 31 Jul 2006 17:44:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jul 2006 17:44:44 -0000 Received: (qmail 66990 invoked by uid 500); 31 Jul 2006 17:44:44 -0000 Delivered-To: [email protected] Received: (qmail 66975 invoked by uid 500); 31 Jul 2006 17:44: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: <batik-dev.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66964 invoked by uid 99); 31 Jul 2006 17:44:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 10:44:43 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 10:44:42 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id D3E58410009; Mon, 31 Jul 2006 17:42:12 +0000 (GMT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 40131] - SVG to PDF transcoder offsets polylines and polygons in Adobe Reader In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Mon, 31 Jul 2006 17:42:12 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=40131>. 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=40131 ------- Additional Comments From [email protected] 2006-07-31 17:42 ------- An online viewer http://view.samurajdata.se/ and Foxit Reader 1.3 both show the shifted poly problem -- 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] Fri Mar 01 14:40:10 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36728 invoked from network); 1 Mar 2002 14:40:10 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 1 Mar 2002 14:40:10 -0000 Received: (qmail 11115 invoked by uid 97); 1 Mar 2002 14:39:28 -0000 Delivered-To: [email protected] Received: (qmail 11085 invoked by uid 97); 1 Mar 2002 14:39: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11052 invoked from network); 1 Mar 2002 14:39:26 -0000 Message-ID: <[email protected]> Date: Fri, 01 Mar 2002 15:40:08 +0100 From: Erwin Teseling <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-gb MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: JMS extention for JMeter References: <[email protected]> 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: daedalus.apache.org 1.6.2 0/1000/N Hello, For a project I am working on I need to do testing on MessageDrivenEJBs. In order to do this I would like to be able to send JMS messages from within JMeter (and measure the response time under heavy load). I have been searching through the archives and I found a couple of mails that talk about people who were working on a JMS extention (as well as other extentions). Does anyone have a JMS sampler that he/she is willing to share with me (and the rest of us)? I would be really grateful! By the way is there anywhere a repository for JMeter extentions (until there are possibly integrated in the core)? Thanks, Erwin Teseling -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 04 16:50:05 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42133 invoked from network); 4 Mar 2002 16:50:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Mar 2002 16:50:05 -0000 Received: (qmail 14219 invoked by uid 97); 4 Mar 2002 16:50:06 -0000 Delivered-To: [email protected] Received: (qmail 14179 invoked by uid 97); 4 Mar 2002 16:50: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14168 invoked from network); 4 Mar 2002 16:50:04 -0000 Message-ID: <912813B4551CD511983700D0B7696A8F3002CE@EXCHANGE> From: Michael Morris <[email protected]> To: "'[email protected]'" <[email protected]> Subject: Proxy not working Date: Mon, 4 Mar 2002 16:49:49 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thank you Michael for all your help last week with the parsing the variable stuff. Is it just me or does anyone else have a problem with the proxy. I have not seen anything in the bug database or in the archive. When I run the proxy in version 1.7 and try to use my IE browser to navigate around the pages are very distorted. This is so in all the nightly builds of JMeter1.7 with the exception of one I have from 30th August 2001. As a result I use this version when I want to record my browser activity. Unfortunately, that version will not allow me to open any saved files so I have to keep two different versions open together and negotiate from one to the other. I have been doing this for so long now that I had forgotten that it was a tad unusual until I started trying to show some of the QA people how to use JMeter. I am sure that there must be a simple solution to this as no one else seems to have the problem. Please help, I am feeling very stupid. Michael -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 04 17:07:21 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62558 invoked from network); 4 Mar 2002 17:07:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Mar 2002 17:07:21 -0000 Received: (qmail 28393 invoked by uid 97); 4 Mar 2002 17:07:23 -0000 Delivered-To: [email protected] Received: (qmail 28365 invoked by uid 97); 4 Mar 2002 17:07: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28354 invoked from network); 4 Mar 2002 17:07:21 -0000 Content-return: allowed Date: Mon, 04 Mar 2002 12:07:13 -0500 From: "Stover, Michael" <[email protected]> Subject: RE: Proxy not working To: "'JMeter Users List'" <[email protected]> Message-id: <61E69E92EA1CD211B94700805F65B9110790C6D1@USA0834MS1> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-type: text/plain; charset=iso-8859-1 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is news to me. What's the most recent version of JMeter you've tried? How exactly are the pages distorted? If you view source, how exactly does it differ from what it should look like? -Mike > -----Original Message----- > From: Michael Morris [mailto:[email protected]] > Sent: Monday, March 04, 2002 11:50 AM > To: '[email protected]' > Subject: Proxy not working > > > Thank you Michael for all your help last week with the > parsing the variable > stuff. > > Is it just me or does anyone else have a problem with the > proxy. I have not > seen anything in the bug database or in the archive. > When I run the proxy in version 1.7 and try to use my IE > browser to navigate > around the pages are very distorted. This is so in all the > nightly builds of > JMeter1.7 with the exception of one I have from 30th August 2001. As a > result I use this version when I want to record my browser activity. > Unfortunately, that version will not allow me to open any > saved files so I > have to keep two different versions open together and > negotiate from one to > the other. > > I have been doing this for so long now that I had forgotten > that it was a > tad unusual until I started trying to show some of the QA > people how to use > JMeter. I am sure that there must be a simple solution to > this as no one > else seems to have the problem. > > Please help, I am feeling very stupid. > > Michael > > -- > To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 04 17:28:53 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91721 invoked from network); 4 Mar 2002 17:28:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Mar 2002 17:28:52 -0000 Received: (qmail 13384 invoked by uid 97); 4 Mar 2002 17:28:35 -0000 Delivered-To: [email protected] Received: (qmail 13318 invoked by uid 97); 4 Mar 2002 17:28: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 13238 invoked from network); 4 Mar 2002 17:28:31 -0000 Message-ID: <912813B4551CD511983700D0B7696A8F3002CF@EXCHANGE> From: Michael Morris <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: Proxy not working Date: Mon, 4 Mar 2002 17:28:16 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C1C3A1.F80FA390" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_000_01C1C3A1.F80FA390 Content-Type: text/plain; charset="iso-8859-1" Latest version I have tried is from 25th Feb 2002. The problem seems to be that the first x lines of the source are missing. (where x does not seem to be a constant). The pages are distorted as you might expect. I am attaching to this email the source for the BBC news page as it appears with and without the proxy. Michael -----Original Message----- From: Stover, Michael [mailto:[email protected]] Sent: 04 March 2002 17:07 To: 'JMeter Users List' Subject: RE: Proxy not working This is news to me. What's the most recent version of JMeter you've tried? How exactly are the pages distorted? If you view source, how exactly does it differ from what it should look like? -Mike > -----Original Message----- > From: Michael Morris [mailto:[email protected]] > Sent: Monday, March 04, 2002 11:50 AM > To: '[email protected]' > Subject: Proxy not working > > > Thank you Michael for all your help last week with the > parsing the variable > stuff. > > Is it just me or does anyone else have a problem with the > proxy. I have not > seen anything in the bug database or in the archive. > When I run the proxy in version 1.7 and try to use my IE > browser to navigate > around the pages are very distorted. This is so in all the > nightly builds of > JMeter1.7 with the exception of one I have from 30th August 2001. As a > result I use this version when I want to record my browser activity. > Unfortunately, that version will not allow me to open any > saved files so I > have to keep two different versions open together and > negotiate from one to > the other. > > I have been doing this for so long now that I had forgotten > that it was a > tad unusual until I started trying to show some of the QA > people how to use > JMeter. I am sure that there must be a simple solution to > this as no one > else seems to have the problem. > > Please help, I am feeling very stupid. > > Michael > > -- > To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------_=_NextPart_000_01C1C3A1.F80FA390 Content-Type: text/plain; name="news.bbc with proxy.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="news.bbc with proxy.txt" p"> <area alt=3D"Arabic" coords=3D"0,3,92,19" = href=3D"http://www.bbc.co.uk/arabic"> <area alt=3D"Spanish" coords=3D"0,21,92,34" = href=3D"http://www.bbc.co.uk/spanish"> <area alt=3D"Russian" coords=3D"0,37,92,50" = href=3D"http://www.bbc.co.uk/russian"> <area alt=3D"Chinese" coords=3D"0,54,92,69" = href=3D"http://www.bbc.co.uk/chinese"> <area alt=3D"Welsh" coords=3D"0,72,92,83" = href=3D"/hi/english/newyddion/"> </map> <LINK TYPE=3D"text/css" REL=3D"stylesheet" = HREF=3D"/stylesheets/corenews.css"> </HEAD> <BODY BGCOLOR=3D"#FFFFFF" TEXT=3D"#000000" LINK=3D"#333366" = ALINK=3D"#000066" VLINK=3D"#666699"> <!--[START]--(( BBCi TOOLBAR ))--> <table width=3D"600" cellpadding=3D"0" cellspacing=3D"0" border=3D"0"> <tr bgcolor=3D"#999999"> <td class=3D"bbcpageShadow"><a name=3D"top"><img = src=3D"/furniture/nav/global_toolbar/t.gif" width=3D"600" height=3D"2" = alt=3D"" /></a></td> </tr> <FORM action=3D"http://newssearch.bbc.co.uk/cgi-bin/results.pl"> <INPUT type=3D"hidden" name=3D"tab" value=3D"news"> <INPUT type=3D"hidden" name=3D"scope" value=3D"news"> <tr bgcolor=3D"#999999"> <td class=3D"bbcpageGrey"> <table cellpadding=3D"0" cellspacing=3D"0" border=3D"0"> <tr bgcolor=3D"#999999"> <td class=3D"bbcpageShadowLeft" width=3D"100%"><a = href=3D"http://www.bbc.co.uk/"><img = src=3D"/furniture/nav/global_toolbar/logo.gif" width=3D"62" = height=3D"20" alt=3D"BBCi" border=3D"0" hspace=3D"7" vspace=3D"2" = /></a></td> <td class=3D"bbcpageGreyT" align=3D"right"><a = href=3D"http://www.bbc.co.uk/categories/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">CATEGORIES</font></b></a></td> <td class=3D"bbcpageBar"><a href=3D"http://www.bbc.co.uk/tv/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">&nbsp;&nbsp;TV</font></b></a></td> <td class=3D"bbcpageBar2"><a href=3D"http://www.bbc.co.uk/radio/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">&nbsp;&nbsp;RADIO</font></b></a></td> <td class=3D"bbcpageBar"><a href=3D"http://www.bbc.co.uk/communicate/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">&nbsp;&nbsp;COMMUNICATE</font></b></a></td> <td class=3D"bbcpageBar2"><a href=3D"http://www.bbc.co.uk/whereilive/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">&nbsp;&nbsp;WHERE&nbsp;I&nbsp;LIVE</font></b></a>= </td> <td class=3D"bbcpageBar"><a href=3D"http://www.bbc.co.uk/a-z/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">&nbsp;&nbsp;INDEX&nbsp;</b></font></a></td> <td class=3D"bbcpageSearchL"><img src=3D"/furniture/nothing.gif" = width=3D"2" height=3D"30" alt=3D"" /></td> <td class=3D"bbcpageSearch"><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageCream">&nbsp;&nbsp;<!-- <label = for=3D"bbcpagesearchbox"> --><b>SEARCH</b><!-- </label> = -->&nbsp;</font></td> <td class=3D"bbcpageSearch2" = style=3D"font-family:tahoma,arial,helvetica,sans-serif;"><img = src=3D"/furniture/nothing.gif" width=3D"1" height=3D"3" alt=3D"" /><br = /><INPUT type=3D"text" name=3D"q" id=3D"bbcpagesearchbox" size=3D"5" = style=3D"width:96px;" /></td> <td class=3D"bbcpageSearch"><img src=3D"/furniture/nothing.gif" = width=3D"3" height=3D"1" alt=3D"" /></td> <td class=3D"bbcpageSearch2"><img src=3D"/furniture/nothing.gif" = width=3D"1" height=3D"5" alt=3D"" /><br /><input type=3D"image" = value=3D"go" src=3D"/furniture/nav/global_toolbar/go.gif" width=3D"20" = height=3D"16" border=3D"0" alt=3D"Go" align=3D"top" /></td> <td class=3D"bbcpageSearch"><img src=3D"/furniture/nothing.gif" = width=3D"3" height=3D"1" alt=3D"" /></td> <td class=3D"bbcpageSearchR"><img src=3D"/furniture/nothing.gif" = width=3D"1" height=3D"30" alt=3D"" /></td> </tr> <tr bgcolor=3D"#000000"> <td><img src=3D"/furniture/nothing.gif" width=3D"76" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"76" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"20" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"42" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"86" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"78" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"42" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"2" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"51" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"100" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"3" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"20" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"3" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"1" height=3D"1" = alt=3D"" /></td> </tr> </table></td> </tr> </form> </table> <!--[END]--(( BBCi TOOLBAR ))--> <TABLE WIDTH=3D"600" CELLPADDING=3D"0" CELLSPACING=3D"0" BORDER=3D"0"> <tr> <td BGCOLOR=3D"#990000"><img src=3D"/furniture/nav/ukfs/banner_ani.gif" = alt=3D"BBC NEWS" border=3D0 width=3D600 height=3D40 = USEMAP=3D"#banner"></td> </tr> </TABLE> <TABLE border=3D"0" CELLPADDING=3D"0" CELLSPACING=3D"0" WIDTH=3D"600"> <TR> <TD WIDTH=3D100><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D100 = HEIGHT=3D1 ALT=3D""></TD> <TD WIDTH=3D5><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D5 HEIGHT=3D1 = ALT=3D""></TD> <TD BGCOLOR=3D"#CCCC99" WIDTH=3D315><IMG SRC=3D"/furniture/nothing.gif" = WIDTH=3D315 HEIGHT=3D1 ALT=3D""></TD> <TD BGCOLOR=3D"#CCCC99" WIDTH=3D10><IMG SRC=3D"/furniture/nothing.gif" = WIDTH=3D10 HEIGHT=3D1 ALT=3D""></TD> <TD BGCOLOR=3D"#CCCC99" WIDTH=3D170><IMG SRC=3D"/furniture/nothing.gif" = WIDTH=3D170 HEIGHT=3D1 ALT=3D""></TD> </TR> <TR> <TD WIDTH=3D"100"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D100 = HEIGHT=3D1 ALT=3D""></TD> <TD WIDTH=3D5><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D5 HEIGHT=3D3 = ALT=3D""></TD> <TD CLASS=3D"crumbtraila" COLSPAN=3D"3" WIDTH=3D"495" = BGCOLOR=3D"#CCCC99">&nbsp;</TD> </TR> <TR> <TD VALIGN=3D"TOP" COLSPAN=3D"3"> <TABLE ALIGN=3D"RIGHT" border=3D"0" CELLPADDING=3D"0" = CELLSPACING=3D"0"> <TR> <TD WIDTH=3D"100"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"100" = HEIGHT=3D"1"></TD> <TD WIDTH=3D"5"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"5" = HEIGHT=3D"1"></TD> <TD WIDTH=3D"315"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"315" = HEIGHT=3D"1"></TD> </TR> <TR> <TD ALIGN=3D"right" VALIGN=3D"top" WIDTH=3D"100"> =09 =20 <TABLE WIDTH=3D"100" CELLSPACING=3D"0" CELLPADDING=3D"0" BORDER=3D"0"> <TR><TD><IMG SRC=3D"/furniture/nothing.gif" HEIGHT=3D"1" WIDTH=3D"100" = BORDER=3D"0"></TD></TR> =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#999999" align=3D"right" class=3D"sectionStyle"><A = href=3D"/default.stm" class=3D"index">Front Page</A><SPAN = class=3D"cc3300">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/world/default.stm" class=3D"index">World</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/uk/default.stm" class=3D"index">UK</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/uk_politics/default.stm" class=3D"index">UK = Politics</A><SPAN CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/business/default.stm" = class=3D"index">Business</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/sci/tech/default.stm" = class=3D"index">Sci/Tech</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/health/default.stm" class=3D"index">Health</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/education/default.stm" = class=3D"index">Education</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" = class=3D"sectionStyleTight"><A = href=3D"/hi/english/entertainment/default.stm" = class=3D"index">Entertainment</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/talking_point/default.stm" class=3D"index">Talking = Point</A><SPAN CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/static/in_depth/default.stm" class=3D"index">In = Depth</A><SPAN CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/audiovideo/default.stm" = class=3D"index">AudioVideo</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 <TR><TD><IMG SRC=3D"/furniture/nothing.gif" HEIGHT=3D"5" WIDTH=3D"1" = BORDER=3D"0"></TD></TR> </TABLE> =20 =20 <P> =09 <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"1" HEIGHT=3D"15" ALT=3D"" = BORDER=3D"0"><BR><A HREF=3D"/sport/"><IMG = SRC=3D"/furniture/nav/lhs_sitepuffs/sport.gif" WIDTH=3D"100" = HEIGHT=3D"14" ALT=3D"BBC Sport" BORDER=3D"0"></A><BR><IMG = SRC=3D"/furniture/nothing.gif" WIDTH=3D"1" HEIGHT=3D"4" ALT=3D"" = BORDER=3D"0"><BR><A HREF=3D"http://www.bbc.co.uk/weather/"><IMG = SRC=3D"/furniture/nav/lhs_sitepuffs/weather.gif" WIDTH=3D"100" = HEIGHT=3D"14" ALT=3D"BBC Weather" BORDER=3D"0"></A><BR CLEAR=3D"all"> <P> <DIV> <TABLE WIDTH=3D"100" CELLSPACING=3D"0" CELLPADDING=3D"0" BORDER=3D"0">=20 <TR><TD ALIGN=3D"RIGHT" BGCOLOR=3D"#CCCCCC"><FONT SIZE=3D"2" = FACE=3D"Verdana,Arial,sans-serif" COLOR=3D"#666666"><SPAN = CLASS=3D"servicestitle"><B>SERVICES&nbsp;</B></SPAN></FONT></TD></TR> <TR><TD><img src=3D"/furniture/nothing.gif" width=3D"1" height=3D"1" = border=3D"0" alt=3D""></TD></TR></TABLE><FONT SIZE=3D"1" = FACE=3D"Verdana,Arial,sans-serif"><DIV CLASS=3D"servicesnav"><A = HREF=3D"http://www.bbc.co.uk/dailyemail/">Daily E-mail</A></DIV> <DIV CLASS=3D"servicesnav"><A = HREF=3D"/hi/english/static/services/ticker/default.stm">News = Ticker</A></DIV> <DIV CLASS=3D"servicesnav"><A = HREF=3D"/hi/english/static/services/pda/default.stm">News for = PDA</A></DIV> <DIV><img src=3D"/furniture/dotted_line.gif" width=3D"99" height=3D"1" = border=3D"0" alt=3D"" vspace=3D"3"></DIV> <DIV CLASS=3D"servicesnav"><A = HREF=3D"/hi/english/static/feedback/default.stm">Feedback</A></DIV> <DIV CLASS=3D"servicesnav"><A = HREF=3D"/hi/english/static/help/default.stm">Help</A></DIV></FONT> </DIV> <DIV><img src=3D"/furniture/dotted_line.gif" width=3D"99" height=3D"1" = border=3D"0" alt=3D"" vspace=3D"3"></DIV> <FONT SIZE=3D"1" FACE=3D"Verdana,Arial,sans-serif"><DIV = CLASS=3D"servicesnav"><A href=3D"/text_only.stm">Low = Graphics</a></DIV></FONT> =09 <P> <DIV> <TABLE WIDTH=3D"100" CELLSPACING=3D"0" CELLPADDING=3D"0" BORDER=3D"0">=20 <TR><TD ALIGN=3D"RIGHT" BGCOLOR=3D"#CCCCCC"><FONT SIZE=3D"2" = FACE=3D"Verdana,Arial,sans-serif" COLOR=3D"#666666"><SPAN = CLASS=3D"servicestitle"><B>LANGUAGES&nbsp;</B></SPAN></FONT></TD></TR> <TR><TD><img src=3D"/furniture/nothing.gif" width=3D"1" height=3D"1" = border=3D"0" alt=3D""></TD></TR></TABLE> <img src=3D"/furniture/nav/ukfs/languages.gif" width=3D"92" = height=3D"86" border=3D"0" alt=3D"" usemap=3D"#languages_map" = vspace=3D"1" hspace=3D"2"> </DIV> =09 =09 </TD> <TD><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 HEIGHT=3D1></TD> <TD VALIGN=3DTOP WIDTH=3D"315"> <!--FrontPageStoryBody--> <FONT CLASS=3D"body" FACE=3D"sans-serif" SIZE=3D"2"> <SPAN CLASS=3D"date">Monday, 4 March, 2002, 17:17 GMT </SPAN> <IFRAME SRC=3D"/ticker/ticker.stm" WIDTH=3D315 HEIGHT=3D30 = SCROLLING=3D"no" FRAMEBORDER=3D0 MARGINHEIGHT=3D0 MARGINWIDTH=3D0> <APPLET CODE=3D"lightticker2.class" CODEBASE=3D"/java/" WIDTH=3D300 = HEIGHT=3D50> <PARAM NAME=3Dbgcolor VALUE=3D"255,255,255"><PARAM NAME=3Dlinkcolor = VALUE=3D"255,0,0"> <PARAM NAME=3Dtextcolor VALUE=3D"0,0,0"><PARAM VALUE=3D"252" = NAME=3D"SectionID"> <PARAM VALUE=3D"3" NAME=3D"LanguageID"> <PARAM NAME=3DRegionID VALUE=3D-1> <PARAM NAME=3DSubRegionID VALUE=3D-1> </APPLET> </IFRAME><BR> <IMG SRC=3D"/furniture/red_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D4 ALT=3D""><BR> =09 <DIV CLASS=3D"bodytext"> <A = href=3D"/hi/english/world/south_asia/newsid_1854000/1854073.stm"> =09 <IMG HSPACE=3D5 align=3Dleft alt=3D"US Chinook helicopter" = border=3D0 width=3D100 height=3D120 = src=3D"/olmedia/1850000/images/_1854223_chinook2_100.jpg"> =09 </A> =09 <A = href=3D"/hi/english/world/south_asia/newsid_1854000/1854073.stm"> <B class=3D"h1">US helicopter shot down in Afghanistan</B><BR> </A> A US army Chinook helicopter has been shot down in eastern = Afghanistan, killing at least six US soldiers, the Pentagon says. <BR CLEAR=3DALL> </DIV> =09 <DIV CLASS=3D"alsolist"> <DIV CLASS=3D"alsohead">Also:<BR></DIV> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/south_asia/newsid_1854000/1854371.stm">How = thermobaric bombs work</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/europe/newsid_1854000/1854187.stm">German = special forces in action</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/americas/newsid_1557000/1557140.stm">Guide to = military strength</A></SMALL><BR> =09 <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"1" HEIGHT=3D"2" = BORDER=3D0><BR> =09 =09 <DIV STYLE=3D"padding-bottom:1px; padding-top:1px;"><IMG = src=3D"/furniture/video.gif" border=3D"0" hspace=3D"0"><SMALL> <B>News in Video: </B> <A = href=3D"http://news.bbc.co.uk/media/video/36110000/rm/_36110035_helicopt= er15_price_vi.ram"> &quot;Small number of troops killed&quot;<BR> </A> </SMALL></DIV> =09 <DIV STYLE=3D"padding-bottom:1px; padding-top:1px;"><IMG = src=3D"/furniture/indepth_icon.gif" border=3D"0" hspace=3D"0"><SMALL> <B>In Depth: </B> <A = href=3D"http://news.bbc.co.uk/hi/english/in_depth/world/2001/war_on_terr= or/"> After the Taleban<BR> </A> </SMALL></DIV> =09 =09 </DIV> =09 =09 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D7 ALT=3D""><BR> =09 =09 =09 <DIV CLASS=3D"bodytext"> <A = href=3D"/hi/english/world/middle_east/newsid_1853000/1853690.stm"> =09 <IMG HSPACE=3D5 align=3Dleft alt=3D"Man at scene of attack" = border=3D0 width=3D100 height=3D120 = src=3D"/media/images/36111000/jpg/_36111136_ap_white100.jpg"> =09 </A> =09 <A = href=3D"/hi/english/world/middle_east/newsid_1853000/1853690.stm"> <B class=3D"h1">Six die in Israeli tank attack</B><BR> </A> Three children are among the victims of a strike apparently aimed = at a Hamas activist, taking to 14 the total killed in the latest = Israeli reprisals. <BR CLEAR=3DALL> </DIV> =09 <DIV CLASS=3D"alsolist"> <DIV CLASS=3D"alsohead">Also:<BR></DIV> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/middle_east/newsid_1831000/1831251.stm">Q&A: = Middle East conflict</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/middle_east/newsid_1853000/1853924.stm">Analys= is: Sniper stuns Israeli army</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/middle_east/newsid_1849000/1849275.stm">Viewpo= int: Camps of despair and opposition</A></SMALL><BR> =09 <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"1" HEIGHT=3D"2" = BORDER=3D0><BR> =09 </DIV> =09 =09 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D7 ALT=3D""><BR> =09 =09 =09 <DIV CLASS=3D"bodytext"> <A href=3D"/hi/english/uk_politics/newsid_1854000/1854385.stm"> =09 <IMG HSPACE=3D5 align=3Dleft alt=3D"Martin Sixmith and Stephen = Byers" border=3D0 width=3D100 height=3D120 = src=3D"/olmedia/1850000/images/_1853080_spin2_100.jpg"> =09 </A> =09 <A href=3D"/hi/english/uk_politics/newsid_1854000/1854385.stm"> <B class=3D"h1">Official suspended in spin row</B><BR> </A> The UK transport department's head of news is suspended on full pay = after an inquiry into the e-mail leak that triggered the spin row.<BR = CLEAR=3DALL> </DIV> =09 <DIV CLASS=3D"alsolist"> <DIV CLASS=3D"alsohead">Also:<BR></DIV> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/uk_politics/newsid_1853000/1853080.stm">Watchdog to = summon spin duo</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/uk_politics/newsid_1853000/1853711.stm">Blair's = "meddling advisers" under fire</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/uk_politics/newsid_1851000/1851622.stm">Tories = pledge to curb spin doctors</A></SMALL><BR> =09 <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"1" HEIGHT=3D"2" = BORDER=3D0><BR> =09 </DIV> =09 =09 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D7 ALT=3D""><BR> =09 =09 =09 <DIV CLASS=3D"bodytext"> <A href=3D"/hi/english/uk/england/newsid_1853000/1853733.stm"> =09 </A> =09 <A href=3D"/hi/english/uk/england/newsid_1853000/1853733.stm"> <B class=3D"h2">Brothers 'admitted Damilola killing'</B><BR> </A> Two of the boys accused of killing London schoolboy Damilola Taylor = laughed as they admitted stabbing him, an Old Bailey jury is told. <BR CLEAR=3DALL> </DIV> =09 =09 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D7 ALT=3D""><BR> =09 =09 =09 <DIV CLASS=3D"bodytext"> <A href=3D"/hi/english/business/newsid_1854000/1854376.stm"> =09 </A> =09 <A href=3D"/hi/english/business/newsid_1854000/1854376.stm"> <B class=3D"h2">US markets rise strongly</B><BR> </A> US stock markets continue to rally following the upbeat close to = trading last week.<BR CLEAR=3DALL> </DIV> =09 =09 =09 <BR> =09 =09 </FONT> </TD></TR> <TR> <TD><IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D100 = HEIGHT=3D1></TD> <TD><IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D5 HEIGHT=3D1></TD> <TD><IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 = HEIGHT=3D1></TD> </TR> <TR> <TD ALIGN=3DLEFT VALIGN=3DTOP> <img src=3D"/furniture/nav/ukfs/blue_map.gif" width=3D"92" = height=3D"60" border=3D"0" alt=3D"" usemap=3D"#world_map"> <BR> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"maptext">BBC News = covers the globe. Use the map to click on a region.</DIV></FONT> </TD> <TD><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 HEIGHT=3D1 = ALT=3D""></TD> <TD VALIGN=3DTOP> <FONT CLASS=3D"body" FACE=3D"sans-serif" SIZE=3D"2"> <DIV CLASS=3D"otherstories"> <B CLASS=3D"head">AROUND THE WORLD NOW</B><BR> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <TABLE CELLPADDING=3D"0" CELLSPACING=3D"0" BORDER=3D"0" WIDTH=3D"315"> =09 =09 <TR> <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"2"> <B CLASS=3D"head">AFRICA</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/world/africa/newsid_1853000/1853739.stm">Sierra = Leone rebels face murder charge</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/africa/default.stm">Africa in = full</A></SMALL></DIV> </FONT> </TD> <TD WIDTH=3D"7"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D7 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""></TD> =09 =09 =09 <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" FACE=3D"sans-serif= " SIZE=3D"2"> <B CLASS=3D"head">EUROPE</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/world/europe/newsid_1853000/1853334.stm">Karadzic = 'saved by French leak'</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/europe/default.stm">Europe in = full</A></SMALL></DIV> </FONT> </TD> </TR> <TR><TD><IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D154 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""></TD><TD><IMG SRC=3D"/furniture/nothing.gif" = WIDTH=3D7 HEIGHT=3D1 VSPACE=3D1 ALT=3D""></TD><TD><IMG = SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D154 HEIGHT=3D1 VSPACE=3D1 = ALT=3D""></TD></TR> <TR><TD COLSPAN=3D"3"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 = HEIGHT=3D2 ALT=3D""></TD></TR> =09 =09 =09 <TR> <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"2"> <B CLASS=3D"head">AMERICAS</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/sci/tech/newsid_1854000/1854338.stm">First Hubble = spacewalk completed</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/americas/default.stm">Americas in = full</A></SMALL></DIV> </FONT> </TD> <TD WIDTH=3D"7"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D7 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""></TD> =09 =09 =09 <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"2"> <B CLASS=3D"head">MIDDLE EAST</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/world/middle_east/newsid_1852000/1852955.stm">Arabs = riven over Saudi peace plan</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/middle_east/default.stm">Middle East in = full</A></SMALL></DIV> </FONT> </TD> </TR> <TR><TD><IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D154 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""></TD><TD><IMG SRC=3D"/furniture/nothing.gif" = WIDTH=3D7 HEIGHT=3D1 VSPACE=3D1 ALT=3D""></TD><TD><IMG = SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D154 HEIGHT=3D1 VSPACE=3D1 = ALT=3D""></TD></TR> <TR><TD COLSPAN=3D"3"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 = HEIGHT=3D2 ALT=3D""></TD></TR> =09 =09 =09 <TR> <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"2"> <B CLASS=3D"head">ASIA-PACIFIC</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/business/newsid_1853000/1853136.stm">Tokyo shares = hit six-month high</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/asia-pacific/default.stm">Asia-Pacific in = full</A></SMALL></DIV> </FONT> </TD> <TD WIDTH=3D"7"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D7 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""></TD> =09 =09 =09 <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"2"> <B CLASS=3D"head">SOUTH ASIA</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/world/south_asia/newsid_1853000/1853123.stm">Hindu = hardliners firm on temple plan</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/south_asia/default.stm">South Asia in = full</A></SMALL></DIV> </FONT> </TD> </TR> =09 =09 </TABLE> </DIV> <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D315 HEIGHT=3D2 VSPACE=3D1 = ALT=3D""><BR> <TABLE CELLPADDING=3D"0" CELLSPACING=3D"0" BORDER=3D"0" WIDTH=3D"315" = BGCOLOR=3D"#FFFFCC"> <TR> <TD><FONT CLASS=3D"body" FACE=3D"sans-serif" SIZE=3D"2"> =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/nav/bbcsport_bar.gif" WIDTH=3D315 HEIGHT=3D10 = ALT=3D""><BR> <B CLASS=3D"head">SPORT NEWS</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccc99_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/sport/hi/english/football/teams/m/man_city/newsid_1854000/18544= 16.stm">Man City's =A35m Macken deal</A></B><BR> Manchester City have agreed a club record fee for Preston striker = Jon Macken. </DIV> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A href=3D"/sport/">BBC = Sport in full</A></SMALL></DIV> =20 </FONT> </TD> </TR> </TABLE> <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D315 HEIGHT=3D2 VSPACE=3D1 = ALT=3D""><BR> <FONT CLASS=3D"body" FACE=3D"sans-serif" SIZE=3D"2"> <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">TOP STORIES AROUND THE UK</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> </DIV> =20 =09 <DIV> <B CLASS=3D"h3"><A = href=3D"/hi/english/health/newsid_1848000/1848697.stm">Pill 'caused = long-term damage'</A></B><BR> More than 100 women who claim the Pill caused them serious health = problems tell the High Court they were not warned of the risks. </DIV> <BR> =09 <DIV> <B CLASS=3D"h3"><A = href=3D"/hi/english/uk/newsid_1853000/1853263.stm">Holocaust denier = bankrupt</A></B><BR> Right-wing historian David Irving is declared bankrupt at the High = Court after failing to meet payments from his libel trial against = Penguin books. </DIV> =09 =09 =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = HREF=3D"/hi/english/uk/default.stm">UK in full</A></SMALL></DIV> </FONT> <FONT CLASS=3D"body" FACE=3D"sans-serif" SIZE=3D"2"> =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">UK POLITICS</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/uk_politics/newsid_1853000/1853490.stm">Lord urges = end to Empire honours</A></B><BR> Knighthoods and awards linked to the British Empire should be = scrapped in an overhaul of the honours system, says a Labour peer. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/uk_politics/default.stm">UK Politics in = full</A></SMALL></DIV> =09 =20 =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">BUSINESS</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/business/newsid_1853000/1853342.stm">Argentina hits = HSBC profits</A></B><BR> Profits at the global banking group fall after HSBC makes = provisions of more than $1bn to cover losses from the economic crisis = in Argentina. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/business/default.stm">Business in = full</A></SMALL></DIV> =09 =20 =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">SCI/TECH</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/sci/tech/newsid_1854000/1854038.stm">EU one step = from Kyoto ratification</A></B><BR> Europe's environment ministers agree that all member states should = implement the Kyoto Protocol on climate change. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/sci/tech/default.stm">Sci/Tech in = full</A></SMALL></DIV> =09 =20 =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">HEALTH</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/health/newsid_1853000/1853716.stm">Teen sex advice = 'ineffective'</A></B><BR> Family planning services may have no positive impact on reducing = the rate of pregnancy or abortion among schoolgirls, research suggests. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/health/default.stm">Health in = full</A></SMALL></DIV> =09 =20 =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">EDUCATION</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/education/newsid_1853000/1853866.stm">School phone = mast emissions 'low'</A></B><BR> A study of electromagnetic emissions from mobile phone masts near = 100 UK schools shows they are all well below exposure guidelines. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/education/default.stm">Education in = full</A></SMALL></DIV> =09 =20 =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">ENTERTAINMENT</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/entertainment/music/newsid_1852000/1852236.stm">So = Solid member pleads guilty</A></B><BR> Ashley Walters, of controversial garage act So Solid Crew, faces = prison after pleading guilty to a firearms charge. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/entertainment/default.stm">Entertainment in = full</A></SMALL></DIV> =09 =20 </FONT> </FONT> =09 <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D315 HEIGHT=3D1 VSPACE=3D7 = ALT=3D""><BR> </TD> </TR> </TABLE> </TD> <TD><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 HEIGHT=3D1 = ALT=3D""></TD> <TD VALIGN=3DTOP> <FONT SIZE=3D"2" FACE=3D"sans-serif"> <DIV CLASS=3D"puffbox"> <!--hi_en_puffbox_avmegapuff_storyInclude--> <SCRIPT LANGUAGE=3D"JavaScript" src=3D"/javascript/avmega.js"></SCRIPT> <table width=3D"170" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" = bgcolor=3D"#CCCCCC"> <tr> <td bgcolor=3D"#666699" colspan=3D"2"><FONT SIZE=3D"1" = COLOR=3D"#FFFFFF" FACE=3D"sans-serif"><SPAN = class=3D"avheader">&nbsp;WATCH/LISTEN</SPAN></FONT></td> </tr> <tr> <td bgcolor=3D"#000000" colspan=3D"2"><img = src=3D"/furniture/nothing.gif" width=3D"170" height=3D"1" border=3D"0" = alt=3D""></td> </tr> =09 =20 =20 <!--hi_en_puffbox_avmegapuff_item_story--> <TR> <TD BGCOLOR=3D"9999CC" COLSPAN=3D"2"><FONT SIZE=3D"1" = COLOR=3D"#FFFFFF" FACE=3D"sans-serif"><SPAN = CLASS=3D"avsubheader">&nbsp;BULLETINS ON DEMAND</SPAN></FONT></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/blue_audio.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><A = href=3D"/olmedia/cta/progs/rn/bulletin.ram">BBC Radio = latest</a></DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/blue_video.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><A = href=3D"http://www.bbc.co.uk/newsa/n5ctrl/tvseq/n24.ram">BBC News = 24</a></DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/blue_audio.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><A = href=3D"http://www.bbc.co.uk/worldservice/news/summary.ram">BBC World = Service radio</a></DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/blue_video.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><A = href=3D"http://www.bbc.co.uk/newsa/n5ctrl/tvseq/news_ost.ram">BBC One = TV news</a></DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD BGCOLOR=3D"#000000" COLSPAN=3D"2"><IMG = SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" HEIGHT=3D"1" BORDER=3D"0" = ALT=3D""></TD> </TR> =20 =09 =20 =20 <!--hi_en_puffbox_avmegapuff_item_story--> <TR> <TD BGCOLOR=3D"9999CC" COLSPAN=3D"2"><FONT SIZE=3D"1" = COLOR=3D"#FFFFFF" FACE=3D"sans-serif"><SPAN = CLASS=3D"avsubheader">&nbsp;LIVE AND COMING UP</SPAN></FONT></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/clock.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><B>1740GMT = </B><BR>US Pentagon briefing</DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD BGCOLOR=3D"#000000" COLSPAN=3D"2"><IMG = SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" HEIGHT=3D"1" BORDER=3D"0" = ALT=3D""></TD> </TR> =20 =09 =20 =20 <!--hi_en_puffbox_avmegapuff_item_story--> <TR> <TD BGCOLOR=3D"9999CC" COLSPAN=3D"2"><FONT SIZE=3D"1" = COLOR=3D"#FFFFFF" FACE=3D"sans-serif"><SPAN = CLASS=3D"avsubheader">&nbsp;VIDEO CHOICE</SPAN></FONT></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/blue_video.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"><A = href=3D"/olmedia/1850000/video/_1853056_chogm07_peschardt_vi.ram"><IMG = height=3D"40" hspace=3D"0" vspace=3D"0" alt=3D"Nigeria's President = Obasanjo " width=3D"54" border=3D"0" = src=3D"/olmedia/1850000/images/_1853160_obasanjo54.jpg" = align=3D"right"></a> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><A = href=3D"/olmedia/1850000/video/_1853056_chogm07_peschardt_vi.ram"> = Zimbabwe will only be 'judged' after its elections</a></DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD BGCOLOR=3D"#000000" COLSPAN=3D"2"><IMG = SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" HEIGHT=3D"1" BORDER=3D"0" = ALT=3D""></TD> </TR> =20 <tr> <td width=3D"16" valign=3D"top"><img = src=3D"/furniture/avmega_arrow.gif" width=3D"12" height=3D"9" = border=3D"0" alt=3D"" hspace=3D"2" vspace=3D"3"></td> <td width=3D"154"><FONT SIZE=3D"1" FACE=3D"sans-serif"><SPAN = CLASS=3D"avtext"><A = HREF=3D"/hi/english/audiovideo/programmes/default.stm">Programme = pages</A></SPAN></FONT></td> </tr> <tr> <td colspan=3D"2"><A HREF=3D"javascript: void request_launch();"><img = src=3D"/furniture/av_in_full_button.gif" width=3D"170" height=3D"29" = alt=3D"Launch console for latest Audio/Video" border=3D"0"></a></td> </tr> <tr> <td colspan=3D2 bgcolor=3D"#ffffff"><img src=3D"/furniture/nothing.gif" = width=3D"170" height=3D"5" border=3D"0" alt=3D""></td> </tr> </table> <!--end hi_en_puffbox_av_megapuff_storyInclude--> =20 =20 =20 =20 =20 <TABLE BORDER=3D0 WIDTH=3D170 CELLSPACING=3D0 CELLPADDING=3D0> <TR><TD BGCOLOR=3D"#CCCC99" CLASS=3D"puffboxhead"><IMG = SRC=3D"/furniture/black_pixel.gif" ALT=3D"" WIDTH=3D170 = HEIGHT=3D1><BR><IMG SRC=3D"/furniture/in_depth.gif" WIDTH=3D15 = HEIGHT=3D15 ALT=3D"In Depth" ALIGN=3DLEFT HSPACE=3D4><B>IN = DEPTH</B></TD></TR></TABLE> <A = href=3D"http://news.bbc.co.uk/hi/english/in_depth/middle_east/2001/israe= l_and_the_palestinians/"><IMG hspace=3D0 align=3DRIGHT alt=3D"Israel = and the Palestinians special section" width=3D54 height=3D"66" = border=3D0 = src=3D"/olmedia/1720000/images/_1722095_arafat_id_pic.jpg"><B>Israel = and the Palestinians </B></A><BR>Features and analysis<BR = CLEAR=3D"all"> =20 =20 =20 =20 <TABLE WIDTH=3D"170" BORDER=3D"0" CELLPADDING=3D"0" = CELLSPACING=3D"0"><TR><TD BGCOLOR=3D"#CCCC99" = CLASS=3D"puffboxhead"><IMG SRC=3D"/furniture/black_pixel.gif" ALT=3D"" = WIDTH=3D170 HEIGHT=3D1><BR><IMG SRC=3D"/furniture/talking_point.gif" = WIDTH=3D"15" HEIGHT=3D"15" ALT=3D"Talking Point" ALIGN=3DLEFT = HSPACE=3D4><B>TALKING POINT</B></TD></TR></TABLE><A = href=3D"/hi/english/talking_point/newsid_1853000/1853347.stm"><IMG = hspace=3D0 align=3DRIGHT alt=3D"" width=3D54 height=3D"66" border=3D0 = src=3D"/olmedia/1850000/images/_1853523_three_member_picpuf.jpg"><B>Zimb= abwe</B></A><BR>Will the Commonwealth deal work?<BR CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><br><A = href=3D"/hi/english/world/europe/newsid_1849000/1849302.stm"><IMG = hspace=3D0 alt=3D"As Ireland becomes the latest country to tackle the = issue of waste, BBC News Online investigates the world's growing = rubbish menace" width=3D170 height=3D"47" border=3D0 = src=3D"/olmedia/1850000/images/_1853893_rubbish_supuf.gif"><BR><B>World'= s litter legacy</B></A><BR> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><br><A = href=3D"/hi/english/uk_politics/newsid_1853000/1853535.stm"><IMG = hspace=3D0 alt=3D"UK Prime Minister Tony Blair's taste in Paul Smith = clothes has managed to overshadow events at the Commonwealth summit for = many in Britain." width=3D170 height=3D"47" border=3D0 = src=3D"/olmedia/1850000/images/_1853851_blairs_sleeve2_supuf.gif"><BR><B= >Off the cuff fashion</B></A><BR> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><br><A = href=3D"/hi/english/uk/newsid_1846000/1846511.stm"><IMG hspace=3D0 = alt=3D"Your choice for a book to read together" width=3D170 = height=3D"47" border=3D0 = src=3D"/media/images/36105000/gif/_36105362_reading_supuf.gif"><BR><B>An= d your choice is...</B></A><BR> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><br><A = href=3D"/hi/english/uk/newsid_1854000/1854148.stm"><IMG hspace=3D0 = alt=3D"Debate on whether stop and search tactics should be increased to = curb gun crime." width=3D170 height=3D"47" border=3D0 = src=3D"/media/images/36112000/gif/_36112818_black_h2h_supuf.gif"><BR><B>= Stop and search issue</B></A><BR> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/world/middle_east/newsid_1853000/1853522.stm"><IMG = hspace=3D0 align=3DRIGHT alt=3D"Iraqi leader Saddam Hussein" width=3D54 = height=3D"66" border=3D0 = src=3D"/media/images/36102000/jpg/_36102359_saddam54.jpg"><B>After = Saddam?</B></A><BR>Strength of Iraqi opposition assessed<BR = CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/entertainment/music/newsid_1852000/1852236.stm"><IMG= hspace=3D0 align=3DRIGHT alt=3D"Ashley Walters pleads guilty to a = firearms charge at a London court" width=3D54 height=3D"66" border=3D0 = src=3D"/media/images/36105000/jpg/_36105475_ashley_walters_54.jpg"><B>Gu= ilty plea</B></A><BR>So Solid Crew man 'faces jail' on gun charge<BR = CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/sci/tech/newsid_1853000/1853027.stm"><IMG = hspace=3D0 align=3DRIGHT alt=3D"US astronauts prepare to carry out = their first job on the Hubble space telescope - fixing new solar = panels" width=3D54 height=3D"66" border=3D0 = src=3D"/media/images/36095000/jpg/_36095263_hubb54.jpg"><B>Hubble = mission</B></A><BR>Shuttle crew begin first space walk <BR = CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/uk/newsid_1853000/1853263.stm"><IMG hspace=3D0 = align=3DRIGHT alt=3D"Right-wing historian declared bankrupt at the High = Court after failing to meet payments from his libel trial against = Penguin books." width=3D54 height=3D"66" border=3D0 = src=3D"/media/images/36108000/jpg/_36108103_irvingpuff.jpg"><B>Irving = bankrupt</B></A><BR>Holocaust denier hit by High Court ruling<BR = CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/sci/tech/newsid_1853000/1853410.stm"><IMG = hspace=3D0 align=3DRIGHT alt=3D"Metal Gear Solid 2: Eagerly anticipated = game" width=3D54 height=3D"66" border=3D0 = src=3D"/media/images/36099000/jpg/_36099164_snake54.jpg"><B>Groundbreaki= ng</B></A><BR>Pushing the boundaries of video games<BR CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/entertainment/film/newsid_1853000/1853592.stm"><IMG = hspace=3D0 align=3DRIGHT alt=3D"Little-known actor Christian Coulson is = chosen to play Harry Potter's arch enemy in the next Potter film, the = Chamber of Secrets" width=3D54 height=3D"66" border=3D0 = src=3D"/media/images/36102000/jpg/_36102747_coulson_54.jpg"><B>Wizard = role</B></A><BR>This man will be Harry Potter's next enemy<BR = CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/world/europe/newsid_1853000/1853334.stm"><B>French = connection?</B></A><BR>Nato investigates claims of Karadzic tip-off<BR = CLEAR=3DALL> =20 </DIV> </FONT> </TD> </TR> </TABLE> <TABLE WIDTH=3D600 CELLPADDING=3D0 CELLSPACING=3D0 BORDER=3D0> <TR><!-- black line row --> <TD ALIGN=3DLEFT VALIGN=3DTOP WIDTH=3D600 BGCOLOR=3D"#FFFFFF" = COLSPAN=3D3><HR ALIGN=3D"LEFT" SIZE=3D"1" WIDTH=3D"595" = COLOR=3D"#000000" NOSHADE></TD> </TR> <TR> <TD WIDTH=3D90 ALIGN=3DRIGHT VALIGN=3DTOP><A = HREF=3D"/hi/english/static/copyright.stm"> <IMG BORDER=3D"0" SRC=3D"/furniture/copyright_bbc.gif" WIDTH=3D73 = HEIGHT=3D17></TD> <TD WIDTH=3D10><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 = HEIGHT=3D1></TD> <TD CLASS=3D"footer" WIDTH=3D500 ALIGN=3DLEFT VALIGN=3DTOP><B = CLASS=3D"footerarrow">^^&nbsp;</B><A CLASS=3D"index" HREF=3D"#top">Back = to top</A><BR><BR> <A CLASS=3D"index" HREF=3D"/default.stm">News Front Page</A> | <A = CLASS=3D"index" HREF=3D"/hi/english/world/default.stm">World</A> | <A = CLASS=3D"index" HREF=3D"/hi/english/uk/default.stm">UK</A> | <A = CLASS=3D"index" HREF=3D"/hi/english/uk_politics/default.stm">UK = Politics</A> | <A CLASS=3D"index" = HREF=3D"/hi/english/business/default.stm">Business</A> | <A = CLASS=3D"index" HREF=3D"/hi/english/sci/tech/default.stm">Sci/Tech</A> = | <A CLASS=3D"index" HREF=3D"/hi/english/health/default.stm">Health</A> = | <A CLASS=3D"index" = HREF=3D"/hi/english/education/default.stm">Education</A> | <A = CLASS=3D"index" = HREF=3D"/hi/english/entertainment/default.stm">Entertainment</A> | <A = CLASS=3D"index" HREF=3D"/hi/english/talking_point/default.stm">Talking = Point</A> | <A CLASS=3D"index" = HREF=3D"/hi/english/static/in_depth/default.stm">In Depth </A> | <A = CLASS=3D"index" = HREF=3D"/hi/english/audiovideo/default.stm">AudioVideo</A><BR>&nbsp; <BR> <B><SPAN STYLE=3D"color : = #CCCCCC;">--------------------------------------------------------------= --------------------</SPAN> <BR> <A CLASS=3D"footer" HREF=3D"/sport/">To BBC Sport&gt;&gt;</A> | <A = CLASS=3D"footer" HREF=3D"http://www.bbc.co.uk/weather/">To BBC = Weather&gt;&gt;</A> <BR> <SPAN STYLE=3D"color : = #CCCCCC;">--------------------------------------------------------------= --------------------</SPAN><BR><A CLASS=3D"footer" = HREF=3D"/hi/english/static/copyright.stm"><SPAN STYLE=3D"font-size : = 10px">&copy; MMII</span></a> <FONT SIZE=3D"1">|</font> <A = CLASS=3D"footer" HREF=3D"/hi/english/static/help/sources.stm"><SPAN = STYLE=3D"font-size : 10px">News Sources</span></a> <FONT = SIZE=3D"1">|</font> <A CLASS=3D"footer" = HREF=3D"http://www.bbc.co.uk/privacy/"><SPAN STYLE=3D"font-size : = 10px">Privacy</span></a></b> <br><BR> </TD> </TR> </TABLE> <LINK TYPE=3D"text/css" REL=3D"stylesheet" = HREF=3D"/stylesheets/corenews.css"> </BODY> </HTML> ------_=_NextPart_000_01C1C3A1.F80FA390 Content-Type: text/plain; name="news.bbc without proxy.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="news.bbc without proxy.txt" <HTML> <HEAD> <TITLE> BBC News | Front Page</TITLE> <META HTTP-EQUIV=3D"expires" CONTENT=3D"now"> <META HTTP-EQUIV=3D"pragma" CONTENT=3D"no-cache"> <META name=3D"keywords" content=3D"BBC, News, BBC News, news online, = world, uk, international, foreign, british, online, service"> <META name=3D"OriginalPublicationDate" content=3D"2002/03/04 17:17:33"> <!-- NOLMaps--> <map name=3D"banner"> <area alt=3D"BBC NEWS" coords=3D"7,9,167,32" = href=3D"http://news.bbc.co.uk/" shape=3D"RECT"> </map> =09 <map name=3D"world_map"> <area alt=3D"Americas" coords=3D"0,6,36,57" = href=3D"/hi/english/world/americas/default.stm" shape=3D"RECT"> <area shape=3D"RECT" coords=3D"50,6,50,6"> <area alt=3D"Africa" shape=3D"POLY" = coords=3D"37,28,43,28,43,34,52,34,52,36,55,36,55,56,37,56" = href=3D"/hi/english/world/africa/default.stm"> <area alt=3D"Europe" shape=3D"POLY" = coords=3D"37,6,37,26,60,26,60,18,70,18,70,6" = href=3D"/hi/english/world/europe/default.stm"> <area alt=3D"Middle East" shape=3D"POLY" = coords=3D"56,56,60,56,60,28,44,28,44,32,52,32,52,36,56,36" = href=3D"/hi/english/world/middle_east/default.stm"> <area alt=3D"South Asia" coords=3D"61,28,68,56" = href=3D"/hi/english/world/south_asia/default.stm" shape=3D"RECT"> <area alt=3D"Asia Pacific" shape=3D"POLY" = coords=3D"70,6,71,19,61,19,61,26,69,26,69,56,91,56,91,6" = href=3D"/hi/english/world/asia-pacific/default.stm"> </map> <map name=3D"languages_map"> <area alt=3D"Arabic" coords=3D"0,3,92,19" = href=3D"http://www.bbc.co.uk/arabic"> <area alt=3D"Spanish" coords=3D"0,21,92,34" = href=3D"http://www.bbc.co.uk/spanish"> <area alt=3D"Russian" coords=3D"0,37,92,50" = href=3D"http://www.bbc.co.uk/russian"> <area alt=3D"Chinese" coords=3D"0,54,92,69" = href=3D"http://www.bbc.co.uk/chinese"> <area alt=3D"Welsh" coords=3D"0,72,92,83" = href=3D"/hi/english/newyddion/"> </map> <LINK TYPE=3D"text/css" REL=3D"stylesheet" = HREF=3D"/stylesheets/corenews.css"> </HEAD> <BODY BGCOLOR=3D"#FFFFFF" TEXT=3D"#000000" LINK=3D"#333366" = ALINK=3D"#000066" VLINK=3D"#666699"> <!--[START]--(( BBCi TOOLBAR ))--> <table width=3D"600" cellpadding=3D"0" cellspacing=3D"0" border=3D"0"> <tr bgcolor=3D"#999999"> <td class=3D"bbcpageShadow"><a name=3D"top"><img = src=3D"/furniture/nav/global_toolbar/t.gif" width=3D"600" height=3D"2" = alt=3D"" /></a></td> </tr> <FORM action=3D"http://newssearch.bbc.co.uk/cgi-bin/results.pl"> <INPUT type=3D"hidden" name=3D"tab" value=3D"news"> <INPUT type=3D"hidden" name=3D"scope" value=3D"news"> <tr bgcolor=3D"#999999"> <td class=3D"bbcpageGrey"> <table cellpadding=3D"0" cellspacing=3D"0" border=3D"0"> <tr bgcolor=3D"#999999"> <td class=3D"bbcpageShadowLeft" width=3D"100%"><a = href=3D"http://www.bbc.co.uk/"><img = src=3D"/furniture/nav/global_toolbar/logo.gif" width=3D"62" = height=3D"20" alt=3D"BBCi" border=3D"0" hspace=3D"7" vspace=3D"2" = /></a></td> <td class=3D"bbcpageGreyT" align=3D"right"><a = href=3D"http://www.bbc.co.uk/categories/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">CATEGORIES</font></b></a></td> <td class=3D"bbcpageBar"><a href=3D"http://www.bbc.co.uk/tv/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">&nbsp;&nbsp;TV</font></b></a></td> <td class=3D"bbcpageBar2"><a href=3D"http://www.bbc.co.uk/radio/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">&nbsp;&nbsp;RADIO</font></b></a></td> <td class=3D"bbcpageBar"><a href=3D"http://www.bbc.co.uk/communicate/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">&nbsp;&nbsp;COMMUNICATE</font></b></a></td> <td class=3D"bbcpageBar2"><a href=3D"http://www.bbc.co.uk/whereilive/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">&nbsp;&nbsp;WHERE&nbsp;I&nbsp;LIVE</font></b></a>= </td> <td class=3D"bbcpageBar"><a href=3D"http://www.bbc.co.uk/a-z/" = class=3D"bbcpageWhite"><b><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageWhite">&nbsp;&nbsp;INDEX&nbsp;</b></font></a></td> <td class=3D"bbcpageSearchL"><img src=3D"/furniture/nothing.gif" = width=3D"2" height=3D"30" alt=3D"" /></td> <td class=3D"bbcpageSearch"><font = face=3D"tahoma,arial,helvetica,sans-serif" size=3D"1" = class=3D"bbcpageCream">&nbsp;&nbsp;<!-- <label = for=3D"bbcpagesearchbox"> --><b>SEARCH</b><!-- </label> = -->&nbsp;</font></td> <td class=3D"bbcpageSearch2" = style=3D"font-family:tahoma,arial,helvetica,sans-serif;"><img = src=3D"/furniture/nothing.gif" width=3D"1" height=3D"3" alt=3D"" /><br = /><INPUT type=3D"text" name=3D"q" id=3D"bbcpagesearchbox" size=3D"5" = style=3D"width:96px;" /></td> <td class=3D"bbcpageSearch"><img src=3D"/furniture/nothing.gif" = width=3D"3" height=3D"1" alt=3D"" /></td> <td class=3D"bbcpageSearch2"><img src=3D"/furniture/nothing.gif" = width=3D"1" height=3D"5" alt=3D"" /><br /><input type=3D"image" = value=3D"go" src=3D"/furniture/nav/global_toolbar/go.gif" width=3D"20" = height=3D"16" border=3D"0" alt=3D"Go" align=3D"top" /></td> <td class=3D"bbcpageSearch"><img src=3D"/furniture/nothing.gif" = width=3D"3" height=3D"1" alt=3D"" /></td> <td class=3D"bbcpageSearchR"><img src=3D"/furniture/nothing.gif" = width=3D"1" height=3D"30" alt=3D"" /></td> </tr> <tr bgcolor=3D"#000000"> <td><img src=3D"/furniture/nothing.gif" width=3D"76" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"76" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"20" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"42" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"86" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"78" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"42" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"2" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"51" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"100" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"3" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"20" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"3" height=3D"1" = alt=3D"" /></td> <td><img src=3D"/furniture/nothing.gif" width=3D"1" height=3D"1" = alt=3D"" /></td> </tr> </table></td> </tr> </form> </table> <!--[END]--(( BBCi TOOLBAR ))--> <TABLE WIDTH=3D"600" CELLPADDING=3D"0" CELLSPACING=3D"0" BORDER=3D"0"> <tr> <td BGCOLOR=3D"#990000"><img src=3D"/furniture/nav/ukfs/banner_ani.gif" = alt=3D"BBC NEWS" border=3D0 width=3D600 height=3D40 = USEMAP=3D"#banner"></td> </tr> </TABLE> <TABLE border=3D"0" CELLPADDING=3D"0" CELLSPACING=3D"0" WIDTH=3D"600"> <TR> <TD WIDTH=3D100><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D100 = HEIGHT=3D1 ALT=3D""></TD> <TD WIDTH=3D5><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D5 HEIGHT=3D1 = ALT=3D""></TD> <TD BGCOLOR=3D"#CCCC99" WIDTH=3D315><IMG SRC=3D"/furniture/nothing.gif" = WIDTH=3D315 HEIGHT=3D1 ALT=3D""></TD> <TD BGCOLOR=3D"#CCCC99" WIDTH=3D10><IMG SRC=3D"/furniture/nothing.gif" = WIDTH=3D10 HEIGHT=3D1 ALT=3D""></TD> <TD BGCOLOR=3D"#CCCC99" WIDTH=3D170><IMG SRC=3D"/furniture/nothing.gif" = WIDTH=3D170 HEIGHT=3D1 ALT=3D""></TD> </TR> <TR> <TD WIDTH=3D"100"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D100 = HEIGHT=3D1 ALT=3D""></TD> <TD WIDTH=3D5><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D5 HEIGHT=3D3 = ALT=3D""></TD> <TD CLASS=3D"crumbtraila" COLSPAN=3D"3" WIDTH=3D"495" = BGCOLOR=3D"#CCCC99">&nbsp;</TD> </TR> <TR> <TD VALIGN=3D"TOP" COLSPAN=3D"3"> <TABLE ALIGN=3D"RIGHT" border=3D"0" CELLPADDING=3D"0" = CELLSPACING=3D"0"> <TR> <TD WIDTH=3D"100"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"100" = HEIGHT=3D"1"></TD> <TD WIDTH=3D"5"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"5" = HEIGHT=3D"1"></TD> <TD WIDTH=3D"315"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"315" = HEIGHT=3D"1"></TD> </TR> <TR> <TD ALIGN=3D"right" VALIGN=3D"top" WIDTH=3D"100"> =09 =20 <TABLE WIDTH=3D"100" CELLSPACING=3D"0" CELLPADDING=3D"0" BORDER=3D"0"> <TR><TD><IMG SRC=3D"/furniture/nothing.gif" HEIGHT=3D"1" WIDTH=3D"100" = BORDER=3D"0"></TD></TR> =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#999999" align=3D"right" class=3D"sectionStyle"><A = href=3D"/default.stm" class=3D"index">Front Page</A><SPAN = class=3D"cc3300">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/world/default.stm" class=3D"index">World</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/uk/default.stm" class=3D"index">UK</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/uk_politics/default.stm" class=3D"index">UK = Politics</A><SPAN CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/business/default.stm" = class=3D"index">Business</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/sci/tech/default.stm" = class=3D"index">Sci/Tech</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/health/default.stm" class=3D"index">Health</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/education/default.stm" = class=3D"index">Education</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" = class=3D"sectionStyleTight"><A = href=3D"/hi/english/entertainment/default.stm" = class=3D"index">Entertainment</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/talking_point/default.stm" class=3D"index">Talking = Point</A><SPAN CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/static/in_depth/default.stm" class=3D"index">In = Depth</A><SPAN CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 =09 =09 <TR> <TD bgColor=3D"#FFFFFF" align=3D"right" class=3D"sectionStyle"><A = href=3D"/hi/english/audiovideo/default.stm" = class=3D"index">AudioVideo</A><SPAN = CLASS=3D"nonSelected">&nbsp;</SPAN></TD> </TR> =09 =09 =09 =09 =09 =09 =09 <TR><TD><IMG SRC=3D"/furniture/nothing.gif" HEIGHT=3D"5" WIDTH=3D"1" = BORDER=3D"0"></TD></TR> </TABLE> =20 =20 <P> =09 <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"1" HEIGHT=3D"15" ALT=3D"" = BORDER=3D"0"><BR><A HREF=3D"/sport/"><IMG = SRC=3D"/furniture/nav/lhs_sitepuffs/sport.gif" WIDTH=3D"100" = HEIGHT=3D"14" ALT=3D"BBC Sport" BORDER=3D"0"></A><BR><IMG = SRC=3D"/furniture/nothing.gif" WIDTH=3D"1" HEIGHT=3D"4" ALT=3D"" = BORDER=3D"0"><BR><A HREF=3D"http://www.bbc.co.uk/weather/"><IMG = SRC=3D"/furniture/nav/lhs_sitepuffs/weather.gif" WIDTH=3D"100" = HEIGHT=3D"14" ALT=3D"BBC Weather" BORDER=3D"0"></A><BR CLEAR=3D"all"> <P> <DIV> <TABLE WIDTH=3D"100" CELLSPACING=3D"0" CELLPADDING=3D"0" BORDER=3D"0">=20 <TR><TD ALIGN=3D"RIGHT" BGCOLOR=3D"#CCCCCC"><FONT SIZE=3D"2" = FACE=3D"Verdana,Arial,sans-serif" COLOR=3D"#666666"><SPAN = CLASS=3D"servicestitle"><B>SERVICES&nbsp;</B></SPAN></FONT></TD></TR> <TR><TD><img src=3D"/furniture/nothing.gif" width=3D"1" height=3D"1" = border=3D"0" alt=3D""></TD></TR></TABLE><FONT SIZE=3D"1" = FACE=3D"Verdana,Arial,sans-serif"><DIV CLASS=3D"servicesnav"><A = HREF=3D"http://www.bbc.co.uk/dailyemail/">Daily E-mail</A></DIV> <DIV CLASS=3D"servicesnav"><A = HREF=3D"/hi/english/static/services/ticker/default.stm">News = Ticker</A></DIV> <DIV CLASS=3D"servicesnav"><A HREF=3D"/hi/english/static/services/pda/de= fault.stm">News for PDA</A></DIV> <DIV><img src=3D"/furniture/dotted_line.gif" width=3D"99" height=3D"1" = border=3D"0" alt=3D"" vspace=3D"3"></DIV> <DIV CLASS=3D"servicesnav"><A = HREF=3D"/hi/english/static/feedback/default.stm">Feedback</A></DIV> <DIV CLASS=3D"servicesnav"><A = HREF=3D"/hi/english/static/help/default.stm">Help</A></DIV></FONT> </DIV> <DIV><img src=3D"/furniture/dotted_line.gif" width=3D"99" height=3D"1" = border=3D"0" alt=3D"" vspace=3D"3"></DIV> <FONT SIZE=3D"1" FACE=3D"Verdana,Arial,sans-serif"><DIV = CLASS=3D"servicesnav"><A href=3D"/text_only.stm">Low = Graphics</a></DIV></FONT> =09 <P> <DIV> <TABLE WIDTH=3D"100" CELLSPACING=3D"0" CELLPADDING=3D"0" BORDER=3D"0">=20 <TR><TD ALIGN=3D"RIGHT" BGCOLOR=3D"#CCCCCC"><FONT SIZE=3D"2" = FACE=3D"Verdana,Arial,sans-serif" COLOR=3D"#666666"><SPAN = CLASS=3D"servicestitle"><B>LANGUAGES&nbsp;</B></SPAN></FONT></TD></TR> <TR><TD><img src=3D"/furniture/nothing.gif" width=3D"1" height=3D"1" = border=3D"0" alt=3D""></TD></TR></TABLE> <img src=3D"/furniture/nav/ukfs/languages.gif" width=3D"92" = height=3D"86" border=3D"0" alt=3D"" usemap=3D"#languages_map" = vspace=3D"1" hspace=3D"2"> </DIV> =09 =09 </TD> <TD><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 HEIGHT=3D1></TD> <TD VALIGN=3DTOP WIDTH=3D"315"> <!--FrontPageStoryBody--> <FONT CLASS=3D"body" FACE=3D"sans-serif" SIZE=3D"2"> <SPAN CLASS=3D"date">Monday, 4 March, 2002, 17:17 GMT </SPAN> <IFRAME SRC=3D"/ticker/ticker.stm" WIDTH=3D315 HEIGHT=3D30 = SCROLLING=3D"no" FRAMEBORDER=3D0 MARGINHEIGHT=3D0 MARGINWIDTH=3D0> <APPLET CODE=3D"lightticker2.class" CODEBASE=3D"/java/" WIDTH=3D300 = HEIGHT=3D50> <PARAM NAME=3Dbgcolor VALUE=3D"255,255,255"><PARAM NAME=3Dlinkcolor = VALUE=3D"255,0,0"> <PARAM NAME=3Dtextcolor VALUE=3D"0,0,0"><PARAM VALUE=3D"252" = NAME=3D"SectionID"> <PARAM VALUE=3D"3" NAME=3D"LanguageID"> <PARAM NAME=3DRegionID VALUE=3D-1> <PARAM NAME=3DSubRegionID VALUE=3D-1> </APPLET> </IFRAME><BR> <IMG SRC=3D"/furniture/red_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D4 ALT=3D""><BR> =09 <DIV CLASS=3D"bodytext"> <A = href=3D"/hi/english/world/south_asia/newsid_1854000/1854073.stm"> =09 <IMG HSPACE=3D5 align=3Dleft alt=3D"US Chinook helicopter" = border=3D0 width=3D100 height=3D120 = src=3D"/olmedia/1850000/images/_1854223_chinook2_100.jpg"> =09 </A> =09 <A = href=3D"/hi/english/world/south_asia/newsid_1854000/1854073.stm"> <B class=3D"h1">US helicopter shot down in Afghanistan</B><BR> </A> A US army Chinook helicopter has been shot down in eastern = Afghanistan, killing at least six US soldiers, the Pentagon says. <BR CLEAR=3DALL> </DIV> =09 <DIV CLASS=3D"alsolist"> <DIV CLASS=3D"alsohead">Also:<BR></DIV> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/south_asia/newsid_1854000/1854371.stm">How = thermobaric bombs work</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/europe/newsid_1854000/1854187.stm">German = special forces in action</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/americas/newsid_1557000/1557140.stm">Guide to = military strength</A></SMALL><BR> =09 <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"1" HEIGHT=3D"2" = BORDER=3D0><BR> =09 =09 <DIV STYLE=3D"padding-bottom:1px; padding-top:1px;"><IMG = src=3D"/furniture/video.gif" border=3D"0" hspace=3D"0"><SMALL> <B>News in Video: </B> <A = href=3D"http://news.bbc.co.uk/media/video/36110000/rm/_36110035_helicopt= er15_price_vi.ram"> &quot;Small number of troops killed&quot;<BR> </A> </SMALL></DIV> =09 <DIV STYLE=3D"padding-bottom:1px; padding-top:1px;"><IMG = src=3D"/furniture/indepth_icon.gif" border=3D"0" hspace=3D"0"><SMALL> <B>In Depth: </B> <A = href=3D"http://news.bbc.co.uk/hi/english/in_depth/world/2001/war_on_terr= or/"> After the Taleban<BR> </A> </SMALL></DIV> =09 =09 </DIV> =09 =09 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D7 ALT=3D""><BR> =09 =09 <DIV CLASS=3D"bodytext"> <A = href=3D"/hi/english/world/middle_east/newsid_1853000/1853690.stm"> =09 <IMG HSPACE=3D5 align=3Dleft alt=3D"Man at scene of attack" = border=3D0 width=3D100 height=3D120 = src=3D"/media/images/36111000/jpg/_36111136_ap_white100.jpg"> =09 </A> =09 <A = href=3D"/hi/english/world/middle_east/newsid_1853000/1853690.stm"> <B class=3D"h1">Six die in Israeli tank attack</B><BR> </A> Three children are among the victims of a strike apparently aimed = at a Hamas activist, taking to 14 the total killed in the latest = Israeli reprisals. <BR CLEAR=3DALL> </DIV> =09 <DIV CLASS=3D"alsolist"> <DIV CLASS=3D"alsohead">Also:<BR></DIV> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/middle_east/newsid_1831000/1831251.stm">Q&A: = Middle East conflict</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/middle_east/newsid_1853000/1853924.stm">Analys= is: Sniper stuns Israeli army</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/middle_east/newsid_1849000/1849275.stm">Viewpo= int: Camps of despair and opposition</A></SMALL><BR> =09 <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"1" HEIGHT=3D"2" = BORDER=3D0><BR> =09 </DIV> =09 =09 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D7 ALT=3D""><BR> =09 =09 =09 <DIV CLASS=3D"bodytext"> <A href=3D"/hi/english/uk_politics/newsid_1854000/1854385.stm"> =09 <IMG HSPACE=3D5 align=3Dleft alt=3D"Martin Sixmith and Stephen = Byers" border=3D0 width=3D100 height=3D120 = src=3D"/olmedia/1850000/images/_1853080_spin2_100.jpg"> =09 </A> =09 <A href=3D"/hi/english/uk_politics/newsid_1854000/1854385.stm"> <B class=3D"h1">Official suspended in spin row</B><BR> </A> The UK transport department's head of news is suspended on full pay = after an inquiry into the e-mail leak that triggered the spin row.<BR = CLEAR=3DALL> </DIV> =09 <DIV CLASS=3D"alsolist"> <DIV CLASS=3D"alsohead">Also:<BR></DIV> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/uk_politics/newsid_1853000/1853080.stm">Watchdog to = summon spin duo</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/uk_politics/newsid_1853000/1853711.stm">Blair's = "meddling advisers" under fire</A></SMALL><BR> =09 <SMALL><IMG SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/uk_politics/newsid_1851000/1851622.stm">Tories = pledge to curb spin doctors</A></SMALL><BR> =09 <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"1" HEIGHT=3D"2" = BORDER=3D0><BR> =09 </DIV> =09 =09 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D7 ALT=3D""><BR> =09 =09 =09 <DIV CLASS=3D"bodytext"> <A href=3D"/hi/english/uk/england/newsid_1853000/1853733.stm"> =09 </A> =09 <A href=3D"/hi/english/uk/england/newsid_1853000/1853733.stm"> <B class=3D"h2">Brothers 'admitted Damilola killing'</B><BR> </A> Two of the boys accused of killing London schoolboy Damilola Taylor = laughed as they admitted stabbing him, an Old Bailey jury is told. <BR CLEAR=3DALL> </DIV> =09 =09 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D7 ALT=3D""><BR> =09 =09 =09 <DIV CLASS=3D"bodytext"> <A href=3D"/hi/english/business/newsid_1854000/1854376.stm"> =09 </A> =09 <A href=3D"/hi/english/business/newsid_1854000/1854376.stm"> <B class=3D"h2">US markets rise strongly</B><BR> </A> US stock markets continue to rally following the upbeat close to = trading last week.<BR CLEAR=3DALL> </DIV> =09 =09 =09 <BR> =09 =09 </FONT> </TD></TR> <TR> <TD><IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D100 = HEIGHT=3D1></TD> <TD><IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D5 HEIGHT=3D1></TD> <TD><IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 = HEIGHT=3D1></TD> </TR> <TR> <TD ALIGN=3DLEFT VALIGN=3DTOP> <img src=3D"/furniture/nav/ukfs/blue_map.gif" width=3D"92" = height=3D"60" border=3D"0" alt=3D"" usemap=3D"#world_map"> <BR> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"maptext">BBC News = covers the globe. Use the map to click on a region.</DIV></FONT> </TD> <TD><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 HEIGHT=3D1 = ALT=3D""></TD> <TD VALIGN=3DTOP> <FONT CLASS=3D"body" FACE=3D"sans-serif" SIZE=3D"2"> <DIV CLASS=3D"otherstories"> <B CLASS=3D"head">AROUND THE WORLD NOW</B><BR> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <TABLE CELLPADDING=3D"0" CELLSPACING=3D"0" BORDER=3D"0" WIDTH=3D"315"> =09 =09 <TR> <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"2"> <B CLASS=3D"head">AFRICA</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/world/africa/newsid_1853000/1853739.stm">Sierra = Leone rebels face murder charge</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/africa/default.stm">Africa in = full</A></SMALL></DIV> </FONT> </TD> <TD WIDTH=3D"7"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D7 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""></TD> =09 =09 =09 <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"2"> <B CLASS=3D"head">EUROPE</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/world/europe/newsid_1853000/1853334.stm">Karadzic = 'saved by French leak'</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/europe/default.stm">Europe in = full</A></SMALL></DIV> </FONT> </TD> </TR> <TR><TD><IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D154 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""></TD><TD><IMG SRC=3D"/furniture/nothing.gif" = WIDTH=3D7 HEIGHT=3D1 VSPACE=3D1 ALT=3D""></TD><TD><IMG = SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D154 HEIGHT=3D1 VSPACE=3D1 = ALT=3D""></TD></TR> <TR><TD COLSPAN=3D"3"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 = HEIGHT=3D2 ALT=3D""></TD></TR> =09 =09 =09 <TR> <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"2"> <B CLASS=3D"head">AMERICAS</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/sci/tech/newsid_1854000/1854338.stm">First Hubble = spacewalk completed</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/americas/default.stm">Americas in = full</A></SMALL></DIV> </FONT> </TD> <TD WIDTH=3D"7"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D7 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""></TD> =09 =09 =09 <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"2"> <B CLASS=3D"head">MIDDLE EAST</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/world/middle_east/newsid_1852000/1852955.stm">Arabs = riven over Saudi peace plan</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/middle_east/default.stm">Middle East in = full</A></SMALL></DIV> </FONT> </TD> </TR> <TR><TD><IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D154 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""></TD><TD><IMG SRC=3D"/furniture/nothing.gif" = WIDTH=3D7 HEIGHT=3D1 VSPACE=3D1 ALT=3D""></TD><TD><IMG = SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D154 HEIGHT=3D1 VSPACE=3D1 = ALT=3D""></TD></TR> <TR><TD COLSPAN=3D"3"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 = HEIGHT=3D2 ALT=3D""></TD></TR> =09 =09 =09 <TR> <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"2"> <B CLASS=3D"head">ASIA-PACIFIC</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/business/newsid_1853000/1853136.stm">Tokyo shares = hit six-month high</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A href=3D"/hi/english/world/= asia-pacific/default.stm">Asia-Pacific in full</A></SMALL></DIV> </FONT> </TD> <TD WIDTH=3D"7"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D7 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""></TD> =09 =09 =09 <TD WIDTH=3D"154" VALIGN=3D"top"><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"2"> <B CLASS=3D"head">SOUTH ASIA</B><BR><FONT CLASS=3D"body" = FACE=3D"sans-serif" SIZE=3D"1"> <DIV CLASS=3D"aitem"><B><A = href=3D"/hi/english/world/south_asia/newsid_1853000/1853123.stm">Hindu = hardliners firm on temple plan</A></B></DIV></FONT> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/world/south_asia/default.stm">South Asia in = full</A></SMALL></DIV> </FONT> </TD> </TR> =09 =09 </TABLE> </DIV> <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D315 HEIGHT=3D2 VSPACE=3D1 = ALT=3D""><BR> <TABLE CELLPADDING=3D"0" CELLSPACING=3D"0" BORDER=3D"0" WIDTH=3D"315" = BGCOLOR=3D"#FFFFCC"> <TR> <TD><FONT CLASS=3D"body" FACE=3D"sans-serif" SIZE=3D"2"> =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/nav/bbcsport_bar.gif" WIDTH=3D315 HEIGHT=3D10 = ALT=3D""><BR> <B CLASS=3D"head">SPORT NEWS</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccc99_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/sport/hi/english/football/teams/m/man_city/newsid_1854000/18544= 16.stm">Man City's =A35m Macken deal</A></B><BR> Manchester City have agreed a club record fee for Preston striker = Jon Macken. </DIV> <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A href=3D"/sport/">BBC = Sport in full</A></SMALL></DIV> =20 </FONT> </TD> </TR> </TABLE> <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D315 HEIGHT=3D2 VSPACE=3D1 = ALT=3D""><BR> <FONT CLASS=3D"body" FACE=3D"sans-serif" SIZE=3D"2"> <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">TOP STORIES AROUND THE UK</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> </DIV> =20 =09 <DIV> <B CLASS=3D"h3"><A = href=3D"/hi/english/health/newsid_1848000/1848697.stm">Pill 'caused = long-term damage'</A></B><BR> More than 100 women who claim the Pill caused them serious health = problems tell the High Court they were not warned of the risks. </DIV> <BR> =09 <DIV> <B CLASS=3D"h3"><A = href=3D"/hi/english/uk/newsid_1853000/1853263.stm">Holocaust denier = bankrupt</A></B><BR> Right-wing historian David Irving is declared bankrupt at the High = Court after failing to meet payments from his libel trial against = Penguin books. </DIV> =09 =09 =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = HREF=3D"/hi/english/uk/default.stm">UK in full</A></SMALL></DIV> </FONT> <FONT CLASS=3D"body" FACE=3D"sans-serif" SIZE=3D"2"> =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">UK POLITICS</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/uk_politics/newsid_1853000/1853490.stm">Lord urges = end to Empire honours</A></B><BR> Knighthoods and awards linked to the British Empire should be = scrapped in an overhaul of the honours system, says a Labour peer. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/uk_politics/default.stm">UK Politics in = full</A></SMALL></DIV> =09 =20 =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">BUSINESS</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/business/newsid_1853000/1853342.stm">Argentina hits = HSBC profits</A></B><BR> Profits at the global banking group fall after HSBC makes = provisions of more than $1bn to cover losses from the economic crisis = in Argentina. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/business/default.stm">Business in = full</A></SMALL></DIV> =09 =20 =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">SCI/TECH</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/sci/tech/newsid_1854000/1854038.stm">EU one step = from Kyoto ratification</A></B><BR> Europe's environment ministers agree that all member states should = implement the Kyoto Protocol on climate change. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/sci/tech/default.stm">Sci/Tech in = full</A></SMALL></DIV> =09 =20 =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">HEALTH</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/health/newsid_1853000/1853716.stm">Teen sex advice = 'ineffective'</A></B><BR> Family planning services may have no positive impact on reducing = the rate of pregnancy or abortion among schoolgirls, research suggests. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/health/default.stm">Health in = full</A></SMALL></DIV> =09 =20 =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">EDUCATION</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/education/newsid_1853000/1853866.stm">School phone = mast emissions 'low'</A></B><BR> A study of electromagnetic emissions from mobile phone masts near = 100 UK schools shows they are all well below exposure guidelines. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/education/default.stm">Education in = full</A></SMALL></DIV> =09 =20 =20 <DIV CLASS=3D"otherstories"> <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D315 HEIGHT=3D1 = VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"head">ENTERTAINMENT</B><BR> <IMG SRC=3D"/furniture/nav/ukfs/cccccc_pixel.gif" WIDTH=3D315 = HEIGHT=3D1 VSPACE=3D1 ALT=3D""><BR> <B CLASS=3D"h3"><A = href=3D"/hi/english/entertainment/music/newsid_1852000/1852236.stm">So = Solid member pleads guilty</A></B><BR> Ashley Walters, of controversial garage act So Solid Crew, faces = prison after pleading guilty to a firearms charge. </DIV> =09 <DIV STYLE=3D"text-align:right;"><SMALL><IMG = SRC=3D"/furniture/aro_blue.gif" BORDER=3D0><A = href=3D"/hi/english/entertainment/default.stm">Entertainment in = full</A></SMALL></DIV> =09 =20 </FONT> </FONT> =09 <IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D315 HEIGHT=3D1 VSPACE=3D7 = ALT=3D""><BR> </TD> </TR> </TABLE> </TD> <TD><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 HEIGHT=3D1 = ALT=3D""></TD> <TD VALIGN=3DTOP> <FONT SIZE=3D"2" FACE=3D"sans-serif"> <DIV CLASS=3D"puffbox"> <!--hi_en_puffbox_avmegapuff_storyInclude--> <SCRIPT LANGUAGE=3D"JavaScript" src=3D"/javascript/avmega.js"></SCRIPT> <table width=3D"170" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" = bgcolor=3D"#CCCCCC"> <tr> <td bgcolor=3D"#666699" colspan=3D"2"><FONT SIZE=3D"1" = COLOR=3D"#FFFFFF" FACE=3D"sans-serif"><SPAN = class=3D"avheader">&nbsp;WATCH/LISTEN</SPAN></FONT></td> </tr> <tr> <td bgcolor=3D"#000000" colspan=3D"2"><img = src=3D"/furniture/nothing.gif" width=3D"170" height=3D"1" border=3D"0" = alt=3D""></td> </tr> =09 =20 =20 <!--hi_en_puffbox_avmegapuff_item_story--> <TR> <TD BGCOLOR=3D"9999CC" COLSPAN=3D"2"><FONT SIZE=3D"1" = COLOR=3D"#FFFFFF" FACE=3D"sans-serif"><SPAN = CLASS=3D"avsubheader">&nbsp;BULLETINS ON DEMAND</SPAN></FONT></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/blue_audio.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><A = href=3D"/olmedia/cta/progs/rn/bulletin.ram">BBC Radio = latest</a></DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/blue_video.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><A = href=3D"http://www.bbc.co.uk/newsa/n5ctrl/tvseq/n24.ram">BBC News = 24</a></DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/blue_audio.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><A = href=3D"http://www.bbc.co.uk/worldservice/news/summary.ram">BBC World = Service radio</a></DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/blue_video.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><A = href=3D"http://www.bbc.co.uk/newsa/n5ctrl/tvseq/news_ost.ram">BBC One = TV news</a></DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD BGCOLOR=3D"#000000" COLSPAN=3D"2"><IMG = SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" HEIGHT=3D"1" BORDER=3D"0" = ALT=3D""></TD> </TR> =20 =09 =20 =20 <!--hi_en_puffbox_avmegapuff_item_story--> <TR> <TD BGCOLOR=3D"9999CC" COLSPAN=3D"2"><FONT SIZE=3D"1" = COLOR=3D"#FFFFFF" FACE=3D"sans-serif"><SPAN = CLASS=3D"avsubheader">&nbsp;LIVE AND COMING UP</SPAN></FONT></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/clock.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><B>1740GMT = </B><BR>US Pentagon briefing</DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD BGCOLOR=3D"#000000" COLSPAN=3D"2"><IMG = SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" HEIGHT=3D"1" BORDER=3D"0" = ALT=3D""></TD> </TR> =20 =09 =20 =20 <!--hi_en_puffbox_avmegapuff_item_story--> <TR> <TD BGCOLOR=3D"9999CC" COLSPAN=3D"2"><FONT SIZE=3D"1" = COLOR=3D"#FFFFFF" FACE=3D"sans-serif"><SPAN = CLASS=3D"avsubheader">&nbsp;VIDEO CHOICE</SPAN></FONT></TD> </TR> <TR> <TD WIDTH=3D"16" VALIGN=3D"TOP"><IMG vspace=3D"3" border=3D"0" = hspace=3D"2" src=3D"/furniture/blue_video.gif" width=3D"12" = height=3D"9"></TD> <TD WIDTH=3D"154"><A = href=3D"/olmedia/1850000/video/_1853056_chogm07_peschardt_vi.ram"><IMG = height=3D"40" hspace=3D"0" vspace=3D"0" alt=3D"Nigeria's President = Obasanjo " width=3D"54" border=3D"0" = src=3D"/olmedia/1850000/images/_1853160_obasanjo54.jpg" = align=3D"right"></a> <FONT SIZE=3D"1" FACE=3D"sans-serif"><DIV CLASS=3D"avtext"><A = href=3D"/olmedia/1850000/video/_1853056_chogm07_peschardt_vi.ram"> = Zimbabwe will only be 'judged' after its elections</a></DIV></FONT> </TD> </TR> <TR> <TD COLSPAN=3D"2"><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" = HEIGHT=3D"1" BORDER=3D"0" ALT=3D""></TD> </TR> <TR> <TD BGCOLOR=3D"#000000" COLSPAN=3D"2"><IMG = SRC=3D"/furniture/nothing.gif" WIDTH=3D"170" HEIGHT=3D"1" BORDER=3D"0" = ALT=3D""></TD> </TR> =20 <tr> <td width=3D"16" valign=3D"top"><img = src=3D"/furniture/avmega_arrow.gif" width=3D"12" height=3D"9" = border=3D"0" alt=3D"" hspace=3D"2" vspace=3D"3"></td> <td width=3D"154"><FONT SIZE=3D"1" FACE=3D"sans-serif"><SPAN = CLASS=3D"avtext"><A = HREF=3D"/hi/english/audiovideo/programmes/default.stm">Programme = pages</A></SPAN></FONT></td> </tr> <tr> <td colspan=3D"2"><A HREF=3D"javascript: void request_launch();"><img = src=3D"/furniture/av_in_full_button.gif" width=3D"170" height=3D"29" = alt=3D"Launch console for latest Audio/Video" border=3D"0"></a></td> </tr> <tr> <td colspan=3D2 bgcolor=3D"#ffffff"><img src=3D"/furniture/nothing.gif" = width=3D"170" height=3D"5" border=3D"0" alt=3D""></td> </tr> </table> <!--end hi_en_puffbox_av_megapuff_storyInclude--> =20 =20 =20 =20 =20 <TABLE BORDER=3D0 WIDTH=3D170 CELLSPACING=3D0 CELLPADDING=3D0> <TR><TD BGCOLOR=3D"#CCCC99" CLASS=3D"puffboxhead"><IMG = SRC=3D"/furniture/black_pixel.gif" ALT=3D"" WIDTH=3D170 = HEIGHT=3D1><BR><IMG SRC=3D"/furniture/in_depth.gif" WIDTH=3D15 = HEIGHT=3D15 ALT=3D"In Depth" ALIGN=3DLEFT HSPACE=3D4><B>IN = DEPTH</B></TD></TR></TABLE> <A = href=3D"http://news.bbc.co.uk/hi/english/in_depth/middle_east/2001/israe= l_and_the_palestinians/"><IMG hspace=3D0 align=3DRIGHT alt=3D"Israel = and the Palestinians special section" width=3D54 height=3D"66" = border=3D0 = src=3D"/olmedia/1720000/images/_1722095_arafat_id_pic.jpg"><B>Israel = and the Palestinians </B></A><BR>Features and analysis<BR = CLEAR=3D"all"> =20 =20 =20 =20 <TABLE WIDTH=3D"170" BORDER=3D"0" CELLPADDING=3D"0" = CELLSPACING=3D"0"><TR><TD BGCOLOR=3D"#CCCC99" = CLASS=3D"puffboxhead"><IMG SRC=3D"/furniture/black_pixel.gif" ALT=3D"" = WIDTH=3D170 HEIGHT=3D1><BR><IMG SRC=3D"/furniture/talking_point.gif" = WIDTH=3D"15" HEIGHT=3D"15" ALT=3D"Talking Point" ALIGN=3DLEFT = HSPACE=3D4><B>TALKING POINT</B></TD></TR></TABLE><A = href=3D"/hi/english/talking_point/newsid_1853000/1853347.stm"><IMG = hspace=3D0 align=3DRIGHT alt=3D"" width=3D54 height=3D"66" border=3D0 = src=3D"/olmedia/1850000/images/_1853523_three_member_picpuf.jpg"><B>Zimb= abwe</B></A><BR>Will the Commonwealth deal work?<BR CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><br><A = href=3D"/hi/english/world/europe/newsid_1849000/1849302.stm"><IMG = hspace=3D0 alt=3D"As Ireland becomes the latest country to tackle the = issue of waste, BBC News Online investigates the world's growing = rubbish menace" width=3D170 height=3D"47" border=3D0 = src=3D"/olmedia/1850000/images/_1853893_rubbish_supuf.gif"><BR><B>World'= s litter legacy</B></A><BR> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><br><A = href=3D"/hi/english/uk_politics/newsid_1853000/1853535.stm"><IMG = hspace=3D0 alt=3D"UK Prime Minister Tony Blair's taste in Paul Smith = clothes has managed to overshadow events at the Commonwealth summit for = many in Britain." width=3D170 height=3D"47" border=3D0 = src=3D"/olmedia/1850000/images/_1853851_blairs_sleeve2_supuf.gif"><BR><B= >Off the cuff fashion</B></A><BR> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><br><A = href=3D"/hi/english/uk/newsid_1846000/1846511.stm"><IMG hspace=3D0 = alt=3D"Your choice for a book to read together" width=3D170 = height=3D"47" border=3D0 = src=3D"/media/images/36105000/gif/_36105362_reading_supuf.gif"><BR><B>An= d your choice is...</B></A><BR> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><br><A = href=3D"/hi/english/uk/newsid_1854000/1854148.stm"><IMG hspace=3D0 = alt=3D"Debate on whether stop and search tactics should be increased to = curb gun crime." width=3D170 height=3D"47" border=3D0 = src=3D"/media/images/36112000/gif/_36112818_black_h2h_supuf.gif"><BR><B>= Stop and search issue</B></A><BR> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/world/middle_east/newsid_1853000/1853522.stm"><IMG = hspace=3D0 align=3DRIGHT alt=3D"Iraqi leader Saddam Hussein" width=3D54 = height=3D"66" border=3D0 = src=3D"/media/images/36102000/jpg/_36102359_saddam54.jpg"><B>After = Saddam?</B></A><BR>Strength of Iraqi opposition assessed<BR = CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/entertainment/music/newsid_1852000/1852236.stm"><IMG= hspace=3D0 align=3DRIGHT alt=3D"Ashley Walters pleads guilty to a = firearms charge at a London court" width=3D54 height=3D"66" border=3D0 = src=3D"/media/images/36105000/jpg/_36105475_ashley_walters_54.jpg"><B>Gu= ilty plea</B></A><BR>So Solid Crew man 'faces jail' on gun charge<BR = CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/sci/tech/newsid_1853000/1853027.stm"><IMG = hspace=3D0 align=3DRIGHT alt=3D"US astronauts prepare to carry out = their first job on the Hubble space telescope - fixing new solar = panels" width=3D54 height=3D"66" border=3D0 = src=3D"/media/images/36095000/jpg/_36095263_hubb54.jpg"><B>Hubble = mission</B></A><BR>Shuttle crew begin first space walk <BR = CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/uk/newsid_1853000/1853263.stm"><IMG hspace=3D0 = align=3DRIGHT alt=3D"Right-wing historian declared bankrupt at the High = Court after failing to meet payments from his libel trial against = Penguin books." width=3D54 height=3D"66" border=3D0 = src=3D"/media/images/36108000/jpg/_36108103_irvingpuff.jpg"><B>Irving = bankrupt</B></A><BR>Holocaust denier hit by High Court ruling<BR = CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/sci/tech/newsid_1853000/1853410.stm"><IMG = hspace=3D0 align=3DRIGHT alt=3D"Metal Gear Solid 2: Eagerly anticipated = game" width=3D54 height=3D"66" border=3D0 = src=3D"/media/images/36099000/jpg/_36099164_snake54.jpg"><B>Groundbreaki= ng</B></A><BR>Pushing the boundaries of video games<BR CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/entertainment/film/newsid_1853000/1853592.stm"><IMG = hspace=3D0 align=3DRIGHT alt=3D"Little-known actor Christian Coulson is = chosen to play Harry Potter's arch enemy in the next Potter film, the = Chamber of Secrets" width=3D54 height=3D"66" border=3D0 = src=3D"/media/images/36102000/jpg/_36102747_coulson_54.jpg"><B>Wizard = role</B></A><BR>This man will be Harry Potter's next enemy<BR = CLEAR=3D"all"> =20 =20 =20 =20 <IMG SRC=3D"/furniture/grey_pixel.gif" WIDTH=3D170 HEIGHT=3D1 = BORDER=3D0 VSPACE=3D6 ALT=3D""><BR><A = href=3D"/hi/english/world/europe/newsid_1853000/1853334.stm"><B>French = connection?</B></A><BR>Nato investigates claims of Karadzic tip-off<BR = CLEAR=3DALL> =20 </DIV> </FONT> </TD> </TR> </TABLE> <TABLE WIDTH=3D600 CELLPADDING=3D0 CELLSPACING=3D0 BORDER=3D0> <TR><!-- black line row --> <TD ALIGN=3DLEFT VALIGN=3DTOP WIDTH=3D600 BGCOLOR=3D"#FFFFFF" = COLSPAN=3D3><HR ALIGN=3D"LEFT" SIZE=3D"1" WIDTH=3D"595" = COLOR=3D"#000000" NOSHADE></TD> </TR> <TR> <TD WIDTH=3D90 ALIGN=3DRIGHT VALIGN=3DTOP><A = HREF=3D"/hi/english/static/copyright.stm"> <IMG BORDER=3D"0" SRC=3D"/furniture/copyright_bbc.gif" WIDTH=3D73 = HEIGHT=3D17></TD> <TD WIDTH=3D10><IMG SRC=3D"/furniture/nothing.gif" WIDTH=3D1 = HEIGHT=3D1></TD> <TD CLASS=3D"footer" WIDTH=3D500 ALIGN=3DLEFT VALIGN=3DTOP><B = CLASS=3D"footerarrow">^^&nbsp;</B><A CLASS=3D"index" HREF=3D"#top">Back = to top</A><BR><BR> <A CLASS=3D"index" HREF=3D"/default.stm">News Front Page</A> | <A = CLASS=3D"index" HREF=3D"/hi/english/world/default.stm">World</A> | <A = CLASS=3D"index" HREF=3D"/hi/english/uk/default.stm">UK</A> | <A = CLASS=3D"index" HREF=3D"/hi/english/uk_politics/default.stm">UK = Politics</A> | <A CLASS=3D"index" = HREF=3D"/hi/english/business/default.stm">Business</A> | <A = CLASS=3D"index" HREF=3D"/hi/english/sci/tech/default.stm">Sci/Tech</A> = | <A CLASS=3D"index" HREF=3D"/hi/english/health/default.stm">Health</A> = | <A CLASS=3D"index" = HREF=3D"/hi/english/education/default.stm">Education</A> | <A = CLASS=3D"index" = HREF=3D"/hi/english/entertainment/default.stm">Entertainment</A> | <A = CLASS=3D"index" HREF=3D"/hi/english/talking_point/default.stm">Talking = Point</A> | <A CLASS=3D"index" = HREF=3D"/hi/english/static/in_depth/default.stm">In Depth </A> | <A = CLASS=3D"index" = HREF=3D"/hi/english/audiovideo/default.stm">AudioVideo</A><BR>&nbsp; <BR> <B><SPAN STYLE=3D"color : = #CCCCCC;">--------------------------------------------------------------= --------------------</SPAN> <BR> <A CLASS=3D"footer" HREF=3D"/sport/">To BBC Sport&gt;&gt;</A> | <A = CLASS=3D"footer" HREF=3D"http://www.bbc.co.uk/weather/">To BBC = Weather&gt;&gt;</A> <BR> <SPAN STYLE=3D"color : = #CCCCCC;">--------------------------------------------------------------= --------------------</SPAN><BR><A CLASS=3D"footer" = HREF=3D"/hi/english/static/copyright.stm"><SPAN STYLE=3D"font-size : = 10px">&copy; MMII</span></a> <FONT SIZE=3D"1">|</font> <A = CLASS=3D"footer" HREF=3D"/hi/english/static/help/sources.stm"><SPAN = STYLE=3D"font-size : 10px">News Sources</span></a> <FONT = SIZE=3D"1">|</font> <A CLASS=3D"footer" = HREF=3D"http://www.bbc.co.uk/privacy/"><SPAN STYLE=3D"font-size : = 10px">Privacy</span></a></b> <br><BR> </TD> </TR> </TABLE> <LINK TYPE=3D"text/css" REL=3D"stylesheet" = HREF=3D"/stylesheets/corenews.css"> </BODY> </HTML> ------_=_NextPart_000_01C1C3A1.F80FA390 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------_=_NextPart_000_01C1C3A1.F80FA390-- From [email protected] Mon Mar 04 17:44:01 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5143 invoked from network); 4 Mar 2002 17:44:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Mar 2002 17:44:01 -0000 Received: (qmail 4342 invoked by uid 97); 4 Mar 2002 17:44:01 -0000 Delivered-To: [email protected] Received: (qmail 4311 invoked by uid 97); 4 Mar 2002 17:44: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4300 invoked from network); 4 Mar 2002 17:44:00 -0000 Content-return: allowed Date: Mon, 04 Mar 2002 12:43:51 -0500 From: "Stover, Michael" <[email protected]> Subject: RE: Proxy not working To: "'JMeter Users List'" <[email protected]> Message-id: <61E69E92EA1CD211B94700805F65B9110790C6D2@USA0834MS1> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-type: text/plain; charset=iso-8859-1 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I don't get [email protected]. With or without the proxy, I'm getting the same text. This is using the latest beta3 file, and the latest nightly build (3/4). What browser are you using? One difference I can think of is that headers are not sent back to the browser, just the HTML text. It's possible you're browser is reacting differently than mine to this difference? -Mike > -----Original Message----- > From: Michael Morris [mailto:[email protected]] > Sent: Monday, March 04, 2002 12:28 PM > To: 'JMeter Users List' > Subject: RE: Proxy not working > > > Latest version I have tried is from 25th Feb 2002. > The problem seems to be that the first x lines of the source > are missing. > (where x does not seem to be a constant). The pages are > distorted as you > might expect. > > I am attaching to this email the source for the BBC news page > as it appears > with and without the proxy. > > Michael > > -----Original Message----- > From: Stover, Michael [mailto:[email protected]] > Sent: 04 March 2002 17:07 > To: 'JMeter Users List' > Subject: RE: Proxy not working > > > This is news to me. What's the most recent version of JMeter > you've tried? > How exactly are the pages distorted? If you view source, how > exactly does > it differ from what it should look like? > > -Mike > > > -----Original Message----- > > From: Michael Morris [mailto:[email protected]] > > Sent: Monday, March 04, 2002 11:50 AM > > To: '[email protected]' > > Subject: Proxy not working > > > > > > Thank you Michael for all your help last week with the > > parsing the variable > > stuff. > > > > Is it just me or does anyone else have a problem with the > > proxy. I have not > > seen anything in the bug database or in the archive. > > When I run the proxy in version 1.7 and try to use my IE > > browser to navigate > > around the pages are very distorted. This is so in all the > > nightly builds of > > JMeter1.7 with the exception of one I have from 30th August > 2001. As a > > result I use this version when I want to record my browser activity. > > Unfortunately, that version will not allow me to open any > > saved files so I > > have to keep two different versions open together and > > negotiate from one to > > the other. > > > > I have been doing this for so long now that I had forgotten > > that it was a > > tad unusual until I started trying to show some of the QA > > people how to use > > JMeter. I am sure that there must be a simple solution to > > this as no one > > else seems to have the problem. > > > > Please help, I am feeling very stupid. > > > > Michael > > > > -- > > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 04 17:48:30 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10092 invoked from network); 4 Mar 2002 17:48:29 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Mar 2002 17:48:29 -0000 Received: (qmail 10789 invoked by uid 97); 4 Mar 2002 17:48:07 -0000 Delivered-To: [email protected] Received: (qmail 10750 invoked by uid 97); 4 Mar 2002 17:48:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10694 invoked from network); 4 Mar 2002 17:48:06 -0000 Message-ID: <[email protected]> From: Chris Dale <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Proxy not working Date: Mon, 4 Mar 2002 17:47:26 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I had similar problems but found this on the JMeter Users list Installing the patched version and doing a rebuild works fine Chris RE: Automatic Recording Satish, Sure it is. Start JMeter's proxy as described in http://jakarta.apache.org/jmeter/user_manual/proxy_server.html . There are some serious restrictions regarding cookies, multipart MIME, redirection, POST and so on ... but hey, it's better than nothing. See Bug 5989 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5989) for a possible solution to these shotcomings. Let me know if you need more help. Cheers, /Stephen -----Original Message----- From: Michael Morris [mailto:[email protected]] Sent: 04 March 2002 17:28 To: 'JMeter Users List' Subject: RE: Proxy not working Latest version I have tried is from 25th Feb 2002. The problem seems to be that the first x lines of the source are missing. (where x does not seem to be a constant). The pages are distorted as you might expect. I am attaching to this email the source for the BBC news page as it appears with and without the proxy. Michael -----Original Message----- From: Stover, Michael [mailto:[email protected]] Sent: 04 March 2002 17:07 To: 'JMeter Users List' Subject: RE: Proxy not working This is news to me. What's the most recent version of JMeter you've tried? How exactly are the pages distorted? If you view source, how exactly does it differ from what it should look like? -Mike > -----Original Message----- > From: Michael Morris [mailto:[email protected]] > Sent: Monday, March 04, 2002 11:50 AM > To: '[email protected]' > Subject: Proxy not working > > > Thank you Michael for all your help last week with the > parsing the variable > stuff. > > Is it just me or does anyone else have a problem with the > proxy. I have not > seen anything in the bug database or in the archive. > When I run the proxy in version 1.7 and try to use my IE > browser to navigate > around the pages are very distorted. This is so in all the > nightly builds of > JMeter1.7 with the exception of one I have from 30th August 2001. As a > result I use this version when I want to record my browser activity. > Unfortunately, that version will not allow me to open any > saved files so I > have to keep two different versions open together and > negotiate from one to > the other. > > I have been doing this for so long now that I had forgotten > that it was a > tad unusual until I started trying to show some of the QA > people how to use > JMeter. I am sure that there must be a simple solution to > this as no one > else seems to have the problem. > > Please help, I am feeling very stupid. > > Michael > > -- > To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone (collect), so that the sender's address records can be corrected. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 04 17:52:47 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14482 invoked from network); 4 Mar 2002 17:52:46 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Mar 2002 17:52:46 -0000 Received: (qmail 19908 invoked by uid 97); 4 Mar 2002 17:52:47 -0000 Delivered-To: [email protected] Received: (qmail 19888 invoked by uid 97); 4 Mar 2002 17:52: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19868 invoked from network); 4 Mar 2002 17:52:46 -0000 Content-return: allowed Date: Mon, 04 Mar 2002 12:52:34 -0500 From: "Stover, Michael" <[email protected]> Subject: RE: Proxy not working To: "'JMeter Users List'" <[email protected]> Message-id: <61E69E92EA1CD211B94700805F65B9110790C6D3@USA0834MS1> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-type: text/plain; charset=iso-8859-1 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Except problems with POST, cookies, and multi-part MIME have been fixed recently.... > -----Original Message----- > From: Chris Dale [mailto:[email protected]] > Sent: Monday, March 04, 2002 12:47 PM > To: 'JMeter Users List' > Subject: RE: Proxy not working > > > I had similar problems but found this on the JMeter Users list > > Installing the patched version and doing a rebuild works fine > > Chris > > > RE: Automatic Recording > Satish, > > Sure it is. Start JMeter's proxy as described in > http://jakarta.apache.org/jmeter/user_manual/proxy_server.html . > > There are some serious restrictions regarding cookies, multipart MIME, > redirection, POST and so on ... but hey, it's better than > nothing. See Bug > 5989 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5989) > for a possible > solution to these shotcomings. > > Let me know if you need more help. > > Cheers, > > /Stephen > > > -----Original Message----- > From: Michael Morris [mailto:[email protected]] > Sent: 04 March 2002 17:28 > To: 'JMeter Users List' > Subject: RE: Proxy not working > > > Latest version I have tried is from 25th Feb 2002. > The problem seems to be that the first x lines of the source > are missing. > (where x does not seem to be a constant). The pages are > distorted as you > might expect. > > I am attaching to this email the source for the BBC news page > as it appears > with and without the proxy. > > Michael > > -----Original Message----- > From: Stover, Michael [mailto:[email protected]] > Sent: 04 March 2002 17:07 > To: 'JMeter Users List' > Subject: RE: Proxy not working > > > This is news to me. What's the most recent version of JMeter > you've tried? > How exactly are the pages distorted? If you view source, how > exactly does > it differ from what it should look like? > > -Mike > > > -----Original Message----- > > From: Michael Morris [mailto:[email protected]] > > Sent: Monday, March 04, 2002 11:50 AM > > To: '[email protected]' > > Subject: Proxy not working > > > > > > Thank you Michael for all your help last week with the > > parsing the variable > > stuff. > > > > Is it just me or does anyone else have a problem with the > > proxy. I have not > > seen anything in the bug database or in the archive. > > When I run the proxy in version 1.7 and try to use my IE > > browser to navigate > > around the pages are very distorted. This is so in all the > > nightly builds of > > JMeter1.7 with the exception of one I have from 30th August > 2001. As a > > result I use this version when I want to record my browser activity. > > Unfortunately, that version will not allow me to open any > > saved files so I > > have to keep two different versions open together and > > negotiate from one to > > the other. > > > > I have been doing this for so long now that I had forgotten > > that it was a > > tad unusual until I started trying to show some of the QA > > people how to use > > JMeter. I am sure that there must be a simple solution to > > this as no one > > else seems to have the problem. > > > > Please help, I am feeling very stupid. > > > > Michael > > > > -- > > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > > > -- > > NOTICE: The information contained in this electronic mail > transmission is > intended by Convergys Corporation for the use of the named > individual or > entity to which it is directed and may contain information that is > privileged or otherwise confidential. If you have received > this electronic > mail transmission in error, please delete it from your system without > copying or forwarding it, and notify the sender of the error > by reply email > or by telephone (collect), so that the sender's address records can be > corrected. > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 04 18:22:55 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38108 invoked from network); 4 Mar 2002 18:22:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Mar 2002 18:22:54 -0000 Received: (qmail 6005 invoked by uid 97); 4 Mar 2002 18:22:56 -0000 Delivered-To: [email protected] Received: (qmail 5878 invoked by uid 97); 4 Mar 2002 18:22: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5803 invoked from network); 4 Mar 2002 18:22:54 -0000 Message-ID: <912813B4551CD511983700D0B7696A8F3002D0@EXCHANGE> From: Michael Morris <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: Proxy not working Date: Mon, 4 Mar 2002 18:22:44 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is very strange, I have just tried the latest nightly build 4th March 2002 and it is still not working but I have just tried the beta release from 25th Feb and it seems to be working now. I think that the files I sent must have been using a version from January. I think I'll be OK now. although I'm still not sure what was going on. thanks, Michael -----Original Message----- From: Stover, Michael [mailto:[email protected]] Sent: 04 March 2002 17:53 To: 'JMeter Users List' Subject: RE: Proxy not working Except problems with POST, cookies, and multi-part MIME have been fixed recently.... > -----Original Message----- > From: Chris Dale [mailto:[email protected]] > Sent: Monday, March 04, 2002 12:47 PM > To: 'JMeter Users List' > Subject: RE: Proxy not working > > > I had similar problems but found this on the JMeter Users list > > Installing the patched version and doing a rebuild works fine > > Chris > > > RE: Automatic Recording > Satish, > > Sure it is. Start JMeter's proxy as described in > http://jakarta.apache.org/jmeter/user_manual/proxy_server.html . > > There are some serious restrictions regarding cookies, multipart MIME, > redirection, POST and so on ... but hey, it's better than > nothing. See Bug > 5989 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5989) > for a possible > solution to these shotcomings. > > Let me know if you need more help. > > Cheers, > > /Stephen > > > -----Original Message----- > From: Michael Morris [mailto:[email protected]] > Sent: 04 March 2002 17:28 > To: 'JMeter Users List' > Subject: RE: Proxy not working > > > Latest version I have tried is from 25th Feb 2002. > The problem seems to be that the first x lines of the source > are missing. > (where x does not seem to be a constant). The pages are > distorted as you > might expect. > > I am attaching to this email the source for the BBC news page > as it appears > with and without the proxy. > > Michael > > -----Original Message----- > From: Stover, Michael [mailto:[email protected]] > Sent: 04 March 2002 17:07 > To: 'JMeter Users List' > Subject: RE: Proxy not working > > > This is news to me. What's the most recent version of JMeter > you've tried? > How exactly are the pages distorted? If you view source, how > exactly does > it differ from what it should look like? > > -Mike > > > -----Original Message----- > > From: Michael Morris [mailto:[email protected]] > > Sent: Monday, March 04, 2002 11:50 AM > > To: '[email protected]' > > Subject: Proxy not working > > > > > > Thank you Michael for all your help last week with the > > parsing the variable > > stuff. > > > > Is it just me or does anyone else have a problem with the > > proxy. I have not > > seen anything in the bug database or in the archive. > > When I run the proxy in version 1.7 and try to use my IE > > browser to navigate > > around the pages are very distorted. This is so in all the > > nightly builds of > > JMeter1.7 with the exception of one I have from 30th August > 2001. As a > > result I use this version when I want to record my browser activity. > > Unfortunately, that version will not allow me to open any > > saved files so I > > have to keep two different versions open together and > > negotiate from one to > > the other. > > > > I have been doing this for so long now that I had forgotten > > that it was a > > tad unusual until I started trying to show some of the QA > > people how to use > > JMeter. I am sure that there must be a simple solution to > > this as no one > > else seems to have the problem. > > > > Please help, I am feeling very stupid. > > > > Michael > > > > -- > > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > > > -- > > NOTICE: The information contained in this electronic mail > transmission is > intended by Convergys Corporation for the use of the named > individual or > entity to which it is directed and may contain information that is > privileged or otherwise confidential. If you have received > this electronic > mail transmission in error, please delete it from your system without > copying or forwarding it, and notify the sender of the error > by reply email > or by telephone (collect), so that the sender's address records can be > corrected. > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 04 18:30:36 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46510 invoked from network); 4 Mar 2002 18:30:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Mar 2002 18:30:36 -0000 Received: (qmail 17680 invoked by uid 97); 4 Mar 2002 18:30:27 -0000 Delivered-To: [email protected] Received: (qmail 17480 invoked by uid 97); 4 Mar 2002 18:30: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17376 invoked from network); 4 Mar 2002 18:30:24 -0000 Message-ID: <5D88C12C54C7D3118C9A00508B92D50A9F31BC@EXCHATL> From: Brian Cochran <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: Proxy not working Date: Mon, 4 Mar 2002 13:31:13 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have noticed that this problem with the JTree deforming and/or the proxy not working with various configurations with JMeter although have had a hard time recreating the structure that will do it. But you are not alone :), Brian -----Original Message----- From: Michael Morris [mailto:[email protected]] Sent: Monday, March 04, 2002 1:23 PM To: 'JMeter Users List' Subject: RE: Proxy not working This is very strange, I have just tried the latest nightly build 4th March 2002 and it is still not working but I have just tried the beta release from 25th Feb and it seems to be working now. I think that the files I sent must have been using a version from January. I think I'll be OK now. although I'm still not sure what was going on. thanks, Michael -----Original Message----- From: Stover, Michael [mailto:[email protected]] Sent: 04 March 2002 17:53 To: 'JMeter Users List' Subject: RE: Proxy not working Except problems with POST, cookies, and multi-part MIME have been fixed recently.... > -----Original Message----- > From: Chris Dale [mailto:[email protected]] > Sent: Monday, March 04, 2002 12:47 PM > To: 'JMeter Users List' > Subject: RE: Proxy not working > > > I had similar problems but found this on the JMeter Users list > > Installing the patched version and doing a rebuild works fine > > Chris > > > RE: Automatic Recording > Satish, > > Sure it is. Start JMeter's proxy as described in > http://jakarta.apache.org/jmeter/user_manual/proxy_server.html . > > There are some serious restrictions regarding cookies, multipart MIME, > redirection, POST and so on ... but hey, it's better than > nothing. See Bug > 5989 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5989) > for a possible > solution to these shotcomings. > > Let me know if you need more help. > > Cheers, > > /Stephen > > > -----Original Message----- > From: Michael Morris [mailto:[email protected]] > Sent: 04 March 2002 17:28 > To: 'JMeter Users List' > Subject: RE: Proxy not working > > > Latest version I have tried is from 25th Feb 2002. > The problem seems to be that the first x lines of the source > are missing. > (where x does not seem to be a constant). The pages are > distorted as you > might expect. > > I am attaching to this email the source for the BBC news page > as it appears > with and without the proxy. > > Michael > > -----Original Message----- > From: Stover, Michael [mailto:[email protected]] > Sent: 04 March 2002 17:07 > To: 'JMeter Users List' > Subject: RE: Proxy not working > > > This is news to me. What's the most recent version of JMeter > you've tried? > How exactly are the pages distorted? If you view source, how > exactly does > it differ from what it should look like? > > -Mike > > > -----Original Message----- > > From: Michael Morris [mailto:[email protected]] > > Sent: Monday, March 04, 2002 11:50 AM > > To: '[email protected]' > > Subject: Proxy not working > > > > > > Thank you Michael for all your help last week with the > > parsing the variable > > stuff. > > > > Is it just me or does anyone else have a problem with the > > proxy. I have not > > seen anything in the bug database or in the archive. > > When I run the proxy in version 1.7 and try to use my IE > > browser to navigate > > around the pages are very distorted. This is so in all the > > nightly builds of > > JMeter1.7 with the exception of one I have from 30th August > 2001. As a > > result I use this version when I want to record my browser activity. > > Unfortunately, that version will not allow me to open any > > saved files so I > > have to keep two different versions open together and > > negotiate from one to > > the other. > > > > I have been doing this for so long now that I had forgotten > > that it was a > > tad unusual until I started trying to show some of the QA > > people how to use > > JMeter. I am sure that there must be a simple solution to > > this as no one > > else seems to have the problem. > > > > Please help, I am feeling very stupid. > > > > Michael > > > > -- > > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > > > -- > > NOTICE: The information contained in this electronic mail > transmission is > intended by Convergys Corporation for the use of the named > individual or > entity to which it is directed and may contain information that is > privileged or otherwise confidential. If you have received > this electronic > mail transmission in error, please delete it from your system without > copying or forwarding it, and notify the sender of the error > by reply email > or by telephone (collect), so that the sender's address records can be > corrected. > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 04 23:50:02 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27471 invoked from network); 4 Mar 2002 23:50:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Mar 2002 23:50:02 -0000 Received: (qmail 8834 invoked by uid 97); 4 Mar 2002 23:50:06 -0000 Delivered-To: [email protected] Received: (qmail 8766 invoked by uid 97); 4 Mar 2002 23:50: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8617 invoked from network); 4 Mar 2002 23:50:03 -0000 From: "Stephane Richard" <[email protected]> To: <[email protected]> Subject: Trying to run JMeter server only (RMI problem) Date: Mon, 4 Mar 2002 15:46:26 -0800 Message-ID: <000001c1c3d6$cd64af70$5d918240@Speedy> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01C1C393.BF42F610" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 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 ------=_NextPart_000_0001_01C1C393.BF42F610 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Here is the error on which I already spent a lot of time as well as few other people: java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub I'm trying to run JMeter in a distributed environment (jmeter-server.bat) but it fails to start when looking for the org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub class. I've verified that the compilation didn't produced any error or that the class file was properly generated. I'm using JMeter 1.7beta3 on a Windows XP machine with jdk 1.2.2 installed. Stef@SPEEDY /cygdrive/d/java/jakarta-jmeter/bin $ ./jmeter-server.bat d:\java\jakarta-jmeter\bin>set PROP=jmeter.properties d:\java\jakarta-jmeter\bin>set LOG4JCONFIG=log4j.configuration=log4j.conf d:\java\jakarta-jmeter\bin>set HOST= d:\java\jakarta-jmeter\bin>set PORT= d:\java\jakarta-jmeter\bin>IF "" == "-f" set PROP= d:\java\jakarta-jmeter\bin>IF "" == "-h" set HOST=-Dhttp.proxyHost= -Dhttps.proxyHost= d:\java\jakarta-jmeter\bin>IF "" == "-p" set PORT=-Dhttp.proxyPort= -Dhttps.proxyPort= d:\java\jakarta-jmeter\bin>IF "" == "-f" set PROP= d:\java\jakarta-jmeter\bin>IF "" == "-h" set HOST=-Dhttp.proxyHost= -Dhttps.proxyHost= d:\java\jakarta-jmeter\bin>IF "" == "-p" set PORT=-Dhttp.proxyPort= -Dhttps.proxyPort= d:\java\jakarta-jmeter\bin>IF "" == "-f" set PROP= d:\java\jakarta-jmeter\bin>IF "" == "-h" set HOST=-Dhttp.proxyHost= -Dhttps.proxyHost= d:\java\jakarta-jmeter\bin>IF "" == "-p" set PORT=-Dhttp.proxyPort= -Dhttps.proxyPort= d:\java\jakarta-jmeter\bin>set LOCALCLASSPATH=/cygdrive/d/java/jre1.2/bin:/cygdrive/d/java/jdk1.2/bin:/ cygdrive/d/java/jre1.2/lib:/cygdrive/d/java/jdk1.2/lib:/cygdrive/d/java/ jdk1.3.1_02/lib:/cygdrive/d/java/jdk1.2/lib/jndi.jar:/cygdrive/d/java/to ols/rmiregistry.jar:/cygdrive/d/java/jakarta-jmeter/bin/ApacheJMeter.jar :/cygdrive/d/java/jakarta-jmeter/lib/xerces.jar:/cygdrive/d/java/jakarta -jmeter/lib:/cygdrive/d/java/tools:/cygdrive/d/java/jakarta-ant-1.4.1/bi n:/cygdrive/d/java/jakarta-jmeter/bin:/cygdrive/d/java/jakarta-jmeter/bi n/classes/org/apache/jmeter/engine/:/cygdrive/d/java/jakarta-jmeter/bin/ classes/ d:\java\jakarta-jmeter\bin>for %i in ("..\lib\*.jar") do CALL ..\lcp %i d:\java\jakarta-jmeter\bin>CALL ..\lcp ..\lib\ant-1.3-optional.jar java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRem oteCall.java:242) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:217 ) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:351) at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source) at java.rmi.Naming.rebind(Naming.java:158) at org.apache.jmeter.engine.RemoteJMeterEngineImpl.<init>(RemoteJMeterEngin eImpl.java:85) at org.apache.jmeter.engine.RemoteJMeterEngineImpl.main(RemoteJMeterEngineI mpl.java, Compiled Code) Anybody has an idea? Thanks, Stef ------=_NextPart_000_0001_01C1C393.BF42F610-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From [email protected] Tue Mar 05 04:31:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40893 invoked from network); 5 Mar 2002 04:31:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Mar 2002 04:31:18 -0000 Received: (qmail 1563 invoked by uid 97); 5 Mar 2002 04:31:27 -0000 Delivered-To: [email protected] Received: (qmail 1526 invoked by uid 97); 5 Mar 2002 04:31: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1509 invoked from network); 5 Mar 2002 04:31:25 -0000 Reply-To: <[email protected]> From: "Ashraf" <[email protected]> To: "Jmeter (E-mail)" <[email protected]> Subject: Newbie of jmeter Date: Fri, 5 Mar 2004 10:00:55 +0530 Message-ID: <000701c4026a$a72427d0$0e05a8c0@ashraf> 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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Everybody, Good day all ! My Manager has asked me to load test an application that we have developed in our company. I thought of choosing Jmeter for this assignment. Have I chosen a adequate tool? Please advice if no, please let me know any other good open source tool. TIA Our application is a payroll system. My requirements is that, think of a scenario below 1. Some people (say 20 people) updating there details. 2. Some people just viewing there bank details. 3. Some people doing some updates. My question here is, can I simulate an environment with say 200 users logged in simultaneously, some are just navigating various pages, some are accessing database, some updating it, some inserting new data etc..... I downloaded ApacheJMeter_1.7Beta3 recently. I created a test plan with number of threads as 200 and added some HttpRequest elements and a file recorder. I got the response time for each page accessed in the file that I had given. But by this I can only get the performance of web server to render me the pages. I couldn't understand how to pass data to a form and them click on submit button to save it in database. How do I simulate, some data is entered in some forms of the application and them click on submit button, so that the data entered gets saved in database. When I went through the documentation, I found something called proxy server to record the browser activity. My Test plan looks like this, Root Testplan ThreadGroup Simple Controller HttpRequest WorkBench Proxy Server I clicked on the start button on the Proxy server page and then opened a browser and started navigating a site called "http://google.com" after navigating some pages I clicked on stop button on the proxy server page of the jmeter. I didn't noticed any thing happening in the testplan, nothing got recorded. Is there any thing I am missing? I don't have much time to debug what's happening. I will be grateful, if any one out there help me do this. Please give me all the steps explained clearly. Thanks Ashraf -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 05 12:24:19 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56032 invoked from network); 5 Mar 2002 12:24:19 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Mar 2002 12:24:19 -0000 Received: (qmail 11437 invoked by uid 97); 5 Mar 2002 12:24:16 -0000 Delivered-To: [email protected] Received: (qmail 11406 invoked by uid 97); 5 Mar 2002 12:24:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11395 invoked from network); 5 Mar 2002 12:24:14 -0000 Message-ID: <912813B4551CD511983700D0B7696A8F3002D1@EXCHANGE> From: Michael Morris <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: Newbie of jmeter Date: Tue, 5 Mar 2002 12:23:33 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Did you set your browser to use the proxy server? Michael -----Original Message----- From: Ashraf [mailto:[email protected]] Sent: 05 March 2004 04:31 To: Jmeter (E-mail) Subject: Newbie of jmeter Hi Everybody, Good day all ! My Manager has asked me to load test an application that we have developed in our company. I thought of choosing Jmeter for this assignment. Have I chosen a adequate tool? Please advice if no, please let me know any other good open source tool. TIA Our application is a payroll system. My requirements is that, think of a scenario below 1. Some people (say 20 people) updating there details. 2. Some people just viewing there bank details. 3. Some people doing some updates. My question here is, can I simulate an environment with say 200 users logged in simultaneously, some are just navigating various pages, some are accessing database, some updating it, some inserting new data etc..... I downloaded ApacheJMeter_1.7Beta3 recently. I created a test plan with number of threads as 200 and added some HttpRequest elements and a file recorder. I got the response time for each page accessed in the file that I had given. But by this I can only get the performance of web server to render me the pages. I couldn't understand how to pass data to a form and them click on submit button to save it in database. How do I simulate, some data is entered in some forms of the application and them click on submit button, so that the data entered gets saved in database. When I went through the documentation, I found something called proxy server to record the browser activity. My Test plan looks like this, Root Testplan ThreadGroup Simple Controller HttpRequest WorkBench Proxy Server I clicked on the start button on the Proxy server page and then opened a browser and started navigating a site called "http://google.com" after navigating some pages I clicked on stop button on the proxy server page of the jmeter. I didn't noticed any thing happening in the testplan, nothing got recorded. Is there any thing I am missing? I don't have much time to debug what's happening. I will be grateful, if any one out there help me do this. Please give me all the steps explained clearly. Thanks Ashraf -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 05 17:09:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37398 invoked from network); 5 Mar 2002 17:09:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Mar 2002 17:09:57 -0000 Received: (qmail 8924 invoked by uid 97); 5 Mar 2002 17:09:58 -0000 Delivered-To: [email protected] Received: (qmail 8887 invoked by uid 97); 5 Mar 2002 17:09: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8876 invoked from network); 5 Mar 2002 17:09:57 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: Oracle driver settings Date: Tue, 5 Mar 2002 17:09:50 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N In the absence of a faq what settings should I use for the Oracle JDBC connection. The normal?? JDBC settings don't seem to work. TIA Allan Hagan GIS Consultant Computing Partners BT Affinitis Tel: 029 2072 4654 Mobile: 07801 794445 www.bt.com <<http://www.bt.com/>> British Telecommunications plc Registered office: 81 Newgate Street London EC1A 7AJ Registered in England no. 1800000 This electronic message contains information from British Telecommunications plc which may be privileged or confidential. The information is intended to be for the use of the individual (s) or entity named above. If you are not the intended recipient be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic message in error, please notify us by telephone or email (to the numbers or address above) immediately. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 05 17:56:05 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72515 invoked from network); 5 Mar 2002 17:56:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Mar 2002 17:56:05 -0000 Received: (qmail 11285 invoked by uid 97); 5 Mar 2002 17:56:07 -0000 Delivered-To: [email protected] Received: (qmail 11250 invoked by uid 97); 5 Mar 2002 17:56:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11239 invoked from network); 5 Mar 2002 17:56:06 -0000 X-Server-Uuid: 6f70d564-fb91-11d4-8d7a-0002a52cad74 Message-ID: <[email protected]> From: "Murad, Zak" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Oracle driver settings Date: Tue, 5 Mar 2002 12:55:46 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.89) X-WSS-ID: 109BD9054312-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I was able to get it working with the latest beta using. JDBC URL=jdbc:oracle:oci8:@TEST_SID Driver Class=oracle.jdbc.driver.OracleDriver -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Tuesday, March 05, 2002 12:10 PM To: [email protected] Subject: Oracle driver settings In the absence of a faq what settings should I use for the Oracle JDBC connection. The normal?? JDBC settings don't seem to work. TIA Allan Hagan GIS Consultant Computing Partners BT Affinitis Tel: 029 2072 4654 Mobile: 07801 794445 www.bt.com <<http://www.bt.com/>> British Telecommunications plc Registered office: 81 Newgate Street London EC1A 7AJ Registered in England no. 1800000 This electronic message contains information from British Telecommunications plc which may be privileged or confidential. The information is intended to be for the use of the individual (s) or entity named above. If you are not the intended recipient be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic message in error, please notify us by telephone or email (to the numbers or address above) immediately. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------------------------------------------------------------------------------ This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 06 04:04:45 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35910 invoked from network); 6 Mar 2002 04:04:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 6 Mar 2002 04:04:44 -0000 Received: (qmail 11602 invoked by uid 97); 6 Mar 2002 04:04:53 -0000 Delivered-To: [email protected] Received: (qmail 11565 invoked by uid 97); 6 Mar 2002 04:04: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11554 invoked from network); 6 Mar 2002 04:04:50 -0000 Reply-To: <[email protected]> From: "Ashraf" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Newbie of jmeter Date: Sat, 6 Mar 2004 09:34:23 +0530 Message-ID: <000001c40330$1cacb290$0e05a8c0@ashraf> 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: <912813B4551CD511983700D0B7696A8F3002D1@EXCHANGE> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N No.... How do i do that? Please can you give me the details please. TIA Ashraf -----Original Message----- From: Michael Morris [mailto:[email protected]] Sent: Tuesday, March 05, 2002 5:54 PM To: 'JMeter Users List' Subject: RE: Newbie of jmeter Did you set your browser to use the proxy server? Michael -----Original Message----- From: Ashraf [mailto:[email protected]] Sent: 05 March 2004 04:31 To: Jmeter (E-mail) Subject: Newbie of jmeter Hi Everybody, Good day all ! My Manager has asked me to load test an application that we have developed in our company. I thought of choosing Jmeter for this assignment. Have I chosen a adequate tool? Please advice if no, please let me know any other good open source tool. TIA Our application is a payroll system. My requirements is that, think of a scenario below 1. Some people (say 20 people) updating there details. 2. Some people just viewing there bank details. 3. Some people doing some updates. My question here is, can I simulate an environment with say 200 users logged in simultaneously, some are just navigating various pages, some are accessing database, some updating it, some inserting new data etc..... I downloaded ApacheJMeter_1.7Beta3 recently. I created a test plan with number of threads as 200 and added some HttpRequest elements and a file recorder. I got the response time for each page accessed in the file that I had given. But by this I can only get the performance of web server to render me the pages. I couldn't understand how to pass data to a form and them click on submit button to save it in database. How do I simulate, some data is entered in some forms of the application and them click on submit button, so that the data entered gets saved in database. When I went through the documentation, I found something called proxy server to record the browser activity. My Test plan looks like this, Root Testplan ThreadGroup Simple Controller HttpRequest WorkBench Proxy Server I clicked on the start button on the Proxy server page and then opened a browser and started navigating a site called "http://google.com" after navigating some pages I clicked on stop button on the proxy server page of the jmeter. I didn't noticed any thing happening in the testplan, nothing got recorded. Is there any thing I am missing? I don't have much time to debug what's happening. I will be grateful, if any one out there help me do this. Please give me all the steps explained clearly. Thanks Ashraf -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 06 11:21:03 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24170 invoked from network); 6 Mar 2002 11:21:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 6 Mar 2002 11:21:02 -0000 Received: (qmail 11069 invoked by uid 97); 6 Mar 2002 11:21:14 -0000 Delivered-To: [email protected] Received: (qmail 11029 invoked by uid 97); 6 Mar 2002 11:21: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11018 invoked from network); 6 Mar 2002 11:21:13 -0000 Message-ID: <[email protected]> From: Chris Dale <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Newbie of jmeter Date: Wed, 6 Mar 2002 11:20:36 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N In IE what you do is go to Tools/Internet Options Go to Connections Tab and under the LAN settings select the 'Use a proxy server' tickbox with the host = localhost and the port being whatever you set for the JMeter Proxy server you set up Chris -----Original Message----- From: Ashraf [mailto:[email protected]] Sent: 06 March 2004 04:04 To: 'JMeter Users List' Subject: RE: Newbie of jmeter No.... How do i do that? Please can you give me the details please. TIA Ashraf -----Original Message----- From: Michael Morris [mailto:[email protected]] Sent: Tuesday, March 05, 2002 5:54 PM To: 'JMeter Users List' Subject: RE: Newbie of jmeter Did you set your browser to use the proxy server? Michael -----Original Message----- From: Ashraf [mailto:[email protected]] Sent: 05 March 2004 04:31 To: Jmeter (E-mail) Subject: Newbie of jmeter Hi Everybody, Good day all ! My Manager has asked me to load test an application that we have developed in our company. I thought of choosing Jmeter for this assignment. Have I chosen a adequate tool? Please advice if no, please let me know any other good open source tool. TIA Our application is a payroll system. My requirements is that, think of a scenario below 1. Some people (say 20 people) updating there details. 2. Some people just viewing there bank details. 3. Some people doing some updates. My question here is, can I simulate an environment with say 200 users logged in simultaneously, some are just navigating various pages, some are accessing database, some updating it, some inserting new data etc..... I downloaded ApacheJMeter_1.7Beta3 recently. I created a test plan with number of threads as 200 and added some HttpRequest elements and a file recorder. I got the response time for each page accessed in the file that I had given. But by this I can only get the performance of web server to render me the pages. I couldn't understand how to pass data to a form and them click on submit button to save it in database. How do I simulate, some data is entered in some forms of the application and them click on submit button, so that the data entered gets saved in database. When I went through the documentation, I found something called proxy server to record the browser activity. My Test plan looks like this, Root Testplan ThreadGroup Simple Controller HttpRequest WorkBench Proxy Server I clicked on the start button on the Proxy server page and then opened a browser and started navigating a site called "http://google.com" after navigating some pages I clicked on stop button on the proxy server page of the jmeter. I didn't noticed any thing happening in the testplan, nothing got recorded. Is there any thing I am missing? I don't have much time to debug what's happening. I will be grateful, if any one out there help me do this. Please give me all the steps explained clearly. Thanks Ashraf -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone (collect), so that the sender's address records can be corrected. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 06 11:52:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44102 invoked from network); 6 Mar 2002 11:52:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 6 Mar 2002 11:52:18 -0000 Received: (qmail 25614 invoked by uid 97); 6 Mar 2002 11:52:17 -0000 Delivered-To: [email protected] Received: (qmail 25597 invoked by uid 97); 6 Mar 2002 11:52: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25586 invoked from network); 6 Mar 2002 11:52:16 -0000 Date: Wed, 06 Mar 2002 12:52:12 +0100 From: Henrik Ridder <[email protected]> To: JMeter Users List <[email protected]> Subject: RE: Newbie of jmeter Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mulberry/2.1.2 (Linux/x86 Demo) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N And in Netscape(4.7x) you do: Edit->Prefrences->Advanced->Proxies Choose Manual proxy configuration. Click view and set HTTP Proxy to localhost and whatever port you want to use. Henrik --On Wednesday, March 06, 2002 11:20:36 +0000 Chris Dale <[email protected]> wrote: > In IE what you do is go to Tools/Internet Options > Go to Connections Tab and under the LAN settings select the 'Use a proxy > server' tickbox > with the host = localhost and the port being whatever you set for the > JMeter Proxy server you set up > > Chris > > -----Original Message----- > From: Ashraf [mailto:[email protected]] > Sent: 06 March 2004 04:04 > To: 'JMeter Users List' > Subject: RE: Newbie of jmeter > > > No.... > How do i do that? > Please can you give me the details please. > > TIA > Ashraf > > > -----Original Message----- > From: Michael Morris [mailto:[email protected]] > Sent: Tuesday, March 05, 2002 5:54 PM > To: 'JMeter Users List' > Subject: RE: Newbie of jmeter > > > Did you set your browser to use the proxy server? > > Michael > > -----Original Message----- > From: Ashraf [mailto:[email protected]] > Sent: 05 March 2004 04:31 > To: Jmeter (E-mail) > Subject: Newbie of jmeter > > > Hi Everybody, > > Good day all ! > > My Manager has asked me to load test an application that we have developed > in our company. > I thought of choosing Jmeter for this assignment. > > Have I chosen a adequate tool? Please advice > if no, please let me know any other good open source tool. TIA > > > Our application is a payroll system. > > My requirements is that, think of a scenario below > > 1. Some people (say 20 people) updating there details. > 2. Some people just viewing there bank details. > 3. Some people doing some updates. > > My question here is, can I simulate an environment with say 200 users > logged in simultaneously, > some are just navigating various pages, some are accessing database, some > updating it, some inserting new data etc..... > > I downloaded ApacheJMeter_1.7Beta3 recently. > > I created a test plan with number of threads as 200 and added some > HttpRequest elements and a file recorder. > I got the response time for each page accessed in the file that I had > given. But by this I can only get the performance of web server to render > me the pages. > > I couldn't understand how to pass data to a form and them click on submit > button to save it in database. > > > How do I simulate, some data is entered in some forms of the application > and them click on submit button, so that the > data entered gets saved in database. > > When I went through the documentation, I found something called proxy > server to record the browser activity. > My Test plan looks like this, > > Root > Testplan > ThreadGroup > Simple Controller > HttpRequest > WorkBench > Proxy Server > > I clicked on the start button on the Proxy server page > and then opened a browser and started navigating a site called > "http://google.com" > after navigating some pages I clicked on stop button on the proxy server > page of the jmeter. > I didn't noticed any thing happening in the testplan, nothing got > recorded. > > Is there any thing I am missing? > I don't have much time to debug what's happening. > I will be grateful, if any one out there help me do this. > Please give me all the steps explained clearly. > > Thanks > Ashraf > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > > -- > > NOTICE: The information contained in this electronic mail transmission is > intended by Convergys Corporation for the use of the named individual or > entity to which it is directed and may contain information that is > privileged or otherwise confidential. If you have received this > electronic mail transmission in error, please delete it from your system > without copying or forwarding it, and notify the sender of the error by > reply email or by telephone (collect), so that the sender's address > records can be corrected. > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> For additional > commands, e-mail: <mailto:[email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 06 12:35:33 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70005 invoked from network); 6 Mar 2002 12:35:32 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 6 Mar 2002 12:35:32 -0000 Received: (qmail 24670 invoked by uid 97); 6 Mar 2002 12:35:30 -0000 Delivered-To: [email protected] Received: (qmail 24648 invoked by uid 97); 6 Mar 2002 12: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24615 invoked from network); 6 Mar 2002 12:35:28 -0000 Subject: retrieve all images Date: Wed, 6 Mar 2002 13:34:41 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: retrieve all images content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Thread-Index: AcHFBetkcEb8HSl5Q/+kieIA3LGbCAABFUGQ From: "Wolfgang Egger" <[email protected]> To: "JMeter Users List" <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Servus, I'm a newbie making my first experiences with JMeter. I have a testlan, which I have run twice. First time without selecting "retrieve all images ...." , second time with that selection. There are 6 URLs requested and I have the following average-tables for the response-time NO image image 464,3477778 240,5988889 1570,847778 562,4288889 1558,723333 562,07 4103,032258 1244,224694 1392,032222 480,3177778 1573,514444 561,2655556 As you can see, the second run was much faster. But I have expected it just the other way round. That means, I must have misunderstood something:-(=20 Please can anyone explain me that response-times? Have a nice and peaceful day Wolfgang Egger -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 06 22:15:30 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23283 invoked from network); 6 Mar 2002 22:15:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 6 Mar 2002 22:15:30 -0000 Received: (qmail 16367 invoked by uid 97); 6 Mar 2002 22:15:34 -0000 Delivered-To: [email protected] Received: (qmail 16331 invoked by uid 97); 6 Mar 2002 22:15: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16296 invoked from network); 6 Mar 2002 22:15:32 -0000 Message-ID: <[email protected]> From: Craig Johnson <[email protected]> To: "'[email protected]'" <[email protected]> Subject: Problems saving Test Plans on Win NT4.0 SP 6 Date: Wed, 6 Mar 2002 16:09:53 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am relatively new to Java, and very new to jMeter, so I apologize if this is extremely simple. I recently downloaded jMeter to try it on a new site we're building. I use NT4.0 SP6, jdk1.3.02, j2EE. Whenever I try to save a test plan I get an error: # # HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Error ID: 4F533F57494E13120E43505002D4 # This happens no matter what level I try to save at, and no matter how simple the plan. Interestingly enough, it also happens if I select 'Save as...' and then hit 'Cancel'. Has anyone else run into this problem with saving a test plan on NT? I've searched the user and dev archives, and not found anything like what I experience. I haven't yet reported this to Sun, because I still think it's probably user (= my) error. In the meantime, I've edited a test plan file to get enough of an idea that jMeter might be useful for me. However, I can't find how to adjust the Thread Group's Loop Count. I set 'loopCount' in the XML, and I've also tried setting 'continueForever="false"', but it always loads up with the "forever" checkbox checked. Is there any way to set this in the XML? Thanks Craig Johnson [email protected] P.S. For what it's worth, the user manual says that you can't save timers, but you can easily add a timer in the testplan file! So, if anyone has a need for that, it's an easy workaround. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 07 21:55:03 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50651 invoked from network); 7 Mar 2002 21:55:03 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 7 Mar 2002 21:55:03 -0000 Received: (qmail 28468 invoked by uid 97); 7 Mar 2002 21:55:06 -0000 Delivered-To: [email protected] Received: (qmail 28413 invoked by uid 97); 7 Mar 2002 21:55: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28391 invoked from network); 7 Mar 2002 21:55:04 -0000 From: "Stephane Richard" <[email protected]> To: <[email protected]> Cc: <[email protected]> Subject: problems starting RemoteJMeterEngineImpl Date: Thu, 7 Mar 2002 13:49:37 -0800 Message-ID: <001d01c1c621$faac2290$5d918240@Speedy> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001E_01C1C5DE.EC88E290" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 ------=_NextPart_000_001E_01C1C5DE.EC88E290 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I'm new to JMeter and try to make it run in distributed mode. I have no problem running it in single node mode using NewDriver as the starter class but always encounter the following error when using RemoteJMeterEngineImpl as the starter class: Stef@XXXX /java/jakarta-jmeter/bin $ java -cp ./classes org.apache.jmeter.engine.RemoteJMeterEngineImpl java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRem oteCall.java:242) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:217 ) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:351) at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source) at java.rmi.Naming.rebind(Naming.java:158) at org.apache.jmeter.engine.RemoteJMeterEngineImpl.<init>(RemoteJMeterEngin eImpl.java:85) at org.apache.jmeter.engine.RemoteJMeterEngineImpl.main(RemoteJMeterEngineI mpl.java, Compiled Code) and then it hangs . I've verified that RemoteJMeterEngineImpl_Stub.class was present in the correct directory. I'm using JDK1.2.2 on XP. Then I try to start the console alone: Stef@XXXX /java/jakarta-jmeter/bin $ java -cp ./classes org.apache.jmeter.NewDriver "jmeter.properties" It comes up but when I try to start a remote test, it gives a message "Bad Call to Remote Host" Cheers, Stef. ------=_NextPart_000_001E_01C1C5DE.EC88E290-- From [email protected] Fri Mar 08 00:15:36 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17102 invoked from network); 8 Mar 2002 00:15:35 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 8 Mar 2002 00:15:35 -0000 Received: (qmail 14913 invoked by uid 97); 8 Mar 2002 00:15:41 -0000 Delivered-To: [email protected] Received: (qmail 14867 invoked by uid 97); 8 Mar 2002 00:15: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14856 invoked from network); 8 Mar 2002 00:15:40 -0000 From: "Leonardo - Itera" <[email protected]> To: <[email protected]> Subject: Suggestions about report statistics & help to implement it Date: Thu, 7 Mar 2002 21:16:02 -0300 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 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 Hi All, I've just found JMeter and I could create a test case in about 15 minutes. It's realy, realy great. (I tried Empirix and could not get a test case running due to a "Simultaneous request error"...). Now I need to create a pro loat test using it. I'd like some suggestions about what statistics and useful info I should included in it and some help on how to get the data needed to compute then from jmeter and how to load my extensions... how do I get the http response code from a sample? Do I need to recompile or is there a configuration file?? Once finished the reporter will be contribute to the project . Best regards, Leonardo. ................................................................... Leonardo Souza Mario Bueno Itera - Voice, Wireless & Web Solutions [email protected] Phone: 714-723-8512 Ext.: 315 Mobile: +55-27-9971-1375 e-FAX: 714-723-8512 Visit our website at: http://www.itera.com.br ................................................................... -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 08 12:19:31 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23188 invoked from network); 8 Mar 2002 12:19:31 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 8 Mar 2002 12:19:31 -0000 Received: (qmail 16532 invoked by uid 97); 8 Mar 2002 12:19:28 -0000 Delivered-To: [email protected] Received: (qmail 16480 invoked by uid 97); 8 Mar 2002 12:19: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16469 invoked from network); 8 Mar 2002 12:19:27 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: Solved Oracle config Date: Fri, 8 Mar 2002 12:19:11 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.89) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C1C69B.7423D360" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_000_01C1C69B.7423D360 Content-Type: text/plain; charset="iso-8859-1" If anyone wants to add this to the faq? <<JMeter Oracle Config.html>> ------_=_NextPart_000_01C1C69B.7423D360 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------_=_NextPart_000_01C1C69B.7423D360-- From [email protected] Mon Mar 11 11:12:07 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41830 invoked from network); 11 Mar 2002 11:12:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Mar 2002 11:12:07 -0000 Received: (qmail 5861 invoked by uid 97); 11 Mar 2002 11:12:19 -0000 Delivered-To: [email protected] Received: (qmail 5829 invoked by uid 97); 11 Mar 2002 11:12: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5818 invoked from network); 11 Mar 2002 11:12:17 -0000 Message-ID: <[email protected]> From: "Nathan Chandler" <[email protected]> To: "JMeter Users List" <[email protected]> Subject: JMeter Design: Model - View Separation Date: Mon, 11 Mar 2002 11:07:05 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: base64 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 DQpSZWNlbnRseSBJIGxvb2tlZCBhdCBKTWV0ZXIgd2l0aCByZXNwZWN0IHRvIGF1dG9tYXRlZCBs b2FkIHRlc3Rpbmcgb2YgYXBwbGljYXRpb25zIHdpdGggcGFydGljdWxhciBpbnRlcmVzdCBpbiBj b2xsZWN0aW9uIG9mIGRhdGEgdG8gZmlsZXMgZm9yIGxhdGVyIGFuYWx5c2lzLiBJbiB0aGlzIHJl c3BlY3QgaXQgaXMgdGhlIG5vbi1ndWkgZnVuY3Rpb25hbGl0eSBvZiBKTWV0ZXIgdGhhdCBpbnRl cmVzdGVkIG1lIG1vc3QuIFdoaWxzdCBJIGtub3cgSmF2YSB3ZWxsIGF0IHRoZSBzZXJ2ZXIgc2lk ZSwgSSBhbSBubyBTd2luZyBkZXZlbG9wZXIuIFNvIElmIHRoZSBmb2xsb3dpbmcgaXMgd2F5IG9m ZiB0aGUgbWFyayBwbGVhc2UgZm9yZ2l2ZSBhbmQgc2V0IG1lIHJpZ2h0LiBBIGZldyB3ZWVrcyBh Z28gYSBicmllZiBsb29rIGF0IHRoZSBjb2RlLCB3aXRoIHRoZSBpbnRlbnRpb24gb2Ygd3JpdGlu ZyBhc3NlcnRpb24gcmVzdWx0cyB0byBhIEZpbGVSZXBvcnRlciwgc2VlbWVkIHRvIHN1Z2dlc3Qg dGhhdCBkYXRhIGlzIHZlcnkgY2xvc2VseSBjb3VwbGVkIHRvIFN3aW5nIG1vZGVscyAtIGlzIHRo aXMgY29ycmVjdD8NCg0KSWYgbXkgYXNzdW1wdGlvbnMgYXJlIHJpZ2h0LCB0aGlzIGRlc2lnbiBp cyB1bmRlcnN0YW5kYWJsZSBzaW5jZSBhcyBJIHVuZGVyc3RhbmQgdGhlIG5vbi1ndWkgbW9kZSBv ZiBKTWV0ZXIgY2FtZSBhcyBhZGQgb24gb2YgSk1ldGVyIGFzIGEgU3dpbmcgQXBwLiBIb3dldmVy LCBJIHRoaW5rIHRoZSBub24tZ3VpIG1vZGUgaXMgdmVyeSB2YWx1YWJsZSBhcyBhcyBzdWNoIHdv bmRlciBpZiB0aGVyZSBhcmUgYW55IHJvYWRtYXAgcGxhbnMgdG8gZGl2b3JjZSB0aGUgbW9kZWwg ZGF0YSBvZiBTd2luZz8gVGhpcyBpc3N1ZSBoYXMgY29tZSB0byBteSBhdHRlbnRpb24gYWdhaW4g YWZ0ZXIgcmVhZGluZyBhIGNvdXBsZSBvZiBhcnRpY2xlcyBvbiBJQk0ncyBEZXZlbG9wZXJXb3Jr cyBzaXRlOg0KDQpJbnRlbGxpZ2VudCBkYXRhIGtlZXBzIFN3aW5nIHNpbXBsZSANCmh0dHA6Ly93 d3ctMTA2LmlibS5jb20vZGV2ZWxvcGVyd29ya3MvamF2YS9saWJyYXJ5L2otaWRhdGEvP2xvYz1q DQoNClN3aW5nIG1vZGVsIGZpbHRlcmluZw0KaHR0cDovL3d3dy0xMDYuaWJtLmNvbS9kZXZlbG9w ZXJ3b3Jrcy9qYXZhL2xpYnJhcnkvai1maWx0ZXJzL2luZGV4Lmh0bWwNCg0KTG9va2luZyBmb3J3 YXJkIHRvIHJlc3BvbnNlLg0KDQpQUy4gSXMgdGhpcyBzb3J0IG9mIHRocmVhZCBiZXR0ZXIgcG9z dGVkIG9uIG90aGVyIEpNZXRlciBmb3J1bT8NClBQUy4gSXMgdGhlcmUgYSBEVEQgZm9yIC5qbXgg ZmlsZXM/DQo= From [email protected] Mon Mar 11 15:28:20 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5371 invoked from network); 11 Mar 2002 15:28:20 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Mar 2002 15:28:20 -0000 Received: (qmail 25318 invoked by uid 97); 11 Mar 2002 15:28:19 -0000 Delivered-To: [email protected] Received: (qmail 25272 invoked by uid 97); 11 Mar 2002 15:28: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25261 invoked from network); 11 Mar 2002 15:28:17 -0000 Message-Id: <[email protected]> X-Mailer: Novell GroupWise 5.5.2 Date: Mon, 11 Mar 2002 16:27:26 +0100 From: "Frank Ritzmann" <[email protected]> To: <[email protected]> Subject: EJB Testing Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi guys/girls, is it possible to test EJBs directly from jmeter without using a servlet = or jsp? thanx frank -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 11 19:33:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69564 invoked from network); 11 Mar 2002 19:33:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Mar 2002 19:33:56 -0000 Received: (qmail 6957 invoked by uid 97); 11 Mar 2002 19:33:50 -0000 Delivered-To: [email protected] Received: (qmail 6886 invoked by uid 97); 11 Mar 2002 19:33: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6798 invoked from network); 11 Mar 2002 19:33:49 -0000 Content-return: allowed Date: Mon, 11 Mar 2002 12:33:38 -0700 From: Bo Xiao <[email protected]> Subject: JMeter Tutorial To: "'[email protected]'" <[email protected]> Message-id: <[email protected]> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-type: multipart/alternative; boundary="Boundary_(ID_49OmsKY2+yprCKVLOMzoEA)" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --Boundary_(ID_49OmsKY2+yprCKVLOMzoEA) Content-type: text/plain; charset="windows-1252" Hi, I am a brand new user of JMeter. I need to use it to benchmark a web application for my applied project. I have been trying to find some tutorials or help files. Can anyone give me some good web links? Thanks a lot. Bo Xiao --Boundary_(ID_49OmsKY2+yprCKVLOMzoEA)-- From [email protected] Mon Mar 11 21:29:24 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49624 invoked from network); 11 Mar 2002 21:29:24 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Mar 2002 21:29:24 -0000 Received: (qmail 21778 invoked by uid 97); 11 Mar 2002 21:29:26 -0000 Delivered-To: [email protected] Received: (qmail 21759 invoked by uid 97); 11 Mar 2002 21:29: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21748 invoked from network); 11 Mar 2002 21:29:25 -0000 From: "Marcusz Zafarano" <[email protected]> To: "JMeter Users List" <[email protected]> Subject: RE: JMeter Tutorial Date: Mon, 11 Mar 2002 13:36:22 -0800 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" 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.4133.2400 Importance: Normal In-Reply-To: <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N you can use google to search for specific information. as far as tutorials all I did was get in and use it and send of emails to the user grp. -mez -----Original Message----- From: Bo Xiao [mailto:[email protected]] Sent: Monday, March 11, 2002 11:34 AM To: '[email protected]' Subject: JMeter Tutorial Hi, I am a brand new user of JMeter. I need to use it to benchmark a web application for my applied project. I have been trying to find some tutorials or help files. Can anyone give me some good web links? Thanks a lot. Bo Xiao -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 11 22:27:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88673 invoked from network); 11 Mar 2002 22:27:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Mar 2002 22:27:57 -0000 Received: (qmail 10330 invoked by uid 97); 11 Mar 2002 22:28:01 -0000 Delivered-To: [email protected] Received: (qmail 10301 invoked by uid 97); 11 Mar 2002 22:28: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10290 invoked from network); 11 Mar 2002 22:28:00 -0000 From: "Marcusz Zafarano" <[email protected]> To: <[email protected]> Subject: outof memory Date: Mon, 11 Mar 2002 14:34:57 -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.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 I was wondering if anyone fixed the outofmeory problem? thx -mez -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 12 17:33:04 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18640 invoked from network); 12 Mar 2002 17:33:03 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 12 Mar 2002 17:33:03 -0000 Received: (qmail 18763 invoked by uid 97); 12 Mar 2002 17:33:06 -0000 Delivered-To: [email protected] Received: (qmail 18726 invoked by uid 97); 12 Mar 2002 17:33: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18715 invoked from network); 12 Mar 2002 17:33:04 -0000 Message-ID: <912813B4551CD511983700D0B7696A8F3002D6@EXCHANGE> From: Michael Morris <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: outof memory Date: Tue, 12 Mar 2002 17:32:58 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I don't know which error you are referring to but I find that I get the error when I am using memory intensive listeners eg. view result tree. Once I know that the threadgoup is working, I go over to a file reporter and graph results. I hope this helps. Michael -----Original Message----- From: Marcusz Zafarano [mailto:[email protected]] Sent: 11 March 2002 22:35 To: [email protected] Subject: outof memory I was wondering if anyone fixed the outofmeory problem? thx -mez -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 12 18:51:59 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74692 invoked from network); 12 Mar 2002 18:51:58 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 12 Mar 2002 18:51:58 -0000 Received: (qmail 21785 invoked by uid 97); 12 Mar 2002 18:52:00 -0000 Delivered-To: [email protected] Received: (qmail 21749 invoked by uid 97); 12 Mar 2002 18:52: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21738 invoked from network); 12 Mar 2002 18:51:59 -0000 From: "Marcusz Zafarano" <[email protected]> To: <[email protected]> Subject: jmeter feature Date: Tue, 12 Mar 2002 10:59:13 -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.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It would be nice to have a timemr for how long you want to run a test in addition to the loop count. -mez -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 12 22:53:21 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61659 invoked from network); 12 Mar 2002 22:53:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 12 Mar 2002 22:53:21 -0000 Received: (qmail 8734 invoked by uid 97); 12 Mar 2002 22:53:26 -0000 Delivered-To: [email protected] Received: (qmail 8667 invoked by uid 97); 12 Mar 2002 22:53: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8656 invoked from network); 12 Mar 2002 22:53:24 -0000 Message-ID: <[email protected]> Date: Tue, 12 Mar 2002 14:53:23 -0800 (PST) From: david garcia <[email protected]> Subject: Anybody able to get the spidering example to work? To: JMeter Users List <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-879544595-1015973603=:17708" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-879544595-1015973603=:17708 Content-Type: text/plain; charset=us-ascii I just want to do a simple spider that will traverse every link in jmeter. From the users manual I get the impression that all I need is a modification manager, a link parser, and an HTTP request where the domain is the domain under test ( foo.com for example ), and the path is ".*". yet when I try to run it I get: Sampling url: http://www.foo.com:80/.* URL = http://www.foo.com:80/.* java.io.IOException at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:464 ) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:164 ) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:484) Anybody out there really figure out how to do spidering yet?? -David- --------------------------------- Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! --0-879544595-1015973603=:17708-- From [email protected] Wed Mar 13 01:30:50 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45562 invoked from network); 13 Mar 2002 01:30:50 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 13 Mar 2002 01:30:50 -0000 Received: (qmail 4426 invoked by uid 97); 13 Mar 2002 01:30:56 -0000 Delivered-To: [email protected] Received: (qmail 4410 invoked by uid 97); 13 Mar 2002 01:30: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4399 invoked from network); 13 Mar 2002 01:30:55 -0000 X-Originating-IP: [161.129.204.104] From: "wei liu" <[email protected]> To: [email protected] Bcc: Subject: jmeter.bat Date: Tue, 12 Mar 2002 20:30:55 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: <[email protected]> X-OriginalArrivalTime: 13 Mar 2002 01:30:55.0371 (UTC) FILETIME=[B8604DB0:01C1CA2E] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Sorry to both you, but I really need you help! "set LOG4JCONFIG=log4j.configuration=log4j.conf" in jmeter.bat not allowed in my Windows Me. Do you know any other way to set it? Will _________________________________________________________________ Join the world's largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 13 17:04:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78293 invoked from network); 13 Mar 2002 17:04:27 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 13 Mar 2002 17:04:27 -0000 Received: (qmail 17749 invoked by uid 97); 13 Mar 2002 17:04:28 -0000 Delivered-To: [email protected] Received: (qmail 17701 invoked by uid 97); 13 Mar 2002 17:04: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17660 invoked from network); 13 Mar 2002 17:04:27 -0000 Message-ID: <004501c1cab1$932ce660$79e54382@alf> From: =?iso-8859-1?Q?Alf__H=F8gemark?= <[email protected]> To: "JMeter Users List" <[email protected]> References: <[email protected]> Subject: Re: outof memory Date: Wed, 13 Mar 2002 18:07:35 +0100 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I guess you already know this, but I thought I would suggest it anyway : You can allow the java process to use a larger heap size Edit your bin\jmeter.bat file (or your jmeter file if your on unix) changing : java -cp %LOCALCLASSPATH%;ApacheJMeter.jar .... to java -Xmx256M -cp %LOCALCLASSPATH%;ApacheJMeter.jar .... This will allow heap size of 256M, instead of 128M which I think is default. Regards Alf Hogemark ----- Original Message ----- From: "Marcusz Zafarano" <[email protected]> To: <[email protected]> Sent: Monday, March 11, 2002 11:34 PM Subject: outof memory > I was wondering if anyone fixed the outofmeory problem? > > thx > -mez > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 13 17:14:47 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88983 invoked from network); 13 Mar 2002 17:14:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 13 Mar 2002 17:14:47 -0000 Received: (qmail 26739 invoked by uid 97); 13 Mar 2002 17:14:47 -0000 Delivered-To: [email protected] Received: (qmail 26720 invoked by uid 97); 13 Mar 2002 17:14: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26699 invoked from network); 13 Mar 2002 17:14:46 -0000 From: "Marcusz Zafarano" <[email protected]> To: "JMeter Users List" <[email protected]> Subject: RE: outof memory Date: Wed, 13 Mar 2002 09:21:56 -0800 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.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <004501c1cab1$932ce660$79e54382@alf> 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 i did that, but I am running uptime tests. it really is the graph listener that causes this. so, i just don't use the listeners when running this type of tests. but thanks! -mez -----Original Message----- From: Alf Høgemark [mailto:[email protected]] Sent: Wednesday, March 13, 2002 9:08 AM To: JMeter Users List Subject: Re: outof memory I guess you already know this, but I thought I would suggest it anyway : You can allow the java process to use a larger heap size Edit your bin\jmeter.bat file (or your jmeter file if your on unix) changing : java -cp %LOCALCLASSPATH%;ApacheJMeter.jar .... to java -Xmx256M -cp %LOCALCLASSPATH%;ApacheJMeter.jar .... This will allow heap size of 256M, instead of 128M which I think is default. Regards Alf Hogemark ----- Original Message ----- From: "Marcusz Zafarano" <[email protected]> To: <[email protected]> Sent: Monday, March 11, 2002 11:34 PM Subject: outof memory > I was wondering if anyone fixed the outofmeory problem? > > thx > -mez > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 13 17:14:47 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88984 invoked from network); 13 Mar 2002 17:14:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 13 Mar 2002 17:14:47 -0000 Received: (qmail 26836 invoked by uid 97); 13 Mar 2002 17:14:48 -0000 Delivered-To: [email protected] Received: (qmail 26723 invoked by uid 97); 13 Mar 2002 17: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26697 invoked from network); 13 Mar 2002 17:14:46 -0000 From: "Marcusz Zafarano" <[email protected]> To: <[email protected]> Subject: an other feature Date: Wed, 13 Mar 2002 09:21:56 -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.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 when writing the to the file it would be nice if it also contained: - time stamp per trans - number of trans (1 time ----) (2 time ----) -mez -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 14 10:16:39 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44427 invoked from network); 14 Mar 2002 10:16:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 14 Mar 2002 10:16:38 -0000 Received: (qmail 26412 invoked by uid 97); 14 Mar 2002 10:16:49 -0000 Delivered-To: [email protected] Received: (qmail 26374 invoked by uid 97); 14 Mar 2002 10:16: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26363 invoked from network); 14 Mar 2002 10:16:48 -0000 Message-ID: <001701c1cb41$f8d3fe00$0a646464@karna> From: "Sumit Joshi" <[email protected]> To: <[email protected]> Subject: Modification Manager Date: Thu, 14 Mar 2002 15:51:09 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0014_01C1CB70.0F317640" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP [email protected] ----------------------------------------------- X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0014_01C1CB70.0F317640 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All =20 Am having some issues with modification manager -- controller. Using = Html Link Parser , cannot get the desired result.=20 Please inform and advice=20 Thanx Spock ------=_NextPart_000_0014_01C1CB70.0F317640-- From [email protected] Tue Mar 19 09:04:36 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88343 invoked from network); 19 Mar 2002 09:04:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Mar 2002 09:04:36 -0000 Received: (qmail 17273 invoked by uid 97); 19 Mar 2002 09:04:46 -0000 Delivered-To: [email protected] Received: (qmail 17214 invoked by uid 97); 19 Mar 2002 09:04: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17203 invoked from network); 19 Mar 2002 09:04:44 -0000 Message-ID: <003001c1cf24$fa15f5c0$0a646464@karna> From: "Sumit Joshi" <[email protected]> To: "JMeter Users List" <[email protected]> References: <[email protected]> Subject: Re: HTTP Proxy Server Date: Tue, 19 Mar 2002 14:33:41 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP [email protected] ----------------------------------------------- X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi I am still having the same problem. Please tell me if u have found the solution thanx and regards Sumit ----- Original Message ----- From: "Umesh Telang" <[email protected]> To: "'JMeter Users List'" <[email protected]> Sent: Monday, March 18, 2002 9:39 AM Subject: HTTP Proxy Server > Hi, > > I was wondering if anyone else has experienced the same as me... > > in Jmeter 1.7 beta3: > - i've add an HTTP Proxy Server to the Workbench with port as 8080 > (i've configured my Netscape browser preferences to use > http://localhost:8080 as the proxy server) > - i've added a Simple Controller and HTTP Cookie Manager to a Thread Group > which in turn has been added to the Test Plan > - i've started up the HTTP Proxy Server. > - i start hitting URL's for our application, but session information doesn't > seem to be held by the HTTP Cookie Manager > - however the requests I'm making through the browser DO get added to the > Simple Controller > > > BUT//////// > > in Jmeter 1.7 (stable release): > - (session information now seems to be held, presumably by the HTTP Cookie > Manager) > - i've add an HTTP Proxy Server to the Workbench with port as 8080 > (i've configured my Netscape browser preferences to use > http://localhost:8080 as the proxy server) > - i've added a Simple Controller and HTTP Cookie Manager to a Thread Group > which in turn has been added to the Test Plan > - i've started up the HTTP Proxy Server. > - i start hitting URL's in the browser, but no requests get added to the > Simple Controller. (whereas, this worked in JMeter 1.7 beta3 ). instead i > get > > "HTTP/1.0 503 Gateway timeout Server: Java Proxy Server MIME-version: 1.0 > Content-type: text/html Content-Length: 135 > > 503 Gateway timeout > > The connection timed out" > > as a message under the loaded web page of any URL that I hit through the > Netscape browser. > > > If anyone knows of a version of JMeter where both the HTTP Proxy Server and > the HTTP Cookie Manager stuff works, could they please let me know, > > thanks, > > Umesh Telang > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 19 20:42:06 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83005 invoked from network); 19 Mar 2002 20:42:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Mar 2002 20:42:06 -0000 Received: (qmail 26756 invoked by uid 97); 19 Mar 2002 19:56:10 -0000 Delivered-To: [email protected] Received: (qmail 26722 invoked by uid 97); 19 Mar 2002 19:56: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26691 invoked from network); 19 Mar 2002 19:56:09 -0000 Date: 19 Mar 2002 19:53:53 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: "Vivian Richards" <[email protected]> Reply-To: "Vivian Richards" <[email protected]> To: [email protected] Subject: prompt for client certificate appearing when not needed Content-type: text/plain; format=flowed Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hi there i have downloaded jmeter1.7 for load testing our web application. The application we are testing uses a secure connection and requires the client to accept untrusted certificate from server. The problem i am facing is that when i send a request to the server, i get a text box to enter the password. I guess this is coming ( as i could make out from the documentation ) for sending a client certificate to the server. But there is no certificate which is being sent to the server, only the one from server being accepted. The url i request keep getting rebounded .i.e. user is not able to login and keeps getting back to home/index page. Anyone having ideas where things are wrong? I have tried this with JSSE as well as iSaSilk, both times i get the same problem.Also on console i keep getting output - "Is server trusted?" for Jsse. thanx a lot vivian r. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 19 22:43:46 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78720 invoked from network); 19 Mar 2002 22:43:45 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Mar 2002 22:43:45 -0000 Received: (qmail 20478 invoked by uid 97); 19 Mar 2002 22:15:33 -0000 Delivered-To: [email protected] Received: (qmail 20460 invoked by uid 97); 19 Mar 2002 22:15: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20448 invoked from network); 19 Mar 2002 22:15:32 -0000 Message-ID: <[email protected]> From: Umesh Telang <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: HTTP Proxy Server Date: Wed, 20 Mar 2002 09:14:29 +1100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CF93.70338010" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1CF93.70338010 Content-Type: text/plain; charset="windows-1252" Hi, The problem relates to debug statements (System.out.println's) in the code of the stable release 1.7, which don't check for nulls. Therefore when methods are called on null references, you get a NullPointerException. If you comment out (or remove) the following debug statements from the method placeConfigElement(UrlConfig config) of the ProxyControl class (ProxyControl.java is the source file) in the package org.apache.jmeter.protocol.http.proxy and then rebuild the code, it will be fixed. System.out.println("urlConfig.getDomain = "+urlConfig.getDomain()); System.out.println("config.getDomain = "+config.getDomain()); System.out.println("urlConfig.getPath = "+urlConfig.getPath()); System.out.println("config.getPath = "+config.getPath()); i.e. comment the above four lines out. umesh -----Original Message----- From: Sumit Joshi [mailto:[email protected]] Sent: Tuesday, March 19, 2002 8:04 PM To: JMeter Users List Subject: Re: HTTP Proxy Server Hi I am still having the same problem. Please tell me if u have found the solution thanx and regards Sumit ----- Original Message ----- From: "Umesh Telang" <[email protected]> To: "'JMeter Users List'" <[email protected]> Sent: Monday, March 18, 2002 9:39 AM Subject: HTTP Proxy Server > Hi, > > I was wondering if anyone else has experienced the same as me... > > in Jmeter 1.7 beta3: > - i've add an HTTP Proxy Server to the Workbench with port as 8080 > (i've configured my Netscape browser preferences to use > http://localhost:8080 as the proxy server) > - i've added a Simple Controller and HTTP Cookie Manager to a Thread Group > which in turn has been added to the Test Plan > - i've started up the HTTP Proxy Server. > - i start hitting URL's for our application, but session information doesn't > seem to be held by the HTTP Cookie Manager > - however the requests I'm making through the browser DO get added to the > Simple Controller > > > BUT//////// > > in Jmeter 1.7 (stable release): > - (session information now seems to be held, presumably by the HTTP Cookie > Manager) > - i've add an HTTP Proxy Server to the Workbench with port as 8080 > (i've configured my Netscape browser preferences to use > http://localhost:8080 as the proxy server) > - i've added a Simple Controller and HTTP Cookie Manager to a Thread Group > which in turn has been added to the Test Plan > - i've started up the HTTP Proxy Server. > - i start hitting URL's in the browser, but no requests get added to the > Simple Controller. (whereas, this worked in JMeter 1.7 beta3 ). instead i > get > > "HTTP/1.0 503 Gateway timeout Server: Java Proxy Server MIME-version: 1.0 > Content-type: text/html Content-Length: 135 > > 503 Gateway timeout > > The connection timed out" > > as a message under the loaded web page of any URL that I hit through the > Netscape browser. > > > If anyone knows of a version of JMeter where both the HTTP Proxy Server and > the HTTP Cookie Manager stuff works, could they please let me know, > > thanks, > > Umesh Telang > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------_=_NextPart_001_01C1CF93.70338010-- From [email protected] Wed Mar 20 11:34:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43243 invoked from network); 20 Mar 2002 11:34:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 20 Mar 2002 11:34:48 -0000 Received: (qmail 10582 invoked by uid 97); 20 Mar 2002 11:34:46 -0000 Delivered-To: [email protected] Received: (qmail 10515 invoked by uid 97); 20 Mar 2002 11:34: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10504 invoked from network); 20 Mar 2002 11:34:45 -0000 Date: 20 Mar 2002 11:31:05 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: "Vivian Richards" <[email protected]> Reply-To: "Vivian Richards" <[email protected]> To: [email protected] Subject: images times Content-type: text/plain; format=flowed Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hi there In the view results tree listener we get to see the times for various elements of the request. If a page is requested with images, i have noted that download for images appear as many times as it appears in the web-page and sometimes even more than number of times than actually referred in the page.Though browsers would actually download the image only once.(and not even once when its already there in the cache). So this might give all the wrong performance times!!! Is jmeter actually downlaoding the images these many number of times and adding those times or is it some GUI error which make it appear so? thanx vivian r. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 20 15:01:47 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89239 invoked from network); 20 Mar 2002 15:01:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 20 Mar 2002 15:01:47 -0000 Received: (qmail 13088 invoked by uid 97); 20 Mar 2002 15:01:48 -0000 Delivered-To: [email protected] Received: (qmail 13059 invoked by uid 97); 20 Mar 2002 15:01: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 13048 invoked from network); 20 Mar 2002 15:01:47 -0000 Message-ID: <[email protected]> Date: Wed, 20 Mar 2002 10:01:40 -0500 From: Hongfei Cheng <[email protected]> X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: problem for uploading file Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I am using Jmeter 1.7 for testing a webserver. I tried to upload a file and form content to a servlet, the Html file looks like: ********************************************** <form target="output" method="POST" action="http://localhost:2002/?type=0&action=MetricRequestURL" enctype="multipart/form-data"> <input type="file" name="xmlcontent"> <input target="output" type="submit" value="Submit"> </form> ********************************************** what I did with jmeter: 1.start jmeter by run jmeter.bat 2.add a new ThreadGroup to Test plan 3. add a new Http Request to my ThreadGroup,then config the Http Request as set ServerName or IP: localhost set Port Number: 2002 Protocol: HTTP Method: POST send parameters with the request: Name value type 0 send a file with the request: Filename: the file's absolute path ParameterName: xmlcontent MIME Type: text/xml when run the test, I got a IOException for the 400 respond code, URL = http://localhost:2002/ java.io.IOException at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample r.java:464) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample r.java:164) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Unknown Source) do I use the correct controller, or if you can upload a file successfully, please let me know your steps, thanks for your help Hongfei -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 20 16:43:52 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5104 invoked from network); 20 Mar 2002 16:43:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 20 Mar 2002 16:43:51 -0000 Received: (qmail 13287 invoked by uid 97); 20 Mar 2002 16:43:49 -0000 Delivered-To: [email protected] Received: (qmail 13271 invoked by uid 97); 20 Mar 2002 16:43: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 13260 invoked from network); 20 Mar 2002 16:43:48 -0000 Message-ID: <[email protected]> Date: Wed, 20 Mar 2002 11:43:46 -0500 From: Hongfei Cheng <[email protected]> X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: problem for uploading file References: <61E69E92EA1CD211B94700805F65B9110790C71D@USA0834MS1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Yes, the NO 2 below causes the problem, it's a bug in the webserver application. but can we trick JMeter into sending the proper data? I mean sending the arguments in URL as well as uploading file? Hongfei "Stover, Michael" wrote: > I'd respond to the user list, but the user list isn't accepting my emails. > > I see two problems. > > 1. You didn't include the argument "action=MetricRequestURL". Maybe this is > just a typo in your email > 2. Bigger problem is that your web application is expecting the URL to > contain the arguments GET-style, whereas JMeter is sending them as multipart > form-data, which means you have to use different methods to extract the > arguments from the Request. If you are using a servlet engine, for example, > then the following call won't work: > > HttpServletRequest.getParameter("type"); > > The default HttpServletRequest that comes with sun's servlet package doesn't > parse multipart messages. For that, you need to translate it into > O'Reilly's MultipartRequest object (there are others too), and then call > "getParameter()" on that object. > > -Mike > > > -----Original Message----- > > From: Hongfei Cheng [mailto:[email protected]] > > Sent: Wednesday, March 20, 2002 10:02 AM > > To: [email protected] > > Subject: problem for uploading file > > > > > > Hi, > > > > I am using Jmeter 1.7 for testing a webserver. I tried to > > upload a file > > and form content to a servlet, > > the Html file looks like: > > > > ********************************************** > > <form target="output" method="POST" > > action="http://localhost:2002/?type=0&action=MetricRequestURL" > > enctype="multipart/form-data"> > > <input type="file" name="xmlcontent"> > > <input target="output" type="submit" value="Submit"> > > </form> > > ********************************************** > > > > what I did with jmeter: > > 1.start jmeter by run jmeter.bat > > 2.add a new ThreadGroup to Test > > plan > > 3. add a new Http Request to my ThreadGroup,then config the > > Http Request > > as > > set ServerName or IP: localhost > > set Port Number: 2002 > > Protocol: HTTP > > Method: POST > > send parameters with the request: > > Name value > > type 0 > > send a file with the request: > > Filename: the file's absolute path > > ParameterName: xmlcontent > > MIME Type: text/xml > > > > when run the test, I got a IOException for the 400 respond code, > > > > URL = http://localhost:2002/ > > java.io.IOException > > at > > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample > > r.java:464) > > at > > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample > > r.java:164) > > at > > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) > > at java.lang.Thread.run(Unknown Source) > > > > do I use the correct controller, or if you can upload a file > > successfully, please let me know your steps, thanks for your help > > > > Hongfei > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > For additional commands, e-mail: > > <mailto:[email protected]> > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 20 17:30:20 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48100 invoked from network); 20 Mar 2002 17:30:20 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 20 Mar 2002 17:30:20 -0000 Received: (qmail 8562 invoked by uid 97); 20 Mar 2002 17:28:25 -0000 Delivered-To: [email protected] Received: (qmail 8526 invoked by uid 97); 20 Mar 2002 17:28: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8484 invoked from network); 20 Mar 2002 17:28:24 -0000 Message-ID: <[email protected]> Date: Wed, 20 Mar 2002 12:28:22 -0500 From: Hongfei Cheng <[email protected]> X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: problem for uploading file References: <61E69E92EA1CD211B94700805F65B9110790C71E@USA0834MS1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It works, put the ?type=0&action=MetricRequestURL to path can append arguments to QueryString. Thanks Michael's help. Hongfei "Stover, Michael" wrote: > Possibly you can get JMeter to do what you want by putting all the > information in the PATH field, ie: > > ?type=0&action=MetricRequestURL > > Put that into the "PATH" field and leave the parameter list empty. I don't > know if it will work, but it's probably your best shot. > > -Mike > > > -----Original Message----- > > From: Hongfei Cheng [mailto:[email protected]] > > Sent: Wednesday, March 20, 2002 11:44 AM > > To: [email protected] > > Subject: Re: problem for uploading file > > > > > > > > Yes, the NO 2 below causes the problem, it's a bug in the > > webserver application. > > but can we trick > > JMeter into sending the proper data? I mean sending the > > arguments in URL as > > well as uploading file? > > > > Hongfei > > > > "Stover, Michael" wrote: > > > > > I'd respond to the user list, but the user list isn't > > accepting my emails. > > > > > > I see two problems. > > > > > > 1. You didn't include the argument > > "action=MetricRequestURL". Maybe this is > > > just a typo in your email > > > 2. Bigger problem is that your web application is expecting > > the URL to > > > contain the arguments GET-style, whereas JMeter is sending > > them as multipart > > > form-data, which means you have to use different methods to > > extract the > > > arguments from the Request. If you are using a servlet > > engine, for example, > > > then the following call won't work: > > > > > > HttpServletRequest.getParameter("type"); > > > > > > The default HttpServletRequest that comes with sun's > > servlet package doesn't > > > parse multipart messages. For that, you need to translate it into > > > O'Reilly's MultipartRequest object (there are others too), > > and then call > > > "getParameter()" on that object. > > > > > > -Mike > > > > > > > -----Original Message----- > > > > From: Hongfei Cheng [mailto:[email protected]] > > > > Sent: Wednesday, March 20, 2002 10:02 AM > > > > To: [email protected] > > > > Subject: problem for uploading file > > > > > > > > > > > > Hi, > > > > > > > > I am using Jmeter 1.7 for testing a webserver. I tried to > > > > upload a file > > > > and form content to a servlet, > > > > the Html file looks like: > > > > > > > > ********************************************** > > > > <form target="output" method="POST" > > > > action="http://localhost:2002/?type=0&action=MetricRequestURL" > > > > enctype="multipart/form-data"> > > > > <input type="file" name="xmlcontent"> > > > > <input target="output" type="submit" value="Submit"> > > > > </form> > > > > ********************************************** > > > > > > > > what I did with jmeter: > > > > 1.start jmeter by run jmeter.bat > > > > 2.add a new ThreadGroup to Test > > > > plan > > > > 3. add a new Http Request to my ThreadGroup,then config the > > > > Http Request > > > > as > > > > set ServerName or IP: localhost > > > > set Port Number: 2002 > > > > Protocol: HTTP > > > > Method: POST > > > > send parameters with the request: > > > > Name value > > > > type 0 > > > > send a file with the request: > > > > Filename: the file's absolute path > > > > ParameterName: xmlcontent > > > > MIME Type: text/xml > > > > > > > > when run the test, I got a IOException for the 400 respond code, > > > > > > > > URL = http://localhost:2002/ > > > > java.io.IOException > > > > at > > > > > > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample > > > > r.java:464) > > > > at > > > > > > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample > > > > r.java:164) > > > > at > > > > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) > > > > at java.lang.Thread.run(Unknown Source) > > > > > > > > do I use the correct controller, or if you can upload a file > > > > successfully, please let me know your steps, thanks for your help > > > > > > > > Hongfei > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > > <mailto:[email protected]> > > > > For additional commands, e-mail: > > > > <mailto:[email protected]> > > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > For additional commands, e-mail: > > <mailto:[email protected]> > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 20 18:07:14 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88856 invoked from network); 20 Mar 2002 18:07:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 20 Mar 2002 18:07:14 -0000 Received: (qmail 29842 invoked by uid 97); 20 Mar 2002 18:07:13 -0000 Delivered-To: [email protected] Received: (qmail 29825 invoked by uid 97); 20 Mar 2002 18:07: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29814 invoked from network); 20 Mar 2002 18:07:12 -0000 Message-ID: <[email protected]> Date: Wed, 20 Mar 2002 17:59:39 +0000 From: James Cooley <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020310 X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: Tom Lasseter <[email protected]> CC: [email protected] Subject: RE: Specifying login form input values in JMeter 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: daedalus.apache.org 1.6.2 0/1000/N Hi Tom, I was trying to solve this same problem today and is frustrating. I got form-based auth working by adding a "HTTP Cookie Manager" and adding a request that passes j_username and j_password to /mywebappname/j_security_check. I have included the jmx below. I included the request to j_security_check in a "Once only manager" so it doesn't do it N-times. Rgds, James <?xml version="1.0"?> <HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="security check" getImages="false"> <defaultUrl> <ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig"> <property name="PROTOCOL">http</property> <property name="arguments"><Arguments> <argument name="j_username"> demo</argument> <argument name="j_password"> password</argument> </Arguments> </property> <property name="path">/testapp/j_security_check</property> <property name="method">POST</property> </ConfigElement></defaultUrl> <configElements> </configElements> <controllers> </controllers> </HttpTestSample> > List: jmeter-user > Subject: RE: Specifying login form input values in JMeter > From: "Stover, Michael" <[email protected]> > Date: 2002-02-27 13:56:25 > [Download message RAW] > > You might try running JMeter for a little while, and make sure all attempts > fail. As you said, you're having intermittent problems anyway. Also, which > jdk are you using? Some folks have found problems with jdk1.3 and above > with HTTP v1.1 (as opposed to 1.0). You might try jdk1.2. > > Make sure your login request is using the POST method. > > Add a Cookie Manager to your thread group. Otherwise, your not simulating > cookies. > > Also, try setting up a simple jsp page to test against. The static html > works, try a simple JSP page and get that working too. > > I'm trying to think of everything I can here. Otherwise, I can't see why > it's getting file not found. > > -Mike > >> -----Original Message----- >> From: Tom Lasseter [mailto:[email protected]] >> Sent: Tuesday, February 26, 2002 5:15 PM >> To: JMeter Users List >> Subject: RE: Specifying login form input values in JMeter >> > > Hi Mike! >> > Thanks for the help. I'm not able to test logging in at all, >> so the problem >> I encountered which I failed to specify is I didn't get >> JMeter running in >> that case. Below are some details based on your kind feedback and >> suggestions. >> > 1. j_security_check is a Realm feature of Tomcat4. The >> servlet mapping is >> specified by Tomcat somehow. I tried specifying the >> name-value pairs as you >> suggest: j_username:user, j_password:user, but that didn't >> work. I was >> presuming/guessing that these are associated with the FORM >> login, so should >> be prefixed by "login.". Perhaps they should be prefixed instead by >> "j_security_check.". >> > 2. When I request a protected page, I make only that request. >> I could fake >> it as you suggest by requesting login.html followed by >> protectedPage.html >> which should be successful if the login is successful. >> > 3. I setup the proxyServer as you suggested. It will be a >> big help when I >> get it all figured out. When I ran it, the requests generated are: >> > www.mysite.com/homePage.html >> www.mysite.com/protected/protected.jsp >> www.mysite.com/protected/j_security_check (post) >> > On the security_check, the name:value pairs are: j_username:user, >> j_password:user, submit:Submit. >> > so I set up: >> > TestPlan >> ThreadGroup >> HTTP Request Defaults (www.mysite.com) >> Home page ( /) >> Login (/protected/j_security_check with above name:value pairs) >> Protected (protected/protected.jsp) >> > Other than the home page request which connects ok, I get >> java.io.FileNotFoundExceptions for: >> > http://www.mysite.com/protected/j_security_check and >> http://www.nysite.com/protected/protected.jsp >> > As I mentioned at the top, I don't have a servlet mapping for >> j_security_check. Tomcat4 does somehow, but grepping the >> entire Tomcat >> directory doesn't reveal how/where this is done. >> > I'm currently having intermittent login failures which is why >> I'm interested >> in stress testing my configuration (I think it is >> mm.mysql-2.0.8 driver >> timing out. But perhaps the nice Realm features provided by >> Tomcat4 make >> the JMeter testing thereof too difficult. >> > Still hoping for a simple solution! Help is greatly appreciated!! >> > Tom >> > > -----Original Message----- >> From: Stover, Michael [mailto:[email protected]] >> Sent: Tuesday, February 26, 2002 11:55 AM >> To: 'JMeter Users List' >> Subject: RE: Specifying login form input values in JMeter >> > > One thing you can try is using JMeter's proxy server to >> record the steps you >> take in the browser. By doing this, you can then examine the >> HTTP Request >> sample that JMeter automatically creates for you. Doing so >> should help you >> understand how JMeter works. >> > For what you describe below, I'm confused about 2 things. >> > 1. Your form's action is "j_security_check", yet you don't >> say what you set >> the PATH to in the HTTP Request UI. These should match. >> 2. The paramters you enter should be "j_username", with a value of the >> username, and "j_password", with a value of the password. I >> don't know why >> you would append "login." to the beginning of these paramter names? >> > Also, you don't say what went wrong, which makes debugging from here >> difficult. I'm not sure what the problem is for your last >> question - why >> not just do it? You just need two requests, one to request >> the illegal >> page, the next one to login. >> > -Mike >> > > -----Original Message----- >> > From: Tom Lasseter [mailto:[email protected]] >> > Sent: Tuesday, February 26, 2002 2:55 PM >> > To: [email protected] >> > Subject: Specifying login form input values in JMeter >> > >> > >> > I have looked at the archives for info on how to handle a >> > FORM login. I'm >> > using Tomcat4.0 with JDBCRealm handling the authentication >> > process. I would >> > like to test performance with JMeter. >> > >> > The easiest test is to hit the login page with user/password. The >> > login.html is not protected by the realm, so it's only a >> > matter of posting >> > the user/password. The form looks like this: >> > >> > <form name="logIn" method="post" >> > action="j_security_check"> >> > <table cellpadding="10" height="20" width="300" >> > name="formLogin"> >> > <tr> >> > <td> >> > <div align="right"><font color="#000000">User >> > ID:</font></div> >> > </td> >> > <td> >> > <input type="text" name="j_username"> >> > </td> >> > </tr> >> > <tr> >> > <td> >> > <div align="right"><font >> > color="#000000">Password:</font></div> >> > </td> >> > <td> >> > <input type="password" name="j_password"> >> > </td> >> > </tr> >> > <tr> >> > <td colspan="2"> >> > <div align="center"> >> > <input type="submit" name="submit" >> > value="Submit"> >> > </div> >> > </td> >> > </tr> >> > </table> >> > </form> >> > >> > So how to I specify user/password in the JMeter HTTP request? >> > >> > on the HTTP Request UI, I have set the WebServerServerName >> (www.mysite.com), >> the HTTP request protocol (HTTP), the Method (POST), and the >> parameters: >> login.j_username (user) and login.j_password (user). I've tried it >> with/without "login.". >> > The second test I would like to perform is specify a >> protected page which >> would require a redirect to the login page (again >> Tomcat4/Realm are handling >> the details. so I would specify /protected/protected.html, >> but then knowing >> that I would be redirected, I need to supply the >> user/password for the new >> page (login.html). >> > Any suggestions on this would be greatly appreciated! >> > Tom >> > > Thomas J. Lasseter >> > [email protected] >> phone: 714-723-8512 >> mobile: 714-723-8512 >> FAX: 714-723-8512 >> > 4D Systems LLC >> 15325 189th Ave NE >> Woodinville, WA. 98072 >> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 20 20:49:01 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54145 invoked from network); 20 Mar 2002 20:49:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 20 Mar 2002 20:49:01 -0000 Received: (qmail 13068 invoked by uid 97); 20 Mar 2002 20:49:06 -0000 Delivered-To: [email protected] Received: (qmail 13048 invoked by uid 97); 20 Mar 2002 20:49: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 13037 invoked from network); 20 Mar 2002 20:49:05 -0000 Message-ID: <[email protected]> Date: Wed, 20 Mar 2002 15:45:20 -0500 From: Bill Kocik <[email protected]> User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4) Gecko/20011206 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: [email protected] Subject: Ignore HTTP 302 redirects? 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: daedalus.apache.org 1.6.2 0/1000/N I've searched the docs and the list archives, and I think the answer to my question might very well be "no". The question is, is there a way to get JMeter to ignore HTTP 302's (location moved) when it's running tests? I have a set of servers that always return 302's when things are well, and I want to test them without bombing the sites they redirect to. If it's not an option now, I can modify the code for my needs, but I thought I'd ask in case I just missed it somewhere. Thanks... -- Billacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bKocik AOLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSearch Operations -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 21 01:45:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19698 invoked from network); 21 Mar 2002 01:45:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 21 Mar 2002 01:45:26 -0000 Received: (qmail 18474 invoked by uid 97); 21 Mar 2002 01:45:34 -0000 Delivered-To: [email protected] Received: (qmail 18420 invoked by uid 97); 21 Mar 2002 01:45: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18408 invoked from network); 21 Mar 2002 01:45:33 -0000 Message-ID: <[email protected]> From: "Shvartsburd, Feliks" <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: Any tutorial or something like that. Date: Wed, 20 Mar 2002 17:45:24 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I'm trying to use JMeter and wanted to know if there is any kind of tutorial or quick start doc available? How to use it with some examples. Thanks -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 21 02:10:43 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32246 invoked from network); 21 Mar 2002 02:10:43 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 21 Mar 2002 02:10:43 -0000 Received: (qmail 11480 invoked by uid 97); 21 Mar 2002 02:10:50 -0000 Delivered-To: [email protected] Received: (qmail 11464 invoked by uid 97); 21 Mar 2002 02:10: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11453 invoked from network); 21 Mar 2002 02:10:49 -0000 Message-ID: <[email protected]> Date: Wed, 20 Mar 2002 21:15:38 -0500 From: Bill Kocik <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: Re: Any tutorial or something like that. References: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Mar 2002 02:15:38.0478 (UTC) FILETIME=[4AEFF0E0:01C1D07E] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > I'm trying to use JMeter and wanted to know if there is any kind of tutorial > or quick start doc available? How to use it with some examples. I just downloaded JMeter for the first time today, and found the online user manual to be quite sufficient. I had a test plan put together and was running it against some of my servers within about twenty minutes of opening the manual. It took me another half hour or so of playing with settings (okay, I also made one small change in the source and recompiled it, but I had pretty specific needs) to get it doing just what I wanted. If you haven't found the manual, it's here: http://jakarta.apache.org/jmeter/usermanual/index.html Part of the manual walks you through the setup of an HTTP-based test plan that checks some of Jakarta's own web pages step-by-step. There are also sample test files provided in the "bin/testfiles" subdirectory of the installation that you can load up into JMeter and study. -- Billacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bKocik AOLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSearch Operations o/~ "Haven't you heard? It's a battle of words", the poster bearer cried o/~ -- Pink Floyd -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 21 02:26:22 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41423 invoked from network); 21 Mar 2002 02:26:22 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 21 Mar 2002 02:26:22 -0000 Received: (qmail 22608 invoked by uid 97); 21 Mar 2002 02:26:11 -0000 Delivered-To: [email protected] Received: (qmail 22556 invoked by uid 97); 21 Mar 2002 02:26: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22511 invoked from network); 21 Mar 2002 02:26:10 -0000 Message-ID: <[email protected]> From: "Shvartsburd, Feliks" <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: Any tutorial or something like that. Date: Wed, 20 Mar 2002 18:26:05 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Does it have a way to do a basic authentication, when this dialog pops up asking for user id and password? Thanks -----Original Message----- From: Bill Kocik [mailto:[email protected]] Sent: Wednesday, March 20, 2002 6:16 PM To: JMeter Users List Subject: Re: Any tutorial or something like that. > I'm trying to use JMeter and wanted to know if there is any kind of tutorial > or quick start doc available? How to use it with some examples. I just downloaded JMeter for the first time today, and found the online user manual to be quite sufficient. I had a test plan put together and was running it against some of my servers within about twenty minutes of opening the manual. It took me another half hour or so of playing with settings (okay, I also made one small change in the source and recompiled it, but I had pretty specific needs) to get it doing just what I wanted. If you haven't found the manual, it's here: http://jakarta.apache.org/jmeter/usermanual/index.html Part of the manual walks you through the setup of an HTTP-based test plan that checks some of Jakarta's own web pages step-by-step. There are also sample test files provided in the "bin/testfiles" subdirectory of the installation that you can load up into JMeter and study. -- Billacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bKocik AOLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSearch Operations o/~ "Haven't you heard? It's a battle of words", the poster bearer cried o/~ -- Pink Floyd -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 21 02:32:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44585 invoked from network); 21 Mar 2002 02:32:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 21 Mar 2002 02:32:18 -0000 Received: (qmail 4099 invoked by uid 97); 21 Mar 2002 02:32:02 -0000 Delivered-To: [email protected] Received: (qmail 4018 invoked by uid 97); 21 Mar 2002 02:32: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3959 invoked from network); 21 Mar 2002 02:32:01 -0000 Message-ID: <[email protected]> Date: Wed, 20 Mar 2002 21:36:49 -0500 From: Bill Kocik <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: Re: Any tutorial or something like that. References: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Mar 2002 02:36:49.0526 (UTC) FILETIME=[408A7960:01C1D081] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N [email protected] wrote: >Does it have a way to do a basic authentication, when this dialog pops up >asking for user id and password? > Sure does. You'll want to use an HTTP Authorization Manager, described here: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Authorization_Manager (they even provide a downloadable example on that page) It's all in the manual. =) -- Billacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bKocik AOLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSearch Operations o/~ "Haven't you heard? It's a battle of words", the poster bearer cried o/~ -- Pink Floyd -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 21 02:33:44 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45619 invoked from network); 21 Mar 2002 02:33:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 21 Mar 2002 02:33:44 -0000 Received: (qmail 6886 invoked by uid 97); 21 Mar 2002 02:33:52 -0000 Delivered-To: [email protected] Received: (qmail 6869 invoked by uid 97); 21 Mar 2002 02:33: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6858 invoked from network); 21 Mar 2002 02:33:51 -0000 Message-ID: <[email protected]> From: "Shvartsburd, Feliks" <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: Any tutorial or something like that. Date: Wed, 20 Mar 2002 18:33:43 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Great thanks very much -----Original Message----- From: Bill Kocik [mailto:[email protected]] Sent: Wednesday, March 20, 2002 6:37 PM To: JMeter Users List Subject: Re: Any tutorial or something like that. [email protected] wrote: >Does it have a way to do a basic authentication, when this dialog pops up >asking for user id and password? > Sure does. You'll want to use an HTTP Authorization Manager, described here: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Au thorization_Manager (they even provide a downloadable example on that page) It's all in the manual. =) -- Billacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bKocik AOLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSearch Operations o/~ "Haven't you heard? It's a battle of words", the poster bearer cried o/~ -- Pink Floyd -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 21 05:36:26 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18050 invoked from network); 21 Mar 2002 05:36:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 21 Mar 2002 05:36:26 -0000 Received: (qmail 28507 invoked by uid 97); 21 Mar 2002 05:36:34 -0000 Delivered-To: [email protected] Received: (qmail 28457 invoked by uid 97); 21 Mar 2002 05:36: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28446 invoked from network); 21 Mar 2002 05:36:33 -0000 Message-ID: <001401c1d09b$26243560$0a646464@karna> From: "Sumit Joshi" <[email protected]> To: "JMeter Users List" <[email protected]> References: <[email protected]> Subject: Re: HTTP Proxy Server Date: Thu, 21 Mar 2002 11:12:08 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP [email protected] ----------------------------------------------- X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Now it works ok and fine Thank u very much Umesh regards Sumit ----- Original Message ----- From: "Umesh Telang" <[email protected]> To: "'JMeter Users List'" <[email protected]> Sent: Monday, March 18, 2002 9:39 AM Subject: HTTP Proxy Server > Hi, > > I was wondering if anyone else has experienced the same as me... > > in Jmeter 1.7 beta3: > - i've add an HTTP Proxy Server to the Workbench with port as 8080 > (i've configured my Netscape browser preferences to use > http://localhost:8080 as the proxy server) > - i've added a Simple Controller and HTTP Cookie Manager to a Thread Group > which in turn has been added to the Test Plan > - i've started up the HTTP Proxy Server. > - i start hitting URL's for our application, but session information doesn't > seem to be held by the HTTP Cookie Manager > - however the requests I'm making through the browser DO get added to the > Simple Controller > > > BUT//////// > > in Jmeter 1.7 (stable release): > - (session information now seems to be held, presumably by the HTTP Cookie > Manager) > - i've add an HTTP Proxy Server to the Workbench with port as 8080 > (i've configured my Netscape browser preferences to use > http://localhost:8080 as the proxy server) > - i've added a Simple Controller and HTTP Cookie Manager to a Thread Group > which in turn has been added to the Test Plan > - i've started up the HTTP Proxy Server. > - i start hitting URL's in the browser, but no requests get added to the > Simple Controller. (whereas, this worked in JMeter 1.7 beta3 ). instead i > get > > "HTTP/1.0 503 Gateway timeout Server: Java Proxy Server MIME-version: 1.0 > Content-type: text/html Content-Length: 135 > > 503 Gateway timeout > > The connection timed out" > > as a message under the loaded web page of any URL that I hit through the > Netscape browser. > > > If anyone knows of a version of JMeter where both the HTTP Proxy Server and > the HTTP Cookie Manager stuff works, could they please let me know, > > thanks, > > Umesh Telang > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 21 18:34:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60692 invoked from network); 21 Mar 2002 18:34:15 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 21 Mar 2002 18:34:15 -0000 Received: (qmail 4460 invoked by uid 97); 21 Mar 2002 18:34:11 -0000 Delivered-To: [email protected] Received: (qmail 4415 invoked by uid 97); 21 Mar 2002 18:34: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4353 invoked from network); 21 Mar 2002 18:34:07 -0000 Message-ID: <[email protected]> Date: Thu, 21 Mar 2002 13:33:41 -0500 From: Hongfei Cheng <[email protected]> X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: how to terminate a nongui test gracefully Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I used the nongui.bat to run test, but everytime the test pauses after the last Http request test finished, how can I set the test config to terminate the whole test gracefully instead of using Ctrl C? Hongfei -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 21 21:18:36 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4802 invoked from network); 21 Mar 2002 21:18:35 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 21 Mar 2002 21:18:35 -0000 Received: (qmail 18580 invoked by uid 97); 21 Mar 2002 21:18:23 -0000 Delivered-To: [email protected] Received: (qmail 18548 invoked by uid 97); 21 Mar 2002 21:18: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18511 invoked from network); 21 Mar 2002 21:18:22 -0000 Message-ID: <[email protected]> From: "Shvartsburd, Feliks" <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: JMeter cannot find SAXParser Date: Thu, 21 Mar 2002 13:18:17 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It seems that there is a bug in the JMeterUtils.java public in static Object instantiate(String className, String impls); I was getting ClassNotFoundException and decided to test the code. What I found was that property for xml parser (class name) that gets loaded from property file has an extra character. So Class.forName() was failing consistently. I think that className param needs to trim trailing white spaces just in case they exist. I tested it and it worked. I don't know how that extra char/white space got into property value but still, it's a problem especially if you work with windows editors. -----Original Message----- From: Bill Kocik [mailto:[email protected]] Sent: Wednesday, March 20, 2002 6:37 PM To: JMeter Users List Subject: Re: Any tutorial or something like that. [email protected] wrote: >Does it have a way to do a basic authentication, when this dialog pops up >asking for user id and password? > Sure does. You'll want to use an HTTP Authorization Manager, described here: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Au thorization_Manager (they even provide a downloadable example on that page) It's all in the manual. =) -- Billacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bKocik AOLacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSearch Operations o/~ "Haven't you heard? It's a battle of words", the poster bearer cried o/~ -- Pink Floyd -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 22 10:33:54 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75554 invoked from network); 22 Mar 2002 10:33:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 22 Mar 2002 10:33:53 -0000 Received: (qmail 21817 invoked by uid 97); 22 Mar 2002 10:34:05 -0000 Delivered-To: [email protected] Received: (qmail 21792 invoked by uid 97); 22 Mar 2002 10:34: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21781 invoked from network); 22 Mar 2002 10:34:04 -0000 Message-ID: <F3C17DB1905CD311BC400008C75F40CE0B855606@dewdfx26> From: "Baudier, Mathieu" <[email protected]> To: "JMeter mailing list (E-mail)" <[email protected]> Subject: Problems with JDBC test - Release connection Date: Fri, 22 Mar 2002 11:33:56 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C1D18D.11DEE9E0" X-SAP: out X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_000_01C1D18D.11DEE9E0 Content-Type: text/plain; charset="iso-8859-1" Hi, I'm trying to use JMeter in order to test our database (SAP-DB). 1. I have built a simple test plan : connection to the DB and simple SELECT statement. (see attached file "SAPDB Ess 1-noPasswd.jmx") 2. I start JMeter : ... C:\Program Files\JMeter\bin>set LOCALCLASSPATH= C:\Program Files\JMeter\bin>for %i in ("..\lib\*.jar") do CALL ..\lcp.bat %i C:\Program Files\JMeter\bin>CALL ..\lcp.bat ..\lib\ant-1.4.1.jar org.apache.jmeter.protocol.jdbc.config.DbConfig@61373f org.apache.jmeter.protocol.jdbc.config.PoolConfig@c297a3 org.apache.jmeter.protocol.jdbc.config.SqlConfig@3e1bc8 3. If I then first start the test, JMeter connects effectively to the DB instance. (appears in SAP-DB DBManager), but no result appear. 4. If I stop the test, the following exception occurs: java.lang.NullPointerException at com.sap.dbtech.jdbc.ConnectionSapDB.getRequestPacket(ConnectionSapDB.java:42 0) at com.sap.dbtech.jdbc.FetchInfo.close(FetchInfo.java:259) at com.sap.dbtech.jdbc.ResultSetSapDB.close(ResultSetSapDB.java:212) at org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDBCSampler.java: 151) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:536) 5. And if I try to start it again, it does not connect to the DB anymore, and throws each time the same exception: java.lang.NullPointerException at java.util.Hashtable.get(Hashtable.java:326) at org.apache.jmeter.protocol.jdbc.util.DBConnectionManager.releaseConnection(D BConnectionManager.java:211) at org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDBCSampler.java: 169) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:536) So my questions are: + did I do somethimg wrong? + is there a problem on JMeter side (I didn't find anything in the bugs)? + or on our JDBC driver? Thank you for your help, and mind to have a look at our site (www.sapdb.org), SAP-DB is open source under GPL. Mathieu Baudier SAP Labs Berlin - SAP DB [email protected] www.sapdb.org ------_=_NextPart_000_01C1D18D.11DEE9E0 Content-Type: application/octet-stream; name="SAPDB Ess 1-noPasswd.jmx" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="SAPDB Ess 1-noPasswd.jmx" <?xml version=3D"1.0"?>=0A= =0A= <ConfigElement = type=3D"org.apache.jmeter.protocol.jdbc.config.DbConfig">=0A= <property name=3D"url">jdbc:sapdb://localhost/jweb</property>=0A= <property name=3D"name">JDBC Database Login Defaults</property>=0A= <property name=3D"password"></property>=0A= <property name=3D"driver">com.sap.dbtech.jdbc.DriverSapDB</property>=0A= <property name=3D"username"></property>=0A= </ConfigElement> ------_=_NextPart_000_01C1D18D.11DEE9E0 Content-Type: text/plain; name="JMeter-error-Release connection-20020322.txt" Content-Disposition: attachment; filename="JMeter-error-Release connection-20020322.txt" C:\Program Files\JMeter\bin>set LOCALCLASSPATH= C:\Program Files\JMeter\bin>for %i in ("..\lib\*.jar") do CALL ..\lcp.bat %i C:\Program Files\JMeter\bin>CALL ..\lcp.bat ..\lib\ant-1.4.1.jar org.apache.jmeter.protocol.jdbc.config.DbConfig@61373f org.apache.jmeter.protocol.jdbc.config.PoolConfig@c297a3 org.apache.jmeter.protocol.jdbc.config.SqlConfig@3e1bc8 java.lang.NullPointerException at com.sap.dbtech.jdbc.ConnectionSapDB.getRequestPacket(ConnectionSapDB.java:420) at com.sap.dbtech.jdbc.FetchInfo.close(FetchInfo.java:259) at com.sap.dbtech.jdbc.ResultSetSapDB.close(ResultSetSapDB.java:212) at org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDBCSampler.java:151) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:536) java.lang.NullPointerException at java.util.Hashtable.get(Hashtable.java:326) at org.apache.jmeter.protocol.jdbc.util.DBConnectionManager.releaseConnection(DBConnectionManager.java:211) at org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDBCSampler.java:169) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:536) java.lang.NullPointerException at java.util.Hashtable.get(Hashtable.java:326) at org.apache.jmeter.protocol.jdbc.util.DBConnectionManager.releaseConnection(DBConnectionManager.java:211) at org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDBCSampler.java:169) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:536) ------_=_NextPart_000_01C1D18D.11DEE9E0 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------_=_NextPart_000_01C1D18D.11DEE9E0-- From [email protected] Fri Mar 22 11:46:37 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10171 invoked from network); 22 Mar 2002 11:46:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 22 Mar 2002 11:46:37 -0000 Received: (qmail 25251 invoked by uid 97); 22 Mar 2002 11:46:36 -0000 Delivered-To: [email protected] Received: (qmail 25196 invoked by uid 97); 22 Mar 2002 11:46: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25181 invoked from network); 22 Mar 2002 11:46:36 -0000 Date: 22 Mar 2002 11:40:32 -0000 Message-ID: <[email protected]> MIME-Version: 1.0 From: "Vivian Richards" <[email protected]> Reply-To: "Vivian Richards" <[email protected]> To: "Edgar Knobloch" <[email protected]> Cc: [email protected] Subject: Re: Re: images times Content-type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hi edgar fine with what u r saying but jmeter does downlaod imgaes more times than its referred on the page. In one page one image was appearing only once but jmeter downloaded it 7 times. These things make the results incomparable. Also cache on and off option should be available ideally with jmeter to get times as close as possible in various situations. thanx viv On Wed, 20 Mar 2002 Edgar Knobloch wrote : >Hello, > >I don't know the current implementation of jmeter for the images, >but >downloading everything again and again with every request, is >fine for me. >Jmeter is a stress tool, which generates requests. It is >simulating the >worst case - a user has no caching enabled in his browser. >Having the same request in a thread repeated again and again is >like having >a lot of different new users in a row. It makes not much sense >for me to >behave like a single user, who requests a single page again and >again, but >uses the benefits of a browser cache. > >Just my thoughts. > >Regards, >Edgar Knobloch > > > -----Ursprüngliche Nachricht----- > > From: Vivian Richards [mailto:[email protected]] > > Subject: images times > > > > > > hi there > > > > In the view results tree listener we get to see the times >for > > various elements of the request. > > > > If a page is requested with images, i have noted that download >for > > images appear as many times as it appears in the web-page >and > > sometimes even more than number of times than actually >referred in > > the page.Though browsers would actually download the image >only > > once.(and not even once when its already there in the cache). >So > > this might give all the wrong performance times!!! > > > > Is jmeter actually downlaoding the images these many number >of > > times and adding those times or is it some GUI error which >make it > > appear so? > > > > thanx > > vivian r. > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > For additional commands, e-mail: > > <mailto:[email protected]> > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 22 14:24:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99819 invoked from network); 22 Mar 2002 14:24:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 22 Mar 2002 14:24:57 -0000 Received: (qmail 13352 invoked by uid 97); 22 Mar 2002 14:24:56 -0000 Delivered-To: [email protected] Received: (qmail 13334 invoked by uid 97); 22 Mar 2002 14: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 13317 invoked from network); 22 Mar 2002 14:24:55 -0000 Message-ID: <F3C17DB1905CD311BC400008C75F40CE0B855607@dewdfx26> From: "Baudier, Mathieu" <[email protected]> To: "'Stover, Michael'" <[email protected]> Cc: "JMeter mailing list (E-mail)" <[email protected]> Subject: RE: Problems with JDBC test - Release connection Date: Fri, 22 Mar 2002 15:20:36 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SAP: out X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, thank you for the quick answer! I made the modification, and it's now running the FIRST test. But if I = stop, it cannot launch another one: Error after stop: java.lang.NullPointerException at java.util.Hashtable.get(Hashtable.java:326) at org.apache.jmeter.protocol.jdbc.util.DBConnectionManager.releaseConnecti= on(D BConnectionManager.java:211) at org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDBCSampler.j= ava: 170) at = org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:536) Error after new start (the same actually): java.lang.NullPointerException at java.util.Hashtable.get(Hashtable.java:326) at org.apache.jmeter.protocol.jdbc.util.DBConnectionManager.releaseConnecti= on(D BConnectionManager.java:211) at org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDBCSampler.j= ava: 170) at = org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:536) I tried a few other modifications (testing if con!=3Dnull before = calling releaseConnection(), or at the beginning of this method in order to = avoid rentedConnections.get(c) with c=3D=3Dnull) but it did not work (pb with = Data header). Please let me know when (how) you fix it, because I plan to use JMeter intensively during next weeks in order to test SAP-DB.=20 It's already great that it works. Thanks again, Mathieu -----Original Message----- From: Stover, Michael [mailto:[email protected]] Sent: Freitag, 22. M=E4rz 2002 14:34 To: 'JMeter Users List'; Baudier, Mathieu Subject: RE: Problems with JDBC test - Release connection This is a real bug, unfortunately. You might try the following to fix = it: go into the file JDBCSampler.java (in the src/org/apache/jmeter/protocol/jdbc/sampler directory) Find the following section: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D public class JDBCSampler implements Sampler { //database connection pool manager DBConnectionManager manager =3D DBConnectionManager.getManager(); // end method public final static String QUERY =3D "JDBCSampler.query"; private static Map keyMap =3D new HashMap(); =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Remove the word "static" from the last line above (make it "private Map keyMap =3D new HashMap();" ) Rebuild JMeter - type "build install" on command line in jmeter's top = level directory. Let me know if that fixes your problem. =20 It won't make the exceptions go away when you stop a test (they aren't important), but you should be able to start a new one without problems. -Mike > -----Original Message----- > From: Baudier, Mathieu [mailto:[email protected]] > Sent: Friday, March 22, 2002 5:34 AM > To: JMeter mailing list (E-mail) > Subject: Problems with JDBC test - Release connection >=20 >=20 > Hi, >=20 > I'm trying to use JMeter in order to test our database (SAP-DB). >=20 > 1. I have built a simple test plan : connection to the DB and=20 > simple SELECT > statement. (see attached file "SAPDB Ess 1-noPasswd.jmx") >=20 > 2. I start JMeter : >=20 > ... >=20 > C:\Program Files\JMeter\bin>set LOCALCLASSPATH=3D >=20 > C:\Program Files\JMeter\bin>for %i in ("..\lib\*.jar") do=20 > CALL ..\lcp.bat %i >=20 > C:\Program Files\JMeter\bin>CALL ..\lcp.bat ..\lib\ant-1.4.1.jar > org.apache.jmeter.protocol.jdbc.config.DbConfig@61373f > org.apache.jmeter.protocol.jdbc.config.PoolConfig@c297a3 > org.apache.jmeter.protocol.jdbc.config.SqlConfig@3e1bc8 >=20 > 3. If I then first start the test, JMeter connects=20 > effectively to the DB > instance. (appears in SAP-DB DBManager), but no result appear. >=20 > 4. If I stop the test, the following exception occurs: > java.lang.NullPointerException > at > com.sap.dbtech.jdbc.ConnectionSapDB.getRequestPacket(Connectio > nSapDB.java:42 > 0) > at com.sap.dbtech.jdbc.FetchInfo.close(FetchInfo.java:259) > at=20 > com.sap.dbtech.jdbc.ResultSetSapDB.close(ResultSetSapDB.java:212) > at > org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDB > CSampler.java: > 151) > at=20 > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) > at java.lang.Thread.run(Thread.java:536) >=20 > 5. And if I try to start it again, it does not connect to the=20 > DB anymore, > and throws each time the same exception: > java.lang.NullPointerException > at java.util.Hashtable.get(Hashtable.java:326) > at > org.apache.jmeter.protocol.jdbc.util.DBConnectionManager.relea > seConnection(D > BConnectionManager.java:211) > at > org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDB > CSampler.java: > 169) > at=20 > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) > at java.lang.Thread.run(Thread.java:536) >=20 > So my questions are: > + did I do somethimg wrong? > + is there a problem on JMeter side (I didn't find anything=20 > in the bugs)? > + or on our JDBC driver? >=20 > Thank you for your help, and mind to have a look at our site > (www.sapdb.org), SAP-DB is open source under GPL. >=20 > Mathieu Baudier > SAP Labs Berlin - SAP DB > [email protected] > www.sapdb.org >=20 >=20 -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 22 19:09:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4982 invoked from network); 22 Mar 2002 19:09:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 22 Mar 2002 19:09:18 -0000 Received: (qmail 5533 invoked by uid 97); 22 Mar 2002 19:09:20 -0000 Delivered-To: [email protected] Received: (qmail 5516 invoked by uid 97); 22 Mar 2002 19:09: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5505 invoked from network); 22 Mar 2002 19:09:20 -0000 Message-ID: <[email protected]> From: "Shvartsburd, Feliks" <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: Exceptin using https request Date: Fri, 22 Mar 2002 11:09:18 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm getting exception when posting https request. Does nayone know what could be the problem? Thanks java.io.FileNotFoundException: https://someserver.com/somepage.jsp at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.getInputStrea m([DashoPro-V1.2-120198]) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler .java:521) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 446) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 164) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:484) -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 22 19:19:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15544 invoked from network); 22 Mar 2002 19:19:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 22 Mar 2002 19:19:47 -0000 Received: (qmail 11391 invoked by uid 97); 22 Mar 2002 19:19:50 -0000 Delivered-To: [email protected] Received: (qmail 11335 invoked by uid 97); 22 Mar 2002 19:19: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11289 invoked from network); 22 Mar 2002 19:19:48 -0000 Message-ID: <[email protected]> From: "Janarthanan, Prasanna" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Exceptin using https request Date: Sat, 23 Mar 2002 00:47:22 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ya u will get that error unless u have the needed jar file for com.sun.net.ssl.internal if u open the jmeter.properties file u ca see it.. so go in to jsse1.0.2 in sun.java and download it.. also put it in ur classpath ... thank prassana -----Original Message----- From: Shvartsburd, Feliks [mailto:[email protected]] Sent: Saturday, March 23, 2002 12:39 AM To: 'JMeter Users List' Subject: Exceptin using https request I'm getting exception when posting https request. Does nayone know what could be the problem? Thanks java.io.FileNotFoundException: https://someserver.com/somepage.jsp at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.getInputStrea m([DashoPro-V1.2-120198]) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler .java:521) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 446) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 164) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:484) -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 22 19:25:52 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18844 invoked from network); 22 Mar 2002 19:25:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 22 Mar 2002 19:25:51 -0000 Received: (qmail 14538 invoked by uid 97); 22 Mar 2002 19:25:54 -0000 Delivered-To: [email protected] Received: (qmail 14522 invoked by uid 97); 22 Mar 2002 19:25: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14511 invoked from network); 22 Mar 2002 19:25:54 -0000 Message-ID: <[email protected]> From: "Shvartsburd, Feliks" <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: Exceptin using https request Date: Fri, 22 Mar 2002 11:25:33 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N If you mean those below I did already and I have all ssl jar files in jmeter/lib directory. This looks like something else. I went through the code where I could see that SSLManager was installed. JMeter get the connection with the success and then it couldn't read response back??? ssl.provider=com.sun.net.ssl.internal.ssl.Provider ssl.pkgs=com.sun.net.ssl.internal.www.protocol Thanks -----Original Message----- From: Janarthanan, Prasanna [mailto:[email protected]] Sent: Friday, March 22, 2002 11:17 AM To: 'JMeter Users List' Subject: RE: Exceptin using https request ya u will get that error unless u have the needed jar file for com.sun.net.ssl.internal if u open the jmeter.properties file u ca see it.. so go in to jsse1.0.2 in sun.java and download it.. also put it in ur classpath ... thank prassana -----Original Message----- From: Shvartsburd, Feliks [mailto:[email protected]] Sent: Saturday, March 23, 2002 12:39 AM To: 'JMeter Users List' Subject: Exceptin using https request I'm getting exception when posting https request. Does nayone know what could be the problem? Thanks java.io.FileNotFoundException: https://someserver.com/somepage.jsp at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.getInputStrea m([DashoPro-V1.2-120198]) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler .java:521) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 446) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 164) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:484) -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 22 19:27:40 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19853 invoked from network); 22 Mar 2002 19:27:40 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 22 Mar 2002 19:27:40 -0000 Received: (qmail 16820 invoked by uid 97); 22 Mar 2002 19:27:34 -0000 Delivered-To: [email protected] Received: (qmail 16688 invoked by uid 97); 22 Mar 2002 19:27: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16669 invoked from network); 22 Mar 2002 19:27:33 -0000 Message-ID: <[email protected]> From: "Janarthanan, Prasanna" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Exceptin using https request Date: Sat, 23 Mar 2002 00:55:11 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ok fine .. just comment the ssl.pkg and try once.. 'coz it worked for me in that way thanks prassana -----Original Message----- From: Shvartsburd, Feliks [mailto:[email protected]] Sent: Saturday, March 23, 2002 12:56 AM To: 'JMeter Users List' Subject: RE: Exceptin using https request If you mean those below I did already and I have all ssl jar files in jmeter/lib directory. This looks like something else. I went through the code where I could see that SSLManager was installed. JMeter get the connection with the success and then it couldn't read response back??? ssl.provider=com.sun.net.ssl.internal.ssl.Provider ssl.pkgs=com.sun.net.ssl.internal.www.protocol Thanks -----Original Message----- From: Janarthanan, Prasanna [mailto:[email protected]] Sent: Friday, March 22, 2002 11:17 AM To: 'JMeter Users List' Subject: RE: Exceptin using https request ya u will get that error unless u have the needed jar file for com.sun.net.ssl.internal if u open the jmeter.properties file u ca see it.. so go in to jsse1.0.2 in sun.java and download it.. also put it in ur classpath ... thank prassana -----Original Message----- From: Shvartsburd, Feliks [mailto:[email protected]] Sent: Saturday, March 23, 2002 12:39 AM To: 'JMeter Users List' Subject: Exceptin using https request I'm getting exception when posting https request. Does nayone know what could be the problem? Thanks java.io.FileNotFoundException: https://someserver.com/somepage.jsp at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.getInputStrea m([DashoPro-V1.2-120198]) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler .java:521) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 446) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 164) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:484) -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 22 19:30:21 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21599 invoked from network); 22 Mar 2002 19:30:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 22 Mar 2002 19:30:21 -0000 Received: (qmail 21584 invoked by uid 97); 22 Mar 2002 19:30:24 -0000 Delivered-To: [email protected] Received: (qmail 21510 invoked by uid 97); 22 Mar 2002 19:30: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21498 invoked from network); 22 Mar 2002 19:30:23 -0000 Message-ID: <[email protected]> From: "Shvartsburd, Feliks" <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: Exceptin using https request Date: Fri, 22 Mar 2002 11:30:21 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Did you download and installed certificate with keytool? -----Original Message----- From: Janarthanan, Prasanna [mailto:[email protected]] Sent: Friday, March 22, 2002 11:25 AM To: 'JMeter Users List' Subject: RE: Exceptin using https request ok fine .. just comment the ssl.pkg and try once.. 'coz it worked for me in that way thanks prassana -----Original Message----- From: Shvartsburd, Feliks [mailto:[email protected]] Sent: Saturday, March 23, 2002 12:56 AM To: 'JMeter Users List' Subject: RE: Exceptin using https request If you mean those below I did already and I have all ssl jar files in jmeter/lib directory. This looks like something else. I went through the code where I could see that SSLManager was installed. JMeter get the connection with the success and then it couldn't read response back??? ssl.provider=com.sun.net.ssl.internal.ssl.Provider ssl.pkgs=com.sun.net.ssl.internal.www.protocol Thanks -----Original Message----- From: Janarthanan, Prasanna [mailto:[email protected]] Sent: Friday, March 22, 2002 11:17 AM To: 'JMeter Users List' Subject: RE: Exceptin using https request ya u will get that error unless u have the needed jar file for com.sun.net.ssl.internal if u open the jmeter.properties file u ca see it.. so go in to jsse1.0.2 in sun.java and download it.. also put it in ur classpath ... thank prassana -----Original Message----- From: Shvartsburd, Feliks [mailto:[email protected]] Sent: Saturday, March 23, 2002 12:39 AM To: 'JMeter Users List' Subject: Exceptin using https request I'm getting exception when posting https request. Does nayone know what could be the problem? Thanks java.io.FileNotFoundException: https://someserver.com/somepage.jsp at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.getInputStrea m([DashoPro-V1.2-120198]) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler .java:521) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 446) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 164) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:484) -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 22 20:01:04 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37637 invoked from network); 22 Mar 2002 20:01:04 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 22 Mar 2002 20:01:04 -0000 Received: (qmail 1760 invoked by uid 97); 22 Mar 2002 20:01:08 -0000 Delivered-To: [email protected] Received: (qmail 1723 invoked by uid 97); 22 Mar 2002 20: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1706 invoked from network); 22 Mar 2002 20:01:07 -0000 Message-ID: <[email protected]> From: "Janarthanan, Prasanna" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Exceptin using https request Date: Sat, 23 Mar 2002 01:28:46 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nope, see basically it asks for the keystore for the first time right?? which it takes as the public key encrypted. just clear me out as why we need the certificate keytool please clear me out this doubt thanks prassana -----Original Message----- From: Shvartsburd, Feliks [mailto:[email protected]] Sent: Saturday, March 23, 2002 1:00 AM To: 'JMeter Users List' Subject: RE: Exceptin using https request Did you download and installed certificate with keytool? -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 23 00:40:42 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31815 invoked from network); 23 Mar 2002 00:40:41 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Mar 2002 00:40:41 -0000 Received: (qmail 1174 invoked by uid 97); 23 Mar 2002 00:40:47 -0000 Delivered-To: [email protected] Received: (qmail 1158 invoked by uid 97); 23 Mar 2002 00:40: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1147 invoked from network); 23 Mar 2002 00:40:47 -0000 Message-ID: <[email protected]> From: "Shvartsburd, Feliks" <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: Exceptoin using https request Date: Fri, 22 Mar 2002 16:40:45 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm using Authentication Manager to login when I do initial post. It seems that basic authentication doesn't work. I was debugging and noticed that after the initial post I get "Forbidden 403". This is why I get that exception. Connection has nothing to return nether input stream nor anything else (still something is not right). Does anybody have any ideas? Thanks -----Original Message----- From: Janarthanan, Prasanna [mailto:[email protected]] Sent: Friday, March 22, 2002 11:59 AM To: 'JMeter Users List' Subject: RE: Exceptin using https request nope, see basically it asks for the keystore for the first time right?? which it takes as the public key encrypted. just clear me out as why we need the certificate keytool please clear me out this doubt thanks prassana -----Original Message----- From: Shvartsburd, Feliks [mailto:[email protected]] Sent: Saturday, March 23, 2002 1:00 AM To: 'JMeter Users List' Subject: RE: Exceptin using https request Did you download and installed certificate with keytool? -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 24 16:58:49 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16810 invoked from network); 24 Mar 2002 16:58:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Mar 2002 16:58:48 -0000 Received: (qmail 7359 invoked by uid 97); 24 Mar 2002 16:58:47 -0000 Delivered-To: [email protected] Received: (qmail 7326 invoked by uid 97); 24 Mar 2002 16:58: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7314 invoked from network); 24 Mar 2002 16:58:46 -0000 Subject: Lost authentication over SSL From: "James C. Clover" <[email protected]> To: JMeter User Mailing List <[email protected]> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 24 Mar 2002 08:55:37 +0000 Message-Id: <1016960138.1913.19.camel@ruebert> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I've got a test plan that logs into my server - I've worked out the login script correctly. The odd thing that happens is that after the first request that successfully retrieves a page after login, the second and subsequent request get forward back to the login page, as if the login cookies were dropped? I'm running 1.7 release with some commented out print statements that another post stated caused a NullPointerException. Any ideas? -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 24 17:02:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17754 invoked from network); 24 Mar 2002 17:02:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Mar 2002 17:02:08 -0000 Received: (qmail 8712 invoked by uid 97); 24 Mar 2002 17:02:10 -0000 Delivered-To: [email protected] Received: (qmail 8696 invoked by uid 97); 24 Mar 2002 17:02: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8685 invoked from network); 24 Mar 2002 17:02:09 -0000 Message-ID: <[email protected]> From: "Janarthanan, Prasanna" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Lost authentication over SSL Date: Sun, 24 Mar 2002 22:29:49 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I had the samw problem but u can solve this problem. If u are using tomcat then just add HTTP cookie manager at the top of the under ur thread group. if u are using session using URL rewriting then u can use that technic .. see the manual for URL rewriting. thanks prassana -----Original Message----- From: James C. Clover [mailto:[email protected]] Sent: Sunday, March 24, 2002 2:26 PM To: JMeter User Mailing List Subject: Lost authentication over SSL I've got a test plan that logs into my server - I've worked out the login script correctly. The odd thing that happens is that after the first request that successfully retrieves a page after login, the second and subsequent request get forward back to the login page, as if the login cookies were dropped? I'm running 1.7 release with some commented out print statements that another post stated caused a NullPointerException. Any ideas? -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 24 18:53:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60951 invoked from network); 24 Mar 2002 18:53:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Mar 2002 18:53:57 -0000 Received: (qmail 26067 invoked by uid 97); 24 Mar 2002 18:54:00 -0000 Delivered-To: [email protected] Received: (qmail 26025 invoked by uid 97); 24 Mar 2002 18:53: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26014 invoked from network); 24 Mar 2002 18:53:58 -0000 Subject: RE: Lost authentication over SSL From: "James C. Clover" <[email protected]> To: JMeter User Mailing List <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 24 Mar 2002 10:50:48 +0000 Message-Id: <1016967048.1913.32.camel@ruebert> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I've got a Cookie Manager in my Thread Group - my login script wouldn't work without it. But the odd thing is, the cookie management seems to work until I get the first page of the site after login. All subsequent attempts to grab a page, even if the request is exactly like the first successful page get re-routed back to the login page. It's as if the cookies are dropped. If I wanted to place a log statement somewhere that would print out what cookies are sent with a request, where would I place it? James On Sun, 2002-03-24 at 16:59, Janarthanan, Prasanna wrote: > I had the samw problem but u can solve this problem. > If u are using tomcat then just add HTTP cookie manager at the top of the > under ur thread group. > if u are using session using URL rewriting then u can use that technic .. > see the manual for URL rewriting. > > thanks > prassana > > > -----Original Message----- > From: James C. Clover [mailto:[email protected]] > Sent: Sunday, March 24, 2002 2:26 PM > To: JMeter User Mailing List > Subject: Lost authentication over SSL > > > I've got a test plan that logs into my server - I've worked out the > login script correctly. The odd thing that happens is that after the > first request that successfully retrieves a page after login, the second > and subsequent request get forward back to the login page, as if the > login cookies were dropped? > > I'm running 1.7 release with some commented out print statements that > another post stated caused a NullPointerException. > > Any ideas? > > > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 26 05:39:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17612 invoked from network); 26 Mar 2002 05:39:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 26 Mar 2002 05:39:18 -0000 Received: (qmail 16846 invoked by uid 97); 26 Mar 2002 05:39:27 -0000 Delivered-To: [email protected] Received: (qmail 16792 invoked by uid 97); 26 Mar 2002 05: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16781 invoked from network); 26 Mar 2002 05:39:26 -0000 Message-ID: <[email protected]> From: "Janarthanan, Prasanna" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: about graph Date: Tue, 26 Mar 2002 11:07:01 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N i have problems in interpreting as what is viewFull graph and Graph result listeners in jmeter.. please explain as what is shown in veiw graph tree shows. i have 5 http request in my testplan but the view graph tree shows two colors (brown and black) for single http (first) request. Please help me out in intrepreting it.. also.. my another doubt is.. iam not able to test for 100 threads with this 5 http request. The getCurrentSample = 99 at the console is the final.. countup... why so.. will i be not able to test it for 100 threads.. mail me soon thanks prassana -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 26 17:45:42 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83646 invoked from network); 26 Mar 2002 17:45:41 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 26 Mar 2002 17:45:41 -0000 Received: (qmail 12619 invoked by uid 97); 26 Mar 2002 17:45:42 -0000 Delivered-To: [email protected] Received: (qmail 12574 invoked by uid 97); 26 Mar 2002 17:45: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12561 invoked from network); 26 Mar 2002 17:45:40 -0000 Message-ID: <[email protected]> Date: Tue, 26 Mar 2002 17:45:36 +0000 From: James Cooley <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020310 X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: Re: Lost authentication over SSL References: <[email protected]> <1016967048.1913.32.camel@ruebert> 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: daedalus.apache.org 1.6.2 0/1000/N James C. Clover wrote: > It's as if the cookies are dropped. If I wanted to place a log > statement somewhere that would print out what cookies are sent with a > request, where would I place it? Not sure how to do this with JMeter but I use tcpmon that comes with the Jakarta Axis project to watch the contents of headers, etc. It's a useful tool and you can compare interactions of JMeter to that of your browser. James -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 26 23:02:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14859 invoked from network); 26 Mar 2002 23:02:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 26 Mar 2002 23:02:57 -0000 Received: (qmail 19254 invoked by uid 97); 26 Mar 2002 23:03:03 -0000 Delivered-To: [email protected] Received: (qmail 19209 invoked by uid 97); 26 Mar 2002 23:03: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19198 invoked from network); 26 Mar 2002 23:03:02 -0000 Message-ID: <[email protected]> Date: Tue, 26 Mar 2002 15:03:01 -0800 (PST) From: david garcia <[email protected]> Subject: 2 Questions To: JMeter Users List <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1741732027-1017183781=:87199" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-1741732027-1017183781=:87199 Content-Type: text/plain; charset=us-ascii 1.) What is the maximum number of threads that Jmeter can support? 3.) Given that I can run on Solaris, NT, or Linux which of the three OSes will give me the most throughput and best performance? Thanks. -David- --------------------------------- Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® --0-1741732027-1017183781=:87199-- From [email protected] Wed Mar 27 14:28:56 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10873 invoked from network); 27 Mar 2002 14:28:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 27 Mar 2002 14:28:56 -0000 Received: (qmail 21762 invoked by uid 97); 27 Mar 2002 14:28:55 -0000 Delivered-To: [email protected] Received: (qmail 21706 invoked by uid 97); 27 Mar 2002 14:28: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21695 invoked from network); 27 Mar 2002 14:28:53 -0000 From: "Berin Loritsch" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: 2 Questions Date: Wed, 27 Mar 2002 09:28:48 -0500 Message-ID: <002601c1d59b$b5bec4b0$ac00a8c0@Gabriel> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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.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: david garcia [mailto:[email protected]]=20 >=20 > 1.) What is the maximum number of threads that Jmeter can support?=20 Depends on your operating system. It is a limit of the JVM/OS. Unix based systems usually have a per-user limit of ~492 threads/processes. That includes the main thread and any other programs you are running. > 3.) Given that I can run on Solaris, NT, or Linux which of=20 > the three OSes will give me the most throughput and best performance?=20 I don't know that anyone has tested that. A lot of the answer is obscured because the hardware is not always the same for the three OSes -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 27 16:22:05 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9768 invoked from network); 27 Mar 2002 16:22:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 27 Mar 2002 16:22:05 -0000 Received: (qmail 24437 invoked by uid 97); 27 Mar 2002 16:20:50 -0000 Delivered-To: [email protected] Received: (qmail 24378 invoked by uid 97); 27 Mar 2002 16:20: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24324 invoked from network); 27 Mar 2002 16:20:48 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: RE: 2 Questions Date: Wed, 27 Mar 2002 16:20:41 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.89) Content-Type: text/plain; charset="ISO-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > 3.) Given that I can run on Solaris, NT, or Linux which of > the three OSes will give me the most throughput and best performance? How long is a piece of string, and how much effort do you want to expend. Solaris and NT (all flavours) don't really give you that much choice though in fairness much of the unwanted junk (for your purpose) services can be stopped or will end up off loaded to disk (virtual store). Linux gives you more opportunities to configure the kernel and what you load as an operating system. So in theory on the same kit you should be able to squeeze the most out of Linux - you'd probably have to run in batch mode and junk any fancy graphics. However in cost terms it's probably best to go with the operating system that you're most familiar with and just add another machine if it starts to choke. Allan -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 27 22:21:10 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43248 invoked from network); 27 Mar 2002 22:21:10 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 27 Mar 2002 22:21:10 -0000 Received: (qmail 20904 invoked by uid 97); 27 Mar 2002 22:21:13 -0000 Delivered-To: [email protected] Received: (qmail 20876 invoked by uid 97); 27 Mar 2002 22:21: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20865 invoked from network); 27 Mar 2002 22:21:12 -0000 Message-ID: <[email protected]> Date: Wed, 27 Mar 2002 14:21:11 -0800 (PST) From: david garcia <[email protected]> Subject: Flash content. To: JMeter Users List <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1261889903-1017267671=:32031" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-1261889903-1017267671=:32031 Content-Type: text/plain; charset=us-ascii So is there anything I can do as far as testing content buried in Flash or shockwave? More and more of my client's sites are using it for sexy navigation, image maps, slideshows, etc. If JMeter is confined to HTML content only then it becomes increasingly hard to fully test sites that want to follow this trend. --------------------------------- Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® --0-1261889903-1017267671=:32031-- From [email protected] Thu Mar 28 08:56:15 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84319 invoked from network); 28 Mar 2002 08:56:15 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 08:56:15 -0000 Received: (qmail 24983 invoked by uid 97); 28 Mar 2002 08:56:27 -0000 Delivered-To: [email protected] Received: (qmail 24937 invoked by uid 97); 28 Mar 2002 08:56: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24916 invoked from network); 28 Mar 2002 08:56:25 -0000 Message-ID: <[email protected]> From: Edgar Knobloch <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: Flash content. Date: Thu, 28 Mar 2002 09:56:14 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) 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 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I think, it would be hard to test a site, which consist of a single flash-file on a single html-page. If flash or shockwave is distributed over several pages and is used to navigate from one page to another, you could reconstruct the actions of = your application by examining a webserver-log - looking at the requests = generated by flash/shockwave. But I don't know if JMeter downloads the flashfiles like it does with images. Regards, Edgar > -----Urspr=FCngliche Nachricht----- > Von: david garcia [mailto:[email protected]] > Betreff: Flash content.=20 >=20 > So is there anything I can do as far as testing content=20 > buried in Flash or shockwave? More and more of my client's=20 > sites are using it for sexy navigation, image maps,=20 > slideshows, etc. If JMeter is confined to HTML content only=20 > then it becomes increasingly hard to fully test sites that=20 > want to follow this trend.=20 >=20 -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 28 14:09:49 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29524 invoked from network); 28 Mar 2002 14:09:49 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 14:09:49 -0000 Received: (qmail 9630 invoked by uid 97); 28 Mar 2002 14:09:50 -0000 Delivered-To: [email protected] Received: (qmail 9586 invoked by uid 97); 28 Mar 2002 14:09: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9575 invoked from network); 28 Mar 2002 14:09:48 -0000 Message-ID: <[email protected]> Date: Thu, 28 Mar 2002 15:09:48 +0100 (CET) From: =?iso-8859-1?q?paolo=20ciao?= <[email protected]> Subject: Servlet session To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I want to test my site made with servlet engine. My problem is to understand how make an HTTP request with the same SESSION ID. I add to my HTTP REQUEST an "modification controller" and a "HTML link parser", but which additional parameter I have to use to have an unique ID? SESSION_ID,as explained in User Manual, not work. In my java servlet I use an "session" obcject to have an unique ID. Can I re-create theat with Jmeter? ______________________________________________________________________ Guarda il nuovo video di Anastacia su Yahoo! http://it.yahoo.com/mail_it/foot/?http://it.music.yahoo.com/anastacia/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 28 16:31:09 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34552 invoked from network); 28 Mar 2002 16:31:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 16:31:09 -0000 Received: (qmail 12087 invoked by uid 97); 28 Mar 2002 16:30:49 -0000 Delivered-To: [email protected] Received: (qmail 12015 invoked by uid 97); 28 Mar 2002 16:30: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11915 invoked from network); 28 Mar 2002 16:30:47 -0000 Date: Thu, 28 Mar 2002 17:29:33 +0100 From: Gerd Mueller <[email protected]> To: [email protected] Subject: Test plan problem Message-Id: <[email protected]> Organization: SMB X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.8; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I like to create a test plan for a web site that does the following steps: for (int i = 0; i < 3; i++) { HTTP Request login for (int i = 0; i < 3; i++) { HTTP Request page A } HTTP Request logout } At the moment I've got the following test plan (short version) ThreadGroup (1x) Loop Controller (3x) HTTP Request login Loop Controller (3x) Modification Controller HTML Parameter Mask HTTP Request page A HTTP Request logout But it doesn't exactly what I want, since it causes the following request series: Login Page A Page A Page A Logout Page A Page A Page A Page A Page A Page A Login Page A Page A Page A Does anyone got an idea of the error in my plan ? Best Regards, gerd ______________________________________________________________________________ Gerd Mueller [email protected] SMB GmbH http://www.smb-tec.com -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 28 16:39:14 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41192 invoked from network); 28 Mar 2002 16:39:13 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 16:39:13 -0000 Received: (qmail 20810 invoked by uid 97); 28 Mar 2002 16:39:14 -0000 Delivered-To: [email protected] Received: (qmail 20791 invoked by uid 97); 28 Mar 2002 16:39: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20780 invoked from network); 28 Mar 2002 16:39:14 -0000 Date: Thu, 28 Mar 2002 17:38:03 +0100 From: Gerd Mueller <[email protected]> To: "JMeter Users List" <[email protected]> Subject: Re: Test plan problem Message-Id: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> Organization: SMB X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.8; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 28 Mar 2002 17:29:33 +0100 Gerd Mueller <[email protected]> wrote: > > Hi all, > > I like to create a test plan for a web site that does the following steps: > > for (int i = 0; i < 3; i++) { > HTTP Request login > for (int i = 0; i < 3; i++) { > HTTP Request page A > } > HTTP Request logout > } > > At the moment I've got the following test plan (short version) > > ThreadGroup (1x) > Loop Controller (3x) > HTTP Request login > Loop Controller (3x) > Modification Controller > HTML Parameter Mask > HTTP Request page A > HTTP Request logout > > But it doesn't exactly what I want, since it causes the following request > series: > > Login > Page A > Page A > Page A > Logout > Page A > Page A > Page A > Page A > Page A > Page A > Login > Page A > Page A > Page A > > Does anyone got an idea of the error in my plan ? Okay, forget the this problem. My test plan works correct. But somehow the 'View Results in Table' Listener shows the wrong results (the listing above). The 'View Resulzs in Tree' shows everything correctly: Login Page A Page A Page A Logout Login Page A Page A Page A Logout Login Page A Page A Page A Logout Best Regards, gerd ______________________________________________________________________________ Gerd Mueller [email protected] SMB GmbH http://www.smb-tec.com -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 00:02:39 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4510 invoked from network); 29 Mar 2002 00:02:39 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 00:02:39 -0000 Received: (qmail 545 invoked by uid 97); 29 Mar 2002 00:02:46 -0000 Delivered-To: [email protected] Received: (qmail 501 invoked by uid 97); 29 Mar 2002 00:02: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 490 invoked from network); 29 Mar 2002 00:02:44 -0000 Message-ID: <[email protected]> Date: Thu, 28 Mar 2002 16:02:43 -0800 (PST) From: david garcia <[email protected]> Subject: Java Performance. To: JMeter Users List <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-390289019-1017360163=:30464" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-390289019-1017360163=:30464 Content-Type: text/plain; charset=us-ascii First I would like to congratulate the JMeter team for creating a great tool that is getting even better everyday. Secondly I could use some help on one minor issue. . . I seemed to have hit a bottleneck with repect to the number of simultaneous threads that can be generated using Jmeter1.7 (march 18 nightly build ) on my clients Load testing workstation (win2K, 128MbRAM 800Mhz P3). Can't get past 50 threads without the machine locking up on me and/or my sampling times go from milliseconds to minutes. I have tried a number of tricks learned both from past experience and from reading news groups, mail archives, the jdk 1.3.1 docs etc. So far the only noticeable improvement has come from bumping the heap size up from the java command line. That is in fact how I got the number of threads up from 40 to 50. If any of you java magicians out there have OS and/or java config tricks up your sleeve that might help me get this number up to 100-500 threads please let me know. In the meantime my next course of action is to try and setup the jmeter server on the solaris 220s where the web servers live and just using the testing station as a client. Although this is a different test entirely, I would expect to see a dramatic improvement in the number of simutaneous users Thanks. -David- --------------------------------- Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® --0-390289019-1017360163=:30464-- From [email protected] Fri Mar 29 11:04:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18317 invoked from network); 29 Mar 2002 11:04:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 11:04:08 -0000 Received: (qmail 29105 invoked by uid 97); 29 Mar 2002 11:04:16 -0000 Delivered-To: [email protected] Received: (qmail 29027 invoked by uid 97); 29 Mar 2002 11:04:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28949 invoked from network); 29 Mar 2002 11:04:14 -0000 Message-ID: <00fa01c1d711$8f8be350$0d0a230a@LECHAT> From: =?iso-8859-1?Q?Simon_B=E9cot?= <[email protected]> To: <[email protected]> Subject: Newbie questions Date: Fri, 29 Mar 2002 12:04:54 +0100 Organization: Softeam MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00F7_01C1D719.F05A5290" 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 ------=_NextPart_000_00F7_01C1D719.F05A5290 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi list I'm new in load testing, and I have 2 main questions: Can theses JMeter be deployed on several machines? For example if I want = to load 200 client threads, I'd better put 4 client machines with 50 = threads, and 1 server that manages those 200 clients. If I'm not doing = that, I don't know if I'm testing the capacity of my client machine to = manage those 200 threads, because the test application can use as much CPU as the server tested. The problem, is that the test application = should manage several machines to load simultaneously the threads, and = to merge the results of all the 200 clients from differents machines. Second question: I didn't manage, with JMeter, to follow an HTML Link = inside an HTML page, if that link is dynamically g=E9n=E9rated. For = example, in a page I have 2 links named link1 and link2, but I don't = know what url are coded. So I would like a command: extract the href of = link1 and follow it. Is it possible with JMeter? Thanks, Simon. ------=_NextPart_000_00F7_01C1D719.F05A5290-- From [email protected] Fri Mar 29 13:31:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60142 invoked from network); 29 Mar 2002 13:31:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 13:31:56 -0000 Received: (qmail 1805 invoked by uid 97); 29 Mar 2002 13:31:48 -0000 Delivered-To: [email protected] Received: (qmail 1789 invoked by uid 97); 29 Mar 2002 13:31: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1764 invoked from network); 29 Mar 2002 13:31:45 -0000 From: "Berin Loritsch" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Java Performance. Date: Fri, 29 Mar 2002 08:31:28 -0500 Message-ID: <001201c1d726$0809beb0$ac00a8c0@Gabriel> 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.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 Are you running any graphical listeners? The best way to bump up performance is to use the File Listener, and evaluate the results later. Otherwise the overhead of the graphs are going to cause you problems. I believe JMeter holds on to all the samples in memory, while the File listener lets go of them as soon as they are written to disk. > -----Original Message----- > From: david garcia [mailto:[email protected]] > Sent: Thursday, March 28, 2002 7:03 PM > To: JMeter Users List > Subject: Java Performance. > > > First I would like to congratulate the JMeter team for > creating a great tool that is getting even better everyday. > Secondly I could use some help on one minor issue. . . > I seemed to have hit a bottleneck with repect to the number > of simultaneous threads that can be generated using Jmeter1.7 > (march 18 nightly build ) on my clients Load testing > workstation (win2K, 128MbRAM 800Mhz P3). Can't get past 50 > threads without the machine locking up on me and/or my > sampling times go from milliseconds to minutes. I have tried > a number of tricks learned both from past experience and from > reading news groups, mail archives, the jdk 1.3.1 docs etc. > So far the only noticeable improvement has come from bumping > the heap size up from the java command line. That is in fact > how I got the number of threads up from 40 to 50. If any of > you java magicians out there have OS and/or java config > tricks up your sleeve that might help me get this number up > to 100-500 threads please let me know. In the meantime my > next course of action is to try and setup the jmeter server > on the solaris 220s where the web servers live and just using > the testing station as a client. Although this is a different > test entirely, I would expect to see a dramatic improvement > in the number of simutaneous users Thanks. -David- > > > --------------------------------- > Do You Yahoo!? > Yahoo! Movies - coverage of the 74th Academy AwardsR > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 19:13:20 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46255 invoked from network); 29 Mar 2002 19:13:19 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 19:13:19 -0000 Received: (qmail 5111 invoked by uid 97); 29 Mar 2002 19:13:22 -0000 Delivered-To: [email protected] Received: (qmail 5071 invoked by uid 97); 29 Mar 2002 19:13: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5048 invoked from network); 29 Mar 2002 19:13:20 -0000 Message-ID: <[email protected]> Date: Fri, 29 Mar 2002 11:13:20 -0800 (PST) From: david garcia <[email protected]> Subject: RE: Java Performance. To: "Stover, Michael" <[email protected]>, 'JMeter Users List' <[email protected]> In-Reply-To: <61E69E92EA1CD211B94700805F65B9110790C756@USA0834MS1> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-441803792-1017429200=:4330" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-441803792-1017429200=:4330 Content-Type: text/plain; charset=us-ascii Not using any modification managers or graphical wizz-bang listeners. My guess is that your 512Mb ram and the fact that you are running on linux makes the most difference. I will try the hotspot VM and increasing the stack size though. Thanks. -David- "Stover, Michael" <[email protected]> wrote: I would echo Berin's suggestion about not using graphical visualizers. Use only the File reporter (you can graphically display the results therein using the "Analyze Data" option from JMeter's main menu). I am nonetheless surprised that you seem to hit a [email protected]. I have successfully run more than 100 threads on my home linux box (old Athlon 600mhz, 512MB ram). Are you using the Modification Manager? If so, it parses every return page, which can slow things done quite a bit. I have had to increase the stack size of the JVM to deal with some pages (default is 1 MB, i think, I increased it to 2). I forget exactly what the command line option looked like - I'm sure you can find it on the web. I doubt it will have any impact on number of threads the VM can handle, but who knows? Maybe all those threads are eating up stack space.... Have you tried using the Hotspot server VM? Supposedly it handles threads better than the client version. -Mike > -----Original Message----- > From: david garcia [mailto:[email protected]] > Sent: Thursday, March 28, 2002 7:03 PM > To: JMeter Users List > Subject: Java Performance. > > > First I would like to congratulate the JMeter team for > creating a great tool that is getting even better everyday. > Secondly I could use some help on one minor issue. . . > I seemed to have hit a bottleneck with repect to the number > of simultaneous threads that can be generated using Jmeter1.7 > (march 18 nightly build ) on my clients Load testing > workstation (win2K, 128MbRAM 800Mhz P3). Can't get past 50 > threads without the machine locking up on me and/or my > sampling times go from milliseconds to minutes. I have tried > a number of tricks learned both from past experience and from > reading news groups, mail archives, the jdk 1.3.1 docs etc. > So far the only noticeable improvement has come from bumping > the heap size up from the java command line. That is in fact > how I got the number of threads up from 40 to 50. If any of > you java magicians out there have OS and/or java config > tricks up your sleeve that might help me get this number up > to 100-500 threads please let me know. In the meantime my > next course of action is to try and setup the jmeter server > on the solaris 220s where the web servers live and just using > the testing station as a client. Al! > though this is a different test entirely, I would expect to > see a dramatic improvement in the number of simutaneous users > Thanks. -David- > > > --------------------------------- > Do You Yahoo!? > Yahoo! Movies - coverage of the 74th Academy Awards® > > --------------------------------- Do You Yahoo!? Yahoo! Greetings - send greetings for Easter, Passover --0-441803792-1017429200=:4330-- From [email protected] Fri Mar 29 19:17:05 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48752 invoked from network); 29 Mar 2002 19:17:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 19:17:05 -0000 Received: (qmail 7360 invoked by uid 97); 29 Mar 2002 19:17:08 -0000 Delivered-To: [email protected] Received: (qmail 7326 invoked by uid 97); 29 Mar 2002 19:17: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7311 invoked from network); 29 Mar 2002 19:17:07 -0000 Message-ID: <[email protected]> Date: Fri, 29 Mar 2002 11:17:06 -0800 (PST) From: david garcia <[email protected]> Subject: RE: Java Performance. To: JMeter Users List <[email protected]> In-Reply-To: <001201c1d726$0809beb0$ac00a8c0@Gabriel> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1034072370-1017429426=:4326" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-1034072370-1017429426=:4326 Content-Type: text/plain; charset=us-ascii > I believe JMeter holds on to all the samples in memory, while >the File listener lets go of them as soon as they are written >to disk. Isn't that only true if you have "Automatically Flush After Each Data Sample" checked though? Berin Loritsch <[email protected]> wrote: Are you running any graphical listeners? The best way to bump up performance is to use the File Listener, and evaluate the results later. Otherwise the overhead of the graphs are going to cause you problems. I believe JMeter holds on to all the samples in memory, while the File listener lets go of them as soon as they are written to disk. > -----Original Message----- > From: david garcia [mailto:[email protected]] > Sent: Thursday, March 28, 2002 7:03 PM > To: JMeter Users List > Subject: Java Performance. > > > First I would like to congratulate the JMeter team for > creating a great tool that is getting even better everyday. > Secondly I could use some help on one minor issue. . . > I seemed to have hit a bottleneck with repect to the number > of simultaneous threads that can be generated using Jmeter1.7 > (march 18 nightly build ) on my clients Load testing > workstation (win2K, 128MbRAM 800Mhz P3). Can't get past 50 > threads without the machine locking up on me and/or my > sampling times go from milliseconds to minutes. I have tried > a number of tricks learned both from past experience and from > reading news groups, mail archives, the jdk 1.3.1 docs etc. > So far the only noticeable improvement has come from bumping > the heap size up from the java command line. That is in fact > how I got the number of threads up from 40 to 50. If any of > you java magicians out there have OS and/or java config > tricks up your sleeve that might help me get this number up > to 100-500 threads please let me know. In the meantime my > next course of action is to try and setup the jmeter server > on the solaris 220s where the web servers live and just using > the testing station as a client. Although this is a different > test entirely, I would expect to see a dramatic improvement > in the number of simutaneous users Thanks. -David- > > > --------------------------------- > Do You Yahoo!? > Yahoo! Movies - coverage of the 74th Academy AwardsR > -- To unsubscribe, e-mail: For additional commands, e-mail: --------------------------------- Do You Yahoo!? Yahoo! Greetings - send greetings for Easter, Passover --0-1034072370-1017429426=:4326-- From [email protected] Fri Mar 29 20:12:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70817 invoked from network); 29 Mar 2002 20:12:27 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 20:12:27 -0000 Received: (qmail 4863 invoked by uid 97); 29 Mar 2002 20:12:31 -0000 Delivered-To: [email protected] Received: (qmail 4805 invoked by uid 97); 29 Mar 2002 20:12: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4794 invoked from network); 29 Mar 2002 20:12:29 -0000 Message-ID: <000101c1d75f$75573900$afea94d1@martinramshaw> From: "Martin Ramshaw" <[email protected]> To: <[email protected]> Subject: RE: Java Performance Date: Fri, 29 Mar 2002 12:22:31 -0800 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 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N My experience with NT 4.0 was that it had a limit of 64 threads (some of which were needed internally), which meant that the most I could use was approx. 58. NT 4.0 is [was?] a time-slice OS rather than a full multi-process OS which had specific affects on thread processing. Perhaps MS fixed this with NT 5.0 (i.e. Windows 2000/XP) and later, perhaps not. MY preferred solution was SunOS (i.e Solaris Intel) which has better threading but no great incremental cost (as opposed to using one of your 220's which is then not being used appropriately, plus possible substantial incremental cost). Still, my recommendation would be to throw the best hardware you can spare at the problem (i.e. if you have a Sparc or 220 free, use them instead). Be aware that you will probably need to be bump up the socket limit on *nix, which can be done as follows: ulimit -n unlimited If you are running as 'root' this will actually be 'unlimited' otherwise it will be the 'hard' limit as set at system configuration (see the 'ulimit' manpage for more info). The Apache people suggested including this command in the users' startup script (i.e. .bashc, .cshrc, or whatever). Let us know how this works out. Regards <quote> I seemed to have hit a bottleneck with repect to the number of simultaneous threads that can be generated using Jmeter1.7 (march 18 nightly build ) on my clients Load testing workstation (win2K, 128MbRAM 800Mhz P3). Can't get past 50 threads without the machine locking up on me and/or my sampling times go from milliseconds to minutes. I have tried a number of tricks learned both from past experience and from reading news groups, mail archives, the jdk 1.3.1 docs etc. So far the only noticeable improvement has come from bumping the heap size up from the java command line. That is in fact how I got the number of threads up from 40 to 50. If any of you java magicians out there have OS and/or java config tricks up your sleeve that might help me get this number up to 100-500 threads please let me know. In the meantime my next course of action is to try and setup the jmeter server on the solaris 220s where the web servers live and just using the testing station as a client. Al! though this is a different test entirely, I would expect to see a dramatic improvement in the number of simutaneous users Thanks. -David- </quote> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 20:18:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73457 invoked from network); 29 Mar 2002 20:18:27 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 20:18:27 -0000 Received: (qmail 9481 invoked by uid 97); 29 Mar 2002 20:18:30 -0000 Delivered-To: [email protected] Received: (qmail 9457 invoked by uid 97); 29 Mar 2002 20:18: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9446 invoked from network); 29 Mar 2002 20:18:29 -0000 From: "Berin Loritsch" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Java Performance Date: Fri, 29 Mar 2002 15:18:25 -0500 Message-ID: <001701c1d75e$e17e4110$ac00a8c0@Gabriel> 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 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <000101c1d75f$75573900$afea94d1@martinramshaw> 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: Martin Ramshaw [mailto:[email protected]] > > > My experience with NT 4.0 was that it had a limit of 64 > threads (some of which were needed internally), which meant > that the most I could use was approx. 58. NT 4.0 is [was?] a > time-slice OS rather than a full multi-process OS which had > specific affects on thread processing. Perhaps MS fixed this > with NT 5.0 (i.e. Windows 2000/XP) and later, perhaps not. XP Professional has full preemptive multitasking. NT was supposed to have it from the beginning. As a side note, XP Home and every MS product aimed at the home user does not have preemptive multitasking. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 20:31:26 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81540 invoked from network); 29 Mar 2002 20:31:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 20:31:26 -0000 Received: (qmail 16985 invoked by uid 97); 29 Mar 2002 20:31:30 -0000 Delivered-To: [email protected] Received: (qmail 16952 invoked by uid 97); 29 Mar 2002 20:31: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16941 invoked from network); 29 Mar 2002 20:31:29 -0000 From: "Vivek Agarwal" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: Testing sites with with *ever-changing* urls Date: Fri, 29 Mar 2002 14:34:46 -0600 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 CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 In-Reply-To: <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I need to load-test a portal application that is built on top of WebSphere Portal Server. In this application we have a significant number of URLs that include unique action ids as part of the URL; these action ids are regenerated everytime you go to any page in this application and I haven't been able to detect a pattern to these action ids. Given this, is it even possible to create a test plan in JMeter that can accomodate dynamic URLs? If it is possible, how do I do it (I can't tell from my limited perusal of the docs). If it is not possible, I am thinking that for load test purposes, I will end up wrapping all the key links in the site inside javascript functions such that the javascript function names remain constant and I ought to be able to build a test plan using those js functions. I would imagine that I am not the only one with this problem; so I sure would appreciate suggestions/comments from this audience on what they have done in similar circumstances. To the JMeter dev team: Thanks for a great tool ... Regards-Vivek. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 22:58:21 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39860 invoked from network); 29 Mar 2002 22:58:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 22:58:21 -0000 Received: (qmail 2710 invoked by uid 97); 29 Mar 2002 22:58:28 -0000 Delivered-To: [email protected] Received: (qmail 2696 invoked by uid 97); 29 Mar 2002 22:58:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Date: 29 Mar 2002 22:58:27 -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 jmeter-user 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 jmeter-user mailing list, without further notice. I've kept a list of which messages from the jmeter-user 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: 700 699 701 702 703 704 705 706 707 708 709 --- Enclosed is a copy of the bounce message I received. Return-Path: <> Received: (qmail 12902 invoked for bounce); 18 Mar 2002 04:16:47 -0000 Date: 18 Mar 2002 04:16:47 -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/jmeter-user/200203" From [email protected] Sat Mar 30 00:17:37 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71525 invoked from network); 30 Mar 2002 00:17:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 30 Mar 2002 00:17:37 -0000 Received: (qmail 16031 invoked by uid 97); 30 Mar 2002 00:17:42 -0000 Delivered-To: [email protected] Received: (qmail 16007 invoked by uid 97); 30 Mar 2002 00:17: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15996 invoked from network); 30 Mar 2002 00:17:41 -0000 Message-ID: <[email protected]> Date: Fri, 29 Mar 2002 16:17:41 -0800 (PST) From: david garcia <[email protected]> Subject: Multiple users. To: JMeter Users List <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1555312148-1017447461=:7093" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-1555312148-1017447461=:7093 Content-Type: text/plain; charset=us-ascii So it appears that Jmeter threads are actually multiple instances of the same user. Of course the most common thing to do in load testing is to have each thread be an unique user. From reading the jmeter docs, It is not clear that this is even possible. Has anybody out there done? If so how? I suspect that the modification manager is involved somehow, yet I cannot quite see how when I read the docs. . . -David- --------------------------------- Do You Yahoo!? Yahoo! Greetings - send greetings for Easter, Passover --0-1555312148-1017447461=:7093-- From [email protected] Sat Mar 30 18:51:29 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46096 invoked from network); 30 Mar 2002 18:51:29 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 30 Mar 2002 18:51:29 -0000 Received: (qmail 6274 invoked by uid 97); 30 Mar 2002 18:51:31 -0000 Delivered-To: [email protected] Received: (qmail 6225 invoked by uid 97); 30 Mar 2002 18:51: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6214 invoked from network); 30 Mar 2002 18:51:30 -0000 Message-ID: <000901c1d81d$52b79a20$5ee894d1@martinramshaw> From: "Martin Ramshaw" <[email protected]> To: <[email protected]> Cc: <[email protected]> Subject: RE: Java Performance Date: Sat, 30 Mar 2002 11:01:38 -0800 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 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >Got it and appreciate the reply. No probs. >I am using Win2K but it looks like the threading is behaving in a manner similar NT. That's what I thought. Before the marketing people kicked into action, Win2K/XP was generally referred to as NT 5.0, so I'm not surprised that the thread behaviour is unchanged (also sometimes as 'Whistler'). >How exactly can I tell though? This link (not too helpful) explains time-slicing: http://java.sun.com/docs/books/tutorial/essential/threads/priority.html Following up on what Berin said, I'd guess that unless you upgrade to XP Pro, you're not going to get good thread behaviour. Other (free) alternatives include Linux, *BSD, or Solaris Intel. In terms of what won't require a guru (and might be possible by an intern) my choice would be Solaris Intel. All of these can be installed on a low-end (i.e. commodity) PCs. Assuming your clients may want to try and replicate your benchmarks, RedHat Linux might also be an option. If *I* was an expert (which I'm not) I'd pick OpenBSD I think (could also be a rock-solid firewall), but corporate people tend to view the Linux's and BSD's (with the possible exception of RedHat) with deep suspicion. Regards -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 31 00:11:02 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15816 invoked from network); 31 Mar 2002 00:11:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 31 Mar 2002 00:11:02 -0000 Received: (qmail 27673 invoked by uid 97); 31 Mar 2002 00:11:07 -0000 Delivered-To: [email protected] Received: (qmail 27596 invoked by uid 97); 31 Mar 2002 00:11:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27585 invoked from network); 31 Mar 2002 00:11:06 -0000 Date: Sun, 31 Mar 2002 01:10:59 +0100 From: Henrik Ridder <[email protected]> To: JMeter Users List <[email protected]> Subject: Re: Multiple users. Message-ID: <23245718.1017537059@[161.129.204.104]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mulberry/2.1.2 (Win32 Demo) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I did a modification of JMeter some time ago, just because I needed unique users. At that time I had do alter the code a bit. I haven't follow the developmet of JMeter for some time now and I don't know if there is a easy way to do it now. I don't think that patch will work on JMeter1.7 that is out now. But if the plan for Avalon is on the way I really hope they add that feature in that version. If you want I'll send you the patch and you can see if you can do anything with it. Not much help I'm afraid. Henrik --On den 29 mars 2002 16:17 -0800 david garcia <[email protected]> wrote: > > So it appears that Jmeter threads are actually multiple instances of the > same user. Of course the most common thing to do in load testing is to > have each thread be an unique user. From reading the jmeter docs, It is > not clear that this is even possible. Has anybody out there done? If so > how? I suspect that the modification manager is involved somehow, yet I > cannot quite see how when I read the docs. . . > > -David- > > > > --------------------------------- > Do You Yahoo!? > Yahoo! Greetings - send greetings for Easter, Passover -------------------------------- Partitur Informationsteknik AB Wenner-Gren Center SE-113 46 Stockholm, Sweden tel. 714-723-8512 ext. 714-723-8512 fax. 714-723-8512 mob. 714-723-8512 http://www.partitur.se/ -------------------------------- PING PONG - simply more fun -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 31 00:18:17 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16724 invoked from network); 31 Mar 2002 00:18:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 31 Mar 2002 00:18:17 -0000 Received: (qmail 29472 invoked by uid 97); 31 Mar 2002 00:18:22 -0000 Delivered-To: [email protected] Received: (qmail 29453 invoked by uid 97); 31 Mar 2002 00:18: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29433 invoked from network); 31 Mar 2002 00:18:21 -0000 Message-ID: <[email protected]> Date: Sat, 30 Mar 2002 16:18:21 -0800 (PST) From: david garcia <[email protected]> Subject: Re: Multiple users. To: JMeter Users List <[email protected]> In-Reply-To: <23245718.1017537059@[161.129.204.104]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1357699988-1017533901=:44390" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-1357699988-1017533901=:44390 Content-Type: text/plain; charset=us-ascii I would love to take a look at the patch. I have been looking at the code and trying to figure out a way to do it. . . Henrik Ridder <[email protected]> wrote: I did a modification of JMeter some time ago, just because I needed unique users. At that time I had do alter the code a bit. I haven't follow the developmet of JMeter for some time now and I don't know if there is a easy way to do it now. I don't think that patch will work on JMeter1.7 that is out now. But if the plan for Avalon is on the way I really hope they add that feature in that version. If you want I'll send you the patch and you can see if you can do anything with it. Not much help I'm afraid. Henrik --On den 29 mars 2002 16:17 -0800 david garcia wrote: > > So it appears that Jmeter threads are actually multiple instances of the > same user. Of course the most common thing to do in load testing is to > have each thread be an unique user. From reading the jmeter docs, It is > not clear that this is even possible. Has anybody out there done? If so > how? I suspect that the modification manager is involved somehow, yet I > cannot quite see how when I read the docs. . . > > -David- > > > > --------------------------------- > Do You Yahoo!? > Yahoo! Greetings - send greetings for Easter, Passover -------------------------------- Partitur Informationsteknik AB Wenner-Gren Center SE-113 46 Stockholm, Sweden tel. 714-723-8512 ext. 714-723-8512 fax. 714-723-8512 mob. 714-723-8512 http://www.partitur.se/ -------------------------------- PING PONG - simply more fun -- To unsubscribe, e-mail: For additional commands, e-mail: --------------------------------- Do You Yahoo!? Yahoo! Greetings - send greetings for Easter, Passover --0-1357699988-1017533901=:44390--
From [email protected] Sat Dec 15 04:00:44 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46726 invoked by uid 500); 15 Dec 2001 04:00: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] Delivered-To: mailing list [email protected] Received: (qmail 46715 invoked from network); 15 Dec 2001 04:00:43 -0000 Date: 15 Dec 2001 04:00:52 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Cc: Subject: DO NOT REPLY [Bug 5129] - Transforming with http (IIS) objects take minutes to complete. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5129>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5129 Transforming with http (IIS) objects take minutes to complete. [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [email protected] 2001-12-14 20:00 ------- This is strange. Since Xalan _doesn't_ support the new IDOM, you cannot have used the IDOM for the transformation. If so, why did you report this as a bug against Xalan? Or did this really happen with the old DOM? And we don't use _either_ DOM for parsing stylesheets. If you weren't doing a transformation with Xalan, please transfer this bug to Xerces or mark it invalid. Otherwise, please provide more information about how you're parsing your files so we can investigate this. From [email protected] Mon Dec 17 09:32:43 2001 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65955 invoked by uid 500); 17 Dec 2001 09:32: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] Delivered-To: mailing list [email protected] Received: (qmail 65938 invoked from network); 17 Dec 2001 09:32:42 -0000 Date: 17 Dec 2001 09:32:54 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Cc: Subject: DO NOT REPLY [Bug 5129] - Transforming with http (IIS) objects take minutes to complete. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5129>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5129 Transforming with http (IIS) objects take minutes to complete. ------- Additional Comments From [email protected] 2001-12-17 01:32 ------- Sorry, I don't know implementation details, I am working with a dll which has the following dependencies: XSLT.DLL, XERCES-C_1_5_1.DLL, XALANDOM.DLL, XALANTRANSFORMER.DLL. Transforming with XalanTransformer.transform (stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bistrstream,const char*,stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bostrstream) and assigning the second parameter an URL like "http://myserver/mystylesheet.xsl", I have noticed the problem. Following your suggestion on 2001-11-27 09:15, I tryed to investigate the problem against Xerces with the reported results. But I agree with you (I had not focused on this before): this is strange because IDOM seems not involved with my project.
From [email protected] Sat Oct 02 11:09:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71525 invoked from network); 2 Oct 2010 11:09:42 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Oct 2010 11:09:42 -0000 Received: (qmail 54060 invoked by uid 500); 2 Oct 2010 11:09:42 -0000 Delivered-To: [email protected] Received: (qmail 54034 invoked by uid 500); 2 Oct 2010 11:09: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54026 invoked by uid 99); 2 Oct 2010 11:09:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 11:09:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,WEIRD_QUOTING 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, 02 Oct 2010 11:09:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 285A6238890A; Sat, 2 Oct 2010 11:09:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003774 - in /xmlgraphics/fop/trunk/src: documentation/content/xdocs/trunk/ java/org/apache/fop/apps/ java/org/apache/fop/hyphenation/ java/org/apache/fop/layoutmgr/inline/ Date: Sat, 02 Oct 2010 11:09: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: spepping Date: Sat Oct 2 11:09:13 2010 New Revision: 1003774 URL: http://svn.apache.org/viewvc?rev=1003774&view=rev Log: Enable configuration of hyphenation pattern file names Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/configuration.xml xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactory.java xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/configuration.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/configuration.xml?rev=1003774&r1=1003773&r2=1003774&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/configuration.xml (original) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/configuration.xml Sat Oct 2 11:09:13 2010 @@ -89,6 +89,12 @@ </td> <td>disabled</td> </tr> + <tr> + <td>hyphenation-pattern</td> + <td>String, attribute lang, attribute country (optional)</td> + <td>Register a file name for the hyphenation pattern for the mentioned language and country. Language ll and country CC must both consist of two letters.</td> + <td>ll_CC</td> + </tr> <tr> <td>source-resolution</td> <td>Integer, dpi</td> @@ -215,6 +221,9 @@ <!-- default page-height and page-width, in case value is specified as auto --> <default-page-settings height="11in" width="8.26in"/> + + <!-- Use file name nl_Bel instead of the default nl_BE --> + <hyphenation-pattern lang="nl" country="BE">nl_Bel</hyphenation-pattern> <!-- etc. etc..... --> </fop>]]></source> Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactory.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactory.java?rev=1003774&r1=1003773&r2=1003774&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactory.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactory.java Sat Oct 2 11:09:13 2010 @@ -26,6 +26,8 @@ import java.io.OutputStream; import java.net.MalformedURLException; import java.util.Collection; import java.util.Collections; +import java.util.HashMap; +import java.util.Map; import java.util.Set; import javax.xml.transform.Source; @@ -109,6 +111,11 @@ public class FopFactory implements Image private String hyphenBase = null; /** + * Map of configured names of hyphenation pattern file names: ll_CC => name + */ + private Map/*<String,String>*/ hyphPatNames = null; + + /** * FOP has the ability, for some FO's, to continue processing even if the * input XSL violates that FO's content model. This is the default * behavior for FOP. However, this flag, if set, provides the user the @@ -407,6 +414,23 @@ public class FopFactory implements Image } /** + * @return the hyphPatNames + */ + public Map getHyphPatNames() { + return hyphPatNames; + } + + /** + * @param hyphPatNames the hyphPatNames to set + */ + public void setHyphPatNames(Map hyphPatNames) { + if (hyphPatNames == null) { + hyphPatNames = new HashMap(); + } + this.hyphPatNames = hyphPatNames; + } + + /** * Sets the URI Resolver. It is used for resolving factory-level URIs like hyphenation * patterns and as backup for URI resolution performed during a rendering run. * @param uriResolver the new URI resolver Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java?rev=1003774&r1=1003773&r2=1003774&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java Sat Oct 2 11:09:13 2010 @@ -22,6 +22,8 @@ package org.apache.fop.apps; import java.io.File; import java.io.IOException; import java.net.MalformedURLException; +import java.util.HashMap; +import java.util.Map; import org.xml.sax.SAXException; @@ -35,6 +37,7 @@ import org.apache.xmlgraphics.image.load import org.apache.xmlgraphics.image.loader.util.Penalty; import org.apache.fop.fonts.FontManagerConfigurator; +import org.apache.fop.hyphenation.HyphenationTreeCache; import org.apache.fop.util.LogUtil; /** @@ -142,6 +145,62 @@ public class FopFactoryConfigurator { } } + /** + * Read configuration elements hyphenation-pattern, + * construct a map ll_CC => filename, and set it on the factory + */ + Configuration[] hyphPatConfig = cfg.getChildren("hyphenation-pattern"); + if (hyphPatConfig.length != 0) { + Map/*<String,String>*/ hyphPatNames = new HashMap/*<String,String>*/(); + for (int i = 0; i < hyphPatConfig.length; ++i) { + String lang, country, filename; + StringBuffer error = new StringBuffer(); + String location = hyphPatConfig[i].getLocation(); + + lang = hyphPatConfig[i].getAttribute("lang", null); + if (lang == null) { + addError("The lang attribute of a hyphenation-pattern configuration" + + " element must exist (" + location + ")", error); + } else if (!lang.matches("[a-zA-Z]{2}")) { + addError("The lang attribute of a hyphenation-pattern configuration" + + " element must consist of exactly two letters (" + location + ")", error); + } + lang = lang.toLowerCase(); + + country = hyphPatConfig[i].getAttribute("country", null); + if ("".equals(country)) { + country = null; + } + if (country != null) { + if (!country.matches("[a-zA-Z]{2}")) { + addError("The country attribute of a hyphenation-pattern configuration" + + " element must consist of exactly two letters (" + location + ")", error); + } + country = country.toUpperCase(); + } + + filename = hyphPatConfig[i].getValue(null); + if (filename == null) { + addError("The value of a hyphenation-pattern configuration" + + " element may not be empty (" + location + ")", error); + } + + if (error.length() != 0) { + LogUtil.handleError(log, error.toString(), strict); + continue; + } + + String llccKey = HyphenationTreeCache.constructLlccKey(lang, country); + hyphPatNames.put(llccKey, filename); + if (log.isDebugEnabled()) { + log.debug("Using hyphenation pattern filename " + filename + + " for lang=\"" + lang + "\"" + + (country != null?", country=\"" + country + "\"":"")); + } + } + factory.setHyphPatNames(hyphPatNames); + } + // renderer options if (cfg.getChild("source-resolution", false) != null) { factory.setSourceResolution( @@ -203,6 +262,13 @@ public class FopFactoryConfigurator { configureImageLoading(cfg.getChild("image-loading", false), strict); } + private static void addError(String message, StringBuffer error) { + if (error.length() != 0) { + error.append(". "); + } + error.append(message); + } + private void configureImageLoading(Configuration parent, boolean strict) throws FOPException { if (parent == null) { return; Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java?rev=1003774&r1=1003773&r2=1003774&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java Sat Oct 2 11:09:13 2010 @@ -20,6 +20,7 @@ package org.apache.fop.hyphenation; import java.util.Hashtable; +import java.util.Map; import java.util.Set; /** @@ -39,7 +40,7 @@ public class HyphenationTreeCache { * @return the HyhenationTree instance or null if it's not in the cache */ public HyphenationTree getHyphenationTree(String lang, String country) { - String key = constructKey(lang, country); + String key = constructLlccKey(lang, country); // first try to find it in the cache if (hyphenTrees.containsKey(key)) { @@ -57,7 +58,7 @@ public class HyphenationTreeCache { * @param country the country (may be null or "none") * @return the resulting key */ - public static String constructKey(String lang, String country) { + public static String constructLlccKey(String lang, String country) { String key = lang; // check whether the country code has been used if (country != null && !country.equals("none")) { @@ -67,6 +68,24 @@ public class HyphenationTreeCache { } /** + * If the user configured a hyphenation pattern file name + * for this (lang,country) value, return it. If not, return null. + * @param lang the language + * @param country the country (may be null or "none") + * @param hyphPatNames the map of user-configured hyphenation pattern file names + * @return the hyphenation pattern file name or null + */ + public static String constructUserKey(String lang, String country, Map hyphPatNames) { + String userKey = null; + if (hyphPatNames != null) { + String key = constructLlccKey(lang, country); + key.replace('_', '-'); + userKey = (String) hyphPatNames.get(key); + } + return userKey; + } + + /** * Cache a hyphenation tree under its key. * @param key the key (ex. "de_CH" or "en") * @param hTree the hyphenation tree Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java?rev=1003774&r1=1003773&r2=1003774&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java Sat Oct 2 11:09:13 2010 @@ -24,6 +24,7 @@ import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.ObjectInputStream; +import java.util.Map; import javax.xml.transform.Source; import javax.xml.transform.stream.StreamSource; @@ -83,7 +84,7 @@ public class Hyphenator { */ public static HyphenationTree getHyphenationTree(String lang, String country) { - return getHyphenationTree(lang, country, null); + return getHyphenationTree(lang, country, null, null); } /** @@ -95,12 +96,12 @@ public class Hyphenator { * @return the hyphenation tree */ public static HyphenationTree getHyphenationTree(String lang, - String country, HyphenationTreeResolver resolver) { - String key = HyphenationTreeCache.constructKey(lang, country); + String country, HyphenationTreeResolver resolver, Map hyphPatNames) { + String llccKey = HyphenationTreeCache.constructLlccKey(lang, country); HyphenationTreeCache cache = getHyphenationTreeCache(); // See if there was an error finding this hyphenation tree before - if (cache.isMissing(key)) { + if (cache.isMissing(llccKey)) { return null; } @@ -111,6 +112,10 @@ public class Hyphenator { return hTree; } + String key = HyphenationTreeCache.constructUserKey(lang, country, hyphPatNames); + if (key == null) { + key = llccKey; + } if (resolver != null) { hTree = getUserHyphenationTree(key, resolver); } @@ -120,10 +125,10 @@ public class Hyphenator { // put it into the pattern cache if (hTree != null) { - cache.cache(key, hTree); + cache.cache(llccKey, hTree); } else { - log.error("Couldn't find hyphenation pattern " + key); - cache.noteMissing(key); + log.error("Couldn't find hyphenation pattern " + llccKey); + cache.noteMissing(llccKey); } return hTree; } @@ -342,9 +347,10 @@ public class Hyphenator { */ public static Hyphenation hyphenate(String lang, String country, HyphenationTreeResolver resolver, + Map hyphPatNames, String word, int leftMin, int rightMin) { - HyphenationTree hTree = getHyphenationTree(lang, country, resolver); + HyphenationTree hTree = getHyphenationTree(lang, country, resolver, hyphPatNames); if (hTree == null) { return null; } @@ -363,7 +369,7 @@ public class Hyphenator { public static Hyphenation hyphenate(String lang, String country, String word, int leftMin, int rightMin) { - return hyphenate(lang, country, null, word, leftMin, rightMin); + return hyphenate(lang, country, null, null, word, leftMin, rightMin); } /** @@ -381,9 +387,10 @@ public class Hyphenator { public static Hyphenation hyphenate(String lang, // CSOK: ParameterNumber String country, HyphenationTreeResolver resolver, + Map hyphPatNames, char[] word, int offset, int len, int leftMin, int rightMin) { - HyphenationTree hTree = getHyphenationTree(lang, country, resolver); + HyphenationTree hTree = getHyphenationTree(lang, country, resolver, hyphPatNames); if (hTree == null) { return null; } @@ -404,7 +411,7 @@ public class Hyphenator { public static Hyphenation hyphenate(String lang, String country, char[] word, int offset, int len, int leftMin, int rightMin) { - return hyphenate(lang, country, null, word, offset, len, leftMin, rightMin); + return hyphenate(lang, country, null, null, word, offset, len, leftMin, rightMin); } /** Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java?rev=1003774&r1=1003773&r2=1003774&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java Sat Oct 2 11:09:13 2010 @@ -1415,6 +1415,7 @@ public class LineLayoutManager extends I = Hyphenator.hyphenate(hyphenationProperties.language.getString(), hyphenationProperties.country.getString(), getFObj().getUserAgent().getFactory().getHyphenationTreeResolver(), + getFObj().getUserAgent().getFactory().getHyphPatNames(), sbChars.toString(), hyphenationProperties.hyphenationRemainCharacterCount.getValue(), hyphenationProperties.hyphenationPushCharacterCount.getValue()); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Oct 02 11:39:01 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75382 invoked from network); 2 Oct 2010 11:39:01 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Oct 2010 11:39:01 -0000 Received: (qmail 69581 invoked by uid 500); 2 Oct 2010 11:39:01 -0000 Delivered-To: [email protected] Received: (qmail 69504 invoked by uid 500); 2 Oct 2010 11: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69497 invoked by uid 99); 2 Oct 2010 11:38:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 11: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 eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 11:38:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B05B5238890D; Sat, 2 Oct 2010 11:38:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003775 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java Date: Sat, 02 Oct 2010 11:38:37 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: spepping Date: Sat Oct 2 11:38:37 2010 New Revision: 1003775 URL: http://svn.apache.org/viewvc?rev=1003775&view=rev Log: Make handling of configuration errors consistent Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java?rev=1003775&r1=1003774&r2=1003775&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java Sat Oct 2 11:38:37 2010 @@ -93,19 +93,6 @@ public class FopFactoryConfigurator { * @throws FOPException fop exception */ public void configure(FopFactory factory) throws FOPException { - if (log.isDebugEnabled()) { - log.debug("Initializing FopFactory Configuration"); - } - - if (cfg.getChild("accessibility", false) != null) { - try { - this.factory.setAccessibility( - cfg.getChild("accessibility").getValueAsBoolean()); - } catch (ConfigurationException e) { - throw new FOPException(e); - } - } - // strict configuration if (cfg.getChild("strict-configuration", false) != null) { try { @@ -116,6 +103,19 @@ public class FopFactoryConfigurator { } } boolean strict = factory.validateUserConfigStrictly(); + if (log.isDebugEnabled()) { + log.debug("Initializing FopFactory Configuration" + + "with " + (strict?"strict":"permissive") + " validation"); + } + + if (cfg.getChild("accessibility", false) != null) { + try { + this.factory.setAccessibility( + cfg.getChild("accessibility").getValueAsBoolean()); + } catch (ConfigurationException e) { + LogUtil.handleException(log, e, strict); + } + } // strict fo validation if (cfg.getChild("strict-validation", false) != null) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Oct 02 17:48:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74015 invoked from network); 2 Oct 2010 17:48:32 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Oct 2010 17:48:32 -0000 Received: (qmail 80232 invoked by uid 500); 2 Oct 2010 17:48:32 -0000 Delivered-To: [email protected] Received: (qmail 80145 invoked by uid 500); 2 Oct 2010 17: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80138 invoked by uid 99); 2 Oct 2010 17:48:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 17:48: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; Sat, 02 Oct 2010 17:48:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ED2BD2388993; Sat, 2 Oct 2010 17:48:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003845 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java Date: Sat, 02 Oct 2010 17:48: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: spepping Date: Sat Oct 2 17:48:07 2010 New Revision: 1003845 URL: http://svn.apache.org/viewvc?rev=1003845&view=rev Log: Remove unused methods from Hyphenator; this leaves a utility class Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java?rev=1003845&r1=1003844&r2=1003845&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java Sat Oct 2 17:48:07 2010 @@ -47,25 +47,13 @@ public class Hyphenator { private static HyphenationTreeCache hTreeCache = null; - private HyphenationTree hyphenTree = null; - private int remainCharCount = 2; - private int pushCharCount = 2; /** Enables a dump of statistics. Note: If activated content is sent to System.out! */ private static boolean statisticsDump = false; /** * Creates a new hyphenator. - * @param lang the language - * @param country the country (may be null or "none") - * @param leftMin the minimum number of characters before the hyphenation point - * @param rightMin the minimum number of characters after the hyphenation point */ - public Hyphenator(String lang, String country, int leftMin, - int rightMin) { - hyphenTree = getHyphenationTree(lang, country); - remainCharCount = leftMin; - pushCharCount = rightMin; - } + private Hyphenator() { } /** @return the default (static) hyphenation tree cache */ public static synchronized HyphenationTreeCache getHyphenationTreeCache() { @@ -414,56 +402,4 @@ public class Hyphenator { return hyphenate(lang, country, null, null, word, offset, len, leftMin, rightMin); } - /** - * Sets the minimum number of characters before the hyphenation point - * @param min the number of characters - */ - public void setMinRemainCharCount(int min) { - remainCharCount = min; - } - - /** - * Sets the minimum number of characters after the hyphenation point - * @param min the number of characters - */ - public void setMinPushCharCount(int min) { - pushCharCount = min; - } - - /** - * Sets the language and country for the hyphenation process. - * @param lang the language - * @param country the country (may be null or "none") - */ - public void setLanguage(String lang, String country) { - hyphenTree = getHyphenationTree(lang, country); - } - - /** - * Hyphenates a word. - * @param word the word to hyphenate - * @param offset the offset of the first character in the "word" character array - * @param len the length of the word - * @return the hyphenation result - */ - public Hyphenation hyphenate(char[] word, int offset, int len) { - if (hyphenTree == null) { - return null; - } - return hyphenTree.hyphenate(word, offset, len, remainCharCount, - pushCharCount); - } - - /** - * Hyphenates a word. - * @param word the word to hyphenate - * @return the hyphenation result - */ - public Hyphenation hyphenate(String word) { - if (hyphenTree == null) { - return null; - } - return hyphenTree.hyphenate(word, remainCharCount, pushCharCount); - } - } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Oct 02 18:30:25 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92749 invoked from network); 2 Oct 2010 18:30:24 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Oct 2010 18:30:24 -0000 Received: (qmail 14421 invoked by uid 500); 2 Oct 2010 18:30:24 -0000 Delivered-To: [email protected] Received: (qmail 14369 invoked by uid 500); 2 Oct 2010 18: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14362 invoked by uid 99); 2 Oct 2010 18:30:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 18:30:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,WEIRD_QUOTING 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, 02 Oct 2010 18:30:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5D31223889B9; Sat, 2 Oct 2010 18:30:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003850 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: apps/FopFactoryConfigurator.java hyphenation/Hyphenator.java Date: Sat, 02 Oct 2010 18:30: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: spepping Date: Sat Oct 2 18:30:00 2010 New Revision: 1003850 URL: http://svn.apache.org/viewvc?rev=1003850&view=rev Log: Fixing a few checkstyle warnings Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java?rev=1003850&r1=1003849&r2=1003850&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FopFactoryConfigurator.java Sat Oct 2 18:30:00 2010 @@ -92,7 +92,7 @@ public class FopFactoryConfigurator { * @param factory fop factory * @throws FOPException fop exception */ - public void configure(FopFactory factory) throws FOPException { + public void configure(FopFactory factory) throws FOPException { // CSOK: MethodLength // strict configuration if (cfg.getChild("strict-configuration", false) != null) { try { @@ -105,7 +105,7 @@ public class FopFactoryConfigurator { boolean strict = factory.validateUserConfigStrictly(); if (log.isDebugEnabled()) { log.debug("Initializing FopFactory Configuration" - + "with " + (strict?"strict":"permissive") + " validation"); + + "with " + (strict ? "strict" : "permissive") + " validation"); } if (cfg.getChild("accessibility", false) != null) { @@ -163,7 +163,8 @@ public class FopFactoryConfigurator { + " element must exist (" + location + ")", error); } else if (!lang.matches("[a-zA-Z]{2}")) { addError("The lang attribute of a hyphenation-pattern configuration" - + " element must consist of exactly two letters (" + location + ")", error); + + " element must consist of exactly two letters (" + + location + ")", error); } lang = lang.toLowerCase(); @@ -174,7 +175,8 @@ public class FopFactoryConfigurator { if (country != null) { if (!country.matches("[a-zA-Z]{2}")) { addError("The country attribute of a hyphenation-pattern configuration" - + " element must consist of exactly two letters (" + location + ")", error); + + " element must consist of exactly two letters (" + + location + ")", error); } country = country.toUpperCase(); } @@ -195,7 +197,7 @@ public class FopFactoryConfigurator { if (log.isDebugEnabled()) { log.debug("Using hyphenation pattern filename " + filename + " for lang=\"" + lang + "\"" - + (country != null?", country=\"" + country + "\"":"")); + + (country != null ? ", country=\"" + country + "\"" : "")); } } factory.setHyphPatNames(hyphPatNames); Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java?rev=1003850&r1=1003849&r2=1003850&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java Sat Oct 2 18:30:00 2010 @@ -40,7 +40,7 @@ import org.xml.sax.InputSource; * * @author Carlos Villegas <[email protected]> */ -public class Hyphenator { +public final class Hyphenator { /** logging instance */ protected static Log log = LogFactory.getLog(Hyphenator.class); @@ -81,6 +81,7 @@ public class Hyphenator { * @param lang the language * @param country the country (may be null or "none") * @param resolver resolver to find the hyphenation files + * @param hyphPatNames the map with user-configured hyphenation pattern file names * @return the hyphenation tree */ public static HyphenationTree getHyphenationTree(String lang, @@ -328,6 +329,7 @@ public class Hyphenator { * @param lang the language * @param country the optional country code (may be null or "none") * @param resolver resolver to find the hyphenation files + * @param hyphPatNames the map with user-configured hyphenation pattern file names * @param word the word to hyphenate * @param leftMin the minimum number of characters before the hyphenation point * @param rightMin the minimum number of characters after the hyphenation point @@ -365,6 +367,7 @@ public class Hyphenator { * @param lang the language * @param country the optional country code (may be null or "none") * @param resolver resolver to find the hyphenation files + * @param hyphPatNames the map with user-configured hyphenation pattern file names * @param word the word to hyphenate * @param offset the offset of the first character in the "word" character array * @param len the length of the word --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 06 07:08:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26087 invoked from network); 6 Oct 2010 07:08:02 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Oct 2010 07:08:02 -0000 Received: (qmail 83333 invoked by uid 500); 6 Oct 2010 07:08:02 -0000 Delivered-To: [email protected] Received: (qmail 83249 invoked by uid 500); 6 Oct 2010 07:08: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83228 invoked by uid 99); 6 Oct 2010 07:08:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 07:08:00 +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, 06 Oct 2010 07:07:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B198B23888CE; Wed, 6 Oct 2010 07:07:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1004907 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/hyphenation/Hyphenator.java test/layoutengine/hyphenation-testcases/hyphenation-pattern_fallback.xml Date: Wed, 06 Oct 2010 07:07:38 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: spepping Date: Wed Oct 6 07:07:38 2010 New Revision: 1004907 URL: http://svn.apache.org/viewvc?rev=1004907&view=rev Log: Making fallback from (lang,country) to (lang) consistent Added: xmlgraphics/fop/trunk/test/layoutengine/hyphenation-testcases/hyphenation-pattern_fallback.xml (with props) Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java?rev=1004907&r1=1004906&r2=1004907&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java Wed Oct 6 07:07:38 2010 @@ -76,8 +76,9 @@ public final class Hyphenator { } /** - * Returns a hyphenation tree for a given language and country. The hyphenation trees are - * cached. + * Returns a hyphenation tree for a given language and country, + * with fallback from (lang,country) to (lang). + * The hyphenation trees are cached. * @param lang the language * @param country the country (may be null or "none") * @param resolver resolver to find the hyphenation files @@ -89,11 +90,62 @@ public final class Hyphenator { String llccKey = HyphenationTreeCache.constructLlccKey(lang, country); HyphenationTreeCache cache = getHyphenationTreeCache(); - // See if there was an error finding this hyphenation tree before + // If this hyphenation tree has been registered as missing, return immediately if (cache.isMissing(llccKey)) { return null; } + HyphenationTree hTree = getHyphenationTree2(lang, country, resolver, hyphPatNames); + + // fallback to lang only + if (hTree == null && country != null && !country.equals("none")) { + String llKey = HyphenationTreeCache.constructLlccKey(lang, null); + if (!cache.isMissing(llKey)) { + hTree = getHyphenationTree2(lang, null, resolver, hyphPatNames); + if (hTree != null && log.isDebugEnabled()) { + log.debug("Couldn't find hyphenation pattern " + + "for lang=\"" + lang + "\",country=\"" + country + "\"." + + " Using general language pattern " + + "for lang=\"" + lang + "\" instead."); + } + if (hTree == null) { + // no fallback; register as missing + cache.noteMissing(llKey); + } else { + // also register for (lang,country) + cache.cache(llccKey, hTree); + } + } + } + + if (hTree == null) { + // (lang,country) and (lang) tried; register as missing + cache.noteMissing(llccKey); + log.error("Couldn't find hyphenation pattern " + + "for lang=\"" + lang + "\"" + + (country != null && !country.equals("none") + ? ",country=\"" + country + "\"" + : "") + + "."); + } + + return hTree; + } + + /** + * Returns a hyphenation tree for a given language and country + * The hyphenation trees are cached. + * @param lang the language + * @param country the country (may be null or "none") + * @param resolver resolver to find the hyphenation files + * @param hyphPatNames the map with user-configured hyphenation pattern file names + * @return the hyphenation tree + */ + private static HyphenationTree getHyphenationTree2(String lang, + String country, HyphenationTreeResolver resolver, Map hyphPatNames) { + String llccKey = HyphenationTreeCache.constructLlccKey(lang, country); + HyphenationTreeCache cache = getHyphenationTreeCache(); + HyphenationTree hTree; // first try to find it in the cache hTree = getHyphenationTreeCache().getHyphenationTree(lang, country); @@ -105,6 +157,7 @@ public final class Hyphenator { if (key == null) { key = llccKey; } + if (resolver != null) { hTree = getUserHyphenationTree(key, resolver); } @@ -115,10 +168,8 @@ public final class Hyphenator { // put it into the pattern cache if (hTree != null) { cache.cache(llccKey, hTree); - } else { - log.error("Couldn't find hyphenation pattern " + llccKey); - cache.noteMissing(llccKey); } + return hTree; } @@ -173,31 +224,11 @@ public final class Hyphenator { try { is = getResourceStream(key); if (is == null) { - if (key.length() == 5) { - String lang = key.substring(0, 2); - is = getResourceStream(lang); - if (is != null) { - if (log.isDebugEnabled()) { - log.debug("Couldn't find hyphenation pattern '" - + key - + "'. Using general language pattern '" - + lang - + "' instead."); - } - } else { - if (log.isDebugEnabled()) { - log.debug("Couldn't find precompiled hyphenation pattern " - + lang + " in resources."); - } - return null; - } - } else { - if (log.isDebugEnabled()) { - log.debug("Couldn't find precompiled hyphenation pattern " - + key + " in resources"); - } - return null; + if (log.isDebugEnabled()) { + log.debug("Couldn't find precompiled hyphenation pattern " + + key + " in resources"); } + return null; } hTree = readHyphenationTree(is); } finally { Added: xmlgraphics/fop/trunk/test/layoutengine/hyphenation-testcases/hyphenation-pattern_fallback.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/hyphenation-testcases/hyphenation-pattern_fallback.xml?rev=1004907&view=auto ============================================================================== --- xmlgraphics/fop/trunk/test/layoutengine/hyphenation-testcases/hyphenation-pattern_fallback.xml (added) +++ xmlgraphics/fop/trunk/test/layoutengine/hyphenation-testcases/hyphenation-pattern_fallback.xml Wed Oct 6 07:07:38 2010 @@ -0,0 +1,137 @@ +<?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. +--> +<!-- $Id$ --> +<testcase> + <info> + <p> + Checks fallback from hyphenation pattern for (lang,country) to hyphenation pattern for (lang) + </p> + </info> + <fo> +<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> + + <fo:layout-master-set> + <fo:simple-page-master master-name="simple" + page-height="29.7cm" + page-width="21cm" + margin-top="1cm" + margin-bottom="2cm" + margin-left="7cm" + margin-right="3cm"> + <fo:region-body margin-top="1.5cm"/> + </fo:simple-page-master> + </fo:layout-master-set> + <!-- end: defines page layout --> + + + <fo:page-sequence master-reference="simple"> + + <fo:flow flow-name="xsl-region-body" + text-align="justify"> + + <fo:block font-size="12pt" + font-family="sans-serif" + background-color="blue" + color="white" + text-align="start"> + language="en",country="IN" + </fo:block> + <fo:block font-size="12pt" + font-family="sans-serif" + space-after="3pt" + language="en" + country="IN" + hyphenate="true" + hyphenation-ladder-count="no-limit" + > + This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a + W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from + another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its + widespread deployment. This enhances the functionality and interoperability of the Web. + </fo:block> + + <fo:block font-size="12pt" + font-family="sans-serif" + background-color="blue" + color="white" + text-align="start"> + language="em" + </fo:block> + <fo:block font-size="12pt" + font-family="sans-serif" + space-after="3pt" + language="em" + hyphenate="true" + hyphenation-ladder-count="no-limit" + > + This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a + W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from + another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its + widespread deployment. This enhances the functionality and interoperability of the Web. + </fo:block> + + <fo:block font-size="12pt" + font-family="sans-serif" + background-color="blue" + color="white" + text-align="start"> + language="em",country="IN" + </fo:block> + <fo:block font-size="12pt" + font-family="sans-serif" + space-after="3pt" + language="em" + country="IN" + hyphenate="true" + hyphenation-ladder-count="no-limit" + > + This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a + W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from + another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its + widespread deployment. This enhances the functionality and interoperability of the Web. + </fo:block> + + </fo:flow> + </fo:page-sequence> +</fo:root> + + </fo> + + <checks> + <eval expected="8" xpath="count(//pageViewport[1]//flow/block[2]/lineArea)"/> + <eval expected="Di-" xpath="//pageViewport[1]//flow/block[2]/lineArea[2]/text/word[10]"/> + <eval expected="norma-" xpath="//pageViewport[1]//flow/block[2]/lineArea[4]/text/word[12]"/> + <eval expected="mak-" xpath="//pageViewport[1]//flow/block[2]/lineArea[5]/text/word[9]"/> + <eval expected="specifi-" xpath="//pageViewport[1]//flow/block[2]/lineArea[6]/text/word[10]"/> + <eval expected="en-" xpath="//pageViewport[1]//flow/block[2]/lineArea[7]/text/word[9]"/> + + <eval expected="9" xpath="count(//pageViewport[1]//flow/block[4]/lineArea)"/> + <eval expected="by" xpath="//pageViewport[1]//flow/block[4]/lineArea[2]/text/word[9]"/> + <eval expected="cited" xpath="//pageViewport[1]//flow/block[4]/lineArea[4]/text/word[10]"/> + <eval expected="document." xpath="//pageViewport[1]//flow/block[4]/lineArea[5]/text/word[7]"/> + <eval expected="to" xpath="//pageViewport[1]//flow/block[4]/lineArea[6]/text/word[10]"/> + <eval expected="deployment." xpath="//pageViewport[1]//flow/block[4]/lineArea[7]/text/word[8]"/> + + <eval expected="9" xpath="count(//pageViewport[1]//flow/block[6]/lineArea)"/> + <eval expected="by" xpath="//pageViewport[1]//flow/block[6]/lineArea[2]/text/word[9]"/> + <eval expected="cited" xpath="//pageViewport[1]//flow/block[6]/lineArea[4]/text/word[10]"/> + <eval expected="document." xpath="//pageViewport[1]//flow/block[6]/lineArea[5]/text/word[7]"/> + <eval expected="to" xpath="//pageViewport[1]//flow/block[6]/lineArea[6]/text/word[10]"/> + <eval expected="deployment." xpath="//pageViewport[1]//flow/block[6]/lineArea[7]/text/word[8]"/> + </checks> +</testcase> Propchange: xmlgraphics/fop/trunk/test/layoutengine/hyphenation-testcases/hyphenation-pattern_fallback.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xmlgraphics/fop/trunk/test/layoutengine/hyphenation-testcases/hyphenation-pattern_fallback.xml ------------------------------------------------------------------------------ svn:keywords = Id --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 06 07:38:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32922 invoked from network); 6 Oct 2010 07:38:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Oct 2010 07:38:19 -0000 Received: (qmail 7917 invoked by uid 500); 6 Oct 2010 07:38:19 -0000 Delivered-To: [email protected] Received: (qmail 7827 invoked by uid 500); 6 Oct 2010 07:38: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7813 invoked by uid 99); 6 Oct 2010 07:38:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 07:38: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, 06 Oct 2010 07:38:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2A5CE2388906; Wed, 6 Oct 2010 07:37:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1004917 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java Date: Wed, 06 Oct 2010 07:37:53 -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: spepping Date: Wed Oct 6 07:37:52 2010 New Revision: 1004917 URL: http://svn.apache.org/viewvc?rev=1004917&view=rev Log: More cleanup of unused methods in Hyphenator Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java?rev=1004917&r1=1004916&r2=1004917&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java Wed Oct 6 07:37:52 2010 @@ -64,18 +64,6 @@ public final class Hyphenator { } /** - * Returns a hyphenation tree for a given language and country. The hyphenation trees are - * cached. - * @param lang the language - * @param country the country (may be null or "none") - * @return the hyphenation tree - */ - public static HyphenationTree getHyphenationTree(String lang, - String country) { - return getHyphenationTree(lang, country, null, null); - } - - /** * Returns a hyphenation tree for a given language and country, * with fallback from (lang,country) to (lang). * The hyphenation trees are cached. @@ -378,62 +366,4 @@ public final class Hyphenator { return hTree.hyphenate(word, leftMin, rightMin); } - /** - * Hyphenates a word. - * @param lang the language - * @param country the optional country code (may be null or "none") - * @param word the word to hyphenate - * @param leftMin the minimum number of characters before the hyphenation point - * @param rightMin the minimum number of characters after the hyphenation point - * @return the hyphenation result - */ - public static Hyphenation hyphenate(String lang, String country, - String word, - int leftMin, int rightMin) { - return hyphenate(lang, country, null, null, word, leftMin, rightMin); - } - - /** - * Hyphenates a word. - * @param lang the language - * @param country the optional country code (may be null or "none") - * @param resolver resolver to find the hyphenation files - * @param hyphPatNames the map with user-configured hyphenation pattern file names - * @param word the word to hyphenate - * @param offset the offset of the first character in the "word" character array - * @param len the length of the word - * @param leftMin the minimum number of characters before the hyphenation point - * @param rightMin the minimum number of characters after the hyphenation point - * @return the hyphenation result - */ - public static Hyphenation hyphenate(String lang, // CSOK: ParameterNumber - String country, - HyphenationTreeResolver resolver, - Map hyphPatNames, - char[] word, int offset, int len, - int leftMin, int rightMin) { - HyphenationTree hTree = getHyphenationTree(lang, country, resolver, hyphPatNames); - if (hTree == null) { - return null; - } - return hTree.hyphenate(word, offset, len, leftMin, rightMin); - } - - /** - * Hyphenates a word. - * @param lang the language - * @param country the optional country code (may be null or "none") - * @param word the word to hyphenate - * @param offset the offset of the first character in the "word" character array - * @param len the length of the word - * @param leftMin the minimum number of characters before the hyphenation point - * @param rightMin the minimum number of characters after the hyphenation point - * @return the hyphenation result - */ - public static Hyphenation hyphenate(String lang, String country, - char[] word, int offset, int len, - int leftMin, int rightMin) { - return hyphenate(lang, country, null, null, word, offset, len, leftMin, rightMin); - } - } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 06 07:58:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35596 invoked from network); 6 Oct 2010 07:58:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Oct 2010 07:58:06 -0000 Received: (qmail 20909 invoked by uid 500); 6 Oct 2010 07:58:06 -0000 Delivered-To: [email protected] Received: (qmail 20819 invoked by uid 500); 6 Oct 2010 07:58: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20811 invoked by uid 99); 6 Oct 2010 07:58:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 07:58: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; Wed, 06 Oct 2010 07:58:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4A0C4238890A; Wed, 6 Oct 2010 07:57:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1004918 - in /xmlgraphics/fop/branches/Temp_ComplexScripts: ./ src/documentation/content/xdocs/ src/documentation/content/xdocs/dev/ src/documentation/content/xdocs/trunk/ src/java/org/apache/fop/afp/apps/ src/java/org/apache/fop/afp/fonts... Date: Wed, 06 Oct 2010 07:57:40 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: spepping Date: Wed Oct 6 07:57:40 2010 New Revision: 1004918 URL: http://svn.apache.org/viewvc?rev=1004918&view=rev Log: Merging changes from trunk up to revision 1004917 Added: xmlgraphics/fop/branches/Temp_ComplexScripts/test/layoutengine/hyphenation-testcases/hyphenation-pattern_fallback.xml - copied unchanged from r1004917, xmlgraphics/fop/trunk/test/layoutengine/hyphenation-testcases/hyphenation-pattern_fallback.xml Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/ (props changed) xmlgraphics/fop/branches/Temp_ComplexScripts/build.xml xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/dev/release.xml xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/download.xml xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/trunk/compiling.xml xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/trunk/configuration.xml xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/afp/apps/ (props changed) xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/afp/fonts/AFPFontCollection.java xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/afp/parser/ (props changed) xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/apps/FopFactory.java xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/apps/FopFactoryConfigurator.java xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/hyphenation/Hyphenator.java xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/AbstractFOPTranscoder.java xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/NativeTextPainter.java xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/PDFDocumentGraphics2DConfigurator.java xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/PDFTranscoder.java xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/util/ColorExt.java (props changed) xmlgraphics/fop/branches/Temp_ComplexScripts/xmlgraphics-fop-pom-template.pom Propchange: xmlgraphics/fop/branches/Temp_ComplexScripts/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Oct 6 07:57:40 2010 @@ -1,4 +1,4 @@ /xmlgraphics/fop/branches/Temp_AreaTreeNewDesign:603620-746655 /xmlgraphics/fop/branches/fop-0_95:684572,688085,688696 /xmlgraphics/fop/branches/fop-1_0:959975-964707 -/xmlgraphics/fop/trunk:981451-998017 +/xmlgraphics/fop/trunk:981451-1004917 Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/build.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/build.xml?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/build.xml (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/build.xml Wed Oct 6 07:57:40 2010 @@ -1056,7 +1056,6 @@ NOTE: <pathelement path="${src.sandbox.dir}"/> <pathelement path="${build.gensrc.dir}"/> </sourcepath> - <tag name="asf.todo" scope="all" description="To do:"/> <tag name="event.severity" scope="all" description="Event severity level:"/> <group title="Control and Startup"> <package name="org.apache.fop"/> Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/dev/release.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/dev/release.xml?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/dev/release.xml (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/dev/release.xml Wed Oct 6 07:57:40 2010 @@ -69,6 +69,7 @@ The purpose of documenting it here is to <li>Update the tab names and directories in tabs.xml</li> <li>Delete the previous version directory.</li> <li>Update index.xml in the new version directory.</li> + <li>Update compiling.xml in the new version directory: change the intro for trunk to that for a release.</li> <li>Build the dist files (<code>build[.sh] dist</code>) and upload them to your web directory on <code>people.apache.org</code></li> Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/download.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/download.xml?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/download.xml (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/download.xml Wed Oct 6 07:57:40 2010 @@ -51,8 +51,8 @@ <p> Binary distributions include "-bin" in their names, and can be downloaded from a <link href="http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop">FOP Distribution mirror</link>. - Nightly builds of trunk source code can be downloaded here: - <link href="http://vc.apache.org/snapshots/fop/">Snapshot Trunk Builds</link> + Nightly builds of trunk code can be downloaded here: + <link href="http://ci.apache.org/projects/xmlgraphics/fop/snapshots/">Nightly Snapshots</link>. </p> </section> <section id="source"> @@ -67,13 +67,12 @@ <link href="http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop">FOP Distribution mirror</link>. Source distributions include "-src" in their names. </li> - <!--li> - Download a CVS snapshot from the cvs files - <link href="http://xml.apache.org/from-cvs/xml-fop/">here</link>. - These snapshots are built approximately every six hours, and have the GMT of - their creation time embedded in their names. Please note that CVS snapshots - are made only for the "redesign" branch. - </li--> + <li> + Download a Subversion snapshot + <link href="http://vc.apache.org/snapshots/fop/">here</link>. + These snapshots are checked out from Subversion approximately every six hours, and have the GMT of + their creation time embedded in their names. + </li> <li> Download directly from the SVN repository. Anyone can do this using the Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/trunk/compiling.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/trunk/compiling.xml?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/trunk/compiling.xml (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/trunk/compiling.xml Wed Oct 6 07:57:40 2010 @@ -25,16 +25,23 @@ <body> <section id="build-needed"> <title>Do You Need To Build?</title> - <p> +<!-- text for released versions --> +<!-- <p> FOP distributions are either pre-compiled binary or source. If you are using a binary distribution, it is already built and there is no need to build it again. See the <a href="../download.html">Download Instructions</a> for information about whether a binary or source distribution is best for your needs. - </p> + </p>--> +<!-- /text for released versions --> +<!-- text for trunk --> <p> - If you got the source code from a repository snapshot or via Subversion you will need to build FOP - in any case. + FOP snapshots are either pre-compiled binary or source. + If you are using a binary snapshot, it is already built and there is no need to build it again. + If you got the source code from a repository snapshot or via Subversion you will need to build FOP. + See the <a href="../download.html">Download Instructions</a> for information about where to obtain binary or repository snapshots, and whether a + binary or source snapshot is best for your needs. </p> +<!-- /text for trunk --> </section> <section id="env"> <title>Set Up Your Environment</title> Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/trunk/configuration.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/trunk/configuration.xml?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/trunk/configuration.xml (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/documentation/content/xdocs/trunk/configuration.xml Wed Oct 6 07:57:40 2010 @@ -89,6 +89,12 @@ </td> <td>disabled</td> </tr> + <tr> + <td>hyphenation-pattern</td> + <td>String, attribute lang, attribute country (optional)</td> + <td>Register a file name for the hyphenation pattern for the mentioned language and country. Language ll and country CC must both consist of two letters.</td> + <td>ll_CC</td> + </tr> <tr> <td>source-resolution</td> <td>Integer, dpi</td> @@ -215,6 +221,9 @@ <!-- default page-height and page-width, in case value is specified as auto --> <default-page-settings height="11in" width="8.26in"/> + + <!-- Use file name nl_Bel instead of the default nl_BE --> + <hyphenation-pattern lang="nl" country="BE">nl_Bel</hyphenation-pattern> <!-- etc. etc..... --> </fop>]]></source> Propchange: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/afp/apps/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Oct 6 07:57:40 2010 @@ -2,4 +2,4 @@ /xmlgraphics/fop/branches/Temp_AreaTreeNewDesign/src/java/org/apache/fop/afp/apps:603620-746655 /xmlgraphics/fop/branches/fop-0_95/src/java/org/apache/fop/afp/apps:684572,688085,688696 /xmlgraphics/fop/branches/fop-1_0/src/java/org/apache/fop/afp/apps:959975-964707 -/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/apps:981451-998017 +/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/apps:981451-1004917 Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/afp/fonts/AFPFontCollection.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/afp/fonts/AFPFontCollection.java?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/afp/fonts/AFPFontCollection.java (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/afp/fonts/AFPFontCollection.java Wed Oct 6 07:57:40 2010 @@ -61,9 +61,9 @@ public class AFPFontCollection implement List/*<FontTriplet>*/ tripletList = afpFontInfo.getFontTriplets(); for (Iterator it2 = tripletList.iterator(); it2.hasNext();) { FontTriplet triplet = (FontTriplet)it2.next(); + fontInfo.addMetrics("F" + num, afpFont); fontInfo.addFontProperties("F" + num, triplet.getName(), triplet.getStyle(), triplet.getWeight()); - fontInfo.addMetrics("F" + num, afpFont); num++; } } Propchange: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/afp/parser/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Oct 6 07:57:40 2010 @@ -2,4 +2,4 @@ /xmlgraphics/fop/branches/Temp_AreaTreeNewDesign/src/java/org/apache/fop/afp/parser:603620-746655 /xmlgraphics/fop/branches/fop-0_95/src/java/org/apache/fop/afp/parser:684572,688085,688696 /xmlgraphics/fop/branches/fop-1_0/src/java/org/apache/fop/afp/parser:959975-964707 -/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser:981451-998017 +/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser:981451-1004917 Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/apps/FopFactory.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/apps/FopFactory.java?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/apps/FopFactory.java (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/apps/FopFactory.java Wed Oct 6 07:57:40 2010 @@ -26,6 +26,8 @@ import java.io.OutputStream; import java.net.MalformedURLException; import java.util.Collection; import java.util.Collections; +import java.util.HashMap; +import java.util.Map; import java.util.Set; import javax.xml.transform.Source; @@ -109,6 +111,11 @@ public class FopFactory implements Image private String hyphenBase = null; /** + * Map of configured names of hyphenation pattern file names: ll_CC => name + */ + private Map/*<String,String>*/ hyphPatNames = null; + + /** * FOP has the ability, for some FO's, to continue processing even if the * input XSL violates that FO's content model. This is the default * behavior for FOP. However, this flag, if set, provides the user the @@ -407,6 +414,23 @@ public class FopFactory implements Image } /** + * @return the hyphPatNames + */ + public Map getHyphPatNames() { + return hyphPatNames; + } + + /** + * @param hyphPatNames the hyphPatNames to set + */ + public void setHyphPatNames(Map hyphPatNames) { + if (hyphPatNames == null) { + hyphPatNames = new HashMap(); + } + this.hyphPatNames = hyphPatNames; + } + + /** * Sets the URI Resolver. It is used for resolving factory-level URIs like hyphenation * patterns and as backup for URI resolution performed during a rendering run. * @param uriResolver the new URI resolver Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/apps/FopFactoryConfigurator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/apps/FopFactoryConfigurator.java?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/apps/FopFactoryConfigurator.java (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/apps/FopFactoryConfigurator.java Wed Oct 6 07:57:40 2010 @@ -22,6 +22,8 @@ package org.apache.fop.apps; import java.io.File; import java.io.IOException; import java.net.MalformedURLException; +import java.util.HashMap; +import java.util.Map; import org.xml.sax.SAXException; @@ -35,6 +37,7 @@ import org.apache.xmlgraphics.image.load import org.apache.xmlgraphics.image.loader.util.Penalty; import org.apache.fop.fonts.FontManagerConfigurator; +import org.apache.fop.hyphenation.HyphenationTreeCache; import org.apache.fop.util.LogUtil; /** @@ -89,20 +92,7 @@ public class FopFactoryConfigurator { * @param factory fop factory * @throws FOPException fop exception */ - public void configure(FopFactory factory) throws FOPException { - if (log.isDebugEnabled()) { - log.debug("Initializing FopFactory Configuration"); - } - - if (cfg.getChild("accessibility", false) != null) { - try { - this.factory.setAccessibility( - cfg.getChild("accessibility").getValueAsBoolean()); - } catch (ConfigurationException e) { - throw new FOPException(e); - } - } - + public void configure(FopFactory factory) throws FOPException { // CSOK: MethodLength // strict configuration if (cfg.getChild("strict-configuration", false) != null) { try { @@ -113,6 +103,19 @@ public class FopFactoryConfigurator { } } boolean strict = factory.validateUserConfigStrictly(); + if (log.isDebugEnabled()) { + log.debug("Initializing FopFactory Configuration" + + "with " + (strict ? "strict" : "permissive") + " validation"); + } + + if (cfg.getChild("accessibility", false) != null) { + try { + this.factory.setAccessibility( + cfg.getChild("accessibility").getValueAsBoolean()); + } catch (ConfigurationException e) { + LogUtil.handleException(log, e, strict); + } + } // strict fo validation if (cfg.getChild("strict-validation", false) != null) { @@ -142,6 +145,64 @@ public class FopFactoryConfigurator { } } + /** + * Read configuration elements hyphenation-pattern, + * construct a map ll_CC => filename, and set it on the factory + */ + Configuration[] hyphPatConfig = cfg.getChildren("hyphenation-pattern"); + if (hyphPatConfig.length != 0) { + Map/*<String,String>*/ hyphPatNames = new HashMap/*<String,String>*/(); + for (int i = 0; i < hyphPatConfig.length; ++i) { + String lang, country, filename; + StringBuffer error = new StringBuffer(); + String location = hyphPatConfig[i].getLocation(); + + lang = hyphPatConfig[i].getAttribute("lang", null); + if (lang == null) { + addError("The lang attribute of a hyphenation-pattern configuration" + + " element must exist (" + location + ")", error); + } else if (!lang.matches("[a-zA-Z]{2}")) { + addError("The lang attribute of a hyphenation-pattern configuration" + + " element must consist of exactly two letters (" + + location + ")", error); + } + lang = lang.toLowerCase(); + + country = hyphPatConfig[i].getAttribute("country", null); + if ("".equals(country)) { + country = null; + } + if (country != null) { + if (!country.matches("[a-zA-Z]{2}")) { + addError("The country attribute of a hyphenation-pattern configuration" + + " element must consist of exactly two letters (" + + location + ")", error); + } + country = country.toUpperCase(); + } + + filename = hyphPatConfig[i].getValue(null); + if (filename == null) { + addError("The value of a hyphenation-pattern configuration" + + " element may not be empty (" + location + ")", error); + } + + if (error.length() != 0) { + LogUtil.handleError(log, error.toString(), strict); + continue; + } + + String llccKey = HyphenationTreeCache.constructLlccKey(lang, country); + hyphPatNames.put(llccKey, filename); + if (log.isDebugEnabled()) { + log.debug("Using hyphenation pattern filename " + filename + + " for lang=\"" + lang + "\"" + + (country != null ? ", country=\"" + country + "\"" : "")); + } + } + factory.setHyphPatNames(hyphPatNames); + } + // renderer options if (cfg.getChild("source-resolution", false) != null) { factory.setSourceResolution( @@ -203,6 +264,13 @@ public class FopFactoryConfigurator { configureImageLoading(cfg.getChild("image-loading", false), strict); } + private static void addError(String message, StringBuffer error) { + if (error.length() != 0) { + error.append(". "); + } + error.append(message); + } + private void configureImageLoading(Configuration parent, boolean strict) throws FOPException { if (parent == null) { return; Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java Wed Oct 6 07:57:40 2010 @@ -20,6 +20,7 @@ package org.apache.fop.hyphenation; import java.util.Hashtable; +import java.util.Map; import java.util.Set; /** @@ -39,7 +40,7 @@ public class HyphenationTreeCache { * @return the HyhenationTree instance or null if it's not in the cache */ public HyphenationTree getHyphenationTree(String lang, String country) { - String key = constructKey(lang, country); + String key = constructLlccKey(lang, country); // first try to find it in the cache if (hyphenTrees.containsKey(key)) { @@ -57,7 +58,7 @@ public class HyphenationTreeCache { * @param country the country (may be null or "none") * @return the resulting key */ - public static String constructKey(String lang, String country) { + public static String constructLlccKey(String lang, String country) { String key = lang; // check whether the country code has been used if (country != null && !country.equals("none")) { @@ -67,6 +68,24 @@ public class HyphenationTreeCache { } /** + * If the user configured a hyphenation pattern file name + * for this (lang,country) value, return it. If not, return null. + * @param lang the language + * @param country the country (may be null or "none") + * @param hyphPatNames the map of user-configured hyphenation pattern file names + * @return the hyphenation pattern file name or null + */ + public static String constructUserKey(String lang, String country, Map hyphPatNames) { + String userKey = null; + if (hyphPatNames != null) { + String key = constructLlccKey(lang, country); + key.replace('_', '-'); + userKey = (String) hyphPatNames.get(key); + } + return userKey; + } + + /** * Cache a hyphenation tree under its key. * @param key the key (ex. "de_CH" or "en") * @param hTree the hyphenation tree Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/hyphenation/Hyphenator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/hyphenation/Hyphenator.java?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/hyphenation/Hyphenator.java (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/hyphenation/Hyphenator.java Wed Oct 6 07:57:40 2010 @@ -24,6 +24,7 @@ import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.ObjectInputStream; +import java.util.Map; import javax.xml.transform.Source; import javax.xml.transform.stream.StreamSource; @@ -39,32 +40,20 @@ import org.xml.sax.InputSource; * * @author Carlos Villegas <[email protected]> */ -public class Hyphenator { +public final class Hyphenator { /** logging instance */ protected static Log log = LogFactory.getLog(Hyphenator.class); private static HyphenationTreeCache hTreeCache = null; - private HyphenationTree hyphenTree = null; - private int remainCharCount = 2; - private int pushCharCount = 2; /** Enables a dump of statistics. Note: If activated content is sent to System.out! */ private static boolean statisticsDump = false; /** * Creates a new hyphenator. - * @param lang the language - * @param country the country (may be null or "none") - * @param leftMin the minimum number of characters before the hyphenation point - * @param rightMin the minimum number of characters after the hyphenation point */ - public Hyphenator(String lang, String country, int leftMin, - int rightMin) { - hyphenTree = getHyphenationTree(lang, country); - remainCharCount = leftMin; - pushCharCount = rightMin; - } + private Hyphenator() { } /** @return the default (static) hyphenation tree cache */ public static synchronized HyphenationTreeCache getHyphenationTreeCache() { @@ -75,35 +64,76 @@ public class Hyphenator { } /** - * Returns a hyphenation tree for a given language and country. The hyphenation trees are - * cached. + * Returns a hyphenation tree for a given language and country, + * with fallback from (lang,country) to (lang). + * The hyphenation trees are cached. * @param lang the language * @param country the country (may be null or "none") + * @param resolver resolver to find the hyphenation files + * @param hyphPatNames the map with user-configured hyphenation pattern file names * @return the hyphenation tree */ public static HyphenationTree getHyphenationTree(String lang, - String country) { - return getHyphenationTree(lang, country, null); + String country, HyphenationTreeResolver resolver, Map hyphPatNames) { + String llccKey = HyphenationTreeCache.constructLlccKey(lang, country); + HyphenationTreeCache cache = getHyphenationTreeCache(); + + // If this hyphenation tree has been registered as missing, return immediately + if (cache.isMissing(llccKey)) { + return null; + } + + HyphenationTree hTree = getHyphenationTree2(lang, country, resolver, hyphPatNames); + + // fallback to lang only + if (hTree == null && country != null && !country.equals("none")) { + String llKey = HyphenationTreeCache.constructLlccKey(lang, null); + if (!cache.isMissing(llKey)) { + hTree = getHyphenationTree2(lang, null, resolver, hyphPatNames); + if (hTree != null && log.isDebugEnabled()) { + log.debug("Couldn't find hyphenation pattern " + + "for lang=\"" + lang + "\",country=\"" + country + "\"." + + " Using general language pattern " + + "for lang=\"" + lang + "\" instead."); + } + if (hTree == null) { + // no fallback; register as missing + cache.noteMissing(llKey); + } else { + // also register for (lang,country) + cache.cache(llccKey, hTree); + } + } + } + + if (hTree == null) { + // (lang,country) and (lang) tried; register as missing + cache.noteMissing(llccKey); + log.error("Couldn't find hyphenation pattern " + + "for lang=\"" + lang + "\"" + + (country != null && !country.equals("none") + ? ",country=\"" + country + "\"" + : "") + + "."); + } + + return hTree; } /** - * Returns a hyphenation tree for a given language and country. The hyphenation trees are - * cached. + * Returns a hyphenation tree for a given language and country + * The hyphenation trees are cached. * @param lang the language * @param country the country (may be null or "none") * @param resolver resolver to find the hyphenation files + * @param hyphPatNames the map with user-configured hyphenation pattern file names * @return the hyphenation tree */ - public static HyphenationTree getHyphenationTree(String lang, - String country, HyphenationTreeResolver resolver) { - String key = HyphenationTreeCache.constructKey(lang, country); + private static HyphenationTree getHyphenationTree2(String lang, + String country, HyphenationTreeResolver resolver, Map hyphPatNames) { + String llccKey = HyphenationTreeCache.constructLlccKey(lang, country); HyphenationTreeCache cache = getHyphenationTreeCache(); - // See if there was an error finding this hyphenation tree before - if (cache.isMissing(key)) { - return null; - } - HyphenationTree hTree; // first try to find it in the cache hTree = getHyphenationTreeCache().getHyphenationTree(lang, country); @@ -111,6 +141,11 @@ public class Hyphenator { return hTree; } + String key = HyphenationTreeCache.constructUserKey(lang, country, hyphPatNames); + if (key == null) { + key = llccKey; + } + if (resolver != null) { hTree = getUserHyphenationTree(key, resolver); } @@ -120,11 +155,9 @@ public class Hyphenator { // put it into the pattern cache if (hTree != null) { - cache.cache(key, hTree); - } else { - log.error("Couldn't find hyphenation pattern " + key); - cache.noteMissing(key); + cache.cache(llccKey, hTree); } + return hTree; } @@ -179,31 +212,11 @@ public class Hyphenator { try { is = getResourceStream(key); if (is == null) { - if (key.length() == 5) { - String lang = key.substring(0, 2); - is = getResourceStream(lang); - if (is != null) { - if (log.isDebugEnabled()) { - log.debug("Couldn't find hyphenation pattern '" - + key - + "'. Using general language pattern '" - + lang - + "' instead."); - } - } else { - if (log.isDebugEnabled()) { - log.debug("Couldn't find precompiled hyphenation pattern " - + lang + " in resources."); - } - return null; - } - } else { - if (log.isDebugEnabled()) { - log.debug("Couldn't find precompiled hyphenation pattern " - + key + " in resources"); - } - return null; + if (log.isDebugEnabled()) { + log.debug("Couldn't find precompiled hyphenation pattern " + + key + " in resources"); } + return null; } hTree = readHyphenationTree(is); } finally { @@ -335,6 +348,7 @@ public class Hyphenator { * @param lang the language * @param country the optional country code (may be null or "none") * @param resolver resolver to find the hyphenation files + * @param hyphPatNames the map with user-configured hyphenation pattern file names * @param word the word to hyphenate * @param leftMin the minimum number of characters before the hyphenation point * @param rightMin the minimum number of characters after the hyphenation point @@ -342,121 +356,14 @@ public class Hyphenator { */ public static Hyphenation hyphenate(String lang, String country, HyphenationTreeResolver resolver, + Map hyphPatNames, String word, int leftMin, int rightMin) { - HyphenationTree hTree = getHyphenationTree(lang, country, resolver); + HyphenationTree hTree = getHyphenationTree(lang, country, resolver, hyphPatNames); if (hTree == null) { return null; } return hTree.hyphenate(word, leftMin, rightMin); } - /** - * Hyphenates a word. - * @param lang the language - * @param country the optional country code (may be null or "none") - * @param word the word to hyphenate - * @param leftMin the minimum number of characters before the hyphenation point - * @param rightMin the minimum number of characters after the hyphenation point - * @return the hyphenation result - */ - public static Hyphenation hyphenate(String lang, String country, - String word, - int leftMin, int rightMin) { - return hyphenate(lang, country, null, word, leftMin, rightMin); - } - - /** - * Hyphenates a word. - * @param lang the language - * @param country the optional country code (may be null or "none") - * @param resolver resolver to find the hyphenation files - * @param word the word to hyphenate - * @param offset the offset of the first character in the "word" character array - * @param len the length of the word - * @param leftMin the minimum number of characters before the hyphenation point - * @param rightMin the minimum number of characters after the hyphenation point - * @return the hyphenation result - */ - public static Hyphenation hyphenate(String lang, // CSOK: ParameterNumber - String country, - HyphenationTreeResolver resolver, - char[] word, int offset, int len, - int leftMin, int rightMin) { - HyphenationTree hTree = getHyphenationTree(lang, country, resolver); - if (hTree == null) { - return null; - } - return hTree.hyphenate(word, offset, len, leftMin, rightMin); - } - - /** - * Hyphenates a word. - * @param lang the language - * @param country the optional country code (may be null or "none") - * @param word the word to hyphenate - * @param offset the offset of the first character in the "word" character array - * @param len the length of the word - * @param leftMin the minimum number of characters before the hyphenation point - * @param rightMin the minimum number of characters after the hyphenation point - * @return the hyphenation result - */ - public static Hyphenation hyphenate(String lang, String country, - char[] word, int offset, int len, - int leftMin, int rightMin) { - return hyphenate(lang, country, null, word, offset, len, leftMin, rightMin); - } - - /** - * Sets the minimum number of characters before the hyphenation point - * @param min the number of characters - */ - public void setMinRemainCharCount(int min) { - remainCharCount = min; - } - - /** - * Sets the minimum number of characters after the hyphenation point - * @param min the number of characters - */ - public void setMinPushCharCount(int min) { - pushCharCount = min; - } - - /** - * Sets the language and country for the hyphenation process. - * @param lang the language - * @param country the country (may be null or "none") - */ - public void setLanguage(String lang, String country) { - hyphenTree = getHyphenationTree(lang, country); - } - - /** - * Hyphenates a word. - * @param word the word to hyphenate - * @param offset the offset of the first character in the "word" character array - * @param len the length of the word - * @return the hyphenation result - */ - public Hyphenation hyphenate(char[] word, int offset, int len) { - if (hyphenTree == null) { - return null; - } - return hyphenTree.hyphenate(word, offset, len, remainCharCount, - pushCharCount); - } - - /** - * Hyphenates a word. - * @param word the word to hyphenate - * @return the hyphenation result - */ - public Hyphenation hyphenate(String word) { - if (hyphenTree == null) { - return null; - } - return hyphenTree.hyphenate(word, remainCharCount, pushCharCount); - } - } Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java Wed Oct 6 07:57:40 2010 @@ -1418,6 +1418,7 @@ public class LineLayoutManager extends I = Hyphenator.hyphenate(hyphenationProperties.language.getString(), hyphenationProperties.country.getString(), getFObj().getUserAgent().getFactory().getHyphenationTreeResolver(), + getFObj().getUserAgent().getFactory().getHyphPatNames(), sbChars.toString(), hyphenationProperties.hyphenationRemainCharacterCount.getValue(), hyphenationProperties.hyphenationPushCharacterCount.getValue()); Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/AbstractFOPTranscoder.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/AbstractFOPTranscoder.java?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/AbstractFOPTranscoder.java (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/AbstractFOPTranscoder.java Wed Oct 6 07:57:40 2010 @@ -29,6 +29,7 @@ import org.w3c.dom.DOMImplementation; import org.xml.sax.EntityResolver; +import org.apache.avalon.framework.configuration.Configurable; import org.apache.avalon.framework.configuration.Configuration; import org.apache.avalon.framework.configuration.ConfigurationException; import org.apache.avalon.framework.configuration.DefaultConfiguration; @@ -55,7 +56,7 @@ import org.apache.xmlgraphics.image.load /** * This is the common base class of all of FOP's transcoders. */ -public abstract class AbstractFOPTranscoder extends SVGAbstractTranscoder { +public abstract class AbstractFOPTranscoder extends SVGAbstractTranscoder implements Configurable { /** * The key is used to specify the resolution for on-the-fly images generated Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/NativeTextPainter.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/NativeTextPainter.java?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/NativeTextPainter.java (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/NativeTextPainter.java Wed Oct 6 07:57:40 2010 @@ -111,9 +111,9 @@ public abstract class NativeTextPainter String style = ((posture != null) && (posture.floatValue() > 0.0)) ? Font.STYLE_ITALIC : Font.STYLE_NORMAL; - int weight = ((taWeight != null) - && (taWeight.floatValue() > 1.0)) ? Font.WEIGHT_BOLD - : Font.WEIGHT_NORMAL; + int weight = toCSSWeight(taWeight != null + ? taWeight.floatValue() + : TextAttribute.WEIGHT_REGULAR.floatValue()); String firstFontFamily = null; @@ -176,6 +176,28 @@ public abstract class NativeTextPainter return (Font[])fonts.toArray(new Font[fonts.size()]); } + private int toCSSWeight(float weight) { + if (weight <= TextAttribute.WEIGHT_EXTRA_LIGHT.floatValue()) { + return 100; + } else if (weight <= TextAttribute.WEIGHT_LIGHT.floatValue()) { + return 200; + } else if (weight <= TextAttribute.WEIGHT_DEMILIGHT.floatValue()) { + return 300; + } else if (weight <= TextAttribute.WEIGHT_REGULAR.floatValue()) { + return 400; + } else if (weight <= TextAttribute.WEIGHT_SEMIBOLD.floatValue()) { + return 500; + } else if (weight <= TextAttribute.WEIGHT_BOLD.floatValue()) { + return 600; + } else if (weight <= TextAttribute.WEIGHT_HEAVY.floatValue()) { + return 700; + } else if (weight <= TextAttribute.WEIGHT_EXTRABOLD.floatValue()) { + return 800; + } else { + return 900; + } + } + /** * Collects all characters from an {@link AttributedCharacterIterator}. * @param runaci the character iterator Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/PDFDocumentGraphics2DConfigurator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/PDFDocumentGraphics2DConfigurator.java?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/PDFDocumentGraphics2DConfigurator.java (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/PDFDocumentGraphics2DConfigurator.java Wed Oct 6 07:57:40 2010 @@ -25,12 +25,15 @@ import org.apache.avalon.framework.confi import org.apache.avalon.framework.configuration.ConfigurationException; import org.apache.fop.apps.FOPException; +import org.apache.fop.fonts.CustomFontCollection; +import org.apache.fop.fonts.FontCollection; import org.apache.fop.fonts.FontEventListener; import org.apache.fop.fonts.FontInfo; import org.apache.fop.fonts.FontInfoConfigurator; import org.apache.fop.fonts.FontManager; +import org.apache.fop.fonts.FontManagerConfigurator; import org.apache.fop.fonts.FontResolver; -import org.apache.fop.fonts.FontSetup; +import org.apache.fop.fonts.base14.Base14FontCollection; import org.apache.fop.pdf.PDFDocument; import org.apache.fop.render.pdf.PDFRendererConfigurator; @@ -70,29 +73,30 @@ public class PDFDocumentGraphics2DConfig */ public static FontInfo createFontInfo(Configuration cfg) throws FOPException { FontInfo fontInfo = new FontInfo(); + final boolean strict = false; + FontResolver fontResolver = FontManager.createMinimalFontResolver(); + //TODO The following could be optimized by retaining the FontManager somewhere + FontManager fontManager = new FontManager(); if (cfg != null) { - FontResolver fontResolver = FontManager.createMinimalFontResolver(); - //TODO The following could be optimized by retaining the FontManager somewhere - FontManager fontManager = new FontManager(); + FontManagerConfigurator fmConfigurator = new FontManagerConfigurator(cfg); + fmConfigurator.configure(fontManager, strict); + } - //TODO Make use of fontBaseURL, font substitution and referencing configuration - //Requires a change to the expected configuration layout + List fontCollections = new java.util.ArrayList(); + fontCollections.add(new Base14FontCollection(fontManager.isBase14KerningEnabled())); + if (cfg != null) { //TODO Wire in the FontEventListener - final FontEventListener listener = null; - final boolean strict = false; + FontEventListener listener = null; //new FontEventAdapter(eventBroadcaster); FontInfoConfigurator fontInfoConfigurator = new FontInfoConfigurator(cfg, fontManager, fontResolver, listener, strict); List/*<EmbedFontInfo>*/ fontInfoList = new java.util.ArrayList/*<EmbedFontInfo>*/(); fontInfoConfigurator.configure(fontInfoList); - - if (fontManager.useCache()) { - fontManager.getFontCache().save(); - } - FontSetup.setup(fontInfo, fontInfoList, fontResolver); - } else { - FontSetup.setup(fontInfo); + fontCollections.add(new CustomFontCollection(fontResolver, fontInfoList)); } + fontManager.setup(fontInfo, + (FontCollection[])fontCollections.toArray( + new FontCollection[fontCollections.size()])); return fontInfo; } Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/PDFTranscoder.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/PDFTranscoder.java?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/PDFTranscoder.java (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/svg/PDFTranscoder.java Wed Oct 6 07:57:40 2010 @@ -27,7 +27,6 @@ import java.io.OutputStream; import org.w3c.dom.Document; import org.w3c.dom.svg.SVGLength; -import org.apache.avalon.framework.configuration.Configurable; import org.apache.avalon.framework.configuration.Configuration; import org.apache.batik.bridge.BridgeContext; import org.apache.batik.bridge.UnitProcessor; @@ -73,8 +72,7 @@ import org.apache.fop.fonts.FontInfo; * @author <a href="mailto:[email protected]">Keiron Liddle</a> * @version $Id$ */ -public class PDFTranscoder extends AbstractFOPTranscoder - implements Configurable { +public class PDFTranscoder extends AbstractFOPTranscoder { /** Graphics2D instance that is used to paint to */ protected PDFDocumentGraphics2D graphics = null; Propchange: xmlgraphics/fop/branches/Temp_ComplexScripts/src/java/org/apache/fop/util/ColorExt.java ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Oct 6 07:57:40 2010 @@ -2,4 +2,4 @@ /xmlgraphics/fop/branches/Temp_Accessibility/src/java/org/apache/fop/util/ColorExt.java:745924-830281 /xmlgraphics/fop/branches/Temp_AreaTreeNewDesign/src/java/org/apache/fop/util/ColorExt.java:603620-746655 /xmlgraphics/fop/branches/fop-0_95/src/java/org/apache/fop/util/ColorExt.java:684572,688085,688696 -/xmlgraphics/fop/trunk/src/java/org/apache/fop/util/ColorExt.java:981451-998017 +/xmlgraphics/fop/trunk/src/java/org/apache/fop/util/ColorExt.java:981451-1004917 Modified: xmlgraphics/fop/branches/Temp_ComplexScripts/xmlgraphics-fop-pom-template.pom URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/xmlgraphics-fop-pom-template.pom?rev=1004918&r1=1004917&r2=1004918&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ComplexScripts/xmlgraphics-fop-pom-template.pom (original) +++ xmlgraphics/fop/branches/Temp_ComplexScripts/xmlgraphics-fop-pom-template.pom Wed Oct 6 07:57:40 2010 @@ -19,7 +19,7 @@ <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"> +http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 06 11:48:02 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1067 invoked from network); 6 Oct 2010 11:48:01 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Oct 2010 11:48:01 -0000 Received: (qmail 31735 invoked by uid 500); 6 Oct 2010 11:48:01 -0000 Delivered-To: [email protected] Received: (qmail 31236 invoked by uid 500); 6 Oct 2010 11: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]> List-Id: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31229 invoked by uid 99); 6 Oct 2010 11:47:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 11:47: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 eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 11:47:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8F23A238890D; Wed, 6 Oct 2010 11:47:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1004991 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser: MODCAParser.java UnparsedStructuredField.java Date: Wed, 06 Oct 2010 11:47:37 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jeremias Date: Wed Oct 6 11:47:37 2010 New Revision: 1004991 URL: http://svn.apache.org/viewvc?rev=1004991&view=rev Log: Handled optional CR and LF chars between structured fields. Extended the field class so it can write itself back to an OutputStream. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/MODCAParser.java xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/UnparsedStructuredField.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/MODCAParser.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/MODCAParser.java?rev=1004991&r1=1004990&r2=1004991&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/MODCAParser.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/MODCAParser.java Wed Oct 6 11:47:37 2010 @@ -58,11 +58,14 @@ public class MODCAParser { * @throws IOException if an I/O error occurs */ public UnparsedStructuredField readNextStructuredField() throws IOException { - din.mark(1); try { - byte b = din.readByte(); //Skip 0x5A character if necessary (ex. AFP) - if (b != 0x5A) { - din.reset(); //Not necessary for MO:DCA files + while (true) { + byte b = din.readByte(); //Skip 0x5A character if necessary (ex. AFP) + if (b == 0x0D || b == 0x0A) { //CR and LF may be used as field delimiters + continue; + } else if (b == 0x5A) { //Carriage Control Character + break; + } } } catch (EOFException eof) { return null; Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/UnparsedStructuredField.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/UnparsedStructuredField.java?rev=1004991&r1=1004990&r2=1004991&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/UnparsedStructuredField.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/UnparsedStructuredField.java Wed Oct 6 11:47:37 2010 @@ -22,16 +22,23 @@ package org.apache.fop.afp.parser; import java.io.DataInputStream; import java.io.EOFException; import java.io.IOException; +import java.io.OutputStream; import java.io.PrintStream; import java.text.DecimalFormat; import org.apache.commons.io.HexDump; +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; /** * Represents an unparsed (generic) AFP structured field. */ public class UnparsedStructuredField { + private static final Log LOG = LogFactory.getLog(UnparsedStructuredField.class); + + private static final int INTRODUCER_LENGTH = 8; + private short sfLength; private byte sfClassCode; private byte sfTypeCode; @@ -40,6 +47,7 @@ public class UnparsedStructuredField { private boolean sfiSegmentedData; private boolean sfiPaddingPresent; private short extLength; + private byte[] introducerData; private byte[] extData; private byte[] data; @@ -59,33 +67,53 @@ public class UnparsedStructuredField { */ public static UnparsedStructuredField readStructuredField(DataInputStream din) throws IOException { + UnparsedStructuredField sf = new UnparsedStructuredField(); + + //Read introducer as byte array to preserve any data not parsed below + din.mark(INTRODUCER_LENGTH); + sf.introducerData = new byte[INTRODUCER_LENGTH]; //Length of introducer + din.readFully(sf.introducerData); + din.reset(); + + //Parse the introducer short len; try { len = din.readShort(); } catch (EOFException eof) { return null; } - UnparsedStructuredField sf = new UnparsedStructuredField(); sf.sfLength = len; sf.sfClassCode = din.readByte(); sf.sfTypeCode = din.readByte(); sf.sfCategoryCode = din.readByte(); + //Flags byte f = din.readByte(); sf.sfiExtensionPresent = (f & 0x01) != 0; sf.sfiSegmentedData = (f & 0x04) != 0; sf.sfiPaddingPresent = (f & 0x10) != 0; din.skip(2); //Reserved - int dataLength = sf.sfLength - 8; + int dataLength = sf.sfLength - INTRODUCER_LENGTH; + + //Handle optional extension if (sf.sfiExtensionPresent) { sf.extLength = (short)(((short)din.readByte()) & 0xFF); - sf.extData = new byte[sf.extLength - 1]; - din.readFully(sf.extData); - dataLength -= sf.extLength; + if (sf.extLength > 0) { + sf.extData = new byte[sf.extLength - 1]; + din.readFully(sf.extData); + dataLength -= sf.extLength; + } } + + //Read payload sf.data = new byte[dataLength]; din.readFully(sf.data); + + if (LOG.isTraceEnabled()) { + LOG.trace(sf); + } + return sf; } @@ -163,6 +191,7 @@ public class UnparsedStructuredField { case 0x77: return "Color Attribute Table"; case 0x7B: return "IM Image"; case 0x88: return "Medium"; + case 0x89: return "Font"; case 0x8A: return "Coded Font"; case 0x90: return "Process Element"; case 0x92: return "Object Container"; @@ -196,7 +225,7 @@ public class UnparsedStructuredField { * @return the field length */ public short getSfLength() { - return sfLength; + return this.sfLength; } /** @@ -214,7 +243,7 @@ public class UnparsedStructuredField { * @return the field class code */ public byte getSfClassCode() { - return sfClassCode; + return this.sfClassCode; } /** @@ -222,7 +251,7 @@ public class UnparsedStructuredField { * @return the type code */ public byte getSfTypeCode() { - return sfTypeCode; + return this.sfTypeCode; } /** @@ -230,7 +259,7 @@ public class UnparsedStructuredField { * @return the sfCategoryCode */ public byte getSfCategoryCode() { - return sfCategoryCode; + return this.sfCategoryCode; } /** @@ -238,7 +267,7 @@ public class UnparsedStructuredField { * @return true if an field introducer extension is present */ public boolean isSfiExtensionPresent() { - return sfiExtensionPresent; + return this.sfiExtensionPresent && (this.extData != null); } /** @@ -246,7 +275,7 @@ public class UnparsedStructuredField { * @return true if the data is segmented */ public boolean isSfiSegmentedData() { - return sfiSegmentedData; + return this.sfiSegmentedData; } /** @@ -254,7 +283,7 @@ public class UnparsedStructuredField { * @return true if the data is padded */ public boolean isSfiPaddingPresent() { - return sfiPaddingPresent; + return this.sfiPaddingPresent; } /** @@ -262,7 +291,7 @@ public class UnparsedStructuredField { * @return the length of the extension (or 0 if no extension is present) */ public short getExtLength() { - return extLength; + return this.extLength; } /** @@ -270,7 +299,7 @@ public class UnparsedStructuredField { * @return the extension data (or null if no extension is present) */ public byte[] getExtData() { - return extData; + return this.extData; } /** @@ -278,7 +307,49 @@ public class UnparsedStructuredField { * @return the field's data */ public byte[] getData() { - return data; + return this.data; + } + + /** + * Returns the structured field's introducer data. + * @return the introducer data + */ + public byte[] getIntroducerData() { + return this.introducerData; } + /** + * Returns the complete structured field as a byte array. + * @return the complete field data + */ + public byte[] getCompleteFieldAsBytes() { + int len = INTRODUCER_LENGTH; + if (isSfiExtensionPresent()) { + len += getExtLength(); + } + len += getData().length; + byte[] bytes = new byte[len]; + int pos = 0; + System.arraycopy(getIntroducerData(), 0, bytes, pos, INTRODUCER_LENGTH); + pos += INTRODUCER_LENGTH; + if (isSfiExtensionPresent()) { + System.arraycopy(getExtData(), 0, bytes, pos, getExtLength()); + pos += getExtLength(); + } + System.arraycopy(getData(), 0, bytes, pos, getData().length); + return bytes; + } + + /** + * Writes this structured field to the given {@link OutputStream}. + * @param out the output stream + * @throws IOException if an I/O error occurs + */ + public void writeTo(OutputStream out) throws IOException { + out.write(this.introducerData); + if (isSfiExtensionPresent()) { + out.write(this.extData); + } + out.write(this.data); + } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 07 07:42:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88416 invoked from network); 7 Oct 2010 07:42:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Oct 2010 07:42:19 -0000 Received: (qmail 1886 invoked by uid 500); 7 Oct 2010 07:42:19 -0000 Delivered-To: [email protected] Received: (qmail 1812 invoked by uid 500); 7 Oct 2010 07:42: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 1805 invoked by uid 99); 7 Oct 2010 07:42:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 07:42: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; Thu, 07 Oct 2010 07:42:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4F0E123889E2; Thu, 7 Oct 2010 07:41:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1005350 - in /xmlgraphics/fop/trunk: ./ src/documentation/content/xdocs/trunk/ src/java/org/apache/fop/afp/ src/java/org/apache/fop/afp/modca/ src/java/org/apache/fop/afp/parser/ src/java/org/apache/fop/afp/util/ src/java/org/apache/fop/re... Date: Thu, 07 Oct 2010 07:41: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: jeremias Date: Thu Oct 7 07:41:48 2010 New Revision: 1005350 URL: http://svn.apache.org/viewvc?rev=1005350&view=rev Log: Bugzilla #49379: Added ability to embed an external AFP page segment resource file (AFP output only). Submitted by: Peter Hancock <peter.hancock.at.gmail.com> Changes to patch: - Replaced AFP parsing code with a more universal MO:DCA parser (as discussed). - AFPDocumentHandler: addressed a TODO (clearing of the page segment map was not necessary for each page) - AFPDocumentHandler: merged pageSegmentMap and pageSegmentUriMap by creating a combined object: PageSegmentDescriptor Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/AFPResourceUtil.java (with props) xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/PageSegmentDescriptor.java (with props) xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPPageSegmentElement.java (with props) Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/AFPResourceManager.java xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/AFPStreamer.java xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/IncludedResourceObject.java xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/MODCAParser.java xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/StructuredFieldReader.java xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPDocumentHandler.java xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPPainter.java xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPElementMapping.java xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPExtensionHandler.java xmlgraphics/fop/trunk/status.xml Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml?rev=1005350&r1=1005349&r2=1005350&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml (original) +++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml Thu Oct 7 07:41:48 2010 @@ -885,6 +885,13 @@ Note that the value of the encoding attr segment in the generated file. Please also note that page segments cannot be scaled. They are always rendered in their intrinsic size. </p> + <p> + The include-page-segment extension element has the optional attribute + <i>resource-file</i>. The value of this is a URI to a resource containing a page + segment with the declared name. In this case FOP embeds the page segment into the + generated document so that the external resource does not have to be supplied in the + print job. + </p> </section> <section id="afp-tag-logical-element"> <title>Tag Logical Element (TLE) Extension</title> Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/AFPResourceManager.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/AFPResourceManager.java?rev=1005350&r1=1005349&r2=1005350&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/AFPResourceManager.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/AFPResourceManager.java Thu Oct 7 07:41:48 2010 @@ -19,12 +19,15 @@ package org.apache.fop.afp; +import java.io.BufferedInputStream; import java.io.IOException; +import java.io.InputStream; import java.io.OutputStream; import java.net.URI; import java.net.URISyntaxException; import java.util.Map; +import org.apache.commons.io.IOUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; @@ -38,6 +41,7 @@ import org.apache.fop.afp.modca.PageSegm import org.apache.fop.afp.modca.Registry; import org.apache.fop.afp.modca.ResourceGroup; import org.apache.fop.afp.modca.ResourceObject; +import org.apache.fop.afp.util.AFPResourceUtil; import org.apache.fop.afp.util.ResourceAccessor; /** @@ -314,6 +318,57 @@ public class AFPResourceManager { } /** + * Creates an included resource extracting the named resource from an external source. + * @param resourceName the name of the resource + * @param uri the URI for the resource + * @param accessor resource accessor to access the resource with + * @throws IOException if an I/O error occurs while loading the resource + */ + public void createIncludedResourceFromExternal(final String resourceName, + final URI uri, final ResourceAccessor accessor) throws IOException { + + AFPResourceLevel resourceLevel = new AFPResourceLevel(AFPResourceLevel.PRINT_FILE); + + AFPResourceInfo resourceInfo = new AFPResourceInfo(); + resourceInfo.setLevel(resourceLevel); + resourceInfo.setName(resourceName); + resourceInfo.setUri(uri.toASCIIString()); + + String resource = (String)includeNameMap.get(resourceInfo); + if (resource == null) { + + ResourceGroup resourceGroup = streamer.getResourceGroup(resourceLevel); + + //resourceObject delegates write commands to copyNamedResource() + //The included resource may already be wrapped in a resource object + AbstractNamedAFPObject resourceObject = new AbstractNamedAFPObject(null) { + + protected void writeContent(OutputStream os) throws IOException { + InputStream inputStream = null; + try { + inputStream = accessor.createInputStream(uri); + BufferedInputStream bin = new BufferedInputStream(inputStream); + AFPResourceUtil.copyNamedResource(resourceName, bin, os); + } finally { + IOUtils.closeQuietly(inputStream); + } + } + + //bypass super.writeStart + protected void writeStart(OutputStream os) throws IOException { } + //bypass super.writeEnd + protected void writeEnd(OutputStream os) throws IOException { } + }; + + resourceGroup.addObject(resourceObject); + + includeNameMap.put(resourceInfo, resourceName); + + } + } + + + /** * Sets resource level defaults. The existing defaults over merged with the ones passed in * as parameter. * @param defaults the new defaults Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/AFPStreamer.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/AFPStreamer.java?rev=1005350&r1=1005349&r2=1005350&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/AFPStreamer.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/AFPStreamer.java Thu Oct 7 07:41:48 2010 @@ -158,7 +158,7 @@ public class AFPStreamer implements Stre */ // write out any external resource groups public void close() throws IOException { - Iterator it = pathResourceGroupMap.entrySet().iterator(); + Iterator it = pathResourceGroupMap.values().iterator(); while (it.hasNext()) { StreamedResourceGroup resourceGroup = (StreamedResourceGroup)it.next(); resourceGroup.close(); Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/IncludedResourceObject.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/IncludedResourceObject.java?rev=1005350&r1=1005349&r2=1005350&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/IncludedResourceObject.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/IncludedResourceObject.java Thu Oct 7 07:41:48 2010 @@ -26,6 +26,7 @@ import java.net.URI; import org.apache.commons.io.IOUtils; +import org.apache.fop.afp.util.AFPResourceUtil; import org.apache.fop.afp.util.ResourceAccessor; @@ -54,7 +55,7 @@ public class IncludedResourceObject exte public void writeToStream(OutputStream os) throws IOException { InputStream in = resourceAccessor.createInputStream(this.uri); try { - IOUtils.copy(in, os); + AFPResourceUtil.copyResourceFile(in, os); } finally { IOUtils.closeQuietly(in); } Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/MODCAParser.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/MODCAParser.java?rev=1005350&r1=1005349&r2=1005350&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/MODCAParser.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/parser/MODCAParser.java Thu Oct 7 07:41:48 2010 @@ -29,6 +29,9 @@ import java.io.InputStream; */ public class MODCAParser { + /** The carriage control character (0x5A) used to indicate the start of a structured field. */ + public static final byte CARRIAGE_CONTROL_CHAR = (byte)(0x5A & 0xFF); + private DataInputStream din; /** @@ -61,10 +64,11 @@ public class MODCAParser { try { while (true) { byte b = din.readByte(); //Skip 0x5A character if necessary (ex. AFP) - if (b == 0x0D || b == 0x0A) { //CR and LF may be used as field delimiters + if (b == 0x0D || b == 0x0A) { + //CR and LF may be used as field delimiters continue; - } else if (b == 0x5A) { //Carriage Control Character - break; + } else if (b == CARRIAGE_CONTROL_CHAR) { + break; //Signals the start of a new structured field } } } catch (EOFException eof) { Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/AFPResourceUtil.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/AFPResourceUtil.java?rev=1005350&view=auto ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/AFPResourceUtil.java (added) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/AFPResourceUtil.java Thu Oct 7 07:41:48 2010 @@ -0,0 +1,214 @@ +/* + * 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$ */ + +package org.apache.fop.afp.util; + +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.io.UnsupportedEncodingException; +import java.util.Collection; + +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; + +import org.apache.fop.afp.AFPConstants; +import org.apache.fop.afp.modca.ResourceObject; +import org.apache.fop.afp.modca.AbstractAFPObject.Category; +import org.apache.fop.afp.parser.MODCAParser; +import org.apache.fop.afp.parser.UnparsedStructuredField; + +/** + * TODO better docs + * Utility for AFP resource handling + * + * + * A utility class to read structured fields from a MO:DCA document. Each + * component of a mixed object document is explicitly defined and delimited + * in the data. This is accomplished through the use of MO:DCA data structures, + * called structured fields. Structured fields are used to envelop document + * components and to provide commands and information to applications using + * the data. Structured fields may contain one or more parameters. Each + * parameter provides one value from a set of values defined by the architecture. + * <p/> + * MO:DCA structured fields consist of two parts: an introducer that identifies + * the length and type of the structured field, and data that provides the + * structured field's effect. The data is contained in a set of parameters, + * which can consist of other data structures and data elements. The maximum + * length of a structured field is 32767 bytes. + * <p/> + */ +public final class AFPResourceUtil { + + private static final byte TYPE_CODE_BEGIN = (byte)(0xA8 & 0xFF); + private static final byte TYPE_CODE_END = (byte)(0xA9 & 0xFF); + + private static final Log LOG = LogFactory.getLog(AFPResourceUtil.class); + + private AFPResourceUtil() { + //nop + } + + /** + * Get the next structured field as identified by the identifier + * parameter (this must be a valid MO:DCA structured field). + * @param identifier the three byte identifier + * @param inputStream the inputStream + * @throws IOException if an I/O exception occurred + * @return the next structured field or null when there are no more + */ + public static byte[] getNext(byte[] identifier, InputStream inputStream) throws IOException { + MODCAParser parser = new MODCAParser(inputStream); + while (true) { + UnparsedStructuredField field = parser.readNextStructuredField(); + if (field == null) { + return null; + } + if (field.getSfClassCode() == identifier[0] + && field.getSfTypeCode() == identifier[1] + && field.getSfCategoryCode() == identifier[2]) { + return field.getCompleteFieldAsBytes(); + } + } + } + + private static String getResourceName(UnparsedStructuredField field) + throws UnsupportedEncodingException { + //The first 8 bytes of the field data represent the resource name + byte[] nameBytes = new byte[8]; + System.arraycopy(field.getData(), 0, nameBytes, 0, 8); + String asciiName; + asciiName = new String(nameBytes, AFPConstants.EBCIDIC_ENCODING); + return asciiName; + } + + /** + * Copy a complete resource file to a given {@link OutputStream}. + * @param in external resource input + * @param out output destination + * @throws IOException if an I/O error occurs + */ + public static void copyResourceFile(final InputStream in, OutputStream out) + throws IOException { + MODCAParser parser = new MODCAParser(in); + while (true) { + UnparsedStructuredField field = parser.readNextStructuredField(); + if (field == null) { + break; + } + out.write(MODCAParser.CARRIAGE_CONTROL_CHAR); + field.writeTo(out); + } + } + + /** + * Copy a named resource to a given {@link OutputStream}. The MO:DCA fields read from the + * {@link InputStream} are scanned for the resource with the given name. + * @param name name of structured field + * @param in external resource input + * @param out output destination + * @throws IOException if an I/O error occurs + */ + public static void copyNamedResource(String name, + final InputStream in, final OutputStream out) throws IOException { + final MODCAParser parser = new MODCAParser(in); + Collection resourceNames = new java.util.HashSet(); + + //Find matching "Begin" field + final UnparsedStructuredField fieldBegin; + while (true) { + UnparsedStructuredField field = parser.readNextStructuredField(); + if (field == null) { + throw new IOException("Requested resource '" + name + + "' not found. Encountered resource names: " + resourceNames); + } + + if (field.getSfTypeCode() != TYPE_CODE_BEGIN) { //0xA8=Begin + continue; //Not a "Begin" field + } + String resourceName = getResourceName(field); + resourceNames.add(resourceName); + if (resourceName.equals(name)) { + if (LOG.isDebugEnabled()) { + LOG.debug("Start of requested structured field found:\n" + + field); + } + fieldBegin = field; + break; //Name doesn't match + } + } + + //Decide whether the resource file has to be wrapped in a resource object + boolean wrapInResource; + if (fieldBegin.getSfCategoryCode() == Category.PAGE_SEGMENT) { + //A naked page segment must be wrapped in a resource object + wrapInResource = true; + } else if (fieldBegin.getSfCategoryCode() == Category.NAME_RESOURCE) { + //A resource object can be copied directly + wrapInResource = false; + } else { + throw new IOException("Cannot handle resource: " + fieldBegin); + } + + //Copy structured fields (wrapped or as is) + if (wrapInResource) { + ResourceObject resourceObject = new ResourceObject(name) { + protected void writeContent(OutputStream os) throws IOException { + copyStructuredFields(name, fieldBegin, parser, out); + } + }; + resourceObject.setType(ResourceObject.TYPE_PAGE_SEGMENT); + resourceObject.writeToStream(out); + } else { + copyStructuredFields(name, fieldBegin, parser, out); + } + } + + private static void copyStructuredFields(String name, UnparsedStructuredField fieldBegin, + MODCAParser parser, OutputStream out) throws IOException { + boolean inRequestedResource; + + //The "Begin" field first + out.write(MODCAParser.CARRIAGE_CONTROL_CHAR); + fieldBegin.writeTo(out); + UnparsedStructuredField field; + + //Then the rest of the fields until the corresponding "End" field + inRequestedResource = true; + do { + field = parser.readNextStructuredField(); + if (field == null) { + break; //Unexpected EOF + } + + if (field.getSfTypeCode() == TYPE_CODE_END) { + String resourceName = getResourceName(field); + if (resourceName.equals(name)) { + inRequestedResource = false; //Signal end of loop + } + } + out.write(MODCAParser.CARRIAGE_CONTROL_CHAR); + field.writeTo(out); + } while (inRequestedResource); + if (inRequestedResource) { + throw new IOException("Ending structured field not found for resource " + name); + } + } + +} Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/AFPResourceUtil.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/AFPResourceUtil.java ------------------------------------------------------------------------------ svn:keywords = Id Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/StructuredFieldReader.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/StructuredFieldReader.java?rev=1005350&r1=1005349&r2=1005350&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/StructuredFieldReader.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/StructuredFieldReader.java Thu Oct 7 07:41:48 2010 @@ -54,80 +54,27 @@ public class StructuredFieldReader { } /** - * Get the next structured field as identified by the identifer - * parameter (this must be a valid MO:DCA structured field. + * Get the next structured field as identified by the identifier + * parameter (this must be a valid MO:DCA structured field). + * Note: The returned data does not include the field length and identifier! * @param identifier the three byte identifier * @throws IOException if an I/O exception occurred * @return the next structured field or null when there are no more */ public byte[] getNext(byte[] identifier) throws IOException { - int bufferPointer = 0; - byte[] bufferData = new byte[identifier.length + 2]; - for (int x = 0; x < identifier.length; x++) { - bufferData[x] = 0x00; - } - - int c; - while ((c = inputStream.read()) > -1) { - - bufferData[bufferPointer] = (byte) c; - - // Check the last characters in the buffer - int index = 0; - boolean found = true; - - for (int i = identifier.length - 1; i > -1; i--) { - - int p = bufferPointer - index; - if (p < 0) { - p = bufferData.length + p; - } - - index++; - - if (identifier[i] != bufferData[p]) { - found = false; - break; - } - - } - - if (found) { - - byte[] length = new byte[2]; - - int a = bufferPointer - identifier.length; - if (a < 0) { - a = bufferData.length + a; - } - - int b = bufferPointer - identifier.length - 1; - if (b < 0) { - b = bufferData.length + b; - } - - length[0] = bufferData[b]; - length[1] = bufferData[a]; - - int reclength = ((length[0] & 0xFF) << 8) - + (length[1] & 0xFF) - identifier.length - 2; - - byte[] retval = new byte[reclength]; - - inputStream.read(retval, 0, reclength); - - return retval; - - } - - bufferPointer++; - if (bufferPointer >= bufferData.length) { - bufferPointer = 0; - } + byte[] bytes = AFPResourceUtil.getNext(identifier, this.inputStream); + if (bytes != null) { + //Users of this class expect the field data without length and identifier + int srcPos = 2 + identifier.length; + byte[] tmp = new byte[bytes.length - srcPos]; + System.arraycopy(bytes, srcPos, tmp, 0, tmp.length); + bytes = tmp; } - return null; + return bytes; + } + } Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPDocumentHandler.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPDocumentHandler.java?rev=1005350&r1=1005349&r2=1005350&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPDocumentHandler.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPDocumentHandler.java Thu Oct 7 07:41:48 2010 @@ -47,6 +47,7 @@ import org.apache.fop.render.afp.extensi import org.apache.fop.render.afp.extensions.AFPIncludeFormMap; import org.apache.fop.render.afp.extensions.AFPInvokeMediumMap; import org.apache.fop.render.afp.extensions.AFPPageOverlay; +import org.apache.fop.render.afp.extensions.AFPPageSegmentElement; import org.apache.fop.render.afp.extensions.AFPPageSetup; import org.apache.fop.render.intermediate.AbstractBinaryWritingIFDocumentHandler; import org.apache.fop.render.intermediate.IFDocumentHandler; @@ -76,8 +77,8 @@ public class AFPDocumentHandler extends private DataStream dataStream; /** the map of page segments */ - private Map/*<String,String>*/pageSegmentMap - = new java.util.HashMap/*<String,String>*/(); + private Map/*<String,PageSegmentDescriptor>*/pageSegmentMap + = new java.util.HashMap/*<String,PageSegmentDescriptor>*/(); /** Medium Map referenced on previous page **/ private String lastMediumMap; @@ -213,7 +214,6 @@ public class AFPDocumentHandler extends throws IFException { this.location = LOC_ELSEWHERE; paintingState.clear(); - pageSegmentMap.clear(); AffineTransform baseTransform = getBaseTransform(); paintingState.concatenate(baseTransform); @@ -288,9 +288,12 @@ public class AFPDocumentHandler extends null); } if (AFPElementMapping.INCLUDE_PAGE_SEGMENT.equals(element)) { - String name = aps.getName(); - String source = aps.getValue(); - pageSegmentMap.put(source, name); + AFPPageSegmentElement.AFPPageSegmentSetup apse + = (AFPPageSegmentElement.AFPPageSegmentSetup)aps; + String name = apse.getName(); + String source = apse.getValue(); + String uri = apse.getResourceSrc(); + pageSegmentMap.put(source, new PageSegmentDescriptor(name, uri)); } else if (AFPElementMapping.NO_OPERATION.equals(element)) { String content = aps.getContent(); if (content != null) { @@ -392,13 +395,13 @@ public class AFPDocumentHandler extends } /** - * Returns the page segment name for a given URI if it actually represents a page segment. + * Returns the page segment descriptor for a given URI if it actually represents a page segment. * Otherwise, it just returns null. * @param uri the URI that identifies the page segment - * @return the page segment name or null if there's no page segment for the given URI + * @return the page segment descriptor or null if there's no page segment for the given URI */ - String getPageSegmentNameFor(String uri) { - return (String)pageSegmentMap.get(uri); + PageSegmentDescriptor getPageSegmentNameFor(String uri) { + return (PageSegmentDescriptor)pageSegmentMap.get(uri); } } Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPPainter.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPPainter.java?rev=1005350&r1=1005349&r2=1005350&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPPainter.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPPainter.java Thu Oct 7 07:41:48 2010 @@ -26,6 +26,8 @@ import java.awt.Point; import java.awt.Rectangle; import java.awt.geom.AffineTransform; import java.io.IOException; +import java.net.URI; +import java.net.URISyntaxException; import java.util.Map; import org.w3c.dom.Document; @@ -48,6 +50,8 @@ import org.apache.fop.afp.modca.Abstract import org.apache.fop.afp.modca.PresentationTextObject; import org.apache.fop.afp.ptoca.PtocaBuilder; import org.apache.fop.afp.ptoca.PtocaProducer; +import org.apache.fop.afp.util.DefaultFOPResourceAccessor; +import org.apache.fop.afp.util.ResourceAccessor; import org.apache.fop.fonts.Font; import org.apache.fop.fonts.FontInfo; import org.apache.fop.fonts.FontTriplet; @@ -183,14 +187,34 @@ public class AFPPainter extends Abstract /** {@inheritDoc} */ public void drawImage(String uri, Rectangle rect) throws IFException { - String name = documentHandler.getPageSegmentNameFor(uri); - if (name != null) { + PageSegmentDescriptor pageSegment = documentHandler.getPageSegmentNameFor(uri); + + if (pageSegment != null) { float[] srcPts = {rect.x, rect.y}; int[] coords = unitConv.mpts2units(srcPts); int width = Math.round(unitConv.mpt2units(rect.width)); int height = Math.round(unitConv.mpt2units(rect.height)); - getDataStream().createIncludePageSegment(name, coords[X], coords[Y], width, height); + getDataStream().createIncludePageSegment(pageSegment.getName(), + coords[X], coords[Y], width, height); + + //Do we need to embed an external page segment? + if (pageSegment.getURI() != null) { + ResourceAccessor accessor = new DefaultFOPResourceAccessor ( + documentHandler.getUserAgent(), null, null); + try { + URI resourceUri = new URI(pageSegment.getURI()); + documentHandler.getResourceManager().createIncludedResourceFromExternal( + pageSegment.getName(), resourceUri, accessor); + + } catch (URISyntaxException urie) { + throw new IFException("Could not handle resource url" + + pageSegment.getURI(), urie); + } catch (IOException ioe) { + throw new IFException("Could not handle resource" + pageSegment.getURI(), ioe); + } + } + } else { drawImageUsingURI(uri, rect); } Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/PageSegmentDescriptor.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/PageSegmentDescriptor.java?rev=1005350&view=auto ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/PageSegmentDescriptor.java (added) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/PageSegmentDescriptor.java Thu Oct 7 07:41:48 2010 @@ -0,0 +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. + */ + +/* $Id$ */ + +package org.apache.fop.render.afp; + +/** + * Class holding information on a page segment. + */ +class PageSegmentDescriptor { + + private String name; + private String uri; + + /** + * Creates a new page segment descriptor. + * @param name the page segment name + * @param uri the URI identifying the external resource file (may be null if the page segment + * shall be referenced rather than embedded) + */ + public PageSegmentDescriptor(String name, String uri) { + this.name = name; + this.uri = uri; + } + + /** + * Returns the name of the page segment (usually 8 upper case letters). + * @return the name of the page segment + */ + public String getName() { + return this.name; + } + + /** + * Returns the URI of the external resource containing the page segment. + * @return the URI of the external resource (or null if the resource is not to be embedded) + */ + public String getURI() { + return this.uri; + } + +} \ No newline at end of file Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/PageSegmentDescriptor.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/PageSegmentDescriptor.java ------------------------------------------------------------------------------ svn:keywords = Id Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPElementMapping.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPElementMapping.java?rev=1005350&r1=1005349&r2=1005350&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPElementMapping.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPElementMapping.java Thu Oct 7 07:41:48 2010 @@ -103,7 +103,7 @@ public class AFPElementMapping extends E static class AFPIncludePageSegmentMaker extends ElementMapping.Maker { public FONode make(FONode parent) { - return new AFPPageSetupElement(parent, INCLUDE_PAGE_SEGMENT); + return new AFPPageSegmentElement(parent, INCLUDE_PAGE_SEGMENT); } } Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPExtensionHandler.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPExtensionHandler.java?rev=1005350&r1=1005349&r2=1005350&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPExtensionHandler.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPExtensionHandler.java Thu Oct 7 07:41:48 2010 @@ -29,6 +29,7 @@ import org.xml.sax.helpers.DefaultHandle import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; +import org.apache.fop.render.afp.extensions.AFPPageSegmentElement.AFPPageSegmentSetup; import org.apache.fop.util.ContentHandlerFactory; import org.apache.fop.util.ContentHandlerFactory.ObjectBuiltListener; @@ -96,6 +97,30 @@ public class AFPExtensionHandler extends if (name != null) { returnedObject.setName(name); } + } else if (AFPElementMapping.INCLUDE_PAGE_SEGMENT.equals(localName)) { + AFPPageSegmentSetup pageSetupExtn = null; + + pageSetupExtn = new AFPPageSegmentSetup(localName); + this.returnedObject = pageSetupExtn; + + String name = lastAttributes.getValue("name"); + if (name != null) { + returnedObject.setName(name); + } + String value = lastAttributes.getValue("value"); + if (value != null && pageSetupExtn != null) { + pageSetupExtn.setValue(value); + } + + String resourceSrc = lastAttributes.getValue("resource-file"); + if (resourceSrc != null && pageSetupExtn != null) { + pageSetupExtn.setResourceSrc(resourceSrc); + } + + if (content.length() > 0 && pageSetupExtn != null) { + pageSetupExtn.setContent(content.toString()); + content.setLength(0); //Reset text buffer (see characters()) + } } else { AFPPageSetup pageSetupExtn = null; if (AFPElementMapping.INVOKE_MEDIUM_MAP.equals(localName)) { @@ -117,6 +142,7 @@ public class AFPExtensionHandler extends content.setLength(0); //Reset text buffer (see characters()) } } + } } Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPPageSegmentElement.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPPageSegmentElement.java?rev=1005350&view=auto ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPPageSegmentElement.java (added) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPPageSegmentElement.java Thu Oct 7 07:41:48 2010 @@ -0,0 +1,149 @@ +/* + * 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$ */ + +package org.apache.fop.render.afp.extensions; + +import org.xml.sax.Attributes; +import org.xml.sax.ContentHandler; +import org.xml.sax.Locator; +import org.xml.sax.SAXException; +import org.xml.sax.helpers.AttributesImpl; + +import org.apache.fop.apps.FOPException; +import org.apache.fop.fo.FONode; +import org.apache.fop.fo.PropertyList; +import org.apache.fop.fo.extensions.ExtensionAttachment; + +/** + * This class extends the org.apache.fop.extensions.ExtensionObj class. The + * object faciliates extraction of elements from formatted objects based on + * the static list as defined in the AFPElementMapping implementation. + * <p/> + */ +public class AFPPageSegmentElement extends AFPPageSetupElement { + + private static final String ATT_RESOURCE_SRC = "resource-file"; + + /** + * Constructs an AFP object (called by Maker). + * + * @param parent the parent formatting object + * @param name the name of the afp element + */ + public AFPPageSegmentElement(FONode parent, String name) { + super(parent, name); + } + + + private AFPPageSegmentSetup getPageSetupAttachment() { + return (AFPPageSegmentSetup)getExtensionAttachment(); + } + + + /** {@inheritDoc} */ + public void processNode(String elementName, Locator locator, + Attributes attlist, PropertyList propertyList) + throws FOPException { + + AFPPageSegmentSetup pageSetup = getPageSetupAttachment(); + super.processNode(elementName, locator, attlist, propertyList); + + + String attr = attlist.getValue(ATT_RESOURCE_SRC); + + if (attr != null && attr.length() > 0) { + pageSetup.setResourceSrc(attr); + } + + } + + /** {@inheritDoc} */ + protected ExtensionAttachment instantiateExtensionAttachment() { + return new AFPPageSegmentSetup(getLocalName()); + } + + /** + * This is the pass-through value object for the AFP extension. + */ + public static class AFPPageSegmentSetup extends AFPPageSetup { + + private static final long serialVersionUID = 1L; + + private String resourceSrc; + + /** + * Default constructor. + * + * @param elementName the name of the setup code object, may be null + */ + public AFPPageSegmentSetup(String elementName) { + super(elementName); + } + + /** + * Returns the source URI for the page segment. + * @return the source URI + */ + public String getResourceSrc() { + return resourceSrc; + } + + /** + * Sets the source URI for the page segment. + * @param resourceSrc the source URI + */ + public void setResourceSrc(String resourceSrc) { + this.resourceSrc = resourceSrc.trim(); + } + + + /** {@inheritDoc} */ + public void toSAX(ContentHandler handler) throws SAXException { + AttributesImpl atts = new AttributesImpl(); + if (name != null && name.length() > 0) { + atts.addAttribute(null, ATT_NAME, ATT_NAME, "CDATA", name); + } + if (value != null && value.length() > 0) { + atts.addAttribute(null, ATT_VALUE, ATT_VALUE, "CDATA", value); + } + + if (resourceSrc != null && resourceSrc.length() > 0) { + atts.addAttribute(null, ATT_RESOURCE_SRC, ATT_RESOURCE_SRC, "CDATA", resourceSrc); + } + + handler.startElement(CATEGORY, elementName, elementName, atts); + if (content != null && content.length() > 0) { + char[] chars = content.toCharArray(); + handler.characters(chars, 0, chars.length); + } + handler.endElement(CATEGORY, elementName, elementName); + } + + /** {@inheritDoc} */ + public String toString() { + return "AFPPageSegmentSetup(element-name=" + getElementName() + + " name=" + getName() + + " value=" + getValue() + + " resource=" + getResourceSrc() + ")"; + } + + } + + +} Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPPageSegmentElement.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPPageSegmentElement.java ------------------------------------------------------------------------------ svn:keywords = Id Modified: xmlgraphics/fop/trunk/status.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?rev=1005350&r1=1005349&r2=1005350&view=diff ============================================================================== --- xmlgraphics/fop/trunk/status.xml (original) +++ xmlgraphics/fop/trunk/status.xml Thu Oct 7 07:41:48 2010 @@ -58,6 +58,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Renderers" dev="JM" type="add" fixes-bug="49379" due-to="Peter Hancock"> + Added ability to embed an external AFP page segment resource file (AFP output only). + </action> <action context="Renderers" dev="JM" type="fix" fixes-bug="46360" due-to="Alexis Giotis"> Fixed a multi-threading issue when rendering SVG. </action> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 11 12:42:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72089 invoked from network); 11 Oct 2010 12:42:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 Oct 2010 12:42:00 -0000 Received: (qmail 59708 invoked by uid 500); 11 Oct 2010 12:42:00 -0000 Delivered-To: [email protected] Received: (qmail 59630 invoked by uid 500); 11 Oct 2010 12: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59623 invoked by uid 99); 11 Oct 2010 12:41:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 12:41: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 eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 12:41:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9F5F923889DE; Mon, 11 Oct 2010 12:41:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1021325 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java Date: Mon, 11 Oct 2010 12:41:37 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jeremias Date: Mon Oct 11 12:41:37 2010 New Revision: 1021325 URL: http://svn.apache.org/viewvc?rev=1021325&view=rev Log: Bugfix for unescaped name characters which can cause trouble with PDF parsers. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java?rev=1021325&r1=1021324&r2=1021325&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java Mon Oct 11 12:41:37 2010 @@ -41,6 +41,7 @@ public class PDFName extends PDFObject { this.name = escapeName(name); } + private static final String ESCAPED_NAME_CHARS = "/()<>[]"; /** * Escapes a PDF name. It adds the leading slash and escapes characters as necessary. @@ -56,7 +57,8 @@ public class PDFName extends PDFObject { } for (int i = (skipFirst ? 1 : 0), c = name.length(); i < c; i++) { char ch = name.charAt(i); - if (ch < 33 || ch > 126 || ch == 0x2F) { + + if (ch < 33 || ch > 126 || ESCAPED_NAME_CHARS.indexOf(ch) >= 0) { sb.append('#'); toHex(ch, sb); } else { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 21 06:45:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48773 invoked from network); 21 Oct 2010 06:45:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Oct 2010 06:45:34 -0000 Received: (qmail 34912 invoked by uid 500); 21 Oct 2010 06:45:34 -0000 Delivered-To: [email protected] Received: (qmail 34837 invoked by uid 500); 21 Oct 2010 06:45: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34830 invoked by uid 99); 21 Oct 2010 06:45:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 06:45: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; Thu, 21 Oct 2010 06:45:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E051E238890B; Thu, 21 Oct 2010 06:44:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1025850 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java Date: Thu, 21 Oct 2010 06:44: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: jeremias Date: Thu Oct 21 06:44:32 2010 New Revision: 1025850 URL: http://svn.apache.org/viewvc?rev=1025850&view=rev Log: Wrap the whole page stream in a q..Q pair to avoid problems when the page streams are combined later with additional content. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java?rev=1025850&r1=1025849&r2=1025850&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java Thu Oct 21 06:44:32 2010 @@ -256,6 +256,7 @@ public class PDFDocumentGraphics2D exten if (!pdfContext.isPagePending()) { return; //ignore } + currentStream.write("Q\n"); //Finish page PDFStream pdfStream = this.pdfDoc.getFactory().makeStream( PDFFilterList.CONTENT_FILTER, false); @@ -321,6 +322,7 @@ public class PDFDocumentGraphics2D exten pdfContext.setCurrentPage(page); pageRef = page.referencePDF(); + currentStream.write("q\n"); AffineTransform at = new AffineTransform(1.0, 0.0, 0.0, -1.0, 0.0, height); currentStream.write("1 0 0 -1 0 " + height + " cm\n"); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 21 14:03:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93847 invoked from network); 21 Oct 2010 14:03:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Oct 2010 14:03:00 -0000 Received: (qmail 46484 invoked by uid 500); 21 Oct 2010 14:03:00 -0000 Delivered-To: [email protected] Received: (qmail 46453 invoked by uid 500); 21 Oct 2010 14:02: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46441 invoked by uid 99); 21 Oct 2010 14:02:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 14:02: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 eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 14:02:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AAE9923888D7; Thu, 21 Oct 2010 14:01:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1026003 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/intermediate/util/IFConcatenator.java Date: Thu, 21 Oct 2010 14:01:59 -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: jeremias Date: Thu Oct 21 14:01:59 2010 New Revision: 1026003 URL: http://svn.apache.org/viewvc?rev=1026003&view=rev Log: Allow to pass through document-level extensions from the first document passed to the IFConcatenator. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/intermediate/util/IFConcatenator.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/intermediate/util/IFConcatenator.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/intermediate/util/IFConcatenator.java?rev=1026003&r1=1026002&r2=1026003&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/intermediate/util/IFConcatenator.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/intermediate/util/IFConcatenator.java Thu Oct 21 14:01:59 2010 @@ -19,7 +19,6 @@ package org.apache.fop.render.intermediate.util; - import java.awt.Dimension; import javax.xml.transform.Source; @@ -39,12 +38,17 @@ import org.apache.fop.render.intermediat * <p> * Note: This class will filter/ignore any document navigation events. Support for this may be * added later. + * <p> + * Note: document-level extensions will only be transferred from the first document passed in. + * If you need to merge extensions from all the concatenated documents, you may have to merge + * these manually on the XML level, for example using XSLT. */ public class IFConcatenator { private IFDocumentHandler targetHandler; private int nextPageIndex = 0; + private boolean inFirstDocument = true; /** * Creates a new IF concatenator. @@ -163,14 +167,17 @@ public class IFConcatenator { /** {@inheritDoc} */ public void endDocument() throws IFException { //ignore + inFirstDocument = false; } /** {@inheritDoc} */ public void handleExtensionObject(Object extension) throws IFException { - if (inPageSequence) { + if (inPageSequence || inFirstDocument) { //Only pass through when inside page-sequence + //or for the first document (for document-level extensions). super.handleExtensionObject(extension); } + //Note:Extensions from non-first documents are ignored! } /** {@inheritDoc} */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 21 14:13:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1387 invoked from network); 21 Oct 2010 14:13:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Oct 2010 14:13:06 -0000 Received: (qmail 74880 invoked by uid 500); 21 Oct 2010 14:13:06 -0000 Delivered-To: [email protected] Received: (qmail 74798 invoked by uid 500); 21 Oct 2010 14:13: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74786 invoked by uid 99); 21 Oct 2010 14:13:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 14:13: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; Thu, 21 Oct 2010 14:13:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8CBAF238890A; Thu, 21 Oct 2010 14:12:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1026006 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/render: afp/extensions/AFPExtensionHandler.java pdf/extensions/PDFExtensionHandler.java ps/extensions/PSExtensionHandler.java Date: Thu, 21 Oct 2010 14:12:07 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jeremias Date: Thu Oct 21 14:12:07 2010 New Revision: 1026006 URL: http://svn.apache.org/viewvc?rev=1026006&view=rev Log: Copy attributes since some XML parsers might reuse the Attributes instance. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPExtensionHandler.java xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFExtensionHandler.java xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/extensions/PSExtensionHandler.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPExtensionHandler.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPExtensionHandler.java?rev=1026006&r1=1026005&r2=1026006&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPExtensionHandler.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/extensions/AFPExtensionHandler.java Thu Oct 21 14:12:07 2010 @@ -24,6 +24,7 @@ import java.net.URISyntaxException; import org.xml.sax.Attributes; import org.xml.sax.SAXException; +import org.xml.sax.helpers.AttributesImpl; import org.xml.sax.helpers.DefaultHandler; import org.apache.commons.logging.Log; @@ -53,7 +54,7 @@ public class AFPExtensionHandler extends throws SAXException { boolean handled = false; if (AFPExtensionAttachment.CATEGORY.equals(uri)) { - lastAttributes = attributes; + lastAttributes = new AttributesImpl(attributes); handled = true; if (localName.equals(AFPElementMapping.NO_OPERATION) || localName.equals(AFPElementMapping.TAG_LOGICAL_ELEMENT) Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFExtensionHandler.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFExtensionHandler.java?rev=1026006&r1=1026005&r2=1026006&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFExtensionHandler.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/extensions/PDFExtensionHandler.java Thu Oct 21 14:12:07 2010 @@ -21,6 +21,7 @@ package org.apache.fop.render.pdf.extens import org.xml.sax.Attributes; import org.xml.sax.SAXException; +import org.xml.sax.helpers.AttributesImpl; import org.xml.sax.helpers.DefaultHandler; import org.apache.commons.logging.Log; @@ -48,7 +49,7 @@ public class PDFExtensionHandler extends throws SAXException { boolean handled = false; if (PDFExtensionAttachment.CATEGORY.equals(uri)) { - lastAttributes = attributes; + lastAttributes = new AttributesImpl(attributes); handled = false; if (localName.equals(PDFEmbeddedFileExtensionAttachment.ELEMENT)) { //handled in endElement Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/extensions/PSExtensionHandler.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/extensions/PSExtensionHandler.java?rev=1026006&r1=1026005&r2=1026006&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/extensions/PSExtensionHandler.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/extensions/PSExtensionHandler.java Thu Oct 21 14:12:07 2010 @@ -21,6 +21,7 @@ package org.apache.fop.render.ps.extensi import org.xml.sax.Attributes; import org.xml.sax.SAXException; +import org.xml.sax.helpers.AttributesImpl; import org.xml.sax.helpers.DefaultHandler; import org.apache.commons.logging.Log; @@ -49,7 +50,7 @@ public class PSExtensionHandler extends throws SAXException { boolean handled = false; if (PSExtensionAttachment.CATEGORY.equals(uri)) { - lastAttributes = attributes; + lastAttributes = new AttributesImpl(attributes); handled = false; if (localName.equals(PSSetupCode.ELEMENT) || localName.equals(PSSetPageDevice.ELEMENT) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 21 19:25:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41055 invoked from network); 21 Oct 2010 19:25:32 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Oct 2010 19:25:32 -0000 Received: (qmail 47820 invoked by uid 500); 21 Oct 2010 19:25:31 -0000 Delivered-To: [email protected] Received: (qmail 47786 invoked by uid 500); 21 Oct 2010 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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47779 invoked by uid 99); 21 Oct 2010 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; Thu, 21 Oct 2010 19:25: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; Thu, 21 Oct 2010 19:25:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 69A51238890D; Thu, 21 Oct 2010 19:24:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1026110 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/render/rtf/RTFHandler.java src/java/org/apache/fop/render/rtf/TextAttributesConverter.java src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTextrun.java status.xml Date: Thu, 21 Oct 2010 19:24: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: jeremias Date: Thu Oct 21 19:24:29 2010 New Revision: 1026110 URL: http://svn.apache.org/viewvc?rev=1026110&view=rev Log: Bugzilla #42600: Added some support for break-before/-after for RTF output. Submitted by: Maximilian Aster <maximilian.aster.at.boc-eu.com> Changes to patch: - Code style fixes - Removed dependency from rtflib to FO Constants. - Tried to implement even/odd/column breaks Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTextrun.java xmlgraphics/fop/trunk/status.xml Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java?rev=1026110&r1=1026109&r2=1026110&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java Thu Oct 21 19:24:29 2010 @@ -80,11 +80,11 @@ import org.apache.fop.fo.flow.PageNumber import org.apache.fop.fo.flow.PageNumberCitation; import org.apache.fop.fo.flow.table.Table; import org.apache.fop.fo.flow.table.TableBody; -import org.apache.fop.fo.flow.table.TableFooter; -import org.apache.fop.fo.flow.table.TablePart; import org.apache.fop.fo.flow.table.TableCell; import org.apache.fop.fo.flow.table.TableColumn; +import org.apache.fop.fo.flow.table.TableFooter; import org.apache.fop.fo.flow.table.TableHeader; +import org.apache.fop.fo.flow.table.TablePart; import org.apache.fop.fo.flow.table.TableRow; import org.apache.fop.fo.pagination.Flow; import org.apache.fop.fo.pagination.PageSequence; @@ -436,7 +436,8 @@ public class RTFHandler extends FOEventH RtfTextrun textrun = container.getTextrun(); textrun.addParagraphBreak(); - textrun.popBlockAttributes(); + int breakValue = toRtfBreakValue(bl.getBreakAfter()); + textrun.popBlockAttributes(breakValue); } catch (IOException ioe) { handleIOTrouble(ioe); @@ -488,7 +489,8 @@ public class RTFHandler extends FOEventH RtfTextrun textrun = container.getTextrun(); textrun.addParagraphBreak(); - textrun.popBlockAttributes(); + int breakValue = toRtfBreakValue(bl.getBreakAfter()); + textrun.popBlockAttributes(breakValue); } catch (IOException ioe) { handleIOTrouble(ioe); @@ -498,6 +500,21 @@ public class RTFHandler extends FOEventH } } + private int toRtfBreakValue(int foBreakValue) { + switch (foBreakValue) { + case Constants.EN_PAGE: + return RtfTextrun.BREAK_PAGE; + case Constants.EN_EVEN_PAGE: + return RtfTextrun.BREAK_EVEN_PAGE; + case Constants.EN_ODD_PAGE: + return RtfTextrun.BREAK_ODD_PAGE; + case Constants.EN_COLUMN: + return RtfTextrun.BREAK_COLUMN; + default: + return RtfTextrun.BREAK_NONE; + } + } + /** {@inheritDoc} */ public void startTable(Table tbl) { if (bDefer) { Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java?rev=1026110&r1=1026109&r2=1026110&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java Thu Oct 21 19:24:29 2010 @@ -35,6 +35,7 @@ import org.apache.fop.fo.flow.BlockConta import org.apache.fop.fo.flow.Inline; import org.apache.fop.fo.flow.Leader; import org.apache.fop.fo.flow.PageNumber; +import org.apache.fop.fo.flow.table.TableCell; import org.apache.fop.fo.properties.CommonBorderPaddingBackground; import org.apache.fop.fo.properties.CommonFont; import org.apache.fop.fo.properties.CommonMarginBlock; @@ -80,10 +81,48 @@ final class TextAttributesConverter { attrBlockMargin(fobj.getCommonMarginBlock(), attrib); attrBlockTextAlign(fobj.getTextAlign(), attrib); attrBorder(fobj.getCommonBorderPaddingBackground(), attrib, fobj); + attrBreak(fobj, attrib); return attrib; } + private static void attrBreak(Block fobj, FOPRtfAttributes attrib) { + int breakValue = fobj.getBreakBefore(); + if (breakValue != Constants.EN_NONE) { + //"sect" Creates a new section and a page break, + //a simple page break with control word "page" caused + //some problems + boolean bHasTableCellParent = false; + FONode f = fobj; + while (f.getParent() != null) { + f = f.getParent(); + if (f instanceof TableCell) { + bHasTableCellParent = true; + break; + } + } + if (!bHasTableCellParent) { + attrib.set("sect"); + switch (breakValue) { + case Constants.EN_EVEN_PAGE: + attrib.set("sbkeven"); + break; + case Constants.EN_ODD_PAGE: + attrib.set("sbkodd"); + break; + case Constants.EN_COLUMN: + attrib.set("sbkcol"); + break; + default: + attrib.set("sbkpage"); + } + } else { + log.warn("Cannot create break-before for a block inside a table."); + } + } + //Break after is handled in RtfCloseGroupMark + } + /** * Converts all known text FO properties to RtfAttributes * @param fobj FObj whose properties are to be converted Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTextrun.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTextrun.java?rev=1026110&r1=1026109&r2=1026110&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTextrun.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTextrun.java Thu Oct 21 19:24:29 2010 @@ -25,9 +25,10 @@ import java.io.Writer; import java.util.Iterator; import java.util.List; import java.util.ListIterator; +import java.util.Stack; -// FOP -import org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic; +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; /** * Class which contains a linear text run. It has methods to add attributes, @@ -35,9 +36,26 @@ import org.apache.fop.render.rtf.rtflib. * @author Peter Herweg, [email protected] */ public class RtfTextrun extends RtfContainer { + + /** Constant for no page break */ + public static final int BREAK_NONE = 0; + /** Constant for a normal page break */ + public static final int BREAK_PAGE = 1; + /** Constant for a column break */ + public static final int BREAK_COLUMN = 2; + /** Constant for a even page break */ + public static final int BREAK_EVEN_PAGE = 3; + /** Constant for a odd page break */ + public static final int BREAK_ODD_PAGE = 4; + private boolean bSuppressLastPar = false; private RtfListItem rtfListItem; + /** + * logging instance + */ + protected static Log log = LogFactory.getLog(RtfTextrun.class); + /** Manager for handling space-* property. */ private RtfSpaceManager rtfSpaceManager = new RtfSpaceManager(); @@ -68,10 +86,12 @@ public class RtfTextrun extends RtfConta /** Class which represents the closing of a RTF group mark.*/ private class RtfCloseGroupMark extends RtfElement { + private int breakType = BREAK_NONE; - RtfCloseGroupMark(RtfContainer parent, Writer w) - throws IOException { + RtfCloseGroupMark(RtfContainer parent, Writer w, int breakType) + throws IOException { super(parent, w); + this.breakType = breakType; } /** @@ -82,11 +102,44 @@ public class RtfTextrun extends RtfConta } /** - * write RTF code of all our children + * Returns the break type. + * @return the break type (BREAK_* constants) + */ + public int getBreakType() { + return breakType; + } + + /** + * Write RTF code of all our children. * @throws IOException for I/O problems */ protected void writeRtfContent() throws IOException { writeGroupMark(false); + boolean bHasTableCellParent = this.getParentOfClass(RtfTableCell.class) != null; + + //Unknown behavior when a table starts a new section, + //Word may crash + if (breakType != BREAK_NONE) { + if (!bHasTableCellParent) { + writeControlWord("sect"); + /* The following modifiers don't seem to appear in the right place */ + switch (breakType) { + case BREAK_EVEN_PAGE: + writeControlWord("sbkeven"); + break; + case BREAK_ODD_PAGE: + writeControlWord("sbkodd"); + break; + case BREAK_COLUMN: + writeControlWord("sbkcol"); + break; + default: + writeControlWord("sbkpage"); + } + } else { + log.warn("Cannot create break-after for a paragraph inside a table."); + } + } } } @@ -135,8 +188,18 @@ public class RtfTextrun extends RtfConta * * @throws IOException for I/O problems */ + private void addCloseGroupMark(int breakType) throws IOException { + RtfCloseGroupMark r = new RtfCloseGroupMark(this, writer, breakType); + } + + /** + * Adds instance of <code>CloseGroupMark</code> as a child, but without a break option. + * Inline attributes do not need that for example + * + * @throws IOException for I/O problems + */ private void addCloseGroupMark() throws IOException { - RtfCloseGroupMark r = new RtfCloseGroupMark(this, writer); + RtfCloseGroupMark r = new RtfCloseGroupMark(this, writer, BREAK_NONE); } /** @@ -155,14 +218,14 @@ public class RtfTextrun extends RtfConta /** * Pops block attributes, notifies all opened blocks about pushing block * attributes, adds <code>CloseGroupMark</code> as a child. - * + * @param breakType the break type * @throws IOException for I/O problems */ - public void popBlockAttributes() throws IOException { - rtfSpaceManager.popRtfSpaceSplitter(); - rtfSpaceManager.stopUpdatingSpaceBefore(); - addCloseGroupMark(); - } + public void popBlockAttributes(int breakType) throws IOException { + rtfSpaceManager.popRtfSpaceSplitter(); + rtfSpaceManager.stopUpdatingSpaceBefore(); + addCloseGroupMark(breakType); + } /** * Pushes inline attributes. @@ -228,28 +291,30 @@ public class RtfTextrun extends RtfConta * @throws IOException for I/O problems */ public void addParagraphBreak() throws IOException { - // get copy of children list - List children = getChildren(); - - // delete all previous CloseGroupMark - int deletedCloseGroupCount = 0; - - ListIterator lit = children.listIterator(children.size()); - while (lit.hasPrevious() - && (lit.previous() instanceof RtfCloseGroupMark)) { - lit.remove(); - deletedCloseGroupCount++; - } - - if (children.size() != 0) { - // add paragraph break and restore all deleted close group marks - setChildren(children); - new RtfParagraphBreak(this, writer); - for (int i = 0; i < deletedCloseGroupCount; i++) { - addCloseGroupMark(); - } - } - } + // get copy of children list + List children = getChildren(); + Stack tmp = new Stack(); + + // delete all previous CloseGroupMark + int deletedCloseGroupCount = 0; + + ListIterator lit = children.listIterator(children.size()); + while (lit.hasPrevious() + && (lit.previous() instanceof RtfCloseGroupMark)) { + tmp.push(new Integer(((RtfCloseGroupMark)lit.next()).getBreakType())); + lit.remove(); + deletedCloseGroupCount++; + } + + if (children.size() != 0) { + // add paragraph break and restore all deleted close group marks + setChildren(children); + new RtfParagraphBreak(this, writer); + for (int i = 0; i < deletedCloseGroupCount; i++) { + addCloseGroupMark(((Integer)tmp.pop()).intValue()); + } + } + } /** * Inserts a leader. Modified: xmlgraphics/fop/trunk/status.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?rev=1026110&r1=1026109&r2=1026110&view=diff ============================================================================== --- xmlgraphics/fop/trunk/status.xml (original) +++ xmlgraphics/fop/trunk/status.xml Thu Oct 21 19:24:29 2010 @@ -58,6 +58,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Renderers" dev="JM" type="add" fixes-bug="42600" due-to="Maximilian Aster"> + Added some support for break-before/-after for RTF output. + </action> <action context="Renderers" dev="JM" type="add" fixes-bug="49379" due-to="Peter Hancock"> Added ability to embed an external AFP page segment resource file (AFP output only). </action> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 21 19:33:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44278 invoked from network); 21 Oct 2010 19:33:05 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Oct 2010 19:33:05 -0000 Received: (qmail 70661 invoked by uid 500); 21 Oct 2010 19:33:05 -0000 Delivered-To: [email protected] Received: (qmail 70636 invoked by uid 500); 21 Oct 2010 19: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70629 invoked by uid 99); 21 Oct 2010 19:33:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 19: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 eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 19:33:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A6A98238890D; Thu, 21 Oct 2010 19:32:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1026114 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java Date: Thu, 21 Oct 2010 19:32: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: jeremias Date: Thu Oct 21 19:32:06 2010 New Revision: 1026114 URL: http://svn.apache.org/viewvc?rev=1026114&view=rev Log: Bugzilla #42600: Wrong constant used. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java?rev=1026114&r1=1026113&r2=1026114&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java Thu Oct 21 19:32:06 2010 @@ -88,7 +88,7 @@ final class TextAttributesConverter { private static void attrBreak(Block fobj, FOPRtfAttributes attrib) { int breakValue = fobj.getBreakBefore(); - if (breakValue != Constants.EN_NONE) { + if (breakValue != Constants.EN_AUTO) { //"sect" Creates a new section and a page break, //a simple page break with control word "page" caused //some problems --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 26 12:49:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96123 invoked from network); 26 Oct 2010 12:49:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Oct 2010 12:49:55 -0000 Received: (qmail 65061 invoked by uid 500); 26 Oct 2010 12:49:55 -0000 Delivered-To: [email protected] Received: (qmail 64966 invoked by uid 500); 26 Oct 2010 12:49: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64957 invoked by uid 99); 26 Oct 2010 12:49:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 12: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 eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 12:49:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8D04023888EC; Tue, 26 Oct 2010 12:48:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1027520 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java Date: Tue, 26 Oct 2010 12:48:55 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jeremias Date: Tue Oct 26 12:48:55 2010 New Revision: 1027520 URL: http://svn.apache.org/viewvc?rev=1027520&view=rev Log: Added two more character to be escaped in a PDF name (now in sync with PDFBox). Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java?rev=1027520&r1=1027519&r2=1027520&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFName.java Tue Oct 26 12:48:55 2010 @@ -41,7 +41,7 @@ public class PDFName extends PDFObject { this.name = escapeName(name); } - private static final String ESCAPED_NAME_CHARS = "/()<>[]"; + private static final String ESCAPED_NAME_CHARS = "/()<>[]%#"; /** * Escapes a PDF name. It adds the leading slash and escapes characters as necessary. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 27 16:42:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3108 invoked from network); 27 Oct 2010 16:41:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 Oct 2010 16:41:20 -0000 Received: (qmail 81757 invoked by uid 500); 27 Oct 2010 16:36:16 -0000 Delivered-To: [email protected] Received: (qmail 72046 invoked by uid 500); 27 Oct 2010 16:34: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: <fop-commits.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66677 invoked by uid 99); 27 Oct 2010 16:04:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Oct 2010 16:04: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; Wed, 27 Oct 2010 16:04:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E0FD1238889B; Wed, 27 Oct 2010 16:03:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1028021 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFMetadata.java Date: Wed, 27 Oct 2010 16:03: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: jeremias Date: Wed Oct 27 16:03:30 2010 New Revision: 1028021 URL: http://svn.apache.org/viewvc?rev=1028021&view=rev Log: Small improvement for XMP generation. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFMetadata.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFMetadata.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFMetadata.java?rev=1028021&r1=1028020&r2=1028021&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFMetadata.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFMetadata.java Wed Oct 27 16:03:30 2010 @@ -151,6 +151,9 @@ public class PDFMetadata extends PDFStre } dc.addDate(info.getCreationDate()); + //Somewhat redundant but some PDF/A checkers issue a warning without this. + dc.setFormat("application/pdf"); + //PDF/A identification PDFAMode pdfaMode = pdfDoc.getProfile().getPDFAMode(); if (pdfaMode.isPDFA1LevelB()) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Wed Jun 01 11:35:21 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3534 invoked from network); 1 Jun 2005 11:35:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2005 11:35:21 -0000 Received: (qmail 80547 invoked by uid 500); 1 Jun 2005 11:35:19 -0000 Delivered-To: [email protected] Received: (qmail 80526 invoked by uid 500); 1 Jun 2005 11:35: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]> Reply-To: [email protected] List-Id: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 80513 invoked by uid 500); 1 Jun 2005 11:35:19 -0000 Delivered-To: [email protected] Received: (qmail 80486 invoked by uid 99); 1 Jun 2005 11:35:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Jun 2005 04:35:17 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 3CAA118B for <[email protected]>; Wed, 1 Jun 2005 13:34:54 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Wed, 1 Jun 2005 13:34:54 +0200 (CEST) From: =?UTF-8?Q?Niels_Ull_Harremo=C3=ABs_=28JIRA=29?= <[email protected]> To: [email protected] Subject: [jira] Created: (XMLBEANS-159) Allow prefix wildcards in xsdconfig namespace to package mappings Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Allow prefix wildcards in xsdconfig namespace to package mappings ----------------------------------------------------------------- Key: XMLBEANS-159 URL: http://issues.apache.org/jira/browse/XMLBEANS-159 Project: XMLBeans Type: Improvement Components: Compiler =20 Versions: TBD =20 Reporter: Niels Ull Harremo=C3=ABs Priority: Minor We have a large number of namespaces, all with a common prefix, e.g. http:/= /gateway.company.com/public/resellers/schemas/2005/05/19/ To map the elements to reasonable package names (for low values of reasonab= le), I must put the following in the .xsdconfig file:=20 <xb:namespace uri=3D"http://gateway.company.com/public/resellers/schema= s/2005/05/19/person"> <xb:package>gateway.reseller.v1.person</xb:package> </xb:namespace> <xb:namespace uri=3D"http://gateway.company.com/public/resellers/schema= s/2005/05/19/product"> <xb:package>gateway.reseller.v1.product</xb:package> </xb:namespace> <xb:namespace uri=3D"http://gateway.company.com/public/resellers/schema= s/2005/05/19/purchase"> <xb:package>gateway.reseller.v1.purchase</xb:package> </xb:namespace> and so on. It would be very convenient if I could just write <xb:namespace uri=3D"http://gateway.company.com/public/resellers/schema= s/2005/05/19/"> <xb:package>gateway.reseller.v1</xb:package> </xb:namespace> or something like that - possibly with an attribute applyToSubscpaces=3D"tr= ue" applied to the namespace. To make this less confusing, any conflicts between declarations could be ha= ndled the simple way - by just reporting an error. --=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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 01 18:21:29 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74744 invoked from network); 1 Jun 2005 18:21:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2005 18:21:28 -0000 Received: (qmail 68031 invoked by uid 500); 1 Jun 2005 18:21:28 -0000 Delivered-To: [email protected] Received: (qmail 67998 invoked by uid 500); 1 Jun 2005 18:21:27 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 67978 invoked by uid 99); 1 Jun 2005 18:21:27 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 01 Jun 2005 11:21:25 -0700 Received: (qmail 73043 invoked by uid 1926); 1 Jun 2005 18:14:44 -0000 Date: Wed, 1 Jun 2005 11:14:44 -0700 From: Kevin Krouse <[email protected]> To: [email protected] Subject: Re: [VOTE] xmlbeanscxx subproject 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/161.129.204.104i X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 --k On Tue, May 31, 2005 at 12:29:59PM -0600, David Waite wrote: > +1 > > On May 31, 2005, at 11:29 AM, [email protected] wrote: > > >+1 > > > >-- -- > >Ken Kress > >Information Technology > >Lockwood? > >10 Valley Stream Parkway > >Malvern, PA 19355 > >Phone: +1-913-501-1940 > >Fax: +1-913-501-1940 > >Email: [email protected] > > > > > > > > > >Cliff Schmidt <[email protected]> > >05/31/2005 01:16 PM > >Please respond to dev > > > > > > To: [email protected] > > cc: > > Subject: [VOTE] xmlbeanscxx subproject > > > > > >I think we've now had plenty of time for discussion. Please vote on > >the following: > > > >Should the XMLBeans project sponsor the proposed xmlbeanscxx project, > >as described in Heidi's proposal (see below)? > > > >As usual, all members of the xmlbeans community are welcome to vote, > >but only XMLBeans PMC members have binding votes. This vote will > >close at midnight, 4 June UTC (Friday at 5 PM PDT): > >http://www.timeanddate.com/worldclock/fixedtime.html? > >year=2005&month=6&day=4&hour=00&min=00&sec=00 > > > >Thanks, > >Cliff > > > >On 5/19/05, Heidi Buelow <[email protected]> wrote: > > > >> > >>Since writing the XmlBeans C++ proposal a few weeks ago, we have done > >> > >more > > > >>analysis of our planned approach, and we have come to the conclusion > >> > >that > > > >>there are significant and important differences between the XmlBeans > >>architecture and that of our existing product that we referenced > >>in the > >>proposal as a starting point for the Apache project. In addition, we > >> > >have > > > >>since made progress on the XmlBeans C++ implementation with > >>developers > >>actively working on the project internally. > >> > >>Our goal is clear, in that we plan to develop XmlBeans C++ to be > >> > >compatible > > > >>with the Java version, both architecturally and keeping to the API as > >>closely as possible. There are many components in our existing LEIF > >> > >product > > > >>that will provide a starting point for XmlBeans C++ to jump-start the > >>project. However, given the differences, we now plan to have our > >> > >developers > > > >>borrow/modify from this applicable code and then submit it to the > >>Apache > >>project during implementation. > >> > >>This approach will be a lot less confusing to the community, > >>giving our > >>developers the responsibility of incorporating any of our existing > >> > >product > > > >>code into the Apache project, avoiding that burden for other > >> > >contributors. > > > >>We can transfer our work under the auspices of Apache as soon as the > >> > >project > > > >>is approved and the environment is set up. > >> > >> > >>Heidi. > >>-------------------- > >>Heidi Buelow > >>Rogue Wave, a division of Quovadx > >> > >> > >> > >>>-----Original Message----- > >>>From: Heidi Buelow > >>>Sent: Sunday, May 15, 2005 11:12 AM > >>>To: '[email protected]' > >>>Subject: Proposal for xmlbeanscxx > >>> > >>>This is a proposal for an xmlbeans subproject which should be > >>> > >discussed > > > >>>here > >>>and voted on at the xmlbeans PMC before going to the incubator for a > >>> > >vote. > > > >>> > >>>Proposal to create a C++ version of the Apache XMLBeans project > >>> > >>>Submission date: 15 May 2005, Tim Triemstra, Heidi Buelow (TimT @ > >>>RogueWave > >>>dot-com, Buelow @ RogueWave dot-com) > >>> > >>>(0) rationale > >>> > >>>Apache currently maintains the XMLBeans/Java project, a tool that > >>>uses > >>> > >XML > > > >>>Schema as a basis for generating Java classes used to easily access > >>> > >XML > > > >>>instance data. The goal of the XMLBeans/C++ project is to provide a > >>> > >very > > > >>>similar user experience for C++ developers as that provided by the > >>>XMLBeans/Java version. This includes generating strongly-typed C++ > >>> > >classes > > > >>>for the XML binding as well as providing low-level C++ APIs enabling > >>>access > >>>to the raw, underlying XML content. Where possible, the XMLBeans/C++ > >>>project > >>>will provide a nearly identical API and parallel architecture to > >>>that > >>>provided by the Java counterpart, and will closely mimic both > >>>features > >>> > >and > > > >>>schedule. > >>> > >>>Rogue Wave Software will help jump start this project by > >>>contributing > >>> > >the > > > >>>existing XML to C++ binding code distributed as part of the LEIF > >>> > >product > > > >>>to > >>>the Apache community. This product has been in production for > >>>over two > >>>years, and will provide a solid foundation for a C++ version of > >>> > >XMLBeans. > > > >>> > >>>(0.1) criteria > >>> > >>>Meritocracy: The C++ version of the project should adhere to the > >>>same > >>>open, > >>>merit-based community standards as other Apache projects. > >>> > >>>Contributions and Core Developers: Code being contributed is > >>>actually > >>> > >a > > > >>>subset of the LEIF product. Currently, work is underway to remove > >>>any > >>>proprietary dependencies from within the code. A "cleaned" version > >>> > >that is > > > >>>ready for contribution will be made available to the community > >>>around > >>> > >the > > > >>>middle of May 2005. This initial contribution will be fully > >>> > >functioning, > > > >>>but > >>>missing a few key features of the Java version of XMLBeans. > >>> > >>>The community should be able to immediately jump in and begin work, > >>> > >along > > > >>>side dedicated Rogue Wave personnel, to turn the initial > >>>contribution > >>> > >into > > > >>>a > >>>feature-compatible version of XMLBeans for C++. > >>> > >>>Community: The community around the Java version of XMLBeans is > >>> > >already > > > >>>vibrant and growing. There is every reason to believe many of those > >>> > >within > > > >>>the existing community have experience and/or general interest in a > >>>successful, compatible C++ implementation of the toolset. This > >>>should > >>>ensure > >>>an immediately active and vocal community, even if the primary > >>> > >interest is > > > >>>in ensuring a similar experience between versions. There is > >>>already a > >>>large > >>>group of developers "in the wild" using the original XML to C++ > >>> > >binding > > > >>>tool > >>>that is serving as the original contribution for this project. These > >>> > >users > > > >>>will be migrating to the XMLBeans/C++ code over time and have > >>>already > >>>indicated a keen interest in tracking, and even participating in the > >>>Apache-led project. > >>> > >>>Apache Alignment: The XML binding tool from which the XMLBeans/C++ > >>> > >port > > > >>>will > >>>morph does not include a full XML parser, but instead uses a small, > >>>focused > >>>parser designed expressly for tight C++ to XML binding support. The > >>>general > >>>purpose XML instance data APIs within XMLBeans will require > >>>additional > >>>code > >>>and may be a good fit for the Xerces parser to enable some required > >>>features. > >>> > >>>Additionally, at least one member of an existing Apache project has > >>>expressed interest in a project like XMLBeans/C++ to aid in his > >>> > >current > > > >>>work. Higher-level projects such as Axis for C++ seem to be natural > >>>beneficiaries of this work. > >>> > >>>(0.2) known risks > >>> > >>>Orphaned Products: One of the first questions when a commercial > >>>entity > >>>offers code to the public is "will this code be abandoned?" To be > >>> > >clear, > > > >>>Rogue Wave decided to initiate this process due to its own > >>>significant > >>>interest in the XMLBeans feature set already present in Java, and > >>>its > >>> > >need > > > >>>for similar features in C++. We have significant product goals > >>>moving > >>>forward around XML for which the XMLBeans model fits perfectly. > >>>Rather > >>>than > >>>simply copy the design and keep the project closed, we felt that the > >>>downstream products would reap significant benefits from opening the > >>> > >XML > > > >>>layer to the community. Keeping the C++ version in sync with the > >>>Java > >>>version, even if it were to not be accepted as an Apache project, > >>>can > >>> > >only > > > >>>help its overall adoption. > >>> > >>>Additionally, a diverse committer base is a strong goal for this > >>> > >project. > > > >>>Numerous users of the contributed XML to C++ binding tool have > >>> > >indicated > > > >>>interest in participating, many of whom have critical projects > >>> > >dependant > > > >>>on > >>>this work and resources available to continue to ensure the > >>>viability > >>> > >of > > > >>>the > >>>project well into the future. > >>> > >>>Inexperience with Open Source: Like many companies entering this > >>> > >arena, we > > > >>>have limited experience working on open source projects. Our primary > >>> > >goal > > > >>>is > >>>to foster an active community around XMLBeans/C++ so advice will be > >>> > >taken > > > >>>to > >>>heart, and significant resources will be dedicated to the project to > >>> > >get > > > >>>it > >>>off the ground. However, we hope that our experience working in open > >>>standards groups will aid in the transition to the open source > >>> > >community. > > > >>> > >>>Initial Reliance on Salaried Workers: Due to the rapid process of > >>>transitioning to work on the open source XMLBeans/C++ project, > >>>only a > >>> > >few > > > >>>of > >>>the listed contributors will be outside the commercial realm. We > >>> > >expect > > > >>>this > >>>list of external volunteers to grow significantly after the initial > >>> > >public > > > >>>code drop. > >>> > >>>Licensing, Patents, Miscellaneous Legal: We are conducting a legal > >>> > >review > > > >>>of > >>>the code and existing contracts. This review should be done shortly > >>> > >and > > > >>>any > >>>code contributed will be licensed under the latest ASF terms. > >>> > >>>Commercial Interest: XMLBeans/C++ will be maintained as an open > >>>source > >>>Apache project, with all relevant enhancements contributed to the > >>>community. > >>>Additionally, there is every intention to use XMLBeans/C++ within > >>> > >future > > > >>>commercial products, thereby resulting in even greater testing and > >>> > >user > > > >>>exposure. It is expected that other companies may well wish to > >>>use the > >>>project's code within their own commercial endeavors, which of > >>>course > >>>would > >>>be fine. > >>> > >>>(1) scope of the subproject > >>> > >>>The XMLBeans/C++ subproject will conform to the identical scope as > >>> > >that > > > >>>laid > >>>out for the partner Java project. Special care will be taken to > >>> > >implement > > > >>>features and add conveniences that would be expected by a C++ > >>> > >developer. > > > >>> > >>>For clarity, the goals of the XMLBeans/C++ project are: > >>> > >>>Generation of plain C++ classes to model XML Schema Validation of > >>>C++ > >>>objects against the source XML Schema Access to partial document > >>> > >instance > > > >>>data (fragments) Efficient "parse as necessary" access that forgives > >>> > >extra > > > >>>data Access to the full XML infoset > >>> > >>> > >>> > >>>(2) identify the initial source for subproject code > >>> > >>>Some background information may be found on the LEIF product and the > >>>associated Data Tier. > >>> > >>>LEIF product page (http://www.roguewave.com/products/leif) > >>> > >>>The C++/XML binding contribution code can be found at the following > >>> > >link: > > > >>> > >>>xmlBeans open source information > >>>(http://www.roguewave.com/opensource/XMLbeans.cfm) > >>> > >>>(3) identify the ASF resources to be created > >>> > >>>(3.1) mailing list(s) > >>> > >>>xmlbeanscxx-dev > >>>xmlbeanscxx-user > >>>xmlbeanscxx-commits > >>> > >>>(3.2) SVN repositories > >>> > >>>xml-xmlbeanscxx > >>> > >>>(3.3) Bugzilla > >>> > >>>xml xmlbeanscxx > >>> > >>>(4.0) identify the initial set of committers > >>> > >>>This is a preliminary list that will be updated with volunteer > >>> > >members. > > > >>> > >>>Tim Triemstra (TimT @ RogueWave dot-com) > >>>John Hinke (Hinke @ RogueWave dot-com) > >>>Heidi Buelow (Buelow @ RogueWave dot-com) > >>>Allen Brookes (ABrookes @ RogueWave dot-com) > >>>David Haney (David.Haney @ RogueWave dot-com) > >>>Michael Yoder (Michael.Yoder @ RogueWave dot-com) > >>> > >>>(5) identify apache sponsoring individual > >>> > >>>Cliff Schmidt, of the XMLBeans/Java project, has volunteered to > >>> > >sponsor > > > >>>this > >>>project. > >>> > >>>Cliff Schmidt (CliffS @ Apache dot-org) > >>> > >>>(6) open issues for discussion > >>> > >>>The original code contribution has a lot of proven code for > >>>creating a > >>>binding between XML Schema and C++ classes. However, the > >>>contribution > >>> > >will > > > >>>require a significant overhaul, and even complete re-writes in some > >>> > >areas, > > > >>>in order to reach compatibility with the XMLBeans/Java version. > >>> > >Detailed > > > >>>differences will be discussed openly within the community so that an > >>>appropriate plan for each area can be reached. This proposal is not > >>> > >the > > > >>>best > >>>place to lay out all the technical details, however you will find > >>> > >below a > > > >>>preliminary list of issues, priorities, and estimated timelines. > >>> > >>>API discrepencies between contributed code and XMLBeans 2.0 The > >>>contributed > >>>code includes a very similar type-binding API in C++ to that > >>>provided > >>> > >in > > > >>>XMLBeans for Java. However, the XMLBeans cursor access to the > >>> > >underlying > > > >>>infoset has no equivilant in the contributed code and will require > >>>extensive > >>>work to the underlying object model to support. > >>> > >>>Addressing this deficiency is considered the highest priority task > >>> > >facing > > > >>>the C++ project. > >>> > >>>Several options are available including porting the XMLBeans object > >>> > >model > > > >>>completely over to C++ or looking for ways to augment the > >>>contributed > >>>code. > >>>Most likely a near-complete rewrite of this section will be the best > >>>approach. > >>> > >>>Rough estimates for a working implementation of the cursor > >>>feature are > >>>between three and five months Code generator > >>> > >>>The contributed C++ code is based on a proprietary code generator, > >>>although > >>>it too is written in Java (not C++). The long-term plan is to > >>> > >consolidate > > > >>>both C++ and Java projects under the same code generator, most > >>>likely > >>> > >the > > > >>>one already included in the Java version of the XMLBeans. > >>> > >>>This is not considered a priority-1 task at this point, more of a > >>>long > >>>term > >>>goal and convenience. If it saves time in other priority tasks it > >>>will > >>> > >be > > > >>>looked at closely, however. > >>> > >>>Timeline for this transition is 5-7 months, but may be very much > >>> > >sooner > > > >>>depending on available resources. > >>> > >>>Platform support > >>>Unlike Java, the C++ port will have significant issues around > >>>platform > >>> > >and > > > >>>compiler support. In order to help with this the project will be > >>>using > >>> > >the > > > >>>C++ standard library, and may in fact benefit greatly from the > >>> > >proposed > > > >>>Apache C++ StdLib (STDCXX). Initially the native StdLib will be > >>>used. > >>> > >>>Good platform support will be very important so even the early > >>>builds > >>>should > >>>be done on Windows and Linux, and preferably at least one Unix > >>> > >variety. > > > >>>Long > >>>term the matrix should be very large. > >>> > >>>The initial contribution is working on Linux but it is really just a > >>>preview > >>>look at code, not a true product build. Windows and Linux support > >>> > >should > > > >>>accompany the initial beta release, with Solaris, HP-UX, AIX, and > >>> > >other > > > >>>Linux distros following within three months. > >>> > >>>Estimated timeline (very rough) > >>>Initial submission of proposal and example code: 12 May 2005 Apache > >>>structure in place and code building: 1 July 2005 Re-write of > >>>internal > >>>object model building: 1 September 2005 XMLBeans/Java 2.0 feature > >>>equivilant > >>>beta: 1 December 2005 > >>> > >>>This timeline is based on a very preliminary discovery of issues and > >>> > >is > > > >>>based on limited resource information. There is little chance for > >>>this > >>>schedule to be elongated by very much time as there are already a > >>>few > >>>dedicated resources assigned to the project, but there is also > >>>little > >>>known > >>>about how much a concerted community effort could speed things > >>>up. In > >>>general the feeling is that a greater community involvement will > >>> > >greatly > > > >>>improve the test suite, identified bugs, and platform support - not > >>>necessarily the initial speed of feature development. > >>> > >>> > >>> > >>>-------------------- > >>>Heidi Buelow > >>>Rogue Wave, a division of Quovadx > >>> > >>>-------------------------------------------------------------------- > >>>- > >>>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] > > > > > > > > > > > >______________________________________________________________________ > >__ > >The information in this e-mail, and any attachment therein, is > >confidential and for use by the addressee only. If you are not the > >intended recipient, please return the e-mail to the sender and > >delete it from your computer. Although The Bank of New York > >attempts to sweep e-mail and attachments for viruses, it does not > >guarantee that either are virus-free and accepts no liability for > >any damage sustained as a result of viruses. > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [email protected] > >For additional commands, e-mail: [email protected] > > > > > > David Waite > [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 02 12:37:22 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20849 invoked from network); 2 Jun 2005 12:37:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jun 2005 12:37:21 -0000 Received: (qmail 29691 invoked by uid 500); 2 Jun 2005 12:37:21 -0000 Delivered-To: [email protected] Received: (qmail 29636 invoked by uid 500); 2 Jun 2005 12:37:20 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 29619 invoked by uid 500); 2 Jun 2005 12:37:20 -0000 Delivered-To: [email protected] Received: (qmail 29614 invoked by uid 99); 2 Jun 2005 12:37:19 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Jun 2005 05:37:17 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id CE77B191 for <[email protected]>; Thu, 2 Jun 2005 14:37:04 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Thu, 2 Jun 2005 14:37:04 +0200 (CEST) From: "Erik W. Rasmussen (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XMLBEANS-160) javax.xml.soap implementation needs to packed in separate jar file Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N javax.xml.soap implementation needs to packed in separate jar file ------------------------------------------------------------------ Key: XMLBEANS-160 URL: http://issues.apache.org/jira/browse/XMLBEANS-160 Project: XMLBeans Type: Improvement Versions: Version 2 Beta 1 Reporter: Erik W. Rasmussen Priority: Trivial Currently the javax.xml.soap implementation classes are part of the xbean.jar file. They need to be packed in a separate jar file in order to avoid conflicts with other implementations of the api. Notice that both Axis and jwsdp do this (and they name the file saaj.jar respectively saaj-api.jar). -- 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 Jun 02 17:12:14 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64645 invoked from network); 2 Jun 2005 17:12:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jun 2005 17:12:14 -0000 Received: (qmail 66256 invoked by uid 500); 2 Jun 2005 17:12:13 -0000 Delivered-To: [email protected] Received: (qmail 66223 invoked by uid 500); 2 Jun 2005 17:12:13 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 66198 invoked by uid 500); 2 Jun 2005 17:12:12 -0000 Delivered-To: [email protected] Received: (qmail 66146 invoked by uid 99); 2 Jun 2005 17:12:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Jun 2005 10:12:08 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id D7B7D192 for <[email protected]>; Thu, 2 Jun 2005 19:11:51 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Thu, 2 Jun 2005 19:11:51 +0200 (CEST) From: "Dan Diephouse (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-152) Ability to get schema as an XmlObject or DOM tree In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-152?page=comments#action_66878 ] Dan Diephouse commented on XMLBEANS-152: ---------------------------------------- Any word if this is something that will be looked at for 2.0 or if the XMLBeans team even finds this to be a desirable feature? > Ability to get schema as an XmlObject or DOM tree > ------------------------------------------------- > > Key: XMLBEANS-152 > URL: http://issues.apache.org/jira/browse/XMLBEANS-152 > Project: XMLBeans > Type: Improvement > Versions: Version 2 Beta 1 > Reporter: Dan Diephouse > > Right now SchemaTypeSystem only allows you to save a schema to a File or a Filer interface. It'd be great if you could get out the schema as an XmlObject or DOM tree. -- 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] Fri Jun 03 01:08:59 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42626 invoked from network); 3 Jun 2005 01:08:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jun 2005 01:08:58 -0000 Received: (qmail 78882 invoked by uid 500); 3 Jun 2005 01:08:57 -0000 Delivered-To: [email protected] Received: (qmail 78776 invoked by uid 500); 3 Jun 2005 01:08:56 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 78743 invoked by uid 99); 3 Jun 2005 01:08: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Jun 2005 18:08:51 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5318Q5G015961; Thu, 2 Jun 2005 18:08:37 -0700 Received: from ussjex02.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 2 Jun 2005 18:08:08 -0700 x-mimeole: Produced By Microsoft Exchange V6.0.6603.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: [VOTE] xmlbeanscxx subproject Date: Thu, 2 Jun 2005 18:04:32 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [VOTE] xmlbeanscxx subproject Thread-Index: AcVmBJpUYYR8cvJwR2i05wJaRPCkXQB04hyA From: "James Taylor" <[email protected]> To: <[email protected]>, "Cliff Schmidt" <[email protected]> X-OriginalArrivalTime: 03 Jun 2005 01:08:08.0468 (UTC) FILETIME=[B440F540:01C567D8] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 James Taylor -----Original Message----- From: Cliff Schmidt [mailto:[email protected]]=20 Sent: Tuesday, May 31, 2005 10:17 AM To: [email protected] Subject: [VOTE] xmlbeanscxx subproject I think we've now had plenty of time for discussion. Please vote on the following: Should the XMLBeans project sponsor the proposed xmlbeanscxx project, as described in Heidi's proposal (see below)? As usual, all members of the xmlbeans community are welcome to vote, but only XMLBeans PMC members have binding votes. This vote will close at midnight, 4 June UTC (Friday at 5 PM PDT): http://www.timeanddate.com/worldclock/fixedtime.html?year=3D2005&month=3D= 6&d ay=3D4&hour=3D00&min=3D00&sec=3D00 Thanks, Cliff On 5/19/05, Heidi Buelow <[email protected]> wrote: >=20 > Since writing the XmlBeans C++ proposal a few weeks ago, we have done more > analysis of our planned approach, and we have come to the conclusion that > there are significant and important differences between the XmlBeans > architecture and that of our existing product that we referenced in the > proposal as a starting point for the Apache project. In addition, we have > since made progress on the XmlBeans C++ implementation with developers > actively working on the project internally. >=20 > Our goal is clear, in that we plan to develop XmlBeans C++ to be compatible > with the Java version, both architecturally and keeping to the API as > closely as possible. There are many components in our existing LEIF product > that will provide a starting point for XmlBeans C++ to jump-start the > project. However, given the differences, we now plan to have our developers > borrow/modify from this applicable code and then submit it to the Apache > project during implementation. >=20 > This approach will be a lot less confusing to the community, giving our > developers the responsibility of incorporating any of our existing product > code into the Apache project, avoiding that burden for other contributors. > We can transfer our work under the auspices of Apache as soon as the project > is approved and the environment is set up. >=20 >=20 > Heidi. > -------------------- > Heidi Buelow > Rogue Wave, a division of Quovadx >=20 >=20 > > -----Original Message----- > > From: Heidi Buelow > > Sent: Sunday, May 15, 2005 11:12 AM > > To: '[email protected]' > > Subject: Proposal for xmlbeanscxx > > > > This is a proposal for an xmlbeans subproject which should be discussed > > here > > and voted on at the xmlbeans PMC before going to the incubator for a vote. > > > > Proposal to create a C++ version of the Apache XMLBeans project > > > > Submission date: 15 May 2005, Tim Triemstra, Heidi Buelow (TimT @ > > RogueWave > > dot-com, Buelow @ RogueWave dot-com) > > > > (0) rationale > > > > Apache currently maintains the XMLBeans/Java project, a tool that uses XML > > Schema as a basis for generating Java classes used to easily access XML > > instance data. The goal of the XMLBeans/C++ project is to provide a very > > similar user experience for C++ developers as that provided by the > > XMLBeans/Java version. This includes generating strongly-typed C++ classes > > for the XML binding as well as providing low-level C++ APIs enabling > > access > > to the raw, underlying XML content. Where possible, the XMLBeans/C++ > > project > > will provide a nearly identical API and parallel architecture to that > > provided by the Java counterpart, and will closely mimic both features and > > schedule. > > > > Rogue Wave Software will help jump start this project by contributing the > > existing XML to C++ binding code distributed as part of the LEIF product > > to > > the Apache community. This product has been in production for over two > > years, and will provide a solid foundation for a C++ version of XMLBeans. > > > > (0.1) criteria > > > > Meritocracy: The C++ version of the project should adhere to the same > > open, > > merit-based community standards as other Apache projects. > > > > Contributions and Core Developers: Code being contributed is actually a > > subset of the LEIF product. Currently, work is underway to remove any > > proprietary dependencies from within the code. A "cleaned" version that is > > ready for contribution will be made available to the community around the > > middle of May 2005. This initial contribution will be fully functioning, > > but > > missing a few key features of the Java version of XMLBeans. > > > > The community should be able to immediately jump in and begin work, along > > side dedicated Rogue Wave personnel, to turn the initial contribution into > > a > > feature-compatible version of XMLBeans for C++. > > > > Community: The community around the Java version of XMLBeans is already > > vibrant and growing. There is every reason to believe many of those within > > the existing community have experience and/or general interest in a > > successful, compatible C++ implementation of the toolset. This should > > ensure > > an immediately active and vocal community, even if the primary interest is > > in ensuring a similar experience between versions. There is already a > > large > > group of developers "in the wild" using the original XML to C++ binding > > tool > > that is serving as the original contribution for this project. These users > > will be migrating to the XMLBeans/C++ code over time and have already > > indicated a keen interest in tracking, and even participating in the > > Apache-led project. > > > > Apache Alignment: The XML binding tool from which the XMLBeans/C++ port > > will > > morph does not include a full XML parser, but instead uses a small, > > focused > > parser designed expressly for tight C++ to XML binding support. The > > general > > purpose XML instance data APIs within XMLBeans will require additional > > code > > and may be a good fit for the Xerces parser to enable some required > > features. > > > > Additionally, at least one member of an existing Apache project has > > expressed interest in a project like XMLBeans/C++ to aid in his current > > work. Higher-level projects such as Axis for C++ seem to be natural > > beneficiaries of this work. > > > > (0.2) known risks > > > > Orphaned Products: One of the first questions when a commercial entity > > offers code to the public is "will this code be abandoned?" To be clear, > > Rogue Wave decided to initiate this process due to its own significant > > interest in the XMLBeans feature set already present in Java, and its need > > for similar features in C++. We have significant product goals moving > > forward around XML for which the XMLBeans model fits perfectly. Rather > > than > > simply copy the design and keep the project closed, we felt that the > > downstream products would reap significant benefits from opening the XML > > layer to the community. Keeping the C++ version in sync with the Java > > version, even if it were to not be accepted as an Apache project, can only > > help its overall adoption. > > > > Additionally, a diverse committer base is a strong goal for this project. > > Numerous users of the contributed XML to C++ binding tool have indicated > > interest in participating, many of whom have critical projects dependant > > on > > this work and resources available to continue to ensure the viability of > > the > > project well into the future. > > > > Inexperience with Open Source: Like many companies entering this arena, we > > have limited experience working on open source projects. Our primary goal > > is > > to foster an active community around XMLBeans/C++ so advice will be taken > > to > > heart, and significant resources will be dedicated to the project to get > > it > > off the ground. However, we hope that our experience working in open > > standards groups will aid in the transition to the open source community. > > > > Initial Reliance on Salaried Workers: Due to the rapid process of > > transitioning to work on the open source XMLBeans/C++ project, only a few > > of > > the listed contributors will be outside the commercial realm. We expect > > this > > list of external volunteers to grow significantly after the initial public > > code drop. > > > > Licensing, Patents, Miscellaneous Legal: We are conducting a legal review > > of > > the code and existing contracts. This review should be done shortly and > > any > > code contributed will be licensed under the latest ASF terms. > > > > Commercial Interest: XMLBeans/C++ will be maintained as an open source > > Apache project, with all relevant enhancements contributed to the > > community. > > Additionally, there is every intention to use XMLBeans/C++ within future > > commercial products, thereby resulting in even greater testing and user > > exposure. It is expected that other companies may well wish to use the > > project's code within their own commercial endeavors, which of course > > would > > be fine. > > > > (1) scope of the subproject > > > > The XMLBeans/C++ subproject will conform to the identical scope as that > > laid > > out for the partner Java project. Special care will be taken to implement > > features and add conveniences that would be expected by a C++ developer. > > > > For clarity, the goals of the XMLBeans/C++ project are: > > > > Generation of plain C++ classes to model XML Schema Validation of C++ > > objects against the source XML Schema Access to partial document instance > > data (fragments) Efficient "parse as necessary" access that forgives extra > > data Access to the full XML infoset > > > > > > > > (2) identify the initial source for subproject code > > > > Some background information may be found on the LEIF product and the > > associated Data Tier. > > > > LEIF product page (http://www.roguewave.com/products/leif) > > > > The C++/XML binding contribution code can be found at the following link: > > > > xmlBeans open source information > > (http://www.roguewave.com/opensource/XMLbeans.cfm) > > > > (3) identify the ASF resources to be created > > > > (3.1) mailing list(s) > > > > xmlbeanscxx-dev > > xmlbeanscxx-user > > xmlbeanscxx-commits > > > > (3.2) SVN repositories > > > > xml-xmlbeanscxx > > > > (3.3) Bugzilla > > > > xml xmlbeanscxx > > > > (4.0) identify the initial set of committers > > > > This is a preliminary list that will be updated with volunteer members. > > > > Tim Triemstra (TimT @ RogueWave dot-com) > > John Hinke (Hinke @ RogueWave dot-com) > > Heidi Buelow (Buelow @ RogueWave dot-com) > > Allen Brookes (ABrookes @ RogueWave dot-com) > > David Haney (David.Haney @ RogueWave dot-com) > > Michael Yoder (Michael.Yoder @ RogueWave dot-com) > > > > (5) identify apache sponsoring individual > > > > Cliff Schmidt, of the XMLBeans/Java project, has volunteered to sponsor > > this > > project. > > > > Cliff Schmidt (CliffS @ Apache dot-org) > > > > (6) open issues for discussion > > > > The original code contribution has a lot of proven code for creating a > > binding between XML Schema and C++ classes. However, the contribution will > > require a significant overhaul, and even complete re-writes in some areas, > > in order to reach compatibility with the XMLBeans/Java version. Detailed > > differences will be discussed openly within the community so that an > > appropriate plan for each area can be reached. This proposal is not the > > best > > place to lay out all the technical details, however you will find below a > > preliminary list of issues, priorities, and estimated timelines. > > > > API discrepencies between contributed code and XMLBeans 2.0 The > > contributed > > code includes a very similar type-binding API in C++ to that provided in > > XMLBeans for Java. However, the XMLBeans cursor access to the underlying > > infoset has no equivilant in the contributed code and will require > > extensive > > work to the underlying object model to support. > > > > Addressing this deficiency is considered the highest priority task facing > > the C++ project. > > > > Several options are available including porting the XMLBeans object model > > completely over to C++ or looking for ways to augment the contributed > > code. > > Most likely a near-complete rewrite of this section will be the best > > approach. > > > > Rough estimates for a working implementation of the cursor feature are > > between three and five months Code generator > > > > The contributed C++ code is based on a proprietary code generator, > > although > > it too is written in Java (not C++). The long-term plan is to consolidate > > both C++ and Java projects under the same code generator, most likely the > > one already included in the Java version of the XMLBeans. > > > > This is not considered a priority-1 task at this point, more of a long > > term > > goal and convenience. If it saves time in other priority tasks it will be > > looked at closely, however. > > > > Timeline for this transition is 5-7 months, but may be very much sooner > > depending on available resources. > > > > Platform support > > Unlike Java, the C++ port will have significant issues around platform and > > compiler support. In order to help with this the project will be using the > > C++ standard library, and may in fact benefit greatly from the proposed > > Apache C++ StdLib (STDCXX). Initially the native StdLib will be used. > > > > Good platform support will be very important so even the early builds > > should > > be done on Windows and Linux, and preferably at least one Unix variety. > > Long > > term the matrix should be very large. > > > > The initial contribution is working on Linux but it is really just a > > preview > > look at code, not a true product build. Windows and Linux support should > > accompany the initial beta release, with Solaris, HP-UX, AIX, and other > > Linux distros following within three months. > > > > Estimated timeline (very rough) > > Initial submission of proposal and example code: 12 May 2005 Apache > > structure in place and code building: 1 July 2005 Re-write of internal > > object model building: 1 September 2005 XMLBeans/Java 2.0 feature > > equivilant > > beta: 1 December 2005 > > > > This timeline is based on a very preliminary discovery of issues and is > > based on limited resource information. There is little chance for this > > schedule to be elongated by very much time as there are already a few > > dedicated resources assigned to the project, but there is also little > > known > > about how much a concerted community effort could speed things up. In > > general the feeling is that a greater community involvement will greatly > > improve the test suite, identified bugs, and platform support - not > > necessarily the initial speed of feature development. > > > > > > > > -------------------- > > Heidi Buelow > > Rogue Wave, a division of Quovadx > > > > --------------------------------------------------------------------- > > 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] >=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 Jun 03 08:04:36 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99619 invoked from network); 3 Jun 2005 08:04:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jun 2005 08:04:36 -0000 Received: (qmail 77603 invoked by uid 500); 3 Jun 2005 08:04:34 -0000 Delivered-To: [email protected] Received: (qmail 77573 invoked by uid 500); 3 Jun 2005 08:04:33 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 77560 invoked by uid 500); 3 Jun 2005 08:04:33 -0000 Delivered-To: [email protected] Received: (qmail 77556 invoked by uid 99); 3 Jun 2005 08:04:33 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO vmgump.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Jun 2005 01:04:30 -0700 Date: Fri, 03 Jun 2005 01:03:19 PDT From: Robert Burrell Donkin <[email protected]> To: [email protected] Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module xml-xmlbeans) failed X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N To whom it may engage... 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 xml-xmlbeans-v1 has an issue affecting its community integration. This issue affects 58 projects, and has been outstanding for 2 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - apollo : Apollo Project - apollo-jndi-config : Apollo Project - cocoon : Java XML Framework - cocoon-block-asciiart : Java XML Framework - cocoon-block-authentication-fw : Java XML Framework - cocoon-block-axis : Java XML Framework - cocoon-block-batik : Java XML Framework - cocoon-block-bsf : Java XML Framework - cocoon-block-chaperon : Java XML Framework - cocoon-block-cron : Java XML Framework - cocoon-block-databases : Java XML Framework - cocoon-block-deli : Java XML Framework - cocoon-block-eventcache : Java XML Framework - cocoon-block-fop : Java XML Framework - cocoon-block-hsqldb : Java XML Framework - cocoon-block-html : Java XML Framework - cocoon-block-itext : Java XML Framework - cocoon-block-javaflow : Java XML Framework - cocoon-block-jcr : A "jcr:" protocol for Cocoon - cocoon-block-jfor : Java XML Framework - cocoon-block-jms : Java XML Framework - cocoon-block-jsp : Java XML Framework - cocoon-block-linkrewriter : Java XML Framework - cocoon-block-lucene : Java XML Framework - cocoon-block-midi : Java XML Framework - cocoon-block-naming : Java XML Framework - cocoon-block-paranoid : Java XML Framework - cocoon-block-poi : Java XML Framework - cocoon-block-profiler : Java XML Framework - cocoon-block-proxy : Java XML Framework - cocoon-block-python : Java XML Framework - cocoon-block-qdox : Java XML Framework - cocoon-block-repository : Java XML Framework - cocoon-block-serializers : Java XML Framework - cocoon-block-session-fw : Java XML Framework - cocoon-block-slide : Java XML Framework - cocoon-block-slop : Java XML Framework - cocoon-block-stx : Java XML Framework - cocoon-block-taglib : Java XML Framework - cocoon-block-template : Java XML Framework - cocoon-block-velocity : Java XML Framework - cocoon-block-web3 : Java XML Framework - cocoon-block-webdav : Java XML Framework - cocoon-block-xmldb : Java XML Framework - cocoon-block-xsp : Java XML Framework - forrest : Apache Forrest is an XML standards-oriented documentation fr... - forrest-test : Apache Forrest is an XML standards-oriented documentation fr... - jakarta-jmeter : Pure Java load testing and performance measurement tool. - muse : Muse Project - rhino : JavaScript for Java - wsa-xbeans : Apollo Project - wsfx-xmlbeans : Muse Project - wsrf-xbeans : Apollo Project - xml-batik : Scalable Vector Graphics - xml-batik-rasterizer : Scalable Vector Graphics - xml-fop : XSL-FO (Formatting Objects) processor - xml-fop-maintenance : XSL-FO (Formatting Objects) processor (Maintenance branch) - xml-xmlbeans-v1 : XML Beans Object <-> Java Binding Tool Full details are available at: http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason build failed -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/gump_work/build_xml-xmlbeans_xml-xmlbeans-v1.html Work Name: build_xml-xmlbeans_xml-xmlbeans-v1 (Type: Build) Work ended in a state of : Failed Elapsed: Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -f build.xml bootstrap [Working Directory: /usr/local/gump/public/workspace/xml-xmlbeans/v1] CLASSPATH: /opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/classes/common:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/classes/xmlinputstream:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/classes/xmlpublic:/usr/local/gump/public/workspace/xml-xmlbeans/v1/external/lib/oldxbean.jar:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/private/classes/zipcompare:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/private/lib/easypo.jar:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/private/lib/schemas.jar:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/private/lib/enumtest.jar:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/private/lib/drt.jar:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/private/lib/xstypes.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/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar --------------------------------------------- Buildfile: build.xml BUILD FAILED java.lang.NoClassDefFoundError: org/xml/sax/ext/Attributes2 at org.apache.xerces.parsers.AbstractSAXParser.<init>(Unknown Source) at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source) at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl.<init>(Unknown Source) at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown Source) at org.apache.tools.ant.util.JAXPUtils.newSAXParser(JAXPUtils.java:212) at org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader(JAXPUtils.java:169) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:187) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140) at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:90) at org.apache.tools.ant.Main.runBuild(Main.java:646) at org.apache.tools.ant.Main.startAnt(Main.java:189) at org.apache.tools.ant.Main.start(Main.java:152) at org.apache.tools.ant.Main.main(Main.java:230) Total time: 0 seconds java.lang.NoClassDefFoundError: org/xml/sax/ext/Attributes2 at org.apache.xerces.parsers.AbstractSAXParser.<init>(Unknown Source) at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source) at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl.<init>(Unknown Source) at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown Source) at org.apache.tools.ant.util.JAXPUtils.newSAXParser(JAXPUtils.java:212) at org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader(JAXPUtils.java:169) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:187) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140) at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:90) at org.apache.tools.ant.Main.runBuild(Main.java:646) at org.apache.tools.ant.Main.startAnt(Main.java:189) at org.apache.tools.ant.Main.start(Main.java:152) at org.apache.tools.ant.Main.main(Main.java:230) org/xml/sax/ext/Attributes2 --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/rss.xml - Atom: http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 24000003062005, vmgump.apache.org:vmgump-public:24000003062005 Gump E-mail Identifier (unique within run) #12. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 06 17:25:57 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90696 invoked from network); 6 Jun 2005 17:25:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2005 17:25:57 -0000 Received: (qmail 41951 invoked by uid 500); 6 Jun 2005 17:25:56 -0000 Delivered-To: [email protected] Received: (qmail 41921 invoked by uid 500); 6 Jun 2005 17:25:55 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 41898 invoked by uid 99); 6 Jun 2005 17:25:55 -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 zproxy.gmail.com (HELO zproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Jun 2005 10:25:53 -0700 Received: by zproxy.gmail.com with SMTP id 9so2402079nzo for <[email protected]>; Mon, 06 Jun 2005 10:25:36 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eKo/hOW+DkwRoJpMnMUei5cgOIjtqOLzCGhM6Lv5sK693M3nK6QAkLkUzbOn5aYzvMuK544mLwqp7/rIs+RHC/+Ua7Z3HnXLOzfC0D24K4tXWe5lurEfkSYCzFuQABSzPxEOiITAiNWQnBvLE40jwt+MIAmFq8e14PZacyfmx4Y= Received: by 161.129.204.104 with SMTP id a4mr621494nzd; Mon, 06 Jun 2005 09:58:55 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 6 Jun 2005 09:58:55 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 6 Jun 2005 09:58:55 -0700 From: Cliff Schmidt <[email protected]> Reply-To: Cliff Schmidt <[email protected]> To: [email protected] Subject: Re: [VOTE] xmlbeanscxx subproject 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/31/05, Cliff Schmidt <[email protected]> wrote: > Should the XMLBeans project sponsor the proposed xmlbeanscxx project, > as described in Heidi's proposal (see below)? >=20 > As usual, all members of the xmlbeans community are welcome to vote, > but only XMLBeans PMC members have binding votes. This vote will > close at midnight, 4 June UTC (Friday at 5 PM PDT): > http://www.timeanddate.com/worldclock/fixedtime.html?year=3D2005&month=3D= 6&day=3D4&hour=3D00&min=3D00&sec=3D00 The voting period is closed and I count: 7 total +1s 4 binding +1s=20 (in addition to various positive comments prior to the formal vote). Therefore, the Heidi's xmlbeanscxx proposal passes! =20 We now need to work with the Incubator to get this project set up.=20 The most important first step is for all those listed as committers on the proposal to fax in their signed individual Contributor License Agreements to the ASF Secretary (number on the form). I would also recommend that Rogue Wave consider signing and faxing in a corporate Contributor License Agreement as well. Both of these forms can be found at: http://apache.org/licenses/#clas. Congratulations! Cliff --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 06 17:50:32 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4172 invoked from network); 6 Jun 2005 17:50:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2005 17:50:32 -0000 Received: (qmail 93280 invoked by uid 500); 6 Jun 2005 17:50:31 -0000 Delivered-To: [email protected] Received: (qmail 93257 invoked by uid 500); 6 Jun 2005 17:50:31 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 93242 invoked by uid 99); 6 Jun 2005 17:50:31 -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 zproxy.gmail.com (HELO zproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Jun 2005 10:50:27 -0700 Received: by zproxy.gmail.com with SMTP id 16so1774558nzp for <[email protected]>; Mon, 06 Jun 2005 10:50:14 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Pm84Urg0W6fWpIoASA4c/2937n8dHLBRGO0gKFRNGsrlRHsBozThjkvRBeC0aTnyXqMndRWKCl5cpMe+vva/tdtxhCcaloE376O7VXuWoYx60Mffoav8k0ME/kyOpIGF+WX+rAgw8MXmyYLtJ9TdmJulJGFbeWylu8iCBS6fCYU= Received: by 161.129.204.104 with SMTP id w59mr682976nzg; Mon, 06 Jun 2005 10:50:14 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 6 Jun 2005 10:50:14 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 6 Jun 2005 10:50:14 -0700 From: Cliff Schmidt <[email protected]> Reply-To: Cliff Schmidt <[email protected]> To: [email protected] Subject: Fwd: Fw: Help Promoting ApacheCon 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've recently moved to a new system and haven't set up Forrest.=20 Could who is familar with our site make this relatively small change to help promote ApacheCon Europe? See below. Thanks, Cliff ---------- Forwarded message ---------- From: Lars Eilebrecht <[email protected]> Hi, may I kindly ask again if you could put the ApacheCon logo and a link on your project pages? We are still missing the following sites: - apr.apache.org - excalibur.apache.org - geronimo.apache.org - james.apache.org - lenya.apache.org - logging.apache.org - lucene.apache.org - perl.apache.org - portals.apache.org - spamassassin.apache.org - struts.apache.org - tcl.apache.org - ws.apache.org - xml.apache.org - xmlbeans.apache.org - xmlgraphics.apache.org Thanks in advance. -Lars ------------- Begin of forwarded message ------------- Date: Mon, 9 May 2005 02:51:14 +0200 From: Lars Eilebrecht <[email protected]> To: [email protected] Subject: Help Promoting ApacheCon Hi, the same procedure as every year ... :) Please help us promoting ApacheCon by putting a small clickable image on your Apache project web site. Image: http://apache.org/images/ac2005eu_135x50.gif Target Link: http://apachecon.com/ ciao... -- Lars Eilebrecht [email protected] ------------- End of forwarded message ------------- -- Lars Eilebrecht [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 06 19:04:45 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31379 invoked from network); 6 Jun 2005 19:04:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2005 19:04:45 -0000 Received: (qmail 85002 invoked by uid 500); 6 Jun 2005 19:04:43 -0000 Delivered-To: [email protected] Received: (qmail 84952 invoked by uid 500); 6 Jun 2005 19:04:43 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 84909 invoked by uid 99); 6 Jun 2005 19:04:42 -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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Jun 2005 12:04:41 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j56Iin5U003840 for <[email protected]>; Mon, 6 Jun 2005 11:45:11 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 6 Jun 2005 11:44:45 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: RE: Fw: Help Promoting ApacheCon Date: Mon, 6 Jun 2005 11:44:45 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Fw: Help Promoting ApacheCon Thread-Index: AcVqwD5bjtORhc8hQaeM+tPPHbQvtAAB4czA From: "Radu Preotiuc-Pietro" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 06 Jun 2005 18:44:45.0876 (UTC) FILETIME=[CF4AF740:01C56AC7] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'll do it. -----Original Message----- From: Cliff Schmidt [mailto:[email protected]] Sent: Monday, June 06, 2005 10:50 AM To: [email protected] Subject: Fwd: Fw: Help Promoting ApacheCon I've recently moved to a new system and haven't set up Forrest.=20 Could who is familar with our site make this relatively small change to help promote ApacheCon Europe? See below. Thanks, Cliff ---------- Forwarded message ---------- From: Lars Eilebrecht <[email protected]> Hi, may I kindly ask again if you could put the ApacheCon logo and a link on your project pages? We are still missing the following sites: - apr.apache.org - excalibur.apache.org - geronimo.apache.org - james.apache.org - lenya.apache.org - logging.apache.org - lucene.apache.org - perl.apache.org - portals.apache.org - spamassassin.apache.org - struts.apache.org - tcl.apache.org - ws.apache.org - xml.apache.org - xmlbeans.apache.org - xmlgraphics.apache.org Thanks in advance. -Lars ------------- Begin of forwarded message ------------- Date: Mon, 9 May 2005 02:51:14 +0200 From: Lars Eilebrecht <[email protected]> To: [email protected] Subject: Help Promoting ApacheCon Hi, the same procedure as every year ... :) Please help us promoting ApacheCon by putting a small clickable image on your Apache project web site. Image: http://apache.org/images/ac2005eu_135x50.gif Target Link: http://apachecon.com/ ciao... -- Lars Eilebrecht [email protected] ------------- End of forwarded message ------------- -- Lars Eilebrecht [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 Jun 06 23:47:32 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39925 invoked from network); 6 Jun 2005 23:47:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2005 23:47:32 -0000 Received: (qmail 22979 invoked by uid 500); 6 Jun 2005 23:47:31 -0000 Delivered-To: [email protected] Received: (qmail 22943 invoked by uid 500); 6 Jun 2005 23:47:31 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 22923 invoked by uid 500); 6 Jun 2005 23:47:30 -0000 Delivered-To: [email protected] Received: (qmail 22920 invoked by uid 99); 6 Jun 2005 23:47:30 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Jun 2005 16:47:25 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id D5F721AB for <[email protected]>; Tue, 7 Jun 2005 01:23:46 +0200 (CEST) Message-ID: <[email protected]> Date: Tue, 7 Jun 2005 01:23:46 +0200 (CEST) From: "Steve Traut (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-161) Unable to cast from cursor.getObject to type generated from schema. In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-161?page=all ] Steve Traut updated XMLBEANS-161: --------------------------------- Attachment: TestCode.zip > Unable to cast from cursor.getObject to type generated from schema. > ------------------------------------------------------------------- > > Key: XMLBEANS-161 > URL: http://issues.apache.org/jira/browse/XMLBEANS-161 > Project: XMLBeans > Type: Bug > Components: Cursor > Versions: Version 2 Beta 1 > Reporter: Steve Traut > Attachments: TestCode.zip > > When retrieving XML using cursor.getObject, it appears not possible to cast the returned XML to a specific schema type even when the XML conforms to the schema. The following snippet attempts to retrieve elements using XPath, use a cursor to reach a returned element's parent, then cast the parent XML to a schema type. But the cast fails. > Code attached. > private String m_namespaceUri = "http://xmlbeans.apache.org/samples/any"; > String namespaceDecl = "declare namespace any='" + m_namespaceUri > + "'; "; > XmlObject[] someElements = rootDoc.selectPath(namespaceDecl > + "$this//any:stringelement"); > for (int i = 0; i < someElements.length; i++) > { > XmlCursor editCursor = someElements[i].newCursor(); > editCursor.toParent(); > ListOfStrings stringList = null; > try > { > // Shouldn't this cast work? // > stringList = (ListOfStrings) editCursor.getObject(); > System.out.println(stringList); > } catch (ClassCastException cce) > { > continue; > } > } -- 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 Jun 06 23:47:44 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40022 invoked from network); 6 Jun 2005 23:47:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2005 23:47:44 -0000 Received: (qmail 23453 invoked by uid 500); 6 Jun 2005 23:47:43 -0000 Delivered-To: [email protected] Received: (qmail 23406 invoked by uid 500); 6 Jun 2005 23:47:43 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 23387 invoked by uid 500); 6 Jun 2005 23:47:42 -0000 Delivered-To: [email protected] Received: (qmail 23312 invoked by uid 99); 6 Jun 2005 23:47: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Jun 2005 16:47:39 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j56Nl35W001802 for <[email protected]>; Mon, 6 Jun 2005 16:47:32 -0700 Received: from USSFEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 6 Jun 2005 16:47:31 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: Out of Office AutoReply: [jira] Updated: (XMLBEANS-161) Unable to cast from cursor.getObject to type generated from schema. Date: Mon, 6 Jun 2005 16:47:31 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [jira] Updated: (XMLBEANS-161) Unable to cast from cursor.getObject to type generated from schema. Thread-Index: AcVq8hrGCzkYpwEFTFSikdOt1MZrXgAAAAG7 From: "Patrick Calahan" <[email protected]> To: "Steve Traut \(JIRA\)" <[email protected]> X-OriginalArrivalTime: 06 Jun 2005 23:47:31.0472 (UTC) FILETIME=[1AD4F100:01C56AF2] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I out of the office until June 28. Please direct any urgent questions = for me to Peter Dapkus <[email protected]>. =20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 07 00:20:51 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49628 invoked from network); 7 Jun 2005 00:20:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jun 2005 00:20:51 -0000 Received: (qmail 86170 invoked by uid 500); 7 Jun 2005 00:20:50 -0000 Delivered-To: [email protected] Received: (qmail 86139 invoked by uid 500); 7 Jun 2005 00:20:50 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 86126 invoked by uid 500); 7 Jun 2005 00:20:50 -0000 Delivered-To: [email protected] Received: (qmail 86120 invoked by uid 99); 7 Jun 2005 00:20:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Jun 2005 17:20:47 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 448DB199 for <[email protected]>; Tue, 7 Jun 2005 01:23:42 +0200 (CEST) Message-ID: <[email protected]> Date: Tue, 7 Jun 2005 01:23:42 +0200 (CEST) From: "Steve Traut (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XMLBEANS-161) Unable to cast from cursor.getObject to type generated from schema. Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Unable to cast from cursor.getObject to type generated from schema. ------------------------------------------------------------------- Key: XMLBEANS-161 URL: http://issues.apache.org/jira/browse/XMLBEANS-161 Project: XMLBeans Type: Bug Components: Cursor Versions: Version 2 Beta 1 Reporter: Steve Traut Attachments: TestCode.zip When retrieving XML using cursor.getObject, it appears not possible to cast the returned XML to a specific schema type even when the XML conforms to the schema. The following snippet attempts to retrieve elements using XPath, use a cursor to reach a returned element's parent, then cast the parent XML to a schema type. But the cast fails. Code attached. private String m_namespaceUri = "http://xmlbeans.apache.org/samples/any"; String namespaceDecl = "declare namespace any='" + m_namespaceUri + "'; "; XmlObject[] someElements = rootDoc.selectPath(namespaceDecl + "$this//any:stringelement"); for (int i = 0; i < someElements.length; i++) { XmlCursor editCursor = someElements[i].newCursor(); editCursor.toParent(); ListOfStrings stringList = null; try { // Shouldn't this cast work? // stringList = (ListOfStrings) editCursor.getObject(); System.out.println(stringList); } catch (ClassCastException cce) { continue; } } -- 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 Jun 07 15:21:25 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31168 invoked from network); 7 Jun 2005 15:21:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jun 2005 15:21:25 -0000 Received: (qmail 71536 invoked by uid 500); 7 Jun 2005 15:21:24 -0000 Delivered-To: [email protected] Received: (qmail 71457 invoked by uid 500); 7 Jun 2005 15:21: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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 71420 invoked by uid 500); 7 Jun 2005 15:21:23 -0000 Delivered-To: [email protected] Received: (qmail 71407 invoked by uid 99); 7 Jun 2005 15:21:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Jun 2005 08:21:15 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 56D50198 for <[email protected]>; Tue, 7 Jun 2005 15:09:49 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Tue, 7 Jun 2005 15:09:49 +0200 (CEST) From: "Harald Meyer (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XMLBEANS-162) NPE during schema compilation with extension Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N NPE during schema compilation with extension -------------------------------------------- Key: XMLBEANS-162 URL: http://issues.apache.org/jira/browse/XMLBEANS-162 Project: XMLBeans Type: Bug Components: Compiler Versions: Version 2 Beta 1 Reporter: Harald Meyer When no extensions are used, everything works fine. Stack trace: [java] Exception in thread "main" java.lang.NullPointerException [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.error(BindingConfigImpl.java:289) [java] at org.apache.xmlbeans.impl.config.InterfaceExtensionImpl.validateJava(InterfaceExtensionImpl.java:91) [java] at org.apache.xmlbeans.impl.config.InterfaceExtensionImpl.validateInterface(InterfaceExtensionImpl.java:66) [java] at org.apache.xmlbeans.impl.config.InterfaceExtensionImpl.newInstance(InterfaceExtensionImpl.java:38) [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.recordExtensionSetting(BindingConfigImpl.java:234) [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.<init>(BindingConfigImpl.java:109) [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.forConfigDocuments(BindingConfigImpl.java:69) [java] at org.apache.xmlbeans.impl.tool.SchemaCompiler.loadTypeSystem(SchemaCompiler.java:939) [java] at org.apache.xmlbeans.impl.tool.SchemaCompiler.compile(SchemaCompiler.java:1067) [java] at org.apache.xmlbeans.impl.tool.SchemaCompiler.main(SchemaCompiler.java:367) >From my understanding, XMLBeans tries to report an error message, but the StscStack (what ever it is) is empty. -- 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 Jun 07 20:11:29 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46371 invoked from network); 7 Jun 2005 20:11:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jun 2005 20:11:29 -0000 Received: (qmail 36019 invoked by uid 500); 7 Jun 2005 20:11:13 -0000 Delivered-To: [email protected] Received: (qmail 35914 invoked by uid 500); 7 Jun 2005 20:11:12 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 35886 invoked by uid 99); 7 Jun 2005 20:11:11 -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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Jun 2005 13:11:04 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j57KAe5C023074 for <[email protected]>; Tue, 7 Jun 2005 13:10:49 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 7 Jun 2005 13:10:48 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: RE: incorrect namespace when using changeType Date: Tue, 7 Jun 2005 13:10:48 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: incorrect namespace when using changeType Thread-Index: AcVfP0Qe+URqZSszRmesL/1NOoiDAQMXO/KQ From: "Radu Preotiuc-Pietro" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 07 Jun 2005 20:10:48.0769 (UTC) FILETIME=[FF07AB10:01C56B9C] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Found this two-week old question in my inbox, have you solved this = problem? It's very strange, on one hand the case to XTabField doesn't fail, on = the other you have the wrong prefix, I don't see how this could happen. = Do you have the same Schema compiled in two different jars or something = like that? Radu -----Original Message----- From: Marius Gleeson [mailto:[email protected]] Sent: Sunday, May 22, 2005 7:29 PM To: [email protected] Subject: incorrect namespace when using changeType I have found that I am getting an incorrect namespace being output when I have used the changeType method. My code does the following Field field =3D fl.addNewField(); XTabField xtab =3D (XTabField) field.changeType(XTabField.type); . . when I output this it creates the following <db:field id=3D"SXV4_FLD" xsi:type=3D"sch:XTabField"> <db:displayName>Cust Last maintenance (mth)</db:displayName> </db:field> note the namespace on xsi:type. what I want is <db:field id=3D"SXV4_FLD" xsi:type=3D"db:XTabField"> <db:displayName>Cust Last maintenance (mth)</db:displayName> </db:field> The problem i get because of this is the next time i load the document, a Field class is returned instead of an XTabField class any ideas=20 Thanks Marius Gleeson. --------------------------------------------------------------------- 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 Jun 07 20:42:56 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63818 invoked from network); 7 Jun 2005 20:42:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jun 2005 20:42:56 -0000 Received: (qmail 38572 invoked by uid 500); 7 Jun 2005 20:42:55 -0000 Delivered-To: [email protected] Received: (qmail 38541 invoked by uid 500); 7 Jun 2005 20:42:55 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 38528 invoked by uid 500); 7 Jun 2005 20:42:55 -0000 Delivered-To: [email protected] Received: (qmail 38525 invoked by uid 99); 7 Jun 2005 20:42:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Jun 2005 13:42:53 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id EF103183 for <[email protected]>; Tue, 7 Jun 2005 22:42:39 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Tue, 7 Jun 2005 22:42:39 +0200 (CEST) From: "Radu Preotiuc-Pietro (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-152) Ability to get schema as an XmlObject or DOM tree In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-152?page=comments#action_12312936 ] Radu Preotiuc-Pietro commented on XMLBEANS-152: ----------------------------------------------- We are currently trying to wrap up on V2 features, so it's unlikely that this will make it in this timeframe. Of course, you understand that saving a SchemTypeSystem to a file means saving the metadata in a binary format which makes it faster to load at runtime, and this also includes a copy of the Schema sources in case you want to get back to them. (see SchemaType.getSourceName() and related). But yes, if you talk about being able to switch from the compiled Schema* API back to the XmlObject API, I think this is useful and will be on the list to consider for the future. > Ability to get schema as an XmlObject or DOM tree > ------------------------------------------------- > > Key: XMLBEANS-152 > URL: http://issues.apache.org/jira/browse/XMLBEANS-152 > Project: XMLBeans > Type: Improvement > Versions: Version 2 Beta 1 > Reporter: Dan Diephouse > > Right now SchemaTypeSystem only allows you to save a schema to a File or a Filer interface. It'd be great if you could get out the schema as an XmlObject or DOM tree. -- 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 Jun 07 21:11:09 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99466 invoked from network); 7 Jun 2005 21:11:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jun 2005 21:11:09 -0000 Received: (qmail 43431 invoked by uid 500); 7 Jun 2005 21:11:00 -0000 Delivered-To: [email protected] Received: (qmail 43300 invoked by uid 500); 7 Jun 2005 21:11:00 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 43230 invoked by uid 500); 7 Jun 2005 21:10:59 -0000 Delivered-To: [email protected] Received: (qmail 43177 invoked by uid 99); 7 Jun 2005 21:10:59 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Jun 2005 14:10:56 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 1FB101A1 for <[email protected]>; Tue, 7 Jun 2005 22:53:42 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Tue, 7 Jun 2005 22:53:42 +0200 (CEST) From: "Radu Preotiuc-Pietro (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XMLBEANS-163) Uniform access to XmlSchema annotations from SOM API Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Uniform access to XmlSchema annotations from SOM API ---------------------------------------------------- Key: XMLBEANS-163 URL: http://issues.apache.org/jira/browse/XMLBEANS-163 Project: XMLBeans Type: New Feature Components: SOM Versions: Version 2 Beta 1, Version 2 Beta 2, Version 2 Reporter: Radu Preotiuc-Pietro Assigned to: Radu Preotiuc-Pietro Fix For: TBD Currently annotations are obtained via the SchemaAnnotated API. However, not all places that can contain annotations in XmlSchema are covered. Examples: - SchemaParticle doesn't implement SchemaAnnotated and so annotations on <sequence>, <choice> and <all> groups are not accessible - simple type facets are accessible using the XmlAnySimpleType representing their value, so there is no place for the annotation in this case. These shortages need to be addressed. -- 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 Jun 07 21:15:42 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2044 invoked from network); 7 Jun 2005 21:15:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jun 2005 21:15:41 -0000 Received: (qmail 57640 invoked by uid 500); 7 Jun 2005 21:15:41 -0000 Delivered-To: [email protected] Received: (qmail 57612 invoked by uid 500); 7 Jun 2005 21:15:40 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57598 invoked by uid 99); 7 Jun 2005 21:15:40 -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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Jun 2005 14:15:32 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j57LFH52007048 for <[email protected]>; Tue, 7 Jun 2005 14:15:20 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 7 Jun 2005 14:14:56 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: RE: All elements not appearing in the generated XML Date: Tue, 7 Jun 2005 14:14:56 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: All elements not appearing in the generated XML Thread-Index: AcVeoxBhBCA7j5VhQ1KhVIQ0vDiB0wBBVLLgAA+8dDAAIee7kALLhlnQ From: "Radu Preotiuc-Pietro" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 07 Jun 2005 21:14:56.0711 (UTC) FILETIME=[F4950570:01C56BA5] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I will now officially (meaning in JIRA ;-) ) add this feature request to = the list, it's come up before. Thanks, Radu -----Original Message----- From: Springer, Ian P. [mailto:[email protected]] Sent: Tuesday, May 24, 2005 7:48 AM To: [email protected] Subject: RE: All elements not appearing in the generated XML I think it would make sense for XMLBeans to automatically add a simple-type element if it has a minOccurs>0 and a default or fixed value (or provide an option to enable this behavior). It could save the developer a lot of initialization code when building up a document. Ian | -----Original Message----- | From: Radu Preotiuc-Pietro [mailto:[email protected]]=20 | Sent: Monday, May 23, 2005 6:37 PM | To: [email protected] | Subject: RE: All elements not appearing in the generated XML |=20 | Actually, no, it won't. Since there is a difference between=20 | an element being present with the default value and an=20 | element not being present, the behavior of xmlBeans is to=20 | just not add any elements by itself, without the user=20 | requesting it explicitly. | I don't understand why you would modify your Schema to add | ... default=3D"red" | rather than modify your Java code to add | ... x.addNewColor() |=20 | Radu |=20 | -----Original Message----- | From: Springer, Ian P. [mailto:[email protected]] | Sent: Monday, May 23, 2005 8:06 AM | To: [email protected] | Subject: RE: All elements not appearing in the generated XML |=20 |=20 | Have you tried setting default or fixed values in your schema? e.g.: |=20 | <xs:element name=3D"Color" type=3D"xs:string" default=3D"red"/>=20 | <xs:element name=3D"Color" type=3D"xs:string" fixed=3D"red"/>=20 |=20 | I'm not sure if XMLBeans automatically instantiates=20 | subelements that have default or fixed values, but I would=20 | hope that it either automatically does or provides an option to do so. |=20 | Ian |=20 | | -----Original Message----- | | From: [email protected] [mailto:[email protected]] | | Sent: Sunday, May 22, 2005 3:43 AM | | To: [email protected] | | Cc: [email protected]; [email protected] | | Subject: All elements not appearing in the generated XML | |=20 | | Hi | |=20 | | We need all the elements that are defined in the XSD to=20 | appear in the=20 | | XML. | | Using xmlBeans we specifically set certain elements & hence those=20 | | elements appear in the XML. The elements which are not=20 | explicitly set=20 | | using xmlBeans does not appear in the XML. Is there a way (xsd=20 | | indicator) in the XSD to enforce a particular element to=20 | appear in the=20 | | XML even if it does not hold any value? | |=20 | | Could you pls help me on this? | |=20 | | Regards, | | ----------------------------------------------------------------- | | Rajshree Lenin | | Extension : 706. | | ------------------------------------------------------------------ | | Important Email Information :- The information in this email is=20 | | confidential and may be legally privileged. It is =20 | intended solely=20 | | for the addressee. Access to this email by anyone else is =20 | | unauthorized. If you are not the intended recipient, any=20 | disclosure,=20 | | copying, distribution or any action taken or omitted to be taken in=20 | | reliance on it, is prohibited and may be unlawful. If you=20 | are not the=20 | | intended addressee please contact the sender and dispose of this=20 | | e-mail immediately. | |=20 | |=20 | |=20 | --------------------------------------------------------------------- | | To unsubscribe, e-mail: [email protected] | | For additional commands, e-mail: [email protected] | |=20 | |=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] |=20 |=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 Jun 07 21:16:25 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2717 invoked from network); 7 Jun 2005 21:16:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jun 2005 21:16:25 -0000 Received: (qmail 59715 invoked by uid 500); 7 Jun 2005 21:16:21 -0000 Delivered-To: [email protected] Received: (qmail 59700 invoked by uid 500); 7 Jun 2005 21:16:21 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 59676 invoked by uid 500); 7 Jun 2005 21:16:21 -0000 Delivered-To: [email protected] Received: (qmail 59664 invoked by uid 99); 7 Jun 2005 21:16:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Jun 2005 14:16:17 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 9C23F2C9 for <[email protected]>; Tue, 7 Jun 2005 23:16:03 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Tue, 7 Jun 2005 23:16:03 +0200 (CEST) From: "Radu Preotiuc-Pietro (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XMLBEANS-164) Better support for default/fixed elements and attributes at runtime Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Better support for default/fixed elements and attributes at runtime ------------------------------------------------------------------- Key: XMLBEANS-164 URL: http://issues.apache.org/jira/browse/XMLBEANS-164 Project: XMLBeans Type: New Feature Components: XmlObject Reporter: Radu Preotiuc-Pietro Priority: Minor Fix For: TBD The issue of why doesn't XmlBeans automatically insert the value for default elements/attributes when doing .newInstance() has come up several time. While I think that it's the correct thing to do, I also acknowledge that people seem to want this behavior as an option, so I am thinking we should add something along the lines of having a method that will fill up a given XmlObject's fixed and default fields. -- 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 Jun 08 00:00:46 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68789 invoked from network); 8 Jun 2005 00:00:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2005 00:00:46 -0000 Received: (qmail 10872 invoked by uid 500); 8 Jun 2005 00:00:44 -0000 Delivered-To: [email protected] Received: (qmail 10841 invoked by uid 500); 8 Jun 2005 00:00:44 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 10824 invoked by uid 500); 8 Jun 2005 00:00:44 -0000 Delivered-To: [email protected] Received: (qmail 10810 invoked by uid 99); 8 Jun 2005 00:00:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Jun 2005 17:00:42 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 782E81C1 for <[email protected]>; Wed, 8 Jun 2005 02:00:39 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Wed, 8 Jun 2005 02:00:39 +0200 (CEST) From: "Dan Diephouse (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-152) Ability to get schema as an XmlObject or DOM tree In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-152?page=comments#action_12312966 ] Dan Diephouse commented on XMLBEANS-152: ---------------------------------------- Let me outline my use case: this is handy with soap (working on XFire) because then I can create a wsdl from the various schemas automagically when a user creates a service. ie a user can do: public class MyService { XmlObject doSomething(XmlObject bleh); } and a WSDL will be built automatically for them. Additionally they can gain the power of JSR 181 annotations on their service. > Ability to get schema as an XmlObject or DOM tree > ------------------------------------------------- > > Key: XMLBEANS-152 > URL: http://issues.apache.org/jira/browse/XMLBEANS-152 > Project: XMLBeans > Type: Improvement > Versions: Version 2 Beta 1 > Reporter: Dan Diephouse > > Right now SchemaTypeSystem only allows you to save a schema to a File or a Filer interface. It'd be great if you could get out the schema as an XmlObject or DOM tree. -- 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 Jun 08 00:12:05 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72520 invoked from network); 8 Jun 2005 00:12:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2005 00:12:05 -0000 Received: (qmail 33947 invoked by uid 500); 8 Jun 2005 00:12:03 -0000 Delivered-To: [email protected] Received: (qmail 33921 invoked by uid 500); 8 Jun 2005 00:12:03 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 33907 invoked by uid 500); 8 Jun 2005 00:12:02 -0000 Delivered-To: [email protected] Received: (qmail 33904 invoked by uid 99); 8 Jun 2005 00:12:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Jun 2005 17:12:00 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 5B2211C1 for <[email protected]>; Wed, 8 Jun 2005 02:11:39 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Wed, 8 Jun 2005 02:11:39 +0200 (CEST) From: "Radu Preotiuc-Pietro (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-152) Ability to get schema as an XmlObject or DOM tree In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-152?page=comments#action_12312967 ] Radu Preotiuc-Pietro commented on XMLBEANS-152: ----------------------------------------------- Oh, so this is purely start-from-Java? > Ability to get schema as an XmlObject or DOM tree > ------------------------------------------------- > > Key: XMLBEANS-152 > URL: http://issues.apache.org/jira/browse/XMLBEANS-152 > Project: XMLBeans > Type: Improvement > Versions: Version 2 Beta 1 > Reporter: Dan Diephouse > > Right now SchemaTypeSystem only allows you to save a schema to a File or a Filer interface. It'd be great if you could get out the schema as an XmlObject or DOM tree. -- 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 Jun 08 00:47:31 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17661 invoked from network); 8 Jun 2005 00:47:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2005 00:47:31 -0000 Received: (qmail 3493 invoked by uid 500); 8 Jun 2005 00:47:30 -0000 Delivered-To: [email protected] Received: (qmail 3448 invoked by uid 500); 8 Jun 2005 00:47:29 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3434 invoked by uid 500); 8 Jun 2005 00:47:29 -0000 Delivered-To: [email protected] Received: (qmail 3424 invoked by uid 99); 8 Jun 2005 00:47:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Jun 2005 17:47:28 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id BF7292F2 for <[email protected]>; Wed, 8 Jun 2005 02:22:41 +0200 (CEST) Message-ID: <[email protected]> Date: Wed, 8 Jun 2005 02:22:41 +0200 (CEST) From: "Dan Diephouse (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-152) Ability to get schema as an XmlObject or DOM tree In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-152?page=comments#action_12312972 ] Dan Diephouse commented on XMLBEANS-152: ---------------------------------------- Indeed! This is the only part that doesn't work right now. Users need to set the schema documents automatically. > Ability to get schema as an XmlObject or DOM tree > ------------------------------------------------- > > Key: XMLBEANS-152 > URL: http://issues.apache.org/jira/browse/XMLBEANS-152 > Project: XMLBeans > Type: Improvement > Versions: Version 2 Beta 1 > Reporter: Dan Diephouse > > Right now SchemaTypeSystem only allows you to save a schema to a File or a Filer interface. It'd be great if you could get out the schema as an XmlObject or DOM tree. -- 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 Jun 08 15:53:31 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80113 invoked from network); 8 Jun 2005 15:53:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2005 15:53:31 -0000 Received: (qmail 80574 invoked by uid 500); 8 Jun 2005 15:53:30 -0000 Delivered-To: [email protected] Received: (qmail 80531 invoked by uid 500); 8 Jun 2005 15:53:29 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 80518 invoked by uid 500); 8 Jun 2005 15:53:29 -0000 Delivered-To: [email protected] Received: (qmail 80496 invoked by uid 99); 8 Jun 2005 15:53:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Jun 2005 08:53:26 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id D335FFA for <[email protected]>; Wed, 8 Jun 2005 17:53:14 +0200 (CEST) Message-ID: <[email protected]> Date: Wed, 8 Jun 2005 17:53:14 +0200 (CEST) From: "Ian P. Springer (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-152) Ability to get schema as an XmlObject or DOM tree In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-152?page=comments#action_12313060 ] Ian P. Springer commented on XMLBEANS-152: ------------------------------------------ Dan, as a temporary solution, you could do something like: String schemaName = yourXBean.schemaType().getSourceName(); String schemaPath = "schema/src/" + schemaName; ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); XmlObject schemaXBean = XmlObject.Factory.parse( classLoader.getResourceAsStream( schemaPath ) ); > Ability to get schema as an XmlObject or DOM tree > ------------------------------------------------- > > Key: XMLBEANS-152 > URL: http://issues.apache.org/jira/browse/XMLBEANS-152 > Project: XMLBeans > Type: Improvement > Versions: Version 2 Beta 1 > Reporter: Dan Diephouse > > Right now SchemaTypeSystem only allows you to save a schema to a File or a Filer interface. It'd be great if you could get out the schema as an XmlObject or DOM tree. -- 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 Jun 08 16:54:44 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16736 invoked from network); 8 Jun 2005 16:54:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2005 16:54:43 -0000 Received: (qmail 50552 invoked by uid 500); 8 Jun 2005 16:54:37 -0000 Delivered-To: [email protected] Received: (qmail 50397 invoked by uid 500); 8 Jun 2005 16:54:35 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 50362 invoked by uid 99); 8 Jun 2005 16:54:34 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_90_100,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Jun 2005 09:54:30 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j58Gs95G023016 for <[email protected]>; Wed, 8 Jun 2005 09:54:21 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 8 Jun 2005 09:53:37 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C56C4A.9CB73540" Subject: Proposed patch to fix up InvocationTargetException handling Date: Wed, 8 Jun 2005 09:53:36 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: Proposed patch to fix up InvocationTargetException handling Thread-Index: AcVsSpyKCnJTqmwyToSvndtQDmmYDg== From: "Lawrence Jones" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 08 Jun 2005 16:53:37.0026 (UTC) FILETIME=[9D2CB620:01C56C4A] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C56C4A.9CB73540 Content-Type: multipart/alternative; boundary="----_=_NextPart_002_01C56C4A.9CB73540" ------_=_NextPart_002_01C56C4A.9CB73540 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable This patch is to clean up the catching of InvocationTargetExceptions so that the exception rethrown has a useful message and cause in it rather than the one from the ITE itself which is often not helpful. =20 Cheers, =20 Lawrence =20 ------_=_NextPart_002_01C56C4A.9CB73540 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:st1=3D"urn:schemas-microsoft-com:office:smarttags" = 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)"> <o:SmartTagType = namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" name=3D"City"/> <o:SmartTagType = namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" name=3D"place"/> <!--[if !mso]> <style> st1\:*{behavior:url(#default#ieooui) } </style> <![endif]--> <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'>This patch is to clean up the catching of InvocationTargetExceptions so that the exception rethrown has a useful = message and cause in it rather than the one from the ITE itself which is often not = helpful.<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'>Cheers,<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><st1:City w:st=3D"on"><st1:place w:st=3D"on"><font = size=3D2 face=3DArial><span = style=3D'font-size:10.0pt;font-family:Arial'>Lawrence</span></font></st1:= place></st1:City><font size=3D2 face=3DArial><span = 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 = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> </div> </body> </html> ------_=_NextPart_002_01C56C4A.9CB73540-- ------_=_NextPart_001_01C56C4A.9CB73540 Content-Type: application/octet-stream; name="fixUpITE.patch" Content-Transfer-Encoding: base64 Content-Description: fixUpITE.patch Content-Disposition: attachment; filename="fixUpITE.patch" SW5kZXg6IHNyYy9zdG9yZS9vcmcvYXBhY2hlL3htbGJlYW5zL2ltcGwvc3RvcmUvUXVlcnkuamF2 YQ0KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PQ0KLS0tIHNyYy9zdG9yZS9vcmcvYXBhY2hlL3htbGJlYW5zL2ltcGwvc3Rv cmUvUXVlcnkuamF2YQkocmV2aXNpb24gMTg5NDY4KQ0KKysrIHNyYy9zdG9yZS9vcmcvYXBhY2hl L3htbGJlYW5zL2ltcGwvc3RvcmUvUXVlcnkuamF2YQkod29ya2luZyBjb3B5KQ0KQEAgLTEyOCw3 ICsxMjgsOCBAQA0KICAgICAgICAgICAgIHJldHVybiAoUXVlcnkpIF94cXJsQ29tcGlsZVF1ZXJ5 Lmludm9rZShudWxsLCBhcmdzKTsKICAgICAgICAgfQogICAgICAgICBjYXRjaCAoSW52b2NhdGlv blRhcmdldEV4Y2VwdGlvbiBlKSB7Ci0gICAgICAgICAgICB0aHJvdyBuZXcgUnVudGltZUV4Y2Vw dGlvbihlLmdldE1lc3NhZ2UoKSwgZSk7CisgICAgICAgICAgICBUaHJvd2FibGUgdCA9IGUuZ2V0 Q2F1c2UoKTsKKyAgICAgICAgICAgIHRocm93IG5ldyBSdW50aW1lRXhjZXB0aW9uKHQuZ2V0TWVz c2FnZSgpLCB0KTsKICAgICAgICAgfQogICAgICAgICBjYXRjaCAoSWxsZWdhbEFjY2Vzc0V4Y2Vw dGlvbiBlKSB7CiAgICAgICAgICAgICB0aHJvdyBuZXcgUnVudGltZUV4Y2VwdGlvbihlLmdldE1l c3NhZ2UoKSwgZSk7CkluZGV4OiBzcmMvc3RvcmUvb3JnL2FwYWNoZS94bWxiZWFucy9pbXBsL3N0 b3JlL1BhdGguamF2YQ0KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PQ0KLS0tIHNyYy9zdG9yZS9vcmcvYXBhY2hlL3htbGJl YW5zL2ltcGwvc3RvcmUvUGF0aC5qYXZhCShyZXZpc2lvbiAxODk0NjgpDQorKysgc3JjL3N0b3Jl L29yZy9hcGFjaGUveG1sYmVhbnMvaW1wbC9zdG9yZS9QYXRoLmphdmEJKHdvcmtpbmcgY29weSkN CkBAIC0yNDAsNyArMjQwLDggQEANCiAgICAgICAgICAgICByZXR1cm4gKFBhdGgpIF94cXJsQ29t cGlsZVBhdGguaW52b2tlKG51bGwsIGFyZ3MpOwogICAgICAgICB9CiAgICAgICAgIGNhdGNoIChJ bnZvY2F0aW9uVGFyZ2V0RXhjZXB0aW9uIGUpIHsKLSAgICAgICAgICAgIHRocm93IG5ldyBSdW50 aW1lRXhjZXB0aW9uKGUuZ2V0TWVzc2FnZSgpLCBlKTsKKyAgICAgICAgICAgIFRocm93YWJsZSB0 ID0gZS5nZXRDYXVzZSgpOworICAgICAgICAgICAgdGhyb3cgbmV3IFJ1bnRpbWVFeGNlcHRpb24o dC5nZXRNZXNzYWdlKCksIHQpOwogICAgICAgICB9CiAgICAgICAgIGNhdGNoIChJbGxlZ2FsQWNj ZXNzRXhjZXB0aW9uIGUpIHsKICAgICAgICAgICAgIHRocm93IG5ldyBSdW50aW1lRXhjZXB0aW9u KGUuZ2V0TWVzc2FnZSgpLCBlKTsKSW5kZXg6IHNyYy94bWxwdWJsaWMvb3JnL2FwYWNoZS94bWxi ZWFucy9YbWxCZWFucy5qYXZhDQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09DQotLS0gc3JjL3htbHB1YmxpYy9vcmcvYXBh Y2hlL3htbGJlYW5zL1htbEJlYW5zLmphdmEJKHJldmlzaW9uIDE4OTQ2OCkNCisrKyBzcmMveG1s cHVibGljL29yZy9hcGFjaGUveG1sYmVhbnMvWG1sQmVhbnMuamF2YQkod29ya2luZyBjb3B5KQ0K QEAgLTMzMCw3ICszMzAsOCBAQA0KICAgICAgICAgfQogICAgICAgICBjYXRjaCAoSW52b2NhdGlv blRhcmdldEV4Y2VwdGlvbiBlKQogICAgICAgICB7Ci0gICAgICAgICAgICB0aHJvdyBjYXVzZWRF eGNlcHRpb24obmV3IElsbGVnYWxTdGF0ZUV4Y2VwdGlvbihlLmdldE1lc3NhZ2UoKSksIGUuZ2V0 Q2F1c2UoKSk7CisgICAgICAgICAgICBUaHJvd2FibGUgdCA9IGUuZ2V0Q2F1c2UoKTsKKyAgICAg ICAgICAgIHRocm93IG5ldyBJbGxlZ2FsU3RhdGVFeGNlcHRpb24odC5nZXRNZXNzYWdlKCksIHQp OwogICAgICAgICB9CiAgICAgfQogCkBAIC0zNTAsNyArMzUxLDggQEANCiAgICAgICAgIH0KICAg ICAgICAgY2F0Y2ggKEludm9jYXRpb25UYXJnZXRFeGNlcHRpb24gZSkKICAgICAgICAgewotICAg ICAgICAgICAgdGhyb3cgY2F1c2VkRXhjZXB0aW9uKG5ldyBJbGxlZ2FsU3RhdGVFeGNlcHRpb24o ZS5nZXRNZXNzYWdlKCkpLCBlLmdldENhdXNlKCkpOworICAgICAgICAgICAgVGhyb3dhYmxlIHQg PSBlLmdldENhdXNlKCk7CisgICAgICAgICAgICB0aHJvdyBuZXcgSWxsZWdhbFN0YXRlRXhjZXB0 aW9uKHQuZ2V0TWVzc2FnZSgpLCB0KTsKICAgICAgICAgfQogICAgIH0KIApAQCAtMzcxLDcgKzM3 Myw4IEBADQogICAgICAgICB9CiAgICAgICAgIGNhdGNoICggSW52b2NhdGlvblRhcmdldEV4Y2Vw dGlvbiBlICkKICAgICAgICAgewotICAgICAgICAgICAgdGhyb3cgY2F1c2VkRXhjZXB0aW9uKCBu ZXcgSWxsZWdhbFN0YXRlRXhjZXB0aW9uKCBlLmdldE1lc3NhZ2UoKSApLCBlLmdldENhdXNlKCkg KTsKKyAgICAgICAgICAgIFRocm93YWJsZSB0ID0gZS5nZXRDYXVzZSgpOworICAgICAgICAgICAg dGhyb3cgbmV3IElsbGVnYWxTdGF0ZUV4Y2VwdGlvbih0LmdldE1lc3NhZ2UoKSwgdCk7CiAgICAg ICAgIH0KICAgICB9CiAKQEAgLTM5Miw3ICszOTUsOCBAQA0KICAgICAgICAgfQogICAgICAgICBj YXRjaCAoIEludm9jYXRpb25UYXJnZXRFeGNlcHRpb24gZSApCiAgICAgICAgIHsKLSAgICAgICAg ICAgIHRocm93IGNhdXNlZEV4Y2VwdGlvbiggbmV3IElsbGVnYWxTdGF0ZUV4Y2VwdGlvbiggZS5n ZXRNZXNzYWdlKCkgKSwgZS5nZXRDYXVzZSgpICk7CisgICAgICAgICAgICBUaHJvd2FibGUgdCA9 IGUuZ2V0Q2F1c2UoKTsKKyAgICAgICAgICAgIHRocm93IG5ldyBJbGxlZ2FsU3RhdGVFeGNlcHRp b24odC5nZXRNZXNzYWdlKCksIHQpOwogICAgICAgICB9CiAgICAgfQogCkBAIC00MTMsNyArNDE3 LDggQEANCiAgICAgICAgIH0KICAgICAgICAgY2F0Y2ggKCBJbnZvY2F0aW9uVGFyZ2V0RXhjZXB0 aW9uIGUgKQogICAgICAgICB7Ci0gICAgICAgICAgICB0aHJvdyBjYXVzZWRFeGNlcHRpb24oIG5l dyBJbGxlZ2FsU3RhdGVFeGNlcHRpb24oIGUuZ2V0TWVzc2FnZSgpICksIGUuZ2V0Q2F1c2UoKSAp OworICAgICAgICAgICAgVGhyb3dhYmxlIHQgPSBlLmdldENhdXNlKCk7CisgICAgICAgICAgICB0 aHJvdyBuZXcgSWxsZWdhbFN0YXRlRXhjZXB0aW9uKHQuZ2V0TWVzc2FnZSgpLCB0KTsKICAgICAg ICAgfQogICAgIH0KIApAQCAtNDM0LDcgKzQzOSw4IEBADQogICAgICAgICB9CiAgICAgICAgIGNh dGNoICggSW52b2NhdGlvblRhcmdldEV4Y2VwdGlvbiBlICkKICAgICAgICAgewotICAgICAgICAg ICAgdGhyb3cgY2F1c2VkRXhjZXB0aW9uKCBuZXcgSWxsZWdhbFN0YXRlRXhjZXB0aW9uKCBlLmdl dE1lc3NhZ2UoKSApLCBlLmdldENhdXNlKCkgKTsKKyAgICAgICAgICAgIFRocm93YWJsZSB0ID0g ZS5nZXRDYXVzZSgpOworICAgICAgICAgICAgdGhyb3cgbmV3IElsbGVnYWxTdGF0ZUV4Y2VwdGlv bih0LmdldE1lc3NhZ2UoKSwgdCk7CiAgICAgICAgIH0KICAgICB9CiAKQEAgLTY3Nyw3ICs2ODMs OCBAQA0KICAgICAgICAgfQogICAgICAgICBjYXRjaCAoSW52b2NhdGlvblRhcmdldEV4Y2VwdGlv biBlKQogICAgICAgICB7Ci0gICAgICAgICAgICB0aHJvdyBjYXVzZWRFeGNlcHRpb24obmV3IEls bGVnYWxTdGF0ZUV4Y2VwdGlvbihlLmdldE1lc3NhZ2UoKSksIGUuZ2V0Q2F1c2UoKSk7CisgICAg ICAgICAgICBUaHJvd2FibGUgdCA9IGUuZ2V0Q2F1c2UoKTsKKyAgICAgICAgICAgIHRocm93IG5l dyBJbGxlZ2FsU3RhdGVFeGNlcHRpb24odC5nZXRNZXNzYWdlKCksIHQpOwogICAgICAgICB9CiAg ICAgfQogCkBAIC02OTcsNyArNzA0LDggQEANCiAgICAgICAgIH0KICAgICAgICAgY2F0Y2ggKElu dm9jYXRpb25UYXJnZXRFeGNlcHRpb24gZSkKICAgICAgICAgewotICAgICAgICAgICAgdGhyb3cg Y2F1c2VkRXhjZXB0aW9uKCBuZXcgSWxsZWdhbFN0YXRlRXhjZXB0aW9uKGUuZ2V0TWVzc2FnZSgp KSwgZSApOworICAgICAgICAgICAgVGhyb3dhYmxlIHQgPSBlLmdldENhdXNlKCk7CisgICAgICAg ICAgICB0aHJvdyBuZXcgSWxsZWdhbFN0YXRlRXhjZXB0aW9uKHQuZ2V0TWVzc2FnZSgpLCB0KTsK ICAgICAgICAgfQogICAgIH0KICAgICAKQEAgLTcxOSw3ICs3MjcsOCBAQA0KICAgICAgICAgfQog ICAgICAgICBjYXRjaCAoSW52b2NhdGlvblRhcmdldEV4Y2VwdGlvbiBlKQogICAgICAgICB7Ci0g ICAgICAgICAgICB0aHJvdyBjYXVzZWRFeGNlcHRpb24obmV3IElsbGVnYWxTdGF0ZUV4Y2VwdGlv bihlLmdldE1lc3NhZ2UoKSksIGUpOworICAgICAgICAgICAgVGhyb3dhYmxlIHQgPSBlLmdldENh dXNlKCk7CisgICAgICAgICAgICB0aHJvdyBuZXcgSWxsZWdhbFN0YXRlRXhjZXB0aW9uKHQuZ2V0 TWVzc2FnZSgpLCB0KTsKICAgICAgICAgfQogICAgIH0KIApAQCAtNzQzLDcgKzc1Miw4IEBADQog ICAgICAgICB9CiAgICAgICAgIGNhdGNoIChJbnZvY2F0aW9uVGFyZ2V0RXhjZXB0aW9uIGUpCiAg ICAgICAgIHsKLSAgICAgICAgICAgIHRocm93IGNhdXNlZEV4Y2VwdGlvbihuZXcgSWxsZWdhbFN0 YXRlRXhjZXB0aW9uKGUuZ2V0TWVzc2FnZSgpKSwgZSk7CisgICAgICAgICAgICBUaHJvd2FibGUg dCA9IGUuZ2V0Q2F1c2UoKTsKKyAgICAgICAgICAgIHRocm93IG5ldyBJbGxlZ2FsU3RhdGVFeGNl cHRpb24odC5nZXRNZXNzYWdlKCksIHQpOwogICAgICAgICB9CiAgICAgfQogICAgIApAQCAtNzgz LDcgKzc5Myw4IEBADQogICAgICAgICB9CiAgICAgICAgIGNhdGNoIChJbnZvY2F0aW9uVGFyZ2V0 RXhjZXB0aW9uIGUpCiAgICAgICAgIHsKLSAgICAgICAgICAgIHRocm93IGNhdXNlZEV4Y2VwdGlv bihuZXcgSWxsZWdhbFN0YXRlRXhjZXB0aW9uKGUuZ2V0TWVzc2FnZSgpKSwgZS5nZXRDYXVzZSgp KTsKKyAgICAgICAgICAgIFRocm93YWJsZSB0ID0gZS5nZXRDYXVzZSgpOworICAgICAgICAgICAg dGhyb3cgbmV3IElsbGVnYWxTdGF0ZUV4Y2VwdGlvbih0LmdldE1lc3NhZ2UoKSwgdCk7CiAgICAg ICAgIH0KICAgICB9CiAKSW5kZXg6IHNyYy90eXBlaW1wbC9vcmcvYXBhY2hlL3htbGJlYW5zL2lt cGwvc2NoZW1hL1NjaGVtYVR5cGVMb2FkZXJCYXNlLmphdmENCj09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0NCi0tLSBzcmMv dHlwZWltcGwvb3JnL2FwYWNoZS94bWxiZWFucy9pbXBsL3NjaGVtYS9TY2hlbWFUeXBlTG9hZGVy QmFzZS5qYXZhCShyZXZpc2lvbiAxODk0NjgpDQorKysgc3JjL3R5cGVpbXBsL29yZy9hcGFjaGUv eG1sYmVhbnMvaW1wbC9zY2hlbWEvU2NoZW1hVHlwZUxvYWRlckJhc2UuamF2YQkod29ya2luZyBj b3B5KQ0KQEAgLTkxLDggKzkxLDggQEANCiAgICAgICAgIH0KICAgICAgICAgY2F0Y2ggKCBJbnZv Y2F0aW9uVGFyZ2V0RXhjZXB0aW9uIGUgKQogICAgICAgICB7Ci0gICAgICAgICAgICBJbGxlZ2Fs U3RhdGVFeGNlcHRpb24gaXNlID0gbmV3IElsbGVnYWxTdGF0ZUV4Y2VwdGlvbiggZS5nZXRDYXVz ZSgpLmdldE1lc3NhZ2UoKSApOwotICAgICAgICAgICAgaXNlLmluaXRDYXVzZSggZSApOworICAg ICAgICAgICAgVGhyb3dhYmxlIHQgPSBlLmdldENhdXNlKCk7CisgICAgICAgICAgICBJbGxlZ2Fs U3RhdGVFeGNlcHRpb24gaXNlID0gbmV3IElsbGVnYWxTdGF0ZUV4Y2VwdGlvbiggdC5nZXRNZXNz YWdlKCksIHQgKTsKICAgICAgICAgICAgIHRocm93IGlzZTsKICAgICAgICAgfQogICAgICAgICBj YXRjaCAoIEV4Y2VwdGlvbiBlICkKQEAgLTEwMyw5ICsxMDMsMTYgQEANCiAgICAgICAgIH0KICAg ICB9CiAKLSAgICBwcml2YXRlIHN0YXRpYyBTdHJpbmcgZG9Db21waWxlUGF0aCAoIFN0cmluZyBw YXRoRXhwciwgWG1sT3B0aW9ucyBvcHRpb25zICkgeyByZXR1cm4gKFN0cmluZykgaW52b2tlTWV0 aG9kKCBfcGF0aENvbXBpbGVyLCBuZXcgT2JqZWN0W10geyBwYXRoRXhwciwgb3B0aW9ucyB9ICk7 IH0KLSAgICBwcml2YXRlIHN0YXRpYyBTdHJpbmcgZG9Db21waWxlUXVlcnkgKCBTdHJpbmcgcXVl cnlFeHByLCBYbWxPcHRpb25zIG9wdGlvbnMgKSB7IHJldHVybiAoU3RyaW5nKSBpbnZva2VNZXRo b2QoIF9xdWVyeUNvbXBpbGVyLCBuZXcgT2JqZWN0W10geyBxdWVyeUV4cHIsIG9wdGlvbnMgfSAp OyB9CisgICAgcHJpdmF0ZSBzdGF0aWMgU3RyaW5nIGRvQ29tcGlsZVBhdGggKCBTdHJpbmcgcGF0 aEV4cHIsIFhtbE9wdGlvbnMgb3B0aW9ucyApCisgICAgeworICAgICAgICByZXR1cm4gKFN0cmlu ZykgaW52b2tlTWV0aG9kKCBfcGF0aENvbXBpbGVyLCBuZXcgT2JqZWN0W10geyBwYXRoRXhwciwg b3B0aW9ucyB9ICk7CisgICAgfQogCisgICAgcHJpdmF0ZSBzdGF0aWMgU3RyaW5nIGRvQ29tcGls ZVF1ZXJ5ICggU3RyaW5nIHF1ZXJ5RXhwciwgWG1sT3B0aW9ucyBvcHRpb25zICkKKyAgICB7Cisg ICAgICAgIHJldHVybiAoU3RyaW5nKSBpbnZva2VNZXRob2QoIF9xdWVyeUNvbXBpbGVyLCBuZXcg T2JqZWN0W10geyBxdWVyeUV4cHIsIG9wdGlvbnMgfSApOworICAgIH0KKwogICAgIHB1YmxpYyBT Y2hlbWFUeXBlIGZpbmRUeXBlKFFOYW1lIG5hbWUpCiAgICAgewogICAgICAgICBTY2hlbWFUeXBl LlJlZiByZWYgPSBmaW5kVHlwZVJlZihuYW1lKTsK ------_=_NextPart_001_01C56C4A.9CB73540 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ------_=_NextPart_001_01C56C4A.9CB73540-- From [email protected] Wed Jun 08 18:04:33 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52186 invoked from network); 8 Jun 2005 18:04:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2005 18:04:33 -0000 Received: (qmail 36667 invoked by uid 500); 8 Jun 2005 18:04:32 -0000 Delivered-To: [email protected] Received: (qmail 36640 invoked by uid 500); 8 Jun 2005 18:04:32 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 36605 invoked by uid 500); 8 Jun 2005 18:04:31 -0000 Delivered-To: [email protected] Received: (qmail 36590 invoked by uid 99); 8 Jun 2005 18:04:31 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Jun 2005 11:04:28 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 0D9FCE8 for <[email protected]>; Wed, 8 Jun 2005 20:04:16 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Wed, 8 Jun 2005 20:04:16 +0200 (CEST) From: "Dan Diephouse (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-152) Ability to get schema as an XmlObject or DOM tree In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-152?page=comments#action_12313074 ] Dan Diephouse commented on XMLBEANS-152: ---------------------------------------- Excellent! Thanks Ian. This looks like it should be farely easy to tie into XmlBeans then too if someone gets around to it. > Ability to get schema as an XmlObject or DOM tree > ------------------------------------------------- > > Key: XMLBEANS-152 > URL: http://issues.apache.org/jira/browse/XMLBEANS-152 > Project: XMLBeans > Type: Improvement > Versions: Version 2 Beta 1 > Reporter: Dan Diephouse > > Right now SchemaTypeSystem only allows you to save a schema to a File or a Filer interface. It'd be great if you could get out the schema as an XmlObject or DOM tree. -- 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 Jun 08 18:26:31 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60578 invoked from network); 8 Jun 2005 18:26:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2005 18:26:29 -0000 Received: (qmail 629 invoked by uid 500); 8 Jun 2005 18:26:21 -0000 Delivered-To: [email protected] Received: (qmail 538 invoked by uid 500); 8 Jun 2005 18:26:20 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 480 invoked by uid 99); 8 Jun 2005 18:26:19 -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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Jun 2005 11:26:18 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j58IPm52016151; Wed, 8 Jun 2005 11:25:51 -0700 Received: from ussjex02.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 8 Jun 2005 11:25:47 -0700 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_01C56C57.7CF14FC4" Subject: schema metadata location change for v2 Date: Wed, 8 Jun 2005 11:25:46 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: schema metadata location change for v2 Thread-Index: AcVsV3h9CXOQomeCTGC7MFona/HTOg== From: "James Taylor" <[email protected]> To: <[email protected]>, <[email protected]> X-OriginalArrivalTime: 08 Jun 2005 18:25:47.0303 (UTC) FILETIME=[7D7A0370:01C56C57] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C56C57.7CF14FC4 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To enable binary compatibility going forward and prevent conflicts with pre-open sourced usage of XMLBeans, we will change the schema metadata location before our upcoming v2 release. The net effect of this change is that current users (including v1 and v2 beta users) will need to recompile their schemas to enable them to be found correctly. We apologize for any inconvenience, and we expect that the new location will remain stable in the future. =20 Regards, =20 James ------------------------------------------------------------------------ ------- James R. Taylor Senior Program Manager XML Technologies BEA Systems, Inc. [email protected] =20 ------_=_NextPart_001_01C56C57.7CF14FC4 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=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;} /* List Definitions */ @list l0 {mso-list-id:1286036791; mso-list-template-ids:-972113676;} @list l0:level1 {mso-level-number-format:bullet; mso-level-text:\F0B7; mso-level-tab-stop:.5in; mso-level-number-position:left; text-indent:-.25in; mso-ansi-font-size:10.0pt; font-family:Symbol;} @list l0:level2 {mso-level-tab-stop:1.0in; mso-level-number-position:left; text-indent:-.25in;} @list l0:level3 {mso-level-tab-stop:1.5in; mso-level-number-position:left; text-indent:-.25in;} @list l0:level4 {mso-level-tab-stop:2.0in; mso-level-number-position:left; text-indent:-.25in;} @list l0:level5 {mso-level-tab-stop:2.5in; mso-level-number-position:left; text-indent:-.25in;} @list l0:level6 {mso-level-tab-stop:3.0in; mso-level-number-position:left; text-indent:-.25in;} @list l0:level7 {mso-level-tab-stop:3.5in; mso-level-number-position:left; text-indent:-.25in;} @list l0:level8 {mso-level-tab-stop:4.0in; mso-level-number-position:left; text-indent:-.25in;} @list l0:level9 {mso-level-tab-stop:4.5in; mso-level-number-position:left; text-indent:-.25in;} ol {margin-bottom:0in;} ul {margin-bottom:0in;} --> </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'>To enable binary compatibility going forward and = prevent conflicts with pre-open sourced usage of XMLBeans, we will change the = schema metadata location before our upcoming v2 release.&nbsp; The net effect = of this change is that current users (including v1 and v2 beta users) will need = to recompile their schemas to enable them to be found correctly.&nbsp; We apologize for any inconvenience, and we expect that the new location = will remain stable in the future.<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'>Regards,<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;&nbsp;&nbsp;= &nbsp;&nbsp; James<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></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>James R. Taylor<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'>Senior Program Manager<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'>XML Technologies<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'>BEA Systems, Inc.<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'><a = href=3D"mailto:[email protected]">[email protected]</a><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> </div> </body> </html> ------_=_NextPart_001_01C56C57.7CF14FC4-- From [email protected] Wed Jun 08 22:08:37 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33684 invoked from network); 8 Jun 2005 22:08:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2005 22:08:37 -0000 Received: (qmail 89880 invoked by uid 500); 8 Jun 2005 22:08:36 -0000 Delivered-To: [email protected] Received: (qmail 89805 invoked by uid 500); 8 Jun 2005 22:08: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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89766 invoked by uid 99); 8 Jun 2005 22:08:35 -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 ig142.internetdsl.tpnet.pl (HELO chatka.yi.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Jun 2005 15:08:34 -0700 Received: from cabana.olej.to ([161.129.204.104]) by chatka.yi.org with asmtp (TLS-1.0:RSA_ARCFOUR_MD5:16) (Exim 4.32) id 1Dg8im-00005n-Sf for [email protected]; Thu, 09 Jun 2005 00:08:24 +0200 Subject: xmlbeansxx vs. xmlbeanscxx From: Tomasz Wielga <[email protected]> To: [email protected] Content-Type: text/plain Date: Thu, 09 Jun 2005 00:08:22 +0200 Message-Id: <1118268502.4222.36.camel@cabana> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Browsing the list archive I saw voting on new project - xmlbeanscxx. Some months ago in my development team we decided to start porting the Java original tool to C++. We called it xmlbeansxx. I think I even sent a message to some *apache.org e-mail address. Results of our work can be found at http://xmlbeansxx.touk.pl/. You can download code from our packages repository - src.tar.gz, apt-able deb and srpm (dependencies are still not complete) http://touk.pl/pub/ or from the SourceForge site. The code may have some drawbacks but it is working and it's beeing implemented in one of our commercial applications and seems to be quite stable. We are now in stage of cleaning code and docs (having less deadlines in the commercial development), so new releases are comming soon. How about using our code as a starting point for Apache project? -- Tomasz Wielga <[email protected]> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 09 04:03:02 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86534 invoked from network); 9 Jun 2005 04:03:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2005 04:03:02 -0000 Received: (qmail 25232 invoked by uid 500); 9 Jun 2005 04:03:01 -0000 Delivered-To: [email protected] Received: (qmail 25188 invoked by uid 500); 9 Jun 2005 04:03:00 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 25173 invoked by uid 99); 9 Jun 2005 04:03: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Jun 2005 21:02:55 -0700 Received: from ussjfe02.amer.bea.com (ussjfe02.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5942i4w013671 for <[email protected]>; Wed, 8 Jun 2005 21:02:44 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 8 Jun 2005 21:02:44 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Subject: RE: xmlbeansxx vs. xmlbeanscxx Date: Wed, 8 Jun 2005 21:02:43 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: xmlbeansxx vs. xmlbeanscxx Thread-Index: AcVsdqCT17l0KSyxS+uiJcgKz6AfLAAMWRyS From: "Jacob Danner" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 09 Jun 2005 04:02:44.0132 (UTC) FILETIME=[16B6EE40:01C56CA8] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N d2F5IGNvb2wgc3R1ZmYgVG9tYXN6LiBUaGFua3MgZm9yIHRoZSBwb3N0DQoNCgktLS0tLU9yaWdp bmFsIE1lc3NhZ2UtLS0tLSANCglGcm9tOiBUb21hc3ogV2llbGdhIFttYWlsdG86dHdAdG91ay5w bF0gDQoJU2VudDogV2VkIDYvOC8yMDA1IDM6MDggUE0gDQoJVG86IGRldkB4bWxiZWFucy5hcGFj aGUub3JnIA0KCUNjOiANCglTdWJqZWN0OiB4bWxiZWFuc3h4IHZzLiB4bWxiZWFuc2N4eA0KCQ0K CQ0KDQoJSGkNCgkNCglCcm93c2luZyB0aGUgbGlzdCBhcmNoaXZlIEkgc2F3IHZvdGluZyBvbiBu ZXcgcHJvamVjdCAtIHhtbGJlYW5zY3h4Lg0KCVNvbWUgbW9udGhzIGFnbyBpbiBteSBkZXZlbG9w bWVudCB0ZWFtIHdlIGRlY2lkZWQgdG8gc3RhcnQgcG9ydGluZyB0aGUNCglKYXZhIG9yaWdpbmFs IHRvb2wgdG8gQysrLiBXZSBjYWxsZWQgaXQgeG1sYmVhbnN4eC4NCglJIHRoaW5rIEkgZXZlbiBz ZW50IGEgbWVzc2FnZSB0byBzb21lICphcGFjaGUub3JnIGUtbWFpbCBhZGRyZXNzLg0KCVJlc3Vs dHMgb2Ygb3VyIHdvcmsgY2FuIGJlIGZvdW5kIGF0IGh0dHA6Ly94bWxiZWFuc3h4LnRvdWsucGwv Lg0KCVlvdSBjYW4gZG93bmxvYWQgY29kZSBmcm9tIG91ciBwYWNrYWdlcyByZXBvc2l0b3J5IC0g c3JjLnRhci5neiwNCglhcHQtYWJsZSBkZWIgYW5kIHNycG0gKGRlcGVuZGVuY2llcyBhcmUgc3Rp bGwgbm90IGNvbXBsZXRlKQ0KCWh0dHA6Ly90b3VrLnBsL3B1Yi8gb3IgZnJvbSB0aGUgU291cmNl Rm9yZ2Ugc2l0ZS4NCglUaGUgY29kZSBtYXkgaGF2ZSBzb21lIGRyYXdiYWNrcyBidXQgaXQgaXMg d29ya2luZyBhbmQgaXQncyBiZWVpbmcNCglpbXBsZW1lbnRlZCBpbiBvbmUgb2Ygb3VyIGNvbW1l cmNpYWwgYXBwbGljYXRpb25zIGFuZCBzZWVtcyB0byBiZSBxdWl0ZQ0KCXN0YWJsZS4NCglXZSBh cmUgbm93IGluIHN0YWdlIG9mIGNsZWFuaW5nIGNvZGUgYW5kIGRvY3MgKGhhdmluZyBsZXNzIGRl YWRsaW5lcyBpbg0KCXRoZSBjb21tZXJjaWFsIGRldmVsb3BtZW50KSwgc28gbmV3IHJlbGVhc2Vz IGFyZSBjb21taW5nIHNvb24uDQoJDQoJSG93IGFib3V0IHVzaW5nIG91ciBjb2RlIGFzIGEgc3Rh cnRpbmcgcG9pbnQgZm9yIEFwYWNoZSBwcm9qZWN0Pw0KCQ0KCS0tDQoJVG9tYXN6IFdpZWxnYSA8 dHdAdG91ay5wbD4NCgkNCgkNCgkNCgktLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCglUbyB1bnN1YnNjcmliZSwgZS1t YWlsOiBkZXYtdW5zdWJzY3JpYmVAeG1sYmVhbnMuYXBhY2hlLm9yZw0KCUZvciBhZGRpdGlvbmFs IGNvbW1hbmRzLCBlLW1haWw6IGRldi1oZWxwQHhtbGJlYW5zLmFwYWNoZS5vcmcNCgkNCgkNCg0K From [email protected] Thu Jun 09 16:42:08 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7938 invoked from network); 9 Jun 2005 16:42:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2005 16:42:08 -0000 Received: (qmail 33835 invoked by uid 500); 9 Jun 2005 16:42:07 -0000 Delivered-To: [email protected] Received: (qmail 33805 invoked by uid 500); 9 Jun 2005 16:42:07 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 33790 invoked by uid 500); 9 Jun 2005 16:42:07 -0000 Delivered-To: [email protected] Received: (qmail 33785 invoked by uid 99); 9 Jun 2005 16:42:06 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 09:42:04 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 9863613 for <[email protected]>; Thu, 9 Jun 2005 18:41:47 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Thu, 9 Jun 2005 18:41:47 +0200 (CEST) From: "Steve Traut (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-165) Review XQueryXPath sample and add to sample repository In-Reply-To: <{{EMAIL+PHONE}}> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-165?page=all ] Steve Traut updated XMLBEANS-165: --------------------------------- Attachment: XQueryXPath.zip Zip with sample sources. > Review XQueryXPath sample and add to sample repository > ------------------------------------------------------ > > Key: XMLBEANS-165 > URL: http://issues.apache.org/jira/browse/XMLBEANS-165 > Project: XMLBeans > Type: New Feature > Components: Samples > Versions: Version 2 Beta 2 > Reporter: Steve Traut > Priority: Minor > Fix For: Version 2 > Attachments: XQueryXPath.zip > > I'll attach a zip with the code. Feedback is welcome. Here are the notes from the readme: > Sample: XQueryXPath > Author: Steven Traut ([email protected]) > Last Updated: June 8, 2005 > Versions: > xmlbeans-v1 1.0.3 > xmlbeans-v2 > ----------------------------------------------------------------------------- > This sample illustrates how you can use the XMLBeans API to execute > XPath and XQuery expressions. The sample illustrates these features: > - Using the XmlObject.selectPath and XmlCursor.selectPath methods > to execute XPath expressions. The selectPath method's results (if > any) are always chunks of the instance queried against. In other > words, changes to query results change the original instance. > However, you work with results differently depending on whether > selectPath was called from an XmlObject or XmlCursor instance. See > the SelectPath class for more information. > - Using the XmlObject.execQuery and XmlCursor.execQuery methods > to execute XQuery expressions. Results of these queries are copied > into new XML, meaning that changes to results do not change the > original instance. Here again, you work with results differently > depending how which method you used to query. See the ExecQuery > class for more information. > A note about dependencies. Very simple XPath expressions -- e.g., > expressions without predicates or function calls -- require only > the xbean.jar on your class path. More complex expressions require > xbean_xpath.jar. XQuery expressions require the Saxon 8.1.1 JAR. > Both xbean_xpath.jar and saxon8.jar are created for you when you build > XMLBeans from Apache source code. These files are required on the class > path for code in this sample to run. > To try out this sample: > 1. Set XMLBEANS_HOME in your environment > 2. Ant must be on your PATH > 3. xbean_xpath.jar and saxon8.jar must be on your class path. > These files are created in the build/lib directory when you > build XMLBeans from source. > 4. To compile the schemas and sample source, run "ant build" > 5. To execute the sample, run "ant run" -- 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 Jun 09 17:15:07 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32065 invoked from network); 9 Jun 2005 17:15:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2005 17:15:07 -0000 Received: (qmail 23345 invoked by uid 500); 9 Jun 2005 17:15:06 -0000 Delivered-To: [email protected] Received: (qmail 23252 invoked by uid 500); 9 Jun 2005 17:15:05 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 23237 invoked by uid 500); 9 Jun 2005 17:15:05 -0000 Delivered-To: [email protected] Received: (qmail 23221 invoked by uid 99); 9 Jun 2005 17:15:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 10:15:01 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 74C2CF4 for <[email protected]>; Thu, 9 Jun 2005 18:41:18 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Thu, 9 Jun 2005 18:41:18 +0200 (CEST) From: "Steve Traut (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XMLBEANS-165) Review XQueryXPath sample and add to sample repository Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Review XQueryXPath sample and add to sample repository ------------------------------------------------------ Key: XMLBEANS-165 URL: http://issues.apache.org/jira/browse/XMLBEANS-165 Project: XMLBeans Type: New Feature Components: Samples Versions: Version 2 Beta 2 Reporter: Steve Traut Priority: Minor Fix For: Version 2 Attachments: XQueryXPath.zip I'll attach a zip with the code. Feedback is welcome. Here are the notes from the readme: Sample: XQueryXPath Author: Steven Traut ([email protected]) Last Updated: June 8, 2005 Versions: xmlbeans-v1 1.0.3 xmlbeans-v2 ----------------------------------------------------------------------------- This sample illustrates how you can use the XMLBeans API to execute XPath and XQuery expressions. The sample illustrates these features: - Using the XmlObject.selectPath and XmlCursor.selectPath methods to execute XPath expressions. The selectPath method's results (if any) are always chunks of the instance queried against. In other words, changes to query results change the original instance. However, you work with results differently depending on whether selectPath was called from an XmlObject or XmlCursor instance. See the SelectPath class for more information. - Using the XmlObject.execQuery and XmlCursor.execQuery methods to execute XQuery expressions. Results of these queries are copied into new XML, meaning that changes to results do not change the original instance. Here again, you work with results differently depending how which method you used to query. See the ExecQuery class for more information. A note about dependencies. Very simple XPath expressions -- e.g., expressions without predicates or function calls -- require only the xbean.jar on your class path. More complex expressions require xbean_xpath.jar. XQuery expressions require the Saxon 8.1.1 JAR. Both xbean_xpath.jar and saxon8.jar are created for you when you build XMLBeans from Apache source code. These files are required on the class path for code in this sample to run. To try out this sample: 1. Set XMLBEANS_HOME in your environment 2. Ant must be on your PATH 3. xbean_xpath.jar and saxon8.jar must be on your class path. These files are created in the build/lib directory when you build XMLBeans from source. 4. To compile the schemas and sample source, run "ant build" 5. To execute the sample, run "ant run" -- 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 Jun 09 17:28:06 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37163 invoked from network); 9 Jun 2005 17:28:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2005 17:28:06 -0000 Received: (qmail 61336 invoked by uid 500); 9 Jun 2005 17:28:04 -0000 Delivered-To: [email protected] Received: (qmail 61298 invoked by uid 500); 9 Jun 2005 17:28:03 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 61238 invoked by uid 99); 9 Jun 2005 17:28:01 -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 mx.seanet.com (HELO mx.seanet.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 10:27:59 -0700 Received: from [161.129.204.104] (cschmidt.seanet.com [161.129.204.104]) by milkyway.seanet.com (8.13.4/8.13.4) with ESMTP id j59HRHd0050598; Thu, 9 Jun 2005 10:27:21 -0700 (PDT) (envelope-from [email protected]) Mime-Version: 1.0 (Apple Message framework v730) Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: [email protected], [email protected] From: Cliff Schmidt <[email protected]> Subject: Re: schema metadata location change for v2 Date: Thu, 9 Jun 2005 10:27:33 -0700 X-Mailer: Apple Mail (2.730) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N James, Having not seen you very involved in the XMLBeans community, I suspect you are unaware of how things work here. Decisions such as the one you describe below are made by the committers and the PMC, not by any one person or their company. When you say "we will change" and "we apologize", I'm not sure who "we" refers to. If you were a committer or PMC member, I would assume "we" refered to that group making a decision on behalf of the Apache XMLBeans users, but since you are not, your post is a little confusing to me. I suspect this is just a case of mistranslating one's role at a contributing company into the Apache decision-making process; others have made the same mistake before. I just want to make it clear how decisions are made here. Cliff Schmidt PMC Chair, Apache XMLBeans On 6/8/05, James Taylor <[email protected]> wrote: > To enable binary compatibility going forward and prevent conflicts with > pre-open sourced usage of XMLBeans, we will change the schema metadata > location before our upcoming v2 release. The net effect of this change is > that current users (including v1 and v2 beta users) will need to recompile > their schemas to enable them to be found correctly. We apologize for any > inconvenience, and we expect that the new location will remain stable in the > future. > > > > Regards, > > > > James > > ------------------------------------------------------------------------ ------- > > James R. Taylor > > Senior Program Manager > > XML Technologies > > BEA Systems, Inc. > > [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 09 17:59:07 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50615 invoked from network); 9 Jun 2005 17:59:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2005 17:59:07 -0000 Received: (qmail 47547 invoked by uid 500); 9 Jun 2005 17:59:06 -0000 Delivered-To: [email protected] Received: (qmail 47521 invoked by uid 500); 9 Jun 2005 17:59:06 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 47501 invoked by uid 99); 9 Jun 2005 17:59: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: neutral (hermes.apache.org: local policy) Received: from dalmail.healthcare.com (HELO dfwmail.quovadx.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 10:59:03 -0700 Received: by dfwmail.quovadx.com with Internet Mail Service (5.5.2657.72) id <H4R0ZP3R>; Thu, 9 Jun 2005 12:47:13 -0500 Message-ID: <[email protected]> From: Heidi Buelow <[email protected]> To: "'[email protected]'" <[email protected]> Subject: RE: xmlbeansxx vs. xmlbeanscxx Date: Thu, 9 Jun 2005 12:47:03 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Tomasz Wielga [mailto:[email protected]] > Sent: Wednesday, June 08, 2005 3:08 PM > Results of our work can be found at http://xmlbeansxx.touk.pl/. > How about using our code as a starting point for Apache project? Thomasz, This is exciting! We are happy to hear about your work and are looking at the code right away to see what you have done already. This could be great synergy. I looked at your site and see that your to-do includes portability and faster compilations. Rogue Wave has a lot of experience in both these areas. Plus we have applicable code that could fill in (potentially) missing areas in other places too. I don't see anything about licensing though. You'll need to clarify and make sure we can take your contribution into Apache. Heidi. > -- > Tomasz Wielga <[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 09 18:35:03 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72392 invoked from network); 9 Jun 2005 18:35:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2005 18:35:03 -0000 Received: (qmail 35785 invoked by uid 500); 9 Jun 2005 18:34:57 -0000 Delivered-To: [email protected] Received: (qmail 35658 invoked by uid 500); 9 Jun 2005 18:34:57 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 35590 invoked by uid 99); 9 Jun 2005 18:34:56 -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 mail1.data393.net (HELO mail1.data393.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 11:34:54 -0700 Received: from ex1.corp.pingidentity.com (exchange.pingidentity.com [161.129.204.104]) by mail1.data393.net (Postfix) with ESMTP id 3A6B96540FA for <[email protected]>; Thu, 9 Jun 2005 12:17:34 -0600 (MDT) Received: from [161.129.204.104] ([161.129.204.104] RDNS failed) by ex1.corp.pingidentity.com over TLS secured channel with Microsoft SMTPSVC+1-913-501-1940); Thu, 9 Jun 2005 12:17:34 -0600 Mime-Version: 1.0 (Apple Message framework v732) 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: David Waite <[email protected]> Subject: Re: xmlbeansxx vs. xmlbeanscxx Date: Thu, 9 Jun 2005 12:17:27 -0600 To: [email protected] X-Mailer: Apple Mail (2.732) X-OriginalArrivalTime: 09 Jun 2005 18:17:34.0224 (UTC) FILETIME=[81FDE100:01C56D1F] X-Data393-MailScanner-Information: Please contact the ISP for more information X-Data393-MailScanner: Found to be clean X-Data393-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.661, required 6, autolearn=disabled, ALL_TRUSTED -2.82, AWL 0.16) X-MailScanner-From: [email protected] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I was looking for this licensing info earlier as well. The Sourceforge home-page states Apache V2.0 -David Waite On Jun 9, 2005, at 11:47 AM, Heidi Buelow wrote: >> -----Original Message----- >> From: Tomasz Wielga [mailto:[email protected]] >> Sent: Wednesday, June 08, 2005 3:08 PM >> > > >> Results of our work can be found at http://xmlbeansxx.touk.pl/. >> > > >> How about using our code as a starting point for Apache project? >> > > Thomasz, > > This is exciting! We are happy to hear about your work and are > looking at > the code right away to see what you have done already. > > This could be great synergy. I looked at your site and see that > your to-do > includes portability and faster compilations. Rogue Wave has a lot of > experience in both these areas. Plus we have applicable code that > could > fill in (potentially) missing areas in other places too. > > I don't see anything about licensing though. You'll need to > clarify and > make sure we can take your contribution into Apache. > > Heidi. > > > >> -- >> Tomasz Wielga <[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] > > David Waite [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 09 19:15:54 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35358 invoked from network); 9 Jun 2005 19:15:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2005 19:15:54 -0000 Received: (qmail 50096 invoked by uid 500); 9 Jun 2005 19:15:53 -0000 Delivered-To: [email protected] Received: (qmail 50048 invoked by uid 500); 9 Jun 2005 19:15:53 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 50035 invoked by uid 500); 9 Jun 2005 19:15:53 -0000 Delivered-To: [email protected] Received: (qmail 50031 invoked by uid 99); 9 Jun 2005 19:15:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 12:15:50 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id D42A5F3 for <[email protected]>; Thu, 9 Jun 2005 21:15:35 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 9 Jun 2005 21:15:35 +0200 (CEST) From: "Wing Yew Poon (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-102) scomp - infinite loop during jar for specific xsd and params In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-102?page=all ] Wing Yew Poon updated XMLBEANS-102: ----------------------------------- Description: This bug only seems to happen with the netui-config.xsd schema. It does not happen with the purchase order schema. It does NOT occur if you don't have both "-d .\" AND "-out foo.jar". So it's not that common of an issue. steps to repro: download the attached schema (netui-config.xsd from the beehive project) scomp.cmd netui-config.xsd -d .\ -out netui-config.jar expected result: the process exits normally and the jar file is correctly created actual result: the process never exits, and the jar file grows in size until the process is killed. was: This bug only seems to happen with the netui-config.xsd schema. It does not happen with the purchase order schema. It does NOT occur if you don't have both "-d .\" AND "-out foo.jar". So it's not that common of an issue. steps to repro: download the attached schema (netui-config.xsd from the beehive project) scomp.cmd netui-config.xsd -d .\ -out netui-config.jar expected result: the process exits normally and the jar file is correctly created actual result: the process never exits, and the jar file grows in size until the process is killed. Verified: Downloaded attached schema, netui-config.xsd, and invoked scomp.cmd netui-config.xsd -d .\ -out netui-config.jar Result: Time to build schema type system: 0.803 seconds Time to generate code: 0.362 seconds Time to compile code: 1.375 seconds Compiled types to: netui-config.jar > scomp - infinite loop during jar for specific xsd and params > ------------------------------------------------------------ > > Key: XMLBEANS-102 > URL: http://issues.apache.org/jira/browse/XMLBEANS-102 > Project: XMLBeans > Type: Bug > Components: Compiler > Versions: Version 2 Beta 2 > Environment: win32 > Reporter: jamie zyskowski > Assignee: Radu Preotiuc-Pietro > Priority: Minor > Fix For: Version 2 Beta 2, Version 2 > Attachments: config.xsdconfig, netui-config.xsd > > This bug only seems to happen with the netui-config.xsd schema. It does not happen with the purchase order schema. It does NOT occur if you don't have both "-d .\" AND "-out foo.jar". So it's not that common of an issue. > steps to repro: > download the attached schema (netui-config.xsd from the beehive project) > scomp.cmd netui-config.xsd -d .\ -out netui-config.jar > expected result: > the process exits normally and the jar file is correctly created > actual result: > the process never exits, and the jar file grows in size until the process is killed. -- 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 Jun 09 20:09:44 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63373 invoked from network); 9 Jun 2005 20:09:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2005 20:09:43 -0000 Received: (qmail 85185 invoked by uid 500); 9 Jun 2005 20:09:42 -0000 Delivered-To: [email protected] Received: (qmail 85153 invoked by uid 500); 9 Jun 2005 20:09:42 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 85139 invoked by uid 500); 9 Jun 2005 20:09:41 -0000 Delivered-To: [email protected] Received: (qmail 85134 invoked by uid 99); 9 Jun 2005 20:09:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 13:09:39 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 39AF9F1 for <[email protected]>; Thu, 9 Jun 2005 22:09:21 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 9 Jun 2005 22:09:21 +0200 (CEST) From: "Wing Yew Poon (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XMLBEANS-122) Make interface XsdGenStrategy public In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-122?page=all ] Wing Yew Poon closed XMLBEANS-122: ---------------------------------- The interface is now public. > Make interface XsdGenStrategy public > ------------------------------------ > > Key: XMLBEANS-122 > URL: http://issues.apache.org/jira/browse/XMLBEANS-122 > Project: XMLBeans > Type: Improvement > Components: Compiler > Versions: Version 2 Beta 1 > Environment: Win XP SP2 > Reporter: Don Stewart > Assignee: Cezar Andrei > > Please make the XsdGenStrategy interface public as it's implementing classes are public. this would aid the implementation of this feature in the Eclipse XmlBeans plugin. Currently the stratergy is hard coded as I cannot access the interface and dynamically change the concrete class. -- 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 Jun 09 20:18:15 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66779 invoked from network); 9 Jun 2005 20:18:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2005 20:18:14 -0000 Received: (qmail 9662 invoked by uid 500); 9 Jun 2005 20:18:13 -0000 Delivered-To: [email protected] Received: (qmail 9350 invoked by uid 500); 9 Jun 2005 20:18:12 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 9323 invoked by uid 500); 9 Jun 2005 20:18:11 -0000 Delivered-To: [email protected] Received: (qmail 9277 invoked by uid 99); 9 Jun 2005 20:18:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 13:18:06 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 87213107 for <[email protected]>; Thu, 9 Jun 2005 21:15:41 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 9 Jun 2005 21:15:41 +0200 (CEST) From: "Wing Yew Poon (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XMLBEANS-102) scomp - infinite loop during jar for specific xsd and params In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-102?page=all ] Wing Yew Poon closed XMLBEANS-102: ---------------------------------- > scomp - infinite loop during jar for specific xsd and params > ------------------------------------------------------------ > > Key: XMLBEANS-102 > URL: http://issues.apache.org/jira/browse/XMLBEANS-102 > Project: XMLBeans > Type: Bug > Components: Compiler > Versions: Version 2 Beta 2 > Environment: win32 > Reporter: jamie zyskowski > Assignee: Radu Preotiuc-Pietro > Priority: Minor > Fix For: Version 2 Beta 2, Version 2 > Attachments: config.xsdconfig, netui-config.xsd > > This bug only seems to happen with the netui-config.xsd schema. It does not happen with the purchase order schema. It does NOT occur if you don't have both "-d .\" AND "-out foo.jar". So it's not that common of an issue. > steps to repro: > download the attached schema (netui-config.xsd from the beehive project) > scomp.cmd netui-config.xsd -d .\ -out netui-config.jar > expected result: > the process exits normally and the jar file is correctly created > actual result: > the process never exits, and the jar file grows in size until the process is killed. -- 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 Jun 09 21:54:10 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2659 invoked from network); 9 Jun 2005 21:54:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2005 21:54:10 -0000 Received: (qmail 68360 invoked by uid 500); 9 Jun 2005 21:54:09 -0000 Delivered-To: [email protected] Received: (qmail 68330 invoked by uid 500); 9 Jun 2005 21:54:09 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 68315 invoked by uid 99); 9 Jun 2005 21:54:08 -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 ig142.internetdsl.tpnet.pl (HELO chatka.yi.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 14:54:07 -0700 Received: from [161.129.204.104] (helo=ig142.internetdsl.tpnet.pl ident=trombka) by chatka.yi.org with esmtp (Exim 4.32) id 1DgUyP-0004VE-Fi for [email protected]; Thu, 09 Jun 2005 23:54:01 +0200 Subject: RE: xmlbeansxx vs. xmlbeanscxx From: Tomasz Wielga <[email protected]> Reply-To: [email protected] To: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: text/plain Organization: TouK Date: Thu, 09 Jun 2005 23:54:01 +0200 Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi > This is exciting! We are happy to hear about your work and are looking at > the code right away to see what you have done already. You may look at our svn repository, which was set up anonymous access to today. http://touk.pl/svn/projects/xmlbeansxx. It doesn't differ much from the latest tarball, but Witek <[email protected]> tried to make sure that one can pass through all the examples from the web. > This could be great synergy. I looked at your site and see that your to-do > includes portability and faster compilations. Rogue Wave has a lot of > experience in both these areas. Plus we have applicable code that could > fill in (potentially) missing areas in other places too. We decided to use boost's smart pointers wich means lots of template expanding. GCC 3.2, which ships with RHEL3 - our target environment, seems to have poor performance in it. Especially when we compile very very long code generated for xpath queries. Talking about xpath queries. We didn't port XQueries in favor of code generation. As it doesn't have its compartment in the java original it has not been put in the port. We'll check if it would be published too, cause it's in an other project. Truely speaking we use xmlbeansxx mostly by generated code. And there is really much of it by now. XmlCursors are still an empty space, I think. You can also see we stick to Java as for code generation believing (still) that less code to maintain is always the better. > I don't see anything about licensing though. You'll need to clarify and > make sure we can take your contribution into Apache. We filled licencing info into the SVN code. And of course it is the Apache one. -- Tomasz Wielga <[email protected]> TouK --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 10 02:07:27 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87427 invoked from network); 10 Jun 2005 02:07:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jun 2005 02:07:27 -0000 Received: (qmail 82557 invoked by uid 500); 10 Jun 2005 02:07:27 -0000 Delivered-To: [email protected] Received: (qmail 82343 invoked by uid 500); 10 Jun 2005 02:07: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]> Reply-To: [email protected] List-Id: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 82330 invoked by uid 500); 10 Jun 2005 02:07:25 -0000 Delivered-To: [email protected] Received: (qmail 82322 invoked by uid 99); 10 Jun 2005 02:07:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 19:07:22 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 5989214 for <[email protected]>; Fri, 10 Jun 2005 04:07:18 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 10 Jun 2005 04:07:18 +0200 (CEST) From: "Daniel Ecer (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-40) SchemaCompiler does not generate .xsb files to source output directory In-Reply-To: <1216996414.1088686495373.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-40?page=comments#action_12313210 ] Daniel Ecer commented on XMLBEANS-40: ------------------------------------- And how I am supposed to generate the source and the .xsb files without compiling/jaring using the ant task? There seem no equivalent to -d, the destfile seem to be mapped to -out according to the previous description. What would be so wrong about putting the .xsb files in the source directory in that case? Isn't the srconly option completly useless if the .xsb files are not generated? IDEs like Eclipse are copying resources from the source automatically to the output folder, using ant they could be copied easy as well... if they were there. I think this would be easy to fix. Thanks in advance. > SchemaCompiler does not generate .xsb files to source output directory > ---------------------------------------------------------------------- > > Key: XMLBEANS-40 > URL: http://issues.apache.org/jira/browse/XMLBEANS-40 > Project: XMLBeans > Type: Bug > Components: Compiler > Versions: Version 1.0.3 > Environment: n/a > Reporter: Ian P. Springer > Priority: Minor > > The .xsb files are only written to the classes output directory at the same time .class files are compiled. This prevents one from being able to run scomp w/ the -srconly option, compiling the source themselves, and then actually using the generated classes, since the .xsb files are [email protected]. I think the solution would be to write the .xsb files to the source output dir as well as the classes output dir. Then one would be able to run w/ -srconly and still build a complete runtime jar themselves. -- 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] Fri Jun 10 03:03:55 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17647 invoked from network); 10 Jun 2005 03:03:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jun 2005 03:03:55 -0000 Received: (qmail 83720 invoked by uid 500); 10 Jun 2005 03:03:54 -0000 Delivered-To: [email protected] Received: (qmail 83622 invoked by uid 500); 10 Jun 2005 03:03:53 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 83580 invoked by uid 500); 10 Jun 2005 03:03:52 -0000 Delivered-To: [email protected] Received: (qmail 83503 invoked by uid 99); 10 Jun 2005 03:03:50 -0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,HTML_20_30,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from web81607.mail.yahoo.com (HELO web81607.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 09 Jun 2005 20:03:48 -0700 Received: (qmail 8770 invoked by uid 60001); 10 Jun 2005 03:03:31 -0000 Message-ID: <[email protected]> Received: from [161.129.204.104] by web81607.mail.yahoo.com via HTTP; Thu, 09 Jun 2005 20:03:31 PDT Date: Thu, 9 Jun 2005 20:03:31 -0700 (PDT) From: Victor Pezzola <[email protected]> Subject: Creating XML documents through XMLbeans To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-885857360-1118372611=:8656" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0-885857360-1118372611=:8656 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hello, Thanks everyone for your hard work on XMLbeans. We through some complex schemas against it and it churned out all the beans without a problem. How does XMLbeans store run-time created XML documents using setters? I wanted to generate XMLbeans classes using a large superset schema and then during run-time only load a small subset of that schema using the bean's setters. When I ask XMLbeans to generate the XML, will it return XML representing the whole superset or just the subset that I explicited created and loaded? I was hoping it will return only the small subsets that were loaded. Thank you, Vic --0-885857360-1118372611=:8656 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit <DIV>Hello,</DIV> <DIV>&nbsp;</DIV> <DIV>Thanks everyone for your hard work on XMLbeans.&nbsp; We through some complex schemas against it and it churned out all the beans without a problem.</DIV> <DIV>&nbsp;</DIV> <DIV>How does XMLbeans store run-time created XML documents using setters?&nbsp; I wanted to generate&nbsp;XMLbeans classes&nbsp;using a large superset schema&nbsp;and then during run-time only&nbsp;load a small subset of that schema using the bean's setters.&nbsp; When I ask XMLbeans to generate the XML,&nbsp;will it&nbsp;return XML representing the whole&nbsp;superset or just the subset that I explicited created and loaded?&nbsp; I was hoping it will return only the small subsets that were loaded.</DIV> <DIV>&nbsp;</DIV> <DIV>Thank you,</DIV> <DIV>Vic </DIV> --0-885857360-1118372611=:8656-- From [email protected] Fri Jun 10 15:24:21 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80087 invoked from network); 10 Jun 2005 15:24:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jun 2005 15:24:21 -0000 Received: (qmail 34196 invoked by uid 500); 10 Jun 2005 15:24:19 -0000 Delivered-To: [email protected] Received: (qmail 34165 invoked by uid 500); 10 Jun 2005 15:24:18 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 34144 invoked by uid 99); 10 Jun 2005 15:24:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from tayrelbas04.tay.hp.com (HELO tayrelbas04.tay.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Jun 2005 08:24:13 -0700 Received: from tayexg11.americas.cpqcorp.net (tayexg11.americas.cpqcorp.net [161.129.204.104]) by tayrelbas04.tay.hp.com (Postfix) with ESMTP id 8C2AF200015A for <[email protected]>; Fri, 10 Jun 2005 09:27:06 -0400 (EDT) Received: from tayexc17.americas.cpqcorp.net ([161.129.204.104]) by tayexg11.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.211); Fri, 10 Jun 2005 09:26:49 -0400 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_01C56DC0.0E43C74D" Subject: RE: Creating XML documents through XMLbeans Date: Fri, 10 Jun 2005 09:26:38 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Creating XML documents through XMLbeans Thread-Index: AcVtaQ/aOCJb5NFoR/i00WkpEYPLYwAVg2Qg From: "Springer, Ian P." <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 10 Jun 2005 13:26:49.0544 (UTC) FILETIME=[0E90B480:01C56DC0] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C56DC0.0E43C74D Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Vic, =20 You can create XMLBeans that represent the entire document or individual elements within the document. You then call setters to populate the XMLBeans. There are no setters for xsd:any subelements, so to populate those, you have to use either XmlCursor or DOM. This is all covered pretty well in the tutorial [1] and the docs [2]. =20 Fyi, for futures, the user list is a better place to post this kind of a question.=20 =20 Regards, Ian [1] http://xmlbeans.apache.org/documentation/tutorial_getstarted.html [2] http://xmlbeans.apache.org/documentation/ ________________________________ From: Victor Pezzola [mailto:[email protected]]=20 Sent: Thursday, June 09, 2005 11:04 PM To: [email protected] Subject: Creating XML documents through XMLbeans =09 =09 Hello, =20 Thanks everyone for your hard work on XMLbeans. We through some complex schemas against it and it churned out all the beans without a problem. =20 How does XMLbeans store run-time created XML documents using setters? I wanted to generate XMLbeans classes using a large superset schema and then during run-time only load a small subset of that schema using the bean's setters. When I ask XMLbeans to generate the XML, will it return XML representing the whole superset or just the subset that I explicited created and loaded? I was hoping it will return only the small subsets that were loaded. =20 Thank you, Vic=20 ------_=_NextPart_001_01C56DC0.0E43C74D 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.2523" name=3DGENERATOR></HEAD> <BODY> <DIV dir=3Dltr align=3Dleft><SPAN class=3D000052013-10062005><FONT=20 face=3D"Lucida Console" color=3D#0000ff = size=3D2>Vic,</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D000052013-10062005><FONT=20 face=3D"Lucida Console" color=3D#0000ff = size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D000052013-10062005><FONT=20 face=3D"Lucida Console" color=3D#0000ff size=3D2>You can create XMLBeans = that=20 represent the entire document or individual elements within the = document. You=20 then call setters to populate the XMLBeans. There are no setters=20 for&nbsp;xsd:any subelements, so&nbsp;to populate&nbsp;those, you have = to use=20 either XmlCursor or DOM. This is all covered pretty well in the tutorial = [1] and=20 the docs [2].</FONT></SPAN></DIV> <DIV dir=3Dltr align=3Dleft><SPAN = class=3D000052013-10062005></SPAN>&nbsp;</DIV> <DIV dir=3Dltr align=3Dleft><SPAN class=3D000052013-10062005><FONT=20 face=3D"Lucida Console" color=3D#0000ff size=3D2>Fyi, for futures, the = user=20 list&nbsp;is a&nbsp;better place to post this kind of a=20 question.</FONT>&nbsp;</SPAN></DIV> <DIV>&nbsp;</DIV> <DIV><SPAN class=3D000052013-10062005></SPAN><FONT face=3D"Lucida = Console"><FONT=20 color=3D#0000ff><FONT size=3D2><SPAN = class=3D000052013-10062005>Regards</SPAN><SPAN=20 class=3D000052013-10062005>,</SPAN></FONT></FONT></FONT></DIV> <DIV><FONT><FONT color=3D#0000ff><FONT size=3D2><SPAN=20 class=3D000052013-10062005></SPAN></FONT></FONT></FONT><SPAN=20 class=3D000052013-10062005></SPAN><FONT face=3D"Lucida Console"><FONT=20 color=3D#0000ff><FONT size=3D2>I<SPAN=20 class=3D000052013-10062005>an</SPAN></FONT></FONT></FONT><BR></DIV> <DIV><SPAN class=3D000052013-10062005><FONT face=3D"Lucida Console" = color=3D#0000ff=20 size=3D2>[1] <A=20 href=3D"http://xmlbeans.apache.org/documentation/tutorial_getstarted.html= ">http://xmlbeans.apache.org/documentation/tutorial_getstarted.html</A></= FONT></SPAN></DIV> <DIV><SPAN class=3D000052013-10062005><FONT face=3D"Lucida Console" = color=3D#0000ff=20 size=3D2>[2] <A=20 href=3D"http://xmlbeans.apache.org/documentation/">http://xmlbeans.apache= .org/documentation/</A></FONT></SPAN></DIV> <BLOCKQUOTE dir=3Dltr=20 style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px = solid; MARGIN-RIGHT: 0px"> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft> <HR tabIndex=3D-1> <FONT face=3DTahoma size=3D2><B>From:</B> Victor Pezzola=20 [mailto:[email protected]] <BR><B>Sent:</B> Thursday, June 09, = 2005 11:04=20 PM<BR><B>To:</B> [email protected]<BR><B>Subject:</B> = Creating XML=20 documents through XMLbeans<BR></FONT><BR></DIV> <DIV></DIV> <DIV>Hello,</DIV> <DIV>&nbsp;</DIV> <DIV>Thanks everyone for your hard work on XMLbeans.&nbsp; We through = some=20 complex schemas against it and it churned out all the beans without a=20 problem.</DIV> <DIV>&nbsp;</DIV> <DIV>How does XMLbeans store run-time created XML documents using=20 setters?&nbsp; I wanted to generate&nbsp;XMLbeans classes&nbsp;using a = large=20 superset schema&nbsp;and then during run-time only&nbsp;load a small = subset of=20 that schema using the bean's setters.&nbsp; When I ask XMLbeans to = generate=20 the XML,&nbsp;will it&nbsp;return XML representing the = whole&nbsp;superset or=20 just the subset that I explicited created and loaded?&nbsp; I was = hoping it=20 will return only the small subsets that were loaded.</DIV> <DIV>&nbsp;</DIV> <DIV>Thank you,</DIV> <DIV>Vic </DIV></BLOCKQUOTE></BODY></HTML> ------_=_NextPart_001_01C56DC0.0E43C74D-- From [email protected] Fri Jun 10 22:47:07 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5442 invoked from network); 10 Jun 2005 22:47:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jun 2005 22:47:07 -0000 Received: (qmail 44577 invoked by uid 500); 10 Jun 2005 22:47:04 -0000 Delivered-To: [email protected] Received: (qmail 44485 invoked by uid 500); 10 Jun 2005 22:47:03 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 44452 invoked by uid 99); 10 Jun 2005 22:47: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Jun 2005 15:47:00 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5AMkv4w006047; Fri, 10 Jun 2005 15:46:57 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 10 Jun 2005 15:46:12 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: schema metadata location change for v2 Date: Fri, 10 Jun 2005 15:46:11 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: schema metadata location change for v2 Thread-Index: AcVtGJrXSkGR1yheR4K/XgJr5gvCWwA88slw From: "Cezar Andrei" <[email protected]> To: <[email protected]>, <[email protected]> X-OriginalArrivalTime: 10 Jun 2005 22:46:12.0092 (UTC) FILETIME=[33671BC0:01C56E0E] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Cliff,=20 There is no question about James going over the proper Apache process he should have listened to the community before sending such a message. On the technical side of things, I think this change is helpful for a bunch of users and we should go ahead with it before the upcoming v2 release. If this change is postponed, it will make life harder for the users of the v2 release itself. So if there are no technical objections I will check it in. Thanks, Cezar > -----Original Message----- > From: Cliff Schmidt [mailto:[email protected]] > Sent: Thursday, June 09, 2005 12:28 PM > To: [email protected]; [email protected] > Subject: Re: schema metadata location change for v2 >=20 > James, >=20 > Having not seen you very involved in the XMLBeans community, I > suspect you are unaware of how things work here. Decisions such as > the one you describe below are made by the committers and the PMC, > not by any one person or their company. When you say "we will > change" and "we apologize", I'm not sure who "we" refers to. If you > were a committer or PMC member, I would assume "we" refered to that > group making a decision on behalf of the Apache XMLBeans users, but > since you are not, your post is a little confusing to me. >=20 > I suspect this is just a case of mistranslating one's role at a > contributing company into the Apache decision-making process; others > have made the same mistake before. I just want to make it clear how > decisions are made here. >=20 > Cliff Schmidt > PMC Chair, Apache XMLBeans >=20 >=20 > On 6/8/05, James Taylor <[email protected]> wrote: > > To enable binary compatibility going forward and prevent conflicts > with > > pre-open sourced usage of XMLBeans, we will change the schema > metadata > > location before our upcoming v2 release. The net effect of this > change is > > that current users (including v1 and v2 beta users) will need to > recompile > > their schemas to enable them to be found correctly. We apologize > for any > > inconvenience, and we expect that the new location will remain > stable in the > > future. > > > > > > > > Regards, > > > > > > > > James > > > > > ------------------------------------------------------------------------ > ------- > > > > James R. Taylor > > > > Senior Program Manager > > > > XML Technologies > > > > BEA Systems, Inc. > > > > [email protected] > > > > >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] ---------------------------------------------------------------------------= ----- Join CEO Alfred Chuang and CTO Mark Carges on June 15 for a unique online= =20 event, giving you the first look at a new category of enterprise software= =20 built specifically for Service-Oriented Architecture (SOA). Register Now. It's Free! http://www.bea.com/events/june15 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 10 23:44:05 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19493 invoked from network); 10 Jun 2005 23:44:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jun 2005 23:44:05 -0000 Received: (qmail 43630 invoked by uid 500); 10 Jun 2005 23:43:59 -0000 Delivered-To: [email protected] Received: (qmail 43540 invoked by uid 500); 10 Jun 2005 23:43:58 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 43513 invoked by uid 99); 10 Jun 2005 23:43: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Jun 2005 16:43:56 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5ANhZ5M000797; Fri, 10 Jun 2005 16:43:52 -0700 Received: from ussjex02.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 10 Jun 2005 16:43:43 -0700 x-mimeole: Produced By Microsoft Exchange V6.0.6603.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: schema metadata location change for v2 Date: Fri, 10 Jun 2005 16:42:44 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: schema metadata location change for v2 Thread-Index: AcVtGJrAzooszCyhS3C3eMzOGSAEpQA/DHBQ From: "James Taylor" <[email protected]> To: <[email protected]>, <[email protected]> X-OriginalArrivalTime: 10 Jun 2005 23:43:43.0820 (UTC) FILETIME=[3CCB00C0:01C56E16] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Cliff, Sorry for the confusion. I am new to the XMLBeans community. The "we" I meant was the XMLBeans team at BEA, which includes Cezar and Radu among others. I sent the message on behalf of the team after it was reviewed and agreed upon by the team members. James -----Original Message----- From: Cliff Schmidt [mailto:[email protected]]=20 Sent: Thursday, June 09, 2005 10:28 AM To: [email protected]; [email protected] Subject: Re: schema metadata location change for v2 James, Having not seen you very involved in the XMLBeans community, I=20=20 suspect you are unaware of how things work here. Decisions such as=20=20 the one you describe below are made by the committers and the PMC,=20=20 not by any one person or their company. When you say "we will=20=20 change" and "we apologize", I'm not sure who "we" refers to. If you=20=20 were a committer or PMC member, I would assume "we" refered to that=20=20 group making a decision on behalf of the Apache XMLBeans users, but=20=20 since you are not, your post is a little confusing to me. I suspect this is just a case of mistranslating one's role at a=20=20 contributing company into the Apache decision-making process; others=20=20 have made the same mistake before. I just want to make it clear how=20=20 decisions are made here. Cliff Schmidt PMC Chair, Apache XMLBeans On 6/8/05, James Taylor <[email protected]> wrote: > To enable binary compatibility going forward and prevent conflicts=20=20 with > pre-open sourced usage of XMLBeans, we will change the schema=20=20 metadata > location before our upcoming v2 release. The net effect of this=20=20 change is > that current users (including v1 and v2 beta users) will need to=20=20 recompile > their schemas to enable them to be found correctly. We apologize=20=20 for any > inconvenience, and we expect that the new location will remain=20=20 stable in the > future. > > > > Regards, > > > > James > >=20=20 ------------------------------------------------------------------------ ------- > > James R. Taylor > > Senior Program Manager > > XML Technologies > > BEA Systems, Inc. > > [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ---------------------------------------------------------------------------= ----- Join CEO Alfred Chuang and CTO Mark Carges on June 15 for a unique online= =20 event, giving you the first look at a new category of enterprise software= =20 built specifically for Service-Oriented Architecture (SOA). Register Now. It's Free! http://www.bea.com/events/june15 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jun 11 00:54:55 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75382 invoked from network); 11 Jun 2005 00:54:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2005 00:54:55 -0000 Received: (qmail 56377 invoked by uid 500); 11 Jun 2005 00:54:55 -0000 Delivered-To: [email protected] Received: (qmail 56255 invoked by uid 500); 11 Jun 2005 00:54: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]> Reply-To: [email protected] List-Id: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 56241 invoked by uid 500); 11 Jun 2005 00:54:54 -0000 Delivered-To: [email protected] Received: (qmail 56237 invoked by uid 99); 11 Jun 2005 00:54:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Jun 2005 17:54:53 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id B85E7F9 for <[email protected]>; Sat, 11 Jun 2005 02:45:55 +0200 (CEST) Message-ID: <[email protected]> Date: Sat, 11 Jun 2005 02:45:55 +0200 (CEST) From: "Wing Yew Poon (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XMLBEANS-156) performance leak in XmlObject.selectPath() In-Reply-To: <{{EMAIL+PHONE}}> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-156?page=all ] Wing Yew Poon closed XMLBEANS-156: ---------------------------------- Resolution: Duplicate Duplicate of XMLBEANS-155. > performance leak in XmlObject.selectPath() > ------------------------------------------ > > Key: XMLBEANS-156 > URL: http://issues.apache.org/jira/browse/XMLBEANS-156 > Project: XMLBeans > Type: Bug > Components: XPath, XmlObject > Versions: Version 1.0.3 > Environment: Win2k > Reporter: Alexander Heinrich > > It seems that selectPath on XmlObject keeps references to some internal data (might be cursors) that cannot be freed by the user (i.e. there's nothing for XmlObject like clearSelections for XmlCursor). After extensive use of selectPath the system slows down more and more. > How I found this bug: I have large XML documents (>5 MB) and use selectPath to retrieve an array of similar objects in this document. Every time I reload the document (and invoke selectPath again) the loading process takes a little longer than before... When I substitute the selectPath statement by some other code that does the same but without using selectPath the time for loading documents stays constant. If you need exemplary code email me: [email protected] -- 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] Sat Jun 11 00:54:56 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75421 invoked from network); 11 Jun 2005 00:54:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2005 00:54:56 -0000 Received: (qmail 56506 invoked by uid 500); 11 Jun 2005 00:54:55 -0000 Delivered-To: [email protected] Received: (qmail 56472 invoked by uid 500); 11 Jun 2005 00:54:55 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 56390 invoked by uid 500); 11 Jun 2005 00:54:55 -0000 Delivered-To: [email protected] Received: (qmail 56352 invoked by uid 99); 11 Jun 2005 00:54:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Jun 2005 17:54:53 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 32AD1EB for <[email protected]>; Sat, 11 Jun 2005 02:45:50 +0200 (CEST) Message-ID: <[email protected]> Date: Sat, 11 Jun 2005 02:45:50 +0200 (CEST) From: "Wing Yew Poon (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XMLBEANS-157) performance leak in XmlObject.selectPath() In-Reply-To: <{{EMAIL+PHONE}}> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-157?page=all ] Wing Yew Poon closed XMLBEANS-157: ---------------------------------- Resolution: Duplicate Duplicate of XMLBEANS-155. > performance leak in XmlObject.selectPath() > ------------------------------------------ > > Key: XMLBEANS-157 > URL: http://issues.apache.org/jira/browse/XMLBEANS-157 > Project: XMLBeans > Type: Bug > Components: XmlObject, XPath > Versions: Version 1.0.3 > Environment: Win2k > Reporter: Alexander Heinrich > > It seems that selectPath on XmlObject keeps references to some internal data (might be cursors) that cannot be freed by the user (i.e. there's nothing for XmlObject like clearSelections for XmlCursor). After extensive use of selectPath the system slows down more and more. > How I found this bug: I have large XML documents (>5 MB) and use selectPath to retrieve an array of similar objects in this document. Every time I reload the document (and invoke selectPath again) the loading process takes a little longer than before... When I substitute the selectPath statement by some other code that does the same but without using selectPath the time for loading documents stays constant. If you need exemplary code email me: [email protected] -- 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] Sat Jun 11 19:34:52 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13177 invoked from network); 11 Jun 2005 19:34:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2005 19:34:52 -0000 Received: (qmail 29378 invoked by uid 500); 11 Jun 2005 19:34:49 -0000 Delivered-To: [email protected] Received: (qmail 29244 invoked by uid 500); 11 Jun 2005 19:34:48 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 29208 invoked by uid 99); 11 Jun 2005 19:34: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 11 Jun 2005 12:34:44 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5BJYX50023189; Sat, 11 Jun 2005 12:34:35 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Sat, 11 Jun 2005 12:34:14 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: RE: how to use the new SAAJ support in XmlBeans v2 Date: Sat, 11 Jun 2005 12:34:13 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: how to use the new SAAJ support in XmlBeans v2 Thread-Index: AcVaZC1JX1jva3fRRtu7i2xdKJ26kQTx5CRQ From: "Radu Preotiuc-Pietro" <[email protected]> To: <[email protected]>, <[email protected]> X-OriginalArrivalTime: 11 Jun 2005 19:34:14.0722 (UTC) FILETIME=[8CEDAA20:01C56EBC] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I actually didn't think SAAJ support was on the list of features for V2 and= indeed there is no SAAJ implementation in XmlBeans that one can use. I hav= e looked at the code myself and all there is is kind of the foundations for= building such an implementation, which were laid along with the native DOM= support. And at this point, we have been in beta for a while and all areas of the co= de are feature-wise ready for a release, that it seems late to start a SAAJ= effort now. The thing that we have to address though is that we can't include the javax= .xml.soap classes in xbean.jar for both the potential naming conflict and, = as I found out, for legal reasons. So I am going to rename those classes fo= r now and make sure that we re-open the discussion about native SAAJ suppor= t to see how interesting it would be. Thank you, Radu -----Original Message----- From: Springer, Ian P. [mailto:[email protected]] Sent: Monday, May 16, 2005 3:11 PM To: [email protected] Subject: how to use the new SAAJ support in XmlBeans v2 I couldn't find an example or docs on this new feature, and I wasn't able to figure out how to use it by digging in the source code. I see the interface org.apache.xmlbeans.impl.newstore2.Saaj and various other SAAJ-related classes, but I don't see any enlightening Javadocs. Can someone please point me in the right direction?=20 Thanks, Ian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ---------------------------------------------------------------------------= ----- Join CEO Alfred Chuang and CTO Mark Carges on June 15 for a unique online= =20 event, giving you the first look at a new category of enterprise software= =20 built specifically for Service-Oriented Architecture (SOA). Register Now. It's Free! http://www.bea.com/events/june15 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 13 14:39:54 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30597 invoked from network); 13 Jun 2005 14:39:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jun 2005 14:39:54 -0000 Received: (qmail 63507 invoked by uid 500); 13 Jun 2005 14:39:46 -0000 Delivered-To: [email protected] Received: (qmail 63310 invoked by uid 500); 13 Jun 2005 14:39:44 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63184 invoked by uid 500); 13 Jun 2005 14:39:44 -0000 Delivered-To: [email protected] Received: (qmail 63124 invoked by uid 99); 13 Jun 2005 14:39:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Jun 2005 07:39:37 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 21F54281 for <[email protected]>; Mon, 13 Jun 2005 16:39:12 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Mon, 13 Jun 2005 16:39:12 +0200 (CEST) From: "Johannes Stamminger (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-120) No TypeHolder generated in -srconly In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-120?page=comments#action_12313472 ] Johannes Stamminger commented on XMLBEANS-120: ---------------------------------------------- Without -srconly there is created a .jar but the sourcecode written to disk is cannot be the one having been compiled as the generated interfaces contain references to not existing classes like ...schema.system.s88336473178149A1091FEBD8E40E9E6C.TypeSystemHolder that do not exist - and therefore are not compilable (though the corresponding .class file is found within the generated .jar). I'll attach the schema (XTCE OMG spec.) I observe the problems with (1.0.4 generates working sourcecode). > No TypeHolder generated in -srconly > ----------------------------------- > > Key: XMLBEANS-120 > URL: http://issues.apache.org/jira/browse/XMLBEANS-120 > Project: XMLBeans > Type: Bug > Components: Compiler > Versions: Version 2 Beta 2 > Reporter: Don Stewart > Assignee: Radu Preotiuc-Pietro > > If youcreate a -srconly output no TypeHolder class is generated. If you try to edit the source files in an IDE they all point to a missing class and as such the IDE's report errors in every generated Interface. -- 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 Jun 13 14:50:26 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33978 invoked from network); 13 Jun 2005 14:50:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jun 2005 14:50:26 -0000 Received: (qmail 83950 invoked by uid 500); 13 Jun 2005 14:50:25 -0000 Delivered-To: [email protected] Received: (qmail 83925 invoked by uid 500); 13 Jun 2005 14:50: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]> Reply-To: [email protected] List-Id: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 83891 invoked by uid 500); 13 Jun 2005 14:50:25 -0000 Delivered-To: [email protected] Received: (qmail 83849 invoked by uid 99); 13 Jun 2005 14:50:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Jun 2005 07:50:20 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id AE22E35C for <[email protected]>; Mon, 13 Jun 2005 16:49:55 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Mon, 13 Jun 2005 16:49:55 +0200 (CEST) From: "Johannes Stamminger (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-120) No TypeHolder generated in -srconly In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-120?page=all ] Johannes Stamminger updated XMLBEANS-120: ----------------------------------------- Attachment: SpaceSystem.xsd XTCE 1.0 OMG specification (http://www.omg.org/cgi-bin/apps/do_doc?dtc/03-09-02.pdf) 2.0.1-beta1 does not create valid sourcecode for > No TypeHolder generated in -srconly > ----------------------------------- > > Key: XMLBEANS-120 > URL: http://issues.apache.org/jira/browse/XMLBEANS-120 > Project: XMLBeans > Type: Bug > Components: Compiler > Versions: Version 2 Beta 2 > Reporter: Don Stewart > Assignee: Radu Preotiuc-Pietro > Attachments: SpaceSystem.xsd > > If youcreate a -srconly output no TypeHolder class is generated. If you try to edit the source files in an IDE they all point to a missing class and as such the IDE's report errors in every generated Interface. -- 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 Jun 13 20:51:32 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25652 invoked from network); 13 Jun 2005 20:51:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jun 2005 20:51:32 -0000 Received: (qmail 6353 invoked by uid 500); 13 Jun 2005 20:51:31 -0000 Delivered-To: [email protected] Received: (qmail 6220 invoked by uid 500); 13 Jun 2005 20:51: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]> Reply-To: [email protected] List-Id: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 6207 invoked by uid 500); 13 Jun 2005 20:51:30 -0000 Delivered-To: [email protected] Received: (qmail 6204 invoked by uid 99); 13 Jun 2005 20:51:30 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Jun 2005 13:51:28 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 7E75D3D9 for <[email protected]>; Mon, 13 Jun 2005 22:50:51 +0200 (CEST) Message-ID: <[email protected]> Date: Mon, 13 Jun 2005 22:50:51 +0200 (CEST) From: "Radu Preotiuc-Pietro (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-120) No TypeHolder generated in -srconly In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-120?page=all ] Radu Preotiuc-Pietro updated XMLBEANS-120: ------------------------------------------ Environment: Priority: Minor (was: Major) Johannes, I have no problems building that Schema file. I have become convinced that this is an Eclipse-only issue because it can't pick up dependencies from a different directory than the source. I am going to fix this by removing that compile-time dependency, but in order to do this I need some APIs that don't currently exist, so I was going to wait on it a bit. > No TypeHolder generated in -srconly > ----------------------------------- > > Key: XMLBEANS-120 > URL: http://issues.apache.org/jira/browse/XMLBEANS-120 > Project: XMLBeans > Type: Bug > Components: Compiler > Versions: Version 2 Beta 2 > Reporter: Don Stewart > Assignee: Radu Preotiuc-Pietro > Priority: Minor > Attachments: SpaceSystem.xsd > > If youcreate a -srconly output no TypeHolder class is generated. If you try to edit the source files in an IDE they all point to a missing class and as such the IDE's report errors in every generated Interface. -- 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 Jun 14 01:25:33 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6134 invoked from network); 14 Jun 2005 01:25:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2005 01:25:32 -0000 Received: (qmail 53246 invoked by uid 500); 14 Jun 2005 01:25:28 -0000 Delivered-To: [email protected] Received: (qmail 52956 invoked by uid 500); 14 Jun 2005 01:25:26 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 52800 invoked by uid 500); 14 Jun 2005 01:25:26 -0000 Delivered-To: [email protected] Received: (qmail 52680 invoked by uid 99); 14 Jun 2005 01:25:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Jun 2005 18:25:22 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 02841435 for <[email protected]>; Tue, 14 Jun 2005 01:13:58 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Tue, 14 Jun 2005 01:13:58 +0200 (CEST) From: "Yana Kadiyska (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-93) Default behavior of Factory.parse (or set ) In-Reply-To: <894909568.1103050982683.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-93?page=all ] Yana Kadiyska updated XMLBEANS-93: ---------------------------------- Comment: was deleted > Default behavior of Factory.parse (or set ) > -------------------------------------------- > > Key: XMLBEANS-93 > URL: http://issues.apache.org/jira/browse/XMLBEANS-93 > Project: XMLBeans > Type: Improvement > Components: XmlObject > Versions: Version 1.0.3 > Reporter: jean-christophe.pazzaglia > Assignee: Yana Kadiyska > Priority: Minor > Fix For: TBD > Attachments: Jira93.java, jira-93.xsd > > Dear XmlBeaner, > I find the following behavior rather 'unnatural': > if you do have a DOM element (likely to come from another library > which doesnot use xmlbean) and you want to 'plug'-it with your > XML-Bean structure it does not work 'out of the box' (even if the types > are compatible !?!) and moreover produce non valid XML ! > It looks trivial: > let's imagine that you want to add a signature (using xml-security): > myXMLBean.setSignature( SignatureType.Factory.parse(sig.getElement())); // compile > this will generate : > <myXMLBean> > <xd:Signature xmlns:xd="http://www.w3.org/2000/09/xmldsig#"> > <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> > ... > </myXMLBean> > while you expect : > <myXMLBean> > <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> > ... > </myXMLBean> > in order to make it you should use > XmlOptions opts = new XmlOptions(); > opts.setLoadReplaceDocumentElement(null); > myXMLBean.setSignature( SignatureType.Factory.parse(sig.getElement(),xmlopts)); > looks rather odd to me ... > jc -- 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 Jun 14 01:25:48 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6340 invoked from network); 14 Jun 2005 01:25:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2005 01:25:48 -0000 Received: (qmail 54442 invoked by uid 500); 14 Jun 2005 01:25:47 -0000 Delivered-To: [email protected] Received: (qmail 54417 invoked by uid 500); 14 Jun 2005 01:25:46 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 54404 invoked by uid 500); 14 Jun 2005 01:25:46 -0000 Delivered-To: [email protected] Received: (qmail 54196 invoked by uid 99); 14 Jun 2005 01:25:46 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Jun 2005 18:25:44 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 5E6E8365 for <[email protected]>; Tue, 14 Jun 2005 01:13:46 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Tue, 14 Jun 2005 01:13:46 +0200 (CEST) From: "Yana Kadiyska (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-93) Default behavior of Factory.parse (or set ) In-Reply-To: <894909568.1103050982683.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-93?page=comments#action_12313527 ] Yana Kadiyska commented on XMLBEANS-93: --------------------------------------- I am not sure I understand the problem correctly. Attached is a "dumbed" down test and a simple schema...The code behaves correctly as of SVN 190504...could you fix the sample/ provide your own so we can repro the bug? ( I am running against branch 1.x in SVN at the revision above) > Default behavior of Factory.parse (or set ) > -------------------------------------------- > > Key: XMLBEANS-93 > URL: http://issues.apache.org/jira/browse/XMLBEANS-93 > Project: XMLBeans > Type: Improvement > Components: XmlObject > Versions: Version 1.0.3 > Reporter: jean-christophe.pazzaglia > Assignee: Yana Kadiyska > Priority: Minor > Fix For: TBD > Attachments: Jira93.java, jira-93.xsd > > Dear XmlBeaner, > I find the following behavior rather 'unnatural': > if you do have a DOM element (likely to come from another library > which doesnot use xmlbean) and you want to 'plug'-it with your > XML-Bean structure it does not work 'out of the box' (even if the types > are compatible !?!) and moreover produce non valid XML ! > It looks trivial: > let's imagine that you want to add a signature (using xml-security): > myXMLBean.setSignature( SignatureType.Factory.parse(sig.getElement())); // compile > this will generate : > <myXMLBean> > <xd:Signature xmlns:xd="http://www.w3.org/2000/09/xmldsig#"> > <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> > ... > </myXMLBean> > while you expect : > <myXMLBean> > <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> > ... > </myXMLBean> > in order to make it you should use > XmlOptions opts = new XmlOptions(); > opts.setLoadReplaceDocumentElement(null); > myXMLBean.setSignature( SignatureType.Factory.parse(sig.getElement(),xmlopts)); > looks rather odd to me ... > jc -- 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 Jun 14 02:15:17 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37293 invoked from network); 14 Jun 2005 02:15:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2005 02:15:17 -0000 Received: (qmail 65608 invoked by uid 500); 14 Jun 2005 02:15:16 -0000 Delivered-To: [email protected] Received: (qmail 65342 invoked by uid 500); 14 Jun 2005 02:15:14 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 65289 invoked by uid 500); 14 Jun 2005 02:15:14 -0000 Delivered-To: [email protected] Received: (qmail 65258 invoked by uid 99); 14 Jun 2005 02:15:13 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=DATE_IN_PAST_06_12 X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Jun 2005 19:15:10 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 05767355 for <[email protected]>; Mon, 13 Jun 2005 21:55:51 +0200 (CEST) Message-ID: <[email protected]> Date: Mon, 13 Jun 2005 21:55:51 +0200 (CEST) From: "Yana Kadiyska (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XMLBEANS-99) NPE/AssertionFailure in newDomNode() In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-99?page=all ] Yana Kadiyska closed XMLBEANS-99: --------------------------------- Resolution: Won't Fix Closing per Jacob's comment above > NPE/AssertionFailure in newDomNode() > ------------------------------------ > > Key: XMLBEANS-99 > URL: http://issues.apache.org/jira/browse/XMLBEANS-99 > Project: XMLBeans > Type: Bug > Components: DOM > Versions: Version 1.0.3 > Reporter: Kevin Krouse > Assignee: Yana Kadiyska > Priority: Minor > Fix For: Version 2 Beta 2, Version 2, Version 2 Beta 1 > Attachments: WS-BaseFaults-1_2-Draft_03.xsd, inst.xml, schema.xsd, test.java > > See attached repro and run with assertions enabled. Creating a .newDomNode() from the parsed instance throws a NPE when looking up a prefix for the namespace "http://dufourrault" > Exception in thread "main" java.lang.AssertionError > at org.apache.xmlbeans.impl.store.Saver.getUriMapping(Saver.java:1188) > at org.apache.xmlbeans.impl.store.Saver$DomSaver.emitContainer(Saver.java:4525) > at org.apache.xmlbeans.impl.store.Saver.processContainer(Saver.java:788) > at org.apache.xmlbeans.impl.store.Saver.process(Saver.java:531) > at org.apache.xmlbeans.impl.store.Saver$DomSaver.exportDom(Saver.java:4474) > at org.apache.xmlbeans.impl.store.Cursor.newDomNode(Cursor.java:2954) > at org.apache.xmlbeans.impl.values.XmlObjectBase.newDomNode(XmlObjectBase.java:155) > at org.apache.xmlbeans.impl.values.XmlObjectBase.newDomNode(XmlObjectBase.java:152) > at test.main(test.java:11) -- 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 Jun 14 04:11:34 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69975 invoked from network); 14 Jun 2005 04:11:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2005 04:11:34 -0000 Received: (qmail 78132 invoked by uid 500); 14 Jun 2005 04:11:33 -0000 Delivered-To: [email protected] Received: (qmail 78112 invoked by uid 500); 14 Jun 2005 04:11:33 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 78099 invoked by uid 500); 14 Jun 2005 04:11:32 -0000 Delivered-To: [email protected] Received: (qmail 78077 invoked by uid 99); 14 Jun 2005 04:11:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Jun 2005 21:11:29 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 7844041B for <[email protected]>; Tue, 14 Jun 2005 01:13:54 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Tue, 14 Jun 2005 01:13:54 +0200 (CEST) From: "Yana Kadiyska (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-93) Default behavior of Factory.parse (or set ) In-Reply-To: <894909568.1103050982683.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-93?page=all ] Yana Kadiyska updated XMLBEANS-93: ---------------------------------- Attachment: jira-93.xsd Jira93.java Yana's attempt to repro bug > Default behavior of Factory.parse (or set ) > -------------------------------------------- > > Key: XMLBEANS-93 > URL: http://issues.apache.org/jira/browse/XMLBEANS-93 > Project: XMLBeans > Type: Improvement > Components: XmlObject > Versions: Version 1.0.3 > Reporter: jean-christophe.pazzaglia > Assignee: Yana Kadiyska > Priority: Minor > Fix For: TBD > Attachments: Jira93.java, jira-93.xsd > > Dear XmlBeaner, > I find the following behavior rather 'unnatural': > if you do have a DOM element (likely to come from another library > which doesnot use xmlbean) and you want to 'plug'-it with your > XML-Bean structure it does not work 'out of the box' (even if the types > are compatible !?!) and moreover produce non valid XML ! > It looks trivial: > let's imagine that you want to add a signature (using xml-security): > myXMLBean.setSignature( SignatureType.Factory.parse(sig.getElement())); // compile > this will generate : > <myXMLBean> > <xd:Signature xmlns:xd="http://www.w3.org/2000/09/xmldsig#"> > <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> > ... > </myXMLBean> > while you expect : > <myXMLBean> > <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> > ... > </myXMLBean> > in order to make it you should use > XmlOptions opts = new XmlOptions(); > opts.setLoadReplaceDocumentElement(null); > myXMLBean.setSignature( SignatureType.Factory.parse(sig.getElement(),xmlopts)); > looks rather odd to me ... > jc -- 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 Jun 14 21:30:18 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3261 invoked from network); 14 Jun 2005 21:30:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2005 21:30:18 -0000 Received: (qmail 35586 invoked by uid 500); 14 Jun 2005 21:30:16 -0000 Delivered-To: [email protected] Received: (qmail 35570 invoked by uid 500); 14 Jun 2005 21:30:16 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 35557 invoked by uid 500); 14 Jun 2005 21:30:15 -0000 Delivered-To: [email protected] Received: (qmail 35198 invoked by uid 99); 14 Jun 2005 21:30:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 14:30:12 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 5C5DBF7 for <[email protected]>; Tue, 14 Jun 2005 23:29:46 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Tue, 14 Jun 2005 23:29:46 +0200 (CEST) From: "Yana Kadiyska (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (XMLBEANS-165) Review XQueryXPath sample and add to sample repository In-Reply-To: <{{EMAIL+PHONE}}> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-165?page=all ] Yana Kadiyska reassigned XMLBEANS-165: -------------------------------------- Assign To: Yana Kadiyska > Review XQueryXPath sample and add to sample repository > ------------------------------------------------------ > > Key: XMLBEANS-165 > URL: http://issues.apache.org/jira/browse/XMLBEANS-165 > Project: XMLBeans > Type: New Feature > Components: Samples > Versions: Version 2 Beta 2 > Reporter: Steve Traut > Assignee: Yana Kadiyska > Priority: Minor > Fix For: Version 2 > Attachments: XQueryXPath.zip > > I'll attach a zip with the code. Feedback is welcome. Here are the notes from the readme: > Sample: XQueryXPath > Author: Steven Traut ([email protected]) > Last Updated: June 8, 2005 > Versions: > xmlbeans-v1 1.0.3 > xmlbeans-v2 > ----------------------------------------------------------------------------- > This sample illustrates how you can use the XMLBeans API to execute > XPath and XQuery expressions. The sample illustrates these features: > - Using the XmlObject.selectPath and XmlCursor.selectPath methods > to execute XPath expressions. The selectPath method's results (if > any) are always chunks of the instance queried against. In other > words, changes to query results change the original instance. > However, you work with results differently depending on whether > selectPath was called from an XmlObject or XmlCursor instance. See > the SelectPath class for more information. > - Using the XmlObject.execQuery and XmlCursor.execQuery methods > to execute XQuery expressions. Results of these queries are copied > into new XML, meaning that changes to results do not change the > original instance. Here again, you work with results differently > depending how which method you used to query. See the ExecQuery > class for more information. > A note about dependencies. Very simple XPath expressions -- e.g., > expressions without predicates or function calls -- require only > the xbean.jar on your class path. More complex expressions require > xbean_xpath.jar. XQuery expressions require the Saxon 8.1.1 JAR. > Both xbean_xpath.jar and saxon8.jar are created for you when you build > XMLBeans from Apache source code. These files are required on the class > path for code in this sample to run. > To try out this sample: > 1. Set XMLBEANS_HOME in your environment > 2. Ant must be on your PATH > 3. xbean_xpath.jar and saxon8.jar must be on your class path. > These files are created in the build/lib directory when you > build XMLBeans from source. > 4. To compile the schemas and sample source, run "ant build" > 5. To execute the sample, run "ant run" -- 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 Jun 14 21:40:59 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6224 invoked from network); 14 Jun 2005 21:40:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2005 21:40:59 -0000 Received: (qmail 60395 invoked by uid 500); 14 Jun 2005 21:40:58 -0000 Delivered-To: [email protected] Received: (qmail 60379 invoked by uid 500); 14 Jun 2005 21:40:58 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 60335 invoked by uid 500); 14 Jun 2005 21:40:58 -0000 Delivered-To: [email protected] Received: (qmail 60332 invoked by uid 99); 14 Jun 2005 21:40:58 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 14:40:53 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 4E6AE3D6 for <[email protected]>; Tue, 14 Jun 2005 23:40:46 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Tue, 14 Jun 2005 23:40:46 +0200 (CEST) From: "Rajiv Bala (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-162) NPE during schema compilation with extension In-Reply-To: <{{EMAIL+PHONE}}> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-162?page=comments#action_12313647 ] Rajiv Bala commented on XMLBEANS-162: ------------------------------------- Could you attach the schema that was used ? > NPE during schema compilation with extension > -------------------------------------------- > > Key: XMLBEANS-162 > URL: http://issues.apache.org/jira/browse/XMLBEANS-162 > Project: XMLBeans > Type: Bug > Components: Compiler > Versions: Version 2 Beta 1 > Reporter: Harald Meyer > > When no extensions are used, everything works fine. Stack trace: > [java] Exception in thread "main" java.lang.NullPointerException > [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.error(BindingConfigImpl.java:289) > [java] at org.apache.xmlbeans.impl.config.InterfaceExtensionImpl.validateJava(InterfaceExtensionImpl.java:91) > [java] at org.apache.xmlbeans.impl.config.InterfaceExtensionImpl.validateInterface(InterfaceExtensionImpl.java:66) > [java] at org.apache.xmlbeans.impl.config.InterfaceExtensionImpl.newInstance(InterfaceExtensionImpl.java:38) > [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.recordExtensionSetting(BindingConfigImpl.java:234) > [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.<init>(BindingConfigImpl.java:109) > [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.forConfigDocuments(BindingConfigImpl.java:69) > [java] at org.apache.xmlbeans.impl.tool.SchemaCompiler.loadTypeSystem(SchemaCompiler.java:939) > [java] at org.apache.xmlbeans.impl.tool.SchemaCompiler.compile(SchemaCompiler.java:1067) > [java] at org.apache.xmlbeans.impl.tool.SchemaCompiler.main(SchemaCompiler.java:367) > From my understanding, XMLBeans tries to report an error message, but the StscStack (what ever it is) is empty. -- 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 Jun 14 22:31:34 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18969 invoked from network); 14 Jun 2005 22:31:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2005 22:31:33 -0000 Received: (qmail 77892 invoked by uid 500); 14 Jun 2005 22:31:33 -0000 Delivered-To: [email protected] Received: (qmail 77868 invoked by uid 500); 14 Jun 2005 22:31:32 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 77838 invoked by uid 500); 14 Jun 2005 22:31:32 -0000 Delivered-To: [email protected] Received: (qmail 77814 invoked by uid 99); 14 Jun 2005 22:31:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 15:31:28 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 2BC3C3D9 for <[email protected]>; Wed, 15 Jun 2005 00:12:49 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Wed, 15 Jun 2005 00:12:49 +0200 (CEST) From: "Peter Monks (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XMLBEANS-166) Generated classes should implement equals and hashcode Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Generated classes should implement equals and hashcode ------------------------------------------------------ Key: XMLBEANS-166 URL: http://issues.apache.org/jira/browse/XMLBEANS-166 Project: XMLBeans Type: Improvement Versions: Version 1 Environment: n/a Reporter: Peter Monks Priority: Minor It would be ideal if the classes generated by XMLBeans from an XML schema implemented the equals and hashcode methods, preferably with "deep" semantics (ie. contained objects are recursively compared using equals rather than ==). At this point we're using the output of the xmlText method for equivalence comparisons, but that's a bit of a hack and depends on deterministic behaviour in the xmlText method (which is likely, but afaict not guaranteed by XMLBeans). -- 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 Jun 14 23:29:10 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33917 invoked from network); 14 Jun 2005 23:29:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2005 23:29:10 -0000 Received: (qmail 17786 invoked by uid 500); 14 Jun 2005 23:29:09 -0000 Delivered-To: [email protected] Received: (qmail 17755 invoked by uid 500); 14 Jun 2005 23:29:09 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 17736 invoked by uid 500); 14 Jun 2005 23:29:09 -0000 Delivered-To: [email protected] Received: (qmail 17723 invoked by uid 99); 14 Jun 2005 23:29:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 16:29:06 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 27DF231D for <[email protected]>; Wed, 15 Jun 2005 01:28:52 +0200 (CEST) Message-ID: <[email protected]> Date: Wed, 15 Jun 2005 01:28:52 +0200 (CEST) From: "Rajiv Bala (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XMLBEANS-151) XMLBean Ant task fails with NullPointerException when run from within Maven In-Reply-To: <{{EMAIL+PHONE}}> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-151?page=all ] Rajiv Bala closed XMLBEANS-151: ------------------------------- Fix Version: Version 2 Beta 2 Resolution: Duplicate > XMLBean Ant task fails with NullPointerException when run from within Maven > --------------------------------------------------------------------------- > > Key: XMLBEANS-151 > URL: http://issues.apache.org/jira/browse/XMLBEANS-151 > Project: XMLBeans > Type: Bug > Components: Compiler > Versions: Version 2 Beta 1 > Environment: Windows XP, JDK 1.4.2_06, but I suspect this is not relevant > Reporter: Ian P. Springer > Fix For: Version 2 Beta 2 > > When I execute the XMLBean Ant task from within a Maven goal, it always fails with the following stack trace: > java.lang.ExceptionInInitializerError > at org.apache.xmlbeans.impl.tool.XMLBean.execute(XMLBean.java:294) > at org.apache.tools.ant.Task.perform(Task.java:341) > at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:185) > at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) > at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) > at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:79) > at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:110) > at com.werken.werkz.Goal.fire(Goal.java:639) > at com.werken.werkz.Goal.attain(Goal.java:575) > at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193) > at org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:127) > at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) > at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) > at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233) > at com.werken.werkz.jelly.PostGoalTag$1.firePostGoal(PostGoalTag.java:87) > at com.werken.werkz.Goal.firePostGoalCallbacks(Goal.java:710) > at com.werken.werkz.Goal.fire(Goal.java:654) > at com.werken.werkz.Goal.attain(Goal.java:575) > at com.werken.werkz.Goal.attainPrecursors(Goal.java:488) > at com.werken.werkz.Goal.attain(Goal.java:573) > at com.werken.werkz.Goal.attainPrecursors(Goal.java:488) > at com.werken.werkz.Goal.attain(Goal.java:573) > at com.werken.werkz.Goal.attainPrecursors(Goal.java:488) > at com.werken.werkz.Goal.attain(Goal.java:573) > at com.werken.werkz.Goal.attainPrecursors(Goal.java:488) > at com.werken.werkz.Goal.attain(Goal.java:573) > at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:671) > at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263) > at org.apache.maven.cli.App.doMain(App.java:488) > at org.apache.maven.cli.App.main(App.java:1239) > 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:324) > at com.werken.forehead.Forehead.run(Forehead.java:551) > at com.werken.forehead.Forehead.main(Forehead.java:581) > Caused by: java.lang.ExceptionInInitializerError > at org.apache.xmlbeans.impl.tool.SchemaCompiler.compile(SchemaCompiler.java:1063) > at org.apache.xmlbeans.impl.tool.XMLBean.execute(XMLBean.java:238) > ... 35 more > Caused by: java.lang.NullPointerException > at org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.<clinit>(SchemaTypeSystemImpl.java:150) > ... 37 more > I attached to the JVM and found that the following line is causing the NPE: > ("org." + "apache." + "xmlbeans").equals(SchemaTypeSystem.class.getPackage().getName()) ? > Specifically, SchemaTypeSystem.class.getPackage() is returning null. The JavaDocs for java.lang.Class#getPackage() say that it "[returns] null if no package information is available from the archive or codebase." I think it's returning null in this case because of how the classloaders are set up by Maven. To verify that it has something to do with running inside Maven, I ran the Ant task with the same exact arguments from within vanilla Ant, and it worked fine. > Note, I tried setting the fork attribute on the task to both "true" and "false", but I get the NPE either way. > Note, the XMLBean Ant task with the same parameters works fine when using XMLBeans v1.0.4. -- 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 Jun 14 23:38:14 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36458 invoked from network); 14 Jun 2005 23:38:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2005 23:38:13 -0000 Received: (qmail 33953 invoked by uid 500); 14 Jun 2005 23:38:12 -0000 Delivered-To: [email protected] Received: (qmail 33934 invoked by uid 500); 14 Jun 2005 23:38:12 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 33920 invoked by uid 500); 14 Jun 2005 23:38:11 -0000 Delivered-To: [email protected] Received: (qmail 33917 invoked by uid 99); 14 Jun 2005 23:38:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 16:38:07 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 1467E29A for <[email protected]>; Wed, 15 Jun 2005 00:35:05 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Wed, 15 Jun 2005 00:35:05 +0200 (CEST) From: "Rajiv Bala (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (XMLBEANS-158) Review Validation sample and add to sample repository In-Reply-To: <{{EMAIL+PHONE}}> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-158?page=all ] Rajiv Bala reassigned XMLBEANS-158: ----------------------------------- Assign To: Rajiv Bala > Review Validation sample and add to sample repository > ----------------------------------------------------- > > Key: XMLBEANS-158 > URL: http://issues.apache.org/jira/browse/XMLBEANS-158 > Project: XMLBeans > Type: Bug > Components: Samples > Versions: TBD > Reporter: Steve Traut > Assignee: Rajiv Bala > Priority: Trivial > Attachments: Validation.zip > > I'll attach a zip with the code. Feedback is welcome. Here are the notes from the readme: > Sample: Validation > Author: Steven Traut ([email protected]) > Last Updated: May 25, 2005 > Versions: > xmlbeans-v1 1.0.3 > xmlbeans-v2 > ----------------------------------------------------------------------------- > This sample illustrates how you can use the XMLBeans API to validate > XML instances against schema. The API provides two validation features: > - A validate method (available from XmlOjbect and types generated from schema) > with which you can validate the bound instance and collect error messages that > result. > - An option through which you can specify that simple schema types should > be validated by XMLBeans when your code sets their value. This feature > will simply throw an exception if setting the value renders the instance > invalid. > Because it uses invalid XML for illustration, this sample is designed to "fail" > when it runs. When you run this sample, you'll see it print two blocks of information > in the console: > - A message containing errors resulting from calling the validate method > on invalid XML. > - The stack trace of an exception resulting from setting an invalid value > when the XmlOptions.VALIDATE_ON_SET option has been specified. > Note that you can also validate at the command line using tools provided > in the bin directory of the XMLBeans distribution. > To try out this sample: > 1. Set XMLBEANS_HOME in your environment > 2. Ant must be on your PATH > 3. To compile the schemas and sample source, run "ant build" > 4. To execute the sample, run "ant run" -- 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 Jun 14 23:40:14 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36691 invoked from network); 14 Jun 2005 23:40:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2005 23:40:13 -0000 Received: (qmail 38358 invoked by uid 500); 14 Jun 2005 23:40:13 -0000 Delivered-To: [email protected] Received: (qmail 38326 invoked by uid 500); 14 Jun 2005 23:40:12 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 38312 invoked by uid 500); 14 Jun 2005 23:40:12 -0000 Delivered-To: [email protected] Received: (qmail 38306 invoked by uid 99); 14 Jun 2005 23:40:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 16:40:09 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 93FE8345 for <[email protected]>; Wed, 15 Jun 2005 01:39:53 +0200 (CEST) Message-ID: <[email protected]> Date: Wed, 15 Jun 2005 01:39:53 +0200 (CEST) From: "Rajiv Bala (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XMLBEANS-167) MixedContent sample has an error Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N MixedContent sample has an error -------------------------------- Key: XMLBEANS-167 URL: http://issues.apache.org/jira/browse/XMLBEANS-167 Project: XMLBeans Type: Bug Components: Samples Versions: Version 2 Beta 2 Environment: Win2k, jdk1.4 Reporter: Rajiv Bala Assigned to: Rajiv Bala Priority: Minor Attachments: MixedContentSample.txt The samples file src/org/apache/xmlbeans/samples/cursor/MixedContent.java specifies an incorrect value for the link. Results in invalid xml when the sample is run via the ant task -- 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 Jun 15 01:19:09 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71156 invoked from network); 15 Jun 2005 01:19:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jun 2005 01:19:08 -0000 Received: (qmail 50993 invoked by uid 500); 15 Jun 2005 01:19:04 -0000 Delivered-To: [email protected] Received: (qmail 50931 invoked by uid 500); 15 Jun 2005 01:19:03 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 50906 invoked by uid 500); 15 Jun 2005 01:19:03 -0000 Delivered-To: [email protected] Received: (qmail 50898 invoked by uid 99); 15 Jun 2005 01:19:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 18:19:03 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 455ED333 for <[email protected]>; Wed, 15 Jun 2005 02:45:53 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Wed, 15 Jun 2005 02:45:53 +0200 (CEST) From: "Steve Traut (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-168) Review Any sample and add to sample repository In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-168?page=all ] Steve Traut updated XMLBEANS-168: --------------------------------- Attachment: Any.zip Zip with files for Any sample > Review Any sample and add to sample repository > ---------------------------------------------- > > Key: XMLBEANS-168 > URL: http://issues.apache.org/jira/browse/XMLBEANS-168 > Project: XMLBeans > Type: Improvement > Components: Samples > Versions: TBD > Reporter: Steve Traut > Priority: Minor > Fix For: TBD > Attachments: Any.zip > > Here's a sample illustrating how to use xs:any. Zip with files coming momentarily. Here's the description: > This sample illustrates how you can use the XMLBeans API to work with > XML based on schema that features xs:any particles. Unlike other schema > types, xs:any in schema does not result in accessors when you use XMLBeans > to compile schema. Instead, your code must use alternate means to access > and create these parts of the XML. These alternate means include: > - Using XmlCursor instances to "walk" the XML, retrieving and creating > elements. > - Using the selectPath method to retrieve XML via XPath. > - Using the selectChildren method to retrieve elements that are children > by name. > - Using the DOM API to "walk" the node tree, retrieving elements by > name and creating new elements. > When you run this sample, you'll see it print four blocks of information > in the console: > - Results of the Any.buildDocFromScratch method, which builds from scratch the > XML contents of any.xml included with this sample. > - Results of the Any.editExistingDocWithSelectChildren method, which receives > any.xml and replaces one of its elements. > - Results of the Any.editExistingDocWithDOM method, which receives > any.xml and adds an element. > - Results of the Any.editExistingDocWithSelectPath method, which receives > any.xml, promotes one of its elements, and adds a new element. > To try out this sample: > 1. Set XMLBEANS_HOME in your environment > 2. Ant must be on your PATH > 3. To compile the schemas and sample source, run "ant build" > 4. To execute the sample, run "ant run" -- 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 Jun 15 02:58:24 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99021 invoked from network); 15 Jun 2005 02:58:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jun 2005 02:58:24 -0000 Received: (qmail 41104 invoked by uid 500); 15 Jun 2005 02:58:23 -0000 Delivered-To: [email protected] Received: (qmail 41062 invoked by uid 500); 15 Jun 2005 02:58: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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 41049 invoked by uid 500); 15 Jun 2005 02:58:22 -0000 Delivered-To: [email protected] Received: (qmail 41046 invoked by uid 99); 15 Jun 2005 02:58:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 19:58:18 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 7D38827E for <[email protected]>; Wed, 15 Jun 2005 02:45:48 +0200 (CEST) Message-ID: <[email protected]> Date: Wed, 15 Jun 2005 02:45:48 +0200 (CEST) From: "Steve Traut (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XMLBEANS-168) Review Any sample and add to sample repository Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Review Any sample and add to sample repository ---------------------------------------------- Key: XMLBEANS-168 URL: http://issues.apache.org/jira/browse/XMLBEANS-168 Project: XMLBeans Type: Improvement Components: Samples Versions: TBD Reporter: Steve Traut Priority: Minor Fix For: TBD Attachments: Any.zip Here's a sample illustrating how to use xs:any. Zip with files coming momentarily. Here's the description: This sample illustrates how you can use the XMLBeans API to work with XML based on schema that features xs:any particles. Unlike other schema types, xs:any in schema does not result in accessors when you use XMLBeans to compile schema. Instead, your code must use alternate means to access and create these parts of the XML. These alternate means include: - Using XmlCursor instances to "walk" the XML, retrieving and creating elements. - Using the selectPath method to retrieve XML via XPath. - Using the selectChildren method to retrieve elements that are children by name. - Using the DOM API to "walk" the node tree, retrieving elements by name and creating new elements. When you run this sample, you'll see it print four blocks of information in the console: - Results of the Any.buildDocFromScratch method, which builds from scratch the XML contents of any.xml included with this sample. - Results of the Any.editExistingDocWithSelectChildren method, which receives any.xml and replaces one of its elements. - Results of the Any.editExistingDocWithDOM method, which receives any.xml and adds an element. - Results of the Any.editExistingDocWithSelectPath method, which receives any.xml, promotes one of its elements, and adds a new element. To try out this sample: 1. Set XMLBEANS_HOME in your environment 2. Ant must be on your PATH 3. To compile the schemas and sample source, run "ant build" 4. To execute the sample, run "ant run" -- 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 Jun 15 07:08:13 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71604 invoked from network); 15 Jun 2005 07:08:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jun 2005 07:08:12 -0000 Received: (qmail 17027 invoked by uid 500); 15 Jun 2005 07:08:12 -0000 Delivered-To: [email protected] Received: (qmail 16959 invoked by uid 500); 15 Jun 2005 07:08:11 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 16943 invoked by uid 500); 15 Jun 2005 07:08:10 -0000 Delivered-To: [email protected] Received: (qmail 16937 invoked by uid 99); 15 Jun 2005 07:08:10 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=DATE_IN_PAST_06_12 X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Jun 2005 00:08:08 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id ADAF935D for <[email protected]>; Wed, 15 Jun 2005 01:39:58 +0200 (CEST) Message-ID: <[email protected]> Date: Wed, 15 Jun 2005 01:39:58 +0200 (CEST) From: "Rajiv Bala (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-167) MixedContent sample has an error In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-167?page=all ] Rajiv Bala updated XMLBEANS-167: -------------------------------- Attachment: MixedContentSample.txt Attaching a patch > MixedContent sample has an error > -------------------------------- > > Key: XMLBEANS-167 > URL: http://issues.apache.org/jira/browse/XMLBEANS-167 > Project: XMLBeans > Type: Bug > Components: Samples > Versions: Version 2 Beta 2 > Environment: Win2k, jdk1.4 > Reporter: Rajiv Bala > Assignee: Rajiv Bala > Priority: Minor > Attachments: MixedContentSample.txt > > The samples file src/org/apache/xmlbeans/samples/cursor/MixedContent.java specifies an incorrect value for the link. Results in invalid xml when the sample is run via the ant task -- 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 Jun 15 11:56:55 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94184 invoked from network); 15 Jun 2005 11:56:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jun 2005 11:56:55 -0000 Received: (qmail 90530 invoked by uid 500); 15 Jun 2005 11:56:54 -0000 Delivered-To: [email protected] Received: (qmail 90511 invoked by uid 500); 15 Jun 2005 11:56:53 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 90497 invoked by uid 99); 15 Jun 2005 11:56:53 -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 zproxy.gmail.com (HELO zproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Jun 2005 04:56:48 -0700 Received: by zproxy.gmail.com with SMTP id 16so313181nzp for <[email protected]>; Wed, 15 Jun 2005 04:56:36 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LY+mUrrQntLDZLWaFK2bSzZv0Y0qkt9BzQOMBpBlGxyvNz53YYi3k+55aCHERpo9tiscL7Qd9U0nPMRxOYSf2Dd+R2UjWaAPZI6OVrCocOC4M1c55bb8Fs4IMVOi18pyOzXuo6SF8qWLOYvsFnScdB2r6V4kl5aTinVB6kMsx0M= Received: by 161.129.204.104 with SMTP id u13mr4153064nzu; Wed, 15 Jun 2005 04:56:36 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 15 Jun 2005 04:56:36 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 15 Jun 2005 04:56:36 -0700 From: Cliff Schmidt <[email protected]> Reply-To: Cliff Schmidt <[email protected]> To: [email protected] Subject: Re: Fw: Help Promoting ApacheCon 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Radu, Thanks a lot for volunteering. Are you still expecting to be able to get this done soon? Cliff On 6/6/05, Radu Preotiuc-Pietro <[email protected]> wrote: > I'll do it. >=20 > -----Original Message----- > From: Cliff Schmidt [mailto:[email protected]] > Sent: Monday, June 06, 2005 10:50 AM > To: [email protected] > Subject: Fwd: Fw: Help Promoting ApacheCon >=20 >=20 > I've recently moved to a new system and haven't set up Forrest. >=20 > Could who is familar with our site make this relatively small change > to help promote ApacheCon Europe? See below. >=20 > Thanks, > Cliff >=20 > ---------- Forwarded message ---------- > From: Lars Eilebrecht <[email protected]> >=20 > Hi, >=20 > may I kindly ask again if you could put the ApacheCon > logo and a link on your project pages? >=20 > We are still missing the following sites: >=20 > - apr.apache.org > - excalibur.apache.org > - geronimo.apache.org > - james.apache.org > - lenya.apache.org > - logging.apache.org > - lucene.apache.org > - perl.apache.org > - portals.apache.org > - spamassassin.apache.org > - struts.apache.org > - tcl.apache.org > - ws.apache.org > - xml.apache.org > - xmlbeans.apache.org > - xmlgraphics.apache.org >=20 > Thanks in advance. > -Lars >=20 > ------------- Begin of forwarded message ------------- >=20 > Date: Mon, 9 May 2005 02:51:14 +0200 > From: Lars Eilebrecht <[email protected]> > To: [email protected] > Subject: Help Promoting ApacheCon >=20 >=20 > Hi, >=20 >=20 > the same procedure as every year ... :) >=20 > Please help us promoting ApacheCon by putting a small > clickable image on your Apache project web site. >=20 > Image: http://apache.org/images/ac2005eu_135x50.gif > Target Link: http://apachecon.com/ >=20 >=20 > ciao... > -- > Lars Eilebrecht > [email protected] >=20 >=20 > ------------- End of forwarded message ------------- >=20 > -- > Lars Eilebrecht > [email protected] >=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] >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 15 20:02:29 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98076 invoked from network); 15 Jun 2005 20:02:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jun 2005 20:02:29 -0000 Received: (qmail 23590 invoked by uid 500); 15 Jun 2005 20:02:28 -0000 Delivered-To: [email protected] Received: (qmail 23557 invoked by uid 500); 15 Jun 2005 20:02:27 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 23544 invoked by uid 99); 15 Jun 2005 20:02: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Jun 2005 13:02:21 -0700 Received: from ussjfe02.amer.bea.com (ussjfe02.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5FJph4w006802; Wed, 15 Jun 2005 12:51:43 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 15 Jun 2005 12:51:42 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: RE: Fw: Help Promoting ApacheCon Date: Wed, 15 Jun 2005 12:51:42 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Fw: Help Promoting ApacheCon Thread-Index: AcVxoVYaSYVkQFqNT/u2K/1gZ8oZUwAQkESw From: "Radu Preotiuc-Pietro" <[email protected]> To: <[email protected]>, "Cliff Schmidt" <[email protected]> X-OriginalArrivalTime: 15 Jun 2005 19:51:42.0981 (UTC) FILETIME=[A7644B50:01C571E3] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sorry, I'll get on it right away. -----Original Message----- From: Cliff Schmidt [mailto:[email protected]] Sent: Wednesday, June 15, 2005 4:57 AM To: [email protected] Subject: Re: Fw: Help Promoting ApacheCon Radu, Thanks a lot for volunteering. Are you still expecting to be able to get this done soon? Cliff On 6/6/05, Radu Preotiuc-Pietro <[email protected]> wrote: > I'll do it. >=20 > -----Original Message----- > From: Cliff Schmidt [mailto:[email protected]] > Sent: Monday, June 06, 2005 10:50 AM > To: [email protected] > Subject: Fwd: Fw: Help Promoting ApacheCon >=20 >=20 > I've recently moved to a new system and haven't set up Forrest. >=20 > Could who is familar with our site make this relatively small change > to help promote ApacheCon Europe? See below. >=20 > Thanks, > Cliff >=20 > ---------- Forwarded message ---------- > From: Lars Eilebrecht <[email protected]> >=20 > Hi, >=20 > may I kindly ask again if you could put the ApacheCon > logo and a link on your project pages? >=20 > We are still missing the following sites: >=20 > - apr.apache.org > - excalibur.apache.org > - geronimo.apache.org > - james.apache.org > - lenya.apache.org > - logging.apache.org > - lucene.apache.org > - perl.apache.org > - portals.apache.org > - spamassassin.apache.org > - struts.apache.org > - tcl.apache.org > - ws.apache.org > - xml.apache.org > - xmlbeans.apache.org > - xmlgraphics.apache.org >=20 > Thanks in advance. > -Lars >=20 > ------------- Begin of forwarded message ------------- >=20 > Date: Mon, 9 May 2005 02:51:14 +0200 > From: Lars Eilebrecht <[email protected]> > To: [email protected] > Subject: Help Promoting ApacheCon >=20 >=20 > Hi, >=20 >=20 > the same procedure as every year ... :) >=20 > Please help us promoting ApacheCon by putting a small > clickable image on your Apache project web site. >=20 > Image: http://apache.org/images/ac2005eu_135x50.gif > Target Link: http://apachecon.com/ >=20 >=20 > ciao... > -- > Lars Eilebrecht > [email protected] >=20 >=20 > ------------- End of forwarded message ------------- >=20 > -- > Lars Eilebrecht > [email protected] >=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] >=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] Wed Jun 15 22:11:31 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43856 invoked from network); 15 Jun 2005 22:11:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jun 2005 22:11:30 -0000 Received: (qmail 54440 invoked by uid 500); 15 Jun 2005 22:11:28 -0000 Delivered-To: [email protected] Received: (qmail 54393 invoked by uid 500); 15 Jun 2005 22:11:28 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 54322 invoked by uid 99); 15 Jun 2005 22:11: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Jun 2005 15:11:15 -0700 Received: from ussjfe02.amer.bea.com (ussjfe02.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5FM7e4w008422; Wed, 15 Jun 2005 15:07:41 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 15 Jun 2005 15:07:40 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: RE: Fw: Help Promoting ApacheCon Date: Wed, 15 Jun 2005 15:07:39 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Fw: Help Promoting ApacheCon Thread-Index: AcVxoVYaSYVkQFqNT/u2K/1gZ8oZUwAQkESwAASM/nA= From: "Radu Preotiuc-Pietro" <[email protected]> To: <[email protected]>, "Cliff Schmidt" <[email protected]> X-OriginalArrivalTime: 15 Jun 2005 22:07:40.0737 (UTC) FILETIME=[A5CB1310:01C571F6] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Done, waiting for ajax to re-sync. One caveat though: We are currently using forrest 0.5.1 to build our site, which only = allows inserting credits (like the ApacheCon one) in the page footer = (which is not always visible). I have tried to upgrade to 0.6 but looks = like Forrest is not exactly backwards-compatible and so we'll need to do = a manual upgrade at some point. Any takers, specifically people who maybe have more experience with = Forrest? Thanks, Radu -----Original Message----- From: Radu Preotiuc-Pietro=20 Sent: Wednesday, June 15, 2005 12:52 PM To: [email protected]; Cliff Schmidt Subject: RE: Fw: Help Promoting ApacheCon Sorry, I'll get on it right away. -----Original Message----- From: Cliff Schmidt [mailto:[email protected]] Sent: Wednesday, June 15, 2005 4:57 AM To: [email protected] Subject: Re: Fw: Help Promoting ApacheCon Radu, Thanks a lot for volunteering. Are you still expecting to be able to get this done soon? Cliff On 6/6/05, Radu Preotiuc-Pietro <[email protected]> wrote: > I'll do it. >=20 > -----Original Message----- > From: Cliff Schmidt [mailto:[email protected]] > Sent: Monday, June 06, 2005 10:50 AM > To: [email protected] > Subject: Fwd: Fw: Help Promoting ApacheCon >=20 >=20 > I've recently moved to a new system and haven't set up Forrest. >=20 > Could who is familar with our site make this relatively small change > to help promote ApacheCon Europe? See below. >=20 > Thanks, > Cliff >=20 > ---------- Forwarded message ---------- > From: Lars Eilebrecht <[email protected]> >=20 > Hi, >=20 > may I kindly ask again if you could put the ApacheCon > logo and a link on your project pages? >=20 > We are still missing the following sites: >=20 > - apr.apache.org > - excalibur.apache.org > - geronimo.apache.org > - james.apache.org > - lenya.apache.org > - logging.apache.org > - lucene.apache.org > - perl.apache.org > - portals.apache.org > - spamassassin.apache.org > - struts.apache.org > - tcl.apache.org > - ws.apache.org > - xml.apache.org > - xmlbeans.apache.org > - xmlgraphics.apache.org >=20 > Thanks in advance. > -Lars >=20 > ------------- Begin of forwarded message ------------- >=20 > Date: Mon, 9 May 2005 02:51:14 +0200 > From: Lars Eilebrecht <[email protected]> > To: [email protected] > Subject: Help Promoting ApacheCon >=20 >=20 > Hi, >=20 >=20 > the same procedure as every year ... :) >=20 > Please help us promoting ApacheCon by putting a small > clickable image on your Apache project web site. >=20 > Image: http://apache.org/images/ac2005eu_135x50.gif > Target Link: http://apachecon.com/ >=20 >=20 > ciao... > -- > Lars Eilebrecht > [email protected] >=20 >=20 > ------------- End of forwarded message ------------- >=20 > -- > Lars Eilebrecht > [email protected] >=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] >=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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 15 23:26:09 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65420 invoked from network); 15 Jun 2005 23:26:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jun 2005 23:26:09 -0000 Received: (qmail 39284 invoked by uid 500); 15 Jun 2005 23:26:08 -0000 Delivered-To: [email protected] Received: (qmail 39253 invoked by uid 500); 15 Jun 2005 23:26:07 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 39240 invoked by uid 500); 15 Jun 2005 23:26:07 -0000 Delivered-To: [email protected] Received: (qmail 39221 invoked by uid 99); 15 Jun 2005 23:26:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Jun 2005 16:26:02 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 3F9B2547 for <[email protected]>; Thu, 16 Jun 2005 01:25:50 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 16 Jun 2005 01:25:50 +0200 (CEST) From: "Steve Traut (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XMLBEANS-169) Review XmlTree sample and add to sample repository Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Review XmlTree sample and add to sample repository -------------------------------------------------- Key: XMLBEANS-169 URL: http://issues.apache.org/jira/browse/XMLBEANS-169 Project: XMLBeans Type: Improvement Components: Samples Versions: TBD Reporter: Steve Traut Priority: Minor Fix For: TBD There have been a few questions from folks wondering how to bind XML to a JTree using XMLBeans. Here's a sample showing how to do that. >From the readme: Sample: XmlTree Author: Steven Traut ([email protected]) Last Updated: June 14, 2005 Versions: xmlbeans-v1 1.0.3 xmlbeans-v2 ----------------------------------------------------------------------------- This sample illustrates how you can use the XMLBeans API to create a Java tree view of an XML document. The JTree implementation in the sample supports binding to any XML document. By accessing bound XML using an XmlCursor instance and XPath rather than through accessors provided by compiling schema, the data model behind this tree can support XML without regard to schema. The XmlEntry contains the simple code that is XMLBeans-aware. The XmlModel class, with which the tree implementation interacts directly, in turn knows nothing of XMLBeans or the underlying XML, instead reaching the data through XmlEntry instances. When you run this sample, it will display a window with the following bits of UI: - A box at the top with the path to the XML that the tree represents. By default, this is the PurchaseOrder.xml file included with the sample. You can change this path to point to another XML file, then click the Refresh button to update the tree. - A pane on the left displaying the tree itself. You can click nodes in the tree to display the XML the node represents. - A pane on the right displaying XML for the tree node that is selected in the left pane. 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" -- 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 Jun 16 00:04:55 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75269 invoked from network); 16 Jun 2005 00:04:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2005 00:04:55 -0000 Received: (qmail 28968 invoked by uid 500); 16 Jun 2005 00:04:54 -0000 Delivered-To: [email protected] Received: (qmail 28944 invoked by uid 500); 16 Jun 2005 00:04: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]> Reply-To: [email protected] List-Id: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 28931 invoked by uid 500); 16 Jun 2005 00:04:54 -0000 Delivered-To: [email protected] Received: (qmail 28928 invoked by uid 99); 16 Jun 2005 00:04:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Jun 2005 17:04:48 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id D575954F for <[email protected]>; Thu, 16 Jun 2005 01:36:51 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 16 Jun 2005 01:36:51 +0200 (CEST) From: "Steve Traut (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-169) Review XmlTree sample and add to sample repository In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-169?page=all ] Steve Traut updated XMLBEANS-169: --------------------------------- Attachment: XmlTree.zip > Review XmlTree sample and add to sample repository > -------------------------------------------------- > > Key: XMLBEANS-169 > URL: http://issues.apache.org/jira/browse/XMLBEANS-169 > Project: XMLBeans > Type: Improvement > Components: Samples > Versions: TBD > Reporter: Steve Traut > Priority: Minor > Fix For: TBD > Attachments: XmlTree.zip > > There have been a few questions from folks wondering how to bind XML to a JTree using XMLBeans. Here's a sample showing how to do that. > From the readme: > Sample: XmlTree > Author: Steven Traut ([email protected]) > Last Updated: June 14, 2005 > Versions: > xmlbeans-v1 1.0.3 > xmlbeans-v2 > ----------------------------------------------------------------------------- > This sample illustrates how you can use the XMLBeans API to create a Java > tree view of an XML document. The JTree implementation in the sample supports > binding to any XML document. By accessing bound XML using an XmlCursor > instance and XPath rather than through accessors provided by compiling > schema, the data model behind this tree can support XML without regard > to schema. The XmlEntry contains the simple code that is XMLBeans-aware. > The XmlModel class, with which the tree implementation interacts directly, > in turn knows nothing of XMLBeans or the underlying XML, instead reaching > the data through XmlEntry instances. > When you run this sample, it will display a window with the following bits of > UI: > - A box at the top with the path to the XML that the tree represents. By > default, this is the PurchaseOrder.xml file included with the sample. You can > change this path to point to another XML file, then click the Refresh > button to update the tree. > - A pane on the left displaying the tree itself. You can click nodes in the > tree to display the XML the node represents. > - A pane on the right displaying XML for the tree node that is selected in > the left pane. > 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" -- 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 Jun 16 20:09:47 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12436 invoked from network); 16 Jun 2005 20:09:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2005 20:09:46 -0000 Received: (qmail 81303 invoked by uid 500); 16 Jun 2005 20:09:36 -0000 Delivered-To: [email protected] Received: (qmail 80985 invoked by uid 500); 16 Jun 2005 20:09:34 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 80887 invoked by uid 99); 16 Jun 2005 20:09: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Jun 2005 13:09:32 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5GK915E009132 for <[email protected]>; Thu, 16 Jun 2005 13:09:11 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 16 Jun 2005 13:08:35 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: XmlBeans v2 release candidate Date: Thu, 16 Jun 2005 13:08:35 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XmlBeans v2 release candidate Thread-Index: AcVaZC1JX1jva3fRRtu7i2xdKJ26kQTx5CRQAR5C4OA= From: "Cezar Andrei" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 16 Jun 2005 20:08:35.0561 (UTC) FILETIME=[2D597D90:01C572AF] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Now that we have solved both the saaj legal issue and the location of the schema metadata, we should be able to start the work on making the v2 release. Things we need to do for the release: 1. Modify XMLBeans version number 2. Check Apache copyright on all the files included in distribution. 3. Verify inclusion of external source/binary files one more time. 4. Build the RC (release candidate) files and post them on the website 5. Send an email to start the vote on the RC 6. If needed fix release bugs and spin another RC and vote 7. When RC is approved rename files as release V2 sign and post them in the distribution dir 8. Update website Please jump in, in case I missed anything or you want to help. Cezar > -----Original Message----- > From: Radu Preotiuc-Pietro ... > The thing that we have to address though is that we can't include the > javax.xml.soap classes in xbean.jar for both the potential naming conflict > and, as I found out, for legal reasons. So I am going to rename those > classes for now and make sure that we re-open the discussion about native > SAAJ support to see how interesting it would be. >=20 > Thank you, > Radu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 16 20:42:07 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27050 invoked from network); 16 Jun 2005 20:42:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2005 20:42:07 -0000 Received: (qmail 14484 invoked by uid 500); 16 Jun 2005 20:41:59 -0000 Delivered-To: [email protected] Received: (qmail 14418 invoked by uid 500); 16 Jun 2005 20:41:58 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14383 invoked by uid 99); 16 Jun 2005 20:41: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Jun 2005 13:41:58 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5GK915E009132 for <[email protected]>; Thu, 16 Jun 2005 13:09:11 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 16 Jun 2005 13:08:35 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: XmlBeans v2 release candidate Date: Thu, 16 Jun 2005 13:08:35 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XmlBeans v2 release candidate Thread-Index: AcVaZC1JX1jva3fRRtu7i2xdKJ26kQTx5CRQAR5C4OA= From: "Cezar Andrei" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 16 Jun 2005 20:08:35.0561 (UTC) FILETIME=[2D597D90:01C572AF] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Now that we have solved both the saaj legal issue and the location of the schema metadata, we should be able to start the work on making the v2 release. Things we need to do for the release: 1. Modify XMLBeans version number 2. Check Apache copyright on all the files included in distribution. 3. Verify inclusion of external source/binary files one more time. 4. Build the RC (release candidate) files and post them on the website 5. Send an email to start the vote on the RC 6. If needed fix release bugs and spin another RC and vote 7. When RC is approved rename files as release V2 sign and post them in the distribution dir 8. Update website Please jump in, in case I missed anything or you want to help. Cezar > -----Original Message----- > From: Radu Preotiuc-Pietro ... > The thing that we have to address though is that we can't include the > javax.xml.soap classes in xbean.jar for both the potential naming conflict > and, as I found out, for legal reasons. So I am going to rename those > classes for now and make sure that we re-open the discussion about native > SAAJ support to see how interesting it would be. >=20 > Thank you, > Radu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 16 21:12:02 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41151 invoked from network); 16 Jun 2005 21:12:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2005 21:12:02 -0000 Received: (qmail 24038 invoked by uid 500); 16 Jun 2005 21:11:56 -0000 Delivered-To: [email protected] Received: (qmail 23984 invoked by uid 500); 16 Jun 2005 21:11:55 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 23964 invoked by uid 99); 16 Jun 2005 21:11:53 -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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Jun 2005 14:11:43 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5GKmg4w019570 for <[email protected]>; Thu, 16 Jun 2005 13:48:42 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 16 Jun 2005 13:47:57 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: XmlBeans v2 release candidate Date: Thu, 16 Jun 2005 13:47:57 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XmlBeans v2 release candidate Thread-Index: AcVaZC1JX1jva3fRRtu7i2xdKJ26kQTx5CRQAR5C4OAAA+OSwA== From: "Jacob Danner" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 16 Jun 2005 20:47:57.0749 (UTC) FILETIME=[AD52C650:01C572B4] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It might also be useful to post an FAQ entry to mention the kind of errors that you will get if the things aren't built correctly. everything-suite.xsd:0: error: invalid.document.type: Document everything-suite.xsd is not a schema file -----Original Message----- From: Cezar Andrei=20 Sent: Thursday, June 16, 2005 1:09 PM To: [email protected] Subject: XmlBeans v2 release candidate Now that we have solved both the saaj legal issue and the location of the schema metadata, we should be able to start the work on making the v2 release. Things we need to do for the release: 1. Modify XMLBeans version number 2. Check Apache copyright on all the files included in distribution. 3. Verify inclusion of external source/binary files one more time. 4. Build the RC (release candidate) files and post them on the website 5. Send an email to start the vote on the RC 6. If needed fix release bugs and spin another RC and vote 7. When RC is approved rename files as release V2 sign and post them in the distribution dir 8. Update website Please jump in, in case I missed anything or you want to help. Cezar > -----Original Message----- > From: Radu Preotiuc-Pietro ... > The thing that we have to address though is that we can't include the > javax.xml.soap classes in xbean.jar for both the potential naming conflict > and, as I found out, for legal reasons. So I am going to rename those > classes for now and make sure that we re-open the discussion about native > SAAJ support to see how interesting it would be. >=20 > Thank you, > Radu --------------------------------------------------------------------- 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 16 21:15:32 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43385 invoked from network); 16 Jun 2005 21:15:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2005 21:15:32 -0000 Received: (qmail 38714 invoked by uid 500); 16 Jun 2005 21:15:31 -0000 Delivered-To: [email protected] Received: (qmail 38689 invoked by uid 500); 16 Jun 2005 21:15: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]> Reply-To: [email protected] List-Id: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 38663 invoked by uid 99); 16 Jun 2005 21:15: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Jun 2005 14:15:29 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5GLDH5O026019 for <[email protected]>; Thu, 16 Jun 2005 14:13:35 -0700 Received: from USSEEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 16 Jun 2005 14:12:38 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: RE: XmlBeans v2 release candidate Date: Thu, 16 Jun 2005 14:12:38 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XmlBeans v2 release candidate Thread-Index: AcVaZC1JX1jva3fRRtu7i2xdKJ26kQTx5CRQAR5C4OAABKrP4A== From: "Steven Traut" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 16 Jun 2005 21:12:38.0881 (UTC) FILETIME=[20259510:01C572B8] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've got three documentation changes I'd like to see get into v2: - Update XPath/XQuery topic with latest info. - Add a topic on validation. - Add a topic that outlines how to handle xs:any.=20 Pretty sure I can get the first two sent to this list tomorrow. I can = make at least a cursory run of the third and perhaps get it sent as = well. The content of all three will pretty much reflect what's = illustrated in the samples I've been submitting. Let me know if it's, well, just too late -- or if there's no hurry on = docs. Thanks, Steve -----Original Message----- From: Cezar Andrei=20 Sent: Thursday, June 16, 2005 1:09 PM To: [email protected] Subject: XmlBeans v2 release candidate Now that we have solved both the saaj legal issue and the location of the schema metadata, we should be able to start the work on making the v2 release. Things we need to do for the release: 1. Modify XMLBeans version number 2. Check Apache copyright on all the files included in distribution. 3. Verify inclusion of external source/binary files one more time. 4. Build the RC (release candidate) files and post them on the website 5. Send an email to start the vote on the RC 6. If needed fix release bugs and spin another RC and vote 7. When RC is approved rename files as release V2 sign and post them in the distribution dir 8. Update website Please jump in, in case I missed anything or you want to help. Cezar > -----Original Message----- > From: Radu Preotiuc-Pietro ... > The thing that we have to address though is that we can't include the > javax.xml.soap classes in xbean.jar for both the potential naming conflict > and, as I found out, for legal reasons. So I am going to rename those > classes for now and make sure that we re-open the discussion about native > SAAJ support to see how interesting it would be. >=20 > Thank you, > Radu --------------------------------------------------------------------- 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 16 22:44:36 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91645 invoked from network); 16 Jun 2005 22:44:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2005 22:44:36 -0000 Received: (qmail 973 invoked by uid 500); 16 Jun 2005 22:44:23 -0000 Delivered-To: [email protected] Received: (qmail 630 invoked by uid 500); 16 Jun 2005 22:44: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]> Reply-To: [email protected] List-Id: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 614 invoked by uid 99); 16 Jun 2005 22:44: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2005 15:44:18 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5GK915E009132 for <[email protected]>; Thu, 16 Jun 2005 13:09:11 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 16 Jun 2005 13:08:35 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: XmlBeans v2 release candidate Date: Thu, 16 Jun 2005 13:08:35 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XmlBeans v2 release candidate Thread-Index: AcVaZC1JX1jva3fRRtu7i2xdKJ26kQTx5CRQAR5C4OA= From: "Cezar Andrei" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 16 Jun 2005 20:08:35.0561 (UTC) FILETIME=[2D597D90:01C572AF] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Now that we have solved both the saaj legal issue and the location of the schema metadata, we should be able to start the work on making the v2 release. Things we need to do for the release: 1. Modify XMLBeans version number 2. Check Apache copyright on all the files included in distribution. 3. Verify inclusion of external source/binary files one more time. 4. Build the RC (release candidate) files and post them on the website 5. Send an email to start the vote on the RC 6. If needed fix release bugs and spin another RC and vote 7. When RC is approved rename files as release V2 sign and post them in the distribution dir 8. Update website Please jump in, in case I missed anything or you want to help. Cezar > -----Original Message----- > From: Radu Preotiuc-Pietro ... > The thing that we have to address though is that we can't include the > javax.xml.soap classes in xbean.jar for both the potential naming conflict > and, as I found out, for legal reasons. So I am going to rename those > classes for now and make sure that we re-open the discussion about native > SAAJ support to see how interesting it would be. >=20 > Thank you, > Radu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 17 00:33:45 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46825 invoked from network); 17 Jun 2005 00:33:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2005 00:33:45 -0000 Received: (qmail 37896 invoked by uid 500); 17 Jun 2005 00:33:44 -0000 Delivered-To: [email protected] Received: (qmail 37862 invoked by uid 500); 17 Jun 2005 00:33:43 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 37843 invoked by uid 99); 17 Jun 2005 00:33: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2005 17:33:43 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5GLDH5O026019 for <[email protected]>; Thu, 16 Jun 2005 14:13:35 -0700 Received: from USSEEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 16 Jun 2005 14:12:38 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: RE: XmlBeans v2 release candidate Date: Thu, 16 Jun 2005 14:12:38 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XmlBeans v2 release candidate Thread-Index: AcVaZC1JX1jva3fRRtu7i2xdKJ26kQTx5CRQAR5C4OAABKrP4A== From: "Steven Traut" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 16 Jun 2005 21:12:38.0881 (UTC) FILETIME=[20259510:01C572B8] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've got three documentation changes I'd like to see get into v2: - Update XPath/XQuery topic with latest info. - Add a topic on validation. - Add a topic that outlines how to handle xs:any.=20 Pretty sure I can get the first two sent to this list tomorrow. I can = make at least a cursory run of the third and perhaps get it sent as = well. The content of all three will pretty much reflect what's = illustrated in the samples I've been submitting. Let me know if it's, well, just too late -- or if there's no hurry on = docs. Thanks, Steve -----Original Message----- From: Cezar Andrei=20 Sent: Thursday, June 16, 2005 1:09 PM To: [email protected] Subject: XmlBeans v2 release candidate Now that we have solved both the saaj legal issue and the location of the schema metadata, we should be able to start the work on making the v2 release. Things we need to do for the release: 1. Modify XMLBeans version number 2. Check Apache copyright on all the files included in distribution. 3. Verify inclusion of external source/binary files one more time. 4. Build the RC (release candidate) files and post them on the website 5. Send an email to start the vote on the RC 6. If needed fix release bugs and spin another RC and vote 7. When RC is approved rename files as release V2 sign and post them in the distribution dir 8. Update website Please jump in, in case I missed anything or you want to help. Cezar > -----Original Message----- > From: Radu Preotiuc-Pietro ... > The thing that we have to address though is that we can't include the > javax.xml.soap classes in xbean.jar for both the potential naming conflict > and, as I found out, for legal reasons. So I am going to rename those > classes for now and make sure that we re-open the discussion about native > SAAJ support to see how interesting it would be. >=20 > Thank you, > Radu --------------------------------------------------------------------- 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 Jun 17 01:55:23 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85754 invoked from network); 17 Jun 2005 01:55:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2005 01:55:23 -0000 Received: (qmail 14155 invoked by uid 500); 17 Jun 2005 01:55:22 -0000 Delivered-To: [email protected] Received: (qmail 14120 invoked by uid 500); 17 Jun 2005 01:55:22 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14098 invoked by uid 99); 17 Jun 2005 01:55: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2005 18:55:21 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5GKmg4w019570 for <[email protected]>; Thu, 16 Jun 2005 13:48:42 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 16 Jun 2005 13:47:57 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: XmlBeans v2 release candidate Date: Thu, 16 Jun 2005 13:47:57 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XmlBeans v2 release candidate Thread-Index: AcVaZC1JX1jva3fRRtu7i2xdKJ26kQTx5CRQAR5C4OAAA+OSwA== From: "Jacob Danner" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 16 Jun 2005 20:47:57.0749 (UTC) FILETIME=[AD52C650:01C572B4] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It might also be useful to post an FAQ entry to mention the kind of errors that you will get if the things aren't built correctly. everything-suite.xsd:0: error: invalid.document.type: Document everything-suite.xsd is not a schema file -----Original Message----- From: Cezar Andrei=20 Sent: Thursday, June 16, 2005 1:09 PM To: [email protected] Subject: XmlBeans v2 release candidate Now that we have solved both the saaj legal issue and the location of the schema metadata, we should be able to start the work on making the v2 release. Things we need to do for the release: 1. Modify XMLBeans version number 2. Check Apache copyright on all the files included in distribution. 3. Verify inclusion of external source/binary files one more time. 4. Build the RC (release candidate) files and post them on the website 5. Send an email to start the vote on the RC 6. If needed fix release bugs and spin another RC and vote 7. When RC is approved rename files as release V2 sign and post them in the distribution dir 8. Update website Please jump in, in case I missed anything or you want to help. Cezar > -----Original Message----- > From: Radu Preotiuc-Pietro ... > The thing that we have to address though is that we can't include the > javax.xml.soap classes in xbean.jar for both the potential naming conflict > and, as I found out, for legal reasons. So I am going to rename those > classes for now and make sure that we re-open the discussion about native > SAAJ support to see how interesting it would be. >=20 > Thank you, > Radu --------------------------------------------------------------------- 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 Jun 17 17:58:06 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64487 invoked from network); 17 Jun 2005 17:58:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2005 17:58:06 -0000 Received: (qmail 54145 invoked by uid 500); 17 Jun 2005 17:58:04 -0000 Delivered-To: [email protected] Received: (qmail 54069 invoked by uid 500); 17 Jun 2005 17:58:04 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 54051 invoked by uid 99); 17 Jun 2005 17:58: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2005 10:58:02 -0700 Received: from ussjfe02.amer.bea.com (ussjfe02.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5HHvX4w027551 for <[email protected]>; Fri, 17 Jun 2005 10:57:33 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 17 Jun 2005 10:57:33 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: XmlBeans v2 release candidate Date: Fri, 17 Jun 2005 10:57:32 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XmlBeans v2 release candidate Thread-Index: AcVaZC1JX1jva3fRRtu7i2xdKJ26kQTx5CRQAR5C4OAABKrP4AArm/hA From: "Cezar Andrei" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 17 Jun 2005 17:57:33.0534 (UTC) FILETIME=[09A11FE0:01C57366] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks Steve, let's try to put them in. Cezar > -----Original Message----- > From: Steven Traut > Sent: Thursday, June 16, 2005 4:13 PM > To: [email protected] > Subject: RE: XmlBeans v2 release candidate >=20 > I've got three documentation changes I'd like to see get into v2: >=20 > - Update XPath/XQuery topic with latest info. > - Add a topic on validation. > - Add a topic that outlines how to handle xs:any. >=20 > Pretty sure I can get the first two sent to this list tomorrow. I can make > at least a cursory run of the third and perhaps get it sent as well. The > content of all three will pretty much reflect what's illustrated in the > samples I've been submitting. >=20 > Let me know if it's, well, just too late -- or if there's no hurry on > docs. >=20 > Thanks, > Steve >=20 > -----Original Message----- > From: Cezar Andrei > Sent: Thursday, June 16, 2005 1:09 PM > To: [email protected] > Subject: XmlBeans v2 release candidate >=20 >=20 > Now that we have solved both the saaj legal issue and the location of > the schema metadata, we should be able to start the work on making the > v2 release. >=20 > Things we need to do for the release: > 1. Modify XMLBeans version number > 2. Check Apache copyright on all the files included in distribution. > 3. Verify inclusion of external source/binary files one more time. > 4. Build the RC (release candidate) files and post them on the website > 5. Send an email to start the vote on the RC > 6. If needed fix release bugs and spin another RC and vote > 7. When RC is approved rename files as release V2 sign and post them in > the distribution dir > 8. Update website >=20 > Please jump in, in case I missed anything or you want to help. >=20 > Cezar >=20 >=20 > > -----Original Message----- > > From: Radu Preotiuc-Pietro > ... >=20 > > The thing that we have to address though is that we can't include the > > javax.xml.soap classes in xbean.jar for both the potential naming > conflict > > and, as I found out, for legal reasons. So I am going to rename those > > classes for now and make sure that we re-open the discussion about > native > > SAAJ support to see how interesting it would be. > > > > Thank you, > > Radu >=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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 17 19:16:04 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 255 invoked from network); 17 Jun 2005 19:16:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2005 19:16:04 -0000 Received: (qmail 57656 invoked by uid 500); 17 Jun 2005 19:15:51 -0000 Delivered-To: [email protected] Received: (qmail 57586 invoked by uid 500); 17 Jun 2005 19:15:49 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57525 invoked by uid 99); 17 Jun 2005 19:15:49 -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 ns1.webservicesolutions.com (HELO ns1.webservicesolutions.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 17 Jun 2005 12:15:48 -0700 Received: from 161.129.204.104 ([161.129.204.104]) by ns1.webservicesolutions.com (JAMES SMTP Server 2.2.1-RC1) with SMTP ID 570 for <[email protected]>; Fri, 17 Jun 2005 14:15:25 -0500 (CDT) Message-ID: <[email protected]> Date: Fri, 17 Jun 2005 15:15:23 -0400 From: Mark Swanson <[email protected]> User-Agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: XmlBeans v2 release candidate References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Cezar Andrei wrote: > > Please jump in, in case I missed anything or you want to help. I'm trying to see if my secure properties patch was applied but JIRA is broken: An error occurred searching: org.apache.commons.lang.exception.NestableRuntimeException: java.io.IOException: Lock obtain timed out: Lock@/opt/tomcat-jira/temp/lucene-e4c3339fecddc04d4c762e8fa9e7bce1-commit.lock -- Free replacement for Exchange and Outlook (Contacts and Calendar) http://www.ScheduleWorld.com/ WAP: http://www.ScheduleWorld.com/sw/WAPToday?id=4000&tz=EST WebDAV: http://www.ScheduleWorld.com/sw/webDAVDir/4000.ics VFREEBUSY: http://www.ScheduleWorld.com/sw/freebusy/4000.ifb --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 17 22:12:23 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85640 invoked from network); 17 Jun 2005 22:12:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2005 22:12:23 -0000 Received: (qmail 67115 invoked by uid 500); 17 Jun 2005 22:12:23 -0000 Delivered-To: [email protected] Received: (qmail 67072 invoked by uid 500); 17 Jun 2005 22:12:22 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 67056 invoked by uid 99); 17 Jun 2005 22:12: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2005 15:12:21 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5HMBf5I021409 for <[email protected]>; Fri, 17 Jun 2005 15:11:59 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 17 Jun 2005 15:11:52 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Subject: RE: XmlBeans v2 release candidate Date: Fri, 17 Jun 2005 15:11:51 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XmlBeans v2 release candidate Thread-Index: AcVzcQPRTeBj587kRC+PDcDyPB3vSQAF03MN From: "Cezar Andrei" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 17 Jun 2005 22:11:52.0321 (UTC) FILETIME=[90933F10:01C57389] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Mark, we're trying to get the release before JavaOne, in case we didn't = pick your patch we should definetly try in the next minor release, which = should not be very far. Cezar -----Original Message----- From: Mark Swanson [mailto:[email protected]] Sent: Fri 6/17/2005 12:15 PM To: [email protected] Cc:=09 Subject: Re: XmlBeans v2 release candidate Cezar Andrei wrote: >=20 > Please jump in, in case I missed anything or you want to help. I'm trying to see if my secure properties patch was applied but JIRA is=20 broken: An error occurred searching:=20 org.apache.commons.lang.exception.NestableRuntimeException:=20 java.io.IOException: Lock obtain timed out:=20 Lock@/opt/tomcat-jira/temp/lucene-e4c3339fecddc04d4c762e8fa9e7bce1-commit= .lock --=20 Free replacement for Exchange and Outlook (Contacts and Calendar) http://www.ScheduleWorld.com/ WAP: http://www.ScheduleWorld.com/sw/WAPToday?id=3D4000&tz=3DEST WebDAV: http://www.ScheduleWorld.com/sw/webDAVDir/4000.ics VFREEBUSY: http://www.ScheduleWorld.com/sw/freebusy/4000.ifb --------------------------------------------------------------------- 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 18 02:16:58 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62436 invoked from network); 18 Jun 2005 02:16:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2005 02:16:58 -0000 Received: (qmail 48068 invoked by uid 500); 18 Jun 2005 02:16:57 -0000 Delivered-To: [email protected] Received: (qmail 48038 invoked by uid 500); 18 Jun 2005 02:16:57 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 48019 invoked by uid 500); 18 Jun 2005 02:16:56 -0000 Delivered-To: [email protected] Received: (qmail 48015 invoked by uid 99); 18 Jun 2005 02:16:56 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2005 19:16:51 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 6DA7F3A8 for <[email protected]>; Sat, 18 Jun 2005 04:16:25 +0200 (CEST) Message-ID: <[email protected]> Date: Sat, 18 Jun 2005 04:16:25 +0200 (CEST) From: "Rajiv Bala (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XMLBEANS-165) Review XQueryXPath sample and add to sample repository In-Reply-To: <{{EMAIL+PHONE}}> 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/XMLBEANS-165?page=all ] Rajiv Bala closed XMLBEANS-165: ------------------------------- Resolution: Fixed Checked in with revision 191227 > Review XQueryXPath sample and add to sample repository > ------------------------------------------------------ > > Key: XMLBEANS-165 > URL: http://issues.apache.org/jira/browse/XMLBEANS-165 > Project: XMLBeans > Type: New Feature > Components: Samples > Versions: Version 2 Beta 2 > Reporter: Steve Traut > Assignee: Yana Kadiyska > Priority: Minor > Fix For: Version 2 > Attachments: XQueryXPath.zip > > I'll attach a zip with the code. Feedback is welcome. Here are the notes from the readme: > Sample: XQueryXPath > Author: Steven Traut ([email protected]) > Last Updated: June 8, 2005 > Versions: > xmlbeans-v1 1.0.3 > xmlbeans-v2 > ----------------------------------------------------------------------------- > This sample illustrates how you can use the XMLBeans API to execute > XPath and XQuery expressions. The sample illustrates these features: > - Using the XmlObject.selectPath and XmlCursor.selectPath methods > to execute XPath expressions. The selectPath method's results (if > any) are always chunks of the instance queried against. In other > words, changes to query results change the original instance. > However, you work with results differently depending on whether > selectPath was called from an XmlObject or XmlCursor instance. See > the SelectPath class for more information. > - Using the XmlObject.execQuery and XmlCursor.execQuery methods > to execute XQuery expressions. Results of these queries are copied > into new XML, meaning that changes to results do not change the > original instance. Here again, you work with results differently > depending how which method you used to query. See the ExecQuery > class for more information. > A note about dependencies. Very simple XPath expressions -- e.g., > expressions without predicates or function calls -- require only > the xbean.jar on your class path. More complex expressions require > xbean_xpath.jar. XQuery expressions require the Saxon 8.1.1 JAR. > Both xbean_xpath.jar and saxon8.jar are created for you when you build > XMLBeans from Apache source code. These files are required on the class > path for code in this sample to run. > To try out this sample: > 1. Set XMLBEANS_HOME in your environment > 2. Ant must be on your PATH > 3. xbean_xpath.jar and saxon8.jar must be on your class path. > These files are created in the build/lib directory when you > build XMLBeans from source. > 4. To compile the schemas and sample source, run "ant build" > 5. To execute the sample, run "ant run" -- 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] Sat Jun 18 02:27:59 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67085 invoked from network); 18 Jun 2005 02:27:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2005 02:27:58 -0000 Received: (qmail 66443 invoked by uid 500); 18 Jun 2005 02:27:57 -0000 Delivered-To: [email protected] Received: (qmail 66427 invoked by uid 500); 18 Jun 2005 02:27:57 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 66414 invoked by uid 500); 18 Jun 2005 02:27:57 -0000 Delivered-To: [email protected] Received: (qmail 66411 invoked by uid 99); 18 Jun 2005 02:27:57 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2005 19:27:54 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 1478B3FC for <[email protected]>; Sat, 18 Jun 2005 04:27:35 +0200 (CEST) Message-ID: <[email protected]> Date: Sat, 18 Jun 2005 04:27:35 +0200 (CEST) From: "Rajiv Bala (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (XMLBEANS-168) Review Any sample and add to sample repository In-Reply-To: <[email protected]> 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/XMLBEANS-168?page=all ] Rajiv Bala resolved XMLBEANS-168: --------------------------------- Resolution: Fixed Checked in with revision 191227 > Review Any sample and add to sample repository > ---------------------------------------------- > > Key: XMLBEANS-168 > URL: http://issues.apache.org/jira/browse/XMLBEANS-168 > Project: XMLBeans > Type: Improvement > Components: Samples > Versions: TBD > Reporter: Steve Traut > Priority: Minor > Fix For: TBD > Attachments: Any.zip > > Here's a sample illustrating how to use xs:any. Zip with files coming momentarily. Here's the description: > This sample illustrates how you can use the XMLBeans API to work with > XML based on schema that features xs:any particles. Unlike other schema > types, xs:any in schema does not result in accessors when you use XMLBeans > to compile schema. Instead, your code must use alternate means to access > and create these parts of the XML. These alternate means include: > - Using XmlCursor instances to "walk" the XML, retrieving and creating > elements. > - Using the selectPath method to retrieve XML via XPath. > - Using the selectChildren method to retrieve elements that are children > by name. > - Using the DOM API to "walk" the node tree, retrieving elements by > name and creating new elements. > When you run this sample, you'll see it print four blocks of information > in the console: > - Results of the Any.buildDocFromScratch method, which builds from scratch the > XML contents of any.xml included with this sample. > - Results of the Any.editExistingDocWithSelectChildren method, which receives > any.xml and replaces one of its elements. > - Results of the Any.editExistingDocWithDOM method, which receives > any.xml and adds an element. > - Results of the Any.editExistingDocWithSelectPath method, which receives > any.xml, promotes one of its elements, and adds a new element. > To try out this sample: > 1. Set XMLBEANS_HOME in your environment > 2. Ant must be on your PATH > 3. To compile the schemas and sample source, run "ant build" > 4. To execute the sample, run "ant run" -- 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] Sat Jun 18 02:28:08 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67166 invoked from network); 18 Jun 2005 02:28:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2005 02:28:08 -0000 Received: (qmail 66834 invoked by uid 500); 18 Jun 2005 02:28:08 -0000 Delivered-To: [email protected] Received: (qmail 66807 invoked by uid 500); 18 Jun 2005 02:28:07 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 66794 invoked by uid 500); 18 Jun 2005 02:28:07 -0000 Delivered-To: [email protected] Received: (qmail 66791 invoked by uid 99); 18 Jun 2005 02:28:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2005 19:28:03 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 897FA3E4 for <[email protected]>; Sat, 18 Jun 2005 04:27:44 +0200 (CEST) Message-ID: <[email protected]> Date: Sat, 18 Jun 2005 04:27:44 +0200 (CEST) From: "Rajiv Bala (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (XMLBEANS-169) Review XmlTree sample and add to sample repository In-Reply-To: <[email protected]> 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/XMLBEANS-169?page=all ] Rajiv Bala resolved XMLBEANS-169: --------------------------------- Resolution: Fixed Checked in with revision 191227 > Review XmlTree sample and add to sample repository > -------------------------------------------------- > > Key: XMLBEANS-169 > URL: http://issues.apache.org/jira/browse/XMLBEANS-169 > Project: XMLBeans > Type: Improvement > Components: Samples > Versions: TBD > Reporter: Steve Traut > Priority: Minor > Fix For: TBD > Attachments: XmlTree.zip > > There have been a few questions from folks wondering how to bind XML to a JTree using XMLBeans. Here's a sample showing how to do that. > From the readme: > Sample: XmlTree > Author: Steven Traut ([email protected]) > Last Updated: June 14, 2005 > Versions: > xmlbeans-v1 1.0.3 > xmlbeans-v2 > ----------------------------------------------------------------------------- > This sample illustrates how you can use the XMLBeans API to create a Java > tree view of an XML document. The JTree implementation in the sample supports > binding to any XML document. By accessing bound XML using an XmlCursor > instance and XPath rather than through accessors provided by compiling > schema, the data model behind this tree can support XML without regard > to schema. The XmlEntry contains the simple code that is XMLBeans-aware. > The XmlModel class, with which the tree implementation interacts directly, > in turn knows nothing of XMLBeans or the underlying XML, instead reaching > the data through XmlEntry instances. > When you run this sample, it will display a window with the following bits of > UI: > - A box at the top with the path to the XML that the tree represents. By > default, this is the PurchaseOrder.xml file included with the sample. You can > change this path to point to another XML file, then click the Refresh > button to update the tree. > - A pane on the left displaying the tree itself. You can click nodes in the > tree to display the XML the node represents. > - A pane on the right displaying XML for the tree node that is selected in > the left pane. > 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" -- 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] Sat Jun 18 02:38:26 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74703 invoked from network); 18 Jun 2005 02:38:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2005 02:38:26 -0000 Received: (qmail 81814 invoked by uid 500); 18 Jun 2005 02:38:26 -0000 Delivered-To: [email protected] Received: (qmail 81780 invoked by uid 500); 18 Jun 2005 02: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]> Reply-To: [email protected] List-Id: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 81761 invoked by uid 500); 18 Jun 2005 02:38:25 -0000 Delivered-To: [email protected] Received: (qmail 81727 invoked by uid 99); 18 Jun 2005 02:38:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2005 19:38:21 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 2FB3B3E8 for <[email protected]>; Sat, 18 Jun 2005 04:16:34 +0200 (CEST) Message-ID: <[email protected]> Date: Sat, 18 Jun 2005 04:16:34 +0200 (CEST) From: "Rajiv Bala (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XMLBEANS-167) MixedContent sample has an error In-Reply-To: <[email protected]> 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/XMLBEANS-167?page=all ] Rajiv Bala closed XMLBEANS-167: ------------------------------- Resolution: Fixed This patch has been applied with revision 191227 > MixedContent sample has an error > -------------------------------- > > Key: XMLBEANS-167 > URL: http://issues.apache.org/jira/browse/XMLBEANS-167 > Project: XMLBeans > Type: Bug > Components: Samples > Versions: Version 2 Beta 2 > Environment: Win2k, jdk1.4 > Reporter: Rajiv Bala > Assignee: Rajiv Bala > Priority: Minor > Attachments: MixedContentSample.txt > > The samples file src/org/apache/xmlbeans/samples/cursor/MixedContent.java specifies an incorrect value for the link. Results in invalid xml when the sample is run via the ant task -- 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] Sat Jun 18 05:42:14 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50423 invoked from network); 18 Jun 2005 05:42:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2005 05:42:14 -0000 Received: (qmail 58031 invoked by uid 500); 18 Jun 2005 05:42:05 -0000 Delivered-To: [email protected] Received: (qmail 57746 invoked by uid 500); 18 Jun 2005 05:42:03 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57683 invoked by uid 500); 18 Jun 2005 05:42:03 -0000 Delivered-To: [email protected] Received: (qmail 57664 invoked by uid 99); 18 Jun 2005 05:42:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2005 22:41:59 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 3118342E for <[email protected]>; Sat, 18 Jun 2005 04:27:53 +0200 (CEST) Message-ID: <[email protected]> Date: Sat, 18 Jun 2005 04:27:53 +0200 (CEST) From: "Rajiv Bala (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (XMLBEANS-158) Review Validation sample and add to sample repository In-Reply-To: <{{EMAIL+PHONE}}> 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/XMLBEANS-158?page=all ] Rajiv Bala resolved XMLBEANS-158: --------------------------------- Resolution: Fixed Checked in with revision 191227 > Review Validation sample and add to sample repository > ----------------------------------------------------- > > Key: XMLBEANS-158 > URL: http://issues.apache.org/jira/browse/XMLBEANS-158 > Project: XMLBeans > Type: Bug > Components: Samples > Versions: TBD > Reporter: Steve Traut > Assignee: Rajiv Bala > Priority: Trivial > Attachments: Validation.zip > > I'll attach a zip with the code. Feedback is welcome. Here are the notes from the readme: > Sample: Validation > Author: Steven Traut ([email protected]) > Last Updated: May 25, 2005 > Versions: > xmlbeans-v1 1.0.3 > xmlbeans-v2 > ----------------------------------------------------------------------------- > This sample illustrates how you can use the XMLBeans API to validate > XML instances against schema. The API provides two validation features: > - A validate method (available from XmlOjbect and types generated from schema) > with which you can validate the bound instance and collect error messages that > result. > - An option through which you can specify that simple schema types should > be validated by XMLBeans when your code sets their value. This feature > will simply throw an exception if setting the value renders the instance > invalid. > Because it uses invalid XML for illustration, this sample is designed to "fail" > when it runs. When you run this sample, you'll see it print two blocks of information > in the console: > - A message containing errors resulting from calling the validate method > on invalid XML. > - The stack trace of an exception resulting from setting an invalid value > when the XmlOptions.VALIDATE_ON_SET option has been specified. > Note that you can also validate at the command line using tools provided > in the bin directory of the XMLBeans distribution. > To try out this sample: > 1. Set XMLBEANS_HOME in your environment > 2. Ant must be on your PATH > 3. To compile the schemas and sample source, run "ant build" > 4. To execute the sample, run "ant run" -- 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] Sat Jun 18 17:00:50 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84159 invoked from network); 18 Jun 2005 17:00:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2005 17:00:50 -0000 Received: (qmail 8867 invoked by uid 500); 18 Jun 2005 17:00:49 -0000 Delivered-To: [email protected] Received: (qmail 8793 invoked by uid 500); 18 Jun 2005 17:00:49 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 8780 invoked by uid 99); 18 Jun 2005 17:00: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 ussjmh01.bea.com (HELO ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2005 10:00:47 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5IH0K54027918 for <[email protected]>; Sat, 18 Jun 2005 10:00:25 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Sat, 18 Jun 2005 10:00:23 -0700 content-class: urn:content-classes:message Subject: XMLBeans v2.0.0-rc1 Date: Sat, 18 Jun 2005 10:00:22 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-ID: <[email protected]> X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 X-MS-TNEF-Correlator: Thread-Topic: XMLBeans v2.0.0-rc1 Thread-Index: AcVaZC1JX1jva3fRRtu7i2xdKJ26kQTx5CRQAR5C4OAAYEiQkA== From: "Cezar Andrei" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 18 Jun 2005 17:00:23.0500 (UTC) FILETIME=[379538C0:01C57427] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The distribution files for XMLBeans v2.0.0-rc1 are now at the following locations. Please give them a try and if they are good I'll send out the vote in the next few days. http://xmlbeans.apache.org/dist/xmlbeans-2.0.0-rc1.zip http://xmlbeans.apache.org/dist/xmlbeans-2.0.0-rc1.tgz http://xmlbeans.apache.org/dist/xmlbeans-2.0.0-rc1-src.zip http://xmlbeans.apache.org/dist/xmlbeans-2.0.0-rc1-src.tgz Thank you, Cezar > -----Original Message----- > From: Cezar Andrei > Sent: Thursday, June 16, 2005 3:09 PM > To: [email protected] > Subject: XmlBeans v2 release candidate >=20 > Now that we have solved both the saaj legal issue and the location of > the schema metadata, we should be able to start the work on making the > v2 release. >=20 > Things we need to do for the release: > 1. Modify XMLBeans version number > 2. Check Apache copyright on all the files included in distribution. > 3. Verify inclusion of external source/binary files one more time. > 4. Build the RC (release candidate) files and post them on the website > 5. Send an email to start the vote on the RC > 6. If needed fix release bugs and spin another RC and vote > 7. When RC is approved rename files as release V2 sign and post them in > the distribution dir > 8. Update website >=20 > Please jump in, in case I missed anything or you want to help. >=20 > Cezar >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 21 00:52:46 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49256 invoked from network); 21 Jun 2005 00:52:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2005 00:52:46 -0000 Received: (qmail 57491 invoked by uid 500); 21 Jun 2005 00:52:45 -0000 Delivered-To: [email protected] Received: (qmail 57471 invoked by uid 500); 21 Jun 2005 00:52:45 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57458 invoked by uid 99); 21 Jun 2005 00:52:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2005 17:52:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP 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 zproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2005 17:52:46 -0700 Received: by zproxy.gmail.com with SMTP id 18so127846nzp for <[email protected]>; Mon, 20 Jun 2005 17:52:43 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bLF8qY5Rwq/3Zdh+Aemmk235L0PQdUyj1mQG9MdLSyM5ZfNf8+jDDd66f56126+0nLXKwhDHdENS1HpmDsGP+UwtDnwAlYzPBEcpDeKI21M/Qlh12o5JVbMZDwcRaX8OUQVCzM/w5+AdoBJEzpbYi30JN1Yqb+df41bria9eO2M= Received: by 161.129.204.104 with SMTP id t78mr3542495nzg; Mon, 20 Jun 2005 17:52:43 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 20 Jun 2005 17:52:43 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 20 Jun 2005 17:52:43 -0700 From: Cliff Schmidt <[email protected]> Reply-To: Cliff Schmidt <[email protected]> To: [email protected] Subject: Quarterly Status Report for XMLBeans 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-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Just sent out the XMLBeans status report to the board. If anyone has any major changes/additions in the next 24 hours, please let me know and I'll update it. Thanks, Cliff ---------- Forwarded message ---------- From: [email protected] <[email protected]> Date: Jun 20, 2005 5:48 PM Subject: board: r5011 - /foundation/board/board_agenda_2005_06_22.txt To: [email protected] Author: cliffs Date: Mon Jun 20 17:48:52 2005 New Revision: 5011 Log: Added XMLBeans status report Modified: foundation/board/board_agenda_2005_06_22.txt Modified: foundation/board/board_agenda_2005_06_22.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- foundation/board/board_agenda_2005_06_22.txt (original) +++ foundation/board/board_agenda_2005_06_22.txt Mon Jun 20 17:48:52 2005 @@ -247,6 +247,18 @@ ----------------------------------------- Attachment I: Status report for the Apache XMLBeans Project +- PMC approved new xmlbeanscxx subproject proposal from RogueWave. + This proposal also caused another potential contributor (Tomasz + Wielga) for a C/C++ version of xmlbeans to come forward! Currently + waiting on CLAs from initial committers. +- Candidate for the final xmlbeans v2 release is now posted for final + community review. Vote to happen later this week. + +todo list: +- Contact PRC about the v2 release +- Help get xmlbeanscxx started in the Incubator +- Help get XML Federation discussion going again (still on todo list) +- Draft xmlbeans charter (still on todo list) ------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 21 04:44:10 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40673 invoked from network); 21 Jun 2005 04:44:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2005 04:44:09 -0000 Received: (qmail 49392 invoked by uid 500); 21 Jun 2005 04:44:08 -0000 Delivered-To: [email protected] Received: (qmail 49262 invoked by uid 500); 21 Jun 2005 04:44:06 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 49236 invoked by uid 99); 21 Jun 2005 04:44:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2005 21:44:06 -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 ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2005 21:44:08 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5L4i44w001838; Mon, 20 Jun 2005 21:44:04 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 20 Jun 2005 21:44:04 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message Subject: XMLBeans v2.0.0-rc2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 20 Jun 2005 21:44:02 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XMLBeans v2.0.0-rc2 Thread-Index: AcVaZC1JX1jva3fRRtu7i2xdKJ26kQTx5CRQAR5C4OAAYEiQkAByWUbQ From: "Cezar Andrei" <[email protected]> To: <[email protected]> Cc: <[email protected]> X-OriginalArrivalTime: 21 Jun 2005 04:44:04.0129 (UTC) FILETIME=[D9DD7110:01C5761B] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N After fixing minor details in README, NOTICE and adding a few more samples, RC2 has been compiled and it's available here: http://xmlbeans.apache.org/dist/ Cezar > -----Original Message----- > From: Cezar Andrei > Sent: Saturday, June 18, 2005 12:00 PM > To: [email protected] > Subject: XMLBeans v2.0.0-rc1 >=20 > The distribution files for XMLBeans v2.0.0-rc1 are now at the following > locations. Please give them a try and if they are good I'll send out the > vote in the next few days. >=20 > http://xmlbeans.apache.org/dist/xmlbeans-2.0.0-rc1.zip > http://xmlbeans.apache.org/dist/xmlbeans-2.0.0-rc1.tgz > http://xmlbeans.apache.org/dist/xmlbeans-2.0.0-rc1-src.zip > http://xmlbeans.apache.org/dist/xmlbeans-2.0.0-rc1-src.tgz >=20 > Thank you, > Cezar >=20 >=20 > > -----Original Message----- > > From: Cezar Andrei > > Sent: Thursday, June 16, 2005 3:09 PM > > To: [email protected] > > Subject: XmlBeans v2 release candidate > > > > Now that we have solved both the saaj legal issue and the location of > > the schema metadata, we should be able to start the work on making the > > v2 release. > > > > Things we need to do for the release: > > 1. Modify XMLBeans version number > > 2. Check Apache copyright on all the files included in distribution. > > 3. Verify inclusion of external source/binary files one more time. > > 4. Build the RC (release candidate) files and post them on the website > > 5. Send an email to start the vote on the RC > > 6. If needed fix release bugs and spin another RC and vote > > 7. When RC is approved rename files as release V2 sign and post them > in > > the distribution dir > > 8. Update website > > > > Please jump in, in case I missed anything or you want to help. > > > > Cezar > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 21 12:54:44 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80919 invoked from network); 21 Jun 2005 12:54:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2005 12:54:43 -0000 Received: (qmail 89443 invoked by uid 500); 21 Jun 2005 12:54:35 -0000 Delivered-To: [email protected] Received: (qmail 89299 invoked by uid 500); 21 Jun 2005 12:54:34 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89249 invoked by uid 99); 21 Jun 2005 12:54:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 05:54:34 -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 chatka.yi.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 05:54:33 -0700 Received: from [161.129.204.104] (helo=[161.129.204.104]) by chatka.yi.org with esmtpsa (TLS-1.0:RSA_ARCFOUR_MD5:16) (Exim 4.50) id 1DkiGp-0005Lz-Kx for [email protected]; Tue, 21 Jun 2005 14:54:27 +0200 Subject: Re: Quarterly Status Report for XMLBeans From: Tomasz Wielga <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Content-Type: text/plain Date: Mon, 20 Jun 2005 20:11:11 +0200 Message-Id: <1119291071.4266.7.camel@cabana> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi > + This proposal also caused another potential contributor (Tomasz > + Wielga) for a C/C++ version of xmlbeans to come forward! Currently I have to state that it is the work of the team of our company not my personal work. -- Tomasz Wielga TouK --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 21 20:12:06 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60630 invoked from network); 21 Jun 2005 20:12:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2005 20:12:05 -0000 Received: (qmail 80384 invoked by uid 500); 21 Jun 2005 20:12:05 -0000 Delivered-To: [email protected] Received: (qmail 80357 invoked by uid 500); 21 Jun 2005 20:12:04 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 80344 invoked by uid 99); 21 Jun 2005 20:12:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 13:12: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 ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 13:12:05 -0700 Received: from ussjfe02.amer.bea.com (ussjfe02.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5LKC14w023987 for <[email protected]>; Tue, 21 Jun 2005 13:12:01 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 21 Jun 2005 13:12:01 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message Subject: [VOTE] Release of xmlbeans-2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 21 Jun 2005 13:12:01 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [VOTE] Release of xmlbeans-2.0.0 Thread-Index: AcV2nXeUZyVFPh/oT8qLM6UIdpKu8g== From: "Cezar Andrei" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 21 Jun 2005 20:12:01.0690 (UTC) FILETIME=[7C4707A0:01C5769D] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Please cast your vote for the release of XMLBeans version 2.0.0, as it currently exists on http://xmlbeans.apache.org/dist/ (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files will be renamed (remove "rc2"), digitally signed and uploaded on the distribution sites. This vote will close on Friday at 1 PM PDT (approx 72 hours). Radu will send out the result of the vote. For the vote to pass, we must reach majority approval, which requires at least 3 binding +1 votes and more +1 votes than -1 votes. Binding votes are those cast by XMLBeans committers or members of the PPMC, but everyone is encouraged to vote their opinion. Please respond with:=20 [ ] +1 - I am in favor of this release, and can help=20 [ ] +0 - I am in favor of this release, but cannot help=20 [ ] -0 - I am not in favor of this release=20 [ ] -1 - I am against this proposal (must include a reason) My vote is +1! Cezar --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 21 20:15:55 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63250 invoked from network); 21 Jun 2005 20:15:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2005 20:15:55 -0000 Received: (qmail 88342 invoked by uid 500); 21 Jun 2005 20:15:54 -0000 Delivered-To: [email protected] Received: (qmail 88325 invoked by uid 500); 21 Jun 2005 20:15:53 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 88312 invoked by uid 99); 21 Jun 2005 20:15:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 13:15:53 -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 mail2.data393.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 13:15:55 -0700 Received: from ex1.corp.pingidentity.com (exchange.pingidentity.com [161.129.204.104]) by mail2.data393.net (Postfix) with ESMTP id 797A6103D9 for <[email protected]>; Tue, 21 Jun 2005 14:15:50 -0600 (MDT) Received: from [161.129.204.104] ([161.129.204.104] RDNS failed) by ex1.corp.pingidentity.com over TLS secured channel with Microsoft SMTPSVC+1-913-501-1940); Tue, 21 Jun 2005 14:15:50 -0600 Mime-Version: 1.0 (Apple Message framework v733) 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: David Waite <[email protected]> Subject: Re: [VOTE] Release of xmlbeans-2.0.0 Date: Tue, 21 Jun 2005 14:15:41 -0600 To: [email protected] X-Mailer: Apple Mail (2.733) X-OriginalArrivalTime: 21 Jun 2005 20:15:50.0421 (UTC) FILETIME=[049C9C50:01C5769E] X-Data393-MailScanner-Information: Please contact the ISP for more information X-Data393-MailScanner: Found to be clean X-Data393-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.633, required 6, autolearn=disabled, ALL_TRUSTED -2.82, AWL 0.19) X-MailScanner-From: [email protected] X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +0 On Jun 21, 2005, at 2:12 PM, Cezar Andrei wrote: > Please cast your vote for the release of XMLBeans version 2.0.0, as it > currently exists on http://xmlbeans.apache.org/dist/ > (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files > will be renamed (remove "rc2"), digitally signed and uploaded on the > distribution sites. > > This vote will close on Friday at 1 PM PDT (approx 72 hours). Radu > will > send out the result of the vote. > > For the vote to pass, we must reach majority approval, which > requires at > least 3 binding +1 votes and more +1 votes than -1 votes. Binding > votes > are those cast by XMLBeans committers or members of the PPMC, but > everyone is encouraged to vote their opinion. > > Please respond with: > > [ ] +1 - I am in favor of this release, and can help > [ ] +0 - I am in favor of this release, but cannot help > [ ] -0 - I am not in favor of this release > [ ] -1 - I am against this proposal (must include a reason) > > > > My vote is +1! > > Cezar > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > David Waite [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 21 20:19:55 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64399 invoked from network); 21 Jun 2005 20:19:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2005 20:19:54 -0000 Received: (qmail 96556 invoked by uid 500); 21 Jun 2005 20:19:54 -0000 Delivered-To: [email protected] Received: (qmail 96529 invoked by uid 500); 21 Jun 2005 20:19: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]> Reply-To: [email protected] List-Id: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 96511 invoked by uid 99); 21 Jun 2005 20:19:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 13:19:53 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO mail41.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 21 Jun 2005 13:19:55 -0700 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-5.tower-41.messagelabs.com!1119385188!23404913!1 X-StarScan-Version: 5.4.15; banners=lkwd.com,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 28350 invoked from network); 21 Jun 2005 20:19:48 -0000 Received: from unknown (HELO lgsbrc01.bankofny.com) (161.129.204.104) by server-5.tower-41.messagelabs.com with SMTP; 21 Jun 2005 20:19:48 -0000 To: [email protected] Subject: Re: [VOTE] Release of xmlbeans-2.0.0 MIME-Version: 1.0 Message-ID: <[email protected]> From: [email protected] Date: Tue, 21 Jun 2005 16:19:20 -0400 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +0=20 --=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20-- Ken=20Kress Information=20Technology Lockwood=AE 10=20Valley=20Stream=20Parkway Malvern,=20PA=2019355 Phone:=20(484)=20605-4834 Fax:=20(484)=20605-4903 Email:[email protected] David=20Waite=20<[email protected]> 06/21/2005=2004:15=20PM Please=20respond=20to=20dev =20 =20=20=20=20=20=20=20=20To:[email protected] =20=20=20=20=20=20=20=20cc:=20 =20=20=20=20=20=20=20=20Subject:=20=20=20=20=20=20=20=20Re:=20[VOTE]=20Rel= ease=20of=20xmlbeans-2.0.0 +0 On=20Jun=2021,=202005,=20at=202:12=20PM,=20Cezar=20Andrei=20wrote: >=20Please=20cast=20your=20vote=20for=20the=20release=20of=20XMLBeans=20ve= rsion=202.0.0,=20as=20it >=20currently=20exists=20on=20http://xmlbeans.apache.org/dist/ >=20(xmlbeans-2.0.0-rc2*).=20=20Note=20that=20after=20a=20successful=20vot= e,=20the=20files >=20will=20be=20renamed=20(remove=20"rc2"),=20digitally=20signed=20and=20u= ploaded=20on=20the >=20distribution=20sites. > >=20This=20vote=20will=20close=20on=20Friday=20at=201=20PM=20PDT=20(approx= =2072=20hours).=20Radu=20 >=20will >=20send=20out=20the=20result=20of=20the=20vote. > >=20For=20the=20vote=20to=20pass,=20we=20must=20reach=20majority=20approva= l,=20which=20 >=20requires=20at >=20least=203=20binding=20+1=20votes=20and=20more=20+1=20votes=20than=20-1= =20votes.=20=20Binding=20 >=20votes >=20are=20those=20cast=20by=20XMLBeans=20committers=20or=20members=20of=20= the=20PPMC,=20but >=20everyone=20is=20encouraged=20to=20vote=20their=20opinion. > >=20Please=20respond=20with: > >=20[=20]=20=20+1=20=20-=20=20I=20am=20in=20favor=20of=20this=20release,=20= and=20can=20help >=20[=20]=20=20+0=20=20-=20=20I=20am=20in=20favor=20of=20this=20release,=20= but=20cannot=20help >=20[=20]=20=20-0=20=20-=20=20I=20am=20not=20in=20favor=20of=20this=20rele= ase >=20[=20]=20=20-1=20=20-=20=20I=20am=20against=20this=20proposal=20(must=20= include=20a=20reason) > > > >=20My=20vote=20is=20+1! > >=20Cezar > >=20--------------------------------------------------------------------- >=20To=20unsubscribe,=20e-mail:[email protected] >=20For=20additional=20commands,=20e-mail:[email protected] > > David=20Waite [email protected] --------------------------------------------------------------------- To=20unsubscribe,=20e-mail:[email protected] For=20additional=20commands,=20e-mail:[email protected] ________________________________________________________________________ The=20information=20in=20this=20e-mail,=20and=20any=20attachment=20therein= ,=20is=20confidential=20and=20for=20use=20by=20the=20addressee=20only.=20I= f=20you=20are=20not=20the=20intended=20recipient,=20please=20return=20the=20= e-mail=20to=20the=20sender=20and=20delete=20it=20from=20your=20computer.=20= Although=20The=20Bank=20of=20New=20York=20attempts=20to=20sweep=20e-mail=20= and=20attachments=20for=20viruses,=20it=20does=20not=20guarantee=20that=20= either=20are=20virus-free=20and=20accepts=20no=20liability=20for=20any=20d= amage=20sustained=20as=20a=20result=20of=20viruses. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 21 21:12:27 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81898 invoked from network); 21 Jun 2005 21:12:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2005 21:12:27 -0000 Received: (qmail 91307 invoked by uid 500); 21 Jun 2005 21:12:27 -0000 Delivered-To: [email protected] Received: (qmail 91242 invoked by uid 500); 21 Jun 2005 21:12:26 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 91229 invoked by uid 99); 21 Jun 2005 21:12:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 14:12: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 ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 14:12:27 -0700 Received: from ussjfe02.amer.bea.com (ussjfe02.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5LLBu5Y007833 for <[email protected]>; Tue, 21 Jun 2005 14:12:23 -0700 Received: from ussjex02.amer.bea.com ([161.129.204.104]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 21 Jun 2005 14:12:22 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: [VOTE] Release of xmlbeans-2.0.0 Date: Tue, 21 Jun 2005 14:12:22 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [VOTE] Release of xmlbeans-2.0.0 Thread-Index: AcV2nXeUZyVFPh/oT8qLM6UIdpKu8gACGihg From: "James Taylor" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 21 Jun 2005 21:12:22.0666 (UTC) FILETIME=[EA8C1EA0:01C576A5] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 -----Original Message----- From: Cezar Andrei=20 Sent: Tuesday, June 21, 2005 1:12 PM To: [email protected] Subject: [VOTE] Release of xmlbeans-2.0.0 Please cast your vote for the release of XMLBeans version 2.0.0, as it currently exists on http://xmlbeans.apache.org/dist/ (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files will be renamed (remove "rc2"), digitally signed and uploaded on the distribution sites. This vote will close on Friday at 1 PM PDT (approx 72 hours). Radu will send out the result of the vote. For the vote to pass, we must reach majority approval, which requires at least 3 binding +1 votes and more +1 votes than -1 votes. Binding votes are those cast by XMLBeans committers or members of the PPMC, but everyone is encouraged to vote their opinion. Please respond with:=20 [ ] +1 - I am in favor of this release, and can help=20 [ ] +0 - I am in favor of this release, but cannot help=20 [ ] -0 - I am not in favor of this release=20 [ ] -1 - I am against this proposal (must include a reason) My vote is +1! Cezar --------------------------------------------------------------------- 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 22 01:29:22 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55347 invoked from network); 22 Jun 2005 01:29:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jun 2005 01:29:22 -0000 Received: (qmail 6164 invoked by uid 500); 22 Jun 2005 01:28:55 -0000 Delivered-To: [email protected] Received: (qmail 2450 invoked by uid 500); 22 Jun 2005 01:28:28 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 1591 invoked by uid 99); 22 Jun 2005 01:28:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 18:28:21 -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 ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 18:00:23 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5M10I4w006943 for <[email protected]>; Tue, 21 Jun 2005 18:00:18 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 21 Jun 2005 18:00:18 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: [VOTE] Release of xmlbeans-2.0.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 21 Jun 2005 18:00:18 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [VOTE] Release of xmlbeans-2.0.0 Thread-Index: AcV2nXeUZyVFPh/oT8qLM6UIdpKu8gAKCnwQ From: "Rajiv Balachandran" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 22 Jun 2005 01:00:18.0593 (UTC) FILETIME=[C208F910:01C576C5] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 -Rajiv -----Original Message----- From: Cezar Andrei=20 Sent: Tuesday, June 21, 2005 1:12 PM To: [email protected] Subject: [VOTE] Release of xmlbeans-2.0.0 Please cast your vote for the release of XMLBeans version 2.0.0, as it currently exists on http://xmlbeans.apache.org/dist/ (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files will be renamed (remove "rc2"), digitally signed and uploaded on the distribution sites. This vote will close on Friday at 1 PM PDT (approx 72 hours). Radu will send out the result of the vote. For the vote to pass, we must reach majority approval, which requires at least 3 binding +1 votes and more +1 votes than -1 votes. Binding votes are those cast by XMLBeans committers or members of the PPMC, but everyone is encouraged to vote their opinion. Please respond with:=20 [ ] +1 - I am in favor of this release, and can help=20 [ ] +0 - I am in favor of this release, but cannot help=20 [ ] -0 - I am not in favor of this release=20 [ ] -1 - I am against this proposal (must include a reason) My vote is +1! Cezar --------------------------------------------------------------------- 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 22 13:22:23 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54893 invoked from network); 22 Jun 2005 13:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jun 2005 13:22:23 -0000 Received: (qmail 97133 invoked by uid 500); 22 Jun 2005 13:22:22 -0000 Delivered-To: [email protected] Received: (qmail 96934 invoked by uid 500); 22 Jun 2005 13:22:21 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 96921 invoked by uid 500); 22 Jun 2005 13:22:21 -0000 Delivered-To: [email protected] Received: (qmail 96918 invoked by uid 99); 22 Jun 2005 13:22:20 -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, 22 Jun 2005 06:22:20 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 94CE112 for <[email protected]>; Wed, 22 Jun 2005 15:22:19 +0200 (CEST) Message-ID: <[email protected]> Date: Wed, 22 Jun 2005 15:22:19 +0200 (CEST) From: "Harald Meyer (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XMLBEANS-162) NPE during schema compilation with extension In-Reply-To: <{{EMAIL+PHONE}}> 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/XMLBEANS-162?page=comments#action_12314231 ] Harald Meyer commented on XMLBEANS-162: --------------------------------------- It is the BPEL schema: http://schemas.xmlsoap.org/ws/2003/03/business-process/ The errpr does actually happen when XMLBeans tries to report an error. The error here is that extensions are used but their classes are not on the class path. When I comment line 289 in BindingConfigImpl out and replace it by a println I get the following messages: [java] [JAM] Warning: failed to resolve class org.asg.platform.logic.ParameterLogic [java] [JAM] Warning: failed to resolve class org.asg.platform.logic.ParameterHandler [java] 'org.asg.platform.logic.ParameterLogic' must be an interface. The first two lines are not printed when line 289 is not commented out, and XMLBeans fails when reporting the third line. Maybe StscStack is empty from reporting the warnings? > NPE during schema compilation with extension > -------------------------------------------- > > Key: XMLBEANS-162 > URL: http://issues.apache.org/jira/browse/XMLBEANS-162 > Project: XMLBeans > Type: Bug > Components: Compiler > Versions: Version 2 Beta 1 > Reporter: Harald Meyer > > When no extensions are used, everything works fine. Stack trace: > [java] Exception in thread "main" java.lang.NullPointerException > [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.error(BindingConfigImpl.java:289) > [java] at org.apache.xmlbeans.impl.config.InterfaceExtensionImpl.validateJava(InterfaceExtensionImpl.java:91) > [java] at org.apache.xmlbeans.impl.config.InterfaceExtensionImpl.validateInterface(InterfaceExtensionImpl.java:66) > [java] at org.apache.xmlbeans.impl.config.InterfaceExtensionImpl.newInstance(InterfaceExtensionImpl.java:38) > [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.recordExtensionSetting(BindingConfigImpl.java:234) > [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.<init>(BindingConfigImpl.java:109) > [java] at org.apache.xmlbeans.impl.config.BindingConfigImpl.forConfigDocuments(BindingConfigImpl.java:69) > [java] at org.apache.xmlbeans.impl.tool.SchemaCompiler.loadTypeSystem(SchemaCompiler.java:939) > [java] at org.apache.xmlbeans.impl.tool.SchemaCompiler.compile(SchemaCompiler.java:1067) > [java] at org.apache.xmlbeans.impl.tool.SchemaCompiler.main(SchemaCompiler.java:367) > From my understanding, XMLBeans tries to report an error message, but the StscStack (what ever it is) is empty. -- 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 Jun 22 13:59:14 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75598 invoked from network); 22 Jun 2005 13:59:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jun 2005 13:59:14 -0000 Received: (qmail 59527 invoked by uid 500); 22 Jun 2005 13:59:13 -0000 Delivered-To: [email protected] Received: (qmail 59496 invoked by uid 500); 22 Jun 2005 13:59:12 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 59450 invoked by uid 500); 22 Jun 2005 13:59:12 -0000 Delivered-To: [email protected] Received: (qmail 59431 invoked by uid 99); 22 Jun 2005 13:59:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2005 06:59:11 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=FROM_ENDS_IN_NUMS,FROM_HAS_ULINE_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web51407.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 22 Jun 2005 06:59:12 -0700 Received: (qmail 19746 invoked by uid 60001); 22 Jun 2005 13:59:10 -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=i3Hy3xzVDzL9o9VQXVBVSf2tLVI8Wz1FX86tATrA03g/jdj4ty1nc36vxjHrpwyq4M93xTMe/GyWoq+kYd7jFtdVmZ7XGhxcUmzvNrCOc3xCkOaYrU0JXXDO4tPwJ6AwsHHlopOBLjC5GakaEqjaJ3Zp/B+8mZ5LiyfKY+8nRAI= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web51407.mail.yahoo.com via HTTP; Wed, 22 Jun 2005 06:59:09 PDT Date: Wed, 22 Jun 2005 06:59:09 -0700 (PDT) From: Sanjeeva Kumar <[email protected]> Subject: accessing derivedBy exension element values To: [email protected], [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 all, I have a simiple question. I have the following schema ============== <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> <!-- <xs:simpleType name="SLType"> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> <xs:minLength value="0"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="upType"> <xs:restriction base="xs:string"> <xs:enumeration value="update"/> </xs:restriction> </xs:simpleType> <xs:element name="Root"> <xs:annotation> <xs:documentation>Comment describing your root element</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="location" minOccurs="0"> <xs:complexType> <xs:simpleContent> <xs:extension base="SLType"> <xs:attribute name="modifier" type="upType"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:schema> =============== Using xmlBeans (scomp) i generated the jar file. With the following sample xml file i am trying to get the value <?xml version="1.0" encoding="UTF-8"?> <Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="D:\temp\testschema\testschema.xsd"> <location modifier="update">Gaithersburg</location> </Root> How can i access the value "Gaithersburg". Code snippet is as follows RootDocument rtd = RootDocument.Factory.parse(xmlstring); Root rt = rtd.getRoot(); Location lo = rt.getLocation(); In the Location i am not getting the values. Thanks in advance. -San Sanjeeva Kumar P ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 22 14:11:22 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87174 invoked from network); 22 Jun 2005 14:11:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jun 2005 14:11:21 -0000 Received: (qmail 79208 invoked by uid 500); 22 Jun 2005 14:11:20 -0000 Delivered-To: [email protected] Received: (qmail 79182 invoked by uid 500); 22 Jun 2005 14:11:20 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 79167 invoked by uid 99); 22 Jun 2005 14:11:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2005 07:11:20 -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 ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2005 07:11:21 -0700 Received: from ussjfe02.amer.bea.com (ussjfe02.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5MEBH4w025599 for <[email protected]>; Wed, 22 Jun 2005 07:11:17 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 22 Jun 2005 07:11:17 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: [VOTE] Release of xmlbeans-2.0.0 Content-Transfer-Encoding: quoted-printable Date: Wed, 22 Jun 2005 07:11:17 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [VOTE] Release of xmlbeans-2.0.0 Thread-Index: AcV2nXeUZyVFPh/oT8qLM6UIdpKu8gAls9pQ From: "Jacob Danner" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 22 Jun 2005 14:11:17.0768 (UTC) FILETIME=[41E86080:01C57734] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1=20 -----Original Message----- From: Cezar Andrei=20 Sent: Tuesday, June 21, 2005 2:12 PM To: [email protected] Subject: [VOTE] Release of xmlbeans-2.0.0 Please cast your vote for the release of XMLBeans version 2.0.0, as it currently exists on http://xmlbeans.apache.org/dist/ (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files will be renamed (remove "rc2"), digitally signed and uploaded on the distribution sites. This vote will close on Friday at 1 PM PDT (approx 72 hours). Radu will send out the result of the vote. For the vote to pass, we must reach majority approval, which requires at least 3 binding +1 votes and more +1 votes than -1 votes. Binding votes are those cast by XMLBeans committers or members of the PPMC, but everyone is encouraged to vote their opinion. Please respond with:=20 [ ] +1 - I am in favor of this release, and can help [ ] +0 - I am in favor of this release, but cannot help [ ] -0 - I am not in favor of this release [ ] -1 - I am against this proposal (must include a reason) My vote is +1! Cezar --------------------------------------------------------------------- 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 22 16:21:51 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83717 invoked from network); 22 Jun 2005 16:21:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jun 2005 16:21:51 -0000 Received: (qmail 63233 invoked by uid 500); 22 Jun 2005 16:21:50 -0000 Delivered-To: [email protected] Received: (qmail 63198 invoked by uid 500); 22 Jun 2005 16:21:49 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63179 invoked by uid 99); 22 Jun 2005 16:21:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2005 09:21: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 ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2005 09:21:50 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5MGLl4w027762 for <[email protected]>; Wed, 22 Jun 2005 09:21:47 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 22 Jun 2005 09:21:47 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: [VOTE] Release of xmlbeans-2.0.0 Date: Wed, 22 Jun 2005 09:21:46 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [VOTE] Release of xmlbeans-2.0.0 Thread-Index: AcV2nXeUZyVFPh/oT8qLM6UIdpKu8gAqN4Nw From: "Lawrence Jones" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 22 Jun 2005 16:21:47.0267 (UTC) FILETIME=[7CA71D30:01C57746] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 Cheers, Lawrence > -----Original Message----- > From: Cezar Andrei > Sent: Tuesday, June 21, 2005 1:12 PM > To: [email protected] > Subject: [VOTE] Release of xmlbeans-2.0.0 >=20 > Please cast your vote for the release of XMLBeans version 2.0.0, as it > currently exists on http://xmlbeans.apache.org/dist/ > (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files > will be renamed (remove "rc2"), digitally signed and uploaded on the > distribution sites. >=20 > This vote will close on Friday at 1 PM PDT (approx 72 hours). Radu will > send out the result of the vote. >=20 > For the vote to pass, we must reach majority approval, which requires at > least 3 binding +1 votes and more +1 votes than -1 votes. Binding votes > are those cast by XMLBeans committers or members of the PPMC, but > everyone is encouraged to vote their opinion. >=20 > Please respond with: >=20 > [ ] +1 - I am in favor of this release, and can help > [ ] +0 - I am in favor of this release, but cannot help > [ ] -0 - I am not in favor of this release > [ ] -1 - I am against this proposal (must include a reason) >=20 >=20 >=20 > My vote is +1! >=20 > Cezar >=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] Wed Jun 22 16:23:44 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84599 invoked from network); 22 Jun 2005 16:23:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jun 2005 16:23:44 -0000 Received: (qmail 66073 invoked by uid 500); 22 Jun 2005 16:23:43 -0000 Delivered-To: [email protected] Received: (qmail 66052 invoked by uid 500); 22 Jun 2005 16:23:43 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 66039 invoked by uid 99); 22 Jun 2005 16:23:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2005 09:23: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 ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2005 09:23:44 -0700 Received: from ussjfe02.amer.bea.com (ussjfe02.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5MGN35Y027991 for <[email protected]>; Wed, 22 Jun 2005 09:23:41 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 22 Jun 2005 09:23:35 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: [VOTE] Release of xmlbeans-2.0.0 Date: Wed, 22 Jun 2005 09:23:34 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [VOTE] Release of xmlbeans-2.0.0 Thread-Index: AcV2nXeUZyVFPh/oT8qLM6UIdpKu8gAqS+Tw From: "Raj Alagumalai" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 22 Jun 2005 16:23:35.0022 (UTC) FILETIME=[BCE138E0:01C57746] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 =20 Raj -----Original Message----- From: Cezar Andrei=20 Sent: Tuesday, June 21, 2005 1:12 PM To: [email protected] Subject: [VOTE] Release of xmlbeans-2.0.0 Please cast your vote for the release of XMLBeans version 2.0.0, as it currently exists on http://xmlbeans.apache.org/dist/ (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files will be renamed (remove "rc2"), digitally signed and uploaded on the distribution sites. This vote will close on Friday at 1 PM PDT (approx 72 hours). Radu will send out the result of the vote. For the vote to pass, we must reach majority approval, which requires at least 3 binding +1 votes and more +1 votes than -1 votes. Binding votes are those cast by XMLBeans committers or members of the PPMC, but everyone is encouraged to vote their opinion. Please respond with:=20 [ ] +1 - I am in favor of this release, and can help [ ] +0 - I am in favor of this release, but cannot help [ ] -0 - I am not in favor of this release [ ] -1 - I am against this proposal (must include a reason) My vote is +1! Cezar --------------------------------------------------------------------- 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 22 18:56:12 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49372 invoked from network); 22 Jun 2005 18:56:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Jun 2005 18:56:11 -0000 Received: (qmail 25629 invoked by uid 500); 22 Jun 2005 18:56:06 -0000 Delivered-To: [email protected] Received: (qmail 25468 invoked by uid 500); 22 Jun 2005 18:56:05 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 25409 invoked by uid 99); 22 Jun 2005 18:56:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2005 11:56:05 -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 ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2005 11:56:06 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5MItt5A004417 for <[email protected]>; Wed, 22 Jun 2005 11:56:03 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 22 Jun 2005 11:56:02 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: [VOTE] Release of xmlbeans-2.0.0 Date: Wed, 22 Jun 2005 11:56:01 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [VOTE] Release of xmlbeans-2.0.0 Thread-Index: AcV2nXeUZyVFPh/oT8qLM6UIdpKu8gAvosXA From: "Yana Kadiyska" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 22 Jun 2005 18:56:02.0664 (UTC) FILETIME=[094C9E80:01C5775C] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 -Yana -----Original Message----- From: Cezar Andrei=20 Sent: Tuesday, June 21, 2005 1:12 PM To: [email protected] Subject: [VOTE] Release of xmlbeans-2.0.0 Please cast your vote for the release of XMLBeans version 2.0.0, as it currently exists on http://xmlbeans.apache.org/dist/ (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files will be renamed (remove "rc2"), digitally signed and uploaded on the distribution sites. This vote will close on Friday at 1 PM PDT (approx 72 hours). Radu will send out the result of the vote. For the vote to pass, we must reach majority approval, which requires at least 3 binding +1 votes and more +1 votes than -1 votes. Binding votes are those cast by XMLBeans committers or members of the PPMC, but everyone is encouraged to vote their opinion. Please respond with:=20 [ ] +1 - I am in favor of this release, and can help=20 [ ] +0 - I am in favor of this release, but cannot help=20 [ ] -0 - I am not in favor of this release=20 [ ] -1 - I am against this proposal (must include a reason) My vote is +1! Cezar --------------------------------------------------------------------- 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 23 18:24:35 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29513 invoked from network); 23 Jun 2005 18:24:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jun 2005 18:24:35 -0000 Received: (qmail 25574 invoked by uid 500); 23 Jun 2005 18:24:34 -0000 Delivered-To: [email protected] Received: (qmail 25519 invoked by uid 500); 23 Jun 2005 18:24:33 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 25506 invoked by uid 99); 23 Jun 2005 18:24:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 11:24:33 -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 sj-iz-172-17-30-137.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 11:24:34 -0700 Received: by sj-iz-172-17-30-137.bea.com (Postfix, from userid 11530) id 0349310DC8; Thu, 23 Jun 2005 11:24:29 -0700 (PDT) Subject: Re: [VOTE] Release of xmlbeans-2.0.0 From: Scott Ziegler <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 23 Jun 2005 11:24:29 -0700 Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Evolution 2.0.0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 --Scott On Tue, 2005-06-21 at 13:12 -0700, Cezar Andrei wrote: > Please cast your vote for the release of XMLBeans version 2.0.0, as it > currently exists on http://xmlbeans.apache.org/dist/ > (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files > will be renamed (remove "rc2"), digitally signed and uploaded on the > distribution sites. > > This vote will close on Friday at 1 PM PDT (approx 72 hours). Radu will > send out the result of the vote. > > For the vote to pass, we must reach majority approval, which requires at > least 3 binding +1 votes and more +1 votes than -1 votes. Binding votes > are those cast by XMLBeans committers or members of the PPMC, but > everyone is encouraged to vote their opinion. > > Please respond with: > > [ ] +1 - I am in favor of this release, and can help > [ ] +0 - I am in favor of this release, but cannot help > [ ] -0 - I am not in favor of this release > [ ] -1 - I am against this proposal (must include a reason) > > > > My vote is +1! > > Cezar > > --------------------------------------------------------------------- > 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 23 19:44:22 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27016 invoked from network); 23 Jun 2005 19:44:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jun 2005 19:44:22 -0000 Received: (qmail 45099 invoked by uid 500); 23 Jun 2005 19:44:21 -0000 Delivered-To: [email protected] Received: (qmail 45073 invoked by uid 500); 23 Jun 2005 19:44:21 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 45060 invoked by uid 99); 23 Jun 2005 19:44:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 12:44:20 -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 ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 12:44:21 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5NJiD54001895 for <[email protected]>; Thu, 23 Jun 2005 12:44:16 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 23 Jun 2005 12:43:16 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: RE: [VOTE] Release of xmlbeans-2.0.0 Date: Thu, 23 Jun 2005 12:43:15 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [VOTE] Release of xmlbeans-2.0.0 Thread-Index: AcV2nXeUZyVFPh/oT8qLM6UIdpKu8gBjkdPw From: "Radu Preotiuc-Pietro" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 23 Jun 2005 19:43:16.0499 (UTC) FILETIME=[CCCF4630:01C5782B] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 Radu -----Original Message----- From: Cezar Andrei=20 Sent: Tuesday, June 21, 2005 1:12 PM To: [email protected] Subject: [VOTE] Release of xmlbeans-2.0.0 Please cast your vote for the release of XMLBeans version 2.0.0, as it currently exists on http://xmlbeans.apache.org/dist/ (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files will be renamed (remove "rc2"), digitally signed and uploaded on the distribution sites. This vote will close on Friday at 1 PM PDT (approx 72 hours). Radu will send out the result of the vote. For the vote to pass, we must reach majority approval, which requires at least 3 binding +1 votes and more +1 votes than -1 votes. Binding votes are those cast by XMLBeans committers or members of the PPMC, but everyone is encouraged to vote their opinion. Please respond with:=20 [ ] +1 - I am in favor of this release, and can help=20 [ ] +0 - I am in favor of this release, but cannot help=20 [ ] -0 - I am not in favor of this release=20 [ ] -1 - I am against this proposal (must include a reason) My vote is +1! Cezar --------------------------------------------------------------------- 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 23 21:46:44 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76575 invoked from network); 23 Jun 2005 21:46:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jun 2005 21:46:44 -0000 Received: (qmail 51466 invoked by uid 500); 23 Jun 2005 21:46:43 -0000 Delivered-To: [email protected] Received: (qmail 51445 invoked by uid 500); 23 Jun 2005 21:46:42 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 51432 invoked by uid 99); 23 Jun 2005 21:46:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 14:46:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP 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 zproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 14:46:43 -0700 Received: by zproxy.gmail.com with SMTP id 40so6359nzk for <[email protected]>; Thu, 23 Jun 2005 14:46:39 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F/Cm/UymZy8g7ulJ45CJN0nInjX99PgHPAair/9o+Aywg1N2gh2GJOyrOpuFSKu0PnEFffXzeN+u9XhqqxCBS9M8tBSLIg9RR0UUqkXHjUgCj/O6theBcNhe77jgJTModB4jwAbn16n3CD5tgp3rcC5Ng5EUHKqR5b4vMx/1t4k= Received: by 161.129.204.104 with SMTP id s13mr1612913nzc; Thu, 23 Jun 2005 14:46:39 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 23 Jun 2005 14:46:39 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 23 Jun 2005 14:46:39 -0700 From: Cliff Schmidt <[email protected]> Reply-To: Cliff Schmidt <[email protected]> To: [email protected] Subject: Re: [VOTE] Release of xmlbeans-2.0.0 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 On 6/21/05, Cezar Andrei <[email protected]> wrote: > Please cast your vote for the release of XMLBeans version 2.0.0, as it > currently exists on http://xmlbeans.apache.org/dist/ > (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files > will be renamed (remove "rc2"), digitally signed and uploaded on the > distribution sites. +1 Cliff --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 24 23:31:14 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90686 invoked from network); 24 Jun 2005 23:31:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jun 2005 23:31:14 -0000 Received: (qmail 53135 invoked by uid 500); 24 Jun 2005 23:31:14 -0000 Delivered-To: [email protected] Received: (qmail 52941 invoked by uid 500); 24 Jun 2005 23:31:13 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 52927 invoked by uid 99); 24 Jun 2005 23:31:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2005 16:31:13 -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 ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2005 16:31:13 -0700 Received: from ussjfe02.amer.bea.com (ussjfe02.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5ONV84w002500 for <[email protected]>; Fri, 24 Jun 2005 16:31:08 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 24 Jun 2005 16:31:08 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: [RESULTS] [VOTE] Release of xmlbeans-2.0.0 Date: Fri, 24 Jun 2005 16:31:07 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [VOTE] Release of xmlbeans-2.0.0 Thread-Index: AcV2nXeUZyVFPh/oT8qLM6UIdpKu8gCdrlAw From: "Radu Preotiuc-Pietro" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 24 Jun 2005 23:31:08.0659 (UTC) FILETIME=[CC771430:01C57914] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The voting is closed now, here are the results: +1 10 votes (4 binding) +0 2 votes (2 binding) -0 0 votes -1 0 votes What this means is that we have a V2 release!! I will start working on getting the files up on the distribution servers = and updating the Website. I will send an announcement once this is done. Radu -----Original Message----- From: Cezar Andrei=20 Sent: Tuesday, June 21, 2005 1:12 PM To: [email protected] Subject: [VOTE] Release of xmlbeans-2.0.0 Please cast your vote for the release of XMLBeans version 2.0.0, as it currently exists on http://xmlbeans.apache.org/dist/ (xmlbeans-2.0.0-rc2*). Note that after a successful vote, the files will be renamed (remove "rc2"), digitally signed and uploaded on the distribution sites. This vote will close on Friday at 1 PM PDT (approx 72 hours). Radu will send out the result of the vote. For the vote to pass, we must reach majority approval, which requires at least 3 binding +1 votes and more +1 votes than -1 votes. Binding votes are those cast by XMLBeans committers or members of the PPMC, but everyone is encouraged to vote their opinion. Please respond with:=20 [ ] +1 - I am in favor of this release, and can help=20 [ ] +0 - I am in favor of this release, but cannot help=20 [ ] -0 - I am not in favor of this release=20 [ ] -1 - I am against this proposal (must include a reason) My vote is +1! Cezar --------------------------------------------------------------------- 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 25 00:39:09 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6376 invoked from network); 25 Jun 2005 00:39:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jun 2005 00:39:09 -0000 Received: (qmail 9671 invoked by uid 500); 25 Jun 2005 00:39:07 -0000 Delivered-To: [email protected] Received: (qmail 9436 invoked by uid 500); 25 Jun 2005 00:39:06 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 9422 invoked by uid 500); 25 Jun 2005 00:39:05 -0000 Delivered-To: [email protected] Received: (qmail 9419 invoked by uid 99); 25 Jun 2005 00:39:05 -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, 24 Jun 2005 17:39:05 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 802D912 for <[email protected]>; Sat, 25 Jun 2005 02:39:04 +0200 (CEST) Message-ID: <[email protected]> Date: Sat, 25 Jun 2005 02:39:04 +0200 (CEST) From: "Tsolak Petrosian (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-124) XMLBeans 2 maven plugin 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-124?page=all ] Tsolak Petrosian updated XMLBEANS-124: -------------------------------------- Attachment: maven-xmlbeans-plugin-1.0.4.jar Hey Guys, I took your XMLBeans plugin and updated it to work with version 1.0.4 (aslo added some support to use project.properties). Attached is plugin and coverage on its usage below. XmlBeans Maven Plugin This plugin will automatically generate XMLBean schema mapping files. Get the plugin from PVCS maven\plugins. To fully automate XMLBeans generation and bundling add the following preGoal to your maven.xml: <preGoal name="java:compile"> <attainGoal name="xbean"/> </preGoal> Goals: 1. xbean - generates XML bean related java, xsb and xsd files into maven.xmlbeans.targetdir directory. Properties: 1. maven.xmlbeans.sourcedir - XML schema (.xsd) source directory. Example ${basedir}/src/xsd. (REQUIRED) 2. maven.xmlbeans.targetdir - Target directory to put generated files. Example ${basedir}/target/classes. (REQUIRED) 3. maven.xmlbeans.sourceschema - Comma separated (no space allowed between commas) list of schema file names to process. * If omitted all files with .xsd extension will be proicessed. Example StbRequest.xsd,StbResponse.xsd (OPTIONAL) 4. maven.xmlbeans.xmlconfigs - Path to SchemCompiler configuration file. Example ${basedir}/vm_xsdconfig.xml (REQUIRED) Sample xmlconfigs file: <xb:config xmlns:xb="[WWW] http://www.bea.com/2002/09/xbean/config"> <xb:namespace uri="[WWW] http://www.echostar.com/vm/schema/StbRequest"> <xb:package>com.echostar.viewermeasure.xmlbeanwrapper</xb:package> </xb:namespace> <xb:namespace uri="[WWW] http://www.echostar.com/vm/schema/StbResponse"> <xb:package>com.echostar.viewermeasure.xmlbeanwrapper</xb:package> </xb:namespace> </xb:config> > XMLBeans 2 maven plugin > ----------------------- > > Key: XMLBEANS-124 > URL: http://issues.apache.org/jira/browse/XMLBEANS-124 > Project: XMLBeans > Type: New Feature > Versions: Version 2 Beta 1 > Reporter: David Jencks > Assignee: Cezar Andrei > Fix For: Version 2 Beta 1, Version 2, Version 2 Beta 2 > Attachments: maven-xmlbeans-plugin-1.0.4.jar, xmlbeans-maven-plugin-2.0-beta1.jar, xmlbeans-maven-plugin-src.jar > > Maven plugin for xmlbeans 2.0 beta 1. I developed this for use in geronimo and have changed the package to fit better into xmlbeans. See INSTRUCTIONS.txt for basic usage instructions. I'm considering some enhancements such as more use of plugin.properties for the plugin parameters. Feedback welcome. I'm attaching both source and a built installable version of the plugin. -- 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 Jun 27 14:46:43 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9054 invoked from network); 27 Jun 2005 14:46:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jun 2005 14:46:43 -0000 Received: (qmail 96367 invoked by uid 500); 27 Jun 2005 14:46:41 -0000 Delivered-To: [email protected] Received: (qmail 96340 invoked by uid 500); 27 Jun 2005 14:46:41 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 96326 invoked by uid 500); 27 Jun 2005 14:46:40 -0000 Delivered-To: [email protected] Received: (qmail 96323 invoked by uid 99); 27 Jun 2005 14:46:40 -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; Mon, 27 Jun 2005 07:46:40 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id D6967CA for <[email protected]>; Mon, 27 Jun 2005 16:46:37 +0200 (CEST) Message-ID: <[email protected]> Date: Mon, 27 Jun 2005 16:46:37 +0200 (CEST) From: "Tsolak Petrosian (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (XMLBEANS-124) XMLBeans 2 maven plugin 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XMLBEANS-124?page=all ] Tsolak Petrosian updated XMLBEANS-124: -------------------------------------- Attachment: maven-xmlbeans-plugin-src-1.0.4.zip > XMLBeans 2 maven plugin > ----------------------- > > Key: XMLBEANS-124 > URL: http://issues.apache.org/jira/browse/XMLBEANS-124 > Project: XMLBeans > Type: New Feature > Versions: Version 2 Beta 1 > Reporter: David Jencks > Assignee: Cezar Andrei > Fix For: Version 2 Beta 1, Version 2, Version 2 Beta 2 > Attachments: maven-xmlbeans-plugin-1.0.4.jar, maven-xmlbeans-plugin-src-1.0.4.zip, xmlbeans-maven-plugin-2.0-beta1.jar, xmlbeans-maven-plugin-src.jar > > Maven plugin for xmlbeans 2.0 beta 1. I developed this for use in geronimo and have changed the package to fit better into xmlbeans. See INSTRUCTIONS.txt for basic usage instructions. I'm considering some enhancements such as more use of plugin.properties for the plugin parameters. Feedback welcome. I'm attaching both source and a built installable version of the plugin. -- 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 Jun 30 20:32:49 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21527 invoked from network); 30 Jun 2005 20:32:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jun 2005 20:32:49 -0000 Received: (qmail 27527 invoked by uid 500); 30 Jun 2005 20:32:46 -0000 Delivered-To: [email protected] Received: (qmail 27413 invoked by uid 500); 30 Jun 2005 20:32:45 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 27388 invoked by uid 99); 30 Jun 2005 20:32:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 13:32: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 ussjmh01.bea.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 13:32:47 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [161.129.204.104]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5UKWe52000413; Thu, 30 Jun 2005 13:32:43 -0700 Received: from USKIEX01.amer.bea.com ([161.129.204.104]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 30 Jun 2005 13:32:10 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: [ANN] XMLBeans V2 available Date: Thu, 30 Jun 2005 13:32:09 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [ANN] XMLBeans V2 available Thread-Index: AcV9ssm/PBqg4s6NR421VU1hdFmzWA== From: "Radu Preotiuc-Pietro" <[email protected]> To: <[email protected]>, <[email protected]> X-OriginalArrivalTime: 30 Jun 2005 20:32:10.0360 (UTC) FILETIME=[CA6B2F80:01C57DB2] X-PMX-Version: 161.129.204.104621, Antispam-Engine: 161.129.204.104, Antispam-Data: 2161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Based on the results of the vote published on the dev mailing list on = 06/24, we are happy to announce the availability of XMLBeans V2. XMLBeans is a tool that allows you to access the full power of XML in a = Java friendly way. You can take advantage of all the richness and = features of XML and XML Schema and have these features mapped as = naturally as possible to the equivalent Java language and typing = constructs. XMLBeans uses XML Schema to generate Java interfaces and classes that = you can then use to access and modify XML instance data. Using XMLBeans = is similar to using any other Java interface/class, you will see things = like getFoo or setFoo just as you would expect when working with Java. While a major use of XMLBeans is to access your XML instance data with = strongly typed Java classes there are also API's that allow you to = access the full XML infoset (XMLBeans keeps XML Infoset fidelity) as = well as to reflect into the XML schema itself through an XML Schema = Object Model. Here's a short list of improvements in this release: =B7 Improved XQuery/XPath integration - Both XQuery and XPath on = XMLBeans are now fully integrated. XPath and XQuery expressions can = return other XMLObjects, or they can be executed using an XmlCursor = instance, in which case you manipulate the results using a cursor. =B7 DOM Level II Support - DOM Level II support is now implemented = natively so that you can handle the underlying XML in the DOM style. You = can switch between DOM, XmlCursor, and XmlObject (either untyped or = typed). This improves performance and reduces the memory footprint over = Version 1. =B7 Extensions - You can now add custom functionality to generated = XMLBeans. You can pass to the Schema Compiler 1) an interface that = defines the set of methods to implement and 2) a static handler that = implements this functionality. The generated classes will implement the = interface and, for each method, call out to the static handler. =B7 Improved Error Handling - This version adds error codes and ensures = message consistency. In addition, fail-fast behavior is provided for = simple types, while access to the post schema validation infoset is made = available during validation.=20 =B7 Performance - Performance has been improved across the board. = Native DOM support improves performance and memory footprint; XML = parsing is now by default performed by Piccolo, a high performance = parser; incremental compilation of only modified artifacts has been = added; and the performance of the XmlCursor implementation has been = greatly improved. =B7 JDK 1.5 Generics - Generated classes now optionally take advantage = of JDK 1.5 Generics. Note that JDK 1.4 continues to be supported.=20 =B7 XML Instance/XSD Generation - You can generate a sample XML instance = from schema using the xsd2inst tool (which uses the = SchemaInstanceGenerator class). You can also generate a schema from an = instance using the inst2xsd tool (which uses the Inst2Xsd class). The XMLBeans team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jul 01 02:53:00 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30658 invoked from network); 1 Jul 2005 02:53:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jul 2005 02:53:00 -0000 Received: (qmail 38982 invoked by uid 500); 1 Jul 2005 02:52:57 -0000 Delivered-To: [email protected] Received: (qmail 38903 invoked by uid 500); 1 Jul 2005 02:52:56 -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: <dev.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 38872 invoked by uid 99); 1 Jul 2005 02:52:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 19:52:55 -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 palrel12.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 19:52:58 -0700 Received: from cacexg11.americas.cpqcorp.net (cacexg11.americas.cpqcorp.net [161.129.204.104]) by palrel12.hp.com (Postfix) with ESMTP id 1331E40459E; Thu, 30 Jun 2005 19:52:54 -0700 (PDT) Received: from cacexc05.americas.cpqcorp.net ([161.129.204.104]) by cacexg11.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.211); Thu, 30 Jun 2005 19:52:00 -0700 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: [ANN] XMLBeans V2 available Date: Thu, 30 Jun 2005 19:51:59 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [ANN] XMLBeans V2 available Thread-Index: AcV9ssm/PBqg4s6NR421VU1hdFmzWAAM90qA From: "Ali, Haneef" <[email protected]> To: <[email protected]>, <[email protected]> X-OriginalArrivalTime: 01 Jul 2005 02:52:00.0430 (UTC) FILETIME=[DA5BE4E0:01C57DE7] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N <-- XML parsing is now by default performed by Piccolo, a high performance parser; --> Is "Piccolo" parser thread safe? "Piccolo doesn't seem to be thread safe. Following code throws exception with the default (Piccolo ) parser public void doPost(HttpServletRequest request, HttpServletResponse response)throws ServletException, { XmlObject obj =3D XmlObject.Factory.parse(request.getInputStream()); // do something } // Exception trace org.xml.sax.SAXParseException: Unexpected end of file after null | | 16:23:58,920 INFO [STDOUT] at=20 | | org.apache.xmlbeans.impl.piccolo.xml.Piccolo. | | reportFatalError(Piccolo.java:1000) It works if we change the underlying SAX parser. Regards, Haneef -----Original Message----- From: Radu Preotiuc-Pietro [mailto:[email protected]]=20 Sent: Thursday, June 30, 2005 1:32 PM To: [email protected]; [email protected] Subject: [ANN] XMLBeans V2 available Based on the results of the vote published on the dev mailing list on 06/24, we are happy to announce the availability of XMLBeans V2. XMLBeans is a tool that allows you to access the full power of XML in a Java friendly way. You can take advantage of all the richness and features of XML and XML Schema and have these features mapped as naturally as possible to the equivalent Java language and typing constructs. XMLBeans uses XML Schema to generate Java interfaces and classes that you can then use to access and modify XML instance data. Using XMLBeans is similar to using any other Java interface/class, you will see things like getFoo or setFoo just as you would expect when working with Java. While a major use of XMLBeans is to access your XML instance data with strongly typed Java classes there are also API's that allow you to access the full XML infoset (XMLBeans keeps XML Infoset fidelity) as well as to reflect into the XML schema itself through an XML Schema Object Model. Here's a short list of improvements in this release: * Improved XQuery/XPath integration - Both XQuery and XPath on XMLBeans are now fully integrated. XPath and XQuery expressions can return other XMLObjects, or they can be executed using an XmlCursor instance, in which case you manipulate the results using a cursor. * DOM Level II Support - DOM Level II support is now implemented natively so that you can handle the underlying XML in the DOM style. You can switch between DOM, XmlCursor, and XmlObject (either untyped or typed). This improves performance and reduces the memory footprint over Version 1. * Extensions - You can now add custom functionality to generated XMLBeans. You can pass to the Schema Compiler 1) an interface that defines the set of methods to implement and 2) a static handler that implements this functionality. The generated classes will implement the interface and, for each method, call out to the static handler. * Improved Error Handling - This version adds error codes and ensures message consistency. In addition, fail-fast behavior is provided for simple types, while access to the post schema validation infoset is made available during validation.=20 * Performance - Performance has been improved across the board. Native DOM support improves performance and memory footprint; XML parsing is now by default performed by Piccolo, a high performance parser; incremental compilation of only modified artifacts has been added; and the performance of the XmlCursor implementation has been greatly improved. * JDK 1.5 Generics - Generated classes now optionally take advantage of JDK 1.5 Generics. Note that JDK 1.4 continues to be supported.=20 * XML Instance/XSD Generation - You can generate a sample XML instance from schema using the xsd2inst tool (which uses the SchemaInstanceGenerator class). You can also generate a schema from an instance using the inst2xsd tool (which uses the Inst2Xsd class). The XMLBeans team --------------------------------------------------------------------- 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 Jun 01 15:18:23 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77830 invoked from network); 1 Jun 2010 15:18:23 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jun 2010 15:18:23 -0000 Received: (qmail 55684 invoked by uid 500); 1 Jun 2010 15:18:23 -0000 Delivered-To: [email protected] Received: (qmail 55636 invoked by uid 500); 1 Jun 2010 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]> List-Id: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55624 invoked by uid 99); 1 Jun 2010 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; Tue, 01 Jun 2010 15:18:22 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 01 Jun 2010 15:18:15 +0000 Received: (qmail 20470 invoked from network); 1 Jun 2010 15:17:54 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 1 Jun 2010 15:17:54 -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 v936) Subject: Re: Further on Cache Groups Date: Tue, 1 Jun 2010 11:17:54 -0400 References: <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) Exactly. Sorry I forgot to mention this distinction. BTW, as a result OSCache is much more efficient, as group expiration is done without scanning through all entries. MapQueryCacheFactory probably won't work for large caches with tens of thousands of entries or more. As for the naming, I guess we can call it "expire" instead of remove going forward (or at least write better javadocs). It is confusing indeed. Andrus On May 31, 2010, at 9:44 AM, Bryan Lewis wrote: > I debugged through your test case to learn more about caching. The > problem > is that QueryCache's method names are misleading when running with > OSCache. > > QueryCache.removeGroup() doesn't actually remove anything from the > OSCache. > It calls osCache.flushGroup(). > Similarly, clear() doesn't empty the cache; it calls flushAll(). > cache.size() remains the same after these calls. (Not the case with > MapQueryCacheFactory.) > > If you want to see a change in size() you have to call > osCache.removeEntry(), as you discovered. (Or Cayenne's wrapper > method > remove().) > > > > On Sun, May 30, 2010 at 10:44 PM, Gary Jarrel <[email protected]> > wrote: > >> Hi All! >> >> Another interesting thing that I have just come across in relation to >> cache grouping and to continue on Bob's thread "Removing Cayenne >> cache >> groups" I have the following two test cases. >> >> @SuppressWarnings("unchecked") >> public void testBasicSelectQueryWithoutDaoWithSharedCache() { >> QueryCache domainCache = getSharedCache(); >> QueryCache contextCache = getLocalCache(); >> >> // this is one in the shared cache >> assertEquals(0, domainCache.size()); >> >> // this is 0 in the local cache >> assertEquals(0, contextCache.size()); >> >> SelectQuery q = new SelectQuery(Admin.class); >> q.setCacheGroups("testGroup"); >> q.setCacheStrategy(QueryCacheStrategy.SHARED_CACHE); >> >> List<Admin> result = getDataContext().performQuery(q); >> assertEquals(2, result.size()); >> >> // this is one in the shared cache >> assertEquals(1, domainCache.size()); >> >> // this is 0 in the local cache >> assertEquals(0, contextCache.size()); >> } >> >> @SuppressWarnings("unchecked") >> public void testBasicSelectQueryWithoutDaoWithLocalCache() { >> QueryCache domainCache = getSharedCache(); >> QueryCache contextCache = getLocalCache(); >> >> // this is one in the shared cache >> assertEquals(0, domainCache.size()); >> >> // this is 0 in the local cache >> assertEquals(0, contextCache.size()); >> >> SelectQuery q = new SelectQuery(Admin.class); >> q.setCacheGroups("testGroup"); >> q.setCacheStrategy(QueryCacheStrategy.LOCAL_CACHE); >> >> List<Admin> result = getDataContext().performQuery(q); >> assertEquals(2, result.size()); >> >> // this is one in the shared cache >> assertEquals(0, domainCache.size()); >> >> // this is 0 in the local cache >> assertEquals(1, contextCache.size()); >> } >> >> and the following initialization method that runs before each test >> case. >> >> private void initCache() { >> DataContext context = (DataContext) getDataContext(); >> DataDomain domain = context.getParentDataDomain(); >> >> domain.setQueryCacheFactory(new OSQueryCacheFactory()); >> domain.setSharedCacheEnabled(true); >> this.osCache = true; >> >> QueryCache localCache = getLocalCache(); >> QueryCache sharedCache = getSharedCache(); >> >> sharedCache.clear(); >> localCache.clear(); >> >> sharedCache.removeGroup("testGroup"); >> localCache.removeGroup("testGroup"); >> >> if (osCache) { >> OSQueryCache sharedOSCache = (OSQueryCache) sharedCache; >> sharedOSCache.getOsCache().removeEntry("testGroup"); >> //sharedOSCache.getOsCache().removeEntry("Admin"); >> } >> } >> >> When run one by one the test cases succeed fine. However when run all >> together the second test case fails on the following line at the very >> start: >> >> // this is one in the shared cache >> assertEquals(0, domainCache.size()); >> >> This will happen if I keep the last line of the init method commented >> out which is: >> >> sharedOSCache.getOsCache().removeEntry("Admin"); >> >> As soon as the line is uncommented then everything runs fine. This is >> despite the fact that I am removing my testGroup before each test >> case. >> >> Any thoughts? >> >> Thank you >> >> Gary >> From [email protected] Wed Jun 02 13:24:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54014 invoked from network); 2 Jun 2010 13:24:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Jun 2010 13:24:20 -0000 Received: (qmail 95593 invoked by uid 500); 2 Jun 2010 13:24:20 -0000 Delivered-To: [email protected] Received: (qmail 95550 invoked by uid 500); 2 Jun 2010 13:24: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95542 invoked by uid 99); 2 Jun 2010 13:24:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 13:24:18 +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: local policy) Received: from [161.129.204.104] (HELO web38005.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 02 Jun 2010 13:24:10 +0000 Received: (qmail 60377 invoked by uid 60001); 2 Jun 2010 13:23:48 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1275485028; bh=sRZCNBNFCn4eT0Jmz0IS+WSbl5EfZYZKczrwF3O+JV8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=bqt/vki3JJMPV+3/mcIv+chG9ocrHs1g0zkkptAMJRrnXdpCWahB5qd/sCEYJLTTs1DomuTCpUmDYL7mj/ZBdoOD2/sjT/0XXU61RBoByWfPMKcWLSQ95hDiAk4OuZK59eW5+TsdzgWS9qDOWTBNW5Ws0ZNps44qVKQ5/N38k+U= 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=Pqns04CGIXZC+kVS5GIPg6U+MyqfOx/9pUYs1B/DU5SYPAXVyoacbhp9NLhyGFg9L8CYw2toRpM9EONLC1ATLK/DkMQZpxU59X/mZA+UbY/jWZG7h/LGMd8vnzbJYy7IxlFDTpMRXodPcvhdjnqkeUzU0dW4IUhqIZBLtaMml1E=; Message-ID: <[email protected]> X-YMail-OSG: o7JAKWAVM1m1K62khK2JcmrNYGIO9y8uCAazmd8JWHJChsi oFqOkVW1u_DlxoJ8fK0xiPspPxKCtT4K_pUcBaCPuFr7FXIFygSvh8f23Elt MMfYfIVGgB9Dda.lvvxDAwX_v2tsRac9Iotu1V6Hnh73NW2oRHnrMK3m1yCN joSxfP383.6KULjY05hpL2iD8QvWESU6XRCLFo70Swil7wOb2D6hMKcr3UUf RIvLrUKDBRVHdva.sYSg_JCv3HiXJKNWmKRqwLRkAq7tp3NGMH6TkPvhmkFn 1LBUJzJEgsLe7eSNeCjExAXRhJw_oTnpjV5a9QsBJkekx4.ux3miSprWA Received: from [161.129.204.104] by web38005.mail.mud.yahoo.com via HTTP; Wed, 02 Jun 2010 06:23:48 PDT X-Mailer: YahooMailRC/374.4 YahooMailWebService/161.129.204.1049680 Date: Wed, 2 Jun 2010 06:23:48 -0700 (PDT) From: =?iso-8859-1?Q?Sopot_=C7ela?= <[email protected]> Subject: Primary Keys Issue To: [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 Hello all,=0A=0AI have an issue. I have CayenneModeller import a database s= tructure from a MySQL database. When I generate the classes I want that *al= l* the classes have also the primary key field. Surely I can do it manually= for every table, that is, add an attribute and relate it to the primary ke= y but I want this to be done automatically. =0A=0AThanks in advance for any= help.=0ASopot=0A From [email protected] Wed Jun 02 13:31:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55784 invoked from network); 2 Jun 2010 13:31:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Jun 2010 13:31:46 -0000 Received: (qmail 5655 invoked by uid 500); 2 Jun 2010 13:31:46 -0000 Delivered-To: [email protected] Received: (qmail 5583 invoked by uid 500); 2 Jun 2010 13: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5575 invoked by uid 99); 2 Jun 2010 13:31:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 13:31:45 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 02 Jun 2010 13:31:39 +0000 Received: (qmail 2236 invoked from network); 2 Jun 2010 13:31:17 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 2 Jun 2010 13:31:17 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Primary Keys Issue Date: Wed, 2 Jun 2010 09:31:17 -0400 References: <[email protected]> X-Mailer: Apple Mail (2.936) Hi there, You will need to check "Meaningful PK" check box when doing reverse-=20 engineering. Andrus On Jun 2, 2010, at 9:23 AM, Sopot =C7ela wrote: > Hello all, > > I have an issue. I have CayenneModeller import a database structure =20= > from a MySQL database. When I generate the classes I want that *all* =20= > the classes have also the primary key field. Surely I can do it =20 > manually for every table, that is, add an attribute and relate it to =20= > the primary key but I want this to be done automatically. > > Thanks in advance for any help. > Sopot > > From [email protected] Wed Jun 02 13:40:01 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57570 invoked from network); 2 Jun 2010 13:40:01 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Jun 2010 13:40:01 -0000 Received: (qmail 13654 invoked by uid 500); 2 Jun 2010 13:40:00 -0000 Delivered-To: [email protected] Received: (qmail 13637 invoked by uid 500); 2 Jun 2010 13:40: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13629 invoked by uid 99); 2 Jun 2010 13:40:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 13:40:00 +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: local policy) Received: from [161.129.204.104] (HELO web38005.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 02 Jun 2010 13:39:53 +0000 Received: (qmail 69374 invoked by uid 60001); 2 Jun 2010 13:39:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1275485971; bh=DSFSVEjkKmaKSdmRCM5znpi0p/R8kEVby8RlAFPAx+o=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=AXnmE6Ruxcw/9eKL6dDktZlhFvaJPHr5fNIrrw+nYRR73hpeyIWvCqGeGn4sd5ZNpguN6OTU2QoeAcXq+7wLcK1TgQwvELrr6yinXkgGvewG1ntTxh/b+noVGc3tEjBgHokVqS5M8IOkH8pEGJXoqQ57E4keIOk9ZLRjW0gywLc= 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:Content-Transfer-Encoding; b=Dm6+RlUOPTixVUfSEaUZY3KMz6zCXwhajjvFzIvNiVycCBvA2FqWF53F9xw8XZqR8i9ezAKBcReQVmpnzSrFN07FAOLhQ5CjqPV8pBNCRohoTMf5eP0oApe4WEyY7bEd0f4UD3U3k2TYdcyXfs+rOIP2eGJaawCttjAzb3Vlq6Q=; Message-ID: <[email protected]> X-YMail-OSG: 4ffdVqUVM1nYDdaPNfKOjE7lByDgqe9iqZjTkVwlq2kkpQv 80U7BJxhSUQgLvmK3Icf07k2JmQpEruXQPNBcRpNtlIrhsVdXie2STUfkPrs 7V_pv2gGHiaUr7OUxVtD46XVxCC_oIFjTkoKny1z3BslNwR_wAL4zKFQCP7b k0AZAz8ZWeEUmJQ6NUZILe9vJLe3VhrsiI8J9w4AqMk.fN0IPoB_wHhPIRGx Nfr.jTTif2YknCjkzGE9Hmfo.yUbBc2XR4aXsMhkLPa_IVQAYs2hMr5zruFD qGVEg7XJgeOEjYA.M4RdMSYIC08yGDq3CSBiZIYyB_kkCCvd483o.zw-- Received: from [161.129.204.104] by web38005.mail.mud.yahoo.com via HTTP; Wed, 02 Jun 2010 06:39:31 PDT X-Mailer: YahooMailRC/374.4 YahooMailWebService/161.129.204.1049680 References: <[email protected]> <[email protected]> Date: Wed, 2 Jun 2010 06:39:31 -0700 (PDT) From: =?iso-8859-1?Q?Sopot_=C7ela?= <[email protected]> Subject: Re: Primary Keys Issue To: [email protected] In-Reply-To: <[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 Thank you very much Andrus for your quick and accurate response.=0A=0A=0A= =0A----- Original Message ----=0AFrom: Andrus Adamchik <[email protected].= org>=0ATo: [email protected]=0ASent: Wed, June 2, 2010 3:31:17 PM=0AS= ubject: Re: Primary Keys Issue=0A=0AHi there,=0A=0AYou will need to check "= Meaningful PK" check box when doing reverse-engineering.=0A=0AAndrus=0A=0AO= n Jun 2, 2010, at 9:23 AM, Sopot =C7ela wrote:=0A=0A> Hello all,=0A> =0A> I= have an issue. I have CayenneModeller import a database structure from a M= ySQL database. When I generate the classes I want that *all* the classes ha= ve also the primary key field. Surely I can do it manually for every table,= that is, add an attribute and relate it to the primary key but I want this= to be done automatically.=0A> =0A> Thanks in advance for any help.=0A> Sop= ot=0A> =0A> From [email protected] Fri Jun 04 18:16:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70119 invoked from network); 4 Jun 2010 18:16:36 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Jun 2010 18:16:36 -0000 Received: (qmail 77893 invoked by uid 500); 4 Jun 2010 18:16:36 -0000 Delivered-To: [email protected] Received: (qmail 77834 invoked by uid 500); 4 Jun 2010 18: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77826 invoked by uid 99); 4 Jun 2010 18:16:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 18:16:35 +0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO elasmtp-kukur.atl.sa.earthlink.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 18:16:27 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=EmqtrvVpmhJjVQPPYTagC9xLdjcd68vWivjX+tyNZAnN3wygY/7g3FXuKWpb48VN; h=Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [161.129.204.104] (helo=[161.129.204.104]) by elasmtp-kukur.atl.sa.earthlink.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67) (envelope-from <[email protected]>) id 1OKbR7-0001ru-UO for [email protected]; Fri, 04 Jun 2010 14:16:05 -0400 From: Joe Baldwin <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Resin Servlet Container Date: Fri, 4 Jun 2010 14:16:05 -0400 Message-Id: <[email protected]> To: [email protected] Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) X-ELNK-Trace: 74aacf41df18ac9f85338a7d01cb3b6a7e972de0d01da940577e0e5121401823d7596df7d4921074350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 161.129.204.104 1. Is Cayenne compatible with the Resin Servlet Container? 2. If so, is there any difference in the configuration of the deployment = descriptor? From [email protected] Fri Jun 04 18:26:11 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78637 invoked from network); 4 Jun 2010 18:26:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Jun 2010 18:26:11 -0000 Received: (qmail 95596 invoked by uid 500); 4 Jun 2010 18:26:11 -0000 Delivered-To: [email protected] Received: (qmail 95576 invoked by uid 500); 4 Jun 2010 18: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95568 invoked by uid 99); 4 Jun 2010 18:26:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 18:26: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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Jun 2010 18:26:03 +0000 Received: (qmail 27069 invoked from network); 4 Jun 2010 18:25:41 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 4 Jun 2010 18:25: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 v936) Subject: Re: Resin Servlet Container Date: Fri, 4 Jun 2010 14:25:40 -0400 References: <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org On Jun 4, 2010, at 2:16 PM, Joe Baldwin wrote: > 1. Is Cayenne compatible with the Resin Servlet Container? > 2. If so, is there any difference in the configuration of the > deployment descriptor? Cayenne doesn't care that much about the container. There are only a few optional integration points and even those are standardized by J2EE and work similar across all containers from the Cayenne POV. Those points are: * JNDI lookup of the DataSource (optional) * servlet filter used to bootstrap Cayenne (also optional) * container transaction management (unless you are using EJBs, you probably don't care about that). FWIW I used Cayenne with Resin and it just works. Andrus From [email protected] Fri Jun 04 21:53:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65876 invoked from network); 4 Jun 2010 21:53:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Jun 2010 21:53:58 -0000 Received: (qmail 53964 invoked by uid 500); 4 Jun 2010 21:53:58 -0000 Delivered-To: [email protected] Received: (qmail 53895 invoked by uid 500); 4 Jun 2010 21: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53887 invoked by uid 99); 4 Jun 2010 21:53:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 21:53: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO web38005.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Jun 2010 21:53:49 +0000 Received: (qmail 83396 invoked by uid 60001); 4 Jun 2010 21:53:27 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1275688407; bh=H0Oq9A8mZGF8DYJeqTHVrbvWh/2RmtgiT85SE62Y5b0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=EtHaKXa3NNXa1YVaGxRSZgP4Ug7oFV7e6fIzy+6hK5zGCM3rO+21rxJ8R8IQOS+/g0TdlXF0PiePiyDClWYKamuWD+WWYRpC/30loH27Yo2HngUDhC3RaJU0n12H1y4sKxZlMpZGC10ceKrTtZjmN1fwzVHQPgZO/oVzm4ujr7s= 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=yOnN9pZZFaCpGoXtiGXtDEDGSOADoX4y4BBEnLD1xc80kx65I4QfuCDxFThH9re1F02RA/KK7i6deRJ143WPe2pWOENHGLkBpksNHiOxfQP6go8I++wi+RLuSC7v7dKUpj9gb1DR018jYIqXJ6Gpl1jdXcJoH4ZFzYGB5jHh5js=; Message-ID: <[email protected]> X-YMail-OSG: FXWiukoVM1lquy.YZIoaSMuhzfufml4hypzOU_4futNCym_ 74br2vJRIazIeBWkOd..rDAG6C7LNu9oUQzugnUoCsR992MPL9MI3FDkOSHI KMjx9mvU.2_eh0dyWUnefOc_hCHA.SHrBawU0gefxjhVERvLlEMFVsl2Oo8I 7Efuu_vHnjeh9DidYTwBwNOe5_iSbOJ0k.1iQ4icjRSVb.dDZtANz6AZIuGO pp3pmnmRGhm6W7agro_G7J3fM7CRoLT_EYCgP4FFET0w3ypPn5_XSQGdI Received: from [161.129.204.104] by web38005.mail.mud.yahoo.com via HTTP; Fri, 04 Jun 2010 14:53:27 PDT X-Mailer: YahooMailRC/397.8 YahooMailWebService/161.129.204.1049680 Date: Fri, 4 Jun 2010 14:53:27 -0700 (PDT) From: =?iso-8859-1?Q?Sopot_=C7ela?= <[email protected]> Subject: Primary Key To: Apache Cayenne user <[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 How can I make it that only a subset of tables should have primary keys aut= omatically generated and the remaining have them leave the control of gener= ating PK to my application?=0A=0AThanks in advance. From [email protected] Fri Jun 04 22:29:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78366 invoked from network); 4 Jun 2010 22:29:39 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Jun 2010 22:29:39 -0000 Received: (qmail 92702 invoked by uid 500); 4 Jun 2010 22:29:38 -0000 Delivered-To: [email protected] Received: (qmail 92685 invoked by uid 500); 4 Jun 2010 22:29: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92677 invoked by uid 99); 4 Jun 2010 22:29:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 22:29:38 +0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=AWL,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-ww0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 22:29:30 +0000 Received: by wwa36 with SMTP id 36so1416265wwa.16 for <[email protected]>; Fri, 04 Jun 2010 15:29:08 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id a46mr192181wef.36.1275690548737; Fri, 04 Jun 2010 15:29:08 -0700 (PDT) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Fri, 4 Jun 2010 15:29:08 -0700 (PDT) X-Originating-IP: [161.129.204.104] Date: Fri, 4 Jun 2010 18:29:08 -0400 X-Google-Sender-Auth: AFnZDQDwBTYC98URXgVv87gGOeE Message-ID: <[email protected]> Subject: Trouble loading cayenne.xml in 3.x data view modeler From: Mark Fraser <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016e68fa33800377104883bda99 --0016e68fa33800377104883bda99 Content-Type: text/plain; charset=ISO-8859-1 I recently converted a project which heavily uses data views from Cayenne 2.x to 3.x. As far as I can tell I have everything working (at runtime) but the one known problem is that the 3.x data view modeler does not properly load the cayenne.xml. By not properly loading I mean that the dataview elements do not show [email protected]. The map does show up in the Entity view but with no children. The cayenne.xml that I am trying to load is of course the one that I converted by loading the 2.x version into the 3.x Cayenne modeler (the regular modeler not the data view one) and allowing it to convert the project. FWIW the 3.x data view modeler DOES properly load the unconverted 2.x cayenne.xml. Has anyone been able to get this to work? Thanks, Mark --0016e68fa33800377104883bda99-- From [email protected] Fri Jun 04 22:32:08 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78568 invoked from network); 4 Jun 2010 22:32:08 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Jun 2010 22:32:08 -0000 Received: (qmail 94407 invoked by uid 500); 4 Jun 2010 22:32:08 -0000 Delivered-To: [email protected] Received: (qmail 94386 invoked by uid 500); 4 Jun 2010 22:32: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94378 invoked by uid 99); 4 Jun 2010 22:32:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 22:32:08 +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-vw0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 22:32:00 +0000 Received: by vws3 with SMTP id 3so2064511vws.16 for <[email protected]>; Fri, 04 Jun 2010 15:31:39 -0700 (PDT) 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 :content-transfer-encoding; bh=Wy/2Xbk+hTvjCWTsJwXt1vu5Nv+8n3CxEClYnhQjBQQ=; b=FYh2bOV6RVLw33CS7XNIaLvbeUa9TovNMqTcaVpnTJDiovAxbkA0Uk4YI4eNx/3Fja ut2EM0tJhQLWxwjKmxu+I/SNRTOmcFyfH7bO7tD4FC4NsW+/vmmjyMeL1D1W9Pu934zB PqfIsBdC1QoH68NvQyIQXcxlnFbEhy2dTq83Y= 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=SC7LPZLckanOSGRT62l4zFPSpxG37sKttTATMbKkIfnrBbI8FPRlctml0eYkx3ALuD lCs2suPHII4mKRi3xP4IKNYp0JjS+ac6qrU1Ww/2fEsA6ulcg9OOYw8MeZ01nCDrxh9i GuYJglOBi0U2VnQ8Ndd2l7j7p76EmA3eJhI+c= Received: by 161.129.204.104 with SMTP id f1mr5989251qac.83.1275690699405; Fri, 04 Jun 2010 15:31:39 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Fri, 4 Jun 2010 15:31:19 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Mike Kienenberger <[email protected]> Date: Fri, 4 Jun 2010 18:31:19 -0400 Message-ID: <[email protected]> Subject: Re: Primary Key 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 Define an ObjAttribute for your manual primary keys, and do not specify automatic pk generation. On Fri, Jun 4, 2010 at 5:53 PM, Sopot =C7ela <[email protected]> wrote: > How can I make it that only a subset of tables should have primary keys a= utomatically generated and the remaining have them leave the control of gen= erating PK to my application? > > Thanks in advance. > From [email protected] Fri Jun 04 23:42:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95288 invoked from network); 4 Jun 2010 23:42:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Jun 2010 23:42:50 -0000 Received: (qmail 52766 invoked by uid 500); 4 Jun 2010 23:42:49 -0000 Delivered-To: [email protected] Received: (qmail 52746 invoked by uid 500); 4 Jun 2010 23:42: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52738 invoked by uid 99); 4 Jun 2010 23:42:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 23:42:49 +0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO elasmtp-galgo.atl.sa.earthlink.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 23:42:42 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=X6z8nPlJyZL6XsczZ0sU9WrYh2GxdEs1WTFVwVjGOnvJ1ICadDBEElUiL95XkN8c; h=Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [161.129.204.104] (helo=[161.129.204.104]) by elasmtp-galgo.atl.sa.earthlink.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67) (envelope-from <[email protected]>) id 1OKgWb-0000E3-Hw for [email protected]; Fri, 04 Jun 2010 19:42:05 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: Resin Servlet Container From: Joe Baldwin <[email protected]> In-Reply-To: <[email protected]> Date: Fri, 4 Jun 2010 19:41:39 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1078) X-ELNK-Trace: 74aacf41df18ac9f85338a7d01cb3b6a7e972de0d01da940ffc7a73624d13576c47f22e6cfa8a852350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 161.129.204.104 Andrus, thanks for the insight. As a result I installed and migrated to Resin = in less than 20 min. As a fictional character used to say "I just love = it when a plan comes together". :) Joe On Jun 4, 2010, at 2:25 PM, Andrus Adamchik wrote: >=20 > On Jun 4, 2010, at 2:16 PM, Joe Baldwin wrote: >=20 >> 1. Is Cayenne compatible with the Resin Servlet Container? >> 2. If so, is there any difference in the configuration of the = deployment descriptor? >=20 > Cayenne doesn't care that much about the container. There are only a = few optional integration points and even those are standardized by J2EE = and work similar across all containers from the Cayenne POV. Those = points are: >=20 > * JNDI lookup of the DataSource (optional) > * servlet filter used to bootstrap Cayenne (also optional) > * container transaction management (unless you are using EJBs, you = probably don't care about that). >=20 > FWIW I used Cayenne with Resin and it just works. >=20 > Andrus From [email protected] Sat Jun 05 01:20:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55122 invoked from network); 5 Jun 2010 01:20:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Jun 2010 01:20:29 -0000 Received: (qmail 2984 invoked by uid 500); 5 Jun 2010 01:20:29 -0000 Delivered-To: [email protected] Received: (qmail 2967 invoked by uid 500); 5 Jun 2010 01:20: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2959 invoked by uid 99); 5 Jun 2010 01:20:29 -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 01:20:29 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 05 Jun 2010 01:20:23 +0000 Received: (qmail 22973 invoked from network); 5 Jun 2010 01:20:02 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 5 Jun 2010 01:20:02 -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 v936) Subject: Re: Trouble loading cayenne.xml in 3.x data view modeler Date: Fri, 4 Jun 2010 21:19:33 -0400 References: <[email protected]> X-Mailer: Apple Mail (2.936) usual disclaimer about no support for DV in 3.0, but.. can you do a quick diff between 2.0 and 3.0 cayenne.xml version? Maybe that will give us some idea. Andrus On Jun 4, 2010, at 6:29 PM, Mark Fraser wrote: > I recently converted a project which heavily uses data views from > Cayenne > 2.x to 3.x. > > As far as I can tell I have everything working (at runtime) but the > one > known problem is that the 3.x data view modeler does not properly > load the > cayenne.xml. By not properly loading I mean that the dataview > elements do > not show [email protected]. The map does show up in the Entity view but > with no > children. > > The cayenne.xml that I am trying to load is of course the one that I > converted by loading the 2.x version into the 3.x Cayenne modeler (the > regular modeler not the data view one) and allowing it to convert the > project. > > FWIW the 3.x data view modeler DOES properly load the unconverted 2.x > cayenne.xml. > > Has anyone been able to get this to work? > > Thanks, > > Mark From [email protected] Sat Jun 05 06:00:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41263 invoked from network); 5 Jun 2010 06:00:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Jun 2010 06:00:29 -0000 Received: (qmail 7918 invoked by uid 500); 5 Jun 2010 06:00:29 -0000 Delivered-To: [email protected] Received: (qmail 7757 invoked by uid 500); 5 Jun 2010 06:00: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7742 invoked by uid 99); 5 Jun 2010 06:00:28 -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 06:00:28 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=AWL,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-ww0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 06:00:21 +0000 Received: by wwa36 with SMTP id 36so1557262wwa.16 for <[email protected]>; Fri, 04 Jun 2010 22:59:58 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id v50mr412212wem.50.1275717598054; Fri, 04 Jun 2010 22:59:58 -0700 (PDT) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Fri, 4 Jun 2010 22:59:58 -0700 (PDT) X-Originating-IP: [161.129.204.104] In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Sat, 5 Jun 2010 01:59:58 -0400 X-Google-Sender-Auth: QbSm1mLv8WGr2sPMNadZ38B_grU Message-ID: <[email protected]> Subject: Re: Trouble loading cayenne.xml in 3.x data view modeler From: Mark Fraser <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016e649c73844101f04884226e8 --0016e649c73844101f04884226e8 Content-Type: text/plain; charset=ISO-8859-1 Andrus, can you do a quick diff between 2.0 and 3.0 cayenne.xml version? Maybe that > will give us some idea. > > I had done a diff and I guess the problem was so obvious I missed it the first time. The only notable difference is that the 3.0 cayenne.xml is missing the view element: <view name="dataview0" location="dataview0.view.xml" /> I redid the conversion to verify that this is what happened the first time and that it didn't get taken out some other way. I manually added it in to the converted file and all appears to be working as it should. Should I report a bug about this? If so please let me know where I go to do this. Thanks for your help. Mark On Fri, Jun 4, 2010 at 9:19 PM, Andrus Adamchik <[email protected]>wrote: > usual disclaimer about no support for DV in 3.0, but.. can you do a quick > diff between 2.0 and 3.0 cayenne.xml version? Maybe that will give us some > idea. > > Andrus > > > On Jun 4, 2010, at 6:29 PM, Mark Fraser wrote: > > I recently converted a project which heavily uses data views from Cayenne >> 2.x to 3.x. >> >> As far as I can tell I have everything working (at runtime) but the one >> known problem is that the 3.x data view modeler does not properly load the >> cayenne.xml. By not properly loading I mean that the dataview elements do >> not show [email protected]. The map does show up in the Entity view but with no >> children. >> >> The cayenne.xml that I am trying to load is of course the one that I >> converted by loading the 2.x version into the 3.x Cayenne modeler (the >> regular modeler not the data view one) and allowing it to convert the >> project. >> >> FWIW the 3.x data view modeler DOES properly load the unconverted 2.x >> cayenne.xml. >> >> Has anyone been able to get this to work? >> >> Thanks, >> >> Mark >> > > --0016e649c73844101f04884226e8-- From [email protected] Sat Jun 05 10:39:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77690 invoked from network); 5 Jun 2010 10:39:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Jun 2010 10:39:16 -0000 Received: (qmail 9393 invoked by uid 500); 5 Jun 2010 10:39:16 -0000 Delivered-To: [email protected] Received: (qmail 9202 invoked by uid 500); 5 Jun 2010 10: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9188 invoked by uid 99); 5 Jun 2010 10:39:13 -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 10:39:13 +0000 X-ASF-Spam-Status: No, hits=2.9 required=10.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 mo-p00-ob.rzone.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 10:39:04 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1275734324; l=2224; s=domk; d=jsaar.org; h=Content-Type:To:From:Subject:Date:References:In-Reply-To: MIME-Version:X-RZG-CLASS-ID:X-RZG-AUTH; bh=qvzycXYhLyeou1xFoV28b6RjiEc=; b=fitHuMF8BKcw3rd1w/wb/lzaL8pUBIOpKaIg6wJFvjpF6J98rD5fkARTqa0mmV+xytv tMYo5pZ9B4DwZ19yOxgACr5Osvav1cvZ2Yimaoxs6Puwe6t361sayXC/reA/fG/R6Rzxv Opg+vDfd2KmYi1Y9jED2kyubznrL24d6F2w= X-RZG-AUTH: :JnkBZ0etdd8xRzu7HakUFUCm6cLWY+PMFwNn+MD4d9BJD+KDEjCiWpIONeo= X-RZG-CLASS-ID: mo00 Received: from mail-yw0-f184.google.com ([161.129.204.104]) by post.strato.de (jimi mo57) (RZmta 23.2) with (RC4-MD5 encrypted) ESMTP id w0035bm558OoDJ for <[email protected]>; Sat, 5 Jun 2010 12:38:43 +0200 (MEST) Received: by ywh14 with SMTP id 14so1935235ywh.25 for <[email protected]>; Sat, 05 Jun 2010 03:38:42 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id h33mr13587975anm.26.1275734322522; Sat, 05 Jun 2010 03:38:42 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sat, 5 Jun 2010 03:38:42 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Sat, 5 Jun 2010 12:38:42 +0200 Message-ID: <[email protected]> Subject: Re: Primary Key From: Juergen Saar <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636c5bd171f29f00488460bd4 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5bd171f29f00488460bd4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Assign a value for the PK-Attribute[s] before commit ... that's the way we solved this problem for our old fashion meaningful keys You can do it in validateForInsert() ... 2010/6/5 Mike Kienenberger <[email protected]> Define an ObjAttribute for your manual primary keys, and do not > specify automatic pk generation. > > On Fri, Jun 4, 2010 at 5:53 PM, Sopot =C7ela <[email protected]> wrot= e: > > > How can I make it that only a subset of tables should have primary keys > automatically generated and the remaining have them leave the control of > generating PK to my application? > > > > Thanks in advance. > > > --001636c5bd171f29f00488460bd4-- From [email protected] Sat Jun 05 13:11:01 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6374 invoked from network); 5 Jun 2010 13:11:01 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Jun 2010 13:11:01 -0000 Received: (qmail 69207 invoked by uid 500); 5 Jun 2010 13:11:00 -0000 Delivered-To: [email protected] Received: (qmail 68997 invoked by uid 500); 5 Jun 2010 13: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68986 invoked by uid 99); 5 Jun 2010 13:10:59 -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 13:10: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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 05 Jun 2010 13:10:52 +0000 Received: (qmail 20389 invoked from network); 5 Jun 2010 13:10:31 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 5 Jun 2010 13:10:31 -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 v936) Subject: Re: Trouble loading cayenne.xml in 3.x data view modeler Date: Sat, 5 Jun 2010 09:10:30 -0400 References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org I guess since we kept a map of DV locations in the Configuration object, preserving it on save is probably the right thing to do (making it a bug). You may open a bug report here: https://issues.apache.org/jira/browse/CAY If you can also submit a patch fixing the issue using Jira, it will have a much higher chance of making it to 3.0.x release. Andrus On Jun 5, 2010, at 1:59 AM, Mark Fraser wrote: > Andrus, > > > can you do a quick diff between 2.0 and 3.0 cayenne.xml version? > Maybe that >> will give us some idea. >> >> > I had done a diff and I guess the problem was so obvious I missed it > the > first time. The only notable difference is that the 3.0 cayenne.xml > is > missing the view element: > > <view name="dataview0" location="dataview0.view.xml" /> > > I redid the conversion to verify that this is what happened the > first time > and that it didn't get taken out some other way. > > I manually added it in to the converted file and all appears to be > working > as it should. > > Should I report a bug about this? If so please let me know where I > go to do > this. > > Thanks for your help. > > Mark > > > On Fri, Jun 4, 2010 at 9:19 PM, Andrus Adamchik <[email protected] > >wrote: > >> usual disclaimer about no support for DV in 3.0, but.. can you do a >> quick >> diff between 2.0 and 3.0 cayenne.xml version? Maybe that will give >> us some >> idea. >> >> Andrus >> >> >> On Jun 4, 2010, at 6:29 PM, Mark Fraser wrote: >> >> I recently converted a project which heavily uses data views from >> Cayenne >>> 2.x to 3.x. >>> >>> As far as I can tell I have everything working (at runtime) but >>> the one >>> known problem is that the 3.x data view modeler does not properly >>> load the >>> cayenne.xml. By not properly loading I mean that the dataview >>> elements do >>> not show [email protected]. The map does show up in the Entity view but >>> with no >>> children. >>> >>> The cayenne.xml that I am trying to load is of course the one that I >>> converted by loading the 2.x version into the 3.x Cayenne modeler >>> (the >>> regular modeler not the data view one) and allowing it to convert >>> the >>> project. >>> >>> FWIW the 3.x data view modeler DOES properly load the unconverted >>> 2.x >>> cayenne.xml. >>> >>> Has anyone been able to get this to work? >>> >>> Thanks, >>> >>> Mark >>> >> >> From [email protected] Sun Jun 06 08:10:01 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7351 invoked from network); 6 Jun 2010 08:10:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Jun 2010 08:10:00 -0000 Received: (qmail 34813 invoked by uid 500); 6 Jun 2010 08:10:00 -0000 Delivered-To: [email protected] Received: (qmail 34681 invoked by uid 500); 6 Jun 2010 08:09: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34672 invoked by uid 99); 6 Jun 2010 08:09:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jun 2010 08:09: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 fish.ish.com.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jun 2010 08:09:50 +0000 Received: from [161.129.204.104] (port=59787 helo=Aris-MacBook-Pro.local) by fish.ish.com.au with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from <[email protected]>) id 1OLAv6-0002GS-0t for [email protected]; Sun, 06 Jun 2010 18:09:24 +1000 Message-ID: <[email protected]> Date: Sun, 06 Jun 2010 18:09:24 +1000 From: Aristedes Maniatis <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: Some doubts about DataContext and memory allocation 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 On 23/05/10 5:25 PM, mr.abanjo wrote: > The write operation i perfrom in my site is very simple. It's just an insert > of two fields in a single table. So maybe also singleton should work, No, it is still going to be a bad idea. What happens in your application when in one thread you are committing the context and an in another thread you are in the middle of adding records to that same context? Don't have a context which lives across different threads until you really know what you are doing with locking. There is one time that it is common to have a singleton context: a read-only 'shared' context for displaying data. Developers from a WO background will be familiar with this approach. Cayenne doesn't have a special shared context, but you can use it that way if you like. Ari -- --------------------------> Aristedes Maniatis ish http://www.ish.com.au Level 1, 30 Wilson Street Newtown 2042 Australia phone (548)664-7369 fax (548)664-7369 GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From [email protected] Mon Jun 07 07:28:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31566 invoked from network); 7 Jun 2010 07:28:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Jun 2010 07:28:13 -0000 Received: (qmail 14047 invoked by uid 500); 7 Jun 2010 07:28:13 -0000 Delivered-To: [email protected] Received: (qmail 13863 invoked by uid 500); 7 Jun 2010 07:28: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13855 invoked by uid 99); 7 Jun 2010 07:28:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 07:28: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 decibel.pvv.ntnu.no) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 07:28:00 +0000 Received: from rec.ecc.as ([161.129.204.104] helo=toremac.ecc.no) by decibel.pvv.ntnu.no with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from <[email protected]>) id 1OLWkD-0001bW-8n for [email protected]; Mon, 07 Jun 2010 09:27:39 +0200 From: Tore Halset <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: delete via jdbc Date: Mon, 7 Jun 2010 09:27:31 +0200 Message-Id: <[email protected]> To: [email protected] Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) X-Spam-Score: -1.4 (-) X-Spam-Report: Status=No hits=-1.4 required=5.0 tests=ALL_TRUSTED version=3.2.4 X-Virus-Checked: Checked by ClamAV on apache.org Hello. I am deleting some rows via jdbc and want to update the cayenne stack = with that information. After issuing ctxt.invalidateObjects(...) the = cayenne objects for the deleted rows still have persistence state = comitted. Is there a better trick than invalidateObjects(...)? - Tore.= From [email protected] Mon Jun 07 10:28:04 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81499 invoked from network); 7 Jun 2010 10:28:04 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Jun 2010 10:28:04 -0000 Received: (qmail 86297 invoked by uid 500); 7 Jun 2010 10:28:04 -0000 Delivered-To: [email protected] Received: (qmail 86226 invoked by uid 500); 7 Jun 2010 10: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86218 invoked by uid 99); 7 Jun 2010 10:28:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 10:28:01 +0000 X-ASF-Spam-Status: No, hits=-1.3 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 decibel.pvv.ntnu.no) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 10:27:53 +0000 Received: from rec.ecc.as ([161.129.204.104] helo=toremac.ecc.no) by decibel.pvv.ntnu.no with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from <[email protected]>) id 1OLZYH-0007Vo-1X for [email protected]; Mon, 07 Jun 2010 12:27:31 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: delete via jdbc From: Tore Halset <[email protected]> In-Reply-To: <[email protected]> Date: Mon, 7 Jun 2010 12:27:23 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1077) X-Spam-Score: -1.4 (-) X-Spam-Report: Status=No hits=-1.4 required=5.0 tests=ALL_TRUSTED version=3.2.4 Hello. This one seem to work much better. ((DataContext) = ctxt).getObjectStore().getDataRowCache().processSnapshotChanges(this, Collections.EMPTY_MAP, deletedIds, = Collections.EMPTY_LIST, Collections.EMPTY_LIST); - Tore. On Jun 7, 2010, at 09:27 , Tore Halset wrote: > Hello. >=20 > I am deleting some rows via jdbc and want to update the cayenne stack = with that information. After issuing ctxt.invalidateObjects(...) the = cayenne objects for the deleted rows still have persistence state = comitted. Is there a better trick than invalidateObjects(...)? >=20 > - Tore. From [email protected] Mon Jun 07 14:58:37 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72402 invoked from network); 7 Jun 2010 14:58:37 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Jun 2010 14:58:37 -0000 Received: (qmail 564 invoked by uid 500); 7 Jun 2010 14:58:36 -0000 Delivered-To: [email protected] Received: (qmail 494 invoked by uid 500); 7 Jun 2010 14:58: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 478 invoked by uid 99); 7 Jun 2010 14:58:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 14:58:35 +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; Mon, 07 Jun 2010 14:58:26 +0000 Received: from (548)664-7369.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 1OLdm6-0003QL-Rx for [email protected]; Mon, 07 Jun 2010 16:58:04 +0200 References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Message-Id: <[email protected]> Content-Transfer-Encoding: quoted-printable From: Tore Halset <[email protected]> Subject: Re: delete via jdbc Date: Mon, 7 Jun 2010 16:58:02 +0200 To: [email protected] X-Mailer: Apple Mail (2.1077) 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 Well, processSnapshotChanges did not solve the problem either. I am now = doing deleteObjects() after deleting them via plain jdbc. It is not = pretty, but works well as long as the objects are in state COMITTED. - Tore. On Jun 7, 2010, at 12:27, Tore Halset wrote: > Hello. >=20 > This one seem to work much better. >=20 > ((DataContext) = ctxt).getObjectStore().getDataRowCache().processSnapshotChanges(this, > Collections.EMPTY_MAP, deletedIds, = Collections.EMPTY_LIST, > Collections.EMPTY_LIST); >=20 > - Tore. >=20 > On Jun 7, 2010, at 09:27 , Tore Halset wrote: >=20 >> Hello. >>=20 >> I am deleting some rows via jdbc and want to update the cayenne stack = with that information. After issuing ctxt.invalidateObjects(...) the = cayenne objects for the deleted rows still have persistence state = comitted. Is there a better trick than invalidateObjects(...)? >>=20 >> - Tore. >=20 >=20 From [email protected] Mon Jun 07 15:05:24 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77973 invoked from network); 7 Jun 2010 15:05:24 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Jun 2010 15:05:24 -0000 Received: (qmail 6505 invoked by uid 500); 7 Jun 2010 15:05:24 -0000 Delivered-To: [email protected] Received: (qmail 6481 invoked by uid 500); 7 Jun 2010 15:05: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6473 invoked by uid 99); 7 Jun 2010 15:05:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 15:05:24 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 07 Jun 2010 15:05:17 +0000 Received: (qmail 24215 invoked from network); 7 Jun 2010 15:04:55 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 7 Jun 2010 15:04: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 v936) Subject: Re: delete via jdbc Date: Mon, 7 Jun 2010 08:04:52 -0700 References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) Invalidate should hollow the objects, but keep their references in the context (they shouldn't resolve to committed though, so I am surprised about that). DataContext also has a method "unregisterObjects" (not a part of ObjectContext interface) that should forget about the objects in a given context, clear the shared cache, and send invalidate event to peer contexts. Andrus On Jun 7, 2010, at 7:58 AM, Tore Halset wrote: > Well, processSnapshotChanges did not solve the problem either. I am > now doing deleteObjects() after deleting them via plain jdbc. It is > not pretty, but works well as long as the objects are in state > COMITTED. > > - Tore. > > On Jun 7, 2010, at 12:27, Tore Halset wrote: > >> Hello. >> >> This one seem to work much better. >> >> ((DataContext) >> ctxt).getObjectStore().getDataRowCache().processSnapshotChanges(this, >> Collections.EMPTY_MAP, deletedIds, >> Collections.EMPTY_LIST, >> Collections.EMPTY_LIST); >> >> - Tore. >> >> On Jun 7, 2010, at 09:27 , Tore Halset wrote: >> >>> Hello. >>> >>> I am deleting some rows via jdbc and want to update the cayenne >>> stack with that information. After issuing >>> ctxt.invalidateObjects(...) the cayenne objects for the deleted >>> rows still have persistence state comitted. Is there a better >>> trick than invalidateObjects(...)? >>> >>> - Tore. >> >> > > From [email protected] Tue Jun 08 14:42:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35214 invoked from network); 8 Jun 2010 14:42:09 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 14:42:09 -0000 Received: (qmail 34242 invoked by uid 500); 8 Jun 2010 14:42:09 -0000 Delivered-To: [email protected] Received: (qmail 34193 invoked by uid 500); 8 Jun 2010 14:42: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34184 invoked by uid 99); 8 Jun 2010 14:42:08 -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 14:42:08 +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-pw0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 14:42:00 +0000 Received: by pwi9 with SMTP id 9so254606pwi.16 for <[email protected]>; Tue, 08 Jun 2010 07:41:39 -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=fG50vopY4pWcSmwAW84tVIg6xbUTw/rRj05gqxNxNkQ=; b=a4gHwd9mUpjLqy3Gpc2vx+XIGymvle5TZmJwpoIX0QWMz1f6Ub7IX1eiZ0j9tdhRWe MMlkkSEfpWO/Wt85rhz7kg7V5w3Po2DM9NeS71aMoDhVem2kF+InuGLwQu73L03QnUzR QsxYBarysikRKzFPC5chv0RnwHrsFN6AThSy4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=P4iK5Sq6lAepeVmspoVUarDZSl3fZ8veRzwEWEOJNFxHnIAN5Py5rrsCYaH1/XpVp+ m9xyMfJod60UIJ96YDUpCy6lBb868ARQq2al277x6KMi0PummsfDKZjK3FzCSKkWJPq+ Sq0QOuKtaRISj89XiWvP8S+8yBHwIRGeVerk8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id o5mr1295214wfa.159.1276008099117; Tue, 08 Jun 2010 07:41:39 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 07:41:39 -0700 (PDT) Date: Tue, 8 Jun 2010 20:11:39 +0530 Message-ID: <[email protected]> Subject: querying vs using relationship list and iterate From: Nishant Neeraj <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636e909e67a7c91048885c935 X-Virus-Checked: Checked by ClamAV on apache.org --001636e909e67a7c91048885c935 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have three tables USERS, MEMBERSHIPS, GROUPS -- where membership is a linking table that joins users and groups in many-to-many relationship, and also stores users' role in the group. Sometime when I need to know whether a user exists in a group [or what role a user has in a group], I can do it by two ways: 1. groups.getMembershipList() and iterate over the list inflating each member and comparing with the User object that is on test. like for(Membership m: g.getMembershipList()) { if(m.getUser().equals(testUser) return true; } Or. 2. I can just write a query using Expression. Expression.forString(Membership.class, "user = $testUser and group=$group"); Can someone suggest which one is better approach? Or, is there a even better third approach? Thanks Nishant --001636e909e67a7c91048885c935-- From [email protected] Tue Jun 08 15:01:23 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40155 invoked from network); 8 Jun 2010 15:01:23 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 15:01:23 -0000 Received: (qmail 58740 invoked by uid 500); 8 Jun 2010 15:01:23 -0000 Delivered-To: [email protected] Received: (qmail 58655 invoked by uid 500); 8 Jun 2010 15:01: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58647 invoked by uid 99); 8 Jun 2010 15:01:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:01:22 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=AWL,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-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:01:16 +0000 Received: by wyf19 with SMTP id 19so1461916wyf.16 for <[email protected]>; Tue, 08 Jun 2010 08:00:54 -0700 (PDT) Received: by 161.129.204.104 with SMTP id l6mr162024wbt.60.1276008944164; Tue, 08 Jun 2010 07:55:44 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 07:55:23 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Michael Gentry <[email protected]> Date: Tue, 8 Jun 2010 10:55:23 -0400 Message-ID: <[email protected]> Subject: Re: querying vs using relationship list and iterate To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable #2 won't work the way you want. It would need to be more along the lines o= f: user =3D $testUser and user.memberships.group =3D $group I've tended to use something closer to #1, but encapsulate it in my User.java class as something like: public boolean isInGroup(String groupName) { for (Group g : getMemberships().getGroups()) if (groupName.equals(g.getName()) return true; return false; } That's pseudocode and unlikely to work, but should give you the general idea. You can then say: if (myUser.isInGroup(testGroupName)) {...} Thanks, mrg On Tue, Jun 8, 2010 at 10:41 AM, Nishant Neeraj <[email protected]> wrote: > Hi, > > I have three tables USERS, MEMBERSHIPS, GROUPS -- where membership is a > linking table that joins users and groups in many-to-many relationship, a= nd > also stores users' role in the group. > > Sometime when I need to know whether a user exists in a group [or what ro= le > a user has in a group], I can do it by two ways: > > 1. groups.getMembershipList() and iterate over the list inflating each > member and comparing with the User object that is on test. like > > for(Membership m: g.getMembershipList()) > { > =A0 if(m.getUser().equals(testUser) > =A0 =A0 =A0 return true; > } > > Or. > > 2. I can just write a query using Expression. > > Expression.forString(Membership.class, "user =3D $testUser and group=3D$g= roup"); > > > Can someone suggest which one is better approach? Or, is there a even bet= ter > third approach? > > Thanks > Nishant > From [email protected] Tue Jun 08 15:12:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46763 invoked from network); 8 Jun 2010 15:12:17 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 15:12:17 -0000 Received: (qmail 68546 invoked by uid 500); 8 Jun 2010 15:12:17 -0000 Delivered-To: [email protected] Received: (qmail 68485 invoked by uid 500); 8 Jun 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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68472 invoked by uid 99); 8 Jun 2010 15:12:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:12:17 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=AWL,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-pw0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:12:12 +0000 Received: by pwi9 with SMTP id 9so284679pwi.16 for <[email protected]>; Tue, 08 Jun 2010 08:11:52 -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=G71t9ThvVaTXrvbQfyRwSismz7WTt6U2QUFF28KDmNc=; b=UlCvPq6f3C+1STXFUuwemh6FlODWMXMHFr2IiMxB1mnNm0qKRHVS6SzcN9ISD3T/X6 XCuY/BdJvVieAANaBX9vLZlEahRgkjtojYRtRwgAuzmgFrZd/YyjKwMNTwAYmz0Kyayi h1p6s1eZAEfutk/sYLA9x193ZEZfy7tKKVepc= 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=DwRzPZUR9YmyqsqKWMLdktWgoOeLWoJxk93X6WsgcReoh7lItO7vcNpT5WVAbXTNdx eeW9JRgzVvqlki1g51hFZPMJGT8bVsvUxHFKDzqBq66LlWG2V5wS0CZIDvzfLvxyfvZB xg7czcnwEkD5hgEoxY1d1vnx8w04zUooszjPM= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 13mr12028022wfh.210.1276009911889; Tue, 08 Jun 2010 08:11:51 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 08:11:51 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 8 Jun 2010 20:41:51 +0530 Message-ID: <[email protected]> Subject: Re: querying vs using relationship list and iterate From: Nishant Neeraj <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00504502c09c8730eb048886350a --00504502c09c8730eb048886350a Content-Type: text/plain; charset=ISO-8859-1 Thanks Michael for the quick response. I was wondering which one will be less costlier to do? A join query(#2), or iterating over objects(#1)? And isn't iterating over objects need to pull each object from database before they can be compared? Thanks Nishant On Tue, Jun 8, 2010 at 8:25 PM, Michael Gentry <[email protected]>wrote: > #2 won't work the way you want. It would need to be more along the lines > of: > > user = $testUser and user.memberships.group = $group > > > I've tended to use something closer to #1, but encapsulate it in my > User.java class as something like: > > public boolean isInGroup(String groupName) > { > for (Group g : getMemberships().getGroups()) > if (groupName.equals(g.getName()) > return true; > return false; > } > > That's pseudocode and unlikely to work, but should give you the > general idea. You can then say: > > if (myUser.isInGroup(testGroupName)) {...} > > > Thanks, > > mrg > > > On Tue, Jun 8, 2010 at 10:41 AM, Nishant Neeraj > <[email protected]> wrote: > > Hi, > > > > I have three tables USERS, MEMBERSHIPS, GROUPS -- where membership is a > > linking table that joins users and groups in many-to-many relationship, > and > > also stores users' role in the group. > > > > Sometime when I need to know whether a user exists in a group [or what > role > > a user has in a group], I can do it by two ways: > > > > 1. groups.getMembershipList() and iterate over the list inflating each > > member and comparing with the User object that is on test. like > > > > for(Membership m: g.getMembershipList()) > > { > > if(m.getUser().equals(testUser) > > return true; > > } > > > > Or. > > > > 2. I can just write a query using Expression. > > > > Expression.forString(Membership.class, "user = $testUser and > group=$group"); > > > > > > Can someone suggest which one is better approach? Or, is there a even > better > > third approach? > > > > Thanks > > Nishant > > > --00504502c09c8730eb048886350a-- From [email protected] Tue Jun 08 15:15:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48355 invoked from network); 8 Jun 2010 15:15:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 15:15:57 -0000 Received: (qmail 73011 invoked by uid 500); 8 Jun 2010 15:15:57 -0000 Delivered-To: [email protected] Received: (qmail 72998 invoked by uid 500); 8 Jun 2010 15:15: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72990 invoked by uid 99); 8 Jun 2010 15:15:57 -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 15:15:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO elasmtp-curtail.atl.sa.earthlink.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:15:48 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=WeI5eqg5F1t671rouuHYmhdbZkGw5fkraAmjsTe1l9UX8SOlVkQOLO8+BDdYaxx6; h=Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [161.129.204.104] (helo=[161.129.204.104]) by elasmtp-curtail.atl.sa.earthlink.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67) (envelope-from <[email protected]>) id 1OM0WU-0002F2-DX for [email protected]; Tue, 08 Jun 2010 11:15:26 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: delete via jdbc From: Joe Baldwin <[email protected]> In-Reply-To: <[email protected]> Date: Tue, 8 Jun 2010 11:15:25 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1078) X-ELNK-Trace: 74aacf41df18ac9f85338a7d01cb3b6a7e972de0d01da94018a17a9299c051cbc5b21fb8c1219ef2350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org Andrus, I read this post by you and am wondering should I initiate an = "unregisterObjects" in the normal course of events, when say someone is = logging out (in a webstore design pattern) to "suggest" memory = management events, or is that superfluous and your "weak reference" = algorithm is sufficient? Joe On Jun 7, 2010, at 11:04 AM, Andrus Adamchik wrote: > Invalidate should hollow the objects, but keep their references in the = context (they shouldn't resolve to committed though, so I am surprised = about that). >=20 > DataContext also has a method "unregisterObjects" (not a part of = ObjectContext interface) that should forget about the objects in a given = context, clear the shared cache, and send invalidate event to peer = contexts. >=20 > Andrus >=20 >=20 > On Jun 7, 2010, at 7:58 AM, Tore Halset wrote: >=20 >> Well, processSnapshotChanges did not solve the problem either. I am = now doing deleteObjects() after deleting them via plain jdbc. It is not = pretty, but works well as long as the objects are in state COMITTED. >>=20 >> - Tore. >>=20 >> On Jun 7, 2010, at 12:27, Tore Halset wrote: >>=20 >>> Hello. >>>=20 >>> This one seem to work much better. >>>=20 >>> ((DataContext) = ctxt).getObjectStore().getDataRowCache().processSnapshotChanges(this, >>> Collections.EMPTY_MAP, deletedIds, = Collections.EMPTY_LIST, >>> Collections.EMPTY_LIST); >>>=20 >>> - Tore. >>>=20 >>> On Jun 7, 2010, at 09:27 , Tore Halset wrote: >>>=20 >>>> Hello. >>>>=20 >>>> I am deleting some rows via jdbc and want to update the cayenne = stack with that information. After issuing ctxt.invalidateObjects(...) = the cayenne objects for the deleted rows still have persistence state = comitted. Is there a better trick than invalidateObjects(...)? >>>>=20 >>>> - Tore. >>>=20 >>>=20 >>=20 >>=20 >=20 From [email protected] Tue Jun 08 15:33:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55894 invoked from network); 8 Jun 2010 15:33:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 15:33:38 -0000 Received: (qmail 97112 invoked by uid 500); 8 Jun 2010 15:33:37 -0000 Delivered-To: [email protected] Received: (qmail 97098 invoked by uid 500); 8 Jun 2010 15:33: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97090 invoked by uid 99); 8 Jun 2010 15:33:37 -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 15:33:37 +0000 X-ASF-Spam-Status: No, hits=0.7 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 mail-ww0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:33:31 +0000 Received: by wwb17 with SMTP id 17so100734wwb.16 for <[email protected]>; Tue, 08 Jun 2010 08:33:07 -0700 (PDT) Received: by 161.129.204.104 with SMTP id m7mr120777wbs.137.1276011187443; Tue, 08 Jun 2010 08:33:07 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 08:32:47 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> From: Michael Gentry <[email protected]> Date: Tue, 8 Jun 2010 11:32:47 -0400 Message-ID: <[email protected]> Subject: Re: querying vs using relationship list and iterate 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 Both require a trip to the DB. #1 requires a trip one time to the DB to fault the groups from the DB, but then it'll be in memory. #2 requires a trip to the DB every time, so that could be slower in the long run even though it returns fewer matches. If this is something that only happens once and you are REALLY concerned about performance (and possibly have a LOT of groups), I'd go with #2, otherwise #1. You can optimize #1 a bit, too, so you don't have to iterate each time to check. mrg On Tue, Jun 8, 2010 at 11:11 AM, Nishant Neeraj <[email protected]> wrote: > Thanks Michael for the quick response. > > I was wondering which one will be less costlier to do? A join query(#2), = or > iterating over objects(#1)? And isn't iterating over objects need to pull > each object from database before they can be compared? > > Thanks > Nishant > > On Tue, Jun 8, 2010 at 8:25 PM, Michael Gentry <[email protected]>wro= te: > >> #2 won't work the way you want. =A0It would need to be more along the li= nes >> of: >> >> user =3D $testUser and user.memberships.group =3D $group >> >> >> I've tended to use something closer to #1, but encapsulate it in my >> User.java class as something like: >> >> public boolean isInGroup(String groupName) >> { >> =A0 =A0for (Group g : getMemberships().getGroups()) >> =A0 =A0 =A0 =A0if (groupName.equals(g.getName()) >> =A0 =A0 =A0 =A0 =A0 =A0return true; >> =A0 =A0return false; >> } >> >> That's pseudocode and unlikely to work, but should give you the >> general idea. =A0You can then say: >> >> if (myUser.isInGroup(testGroupName)) {...} >> >> >> Thanks, >> >> mrg >> >> >> On Tue, Jun 8, 2010 at 10:41 AM, Nishant Neeraj >> <[email protected]> wrote: >> > Hi, >> > >> > I have three tables USERS, MEMBERSHIPS, GROUPS -- where membership is = a >> > linking table that joins users and groups in many-to-many relationship= , >> and >> > also stores users' role in the group. >> > >> > Sometime when I need to know whether a user exists in a group [or what >> role >> > a user has in a group], I can do it by two ways: >> > >> > 1. groups.getMembershipList() and iterate over the list inflating each >> > member and comparing with the User object that is on test. like >> > >> > for(Membership m: g.getMembershipList()) >> > { >> > =A0 if(m.getUser().equals(testUser) >> > =A0 =A0 =A0 return true; >> > } >> > >> > Or. >> > >> > 2. I can just write a query using Expression. >> > >> > Expression.forString(Membership.class, "user =3D $testUser and >> group=3D$group"); >> > >> > >> > Can someone suggest which one is better approach? Or, is there a even >> better >> > third approach? >> > >> > Thanks >> > Nishant >> > >> > From [email protected] Tue Jun 08 15:41:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59515 invoked from network); 8 Jun 2010 15:41:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 15:41:07 -0000 Received: (qmail 10489 invoked by uid 500); 8 Jun 2010 15:41:07 -0000 Delivered-To: [email protected] Received: (qmail 10476 invoked by uid 500); 8 Jun 2010 15:41: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10468 invoked by uid 99); 8 Jun 2010 15:41:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:41:07 +0000 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=AWL,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-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:41:01 +0000 Received: by wyf19 with SMTP id 19so1506245wyf.16 for <[email protected]>; Tue, 08 Jun 2010 08:40:39 -0700 (PDT) Received: by 161.129.204.104 with SMTP id n19mr1265599wbw.147.1276011639432; Tue, 08 Jun 2010 08:40:39 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 08:40:19 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Michael Gentry <[email protected]> Date: Tue, 8 Jun 2010 11:40:19 -0400 Message-ID: <[email protected]> Subject: Re: delete via jdbc To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Are you using the Cayenne web filter pattern? (So that your DataContext is stored in your HttpSession.) If so, when you logout and invalidate the HttpSession, the DataContext stored inside it should be given the boot, too. mrg On Tue, Jun 8, 2010 at 11:15 AM, Joe Baldwin <[email protected]> wrot= e: > Andrus, > > I read this post by you and am wondering should I initiate an "unregister= Objects" in the normal course of events, when say someone is logging out (i= n a webstore design pattern) to "suggest" memory management events, or is t= hat superfluous and your "weak reference" algorithm is sufficient? > > Joe > > > On Jun 7, 2010, at 11:04 AM, Andrus Adamchik wrote: > >> Invalidate should hollow the objects, but keep their references in the c= ontext (they shouldn't resolve to committed though, so I am surprised about= that). >> >> DataContext also has a method "unregisterObjects" (not a part of ObjectC= ontext interface) that should forget about the objects in a given context, = clear the shared cache, and send invalidate event to peer contexts. >> >> Andrus >> >> >> On Jun 7, 2010, at 7:58 AM, Tore Halset wrote: >> >>> Well, processSnapshotChanges did not solve the problem either. I am now= doing deleteObjects() after deleting them via plain jdbc. It is not pretty= , but works well as long as the objects are in state COMITTED. >>> >>> - Tore. >>> >>> On Jun 7, 2010, at 12:27, Tore Halset wrote: >>> >>>> Hello. >>>> >>>> This one seem to work much better. >>>> >>>> =A0 =A0 =A0 =A0 =A0((DataContext) ctxt).getObjectStore().getDataRowCac= he().processSnapshotChanges(this, >>>> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Collections.EMPTY_MAP, deletedIds, = Collections.EMPTY_LIST, >>>> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Collections.EMPTY_LIST); >>>> >>>> - Tore. >>>> >>>> On Jun 7, 2010, at 09:27 , Tore Halset wrote: >>>> >>>>> Hello. >>>>> >>>>> I am deleting some rows via jdbc and want to update the cayenne stack= with that information. After issuing ctxt.invalidateObjects(...) the cayen= ne objects for the deleted rows still have persistence state comitted. Is t= here a better trick than invalidateObjects(...)? >>>>> >>>>> - Tore. >>>> >>>> >>> >>> >> > > From [email protected] Tue Jun 08 15:42:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59904 invoked from network); 8 Jun 2010 15:42:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 15:42:58 -0000 Received: (qmail 12758 invoked by uid 500); 8 Jun 2010 15:42:58 -0000 Delivered-To: [email protected] Received: (qmail 12737 invoked by uid 500); 8 Jun 2010 15:42: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12729 invoked by uid 99); 8 Jun 2010 15:42:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:42:57 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 08 Jun 2010 15:42:51 +0000 Received: (qmail 871 invoked from network); 8 Jun 2010 15:42:29 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 8 Jun 2010 15:42:29 -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 v936) Subject: Re: delete via jdbc Date: Tue, 8 Jun 2010 08:42:29 -0700 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) Yeah I'd say it is superfluous in the recommended configurations (i.e. if you bind a context to a session, and logging out equals session termination). Andrus On Jun 8, 2010, at 8:15 AM, Joe Baldwin wrote: > Andrus, > > I read this post by you and am wondering should I initiate an > "unregisterObjects" in the normal course of events, when say someone > is logging out (in a webstore design pattern) to "suggest" memory > management events, or is that superfluous and your "weak reference" > algorithm is sufficient? > > Joe > > > On Jun 7, 2010, at 11:04 AM, Andrus Adamchik wrote: > >> Invalidate should hollow the objects, but keep their references in >> the context (they shouldn't resolve to committed though, so I am >> surprised about that). >> >> DataContext also has a method "unregisterObjects" (not a part of >> ObjectContext interface) that should forget about the objects in a >> given context, clear the shared cache, and send invalidate event to >> peer contexts. >> >> Andrus >> >> >> On Jun 7, 2010, at 7:58 AM, Tore Halset wrote: >> >>> Well, processSnapshotChanges did not solve the problem either. I >>> am now doing deleteObjects() after deleting them via plain jdbc. >>> It is not pretty, but works well as long as the objects are in >>> state COMITTED. >>> >>> - Tore. >>> >>> On Jun 7, 2010, at 12:27, Tore Halset wrote: >>> >>>> Hello. >>>> >>>> This one seem to work much better. >>>> >>>> ((DataContext) >>>> ctxt >>>> ).getObjectStore().getDataRowCache().processSnapshotChanges(this, >>>> Collections.EMPTY_MAP, deletedIds, >>>> Collections.EMPTY_LIST, >>>> Collections.EMPTY_LIST); >>>> >>>> - Tore. >>>> >>>> On Jun 7, 2010, at 09:27 , Tore Halset wrote: >>>> >>>>> Hello. >>>>> >>>>> I am deleting some rows via jdbc and want to update the cayenne >>>>> stack with that information. After issuing >>>>> ctxt.invalidateObjects(...) the cayenne objects for the deleted >>>>> rows still have persistence state comitted. Is there a better >>>>> trick than invalidateObjects(...)? >>>>> >>>>> - Tore. >>>> >>>> >>> >>> >> > > From [email protected] Tue Jun 08 15:44:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60530 invoked from network); 8 Jun 2010 15:44:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 15:44:48 -0000 Received: (qmail 13978 invoked by uid 500); 8 Jun 2010 15:44:48 -0000 Delivered-To: [email protected] Received: (qmail 13953 invoked by uid 500); 8 Jun 2010 15:44: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13945 invoked by uid 99); 8 Jun 2010 15:44:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:44:48 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=AWL,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-pw0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:44:43 +0000 Received: by pwi9 with SMTP id 9so321499pwi.16 for <[email protected]>; Tue, 08 Jun 2010 08:44:20 -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=EMZCE+kHGpoKcs2Q6IeCiIu4vVLKoHAo/EJXKCcZTuc=; b=NaVR8WOd3TCVO+g5Y7PxTNZ2mmYSlLBSzw6OeDPuSYz6AHzS5Y2Xqv9vvqpIxHotRf LyjYuSF8uFJ4YLW91J3D0Fm/Npx4dc9z5KctYRQ5/p7S43S0e+CjnSlAfQDw9QnCbMME gIOcJxcNA7nVOF8tKDvMQjCB0c5cJWlM6UzIs= 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=UTAwdG7znj6sdLoG8MbQrhzf0R33Oa95vwwsv26bh3PaGNhNjiSHsqn9vn8ikFwxFb GO1KJcu/awqrWKvxGLb6QN/u6sqS78rZ7TvJHp/k9WLLTvWQW7t3J4aShCc0AlGZ5S3y 7JYhaKiacyqEh/rR6zodG285hqYyT2BLoGYa8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id c2mr734219wfj.147.1276011857140; Tue, 08 Jun 2010 08:44:17 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 08:44:17 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Tue, 8 Jun 2010 21:14:17 +0530 Message-ID: <[email protected]> Subject: Re: querying vs using relationship list and iterate From: Nishant Neeraj <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636e1f81b795c72048886a9ba --001636e1f81b795c72048886a9ba Content-Type: text/plain; charset=ISO-8859-1 Ah, great. Thanks. Exactly, what I needed to know. On Tue, Jun 8, 2010 at 9:02 PM, Michael Gentry <[email protected]>wrote: > Both require a trip to the DB. > > #1 requires a trip one time to the DB to fault the groups from the DB, > but then it'll be in memory. > > #2 requires a trip to the DB every time, so that could be slower in > the long run even though it returns fewer matches. > > If this is something that only happens once and you are REALLY > concerned about performance (and possibly have a LOT of groups), I'd > go with #2, otherwise #1. You can optimize #1 a bit, too, so you > don't have to iterate each time to check. > > mrg > > > On Tue, Jun 8, 2010 at 11:11 AM, Nishant Neeraj > <[email protected]> wrote: > > Thanks Michael for the quick response. > > > > I was wondering which one will be less costlier to do? A join query(#2), > or > > iterating over objects(#1)? And isn't iterating over objects need to pull > > each object from database before they can be compared? > > > > Thanks > > Nishant > > > > On Tue, Jun 8, 2010 at 8:25 PM, Michael Gentry <[email protected] > >wrote: > > > >> #2 won't work the way you want. It would need to be more along the > lines > >> of: > >> > >> user = $testUser and user.memberships.group = $group > >> > >> > >> I've tended to use something closer to #1, but encapsulate it in my > >> User.java class as something like: > >> > >> public boolean isInGroup(String groupName) > >> { > >> for (Group g : getMemberships().getGroups()) > >> if (groupName.equals(g.getName()) > >> return true; > >> return false; > >> } > >> > >> That's pseudocode and unlikely to work, but should give you the > >> general idea. You can then say: > >> > >> if (myUser.isInGroup(testGroupName)) {...} > >> > >> > >> Thanks, > >> > >> mrg > >> > >> > >> On Tue, Jun 8, 2010 at 10:41 AM, Nishant Neeraj > >> <[email protected]> wrote: > >> > Hi, > >> > > >> > I have three tables USERS, MEMBERSHIPS, GROUPS -- where membership is > a > >> > linking table that joins users and groups in many-to-many > relationship, > >> and > >> > also stores users' role in the group. > >> > > >> > Sometime when I need to know whether a user exists in a group [or what > >> role > >> > a user has in a group], I can do it by two ways: > >> > > >> > 1. groups.getMembershipList() and iterate over the list inflating each > >> > member and comparing with the User object that is on test. like > >> > > >> > for(Membership m: g.getMembershipList()) > >> > { > >> > if(m.getUser().equals(testUser) > >> > return true; > >> > } > >> > > >> > Or. > >> > > >> > 2. I can just write a query using Expression. > >> > > >> > Expression.forString(Membership.class, "user = $testUser and > >> group=$group"); > >> > > >> > > >> > Can someone suggest which one is better approach? Or, is there a even > >> better > >> > third approach? > >> > > >> > Thanks > >> > Nishant > >> > > >> > > > --001636e1f81b795c72048886a9ba-- From [email protected] Tue Jun 08 15:53:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64649 invoked from network); 8 Jun 2010 15:53:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 15:53:38 -0000 Received: (qmail 30306 invoked by uid 500); 8 Jun 2010 15:53:38 -0000 Delivered-To: [email protected] Received: (qmail 30288 invoked by uid 500); 8 Jun 2010 15: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30280 invoked by uid 99); 8 Jun 2010 15:53:38 -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 15:53:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO elasmtp-spurfowl.atl.sa.earthlink.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:53:29 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=rnapM+vVeNy/XU78I83gzm3Z7wnL8M817qjRkI6jOZAXzd92QZyi/QRgSbQWpoDC; h=Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [161.129.204.104] (helo=[161.129.204.104]) by elasmtp-spurfowl.atl.sa.earthlink.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67) (envelope-from <[email protected]>) id 1OM16x-0006ZS-TD for [email protected]; Tue, 08 Jun 2010 11:53:08 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: delete via jdbc From: Joe Baldwin <[email protected]> In-Reply-To: <[email protected]> Date: Tue, 8 Jun 2010 11:53:06 -0400 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.1078) X-ELNK-Trace: 74aacf41df18ac9f85338a7d01cb3b6a7e972de0d01da940e55046ee5b0674cc5f0106f2405c6882350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org Yes that is our configuration. OK, "hands off" is fine with me. :) On Jun 8, 2010, at 11:42 AM, Andrus Adamchik wrote: > Yeah I'd say it is superfluous in the recommended configurations (i.e. = if you bind a context to a session, and logging out equals session = termination). >=20 > Andrus >=20 > On Jun 8, 2010, at 8:15 AM, Joe Baldwin wrote: >=20 >> Andrus, >>=20 >> I read this post by you and am wondering should I initiate an = "unregisterObjects" in the normal course of events, when say someone is = logging out (in a webstore design pattern) to "suggest" memory = management events, or is that superfluous and your "weak reference" = algorithm is sufficient? >>=20 >> Joe >>=20 >>=20 >> On Jun 7, 2010, at 11:04 AM, Andrus Adamchik wrote: >>=20 >>> Invalidate should hollow the objects, but keep their references in = the context (they shouldn't resolve to committed though, so I am = surprised about that). >>>=20 >>> DataContext also has a method "unregisterObjects" (not a part of = ObjectContext interface) that should forget about the objects in a given = context, clear the shared cache, and send invalidate event to peer = contexts. >>>=20 >>> Andrus >>>=20 >>>=20 >>> On Jun 7, 2010, at 7:58 AM, Tore Halset wrote: >>>=20 >>>> Well, processSnapshotChanges did not solve the problem either. I am = now doing deleteObjects() after deleting them via plain jdbc. It is not = pretty, but works well as long as the objects are in state COMITTED. >>>>=20 >>>> - Tore. >>>>=20 >>>> On Jun 7, 2010, at 12:27, Tore Halset wrote: >>>>=20 >>>>> Hello. >>>>>=20 >>>>> This one seem to work much better. >>>>>=20 >>>>> ((DataContext) = ctxt).getObjectStore().getDataRowCache().processSnapshotChanges(this, >>>>> Collections.EMPTY_MAP, deletedIds, = Collections.EMPTY_LIST, >>>>> Collections.EMPTY_LIST); >>>>>=20 >>>>> - Tore. >>>>>=20 >>>>> On Jun 7, 2010, at 09:27 , Tore Halset wrote: >>>>>=20 >>>>>> Hello. >>>>>>=20 >>>>>> I am deleting some rows via jdbc and want to update the cayenne = stack with that information. After issuing ctxt.invalidateObjects(...) = the cayenne objects for the deleted rows still have persistence state = comitted. Is there a better trick than invalidateObjects(...)? >>>>>>=20 >>>>>> - Tore. >>>>>=20 >>>>>=20 >>>>=20 >>>>=20 >>>=20 >>=20 >>=20 >=20 From [email protected] Tue Jun 08 15:57:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65214 invoked from network); 8 Jun 2010 15:57:32 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 15:57:32 -0000 Received: (qmail 35327 invoked by uid 500); 8 Jun 2010 15:57:32 -0000 Delivered-To: [email protected] Received: (qmail 35307 invoked by uid 500); 8 Jun 2010 15: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35299 invoked by uid 99); 8 Jun 2010 15:57:32 -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 15:57:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO elasmtp-banded.atl.sa.earthlink.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:57:23 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=MtfBnxBOJenYjS+ew/6eoyjd9Br2YDEXJRf0h3VFIX4FwmXTQHDAuna7BnVm49YP; h=Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [161.129.204.104] (helo=[161.129.204.104]) by elasmtp-banded.atl.sa.earthlink.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67) (envelope-from <[email protected]>) id 1OM1Ak-0007kt-6S for [email protected]; Tue, 08 Jun 2010 11:57:02 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: delete via jdbc From: Joe Baldwin <[email protected]> In-Reply-To: <[email protected]> Date: Tue, 8 Jun 2010 11:57:01 -0400 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.1078) X-ELNK-Trace: 74aacf41df18ac9f85338a7d01cb3b6a7e972de0d01da9404f3475c51069d9c3948f5df448ea4e04350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org Yes, that is our configuration. It sounds like your standard "weak = reference" model is probably the most optimum with the web filter = pattern. On Jun 8, 2010, at 11:40 AM, Michael Gentry wrote: > Are you using the Cayenne web filter pattern? (So that your > DataContext is stored in your HttpSession.) If so, when you logout > and invalidate the HttpSession, the DataContext stored inside it > should be given the boot, too. >=20 > mrg >=20 >=20 > On Tue, Jun 8, 2010 at 11:15 AM, Joe Baldwin <[email protected]> = wrote: >> Andrus, >>=20 >> I read this post by you and am wondering should I initiate an = "unregisterObjects" in the normal course of events, when say someone is = logging out (in a webstore design pattern) to "suggest" memory = management events, or is that superfluous and your "weak reference" = algorithm is sufficient? >>=20 >> Joe >>=20 >>=20 >> On Jun 7, 2010, at 11:04 AM, Andrus Adamchik wrote: >>=20 >>> Invalidate should hollow the objects, but keep their references in = the context (they shouldn't resolve to committed though, so I am = surprised about that). >>>=20 >>> DataContext also has a method "unregisterObjects" (not a part of = ObjectContext interface) that should forget about the objects in a given = context, clear the shared cache, and send invalidate event to peer = contexts. >>>=20 >>> Andrus >>>=20 >>>=20 >>> On Jun 7, 2010, at 7:58 AM, Tore Halset wrote: >>>=20 >>>> Well, processSnapshotChanges did not solve the problem either. I am = now doing deleteObjects() after deleting them via plain jdbc. It is not = pretty, but works well as long as the objects are in state COMITTED. >>>>=20 >>>> - Tore. >>>>=20 >>>> On Jun 7, 2010, at 12:27, Tore Halset wrote: >>>>=20 >>>>> Hello. >>>>>=20 >>>>> This one seem to work much better. >>>>>=20 >>>>> ((DataContext) = ctxt).getObjectStore().getDataRowCache().processSnapshotChanges(this, >>>>> Collections.EMPTY_MAP, deletedIds, = Collections.EMPTY_LIST, >>>>> Collections.EMPTY_LIST); >>>>>=20 >>>>> - Tore. >>>>>=20 >>>>> On Jun 7, 2010, at 09:27 , Tore Halset wrote: >>>>>=20 >>>>>> Hello. >>>>>>=20 >>>>>> I am deleting some rows via jdbc and want to update the cayenne = stack with that information. After issuing ctxt.invalidateObjects(...) = the cayenne objects for the deleted rows still have persistence state = comitted. Is there a better trick than invalidateObjects(...)? >>>>>>=20 >>>>>> - Tore. >>>>>=20 >>>>>=20 >>>>=20 >>>>=20 >>>=20 >>=20 >>=20 From [email protected] Tue Jun 08 19:49:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72528 invoked from network); 8 Jun 2010 19:49:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 19:49:15 -0000 Received: (qmail 29021 invoked by uid 500); 8 Jun 2010 19:49:15 -0000 Delivered-To: [email protected] Received: (qmail 29008 invoked by uid 500); 8 Jun 2010 19:49: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28992 invoked by uid 99); 8 Jun 2010 19:49:15 -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 19:49:15 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 19:49:06 +0000 Received: by wwi18 with SMTP id 18so188207wwi.16 for <[email protected]>; Tue, 08 Jun 2010 12:48:46 -0700 (PDT) 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=w3sC9LAYLJrkfnLizMEptC4TtWsxC4aJmerS1dshEu4=; b=hUND09dmmiBkaIGP1W5+UMPtTybwGNwvAt/cPm6nv9Y/aY3h2LZsNd0o1kVig26cBb hfhbey6OQRcYSQeIgVD+sLghxsRMauxDhjsxsuszxgWGy8HVvsIOLtiXt+WvYr+LPp3Y 3d1Iqz2L7IVQ3qSf9BBiHDoiyL0vOhraGQpQY= 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=Nzw8mbc1OBuuo/wGaJ2jtY7ptM0t+qQvlpofK7DNuowEbcj38XA1fovjWi+c1QJMc5 PwpCptgJ3GEiocY2wiUWnJEy1RD9e0vjlxA7MImK4xeetwcWxsCtKN+0vWf7AF4frfbA 373a5uFXBE7iV/qvztSWxGrsBQE1r2LNNH6t8= Received: by 161.129.204.104 with SMTP id o48mr3842205wel.71.1276026521456; Tue, 08 Jun 2010 12:48:41 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 12:48:11 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Andrea Pavan <[email protected]> Date: Tue, 8 Jun 2010 21:48:11 +0200 Message-ID: <[email protected]> Subject: Transaction STATUS problem To: [email protected] Content-Type: multipart/alternative; boundary=0016e65a085c893c5f04888a1369 X-Virus-Checked: Checked by ClamAV on apache.org --0016e65a085c893c5f04888a1369 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have a very strange problem with Cayenne 3.0 and Derby Embedded database. When i execute my application, first runs a query, then when runs the second one (different from first), it raise this exception: Exception in thread "Thread-5" org.apache.cayenne.CayenneRuntimeException: [v.3.0 Apr 26 2010 09:59:17] Global exception. at org.apache.cayenne.access.DataDomainQueryAction.nextGlobalException(DataDomainQueryAction.java:553) at org.apache.cayenne.access.DataNode.performQueries(DataNode.java:258) at org.apache.cayenne.access.DataDomainQueryAction.runQuery(DataDomainQueryAction.java:422) at org.apache.cayenne.access.DataDomainQueryAction.access$000(DataDomainQueryAction.java:69) at org.apache.cayenne.access.DataDomainQueryAction$2.transform(DataDomainQueryAction.java:395) at org.apache.cayenne.access.DataDomain.runInTransaction(DataDomain.java:840) at org.apache.cayenne.access.DataDomainQueryAction.runQueryInTransaction(DataDomainQueryAction.java:392) at org.apache.cayenne.access.DataDomainQueryAction.execute(DataDomainQueryAction.java:121) at org.apache.cayenne.access.DataDomain.onQuery(DataDomain.java:743) at org.apache.cayenne.util.ObjectContextQueryAction.runQuery(ObjectContextQueryAction.java:333) at org.apache.cayenne.util.ObjectContextQueryAction.execute(ObjectContextQueryAction.java:96) at org.apache.cayenne.access.DataContext.onQuery(DataContext.java:1278) at org.apache.cayenne.access.DataContext.performQuery(DataContext.java:1267) at minica.server.actions.CANewCertAction.doAction(CANewCertAction.java:46) at minica.server.parsers.CANewCertParser.parseMessage(CANewCertParser.java:37) at minica.server.CASocketReceiver.run(CASocketReceiver.java:73) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.IllegalStateException: Transaction must have 'STATUS_ACTIVE' to add a connection. Current status: [email protected](ExternalTransaction.java:64) at org.apache.cayenne.access.DataNode$TransactionDataSource.getConnection(DataNode.java:365) at org.apache.cayenne.access.DataNode.performQueries(DataNode.java:248) ... 15 more The second query is executed in a different thread. This is a code I use to get the DataContext object: public ObjectContext getContext() { try { return BaseContext.getThreadObjectContext(); } catch(IllegalStateException e) { BaseContext.bindThreadObjectContext(DataContext.createDataContext(false)); return BaseContext.getThreadObjectContext(); } } Both queries are simply SelectQuery: 1. ObjectContext context = CertificationAuthority.getInstance().getContext(); SelectQuery select1 = new SelectQuery(DBCertificate.class); List<DBCertificate> l = context.performQuery(select1); 2. ObjectContext context = CertificationAuthority.getInstance().getContext(); Expression clause = ExpressionFactory.matchExp(DBUser.NAME_PROPERTY, subject); SelectQuery query = new SelectQuery(DBUser.class, clause); List<DBUser> result = context.performQuery(query); The very strange thing is that the app raises exception only at first time, when DB is empty and, more strange, if I execute in debug mode, all works well ! I try anything but I don't find any solution. Any suggestions? *Andrea* --0016e65a085c893c5f04888a1369-- From [email protected] Tue Jun 08 19:54:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79104 invoked from network); 8 Jun 2010 19:54:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 19:54:41 -0000 Received: (qmail 43389 invoked by uid 500); 8 Jun 2010 19:54:41 -0000 Delivered-To: [email protected] Received: (qmail 43364 invoked by uid 500); 8 Jun 2010 19: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]> List-Id: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43353 invoked by uid 99); 8 Jun 2010 19:54:41 -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 19:54:41 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 19:54:32 +0000 Received: by wyf19 with SMTP id 19so1770382wyf.16 for <[email protected]>; Tue, 08 Jun 2010 12:54:12 -0700 (PDT) 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=c44E4ytcscrBEzdLzj9XXMBOJrAiBtAk7rmV8biFtd0=; b=sz4NcOpluSD9ZbX69jUB7oj12jxyC5yDn2CjAwTZc0CDi4T3QiRR9os2BHbXWouzH7 psfjmErAz4/HD0xgclhKpjKd9D29J99KVrHza2o1M4DFj+55F4mqGE5cngKQVrENovlj 4JMxJ282A8Qhiyps4WUqEAtoxPXJWQUK0+hDY= 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=a4P9I0hAK0IiiIoqasuhSl+4VOW8tjlUrRcwzgkCNUXNA2m4mlNdOfkKuGeza5WnJ3 PhG17qoB/2ImdeWDNGZcSbxn9GvDTRbY7AbcNau0CvH+L7gr2tnPEg+R+6z3i3hVR7id ZNOreU5uqoF4B0ch41j69EQgC8SLZqvVYi6+M= Received: by 161.129.204.104 with SMTP id x62mr3956201wek.39.1276026850429; Tue, 08 Jun 2010 12:54:10 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 12:53:39 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Andrea Pavan <[email protected]> Date: Tue, 8 Jun 2010 21:53:39 +0200 Message-ID: <[email protected]> Subject: Transaction STATUS problem To: [email protected] Content-Type: multipart/alternative; boundary=00163645801024d8ce04888a277d X-Virus-Checked: Checked by ClamAV on apache.org --00163645801024d8ce04888a277d Content-Type: text/plain; charset=ISO-8859-1 Hi, I have a very strange problem with Cayenne 3.0 and Derby Embedded database. When i execute my application, first runs a query, then when runs the second one (different from first), it raise this exception: Exception in thread "Thread-5" org.apache.cayenne.CayenneRuntimeException: [v.3.0 Apr 26 2010 09:59:17] Global exception. at org.apache.cayenne.access.DataDomainQueryAction.nextGlobalException(DataDomainQueryAction.java:553) at org.apache.cayenne.access.DataNode.performQueries(DataNode.java:258) at org.apache.cayenne.access.DataDomainQueryAction.runQuery(DataDomainQueryAction.java:422) at org.apache.cayenne.access.DataDomainQueryAction.access$000(DataDomainQueryAction.java:69) at org.apache.cayenne.access.DataDomainQueryAction$2.transform(DataDomainQueryAction.java:395) at org.apache.cayenne.access.DataDomain.runInTransaction(DataDomain.java:840) at org.apache.cayenne.access.DataDomainQueryAction.runQueryInTransaction(DataDomainQueryAction.java:392) at org.apache.cayenne.access.DataDomainQueryAction.execute(DataDomainQueryAction.java:121) at org.apache.cayenne.access.DataDomain.onQuery(DataDomain.java:743) at org.apache.cayenne.util.ObjectContextQueryAction.runQuery(ObjectContextQueryAction.java:333) at org.apache.cayenne.util.ObjectContextQueryAction.execute(ObjectContextQueryAction.java:96) at org.apache.cayenne.access.DataContext.onQuery(DataContext.java:1278) at org.apache.cayenne.access.DataContext.performQuery(DataContext.java:1267) at minica.server.actions.CANewCertAction.doAction(CANewCertAction.java:46) at minica.server.parsers.CANewCertParser.parseMessage(CANewCertParser.java:37) at minica.server.CASocketReceiver.run(CASocketReceiver.java:73) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.IllegalStateException: Transaction must have 'STATUS_ACTIVE' to add a connection. Current status: [email protected](ExternalTransaction.java:64) at org.apache.cayenne.access.DataNode$TransactionDataSource.getConnection(DataNode.java:365) at org.apache.cayenne.access.DataNode.performQueries(DataNode.java:248) ... 15 more The second query is executed in a different thread. This is a code I use to get the DataContext object: public ObjectContext getContext() { try { return BaseContext.getThreadObjectContext(); } catch(IllegalStateException e) { BaseContext.bindThreadObjectContext(DataContext.createDataContext(false)); return BaseContext.getThreadObjectContext(); } } Both queries are simply SelectQuery: 1. ObjectContext context = CertificationAuthority.getInstance().getContext(); SelectQuery select1 = new SelectQuery(DBCertificate.class); List<DBCertificate> l = context.performQuery(select1); 2. ObjectContext context = CertificationAuthority.getInstance().getContext(); Expression clause = ExpressionFactory.matchExp(DBUser.NAME_PROPERTY, subject); SelectQuery query = new SelectQuery(DBUser.class, clause); List<DBUser> result = context.performQuery(query); The very strange thing is that the app raises exception only at first time, when DB is empty and, more strange, if I execute in debug mode, all works well ! I try anything but I don't find any solution. Any suggestions? *Andrea* --00163645801024d8ce04888a277d-- From [email protected] Tue Jun 08 20:32:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92714 invoked from network); 8 Jun 2010 20:32:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 20:32:41 -0000 Received: (qmail 326 invoked by uid 500); 8 Jun 2010 20:32:41 -0000 Delivered-To: [email protected] Received: (qmail 313 invoked by uid 500); 8 Jun 2010 20:32: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 299 invoked by uid 99); 8 Jun 2010 20:32:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 20:32:41 +0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,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-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 20:32:34 +0000 Received: by wyf19 with SMTP id 19so1810380wyf.16 for <[email protected]>; Tue, 08 Jun 2010 13:32:13 -0700 (PDT) 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=xJeOutTxfTILJX9URnXaiQbnY0CKyR7INWdhvqfwEBM=; b=HeV/ekyBE2pKNSXbOFGlpz0beCzw7MMlFluAHiEPnUCHuszL64MgOMhrmuraR0+MYS VLqninvA7++qieEy1IRwHYAEhlv6TcLcSFR56EQx60FghO/redqPIr78rawALt7kKwcY c/SRMPA40BFfqYwOjdE9Sn23jwusYzQUfcymQ= 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=Ok5ZDO71xW5Ykl5G9NLkuJuKqIH3Ie+uOc+RpfR3iKGR7+7XeaU3khORElNFx/Ipah SBENYEYNThxpfe3XS/Y+KR4gz/0qJ9tAC05AGNg2PB4YlPdR2rxsA5EqdUQCVSIe5BnT 3YfaNRDI55GwCYwSc0RnfHsWx31QCLn20uvL0= Received: by 161.129.204.104 with SMTP id y51mr17285wee.80.1276028811320; Tue, 08 Jun 2010 13:26:51 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 13:26:21 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: Andrea Pavan <[email protected]> Date: Tue, 8 Jun 2010 22:26:21 +0200 Message-ID: <[email protected]> Subject: Re: Transaction STATUS problem To: [email protected] Content-Type: multipart/alternative; boundary=0016e6d564c2072eb904888a9cab --0016e6d564c2072eb904888a9cab Content-Type: text/plain; charset=ISO-8859-1 Sorry for double post, it's my first time :) Anyway, I solve the problem using H2 instead of Derby and, for now, all works like a charm! 2010/6/8 Andrea Pavan <[email protected]> > Hi, > I have a very strange problem with Cayenne 3.0 and Derby Embedded database. > When i execute my application, first runs a query, then when runs the > second one (different from first), it raise this exception: > > Exception in thread "Thread-5" org.apache.cayenne.CayenneRuntimeException: > [v.3.0 Apr 26 2010 09:59:17] Global exception. > at > org.apache.cayenne.access.DataDomainQueryAction.nextGlobalException(DataDomainQueryAction.java:553) > at org.apache.cayenne.access.DataNode.performQueries(DataNode.java:258) > at > org.apache.cayenne.access.DataDomainQueryAction.runQuery(DataDomainQueryAction.java:422) > at > org.apache.cayenne.access.DataDomainQueryAction.access$000(DataDomainQueryAction.java:69) > at > org.apache.cayenne.access.DataDomainQueryAction$2.transform(DataDomainQueryAction.java:395) > at > org.apache.cayenne.access.DataDomain.runInTransaction(DataDomain.java:840) > at > org.apache.cayenne.access.DataDomainQueryAction.runQueryInTransaction(DataDomainQueryAction.java:392) > at > org.apache.cayenne.access.DataDomainQueryAction.execute(DataDomainQueryAction.java:121) > at org.apache.cayenne.access.DataDomain.onQuery(DataDomain.java:743) > at > org.apache.cayenne.util.ObjectContextQueryAction.runQuery(ObjectContextQueryAction.java:333) > at > org.apache.cayenne.util.ObjectContextQueryAction.execute(ObjectContextQueryAction.java:96) > at org.apache.cayenne.access.DataContext.onQuery(DataContext.java:1278) > at > org.apache.cayenne.access.DataContext.performQuery(DataContext.java:1267) > at > minica.server.actions.CANewCertAction.doAction(CANewCertAction.java:46) > at > minica.server.parsers.CANewCertParser.parseMessage(CANewCertParser.java:37) > at minica.server.CASocketReceiver.run(CASocketReceiver.java:73) > at java.lang.Thread.run(Thread.java:619) > Caused by: java.lang.IllegalStateException: Transaction must have > 'STATUS_ACTIVE' to add a connection. Current status: STATUS_COMMITTED > at > org.apache.cayenne.access.ExternalTransaction.addConnection(ExternalTransaction.java:64) > at > org.apache.cayenne.access.DataNode$TransactionDataSource.getConnection(DataNode.java:365) > at org.apache.cayenne.access.DataNode.performQueries(DataNode.java:248) > ... 15 more > > The second query is executed in a different thread. > This is a code I use to get the DataContext object: > > public ObjectContext getContext() { > try { > return BaseContext.getThreadObjectContext(); > } catch(IllegalStateException e) { > > BaseContext.bindThreadObjectContext(DataContext.createDataContext(false)); > return BaseContext.getThreadObjectContext(); > } > } > > Both queries are simply SelectQuery: > > 1. > ObjectContext context = > CertificationAuthority.getInstance().getContext(); > SelectQuery select1 = new SelectQuery(DBCertificate.class); > List<DBCertificate> l = context.performQuery(select1); > > 2. > ObjectContext context = > CertificationAuthority.getInstance().getContext(); > Expression clause = ExpressionFactory.matchExp(DBUser.NAME_PROPERTY, > subject); > SelectQuery query = new SelectQuery(DBUser.class, clause); > List<DBUser> result = context.performQuery(query); > > The very strange thing is that the app raises exception only at first time, > when DB is empty and, more strange, if I execute in debug mode, all works > well ! > I try anything but I don't find any solution. > > Any suggestions? > > *Andrea* > --0016e6d564c2072eb904888a9cab-- From [email protected] Tue Jun 08 20:47:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99036 invoked from network); 8 Jun 2010 20:47:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 20:47:00 -0000 Received: (qmail 22097 invoked by uid 500); 8 Jun 2010 20:46:59 -0000 Delivered-To: [email protected] Received: (qmail 22085 invoked by uid 500); 8 Jun 2010 20:46: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22077 invoked by uid 99); 8 Jun 2010 20:46:59 -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 20:46: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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 08 Jun 2010 20:46:52 +0000 Received: (qmail 3678 invoked from network); 8 Jun 2010 20:46:30 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 8 Jun 2010 20:46:30 -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 v936) Subject: Re: Transaction STATUS problem Date: Tue, 8 Jun 2010 13:46:29 -0700 References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org This seems like a race condition, and I am not sure that switching the DB fixes it. I just don't understand how it can possibly happen. Do you have "Container Managed Transactions" set to on by any chance? Andrus On Jun 8, 2010, at 1:26 PM, Andrea Pavan wrote: > Sorry for double post, it's my first time :) > Anyway, I solve the problem using H2 instead of Derby and, for now, > all > works like a charm! > > 2010/6/8 Andrea Pavan <[email protected]> > >> Hi, >> I have a very strange problem with Cayenne 3.0 and Derby Embedded >> database. >> When i execute my application, first runs a query, then when runs the >> second one (different from first), it raise this exception: >> >> Exception in thread "Thread-5" >> org.apache.cayenne.CayenneRuntimeException: >> [v.3.0 Apr 26 2010 09:59:17] Global exception. >> at >> org >> .apache >> .cayenne >> .access >> .DataDomainQueryAction >> .nextGlobalException(DataDomainQueryAction.java:553) >> at org.apache.cayenne.access.DataNode.performQueries(DataNode.java: >> 258) >> at >> org >> .apache >> .cayenne >> .access.DataDomainQueryAction.runQuery(DataDomainQueryAction.java: >> 422) >> at >> org.apache.cayenne.access.DataDomainQueryAction.access >> $000(DataDomainQueryAction.java:69) >> at >> org.apache.cayenne.access.DataDomainQueryAction >> $2.transform(DataDomainQueryAction.java:395) >> at >> org >> .apache.cayenne.access.DataDomain.runInTransaction(DataDomain.java: >> 840) >> at >> org >> .apache >> .cayenne >> .access >> .DataDomainQueryAction >> .runQueryInTransaction(DataDomainQueryAction.java:392) >> at >> org >> .apache >> .cayenne >> .access.DataDomainQueryAction.execute(DataDomainQueryAction.java:121) >> at org.apache.cayenne.access.DataDomain.onQuery(DataDomain.java:743) >> at >> org >> .apache >> .cayenne >> .util >> .ObjectContextQueryAction.runQuery(ObjectContextQueryAction.java:333) >> at >> org >> .apache >> .cayenne >> .util >> .ObjectContextQueryAction.execute(ObjectContextQueryAction.java:96) >> at org.apache.cayenne.access.DataContext.onQuery(DataContext.java: >> 1278) >> at >> org.apache.cayenne.access.DataContext.performQuery(DataContext.java: >> 1267) >> at >> minica.server.actions.CANewCertAction.doAction(CANewCertAction.java: >> 46) >> at >> minica >> .server.parsers.CANewCertParser.parseMessage(CANewCertParser.java:37) >> at minica.server.CASocketReceiver.run(CASocketReceiver.java:73) >> at java.lang.Thread.run(Thread.java:619) >> Caused by: java.lang.IllegalStateException: Transaction must have >> 'STATUS_ACTIVE' to add a connection. Current status: STATUS_COMMITTED >> at >> org >> .apache >> .cayenne >> .access.ExternalTransaction.addConnection(ExternalTransaction.java: >> 64) >> at >> org.apache.cayenne.access.DataNode >> $TransactionDataSource.getConnection(DataNode.java:365) >> at org.apache.cayenne.access.DataNode.performQueries(DataNode.java: >> 248) >> ... 15 more >> >> The second query is executed in a different thread. >> This is a code I use to get the DataContext object: >> >> public ObjectContext getContext() { >> try { >> return BaseContext.getThreadObjectContext(); >> } catch(IllegalStateException e) { >> >> BaseContext >> .bindThreadObjectContext(DataContext.createDataContext(false)); >> return BaseContext.getThreadObjectContext(); >> } >> } >> >> Both queries are simply SelectQuery: >> >> 1. >> ObjectContext context = >> CertificationAuthority.getInstance().getContext(); >> SelectQuery select1 = new SelectQuery(DBCertificate.class); >> List<DBCertificate> l = context.performQuery(select1); >> >> 2. >> ObjectContext context = >> CertificationAuthority.getInstance().getContext(); >> Expression clause = >> ExpressionFactory.matchExp(DBUser.NAME_PROPERTY, >> subject); >> SelectQuery query = new SelectQuery(DBUser.class, clause); >> List<DBUser> result = context.performQuery(query); >> >> The very strange thing is that the app raises exception only at >> first time, >> when DB is empty and, more strange, if I execute in debug mode, all >> works >> well ! >> I try anything but I don't find any solution. >> >> Any suggestions? >> >> *Andrea* >> From [email protected] Wed Jun 09 04:39:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27638 invoked from network); 9 Jun 2010 04:39:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 04:39:27 -0000 Received: (qmail 83650 invoked by uid 500); 9 Jun 2010 04:39:27 -0000 Delivered-To: [email protected] Received: (qmail 83547 invoked by uid 500); 9 Jun 2010 04:39: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83539 invoked by uid 99); 9 Jun 2010 04:39:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 04:39:24 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 04:39:18 +0000 Received: by wyf19 with SMTP id 19so2075527wyf.16 for <[email protected]>; Tue, 08 Jun 2010 21:38:58 -0700 (PDT) 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=NtF+TnuBtAsqHufuIKykfONI370zEw+UDjlVYRaPUVg=; b=ew+gRrMwZrAQv9oWyNjaPSbNOV5cvduC4yQnNum3Wqhgp3u6la+OTOvjBpLhaYfgpK NYidyu35LRgW+mECFAQ94kpI6RColiy6Yit0niBjHE/dou+XwDOlDC/Suw+feV+swaTI FT9VDw237fD8HdSCJooupQ7p8dzZPFZtfL2EE= 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=kN+pwRvOfRsOuw/tvw6FZC6FTPVxunQvKCLzLYG95liGayufnKDJKS0YQJ3HPGgzlH BnY4hdoZLSSzxnzCIjt9+uncR02vdOn8dgzg+V7bJypMZoSubz1UX14BuCSUDMSLC8+M lB0on7F9RAiS2BfJcKO+FTdGQfhdjtadl4my4= Received: by 161.129.204.104 with SMTP id r11mr4467561wel.31.1276058338197; Tue, 08 Jun 2010 21:38:58 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 8 Jun 2010 21:38:28 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Andrea Pavan <[email protected]> Date: Wed, 9 Jun 2010 06:38:28 +0200 Message-ID: <[email protected]> Subject: Re: Transaction STATUS problem To: [email protected] Content-Type: multipart/alternative; boundary=0016367fab71f602250488917b5b X-Virus-Checked: Checked by ClamAV on apache.org --0016367fab71f602250488917b5b Content-Type: text/plain; charset=ISO-8859-1 No, "Container Managed Transactions" isn't checked. 2010/6/8 Andrus Adamchik <[email protected]> > This seems like a race condition, and I am not sure that switching the DB > fixes it. I just don't understand how it can possibly happen. Do you have > "Container Managed Transactions" set to on by any chance? > > Andrus --0016367fab71f602250488917b5b-- From [email protected] Wed Jun 09 07:24:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69170 invoked from network); 9 Jun 2010 07:24:05 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 07:24:05 -0000 Received: (qmail 98851 invoked by uid 500); 9 Jun 2010 07:24:05 -0000 Delivered-To: [email protected] Received: (qmail 98785 invoked by uid 500); 9 Jun 2010 07:24: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98777 invoked by uid 99); 9 Jun 2010 07:24: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 Jun 2010 07:24:00 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 07:23:54 +0000 Received: by wwi18 with SMTP id 18so563600wwi.16 for <[email protected]>; Wed, 09 Jun 2010 00:23:34 -0700 (PDT) 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=K0rOVSvLl8fziAzsZ+MwIDNCBISUhWOPspGOb8OTS1I=; b=YR4+RgQN/fEfynaI04ad0zjcskDgRCowiNN8qQycZk0iabmJz2ibuHavMXvhuID8Qw GBFgp2FA//pPGPyeV4zfIdqcMBd4lt2g1Ec8Cls4WG5wkIle0jtydOsdcQb8waLdQH0q Tp6ywvKN9EJMbru3KswegP6YrS/EiC7WuJm44= 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=vZU+6AKmqIpuS8ScEkg3ziVCNaiWKm/C7kFvxmHVQBZnq9UnqC9QjzhXanklj/9+PJ 1JA2t7BtCqjwWqv0pg9TGbJrNMwonl20KGifWUctAHnCwaD+dehNrL2WfQSNgOS9PjxV 1ezRQBBKV+2s4A7kssUdYJkxIWVisa2wFu4bs= Received: by 161.129.204.104 with SMTP id z50mr4617590wee.60.1276068214159; Wed, 09 Jun 2010 00:23:34 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Wed, 9 Jun 2010 00:23:04 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Andrea Pavan <[email protected]> Date: Wed, 9 Jun 2010 09:23:04 +0200 Message-ID: <[email protected]> Subject: Re: Transaction STATUS problem To: [email protected] Content-Type: multipart/alternative; boundary=0016e6da7d8d9d399e048893c889 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6da7d8d9d399e048893c889 Content-Type: text/plain; charset=ISO-8859-1 As you said, the problem persist also with H2, even if it happens many time less, maybe because H2 executes queries faster. I synchronized the method for obtaining the thread bounded DataContext, but the problem still persist. Have I to synchronize also the method that creates and performs query? Thanks for help. *Andrea* 2010/6/9 Andrea Pavan <[email protected]> > No, "Container Managed Transactions" isn't checked. > > 2010/6/8 Andrus Adamchik <[email protected]> > > This seems like a race condition, and I am not sure that switching the DB >> fixes it. I just don't understand how it can possibly happen. Do you have >> "Container Managed Transactions" set to on by any chance? >> >> Andrus > > --0016e6da7d8d9d399e048893c889-- From [email protected] Wed Jun 09 17:07:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87424 invoked from network); 9 Jun 2010 17:07:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Jun 2010 17:07:06 -0000 Received: (qmail 4104 invoked by uid 500); 9 Jun 2010 17:07:06 -0000 Delivered-To: [email protected] Received: (qmail 4054 invoked by uid 500); 9 Jun 2010 17: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4046 invoked by uid 99); 9 Jun 2010 17:07:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 17:07: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: 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, 09 Jun 2010 17:06:58 +0000 Received: (qmail 5579 invoked from network); 9 Jun 2010 17:06:36 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 9 Jun 2010 17:06:36 -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 v936) Subject: Re: Transaction STATUS problem Date: Wed, 9 Jun 2010 10:06:35 -0700 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Actually no, and this is what makes it so strange. DataContext is thread-safe for read operations, so multiple threads can access it simultaneously. Transactions are bound to threads, and unbound in the finally block, so overlapping transactions between threads should not be possible, neither are overlapping transactions within a thread. So anything else special/customized about your transactions? In any event In recommend running your app in debugger and putting a breakpoint in DataDomain.runInTransaction(..) to check what really happens. Andrus On Jun 9, 2010, at 12:23 AM, Andrea Pavan wrote: > As you said, the problem persist also with H2, even if it happens > many time > less, maybe because H2 executes queries faster. > I synchronized the method for obtaining the thread bounded > DataContext, but > the problem still persist. > Have I to synchronize also the method that creates and performs query? > > Thanks for help. > > *Andrea* > > 2010/6/9 Andrea Pavan <[email protected]> > >> No, "Container Managed Transactions" isn't checked. >> >> 2010/6/8 Andrus Adamchik <[email protected]> >> >> This seems like a race condition, and I am not sure that switching >> the DB >>> fixes it. I just don't understand how it can possibly happen. Do >>> you have >>> "Container Managed Transactions" set to on by any chance? >>> >>> Andrus >> >> From [email protected] Thu Jun 10 06:35:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16156 invoked from network); 10 Jun 2010 04:40:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 04:40:16 -0000 Received: (qmail 81605 invoked by uid 500); 10 Jun 2010 04:40:16 -0000 Delivered-To: [email protected] Received: (qmail 81541 invoked by uid 500); 10 Jun 2010 04:40: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81530 invoked by uid 99); 10 Jun 2010 04:40:12 -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 04:40:12 +0000 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_BL_SPAMCOP_NET,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-pz0-f202.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 04:40:05 +0000 Received: by pzk40 with SMTP id 40so2550648pzk.23 for <[email protected]>; Wed, 09 Jun 2010 21:39:44 -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:x-enigmail-version:content-type :content-transfer-encoding; bh=1ge0WCvEhTebMzDL65oTMOI6v/s7/CMRfztCCtUcQzU=; b=tf/V4xsdWmBOZjeNES9UpdgR1/dhULuGE4wOed4PkVWm93iDtPnE50ifqxYl2M4GBx QlXNfA62WKUukuxRmFsG2tx4i6rt+pqxdWUAcHXKTrQpKmazq/Y3+4+pBXY+GETqttGw 6QCx3uDNPs0f2AZrFNm1JKMXB35HTXOkTmvvE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=m3dLvst5/ACqh39e7uu17COMejUIO/Tj/Vnub0bJHwnZHZ9Me/f7Am+81NCK3luMUs renPgpagw/9v2nPOCCrhlyXlaDDnmUybTYlMxtl3SmGhdEoHtmumtYngFNUDuL1HrwmA ntpr1neNdi+aWQ/hd4QwkXQbDEVcAypvQJfDk= Received: by 161.129.204.104 with SMTP id y19mr1875908wfi.259.1276144784135; Wed, 09 Jun 2010 21:39:44 -0700 (PDT) Received: from [161.129.204.104] (548)664-7369.perm.iinet.net.au [161.129.204.104]) by mx.google.com with ESMTPS id 21sm5359750pzk.0.2161.129.204.104.39.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Jun 2010 21:39:43 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 10 Jun 2010 14:39:40 +1000 From: Bob Schellink <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Consolidate query and object cache X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi all, In the cache docs[1] it mentions there are plans to consolidate the query and object caches at some stage. If that happens, would cache groups still be necessary? While I find cache groups flexible, it requires quite a bit of planning and manual configuration to implement successfully. The problem is further compounded by the different caches - local vs shared and object vs query. We've been bitten a number of times where the query cache isn't cleared when updating objects. Is my assumption correct that if object and query cache is consolidated, Cayenne would be able to automatically clear the query cache if an object has changed? Kind regards Bob [1]: http://cayenne.apache.org/doc/caching-and-fresh-data.html From [email protected] Thu Jun 10 06:39:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3537 invoked from network); 10 Jun 2010 06:32:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 06:32:53 -0000 Received: (qmail 62474 invoked by uid 500); 10 Jun 2010 06:26:13 -0000 Delivered-To: [email protected] Received: (qmail 62359 invoked by uid 500); 10 Jun 2010 06: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62351 invoked by uid 99); 10 Jun 2010 06:26:10 -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 06:26: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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 10 Jun 2010 06:26:02 +0000 Received: (qmail 7678 invoked from network); 10 Jun 2010 06:25:39 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 10 Jun 2010 06:25:39 -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 v936) Subject: Re: Consolidate query and object cache Date: Wed, 9 Jun 2010 23:25:37 -0700 References: <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org I would imagine cache groups will still be in the picture. I can't think of a scaleable cache management API without them. And yes, they do require planning in advanced cases. I am personally using distributed invalidation of cache groups when certain objects are changed. This allows to create custom business rules for partial and targeted cache invalidation with almost no performance overhead (e.g. if (object.createdDate < X) { expire "old_cache_for_entity_x_group" } else { expire "new_cache_for_entity_x_group" }. Pretty flexible, but does require upfront planning. I am still unsure how to reconcile object and query cache at this point. My current direction with that is to place both object and query cache under the same cache storage and management mechanism. But I can't see how we can do automatic invalidation of the right query cache groups efficiently, as any given object change may result in object removal from some lists (when its properties no longer match list fetch conditions) or addition to some others, etc., etc. In fact cache groups mechanism was the answer to the inability to predict how an arbitrary object change affects the cache. If there are better ideas, I'll be happy to hear them. Andrus On Jun 9, 2010, at 9:39 PM, Bob Schellink wrote: > Hi all, > > In the cache docs[1] it mentions there are plans to consolidate the > query and object caches at some > stage. If that happens, would cache groups still be necessary? > > While I find cache groups flexible, it requires quite a bit of > planning and manual configuration to > implement successfully. The problem is further compounded by the > different caches - local vs shared > and object vs query. We've been bitten a number of times where the > query cache isn't cleared when > updating objects. > > Is my assumption correct that if object and query cache is > consolidated, Cayenne would be able to > automatically clear the query cache if an object has changed? > > Kind regards > > Bob > > [1]: http://cayenne.apache.org/doc/caching-and-fresh-data.html > From [email protected] Thu Jun 10 10:48:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95945 invoked from network); 10 Jun 2010 10:48:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 10:48:07 -0000 Received: (qmail 10862 invoked by uid 500); 10 Jun 2010 10:48:07 -0000 Delivered-To: [email protected] Received: (qmail 10717 invoked by uid 500); 10 Jun 2010 10:48: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10703 invoked by uid 99); 10 Jun 2010 10:48:03 -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 10:48:03 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-pz0-f202.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 10:47:54 +0000 Received: by pzk40 with SMTP id 40so2713113pzk.23 for <[email protected]>; Thu, 10 Jun 2010 03:47:32 -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:references:in-reply-to :content-type:content-transfer-encoding; bh=DWwHtW5cVQzB79vdDafTIff/gHhBxjYh4MLwsfDEsH4=; b=Zd+0mxjBDRJAzUog+Qim6jufzGmmjcm6b/eMhxbItzb4997mPUWLsYjVNgIj8MG/Ov 7k+/PT8GomHfQRlkkWfx8MGh7LRt6nTDseWvk35NocEGN3EG0Eqat2EsiE8CI+4tZWyX f5i4CmeeeAI1SwFVCW2wAs8d4QqniTLVNiaUg= 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=s2j1+0p/WaMUFX2fY6vmCh+Im6p0+e3RSPiazXTjpDi79VMUK+aCE1a8IjiYoKkAck +k5CJCpXAeqQ3/5bPPvKcaOIgNUP7UcZVUMjL4dmywFjyZoE3ChIaw+uRSeCNKmaEafG 7q+dpMZ2zPrj+PbSAp87hU6dNdfyibGAXn5a8= Received: by 161.129.204.104 with SMTP id c15mr20015wam.11.1276166852488; Thu, 10 Jun 2010 03:47:32 -0700 (PDT) Received: from [161.129.204.104] (124-171-34-207.dyn.iinet.net.au [161.129.204.104]) by mx.google.com with ESMTPS id c14sm76352693waa.1.2161.129.204.104.47.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 10 Jun 2010 03:47:31 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 10 Jun 2010 20:47:28 +1000 From: Bob Schellink <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: Consolidate query and object cache References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the explanation Andrus. Good to get some insight in the tradeoffs involved. In our project we are looking at distributed invalidation as well so great to hear cache groups are so efficient. It would be great to consolidate shared and local query caches though. That will reduce the surface area of the problem space a bit. Not sure if such a change would be feasible however. Kind regards Bob On 10/06/2010 16:25, Andrus Adamchik wrote: > I would imagine cache groups will still be in the picture. I can't think > of a scaleable cache management API without them. And yes, they do > require planning in advanced cases. > > I am personally using distributed invalidation of cache groups when > certain objects are changed. This allows to create custom business rules > for partial and targeted cache invalidation with almost no performance > overhead (e.g. if (object.createdDate < X) { expire > "old_cache_for_entity_x_group" } else { expire > "new_cache_for_entity_x_group" }. Pretty flexible, but does require > upfront planning. > > I am still unsure how to reconcile object and query cache at this point. > My current direction with that is to place both object and query cache > under the same cache storage and management mechanism. But I can't see > how we can do automatic invalidation of the right query cache groups > efficiently, as any given object change may result in object removal > from some lists (when its properties no longer match list fetch > conditions) or addition to some others, etc., etc. In fact cache groups > mechanism was the answer to the inability to predict how an arbitrary > object change affects the cache. > > If there are better ideas, I'll be happy to hear them. > > Andrus > > On Jun 9, 2010, at 9:39 PM, Bob Schellink wrote: >> Hi all, >> >> In the cache docs[1] it mentions there are plans to consolidate the >> query and object caches at some >> stage. If that happens, would cache groups still be necessary? >> >> While I find cache groups flexible, it requires quite a bit of >> planning and manual configuration to >> implement successfully. The problem is further compounded by the >> different caches - local vs shared >> and object vs query. We've been bitten a number of times where the >> query cache isn't cleared when >> updating objects. >> >> Is my assumption correct that if object and query cache is >> consolidated, Cayenne would be able to >> automatically clear the query cache if an object has changed? >> >> Kind regards >> >> Bob >> >> [1]: http://cayenne.apache.org/doc/caching-and-fresh-data.html >> > > From [email protected] Thu Jun 10 21:38:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24748 invoked from network); 10 Jun 2010 21:38:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 21:38:21 -0000 Received: (qmail 80945 invoked by uid 500); 10 Jun 2010 21:38:21 -0000 Delivered-To: [email protected] Received: (qmail 80906 invoked by uid 500); 10 Jun 2010 21:38: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80898 invoked by uid 99); 10 Jun 2010 21:38:20 -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 21:38:20 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 10 Jun 2010 21:38:13 +0000 Received: (qmail 13986 invoked from network); 10 Jun 2010 21:37:51 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 10 Jun 2010 21:37:51 -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 v936) Subject: Re: Consolidate query and object cache Date: Thu, 10 Jun 2010 14:37:51 -0700 References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) On Jun 10, 2010, at 3:47 AM, Bob Schellink wrote: > It would be great to consolidate shared and local query caches > though. That will reduce the surface > area of the problem space a bit. Not sure if such a change would be > feasible however. We have a QueryCache wrapper class called NestedQueryCache that allows to attach multiple contexts to the same underlying shared cache without creating key conflicts. It is not used by default (don't remember why), but can be configured via a custom cache factory. I think we can (should?) initialize all ObjectContexts with NestedQueryCache via injection in 3.1. Andrus From [email protected] Mon Jun 14 16:13:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47403 invoked from network); 14 Jun 2010 16:13:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 14 Jun 2010 16:13:48 -0000 Received: (qmail 72403 invoked by uid 500); 14 Jun 2010 16:13:48 -0000 Delivered-To: [email protected] Received: (qmail 72352 invoked by uid 500); 14 Jun 2010 16:13: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72344 invoked by uid 99); 14 Jun 2010 16:13:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 16:13:46 +0000 X-ASF-Spam-Status: No, hits=0.3 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 mail.aimntls.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 16:13:40 +0000 Received: from 01w2k8x64-ex80.aimntls.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b714c:f6dc:d508:d84f]) by 01w2k8x64-ex80.aimntls.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b714c:f6dc:d508:d84f%11]) with mapi; Mon, 14 Jun 2010 12:13:18 -0400 From: "Kuhns, John" <[email protected]> To: "[email protected]" <[email protected]> Date: Mon, 14 Jun 2010 12:13:12 -0400 Subject: DB2 stored procedure Thread-Topic: DB2 stored procedure Thread-Index: AcsL3H0McilRXHqBRxyBCqBHIISRRQ== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-cr-hashedpuzzle: v3E= AQg2 BJYn CN1u CbQd DWB4 DdrE Dos5 DuX5 EmG4 FxvL GEpu HHes Hqse H5EE INyT;1;dQBzAGUAcgBAAGMAYQB5AGUAbgBuAGUALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{90BB89C1-B6B1-443A-8810-20ED4D702E4E};agBrAHUAaABuAHMAQABhAGkAbQBuAHQAbABzAC4AYwBvAG0A;Mon, 14 Jun 2010 16:13:13 GMT;RABCADIAIABzAHQAbwByAGUAZAAgAHAAcgBvAGMAZQBkAHUAcgBlAA== x-cr-puzzleid: {90BB89C1-B6B1-443A-8810-20ED4D702E4E} acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 I am attempting to call a DB2 stored proc that returns a result set, so far= no luck. The procedure takes two input params, and the docs imply I'm doin= g this correctly, but I must be missing something. For now I am using a SQLTemplate query and building the call statement on t= he fly. I'd like to know the "correct" way to do it, however, since I am in= tegrating with a legacy system with a lot of oddities in date/time formats = and normalization that I'd like to use stored procs to get around. From [email protected] Tue Jun 15 05:35:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29472 invoked from network); 15 Jun 2010 05:35:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Jun 2010 05:35:35 -0000 Received: (qmail 58249 invoked by uid 500); 15 Jun 2010 05:35:35 -0000 Delivered-To: [email protected] Received: (qmail 58063 invoked by uid 500); 15 Jun 2010 05: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58055 invoked by uid 99); 15 Jun 2010 05:35:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 05:35:31 +0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=AWL,HTML_MESSAGE,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, 15 Jun 2010 05:35:25 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1276580103; l=1841; s=domk; d=jsaar.org; h=Content-Type:To:From:Subject:Date:References:In-Reply-To: MIME-Version:X-RZG-CLASS-ID:X-RZG-AUTH; bh=SCOaKhxgmuXJqxPUsRkoZLjjIyI=; b=r7X7mGdGejQuqufZyxcUeqP+mSWXohE7yO42eGbJm8YROvTaptn+1tGoYpl+odazUk3 KZcrCc+T+rNRFSpG4NyTA5mQmAGW9N3q9jX5oQ9XTApJ9JX+gzdrN41pWXUvMZf1Mxu6O eGf7a37P2NLoVMxPPlvoFqee5uNJqN0exeY= X-RZG-AUTH: :JnkBZ0etdd8xRzu7HakUFUCm6cLWY+PMFwNn+MD4d9BJD+KDETeiWiUXxw== X-RZG-CLASS-ID: mo00 Received: from mail-fx0-f43.google.com ([161.129.204.104]) by post.strato.de (klopstock mo36) (RZmta 23.3) with (RC4-MD5 encrypted) ESMTP id x0510cm5F47dcd for <[email protected]>; Tue, 15 Jun 2010 07:35:03 +0200 (MEST) Received: by fxm12 with SMTP id 12so898168fxm.16 for <[email protected]>; Mon, 14 Jun 2010 22:35:03 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 39mr10559600fgf.4.1276580103212; Mon, 14 Jun 2010 22:35:03 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Jun 2010 22:35:03 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 15 Jun 2010 07:35:03 +0200 Message-ID: <[email protected]> Subject: Re: DB2 stored procedure From: Juergen Saar <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0014852d32bd944e8e04890af7a7 --0014852d32bd944e8e04890af7a7 Content-Type: text/plain; charset=ISO-8859-1 I have the same problem with Informix ... still using a SQLTemplate ... 2010/6/14 Kuhns, John <[email protected]> > I am attempting to call a DB2 stored proc that returns a result set, so far > no luck. The procedure takes two input params, and the docs imply I'm doing > this correctly, but I must be missing something. > > For now I am using a SQLTemplate query and building the call statement on > the fly. I'd like to know the "correct" way to do it, however, since I am > integrating with a legacy system with a lot of oddities in date/time formats > and normalization that I'd like to use stored procs to get around. > > --0014852d32bd944e8e04890af7a7-- From [email protected] Tue Jun 15 10:13:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25483 invoked from network); 15 Jun 2010 10:13:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Jun 2010 10:13:27 -0000 Received: (qmail 28244 invoked by uid 500); 15 Jun 2010 10:13:27 -0000 Delivered-To: [email protected] Received: (qmail 28074 invoked by uid 500); 15 Jun 2010 10:13: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 10687 invoked by uid 99); 15 Jun 2010 10:04:43 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Date: Tue, 15 Jun 2010 03:04:15 -0700 (PDT) From: Jepse <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: Cayenne with Axis2: Mysql connection Problems MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, i'm using Cayenne for a while. and it worked perfect. But since i try to connect it with Apache Axis 2, i won't get a connection to mysql. I placed all config files in WEB-INF/classes and all jars to the .aar File. When i try to test the service i get the return failure: [v.3.0RC3 Mar 29 2010 13:42:23] Error detecting database type: Access denied for user 'user'@'localhost' (using password: NO) I didn't change the cayenne confs. and all my regular apps are still working fine. Any Ideas? -- View this message in context: http://cayenne.195.n3.nabble.com/Cayenne-with-Axis2-Mysql-connection-Problems-tp896791p896791.html Sent from the Cayenne - User mailing list [email protected]. From [email protected] Tue Jun 15 14:03:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5609 invoked from network); 15 Jun 2010 14:03:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Jun 2010 14:03:18 -0000 Received: (qmail 16729 invoked by uid 500); 15 Jun 2010 14:03:18 -0000 Delivered-To: [email protected] Received: (qmail 16681 invoked by uid 500); 15 Jun 2010 14:03: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16673 invoked by uid 99); 15 Jun 2010 14:03:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 14:03:17 +0000 X-ASF-Spam-Status: No, hits=0.7 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 kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 14:03:11 +0000 Received: from ben.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1OOWj4-0001x5-Sz for [email protected]; Tue, 15 Jun 2010 07:02:50 -0700 Date: Tue, 15 Jun 2010 07:02:50 -0700 (PDT) From: Jepse <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: Cayenne using Axis2: Query Exception MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, when i try to deploy the following Test Class as a Service i just get a Axis Fault with "Query Exception". The same class works fine as a Java App. Java-App package webServTest; import org.apache.cayenne.DataObjectUtils; import org.apache.cayenne.access.DataContext; import comp.Sources; public class TestWsInterface { /** * @param args */ public static void main(String[] args) { System.out.println(testMethod()); } public static String testMethod() { // TODO Auto-generated method stub SourceConfResponse sourceConfres = new SourceConfResponse(); DataContext context = DataContext.createDataContext(); Sources source = (Sources) DataObjectUtils.objectForPK(context, "Sources", 580); return source.getName(); } } Axis-Response: <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> <soapenv:Body> <soapenv:Fault> <soapenv:Code> <soapenv:Value>soapenv:Receiver</soapenv:Value> </soapenv:Code> <soapenv:Reason> <soapenv:Text xml:lang="en-US">[v.3.0 Apr 26 2010 11:58:47] Query exception.</soapenv:Text> </soapenv:Reason> <soapenv:Detail/> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> What is wrong? -- View this message in context: http://cayenne.195.n3.nabble.com/Cayenne-using-Axis2-Query-Exception-tp897207p897207.html Sent from the Cayenne - User mailing list [email protected]. From [email protected] Tue Jun 15 14:16:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17237 invoked from network); 15 Jun 2010 14:16:59 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Jun 2010 14:16:59 -0000 Received: (qmail 42019 invoked by uid 500); 15 Jun 2010 14:16:59 -0000 Delivered-To: [email protected] Received: (qmail 41994 invoked by uid 500); 15 Jun 2010 14:16: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41889 invoked by uid 99); 15 Jun 2010 14:16:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 14:16: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.aimntls.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 14:16:50 +0000 Received: from 01w2k8x64-ex80.aimntls.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b714c:f6dc:d508:d84f]) by 01w2k8x64-ex80.aimntls.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b714c:f6dc:d508:d84f%11]) with mapi; Tue, 15 Jun 2010 10:16:29 -0400 From: "Kuhns, John" <[email protected]> To: "[email protected]" <[email protected]> Date: Tue, 15 Jun 2010 10:16:22 -0400 Subject: BaseContext in servlet Thread-Topic: BaseContext in servlet Thread-Index: AcsMlVUj9Akn31n3RYqBByAeA8yUPw== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-cr-hashedpuzzle: ACGt BANA BQ8R DRWj DWRW Dtk4 DyMQ FYrD GWvZ HgB3 H21O IuE6 JEOx JUXF JXO6 Jk1D;1;dQBzAGUAcgBAAGMAYQB5AGUAbgBuAGUALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{43C28660-499E-4A0D-A88B-F8A1E195CA74};agBrAHUAaABuAHMAQABhAGkAbQBuAHQAbABzAC4AYwBvAG0A;Tue, 15 Jun 2010 14:16:23 GMT;QgBhAHMAZQBDAG8AbgB0AGUAeAB0ACAAaQBuACAAcwBlAHIAdgBsAGUAdAA= x-cr-puzzleid: {43C28660-499E-4A0D-A88B-F8A1E195CA74} acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I am attempting to set a reference to a pojo containing some user info for = use during updates/inserts. On reading the documentation early on, 3.0RC1 o= r so, I believed I could use setUserProperty and the context would be reuse= d within a given session. However it appears that BaseContext.getThreadObje= ctContext() does not return the same context ever.=20 In my web.xml I have: <filter> <filter-name>CayenneFilter</filter-name> <filter-class>org.apache.cayenne.conf.WebApplicationContextFilter</filter= -class> </filter> <filter-mapping> <filter-name>CayenneFilter</filter-name> <servlet-name>/*</servlet-name> </filter-mapping> I then implemented HttpSessionAttributeListener in my class and used the fo= llowing code within it: public void attributeAdded(HttpSessionBindingEvent arg0) { ObjectContext ctx =3D null; try{ ctx =3D BaseContext.getThreadObjectContext(); }catch(Exception e){} =09 if(ctx !=3D null){ BaseContext.bindThreadObjectContext(ctx); ctx.setUserProperty("myData", this); } } The code gets hit and the property is set, but every subsequent call to Bas= eContext.getThreadObjectContext().getUserProperty("myData") returns null. I= f I explicitly set the user property with every request, all works fine. Am= I missing something? John Kuhns From [email protected] Tue Jun 15 14:31:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24207 invoked from network); 15 Jun 2010 14:31:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Jun 2010 14:31:56 -0000 Received: (qmail 63177 invoked by uid 500); 15 Jun 2010 14:31:56 -0000 Delivered-To: [email protected] Received: (qmail 63132 invoked by uid 500); 15 Jun 2010 14: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63124 invoked by uid 99); 15 Jun 2010 14:31:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 14:31:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=AWL,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-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 14:31:50 +0000 Received: by wyi11 with SMTP id 11so166918wyi.16 for <[email protected]>; Tue, 15 Jun 2010 07:31:28 -0700 (PDT) Received: by 161.129.204.104 with SMTP id g9mr7180102wbw.8.1276612288557; Tue, 15 Jun 2010 07:31:28 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 15 Jun 2010 07:31:08 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Michael Gentry <[email protected]> Date: Tue, 15 Jun 2010 10:31:08 -0400 Message-ID: <[email protected]> Subject: Re: BaseContext in servlet To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable What happens if you omit this line? BaseContext.bindThreadObjectContext(ctx); On Tue, Jun 15, 2010 at 10:16 AM, Kuhns, John <[email protected]> wrote: > I am attempting to set a reference to a pojo containing some user info fo= r use during updates/inserts. On reading the documentation early on, 3.0RC1= or so, I believed I could use setUserProperty and the context would be reu= sed within a given session. However it appears that BaseContext.getThreadOb= jectContext() does not return the same context ever. > > In my web.xml I have: > =A0 =A0 =A0 =A0<filter> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<filter-name>CayenneFilter</filter-name> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<filter-class>org.apache.cayenne.conf.WebA= pplicationContextFilter</filter-class> > =A0 =A0 =A0 =A0</filter> > =A0 =A0 =A0 =A0<filter-mapping> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<filter-name>CayenneFilter</filter-name> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<servlet-name>/*</servlet-name> > =A0 =A0 =A0 =A0</filter-mapping> > > I then implemented HttpSessionAttributeListener in my class and used the = following code within it: > > =A0 =A0 =A0 =A0public void attributeAdded(HttpSessionBindingEvent arg0) { > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0ObjectContext ctx =3D null; > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0try{ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0ctx =3D BaseContext.getThr= eadObjectContext(); > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0}catch(Exception e){} > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0if(ctx !=3D null){ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0BaseContext.bindThreadObje= ctContext(ctx); > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0ctx.setUserProperty("myDat= a", this); > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0} > =A0 =A0 =A0 =A0} > > The code gets hit and the property is set, but every subsequent call to B= aseContext.getThreadObjectContext().getUserProperty("myData") returns null.= If I explicitly set the user property with every request, all works fine. = Am I missing something? > > John Kuhns > From [email protected] Tue Jun 15 14:38:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28566 invoked from network); 15 Jun 2010 14:38:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Jun 2010 14:38:48 -0000 Received: (qmail 81141 invoked by uid 500); 15 Jun 2010 14:38:48 -0000 Delivered-To: [email protected] Received: (qmail 81100 invoked by uid 500); 15 Jun 2010 14:38: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81092 invoked by uid 99); 15 Jun 2010 14:38:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 14:38:47 +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.aimntls.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 14:38:40 +0000 Received: from 01w2k8x64-ex80.aimntls.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b714c:f6dc:d508:d84f]) by 01w2k8x64-ex80.aimntls.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b714c:f6dc:d508:d84f%11]) with mapi; Tue, 15 Jun 2010 10:38:19 -0400 From: "Kuhns, John" <[email protected]> To: "[email protected]" <[email protected]> Date: Tue, 15 Jun 2010 10:38:18 -0400 Subject: RE: BaseContext in servlet Thread-Topic: BaseContext in servlet Thread-Index: AcsMlVUj9Akn31n3RYqBByAeA8yUPwAAiuLA Message-ID: <[email protected]> References: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Cardboard developer, I reread my post and I see the answer, the Thread in g= etThreadObjectContext makes all the difference. However, I need to gain acc= ess to the ObjectContext outside of servlet code. Should I use BaseContext.= bindThreadObjectContext(ServletUtil.getSessionContext(session)) within each= servlet? =20 -----Original Message----- From: Kuhns, John [mailto:[email protected]]=20 Sent: Tuesday, June 15, 2010 10:16 AM To: [email protected] Subject: BaseContext in servlet I am attempting to set a reference to a pojo containing some user info for = use during updates/inserts. On reading the documentation early on, 3.0RC1 o= r so, I believed I could use setUserProperty and the context would be reuse= d within a given session. However it appears that BaseContext.getThreadObje= ctContext() does not return the same context ever.=20 In my web.xml I have: <filter> <filter-name>CayenneFilter</filter-name> <filter-class>org.apache.cayenne.conf.WebApplicationContextFilter</filter= -class> </filter> <filter-mapping> <filter-name>CayenneFilter</filter-name> <servlet-name>/*</servlet-name> </filter-mapping> I then implemented HttpSessionAttributeListener in my class and used the fo= llowing code within it: public void attributeAdded(HttpSessionBindingEvent arg0) { ObjectContext ctx =3D null; try{ ctx =3D BaseContext.getThreadObjectContext(); }catch(Exception e){} =09 if(ctx !=3D null){ BaseContext.bindThreadObjectContext(ctx); ctx.setUserProperty("myData", this); } } The code gets hit and the property is set, but every subsequent call to Bas= eContext.getThreadObjectContext().getUserProperty("myData") returns null. I= f I explicitly set the user property with every request, all works fine. Am= I missing something? John Kuhns From [email protected] Tue Jun 15 14:42:24 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29437 invoked from network); 15 Jun 2010 14:42:24 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Jun 2010 14:42:24 -0000 Received: (qmail 89443 invoked by uid 500); 15 Jun 2010 14:42:24 -0000 Delivered-To: [email protected] Received: (qmail 89397 invoked by uid 500); 15 Jun 2010 14: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89389 invoked by uid 99); 15 Jun 2010 14:42:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 14:42:23 +0000 X-ASF-Spam-Status: No, hits=0.3 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 mail.aimntls.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 14:42:18 +0000 Received: from 01w2k8x64-ex80.aimntls.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b714c:f6dc:d508:d84f]) by 01w2k8x64-ex80.aimntls.com ([acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b714c:f6dc:d508:d84f%11]) with mapi; Tue, 15 Jun 2010 10:41:57 -0400 From: "Kuhns, John" <[email protected]> To: "[email protected]" <[email protected]> Date: Tue, 15 Jun 2010 10:41:56 -0400 Subject: RE: BaseContext in servlet Thread-Topic: BaseContext in servlet Thread-Index: AcsMmHFoa1oIiQHVRxOvmw7AyWXFSwAADLUA Message-ID: <[email protected]> References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Right, yes, the code I pasted was a little skewed after a frustrating run o= f attempts to resolve this, but I think I see my problem now. I am retoolin= g as we speak. -----Original Message----- From: Michael Gentry [mailto:[email protected]]=20 Sent: Tuesday, June 15, 2010 10:31 AM To: [email protected] Subject: Re: BaseContext in servlet What happens if you omit this line? BaseContext.bindThreadObjectContext(ctx); On Tue, Jun 15, 2010 at 10:16 AM, Kuhns, John <[email protected]> wrote: > I am attempting to set a reference to a pojo containing some user info fo= r use during updates/inserts. On reading the documentation early on, 3.0RC1= or so, I believed I could use setUserProperty and the context would be reu= sed within a given session. However it appears that BaseContext.getThreadOb= jectContext() does not return the same context ever. > > In my web.xml I have: > =A0 =A0 =A0 =A0<filter> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<filter-name>CayenneFilter</filter-name> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<filter-class>org.apache.cayenne.conf.WebA= pplicationContextFilter</filter-class> > =A0 =A0 =A0 =A0</filter> > =A0 =A0 =A0 =A0<filter-mapping> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<filter-name>CayenneFilter</filter-name> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<servlet-name>/*</servlet-name> > =A0 =A0 =A0 =A0</filter-mapping> > > I then implemented HttpSessionAttributeListener in my class and used the = following code within it: > > =A0 =A0 =A0 =A0public void attributeAdded(HttpSessionBindingEvent arg0) { > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0ObjectContext ctx =3D null; > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0try{ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0ctx =3D BaseContext.getThr= eadObjectContext(); > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0}catch(Exception e){} > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0if(ctx !=3D null){ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0BaseContext.bindThreadObje= ctContext(ctx); > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0ctx.setUserProperty("myDat= a", this); > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0} > =A0 =A0 =A0 =A0} > > The code gets hit and the property is set, but every subsequent call to B= aseContext.getThreadObjectContext().getUserProperty("myData") returns null.= If I explicitly set the user property with every request, all works fine. = Am I missing something? > > John Kuhns > From [email protected] Wed Jun 16 08:42:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5709 invoked from network); 16 Jun 2010 08:42:05 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Jun 2010 08:42:05 -0000 Received: (qmail 74829 invoked by uid 500); 16 Jun 2010 08:42:05 -0000 Delivered-To: [email protected] Received: (qmail 74599 invoked by uid 500); 16 Jun 2010 08:42: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74579 invoked by uid 99); 16 Jun 2010 08:42:01 -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 08:42:01 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 16 Jun 2010 08:41:56 +0000 Received: (qmail 29188 invoked from network); 16 Jun 2010 08:41:34 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 16 Jun 2010 08:41:34 -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 v936) Subject: Re: DB2 stored procedure Date: Wed, 16 Jun 2010 11:41:33 +0300 References: <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) I don't know much about DB2, but this procedure from our unit tests works: http://svn.apache.org/repos/asf/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/resources/ddl/db2/create-select-sp.sql Maybe that will give you some ideas. Andrus On Jun 15, 2010, at 8:35 AM, Juergen Saar wrote: > I have the same problem with Informix ... still using a > SQLTemplate ... > > 2010/6/14 Kuhns, John <[email protected]> > >> I am attempting to call a DB2 stored proc that returns a result >> set, so far >> no luck. The procedure takes two input params, and the docs imply >> I'm doing >> this correctly, but I must be missing something. >> >> For now I am using a SQLTemplate query and building the call >> statement on >> the fly. I'd like to know the "correct" way to do it, however, >> since I am >> integrating with a legacy system with a lot of oddities in date/ >> time formats >> and normalization that I'd like to use stored procs to get around. >> >> From [email protected] Wed Jun 16 08:43:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5894 invoked from network); 16 Jun 2010 08:43:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Jun 2010 08:43:21 -0000 Received: (qmail 75244 invoked by uid 500); 16 Jun 2010 08:43:21 -0000 Delivered-To: [email protected] Received: (qmail 75024 invoked by uid 500); 16 Jun 2010 08:43: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75016 invoked by uid 99); 16 Jun 2010 08:43:18 -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 08:43:18 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 16 Jun 2010 08:43:12 +0000 Received: (qmail 29841 invoked from network); 16 Jun 2010 08:42:52 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 16 Jun 2010 08:42: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 v936) Subject: Re: Cayenne with Axis2: Mysql connection Problems Date: Wed, 16 Jun 2010 11:42:51 +0300 References: <[email protected]> X-Mailer: Apple Mail (2.936) This is clearly a MySQL permissions error. Maybe something about the IP address of the machine running your Axis server. Andrus On Jun 15, 2010, at 1:04 PM, Jepse wrote: > > Hi, > > i'm using Cayenne for a while. and it worked perfect. But since i > try to > connect it with Apache Axis 2, i won't get a connection to mysql. I > placed > all config files in WEB-INF/classes and all jars to the .aar File. > > When i try to test the service i get the return failure: > > [v.3.0RC3 Mar 29 2010 13:42:23] Error detecting database type: > Access denied > for user 'user'@'localhost' (using password: NO) > > I didn't change the cayenne confs. and all my regular apps are still > working > fine. > > Any Ideas? > -- > View this message in context: http://cayenne.195.n3.nabble.com/Cayenne-with-Axis2-Mysql-connection-Problems-tp896791p896791.html > Sent from the Cayenne - User mailing list [email protected]. > From [email protected] Wed Jun 16 08:45:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6207 invoked from network); 16 Jun 2010 08:45:17 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Jun 2010 08:45:17 -0000 Received: (qmail 76730 invoked by uid 500); 16 Jun 2010 08:45:17 -0000 Delivered-To: [email protected] Received: (qmail 76327 invoked by uid 500); 16 Jun 2010 08: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76312 invoked by uid 99); 16 Jun 2010 08:45:14 -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 08:45:14 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 16 Jun 2010 08:45:08 +0000 Received: (qmail 30790 invoked from network); 16 Jun 2010 08:44:47 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 16 Jun 2010 08:44:47 -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 v936) Subject: Re: Cayenne using Axis2: Query Exception Date: Wed, 16 Jun 2010 11:44:46 +0300 References: <[email protected]> X-Mailer: Apple Mail (2.936) Try to find the full server-side stack trace to see what caused the query exception. That could be the connection error from other message or maybe something else? Andrus On Jun 15, 2010, at 5:02 PM, Jepse wrote: > > Hi, > > when i try to deploy the following Test Class as a Service i just > get a Axis > Fault with "Query Exception". The same class works fine as a Java App. > > Java-App > package webServTest; > > import org.apache.cayenne.DataObjectUtils; > import org.apache.cayenne.access.DataContext; > > > import comp.Sources; > > public class TestWsInterface { > > /** > * @param args > */ > public static void main(String[] args) { > System.out.println(testMethod()); > } > public static String testMethod() { > // TODO Auto-generated method stub > SourceConfResponse sourceConfres = new SourceConfResponse(); > > DataContext context = DataContext.createDataContext(); > > Sources source = (Sources) DataObjectUtils.objectForPK(context, > "Sources", > 580); > return source.getName(); > } > > } > > > Axis-Response: > <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope > "> > <soapenv:Body> > <soapenv:Fault> > <soapenv:Code> > <soapenv:Value>soapenv:Receiver</soapenv:Value> > </soapenv:Code> > <soapenv:Reason> > <soapenv:Text xml:lang="en-US">[v.3.0 Apr 26 2010 11:58:47] > Query exception.</soapenv:Text> > </soapenv:Reason> > <soapenv:Detail/> > </soapenv:Fault> > </soapenv:Body> > </soapenv:Envelope> > > > What is wrong? > -- > View this message in context: http://cayenne.195.n3.nabble.com/Cayenne-using-Axis2-Query-Exception-tp897207p897207.html > Sent from the Cayenne - User mailing list [email protected]. > From [email protected] Thu Jun 17 12:14:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40282 invoked from network); 17 Jun 2010 12:14:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Jun 2010 12:14:06 -0000 Received: (qmail 14479 invoked by uid 500); 17 Jun 2010 09:27:26 -0000 Delivered-To: [email protected] Received: (qmail 14235 invoked by uid 500); 17 Jun 2010 09: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]> List-Id: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14227 invoked by uid 99); 17 Jun 2010 09:27:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 09:27:23 +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 meel.traserv.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 09:27:18 +0000 Received: from localhost (meel.traserv.com [161.129.204.104]) by meel.traserv.com (Postfix) with ESMTP id DCAF1C281E5 for <[email protected]>; Thu, 17 Jun 2010 11:26:55 +0200 (CEST) X-Virus-Scanned: [email protected] Received: from meel.traserv.com ([161.129.204.104]) by localhost (meel.traserv.com [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id WErLOAC5rg1c for <[email protected]>; Thu, 17 Jun 2010 11:26:50 +0200 (CEST) Received: from hpi.int.traserv.com (hpi.int.traserv.com [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by meel.traserv.com (Postfix) with ESMTP id 5CB0EC281E1 for <[email protected]>; Thu, 17 Jun 2010 11:26:50 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 17 Jun 2010 11:26:50 +0200 From: Hans Pikkemaat <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:161.129.204.104) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5 MIME-Version: 1.0 To: [email protected] Subject: Re: cayenne log4j configuration References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/alternative; boundary="------------090609070201040605000107" --------------090609070201040605000107 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Hi, I found a workaround. I do create an appender on the root with level fatal but set the additivity flag to false on all child loggers. This effectively means that the logging stops there and will not reach the root logger. All the other logs that are not picked up by the loggers will go to the root but because of level=fatal this will not cause a lot of log entries. tx Hans On 6/17/10 10:30 AM, Andrus Adamchik wrote: > From what I can tell, there's probably no way around other than > either configuring the appenders or moving to 3.0. > > Andrus > > On Jun 17, 2010, at 11:25 AM, Hans Pikkemaat wrote: > > >> Hi, >> >> I'm using cayenne 2.0.4. and have my own log4j.xml configuration. >> My configuration does not have any appenders for the root logger. >> >> Looking at the isLoggingConfigured method in the Configuration class >> I see >> that cayenne assumes that log4j is not setup when the root logger >> does not >> have any appenders. >> >> So what is happening now is that after processing my log4j >> configuration file >> cayenne is also processing its configuration file. >> >> See log4j debug logs: >> >> log4j: Using URL [file:/data/projects/common/paymentservice/model/ >> trunk/target/test-classes/log4j.xml] for automatic log4j >> configuration. >> . >> . >> log4j: Reading configuration from URL file:/data/projects/common/ >> paymentservice/model/trunk/target/test-classes/.cayenne/cayenne- >> log.properties >> >> Is there a way around this except from moving to cayenne 3? >> >> tx >> >> Hans >> >> > -- TSi Solutions Neptunusstraat 25 7521 WC Enschede Tel. (548)664-7369 Fax. (548)664-7369 Hans Pikkemaat Java Developer (Services Team) E-mail: [email protected] <mailto:[email protected]> www.tsi-solutions.nl <http://www.tsi-solutions.nl/> www.toeristiek.nl <http://www.toeristiek.nl/> 10 jaar TSi Solutions ... marktleider in het automatiseren en outsourcen van werkprocessen in de reisbranche ... toonaangevende partij voor het verzamelen, structureren en beschikbaarstellen van reiscontent ... Reisrevue Innovatieveer 2008 - Veervolle vermelding ... Winnaar Reisrevue Innovatieveer 2009 ... Winnaar Reisrevue Innovatieveer 2010 ... Top 20 positie in 2008 Deloitte Technology Fast50 Nederland ... Top 10 positie in 2009 Deloitte Technology Fast50 Benelux ... Top 100 positie in 2009 Deloitte Technology Fast500 EMEA TSi Solutions is de handelsnaam van Travel Service International b.v.[KvK 06091935] DISCLAIMER: De informatie opgenomen in dit bericht kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onterecht ontvangt, wordt u verzocht de inhoud niet te gebruiken en de afzender direct te informeren door het bericht te retourneren. The information contained in this message may be confidential and is intended to be exclusively for the addressee. Should you receive this message unintentionally, please do not use the contents herein and notify the sender immediately by return e-mail. --------------090609070201040605000107 Content-Type: multipart/related; boundary="------------070500050007030707000103" --------------070500050007030707000103 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=windows-1252" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Hi,<br> <br> I found a workaround.<br> <br> I do create an appender on the root with level fatal but set the additivity flag to false <br> on all child loggers.<br> <br> This effectively means that the logging stops there and will not reach the root logger.<br> <br> All the other logs that are not picked up by the loggers will go to the root but because<br> of level=fatal this will not cause a lot of log entries.<br> <br> tx<br> <br> Hans<br> <br> On 6/17/10 10:30 AM, Andrus Adamchik wrote: <blockquote cite="mid:[email protected]" type="cite"> <pre wrap=""> From what I can tell, there's probably no way around other than either configuring the appenders or moving to 3.0. Andrus On Jun 17, 2010, at 11:25 AM, Hans Pikkemaat wrote: </pre> <blockquote type="cite"> <pre wrap="">Hi, I'm using cayenne 2.0.4. and have my own log4j.xml configuration. My configuration does not have any appenders for the root logger. Looking at the isLoggingConfigured method in the Configuration class I see that cayenne assumes that log4j is not setup when the root logger does not have any appenders. So what is happening now is that after processing my log4j configuration file cayenne is also processing its configuration file. See log4j debug logs: log4j: Using URL [<a class="moz-txt-link-freetext" href="file:/data/projects/common/paymentservice/model/">file:/data/projects/common/paymentservice/model/</a> trunk/target/test-classes/log4j.xml] for automatic log4j configuration. . . log4j: Reading configuration from URL <a class="moz-txt-link-freetext" href="file:/data/projects/common/">file:/data/projects/common/</a> paymentservice/model/trunk/target/test-classes/.cayenne/cayenne- log.properties Is there a way around this except from moving to cayenne 3? tx Hans </pre> </blockquote> <pre wrap=""> </pre> </blockquote> <br> <div class="moz-signature">-- <br> <title>html versie van handtekening</title> <!-- Do not use a style block, for Outlook sake, but use inline styling instead --> <div class="tsi_sig" style="border: 0px none ; margin: 0px; padding: 0px; font-family: 'Myriad Pro','sans-serif'; font-size: 8pt; font-weight: normal; font-style: normal; color: rgb(0, 0, 0);"> <table style="border: 1px solid black; margin: 0px; padding: 0px; border-collapse: collapse; font-family: 'Myriad Pro','sans-serif'; font-size: 8pt; font-weight: normal; font-style: normal; color: rgb(0, 0, 0);" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="padding-left: 15pt; padding-top: 15px; vertical-align: top;"> <img src="cid:[email protected]" class="logo" style="border: 0px none ; margin-top: 0px; width: 93px; height: 65px;"> </td> <td style="padding-left: 9pt; padding-top: 15px; vertical-align: top;"> TSi Solutions<br> Neptunusstraat 25<br> 7521 WC Enschede<br> <br> Tel. (548)664-7369<br> Fax. (548)664-7369 </td> </tr> <tr> <td style="padding-left: 15pt; padding-top: 15px; vertical-align: top;"> <div class="fn" style="font-weight: bold;"> Hans Pikkemaat </div> <div class="role"> Java Developer (Services Team) </div> </td> <td style="padding-left: 9pt; padding-top: 15px; vertical-align: top;"> E-mail: <a class="email" style="color: black; text-decoration: none;" href="mailto:[email protected]" title="mailto:[email protected]"> [email protected]</a> </td> </tr> <tr> <td style="padding-left: 9pt; padding-top: 15px; vertical-align: top;">   </td> <td style="padding-left: 9pt; padding-top: 15px; vertical-align: top;"> <a class="org url" style="color: black; text-decoration: none;" href="http://www.tsi-solutions.nl/" title="http://www.tsi-solutions.nl/">www.tsi-solutions.nl</a><br> <a class="org url" style="color: black; text-decoration: none;" href="http://www.toeristiek.nl/" title="http://www.toeristiek.nl/">www.toeristiek.nl</a><br> </td> </tr> <tr> <td style="padding-left: 9pt; padding-top: 15px; vertical-align: top;"><img src="cid:[email protected]" style="border: 0px none ; margin-top: 10px; width: 200px; height: 20px;"></td> <td style="padding-left: 9pt; padding-top: 15px; vertical-align: top;"><img src="cid:[email protected]" style="border: 0px none ; margin-top: 10px; width: 200px; height: 20px; margin-right: 10px;"></td> </tr> </tbody> </table> <div style="color: rgb(85, 84, 89); margin-top: 10px; clear: both;" lang="nl">10 jaar TSi Solutions<br> ... marktleider in het automatiseren en outsourcen van werkprocessen in de reisbranche<br> ... toonaangevende partij voor het verzamelen, structureren en beschikbaarstellen van reiscontent<br> ... Reisrevue Innovatieveer 2008 - Veervolle vermelding<br> ... Winnaar Reisrevue Innovatieveer 2009<br> ... Winnaar Reisrevue Innovatieveer 2010<br> ... Top 20 positie in 2008 Deloitte Technology Fast50 Nederland<br> ... Top 10 positie in 2009 Deloitte Technology Fast50 Benelux<br> ... Top 100 positie in 2009 Deloitte Technology Fast500 EMEA<br> </div> <div style="color: rgb(85, 84, 89); margin-top: 10px; clear: both;" lang="nl"> <span class="org"><span style="font-weight: bold;">TSi Solutions</span></span> is de handelsnaam van Travel Service International b.v.[KvK 06091935] </div> <div style="color: rgb(85, 84, 89); margin-top: 10px; clear: both;" lang="nl"> DISCLAIMER: De informatie opgenomen in dit bericht kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde.<br> Indien u dit bericht onterecht ontvangt, wordt u verzocht de inhoud niet te gebruiken en de afzender direct te informeren door het bericht te retourneren. </div> <div style="color: rgb(85, 84, 89); margin-top: 10px; clear: both;" lang="en"> The information contained in this message may be confidential and is intended to be exclusively for the addressee.<br> Should you receive this message unintentionally, please do not use the contents herein and notify the sender immediately by return e-mail. </div> </div> </div> </body> </html> --------------070500050007030707000103 Content-Type: image/png; x-mac-type="0"; x-mac-creator="0"; name="tsi_logo.png" Content-Transfer-Encoding: base64 Content-ID: <[email protected]> Content-Disposition: attachment; filename="tsi_logo.png" iVBORw0KGgoAAAANSUhEUgAAAF4AAABBCAIAAADXMIR3AAAABmJLR0QA/wD/AP+gvaeTAAAA CXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2AUJDRUrFIB4HwAADKtJREFUeNrtW3lwG9UZ f0+70q4ury5blyXb8hXHjuMESIamhHCVQlMIBAhDKbTQgeHoEDoDnbbTtB1KSyltCUdJw5BO ynA3DZQhKYQUhqvUkBAnwfclWdeuZB27klZaSbv9Q7YsyzpsEydG5Rv9oVm987ff9fveExQE AXwlhQSt+B0mQpHPdu0fPfhRxDOJq5XWTWvX3nVNlVVftiOsbK1xd/fuv+rHEbcfTj8RABDL pZft+VnbdRf9/0JDO7x/XXNzPEDD2c8FAEQosu3QY9ZNa0t0F1Wwyrz3891zcQEAQAD4VPrw 9kdBSa2oWGjSXHJw37uwmLEAQPUM+fvGyrhhjuN4nl/M9PEk5w8vK0QUJp1YhgMAGKcvGWVh ycaBQYduZQMAgE+lw+OeGX0Ro0SdAQUADAwO0ZHIItYR6h44ec9Tywqaq199uPnK8wAACCYu 2xiRTLVhXL7dzddmn6ubLbcNvnwKDAoup0/25StMOoW5utSyEZFhbWvme3jcnbuRyvQ1zg+O Te0cwq7btxTzswIAzVvOlxu0U73e76l8Nzxy4D/s5JT7W3/fjcZ1K4U5oAgAKEy6i3feO/WE 53ufexN+6aARZn/KSioW//h3z06FGFxy3Zs7W6+9UIBQmB4NAGA6d9V33t+lnDa3vhcOTfbb yxAFFEFwHIfzX3eNVn9W6/z3mWK5yd4xWByFjEh1hK69Ud1kVpprcG2VRC4VSVAhzafjXIKJ sYFw1DMZHvMEBuxRMgByvEPm+6ePvtR85cbaDZ0AAFyl2PLyg9Tx4dGDH0fcPlxTVbdpbe3G LginOtET5OF7d8Ji2fCJk59nIpRGpW5b0bJ0KuDvHXum/QZYCBQoElk2rWm9+oL6S85RN1uy Sy+tUYzb9/zGO8KjrrxfcJ1q21s79WvK7CXi8b/0jXv8J0fzJlM1W24bfBk94/YiQpHOWzav v+9GdVPtQkOj0lwtluNzf2H9oec33nHRzu2rvrcZigqjPH6o+8AtDzJOCi5D5i0AoG2r//Zz vyr7eksPUjCfSEZiB2/9zZHHX1l751bb5V/LepZ4gB4//GnP06+NH+qGs41xuUAjAGDe0Hnt G3/ACMUSTQEBoI4N/eu2hwAAuLoKVyu5SIz1hTKMuqzFomcKF6W5euurDy8dLll0pqo2QToR pPMeLtNS1nkP3C7VEafnNRSETCiH0SxokkkuGAwW6yIAQalQiMWluMn425+k2ETRAsoEOTWr FFuxrUwlKTDoOLn3gKe7l3H5UmxCJEaxKrnMoFE1mHTtNuO6lTWdTSIUKbo9keibT/8EFv+d cVDv79g9X1/DRKO9A4MllHNFa4tGrS6xn4O3/oZ2eGE5Dde0WjP8uJgER5x7Or+bTnAwG93n KIJUSzRu3sAWof4Qgo6bLhOhSLEpqJ6h93fsPq31mvlYcpbyFhOiznj29m1iuVQoTmjjk+GT ew9EPP4lssQzQxRCY26hZIVIhCKbHrrzLtfr39q7o2XrBZhKUZAowHn71EXImXHDrC/kePez ugvPKt0MI+QdN13WcdNlfCrt/aTP/s4R++FPnR/2pBNJsJSgnGF6+e79T6S55HxXiSKmczvO /enN1x9+/IfUwStefKBx8waAIvPknF8maCAA3iP9B77/az6ZWmhfrEretu3ia15/5PahV7pu v0okRoUK0xoIQO/zb7106fZsRF+oEPXGS3fdf1P3Hl27TagkaDLoON458kz7DR8+sCcRjixu EH1X840f7a7d2CVUEjQZdDgm9sGOp5+ybjl09yOe7t5FHBliVfKr//GQ0lwtVBI02QDM0dGj T+772/pb/2LbeujuR4Zeey9bx5yPSLXEhl/+oBKCd4lckR73HH1y39En90GRSNfeUH/JuqYr vm45rwuKyrzFFddd9NadvxcW7teXr9YU0yPA8/4TI5/88YUXNt21u/m6vhffLmtWRJ2hEgxK AKBmTau0Rl26JJ6BKTTq+ucNO0Jj7jL8A5NUhEFBuPnZX2harc4Pj48f6nZ+0EN+NsjR0Tz7 EqY51+rbriytFHyaZxabByyvUpbx7DZdewMAwHr+Guv5awAAAs/TE1RoxMW4qHiATrEJACFG KFQ2k3FdO64qU/RyftCToKOwArSm4+bL89VIJCLqDIv0F4Lw8W/3VkJeg+CStusvPoUDHnni 72Nv/hd+2aERAGjavEGqPWXVz6N/3nf43kcrpCgx15oWJ4yT+vePHut/5fBS1CjODDQjb3yE awjz+naILFJtyaMDx55+7eTeAyk2sUSFG3RBhsBxHMuy2SfpOJcgQ7Mi6PyS0Z5d+4/t2i/V EuYNncZz2qo7mzStVqLOiOJFE5NkLB4cclLHh1wfnRg/1B0accGcGF9QAgN2iBStDedewyqc XeSeeS9UCt7Kggv0OzkRCuJaQlatxgiFWCoBEAqCkGITiXAkRoXik+Es84QLHLksO8mTU3bm DU9VX16I+0JxX+iUTPTFraySL8eeeTcsVDA09fV16dRiuHzSWNvW0lJ5oGSOD+FX/2wpb1A8 z3tJMhSm0+k0JpFoNRqtVpPbNBaLkT5/LBrlBUEqxXUarUo1K6MlSYogqnA8/8TWPzmJ47hC Ls97HolE44m4VqOx2x3F3o9MJtPXVNsdE1aLJfemVjKZJCkfwzCpdFoiFqtUqmqdVpRT7qJp OpHgqqt1c8e0Oxx1VmtOS4akqHgigYhECoXCaNBnzvWnoEmn05/39eu02iabDUFEsRgby8lf AACOCWeYpmtNJovZBACMRCNOl5ukqOamxuyCAsEgLsXnQhMO04IA5kITY1maYXRarVozc44+ 4XSpiCqlUjml2ygKAPCSpNVSmw07gWDQ7pgwGQ2NtgYEQeNx1kNSHo9nRWsrjmOZNtFozD4x IZNJ5XPm9XipLDReLzkZDNZZLVJcmkolA8FQ1oqmoPGSFEFUmYxTrFepVCiVM0UAl9sdY9mO lW3ZK3YqgiCqqoZHRodHR1uamr6g6hJVVdnvXjElk8lyn+QJzTB2x0R7W5tk+uBcLpc32RpI kurt71+9qgOZTvN0Ou3w6FhnR3uxm4HpdNrl9nStXpXpgiCY0aDPD97RaFSpKFwQ4TjO4yWb bA15E0AIbQ0NNM0wDHM6XcDo2HhjQ71kzoUCvb5GJpO5vd4ZY5RK5XKZ01W0NsjG4xiOIUUy 5iloMAyLRKMFW1A+n06rRdECYR5BRIaaGsrnP224MAwDIawqolNmo8GXsxieF+qsVpKiorFY wfYSsYRl2WJ/XZmCxqDXU5TP5y+wyTDNqIiiBQSVimCYyGmDpvRiFAoFl0wmkzNH6WIUrbNa hkdGCwZiiUSs0agHhoaThahfVmsk7W1tJOXrOXGSony5AyUSiaxvmys4jnNJ7rRBU3oxEEIc w7jkrFsG1TqdRCwuZla2+nqlXN5z4sTYuD0ejxcmClIp3rGyrdHWQDPMseMnotHYNLMRIFwu fIIX+EUsptHW4CXJWCGzghDW1pq7OldJcby3f2DC6SrKoRRyeVOjraGurm9gIJVKZ3SyhF5w HCcRi08bNGJUzHGllLTgeiQSidVSmzWrufEKRVGDQb96VUc4HPaSZCl6qVIRVUplMBTMhEaa ZkoYv0JRptaPIKJ0Ol0wdqLF6ykFRS6X08UDYoxlEQQpeBFTX1ODoKjHS2Y0pcg6kfq6OpLy lWHeGIalUikAgE6rISmqoBsTBEBSlE6nLb0fHJdGC4W/aDQql8kWBI1arWKYSJ5TyE3Hq4sv psnW4HK7ExxX4g8Q2V2XgiYSichkskx2h2HYhNM5t43b45ZIJCVCRnY/gWAwNZvBJpPJUDis VqsWxmsQxGwyDo+OzY24DMMEgkGT0Vhi2xaz2e5wIMVVNbvrGWhcbg87/Sp4nndMOKFIlE1J W5oag8Hw6Nh4Ni6mUqlxuyMQCLY0Nc7Wo3wBAGASib6mpn9wKJGYulLMsvG+gUFLbW3BdKm0 mE1GHMN6+wdiMTY7KUX5hkZGW1uaSw9oMOg5bia6h2l6MhDIGgTDRMbtdkuteaYACgAgKYry +VOplAhCAQCNWl1rNuWyNZ7nPV6vfzIABAFACCGs1mkNen2uco7b7fScHKfR1pCxGpKkPCQJ BAEAiIpRs8moVqkKcb8JtYrIS+o+7+1b2bYidy7/ZMBLkqlkUiQSCYJAEITZZMz1Mn7/JC/w NdX5f7+Mx+ODwyOdHe0AAJZlnW43w0Qyg+AYZrHUZrleflFCEITS/0WadvKLLDB+we4FB/zi oxUc5Kt6Tcl6zSd/enHp7mx/GUWmU62//0YUAEDUGzGl7CtEZlJEQgEA+B+mdoZGTYLKhwAA AABJRU5ErkJggg== --------------070500050007030707000103 Content-Type: image/png; x-mac-type="0"; x-mac-creator="0"; name="tsi_sunset.png" Content-Transfer-Encoding: base64 Content-ID: <[email protected]> Content-Disposition: attachment; filename="tsi_sunset.png" iVBORw0KGgoAAAANSUhEUgAAAMgAAAAUCAIAAABHxuWdAAAABmJLR0QA/wD/AP+gvaeTAAAA CXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2AUODBUxdffT6wAAAgFJREFUaN7tmc9LFGEY x79PK+4SqQeXiKVECCKigx3tJl089zd46xJ48dShgxBCnTtIN4sg7BAhEnVSEJGicA8uopiO 67i/mlXb+bHzdJhZW3HL3bFD7H4/t3l55vLymed9n+9IrlAEIf+aC9wCQrEIxSIUixCK9Z+h 2kLBmcUUi4SWiBw/CiD19tQKgkVVhQhUoRSL/MUqEdRMCuRSQOtVq1uUY73Ctfani5KcSzAA IqqqgJ01KoZpGyV4CkGspzueSl4cHOhKJMIuJiI1IykWaUTdCQjANs3tmbe5DyuVnaxt/FDP hyDWE0+k+nuHbly5P3L53kjooYh0RssSJu/nuWC5pdL2y9mNp6/c/NEftzgmydE718fH+oZu Q096SbHIabfUddOPpnZnPlYPnDPLL90auPnkQf/d4Q45Cnl5j/Q5Ql3LWp2Y3Jmeb8YqQA7S W+mHzwqLSx0SOlCsiCehOfdp782CVv1gNGzmln+0nl17/Nx3HYpFGuMUi5nJaa9cQYvxgbWy vvXiNXyfYpEGGLPvnd1ylFbnq/luobK/T7HIqXZVyOfnltWrRnvd+popf1v7PVpSLBJg7+V+ fjcAjTbdVcvOYWYTUEg7u0WxWsazDp2CBUhkKUqfv0j4S6htowcm71GIX+vrTvUGwQO0iblQ T2QV8avJ8Ldh+0ZavwA5euH47dxLqgAAAABJRU5ErkJggg== --------------070500050007030707000103 Content-Type: image/png; x-mac-type="0"; x-mac-creator="0"; name="tsi_pictos.png" Content-Transfer-Encoding: base64 Content-ID: <[email protected]> Content-Disposition: attachment; filename="tsi_pictos.png" iVBORw0KGgoAAAANSUhEUgAAAMgAAAAUCAIAAABHxuWdAAAABmJLR0QA/wD/AP+gvaeTAAAA CXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2AUODBQ5YjdqmAAAFfhJREFUaN6tWnuQJVdZ /87pd9/u+34/Z2YfLoEkhIgKBhFULErRskpUCtEqSrAsRYllafkAFFC0Ioi8gglEkgACJgiJ POVRmsVEINklyezO7MzsPO6dO/fV99F9+919jn/0zOxsmJ25Szi1VTt97+nvnnO+7/x+v+87 Bz3yrUfhGo0CdH/7b7zVbQAafYAA0QMdbvjL19301jdjnv/+d03TOve9JykAOmAuehcBBYS2 fvINu09AAa7qCAA/cf9bFl77a1d/tmfZsi+trJqmeeiYw/FY+/u7nEdW0O6gd/9Hu7+PzvzF q1/wt2899F3XdZ9evGg7zu4zQkCvTNfb2NDe8VF/qbO3NlcNjlWFW97zh6d+57cOtdwfaMuX Vp6xtmjvD+f8+eHb7g0H00PfFSvxF933d6WXv/TQb6N1vmKWAkK7f0StddsbKFyz/cTH37rw 2lcf4npKm63trWbr8LAAML95VnvLvdc2DOz3f4QQkmQprig8z2fe9Jrp0pKxtqk9thzo7vcN ER22yM/4+soDAojFYjFZZjlW/KNfdQeDyYW18bmtQ95H6Fo2D1sFQAgkSY7HFTaXLbz+18wf XdWXV0bfXXF6xoHV2Au2Y1sUUjSaGOV5PhaLcTyXet0vjr/1+HRzx1ztEzc8crbH/QIAwzCK ElNiCkji+PemXmegPfH05HyThuTqsV6H3SiqEELxuBqLyRzLxv7ktd5kPLm4MvruGnFCeHaN YRhVVUVRYF7+kolJnW5H++6isbRDfPKM5WUPzJQijNWYUq2UYorMMhzGKHjjrxPPJZ7nbHeX 3v+v2w/9r9c3nrmSR06cAgAFhsFxVS0WC6oaQwgDhco7/pgGAbGd4RNPrd71qe7Xvxda3veH yxFm0d42UFWlXCom4irGmFKK5xvgB4Ft2Tv9tXs/vX7PV72hvjdldLzD9/Y7QkgUxUqlnIzH GQYDpfSGM+SNv0k8b3juyaX33as9shzaXjSWmfcBAqAMy2TS6VKxIAoiBYoqpfLpU0AIMa3h E09fuOPu4f+thLYH17UZ9hyfTqXKpaIoCtFMCm97EyU+td3h40+ufPjful8/H1r+7Ab315nj uGw2UyzkBZ5HCOH5Bv3RWwLXDSbG4NuPX3rvJwffvkjccH+4+4FFWZbN53L1WpVlmV2DFLba nSDwYzE5dXL+xz/8rtarvvrEH91hbWoHYODaC4gQUIoAMMuUS8VquYwQMi1L04a27QCiLMup Siz7sy8p/PSLlt53z8r7P+N2dLoXVteKKoSucmOxkK9VKwzDjMaTqWkSQnLZbCwmMTwfT6Ze 8K6/Ktz24+f//H36xdZBXrvWoPe6IIRQLpdt1Cosy+mGYZqm47qUAseySkzO/9zL8i9+4cpd n1p6zyfd3uQAzx/vKVEUq5VyPpd1PQ9htLq6TghBAPG4mstm8q94aebHblr5l08uvv0e4pHr iSrE8VytUi4VC67rDYejiTH1fR8BcByrKErm5S/J/9SLLvzjnasffNAdmLMjKwCIonhiYT6Z iCN0haMQz/MczylK7Vd+sfQzP3X+r9+98bEv+2P7KsRCGOdy2YNRRSlFCE30iWVZfQ31B1ql XKq+6pWh7T7x5jucroGORSpKAQBjplwsVstl13VdzxVFiZBwOBoBpRSg30eqolSrlTO3/y5C cOFv7w1Mf4+MroEvdJemEIJsNtOo1wiha+sbw+EoCMJqtSwKfK/X7w80lmVr1Ur5lT/DSNKj v/WXTmc8E60gBJRms9m5Rg0BWru8bjvOdGpSSjDG+VyO5diQECmVPvPm17Oq9Pjvv2d2umIY pl6v5TLpbn8w0LT5Rn041KLpEEp5QRhqw0ql9Jzb3+ANjOX3fvq6sKpaKRcLecOYbm41jalJ SLgnaqE/0HqxWK1aPnP7Gymly+/+VGjOilscxzXqtVQycUXIktDzfISA53mEEKWUUdWb33Y7 Dcnahx+mPrkSWEostjDXiDqZluV7fhRekiQKe9p8oA1Zhpl79S/bW72n3nZ36HhoBiBNp5K1 atm07ItLy6ViIZVI5nO5iW6EYVitlAGg2WpfXL50+uSJM3/4xunG9vpdX9rPFA51GN3zfjyu ztXrnuevrF02DCPaWKlk0rLtZqvtuh4AtSzn1ltuKv3cS298+xsef9M/RVh9NG8DpWpcPbEw 57pup9trNGoCzzdb7Z1OZ2F+LpNO7clFYATh5Otfoy+vrX3oYQrHgwtCqFIuZ9Op9k5nc6vJ 8zxQAIQpJQgBRggARuOxYU5Pzs/f8Ge/Y241tz/32IzuL+Rz5WJB142lSyu+7z/nzI90uj1D 14OQAFBCiG4YS8srp04uPO9P/8Bc62x+4muzwCHGuFopZzOZ6NGy7M1mazQahSFBCFiWKxbz 5WIBYwxy7Pnv/NPxd5cGjy4DAN6bcDFCOT8INja3Fi8uLV5cXry4lMtmnnvDmejfDWdOu57n +H79V1+hnCgdWEl6BJCWy6UoxfB9v9vrTy0zFpPnG/VTJ08U8rliIT8/V+dYttna9jCc+YPf pAdkKDpywtlMRhD4vqYhBKqqSpLEMCzPcUEQErJLIkHgRwOs/MIr0i88BQD0SHBBCGGMi/k8 pVTTRrlsloTEtKxEQi3kc+lUMgiCza3WWNej7owozr3ml+T5/Cy+FwQhl82YptXpdAEgGn+5 WMQIMQyTz+cSqppMJl3H3Wy2hHy+8ZpXckl5Ns2OK5WS5/ubzabv+wAQV5XTp04sLMwrSmzf FyEhzVbbw+jM7a+dkWRFUcxk0hEBTk1r7fK6pmm8IJSKhUq5VMhnTdNq73QBUBgSLMdO/f5v XKFCWZYVRYmeSRi6ns+yHAANwzDiREIIpRQAhsORZVkLc3O5lz1vsriJjkkKQZIkVYkNtGGE KK7ratpIVZRUKrmf1rIswzCMbduDgVa94bnZ204Nzq7sFQeuKd54jksmEwAgiWIhnwuD0PW8 0Xg8NU1VURQlpusGwiifz3m+P9GNVCZT/vmXaY8uH42ylFA5JquqapomIWFMljc2t4rFPEao 0+0NBhqh1PM8P/CTiXj0RuqmG9O33rjzxf85DgkhlUzwPIcwOnXyBCCQJIll2Vq1nEmnAIGq KAihhblGuVgAhMKQFH76Nql8jzvSjnV/MpkQeL7d6U5Na18acSybz2UT8Xh/MOh2e7bjAqW2 bfcHw9rNNydvrY0fbx5rOZVKiYIAAL7vt7bb+nSay2Vr1QrHcUApwzCmZa1vbNmOwzKM7/u5 F78wfmNFf2qbBYCYLLMsu0+oJ+YbAOA4brO1TSl1PW+7veO6LqVgTKdBEPhBkP/JW1c/8AVK 98sI15wwBdB1nVJQVUWW5Xwue7DDeKJfuHiJUgIAxtQMwjB32wsGZ1eOSOAi8cYwjCSKCKFk IjEajwkhcVWtlEtBEBBKTp1YmOgGyzKqouq63u10k6fjiZvn+KxyrL4SBUEU+P5gIIqi67qy LHEc1+32c9kMAARBMNBGGOMrebUsJW9pdL7GHCmBEUJIlmUAWN/YtCwbY5zP54r5XLvTHWga BjTXqMsxebvdHo0nAJBMJk/M1ZUbSu63ZgisRJwQYk5NEobP4BBB4CMu22q2BtowJKFpTkOa z734+bMElroHeJZlj0ZjSRQX5ucQQs3WNsMw5WKBErBse2qamVTKdhwxoaZu+pHdwGJYBu/l YAzDJBMJAJiA7vs+QhClGK7rRh2CMPQ8n49IFx3JggCiIBBCgjAsFHKlYoHneIbBV0lOjBEC WY7lc9nxRCeUCrnsfj3mKIiWxIi7W9vtTrdLCE0m4wvzc74fjMaTbCYlSSLLsJ1ebzQaj8cT PwiEpMrJ0n556pokixDG2HEcged5nsvlsp1ONyThwvwcADiOM9GniXj8QDJOlUYJs+yRHEsZ hmFZlhAyGk8i93e7NJmIt7bbJAwBoZ1ON5vLdnuDMAwAIJK2nCrOQlgsywZh6PmH63FCiO04 QRBGSXrgB0EYyrXKbMp9F3FsxwnDIJspcizb17SdTjeTTgEgQsIgCCJwcRxXFHkuHt+lwkMX xLJtQgil4Nj2flQdYKMorOg1uXBXB1MEgAA5jiMKQpQZsAwTZRMAEI+rL7z1FoZhKKUcz+1X BGh4jAIgZLfDTqcT0bRhmLbtCAJvGEav10skEr4fOI7tBwEgwBgRQqNUd5YMLgzJTqfrB4Fl WYPBsFQq7E8eY+R53oH8Ah0vV678JGIwjgILY4wQYlnWC0MEwLIsgzHD4DAECoAxBjRrESuq v1xrZsbUXF27HHEOAAWEMEI0CK6rNIoQAoRkWQKAqWECpbIkMQxj2TbLsDFZcj3P8z2Q+Csa y/MDQshBeAcA07KiyLBs+2CxjGEYnufs9s7+UckRO9WyHYwxx7HacNjrD4Iw7HZ7sizPN2qC IOyTL1AADIl4nMGM2x8AAMLHeN913WjMqqrqug4APM/xPO95nqoqqVQyl8m4rqtPjeFw7DgO g7HbH/mGdXQ1iwIQQgkhoigMh8P9gyPLsg/vjgAomm7tkOP8FIah5/kYo3wuZzsOxiifzYqi uDDX6A8GCKFKuSSKQqVcHk8mCCCRSAAF33Bm8brreQzD8By3X1OlFHRjGpIwlUjEVSWdSrY7 3SiqOI5jMGOsrc9iOdiblyxJHMsGYQgAuWyG49hcNoMQyLLcaNRkSer2+xgh6vmupu0GlmVZ QRDuy6yoTSY6ABBKpqZFKVAAjIBSSMRVDjODR8/DDIwVafZ4PN7rDy6vbwClISEY45AQQsh4 rAdhkM2kMUIASOA4Qmnv7BNHV94j8R4EoWXbSix28sR8t9f3PL9UzPMcx2BcKcWijcEyTDFf EAXR931EQv3Clj+y6XElJ9fzPM9Pp5KdTpcQshdYlu/7HMdFm+1gGT1w7Mn5JvHCo+sYlFLL tgCgWMxPpyZCSI7JGCFVUSilCIEoChjjZDLBcSxCKJVM2P3edHFnFvfr+rRWwYlEfKBpUSiM x+NmeycMgluefxPHstVKeTiauK6DEI6rCsYwePSpWSyPxnomnQYASRJTqWR/oCUTSVEUsmxG N6ZyEMZkSRLFsa53+4P5es3rD0bnl3cDyzSt8WRSFPMH49S27ShLMk0LEOA9JVguFSfLy50v nwcAIMcAtW3bhmGmkolEIj4YaFGhPJ1OS6Jo2fb65qbrugihXDZDKSCEJk8/rZ1d2cPew7VQ JN5939eGI1mWJVGsVSqEhEEQjsbjuKoSStYub4xGY4xxrVYp5HKUUrfX3/7S1ykhRyMWArAs SzeMVCqZSaf7g8H+gvQGWrlYIIR4vk/20hYANH76wvDc08dSFgUYT3TXdQFQe6czNc1sJjM/ V19bXx8ORxjjuUY9kYivrF6eTqfZTDabTm1+8etWq8co7LHun0wmlmWnkol4XB0ORwCwenk9 2hXb7Z1GrcrxfDabam3vqEosm830//cx40JvlsAaj8eO64qCEFWb1zc2Fy8sSZLoup5pTmVZ FkQh8APTtPK5rKIoa594YHqpt1/HgvZOxz8A5lPL2pdsvu9HuT/LsvValSHh+n0P2e3BjNy8 3W4TQuq1aiwWA4B6rZpOJSNtIQgiIaS1vdPablNKvMlk8e8+ErnrWGUREqJpQ9u2KaVjXV/f bG61WsPRCGNsmbY5NSM+6HZ7gsCLIt/8jy+Mz20cj7IIhWHY6/cjbpIlKRoPIaTT6erGlOO4 uXotvludoaHjbP37F6erO7Mc6riOs9PpSZI416ixLKvruud5URxEon46NW3bVhWlVi1b2+3N T3/F1y2YTRG2Ox2Mcb1Wi2B1H2sHA208nrTbO9pgyHPcXL1GJ+Olf7xvRve5rtft9iJrkigu zM3lcxnLskxzihBmGAYB0g1DFIRKpeSPtJUPPnjVkY5t25fXN+cbNZ7nD0qK0WiMEDAMoypK pVxKqMqlu+5f+8hniRfsogo9Rq4OR6PNZmuuXnvOmdNRISSbTkdZz5nTJ1bWLgOFRDwe6NPF Oz60/fDZg+fLRxiOoGVldf2GM6eTcdXQjf5ggBD2PI/lGIZlQhJKklStlInntb/6jSf/6qMH yu7XzgspBYDReLLVbDVq1Ruf99zllVXTNP0gsG17aflSrVpJxOOiJAJA6Lob//a5Sx/8LA3I kVWXK7/X7fUkSSwW8s97zpl2p4sxprtv0ui4tpDP16plok++/cfv7Hz5cTTb7QaEUa/XZxi2 Xi3ffONzt1rbo9E4qpQ6jrN4cYll2WQiUa2U+SB88p13tr84a0GfUtrudDmOL5cKACCKQq1a qVWvZJRT05REoVIuBX3t8T95p3GpdVVgUUo1TaOEzM81BIFPxuONej0IfIQRgrQkSclkHDnu 2sc+9dRb7vSH9r4TdhOXw7JCuicje70+UKjXqwtzjYMpMcuyjXqN57lQ1y+85+6VDzwYmt6x p9sHv5tOjcsbG7VqpVGvplJJ13UBIUWO1WtVAFBVhUfo8n2fuXjHx4OpDbOkG3tR2+32EKBK uXjm9MmJbuiG4TgupcTzPNfzBIH3LXP9459dfPtHiBVcue51XFJICGltt0NCysXiwlwdIdSo VaNCtKLEEnE1nUqaGxuL7/qX5gPf2s+tZ/E/oXSn00EIapXywvycnjFM04z0FsMwsiwnE3Ff G3zvHR9ev/8/aXAdNybCINhsNlmWyWbSz8jwoiJorFHXV1ef+uv3tz//6H46zx6sdmjDoWXb pVIxmYgXCzmEEPU84nnEdgbfOLv0z/cNzi4GV/IUdPS1GXQgIep0u1PTLJeKcVUNghBjRGyH +B41ps1HHlv54L+Pzq2E9nVc59hvmjY0jGmxWMim07IsYYQg8BMsS1xXf+w7qx97oP3ZR33D PjAqOhu5hO2dzngyqdcqqqLEVZXSkPo+CkloO8NvP3HhH+7sfXMx2LVMj0asg83zvGazZehG sVSISXKpVESUUs8Lbdvd6W09+Pm1ex6eLrV/gKUgYdhu7+gTvVQqxlVFVRUEQByHel5gWBsP fWnt7s8Nv7NCg+u6lUWj2Fq7vN4fDCqlkixLmGEwpcR1Q9f1hpP2V76x8oEHpqttEpDDL/pR Si3LWlu7zLKcqiqiKOj3f366uKRf2tCfakcX0H6wRik1DGPZMARRVGIyz/PaHR9xet3xk2vT lf6zuXpGKXVdd3Nza3u7HYvFRKDW1x7Rz57T1zanl7qzn+EfigKmaS4tr4iiqCgxbBjTL/+P s9acXFiZfG8rtIMf2DIhZDgajcZjURRjMRn3e/pD/z1+4iljqeVsTyilz8aybhi6YQiCqCgx nuO0d99ttXYmFy6bq9qzWecwDKNSsyRJsiTBZnPy4H9Zzdbw3KrbOeTu6+EZh+/7o9EIAHbu /4q/2jxGl1xPcx3HdRwA2Lrz8/BDbUEQTCaT4Xg8eOArbnTaCOjZD5sC2LZt27a3saHd/wV/ aeeHNWBKaWTZfvLp4T0PX+tq8g+8zo7rAEDrQw/RH57ZCHosyzK/c0676z+PCIz/B1vsKRkb ku7+AAAAAElFTkSuQmCC --------------070500050007030707000103-- --------------090609070201040605000107-- From [email protected] Thu Jun 17 12:26:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59731 invoked from network); 17 Jun 2010 12:26:22 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Jun 2010 12:26:22 -0000 Received: (qmail 49656 invoked by uid 500); 17 Jun 2010 08:26:22 -0000 Delivered-To: [email protected] Received: (qmail 49332 invoked by uid 500); 17 Jun 2010 08: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49311 invoked by uid 99); 17 Jun 2010 08:26:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 08:26: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 meel.traserv.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 08:26:10 +0000 Received: from localhost (meel.traserv.com [161.129.204.104]) by meel.traserv.com (Postfix) with ESMTP id A9234C281DF for <[email protected]>; Thu, 17 Jun 2010 10:25:49 +0200 (CEST) X-Virus-Scanned: [email protected] Received: from meel.traserv.com ([161.129.204.104]) by localhost (meel.traserv.com [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id fnGMyU6rHS28 for <[email protected]>; Thu, 17 Jun 2010 10:25:44 +0200 (CEST) Received: from hpi.int.traserv.com (hpi.int.traserv.com [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by meel.traserv.com (Postfix) with ESMTP id 7766DC281E1 for <[email protected]>; Thu, 17 Jun 2010 10:25:44 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 17 Jun 2010 10:25:44 +0200 From: Hans Pikkemaat <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:161.129.204.104) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5 MIME-Version: 1.0 To: [email protected] Subject: cayenne log4j configuration 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 using cayenne 2.0.4. and have my own log4j.xml configuration. My configuration does not have any appenders for the root logger. Looking at the isLoggingConfigured method in the Configuration class I see that cayenne assumes that log4j is not setup when the root logger does not have any appenders. So what is happening now is that after processing my log4j configuration file cayenne is also processing its configuration file. See log4j debug logs: log4j: Using URL [file:/data/projects/common/paymentservice/model/trunk/target/test-classes/log4j.xml] for automatic log4j configuration. . . log4j: Reading configuration from URL file:/data/projects/common/paymentservice/model/trunk/target/test-classes/.cayenne/cayenne-log.properties Is there a way around this except from moving to cayenne 3? tx Hans From [email protected] Thu Jun 17 12:31:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65482 invoked from network); 17 Jun 2010 12:31:02 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Jun 2010 12:31:02 -0000 Received: (qmail 55500 invoked by uid 500); 17 Jun 2010 08:31:01 -0000 Delivered-To: [email protected] Received: (qmail 55372 invoked by uid 500); 17 Jun 2010 08: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]> List-Id: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55316 invoked by uid 99); 17 Jun 2010 08:30:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 08:30:58 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 17 Jun 2010 08:30:52 +0000 Received: (qmail 30988 invoked from network); 17 Jun 2010 08:30:30 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 17 Jun 2010 08:30:30 -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 v936) Subject: Re: cayenne log4j configuration Date: Thu, 17 Jun 2010 11:30:29 +0300 References: <[email protected]> X-Mailer: Apple Mail (2.936) From what I can tell, there's probably no way around other than either configuring the appenders or moving to 3.0. Andrus On Jun 17, 2010, at 11:25 AM, Hans Pikkemaat wrote: > Hi, > > I'm using cayenne 2.0.4. and have my own log4j.xml configuration. > My configuration does not have any appenders for the root logger. > > Looking at the isLoggingConfigured method in the Configuration class > I see > that cayenne assumes that log4j is not setup when the root logger > does not > have any appenders. > > So what is happening now is that after processing my log4j > configuration file > cayenne is also processing its configuration file. > > See log4j debug logs: > > log4j: Using URL [file:/data/projects/common/paymentservice/model/ > trunk/target/test-classes/log4j.xml] for automatic log4j > configuration. > . > . > log4j: Reading configuration from URL file:/data/projects/common/ > paymentservice/model/trunk/target/test-classes/.cayenne/cayenne- > log.properties > > Is there a way around this except from moving to cayenne 3? > > tx > > Hans > From [email protected] Fri Jun 18 20:15:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86237 invoked from network); 18 Jun 2010 20:15:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 20:15:49 -0000 Received: (qmail 38625 invoked by uid 500); 18 Jun 2010 20:15:49 -0000 Delivered-To: [email protected] Received: (qmail 38560 invoked by uid 500); 18 Jun 2010 20:15: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38552 invoked by uid 99); 18 Jun 2010 20:15:48 -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 20:15:48 +0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=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 qmta09.emeryville.ca.mail.comcast.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 20:15:38 +0000 Received: from omta24.emeryville.ca.mail.comcast.net ([161.129.204.104]) by qmta09.emeryville.ca.mail.comcast.net with comcast id XXM71e0031zF43QA9YFHf5; Fri, 18 Jun 2010 20:15:17 +0000 Received: from stargazer.midnightbsd.org ([161.129.204.104]) by omta24.emeryville.ca.mail.comcast.net with comcast id XYFF1e00U4MLobJ8kYFGjg; Fri, 18 Jun 2010 20:15:17 +0000 Received: from lholt-desktop.primemediaanalysis.com (75-151-13-201-Michigan.hfc.comcastbusiness.net [161.129.204.104]) (authenticated bits=0) by stargazer.midnightbsd.org (8.14.4/8.14.4) with ESMTP id o5IKFB3v010497 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for <[email protected]>; Fri, 18 Jun 2010 16:15:15 -0400 (EDT) (envelope-from [email protected]) X-Authentication-Warning: stargazer.midnightbsd.org: Host 75-151-13-201-Michigan.hfc.comcastbusiness.net [161.129.204.104] claimed to be lholt-desktop.primemediaanalysis.com Message-ID: <[email protected]> Date: Fri, 18 Jun 2010 16:15:10 -0400 From: Lucas Holt <[email protected]> User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:161.129.204.104) Gecko/20100401 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Strange Cayenne problem Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Earlier today, I was writing some unit tests and stumbled onto a strange problem with some existing code we have. A result is getting returned for something that does not exist in the database. I've included the method that's getting called below. Given a specific input, we get a valid object even though there is nothing close to it. We have a system with a "publications" table and a publication editions table. The latter is an instance of a publication typically used when we have a newsletter from a specific date. If we use today's date and a publication name we'll call A, we get a PublicationEditions object for publication B on a different date from last year. The primary key is different as is all the other meta data for the PublicationEditions object (a cayenne generated class). The only possibility I've come up with is that there is some hash used in the system and we happened to hit a collision. Is this a possibility? We've been using Cayenne's LRU algorithm, but I've tried switching to oscache today as well with the same results (also LRU). Lucas Holt public com.prime.pcd.db.PublicationEditions lookup(final String publicationName, final Date date) throws IllegalArgumentException, ModelException { com.prime.pcd.db.PublicationEditions pe = null; if (publicationName == null || publicationName.length() > 255 || publicationName.length() < 1) { throw new IllegalArgumentException("Invalid publication name"); } if (date == null) { throw new IllegalArgumentException("Invalid date"); } try { Expression qualifier = Expression.fromString("publicationEditionsPublication.publicationName = $pn and publicationEditionDate=$date"); final HashMap<String, Object> map = new HashMap<String, Object>(2); map.put("pn", publicationName); map.put("date", date); qualifier = qualifier.expWithParameters(map); final SelectQuery query = new SelectQuery(com.prime.pcd.db.PublicationEditions.class, qualifier); final List<com.prime.pcd.db.PublicationEditions> editions = dataContext.performQuery(query); logger.debug( "Number of found items is " + editions.size()); if (!editions.isEmpty()) { pe = editions.get(0); logger.debug(pe.getPublicationEditionsId() + ", " + pe.getPublicationEditionsPublication().getPublicationName()); } } catch (CayenneRuntimeException ce) { logger.error("Cayenne error looking up edition: " + ce.getMessage()); throw new ModelException("Could not lookup edition"); } return pe; } From [email protected] Sat Jun 19 14:48:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69039 invoked from network); 19 Jun 2010 14:48:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 14:48:50 -0000 Received: (qmail 61652 invoked by uid 500); 19 Jun 2010 14:48:50 -0000 Delivered-To: [email protected] Received: (qmail 61577 invoked by uid 500); 19 Jun 2010 14: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61569 invoked by uid 99); 19 Jun 2010 14:48:48 -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 14:48:48 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 19 Jun 2010 14:48:42 +0000 Received: (qmail 3891 invoked from network); 19 Jun 2010 14:48:20 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 19 Jun 2010 14:48:20 -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 v936) Subject: Re: Strange Cayenne problem Date: Sat, 19 Jun 2010 17:48:19 +0300 References: <[email protected]> X-Mailer: Apple Mail (2.936) This is odd since your query is not even using caching, so it hits the DB and returns the data from there. Do you have Cayenne SQL logging enabled and does the generated query look like what you expected? Andrus On Jun 18, 2010, at 11:15 PM, Lucas Holt wrote: > Earlier today, I was writing some unit tests and stumbled onto a > strange problem with some existing code we have. A result is > getting returned for something that does not exist in the database. > > I've included the method that's getting called below. Given a > specific input, we get a valid object even though there is nothing > close to it. > > We have a system with a "publications" table and a publication > editions table. The latter is an instance of a publication > typically used when we have a newsletter from a specific date. If > we use today's date and a publication name we'll call A, we get a > PublicationEditions object for publication B on a different date > from last year. The primary key is different as is all the other > meta data for the PublicationEditions object (a cayenne generated > class). > > The only possibility I've come up with is that there is some hash > used in the system and we happened to hit a collision. Is this a > possibility? We've been using Cayenne's LRU algorithm, but I've > tried switching to oscache today as well with the same results (also > LRU). > > Lucas Holt > > > public com.prime.pcd.db.PublicationEditions lookup(final String > publicationName, final Date date) > throws IllegalArgumentException, ModelException { > com.prime.pcd.db.PublicationEditions pe = null; > > if (publicationName == null || publicationName.length() > 255 > || publicationName.length() < 1) { > throw new IllegalArgumentException("Invalid publication > name"); > } > > if (date == null) { > throw new IllegalArgumentException("Invalid date"); > } > > try { > Expression qualifier = > > Expression > .fromString("publicationEditionsPublication.publicationName = $pn > and publicationEditionDate=$date"); > final HashMap<String, Object> map = new HashMap<String, > Object>(2); > map.put("pn", publicationName); > map.put("date", date); > qualifier = qualifier.expWithParameters(map); > final SelectQuery query = new > SelectQuery(com.prime.pcd.db.PublicationEditions.class, qualifier); > > final List<com.prime.pcd.db.PublicationEditions> editions > = dataContext.performQuery(query); > logger.debug( "Number of found items is " + > editions.size()); > if (!editions.isEmpty()) { > pe = editions.get(0); > logger.debug(pe.getPublicationEditionsId() + ", " + > pe.getPublicationEditionsPublication().getPublicationName()); > } > } catch (CayenneRuntimeException ce) { > logger.error("Cayenne error looking up edition: " + > ce.getMessage()); > throw new ModelException("Could not lookup edition"); > } > > return pe; > } > > From [email protected] Mon Jun 21 11:19:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19873 invoked from network); 21 Jun 2010 11:19:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Jun 2010 11:19:13 -0000 Received: (qmail 92108 invoked by uid 500); 21 Jun 2010 11:19:13 -0000 Delivered-To: [email protected] Received: (qmail 91848 invoked by uid 500); 21 Jun 2010 11: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91839 invoked by uid 99); 21 Jun 2010 11:19:09 -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 11:19:09 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=AWL,FREEMAIL_FROM,HK_NAME_FM_MR_MRS,HTML_MESSAGE,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-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 11:19:02 +0000 Received: by wyb32 with SMTP id 32so2662918wyb.16 for <[email protected]>; Mon, 21 Jun 2010 04:18:41 -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=yX4uuHnipBiq43UTyzt4KGVe3+QE/8CRwFmXpuWiV7g=; b=SZCYq4vekM0MYLhAbP3DaJj6mKdEF6BNWvm91fjl9hUTwuUP9sBYb866SDs2Nb/4cj sPCJH98uAvY7opXQ8mOIuXbwqyZduFPCtxuKJlJv77fPwf0vMiTVQY3U9BiH4V39Ht5b ehLEsW3OnFU9jaiSj1oJilLGW5j35IRRAlGT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=F56wGoHrvCb7vLvIPFPEAjern9B3IIgcXfNdd7yeCyqxaJKpSUJe4zjs+c2dRxGW6q CYLM4SmGEG1zymzLDckdMfqUznzeUCXBwo9zx1hhGEVgCqlcyNo2gDFCMk1LqwYiCvUs hz1wRYrccU2/L1X+rO3kmVYJxKkIs+hnYyiCM= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t48mr79584wek.82.1277119120987; Mon, 21 Jun 2010 04:18:40 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 21 Jun 2010 04:18:40 -0700 (PDT) Date: Mon, 21 Jun 2010 13:18:40 +0200 Message-ID: <[email protected]> Subject: Create indipendent library for manage read/write operation for different content From: "mr.abanjo" <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016e657b1da8ad5440489887742 --0016e657b1da8ad5440489887742 Content-Type: text/plain; charset=ISO-8859-1 Hi, i'm working with a lot' of web sites. Most of them must connect to the some databases to read / write data. So, for every kind of "content", i've created a library (jar) that manages the database's operations. For example, user, news, meteo ecc.. are managed in different libraries included in different war (one for each webapp). In this way, i have a single code to mantain, and if i must fix some error i can change the code in a single place, and all webapps get the fix when i recreate the war. Now, the problem is that i want to let the library to be indipendent from the webapps that use it. In the jar i put the cayenne.xml and the corresponding datamap, but if a webapp need to load different kind of data (es meteo, and news) in the war i have more than one "cayenne.xml" file.(es meteo_cayenne.xml, news_cayenne.xml). I can use different names for them but what's happen when i call: Configuration.initializeSharedConfiguration( fileConf ); for each file? Is this the right way? Also i can leave the datamap in the library, and the cayenne.xml file in the webapp, using different "domains" declared in it. But in this way, the library is not completly indipendent. What i want to obtain is that the webapp don't know nothing about a database/cayenne (except declaring the jndi connection). There is a way to reach this objective? Thanks, Davide --0016e657b1da8ad5440489887742-- From [email protected] Mon Jun 21 14:09:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74032 invoked from network); 21 Jun 2010 14:09:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Jun 2010 14:09:57 -0000 Received: (qmail 90626 invoked by uid 500); 21 Jun 2010 14:09:55 -0000 Delivered-To: [email protected] Received: (qmail 89992 invoked by uid 500); 21 Jun 2010 14:09: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89750 invoked by uid 99); 21 Jun 2010 14:09:54 -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 14:09:54 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HK_NAME_FM_MR_MRS,HTML_MESSAGE,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-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 14:09:47 +0000 Received: by wyb32 with SMTP id 32so2822174wyb.16 for <[email protected]>; Mon, 21 Jun 2010 07:09:25 -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=Z+XKrAZlZWnjvBJ96J/6ly8H4+bLYOUCMDg8IcRdpQ0=; b=gqFxJTlXZySyozeC4xm3FILn/49jrXspsEisyVMnbXL+ipFbWOD27Ah2x/6dH+Jr3N akjL8B+ZdmBljHVc6adbHN0zVqF5O/fsKg/8ZdlV+TQ6w0Fs4Yqn98hG25sTViyrNfVn lOesg56isnynR3Ddu5ivaeDBYZS9lgs8GvSXw= 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=WriiKEsCH7rkG0OlbwRc81Z6IiokacK1HJZ28LOj8rB447lb1oT2zmCQCldoQ86C6z 2ngh+kwyGje9EkWpH2iQZyXHlt7Eywc52mEYjogAyHD5qSCgdHDl4m7+H+a+zvo3ux3n iEiMiefYqt5jIljJch6aCIR2Ei+GgPSh+U6po= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id d54mr260289wef.83.1277129365073; Mon, 21 Jun 2010 07:09:25 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 21 Jun 2010 07:09:25 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Mon, 21 Jun 2010 16:09:25 +0200 Message-ID: <[email protected]> Subject: Re: Some doubts about DataContext and memory allocation From: "mr.abanjo" <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016e6d778dd232fde04898ada63 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d778dd232fde04898ada63 Content-Type: text/plain; charset=ISO-8859-1 You are right Aristedes. Thansk for your support! Davide On Sun, Jun 6, 2010 at 10:09 AM, Aristedes Maniatis <[email protected]> wrote: > On 23/05/10 5:25 PM, mr.abanjo wrote: > >> The write operation i perfrom in my site is very simple. It's just an >> insert >> of two fields in a single table. So maybe also singleton should work, >> > > No, it is still going to be a bad idea. What happens in your application > when in one thread you are committing the context and an in another thread > you are in the middle of adding records to that same context? > > Don't have a context which lives across different threads until you really > know what you are doing with locking. > > There is one time that it is common to have a singleton context: a > read-only 'shared' context for displaying data. Developers from a WO > background will be familiar with this approach. Cayenne doesn't have a > special shared context, but you can use it that way if you like. > > Ari > > -- > --------------------------> > Aristedes Maniatis > ish > http://www.ish.com.au > Level 1, 30 Wilson Street Newtown 2042 Australia > phone (548)664-7369 fax (548)664-7369 > GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A > --0016e6d778dd232fde04898ada63-- From [email protected] Mon Jun 21 15:52:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99136 invoked from network); 21 Jun 2010 15:52:02 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Jun 2010 15:52:02 -0000 Received: (qmail 26939 invoked by uid 500); 21 Jun 2010 15:52:02 -0000 Delivered-To: [email protected] Received: (qmail 26848 invoked by uid 500); 21 Jun 2010 15: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26838 invoked by uid 99); 21 Jun 2010 15:52:01 -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 15:52:01 +0000 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,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 qmta06.emeryville.ca.mail.comcast.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 15:51:52 +0000 Received: from omta18.emeryville.ca.mail.comcast.net ([161.129.204.104]) by qmta06.emeryville.ca.mail.comcast.net with comcast id YdVl1e0041bwxycA6frW4K; Mon, 21 Jun 2010 15:51:30 +0000 Received: from stargazer.midnightbsd.org ([161.129.204.104]) by omta18.emeryville.ca.mail.comcast.net with comcast id YfrU1e00h4MLobJ8efrVVf; Mon, 21 Jun 2010 15:51:30 +0000 Received: from lholt-desktop.primemediaanalysis.com (75-151-13-201-Michigan.hfc.comcastbusiness.net [161.129.204.104]) (authenticated bits=0) by stargazer.midnightbsd.org (8.14.4/8.14.4) with ESMTP id o5LFpQX6059118 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for <[email protected]>; Mon, 21 Jun 2010 11:51:27 -0400 (EDT) (envelope-from [email protected]) X-Authentication-Warning: stargazer.midnightbsd.org: Host 75-151-13-201-Michigan.hfc.comcastbusiness.net [161.129.204.104] claimed to be lholt-desktop.primemediaanalysis.com Message-ID: <[email protected]> Date: Mon, 21 Jun 2010 11:51:24 -0400 From: Lucas Holt <[email protected]> User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:161.129.204.104) Gecko/20100401 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: Strange Cayenne problem References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/alternative; boundary="------------080506030605050707000003" X-Virus-Checked: Checked by ClamAV on apache.org --------------080506030605050707000003 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable On 06/19/10 10:48, Andrus Adamchik wrote: > This is odd since your query is not even using caching, so it hits the = > DB and returns the data from there. Do you have Cayenne SQL logging=20 > enabled and does the generated query look like what you expected? > > Andrus > This is the log data. It should not have found a row. 2010-06-18 12:30:10,021 [main] INFO=20 org.apache.cayenne.access.QueryLogger - SELECT=20 `t0`.`publication_edition_date`, `t0`.`publication_edition_id`,=20 `t0`.`publication_edition_arrived`, `t0`.`publication_id ` FROM `publication_editions` `t0` JOIN `publications` `t1` ON=20 (`t0`.`publication_id` =3D `t1`.`publication_id`) WHERE=20 (`t1`.`publication_name` =3D ?) AND (`t0`.`publication_edition_date` =3D = ?)=20 [bind: 1->publ ication_name:'Prime research', 2->publication_edition_date:'2010-06-18=20 12:30:10.012'] 2010-06-18 12:30:10,023 [main] INFO=20 org.apache.cayenne.access.QueryLogger - =3D=3D=3D returned 1 row. - took = 2 ms. 2010-06-18 12:30:10,023 [main] INFO=20 org.apache.cayenne.access.QueryLogger - +++ transaction committed. Then later it does an inserting using the same item to another table. 2010-06-18 12:30:10,102 [main] INFO=20 org.apache.cayenne.access.QueryLogger - INSERT INTO `articles`=20 (`abstract_key_messages`, `abstract_lead`, `abstract_quotes`,=20 `article_status_id`, `creator_user_id`, `d ate_created`, `date_published`, `date_updated`, `etext_id`, `headline`,=20 `journalist_id`, `project_id`, `publication_edition_id`, `subhead`)=20 VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 2010-06-18 12:30:10,103 [main] INFO=20 org.apache.cayenne.access.QueryLogger - [bind:=20 1->abstract_key_messages:NULL, 2->abstract_lead:NULL,=20 3->abstract_quotes:NULL, 4->article_status_id:01, 5->creator_user_ id:2000, 6->date_created:'2010-06-18 12:30:10.04',=20 7->date_published:'2010-06-18 12:30:10.028', 8->date_updated:'2010-06-18 = 12:30:10.04', 9->etext_id:NULL, 10->headline:'JUNIT Test Article',=20 11->journali st_id:NULL, 12->project_id:6, 13->publication_edition_id:237,=20 14->subhead:NULL] What doesn't make sense here is what's in the database versus what's=20 returned. Publication editions contains the following for the pk 237 publication_edition_id publication_id publication_edition_date=20 publication_edition_arrived 237 41 2010-02-02 00:00:00 0 Publication 1 is "Prime research" whereas publication 41 is physorg.com. Here is the MySQL schema for the two tables CREATE TABLE IF NOT EXISTS `publications` ( `publication_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `publication_category_id` smallint(5) unsigned NOT NULL, `publication_owner_id` tinyint(3) unsigned NOT NULL, `country_id` smallint(5) unsigned NOT NULL, `parent_id` int(11) DEFAULT NULL, `publication_onsale_days_before` tinyint(3) unsigned NOT NULL, `publication_name` varchar(255) NOT NULL, `national_publication` tinyint(1) NOT NULL COMMENT 'national or=20 regional', `primary_language` tinyint(3) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`publication_id`), UNIQUE KEY `publication_country_name` (`country_id`,`publication_name`= ), KEY `publication_country` (`country_id`), KEY `publication_category` (`publication_category_id`), KEY `publication_office` (`publication_owner_id`), KEY `publication_parent` (`parent_id`), KEY `publication_name` (`publication_name`) USING BTREE, KEY `publication_language` (`primary_language`) ) ENGINE=3DInnoDB DEFAULT CHARSET=3Dutf8 AUTO_INCREMENT=3D2001 ; CREATE TABLE IF NOT EXISTS `publication_editions` ( `publication_edition_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `publication_id` int(10) unsigned NOT NULL, `publication_edition_date` datetime NOT NULL, `publication_edition_arrived` tinyint(1) NOT NULL, PRIMARY KEY (`publication_edition_id`), KEY `publication_edition_pub` (`publication_id`) ) ENGINE=3DInnoDB DEFAULT CHARSET=3Dutf8 AUTO_INCREMENT=3D5087 ; And from the cayenne map: <db-entity name=3D"publication_editions" catalog=3D"prime_pcd2009"> <db-attribute name=3D"publication_edition_arrived" type=3D"BOOLEAN"=20 isMandatory=3D"true"/> <db-attribute name=3D"publication_edition_date" type=3D"DATE"=20 isMandatory=3D"true"/> <db-attribute name=3D"publication_edition_id" type=3D"BIGINT"=20 isPrimaryKey=3D"true" isGenerated=3D"true" isMandatory=3D"true" length=3D= "10"/> <db-attribute name=3D"publication_id" type=3D"BIGINT" isMandatory=3D"true= "=20 length=3D"10"/> </db-entity> =2E.. <db-entity name=3D"publications" catalog=3D"prime_pcd2009"> <db-attribute name=3D"country_id" type=3D"BIGINT" isMandatory=3D"true"=20 length=3D"10"/> <db-attribute name=3D"national_publication" type=3D"BOOLEAN"=20 isMandatory=3D"true"/> <db-attribute name=3D"parent_id" type=3D"BIGINT" length=3D"10"/> <db-attribute name=3D"primary_language" type=3D"TINYINT" isMandatory=3D"t= rue"/> <db-attribute name=3D"publication_category_id" type=3D"BIGINT"=20 isMandatory=3D"true" length=3D"10"/> <db-attribute name=3D"publication_id" type=3D"BIGINT" isPrimaryKey=3D"tru= e"=20 isGenerated=3D"true" isMandatory=3D"true" length=3D"10"/> <db-attribute name=3D"publication_name" type=3D"VARCHAR" isMandatory=3D"t= rue"=20 length=3D"255"/> <db-attribute name=3D"publication_onsale_days_before" type=3D"TINYINT"=20 isMandatory=3D"true" length=3D"2"/> <db-attribute name=3D"publication_owner_id" type=3D"TINYINT"=20 isMandatory=3D"true"/> </db-entity> It's quite possible I'm making some obvious mistake here, but there is=20 only one record for the publication name "Prime research" in the=20 publication_editions table which is: <http://mail.primemediaanalysis.com/phpmyadmin/sql.php?db=3Dprime_pcd2009= &table=3Dpublication_editions&sql_query=3DDELETE+FROM+%60prime_pcd2009%60= =2E%60publication_editions%60+WHERE+%60publication_editions%60.%60publica= tion_edition_id%60+%3D+1&zero_rows=3DThe+row+has+been+deleted&goto=3Dsql.= php%3Fdb%3Dprime_pcd2009%26table%3Dpublication_editions%26sql_query%3DSEL= ECT%2B%252A%2B%2BFROM%2B%2560publication_editions%2560%2BWHERE%2B%2560pub= lication_id%2560%2B%253D%2B1%26zero_rows%3DThe%2Brow%2Bhas%2Bbeen%2Bdelet= ed%26goto%3Dsql.php%253Fdb%253Dprime_pcd2009%2526amp%253Btable%253Dpublic= ation_editions%2526amp%253Bserver%253D1%2526amp%253Btoken%253Df1870468188= ec6208aa4dc611e33fbf1%2526amp%253Bsql_query%253DSELECT%252B%25252A%252B%2= 52BFROM%252B%252560publication_editions%252560%252BWHERE%252B%252560publi= cation_id%252560%252B%25253D%252B1%26server%3D1%26token%3Df1870468188ec62= 08aa4dc611e33fbf1&server=3D1&token=3Df1870468188ec6208aa4dc611e33fbf1>=20 1 1 2009-09-11 00:00:00 0 I would expect no match. --------------080506030605050707000003-- From [email protected] Mon Jun 21 19:01:08 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61286 invoked from network); 21 Jun 2010 19:01:08 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Jun 2010 19:01:08 -0000 Received: (qmail 25981 invoked by uid 500); 21 Jun 2010 19:01:07 -0000 Delivered-To: [email protected] Received: (qmail 25938 invoked by uid 500); 21 Jun 2010 19:01: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25930 invoked by uid 99); 21 Jun 2010 19:01:07 -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 19:01:07 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-bw0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 19:00:59 +0000 Received: by bwz19 with SMTP id 19so1306397bwz.16 for <[email protected]>; Mon, 21 Jun 2010 12:00:38 -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 :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=kYNuzVU1cP+lX91QjPaRmP+A7ZmS9WfD35po3tUbr4I=; b=EATgyVnhfcEov1LFjGXAEk8unFDmyFbwdApTWVysReY31mA/UUJws/i4S0zz1jwsAU DXKsjQ1DE/cIm5VpRYVVkjv2mJLkoGYxRbJINWsweRD/LNHycJdrezrHGEPR2hvO+hcB 95T1HqkMpdCAYzj9sNxEBU7fv8aaGCMvgoKAg= 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=E5gswtQSDl8Nk3ULa5Z9wDpooIoDcoDj4cNiyaHOVK9MVM8+ILifTZUS+pi+IuKO+P 0GWfg6Y5ZWx3ZCHcIOPlFYJXDUJEoDlQ96mNvIXcOiweWvivpaZaDvYG6pxDlgRgg2hL utM4vK0bZGnI8NZ3QeZn07dft4ft1LOKuFWrk= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id v23mr3342818bkk.57.1277146838140; Mon, 21 Jun 2010 12:00:38 -0700 (PDT) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Mon, 21 Jun 2010 12:00:38 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Mon, 21 Jun 2010 23:00:38 +0400 X-Google-Sender-Auth: Di7BPAJAWH55Fe55cI70EIYFCJw Message-ID: <[email protected]> Subject: Re: Create indipendent library for manage read/write operation for different content From: Evgeny Ryabitskiy <[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 Hello! I can see same problems I have met almost a year before. Also have module architecture... First of all don't use Configuration.initializeSharedConfiguration( fileConf ); It's not for module applications... You could use something like this: Configuration conf =3D new DefaultConfiguration("module1-cayenne.xml"); conf.initialize(); //mandatory. Means "load and parse my xml". DataDomain module1Domain =3D conf.getDomain(); //actually it's a factory for DataContext based on configuration DataContext module1Ctx =3D module1Domain.createDataContext(); //here we go! we got context for module1 Evgeny. 2010/6/21 mr.abanjo <[email protected]>: > Hi, > i'm working with a lot' of web sites. Most of them must connect to the so= me > databases to read / write data. > So, for every kind of "content", i've created a library (jar) that manage= s > the database's operations. > For example, =A0user, news, meteo ecc.. are managed in different librarie= s > included in different war (one for each webapp). > In this way, i have a single code to mantain, and if i must fix some erro= r i > can change the code in a single place, and all webapps get the fix when i > recreate the war. > Now, the problem is that i want to let the library to be indipendent from > the webapps that use it. In the jar i put the cayenne.xml and the > corresponding datamap, but if a webapp need to load different kind of dat= a > (es meteo, and news) in the war i have more than one "cayenne.xml" file.(= es > meteo_cayenne.xml, news_cayenne.xml). > I can use different names for them but what's happen when i call: > > =A0Configuration.initializeSharedConfiguration( =A0fileConf =A0); > > for each file? > Is this the right way? > > Also i can leave the datamap in the library, and the cayenne.xml file in = the > webapp, using different "domains" declared in it. But in this way, the > library is not completly indipendent. What i want to obtain is that the > webapp don't know nothing about a database/cayenne (except declaring the > jndi connection). > There is a way to reach this objective? > > Thanks, > Davide > From [email protected] Mon Jun 21 19:21:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95863 invoked from network); 21 Jun 2010 19:21:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Jun 2010 19:21:53 -0000 Received: (qmail 52537 invoked by uid 500); 21 Jun 2010 19:21:50 -0000 Delivered-To: [email protected] Received: (qmail 51831 invoked by uid 500); 21 Jun 2010 19: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51510 invoked by uid 99); 21 Jun 2010 19:21:49 -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 19:21:49 +0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,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 qmta07.emeryville.ca.mail.comcast.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 19:21:39 +0000 Received: from omta04.emeryville.ca.mail.comcast.net ([161.129.204.104]) by qmta07.emeryville.ca.mail.comcast.net with comcast id YczH1e0030lTkoCA7jMHtz; Mon, 21 Jun 2010 19:21:17 +0000 Received: from stargazer.midnightbsd.org ([161.129.204.104]) by omta04.emeryville.ca.mail.comcast.net with comcast id YjMG1e0014MLobJ8QjMGX6; Mon, 21 Jun 2010 19:21:17 +0000 Received: from lholt-desktop.primemediaanalysis.com (75-151-13-201-Michigan.hfc.comcastbusiness.net [161.129.204.104]) (authenticated bits=0) by stargazer.midnightbsd.org (8.14.4/8.14.4) with ESMTP id o5LJLEPv062153 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for <[email protected]>; Mon, 21 Jun 2010 15:21:15 -0400 (EDT) (envelope-from [email protected]) X-Authentication-Warning: stargazer.midnightbsd.org: Host 75-151-13-201-Michigan.hfc.comcastbusiness.net [161.129.204.104] claimed to be lholt-desktop.primemediaanalysis.com Message-ID: <[email protected]> Date: Mon, 21 Jun 2010 15:21:12 -0400 From: Lucas Holt <[email protected]> User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:161.129.204.104) Gecko/20100401 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: Strange Cayenne problem 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 Disregard my last email. I found the problem. UTS error; I was using the test database :) Lucas From [email protected] Tue Jun 22 14:49:40 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41712 invoked from network); 22 Jun 2010 14:49:39 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 14:49:39 -0000 Received: (qmail 82452 invoked by uid 500); 22 Jun 2010 14:49:39 -0000 Delivered-To: [email protected] Received: (qmail 82378 invoked by uid 500); 22 Jun 2010 14:49: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82370 invoked by uid 99); 22 Jun 2010 14:49:38 -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 14:49:38 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=AWL,FREEMAIL_FROM,HK_NAME_FM_MR_MRS,HTML_MESSAGE,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-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 14:49:32 +0000 Received: by wyb32 with SMTP id 32so3894454wyb.16 for <[email protected]>; Tue, 22 Jun 2010 07:49:08 -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=B71Jv1M3iUdgNq5AL5wQmgkSACNXVtO5x11uv7jo23o=; b=eQeAd4WicX2P6GW71nfgrITAerW8M+UTR38k6NxVA+HojssG368bHYABj8qO6Eu4v/ 9693n0Grw2wgfffSsk2n45YaEoxDI3jZ3E2uVqsCspGI/yer3lUIIf4/zKiN6k9yCq5+ 7g55WMIFC0rMlxArm3W811QDt73FHrmPyj+qU= 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=c4n1FyHBGkIfH+x//XkuWBTJhS2HN2kILmMJUrOeC9ifvG5PesSmKud/OC4eaN9SC0 +Mwy5NxPruSBMFEj1jYKpVyIlEc/L73yEWt7UAwMQhCBZ6VXSol2tx0pIxwQT38B0zqw wrCPoht79naADF82md/q0Mi6xlUSoexYkwUh4= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id o12mr6124053wbt.97.1277218148115; Tue, 22 Jun 2010 07:49:08 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 22 Jun 2010 07:49:07 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 22 Jun 2010 16:49:07 +0200 Message-ID: <[email protected]> Subject: Re: Create indipendent library for manage read/write operation for different content From: "mr.abanjo" <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00163683360004e55104899f8672 --00163683360004e55104899f8672 Content-Type: text/plain; charset=ISO-8859-1 Hi Evgeny, thanks for your great suggest! I think it should works also for me. I'll try it :-) Davide On Mon, Jun 21, 2010 at 9:00 PM, Evgeny Ryabitskiy < [email protected]> wrote: > Hello! > > I can see same problems I have met almost a year before. > Also have module architecture... > > First of all don't use Configuration.initializeSharedConfiguration( > fileConf ); > It's not for module applications... > > You could use something like this: > > Configuration conf = new DefaultConfiguration("module1-cayenne.xml"); > conf.initialize(); //mandatory. Means "load and parse my xml". > DataDomain module1Domain = conf.getDomain(); //actually it's a > factory for DataContext based on configuration > DataContext module1Ctx = module1Domain.createDataContext(); //here we > go! we got context for module1 > > > > Evgeny. > > > > 2010/6/21 mr.abanjo <[email protected]>: > > Hi, > > i'm working with a lot' of web sites. Most of them must connect to the > some > > databases to read / write data. > > So, for every kind of "content", i've created a library (jar) that > manages > > the database's operations. > > For example, user, news, meteo ecc.. are managed in different libraries > > included in different war (one for each webapp). > > In this way, i have a single code to mantain, and if i must fix some > error i > > can change the code in a single place, and all webapps get the fix when i > > recreate the war. > > Now, the problem is that i want to let the library to be indipendent from > > the webapps that use it. In the jar i put the cayenne.xml and the > > corresponding datamap, but if a webapp need to load different kind of > data > > (es meteo, and news) in the war i have more than one "cayenne.xml" > file.(es > > meteo_cayenne.xml, news_cayenne.xml). > > I can use different names for them but what's happen when i call: > > > > Configuration.initializeSharedConfiguration( fileConf ); > > > > for each file? > > Is this the right way? > > > > Also i can leave the datamap in the library, and the cayenne.xml file in > the > > webapp, using different "domains" declared in it. But in this way, the > > library is not completly indipendent. What i want to obtain is that the > > webapp don't know nothing about a database/cayenne (except declaring the > > jndi connection). > > There is a way to reach this objective? > > > > Thanks, > > Davide > > > --00163683360004e55104899f8672-- From [email protected] Tue Jun 22 19:17:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29115 invoked from network); 22 Jun 2010 19:17:42 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 19:17:42 -0000 Received: (qmail 91938 invoked by uid 500); 22 Jun 2010 19:17:42 -0000 Delivered-To: [email protected] Received: (qmail 91893 invoked by uid 500); 22 Jun 2010 19:17: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91885 invoked by uid 99); 22 Jun 2010 19:17:41 -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 19:17:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO elasmtp-scoter.atl.sa.earthlink.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 19:17:32 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=MHkm63swxut2fE9jmqLkjJIykuPqKZABNxMy97u3lTCf4792dFYHZI582bnwWe4E; h=Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [161.129.204.104] (helo=[161.129.204.104]) by elasmtp-scoter.atl.sa.earthlink.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67) (envelope-from <[email protected]>) id 1OR8y7-0000Wx-55 for [email protected]; Tue, 22 Jun 2010 15:17:11 -0400 From: Joe Baldwin <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Excessive Load Times (Status) Date: Tue, 22 Jun 2010 15:17:10 -0400 Message-Id: <[email protected]> To: [email protected] Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) X-ELNK-Trace: 74aacf41df18ac9f85338a7d01cb3b6a7e972de0d01da9400792adaece0c9533580513be66748dc1350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org RE Previous Excessive Load Times (60+ secs) /so-called "Cayenne = Connection Pool Errors" /so-called "Memory Management Errors" / etc I wanted to thank everyone for commenting on the array of problems that = is summarized above. This is my feedback and what I believe to be the = cause of the problem(s). A few months ago, I had noticed a recurring and intermittent problem = that showed itself as extremely long load times (sometimes 1-2 mins) = even under very light load. After reading through the log files and = following suggestions from this forum, there was little change in the = problem. Since the webapp was hosted on a production server by = commercial company, I had to work closely with the tech support guy who = was first convinced that it was a problem in my ISP, then he was = convinced it was Cayenne, then he was convinced that it was my code, and = so on ... However, this problem never once manifested itself on our development = server under any kind of load. So I doubted his analysis. After a long process of testing and elimination, and following = increasingly eccentric suggestions by the webhost tech guy, we fired the = webhost and moved all of our code to a new webhost who had installed the = newest stable versions of Java, Tomcat, and MySQL (something the = previous webhost refused to do). As a result, we have not experienced the load-time problem or Connection = Pool errors since we changed webhosts. We are using the same code, the = same Cayenne configuration and version, and the same connector. It = looks like it was either some configuration parameters the webhost tech = guy had overlooked or it was the 3 year old version of MySQL that they = were running (that I found has documented table locking bugs). =20 Anyway thanks for helping out, this was a difficult problem to crack. Joe From [email protected] Wed Jun 23 06:07:33 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96916 invoked from network); 23 Jun 2010 06:07:33 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 06:07:33 -0000 Received: (qmail 91947 invoked by uid 500); 23 Jun 2010 06:07:33 -0000 Delivered-To: [email protected] Received: (qmail 91687 invoked by uid 500); 23 Jun 2010 06: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]> List-Id: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91679 invoked by uid 99); 23 Jun 2010 06:07:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 06:07:28 +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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 23 Jun 2010 06:07:21 +0000 Received: (qmail 26248 invoked from network); 23 Jun 2010 06:06:59 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 23 Jun 2010 06:06:59 -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 v936) Subject: Re: Excessive Load Times (Status) Date: Wed, 23 Jun 2010 09:06:58 +0300 References: <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Glad you figured it out. Tough to diagnose your apps when you don't even have access to the JVM to check the state of the threads... Andrus On Jun 22, 2010, at 10:17 PM, Joe Baldwin wrote: > RE Previous Excessive Load Times (60+ secs) /so-called "Cayenne > Connection Pool Errors" /so-called "Memory Management Errors" / etc > > I wanted to thank everyone for commenting on the array of problems > that is summarized above. This is my feedback and what I believe to > be the cause of the problem(s). > > A few months ago, I had noticed a recurring and intermittent problem > that showed itself as extremely long load times (sometimes 1-2 mins) > even under very light load. After reading through the log files and > following suggestions from this forum, there was little change in > the problem. Since the webapp was hosted on a production server by > commercial company, I had to work closely with the tech support guy > who was first convinced that it was a problem in my ISP, then he was > convinced it was Cayenne, then he was convinced that it was my code, > and so on ... > > However, this problem never once manifested itself on our > development server under any kind of load. So I doubted his analysis. > > After a long process of testing and elimination, and following > increasingly eccentric suggestions by the webhost tech guy, we fired > the webhost and moved all of our code to a new webhost who had > installed the newest stable versions of Java, Tomcat, and MySQL > (something the previous webhost refused to do). > > As a result, we have not experienced the load-time problem or > Connection Pool errors since we changed webhosts. We are using the > same code, the same Cayenne configuration and version, and the same > connector. It looks like it was either some configuration > parameters the webhost tech guy had overlooked or it was the 3 year > old version of MySQL that they were running (that I found has > documented table locking bugs). > > Anyway thanks for helping out, this was a difficult problem to crack. > > Joe > > From [email protected] Wed Jun 23 17:18:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12644 invoked from network); 23 Jun 2010 17:18:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 17:18:21 -0000 Received: (qmail 52225 invoked by uid 500); 23 Jun 2010 17:18:21 -0000 Delivered-To: [email protected] Received: (qmail 52135 invoked by uid 500); 23 Jun 2010 17:18: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52124 invoked by uid 99); 23 Jun 2010 17:18:19 -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 17:18:19 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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 nico.mynet.com.tr) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 23 Jun 2010 17:18:12 +0000 Received: (qmail 17555 invoked by uid 0); 23 Jun 2010 17:17:47 -0000 Received: from unknown (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 17:17:48 -0000 Received: from 161.129.204.104 by webmail190.mynet.com with HTTP; Wed, 23 Jun 2010 20:17:48 +0300 (EEST) Message-ID: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> Date: Wed, 23 Jun 2010 20:17:48 +0300 (EEST) Subject: entity equalilty and filterobjects From: "camone" <[email protected]> To: [email protected] Reply-To: "camone" <[email protected]> X-Mailer: Mynet WebMailer X-Sender-IP: 161.129.204.104 MIME-Version: 1.0 Content-Type: multipart/alternative;charset=ISO-8859-9;boundary="----=_20100623201748_33160" X-Priority: 3 Importance: Normal ------=_20100623201748_33160 Content-Type: text/plain; charset="ISO-8859-9" Content-Transfer-Encoding: 8bit Hi all... my question about memory evaluation...    i have a user entity and laboratory entity... I want to list users, who run the lab by memory evaluation.(user --&gt;n user2lab n&lt;-- lab -- many to many)List&lt;User&gt; allusers = .... --&gt; from UserService context expUsers = ExpressionFactory.matchAllExp(user2labpath, labobject) ; --&gt; labobject, from LabService context List&lt;User&gt; userList = expUsers.filterObject(allUserList) ; but it is returning empty userlist...  This, I think allUserlist 's and labobject of defining different datacontext stems. because,  from this part ASTEqual.java, static boolean evaluateAtomic(Object o1, Object o2) {        ........ return o1.equals(o2); } talking for my example o1 and o2 have the same value but just datacontext values are different. Thus we are returned as empty list userlist. because of this reasons, userList is return empty list... does anyone have an idea ? Note : i use cayenne-3.0   ----- Özgün Ýleti ----- Kimden : "camone" Kime : "cayenne mail list" Gönderme tarihi : 18/02/2010 13:00 Konu : long table names hi all... I would say are the long table names... for example table name is system.firm or [system firm] . i use sqlserver2005 and cayenne 3.01M1... normally, sql sentence " select field1, fieild2 field3..etc from [system firm] " but how i cayenne implement long table names  will ??? thank in advance... ------=_20100623201748_33160-- From [email protected] Wed Jun 23 18:18:25 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29029 invoked from network); 23 Jun 2010 18:18:25 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 18:18:25 -0000 Received: (qmail 19988 invoked by uid 500); 23 Jun 2010 18:18:25 -0000 Delivered-To: [email protected] Received: (qmail 19901 invoked by uid 500); 23 Jun 2010 18:18: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19885 invoked by uid 99); 23 Jun 2010 18:18:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 18:18:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO elasmtp-masked.atl.sa.earthlink.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 18:18:15 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=jtJFP26LUS4h4fxJlEon1Azz/e27lHljYOJpoaCRnX8NPyFLCTizhlPcJMoIayxW; h=Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [161.129.204.104] (helo=[161.129.204.104]) by elasmtp-masked.atl.sa.earthlink.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67) (envelope-from <[email protected]>) id 1ORUWH-0006bm-MD for [email protected]; Wed, 23 Jun 2010 14:17:53 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Excessive Load Times (Status) From: Joe Baldwin <[email protected]> In-Reply-To: <[email protected]> Date: Wed, 23 Jun 2010 14:17:52 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1081) X-ELNK-Trace: 74aacf41df18ac9f85338a7d01cb3b6a7e972de0d01da94060e27cbf0e1e70592a854294609398e6350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org Andrus, Correct I did not have access to the JVM on the production server. Even = if I did, I could not predict when it was going to happen. In addition, = it *never* occurred on the development server. The choices were not terribly satisfying: either work through the = problem and determine an explicit cause (which could take many hours of = work), or do as some middleware-developers suggest and replace your = major components with the newest stable versions (i.e. eliminate scores = of bugs) and 'get back to us if you still have a problem'. :) Thanks again, Joe On Jun 23, 2010, at 2:06 AM, Andrus Adamchik wrote: > Glad you figured it out. Tough to diagnose your apps when you don't = even have access to the JVM to check the state of the threads... >=20 > Andrus >=20 > On Jun 22, 2010, at 10:17 PM, Joe Baldwin wrote: >=20 >> RE Previous Excessive Load Times (60+ secs) /so-called "Cayenne = Connection Pool Errors" /so-called "Memory Management Errors" / etc >>=20 >> I wanted to thank everyone for commenting on the array of problems = that is summarized above. This is my feedback and what I believe to be = the cause of the problem(s). >>=20 >> A few months ago, I had noticed a recurring and intermittent problem = that showed itself as extremely long load times (sometimes 1-2 mins) = even under very light load. After reading through the log files and = following suggestions from this forum, there was little change in the = problem. Since the webapp was hosted on a production server by = commercial company, I had to work closely with the tech support guy who = was first convinced that it was a problem in my ISP, then he was = convinced it was Cayenne, then he was convinced that it was my code, and = so on ... >>=20 >> However, this problem never once manifested itself on our development = server under any kind of load. So I doubted his analysis. >>=20 >> After a long process of testing and elimination, and following = increasingly eccentric suggestions by the webhost tech guy, we fired the = webhost and moved all of our code to a new webhost who had installed the = newest stable versions of Java, Tomcat, and MySQL (something the = previous webhost refused to do). >>=20 >> As a result, we have not experienced the load-time problem or = Connection Pool errors since we changed webhosts. We are using the same = code, the same Cayenne configuration and version, and the same = connector. It looks like it was either some configuration parameters = the webhost tech guy had overlooked or it was the 3 year old version of = MySQL that they were running (that I found has documented table locking = bugs). >>=20 >> Anyway thanks for helping out, this was a difficult problem to crack. >>=20 >> Joe >>=20 >>=20 >=20 From [email protected] Wed Jun 23 18:25:33 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37505 invoked from network); 23 Jun 2010 18:25:32 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 18:25:32 -0000 Received: (qmail 27325 invoked by uid 500); 23 Jun 2010 18:25:32 -0000 Delivered-To: [email protected] Received: (qmail 27280 invoked by uid 500); 23 Jun 2010 18: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27272 invoked by uid 99); 23 Jun 2010 18:25:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 18:25:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO elasmtp-junco.atl.sa.earthlink.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 18:25:22 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=O9xVT76Hbv/A85GPFUBfW+W/TR3gBzf5llAzSejC0ZdGPz9rclDRip3cYkfbc4WU; h=Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [161.129.204.104] (helo=[161.129.204.104]) by elasmtp-junco.atl.sa.earthlink.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67) (envelope-from <[email protected]>) id 1ORUdC-0001Gd-2b for [email protected]; Wed, 23 Jun 2010 14:25:02 -0400 From: Joe Baldwin <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Book Date: Wed, 23 Jun 2010 14:25:01 -0400 Message-Id: <[email protected]> To: [email protected] Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) X-ELNK-Trace: 74aacf41df18ac9f85338a7d01cb3b6a7e972de0d01da940057215b9e1055c43a8e491ba165374ab350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org Is there still going to be a Cayenne book? From [email protected] Thu Jun 24 04:14:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74694 invoked from network); 24 Jun 2010 04:14:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Jun 2010 04:14:19 -0000 Received: (qmail 70682 invoked by uid 500); 24 Jun 2010 04:14:19 -0000 Delivered-To: [email protected] Received: (qmail 70583 invoked by uid 500); 24 Jun 2010 04: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70575 invoked by uid 99); 24 Jun 2010 04:14:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 04:14:14 +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 smtp107.rog.mail.re2.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Jun 2010 04:14:08 +0000 Received: (qmail 60657 invoked from network); 24 Jun 2010 04:13:46 -0000 Received: from [161.129.204.104] ([email protected] with plain) by smtp107.rog.mail.re2.yahoo.com with SMTP; 23 Jun 2010 21:13:46 -0700 PDT X-Yahoo-SMTP: ChVU2eqswBDSFej3Lf4i2Y53UZyBmGcLKhIKvoPeYDa9tHhZulM- X-YMail-OSG: pUc6iIIVM1nYB9_KbcfRypE5zHm6ecE_5EpnLS1bEGiNH_3tv7G.veLv8xfEKr5PnB7DUPx4zco.EQ_anlT9s6N6D9l_xOorLSR_vMABbkZDEx806fP61vhxYhDbDbLVa0Pu047DEukM_9wwR79XqjHWoWEigGGozKyx9f8HpdgZeUymXck1e.1Yxm13DecIL5SPoJ3R7oFvmVmBS7zhnNwyMZdvWJJ2UcQf2dVsUTGdS3nzSyhS57Eq32vOHWNY7nRUeLNf5hnwcEk4Qja6UXBm3FHe5Cc98K8MErWn5ReGG0BP50aIVTYTm4ZMUmU1nGSaDkvqAowCMOFlN_DfFMyNHS74hJgM9_suVVco9UwlwalwslAYPmZCTrajNqvjj1Q0Da79ZzwG1snW2xP5LweP11g2vAfBNmfpVQ1KPhVxIDxxUl1GXELNnQlMReaEu5Os6XWyJc3Eb4pY35fawg-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <[email protected]> Date: Thu, 24 Jun 2010 00:13:58 -0400 From: Andrew Willerding <[email protected]> Reply-To: [email protected] Organization: Callista Computer Telephony Inc. User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:161.129.204.104) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: user <[email protected]> Subject: DB2 and Identity column Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I am using Cayenne 3.0 and I am having trouble creating a new record with a table that has an identity column on DB2 V9.1. The PK Generation Strategy has been set to Database-generated and the correct field (named ID), however when I first attempted to create a record on this table I kept getting commit errors when cayenne was executing SELECT NEXTVAL FOR ADMINISTRATOR.S_PPVSPECIAL FROM SYSIBM.SYSDUMMY1. I realized that Cayenne was trying to generate a value from the sequence so I created the appropriate S_PPVSPECIAL sequence table which did get past the problem but now I'm getting errors with the actual identity column. Here's the dump: Also why are there two columns for STARTDATE in the Insert/Bind statements? Thanks, Andrew 2010-06-23 23:46:51,977 [http-8084-7] INFO org.apache.cayenne.access.QueryLogger - SELECT NEXTVAL FOR ADMINISTRATOR.S_PPVSPECIAL FROM SYSIBM.SYSDUMMY1 2010-06-23 23:46:51,980 [http-8084-7] INFO org.apache.cayenne.access.QueryLogger - --- will run 1 query. 2010-06-23 23:46:51,980 [http-8084-7] INFO org.apache.cayenne.access.QueryLogger - INSERT INTO ADMINISTRATOR.PPVSPECIAL (ACTIVE, ENDDATE, EVENTID, EXPIRYDT, ID, LANGUAGE, MENUMSGNUM, PROMOMSGNUM, REGION, SLOT, STARTDATE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 2010-06-23 23:46:51,980 [http-8084-7] INFO org.apache.cayenne.access.QueryLogger - [bind: 1->ACTIVE:'Y', 2->ENDDATE:'2010-06-30 23:46:42.664', 3->EVENTID:9036, 4->EXPIRYDT:NULL, 5->LANGUAGE:220, 6->MENUMSGNUM:'E', 7->PROMOMSGNUM:4001, 8->REGION:4000, 9->SLOT:'N', 10->STARTDATE:1, 11->STARTDATE:'2010-06-24 23:46:42.657'] 2010-06-23 23:46:51,985 [http-8084-7] INFO org.apache.cayenne.access.QueryLogger - *** error. com.ibm.db2.jcc.b.SqlException: DB2 SQL error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-798;428C9;ID at com.ibm.db2.jcc.b.ig.e(ig.java:1594) at com.ibm.db2.jcc.b.jg.a(jg.java:1826) at com.ibm.db2.jcc.c.gb.a(gb.java:185) at com.ibm.db2.jcc.c.gb.b(gb.java:82) at com.ibm.db2.jcc.c.w.b(w.java:71) at com.ibm.db2.jcc.c.wb.c(wb.java:225) at com.ibm.db2.jcc.b.jg.bb(jg.java:1817) at com.ibm.db2.jcc.b.jg.eb(jg.java:1878) at com.ibm.db2.jcc.b.jg.jb(jg.java:1977) at com.ibm.db2.jcc.b.jg.a(jg.java:1275) at com.ibm.db2.jcc.b.jg.setObject(jg.java:1241) at org.apache.cayenne.access.types.CharType.setJdbcObject(CharType.java:169) at org.apache.cayenne.dba.JdbcAdapter.bindParameter(JdbcAdapter.java:542) at org.apache.cayenne.dba.db2.DB2Adapter.bindParameter(DB2Adapter.java:227) at org.apache.cayenne.access.trans.InsertBatchQueryBuilder.bindParameters(InsertBatchQueryBuilder.java:61) at org.apache.cayenne.access.jdbc.BatchAction.runAsIndividualQueries(BatchAction.java:219) at org.apache.cayenne.access.jdbc.BatchAction.performAction(BatchAction.java:91) at org.apache.cayenne.access.DataNodeQueryAction.runQuery(DataNodeQueryAction.java:87) at org.apache.cayenne.access.DataNode.performQueries(DataNode.java:269) at org.apache.cayenne.access.DataDomainFlushAction.runQueries(DataDomainFlushAction.java:226) at org.apache.cayenne.access.DataDomainFlushAction.flush(DataDomainFlushAction.java:144) at org.apache.cayenne.access.DataDomain.onSyncFlush(DataDomain.java:824) at org.apache.cayenne.access.DataDomain$2.transform(DataDomain.java:791) at org.apache.cayenne.access.DataDomain.runInTransaction(DataDomain.java:850) at org.apache.cayenne.access.DataDomain.onSync(DataDomain.java:788) at org.apache.cayenne.access.DataContext.flushToParent(DataContext.java:1106) at org.apache.cayenne.access.DataContext.commitChanges(DataContext.java:1045) at com.callista.shaw.webhotgreetadmin.Windows.WindowEditPPVSpecial.clickSave(WindowEditPPVSpecial.java:362) 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 com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:497) at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:161) at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1146) at com.vaadin.ui.Button.fireClick(Button.java:366) at com.vaadin.ui.Button.changeVariables(Button.java:188) at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariables(AbstractCommunicationManager.java:1087) at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.java:587) at com.vaadin.terminal.gwt.server.CommunicationManager.handleUidlRequest(CommunicationManager.java:265) at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(AbstractApplicationServlet.java:482) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.cayenne.conf.WebApplicationContextFilter.doFilter(WebApplicationContextFilter.java:91) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Thread.java:619) com.vaadin.event.ListenerMethod$MethodException Cause: org.apache.cayenne.CayenneRuntimeException: [v.3.0 Apr 26 2010 09:59:17] Commit Exception at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:507) at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:161) at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1146) at com.vaadin.ui.Button.fireClick(Button.java:366) at com.vaadin.ui.Button.changeVariables(Button.java:188) at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariables(AbstractCommunicationManager.java:1087) at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.java:587) at com.vaadin.terminal.gwt.server.CommunicationManager.handleUidlRequest(CommunicationManager.java:265) at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(AbstractApplicationServlet.java:482) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.cayenne.conf.WebApplicationContextFilter.doFilter(WebApplicationContextFilter.java:91) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Thread.java:619) Caused by: org.apache.cayenne.CayenneRuntimeException: [v.3.0 Apr 26 2010 09:59:17] Commit Exception at org.apache.cayenne.access.DataContext.flushToParent(DataContext.java:1134) at org.apache.cayenne.access.DataContext.commitChanges(DataContext.java:1045) at com.callista.shaw.webhotgreetadmin.Windows.WindowEditPPVSpecial.clickSave(WindowEditPPVSpecial.java:362) 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 com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:497) ... 27 more Caused by: com.ibm.db2.jcc.b.SqlException: DB2 SQL error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-798;428C9;ID at com.ibm.db2.jcc.b.ig.e(ig.java:1594) at com.ibm.db2.jcc.b.jg.a(jg.java:1826) at com.ibm.db2.jcc.c.gb.a(gb.java:185) at com.ibm.db2.jcc.c.gb.b(gb.java:82) at com.ibm.db2.jcc.c.w.b(w.java:71) at com.ibm.db2.jcc.c.wb.c(wb.java:225) at com.ibm.db2.jcc.b.jg.bb(jg.java:1817) at com.ibm.db2.jcc.b.jg.eb(jg.java:1878) at com.ibm.db2.jcc.b.jg.jb(jg.java:1977) at com.ibm.db2.jcc.b.jg.a(jg.java:1275) at com.ibm.db2.jcc.b.jg.setObject(jg.java:1241) at org.apache.cayenne.access.types.CharType.setJdbcObject(CharType.java:169) at org.apache.cayenne.dba.JdbcAdapter.bindParameter(JdbcAdapter.java:542) at org.apache.cayenne.dba.db2.DB2Adapter.bindParameter(DB2Adapter.java:227) at org.apache.cayenne.access.trans.InsertBatchQueryBuilder.bindParameters(InsertBatchQueryBuilder.java:61) at org.apache.cayenne.access.jdbc.BatchAction.runAsIndividualQueries(BatchAction.java:219) at org.apache.cayenne.access.jdbc.BatchAction.performAction(BatchAction.java:91) at org.apache.cayenne.access.DataNodeQueryAction.runQuery(DataNodeQueryAction.java:87) at org.apache.cayenne.access.DataNode.performQueries(DataNode.java:269) at org.apache.cayenne.access.DataDomainFlushAction.runQueries(DataDomainFlushAction.java:226) at org.apache.cayenne.access.DataDomainFlushAction.flush(DataDomainFlushAction.java:144) at org.apache.cayenne.access.DataDomain.onSyncFlush(DataDomain.java:824) at org.apache.cayenne.access.DataDomain$2.transform(DataDomain.java:791) at org.apache.cayenne.access.DataDomain.runInTransaction(DataDomain.java:850) at org.apache.cayenne.access.DataDomain.onSync(DataDomain.java:788) at org.apache.cayenne.access.DataContext.flushToParent(DataContext.java:1106) ... 34 more From [email protected] Thu Jun 24 04:16:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75153 invoked from network); 24 Jun 2010 04:16:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Jun 2010 04:16:07 -0000 Received: (qmail 71481 invoked by uid 500); 24 Jun 2010 04:16:07 -0000 Delivered-To: [email protected] Received: (qmail 71374 invoked by uid 500); 24 Jun 2010 04:16: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71359 invoked by uid 99); 24 Jun 2010 04:16:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 04:16:03 +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 smtp102.rog.mail.re2.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Jun 2010 04:15:56 +0000 Received: (qmail 67556 invoked from network); 24 Jun 2010 04:15:35 -0000 Received: from [161.129.204.104] ([email protected] with plain) by smtp102.rog.mail.re2.yahoo.com with SMTP; 23 Jun 2010 21:15:35 -0700 PDT X-Yahoo-SMTP: ChVU2eqswBDSFej3Lf4i2Y53UZyBmGcLKhIKvoPeYDa9tHhZulM- X-YMail-OSG: 98v4JrAVM1muWcvzXKQDzzOH.rFs0uUAfj5HPIz0zTNYFNSLvOqANPte8Gorm34_WumxRZarNY_hJ6DyjvqpK.LzX5Et7MqYGtc7QmEW_NOULX7Qr4vy9C2ycUAdmzjotzBzrjCPw9JaBZkjVBKDCOs3E1HgeQ3UCFrd9p1SM8iPZqmNJy8rxiN.z5o5px21cuAY.Fxp2HJ.I09RAcQnbsAMTytkb23uJreHLH1.L_xmmBgqBvn6nVtf.lwZINZjlqsSTo55o1.hhmfnwvdIF.uGl3rxTq_Dq99HcMRIXHhoRt4LuoSzAFLKWZWRg50dGZ3_FgJFRmwl06CQLJHlZlJVRSR2jP.sxvtgAzc4wBpkQyLJw80vTMDXSVFT9izI13czqXe2jn95NH6.n0oxwxF7SfEqvDIQr3geU.QaCA_nWcpIUdxRXZ3HFGU.M23Wr.o4NsM6cG6JZxertMrH7w-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <[email protected]> Date: Thu, 24 Jun 2010 00:15:47 -0400 From: Andrew Willerding <[email protected]> Reply-To: [email protected] Organization: Callista Computer Telephony Inc. User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:161.129.204.104) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: user <[email protected]> Subject: DB2 and Identity column Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I am using Cayenne 3.0 and I am having trouble creating a new record with a table that has an identity column on DB2 V9.1. The PK Generation Strategy has been set to Database-generated and the correct field (named ID), however when I first attempted to create a record on this table I kept getting commit errors when cayenne was executing SELECT NEXTVAL FOR ADMINISTRATOR.S_PPVSPECIAL FROM SYSIBM.SYSDUMMY1. I realized that Cayenne was trying to generate a value from the sequence so I created the appropriate S_PPVSPECIAL sequence table which did get past the problem but now I'm getting errors with the actual identity column. Here's the dump: Also why are there two columns for STARTDATE in the Insert/Bind statements? Thanks, Andrew 2010-06-23 23:46:51,977 [http-8084-7] INFO org.apache.cayenne.access.QueryLogger - SELECT NEXTVAL FOR ADMINISTRATOR.S_PPVSPECIAL FROM SYSIBM.SYSDUMMY1 2010-06-23 23:46:51,980 [http-8084-7] INFO org.apache.cayenne.access.QueryLogger - --- will run 1 query. 2010-06-23 23:46:51,980 [http-8084-7] INFO org.apache.cayenne.access.QueryLogger - INSERT INTO ADMINISTRATOR.PPVSPECIAL (ACTIVE, ENDDATE, EVENTID, EXPIRYDT, ID, LANGUAGE, MENUMSGNUM, PROMOMSGNUM, REGION, SLOT, STARTDATE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 2010-06-23 23:46:51,980 [http-8084-7] INFO org.apache.cayenne.access.QueryLogger - [bind: 1->ACTIVE:'Y', 2->ENDDATE:'2010-06-30 23:46:42.664', 3->EVENTID:9036, 4->EXPIRYDT:NULL, 5->LANGUAGE:220, 6->MENUMSGNUM:'E', 7->PROMOMSGNUM:4001, 8->REGION:4000, 9->SLOT:'N', 10->STARTDATE:1, 11->STARTDATE:'2010-06-24 23:46:42.657'] 2010-06-23 23:46:51,985 [http-8084-7] INFO org.apache.cayenne.access.QueryLogger - *** error. com.ibm.db2.jcc.b.SqlException: DB2 SQL error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-798;428C9;ID at com.ibm.db2.jcc.b.ig.e(ig.java:1594) at com.ibm.db2.jcc.b.jg.a(jg.java:1826) at com.ibm.db2.jcc.c.gb.a(gb.java:185) at com.ibm.db2.jcc.c.gb.b(gb.java:82) at com.ibm.db2.jcc.c.w.b(w.java:71) at com.ibm.db2.jcc.c.wb.c(wb.java:225) at com.ibm.db2.jcc.b.jg.bb(jg.java:1817) at com.ibm.db2.jcc.b.jg.eb(jg.java:1878) at com.ibm.db2.jcc.b.jg.jb(jg.java:1977) at com.ibm.db2.jcc.b.jg.a(jg.java:1275) at com.ibm.db2.jcc.b.jg.setObject(jg.java:1241) at org.apache.cayenne.access.types.CharType.setJdbcObject(CharType.java:169) at org.apache.cayenne.dba.JdbcAdapter.bindParameter(JdbcAdapter.java:542) at org.apache.cayenne.dba.db2.DB2Adapter.bindParameter(DB2Adapter.java:227) at org.apache.cayenne.access.trans.InsertBatchQueryBuilder.bindParameters(InsertBatchQueryBuilder.java:61) at org.apache.cayenne.access.jdbc.BatchAction.runAsIndividualQueries(BatchAction.java:219) at org.apache.cayenne.access.jdbc.BatchAction.performAction(BatchAction.java:91) at org.apache.cayenne.access.DataNodeQueryAction.runQuery(DataNodeQueryAction.java:87) at org.apache.cayenne.access.DataNode.performQueries(DataNode.java:269) at org.apache.cayenne.access.DataDomainFlushAction.runQueries(DataDomainFlushAction.java:226) at org.apache.cayenne.access.DataDomainFlushAction.flush(DataDomainFlushAction.java:144) at org.apache.cayenne.access.DataDomain.onSyncFlush(DataDomain.java:824) at org.apache.cayenne.access.DataDomain$2.transform(DataDomain.java:791) at org.apache.cayenne.access.DataDomain.runInTransaction(DataDomain.java:850) at org.apache.cayenne.access.DataDomain.onSync(DataDomain.java:788) at org.apache.cayenne.access.DataContext.flushToParent(DataContext.java:1106) at org.apache.cayenne.access.DataContext.commitChanges(DataContext.java:1045) at com.callista.shaw.webhotgreetadmin.Windows.WindowEditPPVSpecial.clickSave(WindowEditPPVSpecial.java:362) 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 com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:497) at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:161) at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1146) at com.vaadin.ui.Button.fireClick(Button.java:366) at com.vaadin.ui.Button.changeVariables(Button.java:188) at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariables(AbstractCommunicationManager.java:1087) at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.java:587) at com.vaadin.terminal.gwt.server.CommunicationManager.handleUidlRequest(CommunicationManager.java:265) at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(AbstractApplicationServlet.java:482) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.cayenne.conf.WebApplicationContextFilter.doFilter(WebApplicationContextFilter.java:91) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Thread.java:619) com.vaadin.event.ListenerMethod$MethodException Cause: org.apache.cayenne.CayenneRuntimeException: [v.3.0 Apr 26 2010 09:59:17] Commit Exception at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:507) at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:161) at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1146) at com.vaadin.ui.Button.fireClick(Button.java:366) at com.vaadin.ui.Button.changeVariables(Button.java:188) at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariables(AbstractCommunicationManager.java:1087) at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.java:587) at com.vaadin.terminal.gwt.server.CommunicationManager.handleUidlRequest(CommunicationManager.java:265) at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(AbstractApplicationServlet.java:482) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.cayenne.conf.WebApplicationContextFilter.doFilter(WebApplicationContextFilter.java:91) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Thread.java:619) Caused by: org.apache.cayenne.CayenneRuntimeException: [v.3.0 Apr 26 2010 09:59:17] Commit Exception at org.apache.cayenne.access.DataContext.flushToParent(DataContext.java:1134) at org.apache.cayenne.access.DataContext.commitChanges(DataContext.java:1045) at com.callista.shaw.webhotgreetadmin.Windows.WindowEditPPVSpecial.clickSave(WindowEditPPVSpecial.java:362) 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 com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:497) ... 27 more Caused by: com.ibm.db2.jcc.b.SqlException: DB2 SQL error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-798;428C9;ID at com.ibm.db2.jcc.b.ig.e(ig.java:1594) at com.ibm.db2.jcc.b.jg.a(jg.java:1826) at com.ibm.db2.jcc.c.gb.a(gb.java:185) at com.ibm.db2.jcc.c.gb.b(gb.java:82) at com.ibm.db2.jcc.c.w.b(w.java:71) at com.ibm.db2.jcc.c.wb.c(wb.java:225) at com.ibm.db2.jcc.b.jg.bb(jg.java:1817) at com.ibm.db2.jcc.b.jg.eb(jg.java:1878) at com.ibm.db2.jcc.b.jg.jb(jg.java:1977) at com.ibm.db2.jcc.b.jg.a(jg.java:1275) at com.ibm.db2.jcc.b.jg.setObject(jg.java:1241) at org.apache.cayenne.access.types.CharType.setJdbcObject(CharType.java:169) at org.apache.cayenne.dba.JdbcAdapter.bindParameter(JdbcAdapter.java:542) at org.apache.cayenne.dba.db2.DB2Adapter.bindParameter(DB2Adapter.java:227) at org.apache.cayenne.access.trans.InsertBatchQueryBuilder.bindParameters(InsertBatchQueryBuilder.java:61) at org.apache.cayenne.access.jdbc.BatchAction.runAsIndividualQueries(BatchAction.java:219) at org.apache.cayenne.access.jdbc.BatchAction.performAction(BatchAction.java:91) at org.apache.cayenne.access.DataNodeQueryAction.runQuery(DataNodeQueryAction.java:87) at org.apache.cayenne.access.DataNode.performQueries(DataNode.java:269) at org.apache.cayenne.access.DataDomainFlushAction.runQueries(DataDomainFlushAction.java:226) at org.apache.cayenne.access.DataDomainFlushAction.flush(DataDomainFlushAction.java:144) at org.apache.cayenne.access.DataDomain.onSyncFlush(DataDomain.java:824) at org.apache.cayenne.access.DataDomain$2.transform(DataDomain.java:791) at org.apache.cayenne.access.DataDomain.runInTransaction(DataDomain.java:850) at org.apache.cayenne.access.DataDomain.onSync(DataDomain.java:788) at org.apache.cayenne.access.DataContext.flushToParent(DataContext.java:1106) ... 34 more From [email protected] Thu Jun 24 06:36:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11385 invoked from network); 24 Jun 2010 06:36:43 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Jun 2010 06:36:43 -0000 Received: (qmail 96411 invoked by uid 500); 24 Jun 2010 06:36:43 -0000 Delivered-To: [email protected] Received: (qmail 96264 invoked by uid 500); 24 Jun 2010 06: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96255 invoked by uid 99); 24 Jun 2010 06:36:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 06:36: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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Jun 2010 06:36:31 +0000 Received: (qmail 6573 invoked from network); 24 Jun 2010 06:36:09 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 24 Jun 2010 06:36:09 -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 v936) Subject: Re: DB2 and Identity column Date: Thu, 24 Jun 2010 09:36:07 +0300 References: <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Hi Andrew, Not sure if that's related to your problem, but by default Db2Adapter is not setup to support identity columns (don't remember what the deal was back in the day when that setting was introduced... Most likely the driver didn't handle them correctly. Not sure if it does now). You may try getting a hold of Db2Adapter instance (DataDomain -> DataNode -> DbAdapter; if it is set to "AutoAdapter", you can change it in the Modeler to "Custom Adapter" with the value of "org.apache.cayenne.dba.db2.DB2Adapter"), and then call adapter.setSupportsGeneratedKeys(true); Let us know the outcome - we may change the Cayenne defaults. Cheers, Andrus On Jun 24, 2010, at 7:15 AM, Andrew Willerding wrote: > I am using Cayenne 3.0 and I am having trouble creating a new record > with a table that has an identity column on DB2 V9.1. The PK > Generation Strategy has been set to Database-generated and the > correct field (named ID), however when I first attempted to create a > record on this table I kept getting commit errors when cayenne was > executing SELECT NEXTVAL FOR ADMINISTRATOR.S_PPVSPECIAL FROM > SYSIBM.SYSDUMMY1. I realized that Cayenne was trying to generate a > value from the sequence so I created the appropriate S_PPVSPECIAL > sequence table which did get past the problem but now I'm getting > errors with the actual identity column. Here's the dump: Also why > are there two columns for STARTDATE in the Insert/Bind statements? > > Thanks, > > Andrew > > 2010-06-23 23:46:51,977 [http-8084-7] INFO > org.apache.cayenne.access.QueryLogger - SELECT NEXTVAL FOR > ADMINISTRATOR.S_PPVSPECIAL FROM SYSIBM.SYSDUMMY1 > 2010-06-23 23:46:51,980 [http-8084-7] INFO > org.apache.cayenne.access.QueryLogger - --- will run 1 query. > 2010-06-23 23:46:51,980 [http-8084-7] INFO > org.apache.cayenne.access.QueryLogger - INSERT INTO > ADMINISTRATOR.PPVSPECIAL (ACTIVE, ENDDATE, EVENTID, EXPIRYDT, ID, > LANGUAGE, MENUMSGNUM, PROMOMSGNUM, REGION, SLOT, STARTDATE) VALUES > (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) > 2010-06-23 23:46:51,980 [http-8084-7] INFO > org.apache.cayenne.access.QueryLogger - [bind: 1->ACTIVE:'Y', 2- > >ENDDATE:'2010-06-30 23:46:42.664', 3->EVENTID:9036, 4- > >EXPIRYDT:NULL, 5->LANGUAGE:220, 6->MENUMSGNUM:'E', 7->PROMOMSGNUM: > 4001, 8->REGION:4000, 9->SLOT:'N', 10->STARTDATE:1, 11- > >STARTDATE:'2010-06-24 23:46:42.657'] > 2010-06-23 23:46:51,985 [http-8084-7] INFO > org.apache.cayenne.access.QueryLogger - *** error. > com.ibm.db2.jcc.b.SqlException: DB2 SQL error: SQLCODE: -727, > SQLSTATE: 56098, SQLERRMC: 2;-798;428C9;ID > at com.ibm.db2.jcc.b.ig.e(ig.java:1594) > at com.ibm.db2.jcc.b.jg.a(jg.java:1826) > at com.ibm.db2.jcc.c.gb.a(gb.java:185) > at com.ibm.db2.jcc.c.gb.b(gb.java:82) > at com.ibm.db2.jcc.c.w.b(w.java:71) > at com.ibm.db2.jcc.c.wb.c(wb.java:225) > at com.ibm.db2.jcc.b.jg.bb(jg.java:1817) > at com.ibm.db2.jcc.b.jg.eb(jg.java:1878) > at com.ibm.db2.jcc.b.jg.jb(jg.java:1977) > at com.ibm.db2.jcc.b.jg.a(jg.java:1275) > at com.ibm.db2.jcc.b.jg.setObject(jg.java:1241) > at > org.apache.cayenne.access.types.CharType.setJdbcObject(CharType.java: > 169) > at > org.apache.cayenne.dba.JdbcAdapter.bindParameter(JdbcAdapter.java:542) > at > org.apache.cayenne.dba.db2.DB2Adapter.bindParameter(DB2Adapter.java: > 227) > at > org > .apache > .cayenne > .access > .trans > .InsertBatchQueryBuilder.bindParameters(InsertBatchQueryBuilder.java: > 61) > at > org > .apache > .cayenne > .access.jdbc.BatchAction.runAsIndividualQueries(BatchAction.java:219) > at > org > .apache > .cayenne.access.jdbc.BatchAction.performAction(BatchAction.java:91) > at > org > .apache > .cayenne > .access.DataNodeQueryAction.runQuery(DataNodeQueryAction.java:87) > at > org.apache.cayenne.access.DataNode.performQueries(DataNode.java:269) > at > org > .apache > .cayenne > .access.DataDomainFlushAction.runQueries(DataDomainFlushAction.java: > 226) > at > org > .apache > .cayenne > .access.DataDomainFlushAction.flush(DataDomainFlushAction.java:144) > at > org.apache.cayenne.access.DataDomain.onSyncFlush(DataDomain.java:824) > at org.apache.cayenne.access.DataDomain > $2.transform(DataDomain.java:791) > at > org > .apache.cayenne.access.DataDomain.runInTransaction(DataDomain.java: > 850) > at > org.apache.cayenne.access.DataDomain.onSync(DataDomain.java:788) > at > org.apache.cayenne.access.DataContext.flushToParent(DataContext.java: > 1106) > at > org.apache.cayenne.access.DataContext.commitChanges(DataContext.java: > 1045) > at > com > .callista > .shaw > .webhotgreetadmin > .Windows.WindowEditPPVSpecial.clickSave(WindowEditPPVSpecial.java:362) > 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 > com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:497) > at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:161) > at > com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1146) > at com.vaadin.ui.Button.fireClick(Button.java:366) > at com.vaadin.ui.Button.changeVariables(Button.java:188) > at > com > .vaadin > .terminal > .gwt > .server > .AbstractCommunicationManager > .handleVariables(AbstractCommunicationManager.java:1087) > at > com > .vaadin > .terminal > .gwt > .server > .AbstractCommunicationManager > .doHandleUidlRequest(AbstractCommunicationManager.java:587) > at > com > .vaadin > .terminal > .gwt > .server > .CommunicationManager.handleUidlRequest(CommunicationManager.java:265) > at > com > .vaadin > .terminal > .gwt > .server > .AbstractApplicationServlet.service(AbstractApplicationServlet.java: > 482) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at > org > .apache > .catalina > .core > .ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java: > 290) > at > org > .apache > .catalina > .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at > org > .apache > .cayenne > .conf > .WebApplicationContextFilter > .doFilter(WebApplicationContextFilter.java:91) > at > org > .apache > .catalina > .core > .ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java: > 235) > at > org > .apache > .catalina > .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter > (MonitorFilter.java:390) > at > org > .apache > .catalina > .core > .ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java: > 235) > at > org > .apache > .catalina > .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at > org > .apache > .catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: > 233) > at > org > .apache > .catalina.core.StandardContextValve.invoke(StandardContextValve.java: > 191) > at > org > .apache > .catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at > org > .apache > .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at > org > .apache > .catalina.core.StandardEngineValve.invoke(StandardEngineValve.java: > 109) > at > org > .apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: > 293) > at > org > .apache.coyote.http11.Http11Processor.process(Http11Processor.java: > 849) > at org.apache.coyote.http11.Http11Protocol > $Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint > $Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Thread.java:619) > com.vaadin.event.ListenerMethod$MethodException > Cause: org.apache.cayenne.CayenneRuntimeException: [v.3.0 Apr 26 > 2010 09:59:17] Commit Exception > at > com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:507) > at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:161) > at > com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1146) > at com.vaadin.ui.Button.fireClick(Button.java:366) > at com.vaadin.ui.Button.changeVariables(Button.java:188) > at > com > .vaadin > .terminal > .gwt > .server > .AbstractCommunicationManager > .handleVariables(AbstractCommunicationManager.java:1087) > at > com > .vaadin > .terminal > .gwt > .server > .AbstractCommunicationManager > .doHandleUidlRequest(AbstractCommunicationManager.java:587) > at > com > .vaadin > .terminal > .gwt > .server > .CommunicationManager.handleUidlRequest(CommunicationManager.java:265) > at > com > .vaadin > .terminal > .gwt > .server > .AbstractApplicationServlet.service(AbstractApplicationServlet.java: > 482) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at > org > .apache > .catalina > .core > .ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java: > 290) > at > org > .apache > .catalina > .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at > org > .apache > .cayenne > .conf > .WebApplicationContextFilter > .doFilter(WebApplicationContextFilter.java:91) > at > org > .apache > .catalina > .core > .ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java: > 235) > at > org > .apache > .catalina > .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter > (MonitorFilter.java:390) > at > org > .apache > .catalina > .core > .ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java: > 235) > at > org > .apache > .catalina > .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at > org > .apache > .catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: > 233) > at > org > .apache > .catalina.core.StandardContextValve.invoke(StandardContextValve.java: > 191) > at > org > .apache > .catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at > org > .apache > .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at > org > .apache > .catalina.core.StandardEngineValve.invoke(StandardEngineValve.java: > 109) > at > org > .apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: > 293) > at > org > .apache.coyote.http11.Http11Processor.process(Http11Processor.java: > 849) > at org.apache.coyote.http11.Http11Protocol > $Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint > $Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Thread.java:619) > Caused by: org.apache.cayenne.CayenneRuntimeException: [v.3.0 Apr 26 > 2010 09:59:17] Commit Exception > at > org.apache.cayenne.access.DataContext.flushToParent(DataContext.java: > 1134) > at > org.apache.cayenne.access.DataContext.commitChanges(DataContext.java: > 1045) > at > com > .callista > .shaw > .webhotgreetadmin > .Windows.WindowEditPPVSpecial.clickSave(WindowEditPPVSpecial.java:362) > 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 > com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:497) > ... 27 more > Caused by: com.ibm.db2.jcc.b.SqlException: DB2 SQL error: SQLCODE: > -727, SQLSTATE: 56098, SQLERRMC: 2;-798;428C9;ID > at com.ibm.db2.jcc.b.ig.e(ig.java:1594) > at com.ibm.db2.jcc.b.jg.a(jg.java:1826) > at com.ibm.db2.jcc.c.gb.a(gb.java:185) > at com.ibm.db2.jcc.c.gb.b(gb.java:82) > at com.ibm.db2.jcc.c.w.b(w.java:71) > at com.ibm.db2.jcc.c.wb.c(wb.java:225) > at com.ibm.db2.jcc.b.jg.bb(jg.java:1817) > at com.ibm.db2.jcc.b.jg.eb(jg.java:1878) > at com.ibm.db2.jcc.b.jg.jb(jg.java:1977) > at com.ibm.db2.jcc.b.jg.a(jg.java:1275) > at com.ibm.db2.jcc.b.jg.setObject(jg.java:1241) > at > org.apache.cayenne.access.types.CharType.setJdbcObject(CharType.java: > 169) > at > org.apache.cayenne.dba.JdbcAdapter.bindParameter(JdbcAdapter.java:542) > at > org.apache.cayenne.dba.db2.DB2Adapter.bindParameter(DB2Adapter.java: > 227) > at > org > .apache > .cayenne > .access > .trans > .InsertBatchQueryBuilder.bindParameters(InsertBatchQueryBuilder.java: > 61) > at > org > .apache > .cayenne > .access.jdbc.BatchAction.runAsIndividualQueries(BatchAction.java:219) > at > org > .apache > .cayenne.access.jdbc.BatchAction.performAction(BatchAction.java:91) > at > org > .apache > .cayenne > .access.DataNodeQueryAction.runQuery(DataNodeQueryAction.java:87) > at > org.apache.cayenne.access.DataNode.performQueries(DataNode.java:269) > at > org > .apache > .cayenne > .access.DataDomainFlushAction.runQueries(DataDomainFlushAction.java: > 226) > at > org > .apache > .cayenne > .access.DataDomainFlushAction.flush(DataDomainFlushAction.java:144) > at > org.apache.cayenne.access.DataDomain.onSyncFlush(DataDomain.java:824) > at org.apache.cayenne.access.DataDomain > $2.transform(DataDomain.java:791) > at > org > .apache.cayenne.access.DataDomain.runInTransaction(DataDomain.java: > 850) > at > org.apache.cayenne.access.DataDomain.onSync(DataDomain.java:788) > at > org.apache.cayenne.access.DataContext.flushToParent(DataContext.java: > 1106) > ... 34 more > > From [email protected] Thu Jun 24 06:53:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13871 invoked from network); 24 Jun 2010 06:53:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Jun 2010 06:53:15 -0000 Received: (qmail 13345 invoked by uid 500); 24 Jun 2010 06:53:15 -0000 Delivered-To: [email protected] Received: (qmail 13132 invoked by uid 500); 24 Jun 2010 06: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13124 invoked by uid 99); 24 Jun 2010 06:53:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 06:53:12 +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-pv0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 06:53:05 +0000 Received: by pvh1 with SMTP id 1so935734pvh.16 for <[email protected]>; Wed, 23 Jun 2010 23:52: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=zpFtAa8rJR1of6qZrDqjv+fFoAMLrsErYOpBqXZ2U/A=; b=ejvTI9DbLrH2M1LXGjgqxUYzMZ0XJcQEi6xxQftIVCWHapKEPunCMWidPMJMbNQ6mc 7fergSEzybQ7lYcVgsSFs1dtcghPPR253+FuPAdnu59WPbEodbCQR8tBv62itmPU7IFE OLAGQaukundRKhK4Lnoc3JVZHVgQ/WN629Y6k= 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=ogruBvIZ+X6Ys3hN1INe7Y/ZrGJzoWYj3OHK1SxlMyrWx8Ku7er0zMqleeorHInoi7 ljEOrsCu5yjaEsuf11N+wLCKhraea89+HqzlMRyvXnSaUzpXK51/CUaZ/VVmmRQHAaF3 HxOjNVYDUcRVCaW/B5FIcAEqjR+w3jFCtD+IM= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id x40mr8491441wfd.27.1277362364980; Wed, 23 Jun 2010 23:52:44 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 23 Jun 2010 23:52:44 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 24 Jun 2010 12:22:44 +0530 Message-ID: <[email protected]> Subject: Re: Book From: Nishant Neeraj <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0cd1540203a9e70489c11ae1 --000e0cd1540203a9e70489c11ae1 Content-Type: text/plain; charset=ISO-8859-1 It would be great if there is a "Cayenne in Action" kind of book that includes (a) All features and configurations of Cayenne (b) Queries, DataObjects, Stored Procedures, Expressions and general development guidelines (something like http://cayenne.apache.org/doc30/cayenne-guide.html but through a complete example) (c) Cayenne design patterns and anti-patterns (d) Caching and managing cache (e) Integration with frameworks like Wicket, Spring, Guice etc (f) Best practices / production deployment checklist / refactoring I would like to see a book that takes a simple but complete example that covers most of the Cayenne's features, throughout the book . Thanks Nishant On Wed, Jun 23, 2010 at 11:55 PM, Joe Baldwin <[email protected]>wrote: > Is there still going to be a Cayenne book? > > > --000e0cd1540203a9e70489c11ae1-- From [email protected] Thu Jun 24 13:05:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13651 invoked from network); 24 Jun 2010 13:05:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Jun 2010 13:05:07 -0000 Received: (qmail 54928 invoked by uid 500); 24 Jun 2010 13:05:06 -0000 Delivered-To: [email protected] Received: (qmail 54671 invoked by uid 500); 24 Jun 2010 13: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54663 invoked by uid 99); 24 Jun 2010 13:05:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 13:05:03 +0000 X-ASF-Spam-Status: No, hits=-0.2 required=10.0 tests=AWL,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-bw0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 13:04:57 +0000 Received: by bwz15 with SMTP id 15so1259254bwz.16 for <[email protected]>; Thu, 24 Jun 2010 06:04:35 -0700 (PDT) Received: by 161.129.204.104 with SMTP id v12mr6520265bkz.174.1277384675238; Thu, 24 Jun 2010 06:04:35 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Thu, 24 Jun 2010 06:04:15 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Michael Gentry <[email protected]> Date: Thu, 24 Jun 2010 09:04:15 -0400 Message-ID: <[email protected]> Subject: Re: Book To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 What I've started on is still embryonic, but the current outline is: Introduction Cayenne Modeler Contexts Inserting Objects Fetching Objects Deleting Objects Caching Inheritance Web Applications * References and Resources * Currently only a simple Tapestry 5 application is planned since I don't know the other frameworks. My plan is to walk through Cayenne, starting with Cayenne Modeler, and working through different activities (inserts/fetches/deletes/etc) with lots of little examples. I'm open to suggestions/etc, though. I've abandoned my original idea of using Tiddly Wiki for the book, though. Still planning on using GitHub for the code, though. mrg On Wed, Jun 23, 2010 at 2:25 PM, Joe Baldwin <[email protected]> wrote: > Is there still going to be a Cayenne book? From [email protected] Thu Jun 24 13:29:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20600 invoked from network); 24 Jun 2010 13:29:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Jun 2010 13:29:48 -0000 Received: (qmail 81853 invoked by uid 500); 24 Jun 2010 13:29:48 -0000 Delivered-To: [email protected] Received: (qmail 81672 invoked by uid 500); 24 Jun 2010 13:29: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81664 invoked by uid 99); 24 Jun 2010 13:29:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 13:29:45 +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 smtp108.rog.mail.re2.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Jun 2010 13:29:37 +0000 Received: (qmail 25046 invoked from network); 24 Jun 2010 13:29:16 -0000 Received: from [161.129.204.104] ([email protected] with plain) by smtp108.rog.mail.re2.yahoo.com with SMTP; 24 Jun 2010 06:29:15 -0700 PDT X-Yahoo-SMTP: ChVU2eqswBDSFej3Lf4i2Y53UZyBmGcLKhIKvoPeYDa9tHhZulM- X-YMail-OSG: UWFSxokVM1kgecr2z5M2iZiP196lCFSuIsU_n8LiYhwGak5dhQ0N5T39RcMJFF8Pv8xiexdSi6Lzqn38VqfOapCTlGBkrPLOw9mNN162YOrrj4CmhvGK0nZhBkB9RSf2G08h.z.8onhLNxF4PaIwxrK9aw_SLr2__sQvEaLcXZY7tRra3L9s0wsW_P6H9zamDJVOP38MwdmY7RU8Wbb6ex9Mqr5D5yZX6YYDbSwOWLRt5XOcEHEIm42pDukrRVV1BqVRe9w7U1kCfKM4RIWgQEstlGZlXwupxof_AU7AzBVTBwxHT4SJRbbsiRBRfXu24RlnGc5IncSyX91DBoc_lQBoynPuaTMM7bWJ9emRoPh0ZBsO7dZ7wxK6BqvDeYcexlm54NjbJmWhgEzcZrDZrmpyBA-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <[email protected]> Date: Thu, 24 Jun 2010 09:29:16 -0400 From: Andrew Willerding <[email protected]> Reply-To: [email protected] Organization: Callista Computer Telephony Inc. User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:161.129.204.104) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: DB2 and Identity column 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 On 10-06-24 02:36 AM, Andrus Adamchik wrote: > Hi Andrew, > > Not sure if that's related to your problem, but by default Db2Adapter > is not setup to support identity columns (don't remember what the deal > was back in the day when that setting was introduced... Most likely > the driver didn't handle them correctly. Not sure if it does now). > > You may try getting a hold of Db2Adapter instance (DataDomain -> > DataNode -> DbAdapter; if it is set to "AutoAdapter", you can change > it in the Modeler to "Custom Adapter" with the value of > "org.apache.cayenne.dba.db2.DB2Adapter"), and then call > > adapter.setSupportsGeneratedKeys(true); > > Let us know the outcome - we may change the Cayenne defaults. > > Cheers, > Andrus > > On Jun 24, 2010, at 7:15 AM, Andrew Willerding wrote: Hi Andrus It took me a while to figure out how to get to the adapter in the code. I'm not used to accessing the "lower levels" of Cayenne but after some persistence (no pun intended) it WORKED! Thanks so much for your quick response!! Here's what I did to check if the setting took hold. System.out.println("************GEN KEYS SUPPORTED? -" + DataContext.createDataContext().getParentDataDomain().getNode("DataNode").getAdapter().supportsGeneratedKeys()); DB2Adapter ad = (DB2Adapter)DataContext.createDataContext().getParentDataDomain().getNode("DataNode").getAdapter(); ad.setSupportsGeneratedKeys(true); System.out.println("************GEN KEYS SUPPORTED? -" + DataContext.createDataContext().getParentDataDomain().getNode("DataNode").getAdapter().supportsGeneratedKeys()); Andrew From [email protected] Thu Jun 24 13:57:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26621 invoked from network); 24 Jun 2010 13:57:59 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Jun 2010 13:57:59 -0000 Received: (qmail 6412 invoked by uid 500); 24 Jun 2010 13:57:59 -0000 Delivered-To: [email protected] Received: (qmail 6406 invoked by uid 500); 24 Jun 2010 13:57: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6397 invoked by uid 99); 24 Jun 2010 13:57:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 13: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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Jun 2010 13:57:49 +0000 Received: (qmail 31517 invoked from network); 24 Jun 2010 13:57:28 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 24 Jun 2010 13:57:28 -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 v936) Subject: Re: DB2 and Identity column Date: Thu, 24 Jun 2010 16:57:27 +0300 References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Good to hear. I'll open a Jira to change the adapter settings for DB2 to support this out of the box. Andrus On Jun 24, 2010, at 4:29 PM, Andrew Willerding wrote: > On 10-06-24 02:36 AM, Andrus Adamchik wrote: >> Hi Andrew, >> >> Not sure if that's related to your problem, but by default >> Db2Adapter is not setup to support identity columns (don't remember >> what the deal was back in the day when that setting was >> introduced... Most likely the driver didn't handle them correctly. >> Not sure if it does now). >> >> You may try getting a hold of Db2Adapter instance (DataDomain -> >> DataNode -> DbAdapter; if it is set to "AutoAdapter", you can >> change it in the Modeler to "Custom Adapter" with the value of >> "org.apache.cayenne.dba.db2.DB2Adapter"), and then call >> >> adapter.setSupportsGeneratedKeys(true); >> >> Let us know the outcome - we may change the Cayenne defaults. >> >> Cheers, >> Andrus >> >> On Jun 24, 2010, at 7:15 AM, Andrew Willerding wrote: > > Hi Andrus > > It took me a while to figure out how to get to the adapter in the > code. I'm not used to accessing the "lower levels" of Cayenne but > after some persistence (no pun intended) it WORKED! Thanks so much > for your quick response!! > > Here's what I did to check if the setting took hold. > > System.out.println("************GEN KEYS SUPPORTED? -" + > DataContext > .createDataContext > ().getParentDataDomain > ().getNode("DataNode").getAdapter().supportsGeneratedKeys()); > > > DB2Adapter ad = > (DB2Adapter > )DataContext > .createDataContext > ().getParentDataDomain().getNode("DataNode").getAdapter(); > ad.setSupportsGeneratedKeys(true); > > System.out.println("************GEN KEYS SUPPORTED? -" + > DataContext > .createDataContext > ().getParentDataDomain > ().getNode("DataNode").getAdapter().supportsGeneratedKeys()); > > > Andrew > From [email protected] Thu Jun 24 14:25:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37027 invoked from network); 24 Jun 2010 14:25:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Jun 2010 14:25:56 -0000 Received: (qmail 43001 invoked by uid 500); 24 Jun 2010 14:25:56 -0000 Delivered-To: [email protected] Received: (qmail 42958 invoked by uid 500); 24 Jun 2010 14:25: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42922 invoked by uid 99); 24 Jun 2010 14:25:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 14:25:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO elasmtp-kukur.atl.sa.earthlink.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 14:25:45 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=r9dycnsLP1J/hwVZHFl5rT02vkQU41T3kuq4Bc3KpoHPVOPn5/BdMoSW+/3EQr2U; h=Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [161.129.204.104] (helo=[161.129.204.104]) by elasmtp-kukur.atl.sa.earthlink.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67) (envelope-from <[email protected]>) id 1ORnMq-0007RJ-5J for [email protected]; Thu, 24 Jun 2010 10:25:24 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Book From: Joe Baldwin <[email protected]> In-Reply-To: <[email protected]> Date: Thu, 24 Jun 2010 10:25:23 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1081) X-ELNK-Trace: 74aacf41df18ac9f85338a7d01cb3b6a7e972de0d01da940ef20aedace0599abba273c7ab8a019e7350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org I think I might have mentioned some of this previously: 1. Audience Perspective - presenting material (perhaps even the same = technical material) from a different perspective. - Just as the developers and architects want to see a use-cases = (and/or examples) for the various features of Cayenne, I think that = there should be a sort-of "use case" for a project manager, perhaps a = how-to for a quick evaluation of performance and features. - This "perspective" would not only be a service, but also help = ensure that a project manager's evaluation is based on correct and = optimum usage of the Cayenne feature set. - Note: I have seen *many* projects suffer from negative = evaluations based on poor evaluation plans and the questionable test = results that are produced. 2. Reference, Element, and Collaboration - With many projects, reference and elemental-usage = documentation is typically presented well. - However, advanced Object/Component Collaboration is sometimes = overlooked. - I have personally learned a vast amount from the = best-practices and "tricks" used by the Cayenne team that they share = from their own projects. - Idea: Cayenne-users could donate various collaboration = examples which could be then edited by the Cayenne team for use in the = book. It is my experience that if you provide an easy-to-implement evaluation = plan along with an 'advanced features field guide', the test team is = more likely to use that in place of something they create from scratch. Joe On Jun 24, 2010, at 9:04 AM, Michael Gentry wrote: > What I've started on is still embryonic, but the current outline is: >=20 > Introduction > Cayenne Modeler > Contexts > Inserting Objects > Fetching Objects > Deleting Objects > Caching > Inheritance > Web Applications * > References and Resources >=20 > * Currently only a simple Tapestry 5 application is planned since I > don't know the other frameworks. >=20 > My plan is to walk through Cayenne, starting with Cayenne Modeler, and > working through different activities (inserts/fetches/deletes/etc) > with lots of little examples. I'm open to suggestions/etc, though. > I've abandoned my original idea of using Tiddly Wiki for the book, > though. Still planning on using GitHub for the code, though. >=20 > mrg >=20 >=20 > On Wed, Jun 23, 2010 at 2:25 PM, Joe Baldwin <[email protected]> = wrote: >> Is there still going to be a Cayenne book? From [email protected] Thu Jun 24 18:47:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20143 invoked from network); 24 Jun 2010 18:47:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Jun 2010 18:47:56 -0000 Received: (qmail 94091 invoked by uid 500); 24 Jun 2010 18:47:56 -0000 Delivered-To: [email protected] Received: (qmail 94022 invoked by uid 500); 24 Jun 2010 18:47: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94014 invoked by uid 99); 24 Jun 2010 18:47:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 18:47:55 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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-bw0-f43.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 18:47:47 +0000 Received: by bwz15 with SMTP id 15so1429688bwz.16 for <[email protected]>; Thu, 24 Jun 2010 11:47:26 -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 :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=xkokQT3qzi/X0zsNp/+I6IjmmPvdLgRYP61W6tH59PA=; b=W4XAGMtQ3XQMrhoIL4sD/GJtz2GHnwfetIVO9lOLWNpgUG0fHGpS0VhX6sBHhSU7DJ iU8WjohQq3UuBKhw8s5Ns5h8D803jToCsvutwnqh/VcDjrFH5HJgfh1Y/4CRNQE/yu/q O5kpTBM84QtTP69OSvkMAsoBlqkTI+0D4lCXg= 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=BjrkmJ2JJrpon/fbYOluU2A4Bd2vQCu/vtury2BK0BWSWZIT39ssYcA9lhP0aLLWHr RGFxAaEF16InnKve3i985ODypgdeNy2QqnRxQGyoFUUyVlZk1wmxiWa2j822I55xHGM5 JnTU8TBiUPpjnAhltk83Spw2mLCMhlBzEywPw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id m3mr6802679bkx.63.1277405246272; Thu, 24 Jun 2010 11:47:26 -0700 (PDT) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Thu, 24 Jun 2010 11:47:26 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Thu, 24 Jun 2010 22:47:26 +0400 X-Google-Sender-Auth: x0kiXQqOmqHwRgj0e0iU9N0rIUw Message-ID: <[email protected]> Subject: Re: Book From: Evgeny Ryabitskiy <[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 Hello 2 everyone. I wish to add one more chapter... About... not ORM part of Cayenne. I know Cayenne represents itself as "Cayenne is a mature, powerful, full-featured open source Object/Relational Mapping (ORM) framework". But Cayenne is also a powerful "Query Execution Framework" or "Query Engine". We have been developing high performance Enterprise Applications for Bunk Industry for almost 3 years with Cayenne. There is no ORM only SQLTemplates and Row queries. We working with Maps instead Objects. This architecture has some disadvantage: it's harder to develop and maintain such applications. But advantage is that such applications are really fast. With power of SQLTemplates where we can turn queries for DB type, we are supporting 4 RDBM types (mssql, sybase, oracle, db2). So it is a Success Story :) I think Example of building applications over Cayenne without ORM is something that can be interesting for users. Evgeny 2010/6/24 Joe Baldwin <[email protected]>: > I think I might have mentioned some of this previously: > > 1. Audience Perspective - presenting material (perhaps even the same tech= nical material) from a different perspective. > =A0 =A0 =A0 =A0- Just as the developers and architects want to see a use-= cases (and/or examples) for the various features of Cayenne, I think that t= here should be a sort-of "use case" for a project manager, perhaps a how-to= for a quick evaluation of performance and features. > =A0 =A0 =A0 =A0- This "perspective" would not only be a service, but also= help ensure that a project manager's evaluation is based on correct and op= timum usage of the Cayenne feature set. > =A0 =A0 =A0 =A0- Note: I have seen *many* projects suffer from negative e= valuations based on poor evaluation plans and the questionable test results= that are produced. > > 2. Reference, Element, and Collaboration > =A0 =A0 =A0 =A0- With many projects, reference and elemental-usage docume= ntation is typically presented well. > =A0 =A0 =A0 =A0- However, advanced Object/Component Collaboration is some= times overlooked. > =A0 =A0 =A0 =A0- I have personally learned a vast amount from the best-pr= actices and "tricks" used by the Cayenne team that they share from their ow= n projects. > =A0 =A0 =A0 =A0- Idea: Cayenne-users could donate various collaboration e= xamples which could be then edited by the Cayenne team for use in the book. > > It is my experience that if you provide an easy-to-implement evaluation p= lan along with an 'advanced features field guide', the test team is more li= kely to use that in place of something they create from scratch. > > Joe > > > > > On Jun 24, 2010, at 9:04 AM, Michael Gentry wrote: > >> What I've started on is still embryonic, but the current outline is: >> >> Introduction >> Cayenne Modeler >> Contexts >> Inserting Objects >> Fetching Objects >> Deleting Objects >> Caching >> Inheritance >> Web Applications * >> References and Resources >> >> * Currently only a simple Tapestry 5 application is planned since I >> don't know the other frameworks. >> >> My plan is to walk through Cayenne, starting with Cayenne Modeler, and >> working through different activities (inserts/fetches/deletes/etc) >> with lots of little examples. =A0I'm open to suggestions/etc, though. >> I've abandoned my original idea of using Tiddly Wiki for the book, >> though. =A0Still planning on using GitHub for the code, though. >> >> mrg >> >> >> On Wed, Jun 23, 2010 at 2:25 PM, Joe Baldwin <[email protected]> w= rote: >>> Is there still going to be a Cayenne book? > > From [email protected] Thu Jun 24 19:08:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27685 invoked from network); 24 Jun 2010 19:08:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Jun 2010 19:08:57 -0000 Received: (qmail 18980 invoked by uid 500); 24 Jun 2010 19:08:57 -0000 Delivered-To: [email protected] Received: (qmail 18936 invoked by uid 500); 24 Jun 2010 19:08: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18928 invoked by uid 99); 24 Jun 2010 19:08:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 19:08:56 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-iw0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 19:08:48 +0000 Received: by iwn33 with SMTP id 33so5837703iwn.16 for <[email protected]>; Thu, 24 Jun 2010 12:08:27 -0700 (PDT) Received: by 161.129.204.104 with SMTP id bm7mr10663903ibb.73.1277406507230; Thu, 24 Jun 2010 12:08:27 -0700 (PDT) Received: from maxwell.cgs.wustl.edu (cujo.wustl.edu [161.129.204.104]) by mx.google.com with ESMTPS id d9sm18535452ibl.22.2161.129.204.104.08.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 24 Jun 2010 12:08:26 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Book From: Robert Zeigler <[email protected]> In-Reply-To: <[email protected]> Date: Thu, 24 Jun 2010 14:08:25 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1081) +1. SQLTemplates rock. :) The last "high performance" app I had to write = definitely utilized SQLTempaltes in performance critical sections of = code to generate custom reports potentially hundreds of thousands of = records long. Robert On Jun 24, 2010, at 6/241:47 PM , Evgeny Ryabitskiy wrote: > Hello 2 everyone. >=20 > I wish to add one more chapter... About... not ORM part of Cayenne. > I know Cayenne represents itself as "Cayenne is a mature, powerful, > full-featured open source Object/Relational Mapping (ORM) framework". > But Cayenne is also a powerful "Query Execution Framework" or "Query > Engine". >=20 > We have been developing high performance Enterprise Applications for > Bunk Industry for almost 3 years with Cayenne. > There is no ORM only SQLTemplates and Row queries. We working with > Maps instead Objects. This architecture has some disadvantage: it's > harder to develop and maintain such applications. But advantage is > that such applications are really fast. > With power of SQLTemplates where we can turn queries for DB type, we > are supporting 4 RDBM types (mssql, sybase, oracle, db2). So it is a > Success Story :) > I think Example of building applications over Cayenne without ORM is > something that can be interesting for users. >=20 > Evgeny >=20 >=20 > 2010/6/24 Joe Baldwin <[email protected]>: >> I think I might have mentioned some of this previously: >>=20 >> 1. Audience Perspective - presenting material (perhaps even the same = technical material) from a different perspective. >> - Just as the developers and architects want to see a = use-cases (and/or examples) for the various features of Cayenne, I think = that there should be a sort-of "use case" for a project manager, perhaps = a how-to for a quick evaluation of performance and features. >> - This "perspective" would not only be a service, but also = help ensure that a project manager's evaluation is based on correct and = optimum usage of the Cayenne feature set. >> - Note: I have seen *many* projects suffer from negative = evaluations based on poor evaluation plans and the questionable test = results that are produced. >>=20 >> 2. Reference, Element, and Collaboration >> - With many projects, reference and elemental-usage = documentation is typically presented well. >> - However, advanced Object/Component Collaboration is = sometimes overlooked. >> - I have personally learned a vast amount from the = best-practices and "tricks" used by the Cayenne team that they share = from their own projects. >> - Idea: Cayenne-users could donate various collaboration = examples which could be then edited by the Cayenne team for use in the = book. >>=20 >> It is my experience that if you provide an easy-to-implement = evaluation plan along with an 'advanced features field guide', the test = team is more likely to use that in place of something they create from = scratch. >>=20 >> Joe >>=20 >>=20 >>=20 >>=20 >> On Jun 24, 2010, at 9:04 AM, Michael Gentry wrote: >>=20 >>> What I've started on is still embryonic, but the current outline is: >>>=20 >>> Introduction >>> Cayenne Modeler >>> Contexts >>> Inserting Objects >>> Fetching Objects >>> Deleting Objects >>> Caching >>> Inheritance >>> Web Applications * >>> References and Resources >>>=20 >>> * Currently only a simple Tapestry 5 application is planned since I >>> don't know the other frameworks. >>>=20 >>> My plan is to walk through Cayenne, starting with Cayenne Modeler, = and >>> working through different activities (inserts/fetches/deletes/etc) >>> with lots of little examples. I'm open to suggestions/etc, though. >>> I've abandoned my original idea of using Tiddly Wiki for the book, >>> though. Still planning on using GitHub for the code, though. >>>=20 >>> mrg >>>=20 >>>=20 >>> On Wed, Jun 23, 2010 at 2:25 PM, Joe Baldwin = <[email protected]> wrote: >>>> Is there still going to be a Cayenne book? >>=20 >>=20 From [email protected] Wed Jun 30 01:10:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82756 invoked from network); 30 Jun 2010 01:10:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 01:10:27 -0000 Received: (qmail 3129 invoked by uid 500); 30 Jun 2010 01:10:27 -0000 Delivered-To: [email protected] Received: (qmail 3041 invoked by uid 500); 30 Jun 2010 01: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3033 invoked by uid 99); 30 Jun 2010 01:10:26 -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:10:26 +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-iw0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 01:10:18 +0000 Received: by iwn33 with SMTP id 33so367248iwn.16 for <[email protected]>; Tue, 29 Jun 2010 18:08:57 -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=EPcjwwHTfjF2DnQWSomu+ItxRvMBtcKJI8AGSdDCSO0=; b=QOiVE8bAjJTf7kYpwusduJdAkHp2lVdJG94UXRSxgufZLFgWy0ArAPNgREoT8CtUdB +GRtUwBo4yF06+36P/G5CudO4kzeLkN23h2yxfdfRuzd6lg4b0yS1g0zsWgQyEENxVUr oHmkq8MeDHB5EW3X4nMfz0QPaIkj5mDxfIaNk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=PsttxtZ7TeFh9uUWU9oXEWCjfMYUs7bN60D9PcZ2q4mz5iobyp0/3Meg3IYfRj2CI9 w9qRqoZNs4R+3n5moe5XETMLOKv17KwpsAm97gC32FTUuA+3rBLS0yX29Xxce1Necgxr abvxX5GeZ3/+bLV5Sw31sECrLT0RDxqA0ySoA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z17mr8273189ibw.124.1277860137578; Tue, 29 Jun 2010 18:08:57 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 29 Jun 2010 18:08:57 -0700 (PDT) Date: Wed, 30 Jun 2010 11:08:57 +1000 Message-ID: <[email protected]> Subject: Testing for Pagination From: Gary Jarrel <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi Guys, If I have a small application I am working on which is a DAO like interface to Cayenne to simplify access to the database to one call. Currently I am working with paginated queries, and what I wanted to know is if I execute a paginated query how does one write a test case to verify that the query was actually paginated. Eg. In a 10 record page how do you ascertain that the first 10 records have been completely retrieved and the others just the IDs. I though I'd ask given that it's a simple question before I start diving into the Cayenne source code. Thank you Gary From [email protected] Wed Jun 30 01:46:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97909 invoked from network); 30 Jun 2010 01:46:10 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 01:46:10 -0000 Received: (qmail 14109 invoked by uid 500); 30 Jun 2010 01:46:09 -0000 Delivered-To: [email protected] Received: (qmail 14093 invoked by uid 500); 30 Jun 2010 01:46: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14085 invoked by uid 99); 30 Jun 2010 01:46:09 -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:46: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 fish.ish.com.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 01:46:01 +0000 Received: from ip-152.ish.com.au ([161.129.204.104]:65035) by fish.ish.com.au with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from <[email protected]>) id 1OTmJm-0006wU-2Q for [email protected]; Wed, 30 Jun 2010 11:42:26 +1000 Message-ID: <[email protected]> Date: Wed, 30 Jun 2010 11:42:26 +1000 From: Aristedes Maniatis <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:161.129.204.104) Gecko/20100608 Lightning/1.0b2 Thunderbird/3.1 MIME-Version: 1.0 To: [email protected] Subject: Re: Testing for Pagination 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 30/06/10 11:08 AM, Gary Jarrel wrote: > Currently I am working with paginated queries, and what I wanted to > know is if I execute a paginated query how does one write a test case > to verify that the query was actually paginated. Eg. In a 10 record > page how do you ascertain that the first 10 records have been > completely retrieved and the others just the IDs. Records after the first 10 will have a status of "hollow". Ari -- --------------------------> Aristedes Maniatis ish http://www.ish.com.au Level 1, 30 Wilson Street Newtown 2042 Australia phone (548)664-7369 fax (548)664-7369 GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From [email protected] Wed Jun 30 02:37:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9390 invoked from network); 30 Jun 2010 02:37:09 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 02:37:09 -0000 Received: (qmail 36238 invoked by uid 500); 30 Jun 2010 02:37:09 -0000 Delivered-To: [email protected] Received: (qmail 36087 invoked by uid 500); 30 Jun 2010 02:37: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36079 invoked by uid 99); 30 Jun 2010 02:37:07 -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:37:07 +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-iw0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 02:37:00 +0000 Received: by iwn33 with SMTP id 33so455582iwn.16 for <[email protected]>; Tue, 29 Jun 2010 19:35:39 -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=zavJcdzPuQnBUmCuOO8EeUPMFUTaEapLAOcgiG6c3qI=; b=Mtf4wqLdwHBVxeseqIdikMsBjBglpmYjWymnYXQLGWYO2XaWFKF5uAWXKxHDhTFLZT OKPnP77zr+yeiuCloP5YIaEqVYTvR3dFGSMJqsEOsf7ShvopUaS7djeYwmcdUVs9rlOW Ba03GY3eD7ZyDv1qnqv0//83CqdiKUzPDic1c= 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=Ab1wfDGQF2YS2XnadhpWQwaPfzCW9RcJVLKs6cHfsoXqXKgT+Y1PM5QuB45emicz/I ZQYRgMKNUrU1/D1GEI4FgMHbwcnKACiGnqHcbRE4JiG/7b+/RzVHb4htTl8XZ15trLYS Pr7I3tZYB+Utm2bdGJg/8UdEAuxYE0FlLLj4o= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id h8mr3921793iba.188.1277865339242; Tue, 29 Jun 2010 19:35:39 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 29 Jun 2010 19:35:39 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Wed, 30 Jun 2010 12:35:39 +1000 Message-ID: <[email protected]> Subject: Re: Testing for Pagination From: Gary Jarrel <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jun 30, 2010 at 11:42 AM, Aristedes Maniatis <[email protected]> wrote: > Records after the first 10 will have a status of "hollow". > > Ari > Thank you Ari From [email protected] Wed Jun 30 03:28:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21015 invoked from network); 30 Jun 2010 03:28:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 03:28:34 -0000 Received: (qmail 63131 invoked by uid 500); 30 Jun 2010 03:28:34 -0000 Delivered-To: [email protected] Received: (qmail 62877 invoked by uid 500); 30 Jun 2010 03:28: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.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62869 invoked by uid 99); 30 Jun 2010 03:28:31 -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:28:31 +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-iw0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 03:28:25 +0000 Received: by iwn33 with SMTP id 33so504938iwn.16 for <[email protected]>; Tue, 29 Jun 2010 20:27:03 -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=vIYnglzNHyzUKMlzMi1kLz7YianBrtcn93xfL3L6/54=; b=k/TzHe7fP3hsHs++t/iM9pTIMvUVW2osmgzoqqKS5a5YCxFiXRm4jm2miCuKx5nFQe IMYvCWcirEikVNaSYE9I99qWCwfkXnRaz4FvhsZLW0wycpJ0GhZTVoApB3jl4K+3vc90 p69XmUvBY5FWbdaAu8h0hsEDCMqI1veYJ9Xn0= 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=nb3bmDJlK8I1uAPJjDzNIWOuiZmAME2QmjCPS4VV4mOkF4oLdJO3pO9BKFY5J03ria YNXO7q6zBwrSgfuarWxnh430PmP2ARgl7Fs34SaZ8jeHRRpoP2q3bnIthTzVqt4RdSJq SFxGAJZKU8VX6nd89YSHTzi255tP7HxbrHqZg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id h8mr3979386iba.188.1277868423440; Tue, 29 Jun 2010 20:27:03 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 29 Jun 2010 20:27:03 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Wed, 30 Jun 2010 13:27:03 +1000 Message-ID: <[email protected]> Subject: Re: Testing for Pagination From: Gary Jarrel <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jun 30, 2010 at 11:42 AM, Aristedes Maniatis <[email protected]> wrote: > > Records after the first 10 will have a status of "hollow". > I've been trying to test for this using: SelectQuery s = new SelectQuery(Role.class); s.setPageSize(2); List<Role> results = getDataContext().performQuery(s); assertEquals(5, results.size()); assertEquals(PersistenceState.COMMITTED, results.get(0).getPersistenceState()); assertEquals(PersistenceState.COMMITTED, results.get(1).getPersistenceState()); assertEquals(PersistenceState.HOLLOW, results.get(4).getPersistenceState()); assertEquals(PersistenceState.HOLLOW, results.get(3).getPersistenceState()); assertEquals(PersistenceState.HOLLOW, results.get(2).getPersistenceState()); But it seems that results.get(n) always inflates the object and put it into a committed persistence state, hence the test fails. Any way to stop the object from inflating when you access it's Persistence State. I can see in the logs that the query has also changed to just select the object ID as follows: SELECT t0.role_id FROM role t0 Thank you Gary From [email protected] Wed Jun 30 03:48:30 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25070 invoked from network); 30 Jun 2010 03:48:30 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 03:48:30 -0000 Received: (qmail 80012 invoked by uid 500); 30 Jun 2010 03:48:30 -0000 Delivered-To: [email protected] Received: (qmail 79822 invoked by uid 500); 30 Jun 2010 03:48: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79814 invoked by uid 99); 30 Jun 2010 03:48:26 -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:26 +0000 X-ASF-Spam-Status: No, hits=0.7 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 fish.ish.com.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 03:48:17 +0000 Received: from ip-152.ish.com.au ([161.129.204.104]:49298) by fish.ish.com.au with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from <[email protected]>) id 1OToE7-0002qb-0U for [email protected]; Wed, 30 Jun 2010 13:44:43 +1000 Message-ID: <[email protected]> Date: Wed, 30 Jun 2010 13:44:42 +1000 From: Aristedes Maniatis <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:161.129.204.104) Gecko/20100608 Lightning/1.0b2 Thunderbird/3.1 MIME-Version: 1.0 To: [email protected] Subject: Re: Testing for Pagination 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 On 30/06/10 1:27 PM, Gary Jarrel wrote: > But it seems that results.get(n) always inflates the object and put it > into a committed persistence state, hence the test fails. Can't imagine how the get is doing that. > Any way to stop the object from inflating when you access it's > Persistence State. If that is happening, then that might be a bug. Could you put logging in there to identify exactly when you see the SQL query inflating the record? Does it happen right after getPersistenceState()? > I can see in the logs that the query has also changed to just select > the object ID as follows: > > SELECT t0.role_id FROM role t0 Yes, that's exactly the point. Also, your test is not right. An entire page of data will always be [email protected]. So items 0 and 1 in the first query with page size 2. Then 2 and 3 will be pulled together when you try to inflate record 2. Ari -- --------------------------> Aristedes Maniatis GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From [email protected] Wed Jun 30 04:53:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40378 invoked from network); 30 Jun 2010 04:53:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 04:53:18 -0000 Received: (qmail 36853 invoked by uid 500); 30 Jun 2010 04:53:17 -0000 Delivered-To: [email protected] Received: (qmail 36597 invoked by uid 500); 30 Jun 2010 04:53: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36589 invoked by uid 99); 30 Jun 2010 04:53: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 04:53:13 +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-iw0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 04:53:07 +0000 Received: by iwn33 with SMTP id 33so569610iwn.16 for <[email protected]>; Tue, 29 Jun 2010 21:51:46 -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=ogCPcp9C6oG2g4wEAXu5HUzSXTXaYYKvX7e7Sr70K1s=; b=GMd8I/4imu91q2P0twr1v3U1NV0lqwr+7U2OrdX2NKFF3PwZIF2oWUINq3Cue4s1Pk H5i69mM1f7Y3byEIqnLOfJamFOFsA0Lg8gVtRrPM+DkTpJofireClFo97soGRYNQ0KKu rAoCeUV3mJxHfxJULxJ43xIwORnVMKbg4UEM0= 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=jloTfM/VKUqBYesVldi38AEu/CofyCFjCQoUORmrp+xseq1EtEBzwDDUJW0zCrHInI BvrxzvcDGhXcZA8FXUaAMB9hi2h2De+NteujbvTX0jNUshmOHJbQAiJA4JRXqskJiU0U Sf+ASTCCQNkSBnNVf63t20RyaaVSkTUq02LK0= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id j4mr2352367ibd.72.1277873505713; Tue, 29 Jun 2010 21:51:45 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 29 Jun 2010 21:51:45 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 30 Jun 2010 14:51:45 +1000 Message-ID: <[email protected]> Subject: Re: Testing for Pagination From: Gary Jarrel <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jun 30, 2010 at 1:44 PM, Aristedes Maniatis <[email protected]> wrote: > > If that is happening, then that might be a bug. Could you put logging in > there to identify exactly when you see the SQL query inflating the record? > Does it happen right after getPersistenceState()? > I've changed the test case to: List<Role> results = getDataContext().performQuery(s); assertEquals(5, results.size()); Role r0 = results.get(0); Role r1 = results.get(1); assertEquals(PersistenceState.COMMITTED, r0.getPersistenceState()); assertEquals(PersistenceState.COMMITTED, r1.getPersistenceState()); Role r4 = results.get(4); assertEquals(PersistenceState.HOLLOW, r4.getPersistenceState()); Stepping though the code with a debugger the following happens: List<Role> results = getDataContext().performQuery(s); Causes: SELECT t0.role_id FROM role t0 Role r0 = results.get(0); Causes SELECT t0.name, t0.active, t0.role_id FROM role t0 WHERE (t0.role_id = ?) OR (t0.role_id = ?) [bind: 1->role_id:1, 2->role_id:2] As you said the whole page is inflated rather than a single object Nothing in the log until: Role r4 = results.get(4); Which causes: SELECT t0.name, t0.active, t0.role_id FROM role t0 WHERE t0.role_id = ? [bind: 1->role_id:5] Hence once this executes the test fails as r4 is not hollow! Gary From [email protected] Wed Jun 30 05:41:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50034 invoked from network); 30 Jun 2010 05:41:36 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 05:41:36 -0000 Received: (qmail 59125 invoked by uid 500); 30 Jun 2010 05:41:36 -0000 Delivered-To: [email protected] Received: (qmail 58867 invoked by uid 500); 30 Jun 2010 05: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]> List-Id: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58859 invoked by uid 99); 30 Jun 2010 05:41:32 -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 05:41:32 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 05:41:26 +0000 Received: by wyi11 with SMTP id 11so460385wyi.16 for <[email protected]>; Tue, 29 Jun 2010 22:41:06 -0700 (PDT) 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=+56ZXUncDOjT+MoKrjbeQFyoV2W6I1MNrYPmbWHjxRA=; b=ZZOVkjgQRtqVmCWyz1xYcUMoY5byCtufzJqApXZSD/rTpxUAD4LQArSxyli/yTyP4m EKVGv2OBVPrS5/ANmsKJzZNS2/HYWxUXV0ICz+49HEDr7RvZNxuj8sfY9d72XXhjXbbv lqIyRn19Zd4N6AIED23cimcEm+4MSrA0Uw5oo= 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=k4xc9Mi2Wa1cY5DvK5fBUi8Mozya7DkB7fSdJvI5KgPXzOGkfDXKZGM8jS5kZYdXcq sgI26dMmJKjMnFndP5lAK6BKV2XNj5+Az+kVOGGFwOs7rYiuKRGuERRWfWw3//kG5GdS fgKK2+kNfoZylBznWIN0GcVgUsmeEUacG/bIU= Received: by 161.129.204.104 with SMTP id t7mr6376244wee.114.1277876465464; Tue, 29 Jun 2010 22:41:05 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 29 Jun 2010 22:40:45 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Andrey Razumovsky <[email protected]> Date: Wed, 30 Jun 2010 09:40:45 +0400 Message-ID: <[email protected]> Subject: Re: Testing for Pagination To: [email protected] Content-Type: multipart/alternative; boundary=0016e6d77cceca77bf048a38ccd4 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d77cceca77bf048a38ccd4 Content-Type: text/plain; charset=ISO-8859-1 For getting unresolved list, you can use PersistentObjectList.getValueDirectly(), if that helps 2010/6/30 Gary Jarrel <[email protected]> > On Wed, Jun 30, 2010 at 1:44 PM, Aristedes Maniatis <[email protected]> > wrote: > > > > If that is happening, then that might be a bug. Could you put logging in > > there to identify exactly when you see the SQL query inflating the > record? > > Does it happen right after getPersistenceState()? > > > > I've changed the test case to: > > List<Role> results = getDataContext().performQuery(s); > > assertEquals(5, results.size()); > > Role r0 = results.get(0); > Role r1 = results.get(1); > assertEquals(PersistenceState.COMMITTED, r0.getPersistenceState()); > assertEquals(PersistenceState.COMMITTED, r1.getPersistenceState()); > > Role r4 = results.get(4); > assertEquals(PersistenceState.HOLLOW, r4.getPersistenceState()); > > Stepping though the code with a debugger the following happens: > > List<Role> results = getDataContext().performQuery(s); > > Causes: > > SELECT t0.role_id FROM role t0 > > Role r0 = results.get(0); > > Causes > > SELECT t0.name, t0.active, t0.role_id FROM role t0 WHERE (t0.role_id = > ?) OR (t0.role_id = ?) [bind: 1->role_id:1, 2->role_id:2] > > As you said the whole page is inflated rather than a single object > > Nothing in the log until: > > Role r4 = results.get(4); > > Which causes: > > SELECT t0.name, t0.active, t0.role_id FROM role t0 WHERE t0.role_id = > ? [bind: 1->role_id:5] > > Hence once this executes the test fails as r4 is not hollow! > > Gary > -- Andrey --0016e6d77cceca77bf048a38ccd4-- From [email protected] Wed Jun 30 06:26:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60662 invoked from network); 30 Jun 2010 06:26:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 06:26:18 -0000 Received: (qmail 3214 invoked by uid 500); 30 Jun 2010 06:26:18 -0000 Delivered-To: [email protected] Received: (qmail 2588 invoked by uid 500); 30 Jun 2010 06:26: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 1844 invoked by uid 99); 30 Jun 2010 06:26:15 -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 06:26: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 vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 30 Jun 2010 06:26:08 +0000 Received: (qmail 30547 invoked from network); 30 Jun 2010 06:24:46 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 30 Jun 2010 06:24: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 v936) Subject: Re: Testing for Pagination Date: Wed, 30 Jun 2010 09:24:45 +0300 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Exactly. Essentially it is "List.get(int)" method that loads the page, so once you get an object via this method it is already inflated. Andrus On Jun 30, 2010, at 8:40 AM, Andrey Razumovsky wrote: > For getting unresolved list, you can use > PersistentObjectList.getValueDirectly(), if that helps > > 2010/6/30 Gary Jarrel <[email protected]> > >> On Wed, Jun 30, 2010 at 1:44 PM, Aristedes Maniatis >> <[email protected]> >> wrote: >>> >>> If that is happening, then that might be a bug. Could you put >>> logging in >>> there to identify exactly when you see the SQL query inflating the >> record? >>> Does it happen right after getPersistenceState()? >>> >> >> I've changed the test case to: >> >> List<Role> results = getDataContext().performQuery(s); >> >> assertEquals(5, results.size()); >> >> Role r0 = results.get(0); >> Role r1 = results.get(1); >> assertEquals(PersistenceState.COMMITTED, r0.getPersistenceState()); >> assertEquals(PersistenceState.COMMITTED, r1.getPersistenceState()); >> >> Role r4 = results.get(4); >> assertEquals(PersistenceState.HOLLOW, r4.getPersistenceState()); >> >> Stepping though the code with a debugger the following happens: >> >> List<Role> results = getDataContext().performQuery(s); >> >> Causes: >> >> SELECT t0.role_id FROM role t0 >> >> Role r0 = results.get(0); >> >> Causes >> >> SELECT t0.name, t0.active, t0.role_id FROM role t0 WHERE >> (t0.role_id = >> ?) OR (t0.role_id = ?) [bind: 1->role_id:1, 2->role_id:2] >> >> As you said the whole page is inflated rather than a single object >> >> Nothing in the log until: >> >> Role r4 = results.get(4); >> >> Which causes: >> >> SELECT t0.name, t0.active, t0.role_id FROM role t0 WHERE t0.role_id = >> ? [bind: 1->role_id:5] >> >> Hence once this executes the test fails as r4 is not hollow! >> >> Gary >> > > > > -- > Andrey From [email protected] Wed Jun 30 07:09:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77419 invoked from network); 30 Jun 2010 07:09:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 07:09:14 -0000 Received: (qmail 35619 invoked by uid 500); 30 Jun 2010 07:09:14 -0000 Delivered-To: [email protected] Received: (qmail 35364 invoked by uid 500); 30 Jun 2010 07: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35355 invoked by uid 99); 30 Jun 2010 07:09:10 -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 07:09:10 +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-iw0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 07:09:04 +0000 Received: by iwn33 with SMTP id 33so670956iwn.16 for <[email protected]>; Wed, 30 Jun 2010 00:07: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=rwQ879mvii3BfFWm0dOcfKX8DWFRllGTYvFzgOgStRk=; b=MMxAjRZIgNUnHtY/fRtkaFgaPTm3jIOM8hjUexwG6VPP0IVy2yS20m6/KTFdDM+T2h St3Q3LVOqfxV6xoWJsj3bSoDDsATEMUEW+tKFoqtZ182eAijFvhRBFvUMPQQCmDOdg4C WI+Asd2nE88+MhGne5jYCEjgowd5KgSZlg3yE= 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=IEY2zKkftJ0H16+sKp0w8ZxNLUi97t5t2fjAbtvtPuOV5+jg/QzGZepNHugZdoTCM3 8hUj/G7Pre5KdWSxVVzI7NFL17Gq1dcG9dPe4vRBsaYxEzevqalsQlS63WLbLwXCVwLh 0UxaTSDd/+YDVWuDcukkzQcumNGgBdUZmYOqc= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s5mr7464256ibr.195.1277881662808; Wed, 30 Jun 2010 00:07:42 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 30 Jun 2010 00:07:42 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 30 Jun 2010 17:07:42 +1000 Message-ID: <[email protected]> Subject: Re: Testing for Pagination From: Gary Jarrel <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org So given the query SelectQuery s = new SelectQuery(Role.class); s.setPageSize(2); List<Role> results = getDataContext().performQuery(s); How can I use the PersistentObjectList ??? Thank you Gary On Wed, Jun 30, 2010 at 4:24 PM, Andrus Adamchik <[email protected]> wrote: > Exactly. Essentially it is "List.get(int)" method that loads the page, so > once you get an object via this method it is already inflated. > > Andrus > > On Jun 30, 2010, at 8:40 AM, Andrey Razumovsky wrote: > >> For getting unresolved list, you can use >> PersistentObjectList.getValueDirectly(), if that helps >> <snip> From [email protected] Wed Jun 30 07:23:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79229 invoked from network); 30 Jun 2010 07:23:43 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 07:23:43 -0000 Received: (qmail 45046 invoked by uid 500); 30 Jun 2010 07:23:43 -0000 Delivered-To: [email protected] Received: (qmail 44895 invoked by uid 500); 30 Jun 2010 07:23: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: <user.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44887 invoked by uid 99); 30 Jun 2010 07:23:40 -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 07:23: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 (nike.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, 30 Jun 2010 07:23:34 +0000 Received: (qmail 18023 invoked from network); 30 Jun 2010 07:22:12 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 30 Jun 2010 07:22:12 -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 v936) Subject: Re: Testing for Pagination Date: Wed, 30 Jun 2010 10:22:11 +0300 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Via a cast. On Jun 30, 2010, at 10:07 AM, Gary Jarrel wrote: > So given the query > > SelectQuery s = new SelectQuery(Role.class); > s.setPageSize(2); > List<Role> results = getDataContext().performQuery(s); > > How can I use the PersistentObjectList ??? > > Thank you > > Gary > > On Wed, Jun 30, 2010 at 4:24 PM, Andrus Adamchik <[email protected] > > wrote: >> Exactly. Essentially it is "List.get(int)" method that loads the >> page, so >> once you get an object via this method it is already inflated. >> >> Andrus >> >> On Jun 30, 2010, at 8:40 AM, Andrey Razumovsky wrote: >> >>> For getting unresolved list, you can use >>> PersistentObjectList.getValueDirectly(), if that helps >>> > > <snip> >
From [email protected] Wed Jan 02 21:21:19 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94533 invoked by uid 500); 2 Jan 2002 21:21:18 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94521 invoked by uid 500); 2 Jan 2002 21:21:17 -0000 Delivered-To: [email protected] Date: 2 Jan 2002 21:21:17 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/gvt/renderer StaticRenderer.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N deweese 02/01/02 13:21:17 Modified: . build.xml samples mathMetal.svg sources/org/apache/batik/ext/awt/image GraphicsUtil.java sources/org/apache/batik/ext/awt/image/renderable RedRable.java sources/org/apache/batik/gvt AbstractGraphicsNode.java GraphicsNode.java RasterImageNode.java sources/org/apache/batik/gvt/renderer StaticRenderer.java Log: 1) Added maxmemory="128m" to javadoc rule otherwise I run out of memory. 2) Improved some of the filters in mathMetal.svg 3) while looking at #2 I found a very serious performance bug when filtering raster images. This has cut rendering time for mathMetal and book of kells by about 3x. I have an incling there are some additional optimizations to be made here... Revision Changes Path 1.100 +2 -1 xml-batik/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-batik/build.xml,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- build.xml 18 Dec 2001 09:21:22 -0000 1.99 +++ build.xml 2 Jan 2002 21:21:16 -0000 1.100 @@ -47,7 +47,7 @@ [win32] .\build.bat help - $Id: build.xml,v 1.99 2001/12/18 09:21:22 vhardy Exp $ + $Id: build.xml,v 1.100 2002/01/02 21:21:16 deweese Exp $ --> @@ -893,6 +893,7 @@ org.xml.*, org.w3c.css.*, org.w3c.dom.*" + maxmemory="128m" sourcepath="${src}" destdir="${docs}/javadoc" author="false" 1.2 +49 -50 xml-batik/samples/mathMetal.svg Index: mathMetal.svg =================================================================== RCS file: /home/cvs/xml-batik/samples/mathMetal.svg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mathMetal.svg 3 Dec 2001 15:20:38 -0000 1.1 +++ mathMetal.svg 2 Jan 2002 21:21:16 -0000 1.2 @@ -16,7 +16,7 @@ <!-- --> <!-- @author [email protected] for the MathML formula --> <!-- @author [email protected] for the filter effects --> -<!-- @version $Id: mathMetal.svg,v 1.1 2001/12/03 15:20:38 vhardy Exp $ --> +<!-- @version $Id: mathMetal.svg,v 1.2 2002/01/02 21:21:16 deweese Exp $ --> <!-- ========================================================================= --> <?xml-stylesheet type="text/css" href="tests/resources/style/test.css" ?> @@ -288,92 +288,97 @@ <circle cx="396" cy="395" r="10" fill="white" /> --> </g> - <filter id="emboss"> - <feFlood flood-color="white" /> - <feMerge result="whiteOnBlack"> - <feMergeNode /> - <feMergeNode in="SourceGraphic" /> - </feMerge> - <feGaussianBlur stdDeviation="1" /> - <feConvolveMatrix order="3" kernelMatrix="-.5 0 0 0 1 0 0 0 .5" result="convolved" /> - <feComposite operator="arithmetic" in="convolved" in2="whiteOnBlack" - k1="0" k2=".5" k3="-.5" k4=".5" /> - <feComponentTransfer> - <feFuncA type="linear" slope="0" intercept="1" offset="1"/> - </feComponentTransfer> - </filter> - <filter id="tint" > - <feImage xlink:href="#graphics" x="0" y="0" width="450" height="500" result="graphic"/> + <feImage xlink:href="#graphics" + x="0" y="0" width="450" height="500" result="graphic"/> <feFlood flood-color="rgb(75,118,197)" result="lightColorFlood" /> <feFlood flood-color="rgb(95,138,197)" result="darkColorFlood" /> - <feComposite operator="in" in="lightColorFlood" in2="graphic" result="lightTint"/> - <feComposite operator="out" in="darkColorFlood" in2="graphic" result="darkTint"/> - - <feMerge result="tint"> + <feComposite operator="in" in="lightColorFlood" in2="graphic" + result="lightTint"/> + + <feMerge result="tint"> + <feMergeNode in="darkColorFlood" /> <feMergeNode in="lightTint" /> - <feMergeNode in="darkTint" /> - </feMerge> + </feMerge> <feComposite operator="arithmetic" in="tint" in2="SourceGraphic" k1="1" k2="0" k3=".5" k4="0" /> + </filter> + + + <filter id="tint2" > + <feComponentTransfer in="SourceGraphic" result="dark"> + <feFuncR type="linear" slope="0.6144" intercept="0" /> + <feFuncG type="linear" slope="0.7542" intercept="0" /> + <feFuncB type="linear" slope="1.0568" intercept="0" /> + </feComponentTransfer> + + <feComponentTransfer in="SourceGraphic" result="light"> + <feFuncR type="linear" slope="0.5706" intercept="0" /> + <feFuncG type="linear" slope="0.6804" intercept="0" /> + <feFuncB type="linear" slope="1.0568" intercept="0" /> + </feComponentTransfer> + <feImage xlink:href="#graphics" + x="0" y="0" width="450" height="500" result="graphic"/> + <feComposite operator="in" in="light" in2="graphic" + result="lightTint"/> + + <feMerge result="tint"> + <feMergeNode in="dark" /> + <feMergeNode in="lightTint" /> + </feMerge> </filter> <filter id="recessed" > + <feFlood flood-color="white" flood-opacity="1" + result="whiteFlood"/> + <feGaussianBlur stdDeviation="2" in="SourceGraphic" /> <feComponentTransfer > <feFuncA type="linear" slope="-1" intercept="1" /> </feComponentTransfer> + <feOffset dx="-3" dy="3" result="shadow"/> - <feOffset dx="-3" dy="3" /> - <feComposite operator="in" in2="SourceAlpha" result="shadow"/> - <feFlood flood-color="white" flood-opacity="1" result="whiteFlood"/> - <feComposite operator="out" in2="SourceAlpha"/> - <feOffset dx="1" dy="-1" /> - <feComposite operator="in" in2="SourceAlpha" result="whiteTrim"/> + <feComposite operator="out" in="whiteFlood" in2="SourceAlpha"/> + <feOffset dx="1" dy="-1" result="whiteTrim"/> <feFlood flood-color="black" flood-opacity=".4"/> <feComposite operator="out" in2="SourceAlpha"/> - <feOffset dx="-1" dy="1" /> - <feComposite operator="in" in2="SourceAlpha" result="blackTrim"/> - - <feComposite operator="in" in="whiteFlood" in2="SourceAlpha" result="whiteBkg" /> + <feOffset dx="-1" dy="1" result="blackTrim" /> <feMerge> - <feMergeNode in="whiteBkg" /> + <feMergeNode in="whiteFlood" /> <feMergeNode in="shadow" /> <feMergeNode in="whiteTrim"/> <feMergeNode in="blackTrim"/> </feMerge> - + + <feComposite operator="in" in2="SourceAlpha"/> </filter> <filter id="shadow"> <feGaussianBlur in="SourceAlpha" stdDeviation="3" /> <feOffset dx="-5" dy="5" /> - <feComponentTransfer> + <feComponentTransfer result="shadow"> <feFuncA type="linear" slope=".57" /> </feComponentTransfer> - <feComposite operator="out" in2="SourceGraphic" result="shadow"/> - - <feFlood flood-color="white" result="whiteFlood" /> + <feFlood flood-color="white"/> <feComposite operator="in" in2="SourceAlpha"/> - <feOffset dx="1" dy="-1" /> - <feComposite operator="out" in2="SourceAlpha" result="whiteTrim"/> + <feOffset dx="1" dy="-1" result="whiteTrim"/> <feFlood flood-color="black" flood-opacity=".4"/> <feComposite operator="in" in2="SourceAlpha"/> - <feOffset dx="-1" dy="1" /> - <feComposite operator="out" in2="SourceAlpha" result="blackTrim"/> - + <feOffset dx="-1" dy="1" result="blackTrim"/> <feMerge> <feMergeNode in="shadow" /> <feMergeNode in="whiteTrim"/> <feMergeNode in="blackTrim"/> </feMerge> + + <feComposite operator="out" in2="SourceAlpha"/> </filter> <filter id="carved"> @@ -388,12 +393,6 @@ <feMergeNode in="SourceGraphic" /> </feMerge> </filter> - - <radialGradient id="backgroundGradient" cx="500" cy="-50" r="900" gradientUnits="userSpaceOnUse"> - <stop offset="0" stop-color="white" /> - <stop offset=".5" stop-color="rgb(95,138,197)" /> - <stop offset="1" stop-color="black" /> - </radialGradient> </defs> <image width="100%" height="100%" xlink:href="tests/resources/images/brushedMetal.jpg" filter="url(#tint)"/> 1.23 +13 -5 xml-batik/sources/org/apache/batik/ext/awt/image/GraphicsUtil.java Index: GraphicsUtil.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/ext/awt/image/GraphicsUtil.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- GraphicsUtil.java 14 Dec 2001 01:07:50 -0000 1.22 +++ GraphicsUtil.java 2 Jan 2002 21:21:16 -0000 1.23 @@ -66,7 +66,7 @@ * implementations. * * @author <a href="mailto:[email protected]">Thomas DeWeese</a> - * @version $Id: GraphicsUtil.java,v 1.22 2001/12/14 01:07:50 deweese Exp $ + * @version $Id: GraphicsUtil.java,v 1.23 2002/01/02 21:21:16 deweese Exp $ */ public class GraphicsUtil { @@ -284,9 +284,18 @@ } // System.out.println("Starting Draw: " + cr); - long startTime = System.currentTimeMillis(); + // long startTime = System.currentTimeMillis(); - if (useMacOSXHacks) { + boolean useDrawRenderedImage = useMacOSXHacks; + + SampleModel srcSM = cr.getSampleModel(); + if ((srcSM.getWidth()*srcSM.getHeight()) > + (4*clipR.width*clipR.height)) + // if srcSM tiles are 4x the clip size then just + // draw the renderedImage + useDrawRenderedImage = true; + + if (useDrawRenderedImage) { // We use this code path on MacOSX since the tile // drawing code below sometimes dies for no real // reason this seems to behave better. @@ -298,7 +307,6 @@ } else { // Use tiles to draw image... srcCM = cr.getColorModel(); - SampleModel srcSM = cr.getSampleModel(); WritableRaster wr; wr = Raster.createWritableRaster(srcSM, new Point(0,0)); BufferedImage bi = new BufferedImage @@ -394,7 +402,7 @@ xloc += xStep; // Get back in bounds. } } - long endTime = System.currentTimeMillis(); + // long endTime = System.currentTimeMillis(); // System.out.println("Time: " + (endTime-startTime)); 1.4 +22 -5 xml-batik/sources/org/apache/batik/ext/awt/image/renderable/RedRable.java Index: RedRable.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/ext/awt/image/renderable/RedRable.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RedRable.java 3 May 2001 22:10:45 -0000 1.3 +++ RedRable.java 2 Jan 2002 21:21:16 -0000 1.4 @@ -19,6 +19,7 @@ import org.apache.batik.ext.awt.image.PadMode; import org.apache.batik.ext.awt.image.rendered.CachableRed; import org.apache.batik.ext.awt.image.rendered.AffineRed; +import org.apache.batik.ext.awt.image.rendered.TranslateRed; import org.apache.batik.ext.awt.image.rendered.PadRed; /** @@ -26,7 +27,7 @@ * RenderableImage world. * * @author <a href="mailto:[email protected]>Thomas DeWeese</a> - * @version $Id: RedRable.java,v 1.3 2001/05/03 22:10:45 deweese Exp $ + * @version $Id: RedRable.java,v 1.4 2002/01/02 21:21:16 deweese Exp $ */ public class RedRable extends AbstractRable { @@ -59,6 +60,8 @@ public RenderedImage createRendering(RenderContext rc) { + // System.out.println("RedRable Create Rendering: " + this); + // Just copy over the rendering hints. RenderingHints rh = rc.getRenderingHints(); if (rh == null) rh = new RenderingHints(null); @@ -80,12 +83,26 @@ if (aoiR.intersects(cr.getBounds()) == false) return null; - aoiR = aoiR.intersection(cr.getBounds()); - // Get the device bounds, we will crop the affine to those - // bounds. - Rectangle devAOI = at.createTransformedShape(aoiR).getBounds(); + if (at.isIdentity()) { + // System.out.println("Using as is"); + return cr; + } + + if ((at.getScaleX() == 1.0) && (at.getScaleY() == 1.0) && + (at.getShearX() == 0.0) && (at.getShearY() == 0.0)) { + int xloc = (int)(cr.getMinX()+at.getTranslateX()); + int yloc = (int)(cr.getMinY()+at.getTranslateY()); + double dx = xloc - (cr.getMinX()+at.getTranslateX()); + double dy = yloc - (cr.getMinY()+at.getTranslateY()); + if (((dx > -0.0001) && (dx < 0.0001)) && + ((dy > -0.0001) && (dy < 0.0001))) { + // System.out.println("Using TranslateRed"); + return new TranslateRed(cr, xloc, yloc); + } + } + // System.out.println("Using Full affine: " + at); return new AffineRed(cr, at, rh); } } 1.30 +2 -2 xml-batik/sources/org/apache/batik/gvt/AbstractGraphicsNode.java Index: AbstractGraphicsNode.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/AbstractGraphicsNode.java,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- AbstractGraphicsNode.java 19 Dec 2001 16:17:41 -0000 1.29 +++ AbstractGraphicsNode.java 2 Jan 2002 21:21:16 -0000 1.30 @@ -51,7 +51,7 @@ * @author <a href="mailto:[email protected]">Thierry Kormann</a> * @author <a href="mailto:[email protected]">Emmanuel Tissandier</a> * @author <a href="mailto:[email protected]">Thomas DeWeese</a> - * @version $Id: AbstractGraphicsNode.java,v 1.29 2001/12/19 16:17:41 tkormann Exp $ + * @version $Id: AbstractGraphicsNode.java,v 1.30 2002/01/02 21:21:16 deweese Exp $ */ public abstract class AbstractGraphicsNode implements GraphicsNode { @@ -340,7 +340,7 @@ * The GraphicsNodeRable is the Renderable (Filter) before any * of the filter operations have been applied. */ - public GraphicsNodeRable getGraphicsNodeRable() { + public Filter getGraphicsNodeRable() { GraphicsNodeRable ret = null; if (graphicsNodeRable != null) { ret = (GraphicsNodeRable)graphicsNodeRable.get(); 1.32 +4 -5 xml-batik/sources/org/apache/batik/gvt/GraphicsNode.java Index: GraphicsNode.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/GraphicsNode.java,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- GraphicsNode.java 19 Dec 2001 16:17:41 -0000 1.31 +++ GraphicsNode.java 2 Jan 2002 21:21:16 -0000 1.32 @@ -25,7 +25,6 @@ import org.apache.batik.gvt.event.GraphicsNodeMouseEvent; import org.apache.batik.gvt.event.GraphicsNodeMouseListener; import org.apache.batik.gvt.filter.Mask; -import org.apache.batik.gvt.filter.GraphicsNodeRable; /** * The base class for all graphics nodes. A GraphicsNode encapsulates @@ -34,7 +33,7 @@ * * @author <a href="mailto:[email protected]">Thierry Kormann</a> * @author <a href="mailto:[email protected]">Emmanuel Tissandier</a> - * @version $Id: GraphicsNode.java,v 1.31 2001/12/19 16:17:41 tkormann Exp $ + * @version $Id: GraphicsNode.java,v 1.32 2002/01/02 21:21:16 deweese Exp $ */ public interface GraphicsNode { @@ -230,11 +229,11 @@ Filter getFilter(); /** - * Returns the GraphicsNodeRable for this node. - * The GraphicsNodeRable is the Renderable (Filter) before any + * Returns the Filter for this node. + * The Filter is the Graphics Node before any * of the filter operations have been applied. */ - GraphicsNodeRable getGraphicsNodeRable(); + Filter getGraphicsNodeRable(); // // Drawing methods 1.10 +10 -1 xml-batik/sources/org/apache/batik/gvt/RasterImageNode.java Index: RasterImageNode.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/RasterImageNode.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- RasterImageNode.java 18 Sep 2001 21:19:00 -0000 1.9 +++ RasterImageNode.java 2 Jan 2002 21:21:16 -0000 1.10 @@ -22,7 +22,7 @@ * * @author <a href="mailto:[email protected]">Thierry Kormann</a> * @author <a href="mailto:[email protected]>Thomas DeWeese</a> - * @version $Id: RasterImageNode.java,v 1.9 2001/09/18 21:19:00 deweese Exp $ + * @version $Id: RasterImageNode.java,v 1.10 2002/01/02 21:21:16 deweese Exp $ */ public class RasterImageNode extends AbstractGraphicsNode { @@ -99,6 +99,15 @@ */ public Rectangle2D getImageBounds() { return (Rectangle2D) imageBounds.clone(); + } + + /** + * Returns the RenderableImage for this node. The returned + * RenderableImage this node before any of the filter operations + * have been applied. + */ + public Filter getGraphicsNodeRable() { + return image; } /** 1.18 +12 -12 xml-batik/sources/org/apache/batik/gvt/renderer/StaticRenderer.java Index: StaticRenderer.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/renderer/StaticRenderer.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- StaticRenderer.java 27 Sep 2001 20:09:11 -0000 1.17 +++ StaticRenderer.java 2 Jan 2002 21:21:17 -0000 1.18 @@ -9,10 +9,10 @@ package org.apache.batik.gvt.renderer; import org.apache.batik.gvt.GraphicsNode; -import org.apache.batik.gvt.filter.GraphicsNodeRable; import org.apache.batik.ext.awt.image.GraphicsUtil; import org.apache.batik.ext.awt.image.PadMode; +import org.apache.batik.ext.awt.image.renderable.Filter; import org.apache.batik.ext.awt.image.rendered.CachableRed; import org.apache.batik.ext.awt.image.rendered.PadRed; import org.apache.batik.ext.awt.image.rendered.TranslateRed; @@ -43,7 +43,7 @@ * rendering in an offscreen buffer image. * * @author <a href="mailto:[email protected]>Vincent Hardy</a> - * @version $Id: StaticRenderer.java,v 1.17 2001/09/27 20:09:11 deweese Exp $ + * @version $Id: StaticRenderer.java,v 1.18 2002/01/02 21:21:17 deweese Exp $ */ public class StaticRenderer implements ImageRenderer { /** @@ -58,7 +58,7 @@ * Tree this Renderer paints. */ protected GraphicsNode rootGN; - protected GraphicsNodeRable rootGNR; + protected Filter rootFilter; protected CachableRed rootCR; protected SoftReference lastCR; protected SoftReference lastCache; @@ -121,9 +121,9 @@ * Disposes all resources of this renderer. */ public void dispose() { - rootGN = null; - rootGNR = null; - rootCR = null; + rootGN = null; + rootFilter = null; + rootCR = null; workingOffScreen = null; workingBaseRaster = null; @@ -143,8 +143,8 @@ */ public void setTree(GraphicsNode rootGN){ this.rootGN = rootGN; - rootGNR = null; - rootCR = null; + rootFilter = null; + rootCR = null; workingOffScreen = null; workingBaseRaster = null; @@ -170,7 +170,7 @@ public void setRenderingHints(RenderingHints rh) { renderingHints = new RenderingHints(rh); - rootGNR = null; + rootFilter = null; rootCR = null; workingOffScreen = null; @@ -423,7 +423,7 @@ RenderContext rc = new RenderContext(rcAT, null, renderingHints); - RenderedImage ri = rootGNR.createRendering(rc); + RenderedImage ri = rootFilter.createRendering(rc); if (ri == null) return null; @@ -445,8 +445,8 @@ * various set methods. */ protected void updateWorkingBuffers() { - if (rootGNR == null) { - rootGNR = rootGN.getGraphicsNodeRable(); + if (rootFilter == null) { + rootFilter = rootGN.getGraphicsNodeRable(); rootCR = null; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 03 12:13:23 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3720 invoked by uid 500); 3 Jan 2002 12:13:22 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3709 invoked from network); 3 Jan 2002 12:13:21 -0000 Message-Id: <[email protected]> X-Authentication-Warning: quokka.inria.fr: Host localhost [161.129.204.104] claimed to be there Content-Type: text/plain; charset="iso-8859-1" From: Thierry Kormann <[email protected]> Organization: ILOG To: "Jenny Liu" <[email protected]> Subject: Re: out of memory problem Date: Thu, 3 Jan 2002 13:13:14 +0100 X-Mailer: KMail [version 1.3] References: <sc29fd3e.095@cab07> In-Reply-To: <sc29fd3e.095@cab07> Cc: "[email protected]" <[email protected]> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Wednesday 26 December 2001 23:39, Jenny Liu wrote: > Thank you so much for your help! I appreciate it. > > I know my problem is our svg document is too big, but that's the business > requirement, so I have to solve it. I thought about your suggestion to use > Scrollable interface, but I am not sure what exactly you mean. > > In actuality, components that implement the Scrollable interface, like > JList or JTable, have special scrolling needs. JScrollPane will still be > needed to create the scroll bar, i.e., the view associated with a viewport > may still contain a large image/a lot of data. correct. > One way I can think of not to scroll on a large view is to use JScrollBar, > i.e., to inverse the Swing scrolling model by manually scrolling > (repainting) a fixed-size view. So I set the svgCanvas size to be the > viewport size, then when I slide the scrollbar, I do translation on the svg > document, and rerender the svg document. However, the performance of this > approach would be very bad because the user will have to wait another > document rendering time even he just slides the scroll bar for a unit. So > that's not pratical. well, this is the solution I recommend. I agree that the performance will not be the same. Translating the document will generate a new rendering of the document and that will take some times but batik provides some really smart caches and the performance should not be so bad. Futher more, it's the only way to display huge documents using scrollbar. To see what the performance will be, you can pan in our browser. The performance will be the same as the browser uses the svg canvas. > The batik svg browser (batik-1.1.1) doesn't have the memory problem because > you guys set the max size of svgCanvas to be the screen size, but then > there is no way for the users to view the whole image if the image is > larger than the screen. do you think that is a problem? > Could you explain to me more about your idea to use Scrollable interface? > or is there anything else that rings the bell in your mind? You can have a look at: http://java.sun.com/docs/books/tutorial/uiswing/components/scrollpane.html but it seems that you already know that :) Basically, the idea is to fix the size for the svgcanvas to the size of the viewport and change the rendering transform each time the scrollbars are activated (translating to the left, right, top or bottom). You can also modify the scrollbar increments to do a 10 or whatever pixel scrolling instead of a 1px scroll. Hope that helps. BTW: we are interested in implementation feedback and samples code if you manage to implement such a behavior for the svgcanvas :) Regards, Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 03 12:27:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8721 invoked by uid 500); 3 Jan 2002 12:27:27 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8710 invoked by uid 500); 3 Jan 2002 12:27:27 -0000 Delivered-To: [email protected] Date: 3 Jan 2002 12:27:26 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/swing/gvt JGVTComponent.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N tkormann 02/01/03 04:27:26 Modified: sources/org/apache/batik/gvt CompositeShapePainter.java sources/org/apache/batik/swing/gvt JGVTComponent.java Log: - fix exceptions throwing. It seems it causes unexpected message in IDE. - remove useless comment Revision Changes Path 1.11 +1 -2 xml-batik/sources/org/apache/batik/gvt/CompositeShapePainter.java Index: CompositeShapePainter.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/CompositeShapePainter.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- CompositeShapePainter.java 19 Dec 2001 16:17:41 -0000 1.10 +++ CompositeShapePainter.java 3 Jan 2002 12:27:26 -0000 1.11 @@ -20,7 +20,7 @@ * A shape painter which consists of multiple shape painters. * * @author <a href="mailto:[email protected]">Thierry Kormann</a> - * @version $Id: CompositeShapePainter.java,v 1.10 2001/12/19 16:17:41 tkormann Exp $ + * @version $Id: CompositeShapePainter.java,v 1.11 2002/01/03 12:27:26 tkormann Exp $ */ public class CompositeShapePainter implements ShapePainter { @@ -105,7 +105,6 @@ * Returns the area painted by this shape painter. */ public Shape getPaintedArea(){ - // <!> FIX ME: Use of GeneralPath is a work around Area problems. if (painters != null) { Area paintedArea = new Area(); for (int i=0; i < count; ++i) { 1.23 +35 -35 xml-batik/sources/org/apache/batik/swing/gvt/JGVTComponent.java Index: JGVTComponent.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/swing/gvt/JGVTComponent.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- JGVTComponent.java 21 Dec 2001 14:40:31 -0000 1.22 +++ JGVTComponent.java 3 Jan 2002 12:27:26 -0000 1.23 @@ -53,7 +53,7 @@ * This class represents a component which can display a GVT tree. * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: JGVTComponent.java,v 1.22 2001/12/21 14:40:31 hillion Exp $ + * @version $Id: JGVTComponent.java,v 1.23 2002/01/03 12:27:26 tkormann Exp $ */ public class JGVTComponent extends JComponent { @@ -301,55 +301,55 @@ * @param color the new color of the selection overlay */ public void setSelectionOverlayColor(Color color) { - if (textSelectionManager != null) { - textSelectionManager.setSelectionOverlayColor(color); - } + if (textSelectionManager != null) { + textSelectionManager.setSelectionOverlayColor(color); + } } /** * Returns the color of the selection overlay. */ public Color getSelectionOverlayColor() { - if (textSelectionManager != null) { - return textSelectionManager.getSelectionOverlayColor(); - } else { - throw new IllegalArgumentException("Selection is disabled"); - } + if (textSelectionManager != null) { + return textSelectionManager.getSelectionOverlayColor(); + } else { + return null; + } } /** * Sets the color of the outline of the selection overlay to the specified * color. * - * @param color the new color of the outline of the selection overlay + * @param color the new color of the outline of the selection overlay */ public void setSelectionOverlayStrokeColor(Color color) { - if (textSelectionManager != null) { - textSelectionManager.setSelectionOverlayStrokeColor(color); - } + if (textSelectionManager != null) { + textSelectionManager.setSelectionOverlayStrokeColor(color); + } } /** * Returns the color of the outline of the selection overlay. */ public Color getSelectionOverlayStrokeColor() { - if (textSelectionManager != null) { - return textSelectionManager.getSelectionOverlayStrokeColor(); - } else { - throw new IllegalArgumentException("Selection is disabled"); - } + if (textSelectionManager != null) { + return textSelectionManager.getSelectionOverlayStrokeColor(); + } else { + return null; + } } /** * Sets whether or not the selection overlay will be painted in XOR mode, * depending on the specified parameter. * - * @param state true implies the selection overlay will be in XOR mode + * @param state true implies the selection overlay will be in XOR mode */ public void setSelectionOverlayXORMode(boolean state) { - if (textSelectionManager != null) { - textSelectionManager.setSelectionOverlayXORMode(state); - } + if (textSelectionManager != null) { + textSelectionManager.setSelectionOverlayXORMode(state); + } } /** @@ -357,11 +357,11 @@ * otherwise. */ public boolean isSelectionOverlayXORMode() { - if (textSelectionManager != null) { - return textSelectionManager.isSelectionOverlayXORMode(); - } else { - throw new IllegalArgumentException("Selection is disabled"); - } + if (textSelectionManager != null) { + return textSelectionManager.isSelectionOverlayXORMode(); + } else { + return false; + } } /** @@ -371,18 +371,18 @@ * @param end the mark used to define where the selection ends */ public void select(Mark start, Mark end) { - if (textSelectionManager != null) { - textSelectionManager.setSelection(start, end); - } + if (textSelectionManager != null) { + textSelectionManager.setSelection(start, end); + } } /** * Deselects all. */ public void deselectAll() { - if (textSelectionManager != null) { - textSelectionManager.clearSelection(); - } + if (textSelectionManager != null) { + textSelectionManager.clearSelection(); + } } //////////////////////////////////////////////////////////////////////// @@ -491,7 +491,7 @@ * Returns the initial transform. */ public AffineTransform getInitialTransform() { - return initialTransform; + return initialTransform; } /** @@ -808,7 +808,7 @@ dispatchKeyPressed(e); } } - + /** * Dispatches the event to the GVT tree. */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 09 13:44:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82192 invoked by uid 500); 9 Jan 2002 13:44:47 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82171 invoked from network); 9 Jan 2002 13:44:46 -0000 Message-ID: <[email protected]> Date: Wed, 09 Jan 2002 14:45:40 +0100 From: Vincent Hardy <[email protected]> X-Mailer: Mozilla 4.73 [en]C-{C-UDP; EBM-SONY1} (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: [email protected], [email protected] Subject: SVG Font Examples available on-line Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I am very happy to report that Ray Larabie, font designer, has kindly agreed to let us create SVG fonts from his True Type fonts Ray's Fonts are made available under Ray's license agreement which can be viewed at: http://nagoya.apache.org/svgfonts/license.txt The license terms are also embedded in the SVG Font files. You can learn more about Ray's work on his web site: http://www.larabiefonts.com/index.html The fonts can be found at: http://nagoya.apache.org/svgfonts/index.svg You will find a link to an example showing 10 SVG Fonts at work and from there, you will find links to the individual font files demonstrating the Fonts further and explaining how to use them from an SVG file. This can be done by copying or linking. You can browser the demonstration with the Batik viewer by clicking on the second 'start' button at: http://xml.apache.org/batik/batikDemo.html If there is interest, it would be possible to convert more Fonts and make them available in the same way. Let us know what you think! Best Regards, Vincent Hardy, On behalf of the Batik Team. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 09 14:24:10 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13148 invoked by uid 500); 9 Jan 2002 14:24:10 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 52068 invoked from network); 9 Jan 2002 13:07:11 -0000 Message-ID: <[email protected]> Date: Wed, 9 Jan 2002 05:07:12 -0800 (PST) From: somesh acharya <[email protected]> Subject: help on bold to plain svg converions To: [email protected] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-803383138-1010581632=:28478" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-803383138-1010581632=:28478 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I am converting the mole file into a molecule file using Marvin Beans and then using this molecule iam converting it to svg format using batik classes files. but during conversion some molecules are displayed in bold format. Is there any way to have all the molecules in bold or plain format. I have attached two file. File 1.svg is plain svg file, while 2.svg file is bold svg file. These both files obtained during conversion, but one is in plain format and other is bold format. regards, Somesh. __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ --0-803383138-1010581632=:28478 Content-Type: text/xml; name="1.svg" Content-Description: 1.svg Content-Disposition: inline; filename="1.svg" <?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg fill-opacity="1" xmlns:xlink="http://www.w3.org/1999/xlink" color-interpolation="auto" color-rendering="auto" text-rendering="auto" stroke="black" stroke-linecap="square" width="200" stroke-miterlimit="10" stroke-opacity="1" shape-rendering="auto" fill="black" stroke-dasharray="none" font-weight="normal" stroke-width="1" height="200" xmlns="http://www.w3.org/2000/svg" font-family="&apos;Arial&apos;" font-style="normal" stroke-linejoin="miter" font-size="12" image-rendering="auto" stroke-dashoffset="0"> <!--Generated by Marvin with Batik SVG Generator--> <defs id="genericDefs" /> <g> <g text-rendering="geometricPrecision" font-size="8" shape-rendering="geometricPrecision" font-family="sans-serif"> <line y2="114" fill="none" x1="30" x2="30" y1="95" /> <line y2="112" fill="none" x1="34" x2="34" y1="97" /> <line y2="124" fill="none" x1="30" x2="47" y1="114" /> <line y2="114" fill="none" x1="47" x2="64" y1="124" /> <line y2="112" fill="none" x1="47" x2="60" y1="120" /> <line y2="95" fill="none" x1="64" x2="64" y1="114" /> <line y2="85" fill="none" x1="64" x2="47" y1="95" /> <line y2="89" fill="none" x1="60" x2="47" y1="97" /> <line y2="85" fill="none" x1="30" x2="47" y1="95" /> <line y2="124" fill="none" x1="64" x2="81" y1="114" /> <line y2="114" fill="none" x1="81" x2="98" y1="124" /> <line y2="95" fill="none" x1="98" x2="98" y1="114" /> <line y2="97" fill="none" x1="94" x2="94" y1="112" /> <line y2="85" fill="none" x1="98" x2="81" y1="95" /> <line y2="85" fill="none" x1="64" x2="81" y1="95" /> <line y2="85" fill="none" x1="98" x2="115" y1="95" /> <line y2="95" fill="none" x1="115" x2="132" y1="85" /> <line y2="91" fill="none" x1="119" x2="132" y1="83" /> <line y2="85" fill="none" x1="132" x2="150" y1="95" /> <line y2="65" fill="none" x1="150" x2="150" y1="85" /> <line y2="67" fill="none" x1="146" x2="146" y1="83" /> <line y2="55" fill="none" x1="150" x2="132" y1="65" /> <line y2="65" fill="none" x1="132" x2="115" y1="55" /> <line y2="67" fill="none" x1="132" x2="119" y1="59" /> <line y2="65" fill="none" x1="115" x2="115" y1="85" /> <line y2="85" fill="none" x1="30" x2="13" y1="95" /> <line y2="144" fill="none" x1="47" x2="47" y1="124" /> <line y2="144" fill="none" x1="83" x2="83" y1="124" /> <line y2="144" fill="none" x1="79" x2="79" y1="124" /> <line y2="55" fill="none" x1="150" x2="167" y1="65" /> <line y2="65" fill="none" x1="167" x2="184" y1="55" /> <rect x="78" y="78" fill="white" width="6" height="11" stroke="none" /> <text xml:space="preserve" x="78" y="87" stroke="none">O </text> <rect x="1" y="78" fill="white" width="12" height="11" stroke="none" /> <text xml:space="preserve" x="1" y="87" stroke="none">HO </text> <rect x="40" y="137" fill="white" width="12" height="11" stroke="none" /> <text xml:space="preserve" x="40" y="146" stroke="none">OH </text> <rect x="78" y="137" fill="white" width="6" height="11" stroke="none" /> <text xml:space="preserve" x="78" y="146" stroke="none">O </text> <rect x="163" y="49" fill="white" width="6" height="11" stroke="none" /> <text xml:space="preserve" x="163" y="58" stroke="none">O </text> <rect x="182" y="58" fill="white" width="16" height="11" stroke="none" /> <text xml:space="preserve" x="182" y="67" stroke="none">CH </text> <text xml:space="preserve" x="194" font-size="7" y="71" stroke="none">3 </text> </g> </g> </svg> --0-803383138-1010581632=:28478 Content-Type: text/xml; name="2.svg" Content-Description: 2.svg Content-Disposition: inline; filename="2.svg" <?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg fill-opacity="1" xmlns:xlink="http://www.w3.org/1999/xlink" color-interpolation="auto" color-rendering="auto" text-rendering="auto" stroke="black" stroke-linecap="square" width="200" stroke-miterlimit="10" stroke-opacity="1" shape-rendering="auto" fill="black" stroke-dasharray="none" font-weight="normal" stroke-width="1" height="200" xmlns="http://www.w3.org/2000/svg" font-family="&apos;Arial&apos;" font-style="normal" stroke-linejoin="miter" font-size="12" image-rendering="auto" stroke-dashoffset="0"> <!--Generated by Marvin with Batik SVG Generator--> <defs id="genericDefs" /> <g> <g text-rendering="geometricPrecision" font-size="15" shape-rendering="geometricPrecision" font-family="sans-serif"> <polygon points=" 40 62 40 99 42 99 42 62" stroke="none" /> <polygon fill="none" points=" 40 62 40 99 42 99 42 62" /> <polygon points=" 47 66 47 95 49 95 49 66" stroke="none" /> <polygon fill="none" points=" 47 66 47 95 49 95 49 66" /> <polygon points=" 41 100 73 119 74 117 42 98" stroke="none" /> <polygon fill="none" points=" 41 100 73 119 74 117 42 98" /> <polygon points=" 74 119 106 100 105 98 73 117" stroke="none" /> <polygon fill="none" points=" 74 119 106 100 105 98 73 117" /> <polygon points=" 75 111 100 96 99 94 73 109" stroke="none" /> <polygon fill="none" points=" 75 111 100 96 99 94 73 109" /> <polygon points=" 107 99 107 62 105 62 105 99" stroke="none" /> <polygon fill="none" points=" 107 99 107 62 105 62 105 99" /> <polygon points=" 106 61 74 43 73 44 105 63" stroke="none" /> <polygon fill="none" points=" 106 61 74 43 73 44 105 63" /> <polygon points=" 100 65 74 50 73 52 99 67" stroke="none" /> <polygon fill="none" points=" 100 65 74 50 73 52 99 67" /> <polygon points=" 73 43 41 61 42 63 74 44" stroke="none" /> <polygon fill="none" points=" 73 43 41 61 42 63 74 44" /> <polygon points=" 42 61 9 42 8 44 41 63" stroke="none" /> <polygon fill="none" points=" 42 61 9 42 8 44 41 63" /> <polygon points=" 105 100 137 118 138 117 106 98" stroke="none" /> <polygon fill="none" points=" 105 100 137 118 138 117 106 98" /> <polygon points=" 140 118 139 155 141 155 142 118" stroke="none" /> <polygon fill="none" points=" 140 118 139 155 141 155 142 118" /> <polygon points=" 134 118 133 155 135 155 136 118" stroke="none" /> <polygon fill="none" points=" 134 118 133 155 135 155 136 118" /> <polygon points=" 136 118 135 80 133 80 134 118" stroke="none" /> <polygon fill="none" points=" 136 118 135 80 133 80 134 118" /> <polygon points=" 142 118 141 80 139 80 140 118" stroke="none" /> <polygon fill="none" points=" 142 118 141 80 139 80 140 118" /> <polygon points=" 138 118 170 100 169 98 137 117" stroke="none" /> <polygon fill="none" points=" 138 118 170 100 169 98 137 117" /> <rect x="1" y="33" fill="white" width="14" height="20" stroke="none" /> <text xml:space="preserve" x="1" y="49" stroke="none">Cl </text> <rect x="132" y="107" fill="white" width="10" height="20" stroke="none" /> <text xml:space="preserve" x="132" y="123" stroke="none">S </text> <rect x="131" y="144" fill="white" width="12" height="20" stroke="none" /> <text xml:space="preserve" x="131" y="160" stroke="none">O </text> <rect x="131" y="70" fill="white" width="12" height="20" stroke="none" /> <text xml:space="preserve" x="131" y="86" stroke="none">O </text> <rect x="167" y="88" fill="white" width="27" height="20" stroke="none" /> <text xml:space="preserve" x="167" y="104" stroke="none">NH </text> <text xml:space="preserve" x="187" font-size="12" y="110" stroke="none">2 </text> </g> </g> </svg> --0-803383138-1010581632=:28478 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --0-803383138-1010581632=:28478-- From [email protected] Thu Jan 10 17:25:49 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43069 invoked by uid 500); 10 Jan 2002 17:25:48 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43058 invoked by uid 500); 10 Jan 2002 17:25:47 -0000 Delivered-To: [email protected] Date: 10 Jan 2002 17:25:47 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/swing/svg JSVGComponent.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hillion 02/01/10 09:25:47 Modified: sources/org/apache/batik/swing/svg JSVGComponent.java Log: bridge.UserAgent methods now called from the AWT thread. It fixes the external linking. Revision Changes Path 1.32 +367 -4 xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java Index: JSVGComponent.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- JSVGComponent.java 21 Dec 2001 14:40:32 -0000 1.31 +++ JSVGComponent.java 10 Jan 2002 17:25:47 -0000 1.32 @@ -157,7 +157,7 @@ * building/rendering a document (invalid XML file, missing attributes...).</p> * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: JSVGComponent.java,v 1.31 2001/12/21 14:40:32 hillion Exp $ + * @version $Id: JSVGComponent.java,v 1.32 2002/01/10 17:25:47 hillion Exp $ */ public class JSVGComponent extends JGVTComponent { @@ -256,7 +256,7 @@ svgUserAgent = ua; - userAgent = createUserAgent(); + userAgent = new BridgeUserAgentWrapper(createUserAgent()); addSVGDocumentLoaderListener((SVGListener)listener); addGVTTreeBuilderListener((SVGListener)listener); @@ -741,7 +741,7 @@ return; } - if (JSVGComponent.this.eventsEnabled) { + if (JSVGComponent.this.eventsEnabled && updateManager == null) { updateManager = new UpdateManager(bridgeContext, svgDocument, renderer); @@ -950,6 +950,368 @@ } /** + * The user-agent wrapper, which call the methods in the event thread. + */ + protected static class BridgeUserAgentWrapper implements UserAgent { + + /** + * The wrapped user agent. + */ + protected UserAgent userAgent; + + /** + * Creates a new BridgeUserAgentWrapper. + */ + public BridgeUserAgentWrapper(UserAgent ua) { + userAgent = ua; + } + + /** + * Returns the event dispatcher to use. + */ + public EventDispatcher getEventDispatcher() { + if (EventQueue.isDispatchThread()) { + return userAgent.getEventDispatcher(); + } else { + class Query implements Runnable { + EventDispatcher result; + public void run() { + result = userAgent.getEventDispatcher(); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Returns the default size of the viewport. + */ + public Dimension2D getViewportSize() { + if (EventQueue.isDispatchThread()) { + return userAgent.getViewportSize(); + } else { + class Query implements Runnable { + Dimension2D result; + public void run() { + result = userAgent.getViewportSize(); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Displays an error resulting from the specified Exception. + */ + public void displayError(final Exception ex) { + if (EventQueue.isDispatchThread()) { + userAgent.displayError(ex); + } else { + EventQueue.invokeLater(new Runnable() { + public void run() { + userAgent.displayError(ex); + } + }); + } + } + + /** + * Displays a message in the User Agent interface. + */ + public void displayMessage(final String message) { + if (EventQueue.isDispatchThread()) { + userAgent.displayMessage(message); + } else { + EventQueue.invokeLater(new Runnable() { + public void run() { + userAgent.displayMessage(message); + } + }); + } + } + + /** + * Returns the pixel to mm factor. + */ + public float getPixelToMM() { + if (EventQueue.isDispatchThread()) { + return userAgent.getPixelToMM(); + } else { + class Query implements Runnable { + float result; + public void run() { + result = userAgent.getPixelToMM(); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Returns the language settings. + */ + public String getLanguages() { + if (EventQueue.isDispatchThread()) { + return userAgent.getLanguages(); + } else { + class Query implements Runnable { + String result; + public void run() { + result = userAgent.getLanguages(); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Returns the user stylesheet uri. + * @return null if no user style sheet was specified. + */ + public String getUserStyleSheetURI() { + if (EventQueue.isDispatchThread()) { + return userAgent.getUserStyleSheetURI(); + } else { + class Query implements Runnable { + String result; + public void run() { + result = userAgent.getUserStyleSheetURI(); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Opens a link. + * @param elt The activated link element. + */ + public void openLink(final SVGAElement elt) { + System.out.println("AAA" + Thread.currentThread()); + if (EventQueue.isDispatchThread()) { + userAgent.openLink(elt); + } else { + EventQueue.invokeLater(new Runnable() { + public void run() { + userAgent.openLink(elt); + } + }); + } + } + + /** + * Informs the user agent to change the cursor. + * @param cursor the new cursor + */ + public void setSVGCursor(final Cursor cursor) { + if (EventQueue.isDispatchThread()) { + userAgent.setSVGCursor(cursor); + } else { + EventQueue.invokeLater(new Runnable() { + public void run() { + userAgent.setSVGCursor(cursor); + } + }); + } + } + + /** + * Returns the class name of the XML parser. + */ + public String getXMLParserClassName() { + if (EventQueue.isDispatchThread()) { + return userAgent.getXMLParserClassName(); + } else { + class Query implements Runnable { + String result; + public void run() { + result = userAgent.getXMLParserClassName(); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Returns true if the XML parser must be in validation mode, false + * otherwise. + */ + public boolean isXMLParserValidating() { + if (EventQueue.isDispatchThread()) { + return userAgent.isXMLParserValidating(); + } else { + class Query implements Runnable { + boolean result; + public void run() { + result = userAgent.isXMLParserValidating(); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Returns the <code>AffineTransform</code> currently + * applied to the drawing by the UserAgent. + */ + public AffineTransform getTransform() { + if (EventQueue.isDispatchThread()) { + return userAgent.getTransform(); + } else { + class Query implements Runnable { + AffineTransform result; + public void run() { + result = userAgent.getTransform(); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Returns this user agent's CSS media. + */ + public String getMedia() { + if (EventQueue.isDispatchThread()) { + return userAgent.getMedia(); + } else { + class Query implements Runnable { + String result; + public void run() { + result = userAgent.getMedia(); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Returns the location on the screen of the + * client area in the UserAgent. + */ + public Point getClientAreaLocationOnScreen() { + if (EventQueue.isDispatchThread()) { + return userAgent.getClientAreaLocationOnScreen(); + } else { + class Query implements Runnable { + Point result; + public void run() { + result = userAgent.getClientAreaLocationOnScreen(); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Tells whether the given feature is supported by this + * user agent. + */ + public boolean hasFeature(final String s) { + if (EventQueue.isDispatchThread()) { + return userAgent.hasFeature(s); + } else { + class Query implements Runnable { + boolean result; + public void run() { + result = userAgent.hasFeature(s); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Tells whether the given extension is supported by this + * user agent. + */ + public boolean supportExtension(final String s) { + if (EventQueue.isDispatchThread()) { + return userAgent.supportExtension(s); + } else { + class Query implements Runnable { + boolean result; + public void run() { + result = userAgent.supportExtension(s); + } + } + Query q = new Query(); + invokeAndWait(q); + return q.result; + } + } + + /** + * Lets the bridge tell the user agent that the following + * extension is supported by the bridge. + */ + public void registerExtension(final BridgeExtension ext) { + if (EventQueue.isDispatchThread()) { + userAgent.registerExtension(ext); + } else { + EventQueue.invokeLater(new Runnable() { + public void run() { + userAgent.registerExtension(ext); + } + }); + } + } + + /** + * Notifies the UserAgent that the input element + * has been found in the document. This is sometimes + * called, for example, to handle &lt;a&gt; or + * &lt;title&gt; elements in a UserAgent-dependant + * way. + */ + public void handleElement(final Element elt, final Object data) { + if (EventQueue.isDispatchThread()) { + userAgent.handleElement(elt, data); + } else { + EventQueue.invokeLater(new Runnable() { + public void run() { + userAgent.handleElement(elt, data); + } + }); + } + } + + /** + * Invokes the given runnable from the event thread, and wait + * for the run method to terminate. + */ + protected void invokeAndWait(Runnable r) { + try { + EventQueue.invokeAndWait(r); + } catch (Exception e) { + throw new RuntimeException(e.getMessage()); + } + } + } + + /** * To hide the user-agent methods. */ protected class BridgeUserAgent implements UserAgent { @@ -1038,6 +1400,7 @@ * @param elt The activated link element. */ public void openLink(SVGAElement elt) { + System.out.println("XXX" + Thread.currentThread()); String show = XLinkSupport.getXLinkShow(elt); String href = XLinkSupport.getXLinkHref(elt); if (show.equals("new")) { @@ -1079,7 +1442,7 @@ } newURI = new URL(oldURI, href); } catch (MalformedURLException e) { - userAgent.displayError(e); + displayError(e); return; } String s = newURI.getRef(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 10 17:36:40 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51676 invoked by uid 500); 10 Jan 2002 17:36:39 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51664 invoked by uid 500); 10 Jan 2002 17:36:39 -0000 Delivered-To: [email protected] Date: 10 Jan 2002 17:36:34 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/swing/svg JSVGComponent.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hillion 02/01/10 09:36:34 Modified: sources/org/apache/batik/swing/svg JSVGComponent.java Log: The update manager is no more restarted after a window resize. Revision Changes Path 1.33 +11 -4 xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java Index: JSVGComponent.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- JSVGComponent.java 10 Jan 2002 17:25:47 -0000 1.32 +++ JSVGComponent.java 10 Jan 2002 17:36:34 -0000 1.33 @@ -157,7 +157,7 @@ * building/rendering a document (invalid XML file, missing attributes...).</p> * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: JSVGComponent.java,v 1.32 2002/01/10 17:25:47 hillion Exp $ + * @version $Id: JSVGComponent.java,v 1.33 2002/01/10 17:36:34 hillion Exp $ */ public class JSVGComponent extends JGVTComponent { @@ -237,6 +237,11 @@ protected String fragmentIdentifier; /** + * Whether the update manager was stopped. + */ + protected boolean updateManagerStopped; + + /** * Creates a new JSVGComponent. */ public JSVGComponent() { @@ -298,6 +303,7 @@ } updateManager.dispatchSVGUnLoad(); updateManager = null; + updateManagerStopped = true; } else { super.stopProcessing(); } @@ -365,6 +371,7 @@ if (eventsEnabled && svgDocument != null && updateManager != null) { updateManager.dispatchSVGUnLoad(); updateManager = null; + updateManagerStopped = false; } svgDocument = doc; @@ -741,7 +748,9 @@ return; } - if (JSVGComponent.this.eventsEnabled && updateManager == null) { + if (JSVGComponent.this.eventsEnabled && + updateManager == null && + !updateManagerStopped) { updateManager = new UpdateManager(bridgeContext, svgDocument, renderer); @@ -1097,7 +1106,6 @@ * @param elt The activated link element. */ public void openLink(final SVGAElement elt) { - System.out.println("AAA" + Thread.currentThread()); if (EventQueue.isDispatchThread()) { userAgent.openLink(elt); } else { @@ -1400,7 +1408,6 @@ * @param elt The activated link element. */ public void openLink(SVGAElement elt) { - System.out.println("XXX" + Thread.currentThread()); String show = XLinkSupport.getXLinkShow(elt); String href = XLinkSupport.getXLinkHref(elt); if (show.equals("new")) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 10 22:42:38 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93371 invoked by uid 500); 10 Jan 2002 22:42:37 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93359 invoked from network); 10 Jan 2002 22:42:37 -0000 X-Authentication-Warning: sherman.image.kodak.com: deweese set sender to [email protected] using -f From: Thomas E Deweese <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[email protected]> Date: Thu, 10 Jan 2002 17:42:40 -0500 To: [email protected] Subject: help on bold to plain svg converions In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: VM 6.95 under Emacs 20.5.1 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >>>>> "sa" == somesh acharya <[email protected]> writes: sa> File 1.svg is plain svg file, while 2.svg file is bold svg sa> file. These both files obtained during conversion, but one is in sa> plain format and other is bold format. Actually the difference is that one is using font-size="8" for most of the content the other is using font-size="15". I would guess this is some sort of fit to rect thing going on. If you want the text to be the same size you should be able to just set the font-size attributes to the same value. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jan 11 08:57:31 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34444 invoked by uid 500); 11 Jan 2002 08:57: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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34433 invoked by uid 500); 11 Jan 2002 08:57:30 -0000 Delivered-To: [email protected] Date: 11 Jan 2002 08:57:25 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/swing/svg JSVGComponent.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hillion 02/01/11 00:57:25 Modified: sources/org/apache/batik/swing/svg JSVGComponent.java Log: Revision Changes Path 1.34 +2 -2 xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java Index: JSVGComponent.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- JSVGComponent.java 10 Jan 2002 17:36:34 -0000 1.33 +++ JSVGComponent.java 11 Jan 2002 08:57:25 -0000 1.34 @@ -157,7 +157,7 @@ * building/rendering a document (invalid XML file, missing attributes...).</p> * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: JSVGComponent.java,v 1.33 2002/01/10 17:36:34 hillion Exp $ + * @version $Id: JSVGComponent.java,v 1.34 2002/01/11 08:57:25 hillion Exp $ */ public class JSVGComponent extends JGVTComponent { @@ -371,8 +371,8 @@ if (eventsEnabled && svgDocument != null && updateManager != null) { updateManager.dispatchSVGUnLoad(); updateManager = null; - updateManagerStopped = false; } + updateManagerStopped = false; svgDocument = doc; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jan 11 10:49:35 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93226 invoked by uid 500); 11 Jan 2002 10:49:34 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93215 invoked by uid 500); 11 Jan 2002 10:49:33 -0000 Delivered-To: [email protected] Date: 11 Jan 2002 10:49:32 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/swing/svg JSVGComponent.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hillion 02/01/11 02:49:32 Modified: sources/org/apache/batik/apps/svgbrowser JSVGViewerFrame.java sources/org/apache/batik/swing/svg JSVGComponent.java Log: The UpdateManagerListeners added to a JSVGComponent are now called from the AWT thread. Revision Changes Path 1.69 +23 -39 xml-batik/sources/org/apache/batik/apps/svgbrowser/JSVGViewerFrame.java Index: JSVGViewerFrame.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/apps/svgbrowser/JSVGViewerFrame.java,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- JSVGViewerFrame.java 21 Dec 2001 14:40:31 -0000 1.68 +++ JSVGViewerFrame.java 11 Jan 2002 10:49:31 -0000 1.69 @@ -159,7 +159,7 @@ * This class represents a SVG viewer swing frame. * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: JSVGViewerFrame.java,v 1.68 2001/12/21 14:40:31 hillion Exp $ + * @version $Id: JSVGViewerFrame.java,v 1.69 2002/01/11 10:49:31 hillion Exp $ */ public class JSVGViewerFrame extends JFrame @@ -1759,62 +1759,46 @@ * Called when the manager was started. */ public void managerStarted(UpdateManagerEvent e) { - EventQueue.invokeLater(new Runnable() { - public void run() { - if (debug) { - System.out.println("Manager Started"); - } - playAction.update(false); - pauseAction.update(true); - stopAction.update(true); - } - }); + if (debug) { + System.out.println("Manager Started"); + } + playAction.update(false); + pauseAction.update(true); + stopAction.update(true); } /** * Called when the manager was suspended. */ public void managerSuspended(UpdateManagerEvent e) { - EventQueue.invokeLater(new Runnable() { - public void run() { - if (debug) { - System.out.println("Manager Suspended"); - } - playAction.update(true); - pauseAction.update(false); - } - }); + if (debug) { + System.out.println("Manager Suspended"); + } + playAction.update(true); + pauseAction.update(false); } /** * Called when the manager was resumed. */ public void managerResumed(UpdateManagerEvent e) { - EventQueue.invokeLater(new Runnable() { - public void run() { - if (debug) { - System.out.println("Manager Resumed"); - } - playAction.update(false); - pauseAction.update(true); - } - }); + if (debug) { + System.out.println("Manager Resumed"); + } + playAction.update(false); + pauseAction.update(true); } /** * Called when the manager was stopped. */ public void managerStopped(UpdateManagerEvent e) { - EventQueue.invokeLater(new Runnable() { - public void run() { - if (debug) { - System.out.println("Manager Stopped"); - } - playAction.update(false); - pauseAction.update(false); - stopAction.update(false); - } - }); + if (debug) { + System.out.println("Manager Stopped"); + } + playAction.update(false); + pauseAction.update(false); + stopAction.update(false); } /** 1.35 +99 -3 xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java Index: JSVGComponent.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- JSVGComponent.java 11 Jan 2002 08:57:25 -0000 1.34 +++ JSVGComponent.java 11 Jan 2002 10:49:32 -0000 1.35 @@ -157,7 +157,7 @@ * building/rendering a document (invalid XML file, missing attributes...).</p> * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: JSVGComponent.java,v 1.34 2002/01/11 08:57:25 hillion Exp $ + * @version $Id: JSVGComponent.java,v 1.35 2002/01/11 10:49:32 hillion Exp $ */ public class JSVGComponent extends JGVTComponent { @@ -265,7 +265,7 @@ addSVGDocumentLoaderListener((SVGListener)listener); addGVTTreeBuilderListener((SVGListener)listener); - addUpdateManagerListener((SVGListener)listener); + updateManagerListeners.add(listener); } /** @@ -562,7 +562,7 @@ * Adds a UpdateManagerListener to this component. */ public void addUpdateManagerListener(UpdateManagerListener l) { - updateManagerListeners.add(l); + updateManagerListeners.add(new UpdateManagerListenerWrapper(l)); } /** @@ -570,6 +570,102 @@ */ public void removeUpdateManagerListener(UpdateManagerListener l) { updateManagerListeners.remove(l); + } + + /** + * To call the update methods from the event thread. + */ + protected static class UpdateManagerListenerWrapper + implements UpdateManagerListener { + + /** + * The wrapped listener. + */ + protected UpdateManagerListener listener; + + /** + * Creates a new wrapper. + */ + public UpdateManagerListenerWrapper(UpdateManagerListener l) { + listener = l; + } + + /** + * Called when the manager was started. + */ + public void managerStarted(final UpdateManagerEvent e) { + EventQueue.invokeLater(new Runnable() { + public void run() { + listener.managerStarted(e); + } + }); + } + + /** + * Called when the manager was suspended. + */ + public void managerSuspended(final UpdateManagerEvent e) { + EventQueue.invokeLater(new Runnable() { + public void run() { + listener.managerSuspended(e); + } + }); + } + + /** + * Called when the manager was resumed. + */ + public void managerResumed(final UpdateManagerEvent e) { + EventQueue.invokeLater(new Runnable() { + public void run() { + listener.managerResumed(e); + } + }); + } + + /** + * Called when the manager was stopped. + */ + public void managerStopped(final UpdateManagerEvent e) { + EventQueue.invokeLater(new Runnable() { + public void run() { + listener.managerStopped(e); + } + }); + } + + /** + * Called when an update started. + */ + public void updateStarted(final UpdateManagerEvent e) { + EventQueue.invokeLater(new Runnable() { + public void run() { + listener.updateStarted(e); + } + }); + } + + /** + * Called when an update was completed. + */ + public void updateCompleted(final UpdateManagerEvent e) { + EventQueue.invokeLater(new Runnable() { + public void run() { + listener.updateCompleted(e); + } + }); + } + + /** + * Called when an update failed. + */ + public void updateFailed(final UpdateManagerEvent e) { + EventQueue.invokeLater(new Runnable() { + public void run() { + listener.updateFailed(e); + } + }); + } } /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jan 11 17:28:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34000 invoked by uid 500); 11 Jan 2002 17:28:17 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33988 invoked by uid 500); 11 Jan 2002 17:28:17 -0000 Delivered-To: [email protected] Date: 11 Jan 2002 17:28:12 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/dom AbstractDOMImplementation.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hillion 02/01/11 09:28:12 Modified: sources/org/apache/batik/dom AbstractDOMImplementation.java Log: Bug fix. Revision Changes Path 1.8 +2 -2 xml-batik/sources/org/apache/batik/dom/AbstractDOMImplementation.java Index: AbstractDOMImplementation.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/dom/AbstractDOMImplementation.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- AbstractDOMImplementation.java 19 Nov 2001 13:39:55 -0000 1.7 +++ AbstractDOMImplementation.java 11 Jan 2002 17:28:12 -0000 1.8 @@ -20,7 +20,7 @@ * {@link org.w3c.dom.css.DOMImplementationCSS} interfaces. * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: AbstractDOMImplementation.java,v 1.7 2001/11/19 13:39:55 hillion Exp $ + * @version $Id: AbstractDOMImplementation.java,v 1.8 2002/01/11 17:28:12 hillion Exp $ */ public abstract class AbstractDOMImplementation @@ -70,7 +70,7 @@ } else { String[] va = (String[])v; for (int i = 0; i < va.length; i++) { - if (v.equals(va[i])) { + if (version.equals(va[i])) { return true; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jan 11 20:52:17 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4084 invoked by uid 500); 11 Jan 2002 20:52:17 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4073 invoked from network); 11 Jan 2002 20:52:16 -0000 Date: Fri, 11 Jan 2002 14:52:21 -0600 (CST) From: "J. David Eisenberg" <[email protected]> X-X-Sender: <[email protected]> To: <[email protected]> Subject: Problem with lengthAdjust? Message-ID: <[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 Either I'm doing something horribly wrong, or Batik has a bug. I tested this on Batik 1.1.1. As to _why_ I would want to squeeze a large number into a small space -- don't ask! <grin> =============================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg width="400px" height="250px" viewBox="0 0 400 250" preserveAspectRatio="xMinYMin meet"> <defs> <g id="green-rect"> <rect x="200" y="20" width="10" height="20" style="fill: #ccffcc; stroke: none;"/> </g> </defs> <!-- no lengthadjust; works great --> <g transform="translate(5, 10)" style="font-size: 10;"> <use xlink:href="#green-rect"/> <text x="205" y="34" style="text-anchor:middle;">10</text> </g> <!-- with lengthAdjust spacingAndGlyphs: x-position is slightly off in Batik --> <g transform="translate(5, 40)" style="font-size: 10;"> <use xlink:href="#green-rect"/> <text x="205" y="34" style="text-anchor:middle;" textLength="10" lengthAdjust="spacingAndGlyphs">5</text> </g> <!-- with lengthAdjust spacing: x-position is way off in Batik --> <g transform="translate(5, 70)" style="font-size: 10;"> <use xlink:href="#green-rect"/> <text x="205" y="34" style="text-anchor:middle;" textLength="10" lengthAdjust="spacing">5</text> </g> <!-- large number: doesn't squeeze glyphs in Adobe; x-position off in Batik --> <g transform="translate(5, 100)" style="font-size: 10;"> <use xlink:href="#green-rect"/> <text x="205" y="34" style="text-anchor:middle;" textLength="10" lengthAdjust="spacingAndGlyphs">123</text> </g> <!-- large number: doesn't squeeze glyphs in Adobe; works OK in Batik --> <g transform="translate(5, 130)" style="font-size: 10;"> <use xlink:href="#green-rect"/> <text x="200" y="34" textLength="10" lengthAdjust="spacingAndGlyphs">123</text> </g> </svg> -- J. David Eisenberg http://catcode.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 16 20:59:12 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61444 invoked by uid 500); 16 Jan 2002 20:59:11 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61216 invoked from network); 16 Jan 2002 20:59:09 -0000 X-Originating-IP: [161.129.204.104] From: "r d" <[email protected]> To: [email protected] Cc: [email protected] Bcc: Subject: Crimson parser does not recognize "xlink:href" Date: Wed, 16 Jan 2002 20:59:14 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: <[email protected]> X-OriginalArrivalTime: 16 Jan 2002 20:59:14.0931 (UTC) FILETIME=[A7D64C30:01C19ED0] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello Batik team, I thought I would send you this e-mail that came from Yahoo mailing list: I think there maybe problem that this gentle person has found......or he does not understand xmlnamespaces.......it up to you to decide....I helped get his program to run....but you might want to look into it.. http://groups.yahoo.com/group/svg-developers/message/10789 Support for xlink:href in SVG To Robert A. DiBlasi : Thank you for your response. I did it! But there are several points that are important to share: Case 1 ------ If you have a SVG file in this format (with a DocType): <?xml version="1.0"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN" "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd"> <svg contentScriptType="text/ecmascript" width="100" zoomAndPan="magnify" contentStyleType="text/css" height="35" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0"> <defs> <font-face font-family="SVGDavid"> <font-face-src> <font-face-uri xlink:href="SVGFonts/SVGDavid.svg#SVGDavid"></font-face-uri> </font-face-src> </font-face> </defs> <g style="fill:black;text-anchor:middle;font-size:14;font-weight:300;font-family:SV\ GDavid" id="TextLayout"> <text x="50" y="22">ABCDE</text> </g> </svg> And you use this program to render a PNG (adapted from the Image Transcoder Tutorial of Batik): public class SaveAsPNG { public static void main(String [] args) throws Exception { // create a PNG transcoder PNGTranscoder t = new PNGTranscoder(); //t.addTranscodingHint(PNGTranscoder.KEY_FORCE_TRANSPARENT_WHITE,new Boolean(true)); // set the transcoding hints // create the transcoder input String svgURI = new File(args[0]).toURL().toString(); TranscoderInput input = new TranscoderInput(svgURI); // create the transcoder output OutputStream ostream = new FileOutputStream(args[1]); TranscoderOutput output = new TranscoderOutput(ostream); // save the image t.transcode(input, output); // flush and close the stream then exit ostream.flush(); ostream.close(); System.exit(0); } } It will work. Case 2 ------ If you have a SVG file in this format (with no DocType, but with xmlns:xlink="http://www.w3.org/1999/xlink" in the svg tag): <?xml version="1.0"?> <svg contentScriptType="text/ecmascript" width="100" zoomAndPan="magnify" contentStyleType="text/css" height="35" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0"> <defs> <font-face font-family="SVGDavid"> <font-face-src> <font-face-uri xlink:href="SVGFonts/SVGDavid.svg#SVGDavid"></font-face-uri> </font-face-src> </font-face> </defs> <rect width="100" x="0" height="35" y="0" style="fill:#eeeeee"></rect> <g style="fill:#cccccc" id="TagBody"> <rect width="100" x="0" height="25" y="10"></rect> <rect width="70" x="20" height="35" y="0"></rect> <circle r="40" cx="26" cy="40"></circle> <circle r="10" cx="90" cy="10"></circle> </g> <g style="fill:black;text-anchor:middle;font-size:14;font-weight:300;font-family:SV\ GDavid" id="TextLayout"> <text x="50" y="22">ABCDE</text> </g> </svg> And you use the same program to render a PNG, it will work also. Case 3 ------ Step 1 ------- The main problems are when you create a SVG document with the SVGDOMImplementation. I have tried to create a document with a DocType (like in case 1), but I could not do it. I have looked into the code, and it seems that this option does not exist. Step 2 ------ I have created a SVG document using this program (adapted from the Image Transcoder Tutorial of Batik): public class DOMRasterizer { public Document createDocument() { DOMImplementation impl = SVGDOMImplementation.getDOMImplementation(); String svgNS = SVGDOMImplementation.SVG_NAMESPACE_URI; Document document = impl.createDocument(svgNS, "svg", null); Element root = document.getDocumentElement(); root.setAttributeNS(null, "width", "450"); root.setAttributeNS(null, "height", "500"); //************************************************************ //HERE I ADD THE SUPPORT FOR NAMESPACES root.setAttributeNS(null, "xmlns:xlink", "http://www.w3.org/1999/xlink"); //************************************************************** Element e; e = document.createElementNS(svgNS, "rect"); e.setAttributeNS(null, "x", "10"); e.setAttributeNS(null, "y", "10"); e.setAttributeNS(null, "width", "200"); e.setAttributeNS(null, "height", "300"); e.setAttributeNS(null, "style", "fill:red;stroke:black;stroke-width:4"); root.appendChild(e); return document; } public void save(Document document) throws Exception { PNGTranscoder t = new PNGTranscoder(); TranscoderInput input = new TranscoderInput(document); OutputStream ostream = new FileOutputStream("out.jpg"); TranscoderOutput output = new TranscoderOutput(ostream); t.transcode(input, output); ostream.flush(); ostream.close(); } public static void main(String [] args) throws Exception { DOMRasterizer rasterizer = new DOMRasterizer(); Document document = rasterizer.createDocument(); rasterizer.save(document); System.exit(0); } } And this does not work, I recieve an Exception: Exception in thread "main" [email protected](Hashtable.java:320) at java.net.URL.getURLStreamHandler(URL.java:884) at java.net.URL.<init>(URL.java:305) at java.net.URL.<init>(URL.java:224) at java.net.URL.<init>(URL.java:243) at org.apache.batik.util.ParsedURLData.buildURL(Unknown Source) at org.apache.batik.util.ParsedURLData.openStreamInternal(Unknown Source ) at org.apache.batik.util.ParsedURLData.openStream(Unknown Source) at org.apache.batik.util.ParsedURL.openStream(Unknown Source) at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(Unknown Source) at org.apache.batik.bridge.DocumentLoader.loadDocument(Unknown Source) at org.apache.batik.bridge.URIResolver.getNode(Unknown Source) at org.apache.batik.bridge.URIResolver.getElement(Unknown Source) at org.apache.batik.bridge.BridgeContext.getReferencedElement(Unknown So urce) at org.apache.batik.bridge.SVGFontUtilities.getFontFamily(Unknown Source ) at org.apache.batik.bridge.SVGTextElementBridge.getAttributeMap(Unknown Source) at org.apache.batik.bridge.SVGTextElementBridge.buildAttributedStrings(U nknown Source) at org.apache.batik.bridge.SVGTextElementBridge.buildAttributedString(Un known Source) at org.apache.batik.bridge.SVGTextElementBridge.buildGraphicsNode(Unknow n Source) at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(Unknown Source) at org.apache.batik.bridge.GVTBuilder.buildComposite(Unknown Source) at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(Unknown Source) at org.apache.batik.bridge.GVTBuilder.buildComposite(Unknown Source) at org.apache.batik.bridge.GVTBuilder.build(Unknown Source) at org.apache.batik.transcoder.image.ImageTranscoder.transcode(Unknown S ource) at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(Unknown S ource) at nowSVG.TabGenerator1.save(TabGenerator1.java:141) at nowSVG.TabGenerator1.main(TabGenerator1.java:152) Step 3 ------ The only solution was: 1.Serialize the Document done as a SVG file (without the DocType, because it is impossible to add it, but with the xmlns:xlink= "http://www.w3.org/1999/xlink"). 2.Change the method save in DOMRasterizer to: public void save(String aFileName) throws Exception { PNGTranscoder t = new PNGTranscoder(); String svgURI = new File(aFileName).toURL().toString(); TranscoderInput input = new TranscoderInput(svgURI); // create the transcoder output OutputStream ostream = new FileOutputStream("out.png"); TranscoderOutput output = new TranscoderOutput(ostream); // save the image t.transcode(input, output); // flush and close the stream then exit ostream.flush(); ostream.close(); System.exit(0); } This worked fine. Still it is not clear why I recieved an Exception in the original version of DOMRasterizer Philip Long message sorry but may be importaint.....any hints here is the orginal message: http://groups.yahoo.com/group/svg-developers/message/10781 We all learn by sharing what we know Robert A.DiBlasi http://www.svgnotebook.com _________________________________________________________________ Join the world's largest e-mail service with MSN Hotmail. http://www.hotmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 17 14:09:02 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16322 invoked by uid 500); 17 Jan 2002 14:09:01 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 76111 invoked from network); 16 Jan 2002 10:52:08 -0000 Date: Wed, 16 Jan 2002 10:46:30 +0000 From: Richard Zschech <[email protected]> Subject: CSS font-weight bolder and lighter Sender: [email protected] To: [email protected] Message-id: <[email protected]> Organization: CQR Data MIME-version: 1.0 X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.8 sun4u) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Im trying to use the Batik CSS engine to compute the style of elements in a document. The problem that Im having is with the font-weight property. If I set it to be say "100" for an element and "bolder" for a child element then the computed value for the child is "400" or "normal". Is this correct by the CSS spec? I think it should be "200". If you take the interpretation that "100", "200" and "300" would jump to "normal" and "400", "500" and "600" would jump to "bold" then "600" would go to "700" etc. Then the code doesn't do this correctly either. I've appends the snippets from org.apache.batik.css.value.DefaultCommonCSSContext that do these computations which do the mapping. I have inserted comments for what I think the mapped values should be. Should I submit this as a bug or is it correct? Thanks in advance. Richard Zschech. public float getLighterFontWeight(float f) { switch ((int)f) { case 100: return 100; case 200: return 100; case 300: return 200; case 400: return 300; case 500: return 400; case 600: return 400; case 700: return 400; case 800: return 400; // should be 700 bold case 900: return 400; // should be 700 bold default: throw new IllegalArgumentException("" + f); } } public float getBolderFontWeight(float f) { switch ((int)f) { case 100: return 400; case 200: return 400; case 300: return 600; // should be 400 normal case 400: return 600; // should be 700 bold case 500: return 600; // should be 700 bold case 600: return 700; case 700: return 800; case 800: return 900; case 900: return 900; default: throw new IllegalArgumentException("" + f); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 17 14:09:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16493 invoked by uid 500); 17 Jan 2002 14:09:18 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 40877 invoked from network); 16 Jan 2002 12:49:29 -0000 Message-ID: <[email protected]> Date: Wed, 16 Jan 2002 04:49:29 -0800 (PST) From: Pop Calin <[email protected]> Subject: Java applet with SVG layer visualization To: [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 Hi ! I made an Java applet for vizualization of SVG files.This applet has the posibility to turn on\off certainely SVG layers.The applet has also zoom and pan property. Now the problem appear when I want to turn off\on some layer because the image in the JSVGCanvas is repainting but to the initial zoom&pan level. The code for visualization of layer is : svgDocument = svgCanvas.getSVGDocument(); Element element1 = svgDocument.getElementById("layer"); element1.setAttributeNS(null,"visibility","visible"); svgCanvas.setSVGDocument(documentSVG); How can I preserve the level of zoom&pan and the layer to be visible. Thanks in advance! Regards Pop Calin __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 21 21:47:52 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93891 invoked by uid 500); 21 Jan 2002 21:47:52 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 23938 invoked by uid 500); 21 Jan 2002 10:57:09 -0000 Delivered-To: [email protected] Message-ID: <002001c1a2db$8d6664c0$748101d9@pcwks122> From: "Kiran M. Kumar" <[email protected]> To: <[email protected]> Subject: CSS parser Date: Mon, 21 Jan 2002 16:27:19 -0800 Organization: Motorola MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_001C_01C1A298.7EFE5390" 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 ------=_NextPart_000_001C_01C1A298.7EFE5390 Content-Type: multipart/alternative; boundary="----=_NextPart_001_001D_01C1A298.7EFE5390" ------=_NextPart_001_001D_01C1A298.7EFE5390 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Hi, I am Kiran working for Motorola, INDIA,=20 Is there any good CSS Parsers available {preferably developed in java}, = if so can you please send me those links.=20 Regards Kiran=20 ------=_NextPart_001_001D_01C1A298.7EFE5390 Content-Type: text/html; charset="Windows-1252" 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=3Dwindows-1252"><BASE=20 href=3Dfile://C:\KIRAN8\kiran8\> <META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgProperties=3Dfixed bgColor=3D#ffffff leftMargin=3D8=20 background=3Dcid:001b01c1a2db$8d200cf0$748101d9@pcwks122 topMargin=3D8> <DIV>Hi,</DIV> <DIV>&nbsp;</DIV> <DIV>I am Kiran working for Motorola, INDIA, </DIV> <DIV>Is there any good CSS Parsers available {preferably developed in = java}, if=20 so can you please send me those links. </DIV> <DIV>&nbsp;</DIV> <DIV>Regards</DIV> <DIV>Kiran </DIV></BODY></HTML> ------=_NextPart_001_001D_01C1A298.7EFE5390-- ------=_NextPart_000_001C_01C1A298.7EFE5390 Content-Type: image/gif; name="Blank Bkgrd.gif" Content-Transfer-Encoding: base64 Content-ID: <001b01c1a2db$8d200cf0$748101d9@pcwks122> R0lGODlhLQAtAID/AP////f39ywAAAAALQAtAEACcAxup8vtvxKQsFon6d02898pGkgiYoCm6sq2 7iqWcmzOsmeXeA7uPJd5CYdD2g9oPF58ygqz+XhCG9JpJGmlYrPXGlfr/Yo/VW45e7amp2tou/lW xo/zX513z+Vt+1n/tiX2pxP4NUhy2FM4xtjIUQAAOw== ------=_NextPart_000_001C_01C1A298.7EFE5390-- From [email protected] Wed Jan 23 14:31:32 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18324 invoked by uid 500); 23 Jan 2002 14:31:32 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18310 invoked by uid 500); 23 Jan 2002 14:31:31 -0000 Delivered-To: [email protected] Date: 23 Jan 2002 14:31:31 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/gvt AbstractGraphicsNode.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N deweese 02/01/23 06:31:31 Modified: sources/org/apache/batik/gvt AbstractGraphicsNode.java Log: Merged an optimization to invalidateGeometry method. Revision Changes Path 1.32 +4 -0 xml-batik/sources/org/apache/batik/gvt/AbstractGraphicsNode.java Index: AbstractGraphicsNode.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/AbstractGraphicsNode.java,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- AbstractGraphicsNode.java 23 Jan 2002 14:14:08 -0000 1.31 +++ AbstractGraphicsNode.java 23 Jan 2002 14:31:30 -0000 1.32 @@ -872,6 +872,10 @@ * changed. */ protected void invalidateGeometryCache() { + // If our bounds are invalid then our parents bounds + // must be invalid also. So just return. + if (bounds == null) return; + if (parent != null) { ((AbstractGraphicsNode) parent).invalidateGeometryCache(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 23 19:23:34 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30851 invoked by uid 500); 23 Jan 2002 19:23:33 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30821 invoked from network); 23 Jan 2002 19:23:32 -0000 Date: Wed, 23 Jan 2002 13:23:11 -0600 (CST) From: "J. David Eisenberg" <[email protected]> X-X-Sender: <[email protected]> To: <[email protected]> Subject: SVGGraphics2D -> DOM -> Transcode Problem Message-ID: <[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 The following code draws into an SVGGraphics2D, takes the resulting Document, and attempts to transcode it. --------------------------------------------- import java.awt.Dimension; import java.awt.Rectangle; import java.awt.Graphics2D; import java.awt.Color; import java.io.ByteArrayOutputStream; import java.io.Writer; import java.io.OutputStream; import java.io.FileOutputStream; import java.io.OutputStreamWriter; import java.io.IOException; import org.apache.batik.svggen.SVGGraphics2D; import org.apache.batik.dom.GenericDOMImplementation; import org.apache.batik.dom.svg.SVGDOMImplementation; import org.apache.batik.transcoder.image.JPEGTranscoder; import org.apache.batik.transcoder.TranscoderInput; import org.apache.batik.transcoder.TranscoderOutput; import org.w3c.dom.Document; import org.w3c.dom.DOMImplementation; import org.w3c.dom.svg.SVGDocument; public class TestDOM { public void paint(Graphics2D g2d) { g2d.setColor(Color.red); g2d.draw(new Rectangle(10, 10, 50, 50) ); g2d.setColor(Color.green); g2d.fill(new Rectangle(30, 30, 50, 50) ); } public static void main(String [] args) throws IOException { DOMImplementation domImpl = SVGDOMImplementation.getDOMImplementation(); String svgNS = SVGDOMImplementation.SVG_NAMESPACE_URI; Document document = domImpl.createDocument(svgNS, "svg", null); // Create an instance of the SVG Generator SVGGraphics2D svgGenerator = new SVGGraphics2D(document); svgGenerator.setSVGCanvasSize(new Dimension(210,210)); // Ask to render into the SVG Graphics2D implementation TestDOM test = new TestDOM(); test.paint(svgGenerator); // Stream out SVG to the standard output using UTF-8 // character to byte encoding boolean useCSS = true; // we want to use CSS style attribute ByteArrayOutputStream baos = new ByteArrayOutputStream( 8192 ); Writer out = new OutputStreamWriter(baos, "UTF-8"); svgGenerator.stream(out, useCSS); System.out.println( baos.toString() ); // Now try to transcode the document try { JPEGTranscoder t = new JPEGTranscoder(); t.addTranscodingHint(JPEGTranscoder.KEY_QUALITY, new Float(.8)); TranscoderInput input = new TranscoderInput( document ); OutputStream ostream = new FileOutputStream("out.jpg"); TranscoderOutput output = new TranscoderOutput(ostream); t.transcode(input, output); ostream.flush(); ostream.close(); } catch (Exception e) { e.printStackTrace(); } System.exit(0); } } ------------------------------------------------ Here's the resultant error. I'm using Batik 1.1.1 on Linux. What, oh, what, am I doing wrong? --------------------------- org.apache.batik.transcoder.TranscoderException: null Enclosed Exception: null at org.apache.batik.transcoder.image.ImageTranscoder.transcode(ImageTranscoder.java:262) at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(XMLAbstractTranscoder.java:126) at TestDOM.main(TestDOM.java:74) --------------------------- -- J. David Eisenberg http://catcode.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 23 20:00:32 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53716 invoked by uid 500); 23 Jan 2002 20:00: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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53696 invoked from network); 23 Jan 2002 20:00:30 -0000 Date: Wed, 23 Jan 2002 14:00:20 -0600 (CST) From: "J. David Eisenberg" <[email protected]> X-X-Sender: <[email protected]> To: <[email protected]> Subject: More on Transcoder Message-ID: <{{EMAIL+PHONE}}> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Oops - had a classpath pointing to an old version. Using this classpath gets rid of the execution error, but the resultant JPG file is 400 by 400, and is entirely blank. java -classpath .:\ /home/david/xml-batik/batik-1.1.1/lib/batik-awt-util.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-ext.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-parser.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-transcoder.jar:\ /home/david/xml-batik/batik-1.1.1/lib/js.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-bridge.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-extension.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-script.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-util.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-css.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-gui-util.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-svg-dom.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-xml.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-dom.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-gvt.jar:\ /home/david/xml-batik/batik-1.1.1/lib/batik-svggen.jar:\ /home/david/xml-batik/batik-1.1.1/lib/crimson-parser.jar:\ TestDOM > test.svg -- J. David Eisenberg http://catcode.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 24 08:13:37 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77562 invoked by uid 500); 24 Jan 2002 08:13:35 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 61903 invoked from network); 23 Jan 2002 22:35:01 -0000 Message-ID: <[email protected]> Date: Wed, 23 Jan 2002 22:31:16 +0000 From: Paul Hammant <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7) Gecko/20011221 X-Accept-Language: en-us MIME-Version: 1.0 To: [email protected] Subject: Changes to Batik. 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 Folks, You may or may not know of one of my projects - Jesktop. It is a desktop OS like layer for Java. A current impl sits on top of Avalon (a Jakarta project). I had previously forked Batik and made it installable into Jesktop. In order to do this last year I have to decouple use of JFrame and make things more beanlike. Essentially if the components of Batik were just JPanels etc, they could be placed in a number of containers. You folks would need JFrame as a container, I would need JFrimble, but there could be a third type - JApplet that might want to contain Batik. What I am proposing is a set of the changes to Batik that make it more beanlike so that it is reusable in multiple visual environments. I don't intend to code in Jesktop concepts or depend on Jesktop APIs, I'm just proposing a couple of steps of modularisation while not diminishing its ability to launch from the command line [email protected]. These are the classes that refer to JFrame: apps.slideshow.Main apps.svgbrowser.AboutDialog apps.svgbrowser.JSVGViewerFrame util.gui.CSSMediaPanel util.gui.DOMViewer util.gui.LanguageDialog util.gui.MemoryMonitor util.gui.URIChooser util.gui.UserStyleDialog If you are willing I could start submitting patches to this list.... See also ..... http://jesktop.sourceforge.net/ http://jesktopapps.sourceforge.net/ Incidentally I am an Apache person, most active in jakarta-avalon but also in jakarta-commons. Regards, - Paul H --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 24 12:54:23 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15190 invoked by uid 500); 24 Jan 2002 12:54:22 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15175 invoked from network); 24 Jan 2002 12:54:22 -0000 X-Authentication-Warning: sherman.image.kodak.com: deweese set sender to [email protected] using -f From: Thomas E Deweese <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[email protected]> Date: Thu, 24 Jan 2002 07:54:20 -0500 To: [email protected] Subject: Bounced Commit msg X-Mailer: VM 6.95 under Emacs 20.5.1 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Modified: samples/extensions solidColor.svg sources/org/apache/batik/apps/svgbrowser AboutDialog.java sources/org/apache/batik/bridge AbstractGraphicsNodeBridge.java GVTBuilder.java GraphicsNodeBridge.java RepaintManager.java SVGBridgeExtension.java SVGClipPathElementBridge.java SVGFeImageElementBridge.java SVGFilterElementBridge.java SVGImageElementBridge.java SVGMarkerElementBridge.java SVGMaskElementBridge.java SVGPatternElementBridge.java SVGRectElementBridge.java SVGSVGElementBridge.java SVGSwitchElementBridge.java SVGTextElementBridge.java SVGUseElementBridge.java UpdateManager.java UpdateManagerEvent.java sources/org/apache/batik/extension/svg SolidColorBridge.java sources/org/apache/batik/gvt AbstractGraphicsNode.java CompositeGraphicsNode.java GraphicsNode.java PatternPaint.java RasterImageNode.java RootGraphicsNode.java ShapeNode.java TextNode.java UpdateTracker.java sources/org/apache/batik/gvt/filter ConcreteGraphicsNodeRableFactory.java MaskRable8Bit.java sources/org/apache/batik/gvt/renderer Renderer.java StaticRenderer.java StrokingTextPainter.java sources/org/apache/batik/gvt/text GlyphLayout.java sources/org/apache/batik/swing/gvt JGVTComponent.java sources/org/apache/batik/swing/svg GVTTreeBuilder.java JSVGComponent.java Added: samples/extensions solidColor2.svg samples/tests/spec/scripting xyModifOnClick.svg xyModifOnLoad.svg sources/org/apache/batik/bridge BridgeUpdateEvent.java BridgeUpdateHandler.java DynamicBridge.java DynamicGVTBuilder.java sources/org/apache/batik/gvt/event GraphicsNodeChangeAdapter.java GraphicsNodeChangeEvent.java GraphicsNodeChangeListener.java Log: WARNING: This commit includes extensive changes and may introduce some regressions (although we are not currently aware of any). 1) Fixes to textLength to handle bugs pointed out by J. Davis Eisenberg there are still problems when applying textLength to text elements containing tspans (expect a fix for this shortly). 2) A complete implementation of the proposed solidColor element from SVG 1.1, and a new test file for said feature. 3) Initial Dynamic SVG support!!!! Currently only supports changing a rect element (see samples/tests/spec/scripting). However Event propogation, dirty region computation and what not are all functional, expect optimizations and increased functionality to follow. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 24 13:55:04 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59277 invoked by uid 500); 24 Jan 2002 13:55:03 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59264 invoked from network); 24 Jan 2002 13:55:03 -0000 X-Authentication-Warning: sherman.image.kodak.com: deweese set sender to [email protected] using -f From: Thomas E Deweese <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[email protected]> Date: Thu, 24 Jan 2002 08:55:02 -0500 To: [email protected] Subject: Java applet with SVG layer visualization In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: VM 6.95 under Emacs 20.5.1 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >>>>> "PC" == Pop Calin <[email protected]> writes: PC> I made an Java applet for vizualization of SVG files.This applet PC> has the posibility to turn on\off certainely SVG layers.The applet PC> has also zoom and pan property. Now the problem appear when I PC> want to turn off\on some layer because the image in the JSVGCanvas PC> is repainting but to the initial zoom&pan level. The code for PC> visualization of layer is : PC> svgDocument = svgCanvas.getSVGDocument(); Element element1 = PC> svgDocument.getElementById("layer"); PC> element1.setAttributeNS(null,"visibility","visible"); PC> svgCanvas.setSVGDocument(documentSVG); You probably want to get the rendering transform before you reset the document and set it back after the GVT tree is rebuilt. This involves adding a GVTTreeBuilderListener so you get notified when the GVT tree is done being built and the rendering is about to start. PC> How can I preserve the level of zoom&pan and the layer to be PC> visible. You might also be able to use the fragment identifier to do what you want. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 24 15:45:59 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42286 invoked by uid 500); 24 Jan 2002 15:45:58 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42275 invoked by uid 500); 24 Jan 2002 15:45:58 -0000 Delivered-To: [email protected] Date: 24 Jan 2002 15:45:54 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/contrib/rasterizertask build.sh X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vhardy 02/01/24 07:45:54 Added: contrib/rasterizertask build.sh Log: New UNIX build.sh script for the rasterizer Ant task. Contributed by Jens Stavnstrup ([email protected]). Revision Changes Path 1.1 xml-batik/contrib/rasterizertask/build.sh Index: build.sh =================================================================== #!/bin/sh # -------------------------------------------------------------------------- # build.sh - build script for rasterizer task # # $Id: build.sh # -------------------------------------------------------------------------- # ----- Verify and Set Required Environment Variables ------------------------- if [ "$ANT_HOME" = "" ] ; then ANT_HOME=../.. fi if [ "$JAVA_HOME" = "" ] ; then echo You must set JAVA_HOME to point at your Java Development Kit installation exit 1 fi BATIK_HOME=../.. # ----- Set up classpath --------------------------------------------------- CP=$JAVA_HOME/lib/tools.jar:$ANT_HOME/lib/build/ant_1_4_1.jar:$BATIK_HOME/lib/build/crimson-ant.jar:$BATIK_HOME/lib/build/jaxp.jar CP=$CP:$BATIK_HOME/classes # ----- Execute The Requested Build ------------------------------------------- TARGET=$1; if [ $# != 0 ] ; then shift 1 fi $JAVA_HOME/bin/java $ANT_OPTS -classpath $CP org.apache.tools.ant.Main -Dant.home=$ANT_HOME $TARGET -Dargs="$*" # ----- Cleanup the environment -------------------------------------------- BATIK_HOME= CP= --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 24 21:35:34 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89927 invoked by uid 500); 24 Jan 2002 21:35:34 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89913 invoked by uid 500); 24 Jan 2002 21:35:33 -0000 Delivered-To: [email protected] Date: 24 Jan 2002 21:35:33 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/gvt/text GlyphLayout.java TextSpanLayout.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N deweese 02/01/24 13:35:33 Modified: sources/org/apache/batik/ext/awt/image/rendered ProfileRed.java sources/org/apache/batik/gvt/renderer StrokingTextPainter.java sources/org/apache/batik/gvt/text GlyphLayout.java TextSpanLayout.java Added: samples/tests/spec/text textLength.svg Log: 1) Fixes for textLength with tspan (still problem when tspan first thing in text element). 2) Added test for textLength with anchor. Revision Changes Path 1.1 xml-batik/samples/tests/spec/text/textLength.svg Index: textLength.svg =================================================================== <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <!-- ====================================================================== --> <!-- Copyright (C) The Apache Software Foundation. All rights reserved. --> <!-- --> <!-- This software is published under the terms of the Apache Software --> <!-- License version 1.1, a copy of which has been included with this --> <!-- distribution in the LICENSE file. --> <!-- ====================================================================== --> <!-- ====================================================================== --> <!-- Tests text-anchor on tspan elements --> <!-- --> <!-- @author [email protected] --> <!-- @version $Id: textLength.svg,v 1.1 2002/01/24 21:35:32 deweese Exp $ --> <!-- ====================================================================== --> <?xml-stylesheet type="text/css" href="../../resources/style/test.css" ?> <svg width="450" height="500" viewBox="0 0 450 500"> <text class="title" x="50%" y="40">textLength with Anchor</text> <defs> <g id="fill-rgn"> <rect x="200" y="10" width="50" height="20" fill="#DDE8FF" stroke="none"/> <line x1="225" y1="8" x2="225" y2="32" stroke="red"/> </g> <g id="bg1"> <rect x="50" y="0" width ="350" height="50" fill="lightGrey" stroke="black"/> <use xlink:href="#fill-rgn"/> </g> <g id="bg2"> <rect x="50" y="0" width ="350" height="50" fill="white" stroke="black"/> <use xlink:href="#fill-rgn"/> </g> </defs> <g font-size="12" > <!-- no lengthadjust --> <g transform="translate(0, 50)"> <use xlink:href="#bg1"/> <text x="225" y="24" text-anchor="middle">xml-batik</text> <text x="225" y="45" text-anchor="middle">No textLength</text> </g> <!-- With lengthAdjust spacingAndGlyphs --> <g transform="translate(0, 100)"> <use xlink:href="#bg2"/> <text x="225" y="24" text-anchor="middle" textLength="50" lengthAdjust="spacingAndGlyphs">B</text> <text x="225" y="45" text-anchor="middle">textLength="50" lengthAdjust="spacingAndGlyphs"</text> </g> <!-- with lengthAdjust spacing --> <g transform="translate(0, 150)"> <use xlink:href="#bg1"/> <text x="225" y="24" text-anchor="middle" textLength="50" lengthAdjust="spacing">B</text> <text x="225" y="45" text-anchor="middle">textLength="50" lengthAdjust="spacing"</text> </g> <!-- with lengthAdjust spacing --> <g transform="translate(0, 200)"> <use xlink:href="#bg2"/> <text x="225" y="24" text-anchor="middle" textLength="50" lengthAdjust="spacingAndGlyphs">Batik</text> <text x="225" y="45" text-anchor="middle">textLength="50" lengthAdjust="spacingAndGlyphs"</text> </g> <!-- with lengthAdjust spacing --> <g transform="translate(0, 250)"> <use xlink:href="#bg1"/> <text x="225" y="24" text-anchor="middle" textLength="50" lengthAdjust="spacing">Batik</text> <text x="225" y="45" text-anchor="middle">textLength="50" lengthAdjust="spacing"</text> </g> <!-- large number --> <g transform="translate(0, 300)"> <use xlink:href="#bg2"/> <text x="225" y="24" text-anchor="middle" textLength="50" lengthAdjust="spacingAndGlyphs">Apache Batik</text> <text x="225" y="45" text-anchor="middle">textLength="50" lengthAdjust="spacingAndGlyphs" (shrinking)</text> </g> <!-- large number, no anchor --> <g transform="translate(0, 350)"> <use xlink:href="#bg1"/> <text x="200" y="24" textLength="50" lengthAdjust="spacingAndGlyphs">Apache Batik</text> <text x="225" y="45" text-anchor="middle">textLength="50" lengthAdjust="spacingAndGlyphs" (no anchor)</text> </g> <!-- large number, tspan --> <g transform="translate(0, 400)"> <use xlink:href="#bg2"/> <text x="225" y="24" text-anchor="middle" textLength="50" lengthAdjust="spacingAndGlyphs">Apache <tspan fill="red">Batik</tspan>!!</text> <text x="225" y="45" text-anchor="middle">textLength="50" lengthAdjust="spacingAndGlyphs" (tspan)</text> </g> </g> <!-- ============================================================= --> <!-- Batik sample mark --> <!-- ============================================================= --> <use xlink:href="../../../batikLogo.svg#Batik_Tag_Box" /> </svg> 1.3 +54 -53 xml-batik/sources/org/apache/batik/ext/awt/image/rendered/ProfileRed.java Index: ProfileRed.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/ext/awt/image/rendered/ProfileRed.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ProfileRed.java 15 Feb 2001 02:27:29 -0000 1.2 +++ ProfileRed.java 24 Jan 2002 21:35:32 -0000 1.3 @@ -37,7 +37,7 @@ * on its source * * @author <a href="mailto:[email protected]">Vincent Hardy</a> - * @version $Id: ProfileRed.java,v 1.2 2001/02/15 02:27:29 vhardy Exp $ + * @version $Id: ProfileRed.java,v 1.3 2002/01/24 21:35:32 deweese Exp $ */ public class ProfileRed extends AbstractRed { private static final ColorSpace sRGBCS @@ -89,17 +89,19 @@ * Note that if the number of components in the input image and * the number of components in the replacing ColorSpace do not * match, it is not possible to apply the conversion. - * d. A new BufferedImage is built, using the new ComponentColorModel - * and the data from the original image converted to the ComponentColorModel - * built in a. The alpha channel is excluded from that new BufferedImage. + * d. A new BufferedImage is built, using the new + * ComponentColorModel and the data from the original image + * converted to the ComponentColorModel built in a. The alpha + * channel is excluded from that new BufferedImage. * e. The BufferedImage created in d. is converted to sRGB using * ColorConvertOp * f. The alpha channel information is integrated back into the image. * - * IMPORTANT NOTE: The code uses a BandedSampleModel in c.) and d.) and discard the - * alpha channel during the color conversions (it is restored in f.)), because of - * bugs in the interleaved model with alpha. The BandedSampleModel did not cause - * any bug as of JDK 1.3. + * IMPORTANT NOTE: The code uses a BandedSampleModel in c.) and + * d.) and discard the alpha channel during the color conversions + * (it is restored in f.)), because of bugs in the interleaved + * model with alpha. The BandedSampleModel did not cause any bug + * as of JDK 1.3. */ public WritableRaster copyData(WritableRaster argbWR){ try{ @@ -140,25 +142,27 @@ if(!(imgCM instanceof ComponentColorModel) || !(img.getSampleModel() instanceof BandedSampleModel)){ ComponentColorModel imgCompCM - = new ComponentColorModel(imgCS, // Same ColorSpace as img - imgCM.getComponentSize(), // Array of number of bits per components - imgCM.hasAlpha(), // Same alpha as img - imgCM.isAlphaPremultiplied(), // Same premultiplication as img - imgCM.getTransparency(), // Same transparency as img - DataBuffer.TYPE_BYTE); // 8 bits per components. + = new ComponentColorModel + (imgCS, // Same ColorSpace as img + imgCM.getComponentSize(), // Number of bits/comp + imgCM.hasAlpha(), // Same alpha as img + imgCM.isAlphaPremultiplied(), // Same premult as img + imgCM.getTransparency(), // Same trans as img + DataBuffer.TYPE_BYTE); // 8 bit/component. WritableRaster wr - = Raster.createBandedRaster(DataBuffer.TYPE_BYTE, - argbWR.getWidth(), argbWR.getHeight(), - imgCompCM.getNumComponents(), - new Point(0, 0)); + = Raster.createBandedRaster + (DataBuffer.TYPE_BYTE, + argbWR.getWidth(), argbWR.getHeight(), + imgCompCM.getNumComponents(), + new Point(0, 0)); - BufferedImage imgComp - = new BufferedImage(imgCompCM, wr, imgCompCM.isAlphaPremultiplied(), null); + BufferedImage imgComp = new BufferedImage + (imgCompCM, wr, imgCompCM.isAlphaPremultiplied(), null); - BufferedImage srcImg - = new BufferedImage(imgCM, srcWR.createWritableTranslatedChild(0, 0), - imgCM.isAlphaPremultiplied(), null); + BufferedImage srcImg = new BufferedImage + (imgCM, srcWR.createWritableTranslatedChild(0, 0), + imgCM.isAlphaPremultiplied(), null); Graphics2D g = imgComp.createGraphics(); g.setRenderingHint(RenderingHints.KEY_COLOR_RENDERING, @@ -170,11 +174,11 @@ } /** - * Now, the input image is using a component color model. We can - * therefore create an image with the new profile, using a ComponentColorModel - * as well, because we know the number of components match (this was checked - * at the begining of this routine). - */ + * Now, the input image is using a component color + * model. We can therefore create an image with the new + * profile, using a ComponentColorModel as well, because + * we know the number of components match (this was + * checked at the begining of this routine). */ ComponentColorModel newCM = new ComponentColorModel(colorSpace, // ****** New ColorSpace ******** imgCM.getComponentSize(), // Array of number of bits per components @@ -185,34 +189,30 @@ // Build a raster with bands 0, 1 and 2 of img's raster DataBufferByte data = (DataBufferByte)srcWR.getDataBuffer(); - srcWR = Raster.createBandedRaster(data, img.getWidth(), img.getHeight(), - img.getWidth(), new int[]{0, 1, 2}, - new int[]{0, 0, 0}, new Point(0, 0)); - BufferedImage newImg = new BufferedImage(newCM, srcWR, - newCM.isAlphaPremultiplied(), null); + srcWR = Raster.createBandedRaster + (data, img.getWidth(), img.getHeight(), + img.getWidth(), new int[]{0, 1, 2}, + new int[]{0, 0, 0}, new Point(0, 0)); + BufferedImage newImg = new BufferedImage + (newCM, srcWR, newCM.isAlphaPremultiplied(), null); /** * Now, convert the image to sRGB */ - ComponentColorModel sRGBCompCM = - new ComponentColorModel(ColorSpace.getInstance(ColorSpace.CS_sRGB), - new int[]{8, 8, 8}, - false, - false, - Transparency.OPAQUE, - DataBuffer.TYPE_BYTE); - - WritableRaster wr - = Raster.createBandedRaster(DataBuffer.TYPE_BYTE, - img.getWidth(), img.getHeight(), - sRGBCompCM.getNumComponents(), - new Point(0, 0)); - - BufferedImage sRGBImage - = new BufferedImage(sRGBCompCM, - wr, - false, - null); + ComponentColorModel sRGBCompCM = new ComponentColorModel + (ColorSpace.getInstance(ColorSpace.CS_sRGB), + new int[]{8, 8, 8}, + false, + false, + Transparency.OPAQUE, + DataBuffer.TYPE_BYTE); + + WritableRaster wr = Raster.createBandedRaster + (DataBuffer.TYPE_BYTE, img.getWidth(), img.getHeight(), + sRGBCompCM.getNumComponents(), new Point(0, 0)); + + BufferedImage sRGBImage = new BufferedImage + (sRGBCompCM, wr, false, null); ColorConvertOp colorConvertOp = new ColorConvertOp(null); colorConvertOp.filter(newImg, sRGBImage); @@ -222,7 +222,8 @@ DataBufferByte rgbData = (DataBufferByte)wr.getDataBuffer(); byte[][] imgBanks = data.getBankData(); byte[][] rgbBanks = rgbData.getBankData(); - byte[][] argbBanks = {rgbBanks[0], rgbBanks[1], rgbBanks[2], imgBanks[3]}; + byte[][] argbBanks = {rgbBanks[0], rgbBanks[1], + rgbBanks[2], imgBanks[3]}; DataBufferByte argbData = new DataBufferByte(argbBanks, imgBanks[0].length); srcWR = Raster.createBandedRaster(argbData, img.getWidth(), img.getHeight(), img.getWidth(), new int[]{0, 1, 2, 3}, 1.27 +119 -19 xml-batik/sources/org/apache/batik/gvt/renderer/StrokingTextPainter.java Index: StrokingTextPainter.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/renderer/StrokingTextPainter.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- StrokingTextPainter.java 23 Jan 2002 14:14:09 -0000 1.26 +++ StrokingTextPainter.java 24 Jan 2002 21:35:32 -0000 1.27 @@ -40,6 +40,7 @@ import org.apache.batik.gvt.font.FontFamilyResolver; import org.apache.batik.gvt.font.GVTFont; import org.apache.batik.gvt.font.GVTFontFamily; +import org.apache.batik.gvt.font.GVTGlyphMetrics; import org.apache.batik.gvt.font.UnresolvedFontFamily; import org.apache.batik.gvt.text.AttributedCharacterSpanIterator; import org.apache.batik.gvt.text.BidiAttributedCharacterIterator; @@ -60,7 +61,7 @@ * @see org.apache.batik.gvt.text.GVTAttributedCharacterIterator * * @author <a href="[email protected]>Bill Haneman</a> - * @version $Id: StrokingTextPainter.java,v 1.26 2002/01/23 14:14:09 deweese Exp $ + * @version $Id: StrokingTextPainter.java,v 1.27 2002/01/24 21:35:32 deweese Exp $ */ public class StrokingTextPainter extends BasicTextPainter { @@ -96,6 +97,11 @@ AttributedCharacterIterator.Attribute ANCHOR_TYPE = GVTAttributedCharacterIterator.TextAttribute.ANCHOR_TYPE; + public static final Integer ADJUST_SPACING = + GVTAttributedCharacterIterator.TextAttribute.ADJUST_SPACING; + public static final Integer ADJUST_ALL = + GVTAttributedCharacterIterator.TextAttribute.ADJUST_ALL; + static Set extendedAtts = new HashSet(); static { @@ -179,8 +185,8 @@ TextChunk chunk, prevChunk=null; int currentChunk = 0; do { - // Text Chunks contain one or more TextRuns, which they create from - // the ACI. + // Text Chunks contain one or more TextRuns, which they + // create from the ACI. chunkACIs[currentChunk].first(); chunk = getTextChunk(node, @@ -192,8 +198,7 @@ // Adjust according to text-anchor property value chunkACIs[currentChunk].first(); if (chunk != null) { - adjustChunkOffsets(textRuns, chunk.advance, - chunk.begin, chunk.end); + adjustChunkOffsets(textRuns, chunk); } prevChunk = chunk; currentChunk++; @@ -595,15 +600,85 @@ * to account for any text anchor properties. */ private void adjustChunkOffsets(List textRuns, - Point2D advance, - int beginChunk, - int endChunk) { - - TextRun r = (TextRun) textRuns.get(beginChunk); + TextChunk chunk) { + TextRun r = (TextRun) textRuns.get(chunk.begin); int anchorType = r.getAnchorType(); + Float length = r.getLength(); + Integer lengthAdj = r.getLengthAdjust(); + Point2D advance = chunk.advance; + float dx = 0f; float dy = 0f; + boolean doAdjust = true; + if ((length == null) || length.isNaN()) + doAdjust = false; + + int numChars = 0; + for (int n=chunk.begin; n<chunk.end; ++n) { + r = (TextRun) textRuns.get(n); + AttributedCharacterIterator aci = r.getACI(); + numChars += aci.getEndIndex()-aci.getBeginIndex(); + } + if ((lengthAdj == + GVTAttributedCharacterIterator.TextAttribute.ADJUST_SPACING) && + (numChars == 1)) + doAdjust = false; + + float xScale = 1; + float yScale = 1; + if (doAdjust) { + if (lengthAdj == + GVTAttributedCharacterIterator.TextAttribute.ADJUST_SPACING) { + + } + if (lengthAdj == + GVTAttributedCharacterIterator.TextAttribute.ADJUST_ALL) { + } + + float delta = 0; + r = (TextRun)textRuns.get(chunk.end-1); + TextSpanLayout layout = r.getLayout(); + GVTGlyphMetrics lastCharMetrics = + layout.getGlyphMetrics(layout.getGlyphCount()-1); + Rectangle2D lastCharBounds = lastCharMetrics.getBounds2D(); + + if (r.getLayout().isVertical()) { + if (lengthAdj == ADJUST_SPACING) { + yScale = (float) + ((length.floatValue()-lastCharBounds.getHeight())/ + (advance.getY()-lastCharBounds.getHeight())); + } else { + yScale = (float)(length.floatValue()/advance.getY()); + } + dy = delta; + } else { + if (lengthAdj == ADJUST_SPACING) { + xScale = (float) + ((length.floatValue()-lastCharBounds.getWidth())/ + (advance.getX()-lastCharBounds.getWidth())); + } else { + xScale = (float)(length.floatValue()/advance.getX()); + } + dx = delta; + } + + // System.out.println("Adv: " + advance + " Len: " + length + + // " scale: [" + xScale + ", " + yScale + "]"); + Point2D.Float adv = new Point2D.Float(0,0); + for (int n=chunk.begin; n<chunk.end; ++n) { + r = (TextRun) textRuns.get(n); + layout = r.getLayout(); + layout.setScale(xScale, yScale, lengthAdj==ADJUST_SPACING); + Point2D lAdv = layout.getAdvance2D(); + adv.x += lAdv.getX(); + adv.y += lAdv.getY(); + } + chunk.advance = adv; + } + + advance = chunk.advance; + switch(anchorType){ case TextNode.Anchor.ANCHOR_MIDDLE: dx = (float) (-advance.getX()/2d); @@ -618,17 +693,26 @@ // leave untouched } - for (int n=beginChunk; n<endChunk; ++n) { - r = (TextRun) textRuns.get(n); + + r = (TextRun) textRuns.get(chunk.begin); TextSpanLayout layout = r.getLayout(); Point2D offset = layout.getOffset(); + float initX = (float)offset.getX(); + float initY = (float)offset.getY(); - if (layout.isVertical()) + for (int n=chunk.begin; n<chunk.end; ++n) { + r = (TextRun) textRuns.get(n); + layout = r.getLayout(); + offset = layout.getOffset(); + if (layout.isVertical()) { + float adj = (float)((offset.getY()-initY)*yScale); offset = new Point2D.Float((float) offset.getX(), - (float) offset.getY()+dy); - else - offset = new Point2D.Float((float) offset.getX()+dx, + (float)initY+adj+dy); + } else { + float adj = (float)((offset.getX()-initX)*xScale); + offset = new Point2D.Float((float)initX+adj+dx, (float) offset.getY()); + } layout.setOffset(offset); } } @@ -1416,6 +1500,8 @@ private TextSpanLayout layout; private int anchorType; private boolean firstRunInChunk; + private Float length; + private Integer lengthAdjust; public TextRun(TextSpanLayout layout, AttributedCharacterIterator aci, @@ -1425,13 +1511,14 @@ this.aci = aci; this.aci.first(); this.firstRunInChunk = firstRunInChunk; + this.anchorType = TextNode.Anchor.ANCHOR_START; + TextNode.Anchor anchor = (TextNode.Anchor) aci.getAttribute (GVTAttributedCharacterIterator.TextAttribute.ANCHOR_TYPE); - anchorType = TextNode.Anchor.ANCHOR_START; - if (anchor != null) { - anchorType = anchor.getType(); + this.anchorType = anchor.getType(); } + // if writing mode is right to left, then need to reverse the // text anchor positions if (aci.getAttribute(GVTAttributedCharacterIterator.TextAttribute.WRITING_MODE) @@ -1443,6 +1530,11 @@ } // leave middle as is } + + length = (Float) aci.getAttribute + (GVTAttributedCharacterIterator.TextAttribute.BBOX_WIDTH); + lengthAdjust = (Integer) aci.getAttribute + (GVTAttributedCharacterIterator.TextAttribute.LENGTH_ADJUST); } public AttributedCharacterIterator getACI() { @@ -1455,6 +1547,14 @@ public int getAnchorType() { return anchorType; + } + + public Float getLength() { + return length; + } + + public Integer getLengthAdjust() { + return lengthAdjust; } public boolean isFirstRunInChunk() { 1.34 +110 -126 xml-batik/sources/org/apache/batik/gvt/text/GlyphLayout.java Index: GlyphLayout.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/text/GlyphLayout.java,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- GlyphLayout.java 23 Jan 2002 14:14:09 -0000 1.33 +++ GlyphLayout.java 24 Jan 2002 21:35:32 -0000 1.34 @@ -42,7 +42,7 @@ * @see org.apache.batik.gvt.text.TextSpanLayout * * @author <a href="[email protected]>Bill Haneman</a> - * @version $Id: GlyphLayout.java,v 1.33 2002/01/23 14:14:09 deweese Exp $ + * @version $Id: GlyphLayout.java,v 1.34 2002/01/24 21:35:32 deweese Exp $ */ public class GlyphLayout implements TextSpanLayout { @@ -54,11 +54,13 @@ private AffineTransform transform; private Point2D advance; private Point2D offset; + private float xScale=1; + private float yScale=1; private Point2D prevCharPosition; private TextPath textPath; private Point2D textPathAdvance; private int [] charMap; - private boolean vertical; + private boolean vertical, adjSpacing=true; private static final AttributedCharacterIterator.Attribute X = GVTAttributedCharacterIterator.TextAttribute.X; @@ -142,7 +144,7 @@ // do the glyph layout this.gv.performDefaultLayout(); doExplicitGlyphLayout(false); - adjustTextSpacing(); + adjustTextSpacing(false); doPathLayout(false); } @@ -185,6 +187,25 @@ } /** + * Sets the scaling factor to use for string. if ajdSpacing is + * true then only the spacing between glyphs will be adjusted + * otherwise the glyphs and the spaces between them will be + * adjusted. + * @param xScale Scale factor to apply in X direction. + * @param yScale Scale factor to apply in Y direction. + * @param adjSpacing True if only spaces should be adjusted. + */ + public void setScale(float xScale, float yScale, boolean adjSpacing) { + this.xScale = xScale; + this.yScale = yScale; + this.adjSpacing = adjSpacing; + this.gv.performDefaultLayout(); + doExplicitGlyphLayout(false); + adjustTextSpacing(true); + doPathLayout(true); + } + + /** * Sets the text position used for the implicit origin * of glyph layout. Ignored if multiple explicit glyph * positioning attributes are present in ACI @@ -194,7 +215,7 @@ this.offset = offset; this.gv.performDefaultLayout(); doExplicitGlyphLayout(true); - adjustTextSpacing(); + adjustTextSpacing(true); doPathLayout(true); } @@ -251,6 +272,11 @@ return advance; } + + public GVTGlyphMetrics getGlyphMetrics(int glyphIndex) { + return gv.getGlyphMetrics(glyphIndex); + } + /** * Returns the position to used when drawing a text run after this one. * It takes into account the text path layout if there is one. @@ -1077,28 +1103,28 @@ /** * Does any spacing adjustments that may have been specified. */ - protected void adjustTextSpacing() { + protected void adjustTextSpacing(boolean applyScaling) { aci.first(); Boolean customSpacing = (Boolean) aci.getAttribute( GVTAttributedCharacterIterator.TextAttribute.CUSTOM_SPACING); - Float length = (Float) aci.getAttribute( - GVTAttributedCharacterIterator.TextAttribute.BBOX_WIDTH); - Integer lengthAdjust = (Integer) aci.getAttribute( - GVTAttributedCharacterIterator.TextAttribute.LENGTH_ADJUST); if ((customSpacing != null) && customSpacing.booleanValue()) { - applySpacingParams(length, lengthAdjust, - (Float) aci.getAttribute( - GVTAttributedCharacterIterator.TextAttribute.KERNING), - (Float) aci.getAttribute( - GVTAttributedCharacterIterator.TextAttribute.LETTER_SPACING), - (Float) aci.getAttribute( - GVTAttributedCharacterIterator.TextAttribute.WORD_SPACING)); + advance = doSpacing + ((Float) aci.getAttribute + (GVTAttributedCharacterIterator.TextAttribute.KERNING), + (Float) aci.getAttribute + (GVTAttributedCharacterIterator.TextAttribute.LETTER_SPACING), + (Float) aci.getAttribute + (GVTAttributedCharacterIterator.TextAttribute.WORD_SPACING)); } - if (lengthAdjust == - GVTAttributedCharacterIterator.TextAttribute.ADJUST_ALL) { - applyStretchTransform(length); + if (!applyScaling) + return; + + if (adjSpacing) { + rescaleSpacing(); + } else { + applyStretchTransform(); } } @@ -1107,90 +1133,78 @@ * * @param length The required length of the text. */ - protected void applyStretchTransform(Float length) { - if (length!= null && !length.isNaN()) { - double xscale = 1d; - double yscale = 1d; - if (vertical) { - yscale = length.floatValue()/gv.getVisualBounds().getHeight(); - } else { - xscale = length.floatValue()/gv.getVisualBounds().getWidth(); - } - Point2D startPos = gv.getGlyphPosition(0); - for (int i = 0; i < gv.getNumGlyphs(); i++) { - // transform the glyph position - Point2D glyphPos = gv.getGlyphPosition(i); - AffineTransform t = AffineTransform.getTranslateInstance - (startPos.getX(), startPos.getY()); - t.scale(xscale,yscale); - t.translate(-startPos.getX(), -startPos.getY()); - Point2D newGlyphPos = new Point2D.Float(); - t.transform(glyphPos, newGlyphPos); - gv.setGlyphPosition(i, newGlyphPos); + protected void applyStretchTransform() { + if (vertical) { + xScale = 1; + } else { + yScale = 1; + } - // stretch the glyph - AffineTransform glyphTransform = gv.getGlyphTransform(i); - if (glyphTransform != null) { - glyphTransform.preConcatenate - (AffineTransform.getScaleInstance(xscale, yscale)); - gv.setGlyphTransform(i, glyphTransform); - } else { - gv.setGlyphTransform - (i, AffineTransform.getScaleInstance(xscale, yscale)); - } + if ((xScale == 1) && (yScale==1)) + return; + + // System.out.println("Scale: [" + xScale + ", " + yScale + "]"); + + Point2D startPos = gv.getGlyphPosition(0); + for (int i = 0; i < gv.getNumGlyphs(); i++) { + // transform the glyph position + Point2D glyphPos = gv.getGlyphPosition(i); + AffineTransform t = AffineTransform.getTranslateInstance + (startPos.getX(), startPos.getY()); + t.scale(xScale,yScale); + t.translate(-startPos.getX(), -startPos.getY()); + Point2D newGlyphPos = new Point2D.Float(); + t.transform(glyphPos, newGlyphPos); + gv.setGlyphPosition(i, newGlyphPos); + + // stretch the glyph + AffineTransform glyphTransform = gv.getGlyphTransform(i); + if (glyphTransform != null) { + glyphTransform.preConcatenate + (AffineTransform.getScaleInstance(xScale, yScale)); + gv.setGlyphTransform(i, glyphTransform); + } else { + gv.setGlyphTransform + (i, AffineTransform.getScaleInstance(xScale, yScale)); } - advance = new Point2D.Float((float)(advance.getX()*xscale), - (float)(advance.getY()*yscale)); } + advance = new Point2D.Float((float)(advance.getX()*xScale), + (float)(advance.getY()*yScale)); } - /** - * Adjusts the spacing according to the specified parameters. - * - * @param length The required text length. - * @param lengthAdjust Indicates the method to use when adjusting - * the text length. - * @param kern The kerning adjustment to apply to the space - * between each char. - * @param letterSpacing The amount of spacing required between each char. - * @param wordSpacing The amount of spacing required between each word. */ - protected void applySpacingParams(Float length, - Integer lengthAdjust, - Float kern, - Float letterSpacing, - Float wordSpacing) { - - /** - * Two passes required when textLength is specified: - * First, apply spacing properties, - * then adjust spacing with new advances based on ratio - * of expected length to actual advance. - */ - - advance = doSpacing(kern, letterSpacing, wordSpacing); - if ((lengthAdjust == - GVTAttributedCharacterIterator.TextAttribute.ADJUST_SPACING) && - length!= null && !length.isNaN()) { // adjust if necessary - float xscale = 1f; - float yscale = 1f; - if (!vertical) { - float gvWidth = (float)gv.getVisualBounds().getWidth(); - float lastCharWidth = (float)gv.getGlyphMetrics - (gv.getNumGlyphs()-1).getBounds2D().getWidth(); - if (gvWidth > lastCharWidth) { - // System.out.println("Len: " + length.floatValue() + - // " LCW: " + lastCharWidth + - // " Wid: " + gvWidth); - xscale = ((length.floatValue()-lastCharWidth)/ - (gvWidth-lastCharWidth)); - } - } else { - yscale = (length.floatValue()/ - (float) gv.getVisualBounds().getHeight()); - } - rescaleSpacing(xscale, yscale); + * Rescales the spacing between each char by the specified scale factors. + */ + protected void rescaleSpacing() { + if (vertical) { + xScale = 1; + } else { + yScale = 1; + } + if ((xScale == 1) && (yScale==1)) + return; + Rectangle2D bounds = gv.getVisualBounds(); + float initX = (float) bounds.getX(); + float initY = (float) bounds.getY(); + int numGlyphs = gv.getNumGlyphs(); + float dx = 0f; + float dy = 0f; + for (int i = 0; i < numGlyphs; i++) { + Point2D gpos = gv.getGlyphPosition(i); + dx = (float)gpos.getX()-initX; + dy = (float)gpos.getY()-initY; + gv.setGlyphPosition(i, new Point2D.Float(initX+dx*xScale, + initY+dy*yScale)); } + Rectangle2D glyphB = gv.getGlyphMetrics(numGlyphs-1).getBounds2D(); + float xAdj = 0; + float yAdj = 0; + if (vertical) yAdj = (float)glyphB.getHeight(); + else xAdj = (float)glyphB.getWidth(); + + advance = new Point2D.Float + ((float)(initX+dx*xScale-offset.getX()+xAdj), + (float)(initY+dy*yScale-offset.getY()+yAdj)); } /** @@ -1376,36 +1390,6 @@ return newAdvance; } - /** - * Rescales the spacing between each char by the specified scale factors. - * - * @param xscale The amount to scale in the x direction. - * @param yscale The amount to scale in the y direction. - */ - protected void rescaleSpacing(float xscale, float yscale) { - Rectangle2D bounds = gv.getVisualBounds(); - float initX = (float) bounds.getX(); - float initY = (float) bounds.getY(); - int numGlyphs = gv.getNumGlyphs(); - float dx = 0f; - float dy = 0f; - for (int i = 0; i < numGlyphs; i++) { - Point2D gpos = gv.getGlyphPosition(i); - dx = (float)gpos.getX()-initX; - dy = (float)gpos.getY()-initY; - gv.setGlyphPosition(i, new Point2D.Float(initX+dx*xscale, - initY+dy*yscale)); - } - Rectangle2D glyphB = gv.getGlyphMetrics(numGlyphs-1).getBounds2D(); - float xAdj = 0; - float yAdj = 0; - if (vertical) yAdj = (float)glyphB.getHeight(); - else xAdj = (float)glyphB.getWidth(); - - advance = new Point2D.Float - ((float)(initX+dx*xscale-offset.getX()+xAdj), - (float)(initY+dy*yscale-offset.getY()+yAdj)); - } /** * Returns true if the specified character is within one of the Latin 1.12 +19 -1 xml-batik/sources/org/apache/batik/gvt/text/TextSpanLayout.java Index: TextSpanLayout.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/text/TextSpanLayout.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- TextSpanLayout.java 18 Sep 2001 21:19:01 -0000 1.11 +++ TextSpanLayout.java 24 Jan 2002 21:35:32 -0000 1.12 @@ -14,6 +14,8 @@ import java.awt.geom.Point2D; import java.awt.geom.AffineTransform; +import org.apache.batik.gvt.font.GVTGlyphMetrics; + /** * Class that performs layout of attributed text strings into * glyph sets paintable by TextPainter instances. @@ -25,7 +27,7 @@ * @see org.apache.batik.gvt.TextPainter * * @author <a href="[email protected]>Bill Haneman</a> - * @version $Id: TextSpanLayout.java,v 1.11 2001/09/18 21:19:01 deweese Exp $ + * @version $Id: TextSpanLayout.java,v 1.12 2002/01/24 21:35:32 deweese Exp $ */ public interface TextSpanLayout { @@ -78,6 +80,11 @@ */ public Point2D getAdvance2D(); + /** + * Returns the Metrics for a particular glyph. + */ + public GVTGlyphMetrics getGlyphMetrics(int glyphIndex); + public Point2D getTextPathAdvance(); /** @@ -86,6 +93,17 @@ * glyph positioning attributes. */ public Point2D getOffset(); + + /** + * Sets the scaling factor to use for string. if ajdSpacing is + * true then only the spacing between glyphs will be adjusted + * otherwise the glyphs and the spaces between them will be + * adjusted. + * @param xScale Scale factor to apply in X direction. + * @param yScale Scale factor to apply in Y direction. + * @param adjSpacing True if only spaces should be adjusted. + */ + public void setScale(float xScale, float yScale, boolean adjSpacing); /** * Sets the text position used for the implicit origin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jan 25 13:05:02 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87791 invoked by uid 500); 25 Jan 2002 13:05:02 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 83898 invoked from network); 25 Jan 2002 13:01:30 -0000 From: =?ks_c_5601-1987?B?vK2/77nMtfC+7g==?= <[email protected]> To: [email protected] Subject: =?ks_c_5601-1987?B?yKu6uC0guau34bv5x8NjZCC4piC15biztM+02S4gvcXDu8fPvLy/5F5e?= Date: Fri, 25 Jan 2002 22:00:57 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0227_01C0F00A.93A57C00" 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 ------=_NextPart_000_0227_01C0F00A.93A57C00 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 VW50aXRsZWQgRG9jdW1lbnQgICAgICAgICAgICC+yLPnx8+8vL/kLg0KICAgILmruvHA17Hb uK69rCDA1LTPtNkuDQogICAguau68cDXsdu4rr2stMIgvLyw6MD7wM4gv/nGrrXwwe60z7vn v80gu+e+98GmyN63ziAguNbGvLnMtfC+7iDF68fVseK8+sC7IMDMv+vH0Q0KICAgw9bDt7Tc ILXwwfbF0CCxs8Dnt84gtaXAzMXNIL7Qw+C55r3EwM4gTVBFR7imILG4x/bHz7+pICC4uLXp vvq9wLTPtNkuIL+pseK/obTCIMS4vMex4rTJwMwgw7ewoQ0KICC1x77uKL+1ua7A2ri3LCDH 0bHYwNq4tywguavA2ri3KbyxxcOw+iBESUNUQVRJT04gseK0ycDMICDDt7Chtce+7iDB77yu v6G8rSC16LHitMm3wiAgxvKwobimDQogIMfSILz2IMDWtbW3zyCx4si5tce++r3AtM+02S4g IA0KICC/qbevutCysiDA57nMwNaw1L+1vu6w+LrOuKYgx9IgvPYgwNa0wiAgseLIuLimILXl uLO0z7TZLg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDzD4r3DwNsgudcgu/O/tcDbPiAg ICAgICAgICAgICAgICAgICAgICAgICAgIDzD4r3DwNsgudcgu/O/tcDbPiAgICAgICAgICAg ICAgICAgICA8vcXDu7ytwNu8uj4gICAgICC5q7rxwNex27iuvawgwabHsMC7ILnMuK4gu+e/ 68fYILq4vce89iAgwNa9wLTPtNkuIL3Fw7vH2MHWvcO46SC5q7fhY2S4piC537zbx9i15biu sNq9wLTPtNkuDQrIqMbkwMzB9iA6ICB3d3cubWJjbW92aWVlbmdsaXNoLmNvLmtyDQogICAg ICAgursguN7Az8C6IMGkurjF673Fus4gscew7SC788fXv6EgwMewxSAgW7GksO1dtvMgx6W9 w7XIILjewM/A1LTPtNkuDQq09cDMu/MguN7Az8C7IL/4xKG+ysC4vcO46SC89r3FsMW6zrim ICC0rbevwda8vL/kLg0KIA0KIA== ------=_NextPart_000_0227_01C0F00A.93A57C00 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9u YWwvL0VOIj4NCjxIVE1MPjxIRUFEPjxUSVRMRT5VbnRpdGxlZCBEb2N1bWVudDwvVElUTEU+ DQo8TUVUQSBodHRwLWVxdWl2PUNvbnRlbnQtVHlwZSBjb250ZW50PSJ0ZXh0L2h0bWw7IGNo YXJzZXQ9a3NfY181NjAxLTE5ODciPg0KPE1FVEEgY29udGVudD0iTVNIVE1MIDYuMDAuMjYw MC4wIiBuYW1lPUdFTkVSQVRPUj48L0hFQUQ+DQo8Qk9EWSB0ZXh0PSMwMDAwMDAgYmdDb2xv cj0jZmZmZmZmPg0KPFRBQkxFIHdpZHRoPTYwMCBhbGlnbj1jZW50ZXIgYmdDb2xvcj0jZThl OGU4IGJvcmRlcj0wPg0KICA8VEJPRFk+DQogIDxUUj4NCiAgICA8VEQgd2lkdGg9NjAwIGhl aWdodD0xNDI+PEEgaHJlZj0iaHR0cDovL3d3dy5tYmNtb3ZpZWVuZ2xpc2guY28ua3IvIj48 SU1HIA0KICAgICAgc3JjPSJodHRwOi8vd3d3Lm1iY21vdmllZW5nbGlzaC5jby5rci9jZF9j dXN0dW0vY3VzL2N1c3RvbWVyLmZpbGVzL2dpZi9maWxtLmdpZiIgYWxpZ249bWlkZGxlIGJv cmRlcj0wPjwvQT48L1REPg0KICA8L1RSPg0KICA8VFI+DQogICAgPFREIHdpZHRoPTYwMCBo ZWlnaHQ9MjM+PElNRyBzcmM9Imh0dHA6Ly93d3cubWJjbW92aWVlbmdsaXNoLmNvLmtyL2Nk X2N1c3R1bS9jdXMvY3VzdG9tZXIuZmlsZXMvZ2lmL2Jhci5naWYiPjwvVEQ+DQogIDwvVFI+ DQogIDxUUj4NCiAgICA8VEQgd2lkdGg9NjAwPg0KICAgICAgPFAgYWxpZ249bGVmdD48Rk9O VCBzaXplPTI+Jm5ic3A7Jm5ic3A7PC9GT05UPjxGT05UIA0KICAgICAgc2l6ZT0tMj6+yLPn x8+8vL/kLjwvRk9OVD48Rk9OVCBzaXplPTI+PEJSPg0KICAgICAgICAmbmJzcDsmbmJzcDs8 SU1HIGhlaWdodD0xNSANCiAgICAgIHNyYz0iaHR0cDovL3d3dy5tYmNtb3ZpZWVuZ2xpc2gu Y28ua3IvY2RfY3VzdHVtL2N1cy9jdXN0b21lci5maWxlcy9naWYvYWNhZGVteS5naWYiIHdp ZHRoPTkwIGFsaWduPWJvdHRvbT48Rk9OVCANCiAgICAgIGNvbG9yPSNjYzMzMDA+Jm5ic3A7 PC9GT05UPjwvRk9OVD48Rk9OVCBjb2xvcj0jY2MzMzAwIA0KICAgICAgc2l6ZT0yPrmruvHA 17HbuK69rDwvRk9OVD48Rk9OVCBzaXplPTI+IMDUtM+02TwvRk9OVD48Rk9OVCBzaXplPS0y Pi48L0ZPTlQ+PEZPTlQgDQogICAgICBzaXplPTI+PEJSPg0KICAgICAgICAmbmJzcDsmbmJz cDs8SU1HIGhlaWdodD0xNSBzcmM9Imh0dHA6Ly93d3cubWJjbW92aWVlbmdsaXNoLmNvLmty L2NkX2N1c3R1bS9jdXMvY3VzdG9tZXIuZmlsZXMvZ2lmL2FjYWRlbXkuZ2lmIiANCiAgICAg IHdpZHRoPTkwIGFsaWduPWJvdHRvbT4guau68cDXsdu4rr2stMIgvLyw6MD7wM4gPEZPTlQg Y29sb3I9I2NjMzMwMD6/+cautfDB7rTPu+c8L0ZPTlQ+v80gu+e+98GmyN63ziANCiAgICAg ICAguNbGvLnMtfC+7iDF68fVseK8+sC7IMDMv+vH0TxCUj4NCiAgICAgICAgJm5ic3A7Jm5i c3A7w9bDt7TcILXwwfbF0CCxs8Dnt84gtaXAzMXNIL7Qw+C55r3EwM4gTVBFR7imILG4x/bH z7+pIA0KICAgICAguLi16b76vcC0z7TZLiC/qbHiv6G0wiDEuLzHseK0ycDMIMO3sKE8QlI+ Jm5ic3A7Jm5ic3A7tce+7ii/tbmuwNq4tywgx9Gx2MDauLcsILmrwNq4tym8scXDsPogRElD VEFUSU9OILHitMnAzCANCiAgICAgIMO3sKG1x77uIMHvvK6/obytPEZPTlQgY29sb3I9IzAw OTk5OT4gPEZPTlQgY29sb3I9I2NjMzMwMD616LHitMm3wiANCiAgICAgIMbysKE8L0ZPTlQ+ PC9GT05UPrimPEJSPiZuYnNwOyZuYnNwO8fSILz2IMDWtbW3zyCx4si5tce++r3AtM+02S4g PC9GT05UPg0KICAgICAgPFA+PEI+PEZPTlQgc2l6ZT0yPiZuYnNwOyZuYnNwOzwvRk9OVD48 Rk9OVCBzaXplPS0xPr+pt6+60LKyIMDnuczA1rDUv7W+7rD4us64piDH0iC89iDA1rTCIA0K ICAgICAgseLIuLimILXluLO0z7TZLjwvRk9OVD48L0I+PC9QPjwvVEQ+PC9UUj4NCiAgPFRS Pg0KICAgIDxURCB3aWR0aD0yNzUgaGVpZ2h0PTIwPjxJTUcgc3JjPSJodHRwOi8vd3d3Lm1i Y21vdmllZW5nbGlzaC5jby5rci9jZF9jdXN0dW0vY3VzL2N1c3RvbWVyLmZpbGVzL2dpZi9i YXIuZ2lmIj48L1REPg0KICA8L1RSPg0KICA8VFI+DQogICAgPFREIHdpZHRoPTYwMCBoZWln aHQ9MjA+PEEgDQogICAgICBocmVmPSJodHRwOi8vd3d3Lm1iY21vdmllZW5nbGlzaC5jby5r ci9jZF9jdXN0dW0vY3VzL2N1c3RvbWVyLmh0bSI+PC9BPjwvVEQ+PC9UUj4NCiAgPFRSPg0K ICAgIDxURCB3aWR0aD02MDAgaGVpZ2h0PTMwPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyA8SU1HIA0KICAgICAgaGVpZ2h0PTIyIHNyYz0iaHR0cDovL3d3 dy5tYmNtb3ZpZWVuZ2xpc2guY28ua3IvY2RfY3VzdHVtL2N1cy9jdXN0b21lci5maWxlcy9n aWYvTVMuZ2lmIiB3aWR0aD0xMDAgYWxpZ249ImJvdHRvbSAiPiANCiAgICAgICZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCiAgICAgICZuYnNwOyZuYnNwOyZuYnNwOyA8SU1H IGhlaWdodD0yMiBzcmM9Imh0dHA6Ly93d3cubWJjbW92aWVlbmdsaXNoLmNvLmtyL2NkX2N1 c3R1bS9jdXMvY3VzdG9tZXIuZmlsZXMvZ2lmL01LLmdpZiIgP1dJRFRIPSIxMDAiPiANCiAg ICAgICZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQogICAg ICA8SU1HIGhlaWdodD0yMiBzcmM9Imh0dHA6Ly93d3cubWJjbW92aWVlbmdsaXNoLmNvLmty L2NkX2N1c3R1bS9jdXMvY3VzdG9tZXIuZmlsZXMvZ2lmL2NkLTMuZ2lmIiANCiAgICAgIHdp ZHRoPTEwMD48L1REPg0KICA8L1RSPg0KICA8VFI+DQogICAgPFREIHdpZHRoPTYwMCBoZWln aHQ9NTA+PEEgDQogICAgICBocmVmPSJodHRwOi8vd3d3Lm1iY21vdmllZW5nbGlzaC5jby5r ci9jZW50ZXIlMjBsaW5rL21haW4tcy5odG1sIj4mbmJzcDsmbmJzcDs8SU1HIA0KICAgICAg aGVpZ2h0PTEyMCBzcmM9Imh0dHA6Ly93d3cubWJjbW92aWVlbmdsaXNoLmNvLmtyL2NkX2N1 c3R1bS9jdXMvY3VzdG9tZXIuZmlsZXMvZ2lmL3Nlbmlvci5naWYiIHdpZHRoPTE3MCBhbGln bj1ib3R0b20gDQogICAgICBib3JkZXI9MT48L0E+ICZuYnNwOyZuYnNwOyZuYnNwOyA8QSAN CiAgICAgIGhyZWY9Imh0dHA6Ly93d3cubWJjbW92aWVlbmdsaXNoLmNvLmtyL2NlbnRlciUy MGxpbmsva2lkLmZpbGVzL21haW4tay5odG1sIj48SU1HIA0KICAgICAgaGVpZ2h0PTEyMCBz cmM9Imh0dHA6Ly93d3cubWJjbW92aWVlbmdsaXNoLmNvLmtyL2NkX2N1c3R1bS9jdXMvY3Vz dG9tZXIuZmlsZXMvZ2lmL0tJRFMuZ2lmIiB3aWR0aD0xNzAgYWxpZ249Ym90dG9tIGJvcmRl cj0xPiANCiAgICAgICZuYnNwOyZuYnNwOyZuYnNwOzwvQT4gPEEgDQogICAgICBocmVmPSJo dHRwOi8vd3d3Lm1iY21vdmllZW5nbGlzaC5jby5rci9jZF9jdXN0dW0vY3VzL2N1c3RvbWVy Lmh0bSI+PElNRyANCiAgICAgIGhlaWdodD0xMjAgc3JjPSJodHRwOi8vd3d3Lm1iY21vdmll ZW5nbGlzaC5jby5rci9jZF9jdXN0dW0vY3VzL2N1c3RvbWVyLmZpbGVzL2dpZi9mcmVlLWNk LmdpZiIgd2lkdGg9MTcwIGFsaWduPWJvdHRvbSANCiAgICAgIGJvcmRlcj0xPjwvQT4gPC9U RD4NCiAgPFRSPg0KICAgIDxURCB3aWR0aD02MDAgaGVpZ2h0PTIwPjxGT05UIA0KICAgICAg Y29sb3I9I2NjNjYwMD4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDs8QSANCiAgICAg IGhyZWY9Imh0dHA6Ly93d3cubW92aWVlbmdsaXNoLmNvbS9saXN0L3Nlbmlvcl9saXN0Lmh0 bWwiPiA8Rk9OVCBmYWNlPbG8uLIgDQogICAgICBjb2xvcj0jMDAwMDAwIHNpemU9Mj4mbHQ7 w+K9w8DbILnXILvzv7XA2yZndDs8L0ZPTlQ+PC9BPiA8Rk9OVCBmYWNlPbG8uLIgDQogICAg ICBjb2xvcj0jMDAwMDAwIA0KICAgICAgc2l6ZT0yPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCiAgICAgICZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCiAgICAgICZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOzwvRk9OVD48L0ZPTlQ+PEZPTlQgZmFjZT2xvLiyIGNvbG9yPSMwMDAw MDAgDQogICAgICBzaXplPTI+PEEgaHJlZj0iaHR0cDovL3d3dy5tb3ZpZWVuZ2xpc2guY29t L2xpc3Qva2lkc19saXN0Lmh0bWwiPiA8Rk9OVCANCiAgICAgIGNvbG9yPSMzMzMzMzM+Jmx0 O8PivcPA2yC51yC787+1wNsmZ3Q7PC9GT05UPjwvQT48L0ZPTlQ+IDxGT05UIA0KICAgICAg Y29sb3I9IzMzMzMzMz4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsgDQogICAgICAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDs8Rk9OVCANCiAgICAgIHNpemU9Mj4mbHQ7vcXDu7ytwNu8uiZndDs8L0ZP TlQ+PC9GT05UPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxURCB3aWR0aD02MDAgMjA/Pz4N CiAgPFRSPg0KICAgIDxURCB3aWR0aD02MDAgaGVpZ2h0PTI1PjxBIA0KICAgICAgaHJlZj0i aHR0cDovL3d3dy5tYmNtb3ZpZWVuZ2xpc2guY28ua3IvY2RfY3VzdHVtL2N1cy9jdXN0b21l ci5odG0iPjwvQT48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQgd2lkdGg9NjAwIGhlaWdo dD01MD48Rk9OVCBjb2xvcj0jMDAwMDAwIHNpemU9Mj65q7rxwNex27iuvawgwabHsMC7ILnM uK4gu+e/68fYILq4vce89iANCiAgICAgIMDWvcC0z7TZLiC9xcO7x9jB1r3DuOkguau34WNk uKYgud+828fYteW4rrDavcC0z7TZLjxCUj7IqMbkwMzB9iA6IA0KICAgICAgPEI+d3d3Lm1i Y21vdmllZW5nbGlzaC5jby5rcjxCUj48L0I+PC9GT05UPg0KICAgICAgPEhSPg0KICAgIDwv VEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxURCB3aWR0aD02MDAgMzA/PjwvVEQ+PC9UUj4NCiAg PFRSPg0KICAgIDxURCB3aWR0aD02MDAgaGVpZ2h0PTgwPg0KICAgICAgPERJViBhbGlnbj1j ZW50ZXI+PEZPTlQgY29sb3I9IzAwMDAwMCBzaXplPTI+ursguN7Az8C6IMGkurjF673Fus4g scew7SC788fXv6EgwMewxSANCiAgICAgIDxCPluxpLDtXTwvQj628yDHpb3DtcgguN7Az8DU tM+02S48QlI+tPXAzLvzILjewM/AuyC/+MShvsrAuL3DuOkgPEI+PEEgDQogICAgICBocmVm PSJtYWlsdG86d2VibWFzdGVyQG1iY21vdmllZW5nbGlzaC5jby5rciI+vPa9xbDFus48L0E+ PC9CPrimIA0KICAgICAgtK23r8HWvLy/5C48L0ZPTlQ+PEZPTlQgY29sb3I9IzAwMDAwMCBz aXplPTE+PEI+PEJSPg0KICAgICAgICA8L0I+PC9GT05UPjwvRElWPg0KICAgIDwvVEQ+PC9U Uj48L1RCT0RZPjwvVEFCTEU+PC9CT0RZPjwvSFRNTD4NCg== ------=_NextPart_000_0227_01C0F00A.93A57C00-- From [email protected] Fri Jan 25 17:07:31 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58828 invoked by uid 500); 25 Jan 2002 17:07: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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58810 invoked from network); 25 Jan 2002 17:07:29 -0000 Importance: Normal Sensitivity: Subject: [GUMP] Build Failure - Batik To: [email protected] X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-ID: <[email protected]> From: "Sam Ruby" <[email protected]> Date: Fri, 25 Jan 2002 12:07:09 -0500 X-MIMETrack: Serialize by Router on D04NM201/04/M/IBM(Release 5.0.9 |November 16, 2001) at 01/25/2002 12:07:30 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii 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-01-25/xml-batik.html> ---------------------------------------------------- Buildfile: build.xml init-args: init: prepare-docs: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020125/docs javadoc: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020125/docs/javadoc [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.apache.batik.apps.rasterizer... [javadoc] Loading source files for package org.apache.batik.apps.slideshow... [javadoc] Loading source files for package org.apache.batik.apps.svgbrowser... [javadoc] Loading source files for package org.apache.batik.apps.svgpp... [javadoc] Loading source files for package org.apache.batik.apps.ttf2svg... [javadoc] Loading source files for package org.apache.batik.bridge... [javadoc] Loading source files for package org.apache.batik.css... [javadoc] Loading source files for package org.apache.batik.css.event... [javadoc] Loading source files for package org.apache.batik.css.parser... [javadoc] Loading source files for package org.apache.batik.css.sac... [javadoc] Loading source files for package org.apache.batik.css.svg... [javadoc] Loading source files for package org.apache.batik.css.value... [javadoc] Loading source files for package org.apache.batik.dom... [javadoc] Loading source files for package org.apache.batik.dom.events... [javadoc] Loading source files for package org.apache.batik.dom.svg... [javadoc] Loading source files for package org.apache.batik.dom.traversal... [javadoc] Loading source files for package org.apache.batik.dom.util... [javadoc] Loading source files for package org.apache.batik.ext.awt... [javadoc] Loading source files for package org.apache.batik.ext.awt.color... [javadoc] Loading source files for package org.apache.batik.ext.awt.font... [javadoc] Loading source files for package org.apache.batik.ext.awt.g2d... [javadoc] Loading source files for package org.apache.batik.ext.awt.geom... [javadoc] Loading source files for package org.apache.batik.ext.awt.image... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.codec... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.codec.tiff... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.renderable... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.rendered... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.spi... [javadoc] Loading source files for package org.apache.batik.ext.swing... [javadoc] Loading source files for package org.apache.batik.extension... [javadoc] Loading source files for package org.apache.batik.extension.svg... [javadoc] Loading source files for package org.apache.batik.gvt... [javadoc] Loading source files for package org.apache.batik.gvt.event... [javadoc] Loading source files for package org.apache.batik.gvt.filter... [javadoc] Loading source files for package org.apache.batik.gvt.font... [javadoc] Loading source files for package org.apache.batik.gvt.renderer... [javadoc] Loading source files for package org.apache.batik.gvt.text... [javadoc] Loading source files for package org.apache.batik.i18n... [javadoc] Loading source files for package org.apache.batik.parser... [javadoc] Loading source files for package org.apache.batik.parser.style... [javadoc] Loading source files for package org.apache.batik.script... [javadoc] Loading source files for package org.apache.batik.script.jacl... [javadoc] Loading source files for package org.apache.batik.script.jpython... [javadoc] Loading source files for package org.apache.batik.script.rhino... [javadoc] Loading source files for package org.apache.batik.svggen... [javadoc] Loading source files for package org.apache.batik.svggen.font... [javadoc] Loading source files for package org.apache.batik.svggen.font.table... [javadoc] Loading source files for package org.apache.batik.swing... [javadoc] Loading source files for package org.apache.batik.swing.gvt... [javadoc] Loading source files for package org.apache.batik.swing.svg... [javadoc] Loading source files for package org.apache.batik.transcoder... [javadoc] Loading source files for package org.apache.batik.transcoder.image... [javadoc] Loading source files for package org.apache.batik.transcoder.image.resources... [javadoc] Loading source files for package org.apache.batik.transcoder.keys... [javadoc] Loading source files for package org.apache.batik.transcoder.print... [javadoc] Loading source files for package org.apache.batik.transcoder.svg2svg... [javadoc] Loading source files for package org.apache.batik.transcoder.wmf... [javadoc] Loading source files for package org.apache.batik.transcoder.wmf.tosvg... [javadoc] Loading source files for package org.apache.batik.util... [javadoc] Loading source files for package org.apache.batik.util.gui... [javadoc] Loading source files for package org.apache.batik.util.gui.resource... [javadoc] Loading source files for package org.apache.batik.util.resources... [javadoc] Loading source files for package org.apache.batik.xml... [javadoc] Loading source files for package org.apache.batik.xml.scanner... [javadoc] Loading source files for package org.w3c.css.sac... [javadoc] Loading source files for package org.w3c.css.sac.helpers... [javadoc] Loading source files for package org.w3c.dom... [javadoc] Loading source files for package org.w3c.dom.css... [javadoc] Loading source files for package org.w3c.dom.events... [javadoc] Loading source files for package org.w3c.dom.smil... [javadoc] Loading source files for package org.w3c.dom.stylesheets... [javadoc] Loading source files for package org.w3c.dom.svg... [javadoc] Loading source files for package org.w3c.dom.traversal... [javadoc] Loading source files for package org.w3c.dom.views... [javadoc] Loading source files for package org.xml.sax... [javadoc] Loading source files for package org.xml.sax.ext... [javadoc] Loading source files for package org.xml.sax.helpers... [javadoc] Constructing Javadoc information... [javadoc] /home/rubys/jakarta/xml-batik/sources/org/apache/batik/script/jacl/JaclInterpreter.java:17: Package tcl.lang not found in import. [javadoc] import tcl.lang.*; [javadoc] ^ [javadoc] javadoc: warning - Cannot find class org.apache.batik.gvt.text.Attribute [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /home/rubys/jakarta/xml-batik/batik-20020125/docs/javadoc/stylesheet.css... [javadoc] 1 warning htmldoc: [copy] Copying 1 file to /home/rubys/jakarta/xml-batik/xdocs [java] [StyleBook] Overriding targetDirectory="batik-20020125/docs" (Old=".") [java] [StyleBook] Project URL: "sbk:/sources/book.xml" [java] [BasicEngine] Initializing [java] [Loader] Parsing Project file [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/book2project.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/directory2project.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Project] Creating "svgviewer.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgviewer.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/svgviewer-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] [Project] Creating "resources/void.gif" [java] [Project] Creating "graphics/architecture-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/architecture.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/batikUses.jpg" [java] [Project] Creating "graphics/faqs-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerViewTree.gif" [java] [Project] Creating "extendingBatik.html" [java] [CachingParser] Serving cached document "sbk:/sources/extendingBatik.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/toolsAndApps-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/demo.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/extendingBatik-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerBrowsing.gif" [java] [Project] Creating "graphics/ext-30-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerZoomin.gif" [java] [Project] Creating "resources/bar-top-right.gif" [java] [Project] Creating "graphics/index-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/index-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/index.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svgviewer-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgviewer.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/bar-border-right.gif" [java] [Project] Creating "graphics/ext-110-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgapplication.gif" [java] [Project] Creating "graphics/ext-24-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/line.gif" [java] [Project] Creating "graphics/toolsAndApps-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/note.gif" [java] [Project] Creating "graphics/mailList-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-asf-lo.gif" [java] [Project] Creating "graphics/svgrasterizer-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/architecture-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-border-left.gif" [java] [Project] Creating "graphics/test-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-w3c-hi.gif" [java] [Project] Creating "graphics/ttf2svg-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "toolsAndApps.html" [java] [CachingParser] Serving cached document "sbk:/sources/demo.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/whoAreWe-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/mailList-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/mail-lists.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/domapi-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svggen.jpg" [java] [Project] Creating "graphics/scripting-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/scriptIntro.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ext-112-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-xml-lo.gif" [java] [Project] Creating "graphics/license-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "pr.html" [java] [CachingParser] Serving cached document "sbk:/sources/pr.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svgviewerPreferences.gif" [java] [Project] Creating "resources/bar-border-top.gif" [java] [Project] Creating "resources/bottom.gif" [java] [Project] Creating "graphics/svgviewer-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "status.html" [java] [CachingParser] Serving cached document "sbk:/sources/status.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "svgrasterizer.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgrasterizer.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/splash.png" [java] [Project] Creating "rasterizerTutorial.html" [java] [CachingParser] Serving cached document "sbk:/sources/rasterizerTutorial.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/pr.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/faqs-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "ttf2svg.html" [java] [CachingParser] Serving cached document "sbk:/sources/ttf2svg.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/extendingBatik-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-30-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/faqs-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/faq.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "index.html" [java] [CachingParser] Serving cached document "sbk:/sources/index.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/scripting-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/logo.gif" [java] [Project] Creating "graphics/ext-110-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-bottom-left.gif" [java] [Project] Creating "graphics/ext-24-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svggen-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "install.html" [java] [CachingParser] Serving cached document "sbk:/sources/installing.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "domapi.html" [java] [CachingParser] Serving cached document "sbk:/sources/domTutorial.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svgviewerViewSource.gif" [java] [Project] Creating "graphics/toolsAndApps-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/script.js" [java] [Project] Creating "resources/bar-bottom-right.gif" [java] [Project] Creating "graphics/architecture-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-top-left.gif" [java] [Project] Creating "graphics/rasterizerTutorial-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ttf2svg-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgpp.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svgcanvas-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/jsvgcanvas.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/separator.gif" [java] [Project] Creating "images/svgviewerFileOpen.gif" [java] [Project] Creating "graphics/status-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/status.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "whoAreWe.html" [java] [CachingParser] Serving cached document "sbk:/sources/whoAreWe.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "resources/button-w3c-lo.gif" [java] [Project] Creating "graphics/index-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgrasterizer-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgrasterizer.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "mailList.html" [java] [CachingParser] Serving cached document "sbk:/sources/mail-lists.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "resources/close.gif" [java] [Project] Creating "images/svgviewerThumbnail.gif" [java] [Project] Creating "graphics/license-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerLocationBar.gif" [java] [Project] Creating "graphics/mailList-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerOpenPage.gif" [java] [Project] Creating "graphics/svgrasterizer-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "svggen.html" [java] [CachingParser] Serving cached document "sbk:/sources/svggen.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "svgpp.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgpp.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/faqs-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/join.gif" [java] [Project] Creating "graphics/test-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/extendingBatik-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-30-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/extendingBatik-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/extendingBatik.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ttf2svg-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/ttf2svg.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/svgviewerMultipleFiles.gif" [java] [Project] Creating "license.html" [java] [CachingParser] Serving cached document "sbk:/sources/license.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/domapi-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/scripting-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-110-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerDefaultRegular.jpg" [java] [Project] Creating "graphics/svggen-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "svgcanvas.html" [java] [CachingParser] Serving cached document "sbk:/sources/jsvgcanvas.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "architecture.html" [java] [CachingParser] Serving cached document "sbk:/sources/architecture.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/ext-112-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/toolsAndApps-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/right.gif" [java] [Project] Creating "graphics/architecture-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgviewer-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ttf2svg-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/test-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/testInfrastructure.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/install-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/installing.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/domapi-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/domTutorial.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/svgviewerPan.gif" [java] [Project] Creating "resources/button-asf-hi.gif" [java] [Project] Creating "graphics/index-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/glossary.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ext-24-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/mailList-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "faqs.html" [java] [CachingParser] Serving cached document "sbk:/sources/faq.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/svgrasterizer-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "glossary.html" [java] [CachingParser] Serving cached document "sbk:/sources/glossary.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "test.html" [java] [CachingParser] Serving cached document "sbk:/sources/testInfrastructure.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/license-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/license.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/pr-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-border-bottom.gif" [java] [Project] Creating "graphics/test-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerAOI.gif" [java] [Project] Creating "graphics/svggen-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svggen.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/button-xml-hi.gif" [java] [Project] Creating "scripting.html" [java] [CachingParser] Serving cached document "sbk:/sources/scriptIntro.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svggenHighLevelArchi.jpg" [java] [Project] Creating "graphics/domapi-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/scripting-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/rasterizerTutorial.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svggen-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/whoAreWe.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/HighLevelArchitecture.png" [java] [Project] Creating "graphics/ext-112-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/dot.gif" [java] [Project] Creating "graphics/license-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [StyleBook] All done successfully html: doc-zip: [zip] DEPRECATED - The zipfile attribute is deprecated. Use destfile attribute instead. [zip] Building zip: /home/rubys/jakarta/xml-batik/batik-docs-20020125.zip [delete] Deleting directory /home/rubys/jakarta/xml-batik/batik-20020125/docs/javadoc compile: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/classes [echo] debug off, optimize on, deprecation on [javac] Compiling 1424 source files to /home/rubys/jakarta/xml-batik/classes [javac] /home/rubys/jakarta/xml-batik/sources/org/apache/batik/gvt/text/TextLayoutAdapter.java:38: org.apache.batik.gvt.text.TextLayoutAdapter should be declared abstract; it does not define getGlyphMetrics(int) in org.apache.batik.gvt.text.TextLayoutAdapter [javac] public class TextLayoutAdapter implements TextSpanLayout { [javac] ^ [javac] 1 error BUILD FAILED /home/rubys/jakarta/xml-batik/build.xml:253: Compile failed, messages should have been provided. Total time: 7 minutes 28 seconds --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jan 26 12:36:14 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70510 invoked by uid 500); 26 Jan 2002 12:36:13 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70491 invoked by uid 1064); 26 Jan 2002 12:36:12 -0000 Date: 26 Jan 2002 12:36:12 -0000 Message-ID: <[email protected]> From: Sam Ruby <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - Batik ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-01-26/xml-batik.html> ---------------------------------------------------- Buildfile: build.xml init-args: init: prepare-docs: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020126/docs javadoc: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020126/docs/javadoc [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.apache.batik.apps.rasterizer... [javadoc] Loading source files for package org.apache.batik.apps.slideshow... [javadoc] Loading source files for package org.apache.batik.apps.svgbrowser... [javadoc] Loading source files for package org.apache.batik.apps.svgpp... [javadoc] Loading source files for package org.apache.batik.apps.ttf2svg... [javadoc] Loading source files for package org.apache.batik.bridge... [javadoc] Loading source files for package org.apache.batik.css... [javadoc] Loading source files for package org.apache.batik.css.event... [javadoc] Loading source files for package org.apache.batik.css.parser... [javadoc] Loading source files for package org.apache.batik.css.sac... [javadoc] Loading source files for package org.apache.batik.css.svg... [javadoc] Loading source files for package org.apache.batik.css.value... [javadoc] Loading source files for package org.apache.batik.dom... [javadoc] Loading source files for package org.apache.batik.dom.events... [javadoc] Loading source files for package org.apache.batik.dom.svg... [javadoc] Loading source files for package org.apache.batik.dom.traversal... [javadoc] Loading source files for package org.apache.batik.dom.util... [javadoc] Loading source files for package org.apache.batik.ext.awt... [javadoc] Loading source files for package org.apache.batik.ext.awt.color... [javadoc] Loading source files for package org.apache.batik.ext.awt.font... [javadoc] Loading source files for package org.apache.batik.ext.awt.g2d... [javadoc] Loading source files for package org.apache.batik.ext.awt.geom... [javadoc] Loading source files for package org.apache.batik.ext.awt.image... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.codec... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.codec.tiff... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.renderable... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.rendered... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.spi... [javadoc] Loading source files for package org.apache.batik.ext.swing... [javadoc] Loading source files for package org.apache.batik.extension... [javadoc] Loading source files for package org.apache.batik.extension.svg... [javadoc] Loading source files for package org.apache.batik.gvt... [javadoc] Loading source files for package org.apache.batik.gvt.event... [javadoc] Loading source files for package org.apache.batik.gvt.filter... [javadoc] Loading source files for package org.apache.batik.gvt.font... [javadoc] Loading source files for package org.apache.batik.gvt.renderer... [javadoc] Loading source files for package org.apache.batik.gvt.text... [javadoc] Loading source files for package org.apache.batik.i18n... [javadoc] Loading source files for package org.apache.batik.parser... [javadoc] Loading source files for package org.apache.batik.parser.style... [javadoc] Loading source files for package org.apache.batik.script... [javadoc] Loading source files for package org.apache.batik.script.jacl... [javadoc] Loading source files for package org.apache.batik.script.jpython... [javadoc] Loading source files for package org.apache.batik.script.rhino... [javadoc] Loading source files for package org.apache.batik.svggen... [javadoc] Loading source files for package org.apache.batik.svggen.font... [javadoc] Loading source files for package org.apache.batik.svggen.font.table... [javadoc] Loading source files for package org.apache.batik.swing... [javadoc] Loading source files for package org.apache.batik.swing.gvt... [javadoc] Loading source files for package org.apache.batik.swing.svg... [javadoc] Loading source files for package org.apache.batik.transcoder... [javadoc] Loading source files for package org.apache.batik.transcoder.image... [javadoc] Loading source files for package org.apache.batik.transcoder.image.resources... [javadoc] Loading source files for package org.apache.batik.transcoder.keys... [javadoc] Loading source files for package org.apache.batik.transcoder.print... [javadoc] Loading source files for package org.apache.batik.transcoder.svg2svg... [javadoc] Loading source files for package org.apache.batik.transcoder.wmf... [javadoc] Loading source files for package org.apache.batik.transcoder.wmf.tosvg... [javadoc] Loading source files for package org.apache.batik.util... [javadoc] Loading source files for package org.apache.batik.util.gui... [javadoc] Loading source files for package org.apache.batik.util.gui.resource... [javadoc] Loading source files for package org.apache.batik.util.resources... [javadoc] Loading source files for package org.apache.batik.xml... [javadoc] Loading source files for package org.apache.batik.xml.scanner... [javadoc] Loading source files for package org.w3c.css.sac... [javadoc] Loading source files for package org.w3c.css.sac.helpers... [javadoc] Loading source files for package org.w3c.dom... [javadoc] Loading source files for package org.w3c.dom.css... [javadoc] Loading source files for package org.w3c.dom.events... [javadoc] Loading source files for package org.w3c.dom.smil... [javadoc] Loading source files for package org.w3c.dom.stylesheets... [javadoc] Loading source files for package org.w3c.dom.svg... [javadoc] Loading source files for package org.w3c.dom.traversal... [javadoc] Loading source files for package org.w3c.dom.views... [javadoc] Loading source files for package org.xml.sax... [javadoc] Loading source files for package org.xml.sax.ext... [javadoc] Loading source files for package org.xml.sax.helpers... [javadoc] Constructing Javadoc information... [javadoc] /home/rubys/jakarta/xml-batik/sources/org/apache/batik/script/jacl/JaclInterpreter.java:17: Package tcl.lang not found in import. [javadoc] import tcl.lang.*; [javadoc] ^ [javadoc] javadoc: warning - Cannot find class org.apache.batik.gvt.text.Attribute [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /home/rubys/jakarta/xml-batik/batik-20020126/docs/javadoc/stylesheet.css... [javadoc] 1 warning htmldoc: [copy] Copying 1 file to /home/rubys/jakarta/xml-batik/xdocs [java] [StyleBook] Overriding targetDirectory="batik-20020126/docs" (Old=".") [java] [StyleBook] Project URL: "sbk:/sources/book.xml" [java] [BasicEngine] Initializing [java] [Loader] Parsing Project file [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/book2project.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/directory2project.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Project] Creating "svgviewer.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgviewer.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/svgviewer-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] [Project] Creating "resources/void.gif" [java] [Project] Creating "graphics/architecture-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/architecture.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/batikUses.jpg" [java] [Project] Creating "graphics/faqs-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerViewTree.gif" [java] [Project] Creating "extendingBatik.html" [java] [CachingParser] Serving cached document "sbk:/sources/extendingBatik.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/toolsAndApps-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/demo.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/extendingBatik-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerBrowsing.gif" [java] [Project] Creating "graphics/ext-30-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerZoomin.gif" [java] [Project] Creating "resources/bar-top-right.gif" [java] [Project] Creating "graphics/index-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/index-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/index.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svgviewer-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgviewer.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/bar-border-right.gif" [java] [Project] Creating "graphics/ext-110-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgapplication.gif" [java] [Project] Creating "graphics/ext-24-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/line.gif" [java] [Project] Creating "graphics/toolsAndApps-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/note.gif" [java] [Project] Creating "graphics/mailList-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-asf-lo.gif" [java] [Project] Creating "graphics/svgrasterizer-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/architecture-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-border-left.gif" [java] [Project] Creating "graphics/test-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-w3c-hi.gif" [java] [Project] Creating "graphics/ttf2svg-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "toolsAndApps.html" [java] [CachingParser] Serving cached document "sbk:/sources/demo.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/whoAreWe-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/mailList-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/mail-lists.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/domapi-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svggen.jpg" [java] [Project] Creating "graphics/scripting-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/scriptIntro.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ext-112-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-xml-lo.gif" [java] [Project] Creating "graphics/license-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "pr.html" [java] [CachingParser] Serving cached document "sbk:/sources/pr.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svgviewerPreferences.gif" [java] [Project] Creating "resources/bar-border-top.gif" [java] [Project] Creating "resources/bottom.gif" [java] [Project] Creating "graphics/svgviewer-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "status.html" [java] [CachingParser] Serving cached document "sbk:/sources/status.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "svgrasterizer.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgrasterizer.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/splash.png" [java] [Project] Creating "rasterizerTutorial.html" [java] [CachingParser] Serving cached document "sbk:/sources/rasterizerTutorial.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/pr.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/faqs-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "ttf2svg.html" [java] [CachingParser] Serving cached document "sbk:/sources/ttf2svg.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/extendingBatik-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-30-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/faqs-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/faq.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "index.html" [java] [CachingParser] Serving cached document "sbk:/sources/index.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/scripting-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/logo.gif" [java] [Project] Creating "graphics/ext-110-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-bottom-left.gif" [java] [Project] Creating "graphics/ext-24-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svggen-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "install.html" [java] [CachingParser] Serving cached document "sbk:/sources/installing.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "domapi.html" [java] [CachingParser] Serving cached document "sbk:/sources/domTutorial.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svgviewerViewSource.gif" [java] [Project] Creating "graphics/toolsAndApps-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/script.js" [java] [Project] Creating "resources/bar-bottom-right.gif" [java] [Project] Creating "graphics/architecture-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-top-left.gif" [java] [Project] Creating "graphics/rasterizerTutorial-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ttf2svg-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgpp.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svgcanvas-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/jsvgcanvas.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/separator.gif" [java] [Project] Creating "images/svgviewerFileOpen.gif" [java] [Project] Creating "graphics/status-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/status.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "whoAreWe.html" [java] [CachingParser] Serving cached document "sbk:/sources/whoAreWe.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "resources/button-w3c-lo.gif" [java] [Project] Creating "graphics/index-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgrasterizer-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgrasterizer.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "mailList.html" [java] [CachingParser] Serving cached document "sbk:/sources/mail-lists.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "resources/close.gif" [java] [Project] Creating "images/svgviewerThumbnail.gif" [java] [Project] Creating "graphics/license-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerLocationBar.gif" [java] [Project] Creating "graphics/mailList-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerOpenPage.gif" [java] [Project] Creating "graphics/svgrasterizer-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "svggen.html" [java] [CachingParser] Serving cached document "sbk:/sources/svggen.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "svgpp.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgpp.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/faqs-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/join.gif" [java] [Project] Creating "graphics/test-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/extendingBatik-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-30-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/extendingBatik-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/extendingBatik.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ttf2svg-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/ttf2svg.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/svgviewerMultipleFiles.gif" [java] [Project] Creating "license.html" [java] [CachingParser] Serving cached document "sbk:/sources/license.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/domapi-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/scripting-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-110-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerDefaultRegular.jpg" [java] [Project] Creating "graphics/svggen-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "svgcanvas.html" [java] [CachingParser] Serving cached document "sbk:/sources/jsvgcanvas.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "architecture.html" [java] [CachingParser] Serving cached document "sbk:/sources/architecture.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/ext-112-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/toolsAndApps-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/right.gif" [java] [Project] Creating "graphics/architecture-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgviewer-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ttf2svg-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/test-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/testInfrastructure.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/install-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/installing.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/domapi-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/domTutorial.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/svgviewerPan.gif" [java] [Project] Creating "resources/button-asf-hi.gif" [java] [Project] Creating "graphics/index-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/glossary.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ext-24-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/mailList-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "faqs.html" [java] [CachingParser] Serving cached document "sbk:/sources/faq.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/svgrasterizer-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "glossary.html" [java] [CachingParser] Serving cached document "sbk:/sources/glossary.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "test.html" [java] [CachingParser] Serving cached document "sbk:/sources/testInfrastructure.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/license-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/license.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/pr-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-border-bottom.gif" [java] [Project] Creating "graphics/test-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerAOI.gif" [java] [Project] Creating "graphics/svggen-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svggen.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/button-xml-hi.gif" [java] [Project] Creating "scripting.html" [java] [CachingParser] Serving cached document "sbk:/sources/scriptIntro.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svggenHighLevelArchi.jpg" [java] [Project] Creating "graphics/domapi-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/scripting-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/rasterizerTutorial.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svggen-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/whoAreWe.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/HighLevelArchitecture.png" [java] [Project] Creating "graphics/ext-112-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/dot.gif" [java] [Project] Creating "graphics/license-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [StyleBook] All done successfully html: doc-zip: [zip] DEPRECATED - The zipfile attribute is deprecated. Use destfile attribute instead. [zip] Building zip: /home/rubys/jakarta/xml-batik/batik-docs-20020126.zip [delete] Deleting directory /home/rubys/jakarta/xml-batik/batik-20020126/docs/javadoc compile: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/classes [echo] debug off, optimize on, deprecation on [javac] Compiling 1424 source files to /home/rubys/jakarta/xml-batik/classes [javac] /home/rubys/jakarta/xml-batik/sources/org/apache/batik/gvt/text/TextLayoutAdapter.java:38: org.apache.batik.gvt.text.TextLayoutAdapter should be declared abstract; it does not define getGlyphMetrics(int) in org.apache.batik.gvt.text.TextLayoutAdapter [javac] public class TextLayoutAdapter implements TextSpanLayout { [javac] ^ [javac] 1 error BUILD FAILED /home/rubys/jakarta/xml-batik/build.xml:253: Compile failed, messages should have been provided. Total time: 7 minutes 33 seconds --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 28 07:54:54 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87862 invoked by uid 500); 28 Jan 2002 07:54: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-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 57954 invoked from network); 27 Jan 2002 01:32:42 -0000 X-Originating-IP: [161.129.204.104] Reply-To: [email protected] From: "shim hyunju" <[email protected]> To: [email protected] Bcc: Subject: inquiry about SVG tool kit Date: Sun, 27 Jan 2002 01:32:50 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: <[email protected]> X-OriginalArrivalTime: 27 Jan 2002 01:32:50.0624 (UTC) FILETIME=[887BC400:01C1A6D2] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi I am a student who is learning SVG now. I downloaded SVG tool kit(batik1.1.1 and batik-src-1.1.1) from apache site. However I have some problems to use those. First, about batik-src-1.1.1 When I tried to use SVG browser with the command "build svgbrowser" under xml-batik directory, there was an error message of "Bad command or file name." It was same when I tried to run "build svgrasterizer" from xml-batik directory, too. Second, about batik1.1.1 I could successfully start SVG browser, and convert SVG file into PNG file using SVG rasterizer. However, when I tried to convert SVG file into JPG file, there was an error message saying "ERROR: The JPEG quality has not been specified. use the default one: no compression" After I got this error message, I could find converted JPG file but with no contents.(There was nothing inside of the JPG file) What do I have to do to successfully convert SVG files into JPG file? Please help me. I need to make SVG file into JPG file for my class project. Thanks for taking your time to read this mail. I will be waiting for your mail. Hyunju Shim 1216 SW 2nd Ave. # 66 Gainesville, FL 32601 Home: (262)296-2461 Email: [email protected] _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 28 07:55:30 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88767 invoked by uid 500); 28 Jan 2002 07:55:29 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 92139 invoked from network); 27 Jan 2002 03:58:16 -0000 X-Originating-IP: [161.129.204.104] Reply-To: [email protected] From: "shim hyunju" <[email protected]> To: [email protected] Bcc: Subject: inquiry about SVG tool kit Date: Sun, 27 Jan 2002 03:58:25 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: <[email protected]> X-OriginalArrivalTime: 27 Jan 2002 03:58:25.0855 (UTC) FILETIME=[DF163CF0:01C1A6E6] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Dear developer Hi, I am a student who is learning SVG currently. I downloaded SVG tool kit(batik-1.1.1 batik-src-1.1.1) from apache site. While I was using the tools, I had some problems. So I am sending to ask how to solve. If you can answer thoes problems, it will be much appreciated. First, about batik-src-1.1.1. I have a problem to run svgbrowser and svgrasterizer. After I checked there was a build.bat file in xml-batik directory, I typed "build svgbrowser" from xml-batik directory to execute the browser. However, there was an error message saying "Bad command or file name." Second, about batik-1.1.1 I could run svgbrowser, and possibly convert SVG file into JPG file using svgrasterizer.jar However, when I tried to convert SVG file into JPEG file, there was an error message saying "ERROR: The JPEG quality has not been specified. Use the default one: no compression" There existed a converted JPEG file, but there was nothing inside when I opened the JPEG file from Microsoft Photo Editor. Actually, I could see nothing from every sample JPEG file included in myDir directory. There was no problem to see the other JPEG files. Hyunju Shim 1216 SW 2nd Ave. # 66 Gainesville, FL 32601 Home: (262)296-2461 Email: [email protected] _________________________________________________________________ Join the world's largest e-mail service with MSN Hotmail. http://www.hotmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 28 08:04:55 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92634 invoked by uid 500); 28 Jan 2002 08:04:55 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92622 invoked from network); 28 Jan 2002 08:04:54 -0000 Message-Id: <[email protected]> X-Authentication-Warning: quokka.inria.fr: Host localhost [161.129.204.104] claimed to be there Content-Type: text/plain; charset="iso-8859-1" From: Thierry Kormann <[email protected]> Organization: ILOG To: [email protected], "shim hyunju" <[email protected]> Subject: Re: inquiry about SVG tool kit Date: Mon, 28 Jan 2002 09:05:04 +0100 X-Mailer: KMail [version 1.3] References: <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Sunday 27 January 2002 02:32, shim hyunju wrote: > Hi > I am a student who is learning SVG now. > I downloaded SVG tool kit(batik1.1.1 and batik-src-1.1.1) from apache site. > However I have some problems to use those. > > First, about batik-src-1.1.1 > When I tried to use SVG browser with the command "build svgbrowser" under > xml-batik directory, there was an error message of "Bad command or file > name." > It was same when I tried to run "build svgrasterizer" from xml-batik > directory, too. > > Second, about batik1.1.1 > I could successfully start SVG browser, and convert SVG file into PNG > file using SVG rasterizer. I guess you are working on a Linux box. chmod +x build.sh will solve the problem. > However, when I tried to convert SVG file into JPG file, there was an > error message saying "ERROR: The JPEG quality has not been specified. use > the default one: no compression" > After I got this error message, I could find converted JPG file but with > no contents.(There was nothing inside of the JPG file) In order to convert an SVG file into a JPG image, you need to set on the command line the compression ratio. For futher details, launch the rasterizer with no parameter - the available commmand line options will be displayed. Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 28 12:41:40 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21992 invoked by uid 500); 28 Jan 2002 12:41:40 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21970 invoked by uid 1064); 28 Jan 2002 12:41:39 -0000 Date: 28 Jan 2002 12:41:39 -0000 Message-ID: <[email protected]> From: Sam Ruby <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - Batik ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-01-28/xml-batik.html> ---------------------------------------------------- Buildfile: build.xml init-args: init: prepare-docs: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020128/docs javadoc: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020128/docs/javadoc [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.apache.batik.apps.rasterizer... [javadoc] Loading source files for package org.apache.batik.apps.slideshow... [javadoc] Loading source files for package org.apache.batik.apps.svgbrowser... [javadoc] Loading source files for package org.apache.batik.apps.svgpp... [javadoc] Loading source files for package org.apache.batik.apps.ttf2svg... [javadoc] Loading source files for package org.apache.batik.bridge... [javadoc] Loading source files for package org.apache.batik.css... [javadoc] Loading source files for package org.apache.batik.css.event... [javadoc] Loading source files for package org.apache.batik.css.parser... [javadoc] Loading source files for package org.apache.batik.css.sac... [javadoc] Loading source files for package org.apache.batik.css.svg... [javadoc] Loading source files for package org.apache.batik.css.value... [javadoc] Loading source files for package org.apache.batik.dom... [javadoc] Loading source files for package org.apache.batik.dom.events... [javadoc] Loading source files for package org.apache.batik.dom.svg... [javadoc] Loading source files for package org.apache.batik.dom.traversal... [javadoc] Loading source files for package org.apache.batik.dom.util... [javadoc] Loading source files for package org.apache.batik.ext.awt... [javadoc] Loading source files for package org.apache.batik.ext.awt.color... [javadoc] Loading source files for package org.apache.batik.ext.awt.font... [javadoc] Loading source files for package org.apache.batik.ext.awt.g2d... [javadoc] Loading source files for package org.apache.batik.ext.awt.geom... [javadoc] Loading source files for package org.apache.batik.ext.awt.image... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.codec... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.codec.tiff... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.renderable... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.rendered... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.spi... [javadoc] Loading source files for package org.apache.batik.ext.swing... [javadoc] Loading source files for package org.apache.batik.extension... [javadoc] Loading source files for package org.apache.batik.extension.svg... [javadoc] Loading source files for package org.apache.batik.gvt... [javadoc] Loading source files for package org.apache.batik.gvt.event... [javadoc] Loading source files for package org.apache.batik.gvt.filter... [javadoc] Loading source files for package org.apache.batik.gvt.font... [javadoc] Loading source files for package org.apache.batik.gvt.renderer... [javadoc] Loading source files for package org.apache.batik.gvt.text... [javadoc] Loading source files for package org.apache.batik.i18n... [javadoc] Loading source files for package org.apache.batik.parser... [javadoc] Loading source files for package org.apache.batik.parser.style... [javadoc] Loading source files for package org.apache.batik.script... [javadoc] Loading source files for package org.apache.batik.script.jacl... [javadoc] Loading source files for package org.apache.batik.script.jpython... [javadoc] Loading source files for package org.apache.batik.script.rhino... [javadoc] Loading source files for package org.apache.batik.svggen... [javadoc] Loading source files for package org.apache.batik.svggen.font... [javadoc] Loading source files for package org.apache.batik.svggen.font.table... [javadoc] Loading source files for package org.apache.batik.swing... [javadoc] Loading source files for package org.apache.batik.swing.gvt... [javadoc] Loading source files for package org.apache.batik.swing.svg... [javadoc] Loading source files for package org.apache.batik.transcoder... [javadoc] Loading source files for package org.apache.batik.transcoder.image... [javadoc] Loading source files for package org.apache.batik.transcoder.image.resources... [javadoc] Loading source files for package org.apache.batik.transcoder.keys... [javadoc] Loading source files for package org.apache.batik.transcoder.print... [javadoc] Loading source files for package org.apache.batik.transcoder.svg2svg... [javadoc] Loading source files for package org.apache.batik.transcoder.wmf... [javadoc] Loading source files for package org.apache.batik.transcoder.wmf.tosvg... [javadoc] Loading source files for package org.apache.batik.util... [javadoc] Loading source files for package org.apache.batik.util.gui... [javadoc] Loading source files for package org.apache.batik.util.gui.resource... [javadoc] Loading source files for package org.apache.batik.util.resources... [javadoc] Loading source files for package org.apache.batik.xml... [javadoc] Loading source files for package org.apache.batik.xml.scanner... [javadoc] Loading source files for package org.w3c.css.sac... [javadoc] Loading source files for package org.w3c.css.sac.helpers... [javadoc] Loading source files for package org.w3c.dom... [javadoc] Loading source files for package org.w3c.dom.css... [javadoc] Loading source files for package org.w3c.dom.events... [javadoc] Loading source files for package org.w3c.dom.smil... [javadoc] Loading source files for package org.w3c.dom.stylesheets... [javadoc] Loading source files for package org.w3c.dom.svg... [javadoc] Loading source files for package org.w3c.dom.traversal... [javadoc] Loading source files for package org.w3c.dom.views... [javadoc] Loading source files for package org.xml.sax... [javadoc] Loading source files for package org.xml.sax.ext... [javadoc] Loading source files for package org.xml.sax.helpers... [javadoc] Constructing Javadoc information... [javadoc] /home/rubys/jakarta/xml-batik/sources/org/apache/batik/script/jacl/JaclInterpreter.java:17: Package tcl.lang not found in import. [javadoc] import tcl.lang.*; [javadoc] ^ [javadoc] javadoc: warning - Cannot find class org.apache.batik.gvt.text.Attribute [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /home/rubys/jakarta/xml-batik/batik-20020128/docs/javadoc/stylesheet.css... [javadoc] 1 warning htmldoc: [copy] Copying 1 file to /home/rubys/jakarta/xml-batik/xdocs [java] [StyleBook] Overriding targetDirectory="batik-20020128/docs" (Old=".") [java] [StyleBook] Project URL: "sbk:/sources/book.xml" [java] [BasicEngine] Initializing [java] [Loader] Parsing Project file [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/book2project.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/directory2project.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Project] Creating "svgviewer.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgviewer.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/svgviewer-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] [Project] Creating "resources/void.gif" [java] [Project] Creating "graphics/architecture-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/architecture.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/batikUses.jpg" [java] [Project] Creating "graphics/faqs-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerViewTree.gif" [java] [Project] Creating "extendingBatik.html" [java] [CachingParser] Serving cached document "sbk:/sources/extendingBatik.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/toolsAndApps-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/demo.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/extendingBatik-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerBrowsing.gif" [java] [Project] Creating "graphics/ext-30-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerZoomin.gif" [java] [Project] Creating "resources/bar-top-right.gif" [java] [Project] Creating "graphics/index-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/index-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/index.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svgviewer-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgviewer.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/bar-border-right.gif" [java] [Project] Creating "graphics/ext-110-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgapplication.gif" [java] [Project] Creating "graphics/ext-24-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/line.gif" [java] [Project] Creating "graphics/toolsAndApps-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/note.gif" [java] [Project] Creating "graphics/mailList-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-asf-lo.gif" [java] [Project] Creating "graphics/svgrasterizer-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/architecture-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-border-left.gif" [java] [Project] Creating "graphics/test-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-w3c-hi.gif" [java] [Project] Creating "graphics/ttf2svg-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "toolsAndApps.html" [java] [CachingParser] Serving cached document "sbk:/sources/demo.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/whoAreWe-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/mailList-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/mail-lists.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/domapi-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svggen.jpg" [java] [Project] Creating "graphics/scripting-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/scriptIntro.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ext-112-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-xml-lo.gif" [java] [Project] Creating "graphics/license-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "pr.html" [java] [CachingParser] Serving cached document "sbk:/sources/pr.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svgviewerPreferences.gif" [java] [Project] Creating "resources/bar-border-top.gif" [java] [Project] Creating "resources/bottom.gif" [java] [Project] Creating "graphics/svgviewer-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "status.html" [java] [CachingParser] Serving cached document "sbk:/sources/status.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "svgrasterizer.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgrasterizer.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/splash.png" [java] [Project] Creating "rasterizerTutorial.html" [java] [CachingParser] Serving cached document "sbk:/sources/rasterizerTutorial.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/pr.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/faqs-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "ttf2svg.html" [java] [CachingParser] Serving cached document "sbk:/sources/ttf2svg.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/extendingBatik-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-30-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/faqs-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/faq.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "index.html" [java] [CachingParser] Serving cached document "sbk:/sources/index.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/scripting-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/logo.gif" [java] [Project] Creating "graphics/ext-110-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-bottom-left.gif" [java] [Project] Creating "graphics/ext-24-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svggen-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "install.html" [java] [CachingParser] Serving cached document "sbk:/sources/installing.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "domapi.html" [java] [CachingParser] Serving cached document "sbk:/sources/domTutorial.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svgviewerViewSource.gif" [java] [Project] Creating "graphics/toolsAndApps-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/script.js" [java] [Project] Creating "resources/bar-bottom-right.gif" [java] [Project] Creating "graphics/architecture-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-top-left.gif" [java] [Project] Creating "graphics/rasterizerTutorial-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ttf2svg-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgpp.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svgcanvas-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/jsvgcanvas.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/separator.gif" [java] [Project] Creating "images/svgviewerFileOpen.gif" [java] [Project] Creating "graphics/status-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/status.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "whoAreWe.html" [java] [CachingParser] Serving cached document "sbk:/sources/whoAreWe.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "resources/button-w3c-lo.gif" [java] [Project] Creating "graphics/index-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgrasterizer-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgrasterizer.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "mailList.html" [java] [CachingParser] Serving cached document "sbk:/sources/mail-lists.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "resources/close.gif" [java] [Project] Creating "images/svgviewerThumbnail.gif" [java] [Project] Creating "graphics/license-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerLocationBar.gif" [java] [Project] Creating "graphics/mailList-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerOpenPage.gif" [java] [Project] Creating "graphics/svgrasterizer-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "svggen.html" [java] [CachingParser] Serving cached document "sbk:/sources/svggen.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "svgpp.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgpp.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/faqs-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/join.gif" [java] [Project] Creating "graphics/test-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/extendingBatik-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-30-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/extendingBatik-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/extendingBatik.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ttf2svg-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/ttf2svg.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/svgviewerMultipleFiles.gif" [java] [Project] Creating "license.html" [java] [CachingParser] Serving cached document "sbk:/sources/license.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/domapi-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/scripting-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-110-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerDefaultRegular.jpg" [java] [Project] Creating "graphics/svggen-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "svgcanvas.html" [java] [CachingParser] Serving cached document "sbk:/sources/jsvgcanvas.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "architecture.html" [java] [CachingParser] Serving cached document "sbk:/sources/architecture.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/ext-112-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/toolsAndApps-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/right.gif" [java] [Project] Creating "graphics/architecture-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgviewer-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ttf2svg-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/test-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/testInfrastructure.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/install-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/installing.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/domapi-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/domTutorial.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/svgviewerPan.gif" [java] [Project] Creating "resources/button-asf-hi.gif" [java] [Project] Creating "graphics/index-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/glossary.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ext-24-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/mailList-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "faqs.html" [java] [CachingParser] Serving cached document "sbk:/sources/faq.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/svgrasterizer-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "glossary.html" [java] [CachingParser] Serving cached document "sbk:/sources/glossary.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "test.html" [java] [CachingParser] Serving cached document "sbk:/sources/testInfrastructure.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/license-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/license.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/pr-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-border-bottom.gif" [java] [Project] Creating "graphics/test-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerAOI.gif" [java] [Project] Creating "graphics/svggen-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svggen.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/button-xml-hi.gif" [java] [Project] Creating "scripting.html" [java] [CachingParser] Serving cached document "sbk:/sources/scriptIntro.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svggenHighLevelArchi.jpg" [java] [Project] Creating "graphics/domapi-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/scripting-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/rasterizerTutorial.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svggen-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/whoAreWe.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/HighLevelArchitecture.png" [java] [Project] Creating "graphics/ext-112-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/dot.gif" [java] [Project] Creating "graphics/license-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [StyleBook] All done successfully html: doc-zip: [zip] DEPRECATED - The zipfile attribute is deprecated. Use destfile attribute instead. [zip] Building zip: /home/rubys/jakarta/xml-batik/batik-docs-20020128.zip [delete] Deleting directory /home/rubys/jakarta/xml-batik/batik-20020128/docs/javadoc compile: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/classes [echo] debug off, optimize on, deprecation on [javac] Compiling 1424 source files to /home/rubys/jakarta/xml-batik/classes [javac] /home/rubys/jakarta/xml-batik/sources/org/apache/batik/gvt/text/TextLayoutAdapter.java:38: org.apache.batik.gvt.text.TextLayoutAdapter should be declared abstract; it does not define getGlyphMetrics(int) in org.apache.batik.gvt.text.TextLayoutAdapter [javac] public class TextLayoutAdapter implements TextSpanLayout { [javac] ^ [javac] 1 error BUILD FAILED /home/rubys/jakarta/xml-batik/build.xml:253: Compile failed, messages should have been provided. Total time: 7 minutes 29 seconds --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jan 28 13:02:37 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31702 invoked by uid 500); 28 Jan 2002 13:02:37 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31691 invoked by uid 500); 28 Jan 2002 13:02:36 -0000 Delivered-To: [email protected] Date: 28 Jan 2002 13:02:36 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/gvt/text TextLayoutAdapter.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N deweese 02/01/28 05:02:36 Removed: sources/org/apache/batik/gvt/text TextLayoutAdapter.java Log: Removed a legacy class. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 29 08:17:05 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17147 invoked by uid 500); 29 Jan 2002 08:17:04 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 54794 invoked from network); 28 Jan 2002 18:36:12 -0000 Subject: [Xerces2] Stop the Release! -- ALL PROJECTS PLEASE READ Date: Mon, 28 Jan 2002 13:43:19 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Message-ID: <[email protected]> X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: content-class: urn:content-classes:message Thread-Topic: [Xerces2] Stop the Release! -- ALL PROJECTS PLEASE READ Thread-Index: AcGoK6eWUhsuD3ezTC+NPmH9r9bhSA== From: "Andy Clark" <[email protected]> To: <[email protected]>, <[email protected]>, <[email protected]>, <[email protected]>, <[email protected]>, <[email protected]>, <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N T2theSwgcGVyaGFwcyAiU3RvcCB0aGUgUmVsZWFzZSEiIGlzIGEgbGl0dGxlIGhhcnNoIGJ1dCBJ IHdhbnRlZCB0byBnZXQNCnlvdXIgYXR0ZW50aW9uLiA7KQ0KIA0KQWZ0ZXIgYSBsb25nIGpvdXJu ZXksIFhlcmNlcyAyLjAuMCBpcyBzY2hlZHVsZWQgdG8gYmUgcmVsZWFzZWQgVEhJUw0KV0VFSyEg QXJlbid0IHlvdSBleGNpdGVkPyBJIGtub3cgSSBhbS4gSG93ZXZlci4uLg0KIA0KSSBiZWxpZXZl IHRoYXQgdGhlcmUgYXJlIHN0aWxsIGEgZmV3IHRoaW5ncyB0aGF0IG5lZWQgdG8gYmUgc3RyYWln aHRlbmVkDQpvdXQgKmJlZm9yZSogd2UgcmVsZWFzZS4gRmlyc3QgYXJlIHRoZSBjaGFuZ2VzIEkg aGF2ZSBsaXN0ZWQgaW4gbXkNCnByZXZpb3VzIG1lc3NhZ2UgdGl0bGVkICJbWGVyY2VzMl0gTWlz c2luZyBBUEkgQ2hhbmdlcyIuIEJ1dCBhbHNvIHZlcnkNCmltcG9ydGFudCBpcyBmaXhpbmcgKG9y IGdldHRpbmcgYSBjb21taXRtZW50IHRvIGZpeCkgdGhlIHByb2plY3RzIHRoYXQNCmFyZSBzdGls bCBmYWlsaW5nIHdpdGggdGhlIFhlcmNlczIgYnVpbGQgYXMgbWVudGlvbmVkIGJ5IFNhbSBSdWJ5 LiBKdXN0DQphcyBhIHJlbWluZGVyLCB5b3UgY2FuIHZpZXcgdGhlIG91dHB1dCBvZiBHdW1wIHVz aW5nIFhlcmNlczIgYXQgdGhlDQpmb2xsb3dpbmcgVVJMOg0KIA0KICAgIGh0dHA6Ly9uYWdveWEu YXBhY2hlLm9yZy9+cnVieXMvZ3VtcC94ZXJjZXMyLw0KIA0KSSBsb29rZWQgYXQgYSBmZXcgb2Yg dGhlIG9mZmVuZGVycyBhbmQsIGZvciB0aGUgbW9zdCBwYXJ0LCBpdCBpcyBtb3JlIG9mDQphIHNp bXBsZSBvdmVyc2lnaHQgdGhhbiBhIHByb2JsZW0gd2l0aCBYZXJjZXMyLiAoZS5nLiBpbXBvcnRp bmcNCm9yZy5hcGFjaGUueGVyY2VzLmZyYW1ld29yay5YTUxQYXJzZXIgZXZlbiB0aG91Z2ggaXQg bm8gbG9uZ2VyIGV4aXN0cw0KYW5kIGlzbid0IGV2ZW4gdXNlZCBpbiB0aGF0IHNvdXJjZSBmaWxl LikgVGhpcyBtYWtlcyBtZSBmZWVsIGJldHRlciBidXQNCmFsbCBvZiB0aGVzZSByZXBvcnRlZCBm YWlsdXJlcyBhcmUgYSBiaWcgYmxhY2sgZXllIHRoYXQgSSB3b3VsZCBsaWtlIHRvDQpiZSBoZWFs ZWQgYmVmb3JlIHdlIHJlbGVhc2UuDQogDQpUaGVyZWZvcmUsIEkgd291bGQgbGlrZSBhbiBpbW1l ZGlhdGUgcmVzcG9uc2UgZnJvbSB0aGUgZm9sbG93aW5nDQpwcm9qZWN0cyByZWdhcmRpbmcgc3Rh dHVzLCBwbGFubmVkIGZpeCwgZXRjLiBzbyB0aGF0IHdlIGNhbiBtb3ZlIGZvcndhcmQNCndpdGgg dGhlIFhlcmNlcyAyLjAuMCAoTk9OLUJFVEEhISEpIHJlbGVhc2U6IChUaGVzZSBhcmUgdGhlIHBy b2plY3QNCmN1cnJlbnRseSByZXBvcnRpbmcgZXJyb3JzIGZyb20gdGhlIGxhdGVzdCBHdW1wIHJ1 bi4gSWYgdGhlIHByb2JsZW0gaGFzDQphbHJlYWR5IGJlZW4gZml4ZWQsIHBsZWFzZSBkaXNyZWdh cmQgdGhpcyBtZXNzYWdlLikNCiANCiAgICB4bWwtYmF0aWsNCiAgICBqYWthcnRhLXR1cmJpbmUt dG9ycXVlDQogICAgamFrYXJ0YS10dXJiaW5lLTINCiAgICBqYWthcnRhLWF2YWxvbi1jb3JuZXJz dG9uZQ0KICAgIGpha2FydGEtY2FjdHVzLTIyDQogICAgamFrYXJ0YS10b21jYXQtNC4wDQogICAg eG1sLXNlY3VyaXR5DQogDQpJZiB5b3UgYXJlIGludm9sdmVkIHdpdGggYW55IG9mIHRoZXNlIHBy b2plY3RzLCBwbGVhc2UgbG9vayBpbnRvIHRoZQ0KZXJyb3JzIHJlcG9ydGVkIGJ5IEd1bXAgYW5k IGVpdGhlciBmaXggaXQsIGlmIHlvdSBjYW4sIG9yIHRlbGwgdGhlDQpYZXJjZXMtSiB0ZWFtIHdo YXQgaXMgd3Jvbmcgd2l0aCB0aGUgdmVyc2lvbiAyIHBhcnNlci4gQW5kIGlmIHlvdSBjaG9vc2UN CnRoZSBsYXR0ZXIsIHBsZWFzZSBtYWtlIHlvdXIgYnVnIHJlcG9ydCBjb3JyZWN0IGFuZCBjb21w bGV0ZS4gVGhhbmtzIQ0KIA0KLUFuZHlDDQogDQpQLlMuIFBsZWFzZSByZXBseSB0byB0aGUgeGVy Y2VzLWotZGV2QHhtbC5hcGFjaGUub3JnIG1haWxpbmcgbGlzdCB0bw0KcmVwb3J0IHN0YXR1cy4N Cg== From [email protected] Tue Jan 29 16:22:03 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89576 invoked by uid 500); 29 Jan 2002 16:22:02 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89558 invoked from network); 29 Jan 2002 16:22:02 -0000 X-Authentication-Warning: sherman.image.kodak.com: deweese set sender to [email protected] using -f From: Thomas E Deweese <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[email protected]> Date: Tue, 29 Jan 2002 11:22:03 -0500 To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/gvt/text BidiAttributedCharacterIterator.java GlyphLayout.java X-Mailer: VM 6.95 under Emacs 20.5.1 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Modified: samples/tests/spec/scripting xyModifOnClick.svg sources/org/apache/batik/bridge UpdateManager.java sources/org/apache/batik/gvt UpdateTracker.java sources/org/apache/batik/gvt/font FontFamilyResolver.java sources/org/apache/batik/gvt/renderer DynamicRenderer.java StaticRenderer.java StrokingTextPainter.java sources/org/apache/batik/gvt/text BidiAttributedCharacterIterator.java GlyphLayout.java Log: 1) Text with lots of tspans can be up to 2x fast (can't get much faster without writing our own implementation of AttributedString). 2) GlyphLayout is cleaned up a bit (most layout is now done lazily). 3) Improved the textLength handling a bit. 4) A real DynamicRenderer implementation that is smarter about redrawing for animation/scripting. 5) Repaints now work properly when zoomed/panned (xyModifOnClick.svg works if you zoom in). 6) UpdateTracker should now properly handle changes to a nodes transform. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 29 21:46:45 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66375 invoked by uid 500); 29 Jan 2002 21:46:45 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66364 invoked by uid 500); 29 Jan 2002 21:46:44 -0000 Delivered-To: [email protected] Date: 29 Jan 2002 21:46:44 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/gvt/renderer DynamicRenderer.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N deweese 02/01/29 13:46:43 Modified: sources/org/apache/batik/gvt UpdateTracker.java sources/org/apache/batik/gvt/renderer DynamicRenderer.java Log: 1) Fix for objects that move more than once in an animation. 2) Some very primitive framerate checking code (~10fps but this _really_ inaccurate indicator of real frame-rate potential). Revision Changes Path 1.4 +4 -3 xml-batik/sources/org/apache/batik/gvt/UpdateTracker.java Index: UpdateTracker.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/UpdateTracker.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- UpdateTracker.java 29 Jan 2002 16:19:00 -0000 1.3 +++ UpdateTracker.java 29 Jan 2002 21:46:43 -0000 1.4 @@ -29,7 +29,7 @@ * This class tracks the changes on a GVT tree * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: UpdateTracker.java,v 1.3 2002/01/29 16:19:00 deweese Exp $ + * @version $Id: UpdateTracker.java,v 1.4 2002/01/29 21:46:43 deweese Exp $ */ public class UpdateTracker extends GraphicsNodeChangeAdapter { @@ -53,7 +53,7 @@ // System.out.println("Getting dirty areas"); if (dirtyNodes == null) - return null; + return null; List ret = new LinkedList(); Set keys = dirtyNodes.keySet(); @@ -75,6 +75,7 @@ Rectangle2D srcNRgn = gn.getBounds(); AffineTransform nat = gn.getTransform(); + nodeBounds.put(gnWRef, srcNRgn); // remember the new bounds... Shape oRgn = srcORgn; Shape nRgn = srcNRgn; @@ -120,7 +121,7 @@ ret.add(oRgn); ret.add(nRgn); } - } + } // System.out.println("Dirty area: " + ret); return ret; 1.7 +7 -2 xml-batik/sources/org/apache/batik/gvt/renderer/DynamicRenderer.java Index: DynamicRenderer.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/renderer/DynamicRenderer.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- DynamicRenderer.java 29 Jan 2002 16:19:00 -0000 1.6 +++ DynamicRenderer.java 29 Jan 2002 21:46:43 -0000 1.7 @@ -29,7 +29,7 @@ * Simple implementation of the Renderer that supports dynamic updates. * * @author <a href="mailto:[email protected]">Thierry Kormann</a> - * @version $Id: DynamicRenderer.java,v 1.6 2002/01/29 16:19:00 deweese Exp $ + * @version $Id: DynamicRenderer.java,v 1.7 2002/01/29 21:46:43 deweese Exp $ */ public class DynamicRenderer extends StaticRenderer { @@ -60,11 +60,16 @@ * @param areas a List of regions to be repainted, in the current * user space coordinate system. */ + // long lastFrame = -1; public void repaint(List areas) throws InterruptedException { if (areas == null) return; // long t0 = System.currentTimeMillis(); + // if (lastFrame != -1) { + // System.out.println("InterFrame time: " + (t0-lastFrame)); + // } + // lastFrame = t0; CachableRed cr; WritableRaster syncRaster; @@ -110,7 +115,7 @@ // System.out.println("Repainting All"); cr.copyData(copyRaster); } else { - if ((isDoubleBuffered) && + if ((isDoubleBuffered) && (currentRaster != null) && (damagedAreas != null)) { iter = damagedAreas.iterator(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jan 29 22:24:33 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87822 invoked by uid 500); 29 Jan 2002 22:24:33 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87811 invoked by uid 500); 29 Jan 2002 22:24:33 -0000 Delivered-To: [email protected] Date: 29 Jan 2002 22:24:32 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/bridge RepaintManager.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N deweese 02/01/29 14:24:32 Modified: sources/org/apache/batik/bridge RepaintManager.java Log: Slightly better sleep alg. Revision Changes Path 1.3 +10 -2 xml-batik/sources/org/apache/batik/bridge/RepaintManager.java Index: RepaintManager.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/RepaintManager.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- RepaintManager.java 23 Jan 2002 14:14:07 -0000 1.2 +++ RepaintManager.java 29 Jan 2002 22:24:32 -0000 1.3 @@ -14,7 +14,7 @@ * This class manages the rendering of a GVT tree. * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: RepaintManager.java,v 1.2 2002/01/23 14:14:07 deweese Exp $ + * @version $Id: RepaintManager.java,v 1.3 2002/01/29 22:24:32 deweese Exp $ */ public class RepaintManager extends Thread { @@ -23,6 +23,8 @@ */ protected UpdateManager updateManager; + long targetFrameTime = 50; + /** * Creates a new repaint manager. */ @@ -39,8 +41,10 @@ * framerate because it's made the last few frames with the * current frame-rate easily) */ public void run() { + long lastFrameTime, currentTime, tm, sleepTime; try { while (!Thread.currentThread().isInterrupted()) { + lastFrameTime = System.currentTimeMillis(); final UpdateTracker ut = updateManager.getUpdateTracker(); if (ut.hasChanged()) { updateManager.getUpdateRunnableQueue().invokeAndWait @@ -52,7 +56,11 @@ } }); } - sleep(40); + currentTime = System.currentTimeMillis(); + tm = currentTime - lastFrameTime; + sleepTime = targetFrameTime-tm; + if (sleepTime > 0) + sleep(sleepTime); } } catch (InterruptedException e) { } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 30 16:05:51 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75072 invoked by uid 500); 30 Jan 2002 16:05:50 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75047 invoked by uid 500); 30 Jan 2002 16:05:49 -0000 Delivered-To: [email protected] Date: 30 Jan 2002 16:05:49 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/lib LICENSE.js.txt README.js.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vhardy 02/01/30 08:05:49 Added: lib LICENSE.js.txt README.js.txt Log: Initial versions for the Rhino license and readme files in the lib directory. Revision Changes Path 1.1 xml-batik/lib/LICENSE.js.txt Index: LICENSE.js.txt =================================================================== This distribution includes the Mozilla Rhino binary distribution without code modifications. Source code for rhino is available on Mozilla web site: http://www.mozilla.org/rhino Rhino is licensed under the NPL (Netscape Public License) which is duplicated below. ============================================================================== AMENDMENTS The Netscape Public License Version 1.1 ("NPL") consists of the Mozilla Public License Version 1.1 with the following Amendments, including Exhibit A-Netscape Public License. Files identified with "Exhibit A-Netscape Public License" are governed by the Netscape Public License Version 1.1. Additional Terms applicable to the Netscape Public License. I. Effect. These additional terms described in this Netscape Public License -- Amendments shall apply to the Mozilla Communicator client code and to all Covered Code under this License. II. "Netscape's Branded Code" means Covered Code that Netscape distributes and/or permits others to distribute under one or more trademark(s) which are controlled by Netscape but which are not licensed for use under this License. III. Netscape and logo. This License does not grant any rights to use the trademarks "Netscape", the "Netscape N and horizon" logo or the "Netscape lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript", "Smart Browsing" even if such marks are included in the Original Code or Modifications. IV. Inability to Comply Due to Contractual Obligation. Prior to licensing the Original Code under this License, Netscape has licensed third party code for use in Netscape's Branded Code. To the extent that Netscape is limited contractually from making such third party code available under this License, Netscape may choose to reintegrate such code into Covered Code without being required to distribute such code in Source Code form, even if such code would otherwise be considered "Modifications" under this License. V. Use of Modifications and Covered Code by Initial Developer. V.1. In General. The obligations of Section 3 apply to Netscape, except to the extent specified in this Amendment, Section V.2 and V.3. V.2. Other Products. Netscape may include Covered Code in products other than the Netscape's Branded Code which are released by Netscape during the two (2) years following the release date of the Original Code, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License. V.3. Alternative Licensing. Netscape may license the Source Code of Netscape's Branded Code, including Modifications incorporated therein, without such Netscape Branded Code becoming subject to the terms of this License, and may license such Netscape Branded Code on different terms from those contained in this License. VI. Litigation. Notwithstanding the limitations of Section 11 above, the provisions regarding litigation in Section 11(a), (b) and (c) of the License shall apply to all disputes relating to this License. EXHIBIT A-Netscape Public License. "The contents of this file are subject to the Netscape Public License Version 1.1 (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.mozilla.org/NPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is Mozilla Communicator client code, released March 31, 1998. The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1998-1999 Netscape Communications Corporation. All Rights Reserved. Contributor(s): ______________________________________. Alternatively, the contents of this file may be used under the terms of the _____ license (the "[___] License"), in which case the provisions of [______] License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the NPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the NPL or the [___] License." ---------------------------------------------------------------------- MOZILLA PUBLIC LICENSE Version 1.1 --------------- 1. Definitions. 1.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party. 1.1. "Contributor" means each entity that creates or contributes to the creation of Modifications. 1.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor. 1.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof. 1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data. 1.5. "Executable" means Covered Code in any form other than Source Code. 1.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A. 1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. 1.8. "License" means this document. 1.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein. 1.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is: A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. B. Any new file that contains any part of the Original Code or previous Modifications. 1.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License. 1.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor. 1.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge. 1.12. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. 2. Source Code License. 2.1. The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and (b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof). (c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License. (d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices. 2.2. Contributor Grant. Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination). (c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code. (d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor. 3. Distribution Obligations. 3.1. Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5. 3.2. Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party. 3.3. Description of Modifications. You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code. 3.4. Intellectual Property Matters (a) Third Party Claims. If Contributor has knowledge that a license under a third party's intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained. (b) Contributor APIs. If Contributor's Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file. (c) Representations. Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor's Modifications are Contributor's original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License. 3.5. Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. 3.6. Distribution of Executable Versions. You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. 3.7. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code. 4. Inability to Comply Due to Statute or Regulation. If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. 5. Application of this License. This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code. 6. Versions of the License. 6.1. New Versions. Netscape Communications Corporation ("Netscape") may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number. 6.2. Effect of New Versions. Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License. 6.3. Derivative Works. If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", "MPL", "NPL" or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.) 7. DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. 8. TERMINATION. 8.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. 8.2. If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that: (a) such Participant's Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above. (b) any software, hardware, or device, other than such Participant's Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant. 8.3. If You assert a patent infringement claim against Participant alleging that such Participant's Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license. 8.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination. 9. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. 10. U.S. GOVERNMENT END USERS. The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. 11. MISCELLANEOUS. This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. 12. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability. 13. MULTIPLE-LICENSED CODE. Initial Developer may designate portions of the Covered Code as "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the NPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A. EXHIBIT A -Mozilla Public License. ``The contents of this file are subject to the Mozilla Public License Version 1.1 (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.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is ______________________________________. The Initial Developer of the Original Code is ________________________. Portions created by ______________________ are Copyright (C) ______ _______________________. All Rights Reserved. Contributor(s): ______________________________________. Alternatively, the contents of this file may be used under the terms of the _____ license (the "[___] License"), in which case the provisions of [______] License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the MPL or the [___] License." [NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.] ============================================================================== 1.1 xml-batik/lib/README.js.txt Index: README.js.txt =================================================================== This distribution includes the Mozilla Rhino binary distribution without code modifications. Source code for rhino is available on Mozilla web site: http://www.mozilla.org/rhino Rhino is licensed under the NPL (Netscape Public License) which is in the LICENSE.js.txt file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 30 16:37:53 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15694 invoked by uid 500); 30 Jan 2002 16:37:52 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15683 invoked by uid 500); 30 Jan 2002 16:37:52 -0000 Delivered-To: [email protected] Date: 30 Jan 2002 16:37:52 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/lib README.js.txt LICENSE.js.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N cjolif 02/01/30 08:37:52 Modified: lib README.js.txt LICENSE.js.txt Log: small additions to Rhino description Revision Changes Path 1.2 +5 -3 xml-batik/lib/README.js.txt Index: README.js.txt =================================================================== RCS file: /home/cvs/xml-batik/lib/README.js.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.js.txt 30 Jan 2002 16:05:49 -0000 1.1 +++ README.js.txt 30 Jan 2002 16:37:51 -0000 1.2 @@ -1,6 +1,8 @@ -This distribution includes the Mozilla Rhino binary distribution -without code modifications. -Source code for rhino is available on Mozilla web site: +This distribution includes the Mozilla Rhino 1.5 release 3 binary +distribution without code modifications. +You can also get that distribution from the following URL: +ftp://ftp.mozilla.org/pub/js/ +Source code for Rhino is available on Mozilla web site: http://www.mozilla.org/rhino Rhino is licensed under the NPL (Netscape Public License) which is in the LICENSE.js.txt file 1.2 +5 -3 xml-batik/lib/LICENSE.js.txt Index: LICENSE.js.txt =================================================================== RCS file: /home/cvs/xml-batik/lib/LICENSE.js.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- LICENSE.js.txt 30 Jan 2002 16:05:49 -0000 1.1 +++ LICENSE.js.txt 30 Jan 2002 16:37:51 -0000 1.2 @@ -1,7 +1,9 @@ -This distribution includes the Mozilla Rhino binary distribution -without code modifications. -Source code for rhino is available on Mozilla web site: +This distribution includes the Mozilla Rhino 1.5 release 3 binary +distribution without code modifications. +You can also get that distribution from the following URL: +ftp://ftp.mozilla.org/pub/js/ +Source code for Rhino is available on Mozilla web site: http://www.mozilla.org/rhino Rhino is licensed under the NPL (Netscape Public License) which is duplicated below. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 30 16:38:43 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17319 invoked by uid 500); 30 Jan 2002 16:38:43 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17308 invoked by uid 500); 30 Jan 2002 16:38:43 -0000 Delivered-To: [email protected] Date: 30 Jan 2002 16:38:38 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/lib js.jar X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N cjolif 02/01/30 08:38:38 Modified: lib js.jar Log: Rhino 1.5R3 jar file Revision Changes Path 1.6 +1451 -1814xml-batik/lib/js.jar <<Binary file>> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 30 17:10:39 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49096 invoked by uid 500); 30 Jan 2002 17:10:39 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49085 invoked by uid 500); 30 Jan 2002 17:10:39 -0000 Delivered-To: [email protected] Date: 30 Jan 2002 17:10:38 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik LICENSE.rhino X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N cjolif 02/01/30 09:10:38 Removed: . LICENSE.rhino Log: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 30 17:27:25 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66943 invoked by uid 500); 30 Jan 2002 17:27: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-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66922 invoked from network); 30 Jan 2002 17:27:23 -0000 Message-ID: <[email protected]> Date: Wed, 30 Jan 2002 18:24:30 +0100 From: Christophe Jolif <[email protected]> Organization: ILOG S.A. X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Rhino update Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N For your information. The update of the Rhino library on the CVS rep I made today created a temporary problem that makes scripting engine unworkable. I'm working on fixing that. In the meantime you can savely use the old Rhino jar to solve the problem. -- Christophe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 30 17:42:28 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82140 invoked by uid 500); 30 Jan 2002 17:42:28 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82129 invoked by uid 500); 30 Jan 2002 17:42:27 -0000 Delivered-To: [email protected] Date: 30 Jan 2002 17:42:27 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/script/rhino RhinoInterpreter.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N cjolif 02/01/30 09:42:27 Modified: sources/org/apache/batik/script/rhino RhinoInterpreter.java Log: Rhino1.5R2 -> Rhino1.5R3 compatibility problem Revision Changes Path 1.8 +10 -6 xml-batik/sources/org/apache/batik/script/rhino/RhinoInterpreter.java Index: RhinoInterpreter.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/script/rhino/RhinoInterpreter.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- RhinoInterpreter.java 8 Oct 2001 15:04:39 -0000 1.7 +++ RhinoInterpreter.java 30 Jan 2002 17:42:27 -0000 1.8 @@ -35,7 +35,7 @@ * A simple implementation of <code>Interpreter</code> interface to use * Rhino ECMAScript interpreter. * @author <a href="mailto:[email protected]">Christophe Jolif</a> - * @version $Id: RhinoInterpreter.java,v 1.7 2001/10/08 15:04:39 cjolif Exp $ + * @version $Id: RhinoInterpreter.java,v 1.8 2002/01/30 17:42:27 cjolif Exp $ */ public class RhinoInterpreter implements Interpreter { private static String[] TO_BE_IMPORTED = { @@ -75,8 +75,10 @@ context = Context.enter(); try { // init std object with an importer + // building the importer automatically initialize the + // context with it since Rhino1.5R3 ImporterTopLevel importer = new ImporterTopLevel(context); - globalObject = (ScriptableObject)context.initStandardObjects(importer); + globalObject = importer; // import Java lang package & DOM Level 2 & SVG DOM packages NativeJavaPackage[] p= new NativeJavaPackage[TO_BE_IMPORTED.length]; for (int i = 0; i < TO_BE_IMPORTED.length; i++) { @@ -113,8 +115,7 @@ * value of the last expression evaluated in the script. */ public Object evaluate(Reader scriptreader) - throws InterpreterException, IOException - { + throws InterpreterException, IOException { Object rv = null; Context ctx = Context.enter(context); try { @@ -154,8 +155,8 @@ * value of the last expression evaluated in the script. */ public Object evaluate(String scriptstr) - throws InterpreterException - { + throws InterpreterException { + System.out.println("evaluate "+scriptstr); Context ctx = Context.enter(context); Script script = null; Entry et = null; @@ -198,6 +199,8 @@ } Object rv = null; try { + System.out.println("ctx "+ctx); + System.out.println("global "+globalObject); rv = script.exec(ctx, globalObject); } catch (JavaScriptException e) { // exception from JavaScript (possibly wrapping a Java Ex) @@ -214,6 +217,7 @@ -1, -1); } catch (RuntimeException re) { // other RuntimeExceptions + re.printStackTrace(); throw new InterpreterException(re, re.getMessage(), -1, -1); } finally { Context.exit(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 30 17:42:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82371 invoked by uid 500); 30 Jan 2002 17:42:47 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82360 invoked from network); 30 Jan 2002 17:42:46 -0000 Message-ID: <[email protected]> Date: Wed, 30 Jan 2002 18:40:00 +0100 From: Christophe Jolif <[email protected]> Organization: ILOG S.A. X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: Rhino update References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ok, the problem is fixed now. You can update sources/org/apache/batik/script/rhino/RhinoInterpreter.java to be compliant with the new Rhino jar. Christophe Jolif wrote: > > For your information. > > The update of the Rhino library on the CVS rep I made today created a temporary > problem that makes scripting engine unworkable. I'm working on fixing that. In > the meantime you can savely use the old Rhino jar to solve the problem. > > -- > Christophe > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] -- Christophe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 30 17:44:21 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83825 invoked by uid 500); 30 Jan 2002 17:44:21 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83814 invoked by uid 500); 30 Jan 2002 17:44:21 -0000 Delivered-To: [email protected] Date: 30 Jan 2002 17:44:20 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/script/rhino RhinoInterpreter.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N cjolif 02/01/30 09:44:20 Modified: sources/org/apache/batik/script/rhino RhinoInterpreter.java Log: remove some debugging traces Revision Changes Path 1.9 +1 -5 xml-batik/sources/org/apache/batik/script/rhino/RhinoInterpreter.java Index: RhinoInterpreter.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/script/rhino/RhinoInterpreter.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- RhinoInterpreter.java 30 Jan 2002 17:42:27 -0000 1.8 +++ RhinoInterpreter.java 30 Jan 2002 17:44:20 -0000 1.9 @@ -35,7 +35,7 @@ * A simple implementation of <code>Interpreter</code> interface to use * Rhino ECMAScript interpreter. * @author <a href="mailto:[email protected]">Christophe Jolif</a> - * @version $Id: RhinoInterpreter.java,v 1.8 2002/01/30 17:42:27 cjolif Exp $ + * @version $Id: RhinoInterpreter.java,v 1.9 2002/01/30 17:44:20 cjolif Exp $ */ public class RhinoInterpreter implements Interpreter { private static String[] TO_BE_IMPORTED = { @@ -156,7 +156,6 @@ */ public Object evaluate(String scriptstr) throws InterpreterException { - System.out.println("evaluate "+scriptstr); Context ctx = Context.enter(context); Script script = null; Entry et = null; @@ -199,8 +198,6 @@ } Object rv = null; try { - System.out.println("ctx "+ctx); - System.out.println("global "+globalObject); rv = script.exec(ctx, globalObject); } catch (JavaScriptException e) { // exception from JavaScript (possibly wrapping a Java Ex) @@ -217,7 +214,6 @@ -1, -1); } catch (RuntimeException re) { // other RuntimeExceptions - re.printStackTrace(); throw new InterpreterException(re, re.getMessage(), -1, -1); } finally { Context.exit(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jan 30 17:46:49 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84955 invoked by uid 500); 30 Jan 2002 17:46:49 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84944 invoked from network); 30 Jan 2002 17:46:48 -0000 X-Authentication-Warning: sherman.image.kodak.com: deweese set sender to [email protected] using -f From: Thomas E Deweese <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[email protected]> Date: Wed, 30 Jan 2002 12:46:50 -0500 To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/script/rhino RhinoInterpreter.java In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: VM 6.95 under Emacs 20.5.1 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >>>>> "cj" == cjolif <[email protected]> writes: cj> cjolif 02/01/30 09:42:27 cj> Modified: sources/org/apache/batik/script/rhino cj> RhinoInterpreter.java Log: Rhino1.5R2 -> Rhino1.5R3 compatibility cj> problem + throws InterpreterException { + System.out.println("evaluate "+scriptstr); [...] + System.out.println("ctx "+ctx); + System.out.println("global "+globalObject); Forget to do some clean up??? :) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 31 08:38:06 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44782 invoked by uid 500); 31 Jan 2002 08:38:05 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44769 invoked from network); 31 Jan 2002 08:38:04 -0000 Message-ID: <[email protected]> Date: Thu, 31 Jan 2002 09:35:14 +0100 From: Christophe Jolif <[email protected]> Organization: ILOG S.A. X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: cvs commit: xml-batik/sources/org/apache/batik/script/rhinoRhinoInterpreter.java References: <[email protected]> <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thomas E Deweese wrote: > > >>>>> "cj" == cjolif <[email protected]> writes: > > cj> cjolif 02/01/30 09:42:27 > > cj> Modified: sources/org/apache/batik/script/rhino > cj> RhinoInterpreter.java Log: Rhino1.5R2 -> Rhino1.5R3 compatibility > cj> problem > > + throws InterpreterException { > + System.out.println("evaluate "+scriptstr); > > [...] > > + System.out.println("ctx "+ctx); > + System.out.println("global "+globalObject); > > Forget to do some clean up??? :) Yes. The commit 2 minutes after the one you are looking at should have removed that things. Let me know in case you still see the traces... Thanks. -- Christophe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 31 13:48:56 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26468 invoked by uid 500); 31 Jan 2002 13:48:53 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26427 invoked by uid 1064); 31 Jan 2002 13:48:52 -0000 Date: 31 Jan 2002 13:48:52 -0000 Message-ID: <[email protected]> From: Sam Ruby <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - Batik ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-01-31/xml-batik.html> ---------------------------------------------------- Buildfile: build.xml init-args: init: prepare-docs: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020131/docs javadoc: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020131/docs/javadoc [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.apache.batik.apps.rasterizer... [javadoc] Loading source files for package org.apache.batik.apps.slideshow... [javadoc] Loading source files for package org.apache.batik.apps.svgbrowser... [javadoc] Loading source files for package org.apache.batik.apps.svgpp... [javadoc] Loading source files for package org.apache.batik.apps.ttf2svg... [javadoc] Loading source files for package org.apache.batik.bridge... [javadoc] Loading source files for package org.apache.batik.css... [javadoc] Loading source files for package org.apache.batik.css.event... [javadoc] Loading source files for package org.apache.batik.css.parser... [javadoc] Loading source files for package org.apache.batik.css.sac... [javadoc] Loading source files for package org.apache.batik.css.svg... [javadoc] Loading source files for package org.apache.batik.css.value... [javadoc] Loading source files for package org.apache.batik.dom... [javadoc] Loading source files for package org.apache.batik.dom.events... [javadoc] Loading source files for package org.apache.batik.dom.svg... [javadoc] Loading source files for package org.apache.batik.dom.traversal... [javadoc] Loading source files for package org.apache.batik.dom.util... [javadoc] Loading source files for package org.apache.batik.ext.awt... [javadoc] Loading source files for package org.apache.batik.ext.awt.color... [javadoc] Loading source files for package org.apache.batik.ext.awt.font... [javadoc] Loading source files for package org.apache.batik.ext.awt.g2d... [javadoc] Loading source files for package org.apache.batik.ext.awt.geom... [javadoc] Loading source files for package org.apache.batik.ext.awt.image... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.codec... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.codec.tiff... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.renderable... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.rendered... [javadoc] Loading source files for package org.apache.batik.ext.awt.image.spi... [javadoc] Loading source files for package org.apache.batik.ext.swing... [javadoc] Loading source files for package org.apache.batik.extension... [javadoc] Loading source files for package org.apache.batik.extension.svg... [javadoc] Loading source files for package org.apache.batik.gvt... [javadoc] Loading source files for package org.apache.batik.gvt.event... [javadoc] Loading source files for package org.apache.batik.gvt.filter... [javadoc] Loading source files for package org.apache.batik.gvt.font... [javadoc] Loading source files for package org.apache.batik.gvt.renderer... [javadoc] Loading source files for package org.apache.batik.gvt.text... [javadoc] Loading source files for package org.apache.batik.i18n... [javadoc] Loading source files for package org.apache.batik.parser... [javadoc] Loading source files for package org.apache.batik.parser.style... [javadoc] Loading source files for package org.apache.batik.script... [javadoc] Loading source files for package org.apache.batik.script.jacl... [javadoc] Loading source files for package org.apache.batik.script.jpython... [javadoc] Loading source files for package org.apache.batik.script.rhino... [javadoc] Loading source files for package org.apache.batik.svggen... [javadoc] Loading source files for package org.apache.batik.svggen.font... [javadoc] Loading source files for package org.apache.batik.svggen.font.table... [javadoc] Loading source files for package org.apache.batik.swing... [javadoc] Loading source files for package org.apache.batik.swing.gvt... [javadoc] Loading source files for package org.apache.batik.swing.svg... [javadoc] Loading source files for package org.apache.batik.transcoder... [javadoc] Loading source files for package org.apache.batik.transcoder.image... [javadoc] Loading source files for package org.apache.batik.transcoder.image.resources... [javadoc] Loading source files for package org.apache.batik.transcoder.keys... [javadoc] Loading source files for package org.apache.batik.transcoder.print... [javadoc] Loading source files for package org.apache.batik.transcoder.svg2svg... [javadoc] Loading source files for package org.apache.batik.transcoder.wmf... [javadoc] Loading source files for package org.apache.batik.transcoder.wmf.tosvg... [javadoc] Loading source files for package org.apache.batik.util... [javadoc] Loading source files for package org.apache.batik.util.gui... [javadoc] Loading source files for package org.apache.batik.util.gui.resource... [javadoc] Loading source files for package org.apache.batik.util.resources... [javadoc] Loading source files for package org.apache.batik.xml... [javadoc] Loading source files for package org.apache.batik.xml.scanner... [javadoc] Loading source files for package org.w3c.css.sac... [javadoc] Loading source files for package org.w3c.css.sac.helpers... [javadoc] Loading source files for package org.w3c.dom... [javadoc] Loading source files for package org.w3c.dom.css... [javadoc] Loading source files for package org.w3c.dom.events... [javadoc] Loading source files for package org.w3c.dom.smil... [javadoc] Loading source files for package org.w3c.dom.stylesheets... [javadoc] Loading source files for package org.w3c.dom.svg... [javadoc] Loading source files for package org.w3c.dom.traversal... [javadoc] Loading source files for package org.w3c.dom.views... [javadoc] Loading source files for package org.xml.sax... [javadoc] Loading source files for package org.xml.sax.ext... [javadoc] Loading source files for package org.xml.sax.helpers... [javadoc] Constructing Javadoc information... [javadoc] /home/rubys/jakarta/xml-batik/sources/org/apache/batik/script/jacl/JaclInterpreter.java:17: Package tcl.lang not found in import. [javadoc] import tcl.lang.*; [javadoc] ^ [javadoc] javadoc: warning - Cannot find class org.apache.batik.gvt.text.Attribute [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /home/rubys/jakarta/xml-batik/batik-20020131/docs/javadoc/stylesheet.css... [javadoc] 1 warning htmldoc: [copy] Copying 1 file to /home/rubys/jakarta/xml-batik/xdocs [java] [StyleBook] Overriding targetDirectory="batik-20020131/docs" (Old=".") [java] [StyleBook] Project URL: "sbk:/sources/book.xml" [java] [BasicEngine] Initializing [java] [Loader] Parsing Project file [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/book2project.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/directory2project.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" [java] [Project] Creating "svgviewer.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgviewer.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/svgviewer-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] [java] [Project] Creating "resources/void.gif" [java] [Project] Creating "graphics/architecture-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/architecture.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/batikUses.jpg" [java] [Project] Creating "graphics/faqs-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerViewTree.gif" [java] [Project] Creating "extendingBatik.html" [java] [CachingParser] Serving cached document "sbk:/sources/extendingBatik.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/toolsAndApps-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/demo.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/extendingBatik-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerBrowsing.gif" [java] [Project] Creating "graphics/ext-30-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerZoomin.gif" [java] [Project] Creating "resources/bar-top-right.gif" [java] [Project] Creating "graphics/index-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/index-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/index.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svgviewer-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgviewer.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/bar-border-right.gif" [java] [Project] Creating "graphics/ext-110-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgapplication.gif" [java] [Project] Creating "graphics/ext-24-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/line.gif" [java] [Project] Creating "graphics/toolsAndApps-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/note.gif" [java] [Project] Creating "graphics/mailList-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-asf-lo.gif" [java] [Project] Creating "graphics/svgrasterizer-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/architecture-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-border-left.gif" [java] [Project] Creating "graphics/test-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-w3c-hi.gif" [java] [Project] Creating "graphics/ttf2svg-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "toolsAndApps.html" [java] [CachingParser] Serving cached document "sbk:/sources/demo.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/whoAreWe-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/mailList-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/mail-lists.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/domapi-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svggen.jpg" [java] [Project] Creating "graphics/scripting-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/scriptIntro.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ext-112-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/button-xml-lo.gif" [java] [Project] Creating "graphics/license-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "pr.html" [java] [CachingParser] Serving cached document "sbk:/sources/pr.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svgviewerPreferences.gif" [java] [Project] Creating "resources/bar-border-top.gif" [java] [Project] Creating "resources/bottom.gif" [java] [Project] Creating "graphics/svgviewer-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "status.html" [java] [CachingParser] Serving cached document "sbk:/sources/status.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "svgrasterizer.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgrasterizer.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/splash.png" [java] [Project] Creating "rasterizerTutorial.html" [java] [CachingParser] Serving cached document "sbk:/sources/rasterizerTutorial.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/pr.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/faqs-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "ttf2svg.html" [java] [CachingParser] Serving cached document "sbk:/sources/ttf2svg.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/extendingBatik-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-30-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/faqs-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/faq.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "index.html" [java] [CachingParser] Serving cached document "sbk:/sources/index.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/scripting-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/logo.gif" [java] [Project] Creating "graphics/ext-110-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-bottom-left.gif" [java] [Project] Creating "graphics/ext-24-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svggen-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "install.html" [java] [CachingParser] Serving cached document "sbk:/sources/installing.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "domapi.html" [java] [CachingParser] Serving cached document "sbk:/sources/domTutorial.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svgviewerViewSource.gif" [java] [Project] Creating "graphics/toolsAndApps-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/script.js" [java] [Project] Creating "resources/bar-bottom-right.gif" [java] [Project] Creating "graphics/architecture-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-top-left.gif" [java] [Project] Creating "graphics/rasterizerTutorial-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ttf2svg-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgpp.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svgcanvas-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/jsvgcanvas.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/separator.gif" [java] [Project] Creating "images/svgviewerFileOpen.gif" [java] [Project] Creating "graphics/status-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/status.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "whoAreWe.html" [java] [CachingParser] Serving cached document "sbk:/sources/whoAreWe.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "resources/button-w3c-lo.gif" [java] [Project] Creating "graphics/index-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgrasterizer-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svgrasterizer.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "mailList.html" [java] [CachingParser] Serving cached document "sbk:/sources/mail-lists.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "resources/close.gif" [java] [Project] Creating "images/svgviewerThumbnail.gif" [java] [Project] Creating "graphics/license-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerLocationBar.gif" [java] [Project] Creating "graphics/mailList-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerOpenPage.gif" [java] [Project] Creating "graphics/svgrasterizer-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "svggen.html" [java] [CachingParser] Serving cached document "sbk:/sources/svggen.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "svgpp.html" [java] [CachingParser] Serving cached document "sbk:/sources/svgpp.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/pr-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/faqs-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/join.gif" [java] [Project] Creating "graphics/test-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/extendingBatik-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/status-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-30-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/extendingBatik-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/extendingBatik.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ttf2svg-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/ttf2svg.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/svgviewerMultipleFiles.gif" [java] [Project] Creating "license.html" [java] [CachingParser] Serving cached document "sbk:/sources/license.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/domapi-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/scripting-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-110-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerDefaultRegular.jpg" [java] [Project] Creating "graphics/svggen-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "svgcanvas.html" [java] [CachingParser] Serving cached document "sbk:/sources/jsvgcanvas.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "architecture.html" [java] [CachingParser] Serving cached document "sbk:/sources/architecture.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/ext-112-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/toolsAndApps-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/right.gif" [java] [Project] Creating "graphics/architecture-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgviewer-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ttf2svg-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/test-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/testInfrastructure.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/install-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/installing.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/domapi-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/domTutorial.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/svgviewerPan.gif" [java] [Project] Creating "resources/button-asf-hi.gif" [java] [Project] Creating "graphics/index-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/glossary.xml" (1) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/ext-24-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/mailList-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "faqs.html" [java] [CachingParser] Serving cached document "sbk:/sources/faq.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/svgrasterizer-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "glossary.html" [java] [CachingParser] Serving cached document "sbk:/sources/glossary.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "test.html" [java] [CachingParser] Serving cached document "sbk:/sources/testInfrastructure.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "graphics/license-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/license.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/pr-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgpp-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/ext-8-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/install-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/bar-border-bottom.gif" [java] [Project] Creating "graphics/test-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/svgcanvas-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "images/svgviewerAOI.gif" [java] [Project] Creating "graphics/svggen-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/svggen.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "resources/button-xml-hi.gif" [java] [Project] Creating "scripting.html" [java] [CachingParser] Serving cached document "sbk:/sources/scriptIntro.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" [java] [Project] Creating "images/svggenHighLevelArchi.jpg" [java] [Project] Creating "graphics/domapi-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/scripting-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/rasterizerTutorial-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/rasterizerTutorial.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "graphics/svggen-label-1.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/whoAreWe-header.jpg" [java] [CachingParser] Serving cached document "sbk:/sources/whoAreWe.xml" (2) [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" [java] [Project] Creating "images/HighLevelArchitecture.png" [java] [Project] Creating "graphics/ext-112-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "graphics/glossary-label-2.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [Project] Creating "resources/dot.gif" [java] [Project] Creating "graphics/license-label-3.jpg" [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" [java] [StyleBook] All done successfully html: doc-zip: [zip] DEPRECATED - The zipfile attribute is deprecated. Use destfile attribute instead. [zip] Building zip: /home/rubys/jakarta/xml-batik/batik-docs-20020131.zip [delete] Deleting directory /home/rubys/jakarta/xml-batik/batik-20020131/docs/javadoc compile: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/classes [echo] debug off, optimize on, deprecation on [javac] Compiling 1423 source files to /home/rubys/jakarta/xml-batik/classes prepare-build: [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020131/lib ext-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-ext.jar util-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-util.jar awt-util-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-awt-util.jar gui-util-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-gui-util.jar dom-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-dom.jar css-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-css.jar svg-dom-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-svg-dom.jar gvt-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-gvt.jar parser-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-parser.jar script-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-script.jar transcoder-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-transcoder.jar bridge-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-bridge.jar extension-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-extension.jar xml-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-xml.jar root-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik.jar svg-pp-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik-svgpp.jar svg-slideshow-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik-slideshow.jar svggen-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-svggen.jar svg-browser-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik-svgbrowser.jar rasterizer-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik-rasterizer.jar ttf2svg-jar: [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik-ttf2svg.jar jars: [copy] Copying 2 files to /home/rubys/jakarta/xml-batik/batik-20020131/lib bin-zip: [copy] Copying 1 file to /home/rubys/jakarta/xml-batik/batik-20020131 [copy] Copying 1 file to /home/rubys/jakarta/xml-batik/batik-20020131 [copy] Could not find file /home/rubys/jakarta/xml-batik/LICENSE.rhino to copy. BUILD FAILED /home/rubys/jakarta/xml-batik/build.xml:178: Could not find file /home/rubys/jakarta/xml-batik/LICENSE.rhino to copy. Total time: 13 minutes 45 seconds --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 31 14:03:19 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48489 invoked by uid 500); 31 Jan 2002 14:03:17 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48316 invoked by uid 500); 31 Jan 2002 14:03:16 -0000 Delivered-To: [email protected] Date: 31 Jan 2002 14:03:14 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N cjolif 02/01/31 06:03:14 Modified: . build.xml Log: move Rhino license to the lib dir Revision Changes Path 1.101 +5 -3 xml-batik/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-batik/build.xml,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- build.xml 2 Jan 2002 21:21:16 -0000 1.100 +++ build.xml 31 Jan 2002 14:03:14 -0000 1.101 @@ -47,7 +47,7 @@ [win32] .\build.bat help - $Id: build.xml,v 1.100 2002/01/02 21:21:16 deweese Exp $ + $Id: build.xml,v 1.101 2002/01/31 14:03:14 cjolif Exp $ --> @@ -175,7 +175,8 @@ <target name="bin-zip" depends="jars"> <copy file="README" todir="${build}"/> <copy file="LICENSE" todir="${build}"/> - <copy file="LICENSE.rhino" todir="${build}"/> + <copy file="lib/LICENSE.js.txt" todir="${build}/lib"/> + <copy file="lib/README.js.txt" todir="${build}/lib"/> <copy todir="${build}/samples"> <fileset dir="samples"/> </copy> @@ -208,7 +209,8 @@ <copy file="README" todir="${build}"/> <copy file="LICENSE" todir="${build}"/> - <copy file="LICENSE.rhino" todir="${build}"/> + <copy file="lib/LICENSE.js.txt" todir="${build}/lib"/> + <copy file="lib/README.js.txt" todir="${build}/lib"/> <copy todir="${build}/samples"> <fileset dir="samples"/> </copy> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 31 14:03:24 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48990 invoked by uid 500); 31 Jan 2002 14:03: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]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48773 invoked from network); 31 Jan 2002 14:03:21 -0000 Message-ID: <[email protected]> Date: Thu, 31 Jan 2002 15:00:27 +0100 From: Christophe Jolif <[email protected]> Organization: ILOG S.A. X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: [GUMP] Build Failure - Batik References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Fixed in build.xml file. Sam Ruby wrote: > > ---------------------------------------------------- > This email is autogenerated from the output from: > <http://jakarta.apache.org/builds/gump/2002-01-31/xml-batik.html> > ---------------------------------------------------- > > Buildfile: build.xml > > init-args: > > init: > > prepare-docs: > [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020131/docs > > javadoc: > [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020131/docs/javadoc > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > [javadoc] Loading source files for package org.apache.batik.apps.rasterizer... > [javadoc] Loading source files for package org.apache.batik.apps.slideshow... > [javadoc] Loading source files for package org.apache.batik.apps.svgbrowser... > [javadoc] Loading source files for package org.apache.batik.apps.svgpp... > [javadoc] Loading source files for package org.apache.batik.apps.ttf2svg... > [javadoc] Loading source files for package org.apache.batik.bridge... > [javadoc] Loading source files for package org.apache.batik.css... > [javadoc] Loading source files for package org.apache.batik.css.event... > [javadoc] Loading source files for package org.apache.batik.css.parser... > [javadoc] Loading source files for package org.apache.batik.css.sac... > [javadoc] Loading source files for package org.apache.batik.css.svg... > [javadoc] Loading source files for package org.apache.batik.css.value... > [javadoc] Loading source files for package org.apache.batik.dom... > [javadoc] Loading source files for package org.apache.batik.dom.events... > [javadoc] Loading source files for package org.apache.batik.dom.svg... > [javadoc] Loading source files for package org.apache.batik.dom.traversal... > [javadoc] Loading source files for package org.apache.batik.dom.util... > [javadoc] Loading source files for package org.apache.batik.ext.awt... > [javadoc] Loading source files for package org.apache.batik.ext.awt.color... > [javadoc] Loading source files for package org.apache.batik.ext.awt.font... > [javadoc] Loading source files for package org.apache.batik.ext.awt.g2d... > [javadoc] Loading source files for package org.apache.batik.ext.awt.geom... > [javadoc] Loading source files for package org.apache.batik.ext.awt.image... > [javadoc] Loading source files for package org.apache.batik.ext.awt.image.codec... > [javadoc] Loading source files for package org.apache.batik.ext.awt.image.codec.tiff... > [javadoc] Loading source files for package org.apache.batik.ext.awt.image.renderable... > [javadoc] Loading source files for package org.apache.batik.ext.awt.image.rendered... > [javadoc] Loading source files for package org.apache.batik.ext.awt.image.spi... > [javadoc] Loading source files for package org.apache.batik.ext.swing... > [javadoc] Loading source files for package org.apache.batik.extension... > [javadoc] Loading source files for package org.apache.batik.extension.svg... > [javadoc] Loading source files for package org.apache.batik.gvt... > [javadoc] Loading source files for package org.apache.batik.gvt.event... > [javadoc] Loading source files for package org.apache.batik.gvt.filter... > [javadoc] Loading source files for package org.apache.batik.gvt.font... > [javadoc] Loading source files for package org.apache.batik.gvt.renderer... > [javadoc] Loading source files for package org.apache.batik.gvt.text... > [javadoc] Loading source files for package org.apache.batik.i18n... > [javadoc] Loading source files for package org.apache.batik.parser... > [javadoc] Loading source files for package org.apache.batik.parser.style... > [javadoc] Loading source files for package org.apache.batik.script... > [javadoc] Loading source files for package org.apache.batik.script.jacl... > [javadoc] Loading source files for package org.apache.batik.script.jpython... > [javadoc] Loading source files for package org.apache.batik.script.rhino... > [javadoc] Loading source files for package org.apache.batik.svggen... > [javadoc] Loading source files for package org.apache.batik.svggen.font... > [javadoc] Loading source files for package org.apache.batik.svggen.font.table... > [javadoc] Loading source files for package org.apache.batik.swing... > [javadoc] Loading source files for package org.apache.batik.swing.gvt... > [javadoc] Loading source files for package org.apache.batik.swing.svg... > [javadoc] Loading source files for package org.apache.batik.transcoder... > [javadoc] Loading source files for package org.apache.batik.transcoder.image... > [javadoc] Loading source files for package org.apache.batik.transcoder.image.resources... > [javadoc] Loading source files for package org.apache.batik.transcoder.keys... > [javadoc] Loading source files for package org.apache.batik.transcoder.print... > [javadoc] Loading source files for package org.apache.batik.transcoder.svg2svg... > [javadoc] Loading source files for package org.apache.batik.transcoder.wmf... > [javadoc] Loading source files for package org.apache.batik.transcoder.wmf.tosvg... > [javadoc] Loading source files for package org.apache.batik.util... > [javadoc] Loading source files for package org.apache.batik.util.gui... > [javadoc] Loading source files for package org.apache.batik.util.gui.resource... > [javadoc] Loading source files for package org.apache.batik.util.resources... > [javadoc] Loading source files for package org.apache.batik.xml... > [javadoc] Loading source files for package org.apache.batik.xml.scanner... > [javadoc] Loading source files for package org.w3c.css.sac... > [javadoc] Loading source files for package org.w3c.css.sac.helpers... > [javadoc] Loading source files for package org.w3c.dom... > [javadoc] Loading source files for package org.w3c.dom.css... > [javadoc] Loading source files for package org.w3c.dom.events... > [javadoc] Loading source files for package org.w3c.dom.smil... > [javadoc] Loading source files for package org.w3c.dom.stylesheets... > [javadoc] Loading source files for package org.w3c.dom.svg... > [javadoc] Loading source files for package org.w3c.dom.traversal... > [javadoc] Loading source files for package org.w3c.dom.views... > [javadoc] Loading source files for package org.xml.sax... > [javadoc] Loading source files for package org.xml.sax.ext... > [javadoc] Loading source files for package org.xml.sax.helpers... > [javadoc] Constructing Javadoc information... > [javadoc] /home/rubys/jakarta/xml-batik/sources/org/apache/batik/script/jacl/JaclInterpreter.java:17: Package tcl.lang not found in import. > [javadoc] import tcl.lang.*; > [javadoc] ^ > [javadoc] javadoc: warning - Cannot find class org.apache.batik.gvt.text.Attribute > [javadoc] Building tree for all the packages and classes... > [javadoc] Building index for all the packages and classes... > [javadoc] Building index for all classes... > [javadoc] Generating /home/rubys/jakarta/xml-batik/batik-20020131/docs/javadoc/stylesheet.css... > [javadoc] 1 warning > > htmldoc: > [copy] Copying 1 file to /home/rubys/jakarta/xml-batik/xdocs > [java] [StyleBook] Overriding targetDirectory="batik-20020131/docs" (Old=".") > [java] [StyleBook] Project URL: "sbk:/sources/book.xml" > [java] [BasicEngine] Initializing > [java] [Loader] Parsing Project file > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/book2project.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/directory2project.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/scan4resources.xsl" > [java] [Project] Creating "svgviewer.html" > [java] [CachingParser] Serving cached document "sbk:/sources/svgviewer.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/svgviewer-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > [java] [Project] Creating "resources/void.gif" > [java] [Project] Creating "graphics/architecture-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/architecture.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "images/batikUses.jpg" > [java] [Project] Creating "graphics/faqs-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "images/svgviewerViewTree.gif" > [java] [Project] Creating "extendingBatik.html" > [java] [CachingParser] Serving cached document "sbk:/sources/extendingBatik.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/toolsAndApps-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/demo.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/extendingBatik-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/status-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "images/svgviewerBrowsing.gif" > [java] [Project] Creating "graphics/ext-30-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "images/svgviewerZoomin.gif" > [java] [Project] Creating "resources/bar-top-right.gif" > [java] [Project] Creating "graphics/index-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/index-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/index.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/svgviewer-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/svgviewer.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "resources/bar-border-right.gif" > [java] [Project] Creating "graphics/ext-110-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "images/svgapplication.gif" > [java] [Project] Creating "graphics/ext-24-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/line.gif" > [java] [Project] Creating "graphics/toolsAndApps-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/note.gif" > [java] [Project] Creating "graphics/mailList-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/button-asf-lo.gif" > [java] [Project] Creating "graphics/svgrasterizer-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/architecture-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/svgpp-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/ext-8-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/rasterizerTutorial-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/install-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/bar-border-left.gif" > [java] [Project] Creating "graphics/test-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/svgcanvas-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/button-w3c-hi.gif" > [java] [Project] Creating "graphics/ttf2svg-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "toolsAndApps.html" > [java] [CachingParser] Serving cached document "sbk:/sources/demo.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/whoAreWe-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/mailList-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/mail-lists.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/domapi-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "images/svggen.jpg" > [java] [Project] Creating "graphics/scripting-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/scriptIntro.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/ext-112-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/glossary-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/button-xml-lo.gif" > [java] [Project] Creating "graphics/license-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "pr.html" > [java] [CachingParser] Serving cached document "sbk:/sources/pr.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "images/svgviewerPreferences.gif" > [java] [Project] Creating "resources/bar-border-top.gif" > [java] [Project] Creating "resources/bottom.gif" > [java] [Project] Creating "graphics/svgviewer-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "status.html" > [java] [CachingParser] Serving cached document "sbk:/sources/status.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "svgrasterizer.html" > [java] [CachingParser] Serving cached document "sbk:/sources/svgrasterizer.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/pr-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "images/splash.png" > [java] [Project] Creating "rasterizerTutorial.html" > [java] [CachingParser] Serving cached document "sbk:/sources/rasterizerTutorial.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/pr-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/pr.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/faqs-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "ttf2svg.html" > [java] [CachingParser] Serving cached document "sbk:/sources/ttf2svg.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/extendingBatik-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/status-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/ext-30-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/faqs-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/faq.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "index.html" > [java] [CachingParser] Serving cached document "sbk:/sources/index.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/scripting-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/logo.gif" > [java] [Project] Creating "graphics/ext-110-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/bar-bottom-left.gif" > [java] [Project] Creating "graphics/ext-24-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/svggen-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "install.html" > [java] [CachingParser] Serving cached document "sbk:/sources/installing.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "domapi.html" > [java] [CachingParser] Serving cached document "sbk:/sources/domTutorial.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "images/svgviewerViewSource.gif" > [java] [Project] Creating "graphics/toolsAndApps-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/script.js" > [java] [Project] Creating "resources/bar-bottom-right.gif" > [java] [Project] Creating "graphics/architecture-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/svgpp-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/bar-top-left.gif" > [java] [Project] Creating "graphics/rasterizerTutorial-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/ttf2svg-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/whoAreWe-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/svgpp-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/svgpp.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/svgcanvas-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/jsvgcanvas.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "resources/separator.gif" > [java] [Project] Creating "images/svgviewerFileOpen.gif" > [java] [Project] Creating "graphics/status-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/status.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "whoAreWe.html" > [java] [CachingParser] Serving cached document "sbk:/sources/whoAreWe.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "resources/button-w3c-lo.gif" > [java] [Project] Creating "graphics/index-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/svgrasterizer-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/svgrasterizer.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "mailList.html" > [java] [CachingParser] Serving cached document "sbk:/sources/mail-lists.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "resources/close.gif" > [java] [Project] Creating "images/svgviewerThumbnail.gif" > [java] [Project] Creating "graphics/license-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "images/svgviewerLocationBar.gif" > [java] [Project] Creating "graphics/mailList-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "images/svgviewerOpenPage.gif" > [java] [Project] Creating "graphics/svgrasterizer-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "svggen.html" > [java] [CachingParser] Serving cached document "sbk:/sources/svggen.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "svgpp.html" > [java] [CachingParser] Serving cached document "sbk:/sources/svgpp.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/pr-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/ext-8-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/faqs-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/install-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/join.gif" > [java] [Project] Creating "graphics/test-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/svgcanvas-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/extendingBatik-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/status-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/ext-30-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/extendingBatik-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/extendingBatik.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/ttf2svg-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/ttf2svg.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "images/svgviewerMultipleFiles.gif" > [java] [Project] Creating "license.html" > [java] [CachingParser] Serving cached document "sbk:/sources/license.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/domapi-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/scripting-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/ext-110-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "images/svgviewerDefaultRegular.jpg" > [java] [Project] Creating "graphics/svggen-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "svgcanvas.html" > [java] [CachingParser] Serving cached document "sbk:/sources/jsvgcanvas.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "architecture.html" > [java] [CachingParser] Serving cached document "sbk:/sources/architecture.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/ext-112-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/glossary-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/toolsAndApps-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/right.gif" > [java] [Project] Creating "graphics/architecture-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/svgviewer-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/ttf2svg-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/whoAreWe-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/test-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/testInfrastructure.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/install-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/installing.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/domapi-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/domTutorial.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "images/svgviewerPan.gif" > [java] [Project] Creating "resources/button-asf-hi.gif" > [java] [Project] Creating "graphics/index-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/glossary-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/glossary.xml" (1) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/ext-24-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/mailList-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "faqs.html" > [java] [CachingParser] Serving cached document "sbk:/sources/faq.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/faqs2document.xsl" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/svgrasterizer-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "glossary.html" > [java] [CachingParser] Serving cached document "sbk:/sources/glossary.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "test.html" > [java] [CachingParser] Serving cached document "sbk:/sources/testInfrastructure.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "graphics/license-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/license.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/pr-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/svgpp-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/ext-8-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/rasterizerTutorial-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/install-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/bar-border-bottom.gif" > [java] [Project] Creating "graphics/test-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/svgcanvas-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "images/svgviewerAOI.gif" > [java] [Project] Creating "graphics/svggen-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/svggen.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "resources/button-xml-hi.gif" > [java] [Project] Creating "scripting.html" > [java] [CachingParser] Serving cached document "sbk:/sources/scriptIntro.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2html.xsl" > [java] [Project] Creating "images/svggenHighLevelArchi.jpg" > [java] [Project] Creating "graphics/domapi-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/scripting-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/rasterizerTutorial-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/rasterizerTutorial.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "graphics/svggen-label-1.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/whoAreWe-header.jpg" > [java] [CachingParser] Serving cached document "sbk:/sources/whoAreWe.xml" (2) > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/document2image.xsl" > [java] [Project] Creating "images/HighLevelArchitecture.png" > [java] [Project] Creating "graphics/ext-112-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "graphics/glossary-label-2.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [Project] Creating "resources/dot.gif" > [java] [Project] Creating "graphics/license-label-3.jpg" > [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/context2label.xsl" > [java] [StyleBook] All done successfully > > html: > > doc-zip: > [zip] DEPRECATED - The zipfile attribute is deprecated. Use destfile attribute instead. > [zip] Building zip: /home/rubys/jakarta/xml-batik/batik-docs-20020131.zip > [delete] Deleting directory /home/rubys/jakarta/xml-batik/batik-20020131/docs/javadoc > > compile: > [mkdir] Created dir: /home/rubys/jakarta/xml-batik/classes > [echo] debug off, optimize on, deprecation on > [javac] Compiling 1423 source files to /home/rubys/jakarta/xml-batik/classes > > prepare-build: > [mkdir] Created dir: /home/rubys/jakarta/xml-batik/batik-20020131/lib > > ext-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-ext.jar > > util-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-util.jar > > awt-util-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-awt-util.jar > > gui-util-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-gui-util.jar > > dom-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-dom.jar > > css-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-css.jar > > svg-dom-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-svg-dom.jar > > gvt-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-gvt.jar > > parser-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-parser.jar > > script-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-script.jar > > transcoder-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-transcoder.jar > > bridge-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-bridge.jar > > extension-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-extension.jar > > xml-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-xml.jar > > root-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik.jar > > svg-pp-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik-svgpp.jar > > svg-slideshow-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik-slideshow.jar > > svggen-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/lib/batik-svggen.jar > > svg-browser-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik-svgbrowser.jar > > rasterizer-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik-rasterizer.jar > > ttf2svg-jar: > [jar] DEPRECATED - The jarfile attribute is deprecated. Use destfile attribute instead. > [jar] Building jar: /home/rubys/jakarta/xml-batik/batik-20020131/batik-ttf2svg.jar > > jars: > [copy] Copying 2 files to /home/rubys/jakarta/xml-batik/batik-20020131/lib > > bin-zip: > [copy] Copying 1 file to /home/rubys/jakarta/xml-batik/batik-20020131 > [copy] Copying 1 file to /home/rubys/jakarta/xml-batik/batik-20020131 > [copy] Could not find file /home/rubys/jakarta/xml-batik/LICENSE.rhino to copy. > > BUILD FAILED > /home/rubys/jakarta/xml-batik/build.xml:178: Could not find file /home/rubys/jakarta/xml-batik/LICENSE.rhino to copy. > > Total time: 13 minutes 45 seconds > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] -- Christophe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jan 31 21:57:38 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55152 invoked by uid 500); 31 Jan 2002 21:57:37 -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]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55141 invoked by uid 500); 31 Jan 2002 21:57:37 -0000 Delivered-To: [email protected] Date: 31 Jan 2002 21:57:36 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: xml-batik/sources/org/apache/batik/gvt/renderer StaticRenderer.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N deweese 02/01/31 13:57:36 Modified: sources/org/apache/batik/bridge RepaintManager.java SVGRectElementBridge.java UpdateManager.java sources/org/apache/batik/gvt AbstractGraphicsNode.java CompositeGraphicsNode.java UpdateTracker.java sources/org/apache/batik/gvt/filter GraphicsNodeRable8Bit.java sources/org/apache/batik/gvt/renderer StaticRenderer.java Log: 1) Fixed a bug where the image size was not updated when content changed. 2) Made the Static Renderer less concervative about replacing offscreen buffers. 3) Fixed a bug that prevented the use of cached image data when panning. Revision Changes Path 1.4 +6 -3 xml-batik/sources/org/apache/batik/bridge/RepaintManager.java Index: RepaintManager.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/RepaintManager.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RepaintManager.java 29 Jan 2002 22:24:32 -0000 1.3 +++ RepaintManager.java 31 Jan 2002 21:57:35 -0000 1.4 @@ -8,13 +8,15 @@ package org.apache.batik.bridge; +import java.util.List; + import org.apache.batik.gvt.UpdateTracker; /** * This class manages the rendering of a GVT tree. * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: RepaintManager.java,v 1.3 2002/01/29 22:24:32 deweese Exp $ + * @version $Id: RepaintManager.java,v 1.4 2002/01/31 21:57:35 deweese Exp $ */ public class RepaintManager extends Thread { @@ -50,8 +52,9 @@ updateManager.getUpdateRunnableQueue().invokeAndWait (new Runnable() { public void run() { - updateManager.updateRendering - (ut.getDirtyAreas()); + List dirtyAreas = ut.getDirtyAreas(); + updateManager.modifiedAreas(dirtyAreas); + updateManager.updateRendering(dirtyAreas); ut.clear(); } }); 1.6 +25 -5 xml-batik/sources/org/apache/batik/bridge/SVGRectElementBridge.java Index: SVGRectElementBridge.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/SVGRectElementBridge.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- SVGRectElementBridge.java 23 Jan 2002 14:14:07 -0000 1.5 +++ SVGRectElementBridge.java 31 Jan 2002 21:57:35 -0000 1.6 @@ -27,7 +27,7 @@ * Bridge class for the &lt;rect> element. * * @author <a href="mailto:[email protected]">Thierry Kormann</a> - * @version $Id: SVGRectElementBridge.java,v 1.5 2002/01/23 14:14:07 deweese Exp $ + * @version $Id: SVGRectElementBridge.java,v 1.6 2002/01/31 21:57:35 deweese Exp $ */ public class SVGRectElementBridge extends SVGShapeElementBridge { @@ -198,11 +198,31 @@ Rectangle2D r = (Rectangle2D)node.getShape(); // System.out.println("Old r: " + r); - r.setRect(Float.parseFloat(((MutationEvent)evt).getNewValue()), - r.getY(), - r.getWidth(), - r.getHeight()); + MutationEvent mevt = (MutationEvent)evt; + if (mevt.getAttrName().equals("x")){ + r.setRect(Float.parseFloat(((MutationEvent)evt).getNewValue()), + r.getY(), + r.getWidth(), + r.getHeight()); + } else if (mevt.getAttrName().equals("y")){ + r.setRect(r.getX(), + Float.parseFloat(((MutationEvent)evt).getNewValue()), + r.getWidth(), + r.getHeight()); + + } else if (mevt.getAttrName().equals("width")){ + r.setRect(r.getX(), + r.getY(), + Float.parseFloat(((MutationEvent)evt).getNewValue()), + r.getHeight()); + + }else if (mevt.getAttrName().equals("height")){ + r.setRect(r.getX(), + r.getY(), + r.getWidth(), + Float.parseFloat(((MutationEvent)evt).getNewValue())); + } // System.out.println("New r: " + r); node.setShape(r); 1.4 +15 -2 xml-batik/sources/org/apache/batik/bridge/UpdateManager.java Index: UpdateManager.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/UpdateManager.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- UpdateManager.java 29 Jan 2002 16:19:00 -0000 1.3 +++ UpdateManager.java 31 Jan 2002 21:57:35 -0000 1.4 @@ -47,7 +47,7 @@ * This class provides features to manage the update of an SVG document. * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: UpdateManager.java,v 1.3 2002/01/29 16:19:00 deweese Exp $ + * @version $Id: UpdateManager.java,v 1.4 2002/01/31 21:57:35 deweese Exp $ */ public class UpdateManager implements RunnableQueue.RunHandler { @@ -288,6 +288,20 @@ } /** + * Call this to let the Update Manager know that certain areas + * in the image have been modified and need to be rerendered.. + */ + public void modifiedAreas(List areas) { + AffineTransform at = renderer.getTransform(); + Iterator i = areas.iterator(); + while (i.hasNext()) { + Shape s = (Shape)i.next(); + Rectangle r = at.createTransformedShape(s).getBounds(); + renderer.flush(r); + } + } + + /** * Updates the rendering buffer. * @param u2d The user to device transform. * @param dbr Whether the double buffering should be used. @@ -322,7 +336,6 @@ while (i.hasNext()) { Shape s = (Shape)i.next(); Rectangle r = at.createTransformedShape(s).getBounds(); - renderer.flush(r); rects.add(r); } 1.33 +23 -4 xml-batik/sources/org/apache/batik/gvt/AbstractGraphicsNode.java Index: AbstractGraphicsNode.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/AbstractGraphicsNode.java,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- AbstractGraphicsNode.java 23 Jan 2002 14:31:30 -0000 1.32 +++ AbstractGraphicsNode.java 31 Jan 2002 21:57:35 -0000 1.33 @@ -54,7 +54,7 @@ * @author <a href="mailto:[email protected]">Thierry Kormann</a> * @author <a href="mailto:[email protected]">Emmanuel Tissandier</a> * @author <a href="mailto:[email protected]">Thomas DeWeese</a> - * @version $Id: AbstractGraphicsNode.java,v 1.32 2002/01/23 14:31:30 deweese Exp $ + * @version $Id: AbstractGraphicsNode.java,v 1.33 2002/01/31 21:57:35 deweese Exp $ */ public abstract class AbstractGraphicsNode implements GraphicsNode { @@ -127,6 +127,11 @@ protected WeakReference graphicsNodeRable; /** + * The GraphicsNodeRable for this node with all filtering applied + */ + protected WeakReference enableBackgroundGraphicsNodeRable; + + /** * A Weak Reference to this. */ protected WeakReference weakRef; @@ -393,14 +398,14 @@ public Filter getEnableBackgroundGraphicsNodeRable (boolean createIfNeeded) { GraphicsNodeRable ret = null; - if (graphicsNodeRable != null) { - ret = (GraphicsNodeRable)graphicsNodeRable.get(); + if (enableBackgroundGraphicsNodeRable != null) { + ret = (GraphicsNodeRable)enableBackgroundGraphicsNodeRable.get(); if (ret != null) return ret; } if (createIfNeeded) { ret = new GraphicsNodeRable8Bit(this); ret.setUsePrimitivePaint(false); - graphicsNodeRable = new WeakReference(ret); + enableBackgroundGraphicsNodeRable = new WeakReference(ret); } return ret; } @@ -880,6 +885,20 @@ ((AbstractGraphicsNode) parent).invalidateGeometryCache(); } bounds = null; + + if (graphicsNodeRable != null) { + GraphicsNodeRable8Bit gnr; + gnr = (GraphicsNodeRable8Bit)graphicsNodeRable.get(); + if (gnr != null) + gnr.clearCache(); + } + + if (enableBackgroundGraphicsNodeRable != null) { + GraphicsNodeRable8Bit gnr = + (GraphicsNodeRable8Bit)enableBackgroundGraphicsNodeRable.get(); + if (gnr != null) + gnr.clearCache(); + } } /** 1.27 +6 -7 xml-batik/sources/org/apache/batik/gvt/CompositeGraphicsNode.java Index: CompositeGraphicsNode.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/CompositeGraphicsNode.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- CompositeGraphicsNode.java 23 Jan 2002 14:14:08 -0000 1.26 +++ CompositeGraphicsNode.java 31 Jan 2002 21:57:35 -0000 1.27 @@ -33,7 +33,7 @@ * A CompositeGraphicsNode is a graphics node that can contain graphics nodes. * * @author <a href="mailto:[email protected]">Thierry Kormann</a> - * @version $Id: CompositeGraphicsNode.java,v 1.26 2002/01/23 14:14:08 deweese Exp $ + * @version $Id: CompositeGraphicsNode.java,v 1.27 2002/01/31 21:57:35 deweese Exp $ */ public class CompositeGraphicsNode extends AbstractGraphicsNode implements List { @@ -255,7 +255,7 @@ // Make sure we haven't been interrupted if (Thread.currentThread().isInterrupted()) { // The Thread has been interrupted. - // Invalidate any cached values and proceed. + // Invalidate any cached values and proceed. invalidateGeometryCache(); } } @@ -263,19 +263,18 @@ } /** - * Returns the bounds of this node's primitivePaint after applying the input - * transform (if any), concatenated with this node's transform (if any). + * Returns the bounds of this node's primitivePaint after applying + * the input transform (if any), concatenated with this node's + * transform (if any). * * @param txf the affine transform with which this node's transform should - * be concatenated. Should not be null. - */ + * be concatenated. Should not be null. */ public Rectangle2D getTransformedPrimitiveBounds(AffineTransform txf) { AffineTransform t = txf; if (transform != null) { t = new AffineTransform(txf); t.concatenate(transform); } - int i = 0; Rectangle2D tpb = null; while (tpb == null && i < count) { 1.5 +3 -2 xml-batik/sources/org/apache/batik/gvt/UpdateTracker.java Index: UpdateTracker.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/UpdateTracker.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- UpdateTracker.java 29 Jan 2002 21:46:43 -0000 1.4 +++ UpdateTracker.java 31 Jan 2002 21:57:35 -0000 1.5 @@ -29,7 +29,7 @@ * This class tracks the changes on a GVT tree * * @author <a href="mailto:[email protected]">Stephane Hillion</a> - * @version $Id: UpdateTracker.java,v 1.4 2002/01/29 21:46:43 deweese Exp $ + * @version $Id: UpdateTracker.java,v 1.5 2002/01/31 21:57:35 deweese Exp $ */ public class UpdateTracker extends GraphicsNodeChangeAdapter { @@ -76,7 +76,8 @@ Rectangle2D srcNRgn = gn.getBounds(); AffineTransform nat = gn.getTransform(); nodeBounds.put(gnWRef, srcNRgn); // remember the new bounds... - + // System.out.println("Old: " + srcORgn); + // System.out.println("New: " + srcNRgn); Shape oRgn = srcORgn; Shape nRgn = srcNRgn; 1.15 +10 -1 xml-batik/sources/org/apache/batik/gvt/filter/GraphicsNodeRable8Bit.java Index: GraphicsNodeRable8Bit.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/filter/GraphicsNodeRable8Bit.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- GraphicsNodeRable8Bit.java 18 Sep 2001 21:19:00 -0000 1.14 +++ GraphicsNodeRable8Bit.java 31 Jan 2002 21:57:35 -0000 1.15 @@ -40,7 +40,7 @@ * createRendering methods. * * @author <a href="mailto:[email protected]">Vincent Hardy</a> - * @version $Id: GraphicsNodeRable8Bit.java,v 1.14 2001/09/18 21:19:00 deweese Exp $ + * @version $Id: GraphicsNodeRable8Bit.java,v 1.15 2002/01/31 21:57:35 deweese Exp $ */ public class GraphicsNodeRable8Bit extends AbstractRable @@ -94,6 +94,15 @@ } this.node = node; + } + + /** + * Clear any cached Red. + */ + public void clearCache() { + cachedRed = null; + cachedUsr2dev = null; + cachedGn2dev = null; } /** 1.21 +15 -15 xml-batik/sources/org/apache/batik/gvt/renderer/StaticRenderer.java Index: StaticRenderer.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/gvt/renderer/StaticRenderer.java,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- StaticRenderer.java 29 Jan 2002 16:19:00 -0000 1.20 +++ StaticRenderer.java 31 Jan 2002 21:57:35 -0000 1.21 @@ -45,7 +45,7 @@ * rendering in an offscreen buffer image. * * @author <a href="mailto:[email protected]>Vincent Hardy</a> - * @version $Id: StaticRenderer.java,v 1.20 2002/01/29 16:19:00 deweese Exp $ + * @version $Id: StaticRenderer.java,v 1.21 2002/01/31 21:57:35 deweese Exp $ */ public class StaticRenderer implements ImageRenderer { /** @@ -149,11 +149,9 @@ rootCR = null; workingOffScreen = null; - workingBaseRaster = null; workingRaster = null; currentOffScreen = null; - currentBaseRaster = null; currentRaster = null; // renderingHints = new RenderingHints(defaultRenderingHints); @@ -176,11 +174,9 @@ rootCR = null; workingOffScreen = null; - workingBaseRaster = null; workingRaster = null; currentOffScreen = null; - currentBaseRaster = null; currentRaster = null; } @@ -200,6 +196,9 @@ * the identity transform will be set. */ public void setTransform(AffineTransform usr2dev){ + if (this.usr2dev.equals(usr2dev)) + return; + if(usr2dev == null) this.usr2dev = new AffineTransform(); else @@ -234,6 +233,9 @@ * @param isDoubleBuffered the new value for double buffering */ public void setDoubleBuffered(boolean isDoubleBuffered){ + if (this.isDoubleBuffered == isDoubleBuffered) + return; + this.isDoubleBuffered = isDoubleBuffered; if (isDoubleBuffered) { // Now double buffering, so make sure they can't see work buffers. @@ -293,9 +295,13 @@ */ public void clearOffScreen() { + // No need to clear in double buffer case people will + // only see it when it is done... + if (isDoubleBuffered) + return; + WritableRaster syncRaster; ColorModel cm; - updateWorkingBuffers(); if ((rootCR == null) || (workingBaseRaster == null)) @@ -427,6 +433,7 @@ r = (Rectangle)r.clone(); r.x -= Math.round((float)usr2dev.getTranslateX()); r.y -= Math.round((float)usr2dev.getTranslateY()); + // System.out.println("Flushing Rect:" + r); tcr.flushCache(r); } @@ -484,15 +491,8 @@ rootCR = null; } - if (rootCR == null) { - workingBaseRaster = null; - workingRaster = null; - workingOffScreen = null; - - rootCR = renderGNR(); - - if (rootCR == null) return; - } + rootCR = renderGNR(); + if (rootCR == null) return; SampleModel sm = rootCR.getSampleModel(); int w = offScreenWidth; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Mon Nov 10 03:58:35 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69679 invoked from network); 10 Nov 2008 03:58:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Nov 2008 03:58:34 -0000 Received: (qmail 30160 invoked by uid 500); 10 Nov 2008 03:58:41 -0000 Delivered-To: [email protected] Received: (qmail 30106 invoked by uid 500); 10 Nov 2008 03:58: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: <general.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30095 invoked by uid 99); 10 Nov 2008 03:58:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Nov 2008 19:58:40 -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; Mon, 10 Nov 2008 03:57:18 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e2.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id mAA3pcn2021469 for <[email protected]>; Sun, 9 Nov 2008 22:51:38 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id mAA3pfgT068734 for <[email protected]>; Sun, 9 Nov 2008 22:51:41 -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 mAA3pdB2007804 for <[email protected]>; Sun, 9 Nov 2008 22:51:40 -0500 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [161.129.204.104]) by d01av04.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id mAA3pROE007477; Sun, 9 Nov 2008 22:51:27 -0500 Subject: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) To: [email protected], [email protected] Cc: [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Michael Glavassevich <[email protected]> Date: Sun, 9 Nov 2008 22:51:51 -0500 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 11/09/2008 22:51:51 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=0ABBFE6EDF9C9D5C8f9e8a93df938690918c0ABBFE6EDF9C9D5C" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFE6EDF9C9D5C8f9e8a93df938690918c0ABBFE6EDF9C9D5C Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable Hi all, (including [email protected] on the cc list to hopefully reach a w= ider audience) I would like to propose that we officially drop support for JDK 1.2 in = the next release of Xerces-J. Though the documentation [1] states that Xer= ces supports JDK 1.2 it has been years since we have built or tested binari= es with this level. All of the recent releases were built and tested with= JDK 1.3. It was brought to my attention that the code [2] since at least 2= 006 has had a dependency on APIs introduced in JDK 1.3. So we inadvertentl= y moved on awhile ago. It seems this has not been a practical issue for = most users since we've received no posts on these lists about it and receive= d no other bug reports. It's not clear that there would be much benefit in restoring JDK 1.2 compatibility at this point. It's been out of servic= e for years and looking around Apache it seems most projects run on JDK 1= .4 or higher with some of the stragglers [3][4] below that moving up soon.= If you have serious concerns regarding Xerces abandoning JDK 1.2 suppor= t please send an email to the [email protected] mailing list, specifying why you can't use a higher level of JDK and what parser feat= ures you are using. While on the subject I wonder what the community would think of us eventually dropping support for JDK 1.3 and possibly 1.4. There were features introduced in JDK 1.4 and 5 which Xerces could benefit from (e= .g. NIO, java.lang.CharSequence, exception chaining, java.lang.StringBuilde= r, java.util.concurrent.*, etc...). That's not something I'm proposing to= day (or thinking of proposing for awhile) but would like to hear feedback f= rom users (please send to [email protected]) who may still need new versions of Xerces which run on JDK 1.3 and 1.4. It would also be nice= hear from folks who've long since moved on to Java 5 and beyond and wou= ld like to see Xerces take advantage of JDK 1.4 and 5 features. Thanks. [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11 [2] http://issues.apache.org/jira/browse/XERCESJ-1297 [3] http://marc.info/?l=3Dant-dev&m=3D122596549809889&w=3D2 [4] http://marc.info/?l=3Dfop-user&m=3D119244442600564&w=3D2 Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected]= --0__=0ABBFE6EDF9C9D5C8f9e8a93df938690918c0ABBFE6EDF9C9D5C Content-type: text/html; charset=US-ASCII Content-Disposition: inline Content-transfer-encoding: quoted-printable <html><body> <p>Hi all,<br> <br> (including [email protected] on the cc list to hopefully reach a w= ider audience)<br> <br> I would like to propose that we officially drop support for JDK 1.2 in = the next release of Xerces-J. Though the documentation [1] states that= Xerces supports JDK 1.2 it has been years since we have built or teste= d binaries with this level. All of the recent releases were built and = tested with JDK 1.3. It was brought to my attention that the code [2] = since at least 2006 has had a dependency on APIs introduced in JDK 1.3.= So we inadvertently moved on awhile ago. It seems this has not been = a practical issue for most users since we've received no posts on these= lists about it and received no other bug reports. It's not clear that= there would be much benefit in restoring JDK 1.2 compatibility at this= point. It's been out of service for years and looking around Apache i= t seems most projects run on JDK 1.4 or higher with some of the straggl= ers [3][4] below that moving up soon.<br> <br> If you have serious concerns regarding Xerces abandoning JDK 1.2 suppor= t please send an email to the [email protected] mailing list, spe= cifying why you can't use a higher level of JDK and what parser feature= s you are using.<br> <br> While on the subject I wonder what the community would think of us even= tually dropping support for JDK 1.3 and possibly 1.4. There were featu= res introduced in JDK 1.4 and 5 which Xerces could benefit from (e.g. N= IO, java.lang.CharSequence, exception chaining, java.lang.StringBuilder= , java.util.concurrent.*, etc...). That's not something I'm proposing = today (or thinking of proposing for awhile) but would like to hear feed= back from users (please send to [email protected]) who may still = need new versions of Xerces which run on JDK 1.3 and 1.4. It would als= o be nice hear from folks who've long since moved on to Java 5 and beyo= nd and would like to see Xerces take advantage of JDK 1.4 and 5 feature= s.<br> <br> Thanks.<br> <br> [1] <a href=3D"http://xerces.apache.org/xerces2-j/faq-general.html#faq-= 11">http://xerces.apache.org/xerces2-j/faq-general.html#faq-11</a><br> [2] <a href=3D"http://issues.apache.org/jira/browse/XERCESJ-1297">http:= //issues.apache.org/jira/browse/XERCESJ-1297</a><br> [3] <a href=3D"http://marc.info/?l=3Dant-dev&m=3D122596549809889&w=3D2"= >http://marc.info/?l=3Dant-dev&amp;m=3D122596549809889&amp;w=3D2</a><br= > [4] <a href=3D"http://marc.info/?l=3Dfop-user&m=3D119244442600564&w=3D2= ">http://marc.info/?l=3Dfop-user&amp;m=3D119244442600564&amp;w=3D2</a><= br> <br> Michael Glavassevich<br> XML Parser Development<br> IBM Toronto Lab<br> E-mail: [email protected]<br> E-mail: [email protected]</body></html>= --0__=0ABBFE6EDF9C9D5C8f9e8a93df938690918c0ABBFE6EDF9C9D5C-- From [email protected] Tue Nov 11 10:28:05 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1211 invoked from network); 11 Nov 2008 10:28:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2008 10:28:05 -0000 Received: (qmail 94747 invoked by uid 500); 11 Nov 2008 10:28:11 -0000 Delivered-To: [email protected] Received: (qmail 94710 invoked by uid 500); 11 Nov 2008 10: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]> Reply-To: [email protected] List-Id: <general.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 38292 invoked by uid 99); 11 Nov 2008 02:35: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 (athena.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:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=AJUzG/lT2Ho5c6MLBqSR6m2A5vsTY1NHkpJQ6yHb9xY=; b=FqPtE3hpRpwera09QRNDcSbq2kUHY42HkixZCEy2uJY4B8+zNBVGQEc5F/bJkTkXBO +OoWLgIohs3/7PmMQspdg37Y1VzOsJYythCyawxqtNZ3Zdiq1yhEPRE0c47OvVQ5lioi rV/p5VssxBC7siaC5WSrzw/y/Con+aYkb/D+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=A4f8IP2ATidJo871ItMVmxvIrNP18DwUxt2OFxBCzm9UFwH42nZ5vgLmIvO3DuRF03 D3TxASPogg68HEd5zhKRwNOq4jPKZ9kVMUs890yMSlWWlG+/Zos6P1iG32oDhmVlOGTo nPQAKZmik0qqpizW1CxfWoF566pTeY6mQElKQ= Message-ID: <[email protected]> Date: Mon, 10 Nov 2008 20:25:03 -0600 From: "Nathan Beyer" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) Cc: [email protected], [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Google-Sender-Auth: 53d0ee479842d2ef X-Virus-Checked: Checked by ClamAV on apache.org +1 I'd suggest just jumping to Java 5 library, source and target compilation. I think this would give the project a new infusion of activity and interest. -Nathan On Sun, Nov 9, 2008 at 9:51 PM, Michael Glavassevich <[email protected]> wrote: > Hi all, > > (including [email protected] on the cc list to hopefully reach a wider > audience) > > I would like to propose that we officially drop support for JDK 1.2 in the > next release of Xerces-J. Though the documentation [1] states that Xerces > supports JDK 1.2 it has been years since we have built or tested binaries > with this level. All of the recent releases were built and tested with JDK > 1.3. It was brought to my attention that the code [2] since at least 2006 > has had a dependency on APIs introduced in JDK 1.3. So we inadvertently > moved on awhile ago. It seems this has not been a practical issue for most > users since we've received no posts on these lists about it and received no > other bug reports. It's not clear that there would be much benefit in > restoring JDK 1.2 compatibility at this point. It's been out of service for > years and looking around Apache it seems most projects run on JDK 1.4 or > higher with some of the stragglers [3][4] below that moving up soon. > > If you have serious concerns regarding Xerces abandoning JDK 1.2 support > please send an email to the [email protected] mailing list, specifying > why you can't use a higher level of JDK and what parser features you are > using. > > While on the subject I wonder what the community would think of us > eventually dropping support for JDK 1.3 and possibly 1.4. There were > features introduced in JDK 1.4 and 5 which Xerces could benefit from (e.g. > NIO, java.lang.CharSequence, exception chaining, java.lang.StringBuilder, > java.util.concurrent.*, etc...). That's not something I'm proposing today > (or thinking of proposing for awhile) but would like to hear feedback from > users (please send to [email protected]) who may still need new > versions of Xerces which run on JDK 1.3 and 1.4. It would also be nice hear > from folks who've long since moved on to Java 5 and beyond and would like to > see Xerces take advantage of JDK 1.4 and 5 features. > > Thanks. > > [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11 > [2] http://issues.apache.org/jira/browse/XERCESJ-1297 > [3] http://marc.info/?l=ant-dev&m=122596549809889&w=2 > [4] http://marc.info/?l=fop-user&m=119244442600564&w=2 > > Michael Glavassevich > XML Parser Development > IBM Toronto Lab > E-mail: [email protected] > E-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Nov 11 13:09:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54048 invoked from network); 11 Nov 2008 13:09:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2008 13:09:23 -0000 Received: (qmail 93705 invoked by uid 500); 11 Nov 2008 13:09:30 -0000 Delivered-To: [email protected] Received: (qmail 93362 invoked by uid 500); 11 Nov 2008 13:09: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: <general.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 93351 invoked by uid 99); 11 Nov 2008 13:09:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 05:09:29 -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 mout.perfora.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 13:08:10 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mrelay.perfora.net (node=mrus0) with ESMTP (Nemesis) id 0MKp8S-1KzszD2U73-0001ox; Tue, 11 Nov 2008 08:08:52 -0500 Message-ID: <[email protected]> Date: Tue, 11 Nov 2008 07:08:50 -0600 From: Shane Curcuru <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080914) MIME-Version: 1.0 To: [email protected] Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms010407080907020900000604" X-Provags-ID: V01U2FsdGVkX197aUITenKWbQ9WvHZfhs1Bz5Io9AxmMcgCe+6 Ib3Ob9M7WfHxNYS1mmDxUrGP9DSxYsh30qqQ3iDIqVQM/rDWOt tGABqU0E20KSGi1S9w0jA== X-Virus-Checked: Checked by ClamAV on apache.org --------------ms010407080907020900000604 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit +1 to dropping 1.2 support. Please - be sure that the main website clearly lists the last release we think that Xerces worked on JDK version x.y. Xerces is ubiquitous, and is used directly or within other products virtually everywhere. While we don't need to spend developer time worrying about ancient JDK versions, we should make it clear where people who have to stay on legacy systems can get an appropriate release. I'd love it if we ensured that we feature a prominent link and host the download for the zip/targz plus it's key file for "the last known good Xerces with JDK x.y" as we drop support for earlier releases. Thanks for bringing the item up! - Shane --------------ms010407080907020900000604 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 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJQTCC AvswggJkoAMCAQICEFw9I28Re5Wsx0ZU8Ilhn1cwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UE BhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMT I1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA4MDIxNTAyMzAzM1oX DTA5MDIxNDAyMzAzM1owXzEQMA4GA1UEBBMHQ3VyY3VydTEOMAwGA1UEKhMFU2hhbmUxFjAU BgNVBAMTDVNoYW5lIEN1cmN1cnUxIzAhBgkqhkiG9w0BCQEWFGFzZkBzaGFuZWN1cmN1cnUu b3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1bSFAFU4pYCBAkjFswmDHn5i mb/Of35mePeSr67YSpEEbU4jRxbU0EQJy3uoIFBJdug3G9RC6j+kyJ1HQms6udCQYU6yTJqe FxHzt4R9WEPvT0iyZR7dxqNQ4hkXj+QI98fj17Vd4k3Tun2QKvx4fJQqkEKGF48zTPm2/dx6 /Tv5L4clpISpTyYPrpEsz3XMVOqA4Zci4PwLx9FF9+5UtEtKdObPd6AXT4OLicSmyI7QYQVc yg3xxBc93T+Zmv2OtnqnbufrBAzpcmV5FLJRFMvNKWFyPNb/xDyE2D9iEwybva8rS5n7LrQE IOcezMNmcCW7rGFkCf16VwnTClD2VwIDAQABozEwLzAfBgNVHREEGDAWgRRhc2ZAc2hhbmVj dXJjdXJ1Lm9yZzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBQUAA4GBAAqD4IBfZNrfeyeo yanAtNTccug3k9JR6wayMRsZ+MjRsc4N3nr5v2X6CJ4dEAXddUy2vdHJnmT4K8d5Utlgszdt xCgPG3AX/Xb+EPKhDpNFYCdxMaBJEBfwiLQdQ/TdObTZGqJ0tl/GsjMeUXGfD+w9qKCTi5s4 3MKl+YLXf5W/MIIC+zCCAmSgAwIBAgIQXD0jbxF7lazHRlTwiWGfVzANBgkqhkiG9w0BAQUF ADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRk LjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDgw MjE1MDIzMDMzWhcNMDkwMjE0MDIzMDMzWjBfMRAwDgYDVQQEEwdDdXJjdXJ1MQ4wDAYDVQQq EwVTaGFuZTEWMBQGA1UEAxMNU2hhbmUgQ3VyY3VydTEjMCEGCSqGSIb3DQEJARYUYXNmQHNo YW5lY3VyY3VydS5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVtIUAVTil gIECSMWzCYMefmKZv85/fmZ495KvrthKkQRtTiNHFtTQRAnLe6ggUEl26Dcb1ELqP6TInUdC azq50JBhTrJMmp4XEfO3hH1YQ+9PSLJlHt3Go1DiGReP5Aj3x+PXtV3iTdO6fZAq/Hh8lCqQ QoYXjzNM+bb93Hr9O/kvhyWkhKlPJg+ukSzPdcxU6oDhlyLg/AvH0UX37lS0S0p05s93oBdP g4uJxKbIjtBhBVzKDfHEFz3dP5ma/Y62eqdu5+sEDOlyZXkUslEUy80pYXI81v/EPITYP2IT DJu9rytLmfsutAQg5x7Mw2ZwJbusYWQJ/XpXCdMKUPZXAgMBAAGjMTAvMB8GA1UdEQQYMBaB FGFzZkBzaGFuZWN1cmN1cnUub3JnMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEFBQADgYEA CoPggF9k2t97J6jJqcC01Nxy6DeT0lHrBrIxGxn4yNGxzg3eevm/ZfoInh0QBd11TLa90cme ZPgrx3lS2WCzN23EKA8bcBf9dv4Q8qEOk0VgJ3ExoEkQF/CItB1D9N05tNkaonS2X8ayMx5R cZ8P7D2ooJOLmzjcwqX5gtd/lb8wggM/MIICqKADAgECAgENMA0GCSqGSIb3DQEBBQUAMIHR MQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRv d24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9u IFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwg Q0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMw NzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftO ucqZWh5owHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Va qj9xVsuvPAsH5/EfkTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e2 0TxhBEAeZBlyYLf7AgMBAAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6 MDigNqA0hjJodHRwOi8vY3JsLnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENB LmNybDALBgNVHQ8EBAMCAQYwKQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJl bDItMTM4MA0GCSqGSIb3DQEBBQUAA4GBAEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0wh uPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmO jCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC3CEZNd4ksdMdRv9dX2VPMYIDZDCCA2AC AQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkg THRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECEFw9 I28Re5Wsx0ZU8Ilhn1cwCQYFKw4DAhoFAKCCAcMwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEH ATAcBgkqhkiG9w0BCQUxDxcNMDgxMTExMTMwODUwWjAjBgkqhkiG9w0BCQQxFgQU0ycJCzOM wklknKkDVTi4u4MiSqowUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG9w0DBzAOBggqhkiG9w0D AgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwgYUGCSsGAQQB gjcQBDF4MHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQ dHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENB AhBcPSNvEXuVrMdGVPCJYZ9XMIGHBgsqhkiG9w0BCRACCzF4oHYwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhBcPSNvEXuVrMdGVPCJYZ9XMA0GCSqG SIb3DQEBAQUABIIBAHSt21Sjev5DUmOmJz6GCniY5rXOL9cb2J+kkQmuol6HqbO1LsXgWQmd m42Xf9UiTFpwaeFZRb9Xh9F4sJhz/yBenmUwI0px+AJ11s60/HbU59sTEF6aHuWt1A9CHWnl W3YI0gWRCROQXpoB1E+QpZDGFPnqzsLJ74M576wJvP4hCkJXBNjokRP1eNYM6umzgEGOOmXl 5Us/3WN76WMfvx2GqNArEM4+UIgPPQZ7zSZ4+T/wRyZFYyXG+h0Hcvc2+os9p8afRONBMVq9 PKaDsj9Hz/Ksg4nBbB/GW07seid0W9erj/HwHkhtkEeexTx3setrGw9Q9Pe/wfcK2RBnczMA AAAAAAA= --------------ms010407080907020900000604-- From [email protected] Tue Nov 11 13:53:23 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81053 invoked from network); 11 Nov 2008 13:53:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2008 13:53:23 -0000 Received: (qmail 61749 invoked by uid 500); 11 Nov 2008 13:53:29 -0000 Delivered-To: [email protected] Received: (qmail 61690 invoked by uid 500); 11 Nov 2008 13:53: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: <general.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 61679 invoked by uid 99); 11 Nov 2008 13:53:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 05:53: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: 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; Tue, 11 Nov 2008 13:52:11 +0000 Received: by ug-out-1314.google.com with SMTP id x30so747342ugc.16 for <[email protected]>; Tue, 11 Nov 2008 05:52: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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=w4nr/BXr2IgAxuXVt21FceHEM/qeYSZAgS6nBXER2dk=; b=H2CL+kKVKsI+UC6p/v23mj1NUSlu4g95T9EcoIbcb81lRE0UEc2YXyA/ra4b5Y1MBj ydv4MOPoagT7G6YnmJLv/vPjXSAZBF2m8CKuLmZ7/gATYROEZpv861pk5MBqTWjOVMRP ibpkMSDJsrrFdUfTNBnBr/3JWFDUDFpLOVdqI= 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=rBa6AagudnWln1Iz5xO4tC2RQNPx1knwLPOJ8KK0vtIGJV8HoiofvUPFQkyOkocNDP Z80buuubHB4GvP8wKUuVPQJhP8X+nvljShrLb0d5DaGNuVRADdcOsxaCWe95b+BCJ/U1 wWP5ivaBRbcmkViEKecpOWlSVIXxbhUPM+SKE= Received: by 161.129.204.104 with SMTP id d5mr8320325fgb.47.1226411572836; Tue, 11 Nov 2008 05:52:52 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 11 Nov 2008 05:52:52 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 11 Nov 2008 13:52:52 +0000 From: sebb <[email protected]> To: [email protected] Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) 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 On 11/11/2008, Shane Curcuru <[email protected]> wrote: > +1 to dropping 1.2 support. +1 to dropping 1.2 +0 to dropping 1.3 I think 1.4 support should be kept if possible for a while yet. > Please - be sure that the main website clearly lists the last release we > think that Xerces worked on JDK version x.y. Xerces is ubiquitous, and is > used directly or within other products virtually everywhere. While we don't > need to spend developer time worrying about ancient JDK versions, we should > make it clear where people who have to stay on legacy systems can get an > appropriate release. +1 > I'd love it if we ensured that we feature a prominent link and host the > download for the zip/targz plus it's key file for "the last known good > Xerces with JDK x.y" as we drop support for earlier releases. > +1 > Thanks for bringing the item up! > > - Shane > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Nov 11 14:00:09 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86809 invoked from network); 11 Nov 2008 14:00:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2008 14:00:09 -0000 Received: (qmail 70228 invoked by uid 500); 11 Nov 2008 14:00:16 -0000 Delivered-To: [email protected] Received: (qmail 70192 invoked by uid 500); 11 Nov 2008 14:00: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: <general.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 70181 invoked by uid 99); 11 Nov 2008 14:00:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 06:00:16 -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; Tue, 11 Nov 2008 13:58:56 +0000 Received: from [161.129.204.104] (adsl-84-226-108-159.adslplus.ch [161.129.204.104]) (authenticated bits=0) by tux17.hoststar.ch (8.13.6/8.12.11) with ESMTP id mABDxeSP018010 for <[email protected]>; Tue, 11 Nov 2008 14:59:40 +0100 Date: Tue, 11 Nov 2008 14:59:38 +0100 From: Jeremias Maerki <[email protected]> To: [email protected] Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) In-Reply-To: <[email protected]> References: <[email protected]> <[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.47.01 [en] X-Antivirus: avast! (VPS 081110-1, 10.11.2008), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org On 11.11.2008 14:52:52 sebb wrote: > On 11/11/2008, Shane Curcuru <[email protected]> wrote: > > +1 to dropping 1.2 support. >=20 > +1 to dropping 1.2 >=20 > +0 to dropping 1.3 >=20 > I think 1.4 support should be kept if possible for a while yet. Agreed. Xerces is such a basic library and so many companies are still stuck with Java 1.4 even though it's past EOL. > > Please - be sure that the main website clearly lists the last release = we > > think that Xerces worked on JDK version x.y. Xerces is ubiquitous, and= is > > used directly or within other products virtually everywhere. While we = don't > > need to spend developer time worrying about ancient JDK versions, we sh= ould > > make it clear where people who have to stay on legacy systems can get a= n > > appropriate release. >=20 > +1 >=20 > > I'd love it if we ensured that we feature a prominent link and host th= e > > download for the zip/targz plus it's key file for "the last known good > > Xerces with JDK x.y" as we drop support for earlier releases. > > >=20 > +1 >=20 > > Thanks for bringing the item up! > > > > - Shane > > > > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Nov 11 20:02:06 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 492 invoked from network); 11 Nov 2008 20:02:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2008 20:02:06 -0000 Received: (qmail 80423 invoked by uid 500); 11 Nov 2008 20:02:13 -0000 Delivered-To: [email protected] Received: (qmail 80389 invoked by uid 500); 11 Nov 2008 20:02: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: <general.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 28340 invoked by uid 99); 11 Nov 2008 14:34:52 -0000 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) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C9440A.90F0EAF4" Subject: RE: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 11 Nov 2008 15:34:08 +0100 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) Thread-Index: AclC6J15d71uzNS/SAC26U7a4ymNCQA98nzg References: <[email protected]> From: "Ludger Buenger" <[email protected]> To: <[email protected]>, <[email protected]> Cc: <[email protected]> X-OriginalArrivalTime: 11 Nov 2008 14:34:13.0305 (UTC) FILETIME=[91312A90:01C9440A] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C9440A.90F0EAF4 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Before Advancing beyond 1.3 I'd suggest to maybe initiate a usage poll analogous to http://wiki.apache.org/xmlgraphics/UserPollOct2007 to get an overview which JDK version is still in use and required by Xerces-J users. =20 That would give the community a foundation to base a good decision upon. =20 =20 From: Michael Glavassevich [mailto:[email protected]]=20 Sent: Monday, November 10, 2008 4:52 AM To: [email protected]; [email protected] Cc: [email protected] Subject: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) =20 Hi all, (including [email protected] on the cc list to hopefully reach a wider audience) I would like to propose that we officially drop support for JDK 1.2 in the next release of Xerces-J. Though the documentation [1] states that Xerces supports JDK 1.2 it has been years since we have built or tested binaries with this level. All of the recent releases were built and tested with JDK 1.3. It was brought to my attention that the code [2] since at least 2006 has had a dependency on APIs introduced in JDK 1.3. So we inadvertently moved on awhile ago. It seems this has not been a practical issue for most users since we've received no posts on these lists about it and received no other bug reports. It's not clear that there would be much benefit in restoring JDK 1.2 compatibility at this point. It's been out of service for years and looking around Apache it seems most projects run on JDK 1.4 or higher with some of the stragglers [3][4] below that moving up soon. If you have serious concerns regarding Xerces abandoning JDK 1.2 support please send an email to the [email protected] mailing list, specifying why you can't use a higher level of JDK and what parser features you are using. While on the subject I wonder what the community would think of us eventually dropping support for JDK 1.3 and possibly 1.4. There were features introduced in JDK 1.4 and 5 which Xerces could benefit from (e.g. NIO, java.lang.CharSequence, exception chaining, java.lang.StringBuilder, java.util.concurrent.*, etc...). That's not something I'm proposing today (or thinking of proposing for awhile) but would like to hear feedback from users (please send to [email protected]) who may still need new versions of Xerces which run on JDK 1.3 and 1.4. It would also be nice hear from folks who've long since moved on to Java 5 and beyond and would like to see Xerces take advantage of JDK 1.4 and 5 features. Thanks. [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11 <http://xerces.apache.org/xerces2-j/faq-general.html#faq-11>=20 [2] http://issues.apache.org/jira/browse/XERCESJ-1297 <http://issues.apache.org/jira/browse/XERCESJ-1297>=20 [3] http://marc.info/?l=3Dant-dev&m=3D122596549809889&w=3D2 <http://marc.info/?l=3Dant-dev&m=3D122596549809889&w=3D2>=20 [4] http://marc.info/?l=3Dfop-user&m=3D119244442600564&w=3D2 <http://marc.info/?l=3Dfop-user&m=3D119244442600564&w=3D2>=20 Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] --=20 This message was scanned by ESVA and is believed to be clean.=20 Click here to report this message as spam. <http://mailfilter.nc-sb.de/cgi-bin/learn-msg.cgi?id=3DA2B9C27F01.AE332> = =20 ------_=_NextPart_001_01C9440A.90F0EAF4 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:m=3D"http://schemas.microsoft.com/office/2004/12/omml" = 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 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"MS Mincho"; panose-1:949.692.9248;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} @font-face {font-family:"\@MS Mincho"; panose-1:949.692.9248;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman","serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} p {mso-style-priority:99; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; font-size:12.0pt; font-family:"Times New Roman","serif";} span.E-MailFormatvorlage18 {mso-style-type:personal-reply; font-family:"Calibri","sans-serif"; color:#1F497D;} .MsoChpDefault {mso-style-type:export-only; font-size:10.0pt;} @page Section1 {size:612.0pt 792.0pt; margin:70.85pt 70.85pt 2.0cm 70.85pt;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body lang=3DDE link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'>Before Advancing beyond 1.3 I&#8217;d suggest to maybe = initiate a usage poll analogous to <a href=3D"http://wiki.apache.org/xmlgraphics/UserPollOct2007">http://wiki.a= pache.org/xmlgraphics/UserPollOct2007</a> to get an overview which JDK version is still in use and required by = Xerces-J users.<o:p></o:p></span></p> <p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'>That would give the community a foundation to base a good = decision upon.<o:p></o:p></span></p> <p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'><o:p>&nbsp;</o:p></span></p> <p class=3DMsoNormal><span lang=3DEN-US = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif"; color:#1F497D'><o:p>&nbsp;</o:p></span></p> <div> <div style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt = 0cm 0cm 0cm'> <p class=3DMsoNormal><b><span lang=3DEN-US = style=3D'font-size:10.0pt;font-family: "Tahoma","sans-serif"'>From:</span></b><span lang=3DEN-US = style=3D'font-size:10.0pt; font-family:"Tahoma","sans-serif"'> Michael Glavassevich [mailto:[email protected]] <br> <b>Sent:</b> Monday, November 10, 2008 4:52 AM<br> <b>To:</b> [email protected]; [email protected]<br> <b>Cc:</b> [email protected]<br> <b>Subject:</b> Dropping JDK 1.2 support for Xerces-J (and possibly JDK = 1.3? 1.4? in the future)<o:p></o:p></span></p> </div> </div> <p class=3DMsoNormal><span lang=3DEN-US><o:p>&nbsp;</o:p></span></p> <p><span lang=3DEN-US>Hi all,<br> <br> (including [email protected] on the cc list to hopefully reach a = wider audience)<br> <br> I would like to propose that we officially drop support for JDK 1.2 in = the next release of Xerces-J. Though the documentation [1] states that Xerces = supports JDK 1.2 it has been years since we have built or tested binaries with = this level. All of the recent releases were built and tested with JDK 1.3. It = was brought to my attention that the code [2] since at least 2006 has had a dependency on APIs introduced in JDK 1.3. So we inadvertently moved on = awhile ago. It seems this has not been a practical issue for most users since = we've received no posts on these lists about it and received no other bug = reports. It's not clear that there would be much benefit in restoring JDK 1.2 compatibility at this point. It's been out of service for years and = looking around Apache it seems most projects run on JDK 1.4 or higher with some of the stragglers [3][4] below that moving up soon.<br> <br> If you have serious concerns regarding Xerces abandoning JDK 1.2 support = please send an email to the [email protected] mailing list, specifying = why you can't use a higher level of JDK and what parser features you are = using.<br> <br> While on the subject I wonder what the community would think of us = eventually dropping support for JDK 1.3 and possibly 1.4. There were features = introduced in JDK 1.4 and 5 which Xerces could benefit from (e.g. NIO, java.lang.CharSequence, exception chaining, java.lang.StringBuilder, java.util.concurrent.*, etc...). That's not something I'm proposing = today (or thinking of proposing for awhile) but would like to hear feedback from = users (please send to [email protected]) who may still need new versions = of Xerces which run on JDK 1.3 and 1.4. It would also be nice hear from = folks who've long since moved on to Java 5 and beyond and would like to see = Xerces take advantage of JDK 1.4 and 5 features.<br> <br> Thanks.<br> <br> [1] </span><a = href=3D"http://xerces.apache.org/xerces2-j/faq-general.html#faq-11"><span= lang=3DEN-US>http://xerces.apache.org/xerces2-j/faq-general.html#faq-11</= span></a><span lang=3DEN-US><br> [2] </span><a = href=3D"http://issues.apache.org/jira/browse/XERCESJ-1297"><span lang=3DEN-US>http://issues.apache.org/jira/browse/XERCESJ-1297</span></a>= <span lang=3DEN-US><br> [3] </span><a = href=3D"http://marc.info/?l=3Dant-dev&amp;m=3D122596549809889&amp;w=3D2">= <span lang=3DEN-US>http://marc.info/?l=3Dant-dev&amp;m=3D122596549809889&amp;w=3D= 2</span></a><span lang=3DEN-US><br> [4] </span><a = href=3D"http://marc.info/?l=3Dfop-user&amp;m=3D119244442600564&amp;w=3D2"= ><span lang=3DEN-US>http://marc.info/?l=3Dfop-user&amp;m=3D119244442600564&amp;w= =3D2</span></a><span lang=3DEN-US><br> <br> Michael Glavassevich<br> XML Parser Development<br> IBM Toronto Lab<br> E-mail: [email protected]<br> E-mail: [email protected]<o:p></o:p></span></p> <p class=3DMsoNormal><span lang=3DEN-US><br> -- <br> This message was scanned by ESVA and is believed to be clean. <br> </span><a href=3D"http://mailfilter.nc-sb.de/cgi-bin/learn-msg.cgi?id=3DA2B9C27F01.= AE332">Click here to report this message as spam.</a> <o:p></o:p></p> </div> </body> </html> ------_=_NextPart_001_01C9440A.90F0EAF4-- From [email protected] Tue Nov 11 20:08:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4941 invoked from network); 11 Nov 2008 20:08:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Nov 2008 20:08:28 -0000 Received: (qmail 91822 invoked by uid 500); 11 Nov 2008 20:08:35 -0000 Delivered-To: [email protected] Received: (qmail 91666 invoked by uid 500); 11 Nov 2008 20:08: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: <general.xml.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 6309 invoked by uid 99); 11 Nov 2008 10:36:48 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,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: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) Date: Tue, 11 Nov 2008 10:35:20 -0000 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) Thread-Index: AclDpM5U5HpZME/wT5y+LJnPvSRtGgAQ9oYw References: <[email protected]> <[email protected]> From: "Schmidlin, Franck" <[email protected]> To: <[email protected]>, <[email protected]> Cc: <[email protected]> X-Scanned-By: MailControl A-08-50-15 (www.mailcontrol.com) on 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org > a new infusion of activity and interest. you betcha, most of us would be up in arms! I personally am stuck on 1.4.2 for the foreseeable future. So +1 to drop 1.2/3 support, but let's not get too drastic please. ______________________________ Franck Schmidlin Corporate Integration Consultant=20 Northgate Public Services Please consider the environment before printing this e-mail -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Nathan Beyer Sent: 11 November 2008 02:25 To: [email protected] Cc: [email protected]; [email protected] Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) +1 I'd suggest just jumping to Java 5 library, source and target compilation. I think this would give the project a new infusion of activity and interest. -Nathan On Sun, Nov 9, 2008 at 9:51 PM, Michael Glavassevich <[email protected]> wrote: > Hi all, > > (including [email protected] on the cc list to hopefully reach a=20 > wider > audience) > > I would like to propose that we officially drop support for JDK 1.2 in > the next release of Xerces-J. Though the documentation [1] states that > Xerces supports JDK 1.2 it has been years since we have built or=20 > tested binaries with this level. All of the recent releases were built > and tested with JDK 1.3. It was brought to my attention that the code=20 > [2] since at least 2006 has had a dependency on APIs introduced in JDK > 1.3. So we inadvertently moved on awhile ago. It seems this has not=20 > been a practical issue for most users since we've received no posts on > these lists about it and received no other bug reports. It's not clear > that there would be much benefit in restoring JDK 1.2 compatibility at > this point. It's been out of service for years and looking around=20 > Apache it seems most projects run on JDK 1.4 or higher with some of the stragglers [3][4] below that moving up soon. > > If you have serious concerns regarding Xerces abandoning JDK 1.2=20 > support please send an email to the [email protected] mailing=20 > list, specifying why you can't use a higher level of JDK and what=20 > parser features you are using. > > While on the subject I wonder what the community would think of us=20 > eventually dropping support for JDK 1.3 and possibly 1.4. There were=20 > features introduced in JDK 1.4 and 5 which Xerces could benefit from (e.g. > NIO, java.lang.CharSequence, exception chaining,=20 > java.lang.StringBuilder, java.util.concurrent.*, etc...). That's not=20 > something I'm proposing today (or thinking of proposing for awhile)=20 > but would like to hear feedback from users (please send to=20 > [email protected]) who may still need new versions of Xerces=20 > which run on JDK 1.3 and 1.4. It would also be nice hear from folks=20 > who've long since moved on to Java 5 and beyond and would like to see Xerces take advantage of JDK 1.4 and 5 features. > > Thanks. > > [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11 > [2] http://issues.apache.org/jira/browse/XERCESJ-1297 > [3] http://marc.info/?l=3Dant-dev&m=3D122596549809889&w=3D2 > [4] http://marc.info/?l=3Dfop-user&m=3D119244442600564&w=3D2 > > Michael Glavassevich > XML Parser Development > IBM Toronto Lab > E-mail: [email protected] > E-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Scanned for viruses by BlackSpider MailControl This email is sent on behalf of Northgate Information Solutions Limited and= its associated companies ("Northgate") and is strictly confidential and in= tended solely for the addressee(s).=20=20 If you are not the intended recipient of this email you must: (i) not disc= lose, copy or distribute its contents to any other person nor use its conte= nts in any way or you may be acting unlawfully; (ii) contact Northgate imme= diately on 949.692.9248 quoting the name of the sender and the addres= see then delete it from your system. Northgate has taken reasonable precautions to ensure that no viruses are c= ontained in this email, but does not accept any responsibility once this em= ail has been transmitted. You should scan attachments (if any) for viruses. Northgate Information Solutions Limited. Registered in England no. 0644258= 2 - Northgate Information Solutions UK Limited. Registered in England no.= 968498 - NorthgateArinso UK Limited. Registered in England no. 1587537 = - Moorepay Limited. Registered in England no. 891686 - Northgate Land &= Property Solutions Limited - Registered in England no. 2149536 Registere= d Office: Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel H= empstead, Hertfordshire HP2 4NW=20 Northgate Managed Services Limited (NI). Registered in Northern Ireland n= o. NI032979 - LearnServe Limited (NI). Registered in Northern Ireland no= . NI043825 Registered Office: Hillview House, 61 Church Road, Newtownabbey,= Co. Antrim, BT36 7LQ=20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Nov 12 05:11:39 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87357 invoked from network); 12 Nov 2008 05:11:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 05:11:39 -0000 Received: (qmail 25736 invoked by uid 500); 12 Nov 2008 05:11:40 -0000 Delivered-To: [email protected] Received: (qmail 25687 invoked by uid 500); 12 Nov 2008 05:11: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: <general.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 25656 invoked by uid 99); 12 Nov 2008 05:11:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 21:11:39 -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; Wed, 12 Nov 2008 05:10:17 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e2.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id mAC54Yj0027143 for <[email protected]>; Wed, 12 Nov 2008 00:04:34 -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 v9.1) with ESMTP id mAC54exB115294 for <[email protected]>; Wed, 12 Nov 2008 00:04:40 -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 mAC54ena014676 for <[email protected]>; Wed, 12 Nov 2008 00:04:40 -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 mAC54dkY014668; Wed, 12 Nov 2008 00:04:39 -0500 In-Reply-To: <[email protected]> Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) To: [email protected], [email protected] Cc: [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Michael Glavassevich <[email protected]> Date: Wed, 12 Nov 2008 00:05:03 -0500 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 11/12/2008 00:05:05 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=0ABBFE6CDF81A7F48f9e8a93df938690918c0ABBFE6CDF81A7F4" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFE6CDF81A7F48f9e8a93df938690918c0ABBFE6CDF81A7F4 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable Xerces doesn't have maintenance releases in the sense that we'll ever h= ave a 2.[x].y release after a 2.[x+1].0. The codebase is constantly moving forward with new development. It just happens that over some periods of= time the only changes were bug fixes and minor improvements and if we h= ave a release before something significant hits the trunk it ends up being = a point release instead of the next in the series of 2.x. With the limite= d resources we have on the project (I find myself with less and less time= for Xerces each year; the other developers have less than that) I'd say -1 = to creating and maintaining branches ahead of time for hypothetical maintenance releases we may never have. I remember someone asking for a= branch for JDK 1.1 based releases when we dropped support for that leve= l. The need to have such releases never materialized. If there were to be = a compelling reason to have one in the future the tags from the previous Xerces releases will always be there and we could create a branch from = them if necessary. If it's just for the benefit of a handful of users (namel= y the individuals asking for the release) I would expect them to chip in = in some way with patches and/or testing. If they really need it they'll he= lp. If they're not willing to lift a finger then they don't need it badly enough yet. As for moving past Java 1.3, it's not just the features we could be usi= ng from later JDKs to improve the code and the user base still on old JDKs= which would factor into a decision. I would expect a future version of = JAXP [1] is going to start using generics [2] and APIs only available in Jav= a 5 and beyond. So it may get to a point where Xerces just has to jump to J= ava 5, 6 or ??? in order to keep up with JAXP. This already happened to JAX= B. The 2.0 version of that spec is impossible to implement and use without= Java 5. As some of you know we're currently working on an implementatio= n of XML Schema 1.1 and one of the significant features introduced in this n= ew version of XML Schema is assertions [3]. For this feature to be of valu= e to users you basically need a full-blown XPath 2.0 evaluator. Most likely we're going to have to rely on another processor for the XPath support = and that other library may have a dependency on a later version of Java. So= there are other things which could push Xerces past Java 1.3 and those = may be coming sooner than some folks can move to later JDKs. Anyway, in the immediate future I only recommend that we officially dro= p support for JDK 1.2. So far the folks who've been responding seem to be= on board with that. Thanks. [1] http://wiki.glassfish.java.net/Wiki.jsp?page=3DJaxpNextDiscussion [2] http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=3D6472193 [3] http://www.w3.org/TR/xmlschema11-1/#cAssertions Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] [email protected] wrote on 11/11/2008 09:46:52 PM: > I doubt maintenance for the current codebase running on Java 1.3 woul= d > be completely removed. I interpreted the original question as aimed a= t > new and future development. I don't want to speak for Michael, but > that's the way I read it. > > -Nathan > > On Tue, Nov 11, 2008 at 9:08 AM, Jacob Kjome <[email protected]> wrote: > > On Tue, 11 Nov 2008 09:36:26 -0500 > > "David Ezell" <[email protected]> wrote: > >> > >> Well, one person's 4 is another person's 3. > >> > >> We're stuck on 1.3 for the foreseeable future. > >> > >> So -1 to drop 1.3. > > > > I partially agree with this. There's no reason 1.3 needs to be dro= pped for > > the current 2.x.x codebase. Why not maintain [email protected] and move= on to > > 3.x development which would be 1.5+ (or even 1.6+). Xerces2 is ver= y > > stable. 1.3 and 1.4 users can continue to depend on it. I maintai= n the > > XMLC project, which is currently limited to JDK 1.3 anway. If crit= ical > > issues are found in Xerces2, they can be fixed on the Xerces2 branc= h where > > 1.3 and 1.4 users can benefit. Of course, we can also expect that = 1.3 and > > 1.4 users are in maintenance mode and won't require fancy new featu= res. All > > new feature development can take place on the trunk, which will represent > > the Xerces3 codebase, and will be able to take advantage of all the= latest > > JDK features. Who knows, maybe Sun can eventually drop the > > com.sun.apache.xerces stuff and migrate back to the original, stabl= e, Xerces > > product once it is not limited by old VM's. > > > > Jake > > > >> > >> David Ezell > >> VeriFone > >> Chair, XML Schema WG > >> > >>> -----Original Message----- > >>> From: Schmidlin, Franck [mailto:[email protected]= ] Sent: > >>> Tuesday, November 11, 2008 5:35 AM > >>> To: [email protected]; [email protected] > >>> Cc: [email protected] > >>> Subject: RE: Dropping JDK 1.2 support for Xerces-J (and possibly = JDK 1.3? > >>> 1.4? in the future) > >>> > >>> > a new infusion of activity and interest. > >>> > >>> you betcha, most of us would be up in arms! > >>> > >>> I personally am stuck on 1.4.2 for the foreseeable future. > >>> > >>> So +1 to drop 1.2/3 support, but let's not get too drastic please= . > >>> > >>> > >>> ______________________________ > >>> Franck Schmidlin > >>> Corporate Integration Consultant > >>> Northgate Public Services > >>> > >>> Please consider the environment before printing this e-mail > >>> > >>> > >>> -----Original Message----- > >>> From: [email protected] [mailto:[email protected]] On Behalf Of Nat= han > >>> Beyer > >>> Sent: 11 November 2008 02:25 > >>> To: [email protected] > >>> Cc: [email protected]; [email protected] > >>> Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly = JDK 1.3? > >>> 1.4? in the future) > >>> > >>> +1 > >>> > >>> I'd suggest just jumping to Java 5 library, source and target > >>> compilation. I think this would give the project a new infusion > of activity > >>> and interest. > >>> > >>> -Nathan > >>> > >>> On Sun, Nov 9, 2008 at 9:51 PM, Michael Glavassevich > >>> <[email protected]> wrote: > >>> > Hi all, > >>> > > >>> > (including [email protected] on the cc list to hopefully r= each a > > >>> > wider > >>> > audience) > >>> > > >>> > I would like to propose that we officially drop support for JDK= 1.2 in > >>> > >>> > the next release of Xerces-J. Though the documentation [1] stat= es that > >>> > >>> > Xerces supports JDK 1.2 it has been years since we have built o= r > > >>> > tested binaries with this level. All of the recent releases wer= e built > >>> > >>> > and tested with JDK 1.3. It was brought to my attention that th= e code > > >>> > [2] since at least 2006 has had a dependency on APIs introduced= in JDK > >>> > >>> > 1.3. So we inadvertently moved on awhile ago. It seems this has= not > > >>> > been a practical issue for most users since we've received no p= osts on > >>> > >>> > these lists about it and received no other bug reports. It's no= t clear > >>> > >>> > that there would be much benefit in restoring JDK 1.2 compatibi= lity at > >>> > >>> > this point. It's been out of service for years and looking arou= nd > > >>> > Apache it seems most projects run on JDK 1.4 or higher with som= e of > >>> the stragglers [3][4] below that moving up soon. > >>> > > >>> > If you have serious concerns regarding Xerces abandoning JDK 1.= 2 > > >>> > support please send an email to the [email protected] > mailing > list, > >>> > specifying why you can't use a higher level of JDK and what > parser > >>> > features you are using. > >>> > > >>> > While on the subject I wonder what the community would think of= us > > >>> > eventually dropping support for JDK 1.3 and possibly 1.4. There= were > > >>> > features introduced in JDK 1.4 and 5 which Xerces could benefit= from > >>> (e.g. > >>> > NIO, java.lang.CharSequence, exception chaining, > > >>> > java.lang.StringBuilder, java.util.concurrent.*, etc...). That'= s not > > >>> > something I'm proposing today (or thinking of proposing for > awhile) > but > >>> > would like to hear feedback from users (please send to > >>> > [email protected]) who may still need new versions of Xer= ces > > >>> > which run on JDK 1.3 and 1.4. It would also be nice hear from > folks > who've > >>> > long since moved on to Java 5 and beyond and would like to see > >>> Xerces take advantage of JDK 1.4 and 5 features. > >>> > > >>> > Thanks. > >>> > > >>> > [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11 > >>> > [2] http://issues.apache.org/jira/browse/XERCESJ-1297 > >>> > [3] http://marc.info/?l=3Dant-dev&m=3D122596549809889&w=3D2 > >>> > [4] http://marc.info/?l=3Dfop-user&m=3D119244442600564&w=3D2 > >>> > > >>> > Michael Glavassevich > >>> > XML Parser Development > >>> > IBM Toronto Lab > >>> > E-mail: [email protected] > >>> > E-mail: [email protected] > >>> > >>> -----------------------------------------------------------------= ---- > >>> To unsubscribe, e-mail: [email protected] > >>> For additional commands, e-mail: [email protected] > >>> > >>> > >>> > >>> Scanned for viruses by BlackSpider MailControl > >>> > >>> > >>> This email is sent on behalf of Northgate Information Solutions Limited > >>> and its associated companies ("Northgate") and is strictly > confidential and > >>> intended solely for the addressee(s). > >>> If you are not the intended recipient of this email you must: (i= ) not > >>> disclose, copy or distribute its contents to any other person nor= use its > >>> contents in any way or you may be acting unlawfully; (ii) > contact Northgate > >>> immediately on 949.692.9248 quoting the name of the sender = and the > >>> addressee then delete it from your system. > >>> > >>> Northgate has taken reasonable precautions to ensure that no vir= uses are > >>> contained in this email, but does not accept any responsibility o= nce this > >>> email has been transmitted. You should scan attachments (if any)= for > >>> viruses. > >>> > >>> Northgate Information Solutions Limited. Registered in England n= o. > >>> 06442582 - Northgate Information Solutions UK Limited. Register= ed in > >>> England no. 968498 - NorthgateArinso UK Limited. Registered in > England no. > >>> 1587537 - Moorepay Limited. Registered in England no. 891686 = - > >>> Northgate Land & Property Solutions Limited - Registered in England no. > >>> 2149536 Registered Office: Peoplebuilding 2, Peoplebuilding > Estate, Maylands > >>> Avenue, Hemel Hempstead, Hertfordshire HP2 4NW > >>> Northgate Managed Services Limited (NI). Registered in Northern= Ireland > >>> no. NI032979 - LearnServe Limited (NI). Registered in Northern= Ireland > >>> no. NI043825 Registered Office: Hillview House, 61 Church Road, > >>> Newtownabbey, Co. Antrim, BT36 7LQ > >>> -----------------------------------------------------------------= ---- > >>> 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]= --0__=0ABBFE6CDF81A7F48f9e8a93df938690918c0ABBFE6CDF81A7F4 Content-type: text/html; charset=US-ASCII Content-Disposition: inline Content-transfer-encoding: quoted-printable <html><body> <p><tt>Xerces doesn't have maintenance releases in the sense that we'll= ever have a 2.[x].y release after a 2.[x+1].0. The codebase is constan= tly moving forward with new development. It just happens that over some= periods of time the only changes were bug fixes and minor improvements= and if we have a release before something significant hits the trunk i= t ends up being a point release instead of the next in the series of 2.= x. With the limited resources we have on the project (I find myself wit= h less and less time for Xerces each year; the other developers have le= ss than that) I'd say -1 to creating and maintaining branches ahead of = time for hypothetical maintenance releases we may never have. I remembe= r someone asking for a branch for JDK 1.1 based releases when we droppe= d support for that level. The need to have such releases never material= ized. If there were to be a compelling reason to have one in the future= the tags from the previous Xerces releases will always be there and we= could create a branch from them if necessary. If it's just for the ben= efit of a handful of users (namely the individuals asking for the relea= se) I would expect them to chip in in some way with patches and/or test= ing. If they really need it they'll help. If they're not willing to lif= t a finger then they don't need it badly enough yet.</tt><br> <br> <tt>As for moving past Java 1.3, it's not just the features we could be= using from later JDKs to improve the code and the user base still on o= ld JDKs which would factor into a decision. I would expect a future ver= sion of JAXP [1] is going to start using generics [2] and APIs only ava= ilable in Java 5 and beyond. So it may get to a point where Xerces just= has to jump to Java 5, 6 or ??? in order to keep up with JAXP. This al= ready happened to JAXB. The 2.0 version of that spec is impossible to i= mplement and use without Java 5. As some of you know we're currently wo= rking on an implementation of XML Schema 1.1 and one of the significant= features introduced in this new version of XML Schema is assertions [3= ]. For this feature to be of value to users you basically need a full-b= lown XPath 2.0 evaluator. Most likely we're going to have to rely on an= other processor for the XPath support and that other library may have a= dependency on a later version of Java. So there are other things which= could push Xerces past Java 1.3 and those may be coming sooner than so= me folks can move to later JDKs.</tt><br> <br> <tt>Anyway, in the immediate future I only recommend that we officially= drop support for JDK 1.2. So far the folks who've been responding seem= to be on board with that.</tt><br> <br> <tt>Thanks.</tt><br> <br> <tt>[1] </tt><tt><a href=3D"http://wiki.glassfish.java.net/Wiki.jsp?pag= e=3DJaxpNextDiscussion">http://wiki.glassfish.java.net/Wiki.jsp?page=3D= JaxpNextDiscussion</a></tt><br> <tt>[2] </tt><tt><a href=3D"http://bugs.sun.com/bugdatabase/view_bug.do= ?bug_id=3D6472193">http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=3D= 6472193</a></tt><br> <tt>[3] </tt><tt><a href=3D"http://www.w3.org/TR/xmlschema11-1/#cAssert= ions">http://www.w3.org/TR/xmlschema11-1/#cAssertions</a></tt><br> <br> <tt>Michael Glavassevich<br> XML Parser Development<br> IBM Toronto Lab<br> E-mail: [email protected]</tt><br> <tt>E-mail: [email protected]</tt><br> <br> <tt>[email protected] wrote on 11/11/2008 09:46:52 PM:<br> <br> &gt; I doubt maintenance for the current codebase running on Java 1.3 w= ould<br> &gt; be completely removed. I interpreted the original question as aime= d at<br> &gt; new and future development. I don't want to speak for Michael, but= <br> &gt; that's the way I read it.<br> &gt; <br> &gt; -Nathan<br> &gt; <br> &gt; On Tue, Nov 11, 2008 at 9:08 AM, Jacob Kjome &lt;[email protected]&gt;= wrote:<br> &gt; &gt; On Tue, 11 Nov 2008 09:36:26 -0500<br> &gt; &gt; &nbsp;&quot;David Ezell&quot; &lt;[email protected]&gt; w= rote:<br> &gt; &gt;&gt;<br> &gt; &gt;&gt; Well, one person's 4 is another person's 3.<br> &gt; &gt;&gt;<br> &gt; &gt;&gt; We're stuck on 1.3 for the foreseeable future.<br> &gt; &gt;&gt;<br> &gt; &gt;&gt; So -1 to drop 1.3.<br> &gt; &gt;<br> &gt; &gt; I partially agree with this. &nbsp;There's no reason 1.3 need= s to be dropped for<br> &gt; &gt; the current 2.x.x codebase. &nbsp;Why not maintain 2.x.x at 1= .3 and move on to<br> &gt; &gt; 3.x development which would be 1.5+ (or even 1.6+). &nbsp;Xer= ces2 is very<br> &gt; &gt; stable. &nbsp;1.3 and 1.4 users can continue to depend on it.= &nbsp;I maintain the<br> &gt; &gt; XMLC project, which is currently limited to JDK 1.3 anway. &n= bsp;If critical<br> &gt; &gt; issues are found in Xerces2, they can be fixed on the Xerces2= branch where<br> &gt; &gt; 1.3 and 1.4 users can benefit. &nbsp;Of course, we can also e= xpect that 1.3 and<br> &gt; &gt; 1.4 users are in maintenance mode and won't require fancy new= features. &nbsp;All<br> &gt; &gt; new feature development can take place on the trunk, which wi= ll represent<br> &gt; &gt; the Xerces3 codebase, and will be able to take advantage of a= ll the latest<br> &gt; &gt; JDK features. &nbsp;Who knows, maybe Sun can eventually drop = the<br> &gt; &gt; com.sun.apache.xerces stuff and migrate back to the original,= stable, Xerces<br> &gt; &gt; product once it is not limited by old VM's.<br> &gt; &gt;<br> &gt; &gt; Jake<br> &gt; &gt;<br> &gt; &gt;&gt;<br> &gt; &gt;&gt; David Ezell<br> &gt; &gt;&gt; VeriFone<br> &gt; &gt;&gt; Chair, XML Schema WG<br> &gt; &gt;&gt;<br> &gt; &gt;&gt;&gt; -----Original Message-----<br> &gt; &gt;&gt;&gt; From: Schmidlin, Franck [<a href=3D"mailto:Franck.Sch= [email protected]">mailto:[email protected]</a>] = Sent:<br> &gt; &gt;&gt;&gt; Tuesday, November 11, 2008 5:35 AM<br> &gt; &gt;&gt;&gt; To: [email protected]; [email protected]= g<br> &gt; &gt;&gt;&gt; Cc: [email protected]<br> &gt; &gt;&gt;&gt; Subject: RE: Dropping JDK 1.2 support for Xerces-J (a= nd possibly JDK 1.3?<br> &gt; &gt;&gt;&gt; 1.4? in the future)<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; &nbsp;&gt; a new infusion of activity and interest.<b= r> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; you betcha, most of us would be up in arms!<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; I personally am stuck on 1.4.2 for the foreseeable fu= ture.<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; So +1 to drop 1.2/3 support, but let's not get too dr= astic please.<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; ______________________________<br> &gt; &gt;&gt;&gt; Franck Schmidlin<br> &gt; &gt;&gt;&gt; Corporate Integration Consultant<br> &gt; &gt;&gt;&gt; Northgate Public Services<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; Please consider the environment before printing this = e-mail<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; -----Original Message-----<br> &gt; &gt;&gt;&gt; From: [email protected] [<a href=3D"mailto:nbeyer@gmai= l.com">mailto:[email protected]</a>] On Behalf Of Nathan<br> &gt; &gt;&gt;&gt; Beyer<br> &gt; &gt;&gt;&gt; Sent: 11 November 2008 02:25<br> &gt; &gt;&gt;&gt; To: [email protected]<br> &gt; &gt;&gt;&gt; Cc: [email protected]; [email protected]<b= r> &gt; &gt;&gt;&gt; Subject: Re: Dropping JDK 1.2 support for Xerces-J (a= nd possibly JDK 1.3?<br> &gt; &gt;&gt;&gt; 1.4? in the future)<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; +1<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; I'd suggest just jumping to Java 5 library, source an= d target<br> &gt; &gt;&gt;&gt; compilation. I think this would give the project a ne= w infusion <br> &gt; of activity<br> &gt; &gt;&gt;&gt; and interest.<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; -Nathan<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; On Sun, Nov 9, 2008 at 9:51 PM, Michael Glavassevich<= br> &gt; &gt;&gt;&gt; &lt;[email protected]&gt; wrote:<br> &gt; &gt;&gt;&gt; &gt; Hi all,<br> &gt; &gt;&gt;&gt; &gt;<br> &gt; &gt;&gt;&gt; &gt; (including [email protected] on the cc list= to hopefully reach a &gt;<br> &gt; &gt;&gt;&gt; &gt; wider<br> &gt; &gt;&gt;&gt; &gt; audience)<br> &gt; &gt;&gt;&gt; &gt;<br> &gt; &gt;&gt;&gt; &gt; I would like to propose that we officially drop = support for JDK 1.2 in<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; &gt; the next release of Xerces-J. Though the documen= tation [1] states that<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; &gt; Xerces supports JDK 1.2 it has been years since = we have built or &gt;<br> &gt; &gt;&gt;&gt; &gt; tested binaries with this level. All of the rece= nt releases were built<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; &gt; and tested with JDK 1.3. It was brought to my at= tention that the code &gt;<br> &gt; &gt;&gt;&gt; &gt; [2] since at least 2006 has had a dependency on = APIs introduced in JDK<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; &gt; 1.3. So we inadvertently moved on awhile ago. It= seems this has not &gt;<br> &gt; &gt;&gt;&gt; &gt; been a practical issue for most users since we'v= e received no posts on<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; &gt; these lists about it and received no other bug r= eports. It's not clear<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; &gt; that there would be much benefit in restoring JD= K 1.2 compatibility at<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; &gt; this point. It's been out of service for years a= nd looking around &gt;<br> &gt; &gt;&gt;&gt; &gt; Apache it seems most projects run on JDK 1.4 or = higher with some of<br> &gt; &gt;&gt;&gt; the stragglers [3][4] below that moving up soon.<br> &gt; &gt;&gt;&gt; &gt;<br> &gt; &gt;&gt;&gt; &gt; If you have serious concerns regarding Xerces ab= andoning JDK 1.2 &gt;<br> &gt; &gt;&gt;&gt; &gt; support please send an email to the j-dev@xerces= .apache.org <br> &gt; mailing &gt; list,<br> &gt; &gt;&gt;&gt; &gt; specifying why you can't use a higher level of J= DK and what &gt; parser<br> &gt; &gt;&gt;&gt; &gt; features you are using.<br> &gt; &gt;&gt;&gt; &gt;<br> &gt; &gt;&gt;&gt; &gt; While on the subject I wonder what the community= would think of us &gt;<br> &gt; &gt;&gt;&gt; &gt; eventually dropping support for JDK 1.3 and poss= ibly 1.4. There were &gt;<br> &gt; &gt;&gt;&gt; &gt; features introduced in JDK 1.4 and 5 which Xerce= s could benefit from<br> &gt; &gt;&gt;&gt; (e.g.<br> &gt; &gt;&gt;&gt; &gt; NIO, java.lang.CharSequence, exception chaining,= &gt;<br> &gt; &gt;&gt;&gt; &gt; java.lang.StringBuilder, java.util.concurrent.*,= etc...). That's not &gt;<br> &gt; &gt;&gt;&gt; &gt; something I'm proposing today (or thinking of pr= oposing for <br> &gt; awhile) &gt; but<br> &gt; &gt;&gt;&gt; &gt; would like to hear feedback from users (please s= end to<br> &gt; &gt;&gt;&gt; &gt; [email protected]) who may still need new = versions of Xerces &gt;<br> &gt; &gt;&gt;&gt; &gt; which run on JDK 1.3 and 1.4. It would also be n= ice hear from <br> &gt; folks &gt; who've<br> &gt; &gt;&gt;&gt; &gt; long since moved on to Java 5 and beyond and wou= ld like to see<br> &gt; &gt;&gt;&gt; Xerces take advantage of JDK 1.4 and 5 features.<br> &gt; &gt;&gt;&gt; &gt;<br> &gt; &gt;&gt;&gt; &gt; Thanks.<br> &gt; &gt;&gt;&gt; &gt;<br> &gt; &gt;&gt;&gt; &gt; [1] </tt><tt><a href=3D"http://xerces.apache.org= /xerces2-j/faq-general.html#faq-11">http://xerces.apache.org/xerces2-j/= faq-general.html#faq-11</a></tt><tt><br> &gt; &gt;&gt;&gt; &gt; [2] </tt><tt><a href=3D"http://issues.apache.org= /jira/browse/XERCESJ-1297">http://issues.apache.org/jira/browse/XERCESJ= -1297</a></tt><tt><br> &gt; &gt;&gt;&gt; &gt; [3] </tt><tt><a href=3D"http://marc.info/?l=3Dan= t-dev&m=3D122596549809889&w=3D2">http://marc.info/?l=3Dant-dev&amp;m=3D= 122596549809889&amp;w=3D2</a></tt><tt><br> &gt; &gt;&gt;&gt; &gt; [4] </tt><tt><a href=3D"http://marc.info/?l=3Dfo= p-user&m=3D119244442600564&w=3D2">http://marc.info/?l=3Dfop-user&amp;m=3D= 119244442600564&amp;w=3D2</a></tt><tt><br> &gt; &gt;&gt;&gt; &gt;<br> &gt; &gt;&gt;&gt; &gt; Michael Glavassevich<br> &gt; &gt;&gt;&gt; &gt; XML Parser Development<br> &gt; &gt;&gt;&gt; &gt; IBM Toronto Lab<br> &gt; &gt;&gt;&gt; &gt; E-mail: [email protected]<br> &gt; &gt;&gt;&gt; &gt; E-mail: [email protected]<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; -----------------------------------------------------= ----------------<br> &gt; &gt;&gt;&gt; To unsubscribe, e-mail: [email protected]= he.org<br> &gt; &gt;&gt;&gt; For additional commands, e-mail: [email protected]= ache.org<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; &nbsp;Scanned for viruses by BlackSpider MailControl<= br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; This email is sent on behalf of Northgate Information= Solutions Limited<br> &gt; &gt;&gt;&gt; and its associated companies (&quot;Northgate&quot;) = and is strictly <br> &gt; confidential and<br> &gt; &gt;&gt;&gt; intended solely for the addressee(s).<br> &gt; &gt;&gt;&gt; &nbsp;If you are not the intended recipient of this e= mail you must: (i) not<br> &gt; &gt;&gt;&gt; disclose, copy or distribute its contents to any othe= r person nor use its<br> &gt; &gt;&gt;&gt; contents in any way or you may be acting unlawfully; = (ii) <br> &gt; contact Northgate<br> &gt; &gt;&gt;&gt; immediately on 949.692.9248 quoting the name of= the sender and the<br> &gt; &gt;&gt;&gt; addressee then delete it from your system.<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; &nbsp;Northgate has taken reasonable precautions to e= nsure that no viruses are<br> &gt; &gt;&gt;&gt; contained in this email, but does not accept any resp= onsibility once this<br> &gt; &gt;&gt;&gt; email has been transmitted. &nbsp;You should scan att= achments (if any) for<br> &gt; &gt;&gt;&gt; viruses.<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt; &nbsp;Northgate Information Solutions Limited. Regist= ered in England no.<br> &gt; &gt;&gt;&gt; 06442582 &nbsp;- &nbsp;Northgate Information Solution= s UK Limited. Registered in<br> &gt; &gt;&gt;&gt; England no. 968498 &nbsp;- &nbsp;NorthgateArinso UK L= imited. Registered in<br> &gt; England no.<br> &gt; &gt;&gt;&gt; 1587537 &nbsp;- &nbsp;Moorepay Limited. &nbsp;Registe= red in England no. 891686 &nbsp;-<br> &gt; &gt;&gt;&gt; &nbsp;Northgate Land &amp; Property Solutions Limited= &nbsp;- &nbsp;Registered in England no.<br> &gt; &gt;&gt;&gt; 2149536 Registered Office: Peoplebuilding 2, Peoplebu= ilding <br> &gt; Estate, Maylands<br> &gt; &gt;&gt;&gt; Avenue, Hemel Hempstead, Hertfordshire HP2 4NW<br> &gt; &gt;&gt;&gt; &nbsp;Northgate Managed Services Limited (NI). &nbsp;= Registered in Northern Ireland<br> &gt; &gt;&gt;&gt; no. NI032979 &nbsp;- &nbsp;LearnServe Limited (NI). &= nbsp;Registered in Northern Ireland<br> &gt; &gt;&gt;&gt; no. NI043825 Registered Office: Hillview House, 61 Ch= urch Road,<br> &gt; &gt;&gt;&gt; Newtownabbey, Co. Antrim, BT36 7LQ<br> &gt; &gt;&gt;&gt; -----------------------------------------------------= ----------------<br> &gt; &gt;&gt;&gt; To unsubscribe, e-mail: [email protected]= ache.org<br> &gt; &gt;&gt;&gt; For additional commands, e-mail: [email protected].= apache.org<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;&gt;<br> &gt; &gt;&gt;<br> &gt; &gt;&gt; ---------------------------------------------------------= ------------<br> &gt; &gt;&gt; To unsubscribe, e-mail: [email protected]= .org<br> &gt; &gt;&gt; For additional commands, e-mail: [email protected]= he.org<br> &gt; &gt;&gt;<br> &gt; &gt;&gt;<br> &gt; &gt;<br> &gt; &gt;<br> &gt; &gt; -------------------------------------------------------------= --------<br> &gt; &gt; To unsubscribe, e-mail: [email protected]= <br> &gt; &gt; For additional commands, e-mail: [email protected]= rg<br> &gt; &gt;<br> &gt; &gt;<br> &gt; <br> &gt; ------------------------------------------------------------------= ---<br> &gt; To unsubscribe, e-mail: [email protected]<br> &gt; For additional commands, e-mail: [email protected]</t= t><tt><br> </tt></body></html>= --0__=0ABBFE6CDF81A7F48f9e8a93df938690918c0ABBFE6CDF81A7F4-- From [email protected] Wed Nov 12 05:34:03 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2474 invoked from network); 12 Nov 2008 05:34:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 05:34:03 -0000 Received: (qmail 39532 invoked by uid 500); 12 Nov 2008 05:34:10 -0000 Delivered-To: [email protected] Received: (qmail 39474 invoked by uid 500); 12 Nov 2008 05:34: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: <general.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 39463 invoked by uid 99); 12 Nov 2008 05:34:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 21:34:09 -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; Wed, 12 Nov 2008 05:32:49 +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 mAC5UMmV018992 for <[email protected]>; Wed, 12 Nov 2008 00:30:22 -0500 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 v9.1) with ESMTP id mAC5UM11143644 for <[email protected]>; Wed, 12 Nov 2008 00:30:22 -0500 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 mAC5U8O8030799 for <[email protected]>; Wed, 12 Nov 2008 00:30:08 -0500 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id mAC5U8ni030795; Wed, 12 Nov 2008 00:30:08 -0500 In-Reply-To: <[email protected]> Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) To: [email protected] Cc: [email protected], [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Michael Glavassevich <[email protected]> Date: Wed, 12 Nov 2008 00:30:46 -0500 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 11/12/2008 00:30:45 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=0ABBFE6CDF8871B68f9e8a93df938690918c0ABBFE6CDF8871B6" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFE6CDF8871B68f9e8a93df938690918c0ABBFE6CDF8871B6 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable Worth nothing that although Java 1.4 may have passed Sun's EOL date the= re are other JDK vendors who may have end of service dates that are still = in the future. So it may be that a user who is still stuck on that JDK lev= el is still getting support and bug fixes that they wouldn't be getting anymore for the Sun version. I wouldn't assume that the eventual releas= es out of Apache Harmony would bind themselves to Sun's dates either (for = when they'd stop maintenance). Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] Jeremias Maerki <[email protected]> wrote on 11/11/2008 08:59:38 A= M: > On 11.11.2008 14:52:52 sebb wrote: > > On 11/11/2008, Shane Curcuru <[email protected]> wrote: > > > +1 to dropping 1.2 support. > > > > +1 to dropping 1.2 > > > > +0 to dropping 1.3 > > > > I think 1.4 support should be kept if possible for a while yet. > > Agreed. Xerces is such a basic library and so many companies are stil= l > stuck with Java 1.4 even though it's past EOL. > > > > Please - be sure that the main website clearly lists the last release we > > > think that Xerces worked on JDK version x.y. Xerces is ubiquitou= s, and is > > > used directly or within other products virtually everywhere. > While we don't > > > need to spend developer time worrying about ancient JDK > versions, we should > > > make it clear where people who have to stay on legacy systems can= get an > > > appropriate release. > > > > +1 > > > > > I'd love it if we ensured that we feature a prominent link and h= ost the > > > download for the zip/targz plus it's key file for "the last known= good > > > Xerces with JDK x.y" as we drop support for earlier releases. > > > > > > > +1 > > > > > Thanks for bringing the item up! > > > > > > - Shane > > Jeremias Maerki > > ---------------------------------------------------------------------= > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]= --0__=0ABBFE6CDF8871B68f9e8a93df938690918c0ABBFE6CDF8871B6 Content-type: text/html; charset=US-ASCII Content-Disposition: inline Content-transfer-encoding: quoted-printable <html><body> <p><tt>Worth nothing that although Java 1.4 may have passed Sun's EOL d= ate there are other JDK vendors who may have end of service dates that = are still in the future. So it may be that a user who is still stuck on= that JDK level is still getting support and bug fixes that they wouldn= 't be getting anymore for the Sun version. I wouldn't assume that the e= ventual releases out of Apache Harmony would bind themselves to Sun's d= ates either (for when they'd stop maintenance).</tt><br> <br> <tt>Thanks.</tt><br> <br> <tt>Michael Glavassevich<br> XML Parser Development<br> IBM Toronto Lab<br> E-mail: [email protected]</tt><br> <tt>E-mail: [email protected]</tt><br> <br> <tt>Jeremias Maerki &lt;[email protected]&gt; wrote on 11/11/2008 = 08:59:38 AM:<br> <br> &gt; On 11.11.2008 14:52:52 sebb wrote:<br> &gt; &gt; On 11/11/2008, Shane Curcuru &lt;[email protected]&gt; wro= te:<br> &gt; &gt; &gt; +1 to dropping 1.2 support.<br> &gt; &gt; <br> &gt; &gt; +1 to dropping 1.2<br> &gt; &gt; <br> &gt; &gt; +0 to dropping 1.3<br> &gt; &gt; <br> &gt; &gt; I think 1.4 support should be kept if possible for a while ye= t.<br> &gt; <br> &gt; Agreed. Xerces is such a basic library and so many companies are s= till<br> &gt; stuck with Java 1.4 even though it's past EOL.<br> &gt; <br> &gt; &gt; &gt; &nbsp;Please - be sure that the main website clearly lis= ts the last release we<br> &gt; &gt; &gt; think that Xerces worked on JDK version x.y. &nbsp;Xerce= s is ubiquitous, and is<br> &gt; &gt; &gt; used directly or within other products virtually everywh= ere. &nbsp;<br> &gt; While we don't<br> &gt; &gt; &gt; need to spend developer time worrying about ancient JDK = <br> &gt; versions, we should<br> &gt; &gt; &gt; make it clear where people who have to stay on legacy sy= stems can get an<br> &gt; &gt; &gt; appropriate release.<br> &gt; &gt; <br> &gt; &gt; +1<br> &gt; &gt; <br> &gt; &gt; &gt; &nbsp;I'd love it if we ensured that we feature a promin= ent link and host the<br> &gt; &gt; &gt; download for the zip/targz plus it's key file for &quot;= the last known good<br> &gt; &gt; &gt; Xerces with JDK x.y&quot; as we drop support for earlier= releases.<br> &gt; &gt; &gt;<br> &gt; &gt; <br> &gt; &gt; +1<br> &gt; &gt; <br> &gt; &gt; &gt; &nbsp;Thanks for bringing the item up!<br> &gt; &gt; &gt;<br> &gt; &gt; &gt; &nbsp;- Shane<br> &gt; <br> &gt; Jeremias Maerki<br> &gt; <br> &gt; ------------------------------------------------------------------= ---<br> &gt; To unsubscribe, e-mail: [email protected]<br> &gt; For additional commands, e-mail: [email protected]</tt><= /body></html>= --0__=0ABBFE6CDF8871B68f9e8a93df938690918c0ABBFE6CDF8871B6-- From [email protected] Wed Nov 12 05:42:45 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7673 invoked from network); 12 Nov 2008 05:42:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 05:42:45 -0000 Received: (qmail 44165 invoked by uid 500); 12 Nov 2008 05:42:51 -0000 Delivered-To: [email protected] Received: (qmail 44099 invoked by uid 500); 12 Nov 2008 05:42: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: <general.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 44088 invoked by uid 99); 12 Nov 2008 05:42:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 21:42:51 -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; Wed, 12 Nov 2008 05:41:27 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e2.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id mAC5g42c028987 for <[email protected]>; Wed, 12 Nov 2008 00:42:04 -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 v9.1) with ESMTP id mAC5gAB4135998 for <[email protected]>; Wed, 12 Nov 2008 00:42:10 -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 mAC5gAxa013459 for <[email protected]>; Wed, 12 Nov 2008 00:42:10 -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 mAC5gAIs013456; Wed, 12 Nov 2008 00:42:10 -0500 In-Reply-To: <[email protected]> Subject: RE: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) To: [email protected] Cc: [email protected], [email protected], [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Michael Glavassevich <[email protected]> Date: Wed, 12 Nov 2008 00:42:33 -0500 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 11/12/2008 00:42:30 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=0ABBFE6CDF8DFCB68f9e8a93df938690918c0ABBFE6CDF8DFCB6" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFE6CDF8DFCB68f9e8a93df938690918c0ABBFE6CDF8DFCB6 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: quoted-printable Any idea how this poll was done? A form you could submit on a website? Jeremias, seeing your name as the last editor on the Wiki I'm guessing = you had something to do with it. Was this poll easy to set up? Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] "Ludger Buenger" <[email protected]> wrote on 11/11/2008 09:34:08 AM: > Before Advancing beyond 1.3 I?d suggest to maybe initiate a usage > poll analogous to http://wiki.apache.org/xmlgraphics/UserPollOct2007 > to get an overview which JDK version is still in use and required by > Xerces-J users. > > That would give the community a foundation to base a good decision up= on. > > > From: Michael Glavassevich [mailto:[email protected]] > Sent: Monday, November 10, 2008 4:52 AM > To: [email protected]; [email protected] > Cc: [email protected] > Subject: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1. > 3? 1.4? in the future) > > Hi all, > > (including [email protected] on the cc list to hopefully reach > a wider audience) > > I would like to propose that we officially drop support for JDK 1.2 > in the next release of Xerces-J. Though the documentation [1] states > that Xerces supports JDK 1.2 it has been years since we have built > or tested binaries with this level. All of the recent releases were > built and tested with JDK 1.3. It was brought to my attention that > the code [2] since at least 2006 has had a dependency on APIs > introduced in JDK 1.3. So we inadvertently moved on awhile ago. It > seems this has not been a practical issue for most users since we've > received no posts on these lists about it and received no other bug > reports. It's not clear that there would be much benefit in > restoring JDK 1.2 compatibility at this point. It's been out of > service for years and looking around Apache it seems most projects > run on JDK 1.4 or higher with some of the stragglers [3][4] below > that moving up soon. > > If you have serious concerns regarding Xerces abandoning JDK 1.2 > support please send an email to the [email protected] mailing > list, specifying why you can't use a higher level of JDK and what > parser features you are using. > > While on the subject I wonder what the community would think of us > eventually dropping support for JDK 1.3 and possibly 1.4. There were > features introduced in JDK 1.4 and 5 which Xerces could benefit from > (e.g. NIO, java.lang.CharSequence, exception chaining, java.lang. > StringBuilder, java.util.concurrent.*, etc...). That's not something > I'm proposing today (or thinking of proposing for awhile) but would > like to hear feedback from users (please send to [email protected]. > apache.org) who may still need new versions of Xerces which run on > JDK 1.3 and 1.4. It would also be nice hear from folks who've long > since moved on to Java 5 and beyond and would like to see Xerces > take advantage of JDK 1.4 and 5 features. > > Thanks. > > [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11 > [2] http://issues.apache.org/jira/browse/XERCESJ-1297 > [3] http://marc.info/?l=3Dant-dev&m=3D122596549809889&w=3D2 > [4] http://marc.info/?l=3Dfop-user&m=3D119244442600564&w=3D2 > > Michael Glavassevich > XML Parser Development > IBM Toronto Lab > E-mail: [email protected] > E-mail: [email protected] > > -- > This message was scanned by ESVA and is believed to be clean. > Click here to report this message as spam.= --0__=0ABBFE6CDF8DFCB68f9e8a93df938690918c0ABBFE6CDF8DFCB6 Content-type: text/html; charset=ISO-8859-1 Content-Disposition: inline Content-transfer-encoding: quoted-printable <html><body> <p><tt>Any idea how this poll was done? A form you could submit on a we= bsite? Jeremias, seeing your name as the last editor on the Wiki I'm gu= essing you had something to do with it. Was this poll easy to set up?</= tt><br> <br> <tt>Thanks.</tt><br> <br> <tt>Michael Glavassevich<br> XML Parser Development<br> IBM Toronto Lab<br> E-mail: [email protected]</tt><br> <tt>E-mail: [email protected]</tt><br> <br> <tt>&quot;Ludger Buenger&quot; &lt;[email protected]&gt; w= rote on 11/11/2008 09:34:08 AM:<br> <br> &gt; Before Advancing beyond 1.3 I&#8217;d suggest to maybe initiate a = usage <br> &gt; poll analogous to <a href=3D"http://wiki.apache.org/xmlgraphics/Us= erPollOct2007">http://wiki.apache.org/xmlgraphics/UserPollOct2007</a><b= r> &gt; to get an overview which JDK version is still in use and required = by<br> &gt; Xerces-J users.</tt><br> <tt>&gt; &nbsp;</tt><br> <tt>&gt; That would give the community a foundation to base a good deci= sion upon.</tt><br> <tt>&gt; &nbsp;</tt><br> <tt>&gt; &nbsp;</tt><br> <tt>&gt; From: Michael Glavassevich [<a href=3D"mailto:[email protected].= com">mailto:[email protected]</a>] <br> &gt; Sent: Monday, November 10, 2008 4:52 AM<br> &gt; To: [email protected]; [email protected]<br> &gt; Cc: [email protected]<br> &gt; Subject: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1= .<br> &gt; 3? 1.4? in the future)</tt><br> <tt>&gt; &nbsp;</tt><br> <tt>&gt; Hi all,<br> &gt; <br> &gt; (including [email protected] on the cc list to hopefully reac= h <br> &gt; a wider audience)<br> &gt; <br> &gt; I would like to propose that we officially drop support for JDK 1.= 2 <br> &gt; in the next release of Xerces-J. Though the documentation [1] stat= es<br> &gt; that Xerces supports JDK 1.2 it has been years since we have built= <br> &gt; or tested binaries with this level. All of the recent releases wer= e <br> &gt; built and tested with JDK 1.3. It was brought to my attention that= <br> &gt; the code [2] since at least 2006 has had a dependency on APIs <br>= &gt; introduced in JDK 1.3. So we inadvertently moved on awhile ago. It= <br> &gt; seems this has not been a practical issue for most users since we'= ve<br> &gt; received no posts on these lists about it and received no other bu= g <br> &gt; reports. It's not clear that there would be much benefit in <br> &gt; restoring JDK 1.2 compatibility at this point. It's been out of <b= r> &gt; service for years and looking around Apache it seems most projects= <br> &gt; run on JDK 1.4 or higher with some of the stragglers [3][4] below = <br> &gt; that moving up soon.<br> &gt; <br> &gt; If you have serious concerns regarding Xerces abandoning JDK 1.2 <= br> &gt; support please send an email to the [email protected] mailin= g <br> &gt; list, specifying why you can't use a higher level of JDK and what = <br> &gt; parser features you are using.<br> &gt; <br> &gt; While on the subject I wonder what the community would think of us= <br> &gt; eventually dropping support for JDK 1.3 and possibly 1.4. There we= re<br> &gt; features introduced in JDK 1.4 and 5 which Xerces could benefit fr= om<br> &gt; (e.g. NIO, java.lang.CharSequence, exception chaining, java.lang.<= br> &gt; StringBuilder, java.util.concurrent.*, etc...). That's not somethi= ng<br> &gt; I'm proposing today (or thinking of proposing for awhile) but woul= d <br> &gt; like to hear feedback from users (please send to [email protected].<br>= &gt; apache.org) who may still need new versions of Xerces which run on= <br> &gt; JDK 1.3 and 1.4. It would also be nice hear from folks who've long= <br> &gt; since moved on to Java 5 and beyond and would like to see Xerces <= br> &gt; take advantage of JDK 1.4 and 5 features.<br> &gt; <br> &gt; Thanks.<br> &gt; <br> &gt; [1] <a href=3D"http://xerces.apache.org/xerces2-j/faq-general.html= #faq-11">http://xerces.apache.org/xerces2-j/faq-general.html#faq-11</a>= <br> &gt; [2] <a href=3D"http://issues.apache.org/jira/browse/XERCESJ-1297">= http://issues.apache.org/jira/browse/XERCESJ-1297</a><br> &gt; [3] <a href=3D"http://marc.info/?l=3Dant-dev&m=3D122596549809889&w= =3D2">http://marc.info/?l=3Dant-dev&amp;m=3D122596549809889&amp;w=3D2</= a><br> &gt; [4] <a href=3D"http://marc.info/?l=3Dfop-user&m=3D119244442600564&= w=3D2">http://marc.info/?l=3Dfop-user&amp;m=3D119244442600564&amp;w=3D2= </a><br> &gt; <br> &gt; Michael Glavassevich<br> &gt; XML Parser Development<br> &gt; IBM Toronto Lab<br> &gt; E-mail: [email protected]<br> &gt; E-mail: [email protected]</tt><br> <tt>&gt; <br> &gt; -- <br> &gt; This message was scanned by ESVA and is believed to be clean. <br>= &gt; Click here to report this message as spam. </tt></body></html>= --0__=0ABBFE6CDF8DFCB68f9e8a93df938690918c0ABBFE6CDF8DFCB6-- From [email protected] Wed Nov 12 06:11:14 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20233 invoked from network); 12 Nov 2008 06:11:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 06:11:14 -0000 Received: (qmail 57733 invoked by uid 500); 12 Nov 2008 06:11:21 -0000 Delivered-To: [email protected] Received: (qmail 57713 invoked by uid 500); 12 Nov 2008 06:11: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: <general.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57702 invoked by uid 99); 12 Nov 2008 06:11:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 22:11:21 -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 e5.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 06:10:00 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e5.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id mAC67Xap004394 for <[email protected]>; Wed, 12 Nov 2008 01:07:33 -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 v9.1) with ESMTP id mAC67YCa141264 for <[email protected]>; Wed, 12 Nov 2008 01:07:34 -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 mAC67XsH017403 for <[email protected]>; Wed, 12 Nov 2008 01:07:33 -0500 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [161.129.204.104]) by d01av04.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id mAC67XV6017387; Wed, 12 Nov 2008 01:07:33 -0500 In-Reply-To: <[email protected]> Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) To: [email protected] Cc: [email protected], [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Michael Glavassevich <[email protected]> Date: Wed, 12 Nov 2008 01:07:57 -0500 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 11/12/2008 01:07:58 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=0ABBFE6CDF8C58908f9e8a93df938690918c0ABBFE6CDF8C5890" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFE6CDF8C58908f9e8a93df938690918c0ABBFE6CDF8C5890 Content-type: text/plain; charset=US-ASCII Shane Curcuru <[email protected]> wrote on 11/11/2008 08:08:50 AM: > +1 to dropping 1.2 support. > > Please - be sure that the main website clearly lists the last release we > think that Xerces worked on JDK version x.y. Xerces is ubiquitous, and > is used directly or within other products virtually everywhere. While > we don't need to spend developer time worrying about ancient JDK > versions, we should make it clear where people who have to stay on > legacy systems can get an appropriate release. There's already an FAQ [1] and release notes [2] which say where we moved from JDK 1.1 to 1.2. We'll just add to it. > I'd love it if we ensured that we feature a prominent link and host the > download for the zip/targz plus it's key file for "the last known good > Xerces with JDK x.y" as we drop support for earlier releases. If someone wants to pick up an old version they will always be in the archives [3]. > Thanks for bringing the item up! > > - Shane Thanks. [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11 [2] http://xerces.apache.org/xerces2-j/releases.html [3] http://archive.apache.org/dist/xml/xerces-j/ Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] --0__=0ABBFE6CDF8C58908f9e8a93df938690918c0ABBFE6CDF8C5890 Content-type: text/html; charset=US-ASCII Content-Disposition: inline <html><body> <p><tt>Shane Curcuru &lt;[email protected]&gt; wrote on 11/11/2008 08:08:50 AM:<br> <br> &gt; +1 to dropping 1.2 support.<br> &gt; <br> &gt; Please - be sure that the main website clearly lists the last release we <br> &gt; think that Xerces worked on JDK version x.y. &nbsp;Xerces is ubiquitous, and <br> &gt; is used directly or within other products virtually everywhere. &nbsp;While <br> &gt; we don't need to spend developer time worrying about ancient JDK <br> &gt; versions, we should make it clear where people who have to stay on <br> &gt; legacy systems can get an appropriate release.<br> </tt><br> <tt>There's already an FAQ [1] and release notes [2] which say where we moved from JDK 1.1 to 1.2. We'll just add to it.</tt><br> <tt><br> &gt; I'd love it if we ensured that we feature a prominent link and host the <br> &gt; download for the zip/targz plus it's key file for &quot;the last known good <br> &gt; Xerces with JDK x.y&quot; as we drop support for earlier releases.<br> </tt><br> <tt>If someone wants to pick up an old version they will always be in the archives [3].</tt><br> <tt><br> &gt; Thanks for bringing the item up!<br> &gt; <br> &gt; - Shane</tt><br> <br> <tt>Thanks.</tt><br> <br> <tt>[1] </tt><tt><a href="http://xerces.apache.org/xerces2-j/faq-general.html#faq-11">http://xerces.apache.org/xerces2-j/faq-general.html#faq-11</a></tt><br> <tt>[2] </tt><tt><a href="http://xerces.apache.org/xerces2-j/releases.html">http://xerces.apache.org/xerces2-j/releases.html</a></tt><br> <tt>[3] </tt><tt><a href="http://archive.apache.org/dist/xml/xerces-j/">http://archive.apache.org/dist/xml/xerces-j/</a></tt><br> <br> <tt>Michael Glavassevich<br> XML Parser Development<br> IBM Toronto Lab<br> E-mail: [email protected]</tt><br> <tt>E-mail: [email protected]</tt><tt><br> </tt></body></html> --0__=0ABBFE6CDF8C58908f9e8a93df938690918c0ABBFE6CDF8C5890-- From [email protected] Wed Nov 12 06:46:13 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41846 invoked from network); 12 Nov 2008 06:46:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Nov 2008 06:46:10 -0000 Received: (qmail 76272 invoked by uid 500); 12 Nov 2008 06:46:17 -0000 Delivered-To: [email protected] Received: (qmail 76210 invoked by uid 500); 12 Nov 2008 06: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]> Reply-To: [email protected] List-Id: <general.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 76183 invoked by uid 99); 12 Nov 2008 06:46:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 22:46:16 -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, 12 Nov 2008 06:44:54 +0000 Received: from [161.129.204.104] (adsl-89-217-65-194.adslplus.ch [161.129.204.104]) (authenticated bits=0) by tux17.hoststar.ch (8.13.6/8.12.11) with ESMTP id mAC6jZSK010029; Wed, 12 Nov 2008 07:45:36 +0100 Date: Wed, 12 Nov 2008 07:45:38 +0100 From: Jeremias Maerki <[email protected]> To: [email protected] Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future) Cc: [email protected], [email protected] In-Reply-To: <[email protected]> References: <[email protected]> <[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.47.01 [en] X-Antivirus: avast! (VPS 081111-0, 11.11.2008), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Yes, Michael, I was the driving force behind that. I wanted to make sure that we've made an informed decision before dropping support for one JDK or another. Developers obviously like the new stuff but users are sometimes stuck with old stuff. It often takes them a bit longer to migrate although they usually skip a generation when they migrate. Anyway. First, we talked about the questions we wanted to ask: http://markmail.org/message/y6h6lfzcupbvuww3 Then I set up the survey with one of the online survey service providers. I chose one that was free. http://markmail.org/message/xz72bqpkqy6dg5l5 At the end of the survey, I downloaded the data and visualized selected items with OpenOffice. All put together that resulted in the Wiki page mentioned by Ludger Buenger: http://wiki.apache.org/xmlgraphics/UserPollOct2007 I believe this survey, though took some time and effort to do, was worth it and it wasn't difficult to do. And I'll push for one again when we want to drop Java 1.4 support within the XML Graphics project. I expect it won't take too long until we do another as Java 1.4 has reached EOL last month. It's going to be interesting to see how the survey results change over time. But given the small data base, don't assume the results are 100% representative. HTH On 12.11.2008 06:42:33 Michael Glavassevich wrote: >=20 > Any idea how this poll was done? A form you could submit on a website? > Jeremias, seeing your name as the last editor on the Wiki I'm guessing yo= u > had something to do with it. Was this poll easy to set up? >=20 > Thanks. >=20 > Michael Glavassevich > XML Parser Development > IBM Toronto Lab > E-mail: [email protected] > E-mail: [email protected] >=20 > "Ludger Buenger" <[email protected]> wrote on 11/11/2008 > 09:34:08 AM: >=20 > > Before Advancing beyond 1.3 I?d suggest to maybe initiate a usage > > poll analogous to http://wiki.apache.org/xmlgraphics/UserPollOct2007 > > to get an overview which JDK version is still in use and required by > > Xerces-J users. > > > > That would give the community a foundation to base a good decision upon. > > > > > > From: Michael Glavassevich [mailto:[email protected]] > > Sent: Monday, November 10, 2008 4:52 AM > > To: [email protected]; [email protected] > > Cc: [email protected] > > Subject: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1. > > 3? 1.4? in the future) > > > > Hi all, > > > > (including [email protected] on the cc list to hopefully reach > > a wider audience) > > > > I would like to propose that we officially drop support for JDK 1.2 > > in the next release of Xerces-J. Though the documentation [1] states > > that Xerces supports JDK 1.2 it has been years since we have built > > or tested binaries with this level. All of the recent releases were > > built and tested with JDK 1.3. It was brought to my attention that > > the code [2] since at least 2006 has had a dependency on APIs > > introduced in JDK 1.3. So we inadvertently moved on awhile ago. It > > seems this has not been a practical issue for most users since we've > > received no posts on these lists about it and received no other bug > > reports. It's not clear that there would be much benefit in > > restoring JDK 1.2 compatibility at this point. It's been out of > > service for years and looking around Apache it seems most projects > > run on JDK 1.4 or higher with some of the stragglers [3][4] below > > that moving up soon. > > > > If you have serious concerns regarding Xerces abandoning JDK 1.2 > > support please send an email to the [email protected] mailing > > list, specifying why you can't use a higher level of JDK and what > > parser features you are using. > > > > While on the subject I wonder what the community would think of us > > eventually dropping support for JDK 1.3 and possibly 1.4. There were > > features introduced in JDK 1.4 and 5 which Xerces could benefit from > > (e.g. NIO, java.lang.CharSequence, exception chaining, java.lang. > > StringBuilder, java.util.concurrent.*, etc...). That's not something > > I'm proposing today (or thinking of proposing for awhile) but would > > like to hear feedback from users (please send to [email protected]. > > apache.org) who may still need new versions of Xerces which run on > > JDK 1.3 and 1.4. It would also be nice hear from folks who've long > > since moved on to Java 5 and beyond and would like to see Xerces > > take advantage of JDK 1.4 and 5 features. > > > > Thanks. > > > > [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11 > > [2] http://issues.apache.org/jira/browse/XERCESJ-1297 > > [3] http://marc.info/?l=3Dant-dev&m=3D122596549809889&w=3D2 > > [4] http://marc.info/?l=3Dfop-user&m=3D119244442600564&w=3D2 > > > > Michael Glavassevich > > XML Parser Development > > IBM Toronto Lab > > E-mail: [email protected] > > E-mail: [email protected] > > > > -- > > This message was scanned by ESVA and is believed to be clean. > > Click here to report this message as spam. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Tue Sep 02 23:22:38 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38357 invoked from network); 2 Sep 2008 23:22:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Sep 2008 23:22:38 -0000 Received: (qmail 12744 invoked by uid 500); 2 Sep 2008 23:22:35 -0000 Delivered-To: [email protected] Received: (qmail 12726 invoked by uid 500); 2 Sep 2008 23:22: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12715 invoked by uid 99); 2 Sep 2008 23:22:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 16:22:35 -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, 02 Sep 2008 23:21:43 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3BEC8234C1C3 for <[email protected]>; Tue, 2 Sep 2008 16:21:44 -0700 (PDT) Message-ID: <1564753807.1220397704240.JavaMail.jira@brutus> Date: Tue, 2 Sep 2008 16:21:44 -0700 (PDT) From: "wenshao (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-534) jdbc NULL to java int throw NullPointerException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org jdbc NULL to java int throw NullPointerException ------------------------------------------------ Key: IBATIS-534 URL: https://issues.apache.org/jira/browse/IBATIS-534 Project: iBatis for Java Issue Type: Improvement Reporter: wenshao ResultMap, jdbc NULL, java type int just throw NullPointerException, no more information -- 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 Sep 03 22:32:43 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48081 invoked from network); 3 Sep 2008 22:32:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Sep 2008 22:32:43 -0000 Received: (qmail 728 invoked by uid 500); 3 Sep 2008 22:32:41 -0000 Delivered-To: [email protected] Received: (qmail 550 invoked by uid 500); 3 Sep 2008 22:32: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 539 invoked by uid 99); 3 Sep 2008 22:32:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 15:32:40 -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, 03 Sep 2008 22:31:43 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3D75A234C1CA for <[email protected]>; Wed, 3 Sep 2008 15:31:44 -0700 (PDT) Message-ID: <494132390.1220481104250.JavaMail.jira@brutus> Date: Wed, 3 Sep 2008 15:31:44 -0700 (PDT) From: "Doug Rothauser (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-535) iBatis not closing JDBC statements MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org iBatis not closing JDBC statements ---------------------------------- Key: IBATIS-535 URL: https://issues.apache.org/jira/browse/IBATIS-535 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.3, 2.3.2 Environment: Windows XP, Windows 2003, JBoss 4.0.5GA, Java 6.x, Spring 2.5.5 Reporter: Doug Rothauser JDBC statements aren't being closed until the Connection is closed. 18:11:57,182 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping java.lang.Throwable: STACKTRACE at org.jboss.resource.adapter.jdbc.WrappedConnection.registerStatement(WrappedConnection.java:576) at org.jboss.resource.adapter.jdbc.WrappedStatement.<init>(WrappedStatement.java:62) at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.<init>(WrappedPreparedStatement.java:56) at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:187) 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.springframework.jdbc.datasource.TransactionAwareDataSourceProxy$TransactionAwareInvocationHandler.invoke(TransactionAwareDataSourceProxy.java:225) at $Proxy66.prepareStatement(Unknown Source) 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 com.ibatis.common.jdbc.logging.ConnectionLogProxy.invoke(ConnectionLogProxy.java:53) at $Proxy67.prepareStatement(Unknown Source) at com.ibatis.sqlmap.engine.execution.SqlExecutor.prepareStatement(SqlExecutor.java:497) at com.ibatis.sqlmap.engine.execution.SqlExecutor.executeQuery(SqlExecutor.java:175) at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.sqlExecuteQuery(MappedStatement.java:221) at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryWithCallback(MappedStatement.java:189) at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryForObject(MappedStatement.java:120) at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:518) at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:493) at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForObject(SqlMapSessionImpl.java:106) at org.springframework.orm.ibatis.SqlMapClientTemplate$1.doInSqlMapClient(SqlMapClientTemplate.java:273) at org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:209) at org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:271) at com.fcci.surveyrequest.dao.SurveyRequestSourceDAOImpl.getPhid(SurveyRequestSourceDAOImpl.java:80) at com.fcci.surveyrequest.dao.SurveyRequestSourceDAOImpl.getSurveyRequest(SurveyRequestSourceDAOImpl.java:151) at com.fcci.ra.RaServlet.acountDetails(RaServlet.java:1268) at com.fcci.ra.RaServlet.doAction(RaServlet.java:322) at com.fcci.expresswrite.EwServlet.handleRequest(EwServlet.java:640) -- 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 Sep 04 00:22:36 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38942 invoked from network); 4 Sep 2008 00:22:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 00:22:36 -0000 Received: (qmail 3585 invoked by uid 500); 4 Sep 2008 00:22:34 -0000 Delivered-To: [email protected] Received: (qmail 3562 invoked by uid 500); 4 Sep 2008 00:22: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3551 invoked by uid 99); 4 Sep 2008 00:22:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 17:22:34 -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, 04 Sep 2008 00:21:44 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B5741234C1C8 for <[email protected]>; Wed, 3 Sep 2008 17:21:44 -0700 (PDT) Message-ID: <287275914.1220487704741.JavaMail.jira@brutus> Date: Wed, 3 Sep 2008 17:21:44 -0700 (PDT) From: "Kai Grabfelder (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-535) iBatis not closing JDBC statements In-Reply-To: <494132390.1220481104250.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/IBATIS-535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628212#action_12628212 ] Kai Grabfelder commented on IBATIS-535: --------------------------------------- This does not necessarily mean that iBATIS is doing something wrong. This also tends to happen when JBoss does not know that a connection has already been properly closed by spring (depending on how transaction management is configured in your application context). I had similar errors in our JBoss logs. So before this can be considered a bug in iBATIS I guess you should post more details about your configuration (application context transaction manager setup, Datasource configuration, JBoss transaction manager setup). > iBatis not closing JDBC statements > ---------------------------------- > > Key: IBATIS-535 > URL: https://issues.apache.org/jira/browse/IBATIS-535 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.3.2, 2.3.3 > Environment: Windows XP, Windows 2003, JBoss 4.0.5GA, Java 6.x, Spring 2.5.5 > Reporter: Doug Rothauser > > JDBC statements aren't being closed until the Connection is closed. > 18:11:57,182 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping > java.lang.Throwable: STACKTRACE > at org.jboss.resource.adapter.jdbc.WrappedConnection.registerStatement(WrappedConnection.java:576) > at org.jboss.resource.adapter.jdbc.WrappedStatement.<init>(WrappedStatement.java:62) > at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.<init>(WrappedPreparedStatement.java:56) > at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:187) > 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.springframework.jdbc.datasource.TransactionAwareDataSourceProxy$TransactionAwareInvocationHandler.invoke(TransactionAwareDataSourceProxy.java:225) > at $Proxy66.prepareStatement(Unknown Source) > 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 com.ibatis.common.jdbc.logging.ConnectionLogProxy.invoke(ConnectionLogProxy.java:53) > at $Proxy67.prepareStatement(Unknown Source) > at com.ibatis.sqlmap.engine.execution.SqlExecutor.prepareStatement(SqlExecutor.java:497) > at com.ibatis.sqlmap.engine.execution.SqlExecutor.executeQuery(SqlExecutor.java:175) > at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.sqlExecuteQuery(MappedStatement.java:221) > at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryWithCallback(MappedStatement.java:189) > at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryForObject(MappedStatement.java:120) > at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:518) > at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:493) > at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForObject(SqlMapSessionImpl.java:106) > at org.springframework.orm.ibatis.SqlMapClientTemplate$1.doInSqlMapClient(SqlMapClientTemplate.java:273) > at org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:209) > at org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:271) > at com.fcci.surveyrequest.dao.SurveyRequestSourceDAOImpl.getPhid(SurveyRequestSourceDAOImpl.java:80) > at com.fcci.surveyrequest.dao.SurveyRequestSourceDAOImpl.getSurveyRequest(SurveyRequestSourceDAOImpl.java:151) > at com.fcci.ra.RaServlet.acountDetails(RaServlet.java:1268) > at com.fcci.ra.RaServlet.doAction(RaServlet.java:322) > at com.fcci.expresswrite.EwServlet.handleRequest(EwServlet.java:640) -- 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 Sep 04 00:22:38 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38980 invoked from network); 4 Sep 2008 00:22:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 00:22:38 -0000 Received: (qmail 3793 invoked by uid 500); 4 Sep 2008 00:22:36 -0000 Delivered-To: [email protected] Received: (qmail 3771 invoked by uid 500); 4 Sep 2008 00:22: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3760 invoked by uid 99); 4 Sep 2008 00:22:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 17:22:35 -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, 04 Sep 2008 00:21:43 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B909F234C1CB for <[email protected]>; Wed, 3 Sep 2008 17:21:44 -0700 (PDT) Message-ID: <1835088067.1220487704757.JavaMail.jira@brutus> Date: Wed, 3 Sep 2008 17:21:44 -0700 (PDT) From: "Kai Grabfelder (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Issue Comment Edited: (IBATIS-535) iBatis not closing JDBC statements In-Reply-To: <494132390.1220481104250.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/IBATIS-535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628212#action_12628212 ] kaig edited comment on IBATIS-535 at 9/3/08 5:21 PM: --------------------------------------------------------------- This does not necessarily mean that iBATIS is doing something wrong. This also tends to happen when JBoss does not know that a connection has already been properly closed by spring (depending on how transaction management is configured in your application context). I had similar errors in our JBoss logs. So I think this is rather a configuration issue with the combination of JBoss, Spring and Arjuna (e.g. JBoss transactions) . Could you post more details about your configuration (application context transaction manager setup, Datasource configuration, JBoss transaction manager setup)? was (Author: kaig): This does not necessarily mean that iBATIS is doing something wrong. This also tends to happen when JBoss does not know that a connection has already been properly closed by spring (depending on how transaction management is configured in your application context). I had similar errors in our JBoss logs. So before this can be considered a bug in iBATIS I guess you should post more details about your configuration (application context transaction manager setup, Datasource configuration, JBoss transaction manager setup). > iBatis not closing JDBC statements > ---------------------------------- > > Key: IBATIS-535 > URL: https://issues.apache.org/jira/browse/IBATIS-535 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.3.2, 2.3.3 > Environment: Windows XP, Windows 2003, JBoss 4.0.5GA, Java 6.x, Spring 2.5.5 > Reporter: Doug Rothauser > > JDBC statements aren't being closed until the Connection is closed. > 18:11:57,182 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping > java.lang.Throwable: STACKTRACE > at org.jboss.resource.adapter.jdbc.WrappedConnection.registerStatement(WrappedConnection.java:576) > at org.jboss.resource.adapter.jdbc.WrappedStatement.<init>(WrappedStatement.java:62) > at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.<init>(WrappedPreparedStatement.java:56) > at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:187) > 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.springframework.jdbc.datasource.TransactionAwareDataSourceProxy$TransactionAwareInvocationHandler.invoke(TransactionAwareDataSourceProxy.java:225) > at $Proxy66.prepareStatement(Unknown Source) > 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 com.ibatis.common.jdbc.logging.ConnectionLogProxy.invoke(ConnectionLogProxy.java:53) > at $Proxy67.prepareStatement(Unknown Source) > at com.ibatis.sqlmap.engine.execution.SqlExecutor.prepareStatement(SqlExecutor.java:497) > at com.ibatis.sqlmap.engine.execution.SqlExecutor.executeQuery(SqlExecutor.java:175) > at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.sqlExecuteQuery(MappedStatement.java:221) > at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryWithCallback(MappedStatement.java:189) > at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryForObject(MappedStatement.java:120) > at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:518) > at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:493) > at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForObject(SqlMapSessionImpl.java:106) > at org.springframework.orm.ibatis.SqlMapClientTemplate$1.doInSqlMapClient(SqlMapClientTemplate.java:273) > at org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:209) > at org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:271) > at com.fcci.surveyrequest.dao.SurveyRequestSourceDAOImpl.getPhid(SurveyRequestSourceDAOImpl.java:80) > at com.fcci.surveyrequest.dao.SurveyRequestSourceDAOImpl.getSurveyRequest(SurveyRequestSourceDAOImpl.java:151) > at com.fcci.ra.RaServlet.acountDetails(RaServlet.java:1268) > at com.fcci.ra.RaServlet.doAction(RaServlet.java:322) > at com.fcci.expresswrite.EwServlet.handleRequest(EwServlet.java:640) -- 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 Sep 04 13:29:46 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93103 invoked from network); 4 Sep 2008 13:29:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 13:29:46 -0000 Received: (qmail 2635 invoked by uid 500); 4 Sep 2008 13:29:44 -0000 Delivered-To: [email protected] Received: (qmail 2452 invoked by uid 500); 4 Sep 2008 13:29: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2441 invoked by uid 99); 4 Sep 2008 13:29:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 06:29:43 -0700 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; Thu, 04 Sep 2008 13:28:44 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1KbEtf-0008CV-38 for [email protected]; Thu, 04 Sep 2008 06:29:15 -0700 Message-ID: <[email protected]> Date: Thu, 4 Sep 2008 06:29:15 -0700 (PDT) From: Zhubin Salehi <[email protected]> To: [email protected] Subject: New iBATIS builds on Maven central repository 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 all, Could someone please upload iBATIS 2.3.3 to Maven central repo? Thanks, Zhubin -- View this message in context: http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html Sent from the iBATIS - Dev mailing list [email protected]. From [email protected] Thu Sep 04 13:32:08 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94185 invoked from network); 4 Sep 2008 13:32:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 13:32:07 -0000 Received: (qmail 7912 invoked by uid 500); 4 Sep 2008 13:32:06 -0000 Delivered-To: [email protected] Received: (qmail 7718 invoked by uid 500); 4 Sep 2008 13:32: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7707 invoked by uid 99); 4 Sep 2008 13:32:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 06:32: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 13:31:15 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 4E31D234C1CD for <[email protected]>; Thu, 4 Sep 2008 06:31:46 -0700 (PDT) Message-ID: <1490963731.1220535106319.JavaMail.jira@brutus> Date: Thu, 4 Sep 2008 06:31:46 -0700 (PDT) From: "Kai Grabfelder (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-535) iBatis not closing JDBC statements In-Reply-To: <494132390.1220481104250.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/IBATIS-535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628339#action_12628339 ] Kai Grabfelder commented on IBATIS-535: --------------------------------------- ok, the configuration looks ok to me. Still I think that its rather a JBoss bug, not beeing able to tell if a connection has already been closed. Do you get the error log regularly or only on some occations? > iBatis not closing JDBC statements > ---------------------------------- > > Key: IBATIS-535 > URL: https://issues.apache.org/jira/browse/IBATIS-535 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.3.2, 2.3.3 > Environment: Windows XP, Windows 2003, JBoss 4.0.5GA, Java 6.x, Spring 2.5.5 > Reporter: Doug Rothauser > Attachments: applicationContext-jta.xml, applicationContext-sr-dao.xml > > > JDBC statements aren't being closed until the Connection is closed. > 18:11:57,182 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping > java.lang.Throwable: STACKTRACE > at org.jboss.resource.adapter.jdbc.WrappedConnection.registerStatement(WrappedConnection.java:576) > at org.jboss.resource.adapter.jdbc.WrappedStatement.<init>(WrappedStatement.java:62) > at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.<init>(WrappedPreparedStatement.java:56) > at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:187) > 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.springframework.jdbc.datasource.TransactionAwareDataSourceProxy$TransactionAwareInvocationHandler.invoke(TransactionAwareDataSourceProxy.java:225) > at $Proxy66.prepareStatement(Unknown Source) > 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 com.ibatis.common.jdbc.logging.ConnectionLogProxy.invoke(ConnectionLogProxy.java:53) > at $Proxy67.prepareStatement(Unknown Source) > at com.ibatis.sqlmap.engine.execution.SqlExecutor.prepareStatement(SqlExecutor.java:497) > at com.ibatis.sqlmap.engine.execution.SqlExecutor.executeQuery(SqlExecutor.java:175) > at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.sqlExecuteQuery(MappedStatement.java:221) > at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryWithCallback(MappedStatement.java:189) > at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryForObject(MappedStatement.java:120) > at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:518) > at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:493) > at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForObject(SqlMapSessionImpl.java:106) > at org.springframework.orm.ibatis.SqlMapClientTemplate$1.doInSqlMapClient(SqlMapClientTemplate.java:273) > at org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:209) > at org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:271) > at com.fcci.surveyrequest.dao.SurveyRequestSourceDAOImpl.getPhid(SurveyRequestSourceDAOImpl.java:80) > at com.fcci.surveyrequest.dao.SurveyRequestSourceDAOImpl.getSurveyRequest(SurveyRequestSourceDAOImpl.java:151) > at com.fcci.ra.RaServlet.acountDetails(RaServlet.java:1268) > at com.fcci.ra.RaServlet.doAction(RaServlet.java:322) > at com.fcci.expresswrite.EwServlet.handleRequest(EwServlet.java:640) -- 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 Sep 04 13:41:51 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2733 invoked from network); 4 Sep 2008 13:41:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 13:41:51 -0000 Received: (qmail 27418 invoked by uid 500); 4 Sep 2008 13:41:49 -0000 Delivered-To: [email protected] Received: (qmail 27241 invoked by uid 500); 4 Sep 2008 13: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]> List-Id: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27230 invoked by uid 99); 4 Sep 2008 13:41:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 06:41:48 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 13:40:49 +0000 Received: by wr-out-0506.google.com with SMTP id 57so2711970wri.12 for <[email protected]>; Thu, 04 Sep 2008 06:41:19 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=GcAmDdNj8YwTsamRXI4bUhHijwU9pa5xHl5bdEGMJYA=; b=rZk2uC2BlNbZpsowLrc8+u0plwqIdjgdgcCfO0JnshGCBZSr+paXHYAUD70hDgpPNd RTz/b1EtA1fEye4WMJ0xixrqK0WicPiF2QIC5DnPS3Eduy2oZgWA9jlQbn76AWkKYwx4 sN4wPXV478FejYO2HkSz5a1ZAYAwQojJ/+uW0= 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=ipIsgHxSfi5Mk/SCyKR9tjndK7PpqIXML8rpP2GQ/I1HTRkYU+E+7EaIFbBdfpKbtG YT6kIuJsMQyFSq9K0v+y3PGRY7MPXcFqp3msgafhGBY3zUFOLSqMNpQPiGfw+iL9waQt 4iccjJNHtTJ1l5QkbkU2PBlWuOzlZ36xD168g= Received: by 161.129.204.104 with SMTP id n6mr13177825agc.30.1220535678321; Thu, 04 Sep 2008 06:41:18 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 4 Sep 2008 06:41:18 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 4 Sep 2008 08:41:18 -0500 From: "Jeff Butler" <[email protected]> To: [email protected] Subject: Re: New iBATIS builds on Maven central repository In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_44010_5686208.1220535678292" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_44010_5686208.1220535678292 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I think you'll notice, from the lack of response to your many other posts about this, that publishing iBATIS2 into the central Maven repository is not a prioirity for any committer. This will change with iBATIS3 when we use Maven to do the iBATIS build, but likely won't change for iBATIS2. For now, I suggest that you find a way to build your project with a local download of iBATIS2. Surely Maven is capable of doing that - isn't it? Jeff Butler On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <[email protected]> wrote: > > Hi all, > > Could someone please upload iBATIS 2.3.3 to Maven central repo? > > Thanks, > Zhubin > -- > View this message in context: > http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html > Sent from the iBATIS - Dev mailing list [email protected]. > > ------=_Part_44010_5686208.1220535678292 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr"><div>I think you&#39;ll notice, from the lack of response to your many other posts about this, that publishing iBATIS2 into the central Maven repository is not a prioirity for any committer.&nbsp; This will change with iBATIS3 when we use Maven to do the iBATIS build, but likely won&#39;t change for iBATIS2.</div> <div>&nbsp;</div> <div>For now, I suggest that you find a way to build your project with a local download of iBATIS2.&nbsp; Surely Maven is capable of doing that - isn&#39;t it?</div> <div>&nbsp;</div> <div>Jeff Butler</div> <div><br><br>&nbsp;</div> <div class="gmail_quote">On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Hi all,<br><br>Could someone please upload iBATIS 2.3.3 to Maven central repo?<br><br>Thanks,<br>Zhubin<br> <font color="#888888">--<br>View this message in context: <a href="http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html" target="_blank">http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html</a><br> Sent from the iBATIS - Dev mailing list [email protected].<br><br></font></blockquote></div><br></div> ------=_Part_44010_5686208.1220535678292-- From [email protected] Thu Sep 04 14:20:38 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30977 invoked from network); 4 Sep 2008 14:20:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 14:20:38 -0000 Received: (qmail 84371 invoked by uid 500); 4 Sep 2008 14:20:36 -0000 Delivered-To: [email protected] Received: (qmail 84351 invoked by uid 500); 4 Sep 2008 14:20: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84336 invoked by uid 99); 4 Sep 2008 14:20:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 07:20:36 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 14:19:37 +0000 Received: by py-out-1112.google.com with SMTP id a73so1871043pye.21 for <[email protected]>; Thu, 04 Sep 2008 07:19:50 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=uyv3GERD/CUayo5j3uFHTCzw6GlGbuaDL1yoVh47nFU=; b=dU2eb8n69WbwPS0m5ARbUHKlUba2OYvArTOyhZhNPketbu6LMR6nYgVMDjv2VOkI7Z nzlDdDo1sZDWRvq46MJwVjbzgr1Fn9cMWkgqkq1zmgbBXgAasDsRp3ASIXfy8ZCOBvek SSIkjvc+SKB1DhUlyZV6usqpSX/l1pYkQ0dzs= 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=dze+ckkXlhkx2HtCGqUntoY9baeqqrBHqR3WWrSA+6rX7UXxXcSFWmCDWiwhcPreem P+FQcYUnUZye5BRkWn6ytEQcGfsgJf7JsTK95m7rB2/dkpHsfUyAcWVjJd9ogfyPeCHc lK+FLhD1WJnHw0BU8hQaHHrmFqAE8FeabVgtQ= Received: by 161.129.204.104 with SMTP id b18mr8821434waa.141.1220537989835; Thu, 04 Sep 2008 07:19:49 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 4 Sep 2008 07:19:49 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 4 Sep 2008 08:19:49 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: New iBATIS builds on Maven central repository In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_42802_424971.1220537989838" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_42802_424971.1220537989838 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've asked one of our Maven experts to take care of it. We have 3 of them, all busy, but one should be able to get to it soon. The delay was intentional, but we're past the point of prooving 2.3.3 is stable. So now is the time. Cheers, Clinton On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler <[email protected]> wrote: > I think you'll notice, from the lack of response to your many other posts > about this, that publishing iBATIS2 into the central Maven repository is not > a prioirity for any committer. This will change with iBATIS3 when we use > Maven to do the iBATIS build, but likely won't change for iBATIS2. > > For now, I suggest that you find a way to build your project with a local > download of iBATIS2. Surely Maven is capable of doing that - isn't it? > > Jeff Butler > > > > On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <[email protected]> wrote: > >> >> Hi all, >> >> Could someone please upload iBATIS 2.3.3 to Maven central repo? >> >> Thanks, >> Zhubin >> -- >> View this message in context: >> http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html >> Sent from the iBATIS - Dev mailing list [email protected]. >> >> > ------=_Part_42802_424971.1220537989838 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">I&#39;ve asked one of our Maven experts to take care of it.&nbsp; We have 3 of them, all busy, but one should be able to get to it soon.<br><br>The delay was intentional, but we&#39;re past the point of prooving 2.3.3 is stable.&nbsp; So now is the time. <br> <br>Cheers,<br>Clinton<br><br><div class="gmail_quote">On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div dir="ltr"><div>I think you&#39;ll notice, from the lack of response to your many other posts about this, that publishing iBATIS2 into the central Maven repository is not a prioirity for any committer.&nbsp; This will change with iBATIS3 when we use Maven to do the iBATIS build, but likely won&#39;t change for iBATIS2.</div> <div>&nbsp;</div> <div>For now, I suggest that you find a way to build your project with a local download of iBATIS2.&nbsp; Surely Maven is capable of doing that - isn&#39;t it?</div> <div>&nbsp;</div><font color="#888888"> <div>Jeff Butler</div></font><div><div></div><div class="Wj3C7c"> <div><br><br>&nbsp;</div> <div class="gmail_quote">On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <span dir="ltr">&lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><br>Hi all,<br><br>Could someone please upload iBATIS 2.3.3 to Maven central repo?<br><br>Thanks,<br> Zhubin<br> <font color="#888888">--<br>View this message in context: <a href="http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html" target="_blank">http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html</a><br> Sent from the iBATIS - Dev mailing list [email protected].<br><br></font></blockquote></div><br></div></div></div> </blockquote></div><br></div> ------=_Part_42802_424971.1220537989838-- From [email protected] Thu Sep 04 14:21:03 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31213 invoked from network); 4 Sep 2008 14:21:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 14:21:02 -0000 Received: (qmail 85289 invoked by uid 500); 4 Sep 2008 14:21:01 -0000 Delivered-To: [email protected] Received: (qmail 85110 invoked by uid 500); 4 Sep 2008 14:21: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85099 invoked by uid 99); 4 Sep 2008 14:21:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 07:21:00 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 yw-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 14:20:00 +0000 Received: by yw-out-1718.google.com with SMTP id 5so372441ywr.6 for <[email protected]>; Thu, 04 Sep 2008 07:20:21 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=XrBUBNKSUsjgANr/y+Cg32a7j1a72mbI1g6D2vzJlbE=; b=I3BP4JNGJYZUx2TREZ2UYROBxY0ooj6ayUqCCKx+rsBNROvo6Atuldq6UsVXvTGv2F Een44KxUSK/j2cjg0+zcL9WRE+hQ7Qg5OCeO3tiE3PbxplHOH7tLGqvGhYHaeAKbITF7 IFznuaSd0eS9zL1tVuoqgUNGxZkVJjoI27UHo= 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=pmg5o0aliudzswR5yIElwaX3R/Bkp6yXeQzCbhpNKyzqiD7txlCBPco0kl6Kspw1Dm xsFetiVyXkcTnm1afX09XJpDL4HWUIvOQjepPBieJf8WvbJWC4+rENspek8prDJcvB8B ANI59cd/Td/G7s2URcO6PWCkkpCtp/8UlSObw= Received: by 161.129.204.104 with SMTP id 18mr8824700waz.130.1220538020086; Thu, 04 Sep 2008 07:20:20 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 4 Sep 2008 07:20:19 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 4 Sep 2008 08:20:19 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: New iBATIS builds on Maven central repository In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_42815_6110016.1220538019739" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_42815_6110016.1220538019739 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline And yes, 'proving' is spelled with one 'o'. :-) On Thu, Sep 4, 2008 at 8:19 AM, Clinton Begin <[email protected]>wrote: > I've asked one of our Maven experts to take care of it. We have 3 of them, > all busy, but one should be able to get to it soon. > > The delay was intentional, but we're past the point of prooving 2.3.3 is > stable. So now is the time. > > Cheers, > Clinton > > > On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler <[email protected]> wrote: > >> I think you'll notice, from the lack of response to your many other posts >> about this, that publishing iBATIS2 into the central Maven repository is not >> a prioirity for any committer. This will change with iBATIS3 when we use >> Maven to do the iBATIS build, but likely won't change for iBATIS2. >> >> For now, I suggest that you find a way to build your project with a local >> download of iBATIS2. Surely Maven is capable of doing that - isn't it? >> >> Jeff Butler >> >> >> >> On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <[email protected]> wrote: >> >>> >>> Hi all, >>> >>> Could someone please upload iBATIS 2.3.3 to Maven central repo? >>> >>> Thanks, >>> Zhubin >>> -- >>> View this message in context: >>> http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html >>> Sent from the iBATIS - Dev mailing list [email protected]. >>> >>> >> > ------=_Part_42815_6110016.1220538019739 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">And yes, &#39;proving&#39; is spelled with one &#39;o&#39;.&nbsp; :-)<br><br><div class="gmail_quote">On Thu, Sep 4, 2008 at 8:19 AM, Clinton Begin <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">I&#39;ve asked one of our Maven experts to take care of it.&nbsp; We have 3 of them, all busy, but one should be able to get to it soon.<br> <br>The delay was intentional, but we&#39;re past the point of prooving 2.3.3 is stable.&nbsp; So now is the time. <br> <br>Cheers,<br><font color="#888888">Clinton</font><div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler <span dir="ltr">&lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div dir="ltr"><div>I think you&#39;ll notice, from the lack of response to your many other posts about this, that publishing iBATIS2 into the central Maven repository is not a prioirity for any committer.&nbsp; This will change with iBATIS3 when we use Maven to do the iBATIS build, but likely won&#39;t change for iBATIS2.</div> <div>&nbsp;</div> <div>For now, I suggest that you find a way to build your project with a local download of iBATIS2.&nbsp; Surely Maven is capable of doing that - isn&#39;t it?</div> <div>&nbsp;</div><font color="#888888"> <div>Jeff Butler</div></font><div><div></div><div> <div><br><br>&nbsp;</div> <div class="gmail_quote">On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <span dir="ltr">&lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><br>Hi all,<br><br>Could someone please upload iBATIS 2.3.3 to Maven central repo?<br><br>Thanks,<br> Zhubin<br> <font color="#888888">--<br>View this message in context: <a href="http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html" target="_blank">http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html</a><br> Sent from the iBATIS - Dev mailing list [email protected].<br><br></font></blockquote></div><br></div></div></div> </blockquote></div><br></div></div></div> </blockquote></div><br></div> ------=_Part_42815_6110016.1220538019739-- From [email protected] Thu Sep 04 15:03:48 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79635 invoked from network); 4 Sep 2008 15:03:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2008 15:03:48 -0000 Received: (qmail 86320 invoked by uid 500); 4 Sep 2008 15:03:46 -0000 Delivered-To: [email protected] Received: (qmail 86301 invoked by uid 500); 4 Sep 2008 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]> List-Id: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86289 invoked by uid 99); 4 Sep 2008 15:03:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 08:03:46 -0700 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; Thu, 04 Sep 2008 15:02: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 1KbGMf-0003Eo-BD for [email protected]; Thu, 04 Sep 2008 08:03:17 -0700 Message-ID: <[email protected]> Date: Thu, 4 Sep 2008 08:03:17 -0700 (PDT) From: Zhubin Salehi <[email protected]> To: [email protected] Subject: Re: New iBATIS builds on Maven central repository 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 Of course I can deploy it to my company's internal Maven repo, but it would be more convenient for everyone if it was available in a pubic repo... Jeff Butler-2 wrote: > > I think you'll notice, from the lack of response to your many other posts > about this, that publishing iBATIS2 into the central Maven repository is > not > a prioirity for any committer. This will change with iBATIS3 when we use > Maven to do the iBATIS build, but likely won't change for iBATIS2. > > For now, I suggest that you find a way to build your project with a local > download of iBATIS2. Surely Maven is capable of doing that - isn't it? > > Jeff Butler > > > > On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <[email protected]> wrote: > >> >> Hi all, >> >> Could someone please upload iBATIS 2.3.3 to Maven central repo? >> >> Thanks, >> Zhubin >> -- >> View this message in context: >> http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html >> Sent from the iBATIS - Dev mailing list [email protected]. >> >> > > -- View this message in context: http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19311316.html Sent from the iBATIS - Dev mailing list [email protected]. From [email protected] Sun Sep 07 17:33:36 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87994 invoked from network); 7 Sep 2008 17:33:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2008 17:33:36 -0000 Received: (qmail 90245 invoked by uid 500); 7 Sep 2008 17:33:33 -0000 Delivered-To: [email protected] Received: (qmail 90231 invoked by uid 500); 7 Sep 2008 17:33: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90220 invoked by uid 99); 7 Sep 2008 17:33:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2008 10:33:32 -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, 07 Sep 2008 17:32:42 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 485DA234C1C4 for <[email protected]>; Sun, 7 Sep 2008 10:32:44 -0700 (PDT) Message-ID: <198287230.1220808764295.JavaMail.jira@brutus> Date: Sun, 7 Sep 2008 10:32:44 -0700 (PDT) From: "Kai Grabfelder (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Issue Comment Edited: (IBATIS-519) Probably, remapResults is thread-unsafe In-Reply-To: <664240409.1214991285029.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/IBATIS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628980#action_12628980 ] kaig edited comment on IBATIS-519 at 9/7/08 10:31 AM: ---------------------------------------------------------------- Added maven project (threadtest.zip) with junit testcase, configured to run in an in memory h2 database. Just run mvn install to see that the test that uses remap=true fails. I'll have a look at the iBATIS internals and try to create a patch... was (Author: kaig): Added maven project with testcase, configured to run in an in memory h2 database. Just run mvn install to see that the test that uses remap=true fails. I'll have a look at the iBATIS internals and try to attach a patch... > Probably, remapResults is thread-unsafe > --------------------------------------- > > Key: IBATIS-519 > URL: https://issues.apache.org/jira/browse/IBATIS-519 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.3.0, 2.3.2, 2.3.3 > Reporter: Hideyuki Suzumi > Priority: Critical > Attachments: ibatis-remapResults-problem.zip, ibatis-standalone.zip, threadtest.zip > > > When remapResults is true, The list of the query result often contains null. > The attached sample program can reproduce it. > Probably, remapResults is thread-unsafe. -- 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 Sep 07 20:01:07 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67068 invoked from network); 7 Sep 2008 20:01:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2008 20:01:06 -0000 Received: (qmail 80420 invoked by uid 500); 7 Sep 2008 20:01:04 -0000 Delivered-To: [email protected] Received: (qmail 80243 invoked by uid 500); 7 Sep 2008 20: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80232 invoked by uid 99); 7 Sep 2008 20:01: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 Sep 2008 13:01:04 -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, 07 Sep 2008 20:00:13 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 63CA7234C1C5 for <[email protected]>; Sun, 7 Sep 2008 13:00:44 -0700 (PDT) Message-ID: <2131578764.1220817644407.JavaMail.jira@brutus> Date: Sun, 7 Sep 2008 13:00:44 -0700 (PDT) From: "Kai Grabfelder (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-519) Probably, remapResults is thread-unsafe In-Reply-To: <664240409.1214991285029.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/IBATIS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629002#action_12629002 ] Kai Grabfelder commented on IBATIS-519: --------------------------------------- this only happens when no resultMap is specifed. Thus as a workaround add an explicit resultMap mapping to your statements when remapResults=true. > Probably, remapResults is thread-unsafe > --------------------------------------- > > Key: IBATIS-519 > URL: https://issues.apache.org/jira/browse/IBATIS-519 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.3.0, 2.3.2, 2.3.3 > Reporter: Hideyuki Suzumi > Priority: Critical > Attachments: ibatis-remapResults-problem.zip, ibatis-standalone.zip, threadtest.zip > > > When remapResults is true, The list of the query result often contains null. > The attached sample program can reproduce it. > Probably, remapResults is thread-unsafe. -- 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 Sep 07 21:05:21 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98118 invoked from network); 7 Sep 2008 21:05:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2008 21:05:21 -0000 Received: (qmail 23319 invoked by uid 500); 7 Sep 2008 21:05:18 -0000 Delivered-To: [email protected] Received: (qmail 23304 invoked by uid 500); 7 Sep 2008 21:05: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23293 invoked by uid 99); 7 Sep 2008 21:05:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2008 14:05:18 -0700 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; Sun, 07 Sep 2008 21:04:19 +0000 Received: from [161.129.204.104] (p5B17C468.dip.t-dialin.net [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis) id 0MKwtQ-1KcRRA38Sd-0005ZN; Sun, 07 Sep 2008 23:04:49 +0200 Message-ID: <[email protected]> Date: Sun, 07 Sep 2008 23:04:47 +0200 From: Kai Grabfelder <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080708) MIME-Version: 1.0 To: [email protected] Subject: AutoResultMap not threadsafe if remapResults=true (patch included in IBATIS-519) Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX19oNq5mRKWms1F9HZaZS7EEjGsEh+HQb/kXpvX +gXSf1tYmm6E+tl5z+L+ZbAWJZOhN3IZVedMqcKKdRakGR+A7V 5PIiRyU7wbc7raJj2up7g== X-Virus-Checked: Checked by ClamAV on apache.org Hi there, AutoResultMap is not threadsafe if remapResults=true (thus only statements without an explicit resultMap mapping are affected). https://issues.apache.org/jira/browse/IBATIS-519 shows the issue. It can be easily reproduced by using the attached maven project [1] (mvn install shows the error). I attached a patch to the jira issue. I propose to include it in the 2.3.4 release. Any objections Many thanks Regards Kai [1] https://issues.apache.org/jira/secure/attachment/12389639/threadtest.zip From [email protected] Sun Sep 07 21:10:35 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98823 invoked from network); 7 Sep 2008 21:10:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2008 21:10:35 -0000 Received: (qmail 24357 invoked by uid 500); 7 Sep 2008 21:10:32 -0000 Delivered-To: [email protected] Received: (qmail 24349 invoked by uid 500); 7 Sep 2008 21: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24338 invoked by uid 99); 7 Sep 2008 21:10:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2008 14:10:32 -0700 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; Sun, 07 Sep 2008 21:09:33 +0000 Received: from [161.129.204.104] (p5B17C468.dip.t-dialin.net [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis) id 0ML2xA-1KcRVl3H74-0002l7; Sun, 07 Sep 2008 23:09:34 +0200 Message-ID: <[email protected]> Date: Sun, 07 Sep 2008 23:09:32 +0200 From: Kai Grabfelder <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080708) MIME-Version: 1.0 To: [email protected] Subject: iBATIS 3 vs. java 6 / add iBATIS 3 to JIRA Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18gVtkGrT5ZvviOK+0MJGFzkYLw5HgUPufKSKE f+6Qg41OEUM+9ogHEYb7IsP//ksN6+TRw4+ITVFIeleOVY1zEt yHMPXADSbbq15VQy4Vw4w== X-Virus-Checked: Checked by ClamAV on apache.org Hi there, I've just found out that iBATIS try is already present in SVN - cool ;-). Unfortunately it is not not compile-time compatible with java 6. I could write a patch for this but iBATIS 3 is not yet present in JIRA. Could someone add a 3.0.0 version to JIRA? Many thanks Kai From [email protected] Sun Sep 07 21:17:47 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99888 invoked from network); 7 Sep 2008 21:17:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Sep 2008 21:17:47 -0000 Received: (qmail 26169 invoked by uid 500); 7 Sep 2008 21:17:45 -0000 Delivered-To: [email protected] Received: (qmail 26150 invoked by uid 500); 7 Sep 2008 21:17: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26139 invoked by uid 99); 7 Sep 2008 21:17:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2008 14:17:45 -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 wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2008 21:16:47 +0000 Received: by wa-out-1112.google.com with SMTP id v33so1010638wah.24 for <[email protected]>; Sun, 07 Sep 2008 14:17:19 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=KWJHjkL/O8q7tV2Wkjup8neADDVXPPD/w9C82vm0oRI=; b=YYZNhvKl5+WbTP7i5ELcwMO6wqYc9o7hCkIxgIRxbZWHmjapINKe1wrz4VlJywc3kp DXKqOV645kJCJQH2mR33moab7xfQYozVdzC1tmWF552i+EoVo96rZiD8fNImTQ1n8jRh HcgtgcRKav6oBpJFbATf/1OfcijQCZODVnXc4= 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=cqmtf0s9j2QE1+oC3No1+pSRfwAFJdpHOY0pkuMahFlQ7FhawQoFCpq1a+LlIautIu ljjvlKay0r1KoapF04h1toi/os0OsT6U0UnkdUbFaLsashNQyktP41c0ssICvVoxS0B+ Z7h9lCdKTx86xdjV80vXnGMc6ph0wMP1VZI+Q= Received: by 161.129.204.104 with SMTP id g1mr11776136wad.149.1220822239187; Sun, 07 Sep 2008 14:17:19 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sun, 7 Sep 2008 14:17:19 -0700 (PDT) Message-ID: <[email protected]> Date: Sun, 7 Sep 2008 15:17:19 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: iBATIS 3 vs. java 6 / add iBATIS 3 to JIRA In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_80720_33081319.1220822239179" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_80720_33081319.1220822239179 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'll add the version, but please understand: iBATIS 3 should not be compiled under Java 6. It will be a Java 5 based framework. That said, much of the incompatibilities are due to implementations of various JDBC interfaces. I'm considering making them all dynamic proxies so that you can compile it under different JDK versions. But if there's ever a case where we need to make a choice, we'll be going with Java 5, not Java 6. Also know that iBATIS 3 does not yet have a public API built for it. There are bits and pieces there, but nothing usable. The iBATIS 2 Compatibility API does exist, but is intended for unit testing only. Cheers, Clinton On Sun, Sep 7, 2008 at 3:09 PM, Kai Grabfelder <[email protected]> wrote: > Hi there, > > I've just found out that iBATIS try is already present in SVN - cool ;-). > Unfortunately it is not not compile-time compatible with java 6. I could > write a patch for this but iBATIS 3 is not yet present in JIRA. Could > someone add a 3.0.0 version to JIRA? > > Many thanks > > Kai > ------=_Part_80720_33081319.1220822239179 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">I&#39;ll add the version, but please understand:&nbsp; iBATIS 3 should not be compiled under Java 6.&nbsp; It will be a Java 5 based framework.&nbsp; That said, much of the incompatibilities are due to implementations of various JDBC interfaces.&nbsp; I&#39;m considering making them all dynamic proxies so that you can compile it under different JDK versions.&nbsp; But if there&#39;s ever a case where we need to make a choice, we&#39;ll be going with Java 5, not Java 6.&nbsp; <br> <br>Also know that iBATIS 3 does not yet have a public API built for it.&nbsp; There are bits and pieces there, but nothing usable.&nbsp; The iBATIS 2 Compatibility API does exist, but is intended for unit testing only.<br><br>Cheers,<br> Clinton<br><br><div class="gmail_quote">On Sun, Sep 7, 2008 at 3:09 PM, Kai Grabfelder <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi there,<br> <br> I&#39;ve just found out that iBATIS try is already present in SVN - cool ;-). Unfortunately it is not not compile-time compatible with java 6. I could write a patch for this but iBATIS 3 is not yet present in JIRA. Could someone add a 3.0.0 version to JIRA?<br> <br> Many thanks<br><font color="#888888"> <br> Kai<br> </font></blockquote></div><br></div> ------=_Part_80720_33081319.1220822239179-- From [email protected] Mon Sep 08 02:42:07 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29996 invoked from network); 8 Sep 2008 02:42:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2008 02:42:06 -0000 Received: (qmail 49490 invoked by uid 500); 8 Sep 2008 02:42:04 -0000 Delivered-To: [email protected] Received: (qmail 49476 invoked by uid 500); 8 Sep 2008 02:42: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49465 invoked by uid 99); 8 Sep 2008 02:42: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 Sep 2008 19:42:04 -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 wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 02:41:06 +0000 Received: by wa-out-1112.google.com with SMTP id v33so1075639wah.24 for <[email protected]>; Sun, 07 Sep 2008 19:41:27 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=VZ1HFXyeNfkHTi6L+QK57lhlACEWrlzdMbiRiUTL0EY=; b=Rs8W8O9fZtJisvxoFIFyW5xA7GY6e9X8u916oyCRX1GMuETCRKsVuT50ZmEr+hGtGM vthfzFVuleyqgq8DEFAr/NZ01ABPpUq/Ecvw5p4NiFtDdUEARJGjIVcw/iOMUypAKA0U rM1l0WLE1axDFCi7lS4Je+Fivncm0hddjd6h8= 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=YvLxHy4joKnZ9DDvsXY7J7I/cXaItMfna2fFjWl+xWFMUTlUJ35uf18YxJeJ8JZxza /16YsOshNcIY/Y64E9iiN26Psn4CEM8sDj+8r0217W3hTVi3GU3oBUyhWlEHrJSGpHjf IM2FwTedRDV33FxEUoYABw4KAi9Y5al6bpah8= Received: by 161.129.204.104 with SMTP id o12mr11877553waf.224.1220841687607; Sun, 07 Sep 2008 19:41:27 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sun, 7 Sep 2008 19:41:27 -0700 (PDT) Message-ID: <[email protected]> Date: Sun, 7 Sep 2008 20:41:27 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: AutoResultMap not threadsafe if remapResults=true (patch included in IBATIS-519) In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_84452_9860348.1220841687600" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_84452_9860348.1220841687600 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks Kai... This is a really weird bug. The old implementation used to build the remapped resultmap in the session scope, but perhaps it got lost somehow and ended up modifying the shared result map. Very strange. I'll likely end up putting the sync block in there as the solution for now. It will create a bit of a bottleneck, but it's per query, not per row, so it's not too bad. I'll see if there's a way to make it asynchronous and isolated between threads though. Clinton On Sun, Sep 7, 2008 at 3:04 PM, Kai Grabfelder <[email protected]> wrote: > Hi there, > > AutoResultMap is not threadsafe if remapResults=true (thus only statements > without an explicit resultMap mapping are affected). > https://issues.apache.org/jira/browse/IBATIS-519 shows the issue. It can > be easily reproduced by using the attached maven project [1] (mvn install > shows the error). I attached a patch to the jira issue. I propose to include > it in the 2.3.4 release. Any objections > > Many thanks > > Regards > > Kai > > [1] > https://issues.apache.org/jira/secure/attachment/12389639/threadtest.zip > ------=_Part_84452_9860348.1220841687600 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">Thanks Kai...<br><br>This is a really weird bug.&nbsp; The old implementation used to build the remapped resultmap in the session scope, but perhaps it got lost somehow and ended up modifying the shared result map.&nbsp; Very strange.&nbsp; <br> <br>I&#39;ll likely end up putting the sync block in there as the solution for now.&nbsp; It will create a bit of a bottleneck, but it&#39;s per query, not per row, so it&#39;s not too bad.&nbsp; I&#39;ll see if there&#39;s a way to make it asynchronous and isolated between threads though.<br> <br>Clinton<br><br><div class="gmail_quote">On Sun, Sep 7, 2008 at 3:04 PM, Kai Grabfelder <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi there,<br> <br> AutoResultMap is not threadsafe if remapResults=true (thus only statements without an explicit resultMap mapping are affected). <a href="https://issues.apache.org/jira/browse/IBATIS-519" target="_blank">https://issues.apache.org/jira/browse/IBATIS-519</a> shows the issue. It can be easily reproduced by using the attached maven project [1] (mvn install shows the error). I attached a patch to the jira issue. I propose to include it in the 2.3.4 release. Any objections<br> <br> Many thanks<br> <br> Regards<br> <br> Kai<br> <br> [1] <a href="https://issues.apache.org/jira/secure/attachment/12389639/threadtest.zip" target="_blank">https://issues.apache.org/jira/secure/attachment/12389639/threadtest.zip</a><br> </blockquote></div><br></div> ------=_Part_84452_9860348.1220841687600-- From [email protected] Mon Sep 08 04:49:36 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7772 invoked from network); 8 Sep 2008 04:49:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2008 04:49:36 -0000 Received: (qmail 9314 invoked by uid 500); 8 Sep 2008 04:49:34 -0000 Delivered-To: [email protected] Received: (qmail 9136 invoked by uid 500); 8 Sep 2008 04: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9125 invoked by uid 99); 8 Sep 2008 04:49:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2008 21:49: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 04:48:43 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id D73EF234C1C5 for <[email protected]>; Sun, 7 Sep 2008 21:48:44 -0700 (PDT) Message-ID: <1021023065.1220849324880.JavaMail.jira@brutus> Date: Sun, 7 Sep 2008 21:48:44 -0700 (PDT) From: "Clinton Begin (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (IBATIS-519) Probably, remapResults is thread-unsafe In-Reply-To: <664240409.1214991285029.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/IBATIS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-519. -------------------------------- Resolution: Fixed Fix Version/s: 2.3.4 As described by Kai. > Probably, remapResults is thread-unsafe > --------------------------------------- > > Key: IBATIS-519 > URL: https://issues.apache.org/jira/browse/IBATIS-519 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.3.0, 2.3.2, 2.3.3 > Reporter: Hideyuki Suzumi > Priority: Critical > Fix For: 2.3.4 > > Attachments: AutoResultMap.trunk.patch, ibatis-remapResults-problem.zip, ibatis-standalone.zip, threadtest.zip > > > When remapResults is true, The list of the query result often contains null. > The attached sample program can reproduce it. > Probably, remapResults is thread-unsafe. -- 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 Sep 08 05:04:21 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15486 invoked from network); 8 Sep 2008 05:04:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2008 05:04:21 -0000 Received: (qmail 24493 invoked by uid 500); 8 Sep 2008 05:04:18 -0000 Delivered-To: [email protected] Received: (qmail 24476 invoked by uid 500); 8 Sep 2008 05:04: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24465 invoked by uid 99); 8 Sep 2008 05:04:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2008 22:04:18 -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 wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 05:03:20 +0000 Received: by wa-out-1112.google.com with SMTP id v33so1104512wah.24 for <[email protected]>; Sun, 07 Sep 2008 22:03:41 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=/vj/NqJQo1hpSzhs2y4SW06mxmtTGSmXOSYgeqceYaU=; b=YlAw3angroZdASDvgVT28/hGBEIStvbiE3F44ei/45pe7hubrHnPapSJatIaWih2gM e+D9Hm8B+CQyQyRUOv4PCfFDNrSksnIaJWh37xYAVrMeg125zI7ANkG/Etjkfkq7MfAV qnr1su/3bfUTMh0XaL1W9Enn0OK0OJ7EJFM6w= 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=Nq+GDwuBhaA9NIjj/2UAD9I4FVWq60GCI3Pp3Df0QdSnizLO3rss5lGuvi63BtSFl+ 5CCCwat+4Bb7BumIx5l7AxQk7GTxZMi35i2g2YJqGlAo+nJObvJR0zTYPcvokZKAjypd noooYF2RqiU36ufX8bncXbfrLWN5cp4r1wqaQ= Received: by 161.129.204.104 with SMTP id 19mr11934617way.225.1220850221653; Sun, 07 Sep 2008 22:03:41 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sun, 7 Sep 2008 22:03:41 -0700 (PDT) Message-ID: <[email protected]> Date: Sun, 7 Sep 2008 23:03:41 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: AutoResultMap not threadsafe if remapResults=true (patch included in IBATIS-519) In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_85681_17752708.1220850221647" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_85681_17752708.1220850221647 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline This is fixed and the continuous build server should pick it up soon and the build will be available from there until we get a release out. Clinton On Sun, Sep 7, 2008 at 8:41 PM, Clinton Begin <[email protected]>wrote: > Thanks Kai... > > This is a really weird bug. The old implementation used to build the > remapped resultmap in the session scope, but perhaps it got lost somehow and > ended up modifying the shared result map. Very strange. > > I'll likely end up putting the sync block in there as the solution for > now. It will create a bit of a bottleneck, but it's per query, not per row, > so it's not too bad. I'll see if there's a way to make it asynchronous and > isolated between threads though. > > Clinton > > > On Sun, Sep 7, 2008 at 3:04 PM, Kai Grabfelder <[email protected]> wrote: > >> Hi there, >> >> AutoResultMap is not threadsafe if remapResults=true (thus only statements >> without an explicit resultMap mapping are affected). >> https://issues.apache.org/jira/browse/IBATIS-519 shows the issue. It can >> be easily reproduced by using the attached maven project [1] (mvn install >> shows the error). I attached a patch to the jira issue. I propose to include >> it in the 2.3.4 release. Any objections >> >> Many thanks >> >> Regards >> >> Kai >> >> [1] >> https://issues.apache.org/jira/secure/attachment/12389639/threadtest.zip >> > > ------=_Part_85681_17752708.1220850221647 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">This is fixed and the continuous build server should pick it up soon and the build will be available from there until we get a release out.<br><br>Clinton<br><br><div class="gmail_quote">On Sun, Sep 7, 2008 at 8:41 PM, Clinton Begin <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">Thanks Kai...<br><br>This is a really weird bug.&nbsp; The old implementation used to build the remapped resultmap in the session scope, but perhaps it got lost somehow and ended up modifying the shared result map.&nbsp; Very strange.&nbsp; <br> <br>I&#39;ll likely end up putting the sync block in there as the solution for now.&nbsp; It will create a bit of a bottleneck, but it&#39;s per query, not per row, so it&#39;s not too bad.&nbsp; I&#39;ll see if there&#39;s a way to make it asynchronous and isolated between threads though.<br> <font color="#888888"> <br>Clinton</font><div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Sun, Sep 7, 2008 at 3:04 PM, Kai Grabfelder <span dir="ltr">&lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi there,<br> <br> AutoResultMap is not threadsafe if remapResults=true (thus only statements without an explicit resultMap mapping are affected). <a href="https://issues.apache.org/jira/browse/IBATIS-519" target="_blank">https://issues.apache.org/jira/browse/IBATIS-519</a> shows the issue. It can be easily reproduced by using the attached maven project [1] (mvn install shows the error). I attached a patch to the jira issue. I propose to include it in the 2.3.4 release. Any objections<br> <br> Many thanks<br> <br> Regards<br> <br> Kai<br> <br> [1] <a href="https://issues.apache.org/jira/secure/attachment/12389639/threadtest.zip" target="_blank">https://issues.apache.org/jira/secure/attachment/12389639/threadtest.zip</a><br> </blockquote></div><br></div></div></div> </blockquote></div><br></div> ------=_Part_85681_17752708.1220850221647-- From [email protected] Mon Sep 08 08:18:50 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7283 invoked from network); 8 Sep 2008 08:18:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2008 08:18:50 -0000 Received: (qmail 13796 invoked by uid 500); 8 Sep 2008 08:18:47 -0000 Delivered-To: [email protected] Received: (qmail 13620 invoked by uid 500); 8 Sep 2008 08: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13609 invoked by uid 99); 8 Sep 2008 08:18: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 Sep 2008 01:18:47 -0700 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; Mon, 08 Sep 2008 08:17:48 +0000 Received: from [161.129.204.104] (p5B17C053.dip.t-dialin.net [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis) id 0MKwh2-1Kcbwu3wJ5-0007Qv; Mon, 08 Sep 2008 10:18:17 +0200 Message-ID: <[email protected]> Date: Mon, 08 Sep 2008 10:18:16 +0200 From: Kai Grabfelder <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080708) MIME-Version: 1.0 To: [email protected] Subject: Re: iBATIS 3 vs. java 6 / add iBATIS 3 to JIRA 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-Provags-ID: V01U2FsdGVkX18NP0kshQTuEJbg3iHr4nE2siBbPDmb4xO4rKr OZuNPXBA+DYX8FV/jQJb9yX+mrALm3b5SlyYXcBNobKpWT2GaL fB9SWo36FxeaqL4Qb7Jfw== X-Virus-Checked: Checked by ClamAV on apache.org Hi Clinton, I totally agree. But at some point in the future it needs to compile with Java 6 anyway. But if only a few methods needs to be added and it still compiles with Java 5 I don't think it does any harm. Regards Kai --- Original Nachricht --- Absender: Clinton Begin Datum: 07.09.2008 23:17 > I'll add the version, but please understand: iBATIS 3 should not be > compiled under Java 6. It will be a Java 5 based framework. That said, > much of the incompatibilities are due to implementations of various JDBC > interfaces. I'm considering making them all dynamic proxies so that you can > compile it under different JDK versions. But if there's ever a case where > we need to make a choice, we'll be going with Java 5, not Java 6. > > Also know that iBATIS 3 does not yet have a public API built for it. There > are bits and pieces there, but nothing usable. The iBATIS 2 Compatibility > API does exist, but is intended for unit testing only. > > Cheers, > Clinton > > On Sun, Sep 7, 2008 at 3:09 PM, Kai Grabfelder <[email protected]> wrote: > >> Hi there, >> >> I've just found out that iBATIS try is already present in SVN - cool ;-). >> Unfortunately it is not not compile-time compatible with java 6. I could >> write a patch for this but iBATIS 3 is not yet present in JIRA. Could >> someone add a 3.0.0 version to JIRA? >> >> Many thanks >> >> Kai >> > From [email protected] Mon Sep 08 12:19:09 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21723 invoked from network); 8 Sep 2008 12:19:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2008 12:19:09 -0000 Received: (qmail 58833 invoked by uid 500); 8 Sep 2008 12:19:06 -0000 Delivered-To: [email protected] Received: (qmail 58811 invoked by uid 500); 8 Sep 2008 12:19: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58800 invoked by uid 99); 8 Sep 2008 12:19:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 05:19:06 -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, 08 Sep 2008 12:18:14 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6794A234C1D3 for <[email protected]>; Mon, 8 Sep 2008 05:18:45 -0700 (PDT) Message-ID: <447043758.1220876325423.JavaMail.jira@brutus> Date: Mon, 8 Sep 2008 05:18:45 -0700 (PDT) From: "Hideyuki Suzumi (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-519) Probably, remapResults is thread-unsafe In-Reply-To: <664240409.1214991285029.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/IBATIS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629138#action_12629138 ] Hideyuki Suzumi commented on IBATIS-519: ---------------------------------------- I cannot access ibatis 2 trunk. Therefore, I applied the patch to ibatis-161.129.204.1040. And, my test cases work well. Thanks! > Probably, remapResults is thread-unsafe > --------------------------------------- > > Key: IBATIS-519 > URL: https://issues.apache.org/jira/browse/IBATIS-519 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.3.0, 2.3.2, 2.3.3 > Reporter: Hideyuki Suzumi > Priority: Critical > Fix For: 2.3.4 > > Attachments: AutoResultMap.trunk.patch, ibatis-remapResults-problem.zip, ibatis-standalone.zip, threadtest.zip > > > When remapResults is true, The list of the query result often contains null. > The attached sample program can reproduce it. > Probably, remapResults is thread-unsafe. -- 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 Sep 08 13:42:51 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72470 invoked from network); 8 Sep 2008 13:42:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2008 13:42:50 -0000 Received: (qmail 72527 invoked by uid 500); 8 Sep 2008 13:42:48 -0000 Delivered-To: [email protected] Received: (qmail 72504 invoked by uid 500); 8 Sep 2008 13:42: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72493 invoked by uid 99); 8 Sep 2008 13:42:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 06:42:48 -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 wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 13:41:50 +0000 Received: by wa-out-1112.google.com with SMTP id v33so1212439wah.24 for <[email protected]>; Mon, 08 Sep 2008 06:42:12 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=GIoCysUV1qqn38Hq2ZR4sylVZbUhvI08889QO+G1rlE=; b=plj4DOUL0Pq9ALlOfykNZxuMatU+FBx9INAIzjdsZSCPpCbUnA/8wbo8KYxqK6Eqt0 7R3ecXXx/hU/vDIaWaJtBdlLkGc/EkN/JYU8j2rSYch2UQz3fNcAO4XpBsgjR3yLn3GU x+QhFbTk46mLD16syrj412Le8r3vj1J3cQK7w= 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=f9HH4/vTH9RghRE5fJ8XsShtSygsz6pOzH+Xut9VE7qpKGp1Q5/HlUa2JE+nglHRz5 anuV+HW+f1O3HAxv3nHR8JGEsZA0bQNTWtrpsMYUJmxOlzw4Mzho1WIH2f1TC9d6qne9 IJlTlIQccBOckBH6bzfW7nOTczgRWP2Amx/yc= Received: by 161.129.204.104 with SMTP id 1mr4214453wao.108.1220881332642; Mon, 08 Sep 2008 06:42:12 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 8 Sep 2008 06:42:12 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 8 Sep 2008 07:42:12 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: iBATIS 3 vs. java 6 / add iBATIS 3 to JIRA In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_92802_3699095.1220881332655" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_92802_3699095.1220881332655 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Yeah, in this case it's cool. I can add those methods too. No need to file the bug this time. I have added the 3.0.0 Jira version On Mon, Sep 8, 2008 at 2:18 AM, Kai Grabfelder <[email protected]> wrote: > Hi Clinton, > > I totally agree. But at some point in the future it needs to compile with > Java 6 anyway. But if only a few methods needs to be added and it still > compiles with Java 5 I don't think it does any harm. > > Regards > > Kai > > --- Original Nachricht --- > Absender: Clinton Begin > Datum: 07.09.2008 23:17 > > I'll add the version, but please understand: iBATIS 3 should not be >> compiled under Java 6. It will be a Java 5 based framework. That said, >> much of the incompatibilities are due to implementations of various JDBC >> interfaces. I'm considering making them all dynamic proxies so that you >> can >> compile it under different JDK versions. But if there's ever a case where >> we need to make a choice, we'll be going with Java 5, not Java 6. >> >> Also know that iBATIS 3 does not yet have a public API built for it. >> There >> are bits and pieces there, but nothing usable. The iBATIS 2 Compatibility >> API does exist, but is intended for unit testing only. >> >> Cheers, >> Clinton >> >> On Sun, Sep 7, 2008 at 3:09 PM, Kai Grabfelder <[email protected]> wrote: >> >> Hi there, >>> >>> I've just found out that iBATIS try is already present in SVN - cool ;-). >>> Unfortunately it is not not compile-time compatible with java 6. I could >>> write a patch for this but iBATIS 3 is not yet present in JIRA. Could >>> someone add a 3.0.0 version to JIRA? >>> >>> Many thanks >>> >>> Kai >>> >>> >> > ------=_Part_92802_3699095.1220881332655 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">Yeah, in this case it&#39;s cool.&nbsp; I can add those methods too.&nbsp; No need to file the bug this time.&nbsp; I have added the 3.0.0 Jira version<br><br><br><div class="gmail_quote">On Mon, Sep 8, 2008 at 2:18 AM, Kai Grabfelder <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Clinton,<br> <br> I totally agree. But at some point in the future it needs to compile with Java 6 anyway. But if only a few methods needs to be added and it still compiles with Java 5 I don&#39;t think it does any harm.<br> <br> Regards<br> <br> Kai<br> <br> --- Original Nachricht ---<br> Absender: Clinton Begin<br> Datum: 07.09.2008 23:17<div><div></div><div class="Wj3C7c"><br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> I&#39;ll add the version, but please understand: &nbsp;iBATIS 3 should not be<br> compiled under Java 6. &nbsp;It will be a Java 5 based framework. &nbsp;That said,<br> much of the incompatibilities are due to implementations of various JDBC<br> interfaces. &nbsp;I&#39;m considering making them all dynamic proxies so that you can<br> compile it under different JDK versions. &nbsp;But if there&#39;s ever a case where<br> we need to make a choice, we&#39;ll be going with Java 5, not Java 6.<br> <br> Also know that iBATIS 3 does not yet have a public API built for it. &nbsp;There<br> are bits and pieces there, but nothing usable. &nbsp;The iBATIS 2 Compatibility<br> API does exist, but is intended for unit testing only.<br> <br> Cheers,<br> Clinton<br> <br> On Sun, Sep 7, 2008 at 3:09 PM, Kai Grabfelder &lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt; wrote:<br> <br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi there,<br> <br> I&#39;ve just found out that iBATIS try is already present in SVN - cool ;-).<br> Unfortunately it is not not compile-time compatible with java 6. I could<br> write a patch for this but iBATIS 3 is not yet present in JIRA. Could<br> someone add a 3.0.0 version to JIRA?<br> <br> Many thanks<br> <br> Kai<br> <br> </blockquote> <br> </blockquote> <br> </div></div></blockquote></div><br></div> ------=_Part_92802_3699095.1220881332655-- From [email protected] Mon Sep 08 15:21:05 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71420 invoked from network); 8 Sep 2008 15:21:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Sep 2008 15:21:05 -0000 Received: (qmail 77828 invoked by uid 500); 8 Sep 2008 15:21:03 -0000 Delivered-To: [email protected] Received: (qmail 77651 invoked by uid 500); 8 Sep 2008 15:21: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77640 invoked by uid 99); 8 Sep 2008 15:21:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 08:21: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 15:20:13 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 4D9FE234C1C4 for <[email protected]>; Mon, 8 Sep 2008 08:20:44 -0700 (PDT) Message-ID: <578008496.1220887244303.JavaMail.jira@brutus> Date: Mon, 8 Sep 2008 08:20:44 -0700 (PDT) From: "Luke Balding (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATISNET-280) change to the documetation to explicitly state where the sql statements are logging when NOT using the log4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org change to the documetation to explicitly state where the sql statements are logging when NOT using the log4 ----------------------------------------------------------------------------------------------------------- Key: IBATISNET-280 URL: https://issues.apache.org/jira/browse/IBATISNET-280 Project: iBatis for .NET Issue Type: Improvement Components: Documentation Environment: windows Reporter: Luke Balding I'm a noob to ibatis so take this as is: It would be REALLY helpful if the documentation stated EXACTLY where the log file is when using .net. 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] Tue Sep 09 13:42:44 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19912 invoked from network); 9 Sep 2008 13:42:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2008 13:42:44 -0000 Received: (qmail 84043 invoked by uid 500); 9 Sep 2008 13:42:42 -0000 Delivered-To: [email protected] Received: (qmail 83923 invoked by uid 500); 9 Sep 2008 13:42: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83912 invoked by uid 99); 9 Sep 2008 13:42:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 06:42:41 -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, 09 Sep 2008 13:41:43 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id AFF13234C1D1 for <[email protected]>; Tue, 9 Sep 2008 06:41:44 -0700 (PDT) Message-ID: <615454581.1220967704719.JavaMail.jira@brutus> Date: Tue, 9 Sep 2008 06:41:44 -0700 (PDT) From: =?utf-8?Q?Marin=C3=B3_A=2E_J=C3=B3nsson_=28JIRA=29?= <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-499) Please add new iBatis JARs to Maven repository In-Reply-To: <811209739.1207166004353.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/IBATIS-499?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1262= 9488#action_12629488 ]=20 Marin=C3=B3 A. J=C3=B3nsson commented on IBATIS-499: ------------------------------------------ It seems this part of the release cycle is a bit neglected ... would you pl= ease upload the latest version to the maven repository? You wouldn't want = your maven users to miss out on all the great updates you've done since apr= il ;) > Please add new iBatis JARs to Maven repository > ---------------------------------------------- > > Key: IBATIS-499 > URL: https://issues.apache.org/jira/browse/IBATIS-499 > Project: iBatis for Java > Issue Type: Task > Affects Versions: 2.3.1 > Reporter: Jarkko Viinam=C3=A4ki > Priority: Critical > > Many people use Maven 2 as a build tool. It would be really nice to get t= he latest iBatis JARs (2.3.x) to the central Maven repository.=20 > The latest version I could find was 161.129.204.1047 > http://mvnrepository.com/artifact/com.ibatis/ibatis2-sqlmap --=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] Tue Sep 09 14:34:50 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45688 invoked from network); 9 Sep 2008 14:34:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2008 14:34:50 -0000 Received: (qmail 62567 invoked by uid 500); 9 Sep 2008 14:34:47 -0000 Delivered-To: [email protected] Received: (qmail 62555 invoked by uid 500); 9 Sep 2008 14:34: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62544 invoked by uid 99); 9 Sep 2008 14:34:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 07:34:47 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL,WHOIS_MYPRIVREG 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; Tue, 09 Sep 2008 14:33:47 +0000 Received: from [161.129.204.104] (p5B17CCE3.dip.t-dialin.net [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1Kd4IL0tvk-0008Ly; Tue, 09 Sep 2008 16:34:17 +0200 Message-ID: <[email protected]> Date: Tue, 09 Sep 2008 16:34:15 +0200 From: Kai Grabfelder <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080708) MIME-Version: 1.0 To: [email protected] Subject: Re: New iBATIS builds on Maven central repository 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-Provags-ID: V01U2FsdGVkX1/2iRS+DT/s6E64Arhl4qJx3mng8DIRyXUry9X wq85KM/j+l5zMmsKhboAf5yfdVgpNrzNjtmHQYxsM3REselOxS GNV9ZpFBUFFeG0huuJnNQ== X-Virus-Checked: Checked by ClamAV on apache.org Hi Clinton, I could also trigger the upload to iblio, but I think they only accept uploads by project members. Btw. shouldn't 2.3.3 be flagged "final" once it is uploaded to the maven repo? Regards Kai --- Original Nachricht --- Absender: Clinton Begin Datum: 04.09.2008 16:19 > I've asked one of our Maven experts to take care of it. We have 3 of them, > all busy, but one should be able to get to it soon. > > The delay was intentional, but we're past the point of prooving 2.3.3 is > stable. So now is the time. > > Cheers, > Clinton > > On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler <[email protected]> wrote: > >> I think you'll notice, from the lack of response to your many other posts >> about this, that publishing iBATIS2 into the central Maven repository is not >> a prioirity for any committer. This will change with iBATIS3 when we use >> Maven to do the iBATIS build, but likely won't change for iBATIS2. >> >> For now, I suggest that you find a way to build your project with a local >> download of iBATIS2. Surely Maven is capable of doing that - isn't it? >> >> Jeff Butler >> >> >> >> On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <[email protected]> wrote: >> >>> >>> Hi all, >>> >>> Could someone please upload iBATIS 2.3.3 to Maven central repo? >>> >>> Thanks, >>> Zhubin >>> -- >>> View this message in context: >>> http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html >>> Sent from the iBATIS - Dev mailing list [email protected]. >>> >>> >> > From [email protected] Tue Sep 09 14:43:43 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50353 invoked from network); 9 Sep 2008 14:43:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2008 14:43:43 -0000 Received: (qmail 74689 invoked by uid 500); 9 Sep 2008 14:43:40 -0000 Delivered-To: [email protected] Received: (qmail 74666 invoked by uid 500); 9 Sep 2008 14: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74655 invoked by uid 99); 9 Sep 2008 14:43: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 Sep 2008 07:43:40 -0700 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: 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; Tue, 09 Sep 2008 14:42:40 +0000 Received: by wx-out-0506.google.com with SMTP id r21so769309wxc.27 for <[email protected]>; Tue, 09 Sep 2008 07:42: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:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=6JiZdcHbaF2DB2Mo4+p/QAqig1jH2ksYO2d8wQooxmE=; b=i1OjQ+rggP/mVGvc/9ng+EUgA4iUAdAav6MuM8S7JMIOxSKUybZRwQ2HtwcqvXxCec vAEku+ff7k1ysrHVIyMk7l/Ggp6Up+6IR3if3xfbBP1Pe+g4tdawp/X47l1QT49qkkbd OnfSb231t38ga4Md/A07y8UoFJHBDVa1+yTQY= 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=l8/Bj8O7Gr1/yE7Tz8TaWtexlLkdQqnDQLhyRc1oPFtbt3qfma43Kwrcs/WfxhaYKD ctWOFsvtfCvMhbjVmh1D7Vnytu3hRj00Jm5eEodlSTPKg4WKSn2BMZfELzHTmxwH/J9H 896kbJONS51LvEQ0bo9m7CjDto2CknZR0N4PA= Received: by 161.129.204.104 with SMTP id e7mr3090636faq.8.1220971373351; Tue, 09 Sep 2008 07:42:53 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 9 Sep 2008 07:42:53 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 9 Sep 2008 09:42:53 -0500 From: "Brandon Goodin" <[email protected]> To: [email protected] Subject: Re: New iBATIS builds on Maven central repository 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 hey guys... i'll move 2.3.3 out to maven now.... sorry for the delay... things have been crazy busy Brandon On Thu, Sep 4, 2008 at 9:19 AM, Clinton Begin <[email protected]> wrote: > I've asked one of our Maven experts to take care of it. We have 3 of them, > all busy, but one should be able to get to it soon. > > The delay was intentional, but we're past the point of prooving 2.3.3 is > stable. So now is the time. > > Cheers, > Clinton > > On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler <[email protected]> wrote: >> >> I think you'll notice, from the lack of response to your many other posts >> about this, that publishing iBATIS2 into the central Maven repository is not >> a prioirity for any committer. This will change with iBATIS3 when we use >> Maven to do the iBATIS build, but likely won't change for iBATIS2. >> >> For now, I suggest that you find a way to build your project with a local >> download of iBATIS2. Surely Maven is capable of doing that - isn't it? >> >> Jeff Butler >> >> >> On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <[email protected]> wrote: >>> >>> Hi all, >>> >>> Could someone please upload iBATIS 2.3.3 to Maven central repo? >>> >>> Thanks, >>> Zhubin >>> -- >>> View this message in context: >>> http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html >>> Sent from the iBATIS - Dev mailing list [email protected]. >>> >> > > From [email protected] Tue Sep 09 14:46:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51836 invoked from network); 9 Sep 2008 14:46:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2008 14:46:28 -0000 Received: (qmail 76867 invoked by uid 500); 9 Sep 2008 14:46:25 -0000 Delivered-To: [email protected] Received: (qmail 76840 invoked by uid 500); 9 Sep 2008 14:46: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76828 invoked by uid 99); 9 Sep 2008 14:46:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 07:46:25 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 yw-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 14:45:26 +0000 Received: by yw-out-1718.google.com with SMTP id 5so251567ywr.6 for <[email protected]>; Tue, 09 Sep 2008 07:45:57 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=eTJu7CUfoOBLYNVthxQ8FEcvrDFDR4us9AzSd/qH5NA=; b=o5dPx3UAkSWEP5oz75NKxosg6wDcmDghqskBpgTzZDsrOFOcMzTgYhIr2jMsCeMDQy a+BJ+PNQtOIf9gZvinSIjveVw4EXW5bROqtl25s8OvrgqUXW7grT9qnwP178Q+S8EFn7 0v/IJ5L/66rd3x4VU+m9xDGdZGbwLqOwjbbRc= 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=QCsFU3lhy+eJ31IPPaE7tr0mVRQYQhTrh7kdTy/w4g6Me8TXb/Xx3V/31GqQEQASsl +Mh2+Pf4x3bS8u3nd9xEIKlwpc99KiTakCLLvaU4N20DnwBls+Gh1/hMBcgLv3m1Uczb MJNFP+lp0OPftettc1Gr9z8cgC6noF67IF9Ls= Received: by 161.129.204.104 with SMTP id f4mr11324365muq.8.1220971555320; Tue, 09 Sep 2008 07:45:55 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 9 Sep 2008 07:45:55 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 9 Sep 2008 08:45:55 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: New iBATIS builds on Maven central repository In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_96115_7869104.1220971555324" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_96115_7869104.1220971555324 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline WAIT!!!!!! Guys, I'll need to make a 2.3.4 build.... remember the async autoresultmap bug? I'll roll it now. BG get on GTalk if you can, we'll coordinate. Clinton On Tue, Sep 9, 2008 at 8:42 AM, Brandon Goodin <[email protected]>wrote: > hey guys... i'll move 2.3.3 out to maven now.... sorry for the > delay... things have been crazy busy > > Brandon > > On Thu, Sep 4, 2008 at 9:19 AM, Clinton Begin <[email protected]> > wrote: > > I've asked one of our Maven experts to take care of it. We have 3 of > them, > > all busy, but one should be able to get to it soon. > > > > The delay was intentional, but we're past the point of prooving 2.3.3 is > > stable. So now is the time. > > > > Cheers, > > Clinton > > > > On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler <[email protected]> > wrote: > >> > >> I think you'll notice, from the lack of response to your many other > posts > >> about this, that publishing iBATIS2 into the central Maven repository is > not > >> a prioirity for any committer. This will change with iBATIS3 when we > use > >> Maven to do the iBATIS build, but likely won't change for iBATIS2. > >> > >> For now, I suggest that you find a way to build your project with a > local > >> download of iBATIS2. Surely Maven is capable of doing that - isn't it? > >> > >> Jeff Butler > >> > >> > >> On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <[email protected]> > wrote: > >>> > >>> Hi all, > >>> > >>> Could someone please upload iBATIS 2.3.3 to Maven central repo? > >>> > >>> Thanks, > >>> Zhubin > >>> -- > >>> View this message in context: > >>> > http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html > >>> Sent from the iBATIS - Dev mailing list [email protected]. > >>> > >> > > > > > ------=_Part_96115_7869104.1220971555324 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">WAIT!!!!!!<br><br>Guys, I&#39;ll need to make a 2.3.4 build.... remember the async autoresultmap bug?<br><br>I&#39;ll roll it now.&nbsp; BG get on GTalk if you can, we&#39;ll coordinate.<br><br>Clinton<br><br><div class="gmail_quote"> On Tue, Sep 9, 2008 at 8:42 AM, Brandon Goodin <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> hey guys... i&#39;ll move 2.3.3 out to maven now.... sorry for the<br> delay... things have been crazy busy<br> <font color="#888888"><br> Brandon<br> </font><div class="Ih2E3d"><br> On Thu, Sep 4, 2008 at 9:19 AM, Clinton Begin &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br> </div><div><div></div><div class="Wj3C7c">&gt; I&#39;ve asked one of our Maven experts to take care of it. &nbsp;We have 3 of them,<br> &gt; all busy, but one should be able to get to it soon.<br> &gt;<br> &gt; The delay was intentional, but we&#39;re past the point of prooving 2.3.3 is<br> &gt; stable. &nbsp;So now is the time.<br> &gt;<br> &gt; Cheers,<br> &gt; Clinton<br> &gt;<br> &gt; On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br> &gt;&gt;<br> &gt;&gt; I think you&#39;ll notice, from the lack of response to your many other posts<br> &gt;&gt; about this, that publishing iBATIS2 into the central Maven repository is not<br> &gt;&gt; a prioirity for any committer. &nbsp;This will change with iBATIS3 when we use<br> &gt;&gt; Maven to do the iBATIS build, but likely won&#39;t change for iBATIS2.<br> &gt;&gt;<br> &gt;&gt; For now, I suggest that you find a way to build your project with a local<br> &gt;&gt; download of iBATIS2. &nbsp;Surely Maven is capable of doing that - isn&#39;t it?<br> &gt;&gt;<br> &gt;&gt; Jeff Butler<br> &gt;&gt;<br> &gt;&gt;<br> &gt;&gt; On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; Hi all,<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; Could someone please upload iBATIS 2.3.3 to Maven central repo?<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; Thanks,<br> &gt;&gt;&gt; Zhubin<br> &gt;&gt;&gt; --<br> &gt;&gt;&gt; View this message in context:<br> &gt;&gt;&gt; <a href="http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html" target="_blank">http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html</a><br> &gt;&gt;&gt; Sent from the iBATIS - Dev mailing list [email protected].<br> &gt;&gt;&gt;<br> &gt;&gt;<br> &gt;<br> &gt;<br> </div></div></blockquote></div><br></div> ------=_Part_96115_7869104.1220971555324-- From [email protected] Tue Sep 09 14:53:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56233 invoked from network); 9 Sep 2008 14:53:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2008 14:53:28 -0000 Received: (qmail 92973 invoked by uid 500); 9 Sep 2008 14:53:26 -0000 Delivered-To: [email protected] Received: (qmail 92788 invoked by uid 500); 9 Sep 2008 14:53: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92777 invoked by uid 99); 9 Sep 2008 14:53:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 07:53:25 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL,WHOIS_MYPRIVREG 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; Tue, 09 Sep 2008 14:52:25 +0000 Received: from [161.129.204.104] (p5B17CCE3.dip.t-dialin.net [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis) id 0MKwh2-1Kd4Zt3mq6-0007K6; Tue, 09 Sep 2008 16:52:26 +0200 Message-ID: <[email protected]> Date: Tue, 09 Sep 2008 16:52:23 +0200 From: Kai Grabfelder <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080708) MIME-Version: 1.0 To: [email protected] Subject: Re: New iBATIS builds on Maven central repository 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-Provags-ID: V01U2FsdGVkX1+3atZjJ/qYAX2Wh53Q5LYFtYmYjLYmg1JOCCB z/HkEh0HVEdanFEytnRBsEqxQdcSfmWnyQCvzF160jVQFHg2Jb d8Sz2VJZMmKpObc7um3JQ== X-Virus-Checked: Checked by ClamAV on apache.org @Brandon: thanks: Could you also deploy a -sources.jar? I really like when projects are including this as it makes live so much easier... Regards Kai --- Original Nachricht --- Absender: Clinton Begin Datum: 09.09.2008 16:45 > WAIT!!!!!! > > Guys, I'll need to make a 2.3.4 build.... remember the async autoresultmap > bug? > > I'll roll it now. BG get on GTalk if you can, we'll coordinate. > > Clinton > > On Tue, Sep 9, 2008 at 8:42 AM, Brandon Goodin <[email protected]>wrote: > >> hey guys... i'll move 2.3.3 out to maven now.... sorry for the >> delay... things have been crazy busy >> >> Brandon >> >> On Thu, Sep 4, 2008 at 9:19 AM, Clinton Begin <[email protected]> >> wrote: >> > I've asked one of our Maven experts to take care of it. We have 3 of >> them, >> > all busy, but one should be able to get to it soon. >> > >> > The delay was intentional, but we're past the point of prooving 2.3.3 is >> > stable. So now is the time. >> > >> > Cheers, >> > Clinton >> > >> > On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler <[email protected]> >> wrote: >> >> >> >> I think you'll notice, from the lack of response to your many other >> posts >> >> about this, that publishing iBATIS2 into the central Maven repository is >> not >> >> a prioirity for any committer. This will change with iBATIS3 when we >> use >> >> Maven to do the iBATIS build, but likely won't change for iBATIS2. >> >> >> >> For now, I suggest that you find a way to build your project with a >> local >> >> download of iBATIS2. Surely Maven is capable of doing that - isn't it? >> >> >> >> Jeff Butler >> >> >> >> >> >> On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <[email protected]> >> wrote: >> >>> >> >>> Hi all, >> >>> >> >>> Could someone please upload iBATIS 2.3.3 to Maven central repo? >> >>> >> >>> Thanks, >> >>> Zhubin >> >>> -- >> >>> View this message in context: >> >>> >> http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html >> >>> Sent from the iBATIS - Dev mailing list [email protected]. >> >>> >> >> >> > >> > >> > From [email protected] Tue Sep 09 21:08:15 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 431 invoked from network); 9 Sep 2008 21:08:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2008 21:08:15 -0000 Received: (qmail 54784 invoked by uid 500); 9 Sep 2008 21:08:12 -0000 Delivered-To: [email protected] Received: (qmail 54764 invoked by uid 500); 9 Sep 2008 21:08: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54753 invoked by uid 99); 9 Sep 2008 21:08:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 14: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; Tue, 09 Sep 2008 21:07:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6A8B1234C1D1 for <[email protected]>; Tue, 9 Sep 2008 14:07:44 -0700 (PDT) Message-ID: <138950063.1220994464435.JavaMail.jira@brutus> Date: Tue, 9 Sep 2008 14:07:44 -0700 (PDT) From: "Brandon Goodin (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-499) Please add new iBatis JARs to Maven repository In-Reply-To: <811209739.1207166004353.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/IBATIS-499?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1262= 9617#action_12629617 ]=20 Brandon Goodin commented on IBATIS-499: --------------------------------------- I am a regular maven user and haven't missed out one bit... You are only left out if you don't know how to install it locally, don't ha= ve a repo of your own, or are too lazy :) But apart from that the task was accomplished today and we have even docume= nted the instructions to accomplish it for future releases. http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Releas= e+Process#iBATISReleaseProcess-deployingtoibiblio As you can see it is a bit of a tedious process and hopefully you can under= stand why it was a bit neglected :D > Please add new iBatis JARs to Maven repository > ---------------------------------------------- > > Key: IBATIS-499 > URL: https://issues.apache.org/jira/browse/IBATIS-499 > Project: iBatis for Java > Issue Type: Task > Affects Versions: 2.3.1 > Reporter: Jarkko Viinam=C3=A4ki > Priority: Critical > > Many people use Maven 2 as a build tool. It would be really nice to get t= he latest iBatis JARs (2.3.x) to the central Maven repository.=20 > The latest version I could find was 161.129.204.1047 > http://mvnrepository.com/artifact/com.ibatis/ibatis2-sqlmap --=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] Tue Sep 09 22:27:52 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50658 invoked from network); 9 Sep 2008 22:27:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Sep 2008 22:27:52 -0000 Received: (qmail 47503 invoked by uid 500); 9 Sep 2008 22:27:49 -0000 Delivered-To: [email protected] Received: (qmail 47420 invoked by uid 500); 9 Sep 2008 22: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47409 invoked by uid 99); 9 Sep 2008 22:27:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 15:27:48 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 gv-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 22:26:48 +0000 Received: by gv-out-0910.google.com with SMTP id l14so669378gvf.1 for <[email protected]>; Tue, 09 Sep 2008 15:27:02 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=OgPwnH4FhRU09MZ7W9DUnepIaZ5cMEsLvhjRtgrb7Zs=; b=X/75iTQpjPKcodWJNImoop1EiKJ4WdhIcB5LI5mv4QD6Z3eDn1muTlT2kYw6c7wgAO CDbrj8mqGIDtH6La1JyNQ5CWo8Hq9hDeuCoSdA5UKSQJLgfjD0dKZnTWenUTkJTBqWqC rvi5TlZxn5oABd2FnlZqPWejP7kHRZvY99/aA= 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=Ey5Nl7XsyPI+j4zSZjbikY2ivOI3hnc1wubaZlpLNgn4wy9x1MKuw4HxHITZHftq/Y UDoAVDj3N6+dJbr3lHulAM7gnzG1U3YmHTOaO1Z7IG1zWsp130RLCnvxhx7bg973wOv3 C06zg69wQyYBO6MrI4YS/ozog1j2trLGghPJk= Received: by 161.129.204.104 with SMTP id o1mr37061faq.30.1220999222048; Tue, 09 Sep 2008 15:27:02 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 9 Sep 2008 15:27:01 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 9 Sep 2008 17:27:01 -0500 From: "Brandon Goodin" <[email protected]> To: [email protected] Subject: Re: New iBATIS builds on Maven central repository In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2796_28643031.1220999222018" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2796_28643031.1220999222018 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline FYI I pushed the jar and sources to the Apache m2-ibiblio-rsync-repository. It takes a little time for it to be pushed over to ibiblio. You can see the release is queued up on the rsync repo here: http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ibatis/ibatis-sqlmap/ I added documentation to the wiki for releasing: http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process#iBATISReleaseProcess-deployingtoibiblio Hopefully it all works and we don't have to listen to people whine about iBATIS not being on ibiblio again ;-) Brandon On Tue, Sep 9, 2008 at 9:52 AM, Kai Grabfelder <[email protected]> wrote: > @Brandon: thanks: Could you also deploy a -sources.jar? I really like when > projects are including this as it makes live so much easier... > > Regards > > Kai > > --- Original Nachricht --- > Absender: Clinton Begin > Datum: 09.09.2008 16:45 >> >> WAIT!!!!!! >> >> Guys, I'll need to make a 2.3.4 build.... remember the async autoresultmap >> bug? >> >> I'll roll it now. BG get on GTalk if you can, we'll coordinate. >> >> Clinton >> >> On Tue, Sep 9, 2008 at 8:42 AM, Brandon Goodin >> <[email protected]>wrote: >> >>> hey guys... i'll move 2.3.3 out to maven now.... sorry for the >>> delay... things have been crazy busy >>> >>> Brandon >>> >>> On Thu, Sep 4, 2008 at 9:19 AM, Clinton Begin <[email protected]> >>> wrote: >>> > I've asked one of our Maven experts to take care of it. We have 3 of >>> them, >>> > all busy, but one should be able to get to it soon. >>> > >>> > The delay was intentional, but we're past the point of prooving 2.3.3 >>> > is >>> > stable. So now is the time. >>> > >>> > Cheers, >>> > Clinton >>> > >>> > On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler <[email protected]> >>> wrote: >>> >> >>> >> I think you'll notice, from the lack of response to your many other >>> posts >>> >> about this, that publishing iBATIS2 into the central Maven repository >>> >> is >>> not >>> >> a prioirity for any committer. This will change with iBATIS3 when we >>> use >>> >> Maven to do the iBATIS build, but likely won't change for iBATIS2. >>> >> >>> >> For now, I suggest that you find a way to build your project with a >>> local >>> >> download of iBATIS2. Surely Maven is capable of doing that - isn't >>> >> it? >>> >> >>> >> Jeff Butler >>> >> >>> >> >>> >> On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <[email protected]> >>> wrote: >>> >>> >>> >>> Hi all, >>> >>> >>> >>> Could someone please upload iBATIS 2.3.3 to Maven central repo? >>> >>> >>> >>> Thanks, >>> >>> Zhubin >>> >>> -- >>> >>> View this message in context: >>> >>> >>> >>> http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html >>> >>> Sent from the iBATIS - Dev mailing list [email protected]. >>> >>> >>> >> >>> > >>> > >>> >> > > ------=_Part_2796_28643031.1220999222018 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">FYI I pushed the jar and sources to the Apache <font size="2">m2-ibiblio-rsync-repository</font>. It takes a little time for it to be pushed over to ibiblio. <br><br>You can see the release is queued up on the rsync repo here:<br> <br><a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ibatis/ibatis-sqlmap/">http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ibatis/ibatis-sqlmap/</a><br><br>I added documentation to the wiki for releasing:<br> <br><a href="http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process#iBATISReleaseProcess-deployingtoibiblio">http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process#iBATISReleaseProcess-deployingtoibiblio</a> <br> <br>Hopefully it all works and we don&#39;t have to listen to people whine about iBATIS not being on ibiblio again ;-)<br><br>Brandon<br><br>On Tue, Sep 9, 2008 at 9:52 AM, Kai Grabfelder &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br> &gt; @Brandon: thanks: Could you also deploy a -sources.jar? I really like when<br>&gt; projects are including this as it makes live so much easier...<br>&gt;<br>&gt; Regards<br>&gt;<br>&gt; Kai<br>&gt;<br>&gt; --- Original Nachricht ---<br> &gt; Absender: Clinton Begin<br>&gt; Datum: 09.09.2008 16:45<br>&gt;&gt;<br>&gt;&gt; WAIT!!!!!!<br>&gt;&gt;<br>&gt;&gt; Guys, I&#39;ll need to make a 2.3.4 build.... remember the async autoresultmap<br>&gt;&gt; bug?<br>&gt;&gt;<br> &gt;&gt; I&#39;ll roll it now. &nbsp;BG get on GTalk if you can, we&#39;ll coordinate.<br>&gt;&gt;<br>&gt;&gt; Clinton<br>&gt;&gt;<br>&gt;&gt; On Tue, Sep 9, 2008 at 8:42 AM, Brandon Goodin<br>&gt;&gt; &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;wrote:<br> &gt;&gt;<br>&gt;&gt;&gt; hey guys... i&#39;ll move 2.3.3 out to maven now.... sorry for the<br>&gt;&gt;&gt; delay... things have been crazy busy<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Brandon<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; On Thu, Sep 4, 2008 at 9:19 AM, Clinton Begin &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br> &gt;&gt;&gt; wrote:<br>&gt;&gt;&gt; &gt; I&#39;ve asked one of our Maven experts to take care of it. &nbsp;We have 3 of<br>&gt;&gt;&gt; them,<br>&gt;&gt;&gt; &gt; all busy, but one should be able to get to it soon.<br>&gt;&gt;&gt; &gt;<br> &gt;&gt;&gt; &gt; The delay was intentional, but we&#39;re past the point of prooving 2.3.3<br>&gt;&gt;&gt; &gt; is<br>&gt;&gt;&gt; &gt; stable. &nbsp;So now is the time.<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; Cheers,<br>&gt;&gt;&gt; &gt; Clinton<br> &gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>&gt;&gt;&gt; wrote:<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; I think you&#39;ll notice, from the lack of response to your many other<br> &gt;&gt;&gt; posts<br>&gt;&gt;&gt; &gt;&gt; about this, that publishing iBATIS2 into the central Maven repository<br>&gt;&gt;&gt; &gt;&gt; is<br>&gt;&gt;&gt; not<br>&gt;&gt;&gt; &gt;&gt; a prioirity for any committer. &nbsp;This will change with iBATIS3 when we<br> &gt;&gt;&gt; use<br>&gt;&gt;&gt; &gt;&gt; Maven to do the iBATIS build, but likely won&#39;t change for iBATIS2.<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; For now, I suggest that you find a way to build your project with a<br> &gt;&gt;&gt; local<br>&gt;&gt;&gt; &gt;&gt; download of iBATIS2. &nbsp;Surely Maven is capable of doing that - isn&#39;t<br>&gt;&gt;&gt; &gt;&gt; it?<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; Jeff Butler<br>&gt;&gt;&gt; &gt;&gt;<br> &gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>&gt;&gt;&gt; wrote:<br>&gt;&gt;&gt; &gt;&gt;&gt;<br>&gt;&gt;&gt; &gt;&gt;&gt; Hi all,<br> &gt;&gt;&gt; &gt;&gt;&gt;<br>&gt;&gt;&gt; &gt;&gt;&gt; Could someone please upload iBATIS 2.3.3 to Maven central repo?<br>&gt;&gt;&gt; &gt;&gt;&gt;<br>&gt;&gt;&gt; &gt;&gt;&gt; Thanks,<br>&gt;&gt;&gt; &gt;&gt;&gt; Zhubin<br> &gt;&gt;&gt; &gt;&gt;&gt; --<br>&gt;&gt;&gt; &gt;&gt;&gt; View this message in context:<br>&gt;&gt;&gt; &gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; <a href="http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html">http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html</a><br> &gt;&gt;&gt; &gt;&gt;&gt; Sent from the iBATIS - Dev mailing list [email protected].<br>&gt;&gt;&gt; &gt;&gt;&gt;<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt;<br>&gt;&gt;<br>&gt;<br> &gt;<br><br></div> ------=_Part_2796_28643031.1220999222018-- From [email protected] Wed Sep 10 04:00:34 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22494 invoked from network); 10 Sep 2008 04:00:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2008 04:00:34 -0000 Received: (qmail 48160 invoked by uid 500); 10 Sep 2008 04:00:31 -0000 Delivered-To: [email protected] Received: (qmail 48149 invoked by uid 500); 10 Sep 2008 04:00: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48138 invoked by uid 99); 10 Sep 2008 04:00: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 Sep 2008 21:00:30 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,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 wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2008 03:59:31 +0000 Received: by wa-out-1112.google.com with SMTP id v33so1620952wah.24 for <[email protected]>; Tue, 09 Sep 2008 21:00:02 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=pqNnz+SLeiKl0wJyPzzrzx/8nQSYSYpzAPjGnKBVIvM=; b=cUv61DlOikyn1qVX1hM1uEitoCuJrhzfWFLxThm9JFOwgbZ3rEF9K3tguei0lle+6D 1EKWaloeVf9xvmfVKXIBV/YXfgqQWbPTfJQsc03mP6odwQ6D3yn+iRUzMpk0NDNjhDBw 4MCJd4ziD2i+weGEFXDkQYrsYKd1miAl5APPY= 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=ahYAiDWzedJzu6eDCdU0kbBFSY++tfNan1YPg3/y/5ko5s2cK0p3bt2LHaYrlNI+Lc X0P27odPeiuTzyikUToikyL6oIcicvrHIyO2LzVV6iQ2JgLtty+owiWs3lCELkJXFl6W TI3OIrIW0uiYx6RVuMhwNfo7pHxJuD0lkuz40= Received: by 161.129.204.104 with SMTP id i2mr284755wag.18.1221019202689; Tue, 09 Sep 2008 21:00:02 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 9 Sep 2008 21:00:02 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 9 Sep 2008 22:00:02 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: New iBATIS builds on Maven central repository In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_542_30479769.1221019202679" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_542_30479769.1221019202679 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thank you Brandon! On Tue, Sep 9, 2008 at 4:27 PM, Brandon Goodin <[email protected]>wrote: > FYI I pushed the jar and sources to the Apache m2-ibiblio-rsync-repository. > It takes a little time for it to be pushed over to ibiblio. > > You can see the release is queued up on the rsync repo here: > > > http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ibatis/ibatis-sqlmap/ > > I added documentation to the wiki for releasing: > > > http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process#iBATISReleaseProcess-deployingtoibiblio > > Hopefully it all works and we don't have to listen to people whine about > iBATIS not being on ibiblio again ;-) > > Brandon > > > On Tue, Sep 9, 2008 at 9:52 AM, Kai Grabfelder <[email protected]> wrote: > > @Brandon: thanks: Could you also deploy a -sources.jar? I really like > when > > projects are including this as it makes live so much easier... > > > > Regards > > > > Kai > > > > --- Original Nachricht --- > > Absender: Clinton Begin > > Datum: 09.09.2008 16:45 > >> > >> WAIT!!!!!! > >> > >> Guys, I'll need to make a 2.3.4 build.... remember the async > autoresultmap > >> bug? > >> > >> I'll roll it now. BG get on GTalk if you can, we'll coordinate. > >> > >> Clinton > >> > >> On Tue, Sep 9, 2008 at 8:42 AM, Brandon Goodin > >> <[email protected]>wrote: > >> > >>> hey guys... i'll move 2.3.3 out to maven now.... sorry for the > >>> delay... things have been crazy busy > >>> > >>> Brandon > >>> > >>> On Thu, Sep 4, 2008 at 9:19 AM, Clinton Begin <[email protected] > > > >>> wrote: > >>> > I've asked one of our Maven experts to take care of it. We have 3 of > >>> them, > >>> > all busy, but one should be able to get to it soon. > >>> > > >>> > The delay was intentional, but we're past the point of prooving 2.3.3 > >>> > is > >>> > stable. So now is the time. > >>> > > >>> > Cheers, > >>> > Clinton > >>> > > >>> > On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler <[email protected]> > >>> wrote: > >>> >> > >>> >> I think you'll notice, from the lack of response to your many other > >>> posts > >>> >> about this, that publishing iBATIS2 into the central Maven > repository > >>> >> is > >>> not > >>> >> a prioirity for any committer. This will change with iBATIS3 when > we > >>> use > >>> >> Maven to do the iBATIS build, but likely won't change for iBATIS2. > >>> >> > >>> >> For now, I suggest that you find a way to build your project with a > >>> local > >>> >> download of iBATIS2. Surely Maven is capable of doing that - isn't > >>> >> it? > >>> >> > >>> >> Jeff Butler > >>> >> > >>> >> > >>> >> On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi <[email protected]> > >>> wrote: > >>> >>> > >>> >>> Hi all, > >>> >>> > >>> >>> Could someone please upload iBATIS 2.3.3 to Maven central repo? > >>> >>> > >>> >>> Thanks, > >>> >>> Zhubin > >>> >>> -- > >>> >>> View this message in context: > >>> >>> > >>> > >>> > http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html > >>> >>> Sent from the iBATIS - Dev mailing list [email protected]. > >>> >>> > >>> >> > >>> > > >>> > > >>> > >> > > > > > > ------=_Part_542_30479769.1221019202679 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">Thank you Brandon!&nbsp; <br><br><div class="gmail_quote">On Tue, Sep 9, 2008 at 4:27 PM, Brandon Goodin <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">FYI I pushed the jar and sources to the Apache <font size="2">m2-ibiblio-rsync-repository</font>. It takes a little time for it to be pushed over to ibiblio. <br> <br>You can see the release is queued up on the rsync repo here:<br> <br><a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ibatis/ibatis-sqlmap/" target="_blank">http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ibatis/ibatis-sqlmap/</a><br><br> I added documentation to the wiki for releasing:<br> <br><a href="http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process#iBATISReleaseProcess-deployingtoibiblio" target="_blank">http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process#iBATISReleaseProcess-deployingtoibiblio</a> <br> <br>Hopefully it all works and we don&#39;t have to listen to people whine about iBATIS not being on ibiblio again ;-)<br><font color="#888888"><br>Brandon</font><div><div></div><div class="Wj3C7c"><br><br>On Tue, Sep 9, 2008 at 9:52 AM, Kai Grabfelder &lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt; wrote:<br> &gt; @Brandon: thanks: Could you also deploy a -sources.jar? I really like when<br>&gt; projects are including this as it makes live so much easier...<br>&gt;<br>&gt; Regards<br>&gt;<br>&gt; Kai<br>&gt;<br>&gt; --- Original Nachricht ---<br> &gt; Absender: Clinton Begin<br>&gt; Datum: 09.09.2008 16:45<br>&gt;&gt;<br>&gt;&gt; WAIT!!!!!!<br>&gt;&gt;<br>&gt;&gt; Guys, I&#39;ll need to make a 2.3.4 build.... remember the async autoresultmap<br>&gt;&gt; bug?<br>&gt;&gt;<br> &gt;&gt; I&#39;ll roll it now. &nbsp;BG get on GTalk if you can, we&#39;ll coordinate.<br>&gt;&gt;<br>&gt;&gt; Clinton<br>&gt;&gt;<br>&gt;&gt; On Tue, Sep 9, 2008 at 8:42 AM, Brandon Goodin<br>&gt;&gt; &lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;wrote:<br> &gt;&gt;<br>&gt;&gt;&gt; hey guys... i&#39;ll move 2.3.3 out to maven now.... sorry for the<br>&gt;&gt;&gt; delay... things have been crazy busy<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Brandon<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; On Thu, Sep 4, 2008 at 9:19 AM, Clinton Begin &lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;<br> &gt;&gt;&gt; wrote:<br>&gt;&gt;&gt; &gt; I&#39;ve asked one of our Maven experts to take care of it. &nbsp;We have 3 of<br>&gt;&gt;&gt; them,<br>&gt;&gt;&gt; &gt; all busy, but one should be able to get to it soon.<br>&gt;&gt;&gt; &gt;<br> &gt;&gt;&gt; &gt; The delay was intentional, but we&#39;re past the point of prooving 2.3.3<br>&gt;&gt;&gt; &gt; is<br>&gt;&gt;&gt; &gt; stable. &nbsp;So now is the time.<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; Cheers,<br>&gt;&gt;&gt; &gt; Clinton<br> &gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler &lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;<br>&gt;&gt;&gt; wrote:<br>&gt;&gt;&gt; &gt;&gt;<br> &gt;&gt;&gt; &gt;&gt; I think you&#39;ll notice, from the lack of response to your many other<br> &gt;&gt;&gt; posts<br>&gt;&gt;&gt; &gt;&gt; about this, that publishing iBATIS2 into the central Maven repository<br>&gt;&gt;&gt; &gt;&gt; is<br>&gt;&gt;&gt; not<br>&gt;&gt;&gt; &gt;&gt; a prioirity for any committer. &nbsp;This will change with iBATIS3 when we<br> &gt;&gt;&gt; use<br>&gt;&gt;&gt; &gt;&gt; Maven to do the iBATIS build, but likely won&#39;t change for iBATIS2.<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; For now, I suggest that you find a way to build your project with a<br> &gt;&gt;&gt; local<br>&gt;&gt;&gt; &gt;&gt; download of iBATIS2. &nbsp;Surely Maven is capable of doing that - isn&#39;t<br>&gt;&gt;&gt; &gt;&gt; it?<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; Jeff Butler<br>&gt;&gt;&gt; &gt;&gt;<br> &gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; On Thu, Sep 4, 2008 at 8:29 AM, Zhubin Salehi &lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;<br>&gt;&gt;&gt; wrote:<br>&gt;&gt;&gt; &gt;&gt;&gt;<br> &gt;&gt;&gt; &gt;&gt;&gt; Hi all,<br> &gt;&gt;&gt; &gt;&gt;&gt;<br>&gt;&gt;&gt; &gt;&gt;&gt; Could someone please upload iBATIS 2.3.3 to Maven central repo?<br>&gt;&gt;&gt; &gt;&gt;&gt;<br>&gt;&gt;&gt; &gt;&gt;&gt; Thanks,<br>&gt;&gt;&gt; &gt;&gt;&gt; Zhubin<br> &gt;&gt;&gt; &gt;&gt;&gt; --<br>&gt;&gt;&gt; &gt;&gt;&gt; View this message in context:<br>&gt;&gt;&gt; &gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; <a href="http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html" target="_blank">http://www.nabble.com/New-iBATIS-builds-on-Maven-central-repository-tp19309009p19309009.html</a><br> &gt;&gt;&gt; &gt;&gt;&gt; Sent from the iBATIS - Dev mailing list [email protected].<br>&gt;&gt;&gt; &gt;&gt;&gt;<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt;<br>&gt;&gt;<br>&gt;<br> &gt;<br><br></div></div></div> </blockquote></div><br></div> ------=_Part_542_30479769.1221019202679-- From [email protected] Wed Sep 10 10:29:15 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10651 invoked from network); 10 Sep 2008 10:29:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2008 10:29:15 -0000 Received: (qmail 95366 invoked by uid 500); 10 Sep 2008 10:29:12 -0000 Delivered-To: [email protected] Received: (qmail 95190 invoked by uid 500); 10 Sep 2008 10:29: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95179 invoked by uid 99); 10 Sep 2008 10:29:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2008 03:29:10 -0700 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, 10 Sep 2008 10:28:12 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1KdMwF-0003Fw-Qp for [email protected]; Wed, 10 Sep 2008 03:28:43 -0700 Message-ID: <[email protected]> Date: Wed, 10 Sep 2008 03:28:43 -0700 (PDT) From: balas_iyer <[email protected]> To: [email protected] Subject: Selective Update using Abator generated code. 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 All, How do I achieve a selective update using abator generated code. The case here goes as follows. There is a "ANSWER_TEXT" column in "ANSWERS" table which can be selectively updated by the used (He can also provide null as a possible value), now the abator generated updateByExample fails in such cases as it checks for not null for this column as shown update ANSWERS <dynamic prepend="set" > <isNotNull prepend="," property="record.answerId" > ANSWER_ID= #record.answerId:BIGINT# </isNotNull> <isNotNull prepend="," property="record.answerText" > ANSWER_TEXT = #record.answerText:VARCHAR# </isNotNull> </dynamic> So null values will escape the updates. Any suggestion will be appreciated, Thanking you in Anticipation Bala -- View this message in context: http://www.nabble.com/Selective-Update-using-Abator-generated-code.-tp19410283p19410283.html Sent from the iBATIS - Dev mailing list [email protected]. From [email protected] Wed Sep 10 13:33:45 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32180 invoked from network); 10 Sep 2008 13:33:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2008 13:33:45 -0000 Received: (qmail 36605 invoked by uid 500); 10 Sep 2008 13:33:42 -0000 Delivered-To: [email protected] Received: (qmail 36579 invoked by uid 500); 10 Sep 2008 13: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36568 invoked by uid 99); 10 Sep 2008 13:33:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2008 06:33:41 -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, 10 Sep 2008 13:32:42 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8522E234C1D4 for <[email protected]>; Wed, 10 Sep 2008 06:32:44 -0700 (PDT) Message-ID: <434772917.1221053564544.JavaMail.jira@brutus> Date: Wed, 10 Sep 2008 06:32:44 -0700 (PDT) From: =?utf-8?Q?Marin=C3=B3_A=2E_J=C3=B3nsson_=28JIRA=29?= <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-499) Please add new iBatis JARs to Maven repository In-Reply-To: <811209739.1207166004353.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/IBATIS-499?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1262= 9795#action_12629795 ]=20 Marin=C3=B3 A. J=C3=B3nsson commented on IBATIS-499: ------------------------------------------ Thanks man! For the record, I did install it into my personal repo - but my company has= a mirror of the official maven repo and I'm not too comfortable messing wi= th it - even to the benefit of my coworkers :) Also, in general, I think maven dependency management tends to make you laz= y in that you don't bother to check for the most recent versions of librari= es in the respective project homes - you just fetch the latest one in the r= epo, if it seems recent enough ;) However, I concur - "the Apache way" of deploying to iBiblio does seem pret= ty tedious ... so I sympathize. > Please add new iBatis JARs to Maven repository > ---------------------------------------------- > > Key: IBATIS-499 > URL: https://issues.apache.org/jira/browse/IBATIS-499 > Project: iBatis for Java > Issue Type: Task > Affects Versions: 2.3.1 > Reporter: Jarkko Viinam=C3=A4ki > Priority: Critical > > Many people use Maven 2 as a build tool. It would be really nice to get t= he latest iBatis JARs (2.3.x) to the central Maven repository.=20 > The latest version I could find was 161.129.204.1047 > http://mvnrepository.com/artifact/com.ibatis/ibatis2-sqlmap --=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] Wed Sep 10 17:47:00 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1142 invoked from network); 10 Sep 2008 17:47:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2008 17:47:00 -0000 Received: (qmail 92107 invoked by uid 500); 10 Sep 2008 17:46:35 -0000 Delivered-To: [email protected] Received: (qmail 92089 invoked by uid 500); 10 Sep 2008 17: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91972 invoked by uid 99); 10 Sep 2008 17: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, 10 Sep 2008 10:46:34 -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, 10 Sep 2008 17:45:42 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 69BFA234C1DD for <[email protected]>; Wed, 10 Sep 2008 10:45:44 -0700 (PDT) Message-ID: <229061057.1221068744432.JavaMail.jira@brutus> Date: Wed, 10 Sep 2008 10:45:44 -0700 (PDT) From: "Dan Nathanson (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-133) ResultMap Method Mapping 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/IBATIS-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629882#action_12629882 ] Dan Nathanson commented on IBATIS-133: -------------------------------------- This has been available in iBatis for .NET for a couple of years. It was added under IBATISNET-155. I would expect that the Java and .NET are very similar in this area of the framework so the changes should be easily ported. But I haven't looked at either code line, so that assumption could be totally off base. > ResultMap Method Mapping > ------------------------ > > Key: IBATIS-133 > URL: https://issues.apache.org/jira/browse/IBATIS-133 > Project: iBatis for Java > Issue Type: New Feature > Components: SQL Maps > Affects Versions: 2.1.0 > Reporter: Brandon Goodin > > Method mapping should be supported in ibatis to map to non-javaBean methods. > Following are some whiteboard ideas for this: > A standard verbose mapping - > <resultMap> > <method > name="methodName" > signature="propertyA,propertyB" > javaTypes="integer,string" > jdbcTypes="INTEGER,VARCHAR" > columns="PROPERTY_A,PROPERTY_B" /> > </resultMap> > If types map cleanly between columns and java types some configuration can be avoided - > <resultMap> > <method > name="methodName" > signature="propertyA,propertyB" > columns="PROPERTY_A,PROPERTY_B" /> > </resultMap> > column Indexes should also be supported - > <resultMap> > <method > name="methodName" > signature="propertyA,propertyB" > columnIndexes="3,8" /> > </resultMap> > we could also use the method mapping for constructors as well. Only one constructor method type can exist per resultMap. type="method" would be the default unspecified method type. > <resultMap> > <method > type="constructor" > name="methodName" > signature="propertyA,propertyB" > columnIndexes="3,8" /> > </resultMap> > Something else to consider is how a method signature can be mapped to both complex objects and simple objects. Perhaps we need to go with a more verbose mapping. > <resultMap> > <method type="standard" name="methodName"> > > > > </method> > </resultMap> > Not sure if we would want to support both or just one type. But, those are the ideas. -- 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 Sep 10 17:48:06 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1947 invoked from network); 10 Sep 2008 17:48:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Sep 2008 17:48:06 -0000 Received: (qmail 97947 invoked by uid 500); 10 Sep 2008 17:48:03 -0000 Delivered-To: [email protected] Received: (qmail 97933 invoked by uid 500); 10 Sep 2008 17:48: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97922 invoked by uid 99); 10 Sep 2008 17:48: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 Sep 2008 10:48:03 -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, 10 Sep 2008 17:47:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 89880234C1D7 for <[email protected]>; Wed, 10 Sep 2008 10:47:44 -0700 (PDT) Message-ID: <863-683-1160.1221068864562.JavaMail.jira@brutus> Date: Wed, 10 Sep 2008 10:47:44 -0700 (PDT) From: "Dan Nathanson (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Issue Comment Edited: (IBATIS-133) ResultMap Method Mapping 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/IBATIS-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629882#action_12629882 ] dnathanson edited comment on IBATIS-133 at 9/10/08 10:47 AM: ---------------------------------------------------------------- This has been available for constructor args in iBatis for .NET for a couple of years. It was added under IBATISNET-155. I would expect that the Java and .NET are very similar in this area of the framework so the changes should be easily ported. But I haven't looked at either code line, so that assumption could be totally off base. was (Author: dnathanson): This has been available in iBatis for .NET for a couple of years. It was added under IBATISNET-155. I would expect that the Java and .NET are very similar in this area of the framework so the changes should be easily ported. But I haven't looked at either code line, so that assumption could be totally off base. > ResultMap Method Mapping > ------------------------ > > Key: IBATIS-133 > URL: https://issues.apache.org/jira/browse/IBATIS-133 > Project: iBatis for Java > Issue Type: New Feature > Components: SQL Maps > Affects Versions: 2.1.0 > Reporter: Brandon Goodin > > Method mapping should be supported in ibatis to map to non-javaBean methods. > Following are some whiteboard ideas for this: > A standard verbose mapping - > <resultMap> > <method > name="methodName" > signature="propertyA,propertyB" > javaTypes="integer,string" > jdbcTypes="INTEGER,VARCHAR" > columns="PROPERTY_A,PROPERTY_B" /> > </resultMap> > If types map cleanly between columns and java types some configuration can be avoided - > <resultMap> > <method > name="methodName" > signature="propertyA,propertyB" > columns="PROPERTY_A,PROPERTY_B" /> > </resultMap> > column Indexes should also be supported - > <resultMap> > <method > name="methodName" > signature="propertyA,propertyB" > columnIndexes="3,8" /> > </resultMap> > we could also use the method mapping for constructors as well. Only one constructor method type can exist per resultMap. type="method" would be the default unspecified method type. > <resultMap> > <method > type="constructor" > name="methodName" > signature="propertyA,propertyB" > columnIndexes="3,8" /> > </resultMap> > Something else to consider is how a method signature can be mapped to both complex objects and simple objects. Perhaps we need to go with a more verbose mapping. > <resultMap> > <method type="standard" name="methodName"> > > > > </method> > </resultMap> > Not sure if we would want to support both or just one type. But, those are the ideas. -- 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 Sep 15 16:22:16 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29558 invoked from network); 15 Sep 2008 16:22:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2008 16:22:16 -0000 Received: (qmail 34321 invoked by uid 500); 15 Sep 2008 16:22:12 -0000 Delivered-To: [email protected] Received: (qmail 34305 invoked by uid 500); 15 Sep 2008 16: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34294 invoked by uid 99); 15 Sep 2008 16:22:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 09:22: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, 15 Sep 2008 16:21:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 72ED6234C1C4 for <[email protected]>; Mon, 15 Sep 2008 09:21:44 -0700 (PDT) Message-ID: <889138227.1221495704402.JavaMail.jira@brutus> Date: Mon, 15 Sep 2008 09:21:44 -0700 (PDT) From: =?utf-8?Q?S=C3=A9bastien_Launay_=28JIRA=29?= <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-536) Errors when using PreparedStatement.setNull(i,Types.OTHER) on some RDBMS 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 Errors when using PreparedStatement.setNull(i,Types.OTHER) on some RDBMS ------------------------------------------------------------------------ Key: IBATIS-536 URL: https://issues.apache.org/jira/browse/IBATIS-536 Project: iBatis for Java Issue Type: Bug Affects Versions: 2.3.3 Environment: Apache Derby Embedded Informix Microsoft SQL Server DB2 jConnect SQLServer Reporter: S=C3=A9bastien Launay Firstly, i encountered an error with Derby (the same kind as described belo= w): http://markmail.org/message/ayosubiuw7cp7sdl A workaround is to explicitly specify the JDBC type in the mapping but this= is irritating ;). And after searching, i found the same problems with Spring JdbcTemplate: http://jira.springframework.org/browse/SPR-1234 http://jira.springframework.org/browse/SPR-2407 http://jira.springframework.org/browse/SPR-4465 http://jira.springframework.org/browse/SPR-4809 There are i think two reasons for these errors: - using PrepareStatement.setNull(int, Types.OTHER) for any column type is n= ot supported by all RDMS - by default the jdbcType field ParameterMapping is set to 0 which is not a= standard value for Types.* and is different than JdbcTypeRegistry.UNKNOWN_= TYPE so most of the time the call is setNull(i, 0) --=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] Mon Sep 15 17:38:44 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75101 invoked from network); 15 Sep 2008 17:38:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Sep 2008 17:38:44 -0000 Received: (qmail 62891 invoked by uid 500); 15 Sep 2008 17:38:40 -0000 Delivered-To: [email protected] Received: (qmail 62874 invoked by uid 500); 15 Sep 2008 17:38: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62863 invoked by uid 99); 15 Sep 2008 17:38:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 10:38:40 -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, 15 Sep 2008 17:37:41 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5E398234C1D6 for <[email protected]>; Mon, 15 Sep 2008 10:37:44 -0700 (PDT) Message-ID: <1534611556.1221500264384.JavaMail.jira@brutus> Date: Mon, 15 Sep 2008 10:37:44 -0700 (PDT) From: "Kai Grabfelder (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-536) Errors when using PreparedStatement.setNull(i,Types.OTHER) on some RDBMS In-Reply-To: <889138227.1221495704402.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/IBATIS-536?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1263= 1077#action_12631077 ]=20 Kai Grabfelder commented on IBATIS-536: --------------------------------------- if the spring guys are using the same code I vote for applying the fix ;-) > Errors when using PreparedStatement.setNull(i,Types.OTHER) on some RDBMS > ------------------------------------------------------------------------ > > Key: IBATIS-536 > URL: https://issues.apache.org/jira/browse/IBATIS-536 > Project: iBatis for Java > Issue Type: Bug > Affects Versions: 2.3.3 > Environment: Apache Derby Embedded > Informix > Microsoft SQL Server > DB2 > jConnect > SQLServer > Reporter: S=C3=A9bastien Launay > Attachments: IBATIS-536-ps-setNull-2008-09-15.patch > > > Firstly, i encountered an error with Derby (the same kind as described be= low): > http://markmail.org/message/ayosubiuw7cp7sdl > A workaround is to explicitly specify the JDBC type in the mapping but th= is is irritating ;). > And after searching, i found the same problems with Spring JdbcTemplate: > http://jira.springframework.org/browse/SPR-1234 > http://jira.springframework.org/browse/SPR-2407 > http://jira.springframework.org/browse/SPR-4465 > http://jira.springframework.org/browse/SPR-4809 > There are i think two reasons for these errors: > - using PrepareStatement.setNull(int, Types.OTHER) for any column type is= not supported by all RDMS > - by default the jdbcType field ParameterMapping is set to 0 which is not= a standard value for Types.* and is different than JdbcTypeRegistry.UNKNOW= N_TYPE so most of the time the call is setNull(i, 0) --=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 Sep 18 06:04:49 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21947 invoked from network); 18 Sep 2008 06:04:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 06:04:49 -0000 Received: (qmail 86125 invoked by uid 500); 18 Sep 2008 06:04:45 -0000 Delivered-To: [email protected] Received: (qmail 86112 invoked by uid 500); 18 Sep 2008 06: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86101 invoked by uid 99); 18 Sep 2008 06:04:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 23:04:45 -0700 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, 18 Sep 2008 06:03:46 +0000 Received: from [161.129.204.104] (p3EE0448D.dip.t-dialin.net [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis) id 0ML2xA-1KgCch4A5g-0002kL; Thu, 18 Sep 2008 08:04:16 +0200 Message-ID: <[email protected]> Date: Thu, 18 Sep 2008 08:04:13 +0200 From: Kai Grabfelder <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080708) MIME-Version: 1.0 To: [email protected] Subject: proposal: announce 2.3.4 as GA Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX19/mlh/EOn1aqMCBDvHxwMqwA75DdYMIT3d6Z4 z2I5EsFQhzUSL4FwzGAQQMUdbfbGktL2PpLcGNgY+y/aRdAiZZ IYhjelVPZZqu850NlXsSg== X-Virus-Checked: Checked by ClamAV on apache.org Hi there, is there anything that speak against promoting 2.3.4 (or possibly at least 2.3.3) as GA? 2.3.4 is already in the maven repos. Regards Kai From [email protected] Thu Sep 18 15:32:13 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81410 invoked from network); 18 Sep 2008 15:32:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 15:32:12 -0000 Received: (qmail 88558 invoked by uid 500); 18 Sep 2008 15:32:08 -0000 Delivered-To: [email protected] Received: (qmail 88535 invoked by uid 500); 18 Sep 2008 15:32: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88521 invoked by uid 99); 18 Sep 2008 15:32: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 Sep 2008 08:32:08 -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 fk-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 15:31:10 +0000 Received: by fk-out-0910.google.com with SMTP id b27so3736207fka.0 for <[email protected]>; Thu, 18 Sep 2008 08:31:32 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=j6Z6Q7D2PFjHCLaiigBCJokTlEJmQTuHpyNQBRPAeUE=; b=OrK3sRgEtLhKRdiBKoipnyvyWnLEUL2R6IdTk1hkBuJWE9fAMmCVrJUxPdSOvDncXJ Swz0GGZPuxUo+LnAT+/G81TkCs2r7Fm5g7NTjL52HXJbCU4WrCmtEsHyEFED1PgCLhTA uMhhtB7rW6n13KmCn5ysiX/k8PTjzZTbd+7mY= 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=UQoqXsIXgHML+qsFOrLZV6UNafHgrHXxJVNTqCcaaw5fsavQLx1ndtcrwDTFXq2S1Z XutIRVoQDlcSD+jI/61y+rzFLxKKcMq8qKzOYKJp13SUeSMNORnDDT0eoBC2QlSVzwpP tU75a3swIFdMH3Hai/NYZl1qjW1dqzFoBwNbU= Received: by 161.129.204.104 with SMTP id r16mr531859fap.47.1221751892919; Thu, 18 Sep 2008 08:31:32 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 18 Sep 2008 08:31:32 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 18 Sep 2008 10:31:32 -0500 From: "Brandon Goodin" <[email protected]> To: [email protected] Subject: Re: proposal: announce 2.3.4 as GA In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20544_10552420.1221751892918" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_20544_10552420.1221751892918 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline The way i see it, if we consider something stable we push it out as GA. If for some reason it fails to uphold to the quality standards of GA we can always downgrade it to beta, fix it, and push it out a new release as GA. The whole GA thing has more to do with terminology than anything. So as far as I'm concerned GA is implicit when we release something. Am I wrong? B On Thu, Sep 18, 2008 at 1:04 AM, Kai Grabfelder <[email protected]> wrote: > Hi there, > > is there anything that speak against promoting 2.3.4 (or possibly at least > 2.3.3) as GA? 2.3.4 is already in > the maven repos. > > Regards > > Kai > > ------=_Part_20544_10552420.1221751892918 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">The way i see it, if we consider something stable we push it out as GA. If for some reason it fails to uphold to the quality standards of GA we can always downgrade it to beta, fix it, and push it out a new release as GA. The whole GA thing has more to do with terminology than anything. So as far as I&#39;m concerned GA is implicit when we release something. Am I wrong?<br> <br>B<br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 1:04 AM, Kai Grabfelder <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi there,<br> <br> is there anything that speak against promoting 2.3.4 (or possibly at least 2.3.3) as GA? 2.3.4 is already in<br> the maven repos.<br> <br> Regards<br><font color="#888888"> <br> Kai<br> <br> </font></blockquote></div><br></div> ------=_Part_20544_10552420.1221751892918-- From [email protected] Thu Sep 18 15:33:58 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82845 invoked from network); 18 Sep 2008 15:33:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 15:33:58 -0000 Received: (qmail 94091 invoked by uid 500); 18 Sep 2008 15:33:54 -0000 Delivered-To: [email protected] Received: (qmail 94073 invoked by uid 500); 18 Sep 2008 15:33: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93982 invoked by uid 99); 18 Sep 2008 15:33:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 08:33: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: 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, 18 Sep 2008 15:32:54 +0000 Received: by fg-out-1718.google.com with SMTP id d23so253842fga.32 for <[email protected]>; Thu, 18 Sep 2008 08:33:08 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=fCEfWl80/41LCPZyfa8jYCAEdmtzy+adwqo6kUJHfTU=; b=p6gsxjmoSHSDwpWpUTqenUFfIW1aCVFauNG/AZ/0f8fzW2AOLd04mgfbM3IZ98s4bA BU5zJfU6uuIHkFszxqqukNKkerRPmyzr641nf7oZbKxXRU5xF6rtEv2DbhP2GX7nS7hU GOueoktRd2Nw5PatwtAV/dmuBoahtekla+CAQ= 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=AvxdGG2b3KTiLyB38YXlvTytxNw9GYotGWPDiNMAsh7Kg/Kke0xLlOf/yYjQEyY7+Q Pdy/CbsDXMhXmPprszy08b8mAiDyqG9oungCupvWVNO6+icWCYZUB1jo6cl51DnF9GtT mglsj09QhXPL7nfiC8mwL5B0qhUWPMPM5R4Uc= Received: by 161.129.204.104 with SMTP id d4mr531308faq.17.1221751988691; Thu, 18 Sep 2008 08:33:08 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 18 Sep 2008 08:33:08 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 18 Sep 2008 10:33:08 -0500 From: "Brandon Goodin" <[email protected]> To: [email protected] Subject: Re: proposal: announce 2.3.4 as GA In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20573_24518428.1221751988686" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_20573_24518428.1221751988686 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Also, here is our policy: http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process Did we vote on 3.4? If not, we should probably do that so that we can consider it GA. B On Thu, Sep 18, 2008 at 10:31 AM, Brandon Goodin <[email protected]>wrote: > The way i see it, if we consider something stable we push it out as GA. If > for some reason it fails to uphold to the quality standards of GA we can > always downgrade it to beta, fix it, and push it out a new release as GA. > The whole GA thing has more to do with terminology than anything. So as far > as I'm concerned GA is implicit when we release something. Am I wrong? > > B > > > On Thu, Sep 18, 2008 at 1:04 AM, Kai Grabfelder <[email protected]> wrote: > >> Hi there, >> >> is there anything that speak against promoting 2.3.4 (or possibly at least >> 2.3.3) as GA? 2.3.4 is already in >> the maven repos. >> >> Regards >> >> Kai >> >> > ------=_Part_20573_24518428.1221751988686 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">Also, here is our policy:<br><br><a href="http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process">http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process</a><br> <br>Did we vote on 3.4? If not, we should probably do that so that we can consider it GA.<br><br>B<br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 10:31 AM, Brandon Goodin <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">The way i see it, if we consider something stable we push it out as GA. If for some reason it fails to uphold to the quality standards of GA we can always downgrade it to beta, fix it, and push it out a new release as GA. The whole GA thing has more to do with terminology than anything. So as far as I&#39;m concerned GA is implicit when we release something. Am I wrong?<br> <font color="#888888"> <br>B</font><div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 1:04 AM, Kai Grabfelder <span dir="ltr">&lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi there,<br> <br> is there anything that speak against promoting 2.3.4 (or possibly at least 2.3.3) as GA? 2.3.4 is already in<br> the maven repos.<br> <br> Regards<br><font color="#888888"> <br> Kai<br> <br> </font></blockquote></div><br></div></div></div> </blockquote></div><br></div> ------=_Part_20573_24518428.1221751988686-- From [email protected] Thu Sep 18 15:38:05 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85470 invoked from network); 18 Sep 2008 15:38:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 15:38:04 -0000 Received: (qmail 9724 invoked by uid 500); 18 Sep 2008 15:38:01 -0000 Delivered-To: [email protected] Received: (qmail 9626 invoked by uid 500); 18 Sep 2008 15:38: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9615 invoked by uid 99); 18 Sep 2008 15:38:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 08:38:01 -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 wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 15:37:00 +0000 Received: by wa-out-1112.google.com with SMTP id v33so2478422wah.24 for <[email protected]>; Thu, 18 Sep 2008 08:37:23 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=MNu2V3ZbMvLlUqRAQlD53cWxyoitaBcO1QC43gJjWJA=; b=KYVp4c+Xp5BWytwmkU6PXzWzhGRchjj7FDR9yNbpw70zYmuj2cpHZrNEhGbOM37liq pz7Z64qoILycLVI+ohUIkbaFYruFZrzLpDRN9KcpT09B3c0E8BheIoYULW8Q5JLJ0WER 6QPi8CauSzx3WxjEKX4aE8P80iP9P4FUsGYyQ= 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=TB/EpIC9Pu9cYzw8LFWbo1zXwjQj+5hS37qrzmOxhKcw6IR/ZzikIOoeriz8x66huP wvdaVWkAolrM2s+aecx1BoZ8bTQnkxXg5qFXAr46HAptx4omBgqqMveuR6CjeqUQKD+S vDlVqWv0uaB3Fq0XMuAj9zsRkEvXLSMkm3+yA= Received: by 161.129.204.104 with SMTP id g20mr3950314waf.77.1221752243476; Thu, 18 Sep 2008 08:37:23 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 18 Sep 2008 08:37:23 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 18 Sep 2008 09:37:23 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: proposal: announce 2.3.4 as GA In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_29634_22880757.1221752243471" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_29634_22880757.1221752243471 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 2.3.4 was a bit of an emergency fix, so the vote was indeed deferred for the GA stamp. I think we should proceed exactly as you suggest, vote for GA anytime. Clinton On Thu, Sep 18, 2008 at 9:33 AM, Brandon Goodin <[email protected]>wrote: > Also, here is our policy: > > > http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process > > Did we vote on 3.4? If not, we should probably do that so that we can > consider it GA. > > B > > > On Thu, Sep 18, 2008 at 10:31 AM, Brandon Goodin <[email protected] > > wrote: > >> The way i see it, if we consider something stable we push it out as GA. If >> for some reason it fails to uphold to the quality standards of GA we can >> always downgrade it to beta, fix it, and push it out a new release as GA. >> The whole GA thing has more to do with terminology than anything. So as far >> as I'm concerned GA is implicit when we release something. Am I wrong? >> >> B >> >> >> On Thu, Sep 18, 2008 at 1:04 AM, Kai Grabfelder <[email protected]>wrote: >> >>> Hi there, >>> >>> is there anything that speak against promoting 2.3.4 (or possibly at >>> least 2.3.3) as GA? 2.3.4 is already in >>> the maven repos. >>> >>> Regards >>> >>> Kai >>> >>> >> > ------=_Part_29634_22880757.1221752243471 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">2.3.4 was a bit of an emergency fix, so the vote was indeed deferred for the GA stamp.<br><br>I think we should proceed exactly as you suggest, vote for GA anytime.<br><br>Clinton<br><br><div class="gmail_quote"> On Thu, Sep 18, 2008 at 9:33 AM, Brandon Goodin <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div dir="ltr">Also, here is our policy:<br><br><a href="http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process" target="_blank">http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process</a><br> <br>Did we vote on 3.4? If not, we should probably do that so that we can consider it GA.<br><font color="#888888"><br>B</font><div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 10:31 AM, Brandon Goodin <span dir="ltr">&lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">The way i see it, if we consider something stable we push it out as GA. If for some reason it fails to uphold to the quality standards of GA we can always downgrade it to beta, fix it, and push it out a new release as GA. The whole GA thing has more to do with terminology than anything. So as far as I&#39;m concerned GA is implicit when we release something. Am I wrong?<br> <font color="#888888"> <br>B</font><div><div></div><div><br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 1:04 AM, Kai Grabfelder <span dir="ltr">&lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi there,<br> <br> is there anything that speak against promoting 2.3.4 (or possibly at least 2.3.3) as GA? 2.3.4 is already in<br> the maven repos.<br> <br> Regards<br><font color="#888888"> <br> Kai<br> <br> </font></blockquote></div><br></div></div></div> </blockquote></div><br></div></div></div> </blockquote></div><br></div> ------=_Part_29634_22880757.1221752243471-- From [email protected] Thu Sep 18 17:43:44 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70262 invoked from network); 18 Sep 2008 17:43:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 17:43:44 -0000 Received: (qmail 76260 invoked by uid 500); 18 Sep 2008 17:43:40 -0000 Delivered-To: [email protected] Received: (qmail 76248 invoked by uid 500); 18 Sep 2008 17: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76237 invoked by uid 99); 18 Sep 2008 17:43:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 10:43:39 -0700 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, 18 Sep 2008 17:42:39 +0000 Received: from [161.129.204.104] (p3EE0448D.dip.t-dialin.net [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis) id 0ML29c-1KgNWZ1f6v-0001Vw; Thu, 18 Sep 2008 19:42:40 +0200 Message-ID: <[email protected]> Date: Thu, 18 Sep 2008 19:42:37 +0200 From: Kai Grabfelder <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080708) MIME-Version: 1.0 To: [email protected] Subject: Re: proposal: announce 2.3.4 as GA 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-Provags-ID: V01U2FsdGVkX19qKEAanU7sT06+IoynO/bCO2Ao5MvN+szosS3 wvMiWmEBGRt2O1zoP6BLXie4WvWgb/3/GO3sWUHoysw7qZnFqr tKMnUd3PjDMrR6fiVZXKA== X-Virus-Checked: Checked by ClamAV on apache.org that was exactly what I wanted to achieve: let some PMC member start a vote about releasing 2.3.4 as GA and updating the downloads page accordingly if the vote is successful. So could some PMC member start a vote? Regards Kai --- Original Nachricht --- Absender: Clinton Begin Datum: 18.09.2008 17:37 > 2.3.4 was a bit of an emergency fix, so the vote was indeed deferred for the > GA stamp. > > I think we should proceed exactly as you suggest, vote for GA anytime. > > Clinton > > On Thu, Sep 18, 2008 at 9:33 AM, Brandon Goodin <[email protected]>wrote: > >> Also, here is our policy: >> >> >> http://opensource.atlassian.com/confluence/oss/display/IBATIS/iBATIS+Release+Process >> >> Did we vote on 3.4? If not, we should probably do that so that we can >> consider it GA. >> >> B >> >> >> On Thu, Sep 18, 2008 at 10:31 AM, Brandon Goodin <[email protected] >> > wrote: >> >>> The way i see it, if we consider something stable we push it out as GA. If >>> for some reason it fails to uphold to the quality standards of GA we can >>> always downgrade it to beta, fix it, and push it out a new release as GA. >>> The whole GA thing has more to do with terminology than anything. So as far >>> as I'm concerned GA is implicit when we release something. Am I wrong? >>> >>> B >>> >>> >>> On Thu, Sep 18, 2008 at 1:04 AM, Kai Grabfelder <[email protected]>wrote: >>> >>>> Hi there, >>>> >>>> is there anything that speak against promoting 2.3.4 (or possibly at >>>> least 2.3.3) as GA? 2.3.4 is already in >>>> the maven repos. >>>> >>>> Regards >>>> >>>> Kai >>>> >>>> >>> >> > From [email protected] Thu Sep 18 18:32:44 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10662 invoked from network); 18 Sep 2008 18:32:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 18:32:44 -0000 Received: (qmail 96778 invoked by uid 500); 18 Sep 2008 18:32:40 -0000 Delivered-To: [email protected] Received: (qmail 96763 invoked by uid 500); 18 Sep 2008 18: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]> List-Id: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96751 invoked by uid 99); 18 Sep 2008 18:32:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 11:32:40 -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 fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 18:31:42 +0000 Received: by fg-out-1718.google.com with SMTP id d23so294964fga.32 for <[email protected]>; Thu, 18 Sep 2008 11:32:13 -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:to :subject:mime-version:content-type; bh=ynsSbvR0rW+8Gf9iRxNP05uBAR9WGd11/7moFNgOo+I=; b=wEf9C2FlayZmTyH3YnU/5ed4Dq530PQ5SmWVG+tt0Xuo5gth5KKAGdywBkwlXtmYXP +pNfJoR60ZuF8wBlTExh7w8W9Y00opqlQpyBD65N9knVzBA/Rda7o0HRo8kCP9LwaicQ WWpjnGORl9a4B7ZSC/lb1AXDP+Gfk88sV8RTg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=LaLX2+jyIFbYWWFLqUVwz6ChDBz+IydC5KaWv4lJFNvyKFVsVA9mx7E0a+CYYx/vYx hmy0U5DFUdrSwjPBOIGlDIB1GyAxh75LeBhUiewCMbDZirnaY5fnyW1aOwp6sIDYeAVd 3ngO/345/At9QvxW7TwuJVMR5ASGSpD85TvIU= Received: by 161.129.204.104 with SMTP id d1mr545814far.97.1221762733711; Thu, 18 Sep 2008 11:32:13 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 18 Sep 2008 11:32:13 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 18 Sep 2008 13:32:13 -0500 From: "Brandon Goodin" <[email protected]> To: [email protected] Subject: [VOTE] Promote iBATIS 2.3.4 to General Availability MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_22557_33021284.1221762733700" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_22557_33021284.1221762733700 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline This is a vote to promote iBATIS 2.3.4 to General Availability. Brandon ------=_Part_22557_33021284.1221762733700 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">This is a <span class="nfakPe">vote</span> to promote iBATIS 2.3.4 to General Availability.<br><br>Brandon<br></div> ------=_Part_22557_33021284.1221762733700-- From [email protected] Thu Sep 18 19:29:22 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55103 invoked from network); 18 Sep 2008 19:29:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 19:29:22 -0000 Received: (qmail 86593 invoked by uid 500); 18 Sep 2008 19:29:10 -0000 Delivered-To: [email protected] Received: (qmail 86575 invoked by uid 500); 18 Sep 2008 19:29: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86552 invoked by uid 99); 18 Sep 2008 19:29:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 12:29:10 -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 ug-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 19:28:11 +0000 Received: by ug-out-1314.google.com with SMTP id s2so846935uge.1 for <[email protected]>; Thu, 18 Sep 2008 12:28:43 -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:references:in-reply-to :content-type:content-transfer-encoding; bh=o+VGv2DhpD409xRWUamabGIDB9jt0wQ4jhr+dG/V2tQ=; b=YdiwBchhE1Il5ez5CRczUqvhHXk5pCX4hIBt0rLkNvEVQDK9Qm8bYwnpTWQx9qZWIv Aw9LyVKlOjrk0PPhQxKoTLt9bP4C9d5uZ60llNcI2K8xD2OVnpNPViNkde1Dk7gak+vJ Y8NmXYtdhzwXLnxFlyU5N17PSd+V/K6WjwZUI= 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=vwOYuId0yYMFnxahB+eYzyiNscEpDXw17gDJvRjR3sstuQ4jrtx3NBFogx+l1plUGH KdGTRLI8pFhSEDn2NxLwVM09sXOujIea1XOhvLIT/LoJC+mSHYi9xbe0v33A4UuKwbtJ nGXTLBoncQEzr6BNOYZa27ssohJxExMWcud7E= Received: by 161.129.204.104 with SMTP id u10mr3243011mui.97.1221766123285; Thu, 18 Sep 2008 12:28:43 -0700 (PDT) Received: from ?161.129.204.104? ( [161.129.204.104]) by mx.google.com with ESMTPS id y6sm13490709mug.7.2161.129.204.104.28.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Sep 2008 12:28:42 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 18 Sep 2008 21:28:34 +0200 From: RInaldo <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20080724) MIME-Version: 1.0 To: [email protected] Subject: Re: [VOTE] Promote iBATIS 2.3.4 to General Availability 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 Rinaldo Brandon Goodin ha scritto: > This is a vote to promote iBATIS 2.3.4 to General Availability. > > Brandon From [email protected] Thu Sep 18 20:01:08 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82998 invoked from network); 18 Sep 2008 20:01:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 20:01:08 -0000 Received: (qmail 55040 invoked by uid 500); 18 Sep 2008 20:01:00 -0000 Delivered-To: [email protected] Received: (qmail 55014 invoked by uid 500); 18 Sep 2008 20: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54989 invoked by uid 99); 18 Sep 2008 20:01:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 13:01:00 -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 yx-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 20:00:01 +0000 Received: by yx-out-1718.google.com with SMTP id 4so21325yxp.6 for <[email protected]>; Thu, 18 Sep 2008 13:00:33 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=bIaW8yS2MO7zbGCWJg3qBWWslCBoHjTnEZKwH2gATn8=; b=MDHRIJXicIuD5iE6ocl2O9d7Nv4S1ZI4YYijQMUSi8El2CGjl0/SDmfV6JeajKJrEl vgbnGWSZU63lDUr45nQAIfmBSNmtIU35T+Y4tb7K1bxVfq+A3Dp+ZxyPYC+h3xiPVunw am9fVWSW8ckvZlMp5zc8d4nztBke+6Atzdpe8= 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=lyxL7k3o7Cs21lQ+/P9P1Yx/rLq0NMUt9EqdVSUng9VC0BZ968nh6aE5zuS59/RU2K 5s2J0s1IwOPame0tVU38OTRL9pUF9RZ4TWWn9hUc+L47OQqEgoY6zB3laDtZaOBTmUQa K/rC+X+EV+m1pRxX/tKZ1bZyxaGZuSM6rCvOM= Received: by 161.129.204.104 with SMTP id f14mr1882295ybo.81.1221768033924; Thu, 18 Sep 2008 13:00:33 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 18 Sep 2008 13:00:33 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 18 Sep 2008 14:00:33 -0600 From: "Nathan Maves" <[email protected]> To: [email protected] Subject: Re: [VOTE] Promote iBATIS 2.3.4 to General Availability In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_34120_7884359.1221768033911" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_34120_7884359.1221768033911 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline +1 On Thu, Sep 18, 2008 at 1:28 PM, RInaldo <[email protected]> wrote: > +1 > Rinaldo > > Brandon Goodin ha scritto: > > This is a vote to promote iBATIS 2.3.4 to General Availability. >> >> Brandon >> > > ------=_Part_34120_7884359.1221768033911 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">+1<br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 1:28 PM, RInaldo <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> +1<br> Rinaldo<br> <br> Brandon Goodin ha scritto:<div><div></div><div class="Wj3C7c"><br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> This is a vote to promote iBATIS 2.3.4 to General Availability.<br> <br> Brandon<br> </blockquote> <br> </div></div></blockquote></div><br></div> ------=_Part_34120_7884359.1221768033911-- From [email protected] Thu Sep 18 20:08:32 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88826 invoked from network); 18 Sep 2008 20:08:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 20:08:32 -0000 Received: (qmail 73052 invoked by uid 500); 18 Sep 2008 20:08:28 -0000 Delivered-To: [email protected] Received: (qmail 73035 invoked by uid 500); 18 Sep 2008 20:08: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 73024 invoked by uid 99); 18 Sep 2008 20:08:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 13:08:28 -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 wf-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 20:07:30 +0000 Received: by wf-out-1314.google.com with SMTP id 28so71041wfa.27 for <[email protected]>; Thu, 18 Sep 2008 13:07:53 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=49X2yO7RB/ApjFX5cVCPvCsWGbqxe28JRUBPgaE5tQQ=; b=tYHa/ZuZct5UD5iIdrvBwyp9tNerKClYcoF9f4UcdG4LJsOSbFqtyvNOTVHxWJIQW6 F5/jEP9GWeQUaehwJ5teHenbNOzFvMjOFyEv5fYCuR6sC/1o3Pl1kchUteRr/2doVR4/ NeSb883OmxQF18vLTq2VjeyvAndV2h2dPmj3E= 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=itkiwIFZLxFB/Sw3eJmApEO1FVyBhnOKmzbKG1D4LzhhYcYAkAdzXoJcOOxjEREroV p7s7lAvsr2Y4Vz8SCfTYCVVuY/k4oHiFpwIOgiMNC5y8nmDYtkPv3XDTiokd15aTaSRI V4/bYICKSLUEY089GZa+aaByNDMPafwbNi2tg= Received: by 161.129.204.104 with SMTP id w1mr4391450waa.229.1221768472996; Thu, 18 Sep 2008 13:07:52 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 18 Sep 2008 13:07:52 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 18 Sep 2008 14:07:52 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: [VOTE] Promote iBATIS 2.3.4 to General Availability In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_34439_26748541.1221768472962" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_34439_26748541.1221768472962 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline +1 On Thu, Sep 18, 2008 at 2:00 PM, Nathan Maves <[email protected]>wrote: > +1 > > > On Thu, Sep 18, 2008 at 1:28 PM, RInaldo <[email protected]> wrote: > >> +1 >> Rinaldo >> >> Brandon Goodin ha scritto: >> >> This is a vote to promote iBATIS 2.3.4 to General Availability. >>> >>> Brandon >>> >> >> > ------=_Part_34439_26748541.1221768472962 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr"><br>+1 <br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 2:00 PM, Nathan Maves <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div dir="ltr">+1<div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 1:28 PM, RInaldo <span dir="ltr">&lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> +1<br> Rinaldo<br> <br> Brandon Goodin ha scritto:<div><div></div><div><br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> This is a vote to promote iBATIS 2.3.4 to General Availability.<br> <br> Brandon<br> </blockquote> <br> </div></div></blockquote></div><br></div></div></div> </blockquote></div><br></div> ------=_Part_34439_26748541.1221768472962-- From [email protected] Thu Sep 18 20:13:24 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91260 invoked from network); 18 Sep 2008 20:13:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 20:13:24 -0000 Received: (qmail 82584 invoked by uid 500); 18 Sep 2008 20:13:20 -0000 Delivered-To: [email protected] Received: (qmail 82564 invoked by uid 500); 18 Sep 2008 20: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82553 invoked by uid 99); 18 Sep 2008 20:13: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 Sep 2008 13:13:20 -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 mail.capital-internet.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 20:12:21 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.capital-internet.net (Postfix) with ESMTP id 1D4D63E6359A for <[email protected]>; Thu, 18 Sep 2008 15:12:20 -0500 (CDT) Message-Id: <[email protected]> From: Tom Duffey <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: [VOTE] Promote iBATIS 2.3.4 to General Availability Date: Thu, 18 Sep 2008 15:12:15 -0500 References: <[email protected]> X-Mailer: Apple Mail (2.926) X-Virus-Checked: Checked by ClamAV on apache.org Not sure if my vote counts but... +7 On Sep 18, 2008, at 1:32 PM, Brandon Goodin wrote: > This is a vote to promote iBATIS 2.3.4 to General Availability. > > Brandon From [email protected] Thu Sep 18 20:25:46 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97941 invoked from network); 18 Sep 2008 20:25:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 20:25:46 -0000 Received: (qmail 98946 invoked by uid 500); 18 Sep 2008 20:25:34 -0000 Delivered-To: [email protected] Received: (qmail 98935 invoked by uid 500); 18 Sep 2008 20:25: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98805 invoked by uid 99); 18 Sep 2008 20:25:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 13:25:33 -0700 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, 18 Sep 2008 20:24:32 +0000 Received: from [161.129.204.104] (p3EE0448D.dip.t-dialin.net [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis) id 0ML31I-1KgQ3j10t7-0004kL; Thu, 18 Sep 2008 22:25:03 +0200 Message-ID: <[email protected]> Date: Thu, 18 Sep 2008 22:25:00 +0200 From: Kai Grabfelder <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20080708) MIME-Version: 1.0 To: [email protected] Subject: Re: [VOTE] Promote iBATIS 2.3.4 to General Availability 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-Provags-ID: V01U2FsdGVkX1/7H/xdUIPZZvMnp2CqfT/tZXSsOc0kzP5s/Yl ipgj+zdC8DF1bqZJjeXLNIZETwsoeu+aKoEsrqCLuBCv4vAHf4 csUIDpDzgNOXKoVzIsiyA== X-Virus-Checked: Checked by ClamAV on apache.org I think only PMC vote count but I vote +1 as well --- Original Nachricht --- Absender: Tom Duffey Datum: 18.09.2008 22:12 > Not sure if my vote counts but... > > +7 > > On Sep 18, 2008, at 1:32 PM, Brandon Goodin wrote: > >> This is a vote to promote iBATIS 2.3.4 to General Availability. >> >> Brandon > > From [email protected] Thu Sep 18 20:32:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1142 invoked from network); 18 Sep 2008 20:32:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2008 20:32:27 -0000 Received: (qmail 6095 invoked by uid 500); 18 Sep 2008 20:32:24 -0000 Delivered-To: [email protected] Received: (qmail 6075 invoked by uid 500); 18 Sep 2008 20:32: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6064 invoked by uid 99); 18 Sep 2008 20:32: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 Sep 2008 13:32:24 -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 wf-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 20:31:25 +0000 Received: by wf-out-1314.google.com with SMTP id 28so80907wfa.27 for <[email protected]>; Thu, 18 Sep 2008 13:31:57 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=+Jo4I9RK01i6eZVE3QxoB7Nmw6YmPUl7Lo3+2cOtawQ=; b=N2p2KJAQpHrjqdnoAZHFIr8LVt4KW8diwixlCshqMe6K2AM18azYjwKeZHiOkVt0Fm uBHhVtyYYHmV//aW9Wuai2QyZgHm1Wfa5TJFwwCFo7Y79mSW5ujUpG9A8QGfPPsO2tJt ZobKJC1ELRRBdagSIeytEgDlRDpEYgbT+hmsQ= 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=S+j+rfAjd6SS6qKoH4FOWYYkhK5z2BVeM7gYV8Qd9TOaAJ4kjsNtksjdYI/GBczOWp 4TitWaHljdWQ1vC+CN79WqI6e0BCnV6ZwbOZvGJlAOIu42sX9FEmKGvvyWmQXrXaKaXQ 6UBPGXYBB6IBuANK33hMIV5lKwq6jh+8Jkk3k= Received: by 161.129.204.104 with SMTP id z9mr4436953wae.178.1221769917848; Thu, 18 Sep 2008 13:31:57 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 18 Sep 2008 13:31:57 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 18 Sep 2008 14:31:57 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: [VOTE] Promote iBATIS 2.3.4 to General Availability In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_34705_11716578.1221769917834" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_34705_11716578.1221769917834 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I like hearing votes from everyone. While they aren't counted officially by Apache, they are certainly counted by me and the other members as votes of confidence in the release. Keep voting. Cheers, Clinton On Thu, Sep 18, 2008 at 2:25 PM, Kai Grabfelder <[email protected]> wrote: > I think only PMC vote count but I vote +1 as well > > --- Original Nachricht --- > Absender: Tom Duffey > Datum: 18.09.2008 22:12 > > Not sure if my vote counts but... >> >> +7 >> >> On Sep 18, 2008, at 1:32 PM, Brandon Goodin wrote: >> >> This is a vote to promote iBATIS 2.3.4 to General Availability. >>> >>> Brandon >>> >> >> >> > ------=_Part_34705_11716578.1221769917834 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">I like hearing votes from everyone.&nbsp; While they aren&#39;t counted officially by Apache, they are certainly counted by me and the other members as votes of confidence in the release.&nbsp; <br><br>Keep voting.<br> <br>Cheers,<br>Clinton<br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 2:25 PM, Kai Grabfelder <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> I think only PMC vote count but I vote +1 as well<br> <br> --- Original Nachricht ---<br> Absender: Tom Duffey<br> Datum: 18.09.2008 22:12<div><div></div><div class="Wj3C7c"><br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Not sure if my vote counts but...<br> <br> +7<br> <br> On Sep 18, 2008, at 1:32 PM, Brandon Goodin wrote:<br> <br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> This is a vote to promote iBATIS 2.3.4 to General Availability.<br> <br> Brandon<br> </blockquote> <br> <br> </blockquote> <br> </div></div></blockquote></div><br></div> ------=_Part_34705_11716578.1221769917834-- From [email protected] Fri Sep 19 18:31:23 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54405 invoked from network); 19 Sep 2008 18:31:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Sep 2008 18:31:23 -0000 Received: (qmail 59126 invoked by uid 500); 19 Sep 2008 18:31:20 -0000 Delivered-To: [email protected] Received: (qmail 59113 invoked by uid 500); 19 Sep 2008 18:31: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59095 invoked by uid 99); 19 Sep 2008 18:31:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 11:31: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: 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; Fri, 19 Sep 2008 18:30:21 +0000 Received: by qb-out-0506.google.com with SMTP id e12so380114qba.0 for <[email protected]>; Fri, 19 Sep 2008 11:30:53 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=4ZLeDNarbqSmsfzk7aXbu01FVlaE72/sxe5fpnNOPqQ=; b=Dq3vKzRK+SAlw+/9GUvGwFyq87KV/xoOzbDrI02hWZiW5HzQGHotElTGHJcZigWbwo yvqbj8NRURFZtWpYSy3bWBR9W3hDWUDz0KTBAISSESVZglqPv+DFv6KqLsjbHc2kpxWV 5ZB4RbiCuaFLmQdZjnenV5avawuMjVPW9/FKQ= 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=ku8QLPskxifaUEZKBPt+ID8T7vieZmMgOIDm1T9zsgc+gZH/kXjTRj+pgUKj/iYwz2 K6kS6hQJddanfvxy91SJCCxtEMWAFRTHFJklUdchT3T6utw7Gr7eG1nIQZZUIs6M5bPj tC23T6PQYfK74adHUP6xWQEPqui12cSixL9jM= Received: by 161.129.204.104 with SMTP id t19mr105039fap.87.1221849052421; Fri, 19 Sep 2008 11:30:52 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 19 Sep 2008 11:30:52 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 19 Sep 2008 13:30:52 -0500 From: "Brandon Goodin" <[email protected]> To: [email protected] Subject: Re: [VOTE] Promote iBATIS 2.3.4 to General Availability In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_34541_23487859.1221849052428" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_34541_23487859.1221849052428 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline The vote to promote iBATIS 2.3.4 to GA. We will update the site to reflect the 2.3.4 GA Status. Brandon On Thu, Sep 18, 2008 at 3:31 PM, Clinton Begin <[email protected]>wrote: > I like hearing votes from everyone. While they aren't counted officially > by Apache, they are certainly counted by me and the other members as votes > of confidence in the release. > > Keep voting. > > Cheers, > Clinton > > > On Thu, Sep 18, 2008 at 2:25 PM, Kai Grabfelder <[email protected]> wrote: > >> I think only PMC vote count but I vote +1 as well >> >> --- Original Nachricht --- >> Absender: Tom Duffey >> Datum: 18.09.2008 22:12 >> >> Not sure if my vote counts but... >>> >>> +7 >>> >>> On Sep 18, 2008, at 1:32 PM, Brandon Goodin wrote: >>> >>> This is a vote to promote iBATIS 2.3.4 to General Availability. >>>> >>>> Brandon >>>> >>> >>> >>> >> > ------=_Part_34541_23487859.1221849052428 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">The vote to promote iBATIS 2.3.4 to GA. We will update the site to reflect the 2.3.4 GA Status.<br><br>Brandon<br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 3:31 PM, Clinton Begin <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">I like hearing votes from everyone.&nbsp; While they aren&#39;t counted officially by Apache, they are certainly counted by me and the other members as votes of confidence in the release.&nbsp; <br> <br>Keep voting.<br> <br>Cheers,<br><font color="#888888">Clinton</font><div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 2:25 PM, Kai Grabfelder <span dir="ltr">&lt;<a href="mailto:[email protected]" target="_blank">[email protected]</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> I think only PMC vote count but I vote +1 as well<br> <br> --- Original Nachricht ---<br> Absender: Tom Duffey<br> Datum: 18.09.2008 22:12<div><div></div><div><br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Not sure if my vote counts but...<br> <br> +7<br> <br> On Sep 18, 2008, at 1:32 PM, Brandon Goodin wrote:<br> <br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> This is a vote to promote iBATIS 2.3.4 to General Availability.<br> <br> Brandon<br> </blockquote> <br> <br> </blockquote> <br> </div></div></blockquote></div><br></div></div></div> </blockquote></div><br></div> ------=_Part_34541_23487859.1221849052428-- From [email protected] Sat Sep 20 18:16:05 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64303 invoked from network); 20 Sep 2008 18:16:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Sep 2008 18:16:05 -0000 Received: (qmail 12156 invoked by uid 500); 20 Sep 2008 18:16:02 -0000 Delivered-To: [email protected] Received: (qmail 12134 invoked by uid 500); 20 Sep 2008 18: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12123 invoked by uid 99); 20 Sep 2008 18:16:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Sep 2008 11:16:01 -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, 20 Sep 2008 18:15:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3B298234C1DD for <[email protected]>; Sat, 20 Sep 2008 11:15:44 -0700 (PDT) Message-ID: <547867768.1221934544234.JavaMail.jira@brutus> Date: Sat, 20 Sep 2008 11:15:44 -0700 (PDT) From: "Gilles Bayon (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATISNET-281) Refactor XML discriminator configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Refactor XML discriminator configuration ---------------------------------------- Key: IBATISNET-281 URL: https://issues.apache.org/jira/browse/IBATISNET-281 Project: iBatis for .NET Issue Type: Improvement Components: DataMapper Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Fix For: DataMapper 3.0 The discriminator defnition is now as <discriminator column="" javaType="" jdbcType=""> <case value="" resultMap=""/> <case value="" resultMap=""/> <default resultMap=""/> </discriminator> -- 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 Sep 20 18:18:07 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64969 invoked from network); 20 Sep 2008 18:18:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Sep 2008 18:18:06 -0000 Received: (qmail 13042 invoked by uid 500); 20 Sep 2008 18:18:03 -0000 Delivered-To: [email protected] Received: (qmail 13014 invoked by uid 500); 20 Sep 2008 18: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13003 invoked by uid 99); 20 Sep 2008 18:18:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Sep 2008 11:18:03 -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, 20 Sep 2008 18:17:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 1628C234C1DF for <[email protected]>; Sat, 20 Sep 2008 11:17:46 -0700 (PDT) Message-ID: <337696509.1221934666089.JavaMail.jira@brutus> Date: Sat, 20 Sep 2008 11:17:46 -0700 (PDT) From: "Gilles Bayon (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (IBATISNET-281) Refactor XML discriminator configuration In-Reply-To: <547867768.1221934544234.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/IBATISNET-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-281. ---------------------------------- Resolution: Fixed Assignee: Gilles Bayon in SVN > Refactor XML discriminator configuration > ---------------------------------------- > > Key: IBATISNET-281 > URL: https://issues.apache.org/jira/browse/IBATISNET-281 > Project: iBatis for .NET > Issue Type: Improvement > Components: DataMapper > Affects Versions: DataMapper 3.0 > Reporter: Gilles Bayon > Assignee: Gilles Bayon > Fix For: DataMapper 3.0 > > > The discriminator defnition is now as > <discriminator column="" javaType="" jdbcType=""> > <case value="" resultMap=""/> > <case value="" resultMap=""/> > <default resultMap=""/> > </discriminator> -- 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 Sep 21 16:30:36 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79376 invoked from network); 21 Sep 2008 16:30:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Sep 2008 16:30:36 -0000 Received: (qmail 96939 invoked by uid 500); 21 Sep 2008 16:30:32 -0000 Delivered-To: [email protected] Received: (qmail 96923 invoked by uid 500); 21 Sep 2008 16:30: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96912 invoked by uid 99); 21 Sep 2008 16:30:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2008 09:30:32 -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, 21 Sep 2008 16:29:41 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 12273234C1DF for <[email protected]>; Sun, 21 Sep 2008 09:29:45 -0700 (PDT) Message-ID: <1732962934.1222014585073.JavaMail.jira@brutus> Date: Sun, 21 Sep 2008 09:29:45 -0700 (PDT) From: "Gilles Bayon (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATISNET-282) Enable setting global sql command Timeout in sqlMap.config MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Enable setting global sql command Timeout in sqlMap.config ---------------------------------------------------------- Key: IBATISNET-282 URL: https://issues.apache.org/jira/browse/IBATISNET-282 Project: iBatis for .NET Issue Type: New Feature Components: DataMapper Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Assignee: Gilles Bayon Fix For: DataMapper 3.0 <?xml version="1.0" encoding="utf-8"?> <sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > <settings> ... <setting commandTimeout="123"/> ... </settings> -- 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 Sep 21 16:34:05 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80439 invoked from network); 21 Sep 2008 16:34:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Sep 2008 16:34:05 -0000 Received: (qmail 235 invoked by uid 500); 21 Sep 2008 16:34:02 -0000 Delivered-To: [email protected] Received: (qmail 209 invoked by uid 500); 21 Sep 2008 16:34: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 197 invoked by uid 99); 21 Sep 2008 16:34:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2008 09:34:01 -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, 21 Sep 2008 16:33:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 263F6234C1C4 for <[email protected]>; Sun, 21 Sep 2008 09:33:44 -0700 (PDT) Message-ID: <228483861.1222014824141.JavaMail.jira@brutus> Date: Sun, 21 Sep 2008 09:33:44 -0700 (PDT) From: "Gilles Bayon (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (IBATISNET-282) Enable setting global sql command Timeout in sqlMap.config In-Reply-To: <1732962934.1222014585073.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/IBATISNET-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-282. ---------------------------------- Resolution: Fixed in SVN > Enable setting global sql command Timeout in sqlMap.config > ---------------------------------------------------------- > > Key: IBATISNET-282 > URL: https://issues.apache.org/jira/browse/IBATISNET-282 > Project: iBatis for .NET > Issue Type: New Feature > Components: DataMapper > Affects Versions: DataMapper 3.0 > Reporter: Gilles Bayon > Assignee: Gilles Bayon > Fix For: DataMapper 3.0 > > > <?xml version="1.0" encoding="utf-8"?> > <sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > > <settings> > ... > <setting commandTimeout="123"/> > ... > </settings> -- 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 Sep 21 17:46:18 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28437 invoked from network); 21 Sep 2008 17:46:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Sep 2008 17:46:18 -0000 Received: (qmail 49863 invoked by uid 500); 21 Sep 2008 17:46:15 -0000 Delivered-To: [email protected] Received: (qmail 49856 invoked by uid 500); 21 Sep 2008 17:46: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49843 invoked by uid 99); 21 Sep 2008 17:46:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2008 10:46: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2008 17:45:13 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 36F9C234C1D4 for <[email protected]>; Sun, 21 Sep 2008 10:45:46 -0700 (PDT) Message-ID: <640594171.1222019146223.JavaMail.jira@brutus> Date: Sun, 21 Sep 2008 10:45:46 -0700 (PDT) From: "Gilles Bayon (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (IBATISNET-274) Allow Multiple Resultset Queries to be appended to different lists In-Reply-To: <1479132852.1214342685133.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/IBATISNET-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-274. ---------------------------------- Resolution: Fixed Fix Version/s: DataMapper 3.0 in SVN > Allow Multiple Resultset Queries to be appended to different lists > ------------------------------------------------------------------ > > Key: IBATISNET-274 > URL: https://issues.apache.org/jira/browse/IBATISNET-274 > Project: iBatis for .NET > Issue Type: Improvement > Affects Versions: DataMapper 1.6.1 > Reporter: Michael Schall > Assignee: Gilles Bayon > Fix For: DataMapper 3.0 > > > Currently if I have a query that returns multiple resultsets, each object returned is added to a single ArrayList. > <select id="GetMultipleResultMap" resultMap="account,category"> > select * from accounts > select * from categories > </select> > IList list = sqlMap.QueryForList("GetMultipleResultMap", null); > This will return a single list with n+m objects in it (n customers + m categories). > I would like a way to get a list of lists. The returned object would be a list with 2 objects in it (list of n Customers, list of m categories). Which would allow for the following code. > IList list = sqlMap.QueryForList("GetMultipleResultMap", null); > IList<Account> accountList = (IList<Account>) list[0]; > IList<Category> categoryList = (IList<Category>) list[1]; > In order to keep backwards compatibility we would need new syntax in the resultMap attribute, possibly the following: > <select id="GetMultipleResultMap" resultMap="account[],category[]"> > select * from accounts > select * from categories > </select> > Also notice I would like the inner lists to be generic lists if possible. We can create the correct generic list type from the resultMap types. > I posted a "quick and dirty" patch that breaks backwards compatibility on the mailing list that shows what I'm thinking. > http://[email protected]/msg02307.html > I would be willing to code the change and submit the patch if this is something you think is worth while. -- 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 Sep 22 04:40:36 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82835 invoked from network); 22 Sep 2008 04:40:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Sep 2008 04:40:36 -0000 Received: (qmail 91189 invoked by uid 500); 22 Sep 2008 04:40:33 -0000 Delivered-To: [email protected] Received: (qmail 91172 invoked by uid 500); 22 Sep 2008 04:40: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91161 invoked by uid 99); 22 Sep 2008 04:40:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2008 21:40: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2008 04:39:41 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3D360234C1D4 for <[email protected]>; Sun, 21 Sep 2008 21:39:44 -0700 (PDT) Message-ID: <672922026.1222058384236.JavaMail.jira@brutus> Date: Sun, 21 Sep 2008 21:39:44 -0700 (PDT) From: "Amol Jadhav (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-537) Multiple external RowHandler support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Multiple external RowHandler support ------------------------------------ Key: IBATIS-537 URL: https://issues.apache.org/jira/browse/IBATIS-537 Project: iBatis for Java Issue Type: Improvement Components: SQL Maps Affects Versions: 2.3.3 Reporter: Amol Jadhav Priority: Minor We have MS-SQL store proc which returns mutiple result sets. The results sets are big and it will not be a good idea to put them in ArraList. The current iBatis version do not support multiple external RowHandler (external means, provided by iBatis user). By defualt iBatis uses DefaultRowHandler to process multiple resultsets, the current code which handles multiple resultset is as below Class: com.ibatis.sqlmap.engine.execution.SqlExecutor in method private ResultSet handleMultipleResults(.... // Multiple ResultSet handling if (callback.getRowHandler() instanceof DefaultRowHandler) { MappedStatement statement = statementScope.getStatement(); DefaultRowHandler defaultRowHandler = ((DefaultRowHandler) callback.getRowHandler()); if (statement.hasMultipleResultMaps()) { List multipleResults = new ArrayList(); multipleResults.add(defaultRowHandler.getList()); ResultMap[] resultMaps = statement.getAdditionalResultMaps(); int i = 0; while (moveToNextResultsSafely(statementScope, ps)) { if (i >= resultMaps.length) break; ResultMap rm = resultMaps[i]; statementScope.setResultMap(rm); rs = ps.getResultSet(); DefaultRowHandler rh = new DefaultRowHandler(); handleResults(statementScope, rs, skipResults, maxResults, new RowHandlerCallback(rm, null, rh)); multipleResults.add(rh.getList()); i++; } defaultRowHandler.setList(multipleResults); statementScope.setResultMap(statement.getResultMap()); } else { while (moveToNextResultsSafely(statementScope, ps)) ; } } // End additional ResultSet handling The fix which was put to solve this was as below, please let me know your suggestions. 1. A new interface as below package com.ibatis.sqlmap.client.event; import com.ibatis.sqlmap.client.event.RowHandler; public interface MultiRowHandler extends RowHandler{ public MultiRowHandler getNextRowHandler(); } 2. Changes to com.ibatis.sqlmap.engine.execution.SqlExecutor if (callback.getRowHandler() instanceof MultiRowHandler) { MappedStatement statement = statementScope.getStatement(); MultiRowHandler multipleRowHandler = (MultiRowHandler)callback.getRowHandler(); if (statement.hasMultipleResultMaps()) { ResultMap[] resultMaps = statement.getAdditionalResultMaps(); int i = 0; while (moveToNextResultsSafely(statementScope, ps)) { if (i >= resultMaps.length) break; ResultMap rm = resultMaps[i]; statementScope.setResultMap(rm); rs = ps.getResultSet(); RowHandler rh = multipleRowHandler.getNextRowHandler(); RowHandlerCallback hdc = new RowHandlerCallback(rm, null, rh); handleResults(statementScope, rs, skipResults, maxResults,hdc ); multipleRowHandler = (MultiRowHandler)hdc.getRowHandler(); i++; } statementScope.setResultMap(statement.getResultMap()); } else { while (moveToNextResultsSafely(statementScope, ps)) ; } } -- 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 Sep 22 20:02:37 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69176 invoked from network); 22 Sep 2008 20:02:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Sep 2008 20:02:37 -0000 Received: (qmail 18061 invoked by uid 500); 22 Sep 2008 20:02:34 -0000 Delivered-To: [email protected] Received: (qmail 17883 invoked by uid 500); 22 Sep 2008 20: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17872 invoked by uid 99); 22 Sep 2008 20:02: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 Sep 2008 13:02: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2008 20:01:40 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 491C5234C1E3 for <[email protected]>; Mon, 22 Sep 2008 13:01:44 -0700 (PDT) Message-ID: <849477157.1222113704298.JavaMail.jira@brutus> Date: Mon, 22 Sep 2008 13:01:44 -0700 (PDT) From: "Kai Grabfelder (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-537) Multiple external RowHandler support In-Reply-To: <672922026.1222058384236.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/IBATIS-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633459#action_12633459 ] Kai Grabfelder commented on IBATIS-537: --------------------------------------- could you attach a patch against iBATIS trunk? > Multiple external RowHandler support > ------------------------------------ > > Key: IBATIS-537 > URL: https://issues.apache.org/jira/browse/IBATIS-537 > Project: iBatis for Java > Issue Type: Improvement > Components: SQL Maps > Affects Versions: 2.3.3 > Reporter: Amol Jadhav > Priority: Minor > > We have MS-SQL store proc which returns mutiple result sets. The results sets are big and it will not be a good idea to put them in ArraList. The current iBatis version do not support multiple external RowHandler (external means, provided by iBatis user). By defualt iBatis uses DefaultRowHandler to process multiple resultsets, the current code which handles multiple resultset is as below > Class: com.ibatis.sqlmap.engine.execution.SqlExecutor > in method private ResultSet handleMultipleResults(.... > // Multiple ResultSet handling > if (callback.getRowHandler() instanceof DefaultRowHandler) { > MappedStatement statement = statementScope.getStatement(); > DefaultRowHandler defaultRowHandler = ((DefaultRowHandler) callback.getRowHandler()); > if (statement.hasMultipleResultMaps()) { > List multipleResults = new ArrayList(); > multipleResults.add(defaultRowHandler.getList()); > ResultMap[] resultMaps = statement.getAdditionalResultMaps(); > int i = 0; > while (moveToNextResultsSafely(statementScope, ps)) { > if (i >= resultMaps.length) break; > ResultMap rm = resultMaps[i]; > statementScope.setResultMap(rm); > rs = ps.getResultSet(); > DefaultRowHandler rh = new DefaultRowHandler(); > handleResults(statementScope, rs, skipResults, maxResults, new RowHandlerCallback(rm, null, rh)); > multipleResults.add(rh.getList()); > i++; > } > defaultRowHandler.setList(multipleResults); > statementScope.setResultMap(statement.getResultMap()); > } else { > while (moveToNextResultsSafely(statementScope, ps)) ; > } > } > // End additional ResultSet handling > The fix which was put to solve this was as below, please let me know your suggestions. > 1. A new interface as below > > package com.ibatis.sqlmap.client.event; > import com.ibatis.sqlmap.client.event.RowHandler; > public interface MultiRowHandler extends RowHandler{ > public MultiRowHandler getNextRowHandler(); > } > 2. Changes to com.ibatis.sqlmap.engine.execution.SqlExecutor > if (callback.getRowHandler() instanceof MultiRowHandler) { > MappedStatement statement = statementScope.getStatement(); > MultiRowHandler multipleRowHandler = (MultiRowHandler)callback.getRowHandler(); > if (statement.hasMultipleResultMaps()) { > ResultMap[] resultMaps = statement.getAdditionalResultMaps(); > int i = 0; > while (moveToNextResultsSafely(statementScope, ps)) { > if (i >= resultMaps.length) break; > ResultMap rm = resultMaps[i]; > statementScope.setResultMap(rm); > rs = ps.getResultSet(); > RowHandler rh = multipleRowHandler.getNextRowHandler(); > RowHandlerCallback hdc = new RowHandlerCallback(rm, null, rh); > handleResults(statementScope, rs, skipResults, maxResults,hdc ); > multipleRowHandler = (MultiRowHandler)hdc.getRowHandler(); > i++; > } > statementScope.setResultMap(statement.getResultMap()); > } else { > while (moveToNextResultsSafely(statementScope, ps)) ; > } > } -- 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 Sep 23 13:03:06 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96871 invoked from network); 23 Sep 2008 13:03:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Sep 2008 13:03:06 -0000 Received: (qmail 78459 invoked by uid 500); 23 Sep 2008 13:03:03 -0000 Delivered-To: [email protected] Received: (qmail 78433 invoked by uid 500); 23 Sep 2008 13:03: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78422 invoked by uid 99); 23 Sep 2008 13:03:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 06:03:03 -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, 23 Sep 2008 13:02:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 53CD3234C1E3 for <[email protected]>; Tue, 23 Sep 2008 06:02:44 -0700 (PDT) Message-ID: <213881416.1222174964342.JavaMail.jira@brutus> Date: Tue, 23 Sep 2008 06:02:44 -0700 (PDT) From: "Amol Jadhav (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-537) Multiple external RowHandler support In-Reply-To: <672922026.1222058384236.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/IBATIS-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633718#action_12633718 ] Amol Jadhav commented on IBATIS-537: ------------------------------------ Hi Kai, Not sure how to attach a patch to the trunk... Will ...try to do it. Regards, Amol > Multiple external RowHandler support > ------------------------------------ > > Key: IBATIS-537 > URL: https://issues.apache.org/jira/browse/IBATIS-537 > Project: iBatis for Java > Issue Type: Improvement > Components: SQL Maps > Affects Versions: 2.3.3 > Reporter: Amol Jadhav > Priority: Minor > > We have MS-SQL store proc which returns mutiple result sets. The results sets are big and it will not be a good idea to put them in ArraList. The current iBatis version do not support multiple external RowHandler (external means, provided by iBatis user). By defualt iBatis uses DefaultRowHandler to process multiple resultsets, the current code which handles multiple resultset is as below > Class: com.ibatis.sqlmap.engine.execution.SqlExecutor > in method private ResultSet handleMultipleResults(.... > // Multiple ResultSet handling > if (callback.getRowHandler() instanceof DefaultRowHandler) { > MappedStatement statement = statementScope.getStatement(); > DefaultRowHandler defaultRowHandler = ((DefaultRowHandler) callback.getRowHandler()); > if (statement.hasMultipleResultMaps()) { > List multipleResults = new ArrayList(); > multipleResults.add(defaultRowHandler.getList()); > ResultMap[] resultMaps = statement.getAdditionalResultMaps(); > int i = 0; > while (moveToNextResultsSafely(statementScope, ps)) { > if (i >= resultMaps.length) break; > ResultMap rm = resultMaps[i]; > statementScope.setResultMap(rm); > rs = ps.getResultSet(); > DefaultRowHandler rh = new DefaultRowHandler(); > handleResults(statementScope, rs, skipResults, maxResults, new RowHandlerCallback(rm, null, rh)); > multipleResults.add(rh.getList()); > i++; > } > defaultRowHandler.setList(multipleResults); > statementScope.setResultMap(statement.getResultMap()); > } else { > while (moveToNextResultsSafely(statementScope, ps)) ; > } > } > // End additional ResultSet handling > The fix which was put to solve this was as below, please let me know your suggestions. > 1. A new interface as below > > package com.ibatis.sqlmap.client.event; > import com.ibatis.sqlmap.client.event.RowHandler; > public interface MultiRowHandler extends RowHandler{ > public MultiRowHandler getNextRowHandler(); > } > 2. Changes to com.ibatis.sqlmap.engine.execution.SqlExecutor > if (callback.getRowHandler() instanceof MultiRowHandler) { > MappedStatement statement = statementScope.getStatement(); > MultiRowHandler multipleRowHandler = (MultiRowHandler)callback.getRowHandler(); > if (statement.hasMultipleResultMaps()) { > ResultMap[] resultMaps = statement.getAdditionalResultMaps(); > int i = 0; > while (moveToNextResultsSafely(statementScope, ps)) { > if (i >= resultMaps.length) break; > ResultMap rm = resultMaps[i]; > statementScope.setResultMap(rm); > rs = ps.getResultSet(); > RowHandler rh = multipleRowHandler.getNextRowHandler(); > RowHandlerCallback hdc = new RowHandlerCallback(rm, null, rh); > handleResults(statementScope, rs, skipResults, maxResults,hdc ); > multipleRowHandler = (MultiRowHandler)hdc.getRowHandler(); > i++; > } > statementScope.setResultMap(statement.getResultMap()); > } else { > while (moveToNextResultsSafely(statementScope, ps)) ; > } > } -- 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 Sep 23 16:30:12 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33035 invoked from network); 23 Sep 2008 16:30:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Sep 2008 16:30:12 -0000 Received: (qmail 66524 invoked by uid 500); 23 Sep 2008 16:30:09 -0000 Delivered-To: [email protected] Received: (qmail 66510 invoked by uid 500); 23 Sep 2008 16:30: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66499 invoked by uid 99); 23 Sep 2008 16:30:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 09:30:09 -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, 23 Sep 2008 16:29:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 51D8B234C1E3 for <[email protected]>; Tue, 23 Sep 2008 09:29:44 -0700 (PDT) Message-ID: <1969982144.1222187384334.JavaMail.jira@brutus> Date: Tue, 23 Sep 2008 09:29:44 -0700 (PDT) From: "Kai Grabfelder (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-537) Multiple external RowHandler support In-Reply-To: <672922026.1222058384236.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/IBATIS-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633786#action_12633786 ] Kai Grabfelder commented on IBATIS-537: --------------------------------------- It's really easy: Check out the subversion trunk, perform your changes and most subversion tools do have an option to create patch files. See the following link for information about how to do this in tortoise. Other subversion clients (e.g. the subversive eclipse plugin) offer similar functionality. http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-patch.html Feel free to ask on the mailing list for help > Multiple external RowHandler support > ------------------------------------ > > Key: IBATIS-537 > URL: https://issues.apache.org/jira/browse/IBATIS-537 > Project: iBatis for Java > Issue Type: Improvement > Components: SQL Maps > Affects Versions: 2.3.3 > Reporter: Amol Jadhav > Priority: Minor > > We have MS-SQL store proc which returns mutiple result sets. The results sets are big and it will not be a good idea to put them in ArraList. The current iBatis version do not support multiple external RowHandler (external means, provided by iBatis user). By defualt iBatis uses DefaultRowHandler to process multiple resultsets, the current code which handles multiple resultset is as below > Class: com.ibatis.sqlmap.engine.execution.SqlExecutor > in method private ResultSet handleMultipleResults(.... > // Multiple ResultSet handling > if (callback.getRowHandler() instanceof DefaultRowHandler) { > MappedStatement statement = statementScope.getStatement(); > DefaultRowHandler defaultRowHandler = ((DefaultRowHandler) callback.getRowHandler()); > if (statement.hasMultipleResultMaps()) { > List multipleResults = new ArrayList(); > multipleResults.add(defaultRowHandler.getList()); > ResultMap[] resultMaps = statement.getAdditionalResultMaps(); > int i = 0; > while (moveToNextResultsSafely(statementScope, ps)) { > if (i >= resultMaps.length) break; > ResultMap rm = resultMaps[i]; > statementScope.setResultMap(rm); > rs = ps.getResultSet(); > DefaultRowHandler rh = new DefaultRowHandler(); > handleResults(statementScope, rs, skipResults, maxResults, new RowHandlerCallback(rm, null, rh)); > multipleResults.add(rh.getList()); > i++; > } > defaultRowHandler.setList(multipleResults); > statementScope.setResultMap(statement.getResultMap()); > } else { > while (moveToNextResultsSafely(statementScope, ps)) ; > } > } > // End additional ResultSet handling > The fix which was put to solve this was as below, please let me know your suggestions. > 1. A new interface as below > > package com.ibatis.sqlmap.client.event; > import com.ibatis.sqlmap.client.event.RowHandler; > public interface MultiRowHandler extends RowHandler{ > public MultiRowHandler getNextRowHandler(); > } > 2. Changes to com.ibatis.sqlmap.engine.execution.SqlExecutor > if (callback.getRowHandler() instanceof MultiRowHandler) { > MappedStatement statement = statementScope.getStatement(); > MultiRowHandler multipleRowHandler = (MultiRowHandler)callback.getRowHandler(); > if (statement.hasMultipleResultMaps()) { > ResultMap[] resultMaps = statement.getAdditionalResultMaps(); > int i = 0; > while (moveToNextResultsSafely(statementScope, ps)) { > if (i >= resultMaps.length) break; > ResultMap rm = resultMaps[i]; > statementScope.setResultMap(rm); > rs = ps.getResultSet(); > RowHandler rh = multipleRowHandler.getNextRowHandler(); > RowHandlerCallback hdc = new RowHandlerCallback(rm, null, rh); > handleResults(statementScope, rs, skipResults, maxResults,hdc ); > multipleRowHandler = (MultiRowHandler)hdc.getRowHandler(); > i++; > } > statementScope.setResultMap(statement.getResultMap()); > } else { > while (moveToNextResultsSafely(statementScope, ps)) ; > } > } -- 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 Sep 23 16:34:35 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36954 invoked from network); 23 Sep 2008 16:34:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Sep 2008 16:34:35 -0000 Received: (qmail 75636 invoked by uid 500); 23 Sep 2008 16:34:32 -0000 Delivered-To: [email protected] Received: (qmail 75624 invoked by uid 500); 23 Sep 2008 16:34: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75613 invoked by uid 99); 23 Sep 2008 16:34:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 09:34:32 -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, 23 Sep 2008 16:33:40 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3AC17234C1E3 for <[email protected]>; Tue, 23 Sep 2008 09:33:44 -0700 (PDT) Message-ID: <1271133485.1222187624239.JavaMail.jira@brutus> Date: Tue, 23 Sep 2008 09:33:44 -0700 (PDT) From: "Clinton Begin (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-537) Multiple external RowHandler support In-Reply-To: <672922026.1222058384236.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/IBATIS-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633788#action_12633788 ] Clinton Begin commented on IBATIS-537: -------------------------------------- Or just attach the whole file... it's just as easy to diff it ourselves... > Multiple external RowHandler support > ------------------------------------ > > Key: IBATIS-537 > URL: https://issues.apache.org/jira/browse/IBATIS-537 > Project: iBatis for Java > Issue Type: Improvement > Components: SQL Maps > Affects Versions: 2.3.3 > Reporter: Amol Jadhav > Priority: Minor > > We have MS-SQL store proc which returns mutiple result sets. The results sets are big and it will not be a good idea to put them in ArraList. The current iBatis version do not support multiple external RowHandler (external means, provided by iBatis user). By defualt iBatis uses DefaultRowHandler to process multiple resultsets, the current code which handles multiple resultset is as below > Class: com.ibatis.sqlmap.engine.execution.SqlExecutor > in method private ResultSet handleMultipleResults(.... > // Multiple ResultSet handling > if (callback.getRowHandler() instanceof DefaultRowHandler) { > MappedStatement statement = statementScope.getStatement(); > DefaultRowHandler defaultRowHandler = ((DefaultRowHandler) callback.getRowHandler()); > if (statement.hasMultipleResultMaps()) { > List multipleResults = new ArrayList(); > multipleResults.add(defaultRowHandler.getList()); > ResultMap[] resultMaps = statement.getAdditionalResultMaps(); > int i = 0; > while (moveToNextResultsSafely(statementScope, ps)) { > if (i >= resultMaps.length) break; > ResultMap rm = resultMaps[i]; > statementScope.setResultMap(rm); > rs = ps.getResultSet(); > DefaultRowHandler rh = new DefaultRowHandler(); > handleResults(statementScope, rs, skipResults, maxResults, new RowHandlerCallback(rm, null, rh)); > multipleResults.add(rh.getList()); > i++; > } > defaultRowHandler.setList(multipleResults); > statementScope.setResultMap(statement.getResultMap()); > } else { > while (moveToNextResultsSafely(statementScope, ps)) ; > } > } > // End additional ResultSet handling > The fix which was put to solve this was as below, please let me know your suggestions. > 1. A new interface as below > > package com.ibatis.sqlmap.client.event; > import com.ibatis.sqlmap.client.event.RowHandler; > public interface MultiRowHandler extends RowHandler{ > public MultiRowHandler getNextRowHandler(); > } > 2. Changes to com.ibatis.sqlmap.engine.execution.SqlExecutor > if (callback.getRowHandler() instanceof MultiRowHandler) { > MappedStatement statement = statementScope.getStatement(); > MultiRowHandler multipleRowHandler = (MultiRowHandler)callback.getRowHandler(); > if (statement.hasMultipleResultMaps()) { > ResultMap[] resultMaps = statement.getAdditionalResultMaps(); > int i = 0; > while (moveToNextResultsSafely(statementScope, ps)) { > if (i >= resultMaps.length) break; > ResultMap rm = resultMaps[i]; > statementScope.setResultMap(rm); > rs = ps.getResultSet(); > RowHandler rh = multipleRowHandler.getNextRowHandler(); > RowHandlerCallback hdc = new RowHandlerCallback(rm, null, rh); > handleResults(statementScope, rs, skipResults, maxResults,hdc ); > multipleRowHandler = (MultiRowHandler)hdc.getRowHandler(); > i++; > } > statementScope.setResultMap(statement.getResultMap()); > } else { > while (moveToNextResultsSafely(statementScope, ps)) ; > } > } -- 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 Sep 24 08:18:36 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12413 invoked from network); 24 Sep 2008 08:18:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Sep 2008 08:18:35 -0000 Received: (qmail 31510 invoked by uid 500); 24 Sep 2008 08:18:32 -0000 Delivered-To: [email protected] Received: (qmail 31499 invoked by uid 500); 24 Sep 2008 08: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31486 invoked by uid 99); 24 Sep 2008 08:18:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 01:18:32 -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, 24 Sep 2008 08:17:40 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5FBAD234C1F4 for <[email protected]>; Wed, 24 Sep 2008 01:17:44 -0700 (PDT) Message-ID: <1866485326.1222244264391.JavaMail.jira@brutus> Date: Wed, 24 Sep 2008 01:17:44 -0700 (PDT) From: "Amol Jadhav (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-537) Multiple external RowHandler support In-Reply-To: <672922026.1222058384236.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/IBATIS-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634061#action_12634061 ] Amol Jadhav commented on IBATIS-537: ------------------------------------ Have attached both the files involved... Clinton you can go ahead... > Multiple external RowHandler support > ------------------------------------ > > Key: IBATIS-537 > URL: https://issues.apache.org/jira/browse/IBATIS-537 > Project: iBatis for Java > Issue Type: Improvement > Components: SQL Maps > Affects Versions: 2.3.3 > Reporter: Amol Jadhav > Priority: Minor > Attachments: MultiRowHandler.java, SqlExecutor.java > > > We have MS-SQL store proc which returns mutiple result sets. The results sets are big and it will not be a good idea to put them in ArraList. The current iBatis version do not support multiple external RowHandler (external means, provided by iBatis user). By defualt iBatis uses DefaultRowHandler to process multiple resultsets, the current code which handles multiple resultset is as below > Class: com.ibatis.sqlmap.engine.execution.SqlExecutor > in method private ResultSet handleMultipleResults(.... > // Multiple ResultSet handling > if (callback.getRowHandler() instanceof DefaultRowHandler) { > MappedStatement statement = statementScope.getStatement(); > DefaultRowHandler defaultRowHandler = ((DefaultRowHandler) callback.getRowHandler()); > if (statement.hasMultipleResultMaps()) { > List multipleResults = new ArrayList(); > multipleResults.add(defaultRowHandler.getList()); > ResultMap[] resultMaps = statement.getAdditionalResultMaps(); > int i = 0; > while (moveToNextResultsSafely(statementScope, ps)) { > if (i >= resultMaps.length) break; > ResultMap rm = resultMaps[i]; > statementScope.setResultMap(rm); > rs = ps.getResultSet(); > DefaultRowHandler rh = new DefaultRowHandler(); > handleResults(statementScope, rs, skipResults, maxResults, new RowHandlerCallback(rm, null, rh)); > multipleResults.add(rh.getList()); > i++; > } > defaultRowHandler.setList(multipleResults); > statementScope.setResultMap(statement.getResultMap()); > } else { > while (moveToNextResultsSafely(statementScope, ps)) ; > } > } > // End additional ResultSet handling > The fix which was put to solve this was as below, please let me know your suggestions. > 1. A new interface as below > > package com.ibatis.sqlmap.client.event; > import com.ibatis.sqlmap.client.event.RowHandler; > public interface MultiRowHandler extends RowHandler{ > public MultiRowHandler getNextRowHandler(); > } > 2. Changes to com.ibatis.sqlmap.engine.execution.SqlExecutor > if (callback.getRowHandler() instanceof MultiRowHandler) { > MappedStatement statement = statementScope.getStatement(); > MultiRowHandler multipleRowHandler = (MultiRowHandler)callback.getRowHandler(); > if (statement.hasMultipleResultMaps()) { > ResultMap[] resultMaps = statement.getAdditionalResultMaps(); > int i = 0; > while (moveToNextResultsSafely(statementScope, ps)) { > if (i >= resultMaps.length) break; > ResultMap rm = resultMaps[i]; > statementScope.setResultMap(rm); > rs = ps.getResultSet(); > RowHandler rh = multipleRowHandler.getNextRowHandler(); > RowHandlerCallback hdc = new RowHandlerCallback(rm, null, rh); > handleResults(statementScope, rs, skipResults, maxResults,hdc ); > multipleRowHandler = (MultiRowHandler)hdc.getRowHandler(); > i++; > } > statementScope.setResultMap(statement.getResultMap()); > } else { > while (moveToNextResultsSafely(statementScope, ps)) ; > } > } -- 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 Sep 25 18:21:22 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88442 invoked from network); 25 Sep 2008 18:21:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Sep 2008 18:21:22 -0000 Received: (qmail 67089 invoked by uid 500); 25 Sep 2008 18:21:20 -0000 Delivered-To: [email protected] Received: (qmail 66910 invoked by uid 500); 25 Sep 2008 18:21: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66899 invoked by uid 99); 25 Sep 2008 18:21:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 11:21: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 smtp118.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 25 Sep 2008 18:20:19 +0000 Received: (qmail 68784 invoked from network); 25 Sep 2008 18:20:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=Cf3RRsOCEeqfVh3xHdBilRbrudd+QLV8puVxeNIoBWlLdar8HXcfaKDXXURUAa2MH5KNYzmVpO5c5NKhPTniTpJ5aAEV/DaMQ9RNV7LC+mt+NYM0w76FiGBEGlZzIe3VdqtYUZ2uY7BGETUfggHFf5YOYuum4Rdqv/IieFRaPK8= ; Received: from unknown (HELO ?161.129.204.104?) ([email protected] with plain) by smtp118.mail.mud.yahoo.com with SMTP; 25 Sep 2008 18:20:52 -0000 X-YMail-OSG: bOfe74IVM1mk86tNmrmkL.jVTVj817hmB_wQr.bzmLx.96qOSuzPjEPzQ0atCY1zOmDKOVZP11WLSlbF7oYT0Ntuw0pFunp1qv389dz1LGZPtpKpIZ4O4C7QYd4u1e_J02qWODPZcs9Ji9q.2V8aP8ugDwBWpw-- X-Yahoo-Newman-Property: ymail-3 Subject: ResultMap columns as a superset of select columns From: Daniel Henrique Alves Lima <[email protected]> To: [email protected] Content-Type: text/plain Date: Thu, 25 Sep 2008 15:36:54 -0300 Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi everybody. First of all: I'm sorry for my bad English. Can I implement/extend some of the IBatis' interfaces and classes reuse the same resultMap in a lot of selects (with different columns selected) ? Something like this: <resultMap id="EntityMap" class="Entity"> <result property="code" column="cd_entity" /> <result property="name" column="nm_entity" /> </resultMap> <select id="selectAllEntities" resultMap="EntityMap"> select * from entity </select> <select id="selectAllEntitiesCodes" resultMap="EntityMap"> select cd_entity from entity </select> Thanks in advance ! From [email protected] Thu Sep 25 18:37:07 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 772 invoked from network); 25 Sep 2008 18:37:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Sep 2008 18:37:07 -0000 Received: (qmail 84543 invoked by uid 500); 25 Sep 2008 18:37:05 -0000 Delivered-To: [email protected] Received: (qmail 84528 invoked by uid 500); 25 Sep 2008 18:37: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84517 invoked by uid 99); 25 Sep 2008 18:37:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 11:37:05 -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 fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 18:36:05 +0000 Received: by fg-out-1718.google.com with SMTP id d23so389840fga.32 for <[email protected]>; Thu, 25 Sep 2008 11:36:21 -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 :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=TuXtBPT5BjZHrC7Pe0SoRJdsKZ0i6l+nstdKXlBVYkc=; b=ge7uvk91W+z6/+GN25tuzTR1jjb+gam/RBRrANQR9JYrLrfPVJkT41BHIYED70Le1d jvsv176Kgtaz9cu8POcS8SQ6ec5Yb902sooNnwDC6TRBC3qmOAiZzZG0PtZD46YmcCZh HkXJArtKwb5itFX9p+A3h8d4V57B+ISy3obAQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fec+DXOJ+rSiLKz4VYplaL/rPkVKjO1D1XeWtI3Mzqpbh/TJKp3p8eql87xCeRQgr/ PDc5LTZlRUAZAyvzANR30+Dj8+3rFlDJSjvIy4ePnDZGsbMw1ZdgyBjWfQv8077HPC/r 5a4stJ3C4HutwHYHr6xNsWvCCsfgZLGbm1HEk= Received: by 161.129.204.104 with SMTP id x17mr159584bkg.52.1222367781180; Thu, 25 Sep 2008 11:36:21 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 25 Sep 2008 11:36:21 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 25 Sep 2008 12:36:21 -0600 From: "Larry Meadors" <[email protected]> Reply-To: [email protected] To: [email protected] Subject: Re: ResultMap columns as a superset of select columns 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 Why not just do this: <select id="selectAllEntitiesCodes" resultClass="Entity"> select cd_entity code from entity </select> Larry On Thu, Sep 25, 2008 at 12:36 PM, Daniel Henrique Alves Lima <[email protected]> wrote: > Hi everybody. First of all: I'm sorry for my bad English. > > Can I implement/extend some of the IBatis' interfaces and classes reuse the same > resultMap in a lot of selects (with different columns selected) ? > Something like this: > > <resultMap id="EntityMap" class="Entity"> > <result property="code" column="cd_entity" /> > <result property="name" column="nm_entity" /> > </resultMap> > > <select id="selectAllEntities" resultMap="EntityMap"> > select * from entity > </select> > > <select id="selectAllEntitiesCodes" resultMap="EntityMap"> > select cd_entity from entity > </select> > > > > Thanks in advance ! > > > From [email protected] Mon Sep 29 12:31:07 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81581 invoked from network); 29 Sep 2008 12:31:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Sep 2008 12:31:05 -0000 Received: (qmail 66912 invoked by uid 500); 29 Sep 2008 12:31:04 -0000 Delivered-To: [email protected] Received: (qmail 66895 invoked by uid 500); 29 Sep 2008 12: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66877 invoked by uid 99); 29 Sep 2008 12:31:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 05:31:03 -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, 29 Sep 2008 12:30:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3FE95234C1E1 for <[email protected]>; Mon, 29 Sep 2008 05:30:44 -0700 (PDT) Message-ID: <154045158.1222691444246.JavaMail.jira@brutus> Date: Mon, 29 Sep 2008 05:30:44 -0700 (PDT) From: "Archana Singh (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-538) Infinite loop when result set is null MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Infinite loop when result set is null ------------------------------------- Key: IBATIS-538 URL: https://issues.apache.org/jira/browse/IBATIS-538 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.0 Environment: Win XP/JDK 1.4 Reporter: Archana Singh Priority: Blocker Fix For: 2.3.0 SQLExecutor.getFirstResultSet method call goes into an infinite loop when using Stored procedures in Oracle DB as the result set is null. this.queryForObject("getSetValue", map); ***************SQL Map entry:************************ <parameterMap id="keyRingParams" class="map"> <parameter property="p_key" jdbcType="VARCHAR" javaType="java.lang.String" mode="IN"/> <parameter property="p_value" jdbcType="VARCHAR" javaType="java.lang.String" mode="IN"/> <parameter property="o_value" jdbcType="VARCHAR" javaType="java.lang.String" mode="OUT"/> <parameter property="o_datetime" jdbcType="TIMESTAMP" javaType="java.util.Date" mode="OUT"/> </parameterMap> <procedure id="getSetValue" parameterMap="keyRingParams"> {call ag_setget_pvtkey (?,?,?,?)} </procedure> ****************************************************************************************************************** I found this similar issue (https://issues.apache.org/jira/browse/IBATIS-384) -- 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 Sep 29 17:18:37 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27077 invoked from network); 29 Sep 2008 17:18:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Sep 2008 17:18:35 -0000 Received: (qmail 49593 invoked by uid 500); 29 Sep 2008 17:18:33 -0000 Delivered-To: [email protected] Received: (qmail 49584 invoked by uid 500); 29 Sep 2008 17: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49568 invoked by uid 99); 29 Sep 2008 17:18:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 10:18: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 17:17:39 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5054A234C1E2 for <[email protected]>; Mon, 29 Sep 2008 10:17:44 -0700 (PDT) Message-ID: <434546426.1222708664327.JavaMail.jira@brutus> Date: Mon, 29 Sep 2008 10:17:44 -0700 (PDT) From: "Kai Grabfelder (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-538) Infinite loop when result set is null In-Reply-To: <154045158.1222691444246.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/IBATIS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635452#action_12635452 ] Kai Grabfelder commented on IBATIS-538: --------------------------------------- could you please check if you do have the same problem with 2.3.4? > Infinite loop when result set is null > ------------------------------------- > > Key: IBATIS-538 > URL: https://issues.apache.org/jira/browse/IBATIS-538 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.3.0 > Environment: Win XP/JDK 1.4 > Reporter: Archana Singh > Priority: Blocker > Fix For: 2.3.0 > > > SQLExecutor.getFirstResultSet method call goes into an infinite loop when using Stored procedures in Oracle DB as the result set is null. > this.queryForObject("getSetValue", map); > ***************SQL Map entry:************************ > <parameterMap id="keyRingParams" class="map"> > <parameter property="p_key" jdbcType="VARCHAR" javaType="java.lang.String" mode="IN"/> > <parameter property="p_value" jdbcType="VARCHAR" javaType="java.lang.String" mode="IN"/> > <parameter property="o_value" jdbcType="VARCHAR" javaType="java.lang.String" mode="OUT"/> > <parameter property="o_datetime" jdbcType="TIMESTAMP" javaType="java.util.Date" mode="OUT"/> > </parameterMap> > <procedure id="getSetValue" parameterMap="keyRingParams"> > {call ag_setget_pvtkey (?,?,?,?)} > </procedure> > ****************************************************************************************************************** > I found this similar issue (https://issues.apache.org/jira/browse/IBATIS-384) -- 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 Sep 30 19:48:39 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98481 invoked from network); 30 Sep 2008 19:48:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Sep 2008 19:48:39 -0000 Received: (qmail 15644 invoked by uid 500); 30 Sep 2008 19:48:37 -0000 Delivered-To: [email protected] Received: (qmail 15625 invoked by uid 500); 30 Sep 2008 19:48: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15614 invoked by uid 99); 30 Sep 2008 19:48:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 12:48:37 -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, 30 Sep 2008 19:47:40 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 68F52234C1F5 for <[email protected]>; Tue, 30 Sep 2008 12:47:44 -0700 (PDT) Message-ID: <1331265071.1222804064415.JavaMail.jira@brutus> Date: Tue, 30 Sep 2008 12:47:44 -0700 (PDT) From: "George H. Marvin (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-539) When using IBATIS with OSCache getting "Closed Connection" when using proxy connections and closing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org When using IBATIS with OSCache getting "Closed Connection" when using proxy connections and closing --------------------------------------------------------------------------------------------------- Key: IBATIS-539 URL: https://issues.apache.org/jira/browse/IBATIS-539 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.0 Environment: Microsoft Windows XP Professional, Oracle 10g, BEA Weblogic 10, Reporter: George H. Marvin Fix For: 2.3.3, 2.3.2, 2.3.1, 2.3.0 When an IBATIS Query is run without CACHING, connections are properly closed and everything runs fine. When caching is activated, the first query executes properly, there is a close() issued to the proxy connection, a new proxy connection is obtained and the second query aborts in OracleStatement.ensureOpen(). The last IBATIS class executed is PreparedStatementLogProxy (line 62). The following is an example of the code I am talking about: public void getReference(VOCSCommand cmd) { List<?> results = null; Map<?, ?> paramList = cmd.params; Connection proxyConn=null; try { BaseVO baseVo = cmd.basevo; logger.debug("userid=" + baseVo.getUserCredentials().getUserId()); logger.debug("password=" + baseVo.getUserCredentials().getPassword()); proxyConn = getProxyConnection(baseVo); smc.setUserConnection(proxyConn); results = smc.queryForList(cmd.cmdName.trim(), paramList); // proxyConn.close(); } catch (Exception e) { e.printStackTrace(); } finally { if (proxyConn != null) { try { logger.debug("Error closing proxyConn - [getReference]"); proxyConn.close(); } catch (SQLException e) { // TODO Auto-generated catch block e.printStackTrace(); } } } if (results != null) cmd.result.addAll(results); } I get the following results for 2 executions: 2008-09-30 15:34:24,262 INFO [common.DCapesObjectFactory] - BEGIN: loading Spring config:DCAPES_DYNAMIC_DEFS 2008-09-30 15:34:27,921 DEBUG [base.Config] - OSCache: Config called 2008-09-30 15:34:27,921 INFO [base.Config] - OSCache: Getting properties from URL file:/C:/gmarvin_ts_Spiral2/dcapes_lc/dcapes/dcapes-dms/classes/oscache.properties for the default configuration 2008-09-30 15:34:27,952 INFO [base.Config] - OSCache: Properties read {cache.capacity=100000, cache.event.listeners=SimpleStatisticListenerImpl} 2008-09-30 15:34:27,952 DEBUG [base.AbstractCacheAdministrator] - Constructed AbstractCacheAdministrator() 2008-09-30 15:34:27,952 INFO [general.GeneralCacheAdministrator] - Constructed GeneralCacheAdministrator() 2008-09-30 15:34:27,952 INFO [general.GeneralCacheAdministrator] - Creating new cache 2008-09-30 15:34:28,015 INFO [SimpleStatisticListenerImpl] - Creation of SimpleStatisticListenerImpl 2008-09-30 15:34:28,765 DEBUG [vocs.VoCacheDDMSImpl] - In VoCacheDDMSImpl... 2008-09-30 15:34:28,906 INFO [common.DCapesObjectFactory] - END: loading Spring config:DCAPES_DYNAMIC_DEFS 2008-09-30 15:34:28,906 DEBUG [vocs.VoCacheCloseProblemTest] - testInvokeService 2008-09-30 15:34:29,516 DEBUG [vocs.VoCacheDDMSImpl] - userid=billbinz 2008-09-30 15:34:29,516 DEBUG [vocs.VoCacheDDMSImpl] - password=bil6bil! 2008-09-30 15:34:30,313 DEBUG [sql.Connection] - {conn-100000} Connection 2008-09-30 15:34:30,344 DEBUG [algorithm.AbstractConcurrentReadCache] - get called (key=748120546|-1124938390|AEQ%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999) 2008-09-30 15:34:30,344 DEBUG [algorithm.AbstractConcurrentReadCache] - persistRetrieve called (key=748120546|-1124938390|AEQ%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999) 2008-09-30 15:34:30,344 DEBUG [base.Cache] - No cache entry exists for key='748120546|-1124938390|AEQ%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999', creating 2008-09-30 15:34:30,360 DEBUG [SimpleStatisticListenerImpl] - accessed 2008-09-30 15:34:30,360 DEBUG [SimpleStatisticListenerImpl] - ACCESS : MISS: 748120546|-1124938390|AEQ%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999 2008-09-30 15:34:30,360 DEBUG [SimpleStatisticListenerImpl] - STATISTIC : Hit = 0, stale hit =0, miss = 1 2008-09-30 15:34:30,360 DEBUG [cache.CacheModel] - Cache 'ServSiteLookupVO.ServSiteLookupVO-cache': cache miss 2008-09-30 15:34:30,391 DEBUG [sql.Connection] - {conn-100000} Preparing Statement: select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? 2008-09-30 15:34:31,079 DEBUG [sql.PreparedStatement] - {pstm-100001} Executing Statement: select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? 2008-09-30 15:34:31,079 DEBUG [sql.PreparedStatement] - {pstm-100001} Parameters: [AEQ%, %] 2008-09-30 15:34:31,079 DEBUG [sql.PreparedStatement] - {pstm-100001} Types: [java.lang.String, java.lang.String] 2008-09-30 15:34:31,142 DEBUG [sql.ResultSet] - {rset-100002} ResultSet 2008-09-30 15:34:31,204 DEBUG [sql.ResultSet] - {rset-100002} Header: [GLC_CD, GLC_NM] 2008-09-30 15:34:31,204 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQA, ALFORDSVILLE] 2008-09-30 15:34:31,204 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQB, ALFRED] 2008-09-30 15:34:31,204 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQC, ALFRED] 2008-09-30 15:34:31,204 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQD, ALFRED STATION] 2008-09-30 15:34:31,204 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQE, ALFREDO VASQUEZ C] 2008-09-30 15:34:31,204 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQF, ALFRED] 2008-09-30 15:34:31,204 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQG, ALFRED] 2008-09-30 15:34:31,220 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQH, ALEGRETE] 2008-09-30 15:34:31,220 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQJ, ALGENRODT] 2008-09-30 15:34:31,220 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQK, ALEGRETE NOVO] 2008-09-30 15:34:31,220 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQM, ALGER-HOUARI BOUM] 2008-09-30 15:34:31,220 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQN, ALFRED 01] 2008-09-30 15:34:31,220 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQQ, ALGIERS] 2008-09-30 15:34:31,220 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQS, ALGHERO] 2008-09-30 15:34:31,220 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQT, ALGECIRAS] 2008-09-30 15:34:31,235 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQU, ALGIERS] 2008-09-30 15:34:31,235 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQV, ALGER] 2008-09-30 15:34:31,235 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQW, ALEKSANDROVSK SAK] 2008-09-30 15:34:31,235 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQX, ALGHERO] 2008-09-30 15:34:31,235 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQY, ALFONSO LOPEZ PUM] 2008-09-30 15:34:31,235 DEBUG [sql.ResultSet] - {rset-100002} Result: [AEQZ, ALFTAVER] 2008-09-30 15:34:31,251 DEBUG [algorithm.AbstractConcurrentReadCache] - get called (key=748120546|-1124938390|AEQ%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999) 2008-09-30 15:34:31,251 DEBUG [algorithm.AbstractConcurrentReadCache] - persistRetrieve called (key=748120546|-1124938390|AEQ%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999) 2008-09-30 15:34:31,251 DEBUG [base.Cache] - No cache entry exists for key='748120546|-1124938390|AEQ%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999', creating 2008-09-30 15:34:31,251 DEBUG [algorithm.AbstractConcurrentReadCache] - persistStore called (key=748120546|-1124938390|AEQ%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999) 2008-09-30 15:34:31,251 DEBUG [algorithm.AbstractConcurrentReadCache] - persistRetrieveGroup called (groupName=ServSiteLookupVO.ServSiteLookupVO-cache) 2008-09-30 15:34:31,251 DEBUG [algorithm.AbstractConcurrentReadCache] - persistStoreGroup called (groupName=ServSiteLookupVO.ServSiteLookupVO-cache) 2008-09-30 15:34:31,267 DEBUG [SimpleStatisticListenerImpl] - cacheEntryAdded 2008-09-30 15:34:31,267 DEBUG [cache.CacheModel] - Cache 'ServSiteLookupVO.ServSiteLookupVO-cache': stored object 'mil.af.dcapes.common.data.ServSiteLookupVO@9b6220, mil.af.dcapes.common.data.ServSiteLookupVO@1474e45, mil.af.dcapes.common.data.ServSiteLookupVO@63a721, [email protected]...' 2008-09-30 15:34:31,267 DEBUG [vocs.VoCacheDDMSImpl] - Error closing proxyConn - [getReference] [servSite]=AEQA [servSiteDescription]=ALFORDSVILLE [servSite]=AEQB [servSiteDescription]=ALFRED [servSite]=AEQC [servSiteDescription]=ALFRED [servSite]=AEQD [servSiteDescription]=ALFRED STATION [servSite]=AEQE [servSiteDescription]=ALFREDO VASQUEZ C [servSite]=AEQF [servSiteDescription]=ALFRED [servSite]=AEQG [servSiteDescription]=ALFRED [servSite]=AEQH [servSiteDescription]=ALEGRETE [servSite]=AEQJ [servSiteDescription]=ALGENRODT [servSite]=AEQK [servSiteDescription]=ALEGRETE NOVO [servSite]=AEQM [servSiteDescription]=ALGER-HOUARI BOUM [servSite]=AEQN [servSiteDescription]=ALFRED 01 [servSite]=AEQQ [servSiteDescription]=ALGIERS [servSite]=AEQS [servSiteDescription]=ALGHERO [servSite]=AEQT [servSiteDescription]=ALGECIRAS [servSite]=AEQU [servSiteDescription]=ALGIERS [servSite]=AEQV [servSiteDescription]=ALGER [servSite]=AEQW [servSiteDescription]=ALEKSANDROVSK SAK [servSite]=AEQX [servSiteDescription]=ALGHERO [servSite]=AEQY [servSiteDescription]=ALFONSO LOPEZ PUM [servSite]=AEQZ [servSiteDescription]=ALFTAVER 2008-09-30 15:34:31,282 DEBUG [vocs.VoCacheDDMSImpl] - userid=billbinz 2008-09-30 15:34:31,282 DEBUG [vocs.VoCacheDDMSImpl] - password=bil6bil! 2008-09-30 15:34:31,423 DEBUG [sql.Connection] - {conn-100003} Connection 2008-09-30 15:34:31,423 DEBUG [algorithm.AbstractConcurrentReadCache] - get called (key=1869442161|-1126941579|B%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999) 2008-09-30 15:34:31,423 DEBUG [algorithm.AbstractConcurrentReadCache] - persistRetrieve called (key=1869442161|-1126941579|B%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999) 2008-09-30 15:34:31,423 DEBUG [base.Cache] - No cache entry exists for key='1869442161|-1126941579|B%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999', creating 2008-09-30 15:34:31,423 DEBUG [SimpleStatisticListenerImpl] - accessed 2008-09-30 15:34:31,423 DEBUG [SimpleStatisticListenerImpl] - ACCESS : MISS: 1869442161|-1126941579|B%|%|getServSiteLookupInfo|11512063| select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? |executeQueryForList|0|-999999 2008-09-30 15:34:31,423 DEBUG [SimpleStatisticListenerImpl] - STATISTIC : Hit = 0, stale hit =0, miss = 2 2008-09-30 15:34:31,423 DEBUG [cache.CacheModel] - Cache 'ServSiteLookupVO.ServSiteLookupVO-cache': cache miss 2008-09-30 15:34:31,423 DEBUG [sql.PreparedStatement] - {pstm-100001} Executing Statement: select GLC_CD,GLC_NM from DCAPES_JOPES_REF.S_GEOLOCATION where GLC_CD like ? and GLC_NM like ? 2008-09-30 15:34:31,423 DEBUG [sql.PreparedStatement] - {pstm-100001} Parameters: [B%, %] 2008-09-30 15:34:31,423 DEBUG [sql.PreparedStatement] - {pstm-100001} Types: [java.lang.String, java.lang.String] com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in mil/af/dcapes/ddms/vocs/data/ServSiteLookupVO.xml. --- The error occurred while applying a parameter map. --- Check the ServSiteLookupVO.ServSiteParamMap. --- Check the statement (query failed). --- Cause: java.sql.SQLException: Closed Connection at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.executeQueryWithCallback(GeneralStatement.java:185) at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.executeQueryForList(GeneralStatement.java:123) at com.ibatis.sqlmap.engine.mapping.statement.CachingStatement.executeQueryForList(CachingStatement.java:97) at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForList(SqlMapExecutorDelegate.java:615) at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForList(SqlMapExecutorDelegate.java:589) at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForList(SqlMapSessionImpl.java:118) at com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.queryForList(SqlMapClientImpl.java:95) at mil.af.dcapes.ddms.vocs.VoCacheDDMSImpl.getReference(VoCacheDDMSImpl.java:39) at mil.af.dcapes.ddms.vocs.VoCacheDDMSImpl.invokeService(VoCacheDDMSImpl.java:61) at mil.af.dcapes.ddms.vocs.VoCacheCloseProblemTest.closeConnectionTest(VoCacheCloseProblemTest.java:62) 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.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99) at org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.java:81) at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34) at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75) at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45) at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:66) at org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35) at org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42) at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34) at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52) at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:38) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) Caused by: java.sql.SQLException: Closed Connection at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112) at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146) at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208) at oracle.jdbc.driver.OracleStatement.ensureOpen(OracleStatement.java:3517) at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3297) at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3422) 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 com.ibatis.common.jdbc.logging.PreparedStatementLogProxy.invoke(PreparedStatementLogProxy.java:62) at $Proxy7.execute(Unknown Source) at com.ibatis.sqlmap.engine.execution.SqlExecutor.executeQuery(SqlExecutor.java:186) at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.sqlExecuteQuery(GeneralStatement.java:205) at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.executeQueryWithCallback(GeneralStatement.java:173) ... 29 more 2008-09-30 15:34:31,501 DEBUG [vocs.VoCacheDDMSImpl] - Error closing proxyConn - [getReference] -- 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 May 01 10:04:53 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60737 invoked from network); 1 May 2009 10:04:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 May 2009 10:04:53 -0000 Received: (qmail 48656 invoked by uid 500); 1 May 2009 10:04:53 -0000 Delivered-To: [email protected] Received: (qmail 48631 invoked by uid 500); 1 May 2009 10:04: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48621 invoked by uid 99); 1 May 2009 10:04:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 10:04: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 10:04:51 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 52B77234C04B for <[email protected]>; Fri, 1 May 2009 03:04:30 -0700 (PDT) Message-ID: <1718705824.1241172270337.JavaMail.jira@brutus> Date: Fri, 1 May 2009 03:04:30 -0700 (PDT) From: "Steve Poole (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (KATO-5) Code contribution for hprof support 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 Code contribution for hprof support ------------------------------------ Key: KATO-5 URL: https://issues.apache.org/jira/browse/KATO-5 Project: Kato Issue Type: Task Components: API Reporter: Steve Poole I've attached a zip of source code that Stuart Monteith and I wrote for the project while waiting for the DTFJ contribution to complete. The code was all written by us for the Apache Kato project only. ie not repurposed. The code comprises: KatoHProfAdaptorPOC - Implements the Kato API using the hprof binary reader POC. Currently a partial implementation. org.apache.kato.hprof.image - Implements the image API org.apache.kato.hprof.java - implements the Java API. The following packages are testcases for the packages above. test.apache.kato.hprof test.apache.kato.hprof.image test.apache.kato.hprof.java HProfBinaryReaderPOC - Exposes the hprof binary format as a Java API. org.apache.kato.common - Contains utility classes for accessing data org.apache.kato.hprof - An abstract of the hprof binary format, indexes records. org.apache.kato.hprof.datalayer - Reads the hprof binary format records. test.apache.kato.common - test cases for org.apache.kato.common test.apache.kato.hprof - tests this project HprofBinaryReaderPOCUI - This project is an eclipse plugin that displays the Hprof records in binary dumps. Was written entirely by Steve. org.apache.kato.ui - Base of project - bootstraps plugin org.apache.kato.ui.editors - Implements editor for hprof org.apache.kato.ui.factory - Implements viewer factories org.apache.kato.ui.popup.actions - Implements actions org.apache.kato.ui.propertysource - Implements a property source org.apache.kato.ui.provider - implements content and label providers org.apache.kato.ui.views - empty -- 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 May 01 10:07:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62848 invoked from network); 1 May 2009 10:07:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 May 2009 10:07:51 -0000 Received: (qmail 51377 invoked by uid 500); 1 May 2009 10:07:51 -0000 Delivered-To: [email protected] Received: (qmail 51354 invoked by uid 500); 1 May 2009 10:07: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51344 invoked by uid 99); 1 May 2009 10:07:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 10:07: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 10:07:50 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 59BC2234C003 for <[email protected]>; Fri, 1 May 2009 03:07:30 -0700 (PDT) Message-ID: <1675901486.1241172450352.JavaMail.jira@brutus> Date: Fri, 1 May 2009 03:07:30 -0700 (PDT) From: "Steve Poole (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (KATO-5) Code contribution for hprof support In-Reply-To: <1718705824.1241172270337.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/KATO-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Poole updated KATO-5: --------------------------- Attachment: hprofreader.zip code as described > Code contribution for hprof support > ------------------------------------ > > Key: KATO-5 > URL: https://issues.apache.org/jira/browse/KATO-5 > Project: Kato > Issue Type: Task > Components: API > Reporter: Steve Poole > Attachments: hprofreader.zip > > > I've attached a zip of source code that Stuart Monteith and I wrote for the project while waiting for the DTFJ contribution to complete. The code was all written by us for the Apache Kato project only. ie not repurposed. > The code comprises: > KatoHProfAdaptorPOC - Implements the Kato API using the hprof binary reader POC. Currently a partial implementation. > org.apache.kato.hprof.image - Implements the image API > org.apache.kato.hprof.java - implements the Java API. > The following packages are testcases for the packages above. > test.apache.kato.hprof > test.apache.kato.hprof.image > test.apache.kato.hprof.java > HProfBinaryReaderPOC - Exposes the hprof binary format as a Java API. > org.apache.kato.common - Contains utility classes for accessing data > org.apache.kato.hprof - An abstract of the hprof binary format, indexes records. > org.apache.kato.hprof.datalayer - Reads the hprof binary format records. > test.apache.kato.common - test cases for org.apache.kato.common > test.apache.kato.hprof - tests this project > HprofBinaryReaderPOCUI - This project is an eclipse plugin that displays the Hprof records in binary dumps. Was written entirely by Steve. > org.apache.kato.ui - Base of project - bootstraps plugin > org.apache.kato.ui.editors - Implements editor for hprof > org.apache.kato.ui.factory - Implements viewer factories > org.apache.kato.ui.popup.actions - Implements actions > org.apache.kato.ui.propertysource - Implements a property source > org.apache.kato.ui.provider - implements content and label providers > org.apache.kato.ui.views - empty -- 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 May 01 10:18:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73214 invoked from network); 1 May 2009 10:18:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 May 2009 10:18:01 -0000 Received: (qmail 60960 invoked by uid 500); 1 May 2009 10:18:01 -0000 Delivered-To: [email protected] Received: (qmail 60934 invoked by uid 500); 1 May 2009 10:18: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60924 invoked by uid 99); 1 May 2009 10:18:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 10:18:01 +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 ey-out-1920.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 10:17:51 +0000 Received: by ey-out-1920.google.com with SMTP id 13so519260eye.54 for <[email protected]>; Fri, 01 May 2009 03:17:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=lEnkHY+t/zpwhWkqsXUrzD4MJR/1nr3ibZ4u/ZY/7Mo=; b=ZGbbdwSQIAEDwZ8jt8BIesboeraEUKJDT4TuMzpVWaYD2mBmkTb8fVi0+dnm6eyWVH 6FLK0b4ioRgXQJLzfnwwFQoSYaYdi8MwzVS2+8bu2C/LiEvOdBEhvoMsgGSwjPR5251w 45fd4T0Bt7EpCO2uGd4KNcP9Un2p0fF5XNtZE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=pxrT10hegTq5SQqMFJ4rY+3Sm4Duzz9e3ng9AcGrGwDM5vZ1eHA6XaQq0w/DbU94p6 HSBq94bvTHiXxjxqSZNnll3Qx105tBMohWLUfxdk5tdk3DnVn039PSekF4bKYd3P/QOu fpJpSGcLJ+AnmNLuFrOCwu+CyvMNyxbU6OuLY= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id h10mr359353ebc.78.1241173051052; Fri, 01 May 2009 03:17:31 -0700 (PDT) Date: Fri, 1 May 2009 11:17:31 +0100 Message-ID: <[email protected]> Subject: Hprof support - code contribution From: Steve Poole <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0cd1e2c4d013fd0468d71e3b X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd1e2c4d013fd0468d71e3b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi all, just raised jira item 5 https://issues.apache.org/jira/browse/KATO-5. This item holds the code that Stuart and I wrote for the Apache project while waiting for the IBM DTFJ contribution to clear. I don't believe I have to do anything else before checking this code into SVN but I'll hold off for a few days just in case. If I'm missing a step please let me know! Thanks Steve --000e0cd1e2c4d013fd0468d71e3b-- From [email protected] Wed May 06 09:58:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20520 invoked from network); 6 May 2009 09:58:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 May 2009 09:58:02 -0000 Received: (qmail 52994 invoked by uid 500); 6 May 2009 09:58:02 -0000 Delivered-To: [email protected] Received: (qmail 52969 invoked by uid 500); 6 May 2009 09: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52959 invoked by uid 99); 6 May 2009 09:58:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 09:58:01 +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-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 09:57:51 +0000 Received: by ewy20 with SMTP id 20so8603963ewy.12 for <[email protected]>; Wed, 06 May 2009 02:57:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=BinejbKOZgChU7Q06TcY1cfYuI7v8GiJDw3n7rRVmkQ=; b=OtRbN2B6nc9n1OIRzDyLmOHEKImDlnpCrKT6FA1j+tx7c4qdip896YNmySB6mHMSVF l6sJem1O77F9umftHkdccQvggq9LymcJzTsxUnXVmqTqHrSXgjC615+Q3xbudLPGD/e0 D4gjdHIr84qR7+fw38EtWzfaJyxdy8nGUA0m0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ElccjSlhr6JAOdKWhOtdRm8JdmI39Y3QCg5OusQV1zYaTyvVJM2tAIu5Q8YjvEjwwl DGM9v8gDsW9dm7dtJgyxe6HVO6t0N4wtO8ugEQxVlrXkQvYqDT3uK9lHaDwc2VZ41er3 uONBU60/g/ZSyny31LKIucDjKTRszOnh/GS5Y= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id h2mr1994959ebh.73.1241603849905; Wed, 06 May 2009 02:57:29 -0700 (PDT) Date: Wed, 6 May 2009 10:57:29 +0100 Message-ID: <[email protected]> Subject: Python / JVMTI experiment From: Steve Poole <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0015174bee886ce6d704693b6c2d X-Virus-Checked: Checked by ClamAV on apache.org --0015174bee886ce6d704693b6c2d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi all - I've just commited a project under the experimental branch in SVN. This is the first drop of code that is designed to provide a Python extension that fronts JVMTI. I want to be able to explore the options for creating a new dump that could have its contents tailored and this seemed like a good way to be able to do that without having to write and change lots of c or java code The readme.txt file in the top level directory has build and run instructions etc. Its the first commit so it only works for me on my linux machine (as far as I can tell :-) I aim to create a single extention module for Python that has equivilent methods for most of the jvmti functions and some Python classes that provide a logical abstraction of the system. The idea is that we could use the Python serialisation mechanism to create a dump file and then retrieve it on a Java VM using Jython. https://svn.apache.org/repos/asf/incubator/kato/branches/experimental/PyJVMTI Steve --0015174bee886ce6d704693b6c2d-- From [email protected] Thu May 07 14:43:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63406 invoked from network); 7 May 2009 14:43:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 May 2009 14:43:54 -0000 Received: (qmail 95557 invoked by uid 500); 7 May 2009 14:43:55 -0000 Delivered-To: [email protected] Received: (qmail 95531 invoked by uid 500); 7 May 2009 14:43: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95521 invoked by uid 99); 7 May 2009 14:43:54 -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 14:43: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 14:43:51 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 53FCC234C003 for <[email protected]>; Thu, 7 May 2009 07:43:30 -0700 (PDT) Message-ID: <741292192.1241707410328.JavaMail.jira@brutus> Date: Thu, 7 May 2009 07:43:30 -0700 (PDT) From: "Stuart Monteith (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (KATO-5) Code contribution for hprof support In-Reply-To: <1718705824.1241172270337.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/KATO-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706925#action_12706925 ] Stuart Monteith commented on KATO-5: ------------------------------------ There haven't been any negative comments, so I'll go ahead and check these files in. > Code contribution for hprof support > ------------------------------------ > > Key: KATO-5 > URL: https://issues.apache.org/jira/browse/KATO-5 > Project: Kato > Issue Type: Task > Components: API > Reporter: Steve Poole > Attachments: hprofreader.zip > > > I've attached a zip of source code that Stuart Monteith and I wrote for the project while waiting for the DTFJ contribution to complete. The code was all written by us for the Apache Kato project only. ie not repurposed. > The code comprises: > KatoHProfAdaptorPOC - Implements the Kato API using the hprof binary reader POC. Currently a partial implementation. > org.apache.kato.hprof.image - Implements the image API > org.apache.kato.hprof.java - implements the Java API. > The following packages are testcases for the packages above. > test.apache.kato.hprof > test.apache.kato.hprof.image > test.apache.kato.hprof.java > HProfBinaryReaderPOC - Exposes the hprof binary format as a Java API. > org.apache.kato.common - Contains utility classes for accessing data > org.apache.kato.hprof - An abstract of the hprof binary format, indexes records. > org.apache.kato.hprof.datalayer - Reads the hprof binary format records. > test.apache.kato.common - test cases for org.apache.kato.common > test.apache.kato.hprof - tests this project > HprofBinaryReaderPOCUI - This project is an eclipse plugin that displays the Hprof records in binary dumps. Was written entirely by Steve. > org.apache.kato.ui - Base of project - bootstraps plugin > org.apache.kato.ui.editors - Implements editor for hprof > org.apache.kato.ui.factory - Implements viewer factories > org.apache.kato.ui.popup.actions - Implements actions > org.apache.kato.ui.propertysource - Implements a property source > org.apache.kato.ui.provider - implements content and label providers > org.apache.kato.ui.views - empty -- 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 May 08 09:26:08 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46369 invoked from network); 8 May 2009 09:26:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 09:26:08 -0000 Received: (qmail 91143 invoked by uid 500); 8 May 2009 09:26:08 -0000 Delivered-To: [email protected] Received: (qmail 91117 invoked by uid 500); 8 May 2009 09:26: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91107 invoked by uid 99); 8 May 2009 09:26:07 -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 09:26: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 09:26:06 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id C1ED5234C045 for <[email protected]>; Fri, 8 May 2009 02:25:45 -0700 (PDT) Message-ID: <833366760.1241774745793.JavaMail.jira@brutus> Date: Fri, 8 May 2009 02:25:45 -0700 (PDT) From: "Adam Pilkington (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (KATO-6) Runtime Explorer Eclipse plugin 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 Runtime Explorer Eclipse plugin ------------------------------- Key: KATO-6 URL: https://issues.apache.org/jira/browse/KATO-6 Project: Kato Issue Type: New Feature Components: PROCEX, RTEX Reporter: Adam Pilkington Title : Kato Plugin - Runtime Explorer Description : Eclipse view which allows a dump to be dynamically interrogated using Apache Kato and displayed in a hierarchical manner. Packages : org.apache.kato.tools.plugins.rtexplorer org.apache.kato.tools.plugins.rtexplorer.actions org.apache.kato.tools.plugins.rtexplorer.views + associated Eclipse plugin project Authors: Adam Pilkington -- 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 May 08 09:41:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54788 invoked from network); 8 May 2009 09:41:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 09:41:37 -0000 Received: (qmail 9098 invoked by uid 500); 8 May 2009 09:41:37 -0000 Delivered-To: [email protected] Received: (qmail 9073 invoked by uid 500); 8 May 2009 09:41: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9063 invoked by uid 99); 8 May 2009 09:41:37 -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 09:41:37 +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-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 09:41:26 +0000 Received: by ewy20 with SMTP id 20so1696092ewy.12 for <[email protected]>; Fri, 08 May 2009 02:41:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=YzcMjKWrKpCoY3ERdVU0wXuCGmNxAoXYokjXbAg5Cos=; b=iDlu0FD7LOYBnDkWXbwKFsYOdlshfo28wc1PdQg39zmY2NlXxcSR7Ra2BQShkFGvxi g7E3SSvqSApoEM2fj4A+/xF5FVQ+svJvFT/g1TUZUzVel2mB+hEzEYmMh8Q5uqW7F+hN gxHxEDCBymMPSXILpQxGU/swpbe7Vp+2VF5Tg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jG35DcjdBrBgKkDWo1b1r+68B6NtR9tmcAOo7fkEsJtDk9duEuK1P2WeprCX+MC9Lz 3LoPQ8vzLO1iFTV9FZK05HNDb8gvEdvwvd25YTjsFzwehqtU2SPx0Ox52oK/7CQd1xM/ z3YPsZBSFpBZRtL9bTYgPmylKAN6HveD7W5bg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id c3mr4155153ebb.41.1241775666182; Fri, 08 May 2009 02:41:06 -0700 (PDT) Date: Fri, 8 May 2009 10:41:06 +0100 Message-ID: <[email protected]> Subject: KatoView tool now building on hudson From: Steve Poole <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0015174c4616793bd80469636da9 X-Virus-Checked: Checked by ClamAV on apache.org --0015174c4616793bd80469636da9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sonal is looking at how to get all our code building under maven 2 but in the meantime I want to get some basic scripts sorted so that a few bits and pieces are there for the demos I want to do at JavaOne I've just added build files etc and setup a build script to get the KatoView project building on hudon http://hudson.zones.apache.org/hudson/view/Kato/ Its builds but there are no tests - and until we get the hprof dump reader up and running its fairly useless :-) Steve --0015174c4616793bd80469636da9-- From [email protected] Fri May 08 11:06:08 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87781 invoked from network); 8 May 2009 11:06:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 11:06:08 -0000 Received: (qmail 18014 invoked by uid 500); 8 May 2009 11:06:08 -0000 Delivered-To: [email protected] Received: (qmail 17901 invoked by uid 500); 8 May 2009 11:06: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17671 invoked by uid 99); 8 May 2009 11:06:07 -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 11:06: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 11:06:05 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A0EBD234C045 for <[email protected]>; Fri, 8 May 2009 04:05:45 -0700 (PDT) Message-ID: <766621906.1241780745658.JavaMail.jira@brutus> Date: Fri, 8 May 2009 04:05:45 -0700 (PDT) From: "Adam Pilkington (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (KATO-6) Runtime Explorer Eclipse plugin In-Reply-To: <833366760.1241774745793.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/KATO-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Pilkington updated KATO-6: ------------------------------- Attachment: org.apache.kato.tools.plugins.rtexplorer.zip Source files to be considered for contribution to Kato > Runtime Explorer Eclipse plugin > ------------------------------- > > Key: KATO-6 > URL: https://issues.apache.org/jira/browse/KATO-6 > Project: Kato > Issue Type: New Feature > Components: PROCEX, RTEX > Reporter: Adam Pilkington > Attachments: org.apache.kato.tools.plugins.rtexplorer.zip > > > Title : Kato Plugin - Runtime Explorer > Description : Eclipse view which allows a dump to be dynamically interrogated using Apache Kato and displayed in a hierarchical manner. > Packages : > org.apache.kato.tools.plugins.rtexplorer > org.apache.kato.tools.plugins.rtexplorer.actions > org.apache.kato.tools.plugins.rtexplorer.views > + > associated Eclipse plugin project > Authors: > Adam Pilkington -- 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 May 08 11:10:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88473 invoked from network); 8 May 2009 11:10:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 11:10:10 -0000 Received: (qmail 25076 invoked by uid 500); 8 May 2009 11:10:10 -0000 Delivered-To: [email protected] Received: (qmail 25057 invoked by uid 500); 8 May 2009 11:10: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25047 invoked by uid 99); 8 May 2009 11:10:09 -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 11:10: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 11:10:06 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9C7F7234C044 for <[email protected]>; Fri, 8 May 2009 04:09:45 -0700 (PDT) Message-ID: <368-268-2212.1241780985640.JavaMail.jira@brutus> Date: Fri, 8 May 2009 04:09:45 -0700 (PDT) From: "Adam Pilkington (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (KATO-7) Hex editor Eclipse plugin 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 Hex editor Eclipse plugin ------------------------- Key: KATO-7 URL: https://issues.apache.org/jira/browse/KATO-7 Project: Kato Issue Type: New Feature Reporter: Adam Pilkington Priority: Minor Attachments: org.apache.kato.tools.plugins.hexeditor.zip Title : Kato Plugin - Hex Editor Description : This plugin consists of the following components 1) Editor capable of displaying the content of binary format files in hexadecimal format (currently read only). 2) Bookmarks view which stores the location within a file of areas of interest. 3) Eyecatcher view which highlights patterns in the editor so that they can easily be picked out Packages : org.apache.kato.tools.plugins.hexeditor org.apache.kato.tools.plugins.hexeditor.editors org.apache.kato.tools.plugins.hexeditor.eyecatchers org.apache.kato.tools.plugins.hexeditor.popup.actions org.apache.kato.tools.plugins.hexeditor.views + associated Eclipse plugin project Authors: Adam Pilkington -- 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 May 08 11:10:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88483 invoked from network); 8 May 2009 11:10:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 11:10:10 -0000 Received: (qmail 25118 invoked by uid 500); 8 May 2009 11:10:10 -0000 Delivered-To: [email protected] Received: (qmail 25101 invoked by uid 500); 8 May 2009 11:10: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25082 invoked by uid 99); 8 May 2009 11:10:10 -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 11: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 11:10:06 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A2274234C046 for <[email protected]>; Fri, 8 May 2009 04:09:45 -0700 (PDT) Message-ID: <1283443263.1241780985663.JavaMail.jira@brutus> Date: Fri, 8 May 2009 04:09:45 -0700 (PDT) From: "Adam Pilkington (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (KATO-7) Hex editor Eclipse plugin In-Reply-To: <368-268-2212.1241780985640.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/KATO-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Pilkington updated KATO-7: ------------------------------- Attachment: org.apache.kato.tools.plugins.hexeditor.zip Source files to be considered for contribution to Kato > Hex editor Eclipse plugin > ------------------------- > > Key: KATO-7 > URL: https://issues.apache.org/jira/browse/KATO-7 > Project: Kato > Issue Type: New Feature > Reporter: Adam Pilkington > Priority: Minor > Attachments: org.apache.kato.tools.plugins.hexeditor.zip > > > Title : Kato Plugin - Hex Editor > Description : This plugin consists of the following components > 1) Editor capable of displaying the content of binary format files in hexadecimal format (currently read only). > 2) Bookmarks view which stores the location within a file of areas of interest. > 3) Eyecatcher view which highlights patterns in the editor so that they can easily be picked out > Packages : > org.apache.kato.tools.plugins.hexeditor > org.apache.kato.tools.plugins.hexeditor.editors > org.apache.kato.tools.plugins.hexeditor.eyecatchers > org.apache.kato.tools.plugins.hexeditor.popup.actions > org.apache.kato.tools.plugins.hexeditor.views > + > associated Eclipse plugin project > Authors: > Adam Pilkington -- 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 May 08 11:12:08 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88647 invoked from network); 8 May 2009 11:12:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 11:12:08 -0000 Received: (qmail 25343 invoked by uid 500); 8 May 2009 11:12:08 -0000 Delivered-To: [email protected] Received: (qmail 25325 invoked by uid 500); 8 May 2009 11:12: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25312 invoked by uid 99); 8 May 2009 11:12:08 -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 11:12: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 11:11:57 +0000 Received: by bwz19 with SMTP id 19so1303672bwz.12 for <[email protected]>; Fri, 08 May 2009 04:11:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=EgHj10KVA2M3Lx188wLJdzpYA977URVSB1Mw2A2NemE=; b=J0AXaT8f/LuHkJuF863PDR40Z3tfgWHti2qsOpsWSwJLEBxe8l29Bb80UeQAKJWPDx 5uPyq3KN/ygNZW6Ot2UNt7T07Lm7lmoPGd7gK5/dvsvnLIDWYY1AMtg7KBszYli6R1xR d6CnpSCxXWlopJqH48kjzJTWOCwaQc/9C6e3g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MMNKaa2ng760yThYu6YKaVdlZ4tEM0S4G+SkdJ7pAYHB1A1XirjfQMVNJThj+mE46c Y9cg43ZoC2z+T10uWA9doyB3JKrpWgqq6SohQ9slR/2u8LK1z2Y24/9AEX8ERZUpIS2T fkHbUbM2cYEUc1WTZNLCbbBVc0LREGLmwu1bg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id o3mr3419505bki.201.1241781096403; Fri, 08 May 2009 04:11:36 -0700 (PDT) Date: Fri, 8 May 2009 12:11:36 +0100 Message-ID: <[email protected]> Subject: Eclipse plugins From: Adam Pilkington <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636c5a66f23d2d2046964b165 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5a66f23d2d2046964b165 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi all, as part of the process of familiarising myself with JSR 326 and Kato I've created a couple of Eclipse plugins that I would like to contribute to the project. They are usable at the moment, but not quite finished, and I would rather have them in a source repository and continue working from there rather than my hard disk :-). I've signed that Apache CLA and created Jira items for each plugin (granting Apache the rights to the code), but I'm not a committer for the Kato project and I'm not exactly sure how the process works from here ... ? -- Regards Adam Pilkington --001636c5a66f23d2d2046964b165-- From [email protected] Fri May 08 11:34:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93988 invoked from network); 8 May 2009 11:34:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 11:34:37 -0000 Received: (qmail 52771 invoked by uid 500); 8 May 2009 11:34:37 -0000 Delivered-To: [email protected] Received: (qmail 52744 invoked by uid 500); 8 May 2009 11:34: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52734 invoked by uid 99); 8 May 2009 11:34:37 -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 11:34:37 +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-bw0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 11:34:26 +0000 Received: by bwz19 with SMTP id 19so1314579bwz.12 for <[email protected]>; Fri, 08 May 2009 04:34:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=raRzvEdiP2GyGyULbsJlY3yjUA2gYoCP8Ol93NGejp4=; b=KKbxxpWr3kyB8FxzVkibuYUOvW6Nhqgu5dpa36elBJiLa6rqZqEMqJs5IhjRY1Ruc3 /zDUAZiDCUJsVIuKwPy+nCn1K/aWOvYxiMYAEsRy2UE3RaNUQp83DRPaiLvrrl/BHGbV K/l01NnJtFzpLz1hPoyib34QdK/DkHca4c4lM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KUWh0wPxE+zskxKdaTOiAE6n0wFBObit7JXSHhh5E2kyRnHdmNRM8Jh6RL9ubF9Fu9 /OZ0+rVvc1Upk2E4ZpYlO38iz+UKx6RK4HSftcn90eLTA3l0brLsw/zDjiBXn+F89e8n tU0B/WrajalbZRDq0aAZGN2cUyFkHEugOjxn8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z9mr3491675bkc.79.1241782445738; Fri, 08 May 2009 04:34:05 -0700 (PDT) Date: Fri, 8 May 2009 12:34:05 +0100 Message-ID: <[email protected]> Subject: How to start using the Image API ? From: Adam Pilkington <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001485f85ef6910c1d0469650189 X-Virus-Checked: Checked by ClamAV on apache.org --001485f85ef6910c1d0469650189 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I've recently been writing some Eclipse plugins to use Kato, in particular a runtime explorer, and I came across the issue of how you actually start using the API when the first step is creating an instance of a concrete implementation of ImageFactory. How do we ensure that we don't end up building against a particular implementation and also that we can easily add others at a later point in time. I know that Eclipse provides an extension mechanism that handles part of this problem but at some point you have to connect up to the actual implementation of the API (this of course assumes that Eclipse is being used as the delivery platform rather than something else). One possible solution that comes to mind is that we extend the ImageFactory API to enable provider specific information to be retrieved e.g. getProviderDescription, getProviderMajorVersion and getProviderMinorVersion. If we consider an Eclipse based scenario then a particular provider can use the extension point infrastructure to identify itself to a tool, and then using the provider information, the toll could give the user the choice of which one to use. -- Regards Adam Pilkington --001485f85ef6910c1d0469650189-- From [email protected] Fri May 08 12:29:41 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22368 invoked from network); 8 May 2009 12:29:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 12:29:39 -0000 Received: (qmail 46667 invoked by uid 500); 8 May 2009 12:29:37 -0000 Delivered-To: [email protected] Received: (qmail 46606 invoked by uid 500); 8 May 2009 12: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]> List-Id: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46527 invoked by uid 99); 8 May 2009 12:29:37 -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 12:29: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-bw0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 12:29:28 +0000 Received: by bwz19 with SMTP id 19so1340933bwz.12 for <[email protected]>; Fri, 08 May 2009 05:29:07 -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=gABwx0XdtKBWEQqa1g3GqohnO75l9A4gvFkSkZk+QsE=; b=NDn0R/Kc1oODpMs0qXsAS/9ObsYzAYb8R/dX6TusYqHKO61iqJ1f5+LAor4vawDaZk FAD/eCpPJ6XrsF4FMlMWNUpJMtAD3JyE0RB3goyTworcbRZ7wCk/o98QLor8ExC1Iu7H cqIfgCkkCBptBRLCXsyo2htztBWkd+QPeq31I= 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=NxmoVGX53w36Bz+uci944Khf3JWaIXcuJb5XSbGiJeqAghf7WJlUlbb544lWxwBYq7 rKHuf0h5IU1UQRu8CCGGLRdjdpd+qvhR2OHyHJ8eJ23G5/UcIWVv9gqXHg/+n1FAkuVb RAkfuxvl0d5j3hG3LyxDZmirhAEFYIMWXkuxQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id h1mr3519961bki.18.1241785747717; Fri, 08 May 2009 05:29:07 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Fri, 8 May 2009 13:29:07 +0100 Message-ID: <[email protected]> Subject: Re: Eclipse plugins From: Robert Burrell Donkin <[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 Fri, May 8, 2009 at 12:11 PM, Adam Pilkington <[email protected]> wrote: > Hi all, hi adam > as part of the process of familiarising myself with JSR 326 and Kato > I've created a couple of Eclipse plugins that I would like to contribute to > the project. cool > They are usable at the moment, but not quite finished, and I > would rather have them in a source repository and continue working from > there rather than my hard disk :-). I've signed that Apache CLA and created > Jira items for each plugin (granting Apache the rights to the code), but I'm > not a committer for the Kato project and I'm not exactly sure how the > process works from here ... ? (i'm a mentor for kato during incubation. this means i try to help kato develop into a viable self-organised community. usually, one of the committers would post something similar but IIRC this is first time so i'm going to jump in) if you haven't taken a look yet, http://www.apache.org/foundation/how-it-works.html is a good place to start hopefully one of the committers will take a look at the patch sometime soon. they should review and - if they are happy - commit it, perhaps after making a few changes. (reviewing patches promptly is really important for the health of apache projects. this is the way that new committers are recruited.) committers are elected (by the existing committer) based on their contributions. so, if you continue to submit patches (and learn from whatever changes happen to be needed) then (on the private list) an existing committer will propose your name for election. if that vote passes then you'll be invited to become a committer. - robert From [email protected] Fri May 08 13:17:43 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41335 invoked from network); 8 May 2009 13:17:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 13:17:43 -0000 Received: (qmail 28315 invoked by uid 500); 8 May 2009 13:17:43 -0000 Delivered-To: [email protected] Received: (qmail 28289 invoked by uid 500); 8 May 2009 13: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28279 invoked by uid 99); 8 May 2009 13:17:43 -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 13:17:43 +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-1920.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 13:17:33 +0000 Received: by ey-out-1920.google.com with SMTP id 13so423649eye.54 for <[email protected]>; Fri, 08 May 2009 06:17:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=2DV2CkS1ascRFeo5ZO82gmjHUSVCalFoefCBRYdN50Y=; b=P+JM4/ki0SBjpB0lYAjtWOiugu4FCLMtWpOxKG3jycWO+rBsEi5OGm4QBuak9k0vs6 ipak2c56ixF+92GElWoTzwVDEQ3erc9AwN6AggUtkbyl9JRvV2cVng0Eo40Rxx1uM00c pj5SnXW7s9EEANLdebvXjoL09q0cCtRTUtH5w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Wxoj4R+2CDrdzzruD6WEPEHPmk+Q9oizcyJjkiR3LAGc5mZ7vkwcMIoc6J/qqESmsO R+hob0wt7QYFERbIiZBO7b/bCWyJy6/LLa78XfyeR8AzL3y8i15Uu7ewxAnVTCmf/9O2 mZedgLe3aydh9WmteoE5Kaj4SK8idOjM9jSEw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id d8mr660538ebc.92.1241788625179; Fri, 08 May 2009 06:17:05 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Fri, 8 May 2009 14:17:05 +0100 Message-ID: <[email protected]> Subject: Re: Eclipse plugins From: Steve Poole <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0015174beee4e3d6040469667130 X-Virus-Checked: Checked by ClamAV on apache.org --0015174beee4e3d6040469667130 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thanks Robert - Adam I'm looking at what you've contributed - will probably have some questions soon :-) On Fri, May 8, 2009 at 1:29 PM, Robert Burrell Donkin < [email protected]> wrote: > On Fri, May 8, 2009 at 12:11 PM, Adam Pilkington > <[email protected]> wrote: > > Hi all, > > hi adam > > > as part of the process of familiarising myself with JSR 326 and Kato > > I've created a couple of Eclipse plugins that I would like to contribute > to > > the project. > > cool > > > They are usable at the moment, but not quite finished, and I > > would rather have them in a source repository and continue working from > > there rather than my hard disk :-). I've signed that Apache CLA and > created > > Jira items for each plugin (granting Apache the rights to the code), but > I'm > > not a committer for the Kato project and I'm not exactly sure how the > > process works from here ... ? > > (i'm a mentor for kato during incubation. this means i try to help > kato develop into a viable self-organised community. usually, one of > the committers would post something similar but IIRC this is first > time so i'm going to jump in) > > if you haven't taken a look yet, > http://www.apache.org/foundation/how-it-works.html is a good place to > start > > hopefully one of the committers will take a look at the patch sometime > soon. they should review and - if they are happy - commit it, perhaps > after making a few changes. > > (reviewing patches promptly is really important for the health of > apache projects. this is the way that new committers are recruited.) > > committers are elected (by the existing committer) based on their > contributions. so, if you continue to submit patches (and learn from > whatever changes happen to be needed) then (on the private list) an > existing committer will propose your name for election. if that vote > passes then you'll be invited to become a committer. > > - robert > --0015174beee4e3d6040469667130-- From [email protected] Mon May 11 07:59:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73943 invoked from network); 11 May 2009 07:59:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 May 2009 07:59:38 -0000 Received: (qmail 71333 invoked by uid 500); 11 May 2009 07:59:38 -0000 Delivered-To: [email protected] Received: (qmail 71307 invoked by uid 500); 11 May 2009 07:59: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71297 invoked by uid 99); 11 May 2009 07:59:38 -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 07:59:38 +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-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 07:59:27 +0000 Received: by ewy20 with SMTP id 20so3246724ewy.12 for <[email protected]>; Mon, 11 May 2009 00:59:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=mR18MtqpNFPi0qWCzfJWIC90BgWWABJ2+xrgeFyJ/cA=; b=UYAn57tCN5N5N0cXSI110dPlg6kY0yvOga8u2/rLnZzu9B6aHJKI6Xj5lYmnEX5zeu d7zVfKAjk/5ZVqOAcTSZIDN+a71e49Em3p/W9qSQTEg4X06afYMbwGdrZM1ZtRylAG8D 5s+NxjCBxxZh+LvIhLs5YUnXHphqu9deDRgQM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ja42/ggkeMSxpQKSDWVKZfW1e9F4lhcsQmxkGjQQP2qGYSwNhpsQQDU46WET1HWU1u spGYEX2FZUKI3mIct4EjjgNna1kVcusA2I7QyY7pPkRvBMRi5ea9U6shfz8320GvnXK9 FSobnbQbzDNgqMmMqRfJxroV1R6IeDrrih7Ig= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id q11mr8476595ebq.72.1242028746765; Mon, 11 May 2009 00:59:06 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Mon, 11 May 2009 08:59:06 +0100 Message-ID: <[email protected]> Subject: Re: Eclipse plugins From: Steve Poole <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0ce0d19440779e04699e5a85 X-Virus-Checked: Checked by ClamAV on apache.org --000e0ce0d19440779e04699e5a85 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Adam - I made a couple of changes to your runtime explorer code so that it is hard coded to use the new HPROF adapter that was added last week. Other than that the contribution has been checked into SVN here https://svn.apache.org/repos/asf/incubator/kato/trunk/org.apache.kato.tools.plugins.rtexplorer Thank you for this contribution. It's a real help On Fri, May 8, 2009 at 2:17 PM, Steve Poole <[email protected]>wrote: > Thanks Robert - Adam I'm looking at what you've contributed - will > probably have some questions soon :-) > > > > On Fri, May 8, 2009 at 1:29 PM, Robert Burrell Donkin < > [email protected]> wrote: > >> On Fri, May 8, 2009 at 12:11 PM, Adam Pilkington >> <[email protected]> wrote: >> > Hi all, >> >> hi adam >> >> > as part of the process of familiarising myself with JSR 326 and Kato >> > I've created a couple of Eclipse plugins that I would like to contribute >> to >> > the project. >> >> cool >> >> > They are usable at the moment, but not quite finished, and I >> > would rather have them in a source repository and continue working from >> > there rather than my hard disk :-). I've signed that Apache CLA and >> created >> > Jira items for each plugin (granting Apache the rights to the code), but >> I'm >> > not a committer for the Kato project and I'm not exactly sure how the >> > process works from here ... ? >> >> (i'm a mentor for kato during incubation. this means i try to help >> kato develop into a viable self-organised community. usually, one of >> the committers would post something similar but IIRC this is first >> time so i'm going to jump in) >> >> if you haven't taken a look yet, >> http://www.apache.org/foundation/how-it-works.html is a good place to >> start >> >> hopefully one of the committers will take a look at the patch sometime >> soon. they should review and - if they are happy - commit it, perhaps >> after making a few changes. >> >> (reviewing patches promptly is really important for the health of >> apache projects. this is the way that new committers are recruited.) >> >> committers are elected (by the existing committer) based on their >> contributions. so, if you continue to submit patches (and learn from >> whatever changes happen to be needed) then (on the private list) an >> existing committer will propose your name for election. if that vote >> passes then you'll be invited to become a committer. >> >> - robert >> > > --000e0ce0d19440779e04699e5a85-- From [email protected] Mon May 11 08:08:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75836 invoked from network); 11 May 2009 08:08:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 May 2009 08:08:09 -0000 Received: (qmail 75680 invoked by uid 500); 11 May 2009 08:08:09 -0000 Delivered-To: [email protected] Received: (qmail 75649 invoked by uid 500); 11 May 2009 08: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75639 invoked by uid 99); 11 May 2009 08:08:09 -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 08:08: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 08:08:06 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9A315234C041 for <[email protected]>; Mon, 11 May 2009 01:07:45 -0700 (PDT) Message-ID: <1559006784.1242029265617.JavaMail.jira@brutus> Date: Mon, 11 May 2009 01:07:45 -0700 (PDT) From: "Steve Poole (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (KATO-6) Runtime Explorer Eclipse plugin In-Reply-To: <833366760.1241774745793.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/KATO-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707930#action_12707930 ] Steve Poole commented on KATO-6: -------------------------------- I've commited this code (with a small change to make it use the hprof reader ) to svn at https://svn.apache.org/repos/asf/incubator/kato/trunk/org.apache.kato.tools.plugins.rtexplorer > Runtime Explorer Eclipse plugin > ------------------------------- > > Key: KATO-6 > URL: https://issues.apache.org/jira/browse/KATO-6 > Project: Kato > Issue Type: New Feature > Components: PROCEX, RTEX > Reporter: Adam Pilkington > Attachments: org.apache.kato.tools.plugins.rtexplorer.zip > > > Title : Kato Plugin - Runtime Explorer > Description : Eclipse view which allows a dump to be dynamically interrogated using Apache Kato and displayed in a hierarchical manner. > Packages : > org.apache.kato.tools.plugins.rtexplorer > org.apache.kato.tools.plugins.rtexplorer.actions > org.apache.kato.tools.plugins.rtexplorer.views > + > associated Eclipse plugin project > Authors: > Adam Pilkington -- 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 May 11 08:23:49 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82094 invoked from network); 11 May 2009 08:23:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 May 2009 08:23:49 -0000 Received: (qmail 94170 invoked by uid 500); 11 May 2009 08:23:49 -0000 Delivered-To: [email protected] Received: (qmail 94144 invoked by uid 500); 11 May 2009 08:23: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94128 invoked by uid 99); 11 May 2009 08:23:49 -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 08:23: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 08:23:37 +0000 Received: by ewy20 with SMTP id 20so3256892ewy.12 for <[email protected]>; Mon, 11 May 2009 01:23:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=hvUV/ZRdnCr0DiuJCFdaEj4t3+IOShI+VSVuWGENwS4=; b=CNNSGhVQwdlhEOPt0KXqRuxD4T50XcQB2tjP8k4dDtPXpwEGz0VrFky6qgByYdUzZv KIY4hZasngNhZPYb2CW+OTXB/WPTK8iFzzt/tK35Z7vhRYWk011AEpOZmJNqcIctkJo9 eIBaYNS1Q88iunGzBdZ3NQNv1TRb7+gi03xi0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=L52sbS+imuf/0pNkr2LG15t8WWxEyrNXSNkdQ9KvAeq0P0KN7s4J0MitQ3QgBZZolG yCzUgX9mstPwxwbpwyFfk9wonaWURwBHLIZPwIZZO4vV/W94ufBRFRpAVK29SZBVFynf AKL7gkbYOCVnAr/Zlv6jZslz/km8McLoTop38= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id h14mr4220469eba.36.1242030196781; Mon, 11 May 2009 01:23:16 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Mon, 11 May 2009 09:23:16 +0100 Message-ID: <[email protected]> Subject: Re: Eclipse plugins From: Steve Poole <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0015174be628adf34504699eb0ee X-Virus-Checked: Checked by ClamAV on apache.org --0015174be628adf34504699eb0ee Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Adam - with respect to the hex viewer. There is a reference to a Raw Byte View in the plugin but the code does not exist. Since you have implemented an editor i assume the viewe is cruft. Could you confirm that and give me some more info about the hex viewer - how the other views are supposed to operate? Whats your basic design? thx On Fri, May 8, 2009 at 2:17 PM, Steve Poole <[email protected]>wrote: > Thanks Robert - Adam I'm looking at what you've contributed - will > probably have some questions soon :-) > > > > On Fri, May 8, 2009 at 1:29 PM, Robert Burrell Donkin < > [email protected]> wrote: > >> On Fri, May 8, 2009 at 12:11 PM, Adam Pilkington >> <[email protected]> wrote: >> > Hi all, >> >> hi adam >> >> > as part of the process of familiarising myself with JSR 326 and Kato >> > I've created a couple of Eclipse plugins that I would like to contribute >> to >> > the project. >> >> cool >> >> > They are usable at the moment, but not quite finished, and I >> > would rather have them in a source repository and continue working from >> > there rather than my hard disk :-). I've signed that Apache CLA and >> created >> > Jira items for each plugin (granting Apache the rights to the code), but >> I'm >> > not a committer for the Kato project and I'm not exactly sure how the >> > process works from here ... ? >> >> (i'm a mentor for kato during incubation. this means i try to help >> kato develop into a viable self-organised community. usually, one of >> the committers would post something similar but IIRC this is first >> time so i'm going to jump in) >> >> if you haven't taken a look yet, >> http://www.apache.org/foundation/how-it-works.html is a good place to >> start >> >> hopefully one of the committers will take a look at the patch sometime >> soon. they should review and - if they are happy - commit it, perhaps >> after making a few changes. >> >> (reviewing patches promptly is really important for the health of >> apache projects. this is the way that new committers are recruited.) >> >> committers are elected (by the existing committer) based on their >> contributions. so, if you continue to submit patches (and learn from >> whatever changes happen to be needed) then (on the private list) an >> existing committer will propose your name for election. if that vote >> passes then you'll be invited to become a committer. >> >> - robert >> > > --0015174be628adf34504699eb0ee-- From [email protected] Mon May 11 10:29:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38097 invoked from network); 11 May 2009 10:29:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 May 2009 10:29:15 -0000 Received: (qmail 66929 invoked by uid 500); 11 May 2009 10:29:15 -0000 Delivered-To: [email protected] Received: (qmail 66902 invoked by uid 500); 11 May 2009 10: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66892 invoked by uid 99); 11 May 2009 10:29:15 -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 10:29: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 (athena.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, 11 May 2009 10:29:05 +0000 Received: by fxm20 with SMTP id 20so2546022fxm.12 for <[email protected]>; Mon, 11 May 2009 03:28:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=R3cHIAJPMJNEDZDyKju6EnubREVOd+R4FbW/mGUmat8=; b=Tl9zDZqVXxSsMHdFra4DPCxiZnVVV8vKv+B23gIj2ARsTsQvYsdM7nYYm6OK9nMCg1 XDbL2EqBNesDABxiHfK+SFmT+6PWWTOQAj7WzhndrXxd171eAEbks0BZddH4U/zUt9Ou vcwX5ihALWxOhxy/eYJblYxXMDuN5oC6W4Jmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=hYTuPHlez6VutkI/XACqvJK2/sHeB1ULsUglAm36MDoZq6IOpBFRphkGU1lC7cpSUz R/Z+cg6EIvqn4QnKrrkE72iDZ1lQVbY6W1z50qZwZGRgogs/6DdIhvd6IZSs3rbVA31f 6lmcF7Djeozcelr79WCnwR08hf2Rthm1NOzWs= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id e16mr6656928bkh.43.1242037722993; Mon, 11 May 2009 03:28:42 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Mon, 11 May 2009 11:28:42 +0100 Message-ID: <[email protected]> Subject: Re: Eclipse plugins From: Adam Pilkington <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636c924a846d59c0469a0711c X-Virus-Checked: Checked by ClamAV on apache.org --001636c924a846d59c0469a0711c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Yes, you are right in that the viewer was an earlier version of the plugin that subsequently was migrated to an editor. Apologies for not spotting that and tidying up the code before submitting. In terms of the plugin interactions between the editor and other views, the basic theory is as follows. You right click on a core file in the navigator view and then open it with the hex editor. Once the file is loaded you can jump to a location within the file or search for a known pattern (either as text or hex). Having found a point of interest, say the VM process location, then you add a bookmark for that location. A bookmark is currently a simple data structure composed of the offset location within the file and a textual description. The bookmarks are specific to a given file whereby the view refreshes itself so that the shown bookmarks are in sync with whichever editor currently has the focus. The eyecatcher view is designed to highlight known byte sequences in the editor to aid in understanding the file contents, for example it can highlight the magic number which describes a dump as being in the ELF format. The idea is that you can create dictionaires of eyecatchers which you can load and apply to a file being viewed. However this functionality is not yet complete in the code I contributed. The driving force behind the plugin is to not only provide a way of viewing very large core files (i.e. by providing page views into the dump rather than attempting to load it all at once as other editors do), but also to aid in implementing or debugging JSR 326 implementations via the bookmark and eyecatcher views. I will document this fully in due course, but hopefully this gives you enough information in the meantime. 2009/5/11 Steve Poole <[email protected]> > Adam - with respect to the hex viewer. There is a reference to a Raw Byte > View in the plugin but the code does not exist. Since you have implemented > an editor i assume the viewe is cruft. > > Could you confirm that and give me some more info about the hex viewer - > how > the other views are supposed to operate? Whats your basic design? > > thx > > On Fri, May 8, 2009 at 2:17 PM, Steve Poole <[email protected] > >wrote: > > > Thanks Robert - Adam I'm looking at what you've contributed - will > > probably have some questions soon :-) > > > > > > > > On Fri, May 8, 2009 at 1:29 PM, Robert Burrell Donkin < > > [email protected]> wrote: > > > >> On Fri, May 8, 2009 at 12:11 PM, Adam Pilkington > >> <[email protected]> wrote: > >> > Hi all, > >> > >> hi adam > >> > >> > as part of the process of familiarising myself with JSR 326 and Kato > >> > I've created a couple of Eclipse plugins that I would like to > contribute > >> to > >> > the project. > >> > >> cool > >> > >> > They are usable at the moment, but not quite finished, and I > >> > would rather have them in a source repository and continue working > from > >> > there rather than my hard disk :-). I've signed that Apache CLA and > >> created > >> > Jira items for each plugin (granting Apache the rights to the code), > but > >> I'm > >> > not a committer for the Kato project and I'm not exactly sure how the > >> > process works from here ... ? > >> > >> (i'm a mentor for kato during incubation. this means i try to help > >> kato develop into a viable self-organised community. usually, one of > >> the committers would post something similar but IIRC this is first > >> time so i'm going to jump in) > >> > >> if you haven't taken a look yet, > >> http://www.apache.org/foundation/how-it-works.html is a good place to > >> start > >> > >> hopefully one of the committers will take a look at the patch sometime > >> soon. they should review and - if they are happy - commit it, perhaps > >> after making a few changes. > >> > >> (reviewing patches promptly is really important for the health of > >> apache projects. this is the way that new committers are recruited.) > >> > >> committers are elected (by the existing committer) based on their > >> contributions. so, if you continue to submit patches (and learn from > >> whatever changes happen to be needed) then (on the private list) an > >> existing committer will propose your name for election. if that vote > >> passes then you'll be invited to become a committer. > >> > >> - robert > >> > > > > > -- Regards Adam Pilkington --001636c924a846d59c0469a0711c-- From [email protected] Wed May 13 10:22:48 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3560 invoked from network); 13 May 2009 10:22:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 May 2009 10:22:47 -0000 Received: (qmail 53731 invoked by uid 500); 13 May 2009 10:22:47 -0000 Delivered-To: [email protected] Received: (qmail 53699 invoked by uid 500); 13 May 2009 10: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53689 invoked by uid 99); 13 May 2009 10:22:47 -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 10:22: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 ey-out-1920.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 10:22:35 +0000 Received: by ey-out-1920.google.com with SMTP id 13so155087eye.54 for <[email protected]>; Wed, 13 May 2009 03:22:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=PM8rKfbnU5VN+Z6JLWRv3GnzENsH5xnaQ9+X9C0BZEY=; b=wWxtgY1K/M+pc0tcyxbxCRrtgARu8qLiiB33MFl1sgw4iDmJoKwFMQ276BcUxjwwEz 3E+EWy/Gk+HVz5ncWEO1gVyPCOk4DkJhB/H/UwolEgC/k7Bx7+k5zXQyKGXY5bk5ycRT UyWK3C5fIKGi32yf+zWV/5SHAxyUH3Fm7770s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ZAOmO1mX/E3sMJdwnhHwEcCB2kUoMcIcrEW3zqOZYQY/EBI4svPHS8QPKd/eCMi+5S Sxja//aSbnmun0ah1MYBjJ6Fy3Rkmik4EAxlrnmrFBTZuVByn+wwQmnW9TZsx/hKYaoJ jZzY8opyeuWMPapPBAcnHiBDlzvyQMvndCUMU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id q11mr441893ebq.73.1242210135012; Wed, 13 May 2009 03:22:15 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 13 May 2009 11:22:14 +0100 Message-ID: <[email protected]> Subject: Re: Eclipse plugins From: Steve Poole <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0ce0d194d576f60469c895da X-Virus-Checked: Checked by ClamAV on apache.org --000e0ce0d194d576f60469c895da Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Adam - thanks for the info . I've committed the hex editor project under trunk. Thanks again for the contribution On Mon, May 11, 2009 at 11:28 AM, Adam Pilkington < [email protected]> wrote: > Yes, you are right in that the viewer was an earlier version of the plugin > that subsequently was migrated to an editor. Apologies for not spotting > that > and tidying up the code before submitting. > > In terms of the plugin interactions between the editor and other views, the > basic theory is as follows. You right click on a core file in the navigator > view and then open it with the hex editor. Once the file is loaded you can > jump to a location within the file or search for a known pattern (either as > text or hex). Having found a point of interest, say the VM process > location, > then you add a bookmark for that location. A bookmark is currently a simple > data structure composed of the offset location within the file and a > textual > description. The bookmarks are specific to a given file whereby the view > refreshes itself so that the shown bookmarks are in sync with whichever > editor currently has the focus. The eyecatcher view is designed to > highlight > known byte sequences in the editor to aid in understanding the file > contents, for example it can highlight the magic number which describes a > dump as being in the ELF format. The idea is that you can create > dictionaires of eyecatchers which you can load and apply to a file being > viewed. However this functionality is not yet complete in the code I > contributed. > > The driving force behind the plugin is to not only provide a way of viewing > very large core files (i.e. by providing page views into the dump rather > than attempting to load it all at once as other editors do), but also to > aid > in implementing or debugging JSR 326 implementations via the bookmark and > eyecatcher views. > > I will document this fully in due course, but hopefully this gives you > enough information in the meantime. > > 2009/5/11 Steve Poole <[email protected]> > > > Adam - with respect to the hex viewer. There is a reference to a Raw > Byte > > View in the plugin but the code does not exist. Since you have > implemented > > an editor i assume the viewe is cruft. > > > > Could you confirm that and give me some more info about the hex viewer - > > how > > the other views are supposed to operate? Whats your basic design? > > > > thx > > > > On Fri, May 8, 2009 at 2:17 PM, Steve Poole <[email protected] > > >wrote: > > > > > Thanks Robert - Adam I'm looking at what you've contributed - will > > > probably have some questions soon :-) > > > > > > > > > > > > On Fri, May 8, 2009 at 1:29 PM, Robert Burrell Donkin < > > > [email protected]> wrote: > > > > > >> On Fri, May 8, 2009 at 12:11 PM, Adam Pilkington > > >> <[email protected]> wrote: > > >> > Hi all, > > >> > > >> hi adam > > >> > > >> > as part of the process of familiarising myself with JSR 326 and Kato > > >> > I've created a couple of Eclipse plugins that I would like to > > contribute > > >> to > > >> > the project. > > >> > > >> cool > > >> > > >> > They are usable at the moment, but not quite finished, and I > > >> > would rather have them in a source repository and continue working > > from > > >> > there rather than my hard disk :-). I've signed that Apache CLA and > > >> created > > >> > Jira items for each plugin (granting Apache the rights to the code), > > but > > >> I'm > > >> > not a committer for the Kato project and I'm not exactly sure how > the > > >> > process works from here ... ? > > >> > > >> (i'm a mentor for kato during incubation. this means i try to help > > >> kato develop into a viable self-organised community. usually, one of > > >> the committers would post something similar but IIRC this is first > > >> time so i'm going to jump in) > > >> > > >> if you haven't taken a look yet, > > >> http://www.apache.org/foundation/how-it-works.html is a good place to > > >> start > > >> > > >> hopefully one of the committers will take a look at the patch sometime > > >> soon. they should review and - if they are happy - commit it, perhaps > > >> after making a few changes. > > >> > > >> (reviewing patches promptly is really important for the health of > > >> apache projects. this is the way that new committers are recruited.) > > >> > > >> committers are elected (by the existing committer) based on their > > >> contributions. so, if you continue to submit patches (and learn from > > >> whatever changes happen to be needed) then (on the private list) an > > >> existing committer will propose your name for election. if that vote > > >> passes then you'll be invited to become a committer. > > >> > > >> - robert > > >> > > > > > > > > > > > > -- > Regards > > Adam Pilkington > --000e0ce0d194d576f60469c895da-- From [email protected] Wed May 13 10:25:08 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4107 invoked from network); 13 May 2009 10:25:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 May 2009 10:25:07 -0000 Received: (qmail 55617 invoked by uid 500); 13 May 2009 10:25:07 -0000 Delivered-To: [email protected] Received: (qmail 55599 invoked by uid 500); 13 May 2009 10: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55589 invoked by uid 99); 13 May 2009 10:25:07 -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:25: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 10:25:05 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 84371234C004 for <[email protected]>; Wed, 13 May 2009 03:24:45 -0700 (PDT) Message-ID: <347439030.1242210285527.JavaMail.jira@brutus> Date: Wed, 13 May 2009 03:24:45 -0700 (PDT) From: "Steve Poole (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (KATO-7) Hex editor Eclipse plugin In-Reply-To: <368-268-2212.1241780985640.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/KATO-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708873#action_12708873 ] Steve Poole commented on KATO-7: -------------------------------- I've commited the code to https://svn.apache.org/repos/asf/incubator/kato/trunk/org.apache.kato.tools.plugins.hexeditor > Hex editor Eclipse plugin > ------------------------- > > Key: KATO-7 > URL: https://issues.apache.org/jira/browse/KATO-7 > Project: Kato > Issue Type: New Feature > Reporter: Adam Pilkington > Priority: Minor > Attachments: org.apache.kato.tools.plugins.hexeditor.zip > > > Title : Kato Plugin - Hex Editor > Description : This plugin consists of the following components > 1) Editor capable of displaying the content of binary format files in hexadecimal format (currently read only). > 2) Bookmarks view which stores the location within a file of areas of interest. > 3) Eyecatcher view which highlights patterns in the editor so that they can easily be picked out > Packages : > org.apache.kato.tools.plugins.hexeditor > org.apache.kato.tools.plugins.hexeditor.editors > org.apache.kato.tools.plugins.hexeditor.eyecatchers > org.apache.kato.tools.plugins.hexeditor.popup.actions > org.apache.kato.tools.plugins.hexeditor.views > + > associated Eclipse plugin project > Authors: > Adam Pilkington -- 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 May 13 12:50:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48485 invoked from network); 13 May 2009 12:50:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 May 2009 12:50:41 -0000 Received: (qmail 7526 invoked by uid 500); 13 May 2009 12:50:41 -0000 Delivered-To: [email protected] Received: (qmail 7499 invoked by uid 500); 13 May 2009 12:50: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7489 invoked by uid 99); 13 May 2009 12:50:41 -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 12:50:41 +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-bw0-f171.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 12:50:29 +0000 Received: by bwz19 with SMTP id 19so615887bwz.12 for <[email protected]>; Wed, 13 May 2009 05:50:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.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=nQOGFI7in2+hSV+fSU0P/vGJSew1+2dE8rK9p6/qwQs=; b=qNJEUABquHYh9NTRcQ1qKOSUmk8Ha6AUNGnXaCClzcCjEHmtCfUIljeuzXqpwRcR5l MbxgjGpphH6V6y6NDqqvOXxXIbyVwMb5WsPTRqQw3/LNYB4aOL2Qo4fL5DtNGH7F7cW0 lRCifFOyDOtrw8g5PAKyu8KQx9m1XnKpN7FWs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=leGpmATMgwLFU7+L7z9l9tZjRFyL1w9Jz28nqACfzJVVjXxOxNI1cPP/F9SCCTHZKA wsZquziMAyCzKOu+iLHqb6OxftQgavrfnUUOXrRoSqwxSL16hMfUQeRi8GGvhQqEuxfa dfi4/F3aRcDHTLQo1xk9RJHsCXODVTky4NFxI= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id e9mr912994bkh.15.1242219008648; Wed, 13 May 2009 05:50:08 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 13 May 2009 13:50:08 +0100 Message-ID: <[email protected]> Subject: Re: How to start using the Image API ? From: Adam Pilkington <[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've been looking a bit further into the issue of bootstrapping the ImageFactory and one possible solution is to use the functionality which is provided by the javax.imageio.spi.ServiceRegistry class. This seems to provide a simple mechanism by which a service provider (in this case an implementation of ImageFactory), can register itself and then be subsequently invoked. However the one thing that does concern me is that this mechanism only supports a single service provider (full details are on the JavaDoc page for ServiceRegistry) and that could be a problem in a situation where you may want to offer the user a choice of ImageFactory implementations e.g. an Eclipse plugin whereby you can highlight a core file and choose which implementation to analyse it with. 2009/5/8 Adam Pilkington <[email protected]>: > I've recently been writing some Eclipse plugins to use Kato, in particular a > runtime explorer, and I came across the issue of how you actually start > using the API when the first step is creating an instance of a concrete > implementation of ImageFactory. How do we ensure that we don't end up > building against a particular implementation and also that we can easily add > others at a later point in time. I know that Eclipse provides an extension > mechanism that handles part of this problem but at some point you have to > connect up to the actual implementation of the API (this of course assumes > that Eclipse is being used as the delivery platform rather than something > else). > > One possible solution that comes to mind is that we extend the ImageFactory > API to enable provider specific information to be retrieved e.g. > getProviderDescription, getProviderMajorVersion and getProviderMinorVersion. > If we consider an Eclipse based scenario then a particular provider can use > the extension point infrastructure to identify itself to a tool, and then > using the provider information, the toll could give the user the choice of > which one to use. > > -- > Regards > > Adam Pilkington > -- Regards Adam Pilkington From [email protected] Wed May 13 13:54:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86487 invoked from network); 13 May 2009 13:54:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 May 2009 13:54:14 -0000 Received: (qmail 45334 invoked by uid 500); 13 May 2009 13:54:14 -0000 Delivered-To: [email protected] Received: (qmail 45307 invoked by uid 500); 13 May 2009 13:54: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45297 invoked by uid 99); 13 May 2009 13:54:14 -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 13:54:14 +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-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 13:54:02 +0000 Received: by ewy20 with SMTP id 20so739777ewy.12 for <[email protected]>; Wed, 13 May 2009 06:53:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=VJ9e0GipTKBEarCBPefBVXIAV4YDGMC6vBNT2bZsq0c=; b=w3haM6PfM1sGPK2chO9pfa5sDe3AngWq6ARhgO0OlkWsyklZm8VI34PzjPYDBjqbRo Xl+pwhhVkQAiZ1ttcZVmSD02YBajCvG30MmulAt+xBmXEfTaXfO77XYjLoqtGMqEhxH4 gwQRdN2cP1JQFmGQxxA4lvDy0SRRSxyyb8TgI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=g+cIGmDY0a9hY1LqkOz0tuazMKbfX1g5U8jA4OULJNcxiDYxEMHRtBUuI8Tue59wUI cucd3aQnmS5O8sHEkilFFHbKX6bB3NuBU/9U2jxlhMF85A4o0HKRo+5SZexLtXSUGqF5 kFDnnCUIAZuV2KfeAxX4Y+Pejc5LPyNpl5TFY= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id f13mr876071ebb.68.1242222822662; Wed, 13 May 2009 06:53:42 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Wed, 13 May 2009 14:53:42 +0100 Message-ID: <[email protected]> Subject: Re: How to start using the Image API ? From: Steve Poole <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0015174c17b413a4880469cb8a12 X-Virus-Checked: Checked by ClamAV on apache.org --0015174c17b413a4880469cb8a12 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Wed, May 13, 2009 at 1:50 PM, Adam Pilkington < [email protected]> wrote: > I've been looking a bit further into the issue of bootstrapping the > ImageFactory and one possible solution is to use the functionality > which is provided by the javax.imageio.spi.ServiceRegistry class. This > seems to provide a simple mechanism by which a service provider (in > this case an implementation of ImageFactory), can register itself and > then be subsequently invoked. However the one thing that does concern > me is that this mechanism only supports a single service provider > (full details are on the JavaDoc page for ServiceRegistry) and that > could be a problem in a situation where you may want to offer the user > a choice of ImageFactory implementations e.g. an Eclipse plugin > whereby you can highlight a core file and choose which implementation > to analyse it with. > > 2009/5/8 Adam Pilkington <[email protected]>: > > I've recently been writing some Eclipse plugins to use Kato, in > particular a > > runtime explorer, and I came across the issue of how you actually start > > using the API when the first step is creating an instance of a concrete > > implementation of ImageFactory. How do we ensure that we don't end up > > building against a particular implementation and also that we can easily > add > > others at a later point in time. I know that Eclipse provides an > extension > > mechanism that handles part of this problem but at some point you have to > > connect up to the actual implementation of the API (this of course > assumes > > that Eclipse is being used as the delivery platform rather than something > > else). > > > > One possible solution that comes to mind is that we extend the > ImageFactory > > API to enable provider specific information to be retrieved e.g. > > getProviderDescription, getProviderMajorVersion and > getProviderMinorVersion. > > If we consider an Eclipse based scenario then a particular provider can > use > > the extension point infrastructure to identify itself to a tool, and then > > using the provider information, the toll could give the user the choice > of > > which one to use. > > > > -- > > Regards > > > > Adam Pilkington > > > > > I wrote a testcase using this API and it seems to do exactly what we want - this has been around since 1.4.2! I think that this makes life very easy for us - the only restriction seems to be that you'll only be able to have one provider per jar. So we'll probably have to have some sort of delegate provider that registers the other providers it knows about directly. (read ImageFactory for provider here) $64000 question - what do we call the mega factory that is going to manage all the imagefactories? > > -- > Regards > > Adam Pilkington > --0015174c17b413a4880469cb8a12-- From [email protected] Wed May 13 18:33:36 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47648 invoked from network); 13 May 2009 18:33:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 May 2009 18:33:36 -0000 Received: (qmail 80746 invoked by uid 500); 13 May 2009 18:33:36 -0000 Delivered-To: [email protected] Received: (qmail 80714 invoked by uid 500); 13 May 2009 18:33: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80701 invoked by uid 99); 13 May 2009 18:33:36 -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 18:33: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 fk-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 18:33:24 +0000 Received: by fk-out-0910.google.com with SMTP id z22so366248fkz.12 for <[email protected]>; Wed, 13 May 2009 11:33:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.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=F+f8Lr/gB/+xfVr7cOc1nnrM0yDPGAFroB0FIejhtuI=; b=ltNsPLtfzvp4c6ozjQqQZ/U05Nef64c60VW3E8+zca9rwVb0HJ9Qsdz6NVw+dXi+4s GSgt77sTin0XUnFvFZuZzbBAo5AhdLPlP+ZSKQ3ryDrOqqBkHov3u0nXCsheovzTIt6d MX3Gz2hvgxhAXxxzY21CuLYVBjtHg0yR7qxpU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=BlNbu9tO2l++OWVlGSnsro0c1qa2yambQAAx0U9ioCxDZ/GV/l3gdaREVQQVfM1pz+ NbB0pMj0khoVVv5h1ifEkiJJHkv3Pd9Ak06EhfPHUJ/8ufbLZ1hDjGr21AeN5pnNl9jl IkMSGMrA+YfEYXqtJkLNPECfjeJqdZ/8Edc4Q= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id e14mr1161429bko.183.1242239584507; Wed, 13 May 2009 11:33:04 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Wed, 13 May 2009 19:33:04 +0100 Message-ID: <[email protected]> Subject: Re: How to start using the Image API ? From: Adam Pilkington <[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 How about the ImageServiceProvider ? 2009/5/13 Steve Poole <[email protected]>: > On Wed, May 13, 2009 at 1:50 PM, Adam Pilkington < > [email protected]> wrote: > >> I've been looking a bit further into the issue of bootstrapping the >> ImageFactory and one possible solution is to use the =A0functionality >> which is provided by the javax.imageio.spi.ServiceRegistry class. This >> seems to provide a simple mechanism by which a service provider (in >> this case an implementation of ImageFactory), can register itself and >> then be subsequently invoked. However the one thing that does concern >> me is that this mechanism only supports a single service provider >> (full details are on the JavaDoc page for ServiceRegistry) and that >> could be a problem in a situation where you may want to offer the user >> a choice of ImageFactory implementations e.g. an Eclipse plugin >> whereby you can highlight a core file and choose which implementation >> to analyse it with. >> >> 2009/5/8 Adam Pilkington <[email protected]>: >> > I've recently been writing some Eclipse plugins to use Kato, in >> particular a >> > runtime explorer, and I came across the issue of how you actually star= t >> > using the API when the first step is creating an instance of a concret= e >> > implementation of ImageFactory. How do we ensure that we don't end up >> > building against a particular implementation and also that we can easi= ly >> add >> > others at a later point in time. I know that Eclipse provides an >> extension >> > mechanism that handles part of this problem but at some point you have= to >> > connect up to the actual implementation of the API (this of course >> assumes >> > that Eclipse is being used as the delivery platform rather than someth= ing >> > else). >> > >> > One possible solution that comes to mind is that we extend the >> ImageFactory >> > API to enable provider specific information to be retrieved e.g. >> > getProviderDescription, getProviderMajorVersion and >> getProviderMinorVersion. >> > If we consider an Eclipse based scenario then a particular provider ca= n >> use >> > the extension point infrastructure to identify itself to a tool, and t= hen >> > using the provider information, the toll could give the user the choic= e >> of >> > which one to use. >> > >> > -- >> > Regards >> > >> > Adam Pilkington >> > >> >> >> > I wrote a testcase using this API =A0and it seems to do exactly what we w= ant > - =A0this has been around since 1.4.2! > > I think that this makes life very easy for us - =A0the only restriction s= eems > to be that you'll only be able to have one provider per jar. =A0So we'll > probably have to have some sort of delegate provider that registers the > other providers it knows about directly. =A0(read ImageFactory for provid= er > here) > > > $64000 question - =A0what do we call the mega factory that is going to ma= nage > all the imagefactories? > > > > >> >> -- >> Regards >> >> Adam Pilkington >> > --=20 Regards Adam Pilkington From [email protected] Mon May 18 09:24:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86436 invoked from network); 18 May 2009 09:24:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2009 09:24:01 -0000 Received: (qmail 62819 invoked by uid 500); 18 May 2009 09:24:01 -0000 Delivered-To: [email protected] Received: (qmail 62793 invoked by uid 500); 18 May 2009 09:24: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62783 invoked by uid 99); 18 May 2009 09:24:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 09:24:00 +0000 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 (nike.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; Mon, 18 May 2009 09:23:50 +0000 Received: from [161.129.204.104] (blueice2n1.uk.ibm.com [161.129.204.104]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MKv1o-1M5z4D3XKP-000jlW; Mon, 18 May 2009 11:23:30 +0200 Message-ID: <[email protected]> Date: Mon, 18 May 2009 10:23:31 +0100 From: Stuart Monteith <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20090403 SeaMonkey/1.1.16 MIME-Version: 1.0 To: [email protected] Subject: Google Analytics - tracking our Website Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+Au3i2gLfTefoX8FA9O1rRMPc4mF3x9QvuWkk GXbKZeCB1HLokjplTEui5WabP3NBzqHqXfyF8l38fVUBIwVJNd RjNaBVv3+dtX2gTQJhNu9FRK67fvLsR X-Virus-Checked: Checked by ClamAV on apache.org Hi, There has been some discussion about tracking the Apache Kato website in order to gauge interest in the project, and the effects of the various things being done to increase that interest. For example, Adam's Developerworks article, Steve's BOF at JavaOne, etc. There are a couple of places where stats are available internally, the most specific is here: http://people.apache.org/~vgritsenko/stats/projects/index.html However, that only has stats for the Incubator project, nothing more specific. There have been discussions here for Google Analytics: http://mail-archives.apache.org/mod_mbox/[email protected]%3E To summarise: There are Apache projects already using it (e.g. Apache Geronimo) The only issue is that the information in the reports has to be open to everyone on the project. The Analytics are for Internal Use only. This is open to interpretation, and may conflict with the previous point. Reports seem best shared by having them periodically sent to our mailing list by GA. It is perhaps questionable that we should be putting webstats through Google for those concerned about privacy. Also: "You must post a privacy policy and that policy must provide notice of your use of a cookie that collects anonymous traffic data." There isn't a conclusion to that discussion on the mailing list. Thoughts? Stuart From [email protected] Mon May 18 09:36:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95733 invoked from network); 18 May 2009 09:36:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2009 09:36:54 -0000 Received: (qmail 72285 invoked by uid 500); 18 May 2009 09:36:54 -0000 Delivered-To: [email protected] Received: (qmail 72257 invoked by uid 500); 18 May 2009 09:36: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72247 invoked by uid 99); 18 May 2009 09:36:54 -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 09:36:54 +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-f219.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 09:36:46 +0000 Received: by bwz19 with SMTP id 19so3110946bwz.12 for <[email protected]>; Mon, 18 May 2009 02:36:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=jHsaSLStTxLowrEu3IOvgmDepPB9uQLsbgYO1203VnM=; b=k0dTXydTt62zAhkO0IyRub20Wg5373fPzVxD7RPDL5nHUW04DRYzEF7ntGdl7qLJK2 xuKoPalqxU3EvOgRGJT5Te27XXO9LuiFkj9zKvkam4aDA50iRjMnLngu+FVE4n0/ZvQV qlzsMZpsUkPxlfi6HxMwu206z4xN7TNZh3rdM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=HfEElavCJU8JDSoXENBLXN7s76GC1EAYCcYmvVAe6i2BT1WFKvEE54FFZ9yJ/XRiWO 7yxJNp/+k0mRwjAReWFHehWTZJ1B8IhfSTWatip6CvvZejB4Ql1REgncpMikRlLb8Fdw bOU5K7B5mj2pOkDeR6X0QHv611k64EfhHBEaE= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id u1mr6551861bkp.208.1242639384835; Mon, 18 May 2009 02:36:24 -0700 (PDT) Reply-To: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> Date: Mon, 18 May 2009 10:36:24 +0100 Message-ID: <[email protected]> Subject: Re: Google Analytics - tracking our Website From: ant elder <[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 Mon, May 18, 2009 at 10:23 AM, Stuart Monteith <[email protected]> wrot= e: > There have been discussions here for Google Analytics: > > =A0 Also: "You must post a privacy policy and that policy must provide no= tice > of your use of a cookie that collects anonymous traffic data." > > There isn't a conclusion to that discussion on the mailing list. > There was an ASF board decision that projects using Google Analytics must display a notice on their website - http://www.apache.org/foundation/records/minutes/2008/board_minutes_2008_12= _17.txt ...ant From [email protected] Mon May 18 13:36:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87397 invoked from network); 18 May 2009 13:36:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2009 13:36:50 -0000 Received: (qmail 14337 invoked by uid 500); 18 May 2009 13:36:50 -0000 Delivered-To: [email protected] Received: (qmail 14317 invoked by uid 500); 18 May 2009 13:36: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14307 invoked by uid 99); 18 May 2009 13:36:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 13:36:49 +0000 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 (nike.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; Mon, 18 May 2009 13:36:38 +0000 Received: from [161.129.204.104] (blueice3n1.uk.ibm.com [161.129.204.104]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0MKv5w-1M630s003w-00016c; Mon, 18 May 2009 15:36:18 +0200 Message-ID: <[email protected]> Date: Mon, 18 May 2009 14:36:17 +0100 From: Stuart Monteith <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20090403 SeaMonkey/1.1.16 MIME-Version: 1.0 To: [email protected] Subject: Re: Google Analytics - tracking our Website 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-Provags-ID: V01U2FsdGVkX195773VNVKW9QkqAO8iSJAvrDGpwSCQfQqO4bT Gk3mzD1dPMxsVg+LMCPouRhUH3deBVhsHacANO7RBVRakem170 TQah8J2d3rrAZ8qMaGJCkr47lAui0fz X-Virus-Checked: Checked by ClamAV on apache.org Great, thanks for the pointer Ant. The relevant extract is: Henning to communicate that every project that uses Google Analytics needs to have a published privacy policy. Update: henning: Jukka and legal-discuss pursued this and produced http://jackrabbit.apache.org/privacy-policy.html, which is great. I will send out mail later this week to pmcs@ and remind them of this and that they have to update their web sites if they are using GA. By using this page as template, it should be easy. I'll try and found out how we configure/customize the Confluence autoexporter such that we could insert the necessary HTML. I want to do that anyhow so we can improve the look of the website. We will, of course, have to vote on whether we go ahead with Google Analytics. Regards, Stuart ant elder wrote: > On Mon, May 18, 2009 at 10:23 AM, Stuart Monteith <[email protected]> wrote: > > > >> There have been discussions here for Google Analytics: >> >> > > >> Also: "You must post a privacy policy and that policy must provide notice >> of your use of a cookie that collects anonymous traffic data." >> >> There isn't a conclusion to that discussion on the mailing list. >> >> > > There was an ASF board decision that projects using Google Analytics > must display a notice on their website - > > http://www.apache.org/foundation/records/minutes/2008/board_minutes_2008_12_17.txt > > ...ant > From [email protected] Tue May 19 11:05:09 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90063 invoked from network); 19 May 2009 11:05:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 May 2009 11:05:08 -0000 Received: (qmail 30354 invoked by uid 500); 19 May 2009 11:05:08 -0000 Delivered-To: [email protected] Received: (qmail 30232 invoked by uid 500); 19 May 2009 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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29880 invoked by uid 99); 19 May 2009 11:05:07 -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 11:05: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 11:05:05 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A98A8234C1ED for <[email protected]>; Tue, 19 May 2009 04:04:45 -0700 (PDT) Message-ID: <984154082.1242731085693.JavaMail.jira@brutus> Date: Tue, 19 May 2009 04:04:45 -0700 (PDT) From: "Sonal Goyal (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (KATO-8) Explore use of Maven for building Kato API, TCK and tests 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 Explore use of Maven for building Kato API, TCK and tests --------------------------------------------------------- Key: KATO-8 URL: https://issues.apache.org/jira/browse/KATO-8 Project: Kato Issue Type: Task Components: BUILD Reporter: Sonal Goyal Assignee: Sonal Goyal Priority: Minor Explore Maven for building Kato API, Harness, TCK etc -- 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 May 19 11:09:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90846 invoked from network); 19 May 2009 11:09:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 May 2009 11:09:09 -0000 Received: (qmail 34051 invoked by uid 500); 19 May 2009 11:09:09 -0000 Delivered-To: [email protected] Received: (qmail 34021 invoked by uid 500); 19 May 2009 11:09: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34011 invoked by uid 99); 19 May 2009 11:09:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 11:09: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 11:09:06 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 888FB234C004 for <[email protected]>; Tue, 19 May 2009 04:08:45 -0700 (PDT) Message-ID: <489382386.1242731325545.JavaMail.jira@brutus> Date: Tue, 19 May 2009 04:08:45 -0700 (PDT) From: "Sonal Goyal (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (KATO-8) Explore use of Maven for building Kato API, TCK and tests In-Reply-To: <984154082.1242731085693.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/KATO-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sonal Goyal updated KATO-8: --------------------------- Attachment: mavenInstructions.txt kato.zip To use maven, the attached directory structure has been created. Instructions foor compiling included in mavenInstructions.txt > Explore use of Maven for building Kato API, TCK and tests > --------------------------------------------------------- > > Key: KATO-8 > URL: https://issues.apache.org/jira/browse/KATO-8 > Project: Kato > Issue Type: Task > Components: BUILD > Reporter: Sonal Goyal > Assignee: Sonal Goyal > Priority: Minor > Attachments: kato.zip, mavenInstructions.txt > > > Explore Maven for building Kato API, Harness, TCK etc -- 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 May 20 10:51:39 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52542 invoked from network); 20 May 2009 10:51:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 May 2009 10:51:39 -0000 Received: (qmail 13242 invoked by uid 500); 20 May 2009 10:51:52 -0000 Delivered-To: [email protected] Received: (qmail 13209 invoked by uid 500); 20 May 2009 10:51: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13199 invoked by uid 99); 20 May 2009 10:51:52 -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 10:51:52 +0000 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; Wed, 20 May 2009 10:51:43 +0000 Received: from [161.129.204.104] (blueice4n2.uk.ibm.com [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis) id 0ML25U-1M6jOK3lUD-0001w8; Wed, 20 May 2009 12:51:21 +0200 Message-ID: <[email protected]> Date: Wed, 20 May 2009 11:51:19 +0100 From: Stuart Monteith <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20090403 SeaMonkey/1.1.16 MIME-Version: 1.0 To: [email protected] Subject: hprof generation Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/QR3MbcvvCpJ9d3nCUzEk/ddiZia65jIV2hGA m7E9KOXim1Se2neiaI7/Py/o/RJKbFFRTd3jWfWIyWHtanGLpQ LCta55D0AMpiDc6lY9PCEOsw5eji9ie X-Virus-Checked: Checked by ClamAV on apache.org Hi, I've been working on the hprof implementation of the Kato API, and one thing I'd like to do is to be able to generate a complete hprof file programmatically. By complete, I mean threads as well as the heap. So far I've found that with HotSpot we can generate hprof files with the following methods: -XX:+HeapDumpOnOutOfMemoryError - so generate an hprof file with just the heapdump CTRL+Break - to initiate the agent to generate a complete dump. And I've found that JMX can be used to generate an hprof file programmatically with only the heap, like so: MBeanServer mbeanServer = ManagementFactory.getPlatformMBeanServer(); mbeanServer.invoke(ObjectName.getInstance("com.sun.management:type=HotSpotDiagnostic"), "dumpHeap", new Object[] {"java.hprof",false}, new String[] {"java.lang.String","boolean"}); Unfortunately, the API would normally be even less complete with hprof because of this problem. I presume that this is a fundamental limitation of how the JVM operates, but I thought I'd mention it in case someone knew any tricks. Thanks, Stuart From [email protected] Sat May 23 08:35:30 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63803 invoked from network); 23 May 2009 08:35:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 May 2009 08:35:30 -0000 Received: (qmail 63212 invoked by uid 500); 23 May 2009 08:35:42 -0000 Delivered-To: [email protected] Received: (qmail 63183 invoked by uid 500); 23 May 2009 08: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63173 invoked by uid 99); 23 May 2009 08:35:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 08:35: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 08:35:32 +0000 Received: by fxm20 with SMTP id 20so2135376fxm.12 for <[email protected]>; Sat, 23 May 2009 01:35:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=/bvJUsDpB0GdTSAWJl+cRilplu8rjmFju8AEjwVlGjs=; b=juyoSvU1KoOCcqSOCRSvCTX+BEGwuxXbiCqVKnWr+R81pluXBPnsrknGE3iRx3yFqC IimiLf40iR/GARZoRPkq9phu5o4k4qG6F6LUXKXrN8M9NzBWE4igEpmWu7JTTXij6dgv 2xIxavaUijPG23P0k+zxO5PNTWvNDmt5wkxnA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=eWHh7PhlvmkkMdlnzGHk4mRhuWS3B6Qrn0k3ryHIoSMMtQI27Eca4XNoy2yhxE1QfI JMXKiR6PMPytVgR4GK1KJrthOxXTrnBTJGA74m6O3E5xK/PSwT8MPa6OniczW/duJmeq vzz/6IotPUiWENmAWc3UdzNXbHc5oRsUJMslc= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z1mr4488941bkq.67.1243067710673; Sat, 23 May 2009 01:35:10 -0700 (PDT) Date: Sat, 23 May 2009 09:35:10 +0100 Message-ID: <[email protected]> Subject: Using Maven From: Steve Poole <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636c5a3cb5396ff046a904191 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5a3cb5396ff046a904191 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi All, Sonal recently created a jira item with an example of how to use maven to build the kato project. Looking at the code I suddenly "got it" with maven - now I understand how to link the various projects together. I played around a bit more and I found I could build eclipse plugins with maven too. This is really cool and easy. Since I'm trying to put demos together for JavaOne that are (mostly) eclipse plugins I've created an experimental branch to see if I can get our code and demos to build with maven. I've been concerned that I might not be able to provide download links for the demos in time for J1 - but now I think I might have a chance. Cheers Steve --001636c5a3cb5396ff046a904191-- From [email protected] Sat May 23 12:30:59 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37065 invoked from network); 23 May 2009 12:30:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 May 2009 12:30:59 -0000 Received: (qmail 55825 invoked by uid 500); 23 May 2009 12:31:12 -0000 Delivered-To: [email protected] Received: (qmail 55796 invoked by uid 500); 23 May 2009 12:31: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55786 invoked by uid 99); 23 May 2009 12:31:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 12:31:12 +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-gx0-f177.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 12:31:02 +0000 Received: by gxk25 with SMTP id 25so2084476gxk.12 for <[email protected]>; Sat, 23 May 2009 05:30:10 -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=AamG8PK+dNZ7yf1PkwTPYn9e/uxFiHxNqppigONWMWY=; b=bfoQ3Azk6jX7my0+QOzU8Wii2zZBQwHMAe+WgklzyI3YuMOEsT8l8PLDHrObeDytdi 7ILzIL3zSvnetiW25FtzHa79meamjMJY/KdqM8p9yYWZ5VOU7VADf0zoCInHqmGtpuc9 KduPAsRsBnHonCfdvAGu9hMvCC9wR+34D4kmY= 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=WzPhzbsNebtU9WGUofZY1GVSuNg3bnY5KBE7iYLoUj1SD6hRnZKs6yfpi6H9Aqwurc p2Ts4Qj6blvORtPXAIw1CCDjl20fNbF162nZbJvL0pFUmAs9nyb/aAGVx4/uHYiMJdH4 Ur9bx3ivSJfh9hzttvOnMUQ0vH1fXynZO36+0= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id q8mr9694900ybm.252.1243081783529; Sat, 23 May 2009 05:29:43 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Sat, 23 May 2009 17:59:43 +0530 Message-ID: <[email protected]> Subject: Re: Using Maven From: Sonal Goyal <[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 All, Sorry I should have written this email earlier. This mail will hopefully explain what I have done so far with Maven and address any questions. I have tried to get the API, Test Harness and the Tests to build with Maven. Four maven projects have been created: 1. KatoAPI - Builds the current API ie org. apache.kato.image, org.apache.kato.runtime and org.apache.kato.java packages. I have moved the junits for the API to adhere to standard maven test package structure -=A0org.apache.kato.image in our case. 2. KatoAntTasks - builds the org.apache.kato.anttasks package. It uses ant and tools.jar at compile time. 3. KatoTCK - Builds the TCK. It is dependent on the above two projects. 4. KatoTests - Builds the tests and depends on the KatoAPI and KatoTCK for compiling. Using Maven is pretty straightforward. It can be installed from http://maven.apache.org/download.html#Installation Please set up the environmental variables M2_HOME and M2 as per the instructions in the link above. mvn compile can be used to compile the projects, mvn package for packaging and mvn install for copying the package(jar) to local repository so that it can be used by other projects. In our case for example, we need the KatoAPI for building KatoTCK. So, the api has to be compiled, packaged and installed. Download the zip file of the Maven projects from: https://issues.apache.org/jira/browse/KATO-8 Unzip to create the above projects on local file system. Then, cd katoApi mvn compile mvn package mvn install cd katoAntTasks mvn compile mvn package mvn install cd katoTCK mvn compile mvn package mvn install cd katoTests mvn compile This should build the files. If you wish to see how to run the tests, try the API. cd to the api project, then mvn test. It will generate a report for the test run. Hope this helps. Please feel free to ask any questions. Steve, please let me know if this is fine and you want me to check it into SVN under the experimental branch. Thanks and Regards, Sonal On Sat, May 23, 2009 at 2:05 PM, Steve Poole <[email protected]> wro= te: > > Hi All, > > Sonal recently created a jira item with an example of how to use maven to > build the kato project. > > =A0Looking at the code I suddenly "got it" with maven - now I understand = how > to link the various projects together. > > I played around a bit more and I found I could build eclipse plugins with > maven too. =A0This is really cool and easy. > > Since I'm trying to put demos together for JavaOne that are (mostly) ecli= pse > plugins I've =A0created an experimental branch =A0to see if I can get our= code > and demos to =A0build with maven. =A0I've been concerned that I might not= be > able to provide download links for the demos in time for J1 - =A0but now = I > think I might have a chance. > > Cheers > > Steve From [email protected] Fri May 29 17:39:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27833 invoked from network); 29 May 2009 17:39:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 May 2009 17:39:15 -0000 Received: (qmail 430 invoked by uid 500); 29 May 2009 17:39:27 -0000 Delivered-To: [email protected] Received: (qmail 401 invoked by uid 500); 29 May 2009 17:39: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: <kato-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 388 invoked by uid 99); 29 May 2009 17:39:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2009 17:39:27 +0000 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; Fri, 29 May 2009 17:39:18 +0000 Received: from [161.129.204.104] (blueice3n1.uk.ibm.com [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MKsym-1MA62h0R3s-000e2Z; Fri, 29 May 2009 19:38:55 +0200 Message-ID: <[email protected]> Date: Fri, 29 May 2009 18:38:37 +0100 From: Stuart Monteith <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20090403 SeaMonkey/1.1.16 MIME-Version: 1.0 To: [email protected] Subject: KatoView changes - xpath queries Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX19xQVbgLT21EdCQwb7AZM/M8rg5MksCg+E+W2q F9TBhxXiZLPH31Y8RoCjD8zscVXGceFDg/OssQg5QYKtC1ASiE 2+kTAj1e4p15cSWbFL6LLLJhykdydqn X-Virus-Checked: Checked by ClamAV on apache.org Hello, As Steve said, some changes have been made to KatoView, to help demonstrate the use of the API. We've added some support for dumps from Tomcat and for queries to be generated using xpath queries. The Tomcat commands were written to show you can extract application specific information using Kato. The commands get easy, obvious things. I would like for the commands to present information that would help diagnose real problems. tomcat version ========== This returns the version of the tomcat server that was present in the dump, if any. For example: > tomcat version Found Tomcat server: Info: Apache Tomcat/5.5.27 Built: Aug 28 2008 10:08:26 Number: 161.129.204.104 It is implemented by finding a class of a name, and retrieving its statics. tomcat pools ========= This shows the shallow status of the threads pools, to give some idea how busy the tomcat server is. For example: > tomcat pools Found thread pools Pool name:http-8080, threads: 25, busy: 2 Pool name:TP, threads: 4, busy: 1 This just finds instances of objects of a particular class and prints out it's instance fields. This notionally shows how busy the server is. tomcat jsp ======= This command is a bit more sophisticated. It is supposed to find the installed and running JSPs in a tomcat server. It first of all finds all classes that subclass HttpJspBase, reports them, and finds all instances of them. It then looks through all threads for threads with stackframes with methods that are in each JSP's class to show what each JSP is doing at the time the dump was taken. With the deadlock.jsp demo, it is possible with the "deadlock" command and this to show the JSPs causing the deadlock, and where. > tomcat jsp Found JSP: org/apache/jsp/dump_jsp, instances: 0xe68f10 JavaThread: Java stack trace for thread `http-8080-Processor24' ========================================================= com.ibm.jvm.Dump.SystemDump() org.apache.jsp.dump_jsp._jspService(dump_jsp.java:108) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) : : : : : : : org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) java.lang.Thread.run(Thread.java:810) xpath ==== This command uses JXPath to traverse the object structure. The queries I've put together so far are: Names of all JavaThreads: xpath runtime threads/name Stacktraces of a named java thread xpath runtime threads[name='TP-Monitor']/stackFrames/location All defined classes xpath runtime javaClassLoaders/definedClasses/name All of the fields defined for a named class: xpath runtime javaClassLoaders/definedClasses[name='java/lang/String']/declaredFields A field declared in a class by name: xpath runtime javaClassLoaders/definedClasses[name='java/lang/String']/declaredFields[name='value'] All fields with the name "value" xpath runtime javaClassLoaders/definedClasses/declaredFields[name='value'] All objects class names: xpath runtime heaps/objects/javaClass/name Finding immediate subclasses of a given class by name: xpath runtime javaClassLoaders/definedClasses[superclass/name='org/apache/jasper/runtime/HttpJspBase']/name Find all instances of java/lang/String on the heap: - Really slow xpath runtime heaps/objects[javaClass/name='java/lang/String'] Retrieve the type of a specific object with a given address: - really slow xpath runtime heaps/objects[ID/address=8585216]/javaClass/name The "runtime" option starts the query at the JavaRuntime level, otherwise it [email protected]. For example, to get all of the thread name: > xpath runtime threads/name 1: "main" 2: "JIT Compilation Thread" 3: "Signal Dispatcher" 4: "Finalizer thread" 5: "ContainerBackgroundProcessor[StandardEngine[Catalina]]" 6: "http-8080-Processor1" 7: "http-8080-Processor2" 8: "http-8080-Processor3" 9: "http-8080-Processor4" 10: "http-8080-Processor5" 11: "http-8080-Processor6" 12: "http-8080-Processor7" 13: "http-8080-Processor8" 14: "http-8080-Processor9" 15: "http-8080-Processor10" 16: "http-8080-Processor11" 17: "http-8080-Processor12" 18: "http-8080-Processor13" 19: "http-8080-Processor14" 20: "http-8080-Processor15" 21: "http-8080-Processor16" 22: "http-8080-Processor17" 23: "http-8080-Processor18" 24: "http-8080-Processor19" 25: "http-8080-Processor20" 26: "http-8080-Processor21" 27: "http-8080-Processor22" 28: "http-8080-Processor23" 29: "http-8080-Processor24" 30: "http-8080-Processor25" 31: "http-8080-Monitor" 32: "TP-Processor1" 33: "TP-Processor2" 34: "TP-Processor3" 35: "TP-Processor4" 36: "TP-Monitor" You can see how the results correspond with the "tomcat pools" command. The numbers on the left are indexes. Using them, the xpath query could regenerate the stacktrace the "tomcat jsp" command's backtrace: > xpath runtime threads[29]/stackFrames/location 1: com.ibm.jvm.Dump.SystemDump() 2: org.apache.jsp.dump_jsp._jspService(dump_jsp.java:108) 3: org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) 4: javax.servlet.http.HttpServlet.service(HttpServlet.java:729) 5: org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331) 6: org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329) 7: org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) 8: javax.servlet.http.HttpServlet.service(HttpServlet.java:729) 9: org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) 10: org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) 11: org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) 12: org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172) <truncated> This is equivalent to: xpath runtime threads[name='http-8080-Processor24']/stackFrames/location Unfortunately, finding heap objects appears to be very slow, but it at least shows the potential. Regards, Stuart
From [email protected] Tue Aug 04 19:43:09 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26832 invoked from network); 4 Aug 2009 19:43:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Aug 2009 19:43:09 -0000 Received: (qmail 61523 invoked by uid 500); 4 Aug 2009 19:43: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61510 invoked by uid 99); 4 Aug 2009 19:43:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 19:43: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 (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-out0.tiscali.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 19:43:00 +0000 Received: from [161.129.204.104] (helo=oranjetip.home.leverkruid.eu) by smtp-out0.tiscali.nl with esmtp (Exim) (envelope-from <[email protected]>) id 1MYPty-0004Yr-8a for [email protected]; Tue, 04 Aug 2009 21:42:40 +0200 Received: from simon by oranjetip.home.leverkruid.eu with local (Exim 4.69 #1 (Debian)) id 1MYPtl-00017V-E8; Tue, 04 Aug 2009 21:42:13 +0200 Date: Tue, 4 Aug 2009 21:42:13 +0200 From: Simon Pepping <[email protected]> To: "[email protected]" <[email protected]> Subject: Status report for August 2009 Message-ID: <[email protected]> Mail-Followup-To: "[email protected]" <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org The August report needs to be submitted by 16 August. I've written an initial draft. Please add/fix/update/improve until Friday 15 August night (CET). http://wiki.apache.org/xmlgraphics/StatusReports/StatusReportForMay2009 I tried to get some numbers on activity. I have come up with the activity on the mailing lists during May, June and July, as can be derived from the Apache archives: fop commits: 88 batik commits: 5 xmlgraphics commits: 15 (minus deployment of the web site) fop-dev: 311 fop-users: 610 batik-dev: 112 batik-users: 243 general: 48 Nice graphs can be seen at markmail: http://fop.markmail.org/, http://fop-dev.markmail.org/, http://fop-user.markmail.org/, http://batik.markmail.org/, http://batik-dev.markmail.org/, http://batik-user.markmail.org/, http://xmlgraphics.markmail.org/search/?q=#query:list%3Aorg.apache.xmlgraphics.general+page:1+state:facets Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 04 19:45:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27395 invoked from network); 4 Aug 2009 19:45:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Aug 2009 19:45:56 -0000 Received: (qmail 67990 invoked by uid 500); 4 Aug 2009 19:46: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67980 invoked by uid 99); 4 Aug 2009 19:46:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 19:46:01 +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-out3.tiscali.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 19:45:51 +0000 Received: from [161.129.204.104] (helo=oranjetip.home.leverkruid.eu) by smtp-out3.tiscali.nl with esmtp (Exim) (envelope-from <[email protected]>) id 1MYPwc-0004e2-1P for [email protected]; Tue, 04 Aug 2009 21:45:28 +0200 Received: from simon by oranjetip.home.leverkruid.eu with local (Exim 4.69 #1 (Debian)) id 1MYPwO-000182-D1; Tue, 04 Aug 2009 21:44:56 +0200 Date: Tue, 4 Aug 2009 21:44:56 +0200 From: Simon Pepping <[email protected]> To: [email protected] Subject: Re: Status report for August 2009 Message-ID: <[email protected]> Mail-Followup-To: [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.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org The link must be: http://wiki.apache.org/xmlgraphics/StatusReports/StatusReportForAugust2009 Simon On Tue, Aug 04, 2009 at 09:42:13PM +0200, Simon Pepping wrote: > The August report needs to be submitted by 16 August. I've > written an initial draft. Please add/fix/update/improve until Friday > 15 August night (CET). > > http://wiki.apache.org/xmlgraphics/StatusReports/StatusReportForMay2009 > > I tried to get some numbers on activity. I have come up with the > activity on the mailing lists during May, June and July, as can be > derived from the Apache archives: > > fop commits: 88 > batik commits: 5 > xmlgraphics commits: 15 (minus deployment of the web site) > fop-dev: 311 > fop-users: 610 > batik-dev: 112 > batik-users: 243 > general: 48 > > Nice graphs can be seen at markmail: http://fop.markmail.org/, > http://fop-dev.markmail.org/, http://fop-user.markmail.org/, > http://batik.markmail.org/, http://batik-dev.markmail.org/, > http://batik-user.markmail.org/, > http://xmlgraphics.markmail.org/search/?q=#query:list%3Aorg.apache.xmlgraphics.general+page:1+state:facets > > Regards, Simon > > -- > Simon Pepping > home page: http://www.leverkruid.eu > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 05 10:10:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18384 invoked from network); 5 Aug 2009 10:10:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Aug 2009 10:10:13 -0000 Received: (qmail 43764 invoked by uid 500); 5 Aug 2009 10:09: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43061 invoked by uid 99); 5 Aug 2009 10:08: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 Aug 2009 10:08: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f225.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 10:08:19 +0000 Received: by ewy25 with SMTP id 25so2511264ewy.9 for <multiple recipients>; Wed, 05 Aug 2009 03:07:58 -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:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=+LBhs7BWuCMFMB3WFEkd+qTU8hVuNn6FzkQeY0XbyfQ=; b=w2qFbYbScoq7qUAqiTaej4IsnE8MBwr2ccqym5KFB2TWlzGr1XfeHWqcmsORtASd5d uPybxUSPYXIQdpC8+KLpRl3ItGpW7UqK6kTfPs/8VngGNF8rvgHjH4aDPKNisKb5RjFv pXAPWZ96jn9x8Ngmdy/kPw+5kKKcb31bwaHDQ= 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:x-enigmail-version:content-type :content-transfer-encoding; b=lrlsOcUnEJXJEeAMEjp01XxgQl3S/FH7+rnu4aqYSkcNCZj713JskygWvUPtUy6UGV 70fno0U600EepNGEIeMsayk6vPTGIiXTP/zukFWPSY5LQ/P85hfEFA6/Wq7CqRJFy5CT Y4C4exM17t05jbtByn8WUMOwTMhN8DQ7ILsKg= Received: by 161.129.204.104 with SMTP id j8mr10242559eba.75.1249466877970; Wed, 05 Aug 2009 03:07:57 -0700 (PDT) Received: from ?161.129.204.104? (uk.thunderhead.com [161.129.204.104]) by mx.google.com with ESMTPS id 24sm4085994eyx.43.2161.129.204.104.07.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Aug 2009 03:07:56 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 05 Aug 2009 11:07:55 +0100 From: Vincent Hennebert <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20090608) MIME-Version: 1.0 To: [email protected] CC: [email protected] Subject: Re: Status report for August 2009 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 Hi Simon, The report looks good. Just a thing about the ChangingIPD hack: actually it is still undecided whether it should be merged back to Trunk or not. My main concern about that is that it will get in the way when implementing the new approach. I will basically have to start with reverting all the changes made for the hack. My idea was to actively maintain the branch in sync with the Trunk. Releases could then be made from the branch. But this may actually turn out to be more work than reverting all the changes in one go. Plus it has been mentioned to me that this may create difficulties for users who regularly take snapshots of the Trunk (the branch will always lag a little bit behind). Any opinion about this is welcome. Meanwhile, I'll modify the status report. Thanks, Vincent Simon Pepping wrote: > The August report needs to be submitted by 16 August. I've > written an initial draft. Please add/fix/update/improve until Friday > 15 August night (CET). > > http://wiki.apache.org/xmlgraphics/StatusReports/StatusReportForMay2009 > > I tried to get some numbers on activity. I have come up with the > activity on the mailing lists during May, June and July, as can be > derived from the Apache archives: > > fop commits: 88 > batik commits: 5 > xmlgraphics commits: 15 (minus deployment of the web site) > fop-dev: 311 > fop-users: 610 > batik-dev: 112 > batik-users: 243 > general: 48 > > Nice graphs can be seen at markmail: http://fop.markmail.org/, > http://fop-dev.markmail.org/, http://fop-user.markmail.org/, > http://batik.markmail.org/, http://batik-dev.markmail.org/, > http://batik-user.markmail.org/, > http://xmlgraphics.markmail.org/search/?q=#query:list%3Aorg.apache.xmlgraphics.general+page:1+state:facets > > Regards, Simon > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 05 10:37:58 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34883 invoked from network); 5 Aug 2009 10:37:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Aug 2009 10:37:58 -0000 Received: (qmail 9220 invoked by uid 500); 5 Aug 2009 10:38: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9202 invoked by uid 99); 5 Aug 2009 10:38:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 10:38: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO bay0-omc3-s27.bay0.hotmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 10:37:52 +0000 Received: from hotmail.com ([161.129.204.104]) by bay0-omc3-s27.bay0.hotmail.com with Microsoft SMTPSVC(207)206-1636); Wed, 5 Aug 2009 03:37:32 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 5 Aug 2009 03:37:31 -0700 Message-ID: <[email protected]> Received: from 161.129.204.104 by BAY137-DAV12.phx.gbl with DAV; Wed, 05 Aug 2009 10:37:26 +0000 X-Originating-IP: [161.129.204.104] X-Originating-Email: [[email protected]] X-Sender: [email protected] Message-ID: <[email protected]> Date: Wed, 05 Aug 2009 11:37:34 +0100 From: Chris Bowditch <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] CC: [email protected] Subject: Re: Status report for August 2009 References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 05 Aug 2009 10:37:31.0268 (UTC) FILETIME=[BC698C40:01CA15B8] X-Virus-Checked: Checked by ClamAV on apache.org Vincent Hennebert wrote: > Hi Simon, Hi Simon, Vincent, > > The report looks good. Just a thing about the ChangingIPD hack: actually > it is still undecided whether it should be merged back to Trunk or not. > > My main concern about that is that it will get in the way when > implementing the new approach. I will basically have to start with > reverting all the changes made for the hack. > > My idea was to actively maintain the branch in sync with the Trunk. > Releases could then be made from the branch. But this may actually turn > out to be more work than reverting all the changes in one go. Plus it > has been mentioned to me that this may create difficulties for users who > regularly take snapshots of the Trunk (the branch will always lag > a little bit behind). > > Any opinion about this is welcome. Meanwhile, I'll modify the status > report. Thanks for bringing this up Vincent. I am a little reluctant to be working off a branch as we regularly take build snapshots from trunk. This creates a lot of extra work keeping the branch in sync. I think we all acknowledge that the changing IPD hack is just that and therefore code quality may be sub optimal. However, since Vincent is working on a totally new layout engine then we expect this code to be replaced a year or so down the line anyway. Therefore if the only reason for not putting this change into trunk is to save effort at the point when the new layout algorithm is introduced then I think this hack should be merged with trunk. This is because it will be more time consuming to do a 100 or so merges over a 1-2 year period than to remove changes from trunk in a one time exercise. Thanks, Chris > > Thanks, > Vincent > > > Simon Pepping wrote: > >>The August report needs to be submitted by 16 August. I've >>written an initial draft. Please add/fix/update/improve until Friday >>15 August night (CET). >> >>http://wiki.apache.org/xmlgraphics/StatusReports/StatusReportForMay2009 >> >>I tried to get some numbers on activity. I have come up with the >>activity on the mailing lists during May, June and July, as can be >>derived from the Apache archives: >> >>fop commits: 88 >>batik commits: 5 >>xmlgraphics commits: 15 (minus deployment of the web site) >>fop-dev: 311 >>fop-users: 610 >>batik-dev: 112 >>batik-users: 243 >>general: 48 >> >>Nice graphs can be seen at markmail: http://fop.markmail.org/, >>http://fop-dev.markmail.org/, http://fop-user.markmail.org/, >>http://batik.markmail.org/, http://batik-dev.markmail.org/, >>http://batik-user.markmail.org/, >>http://xmlgraphics.markmail.org/search/?q=#query:list%3Aorg.apache.xmlgraphics.general+page:1+state:facets >> >>Regards, Simon >> > > > --------------------------------------------------------------------- > 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 06 18:51:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50632 invoked from network); 6 Aug 2009 18:51:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Aug 2009 18:51:10 -0000 Received: (qmail 28429 invoked by uid 500); 6 Aug 2009 18: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]> List-Id: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28170 invoked by uid 99); 6 Aug 2009 18:51:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 18:51:16 +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-out1.tiscali.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 18:51:06 +0000 Received: from [161.129.204.104] (helo=oranjetip.home.leverkruid.eu) by smtp-out1.tiscali.nl with esmtp (Exim) (envelope-from <[email protected]>) id 1MZ831-0005b8-Hi; Thu, 06 Aug 2009 20:50:43 +0200 Received: from simon by oranjetip.home.leverkruid.eu with local (Exim 4.69 #1 (Debian)) id 1MZ82m-00016F-Da; Thu, 06 Aug 2009 20:50:28 +0200 Date: Thu, 6 Aug 2009 20:50:28 +0200 From: Simon Pepping <[email protected]> To: [email protected], "[email protected]" <[email protected]> Subject: Re: [Xmlgraphics Wiki] Update of "StatusReports/StatusReportForAugust2009" by VincentHennebert Message-ID: <[email protected]> Mail-Followup-To: [email protected], "[email protected]" <[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.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org Vincent, On Wed, Aug 05, 2009 at 10:37:13AM -0000, Apache Wiki wrote: > + No releases this quarter. A provisional solution for changing IPD (page width) has been developed in a branch. This solution works only for simple cases and is more a hack than anything else. But it should make a majority of users happy until a complete solution is developed as part of the new approach at page breaking (which is making progress). It is your choice to develop your new approach at page breaking in isolation. Until the time when code from that approach reaches FOP's repository, it is not a FOP effort, and I would prefer not mention it more than passingly in a report or mail. So I propose to shorten the last sentence to: "But it should make a majority of users happy until a more complete solution is developed." Simon -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 07 09:35:11 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3698 invoked from network); 7 Aug 2009 09:35:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Aug 2009 09:35:10 -0000 Received: (qmail 55429 invoked by uid 500); 7 Aug 2009 09:35: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55412 invoked by uid 99); 7 Aug 2009 09:35:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 09:35:17 +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-f225.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 09:35:06 +0000 Received: by ewy25 with SMTP id 25so232134ewy.9 for <multiple recipients>; Fri, 07 Aug 2009 02:34:45 -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:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=ERYSXvGB6VVToV1SOFCaDUY1eaTA6Co5FnBjwRR3Pso=; b=jFhLKEGrcfSKjsv09J5Kt9kdQriSKkQebi5cEJGSW9dG7h2YkTHLwZgOlPi2/LquHJ oDyhloK18m7tm4qxXPZ43axDyrIMnxKqdyg9swu9JwzpasIvhlDgdSDpwyuLBvboVNP4 PsM9uQCSB3Vpf165CjfxcAJEuHIIjhTNNBXRY= 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:x-enigmail-version:content-type :content-transfer-encoding; b=Tv8qtUegSWRQIgHjMFGyN4kyg8rBCNtzNM09Tx03nQBt6N1NAsfG7AUPldKHAwjaxS D3lXYAUoO/2Hkv+RYYPwvbf0PQVyYCGzBfgE9vZHMmiG6Ke9SCWaDXdEGw/33QspHTu0 FRB0rYLDEDdB8qmySGrKlzN/hqwvGOJvp6AXA= Received: by 161.129.204.104 with SMTP id 10mr738427ebp.15.1249637684564; Fri, 07 Aug 2009 02:34:44 -0700 (PDT) Received: from ?161.129.204.104? (uk.thunderhead.com [161.129.204.104]) by mx.google.com with ESMTPS id 7sm2308794eyg.55.2161.129.204.104.34.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 07 Aug 2009 02:34:42 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 07 Aug 2009 10:34:41 +0100 From: Vincent Hennebert <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20090608) MIME-Version: 1.0 To: [email protected], "[email protected]" <[email protected]> Subject: Re: [Xmlgraphics Wiki] Update of "StatusReports/StatusReportForAugust2009" by VincentHennebert References: <[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 Hi Simon, Simon Pepping wrote: > Vincent, > > On Wed, Aug 05, 2009 at 10:37:13AM -0000, Apache Wiki wrote: >> + No releases this quarter. A provisional solution for changing IPD (page width) has been developed in a branch. This solution works only for simple cases and is more a hack than anything else. But it should make a majority of users happy until a complete solution is developed as part of the new approach at page breaking (which is making progress). > > It is your choice to develop your new approach at page breaking in > isolation. Until the time when code from that approach reaches FOP's > repository, it is not a FOP effort, and I would prefer not mention it > more than passingly in a report or mail. So I propose to shorten the > last sentence to: "But it should make a majority of users happy until > a more complete solution is developed." I don't mind. But just to clear any ambiguity, what I'm working on currently still is the prototype, not the implementation of the new approach into FOP. I'm not publishing it simply because I don't have much to show at the moment. My initial plan to publish what I have [1] still stands, it simply got delayed by my work on ChangingIPDHack. Publishing code without the associated documentation amounts to the same thing as not publishing code at all, and the frequency of changes that I'm bringing to the prototype at the moment would make the maintenance of any documentation too costly. [1] http://markmail.org/message/mzagj4ou2vvwituo Regards, Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 07 19:59:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48896 invoked from network); 7 Aug 2009 19:59:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Aug 2009 19:59:57 -0000 Received: (qmail 2746 invoked by uid 500); 7 Aug 2009 20:00: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2736 invoked by uid 99); 7 Aug 2009 20:00:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 20:00: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 tux17.hoststar.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 19:59:54 +0000 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated bits=0) by tux17.hoststar.ch (8.13.6/8.12.11) with ESMTP id n77Jxahw028704 for <[email protected]>; Fri, 7 Aug 2009 21:59:37 +0200 Date: Fri, 07 Aug 2009 21:59:42 +0200 From: Jeremias Maerki <[email protected]> To: "[email protected]" <[email protected]> Subject: Re: Status report for August 2009 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.50.02 [en] X-Virus-Checked: Checked by ClamAV on apache.org On 04.08.2009 21:42:13 Simon Pepping wrote: > The August report needs to be submitted by 16 August. I've > written an initial draft. Please add/fix/update/improve until Friday > 15 August night (CET). >=20 > http://wiki.apache.org/xmlgraphics/StatusReports/StatusReportForMay2009 >=20 > I tried to get some numbers on activity. I have come up with the > activity on the mailing lists during May, June and July, as can be > derived from the Apache archives: >=20 > fop commits: 88 > batik commits: 5 > xmlgraphics commits: 15 (minus deployment of the web site) > fop-dev: 311 > fop-users: 610 > batik-dev: 112 > batik-users: 243 > general: 48 >=20 > Nice graphs can be seen at markmail: http://fop.markmail.org/, > http://fop-dev.markmail.org/, http://fop-user.markmail.org/, > http://batik.markmail.org/, http://batik-dev.markmail.org/, > http://batik-user.markmail.org/, > http://xmlgraphics.markmail.org/search/?q=3D#query:list%3Aorg.apache.xmlg= raphics.general+page:1+state:facets Other interesting statistics: http://www.svnsearch.org/svnsearch/repos/ASF/search?from=3D20090101&to=3D20= 091231&path=3D%2Fxmlgraphics%2Fbatik http://www.svnsearch.org/svnsearch/repos/ASF/search?from=3D20090101&to=3D20= 091231&path=3D%2Fxmlgraphics%2Ffop http://www.svnsearch.org/svnsearch/repos/ASF/search?from=3D20090101&to=3D20= 091231&path=3D%2Fxmlgraphics%2Fcommons Generally, the (updated) report sounds fine. One thing that concerns me a bit is the growing patch queue in Batik and FOP. Batik Patch Queue: https://issues.apache.org/bugzilla/buglist.cgi?bug_status=3DNEW&bug_status= =3DASSIGNED&bug_status=3DREOPENED&bug_status=3DNEEDINFO&product=3DBatik&que= ry_format=3Dadvanced&short_desc=3D[PATCH]&short_desc_type=3Dallwordssubstr&= order=3Dbug_id FOP Patch Queue: https://issues.apache.org/bugzilla/buglist.cgi?bug_status=3DNEW&bug_status= =3DASSIGNED&bug_status=3DREOPENED&bug_status=3DNEEDINFO&product=3DFop&query= _format=3Dadvanced&short_desc=3D[PATCH]&short_desc_type=3Dallwordssubstr&or= der=3Dbug_id Good patches that don't get processed will drive potential committers away at some point. And patches can go out of date. But I still have no recipe to get our project more active. I've been trying to recruit FOP users to participate in the development ever since I went independent, with only little success. Some people are often happier to pay for a little extension or fix (which made a good part of my income in the last few years) than to dive in themselves and take more control. And most simply expect others to work for them for free. And then there's the problem that spare fun time to do things not work/client-related is usually very limited. Sigh. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 07 20:09:40 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52066 invoked from network); 7 Aug 2009 20:09:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Aug 2009 20:09:40 -0000 Received: (qmail 15341 invoked by uid 500); 7 Aug 2009 20: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15331 invoked by uid 99); 7 Aug 2009 20:09:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 20:09: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 smtp-out1.tiscali.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 20:09:34 +0000 Received: from [161.129.204.104] (helo=oranjetip.home.leverkruid.eu) by smtp-out1.tiscali.nl with esmtp (Exim) (envelope-from <[email protected]>) id 1MZVkY-0004qh-04 for [email protected]; Fri, 07 Aug 2009 22:09:14 +0200 Received: from simon by oranjetip.home.leverkruid.eu with local (Exim 4.69 #1 (Debian)) id 1MZVkL-0001Nt-6q; Fri, 07 Aug 2009 22:09:01 +0200 Date: Fri, 7 Aug 2009 22:09:01 +0200 From: Simon Pepping <[email protected]> To: [email protected] Subject: Re: Status report for August 2009 Message-ID: <[email protected]> Mail-Followup-To: [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.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Aug 07, 2009 at 09:59:42PM +0200, Jeremias Maerki wrote: > > Other interesting statistics: ... snip ... Thanks for the links. > Generally, the (updated) report sounds fine. > > One thing that concerns me a bit is the growing patch queue in Batik and > FOP. > ... snip ... > > Good patches that don't get processed will drive potential committers > away at some point. And patches can go out of date. But I still have no > recipe to get our project more active. I've been trying to recruit FOP > users to participate in the development ever since I went independent, > with only little success. Some people are often happier to pay for a > little extension or fix (which made a good part of my income in the last > few years) than to dive in themselves and take more control. And most > simply expect others to work for them for free. And then there's the > problem that spare fun time to do things not work/client-related is > usually very limited. Sigh. I agree. Do you want this concern included in the report? I prefer to give a realistic view of the project's position. Therefore at some point such concerns need to be expressed. Is that already in this report? Simon -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 07 21:01:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70051 invoked from network); 7 Aug 2009 21:01:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Aug 2009 21:01:01 -0000 Received: (qmail 4085 invoked by uid 500); 7 Aug 2009 21:01: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4075 invoked by uid 99); 7 Aug 2009 21:01:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 21:01: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 tux17.hoststar.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 21:00:58 +0000 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated bits=0) by tux17.hoststar.ch (8.13.6/8.12.11) with ESMTP id n77L0gEK016412 for <[email protected]>; Fri, 7 Aug 2009 23:00:42 +0200 Date: Fri, 07 Aug 2009 23:00:48 +0200 From: Jeremias Maerki <[email protected]> To: [email protected] Subject: Re: Status report for August 2009 In-Reply-To: <[email protected]> References: <[email protected]> <[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.50.02 [en] X-Virus-Checked: Checked by ClamAV on apache.org On 07.08.2009 22:09:01 Simon Pepping wrote: > On Fri, Aug 07, 2009 at 09:59:42PM +0200, Jeremias Maerki wrote: > >=20 > > Other interesting statistics: > ... snip ... > Thanks for the links. >=20 > > Generally, the (updated) report sounds fine. > >=20 > > One thing that concerns me a bit is the growing patch queue in Batik an= d > > FOP. > >=20 > ... snip ... > >=20 > > Good patches that don't get processed will drive potential committers > > away at some point. And patches can go out of date. But I still have no > > recipe to get our project more active. I've been trying to recruit FOP > > users to participate in the development ever since I went independent, > > with only little success. Some people are often happier to pay for a > > little extension or fix (which made a good part of my income in the las= t > > few years) than to dive in themselves and take more control. And most > > simply expect others to work for them for free. And then there's the > > problem that spare fun time to do things not work/client-related is > > usually very limited. Sigh. >=20 > I agree. Do you want this concern included in the report? I prefer to > give a realistic view of the project's position. Therefore at some > point such concerns need to be expressed. Is that already in this > report? I guess it is. Probably just me venting frustration. The board knows since the forming of the XML Graphics project that Batik has not many active people. It has 3 active committers. That's been the same since 2005 although the activity has quieted down in the last 3-4 months. I just fear a serious problem for Batik if one of the three went away. FOP has 7 active committers in 2009 so is in a more comfortable position. Maybe you can add those numbers just to have stated that once in a while. After all, the board members change, too. OTOH, if the board sees that some activity is happening and oversight is there, they have no problem with us. Still, the general problem is the same for the whole project: so many users, so few contributors. We just have to make sure we don't forget to turn recurring contributors into committers. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 09 08:33:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50854 invoked from network); 9 Aug 2009 08:33:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2009 08:33:15 -0000 Received: (qmail 82443 invoked by uid 500); 9 Aug 2009 08:33: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82415 invoked by uid 99); 9 Aug 2009 08:33:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2009 08:33:20 +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-out1.tiscali.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2009 08:33:09 +0000 Received: from [161.129.204.104] (helo=oranjetip.home.leverkruid.eu) by smtp-out1.tiscali.nl with esmtp (Exim) (envelope-from <[email protected]>) id 1Ma3pe-0000ka-El; Sun, 09 Aug 2009 10:32:46 +0200 Received: from simon by oranjetip.home.leverkruid.eu with local (Exim 4.69 #1 (Debian)) id 1Ma3pN-00014j-IS; Sun, 09 Aug 2009 10:32:29 +0200 Date: Sun, 9 Aug 2009 10:32:29 +0200 From: Simon Pepping <[email protected]> To: [email protected], [email protected], [email protected], [email protected], [email protected] Subject: Fw: Sign up for ApacheCon US by 14 August and save up to $500! Message-ID: <[email protected]> Mail-Followup-To: [email protected], [email protected], [email protected], [email protected], [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org ----- Forwarded announcement ----- Sign up for ApacheCon US by 14 August and save up to $500! This year's ApacheCon US promises to deliver our most extensive program to date, and largest anticipated gathering of the global Apache community to celebrate the ASF's milestone 10th Anniversary. The San Francisco Bay Area is where the very first ASF official user conference was held, and we hope that you will join us in celebrating the ASF's success! Apache members, code contributors, users, developers, system administrators, business managers, service providers, and vendors will convene 2-6 November in Oakland, California, for a week of training, presentations, sharing and hacking. ApacheCon US 2009 features new content tracks, MeetUps, and GetTogethers, as well as a number of events open to the public free of charge, such as the Hackathon and 2-day BarCampApache, in appreciation of their support over the past decade. Be sure to register by 14 August to save up to $500! To sign up, visit http://www.us.apachecon.com/ Those wishing to attend ApacheCon, but may be unable to do so due to financial reasons are encouraged to apply for Travel Assistance by completing the form at http://www.apache.org/travel/ Financial support for flights, accommodation, subsistence, and conference fees are availablAnyone involved in Open Source is welcome to apply for financial support for flights, accommodation, subsistence and Conference fees. Hurry, applications close on 17 August. Conference sponsor, exhibitor, and community partnerships are also available: please contact Delia Frees at [email protected] for details. ----- End forwarded message ----- -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 09 08:58:47 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53089 invoked from network); 9 Aug 2009 08:58:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2009 08:58:47 -0000 Received: (qmail 91686 invoked by uid 500); 9 Aug 2009 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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91676 invoked by uid 99); 9 Aug 2009 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; Sun, 09 Aug 2009 08:58: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-out2.tiscali.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2009 08:58:43 +0000 Received: from [161.129.204.104] (helo=oranjetip.home.leverkruid.eu) by smtp-out2.tiscali.nl with esmtp (Exim) (envelope-from <[email protected]>) id 1Ma4EP-0001Sz-IG for [email protected]; Sun, 09 Aug 2009 10:58:21 +0200 Received: from simon by oranjetip.home.leverkruid.eu with local (Exim 4.69 #1 (Debian)) id 1Ma4EB-00016M-Le; Sun, 09 Aug 2009 10:58:07 +0200 Date: Sun, 9 Aug 2009 10:58:07 +0200 From: Simon Pepping <[email protected]> To: [email protected] Subject: Re: Status report for August 2009 Message-ID: <[email protected]> Mail-Followup-To: [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.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Aug 07, 2009 at 11:00:48PM +0200, Jeremias Maerki wrote: > On 07.08.2009 22:09:01 Simon Pepping wrote: > > On Fri, Aug 07, 2009 at 09:59:42PM +0200, Jeremias Maerki wrote: > > > > > > Other interesting statistics: > > ... snip ... > > Thanks for the links. > > > > > Generally, the (updated) report sounds fine. > > > > > > One thing that concerns me a bit is the growing patch queue in Batik and > > > FOP. > > > > > ... snip ... > > > > > > Good patches that don't get processed will drive potential committers > > > away at some point. And patches can go out of date. But I still have no > > > recipe to get our project more active. I've been trying to recruit FOP > > > users to participate in the development ever since I went independent, > > > with only little success. Some people are often happier to pay for a > > > little extension or fix (which made a good part of my income in the last > > > few years) than to dive in themselves and take more control. And most > > > simply expect others to work for them for free. And then there's the > > > problem that spare fun time to do things not work/client-related is > > > usually very limited. Sigh. > > > > I agree. Do you want this concern included in the report? I prefer to > > give a realistic view of the project's position. Therefore at some > > point such concerns need to be expressed. Is that already in this > > report? > > I guess it is. Probably just me venting frustration. The board knows > since the forming of the XML Graphics project that Batik has not many > active people. It has 3 active committers. That's been the same since > 2005 although the activity has quieted down in the last 3-4 months. I > just fear a serious problem for Batik if one of the three went away. FOP > has 7 active committers in 2009 so is in a more comfortable position. > Maybe you can add those numbers just to have stated that once in a while. > After all, the board members change, too. OTOH, if the board sees that > some activity is happening and oversight is there, they have no problem > with us. It is something we should be aware of ourselves. Let us include in this report a reflection on the long-term situation, with the above concerns about the patch queues and the number of active committers. It is good to include such considerations at least once a year. If Jeremias or someone else does not do it earlier, I will give it a try Monday evening. > Still, the general problem is the same for the whole project: so many > users, so few contributors. We just have to make sure we don't forget to > turn recurring contributors into committers. I noted two more active contributors on the FOP list, and one very active contributor on the Batik list. Simon -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 09 09:44:08 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64221 invoked from network); 9 Aug 2009 09:44:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2009 09:44:08 -0000 Received: (qmail 13551 invoked by uid 500); 9 Aug 2009 09: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13541 invoked by uid 99); 9 Aug 2009 09:44:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2009 09:44: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 (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; Sun, 09 Aug 2009 09:44:06 +0000 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated bits=0) by tux17.hoststar.ch (8.13.6/8.12.11) with ESMTP id n799hk8x003052 for <[email protected]>; Sun, 9 Aug 2009 11:43:46 +0200 Date: Sun, 09 Aug 2009 11:44:00 +0200 From: Jeremias Maerki <[email protected]> To: [email protected] Subject: Re: Status report for August 2009 In-Reply-To: <[email protected]> References: <[email protected]> <[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.50.02 [en] X-Virus-Checked: Checked by ClamAV on apache.org On 09.08.2009 10:58:07 Simon Pepping wrote: > On Fri, Aug 07, 2009 at 11:00:48PM +0200, Jeremias Maerki wrote: > > On 07.08.2009 22:09:01 Simon Pepping wrote: > > > On Fri, Aug 07, 2009 at 09:59:42PM +0200, Jeremias Maerki wrote: > > > >=20 > > > > Other interesting statistics: > > > ... snip ... > > > Thanks for the links. > > >=20 > > > > Generally, the (updated) report sounds fine. > > > >=20 > > > > One thing that concerns me a bit is the growing patch queue in Bati= k and > > > > FOP. > > > >=20 > > > ... snip ... > > > >=20 > > > > Good patches that don't get processed will drive potential committe= rs > > > > away at some point. And patches can go out of date. But I still hav= e no > > > > recipe to get our project more active. I've been trying to recruit = FOP > > > > users to participate in the development ever since I went independe= nt, > > > > with only little success. Some people are often happier to pay for = a > > > > little extension or fix (which made a good part of my income in the= last > > > > few years) than to dive in themselves and take more control. And mo= st > > > > simply expect others to work for them for free. And then there's th= e > > > > problem that spare fun time to do things not work/client-related is > > > > usually very limited. Sigh. > > >=20 > > > I agree. Do you want this concern included in the report? I prefer to > > > give a realistic view of the project's position. Therefore at some > > > point such concerns need to be expressed. Is that already in this > > > report? > >=20 > > I guess it is. Probably just me venting frustration. The board knows > > since the forming of the XML Graphics project that Batik has not many > > active people. It has 3 active committers. That's been the same since > > 2005 although the activity has quieted down in the last 3-4 months. I > > just fear a serious problem for Batik if one of the three went away. FO= P > > has 7 active committers in 2009 so is in a more comfortable position. > > Maybe you can add those numbers just to have stated that once in a whil= e. > > After all, the board members change, too. OTOH, if the board sees that > > some activity is happening and oversight is there, they have no problem > > with us. >=20 > It is something we should be aware of ourselves. Let us include in > this report a reflection on the long-term situation, with the above > concerns about the patch queues and the number of active > committers. It is good to include such considerations at least once a > year. If Jeremias or someone else does not do it earlier, I will give > it a try Monday evening. How about (under the general comments section): The XML Graphics project is one of those projects which don't profit from any hype topics to attract many new contributors but have a lot of users. Batik and FOP have been around since 1999 (note the 10-year anniversary later this year). So far in 2009, 3 committers are active on the Batik codebase, 7 on FOP codebase. In the case of Batik these 3 are the same since 2005. No additions, but so far luckily no drop-offs. We're a little concerned (but not alarmed, yet) that a slightly growing number of patches don't get processed in reasonable time. Also, we have to get better at turning regular contributors into committers. > > Still, the general problem is the same for the whole project: so many > > users, so few contributors. We just have to make sure we don't forget t= o > > turn recurring contributors into committers. >=20 > I noted two more active contributors on the FOP list, and one very > active contributor on the Batik list. Right. We need to get a little more active on that front. Maybe we also have to revisit our rule (from back when XML Graphics was formed) that FOP committers shouldn't mess around in Batik's repository and vice-versa. We have separate committer sets today (although these are likely to be merged automatically when the LDAP authentication goes live for Subversion access). The subprojects might be able to help each other out especially when a contributor has already invested a lot of time reviewing patches. Some other random ideas: - Plan an XML Graphics get-together (2-3 days) of intensive discussion, patch processing, other hacking and eating and drinking. If there's enough interest (min. 4-5 people, committers and contributors welcome), I'm certain I can put something together here in Lucerne. - Plan virtual XML Graphics days (2 or 3 times a year) where we hook together for a few hours to go over patches and other high-priority issues. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 10 18:47:00 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55017 invoked from network); 10 Aug 2009 18:47:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2009 18:47:00 -0000 Received: (qmail 9290 invoked by uid 500); 10 Aug 2009 18: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9279 invoked by uid 99); 10 Aug 2009 18:47:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 18:47: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 smtp-out1.tiscali.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 18:46:56 +0000 Received: from [161.129.204.104] (helo=oranjetip.home.leverkruid.eu) by smtp-out1.tiscali.nl with esmtp (Exim) (envelope-from <[email protected]>) id 1MaZtD-00005M-D9 for [email protected]; Mon, 10 Aug 2009 20:46:35 +0200 Received: from simon by oranjetip.home.leverkruid.eu with local (Exim 4.69 #1 (Debian)) id 1MaZsx-00014g-Ax; Mon, 10 Aug 2009 20:46:19 +0200 Date: Mon, 10 Aug 2009 20:46:19 +0200 From: Simon Pepping <[email protected]> To: [email protected] Subject: Re: Status report for August 2009 Message-ID: <[email protected]> Mail-Followup-To: [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.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Aug 09, 2009 at 11:44:00AM +0200, Jeremias Maerki wrote: > How about (under the general comments section): > > The XML Graphics project is one of those projects which don't profit > from any hype topics to attract many new contributors but have a lot of > users. Batik and FOP have been around since 1999 (note the 10-year > anniversary later this year). So far in 2009, 3 committers are active on > the Batik codebase, 7 on FOP codebase. In the case of Batik these 3 are > the same since 2005. No additions, but so far luckily no drop-offs. > > We're a little concerned (but not alarmed, yet) that a slightly growing > number of patches don't get processed in reasonable time. Also, we have > to get better at turning regular contributors into committers. I added this with a rephrasing of the first sentence, some language corrections, and a move of one sentence. Simon -- Simon Pepping --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 10 18:54:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57095 invoked from network); 10 Aug 2009 18:54:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2009 18:54:10 -0000 Received: (qmail 21316 invoked by uid 500); 10 Aug 2009 18:54: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21298 invoked by uid 99); 10 Aug 2009 18:54:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 18:54: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 (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-out2.tiscali.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 18:54:06 +0000 Received: from [161.129.204.104] (helo=oranjetip.home.leverkruid.eu) by smtp-out2.tiscali.nl with esmtp (Exim) (envelope-from <[email protected]>) id 1Maa08-0004M8-6e for [email protected]; Mon, 10 Aug 2009 20:53:44 +0200 Received: from simon by oranjetip.home.leverkruid.eu with local (Exim 4.69 #1 (Debian)) id 1MaZzt-00014t-CC; Mon, 10 Aug 2009 20:53:29 +0200 Date: Mon, 10 Aug 2009 20:53:29 +0200 From: Simon Pepping <[email protected]> To: [email protected] Subject: Re: Team days [was: Re: Status report for August 2009] Message-ID: <[email protected]> Mail-Followup-To: [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.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Aug 09, 2009 at 11:44:00AM +0200, Jeremias Maerki wrote: > Maybe we also have to revisit our rule (from back when XML Graphics was > formed) that FOP committers shouldn't mess around in Batik's repository > and vice-versa. We have separate committer sets today (although these > are likely to be merged automatically when the LDAP authentication goes > live for Subversion access). The subprojects might be able to help each > other out especially when a contributor has already invested a lot of > time reviewing patches. Who else than you is familiar enough with Batiks's code base, or at least some parts of it, to review and commit patches? > Some other random ideas: > - Plan an XML Graphics get-together (2-3 days) of intensive discussion, > patch processing, other hacking and eating and drinking. If there's > enough interest (min. 4-5 people, committers and contributors welcome), > I'm certain I can put something together here in Lucerne. > - Plan virtual XML Graphics days (2 or 3 times a year) where we hook > together for a few hours to go over patches and other high-priority > issues. These plans sound good. Contact may invigorate a team. From the ApacheCon hackatons I know that it can be inspirational to work together. NW-Europe is indeed a reasonable place for most people. The virtual plan is more easily achieved. Simon -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 11 21:48:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 588 invoked from network); 11 Aug 2009 21:48:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Aug 2009 21:48:02 -0000 Received: (qmail 3377 invoked by uid 500); 11 Aug 2009 21:48: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3367 invoked by uid 99); 11 Aug 2009 21:48:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2009 21:48:08 +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 mailhost.anl.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2009 21:47:58 +0000 Received: from mailhost.anl.gov (mailhost.anl.gov [161.129.204.104]) by localhost.ctd.anl.gov (Postfix) with ESMTP id 8A46A36 for <[email protected]>; Tue, 11 Aug 2009 16:47:38 -0500 (CDT) Received: from zimbra.anl.gov (zimbra.anl.gov [161.129.204.104]) by mailhost.anl.gov (Postfix) with ESMTP id 843D42B for <[email protected]>; Tue, 11 Aug 2009 16:47:38 -0500 (CDT) Received: from localhost (localhost.localdomain [161.129.204.104]) by zimbra.anl.gov (Postfix) with ESMTP id 7C92819E0715 for <[email protected]>; Tue, 11 Aug 2009 16:47:38 -0500 (CDT) X-Virus-Scanned: [email protected] Received: from zimbra.anl.gov ([161.129.204.104]) by localhost (zimbra.anl.gov [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id KaVedxGUG36m for <[email protected]>; Tue, 11 Aug 2009 16:47:33 -0500 (CDT) Received: from roberts-desktop.mcs.anl.gov (roberts-desktop.mcs.anl.gov [161.129.204.104]) by zimbra.anl.gov (Postfix) with ESMTP id B7EF119E076A for <[email protected]>; Tue, 11 Aug 2009 16:47:33 -0500 (CDT) Date: Tue, 11 Aug 2009 16:47:33 -0500 (CDT) From: Justin M Wozniak <[email protected]> To: [email protected] Subject: Text missing from EPSExample1? Message-ID: <[email protected]> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Hello (I am trying to integrate xmlgraphics with jfreechart.) I have run EPSExample1 and the rectangles appear but the text does not. I am running on a Ubuntu system. Are there any known problems with this example, or anything I can do to quickly track this down? Thanks! Justin -- Justin M Wozniak --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Aug 15 08:58:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9055 invoked from network); 15 Aug 2009 08:58:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Aug 2009 08:58:43 -0000 Received: (qmail 39662 invoked by uid 500); 15 Aug 2009 08:58: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39328 invoked by uid 99); 15 Aug 2009 08:58:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 08:58: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 (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, 15 Aug 2009 08:58:35 +0000 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated bits=0) by tux17.hoststar.ch (8.13.6/8.12.11) with ESMTP id n7F8wGos018662 for <[email protected]>; Sat, 15 Aug 2009 10:58:17 +0200 Date: Sat, 15 Aug 2009 10:58:29 +0200 From: Jeremias Maerki <[email protected]> To: [email protected] Subject: Re: Text missing from EPSExample1? 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.50.02 [en] X-Virus-Checked: Checked by ClamAV on apache.org Sorry for the late answer, Justin. I've just re-run EPSExample1 (SVN Trunk). I see no problem (on Windows with a Sun JDK). With a plain EPSDocumentGraphics2D the StrokingTextHandler is active which will generate text as shapes. So there shouldn't really be any difference to normal graphic content. But you're saying you're on Ubuntu. What JVM are you using? If you're running GCJ, please install at least OpenJDK instead or even try a Sun JDK/JRE. Maybe there's something going wrong converting the text to shapes which uses AWT's font functionality. HTH On 11.08.2009 23:47:33 Justin M Wozniak wrote: > Hello > (I am trying to integrate xmlgraphics with jfreechart.) I have=20 > run EPSExample1 and the rectangles appear but the text does not. I am=20 > running on a Ubuntu system. Are there any known problems with this=20 > example, or anything I can do to quickly track this down? > Thanks! > Justin >=20 > --=20 > Justin M Wozniak Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Aug 15 09:15:29 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11969 invoked from network); 15 Aug 2009 09:15:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Aug 2009 09:15:29 -0000 Received: (qmail 53530 invoked by uid 500); 15 Aug 2009 09: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53504 invoked by uid 99); 15 Aug 2009 09:15:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 09:15: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 09:15:29 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id A5BEA234C051; Sat, 15 Aug 2009 02:15:09 -0700 (PDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 46583] [PATCH] PS tiling patterns implementation X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: PostScript 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" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Message-Id: <[email protected]> Date: Sat, 15 Aug 2009 02:15:09 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=3D46583 Jeremias Maerki <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #12 from Jeremias Maerki <[email protected]> 2009-08-15 02:15= :05 PDT --- Latest patch applied: http://svn.apache.org/viewvc?rev=3D804444&view=3Drev Thanks a lot, Ji=C5=99=C3=AD and sorry for the slow reaction time! Pattern = generation now looks fine to me. I think that means we can close this issue here. --=20 Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=3De= mail ------- 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 15 09:52:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26702 invoked from network); 15 Aug 2009 09:52:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Aug 2009 09:52:50 -0000 Received: (qmail 77231 invoked by uid 500); 15 Aug 2009 09:52: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77221 invoked by uid 99); 15 Aug 2009 09:52:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 09:52:57 +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-out0.tiscali.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 09:52:46 +0000 Received: from [161.129.204.104] (helo=oranjetip.home.leverkruid.eu) by smtp-out0.tiscali.nl with esmtp (Exim) (envelope-from <[email protected]>) id 1McFvz-0003w0-FG for [email protected]; Sat, 15 Aug 2009 11:52:23 +0200 Received: from simon by oranjetip.home.leverkruid.eu with local (Exim 4.69 #1 (Debian)) id 1McFvt-0001Es-IA; Sat, 15 Aug 2009 11:52:17 +0200 Date: Sat, 15 Aug 2009 11:52:17 +0200 From: Simon Pepping <[email protected]> To: [email protected] Subject: Re: Status report for August 2009 Message-ID: <[email protected]> Mail-Followup-To: [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.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org Report submitted as it is on the wiki in StatusReports/StatusReportForAugust2009. Simon On Tue, Aug 04, 2009 at 09:42:13PM +0200, Simon Pepping wrote: > The August report needs to be submitted by 16 August. I've > written an initial draft. Please add/fix/update/improve until Friday > 15 August night (CET). > > http://wiki.apache.org/xmlgraphics/StatusReports/StatusReportForMay2009 > > I tried to get some numbers on activity. I have come up with the > activity on the mailing lists during May, June and July, as can be > derived from the Apache archives: > > fop commits: 88 > batik commits: 5 > xmlgraphics commits: 15 (minus deployment of the web site) > fop-dev: 311 > fop-users: 610 > batik-dev: 112 > batik-users: 243 > general: 48 > > Nice graphs can be seen at markmail: http://fop.markmail.org/, > http://fop-dev.markmail.org/, http://fop-user.markmail.org/, > http://batik.markmail.org/, http://batik-dev.markmail.org/, > http://batik-user.markmail.org/, > http://xmlgraphics.markmail.org/search/?q=#query:list%3Aorg.apache.xmlgraphics.general+page:1+state:facets -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 17 17:22:48 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5669 invoked from network); 17 Aug 2009 17:22:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Aug 2009 17:22:47 -0000 Received: (qmail 72139 invoked by uid 500); 17 Aug 2009 17:22: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72129 invoked by uid 99); 17 Aug 2009 17:22:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 17:22:54 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mailhost.anl.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 17:22:43 +0000 Received: from mailhost.anl.gov (mailhost.anl.gov [161.129.204.104]) by localhost.ctd.anl.gov (Postfix) with ESMTP id 5A5FC2B for <[email protected]>; Mon, 17 Aug 2009 12:22:21 -0500 (CDT) Received: from zimbra.anl.gov (zimbra.anl.gov [161.129.204.104]) by mailhost.anl.gov (Postfix) with ESMTP id 5457A2A for <[email protected]>; Mon, 17 Aug 2009 12:22:21 -0500 (CDT) Received: from localhost (localhost.localdomain [161.129.204.104]) by zimbra.anl.gov (Postfix) with ESMTP id 3933919E25AB for <[email protected]>; Mon, 17 Aug 2009 12:22:21 -0500 (CDT) X-Virus-Scanned: [email protected] Received: from zimbra.anl.gov ([161.129.204.104]) by localhost (zimbra.anl.gov [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id p1g2jYNyean9 for <[email protected]>; Mon, 17 Aug 2009 12:22:16 -0500 (CDT) Received: from roberts-desktop.mcs.anl.gov (roberts-desktop.mcs.anl.gov [161.129.204.104]) by zimbra.anl.gov (Postfix) with ESMTP id 7843919E25AE for <[email protected]>; Mon, 17 Aug 2009 12:22:16 -0500 (CDT) Date: Mon, 17 Aug 2009 12:22:15 -0500 (CDT) From: Justin M Wozniak <[email protected]> To: [email protected] Subject: Re: Text missing from EPSExample1? In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> <[email protected]> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Turns out it was an OpenJDK 1.6.0_0 glyph problem. The text was appearing in an off-screen negative quadrant. I'm using Sun now and it's working fine. Thanks On Sat, 15 Aug 2009, Jeremias Maerki wrote: > Sorry for the late answer, Justin. I've just re-run EPSExample1 (SVN > Trunk). I see no problem (on Windows with a Sun JDK). With a plain > EPSDocumentGraphics2D the StrokingTextHandler is active which will > generate text as shapes. So there shouldn't really be any difference to > normal graphic content. > > But you're saying you're on Ubuntu. What JVM are you using? If you're > running GCJ, please install at least OpenJDK instead or even try a Sun > JDK/JRE. Maybe there's something going wrong converting the text to > shapes which uses AWT's font functionality. > > HTH > > On 11.08.2009 23:47:33 Justin M Wozniak wrote: >> Hello >> (I am trying to integrate xmlgraphics with jfreechart.) I have >> run EPSExample1 and the rectangles appear but the text does not. I am >> running on a Ubuntu system. Are there any known problems with this >> example, or anything I can do to quickly track this down? >> Thanks! >> Justin >> >> -- >> Justin M Wozniak > > > > Jeremias Maerki > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Justin M Wozniak --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 19 13:43:21 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66632 invoked from network); 19 Aug 2009 13:43:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Aug 2009 13:43:21 -0000 Received: (qmail 26248 invoked by uid 500); 19 Aug 2009 13: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26237 invoked by uid 99); 19 Aug 2009 13:43:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 13:43: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 13:43:38 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 59B82234C04B; Wed, 19 Aug 2009 06:43:18 -0700 (PDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 47708] New: Infinite loop in ImageLoaderImageIO.java when reading PNG X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: Utilities 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 Date: Wed, 19 Aug 2009 06:43:18 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47708 Summary: Infinite loop in ImageLoaderImageIO.java when reading PNG Product: XMLGraphicsCommons Version: Trunk Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Utilities AssignedTo: [email protected] ReportedBy: [email protected] --- Comment #0 from Martin Holz <[email protected]> 2009-08-19 06:43:16 PDT --- Created an attachment (id=24146) Sample image, which causes a infinite loop When reading the attached PNG image the loop at line 295 http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/image/loader/impl/imageio/ImageLoaderImageIO.java, Rev 798806 will not terminate. resultLength is always 0. I don't know. how the image was created and if the format is correct. At least it looks fine in Firefox. Java(TM) SE Runtime Environment (build 1.6.0_14-b08) Ubuntu Linux 8.04 LTS -- 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 19 13:46:46 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68363 invoked from network); 19 Aug 2009 13:46:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Aug 2009 13:46:46 -0000 Received: (qmail 29617 invoked by uid 500); 19 Aug 2009 13:47: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29607 invoked by uid 99); 19 Aug 2009 13:47:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 13:47: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; Wed, 19 Aug 2009 13:47:03 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id D92AF234C04B; Wed, 19 Aug 2009 06:46:41 -0700 (PDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 47708] Infinite loop in ImageLoaderImageIO.java when reading PNG X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: Utilities 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 Message-Id: <[email protected]> Date: Wed, 19 Aug 2009 06:46:41 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47708 --- Comment #1 from Martin Holz <[email protected]> 2009-08-19 06:46:41 PDT --- Created an attachment (id=24147) 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] Wed Aug 19 19:49:33 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73233 invoked from network); 19 Aug 2009 19:49:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Aug 2009 19:49:33 -0000 Received: (qmail 13470 invoked by uid 500); 19 Aug 2009 19:49: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13212 invoked by uid 99); 19 Aug 2009 19:49:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 19:49:49 +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-out1.tiscali.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 19:49:39 +0000 Received: from [161.129.204.104] (helo=oranjetip.home.leverkruid.eu) by smtp-out1.tiscali.nl with esmtp (Exim) (envelope-from <[email protected]>) id 1Mdr9q-0005EF-0X; Wed, 19 Aug 2009 21:49:18 +0200 Received: from simon by oranjetip.home.leverkruid.eu with local (Exim 4.69 #1 (Debian)) id 1Mdr9n-00017N-2F; Wed, 19 Aug 2009 21:49:15 +0200 Date: Wed, 19 Aug 2009 21:49:15 +0200 From: Simon Pepping <[email protected]> To: [email protected], [email protected], [email protected], [email protected], [email protected] Subject: Fw: ApacheCon US Early Bird Discount Extended through 21 August Message-ID: <[email protected]> Mail-Followup-To: [email protected], [email protected], [email protected], [email protected], [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Checked: Checked by ClamAV on apache.org ----- Forwarded message from Sally Khudairi <[email protected]> ----- Date: Tue, 18 Aug 2009 19:04:51 -0700 (PDT) From: Sally Khudairi <[email protected]> To: [email protected], [email protected] Subject: ApacheCon US Early Bird Discount Extended through 21 August If you haven't registered for ApacheCon US yet, you're in luck! We've extended the Early Bird Discount through this Friday, 21 August, giving attendees the best rates available, with savings up to $200 on a full conference pass. Catch your favorite Apache projects, including Tomcat, Hadoop, and the world's favorite Web Server, and join us in celebrating the 10th Anniversary of The Apache Software Foundation! Sign up today at http://www.us.apachecon.com/c/acus2009/ ----- End forwarded message ----- -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 20 09:50:36 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71426 invoked from network); 20 Aug 2009 09:50:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 09:50:36 -0000 Received: (qmail 93066 invoked by uid 500); 20 Aug 2009 09:50: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93056 invoked by uid 99); 20 Aug 2009 09:50:54 -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 09:50: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 09:50:52 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 16FFE234C04B; Thu, 20 Aug 2009 02:50:30 -0700 (PDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 47708] Infinite loop in ImageLoaderImageIO.java when reading PNG X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: Utilities 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 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 Message-Id: <[email protected]> Date: Thu, 20 Aug 2009 02:50:30 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47708 Max Berger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected]. | |org [email protected]. |[email protected] |org | --- Comment #2 from Max Berger <[email protected]> 2009-08-20 02:50:29 PDT --- My fault, so I will fix it. May I include this image as a test case into xmlgraphics-commons, e.g. can you release it under APL2 or did you get it from a third party source? Max -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. 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 20 11:41:59 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11375 invoked from network); 20 Aug 2009 11:41:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 11:41:58 -0000 Received: (qmail 51321 invoked by uid 500); 20 Aug 2009 11:42: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51221 invoked by uid 99); 20 Aug 2009 11:42:15 -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 11:42: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 11:42:05 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 2ADFD234C1E9; Thu, 20 Aug 2009 04:41:44 -0700 (PDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 47708] Infinite loop in ImageLoaderImageIO.java when reading PNG X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: Utilities 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 Message-Id: <[email protected]> Date: Thu, 20 Aug 2009 04:41:44 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47708 --- Comment #3 from Martin Holz <[email protected]> 2009-08-20 04:41:38 PDT --- (In reply to comment #2) The sample image hads.png was create by Knut Schulz from University Oldenburg for the project http.//www.vs-c.de . It is publised under http://www.chemgapedia.de/vsengine/media/vsc/de/ch/10/adsorption/grundlagen/grundbegriffe_der_adsorption/medien/hads.png . FIZ CHEMIE Berlin hereby grant to the Apache Software Foundation and to recipients of software distributed by the Foundation a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute that image and any derivative works. Note: This applies only to that image, not to any other image at that website. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 20 19:40:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93128 invoked from network); 20 Aug 2009 19:40:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 19:40:03 -0000 Received: (qmail 88819 invoked by uid 500); 20 Aug 2009 19:40: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88809 invoked by uid 99); 20 Aug 2009 19:40:21 -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 19:40: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 19:40:19 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id A7486234C044; Thu, 20 Aug 2009 12:39:59 -0700 (PDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 47708] Infinite loop in ImageLoaderImageIO.java when reading PNG X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: Utilities 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 Message-Id: <[email protected]> Date: Thu, 20 Aug 2009 12:39:59 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47708 Max Berger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Max Berger <[email protected]> 2009-08-20 12:39:56 PDT --- http://svn.apache.org/viewvc?rev=806319&view=rev resultLength == 0 means the deflater which is trying to read the embedded ICC profile needs more input. However, there is not extra input available! Decided to terminate the loop. Since this will result in an invalid ICC profile, it is ignored, and the image will be loaded without the profile. Testcase is added. Max -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 27 06:41:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97179 invoked from network); 27 Aug 2009 06:41:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Aug 2009 06:41:38 -0000 Received: (qmail 66605 invoked by uid 500); 27 Aug 2009 06:41: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: <general.xmlgraphics.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 98310 invoked by uid 99); 25 Aug 2009 19:41:16 -0000 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=HTML_MESSAGE,PLING_QUERY,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) 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=S7TYRK07/rGPx0j8Sw3I5kljmoooJn+z6HPgJsMQXOM=; b=j1tPOuQD0c0IBPFhDs4CNUkSB7HoLmW5oRiIeVvkhUd2QZPwpgW7jld6tuF+HPuOea dG/9jZw+v33gq+qTLnTfXMg4+bG/GOCFZ9XLlX0DfWifcnuEurLvpThbH2RN/nuHBzYb BY6YcuQjwW/XZ0skTRJ8Fv6Cd2PYSpGvSLkKM= 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=bvjdl8rzhVyr5IDEumvQYT79Qrl0BhGj8V9O2O9t+7jn6FjAmYop9ndxdqinMVRDVC ud5URbifucNb2SFJeGc+KvIIo06K/Lun3kyHJjGfqQlq/zgg+JiMH9ZdISX76ZxfmQoV 6gRIxuGV2rOItWpCtU0R8WWpqXT3YUAhBntoM= MIME-Version: 1.0 In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 25 Aug 2009 21:40:43 +0200 Message-ID: <[email protected]> Subject: Fwd: Love Apache? Give Back with a "MyApache" Shoutout! From: Simon Pepping <[email protected]> To: [email protected], [email protected], [email protected], [email protected], [email protected] Content-Type: multipart/alternative; boundary=0015175d07d2914dd80471fc8235 X-Virus-Checked: Checked by ClamAV on apache.org --0015175d07d2914dd80471fc8235 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable ---------- Forwarded message ---------- From: Sally Khudairi <[email protected]> Subject: Love Apache? Give Back with a "MyApache" Shoutout! The Apache Software Foundation has become a worldwide force in the software industry because of the diverse programs, applications,and tools built on its projects such as the HTTP Server, Tomcat, Hadoop, Lucene and many others. This year, we=92re celebrating 10 years of the ASF! While the Foundation and committers have kept the innovation coming, it's the millions of users who have helped make Apache one of the most pervasive Open Source communities in the world. So, in celebrating the success of Apache, we=92re celebrating you. To recognize the breadth of the Apache footprint, we're inviting all Apache users to submit a video telling everyone why you love Apache. Maybe you've created a cool program, Website or device. Maybe you use Apache at work and it makes your life a bit easier. Or perhaps you just love hacking on Apache software. We want to hear all about it! WHO SHOULD SUBMIT? MyApache community video submissions are open for any individual or group who has used or is using Apache code from any Apache project an in interesting way. There is no limit to the number of videos an individual or group can submit= , but each video must cover a different Apache use or implementation. WHAT WE'RE LOOKING FOR IN YOUR VIDEO SALUTE Each MyApache video submission should be no longer than 1 minute in length. While we encourage you to get creative and play up the humor, any videos containing inappropriate, distasteful or illegal content will be disqualified and prohibited from being posted. MyApache video content should tell the story of who you are as an Apache user and how you have used Apache. Video content should describe: 1. Things you have created or accomplished with Apache 2. Why you love Apache 3. Your thoughts and happy anniversary wishes to the Apache Software Foundation (singing =93Happy Birthday=94 is encouraged!) Your video content can answer a combination of these questions: Q. Why do I like Apache? Q. Why did I start using Apache? Q. How long have I used Apache? Q. How often do I use Apache? Q. How do I use Apache? Q. Do I use Apache at work, for hobby or other times? Q. What Apache project(s) do I currently work with or have worked with in the past? Q. What was particularly good about those projects or their communities? Q. What and where are some of the improvements I=92ve seen in Apache since = I began using it? Q. How does Apache differ from other Open Source communities? Q. What is my happy anniversary wish to Apache? Q. Why would I like to thank Apache? HOW TO SUBMIT YOUR "MYAPACHE" VIDEO To submit your video, go to www.YouSendIt.com and use the "Try Sending Now" feature to submit your video (you can also sign up for a free YouSendIt Lit= e account). Videos should be sent to [email protected] with "MyApache Video Submission, [Your Name]" in the subject line. In the email message, please include the following information. We will tag your video with your first name and last name initial only. Full Name: Age: Email address (for notification): Employer: Title: Open Source affiliations: If submitting a video as a group, please choose one contact person. CREATE A KNOCK-OUT "MYAPACHE" VIDEO, GET FEATURED AT APACHECON All videos submitted for MyApache will be previewed and posted on TheApacheWay YouTube channel (www.youtube.com/user/TheApacheWay). Videos ma= y also appear on the Websites of The Apache Software Foundation and/or ApacheCon. Outstanding videos will be showcased this November at ApacheCon US during key conference events, and two lucky submittors will be chosen to attend th= e ASF's Big Feather Birthday Bash during the conference! The deadline to submit your video to have it considered for the ApacheCon showcase is Friday, 2 October, 2009 at midnight Pacific Time. Now that you have the info, you=92re ready to start rolling. Lights, camera= , action, Apache! # # # --0015175d07d2914dd80471fc8235--
From [email protected] Tue Apr 02 00:48:19 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26201 invoked from network); 2 Apr 2002 00:48:19 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 00:48:19 -0000 Received: (qmail 21681 invoked by uid 97); 2 Apr 2002 00:48:25 -0000 Delivered-To: [email protected] Received: (qmail 21632 invoked by uid 97); 2 Apr 2002 00:48: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21621 invoked from network); 2 Apr 2002 00:48:23 -0000 Message-ID: <[email protected]> Date: Mon, 01 Apr 2002 16:51:05 -0800 From: Derrick Schneider <[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: Recording HTTP sessions and 401s Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I am very new user to JMeter, and am evaluating it for our company. While using the "record" functionality via the HTTP Proxy Server, I noticed a problem and would like some advice on getting past it. The website I am testing is password-protected via Basic Authentication. When I go to record the session with my browser, it fails when I try to connect. The reason seems to be from the logic in HTTPSampler.sample() which says, in essense: get the response code divide by 100 if it's 2, do one thing if it's 3, do another otherwise, barf. However, authentication at a website works on a challenge-response system, and so the first thing that comes back is 401. The proxy server throws an exception, and returns no data to the browser, so I never get a chance to enter the ID and password. I've tried adding an Authorization Manager, but that doesn't seem to help the recording aspect of things. Any idea? Thanks in advance for your help. Derrick -- Derrick Schneider Line Chef Kinecta Corp. 604.343.8181 -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 15:17:52 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48568 invoked from network); 2 Apr 2002 15:17:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 15:17:52 -0000 Received: (qmail 8099 invoked by uid 97); 2 Apr 2002 15:17:52 -0000 Delivered-To: [email protected] Received: (qmail 8032 invoked by uid 97); 2 Apr 2002 15:17: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8021 invoked from network); 2 Apr 2002 15:17:50 -0000 Message-ID: <[email protected]> From: "Mo, Jennifer" <[email protected]> To: "'[email protected]'" <[email protected]> Subject: nongui jmeter Date: Tue, 2 Apr 2002 10:17:46 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N i saw a similar question to this one, but no one responded. has anyone tried using the nongui mode of jmeter? i get the following error when i try to run a project: C:\jakarta-jmeter\bin>java -cp ;c:\jdk1.3.1_02\bin;.;../lib/xerces.jar;ApacheJMeter.jar;../lib/Tidy.jar;../ lib/log4j.jar; -Dlog4j.configuration=log4j.conf org.apache.jmeter.NonGuiDriver jmeter.properties CashAvailable.jmx Created the tree successfully Error in NonGUIDrivernull java.lang.NullPointerException at org.apache.jmeter.gui.tree.NonGuiTree.addComponent(NonGuiTree.java:353) at org.apache.jmeter.gui.tree.NonGuiTree.addSubTree(NonGuiTree.java:267) at org.apache.jmeter.NonGuiDriver.run(NonGuiDriver.java:124) at org.apache.jmeter.NonGuiDriver.main(NonGuiDriver.java:100) is there some sort of bug in the nongui program?? if someone has used the nongui, can you please email me back! thanks! Jennifer -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 15:39:14 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63614 invoked from network); 2 Apr 2002 15:39:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 15:39:14 -0000 Received: (qmail 1262 invoked by uid 97); 2 Apr 2002 15:39:14 -0000 Delivered-To: [email protected] Received: (qmail 1246 invoked by uid 97); 2 Apr 2002 15:39: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1235 invoked from network); 2 Apr 2002 15:39:13 -0000 Sender: [email protected] Message-ID: <[email protected]> Date: Tue, 02 Apr 2002 17:28:29 +0200 From: Patrice Le Cozler <[email protected]> X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Couldn't find or load essential class Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, When I try to run JMeter, I get the following error : "Couldn't find or load essential class `java/lang/Object' java.lang.NoClassDefFoundError java/lang/Object" my JAVA_HOME var is set to the right directory, so what's wrong ? thanks, Patrice -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 15:42:38 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64781 invoked from network); 2 Apr 2002 15:42:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 15:42:38 -0000 Received: (qmail 4653 invoked by uid 97); 2 Apr 2002 15:42:38 -0000 Delivered-To: [email protected] Received: (qmail 4626 invoked by uid 97); 2 Apr 2002 15:42: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4615 invoked from network); 2 Apr 2002 15:42:37 -0000 Message-ID: <[email protected]> From: "Mo, Jennifer" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Couldn't find or load essential class Date: Tue, 2 Apr 2002 10:42:32 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N what is your JAVA_HOME and CLASSPATH set to? you might also have to make some changes to the jmeter.bat file. -----Original Message----- From: Patrice Le Cozler [mailto:[email protected]] Sent: Tuesday, April 02, 2002 10:28 AM To: [email protected] Subject: Couldn't find or load essential class Hello, When I try to run JMeter, I get the following error : "Couldn't find or load essential class `java/lang/Object' java.lang.NoClassDefFoundError java/lang/Object" my JAVA_HOME var is set to the right directory, so what's wrong ? thanks, Patrice -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 15:47:14 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67310 invoked from network); 2 Apr 2002 15:47:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 15:47:14 -0000 Received: (qmail 8725 invoked by uid 97); 2 Apr 2002 15:47:14 -0000 Delivered-To: [email protected] Received: (qmail 8702 invoked by uid 97); 2 Apr 2002 15:47: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8689 invoked from network); 2 Apr 2002 15:47:13 -0000 Sender: [email protected] Message-ID: <[email protected]> Date: Tue, 02 Apr 2002 17:36:29 +0200 From: Patrice Le Cozler <[email protected]> X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: Re: Couldn't find or load essential class References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N my JAVA_HOME is set to /share/local/java/jdk1.2.2/ CLASS_PATH is unset and the JMeter script (unix version) is the default one "Mo, Jennifer" wrote: > what is your JAVA_HOME and CLASSPATH set to? you might also have to make > some changes to the jmeter.bat file. > > -----Original Message----- > From: Patrice Le Cozler [mailto:[email protected]] > Sent: Tuesday, April 02, 2002 10:28 AM > To: [email protected] > Subject: Couldn't find or load essential class > > Hello, > > When I try to run JMeter, I get the following error : > > "Couldn't find or load essential class `java/lang/Object' > java.lang.NoClassDefFoundError java/lang/Object" > > my JAVA_HOME var is set to the right directory, so what's wrong ? > > thanks, > Patrice > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 15:51:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73381 invoked from network); 2 Apr 2002 15:51:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 15:51:18 -0000 Received: (qmail 12853 invoked by uid 97); 2 Apr 2002 15:51:18 -0000 Delivered-To: [email protected] Received: (qmail 12837 invoked by uid 97); 2 Apr 2002 15:51: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12826 invoked from network); 2 Apr 2002 15:51:17 -0000 Date: Tue, 02 Apr 2002 17:51:14 +0200 From: Henrik Ridder <[email protected]> To: JMeter Users List <[email protected]> Subject: Re: Couldn't find or load essential class Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> X-Mailer: Mulberry/2.1.2 (Linux/x86 Demo) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Is this a typo CLASS_PATH? The correct varible is CLASSPATH one word. If you have CLASSPATH it should be allright. /Henrik --On Tuesday, April 02, 2002 17:36:29 +0200 Patrice Le Cozler <[email protected]> wrote: > my JAVA_HOME is set to /share/local/java/jdk1.2.2/ > CLASS_PATH is unset and the JMeter script (unix version) is the default > one > > > "Mo, Jennifer" wrote: > >> what is your JAVA_HOME and CLASSPATH set to? you might also have to make >> some changes to the jmeter.bat file. >> >> -----Original Message----- >> From: Patrice Le Cozler [mailto:[email protected]] >> Sent: Tuesday, April 02, 2002 10:28 AM >> To: [email protected] >> Subject: Couldn't find or load essential class >> >> Hello, >> >> When I try to run JMeter, I get the following error : >> >> "Couldn't find or load essential class `java/lang/Object' >> java.lang.NoClassDefFoundError java/lang/Object" >> >> my JAVA_HOME var is set to the right directory, so what's wrong ? >> >> thanks, >> Patrice >> >> -- >> To unsubscribe, e-mail: >> <mailto:[email protected]> >> For additional commands, e-mail: >> <mailto:[email protected]> >> >> -- >> To unsubscribe, e-mail: >> <mailto:[email protected]> For additional >> commands, e-mail: <mailto:[email protected]> > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> For additional > commands, e-mail: <mailto:[email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 15:56:13 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78166 invoked from network); 2 Apr 2002 15:56:13 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 15:56:13 -0000 Received: (qmail 15582 invoked by uid 97); 2 Apr 2002 15:56:14 -0000 Delivered-To: [email protected] Received: (qmail 15552 invoked by uid 97); 2 Apr 2002 15:56: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15541 invoked from network); 2 Apr 2002 15:56:13 -0000 Message-ID: <[email protected]> From: "Mo, Jennifer" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Couldn't find or load essential class Date: Tue, 2 Apr 2002 10:56:09 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N i'm not sure how the unix verison works, but you might want to set the CLASSPATH to the same value as JAVA_HOME. if you look at the jmeter file it references CLASSPATH. jmeter probably cannot find where you have your class files stored. -----Original Message----- From: Patrice Le Cozler [mailto:[email protected]] Sent: Tuesday, April 02, 2002 10:36 AM To: JMeter Users List Subject: Re: Couldn't find or load essential class my JAVA_HOME is set to /share/local/java/jdk1.2.2/ CLASS_PATH is unset and the JMeter script (unix version) is the default one "Mo, Jennifer" wrote: > what is your JAVA_HOME and CLASSPATH set to? you might also have to make > some changes to the jmeter.bat file. > > -----Original Message----- > From: Patrice Le Cozler [mailto:[email protected]] > Sent: Tuesday, April 02, 2002 10:28 AM > To: [email protected] > Subject: Couldn't find or load essential class > > Hello, > > When I try to run JMeter, I get the following error : > > "Couldn't find or load essential class `java/lang/Object' > java.lang.NoClassDefFoundError java/lang/Object" > > my JAVA_HOME var is set to the right directory, so what's wrong ? > > thanks, > Patrice > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 16:00:58 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83058 invoked from network); 2 Apr 2002 16:00:58 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 16:00:58 -0000 Received: (qmail 20849 invoked by uid 97); 2 Apr 2002 16:00:58 -0000 Delivered-To: [email protected] Received: (qmail 20831 invoked by uid 97); 2 Apr 2002 16:00: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20820 invoked from network); 2 Apr 2002 16:00:57 -0000 Sender: [email protected] Message-ID: <[email protected]> Date: Tue, 02 Apr 2002 17:50:13 +0200 From: Patrice Le Cozler <[email protected]> X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: Re: Couldn't find or load essential class References: <[email protected]> <[email protected]> <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N CLASSPATH (one word) Henrik Ridder wrote: > Is this a typo CLASS_PATH? > The correct varible is CLASSPATH one word. > > If you have CLASSPATH it should be allright. > > /Henrik > > --On Tuesday, April 02, 2002 17:36:29 +0200 Patrice Le Cozler > <[email protected]> wrote: > > > my JAVA_HOME is set to /share/local/java/jdk1.2.2/ > > CLASS_PATH is unset and the JMeter script (unix version) is the default > > one > > > > > > "Mo, Jennifer" wrote: > > > >> what is your JAVA_HOME and CLASSPATH set to? you might also have to make > >> some changes to the jmeter.bat file. > >> > >> -----Original Message----- > >> From: Patrice Le Cozler [mailto:[email protected]] > >> Sent: Tuesday, April 02, 2002 10:28 AM > >> To: [email protected] > >> Subject: Couldn't find or load essential class > >> > >> Hello, > >> > >> When I try to run JMeter, I get the following error : > >> > >> "Couldn't find or load essential class `java/lang/Object' > >> java.lang.NoClassDefFoundError java/lang/Object" > >> > >> my JAVA_HOME var is set to the right directory, so what's wrong ? > >> > >> thanks, > >> Patrice > >> > >> -- > >> To unsubscribe, e-mail: > >> <mailto:[email protected]> > >> For additional commands, e-mail: > >> <mailto:[email protected]> > >> > >> -- > >> To unsubscribe, e-mail: > >> <mailto:[email protected]> For additional > >> commands, e-mail: <mailto:[email protected]> > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[email protected]> For additional > > commands, e-mail: <mailto:[email protected]> > > > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 16:03:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85284 invoked from network); 2 Apr 2002 16:03:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 16:03:47 -0000 Received: (qmail 25791 invoked by uid 97); 2 Apr 2002 16:03:38 -0000 Delivered-To: [email protected] Received: (qmail 25751 invoked by uid 97); 2 Apr 2002 16:03: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25718 invoked from network); 2 Apr 2002 16:03:37 -0000 Sender: [email protected] Message-ID: <[email protected]> Date: Tue, 02 Apr 2002 17:52:53 +0200 From: Patrice Le Cozler <[email protected]> X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: Re: Couldn't find or load essential class References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I've allready tried it but the problem remains unsolved "Mo, Jennifer" wrote: > i'm not sure how the unix verison works, but you might want to set the > CLASSPATH to the same value as JAVA_HOME. if you look at the jmeter file it > references CLASSPATH. jmeter probably cannot find where you have your class > files stored. > > -----Original Message----- > From: Patrice Le Cozler [mailto:[email protected]] > Sent: Tuesday, April 02, 2002 10:36 AM > To: JMeter Users List > Subject: Re: Couldn't find or load essential class > > my JAVA_HOME is set to /share/local/java/jdk1.2.2/ > CLASS_PATH is unset and the JMeter script (unix version) is the default one > > "Mo, Jennifer" wrote: > > > what is your JAVA_HOME and CLASSPATH set to? you might also have to make > > some changes to the jmeter.bat file. > > > > -----Original Message----- > > From: Patrice Le Cozler [mailto:[email protected]] > > Sent: Tuesday, April 02, 2002 10:28 AM > > To: [email protected] > > Subject: Couldn't find or load essential class > > > > Hello, > > > > When I try to run JMeter, I get the following error : > > > > "Couldn't find or load essential class `java/lang/Object' > > java.lang.NoClassDefFoundError java/lang/Object" > > > > my JAVA_HOME var is set to the right directory, so what's wrong ? > > > > thanks, > > Patrice > > > > -- > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > For additional commands, e-mail: > > <mailto:[email protected]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[email protected]> > > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 16:13:09 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96383 invoked from network); 2 Apr 2002 16:13:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 16:13:08 -0000 Received: (qmail 4162 invoked by uid 97); 2 Apr 2002 16:13:09 -0000 Delivered-To: [email protected] Received: (qmail 4146 invoked by uid 97); 2 Apr 2002 16:13: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4135 invoked from network); 2 Apr 2002 16:13:09 -0000 Message-ID: <[email protected]> From: "Mo, Jennifer" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Couldn't find or load essential class Date: Tue, 2 Apr 2002 11:13:02 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N how about going into the jmeter file and changing the references from CLASSPATH to JAVA_HOME. OLD: java -classpath $CLASSPATH:`dirname $0`/ApacheJMeter.jar $JAVA_PROPS -D$LOG4JCONFIG org.apache.jmeter.NewDriver $PROPERTIES NEW: java -classpath $JAVA_HOME:`dirname $0`/ApacheJMeter.jar $JAVA_PROPS -D$LOG4JCONFIG org.apache.jmeter.NewDriver $PROPERTIES -----Original Message----- From: Patrice Le Cozler [mailto:[email protected]] Sent: Tuesday, April 02, 2002 10:53 AM To: JMeter Users List Subject: Re: Couldn't find or load essential class I've allready tried it but the problem remains unsolved "Mo, Jennifer" wrote: > i'm not sure how the unix verison works, but you might want to set the > CLASSPATH to the same value as JAVA_HOME. if you look at the jmeter file it > references CLASSPATH. jmeter probably cannot find where you have your class > files stored. > > -----Original Message----- > From: Patrice Le Cozler [mailto:[email protected]] > Sent: Tuesday, April 02, 2002 10:36 AM > To: JMeter Users List > Subject: Re: Couldn't find or load essential class > > my JAVA_HOME is set to /share/local/java/jdk1.2.2/ > CLASS_PATH is unset and the JMeter script (unix version) is the default one > > "Mo, Jennifer" wrote: > > > what is your JAVA_HOME and CLASSPATH set to? you might also have to make > > some changes to the jmeter.bat file. > > > > -----Original Message----- > > From: Patrice Le Cozler [mailto:[email protected]] > > Sent: Tuesday, April 02, 2002 10:28 AM > > To: [email protected] > > Subject: Couldn't find or load essential class > > > > Hello, > > > > When I try to run JMeter, I get the following error : > > > > "Couldn't find or load essential class `java/lang/Object' > > java.lang.NoClassDefFoundError java/lang/Object" > > > > my JAVA_HOME var is set to the right directory, so what's wrong ? > > > > thanks, > > Patrice > > > > -- > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > For additional commands, e-mail: > > <mailto:[email protected]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[email protected]> > > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 16:16:54 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98659 invoked from network); 2 Apr 2002 16:16:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 16:16:54 -0000 Received: (qmail 7290 invoked by uid 97); 2 Apr 2002 16:16:55 -0000 Delivered-To: [email protected] Received: (qmail 7273 invoked by uid 97); 2 Apr 2002 16:16: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7262 invoked from network); 2 Apr 2002 16:16:54 -0000 Sender: [email protected] Message-ID: <[email protected]> Date: Tue, 02 Apr 2002 18:06:09 +0200 From: Patrice Le Cozler <[email protected]> X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 CC: "'JMeter Users List'" <[email protected]> Subject: Re: Couldn't find or load essential class References: <61E69E92EA1CD211B94700805F65B9110790C766@USA0834MS1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rt.jar is present in /share/local/java/jdk1.2.2/jre/lib and my java programs work fine so I don't think my java installation is corrupted "Stover, Michael" wrote: > It seems most likely to me that your java installation has become corrupted > somehow - perhaps some of the jars have been moved or deleted. Can you run > other java programs? Of particular importance is the location of your > rt.jar file. It should be in a /jre/lib directory under your java > installation. Can you locate it? > > The reason I think this is that java automatically assumes those jars are in > place and they don't need to be in your classpath. So, whether they are or > not should make no difference to whether java can find java.lang.Object. > However, if those jars aren't where it expects, it will fail. > > -Mike > > > -----Original Message----- > > From: Patrice Le Cozler [mailto:[email protected]] > > Sent: Tuesday, April 02, 2002 10:50 AM > > To: JMeter Users List > > Subject: Re: Couldn't find or load essential class > > > > > > CLASSPATH (one word) > > > > Henrik Ridder wrote: > > > > > Is this a typo CLASS_PATH? > > > The correct varible is CLASSPATH one word. > > > > > > If you have CLASSPATH it should be allright. > > > > > > /Henrik > > > > > > --On Tuesday, April 02, 2002 17:36:29 +0200 Patrice Le Cozler > > > <[email protected]> wrote: > > > > > > > my JAVA_HOME is set to /share/local/java/jdk1.2.2/ > > > > CLASS_PATH is unset and the JMeter script (unix version) > > is the default > > > > one > > > > > > > > > > > > "Mo, Jennifer" wrote: > > > > > > > >> what is your JAVA_HOME and CLASSPATH set to? you might > > also have to make > > > >> some changes to the jmeter.bat file. > > > >> > > > >> -----Original Message----- > > > >> From: Patrice Le Cozler [mailto:[email protected]] > > > >> Sent: Tuesday, April 02, 2002 10:28 AM > > > >> To: [email protected] > > > >> Subject: Couldn't find or load essential class > > > >> > > > >> Hello, > > > >> > > > >> When I try to run JMeter, I get the following error : > > > >> > > > >> "Couldn't find or load essential class `java/lang/Object' > > > >> java.lang.NoClassDefFoundError java/lang/Object" > > > >> > > > >> my JAVA_HOME var is set to the right directory, so what's wrong ? > > > >> > > > >> thanks, > > > >> Patrice > > > >> > > > >> -- > > > >> To unsubscribe, e-mail: > > > >> <mailto:[email protected]> > > > >> For additional commands, e-mail: > > > >> <mailto:[email protected]> > > > >> > > > >> -- > > > >> To unsubscribe, e-mail: > > > >> <mailto:[email protected]> For > > additional > > > >> commands, e-mail: <mailto:[email protected]> > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > > <mailto:[email protected]> For additional > > > > commands, e-mail: <mailto:[email protected]> > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > > For additional commands, e-mail: > > <mailto:[email protected]> > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > For additional commands, e-mail: > > <mailto:[email protected]> > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 16:20:28 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 725 invoked from network); 2 Apr 2002 16:20:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 16:20:28 -0000 Received: (qmail 8501 invoked by uid 97); 2 Apr 2002 16:20:28 -0000 Delivered-To: [email protected] Received: (qmail 8485 invoked by uid 97); 2 Apr 2002 16:20: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8474 invoked from network); 2 Apr 2002 16:20:28 -0000 Sender: [email protected] Message-ID: <[email protected]> Date: Tue, 02 Apr 2002 18:09:44 +0200 From: Patrice Le Cozler <[email protected]> X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: Re: Couldn't find or load essential class References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It doesn't work "Mo, Jennifer" wrote: > how about going into the jmeter file and changing the references from > CLASSPATH to JAVA_HOME. > > OLD: > java -classpath $CLASSPATH:`dirname $0`/ApacheJMeter.jar $JAVA_PROPS > -D$LOG4JCONFIG org.apache.jmeter.NewDriver $PROPERTIES > > NEW: > java -classpath $JAVA_HOME:`dirname $0`/ApacheJMeter.jar $JAVA_PROPS > -D$LOG4JCONFIG org.apache.jmeter.NewDriver $PROPERTIES > > -----Original Message----- > From: Patrice Le Cozler [mailto:[email protected]] > Sent: Tuesday, April 02, 2002 10:53 AM > To: JMeter Users List > Subject: Re: Couldn't find or load essential class > > I've allready tried it but the problem remains unsolved > > "Mo, Jennifer" wrote: > > > i'm not sure how the unix verison works, but you might want to set the > > CLASSPATH to the same value as JAVA_HOME. if you look at the jmeter file > it > > references CLASSPATH. jmeter probably cannot find where you have your > class > > files stored. > > > > -----Original Message----- > > From: Patrice Le Cozler [mailto:[email protected]] > > Sent: Tuesday, April 02, 2002 10:36 AM > > To: JMeter Users List > > Subject: Re: Couldn't find or load essential class > > > > my JAVA_HOME is set to /share/local/java/jdk1.2.2/ > > CLASS_PATH is unset and the JMeter script (unix version) is the default > one > > > > "Mo, Jennifer" wrote: > > > > > what is your JAVA_HOME and CLASSPATH set to? you might also have to make > > > some changes to the jmeter.bat file. > > > > > > -----Original Message----- > > > From: Patrice Le Cozler [mailto:[email protected]] > > > Sent: Tuesday, April 02, 2002 10:28 AM > > > To: [email protected] > > > Subject: Couldn't find or load essential class > > > > > > Hello, > > > > > > When I try to run JMeter, I get the following error : > > > > > > "Couldn't find or load essential class `java/lang/Object' > > > java.lang.NoClassDefFoundError java/lang/Object" > > > > > > my JAVA_HOME var is set to the right directory, so what's wrong ? > > > > > > thanks, > > > Patrice > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:[email protected]> > > > For additional commands, e-mail: > > > <mailto:[email protected]> > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > > For additional commands, e-mail: > > <mailto:[email protected]> > > > > -- > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > For additional commands, e-mail: > > <mailto:[email protected]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[email protected]> > > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 16:30:07 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8401 invoked from network); 2 Apr 2002 16:30:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 16:30:06 -0000 Received: (qmail 17016 invoked by uid 97); 2 Apr 2002 16:30:07 -0000 Delivered-To: [email protected] Received: (qmail 17000 invoked by uid 97); 2 Apr 2002 16:30: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16989 invoked from network); 2 Apr 2002 16:30:07 -0000 Date: Tue, 02 Apr 2002 18:30:04 +0200 From: Henrik Ridder <[email protected]> To: JMeter Users List <[email protected]> Subject: Re: Couldn't find or load essential class Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <61E69E92EA1CD211B94700805F65B9110790C766@USA0834MS1> <[email protected]> X-Mailer: Mulberry/2.1.2 (Linux/x86 Demo) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I don't think (correct me if I'm wrong) that you need rt.jar. But you do need tools.jar located i JAVA_HOME/lib Do you have this in you build.sh: if test -f $JAVA_HOME/lib/tools.jar ; then CLASSPATH=$CLASSPATH:${JAVA_HOME}/lib/tools.jar fi And what shell are you using? /Henrik --On Tuesday, April 02, 2002 18:06:09 +0200 Patrice Le Cozler <[email protected]> wrote: > rt.jar is present in /share/local/java/jdk1.2.2/jre/lib and my java > programs work fine so I don't think my java installation is corrupted > > "Stover, Michael" wrote: > >> It seems most likely to me that your java installation has become >> corrupted somehow - perhaps some of the jars have been moved or deleted. >> Can you run other java programs? Of particular importance is the >> location of your rt.jar file. It should be in a /jre/lib directory >> under your java installation. Can you locate it? >> >> The reason I think this is that java automatically assumes those jars >> are in place and they don't need to be in your classpath. So, whether >> they are or not should make no difference to whether java can find >> java.lang.Object. However, if those jars aren't where it expects, it >> will fail. >> >> -Mike >> >> > -----Original Message----- >> > From: Patrice Le Cozler [mailto:[email protected]] >> > Sent: Tuesday, April 02, 2002 10:50 AM >> > To: JMeter Users List >> > Subject: Re: Couldn't find or load essential class >> > >> > >> > CLASSPATH (one word) >> > >> > Henrik Ridder wrote: >> > >> > > Is this a typo CLASS_PATH? >> > > The correct varible is CLASSPATH one word. >> > > >> > > If you have CLASSPATH it should be allright. >> > > >> > > /Henrik >> > > >> > > --On Tuesday, April 02, 2002 17:36:29 +0200 Patrice Le Cozler >> > > <[email protected]> wrote: >> > > >> > > > my JAVA_HOME is set to /share/local/java/jdk1.2.2/ >> > > > CLASS_PATH is unset and the JMeter script (unix version) >> > is the default >> > > > one >> > > > >> > > > >> > > > "Mo, Jennifer" wrote: >> > > > >> > > >> what is your JAVA_HOME and CLASSPATH set to? you might >> > also have to make >> > > >> some changes to the jmeter.bat file. >> > > >> >> > > >> -----Original Message----- >> > > >> From: Patrice Le Cozler [mailto:[email protected]] >> > > >> Sent: Tuesday, April 02, 2002 10:28 AM >> > > >> To: [email protected] >> > > >> Subject: Couldn't find or load essential class >> > > >> >> > > >> Hello, >> > > >> >> > > >> When I try to run JMeter, I get the following error : >> > > >> >> > > >> "Couldn't find or load essential class `java/lang/Object' >> > > >> java.lang.NoClassDefFoundError java/lang/Object" >> > > >> >> > > >> my JAVA_HOME var is set to the right directory, so what's wrong ? >> > > >> >> > > >> thanks, >> > > >> Patrice >> > > >> >> > > >> -- >> > > >> To unsubscribe, e-mail: >> > > >> <mailto:[email protected]> >> > > >> For additional commands, e-mail: >> > > >> <mailto:[email protected]> >> > > >> >> > > >> -- >> > > >> To unsubscribe, e-mail: >> > > >> <mailto:[email protected]> For >> > additional >> > > >> commands, e-mail: <mailto:[email protected]> >> > > > >> > > > >> > > > -- >> > > > To unsubscribe, e-mail: >> > > > <mailto:[email protected]> For additional >> > > > commands, e-mail: <mailto:[email protected]> >> > > > >> > > >> > > -- >> > > To unsubscribe, e-mail: >> > <mailto:[email protected]> >> > > For additional commands, e-mail: >> > <mailto:[email protected]> >> > >> > >> > -- >> > To unsubscribe, e-mail: >> > <mailto:[email protected]> >> > For additional commands, e-mail: >> > <mailto:[email protected]> >> > > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> For additional > commands, e-mail: <mailto:[email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 16:30:28 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8493 invoked from network); 2 Apr 2002 16:30:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 16:30:28 -0000 Received: (qmail 17368 invoked by uid 97); 2 Apr 2002 16:30:29 -0000 Delivered-To: [email protected] Received: (qmail 17352 invoked by uid 97); 2 Apr 2002 16:30: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17341 invoked from network); 2 Apr 2002 16:30:28 -0000 Message-ID: <4199A9EF5732D411B51700508B9A47FF8C2A91@MAMAKLOP> From: Antti Holappa <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: RE: Multiple users. Date: Tue, 2 Apr 2002 19:37:10 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1DA64.A2ED25C0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1DA64.A2ED25C0 Content-Type: text/plain; charset="iso-8859-1" I did a similar hack to my JMeter sources last month. I had a group of users, user1-100 with the same password and a site that needs two post parameters "username" and "password" for login. After studying the code I made some quick changes to the source (see below) to quickly get some tests going on with multiple users. After the changes I created a test plan with Cookie Manager and put (basicly) four controls to it: 1. Cookie Manager 2. HTTP Request for the sites homepage (to get a new cookie for the thread) 3. HTTP Request to the login servlet with two post parameters: Name: Value: username user%unum% password 111111 4. HTTP Request for the logout page (As you can see below the %unum% in username parameter is replaced with the threads name/number). This was just a quick&dirty solution but might be useful for someone in a hurry to get some test results. Antti H. <code class="org.apache.jmeter.threads.JMeterThread"> public void run() { Thread.currentThread().setName(String.valueOf(threadNumberInGroup+1)); //System.out.println("Running thread " + threadNumberInGroup); running = true; ... </code> <code class="org.apache.jmeter.protocol.http.sampler.HTTPSampler"> public void sendPostData(URLConnection connection, UrlConfig url) throws IOException { ((HttpURLConnection) connection).setRequestMethod("POST"); -> String postData = modifyPostData(url.getQueryString()); connection.setRequestProperty("Content-length", "" + postData.length()); connection.setRequestProperty("Content-type", "application/x-www-form-urlencoded"); connection.setDoOutput(true); PrintWriter out = new PrintWriter(connection.getOutputStream()); out.print(postData); out.close(); } // added by aholappa --> public String modifyPostData(String postData) { int i = postData.indexOf("%25unum%25"); if (i==-1) { return postData; } String number = Thread.currentThread().getName(); //System.out.println("Modifying number is : " + number); return postData.substring(0,i) + number + postData.substring(i+10); } // <-- added by aholappa </code> > -----Original Message----- > From: david garcia [mailto:[email protected]] > Sent: 31. maaliskuuta 2002 2:18 > To: JMeter Users List > Subject: Re: Multiple users. > > > > I would love to take a look at the patch. I have been > looking at the code and trying to figure out a way to do it. . . > Henrik Ridder <[email protected]> wrote: I did a > modification of JMeter some time ago, just because I needed unique > users. > > At that time I had do alter the code a bit. I haven't follow > the developmet > of JMeter for some time now and I don't know if there is a > easy way to do > it now. > > I don't think that patch will work on JMeter1.7 that is out now. > > But if the plan for Avalon is on the way I really hope they add that > feature in that version. > > If you want I'll send you the patch and you can see if you > can do anything > with it. > > Not much help I'm afraid. > > Henrik > > --On den 29 mars 2002 16:17 -0800 david garcia wrote: > > > > > So it appears that Jmeter threads are actually multiple > instances of the > > same user. Of course the most common thing to do in load > testing is to > > have each thread be an unique user. From reading the jmeter > docs, It is > > not clear that this is even possible. Has anybody out there > done? If so > > how? I suspect that the modification manager is involved > somehow, yet I > > cannot quite see how when I read the docs. . . > > > > -David- > > > > > > > > > --------------------------------- > > Do You Yahoo!? > > Yahoo! Greetings - send greetings for Easter, Passover > > > > -------------------------------- > Partitur Informationsteknik AB > Wenner-Gren Center > SE-113 46 Stockholm, Sweden > > tel. 604.343.8181 > ext. 604.343.8181 > fax. 604.343.8181 > mob. 604.343.8181 > > http://www.partitur.se/ > -------------------------------- > PING PONG - simply more fun > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > > > --------------------------------- > Do You Yahoo!? > Yahoo! Greetings - send greetings for Easter, Passover > ------_=_NextPart_001_01C1DA64.A2ED25C0-- From [email protected] Tue Apr 02 16:55:20 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28768 invoked from network); 2 Apr 2002 16:55:20 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 16:55:20 -0000 Received: (qmail 15779 invoked by uid 97); 2 Apr 2002 16:55:21 -0000 Delivered-To: [email protected] Received: (qmail 15750 invoked by uid 97); 2 Apr 2002 16:55: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15739 invoked from network); 2 Apr 2002 16:55:19 -0000 Sender: [email protected] Message-ID: <[email protected]> Date: Tue, 02 Apr 2002 08:55:16 -0800 From: Kate Rosenbloom <[email protected]> Organization: RapidMoney X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0smp i686) X-Accept-Language: en MIME-Version: 1.0 To: [email protected], [email protected] Subject: Re: nongui jmeter References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Jennifer, I've successfully used the non-gui driver. I think I recall that at one point I ran into the same error message as you, and that it was due to not having a test plan in the .jmx file (e.g. it had a controller instead of a test plan at the top level). Good luck, Kate Rosenbloom RapidMoney Corp. Santa Cruz, CA "Mo, Jennifer" wrote: > > i saw a similar question to this one, but no one responded. > > has anyone tried using the nongui mode of jmeter? i get the following error > when i try to run a project: > > C:\jakarta-jmeter\bin>java -cp > ;c:\jdk1.3.1_02\bin;.;../lib/xerces.jar;ApacheJMeter.jar;../lib/Tidy.jar;../ > lib/log4j.jar; > -Dlog4j.configuration=log4j.conf org.apache.jmeter.NonGuiDriver > jmeter.properties CashAvailable.jmx > Created the tree successfully > Error in NonGUIDrivernull > java.lang.NullPointerException > at > org.apache.jmeter.gui.tree.NonGuiTree.addComponent(NonGuiTree.java:353) > at > org.apache.jmeter.gui.tree.NonGuiTree.addSubTree(NonGuiTree.java:267) > at org.apache.jmeter.NonGuiDriver.run(NonGuiDriver.java:124) > at org.apache.jmeter.NonGuiDriver.main(NonGuiDriver.java:100) > > is there some sort of bug in the nongui program?? if someone has used the > nongui, can you please email me back! > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 17:01:51 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33209 invoked from network); 2 Apr 2002 17:01:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 17:01:51 -0000 Received: (qmail 24268 invoked by uid 97); 2 Apr 2002 17:00:55 -0000 Delivered-To: [email protected] Received: (qmail 24230 invoked by uid 97); 2 Apr 2002 17:00: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24190 invoked from network); 2 Apr 2002 17:00:54 -0000 Message-ID: <[email protected]> From: Edgar Knobloch <[email protected]> To: 'JMeter Users List' <[email protected]> Subject: AW: Couldn't find or load essential class Date: Tue, 2 Apr 2002 18:32:46 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I don't think, thats a good idea. CLASSPATH gets constructed in the lines before the java call (the script appends the jmeter jars in the CLASSPATH) Edgar > -----Original Message----- > Von: Mo, Jennifer [mailto:[email protected]] > Betreff: RE: Couldn't find or load essential class > > > how about going into the jmeter file and changing the references from > CLASSPATH to JAVA_HOME. > > OLD: > java -classpath $CLASSPATH:`dirname $0`/ApacheJMeter.jar $JAVA_PROPS > -D$LOG4JCONFIG org.apache.jmeter.NewDriver $PROPERTIES > > NEW: > java -classpath $JAVA_HOME:`dirname $0`/ApacheJMeter.jar $JAVA_PROPS > -D$LOG4JCONFIG org.apache.jmeter.NewDriver $PROPERTIES > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 17:04:10 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34909 invoked from network); 2 Apr 2002 17:04:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 17:04:09 -0000 Received: (qmail 1146 invoked by uid 97); 2 Apr 2002 17:04:10 -0000 Delivered-To: [email protected] Received: (qmail 1067 invoked by uid 97); 2 Apr 2002 17: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1049 invoked from network); 2 Apr 2002 17:04:09 -0000 Message-ID: <[email protected]> Date: Tue, 2 Apr 2002 09:04:08 -0800 (PST) From: Andy Barnett <[email protected]> Reply-To: [email protected] Subject: Re: Couldn't find or load essential class To: JMeter Users List <[email protected]> In-Reply-To: <[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: daedalus.apache.org 1.6.2 0/1000/N Henrik, Since you asked to be corrected, Patrice's original error was "NoClassDefFoundError java/lang/Object". In my Sun JRE 1.3.1_02 for Windows installation, the java.lang.Object class is located in the rt.jar file. So you do need the rt.jar included somehow/somewhere. As for actually helpful information, I have none. I don't understand how a JVM can get to the point of displaying a NoClassDefFoundError message when it can't even find java.lang.Object to start with. ~Andy --- Henrik Ridder <[email protected]> wrote: > > I don't think (correct me if I'm wrong) that you need rt.jar. > But you do need tools.jar located i JAVA_HOME/lib > > Do you have this in you build.sh: > if test -f $JAVA_HOME/lib/tools.jar ; then > CLASSPATH=$CLASSPATH:${JAVA_HOME}/lib/tools.jar > fi > > And what shell are you using? > /Henrik __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://http://taxes.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 17:07:13 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36582 invoked from network); 2 Apr 2002 17:07:13 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 17:07:13 -0000 Received: (qmail 5271 invoked by uid 97); 2 Apr 2002 17:07:15 -0000 Delivered-To: [email protected] Received: (qmail 5240 invoked by uid 97); 2 Apr 2002 17:07:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5229 invoked from network); 2 Apr 2002 17:07:14 -0000 Sender: [email protected] Message-ID: <[email protected]> Date: Tue, 02 Apr 2002 09:07:14 -0800 From: Kate Rosenbloom <[email protected]> Organization: RapidMoney X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0smp i686) X-Accept-Language: en MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: Re: Recording HTTP sessions and 401s References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Unfortunately the authorization handling works during playback, but not during recording (Michael Stover has a previous posting about this). You'll have to turn off the Basic Auth on your server during recording, then you can reenable during your actual testing. It worked for me... Kate Rosenbloom RapidMoney Corp. Santa Cruz, CA Derrick Schneider wrote: > > Hello, > > I am very new user to JMeter, and am evaluating it for our company. > While using the "record" functionality via the HTTP Proxy Server, I > noticed a problem and would like some advice on getting past it. The > website I am testing is password-protected via Basic Authentication. > When I go to record the session with my browser, it fails when I try to > connect. The reason seems to be from the logic in HTTPSampler.sample() > which says, in essense: > > get the response code > divide by 100 > if it's 2, do one thing > if it's 3, do another > otherwise, barf. > > However, authentication at a website works on a challenge-response > system, and so the first thing that comes back is 401. The proxy server > throws an exception, and returns no data to the browser, so I never get > a chance to enter the ID and password. > > I've tried adding an Authorization Manager, but that doesn't seem to > help the recording aspect of things. > > Any idea? Thanks in advance for your help. > Derrick > -- > Derrick Schneider > Line Chef > Kinecta Corp. > 604.343.8181 > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 17:30:37 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50879 invoked from network); 2 Apr 2002 17:30:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 17:30:36 -0000 Received: (qmail 2424 invoked by uid 97); 2 Apr 2002 17:30:39 -0000 Delivered-To: [email protected] Received: (qmail 2381 invoked by uid 97); 2 Apr 2002 17:30: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2368 invoked from network); 2 Apr 2002 17:30:36 -0000 Message-ID: <[email protected]> From: "Mo, Jennifer" <[email protected]> To: "'Kate Rosenbloom'" <[email protected]>, [email protected] Subject: RE: nongui jmeter Date: Tue, 2 Apr 2002 12:30:25 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N do you have a sample jmx file that includes the test plan tag? i only see controllers in mine. -----Original Message----- From: Kate Rosenbloom [mailto:[email protected]] Sent: Tuesday, April 02, 2002 11:55 AM To: Mo, Jennifer; [email protected] Subject: Re: nongui jmeter Jennifer, I've successfully used the non-gui driver. I think I recall that at one point I ran into the same error message as you, and that it was due to not having a test plan in the .jmx file (e.g. it had a controller instead of a test plan at the top level). Good luck, Kate Rosenbloom RapidMoney Corp. Santa Cruz, CA "Mo, Jennifer" wrote: > > i saw a similar question to this one, but no one responded. > > has anyone tried using the nongui mode of jmeter? i get the following error > when i try to run a project: > > C:\jakarta-jmeter\bin>java -cp > ;c:\jdk1.3.1_02\bin;.;../lib/xerces.jar;ApacheJMeter.jar;../lib/Tidy.jar;../ > lib/log4j.jar; > -Dlog4j.configuration=log4j.conf org.apache.jmeter.NonGuiDriver > jmeter.properties CashAvailable.jmx > Created the tree successfully > Error in NonGUIDrivernull > java.lang.NullPointerException > at > org.apache.jmeter.gui.tree.NonGuiTree.addComponent(NonGuiTree.java:353) > at > org.apache.jmeter.gui.tree.NonGuiTree.addSubTree(NonGuiTree.java:267) > at org.apache.jmeter.NonGuiDriver.run(NonGuiDriver.java:124) > at org.apache.jmeter.NonGuiDriver.main(NonGuiDriver.java:100) > > is there some sort of bug in the nongui program?? if someone has used the > nongui, can you please email me back! > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 17:50:00 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62573 invoked from network); 2 Apr 2002 17:50:00 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 17:50:00 -0000 Received: (qmail 19984 invoked by uid 97); 2 Apr 2002 17:50:01 -0000 Delivered-To: [email protected] Received: (qmail 19929 invoked by uid 97); 2 Apr 2002 17:50: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19912 invoked from network); 2 Apr 2002 17:50:00 -0000 Date: Tue, 02 Apr 2002 19:48:16 +0200 From: Henrik Ridder <[email protected]> To: JMeter Users List <[email protected]> Subject: Re: Couldn't find or load essential class Message-ID: <[email protected]> X-Mailer: Mulberry/2.1.2 (Linux/x86 Demo) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ok. I stand corrected. I looked i my rt.jar and you where right it is there. The thing is that I don't have rt.jar in my CLASSPATH and I don't have any trouble to compile or run JMeter. All I include i tools.jar, thats it. I did a test to unset CLASSPATH and tried again and still no problem. /Henrik --On Tuesday, April 02, 2002 09:04:08 -0800 Andy Barnett <[email protected]> wrote: > Henrik, > > Since you asked to be corrected, Patrice's original error was > "NoClassDefFoundError java/lang/Object". In my Sun JRE 1.3.1_02 for > Windows installation, the java.lang.Object class is located in the > rt.jar file. So you do need the rt.jar included somehow/somewhere. > > As for actually helpful information, I have none. I don't understand > how a JVM can get to the point of displaying a NoClassDefFoundError > message when it can't even find java.lang.Object to start with. > > ~Andy > > --- Henrik Ridder <[email protected]> wrote: >> >> I don't think (correct me if I'm wrong) that you need rt.jar. >> But you do need tools.jar located i JAVA_HOME/lib >> >> Do you have this in you build.sh: >> if test -f $JAVA_HOME/lib/tools.jar ; then >> CLASSPATH=$CLASSPATH:${JAVA_HOME}/lib/tools.jar >> fi >> >> And what shell are you using? >> /Henrik > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://http://taxes.yahoo.com/ > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> For additional > commands, e-mail: <mailto:[email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 19:08:36 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16915 invoked from network); 2 Apr 2002 19:08:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 19:08:36 -0000 Received: (qmail 14911 invoked by uid 97); 2 Apr 2002 19:08:36 -0000 Delivered-To: [email protected] Received: (qmail 14892 invoked by uid 97); 2 Apr 2002 19:08: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14880 invoked from network); 2 Apr 2002 19:08:35 -0000 Message-ID: <[email protected]> From: "Mo, Jennifer" <[email protected]> To: "'Kate Rosenbloom'" <[email protected]>, [email protected] Subject: RE: nongui jmeter Date: Tue, 2 Apr 2002 14:08:22 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N You were right about not having a test plan tag in the jmx file. I resaved my jmx file version from the Test Plan level in the GUI and it included the test plan tag. Thanks for your help Kate! -----Original Message----- From: Kate Rosenbloom [mailto:[email protected]] Sent: Tuesday, April 02, 2002 11:55 AM To: Mo, Jennifer; [email protected] Subject: Re: nongui jmeter Jennifer, I've successfully used the non-gui driver. I think I recall that at one point I ran into the same error message as you, and that it was due to not having a test plan in the .jmx file (e.g. it had a controller instead of a test plan at the top level). Good luck, Kate Rosenbloom RapidMoney Corp. Santa Cruz, CA "Mo, Jennifer" wrote: > > i saw a similar question to this one, but no one responded. > > has anyone tried using the nongui mode of jmeter? i get the following error > when i try to run a project: > > C:\jakarta-jmeter\bin>java -cp > ;c:\jdk1.3.1_02\bin;.;../lib/xerces.jar;ApacheJMeter.jar;../lib/Tidy.jar;../ > lib/log4j.jar; > -Dlog4j.configuration=log4j.conf org.apache.jmeter.NonGuiDriver > jmeter.properties CashAvailable.jmx > Created the tree successfully > Error in NonGUIDrivernull > java.lang.NullPointerException > at > org.apache.jmeter.gui.tree.NonGuiTree.addComponent(NonGuiTree.java:353) > at > org.apache.jmeter.gui.tree.NonGuiTree.addSubTree(NonGuiTree.java:267) > at org.apache.jmeter.NonGuiDriver.run(NonGuiDriver.java:124) > at org.apache.jmeter.NonGuiDriver.main(NonGuiDriver.java:100) > > is there some sort of bug in the nongui program?? if someone has used the > nongui, can you please email me back! > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 02 19:25:40 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25365 invoked from network); 2 Apr 2002 19:25:40 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Apr 2002 19:25:40 -0000 Received: (qmail 29552 invoked by uid 97); 2 Apr 2002 19:25:43 -0000 Delivered-To: [email protected] Received: (qmail 29536 invoked by uid 97); 2 Apr 2002 19: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29525 invoked from network); 2 Apr 2002 19:25:42 -0000 Message-ID: <[email protected]> Date: Tue, 2 Apr 2002 11:25:42 -0800 (PST) From: david garcia <[email protected]> Subject: Re: Couldn't find or load essential class To: JMeter Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-32927007-1017775542=:33757" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-32927007-1017775542=:33757 Content-Type: text/plain; charset=us-ascii In general I always find myself digging around for missing stuff in .jar files. I have a little bash script to which speeds up this process greatly. it should work on all *nix platforms; as well as Intel platforms using cygwin or mkstoolkit. ----------------------------------------------------------------------------------------------------------------------------- # Find an instance of a substring in all jarfiles located in the specifiied directory and it's children fjar () { usage="fjar <dir> <pattern>" if [ $# -ne 2 ]; then echo $usage else dir="$1" pat=$2 find $dir -name "*.jar" | while read i ; do echo "-----------" echo echo $i echo echo "-----------" jar tvf $i | grep -i "$pat" done fi } Andy Barnett <[email protected]> wrote: Henrik, Since you asked to be corrected, Patrice's original error was "NoClassDefFoundError java/lang/Object". In my Sun JRE 1.3.1_02 for Windows installation, the java.lang.Object class is located in the rt.jar file. So you do need the rt.jar included somehow/somewhere. As for actually helpful information, I have none. I don't understand how a JVM can get to the point of displaying a NoClassDefFoundError message when it can't even find java.lang.Object to start with. ~Andy --- Henrik Ridder wrote: > > I don't think (correct me if I'm wrong) that you need rt.jar. > But you do need tools.jar located i JAVA_HOME/lib > > Do you have this in you build.sh: > if test -f $JAVA_HOME/lib/tools.jar ; then > CLASSPATH=$CLASSPATH:${JAVA_HOME}/lib/tools.jar > fi > > And what shell are you using? > /Henrik __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://http://taxes.yahoo.com/ -- To unsubscribe, e-mail: For additional commands, e-mail: --------------------------------- Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax --0-32927007-1017775542=:33757-- From [email protected] Wed Apr 03 14:59:32 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27133 invoked from network); 3 Apr 2002 14:59:32 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 3 Apr 2002 14:59:32 -0000 Received: (qmail 23225 invoked by uid 97); 3 Apr 2002 14:59:32 -0000 Delivered-To: [email protected] Received: (qmail 23170 invoked by uid 97); 3 Apr 2002 14:59: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23151 invoked from network); 3 Apr 2002 14:59:30 -0000 Message-ID: <033d01c1db20$460ba810$0d0a230a@LECHAT> From: =?iso-8859-1?Q?Simon_B=E9cot?= <[email protected]> To: "'JMeter Users List'" <[email protected]> References: <[email protected]> Subject: HTML Link Parser Date: Wed, 3 Apr 2002 17:00:18 +0200 Organization: Softeam 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 I try to use HTML Link Parser as described in the User Manual. First, I do note have any clue on how the HTML is parsed. If I want to follow all the links of a page, I put .* in the path. Then I have to put a loop, but I don't know exactly how many links I have. I tried to parse the tomcat home page: http://localhost:8080/index.html . If I parse this page, links are followed in a random order, and sometimes it tries to parse "http://localhost:8080/.*" . I don't have 2 sessions identical. Another problem is that when URL are dynamic, I would like to match the name of the link, not the url. Example: <a href="toto/titi?var=57457">Here are my examples</a> I want to put in the path: "Here are my exemples" and not "toto/titi?var=57457" which can change between 2 sessions. Any suggestions? Simon. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Apr 04 06:28:31 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81230 invoked from network); 4 Apr 2002 06:28:31 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Apr 2002 06:28:31 -0000 Received: (qmail 20784 invoked by uid 97); 4 Apr 2002 04:21:38 -0000 Delivered-To: [email protected] Received: (qmail 20766 invoked by uid 97); 4 Apr 2002 04:21: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20753 invoked from network); 4 Apr 2002 04:21:37 -0000 Message-ID: <007c01c1db8f$f9156620$d60fc80a@ec2clip107835> From: "Pradeep Sakre" <[email protected]> To: "JMeter Users List" <[email protected]> Cc: "Gerd Mueller" <[email protected]> References: <[email protected]> Subject: Re: Test plan problem Date: Thu, 4 Apr 2002 09:49:54 +0530 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-211070fe-4780-11d6-a942-00b0d0d06be8" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPartTM-000-211070fe-4780-11d6-a942-00b0d0d06be8 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I have a problem with jmeter. 1.jmeter will create 50 identical users to check any website. In case i want all the 50 user to be different and access data from some flat file. how am i supposed to do it? Below i found the code written by you. How am i supposed to go about in writing such code and wher am i supposed to execute it? i will be thakfull if u can givemw some sample code which can be used for jmeter and how to go about it to execute the same. 2. can i auto save the results in the jmeter as a .jmx file instead of manually clicking the save button on the GUI. Thanks in advance. Regards, Pradeep Sakre. __________________________________________________________________________ "Success is how high you bounce when you hit bottom." Pradeep Sakre Wipro Technologies 72,Electronics City Hosur Road Bangalore-561229. Tel:+91-80-8520408. Extn:5174. E-Mail : [email protected] Alt-Mail : [email protected] __________________________________________________________________________ ----- Original Message ----- From: "Gerd Mueller" <[email protected]> To: <[email protected]> Sent: Thursday, March 28, 2002 9:59 PM Subject: Test plan problem > > Hi all, > > I like to create a test plan for a web site that does the following steps: > > for (int i = 0; i < 3; i++) { > HTTP Request login > for (int i = 0; i < 3; i++) { > HTTP Request page A > } > HTTP Request logout > } > > At the moment I've got the following test plan (short version) > > ThreadGroup (1x) > Loop Controller (3x) > HTTP Request login > Loop Controller (3x) > Modification Controller > HTML Parameter Mask > HTTP Request page A > HTTP Request logout > > But it doesn't exactly what I want, since it causes the following request series: > > Login > Page A > Page A > Page A > Logout > Page A > Page A > Page A > Page A > Page A > Page A > Login > Page A > Page A > Page A > > Does anyone got an idea of the error in my plan ? > > Best Regards, > gerd > > > ____________________________________________________________________________ __ > Gerd Mueller [email protected] > SMB GmbH http://www.smb-tec.com > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> > ------=_NextPartTM-000-211070fe-4780-11d6-a942-00b0d0d06be8 Content-Type: text/plain; name="Wipro_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Wipro_Disclaimer.txt" **************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. ******************************************************************** ------=_NextPartTM-000-211070fe-4780-11d6-a942-00b0d0d06be8 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------=_NextPartTM-000-211070fe-4780-11d6-a942-00b0d0d06be8-- From [email protected] Sun Apr 07 20:43:56 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68544 invoked from network); 7 Apr 2002 20:43:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 7 Apr 2002 20:43:56 -0000 Received: (qmail 9897 invoked by uid 97); 7 Apr 2002 20:44:01 -0000 Delivered-To: [email protected] Received: (qmail 9842 invoked by uid 97); 7 Apr 2002 20:44: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9831 invoked from network); 7 Apr 2002 20:44:00 -0000 Message-ID: <[email protected]> Date: Sun, 7 Apr 2002 22:43:58 +0200 (CEST) From: =?iso-8859-1?q?paolo=20ciao?= <[email protected]> Subject: Jmeter ans session (URGENT PLEASE) To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I want to test a web application on tomcat server. I have to use an unique session id. I tried to use modification manager and link parser but I don't know how session varible use (jsession, sessionid) use. Or, perhaps, I have to use cookie manager? How can I made this session? Thanks ______________________________________________________________________ Iscriviti al Club Nokia, è gratis! http://it.yahoo.com/mail_it/foot/?http://www.club.nokia.it/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Apr 08 15:18:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12088 invoked from network); 8 Apr 2002 15:18:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 8 Apr 2002 15:18:07 -0000 Received: (qmail 9385 invoked by uid 97); 8 Apr 2002 15:18:07 -0000 Delivered-To: [email protected] Received: (qmail 9342 invoked by uid 97); 8 Apr 2002 15:18: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9331 invoked from network); 8 Apr 2002 15:18:06 -0000 Message-ID: <21CB0216C1D4D311802700104B215F919AB321@MERCURY> From: Dimitar Stavrakov <[email protected]> To: JMeter Users List <[email protected]> Subject: RE: Jmeter ans session (URGENT PLEASE) Date: Mon, 8 Apr 2002 10:19:38 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) 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 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Try using cookie manager.=20 Regards,=20 Dimitar -----Original Message----- From: paolo ciao [mailto:[email protected]]=20 Sent: Sunday, April 07, 2002 3:44 PM To: [email protected] Subject: Jmeter ans session (URGENT PLEASE) I want to test a web application on tomcat server. I have to use an unique session id. I tried to use modification manager and link parser but I don't know how session varible use (jsession, sessionid) use. Or, perhaps, I have to use cookie manager? How can I made this session? Thanks ______________________________________________________________________ Iscriviti al Club Nokia, =E8 gratis! http://it.yahoo.com/mail_it/foot/?http://www.club.nokia.it/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Apr 08 16:39:34 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7102 invoked from network); 8 Apr 2002 16:39:34 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 8 Apr 2002 16:39:34 -0000 Received: (qmail 24885 invoked by uid 97); 8 Apr 2002 16:39:36 -0000 Delivered-To: [email protected] Received: (qmail 24869 invoked by uid 97); 8 Apr 2002 16:39: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24858 invoked from network); 8 Apr 2002 16:39:35 -0000 Message-ID: <[email protected]> Date: Mon, 8 Apr 2002 18:39:31 +0200 (CEST) From: =?iso-8859-1?q?paolo=20ciao?= <[email protected]> Subject: RE: Jmeter ans session (URGENT PLEASE) To: JMeter Users List <[email protected]> In-Reply-To: <21CB0216C1D4D311802700104B215F919AB321@MERCURY> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I tried to use cookie manager, but, what I have to put inside? Which is the name of session variable? There is an example of cookie made my tomcat? ______________________________________________________________________ Iscriviti al Club Nokia, è gratis! http://it.yahoo.com/mail_it/foot/?http://www.club.nokia.it/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Apr 08 17:27:36 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51386 invoked from network); 8 Apr 2002 17:27:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 8 Apr 2002 17:27:36 -0000 Received: (qmail 8007 invoked by uid 97); 8 Apr 2002 17:27:17 -0000 Delivered-To: [email protected] Received: (qmail 7932 invoked by uid 97); 8 Apr 2002 17:27: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7856 invoked from network); 8 Apr 2002 17:27:16 -0000 Message-ID: <21CB0216C1D4D311802700104B215F919AB347@MERCURY> From: Dimitar Stavrakov <[email protected]> To: JMeter Users List <[email protected]> Subject: RE: Jmeter ans session (URGENT PLEASE) Date: Mon, 8 Apr 2002 12:28:59 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) 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 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Just add it to your thread group, and it should pick up the values automatically.=20 =09 -----Original Message----- From: paolo ciao [mailto:[email protected]]=20 Sent: Monday, April 08, 2002 11:40 AM To: JMeter Users List Subject: RE: Jmeter ans session (URGENT PLEASE) I tried to use cookie manager, but, what I have to put inside? Which is the name of session variable? There is an example of cookie made my tomcat? ______________________________________________________________________ Iscriviti al Club Nokia, =E8 gratis! http://it.yahoo.com/mail_it/foot/?http://www.club.nokia.it/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Apr 08 18:25:04 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88326 invoked from network); 8 Apr 2002 18:25:04 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 8 Apr 2002 18:25:04 -0000 Received: (qmail 5019 invoked by uid 97); 8 Apr 2002 18:25:03 -0000 Delivered-To: [email protected] Received: (qmail 4876 invoked by uid 97); 8 Apr 2002 18:25: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4732 invoked from network); 8 Apr 2002 18:25:01 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Richard Attermeyer <[email protected]> To: [email protected] Subject: Problems with HttpProxyServer Date: Mon, 8 Apr 2002 20:24:44 +0200 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <02040820244401.01563@malaga> Content-Transfer-Encoding: 8bit Sender: [email protected] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I want to record some steps to test a web site. I am using jmeter-1.7. The error can be reproduced easily: Configure the HttpProxyServer and go to www.westlmarkets.net and click on Login. This yields (in Netscape 6.1) an MalformedURLException: missing protocol. As it sends a redirect to /loginpopup.jsp. You get the login box with Netscape 4.x, IE4, IE5.x and Opera. So what is going wrong? Help very much appreciated as I want to introduce JMeter and more free software in our company. (A hard task) Bye Richard -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 09 00:01:24 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30388 invoked from network); 9 Apr 2002 00:01:24 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 9 Apr 2002 00:01:24 -0000 Received: (qmail 4436 invoked by uid 97); 9 Apr 2002 00:01:29 -0000 Delivered-To: [email protected] Received: (qmail 4386 invoked by uid 97); 9 Apr 2002 00:01: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4344 invoked from network); 9 Apr 2002 00:01:28 -0000 Sender: [email protected] Message-ID: <[email protected]> Date: Mon, 08 Apr 2002 17:01:27 -0700 From: Kate Rosenbloom <[email protected]> Organization: RapidMoney X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0smp i686) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Using variables in HTTP and JDBC requests Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I recently used JMeter to test a servlet, where I needed to have each test thread generate a unique test sample (the first thread would create "Test Customer 1", and the second thread would create "Test Customer 2", etc.). Also, I needed this unique number to be used in both the web requests (where the data record was created), and in JDBC requests that I used to clean up the database after testing. To do this, I implemented a Modifier, called ThreadNumberModifier. It will substitute in the numeric ID of the currently executing thread anywhere it sees the text tag $$JMETER-THREAD$$ in any HTTP request (parameters or path) or JDBC request (the query) it processes. The prefix $$JMETER- is handled by a superclass of ThreadNumberModifier, so it would be easy to add other variable-substituting modifiers, such as for random numbers, email addressses from a list, etc. (I think I've seen requests for these in this mailing list). If other folks think this would be generally useful, let me know, and I will submit the code to the developers list for consideration. Kate Rosenbloom RapidMoney Corp. Santa Cruz, CA -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 09 17:13:02 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15233 invoked from network); 9 Apr 2002 17:13:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 9 Apr 2002 17:13:02 -0000 Received: (qmail 19232 invoked by uid 97); 9 Apr 2002 17:13:05 -0000 Delivered-To: [email protected] Received: (qmail 19185 invoked by uid 97); 9 Apr 2002 17:13: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19161 invoked from network); 9 Apr 2002 17:13:04 -0000 Message-ID: <912813B4551CD511983700D0B7696A8F3002DF@EXCHANGE> From: Michael Morris <[email protected]> To: "JMeter List (E-mail)" <[email protected]> Subject: date and time stamps in the file reporter log Date: Tue, 9 Apr 2002 18:12:56 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, Does anyone have a clever way to record date and time stamps together with the response times in the file reporter listener. Thanks, Michael -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 09 20:49:03 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62258 invoked from network); 9 Apr 2002 20:49:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 9 Apr 2002 20:49:02 -0000 Received: (qmail 17220 invoked by uid 97); 9 Apr 2002 20:49:05 -0000 Delivered-To: [email protected] Received: (qmail 17195 invoked by uid 97); 9 Apr 2002 20:49: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17184 invoked from network); 9 Apr 2002 20:49:04 -0000 Message-ID: <[email protected]> From: "Mo, Jennifer" <[email protected]> To: "'JMeter Users List'" <[email protected]>, "'[email protected]'" <[email protected]> Subject: RE: Using variables in HTTP and JDBC requests Date: Tue, 9 Apr 2002 16:48:42 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This sounds very useful. Did you already test this? It sounds like something I need too! I'm trying to dynamically create HTTP request variables by reading a text file which contain all the parameters (name and value pairs). Any ideas on how I can do this? Will I have to change the way JMeter processes the XML file? -----Original Message----- From: Kate Rosenbloom [mailto:[email protected]] Sent: Monday, April 08, 2002 8:01 PM To: [email protected] Subject: Using variables in HTTP and JDBC requests I recently used JMeter to test a servlet, where I needed to have each test thread generate a unique test sample (the first thread would create "Test Customer 1", and the second thread would create "Test Customer 2", etc.). Also, I needed this unique number to be used in both the web requests (where the data record was created), and in JDBC requests that I used to clean up the database after testing. To do this, I implemented a Modifier, called ThreadNumberModifier. It will substitute in the numeric ID of the currently executing thread anywhere it sees the text tag $$JMETER-THREAD$$ in any HTTP request (parameters or path) or JDBC request (the query) it processes. The prefix $$JMETER- is handled by a superclass of ThreadNumberModifier, so it would be easy to add other variable-substituting modifiers, such as for random numbers, email addressses from a list, etc. (I think I've seen requests for these in this mailing list). If other folks think this would be generally useful, let me know, and I will submit the code to the developers list for consideration. Kate Rosenbloom RapidMoney Corp. Santa Cruz, CA -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 09 21:36:34 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88014 invoked from network); 9 Apr 2002 21:36:34 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 9 Apr 2002 21:36:34 -0000 Received: (qmail 11600 invoked by uid 97); 9 Apr 2002 21:36:36 -0000 Delivered-To: [email protected] Received: (qmail 11584 invoked by uid 97); 9 Apr 2002 21:36: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11573 invoked from network); 9 Apr 2002 21:36:35 -0000 Sender: [email protected] Message-ID: <[email protected]> Date: Tue, 09 Apr 2002 14:36:35 -0700 From: Kate Rosenbloom <[email protected]> Organization: RapidMoney X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0smp i686) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: Using variables in HTTP and JDBC requests References: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Yes, I've tested the modifier, and have submitted to the developer's list. However, it doesn't address the requirement that you list below... that would need a different type of modifier. Kate "Mo, Jennifer" wrote: > > This sounds very useful. Did you already test this? It sounds like something > I need too! > > I'm trying to dynamically create HTTP request variables by reading a text > file which contain all the parameters (name and value pairs). Any ideas on > how I can do this? Will I have to change the way JMeter processes the XML > file? > > -----Original Message----- > From: Kate Rosenbloom [mailto:[email protected]] > Sent: Monday, April 08, 2002 8:01 PM > To: [email protected] > Subject: Using variables in HTTP and JDBC requests > > I recently used JMeter to test a servlet, where I needed to have > each test thread generate a unique test sample (the first thread would > create "Test Customer 1", and the second thread would create "Test > Customer 2", etc.). > Also, I needed this unique number to be used in both the web requests > (where the > data record was created), and in JDBC requests that I used to clean up > the > database after testing. > > To do this, I implemented a Modifier, called ThreadNumberModifier. It > will substitute in the numeric ID of the currently executing thread > anywhere it > sees the text tag $$JMETER-THREAD$$ in any HTTP request (parameters or > path) or > JDBC request (the query) it processes. > > The prefix $$JMETER- is handled by a superclass of ThreadNumberModifier, > so > it would be easy to add other variable-substituting modifiers, such as > for > random numbers, email addressses from a list, etc. (I think I've seen > requests > for these in this mailing list). > > If other folks think this would be generally useful, let me know, and I > will > submit the code to the developers list for consideration. > > Kate Rosenbloom > RapidMoney Corp. > Santa Cruz, CA > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Apr 10 04:12:28 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61343 invoked from network); 10 Apr 2002 04:12:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Apr 2002 04:12:28 -0000 Received: (qmail 5640 invoked by uid 97); 10 Apr 2002 04:12:38 -0000 Delivered-To: [email protected] Received: (qmail 5589 invoked by uid 97); 10 Apr 2002 04:12: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5578 invoked from network); 10 Apr 2002 04:12:36 -0000 Message-ID: <[email protected]> From: "Yiing Fern" <[email protected]> To: <[email protected]> Subject: Unable to load .jmx files Date: Wed, 10 Apr 2002 12:14:03 +0800 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 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm currently using ApacheJmeter version 1.7. The program is working fine except that I'm unable to load any saved .jmx files. Below is the error message show in the dos prompt window: java.lang.NoSuchMethodError at org.apache.jmeter.util.JMeterUtils.getXMLParser(JMeterUtils.java:269) at org.apache.jmeter.gui.action.Load.doAction(Load.java:124) at org.apache.jmeter.gui.action.ActionRouter.actionPerformed(ActionRoute r.java:94) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknow n Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseRelease d(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEvent(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) I have checked the JMeterUtils.java file. The course of the error is this line (269): reader = xmlFactory.newSAXParser().getXMLReader(); which is part of the getXMLParser() method (see below): public static XMLReader getXMLParser() { XMLReader reader = null; try { reader = xmlFactory.newSAXParser().getXMLReader(); } catch (Exception e) { reader = (XMLReader) instantiate(getPropDefault("xml.parser", "org.apache.xerces.parsers.SAXParser"), "org.xml.sax.XMLReader"); } return reader; } I've tried to update this program with it's nightly releases and replace the xerces.jar file with xercesImpl.jar and xmlParserAPIs.jar I downloaded from jakarta website. But the problem still persist. Anyone who knows the solution for this problem, please help. Thank you Y.F. Yee -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Apr 10 07:54:11 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51224 invoked from network); 10 Apr 2002 07:54:10 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Apr 2002 07:54:10 -0000 Received: (qmail 4134 invoked by uid 97); 10 Apr 2002 07:54:22 -0000 Delivered-To: [email protected] Received: (qmail 4080 invoked by uid 97); 10 Apr 2002 07:54: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4069 invoked from network); 10 Apr 2002 07:54:21 -0000 Message-ID: <[email protected]> Date: Wed, 10 Apr 2002 08:50:07 +0100 From: matt davies <[email protected]> Organization: Elata X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: Re: Using variables in HTTP and JDBC requests References: <[email protected]> <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Kate, I've only just joined the list but your code sounds like it is exactly what I need. I missed the posting when you posted the code. Is there any chance you could post it again? Many thanks in advance Matt Kate Rosenbloom wrote: > Yes, I've tested the modifier, and have submitted to the developer's > list. > However, it doesn't address the requirement that you list below... that > would need a different type of modifier. > > Kate > > "Mo, Jennifer" wrote: > > > > This sounds very useful. Did you already test this? It sounds like something > > I need too! > > > > I'm trying to dynamically create HTTP request variables by reading a text > > file which contain all the parameters (name and value pairs). Any ideas on > > how I can do this? Will I have to change the way JMeter processes the XML > > file? > > > > -----Original Message----- > > From: Kate Rosenbloom [mailto:[email protected]] > > Sent: Monday, April 08, 2002 8:01 PM > > To: [email protected] > > Subject: Using variables in HTTP and JDBC requests > > > > I recently used JMeter to test a servlet, where I needed to have > > each test thread generate a unique test sample (the first thread would > > create "Test Customer 1", and the second thread would create "Test > > Customer 2", etc.). > > Also, I needed this unique number to be used in both the web requests > > (where the > > data record was created), and in JDBC requests that I used to clean up > > the > > database after testing. > > > > To do this, I implemented a Modifier, called ThreadNumberModifier. It > > will substitute in the numeric ID of the currently executing thread > > anywhere it > > sees the text tag $$JMETER-THREAD$$ in any HTTP request (parameters or > > path) or > > JDBC request (the query) it processes. > > > > The prefix $$JMETER- is handled by a superclass of ThreadNumberModifier, > > so > > it would be easy to add other variable-substituting modifiers, such as > > for > > random numbers, email addressses from a list, etc. (I think I've seen > > requests > > for these in this mailing list). > > > > If other folks think this would be generally useful, let me know, and I > > will > > submit the code to the developers list for consideration. > > > > Kate Rosenbloom > > RapidMoney Corp. > > Santa Cruz, CA > > > > -- > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > For additional commands, e-mail: > > <mailto:[email protected]> > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> -- Matt Davies Implementation Consultant Elata 07801 225746 -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Apr 10 21:44:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81536 invoked from network); 10 Apr 2002 21:44:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Apr 2002 21:44:17 -0000 Received: (qmail 469 invoked by uid 97); 10 Apr 2002 21:44:23 -0000 Delivered-To: [email protected] Received: (qmail 422 invoked by uid 97); 10 Apr 2002 21:44: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 397 invoked from network); 10 Apr 2002 21:44:21 -0000 Sender: [email protected] Message-ID: <[email protected]> Date: Wed, 10 Apr 2002 14:44:16 -0700 From: Kate Rosenbloom <[email protected]> Organization: RapidMoney X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0smp i686) X-Accept-Language: en MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: Re: Using variables in HTTP and JDBC requests References: <[email protected]> <[email protected]> <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N matt davies wrote: > > Kate, > > I've only just joined the list but your code sounds like it is exactly what I > need. I missed the posting when you posted the code. Is there any chance you could > post it again? Apparently I missed posting it... which I've remedied. You can now pick it up from the developer's list archive. Kate -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Apr 10 23:05:03 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10096 invoked from network); 10 Apr 2002 23:05:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Apr 2002 23:05:02 -0000 Received: (qmail 16523 invoked by uid 97); 10 Apr 2002 23:05:04 -0000 Delivered-To: [email protected] Received: (qmail 16508 invoked by uid 97); 10 Apr 2002 23: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16497 invoked from network); 10 Apr 2002 23:05:03 -0000 content-class: urn:content-classes:message Subject: Adding cookie values to log output MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1E0E4.2599C2E6" Date: Wed, 10 Apr 2002 17:05:03 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Adding cookie values to log output Thread-Index: AcHg5CWVcY3s00kjQZSqLFRN/HQJFQ== From: "Barry Roberts" <[email protected]> To: <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1E0E4.2599C2E6 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have been using the org.apache.jmeter.reporters.Filer class (I think) to write out URL's, response times and parameters to a file. That's great, but with multiple threads I would like to be able to add the cookie values so that I can sort on that. Then I can trace a particular "user" and the time for each step. It seems like I need to get the ThreadGroup object, and from that get the CookieManager object to list the cookie names and values, but I only see how to get the ThreadGroup name from inside my class's sampleOccurred method. And even if I had a ThreadGroup Object I don't see a getConfigElements method on it. Is what I'm trying to do possible? Am I way off base? Thanks, Barry Roberts ------_=_NextPart_001_01C1E0E4.2599C2E6-- From [email protected] Thu Apr 11 05:57:06 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41110 invoked from network); 11 Apr 2002 05:57:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Apr 2002 05:57:06 -0000 Received: (qmail 3636 invoked by uid 97); 11 Apr 2002 05:57:16 -0000 Delivered-To: [email protected] Received: (qmail 3600 invoked by uid 97); 11 Apr 2002 05:57:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3587 invoked from network); 11 Apr 2002 05:57:15 -0000 Date: Thu, 11 Apr 2002 11:26:28 +0530 From: seshu <[email protected]> Subject: How do i account for browser/user actions in my test plan. To: [email protected] Reply-to: [email protected] Message-id: <[email protected]> Organization: ProcessBiz Technologies MIME-version: 1.0 X-Mailer: Mozilla 4.75 [en] (WinNT; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I have just started to use JMeter(1.7). I have a situation, where the typical user interaction with the system goes like, Step 1) HTTP request to url 1 Step 2) The Response generates a form where user needs to select some options. Also there are some hidden form elements that get populated on java script events(in some cases). Step 3) User submits the page to url 2. Step 4) User views the result. How do I account for this in the test plan. Thanks -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Apr 11 09:14:44 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30013 invoked from network); 11 Apr 2002 09:14:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Apr 2002 09:14:44 -0000 Received: (qmail 27485 invoked by uid 97); 11 Apr 2002 09:14:55 -0000 Delivered-To: [email protected] Received: (qmail 27469 invoked by uid 97); 11 Apr 2002 09:14: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27458 invoked from network); 11 Apr 2002 09:14:54 -0000 Message-ID: <[email protected]> Date: Thu, 11 Apr 2002 10:10:28 +0000 From: Intrallect test <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: [email protected] Subject: jmeter.bat problems with failure to read registry key??!! 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: daedalus.apache.org 1.6.2 0/1000/N Hi, I'm just starting to use JMeter but have already run into a problem. I'm using W2000 and JMeter 1.7. When I run jmeter.bat I get the following error: Failed reading value of registry key: Software\JavaSoft\Java Runtime Environment\CurrentVersion error: could not find java.dll error: could not find java 2 Runtime Environment My Java environment appears to be fine, I'm a little bit stumped. Any help would be appreciated. Thanks. Steven Shand. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Apr 11 13:17:00 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69471 invoked from network); 11 Apr 2002 13:16:59 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Apr 2002 13:16:59 -0000 Received: (qmail 4081 invoked by uid 97); 11 Apr 2002 13:17:00 -0000 Delivered-To: [email protected] Received: (qmail 4050 invoked by uid 97); 11 Apr 2002 13:16: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4039 invoked from network); 11 Apr 2002 13:16:58 -0000 Message-ID: <[email protected]> Date: Thu, 11 Apr 2002 06:16:58 -0700 (PDT) From: Pragneshkumar Gandhi <[email protected]> Subject: New Ti JMeter To: [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: daedalus.apache.org 1.6.2 0/1000/N Hi ALL JMeterians I am Pragneshkumar Gandhi from india I am very fresh to the JMeter. I am able to download and installed jmeter after some hurdles but not it seems that I have passed taht test. now my jmeter and is installed and working fine showing that Jmeter window on running the jmeter.bat from /bin it just show two icon one is Testplan and other is workbench but where to go i have gone thru the docs but didn't get anything pls guide me thanks Pragnesh ===== Living on Earth may be expensive, but it includes an annual free trip round the Sun. Regards, Pragneshkumar Gandhi, India. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Apr 11 13:17:47 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71274 invoked from network); 11 Apr 2002 13:17:46 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Apr 2002 13:17:46 -0000 Received: (qmail 4455 invoked by uid 97); 11 Apr 2002 13:17:46 -0000 Delivered-To: [email protected] Received: (qmail 4420 invoked by uid 97); 11 Apr 2002 13:17: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4403 invoked from network); 11 Apr 2002 13:17:45 -0000 Message-ID: <[email protected]> Date: Thu, 11 Apr 2002 06:17:28 -0700 (PDT) From: Pragneshkumar Gandhi <[email protected]> Subject: New Ti JMeter To: [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: daedalus.apache.org 1.6.2 0/1000/N Hi ALL JMeterians I am Pragneshkumar Gandhi from india I am very fresh to the JMeter. I am able to download and installed jmeter after some hurdles but now it seems that I have passed that test. now my jmeter is installed and working fine showing that Jmeter window on running the jmeter.bat from /bin it just show two icon one is Testplan and other is workbench but where to go i have gone thru the docs but didn't get anything pls guide me thanks Pragnesh ===== Living on Earth may be expensive, but it includes an annual free trip round the Sun. Regards, Pragneshkumar Gandhi, India. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Apr 11 15:23:29 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82942 invoked from network); 11 Apr 2002 15:23:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Apr 2002 15:23:28 -0000 Received: (qmail 21581 invoked by uid 97); 11 Apr 2002 15:22:57 -0000 Delivered-To: [email protected] Received: (qmail 21530 invoked by uid 97); 11 Apr 2002 15:22: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21486 invoked from network); 11 Apr 2002 15:22:56 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1E16C.BF538E2A" Subject: RE: Adding cookie values to log output Date: Thu, 11 Apr 2002 09:22:52 -0600 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Adding cookie values to log output Thread-Index: AcHhXoz6Xb6g1y5lQFil2vgwQEdW9QADedtw From: "Barry Roberts" <[email protected]> To: "Stover, Michael" <[email protected]>, <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1E16C.BF538E2A Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Ah. Thanks. It might have taken me more time than I have to complete this to figure that out. Too obvious and all that. Barry Roberts > -----Original Message----- > From: Stover, Michael [mailto:[email protected]] > Sent: Thursday, April 11, 2002 7:41 AM > To: Barry Roberts > Subject: FW: Adding cookie values to log output >=20 >=20 >=20 >=20 > -----Original Message----- > From: Stover, Michael=20 > Sent: Thursday, April 11, 2002 9:41 AM > To: 'JMeter Users List' > Subject: RE: Adding cookie values to log output >=20 >=20 > What you want is to add response header/cookie info to the=20 > SampleResult that > is returned by HTTPSampler, and then you want the File=20 > Reporter to log that > info. Thus, you need to modify HTTPSampler and the File=20 > Reporter to do > this. SampleResult can hold any information you want to put=20 > in it (it acts > like a HashMap). =20 >=20 > -Mike >=20 > -----Original Message----- > From: Barry Roberts [mailto:[email protected]] > Sent: Wednesday, April 10, 2002 7:05 PM > To: [email protected] > Subject: Adding cookie values to log output >=20 >=20 > I have been using the org.apache.jmeter.reporters.Filer class=20 > (I think) > to write out URL's, response times and parameters to a file. That's > great, but with multiple threads I would like to be able to add the > cookie values so that I can sort on that. Then I can trace a=20 > particular > "user" and the time for each step. >=20 > It seems like I need to get the ThreadGroup object, and from that get > the CookieManager object to list the cookie names and values,=20 > but I only > see how to get the ThreadGroup name from inside my class's > sampleOccurred method. >=20 > And even if I had a ThreadGroup Object I don't see a getConfigElements > method on it. >=20 > Is what I'm trying to do possible? Am I way off base? >=20 > Thanks, > Barry Roberts >=20 ------_=_NextPart_001_01C1E16C.BF538E2A-- From [email protected] Fri Apr 12 02:47:42 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64336 invoked from network); 12 Apr 2002 02:47:42 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 12 Apr 2002 02:47:42 -0000 Received: (qmail 18484 invoked by uid 97); 12 Apr 2002 02:47:50 -0000 Delivered-To: [email protected] Received: (qmail 18446 invoked by uid 97); 12 Apr 2002 02:47: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18435 invoked from network); 12 Apr 2002 02:47:49 -0000 Message-ID: <[email protected]> From: "Sullivan, Sean C - MLG" <[email protected]> To: "'[email protected]'" <[email protected]> Subject: nesting Simple Controllers inside of another Simple Controller Date: Thu, 11 Apr 2002 19:46:08 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am using Apache JMeter 1.7 I have 4 Simple Controllers: Controller A Controller B Controller C Controller D Controller A contains the following: Controller B Controller C Controller D Is it legal for me to nest Simple Controllers inside of another Simple controller? When I run my test, Controller B executes. Controller C and Controller D do not execute. Help! -Sean p.s. - I have only been using JMeter for a couple of hours. I already studied the user manual and the documentation. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Apr 12 09:17:01 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49798 invoked from network); 12 Apr 2002 09:17:00 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 12 Apr 2002 09:17:00 -0000 Received: (qmail 25640 invoked by uid 97); 12 Apr 2002 09:17:12 -0000 Delivered-To: [email protected] Received: (qmail 25624 invoked by uid 97); 12 Apr 2002 09:17: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25612 invoked from network); 12 Apr 2002 09:17:11 -0000 Message-ID: <[email protected]> From: "Yiing Fern" <[email protected]> To: <[email protected]> Subject: Unable to use HTTP Proxy Server function. Date: Fri, 12 Apr 2002 17:18:47 +0800 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 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I'm trying to use HTTP Proxy Server to record browser activities, but everytime I started the Proxy Server, it stop by itself. Below is what is printed in the CMD.exe window Initializing... Creating Config Object...OK Creating Cache Manager...OK Creating Daemon Socket...Proxy Server stopped Can anyone tell me what is the problem? I have tried many nightly updates, but the problem still persist. thanks in advance. Yiing Fern -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Apr 12 09:36:46 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63445 invoked from network); 12 Apr 2002 09:36:46 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 12 Apr 2002 09:36:46 -0000 Received: (qmail 15346 invoked by uid 97); 12 Apr 2002 09:36:57 -0000 Delivered-To: [email protected] Received: (qmail 15330 invoked by uid 97); 12 Apr 2002 09:36: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15315 invoked from network); 12 Apr 2002 09:36:57 -0000 Date: Fri, 12 Apr 2002 11:40:10 +0200 To: [email protected] From: Johannes <[email protected]> Subject: running JMeter X-Mailer: Opera 5.11 build 904b X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-ID: <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I'm trying to run JMeter(1.7) on Windows 2000 but I'm getting the error (even when I put all the jar-files in the classpath): Exception in thread "Main" java.lang.NoClassDefFoundError: and Can anyone tell me what the problem is? Thanks Johannes Postma -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Apr 12 10:05:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82604 invoked from network); 12 Apr 2002 10:05:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 12 Apr 2002 10:05:17 -0000 Received: (qmail 12657 invoked by uid 97); 12 Apr 2002 10:05:30 -0000 Delivered-To: [email protected] Received: (qmail 12614 invoked by uid 97); 12 Apr 2002 10:05: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12603 invoked from network); 12 Apr 2002 10:05:29 -0000 Message-ID: <[email protected]> Date: Fri, 12 Apr 2002 03:05:28 -0700 (PDT) From: Pragneshkumar Gandhi <[email protected]> Subject: Re: running JMeter To: JMeter Users List <[email protected]> In-Reply-To: <[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: daedalus.apache.org 1.6.2 0/1000/N Hi Johannes It is may be ur classpath is contains spaces. like "/programme file" remove those and it will work bye All the best --- Johannes <[email protected]> wrote: > Hi, > > I'm trying to run JMeter(1.7) on Windows 2000 but I'm > getting the error (even when I put all the jar-files in > the classpath): > > Exception in thread "Main" > java.lang.NoClassDefFoundError: and > > Can anyone tell me what the problem is? > > Thanks > > Johannes Postma > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > ===== Living on Earth may be expensive, but it includes an annual free trip round the Sun. Regards, Pragneshkumar Gandhi, India. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Apr 12 15:40:25 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35773 invoked from network); 12 Apr 2002 15:40:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 12 Apr 2002 15:40:25 -0000 Received: (qmail 21400 invoked by uid 97); 12 Apr 2002 15:40:09 -0000 Delivered-To: [email protected] Received: (qmail 21284 invoked by uid 97); 12 Apr 2002 15:40: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21118 invoked from network); 12 Apr 2002 15:40:07 -0000 Date: Fri, 12 Apr 2002 09:31:38 -0600 Message-ID: <[email protected]> From: "Jay Gardner" <[email protected]> To: "JMeter Users List" <[email protected]> Reply-To: <[email protected]> Subject: RE: running JMeter 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 V5.50.4807.1700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am running on win2K using sun jdk1.4. I had this problem when I tried the 1.5 build, but I downloaded 1.7 and it fired right up. I don't know why 1.5 wouldn't work and I didn't change anything else. Regards, --Jay Gardner -----Original Message----- From: Johannes [mailto:[email protected]] Sent: Friday, April 12, 2002 3:40 AM To: [email protected] Subject: running JMeter Hi, I'm trying to run JMeter(1.7) on Windows 2000 but I'm getting the error (even when I put all the jar-files in the classpath): Exception in thread "Main" java.lang.NoClassDefFoundError: and Can anyone tell me what the problem is? Thanks Johannes Postma -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Apr 12 18:52:05 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62550 invoked from network); 12 Apr 2002 18:52:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 12 Apr 2002 18:52:05 -0000 Received: (qmail 1573 invoked by uid 97); 12 Apr 2002 18:51:56 -0000 Delivered-To: [email protected] Received: (qmail 1502 invoked by uid 97); 12 Apr 2002 18:51: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1414 invoked from network); 12 Apr 2002 18:51:55 -0000 Reply-To: <[email protected]> From: "Jonathan O'Keeffe" <[email protected]> To: <[email protected]> Subject: Does nongui application terminate when complete? Date: Fri, 12 Apr 2002 14:51:52 -0400 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 V5.00.2615.200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello - When running JMeter in the "nongui" mode, is the application supposed to terminate when complete? I have a ThreadGroup with its "Loop Count" parameter set to 10. The application correctly loops through the samples ten times, and then appears to hang. It can be terminated with Control-C, but I'd like it to terminate automatically so that it could be used in a scripted environment. This is the JMeter 1.7 production build. Is this a problem with the nongui application, or am I doing something wrong? Thanks in advance for any assistance. - Jonathan O'Keeffe - LOG-NET, Inc. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Apr 13 00:52:00 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71606 invoked from network); 13 Apr 2002 00:51:59 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 13 Apr 2002 00:51:59 -0000 Received: (qmail 3498 invoked by uid 97); 13 Apr 2002 00:52:07 -0000 Delivered-To: [email protected] Received: (qmail 3463 invoked by uid 97); 13 Apr 2002 00:52:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3452 invoked from network); 13 Apr 2002 00:52:05 -0000 Message-ID: <[email protected]> From: "Yiing Fern" <[email protected]> To: "JMeter Users List" <[email protected]> References: <[email protected]> Subject: Re: running JMeter Date: Sat, 13 Apr 2002 08:53:39 +0800 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 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Try changing name of the directory that contain spaces in the classpath into their short version. Example: "program files" to "progra~1". If this still don't work, go to the directory where you put your jmeter program and clear the classpath environment variable with the command "set CLASSPATH=" It works for me. Hope this works for u too. Y.F. Yee ----- Original Message ----- From: Johannes <[email protected]> To: <[email protected]> Sent: Friday, April 12, 2002 5:40 PM Subject: running JMeter > Hi, > > I'm trying to run JMeter(1.7) on Windows 2000 but I'm getting the error (even when I put all the jar-files in the classpath): > > Exception in thread "Main" java.lang.NoClassDefFoundError: and > > Can anyone tell me what the problem is? > > Thanks > > Johannes Postma > > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> > > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Apr 14 12:17:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88169 invoked from network); 14 Apr 2002 12:17:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 14 Apr 2002 12:17:57 -0000 Received: (qmail 13102 invoked by uid 97); 14 Apr 2002 12:17:56 -0000 Delivered-To: [email protected] Received: (qmail 13086 invoked by uid 97); 14 Apr 2002 12:17: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 13074 invoked from network); 14 Apr 2002 12:17:54 -0000 From: "Vivek Agarwal" <[email protected]> To: "JMeter User List \(E-mail\)" <[email protected]> Subject: FW: Testing sites with with *ever-changing* urls Date: Sun, 14 Apr 2002 07:21: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 CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have tried reading the docs on HTML link parser and as far as I understand it, this piece needs to be extended to support matching URLs on their *name* as opposed to their *link*. There was a post a few days ago which mentioned the need to do exactly the same. Here is the relevant snippet from his posting - ============= snippet ===================== Another problem is that when URL are dynamic, I would like to match the name of the link, not the url. Example: <a href="toto/titi?var=57457">Here are my examples</a>. I want to put in the path: "Here are my examples" and not "toto/titi?var=57457" which can change between 2 sessions. ========== end snippet ==================== Can somebody give me suggestions on how I would go about making these changes to JMeter? Thanks n' regards-Vivek. -----Original Message----- From: Mike Stover [mailto:[email protected]] Sent: Friday, March 29, 2002 4:58 PM To: JMeter Users List; [email protected] Subject: Re: Testing sites with with *ever-changing* urls You can generate dynamic test samples with JMeter based on the response from a previous page. To do so, you will need to use the Modification Manager along with the HTML Link Parser. Check the docs on it and try it. Then come back when you have questions :-) http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Modific ation_Manager Also, the instructions on how to do URL re-writing might be useful to you: http://jakarta.apache.org/jmeter/usermanual/build-adv-web-test-plan.html#ses sion_url_rewriting -Mike --- Vivek Agarwal <[email protected]> wrote: > I need to load-test a portal application that is > built on top of WebSphere > Portal Server. In this application we have a > significant number of URLs that > include unique action ids as part of the URL; these > action ids are > regenerated everytime you go to any page in this > application and I haven't > been able to detect a pattern to these action ids. > Given this, is it even > possible to create a test plan in JMeter that can > accomodate dynamic URLs? > If it is possible, how do I do it (I can't tell from > my limited perusal of > the docs). > > If it is not possible, I am thinking that for load > test purposes, I will end > up wrapping all the key links in the site inside > javascript functions such > that the javascript function names remain constant > and I ought to be able to > build a test plan using those js functions. > > I would imagine that I am not the only one with this > problem; so I sure > would appreciate suggestions/comments from this > audience on what they have > done in similar circumstances. > > To the JMeter dev team: Thanks for a great tool ... > > Regards-Vivek. > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > ===== Mike Stover Apache JMeter developer Contact Info: Email: [email protected] Yahoo Instant Messenger: mstover_ya ICQ: 152975688 __________________________________________________ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Apr 15 20:51:21 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56997 invoked from network); 15 Apr 2002 20:51:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 15 Apr 2002 20:51:21 -0000 Received: (qmail 20536 invoked by uid 97); 15 Apr 2002 20:51:25 -0000 Delivered-To: [email protected] Received: (qmail 20501 invoked by uid 97); 15 Apr 2002 20:51: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20490 invoked from network); 15 Apr 2002 20:51:24 -0000 Message-ID: <[email protected]> From: "Sullivan, Sean C - MLG" <[email protected]> To: JMeter Users List <[email protected]> Subject: jmeter.properties file, "authorization" property Date: Mon, 15 Apr 2002 13:53:30 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I downloaded JMeter 1.7 I found the jmeter.properties in the bin directory. Can somebody explain the purpose of the "authorization" property? I was unable to find any documentation for it. -Sean ####################################################################### # Apache JMeter Property file ####################################################################### #Paths to search for classes (";" must be the separator) search_paths=ApacheJMeter.jar;classes # Netscape HTTP Cookie file cookies=cookies # Authorization authorization=authorization [...] -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 16 04:03:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26069 invoked from network); 16 Apr 2002 04:03:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 16 Apr 2002 04:03:57 -0000 Received: (qmail 18918 invoked by uid 97); 16 Apr 2002 04:04:07 -0000 Delivered-To: [email protected] Received: (qmail 18886 invoked by uid 97); 16 Apr 2002 04:04:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18875 invoked from network); 16 Apr 2002 04:04:05 -0000 Message-ID: <[email protected]> From: "Walsh, Mark" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Using variables in HTTP and JDBC requests Date: Tue, 16 Apr 2002 14:06:11 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have a modifier that can change HTTP request variables for each jmeter thread (ie user). The HTTP parameters (name value pairs) to be changed for each user, are contained in a file, and any matching HTTP request variables are then changed to the values in the file. (Note the file can contain multiple users, each user can have multiple HTTP parameters to be modified). This enables jmeter to simulate multiple different [email protected]. If more jmeter threads are started, than users listed in the file, then the user information is allocated to jmeter threads in a round robin fashion. If you are interested, let me know and I will send you a copy of the code. Regards, Mark. -----Original Message----- From: Kate Rosenbloom [mailto:[email protected]] Sent: Wednesday, 10 April 2002 7:37 To: [email protected] Subject: Re: Using variables in HTTP and JDBC requests Yes, I've tested the modifier, and have submitted to the developer's list. However, it doesn't address the requirement that you list below... that would need a different type of modifier. Kate "Mo, Jennifer" wrote: > > This sounds very useful. Did you already test this? It sounds like something > I need too! > > I'm trying to dynamically create HTTP request variables by reading a text > file which contain all the parameters (name and value pairs). Any ideas on > how I can do this? Will I have to change the way JMeter processes the XML > file? > > -----Original Message----- > From: Kate Rosenbloom [mailto:[email protected]] > Sent: Monday, April 08, 2002 8:01 PM > To: [email protected] > Subject: Using variables in HTTP and JDBC requests > > I recently used JMeter to test a servlet, where I needed to have > each test thread generate a unique test sample (the first thread would > create "Test Customer 1", and the second thread would create "Test > Customer 2", etc.). > Also, I needed this unique number to be used in both the web requests > (where the > data record was created), and in JDBC requests that I used to clean up > the > database after testing. > > To do this, I implemented a Modifier, called ThreadNumberModifier. It > will substitute in the numeric ID of the currently executing thread > anywhere it > sees the text tag $$JMETER-THREAD$$ in any HTTP request (parameters or > path) or > JDBC request (the query) it processes. > > The prefix $$JMETER- is handled by a superclass of ThreadNumberModifier, > so > it would be easy to add other variable-substituting modifiers, such as > for > random numbers, email addressses from a list, etc. (I think I've seen > requests > for these in this mailing list). > > If other folks think this would be generally useful, let me know, and I > will > submit the code to the developers list for consideration. > > Kate Rosenbloom > RapidMoney Corp. > Santa Cruz, CA > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 16 05:05:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44102 invoked from network); 16 Apr 2002 05:05:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 16 Apr 2002 05:05:26 -0000 Received: (qmail 1638 invoked by uid 97); 16 Apr 2002 05:05:35 -0000 Delivered-To: [email protected] Received: (qmail 1622 invoked by uid 97); 16 Apr 2002 05:05: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1611 invoked from network); 16 Apr 2002 05:05:34 -0000 Message-ID: <[email protected]> From: "Yiing Fern" <[email protected]> To: "JMeter Users List" <[email protected]> Subject: Question on saving test results Date: Tue, 16 Apr 2002 13:07:03 +0800 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 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Jmeter Users. Is the File Reporter the only place to save test results? Is there anyway I can save or print results shown in other listeners such like Graph Result or Spline Visualiser? It's not much use if I can't save/print the results and view them at a latter date. Thank you Yiing Fern -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 16 09:06:56 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74077 invoked from network); 16 Apr 2002 09:06:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 16 Apr 2002 09:06:56 -0000 Received: (qmail 10354 invoked by uid 97); 16 Apr 2002 09:07:07 -0000 Delivered-To: [email protected] Received: (qmail 10338 invoked by uid 97); 16 Apr 2002 09:07:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10327 invoked from network); 16 Apr 2002 09:07:06 -0000 Message-ID: <[email protected]> Date: Tue, 16 Apr 2002 02:07:05 -0700 (PDT) From: david garcia <[email protected]> Subject: Re: Question on saving test results To: JMeter Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-758675436-1018948025=:8476" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-758675436-1018948025=:8476 Content-Type: text/plain; charset=us-ascii I'd also like to save the assertion results. Can I do that without copying and pasting into a file? Yiing Fern <[email protected]> wrote: Hi, Jmeter Users. Is the File Reporter the only place to save test results? Is there anyway I can save or print results shown in other listeners such like Graph Result or Spline Visualiser? It's not much use if I can't save/print the results and view them at a latter date. Thank you Yiing Fern -- To unsubscribe, e-mail: For additional commands, e-mail: --------------------------------- Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax --0-758675436-1018948025=:8476-- From [email protected] Tue Apr 16 09:55:09 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3244 invoked from network); 16 Apr 2002 09:55:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 16 Apr 2002 09:55:09 -0000 Received: (qmail 19786 invoked by uid 97); 16 Apr 2002 09:55:20 -0000 Delivered-To: [email protected] Received: (qmail 19757 invoked by uid 97); 16 Apr 2002 09:55: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19746 invoked from network); 16 Apr 2002 09:55:19 -0000 Message-ID: <002901c1e52f$b4105f40$2f96a4a4@ntechwk79> From: "Praveen.C" <[email protected]> To: "JMeter Users List" <[email protected]> Subject: Archives Date: Tue, 16 Apr 2002 15:45:58 +0530 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 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I am new to this user group. I would like to know the location of the archives of this group. Could anyone point me to its location. Thanks in Anticipation. -Praveen.C -----Original Message----- From: david garcia <[email protected]> To: JMeter Users List <[email protected]> Date: 16 April 2002 14:19 Subject: Re: Question on saving test results > > I'd also like to save the assertion results. Can I do that without copying and pasting into a file? > Yiing Fern <[email protected]> wrote: Hi, Jmeter Users. >Is the File Reporter the only place to save test results? Is there anyway I >can save or print results shown in other listeners such like Graph Result or >Spline Visualiser? It's not much use if I can't save/print the results and >view them at a latter date. > >Thank you >Yiing Fern > > >-- >To unsubscribe, e-mail: >For additional commands, e-mail: > > > >--------------------------------- >Do You Yahoo!? >Yahoo! Tax Center - online filing with TurboTax -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 16 16:14:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75374 invoked from network); 16 Apr 2002 16:14:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 16 Apr 2002 16:14:08 -0000 Received: (qmail 7448 invoked by uid 97); 16 Apr 2002 16:14:10 -0000 Delivered-To: [email protected] Received: (qmail 7415 invoked by uid 97); 16 Apr 2002 16:14: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7404 invoked from network); 16 Apr 2002 16:14:09 -0000 Message-ID: <[email protected]> From: "Mo, Jennifer" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: RE: Archives Date: Tue, 16 Apr 2002 12:13:52 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a good website that archives all the messages. http://marc.theaimsgroup.com/?l=jmeter-user&r=1&w=2 -----Original Message----- From: Praveen.C [mailto:[email protected]] Sent: Tuesday, April 16, 2002 6:16 AM To: JMeter Users List Subject: Archives Hi, I am new to this user group. I would like to know the location of the archives of this group. Could anyone point me to its location. Thanks in Anticipation. -Praveen.C -----Original Message----- From: david garcia <[email protected]> To: JMeter Users List <[email protected]> Date: 16 April 2002 14:19 Subject: Re: Question on saving test results > > I'd also like to save the assertion results. Can I do that without copying and pasting into a file? > Yiing Fern <[email protected]> wrote: Hi, Jmeter Users. >Is the File Reporter the only place to save test results? Is there anyway I >can save or print results shown in other listeners such like Graph Result or >Spline Visualiser? It's not much use if I can't save/print the results and >view them at a latter date. > >Thank you >Yiing Fern > > >-- >To unsubscribe, e-mail: >For additional commands, e-mail: > > > >--------------------------------- >Do You Yahoo!? >Yahoo! Tax Center - online filing with TurboTax -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 16 18:57:30 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1148 invoked from network); 16 Apr 2002 18:57:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 16 Apr 2002 18:57:30 -0000 Received: (qmail 23788 invoked by uid 97); 16 Apr 2002 18:57:34 -0000 Delivered-To: [email protected] Received: (qmail 23747 invoked by uid 97); 16 Apr 2002 18:57: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23736 invoked from network); 16 Apr 2002 18:57:33 -0000 Message-ID: <[email protected]> Date: Tue, 16 Apr 2002 20:57:28 +0200 (CEST) From: =?iso-8859-1?q?paolo=20ciao?= <[email protected]> Subject: Jmeter server To: JMeter Users List <[email protected]> In-Reply-To: <21CB0216C1D4D311802700104B215F919AB347@MERCURY> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N When I try to load Jmeter server (after rmi) I have an error in Jmeter class file. Is resolved in new Jmeter release? ______________________________________________________________________ Speciale Giochi - Civilization III http://it.yahoo.com/mail_it/foot/?http://civ3.yahoo.it/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Apr 17 14:29:12 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73143 invoked from network); 17 Apr 2002 14:29:12 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 17 Apr 2002 14:29:12 -0000 Received: (qmail 14593 invoked by uid 97); 17 Apr 2002 14:29:12 -0000 Delivered-To: [email protected] Received: (qmail 14505 invoked by uid 97); 17 Apr 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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14493 invoked from network); 17 Apr 2002 14:29:10 -0000 From: "Tevfik Aytekin" <[email protected]> To: <[email protected]> Subject: Response time 0 miliseconds Date: Wed, 17 Apr 2002 17:39:10 +0300 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1254" 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 V5.00.2314.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I'm new to Jmeter. In the file created by File Reporter, some of the response times are 0 miliseconds. Is this possible? or is there something wrong? I'm testing the server (running tomcat) over a network. Thanks. TA. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Apr 17 14:53:20 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1319 invoked from network); 17 Apr 2002 14:53:20 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 17 Apr 2002 14:53:20 -0000 Received: (qmail 20639 invoked by uid 97); 17 Apr 2002 14:53:19 -0000 Delivered-To: [email protected] Received: (qmail 20623 invoked by uid 97); 17 Apr 2002 14:53: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20611 invoked from network); 17 Apr 2002 14:53:18 -0000 Message-ID: <[email protected]> Date: Wed, 17 Apr 2002 10:48:20 -0400 From: Berin Loritsch <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9+) Gecko/20020415 X-Accept-Language: en-us, en MIME-Version: 1.0 To: JMeter Users List <[email protected]> Subject: Re: Response time 0 miliseconds References: <[email protected]> Content-Type: text/plain; charset=windows-1254; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Tevfik Aytekin wrote: > Hi, > I'm new to Jmeter. > In the file created by File Reporter, some of the response times are 0 > miliseconds. > Is this possible? or is there something wrong? > > I'm testing the server (running tomcat) over a network. > > Thanks. > TA. Usually this is indicative of an exception thrown during the request. Although, it can also be a response time that is quicker than the Operating System's granularity. Windows based Operating Systems have a granularity of roughly 10 ms. If the response was 5 ms, you will see a response time of 0. One of the ways to get more accurate results is to count the number of full responses in a period of time like one minute, and find the average. -- "They that give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Apr 17 15:56:56 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62733 invoked from network); 17 Apr 2002 15:56:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 17 Apr 2002 15:56:56 -0000 Received: (qmail 12580 invoked by uid 97); 17 Apr 2002 15:56:57 -0000 Delivered-To: [email protected] Received: (qmail 12560 invoked by uid 97); 17 Apr 2002 15:56: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12549 invoked from network); 17 Apr 2002 15:56:56 -0000 From: "Tevfik Aytekin" <[email protected]> To: "JMeter Users List" <[email protected]> Subject: Log4j:Error Date: Wed, 17 Apr 2002 19:06:53 +0300 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1254" 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 V5.00.2314.1300 In-Reply-To: <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, (I'm new to Jmeter) When I start Jmeter.bat (on Windows 98 with j2sdk-1.4) I get the following error: log4j:ERROR No appenders could be found for category (org.apache.jmeter.util.ClassFinder). log4j:ERROR Please initialize the log4j system properly. Nevertheless the program opens and I can be able to make tests. But when it comes to make remote tests, when I make a remote start from the run panel the program crashes. The following is the error, that was left after the scrolling in the ms-dos prompt. The last line is again related with log4j. at java.awt.Component.processEvent(Component.java:4818) at java.awt.Container.processEvent(Container.java:1380) at java.awt.Component.dispatchEventImpl(Component.java:3526) at java.awt.Container.dispatchEventImpl(Container.java:1437) at java.awt.Component.dispatchEvent(Component.java:3367) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:321 ) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2929 at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859) at java.awt.Container.dispatchEventImpl(Container.java:1423) at java.awt.Window.dispatchEventImpl(Window.java:1566) at java.awt.Component.dispatchEvent(Component.java:3367) at java.awt.EventQueue.dispatchEvent(EventQueue.java:445) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchT read.java:190) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThr ad.java:144) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130 at java.awt.EventDispatchThread.run(EventDispatchThread.java:98) Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Category What could be the problem? Thanks. TA -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Apr 18 10:35:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96302 invoked from network); 18 Apr 2002 10:35:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 18 Apr 2002 10:35:17 -0000 Received: (qmail 11578 invoked by uid 97); 18 Apr 2002 10:35:15 -0000 Delivered-To: [email protected] Received: (qmail 11555 invoked by uid 97); 18 Apr 2002 10:35:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11469 invoked from network); 18 Apr 2002 10:35:14 -0000 Reply-To: <[email protected]> From: "Pradeep Sakre" <[email protected]> To: "JMeter Users List" <[email protected]> Subject: help please !! Date: Thu, 18 Apr 2002 16:03:05 +0530 Organization: Wipro Technologies Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-8e5628f8-52ac-11d6-a942-00b0d0d06be8" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 ------=_NextPartTM-000-8e5628f8-52ac-11d6-a942-00b0d0d06be8 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01C1E6F2.86AAA910" ------=_NextPart_000_0010_01C1E6F2.86AAA910 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit hi i tried to access java.sun.com from jmeter and i get the following error can some body help me. i started jmeter using jmeter -p 8080 proxyname.com and my test plan is Root Testplan ThreadGroup Simple Controller HttpRequest WorkBench Proxy Server java.net.UnknownHostException: java.sun.com at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:143) at java.net.Socket.connect(Socket.java:425) at java.net.Socket.connect(Socket.java:375) at sun.net.NetworkClient.doConnect(NetworkClient.java:139) at sun.net.www.http.HttpClient.openServer(HttpClient.java:366) at sun.net.www.http.HttpClient.openServer(HttpClient.java:582) at sun.net.www.http.HttpClient.<init>(HttpClient.java:292) at sun.net.www.http.HttpClient.<init>(HttpClient.java:253) at sun.net.www.http.HttpClient.New(HttpClient.java:321) at sun.net.www.http.HttpClient.New(HttpClient.java:306) at sun.net.www.http.HttpClient.New(HttpClient.java:301) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnecti on.jav at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.ja va:454 at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j ava:44 at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j ava:16 at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:536) thanks in advance Sakre. ------=_NextPart_000_0010_01C1E6F2.86AAA910 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=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1"> <TITLE>Message</TITLE> <META content=3D"MSHTML 5.00.3315.2870" name=3DGENERATOR></HEAD> <BODY> <DIV><FONT face=3DArial size=3D2><SPAN class=3D520203010-18042002>hi=20 </SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D520203010-18042002></SPAN></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2><SPAN class=3D520203010-18042002>i = tried to access=20 java.sun.com from jmeter and i get the following error can some body = help=20 me.</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN class=3D520203010-18042002>i = started jmeter=20 using jmeter -p 8080 proxyname.com</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D520203010-18042002></SPAN></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2><SPAN class=3D520203010-18042002>and my = test plan is=20 </SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN = class=3D520203010-18042002>Root<BR>&nbsp;=20 Testplan<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 ThreadGroup<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Simple=20 Controller<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 HttpRequest<BR>&nbsp;&nbsp; = WorkBench<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 Proxy Server<BR></SPAN></FONT></DIV> <DIV>&nbsp;</DIV> <DIV>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2>java.net.UnknownHostException:=20 java.sun.com<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at=20 java.net.PlainSocketImpl.connect(PlainSocketImpl.java:143)<BR>&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 java.net.Socket.connect(Socket.java:425)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;=20 at=20 java.net.Socket.connect(Socket.java:375)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;=20 at=20 sun.net.NetworkClient.doConnect(NetworkClient.java:139)<BR>&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 sun.net.www.http.HttpClient.openServer(HttpClient.java:366)<BR>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 sun.net.www.http.HttpClient.openServer(HttpClient.java:582)<BR>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 sun.net.www.http.HttpClient.&lt;init&gt;(HttpClient.java:292)<BR>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 sun.net.www.http.HttpClient.&lt;init&gt;(HttpClient.java:253)<BR>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 sun.net.www.http.HttpClient.New(HttpClient.java:321)<BR>&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 sun.net.www.http.HttpClient.New(HttpClient.java:306)<BR>&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 sun.net.www.http.HttpClient.New(HttpClient.java:301)<BR>&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnectio= n.jav<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.jav= a:454<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.ja= va:44<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.ja= va:16<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)<BR>&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[email protected](Thread.java:536)</FONT></DIV> <DIV>&nbsp;</DIV> <DIV>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2><SPAN class=3D520203010-18042002>thanks = in=20 advance</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D520203010-18042002>Sakre.</SPAN></FONT></DIV></BODY></HTML> ------=_NextPart_000_0010_01C1E6F2.86AAA910-- ------=_NextPartTM-000-8e5628f8-52ac-11d6-a942-00b0d0d06be8 Content-Type: text/plain; name="Wipro_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Wipro_Disclaimer.txt" **************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. ******************************************************************** ------=_NextPartTM-000-8e5628f8-52ac-11d6-a942-00b0d0d06be8 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------=_NextPartTM-000-8e5628f8-52ac-11d6-a942-00b0d0d06be8-- From [email protected] Thu Apr 18 10:37:50 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96933 invoked from network); 18 Apr 2002 10:37:50 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 18 Apr 2002 10:37:50 -0000 Received: (qmail 12337 invoked by uid 97); 18 Apr 2002 10:37:49 -0000 Delivered-To: [email protected] Received: (qmail 12315 invoked by uid 97); 18 Apr 2002 10:37: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12302 invoked from network); 18 Apr 2002 10:37:48 -0000 From: "Enrico BIGAIGNON" <[email protected]> Reply-To: "Enrico BIGAIGNON" <[email protected]> Date: Thu, 18 Apr 102 12:23:44 +0200 To: [email protected] Subject: error running jmeter-server remotely Message-Id: <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I am trying to run jmeter-server on a remote server. The server is running solaris8 I have applied the required patches for the j2sdk1_3_1_03 and solaris8 After starting rmiregistry , I start the jmeter-server and I get the following errors : java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:240) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:215) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:349) at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source) at java.rmi.Naming.rebind(Naming.java:155) at org.apache.jmeter.engine.RemoteJMeterEngineImpl.<init>(RemoteJMeterEngineImpl.java:85) at org.apache.jmeter.engine.RemoteJMeterEngineImpl.main(RemoteJMeterEngineImpl.java:145) The file ~/jakarta-jmeter/src/org/apache/jmeter/engine/RemoteJMeterEngineImpl_Stub does not exist My classpath is : ~/$JAVA_HOME/:$JAVA_HOME/lib:$JAVA_HOME/jre/lib:~/jakarta-jmeter/bin What to do ? Thanks for your help Enrico -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Apr 18 11:49:05 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30753 invoked from network); 18 Apr 2002 11:49:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 18 Apr 2002 11:49:05 -0000 Received: (qmail 15655 invoked by uid 97); 18 Apr 2002 11:49:02 -0000 Delivered-To: [email protected] Received: (qmail 15532 invoked by uid 97); 18 Apr 2002 11: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15496 invoked from network); 18 Apr 2002 11:49:00 -0000 Date: Thu, 18 Apr 2002 11:38:28 +0200 To: JMeter Users List <[email protected]>, [email protected] Subject: Re: help please !! Message-ID: <[email protected]> Mail-Followup-To: JMeter Users List <[email protected]>, [email protected] References: <[email protected]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <[email protected]>; from [email protected] on Thu, Apr 18, 2002 at 04:03:05PM +0530 From: Marcel May <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Did you try "jmeter -p 8080 -h proxyname.com" ? I think you forgot the "-h" option. CU, Marcel On Thu, Apr 18, 2002 at 04:03:05PM +0530, Pradeep Sakre wrote: > hi=20 > =20 > i tried to access java.sun.com from jmeter and i get the following error > can some body help me. > i started jmeter using jmeter -p 8080 proxyname.com > =20 > and my test plan is=20 > Root > Testplan > ThreadGroup > Simple Controller > HttpRequest > WorkBench > Proxy Server >=20 > =20 > =20 > java.net.UnknownHostException: java.sun.com > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:143) > at java.net.Socket.connect(Socket.java:425) > at java.net.Socket.connect(Socket.java:375) > at sun.net.NetworkClient.doConnect(NetworkClient.java:139) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:366) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:582) > at sun.net.www.http.HttpClient.<init>(HttpClient.java:292) > at sun.net.www.http.HttpClient.<init>(HttpClient.java:253) > at sun.net.www.http.HttpClient.New(HttpClient.java:321) > at sun.net.www.http.HttpClient.New(HttpClient.java:306) > at sun.net.www.http.HttpClient.New(HttpClient.java:301) > at > sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnecti > on.jav > at > sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.ja > va:454 > at > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j > ava:44 > at > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j > ava:16 > at > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) > at java.lang.Thread.run(Thread.java:536) > =20 > =20 > thanks in advance > Sakre. > **************************Disclaimer************************************ > =20 >=20 >=20 > Information contained in this E-MAIL being proprietary to Wipro Limited > is 'privileged' and 'confidential' and intended for use only by the > individual or entity to which it is addressed. You are notified that any > use, copying or dissemination of the information contained in the E-MAIL > in any manner whatsoever is strictly prohibited. >=20 >=20 >=20 > ******************************************************************** >=20 > -- > To unsubscribe, e-mail: <mailto:[email protected].= org> > For additional commands, e-mail: <mailto:[email protected].= org> --=20 Marcel May Development ConSol* GmbH --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8vpQUsMSa0wDYjIcRAumbAKD8Yhjp4HHr739e21xCUV/7RX57yQCgyjiJ nuuswQOq9KlFZbRDXwSVgLI= =J7zi -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From [email protected] Thu Apr 18 12:00:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37127 invoked from network); 18 Apr 2002 12:00:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 18 Apr 2002 12:00:48 -0000 Received: (qmail 21559 invoked by uid 97); 18 Apr 2002 12:00:46 -0000 Delivered-To: [email protected] Received: (qmail 21543 invoked by uid 97); 18 Apr 2002 12:00: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21532 invoked from network); 18 Apr 2002 12:00:45 -0000 Message-ID: <[email protected]> Date: Thu, 18 Apr 2002 05:00:45 -0700 (PDT) From: david garcia <[email protected]> Subject: SSL Transaction crapping out at runtime To: JMeter Users List <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1261247627-1019131245=:87756" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-1261247627-1019131245=:87756 Content-Type: text/plain; charset=us-ascii Ok so I have accepted te fact that proxy server does not work with ssl. (using 1.7) and resigned myself to building those pages manually or turning off ssl when I use it. What I don't get is why when I play back one of the ssl pages it seems to do aeverything right until the very I to the part where the "Trigger seeding of secureRandom" then it dies. Which random device should I use with jdk 1.3 on win2K anyway?? Maybe I can change that and fix the problem: adding as trusted cert: [ [ Version: V1 Subject: OU=Class 2 Public Primary Certification Authority, O="VeriSign, Inc.", C=US Signature Algorithm: MD2withRSA, OID = 1.2.840.1135161.129.204.104 Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@5dcf43 Validity: [From: Sun Jan 28 16:00:00 PST 1996, To: Wed Jan 07 15:59:59 PST 2004] Issuer: OU=Class 2 Public Primary Certification Authority, O="VeriSign, Inc.", C=US SerialNumber: [ ba5ac94c 053b92d6 a7b6df4e d053920d ] ] Algorithm: [MD2withRSA] Signature: 0000: B6 00 1F 93 57 A4 07 A7 40 CE 65 40 3F 55 5E ED [email protected]@?U^. 0010: EF FA 54 49 A5 30 D6 21 7C 61 87 EE 83 93 0B BF ..TI.0.!.a...... 0020: B4 33 F2 98 AC 9F 06 BF 4E A8 CE 14 81 4C CB 04 .3......N....L.. 0030: 4E 58 C3 CF 5F EE 7C D7 9A 6F CB 41 8A B7 7F 81 NX.._....o.A.... 0040: B8 FF 84 61 C6 27 43 65 1D 0C EC B1 00 0A DD 1B ...a.'Ce........ 0050: A4 BB C7 78 20 28 B2 A2 DD 36 95 2E E1 54 4F BF ...x (...6...TO. 0060: 60 B9 77 68 11 99 23 E8 EA 52 E8 AA 00 4E 67 4E `.wh..#..R...NgN 0070: BB 90 B5 45 9B 46 EB 8E 16 EF C4 33 5B 33 3D D5 ...E.F.....3[3=. ] init context trigger seeding of SecureRandom done seeding SecureRandom java.lang.NullPointerException at org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSampler .java:211) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:459 ) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:169 ) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:484) -David- --------------------------------- Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax --0-1261247627-1019131245=:87756-- From [email protected] Thu Apr 18 12:00:52 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37166 invoked from network); 18 Apr 2002 12:00:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 18 Apr 2002 12:00:52 -0000 Received: (qmail 21870 invoked by uid 97); 18 Apr 2002 12:00:50 -0000 Delivered-To: [email protected] Received: (qmail 21849 invoked by uid 97); 18 Apr 2002 12:00: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21838 invoked from network); 18 Apr 2002 12:00:49 -0000 Reply-To: <[email protected]> From: "Pradeep Sakre" <[email protected]> To: "'JMeter Users List'" <[email protected]>, "'Enrico BIGAIGNON'" <[email protected]> Subject: RE: error running jmeter-server remotely Date: Thu, 18 Apr 2002 16:15:28 +0530 Organization: Wipro Technologies Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-6b0c9be6-52b8-11d6-a942-00b0d0d06be8" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal In-Reply-To: <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPartTM-000-6b0c9be6-52b8-11d6-a942-00b0d0d06be8 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi I had got the same problem. The remote testing api says to have the apachejmeter.jar file to be in the classpath. So when the jar file is read it puts the package hierarchy under <c:\this is u r jmeter inst dir\bin\classes. But since u have only bin in u r classpath it won't work. Change u r classpath to bin\classes and it works. Let me know if I helped to solve u r problem Regards, Pradeep Sakre. ________________________________________________________________________ __ "Success is how high you bounce when you hit bottom." Pradeep Sakre Wipro Technologies 72,Electronics City Hosur Road Bangalore-561229. Tel:+91-80-8520408. Extn:5174. E-Mail : [email protected] Alt-Mail : [email protected] ________________________________________________________________________ __ -----Original Message----- From: Enrico BIGAIGNON [mailto:[email protected]] Sent: Monday, January 01, 1601 5:30 AM To: [email protected] Subject: error running jmeter-server remotely Hello, I am trying to run jmeter-server on a remote server. The server is running solaris8 I have applied the required patches for the j2sdk1_3_1_03 and solaris8 After starting rmiregistry , I start the jmeter-server and I get the following errors : java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub java.lang.ClassNotFoundException: org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRem oteCall.java:240) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:215 ) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:349) at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source) at java.rmi.Naming.rebind(Naming.java:155) at org.apache.jmeter.engine.RemoteJMeterEngineImpl.<init>(RemoteJMeterEngin eImpl.java:85) at org.apache.jmeter.engine.RemoteJMeterEngineImpl.main(RemoteJMeterEngineI mpl.java:145) The file ~/jakarta-jmeter/src/org/apache/jmeter/engine/RemoteJMeterEngineImpl_Stu b does not exist My classpath is : ~/$JAVA_HOME/:$JAVA_HOME/lib:$JAVA_HOME/jre/lib:~/jakarta-jmeter/bin What to do ? Thanks for your help Enrico -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------=_NextPartTM-000-6b0c9be6-52b8-11d6-a942-00b0d0d06be8 Content-Type: text/plain; name="Wipro_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Wipro_Disclaimer.txt" **************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. ******************************************************************** ------=_NextPartTM-000-6b0c9be6-52b8-11d6-a942-00b0d0d06be8 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------=_NextPartTM-000-6b0c9be6-52b8-11d6-a942-00b0d0d06be8-- From [email protected] Fri Apr 19 05:01:25 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28608 invoked from network); 19 Apr 2002 05:01:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Apr 2002 05:01:25 -0000 Received: (qmail 2179 invoked by uid 97); 19 Apr 2002 05:01:32 -0000 Delivered-To: [email protected] Received: (qmail 2135 invoked by uid 97); 19 Apr 2002 05:01: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2124 invoked from network); 19 Apr 2002 05:01:31 -0000 Reply-To: <[email protected]> From: "Pradeep Sakre" <[email protected]> To: "'Stover Michael'" <[email protected]>, "'JMeter Users List'" <[email protected]> Subject: RE: help please !! Date: Fri, 19 Apr 2002 10:18:33 +0530 Organization: Wipro Technologies Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-726a9810-5350-11d6-a942-00b0d0d06be8" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal In-Reply-To: <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPartTM-000-726a9810-5350-11d6-a942-00b0d0d06be8 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0057_01C1E78B.8FBA5BB0" ------=_NextPart_000_0057_01C1E78B.8FBA5BB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit thats fine , then how do i enter the proxyservers username and password. my test plan is Root Testplan ThreadGroup Simple Controller HttpRequest WorkBench Proxy Server in my browser settings i have given the proxy server name and port. i changed it to localhost when i tried to start the jmeter with the -p & -h option but still it didn't work. i am using jmeter 1.7 bets 3 release. PS: do i need to have an http authorisation manager included in the test plan or the work bench , coz this had the fields to enter url , username and password. i tried putting http authorsation manager in workbench and the thread group but it didn't work . i get io exception when i access some internet. Regards, Pradeep Sakre. ________________________________________________________________________ __ "Success is how high you bounce when you hit bottom." Pradeep Sakre Wipro Technologies 72,Electronics City Hosur Road Bangalore-561229. Tel:+91-80-8520408. Extn:5174. E-Mail : [email protected] Alt-Mail : [email protected] ________________________________________________________________________ __ -----Original Message----- From: Stover, Michael [mailto:[email protected]] Sent: Thursday, April 18, 2002 6:24 PM To: 'JMeter Users List'; '[email protected]' Subject: RE: help please !! If you want jmeter to use a proxy, the command line should look like: jmeter -p 8080 -h proxyname.com -Mike -----Original Message----- From: Pradeep Sakre [mailto:[email protected]] Sent: Thursday, April 18, 2002 6:33 AM To: JMeter Users List Subject: help please !! hi i tried to access java.sun.com from jmeter and i get the following error can some body help me. i started jmeter using jmeter -p 8080 proxyname.com and my test plan is Root Testplan ThreadGroup Simple Controller HttpRequest WorkBench Proxy Server java.net.UnknownHostException: java.sun.com at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:143) at java.net.Socket.connect(Socket.java:425) at java.net.Socket.connect(Socket.java:375) at sun.net.NetworkClient.doConnect(NetworkClient.java:139) at sun.net.www.http.HttpClient.openServer(HttpClient.java:366) at sun.net.www.http.HttpClient.openServer(HttpClient.java:582) at sun.net.www.http.HttpClient.<init>(HttpClient.java:292) at sun.net.www.http.HttpClient.<init>(HttpClient.java:253) at sun.net.www.http.HttpClient.New(HttpClient.java:321) at sun.net.www.http.HttpClient.New(HttpClient.java:306) at sun.net.www.http.HttpClient.New(HttpClient.java:301) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnecti on.jav at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.ja va:454 at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j ava:44 at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j ava:16 at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:536) thanks in advance Sakre. ------=_NextPart_000_0057_01C1E78B.8FBA5BB0 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=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1"> <TITLE>Message</TITLE> <META content=3D"MSHTML 5.00.3315.2870" name=3DGENERATOR></HEAD> <BODY> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN = class=3D159312904-19042002>thats=20 fine , then how do i enter the&nbsp;proxyservers username and=20 password.</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D159312904-19042002></SPAN></FONT>&nbsp;</DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2>my test plan is </FONT> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D520203010-18042002>Root<BR>&nbsp; = Testplan<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 ThreadGroup<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Simple=20 Controller<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 HttpRequest<BR>&nbsp;&nbsp; = WorkBench<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 Proxy Server<BR></SPAN></FONT></DIV> <DIV><SPAN class=3D520203010-18042002><FONT color=3D#0000ff face=3DArial = size=3D2><SPAN=20 class=3D159312904-19042002>in my browser settings i have given the proxy = server=20 name and port.&nbsp; i changed it to localhost when i tried to start the = jmeter=20 with the -p &amp; -h option but still it didn't = work.</SPAN></FONT></SPAN></DIV> <DIV><SPAN class=3D520203010-18042002><FONT color=3D#0000ff face=3DArial = size=3D2><SPAN=20 class=3D159312904-19042002>i am using jmeter 1.7 bets 3=20 release.</SPAN></FONT></SPAN></DIV> <DIV>&nbsp;</DIV> <DIV><SPAN class=3D520203010-18042002><FONT color=3D#0000ff face=3DArial = size=3D2><SPAN=20 class=3D159312904-19042002>PS: do i need to have an http authorisation = manager=20 included in the test plan or the work bench , coz this had the fields to = enter=20 url , username and password.</SPAN></FONT></SPAN></DIV> <DIV><SPAN class=3D520203010-18042002><FONT color=3D#0000ff face=3DArial = size=3D2><SPAN=20 class=3D159312904-19042002>i tried putting http authorsation manager in = workbench=20 and the thread group but it didn't work . i get io exception when i = access some=20 internet.</SPAN></FONT></SPAN></DIV> <DIV><SPAN class=3D520203010-18042002><FONT color=3D#0000ff face=3DArial = size=3D2><SPAN=20 class=3D159312904-19042002></SPAN></FONT>&nbsp;</DIV></SPAN></DIV> <DIV>&nbsp;</DIV> <DIV align=3Dleft><FONT face=3DArial size=3D2> <DIV><FONT face=3DArial size=3D2>Regards,<BR>Pradeep=20 Sakre.<BR>_______________________________________________________________= ___________</FONT></DIV> <DIV>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2>"Success is how high you bounce when = you hit=20 bottom."</FONT></DIV> <DIV>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2>Pradeep Sakre<BR>Wipro=20 Technologies<BR>72,Electronics City<BR>Hosur=20 Road<BR>Bangalore-561229.<BR>Tel:+91-80-8520408.&nbsp;=20 Extn:5174.<BR>E-Mail&nbsp;&nbsp;&nbsp; : <A=20 href=3D"mailto:[email protected]">[email protected]</A><BR>Al= t-Mail&nbsp;=20 : <A=20 href=3D"mailto:[email protected]">[email protected]</A><BR>____= ______________________________________________________________________<BR= ></FONT></DIV></FONT></DIV> <BLOCKQUOTE style=3D"MARGIN-RIGHT: 0px"> <DIV></DIV> <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr = lang=3Den-us><FONT=20 face=3DTahoma size=3D2>-----Original Message-----<BR><B>From:</B> = Stover, Michael=20 [mailto:[email protected]] <BR><B>Sent:</B> Thursday, April = 18,=20 2002 6:24 PM<BR><B>To:</B> 'JMeter Users List';=20 '[email protected]'<BR><B>Subject:</B> RE: help please=20 !!<BR><BR></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN = class=3D163185312-18042002>If=20 you want jmeter to use a proxy, the command line should look=20 like:</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D163185312-18042002>jmeter -p 8080 -h = proxyname.com</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D163185312-18042002></SPAN></FONT>&nbsp;</DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D163185312-18042002>-Mike</SPAN></FONT></DIV> <BLOCKQUOTE style=3D"MARGIN-RIGHT: 0px"> <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B> Pradeep Sakre=20 [mailto:[email protected]]<BR><B>Sent:</B> Thursday, April 18, = 2002=20 6:33 AM<BR><B>To:</B> JMeter Users List<BR><B>Subject:</B> help = please=20 !!<BR><BR></DIV></FONT> <DIV><FONT face=3DArial size=3D2><SPAN class=3D520203010-18042002>hi = </SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D520203010-18042002></SPAN></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2><SPAN class=3D520203010-18042002>i = tried to=20 access java.sun.com from jmeter and i get the following error can = some body=20 help me.</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN class=3D520203010-18042002>i = started jmeter=20 using jmeter -p 8080 proxyname.com</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D520203010-18042002></SPAN></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2><SPAN = class=3D520203010-18042002>and my test plan=20 is </SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN = class=3D520203010-18042002>Root<BR>&nbsp;=20 Testplan<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 ThreadGroup<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Simple=20 = Controller<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 HttpRequest<BR>&nbsp;&nbsp;=20 WorkBench<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Proxy=20 Server<BR></SPAN></FONT></DIV> <DIV>&nbsp;</DIV> <DIV>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2>java.net.UnknownHostException:=20 java.sun.com<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at=20 = java.net.PlainSocketImpl.connect(PlainSocketImpl.java:143)<BR>&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = java.net.Socket.connect(Socket.java:425)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;=20 at=20 = java.net.Socket.connect(Socket.java:375)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;=20 at=20 = sun.net.NetworkClient.doConnect(NetworkClient.java:139)<BR>&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = sun.net.www.http.HttpClient.openServer(HttpClient.java:366)<BR>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = sun.net.www.http.HttpClient.openServer(HttpClient.java:582)<BR>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = sun.net.www.http.HttpClient.&lt;init&gt;(HttpClient.java:292)<BR>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = sun.net.www.http.HttpClient.&lt;init&gt;(HttpClient.java:253)<BR>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = sun.net.www.http.HttpClient.New(HttpClient.java:321)<BR>&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = sun.net.www.http.HttpClient.New(HttpClient.java:306)<BR>&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = sun.net.www.http.HttpClient.New(HttpClient.java:301)<BR>&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnectio= n.jav<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.jav= a:454<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.ja= va:44<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.ja= va:16<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at=20 = org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)<BR>&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 at java.lang.Thread.run(Thread.java:536)</FONT></DIV> <DIV>&nbsp;</DIV> <DIV>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2><SPAN = class=3D520203010-18042002>thanks in=20 advance</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 = class=3D520203010-18042002>Sakre.</SPAN></FONT></DIV></BLOCKQUOTE></BLOCK= QUOTE></BODY></HTML> ------=_NextPart_000_0057_01C1E78B.8FBA5BB0-- ------=_NextPartTM-000-726a9810-5350-11d6-a942-00b0d0d06be8 Content-Type: text/plain; name="Wipro_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Wipro_Disclaimer.txt" **************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. ******************************************************************** ------=_NextPartTM-000-726a9810-5350-11d6-a942-00b0d0d06be8 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------=_NextPartTM-000-726a9810-5350-11d6-a942-00b0d0d06be8-- From [email protected] Fri Apr 19 05:19:13 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38542 invoked from network); 19 Apr 2002 05:19:13 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Apr 2002 05:19:13 -0000 Received: (qmail 9835 invoked by uid 97); 19 Apr 2002 05:19:22 -0000 Delivered-To: [email protected] Received: (qmail 9820 invoked by uid 97); 19 Apr 2002 05:19: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9809 invoked from network); 19 Apr 2002 05:19:21 -0000 Message-ID: <[email protected]> Date: Thu, 18 Apr 2002 22:19:21 -0700 (PDT) From: Pragneshkumar Gandhi <[email protected]> Subject: Parameters to servlet To: [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: daedalus.apache.org 1.6.2 0/1000/N Hi ALL I wanna to test my servlet thru jMeter. My Servlet is accepting one string parameter by using String query = httpservletrequest.getParameter ( "query" ); I t works well with the Site but when I have tried with Jmeter query is remain null only i Have tried with Get and post methos but no luck If i passed with path Box of web-testing then it is working Can anybosy tell me where is the PROB??? How can i pass dynamic value to the url-argument. Bye and Have a nice week-end Pragnesh ===== Living on Earth may be expensive, but it includes an annual free trip round the Sun. Regards, Pragneshkumar Gandhi, India. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Apr 19 10:40:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36047 invoked from network); 19 Apr 2002 10:40:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Apr 2002 10:40:56 -0000 Received: (qmail 20785 invoked by uid 97); 19 Apr 2002 10:40:55 -0000 Delivered-To: [email protected] Received: (qmail 20761 invoked by uid 97); 19 Apr 2002 10:40: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20749 invoked from network); 19 Apr 2002 10:40:54 -0000 Message-ID: <[email protected]> From: "Yiing Fern" <[email protected]> To: "JMeter Users List" <[email protected]> Subject: Problem using JMeter with struts Date: Fri, 19 Apr 2002 18:42:27 +0800 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 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Has anyone tried testing struts application with JMeter? I have an application where base on the userid a user supply, retrieved the value of a variable called contactID from database. The application then use this parameter to retrieve other information from the database to fill up the user profile page. I can't get JMeter to sample such a page properly. There are alway error message like java.io.FileNotFoundException: http://xxxxxxx/ViewUser.do at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So urce) Error also occur in Tomcat. Should I use the JDBC Request controller? I'm not very familiar with this controller. I've been stuck with this problem for a quite sometime. Please help. thank you Yiing Fern -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Apr 19 11:02:51 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48341 invoked from network); 19 Apr 2002 11:02:50 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Apr 2002 11:02:50 -0000 Received: (qmail 5597 invoked by uid 97); 19 Apr 2002 11:02:50 -0000 Delivered-To: [email protected] Received: (qmail 5533 invoked by uid 97); 19 Apr 2002 11:02: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5522 invoked from network); 19 Apr 2002 11:02:49 -0000 From: "Chee Siong" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: Problem running the sameple yahoo spider Date: Fri, 19 Apr 2002 19:01:21 +0800 Message-ID: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAUvxmh2MG1RGD0wAQpPn2iQKBAAAQAAAASXDGXsFQZkab4Muoaqpatterson@example.net> 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 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <[email protected]> Disposition-Notification-To: "Chee Siong" <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all I tried to run the sample yahoo spider test plan but I keep getting the following error. Anyone has the same problem or knows the workaround ? Thanks in advance. Regards and have a nice day. java.net.NoRouteToHostException: Operation timed out: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample r.java:440) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample r.java:164) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Unknown Source) -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Apr 22 12:15:58 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28538 invoked from network); 22 Apr 2002 12:15:58 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 22 Apr 2002 12:15:58 -0000 Received: (qmail 3210 invoked by uid 97); 22 Apr 2002 12:15:56 -0000 Delivered-To: [email protected] Received: (qmail 3170 invoked by uid 97); 22 Apr 2002 12:15: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3159 invoked from network); 22 Apr 2002 12:15:55 -0000 Message-Id: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" From: Tanya Powell <[email protected]> Organization: Powell - Your System To: JMeter Users List <[email protected]> Subject: HTMLLinkParser Date: Mon, 22 Apr 2002 14:16:59 +0200 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, this is my first approach to this list, and I'm having a lot of trouble getting what I want from JMeter. My first problem is that i can't get the Link Parser to work as documented. A while ago, someone posted the information that the link Parser had a bug, which lead to IOExceptions because JMeter sent the ".*" as a literal URL. A developer stated that the bug was fixed. But I'm getting the same effect, using the nightly build from april 9th. Does anybody know how I can get around this? My ThreadGroup looks like this: | HTTPRequestDefaults | HTTPCookieManager | HTTPRequest (static html, works) | HTTPRequest (static searchform, works response is the search results list (lots of <a href>'s) | HTTPModification Controller (for the modification of the searchform, this WORKS) | HTML Parameter Mask (Name, ID-Prefix = .* (I don't understand this usage, and didn't find the documentation. | HTTP Request Added Parameters: "LTX=searchword" "sid=.*" This works. response is the search results list (lots of <a href>'s) | HTTPModification Controller (follow a random link from the results page... this DOES'NT WORK) | HTML Parameter Mask (Name, ID-Prefix = .* (I don't understand this usage, and didn't find the documentation. | HTTP Request path=.* With this last HTTPRequest, i try to follow any link to a detailed view of this special search result, but I get an IOException. Assuming JMeter is probably cleverer than I, I tried to add a HTTP Proxy to the workbench, but it isn't in the menu.... So, I'm very frustrated and it seems that nobody in the mailing list has the same problem... I would be very greatful if anyone could help me out of this. Tanya -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 23 06:39:41 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23822 invoked from network); 23 Apr 2002 06:39:41 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Apr 2002 06:39:41 -0000 Received: (qmail 22062 invoked by uid 97); 23 Apr 2002 06:39:43 -0000 Delivered-To: [email protected] Received: (qmail 22033 invoked by uid 97); 23 Apr 2002 06:39: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22020 invoked from network); 23 Apr 2002 06:39:42 -0000 X-Originating-IP: [161.129.204.104] From: "John Devasia" <[email protected]> To: <[email protected]> Subject: Handling servlets HTTPSession variables Date: Mon, 22 Apr 2002 23:39:52 -0700 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 Message-ID: <[email protected]> X-OriginalArrivalTime: 23 Apr 2002 06:39:41.0368 (UTC) FILETIME=[A5AADB80:01C1EA91] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello all, I was wondering if anyone could help me with this problem... the application I'm testing maintains the username of authenticated users as javax.servlet.HttpSession variables, my test case is simply to pass a valid username and password to the login JSP and test to ensure that I am redirected to the right page. 1) I isuue a HTTP request on the login JSP with a valid username and password 2) I am redirected to the JSP to which I expected to be redirected (I got this from the output on the command window) 3) this page has a check for a validated user for this session, this test fails (as there seems to be no valid user for this HttpSession) I'm sure I'm missing something here, I'll be grateful if some of you could point it out/ suggest a work around Thanks Have a great day John -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 23 15:12:43 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6074 invoked from network); 23 Apr 2002 15:12:43 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Apr 2002 15:12:43 -0000 Received: (qmail 2129 invoked by uid 97); 23 Apr 2002 15:12:43 -0000 Delivered-To: [email protected] Received: (qmail 2105 invoked by uid 97); 23 Apr 2002 15:12: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2094 invoked from network); 23 Apr 2002 15:12:42 -0000 Reply-To: <[email protected]> From: "Jonathan O'Keeffe" <[email protected]> To: "JMeter Users List" <[email protected]> Cc: <[email protected]> Subject: RE: Handling servlets HTTPSession variables Date: Tue, 23 Apr 2002 11:12:41 -0400 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 In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N John - Do you have an HTTP Cookie Manager in your test plan? If your server is using cookies for session management (as most do), you need to include an HTTP Cookie Manager in your test plan. Just drop one in at the top level of your Thread Group and things should work properly. - Jonathan -----Original Message----- From: John Devasia [mailto:[email protected]] Sent: Tuesday, April 23, 2002 2:40 AM To: [email protected] Subject: Handling servlets HTTPSession variables Hello all, I was wondering if anyone could help me with this problem... the application I'm testing maintains the username of authenticated users as javax.servlet.HttpSession variables, my test case is simply to pass a valid username and password to the login JSP and test to ensure that I am redirected to the right page. 1) I isuue a HTTP request on the login JSP with a valid username and password 2) I am redirected to the JSP to which I expected to be redirected (I got this from the output on the command window) 3) this page has a check for a validated user for this session, this test fails (as there seems to be no valid user for this HttpSession) I'm sure I'm missing something here, I'll be grateful if some of you could point it out/ suggest a work around Thanks Have a great day John -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 23 16:53:35 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4489 invoked from network); 23 Apr 2002 16:53:35 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Apr 2002 16:53:35 -0000 Received: (qmail 27057 invoked by uid 97); 23 Apr 2002 16:53:29 -0000 Delivered-To: [email protected] Received: (qmail 26945 invoked by uid 97); 23 Apr 2002 16: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26849 invoked from network); 23 Apr 2002 16:53:27 -0000 Message-Id: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" From: Tanya Powell <[email protected]> Organization: Powell - Your System To: [email protected] Subject: Re: HTMLLinkParser Date: Tue, 23 Apr 2002 18:54:38 +0200 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi list, here is a summary of what caused / solved my problem as posted on 02-04-22. I'd like to thank Mike Stover forh elping me along. He was able to eliminate some of the possibilities that I as a newbie couldn't, and so narrowed the search decisively. 1. The fact that a few items were not available in 'my' JMeter GUI as in the documentation made me doubt I had the right version, so I installed 'a few' builds, which made everything more confusing and robbed me of some more items (Controls, I'll call them). There is really not much difference between the release and the nightlies, Mike assured me. 3. The $CLASSPATH which is passed to the JVM on startup included XML-relevant JAR-Files from my class path. Placing 'my' class path at the end of the Class path passed to JMeter helped. After that, all the control elements from the documentation were available in the GUI. 2. HTMLLinkParser: I had overlooked the part in the documentation which said that for a link 'spider', you must add .* to the domain AND the path, not just to one of both... Even with everything working, this can happen, as Mike states that: > The Link Parser will send the literal string if it doesn't find a match in > the previous HTML page returned from the server. This happens if, for > example, there is no previous page (ie, if the dynamic test sample is the > first sample in your test). Also, it will happen if there are arguments or > path information that doesn't match up with anything on the page. 3. Parameter Mask: I hadn't understood what it does. Explanation of the fields available there (Mike again): > The prefix field is what JMeter will prefix to your value, before adding 1, > 2, 3... etc. Everything's working now, my boss is pleased with me again, thanx!-) Tanya > [...] > My ThreadGroup looks like this: > | HTTPRequestDefaults > | HTTPCookieManager > | HTTPRequest (static html, works) > | > | HTTPRequest (static searchform, works > > response is the > search results list (lots > of <a href>'s) > > | HTTPModification Controller (for the modification of the > | searchform, > > this WORKS) > > | HTML Parameter Mask (Name, ID-Prefix = .* (I don't > > understand this usage, > and didn't find the > documentation. > > | HTTP Request Added Parameters: "LTX=searchword" > > "sid=.*" This works. response > is the search results list (lots of <a href>'s) > > | HTTPModification Controller (follow a random link from the > | results page... > > this DOES'NT WORK) > > | HTML Parameter Mask (Name, ID-Prefix = .* (I don't > > understand this usage, > and didn't find the > documentation. > > | HTTP Request path=.* > > With this last HTTPRequest, i try to follow any link to a detailed view > of this special search result, but I get an IOException. > > Assuming JMeter is probably cleverer than I, I tried to add a HTTP > Proxy to the workbench, but it isn't in the menu.... > > So, I'm very frustrated and it seems that nobody in the mailing > list has the same problem... I would be very greatful if anyone could > help me out of this. > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 23 22:08:41 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73332 invoked from network); 23 Apr 2002 22:08:41 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Apr 2002 22:08:41 -0000 Received: (qmail 2697 invoked by uid 97); 23 Apr 2002 22:08:47 -0000 Delivered-To: [email protected] Received: (qmail 2679 invoked by uid 97); 23 Apr 2002 22:08: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2668 invoked from network); 23 Apr 2002 22:08:46 -0000 Message-ID: <01b501c1eb13$46335600$0100a8c0@hobbes> From: "Dmitri Colebatch" <[email protected]> To: "JMeter Users List" <[email protected]> Subject: NonGuiDriver - not exiting Date: Wed, 24 Apr 2002 08:07:35 +1000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01B2_01C1EB67.17B7B9C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.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 ------=_NextPart_000_01B2_01C1EB67.17B7B9C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hey all, I'm wanting to run some jmeter tests as part of our test suite for a = webapp. We've used JMeter in the gui mode before, and I'm relatively = comfortable with that. However, it seems that there are a few things = with the nongui mode: [using 1.7beta3] 1. The nongui batch script doesn't have the full classpath set - I = copied the classpath portion of the jmeter script and used that instead. 2. If the root element in the test file is not a TestCase, it results in = a NullPointerException (the stack trace is at work - will send it if ppl = are interested) and more importantly 3. When the tests finish, java doesn't exit. ThreadGroup has a live = ThreadGroup.SampleQueue which is waiting for a sample. Note that my = test does not as yet have any samplers attached to it. I've patched the = sources so that when the last thread of each threadgroup finishes, the = threadgroup will release inform its SampleQueue (ThreadGroup#queue) so = that the program can exit. Has anyone else experienced this, or is this something thats occuring = because of something in the way I have my config set up. cheers dim ------=_NextPart_000_01B2_01C1EB67.17B7B9C0-- From [email protected] Tue Apr 23 22:24:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83624 invoked from network); 23 Apr 2002 22:24:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Apr 2002 22:24:26 -0000 Received: (qmail 20208 invoked by uid 97); 23 Apr 2002 22:24:32 -0000 Delivered-To: [email protected] Received: (qmail 20190 invoked by uid 97); 23 Apr 2002 22:24: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20179 invoked from network); 23 Apr 2002 22:24:31 -0000 Reply-To: <[email protected]> From: "Jonathan O'Keeffe" <[email protected]> To: "JMeter Users List" <[email protected]> Subject: RE: NonGuiDriver - not exiting Date: Tue, 23 Apr 2002 18:24:29 -0400 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 In-Reply-To: <01b501c1eb13$46335600$0100a8c0@hobbes> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Dmitri - I've also experienced the nongui driver not exiting at the end of the test run. Matt Stover confirmed that this was a bug a few days ago. If you've already got a patch for this, you might want to let Matt know so that it can be incorporated into the application. - Jonathan -----Original Message----- From: Dmitri Colebatch [mailto:[email protected]] Sent: Tuesday, April 23, 2002 6:08 PM To: JMeter Users List Subject: NonGuiDriver - not exiting hey all, I'm wanting to run some jmeter tests as part of our test suite for a webapp. We've used JMeter in the gui mode before, and I'm relatively comfortable with that. However, it seems that there are a few things with the nongui mode: [using 1.7beta3] 1. The nongui batch script doesn't have the full classpath set - I copied the classpath portion of the jmeter script and used that instead. 2. If the root element in the test file is not a TestCase, it results in a NullPointerException (the stack trace is at work - will send it if ppl are interested) and more importantly 3. When the tests finish, java doesn't exit. ThreadGroup has a live ThreadGroup.SampleQueue which is waiting for a sample. Note that my test does not as yet have any samplers attached to it. I've patched the sources so that when the last thread of each threadgroup finishes, the threadgroup will release inform its SampleQueue (ThreadGroup#queue) so that the program can exit. Has anyone else experienced this, or is this something thats occuring because of something in the way I have my config set up. cheers dim -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 23 22:32:55 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90343 invoked from network); 23 Apr 2002 22:32:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Apr 2002 22:32:54 -0000 Received: (qmail 2930 invoked by uid 97); 23 Apr 2002 22:33:00 -0000 Delivered-To: [email protected] Received: (qmail 2878 invoked by uid 97); 23 Apr 2002 22:33: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2867 invoked from network); 23 Apr 2002 22:32:59 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Martin Ramshaw <[email protected]> Reply-To: [email protected] To: [email protected] Subject: Re: NonGuiDriver - not exiting Date: Tue, 23 Apr 2002 15:32:58 -0700 X-Mailer: KMail [version 1.3.1] Cc: [email protected] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020423223802.IITE11545.berlinr.sprint.ca@there> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Check Bug report 5697: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6597 Later. Regards -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 23 22:34:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92249 invoked from network); 23 Apr 2002 22:34:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Apr 2002 22:34:47 -0000 Received: (qmail 3558 invoked by uid 97); 23 Apr 2002 22:34:51 -0000 Delivered-To: [email protected] Received: (qmail 3537 invoked by uid 97); 23 Apr 2002 22:34: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3526 invoked from network); 23 Apr 2002 22:34:50 -0000 Message-ID: <001d01c1eb16$e873de00$d5dea8c0@nuixdim2k> From: "Dmitri Colebatch" <[email protected]> To: "JMeter Users List" <[email protected]>, <[email protected]> References: <[email protected]> Subject: Re: NonGuiDriver - not exiting Date: Wed, 24 Apr 2002 08:33:35 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Jonathan, Thanks for the response. Is Matt Stover on this list? or should I post to dev? cheers dim ----- Original Message ----- From: "Jonathan O'Keeffe" <[email protected]> To: "JMeter Users List" <[email protected]> Sent: Wednesday, April 24, 2002 8:24 AM Subject: RE: NonGuiDriver - not exiting > Dmitri - > > I've also experienced the nongui driver not exiting at the end of the test > run. Matt Stover confirmed that this was a bug a few days ago. If you've > already got a patch for this, you might want to let Matt know so that it > can be incorporated into the application. > > - Jonathan > > > -----Original Message----- > From: Dmitri Colebatch [mailto:[email protected]] > Sent: Tuesday, April 23, 2002 6:08 PM > To: JMeter Users List > Subject: NonGuiDriver - not exiting > > hey all, > > I'm wanting to run some jmeter tests as part of our test suite for a > webapp. We've used JMeter in the gui mode before, and I'm relatively > comfortable with that. However, it seems that there are a few things with > the nongui mode: > > [using 1.7beta3] > > 1. The nongui batch script doesn't have the full classpath set - I copied > the classpath portion of the jmeter script and used that instead. > > 2. If the root element in the test file is not a TestCase, it results in a > NullPointerException (the stack trace is at work - will send it if ppl are > interested) > > and more importantly > > 3. When the tests finish, java doesn't exit. ThreadGroup has a live > ThreadGroup.SampleQueue which is waiting for a sample. Note that my test > does not as yet have any samplers attached to it. I've patched the sources > so that when the last thread of each threadgroup finishes, the threadgroup > will release inform its SampleQueue (ThreadGroup#queue) so that the program > can exit. > > Has anyone else experienced this, or is this something thats occuring > because of something in the way I have my config set up. > > cheers > dim > > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> > > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 23 23:19:12 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14792 invoked from network); 23 Apr 2002 23:19:12 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Apr 2002 23:19:12 -0000 Received: (qmail 4279 invoked by uid 97); 23 Apr 2002 23:19:17 -0000 Delivered-To: [email protected] Received: (qmail 4255 invoked by uid 97); 23 Apr 2002 23:19: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4243 invoked from network); 23 Apr 2002 23:19:16 -0000 Message-ID: <00ca01c1eb1d$1dbc4060$d5dea8c0@nuixdim2k> From: "Dmitri Colebatch" <[email protected]> To: "JMeter Users List" <[email protected]> References: <20020423223802.IITE11545.berlinr.sprint.ca@there> Subject: Re: NonGuiDriver - not exiting Date: Wed, 24 Apr 2002 09:18:02 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks for that. I have just attached a patch there (from current CVS). Here are my comments (copied from the bug report) I have just attached a patch for this that does the following: * In ThreadGroup, add a threadStopped() that keeps track of which threads have stopped. When there are zero threads left, this method calls ThreadGroup.SampleQueue.stop(), which causes the thread in SampleQueue to exit. * In JMeterThread, when the run() method finishes, call group.threadStopped() to indicate the thread has finished. There is also a patch for nongui.bat to make it work. Note that this patch assumes that each JMeterThread object is run once and only once. At the moment ThreadGroup.threadCount() that is responsible for counting the number of threads in a group, is called in the JMeterThread constructor. Perhaps this would be better at the start of the run() method. There is also the possibility of moving the group.threadStopped() call to a finally block in the run method. I've only just started looking at the code so have done the bare minimum for now. trust that someone can apply this, or tell me whats wrong with it (we're using it here). cheers dim ----- Original Message ----- From: "Martin Ramshaw" <[email protected]> To: <[email protected]> Cc: <[email protected]> Sent: Wednesday, April 24, 2002 8:32 AM Subject: Re: NonGuiDriver - not exiting > Check Bug report 5697: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6597 > > Later. > > Regards > > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 23 23:43:15 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22300 invoked from network); 23 Apr 2002 23:43:15 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Apr 2002 23:43:15 -0000 Received: (qmail 12579 invoked by uid 97); 23 Apr 2002 23:43:21 -0000 Delivered-To: [email protected] Received: (qmail 12523 invoked by uid 97); 23 Apr 2002 23:43: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12496 invoked from network); 23 Apr 2002 23:43:20 -0000 Message-ID: <[email protected]> Date: Tue, 23 Apr 2002 16:43:20 -0700 (PDT) From: david garcia <[email protected]> Subject: Re: Parameter mask Usage. . . To: Tanya Powell <[email protected]>, JMeter Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1768193506-1019605400=:66067" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-1768193506-1019605400=:66067 Content-Type: text/plain; charset=us-ascii I was going to use it to change the email address on each request [email protected]. . . [email protected] which from what I can gather it seems like exactly what it is supposed to do, however I wasn't sure. My biggest problem is a frustration similar to yours. I am trying to parse contents from one request and use the parsed data in another. My request when sent looks like: http://staging.clientsite.com/ but gets rewritten to look like this: Sampling url: http://staging.clientsite.com/tier1/OwnersLogin?TYPE=33554433&REALMOID=06 -3c910fef-c08c-0089-0000-207f0000207f&GUID=&SMAUTHREASON=0&TARGET=http://sm.clientsite. com/member/OwnersLogin What is the best way to deal with this. Does that mean you put a link parser before every request or will one link parser work for all subsequent HTTP requests? My simple Test plan is shown below: ThreadGroup | |-HTTP Defaults |-Cookie Manager |-Http Request to / + --------+ Modification Manager | +----Link Parser |----HTTP Request To Login -This one gets the parsed Values and has params GUID, TYPE, RELMOID, SMAUTHREASON, etc set to ".*" |----HTTP Request To view preferences - Is this one supposed to get the parsed values too right now it isn't even when I put a parser right before it??? BTW It has all the Yet when I run it I never even get to the View preferences page even though It successfully requests the "/" and "login" page. There is no error it just never executes the request to view preferences. A look at the View Results graph will show only the login page, never the preferences page. Tanya Powell <[email protected]> wrote: Hi David, in my case, it didn't do anything. And honestly, I didn't understand fully what it does and I can't get it back in to any test script so I can't even [email protected]. :-) The Parameter Mask does not handle responses, so I guess it modifies requests as in loops etc. but that's opnly a guess. Have you got a Parameter Mask in your Test? If your interested: how did you get it there? Tanya Am Tuesday 23 April 2002 22:23 schriebst Du: > Congratulations on getting that working. I still don't understand what the > parameter mask does though, and the documentation for it makes no sense to > me. What do you use it for? > > -David- > > > > --------------------------------- > Do You Yahoo!? > Yahoo! Games - play chess, backgammon, pool and more -- Your System Softwareentwicklung, Web, Datenbanken Turnerstr. 3 Fon: 604.343.8181 D-20357 Hamburg Fax: 604.343.8181 mailto:[email protected] http://www.your-system.de --------------------------------- Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more --0-1768193506-1019605400=:66067-- From [email protected] Tue Apr 23 23:57:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27111 invoked from network); 23 Apr 2002 23:57:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Apr 2002 23:57:18 -0000 Received: (qmail 22106 invoked by uid 97); 23 Apr 2002 23:57:24 -0000 Delivered-To: [email protected] Received: (qmail 22088 invoked by uid 97); 23 Apr 2002 23:57: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22077 invoked from network); 23 Apr 2002 23:57:23 -0000 Message-Id: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" From: Tanya Powell <[email protected]> Organization: Powell - Your System To: david garcia <[email protected]>, JMeter Users List <[email protected]> Subject: Re: Parameter mask Usage. . . Date: Wed, 24 Apr 2002 01:58:44 +0200 X-Mailer: KMail [version 1.3.1] References: <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi David, I think you need another Modification Controller and another Link Parser after your response from the login request. (thinking of the fact that the link parser is active on the response to the previous request.) I'm not sure if the Modification Controller has to be nested in the first Modification Controler, but that works in my script. Tanya Am Wednesday 24 April 2002 01:43 schrieb david garcia: > I was going to use it to change the email address on each request > [email protected]. . . [email protected] which from what I can gather it > seems like exactly what it is supposed to do, however I wasn't sure. My > biggest problem is a frustration similar to yours. I am trying to parse > contents from one request and use the parsed data in another. My request > when sent looks like: http://staging.clientsite.com/ > but gets rewritten to look like this: > Sampling url: > http://staging.clientsite.com/tier1/OwnersLogin?TYPE=33554433&REALMOID=06 > -3c910fef-c08c-0089-0000-207f0000207f&GUID=&SMAUTHREASON=0&TARGET=http://sm >.clientsite. com/member/OwnersLogin > What is the best way to deal with this. Does that mean you put a link > parser before every request or will one link parser work for all subsequent > HTTP requests? My simple Test plan is shown below: ThreadGroup > > |-HTTP Defaults > |-Cookie Manager > |-Http Request to / > > + --------+ Modification Manager > > +----Link Parser > > |----HTTP Request To Login -This one gets the parsed Values and > | has params GUID, TYPE, RELMOID, SMAUTHREASON, etc set to ".*" > | ----HTTP Request To view preferences - Is this one supposed > | to get the parsed values too right now it isn't even when I > | put a parser right before it??? BTW It has all the > > Yet when I run it I never even get to the View preferences page even though > It successfully requests the "/" and "login" page. There is no error it > just never executes the request to view preferences. A look at the View > Results graph will show only the login page, never the preferences page. > > > Tanya Powell <[email protected]> wrote: Hi David, > in my case, it didn't do anything. And honestly, I didn't understand fully > what it does and I can't get it back in to any test script so I can't even > [email protected]. :-) > > The Parameter Mask does not handle responses, so I guess it modifies > requests as in loops etc. but that's opnly a guess. > > Have you got a Parameter Mask in your Test? If your interested: how did you > get it there? > > Tanya > > Am Tuesday 23 April 2002 22:23 schriebst Du: > > Congratulations on getting that working. I still don't understand what > > the parameter mask does though, and the documentation for it makes no > > sense to me. What do you use it for? > > > > -David- > > > > > > > > --------------------------------- > > Do You Yahoo!? > > Yahoo! Games - play chess, backgammon, pool and more -- Your System Softwareentwicklung, Web, Datenbanken Turnerstr. 3 Fon: 604.343.8181 D-20357 Hamburg Fax: 604.343.8181 mailto:[email protected] http://www.your-system.de -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Apr 24 01:02:19 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50589 invoked from network); 24 Apr 2002 01:02:03 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Apr 2002 01:02:03 -0000 Received: (qmail 15189 invoked by uid 97); 24 Apr 2002 01:02:06 -0000 Delivered-To: [email protected] Received: (qmail 15124 invoked by uid 97); 24 Apr 2002 01:02: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15113 invoked from network); 24 Apr 2002 01:02:04 -0000 Message-ID: <[email protected]> Date: Tue, 23 Apr 2002 18:02:03 -0700 (PDT) From: david garcia <[email protected]> Subject: Re: Parameter mask Usage. . . To: [email protected], JMeter Users List <[email protected]>, Tanya Powell <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1239191274-1019610123=:60323" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-1239191274-1019610123=:60323 Content-Type: multipart/alternative; boundary="0-174138681-1019610123=:60323" --0-174138681-1019610123=:60323 Content-Type: text/plain; charset=us-ascii Actually, the proxy server was the only way I was able to get this far. Sifting through all the HTML and javascript by hand would have been a bit of a pain. So here is the output from the jmeter console: D:\JMeter\jakarta-jmeter_5\bin>for %i in ("..\lib\*.jar") do CALL ..\lcp.bat %i D:\JMeter\jakarta-jmeter_5\bin>CALL ..\lcp.bat ..\lib\ant-1.4.1.jar log4j:ERROR No appenders could be found for category (org.apache.jmeter.util.ClassFinder). log4j:ERROR Please initialize the log4j system properly. Sampling url: http://myclientsite.staging.com:80/ Sampling url: http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=.*&REALMOID=.*&GU ID=.*&SMAUTHREASON=.*&TARGET= ######################################################## # # All the SM and sm stuff is due to "SiteMinder authentication" # ######################################################## Sampling url: http://myclientsite.staging.com:80/member/OwnersLoginSubmit?User=test%40TOW 2dhap.com&password=password&TYPE=.*&REALMOID=.*&GUID=.*&SMAUTHREASON=.*&TARGET=.* ######################################################## # # I thought the ".*" would get expanded after the above request. I wonder why it didn't?? # ######################################################## Sampling url: http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=33554433&REALMOID =06-3c910fef-c08c-0089-0000-207f0000207f&GUID=&SMAUTHREASON=0&TARGET=$SM$http://sm.myclientsite.com/member/OwnersLoginSubmit%3fUser=test$%40TOW2dhap.com%26password=password%26TYPE =.*%26REALMOID=.*%26GUID=.*%26SMAUTHREASON=.*%26TARGET=.* Sampling url: http://myclientsite.staging.com:80/member/ManageProfile?TYPE=.*&REALMOID=.* &GUID=.*&SMAUTHREASON=.*&TARGET= Sampling url: http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=33554433&REALMOID =06-3c910fef-c08c-0089-0000-207f0000207f&GUID=&SMAUTHREASON=0&TARGET=$SM$http://sm.myclientsite.com /member/ManageProfile%3fTYPE=.*%26REALMOID=.*%26GUID=.*%26SMAUTHREASON=.*%26TARG ET= As far as the test plan I took tanya's suggestion and it now looks like this (See Figure 1-4) attached. All this console output actually looks like it is moving in the right direction. The problem is that the only page that is in the Result Tree is "/", The login page. This suggests that The user never really gets logged in!! Otherwise, I would expect to see the preference page in my result tree. . . -David- Mike Stover <[email protected]> wrote: You've got the right idea with your test plan here. You say the first one works, but the second one does not? It would be informative to see exactly what JMeter does send for each of these requests. JMeter tries to find a match on the current page for the next request when you use the link parser. So, if your HTTP Request doesn't match up with a form or a link tag, JMeter will just send the request through unmodified. I highly recommend using the proxy server to record your actions so you can be sure exactly what should be in your HTTP Request. -Mike On Tuesday 23 April 2002 07:43 pm, david garcia wrote: > I was going to use it to change the email address on each request > [email protected]. . . [email protected] which from what I can gather it > seems like exactly what it is supposed to do, however I wasn't sure. My > biggest problem is a frustration similar to yours. I am trying to parse > contents from one request and use the parsed data in another. My request > when sent looks like: http://staging.clientsite.com/ > but gets rewritten to look like this: > Sampling url: > http://staging.clientsite.com/tier1/OwnersLogin?TYPE=33554433&REALMOID=06 > -3c910fef-c08c-0089-0000-207f0000207f&GUID=&SMAUTHREASON=0&TARGET=http://sm >.clientsite. com/member/OwnersLogin > What is the best way to deal with this. Does that mean you put a link > parser before every request or will one link parser work for all subsequent > HTTP requests? My simple Test plan is shown below: ThreadGroup > > |-HTTP Defaults > |-Cookie Manager > |-Http Request to / > > + --------+ Modification Manager > > +----Link Parser > > |----HTTP Request To Login -This one gets the parsed Values and > | has params GUID, TYPE, RELMOID, SMAUTHREASON, etc set to ".*" > | ----HTTP Request To view preferences - Is this one supposed > | to get the parsed values too right now it isn't even when I > | put a parser right before it??? BTW It has all the > > Yet when I run it I never even get to the View preferences page even though > It successfully requests the "/" and "login" page. There is no error it > just never executes the request to view preferences. A look at the View > Results graph will show only the login page, never the preferences page. > > > Tanya Powell wrote: Hi David, > in my case, it didn't do anything. And honestly, I didn't understand fully > what it does and I can't get it back in to any test script so I can't even > [email protected]. :-) > > The Parameter Mask does not handle responses, so I guess it modifies > requests as in loops etc. but that's opnly a guess. > > Have you got a Parameter Mask in your Test? If your interested: how did you > get it there? > > Tanya > > Am Tuesday 23 April 2002 22:23 schriebst Du: > > Congratulations on getting that working. I still don't understand what > > the parameter mask does though, and the documentation for it makes no > > sense to me. What do you use it for? > > > > -David- > > > > > > > > --------------------------------- > > Do You Yahoo!? > > Yahoo! Games - play chess, backgammon, pool and more --------------------------------- Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more --0-174138681-1019610123=:60323 Content-Type: text/html; charset=us-ascii <P> Actually, the proxy server was the only way I was able to get this far. Sifting through all the HTML and javascript&nbsp;by hand would have been a bit of a pain. So here is the output from the jmeter console: <P>&nbsp;D:\JMeter\jakarta-jmeter_5\bin&gt;for %i in ("..\lib\*.jar") do CALL ..\lcp.bat %i <P>D:\JMeter\jakarta-jmeter_5\bin&gt;CALL ..\lcp.bat ..\lib\ant-1.4.1.jar<BR>log4j:ERROR No appenders could be found for category (org.apache.jmeter.util.ClassFinder). <P>log4j:ERROR Please initialize the log4j system properly.<BR>Sampling url: <A href="http://myclientsite.staging.com:80/">http://myclientsite.staging.com:80/</A><BR><BR>Sampling url: <A href="http://staging.owners.toyota.com:80/tier1/OwnersLogin?TYPE=.*&amp;">http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=.*&amp;</A>REALMOID=.*&amp;GU<BR>ID=.*&amp;SMAUTHREASON=.*&amp;TARGET=<BR><BR>########################################################<BR>#<BR># All the SM and sm stuff is due to "SiteMinder authentication" <BR>#<BR>########################################################<BR><BR>Sampling url: <A href="http://staging.owners.toyota.com:80/member/OwnersLoginSubmit?User=test%40TOW">http://myclientsite.staging.com:80/member/OwnersLoginSubmit?User=test%40TOW</A><BR>2dhap.com&amp;password=password&amp;TYPE=.*&amp;REALMOID=.*&amp;GUID=.*&amp;SMAUTHREASON=.*&amp;TARGET=.*</P> <P>########################################################<BR>#<BR># &nbsp;I thought the ".*" would get expanded after the above request. I wonder why it didn't??<BR>#<BR>########################################################<BR><BR>Sampling url: <A href="http://staging.owners.toyota.com:80/tier1/OwnersLogin?TYPE=33554433&amp;REALMOID">http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=33554433&amp;REALMOID</A><BR>=06-3c910fef-c08c-0089-0000-207f0000207f&amp;GUID=&amp;SMAUTHREASON=0&amp;TARGET=$SM$http://sm.myclientsite.com/member/OwnersLoginSubmit%3fUser=test$%40TOW2dhap.com%26password=password%26TYPE<BR>=.*%26REALMOID=.*%26GUID=.*%26SMAUTHREASON=.*%26TARGET=.*<BR><BR>Sampling url: <A href="http://staging.owners.toyota.com:80/member/ManageProfile?TYPE=.*&amp;">http://myclientsite.staging.com:80/member/ManageProfile?TYPE=.*&amp;</A>REALMOID=.*<BR>&amp;GUID=.*&amp;SMAUTHREASON=.*&amp;TARGET=<BR><BR>Sampling url: <A href="http://staging.owners.toyota.com:80/tier1/OwnersLogin?TYPE=33554433&amp;REALMOID">http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=33554433&amp;REALMOID</A><BR>=06-3c910fef-c08c-0089-0000-207f0000207f&amp;GUID=&amp;SMAUTHREASON=0&amp;TARGET=$SM$http://sm.myclientsite.com<BR>/member/ManageProfile%3fTYPE=.*%26REALMOID=.*%26GUID=.*%26SMAUTHREASON=.*%26TARG<BR>ET=<BR> </P> <P>As far as the test plan I took tanya's suggestion and it now looks like this (See Figure 1-4) attached. All this console output actually looks like it is moving in the right direction. The problem is that the only page that is in the Result Tree is "/", The login page. This suggests that The user never really gets logged in!! Otherwise, I would expect to see the preference page in my result tree. . . <P>-David- <P>&nbsp; <P>&nbsp; <B><I>Mike Stover &lt;[email protected]&gt;</I></B> wrote: <BLOCKQUOTE style="BORDER-LEFT: #1010ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">You've got the right idea with your test plan here. You say the first one <BR>works, but the second one does not? It would be informative to see exactly <BR>what JMeter does send for each of these requests. <BR><BR>JMeter tries to find a match on the current page for the next request when <BR>you use the link parser. So, if your HTTP Request doesn't match up with a <BR>form or a link tag, JMeter will just send the request through unmodified. I <BR>highly recommend using the proxy server to record your actions so you can be <BR>sure exactly what should be in your HTTP Request.<BR><BR>-Mike<BR><BR>On Tuesday 23 April 2002 07:43 pm, david garcia wrote:<BR>&gt; I was going to use it to change the email address on each request <BR>&gt; [email protected]. . . [email protected] which from what I can gather it<BR>&gt; seems like exactly what it is supposed to do, however I wasn't sure. My<BR>&gt; biggest problem is a frustration similar to yours. I am trying to parse<BR>&gt; contents from one request and use the parsed data in another. My request<BR>&gt; when sent looks like: http://staging.clientsite.com/<BR>&gt; but gets rewritten to look like this:<BR>&gt; Sampling url:<BR>&gt; http://staging.clientsite.com/tier1/OwnersLogin?TYPE=33554433&amp;REALMOID=06<BR>&gt; -3c910fef-c08c-0089-0000-207f0000207f&amp;GUID=&amp;SMAUTHREASON=0&amp;TARGET=http://sm<BR>&gt;.clientsite. com/member/OwnersLogin<BR>&gt; What is the best way to deal with this. Does that mean you put a link<BR>&gt; parser before every request or will one link parser work for all subsequent<BR>&gt; HTTP requests? My simple Test plan is shown below: ThreadGroup<BR>&gt;<BR>&gt; |-HTTP Defaults<BR>&gt; |-Cookie Manager<BR>&gt; |-Http Request to /<BR>&gt;<BR>&gt; + --------+ Modification Manager<BR>&gt;<BR>&gt; +----Link Parser<BR>&gt;<BR>&gt; |----HTTP Request To Login -This one gets the parsed Values and<BR>&gt; | has params GUID, TYPE, RELMOID, SMAUTHREASON, etc set to ".*"<BR>&gt; | ----HTTP Request To view preferences - Is this one supposed<BR>&gt; | to get the parsed values too right now it isn't even when I<BR>&gt; | put a parser right before it??? BTW It has all the<BR>&gt;<BR>&gt; Yet when I run it I never even get to the View preferences page even though<BR>&gt; It successfully requests the "/" and "login" page. There is no error it<BR>&gt; just never executes the request to view preferences. A look at the View<BR>&gt; Results graph will show only the login page, never the preferences page.<BR>&gt;<BR>&gt;<BR>&gt; Tanya Powell <[email protected]>wrote: Hi David,<BR>&gt; in my case, it didn't do anything. And honestly, I didn't understand fully<BR>&gt; what it does and I can't get it back in to any test script so I can't even<BR>&gt; [email protected]. :-)<BR>&gt;<BR>&gt; The Parameter Mask does not handle responses, so I guess it modifies<BR>&gt; requests as in loops etc. but that's opnly a guess.<BR>&gt;<BR>&gt; Have you got a Parameter Mask in your Test? If your interested: how did you<BR>&gt; get it there?<BR>&gt;<BR>&gt; Tanya<BR>&gt;<BR>&gt; Am Tuesday 23 April 2002 22:23 schriebst Du:<BR>&gt; &gt; Congratulations on getting that working. I still don't understand what<BR>&gt; &gt; the parameter mask does though, and the documentation for it makes no<BR>&gt; &gt; sense to me. What do you use it for?<BR>&gt; &gt;<BR>&gt; &gt; -David-<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ---------------------------------<BR>&gt; &gt; Do You Yahoo!?<BR>&gt; &gt; Yahoo! Games - play chess, backgammon, pool and more</BLOCKQUOTE><p><br><hr size=1><b>Do You Yahoo!?</b><br> <a href="http://rd.yahoo.com/welcome/*http://games.yahoo.com">Yahoo! Games</a> - play chess, backgammon, pool and more --0-174138681-1019610123=:60323-- --0-1239191274-1019610123=:60323 Content-Type: application/msword; name="Fig 1-4.doc" Content-Transfer-Encoding: base64 Content-Description: Fig 1-4.doc Content-Disposition: attachment; filename="Fig 1-4.doc" 0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAAD AAAAKwEAAAAAAAAAEAAALQEAAAEAAAD+////AAAAACgBAAApAQAAKgEAAP// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// ///////////////////////spcEATSAJBAAA+BK/AAAAAAAAEAAAAAAABAAA LAQAAA4AYmpiauI94j0AAAAAAAAAAAAAAAAAAAAAAAAJBBYAIgwAAIBXAACA VwAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//w8AAAAAAAAA AAD//w8AAAAAAAAAAAD//w8AAAAAAAAAAAAAAAAAAAAAAGwAAAAAAKgAAAAA AAAAqAAAAKgAAAAAAAAAqAAAAAAAAACoAAAAAAAAAKgAAAAAAAAAqAAAABQA AAAAAAAAAAAAALwAAAAAAAAAyAEAAAAAAADIAQAAAAAAAMgBAAAAAAAAyAEA AAwAAADUAQAADAAAALwAAAAAAAAA5QIAALYAAADsAQAAAAAAAOwBAAAAAAAA 7AEAAAAAAADsAQAAAAAAAOwBAAAAAAAA7AEAAAAAAADsAQAAAAAAAOwBAAAA AAAAZAIAAAIAAABmAgAAAAAAAGYCAAAAAAAAZgIAAAAAAABmAgAAAAAAAGYC AAAAAAAAZgIAACQAAACbAwAAIAIAALsFAAA0AAAAigIAABUAAAAAAAAAAAAA AAAAAAAAAAAAqAAAAAAAAADsAQAAAAAAAAAAAAAAAAAAAAAAAAAAAADsAQAA AAAAAOwBAAAAAAAA7AEAAAAAAADsAQAAAAAAAIoCAAAAAAAAHAIAAAAAAACo AAAAAAAAAKgAAAAAAAAA7AEAAAAAAAAAAAAAAAAAAOwBAAAAAAAAnwIAABYA AAAcAgAAAAAAABwCAAAAAAAAHAIAAAAAAADsAQAACgAAAKgAAAAAAAAA7AEA AAAAAACoAAAAAAAAAOwBAAAAAAAAZAIAAAAAAAAAAAAAAAAAABwCAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAA7AEAAAAAAABkAgAAAAAAABwCAABIAAAAHAIAAAAAAAAAAAAAAAAAAGQC AAAAAAAAqAAAAAAAAACoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAIAAAAAAADsAQAA AAAAAOABAAAMAAAAUM3l2CnrwQG8AAAADAEAAMgBAAAAAAAA9gEAABAAAABk AgAAAAAAAAAAAAAAAAAAZAIAAAAAAAC1AgAAMAAAAOUCAAAAAAAAZAIAAAAA AADvBQAAAAAAAAYCAAAWAAAA7wUAAAAAAABkAgAAAAAAABwCAAAAAAAAvAAA AAAAAAC8AAAAAAAAAKgAAAAAAAAAqAAAAAAAAACoAAAAAAAAAKgAAAAAAAAA AgDZAAAAAQ1GaWcgMS4gDQ0BDUZpZyAyLiANDQENRmlnIDMuIA0NAQ0NRmln IDQuIA0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAQQAAAsEAAAMBAAAFgQAABcE AAAhBAAAIgQAACwEAAD6APUA8ADrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkD akKLAQBVCAEJA2pXBQEAVQgBCQNqqoAAAFUIAQkDagAAAABVCAEACAAEAAAC BAAACgQAAAsEAAANBAAAFQQAABYEAAAYBAAAIAQAACEEAAAjBAAAJAQAACwE AAD9AAAAAAAAAAAAAAAA/QAAAAAAAAAAAAAAAP0AAAAAAAAAAAAAAAD9AAAA AAAAAAAAAAAA/QAAAAAAAAAAAAAAAP0AAAAAAAAAAAAAAAD9AAAAAAAAAAAA AAAA/QAAAAAAAAAAAAAAAP0AAAAAAAAAAAAAAAD9AAAAAAAAAAAAAAAA/QAA AAAAAAAAAAAAAP0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAEAAAAMAAQAACwEAAD9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAABAQEgADGQaAEfsNAvILDgPSGw CAcisAgHI5CgBSSQoAUlsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAqoAAAEQAZAAAAAAAAAACAAAAAAAAAAAAAAAA AP0v+iO/Ar8CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAATw MAAAALIECvAIAAAAAQQAAAAKAAAjAAvwDAAAAARBAQAAAP8BAAAIAAAAEPAE AAAAAAAAgGIAB/AmgAAABgaSCSj0mgWMWEZxAG4F83/P/wACgAAAAQAAAEQA AAAAALsEAG4e8Pp/AACSCSj0mgWMWEZxAG4F83/P/4lQTkcNChoKAAAADUlI RFIAAAMzAAACZggCAAAA5/1JEQAAAAFzUkdCAK7OHOkAAH+jSURBVHhe7b0N 1B3Ved+rV0joiy+DjQkIDNjYgJRKwteAHRwQboNqxIeoaJOmN3YbN7nJiwld clt13V5z5Sa33CRqCUaOndukcbzubVatJEp7nch1Er00coxyuywJSyggI7BB fAhJ6Ft6Jb3SfcSDtzd7ZvbsPXvmnJlzfmfNOuu8c/Z+Pn57zjn/99l7Zka2 bHpyEg8IQAACEIAABCAAgX4TeOCh5SOizObMu6nfkeAfAhCAAAQgAAEIDDWB FStWjI2NvaXMtm7eMNQwSB4CEIAABCAAAQj0lcDqNWtFmU3uaww4hwAEIAAB CEAAAhD4IYG31czmzq88rXnamBwZsfmetv+0Xp9p//aW+udbdjJvBdm3bJbY d7yPjPzQfvBbrosfxJyTgp1aJvGmEQnYouze5tqhl+Hww9HpOaK3peA5wMIP AM8B9vbsmkZ0hmrgZ8RzgL0Zc82fkWBEvgMs7yjK/5jX8hmpiqjiZ8TzDdba z0gtX8Lhn5E6EPX6M9IAoooHWPiXcPNfI/V/w4R/RvKOouivEcdIC2Xg/zT/ fRJVYc1s4tSk06fPbMdPTTp16rS+9mwtzJCQIAABCEAAAhCAQBcJ5NTM/nj1 1v9x/8rP7fnCcz9313t/6qIj9/z+zLN8qdXyz+4P5DM1M4O6rrJi4/+ueWpy NZVM6v93LbggRM3srQOyE3VlamY6Wk1PXFAzy+Ps+aZt/EuYmpk1IvmzB/qh +MQnfjpcqC1cuHDdunVR7T/5yU9V8KK97JpZjjL71w99b/KXfvmnf+7893/t i5P+bPWkSxdNmooyM79PhcqJ2czMt1VdE74oM/vntkf/vQSLV2Yz7S+Hol+F whUFPf7vpYGpOt9/L8xm/uBbsdklJSizcGUWeL6jziqKMotqb5RZhV4ls5kP /+rFn3npV97/73597/Y9k9696MhEuGSsueX4+BTZajaKOQhAAAIQgAAEIBBM YO78m4u2YBsRDXPOzZwydca5F15870c/svT2vzsxdeLf/fovh9s7fXrk1Kkz W3iX2lsePnz24cPTZDt0aJoYl2d9YT8OHpx+4MD0Itf79s2QrfbAMAgBCEAA AhCAwPAQUD1n55vdk6VReNWMc6fPPOecc0ZGRj760Y8uWrTox3/8x1etWnX3 3XfLn7feemubsc6adXzWrHEnQluciSxrc/zEBgEIQAACEIBAqwjIZfmzW2mE epslI870Rem9l4qvZzZx5rTML3/5y6dOnfq93/s9mXAdHR394z/+40996lMP P/xwbjRSMJP9kyefmVA3ZbOJiclmO3nyh+5OnjzrxIm3NmPt+PEputmTmPL6 2LGpsplmR49O/cF2dikX0+DgwTOVs6wsk+LZ/v0zdLOt2ZWzN96YqdvevTO1 zd69s2STF3v2nHnmAQEIQAACEIAABBwCRpwFyrIzOsoP8dJLLxV99o1vfGPy 5DMtH3vssRkzZtx+20cmJrlFKb+ds846JZu0MeJsypSJqVPPbLJTJJo8Hz9+ 5vnss0/KNm3aSWNQXk+ffkL+VHEmmkyeZ8w4IZu8OHKkXJydc85b0aosO/fc Y8a4zmmef/5R2eSFLc4uuOCobLJTBJk8v+MdR2STF0acyWtkGR9CCEAAAhCA AAQ8BEyRrLRapkZKlJnMZh4+fPiOO+7Q1r/0S7905s9Ff++lme/9qX94386d OysPhqmZVbOgNbPwvkac2bLMdM8WzLKWtWbm7L/oosOyhYdBSwhAAAIQgAAE hoqAM5tZmnuOMjs96dT/cuc9osmk8yuvvCLPu3fvPnny5K/8yq/8X/e+f8bp af/1W5/570e3/f5/+qOLL77YONCpTHmYeUzPeQAiy6SlqZmVRpltoDWzGTOO z5x5PLD7ueeO58oy6a41M1M5yzWoNbMLLzyzBXqkGQQgAAEIQAACw0zATGI6 a848THKU2cikyf90wfXvOe+cr371q5/4xCfuuuuuw1e++9c/NnX+v/7tOed9 6axf/NG5h47+zFkX3Pp3PjZ1qnsJWrkcpawz06VmPCAAAQhAAAIQgEALCWSv gtFEkM7askBxlj+bed7FFy69+SZZ3jVp78Gj/+DyIzP+5Yf++3e+OfU//Yv/ 5/r/efyWfzrp47868b//5//2X02drDQfPQlAmk2Zcma1mSwyk2c9A8D0Pfvs MzuzZwA4xnV5mTkDwFln9uYlM85cNUPamBlMT3jnnXdmzZk5A0DXmenyMnMG gC4vM2cA2OvMShOnAQQgAAEIQAACXSeQez2z0qT0dE67WXZP1ki+Mrv8F/75 yzfd9iefvv7Vi8659Y++c+ukV376HTc8eeLf/9tTZz896Vf/+bR/dN7Pf/Vd p6frjKc+pFpm37/FqZzpGQAqy/RhzgCw5zR1+b85A0DW/ptTAeQkAD0PQB4/ mMrMmc1885IZZ66aYS6ckavPZFpTNZk85EV2NlOX/6tEk4dOZdqzmRdeeFi2 0lGhAQQgAAEIQAACbSMQdQmM3EtmhGisalnn3J1Jbl4uj9tvPOeL/8fhC+/8 +jtP3Pobk//XD02cNfWs/3fuxBuTFuw58vXx6RdOmjlZpNgZZea/b+apU2fE n56YWcuNQTy3hLNclNx08u3BVLzfWcaIDkHOzXP6emvRxm/Zxn0zdeA9o+y5 6WTzt1WpePMc7s6kH+e8+wu99TGv49ZDvb6DWS1fws6XecOI3FHwpFD1xqlv G+UGEDX+Jdz810j9t8gL/hWu6+bFZz7Pct/MFStWBKolvTtTVHtzd6YKvUru m6nK7NiJSZu2/fWe7xzeufP/+7l/+uCkmdMnTZMC0uTTByaNnPe2S+r3VXY0 /b3ZonsCOr/9nh/O4N/Uuo74ttwTMFyatwZRr391GkDUos9I1R/mij+cKLOe iNdef0ZQZta/mj/UMPa/l72tj9T1O3Uml9/93f8QKMuqNVNlFusl6I7mqszC Hyiztx/H1MzMsdPrekADsqOuL4Ui8drrX50GEKHM3jrgKxVNe/0ZaUB2NP7v cfMFIWpm5hj+4TdV8D//TR8AdX0Jh4ua/rQsuaO5jEfU1p8k8AoBCEAAAhCA AAQGjsDb1pkNXHYkBAEIQAACEIAABLpBYPWatbK+reQeAN1IhSghAAEIQAAC EIDAQBBAmQ3EMJIEBCAAAQhAAAIDQQBlNhDDSBIQgAAEIAABCAwEAZTZQAwj SUAAAhCAAAQgMBAEUGYDMYwkAQEIQAACEIDAQBBAmQ3EMJIEBCAAAQhAAAID QaBcmTl38dSs9fbp9osUGiG3fM96NHtCXIe4CLFT2qY3jqJyNyOlsYWkUOPg lror8uUPNSSRQNc0gwAEIAABCLSHQLkyk1jte3lq6M6909PzcW4X6jFY2bXj ormf9p45CscuyZqowhOvjDo8MFpCAAIQgAAEIGATCFJmWWS5v+6mXFQj4myZ R13bz4nu7FycylxgkSk8gCwik4iDtLRluMBSWWaClNeeNIvwlsZj7Dd3GBQd dXo8hAMJHy9aQgACEIAABHpMoKIyy9VqFaoy/mxNpSf7o6tSo9Gijsd7tUEq KlxlHZW2rDF3x3su2NJ4bKnX3GFga0p7CGofqWrjSy8IQAACEIBAOoEgZdZE FcQJ3bjILX7UosAcF6U2SxsU0W/OUeWQPAdKik1/31jL/mOgoRTSP0JYgAAE IAABCNRIIEiZmSpIaYmr8qRS+DqzysnbWcSKhiinHkc90LhRodbeWMta1Q4D zzFQ2WbtCWIQAhCAAAQg0CiBIGUWGEH2RIHAjj1uVjQpVnsYWUddQZSCovbZ TAlmGLilMKcvBCAAAQgMDIE6lZmBwlrs0uPDRtQ0LkcgOicE1Ou9XmtZjJ6T AEqZ0wACEIAABCDQfgK1KTN7GqvCXGHuGqPSqbHKOsAWK6VeUkaxyJGNyARg dobAjMrdYzDrXfJ1jIfEo5TCW4ZTLbWZm0K4fVpCAAIQgAAE2kNgRH7V5sy7 aevmDe2JaagicSpYPc69v95rSXYAUqiFA0YgAAEIQKDrBFavWTs2NlZbzazr OIgfAhCAAAQgAAEI9J1ASc0sd8qswmSlJ8+iWbkavXgm/mr0UmEs+4hXou1v 7jau1g5QhTGlCwQgAAEIQKAaAa2ZMZtZjR69IAABCEAAAhCAQJ0EmM2skya2 IAABCEAAAhCAQDoB1pmlM8QCBCAAAQhAAAIQqIfA22YzpYxWj1WsQAACEIAA BCAAAQgEEHj44Yf1Ehk568xkl7wdYIQmEIAABCAAAQhAAAKpBFasWOFTZqnm 6Q8BCEAAAhCAAAQgUIkAZwBUwkYnCEAAAhCAAAQg0BgBzgBoDC2GIQABCEAA AhCAQCQBlFkkMJpDAAIQgAAEIACBxgigzBpDi2EIQAACEIAABCAQSQBlFgmM 5hCAAAQgAAEIQKAxAiizxtBiGAIQgAAEIAABCEQSQJlFAqM5BCAAAQhAAAIQ aIwAyqwxtBiGAAQgAAEIQAACkQRQZpHAaA4BCEAAAhCAAAQaI/C2+2Y+8NDy xhxhGAJDRODxRx/RbPlMDdGokyoEIACBSgTWrVtXeN9M+RVZumRxJbN0ggAE zhAYfXCZPOtnTJUZnymODAhAAAIQKCJg/2rk3NFcf0W0EQ8IQCCWwKrHVuYq Mz5TsSRpDwEIQGAYCDi/GqHK7Dce+Y9+Or+0/B8PAz5yhEApAY8yM1W0UiM0 gAAEIACBYSBgl8Ps2cySMwBElv3UP1ns30ql2zDwJUcIQAACEIAABCAwZ95N IZuUx4pY+ZTZb//7NaLJLr74XbqJiU996mfNs9kvbRBnHIsQgAAEIAABCEBA CEgBrHTzgCqpmakgu/vNx5/8ydfuu+8+86w75V1twwMCEIAABCAAAQhAIJFA +fXMtv/N9z7xiU+Kmz98+0P2yH55tyiCkbc/wgOVfuGNaQkBCEAAAhCAAAQG hkC5MpNU/9acD6781c9nN9nvB3HaeqC3BuagIREIQAACEIAABBoiUK7Mrrn2 PfX6NqU0Y9beowIOGVcvc6xBAAIQgAAEINAvAlFXHS9XZjJfKeJs2b/4tOYj L+zNn6Q9nynlM5Vcpo5mRJi9R5vpMw8IQAACEIAABCDQaQIqy8LFWbkyE1km 4kymMpWLM6fph6WSC6XV6UOK4CEAAQhAAAIQqEbAFmSB4qxcmaXUzDQNEWfM TlYbUXpBAAIQgAAEINBRAlkpFiLOypXZ6ItzKtfMOoqSsCEAAQhAAAIQgEAi gccffSS7ldosV2arLt8q4qzaOjPj3pTN9IU+zESns0d6UWMrHTkaQAACEIAA BCAweATKlZmsMxNxVmGdmbOK3/xp1vvbus2sSJOd9uvBI05GEIAABCAAAQhA oIhAuTJLX2cGfQhAAAIQgAAEIACBEALlyox1ZiEcaQMBCEAAAhCAAARWrFgh dysv3TygRrZselJuii633pRGcsrA0iWLRx9cph3kjuY/+8/ulZqZiLPpn79d JzTNgjNtIztlulPuaP5Ly/8x4wGBISew6rGV+vHRD5T9mTJ7ihDNnX+zfBiz 7+p+ea7AtqhjriOxn+ulqHGFeOgCAQhAYLAJhJx6aRMwokt/I0TPjY2N+ZSZ g09k4MMPP1yZ6Y7tL0nfq6+ZXdkCHSHQcgLNKTM78SINp9LKEVK5jf0q0IHs cdf74WhVML1PH48QgMAgEbDLYbYyK5/NNBTSZdkgASUXCHSXQFQRLqpxd5kQ OQQgAIFaCMg8ZMgm5bEidxHKTGpm1YKWatkv/9vPat9/8uZD62c8IACBLhKQ wpVu2eDtt0wDp2X2z1xrxpRjp8h1F0kSMwQgMJAEpABWunkSj1Bm1WpmKst+ 53d+R4P41//qc/Ja9iDOBvJwJKmBJ6DzibplNVbRW0VYiqzZ+40jnahVFwPP mQQhAIGhJVCuzKRUVvQIoSYLy0SNSZ1M1Jhu8lr2+Bec2bdCD7/qbLalbUej DbcWkh1tIFAjAbtK5KlLpXuMWq1lN3Y62uIs+1ZpnB5rTl+kWClMGkAAAgND oFyZSapSLcs+whGICPvwDR8TNSbbnXculq30PAD7VujOFWvD/WpLc2FbNFks Otr3mIApONkv0mPICj6P0IlqnB4bFiAAAQhAwCEQpMxqoaZqbMHfunHvK0er GTQFMNPd3qPCK1x+Oday1bVqQdILAm0jkBV8nggdUZjVcI50S0y2yJpW4xot HCZGTncIQAACDRHohTKTJWUX/sgMk4C8rrDITO+zqQ8jwuw95i6cIaSy1qiu hXCjzVARyD0rM0rnleLyWLPfyj3boNQ4DSAAAQh0kUCoMita+KUnbGafbRZ/ /vUnpFRm9shr2VMBllPlMjdHV1FVZDB7u3Rtn63AVQiJLhAYcgL1aqZ6rQ35 0JA+BCDQUQKhysxUp5zbjesJm9lng6OoPFahbGbHoPbtElrRAGRvoC4t7ZpZ R0eOsCHQAwJO2cz5017Cn30rNzxbe3msIdF6MLi4gAAE2kkgVJlVi17kV1F5 TPZXEGcahrOkzMxvVggyfF1aBeN0gcAAEMgVZ7oCzFmFZi8Os98q2i9wQro4 jrie2QAcVKQAAQh4CDSozFSWHX/xctn+9D/skCDkWTfdGSXO7PlHs6QsO1MZ qLSMtcQTPzm2IFAXgaLzJbP7PWdWRjXORh4Yg1kBlmsh93pjdpesnvN3cURe buO6RgE7EIAABPpOIEiZ5V7PzB+61sNEfsnzvgPjspkX+qdsu7Ze7DfiyKbs vKSzx5lpFeNZ4WX22BfmcFoi1/p+XBIABCAAAQhAYDgJlCuz3IuZ6U4/Mp3H VE0mj1/5hW9k20eVzYZzhMgaAhCAAAQgAIHhIVCuzAyL2PtmasHM/9jxN6+W NeF9CECgkwQ8s66dzIegIQABCPSEQIQyKy2SxQZ86KynYrvQHgIQgAAEIAAB CAwwgRH5v3bOvJvkpuiS5AMPLV+6ZPHog8tyE5aaWWVxFtX3+ztee3brC6/u 3HPqVM5Vys49b+b7rrv8Rz/4vgEeFVLrKIFVj63Uj49+oOzPlNnT0dQIGwIQ gAAEQggYTeVvvHrN2rGxMSO69DdCd/aoZhYu6f7bHz85tvZ/vPzi7lxZJnEf PHBk44Znfu8LX5OWIYxoAwEIQAACEIAABLpCIEKZxa4zsxFE9f36+v+k2649 L2U3825XEBMnBCAAAQhAAAIQCCQQoczC615Z3+F9f+Kem//tL69817lXz5x+ zjPPb9y47S+dbdbMc//+PZ+UNtIyMEmaQQACEIAABCAAgU4QiFBmUXUvTT73 Qmi600PniqvfLe9+4KoFsi247qP2Jprszr/z9xZ86Ee1Te6j6Baf4TfKdFoG Xr22KJgKx0EFj1Fdihrb6MLDtm/JEBVGuAtaQgACEIAABIaEQIQyC6972exy L4cWCHfWzHOuef97Zbvy8vfpdsnFl8sm3Tese+bX/82XZPvaH/x3x5p9CVlz zVj7Rpl+9RDeMjCLCs1iL3WrMdeiiszFewOtqWvJMTbmCljoAgEIQAACEBh4 AhHKrELNrDl8f7l+7Lrrr5Nt29PbsuLM8WvUg+73iJhsS9tUtuoWsicLoaiX tHTqT+F1vmzKHi/h4+LcojS3mui0UeOVIw+PjZYQgAAEIACBwSMQocyq1cxS kB0+cii3+3/+v9eIJrvz7/24bCrOYr1UKPBka2khe3JlmVOXMnayZarYCpbt LtyLn55Rq9l8i6plbag7xh4StIcABCAAAQi0gUCEMqtcM7NXL9niQw1mnw0X mc3c/uxzsr3w4ncdWKLJdI+Ks3CUNdZyzG3Rxbs9baouwkMyLSvoRelrzyeG +PV7MXzsG4xWyKVGzhW80wUCEIAABCDQUQIRyqxyzcwUb5w7jqvB7LON0qwz 8/A1Ki1kDLJ3PQ/pVdRGrdl6yE42xXJU3xplkHOT+Kgw7MZ94VA5WjpCAAIQ gAAEWkKg2XsAFF36v/SWAA/9/Gdnz75MGIkyk+cTR98qQV3+ntmywuzv//S9 nnMzlayzYsz+03nLGYlsS91TtN9252+TDcyxrArP+AqJOZtLabTGS/YQLLJW FLnN2fYbEnlLPgD1hjEY9wCQi1DXiwVrEIBAGwhIHYSbkfRgINLvARChzCrk k6jMZDbTLDWTEzMlgMrKTDWEplA6aei0NDoja6F0jzO9qK6LejmaLETfhCsz 49dRmfaw+pVZUeQmKdtyOO0Kx1VruwyMMpPbg7QWMoFBAAIVCDz+6COBiqGC cbrYBAI5e+7OFKHMSgtd2bHxLE3zz41qzUyU2aWzz1y3zNTMZMHZR2+57Ufe c0FpzayjB4q/ntfRpIYn7EFSZuvWrRuegSNTCAw8AamWBSqGgUfRdIKBnPt2 38zci5npTg8auaO5vlt0bqa8ZdqkIDbLs2pcp1UhHjuMwOX5tQTckvQrEKML BCAAAQhAYFAJRJwBUPnczCh2IrnkjubaxT43U6plWjDTt6RNujhzTk0oneWM SiS8cfhi+XoDrtdaeL60hAAEIAABCECgiECEMqt8bmYUfZVluvxfHs49AHSn XM9MxVmUZRpDAAIQgAAEIACBlhOIUGa9qZn9zC/eKdtn/refl+0Xlv30Pf/g b2/6m28u/eTHdLtp4Qdkk7e0WS7c7CSdvafl40F4EFACc+ff7KDI7ukNq9yp c+fUlnojqWWe3R9hLS4Ss26UYWJsdIcABPpIIEKZ9aZmlmVRwe/GjaezWx8p 4xoCFQj0S4rZoeopKdnr9lVIJ6qLM9XehIjpgYuolGkMAQhAQAlEKLPe1Myy A1PN7/z5k+xtwYIR0WrOVWE5CCDQZgJbNj1ZJM5kv24mfn1t73QamHezvYog OGcKF318iopqut/RedmdsUMQ4k79VtZzHhe2Wdu+87o098QIY6HRHgIQ6BCB CGVWoXZVC4ha/MqPioizTZtqiQgjEOgnAZFWItp0c2SW2WnamAa5vaR9VCbZ s2Ryi2rhO6O8qyrK1vCyOzXOauf0+F2Uqr0eRBgLjfYQgEC3CEQos2q1q3Qc dflVcSaVM893a9SKtNLvaJN7hf+PnXUwtin73/FsTcIpUaTzx0IfCeSWzYrk lL0/VnI1l2NleWR/BKoZ8SflfMQCXQQ287hOt9DcYGEZAhBoA4EIZVZL7apC zjX6VXHmjyFwVY0z0VMhr5Aw9P9+81We+++4LdqYrq19IPpuMFecZWczQ+Ks 1ivEstNGj8PSGT2/fDFHfkNSxnzS9VPm/EuTMuuazb0ISAW2dIEABAaeQIQy q6t2Fcu0Xr/6FRxS7rJVjvNV69TAct/VNI0jf5cQJo4W1PA8Uqxp7RgSM22a IGDPS0bZN3OglStqIR8cDSn3PxyzM1xs9eCfjayLCnHaA5HbPfBfvqgBpTEE IDCQBCKUWY21qyiUtfuVCc2oAPyrWPx1LONIf4qMLuRrOmoIhrxx0akAlU/e DOzoSJZwrV8q4EobtGTEs3FGRe78Y9aSpAgDAhBoOYEIZVZv7Sqci/hV1yHP 4WajWuZOzZjagOfdXC9masNotahgchubX80e1BjSo8VCLAFnDZnOS0aVvlTe OR1LJZo9DZdb6MptEL4zhIN9SEdZDldR4S5sCLlzlA1FGAKKNhCAwGAQiFBm tdeuAgma+2xqAP7nQJuxzTyzG3bNLNysGgz/5Qi3TMvBIJBVXY440z/NzqLl /9lesScKmIPfBusIFG3jNAjcmR2vrASs4C7rvSh+8y+WaVCUcm5g2cae7tlE BuNwJQsIQKBGAhHKrI81sxoTDjeVO3fj0VLhEx+mZZQ4cxo7RbLsv/K5FY7w 9GkJgaYJmGKz/aJepz1wUW/AWIMABCAQocz6WDPr5TiZr3KjbHKnJ+x/r7VL tn1WG6km8xv0JFu5Yy8B4gsCgQTsUnRunSnQjv8jk/WSaJb/eRIB0h0CEPAT iFBmw1Azs7/EbXC5Exa2ONMva1uc2XvMa6dB6Ve8Z/bECc8Z5lLLfDAgAAEI QAACEGghgRFZdDJn3k1bN2+Q4B54aPnSJYtHH1zWwkDDQ5K6lJx9KbdmKnrI nQDkqmat0i7ZmdBWhRcOf8hbrnpspX589ANlf6bMnvYjWr1m7dJ7F7U/TiKE AASiCJjf+qheNI4lEMhZvmnHxsaM6NLfCN0ZocykZtaXCc1Yv6rM/Cjbpsxi B5727SQwGMpMvlbaiZeoIACBRAId+hcxMdM+du+pMutjnlGuA094pCgVRZXG IQQGQ5mFZEobCEAAAhDIJZCuzIZunVlDC405QCEAAQhAAAIQgEA6gQhl1pep TMmwgl+Zzcxu6bCwAAEIQAACEIAABBolEKHMunVuppwBYG+ysEy0WtT1wxrl jnEIQAACEIAABCCQJRChzCrUrmohXotf0WQizuSsTB4QgAAEIAABCECgtQQi lFm3amZZ4irOpHIWfh1/belcRrx0T+5gx95bU73YpkrPbAi/CUFrD0cCgwAE IAABCAw5gQhlVkvtqgLuGv2qOIuNQU8akF6eF+bd3AlT+96apQKrKLyQk0lt 45UdxfKhPQQgAAEIQAACdRGIUGZdr5kpMtU3vVQtzv03jcDKVtGK6mqmdKcp VCu/aS/HgqPk7DbGkY3Lce0EVtdBiR0IQAACEIDA0BKIUGY11q6icNfu138d WnvuMirOqMbZKlpRXc0Rdv7ym6nY2b1yu5irhxh1VbTH1nNOGxVtIcW8KDg0 hgAEIAABCAwtgQhl1seamboOeU4fSCM+YgWHkXSxHT0x5+qe2JqZyjWnHuY4 9bSx08naqTHZ9LHDAgQgAAEIQKDrBCKUWe21q0B24lddhzwH2myiWRPXsM1d tRarHe2aWVHiIW2kb6zrJjhjEwIQgAAEIDDABCKUWR9rZp0eAEdd2Uu7EvPK NaXucktZIa6zbXJ7hZhKzI7uEIAABCAAgSEkEKHM+lgz6/rA2HOF5jRPZ/Yz 20azdoRdUTMPItPFM/OYbePZw9qyrh+QxA8BCEAAAq0lEKHMhqFm5mgX+8+s rPG/6wx5dq6zdI+xb8Sc0WraN+vCNMi+sI3kRm5s2n6zQGzXHqnX2iOewCAA AQhAAAJtJhChzKiZtXkga4/NPkcVBVY7XgxCAAIQgAAEcglEKLNu1czkRkxF G4dCCAFT0kOWheBqrs3c+Tfbxv1/elpmIxRTZmsufixDAAIQgEAUgQhl1qGa mVzo379FMaIxBFpCQITUlk1POuKsWmxqymy12KwWCb0gAAEIQMAmEKHMulIz 02LP/n2Hntv2yrObd0q2f/VnTz+75YVtT+14defu7OouC4dcIp+tGgE+Vn0g oOpKHRdVv3R/VHBZU2rBMWXMetpH+aUxBCAAAQgIgRH5Zp8z76atmzfIHw88 tHzpksWjDy7rOpqdz+89uO+YnYUIshPHTxw9euzKD7zrksve+ezT37vmuisy aY7MuuYXu5577+M/vP0Lcgpp7/220OOqx1bqx0c/UPZnyuzxhD32xPrsu7fd eotRYKZmpoLM2W8kmnlX9jgtjX1b1dlOHbXnmMq+62+fm1ELB46QINBdAvKd E/L10t0EOxe50VT+yFevWTs2NmZElw6i7oxQZlIz68uEZqzf72/f8573v3Pb t89Uy8zjHe+epq9FlsnzIyu+8C8/+wsZaiizKh8BlJmhlq7Msv8XycfVEWRG k5UqM7uiZl7b4sy8zm3psR/oWr6hqhxS9IEABMII6HcOyiyMVo9a9VSZ9Sin NDcvbN917NBJtXFg/8EXv/fyyy/vmjwy8sC/+gfGsMiy++6/k5pZGukf9kaZ 1avMsl+yIcrMHs1snayoQmarNLs85ig2T6nMmSotKtHVdbBhBwIQsAlIWRpl 1rZDIl2ZDdo6szdeP/SWLDtwaOt3nt3x3Iv79h7Ys3vf5z7zpVWPfFU0mWx3 3Xn3Szv2vvLS7qLhPLx9lW7awLyoZfiNcdtFiGVPGJVthvjNtqkXSLUY6OUQ sJfzh8DxLD6LNRXbPiQ82kAAAhAYWgIRyqwvU5kyMOF+pWBmBvLQwcOHDh4Z Hz9+6vQp2WQZ1P79B5c/fGYZ2eTJIzNnznh++9umO01HkR2zrhnVrSEJYuzX 6KIJm0P7qWhb4no+pj0dmd1jYrYlV+zafyfx3O6BrtvGkHggAAEIdIVAhDJr /7mZhw/+cNX/zJnTT548OTExIVdMPWvyZNFmJ0+cWLniK/fcdY+MzZQpZ+3e tS+3GiQSx+y3X8tOp5YWuCfwUPAbV40YqxSLbBpTtkG7RujU82w71SIJhECz agRULemWFXC5U5l2F7tBkamiwGLbV0uQXhCAAASGh0CEMguvXdWLL9zvifGJ G37sver96JFjJ06cnDplipw1ODFx6swduEdGTp6YMLHd85O3RcWZraWF7Ml1 YU8+qvgrNaXNHKVoG4+y6Z8YdUqGTmylkURRpXEggez6fWePmVI0BrWB7s/1 UjQLWWTKsWz/6Xgp8hiYLM0gAAEIDDOBCGXWx5qZug55/vY3n9PhHD9xbNr0 aSMyczkiT5Onnj1VXuw7skumNuVdKaZ98df+IHHgdS5SVY7RTNkyVdaLSh+/ 0oqNLddmUTAehacy0a6Z5aYZGx7tIQABCEAAAhAIIRChzMJrVyGOw9uIX3Vd +nzJFecbs6+9vPeCC86VP8+acpbIsoPju4+cfEP+PH361P59B3bv2jtj1tTw GIpaZpej2eu9/PZrXGRmHDk2w4OxQ832anTVXfooYAECEIAABCAwMAQilFkf a2aBuE8enzBXPF1w43XP7HhaBNmh43vkWS2cd+55UkE7cuSYXFBj9pXvzpp1 lI1/XZd5N1djxa4JC8yxWjMnmGxsudE6S8qakJLV0qEXBCAAAQhAYFAJRCiz PtbMAunPPHeanIB5fPy4tD8xfnrhbR+98qrLzz//nGnTz77oonfMnXv9PXcv loLZ7YsXHDs2fu3cK3PNmsk7XV/llKN0ms/MRZqJv6I9gWWzrNPcMELUntFP HpsmL9Mmu8eTpiQVEkngqNEMAhCAAAQgAAFDIEKZtb9mduE7z7vkigv27Nl3 3Q2XzZo147JLL7/lw7fI1cvuv2/pxxd9fMG8Bfv3HXzh+Ze+8pt/es2c2Zde fnHRcWCm87SBrVrMci7zVukex4uzxivcuOPINhtr0+lrZGVgUp5I+GhBAAIQ gAAEIJBCIEKZtb9mJiCunfueaTNHVn953cGDh988HfPMQ04DkAVmu157/bnt 35OK2uyrLrrl9gUp1ML72qdMOpeiCDfitGzCZuVg6AgBCEAAAhCAQI0EIpRZ +2tmyuUjC+ddfe2PPP/d7+988dXXXnn9+g9e9vquvU9t3LblqWfljubXXD/7 tjs+VCNBvyl7NX1dpaZabDpltp4BwREEIAABCEAAAh4CEXc07xbH117es2P7 zpdffH3vroPjx4+fe96MS69413U/etXs9+Qs/P9BalJa41GNwJlrkfCo5Y7m 3JyYAwkCEAgkwH0zA0H1shn3zSykPXXyjA984H0funH+HYs/evd9H1v4tz8y cWJiy7e/u/fVI8UjJPKCrRqBXh72+IIABCAAAQgMLIGI2cxOrDOzB+rQgaPy 58pVn9Pt+jnXXnnlVbte2Tewg0liEIAABCAAAQh0nECEMuvKOjMZEVMYE0G2 bPSzusnrjg8W4UMAAhCAAAQgMOAEIpRZh2pmf/2tjVIbU1lmBvCG9/3EzFnT NqzfOOBDSnoQgAAEIAABCHSWQMQZAFIz66U485ToSsNY+0fflIlLEWEL77jZ DM26rz8pf8rzJz59Z9F4ySU2Tp9+22L27J5sX21jt8zu8R8hpm+Iu1xTZ27Z /ubDid/jN9BXbC6d/SzUEDhnANQAsVcmVq9Z2ytX+IFAOQH5Xatw9g9nAJST 7XmL9DMAIpRZj7MrEoIhAlGUmawqUyl2bNIejXz6pIvkuVSZ2eJG5U6p1nEk TqDisXlW6FLUPdxUYEuUWfiRjzILZ9X3lqLMxsbG+h4GAUBACDz+6COBP+cO LpRZC4+fwKHUr6ClSxaPPrhMslBdrjsjlFmIJKqRUYoy+/Lnv2aqZbq8bHR0 VJSZyLK77l944SUzi+J0pJj9Z7YoZd61tYvdzK6EqUcj8pxm5t2iLqZ9VikW CSwnYMdCNk6Pa7simDXr1AtrPAY6Zwpl1qEh02/AdevWdShmQh1UAvKrHPhz jjJr/zEQOJQeZdaBdWYpwyAFsx07dtgWPLLMlkfyOjs7KRJEVYh51/xpXKj2 sstsaie3r61p/F3Upm3EjyXr1LHgxOlMpxY5yjUbWHtLGUf6QgACEIAABIaE QIQy68u5mfKrbz/MqGgw2WfT4MjhcX199dVXO+Ks3qEtneu03Rk9ZJKqN5jK 1sKzyEYe3rdyeHSEAAQgAAEIDAmBCGVWuu6+CWSmUKQvjAsNJvusDWTK0pyD KfOYulOnMpsIMtamXXmK7dv39vaI9D0YAoAABCAAAQgMGIEIZdaXmlk13Dpl KWUzWVsm28qVK3X5f+lUprqLWjhlr98qjdZpHNW3yLgzo1qLzdJEpEHPHIUE M5xt5s6/2Ww9ICC+HC/ZPT0II+vChGEDaUlsfQGCUwhAoNMEIpRZX2pmleFq 2UznNFWWycN7ayafK1U/+nBmJEvn8gL7Zlfo2+78HDwu/IvAsuoqa8p27X+3 8mDRsQIBUR5bNj1ptt4Ikd54qUDDdOk9k5Ro6QsBCEAgSyBCmfW+ZiYes4/A UZTymIizLZu3BbbXZkZm5b5wZlTNn85q+mp9s0Zsd7b+y9WCZpLR5OvsyVpw 4vd3tJMqCiwKNY2bI5AtpKmi0v3Gb7bU5LyV1WGie4rEWYhTJwATUgWbUfTa Lyij0qExBCAw2AQilFmPa2birugROCRmTlPby3U0/mLttwL70gwC3SIgmkkD tmtpjg4zbezUYtvnYvEbUT1n2tiK0FPzqyUwjTY38W6NL9FCAALDQyBCmfW+ ZqbDkOL39kUflrKZzGnqNjzjSqYDT8DInWwhKjd3VSem6KW6x0Op6N3cspmn sXFRlzzy27GXmtXlceCPJRKEAARaRSBCmfW4ZmYwJfpVcaabvG4VfYKBQAqB ojVVsacFxLbPFWexRjTxar38gtJgSWFLXwhAAAL9IhChzFJqVynppfj9/Jd+ TeY0l37yY7qVnpvpXD6t6GpqKenQFwK1EPCsnbIVW4iv2PZZm/bMY4hHu5CG kIoiRmMIQGDgCUQos8TaVWWUKX4r9N248XR2qxw8HSHQRwK56k0rXkVrzgKj LToVoPJa+8odAwOmGQQgAIGuEIhQZim1qxQcKX6r9Z0/f5K9LVgwIlrNuWxY Skb0hUA6AWedmVFa9v6QhVax7e1yl/3arPEPT83vunJguSW98KhoCQEIQKC/ BCKUWYX6Uy25pfhN6WuCF00m4mzTplqywQgEaiNQNAuZnR90JFr2T+2Sq7o8 O50u5iQD7VJkMNvLcwJBVGAhJyLURh9DEIAABJohEKHMqtWf0sNO8ZvS145c xZlUzjwXvs+9vn92pZp/j4Mr3GZux/BopXtRY8/+tt39M/1gwwIEIAABCECg vwQilFkt9acK2ab4TenrhKriLDZ++2qu5lqyzguxaa4KG3LLo6xNR1eFGMkm Unozg9wuGkw1j7EwaQ8BCEAAAhAYeAIRyqyu+lMs0xS/KX2LtMugqhDNyy7p +Qt4uePoVNGMTW2crbH528ceKrSHAAQgAAEIdJ3AiKzMmDPvpq2bN0gmDzy0 fOmSxaMPLut6VpXjF6EgU5ay/L/oIavNpHKWW17KvQelUSROF/t2lkWvVco4 kRg72V66J/tcJKFyQ/KbtU0VtbRT1vjVUWz7yoPYx46rHlupHx/9QNmfKbPH E97YE+ule0jLPuY4MK5Xr1m79N5FA5MOiXSdgPkhjkqEL40oXL1pHDiU8hU0 NjZmRJd+8+vOCGUm9acaJwfDAaX41ZqZhK1G/M+qHlKUma11PHorK1MMDY+A yxU3jgxqSJkZdeUos2zYtpQ0wZhmtlDTdGyD2fbhB0lLWqLMWjIQIWHIt2dI M9pAoGcEKvxXhjLr2eiEO+qpMgsPq7st+6XMitZ42fKuj8osVzM5seWGl21j N/Nb6OJRhDLr4qgRMwS6SwBl1sKxS1dmrDNr4bBWDKk9NafcpXhmZ+4ZA4O6 eq/iWNINAhCAAASGlUCEMuvLVKaMS4rflL6DcUj4V/Rnl+QXZR1yAqa2ya2T iVnzrmmQ3TMYzMkCAhCAAAQgUJlAhDKr9zzH8IhT/Kb0DY9QWzozkvaf2clK /7vGdaBN08x5oZe0MA87o+xb2jcbWNZ4br5mp20nG7/6tRO092RBxY4C7SEA AQhAAAKdJhChzPpVf0rxm9K30+NK8BCAAAQgAAEIdJFAhDLrZf3JRpnit1pf uTRG0dbFMSZmCEAAAhCAAAS6QiBCmfWr/pTit0JfuVyZf+vK0BInBCAAAQhA AAKdIxChzKrVn9KJpPiN7atrnvbvO/Tctlee3bxTgv+rP3v62S0vbHtqx6s7 d+cu2EpPEAsQgAAEIAABCEBACUQoswr1p1oop/it0Hfn83tf3rH/+NFTExOT tn175zsuPP/k+JTjh0deeOb1117eI+cVbt/2/VrywggEIAABCEAAAhBwCEQo s9j6U12sU/zG9v3+9j2zr77IifzCS6a/+4pzr/zAuy657J3y1h9+9Wt1pYYd CEAAAhCAAAQgYBOIUGYV6k+1sE7xG9X3he27jhwalzqZhH1g/8GtTz3zjbV/ +edfXy+CTDfZ/8iKL9x3/5215IURCEAAAhCAAAQgQM2s8Bh44/VD+t6BA4e2 fufZHc+9uG/vgT27933uM19a9chXRZPJdtedd7+0Y+8rL+0usuJcu7XeS9tX sxbey3NZ2sRPjm05PJ7KTnvgonJsdIQABCAAAQh4CFAzewuOFMwMpkMHDx86 eGR8/Pip06dkk+ui7t9/cPnDvygNJk8emTlzxvPbz9TVsg+9ur0+2iMOoi7f 2lz89rVt2wOHbwcIQAACEIBAqwhEKLPYNVt15ZniN7zv4YPHTMAzZ04/efLk xMSECIizJk8WbXbyxImVK75yz133SJspU87avWtfkSwz+x09lL0PUsieEIZF dqSvCiDzHH4vJttvqX11oY+QgKOM2zbNaz86O+vYeGgPAQhAAAIQ6C+BCGUW tWarxqxS/Ib3PTE+ccOPvVfDPnrk2IkTJ6dOmTLp9KSJiVNnfulHRk6emDBJ 3fOTt0UlmK2lhewJceGxk9VJFephIfYDK4X2hKbK1hDjRQrYLkw6drK3mQoh SRsIQAACEIBAGwiMbNn05Jx5N23dvEGieeCh5UuXLB59cFluZFJ/Chc6NeaW 4ldrZhK2GvE83/MTPyO/6DNmTJf2L7zwvWee/t6Rw0dPnjgpO6eePVXqZ0dO vvGP/uE/lNlMmdnc9D+2/vxn7nNyVH2Qu9N+y7xW5WS6OEIqdwoy6yJruWhP bgzZaM2e3MB0ltZ+Kztv64/c6W4HUGQ8xF0WZtQcbl2H66rHVurHRz9Q9mfK 7PH4GntivXQPaVlXwO23s3rN2vYH6Y9QvnkY064PYmvj50ujhUNjNJU/Nvly GxsbM6JLvyV0Z4Qya2H+NYb06s69r3xvnyqzDX+1UZ5f3rlLtcLB8bfW+//0 T/2kLEHb/fobe/bs/plfuCtRmWl3W6iViokeKLPsJGxWGHn2FI1IkTat110U zBoPHmMKZVY7Vf2eqt1szww+/ugjgV/TPQsJR4NEAGXWwtEM/MjXo8xSalcp 7FL8hvd96fnXX3/54IyZZ5TZ8ZPHfv/3/8CJ+bxzz7v7rsWvvfr6qy/vevfs C27/uzdmkwqvV4XUuvz2HWFnRF62Jqd7AmtmRVLJFKWK7GfjseMvVWZOkFHu /DBTjr3YviizWGKl7fXLa926daUt29lA/g8O/JpuZ/xE1XICKLMWDlDgR96j zFhn9tawzjx3mkxTHh8/Ln+fGD+98LaPXnnV5eeff8606WdfdNE75s69/p67 F+/fd+D2xQuOHRu/du6VuUeDCiB92BInuz9kT64LY9/WLrZHY7m0AhdyQGet efZkS3oeSvKWB4IJPsRdLnblwwMCEIAABCDQLQIRyiz8PMd6EaT4De974TvP u+SKC/bs2XfdDZfNmjXjsksvv+XDt8jVy+6/b+nHF318wbwF+/cdfOH5l77y m396zZzZl15+cVGOohL0oQ3sF/Z+fat0j+PFdHFc5NoxfTUGRykWaabsfmPc ycVumc0lG7nT3vDxB29ARcF0bNZ7QGINAhCAAAQg0ByBCGXWl+X/knmK36i+ 1859z7SZI6u/vO7gwcNvno555iFL/kXV7Hrt9ee2f08qarOvuuiW2xc0Nx62 Zbs8pq9D/Nq9/GWz5uxXsxySHW0gAAEIQAACg00gQpmF15/qRZbiN7bvRxbO u/raH3n+u9/f+eKrr73y+vUfvOz1XXuf2rhty1PPHj167JrrZ992x4fqzc5j zamQBc5O2r38oTZnv5plf5mtZ9i74mju/JvtLTxs6eU0DtkTbl9aZg1Gdacx BCAAgWEmEKHMoupPNTJN8Vuh74IbP3DrovmzLpi65409v7XyjzZvfPrY+NH3 z7l80ZKbRbfVmBemIJBIQC55Y7ZEMZTYPTERukMAAhCAgCEQocxi6091UU7x W63v1MkzPvCB933oxvl3LP7o3fd9bOHf/sjEiYkt3/7u3leP1JUUdiDQHAFT SzMuVHjp/tyalii8XHFm7zSvHWu2ZTsp484Ow9lpx4M6bO6QwDIEINAhAhHK rEL9qRYQKX4r9z104KgEv3LV53S7fs61V1551a5X9tWSEUYg0BwB0Te5hTSz X1xLg8QAjDVVWurRkXHOTn9gtUSVmBTdIQABCLSBQIQyq1Z/Sk8yxW+FvqYw JoJs2ehndZPX6YlgAQL1ErDXmZWKrZAG4VUr21qu5VJ3BkV4y3rpYQ0CEIBA OwlEKLPK9afEzFP8Vuj719/aKLUxlWUm8hve9xMzZ03bsP7MvQF4QKAlBOx1 ZrWEVDSnWYtxMZKdZq3LMnYgAAEIDAyBCGVWof5UC6YKfqVL0SMwJJFigS1N s+xVLUKuc6Ft7JbZPf5ITN8Qd7mmzEUuwlMO9BWbS3gAtOwigdqlZBchEDME IAABP4EIZVah/lQL/Wp+pVf2ERiPlMe05bFJe3RbeId7oYEiieMRah7v5ooY 5jL6gdfIsG1W6KKi0FzkIlBvBWKkWRcJ1FU280+Mhk+bdpEhMUMAAhBIIRCh zCrUrlIiM3177Pe1l/aJa5Viq958aCTrvv7kXfcvrJZRtijlXDnWri05daai vuFd7Ou+OvEbIaj7bYFoR+hYCHeddeeYVWlYjSq9cgmotDIL83Pb+IWRs4as 2hSkCcNYKw0MucYhDQEIQEAIRCizarWrdMr98iulsh07dtjxX3jJTH86omyM anHKYFqXst81fxqb2dsoZQtazp6QLiq57AD8WeRW0WwLjlMj7/zlt9x3HWmY frQMjwXPwnkzaWhoOGLL6Zs1lW2vNtVg0fJ/p4HdxXR0dpaeSTA8A0qmEIAA BJRAhDLrce3KjFBlv3alxy7MqMHss/F45PC4vr766qsdcVbvcRM1/2j0UIVl YfWG7VgLzyIbeXjfRlPAOAQgAAEIQKAlBCKUWb9qV5X9OvcIMsTVYPZZG8iU pTkHc3R0VHemTGXWO9J25aleyz2wFn7nqB4EgwsIQAACEIBACwlEKLPKtavE tHvsV6cspWw2fdJFsq1cuVKeZU/pVKamqXOUgaWgqCVWTuOovkVD4Myo1mIz ZLh75igkGNpAAAIQgAAE2kNgRNZ5zJl309bNGySmBx5avnTJ4tEHl7UnvmqR iJjLrbQV7Xe8yMVm/+tX1910ywJzkqbWzPzizFluJTbtPUa36QuVJkbGJfZ1 FKHRPSoQbaWYqxqd9iY8NZtrwYnfAMx1XcQhXMJWOwx632vVYyv146MfKPsz ZfZ4ohp7Yr10D2nZ+9T65XH1mrVL713UL++1+DVfsLVYwwgEbAJ8abTweAj8 yMuX29jYmBFd+s2vOyOUWaCsqR1TBb+eMlvg3KiIs79Y+60bPzJf0wlRZrUn jsHOEUCZ1T5k8h1Xu83eG0Rt9575kHhEmbVwoHuqzFqYf6Mhrf7dP5877zpT Nvvrv9q09JMfa9QjxrtOAGXW9REkfgh0iwDKrIXjla7MBnydWcoatdsXfXjL 5m2y4Ey3Fg4/IUEAAhCAAAQgMGAEIpRZ4Dxg7YBS/Kb0lURUnOkmr2tPDYMQ gAAEIAABCEDAJhChzFLqTynQU/ym9P38l35NlvzLDKZupedmOpdPK7qaWgoK +kIAAhCAAAQgMNgEIpRZYv2pMscUvz3uu3Hj6exWOXE6QgACEIAABCAwbAQi lFlK/SkFa4rf3vedP3+SvS1YMCJaLXsjphQg9IUABCAAAQhAYFAJRCizlPpT Cr4Uv/3qa/IVTSbibNOmFAD0hQAEIAABCEBgWAhEKLOU+lMKzhS//epr56vi TCpnngvf517fP7tSzb/HgRxuM7djeLTSvaixZ3/b7v6ZcojSFwIQgAAEIFAX gQhlllJ/Sgk3xW+/+jr5qjiLhaB3mZRenhfm3cAJ06wpR1dVu29S4N2oHMGq wVTzGAuT9hCAAAQgAIFOEIhQZin1pxQWKX771Tebr7nNUQqK1vZVdWWX9PwF vNxEnCqasamNszU2f/vWsiIwCEAAAhCAgIdAhDJLqT+ljEGK3371zc1XJjQ9 HDyypjK9QJumcJV+I0stg2VvlF5aVFPXTl/ndqL2u/72lYnREQIQgAAEINBf AhHKLKX+lJJkit/Evto95DklQe1rdEmpiHF8GfmV7VjZZno6xkKR2nPCVjGn D9PXZGTeVVDawNO+xvgxBQEIQAACEOglgQhlllJ/SkkpxW9iX+0e8pySYGJf I78S7TTUvWglmRO2XQPLjSRbimuD7mwIGmYhAAEIQGBoCUQos5T6UwrfFL/9 6puSb1/6qn6KLdc1EWruCQFmZ67O4xyCJgYCmxCAAAQg0BcCEcospf6UkluK 3371Tcm3PX39K/rDL3sRcgKmma/MVYf2XKc2yO5pDzcigQAEIAABCFQmEKHM UupPleOTjil++9U3Nl9Hjth/5q4eM/Y9Va5Am/ZaLjVrpE/RdKG93zQ2HR0j 9p/+sNWsHYCNMTtp6+xpQ8EvdtxpDwEIQAACEHAIRCizlPpTCvcUv/3qm5Iv fSEAAQhAAAIQGFoCI1s2PTln3k1bN28QBA88tHzpksWjDy7LxSH1pxShUxlx it9e9pXZPf91MYSAXG+W0k7lI6H9HVc9tlI/PvqBsj9TZo8ni7En1rc/RyKE AARaRUC+c0K+XloV82AHYzSVP83Va9aOjY0Z0aWDqDsjlNlgo0zPLnAdOsos HXVrLSQqM/k8tzY1AoMABFpLAGXWqqHpqTJLqT+lUEvx2/u+B/Yf3v3KwYnj p94/77K/+rOn33nJzIlTp95x0XnvvvSiFAj07QSBRGXWiRwJEgIQgAAEPATS lRnrzArxVpi63fn83pd37D9+9NTExKRt3975jgvPPzk+5fjhkReeef21l/dI UW37tu9zQEMAAhCAAAQgAIEiAhHKLOU8x5QBSPHby77f375n9tVuYezCS6a/ +4pzr/zAuy657J0C4Q+/+rUUFPSFAAQgAAEIQGCwCUQoswo1pFrYpfjtWd8X tu86cmhc6mSS8oH9B7c+9cw31v7ln399vQgy3WT/Iyu+cN/9d9bCBCMQgAAE IAABCAwkgQhlllJ/SmGX4rdnfd94/ZDmeODAoa3feXbHcy/u23tgz+59n/vM l1Y98lXRZLLddefdL+3Y+8pLu4toONduDTylIJBtNWtRvUJuoB5uUFuGtw/k QDMIQAACEIBAmwlEKLOU+lMKghS/vekrBTOT4KGDhw8dPDI+fvzU6VOyyYVT 9+8/uPzhX5QGkyePzJw54/ntZ+pq2Yd948j2yJHwM0nt+EMu+l96SIS7LjVF AwhAAAIQgEBXCEQos5T6UwqOFL+96Xv44DGT4MyZ00+ePDkxMSFK5azJk0Wb nTxxYuWKr9xz1z3SZsqUs3bv2lcky8x+R5Rk74MUsieEeZEdU6wyhavwezGp X03BlpjOa/NnkQv16BgJSYo2EIAABCAAge4SiFBmKfWnFEApfnvT98T4xA0/ 9l7N8eiRYydOnJw6Zcqk05MmJk6d0RYjIydPTBgC9/zkbVE0srW0kD0hLjx2 skU7cyukonqeuZFlqWvj1xZn9i2hzH77Zk2lZmkAAQhAAAIQGAACEcospf6U QirFb2Jf7R7y/O1vPqc5jp84Nm36tBGZuRyRp8lTz54qL/Yd2SVTm/KuFNO+ +Gt/kEJD+toayFTXYmta/hiqzSSqejO1riIXWePV3CVipDsEIAABCECghQQi lFlK/Skl8xS/iX21e+nzJVecbxJ87eW9F1xwrvx51pSzRJYdHN995OQbb8qp U/v3Hdi9a++MWVNTaGhfo4GMqaK7j6f7irWQjS3WAu0hAAEIQAACQ0sgQpml 1J9S+Kb4TekbHvPJ4xMyd6mPBTde98yOp0WQHTq+R55153nnnicVtCNHjskF NWZf+e6sZWfJvP8MAHuyL9uylrMHKhgJjFlyr2A8fCxoCQEIQAACEOg0gQhl llJ/SmGU4jelb3jMM8+dJidgHh8/Ll1OjJ9eeNtHr7zq8vPPP2fa9LMvuugd c+def8/di6VgdvviBceOjV8798pcy2YeUJdhmTbZ/SF7cl2YGU/VRh47FaYX bWsmBbMzN6NALyi58EORlhCAAAQg0HUCEcqsN/WnLNAUvyl9w4f2wneed8kV F+zZs++6Gy6bNWvGZZdefsuHb5Grl91/39KPL/r4gnkL9u87+MLzL33lN//0 mjmzL7384iLLZkZSGxjh4uzXt/RhCzhnj+PFnu4stWybtSNxXntcOIGZjura DtUOxk482zJ8RAas5dz5NzsZ6R55DtyyjbOIsqZ6jzGbae9jwCMEIACB/hKI UGa9qT9lcaT4TekbNTDXzn3PtJkjq7+87uDBw2+ejnnmIacBiAjZ9drrz23/ nlTUZl910S23L4gyW7mxXR4rXZJvvNi9/AWtavYrp0PHXAJbNj2pm7xrXufu 1O52m1wN5BhBJ3HgQQACEOg9gQhl1pv6UxZBit+UvrGD8ZGF866+9kee/+73 d7746muvvH79By97fdfepzZu2/LUs0ePHrvm+tm33fGhWJuV2zsVssB5Q7uX 33U1+5XToWPfCZiKmh2J7pQ9RsPZYs55bRobC45Nx1TfUyYACEAAAn0hMCL/ Jc+Zd9PWzRvE/QMPLV+6ZPHog8v6EspgOH3t5T07tu98+cXX9+46OH78+Lnn zbj0indd96NXzX5PzsL/wUiZLAyBVY+t1I+PfqDsz5TZ48E19sT67Lu33XqL SBYtjNmaxt6TbaBqydOm1KZtwW5sXtsvpLH68rcMtJnLgcMMAhCAQPsJyDe2 0VT+aFevWTs2NmZEl/5G6M4IZSb1p55NDtr5pPit1nfvq0ckgEMHjpownt76 N/L6xg8vuPCSme0/MoiwXwTSlVn2/yL5uBbNPBYJNd2fVWY2FkfqaXuHm2lT i95yovKoSfle69cI4hcCEIBACgH5xu6pMkuJtVt9RZmpLFu56nMa+bLRzx45 PC4vrl1wabdyIdpeEqhFmWWra6X1rQo1syyWXPll5FRW1UXJtVxRaLRgrgTs 5cDhCwIQgEBdBNKVGevM3LHQgpnKMhFkuhmJVtfIYQcCbSYgUskpodknB1SI PLe72cmpBhWQ0gUCEBhUAhHKrC9TmcI9xW+Fvn/9rY27XtmnssyM+g3v+4mZ s6ZtWL9xUI8D8oJAIIGsiorSVbnnCgS6phkEIACBYSAQocx6eZ6jjb6CX+lS 9AgcVJFigS1Ns2qX49dedt/sHn8k9n3BY2PW9hXuuRl49dfYXKrFT68mCNhl M32tm5l5NDvtJWt2SxOVv7t/PVwTqWETAhCAQJsJRCizCvWnWjKv5ld6ZR+B 8Uh5TFsem7RHt4V3uIujc01lBVagR3NVC/vq+YF9TbPAS2M4ZtWjPgL1Vmxg tE8kkF2t7+zJNhCPIW3swPxe7Muk2ZIrt1e2sae7I+xyc0kESHcIQAACHSIQ ocwq1K5qAdFjv6+9tE/CVim26s2HZrHu60/edf/Cahlli1LO1V/t2pJTZyrq G97FuSmTnUL2TlD6ruPUsRDuOqsC7cSpqFU7nOgFAQhAAAIDTCBCmVWrXaWz 65dfKZXt2LHDjr/0khmm7GQrnmxRyuxxalTmfkTGqaev+grpItaiqmK5VTTb guPUhOEvv+W+60jD9KMFC30hQKGrL9hxCgEIDCSBCGXW49qVwV3Zr13psTWQ Gsw+G496gQx5XH311Y44q/cgiJp/NHooW0WrN6pYa+FZZCMP7xsbFe0hAAEI QAACXSQQocz6Vbuq7Df3Ht4ySGow+6zjJ1OW5hzM0dFR3ZkylVnvYWFXnuq1 3ANr4Xd/6kEwuIAABCAAAQi0kECEMqtcu0pMu8d+dcpSymbTJ10k28qVK+VZ 9pROZWqa9iRjaeJRK+6dxlF9iyJxVv3XYrM0a2nQM0chwdAGAhCAAAQg0B4C Ecqscu0qMdve+9Wymc5pqiyTh7kCbWw6qn704cxIls7lBfa1hU62iz9gjwv/ IrCsuvK7jg0sljPtIQABCEAAAgNAIEKZ9bh2ZeBW85t7PbPAAZPymIizLZu3 BbbXZkZm5b7QiTxj0PzprKav1jdrxHbn+M0mZSYZnfCywZg0nfj9HW07RYFF oaYxBCAAAQhAYFAJRCiz3teuFHoFv7kXM9OdgQNp5jS1vVxE4y/WfiuwL80g AAEIQAACEIBANQIRyqxa7apaWHavfvm9fdGHpWwmc5q6pSeCBQhAAAIQgAAE IOAnEKHMwgtO9ULvl1/JQsWZbvK63rywBgEIQAACEIAABBwCEcqsX7Wrfvn9 /Jd+TeY0l37yY7qVnpvpXD6t6GpqHIIQgAAEIAABCECgiECEMutX7apDfjdu PJ3dOPggAAEIQAACEIBAIIEIZdav2lW3/M6fP8neFiwYEa3mXDYscGxoBgEI QAACEIDAsBGIUGYdql3VMoq15CuaTMTZpk21RIQRCHSPwOo1a83W5ui7Emeb GdYVWwvHooUh1UUbOy0kEKHMulW7SmddV74qzqRy5rnwfe71/bMr1fx7nJTD beZ2DI9Wuhc19uxv290/0w8YLDgE9MdszHronraB6kqcbePWRDwtHIsWhtQE eWy2isDIlk1Pzpl309bNGySsBx5avnTJ4tEHl7UqxK4EI1JD5JdMZeY+VKMU XfTfudq+/Wf2QvxF73qMqHgy3p3XdmAmTs8NAPz3BrDTL2rpT7ArI56Nc9Vj K/Xjox8o+zNl9niyG3tivXQPaSlG5s6/2TYlH+RAbtIxvHGRzVIjqsmk+7p1 64yRhQsX6p7cHLM2dY+TqSfNbOPSTFsYp51vafyBg57brAh46aCXjn6gO6dZ hbFQC4aYjSt72BQdSx7IFULyfzBzQ3U+zhpP7mHf6PGQcizR1yZgNJUfix5d RnTpt6LupGZWiK6umpk6UFXkKUR1+sjWvOySnpNOSOJOFc3YVFPZGpu/fad5 BgYvX9NmC5cvgcZraWbLMjEofz7+6COxlk2O0tFOWV/bO9VyBSztiVNFT8+G 1T5sWnIIxY6FTSyrimyYzqFiH1f+YzI2pKIRLAo1d9BzD/vYzw7tO0ogQpnV su6qAqaB8SsVNU/6HllTAZqjZvzCyJygEF4MKwrJ3OjJ9hhiVtvow/Q1HbPv +ttXJjYAHfXHyfxEyQvdNDX/u6aN8wvnGLEp5f6c67995vdMSmVaLZOH/jcp z21A7cRph9SqOPvCyn/k6LEUcpzkNstmVO2Ycap3URXWUqr1Hh6NhlqaCw26 RSBCmdVbQwrH1Ee/6jrkOTydUk1TNONZ1NFIumxHo3VibaanYyx4JjQ1cnPT z2xVzL7hpr4rZu05WbNT3fUxzRqJpZsyvwHZ/9FNkUl/WbO1GbPTFnOeEk7p 9IrRZOZFeoLDY6EUbyIKI2Uc3eA/cuyDx3+cZA8n6VuaVMoxU2o8kVgPug9A Cj2gNNguIpTZwNSuAkfU3GdTE/c/B9psoln2fuRNeKlss+iKIU7Ydg0s15dT TlMd1vLcK0ML7GiqGtl/xwMteJr15efBzqjy5FoRlnQmxkJzcapU8hQpa8wi xVTs4RHbvkJsWWi1DFNKJM4Hs8hUVwa9Agq6VCMQocz6WLuqlltir37lmxh2 te6qn9pQc8qdeDU7c3VeyCK2alha3stZQ9POaM2cprNYJzdaZxlZtYx6gKXR OHu5zsxDuI/qMOqYMSmYdYfOnvD1ZNWOt2yvCkdgSwa9LgLYSSQQocyGsGaW CLfr3T1L36JWxRWVzWw+2qZIHZp3c2c/2yAouz7W9ca/9N5Ft912m5mTkh9a 81uri8wCzz+tN6qsNSdOu0G/4qxcKaydVQV5kRJDC4+Znh0e7Rn0lBGkb40E IpRZv2pIw+DX0Rb2n7mrx8wR4BElgTbttVxq1iz8KpoutPebxqajY8T+0x+2 mrUDcKSbaWBs2nvQZzV+L4ip9F8LOQ3TUWAtEWQOqK7EWe/4Gms6leaZbUw/ EsIjjx0LZ8l/4OxheDzSMjakIuM9CDUqLxq3mUCEMqNm1uaBJDYIZAnY61fs n179rc191+w07YuMqLuin22pN0htTMtjZjN72jNYbYvTWXLUg+VZuWPhP3LC u9h2TK96jxnP8Zm+zqzew6Mo1JYMens+lUQScaVZqV31RZx1xa9MtPmviyFH m9wMgNLOAH/qenml2a5gtC+Q0c6amZLsSpxdGfeUOFs4Fi0MKYUwfRslELhg o54rzfZFlgm+DvkV4eXfGj0aMA6BFhKwa2YtDM+E1JU428ywrthaOBYtDKku 2thpIYGI2cxhWO9lj1Bsvrrmaf++Q89te+XZzTvF1F/92dPPbnlh21M7Xt25 e8iv79DCQ5+QIAABCEAAAi0kEKHMOlS7qgV0hXx3Pr/35R37jx89NTExadu3 d77jwvNPjk85fnjkhWdef+3lPTLduX3b92uJDSMQgAAEIAABCAwkgQhlFltD qotXV/x+f/ue2Vdf5GR94SXT333FuVd+4F2XXPZOeesPv/q1urBgBwIQgAAE IACBwSMQocwq1JBq4dUJvy9s33Xk0LjUySTlA/sPbn3qmW+s/cs///p6EWS6 yf5HVnzhvvvvrIUJRiAAAQhAAAIQGEgCEcqsK7WrusYpKt83Xj+kfg8cOLT1 O8/ueO7FfXsP7Nm973Of+dKqR74qmky2u+68+6Ude195aXdRhM6NI+u9tH3U tWFNhBqD/ZwN3rZcb8y5oHrgoq5DCDsQgAAEIACBWAIRyqwTtavY/D3tw/OV gpmxc+jg4UMHj4yPHz91+pRscuHU/fsPLn/4F6XB5MkjM2fOeH77mbparr4x Zwk0JD5i7dsX3PeDta8921DwNY4spiAAAQhAAAKtJRChzKJqSDUm3H6/hw8e M/nOnDn95MmTExMTIlDOmjxZtNnJEydWrvjKPXfdI22mTDlr9659RbLM7Heu eebU0qRZyJ7SIXAqYbkVu9xqWdZ7kdbUluZd82fWrGnmT81fvStNmQYQgAAE IACBlhOIUGbhNaR6c26/3xPjEzf82Hs166NHjp04cXLqlCmTTk+amDh1RkmM jJw8MWGY3POTt0Xx0cKVPowuKd0T6MJUxbJe7Bsl2dayLW2l6DFoOnqKaqXJ FkUVmC/NIAABCEAAAi0nEKHM2l+7qpe15Ksphzx/+5vPqffxE8emTZ82IjOX I/I0eerZU+XFviO7ZGpT3pVi2hd/7Q8S41SJpvrGVNdC6limjelV7YYEWV/O LS81waKQ/E6dXrnJJgKkOwQgAAEIQKC1BCKUWftrV/VSlnw15dLnS64437h+ 7eW9F1xwrvx51pSzRJYdHN995OQbb0qoU/v3Hdi9a++MWVPT47RLaGrNXulV ZL+uq90W+TJVvfCQsqFmjWeTTQeIBQhAAAIQgEA7CUQos2GrmYUP2MnjEzJ3 qY8FN173zI6nRZAdOr5HnnXneeeeJxW0I0eOyQU1Zl/57lw54qzH8ng3LR0l pF08c4XhGQW2DPTlNMv2yrXjLCnLTTYwTppBAAIQgAAEukIgQpkNW80sfAhn njtNTsA8Pn5cupwYP73wto9eedXl559/zrTpZ1900Tvmzr3+nrsXS8Hs9sUL jh0bv3bulbmWzbSdWaqlzbL7Q/aEB1/kpchCUZy2HX/Y9lyqzl1m95idue4C FWEsBNpDAAIQgAAE+k4gQplRMysarQvfed4lV1ywZ8++6264bNasGZddevkt H75Frl52/31LP77o4wvmLdi/7+ALz7/0ld/802vmzL708os9oscs2FJxY+SO vV/fKt3jeMmu7nL25No0AXjiydrxh20Hll2gVpqak3jfP0IEAAEIQAACEKiR QIQyo2bm4X7t3PdMmzmy+svrDh48/ObpmGcechqAiKhdr73+3PbvSUVt9lUX 3XL7ghoHz2PKrKMPOTOgNyHhBQIQgAAEIACBUgIRyoyamZ/mRxbOu/raH3n+ u9/f+eKrr73y+vUfvOz1XXuf2rhty1PPHj167JrrZ992x4dKx6OuBvY6+hYW mbIFvLoSxw4EIAABCECg0wQilBk1s9KRXnDjB25dNH/WBVP3vLHnt1b+0eaN Tx8bP/r+OZcvWnKz6LbS7jSAAAQgAAEIQGDICYxs2fTknHk3bd28QUA88NDy pUsWjz64LBeK1Mz6Is6q+d376hHJ4tCBoyaXp7f+jby+8cMLLrxk5pCPOuk3 RGDVYyv146MfKPszZfZ4XI89sV66h7RsKH7b7Oo1a3vgBRcQCCQgvz4t+WgE BkyzoSVgNJWfgHzHjo2NGdGlh7fujFBm3aIsykxl2cpVn9PIl41+9sjhcXlx 7YJLu5UL0XaFwIApM/mC6Ap54hxsAo8/+kjgr91gcyC7ThAIPFbrUWbValfp HCv4NQUzkWUiyDQGef0Ln/yXKLP0EcFCEYHBU2br1q1juCHQdwJSTgj8tet7 qAQAgcBj1aPMBnOd2V9/a+OuV/bZskyOlRve9xMzZ03bsH4jxw0EIAABCEAA AhBoJ4EIZda5czNFisVCL7o8feKlTZ1rWMRGZbd3rozvMVWj05SA6QsBCEAA AhCAQDiBCGXWl+X/kkk1v1IeUwrHJu3RbeEdN4dzcVqmX+XBvoxFos4LzMK+ iGt6/IFOaQYBCEAAAhCAQAqBCGXWoZrZay/tEygqxVa9+VBG677+5F33L/Tw cm7OaO4RZLSUc+HWoptdBmqv7GVgQ+w7ZbPwa8mWdgw3lXLM0bcWAnPn32xv fpvSUhuYF1ExBB7PUTZpDAEIQAACuQQilFm12lU69xS/UirbsWOHHUPKJTNU qOnD+a3Stzw/YPbcolawstY89u0UtHuRET9wW2s6uQR6Tx9QLNRFQC55Y7Zq kquuSLADAQhAAAJ1EYhQZn2smanrkGfDRS+QIY+rr77aEWd+dkZgGRFjt3eq SrlqLLdj9gaRKs70oS7Umv4ZOP8Y28U2W1qxq+sgw06PCZhamvpV0WZLN21g ovKrutzjuccZ4Q4CEIDA8BCIUGYptasUoOJXXYc8qyOZsjTnYI6OjurO0qnM kCDt5WIh7Z02jpLLWsstyPkdVeiiBou8t/BuThVQD20XkVlOIU3+FBr6rBJN GxhBZt4aWmgkDgEIQKA9BCKUWR9rZrG8dMpSymbTJ10k28qVK+VZ9gROZap+ 8letnEKXmWEs7Zibi7MCLHe21NNRZVblxUDZjpVNxY4U7VMI2OvMjLoqlVml DVJCoi8EIAABCCQSiFBmfayZVUhSy2Y6p6myTB56BdrKDzN1WE1+qV8jobLW PHuyMtFMeppJycAJUDsM7WvLSntPZVB07A0Be52Z7dGZzexNMHiBAAQgAIFa CEQosw7VzASNlMdEnG3ZvK0aJkflmD/NDKBt1m6cK4/CrWXtOwvUjIryh2TC 88RW5CtK4VXDS6/mCNizmc15wTIEIAABCDREIEKZdatmpuJMns2pAHIRjb9Y +62GOGIWAm0jUMvZminl4bYBIR4IQAACnSAQocy6VTNT+rcv+rCUzUSc6daJ ISFICKQQ0KX9Wjmz7XiEWi0aLiVm+kIAAhCAgCEQocw6VzOzxZnoM9lEqDH2 EBgMAp6F/Lr+TNK0Twtw9jjvFjFhanswjhaygAAEOkQgQpl1q2Ymi/1lO3Tg qGw3fmS+bOecP13udJ54EkCHhpZQIQABCEAAAhDoHIEIZda5mploMhmPlas+ p9v1c6698sqrdr2yr3ODRMAQgAAEIAABCAwJgQhl1qGamSmMiSBbNvpZ3eT1 kAwqaUIAAhCAAAQg0FECI7L6ZM68m7Zu3iAJPPDQ8qVLFo8+uKyjyZiw1/7R N6U89pu/+3+KIDM75R4AcnqmPH/i03d2PUHibyeBVY+t1I+PfqDsz5TZ44l8 7In10j2kZQ/SX71m7dJ7F/XAES4gEELA/E6FNKYNBPpIIPBYle/YsbExI7r0 m193RigzqZn1ZUKzgl9VZnKlWZFi1ZRZ7RcLMAYrWHauyJ+yKFu9V4ihj0d5 h1wPkjKTL5cOkSfUYSDQkn9ahgE1OaYQ6KkySwm0x31FmcmqMi2SHZu0R73r nQBCamZNyJcUMeT0TTeVYqHHQ9ktd4OkzLpFnmghAAEItIRAujIbzHVmr720 T0ZIC2ar3nzogKXc1NzcBMmMfekeczdM+7aYpgDmdDd/ht+zMjAADdj26/yp dlpyTBMGBCAAAQhAYJgJRCizvkxlytik+JWC2Y4dO+wBDrypuXNMaJFJH0Zm le5RAeTcXsnoJKe77M/uyapAZ1bUH1LukW3u72SHZ/Ia5g8DuUMAAhCAAAT6 TiBCmfXx3Ex1HfJsgJor/l999dWOOPNDd+7wrY1VuKgmc+7/bfao0HHqTylr wuw4i+Sd7S4bZOnhVaFLqU0aQAACEIAABCBQmUCEMkupXVWOTzqKX3Ud8qyO 5F7msvxfX4+OjuqL8KnMrMBS+eUUlor2GBWVknVu39wAbHfZkEpjqNCl1CYN IAABCEAAAhCoRiBCmfWrZlYhMXMvc1n1L9vKlSt1+X/pVKY9a+lMFGoY9mym s8eOs8fLtux1bHaQJqSieMx+ZjMrHGZ0gQAEIAABCNROIEKZ9atmVi1nLZvp nKbKMnlUvjWTmfVz5jq1uubMb5o9TuS2PMoaDEzTSKiokLKTqmZm1hQI65p4 DUyEZhCAAAQgAAEIZAlEKLMO1cwkTymPiTiTu5hHjXpWnZg9Znm+MVi6x7aW XSjmdHca22E7UVUISQtp9rPHSBQxGkMAAhCAAAQgUCOBCGXWrZqZijN5NqcC yEU0/mLtt2pkhykIQAACEIAABCBQL4EIZdatmpliun3Rh6VsJuJMt3rZYQ0C EIAABCAAAQjUSyBCmXWuZmaLM9FnsolQqxcf1iAAAQhAAAIQgECNBCKUWYWa 2W888h/9W42Z5JqSCU3Zln7yY7qVnpvZdDzYhwAEIAABCEAAAh4CEcostmYm muyn/sli/yZtGB4IQAACEIAABCAAASUQocyiama//e/XiCa7+OJ36SaePvWp nzXPZr+0QZxxLEIAAhCAAAQgAIFoZRZbM1NBdvebjz/5k6/dd9995ll3yrva hgcEIFCBwNz5N5utQne7i9hxLNjGs+8mugvsXotfx0jun2Zn9kVuqIHNivr2 nW0tYAMHkWYQgEAsgaZqZhrH9r/53ic+8Ul58Ydvf8ge2S/vFoXrXLPe/2fW SLa9uZ5q4tX5E7vHDg/tIVBEQH5ct2x60mxN/NY2bb/3g6vQsqxkZy+DscHm xtPLYPAFAQi0jUCEMoutmWmqf2vOB1f+6uezm+wPZKGX1E+UROayrummAsOm GQT6RSBbSFMtovvtqLJ7QmL22NfuIQEUBeOUo+w/nS4mqSKnpbmoUNOAnWfb pmPH8esBW0Eu5xZBTeK5tTrbi6d7LtgKEZZSpQEEIJBIIEKZRa0z07CuufY9 1eLz6Cdz7yPnvuPOvSPVr1/PZS1k72Wee3dz3VktNXpBoAkCpupj19Kc32wt 1di/0M6ekMD89lWm5FbyzH5VD0XBmAg1I6OcPDY9TtVCoP6wPdo2ne6lzYoI lOLN7ZhlVWTH3z0XbI+LhaUEaAABCAiBCGVWoWYm85Uizpb9i08ra3lhbykD oPrMvum46jD7Rkb2n9nZzFwLjk2PF2pvKcNH33QC+kObWyPJNe75DS56y7Zv 2hQ1Dm9g9FYtELJGPOkYURWi1QJVS2AzO04brKnbldKo4MixmW6hNEgaQAAC 6QQilJnUzLRsFvKskYksE3EmU5n6pzOnGRK9c79wf5ciWSa97NlMYyS3Hlbk wr7RZEjktIFA0wTs5UqlU1oVgrHt5wqLIpvhejHcrN+mrVMrZFp7l9Jola34 ddRSNXQm/mz3tpGpHTUGITB4BCKUmdTMtGwW8qykmquZlY5ESE0rV66VWqYB BNpAwFP1KVJUtYRtT5nlGixtUBSGP+zSpHKnO2tJuYKR0mjVZnamNbBjFMNW kakAky4QGDYCEcqsAprRF+dUrpmptLLLYNk9FULK7RKyaCykTV3xYAcCtRAI mbOr7KjUeGmDItf+jrnv+ruoALKrU9k9lTn4O9YIIcqUaRzVqyEImIUABKII NKvMVl2+VcRZE+vMVKXpw1ZvdvJ22cxeZ6btwy34vUThpjEE6iLgrDOzl3mZ KS3/uqJq81yml2fBmQYQtarJDsbuqMKi6F0Ds7RBOPZAKeOvWQYOgVM2y80i F3ju2Pm7OyOi8QcmG06PlhCAQDqBEfkwz5l309bNG8TWAw8tX7pk8eiDy9Lt yj0Afvaf3St2PBctk3dlIZrcA+CXlv/jdI9YgEDfCax6bKV+fPQDZX+mzB5P kGNPrJfuIS37nikB9IVArN7tS5A4hcCQEzCays9h9Zq1Y2NjRnTpN7/ubLZm 1sd1ZkN+ZJA+BCAAAQhAAAJdJNCsMktZZ9ZFmsQMAQhAoDkCURPEzYWBZQhA oFECzSqz5taZNQoF4xCAAAQgAAEIQKAvBJpSZrrITJaR/be/c+i//Jf/Ii9k kxf2Q+8QwCKzvgw8TiEAAQhAAAIQaCGBps4AaGGqhASBpgkM/BkAco5C0wyx DwEIQKC7BG679Zb0MwBQZt09AIi8dQSGQZl9Z8vTreNOQBCAAATaQeDToz+H MmvHUBAFBN4kMCTK7Iu/9dsMOAQgAAEIZAnIxS9QZhwYEGgRgeFRZlx0rUWH HaG8nYBcmHPdunUcohwX/SKQrsyaOgOgX0TwCwEIQAACQ0tALtQ5tLmT+MAQ QJkNzFCSCAQgAAEIQAACnSeAMuv8EJIABCAAAQhAAAIDQwBlNjBDSSIQgAAE IAABCHSeAMqs80NIAhCAQHsIyE3HnWCye9oTLZEMLYGoA5VjuMfHCcqsx8Bx BwEIDDgBfsYGfIBJDwINE0CZNQwY8xCAwJARkPuOF4kz2a+bQaKv7Z1OA/Nu tteQcSXdOgk4R6kcXbJHHWSPUudwNc3s/dnjts5wh8wWymzIBpx0IQCBPhHQ Hz/dHJlldpo2pkFuL/Mj2qdUcDuwBIqOUk/CFboMLL6aEkOZ1QQSMxCAAAR+ QCC3bFYkp+z9SC4Oov4S4AjsL3/1jjJrwygQAwQgMGgEcsWZZ57IX5NgqmjQ jo8W5GMOUXsqU+KqcJRW6NICAO0NAWXW3rEhMghAYJAI2JM+UXmZOVDqGVHc aFyBQLWjlEO0AmpPF5RZvTyxBgEIQOAtAkWnAlQ+ebNyR4YEArkE9BDNVfzV DrZqvRgdhwDKjEMCAhCAQFMEnDVkOukTVfrS306nI79/TQ3Y0Ns1x1vuUWof jQZV7iE69CCTAKDMkvDRGQIQgIBNIPt75ogz/dPsLFr+n+3FiQIcaU0QyD1i /Uepmbu0xZnubCLCIbSJMhvCQSdlCEAAAhCAAARaSgBl1tKBISwIQAACEIAA BIaQAMpsCAedlCEAAQhAAAIQaCmBEZkYnjPvpq2bN0iADzy0fOmSxaMPLmtp sIQFgXYTWPXYSv346AfK/kyZPZ4Mxp5YL91DWvYLg0T4nS1Pf/G3fluCXL1m bb/CwC8EfJ+jsbF169ZxiHKQ9IXA0nsXGU3lD0C+QsfGxozo0m9+3Yky68vY 4XQwCQyPMlu4cOFgDiFZDQQBUWYcogMxkt1L4vFHH0GZdW/YiHiACQyJMvv0 6M8N8CCSGgQgAIEUAunKjHVmKfzpCwEIQAACEIAABOokgDKrkya2IAABCEAA AhCAQAoBlFkKPfpCAAIQgAAEIACBOgmgzOqkiS0IQAACEIAABCCQQgBllkKP vhCAAAQgAAEIQKBOAiizOmliCwIQgAAEIAABCKQQQJml0KMvBCAAAQhAAAIQ qJMAyqxOmtiCAAQgAAEIQAACKQRQZin06AsBCEAAAhCAAATqJIAyq5MmtiAA AQhAAAIQgEAKAZRZCj36QgACEIAABCAAgToJoMzqpIktCEAAAhCAAAQgkEIA ZZZCj74QgAAEIAABCECgTgIoszppYgsCEIAABCAAAQikEECZpdCjLwQgAAEI QAACEKiTAMqsTprYggAEIAABCEAAAikEUGYp9OgLAQhAAAIQgAAE6iSAMquT JrYgAAEIQAACEIBACgGUWQo9+kIAAhCAAAQgAIE6CaDM6qSJLQhAAAIQgAAE IJBCAGWWQo++EIAABCAAAQhAoE4CKLM6aWILAhCAAAQgAAEIpBBAmaXQoy8E IAABCEAAAhCokwDKrE6a2IIABCAAAQhAAAIpBFBmKfToCwEIQAACEIAABOok gDKrkya2IAABCEAAAhCAQAoBlFkKPfpCAAIQgAAEIACBOgmgzOqkiS0IQAAC EIAABCCQQgBllkKPvhCAAAQgAAEIQKBOAiizOmliCwIQgAAEIAABCKQQQJml 0KMvBCAAAQhAAAIQqJMAyqxOmtiCAAQgAAEIQAACKQRQZin06AsBCEAAAhCA AATqJIAyq5MmtiAAAQhAAAIQgEAKAZRZCj36QgACEIAABCAAgToJoMzqpIkt CEAAAhCAAAQgkEIAZZZCj74QgAAEIAABCECgTgIoszppYgsCEIAABCAAAQik EECZpdCjLwQgAAEIQAACEKiTAMqsTprYggAEIAABCEAAAikEUGYp9OgLAQhA AAIQgAAE6iSAMquTJrYgAAEIQAACEIBACgGUWQo9+kIAAhCAAAQgAIE6CaDM 6qSJLQhAAAIQgAAEIJBCYGTLpifnzLtp6+YNYuWBh5YvXbJ49MFlKRbpC4Gh JbDqsZX68dEPlP2ZMns8cMaeWC/dQ1r2i7BE+J0tT3/xt367XwHgFwIQgECb CcgXuNFU/jhXr1k7NjZmRJd+8+tOamZtHmJig0DrCCDLWjckBAQBCAwWAWpm gzWeZNNXAgNfM+srXZxDAAIQ6AABamYdGCRChAAEIAABCEAAAoEEmM0MBEUz CEAAAhCAAAQg0DgBlFnjiHEAAQhAAAIQgAAEAgmgzAJB0QwCEIAABCAAAQg0 TgBl1jhiHEAAAhCAAAQgAIFAAiizQFA0gwAEIAABCEAAAo0TQJk1jhgHEIAA BCAAAQhAIJAAyiwQFM0gAAEIQAACEIBA4wRQZo0jxgEEIAABCEAAAhAIJMA9 AAJB0QwC5QS4B0A5I1r0m4BcoLzfIZT4X7hw4eOPPmI3an/MsUizOcZaoH1r CaTfAwBl1trBJbDuEUCZdW/Mhi/iwJ+NfoHROzpnlZne73kwHrk5DkZqZCEE Aj9i3NGcowUCEIAABCAAAQh0gADrzDowSIQIAQhAAAIQgMCQEECZDclAkyYE IAABCEAAAh0ggDLrwCARIgQgAAEIQAACQ0IAZTYkA02aEIAABCAAAQh0gADK rAODRIgQgAAEIAABCAwJAZTZkAw0aUIAAhAYIgJjT6y3t9LMpbGnjf/dUuM0 gEAUAZRZFC4aQwACEBheAnPn31yUfO5bnvY9gDj64DKzhUgr//VsB+9qtz0Y AlxUI4Ayq8aNXhCAAASGi4DIrC2bnuyv2IolLten1e22W2+xxZkpp+UadN7V jnIdaW3s7xsbIe0hkCWAMuOogAAEIACBigREqGW1Wu7Oig5q7aZ1L5FWItS0 nJatpWXflcbSSxpLd3/fWoPF2PASQJkN79iTOQQgAIEUAlpFcwppuTtTvDTR V++fo3d8yk5TFr1r2nv6NhEtNoeNAMps2EacfCEAAQhEE1C9Jd1yJzT1LeeR uzPacTMdZGpSJyVzzae820y8WB0uAiiz4RpvsoUABCBQjYDOUXZrnVlRpvbJ Adk2Ke9WY0svCNgEUGYcDxCAAAQgUE5AJy7bXAnz5KDrw+wGOiMp5TGdo3Qe Ke+Wo6QFBLwEUGYcIBCAAAQg4CNgpjK1UVfO0DSTkirLdPWYxC+vzVu6306+ 6F09N9Pfl8MIArUQQJnVghEjEIAABIaOgEo0Z4ozd2fv0ZizL3Vq0sgyjcS8 a8s1E2Tuu2okt2/vs8PjYBNAmQ32+JIdBCAAgVQC2RlMs8dMcdptcnemBhHf 31zMzJxKadsw75qd9rRm7rumQfbd+OjoAYFCAigzDg4IQAACEIAABCDQFgIo s7aMBHFAAAIQgAAEIAABlBnHAAQgAAEIQAACEGgLAZRZW0aCOCAAAQhAAAIQ gADKjGMAAhCAAAQgAAEItIUAyqwtI0EcEIAABCAAAQhAYERObzYXdHngoeVL lyyWq7bABQIQqEBArkWpHx9zdr35TOVeZ9xxIdfDlO4hLSvERhcIKAH5wl+x YkWbaYyNjT3+6CN2hO2POZZnNsdYC7RvLQHn4nlFca5es1YOAyO69Jtfd6LM Wju4BNY9Aiiz7o3Z8EUs/y20P2lHmXUi5liqTo6x3WnfWgIos9YODYENIwGU 2TCOOjlDAAIQsAikKzPWmXFAQQACEIAABCAAgbYQQJm1ZSSIAwIQgAAEIAAB CKDMOAYgAAEIQAACEIBAWwigzNoyEsQBAQhAAAIQgAAEUGYcAxCAAAQgAAEI QKAtBFBmbRkJ4oAABCAAAQhAAAIoM44BCEAAAhCAAAQg0BYCKLO2jARxQAAC EIAABCAAAZQZxwAEIAABCEAAAhBoCwGUWVtGgjggAAEIQAACEIAAyoxjAAIQ gAAEIAABCLSFAMqsLSNBHBCAAAQgAAEIQABlxjEAAQhAAAIQgAAE2kIAZdaW kSAOCEAAAhCAAAQggDLjGIAABCAAAQhAAAJtIYAya8tIEAcEIAABCEAAAhBA mXEMQAACEIAABCAAgbYQQJm1ZSSIAwIQgAAEIAABCKDMOAYgAAEIQAACEIBA WwigzNoyEsQBAQhAAAIQgAAEUGYcAxCAAAQgAAEIQKAtBFBmbRkJ4oAABCAA AQhAYAAIrF6ztnTzpIkyG4BjgBQgAAEIQAACEOg/gQceWr5w4cKxsEdRuCNb Nj05Z95NWzdvkBZicemSxaMPLut/ckQAgQ4SWPXYSv346AfK/kyZPZ60xp5Y L91DWnaQDSFDAAIQgIBLQL/2za+GVNpE1FEz40CBAAQgAAEIQAACbSGAMmvL SBAHBGIJzJ1/s9li+zrtxU6UBdu16Zt94bHpeMz9M9ZyVABZArlJRWFJbBw7 Conu6A4BCLSTAMqsneNCVBAoISC/4rIUwWy9/1G3vWussqfasGku2RQqG6wW hp1RbjzVzNILAhCAQBQBlFkULhpDoAMEsoU0FT26304guyf7brjmy21Zoaqn Qk0Ddp41vNyw7cZFzSoEY5sqopdbq7Mb5/p1dhYl24EDjhAhAIFaCaDMasWJ MQj0iYApL9m1NEccaE3IlhHOHkeWpRfkioIRR+FFKU0tm6Cjk0qbeYLxD1pu R7OzVLn6uxsOdvw9Lhb26ZjFLQQgkE8AZcaRAYFOEtBf9PAikOfHPvetUnEQ 7jpE94RrtdLA1F1gM0eM2kgDLQQ280BIt9DJI5igIQCBAgIoMw4NCHSVQNE6 sxo1k2e603gvFV7+OdNe0veTsTNy1FIi0mx3W1j3kgC+IACB9hNAmbV/jIgQ AjkEPJNotmKrzM6eg6tsRGtXgRouxUtg38BgsjOtgR2Lwsjtnj5ZHJg1zSAA gW4RQJl1a7yIFgIRBEqXQIXYqsWIOMraUQFkV6eye0IirNCmclLZjlGm7EV+ FcKmCwQgMAwEUGbDMMrkOIAEnHVmRt/Y+/0LmPwTaubdlFVQ4cGUjlCgAPKX Es2sYmlSdtksN4tcPrlI/d0dbarxByZbCo0GEIBAFwlwd6Yujhoxt5QAd2dq 6cA0HJajrhr2hnkIQGBwCHB3psEZSzKBAAQgAAEIQGAgCTCbOZDDSlIQgEDv CJTOjfYuFDxBAALdJ4Ay6/4YkgEEIAABCEAAAoNCAGU2KCNJHhCAAAQgAAEI dJ8Ayqz7Y0gGEIAABCAAAQgMCgGU2aCMJHlAAAIQgAAEINB9Aiiz7o8hGUAA AhCAAAQgMCgEUGaDMpLkAQEIQAACEIBA9wmgzLo/hmQAAQhAAAIQgMCgEOAe AIMykuTRAgLcA6AFg0AIw0VgzrybhithK9uFCxc+/ugjQ5v+YCSeew8AlNlg DC5ZtIIAyqwVw0AQw0RAlNnWzRuGKeO3cl29Zu3Y2BjKrOtDz92Zuj6CxA8B CEAAAhCAwIAToGY24ANMer0kQM2sl7SNLyke9MUvTntP4OGHH3YqZNTMej8K eKyRALOZNcLEFARyCKDM+nJY6LROX1zjtJcEZOYuq8NQZr0cAnzVTgBlVjtS DELgbQRQZn05IFSZrVu3ri/ecdozAlItQ5nZpWLWmfXs2GvOEevMmmOLZQhA AAIQgAAEIFADAa5nVgNETEAAAhCAAAQgAIFaCKDMasGIEQhAAAIQgAAEIFAD AZRZDRAxAYFBIjB3/s32pqnJHufFIKVMLsNGIPcgHzYI5NtaAiiz1g4NgUGg bwS2bHrSbBqE/Nm3aHAMgQYI2Ae5+cejAT+YhEA0AZRZNDI6QGAICeT+dJnC gwGizXS/TSmkZXivIeRPyr0hYA5gdecct/ZRnfs6e5xnjfQmEbx0mgDKrNPD R/AQ6BsB+REyVQfnV0r32xOgpS2NNX8vSnd9G++hcayHoiqq3OO2iERu+1gj Q4OZRH0EUGYcHxCAgEsg91//QExZ8VQkp+z9SK5AvDSri0B2MaVa9hyK5v8N 1VumwBZ+zNcVPHYGmwDKbLDHl+wgUIWAs8jMUyTITkHmNq4m9ar1qpIwfYaP QHYxZSID1Wohk/KJjug+8ARQZgM/xCQIgaYIBP622RM6UaEE2o+ySWMINEcg d/aTw7g54INqGWU2qCNLXhDoHYHAU9sCm2XjrtyxdwjwNBwEtDCm05f2a/mz 9CgtbTAcCMmynADKrJwRLSAAgSwBe+7Gv0rMtIxaTJZrn982DsW6CNjrzHKP zPAjXEPKbe8/jO3zXerKCzsDQABlNgCDSAoQqJNA0a+U+fkxzrLL0YoW9WtL /fXKtWPbDLRfZ87YGjIC9gyj50yU3AWXFdqb4985+HM/DkM2FKSbQwBlxmEB AQhAAAIQgAAE2kIAZdaWkSAOCEAAAhCAAAQggDLjGIAABCAAAQhAAAJtITAi 89xz5t20dfMGieiBh5YvXbJ49MFlbYmOOCDQKQKrHlupHx/9QNmfKbPHk9DY E+ule0jLTlFpPNjVa9YuvXdR425w0AIC5tfKxJLd04IwexGCHPZjY2OPP/pI L5zhozEC+rVvfjV0WFFmjfHG8PARQJn1Zczlt7kvfnHaFwLOvy4os76MAk7r IoAyq4skdiCQTwBlxpEBgR4TQJn1GDju6iWAMquXJ9Yg4BJAmXFMQKDHBESZ rVixosdOW+KO2cyWDERKGCizFHr0hUA5AZRZOSNaQKBWArI8ulZ7HTPGOrOO DVgmXJRZ10eQ+NtOAGXW9hEiPghAAAJtIpCrzLhqRpuGiFggAAEIQAACEBhu Aiiz4R5/socABCAAAQhAoE0EUGZtGg1igQAEIAABCEBguAmgzIZ7/MkeAhCA AAQgAIE2EUCZtWk0iAUCEIAABCAAgeEmgDIb7vEnewhAAAIQgAAE2kQAZdam 0SAWCEAAAhCAAASGmwDKbLjHn+whAAEIQAACEGgTAZRZm0aDWCAAAQhAAAIQ GG4CKLPhHn+yhwAEIAABCECgTQRGtmx6Uu4Iu3XzBolKbkC2dMni0QeXtSlC YoFAZwhwd6bODFWtga5es7ZWexhrL4GHH35Yfy55QKAWAtw3sxaMGIFAIQGU 2XAeHKLMxsbGhjP3ocpabh9uChlDlTjJNkcAZdYcWyxD4AwBlNlwHgeqzNat Wzec6Q9P1lItQ5kNz3D3JlPuaN4bzniBAAQgAAEIQAACFQlwBkBFcHSDAAQg AAEIQAACtRNAmdWOFIMQgAAEIAABCECgIgGUWUVwdIPAoBKYO/9me+tLmhJA rN9slwpGYp3SHgIQgEDtBFBmtSPFIAQ6T0AupmO2DumbDoXa+UOEBCAAgcYI oMwaQ4thCAwcAVNLM5mpGDKSyNPAaWOzcXqF23QAi5osEme1BGZnOnBjS0IQ gEBbCKDM2jISxAGBlhMQcZNbSNP9qlo8DVQ2mTa2UHN6qbUQm4HE6grMRBXo l2YQgAAEKhBAmVWARhcIDDgBe52ZKiSPKAlvUKOyMU5DymaexqZ7UZsBH2nS gwAE2kcAZda+MSEiCPSbgL3OzI4lOyfoRFraIDczf69Ym7lzmrFGNM5qvfo9 eviHAAS6TQBl1u3xI3oI9IyAPSdYJLCMpIuKqkgIqhH/uyGOSiMvMpLuOiQ8 2kAAAhCwCaDMOB4gAIE4AqWnQJY2KPLn7xhutuhUgHALToSVO8aRpTUEIACB SZNQZhwFEIBAEAF7CX9uh9IG/l7mTAJtpmLI2HTeLY3YXjdWY2BItFLyNIAA BBIJoMwSAdIdAoNGwLMWXmf3VDBp2k5jfwNHLRlw2TlQY0dd2H9mneZG4jSr MbBBG2/ygQAEWkYAZdayASEcCEAAAhCAAASGmADKbIgHn9QhAAEIQAACEGgZ AZRZywaEcCAAAQhAAAIQGGICI7L8Ys68m7Zu3iAQHnho+dIli0cfXDbEQEgd AtUJrHpspX589ANlf6bMHo/1sSfWS/eQltVDpGcDBFavWbv03kUNGMZk6wiY n8vWRUZA3SSgX/vmV0O+TMbGxlBm3RxMom4lAZRZK4el8aDk17pxHzhoDQH+ d2rNUAxCICizQRhFcmgzAZRZm0eH2CAAAQi0jUCuMmOdWduGiXggAAEIQAAC EBheAiiz4R17MocABCAAAQhAoG0EUGZtGxHigQAEIAABCEBgeAmgzIZ37Mkc AhCAAAQgAIG2EUCZtW1EiAcCEIAABCAAgeElgDIb3rEncwhAAAIQgAAE2kYA Zda2ESEeCEAAAhCAAASGlwDKbHjHnswhAAEIQAACEGgbAZRZ20aEeCAAAQhA AAIQGF4CKLPhHXsyhwAEIAABCECgbQS4b2bbRoR4OkyAuzO1ZPDkrsAtiYQw mibw8MMPcyPLpiFjvzkC3DezObZYhsAZAiizlhwHoszGxsZaEgxhNEfg8Ucf kdvJo8yaI4zlpgmgzJomjP1hJ4Aya8kRoMps3bp1LYmHMBoiIJoMZdYQW8z2 hgB3NO8NZ7xAAAIQgAAEIACBigQ4A6AiOLpBAAIQgAAEIACB2gmgzGpHikEI QAACEIAABCBQQuCBh5bntkCZcehAAAJvIzB3/s0OEbMn+8K0tN+S1/ZmW3Pe 0j8ZAAhAAAIDQ0DWPoZsnlPIUWYDczCQCARqI2CrpSLl5GmzZdOT9maHZfbL Tvt1baFjCAIQgEC/Cci5KaWbJ0aUWb8HEP8QGHoCWZGne7IVNVNyy9bqhp4i ACAAgQEhgDIbkIEkDQjUSECqWUYbyetcyyFtUkKSALSoZs+TmjKb2VkUXopr +kIAAhDoIwGUWR/h4xoCg0nAs84sXOQhuQbz4CArCECgjADKrIwQ70MAApEE POvMIi25zbOzmYkG6Q4BCECgOQJy9mV2K3WHMitFRAMIQKAtBIpOLGhLfMQB AQhAwCIgNxBzeGT3ZIGhzDiIIACBHAK6wMs/pRjSJhBu1pT/ahpcayMQLM0g AIH+ErClWIgsk2hRZv0dMrxDYAAJxK4zy0WgWs1Wh2aPvROJNoAHEClBYLAI qCALlGUos8EafLKBQB0ETJ2s8ouQdWYhC/zVjp1T9hJoIXbqoIINCEAAAtUJ hMsylFl1yvSEAARqJFA6c1qjL0xBAAIQaDMBZjPbPDrEBoFhIZCtjQ1L5uQJ AQhA4O0EUGYcERCAAAQgAAEIQKAtBEbkX1W59abc4EkikqtuLF2yePTBZW2J jjgg0CkCqx5bqR8f/UDZnymzx5PQ2BPrpXtIy05R6UOwcqvgpfcu6oNjXPac gPn96rlnHEIgn4DnVuVOh7GxMSO69Jtf+spOlBnHFgRqI4Ayqw1lmiH5tU4z QO8uEeCfmS6N1qDHKhWuqBRRZlG4aAyBaAKJysz4k8921Ik80YHSAQIQgEBr CAzMN16FRHSqRIaCmllrjkcCGSwCfmUWWMhZsWKFVLNFmQW2HyyEZAMBCAwX AfON19q0A7+KqyWCMmvtuBPYgBAoVWYh0y66zkCVWUj7AWFHGhCAwFASMN94 rc0+8Ku4WiK5yoxzM1t7MBAYBCAAAQhAAAJDRwBlNnRDTsIQgAAEIAABCLSW AMqstUNDYMNCIPZcnmHhQp4QgAAE2kegB9/YKLP2DTsRDROBHnzIhwknuUIA AhBonEDT39sos8aHEAcQKCLQ9Mcb8hCAAAQg0ASBRr+9UWZNDBk2IVBOoNEP drl7WkAAAhCAQAKB5r7DUWYJw0JXCCQQ4FqyCfDoCgEIQKDPBJr7DkeZ9Xlo cT/MBJr7YA8zVXKHAAQg0DSBRr+9UWZNDx/2IeAj0OjHG/QQgAAEIFA7gaa/ t1FmtQ8ZBiEQR6DpD3lcNLSGAAQgAIFiAj34xkaZcQBCAAIQgAAEIACBthAY 2bLpSXNPKDnRYOmSxXrbcx4QgEAsAf99M+WuaoEGzX0z5Ra5gV1oBgEIQKCj BPQbr7XBx351RyXCHc2jcNEYAtEEPMps4cKF0eboAAEIQGA4CLRWmcVeGiM2 kVBlNhyHAVlCoBECWnLeunmDWtc6dCOeMAoBCEAAAt0nYP9qSH1OKojubOa6 deu6nyYZQKDPBGxlxmeqz4OBewhAAAKtJ6C/GqrMOAOg9cNFgBCAAAQgAAEI DA2Bt9XMhiZrEoUABCAAAQhAAALtIkDNrF3jQTQQgAAEIAABCEDgTM0s/IxQ eEEAAhCAAAQgAAEINETgzBkAt912W0PWMQsBCEAAAhCAAAQgEEXg/wf3ssMX RmV/2AAAAABJRU5ErkJggq2EAABEAGQAAAAAAAAAAgAAAAAAAAAAAAAAAAD9 L/ojvwK/AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAE8DAA AACyBArwCAAAAAIEAAAACgAAIwAL8AwAAAAEQQIAAAD/AQAACAAAABDwBAAA AAEAAIBiAAfwKYQAAAYGpyfgLGLr3NNqBtoZdqJYEP8ABYQAAAEAAADugAAA AAC7BABuHvD9gwAApyfgLGLr3NNqBtoZdqJYEP+JUE5HDQoaCgAAAA1JSERS AAADMwAAAmYIAgAAAOf9SREAAAABc1JHQgCuzhzpAACDpklEQVR4Xu29C/Rd 1X3fqb+Q0IOnwcaYlwEbG5BSSXgM2MExwm3QGPEQFW3SdGK3cZNJRAhdclt1 TccaeZIpk+TfUowc21O3cbxm2lUrCWnHiVwn0Z9GjlGmy0hYgoCMwOYtJKH3 +y/NT/zs7c3e5+yz93nce865n7vOuuv+z9379/jsc+/9/n97n3PGNm98bAoP CEAAAhCAAAQgAIFhE7j3/hVjoszmzLth2JHgHwIQgAAEIAABCIw0gVWrVk1M TPxQmW3ZtGGkYZA8BCAAAQhAAAIQGCqBNY+sFWU2dagx4BwCEIAABCAAAQhA 4McE3lIzmzu/9LTmSWNybMzme9L+03p9qv1bW+qfP7TjvRVl37JZYN/xPjb2 Y/vRb7kufhRzRgp2al7iTSMSsHnZvcW1Q8/j8OPRGTiit6QQOMDiD4DAAfbW 7JpGdIpq5GckcIC9GXPNn5FoRKEDLOsoyv6Y1/IZKYuo5Gck8A3W2s9ILV/C 8Z+ROhAN+jPSAKKSB1j8l3DzXyP1f8PEf0ayjqLkrxHHSAtl4P8w/70SVW7N bPLElJMnT21HT0w5ceKkvg5sLcyQkCAAAQhAAAIQgEAXCWTUzP5ozZb/fs/4 Z3d+/tlfvP09P3v+wTv/4+zTQqnV8s/uj+QzNTODuq6yYuP/rgVqcjWVTOr/ dy26IETN7IcHZCfqytTMdLSanrigZpbFOfBN2/iXMDUza0SyZw/0Q/GJT/xc vFBbuHDhunXrktp/8pOfKuFFe9k1swxl9i/u//7UL/76z/3iOe/7+hem/Oma KRctmjIdZWZ+n3KVE7OZ3rdVXRO+KDP753ZA/71Ei1dmM+0vh7xfhdwVBQP+ 76WBqbrQfy/MZv7oW7HZJSUos3hlFnm+o84qijJLam+UWYleBbOZK3/zgk+/ +Bvv+1e/vWvrzinvXHRwMl4y1tzyyJFpstVsFHMQgAAEIAABCEAgmsDc+Tfm bdE2EhpmnJs5bfqss8674K6PfHjpLf/j5PTJf/Xbvx5v7+TJsRMnTm3xXWpv eeDA6QcOzJBt//4ZYlye9YX92Ldv5t69M/Nc7949S7baA8MgBCAAAQhAAAKj Q0D1nJ2vv8enkXvVjLNmzj7zzDPHxsY+8pGPLFq06Kd+6qdWr159xx13yJ8f /ehH24z1jDOOnnHGESdCW5yJLGtz/MQGAQhAAAIQgECrCMhl+f2tMEK9zZIR Z/qi8N5L+dczmzx1WuZXvvKVEydO/N7v/Z5MuC5btuyP/uiPPvWpT61cuTIz GimYyf6pU09NqJuy2eTkVLMdP/5jd8ePn3bs2A83Y+3o0Wm62ZOY8vrw4emy mWaHDk3/0XZ6IRfTYN++U5UzX5ZJ8WzPnlm62dbsytkbb8zWbdeu2dpm164z ZJMXO3eeeuYBAQhAAAIQgAAEHAJGnEXKslM6KgzxoosuEn32zW9+c+rUUy0f euihWbNm3XLzhyenuEWpsJ3TTjshm7Qx4mzatMnp009tslMkmjwfPXrq+fTT j8s2Y8ZxY1Bez5x5TP5UcSaaTJ5nzTomm7w4eLBYnJ155g+jVVl21lmHjXGd 0zznnEOyyQtbnJ177iHZZKcIMnl+29sOyiYvjDiT18gyPoQQgAAEIAABCAQI mCJZYbVMjRQoM5nNPHDgwK233qqtf+3Xfu3Un4v+9ouz3/Ozf+/ul156qfRg mJpZOQtaM4vva8SZLctMd79g5lvWmpmz//zzD8gWHwYtIQABCEAAAhAYKQLO bGZh7hnK7OSUE//zbXeKJpPOr7zyijzv2LHj+PHjv/Ebv/F/3fW+WSdn/Jdv f/q/HXrqP/6HP7zggguMA53KlIeZxwycByCyTFqamllhlH4DrZnNmnV09uyj kd3POutIpiyT7lozM5WzTINaMzvvvFNbpEeaQQACEIAABCAwygTMJKaz5izA JEOZjU2Z+o8WXPvus8/82te+9olPfOL2228/cPk7f/tj0+f/iy/POfuLp/3K T8zdf+jnTzv3o3/rY9Onu5eglctRyjozXWrGAwIQgAAEIAABCLSQgH8VjCaC dNaWRYqz7NnMsy84b+mNN8jyrim79h36u5cenPXPPvjfvvut6f/hn/4/1/5P R276R1M+/puT/9t/+q//xdTJCvPRkwCk2bRpp1abySIzedYzAEzf008/tdM/ A8AxrsvLzBkAzjqzNy+ZceqqGdLGzGAGwjv77FNrzswZALrOTJeXmTMAdHmZ OQPAXmdWmDgNIAABCEAAAhDoOoHM65kVJqWnc9rN/D2+kWxldukv/5OXb7j5 j3/12lfPP/Ojf/jdj0555efedt1jx/71vzxx+pNTfvOfzPj7Z//S195xcqbO eOpDqmX2/VucypmeAaCyTB/mDAB7TlOX/5szAGTtvzkVQE4C0PMA5PGjqcyM 2cw3L5lx6qoZ5sIZmfpMpjVVk8lDXvizmbr8XyWaPHQq057NPO+8A7IVjgoN IAABCEAAAhBoG4GkS2BkXjIjRmOVyzrj7kxy83J53HL9mV/4Pw6cd9s33n7s o/9m6v/ywcnTpp/2/86dfGPKgp0Hv3Fk5nlTZk8VKXZKmYXvm3nixCnxpydm 1nJjkMAt4SwXBTedfGswJe935hnRIci4ec5Qby3a+C3buG+mDnxglAM3nWz+ tiolb57D3Zn045x1f6EffszruPXQoO9gVsuXsPNl3jAidxQCKZS9cepbRrkB RI1/CTf/NVL/LfKif4Xrunnxqc+z3Ddz1apVkWpJ786U1N7cnalEr4L7Zqoy O3xsysan/mrndw+89NL/94v/6L4ps2dOmSEFpKkn904ZO/stl9Qfquxo+nuz RfcEdH77Az+c0b+pdR3xbbknYLw0bw2iQf/qNICoRZ+Rsj/MJX84UWYDEa+D /oygzKx/NX+sYex/LwdbH6nrd+pULr/7u/82UpaVa6bKLNVL1B3NVZnFP1Bm bz2OqZmZY2fQ9YAGZEddXwp54nXQvzoNIEKZ/fCAL1U0HfRnpAHZ0fi/x80X hKiZmWP4x99U0f/8N30A1PUlHC9qhtOy4I7mMh5J23CSwCsEIAABCEAAAhDo HYG3rDPrXXYkBAEIQAACEIAABLpBYM0ja2V9W8E9ALqRClFCAAIQgAAEIACB XhBAmfViGEkCAhCAAAQgAIFeEECZ9WIYSQICEIAABCAAgV4QQJn1YhhJAgIQ gAAEIACBXhBAmfViGEkCAhCAAAQgAIFeEECZ9WIYSQICEIAABCAAgV4QKFZm zl08NWu9fbr9ogqNmFu++x7NnhjXMS5i7BS2GYyjpNzNSGlsMSnUOLiF7vJ8 hUONSSTSNc0gAAEIQAAC7SFQrMwkVvtenhq6c+/06vk4twsNGCzt2nHR3E/7 wBzFY5dkTVTxiZdGHR8YLSEAAQhAAAIQsAlEKTMfWeavuykX1YjYL/Ooa/u5 ojs7F6cyF1lkig/AR2QScZAWtowXWCrLTJDyOpBmHt7CeIz95g6DvKNOj4d4 IPHjRUsIQAACEIDAgAmUVGaZWq1EVSacran0+D+6KjUaLeoEvJcbpLzCle+o sGWNuTveM8EWxmNLveYOA1tT2kNQ+0iVG196QQACEIAABKoTiFJmTVRBnNCN i8ziRy0KzHFRaLOwQR795hyVDilwoFSxGe6bajl8DDSUQvWPEBYgAAEIQAAC NRKIUmamClJY4io9qRS/zqx08nYWqaIhyWnA0QA0blKotTfWsla5wyBwDJS2 WXuCGIQABCAAAQg0SiBKmUVG4J8oENlxwM3yJsVqD8N31BVEVVDUPpspwYwC tyrM6QsBCEAAAr0hUKcyM1BYi114fNiImsblCETnhIB6vddrzccYOAmgkDkN IAABCEAAAu0nUJsys6exSswVZq4xKpwaK60DbLFS6KXKKOY5shGZAMzOGJhJ uQcM+t4lX8d4TDxKKb5lPNVCm5kpxNunJQQgAAEIQKA9BMbkV23OvBu2bNrQ nphGKhKngjXg3IfrvZZke5BCLRwwAgEIQAACXSew5pG1ExMTtdXMuo6D+CEA AQhAAAIQgMDQCRTUzDKnzEpMVgbyzJuVq9FLYOKvRi8lxnKIeCXa4eZu42rt AJUYU7pAAAIQgAAEyhHQmhmzmeXo0QsCEIAABCAAAQjUSYDZzDppYgsCEIAA BCAAAQhUJ8A6s+oMsQABCEAAAhCAAATqIfCW2Uwpo9VjFSsQgAAEIAABCEAA AhEEVq5cqZfIyFhnJrvk7QgjNIEABCAAAQhAAAIQqEpg1apVIWVW1Tz9IQAB CEAAAhCAAARKEeAMgFLY6AQBCEAAAhCAAAQaI8AZAI2hxTAEIAABCEAAAhBI JIAySwRGcwhAAAIQgAAEINAYAZRZY2gxDAEIQAACEIAABBIJoMwSgdEcAhCA AAQgAAEINEYAZdYYWgxDAAIQgAAEIACBRAIos0RgNIcABCAAAQhAAAKNEUCZ NYYWwxCAAAQgAAEIQCCRAMosERjNIQABCEAAAhCAQGME3nLfzHvvX9GYIwxD YIQIPPzgA5otn6kRGnVShQAEIFCKwLp163Lvmym/IkuXLC5llk4QgMApAsvu Wy7P+hlTZcZniiMDAhCAAATyCNi/Ghl3NNdfEW3EAwIQSCWw+qHxTGXGZyqV JO0hAAEIjAIB51cjVpn9mwf+fZjOr634B6OAjxwhUEggoMxMFa3QCA0gAAEI QGAUCNjlMHs2s+AMAJFlP/sPF4e3Quk2CnzJEQIQgAAEIAABCMyZd0PMJuWx PFYhZfblf/2IaLILLniHbmLiU5/6BfNs9ksbxBnHIgQgAAEIQAACEBACUgAr 3AKgCmpmKsjuePPxx3/89bvvvts86055V9vwgAAEIAABCEAAAhCoSKD4emZb //r7n/jEJ8XNH7z1IXtkv7ybF8HYWx/xgUq/+Ma0hAAEIAABCEAAAr0hUKzM JNW/MecD47/5OX+T/WEQJ60Heqs3Bw2JQAACEIAABCDQEIFiZXbV1e+u17cp pRmz9h4VcMi4epljDQIQgAAEIACBYRFIuup4sTKT+UoRZ8v/6a9qPvLC3sJJ 2vOZUj5TyWXqaEaE2Xu0mT7zgAAEIAABCEAAAp0moLIsXpwVKzORZSLOZCpT uThzmmFYKrlQWp0+pAgeAhCAAAQgAIFyBGxBFinOipVZlZqZpiHijNnJciNK LwhAAAIQgAAEOkrAl2Ix4qxYmS17YU7pmllHURI2BCAAAQhAAAIQqEjg4Qcf 8LdCm8XKbPWlW0SclVtnZtybspm+0IeZ6HT2SC9qbIUjRwMIQAACEIAABPpH oFiZyTozEWcl1pk5q/jNn2a9v63bzIo02Wm/7h9xMoIABCAAAQhAAAJ5BIqV WfV1ZtCHAAQgAAEIQAACEIghUKzMWGcWw5E2EIAABCAAAQhAYNWqVXK38sIt AGps88bH5KbocutNaSSnDCxdsnjZfcu1g9zR/Bf+8V1SMxNxNvNzt+iEpllw pm1kp0x3yh3Nf23FP2A8IDDiBFY/NK4fH/1A2Z8psycP0dz5N8qH0X9X98tz CbZ5HTMdif1ML3mNS8RDFwhAAAL9JhBz6qVNwIgu/Y0QPTcxMRFSZg4+kYEr V64szXTb1hel75VXXVLaAh0h0HICzSkzO/E8DafSyhFSmY3DKtCBHHA3+OFo VTCDTx+PEIBAnwjY5TBbmRXPZhoK1WVZn4CSCwS6SyCpCJfUuLtMiBwCEIBA LQRkHjJmk/JYnrsEZSY1s3JBS7Xs1//lZ7TvP3zzofUzHhCAQBcJSOFKNz94 +y3TwGnp/5lpzZhy7OS57iJJYoYABHpJQApghVsg8QRlVq5mprLs3/27f6dB /It//ll5LXsQZ708HEmq9wR0PlE3X2PlvZWHJc+avd840oladdF7ziQIAQiM LIFiZSalsrxHDDVZWCZqTOpkosZ0k9eyJ7zgzL4VevxVZ/2Wth2NNt5aTHa0 gUCNBOwqUaAuVd1j0motu7HT0RZn/luFcQasOX2RYoUwaQABCPSGQLEyk1Sl WuY/4hGICPvQdR8TNSbbbbctlq3wPAD7VujOFWvj/WpLc2FbNFkqOtoPmIAp ONkvqsfgC76A0ElqXD02LEAAAhCAgEMgSpnVQk3V2IK/cf2uVw6VM2gKYKa7 vUeFV7z8cqz51bVyQdILAm0j4Au+QISOKPQ1nCPdKiabZ02rcY0WDitGTncI QAACDREYhDKTJWXnvWuWSUBel1hkpvfZ1IcRYfYecxfOGFK+NaprMdxoM1IE Ms/KTNJ5hbgC1uy3Ms82KDROAwhAAAJdJBCrzPIWfukJm/6zzeLPvvGolMrM Hnkte0rAcqpc5uboKqryDPq3S9f2fgWuREh0gcCIE6hXM9VrbcSHhvQhAIGO EohVZqY65dxuXE/Y9J8NjrzyWImymR2D2rdLaHkD4N9AXVraNbOOjhxhQ2AA BJyymfOnvYTffyszPFt7Bawh0QYwuLiAAATaSSBWmZWLXuRXXnlM9pcQZxqG s6TMzG+WCDJ+XVoJ43SBQA8IZIozXQHmrEKzF4fZb+XtFzgxXRxHXM+sBwcV KUAAAgECDSozlWVHX7hUtj/5t9skCHnWTXcmiTN7/tEsKfNnKiOVlrFW8cRP ji0I1EUg73xJf3/gzMqkxn7kkTGYFWCZFjKvN2Z38fVcuIsj8jIb1zUK2IEA BCAwdAJRyizzembh0LUeJvJLnnfvPSKbeaF/yrZ9ywVhI45s8uclnT3OTKsY 94WX2WNfmMNpiVwb+nFJABCAAAQgAIHRJFCszDIvZqY7w8h0HlM1mTx+45e/ 6bdPKpuN5giRNQQgAAEIQAACo0OgWJkZFqn3zdSCWfix7a9fLWrC+xCAQCcJ BGZdO5kPQUMAAhAYCIEEZVZYJEsNeP9pT6R2oT0EIAABCEAAAhDoMYEx+b92 zrwb5KbokuS9969YumTxsvuWZyYsNbPS4iyp7w+2vfbMludffWnniRMZVyk7 6+zZ773m0p/4wHt7PCqk1lECqx8a14+PfqDsz5TZ09HUCBsCEIAABGIIGE0V brzmkbUTExNGdOlvhO4cUM0sXtL91z96bGLtf3/5hR2Zskzi3rf34OMbnv69 z39dWsYwog0EIAABCEAAAhDoCoEEZZa6zsxGkNT3G+v/g27bd77ob+bdriAm TghAAAIQgAAEIBBJIEGZxde9fN/xfX/6zhv/5a+Pv+OsK2fPPPPp5x5//Km/ cLYzZp/1d+78pLSRlpFJ0gwCEIAABCAAAQh0gkCCMkuqe2nymRdC050BOpdd +U559/1XLJBtwTUfsTfRZLf9rb+94IM/oW0yH3m3+Iy/UabTMvLqtXnBlDgO SnhM6pLX2EYXH7Z9S4akMOJd0BICEIAABCAwIgQSlFl83ctml3k5tEi4Z8w+ 86r3vUe2yy99r24XXnCpbNJ9w7qnf/t//6JsX//9/+ZYsy8ha64Za98oM6we 4ltGZlGiWeqlbjXmWlSRuXhvpDV1LTmmxlwCC10gAAEIQAACvSeQoMxK1Mya w/cX6yeuufYa2Z568ilfnDl+jXrQ/QER47e0TflVt5g9PoS8XtLSqT/F1/n8 lANe4sfFuUVpZjXRaaPGS0ceHxstIQABCEAAAv0jkKDMytXMqiA7cHB/Zvf/ 9H8/Iprstr/9U7KpOEv1UqLA49fSYvZkyjKnLmXs+GWq1AqW7S7eS5ieUat+ vnnVsjbUHVMPCdpDAAIQgAAE2kAgQZmVrpnZq5ds8aEG/WfDRWYztz7zrGzP v/A9B5ZoMt2j4iweZY21HHNbdPFuT5uqi/iQTMsSelH62vOJMX7DXgwf+waj JXKpkXMJ73SBAAQgAAEIdJRAgjIrXTMzxRvnjuNq0H+2UZp1ZgG+RqXFjIF/ 1/OYXnlt1Jqth+xkq1hO6lujDHJuEp8Uht14KBxKR0tHCEAAAhCAQEsINHsP gLxL/xfeEuD+X/rMJZdcLIxEmcnzsUM/LEFd+u5LZIXZ3/m5uwLnZipZZ8WY /afzljMSfkvdk7ffdhdu4wfmWFaFZ3zFxOznUhit8eIfgnnW8iK3Odt+YyJv yQeg3jD6cQ8AuQh1vViwBgEItIGA1EG4GckABqL6PQASlFmJfCoqM5nNNEvN 5MRMCaC0MlMNoSkUTho6LY3O8C0U7nGmF9V1Xi9Hk8Xom3hlZvw6KtMe1rAy y4vcJGVbjqdd4rhqbZfeKDO5PUhrIRMYBCBQgsDDDz4QqRhKGKeLTSCSc+Du TAnKrLDQ5Y9NYGlaeG5Ua2aizC665NR1y0zNTBacfeSmm9/17nMLa2YdPVDC 9byOJjU6YfdJma1bt250Bo5MIdB7AlIti1QMvUfRdIKRnId238zMi5npzgAa uaO5vpt3bqa8ZdpUQWyWZ9W4TqtEPHYYkcvzawm4JemXIEYXCEAAAhCAQF8J JJwBUPrczCR2IrnkjubaxT43U6plWjDTt6RNdXHmnJpQOMuZlEh84/jF8vUG XK+1+HxpCQEIQAACEIBAHoEEZVb63Mwk+irLdPm/PJx7AOhOuZ6ZirMkyzSG AAQgAAEIQAACLSeQoMwGUzP7+V+5TbZP/6+/JNsvL/+5O//u39z4199a+smP 6XbDwvfLJm9ps0y4/iSdvafl40F4EFACc+ff6KDw9wyGVebUuXNqS72RVDRe orvzpVFvOo61NqwiKIGoUSYYhwAEbAIJymwwNTN/eEr4ffzxk/7GwEOgWwSG JcVsSnpKin/dvjaTLLcswZ7cb1q4OAsJmnbX5sEiNghAwCeQoMwGUzPzQyzn d/78Kfa2YMGYaDXnqrAcEBBoM4HNGx/LE2eyXzcTv762dzoNzLt+rzwIzpnC eR+fvKKa7nd0nr8zfggCjsSI8eW8qOJRzeYlYjvNaxmfnbaMdGeDdV4XYtf2 yMHUoaE9BAZGIEGZlahd1ZJGLX7lR0XE2caNtUSEEQgMk4BIKxFtujkyy+w0 bUyDzF7SPikTvxyVWVSL3xnvPWwzT2eYXuWESLzTWoqL8e4yuUVi10EsV1mM Hy9aQgACpQkkKLNytavSkZmOdflVcSaVs8B3tPmHNeZ7PKaN+T849Z9UO5LA /8R+TcIGHh9h9WHCQhMEMstmeXLK3p8quZoIXm0ORgHkeYn3bn/iTK9w93jj Dl7n0x1pJ7JZYCirW2juOMEyBCBgCCQos1pqVyXQ1+hXxVk4hshVNfrvaYl0 IrtoGPrDZhyF/y/Xd1FjkYS70ixTnPmzmTHplOsVY9lpo8dh4bRaCcvNdbHX fjn/3viJZIaRmXJmS+PLV67xRiJjyBuL5khiGQIQqEggQZnVVbtKjbhev6py YuSLrXKcr0vtboxkvqtp2m0CXWKYOFpQwwtIsaa1Y0zMtGmCgD0vmWTfzIGW rqjFfHA0pMz/cPLUT1IWg2xs/y9U6LdEdv7nt4QRO7DM7pH/bRYmSAMIQGAw BBKUWY21q6TcavcrE5pJAfiVKlPNUrEV88VXoktSkDTuMYG8UwFKn7wZ2dHR DfFav1DAFTZIHc3aDToBZNrPc1pLML6RJLPO/4SpPGkPAQgMkUCCMqu3dhWf s/hV1zHP8WaTWgamGEpMFpguWlpIiiSvsfnVZEKzFp5tM+KsIdN5yaTSl8o7 p2OhRLMP78xjNbNB/M7A8Ww+dCoywjbr+hw58Rintv3wznj9qr7sD2x8jplf O0nYk3Re2z4OxAOBfhNIUGa1164iyZr7bGoA4edIm6nNAlMMSfMdxq8a5Msx dSBGp72vuhxxpn+anXnL//1eqScKmIPfhu8oFW3jNIjc6Y+p/XGzjeRF4rs2 osf+xAUOnoCwMwH4Kfsyzk85Mzu/o/PNkAkzz12JsYiJc3Q+a2QKgbYRSFBm Q6yZDYVa5v++AS0VP/tgWiaJM6exUyTz/6cP/NgMhSdOIeAQsKtigbJ0gJtt IeaAr+5Rgol0WosvjhkIQGAECSQosyHWzAY5MOb71HzRZ84R2P/jahe/vf9T EZiXickxHEmMBdpAoD0E/NpYjLrKrMxFdqzuUbzbRsJ1uLziX+khiEyztH06 QgACbSCQoMxGoWaW953rT6NkTm3Y4kxfO89Og8LvWb+BH4nx4vxiteHwIgYI QAACEIAABJIIjMmikznzbtiyaYN0u/f+FUuXLF523/IkE21rLHUpOftSbs2U 95A7AchVzQpV0SDz8mdCWxXeIFF02tfqh8b146MfKPszZfa0P8E1j6xdetei 9sdJhBCAQBIB81uf1IvGqQQiOcs37cTEhBFd+huhOxOUmdTMhjKhmepXlVkY ZduUWerA076dBPqhzORrpZ14iQoCEKhIoEP/IlbMdIjdB6rMhphnkuvIEx4p SiVRpXEMgX4os5hMaQMBCEAAApkEqiuzkVtnlrlOi8MLAhCAAAQgAAEItIFA gjIbylSmMCrhV2Yz/a0NuIkBAhCAAAQgAAEIBAgkKLNunZspZwDYmywsE63m XBKMIwMCEIAABCAAAQi0ikCCMitRu6ol1Vr8iiYTcSZnZfKAAAQgAAEIQAAC rSWQoMy6VTPzias4k8pZ/HX8taVzLe/CPZmDXeIS506chWc2xN+EoLWHI4FB AAIQgAAERpxAgjKrpXZVAneNflWcpcagJw1Ir8AL827mhKl9b81CgZUXXszJ pLbx0o5S+dAeAhCAAAQgAIG6CCQos67XzBSZ6ptBqhb7xk0mALvwZsYyr65m Snfaslz5TXs5FhwlZ7cxjmxcjmsnsLoOSuxAAAIQgAAERpZAgjKrsXaVhLt2 v+Hr0Npzl0lxJjX2q2h5dTVH2IXLb6ZiZ/fK7GKuHmLUVd4eW885bVS0xRTz kuDQGAIQgAAEIDCyBBKU2RBrZuo65rn6QBrxkSo4jKRL7RiIOVP3pNbMVK45 9TDHaaCNnY5vp8Zkq48dFiAAAQhAAAJdJ5CgzGqvXUWyE7/qOuY50mYTzZq4 hm3mqrVU7WjXzPISj2kjfVNdN8EZmxCAAAQgAIEeE0hQZkOsmXV6ABx1ZS/t qphXpil1l1nKinHtt8nsFWOqYnZ0hwAEIAABCIwggQRlNsSaWdcHxp4rNKd5 OrOffhvN2hF2ec0CiEyXwMyj3yawh7VlXT8giR8CEIAABFpLIEGZjULNzNEu 9p++rAm/6wy5P9dZuMfYN2LOaDXt67swDfwXtpHMyI1N268PxHYdkHqtPeIJ DAIQgAAEINBmAgnKjJpZmwey9tjsc1RRYLXjxSAEIAABCEAgk0CCMutWzUxu xJS3cSjEEDAlPWRZDK7m2sydf6NtPPxnoKUfoZgyW3PxYxkCEIAABJIIJCiz DtXM5EL/4S2JEY0h0BICIqQ2b3zMEWflYlNTZqvFZrlI6AUBCEAAAjaBBGXW lZqZFnv27N7/7FOvPLPpJcn2L//0yWc2P//UE9tefWmHv7qLAwICHSWg6kqD z6t+6f6kBH1TasExZcwG2if5pTEEIAABCAiBMflmnzPvhi2bNsgf996/YumS xcvuW951NC89t2vf7sN2FiLIjh09dujQ4cvf/44LL377M09+/6prLut6msTf NgKrHxrXj49+oOzPlNkTiHni0fX+uzd/9CajwEzNTAWZs99INPOu7HFaGvu2 qrOdOmrPMeW/G26fmVHbRo14INBpAvKdE/P10ukcuxW80VThsNc8snZiYsKI Lh1E3ZmgzKRmNpQJzVS/P9i6893ve/tT3zlVLTOPt71zhr4WWSbPD6z6/D/7 zC93a7CJtv0Eqisz//8i+bg6gsxoskJlZlfUzGtbnJnXmS0D9iNdyzdU+0eN CCHQXQL6nYMya9UIDlSZtSrzvGCe37r98P7j+u7ePfte+P7LL7+8ferY2L3/ /O+aLiLL7r7nNmpmnRjQbgVZizLzv2RjlJkNyq+T5VXIbJVml8ccxRYolTlT pXklum6NI9FCoCsEpCyNMmvbYFVXZn1bZ/bG6/t/KMv27t/y3We2PfvC7l17 d+7Y/dlPf3H1A18TTSbb7bfd8eK2Xa+8uCNvOJ27Q9Z7vXv7ahRJlgONS9ss d0AnhV3OBb1SCdjL+WP6BhafpZpKbR8THm0gAAEIjCyBBGU2lKlMGZh4v1Iw MwO5f9+B/fsOHjly9MTJE7LJVVn37Nm3YuWvSIOpU8dmz5713Na3THeajvYd JBuSIPYFKepy0YTNkf1UtC1xPR/Tno7099jVr8zXJZLKVG+Rrku4owsEIAAB CJxSKfEU2n9u5oF9P171P3v2zOPHj09OTor0OW3qVNFmx48dG1/11Ttvv1NS njbttB3bd/u5O/cdci7l5dTSpHvMnkjCYVMq4FJlXJ5NY8o2aF43EUkkBJqV I6BqSTdfwGVOZdpd7AZ5pvICS21fLkF6QQACEBgdAgnKLL52VS++eL/Hjkxe 95PvUe+HDh4+duz49GnTppycMjl54pTsGBs7fmzSxHbnz9ycFKdfS4vZk+nC v7x+oSnnBk2ZmtK5EWfAZnhi1JTfjBy09xRGkkSVxpEE/PX7zh4zpWgMagPd n+klbxYyz5Rj2f7T8ZLnMTJZmkEAAhAYZQIJymyINTN1HfP8nW89q8N55Njh GTNnjMnM5Zg8TZ1++nR5sfvgdpnalHelmPaF3/r9igMvGkXFkNgx1TW/4OR7 8e9QWTESDcDXTHnBhC/r7/TKTLN6wFiAAAQgAAEIQMAnkKDM4mtX9YIWv+q6 8PnCy84xrl97ede5554lf5427TSRZfuO7Dh4/I03FcyJPbv37ti+a9YZ06vH qXrILkHF39TI6Vg9GNVn5YKxvfsp+GnWEi1GIAABCEAAAhBwCCQosyHWzCKH 7fjRSZm71MeC6695etuTIsj2H90pz7rz7LPOlgrawYOH5YIal1z+Tt+so2zC 67rMu5kaK3VNWGSO5Zo5wfixZUbrLG5rQkqWS4deEIAABCAAgb4SSFBmQ6yZ RdKffdYMOQHz6JGj0v7YkZMLb/7I5Vdces45Z86Yefr5579t7txr77xjsRTM blm84PDhI1fPvTzTrJm803Vapo2/P2ZPOHKjdSJNxai9GJsmL+PX32PSzwQS E0nkqNEMAhCAAAQgAAFDIEGZtb9mdt7bz77wsnN37tx9zXUXn3HGrIsvuvSm D90kVy+75+6lH1/08QXzFuzZve/551786u/8yVVzLrno0gvyjgMznacNbNVi lnOZtwr3OF6cNV7xxh1HttlUm05f7V5LJHy0IAABCEAAAhCoQiBBmbW/ZiYg rp777hmzx9Z8Zd2+fQfePB3z1ENOAxDhsf2115/d+n2pqF1yxfk33bKgCrX4 vvZpmOZ0gfjumS2bsFkxJLpDAAIQgAAEIFALgQRl1v6amRL58MJ5V179rue+ 94OXXnj1tVdev/YDF7++fdcTjz+1+Yln5I7mV117yc23frAWdjFG7NX0gaJX jCnTphabTpktKQAaQwACEIAABCDQEIEEZdaJmpliWnD9+z+6aP4Z507f+cbO L43/4abHnzx85ND75ly6aMmNotsaQolZCEAAAhCAAAQgUJFAgjLrSs1MiUyf Ouv973/vB6+ff+vij9xx98cW/s0PTx6b3Pyd7+169WBFZHSHAAQgAAEIQAAC DRFIUGYdqpkprP17D8nz+OrP6nbtnKsvv/yK7a/sbgglZiEAAQhAAAIQgEBF AgnKrEM1M1MYE0G2fNlndJPXFWHRHQIQgAAEIAABCDRKIEGZdahm9lffflxq YyrLDL7r3vvTs8+YsWH9440CxTgEIAABCEAAAhAoTWBM7j08Z94NWzZtEBP3 3r9i6ZLFy+5bnmlOamaDFGeBEl1hGGv/8FsycSkibOGtN5pc1n3jMflTnj/x q7fl8XKuLivN/D1+X21jt/T3hEfI9I1xl2nKviFB5NEQ6Ss1l0jvvWy2+qFx /fjoB8r+TJk9gcQnHl0v3WNa9pLegJNa88jaAXvEHQQCBOR3rcRnny+NFh5U RlOFY5OvoImJCSO6dPR1Z4IyG3D+eUIwRiCKMpNVZSrFDk/ZqZHPnHK+PBcq M2ljriihcqfwAhOOxIlUPDbPEl3yusebimyJMos/8lFm8ayG3lK/AYceBgFA QAg8/OADkT/nDi6UWQuPn8ihrEeZxUiiGhlVUWZf+dzXTbVMl5ctW7ZMlJnI stvvWXjehbPz4nSkmP2nX5Qy79raxW5mV8LUo6P5dE9MF9PGV4p5AssJ2LHg O82L1lFmvlmnXljjMdA5UyizDg2Zfi2uW7euQzETal8JSL0k8uccZdb+YyBy KAPKrAPrzKoMgxTMtm3bZlsIyDIjnlR8+LOTeolX+11bV9nayy6zqZ3Mvram CXdRQWYbCWPxnToWnDsy2bIs4CjTbGTtrco40hcCEIAABCAwIgQSlNlQzs2U X337YUZFg/GfTYODB47o6yuvvNIRZ/UObeFcp+3O6CGTVL3BlLYWn4UfeXzf 0uHREQIQgAAEIDAiBBKUWeG6+yaQOXciMi40GP9ZG8iUpTkHU+YxdadOZTYR ZKpNu/KU2nfo7e0RGXowBAABCEAAAhDoGYEEZTaUmlk53DplKWUzWVsm2/j4 uC7/L5zKVHdJC6fs9VuF0TqNk/rmGXdmVGuxWZiINBiYo5hgRrPN3Pk3mm0A BMSX48XfM4AwfBcmDBtIS2IbChCcQgACnSaQoMyGUjMrDVfLZjqnqbJMHqVv zaTqRx/OjGThXF5kX3+Fvu0uzCHgIrwIzFdXvinbdfjd0oNFxxIERHnIJW/M NhghMhgvJWiYLoNnUiVa+kIAAhDwCSQos8HXzMSj/4gcRSmPiTjbvOmpyPba zMiszBc6kWcMmj+d1fTl+vpGbHeOXz8pM8nohOcHY9J04g93tO3kBZaEmsbN EfALaaqodL/x65eanLd8HSa6J0+cxTh1AjAhlbCZRK/9gjIpHRpDAAL9JpCg zAZcMxN3eY/IITFzmtperqPx52u/HdmXZhDoFgHRTBqwXUtzdJhpY6eW2j4T S9iI6jnTxlaEgZpfLYFptJmJd2t8iRYCEBgdAgnKbPA1Mx2GKn5vWfQhKZvJ nKZuozOuZNp7Akbu+IWozNxVnZiil+qeAKW8dzPLZoHGxkVd8ihsx15qVpfH 3h9LJAgBCLSKQIIyG3DNzGCq6FfFmW7yulX0CQYCVQjkralKPS0gtX2mOEs1 oomX6xUWlAZLFbb0hQAEIDAsAgnKrErtqkp6Vfx+7ou/JXOaSz/5Md0Kz810 Lp+WdzW1KunQFwK1EAisnbIVW4yv1Pa+TXvmMcajXUhDSCURozEEINB7AgnK rGLtqjTKKn5L9H388ZP+Vjp4OkJgiAQy1ZtWvPLWnEVGm3cqQOm19qU7RgZM MwhAAAJdIZCgzKrUrqrgqOK3XN/586fY24IFY6LVnMuGVcmIvhCoTsBZZ2aU lr0/ZqFVanu73GW/Nmv841MLuy4dWGZJLz4qWkIAAhAYLoEEZVai/lRLblX8 VulrghdNJuJs48ZassEIBGojkDcL6c8POhLN/1O7ZKquwE6niznJQLvkGfR7 BU4gSAos5kSE2uhjCAIQgEAzBBKUWbn6U/Wwq/it0teOXMWZVM4CF77PvL6/ v1ItvMfBFW8zs2N8tNI9r3Fgf9vu/ln9YMMCBCAAAQhAYLgEEpRZLfWnEtlW 8VulrxOqirPU+O2ruZpryTovxKa5TmzMLY98m46uijHiJ2JfzDYyzaSwI23S DAIQgAAEIDDKBBKUWV31p1TcVfxW6ZunXcrpntSsB99e87JLeuECXmaEThXN 2NTGfo0t3H7wEPAIAQhAAAIQGC6BMVmZMWfeDVs2bZA47r1/xdIli5fdt3y4 MQ3RuwgFmbKU5f95D1ltJpWzzPJS5j0ojSJxuti3s8x7rVLGicTY8XvpHv85 T0JlhhQ2a5vKa2mnrPGro9T2QzwMSrte/dC4fnz0A2V/psyegPGJR9dL95iW pSOkoyGw5pG1S+9aBBAItISA+SFOiocvjSRcg2kcOZTyFTQxMWFEl37z684E ZSb1pxonB+MBVfGrNTMJW42En1U9VFFmttYJ6C1fphgaAQGXKW4cGdSQMjPq ylFmfti2lDTBmGa2UNN0bIN++/iDpCUtUWYtGYiYMOTbM6YZbSAwMAIl/itD mQ1sdOIdDVSZxYfV3ZbDUmZ5a7xseTdEZZapmZzYMsPz29jNwha6eBShzLo4 asQMge4SQJm1cOyqKzPWmbVwWEuG1J6aU+ZSPLMz88pwfV29V3Is6QYBCEAA AqNKIEGZDWUqU8alit8qfftxSIRX9PtL8vOyjrnQrrbJrJOJWfOuaeDv6Qdz soAABCAAAQiUJpCgzOo9zzE+4ip+q/SNj1BbOjOS9p/+ZGX4XeM60qZp5rww V7UwF9qwLdvvmvj9wHzjmfmandrefvad5u3Jm9VNHQvaQwACEIAABDpKIEGZ Dav+VMVvlb4dHVHChgAEIAABCECguwQSlNkg60820Cp+y/WVS2Pkbd0daSKH AAQgAAEIQKD9BBKU2bDqT1X8lugrlysLb+0fVCKEAAQgAAEIQKCjBBKUWbn6 U3UuVfym9tWlV3t273/2qVee2fSSBP+Xf/rkM5uff+qJba++tMMszMpKSi7N xdZmAtWPRCxAAAIQgAAEGieQcKXZxmNph4OXntu1b/dhOxYRZMeOHjt06PDl 73/HhRe//Zknv3/VNZd5wY6dcdWvtCMDonAJHNj6eTknYQBcuJ7ZACDjAgIQ MAS4nlkLDwauZ1YwKKk1sx9s3XnJlec7Rs+7cOY7LztLZZm89Qdf+3oLDwVC ggAEIAABCECgBwQSZjNLrNmqBVAVv0l9n9+6/eD+I09959Qk5t49+7Y88fQ3 1/7Fn31jvQgy3WT/A6s+f/c9t9WSF0YgAAEIQAACEICAQyBBmaXWn+piXcVv Ut83Xt+vMe/du3/Ld5/Z9uwLu3ft3blj92c//cXVD3xNNJlst992x4vbdr3y 4o687A5sXa2bNjAvaqFRzlp8LxN8fJfIvGzLtRv3YxiAi8jEaQYBCEAAAhBI IpCgzJLqT0lBhBtX8RvfVwpmJoz9+w7s33fwyJGjJ06ekE0WKO3Zs2/FylPL yKZOHZs9e9ZzW0/V1TIFwRlXLdOtPeJAgokfjubiN5ZbBSeeDC0hAAEIQAAC AyCQoMyS6k81hl7Fb3zfA/t+vOp/9uyZx48fn5yclPsInTZ1qmiz48eOja/6 6p233yl5TZt22o7tu/Nkmdnv6CGnlibNYvbEYMyzoy7sZ79lLfYzc4mxHIDg BK/W7EqkXZh07NhZR4ZBMwhAAAIQgEBLCCQos/j6U725VfEb3/fYkcnrfvI9 Gvmhg4ePHTs+fdo0OZ9vcvLEqZttj40dPzZp8rrzZ25OylG0glOLitkT4yJg xy/alaiHxdj322RGbk9oqmyNMe6bKkSnxpMqhTGoaQMBCEAAAhAYAIGEq2ZI /Sle6NQYehW/WjOTsNVI4PnOn/55uTrGrFkzpf3zz3//6Se/f/DAoePHjsvO 6adPl/rZweNv/P2/9/dkNlNmNjf+9y2/9Om735qjXMrrpK8GVEbos7Y3r1U5 2fttg5nCwrbjWDOWfV+BGJxhssVcZmCZuTgSMBy5E56Tcl7wdrKZ7nyYdhhc NaPGz+OATa15ZO2APdbuTr55tmzaULtZDEJACHDVjBYeBtWvmpGgzFqYf40h vfrSrle+v1uV2Ya/fFyeX35pu8gyKZjtO/LD9f4/97M/I0vQdrz+xs6dO37+ l2+vqMx8oVZY5hmAMvMnYR1NGRZPeSOSp03rdWerXpRZjZ+OIZoSZTYxMTHE ACq6fvjBByK/pis6ovtoEkCZtXDcIz/y+uW2dMniZfctlyz0/zfdmTCbGb9m q15SVfzG9z1+dNJci3TB9dc8ve1JEWT7j+40suzss84eG5t68OBhuaDGJZe/ 08/RWdjuTybaXcy7mcvhw30j8dZixPjyrWXaL+3U6ZjkLgwzEhfN2kxgXWcf baZKbBCAQDsJJCizoUxlCrUqfuP7zj5rhkxTHj1yVDweO3Jy4c0fufyKS885 58wZM08///y3zZ177Z13LN6ze+8tixccPnzk6rmXZw6nyizd7JqNvz9mT6YL Y9/M3zkejeXCClzMEelbC+zxS3oBSvJWAIIJPsZdJvbSGjEGC20gAAEIQAAC DRFIUGbx9ad6Y63iN77veW8/+8LLzt25c/c11118xhmzLr7o0ps+dJNcveye u5d+fNHHF8xbsGf3vuefe/Grv/MnV8255KJLL8jL0ayy1wa2wtC3TEenpTZ2 2jheTAO7WZ4d25EdifPadpEp5owvJxenY2HkmY4KgzdYkmCGg6n3+MQaBCAA AQhAoEYCCcosvv5UY3xiqorfpL5Xz333jNlja76ybt++A2+ejnnqIUv+ZWn/ 9tdef3br96WidskV5990y4J6E8yzZpfH9HWMX7tXuGzWnP1ylmOyow0EIAAB CECg3wQSlFl8/aleZFX8pvb98MJ5V179rue+94OXXnj1tVdev/YDF7++fdcT jz+1+Yln5I7mV117yc23frDe7ALWnApZ5Oyk3SscanP2y1l2oo3Md2DD0TZH c+ffaG/x4Ukvp3HMnnj70tI3mNSdxhCAAARGmQDnZmaM/msv79y29aWXX3h9 1/Z9R44ePevsWRdd9o5rfuKKS96dsfD/R/2ltMajzQTkVg6NP1Y/NG6fZSP+ 7r1/hZ56E3PdhKTTrET9bN74mEnJ+TOQqt9ShVQ5a5mO4oMpHBI9U0lOAChs 2c4GMu6RJ2q1M36iajmBpC+NlufSm/AiP/Kcm5k24tOnznr/+9/7wevn37r4 I3fc/bGFf/PDk8cmN3/ne7tePZhvSH742dpMIO0Y6HRrU0uzdZu81v36wklQ ZFlmocveaV4bI/aezMKbszMQWGZUnR4FgocABCBQjkDCbGbSmq1y0WT2quK3 dN/9ew9JMOOrP6vbtXOuvvzyK7a/srvGvDAFgSYIaL1KN0dX6U5xapfHysVg vKjYCriz1VsgsFqiKpcLvSAAAQi0ikCCMktds1VXnlX8luhrCmMiyJYv+4xu 8rqudLADgboI2OvMCsVWTIP49WG2tUzLhe4MhPiWdXHDDgQgAIE2E0hQZqXr TxXzr+K3RN+/+vbjUhtTWWYiv+69Pz37jBkb1p+6NwAPCLSEgClB1SVu8uY0 68rXn82syzJ2IAABCPSGQIIyK1F/qgVTCb/SJe8RGZJIsciWptmpG5+/9eHv 8W1qG7ulvycciekb4y7TlF4fJKl7ZOPUXFKZ075bBGqXkt1Kn2ghAAEIxBBI UGYl6k8xERS2KedXevmPQl/aQMpj+uLwlJ26LbzVXTGdJ3ECQi3gXW7Qqe+K lNHXZk9kzOW6GI/iTm8SGu+Olr0kUFfZLDwxGj9t2kvIJAUBCEAgQCBBmZWo XdWCfsB+X3txt4StUmz1mw/NYt03Hrv9noXlMvKLUk6Nyq4tOXWmvL7xXYyF zKqeLQFtgWhH6FiId+3gcnKholbucAr3UmllFuZnNg4LI2cNWbkpSBOGsVYY GHKtieMBmxCAQOcIJCizcrWr6kSG5VdKZdu2bbPjP+/C2eF0TNnJlL4yi1L6 rl+j8qtlpqVj2XSP6SIxaPvIqpjv1LHgODXJZnY0xDLftUFVP1RGykJgbZmZ NDRAHLHl9PVN+e3NeZ1iM2/5vy3CtJnvyNlZeCbBSI0pyUIAAhAQAgnKbMC1 KzM8pf3alR67XKQG/Wfj8eCBI/r6yiuvdMRZvQdN0pSl0UN+Fa3eqFKtxWfh Rx7fNzUq2kMAAhCAAAS6SCBBmQ2rdlXarykU6QszPGrQf9YGMmVpzsFctuyH NyCvMpVZ72FhV57qtTwAa/aIDMAdLiAAAQhAAAKdI5CgzErXripCGbBfnbKU stnMKefLNj4+Ls+yp3AqU9PUGcPIUlDSinuncVLfvCFw5jdrsRkz3ANzFBMM bSAAAQhAAALtIdDP+2aKmMustOXtd8ZDLjb7X7627oabFpiTNLVmFhZnznIr sWnvMbpNX6g0MTKuYl9HERrdowLRX/Tm5Ou0N+Gp2UwLTvzGYKbrPA7xErY9 H5hwJIO8b2ZXmFSMU24tt/SuRRWNDLd75E30hhsk3jtKgPtmtnDgIj/ygftm JiizSFlTO6YSfgNltsi5URFnf77229d/eL6mE6PMak8cg50jgDKrfcjkO652 m4M3GHM/+8FHhcceEECZtXAQB6rMWph/oyGt+d0/mzvvGlM2+6u/3Lj0kx9r 1CPGu04AZdb1ESR+CHSLAMqsheNVXZn1fJ1ZlTVqtyz60OZNT8mCM91aOPyE BAEIQAACEIBAzwgkKLPIecDaAVXxW6WvJKLiTDd5XXtqGIQABCAAAQhAAAI2 gQRlVqX+VAV6Fb9V+n7ui78lS/5lBlO3wnMzncun5V1NrQoK+kIAAhCAAAQg 0G8CCcqsYv2pNMcqfgfc9/HHT/pb6cTpCAEIQAACEIDAqBFIUGZV6k9VsFbx O/i+8+dPsbcFC8ZEq0XeFqkKJfpCAAIQgAAEINADAgnKrEr9qQqpKn6H1dfk K5pMxNnGjVUA0BcCEIAABCAAgVEhkKDMqtSfquCs4ndYfe18VZxJ5Sxw4fvM 6/v7K9XCexzI8TYzO8ZHK93zGgf2t+3un1UOUfpCAAIQgAAE6iKQoMyq1J+q hFvF77D6OvmqOEuFYG73GXghNs3NKGNueeSbcnRVjBE/kci7UTmCVYMp5zEV Ju0hAAEIQAACnSCQoMyq1J+qsKjid1h987RLX1WI5mWX9MIFvMzjwamiGZva 2K+xhdtXOeToCwEIQAACEBgWgQRlVqX+VCW9Kn6H1TczX5nQDHAIyJrS9CJt msJV9RtZZhbwYsxqG6eKZt9w03k33L40MTpCAAIQgAAEhksgQZlVqT9VSbKK 34p9tXvMc5UEta9RHqkzg0Z++R1L26yejrGQJ8ucsFUd6sP0NRmZdxWUNgi0 rzF+TEEAAhCAAAQGSSBBmVWpP1VJqYrfin21e8xzlQQr9jXyq6KdhrrnrSRz wrZrYJmR+IvS2qA7G4KGWQhAAAIQGFkCCcqsSv2pCt8qfofVt0q+Q+mr+im1 XNdEqJlL8czOTJ3X19V7TeDFJgQgAAEItJxAgjKrUn+qQqGK32H1rZJve/qG V/T7k4l5kcecgGnmKzPVoT3XqQ38Pe3hRiQQgAAEIACB0gQSlFmV+lPp+KRj Fb/D6puaryNH7D8zV48Z+4EqV6RNey2XmjXSJ2+60N5vGpuOjhH7z3DYatYO wMboT9o6e9pQ8Esdd9pDAAIQgAAEHAIJyqxK/akK9yp+h9W3Sr70hQAEIAAB CEBgZAmMbd742Jx5N2zZtEEQ3Hv/iqVLFi+7b3kmDqk/VRE6pRFX8TvIvjK7 F74uhhCQ681S2il9JLS/4+qHxvXjox8o+zNl9gSymHh0fftzJEIIQKBVBOQ7 J+brpVUx9zsYo6nCaa55ZO3ExIQRXTqIujNBmfUbZfXsIteho8yqo26thYrK TD7PrU2NwCAAgdYSQJm1amgGqsyq1J+qUKvid/B99+45sOOVfZNHT7xv3sV/ +adPvv3C2ZMnTrzt/LPfedH5VSDQtxMEKiqzTuRIkBCAAAQgECBQXZmxziwX b4mp25ee2/Xytj1HD52YnJzy1Hdeett55xw/Mu3ogbHnn379tZd3SlFt61M/ 4ICGAAQgAAEIQAACeQQSlFmV8xyrDEAVv4Ps+4OtOy+50i2MnXfhzHdedtbl 73/HhRe/XSD8wde+XgUFfSEAAQhAAAIQ6DeBBGVWooZUC7sqfgfW9/mt2w/u PyJ1Mkl57559W554+ptr/+LPvrFeBJlusv+BVZ+/+57bamGCEQhAAAIQgAAE ekkgQZlVqT9VYVfF78D6vvH6fs1x7979W777zLZnX9i9a+/OHbs/++kvrn7g a6LJZLv9tjte3LbrlRd35NFwrt0aeUpBJNty1pJ6xdxAPd6gtoxvH8mBZhCA AAQgAIE2E0hQZlXqT1UQVPE7mL5SMDMJ7t93YP++g0eOHD1x8oRscuHUPXv2 rVj5K9Jg6tSx2bNnPbf1VF3Nf9g3jmyPHIk/k9SOP+ai/4WHRLzrQlM0gAAE IAABCHSFQIIyq1J/qoKjit/B9D2w77BJcPbsmcePH5+cnBSlctrUqaLNjh87 Nr7qq3fefqe0mTbttB3bd+fJMrPfESX+fZBi9sQwz7NjilWmcBV/Lyb1qynY EtN5bf7Mc6EeHSMxSdEGAhCAAAQg0F0CCcqsSv2pCqAqfgfT99iRyet+8j2a 46GDh48dOz592rQpJ6dMTp44pS3Gxo4fmzQE7vyZm5No+LW0mD0xLgJ2/KKd uRVSXj3P3Miy0LXxa4sz+5ZQZr99s6ZCszSAAAQgAAEI9IBAgjKrUn+qQqqK 34p9tXvM83e+9azmeOTY4RkzZ4zJzOWYPE2dfvp0ebH74HaZ2pR3pZj2hd/6 /So0pK+tgUx1LbWmFY6h3EyiqjdT68pz4Rsv564iRrpDAAIQgAAEWkggQZlV qT9VybyK34p9tXvh84WXnWMSfO3lXeeee5b8edq000SW7Tuy4+DxN96UUyf2 7N67Y/uuWWdMr0JD+xoNZEzl3X28uq9UC35sqRZoDwEIQAACEBhZAgnKrEr9 qQrfKn6r9I2P+fjRSZm71MeC6695etuTIsj2H90pz7rz7LPOlgrawYOH5YIa l1z+Tt+ys2Q+fAaAPdnnt6zl7IESRiJjltxLGI8fC1pCAAIQgAAEOk0gQZlV qT9VYVTFb5W+8THPPmuGnIB59MhR6XLsyMmFN3/k8isuPeecM2fMPP388982 d+61d96xWApmtyxecPjwkavnXp5p2cwD6jIs08bfH7Mn04WZ8VRtFLBTYnrR tmZSMDszM4r0gpKLPxRpCQEIQAACXSeQoMwGU3/ygVbxW6Vv/NCe9/azL7zs 3J07d19z3cVnnDHr4osuvelDN8nVy+65e+nHF318wbwFe3bve/65F7/6O39y 1ZxLLrr0gjzLZkZSGxjh4uzXt/RhCzhnj+PFnu4stGybtSNxXgdcOIGZjura DtUOxk7cbxk/Ij1rOXf+jU5GukeeIze/sY/INzV4jH6mg48BjxCAAASGSyBB mQ2m/uTjqOK3St+kgbl67rtnzB5b85V1+/YdePN0zFMPOQ1ARMj2115/duv3 paJ2yRXn33TLgiSzpRvb5bHCJfnGi90rXNAqZ790OnTMJLB542O6ybvmdeZO 7W63ydRAjhF0EgceBCAAgcETSFBmg6k/+Qiq+K3SN3UwPrxw3pVXv+u57/3g pRdefe2V16/9wMWvb9/1xONPbX7imUOHDl917SU33/rBVJul2zsVssh5Q7tX 2HU5+6XToePQCZiKmh2J7pQ9RsPZYs55bRobC45Nx9TQUyYACEAAAkMhMCb/ Jc+Zd8OWTRvE/b33r1i6ZPGy+5YPJZR+OH3t5Z3btr708guv79q+78jRo2ed Peuiy95xzU9cccm7Mxb+9yNlsjAEVj80rh8f/UDZnymzJ4Br4tH1/rs3f/Qm kSxaGLM1jb3Hb6BqKdCm0KZtwW5sXtsvpLH6CreMtJnJgcMMAhCAQPsJyDe2 0VThaNc8snZiYsKILv2N0J0JykzqTwObHLTzqeK3XN9drx6UAPbvPWTCeHLL X8vr6z+04LwLZ7f/yCDCYRGorsz8/4vk45o385gn1HS/r8xsLI7U0/YON9Om Fr3lRBVQk/K9NqwRxC8EIACBKgTkG3ugyqxKrN3qK8pMZdn46s9q5MuXfebg gSPy4uoFF3UrF6IdJIFalJlfXSusb5WomflYMuWXkVO+qkuSa5mi0GjBTAk4 yIHDFwQgAIG6CFRXZqwzc8dCC2Yqy0SQ6WYkWl0jhx0ItJmASCWnhGafHFAi 8szuZienGpRAShcIQKCvBBKU2VCmMoV7Fb8l+v7Vtx/f/spulWVm1K9770/P PmPGhvWP9/U4IC8IRBLwVVSSrso8VyDSNc0gAAEIjAKBBGU2yPMcbfQl/EqX vEfkoIoUi2xpmpW7HL/2svv6e8KR2PcFT41Z25e452bk1V9TcykXP72aIGCX zfS1bmbm0ey0l6zZLU1U4e7h9XBNpIZNCEAAAm0mkKDMStSfasm8nF/p5T8i 45HymLY8PGWnbgtvdRdHZ5ryBVakR3NVC/vq+ZF9TbPIS2M4ZtWjPiL1Vmpg tK9IwF+t7+zxG4jHmDZ2YGEv9mXSbMmV2ctvHOjuCLvMXCoCpDsEIACBDhFI UGYlale1gBiw39de3C1hqxRb/eZDs1j3jcduv2dhuYz8opRz9Ve7tuTUmfL6 xndxbspkp+DfCUrfdZw6FuJd+yrQTpyKWrnDiV4QgAAEINBjAgnKrFztqjq7 YfmVUtm2bdvs+AsvmWHKTrbi8YtSZo9TozL3IzJOA33VV0wXsZZUFcusotkW HKcmjHD5LfNdRxpWP1qwMBQCFLqGgh2nEIBALwkkKLMB164M7tJ+7UqPrYHU oP9sPOoFMuRx5ZVXOuKs3oMgaf7R6CG/ilZvVKnW4rPwI4/vmxoV7SEAAQhA AAJdJJCgzIZVuyrtN/Me3jJIatB/1vGTKUtzDuayZct0Z5WpzHoPC7vyVK/l AViLv/vTAILBBQQgAAEIQKCFBBKUWenaVcW0B+xXpyylbDZzyvmyjY+Py7Ps KZzK1DTtScbCxJNW3DuNk/rmReKs+q/FZmHW0mBgjmKCoQ0EIAABCECgPQQS lFnp2lXFbAfvV8tmOqepskwe5gq0qemo+tGHMyNZOJcX2dcWOn6XcMABF+FF YL66CrtODSyVM+0hAAEIQAACPSCQoMwGXLsycMv5zbyeWeSASXlMxNnmTU9F ttdmRmZlvtCJPGPQ/Omspi/X1zdiu3P8+kmZSUYnPD8Yk6YTf7ijbScvsCTU NIYABCAAAQj0lUCCMht87Uqhl/CbeTEz3Rk5kGZOU9vLRTT+fO23I/vSDAIQ gAAEIAABCJQjkKDMytWuyoVl9xqW31sWfUjKZjKnqVv1RLAAAQhAAAIQgAAE wgQSlFl8wale6MPyK1moONNNXtebF9YgAAEIQAACEICAQyBBmQ2rdjUsv5/7 4m/JnObST35Mt8JzM53Lp+VdTY1DEAIQgAAEIAABCOQRSFBmw6pddcjv44+f 9DcOPghAAAIQgAAEIBBJIEGZDat21S2/8+dPsbcFC8ZEqzmXDYscG5pBAAIQ gAAEIDBqBBKUWYdqV7WMYi35iiYTcbZxYy0RYQQC3SOw5pG1Zmtz9F2Js80M 64qthWPRwpDqoo2dFhJIUGbdql1VZ11XvirOpHIWuPB95vX9/ZVq4T1OyvE2 MzvGRyvd8xoH9rft7p/VDxgsOAT0x2zCeuietoHqSpxt49ZEPC0cixaG1AR5 bLaKwNjmjY/NmXfDlk0bJKx771+xdMniZfctb1WIXQlGpIbIL5nKzHyoRsm7 6L9ztX37T/9C/HnvBoyoeDLendd2YCbOwA0AwvcGsNPPaxlOsCsj7se5+qFx /fjoB8r+TJk9gewmHl0v3WNaipG582+0TckHOZKbdIxvnGez0IhqMum+bt06 Y2ThwoW6JzNH36bucTINpOk3Lsy0hXHa+RbGHznomc3ygBcOeuHoR7pzmpUY C7VgiNm4/MMm71gKQC4RUviDmRmq83HWeDIP+0aPhyrHEn1tAkZThbHo0WVE l34r6k5qZrno6qqZqQNVRYFCVKePbM3LLuk56cQk7lTRjE015dfYwu07zTMy ePmaNlu8fIk0XkszW5aJQfnz4QcfSLVscpSOdsr62t6plktgaU+cKnoGNqz2 YdOSQyh1LGxiviqyYTqHin1chY/J1JDyRjAv1MxBzzzsUz87tO8ogQRlVsu6 qxKYeuNXKmqB9AOypgQ0R82EhZE5QSG+GJYXkrnRk+0xxqy20Yfpazr674bb lybWg47642R+ouSFbppa+F3TxvmFc4zYlDJ/zvXfPvN7JqUyrZbJQ/+blOc2 oHbitENqVZxDYRU+cvRYijlOMpv5GZU7ZpzqXVKFtZBqvYdHo6EW5kKDbhFI UGb11pDiMQ3Rr7qOeY5Pp1DT5M145nU0ks7vaLROqs3q6RgLgQlNjdzc9NOv itk33NR3xaw9J2t2qrshplkjseqmzG+A/z+6KTLpL6tfmzE7bTEXKOEUTq8Y TWZeVE9wdCwU4q2IwkgZRzeEjxz74AkfJ/7hJH0Lk6pyzBQar0hsAN17kMIA KPXbRYIy603tKnJEzX02NfHwc6TNJpr59yNvwktpm3lXDHHCtmtgmb6ccprq sJbnXhpaZEdT1fD/HY+0EGg2lJ8HO6PSk2t5WKozMRaai1OlUqBIWWMWVUyl Hh6p7UvE5kOrZZiqROJ8MPNMdWXQS6CgSzkCCcpsiLWrcrlV7DWsfCuGXa67 6qc21JwyJ17NzkydF7OIrRyWlvdy1tC0M1ozp+ks1smM1llGVi6jAWBpNM5B rjMLEB6iOkw6ZkwKZt2hsyd+PVm5483vVeIIbMmg10UAOxUJJCizEayZVYTb 9e6BpW9Jq+LyymY2H22Tpw7Nu5mzn20QlF0f63rjX3rXoptvvtnMSckPrfmt 1UVmkeef1huVb82J024wrDhLVwprZ1VCXlSJoYXHzMAOj/YMepURpG+NBBKU 2bBqSKPg19EW9p+Zq8fMERAQJZE27bVcatYs/MqbLrT3m8amo2PE/jMctpq1 A3Ckm2lgbNp70Gc1fi+Iqeq/FnIapqPAWiLIHFBdibPe8TXWdCotMNtY/UiI jzx1LJwl/5Gzh/HxSMvUkPKMDyDUpLxo3GYCCcqMmlmbB5LYIOATsNev2D+9 +lub+a7ZadrnGVF3eT/bUm+Q2piWx8xm9rRnsNoWp7PkaADLszLHInzkxHex 7Zhe9R4zgeOz+jqzeg+PvFBbMujt+VQSScKVZqV2NRRx1hW/MtEWvi6GHG1y MwBKOz3+1A3ySrNdwWhfIKOdNTMl2ZU4uzLuVeJs4Vi0MKQqhOnbKIHIBRv1 XGl2KLJM8HXIrwiv8Nbo0YBxCLSQgF0za2F4JqSuxNlmhnXF1sKxaGFIddHG TgsJJMxmjsJ6L3uEUvPVNU97du9/9qlXntn0kpj6yz998pnNzz/1xLZXX9ox 4td3aOGhT0gQgAAEIACBFhJIUGYdql3VArpEvi89t+vlbXuOHjoxOTnlqe+8 9Lbzzjl+ZNrRA2PPP/36ay/vlOnOrU/9oJbYMAIBCEAAAhCAQC8JJCiz1BpS Xby64vcHW3decuX5TtbnXTjznZeddfn733HhxW+Xt/7ga1+vCwt2IAABCEAA AhDoH4EEZVaihlQLr074fX7r9oP7j0idTFLeu2ffliee/ubav/izb6wXQaab 7H9g1efvvue2WphgBAIQgAAEIACBXhJIUGZdqV3VNU5J+b7x+n71u3fv/i3f fWbbsy/s3rV3547dn/30F1c/8DXRZLLdftsdL27b9cqLO/IidG4cWe+l7ZOu DWsi1BjsZz9423K9MWeCGoCLug4h7EAAAhCAAARSCSQos07UrlLzD7SPz1cK ZsbO/n0H9u87eOTI0RMnT8gmF07ds2ffipW/Ig2mTh2bPXvWc1tP1dUy9Y05 S6Ah8ZFq377gfhisfe3ZhoKvcWQxBQEIQAACEGgtgQRlllRDqjHh9vs9sO+w yXf27JnHjx+fnJwUgXLa1KmizY4fOza+6qt33n6ntJk27bQd23fnyTKz37nm mVNLk2YxewqHwKmEZVbsMqtlvvc8raktzbvmT9+saRZOLVy9K0yZBhCAAAQg AIGWE0hQZvE1pHpzbr/fY0cmr/vJ92jWhw4ePnbs+PRp06acnDI5eeKUkhgb O35s0jC582duTuKjhSt9GF1SuCfShamK+V7sGyXZ1vyWtlIMGDQdA0W1wmTz oorMl2YQgAAEIACBlhNIUGbtr13Vy1ry1ZRjnr/zrWfV+5Fjh2fMnDEmM5dj 8jR1+unT5cXug9tlalPelWLaF37r9yvGqRJN9Y2prsXUsUwb06vcDQl8X84t LzXBvJDCTp1emclWBEh3CEAAAhCAQGsJJCiz9teu6qUs+WrKhc8XXnaOcf3a y7vOPfcs+fO0aaeJLNt3ZMfB42+8KaFO7Nm9d8f2XbPOmF49TruEptbslV55 9uu62m2eL1PViw/JD9U37idbHSAWIAABCEAAAu0kkKDMRq1mFj9gx49Oytyl PhZcf83T254UQbb/6E551p1nn3W2VNAOHjwsF9S45PJ3ZsoRZz1WwLtp6Sgh 7RKYK4zPKLJlpC+nmd8r046zpCwz2cg4aQYBCEAAAhDoCoEEZTZqNbP4IZx9 1gw5AfPokaPS5diRkwtv/sjlV1x6zjlnzph5+vnnv23u3GvvvGOxFMxuWbzg 8OEjV8+9PNOymbYzS7W0mb8/Zk988Hle8izkxWnbCYdtz6Xq3KW/x+zMdBep CFMh0B4CEIAABCAwdAIJyoyaWd5onff2sy+87NydO3dfc93FZ5wx6+KLLr3p QzfJ1cvuuXvpxxd9fMG8BXt273v+uRe/+jt/ctWcSy669IKA6DELtlTcGLlj 79e3Cvc4XvzVXc6eTJsmgEA8vp1w2HZg/gK1wtScxIf+ESIACEAAAhCAQI0E EpQZNbMA96vnvnvG7LE1X1m3b9+BN0/HPPWQ0wBERG1/7fVnt35fKmqXXHH+ TbcsqHHwAqbMOvqYMwMGExJeIAABCEAAAhAoJJCgzKiZhWl+eOG8K69+13Pf +8FLL7z62iuvX/uBi1/fvuuJx5/a/MQzhw4dvuraS26+9YOF41FXA3sdfQuL TH4Br67EsQMBCEAAAhDoNIEEZUbNrHCkF1z//o8umn/GudN3vrHzS+N/uOnx Jw8fOfS+OZcuWnKj6LbC7jSAAAQgAAEIQGDECYxt3vjYnHk3bNm0QUDce/+K pUsWL7tveSYUqZkNRZyV87vr1YOSxf69h0wuT275a3l9/YcWnHfh7BEfddJv iMDqh8b146MfKPszZfYEXE88ul66x7RsKH7b7JpH1g7ACy4gEElAfn1a8tGI DJhmI0vAaKowAfmOnZiYMKJLD2/dmaDMukVZlJnKsvHVn9XIly/7zMEDR+TF 1Qsu6lYuRNsVAj1TZvIF0RXyxNlvAg8/+EDkr12/OZBdJwhEHqv1KLNytavq HEv4NQUzkWUiyDQGef3Ln/xnKLPqI4KFPAL9U2br1q1juCEwdAJSToj8tRt6 qAQAgchjNaDM+rnO7K++/fj2V3bbskyOleve+9Ozz5ixYf3jHDcQgAAEIAAB CECgnQQSlFnnzs0UKZYKPe/y9BUvbepcwyI1Kru9c2X8gKkanVYJmL4QgAAE IAABCMQTSFBmQ1n+L5mU8yvlMaVweMpO3RbeemM8F6dl9as82JexqKjzIrOw L+JaPf5IpzSDAAQgAAEIQKAKgQRl1qGa2Wsv7hYoKsVWv/lQRuu+8djt9ywM 8HJuzmjuEWS0lHPh1rybXUZqL/8ysDH2nbJZ/LVkCzvGm6pyzNG3FgJz599o b2Gb0lIbmBdJMfhHTonudhfng6MHXpLNWhpXdFqxey0pYAQCEOgfgQRlVq52 VR1ZFb9SKtu2bZsdQ5VLZqhQ04fzpaxvBb6p7blFrWD51gL27RS0e56RMHBb azq5RHqvPqBYqIuAXPLGbOUkV7lIkkqwYfnS6aMuiUM51PSCAARGkECCMhti zUxdxzybIdQLZMjjyiuvdMRZeJiNwDIixvlf3/7/PlONZXb0bxCp4sy3pr9k kV/6GkB8F9usXyHz94zgR6IHKZtamuaios2WbtrAZBpWdfZ/HXqk2WIr8ygy bfI+RPb/FSYM+6Nndjq+bMv+f0f2p8luqdbiD+/Mlsa48eu8cLz34EAiBQhA YCgEEpRZldpVldzEr7qOeVZHMmVpzsFctmyZ7iycyowJ0l4uFtPeaeMoOd9a ZkEu7KhEFzWY592IyBIJ0mXoBERmOYU0+VOi0md5mAZGkJm3AsHblVrTLK/i ZQRZ5D8YqdCMX1sbZdazTSR5ofquM1v6Hp2OhQ1Sc6Q9BCAwsgQSlNkQa2ap w6NTllI2mznlfNnGx8flWfZETmWqfgr/qJifBLtxTMfMXJxSROZsaaCjyiyn hBAPze9Y2lS8U1pWJ2CvMzPqqlBmFTaoHlhFQebUrc2nw5iNt5/ZMr67jyKv bxWb1YFjAQIQ6BOBBGU2xJpZCeJaNtM5TZVl8tAr0JZ+mKnDQt0WcGF+dXxr gT3+977+XJUOKcZ7aVB0HAwBe52Z7dGZzWw0mPgpwkbDEOPhSOwDvulIsA8B CECgCoEEZdahmpkQkfKYiLPNm54qR8dRQvY/6/5kn9045n/0gDUzI2PCNu60 l3kOh2R3z3ytppxc/D3l6NFriATs2cwBhGGOmaEXjQojMQ0oCQ/gwMAFBCBQ mkCCMutWzUzFmTybUwHkIhp/vvbbpUnREQLdIlDL2Zrx5eFIuWMbNPVjBeu/ Zf4PiQ9D7fgjFRle4RDXZafQEQ0gAIGRJZCgzLpVM9MRvWXRh6RsJuJMt5Ed ZhIfHQIyxamzmc56soBQi9dwji4pPZluhqO6BTVVaCevgZkDNWdWZrY0O4de GhydI5lMITCyBBKUWedqZrY4E30mmwi1kR1pEu8ZgcBCfl1/JvnapwU4e5x3 8+A4M/X2lLqRRP6cuGMtPN2fN4ee1yuwPxxJYPreeSszJMe4ykEDwdaaPTvS SAcCEBgwgQRl1q2amSz2l23/3kOyXf/h+bKdec5MudN5xZMABjw8uIMABNpA wC6tUTZrw4gQAwR6TCBBmXWuZiaaTEZufPVndbt2ztWXX37F9ld293g4SQ0C EGiCQOHpBU04xSYEIDCaBBKUWYdqZqYwJoJs+bLP6CavR3OMyRoCEIAABCAA ga4QGJPVJ3Pm3bBl0waJ+N77VyxdsnjZfcu7En1enGv/8FtSHvud3/0/RZCZ NnIPADk9U54/8au3dT1B4m8ngdUPjevHRz9Q9mfK7AlEPvHoeuke03IA6a95 ZO3SuxYNwBEuIBBDwPxOxTSmDQSGSCDyWJXv2ImJCSO69JtfdyYoM6mZDWVC s4RfVWZypVmRYuWUWdJZ+jFHgHOXmJgupo1/QlxSd7uxhlF7dqXj6VnHPikz +XLp2eiQTtcJtOSflq5jJP6mCQxUmTWdTI32RZnJqjItkh2eslMt650AYmpm TciXKmLI6VvdVBULNQ5T/0z1SZn1b3TICAIQgMAACFRXZv1cZ/bai7uFvhbM Vr/50MGoclNz/94vhXvM/f7MC4nBFMCc7vbJX5GHTmQAas32Gwgj0jXNIAAB CEAAAhBogkCCMhvKVKbkXMWvFMy2bdtmg4u8qbnDWotM+jAyq3CPCiBzGST7 ZHvfoDR2DNox+Cftx4SUecTYl6TKDKOJ4wybEIAABCAAAQjEEEhQZkM8N1Nd xzybnM0V/6+88kpHnIW5mJk+I8JUM9mXCM/cozrMNFMvdV36KE/e2e78IAuP gBJdCm3SAAIQgAAEIACB0gQSlFmV2lXp+KSj+FXXMc/qSO5lLsv/9fWyZcv0 RfxUpi+wVGPZWi2wx79WeJX07b6ZAdju/CALXZfoUmiTBhCAAAQgAAEIlCOQ oMyGVTMrkZi5l7ms+pdtfHxcl/8XTmXas3vO3KWGYc9mOnvsOM2irhLBl+hi r2OzgzSm8uIx+x3NVyIGukAAAhCAAAQgUJ1AgjIbVs2sXJJaNtM5TZVl8ih9 ayYz6+fMdWp1zazcMsW2zElMWx75BiPTNBIqKSQ/Hg2mdBiR0dIMAhCAAAQg AIEkAgnKrEM1M0Eg5TERZ3IX8yQcvoIxe8zyfGOwcI9tzV8o5nR3GtthO1GV CElFmP0cMJJEjMYQgAAEIAABCNRIIEGZdatmpuJMns2pAHIRjT9f++0a2WEK AhCAAAQgAAEI1EsgQZl1q2ammG5Z9CEpm4k4061edliDAAQgAAEIQAAC9RJI UGadq5nZ4kz0mWwi1OrFhzUIQAACEIAABCBQI4EEZVaiZvZvHvj34a3GTDJN yYSmbEs/+THdCs/NbDoe7EMAAhCAAAQgAIEAgQRlllozE032s/9wcXiTNgwP BCAAAQhAAAIQgIASSFBmSTWzL//rR0STXXDBO3QTT5/61C+YZ7Nf2iDOOBYh AAEIQAACEIBAsjJLrZmpILvjzccf//HX7777bvOsO+VdbcMDAhAoQWDu/BvN VqK73UXsOBZs4/67Fd1Fdq/Fr2Mk80+z03+RGWpks7y+Q2dbC9jIQaQZBCCQ SqCpmpnGsfWvv/+JT3xSXvzBWx+yR/bLu3nhOtesD//pG/Hb23cET2Vktx/w xf2rhErffhOQH9fNGx8zWxO/tU3bH/wAKTSflewcZDA22Mx4BhkMviAAgbYR SFBmqTUzTfVvzPnA+G9+zt9kfyQLvch+RUlkLuta3VRk2DSDwLAI+IU01SK6 347K3xMTc8C+do8JIC8Ypxxl/+l0MUnlOS3MRYWaBuw82zYdO47fANgScjmz CGoSz6zV2V4C3TPBloiwkCoNIACBigQSlFnSOjMN66qr310uvoB+MndDcu47 7tw7Uv2G9Zxvwb+XeebdzXVnudToBYEmCJiqj11Lc36ztVRj/0I7e2ICC9tX mZJZyTP7VT3kBWMi1IyMcgrYDDhVC5H6w/Zo23S6FzbLI1CIN7OjzyrPTrh7 JtgBFwsLCdAAAhAQAgnKrETNTOYrRZwt/6e/qqzlhb1VGQD71uNGJBnRZmSZ uQeRP5uZacGU1ozOc/ao2rNvdl4lC/pCoDQB/aHNrJFk2gz8Bue9Zds3bfIa xzcweqt07qZjZjCBdIyoitFqkaolspmdrA3W1O0KaZRw5NisbqEwSBpAAALV CSQoM6mZadks5lkjE1km4kymMvVPZ04zJnrnfuHhLvb9JR2VZs9mGiOZ9bA8 F/aNJmMipw0EmiZgL1cqnNIqEYxtP1NY5NmM14vxZsM2bZ1aItPauxRGq2zF r6OWyqEz8fvd20amdtQYhED/CCQoM6mZadks5llJNVczKxyJmPVkmXKt0DIN INAGAoGqT56iqiVse8os02Bhg7wwwmEXJpU53VlLyiWMFEarNv2Z1siOSQxb RaYETLpAYNQIJCizEmiWvTCndM1MpZVdBvP3lAgps0vMorGYNnXFgx0I1EIg Zs6utKNC44UN8lyHO2a+G+6iAsiuTvl7SnMId6wRQpIp0zipV0MQMAsBCCQR aFaZrb50i4izJtaZqUrTh63e7OTtspm9zkzbx1sIe0nCTWMI1EXAWWdmL/My U1rhdUXl5rlMr8CCMw0gaVWTHYzdUYVF3rsGZmGDeOyRUiZcs4wcAqdslplF JvDMsQt3d0ZE449MNp4eLSEAgeoExuTDPGfeDVs2bRBb996/YumSxcvuW17d rtwD4Bf+8V1iJ3DRMnlXFqLJPQB+bcU/qO4RCxAYOoHVD43rx0c/UPZnyuwJ BDnx6HrpHtNy6JkSwFAIpOrdoQSJUwiMOAGjqcIc1jyydmJiwogu/ebXnc3W zIa4zmzEjwzShwAEIAABCECgiwSaVWZV1pl1kSYxQwACEGiOQNIEcXNhYBkC EGiUQLPKrLl1Zo1CwTgEIAABCEAAAhAYCoGmlJkuMpNlZP/1b+3/z//5P8sL 2eSF/dA7BLDIbCgDj1MIQAACEIAABFpIoKkzAFqYKiFBoGkCvT8DQM5RaJoh 9iEAAQh0l8DNH72p+hkAKLPuHgBE3joCo6DMvrv5ydZxJyAIQAAC7SDwq8t+ EWXWjqEgCgi8SWBElNkXvvRlBhwCEIAABAwB+2pHKDMODAi0iMDoKDMuutai w25UQ5ELcK5bt45DcVTHv0V5y6H48IMPmICqK7OmzgBoETNCgQAEIACBfhGQ C3L2KyGy6SqBJg5FlFlXjwbihgAEIAABCECgfwRQZv0bUzKCAAQgAAEIQKCr BFBmXR054oYABCAAAQhAoH8EUGb9G1MyggAEBkpAbjTu+PP3DDQgnI02gaQD kmO1hQcLyqyFg0JIEIBAxwjw89axASNcCLSYAMqsxYNDaBCAQEcIyL3G88SZ 7NfNpKKv7Z1OA/Ou36sjPAhzmASco1GOItmjAflHo3NYmmb2fv/4HGZ6I+Ab ZTYCg0yKEIDAkAjoj6JujswyO00b0yCzl/lxHVIquO08gbyjMZBYiS6dx9SC BFBmLRgEQoAABLpPILNslien7P1Iru4Pfjcy4EjrxjhNmYIy68pIEScEINB2 ApniLDB/FK5VMIXU9vFucXzmULSnMiXeEkdjiS4tBtON0FBm3RgnooQABLpI wJ4MSorfzIFS50jiRuPIqcl4UByK8azqaokyq4skdiAAAQhMyTsVoPTJm6U7 MhgjTkAPxUxlX+6gKtdrxEehXPoos3Lc6AUBCEAgm4Czhkwng5JKX/qb6nTk d5EDriIBc1xlHo32UWccZR6KFcOgeyEBlFkhIhpAAAIQCBHwf+cccaZ/mp15 y//9XpwowJFXhUDmkRk+Gs3cpS3OdGeVSOibRABlloSLxhCAAAQgAAEIQKBB AiizBuFiGgIQgAAEIAABCCQRQJkl4aIxBCAAAQhAAAIQaJDAmEwez5l3w5ZN G8TJvfevWLpk8bL7ljfoENMQ6C+B1Q+N68dHP1D2Z8rsCWQ/8eh66R7TclgI JcLvbn7yC1/6sgS55pG1wwoDvxAQAhMTE+vWreNQ5GAYOgE5FB9+8AEThtFU 4cDkK1Q6GtGl3/y6E2U29DElgP4QGB1ltnDhwv4MG5l0loAoMw7Fzo5erwJH mfVqOEmmTwRGR5n1adTIpaMEVq1atXLlyo4GT9h9IiCH4tK7FtVYM2OdWZ8O D3KBAAQgAAEIQGAIBGQSU7ZaHKPMasGIEQhAAAIQgAAERppAXauEUWYjfRiR PATKERjLeTjWpJXscdqaNr6NcsHQCwL2QQUNCHSdAMqs6yNI/BAYAoGTP3qI b/NaXqgU04e8lj36Oq+Nvd80HkI+uOw+ARX65j+B7idEBqNLAGU2umNP5hCA AAR6Q0BVvvk3oDd5kcgIEkCZjeCgkzIEmiJgymZ2wawpZ9iFwFsJ6FFnF24h BIEuEkCZdXHUiBkC7SWgP43O1KS9pMx+K28JWnvTI7IWEzA1sxbHSGgQKCaA MitmRAsIQKAiAXs9mW2KdWYVwdIdAhDoHwGUWf/GlIwgAAEIQAACEOgqAZRZ V0eOuCEAAQhAAAIQ6B8BlFn/xpSMINAZAqwz68xQtThQlvy3eHAIrQwBlFkZ avSBAASUQOZFyJydeRcqcxaZcT0zDqpyBDhyynGjV2sJoMxaOzQEBgEIQAAC EIDAyBFAmY3ckJMwBCAAAQhAAAL1Eli1atWaR9bWYnNs88bH5O7oehvOe+9f sXTJ4mX3La/FNEYgMGoEVj80rh8fc19b85mKudPtxKPrpXtMy2GBlQi/u/nJ d1182bACwC8EIACBFhKYmJjQqB5+8AGjqcJxioyTXkZ06Te/7kSZtXCICamr BEZEmX3hS1/u6ggRd48ISIli5cqVPUqIVLpKQA7FpXctMtFXV2bMZnb1UCBu CEAAAhCAAARaQkAEmWy1BIMyqwUjRiAAAQhAAAIQGGkCda1FQZmN9GFE8hAo TcC5FJl9TanAW+LOufpU5sWo/J1+L/Vix2/+5DJppYe16x25tlnXR5D4hQDK jMMAAhAoScC5IJn9o5h3Q0y92XnMz6cj9RwFZuznmbIDiHFXEgHdWkPAKHVf srcmRgKBQBQBlFkUJhpBAAItIaDazgQTo/Ni2rQkO8IoTUC1uHQ3L0qboiME hksAZTZc/niHAASyCRg55UgxeEEgj0B8RRaGEGiCQF3XM0OZNTE62ITASBBw lnPZpazMlV5GY1HEGonjY+BJmprZwD3jcNQJyKUrFy5caK5qVhEHyqwiQLpD YHQJmLVcOoVkgwisM2MZ0OgeMWQOgZ4SkAvM6lZLfiizWjBiBAIjTSC+BmaL uZFGRvIQgAAEcgigzDg0IACBQRAovXLfr8Y5p206DfxkWKk2iAHGBwQgUBMB lFlNIDEDgdEm4JTNkq4oltRYZ05NlzxZZtsslG6jPXSdz56ronR+CEngrQRQ ZhwREIBAGQK+3DF7nEVmeeuy7Wsc2F1Ue2lM/guz3784Ql4AZdKjT3cIoLy7 M1ZEGkUAZRaFiUYQgAAEIAABCEBgAARQZgOAjAsIQAACEIAABPpMoMY7mo9t 3viYmNPbcMoFOZYuWbzsvuV9hkduEGiMwOqHxvXjY+5raz5TMXe6nXh0vXSP adlYBgWGJcLvbn7yXRdfNqwA8AsBCECghQSW3rXISCnzIhynXJZWrn9mRJd+ 8+tOlFkLh5iQukpgRJTZF7705a6OEHH3iMCqVatWrlzZo4RIpasE5FCsV5kx m9nVQ4G4IQABCEAAAhDoHwGUWf/GlIwgAAEIQAACEOgqAZRZV0eOuCHQBgLm smF2MP71pcwe+4V9ybE25EIMPSDAtc16MIikgDLjGIAABEoS0Gvr66PEL6J9 DbMS3UsGTbeeEjD3Y+XGrD0d4RFKC2U2QoNNqhCokUCJuy0FvJfTdjWmg6mu EzBXHvYvQdz11Ih/1AigzEZtxMkXAk0R4FLsTZHFbhwB/W+B+mscLVq1lwDK rL1jQ2QQ6AqBzNVmXQmeOHtDIO8+YL1JkERGhADKbEQGmjQh0CAB5o8ahItp CEBgxAigzEZswEkXAhCAAAQgAIEWE0CZtXhwCA0CLSbgLOixTwgIvJWXkHM+ QYvzJjQIQAACzRJAmTXLF+sQ6DEBVWD6cJb/B94yQOzrmXH2QI+Pk6ZTY8l/ 04SxH0NA7tEkd72MaVnYBmVWiIgGEIBALgFzTTK/ReZbRoHZFzNDlnGEVSHA 8VOFHn1rIXDv/SvkTuTyqMUayqwWjBiBAAQgAIGBEuB25gPFjbN8AnIorvvR oxZOKLNaMGIEAqNC4Atf+vKopEqeEIAABIZBYGzzxsfmzLthy6YN4l3KcUuX LF523/JhRIJPCHSewOqHxvXjox8o+zNl9gSSnHh0vXSPadl5UiQAAQhAoKcE jKYK5yeL0mT204gu/ebXndTMenpokBYEIAABCEAAAh0kgDLr4KARMgQgAAEI QAACPSWAMuvpwJIWBCAAAQhAAAIdJIAy6+CgETIEIAABCEAAAj0lgDLr6cCS FgQgAAEIQAACHSSAMuvgoBEyBCAAAQhAAAI9JYAy6+nAkhYEIAABCEAAAh0k gDLr4KARMgQgAAEIQAACPSWAMuvpwJIWBCAAAQhAAAIdJMA9ADo4aITcVgLc A6CtI0NcPyYgFyhvOY6FCxc+/OADdpDtjzkVqZ9jqgXat5ZA9XsAoMxaO7gE 1j0CKLPujdnoRRz5szEsMHp3Gl+Z9emuZZk5Dgs4fmsnEPkR4+5MtZPHIAQg AAEIQAACEKifAOvM6meKRQhAAAIQgAAEIFCOAMqsHDd6QQACEIAABCAAgfoJ oMzqZ4pFCEAAAhCAAAQgUI4AyqwcN3pBAAIQgAAEIACB+gmgzOpnikUIQAAC EIAABCBQjgDKrBw3ekEAAhCAAAQgAIH6CaDM6meKRQhAAAK9JDB3/o15eWW+ FWg/AD7i3d4KPYajHW4uhcHToE8EUGZ9Gk1ygQAEINAUAZEmmzc+1i2BIgGb rVuRNzWK2O0CAZRZF0aJGCEAAQi0koAWpZzQMncOPXxHVppyWmZgzruao8k0 3HfomRJA1wmgzLo+gsQPAQhAYDgEtIrmKx5/53Diy/dqIs+sAvrvSjMxps/h vm3LlHi6SABl1sVRI2YIQAACAyWgckTViV8k07ecR+bOgQaNMwh0kwDKrJvj RtQQgAAEBkugZ1N4SbOZDumeoRjscYS3YgIos2JGtIAABCAAAbOUvh8o7JMD Mgt+gXzDffvBhyyGSABlNkT4uIYABCDQAQJmKlNj7dwZmhq2k4XhXuViGZzv 2YHDt4Mhosw6OGiEDAEIQKAFBFSiOWdiZu4cVrD29czsdW92kP56uLx3VYeF +w4rU/z2iQDKrE+jSS4QgAAE6ieQqV1M/cyf9WvJZJ8dRmYK2sDwcl7775oG PZvYrf+IwWI1AiizavzoDQEIQAACEIAABOojgDKrjyWWIAABCEAAAhCAQDUC KLNq/OgNAQhAAAIQgAAE6iOAMquPJZYgAAEIQAACEIBANQIos2r86A0BCEAA AhCAAATqI4Ayq48lliAAAQhAAAIQgEA1AmNy9u+ceTds2bRB7Nx7/4qlSxYv u295NZv0hsCIElj90Lh+fPQDZX+mzJ4AmolH10v3mJYjype06yAgX/irVq2q w1JTNiYmJh5+8AHbevtjTmXh55hqgfatJWA0VTjCNY+slcPAiC795tedKLPW Di6BdY8Ayqx7YzZ6Ect/4O1P2lFmnYg5laqTY2p32reWAMqstUNDYKNIAGU2 iqNOzhCAAAQsAtWVGevMOKAgAAEIQAACEIBAWwigzNoyEsQBAQhAAAIQgAAE UGYcAxCAAAQgAAEIQKAtBFBmbRkJ4oAABCAAAQhAAAIoM44BCEAAAhCAAAQg 0BYCKLO2jARxQAACEIAABCAAAZQZxwAEIAABCEAAAhBoCwGUWVtGgjggAAEI QAACEIAAyoxjAAIQgAAEIAABCLSFAMqsLSNBHBCAAAQgAAEIQABlxjEAAQhA AAIQgAAE2kIAZdaWkSAOCEAAAhCAAAQggDLjGIAABCAAAQhAAAJtIYAya8tI EAcEIAABCEAAAhBAmXEMQAACEIAABCAAgbYQQJm1ZSSIAwIQgAAEIAABCKDM OAYgAAEIQAACEIBAWwigzNoyEsQBAQhAAAIQgAAEUGYcAxCAAAQgAAEIQKAt BFBmbRkJ4oAABCAAAQhAAAIoM44BCEAAAhCAAAQg0BYCKLO2jARxQAACEIAA BCDQAwJrHllbuAXSRJn14BggBQhAAAIQgAAEhk/g3vtXLFy4cCLukRfu2OaN j82Zd8OWTRukhVhcumTxsvuWDz85IoBABwmsfmhcPz76gbI/U2ZPIK2JR9dL 95iWHWRDyBCAAAQg4BLQr33zqyGVNhF11Mw4UCAAAQhAAAIQgEBbCKDM2jIS xAGBVAJz599ottS+Tnuxk2TBdm36+i8CNh2PmX+mWk4KwCeQmVQSloqNU0eh oju6QwAC7SSAMmvnuBAVBAoIyK+4LEUw2+B/1G3vGqvsKTdsmoufQmmD5cKw M8qMp5xZekEAAhBIIoAyS8JFYwh0gIBfSFPRo/vtBPw9/rvxmi+zZYmqngo1 Ddh51vAyw7Yb5zUrEYxtKo9eZq3Obpzp19mZl2wHDjhChAAEaiWAMqsVJ8Yg MCQCprxk19IccaA1IVtGOHscWVa9IJcXjDiKL0ppan6Cjk4qbBYIJjxomR3N zkLlGu5uONjxD7hYOKRjFrcQgEA2AZQZRwYEOklAf9Hji0CBH/vMtwrFQbzr GN0Tr9UKA1N3kc0cMWojjbQQ2SwAobqFTh7BBA0BCOQQQJlxaECgqwTy1pnV qJkC053Ge6HwCs+ZDpJ+mIydkaOWKiL1u9vCepAE8AUBCLSfAMqs/WNEhBDI IBCYRLMVW2l29hxcaSNau4rUcFW8RPaNDMafaY3smBdGZvfqk8WRWdMMAhDo FgGUWbfGi2ghkECgcAlUjK1ajIgj344KILs65e+JibBEm9JJ+R2TTNmL/EqE TRcIQGAUCKDMRmGUybGHBJx1Zkbf2PvDC5jCE2rm3SqroOKDKRyhSAEULiWa WcXCpOyyWWYWmXwykYa7O9pU449MthAaDSAAgS4S4O5MXRw1Ym4pAe7O1NKB aTgsR1017A3zEIBAfwhwd6b+jCWZQAACEIAABCDQSwLMZvZyWEkKAhAYHIHC udHBhYInCECg+wRQZt0fQzKAAAQgAAEIQKAvBFBmfRlJ8oAABCAAAQhAoPsE UGbdH0MygAAEIAABCECgLwRQZn0ZSfKAAAQgAAEIQKD7BFBm3R9DMoAABCAA AQhAoC8EUGZ9GUnygAAEIAABCECg+wRQZt0fQzKAAAQgAAEIQKAvBLgHQF9G kjxaQIB7ALRgEAhhtAjMmXfDaCVsZbtw4cKHH3xgZNPvR+KZ9wBAmfVjcMmi FQRQZq0YBoIYJQKizLZs2jBKGf8w1zWPrJ2YmECZdX3ouTtT10eQ+CEAAQhA AAIQ6DkBamY9H2DSGyQBamaDpG18SfFgKH5xOngCK1eudCpk1MwGPwp4rJEA s5k1wsQUBDIIoMyGcljotM5QXON0kARk5s7XYSizQQ4BvmongDKrHSkGIfAW AiizoRwQqszWrVs3FO84HRgBqZahzOxSMevMBnbsNeeIdWbNscUyBCAAAQhA AAIQqIEA1zOrASImIAABCEAAAhCAQC0EUGa1YMQIBCAAAQhAAAIQqIEAyqwG iJiAQJ8IzJ1/o71parLHedGnlMll1AhkHuSjBoF8W0sAZdbaoSEwCAyNwOaN j5lNg5A/hxYNjiHQAAH7IDf/eDTgB5MQSCaAMktGRgcIjCCBzJ8uU3gwQLSZ 7rcpxbSM7zWC/El5MATMAazunOPWPqozX/vHuW9kMIngpdMEUGadHj6Ch8DQ CMiPkKk6OL9Sut+eAC1saayFe1G6G9p4j4xjPRRVUWUet3kkMtunGhkZzCQa IoAy4/iAAARcApn/+kdi8sVTnpyy9yO5IvHSrC4C/mJKtRw4FM3/G6q3TIEt /pivK3js9JsAyqzf40t2EChDwFlkFigS+FOQmY3LSb1yvcokTJ/RI+AvpqzI QLVazKR8RUd07z0BlFnvh5gEIdAUgcjfNntCJymUSPtJNmkMgeYIZM5+chg3 B7yvllFmfR1Z8oLA4AhEntoW2cyPu3THwSHA02gQ0MKYTl/ar+XPwqO0sMFo ICTLYgIos2JGtIAABHwC9txNeJWYaZm0mCzTPr9tHIp1EbDXmWUemfFHuIaU 2T58GNvnu9SVF3Z6QABl1oNBJAUI1Ekg71fK/PwYZ/5ytLxF/dpSf70y7dg2 I+3XmTO2RoyAPcMYOBMlc8Flifbm+HcO/syPw4gNBelmEECZcVhAAAIQgAAE IACBthBAmbVlJIgDAhCAAAQgAAEIoMw4BiAAAQhAAAIQgEBbCIzJPPeceTds 2bRBIrr3/hVLlyxedt/ytkRHHBDoFIHVD43rx0c/UPZnyuwJJDTx6HrpHtOy U1QaD3bNI2uX3rWocTc4aAEB82tlYvH3tCDMQYQgh/3ExMTDDz4wCGf4aIyA fu2bXw0dVpRZY7wxPHoEUGZDGXP5bR6KX5wOhYDzrwvKbCijgNO6CKDM6iKJ HQhkE0CZcWRAYMAEUGYDBo67egmgzOrliTUIuARQZhwTEBgwAVFmq1atGrDT lrhjNrMlA1ElDJRZFXr0hUAxAZRZMSNaQKBWArI8ulZ7HTPGOrOODZgXLsqs 6yNI/G0ngDJr+wgRHwQgAIE2EchUZlw1o01DRCwQgAAEIAABCIw2AZTZaI8/ 2UMAAhCAAAQg0CYCKLM2jQaxQAACEIAABCAw2gRQZqM9/mQPAQhAAAIQgECb CKDM2jQaxAIBCEAAAhCAwGgTQJmN9viTPQQgAAEIQAACbSKAMmvTaBALBCAA AQhAAAKjTQBlNtrjT/YQgAAEIAABCLSJAMqsTaNBLBCAAAQgAAEIjDYBlNlo jz/ZQwACEIAABCDQJgJjmzc+JneE3bJpg0QlNyBbumTxsvuWtylCYoFAZwhw d6bODFWtga55ZG2t9jDWXgIrV67Un0seEKiFAPfNrAUjRiCQSwBlNpoHhyiz iYmJ0cx9pLKW24ebQsZIJU6yzRFAmTXHFssQOEUAZTaax4Eqs3Xr1o1m+qOT tVTLUGajM9yDyZQ7mg+GM14gAAEIQAACEIBASQKcAVASHN0gAAEIQAACEIBA 7QRQZrUjxSAEIAABCEAAAhAoSQBlVhIc3SDQVwJz599ob0NJUwJI9et3KWEk 1SntIQABCNROAGVWO1IMQqDzBORiOmbrkL7pUKidP0RIAAIQaIwAyqwxtBiG QO8ImFqayUzFkJFEgQZOG5uN0yvepgNY1GSeOKslMDvT3o0tCUEAAm0hgDJr y0gQBwRaTkDETWYhTferagk0UNlk2thCzeml1mJsRhKrKzATVaRfmkEAAhAo QQBlVgIaXSDQcwL2OjNVSAFREt+gRmVjnMaUzQKNTfe8Nj0fadKDAATaRwBl 1r4xISIIDJuAvc7MjsWfE3QiLWyQmVm4V6rNzDnNVCMaZ7lewx49/EMAAt0m gDLr9vgRPQQGRsCeE8wTWEbSJUWVJwTVSPjdGEeFkecZqe46JjzaQAACELAJ oMw4HiAAgTQChadAFjbI8xfuGG8271SAeAtOhKU7ppGlNQQgAIEpU1BmHAUQ gEAUAXsJf2aHwgbhXuZMAm2mYsjYdN4tjNheN1ZjYEi0QvI0gAAEKhJAmVUE SHcI9I1AYC28zu6pYNK0ncbhBo5aMuD8OVBjR13Yf/pOMyNxmtUYWN/Gm3wg AIGWEUCZtWxACAcCEIAABCAAgREmgDIb4cEndQhAAAIQgAAEWkYAZdayASEc CEAAAhCAAARGmMCYLL+YM++GLZs2CIR771+xdMniZfctH2EgpA6B8gRWPzSu Hx/9QNmfKbMnYH3i0fXSPaZl+RDp2QCBNY+sXXrXogYMY7J1BMzPZesiI6Bu EtCvffOrIV8mExMTKLNuDiZRt5IAyqyVw9J4UPJr3bgPHLSGAP87tWYo+hAI yqwPo0gObSaAMmvz6BAbBCAAgbYRyFRmrDNr2zARDwQgAAEIQAACo0sAZTa6 Y0/mEIAABCAAAQi0jQDKrG0jQjwQgAAEIAABCIwuAZTZ6I49mUMAAhCAAAQg 0DYCKLO2jQjxQAACEIAABCAwugRQZqM79mQOAQhAAAIQgEDbCKDM2jYixAMB CEAAAhCAwOgSQJmN7tiTOQQgAAEIQAACbSOAMmvbiBAPBCAAAQhAAAKjSwBl NrpjT+YQgAAEIAABCLSNAPfNbNuIEE+HCXB3ppYMntwVuCWREEbTBFauXMmN LJuGjP3mCHDfzObYYhkCpwigzFpyHIgym5iYaEkwhNEcgYcffEBuJ48ya44w lpsmgDJrmjD2R50AyqwlR4Aqs3Xr1rUkHsJoiIBoMpRZQ2wxOxgC3NF8MJzx AgEIQAACEIAABEoS4AyAkuDoBgEIQAACEIAABGongDKrHSkGIQABCEAAAhCA QAGBe+9fkdkCZcahAwEIvIXA3Pk3OkTMHv+FaWm/Ja/tzbbmvKV/MgAQgAAE ekNA1j7GbIFTyFFmvTkYSAQCtRGw1VKecgq02bzxMXuzwzL7Zaf9urbQMQQB CEBg2ATk3JTCLRAjymzYA4h/CIw8AV/k6R6/omZKbn6tbuQpAgACEOgJAZRZ TwaSNCBQIwGpZhltJK8zLce0qRKSBKBFNXue1JTZzM688Kq4pi8EIACBIRJA mQ0RPq4h0E8CgXVm8SIPydXPg4OsIACBIgIosyJCvA8BCCQSCKwzS7TkNvdn MysapDsEIACB5gjI2Zf+VugOZVaIiAYQgEBbCOSdWNCW+IgDAhCAgEVAbiDm 8PD3+MBQZhxEEIBABgFd4BWeUoxpEwnXNxW+mgbX2ogESzMIQGC4BGwpFiPL JFqU2XCHDO8Q6CGB1HVmmQhUq9nq0OyxdyLRengAkRIE+kVABVmkLEOZ9Wvw yQYCdRAwdbLSL2LWmcUs8Fc7dk7+JdBi7NRBBRsQgAAEyhOIl2Uos/KU6QkB CNRIoHDmtEZfmIIABCDQZgLMZrZ5dIgNAqNCwK+NjUrm5AkBCEDgrQRQZhwR EIAABCAAAQhAoC0ExuRfVbn1ptzgSSKSq24sXbJ42X3L2xIdcUCgUwRWPzSu Hx/9QNmfKbMnkNDEo+ule0zLTlEZQrByq+Cldy0agmNcDpyA+f0auGccQiCb QOBW5U6HiYkJI7r0m1/6yk6UGccWBGojgDKrDWU1Q/JrXc0AvbtEgH9mujRa fY9VKlxJKaLMknDRGALJBCoqM+NPPttJJ/IkB0oHCEAAAq0h0JtvvBKJ6FSJ DAU1s9YcjwTSLwJhZRZZyFm1apVUs0WZRbbvF0KygQAERouA+cZrbdqRX8Xl EkGZtXbcCawnBAqVWcy0i64zUGUW074n7EgDAhAYSQLmG6+12Ud+FZdLJFOZ cW5maw8GAoMABCAAAQhAYOQIoMxGbshJGAIQgAAEIACB1hJAmbV2aAhsVAik nsszKlzIEwIQgED7CAzgGxtl1r5hJ6JRIjCAD/ko4SRXCEAAAo0TaPp7G2XW +BDiAAJ5BJr+eEMeAhCAAASaINDotzfKrIkhwyYEigk0+sEudk8LCEAAAhCo QKC573CUWYVhoSsEKhDgWrIV4NEVAhCAwJAJNPcdjjIb8tDifpQJNPfBHmWq 5A4BCECgaQKNfnujzJoePuxDIESg0Y836CEAAQhAoHYCTX9vo8xqHzIMQiCN QNMf8rRoaA0BCEAAAvkEBvCNjTLjAIQABCAAAQhAAAJtITC2eeNj5p5QcqLB 0iWL9bbnPCAAgVQC4ftmyl3VIg2a+2bKLXIju9AMAhCAQEcJ6Ddea4NP/epO SoQ7mifhojEEkgkElNnChQuTzdEBAhCAwGgQaK0yS700RmoiscpsNA4DsoRA IwS05Lxl0wa1rnXoRjxhFAIQgAAEuk/A/tWQ+pxUEN3ZzHXr1nU/TTKAwJAJ 2MqMz9SQBwP3EIAABFpPQH81VJlxBkDrh4sAIQABCEAAAhAYGQJvqZmNTNYk CgEIQAACEIAABNpFgJpZu8aDaCAAAQhAAAIQgMCpmln8GaHwggAEIAABCEAA AhBoiMCpMwBuvvnmhqxjFgIQgAAEIAABCEAgicD/D5EMhaI36fIGAAAAAElF TkSuQmCC64UAAEQAZAAAAAAAAAACAAAAAAAAAAAAAAAAAP0v+iO/Ar8CAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAATwMAAAALIECvAIAAAA AwQAAAAKAAAjAAvwDAAAAARBAwAAAP8BAAAIAAAAEPAEAAAAAgAAgGIAB/Bn hQAABgZ5dMw/eW5f6CdvTc8RaAHk/wBDhQAAAQAAAJsFAQAAALsEAG4e8DuF AAB5dMw/eW5f6CdvTc8RaAHk/4lQTkcNChoKAAAADUlIRFIAAAMzAAACZggC AAAA5/1JEQAAAAFzUkdCAK7OHOkAAITkSURBVHhe7b0L2F1Hed+rT5asi6/Y YIxv2AaDbSmVBAfbEBMs0wYVyxe5ok2ankAbmpxEjuM+oq36nB50RJNTnyRf 6wiLAKekITznNE9RgtMeElGS6HMjgpXTB0tGssHGso3vsiTrfv+k88qvGcYz a82aWWvtvS77t5/17Gd/s2feed/fzN77/70za62xLZsemsIDAhCAAAQgAAEI QKBpAnfds2JMlNmcedc37Qn9QwACEIAABCAAgZEmsGrVqomJideV2dbNG0ca BsFDAAIQgAAEIACBRgmsfWCdKLOpjfpA5xCAAAQgAAEIQAACPybwhpzZ3Pml lzVPGpNjYzbfk/af1utT9d9YU/983Y73VpR9y2aBfaf3sbEf249+y+3iRz5n hGCH5gU+aEQCNi+6N3Tt0PM4/Hh0ho7oDSEEJlj8BAhMsDdGN2hEp6hGfkYC E+w1n2v+jEQjCk2wrFmU/TGv5TNSFlHJz0jgG6y1n5FavoTjPyN1IBr2Z2QA iEpOsPgv4cF/jdT/DRP/GcmaRclfI46RFsrA/2n+O8Wr3JzZ5IkpJ0+eOo6e mHLixEl9HThaGCEuQQACEIAABCAAgS4SyMiZ/cnarf/jY+Of2fm5J3/x1nf8 7PkHb//D2aeFQqvln90fyWdyZgZ1XWnFgf+7FsjJ1ZQyqf/fteiEEDmz1ydk J/LK5Mx0tAa9cEHOLItz4Jt24F/C5MysEclePdAPxcc//nPxQm3hwoXr169P qv+JT3yyRC/ays6ZZSizf33PM1O/8Os/94vnvOvrn5/y52unXLRoynSUmfl9 ylVOrGZ631Z1LfiizOyf2yH99xItXlnNtL8c8n4VcncUDPm/lwEs1YX+e2E1 80ffioPdUoIyi1dmkec76qqiKLOk+kaZlWhVsJq58jcv+NRzv/Guf/fbu57Y OeWtiw5OxkvGmmseOTJNjpqNYg4CEIAABCAAAQhEE5g7/4a8I9pGQsWMczOn TZ911nkX3PHBDyy9+e9OTp/8d7/96/H2Tp4cO3Hi1BHfpPaaBw6cfuDADDn2 758hxuVZX9iPfftm7t07M6/r3btnyVG7YxiEAAQgAAEIQGB0CKies+P1S3wa uVfNOGvm7DPPPHNsbOyDH/zgokWLfuqnfmrNmjW33Xab/PmhD32ozVjPOOPo GWcccTy0xZnIsjb7j28QgAAEIAABCLSKgFyW3z8KPdTbLBlxpi8K772Ufz2z yVOnZX75y18+ceLEH/zBH8iC67Jly/7kT/7kk5/85MqVKzO9kYSZlE+dempB 3aTNJienmuP48R93d/z4aceOvX4Ya0ePTtPDXsSU14cPT5fDVDt0aPqPjtML uZgK+/adypz5skySZ3v2zNLDtmZnzl59dbYeu3bN1jq7dp0hh7zYufPUMw8I QAACEIAABCDgEDDiLFKWndJRYYgXXXSR6LNvfvObU6eeqrl69epZs2bdfNMH Jqe4SamwndNOOyGH1DHibNq0yenTTx1SKBJNno8ePfV8+unH5Zgx47gxKK9n zjwmf6o4E00mz7NmHZNDXhw8WCzOzjzzdW9Vlp111mFjXNc0zznnkBzywhZn 5557SA4pFEEmz29600E55IURZ/IaWcaHEAIQgAAEIACBAAGTJCvMlqmRAmUm q5kHDhz4yEc+orV/7dd+7dSfi/7ec7Pf8bP/8M7nn3++9GCYnFk5C5ozi29r xJkty0xzP2HmW9acmVN+/vkH5Ih3g5oQgAAEIAABCIwUAWc1szD2DGV2csqJ /+WW20WTSeMXX3xRnnfs2HH8+PHf+I3f+L/ueNeskzP+67c/9d8PPfaH/+lr F1xwgelAlzLlYdYxA+cBiCyTmiZnVuilX0FzZrNmHZ09+2hk87POOpIpy6S5 5sxM5izToObMzjvv1BHZI9UgAAEIQAACEBhlAmYR09lzFmCSoczGpkz9pwuu ffvZZ371q1/9+Mc/fuuttx64/K2//eHp8//1l+ac/YXTfuUn5u4/9POnnfuh v/Ph6dPdS9DK5Shln5luNeMBAQhAAAIQgAAEWkjAvwrGIJx09pZFirPs1cyz Lzhv6Q3Xy/auKbv2HfoHlx6c9S/f99+/+63p/+lf/D/X/s9HbvynUz76m5P/ +3/+b//V5MkK49GTAKTatGmndpvJJjN51jMATNvTTz9V6J8B4BjX7WXmDABn n9lrl8w4ddUMqWNWMAPunX32qT1n5gwA3Wem28vMGQC6vcycAWDvMysMnAoQ gAAEIAABCHSdQOb1zAqD0tM57Wp+iW8kW5ld+sv//IXrb/rTX732pfPP/NDX vvuhKS/+3Jve89Cxf/9vT5z+6JTf/Ocz/tHZv/TVt5ycqSue+pBsmX3/Fidz pmcAqCzThzkDwF7T1O3/5gwA2ftvTgWQkwD0PAB5/GgpM2M187VLZpy6aoa5 cEamPpNlTdVk8pAX/mqmbv9XiSYPXcq0VzPPO++AHIWjQgUIQAACEIAABNpG IOkSGJmXzIjRWOWizrg7k9y8XB43X3fm5/+PA+fd8o03H/vQ70z9X983edr0 0/7fuZOvTlmw8+A3jsw8b8rsqSLFTimz8H0zT5w4Jf70xMxabgwSuCWc1UXB TSff6EzJ+515RnQIMm6e0+itRQd+yzbum6kDHxjlwE0nB39blZI3z+HuTPpx zrq/0Osf8zpuPTTsO5jV8iXsfJkPGJE7CoEQyt449Q2jPABEA/8SHvzXSP23 yIv+Fa7r5sWnPs9y38xVq1ZFqiW9O1NSfXN3phKtCu6bqcrs8LEpmx77m53f PfD88//fL/7Tu6fMnjllhiSQpp7cO2Xs7DdcUr9R2THo780W3RPQ+e0P/HBG /6bWNePbck/AeGneGkTD/tUZAKIWfUbK/jCX/OFEmQ1FvA77M4Iys/7V/LGG sf+9HG5+pK7fqVOx/P7v/4dIWVaumiqz1F6i7miuyiz+gTJ74zwmZ2bmzrDz AQOQHXV9KeSJ12H/6gwAEcrs9QlfKmk67M/IAGTHwP89HnxCiJyZmcM//qaK /ud/0BOgri/heFHTTM2CO5rLeCQdzQRBrxCAAAQgAAEIQKB3BN6wz6x30REQ BCAAAQhAAAIQ6AaBtQ+sk/1tBfcA6EYoeAkBCEAAAhCAAAR6QQBl1othJAgI QAACEIAABHpBAGXWi2EkCAhAAAIQgAAEekEAZdaLYSQICEAAAhCAAAR6QQBl 1othJAgIQAACEIAABHpBAGXWi2EkCAhAAAIQgAAEekGgWJk5d/HUqPX26faL KjRibvnu92hKYrqO6SLGTmGd4XSUFLsZKfUtJoQaB7ewu7y+wq7GBBLZNdUg AAEIQAAC7SFQrMzEV/tenuq6c+/06vE4twsNGCzdtdPF4H7ah9ZRPHYJ1ngV H3hp1PGOURMCEIAABCAAAZtAlDLzkWX+upt0UY2I/TSPdm0/V+zOjsXJzEUm meId8BGZQBykhTXjBZbKMuOkvA6EmYe30B9jf3DTIG/W6XyIBxI/XtSEAAQg AAEIDJlASWWWqdVKZGXC0ZpMj/+jq1JjoEmdQO/lBikvceV3VFizxtid3jPB FvpjS73BTQNbU9pDUPtIlRtfWkEAAhCAAASqE4hSZoPIgjiumy4ykx+1KDCn i0KbhRXy6A+uo9IuBSZKFZvhtqmWw3NgQCFU/whhAQIQgAAEIFAjgShlZrIg hSmu0otK8fvMSgdvR5EqGpI6DXQ0BI2b5GrtlTWtVW4aBOZAaZu1B4hBCEAA AhCAwEAJRCmzSA/8EwUiGw65Wt6iWO1u+B11BVEVFLWvZoozo8CtCnPaQgAC EIBAbwjUqcwMFPZiF84PG9GgcTkC0TkhoN7e67XmYwycBFDInAoQgAAEIACB 9hOoTZnZy1gl1goz9xgVLo2V1gG2WCnspcoo5nVkIzIOmMIYmEmxBwz6vUu8 jvEYf5RSfM14qoU2M0OIt09NCEAAAhCAQHsIjMmv2px512/dvLE9Po2UJ04G a8ixN9t7LcH2IIRaOGAEAhCAAAS6TmDtA+smJiZqy5l1HQf+QwACEIAABCAA gcYJFOTMMpfMSixWBuLMW5WrsZfAwl+NvZQYywbxirfNxm7jau0AlRhTmkAA AhCAAATKEdCcGauZ5ejRCgIQgAAEIAABCNRJgNXMOmliCwIQgAAEIAABCFQn wD6z6gyxAAEIQAACEIAABOoh8IbVTEmj1WMVKxCAAAQgAAEIQAACEQRWrlyp l8jI2GcmRfJ2hBGqQAACEIAABCAAAQhUJbBq1aqQMqtqnvYQgAAEIAABCEAA AqUIcAZAKWw0ggAEIAABCEAAAgMjwBkAA0OLYQhAAAIQgAAEIJBIAGWWCIzq EIAABCAAAQhAYGAEUGYDQ4thCEAAAhCAAAQgkEgAZZYIjOoQgAAEIAABCEBg YARQZgNDi2EIQAACEIAABCCQSABllgiM6hCAAAQgAAEIQGBgBFBmA0OLYQhA AAIQgAAEIJBIAGWWCIzqEIAABCAAAQhAYGAE3nDfzLvuWTGwjjAMgREicP99 92q0fKZGaNQJFQIQgEApAuvXr8+9b6b8iixdsriUWRpBAAKnCCy7e7k862dM lRmfKWYGBCAAAQjkEbB/NTLuaK6/IlqJBwQgkEpgzerxTGXGZyqVJPUhAAEI jAIB51cjVpn9zr3/MUzn11b841HAR4wQKCQQUGYmi1ZohAoQgAAEIDAKBOx0 mL2aWXAGgMiyn/0ni8NHoXQbBb7ECAEIQAACEIAABObMuz7mkPRYHquQMvvS v39ANNkFF7xFDzHxyU/+gnk25VIHccZchAAEIAABCEAAAkJAEmCFRwBUQc5M Bdltrz3+9E+/fuedd5pnLZR3tQ4PCEAAAhCAAAQgAIGKBIqvZ/bE9575+Mc/ Id388RsfUiLl8m6eB2NvfMQ7Ku3iK1MTAhCAAAQgAAEI9IZAsTKTUP/WnPeO /+Zn/UPKwyBOWg/0Vm8mDYFAAAIQgAAEIDAgAsXK7Kqr315v3yaVZszaJSrg kHH1MscaBCAAAQhAAAJNEUi66nixMpP1ShFny//Fr2o88sI+wkHa65mSPlPJ ZfJoRoTZJVpNn3lAAAIQgAAEIACBThNQWRYvzoqVmcgyEWeylKlcnDXNMCyV XCitTk8pnIcABCAAAQhAoBwBW5BFirNiZVYlZ6ZhiDhjdbLciNIKAhCAAAQg AIGOEvClWIw4K1Zmy56dUzpn1lGUuA0BCEAAAhCAAAQqErj/vnv9o9BmsTJb c+lWEWfl9pmZ7k3aTF/owyx0OiXSihxb4chRAQIQgAAEIACB/hEoVmayz0zE WYl9Zs4ufvOn2e9v6zazI00K7df9I05EEIAABCAAAQhAII9AsTKrvs8M+hCA AAQgAAEIQAACMQSKlRn7zGI4UgcCEIAABCAAAQisWrVK7lZeeARAjW3Z9JDc FF1uvSmV5JSBpUsWL7t7uTaQO5r/wj+7Q3JmIs5mfvZmXdA0G860jhTKcqfc 0fzXVvxjxgMCI05gzepx/fjoB8r+TJmSPERz598gH0b/XS2X5xJs8xpmdiT2 M3vJq1zCH5pAAAIQ6DeBmFMvbQJGdOlvhOi5iYmJkDJz8IkMXLlyZWmm2554 TtpeedUlpS3QEAItJzA4ZWYHnqfhVFo5QiqzclgFOpAD3Q1/OFrlzPDDp0cI QKBPBOx0mK3MilczDYXqsqxPQIkFAt0lkJSES6rcXSZ4DgEIQKAWArIOGXNI eiyvuwRlJjmzck5LtuzX/+2nte0/ee2h+TMeEIBAFwlI4koP33n7LVPBqen/ mWnNmHLs5HXdRZL4DAEI9JKAJMAKj0DgCcqsXM5MZdnv/d7vqRP/+l99Rl5L CeKsl9ORoHpPQNcT9fA1Vt5beVjyrNnlpiNdqNUues+ZACEAgZElUKzMJFWW 94ihJhvLRI1JnkzUmB7yWkrCG87sW6HHX3XWr2nbUW/jrcVERx0I1EjAzhIF 8lLVe0zarWVXdhra4sx/q9DPgDWnLVKsECYVIACB3hAoVmYSqmTL/Ec8AhFh 73/Ph0WNyXHLLYvlKDwPwL4VunPF2vh+taa5sC2aLBUd9YdMwCSc7BfVffAF X0DoJFWu7hsWIAABCEDAIRClzGqhpmpswd+6bteLh8oZNAkw09wuUeEVL78c a352rZyTtIJA2wj4gi/goSMKfQ3nSLeKweZZ02zcQBOHFT2nOQQgAIEBERiG MpMtZee9bZYJQF6X2GSm99nUhxFhdom5C2cMKd8a2bUYbtQZKQKZZ2Um6bxC XAFr9luZZxsUGqcCBCAAgS4SiFVmeRu/9IRN/9lm8RffeFBSZaZEXktJCVhO lsvcHF1FVZ5B/3bpWt/PwJVwiSYQGHEC9Wqmeq2N+NAQPgQg0FECscrMZKec 243rCZv+s8GRlx4rkTazfVD7dgotbwD8G6hLTTtn1tGRw20IDIGAkzZz/rS3 8PtvZbpna6+ANSTaEAaXLiAAgXYSiFVm5bwX+ZWXHpPyEuJM3XC2lJn1zRJO xu9LK2GcJhDoAYFMcaY7wJxdaPbmMPutvHKBE9PE6YjrmfVgUhECBCAQIDBA Zaay7Oizl8rxZ/9hmzghz3poYZI4s9cfzZYyf6UyUmkZaxVP/GRuQaAuAnnn S/rlgTMrkyr7nkf6YHaAZVrIvN6Y3cTXc+EmjsjLrFzXKGAHAhCAQOMEopRZ 5vXMwq5rPkzklzzv3ntEDvNC/5Rj+9YLwkYc2eSvSzolzkqrGPeFlymxL8zh 1ESuNT4vcQACEIAABCAwmgSKlVnmxcy0MIxM1zFVk8njN375m379pLTZaI4Q UUMAAhCAAAQgMDoEipWZYZF630xNmIUf2773UlEV3ocABDpJILDq2sl4cBoC EIDAUAgkKLPCJFmqw/tPeyS1CfUhAAEIQAACEIBAjwmMyf+1c+ZdLzdFlyDv umfF0iWLl929PDNgyZmVFmdJbX+47eXHtz790vM7T5zIuErZWWfPfuc1l/7E e9/Z41EhtI4SWLN6XD8++oGyP1OmpKOh4TYEIAABCMQQMJoqXHntA+smJiaM 6NLfCC0cUs4sXtL9tz95aGLd/3jh2R2Zskz83rf34MMbv/8Hn/u61IxhRB0I QAACEIAABCDQFQIJyix1n5mNIKntNzb8Jz2273zOP8y7XUGMnxCAAAQgAAEI QCCSQIIyi897+X3Ht/3p22/4t78+/pazrpw988zvP/Xww4/9lXOcMfusv3/7 J6SO1IwMkmoQgAAEIAABCECgEwQSlFlS3kuDz7wQmhYG6Fx25Vvl3XdfsUCO Bdd80D5Ek93yd/7egvf9hNbJfOTd4jP+RplOzcir1+Y5U2IelOgxqUleZRtd vNv2LRmS3IjvgpoQgAAEIACBESGQoMzi8142u8zLoUXCPWP2mVe96x1yXH7p O/W48IJL5ZDmG9d//7f/zRfk+Pof/XfHmn0JWXPNWPtGmWH1EF8zMooS1VIv das+16KKzMV7I61p1xJjqs8lsNAEAhCAAAQg0HsCCcqsRM5scPj+asPENdde I8djjz7mizOnX6MetDwgYvyatik/6xZT4kPIayU1nfxTfJ7PDznQS/y4OLco zcwmOnXUeGnP432jJgQgAAEIQKB/BBKUWbmcWRVkBw7uz2z+n//vB0ST3fL3 fkoOFWepvZRI8Pi5tJiSTFnm5KWMHT9NlZrBsruL7yVMz6hVP968bFkb8o6p U4L6EIAABCAAgTYQSFBmpXNm9u4lW3yoQf/ZcJHVzCcef1KOp5/9gQNLNJmW qDiLR1ljLsfcFl16t5dNtYt4l0zNEnpR2trriTH9hnsxfOwbjJaIpUbOJXqn CQQgAAEIQKCjBBKUWemcmUneOHccV4P+s43S7DML8DUqLWYM/Luex7TKq6PW bD1kB1vFclLbGmWQc5P4JDfsyo1wKO0tDSEAAQhAAAItITDYewDkXfq/8JYA 9/zSpy+55GJhJMpMno8dej0FdenbL5EdZn//5+4InJupZJ0dY/afzlvOSPg1 tSSv3O4uXMd3zLGsCs/0FeOzH0uht6YXfwrmWcvz3OZs9xvjeUs+APW60Y97 AMhFqOvFgjUIQKANBCQPws1IhjAQ1e8BkKDMSsRTUZnJaqbZaiYnZooDpZWZ aggNoXDR0KlpdIZvobDEWV7UrvNaOZosRt/EKzPTr6My7WENK7M8z01QtuV4 2iXmVWub9EaZye1BWgsZxyAAgRIE7r/v3kjFUMI4TWwCkZwDd2dKUGaFiS5/ bAJb08Jro5ozE2V20SWnrltmcmay4eyDN970trefW5gz6+hECefzOhrU6Ljd J2W2fv360Rk4IoVA7wlItixSMfQexaADjOTc2H0zMy9mpoUBNHJHc30379xM ecvUqYLYbM+qcZ9WCX9sNyK359ficEvCL0GMJhCAAAQgAIG+Ekg4A6D0uZlJ 7ERyyR3NtYl9bqZkyzRhpm9JnerizDk1oXCVMymQ+Mrxm+Xrdbhea/HxUhMC EIAABCAAgTwCCcqs9LmZSfRVlun2f3k49wDQQrmemYqzJMtUhgAEIAABCEAA Ai0nkKDMhpMz+/lfuUWOT/1vvyTHLy//udv/wd/e9L1vLf3Eh/W4fuG75ZC3 tFomXH+Rzi5p+XjgHgSUwNz5Nzgo/JLhsMpcOndObanXk4rGyzWP/5YobV8p lWteL2GsQQACbSaQoMyGkzPzYZXo9+GHT/pHm4cB3yDgE2hKitme6Ckp/nX7 2jxeJbYl2GE6VyisK9ISXtXVNXYgAIFuEUhQZsPJmfn4yvU7f/4U+1iwYEy0 2oC+c7s15HjbFQJbNj2UJ86kXA8Ti762C50K5l2/VR4Q50zhvI9PXlJNyx2d 5xfGD0egIzsXZTrVFxV7NO5lxuK8a/fl9GucsV2Nj52aEIDA6BBIUGYlcle1 cKylX/lREXG2aVMtHmEEAk0SEGklok0PR2aZQlPHVMhsJfWTIvETP5lJtfjC +N7DNvOWCE2rpDXEwvxWplm7MK9ftVxoPx4LNSEAgf4RSFBm5XJX1ZHV1a+K M8mcBb6j4/eaJP3ja/+7HAnE9sR22Ekb+P/HOymKyO6o1k4CmWmzPDlll6dK rsGFPxwVktdLZO+aDszMyWWSyTRrF0b2OzjsWIYABLpLIEGZ1ZK7KkGqxn5V nIV9iNxVo/8Tlwgnsom6of9em44y0wbGoL6blBuIdIZqDRLIFGf+amaMh+Va xVh26thCx/lXocraYglP4puYDz4fonho1IQABAZBIEGZ1ZW7Sg2j3n5V5cTI F/sLOjNTZYwE8lh2Hbvf+P/OHeFl/lT3Ar8ig9aOqeNI/boI2OuSSTbNGmjp jFrMB0ddyvwPx1Y/SZ4PunJ8XIP2BPsQgAAEEpRZjbmrJO619ysLmkkO+Jkq e7NIOI9lCyn9uVJ9FpmZS/KTyn0lkHcqQOmTNyMbOro/XusXCp3CCqlDWbvB sAND7i6VBvUhAIFOE0hQZvXmruKpSb/adcxzvNmkmoEUV97CTcC+aWK0WpIz mZXNryZrMdVhttCCs4dM1yWTUl8q75yGhRLNnt55m6vMp8NUyGxVaMrGbu/6 UhkUtllxa4Ft3BageZ9uU16uX4RdCz9iuASB9hBIUGa1564iKZj7bKoD4edI m6nVAqswdgIs3qwa5As6ntio1fRVlyPO9E9TmLf932+VeqKAmfz2ENiKJK+C ljut/EJ/ZO2Pm10/0FGmb46T4SmU9xn3y9WsE0heX7ZaVQdiCIzabCdeCEDA JpCgzBrMmTUyZplrNwEt5b+VV9mUJ4kzp7KTJHN+GOIXnhphS6cQEAJOYkz/ TCJjW4hJX1XvMck9KkMAAhAoQSBBmTWYMysRWOkmkUszxr6/rhFY6Qisy8Q4 bCwjvGJwUaflBPzcWIy6ctJjmYm0vMCr99hypLgHAQj0gECCMhuFnFnhioYt yOzXZoFDC82ChV1euC7jzyf/hypvQcdpm/oL14OpTAgQgAAEIACBHhAYk00n c+Zdv3XzRgnmrntWLF2yeNndyzsdmOST5OxLuTVT3kPuBCBXNWuVdvEXcVrl XqfnwzCdX7N6XD8++oGyP1OmZJj+lOtr7QPrlt6xqFxbWkEAAq0lYH7rW+th PxyL5CzftBMTE0Z06W+EFiYoM8mZNbKgmdqvKrPwALdNmfVjOhJFP5SZfK0w lBCAQC8JdOhfxO7yH6oy6wqmyE3EJKW6MqAd8rMfyqxDwHEVAhCAQNsIVFdm I7fPLGm/cNvGG38gAAEIQAACEOg3gQRl1shSptAv0a+sZvpHvweS6CAAAQhA AAIQ6AGBBGXWrXMz5QwA+5CNZaLVkq4f1oPRJQQIQAACEIAABLpFIEGZlchd 1cKiln5Fk4k4k7MyeUAAAhCAAAQgAIHWEkhQZt3KmfnEVZxJ5iz+Ov5a07+F X7gkc7BNk/ip4PhZeGZD/E0I4n2gJgQgAAEIQAACwySQoMxqyV2ViK3GflWc pfpgXzbWXDnWeSE2zbkFmQop8G6kPzEnk9pdFyq5yH6pBgEIQAACEIDA0Agk KLOu58yUqeqbYaoW505KRmD5WbS8vJpJ3WkI5dJv9k0J7ZyfmWp5/ti4nDqO Y0ObtXQEAQhAAAIQ6CuBBGVWY+4qiWbt/YavQ5upWpIcjqmsck0fRt9k5tUc Yec3tLtzrBkl51su7N10ZFRsZteOezGxUwcCEIAABCAAgTwCCcqswZyZdh3z XH2kjWSJWT20uzOSLrVhwOdM3ZOaM1O5ZufM/B4DdexwfDs1Blt97LAAAQhA AAIQ6DqBBGVWe+4qkp30q13HPEfaHEQ1I+lqNJ55mY9U7WjnuvJ8i6kjbVO7 rhEFpiAAAQhAAAKjQCBBmTWYM+v0SDjqqsYtbpmmtLvMVFZM136dzFYxpjo9 ajgPAQhAAAIQaIRAgjJrMGfWCJoaO7XXCs1Jnc7qp19HHXCEXV61gLemSWDl 0a8TKGFvWY1zA1MQgAAEIAABm0CCMhuFnJmjXew/fVkTfteZZ/5aZ2GJsW/E nNFq2tbvwlTwX9hGMj03Nu1+fSB21wGpx8cMAhCAAAQgAIESBBKUGTmzEny7 28Q+RxUF1t1xxHMIQAACEOgWgQRl1q2cmdyIKe/o1gg15a1J6SHLmhoC7Xfu /BtsB8J/Bmr6UYgpczQbI71DAAIQgIAhkKDMOpQzkwv9hw9mAAS6SECE1JZN DznirFwgasoctdgs5wmtIAABCEDAJpCgzLqSM9Nkz57d+5987MXHNz8v0f71 nz/6+JanH3tk20vP7/B3dzEhINBRAqquTGpNE2BOLJmF4Xj9RJqadUyZvgL1 OwoWtyEAAQg0SGBMvtnnzLt+6+aN4sRd96xYumTxsruXN+hQLV0//9SufbsP 26ZEkB07euzQocOXv/stF1785scffeaqay6rpS+MQMAQWLN6XD8++oGyP1Om JIBr4sEN/rs3fehGo8BMzkwFmVNuJJp5V0qcmsa+rersTh2155jy3w3Xz4yI CQMBCNRIQL5zYr5eauwRU2ECRlOFq619YN3ExIQRXTqIWpigzCRn1siCZmq/ P3xi59vf9ebHvnMqW2Yeb3rrDH0tskye7131uX/56V9mekGgXgLVlZn/f5F8 XB1BZjRZoTKzM2rmtS3OzOvMmgH7kV3LN1S9hLEGAQjYBPQ7B2XWqlkxVGXW qsjznHn6ie2H9x/Xd/fu2ffsMy+88ML2qWNjd/2rf2CaiCy782O3kDPrxIB2 y8lalJn/JRujzGxQfp4sL0NmqzQ7PeYotkCqzFk/zUvRdWsc8RYCXSEgaWmU WdsGq7oy69s+s1df2f+6LNu7f+t3H9/25LO7d+3duWP3Zz71hTX3flU0mRy3 3nLbc9t2vfjcjrzhdO4OWe/17u2rUSRZDlQubbPchE5yu1wXtEolYG/nj2kb 2PKfaiq1fox71IEABCAwsgQSlFkjS5kyMPH9SsLMDOT+fQf27zt45MjREydP yCFXZd2zZ9+Klb8iFaZOHZs9e9ZTT7xhudM0tO8gOSAJYl+Qoq4uBmFzZD8V bQtcz8e0lyP9Ejv7lfm6RFCZ6i2y6xLd0QQCEIAABE6plHgK7T8388C+H+/6 nz175vHjxycnJ0X6nDZ1qmiz48eOja/6yu233i4hT5t22o7tu/3YnfsOOZfy cnJp0jymJJJw2JQKuFQZl2fTmLINmteD8CQSAtXKEVC1pIcv4DKXMu0mdoU8 U3mOpdYvFyCtIAABCIwOgQRlFp+7qhdffL/Hjky+5yffob0fOnj42LHj06dN m3JyyuTkiVOyY2zs+LFJ49vtP3NTkp9+Li2mJLML//L6haacGzRlakrnRpwB m+GFUZN+M3LQLin0JIkqlSMJ+Pv3nRKzpGgMagUtz+wlbxUyz5Rj2f7T6SWv x8hgqQYBCEBglAkkKLMGc2badczzd771pA7nkWOHZ8ycMSYrl2PyNHX66dPl xe6D22VpU96VZNrnf+uPKg68aBQVQ2LHZNf8hJPfi3+HyoqeqAO+ZspzJnxZ f6dVZpjVHcYCBCAAAQhAAAI+gQRlFp+7qhe09KtdFz5feNk5puuXX9h17rln yZ+nTTtNZNm+IzsOHn/1NQVzYs/uvTu275p1xvTqfqoeslNQ8Tc1chpWd0b1 WTln7N79EPwwa/EWIxCAAAQgAAEIOAQSlFmDObPIYTt+dFLWLvWx4Lprvr/t URFk+4/ulGctPPussyWDdvDgYbmgxiWXv9U36yib8L4u826mxkrdExYZY7lq jjO+b5neOpvbBiEly4VDKwhAAAIQgEBfCSQoswZzZpH0Z581Q07APHrkqNQ/ duTkwps+ePkVl55zzpkzZp5+/vlvmjv32ttvWywJs5sXLzh8+MjVcy/PNGsW 73Sflqnjl8eUhD03WifSVIzai7Fp4jL9+iUm/EwgMZ5EjhrVIAABCEAAAhAw BBKUWftzZue9+ewLLzt3587d17zn4jPOmHXxRZfe+P4b5eplH7tz6UcXfXTB vAV7du97+qnnvvK7f3bVnEsuuvSCvHlglvO0gq1azHYu81ZhidOLs8cr3rjT kW021abTVpvX4gkfLQhAAAIQgAAEqhBIUGbtz5kJiKvnvn3G7LG1X16/b9+B 107HPPWQ0wBEeGx/+ZUnn3hGMmqXXHH+jTcvqEItvq19GqY5XSC+eWbNQdis 6BLNIQABCEAAAhCohUCCMmt/zkyJfGDhvCuvfttTP/jh88++9PKLr1z73otf 2b7rkYcf2/LI43JH86uuveSmj7yvFnYxRuzd9IGkV4wpU6cWm06aLckBKkMA AhCAAAQgMCACCcqsEzkzxbTgund/aNH8M86dvvPVnV8c/9rmhx89fOTQu+Zc umjJDaLbBoQSsxCAAAQgAAEIQKAigQRl1pWcmRKZPnXWu9/9zvddN/8jiz94 250fXvi3PzB5bHLLd36w66WDFZHRHAIQgAAEIAABCAyIQIIy61DOTGHt33tI nsfXfEaPa+dcffnlV2x/cfeAUGIWAhCAAAQgAAEIVCSQoMw6lDMziTERZMuX fVoPeV0RFs0hAAEIQAACEIDAQAkkKLMO5cz+5tsPS25MZZnB9553/vTsM2Zs 3PDwQIFiHAIQgAAEIAABCJQmMCb3Hp4z7/qtmzeKibvuWbF0yeJldy/PNCc5 s2GKs0CKrtCNdV/7lixcighb+JEbTCzrv/GQ/CnPH//VW/J4OVeXlWp+id9W 69g1/ZLwCJm2Md1lmrJvSBA5GyL7So0lsvdeVluzelw/PvqBsj9TpiQQ+MSD G6R5TM1e0htyUGsfWDfkHukOAgEC8rtW4rPPl0YLJ5XRVGHf5CtoYmLCiC4d fS1MUGZDjj9PCMYIRFFmsqtMpdjhKTvV85lTzpfnQmUmdcwVJVTuFF5gwpE4 kYrH5lmiSV7zeFORNVFm8TMfZRbPqvGa+g3YuBs4AAEhcP9990b+nDu4UGYt nD+RQ1mPMouRRDUyqqLMvvzZr5tsmW4vW7ZsmSgzkWW3fmzheRfOzvPTkWL2 n35Syrxraxe7mp0J0x4dzaclMU1MHV8p5gksx2HHgt9pnreOMvPNOvnCGudA 50yhzDo0ZPq1uH79+g75jKt9JSD5ksifc5RZ++dA5FAGlFkH9plVGQZJmG3b ts22EJBlRjyp+PBXJ/USr/a7tq6ytZedZlM7mW1tTRNuooLMNhLG4nfqWHDu yGTLskBHmWYjc29VxpG2EIAABCAAgREhkKDMGjk3U3717YcZFXXGfzYVDh44 oq+vvPJKR5zVO7SFa512d0YPmaDqdaa0tfgofM/j25Z2j4YQgAAEIACBESGQ oMwK990PAplzJyLThTrjP2sFWbI052DKOqYW6lLmIJxMtWlnnlLbNl7fHpHG ncEBCEAAAhCAQM8IJCizRnJm5XDrkqWkzWRvmRzj4+O6/b9wKVO7S9o4Ze/f KvTWqZzUNs+4s6Jai83CQKTC0DqKcWY068ydf4M5hkBA+nJ68UuG4IbfhXHD BtIS3xoBQqcQgECnCSQos0ZyZqXhatpM1zRVlsmj9K2ZVP3ow1mRLFzLi2zr 79C3uwtzCHQR3gTmqyvflN11+N3Sg0XDEgREecglb8wxHCEynF5K0DBNhs+k ire0hQAEIOATSFBmw8+ZSY/+I3IUJT0m4mzL5sci62s1I7MyX+hCnjFo/nR2 05dr6xuxu3P69YMyi4yOe74zJkzH/3BD206eY0moqTw4An4iTRWVlpt+/VST 85avw0T35ImzmE4dB4xLJWwm0Wu/oEwKh8oQgEC/CSQosyHnzKS7vEfkkJg1 Ta0v19H4y3XfjmxLNQh0i4BoJnXYzqU5OszUsUNLrZ+JJWxE9ZypYyvCQM6v FsfU28zAuzW+eAsBCIwOgQRlNvycmQ5DlX5vXvR+SZvJmqYeozOuRNp7Akbu +ImozNhVnZikl+qeAKW8dzPTZoHKpou65FHYjr3VrK4eez+XCBACEGgVgQRl NuScmcFUsV8VZ3rI61bRxxkIVCGQt6cq9bSA1PqZ4izViAZerlVYUBosVdjS FgIQgEBTBBKUWZXcVZXwqvT72S/8lqxpLv3Eh/UoPDfTuXxa3tXUqoRDWwjU QiCwd8pWbDF9pdb3bdorjzE92ok0hFQSMSpDAAK9J5CgzCrmrkqjrNJvibYP P3zSP0o7T0MINEggU71pxitvz1mkt3mnApTea1+6YaTDVIMABCDQFQIJyqxK 7qoKjir9lms7f/4U+1iwYEy0mnPZsCoR0RYC1Qk4+8yM0rLLYzZapda30132 a7PHPz60cNelHctM6cV7RU0IQAACzRJIUGYl8k+1xFal3yptjfOiyUScbdpU SzQYgUBtBPJWIf31QUei+X9qk0zVFSh0mpiTDLRJnkG/VeAEgiTHYk5EqI0+ hiAAAQgMhkCCMiuXf6rudpV+q7S1PVdxJpmzwIXvM6/v7+9UC5c4uOJtZjaM 91aa51UOlLft7p/VJxsWIAABCEAAAs0SSFBmteSfSkRbpd8qbR1XVZyl+m9f zdVcS9Z5ITbNdWJjbnnk23R0VYwRPxD7YraRYSa5HWmTahCAAAQgAIFRJpCg zOrKP6XirtJvlbZ52qWc7kmNevj1NS47pRdO4GV66GTRjE2t7OfYwvWHD4Ee IQABCEAAAs0SGJOdGXPmXb9180bx4657VixdsnjZ3cub9anB3kUoyJKlbP/P e8huM8mcZaaXMu9BaRSJ08S+nWXea5UyjifGjt9KS/znPAmV6VLYrG0qr6Yd svqvHaXWb3AalO56zepx/fjoB8r+TJmSgPGJBzdI85iapT2koSGw9oF1S+9Y BBAItISA+SFO8ocvjSRcw6kcOZTyFTQxMWFEl37za2GCMpP8U42Lg/GAqvSr OTNxW42En1U9VFFmttYJ6C1fphgaAQGXKW4cGTQgZWbUlaPMfLdtKWmcMdVs oabh2Ab9+vGTpCU1UWYtGYgYN+TbM6YadSAwNAIl/itDmQ1tdOI7Gqoyi3er uzWbUmZ5e7xsedegMsvUTI5vme75dexqYQtdnEUosy6OGj5DoLsEUGYtHLvq yox9Zi0c1pIutSfnlLkVzxRmXhmur7v3So4lzSAAAQhAYFQJJCizRpYyZVyq 9FulbT+mRHhHv78lPy/qmAvtap3MPJmYNe+aCn5JP5gTBQQgAAEIQKA0gQRl Vu95jvEeV+m3Stt4D7WmsyJp/+kvVobfNV1H2jTVnBfmqhbmQhu2Zftd47/v mG88M15TqPXtZ7/TvJK8Vd3UsaA+BCAAAQhAoKMEEpRZU/mnKv1WadvREcVt CEAAAhCAAAS6SyBBmQ0z/2QDrdJvubZyaYy8o7sjjecQgAAEIAABCLSfQIIy ayr/VKXfEm3lcmXho/2DiocQgAAEIAABCHSUQIIyK5d/qs6lSr+pbXXr1Z7d +5987MXHNz8vzv/1nz/6+JanH3tk20vP7zAbs6oHhQUIQAACEIAABCDgE0hQ ZiXyT7UQr9JvibbPP7XrhW17jh46MTk55bHvPP+m8845fmTa0QNjT3//lZdf 2CnnFT7x2A9riQsjEIAABCAAAQhAwCGQoMxS8091sa7Sb2rbHz6x85Irz3c8 P+/CmW+97KzL3/2WCy9+s7z1x1/9el2hYQcCEIAABCAAAQjYBBKUWYn8Uy2s q/Sb1PbpJ7Yf3H9E8mTi9t49+7Y+8v1vrvurv/jGBhFkekj5vas+d+fHbqkl LoxAAAIQgAAEIAABcma5c+DVV/bre3v37t/63ce3Pfns7l17d+7Y/ZlPfWHN vV8VTSbHrbfc9ty2XS8+tyPPinPt1novbV/OWnyrwGVpK35ybMvx/pTudAhd lPaNhhCAAAQgAIEAAXJmr8ORhJnBtH/fgf37Dh45cvTEyRNyyIVT9+zZt2Ll r0iFqVPHZs+e9dQTp/Jq/kOvbq+P9oiDpMu3Ds5/+8K27YHDtwMEIAABCECg VQQSlFnqnq264qzSb3zbA/sOG4dnz555/PjxyclJERCnTZ0q2uz4sWPjq75y +623S51p007bsX13niwz5Y4e8u+DFFMSwzDPjrRVAWSe4+/FZPdbaF+70EeM w0nGbZvmdRidHXWqP9SHAAQgAAEINEsgQZkl7dmqMaoq/ca3PXZk8j0/+Q51 +9DBw8eOHZ8+bdqUk1MmJ0+c+qUfGzt+bNIEdfvP3JQUoJ9LiymJ6SJgx9dJ JfJhMfYjM4X2gqbK1hjjeQrYTkw6djJvDBUDkzoQgAAEIACBxgmMbdn00Jx5 12/dvFFcueueFUuXLF529/JMtyT/FC90agysSr+aMxO31Ujg+faf/nn5RZ81 a6bUf/rpZ77/6DMHDxw6fuy4FE4/fbrkzw4ef/Uf/cN/KKuZsrK56X9s/aVP 3enEqPogs9B+y7xW5WSaOEIqcwnS78K3nFeS6YPvrSnJdExXae23/HXbsOdO c9uBPOMx3fkwk9Zw65qua1aP68dHP1D2Z8qUBPqaeHCDNI+pWZfD7bez9oF1 7Xcy7KF88zCmXR/E1vrPl0YLh8ZoqrBv8uU2MTFhRJd+S2hhgjJrYfw1uvTS 87tefGa3KrONf/2wPL/w/HbVCvuOvL7f/+d+9mdkC9qOV17duXPHz//yrRWV mTa3hVqhmBiCMvMXYX1hFCjJG5E8bVpvd0kwa5w8xhTKrHaq+j1Vu9mhGbz/ vnsjv6aH5hId9YkAyqyFoxn5ka9HmVXJXVVhV6Xf+LbPPfXKKy/smzX7lDI7 evzwH/7hHzk+n33W2bfduvjll1556YXtb73k3Jv/7nV+UPH5qphcV9i+I+yM yPNzcloSmTPLk0omKZVn3/fH9r9QmTlOJnUXhlll7qW2RZmlEiusr19e69ev L6zZzgryf3Dk13Q7/cerlhNAmbVwgCI/8gFlxj6z14d19lkzZJny6JGj8vex IycX3vTBy6+49Jxzzpwx8/Tzz3/T3LnX3n7b4j279968eMHhw0eunnt55mxQ AaQPW+L45TElmV0Y+7Z2sXs0lgszcDET2rcWKPFTegFK8lYAgnE+prtM7MqH BwQgAAEIQKBbBBKUWfx5jvUiqNJvfNvz3nz2hZedu3Pn7mvec/EZZ8y6+KJL b3z/jXL1so/dufSjiz66YN6CPbv3Pf3Uc1/53T+7as4lF116QV6MohL0oRXs F3a5vlVY4vRimjhdZNoxbdUHRynmaSa/3Bh3YrFr+rH4njv1DZ+w8wZUEkzH Zr0TEmsQgAAEIACBwRFIUGaNbP+XyKv0m9T26rlvnzF7bO2X1+/bd+C10zFP PWTLv6ia7S+/8uQTz0hG7ZIrzr/x5gWDGw/bsp0e09cx/dqtwmmzwdkvZzkm OupAAAIQgAAE+k0gQZnF55/qRVal39S2H1g478qr3/bUD374/LMvvfziK9e+ 9+JXtu965OHHtjzy+KFDh6+69pKbPvK+eqMLWHMyZJGrk3arsKuDs1/OcjjN NjTsXelo7vwb7CPebWnlVI4pibcvNX2DSc2pDAEIQGCUCSQos6T8U41Mq/Rb ou2C6979oUXzzzh3+s5Xd35x/GubH3708JFD75pz6aIlN4huqzEuTEGgIgG5 5I05Koqhis0rBkJzCEAAAhAwBBKUWWr+qS7KVfot13b61Fnvfvc733fd/I8s /uBtd3544d/+wOSxyS3f+cGulw7WFRR2IDA4AiaXZrpQ4aXlmTktUXiZ4swu NK8da7ZlOyjTne2GU2j7gzoc3JTAMgQg0CECCcqsRP6pFhBV+i3ddv/eQ+L8 +JrP6HHtnKsvv/yK7S/uriUijEBgcARE32Qm0ky5dC0VKjpgrKnS0h4dGecU hh2rxauKQdEcAhCAQBsIJCizcvmn6kFW6bdEW5MYE0G2fNmn9ZDX1QPBAgTq JWDvMysUWzEV4rNWtrVMy4XdGRTxNeulhzUIQAAC7SSQoMxK558qRl6l3xJt /+bbD0tuTGWZ8fw97/zp2WfM2Ljh1L0BeECgJQTsfWa1uJS3plmLcTHiL7PW ZRk7EIAABHpDIEGZlcg/1YKpRL/SJO8R6ZJIsciappp/VYuY61xoHbumXxL2 xLSN6S7TlLnIRXzIkX2lxhLvADW7SKB2KdlFCPgMAQhAIEwgQZmVyD/VQr9c v9LKf0T6I+kxrXl4yk49Fn7EvdBAnsQJCLVA7+aKGOYy+pHXyLBtlmiiotBc 5CJSb0VipFoXCdSVNgsvjMYvm3aRIT5DAAIQqEIgQZmVyF1V8cy0HXK/Lz+3 W7pWKbbmtYd6sv4bD936sYXlIvKTUs6VY+3ckpNnymsb38S+7qvjvxGCWm4L RNtDx0J81353jlmVhuWo0iqTgEorszE/s05YGDl7yMotQRo3jLVCx5BrTGkI QAACQiBBmZXLXVWn3FS/kirbtm2b7f95F84OhyPKxqgWJw2meSn7XfOnsenf RslPaDklMU1UctkOhKPIzKLZFpxOjbwLp98y33WkYfXZMjoWAhvnzaKhoeGI Laetb8qvrzbVYN72f6eC3cQ0dAoLzyQYnQElUghAAAJKIEGZDTl3ZUaodL92 psdOzKhB/9n0ePDAEX195ZVXOuKs3nmTtP5o9FCJbWH1uu1Yi4/C9zy+7UBD wDgEIAABCECgJQQSlFlTuavS/Tr3CDLE1aD/rBVkydKcg7ls2TItrLKUWe9I 25mnei0PwVr8naOG4AxdQAACEIAABFpIIEGZlc5dVQx7yP3qkqWkzWZOOV+O 8fFxeZaSwqVMDVPXKCNTQUlbrJzKSW3zhsBZUa3FZsxwD62jGGeoAwEIQAAC EGgPgTHZ5zFn3vVbN28Un+66Z8XSJYuX3b28Pf6V80TEXGamLa/c6UUuNvtf v7r++hsXmJM0NWcWFmfOdiuxaZcY3aYvVJoYGVexraMIje5RgWgrxUzV6NQ3 7qnZTAuO/wZgZtd5HOIlbLlpMPxWa1aP68dHP1D2Z8qUBLyaeHCDNI+pOfzQ mupx7QPrlt6xqKnea+nXfMHWYg0jELAJ8KXRwvkQ+ZGXL7eJiQkjuvSbXwsT lFmkrKkdU4l+A2m2yLVREWd/ue7b131gvoYTo8xqDxyDnSOAMqt9yOQ7rnab wzeI2h4+8xHpEWXWwoEeqjJrYfwDdWnt7//F3HnXmLTZ3/z1pqWf+PBAe8R4 1wmgzLo+gvgPgW4RQJm1cLyqK7Oe7zOrskft5kXv37L5MdlwpkcLhx+XIAAB CEAAAhDoGYEEZRa5Dlg7oCr9Vmkrgag400Ne1x4aBiEAAQhAAAIQgIBNIEGZ Vck/VYFepd8qbT/7hd+SLf+ygqlH4bmZzuXT8q6mVgUFbSEAAQhAAAIQ6DeB BGVWMf9UmmOVfofc9uGHT/pH6cBpCAEIQAACEIDAqBFIUGZV8k9VsFbpd/ht 58+fYh8LFoyJVvNvxFQFCG0hAAEIQAACEOgrgQRlViX/VAVflX6bamviFU0m 4mzTpioAaAsBCEAAAhCAwKgQSFBmVfJPVXBW6beptna8Ks4kcxa48H3m9f39 nWrhEgdyvM3MhvHeSvO8yoHytt39s8oUpS0EIAABCECgLgIJyqxK/qmKu1X6 baqtE6+Ks1QIepdJaRV4Yd6NXDD1TTm6qtx9kyLvRuUIVnWmXI+pMKkPAQhA AAIQ6ASBBGVWJf9UhUWVfptq68drbnNUBUVr26q6slN64QReZiBOFs3Y1Mp+ ji1cv7WscAwCEIAABCAQIJCgzKrkn6qMQZV+m2qbGa8saAY4BGRNaXqRNk3i qvqNLDUN5t8ovTCppl07bZ3bidrvhuuXJkZDCEAAAhCAQLMEEpRZlfxTlSCr 9FuxrTaPea4SoLY1uqRQxDh9GfnlNyxts3o4xkKe2nPcVjGnD9PWRGTeVVBa IVC/Rv8xBQEIQAACEBgmgQRlViX/VCWkKv1WbKvNY56rBFixrZFfFe0MqHne TjLHbTsHlumJn4prg+4cEDTMQgACEIDAyBJIUGZV8k9V+Fbpt6m2VeJtpK3q p9R03SBczTwhwBRm6jzOIRjEQGATAhCAAAQaIZCgzKrkn6rEVqXfptpWibc9 bcM7+uMvexFzAqZZr8xUh/Zap1bwS9rDDU8gAAEIQAACpQkkKLMq+afS/knD Kv021TY1XkeO2H9m7h4z9gNZrkib9l4uNWukT95yoV1uKpuGjhH7z7DbatZ2 wMboL9o6JW1I+KWOO/UhAAEIQAACDoEEZVYl/1SFe5V+m2pbJV7aQgACEIAA BCAwsgTGtmx6aM6867du3igI7rpnxdIli5fdvTwTh+Sfqgid0oir9DvMtrK6 F74uhhCQ682S2ik9E9rfcM3qcf346AfK/kyZkkAUEw9uaH+MeAgBCLSKgHzn xHy9tMrnfjtjNFU4zLUPrJuYmDCiSwdRCxOUWb9RVo8uch86yqw66tZaqKjM 5PPc2tBwDAIQaC0BlFmrhmaoyqxK/qkKtSr9Dr/t3j0Hdry4b/LoiXfNu/iv //zRN184e/LEiTedf/ZbLzo/H0LyjZuq8Ox+29AFe5uNrqIya9Z5eocABCAA geoEhqrMqrvbewvPP7Vr3+7DdpiSITt29NihQ4cvf/dbLrz4zY8/+sxV11zm cRg746pf6T2cWgI88MTn5BSFWkwNwgjKbBBUsQkBCECgQwSqK7OEMwCqnOdY hWmVfofZ9odP7LzkSjcxdt6FM9962VkqywTCH3/161VQ0BYCEIAABCAAgX4T SFBmjWz/F/pV+h1a26ef2H5w/5HHvvO8OLx3z76tj3z/m+v+6i++sUEEmR5S fu+qz935sVv6PZ+IDgIQgAAEIACBKgQSlFmV/FMVF6v0O7S2r76yX2Pcu3f/ 1u8+vu3JZ3fv2rtzx+7PfOoLa+79qmgyOW695bbntu168bkdeTQOPLFGD61g XlShZ9qWs5bUyvgfaBVvUGvG16+FEkYgAAEIQAACzRJIUGZV8k9VgqzS73Da SsLMBLh/34H9+w4eOXL0xMkTcsiWqD179q1YeWob2dSpY7Nnz3rqiVN5Nf8h EuSMq5bp0R45Is5Ejp3tfy0hxHcd6SHVIAABCEAAAu0nkKDMquSfqoCo0u9w 2h7Y9+Nd/7Nnzzx+/Pjk5KRcROO0qVNFmx0/dmx81Vduv/V2gTBt2mk7tu/O k2Wm3BElTi5NM0l2di2zJIZ5nh01aD/7NcP2NQRbYjqvndSgn28zAbZHp8Yg pQ4EIAABCECgCoEEZVYl/1TFxSr9DqftsSOT7/nJd2iMhw4ePnbs+PRp0+QM wsnJE6cucjY2dvzYpCFw+8/clETDz6XFlMR0EbDji6HCfJ7myWJUlOnXFmeq 5JyUoSmMCYc6EIAABCAAgR4QSFBmVfJPVUhV6bdiW20e8/ydbz2pMR45dnjG zBljsnI5Jk9Tp58+XV7sPrhdljblXUmmff63/qgKDZUvRgOZ7FpqTivsQ7mV RKOrwvrMN16uu4oYaQ4BCEAAAhBoIYEEZVYl/1Ql8ir9VmyrzQufL7zsHBPg yy/sOvfcs+TP06adJrJs35EdB4+/Kn+ePHliz+69O7bvmnXG9Co0tK2/Hc3k tBpXOW3bKledNhYgAAEIQAACQyOQoMyq5J+qxFOl3ypt430+fnTSXP10wXXX fH/boyLI9h/dKc9q5OyzzpYM2sGDh+WCGpdc/lbfsrNlPpxzMu9mbrSPWU8s DK2EkUifpesSxgsdpgIEIAABCECgHwQSlFmV/FMVWFX6rdI23ufZZ82QEzCP HjkqTY4dObnwpg9efsWl55xz5oyZp59//pvmzr329tsWS8Ls5sULDh8+cvXc yzMtmzVK3YZl6vjlMSWZXTi77AN2SiTebGsmBFOYGVFkLyi5+KlITQhAAAIQ 6DqBhDuaV7kHZRVMVfqt0jbJ5+9teebFZ14V7SUXm31tS5kcp+6Gqbc5F1n2 1LZnJ49PXv6ut9548wLPchvvzuQIxCQag6s8mndnmjv/hi2bHrKpaok8R6L2 KzsGxY5vza8T2V3pan6kpU3REAIQgEAjBIZ6d6bh5J98jlX6rdI2aUSvnvv2 GbPH1n55/b59B147HfPUQ04DEIm2/eVXnnziGcmoXXLF+VmyLKmf2Mp2eizy lEkxbbcKJ7TK2Y/1nnpxBEQ56SHVzevMQrVn18lUdY6ReOUX5y+1IAABCECg mEDCauZw9mz5Llfpt0rbYnhvrPGBhfOuvPptT/3gh88/+9LLL75y7XsvfmX7 rkcefmzLI4/LHc2vuvaSmz7yvlSbpevbJwTo6xhT8acRlLMf4wN12klAVJoe tnumxJTbFZzXec2dtsjBdk4AvIIABIZGIGE1c2g+dbqjl1/Yue2J51949pVd 2/cdOXr0rLNnXXTZW675iSsueXvGxv8fRXpqxZNHNIFT1x9p52PN6vFldy8X 37Zu3qge3nXPiqVLFkuhKQl4PvHgBv/dmz50Y95qpqmcuQjoFIb/FFOBXuy3 zGv7hTTX1F24pl0hUDOTQztHHK8gAAEI2ATkG7v6amaCMhvani1nmKv0W67t rpcOig/79x4ynjy69Xvy+rr3LzjvwtnMQgjkEaiuzFTY2Q+RdHkrj6nKzDab tM+sFr2lvfvCzvZK35XvNeYYBCAAgS4SkG/soSqzLjIq57MoM5Vl42s+oxaW L/v0wQNH5MXVCy4qZ5NWo0CgFmXmZ9cGkTPzhyNTfhk55au6JLmWKQqN4jQy kTMARuFjQowQ6DeB6sqMfWbuDNGEmcoyEWR6GInW7/lEdBBQApnnctrnFqSC ss8tMG1NIXvLUnlSHwIQ6DGBBGU2tPMcHdxV+i3R9m++/fD2F3erLDOevOed Pz37jBkbNzzc46lAaBCIIeCrqCRdlXmuQEy/1IEABCAwIgQSlNkwz3O06Zfo V5rkPSLHVaRYZE1TTS9dZj/8Et+m1rFr+iVhT0zbmO4yTek1PpKaR1ZOjSWV OfUHR8BOm+lrPczKoym0t6zZNY1v4eb+qQmDCwrLEIAABNpPIEGZlcg/1RJ/ uX6llf+I9EfSY1rz8JSdeiz8SNQlPX2BFdnjyZOvn28oFvS1KYm0UK6JikLp Sx+ReiveJWrWQsDfre+UZF4SNqaO7V64l8ylTHM1NceOXznQ3BF2mbHUghEj EIAABDpBIEGZlchd1YJgyP2+/NxucVul2JrXHhrF+m88dOvHFpaLyE9KOTkq O7fk5Jny2sY3MRYys3q2BLQFou2hYyG+aweXEwsZtXLTiVYQgAAEINBjAgnK rFzuqjq7pvqVVNm2bdts/wsvmWHSTib1lZmUMmkqRyr52TI/oeWUxDQRH5Ky YplZNNuC06kJNpx+y3zXBlV9qmChKQIkupoiT78QgED/CCQosyHnrgzr0v3a mR5bA6lB/9n0qBfIkMeVV17piLN6Z0DSkqXRQ34WrV6vUq3FR+F7Ht821Svq QwACEIAABLpIIEGZNZW7Kt2vSfPoCzM8atB/1gqyZGnOwVy27PWbGlVZyqx3 WtiZp3otD8GaPSJD6I4uIAABCEAAAp0jkKDMSueuKkIZcr+6ZClps5lTzpdj fHxcnqWkcClTw9QFzchUUNKOe6dyUtu8IXB2/ddiM2a4h9ZRjDPUgQAEIAAB CLSHQIIyK527qhjt8PvVtJmuaaosk4e5Am1qOKp+9OGsSBYKuMi2ttDxm4Qd DnQRlpi+ugp3nepYKmfqQwACEIAABHpAIEGZDTl3ZeCW6zfzemaRAybpMRFn WzY/FllfqxmZlfnCWVE1fzq76cu19Y3Y3dn6L1MLmkVGE69T4ltw/A83tIPK cywJNZUhAAEIQAACfSWQoMyGn7tS6CX6zbyYmRZGDqRZ09T6chGNv1z37ci2 VIMABCAAAQhAAALlCCQos3K5q3Ju2a2a6vfmRe+XtJmsaepRPRAsQAACEIAA BCAAgTCBBGUWn3CqF3pT/UoUKs70kNf1xoU1CEAAAhCAAAQg4BBIUGZN5a6a 6vezX/gtWdNc+okP61F4bqZz+bS8q6kxBSEAAQhAAAIQgEAegQRl1lTuqkP9 PvzwSf9g8kEAAhCAAAQgAIFIAgnKrKncVbf6nT9/in0sWDAmWs25bFjk2FAN AhCAAAQgAIFRI5CgzDqUu6plFGuJVzSZiLNNm2rxCCMQ6B6BtQ+sM0ebve+K n21mWJdvLRyLFrpUF23stJBAgjLrVu6qOuu64lVxJpmzwIXvM6/v7+9UC5c4 IcfbzGwY7600z6scKG/b3T+rTxgsOAT0x2zCemhJ20B1xc+2cRuEPy0cixa6 NAjy2GwVgbEtmx6aM+/6rZs3ilt33bNi6ZLFy+5e3ioXu+KMSA2RX7KUmflQ jZJ30X/navv2n/6F+PPeDRhR8WR6d17bjhk/AzcACN8bwA4/r2Y4wK6MuO/n mtXj+vHRD5T9mTIlgegmHtwgzWNqipG582+wTckHOZKbNIyvnGez0IhqMmm+ fv16Y2ThwoVakhmjb1NLnEgDYfqVCyNtoZ92vIX+Rw56ZrU84IWDXjj6kd05 1UqMhVowxGxc/rTJm0sByCVcCn8wM111Ps7qT+a0H+h8qDKXaGsTMJoqjEVn lxFd+q2oheTMctHVlTPTDlQVBRJRnZ7ZGped0nPCiQncyaIZm2rKz7GF63ea Z6Tz8jVtjnj5Emm8lmq2LBOD8uf9992batnEKA3tkPW1XaiWS2Bpj58qeoY2 rPa0ackUSh0Lm5ivimyYzlSx51V4Tqa6lDeCea5mDnrmtE/97FC/owQSlFkt +65KYOpNv5JRC4QfkDUloDlqJiyMzAkK8cmwPJfMbZ3sHmPMah19mLamof9u uH5pYj1oqD9O5idKXuihoYXfNXWcXzjHiE0p8+dc/+0zv2eSKtNsmTz0v0l5 bgNqx0/bpVb52Qir8MzRuRQzTzKr+RGVmzNO9i4pw1pItd7pMVBXC2OhQrcI JCizenNI8Zga7Fe7jnmOD6dQ0+SteOY1NJLOb2i0TqrN6uEYC4EFTfXc3PTT z4rZN9zUd8WsvSZrCrW7BsOskVh1U+Y3wP8f3SSZ9JfVz82YQlvMBVI4hcsr RpOZF9UDHB0LhXgrojBSxtEN4ZljT57wPPGnk7QtDKrKnCk0XpHYEJr3IIQh UOp3FwnKrDe5q8gRNffZ1MDDz5E2B1HNvx/5IHopbTPviiGO23YOLLMvJ52m OqzlsZeGFtnQZDX8f8cjLQSqNfLzYEdUenEtD0t1JsbC4PxUqRRIUtYYRRVT qdMjtX4J33xotQxTFU+cD2aeqa4MegkUNClHIEGZNZi7KhdbxVZNxVvR7XLN VT+1IeeUufBqCjN1XswmtnJYWt7K2UPTTm/NmqazWSfTW2cbWbmIhoBloH4O c59ZgHCD6jBpzpgQzL5DpyR+P1m5+ea3KjEDWzLodRHATkUCCcpsBHNmFeF2 vXlg61vSrri8tJnNR+vkqUPzbubqZxsEZdfHul7/l96x6KabbjJrUvJDa35r dZNZ5Pmn9XrlW3P8tCs05WfpTGHtrErIiyo+tHDODG16tGfQq4wgbWskkKDM msohjUK/jraw/8zcPWZmQECURNq093KpWbPxK2+50C43lU1Dx4j9Z9htNWs7 4Eg3U8HYtEvQZzV+L4ip6r8Wchqmo8BaIsgcUF3xs97xNdZ0KS2w2lh9JsR7 njoWzpb/yNXDeH+kZqpLecaH4GpSXFRuM4EEZUbOrM0DiW8Q8AnY+1fsn179 rc181xSa+nlGtLu8n23JN0huTNNj5jAl7RmstvnpbDkawvaszLEIz5z4JrYd 06reOROYn9X3mdU7PfJcbcmgt+dTiScJV5qV3FUj4qwr/cpCW/i6GDLb5GYA pHZ6/Kkb5pVmu4LRvkBGO3NmSrIrfnZl3Kv42cKxaKFLVQjTdqAEIjds1HOl 2UZkmeDrUL8ivMLHQGcDxiHQQgJ2zqyF7hmXuuJnmxnW5VsLx6KFLtVFGzst JJCwmjkK+73sEUqNV/c87dm9/8nHXnx88/Ni6q///NHHtzz92CPbXnp+x4hf 36GFUx+XIAABCEAAAi0kkKDMOpS7qgV0iXiff2rXC9v2HD10YnJyymPfef5N 551z/Mi0owfGnv7+Ky+/sFOWO5947Ie1+IYRCEAAAhCAAAR6SSBBmaXmkOri 1ZV+f/jEzkuuPN+J+rwLZ771srMuf/dbLrz4zfLWH3/163VhwQ4EIAABCEAA Av0jkKDMSuSQauHViX6ffmL7wf1HJE8mIe/ds2/rI9//5rq/+otvbBBBpoeU 37vqc3d+7JZamGAEAhCAAAQgAIFeEkhQZl3JXdU1TknxvvrKfu137979W7/7 +LYnn929a+/OHbs/86kvrLn3q6LJ5Lj1ltue27brxed25Hno3Diy3kvbJ10b 1nioPtjPvvO25Xp9zgQ1hC7qmkLYgQAEIAABCKQSSFBmnchdpcYfqB8fryTM jJ39+w7s33fwyJGjJ06ekEMunLpnz74VK39FKkydOjZ79qynnjiVV8vUN+Ys gQGJj1T79gX3w2Dta88OyPkaRxZTEIAABCAAgdYSSFBmSTmkGgNuf78H9h02 8c6ePfP48eOTk5MiUE6bOlW02fFjx8ZXfeX2W2+XOtOmnbZj++48WWbKnWue Obk0qRZTUjgETiYsM2OXmS3ze8/TmlrTvGv+9M2aauHQwtm7wpCpAAEIQAAC EGg5gQRlFp9Dqjfm9vd77Mjke37yHRr1oYOHjx07Pn3atCknp0xOnjilJMbG jh+bNExu/5mbkvho4kofRpcUlkR2YbJifi/2jZJsa35NWykGDJqGgaRaYbB5 XkXGSzUIQAACEIBAywkkKLP2567qZS3xasgxz9/51pPa+5Fjh2fMnDEmK5dj 8jR1+unT5cXug9tlaVPelWTa53/rjyr6qRJN9Y3JrsXksUwd06rcDQn8vpxb XmqAeS6FO3VaZQZbESDNIQABCEAAAq0lkKDM2p+7qpeyxKshFz5feNk5puuX X9h17rlnyZ+nTTtNZNm+IzsOHn/1NQl1Ys/uvTu275p1xvTqftopNLVm7/TK s1/X1W7z+jJZvXiXfFd9436w1QFiAQIQgAAEINBOAgnKbNRyZvEDdvzopKxd 6mPBddd8f9ujIsj2H90pz1p49llnSwbt4MHDckGNSy5/a6YccfZjBXo3NR0l pE0Ca4XxEUXWjOzLqea3yrTjbCnLDDbST6pBAAIQgAAEukIgQZmNWs4sfghn nzVDTsA8euSoNDl25OTCmz54+RWXnnPOmTNmnn7++W+aO/fa229bLAmzmxcv OHz4yNVzL8+0bJbtzFYtreaXx5TEO5/XS56FPD9tO2G37bVUXbv0S0xhZneR ijAVAvUhAAEIQAACjRNIUGbkzPJG67w3n33hZefu3Ln7mvdcfMYZsy6+6NIb 33+jXL3sY3cu/eiijy6Yt2DP7n1PP/XcV373z66ac8lFl14QED1mw5aKGyN3 7HJ9q7DE6cXf3eWUZNo0DgT88e2E3bYd8zeoFYbmBN74RwgHIAABCEAAAjUS SFBm5MwC3K+e+/YZs8fWfnn9vn0HXjsd89RDTgMQEbX95VeefOIZyahdcsX5 N968oMbBC5gy++hjzgwYjkv0AgEIQAACEIBAIYEEZUbOLEzzAwvnXXn12576 wQ+ff/all1985dr3XvzK9l2PPPzYlkceP3To8FXXXnLTR95XOB51VbD30bcw yeQn8OoKHDsQgAAEIACBThNIUGbkzApHesF17/7QovlnnDt956s7vzj+tc0P P3r4yKF3zbl00ZIbRLcVNqcCBCAAAQhAAAIjTmBsy6aH5sy7fuvmjQLirntW LF2yeNndyzOhSM6sEXFWrt9dLx2UKPbvPWRieXTr9+T1de9fcN6Fs0d81Al/ QATWrB7Xj49+oOzPlCkJdD3x4AZpHlNzQP7bZtc+sG4IvdAFBCIJyK9PSz4a kQ5TbWQJGE0VJiDfsRMTE0Z06fTWwgRl1i3KosxUlo2v+Yx6vnzZpw8eOCIv rl5wUbdiwduuEOiZMpMviK6Qx89+E7j/vnsjf+36zYHoOkEgcq7Wo8zK5a6q cyzRr0mYiSwTQaY+yOtf/sS/RJlVHxEs5BHonzJbv349ww2BxglIOiHy165x V3EAApFzNaDM+rnP7G++/fD2F3fbskzmynve+dOzz5ixccPDzBsIQAACEIAA BCDQTgIJyqxz52aKFEuFnnd5+oqXNnWuYZHqlV3fuTJ+wFSNnVZxmLYQgAAE IAABCMQTSFBmjWz/l0jK9SvpMaVweMpOPRZ+5IZ4Lk7N6ld5sC9jUVHnRUZh X8S1uv+RnVINAhCAAAQgAIEqBBKUWYdyZi8/t1ugqBRb89pDGa3/xkO3fmxh gJdzc0ZzjyCjpZwLt+bd7DJSe/mXgY2x76TN4q8lW9gw3lSVOUfbWgjMnX+D fYRtSk2tYF4k+RA5n5NsmsqljTufPp295Xyo0qpip4XN7eR32M9CU5nN7S+3 KhxoCwEI1EUgQZmVy11Vd7RKv5Iq27Ztm+1DlUtmqFDTh/MlqG8Fvhntr1fN YPnWAvbtELR5npHC7+6KvVcfUCzURUAueWOOcpKrLk+atRP5wWnWybzew/ls O7TwN0zp6Eiol0ZHQwgMiECCMmswZ6ZdxzwbTHqBDHlceeWVjjgLozRffyZh Ztd3skqZ35WZDf0bRKo4s//RV2sq7yK/LlOb2Gad3n1/BjTnMDtoAiaXph2p aLOlm1YwboRVnZnPOjPtGWu/VmuZk6qwlVOh0JTWt//HMLHYn19TaP/LZKIo 0WnSZ8RHYffoZ6p8vIF54kdkB5sZr91jAMigJyf2IQCBQgIJyqxK7qrQj0AF 6Ve7jnlWO7Jkac7BXLZsmRYWLmXGOGlvF4up79RxlJxvLTMhF+6oRBM1mNe7 EZElAqRJ4wREZjmJNPlTvNJneZgKRpCZtwqdNykclR3O3DMlzjwPt5JOU00V +hlToUSneQH63WXW9Ht0GhZWKPyHLdNCIX/9NjDPMfSoAwEIDI5AgjJrMGeW Gr8uWUrabOaU8+UYHx+XZymJXMrU35XCVQajb0zlmIaZsdj/x+v3o/1Prf50 BRpmNomH5hvP6y7eJjWHQMDeZ2bUVaHMKqwQ8Nz+UBSqBGOnsFU5U2HCTvLb fMRMXxU7jW/u+5nX1i83SXGVwoWTKtNyIf9Cs1SAAASGSSBBmTWYMytBRNNm uqapskweegXa0g/7W7L097L5wfCtBUr87vRrurRLMb2XBkXD4RCw95nZPTqr mcNxRntRARGjIQq9qtFUYV+mQrhT+1MTb7NiTTu3XQvYiv7QHAIQGDSBBGXW oZyZUJP0mIizLZsfK0fQUUL2/9n6RWmbLfyXNN6a+RY29k13asQ8h12ym2e+ VlNOLH5JOXq0apCAvZo5fDdsGVGx9xpNxXtS2KmpMByRNJxe4vlQEwIQGAKB BGXWrZyZijN5NqcCyEU0/nLdt4fAlC4g0AYCtZytWbisnxdpkqQIV85cbbf/ M7Er2A5risv8M5MUS6ZLSUEF5kBddvwuBme5DVMaHyAwIgQSlFm3cmY6fjcv er+kzUSc6TEig0qYo0xAljh1NdPZTxYQarVoOM3CmtVAf/09MCimoaO31Fqh qdL9Oi4V2smrYKI2K7mZNf0wCyeqbccXnf7CcYkubB8QdoUjQgUIDIFAgjLr XM7MFmeiz+QQoTYEpnQBgSEQCGzk1/1n4oN9WoBT4ryb53DeSn2g3F8iN8Yz W/kL9Fo/c7XdvOWLKqdfv2ZkLAH/87yy10Btcem7lFlS6KqPwvbE7tGUh5lr NaffTIBDmMl0AQEIOAQSlFm3cmay2V+O/XsPyXHdB+bLceY5M+VO5xVPAmAC QQACEChHwE6tFSYCy3VBKwhAoAcEEpRZ53JmoslkhMbXfEaPa+dcffnlV2x/ cXcPho0QIACBzhGwU2udcx6HIQCBoRFIUGYdypmZxJgIsuXLPq2HvB4aVjqC AAQgAAEIQAACJQiMye6TOfOu37p5ozS+654VS5csXnb38hKGWtVk3de+Jemx 3/39/1MEmXFM7gEgp2fK88d/9ZZWeYszvSGwZvW4fnz0A2V/pkxJINiJBzdI 85iaQyC29oF1S+9YNISO6AICMQTM71RMZepAoEECkXNVvmMnJiaM6NJvfi1M UGaSM2tkQbNEv6rM5EqzIsXKKbOYM8KSBt4YLGHZOWGqyg4V7b2ED0nBjmzl Pikz+XIZ2XEk8HYSaMk/Le2Eg1ftITBUZdaesAs9EWUmu8o0SXZ4yk6tr3cC iMmZDUK+VBFDTtvqpqpYKIQ/yhX6pMxGeRyJHQIQgEBpAtWVWT/3mb383G5h qgmzNa89FHGVm5qb86rMaBWWaK7LXHPI/KkWnOb2eVuREyLSAdOd/cLk4Xwj kb1TDQIQgAAEIACB2gkkKLNGljIl4Cr9SsJs27ZtNrXIm5o7oDXJpA8jsApL VH6ZqwTZq5C+QansGLR98M+3j3Epc7qYy0fZ7pm4ap9hGIQABCAAAQhAIJ5A gjJr8NxM7Trm2URurvh/5ZVXOuIsTMes9NliRV+rJjPKxilRoWMKtZcqe8Js P/Pknd2d72ThPCjRpNAmFSAAAQhAAAIQKE0gQZlVyV2V9k8aSr/adcyzdiT3 Mpft//p62bJl+iJ+KTNzgc9OmBnV5aSaBn29osLufCcLyZdoUmiTChCAAAQg AAEIlCOQoMyaypmVCMzcy1x2/csxPj6u2/8LlzLtJUJn7dKoMWe7WOY6oNnF VcL5Ek0KXcrzx5SzmlkCO00gAAEIQAACtRNIUGZN5czKxaxpM13TVFkmj9K3 ZjKrfs5ap2bXnPVNU+J4bssj32BkmEZCJbnkL6qalVmTIKxr4TUyEKpBAAIQ gAAEIOATSFBmHcqZaXpMxJncxTxp1H11YkrMSqUxWFhiW/M3ijnNncq2245X JVwSa0Y+6uuAkSRiVIYABCAAAQhAoEYCCcqsWzkzFWfybE4FkIto/OW6b9fI DlMQgAAEIAABCECgXgIJyqxbOTPFdPOi90vaTMSZHvWywxoEIAABCEAAAhCo l0CCMutczswWZ6LP5BChVi8+rEEAAhCAAAQgAIEaCSQosxI5s9+59z+Gjxoj yTQlC5pyLP3Eh/UoPDdz0P5gHwIQgAAEIAABCAQIJCiz1JyZaLKf/SeLw4fU YXggAAEIQAACEIAABJRAgjJLypl96d8/IJrsggveoof09MlP/oJ5NuVSB3HG XIQABCAAAQhAAALJyiw1Z6aC7LbXHn/6p1+/8847zbMWyrtahwcEIFCCwNz5 N5ijRHO7idhxLNjG/XcrdhfZvJZ+HSOZf5pC/0Wmq5HV8to2zrYWsJGDSDUI QCCVwKByZurHE9975uMf/4S8+OM3PqREyuXdPHeda9aH//SN+PXtO4KnMrLr D/ni/lVcpW2/CciP65ZND5ljEL+1g7Y//AFSaD4rKRymMzbYTH+G6Qx9QQAC bSOQoMxSc2Ya6t+a897x3/ysf0h5JAu9pH5FSWTf0bKiqUi3qQaBpgj4iTTV Ilpue+WXxPgcsK/NYxzIc8ZJR9l/Ok1MUHmdFsaiQk0ddp5tm44dp98A2BJy OTMJagLPzNXZvQSaZ4It4WEhVSpAAAIVCSQos6R9ZurWVVe/vZx/ASlm7n3k 3HfcuXek9hsWYb4F/17mmXc318JyodEKAoMgYLI+di7N+c3WVI39C+2UxDgW tq8yJTOTZ8pVPeQ5YzzUiIxyCtgMdKoWIvWH3aNt02leWC2PQCHezIY+qzw7 4eaZYIecLCwkQAUIQEAIJCizEjkzWa8Ucbb8X/yqspYX9lFlAFSf2TcdVx1m 38jI/tNfzcy04NgM9FI9jVclfNpCQH9oM3MkmXACv8F5b9n2TZ28yvEVjN6q PoiZzgTCMaIqRqtFqpbIanawNliTtyukUaIjx2Z1C4VOUgECEKhOIEGZSc5M 02Yxz+qZyDIRZ7KUqX86a5ox3jv3Cw83yZNl0spezTRGMvNheV3YN5qM8Zw6 EBg0AXu7UuGSVglnbPuZwiLPZrxejDcbtmnr1BKR1t6k0FtlK/06aqkcOuO/ 37xtZGpHjUEI9I9AgjKTnJmmzWKeldTgcmaFIxGT08qUa4WWqQCBNhAIZH3y FFUtbttLZpkGCyvkuRF2uzCozOXOWkIuYaTQW7Xpr7RGNkxi2CoyJWDSBAKj RiBBmZVAs+zZOaVzZiqt7DSYX1LCpcwmMZvGYurU5Q92IFALgZg1u9IdFRov rJDXdbhh5rvhJiqA7OyUX1KaQ7hhjRCSTJnKSa0GBAGzEIBAEoHBKrM1l24V cTaIfWaq0vRhqzc7eDttZu8z0/rxFsK9JOGmMgTqIuDsM7O3eZklrfC+onLr XKZVYMOZOpC0q8l2xm6owiLvXQOzsEI89kgpE85ZRg6BkzbLjCITeObYhZs7 I6L+RwYbT4+aEIBAdQJj8mGeM+/6rZs3iq277lmxdMniZXcvr25X7gHwC//s DrETuGiZvCsb0eQeAL+24h9X7xELEGicwJrV4/rx0Q+U/ZkyJQEnJx7cIM1j ajYeKQ40QiBV7zbiJJ1CYMQJGE0V5rD2gXUTExNGdOk3vxYONmfW4D6zEZ8Z hA8BCEAAAhCAQBcJDFaZVdln1kWa+AwBCEBgcASSFogH5waWIQCBgRIYrDIb 3D6zgULBOAQgAAEIQAACEGiEwKCUmW4yk21k/+3v7P8v/+W/yAs55IX90DsE sMmskYGnUwhAAAIQgAAEWkhgUGcAtDBUXILAoAn0/gwAOUdh0AyxDwEIQKC7 BG760I3VzwBAmXV3AuB56wiMgjL77pZHW8cdhyAAAQi0g8CvLvtFlFk7hgIv IPAagRFRZp//4pcYcAhAAAIQMATsqx2hzJgYEGgRgdFRZlx0rUXTblRdkQtw rl+/nqk4quPforhlKt5/373GoerKbFBnALSIGa5AAAIQgEC/CMgFOfsVENF0 lcAgpiLKrKuzAb8hAAEIQAACEOgfAZRZ/8aUiCAAAQhAAAIQ6CoBlFlXRw6/ IQABCEAAAhDoHwGUWf/GlIggAIGhEpAbjTv9+SVDdYjORptA0oRkrrZwsqDM WjgouAQBCHSMAD9vHRsw3IVAiwmgzFo8OLgGAQh0hIDcazxPnEm5HiYUfW0X OhXMu36rjvDAzSYJOLNRZpGUqEP+bHSmpalml/vzs8nwRqBvlNkIDDIhQgAC DRHQH0U9HJllCk0dUyGzlflxbSgUuu08gbzZGAisRJPOY2pBACizFgwCLkAA At0nkJk2y5NTdjmSq/uD340ImGndGKcpU1BmXRkp/IQABNpOIFOcBdaPwrkK lpDaPt4t9s9MRXspU/wtMRtLNGkxmG64hjLrxjjhJQQg0EUC9mJQkv9mDZQ8 RxI3KkcuTcaDYirGs6qrJsqsLpLYgQAEIDAl71SA0idvlm7IYIw4AZ2Kmcq+ 3KQq12rER6Fc+CizctxoBQEIQCCbgLOHTBeDklJf+pvqNOR3kQlXkYCZV5mz 0Z51pqPMqVjRDZoXEkCZFSKiAgQgAIEQAf93zhFn+qcpzNv+77fiRAFmXhUC mTMzPBvN2qUtzrSwiie0TSKAMkvCRWUIQAACEIAABCAwQAIoswHCxTQEIAAB CEAAAhBIIoAyS8JFZQhAAAIQgAAEIDBAAmOyeDxn3vVbN2+UTu66Z8XSJYuX 3b18gB1iGgL9JbBm9bh+fPQDZX+mTEkg+okHN0jzmJpNIRQPv7vl0c9/8Uvi 5NoH1jXlBv1CQAhMTEysX7+eqchkaJyATMX777vXuGE0Vdgx+QqVhkZ06Te/ FqLMGh9THOgPgdFRZgsXLuzPsBFJZwmIMmMqdnb0euU4yqxXw0kwfSIwOsqs T6NGLB0lsGrVqpUrV3bUedzuEwGZikvvWFRjzox9Zn2aHsQCAQhAAAIQgEAD BGQRU45aOkaZ1YIRIxCAAAQgAAEIjDSBunYJo8xGehoRPARKExgbG3Pa+iWl jdMQAvEESky8zCZSaB6md7sw8K5d3/bc6cj86ZvKbFUitHhu1GwtAZRZa4cG xyAAAQhAYBgEVCedtB5aIn2bMue1/Gk3yZN60jzzfxhjFu01jAHuWh8os66N GP5CoAsEMlMCmSkH/YXrQkz42EYCOnnCuShn4vlNVCfZ4Tl/+pGrLDPlmQrM aWWa5Bk3ctBv6OfenMomqLxPk2888Hl0eLZx4HvtE8qs18NLcBBogkBmLiEv weD8wjXhL312mICqHH2OnHh2Eztyo11MtqzE/wwxEi0Tt3HeF2EqHG21lJly y7Ngk0kyEjDY4RnTBddRZl0YJXyEQGcJFOYeCit0NnQcbx0Bf7KZfwxqVyF2 hiyQx/JdKsze5X1kYj5KhXWcRGDrhnA0HEKZjcY4EyUEhkhA/7+PWT0ZolN0 NRIE/ImXNxudbFm3FEnm52skBng0gkSZjcY4EyUEhksgc7XFFBb+4z5cZ+mt PwQy51jmbGw85tLr+PaibeNR4MAgCKDMBkEVmxDoPwFnP439M1O4O6ewQv/x EeGACdgbqsp1FVZOgfmvb/nnB9glpWWZk+oL/JkZNR+9cpNhyK1QZkMGTncQ 6A8Be53I/x3SBRdTnle5PziIpDkC9p79yIlnaxRnxdOxkBdW6SmtXTsrkjGr ruqJqenvSHM8NzH6TUo739wgj1DPKLMRGmxChUDtBMw6kWM5s9wvZFmz9hEZ QYM6r4xqsf/MKzR1TOrLXgY17zrqzWcbmP/+J8KUOH1llhvP7XedmqrS7I6c 2J3/lzIrO3XyuhvBedVgyCizBuHTNQQgAAEINEzAiDPbj8i0WcOu031PCaDM ejqwhAUBCEAAAnEE7KU9o8m6ldDtlrdxw9KxWqtWrVr7wLpanB7bsukhuTu6 3obzrntWLF2yeNndy2sxjREIjBqBNavH9eNj7mtrPlMxd7qdeHCDNI+p2RRY 8fC7Wx5928WXNeUA/UIAAhBoIYGJiQn16v777jWaKuynyDhpZUSXfvNrIcqs hUOMS10lMCLK7PNf/FJXRwi/e0RAUhQrV67sUUCE0lUCMhWX3rHIeF9dmbGa 2dWpgN8QgAAEIAABCLSEgAgyOWpxBmVWC0aMQAACEIAABCAw0gTq2ouCMhvp aUTwEOglAS6n2cth7WJQTMUujlrjPqPMGh8CHIAABCAAAQhAAAKvE0CZMRUg AIEyBOzrmNvtM++1HFNoZxcyX/tGjA/qgFYoEwxtukyAqdjl0cP3DAIoM6YF BCBQkoDefMm+UKcpKVcY8CPTsqoxvZKT70zJqGjWQQJMxQ4OWg9drut6Ziiz Hk4OQoLAcAj4F7csvNxlZgUtNGJOf2VNIiRss4QPw4FDL8MkUGIaMBWHOUC9 70suXblw4UJzVbOK8aLMKgKkOQQg8AYC/pqjfYF1UzWzEJQQqJEAU7FGmJgK E5ALzOpRCyiUWS0YMQIBCJwiYK852kTMLZydW0Q7i6FAhEBdBJiKdZHEzvAJ oMyGz5weIdATAoHt9nnb+U3kmW01kWYvbhYuj/YEJWFUI8BUrMaP1u0igDJr 13jgDQQ6RMCsSBr95JdIOPbCpV/TSLFw4JlGnLRc5hmgHeKJq6UJMBVLo6Nh CwmgzFo4KLgEgc4Q0OVIRyGZpJcpN6uZfk2/ud0qXD+za9+lztDE0QoEmIoV 4NG0XQRQZu0aD7yBAAQgAAEIQGCUCaDMRnn0iR0C5QmwA6w8O1rWSoCpWCtO jJUkUOMdzce2bHpIzOltOOWCHEuXLF529/KSftEMAqNNYM3qcf34mPvams9U zJ1uJx7cIM1jajaFWTz87pZH33bxZU05QL8QgAAEWkhg6R2LjJQyL8J+ymVp 5fpnRnTpN78WosxaOMS41FUCI6LMPv/FL3V1hPC7RwRWrVq1cuXKHgVEKF0l IFOxXmXGamZXpwJ+QwACEIAABCDQPwIos/6NKRFBAAIQgAAEINBVAiizro4c fkOgQQLmymHOC8clc+9Lu5qp4xtpMCK67geBwCVn+xEgUYwCAZTZKIwyMUKg ZgL29cnMa73apy287OvKhm/QxEXIah6h0TOnQl/iNi9GjwER94QAyqwnA0kY EIAABEaZgBH3qPxRngb9iB1l1o9xJAoItIKASZtF3nOpFU7jRF8I6KxjQbMv 4zm6caDMRnfsiRwCgyBg35XcXtk0u8rs64KGt6kNwj1s9piAf1uwHgdLaD0m gDLr8eASGgTaQsDei2b7ZJdzJfe2jBZ+QAACjRJAmTWKn84hAAEIQAACEICA RQBlxnSAAAQgAAEIQAACbSGAMmvLSOAHBEaQAPvMRnDQaw+ZLf+1I8VgCQJy jya562WJhn4TlFktGDECgRElkLk5zCnM20DmbDJjn9mIzqHKYTNzKiPEQFUC d92zQu5ELo+qhl5rjzKrBSNGIAABCEBgqAS4nflQcdNZPgGZiut/9KiFE8qs FowYgcCoEPj8F780KqESJwQgAIEmCIxt2fTQnHnXb928UXqXdNzSJYuX3b28 CU/oEwKdJ7Bm9bh+fPQDZX+mTEkgyIkHN0jzmJqdJ0UAEIAABHpKwGiqcHyy KU1WP43o0m9+LSRn1tOpQVgQgAAEIAABCHSQAMqsg4OGyxCAAAQgAAEI9JQA yqynA0tYEIAABCAAAQh0kADKrIODhssQgAAEIAABCPSUAMqspwNLWBCAAAQg AAEIdJAAyqyDg4bLEIAABCAAAQj0lADKrKcDS1gQgAAEIAABCHSQAMqsg4OG yxCAAAQgAAEI9JQAyqynA0tYEIAABCAAAQh0kAD3AOjgoOFyWwlwD4C2jgx+ /ZiAXKC85TgWLlx4/3332k623+dUpH6MqRao31oC1e8BgDJr7eDiWPcIoMy6 N2aj53Hkz0ZTYPTuNL4y69NdyzJjbAo4/dZOIPIjxt2ZaiePQQhAAAIQgAAE IFA/AfaZ1c8UixCAAAQgAAEIQKAcAZRZOW60ggAEIAABCEAAAvUTQJnVzxSL EIAABCAAAQhAoBwBlFk5brSCAAQgAAEIQAAC9RNAmdXPFIsQgAAEIAABCECg HAGUWTlutIIABCAAAQhAAAL1E0CZ1c8UixCAAAR6SWDu/Bvy4sp8K1B/CHyk d/so7DHsbbOxFDpPhT4RQJn1aTSJBQIQgMCgCIg02bLpoW4JFHHYHN3yfFCj iN0uEECZdWGU8BECEIBAKwloUspxLbOwcfcdWWnSaZmOOe9qjCbScNvGI8WB rhNAmXV9BPEfAhCAQDMENIvmKx6/sBn/8ns1nmdmAf13pZoY0+dw27ZFij9d JIAy6+Ko4TMEIACBoRJQOaLqxE+S6VvOI7NwqE7TGQS6SQBl1s1xw2sIQAAC wyXQsyW8pNVMh3TPUAx3HtFbMQGUWTEjakAAAhCAgNlK3w8U9skBmQm/QLzh tv3gQxQNEkCZNQifriEAAQh0gIBZylRfO3eGprrtRGG4V7lYBud7dmD6dtBF lFkHBw2XIQABCLSAgEo050zMzMKmnLWvZ2bve7Od9PfD5b2rOizctqlI6bdP BFBmfRpNYoEABCBQP4FM7WLyZ/6qX0sW+2w3MkPQCoaX89p/11To2cJu/TMG i9UIoMyq8aM1BCAAAQhAAAIQqI8Ayqw+lliCAAQgAAEIQAAC1QigzKrxozUE IAABCEAAAhCojwDKrD6WWIIABCAAAQhAAALVCKDMqvGjNQQgAAEIQAACEKiP AMqsPpZYggAEIAABCEAAAtUIjMnZv3PmXb9180axc9c9K5YuWbzs7uXVbNIa AiNKYM3qcf346AfK/kyZkgCaiQc3SPOYmiPKl7DrICBf+KtWrarD0qBsTExM 3H/fvbb19vucysKPMdUC9VtLwGiqsIdrH1gn08CILv3m10KUWWsHF8e6RwBl 1r0xGz2P5T/w9gftKLNO+JxK1YkxtTn1W0sAZdbaocGxUSSAMhvFUSdmCEAA AhaB6sqMfWZMKAhAAAIQgAAEINAWAiiztowEfkAAAhCAAAQgAAGUGXMAAhCA AAQgAAEItIUAyqwtI4EfEIAABCAAAQhAAGXGHIAABCAAAQhAAAJtIYAya8tI 4AcEIAABCEAAAhBAmTEHIAABCEAAAhCAQFsIoMzaMhL4AQEIQAACEIAABFBm zAEIQAACEIAABCDQFgIos7aMBH5AAAIQgAAEIAABlBlzAAIQgAAEIAABCLSF AMqsLSOBHxCAAAQgAAEIQABlxhyAAAQgAAEIQAACbSGAMmvLSOAHBCAAAQhA AAIQQJkxByAAAQhAAAIQgEBbCKDM2jIS+AEBCEAAAhCAAARQZswBCEAAAhCA AAQg0BYCKLO2jAR+QAACEIAABCAAAZQZcwACEIAABCAAAQi0hQDKrC0jgR8Q gAAEIAABCEAAZcYcgAAEIAABCEAAAm0hgDJry0jgBwQgAAEIQAACPSCw9oF1 hUcgTJRZD+YAIUAAAhCAAAQg0DyBu+5ZsXDhwom4R567Y1s2PTRn3vVbN2+U GmJx6ZLFy+5e3nxweACBDhJYs3pcPz76gbI/U6YkENbEgxukeUzNDrLBZQhA AAIQcAno17751ZBMm4g6cmZMFAhAAAIQgAAEINAWAiiztowEfkAglcDc+TeY I7WtU1/sJFmwuzZt/RcBm06PmX+mWk5ywCeQGVQSloqVU0ehYnc0hwAE2kkA ZdbOccErCBQQkF9x2YpgjuH/qNu9q69SUm7YNBY/hNIGy7lhR5TpTzmztIIA BCCQRABlloSLyhDoAAE/kaaiR8vtAPwS/914zZdZs0RWT4WaOuw8q3uZbtuV 86qVcMY2lUcvM1dnV87s1ynMC7YDEw4XIQCBWgmgzGrFiTEINETApJfsXJoj DjQnZMsIp8SRZdUTcnnOSEfxSSkNzQ/Q0UmF1QLOhActs6EpLFSu4eaGg+3/ kJOFDc1ZuoUABLIJoMyYGRDoJAH9RY9PAgV+7DPfKhQH8V3H6J54rVbomHYX Wc0RozbSSAuR1QIQqlvo5AzGaQhAIIcAyoypAYGuEsjbZ1ajZgosd5reC4VX eM10mPTDZOyIHLVUEanf3BbWwyRAXxCAQPsJoMzaP0Z4CIEMAoFFNFuxlWZn r8GVNqK5q0gNV6WXyLaRzvgrrZEN89zIbF59sTgyaqpBAALdIoAy69Z44S0E EggUboGKsVWLEenIt6MCyM5O+SUxHpaoUzoov2GSKXuTXwm3aQIBCIwCAZTZ KIwyMfaQgLPPzOgbuzy8gSm8oGberbILKt6ZwhGKFEDhVKJZVSwMyk6bZUaR yScTabi5o03V/8hgC6FRAQIQ6CIB7s7UxVHD55YS4O5MLR2YAbvlqKsB94Z5 CECgPwS4O1N/xpJIIAABCEAAAhDoJQFWM3s5rAQFAQgMj0Dh2ujwXKEnCECg +wRQZt0fQyKAAAQgAAEIQKAvBFBmfRlJ4oAABCAAAQhAoPsEUGbdH0MigAAE IAABCECgLwRQZn0ZSeKAAAQgAAEIQKD7BFBm3R9DIoAABCAAAQhAoC8EUGZ9 GUnigAAEIAABCECg+wRQZt0fQyKAAAQgAAEIQKAvBLgHQF9GkjhaQIB7ALRg EHBhtAjMmXf9aAVsRbtw4cL777t3ZMPvR+CZ9wBAmfVjcImiFQRQZq0YBpwY JQKizLZu3jhKEb8e69oH1k1MTKDMuj703J2p6yOI/xCAAAQgAAEI9JwAObOe DzDhDZMAObNh0jZ9SfKgkX7pdPgEVq5c6WTIyJkNfxTosUYCrGbWCBNTEMgg gDJrZFrosk4jXdPpMAnIyp2vw1BmwxwC+qqdAMqsdqQYhMAbCKDMGpkQqszW r1/fSO90OjQCki1DmdmpYvaZDW3uDa4j9pkNji2WIQABCEAAAhCAQA0EuJ5Z DRAxAQEIQAACEIAABGohgDKrBSNGIAABCEAAAhCAQA0EUGY1QMQEBPpEYO78 G+xDQ5MS50WfQiaWUSOQOclHDQLxtpYAyqy1Q4NjEGiMwJZND5lDnZA/G/OG jiEwAAL2JDf/eAygH0xCIJkAyiwZGQ0gMIIEMn+6TOLBANFqWm5TiqkZ32oE +RPycAiYCazdOfPWntWZr/157hsZTiD00mkCKLNODx/OQ6AxAvIjZLIOzq+U ltsLoIU1jbVwK1J3jY33yHSsU1EVVea8zSORWT/VyMhgJtAQAZQZ8wMCEHAJ ZP7rH4nJF095csouR3JF4qVaXQT8zZRqOTAVzf8bqrdMgi1+ztflPHb6TQBl 1u/xJToIlCHgbDILJAn8JcjMyuWkXrlWZQKmzegR8DdTVmSgWi1mUb5iRzTv PQGUWe+HmAAhMCgCkb9t9oJOkiuR9pNsUhkCgyOQufrJNB4c8L5aRpn1dWSJ CwLDIxB5altkNd/v0g2Hh4CeRoOAJsZ0+dJ+LX8WztLCCqOBkCiLCaDMihlR AwIQ8AnYazfhXWKmZtJmskz7/LYxFesiYO8zy5yZ8TNcXcqsH57G9vkudcWF nR4QQJn1YBAJAQJ1Esj7lTI/P6Yzfzta3qZ+ram/Xpl2bJuR9uuMGVsjRsBe YQyciZK54bJEfTP/ncmf+XEYsaEg3AwCKDOmBQQgAAEIQAACEGgLAZRZW0YC PyAAAQhAAAIQgADKjDkAAQhAAAIQgAAE2kJgTNa558y7fuvmjeLRXfesWLpk 8bK7l7fFO/yAQKcIrFk9rh8f/UDZnylTEgho4sEN0jymZqeoDNzZtQ+sW3rH ooF3QwctIGB+rYwvfkkL3ByGCzLtJyYm7r/v3mF0Rh8DI6Bf++ZXQ4cVZTYw 3hgePQIos0bGXH6bG+mXThsh4PzrgjJrZBTotC4CKLO6SGIHAtkEUGbMDAgM mQDKbMjA6a5eAiizenliDQIuAZQZcwICQyYgymzVqlVD7rQl3bGa2ZKBqOIG yqwKPdpCoJgAyqyYETUgUCsB2R5dq72OGWOfWccGzHMXZdb1EcT/thNAmbV9 hPAPAhCAQJsIZCozrprRpiHCFwhAAAIQgAAERpsAymy0x5/oIQABCEAAAhBo EwGUWZtGA18gAAEIQAACEBhtAiiz0R5/oocABCAAAQhAoE0EUGZtGg18gQAE IAABCEBgtAmgzEZ7/IkeAhCAAAQgAIE2EUCZtWk08AUCEIAABCAAgdEmgDIb 7fEneghAAAIQgAAE2kQAZdam0cAXCEAAAhCAAARGmwDKbLTHn+ghAAEIQAAC EGgTgbEtmx6SO8Ju3bxRvJIbkC1dsnjZ3cvb5CG+QKAzBLg7U2eGqlZH1z6w rlZ7GGsvgZUrV+rPJQ8I1EKA+2bWghEjEMglgDIbzckhymxiYmI0Yx+pqOX2 4SaRMVKBE+zgCKDMBscWyxA4RQBlNprzQJXZ+vXrRzP80YlasmUos9EZ7uFE yh3Nh8OZXiAAAQhAAAIQgEBJApwBUBIczSAAAQhAAAIQgEDtBFBmtSPFIAQg AAEIQAACEChJAGVWEhzNINBXAnPn32AfjYQpDqT26zcpYSS1U+pDAAIQqJ0A yqx2pBiEQOcJyMV0zNEhfdMhVzs/RQgAAhAYGAGU2cDQYhgCvSNgcmkmMhVD RhIFKjh1bDZOq3ibDmBRk3nirBbH7Eh7N7YEBAEItIUAyqwtI4EfEGg5ARE3 mYk0LVfVEqigssnUsYWa00qtxdiMJFaXY8aryH6pBgEIQKAEAZRZCWg0gUDP Cdj7zFQhBURJfIUalY3pNCZtFqhsmufV6flIEx4EINA+Aiiz9o0JHkGgaQL2 PjPbF39N0PG0sEJmZOFWqTYz1zRTjaif5Vo1PXr0DwEIdJsAyqzb44f3EBga AXtNME9gGUmX5FWeEFQj4XdjOir0PM9I9a5j3KMOBCAAAZsAyoz5AAEIpBEo PAWysEJef+GG8WbzTgWIt+B4WLphGllqQwACEJgyBWXGLIAABKII2Fv4MxsU Vgi3MmcSaDUVQ8am826hx/a+sRodQ6IVkqcCBCBQkQDKrCJAmkOgbwQCe+F1 dU8Fk4btVA5XcNSSAeevgRo72oX9p99ppidOtRod69t4Ew8EINAyAiizlg0I 7kAAAhCAAAQgMMIEUGYjPPiEDgEIQAACEIBAywigzFo2ILgDAQhAAAIQgMAI ExiT7Rdz5l2/dfNGgXDXPSuWLlm87O7lIwyE0CFQnsCa1eP68dEPlP2ZMiUB 6xMPbpDmMTXLu0jLARBY+8C6pXcsGoBhTLaOgPm5bJ1nONRNAvq1b3415Mtk YmICZdbNwcTrVhJAmbVyWAbulPxaD7wPOmgNAf53as1Q9MERlFkfRpEY2kwA Zdbm0cE3CEAAAm0jkKnM2GfWtmHCHwhAAAIQgAAERpcAymx0x57IIQABCEAA AhBoGwGUWdtGBH8gAAEIQAACEBhdAiiz0R17IocABCAAAQhAoG0EUGZtGxH8 gQAEIAABCEBgdAmgzEZ37IkcAhCAAAQgAIG2EUCZtW1E8AcCEIAABCAAgdEl gDIb3bEncghAAAIQgAAE2kYAZda2EcEfCEAAAhCAAARGlwDKbHTHnsghAAEI QAACEGgbAe6b2bYRwZ8OE+DuTC0ZPLkrcEs8wY1BE1i5ciU3shw0ZOwPjgD3 zRwcWyxD4BQBlFlL5oEos4mJiZY4gxuDI3D/fffK7eRRZoMjjOVBE0CZDZow 9kedAMqsJTNAldn69etb4g9uDIiAaDKU2YDYYnY4BLij+XA40wsEIAABCEAA AhAoSYAzAEqCoxkEIAABCEAAAhConQDKrHakGIQABCAAAQhAAAIFBO66Z0Vm DZQZUwcCEHgDgbnzb3CImBL/halpvyWv7cO25rylfzIAEIAABHpDQPY+xhyB U8hRZr2ZDAQCgdoI2GopTzkF6mzZ9JB92G6Zcim0X9fmOoYgAAEINE1Azk0p PAI+osyaHkD6h8DIE/BFnpb4GTWTcvNzdSNPEQAQgEBPCKDMejKQhAGBGglI NstoI3mdaTmmThWXxAFNqtnrpCbNZgrz3KvSNW0hAAEINEgAZdYgfLqGQD8J BPaZxYs8JFc/JwdRQQACRQRQZkWEeB8CEEgkENhnlmjJre6vZlY0SHMIQAAC gyMgZ1/6R2F3KLNCRFSAAATaQiDvxIK2+IcfEIAABCwCcgMxh4df4gNDmTGJ IACBDAK6wSu8pBhTJxKubyp8NQ2utREJlmoQgECzBGwpFiPLxFuUWbNDRu8Q 6CGB1H1mmQhUq9nq0JTYhUi0Hk4gQoJAvwioIIuUZSizfg0+0UCgDgImT1b6 Rcw+s5gN/mrHjsm/BFqMnTqoYAMCEIBAeQLxsgxlVp4yLSEAgRoJFK6c1tgX piAAAQi0mQCrmW0eHXyDwKgQ8HNjoxI5cUIAAhB4IwGUGTMCAhCAAAQgAAEI tIXAmPyrKrfelBs8iUdy1Y2lSxYvu3t5W7zDDwh0isCa1eP68dEPlP2ZMiWB gCYe3CDNY2p2ikoDzsqtgpfesaiBjuly6ATM79fQe6ZDCGQTCNyq3GkwMTFh RJd+80tbKUSZMbcgUBsBlFltKKsZkl/ragZo3SUC/DPTpdHqu6+S4UoKEWWW hIvKEEgmUFGZmf7ks510Ik+yozSAAAQg0BoCvfnGKxGILpXIUJAza818xJF+ EQgrs8hEzqpVqySbLcossn6/EBINBCAwWgTMN15rw478Ki4XCMqsteOOYz0h UKjMYpZddJ+BKrOY+j1hRxgQgMBIEjDfeK2NPvKruFwgmcqMczNbOxlwDAIQ gAAEIACBkSOAMhu5ISdgCEAAAhCAAARaSwBl1tqhwbFRIZB6Ls+ocCFOCEAA Au0jMIRvbJRZ+4Ydj0aJwBA+5KOEk1ghAAEIDJzAoL+3UWYDH0I6gEAegUF/ vCEPAQhAAAKDIDDQb2+U2SCGDJsQKCYw0A92cffUgAAEIACBCgQG9x2OMqsw LDSFQAUCXEu2AjyaQgACEGiYwOC+w1FmDQ8t3Y8ygcF9sEeZKrFDAAIQGDSB gX57o8wGPXzYh0CIwEA/3qCHAAQgAIHaCQz6extlVvuQYRACaQQG/SFP84ba EIAABCCQT2AI39goMyYgBCAAAQhAAAIQaAuBsS2bHjL3hJITDZYuWay3PecB AQikEgjfN1PuqhZp0Nw3U26RG9mEahCAAAQ6SkC/8VrrfOpXd1Ig3NE8CReV IZBMIKDMFi5cmGyOBhCAAARGg0BrlVnqpTFSA4lVZqMxDYgSAgMhoCnnrZs3 qnXNQw+kJ4xCAAIQgED3Cdi/GpKfkwyiu5q5fv367odJBBBomICtzPhMNTwY dA8BCECg9QT0V0OVGWcAtH64cBACEIAABCAAgZEh8Iac2chETaAQgAAEIAAB CECgXQTImbVrPPAGAhCAAAQgAAEInMqZxZ8RCi8IQAACEIAABCAAgQEROHUG wE033TQg65iFAAQgAAEIQAACEEgi8P8Dsjo5+NB0+wUAAAAASUVORK5CYIKM hAAARABkAAAAAAAAAAIAAAAAAAAAAAAAAAAA/S/6I78CvwIAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8ABPAwAAAAsgQK8AgAAAAEBAAAAAoA ACMAC/AMAAAABEEEAAAA/wEAAAgAAAAQ8AQAAAADAACAYgAH8AiEAAAGBgsz W3EsS96/aL5udlS0NfD/AOSDAAABAAAAhosBAAAAuwQAbh7w3IMAAAszW3Es S96/aL5udlS0NfD/iVBORw0KGgoAAAANSUhEUgAAAzMAAAJmCAIAAADn/UkR AAAAAXNSR0IArs4c6QAAg4VJREFUeF7tvQvYXUd536tPlqyLr9hgjG/YBoNt KZUEB9sQEyzTBhXLF7miTZqeQBuanESO4z6irfqcHnREk1OfJF/rCosAp7Qh POc0T1ESpT0koiTR50YEK6cPloxkg4VlG99lSZZ1v33SeeUXhvHMWrNm1mXv tdb+7Wc9+9nf7Jl33vc3s/f+f+/MWmts6+aHp/CAAAQgAAEIQAACEBg2gXvu WzEmymzOvBuH7Qn9QwACEIAABCAAgZEmsGrVqomJiR8qs21bNo00DIKHAAQg AAEIQAACQyWwdt16UWZTh+oDnUMAAhCAAAQgAAEI/JjAG3Jmc+eXXtY8ZUyO jdl8T9l/Wq9P139jTf3zh3a8t6LsWzYL7Du9j4392H70W24XP/I5IwQ7NC/w phEJ2Lzo3tC1Q8/j8OPRGTiiN4QQmGDxEyAwwd4YXdOITlON/IwEJtjrPtf8 GYlGFJpgWbMo+2Ney2ekLKKSn5HAN1hrPyO1fAnHf0bqQDToz0gDiEpOsPgv 4ea/Rur/hon/jGTNouSvEcdIC2Xg/zT/neJVbs5s8uSUU6dOH8dOTjl58pS+ DhwtjBCXIAABCEAAAhCAQBcJZOTM/njttv/xsfHP7P7ck794+zt+9sJDd/7+ 7DNCodXyz+6P5DM5M4O6rrRi4/+uBXJyNaVM6v93LTohRM7shxOyE3llcmY6 Wk0vXJAzy+Ic+KZt/EuYnJk1ItmrB/qh+PjHfy5eqC1cuHDDhg1J9T/xiU+W 6EVb2TmzDGX2L+97ZuoXfv3nfvG8d33t81P+bO2USxZNmY4yM79PucqJ1Uzv 26quBV+Umf1zO6D/XqLFK6uZ9pdD3q9C7o6CAf/30sBSXei/F1Yzf/St2OyW EpRZvDKLPN9RVxVFmSXVN8qsRKuC1cyVv3nRp577jXf9m9/es333lLcuOjQZ Lxlrrnn06DQ5ajaKOQhAAAIQgAAEIBBNYO78m/KOaBsJFTPOzZw2fdY5F1x0 1wc/sPTWvz05ffLf/Pavx9s7dWrs5MnTR3yT2msePHjmwYMz5DhwYIYYl2d9 YT/275+5b9/MvK737p0lR+2OYRACEIAABCAAgdEhoHrOjtcv8WnkXjXjnJmz zz777LGxsQ9+8IOLFi36qZ/6qTVr1txxxx3y54c+9KE2Yz3rrGNnnXXU8dAW ZyLL2uw/vkEAAhCAAAQg0CoCcll+/yj0UG+zZMSZvii891L+9cwmT5+W+eUv f/nkyZO/93u/Jwuuy5Yt++M//uNPfvKTK1euzPRGEmZSPnXq6QV1kzabnJxq jhMnftzdiRNnHD/+w8NYO3Zsmh72Iqa8PnJkuhym2uHD0390nFnIxVTYv/90 5syXZZI8e+21WXrY1uzM2auvztZjz57ZWmfPnrPkkBe7d59+5gEBCEAAAhCA AAQcAkacRcqy0zoqDPGSSy4RffaNb3xj6tTTNVevXj1r1qxbb/nA5BQ3KRW2 c8YZJ+WQOkacTZs2OX366UMKRaLJ87Fjp5/PPPOEHDNmnDAG5fXMmcflTxVn osnkedas43LIi0OHisXZ2Wf/0FuVZeecc8QY1zXN8847LIe8sMXZ+ecflkMK RZDJ85vedEgOeWHEmbxGlvEhhAAEIAABCEAgQMAkyQqzZWqkQJnJaubBgwc/ 8pGPaO1f+7VfO/3nor/z3Ox3/Ozfv/v5558vPRgmZ1bOgubM4tsacWbLMtPc T5j5ljVn5pRfeOFBOeLdoCYEIAABCEAAAiNFwFnNLIw9Q5mdmnLyf7ntTtFk 0vjFF1+U5127dp04ceI3fuM3/q+73jXr1Iz/+q1P/ffDj//+f/qjiy66yHSg S5nyMOuYgfMARJZJTZMzK/TSr6A5s1mzjs2efSyy+TnnHM2UZdJcc2Ymc5Zp UHNmF1xw+ojskWoQgAAEIAABCIwyAbOI6ew5CzDJUGZjU6b+4wXXv/3cs7/6 1a9+/OMfv/322w9e+dbf/vD0+f/yS3PO/cIZv/ITcw8c/vkzzv/Q3/rw9Onu JWjlcpSyz0y3mvGAAAQgAAEIQAACLSTgXwWjCSedvWWR4ix7NfPciy5YetON sr1ryp79h//e5Ydm/fP3/ffvfHP6f/pn/8/1//PRm//xlI/+5uT//p//2381 ebLCePQkAKk2bdrp3WayyUye9QwA0/bMM08X+mcAOMZ1e5k5A8DZZ/b6JTNO XzVD6pgVzIB75557es+ZOQNA95np9jJzBoBuLzNnANj7zAoDpwIEIAABCEAA Al0nkHk9s8Kg9HROu5pf4hvJVmaX//I/feHGW/7kV69/6cKzP/RH3/nQlBd/ 7k3vefj4v/3XJ898bMpv/tMZ/+DcX/rqW07N1BVPfUi2zL5/i5M50zMAVJbp w5wBYK9p6vZ/cwaA7P03pwLISQB6HoA8frSUmbGa+folM05fNcNcOCNTn8my pmoyecgLfzVTt/+rRJOHLmXaq5kXXHBQjsJRoQIEIAABCEAAAm0jkHQJjMxL ZsRorHJRZ9ydSW5eLo9bbzj78//HwQtu+/qbj3/o3039X983ecb0M/7fuZOv Tlmw+9DXj868YMrsqSLFTiuz8H0zT548Lf70xMxabgwSuCWc1UXBTSff6EzJ +515RnQIMm6eM9RbizZ+yzbum6kDHxjlwE0nm7+tSsmb53B3Jv04Z91f6Icf 8zpuPTToO5jV8iXsfJk3jMgdhUAIZW+c+oZRbgBR41/CzX+N1H+LvOhf4bpu Xnz68yz3zVy1alWkWtK7MyXVN3dnKtGq4L6ZqsyOHJ+y+fG/3v2dg88////9 4j++d8rsmVNmSAJp6ql9U8bOfcMl9YcqO5r+3mzRPQGd3/7AD2f0b2pdM74t 9wSMl+atQTToX50GELXoM1L2h7nkDyfKbCDiddCfEZSZ9a/mjzWM/e/lYPMj df1OnY7ld3/330fKsnLVVJml9hJ1R3NVZvEPlNkb5zE5MzN3Bp0PaEB21PWl kCdeB/2r0wAilNkPJ3yppOmgPyMNyI7G/z1uPiFEzszM4R9/U0X/89/0BKjr Szhe1AynZsEdzWU8ko7hBEGvEIAABCAAAQhAoHcE3rDPrHfRERAEIAABCEAA AhDoBoG169bL/raCewB0IxS8hAAEIAABCEAAAr0ggDLrxTASBAQgAAEIQAAC vSCAMuvFMBIEBCAAAQhAAAK9IIAy68UwEgQEIAABCEAAAr0ggDLrxTASBAQg AAEIQAACvSCAMuvFMBIEBCAAAQhAAAK9IFCszJy7eGrUevt0+0UVGjG3fPd7 NCUxXcd0EWOnsM5gOkqK3YyU+hYTQo2DW9hdXl9hV2MCieyaahCAAAQgAIH2 EChWZuKrfS9Pdd25d3r1eJzbhQYMlu7a6aK5n/aBdRSPXYI1XsUHXhp1vGPU hAAEIAABCEDAJhClzHxkmb/uJl1UI2I/zaNd288Vu7NjcTJzkUmmeAd8RCYQ B2lhzXiBpbLMOCmvA2Hm4S30x9hvbhrkzTqdD/FA4seLmhCAAAQgAIEBEyip zDK1WomsTDhak+nxf3RVajSa1An0Xm6Q8hJXfkeFNWuM3ek9E2yhP7bUa24a 2JrSHoLaR6rc+NIKAhCAAAQgUJ1AlDJrIgviuG66yEx+1KLAnC4KbRZWyKPf XEelXQpMlCo2w21TLYfnQEMhVP8IYQECEIAABCBQI4EoZWayIIUprtKLSvH7 zEoHb0eRKhqSOg10NACNm+Rq7ZU1rVVuGgTmQGmbtQeIQQhAAAIQgECjBKKU WaQH/okCkQ0HXC1vUax2N/yOuoKoCoraVzPFmVHgVoU5bSEAAQhAoDcE6lRm Bgp7sQvnh42oaVyOQHROCKi393qt+RgDJwEUMqcCBCAAAQhAoP0EalNm9jJW ibXCzD1GhUtjpXWALVYKe6kyinkd2YiMA6YwBmZS7AGDfu8Sr2M8xh+lFF8z nmqhzcwQ4u1TEwIQgAAEINAeAmPyqzZn3o3btmxqj08j5YmTwRpw7MPtvZZg exBCLRwwAgEIQAACXSewdt36iYmJ2nJmXceB/xCAAAQgAAEIQGDoBApyZplL ZiUWKwNx5q3K1dhLYOGvxl5KjOUQ8Yq3w43dxtXaASoxpjSBAAQgAAEIlCOg OTNWM8vRoxUEIAABCEAAAhCokwCrmXXSxBYEIAABCEAAAhCoToB9ZtUZYgEC EIAABCAAAQjUQ+ANq5mSRqvHKlYgAAEIQAACEIAABCIIrFy5Ui+RkbHPTIrk 7QgjVIEABCAAAQhAAAIQqEpg1apVIWVW1TztIQABCEAAAhCAAARKEeAMgFLY aAQBCEAAAhCAAAQaI8AZAI2hxTAEIAABCEAAAhBIJIAySwRGdQhAAAIQgAAE INAYAZRZY2gxDAEIQAACEIAABBIJoMwSgVEdAhCAAAQgAAEINEYAZdYYWgxD AAIQgAAEIACBRAIos0RgVIcABCAAAQhAAAKNEUCZNYYWwxCAAAQgAAEIQCCR AMosERjVIQABCEAAAhCAQGME3nDfzHvuW9FYRxiGwAgRePCB+zVaPlMjNOqE CgEIQKAUgQ0bNuTeN1N+RZYuWVzKLI0gAIHTBJbdu1ye9TOmyozPFDMDAhCA AATyCNi/Ghl3NNdfEa3EAwIQSCWwZvV4pjLjM5VKkvoQgAAERoGA86sRq8z+ 3f3/MUzn11b8w1HAR4wQKCQQUGYmi1ZohAoQgAAEIDAKBOx0mL2aWXAGgMiy n/1Hi8NHoXQbBb7ECAEIQAACEIAABObMuzHmkPRYHquQMvvSv10nmuyii96i h5j45Cd/wTybcqmDOGMuQgACEIAABCAAASEgCbDCIwCqIGemguyO1x9/8idf u/vuu82zFsq7WocHBCAAAQhAAAIQgEBFAsXXM9v+3Wc+/vFPSDd/+MaHlEi5 vJvnwdgbH/GOSrv4ytSEAAQgAAEIQAACvSFQrMwk1L8x573jv/lZ/5DyMIhT 1gO91ZtJQyAQgAAEIAABCDREoFiZXXPt2+vt26TSjFm7RAUcMq5e5liDAAQg AAEIQGBYBJKuOl6szGS9UsTZ8n/2qxqPvLCPcJD2eqakz1RymTyaEWF2iVbT Zx4QgAAEIAABCECg0wRUlsWLs2JlJrJMxJksZSoXZ00zDEslF0qr01MK5yEA AQhAAAIQKEfAFmSR4qxYmVXJmWkYIs5YnSw3orSCAAQgAAEIQKCjBHwpFiPO ipXZsmfnlM6ZdRQlbkMAAhCAAAQgAIGKBB584H7/KLRZrMzWXL5NxFm5fWam e5M20xf6MAudTom0IsdWOHJUgAAEIAABCECgfwSKlZnsMxNxVmKfmbOL3/xp 9vvbus3sSJNC+3X/iBMRBCAAAQhAAAIQyCNQrMyq7zODPgQgAAEIQAACEIBA DIFiZcY+sxiO1IEABCAAAQhAAAKrVq2Su5UXHgFQY1s3Pyw3RZdbb0olOWVg 6ZLFy+5drg3kjua/8E/ukpyZiLOZn71VFzTNhjOtI4Wy3Cl3NP+1Ff+Q8YDA iBNYs3pcPz76gbI/U6YkD9Hc+TfJh9F/V8vluQTbvIaZHYn9zF7yKpfwhyYQ gAAE+k0g5tRLm4ARXfobIXpuYmIipMwcfCIDV65cWZrpju3PSdurr7mstAUa QqDlBJpTZnbgeRpOpZUjpDIrh1WgAznQ3eCHo1XODD58eoQABPpEwE6H2cqs eDXTUKguy/oElFgg0F0CSUm4pMrdZYLnEIAABGohIOuQMYekx/K6S1BmkjMr 57Rky379X39a2/6j1x+aP+MBAQh0kYAkrvTwnbffMhWcmv6fmdaMKcdOXtdd JInPEIBALwlIAqzwCASeoMzK5cxUlv2H//Af1Il/+S8+I6+lBHHWy+lIUL0n oOuJevgaK++tPCx51uxy05Eu1GoXvedMgBCAwMgSKFZmkirLe8RQk41losYk TyZqTA95LSXhDWf2rdDjrzrr17TtqLfx1mKiow4EaiRgZ4kCeanqPSbt1rIr Ow1tcea/VehnwJrTFilWCJMKEIBAbwgUKzMJVbJl/iMegYiw97/nw6LG5Ljt tsVyFJ4HYN8K3blibXy/WtNc2BZNloqO+gMmYBJO9ovqPviCLyB0kipX9w0L EIAABCDgEIhSZrVQUzW24G/csOfFw+UMmgSYaW6XqPCKl1+ONT+7Vs5JWkGg bQR8wRfw0BGFvoZzpFvFYPOsaTau0cRhRc9pDgEIQKAhAoNQZrKl7IK3zTIB yOsSm8z0Ppv6MCLMLjF34Ywh5VsjuxbDjTojRSDzrMwknVeIK2DNfivzbINC 41SAAAQg0EUCscosb+OXnrDpP9ss/vzrD0mqzJTIaykpAcvJcpmbo6uoyjPo 3y5d6/sZuBIu0QQCI06gXs1Ur7URHxrChwAEOkogVpmZ7JRzu3E9YdN/Njjy 0mMl0ma2D2rfTqHlDYB/A3WpaefMOjpyuA2BARBw0mbOn/YWfv+tTPds7RWw hkQbwODSBQQg0E4CscqsnPciv/LSY1JeQpypG86WMrO+WcLJ+H1pJYzTBAI9 IJApznQHmLMLzd4cZr+VVy5wYpo4HXE9sx5MKkKAAAQCBBpUZirLjj17uRx/ +u93iBPyrIcWJokze/3RbCnzVyojlZaxVvHET+YWBOoikHe+pF8eOLMyqbLv eaQPZgdYpoXM643ZTXw9F27iiLzMynWNAnYgAAEIDJ1AlDLLvJ5Z2HXNh4n8 kue9+47KYV7on3Ls3HZR2Igjm/x1SafEWWkV477wMiX2hTmcmsi1oc9LHIAA BCAAAQiMJoFiZZZ5MTMtDCPTdUzVZPL4jV/+hl8/KW02miNE1BCAAAQgAAEI jA6BYmVmWKTeN1MTZuHHju++VFSF9yEAgU4SCKy6djIenIYABCAwEAIJyqww SZbq8IEzHk1tQn0IQAACEIAABCDQYwJj8n/tnHk3yk3RJch77luxdMniZfcu zwxYcmalxVlS2x/sePmJbU+/9PzukyczrlJ2zrmz33nd5T/x3nf2eFQIraME 1qwe14+PfqDsz5Qp6WhouA0BCEAAAjEEjKYKV167bv3ExIQRXfoboYUDypnF S7r/9scPT6z/Hy88uytTlonf+/cdemTT937vc1+TmjGMqAMBCEAAAhCAAAS6 QiBBmaXuM7MRJLX9+sb/pMfO3c/5h3m3K4jxEwIQgAAEIAABCEQSSFBm8Xkv v+/4tj99503/+tfH33LO1bNnnv29px555PG/dI6zZp/zd+/8hNSRmpFBUg0C EIAABCAAAQh0gkCCMkvKe2nwmRdC08IAnSuufqu8++6rFsix4LoP2odostv+ 1t9Z8L6f0DqZj7xbfMbfKNOpGXn12jxnSsyDEj0mNcmrbKOLd9u+JUOSG/Fd UBMCEIAABCAwIgQSlFl83stml3k5tEi4Z80++5p3vUOOKy9/px4XX3S5HNJ8 04bv/fa/+oIcX/uD/+5Ysy8ha64Za98oM6we4mtGRlGiWuqlbtXnWlSRuXhv pDXtWmJM9bkEFppAAAIQgAAEek8gQZmVyJk1h+8vN05cd/11cjz+2OO+OHP6 NepBywMixq9pm/KzbjElPoS8VlLTyT/F5/n8kAO9xI+Lc4vSzGyiU0eNl/Y8 3jdqQgACEIAABPpHIEGZlcuZVUF28NCBzOb/+f9eJ5rstr/zU3KoOEvtpUSC x8+lxZRkyjInL2Xs+Gmq1AyW3V18L2F6Rq368eZly9qQd0ydEtSHAAQgAAEI tIFAgjIrnTOzdy/Z4kMN+s+Gi6xmbn/iSTmefvb7DizRZFqi4iweZY25HHNb dOndXjbVLuJdMjVL6EVpa68nxvQb7sXwsW8wWiKWGjmX6J0mEIAABCAAgY4S SFBmpXNmJnnj3HFcDfrPNkqzzyzA16i0mDHw73oe0yqvjlqz9ZAdbBXLSW1r lEHOTeKT3LArD4VDaW9pCAEIQAACEGgJgWbvAZB36f/CWwLc90ufvuyyS4WR KDN5Pn74hymoy99+meww+7s/d1fg3Ewl6+wYs/903nJGwq+pJXnldnfhOr5j jmVVeKavGJ/9WAq9Nb34UzDPWp7nNme73xjPW/IBqNeNftwDQC5CXS8WrEEA Am0gIHkQbkYygIGofg+ABGVWIp6KykxWM81WMzkxUxworcxUQ2gIhYuGTk2j M3wLhSXO8qJ2ndfK0WQx+iZemZl+HZVpD2tYmeV5boKyLcfTLjGvWtukN8pM bg/SWsg4BgEIlCDw4AP3RyqGEsZpYhOI5By4O1OCMitMdPljE9iaFl4b1ZyZ KLNLLjt93TKTM5MNZx+8+Za3vf38wpxZRydKOJ/X0aBGx+0+KbMNGzaMzsAR KQR6T0CyZZGKofcomg4wkvPQ7puZeTEzLQygkTua67t552bKW6ZOFcRme1aN +7RK+GO7Ebk9vxaHWxJ+CWI0gQAEIAABCPSVQMIZAKXPzUxiJ5JL7miuTexz MyVbpgkzfUvqVBdnzqkJhaucSYHEV47fLF+vw/Vai4+XmhCAAAQgAAEI5BFI UGalz81Moq+yTLf/y8O5B4AWyvXMVJwlWaYyBCAAAQhAAAIQaDmBBGU2mJzZ z//KbXJ86n/7JTl+efnP3fn3/ubm735z6Sc+rMeNC98th7yl1TLh+ot0dknL xwP3IKAE5s6/yUHhlwyGVebSuXNqS72eOB/hJOOOt2E/27Cg3yjJJHRUhgAE WkIgQZkNJmfmcynR7yOPnPKPlhDHDQhEEhiWFLPd01NS/Ov2RYZQupq91B6v XWxvI7t21vTj+4q0TzUIQAACqQQSlNlgcmZ+AOX6nT9/in0sWDAmWs25Kmwq LOpDYJAEtm5+OE+cSbkexh99bRc6Fcy7fqu8oJwzhfM+PnlJNS13dJ5fGI9U rRmbmekxp06V3gNxOW6YXux4Y7AEvI3HQk0IQKBnBBKUWYncVS2waulXflRE nG3eXItHGIHAMAmItBLRpocjs0yhqWMqZLaS+kmR+GfJZCbV4guTelc9ZF8/ z07maXneeTypyb9wCIWptUgCYZ9T4VAfAhDoB4EEZVYud1UdU139qjiTzFng W9Xed1LoeeG3s/OfdHx9/QXKdCYzT5D5L7v9b31hLFRoJ4HMtFmenLLLUyVX c+GXO+XZnvy2hXLWAtE5H7RI+5HVAv1Wt9DckGEZAhAYLoEEZVZL7qpEtDX2 q+Is7EPkrhrzv3uJiGKaqBuaAzBf4uH/+/XdJP0X4wl1hksgU5z5q5kxTpZr FWPZqaPzUB/2W5mFmfbt7V8lHMhsktm76Ug/a+W8jewuD0tdAWIHAhDoB4EE ZVZX7ioVXL39mqWQQjdslZOZqTK/OoE8ll1HesxrUuiMtnWSB2Ep1rR2jPGZ Ok0QsNclk+ybNdDSGbV43Z/5H04TeiueQLh3/7+ait5mNo/8xy8+KGpCAAL9 I5CgzGrMXSVxrL1fWdBMcsDPVJlslhFM+oUb+N0q0STJSSr3mEDeqQClT96M bOhM6XitXyjgCis0Opqpvfv1kyw4/541GhrGIQCBHhBIUGb15q7i2Um/2nXM c7zZpJqBVZgSKxSmifjgLKAkeWVXNr+aLGiWZtjmhs4eMl2XTEp9qbxzGhZK NHt6Z87VzArxhaWZFzrmWI6pb392wiH42Wtn6TaJQJLOK02MhhCAQFcIJCiz 2nNXkYzMfTbVgfBzpM3UaoF1DTujFm+2MMcWb4qavSTgqy5HnOmfpjBv+7/f KvVEATP5bc6ONNE6ToXIQn/48v5dKezCVPBf6H9Bjkt+R5Fx+bIv03gMAb9O L+czQUEAAvEEEpTZEHNm8fHUWDNz7Sbw3238koepaf+PXui5U9lJkvn/xOf9 vBV2RAUIDIaASUXbLwbTNb1AAAIQaC2BBGU2xJzZIPGZHwn7326/0Lhkli38 +r42Uk2WudIRE2PphjHGqQOBAROwU9GZmbkB+5PUHf/5JOGiMgQgEE8gQZmN Qs7M/qmwIYbXQcx6hC3O9LXz7FQo/HLPXG3JXCJxhrzQcvwUoSYEIAABCEAA AgMjMCabTubMu3Hblk3S5T33rVi6ZPGye5cPrPsmOpK8lJx9KbdmynvInQDk qmat0i7+Smir3GtimHppc83qcf346AfK/kyZkvYHvnbd+qV3LWq/n3gIAQgk ETC/9UmtqJxKIJKzfNNOTEwY0aW/EVqYoMwkZzaUBc3UflWZhVG2TZmlDjz1 20mgH8pMvlbaiRevIACBigQ69C9ixUiH2HygymyIcSZ1HXkKOkmpJKpUjiHQ D2UWEyl1IAABCEAgk0B1ZTZy+8w6t9GYqQ8BCEAAAhCAwOgQSFBmQ1nKlJEo 0a+sZvrH6AwqkUIAAhCAAAQg0FECCcqsW+dmyhkA9iEby0SrJV0/rKMjitsQ gAAEIAABCHSXQIIyK5G7qoVLLf2KJhNxJmdl8oAABCAAAQhAAAKtJZCgzLqV M/OJqziTzFn8dfy1pnOl8sKSzMEO3Hkzb3I4fhae2RB/E4LWTkccgwAEIAAB CIw4gQRlVkvuqgTuGvtVcZbqg30hWXPlWOeF2DTnFmQqpMC7kf7EnExqd12o 5CL7pRoEIAABCEAAAgMjkKDMup4zU6aqbwapWpz7bxqB5WfR8vJqJnWnIZRL v2krx4Kj5Ow6piMbl9O149jAZi0dQQACEIAABPpKIEGZ1Zi7SqJZe7/h69AO 5ubKKtf0YfRNZl7NEXZ+QxumY83oMN9yYe+mI1vP+XYc95JGlsoQgAAEIAAB CDgEEpTZEHNm2nXMc/UBNuIjZvXQ7s5IutSGAZ8zdU9qzkzlmpMPczoN1LHD 8e3UGGz1scMCBCAAAQhAoOsEEpRZ7bmrSHbSr3Yd8xxps4lqRtLVaDzzMh+p 2tFOs+X5FlNH2qZ2XSMKTEEAAhCAAARGgUCCMhtizqzTI+Goqxq3uGWa0u4y U1kxXft1MlvFmOr0qOE8BCAAAQhAYCgEEpTZEHNmQ0FTY6f2WqFqppgSdcAR dn7DQj9Nk8DKo18nUMLeskLmVIAABCAAAQiUI5CgzEYhZ+ZoF/tPX9aE33XG w1/rLCwx9o2YM1pN2/pdmAr+C9tIpufGpt2vD8TuOiD1yk1HWkEAAhCAAARG nECCMiNnNlJzxT5HFQU2UkNPsBCAAAQgMEQCCcqsWzkzuRFT3jFE3B3q2qT0 kGXDHbW582+yHQj/GajpRyGmzDHcGOkdAhCAAAQMgQRl1qGcmVzoP3wwAyDQ RQIipLZuftgRZ+UCUVPmqMVmOU9oBQEIQAACNoEEZdaVnJkme17be+DJx198 YsvzEu1f/dljT2x9+vFHd7z0/C5/dxcTAgIdJaDqSp3Py35peVKAvim14Jgy ZgP1k/qlMgQgAAEICIEx+WafM+/GbVs2yR/33Ldi6ZLFy+5d3nU0zz+1Z//e I3YUIsiOHzt++PCRK9/9losvffMTjz1zzXVXdD1M/G8bgTWrx/Xjox8o+zNl SgI+Tzy00X/3lg/dbBSYyZmpIHPKjUQz70qJU9PYt1Wd3amj9hxT/rvh+pkR tW3U8AcCnSYg3zkxXy+djrFbzhtNFXZ77br1ExMTRnTpIGphgjKTnNlQFjRT +/3B9t1vf9ebH//26WyZebzprTP0tcgyeb5/1ef++ad/uVuDjbftJ1Bdmfn/ F8nH1RFkRpMVKjM7o2Ze2+LMvM6sGbAf2bV8Q7V/1PAQAt0loN85KLNWjeBA lVmrIs9z5untO48cOKHv7ntt/7PPvPDCCzunjo3d8y/+nmkisuzuj91GzqwT A9otJ2tRZv6XbIwys0H5ebK8DJmt0uz0mKPYAqkyZ6k0L0XXrXHEWwh0hYCk pVFmbRus6sqsb/vMXn3lwA9l2b4D277zxI4nn927Z9/uXXs/86kvrLn/q6LJ 5Lj9tjue27Hnxed25Q2nc3fIeq93b1+NIslyoHJpm+UmdJLb5bqgVSoBezt/ TNvA5rNUU6n1Y9yjDgQgAIGRJZCgzIaylCkDE9+vJMzMQB7Yf/DA/kNHjx47 eeqkHHJV1tde279i5a9IhalTx2bPnvXU9jcsd5qG9h0kG5Ig9gUp6uqiCZsj +6loW+B6Pqa9HOmX2NmvzNclgspUb5Fdl+iOJhCAAAQgcFqlxFNo/7mZB/f/ eNf/7NkzT5w4MTk5KdLnjKlTRZudOH58fNVX7rz9Tgl52rQzdu3c68fu3HfI uZSXk0uT5jElkYTDplTApcq4PJvGlG3QvG7Ck0gIVCtHQNWSHr6Ay1zKtJvY FfJM5TmWWr9cgLSCAAQgMDoEEpRZfO6qXnzx/R4/Ovmen3yH9n740JHjx09M nzZtyqkpk5MnT8uOsbETxyeNb3f+zC1Jfvq5tJiSzC78y+sXmnJu0JSpKY1Z rRywGV4YNek3IwftkkJPkqhSOZKAv3/fKTFLisagVtDyzF7yViHzTDmW7T+d XvJ6jAyWahCAAARGmUCCMhtizky7jnn+9jef1OE8evzIjJkzxmTlckyepk4/ c7q82HtopyxtyruSTPv8b/1BxYEXjaJiSOyY7JqfcPJ78e9QWdETdcDXTHnO hC/r77TKDLO6w1iAAAQgAAEIQMAnkKDM4nNX9YKWfrXrwueLrzjPdP3yC3vO P/8c+fOMaWeILNt/dNehE6++rmBOvrZ3366de2adNb26n6qH7BRU/E2NnIbV nVF9Vs4Zu3c/BD/MWrzFCAQgAAEIQAACDoEEZTbEnFnksJ04Nilrl/pYcMN1 39vxmAiyA8d2y7MWnnvOuZJBO3ToiFxQ47Ir3+qbdZRNeF+XeTdTY6XuCYuM sVw1xxnft0xvnc1tTUjJcuHQCgIQgAAEINBXAgnKbIg5s0j6s8+ZISdgHjt6 TOofP3pq4S0fvPKqy8877+wZM8+88MI3zZ17/Z13LJaE2a2LFxw5cvTauVdm mjWLd7pPy9Txy2NKwp4brRNpKkbtxdg0cZl+/RITfiaQGE8iR41qEIAABCAA AQgYAgnKrP05swvefO7FV5y/e/fe695z6Vlnzbr0kstvfv/NcvWyj9299KOL Prpg3oLX9u5/+qnnvvI7f3rNnMsuufyivHlglvO0gq1azHYu81ZhidOLs8cr 3rjTkW021abTVpvX4gkfLQhAAAIQgAAEqhBIUGbtz5kJiGvnvn3G7LG1X96w f//B10/HPP2Q0wBEeOx8+ZUntz8jGbXLrrrw5lsXVKEW39Y+DdOcLhDfPLNm EzYrukRzCEAAAhCAAARqIZCgzNqfM1MiH1g47+pr3/bU93/w/LMvvfziK9e/ 99JXdu559JHHtz76hNzR/JrrL7vlI++rhV2MEXs3fSDpFWPK1KnFppNmS3KA yhCAAAQgAAEINEQgQZl1ImemmBbc8O4PLZp/1vnTd7+6+4vjf7TlkceOHD38 rjmXL1pyk+i2hlBiFgIQgAAEIAABCFQkkKDMupIzUyLTp85697vf+b4b5n9k 8QfvuPvDC//mByaPT2799vf3vHSoIjKaQwACEIAABCAAgYYIJCizDuXMFNaB fYfleXzNZ/S4fs61V1551c4X9zaEErMQgAAEIAABCECgIoEEZdahnJlJjIkg W77s03rI64qwaA4BCEAAAhCAAAQaJZCgzDqUM/vrbz0iuTGVZQbfe97507PP mrFp4yONAsU4BCAAAQhAAAIQKE1gTO49PGfejdu2bBIT99y3YumSxcvuXZ5p TnJmgxRngRRdoRvr/+ibsnApImzhR24ysWz4+sPypzx//Fdvy+PlXF1Wqvkl flutY9f0S8IjZNrGdJdpyr4hQeRsiOwrNZbI3ntZbc3qcf346AfK/kyZkkDg Ew9tlOYxNXtJb8BBrV23fsA90h0EAgTkd63EZ58vjRZOKqOpwr7JV9DExIQR XTr6WpigzAYcf54QjBGIosxkV5lKsSNTdqvnM6dcKM+FykzqmCtKqNwpvMCE I3EiFY/Ns0STvObxpiJrosziZz7KLJ7V0GvqN+DQ3cABCAiBBx+4P/Ln3MGF Mmvh/IkcynqUWYwkqpFRFWX25c9+zWTLdHvZsmXLRJmJLLv9YwsvuHh2np+O FLP/9JNS5l1bu9jV7EyY9uhoPi2JaWLq+EoxT2A5DjsW/E7zvHWUmW/WyRfW OAc6Zwpl1qEh06/FDRs2dMhnXO0rAcmXRP6co8zaPwcihzKgzDqwz6zKMEjC bMeOHbaFgCwz4knFh786qZd4td+1dZWtvew0m9rJbGtrmnATFWS2kTAWv1PH gnNHJluWBTrKNBuZe6syjrSFAAQgAAEIjAiBBGU2lHMz5VfffphRUWf8Z1Ph 0MGj+vrqq692xFm9Q1u41ml3Z/SQCapeZ0pbi4/C9zy+bWn3aAgBCEAAAhAY EQIJyqxw330TyJw7EZku1Bn/WSvIkqU5B1PWMbVQlzKbcDLVpp15Sm079Pr2 iAzdGRyAAAQgAAEI9IxAgjIbSs6sHG5dspS0mewtk2N8fFy3/xcuZWp3SRun 7P1bhd46lZPa5hl3VlRrsVkYiFQYWEcxzoxmnbnzbzLHAAhIX04vfskA3PC7 MG7YQFri21CA0CkEINBpAgnKbCg5s9JwNW2ma5oqy+RR+tZMqn704axIFq7l Rbb1d+jb3YU5BLoIbwLz1ZVvyu46/G7pwaJhCQKiPOSSN+YYjBAZTC8laJgm g2dSxVvaQgACEPAJJCizwefMpEf/ETmKkh4TcbZ1y+OR9bWakVmZL3Qhzxg0 fzq76cu19Y3Y3Tn9+kGZRUbHPd8ZE6bjf7ihbSfPsSTUVG6OgJ9IU0Wl5aZf P9XkvOXrMNE9eeIsplPHAeNSCZtJ9NovKJPCoTIEINBvAgnKbMA5M+ku7xE5 JGZNU+vLdTT+Yv23IttSDQLdIiCaSR22c2mODjN17NBS62diCRtRPWfq2Iow kPOrxTH1NjPwbo0v3kIAAqNDIEGZDT5npsNQpd9bF71f0maypqnH6Iwrkfae gJE7fiIqM3ZVJybppbonQCnv3cy0WaCy6aIueRS2Y281q6vH3s8lAoQABFpF IEGZDThnZjBV7FfFmR7yulX0cQYCVQjk7alKPS0gtX6mOEs1ooGXaxUWlAZL Fba0hQAEIDAsAgnKrEruqkp4Vfr97Bd+S9Y0l37iw3oUnpvpXD4t72pqVcKh LQRqIRDYO2Urtpi+Uuv7Nu2Vx5ge7UQaQiqJGJUhAIHeE0hQZhVzV6VRVum3 RNtHHjnlH6WdpyEEhkggU71pxitvz1mkt3mnApTea1+6YaTDVIMABCDQFQIJ yqxK7qoKjir9lms7f/4U+1iwYEy0mnPZsCoR0RYC1Qk4+8yM0rLLYzZapda3 0132a7PHPz60cNelHctM6cV7RU0IQAACwyWQoMxK5J9qia1Kv1XaGudFk4k4 27y5lmgwAoHaCOStQvrrg45E8//UJpmqK1DoNDEnGWiTPIN+q8AJBEmOxZyI UBt9DEEAAhBohkCCMiuXf6rudpV+q7S1PVdxJpmzwIXvM6/v7+9UC5c4uOJt ZjaM91aa51UOlLft7p/VJxsWIAABCEAAAsMlkKDMask/lYi2Sr9V2jquqjhL 9d++mqu5lqzzQmya68TG3PLIt+noqhgjfiD2xWwjw0xyO9Im1SAAAQhAAAKj TCBBmdWVf0rFXaXfKm3ztEs53ZMa9eDra1x2Si+cwMv00MmiGZta2c+xhesP HgI9QgACEIAABIZLYEx2ZsyZd+O2LZvEj3vuW7F0yeJl9y4frk9D7F2EgixZ yvb/vIfsNpPMWWZ6KfMelEaROE3s21nmvVYp43hi7PittMR/zpNQmS6Fzdqm 8mraIav/2lFq/SFOg9Jdr1k9rh8f/UDZnylTEjA+8dBGaR5Ts7SHNDQE1q5b v/SuRQCBQEsImB/iJH/40kjCNZjKkUMpX0ETExNGdOk3vxYmKDPJP9W4OBgP qEq/mjMTt9VI+FnVQxVlZmudgN7yZYqhERBwmeLGkUENKTOjrhxl5rttS0nj jKlmCzUNxzbo14+fJC2piTJryUDEuCHfnjHVqAOBgREo8V8ZymxgoxPf0UCV Wbxb3a05LGWWt8fLlndDVGaZmsnxLdM9v45dLWyhi7MIZdbFUcNnCHSXAMqs hWNXXZmxz6yFw1rSpfbknDK34pnCzCvD9XX3XsmxpBkEIAABCIwqgQRlNpSl TBmXKv1WaduPKRHe0e9vyc+LOuZCu1onM08mZs27poJf0g/mRAEBCEAAAhAo TSBBmdV7nmO8x1X6rdI23kOt6axI2n/6i5Xhd03XkTZNNeeFuaqFudCGbdl+ 1/jvO+Ybz4zXFGp9+9nvNK8kb1U3dSyoDwEIQAACEOgogQRlNqz8U5V+q7Tt 6IjiNgQgAAEIQAAC3SWQoMwGmX+ygVbpt1xbuTRG3tHdkcZzCEAAAhCAAATa TyBBmQ0r/1Sl3xJt5XJl4aP9g4qHEIAABCAAAQh0lECCMiuXf6rOpUq/qW11 69Vrew88+fiLT2x5Xpz/qz977ImtTz/+6I6Xnt9lNmZVDwoLEIAABCAAAQhA wCeQoMxK5J9qIV6l3xJtn39qzws7Xjt2+OTk5JTHv/38my4478TRaccOjj39 vVdefmG3nFe4/fEf1BIXRiAAAQhAAAIQgIBDIEGZpeaf6mJdpd/Utj/Yvvuy qy90PL/g4plvveKcK9/9losvfbO89Ydf/VpdoWEHAhCAAAQgAAEI2AQSlFmJ /FMtrKv0m9T26e07Dx04KnkycXvfa/u3Pfq9b6z/yz//+kYRZHpI+f2rPnf3 x26rJS6MQAACEIAABCAAAXJmuXPg1VcO6Hv79h3Y9p0ndjz57N49+3bv2vuZ T31hzf1fFU0mx+233fHcjj0vPrcrz4pz7dZ6L21fzlp8q8BlaSt+cmzL8f6U 7nQAXZT2jYYQgAAEIACBAAFyZj+EIwkzg+nA/oMH9h86evTYyVMn5ZALp772 2v4VK39FKkydOjZ79qyntp/Oq/kPvbq9PtojDpIu39qc//aFbdsDh28HCEAA AhCAQKsIJCiz1D1bdcVZpd/4tgf3HzEOz54988SJE5OTkyIgzpg6VbTZiePH x1d95c7b75Q606adsWvn3jxZZsodPeTfBymmJIZhnh1pqwLIPMffi8nut9C+ dqGPGIeTjNs2zeswOjvqVH+oDwEIQAACEBgugQRllrRnq8aoqvQb3/b40cn3 /OQ71O3Dh44cP35i+rRpU05NmZw8efqXfmzsxPFJE9SdP3NLUoB+Li2mJKaL gB1fJ5XIh8XYj8wU2guaKltjjOcpYDsx6djJvDFUDEzqQAACEIAABIZOYGzr 5ofnzLtx25ZN4so9961YumTxsnuXZ7ol+ad4oVNjYFX61ZyZuK1GAs93/vTP yy/6rFkzpf7TTz/zvceeOXTw8InjJ6Rw+pnTJX926MSr/+Dv/31ZzZSVzc3/ Y9svfepuJ0bVB5mF9lvmtSon08QRUplLkH4XvuW8kkwffG9NSaZjukprv+Wv 24Y9d5rbDuQZj+nOh5m0hlvXdF2zelw/PvqBsj9TpiTQ18RDG6V5TM26HG6/ nbXr1rffybCH8s3DmHZ9EFvrP18aLRwao6nCvsmX28TEhBFd+i2hhQnKrIXx 1+jSS8/vefGZvarMNv3VI/L8wvM7VSvsP/rD/f4/97M/I1vQdr3y6u7du37+ l2+vqMy0uS3UCsXEAJSZvwjrC6NASd6I5GnTertLglnj5DGmUGa1U9XvqdrN Dszggw/cH/k1PTCX6KhPBFBmLRzNyI98PcqsSu6qCrsq/ca3fe6pV155Yf+s 2aeV2bETR37/9//A8fncc8694/bFL7/0yksv7HzrZeff+rdv8IOKz1fF5LrC 9h1hZ0Sen5PTksicWZ5UMkmpPPu+P7b/hcrMcTKpuzDMKnMvtS3KLJVYYX39 8tqwYUNhzXZWkP+DI7+m2+k/XrWcAMqshQMU+ZEPKDP2mf1wWGefM0OWKY8d PSZ/Hz96auEtH7zyqsvPO+/sGTPPvPDCN82de/2ddyx+be++WxcvOHLk6LVz r8ycDSqA9GFLHL88piSzC2Pf1i52j8ZyYQYuZkL71gIlfkovQEneCkAwzsd0 l4ld+fCAAAQgAAEIdItAgjKLP8+xXgRV+o1ve8Gbz734ivN379573XsuPeus WZdecvnN779Zrl72sbuXfnTRRxfMW/Da3v1PP/XcV37nT6+Zc9kll1+UF6Oo BH1oBfuFXa5vFZY4vZgmTheZdkxb9cFRinmayS83xp1Y7Jp+LL7nTn3DJ+y8 AZUE07FZ74TEGgQgAAEIQKA5AgnKbCjb/yXyKv0mtb127ttnzB5b++UN+/cf fP10zNMP2fIvqmbny688uf0ZyahddtWFN9+6oLnxsC3b6TF9HdOv3SqcNmvO fjnLMdFRBwIQgAAEINBvAgnKLD7/VC+yKv2mtv3AwnlXX/u2p77/g+effenl F1+5/r2XvrJzz6OPPL710ScOHz5yzfWX3fKR99UbXcCakyGLXJ20W4Vdbc5+ OcvhNNvAsHelo7nzb7KPeLellVM5piTevtT0DSY1pzIEIACBUSaQoMyS8k81 Mq3Sb4m2C25494cWzT/r/Om7X939xfE/2vLIY0eOHn7XnMsXLblJdFuNcWEK AhUJyCVvzFFRDFVsXjEQmkMAAhCAgCGQoMxS8091Ua7Sb7m206fOeve73/m+ G+Z/ZPEH77j7wwv/5gcmj09u/fb397x0qK6gsAOB5giYXJrpQoWXlmfmtETh ZYozu9C8dqzZlu2gTHe2G06h7Q/qsLkpgWUIQKBDBBKUWYn8Uy0gqvRbuu2B fYfF+fE1n9Hj+jnXXnnlVTtf3FtLRBiBQHMERN9kJtJMuXQtFSo6YKyp0tIe HRnnFIYdq8WrikHRHAIQgEAbCCQos3L5p+pBVum3RFuTGBNBtnzZp/WQ19UD wQIE6iVg7zMrFFsxFeKzVra1TMuF3RkU8TXrpYc1CEAAAu0kkKDMSuefKkZe pd8Sbf/6W49IbkxlmfH8Pe/86dlnzdi08fS9AXhAoCUE7H1mtbiUt6ZZi3Ex 4i+z1mUZOxCAAAR6QyBBmZXIP9WCqUS/0iTvEemSSLHImqaaf1WLmOtcaB27 pl8S9sS0jeku05S5yEV8yJF9pcYS7wA1u0igdinZRQj4DAEIQCBMIEGZlcg/ 1UK/XL/Syn9E+iPpMa15ZMpuPRZ+xL3QQJ7ECQi1QO/mihjmMvqR18iwbZZo oqLQXOQiUm9FYqRaFwnUlTYLL4zGL5t2kSE+QwACEKhCIEGZlchdVfHMtB1w vy8/t1e6Vim25vWHerLh6w/f/rGF5SLyk1LOlWPt3JKTZ8prG9/Evu6r478R glpuC0TbQ8dCfNd+d45ZlYblqNIqk4BKK7MxP7NOWBg5e8jKLUEaN4y1QseQ a0xpCEAAAkIgQZmVy11VpzysfiVVtmPHDtv/Cy6eHQ5HlI1RLU4aTPNS9rvm T2PTv42Sn9BySmKaqOSyHQhHkZlFsy04nRp5F06/Zb7rSMPqs2V0LAQ2zptF Q0PDEVtOW9+UX19tqsG87f9OBbuJaegUFp5JMDoDSqQQgAAElECCMhtw7sqM UOl+7UyPnZhRg/6z6fHQwaP6+uqrr3bEWb3zJmn90eihEtvC6nXbsRYfhe95 fNtGQ8A4BCAAAQhAoCUEEpTZsHJXpft17hFkiKtB/1kryJKlOQdz2bJlWlhl KbPekbYzT/VaHoC1+DtHDcAZuoAABCAAAQi0kECCMiudu6oY9oD71SVLSZvN nHKhHOPj4/IsJYVLmRqmrlFGpoKStlg5lZPa5g2Bs6Jai82Y4R5YRzHOUAcC EIAABCDQHgJjss9jzrwbt23ZJD7dc9+KpUsWL7t3eXv8K+eJiLnMTFteudOL XGz2v351w403LzAnaWrOLCzOnO1WYtMuMbpNX6g0MTKuYltHERrdowLRVoqZ qtGpb9xTs5kWHP8NwMyu8zjES9hy02DwrdasHtePj36g7M+UKQl4NfHQRmke U3PwoQ2rx7Xr1i+9a9Gweq+lX/MFW4s1jEDAJsCXRgvnQ+RHXr7cJiYmjOjS b34tTFBmkbKmdkwl+g2k2SLXRkWc/cX6b93wgfkaTowyqz1wDHaOAMqs9iGT 77jabQ7eIGp78MxHpEeUWQsHeqDKrIXxN+rS2t/987nzrjNps7/+q81LP/Hh RnvEeNcJoMy6PoL4D4FuEUCZtXC8qiuznu8zq7JH7dZF79+65XHZcKZHC4cf lyAAAQhAAAIQ6BmBBGUWuQ5YO6Aq/VZpK4GoONNDXtceGgYhAAEIQAACEICA TSBBmVXJP1WBXqXfKm0/+4Xfki3/soKpR+G5mc7l0/KuplYFBW0hAAEIQAAC EOg3gQRlVjH/VJpjlX4H3PaRR075R+nAaQgBCEAAAhCAwKgRSFBmVfJPVbBW 6XfwbefPn2IfCxaMiVbzb8RUBQhtIQABCEAAAhDoK4EEZVYl/1QFX5V+h9XW xCuaTMTZ5s1VANAWAhCAAAQgAIFRIZCgzKrkn6rgrNLvsNra8ao4k8xZ4ML3 mdf393eqhUscyPE2MxvGeyvN8yoHytt2988qU5S2EIAABCAAgboIJCizKvmn Ku5W6XdYbZ14VZylQtC7TEqrwAvzbuSCqW/K0VXl7psUeTcqR7CqM+V6TIVJ fQhAAAIQgEAnCCQosyr5pyosqvQ7rLZ+vOY2R1VQtLatqis7pRdO4GUG4mTR jE2t7OfYwvVbywrHIAABCEAAAgECCcqsSv6pyhhU6XdYbTPjlQXNAIeArClN L9KmSVxVv5GlpsH8G6UXJtW0a6etcztR+91w/dLEaAgBCEAAAhAYLoEEZVYl /1QlyCr9VmyrzWOeqwSobY0uKRQxTl9GfvkNS9usHo6xkKf2HLdVzOnDtDUR mXcVlFYI1K/Rf0xBAAIQgAAEBkkgQZlVyT9VCalKvxXbavOY5yoBVmxr5FdF Ow01z9tJ5rht58AyPfFTcW3QnQ1BwywEIAABCIwsgQRlViX/VIVvlX6H1bZK vENpq/opNV3XhKuZJwSYwkydxzkETQwENiEAAQhAYCgEEpRZlfxTldiq9Dus tlXibU/b8I7++MtexJyAadYrM9WhvdapFfyS9nDDEwhAAAIQgEBpAgnKrEr+ qbR/0rBKv8NqmxqvI0fsPzN3jxn7gSxXpE17L5eaNdInb7nQLjeVTUPHiP1n 2G01aztgY/QXbZ2SNiT8Used+hCAAAQgAAGHQIIyq5J/qsK9Sr/DalslXtpC AAIQgAAEIDCyBMa2bn54zrwbt23ZJAjuuW/F0iWLl927PBOH5J+qCJ3SiKv0 O8i2sroXvi6GEJDrzZLaKT0T2t9wzepx/fjoB8r+TJmSQBQTD21sf4x4CAEI tIqAfOfEfL20yud+O2M0VTjMtevWT0xMGNGlg6iFCcqs3yirRxe5Dx1lVh11 ay1UVGbyeW5taDgGAQi0lgDKrFVDM1BlViX/VIValX4H33bfawd3vbh/8tjJ d8279K/+7LE3Xzx78uTJN1147lsvubAKBNp2gkBFZdaJGHESAhCAAAQCBKor M/aZ5eItsXT7/FN7Xtjx2rHDJycnpzz+7effdMF5J45OO3Zw7OnvvfLyC7sl qbb98R8woSEAAQhAAAIQgEAegQRlVuU8xyoDUKXfQbb9wfbdl13tJsYuuHjm W68458p3v+XiS98sEP7wq1+rgoK2EIAABCAAAQj0m0CCMiuRQ6qFXZV+B9b2 6e07Dx04KnkyCXnfa/u3Pfq9b6z/yz//+kYRZHpI+f2rPnf3x26rhQlGIAAB CEAAAhDoJYEEZVYl/1SFXZV+B9b21VcOaIz79h3Y9p0ndjz57N49+3bv2vuZ T31hzf1fFU0mx+233fHcjj0vPrcrj4Zz7dbIUwoi2ZazltQq5gbq8Qa1Znz9 SA5UgwAEIAABCLSZQIIyq5J/qoKgSr+DaSsJMxPggf0HD+w/dPTosZOnTsoh F0597bX9K1b+ilSYOnVs9uxZT20/nVfzH/aNI9sjR+LPJLX9j7nof+GUiO+6 0BQVIAABCEAAAl0hkKDMquSfquCo0u9g2h7cf8QEOHv2zBMnTkxOTopSOWPq VNFmJ44fH1/1lTtvv1PqTJt2xq6de/NkmSl3RIl/H6SYkhjmeXZMssokruLv xaT9agi2xHRemz/zutAeHSMxQVEHAhCAAAQg0F0CCcqsSv6pCqAq/Q6m7fGj k+/5yXdojIcPHTl+/MT0adOmnJoyOXnytLYYGztxfNIQuPNnbkmi4efSYkpi ugjY8ZN25lZIefk8cyPLwq5Nv7Y4s28JZcrtmzUVmqUCBCAAAQhAoAcEEpRZ lfxTFVJV+q3YVpvHPH/7m09qjEePH5kxc8aYrFyOydPU6WdOlxd7D+2UpU15 V5Jpn/+tP6hCQ9raGshk11JzWmEfyq0kqnozua68Lnzj5bqriJHmEIAABCAA gRYSSFBmVfJPVSKv0m/Fttq88PniK84zAb78wp7zzz9H/jxj2hkiy/Yf3XXo xKuvy6mTr+3dt2vnnllnTa9CQ9saDWRM5d19vHpfqRZ831ItUB8CEIAABCAw sgQSlFmV/FMVvlX6rdI23ucTxyZl7VIfC2647ns7HhNBduDYbnnWwnPPOVcy aIcOHZELalx25Vt9y86W+fAZAPZin1+zlrMHShiJ9FliL2E8fiyoCQEIQAAC EOg0gQRlViX/VIVRlX6rtI33efY5M+QEzGNHj0mT40dPLbzlg1dedfl55509 Y+aZF174prlzr7/zjsWSMLt18YIjR45eO/fKTMtmHVC3YZk6fnlMSWYXZsVT tVHATonlRduaCcEUZkYU2QtKLn4qUhMCEIAABLpOIEGZDSb/5AOt0m+VtvFD e8Gbz734ivN379573XsuPeusWZdecvnN779Zrl72sbuXfnTRRxfMW/Da3v1P P/XcV37nT6+Zc9kll1+UZ9msSGoFI1yccn1LH7aAc0qcXuzlzkLLtlnbE+d1 oAvHMdNQu7ZdtZ2xA/drxo9Iz2rOnX+TE5GWyHPk4Vf2EfmmBo/Rj3TwPtAj BCAAgeESSFBmg8k/+Tiq9FulbdLAXDv37TNmj6398ob9+w++fjrm6YecBiAi ZOfLrzy5/RnJqF121YU337ogyWzpynZ6rHBLvunFbhVOaJWzXzocGmYS2Lr5 YT3kXfM6s1Cb23UyNZBjBJ3ExIMABCAweAIJymww+ScfQZV+q7RNHYwPLJx3 9bVve+r7P3j+2ZdefvGV69976Ss79zz6yONbH33i8OEj11x/2S0feV+qzdL1 nQxZ5Lqh3SrcdTn7pcOh4dAJmIya7YkWSonRcLaYc16bysaCY9MxNfSQcQAC EIDAUAiMyX/Jc+bduG3LJun+nvtWLF2yeNm9y4fiSj86ffmF3Tu2P//Cs6/s 2bn/6LFj55w765Ir3nLdT1x12dszNv73I2SiMATWrB7Xj49+oOzPlCkJ4Jp4 aKP/7i0fulkkiybGbE1jl/gVVC0F6hTatC3Ylc1r+4VU1r7CNSNtZnJgmkEA AhBoPwH5xjaaKuzt2nXrJyYmjOjS3wgtTFBmkn8a2OKgHU+Vfsu13fPSIXHg wL7Dxo3Htn1XXt/w/gUXXDy7/TMDD4dFoLoy8/8vko9r3spjnlDTcl+Z2Vgc qaf1HW6mTi16y/EqoCble21YI0i/EIAABKoQkG/sgSqzKr52q60oM5Vl42s+ o54vX/bpQwePyotrF1zSrVjwdpAEalFmfnatML9VImfmY8mUX0ZO+aouSa5l ikKjBTMl4CAHjr4gAAEI1EWgujJjn5k7FpowU1kmgkwPI9HqGjnsQKDNBEQq OSk0++SAEp5nNjeFnGpQAilNIACBvhJIUGZDWcoU7lX6LdH2r7/1yM4X96os M6P+nnf+9OyzZmza+Ehf5wFxQSCSgK+iknRV5rkCkV1TDQIQgMAoEEhQZoM8 z9FGX6JfaZL3iBxUkWKRNU21cpfj11Z2W78k7Il9X/BUn7V+iXtuRl79NTWW cv7TqgkCdtpMX+thVh5Nob1lza5pvAo3D++HayI0bEIAAhBoM4EEZVYi/1RL 5OX6lVb+I9IfSY9pzSNTduux8CPu5uhMU77AiuzRXNXCvnp+ZFtTLfLSGI5Z 7VEfkXor1THqVyTg79Z3SvwK0mNMHduxcC/2ZdJsyZXZyq8caO4Iu8xYKgKk OQQgAIEOEUhQZiVyV7WAGHC/Lz+3V9xWKbbm9YdGseHrD9/+sYXlIvKTUs7V X+3ckpNnymsb38S5KZMdgn8nKH3X6dSxEN+1rwLtwMmolZtOtIIABCAAgR4T SFBm5XJX1dkNq19Jle3YscP2v/CSGSbtZCsePyllSpwclbkfkek00Fb7imki 1pKyYplZNNuC06lxI5x+y3zXkYbVZwsWhkKARNdQsNMpBCDQSwIJymzAuSuD u3S/dqbH1kBq0H82PeoFMuRx9dVXO+Ks3kmQtP5o9JCfRavXq1Rr8VH4nse3 TfWK+hCAAAQgAIEuEkhQZsPKXZXuN/Me3jJIatB/1vGTJUtzDuayZcu0sMpS Zr3Tws481Wt5ANbi7/40AGfoAgIQgAAEINBCAgnKrHTuqmLYA+5XlywlbTZz yoVyjI+Py7OUFC5lapj2ImNh4Ek77p3KSW3zPHF2/ddiszBqqTCwjmKcoQ4E IAABCECgPQQSlFnp3FXFaAffr6bNdE1TZZk8zBVoU8NR9aMPZ0WycC0vsq0t dPwmYYcDXYQ3gfnqKtx1qmOpnKkPAQhAAAIQ6AGBBGU24NyVgVuu38zrmUUO mKTHRJxt3fJ4ZH2tZmRW5gtdyDMGzZ/ObvpybX0jdndOv35QZpHRcc93xoTp +B9uaNvJcywJNZUhAAEIQAACfSWQoMwGn7tS6CX6zbyYmRZGDqRZ09T6chGN v1j/rci2VIMABCAAAQhAAALlCCQos3K5q3Ju2a2G1e+ti94vaTNZ09SjeiBY gAAEIAABCEAAAmECCcosPuFUL/Rh9StRqDjTQ17XGxfWIAABCEAAAhCAgEMg QZkNK3c1rH4/+4XfkjXNpZ/4sB6F52Y6l0/Lu5oaUxACEIAABCAAAQjkEUhQ ZsPKXXWo30ceOeUfTD4IQAACEIAABCAQSSBBmQ0rd9WtfufPn2IfCxaMiVZz LhsWOTZUgwAEIAABCEBg1AgkKLMO5a5qGcVa4hVNJuJs8+ZaPMIIBLpHYO26 9eZos/dd8bPNDOvyrYVj0UKX6qKNnRYSSFBm3cpdVWddV7wqziRzFrjwfeb1 /f2dauESJ+R4m5kN472V5nmVA+Vtu/tn9QmDBYeA/phNWA8taRuorvjZNm5N +NPCsWihS02Qx2arCIxt3fzwnHk3btuySdy6574VS5csXnbv8la52BVnRGqI /JKlzMyHapS8i/47V9u3//QvxJ/3bsCIiifTu/Padsz4GbgBQPjeAHb4eTXD AXZlxH0/16we14+PfqDsz5QpCUQ38dBGaR5TU4zMnX+TbUo+yJHcpGF85Tyb hUZUk0nzDRs2GCMLFy7UkswYfZta4kQaCNOvXBhpC/204y30P3LQM6vlAS8c 9MLRj+zOqVZiLNSCIWbj8qdN3lwKQC7hUviDmemq83FWfzKnfaPzocpcoq1N wGiqMBadXUZ06beiFpIzy0VXV85MO1BVFEhEdXpma1x2Ss8JJyZwJ4tmbKop P8cWrt9pnpHOy9e0OeLlS6TxWqrZskwMyp8PPnB/qmUTozS0Q9bXdqFaLoGl PX6q6BnYsNrTpiVTKHUsbGK+KrJhOlPFnlfhOZnqUt4I5rmaOeiZ0z71s0P9 jhJIUGa17Lsqgak3/UpGLRB+QNaUgOaombAwMicoxCfD8lwyN3qye4wxq3X0 Ydqahv674fqlifWgof44mZ8oeaGHhhZ+19RxfuEcIzalzJ9z/bfP/J5Jqkyz ZfLQ/ybluQ2oHT9tl1rl51BYhWeOzqWYeZJZzY+o3JxxsndJGdZCqvVOj0Zd LYyFCt0ikKDM6s0hxWMaYr/adcxzfDiFmiZvxTOvoZF0fkOjdVJtVg/HWAgs aKrn5qafflbMvuGmvitm7TVZU6jdDTHMGolVN2V+A/z/0U2SSX9Z/dyMKbTF XCCFU7i8YjSZeVE9wNGxUIi3IgojZRzdEJ459uQJzxN/OknbwqCqzJlC4xWJ DaB5D0IYAKV+d5GgzHqTu4ocUXOfTQ08/Bxps4lq/v3Im+iltM28K4Y4bts5 sMy+nHSa6rCWx14aWmRDk9Xw/x2PtBCoNpSfBzui0otreViqMzEWmvNTpVIg SVljFFVMpU6P1PolfPOh1TJMVTxxPph5proy6CVQ0KQcgQRlNsTcVbnYKrYa VrwV3S7XXPVTG3JOmQuvpjBT58VsYiuHpeWtnD007fTWrGk6m3UyvXW2kZWL aABYGvVzkPvMAoSHqA6T5owJwew7dEri95OVm29+qxIzsCWDXhcB7FQkkKDM RjBnVhFu15sHtr4l7YrLS5vZfLROnjo072aufrZBUHZ9rOv1f+ldi2655Raz JiU/tOa3VjeZRZ5/Wq9XvjXHT7vCsPwsnSmsnVUJeVHFhxbOmYFNj/YMepUR pG2NBBKU2bBySKPQr6Mt7D8zd4+ZGRAQJZE27b1catZs/MpbLrTLTWXT0DFi /xl2W83aDjjSzVQwNu0S9FmN3wtiqvqvhZyG6SiwlggyB1RX/Kx3fI01XUoL rDZWnwnxnqeOhbPlP3L1MN4fqZnqUp7xAbiaFBeV20wgQZmRM2vzQOIbBHwC 9v4V+6dXf2sz3zWFpn6eEe0u72db8g2SG9P0mDlMSXsGq21+OluOBrA9K3Ms wjMnvoltx7Sqd84E5mf1fWb1To88V1sy6O35VOJJwpVmJXc1FHHWlX5loS18 XQyZbXIzAFI7Pf7UDfJKs13BaF8go505MyXZFT+7Mu5V/GzhWLTQpSqEadso gcgNG/VcaXYoskzwdahfEV7ho9HZgHEItJCAnTNroXvGpa742WaGdfnWwrFo oUt10cZOCwkkrGaOwn4ve4RS49U9T6/tPfDk4y8+seV5MfVXf/bYE1uffvzR HS89vyt4fQe5TBdHFQIt/GThEgQgAAEIQKAMgYTVzDLmR6zN80/t2b/3iB20 CLLjx44fPnzkyne/5eJL3/zEY89cc90VHpWxs675lRFDVVu4B7d/Tk5aqM1c NUOsZlbjR2sIQAACnScw0NXM1BxSXXS70u8Ptu++7OoLnagvuHjmW684R2WZ vPWHX/1aXViwAwEIQAACEIBA/wgkrGZ2aL9XLeOUFO/T23ceOnD08W+fXsTc 99r+bY9+7xvr//LPv75RBJkeUn7/qs/d/bHbavENIxCAAAQgAAEI9JJAgjLr Su6qrnFKivfVVw5ov/v2Hdj2nSd2PPns3j37du/a+5lPfWHN/V8VTSbH7bfd 8dyOPS8+tyvPw4Pb1+ihFcyLWiIyxpPMamX72XfGtpxkvFxcA+iinGO0ggAE IAABCFQnkKDMknJI1T0zFtrfryTMjLcH9h88sP/Q0aPHTp46KYdsgHrttf0r Vp7eRjZ16tjs2bOe2n46r5apb866ZpkeDYmPVPvihjQRV/U58DCWm3O+xhmF KQhAAAIQgEBrCSQos6QcUo0Bt7/fg/t/vOt/9uyZJ06cmJyclMubnTF1qmiz E8ePj6/6yp233ylMpk07Y9fOvXmyzJQ7SsjJpUm1mJLCIXAyYZkZu8xsmd97 nta0U4DGbX1hnrWtnSnMbBWTvSsMmQoQgAAEIACBlhNIUGbtz13Vyzo+3uNH J9/zk+/Q3g8fOnL8+Inp06bJ+YKTkydP32x7bOzE8Unj250/c0uSn5q4snNp MSWRXZismG8zL1vm17SVYsCgaRjICBaGFpnDiwyfahCAAAQgAIG2EUhQZu3P XdULV+LVkGOev/3NJ7X3o8ePzJg5Y0xWLsfkaer0M6fLi72HdsrSprwrybTP /9YfVPRTVwxV35jsWkwey9QxrQqXKTNd9ftS4Wj7Y8s1x0i4U8d4ZrAVAdIc AhCAAAQg0FoCCcosPodUb7RD7Fe7Lny++IrzTMgvv7Dn/PPPkT/PmHaGyLL9 R3cdOvGq/Hnq1MnX9u7btXPPrLOmV+fjb0ezd3rl2Td1KjqQ15ezySzGJd8T v1Wje+8qoqA5BCAAAQhAoF4CCcps1HJm8aBPHJs01zpdcMN139vxmAiyA8d2 y7MaOfeccyWDdujQEbmgxmVXvjVTjthrfOEzAMy7mdvtGzp7IJNGZF9ONb9V ph1nLxrnFsRPSGpCAAIQgEB3CSQosyHmrlrOd/Y5M+QEzGNHj4mfx4+eWnjL B6+86vLzzjt7xswzL7zwTXPnXn/nHYslYXbr4gVHjhy9du6VmeGYZTuzVUur +eUxJanE8nrPE5G65uivSxr9FHDSXkt17ESGFqkIUyFQHwIQgAAEIDB0Agl3 Z5Kc2VDE2bD6TRqb72595sVnXhXtJRebfX1LmRxyI0jZ/X/6WWTZUzuenTwx eeW73nrzrQs8yyN3d6ZMVZcE3FTm7kzluNEKAhCAAASaIDDQuzMNRZYJtWH1 mzRg1859+4zZY2u/vGH//oOvn455+iGnAYhE2/nyK09uf0YyapdddWGWLEvq J7ay2Ucfc2ZArFHqQQACEIAABCDQMIGE1Uz2mYXH4gML51197due+v4Pnn/2 pZdffOX69176ys49jz7y+NZHn5A7ml9z/WW3fOR9DY/mj83b++jNiZMD672w o3LnhBaapQIEIAABCECg6wQSVjO7Hupg/H/5hd07tj//wrOv7Nm5/+ixY+ec O+uSK95y3U9cddnbMzb+/8il0yuePCoQOH1FkjY81qweX3bvcvFk25ZN6s89 961YumSxFJqSgJ8TD22MrNmGYPEBAhCAAAR8AtVXMxOU2bD2e5Xrd89Lh4TX gX2HDbXHtn1XXt/w/gUXXDybyQSBJgj0SZmtXbe+CUTYhEA5ArKtJebfm3LG aQWBGgkMVJnV6PcATIkyU1k2vuYz2t3yZZ8+dPCovLh2wSUDcIAuRpBAz5TZ xMTECA4iIbeQwIMP3B/5a9dC53Fp1AhEzlX571e+Y3VRRRDpPx5a2M+cmUmY iSwTQabTQl7/8if+Ocps1D4kg4y3f8psw4YNgwRIXxDIJCA/WpG/dgCEwNAJ RM7VgDJLOANgWOdIluj3r7/1yM4X99qyTIbqPe/86dlnzdi08ZGhDxsOQAAC EIAABCAAgUwCCcqsc+dmihRLHXW9/Jj90BK/PMmyXkTDPJLalvanxk6rOExb CEAAAhCAAATiCSQosxK5q3g/AjXL9SvpMbV5ZMpuPRZ+5KbS/pw6VfXsP7Fg HhV1XmQU2p1UNi8iG1INAhCAAAQgAIFhEUhQZh3Kmb383F4BqlJszesP5bvh 6w/f/rGFAdYiYmzZJK9V3JhCJ+/lVDaWI7WXn0WLse+k8eJTcYUN400Na77S ryEwd/5N9hEmIzW1gnmRRDJyPifZTP2w+Mbz8tmNepsZY5X8dOAjX44nrSAA ga4TSFBm5XJX1QFV6VdSZTt27LB9qHLJDBVq+nC+/fWtwE+C/d1t1J5jLWDf DsFkwlQyJqXibK1ZrvfqA4qFughs3fywOcpJrro8Ga6dvH+QBulVuaS4/fkd pLf0BQEItJlAgjIbYs5Mu455Nqz1AhnyuPrqqx1xFh4PI7CMiLHrO//gZqqx zIb22qKdLVCDWqLW9M/I9dPUJrbZwoxdmycuvgUImFya1lHRZks3rWAshFWd realiT1j7ddqLXNSFbZyKhSa0voxn5EYf/K6s71yxJ8feOZwaCvT1nHGfjfz nzrfeaY9BCAwCgQSlFmV3FUVlNKvdh3zrB3JkqU5B3PZsmVaWLiUGeOk/Z9x TH2njqPkfGuZCblwRyWaqMG83tmXVmJk29NEZJaTSJM/xT19loepYASZeasw CpPjUdHgzD07A+RIGVPTb6XaJclU3sfKkWsx/qipzJphV8M5cuOhrWudLLWd /PbJ5zlfOEZUgAAEuk4gQZkNMWeWSlmXLCVtNnPKhXKMj4/Ls5RELmXqd274 P3Lzw2NXjmmYGYvzv7X/pZ/5L7X+ohiZlVenkJ7fsLSpwr6oUCMBe5+ZUVeF MquwQsBD+0MRk7Iyk9PYzGxVzlQhyTyzfnnYgRj3TH7L+eqIaVsYCBUgAIGR IpCgzIaYMysxJJo20zVNlWXy0CvQln6YpcNC3Rb+bVPd41sLlPjf73lGIqOL 6T3SFNWGRcDeZ2b74KxmDtK9GhfgajEVb6RizYrZ9MwxindpkENMXxCAQNME EpRZh3JmQk3SYyLOtm55vBxBRwmZP833r222MJEQb823ryWq5OznsEvGvYBv eX3xX365OdOSVvZq5uBdqlGgVDdlLwiGUcTX1M9g5vdA7bQH1lHtnmMQAhCo QiBBmXUrZ6biTJ7NqQByEY2/WP+tKrBoC4EOEajlbM3S6eGkBfFw5czVdv+/ nYCr8c5k1izcS9D0rIj3v2lPsA8BCAyAQIIy61bOTNnduuj9kjYTcabHAIDS BQSGS0CWOHU109lPFhBqtWg4TSaZBbikzKtpaGeCy5my4ftm84Yms2a4MFWz psJJrT/cWUfvEIBAjQQSlFnncma2OBN9JocItRrZYQoCQyQQ2Miv+8/EN/u0 AKfEeTcgWcxbeSvjTrlZf9eGha3MMr2fBsszlWnTVnW2z/Y2gLA/Tk2t7EtM fykzT4aWiCgMc4jzja4hAIGBEUhQZt3KmclmfzkO7Dssxw0fmC/H2efNlDud VzwJYGADQ0cQgMBwCeSdbjlcr+gdAhDoPYEEZda5nJloMhm/8TWf0eP6Odde eeVVO1/c2/tBJUAIQKA6ATbgV2eIBQhAoASBBGXWoZyZSYyJIFu+7NN6yOsS gGgCAQhAAAIQgAAEBkZgTHafzJl347Ytm6TLe+5bsXTJ4mX3Lh9Y9w11tP6P vinpsd/53f9TBJnpQu4BIKdnyvPHf/W2hvrF7IgTWLN6XD8++oGyP1OmJIBo 4qGN0jym5gA4r123fuldiwbQEV1AIIaA+Z2KqUwdCAyRQORcle/YiYkJI7r0 m18LE5SZ5MyGsqBZol9VZnKlWZFi5ZRZ6olXhZPAGCxh2TlnPumsN8cx7b2E D4UBUkEI9EmZyZcLYwqBVhFoyT8trWKCMy0kMFBl1sL481wSZSa7yjRJdmTK bq2mdwKIyZk1IV+qiCGnbXVTVSx0aBoM3tU+KbPB06NHCEAAAj0gUF2Z9XOf 2cvP7ZXR1YTZmtcfOthVbmru3ymlsERzXVpNX5hnU27yYfaJYJFTM9IBtWZ3 FHAjsmuqQQACEIAABCDQBIEEZTaUpUyJuUq/kjDbsWOHDS7ypuYOa00y6cMI rMISFUDmkkj2KqRvUCo7Bm0f/BP4Y1zKnDH2RZsy3WhinmETAhCAAAQgAIEY AgnKbIjnZmrXMc8mZnPF/6uvvtoRZ2EuZqXPiDDVTCb1ZZSNU6I6zBRqL1X2 hNl+5sk7uzvfycIZUKJJoU0qQAACEIAABCBQmkCCMquSuyrtnzSUfrXrmGft SO5lLtv/9fWyZcv0RfxSpi+wVGPZWi1QYlRUlagz22Y6YHfnO1noQ4kmhTap AAEIQAACEIBAOQIJymxYObMSgZl7mcuufznGx8d1+3/hUqa9uuesXaob9mqm U2L7aTZ1lXC+RBNnB5sj4MRgnj+m3G9Swg2aQAACEIAABCBQkUCCMhtWzqxc hJo20zVNlWXyKH1rJrPq56x1anbNWd80JY7ntjzyDUaGaSRUkkv+oqo6U9qN SG+pBgEIQAACEIBAEoEEZdahnJkgkPSYiDO5i3kSDl/BmBKzPd8YLCyxrfkb xZzmTmXbbcerEi6pCLOfA0aSiFEZAhCAAAQgAIEaCSQos27lzFScybM5FUAu ovEX679VIztMQQACEIAABCAAgXoJJCizbuXMFNOti94vaTMRZ3rUyw5rEIAA BCAAAQhAoF4CCcqsczkzW5yJPpNDhFq9+LAGAQhAAAIQgAAEaiSQoMxK5Mz+ 3f3/MXzUGEmmKVnQlGPpJz6sR+G5mU37g30IQAACEIAABCAQIJCgzFJzZqLJ fvYfLQ4fUofhgQAEIAABCEAAAhBQAgnKLCln9qV/u0402UUXvUUP6emTn/wF 82zKpQ7ijLkIAQhAAAIQgAAEkpVZas5MBdkdrz/+5E++dvfdd5tnLZR3tQ4P CECgBIG5828yR4nmdhOx41iwjfvvVuwusnkt/TpGMv80hf6LTFcjq+W1HTrb WsBGDiLVIACBVAJN5czUj+3ffebjH/+EvPjDNz6kRMrl3Tx3nWvWh//0jfj1 7TuCpzKy6w/44v5VXKVtvwnIj+vWzQ+bo4nf2qbtD36AFJrPSgoH6YwNNtOf QTpDXxCAQNsIJCiz1JyZhvo35rx3/Dc/6x9SHslCL6lfURKZy7pWNxXpNtUg MCwCfiJNtYiW2175JTE+B+xr8xgH8pxx0lH2n04TE1Rep4WxqFBTh51n26Zj x+k3ALaEXM5MgprAM3N1di+B5plgS3hYSJUKEIBARQIJyixpn5m6dc21by/n X0A/mXsfOfcdd+4dqf2G9Zxvwb+XeebdzbWwXGi0gkATBEzWx86lOb/Zmqqx f6GdkhjHwvZVpmRm8ky5qoc8Z4yHGpFRTgGbgU7VQqT+sHu0bTrNC6vlESjE m9nQZ5VnJ9w8E+yAk4WFBKgAAQgIgQRlViJnJuuVIs6W/7NfVdbywj6qDIB9 63EjkpwbVtp/+quZmRZMas3oPKdE1Z59s/MqUdAWAqUJ6A9tZo4k02bgNzjv Ldu+qZNXOb6C0VulYzcNM50JhGNEVYxWi1QtkdXsYG2wJm9XSKNER47N6hYK naQCBCBQnUCCMpOcmabNYp7VM5FlIs5kKVP/dNY0Y7x37hcebmLfX9JRafZq pjGSmQ/L68K+0WSM59SBQNME7O1KhUtaJZyx7WcKizyb8Xox3mzYpq1TS0Ra e5NCb5Wt9OuopXLojP9+87aRqR01BiHQPwIJykxyZpo2i3lWUs3lzApHImY/ WaZcK7RMBQi0gUAg65OnqGpx214yyzRYWCHPjbDbhUFlLnfWEnIJI4Xeqk1/ pTWyYRLDVpEpAZMmEBg1AgnKrASaZc/OKZ0zU2llp8H8khIuZTaJ2TQWU6cu f7ADgVoIxKzZle6o0Hhhhbyuww0z3w03UQFkZ6f8ktIcwg1rhJBkylROatUQ BMxCAAJJBJpVZmsu3ybirIl9ZqrS9GGrNzt4O21m7zPT+vEWwr0k4aYyBOoi 4Owzs7d5mSWt8L6icutcplVgw5k6kLSryXbGbqjCIu9dA7OwQjz2SCkTzllG DoGTNsuMIhN45tiFmzsjov5HBhtPj5oQgEB1AmPyYZ4z78ZtWzaJrXvuW7F0 yeJl9y6vblfuAfAL/+QusRO4aJm8KxvR5B4Av7biH1bvEQsQGDqBNavH9eOj Hyj7M2VKAk5OPLRRmsfUHHqkODAUAql6dyhO0ikERpyA0VRhDmvXrZ+YmDCi S7/5tbDZnNkQ95mN+MwgfAhAAAIQgAAEukigWWVWZZ9ZF2niMwQgAIHmCCQt EDfnBpYhAIFGCTSrzJrbZ9YoFIxDAAIQgAAEIACBoRBoSpnpJjPZRvbf/taB //Jf/ou8kENe2A+9QwCbzIYy8HQKAQhAAAIQgEALCTR1BkALQ8UlCDRNoPdn AMg5Ck0zxD4EIACB7hK45UM3Vz8DAGXW3QmA560jMArK7DtbH2sddxyCAAQg 0A4Cv7rsF1Fm7RgKvIDA6wRGRJl9/otfYsAhAAEIQMAQsK92hDJjYkCgRQRG R5lx0bUWTbtRdUUuwLlhwwam4qiOf4vilqn44AP3G4eqK7OmzgBoETNcgQAE IACBfhGQC3L2KyCi6SqBJqYiyqyrswG/IQABCEAAAhDoHwGUWf/GlIggAAEI QAACEOgqAZRZV0cOvyEAAQhAAAIQ6B8BlFn/xpSIIACBgRKQG407/fklA3WI zkabQNKEZK62cLKgzFo4KLgEAQh0jAA/bx0bMNyFQIsJoMxaPDi4BgEIdISA 3Gs8T5xJuR4mFH1tFzoVzLt+q47wwM1hEnBmo8wiKVGH/NnoTEtTzS735+cw wxuBvlFmIzDIhAgBCAyJgP4o6uHILFNo6pgKma3Mj+uQQqHbzhPIm42BwEo0 6TymFgSAMmvBIOACBCDQfQKZabM8OWWXI7m6P/jdiICZ1o1xmjIFZdaVkcJP CECg7QQyxVlg/Sicq2AJqe3j3WL/zFS0lzLF3xKzsUSTFoPphmsos26ME15C AAJdJGAvBiX5b9ZAyXMkcaNy5NJkPCimYjyrumqizOoiiR0IQAACU/JOBSh9 8mbphgzGiBPQqZip7MtNqnKtRnwUyoWPMivHjVYQgAAEsgk4e8h0MSgp9aW/ qU5DfheZcBUJmHmVORvtWWc6ypyKFd2geSEBlFkhIipAAAIQCBHwf+cccaZ/ msK87f9+K04UYOZVIZA5M8Oz0axd2uJMC6t4QtskAiizJFxUhgAEIAABCEAA Ag0SQJk1CBfTEIAABCAAAQhAIIkAyiwJF5UhAAEIQAACEIBAgwTGZPF4zrwb t23ZJJ3cc9+KpUsWL7t3eYMdYhoC/SWwZvW4fnz0A2V/pkxJIPqJhzZK85ia w0IoHn5n62Of/+KXxMm169YPyw36hYAQmJiY2LBhA1ORyTB0AjIVH3zgfuOG 0VRhx+QrVBoa0aXf/FqIMhv6mOJAfwiMjjJbuHBhf4aNSDpLQJQZU7Gzo9cr x1FmvRpOgukTgdFRZn0aNWLpKIFVq1atXLmyo87jdp8IyFRceteiGnNm7DPr 0/QgFghAAAIQgAAEhkBAFjHlqKVjlFktGDECAQhAAAIQgMBIE6hrlzDKbKSn EcFDoByBsZyHY01qSYlT19TxbZRzhlYQsCcVNCDQdQIos66PIP5DYAgETv3o IX2b1/JCpZg+5LWU6Ou8Ona5qTyEeOiy+wRU6Jv/BLofEBGMLgGU2eiOPZFD AAIQ6A0BVfnm34DexEUgI0gAZTaCg07IEGiKgEmb2QmzpjrDLgTeSEBnnZ24 hRAEukgAZdbFUcNnCLSXgP40OkuT9pYy+628LWjtDQ/PWkzA5Mxa7COuQaCY AMqsmBE1IACBigTs/WS2KfaZVQRLcwhAoH8EUGb9G1MiggAEIAABCECgqwRQ Zl0dOfyGAAQgAAEIQKB/BFBm/RtTIoJAZwiwz6wzQ9ViR9ny3+LBwbUyBFBm ZajRBgIQUAKZFyFzCvMuVOZsMuN6ZkyqcgSYOeW40aq1BFBmrR0aHIMABCAA AQhAYOQIoMxGbsgJGAIQgAAEIACBegmsWrVq7br1tdgc27r5Ybk7ut6G8577 VixdsnjZvctrMY0RCIwagTWrx/XjY+5raz5TMXe6nXhoozSPqTkssOLhd7Y+ 9rZLrxiWA/QLAQhAoIUEJiYm1KsHH7jfaKqwnyLjpJURXfrNr4UosxYOMS51 lcCIKLPPf/FLXR0h/O4RAUlRrFy5skcBEUpXCchUXHrXIuN9dWXGamZXpwJ+ QwACEIAABCDQEgIiyOSoxRmUWS0YMQIBCEAAAhCAwEgTqGsvCspspKcRwUOg NAHnUmT2NaUCb0l3ztWnMi9G5Rf6rbQX23/zJ5dJKz2sXW/Itc26PoL4LwRQ ZkwDCECgJAHngmT2j2LeDTH1ZucxP5+O1HMUmLGfZ8p2IKa7kgho1hoCRqn7 kr01PuIIBKIIoMyiMFEJAhBoCQHVdsaZGJ0XU6cl0eFGaQKqxaW5eVHaFA0h MFwCKLPh8qd3CEAgm4CRU44UgxcE8gjEZ2RhCIEmCNR1PTOUWROjg00IjAQB ZzuXncrK3OllNBZJrJGYHwMP0uTMBt4zHY46Abl05cKFC81VzSriQJlVBEhz CIwuAbOXS5eQbBCBfWZsAxrdGUPkEOgpAbnArB61xIcyqwUjRiAw0gTic2C2 mBtpZAQPAQhAIIcAyoypAQEIDIJA6Z37fjbOOW3TqeAHw061QQwwfUAAAjUR QJnVBBIzEBhtAk7aLOmKYkmVdeXUNMmTZbbNQuk22kPX+ei5Kkrnh5AA3kgA ZcaMgAAEyhDw5Y4pcTaZ5e3Ltq9xYDdR7aU++S9MuX9xhDwHyoRHm+4QQHl3 Z6zwNIoAyiwKE5UgAAEIQAACEIDAAAigzAYAmS4gAAEIQAACEOgzgRrvaD62 dfPDYk5vwykX5Fi6ZPGye5f3GR6xQaAxAmtWj+vHx9zX1nymYu50O/HQRmke U7OxCAoMi4ff2frY2y69YlgO0C8EIACBFhJYetciI6XMi7Cfcllauf6ZEV36 za+FKLMWDjEudZXAiCizz3/xS10dIfzuEYFVq1atXLmyRwERSlcJyFSsV5mx mtnVqYDfEIAABCAAAQj0jwDKrH9jSkQQgAAEIAABCHSVAMqsqyOH3xBoAwFz 2TDbGf/6UqbEfmFfcqwNseBDDwhwbbMeDCIhoMyYAxCAQEkCem19fZT4RbSv YVaieUmnadZTAuZ+rNyYtacjPEJhocxGaLAJFQI1Eihxt6VA7+W0XY3hYKrr BMyVh/1LEHc9NPwfNQIos1EbceKFQFMEuBR7U2SxG0dA/1sg/xpHi1rtJYAy a+/Y4BkEukIgc7dZV5zHz94QyLsPWG8CJJARIYAyG5GBJkwINEiA9aMG4WIa AhAYMQIosxEbcMKFAAQgAAEIQKDFBFBmLR4cXINAiwk4G3rsEwICb+UF5JxP 0OK4cQ0CEIBAswRQZs3yxToEekxAFZg+nO3/gbcMEPt6Zpw90ON50nRobPlv mjD2YwjIPZrkrpcxNQvroMwKEVEBAhDIJWCuSebXyHzLKDD7YmbIMmZYFQLM nyr0aFsLgXvuWyF3IpdHLdZQZrVgxAgEIAABCAyUALczHyhuOssnIFNxw48e tXBCmdWCESMQGBUCn//il0YlVOKEAAQgMAwCY1s3Pzxn3o3btmyS3iUdt3TJ 4mX3Lh+GJ/QJgc4TWLN6XD8++oGyP1OmJBDkxEMbpXlMzc6TIgAIQAACPSVg NFU4PtmUJqufRnTpN78WkjPr6dQgLAhAAAIQgAAEOkgAZdbBQcNlCEAAAhCA AAR6SgBl1tOBJSwIQAACEIAABDpIAGXWwUHDZQhAAAIQgAAEekoAZdbTgSUs CEAAAhCAAAQ6SABl1sFBw2UIQAACEIAABHpKAGXW04ElLAhAAAIQgAAEOkgA ZdbBQcNlCEAAAhCAAAR6SgBl1tOBJSwIQAACEIAABDpIgHsAdHDQcLmtBLgH QFtHBr9+TEAuUN5yHAsXLnzwgfttJ9vvcypSP8ZUC9RvLYHq9wBAmbV2cHGs ewRQZt0bs9HzOPJnY1hg9O40vjLr013LMmMcFnD6rZ1A5EeMuzPVTh6DEIAA BCAAAQhAoH4C7DOrnykWIQABCEAAAhCAQDkCKLNy3GgFAQhAAAIQgAAE6ieA MqufKRYhAAEIQAACEIBAOQIos3LcaAUBCEAAAhCAAATqJ4Ayq58pFiEAAQhA AAIQgEA5AiizctxoBQEIQAACEIAABOongDKrnykWIQABCPSSwNz5N+XFlflW oP4A+Ejv9lHYY9jb4cZS6DwV+kQAZdan0SQWCEAAAk0REGmydfPD3RIo4rA5 uuV5U6OI3S4QQJl1YZTwEQIQgEArCWhSynEts3Do7juy0qTTMh1z3tUYTaTh tkOPFAe6TgBl1vURxH8IQAACwyGgWTRf8fiFw/Evv1fjeWYW0H9XqokxfQ63 bVuk+NNFAiizLo4aPkMAAhAYKAGVI6pO/CSZvuU8MgsH6jSdQaCbBFBm3Rw3 vIYABCAwWAI9W8JLWs10SPcMxWDnEb0VE0CZFTOiBgQgAAEImK30/UBhnxyQ mfALxBtu2w8+RDFEAiizIcKnawhAAAIdIGCWMtXXzp2hqW47URjuVS6Wwfme HZi+HXQRZdbBQcNlCEAAAi0goBLNORMzs3BYztrXM7P3vdlO+vvh8t5VHRZu O6xI6bdPBFBmfRpNYoEABCBQP4FM7WLyZ/6qX0sW+2w3MkPQCoaX89p/11To 2cJu/TMGi9UIoMyq8aM1BCAAAQhAAAIQqI8Ayqw+lliCAAQgAAEIQAAC1Qig zKrxozUEIAABCEAAAhCojwDKrD6WWIIABCAAAQhAAALVCKDMqvGjNQQgAAEI QAACEKiPAMqsPpZYggAEIAABCEAAAtUIjMnZv3Pm3bhtyyaxc899K5YuWbzs 3uXVbNIaAiNKYM3qcf346AfK/kyZkgCaiYc2SvOYmiPKl7DrICBf+KtWrarD UlM2JiYmHnzgftt6+31OZeHHmGqB+q0lYDRV2MO169bLNDCiS7/5tRBl1trB xbHuEUCZdW/MRs9j+Q+8/UE7yqwTPqdSdWJMbU791hJAmbV2aHBsFAmgzEZx 1IkZAhCAgEWgujJjnxkTCgIQgAAEIAABCLSFAMqsLSOBHxCAAAQgAAEIQABl xhyAAAQgAAEIQAACbSGAMmvLSOAHBCAAAQhAAAIQQJkxByAAAQhAAAIQgEBb CKDM2jIS+AEBCEAAAhCAAARQZswBCEAAAhCAAAQg0BYCKLO2jAR+QAACEIAA BCAAAZQZcwACEIAABCAAAQi0hQDKrC0jgR8QgAAEIAABCEAAZcYcgAAEIAAB CEAAAm0hgDJry0jgBwQgAAEIQAACEECZMQcgAAEIQAACEIBAWwigzNoyEvgB AQhAAAIQgAAEUGbMAQhAAAIQgAAEINAWAiiztowEfkAAAhCAAAQgAAGUGXMA AhCAAAQgAAEItIUAyqwtI4EfEIAABCAAAQhAAGXGHIAABCAAAQhAAAJtIYAy a8tI4AcEIAABCEAAAhBAmTEHIAABCEAAAhCAQFsIoMzaMhL4AQEIQAACEIBA DwisXbe+8AiEiTLrwRwgBAhAAAIQgAAEhk/gnvtWLFy4cCLukefu2NbND8+Z d+O2LZukhlhcumTxsnuXDz84PIBABwmsWT2uHx/9QNmfKVMSCGvioY3SPKZm B9ngMgQgAAEIuAT0a9/8akimTUQdOTMmCgQgAAEIQAACEGgLAZRZW0YCPyCQ SmDu/JvMkdrWqS92kizYXZu2/ouATafHzD9TLSc54BPIDCoJS8XKqaNQsTua QwAC7SSAMmvnuOAVBAoIyK+4bEUwx+B/1O3e1VcpKTdsGosfQmmD5dywI8r0 p5xZWkEAAhBIIoAyS8JFZQh0gICfSFPRo+V2AH6J/2685susWSKrp0JNHXae 1b1Mt+3KedVKOGObyqOXmauzK2f26xTmBduBCYeLEIBArQRQZrXixBgEhkTA pJfsXJojDjQnZMsIp8SRZdUTcnnOSEfxSSkNzQ/Q0UmF1QLOhActs6EpLFSu 4eaGg+3/gJOFQ5qzdAsBCGQTQJkxMyDQSQL6ix6fBAr82Ge+VSgO4ruO0T3x Wq3QMe0uspojRm2kkRYiqwUgVLfQyRmM0xCAQA4BlBlTAwJdJZC3z6xGzRRY 7jS9Fwqv8JrpIOmHydgROWqpIlK/uS2sB0mAviAAgfYTQJm1f4zwEAIZBAKL aLZiK83OXoMrbURzV5EarkovkW0jnfFXWiMb5rmR2bz6YnFk1FSDAAS6RQBl 1q3xwlsIJBAo3AIVY6sWI9KRb0cFkJ2d8ktiPCxRp3RQfsMkU/YmvxJu0wQC EBgFAiizURhlYuwhAWefmdE3dnl4A1N4Qc28W2UXVLwzhSMUKYDCqUSzqlgY lJ02y4wik08m0nBzR5uq/5HBFkKjAgQg0EUC3J2pi6OGzy0lwN2ZWjowDbvl qKuGe8M8BCDQHwLcnak/Y0kkEIAABCAAAQj0kgCrmb0cVoKCAAQGR6BwbXRw rtATBCDQfQIos+6PIRFAAAIQgAAEINAXAiizvowkcUAAAhCAAAQg0H0CKLPu jyERQAACEIAABCDQFwIos76MJHFAAAIQgAAEINB9Aiiz7o8hEUAAAhCAAAQg 0BcCKLO+jCRxQAACEIAABCDQfQIos+6PIRFAAAIQgAAEINAXAtwDoC8jSRwt IMA9AFowCLgwWgTmzLtxtAK2ol24cOGDD9w/suH3I/DMewCgzPoxuETRCgIo s1YMA06MEgFRZtu2bBqliH8Y69p16ycmJlBmXR967s7U9RHEfwhAAAIQgAAE ek6AnFnPB5jwBkmAnNkgaZu+JHkwlH7pdPAEVq5c6WTIyJkNfhTosUYCrGbW CBNTEMgggDIbyrTQZZ2hdE2ngyQgK3e+DkOZDXII6Kt2Aiiz2pFiEAJvIIAy G8qEUGW2YcOGofROpwMjINkylJmdKmaf2cDmXnMdsc+sObZYhgAEIAABCEAA AjUQ4HpmNUDEBAQgAAEIQAACEKiFAMqsFowYgQAEIAABCEAAAjUQQJnVABET EOgTgbnzb7IPDU1KnBd9CplYRo1A5iQfNQjE21oCKLPWDg2OQWBoBLZuftgc 6oT8OTRv6BgCDRCwJ7n5x6OBfjAJgWQCKLNkZDSAwAgSyPzpMokHA0SrablN KaZmfKsR5E/IgyFgJrB258xbe1ZnvvbnuW9kMIHQS6cJoMw6PXw4D4GhEZAf IZN1cH6ltNxeAC2saayFW5G6G9p4j0zHOhVVUWXO2zwSmfVTjYwMZgINEUCZ MT8gAAGXQOa//pGYfPGUJ6fsciRXJF6q1UXA30yplgNT0fy/oXrLJNji53xd zmOn3wRQZv0eX6KDQBkCziazQJLAX4LMrFxO6pVrVSZg2oweAX8zZUUGqtVi FuUrdkTz3hNAmfV+iAkQAk0RiPxtsxd0klyJtJ9kk8oQaI5A5uon07g54H21 jDLr68gSFwQGRyDy1LbIar7fpRsODgE9jQYBTYzp8qX9Wv4snKWFFUYDIVEW E0CZFTOiBgQg4BOw127Cu8RMzaTNZJn2+W1jKtZFwN5nljkz42e4upRZPzyN 7fNd6ooLOz0ggDLrwSASAgTqJJD3K2V+fkxn/na0vE39WlN/vTLt2DYj7dcZ M7ZGjIC9whg4EyVzw2WJ+mb+O5M/8+MwYkNBuBkEUGZMCwhAAAIQgAAEINAW AiiztowEfkAAAhCAAAQgAAGUGXMAAhCAAAQgAAEItIXAmKxzz5l347Ytm8Sj e+5bsXTJ4mX3Lm+Ld/gBgU4RWLN6XD8++oGyP1OmJBDQxEMbpXlMzU5RadzZ tevWL71rUePd0EELCJhfK+OLX9ICNwfhgkz7iYmJBx+4fxCd0UdjBPRr3/xq 6LCizBrjjeHRI4AyG8qYy2/zUPql06EQcP51QZkNZRTotC4CKLO6SGIHAtkE UGbMDAgMmADKbMDA6a5eAiizenliDQIuAZQZcwICAyYgymzVqlUD7rQl3bGa 2ZKBqOIGyqwKPdpCoJgAyqyYETUgUCsB2R5dq72OGWOfWccGzHMXZdb1EcT/ thNAmbV9hPAPAhCAQJsIZCozrprRpiHCFwhAAAIQgAAERpsAymy0x5/oIQAB CEAAAhBoEwGUWZtGA18gAAEIQAACEBhtAiiz0R5/oocABCAAAQhAoE0EUGZt Gg18gQAEIAABCEBgtAmgzEZ7/IkeAhCAAAQgAIE2EUCZtWk08AUCEIAABCAA gdEmgDIb7fEneghAAAIQgAAE2kQAZdam0cAXCEAAAhCAAARGmwDKbLTHn+gh AAEIQAACEGgTgbGtmx+WO8Ju27JJvJIbkC1dsnjZvcvb5CG+QKAzBLg7U2eG qlZH165bX6s9jLWXwMqVK/XnkgcEaiHAfTNrwYgRCOQSQJmN5uQQZTYxMTGa sY9U1HL7cJPIGKnACbY5Aiiz5thiGQKnCaDMRnMeqDLbsGHDaIY/OlFLtgxl NjrDPZhIuaP5YDjTCwQgAAEIQAACEChJgDMASoKjGQQgAAEIQAACEKidAMqs dqQYhAAEIAABCEAAAiUJoMxKgqMZBPpKYO78m+xjKGGKA6n9+k1KGEntlPoQ gAAEaieAMqsdKQYh0HkCcjEdc3RI33TI1c5PEQKAAAQaI4AyawwthiHQOwIm l2YiUzFkJFGgglPHZuO0irfpABY1mSfOanHMjrR3Y0tAEIBAWwigzNoyEvgB gZYTEHGTmUjTclUtgQoqm0wdW6g5rdRajM1IYnU5ZryK7JdqEIAABEoQQJmV gEYTCPScgL3PTBVSQJTEV6hR2ZhOY9JmgcqmeV6dno804UEAAu0jgDJr35jg EQSGTcDeZ2b74q8JOp4WVsiMLNwq1WbmmmaqEfWzXKthjx79QwAC3SaAMuv2 +OE9BAZGwF4TzBNYRtIleZUnBNVI+N2Yjgo9zzNSvesY96gDAQhAwCaAMmM+ QAACaQQKT4EsrJDXX7hhvNm8UwHiLTgelm6YRpbaEIAABKZMQZkxCyAAgSgC 9hb+zAaFFcKtzJkEWk3FkLHpvFvosb1vrEbHkGiF5KkAAQhUJIAyqwiQ5hDo G4HAXnhd3VPBpGE7lcMVHLVkwPlroMaOdmH/6Xea6YlTrUbH+jbexAMBCLSM AMqsZQOCOxCAAAQgAAEIjDABlNkIDz6hQwACEIAABCDQMgIos5YNCO5AAAIQ gAAEIDDCBMZk+8WceTdu27JJINxz34qlSxYvu3f5CAMhdAiUJ7Bm9bh+fPQD ZX+mTEnA+sRDG6V5TM3yLtKyAQJr161feteiBgxjsnUEzM9l6zzDoW4S0K99 86shXyYTExMos24OJl63kgDKrJXD0rhT8mvdeB900BoC/O/UmqHogyMosz6M IjG0mQDKrM2jg28QgAAE2kYgU5mxz6xtw4Q/EIAABCAAAQiMLgGU2eiOPZFD AAIQgAAEINA2Aiizto0I/kAAAhCAAAQgMLoEUGajO/ZEDgEIQAACEIBA2wig zNo2IvgDAQhAAAIQgMDoEkCZje7YEzkEIAABCEAAAm0jgDJr24jgDwQgAAEI QAACo0sAZTa6Y0/kEIAABCAAAQi0jQDKrG0jgj8QgAAEIAABCIwuAZTZ6I49 kUMAAhCAAAQg0DYC3DezbSOCPx0mwN2ZWjJ4clfglniCG00TWLlyJTeybBoy 9psjwH0zm2OLZQicJoAya8k8EGU2MTHREmdwozkCDz5wv9xOHmXWHGEsN00A ZdY0YeyPOgGUWUtmgCqzDRs2tMQf3GiIgGgylFlDbDE7GALc0XwwnOkFAhCA AAQgAAEIlCTAGQAlwdEMAhCAAAQgAAEI1E4AZVY7UgxCAAIQgAAEIACBAgL3 3LciswbKjKkDAQi8gcDc+Tc5REyJ/8LUtN+S1/ZhW3Pe0j8ZAAhAAAK9ISB7 H2OOwCnkKLPeTAYCgUBtBGy1lKecAnW2bn7YPmy3TLkU2q9rcx1DEIAABIZN QM5NKTwCPqLMhj2A9A+BkSfgizwt8TNqJuXm5+pGniIAIACBnhBAmfVkIAkD AjUSkGyW0UbyOtNyTJ0qLokDmlSz10lNms0U5rlXpWvaQgACEBgiAZTZEOHT NQT6SSCwzyxe5CG5+jk5iAoCECgigDIrIsT7EIBAIoHAPrNES251fzWzokGa QwACEGiOgJx96R+F3aHMChFRAQIQaAuBvBML2uIffkAAAhCwCMgNxBwefokP DGXGJIIABDII6Aav8JJiTJ1IuL6p8NU0uNZGJFiqQQACwyVgS7EYWSbeosyG O2T0DoEeEkjdZ5aJQLWarQ5NiV2IROvhBCIkCPSLgAqySFmGMuvX4BMNBOog YPJkpV/E7DOL2eCvduyY/Eugxdipgwo2IAABCJQnEC/LUGblKdMSAhCokUDh ymmNfWEKAhCAQJsJsJrZ5tHBNwiMCgE/NzYqkRMnBCAAgTcSQJkxIyAAAQhA AAIQgEBbCIzJv6py6025wZN4JFfdWLpk8bJ7l7fFO/yAQKcIrFk9rh8f/UDZ nylTEgho4qGN0jymZqeoDMFZuVXw0rsWDaFjuhw4AfP7NfCe6RAC2QQCtyp3 GkxMTBjRpd/80lYKUWbMLQjURgBlVhvKaobk17qaAVp3iQD/zHRptPruq2S4 kkJEmSXhojIEkglUVGamP/lsJ53Ik+woDSAAAQi0hkBvvvFKBKJLJTIU5Mxa Mx9xpF8EwsosMpGzatUqyWaLMous3y+ERAMBCIwWAfON19qwI7+KywWCMmvt uONYTwgUKrOYZRfdZ6DKLKZ+T9gRBgQgMJIEzDdea6OP/CouF0imMuPczNZO BhyDAAQgAAEIQGDkCKDMRm7ICRgCEIAABCAAgdYSQJm1dmhwbFQIpJ7LMypc iBMCEIBA+wgM4BsbZda+YcejUSIwgA/5KOEkVghAAAKNE2j6extl1vgQ0gEE 8gg0/fGGPAQgAAEINEGg0W9vlFkTQ4ZNCBQTaPSDXdw9NSAAAQhAoAKB5r7D UWYVhoWmEKhAgGvJVoBHUwhAAAJDJtDcdzjKbMhDS/ejTKC5D/YoUyV2CEAA Ak0TaPTbG2XW9PBhHwIhAo1+vEEPAQhAAAK1E2j6extlVvuQYRACaQSa/pCn eUNtCEAAAhDIJzCAb2yUGRMQAhCAAAQgAAEItIXA2NbND5t7QsmJBkuXLNbb nvOAAARSCYTvmyl3VYs0aO6bKbfIjWxCNQhAAAIdJaDfeK11PvWrOykQ7mie hIvKEEgmEFBmCxcuTDZHAwhAAAKjQaC1yiz10hipgcQqs9GYBkQJgUYIaMp5 25ZNal3z0I30hFEIQAACEOg+AftXQ/JzkkF0VzM3bNjQ/TCJAAJDJmArMz5T Qx4MuocABCDQegL6q6HKjDMAWj9cOAgBCEAAAhCAwMgQeEPObGSiJlAIQAAC EIAABCDQLgLkzNo1HngDAQhAAAIQgAAETufM4s8IhRcEIAABCEAAAhCAQEME Tp8BcMsttzRkHbMQgAAEIAABCEAAAkkE/n8MN9jRFOtr6wAAAABJRU5ErkJg ggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAFAAPAAoAAQBpAA8AAwAAAAAAAAAAADgAAEDx/wIAOAAMAAYATgBv AHIAbQBhAGwAAAACAAAAGABDShgAX0gBBGFKGABtSAkEc0gJBHRICQQAAAAA AAAAAAAAAAAAAAAAAAA8AEFA8v+hADwADAAWAEQAZQBmAGEAdQBsAHQAIABQ AGEAcgBhAGcAcgBhAHAAaAAgAEYAbwBuAHQAAAAAAAAAAAAAAAAAAAAAACwA AAAGAAAMAAAAAP////8AAAAAAgAAAAoAAAALAAAADQAAABUAAAAWAAAAGAAA ACAAAAAhAAAAIwAAACQAAAAuAAAAmAAAAAAwAAAAAAAAAIAAAACAmAAAAAAw AAAAAAAAAIAAAACAmAAAAAAwAAAAAAAAAIAAAACAmAAAAAAwAAAAAAAAAIAA AACAmAAAAAAwAAAAAAAAAIAAAACAmAAAAAAwAAAAAAAAAIAAAACAmAAAAAAw AAAAAAAAAIAAAACAmAAAAAAwAAAAAAAAAIAAAACAmAAAAAAwAAAAAAAAAIAA AACAmAAAAAAwAAAAAAAAAIAAAACAmAAAAAAwAAAAAAAAAIAAAACAmAAAAAAw AAAAAAAAAIAAAACAAAQAACwEAAADAAAAAAQAACwEAAAEAAAAAAQAACwEAAAF AAAAAAAAAC4AAAAHAAAAAAAkAAAALgAAAAcABAAAAAAAAQAAACsAAAAuAAAA AwAEAAcA//8CAAAAAgBtAGUAHQBEADoAXABRAEEARABvAGMAcwBBAG4AZABU AG8AbwBsAHMAXABGAGkAZwAgADEALQA0AC4AZABvAGMA/0ADgAEAKwAAACsA AAD4P1sDKAAoACsAAAAAAAAAIgAAAAAAAAACEAAAAAAAAAAsAAAAYAAACABA AAD//wEAAAAHAFUAbgBrAG4AbwB3AG4A//8BAAgAAAAAAAAAAAAAAP//AQAA AAAA//8AAAIA//8AAAAA//8AAAIA//8AAAAAAwAAAEcWkAEAAAICBgMFBAUC AwSHegAgAAAAgAgAAAAAAAAA/wEAAAAAAABUAGkAbQBlAHMAIABOAGUAdwAg AFIAbwBtAGEAbgAAADUWkAECAAUFAQIBBwYCBQcAAAAAAAAAEAAAAAAAAAAA AAAAgAAAAABTAHkAbQBiAG8AbAAAADMmkAEAAAILBgQCAgICAgSHegAgAAAA gAgAAAAAAAAA/wEAAAAAAABBAHIAaQBhAGwAAAAiAAQA8QiIGADw0AIAAGgB AAAAAG28ZEZxvGRGAAAAAAEABAAAAAYAAAAkAAAAAQABAAAABAADEAEAAAAA AAAAAAAAAAEAAQAAAAEAAAAAAAAAJAMA8BAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApQbAB7QAtACBgXIwAAAAAAAAAAAA AAAAAAAsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAMoNRAPAQ AAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//8SAAAAAAAAAAEA IAAAAAAAAAACAG0AZQACAG0AZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAP7/AAAFAAIAAAAAAAAAAAAAAAAAAAAAAAEAAADghZ/y+U9oEKuR CAArJ7PZMAAAAGABAAARAAAAAQAAAJAAAAACAAAAmAAAAAMAAACkAAAABAAA ALAAAAAFAAAAvAAAAAYAAADIAAAABwAAANQAAAAIAAAA6AAAAAkAAAD0AAAA EgAAAAABAAAKAAAAHAEAAAwAAAAoAQAADQAAADQBAAAOAAAAQAEAAA8AAABI AQAAEAAAAFABAAATAAAAWAEAAAIAAADkBAAAHgAAAAIAAAAgAHMAHgAAAAEA AAAAAHMAHgAAAAMAAABtZQAAHgAAAAEAAAAAZQAAHgAAAAEAAAAAZQAAHgAA AAsAAABOb3JtYWwuZG90AAAeAAAAAwAAAG1lAG0eAAAAAgAAADEAAG0eAAAA EwAAAE1pY3Jvc29mdCBXb3JkIDkuMAAAQAAAAAAYDY8AAAAAQAAAAACOZUMp 68EBQAAAAACmctIp68EBAwAAAAEAAAADAAAABgAAAAMAAAAkAAAAAwAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAD+/wAABQACAAAAAAAAAAAAAAAAAAAAAAABAAAAAtXN1ZwuGxCT lwgAKyz5rjAAAADsAAAADAAAAAEAAABoAAAADwAAAHAAAAAFAAAAgAAAAAYA AACIAAAAEQAAAJAAAAAXAAAAmAAAAAsAAACgAAAAEAAAAKgAAAATAAAAsAAA ABYAAAC4AAAADQAAAMAAAAAMAAAAzgAAAAIAAADkBAAAHgAAAAcAAABtZS5j b20AbAMAAAABAAAAAwAAAAEAAAADAAAALAAAAAMAAADtDgkACwAAAAAAAAAL AAAAAAAAAAsAAAAAAAAACwAAAAAAAAAeEAAAAQAAAAIAAAAgAAwQAAACAAAA HgAAAAYAAABUaXRsZQADAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAQAAAAIAAAADAAAABAAAAAUAAAAGAAAABwAAAP7///8JAAAA CgAAAAsAAAAMAAAADQAAAA4AAAAPAAAAEAAAABEAAAASAAAAEwAAABQAAAAV AAAAFgAAABcAAAAYAAAAGQAAABoAAAAbAAAAHAAAAB0AAAAeAAAAHwAAACAA AAAhAAAAIgAAACMAAAAkAAAAJQAAACYAAAAnAAAAKAAAACkAAAAqAAAAKwAA ACwAAAAtAAAALgAAAC8AAAAwAAAAMQAAADIAAAAzAAAANAAAADUAAAA2AAAA NwAAADgAAAA5AAAAOgAAADsAAAA8AAAAPQAAAD4AAAA/AAAAQAAAAEEAAABC AAAAQwAAAEQAAABFAAAARgAAAEcAAABIAAAASQAAAEoAAABLAAAATAAAAE0A AABOAAAATwAAAFAAAABRAAAAUgAAAFMAAABUAAAAVQAAAFYAAABXAAAAWAAA AFkAAABaAAAAWwAAAFwAAABdAAAAXgAAAF8AAABgAAAAYQAAAGIAAABjAAAA ZAAAAGUAAABmAAAAZwAAAGgAAABpAAAAagAAAGsAAABsAAAAbQAAAG4AAABv AAAAcAAAAHEAAAByAAAAcwAAAHQAAAB1AAAAdgAAAHcAAAB4AAAAeQAAAHoA AAB7AAAAfAAAAH0AAAB+AAAAfwAAAIAAAACBAAAAggAAAIMAAACEAAAAhQAA AIYAAACHAAAAiAAAAIkAAACKAAAAiwAAAIwAAACNAAAAjgAAAI8AAACQAAAA kQAAAJIAAACTAAAAlAAAAJUAAACWAAAAlwAAAJgAAACZAAAAmgAAAJsAAACc AAAAnQAAAJ4AAACfAAAAoAAAAKEAAACiAAAAowAAAKQAAAClAAAApgAAAKcA AACoAAAAqQAAAKoAAACrAAAArAAAAK0AAACuAAAArwAAALAAAACxAAAAsgAA ALMAAAC0AAAAtQAAALYAAAC3AAAAuAAAALkAAAC6AAAAuwAAALwAAAC9AAAA vgAAAL8AAADAAAAAwQAAAMIAAADDAAAAxAAAAMUAAADGAAAAxwAAAMgAAADJ AAAAygAAAMsAAADMAAAAzQAAAM4AAADPAAAA0AAAANEAAADSAAAA0wAAANQA AADVAAAA1gAAANcAAADYAAAA2QAAANoAAADbAAAA3AAAAN0AAADeAAAA3wAA AOAAAADhAAAA4gAAAOMAAADkAAAA5QAAAOYAAADnAAAA6AAAAOkAAADqAAAA 6wAAAOwAAADtAAAA7gAAAO8AAADwAAAA8QAAAPIAAADzAAAA9AAAAPUAAAD2 AAAA9wAAAPgAAAD5AAAA+gAAAPsAAAD8AAAA/QAAAP4AAAD/AAAAAAEAAAEB AAACAQAAAwEAAAQBAAAFAQAABgEAAAcBAAAIAQAACQEAAAoBAAALAQAADAEA AA0BAAAOAQAADwEAAP7///8RAQAAEgEAABMBAAAUAQAAFQEAABYBAAAXAQAA /v///xkBAAAaAQAAGwEAABwBAAAdAQAAHgEAAB8BAAD+////IQEAACIBAAAj AQAAJAEAACUBAAAmAQAAJwEAAP7////9/////f////3///8sAQAA/v////7/ ///+//////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// ////////////////////UgBvAG8AdAAgAEUAbgB0AHIAeQAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYABQH///////// /wMAAAAGCQIAAAAAAMAAAAAAAABGAAAAAAAAAAAAAAAAIFo42SnrwQEuAQAA gAAAAAAAAABEAGEAdABhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgACAf///////////////wAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAADODwIAAAAA ADEAVABhAGIAbABlAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAOAAIAAQAAAP//////////AAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAEAAAAQAAAAAAAAVwBvAHIA ZABEAG8AYwB1AG0AZQBuAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAABoAAgEGAAAABQAAAP////8AAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAFAFMAdQBtAG0AYQBy AHkASQBuAGYAbwByAG0AYQB0AGkAbwBuAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAKAACAf///////////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAABgBAAAAEAAAAAAAAAUARABvAGMAdQBtAGUAbgB0AFMA dQBtAG0AYQByAHkASQBuAGYAbwByAG0AYQB0AGkAbwBuAAAAAAAAAAAAAAA4 AAIBBAAAAP//////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAIAEAAAAQAAAAAAAAAQBDAG8AbQBwAE8AYgBqAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABIAAgECAAAA BwAAAP////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAagAAAAAAAABPAGIAagBlAGMAdABQAG8AbwBsAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgABAP////////////// /wAAAAAAAAAAAAAAAAAAAAAAAAAAIFo42SnrwQEgWjjZKevBAQAAAAAAAAAA AAAAAAEAAAD+//////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// ////////////////////////////AQD+/wMKAAD/////BgkCAAAAAADAAAAA AAAARhgAAABNaWNyb3NvZnQgV29yZCBEb2N1bWVudAAKAAAATVNXb3JkRG9j ABAAAABXb3JkLkRvY3VtZW50LjgA9DmycQAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= --0-1239191274-1019610123=:60323 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> --0-1239191274-1019610123=:60323-- From [email protected] Wed Apr 24 01:06:00 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52793 invoked from network); 24 Apr 2002 01:05:59 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Apr 2002 01:05:59 -0000 Received: (qmail 16887 invoked by uid 97); 24 Apr 2002 01:06:06 -0000 Delivered-To: [email protected] Received: (qmail 16850 invoked by uid 97); 24 Apr 2002 01:06:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16838 invoked from network); 24 Apr 2002 01:06:05 -0000 Content-Class: urn:content-classes:message Subject: RE: Parameter mask Usage. . . MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1EB2C.367043E0" Date: Tue, 23 Apr 2002 18:06:06 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Parameter mask Usage. . . Thread-Index: AcHrK8EsfFxp0wR0SD2fosiCFz/ssQAACOqQ From: "Shvartsburd, Feliks" <[email protected]> To: "JMeter Users List" <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1EB2C.367043E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable David =20 have you been able to use JMeter to work with SiteMinder? I ended up = writing my own client where I build HTTP by hand. I also ended up = requesting to turn cookies encryption off. Let me know if you got it = running and what exactly you used I mean what was the configuration. =20 Thanks very much -----Original Message----- From: david garcia [mailto:[email protected]] Sent: Tuesday, April 23, 2002 6:02 PM To: [email protected]; JMeter Users List; Tanya Powell Subject: Re: Parameter mask Usage. . . Actually, the proxy server was the only way I was able to get this far. = Sifting through all the HTML and javascript by hand would have been a = bit of a pain. So here is the output from the jmeter console:=20 D:\JMeter\jakarta-jmeter_5\bin>for %i in ("..\lib\*.jar") do CALL = ..\lcp.bat %i=20 D:\JMeter\jakarta-jmeter_5\bin>CALL ..\lcp.bat ..\lib\ant-1.4.1.jar log4j:ERROR No appenders could be found for category = (org.apache.jmeter.util.ClassFinder).=20 log4j:ERROR Please initialize the log4j system properly. Sampling url: http://myclientsite.staging.com:80/ Sampling url: = http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=3D.* = <http://staging.owners.toyota.com:80/tier1/OwnersLogin?TYPE=3D.*&> = &REALMOID=3D.*&GU ID=3D.*&SMAUTHREASON=3D.*&TARGET=3D ######################################################## # # All the SM and sm stuff is due to "SiteMinder authentication"=20 # ######################################################## Sampling url: = http://myclientsite.staging.com:80/member/OwnersLoginSubmit?User=3Dtest%4= 0TOW = <http://staging.owners.toyota.com:80/member/OwnersLoginSubmit?User=3Dtest= %40TOW>=20 2dhap.com&password=3Dpassword&TYPE=3D.*&REALMOID=3D.*&GUID=3D.*&SMAUTHREA= SON=3D.*&TARGET=3D.* ######################################################## # # I thought the ".*" would get expanded after the above request. I = wonder why it didn't?? # ######################################################## Sampling url: = http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=3D33554433 = <http://staging.owners.toyota.com:80/tier1/OwnersLogin?TYPE=3D33554433&RE= ALMOID> &REALMOID =3D06-3c910fef-c08c-0089-0000-207f0000207f&GUID=3D&SMAUTHREASON=3D0&TARGE= T=3D$SM$http://sm.myclientsite.com/member/OwnersLoginSubmit%3fUser=3Dtest= $%40TOW2dhap.com%26password=3Dpassword%26TYPE =3D.*%26REALMOID=3D.*%26GUID=3D.*%26SMAUTHREASON=3D.*%26TARGET=3D.* Sampling url: = http://myclientsite.staging.com:80/member/ManageProfile?TYPE=3D.* = <http://staging.owners.toyota.com:80/member/ManageProfile?TYPE=3D.*&> = &REALMOID=3D.* &GUID=3D.*&SMAUTHREASON=3D.*&TARGET=3D Sampling url: = http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=3D33554433 = <http://staging.owners.toyota.com:80/tier1/OwnersLogin?TYPE=3D33554433&RE= ALMOID> &REALMOID =3D06-3c910fef-c08c-0089-0000-207f0000207f&GUID=3D&SMAUTHREASON=3D0&TARGE= T=3D$SM$http://sm.myclientsite.com /member/ManageProfile%3fTYPE=3D.*%26REALMOID=3D.*%26GUID=3D.*%26SMAUTHREA= SON=3D.*%26TARG ET=3D As far as the test plan I took tanya's suggestion and it now looks like = this (See Figure 1-4) attached. All this console output actually looks = like it is moving in the right direction. The problem is that the only = page that is in the Result Tree is "/", The login page. This suggests = that The user never really gets logged in!! Otherwise, I would expect to = see the preference page in my result tree. . .=20 -David-=20 Mike Stover <[email protected]> wrote:=20 You've got the right idea with your test plan here. You say the first = one=20 works, but the second one does not? It would be informative to see = exactly=20 what JMeter does send for each of these requests.=20 JMeter tries to find a match on the current page for the next request = when=20 you use the link parser. So, if your HTTP Request doesn't match up with = a=20 form or a link tag, JMeter will just send the request through = unmodified. I=20 highly recommend using the proxy server to record your actions so you = can be=20 sure exactly what should be in your HTTP Request. -Mike On Tuesday 23 April 2002 07:43 pm, david garcia wrote: > I was going to use it to change the email address on each request=20 > [email protected]. . . [email protected] which from what I can = gather it > seems like exactly what it is supposed to do, however I wasn't sure. = My > biggest problem is a frustration similar to yours. I am trying to = parse > contents from one request and use the parsed data in another. My = request > when sent looks like: http://staging.clientsite.com/ > but gets rewritten to look like this: > Sampling url: > = http://staging.clientsite.com/tier1/OwnersLogin?TYPE=3D33554433&REALMOID=3D= 06 > = -3c910fef-c08c-0089-0000-207f0000207f&GUID=3D&SMAUTHREASON=3D0&TARGET=3Dh= ttp://sm >.clientsite. com/member/OwnersLogin > What is the best way to deal with this. Does that mean you put a link > parser before every request or will one link parser work for all = subsequent > HTTP requests? My simple Test plan is shown below: ThreadGroup > > |-HTTP Defaults > |-Cookie Manager > |-Http Request to / > > + --------+ Modification Manager > > +----Link Parser > > |----HTTP Request To Login -This one gets the parsed Values and > | has params GUID, TYPE, RELMOID, SMAUTHREASON, etc set to ".*" > | ----HTTP Request To view preferences - Is this one supposed > | to get the parsed values too right now it isn't even when I > | put a parser right before it??? BTW It has all the > > Yet when I run it I never even get to the View preferences page even = though > It successfully requests the "/" and "login" page. There is no error = it > just never executes the request to view preferences. A look at the = View > Results graph will show only the login page, never the preferences = page. > > > Tanya Powell wrote: Hi David, > in my case, it didn't do anything. And honestly, I didn't understand = fully > what it does and I can't get it back in to any test script so I can't = even > [email protected]. :-) > > The Parameter Mask does not handle responses, so I guess it modifies > requests as in loops etc. but that's opnly a guess. > > Have you got a Parameter Mask in your Test? If your interested: how = did you > get it there? > > Tanya > > Am Tuesday 23 April 2002 22:23 schriebst Du: > > Congratulations on getting that working. I still don't understand = what > > the parameter mask does though, and the documentation for it makes = no > > sense to me. What do you use it for? > > > > -David- > > > > > > > > --------------------------------- > > Do You Yahoo!? > > Yahoo! Games - play chess, backgammon, pool and more _____ =20 Do You Yahoo!? Yahoo! Games <http://rd.yahoo.com/welcome/*http://games.yahoo.com> - = play chess, backgammon, pool and more ------_=_NextPart_001_01C1EB2C.367043E0-- From [email protected] Wed Apr 24 01:09:28 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55023 invoked from network); 24 Apr 2002 01:09:27 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Apr 2002 01:09:27 -0000 Received: (qmail 17684 invoked by uid 97); 24 Apr 2002 01:09:34 -0000 Delivered-To: [email protected] Received: (qmail 17658 invoked by uid 97); 24 Apr 2002 01:09: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17644 invoked from network); 24 Apr 2002 01:09:33 -0000 Content-Class: urn:content-classes:message Subject: RE: Parameter mask Usage. . . MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1EB2C.B29C9D42" Date: Tue, 23 Apr 2002 18:09:35 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Parameter mask Usage. . . Thread-Index: AcHrK8EsfFxp0wR0SD2fosiCFz/ssQAAN37w From: "Shvartsburd, Feliks" <[email protected]> To: "JMeter Users List" <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1EB2C.B29C9D42 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I forgot to mention, it looks like you don't use HTTPS??? =20 =20 -----Original Message----- From: david garcia [mailto:[email protected]] Sent: Tuesday, April 23, 2002 6:02 PM To: [email protected]; JMeter Users List; Tanya Powell Subject: Re: Parameter mask Usage. . . Actually, the proxy server was the only way I was able to get this far. = Sifting through all the HTML and javascript by hand would have been a = bit of a pain. So here is the output from the jmeter console:=20 D:\JMeter\jakarta-jmeter_5\bin>for %i in ("..\lib\*.jar") do CALL = ..\lcp.bat %i=20 D:\JMeter\jakarta-jmeter_5\bin>CALL ..\lcp.bat ..\lib\ant-1.4.1.jar log4j:ERROR No appenders could be found for category = (org.apache.jmeter.util.ClassFinder).=20 log4j:ERROR Please initialize the log4j system properly. Sampling url: http://myclientsite.staging.com:80/ Sampling url: = http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=3D.* = <http://staging.owners.toyota.com:80/tier1/OwnersLogin?TYPE=3D.*&> = &REALMOID=3D.*&GU ID=3D.*&SMAUTHREASON=3D.*&TARGET=3D ######################################################## # # All the SM and sm stuff is due to "SiteMinder authentication"=20 # ######################################################## Sampling url: = http://myclientsite.staging.com:80/member/OwnersLoginSubmit?User=3Dtest%4= 0TOW = <http://staging.owners.toyota.com:80/member/OwnersLoginSubmit?User=3Dtest= %40TOW>=20 2dhap.com&password=3Dpassword&TYPE=3D.*&REALMOID=3D.*&GUID=3D.*&SMAUTHREA= SON=3D.*&TARGET=3D.* ######################################################## # # I thought the ".*" would get expanded after the above request. I = wonder why it didn't?? # ######################################################## Sampling url: = http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=3D33554433 = <http://staging.owners.toyota.com:80/tier1/OwnersLogin?TYPE=3D33554433&RE= ALMOID> &REALMOID =3D06-3c910fef-c08c-0089-0000-207f0000207f&GUID=3D&SMAUTHREASON=3D0&TARGE= T=3D$SM$http://sm.myclientsite.com/member/OwnersLoginSubmit%3fUser=3Dtest= $%40TOW2dhap.com%26password=3Dpassword%26TYPE =3D.*%26REALMOID=3D.*%26GUID=3D.*%26SMAUTHREASON=3D.*%26TARGET=3D.* Sampling url: = http://myclientsite.staging.com:80/member/ManageProfile?TYPE=3D.* = <http://staging.owners.toyota.com:80/member/ManageProfile?TYPE=3D.*&> = &REALMOID=3D.* &GUID=3D.*&SMAUTHREASON=3D.*&TARGET=3D Sampling url: = http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=3D33554433 = <http://staging.owners.toyota.com:80/tier1/OwnersLogin?TYPE=3D33554433&RE= ALMOID> &REALMOID =3D06-3c910fef-c08c-0089-0000-207f0000207f&GUID=3D&SMAUTHREASON=3D0&TARGE= T=3D$SM$http://sm.myclientsite.com /member/ManageProfile%3fTYPE=3D.*%26REALMOID=3D.*%26GUID=3D.*%26SMAUTHREA= SON=3D.*%26TARG ET=3D As far as the test plan I took tanya's suggestion and it now looks like = this (See Figure 1-4) attached. All this console output actually looks = like it is moving in the right direction. The problem is that the only = page that is in the Result Tree is "/", The login page. This suggests = that The user never really gets logged in!! Otherwise, I would expect to = see the preference page in my result tree. . .=20 -David-=20 Mike Stover <[email protected]> wrote:=20 You've got the right idea with your test plan here. You say the first = one=20 works, but the second one does not? It would be informative to see = exactly=20 what JMeter does send for each of these requests.=20 JMeter tries to find a match on the current page for the next request = when=20 you use the link parser. So, if your HTTP Request doesn't match up with = a=20 form or a link tag, JMeter will just send the request through = unmodified. I=20 highly recommend using the proxy server to record your actions so you = can be=20 sure exactly what should be in your HTTP Request. -Mike On Tuesday 23 April 2002 07:43 pm, david garcia wrote: > I was going to use it to change the email address on each request=20 > [email protected]. . . [email protected] which from what I can = gather it > seems like exactly what it is supposed to do, however I wasn't sure. = My > biggest problem is a frustration similar to yours. I am trying to = parse > contents from one request and use the parsed data in another. My = request > when sent looks like: http://staging.clientsite.com/ > but gets rewritten to look like this: > Sampling url: > = http://staging.clientsite.com/tier1/OwnersLogin?TYPE=3D33554433&REALMOID=3D= 06 > = -3c910fef-c08c-0089-0000-207f0000207f&GUID=3D&SMAUTHREASON=3D0&TARGET=3Dh= ttp://sm >.clientsite. com/member/OwnersLogin > What is the best way to deal with this. Does that mean you put a link > parser before every request or will one link parser work for all = subsequent > HTTP requests? My simple Test plan is shown below: ThreadGroup > > |-HTTP Defaults > |-Cookie Manager > |-Http Request to / > > + --------+ Modification Manager > > +----Link Parser > > |----HTTP Request To Login -This one gets the parsed Values and > | has params GUID, TYPE, RELMOID, SMAUTHREASON, etc set to ".*" > | ----HTTP Request To view preferences - Is this one supposed > | to get the parsed values too right now it isn't even when I > | put a parser right before it??? BTW It has all the > > Yet when I run it I never even get to the View preferences page even = though > It successfully requests the "/" and "login" page. There is no error = it > just never executes the request to view preferences. A look at the = View > Results graph will show only the login page, never the preferences = page. > > > Tanya Powell wrote: Hi David, > in my case, it didn't do anything. And honestly, I didn't understand = fully > what it does and I can't get it back in to any test script so I can't = even > [email protected]. :-) > > The Parameter Mask does not handle responses, so I guess it modifies > requests as in loops etc. but that's opnly a guess. > > Have you got a Parameter Mask in your Test? If your interested: how = did you > get it there? > > Tanya > > Am Tuesday 23 April 2002 22:23 schriebst Du: > > Congratulations on getting that working. I still don't understand = what > > the parameter mask does though, and the documentation for it makes = no > > sense to me. What do you use it for? > > > > -David- > > > > > > > > --------------------------------- > > Do You Yahoo!? > > Yahoo! Games - play chess, backgammon, pool and more _____ =20 Do You Yahoo!? Yahoo! Games <http://rd.yahoo.com/welcome/*http://games.yahoo.com> - = play chess, backgammon, pool and more ------_=_NextPart_001_01C1EB2C.B29C9D42-- From [email protected] Wed Apr 24 01:33:20 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60317 invoked from network); 24 Apr 2002 01:33:20 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Apr 2002 01:33:20 -0000 Received: (qmail 24538 invoked by uid 97); 24 Apr 2002 01:33:26 -0000 Delivered-To: [email protected] Received: (qmail 24497 invoked by uid 97); 24 Apr 2002 01:33: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24486 invoked from network); 24 Apr 2002 01:33:25 -0000 Message-ID: <[email protected]> Date: Tue, 23 Apr 2002 18:33:25 -0700 (PDT) From: david garcia <[email protected]> Subject: RE: Parameter mask Usage. . . To: JMeter Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-673582867-1019612005=:67689" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-673582867-1019612005=:67689 Content-Type: text/plain; charset=us-ascii It is sorta turned off right now. If you start the session with HTTPS then it kicks in, otherwise it is not an issue. Fine with me at the moment since that is a whole other can of worms (See my posting on HTTPS crapping out while attempting generate a Secure Random Seed) :-) I suspect I have sone configuration issues to deal with there. In the meantime, If I can just get through the load tests on staging, and publish my baseline results tonight or tomorrow then I can avoid being beheaded by my boss. -David- "Shvartsburd, Feliks" <[email protected]> wrote: I forgot to mention, it looks like you don't use HTTPS??? -----Original Message----- From: david garcia [mailto:[email protected]] Sent: Tuesday, April 23, 2002 6:02 PM To: [email protected]; JMeter Users List; Tanya Powell Subject: Re: Parameter mask Usage. . . Actually, the proxy server was the only way I was able to get this far. Sifting through all the HTML and javascript by hand would have been a bit of a pain. So here is the output from the jmeter console: D:\JMeter\jakarta-jmeter_5\bin>for %i in ("..\lib\*.jar") do CALL ..\lcp.bat %i D:\JMeter\jakarta-jmeter_5\bin>CALL ..\lcp.bat ..\lib\ant-1.4.1.jar log4j:ERROR No appenders could be found for category (org.apache.jmeter.util.ClassFinder). log4j:ERROR Please initialize the log4j system properly. Sampling url: http://myclientsite.staging.com:80/ Sampling url: http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=.* &REALMOID=.*&GU ID=.*&SMAUTHREASON=.*&TARGET= ######################################################## # # All the SM and sm stuff is due to "SiteMinder authentication" # ######################################################## Sampling url: http://myclientsite.staging.com:80/member/OwnersLoginSubmit?User=test%40TOW 2dhap.com&password=password&TYPE=.*&REALMOID=.*&GUID=.*&SMAUTHREASON=.*&TARGET=.* ######################################################## # # I thought the ".*" would get expanded after the above request. I wonder why it didn't?? # ######################################################## Sampling url: http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=33554433 &REALMOID =06-3c910fef-c08c-0089-0000-207f0000207f&GUID=&SMAUTHREASON=0&TARGET=$SM$http://sm.myclientsite.com/member/OwnersLoginSubmit%3fUser=test$%40TOW2dhap.com%26password=password%26TYPE =.*%26REALMOID=.*%26GUID=.*%26SMAUTHREASON=.*%26TARGET=.* Sampling url: http://myclientsite.staging.com:80/member/ManageProfile?TYPE=.* &REALMOID=.* &GUID=.*&SMAUTHREASON=.*&TARGET= Sampling url: http://myclientsite.staging.com:80/tier1/OwnersLogin?TYPE=33554433 &REALMOID =06-3c910fef-c08c-0089-0000-207f0000207f&GUID=&SMAUTHREASON=0&TARGET=$SM$http://sm.myclientsite.com /member/ManageProfile%3fTYPE=.*%26REALMOID=.*%26GUID=.*%26SMAUTHREASON=.*%26TARG ET= As far as the test plan I took tanya's suggestion and it now looks like this (See Figure 1-4) attached. All this console output actually looks like it is moving in the right direction. The problem is that the only page that is in the Result Tree is "/", The login page. This suggests that The user never really gets logged in!! Otherwise, I would expect to see the preference page in my result tree. . . -David- Mike Stover wrote: You've got the right idea with your test plan here. You say the first one works, but the second one does not? It would be informative to see exactly what JMeter does send for each of these requests. JMeter tries to find a match on the current page for the next request when you use the link parser. So, if your HTTP Request doesn't match up with a form or a link tag, JMeter will just send the request through unmodified. I highly recommend using the proxy server to record your actions so you can be sure exactly what should be in your HTTP Request. -Mike On Tuesday 23 April 2002 07:43 pm, david garcia wrote: > I was going to use it to change the email address on each request > [email protected]. . . [email protected] which from what I can gather it > seems like exactly what it is supposed to do, however I wasn't sure. My > biggest problem is a frustration similar to yours. I am trying to parse > contents from one request and use the parsed data in another. My request > when sent looks like: http://staging.clientsite.com/ > but gets rewritten to look like this: > Sampling url: > http://staging.clientsite.com/tier1/OwnersLogin?TYPE=33554433&REALMOID=06 > -3c910fef-c08c-0089-0000-207f0000207f&GUID=&SMAUTHREASON=0&TARGET=http://sm >.clientsite. com/member/OwnersLogin > What is the best way to deal with this. Does that mean you put a link > parser before every request or will one link parser work for all subsequent > HTTP requests? My simple Test plan is shown below: ThreadGroup > > |-HTTP Defaults > |-Cookie Manager > |-Http Request to / > > + --------+ Modification Manager > > +----Link Parser > > |----HTTP Request To Login -This one gets the parsed Values and > | has params GUID, TYPE, RELMOID, SMAUTHREASON, etc set to ".*" > | ----HTTP Request To view preferences - Is this one supposed > | to get the parsed values too right now it isn't even when I > | put a parser right before it??? BTW It has all the > > Yet when I run it I never even get to the View preferences page even though > It successfully requests the "/" and "login" page. There is no error it > just never executes the request to view preferences. A look at the View > Results graph will show only the login page, never the preferences page. > > > Tanya Powell wrote: Hi David, > in my case, it didn't do anything. And honestly, I didn't understand fully > what it does and I can't get it back in to any test script so I can't even > [email protected]. :-) > > The Parameter Mask does not handle responses, so I guess it modifies > requests as in loops etc. but that's opnly a guess. > > Have you got a Parameter Mask in your Test? If your interested: how did you > get it there? > > Tanya > > Am Tuesday 23 April 2002 22:23 schriebst Du: > > Congratulations on getting that working. I still don't understand what > > the parameter mask does though, and the documentation for it makes no > > sense to me. What do you use it for? > > > > -David- > > > > > > > > --------------------------------- > > Do You Yahoo!? > > Yahoo! Games - play chess, backgammon, pool and more _____ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more --------------------------------- Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more --0-673582867-1019612005=:67689-- From [email protected] Wed Apr 24 06:50:17 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62546 invoked from network); 24 Apr 2002 06:50:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Apr 2002 06:50:17 -0000 Received: (qmail 6811 invoked by uid 97); 24 Apr 2002 06:50:28 -0000 Delivered-To: [email protected] Received: (qmail 6784 invoked by uid 97); 24 Apr 2002 06:50: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6772 invoked from network); 24 Apr 2002 06:50:27 -0000 Message-ID: <[email protected]> Date: Tue, 23 Apr 2002 23:50:25 -0700 (PDT) From: Pragneshkumar Gandhi <[email protected]> Subject: Web Test To: [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: daedalus.apache.org 1.6.2 0/1000/N Hi Jmeterians Good Morning I have Some Queries I have one Web Application ( web site). i want to Test the Performance Of It. I have download the jmeter and after some hurdles I am able to run the test for my servlet. Now i want to know that how can i run the chain of pages. I mean My first Query.html is accepting the query from user and pass control to one servlet by post method. Servlet is reading that Argument and after some business logic it pass the control to One jsp with some parameter (query string) using "httpservletresponse.sendRedirect" and this jsp according to passed parameters It display the Page on browser. How can i make this in jmeter How can i pass dynamic query to the query.html How can i make this all page sin one Test Thanks in advance Bye ===== Living on Earth may be expensive, but it includes an annual free trip round the Sun. Regards, Pragneshkumar Gandhi, India. __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Apr 24 06:59:26 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66725 invoked from network); 24 Apr 2002 06:59:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Apr 2002 06:59:26 -0000 Received: (qmail 7862 invoked by uid 97); 24 Apr 2002 06:59:37 -0000 Delivered-To: [email protected] Received: (qmail 7832 invoked by uid 97); 24 Apr 2002 06:59: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7821 invoked from network); 24 Apr 2002 06:59:36 -0000 Message-ID: <041401c1eb5d$6b8e7a70$d5dea8c0@nuixdim2k> From: "Dmitri Colebatch" <[email protected]> To: "JMeter Users List" <[email protected]> References: <[email protected]> Subject: Re: Web Test Date: Wed, 24 Apr 2002 16:58:20 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'd suggest looking through the component reference (http://jakarta.apache.org/jmeter/usermanual/component_reference.html) - it took me a bit before I actually got to it, and imho it should be one of the first things you read once you get past the basic setup. have a look at the modification controller, and response based modifiers. hth dim ----- Original Message ----- From: "Pragneshkumar Gandhi" <[email protected]> To: <[email protected]> Sent: Wednesday, April 24, 2002 4:50 PM Subject: Web Test > Hi Jmeterians > Good Morning > I have Some Queries > I have one Web Application ( web site). i want to Test the > Performance Of It. > I have download the jmeter and after some hurdles I am able > to run the test for my servlet. > Now i want to know that how can i run the chain of pages. > I mean > My first > Query.html is accepting the query from user and pass > control to one servlet by post method. > Servlet is reading that Argument and after some business > logic it pass the control to > One jsp with some parameter (query string) using > "httpservletresponse.sendRedirect" > and this jsp according to passed parameters It display the > Page on browser. > How can i make this in jmeter > How can i pass dynamic query to the query.html > How can i make this all page sin one Test > Thanks in advance > Bye > > ===== > Living on Earth may be expensive, but it includes an annual free trip round the Sun. > > Regards, > Pragneshkumar Gandhi, > India. > > __________________________________________________ > Do You Yahoo!? > Yahoo! Games - play chess, backgammon, pool and more > http://games.yahoo.com/ > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Apr 24 19:52:47 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50163 invoked from network); 24 Apr 2002 19:52:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Apr 2002 19:52:47 -0000 Received: (qmail 15386 invoked by uid 97); 24 Apr 2002 19:52:46 -0000 Delivered-To: [email protected] Received: (qmail 15258 invoked by uid 97); 24 Apr 2002 19:52: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15190 invoked from network); 24 Apr 2002 19:52:44 -0000 Reply-To: <[email protected]> From: "Hemadri Dasari" <[email protected]> To: "'JMeter Users List'" <[email protected]> Subject: HTMLLinkParser - Not sending parameters Date: Wed, 24 Apr 2002 15:52:31 -0400 Organization: Home Message-ID: <000401c1ebc9$95f68700$9865fea9@PCSN638501> 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 In-Reply-To: <[email protected]> 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 Hi All, Thanks to Tanya, I was able to get started on HTML Link Parser. I have a question that I hope someone in this list will be able to answer. The main page that I am starting to spider is http://hometown.aol.de/ and it has some URLs like "http://hometown.aol.de/mt.ssp?f=g" and jmeter tries to GET only "http://hometown.aol.de/mt.ssp/". What do I need to do, so that it will do a GET on all urls including those that have parameters instead of saying "java.io.IOException, Non HTTP Response Message". Also, I would appreciate, if anyone can give me an idea as to why the Proxy server is working fine on a Unix Workstation and not on a 98/XP PC. Thanks, -Hemadri _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Apr 25 09:57:37 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90979 invoked from network); 25 Apr 2002 09:57:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 25 Apr 2002 09:57:37 -0000 Received: (qmail 21912 invoked by uid 97); 25 Apr 2002 09:57:49 -0000 Delivered-To: [email protected] Received: (qmail 21870 invoked by uid 97); 25 Apr 2002 09:57: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21859 invoked from network); 25 Apr 2002 09:57:48 -0000 Message-ID: <[email protected]> Date: Thu, 25 Apr 2002 02:57:48 -0700 (PDT) From: Pragneshkumar Gandhi <[email protected]> Subject: PLS PLS HELP ME To: [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: daedalus.apache.org 1.6.2 0/1000/N HI all I go thru the componen refernce of jmeter but Still i am blank about creating modification manager. My(Jmeter) control panel does not have any link to crete Modification manager my test is <?xml version="1.0"?> <ThreadGroup name="ioncdThread" numThreads="1"> <controllers> <HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="ioncdTest"> <defaultUrl> <ConfigElement type="org.apache.jmeter.protocol.http.config.UrlConfig"> <property name="port">8101</property> <property name="PROTOCOL">http</property> <property name="arguments"><Arguments> </Arguments> </property> <property name="domain">161.129.204.104</property> <property name="path"></property> <property name="method">GET</property> </ConfigElement></defaultUrl> <urlList> <ConfigElement type="org.apache.jmeter.protocol.http.config.UrlConfig"> <property name="name">servlet</property> <property name="PROTOCOL">http</property> <property name="arguments"><Arguments> <argument name="query">show me black shirts</argument> </Arguments> </property> <property name="domain"></property> <property name="path">/ioncd/servlet/IONCdServlet</property> <property name="method">POST</property> </ConfigElement> </urlList> <configElements> </configElements> <controllers> </controllers> </HttpTestSample> </controllers> <configElements> </configElements> <timers> <Timer type="org.apache.jmeter.timers.ConstantTimer" name="Constant Timer"> <delay>300</delay> <range>0.0</range> </Timer> </timers> <listeners> <Filer type="org.apache.jmeter.reporters.Filer" name="File Reporter" verbose="true" append="false" file="E:&#92;pragnesh&#92;time"/> </listeners> </ThreadGroup> Quite simple It is Working but i wanna to pass dynamic argument to the parameter of servlet. All these arguments are in one text file How do u pass to Servlet i go thru html link parser but did not get anything Can anybody Help need The Help Desparetely Thanks ===== Living on Earth may be expensive, but it includes an annual free trip round the Sun. Regards, Pragneshkumar Gandhi, India. __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Apr 25 10:37:52 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6481 invoked from network); 25 Apr 2002 10:37:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 25 Apr 2002 10:37:52 -0000 Received: (qmail 15839 invoked by uid 97); 25 Apr 2002 10:37:50 -0000 Delivered-To: [email protected] Received: (qmail 15823 invoked by uid 97); 25 Apr 2002 10:37: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15812 invoked from network); 25 Apr 2002 10:37:50 -0000 Message-Id: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" From: Tanya Powell <[email protected]> Organization: Powell - Your System To: "JMeter Users List" <[email protected]> Subject: Re: PLS PLS HELP ME Date: Thu, 25 Apr 2002 12:38:57 +0200 X-Mailer: KMail [version 1.3.1] References: <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I opened your Test Plan and can add a Modifictaion Controller to your Thread Group. I imagine for what you want to achieve, you would need this type of Test Plan? Test Plan - Thread Group - HTTP Request Defaults (for domain and port) - HTTPRequest (a request which returns the form for talking to your servlet) - Modification Controller (- Link Parser) - HTTP Request Defaults (for the path) - Interleave Controller - HTTP Request 1 - n (one for each parameter you want to test) Myself a "newbie": the Link Parser is in Brackets because for I'm not sure what it does there. Anybody know for sure? My Test Plan works without it. Regards, Tanya Am Thursday 25 April 2002 11:57 schriebst Du: > HI all > I go thru the componen refernce of jmeter but > Still i am blank about creating modification manager. > My(Jmeter) control panel does not have any link to crete > Modification manager > > my test is > <?xml version="1.0"?> > [...] > Quite simple > It is Working but i wanna to pass dynamic argument to the > parameter of servlet. > All these arguments are in one text file > How do u pass to Servlet > i go thru html link parser but did not get anything > Can anybody Help > need The Help Desparetely > Thanks > > > ===== > Living on Earth may be expensive, but it includes an annual free trip round > the Sun. > > Regards, > Pragneshkumar Gandhi, > India. > > __________________________________________________ > Do You Yahoo!? > Yahoo! Games - play chess, backgammon, pool and more > http://games.yahoo.com/ -- Your System Softwareentwicklung, Web, Datenbanken Turnerstr. 3 Fon: 604.343.8181 D-20357 Hamburg Fax: 604.343.8181 mailto:[email protected] http://www.your-system.de -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Apr 25 10:51:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14921 invoked from network); 25 Apr 2002 10:51:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 25 Apr 2002 10:51:08 -0000 Received: (qmail 1157 invoked by uid 97); 25 Apr 2002 10:51:07 -0000 Delivered-To: [email protected] Received: (qmail 1117 invoked by uid 97); 25 Apr 2002 10:51: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1094 invoked from network); 25 Apr 2002 10:51:04 -0000 Message-ID: <[email protected]> Date: Thu, 25 Apr 2002 03:51:03 -0700 (PDT) From: Pragneshkumar Gandhi <[email protected]> Subject: Re: PLS PLS HELP ME To: JMeter Users List <[email protected]> In-Reply-To: <[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: daedalus.apache.org 1.6.2 0/1000/N Hi Tanya First Off All Thank you very much for spending Time For me. Even My test plan is Also Working bcoze It has nothing just Test Plan - Thread Group - HTTP Request Defaults (for domain and port) - HTTPRequest (a request which returns the form for talking to your servlet) Is This much only I just Wanna to test the Performance of the Servlet A one servlet only This servlet is doing so many thing It calls it native methods which are in c and using NLP And AI it parse the query (which are passing to it) and redirect the control to some respective Jsp page. now shall i have to create N number of test page for N numbe rof Queries ?? like this HTTP Request 1 HTTP Request 2 HTTP Request 3 HTTP Request n ANd my Jmeter Control pane not showing link to modificatio Manger uder Controller Tab What is Wring with It ?? Some Body from List sugest me to use html Link parser and Modification Manager For Dynamic Value pass in Test Plan Bye --- Tanya Powell <[email protected]> wrote: > Hi, > I opened your Test Plan and can add a Modifictaion > Controller to your Thread > Group. > > I imagine for what you want to achieve, you would need > this type of Test Plan? > > Test Plan > - Thread Group > - HTTP Request Defaults (for domain and port) > - HTTPRequest (a request which returns > the form for talking to your servlet) > - Modification Controller > (- Link Parser) > - HTTP Request Defaults (for the path) > - Interleave Controller > - HTTP Request 1 - n (one for each parameter > you want to test) > > Myself a "newbie": the Link Parser is in Brackets because > for I'm not sure > what it does there. Anybody know for sure? My Test Plan > works without it. > > Regards, > Tanya > > Am Thursday 25 April 2002 11:57 schriebst Du: > > HI all > > I go thru the componen refernce of jmeter but > > Still i am blank about creating modification manager. > > My(Jmeter) control panel does not have any link to > crete > > Modification manager > > > > my test is > > <?xml version="1.0"?> > > [...] > > Quite simple > > It is Working but i wanna to pass dynamic argument to > the > > parameter of servlet. > > All these arguments are in one text file > > How do u pass to Servlet > > i go thru html link parser but did not get anything > > Can anybody Help > > need The Help Desparetely > > Thanks > > > > > > ===== > > Living on Earth may be expensive, but it includes an > annual free trip round > > the Sun. > > > > Regards, > > Pragneshkumar Gandhi, > > India. > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Games - play chess, backgammon, pool and more > > http://games.yahoo.com/ > > -- > Your System Softwareentwicklung, Web, > Datenbanken > Turnerstr. 3 Fon: 604.343.8181 > D-20357 Hamburg Fax: 604.343.8181 > mailto:[email protected] http://www.your-system.de > > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > ===== Living on Earth may be expensive, but it includes an annual free trip round the Sun. Regards, Pragneshkumar Gandhi, India. __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Apr 25 17:50:30 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 924 invoked from network); 25 Apr 2002 17:50:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 25 Apr 2002 17:50:30 -0000 Received: (qmail 9331 invoked by uid 97); 25 Apr 2002 17:49:47 -0000 Delivered-To: [email protected] Received: (qmail 9287 invoked by uid 97); 25 Apr 2002 17:49: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9236 invoked from network); 25 Apr 2002 17:49:46 -0000 Message-ID: <[email protected]> From: "Singh, Reshma" <[email protected]> To: "'[email protected]'" <[email protected]> Subject: how to simulate check boxes in JMeter Date: Thu, 25 Apr 2002 12:49:43 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.89) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Our application is web based which generates reports for users. The user after logged in can select any report type( there are many types of reports) and if clicks 'RUN' button generates that report. We are using a Servlet with parameters for that, but the problem is we have to select( check the checkbox before that report) the report and click the 'RUN' button. How can we simulate the 'checking of the checkbox' in JMeter. Can anybody help on this. Thanks in advance for your help. Regards, Reshma Singh Tester - Sprint PCS/IT Application Development Solution Center - NashVille,TN 604.343.8181(W) [email protected] -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Apr 26 19:30:07 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86120 invoked from network); 26 Apr 2002 19:30:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 26 Apr 2002 19:30:07 -0000 Received: (qmail 14266 invoked by uid 97); 26 Apr 2002 19:30:11 -0000 Delivered-To: [email protected] Received: (qmail 14220 invoked by uid 97); 26 Apr 2002 19:30: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14209 invoked from network); 26 Apr 2002 19:30:09 -0000 Message-ID: <[email protected]> Date: Fri, 26 Apr 2002 12:30:07 -0700 (PDT) From: david garcia <[email protected]> Subject: Re: how to simulate check boxes in JMeter To: JMeter Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-2026701290-1019849407=:15110" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-2026701290-1019849407=:15110 Content-Type: text/plain; charset=us-ascii The easiest way is to 1.start up the proxy server with filters setup for .gifs .jpgs .css and other junk request you don't care about. 2.setup your browser to use proxy 3.Navigate to the report, check the boxes you want and submit. When you look at the HTTP Request generated in the GUI for that page you will see exactly how it's done. -David- "Singh, Reshma" <[email protected]> wrote: Hi, Our application is web based which generates reports for users. The user after logged in can select any report type( there are many types of reports) and if clicks 'RUN' button generates that report. We are using a Servlet with parameters for that, but the problem is we have to select( check the checkbox before that report) the report and click the 'RUN' button. How can we simulate the 'checking of the checkbox' in JMeter. Can anybody help on this. Thanks in advance for your help. Regards, Reshma Singh Tester - Sprint PCS/IT Application Development Solution Center - NashVille,TN 604.343.8181(W) [email protected] -- To unsubscribe, e-mail: For additional commands, e-mail: --------------------------------- Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more --0-2026701290-1019849407=:15110-- From [email protected] Tue Apr 30 02:01:13 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72239 invoked from network); 30 Apr 2002 02:01:13 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 30 Apr 2002 02:01:13 -0000 Received: (qmail 6779 invoked by uid 97); 30 Apr 2002 02:01:19 -0000 Delivered-To: [email protected] Received: (qmail 6735 invoked by uid 97); 30 Apr 2002 02:01: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6724 invoked from network); 30 Apr 2002 02:01:17 -0000 Reply-To: <[email protected]> From: "Joseph Barefoot" <[email protected]> To: "Jmeter" <[email protected]> Subject: multiple logins, por favor? Date: Mon, 29 Apr 2002 19:02:44 -0700 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 V5.50.4910.0300 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 Hi, I'm pretty new to JMeter, and (of course) need to simulate multiple logins/sessions with different usernames/passwords. I've checked out the archives and saw lots o' hacks to do this...does anyone have a Modifier for 1.7 that can do this, or does anyone have a suggestion on how to get JMeter to do my bidding in some other fashion? thanks a bunch, Joe Barefoot -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 30 02:38:21 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84579 invoked from network); 30 Apr 2002 02:38:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 30 Apr 2002 02:38:21 -0000 Received: (qmail 27112 invoked by uid 97); 30 Apr 2002 02:38:29 -0000 Delivered-To: [email protected] Received: (qmail 27096 invoked by uid 97); 30 Apr 2002 02:38: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27085 invoked from network); 30 Apr 2002 02:38:28 -0000 Reply-To: <[email protected]> From: "Joseph Barefoot" <[email protected]> To: "Jmeter" <[email protected]> Subject: FW: multiple logins, por favor? Date: Mon, 29 Apr 2002 19:39:55 -0700 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 V5.50.4910.0300 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 So, I notice some new enhancements in the dev build...such as the HTML Parameter Mask Modifier. Does this do what I think it does, i.e. add a request parameter and increment the suffix every time it's called, regardless of what thread is calling it(e.g.. user1, user2, etc.)? If so, would the following be a valid means of accomplishing multiple users, one per thread? <once only controller> <http request controller -- login URL > <modification controller> <html parameter mask modifier -- userName > <html parameter mask modifier -- password > <http request controller -- some URL > <http request controller -- some other URL > ...or am I completely missing the point? :) thanks, Joe Barefoot -----Original Message----- From: Joseph Barefoot [mailto:[email protected]] Sent: Monday, April 29, 2002 7:03 PM To: Jmeter Subject: multiple logins, por favor? Hi, I'm pretty new to JMeter, and (of course) need to simulate multiple logins/sessions with different usernames/passwords. I've checked out the archives and saw lots o' hacks to do this...does anyone have a Modifier for 1.7 that can do this, or does anyone have a suggestion on how to get JMeter to do my bidding in some other fashion? thanks a bunch, Joe Barefoot -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 30 02:44:41 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86294 invoked from network); 30 Apr 2002 02:44:41 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 30 Apr 2002 02:44:41 -0000 Received: (qmail 28747 invoked by uid 97); 30 Apr 2002 02:44:49 -0000 Delivered-To: [email protected] Received: (qmail 28731 invoked by uid 97); 30 Apr 2002 02:44: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28720 invoked from network); 30 Apr 2002 02:44:48 -0000 Message-ID: <010201c1eff0$ce16e140$d5dea8c0@nuixdim2k> From: "Dmitri Colebatch" <[email protected]> To: "JMeter Users List" <[email protected]>, <[email protected]> References: <[email protected]> Subject: Re: multiple logins, por favor? Date: Tue, 30 Apr 2002 12:43:26 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > So, I notice some new enhancements in the dev build...such as the HTML > Parameter Mask Modifier. Does this do what I think it does, i.e. add a > request parameter and increment the suffix every time it's called, > regardless of what thread is calling it(e.g.. user1, user2, etc.)? thats my experience with it.... need to also have a modification manager to use it I think. just fiddling with it now... cheers dim > > > If so, would the following be a valid means of accomplishing multiple users, > one per thread? > > <once only controller> > <http request controller -- login URL > > <modification controller> > <html parameter mask modifier -- userName > > <html parameter mask modifier -- password > > > <http request controller -- some URL > > <http request controller -- some other URL > > > > > ...or am I completely missing the point? :) > > > > thanks, > > Joe Barefoot > > -----Original Message----- > From: Joseph Barefoot [mailto:[email protected]] > Sent: Monday, April 29, 2002 7:03 PM > To: Jmeter > Subject: multiple logins, por favor? > > > Hi, > > I'm pretty new to JMeter, and (of course) need to simulate multiple > logins/sessions with different usernames/passwords. I've checked out the > archives and saw lots o' hacks to do this...does anyone have a Modifier for > 1.7 that can do this, or does anyone have a suggestion on how to get JMeter > to do my bidding in some other fashion? > > thanks a bunch, > > Joe Barefoot > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 30 06:33:32 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73870 invoked from network); 30 Apr 2002 06:33:32 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 30 Apr 2002 06:33:32 -0000 Received: (qmail 5799 invoked by uid 97); 30 Apr 2002 06:33:42 -0000 Delivered-To: [email protected] Received: (qmail 5735 invoked by uid 97); 30 Apr 2002 06:33: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5724 invoked from network); 30 Apr 2002 06:33:41 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-a0f963bd-defd-4cc1-a027-43ec7cc4b0c8" Subject: Dynamically changing the path in the URL Date: Tue, 30 Apr 2002 12:02:00 +0530 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Dynamically changing the path in the URL Thread-Index: AcHwELuyQeJQqQG5SZ2fPHy/EB2mNQ== From: "Meera Muthukrishnan" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 30 Apr 2002 06:32:00.0443 (UTC) FILETIME=[BBD388B0:01C1F010] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPartTM-000-a0f963bd-defd-4cc1-a027-43ec7cc4b0c8 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1F010.BBB2E252" ------_=_NextPart_001_01C1F010.BBB2E252 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi =20 In my application, I require that the Path in the URL contain the = session id and so be dynamically changed based on the response after the = sign on. That is, my first URL is of the form =20 http://server/application/progid?parameter=3Dvalue =20 On logging in, subsequent URLs are of the form =20 Http://server/application/progid;sessionid=3D<sessvalue>?parameter=3Dvalu= e = <http://server/application/progid;sessionid=3D%3csessvalue%3e?parameter=3D= value>=20 =20 Using Modification controller and a HTML Link parser, I am able to = dynamically bring in the required parameters. But how to incorporate the = session id in the Path in this case? =20 Thanks in advance for your time and effort. =20 Regards Meera =20 =20 =20 ------_=_NextPart_001_01C1F010.BBB2E252 Content-Type: text/html; charset="iso-8859-1" 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=3Diso-8859-1"> <meta name=3DProgId content=3DWord.Document> <meta name=3DGenerator content=3D"Microsoft Word 10"> <meta name=3DOriginator content=3D"Microsoft Word 10"> <link rel=3DFile-List href=3D"cid:[email protected]"> <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:DoNotRelyOnCSS/> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:DocumentKind>DocumentEmail</w:DocumentKind> <w:EnvelopeVis/> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.EmailStyle17 {mso-style-type:personal-compose; mso-style-noshow:yes; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; font-family:Arial; mso-ascii-font-family:Arial; mso-hansi-font-family:Arial; mso-bidi-font-family:Arial; color:windowtext;} span.GramE {mso-style-name:""; mso-gram-e:yes;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 10]> <style> /* Style Definitions */=20 table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";} </style> <![endif]--> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple = style=3D'tab-interval:.5in'> <div class=3DSection1> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'>Hi<o:p></o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier New"'>In my application, I require that the Path in the URL contain the session = id and so be dynamically changed based on the response after the sign on. That = is, my first URL is of the form<o:p></o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier New"'><a href=3D"http://server/application/progid?parameter=3Dvalue">http://server= /application/progid?parameter=3Dvalue</a><o:p></o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier New"'>On logging in, subsequent URLs are of the form<o:p></o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier New"'><a href=3D"http://server/application/progid;sessionid=3D%3csessvalue%3e?para= meter=3Dvalue">Http://server/application/progid;sessionid=3D&lt;sessvalue= &gt;?parameter=3Dvalue</a><o:p></o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier New"'>Using Modification controller and a HTML Link parser, I am able to dynamically = bring in the required parameters. <span class=3DGramE>But how to incorporate = the session id in the Path in this case?</span><o:p></o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier New"'>Thanks <span class=3DGramE>in<span style=3D'mso-spacerun:yes'>=A0 = </span>advance</span> for your time and effort.<o:p></o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'>Regards<o:p></o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'>Meera<o:p></o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal = style=3D'mso-layout-grid-align:none;text-autospace:none'><font size=3D2 face=3D"Courier New"><span = style=3D'font-size:10.0pt;font-family:"Courier = New"'><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> </div> </body> </html> =00 ------_=_NextPart_001_01C1F010.BBB2E252-- ------=_NextPartTM-000-a0f963bd-defd-4cc1-a027-43ec7cc4b0c8 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------=_NextPartTM-000-a0f963bd-defd-4cc1-a027-43ec7cc4b0c8-- From [email protected] Tue Apr 30 08:08:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21205 invoked from network); 30 Apr 2002 08:08:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 30 Apr 2002 08:08:07 -0000 Received: (qmail 17184 invoked by uid 97); 30 Apr 2002 08:08:19 -0000 Delivered-To: [email protected] Received: (qmail 17110 invoked by uid 97); 30 Apr 2002 08:08: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17099 invoked from network); 30 Apr 2002 08:08:18 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-d84f0ae4-a38b-47e7-9375-8b6bb636bae1" Subject: Changing the parameter values for each user Date: Tue, 30 Apr 2002 13:36:40 +0530 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Changing the parameter values for each user Thread-Index: AcHwELuyQeJQqQG5SZ2fPHy/EB2mNQADDB2A From: "Meera Muthukrishnan" <[email protected]> To: "JMeter Users List" <[email protected]> X-OriginalArrivalTime: 30 Apr 2002 08:06:40.0681 (UTC) FILETIME=[F5831190:01C1F01D] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPartTM-000-d84f0ae4-a38b-47e7-9375-8b6bb636bae1 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1F01D.F54E0373" ------_=_NextPart_001_01C1F01D.F54E0373 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All =20 It is required in my application that each of the clients running the = test (as different threads in different loops), use different values for = a parameter, (ie) thread 1 loop 1 signs in with value user_id_1 and = thread 1 loop 2 with user_id_2 etc for parameter userid. The user ids = follow a pattern and can be read from a file or generated. =20 Please tell me if this is possible in JMeter and if so, what should be = done for this. =20 Thanks in advance for your time and effort Regards, Meera =20 ------_=_NextPart_001_01C1F01D.F54E0373 Content-Type: text/html; charset="iso-8859-1" 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=3Diso-8859-1"> <meta name=3DProgId content=3DWord.Document> <meta name=3DGenerator content=3D"Microsoft Word 10"> <meta name=3DOriginator content=3D"Microsoft Word 10"> <link rel=3DFile-List href=3D"cid:[email protected]"> <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:DoNotRelyOnCSS/> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:DocumentKind>DocumentEmail</w:DocumentKind> <w:EnvelopeVis/> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.EmailStyle17 {mso-style-type:personal; mso-style-noshow:yes; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; font-family:Arial; mso-ascii-font-family:Arial; mso-hansi-font-family:Arial; mso-bidi-font-family:Arial; color:windowtext;} span.EmailStyle18 {mso-style-type:personal-reply; mso-style-noshow:yes; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; font-family:Arial; mso-ascii-font-family:Arial; mso-hansi-font-family:Arial; mso-bidi-font-family:Arial; color:navy;} span.SpellE {mso-style-name:""; mso-spl-e:yes;} span.GramE {mso-style-name:""; mso-gram-e:yes;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 10]> <style> /* Style Definitions */=20 table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";} </style> <![endif]--> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple = style=3D'tab-interval:.5in'> <div class=3DSection1> <p class=3DMsoNormal><font size=3D3 color=3Dnavy face=3D"Times New = Roman"><span style=3D'font-size:12.0pt;mso-bidi-font-size:10.0pt;color:navy'>Hi = All<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=3D3 face=3D"Times New Roman"><span = style=3D'font-size: 12.0pt'>It is required in my application that each of the clients = running the test (as different threads in different loops), use different values for = a parameter, (<span class=3DSpellE>ie</span>) thread 1 loop 1 signs in = with value user_id_1 and thread 1 loop 2 with user_id_2 etc for parameter <span class=3DSpellE>userid</span>. The user ids follow a pattern and can be = read from a file or generated.<o:p></o:p></span></font></p> <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=3D3 face=3D"Times New Roman"><span = style=3D'font-size: 12.0pt'>Please tell me if this is possible in <span = class=3DSpellE>JMeter</span> and if so, what should be done for this.<o:p></o:p></span></font></p> <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=3D3 face=3D"Times New Roman"><span = style=3D'font-size: 12.0pt'>Thanks in advance for your time and = effort<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span = style=3D'font-size: 12.0pt'>Regards,<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span = style=3D'font-size: 12.0pt'>Meera<o:p></o:p></span></font></p> <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> </div> </body> </html> =00 ------_=_NextPart_001_01C1F01D.F54E0373-- ------=_NextPartTM-000-d84f0ae4-a38b-47e7-9375-8b6bb636bae1 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> ------=_NextPartTM-000-d84f0ae4-a38b-47e7-9375-8b6bb636bae1-- From [email protected] Tue Apr 30 13:54:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71234 invoked from network); 30 Apr 2002 13:54:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 30 Apr 2002 13:54:57 -0000 Received: (qmail 24485 invoked by uid 97); 30 Apr 2002 13:54:57 -0000 Delivered-To: [email protected] Received: (qmail 24263 invoked by alias); 30 Apr 2002 13:54:55 -0000 Delivered-To: [email protected] Received: (qmail 24174 invoked by uid 97); 30 Apr 2002 13:54: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24140 invoked from network); 30 Apr 2002 13:54:54 -0000 From: [email protected] To: "Jmeter" <[email protected]>, <[email protected]>, JMeter Developers <[email protected]> Date: Tue, 30 Apr 2002 09:35:10 -0400 MIME-Version: 1.0 Subject: Re: FW: multiple logins, por favor? Reply-to: [email protected] Message-ID: <3CCE654E.837.D5146@localhost> Priority: normal In-reply-to: <[email protected]> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Yes, your idea would work. However, you'll want to put that login HTTP request under the Modification Manager, not vice versa as you have shown. -Mike On 29 Apr 2002 at 19:39, Joseph Barefoot wrote: > So, I notice some new enhancements in the dev build...such as the HTML > Parameter Mask Modifier. Does this do what I think it does, i.e. add a > request parameter and increment the suffix every time it's called, > regardless of what thread is calling it(e.g.. user1, user2, etc.)? > > > If so, would the following be a valid means of accomplishing multiple users, > one per thread? > > <once only controller> > <http request controller -- login URL > > <modification controller> > <html parameter mask modifier -- userName > > <html parameter mask modifier -- password > > > <http request controller -- some URL > > <http request controller -- some other URL > > > > > ...or am I completely missing the point? :) > > > > thanks, > > Joe Barefoot > > -----Original Message----- > From: Joseph Barefoot [mailto:[email protected]] > Sent: Monday, April 29, 2002 7:03 PM > To: Jmeter > Subject: multiple logins, por favor? > > > Hi, > > I'm pretty new to JMeter, and (of course) need to simulate multiple > logins/sessions with different usernames/passwords. I've checked out the > archives and saw lots o' hacks to do this...does anyone have a Modifier for > 1.7 that can do this, or does anyone have a suggestion on how to get JMeter > to do my bidding in some other fashion? > > thanks a bunch, > > Joe Barefoot > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> > -- Michael Stover [email protected] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Apr 30 23:18:45 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54978 invoked from network); 30 Apr 2002 23:18:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 30 Apr 2002 23:18:44 -0000 Received: (qmail 18323 invoked by uid 97); 30 Apr 2002 23:18:50 -0000 Delivered-To: [email protected] Received: (qmail 18238 invoked by alias); 30 Apr 2002 23:18:49 -0000 Delivered-To: [email protected] Received: (qmail 18220 invoked by uid 97); 30 Apr 2002 23:18: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18197 invoked by uid 98); 30 Apr 2002 23:18:48 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Reply-To: <[email protected]> From: "Joseph Barefoot" <[email protected]> To: "Jmeter" <[email protected]> Subject: data analyzer weirdness Date: Tue, 30 Apr 2002 16:20:15 -0700 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 V5.50.4910.0300 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 Hi, I've been having various problems with using the data analyzer on files. First of all, the graph lines one would expect according to the legend are never there, it's just one line, I'm assuming representing the average. Second, sometimes it doesn't work period on results from the file reporter. All I really need it for is min/max/avg times, so if someone knows why it sometimes doesn't compute these, I'm all ears!! :) thanks, Joe Barefoot P.S. Thanks to those who set me straight on the multiple login question, particularly Mark Walsh for his handy User Parameter Modifier. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed May 01 00:12:49 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77826 invoked from network); 1 May 2002 00:12:49 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 1 May 2002 00:12:49 -0000 Received: (qmail 29205 invoked by uid 97); 1 May 2002 00:12:56 -0000 Delivered-To: [email protected] Received: (qmail 29088 invoked by alias); 1 May 2002 00:12:55 -0000 Delivered-To: [email protected] Received: (qmail 29074 invoked by uid 97); 1 May 2002 00:12: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29062 invoked by uid 98); 1 May 2002 00:12:54 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Reply-To: <[email protected]> From: "Joseph Barefoot" <[email protected]> To: "JMeter Users List" <[email protected]>, <[email protected]> Subject: RE: data analyzer weirdness Date: Tue, 30 Apr 2002 17:14:21 -0700 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 V5.50.4910.0300 In-Reply-To: <[email protected]> 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 I just wrote a quickie to give me the min/max/avg times from the file data (so I'm good), but I'm still curious about the Data Analyzer--it only appears to be useful for low volume testing. peace, joe > -----Original Message----- > From: Joseph Barefoot [mailto:[email protected]] > Sent: Tuesday, April 30, 2002 4:20 PM > To: Jmeter > Subject: data analyzer weirdness > > > Hi, > > I've been having various problems with using the data analyzer on files. > First of all, the graph lines one would expect according to the legend are > never there, it's just one line, I'm assuming representing the average. > Second, sometimes it doesn't work period on results from the file > reporter. > All I really need it for is min/max/avg times, so if someone knows why it > sometimes doesn't compute these, I'm all ears!! :) > > > thanks, > Joe Barefoot > > > P.S. Thanks to those who set me straight on the multiple login question, > particularly Mark Walsh for his handy User Parameter Modifier. > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed May 01 02:22:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32863 invoked from network); 1 May 2002 02:22:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 1 May 2002 02:22:48 -0000 Received: (qmail 23065 invoked by uid 97); 1 May 2002 01:20:56 -0000 Delivered-To: [email protected] Received: (qmail 22992 invoked by alias); 1 May 2002 01:20:56 -0000 Delivered-To: [email protected] Received: (qmail 22978 invoked by uid 97); 1 May 2002 01:20: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22966 invoked by uid 98); 1 May 2002 01:20:55 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Reply-To: <[email protected]> From: "Joseph Barefoot" <[email protected]> To: <[email protected]> Cc: "Jmeter" <[email protected]> Subject: RE: data analyzer weirdness Date: Tue, 30 Apr 2002 18:21:38 -0700 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.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 In-Reply-To: <[email protected]> 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 Hi Hemadri, If you mean the source code to calculate these times, it's embarassingly simple as I am taxed for time and wrote it in like 5 mins, but it's pasted below. Just put the source file in the same directory as your results file, compile it with javac, and use like this: java ComputeTimes <fileName> The min, max, and average times will be printed out to the console. Make sure that verbose output for your File Reporter is turned OFF in JMeter, as the code below is expecting one response time per line in the output file. It also doesn't do any error-handling whatsoever. :) peace, Joe import java.io.*; import java.util.ArrayList; public class ComputeTimes{ public static void main( String[] args){ try{ String fileName = args[0]; File inputFile = new File(System.getProperty("user.dir"), fileName); BufferedReader reader = new BufferedReader( new InputStreamReader(new FileInputStream(inputFile)) ); String responseTime = reader.readLine(); ArrayList timesList = new ArrayList(); while( responseTime != null){ timesList.add( new Integer(Integer.parseInt(responseTime)) ); responseTime = reader.readLine(); } int timesArray[] = new int[timesList.size()]; for(int i=0; i < timesList.size(); i++){ timesArray[i] = ((Integer)timesList.get(i)).intValue(); } int sum = 0; int min = timesArray[0]; int max = timesArray[0]; for(int i=0; i < timesArray.length; i++){ if( timesArray[i] > max){ max = timesArray[i]; } if( timesArray[i] < min){ min = timesArray[i]; } sum += timesArray[i]; } float avg = sum / timesArray.length; System.out.println("Num responses: " + timesArray.length); System.out.println("Max time: " + max); System.out.println("Min time: " + min); System.out.println("Avg time: " + avg); } catch(Exception e){ e.printStackTrace(); } } // end main } // end class > -----Original Message----- > From: Hemadri Dasari [mailto:[email protected]] > Sent: Tuesday, April 30, 2002 6:07 PM > To: JMeter Users List; [email protected] > Subject: RE: data analyzer weirdness > > > Hi Joe, > > Could you please share a sample to calculate > min/max/avg. > > Also, does anyone know why I am getting this error > when I try to use HTTP Proxy server to record. This > was with the latest (today's) build: > > ***************************** > Initializing... > Creating Config Object...OK > Creating Cache Manager...OK > Creating Daemon Socket... port 8000 OK > Proxy up and running! > Command = GET http://hometown.aol.ca/ HTTP/1.0 > > Command = GET > http://ht-s15.websys.aol.com:4444/promos.js?i=15934,15856,15583,15 > 544,14800,14881,15817,15505,15232,15076,15895,15622,15661,15778,15115 > HTTP/1.0 > > Delivering urlconfig to test tree > Delivering urlconfig to test tree > Command = GET > http://ht-s15.websys.aol.com:4444/PromoArt/aol_ca_search_button.gi > f.11858.1.gif HTTP/1.0 > > Command = GET > http://ar.atwola.com/html/93018336/159232004/aol?SNM=HIDBF&CT=I&wi > dth=234&height=60&target=_top&TZ=240 HTTP/1.0 > > java.net.SocketException: Connection reset by peer: > socket write error > at > java.net.SocketOutputStream.socketWrite0(Native > Method) > at > java.net.SocketOutputStream.socketWrite(Unknown > Source) > at java.net.SocketOutputStream.write(Unknown > Source) > at > java.io.BufferedOutputStream.flushBuffer(Unknown > Source) > at java.io.BufferedOutputStream.flush(Unknown > Source) > at > org.apache.jmeter.protocol.http.proxy.Proxy.writeToClient(Proxy.java: > 328) > at > org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:157) > Delivering urlconfig to test tree > Delivering urlconfig to test tree > **************** > > Thanks, > -Hemadri > --- Joseph Barefoot <[email protected]> wrote: > > I just wrote a quickie to give me the min/max/avg > > times from the file data > > (so I'm good), but I'm still curious about the Data > > Analyzer--it only > > appears to be useful for low volume testing. > > > > peace, > > joe > > > > > -----Original Message----- > > > From: Joseph Barefoot > > [mailto:[email protected]] > > > Sent: Tuesday, April 30, 2002 4:20 PM > > > To: Jmeter > > > Subject: data analyzer weirdness > > > > > > > > > Hi, > > > > > > I've been having various problems with using the > > data analyzer on files. > > > First of all, the graph lines one would expect > > according to the legend are > > > never there, it's just one line, I'm assuming > > representing the average. > > > Second, sometimes it doesn't work period on > > results from the file > > > reporter. > > > All I really need it for is min/max/avg times, so > > if someone knows why it > > > sometimes doesn't compute these, I'm all ears!! > > :) > > > > > > > > > thanks, > > > Joe Barefoot > > > > > > > > > P.S. Thanks to those who set me straight on the > > multiple login question, > > > particularly Mark Walsh for his handy User > > Parameter Modifier. > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > > > <mailto:[email protected]> > > > For additional commands, e-mail: > > > <mailto:[email protected]> > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > For additional commands, e-mail: > > <mailto:[email protected]> > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Health - your guide to health and wellness > http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed May 01 02:24:39 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33190 invoked from network); 1 May 2002 02:24:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 1 May 2002 02:24:38 -0000 Received: (qmail 23503 invoked by uid 97); 1 May 2002 02:24:45 -0000 Delivered-To: [email protected] Received: (qmail 23393 invoked by alias); 1 May 2002 02:24:45 -0000 Delivered-To: [email protected] Received: (qmail 23343 invoked by uid 97); 1 May 2002 02:24: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23330 invoked by uid 98); 1 May 2002 02:24:43 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) From: [email protected] To: "Jmeter" <[email protected]>, <[email protected]> Date: Tue, 30 Apr 2002 22:05:49 -0400 MIME-Version: 1.0 Subject: Re: data analyzer weirdness Message-ID: <3CCF153D.32231.28FF464@localhost> Priority: normal In-reply-to: <[email protected]> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Well, it's kind of a relic and will soon go the way of the dinosaur. I'm currently working on code that will allow saving of test results, and then later reloading into any of the visualizers. Thus, you'll be able to use any of the standard visualizers to see test results "offline". I'm sorry it's not available yet, but hopefully soon! -Mike On 30 Apr 2002 at 16:20, Joseph Barefoot wrote: > Hi, > > I've been having various problems with using the data analyzer on files. > First of all, the graph lines one would expect according to the legend are > never there, it's just one line, I'm assuming representing the average. > Second, sometimes it doesn't work period on results from the file reporter. > All I really need it for is min/max/avg times, so if someone knows why it > sometimes doesn't compute these, I'm all ears!! :) > > > thanks, > Joe Barefoot > > > P.S. Thanks to those who set me straight on the multiple login question, > particularly Mark Walsh for his handy User Parameter Modifier. > > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> > Michael Stover [email protected] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed May 01 02:54:12 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45370 invoked from network); 1 May 2002 02:54:12 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 1 May 2002 02:54:12 -0000 Received: (qmail 12481 invoked by uid 97); 1 May 2002 01:05:00 -0000 Delivered-To: [email protected] Received: (qmail 12408 invoked by alias); 1 May 2002 01:04:59 -0000 Delivered-To: [email protected] Received: (qmail 12388 invoked by uid 97); 1 May 2002 01:04: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12374 invoked by uid 98); 1 May 2002 01:04:59 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Reply-To: <[email protected]> From: "Joseph Barefoot" <[email protected]> To: "JMeter Users List" <[email protected]>, <[email protected]> Subject: RE: data analyzer weirdness Date: Tue, 30 Apr 2002 18:05:42 -0700 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 V5.50.4910.0300 In-Reply-To: <[email protected]> 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 Oops, I meant "I'm good" as in "I'm fine/okay", not in the qualitative sense. Didn't want anyone thinkin' I'm some Java prima-donna or something. :) > -----Original Message----- > From: Joseph Barefoot [mailto:[email protected]] > Sent: Tuesday, April 30, 2002 5:14 PM > To: JMeter Users List; [email protected] > Subject: RE: data analyzer weirdness > > > I just wrote a quickie to give me the min/max/avg times from the file data > (so I'm good), but I'm still curious about the Data Analyzer--it only > appears to be useful for low volume testing. > > peace, > joe > > > -----Original Message----- > > From: Joseph Barefoot [mailto:[email protected]] > > Sent: Tuesday, April 30, 2002 4:20 PM > > To: Jmeter > > Subject: data analyzer weirdness > > > > > > Hi, > > > > I've been having various problems with using the data analyzer on files. > > First of all, the graph lines one would expect according to the > legend are > > never there, it's just one line, I'm assuming representing the average. > > Second, sometimes it doesn't work period on results from the file > > reporter. > > All I really need it for is min/max/avg times, so if someone > knows why it > > sometimes doesn't compute these, I'm all ears!! :) > > > > > > thanks, > > Joe Barefoot > > > > > > P.S. Thanks to those who set me straight on the multiple login > question, > > particularly Mark Walsh for his handy User Parameter Modifier. > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[email protected]> > > For additional commands, e-mail: > > <mailto:[email protected]> > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed May 01 02:56:42 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46821 invoked from network); 1 May 2002 02:56:42 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 1 May 2002 02:56:42 -0000 Received: (qmail 13481 invoked by uid 97); 1 May 2002 01:07:31 -0000 Delivered-To: [email protected] Received: (qmail 13385 invoked by alias); 1 May 2002 01:07:30 -0000 Delivered-To: [email protected] Received: (qmail 13371 invoked by uid 97); 1 May 2002 01:07: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: "JMeter Users List" <jmeter-user.jakarta.apache.org> Reply-To: "JMeter Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 13359 invoked by uid 98); 1 May 2002 01:07:30 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <[email protected]> Date: Tue, 30 Apr 2002 18:06:38 -0700 (PDT) From: Hemadri Dasari <[email protected]> Reply-To: [email protected] Subject: RE: data analyzer weirdness To: JMeter Users List <[email protected]>, [email protected] In-Reply-To: <[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: daedalus.apache.org 1.6.2 0/1000/N Hi Joe, Could you please share a sample to calculate min/max/avg. Also, does anyone know why I am getting this error when I try to use HTTP Proxy server to record. This was with the latest (today's) build: ***************************** Initializing... Creating Config Object...OK Creating Cache Manager...OK Creating Daemon Socket... port 8000 OK Proxy up and running! Command = GET http://hometown.aol.ca/ HTTP/1.0 Command = GET http://ht-s15.websys.aol.com:4444/promos.js?i=15934,15856,15583,15 544,14800,14881,15817,15505,15232,15076,15895,15622,15661,15778,15115 HTTP/1.0 Delivering urlconfig to test tree Delivering urlconfig to test tree Command = GET http://ht-s15.websys.aol.com:4444/PromoArt/aol_ca_search_button.gi f.11858.1.gif HTTP/1.0 Command = GET http://ar.atwola.com/html/93018336/159232004/aol?SNM=HIDBF&CT=I&wi dth=234&height=60&target=_top&TZ=240 HTTP/1.0 java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(Unknown Source) at java.net.SocketOutputStream.write(Unknown Source) at java.io.BufferedOutputStream.flushBuffer(Unknown Source) at java.io.BufferedOutputStream.flush(Unknown Source) at org.apache.jmeter.protocol.http.proxy.Proxy.writeToClient(Proxy.java: 328) at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:157) Delivering urlconfig to test tree Delivering urlconfig to test tree **************** Thanks, -Hemadri --- Joseph Barefoot <[email protected]> wrote: > I just wrote a quickie to give me the min/max/avg > times from the file data > (so I'm good), but I'm still curious about the Data > Analyzer--it only > appears to be useful for low volume testing. > > peace, > joe > > > -----Original Message----- > > From: Joseph Barefoot > [mailto:[email protected]] > > Sent: Tuesday, April 30, 2002 4:20 PM > > To: Jmeter > > Subject: data analyzer weirdness > > > > > > Hi, > > > > I've been having various problems with using the > data analyzer on files. > > First of all, the graph lines one would expect > according to the legend are > > never there, it's just one line, I'm assuming > representing the average. > > Second, sometimes it doesn't work period on > results from the file > > reporter. > > All I really need it for is min/max/avg times, so > if someone knows why it > > sometimes doesn't compute these, I'm all ears!! > :) > > > > > > thanks, > > Joe Barefoot > > > > > > P.S. Thanks to those who set me straight on the > multiple login question, > > particularly Mark Walsh for his handy User > Parameter Modifier. > > > > > > -- > > To unsubscribe, e-mail: > > > <mailto:[email protected]> > > For additional commands, e-mail: > > <mailto:[email protected]> > > > -- > To unsubscribe, e-mail: > <mailto:[email protected]> > For additional commands, e-mail: > <mailto:[email protected]> > __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]>
From [email protected] Mon Jun 04 12:24:58 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4006 invoked from network); 4 Jun 2007 12:24:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jun 2007 12:24:58 -0000 Received: (qmail 15233 invoked by uid 500); 4 Jun 2007 12:25:01 -0000 Delivered-To: [email protected] Received: (qmail 15204 invoked by uid 500); 4 Jun 2007 12:25: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15165 invoked by uid 99); 4 Jun 2007 12:25:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 05:25: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 05:24:56 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id E42C6714186 for <[email protected]>; Mon, 4 Jun 2007 05:24:35 -0700 (PDT) Message-ID: <23570224.1180959875931.JavaMail.jira@brutus> Date: Mon, 4 Jun 2007 05:24:35 -0700 (PDT) From: "Andrea Pantaleoni (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-434) Abator cannot map mysql tinyint data type! MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Abator cannot map mysql tinyint data type! ------------------------------------------- Key: IBATIS-434 URL: https://issues.apache.org/jira/browse/IBATIS-434 Project: iBatis for Java Issue Type: Bug Components: Tools Environment: mysql 5.0.27 fro windows Reporter: Andrea Pantaleoni Priority: Minor This happens with the current version of Abator when Abator try to map a table in mysql database map the tinyint data type to Object java class to reapet: Create table if not exists Example ( ID tinyint(1) ) ENGINE = InnoDB; Abator will create: public class Bug { /** * This field was generated by Abator for iBATIS. * This field corresponds to the database column bug.id * * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 */ private Object id; /** * This method was generated by Abator for iBATIS. * This method returns the value of the database column bug.id * * @return the value of bug.id * * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 */ public Object getId() { return id; } /** * This method was generated by Abator for iBATIS. * This method sets the value of the database column bug.id * * @param id the value for bug.id * * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 */ public void setId(Object id) { this.id = id; } } which is not correct because the type tinyint is mapped to java class Object Many 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] Mon Jun 04 12:48:04 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10538 invoked from network); 4 Jun 2007 12:48:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jun 2007 12:48:01 -0000 Received: (qmail 65584 invoked by uid 500); 4 Jun 2007 12:48:03 -0000 Delivered-To: [email protected] Received: (qmail 65571 invoked by uid 500); 4 Jun 2007 12:48: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65502 invoked by uid 99); 4 Jun 2007 12:48:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 05:48: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; Mon, 04 Jun 2007 05:47:57 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A9B0971418E for <[email protected]>; Mon, 4 Jun 2007 05:47:36 -0700 (PDT) Message-ID: <1624018.1180961256649.JavaMail.jira@brutus> Date: Mon, 4 Jun 2007 05:47:36 -0700 (PDT) From: "Jeff Butler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-434) Abator cannot map mysql tinyint data type! In-Reply-To: <23570224.1180959875931.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/IBATIS-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501199 ] Jeff Butler commented on IBATIS-434: ------------------------------------ I don't believe this is a bug - the JDBC driver probably reports this field as Object type because TINYINT is not a standard JDBC type. In your configuration for this table, you'll have to add a <columnOverride> element to specify the type you desire (java.lang.Short, java.lang.Integer, etc.) Also - please use the mailing lists for support questions! > Abator cannot map mysql tinyint data type! > ------------------------------------------- > > Key: IBATIS-434 > URL: https://issues.apache.org/jira/browse/IBATIS-434 > Project: iBatis for Java > Issue Type: Bug > Components: Tools > Environment: mysql 5.0.27 fro windows > Reporter: Andrea Pantaleoni > Priority: Minor > > This happens with the current version of Abator > when Abator try to map a table in mysql database map the tinyint data type to Object java class > to reapet: > Create table if not exists Example ( > ID tinyint(1) > ) > ENGINE = InnoDB; > Abator will create: > public class Bug { > /** > * This field was generated by Abator for iBATIS. > * This field corresponds to the database column bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > private Object id; > /** > * This method was generated by Abator for iBATIS. > * This method returns the value of the database column bug.id > * > * @return the value of bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > public Object getId() { > return id; > } > /** > * This method was generated by Abator for iBATIS. > * This method sets the value of the database column bug.id > * > * @param id the value for bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > public void setId(Object id) { > this.id = id; > } > } > which is not correct because the type tinyint is mapped to java class Object > Many 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] Mon Jun 04 13:25:58 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30985 invoked from network); 4 Jun 2007 13:25:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jun 2007 13:25:58 -0000 Received: (qmail 38747 invoked by uid 500); 4 Jun 2007 13:26:01 -0000 Delivered-To: [email protected] Received: (qmail 38731 invoked by uid 500); 4 Jun 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]> List-Id: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38720 invoked by uid 99); 4 Jun 2007 13:26:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 06:26: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 06:25:56 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 7DDB3714186 for <[email protected]>; Mon, 4 Jun 2007 06:25:36 -0700 (PDT) Message-ID: <3164311.1180963536487.JavaMail.jira@brutus> Date: Mon, 4 Jun 2007 06:25:36 -0700 (PDT) From: "Andrea Pantaleoni (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-434) Abator cannot map mysql tinyint data type! In-Reply-To: <23570224.1180959875931.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/IBATIS-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501208 ] Andrea Pantaleoni commented on IBATIS-434: ------------------------------------------ please try to read carefully this page http://www.mysql.org/doc/refman/5.0/en/connector-j-reference-type-conversions.html if you modify the create table in this way: CREATE TABLE `bug` ( `id` tinyint(4) default NULL ) ENGINE=INNODB; abator creates a correct bin; public class Bug { /** * This field was generated by Abator for iBATIS. * This field corresponds to the database column bug.id * * @abatorgenerated Mon Jun 04 15:19:06 CEST 2007 */ private Byte id; /** * This method was generated by Abator for iBATIS. * This method returns the value of the database column bug.id * * @return the value of bug.id * * @abatorgenerated Mon Jun 04 15:19:06 CEST 2007 */ public Byte getId() { return id; } /** * This method was generated by Abator for iBATIS. * This method sets the value of the database column bug.id * * @param id the value for bug.id * * @abatorgenerated Mon Jun 04 15:19:06 CEST 2007 */ public void setId(Byte id) { this.id = id; } } so the problem is TINYINT(1) and not TINYINT anyway from connector/j the driver I'm using tiniint is correct mapped. thanks > Abator cannot map mysql tinyint data type! > ------------------------------------------- > > Key: IBATIS-434 > URL: https://issues.apache.org/jira/browse/IBATIS-434 > Project: iBatis for Java > Issue Type: Bug > Components: Tools > Environment: mysql 5.0.27 fro windows > Reporter: Andrea Pantaleoni > Priority: Minor > > This happens with the current version of Abator > when Abator try to map a table in mysql database map the tinyint data type to Object java class > to reapet: > Create table if not exists Example ( > ID tinyint(1) > ) > ENGINE = InnoDB; > Abator will create: > public class Bug { > /** > * This field was generated by Abator for iBATIS. > * This field corresponds to the database column bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > private Object id; > /** > * This method was generated by Abator for iBATIS. > * This method returns the value of the database column bug.id > * > * @return the value of bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > public Object getId() { > return id; > } > /** > * This method was generated by Abator for iBATIS. > * This method sets the value of the database column bug.id > * > * @param id the value for bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > public void setId(Object id) { > this.id = id; > } > } > which is not correct because the type tinyint is mapped to java class Object > Many 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] Mon Jun 04 13:45:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36935 invoked from network); 4 Jun 2007 13:45:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jun 2007 13:45:58 -0000 Received: (qmail 76607 invoked by uid 500); 4 Jun 2007 13:46:02 -0000 Delivered-To: [email protected] Received: (qmail 76595 invoked by uid 500); 4 Jun 2007 13:46: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76584 invoked by uid 99); 4 Jun 2007 13:46:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 06:46: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 06:45:57 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 0BE34714045 for <[email protected]>; Mon, 4 Jun 2007 06:45:36 -0700 (PDT) Message-ID: <25813948.1180964736220.JavaMail.jira@brutus> Date: Mon, 4 Jun 2007 06:45:36 -0700 (PDT) From: "Jeff Butler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-434) Abator cannot map mysql tinyint data type! In-Reply-To: <23570224.1180959875931.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/IBATIS-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501217 ] Jeff Butler commented on IBATIS-434: ------------------------------------ What are you expecting Abator to generate? If you have the property "tinyInt1isBit" set to "true", then I suppose you want a boolean. Otherwise, a byte. Is that correct? But my guess is that the driver still reports "Object" as the data in either instance. So I still recommend that you use a <columnOverride> to tell Abator what to do in this situation. This is the reason <columnOverride> exists. There are other instances in MySql where you need to use <columnOverride> - because MySql has many more type options than JDBC. There is some information in the Abator documentation about this. > Abator cannot map mysql tinyint data type! > ------------------------------------------- > > Key: IBATIS-434 > URL: https://issues.apache.org/jira/browse/IBATIS-434 > Project: iBatis for Java > Issue Type: Bug > Components: Tools > Environment: mysql 5.0.27 fro windows > Reporter: Andrea Pantaleoni > Priority: Minor > > This happens with the current version of Abator > when Abator try to map a table in mysql database map the tinyint data type to Object java class > to reapet: > Create table if not exists Example ( > ID tinyint(1) > ) > ENGINE = InnoDB; > Abator will create: > public class Bug { > /** > * This field was generated by Abator for iBATIS. > * This field corresponds to the database column bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > private Object id; > /** > * This method was generated by Abator for iBATIS. > * This method returns the value of the database column bug.id > * > * @return the value of bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > public Object getId() { > return id; > } > /** > * This method was generated by Abator for iBATIS. > * This method sets the value of the database column bug.id > * > * @param id the value for bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > public void setId(Object id) { > this.id = id; > } > } > which is not correct because the type tinyint is mapped to java class Object > Many 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] Mon Jun 04 14:32:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49101 invoked from network); 4 Jun 2007 14:32:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jun 2007 14:32:00 -0000 Received: (qmail 61429 invoked by uid 500); 4 Jun 2007 14:32:03 -0000 Delivered-To: [email protected] Received: (qmail 61266 invoked by uid 500); 4 Jun 2007 14: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61250 invoked by uid 99); 4 Jun 2007 14:32:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 07:32: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 07:31:57 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3169A714045 for <[email protected]>; Mon, 4 Jun 2007 07:31:37 -0700 (PDT) Message-ID: <6884371.1180967496751.JavaMail.jira@brutus> Date: Mon, 4 Jun 2007 07:31:36 -0700 (PDT) From: "Andrea Pantaleoni (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-434) Abator cannot map mysql tinyint data type! In-Reply-To: <23570224.1180959875931.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/IBATIS-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501229 ] Andrea Pantaleoni commented on IBATIS-434: ------------------------------------------ Jeff my goal it is just to contribute to open source software I tried mysql jdbc driver mysql-connector-java-5.0.3-bin.jar with the following code Class.forName("com.mysql.jdbc.Driver"); String url ="jdbc:mysql://localhost:3311/test"; Connection con =DriverManager.getConnection(url,"root", "menem"); Statement stmt = con.createStatement(); ResultSet rs = stmt.executeQuery("SELECT id FROM BUG"); ResultSetMetaData rsmd = rs.getMetaData(); System.out.println(rsmd.getColumnType(1)); if I define the column id as tinyint(4) I get -6 which is java.sql.Types.TINYINT if I define the column id as tinyint(1) I get -7 which is java.sql.Types.BIT in the abator source code the class JavaTypeResolverDefaultImpl is written in the method public void initializeResolvedJavaType(ColumnDefinition cd) case Types.BIT: type.setJdbcTypeName("BIT"); //$NON-NLS-1$ type.setFullyQualifiedJavaType(new FullyQualifiedJavaType(Object.class.getName())); break; why you map BIt with class Object? i add the sun notes about mapping sql types with java types 9.3.3 BIT The JDBC type BIT represents a single bit value that can be zero or one. SQL-92 defines an SQL BIT type. However, unlike the JDBC BIT type, this SQL-92 BIT type can be used as a parameterized type to define a fixed-length binary string. Fortunately, SQL-92 also permits the use of the simple non-parameterized BIT type to represent a single binary digit, and this usage corresponds to the JDBC BIT type. Unfortunately, the SQL-92 BIT type is only required in "full" SQL-92 and is currently supported by only a subset of the major databases. Portable code may therefore prefer to use the JDBC SMALLINT type, which is widely supported. The recommended Java mapping for the JDBC BIT type is as a Java boolean. thanks > Abator cannot map mysql tinyint data type! > ------------------------------------------- > > Key: IBATIS-434 > URL: https://issues.apache.org/jira/browse/IBATIS-434 > Project: iBatis for Java > Issue Type: Bug > Components: Tools > Environment: mysql 5.0.27 fro windows > Reporter: Andrea Pantaleoni > Priority: Minor > > This happens with the current version of Abator > when Abator try to map a table in mysql database map the tinyint data type to Object java class > to reapet: > Create table if not exists Example ( > ID tinyint(1) > ) > ENGINE = InnoDB; > Abator will create: > public class Bug { > /** > * This field was generated by Abator for iBATIS. > * This field corresponds to the database column bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > private Object id; > /** > * This method was generated by Abator for iBATIS. > * This method returns the value of the database column bug.id > * > * @return the value of bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > public Object getId() { > return id; > } > /** > * This method was generated by Abator for iBATIS. > * This method sets the value of the database column bug.id > * > * @param id the value for bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > public void setId(Object id) { > this.id = id; > } > } > which is not correct because the type tinyint is mapped to java class Object > Many 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] Mon Jun 04 18:55:50 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55775 invoked from network); 4 Jun 2007 18:55:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jun 2007 18:55:50 -0000 Received: (qmail 76060 invoked by uid 500); 4 Jun 2007 18:55:54 -0000 Delivered-To: [email protected] Received: (qmail 75910 invoked by uid 500); 4 Jun 2007 18:55: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75899 invoked by uid 99); 4 Jun 2007 18:55:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 11:55:53 -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; Mon, 04 Jun 2007 11:55:47 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9B00071418E for <[email protected]>; Mon, 4 Jun 2007 11:55:26 -0700 (PDT) Message-ID: <7706925.1180983326616.JavaMail.jira@brutus> Date: Mon, 4 Jun 2007 11:55:26 -0700 (PDT) From: "Jeff Butler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (IBATIS-434) Abator cannot map mysql tinyint data type! In-Reply-To: <23570224.1180959875931.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/IBATIS-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-434. ------------------------------ Resolution: Fixed Sorry for taking a while to understand this - but you are correct. BIT datatype should be mapped to Booelan by default. It is now fixed in SVN. In the meantime, you can use a <columnOverride> to force Abator to map a BIT field to java.lang.Boolean. > Abator cannot map mysql tinyint data type! > ------------------------------------------- > > Key: IBATIS-434 > URL: https://issues.apache.org/jira/browse/IBATIS-434 > Project: iBatis for Java > Issue Type: Bug > Components: Tools > Environment: mysql 5.0.27 fro windows > Reporter: Andrea Pantaleoni > Assignee: Jeff Butler > Priority: Minor > > This happens with the current version of Abator > when Abator try to map a table in mysql database map the tinyint data type to Object java class > to reapet: > Create table if not exists Example ( > ID tinyint(1) > ) > ENGINE = InnoDB; > Abator will create: > public class Bug { > /** > * This field was generated by Abator for iBATIS. > * This field corresponds to the database column bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > private Object id; > /** > * This method was generated by Abator for iBATIS. > * This method returns the value of the database column bug.id > * > * @return the value of bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > public Object getId() { > return id; > } > /** > * This method was generated by Abator for iBATIS. > * This method sets the value of the database column bug.id > * > * @param id the value for bug.id > * > * @abatorgenerated Mon Jun 04 14:20:19 CEST 2007 > */ > public void setId(Object id) { > this.id = id; > } > } > which is not correct because the type tinyint is mapped to java class Object > Many 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] Mon Jun 04 19:52:27 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90664 invoked from network); 4 Jun 2007 19:52:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jun 2007 19:52:27 -0000 Received: (qmail 96205 invoked by uid 500); 4 Jun 2007 19:52:30 -0000 Delivered-To: [email protected] Received: (qmail 96190 invoked by uid 500); 4 Jun 2007 19: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]> List-Id: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96175 invoked by uid 99); 4 Jun 2007 19:52:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 12:52:30 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=X_PRIORITY_HIGH X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO dumbarton.viewtier.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 12:52:25 -0700 Received: by dumbarton.viewtier.com (Postfix, from userid 503) id 63DDF4304DF; Mon, 4 Jun 2007 12:52:04 -0700 (PDT) Received: from dumbarton (localhost [161.129.204.104]) by dumbarton.viewtier.com (Postfix) with ESMTP id 3E3304304E0; Mon, 4 Jun 2007 12:52:01 -0700 (PDT) Message-ID: <31423932.1180986721251.JavaMail.paraman@dumbarton> Date: Mon, 4 Jun 2007 12:52:01 -0700 (PDT) From: Build Administrator <[email protected]> Reply-To: Build Administrator <[email protected]> To: Build Administrator <[email protected]>, [email protected] Subject: [parabuild] BUILD for IBATIS (#52) on localhost TIMED OUT: Timed out after 60 minutes and was stopped. MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 7bit X-Priority: 1 Priority: Urgent Importance: high X-Virus-Checked: Checked by ClamAV on apache.org BUILD result ------------------------------------------------------------ BUILD for IBATIS (#52) on localhost TIMED OUT: Timed out after 60 minutes and was stopped. Build status: http://parabuild.viewtier.com/parabuild/index.htm?view=detailed&buildid=150 Suspect changes ------------------------------------------------------------ Change(s) by jgbutler : - Fixes for IBATIS-434 - incorrect default datatype mapping fo; Time: 11:50 AM 06/04/2007; Change list: 544210 Change(s) Details: http://parabuild.viewtier.com/parabuild/build/changes.htm?buildrunid=3902 BUILD logs ------------------------------------------------------------ BUILD log: http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5150 Error lines: http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5151 JUnit Tests: http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5152 Log Lines Around Error ------------------------------------------------------------ [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 101 ms} [junit] Running com.ibatis.sqlmap.ParameterMapTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 12.186 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 118 ms} [junit] Running com.ibatis.sqlmap.TransactionTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 18.601 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 99 ms} [junit] Running com.ibatis.sqlmap.BatchTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 10.379 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 92 ms} [junit] Running com.ibatis.sqlmap.DynamicTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 24, Failures: 0, Errors: 0, Time elapsed: 21.721 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 157 ms} [junit] Running com.ibatis.sqlmap.engine.cache.lru.LruCacheControllerTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.114 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 97 ms} [junit] Running com.ibatis.sqlmap.engine.cache.fifo.FifoCacheControllerTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.097 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 99 ms} [junit] Running com.ibatis.sqlmap.engine.cache.memory.MemoryCacheControllerTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.11 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 102 ms} [junit] Running com.ibatis.sqlmap.engine.cache.CacheKeyTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.042 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 100 ms} [junit] Running com.ibatis.sqlmap.XmlStatementTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 11.84 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 87 ms} [junit] Running com.ibatis.sqlmap.DirectFieldMappingTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.33 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 102 ms} [junit] Running com.ibatis.sqlmap.CacheStatementTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 14.94 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 97 ms} [junit] Running com.ibatis.sqlmap.PrivateMethodAccessTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 9.836 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 99 ms} ./ant: line 3: 17784 Killed $JAVA_HOME/bin/java -classpath $BUILD_CP org.apache.tools.ant.Main -buildfile build.xml $1 Timings ------------------------------------------------------------ BUILD took 01 hours From [email protected] Mon Jun 04 22:09:55 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63506 invoked from network); 4 Jun 2007 22:09:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jun 2007 22:09:54 -0000 Received: (qmail 95529 invoked by uid 500); 4 Jun 2007 22:09:57 -0000 Delivered-To: [email protected] Received: (qmail 95504 invoked by uid 500); 4 Jun 2007 22:09: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95493 invoked by uid 99); 4 Jun 2007 22:09:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 15:09: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 15:09:52 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 190B54297CD for <[email protected]>; Mon, 4 Jun 2007 15:09:32 -0700 (PDT) Message-ID: <24492092.1180994972091.JavaMail.jira@brutus> Date: Mon, 4 Jun 2007 15:09:32 -0700 (PDT) From: "Jeff Butler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-414) Allow extending the Example classes or allow hand written criteria In-Reply-To: <17830326.1175614652703.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/IBATIS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501394 ] Jeff Butler commented on IBATIS-414: ------------------------------------ I understand the issue and you are correct - there's no way to do this right now in the code generated from Abator. I made everything private because it is somewhat fragile code and I didn't want people getting into trouble by calling methods when they don't fully understand the consequences. I'd be open to adding a configuration property that specifies that these methods should be made public - something like "allowCriteriaClassAccess" which would default to "false". Would that work for you? > Allow extending the Example classes or allow hand written criteria > ------------------------------------------------------------------ > > Key: IBATIS-414 > URL: https://issues.apache.org/jira/browse/IBATIS-414 > Project: iBatis for Java > Issue Type: Improvement > Components: Tools > Affects Versions: 2.3.0 > Environment: Java 1.5, Maven 2, ANT 1.6.5, Ibatis 2.3.0, abator 1.0.0 > Reporter: James Burton > > I currently have database searches implemented very nicely with abator generated code. I use the Example classes with the 'and..Like' criteria to do this. It works great. > However, I now have a requirement to make these searches case-insensitive. After a bit of thinking I decided to try and extend the generated Example classes and override the 'and..Like' methods to add in the required upper() functions that Sybase requires to get true case insensitivity. I need to get a criteria added something like this... > addCriterion("upper(code) like", value, "upper(code)"); > The problem is, I cannot extend the Example classes because there is no public constructor on the 'Criteria' inner class. Nor does the Example class allow a 'hand written' criteria to be added. This too, would be very useful. > Do you think you could add a public constructor or make the existing one public? Either that or add methods to allow adding a hand-written criteria? ..or is there a better way to do this that I have completely missed? > If not, > Thanks, > James -- 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 05 08:47:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95847 invoked from network); 5 Jun 2007 08:47:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Jun 2007 08:47:48 -0000 Received: (qmail 88147 invoked by uid 500); 5 Jun 2007 08:47:52 -0000 Delivered-To: [email protected] Received: (qmail 88053 invoked by uid 500); 5 Jun 2007 08:47: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88037 invoked by uid 99); 5 Jun 2007 08:47:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 01:47:51 -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, 05 Jun 2007 01:47:47 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id C82D74297CD for <[email protected]>; Tue, 5 Jun 2007 01:47:26 -0700 (PDT) Message-ID: <14938646.1181033246813.JavaMail.jira@brutus> Date: Tue, 5 Jun 2007 01:47:26 -0700 (PDT) From: "James Burton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-414) Allow extending the Example classes or allow hand written criteria In-Reply-To: <17830326.1175614652703.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/IBATIS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501489 ] James Burton commented on IBATIS-414: ------------------------------------- Thanks for the reply. As long as I will be able to extend the Example classes to add a method something like this... public Criteria andCodeLikeCaseInsensitive(String value) { addCriterion("upper(value) like", value, "upper(value)"); return this; } ...then that will work for me (I think...!). > Allow extending the Example classes or allow hand written criteria > ------------------------------------------------------------------ > > Key: IBATIS-414 > URL: https://issues.apache.org/jira/browse/IBATIS-414 > Project: iBatis for Java > Issue Type: Improvement > Components: Tools > Affects Versions: 2.3.0 > Environment: Java 1.5, Maven 2, ANT 1.6.5, Ibatis 2.3.0, abator 1.0.0 > Reporter: James Burton > > I currently have database searches implemented very nicely with abator generated code. I use the Example classes with the 'and..Like' criteria to do this. It works great. > However, I now have a requirement to make these searches case-insensitive. After a bit of thinking I decided to try and extend the generated Example classes and override the 'and..Like' methods to add in the required upper() functions that Sybase requires to get true case insensitivity. I need to get a criteria added something like this... > addCriterion("upper(code) like", value, "upper(code)"); > The problem is, I cannot extend the Example classes because there is no public constructor on the 'Criteria' inner class. Nor does the Example class allow a 'hand written' criteria to be added. This too, would be very useful. > Do you think you could add a public constructor or make the existing one public? Either that or add methods to allow adding a hand-written criteria? ..or is there a better way to do this that I have completely missed? > If not, > Thanks, > James -- 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 05 20:50:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72972 invoked from network); 5 Jun 2007 20:50:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Jun 2007 20:50:48 -0000 Received: (qmail 64280 invoked by uid 500); 5 Jun 2007 20:50:52 -0000 Delivered-To: [email protected] Received: (qmail 64127 invoked by uid 500); 5 Jun 2007 20:50: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64116 invoked by uid 99); 5 Jun 2007 20:50:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 13:50:51 -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, 05 Jun 2007 13:50:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 92828714198 for <[email protected]>; Tue, 5 Jun 2007 13:50:26 -0700 (PDT) Message-ID: <20057568.1181076626597.JavaMail.jira@brutus> Date: Tue, 5 Jun 2007 13:50:26 -0700 (PDT) From: "James Burton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Issue Comment Edited: (IBATIS-414) Allow extending the Example classes or allow hand written criteria In-Reply-To: <17830326.1175614652703.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/IBATIS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501489 ] James Burton edited comment on IBATIS-414 at 6/5/07 1:50 PM: ------------------------------------------------------------- Thanks for the reply. As long as I will be able to extend the Example classes to add a method something like this... public Criteria andCodeLikeCaseInsensitive(String value) { addCriterion("upper(code) like", value, "upper(code)"); return this; } ...then that will work for me (I think...!). was: Thanks for the reply. As long as I will be able to extend the Example classes to add a method something like this... public Criteria andCodeLikeCaseInsensitive(String value) { addCriterion("upper(value) like", value, "upper(value)"); return this; } ...then that will work for me (I think...!). > Allow extending the Example classes or allow hand written criteria > ------------------------------------------------------------------ > > Key: IBATIS-414 > URL: https://issues.apache.org/jira/browse/IBATIS-414 > Project: iBatis for Java > Issue Type: Improvement > Components: Tools > Affects Versions: 2.3.0 > Environment: Java 1.5, Maven 2, ANT 1.6.5, Ibatis 2.3.0, abator 1.0.0 > Reporter: James Burton > > I currently have database searches implemented very nicely with abator generated code. I use the Example classes with the 'and..Like' criteria to do this. It works great. > However, I now have a requirement to make these searches case-insensitive. After a bit of thinking I decided to try and extend the generated Example classes and override the 'and..Like' methods to add in the required upper() functions that Sybase requires to get true case insensitivity. I need to get a criteria added something like this... > addCriterion("upper(code) like", value, "upper(code)"); > The problem is, I cannot extend the Example classes because there is no public constructor on the 'Criteria' inner class. Nor does the Example class allow a 'hand written' criteria to be added. This too, would be very useful. > Do you think you could add a public constructor or make the existing one public? Either that or add methods to allow adding a hand-written criteria? ..or is there a better way to do this that I have completely missed? > If not, > Thanks, > James -- 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 05 21:13:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36937 invoked from network); 5 Jun 2007 21:13:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Jun 2007 21:13:47 -0000 Received: (qmail 5686 invoked by uid 500); 5 Jun 2007 21:13:50 -0000 Delivered-To: [email protected] Received: (qmail 5674 invoked by uid 500); 5 Jun 2007 21:13: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5663 invoked by uid 99); 5 Jun 2007 21:13:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 14:13: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 14:13:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id E42F0714190 for <[email protected]>; Tue, 5 Jun 2007 14:13:25 -0700 (PDT) Message-ID: <7781646.1181078005902.JavaMail.jira@brutus> Date: Tue, 5 Jun 2007 14:13:25 -0700 (PDT) From: "Jeff Butler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-414) Allow extending the Example classes or allow hand written criteria In-Reply-To: <17830326.1175614652703.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/IBATIS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501694 ] Jeff Butler commented on IBATIS-414: ------------------------------------ The more I think about it, the more I dislike the configuration option. How about if I just make the relevent methods and fields protected instead of private? You'll have to write a class like this: ExtendedExample extends SomeTableExample { public ExtendedCriteria createExtendedCriteria() { ExtendedCriteria criteria = new ExtendedCriteria(); if (oredCriteria.size() == 0) { oredCriteria.add(criteria); } return criteria; } public static class ExtendedCriteria extends SomeTableExample.Criteria { public ExtendedCriteria andCodeLikeCaseInsensitive(String value) { addCriterion("upper(code) like", value.toUpperCase(), "code"); return this; } } } This will be a quick change for me and will also make it possible to extend these classes. > Allow extending the Example classes or allow hand written criteria > ------------------------------------------------------------------ > > Key: IBATIS-414 > URL: https://issues.apache.org/jira/browse/IBATIS-414 > Project: iBatis for Java > Issue Type: Improvement > Components: Tools > Affects Versions: 2.3.0 > Environment: Java 1.5, Maven 2, ANT 1.6.5, Ibatis 2.3.0, abator 1.0.0 > Reporter: James Burton > > I currently have database searches implemented very nicely with abator generated code. I use the Example classes with the 'and..Like' criteria to do this. It works great. > However, I now have a requirement to make these searches case-insensitive. After a bit of thinking I decided to try and extend the generated Example classes and override the 'and..Like' methods to add in the required upper() functions that Sybase requires to get true case insensitivity. I need to get a criteria added something like this... > addCriterion("upper(code) like", value, "upper(code)"); > The problem is, I cannot extend the Example classes because there is no public constructor on the 'Criteria' inner class. Nor does the Example class allow a 'hand written' criteria to be added. This too, would be very useful. > Do you think you could add a public constructor or make the existing one public? Either that or add methods to allow adding a hand-written criteria? ..or is there a better way to do this that I have completely missed? > If not, > Thanks, > James -- 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 06 02:33:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22366 invoked from network); 6 Jun 2007 02:33:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2007 02:33:48 -0000 Received: (qmail 43396 invoked by uid 500); 6 Jun 2007 02:33:51 -0000 Delivered-To: [email protected] Received: (qmail 43335 invoked by uid 500); 6 Jun 2007 02:33: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43323 invoked by uid 99); 6 Jun 2007 02:33:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 19:33:51 -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, 05 Jun 2007 19:33:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 4EED2714198 for <[email protected]>; Tue, 5 Jun 2007 19:33:26 -0700 (PDT) Message-ID: <1022833.1181097206320.JavaMail.jira@brutus> Date: Tue, 5 Jun 2007 19:33:26 -0700 (PDT) From: "Jeff Butler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (IBATIS-414) Allow extending the Example classes or allow hand written criteria In-Reply-To: <17830326.1175614652703.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/IBATIS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-414. ------------------------------ Resolution: Fixed Fixed in SVN (with protected methods and fields) > Allow extending the Example classes or allow hand written criteria > ------------------------------------------------------------------ > > Key: IBATIS-414 > URL: https://issues.apache.org/jira/browse/IBATIS-414 > Project: iBatis for Java > Issue Type: Improvement > Components: Tools > Affects Versions: 2.3.0 > Environment: Java 1.5, Maven 2, ANT 1.6.5, Ibatis 2.3.0, abator 1.0.0 > Reporter: James Burton > Assignee: Jeff Butler > > I currently have database searches implemented very nicely with abator generated code. I use the Example classes with the 'and..Like' criteria to do this. It works great. > However, I now have a requirement to make these searches case-insensitive. After a bit of thinking I decided to try and extend the generated Example classes and override the 'and..Like' methods to add in the required upper() functions that Sybase requires to get true case insensitivity. I need to get a criteria added something like this... > addCriterion("upper(code) like", value, "upper(code)"); > The problem is, I cannot extend the Example classes because there is no public constructor on the 'Criteria' inner class. Nor does the Example class allow a 'hand written' criteria to be added. This too, would be very useful. > Do you think you could add a public constructor or make the existing one public? Either that or add methods to allow adding a hand-written criteria? ..or is there a better way to do this that I have completely missed? > If not, > Thanks, > James -- 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 06 04:39:56 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59712 invoked from network); 6 Jun 2007 04:39:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2007 04:39:56 -0000 Received: (qmail 47279 invoked by uid 500); 6 Jun 2007 04:39:59 -0000 Delivered-To: [email protected] Received: (qmail 47127 invoked by uid 500); 6 Jun 2007 04:39: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47116 invoked by uid 99); 6 Jun 2007 04:39:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 21:39:58 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=X_PRIORITY_HIGH X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO dumbarton.viewtier.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 21:39:53 -0700 Received: by dumbarton.viewtier.com (Postfix, from userid 503) id D27A54304DE; Tue, 5 Jun 2007 21:39:32 -0700 (PDT) Received: from dumbarton (localhost [161.129.204.104]) by dumbarton.viewtier.com (Postfix) with ESMTP id 9F1A94304E0; Tue, 5 Jun 2007 21:39:29 -0700 (PDT) Message-ID: <14788352.1181104769648.JavaMail.paraman@dumbarton> Date: Tue, 5 Jun 2007 21:39:29 -0700 (PDT) From: Build Administrator <[email protected]> Reply-To: Build Administrator <[email protected]> To: Build Administrator <[email protected]>, [email protected] Subject: [parabuild] BUILD for IBATIS (#53) on localhost TIMED OUT: Timed out after 120 minutes and was stopped. MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 7bit X-Priority: 1 Priority: Urgent Importance: high X-Virus-Checked: Checked by ClamAV on apache.org BUILD result ------------------------------------------------------------ BUILD for IBATIS (#53) on localhost TIMED OUT: Timed out after 120 minutes and was stopped. Build status: http://parabuild.viewtier.com/parabuild/index.htm?view=detailed&buildid=150 Suspect changes ------------------------------------------------------------ Change(s) by jgbutler : - Fixes for IBATIS-414 (Abator) - allow generated example and ; Time: 07:29 PM 06/05/2007; Change list: 544712 - Fixes for IBATIS-434 - incorrect default datatype mapping fo; Time: 11:50 AM 06/04/2007; Change list: 544210 Change(s) Details: http://parabuild.viewtier.com/parabuild/build/changes.htm?buildrunid=3956 BUILD logs ------------------------------------------------------------ BUILD log: http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5243 Error lines: http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5244 JUnit Tests: http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5245 Log Lines Around Error ------------------------------------------------------------ [javac] import com.ibatis.common.util.PaginatedList; [javac] ^ [javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/impl/SqlMapSessionImpl.java:19: warning: [deprecation] com.ibatis.common.util.PaginatedList in com.ibatis.common.util has been deprecated [javac] import com.ibatis.common.util.PaginatedList; [javac] ^ [javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/impl/SqlMapClientImpl.java:18: warning: [deprecation] com.ibatis.common.util.PaginatedList in com.ibatis.common.util has been deprecated [javac] import com.ibatis.common.util.PaginatedList; [javac] ^ [javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/mapping/statement/PaginatedDataList.java:19: warning: [deprecation] com.ibatis.common.util.PaginatedList in com.ibatis.common.util has been deprecated [javac] import com.ibatis.common.util.PaginatedList; [javac] ^ [javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/common/beans/ClassInfo.java:349: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] cast to java.lang.Object for a varargs call [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning [javac] return defaultConstructor.newInstance(null); [javac] ^ [javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:322: warning: [deprecation] getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated [javac] public InputStream getUnicodeStream(String columnName) throws SQLException { [javac] ^ [javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:106: warning: [deprecation] getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated [javac] public BigDecimal getBigDecimal(String columnName, int scale) throws SQLException { [javac] ^ [javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:318: warning: [deprecation] getUnicodeStream(int) in java.sql.ResultSet has been deprecated [javac] public InputStream getUnicodeStream(int columnIndex) throws SQLException { [javac] ^ [javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:98: warning: [deprecation] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated [javac] public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException { [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 11 warnings [copy] Copying 4 files to /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/classes [javac] Compiling 2 source files to /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/testclasses [javac] Compiling 76 source files to /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/testclasses [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [copy] Copying 34 files to /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/testclasses test.instrument: [emma.instr] processing instrumentation path ... [emma.instr] instrumentation path processed in 3451 ms [emma.instr] [230 class(es) instrumented, 0 resource(s) copied] [emma.instr] metadata merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 790 ms} test.run: [junit] Running com.ibatis.common.xml.NodeletUtilsTest [junit] EMMA: collecting runtime coverage data ... [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.563 sec [junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 164 ms} ./ant: line 3: 21230 Killed $JAVA_HOME/bin/java -classpath $BUILD_CP org.apache.tools.ant.Main -buildfile build.xml $1 Timings ------------------------------------------------------------ BUILD took 02 hours From [email protected] Wed Jun 06 08:45:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16785 invoked from network); 6 Jun 2007 08:45:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2007 08:45:00 -0000 Received: (qmail 61894 invoked by uid 500); 6 Jun 2007 08:44:51 -0000 Delivered-To: [email protected] Received: (qmail 61811 invoked by uid 500); 6 Jun 2007 08:44: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61740 invoked by uid 99); 6 Jun 2007 08:44:50 -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 01:44: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 01:44:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id F0AD171418E for <[email protected]>; Wed, 6 Jun 2007 01:44:25 -0700 (PDT) Message-ID: <18798272.1181119465949.JavaMail.jira@brutus> Date: Wed, 6 Jun 2007 01:44:25 -0700 (PDT) From: "James Burton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-414) Allow extending the Example classes or allow hand written criteria In-Reply-To: <17830326.1175614652703.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/IBATIS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501854 ] James Burton commented on IBATIS-414: ------------------------------------- Thanks Jeff, that will be perfect.... it is exactly what I tried to do initially! > Allow extending the Example classes or allow hand written criteria > ------------------------------------------------------------------ > > Key: IBATIS-414 > URL: https://issues.apache.org/jira/browse/IBATIS-414 > Project: iBatis for Java > Issue Type: Improvement > Components: Tools > Affects Versions: 2.3.0 > Environment: Java 1.5, Maven 2, ANT 1.6.5, Ibatis 2.3.0, abator 1.0.0 > Reporter: James Burton > Assignee: Jeff Butler > > I currently have database searches implemented very nicely with abator generated code. I use the Example classes with the 'and..Like' criteria to do this. It works great. > However, I now have a requirement to make these searches case-insensitive. After a bit of thinking I decided to try and extend the generated Example classes and override the 'and..Like' methods to add in the required upper() functions that Sybase requires to get true case insensitivity. I need to get a criteria added something like this... > addCriterion("upper(code) like", value, "upper(code)"); > The problem is, I cannot extend the Example classes because there is no public constructor on the 'Criteria' inner class. Nor does the Example class allow a 'hand written' criteria to be added. This too, would be very useful. > Do you think you could add a public constructor or make the existing one public? Either that or add methods to allow adding a hand-written criteria? ..or is there a better way to do this that I have completely missed? > If not, > Thanks, > James -- 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 06 14:58:52 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93690 invoked from network); 6 Jun 2007 14:58:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2007 14:58:51 -0000 Received: (qmail 28877 invoked by uid 500); 6 Jun 2007 14:58:52 -0000 Delivered-To: [email protected] Received: (qmail 28797 invoked by uid 500); 6 Jun 2007 14:58: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28486 invoked by uid 99); 6 Jun 2007 14:58:51 -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 07:58:51 -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; Wed, 06 Jun 2007 07:58:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 7EE2C71419D for <[email protected]>; Wed, 6 Jun 2007 07:58:26 -0700 (PDT) Message-ID: <13530169.1181141906517.JavaMail.jira@brutus> Date: Wed, 6 Jun 2007 07:58:26 -0700 (PDT) From: "Sylvion Mbi (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-435) Bug Using iBATIS 2.3.0 And Spring Framework MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Bug Using iBATIS 2.3.0 And Spring Framework ------------------------------------------- Key: IBATIS-435 URL: https://issues.apache.org/jira/browse/IBATIS-435 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.0 Environment: Solaris 9, WebSphere 6, Websphere MQ 6, Oracle 10g with XA driver, clustered JVMs Reporter: Sylvion Mbi Fix For: 2.3.1 The following error below occurs and shuts down the JVMs when ever we try to execute a statement...I believe this error may be due to statement caching. ============================================================================================ "MessageListenerThreadPool : 0" daemon prio=5 tid=0x0183b678 nid=0x2d in Object.wait() [6e4fd000..6e4ffc30] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:429) at com.ibatis.common.util.Throttle.increment(Throttle.java:70) - locked <0x83bc12d0> (a java.lang.Object) at com.ibatis.common.util.ThrottledPool.pop(ThrottledPool.java:57) at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.popSession(SqlMapExecutorDelegate.java:933) at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.<init>(SqlMapSessionImpl.java:51) at com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.getLocalSqlMapSession(SqlMapClientImpl.java:259) at com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.queryForObject(SqlMapClientImpl.java:83) at org.springframework.orm.ibatis.SqlMapClientTemplate$1.doInSqlMapClient(SqlMapClientTemplate.java:224) at org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:165) at org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:222) at gov.hhs.cms.cbss.das.application.persistence.ibatis.HomePageIbatisDao.getSupplierStats(Unknown Source) at gov.hhs.cms.cbss.das.application.persistence.ibatis.HomePageIbatisDao.getStatistics(Unknown Source) at sun.reflect.GeneratedMethodAccessor146.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:335) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176) at $Proxy25.getStatistics(Unknown Source) at gov.hhs.cms.cbss.das.application.service.impl.HomePageServiceImpl.getStatistics(Unknown Source) at sun.reflect.GeneratedMethodAccessor145.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:335) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176) at $Proxy31.getStatistics(Unknown Source) at gov.hhs.cms.cbss.messaging.services.HomePageService.execute(Unknown Source) at gov.hhs.cms.cbss.messaging.mbd.MessageManagerBean.onMessage(Unknown Source) at com.ibm.ejs.jms.listener.MDBWrapper$PriviledgedOnMessage.run(MDBWrapper.java:211) at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:56) at com.ibm.ejs.jms.listener.MDBWrapper.callOnMessage(MDBWrapper.java:200) at com.ibm.ejs.jms.listener.MDBWrapper.onMessage(MDBWrapper.java:178) at com.ibm.mq.jms.MQSession.run(MQSession.java:1588) at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHandle.java:924) at com.ibm.ejs.jms.listener.ServerSession.connectionConsumerOnMessage(ServerSession.java:752) at com.ibm.ejs.jms.listener.ServerSession.onMessage(ServerSession.java:527) at com.ibm.ejs.jms.listener.ServerSession.dispatch(ServerSession.java:494) at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.ibm.ejs.jms.listener.ServerSessionDispatcher.dispatch(ServerSessionDispatcher.java:37) at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:91) at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127) at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:937) -- 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 06 18:46:06 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5477 invoked from network); 6 Jun 2007 18:46:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2007 18:46:05 -0000 Received: (qmail 88721 invoked by uid 500); 6 Jun 2007 18:46:09 -0000 Delivered-To: [email protected] Received: (qmail 88703 invoked by uid 500); 6 Jun 2007 18:46: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88692 invoked by uid 99); 6 Jun 2007 18:46:08 -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 11:46:08 -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 (herse.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; Wed, 06 Jun 2007 11:46:03 -0700 Received: by wa-out-1112.google.com with SMTP id k22so289118waf for <[email protected]>; Wed, 06 Jun 2007 11:45:43 -0700 (PDT) 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=InqNIiW50UdK6f9oAA9g5KW1gfChhksO0sDIvNeqT9CsP8VebmM6U+QxNdrPcGx45Q0QXMXs9CIdN6eLlcgS1FxvKjKTBuT/BZNIAqmTB+s/WcPBAKT+Ig61JesUzasmAPpguvkqcp4ldjZvSZYS4OSkHjHkO6X24H1a91xeVuU= 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=VqQ/3yBsMkBCnXFimUvqd7j7h4/5eV59ctQq7uRBcn50Y3fArr0jJGtFF/TM0NaPM93O9cq0kw7qRjAXwe+bMLtWsrvjJMwcIH0R24HrMvQsQR5p6kgEdRdi5ZzB6HlbXW5T+xA+3C9xSkZ5NwjgbYPpmJsYfFzS+lGe39WJYe8= Received: by 161.129.204.104 with SMTP id q1mr704306wal.1181155542829; Wed, 06 Jun 2007 11:45:42 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 6 Jun 2007 11:45:42 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 6 Jun 2007 12:45:42 -0600 From: "Clinton Begin" <[email protected]> To: [email protected], "Build Administrator" <[email protected]> Subject: Re: [parabuild] BUILD for IBATIS (#53) on localhost TIMED OUT: Timed out after 120 minutes and was stopped. In-Reply-To: <14788352.1181104769648.JavaMail.paraman@dumbarton> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_34410_18095403.1181155542791" References: <14788352.1181104769648.JavaMail.paraman@dumbarton> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_34410_18095403.1181155542791 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On my machine, total build time including tests, reports and docs....2 minutes 17 seconds (P4 3GHz/2GB). Wonder why it's hanging? Clinton On 6/5/07, Build Administrator <[email protected]> wrote: > > BUILD result > ------------------------------------------------------------ > > BUILD for IBATIS (#53) on localhost TIMED OUT: Timed out after 120 minutes > and was stopped. > > Build status: > > http://parabuild.viewtier.com/parabuild/index.htm?view=detailed&buildid=150 > > > Suspect changes > ------------------------------------------------------------ > > Change(s) by jgbutler : > > - Fixes for IBATIS-414 (Abator) - allow generated example and ; > Time: 07:29 PM 06/05/2007; Change list: 544712 > > - Fixes for IBATIS-434 - incorrect default datatype mapping fo; > Time: 11:50 AM 06/04/2007; Change list: 544210 > > Change(s) Details: > > http://parabuild.viewtier.com/parabuild/build/changes.htm?buildrunid=3956 > > BUILD logs > ------------------------------------------------------------ > > BUILD log: > http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5243 > Error lines: > http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5244 > JUnit Tests: > http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5245 > > Log Lines Around Error > ------------------------------------------------------------ > > [javac] import com.ibatis.common.util.PaginatedList; > [javac] ^ > [javac] > /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/impl/SqlMapSessionImpl.java:19: > warning: [deprecation] com.ibatis.common.util.PaginatedList in > com.ibatis.common.util has been deprecated > [javac] import com.ibatis.common.util.PaginatedList; > [javac] ^ > [javac] > /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/impl/SqlMapClientImpl.java:18: > warning: [deprecation] com.ibatis.common.util.PaginatedList in > com.ibatis.common.util has been deprecated > [javac] import com.ibatis.common.util.PaginatedList; > [javac] ^ > [javac] > /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/mapping/statement/PaginatedDataList.java:19: > warning: [deprecation] com.ibatis.common.util.PaginatedList in > com.ibatis.common.util has been deprecated > [javac] import com.ibatis.common.util.PaginatedList; > [javac] ^ > [javac] > /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/common/beans/ClassInfo.java:349: > warning: non-varargs call of varargs method with inexact argument type for > last parameter; > [javac] cast to java.lang.Object for a varargs call > [javac] cast to java.lang.Object[] for a non-varargs call and to > suppress this warning > [javac] return defaultConstructor.newInstance(null); > [javac] ^ > [javac] > /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:322: > warning: [deprecation] getUnicodeStream(java.lang.String) in > java.sql.ResultSet has been deprecated > [javac] public InputStream getUnicodeStream(String columnName) > throws SQLException { > [javac] ^ > [javac] > /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:106: > warning: [deprecation] getBigDecimal(java.lang.String,int) in > java.sql.ResultSet has been deprecated > [javac] public BigDecimal getBigDecimal(String columnName, int > scale) throws SQLException { > [javac] ^ > [javac] > /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:318: > warning: [deprecation] getUnicodeStream(int) in java.sql.ResultSet has > been deprecated > [javac] public InputStream getUnicodeStream(int columnIndex) > throws SQLException { > [javac] ^ > [javac] > /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:98: > warning: [deprecation] getBigDecimal(int,int) in java.sql.ResultSet has > been deprecated > [javac] public BigDecimal getBigDecimal(int columnIndex, int > scale) throws SQLException { > [javac] ^ > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 11 warnings > [copy] Copying 4 files to > /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/classes > [javac] Compiling 2 source files to > /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/testclasses > [javac] Compiling 76 source files to > /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/testclasses > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [copy] Copying 34 files to > /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/testclasses > test.instrument: > [emma.instr] processing instrumentation path ... > [emma.instr] instrumentation path processed in 3451 ms > [emma.instr] [230 class(es) instrumented, 0 resource(s) copied] > [emma.instr] metadata merged into > [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 790 ms} > test.run: > [junit] Running com.ibatis.common.xml.NodeletUtilsTest > [junit] EMMA: collecting runtime coverage data ... > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.563sec > [junit] EMMA: runtime coverage data merged into > [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 164 ms} > ./ant: line 3: 21230 Killed $JAVA_HOME/bin/java > -classpath $BUILD_CP org.apache.tools.ant.Main -buildfile build.xml $1 > > Timings > ------------------------------------------------------------ > > BUILD took 02 hours > > ------=_Part_34410_18095403.1181155542791 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On my machine, total build time including tests, reports and docs....2 minutes 17 seconds (P4 3GHz/2GB).<br><br>Wonder why it&#39;s hanging?<br><br>Clinton<br><br><div><span class="gmail_quote">On 6/5/07, <b class="gmail_sendername"> Build Administrator</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;"> BUILD result<br>------------------------------------------------------------<br><br>BUILD for IBATIS (#53) on localhost TIMED OUT: Timed out after 120 minutes and was stopped.<br><br>Build status:<br>&nbsp;&nbsp;<a href="http://parabuild.viewtier.com/parabuild/index.htm?view=detailed&amp;buildid=150"> http://parabuild.viewtier.com/parabuild/index.htm?view=detailed&amp;buildid=150</a><br><br><br>Suspect changes<br>------------------------------------------------------------<br><br>Change(s) by jgbutler :<br><br> - Fixes for IBATIS-414 (Abator) - allow generated example and ; <br>&nbsp;&nbsp; Time: 07:29 PM 06/05/2007; Change list: 544712<br><br> - Fixes for IBATIS-434 - incorrect default datatype mapping fo;<br>&nbsp;&nbsp; Time: 11:50 AM 06/04/2007; Change list: 544210<br><br>Change(s) Details:<br>&nbsp;&nbsp;<a href="http://parabuild.viewtier.com/parabuild/build/changes.htm?buildrunid=3956"> http://parabuild.viewtier.com/parabuild/build/changes.htm?buildrunid=3956</a><br><br>BUILD logs<br>------------------------------------------------------------<br><br>BUILD log:<br>&nbsp;&nbsp;<a href="http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5243"> http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5243</a><br>Error lines:<br>&nbsp;&nbsp;<a href="http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5244">http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5244 </a><br>JUnit Tests:<br>&nbsp;&nbsp;<a href="http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5245">http://parabuild.viewtier.com/parabuild/build/log.htm?logid=5245</a><br><br>Log Lines Around Error<br>------------------------------------------------------------ <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] import com.ibatis.common.util.PaginatedList;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&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;&nbsp;&nbsp;&nbsp;[javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/impl/SqlMapSessionImpl.java:19: warning: [deprecation] com.ibatis.common.util.PaginatedList in com.ibatis.common.util has been deprecated<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] import com.ibatis.common.util.PaginatedList;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&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;&nbsp;&nbsp;&nbsp;[javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/impl/SqlMapClientImpl.java:18: warning: [deprecation] com.ibatis.common.util.PaginatedList in com.ibatis.common.util has been deprecated<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] import com.ibatis.common.util.PaginatedList;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&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;&nbsp;&nbsp;&nbsp;[javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/mapping/statement/PaginatedDataList.java:19: warning: [deprecation] com.ibatis.common.util.PaginatedList in com.ibatis.common.util has been deprecated<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] import com.ibatis.common.util.PaginatedList;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&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;&nbsp;&nbsp;&nbsp;[javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/common/beans/ClassInfo.java:349: warning: non-varargs call of varargs method with inexact argument type for last parameter; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] cast to java.lang.Object for a varargs call<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return defaultConstructor.newInstance(null); <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&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; ^<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:322: warning: [deprecation] getUnicodeStream( java.lang.String) in java.sql.ResultSet has been deprecated<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&nbsp;&nbsp; public InputStream getUnicodeStream(String columnName) throws SQLException {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&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;&nbsp;&nbsp;&nbsp;[javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:106: warning: [deprecation] getBigDecimal( java.lang.String,int) in java.sql.ResultSet has been deprecated<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&nbsp;&nbsp; public BigDecimal getBigDecimal(String columnName, int scale) throws SQLException {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:318: warning: [deprecation] getUnicodeStream(int) in java.sql.ResultSet has been deprecated<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&nbsp;&nbsp; public InputStream getUnicodeStream(int columnIndex) throws SQLException {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&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;&nbsp;&nbsp;&nbsp;[javac] /opt/parabuild/etc/build/b150co/a/u/t/o/src/com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java:98: warning: [deprecation] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&nbsp;&nbsp; public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] Note: Some input files use unchecked or unsafe operations. <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] Note: Recompile with -Xlint:unchecked for details.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] 11 warnings<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [copy] Copying 4 files to /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/classes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] Compiling 2 source files to /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/testclasses <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] Compiling 76 source files to /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/testclasses<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] Note: Some input files use or override a deprecated API.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] Note: Recompile with -Xlint:deprecation for details. <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] Note: Some input files use unchecked or unsafe operations.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[javac] Note: Recompile with -Xlint:unchecked for details.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [copy] Copying 34 files to /opt/parabuild/etc/build/b150co/a/u/t/o/build/work/testclasses <br>&nbsp;&nbsp;test.instrument:<br>&nbsp;&nbsp;[emma.instr] processing instrumentation path ...<br>&nbsp;&nbsp;[emma.instr] instrumentation path processed in 3451 ms<br>&nbsp;&nbsp;[emma.instr] [230 class(es) instrumented, 0 resource(s) copied]<br>&nbsp;&nbsp;[emma.instr ] metadata merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 790 ms}<br>&nbsp;&nbsp;test.run:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[junit] Running com.ibatis.common.xml.NodeletUtilsTest<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[junit] EMMA: collecting runtime coverage data ... <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.563 sec<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[junit] EMMA: runtime coverage data merged into [/opt/parabuild/etc/build/b150co/a/u/t/o/build/coverage.ec] {in 164 ms}<br>&nbsp;&nbsp;./ant: line 3: 21230 Killed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$JAVA_HOME/bin/java -classpath $BUILD_CP org.apache.tools.ant.Main -buildfile build.xml $1<br><br>Timings<br>------------------------------------------------------------<br><br>BUILD took 02 hours<br><br></blockquote></div><br> ------=_Part_34410_18095403.1181155542791-- From [email protected] Wed Jun 06 19:13:21 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26940 invoked from network); 6 Jun 2007 19:13:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2007 19:13:20 -0000 Received: (qmail 66085 invoked by uid 500); 6 Jun 2007 19:13:24 -0000 Delivered-To: [email protected] Received: (qmail 66067 invoked by uid 500); 6 Jun 2007 19:13: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66056 invoked by uid 99); 6 Jun 2007 19:13:23 -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 12:13:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO web58001.mail.re3.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 06 Jun 2007 12:13:18 -0700 Received: (qmail 42531 invoked by uid 60001); 6 Jun 2007 19:12:56 -0000 X-YMail-OSG: 8HaLsXoVM1kziBzj.sXyvuxmrq3Nh3DVm.h9z1WHMcTq9rFP4.3iW8lG8l3FdgAK3e6LBMDrdD.a.sLaY4PLVW9O70Wk2RkQGZLPHLaI4qUoxczkZTE- Received: from [161.129.204.104] by web58001.mail.re3.yahoo.com via HTTP; Wed, 06 Jun 2007 12:12:55 PDT X-RocketYMMF: imeshev Date: Wed, 6 Jun 2007 12:12:55 -0700 (PDT) From: Slava Imeshev <[email protected]> Reply-To: [email protected] Subject: Re: [parabuild] BUILD for IBATIS (#53) on localhost TIMED OUT: Timed out after 120 minutes and was stopped. To: [email protected], Build Administrator <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Clinton, It is fixed now. http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=150 Thanks for letting us know! Slava From [email protected] Thu Jun 07 12:53:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77426 invoked from network); 7 Jun 2007 12:53:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jun 2007 12:53:47 -0000 Received: (qmail 97257 invoked by uid 500); 7 Jun 2007 12:53:51 -0000 Delivered-To: [email protected] Received: (qmail 97243 invoked by uid 500); 7 Jun 2007 12:53: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97232 invoked by uid 99); 7 Jun 2007 12:53:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 05:53: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 05:53:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id F403171418E for <[email protected]>; Thu, 7 Jun 2007 05:53:25 -0700 (PDT) Message-ID: <4546782.1181220805997.JavaMail.jira@brutus> Date: Thu, 7 Jun 2007 05:53:25 -0700 (PDT) From: "Aashish Gandhi (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATISNET-227) DBType of the DataParameter when passed to a custom TypeHandlerCallback is always String MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org DBType of the DataParameter when passed to a custom TypeHandlerCallback is always String ---------------------------------------------------------------------------------------- Key: IBATISNET-227 URL: https://issues.apache.org/jira/browse/IBATISNET-227 Project: iBatis for .NET Issue Type: Bug Components: DataMapper Affects Versions: DataMapper 1.6.1 Reporter: Aashish Gandhi On debugging I found that the correct database type is passed as the dbType parameter to the SetParameter function of the CustomTypeHandler.cs, but that is not being used. The DataParameter.DBType property always returns String. This does not help in the implemented TypeHandlerCallback's SetParameter function. -- 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 07 21:13:50 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35585 invoked from network); 7 Jun 2007 21:13:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jun 2007 21:13:49 -0000 Received: (qmail 32587 invoked by uid 500); 7 Jun 2007 21:13:51 -0000 Delivered-To: [email protected] Received: (qmail 32507 invoked by uid 500); 7 Jun 2007 21: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32463 invoked by uid 99); 7 Jun 2007 21:13:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 14:13:51 -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; Thu, 07 Jun 2007 14:13:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 7F31E71420C for <[email protected]>; Thu, 7 Jun 2007 14:13:26 -0700 (PDT) Message-ID: <17088349.1181250806518.JavaMail.jira@brutus> Date: Thu, 7 Jun 2007 14:13:26 -0700 (PDT) From: "Nilesh Kapadia (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-436) Defaults for <settings/> element aren't applied if it doesn't exist MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Defaults for <settings/> element aren't applied if it doesn't exist ------------------------------------------------------------------- Key: IBATIS-436 URL: https://issues.apache.org/jira/browse/IBATIS-436 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.0 Environment: iBatis 2.3.0, Java 1.5, Spring 2.0.7 Reporter: Nilesh Kapadia If you don't include <settings> element in sqlMapConfig, the defaults (that are described in the documentation) aren't properly applied. This definitely applies to cacheModelsEnabled setting. cacheModelsEnabled is false if you don't have a <settings> element, and true if you do. I have not looked at whether this affects other elements (I'd imagine all booleans that are supposed to default to true are affected). The problem appears to be that when the <settings> element doesn't exist, most of the code in addSettingsNodelets() method in SqlMapConfigParser does not execute (the anonymous class and method that implements Nodelet never executes). It appears that this code is where the defaults are normally applied. In SqlMapExecutorDelegate, the isCacheModelsEnabled() method is returning false because the boolean cacheModelsEnabled is never set and thus defaults to false. The workaround is of course to include <settings/> in sqlMapConfig. But most examples out there don't include this element, so there is the possibility that many apps are running with the incorrect defaults. I have not checked if this issue exists in previous versions, only [email protected] so far. -- 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 08 13:23:21 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19433 invoked from network); 8 Jun 2007 13:23:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2007 13:23:20 -0000 Received: (qmail 70873 invoked by uid 500); 8 Jun 2007 13:23:24 -0000 Delivered-To: [email protected] Received: (qmail 70861 invoked by uid 500); 8 Jun 2007 13: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70850 invoked by uid 99); 8 Jun 2007 13:23:23 -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 06:23:23 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_MESSAGE,HTML_SHORT_LENGTH,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, 08 Jun 2007 06:23:19 -0700 Received: by nz-out-0506.google.com with SMTP id q3so695392nzb for <[email protected]>; Fri, 08 Jun 2007 06:22:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=kIAUMOg7cKIsy4LlJZqoqd1bJXhbyLRKZo9ebsjWLVpLDj+0SdRTVhuAunCKHwjwghgi3RWRnUdwPSIo9JMNpGlSwh9XTdoWyboLnA4Zet9HdLfOK6wR6GAwstdUkSMRnupNsmXvDY41KASvOogG0kZ2oKNQSLsPG9yxebLlwvM= 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=eMBjloOnPd4bnlPDucudNouEc8v/638Ub9BU1God4FP/cyt2PvvBB5Icu0eCrH2oTZJkTYkwMyabKmN/hpapNogzUvhbo/4CFyOix0SNWnLEGJ2Vlk2d4mwQe+TSvwgFPg74QumR7k/4ajSjIdzNFcb3hltK+zgHBYNFMOWr47I= Received: by 161.129.204.104 with SMTP id z1mr2548252wae.1181308978422; Fri, 08 Jun 2007 06:22:58 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 8 Jun 2007 06:22:58 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 8 Jun 2007 07:22:58 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Does anyone know if we still have problems with Confluence signups? [eom] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_56169_10276607.1181308978404" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_56169_10276607.1181308978404 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Clinton ------=_Part_56169_10276607.1181308978404 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <br>Clinton<br> ------=_Part_56169_10276607.1181308978404-- From [email protected] Fri Jun 08 14:03:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56561 invoked from network); 8 Jun 2007 14:03:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2007 14:03:16 -0000 Received: (qmail 78145 invoked by uid 500); 8 Jun 2007 14:03:19 -0000 Delivered-To: [email protected] Received: (qmail 78126 invoked by uid 500); 8 Jun 2007 14: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78115 invoked by uid 99); 8 Jun 2007 14:03:19 -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 07:03: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 (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ik-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 07:03:14 -0700 Received: by ik-out-1112.google.com with SMTP id b35so783279ika for <[email protected]>; Fri, 08 Jun 2007 07:02:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Wa31EmkoG05Wq6UY6p4RGGw3tVCajUYgFE8tfchVUr2d5EiKfcaRsy47LLnqrMyj+TLc8aGaCG2mQC8LXG8+Z6A6FpNqFp9ESTRxeRERzcpNmdG+Uf2tRQNaXJVBGMcpQgXILNaWDl0m77SZYMEhbQgzNs4SE/FOeIMrYgtPgiE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=p6PYwBaLaXWZEiiE83k/RjV591n2UzG6EWfRRIjW5yixQAN+h75gvRMH0EP/8uwVp3MtsSloyYoHSt+zeK7JdVhXFg5AloTBSOeC9+mq/7WrjjyB0Zfsj/DppjKNYNnqU4VR35ExRPFiCVgV3FNYVM9/YWoaTcLMVhQPaP62JxY= Received: by 161.129.204.104 with SMTP id s6mr1233363hue.1181311372595; Fri, 08 Jun 2007 07:02:52 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 8 Jun 2007 07:02:52 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 8 Jun 2007 08:02:52 -0600 From: "Larry Meadors" <[email protected]> Reply-To: [email protected] Sender: [email protected] To: [email protected] Subject: Re: Does anyone know if we still have problems with Confluence signups? [eom] 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-Google-Sender-Auth: 36d3a27c6eb32b22 X-Virus-Checked: Checked by ClamAV on apache.org No, I think we're all jiggy on this - IIRC, they bumped us up to 10k users. Larry On 6/8/07, Clinton Begin <[email protected]> wrote: > > Clinton > From [email protected] Fri Jun 08 14:05:54 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57144 invoked from network); 8 Jun 2007 14:05:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2007 14:05:54 -0000 Received: (qmail 80851 invoked by uid 500); 8 Jun 2007 14:05:57 -0000 Delivered-To: [email protected] Received: (qmail 80697 invoked by uid 500); 8 Jun 2007 14:05: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80686 invoked by uid 99); 8 Jun 2007 14:05:57 -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 07:05: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 (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; Fri, 08 Jun 2007 07:05:53 -0700 Received: by wr-out-0506.google.com with SMTP id q50so1154086wrq for <[email protected]>; Fri, 08 Jun 2007 07:05:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=da53MbKCNdmUhfcf1tTNLrX6uY4VS5Vq1hXSBLMHVF51PvNLjPiIz4p+ZSiZMSPyXJl+RnoaMLZVoceM7rJWDZHfWQ3+BFBWJelkOTI+E7Q3QeIm41Baz0D++iqqnn0vyEKK//RH4Ho0x/eBiD1cS9zP7fdX9ChR3/SSiu3h2BI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pydQnuSuIV+fafQZPkfRmFzRGQqjAC68llThwFhp3Du31wBGEHyfsQvmO9Qfa8epg43BOWDFimnTJdO1UotP6JWN30YOQ85QDF38SFYipkrX4zjKnWKACnYd9P+2ecKlPoF1a5sIwnHmN/QHT0yTIrmJajgWvKKgFFpj+h1ZZXM= Received: by 161.129.204.104 with SMTP id f2mr1238497hud.1181311531160; Fri, 08 Jun 2007 07:05:31 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 8 Jun 2007 07:05:31 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 8 Jun 2007 08:05:31 -0600 From: "Larry Meadors" <[email protected]> Reply-To: [email protected] Sender: [email protected] To: [email protected] Subject: Re: Does anyone know if we still have problems with Confluence signups? [eom] 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-Google-Sender-Auth: 45ad3d90534cb8d8 X-Virus-Checked: Checked by ClamAV on apache.org My bad: "Licensed Users - Unlimited" On 6/8/07, Larry Meadors <[email protected]> wrote: > No, I think we're all jiggy on this - IIRC, they bumped us up to 10k users. > > Larry > > > On 6/8/07, Clinton Begin <[email protected]> wrote: > > > > Clinton > > > From [email protected] Fri Jun 08 14:31:29 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76696 invoked from network); 8 Jun 2007 14:31:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2007 14:31:29 -0000 Received: (qmail 64758 invoked by uid 500); 8 Jun 2007 14:31:32 -0000 Delivered-To: [email protected] Received: (qmail 64737 invoked by uid 500); 8 Jun 2007 14:31: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64718 invoked by uid 99); 8 Jun 2007 14:31:32 -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 07:31: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 (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO pandore.ircm.qc.ca) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 07:31:27 -0700 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: Does anyone know if we still have problems with Confluence signups? [eom] Date: Fri, 8 Jun 2007 10:31:05 -0400 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Does anyone know if we still have problems with Confluence signups? [eom] Thread-Index: Acep1iJMHh2+2/eIR02MlHIdWIziYgAA1+og References: <[email protected]> <[email protected]> <[email protected]> From: "Poitras Christian" <[email protected]> To: <[email protected]>, <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org I think I was the last person to mention this problem on the list. I've just tried login and it worked. So I believe Larry is right! Christian -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Larry Meadors Sent: Friday, 08 June 2007 10:06 To: [email protected] Subject: Re: Does anyone know if we still have problems with Confluence signups? [eom] My bad: "Licensed Users - Unlimited" On 6/8/07, Larry Meadors <[email protected]> wrote: > No, I think we're all jiggy on this - IIRC, they bumped us up to 10k users. > > Larry > > > On 6/8/07, Clinton Begin <[email protected]> wrote: > > > > Clinton > > > From [email protected] Fri Jun 08 14:33:25 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77277 invoked from network); 8 Jun 2007 14:33:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2007 14:33:25 -0000 Received: (qmail 67404 invoked by uid 500); 8 Jun 2007 14:33:28 -0000 Delivered-To: [email protected] Received: (qmail 67388 invoked by uid 500); 8 Jun 2007 14:33: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67373 invoked by uid 99); 8 Jun 2007 14:33:28 -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 07:33: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 (herse.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; Fri, 08 Jun 2007 07:33:23 -0700 Received: by wa-out-1112.google.com with SMTP id k22so1075918waf for <[email protected]>; Fri, 08 Jun 2007 07:33:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; 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:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=b+yw3XPWPASn+xZGn8ahHJaqT/T3VFd9rnT+WdiUzUTm1y1lGCb99olRvW2uXTxoiuPVULW5zhbGF5y3wCXv6xmStV9CIg44txWyAzggLa4WZvhVTdVOj2UIkgYpWvzkotzdAX+ySnKw/mabJ3VCHo4Uj3707sy0uj4ikEgD1xE= 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:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=dCxCeX9gAw/SHq98sic4trTp8O6H2sNwQikVynTdKygGGc+6HY4FoThA+mm2+MIAVRwAxNeAd4qvD8GXKbt34dMj/rBld4EEK/eACuHEC1jV+pbgc1DU1of9qkjhrOfb7DCMLS16QjuuDNmHSMGg/QyJpiHFa7Ligqv8sA3SRfQ= Received: by 161.129.204.104 with SMTP id w1mr2617987wac.1181313182856; Fri, 08 Jun 2007 07:33:02 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 8 Jun 2007 07:33:02 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 8 Jun 2007 10:33:02 -0400 From: "Ted Husted" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: Does anyone know if we still have problems with Confluence signups? [eom] 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-Google-Sender-Auth: 9a8f129155cc0586 X-Virus-Checked: Checked by ClamAV on apache.org Once again, any time we want to move on over to cwiki.apache.org, the door is open. :) -Ted. From [email protected] Fri Jun 08 15:06:15 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95263 invoked from network); 8 Jun 2007 15:05:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2007 15:05:48 -0000 Received: (qmail 47267 invoked by uid 500); 8 Jun 2007 15:05:51 -0000 Delivered-To: [email protected] Received: (qmail 47231 invoked by uid 500); 8 Jun 2007 15: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47213 invoked by uid 99); 8 Jun 2007 15:05:51 -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 08:05:51 -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, 08 Jun 2007 08:05:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5BA6671418E for <[email protected]>; Fri, 8 Jun 2007 08:05:26 -0700 (PDT) Message-ID: <2931361.1181315126372.JavaMail.jira@brutus> Date: Fri, 8 Jun 2007 08:05:26 -0700 (PDT) From: "Aashish Gandhi (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATISNET-228) Collection inside a complex property MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Collection inside a complex property ------------------------------------ Key: IBATISNET-228 URL: https://issues.apache.org/jira/browse/IBATISNET-228 Project: iBatis for .NET Issue Type: Bug Components: DataMapper Affects Versions: DataMapper 1.6.1 Reporter: Aashish Gandhi Say class Employee has a WorkLoad complex property that has few properties such as HoursWorked, MeetingHours, etc. The WorkLoad class also has a collection of Projects. The resultMap for Employee is setup as follows - <resultMap class="Employee"> <result property="WorkLoad.HoursWorked" column="hoursworked" /> <result property="WorkLoad.MeetingHours" column="meetinghours" /> <result property="WorkLoad.Projects" column="employeeid" select="getProjects" /> </resultMap> The mapper attempts to cast Project object to Employee object. If the Projects property is moved to Employee instead, it works fine. -- 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 09 04:47:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23993 invoked from network); 9 Jun 2007 04:47:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2007 04:47:47 -0000 Received: (qmail 63519 invoked by uid 500); 9 Jun 2007 04:47:51 -0000 Delivered-To: [email protected] Received: (qmail 63368 invoked by uid 500); 9 Jun 2007 04:47: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63357 invoked by uid 99); 9 Jun 2007 04:47:50 -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 21:47: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 21:47:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 188167141ED for <[email protected]>; Fri, 8 Jun 2007 21:47:26 -0700 (PDT) Message-ID: <6200460.1181364446097.JavaMail.jira@brutus> Date: Fri, 8 Jun 2007 21:47:26 -0700 (PDT) From: "Nobuyuki Inaba (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-437) Japanese translation of iBATIS Developer's Guide. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Japanese translation of iBATIS Developer's Guide. ------------------------------------------------- Key: IBATIS-437 URL: https://issues.apache.org/jira/browse/IBATIS-437 Project: iBatis for Java Issue Type: Improvement Components: Documentation Affects Versions: 2.3.0 Reporter: Nobuyuki Inaba Fix For: 2.3.0 Hi, We translated "iBATIS Developer's Guide(30 November 2006)" into Japanese. Information of iBATIS is not many in Japan. Therefore, we decided to send "iBATIS Developer's Guide" today. We will continuously improve quality of Developer's Guide and we are going to send "iBATIS Developer's Guide" that improved quality again someday. Cheers, Nobuyuki Inaba -- 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 10 23:07:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1910 invoked from network); 10 Jun 2007 23:07:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jun 2007 23:07:47 -0000 Received: (qmail 19257 invoked by uid 500); 10 Jun 2007 23:07:51 -0000 Delivered-To: [email protected] Received: (qmail 19228 invoked by uid 500); 10 Jun 2007 23:07: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19217 invoked by uid 99); 10 Jun 2007 23:07:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2007 16:07: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2007 16:07:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 0545771419B for <[email protected]>; Sun, 10 Jun 2007 16:07:26 -0700 (PDT) Message-ID: <22811013.1181516845989.JavaMail.jira@brutus> Date: Sun, 10 Jun 2007 16:07:25 -0700 (PDT) From: "THURNER rupert (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-122) Upload jars to ibiblio 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/IBATIS-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503248 ] THURNER rupert commented on IBATIS-122: --------------------------------------- ibatis-common, ibatis-dao is not needed any more? > Upload jars to ibiblio > ---------------------- > > Key: IBATIS-122 > URL: https://issues.apache.org/jira/browse/IBATIS-122 > Project: iBatis for Java > Issue Type: Wish > Components: Build/Deployment > Reporter: Hugo Palma > Assignee: Brandon Goodin > Priority: Minor > > It would be great if ibatis was uploaded to ibiblio so that it could be used by maven. > Every library i can think of is in ibiblio except ibatis, it would help the building process if ibatis was there also. -- 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 11 12:58:54 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45691 invoked from network); 11 Jun 2007 12:58:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2007 12:58:52 -0000 Received: (qmail 78261 invoked by uid 500); 11 Jun 2007 12:58:52 -0000 Delivered-To: [email protected] Received: (qmail 78166 invoked by uid 500); 11 Jun 2007 12:58: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77991 invoked by uid 99); 11 Jun 2007 12:58:51 -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 05:58:51 -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; Mon, 11 Jun 2007 05:58:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8BA1E4297CB for <[email protected]>; Mon, 11 Jun 2007 05:58:26 -0700 (PDT) Message-ID: <17626336.1181566706561.JavaMail.jira@brutus> Date: Mon, 11 Jun 2007 05:58:26 -0700 (PDT) From: "Aashish Gandhi (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATISNET-229) Namespace problems on resultMapping when used with discriminator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Namespace problems on resultMapping when used with discriminator ---------------------------------------------------------------- Key: IBATISNET-229 URL: https://issues.apache.org/jira/browse/IBATISNET-229 Project: iBatis for .NET Issue Type: Bug Components: DataMapper Affects Versions: DataMapper 1.6.1 Reporter: Aashish Gandhi 1. Define a resultMap in a map file (Test1.xml) with a namespace Test1 2. In Test1.xml define a resultMap rmap1 2. Define another map file (Test2.xml) with a namespace Test2 3. In Test2.xml define a result map rmap2 4. In rmap2 define a discriminator with the submap's resultMapping attribute as Test1.rmap1 Expecting this to work with the fully qualified result map name, but gives an error looking for Test2.Test1.rmap1. This works fine if the rmap1 is defined in Test2.xml -- 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 11 13:23:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62601 invoked from network); 11 Jun 2007 13:23:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2007 13:23:47 -0000 Received: (qmail 30391 invoked by uid 500); 11 Jun 2007 13:23:50 -0000 Delivered-To: [email protected] Received: (qmail 30375 invoked by uid 500); 11 Jun 2007 13:23: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30364 invoked by uid 500); 11 Jun 2007 13:23:50 -0000 Delivered-To: [email protected] Received: (qmail 30361 invoked by uid 99); 11 Jun 2007 13:23:50 -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 06:23:50 -0700 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 wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 06:23:46 -0700 Received: by wa-out-1112.google.com with SMTP id n4so454349wag for <[email protected]>; Mon, 11 Jun 2007 06:23:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=PSjm3pEc7HGvgJnUKQxplEIrosSZtC8f91YNEbM7gyQL3aTzlBtTMpfBpeEo3NSxIdS99F9zM0Z1HcwGjtfViJ7akMM2rwLgypRzdoa/fAUeXW+jF8fRS4gKCGq5q9MZJhR62FnAwYgmhhsK08w2fwyABj1l93eQkIuI5SDKTCg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=us/drcwcFwXjJ89eUQEOl618yCVZ4YCPCsDPU5xyrGIzQ3s9g9/zav2LgrS6wHVK07e9Z8fIn9IGPmnywftm6g7DMh8xISUHFW3OUuB4fvpLa0GO3amxLERuf+Wc6loW1ao75PP8ft/3ihLwqH2HUEFh6Hb6dPx6gHkkClsXoqg= Received: by 161.129.204.104 with SMTP id r1mr5533858waf.1181568205152; Mon, 11 Jun 2007 06:23:25 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 11 Jun 2007 06:23:25 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 11 Jun 2007 09:23:25 -0400 From: "Ted Husted" <[email protected]> Sender: [email protected] To: [email protected] Subject: Quarterly ASF board report MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: eabbe0b7fd7207cf X-Virus-Checked: Checked by ClamAV on apache.org It's that time again :) Aside from the .NET DataMapper/DataAccess releases, do we have anything of consequence to report? Our last report was in March. Since the reports do become part of the Foundation's public records, I thought I would move these discussions to dev@. Here's the last report. ---------- Forwarded message ---------- From: Ted Husted <[email protected]> Date: Mar 13, 2007 3:18 PM Subject: iBATIS Board Report - March 2007 Since our December 2006 report, the Apache iBATIS project has begun public whiteboard discussions as to the design and scope of iBATIS 3.0. The framework has contained both a "DataMapper" component and a "Data Access Object" component. The DAO component has been deprecated and is being removed, since better, alternative solutions have been available for some time. Some members of iBATIS group have authored the book "iBATIS in Action", published by Manning. We have added two new members to the PMC (board ack pending). Along the way, we also managed to promote iBATIS for Java 2.3.0 to "General Availability" grade, and release a new beta of iBATIS.NET. ---------- -Ted. From [email protected] Mon Jun 11 13:27:18 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65651 invoked from network); 11 Jun 2007 13:27:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2007 13:27:17 -0000 Received: (qmail 40138 invoked by uid 500); 11 Jun 2007 13:27:21 -0000 Delivered-To: [email protected] Received: (qmail 40124 invoked by uid 500); 11 Jun 2007 13:27: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40113 invoked by uid 99); 11 Jun 2007 13:27:20 -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 06:27:20 -0700 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 wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 06:27:15 -0700 Received: by wa-out-1112.google.com with SMTP id k22so2068724waf for <[email protected]>; Mon, 11 Jun 2007 06:26:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=ihmjPEfT5t9byIWOxkIT2YDxcyL+6Lypm4Kd2R1155/7o6IX+BScHjql6nE5K9oIlGc1CMfTowBY6tnOTySZgMEhHwRXnuqx2uBP9IDhAlRuUX2upFK/4Jspvc8VpAXJbqvLd1Q2RmygHDYsTFH+exaGXVtkns4TdZ56l63oec4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=eOzn2hyZKEiCgn1V3CG2JgBFgehT2BxqCfj8w3vkXAB5bo5WFj19kOkwl5XFyknwQWwfNgFCtG0xMGUtmce2IhYHKplNXglHxR+KqioUZmNd1VoXEWmMeLpgD+oYSfquKzFqc00BMb/2v+u7PM0K6LRAeYbjlJRmKwAP5Rm7rUY= Received: by 161.129.204.104 with SMTP id j1mr5544608waj.1181568414891; Mon, 11 Jun 2007 06:26:54 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 11 Jun 2007 06:26:54 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 11 Jun 2007 09:26:54 -0400 From: "Ted Husted" <[email protected]> Sender: [email protected] To: [email protected] Subject: iBATIS.js MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 23a3edb15ef9a886 X-Virus-Checked: Checked by ClamAV on apache.org The last few months, I've been working primarily in JavaScript, hooking up an AJAX frontend to the database facade we use on the back-end. Behind the facade, we have a business application framework that utilizes iBATIS, Commons Chain, and Spring, with JSON-RPC as glueware between the backend and frontend. (We're working in C#, but the Java versions would work just as well.) I have an itch to convert our backend framework to JavaScript, probably by porting the functionality to JScript and/or Rhino. I'm in crunch mode for a release right now, but after this release ships, my team will be on hiatus over the summer, giving me the chance to work on porting the backend framework. My itch is to merge the utility of these three libraries (iBATIS, Spring, Chain) into a single coherent API, so that we're not flipping between configurations. One approach might be to port iBATIS first, and try to keep it as a distinct entity that we could host here. The rest of what I want to do might be able to extend from that base. A tipping point would be whether anyone hereabouts would be interested in an iBATIS.js for JScript and/or Rhino, so this is me asking :) -Ted. From [email protected] Mon Jun 11 13:31:58 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69421 invoked from network); 11 Jun 2007 13:31:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2007 13:31:55 -0000 Received: (qmail 57659 invoked by uid 500); 11 Jun 2007 13:31:52 -0000 Delivered-To: [email protected] Received: (qmail 57624 invoked by uid 500); 11 Jun 2007 13:31: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57487 invoked by uid 99); 11 Jun 2007 13:31:51 -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 06:31:51 -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 (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, 11 Jun 2007 06:31:45 -0700 Received: by nz-out-0506.google.com with SMTP id q3so1172366nzb for <[email protected]>; Mon, 11 Jun 2007 06:31:25 -0700 (PDT) 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=WRYOriszrULGFS0zQSNXmgT6mSKZ2eoFy+5AcYHwQzdIX9VcVrPVrdspHgqBJTcbAuMxAjCyrqOErvnXXsSIWzUBVSpdoBgS9SD7FNV955alQDLXPOmQlkhd4dYJ0Dc/xtJz1uxZzalsbskaHYMu6uRVSz+nFvwJrv04c/B70rc= 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=UAyVyJwmn61YeYKzhXz5ojzvs19hc/6DaHeuPFN78oW6WI6NTAhzWEsPSrm53JMakhNbrAr3ZWoIVsQvlA6X685Z8fjVuMpGoxPVdIpqBnWb2+yQphdx7QNmYhtmuOr7k0xQzuxfOT6mxcldoH9NIceMARCpZmF0mzpUbZ63yM0= Received: by 161.129.204.104 with SMTP id n6mr5504065wam.1181568684340; Mon, 11 Jun 2007 06:31:24 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 11 Jun 2007 06:31:24 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 11 Jun 2007 07:31:24 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: Quarterly ASF board report In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_77240_12211315.1181568684318" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_77240_12211315.1181568684318 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Nothing major that I can think of. On 6/11/07, Ted Husted <[email protected]> wrote: > > It's that time again :) > > Aside from the .NET DataMapper/DataAccess releases, do we have > anything of consequence to report? > > Our last report was in March. Since the reports do become part of the > Foundation's public records, I thought I would move these discussions > to dev@. > > Here's the last report. > > ---------- Forwarded message ---------- > From: Ted Husted <[email protected]> > Date: Mar 13, 2007 3:18 PM > Subject: iBATIS Board Report - March 2007 > > Since our December 2006 report, the Apache iBATIS project has begun > public whiteboard discussions as to the design and scope of iBATIS > 3.0. The framework has contained both a "DataMapper" component and a > "Data Access Object" component. The DAO component has been deprecated > and is being removed, since better, alternative solutions have been > available for some time. Some members of iBATIS group have authored > the book "iBATIS in Action", published by Manning. We have added two > new members to the PMC (board ack pending). Along the way, we also > managed to promote iBATIS for Java 2.3.0 to "General Availability" > grade, and release a new beta of iBATIS.NET. > > ---------- > > -Ted. > ------=_Part_77240_12211315.1181568684318 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Nothing major that I can think of.<br><br><div><span class="gmail_quote">On 6/11/07, <b class="gmail_sendername">Ted Husted</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;"> It&#39;s that time again :)<br><br>Aside from the .NET DataMapper/DataAccess releases, do we have<br>anything of consequence to report?<br><br>Our last report was in March. Since the reports do become part of the<br>Foundation&#39;s public records, I thought I would move these discussions <br>to dev@.<br><br>Here&#39;s the last report.<br><br>---------- Forwarded message ----------<br>From: Ted Husted &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>Date: Mar 13, 2007 3:18 PM<br>Subject: iBATIS Board Report - March 2007 <br><br>Since our December 2006 report, the Apache iBATIS project has begun<br>public whiteboard discussions as to the design and scope of iBATIS<br>3.0. The framework has contained both a &quot;DataMapper&quot; component and a <br>&quot;Data Access Object&quot; component. The DAO component has been deprecated<br>and is being removed, since better, alternative solutions have been<br>available for some time. Some members of iBATIS group have authored <br>the book &quot;iBATIS in Action&quot;, published by Manning. We have added two<br>new members to the PMC (board ack pending). Along the way, we also<br>managed to promote iBATIS for Java 2.3.0 to &quot;General Availability&quot; <br>grade, and release a new beta of <a href="http://iBATIS.NET">iBATIS.NET</a>.<br><br>----------<br><br>-Ted.<br></blockquote></div><br> ------=_Part_77240_12211315.1181568684318-- From [email protected] Mon Jun 11 13:54:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78973 invoked from network); 11 Jun 2007 13:54:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2007 13:54:52 -0000 Received: (qmail 5634 invoked by uid 500); 11 Jun 2007 13:54:52 -0000 Delivered-To: [email protected] Received: (qmail 5610 invoked by uid 500); 11 Jun 2007 13:54: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5586 invoked by uid 99); 11 Jun 2007 13:54:52 -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 06:54:52 -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 (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, 11 Jun 2007 06:54:47 -0700 Received: by nz-out-0506.google.com with SMTP id q3so1179205nzb for <[email protected]>; Mon, 11 Jun 2007 06:54:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=b3klflRAonmOi2fqONbVanu57P4Uj1BWMdGZpjZt+xkRUONUaRddfH8DExU78VjJWaOcw/7nkuMSOeJ14gjrkkS5Fcy1hmFc6HntoAXX4T1ub+1uAQZ5lQRdcuyhPEzgc+vpp0XZOtP1PtlbkVs5ucSiIQBfOaATUVWebO1Anzg= 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=lmm4PS+7UoXu9Y4E7C8KiTiXjb5y4WCQLsvpM6CDcBlKxzrP9qMu2+U9l1mjDmR6LVBb3Zru/1HjROfdmuyfeRbX7yanAFnQ90UgJzERG1LYVaRS5f5nHwxd60mLQQ5AlGjeIvRq8qwqlJNQLaOy9axwdXVgD/FBwm4SAm03wqU= Received: by 161.129.204.104 with SMTP id f1mr5579598wae.1181570060673; Mon, 11 Jun 2007 06:54:20 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 11 Jun 2007 06:54:20 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 11 Jun 2007 07:54:20 -0600 From: "Clinton Begin" <[email protected]> To: [email protected], "iBatis Java Mail List" <[email protected]> Subject: Japanese translation of iBATIS Developer's Guide. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_77392_4371533.1181570060649" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_77392_4371533.1181570060649 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline This is absolutely fantastic! Thank you, and congratulations. I will upload these tonight and put up a homepage announcement/reminder of the various languages that we have documentation for. Best regards, Clinton Begin On 6/8/07, Nobuyuki Inaba (JIRA) <[email protected]> wrote: > > Japanese translation of iBATIS Developer's Guide. > ------------------------------------------------- > > Key: IBATIS-437 > URL: https://issues.apache.org/jira/browse/IBATIS-437 > Project: iBatis for Java > Issue Type: Improvement > Components: Documentation > Affects Versions: 2.3.0 > Reporter: Nobuyuki Inaba > Fix For: 2.3.0 > > > Hi, > > We translated "iBATIS Developer's Guide(30 November 2006)" into Japanese. > > Information of iBATIS is not many in Japan. > Therefore, we decided to send "iBATIS Developer's Guide" today. > > We will continuously improve quality of Developer's Guide and we are going > to send "iBATIS Developer's Guide" that improved quality again someday. > > Cheers, > Nobuyuki Inaba > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > ------=_Part_77392_4371533.1181570060649 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <br>This is absolutely fantastic!&nbsp; Thank you, and congratulations.&nbsp; <br><br>I will upload these tonight and put up a homepage announcement/reminder of the various languages that we have documentation for.<br><br>Best regards, <br><br>Clinton Begin<br><br><div><span class="gmail_quote">On 6/8/07, <b class="gmail_sendername">Nobuyuki Inaba (JIRA)</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;">Japanese translation of iBATIS Developer&#39;s Guide.<br>------------------------------------------------- <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Key: IBATIS-437<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; URL: <a href="https://issues.apache.org/jira/browse/IBATIS-437">https://issues.apache.org/jira/browse/IBATIS-437</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Project: iBatis for Java<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Issue Type: Improvement<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Components: Documentation<br>&nbsp;&nbsp;&nbsp;&nbsp;Affects Versions: 2.3.0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reporter: Nobuyuki Inaba<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fix For: 2.3.0<br><br><br>Hi,<br><br>We translated &quot;iBATIS Developer&#39;s Guide(30 November 2006)&quot; into Japanese. <br><br>Information of iBATIS is not many in Japan.<br>Therefore, we decided to send &quot;iBATIS Developer&#39;s Guide&quot; today.<br><br>We will continuously improve quality of Developer&#39;s Guide and we are going to send &quot;iBATIS Developer&#39;s Guide&quot; that improved quality again someday. <br><br>Cheers,<br>Nobuyuki Inaba<br><br>--<br>This message is automatically generated by JIRA.<br>-<br>You can reply to this email to add a comment to the issue online.<br><br></blockquote></div><br> ------=_Part_77392_4371533.1181570060649-- From [email protected] Mon Jun 11 14:02:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82620 invoked from network); 11 Jun 2007 14:02:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2007 14:02:46 -0000 Received: (qmail 37553 invoked by uid 500); 11 Jun 2007 14:02:49 -0000 Delivered-To: [email protected] Received: (qmail 37528 invoked by uid 500); 11 Jun 2007 14: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37517 invoked by uid 99); 11 Jun 2007 14:02:49 -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 07:02:49 -0700 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 wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 07:02:45 -0700 Received: by wa-out-1112.google.com with SMTP id k22so2081901waf for <[email protected]>; Mon, 11 Jun 2007 07:02:25 -0700 (PDT) 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=OwBdJbS0Ue/cTGrM95vvWd040a/XW43O1r7YRdTePY5JIPqUrPal7QHJ4wI3ChW2swM0wjXOzD8VV5qBF6+r02wooK0PUJhC+HChdwQDx0ILhTB/xhdqACVBXe+s47ZpoLCAankMupzk7x+PJl0GieGZ2pfsoPOHV+yvI78UjgE= 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=YSk2uuIFS6MqS6hR8QycH278G8jtjnfbXTSTA8u9mT3A/5T8VnoByvGGNInMlfn6OJBLjWdzIMqcSHm8ttwlLFdMe0T+ltEYHXUMBA8TQBsYGoA/e7S6KaGdZI9xnT6wva0NBUMBanuraRvVSGMG4lK1O2loNOsCybphA9QK2DI= Received: by 161.129.204.104 with SMTP id w1mr5511405wac.1181570545157; Mon, 11 Jun 2007 07:02:25 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 11 Jun 2007 07:02:25 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 11 Jun 2007 08:02:25 -0600 From: "Clinton Begin" <[email protected]> To: [email protected] Subject: Re: iBATIS.js In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_77480_26143121.1181570545120" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_77480_26143121.1181570545120 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline LOL, dude, I've been doing iBATIS Javascript demos at my last few conferences. I used a bridge approach. A generic servlet that acts as a gateway to iBATIS. So you write SQL Map files and config as you normally would. Then set up the gateway servlet. Done. No Java code. You can then call mapped statements by making typical XHR requests via your favourite framework (Prototype in my case). You send url encoded paramters (GET or POST) to make a request, and get XML back. I did a little tweaking within the servlet to merge the XML results into a single document (instead of a list of documents). But it actually works very well. It's not production ready, and a JavaScript API mirroring the Java interface would be awesome and easy to do. JSON support would also be inevitable and also easy. I'll find somewhere to post it this evening for peer review. Clinton On 6/11/07, Ted Husted <[email protected]> wrote: > > The last few months, I've been working primarily in JavaScript, > hooking up an AJAX frontend to the database facade we use on the > back-end. Behind the facade, we have a business application framework > that utilizes iBATIS, Commons Chain, and Spring, with JSON-RPC as > glueware between the backend and frontend. (We're working in C#, but > the Java versions would work just as well.) > > I have an itch to convert our backend framework to JavaScript, > probably by porting the functionality to JScript and/or Rhino. I'm in > crunch mode for a release right now, but after this release ships, my > team will be on hiatus over the summer, giving me the chance to work > on porting the backend framework. > > My itch is to merge the utility of these three libraries (iBATIS, > Spring, Chain) into a single coherent API, so that we're not flipping > between configurations. One approach might be to port iBATIS first, > and try to keep it as a distinct entity that we could host here. The > rest of what I want to do might be able to extend from that base. > > A tipping point would be whether anyone hereabouts would be interested > in an iBATIS.js for JScript and/or Rhino, so this is me asking :) > > -Ted. > ------=_Part_77480_26143121.1181570545120 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline LOL, dude, I&#39;ve been doing iBATIS Javascript demos at my last few conferences.<br><br>I used a bridge approach.&nbsp; A generic servlet that acts as a gateway to iBATIS.&nbsp; So you write SQL Map files and config as you normally would.&nbsp; Then set up the gateway servlet.&nbsp; Done.&nbsp; No Java code. <br><br>You can then call mapped statements by making typical XHR requests via your favourite framework (Prototype in my case).&nbsp; You send url encoded paramters (GET or POST) to make a request, and get XML back.&nbsp; I did a little tweaking within the servlet to merge the XML results into a single document (instead of a list of documents).&nbsp; <br><br>But it actually works very well.&nbsp; It&#39;s not production ready, and a JavaScript API mirroring the Java interface would be awesome and easy to do.&nbsp; JSON support would also be inevitable and also easy.&nbsp; <br><br>I&#39;ll find somewhere to post it this evening for peer review. <br><br>Clinton<br><br><div><span class="gmail_quote">On 6/11/07, <b class="gmail_sendername">Ted Husted</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;"> The last few months, I&#39;ve been working primarily in JavaScript,<br>hooking up an AJAX frontend to the database facade we use on the<br>back-end. Behind the facade, we have a business application framework<br>that utilizes iBATIS, Commons Chain, and Spring, with JSON-RPC as <br>glueware between the backend and frontend. (We&#39;re working in C#, but<br>the Java versions would work just as well.)<br><br>I have an itch to convert our backend framework to JavaScript,<br>probably by porting the functionality to JScript and/or Rhino. I&#39;m in <br>crunch mode for a release right now, but after this release ships, my<br>team will be on hiatus over the summer, giving me the chance to work<br>on porting the backend framework.<br><br>My itch is to merge the utility of these three libraries (iBATIS, <br>Spring, Chain) into a single coherent API, so that we&#39;re not flipping<br>between configurations. One approach might be to port iBATIS first,<br>and try to keep it as a distinct entity that we could host here. The<br> rest of what I want to do might be able to extend from that base.<br><br>A tipping point would be whether anyone hereabouts would be interested<br>in an iBATIS.js for JScript and/or Rhino, so this is me asking :)<br><br>-Ted. <br></blockquote></div><br> ------=_Part_77480_26143121.1181570545120-- From [email protected] Tue Jun 12 13:08:26 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18076 invoked from network); 12 Jun 2007 13:08:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jun 2007 13:08:25 -0000 Received: (qmail 75141 invoked by uid 500); 12 Jun 2007 13:08:28 -0000 Delivered-To: [email protected] Received: (qmail 75122 invoked by uid 500); 12 Jun 2007 13:08: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75111 invoked by uid 99); 12 Jun 2007 13:08:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 06:08: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 (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, 12 Jun 2007 06:08:24 -0700 Received: by nz-out-0506.google.com with SMTP id q3so1501346nzb for <[email protected]>; Tue, 12 Jun 2007 06:08:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; 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:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=AdexxQZebQSp3c73HAl9Ez4KMfp03/GDhuNoI7bZPHevyHQhub48GWFCjnEQm7cN0kgqlpim9MBVKAdEVArbQB/ZGHI665g4yD3y6iS0UeeZUUpFQRmLLlpV8hV14cfgCyxM3uxau57MxCoy9e2Q6kBtPNiQ5cQyU0cQo1BhczI= 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:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=RbYgnPxUmC7El84LZpCzRl1Sag9pbCo5umTs8hGzmXcJigum46mjJsEWUzA8QLd0C5D8wHjB8XRMGspnllsOcXyReXb3lQBdNk2uWwUnLy+/IYZDrVO+tSO+XPoN47vyB8xzeDdUWPoy+V0brEuOjqlCM+mJqKtN6kJRpzfhr6Q= Received: by 161.129.204.104 with SMTP id y1mr6595360waf.1181653682847; Tue, 12 Jun 2007 06:08:02 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 12 Jun 2007 06:08:02 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 12 Jun 2007 09:08:02 -0400 From: "Ted Husted" <[email protected]> Sender: [email protected] To: [email protected] Subject: Re: iBATIS.js 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-Google-Sender-Auth: b6978db87a91568f X-Virus-Checked: Checked by ClamAV on apache.org That sounds quite interesting, Clinton. I'll look forward to it. In the framework we use now ("Anvil"), the frontend calls into a business facade (aka a set of services), that invoke a command, which may actually be a chain of commands. Some of the commands delegate directly to an iBATIS mapping, others don't touch iBATIS, and several will retrieve the data and massage it before passing it back. The commands pass around a context, and each command will place its outcome into the context under its own name. When the context is passed back, it may contain several datasets. A common use case for multiple datasets is populating several select controls. A set of "controller" commands also handle server-side validation and formatting for us. iBATIS is a key component, and our lowest-level component, but it is only one component. Right now, we're using three layers of configuration, which I would like to reduce to one layer, preferably in JavaScript object-literal notation (JSON). We've been using the framework in production for over a year, and this is that third major release that uses it. To cope with Ajax, we swapped in a JSON-RPC facade (via Jayrock), and the rest remained the same. But, I'd like to reduce the churn needed to program the framework by flattening the configuration. -Ted. On 6/11/07, Clinton Begin <[email protected]> wrote: > LOL, dude, I've been doing iBATIS Javascript demos at my last few > conferences. > > I used a bridge approach. A generic servlet that acts as a gateway to > iBATIS. So you write SQL Map files and config as you normally would. Then > set up the gateway servlet. Done. No Java code. > > You can then call mapped statements by making typical XHR requests via your > favourite framework (Prototype in my case). You send url encoded paramters > (GET or POST) to make a request, and get XML back. I did a little tweaking > within the servlet to merge the XML results into a single document (instead > of a list of documents). > > But it actually works very well. It's not production ready, and a > JavaScript API mirroring the Java interface would be awesome and easy to do. > JSON support would also be inevitable and also easy. > > I'll find somewhere to post it this evening for peer review. From [email protected] Thu Jun 14 00:05:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97670 invoked from network); 14 Jun 2007 00:05:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2007 00:05:47 -0000 Received: (qmail 65717 invoked by uid 500); 14 Jun 2007 00:05:50 -0000 Delivered-To: [email protected] Received: (qmail 65690 invoked by uid 500); 14 Jun 2007 00:05: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65678 invoked by uid 99); 14 Jun 2007 00:05:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 17:05: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 17:05:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id E0CEA714062 for <[email protected]>; Wed, 13 Jun 2007 17:05:25 -0700 (PDT) Message-ID: <11404959.1181779525901.JavaMail.jira@brutus> Date: Wed, 13 Jun 2007 17:05:25 -0700 (PDT) From: "Douglas M. Smith (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATISNET-221) InvalidCastException while getting object out of the cache In-Reply-To: <25370527.1176300452545.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/IBATISNET-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504480 ] Douglas M. Smith commented on IBATISNET-221: -------------------------------------------- Here is a temporary work around: //This method seems to return a strange iBatis error when CACHE is enabled and the result is NULL. return dataMapper.Instance().QueryForObject<MyObject>("MyQueryName", MyParams); //This method seems to work with cache enabled. return (MyObject)dataMapper.Instance().QueryForObject("MyQueryName", MyParams); > InvalidCastException while getting object out of the cache > ---------------------------------------------------------- > > Key: IBATISNET-221 > URL: https://issues.apache.org/jira/browse/IBATISNET-221 > Project: iBatis for .NET > Issue Type: Bug > Components: DataMapper > Affects Versions: DataMapper 1.6.1 > Environment: IBatis.net SVN, revision 527493, .Net 2.0 > Reporter: Rogelio J. Baucells > Priority: Critical > > There is a problem in the implementation of CachingStatementacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bxecuteQueryForObject for .Net2.0. The following scenario triggers the InvalidCastException: > - Create a <ResultMap>, <procedure>, <parameterMap> and <cacheModel> for a select statement. > - Invoke the statement with parameters that does not return any results > - Invoke the same statement again > The first invocation will store a NULL_OBJECT in the cache for this key (CacheModelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bthis[CacheKey key]), the second statement will retrieve the NULL_OBJECT from the cache and will cause the InvalidCastException at: > obj = (T)this.Statement.CacheModel[cacheKey]; > Also the next statement will never be TRUE since obj is of type T: > if ((object)obj == CacheModel.NULL_OBJECT) > The solution for this problem would be declaring obj as object and casting to T at the time of returning from the method, something like: > object obj = null; > ... > return (T)obj; -- 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 14 13:43:07 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24269 invoked from network); 14 Jun 2007 13:43:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2007 13:43:05 -0000 Received: (qmail 17896 invoked by uid 500); 14 Jun 2007 13:42:53 -0000 Delivered-To: [email protected] Received: (qmail 17761 invoked by uid 500); 14 Jun 2007 13:42: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17522 invoked by uid 99); 14 Jun 2007 13:42:52 -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 06:42:52 -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; Thu, 14 Jun 2007 06:42:47 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 2964A7141E2 for <[email protected]>; Thu, 14 Jun 2007 06:42:27 -0700 (PDT) Message-ID: <30876476.1181828547166.JavaMail.jira@brutus> Date: Thu, 14 Jun 2007 06:42:27 -0700 (PDT) From: "Rogelio J. Baucells (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATISNET-221) InvalidCastException while getting object out of the cache In-Reply-To: <25370527.1176300452545.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/IBATISNET-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504738 ] Rogelio J. Baucells commented on IBATISNET-221: ----------------------------------------------- Yes, this workaround will work since it will use the Non-Generic method. I applied the original fix to my code since the issue has not been fixed yet... > InvalidCastException while getting object out of the cache > ---------------------------------------------------------- > > Key: IBATISNET-221 > URL: https://issues.apache.org/jira/browse/IBATISNET-221 > Project: iBatis for .NET > Issue Type: Bug > Components: DataMapper > Affects Versions: DataMapper 1.6.1 > Environment: IBatis.net SVN, revision 527493, .Net 2.0 > Reporter: Rogelio J. Baucells > Priority: Critical > > There is a problem in the implementation of CachingStatementacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bxecuteQueryForObject for .Net2.0. The following scenario triggers the InvalidCastException: > - Create a <ResultMap>, <procedure>, <parameterMap> and <cacheModel> for a select statement. > - Invoke the statement with parameters that does not return any results > - Invoke the same statement again > The first invocation will store a NULL_OBJECT in the cache for this key (CacheModelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bthis[CacheKey key]), the second statement will retrieve the NULL_OBJECT from the cache and will cause the InvalidCastException at: > obj = (T)this.Statement.CacheModel[cacheKey]; > Also the next statement will never be TRUE since obj is of type T: > if ((object)obj == CacheModel.NULL_OBJECT) > The solution for this problem would be declaring obj as object and casting to T at the time of returning from the method, something like: > object obj = null; > ... > return (T)obj; -- 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 14 15:50:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13368 invoked from network); 14 Jun 2007 15:50:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2007 15:50:47 -0000 Received: (qmail 89853 invoked by uid 500); 14 Jun 2007 15:50:51 -0000 Delivered-To: [email protected] Received: (qmail 89750 invoked by uid 500); 14 Jun 2007 15:50: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89739 invoked by uid 99); 14 Jun 2007 15:50:50 -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 08:50: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 08:50:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 1A73B714159 for <[email protected]>; Thu, 14 Jun 2007 08:50:26 -0700 (PDT) Message-ID: <32431479.1181836226105.JavaMail.jira@brutus> Date: Thu, 14 Jun 2007 08:50:26 -0700 (PDT) From: "Nicola Amoruso (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-438) SqlMapClient don't release connection in a clustered ejb based application MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org SqlMapClient don't release connection in a clustered ejb based application -------------------------------------------------------------------------- Key: IBATIS-438 URL: https://issues.apache.org/jira/browse/IBATIS-438 Project: iBatis for Java Issue Type: Bug Affects Versions: 2.3.0 Environment: BEA Weblogic Server 9.2.1 Clustered, Oracle 9i, EJB 2.1, the trasaction manager type is JDBC with a JNDI Datasource type. Reporter: Nicola Amoruso I'm using JDBC transaction manager with very basic configuration. I do many database transactions as update and insert In every business method i call startTransaction() on SqlMapClient defined as private as instance variable into my ejb. At the end of my method i call commitTransaction() if the transaction end right and i call always endTransaction() in a finally block as specified in IBATIS tutorial. This architecture work fine in and environment without clustering, but in this last model i have a abnormal consuming of connections of weblogic connection pool with the following exception: com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in file: query.xml. --- The error occurred while executing mapped statement. --- Check the query.update. --- Check the statement or the result map. --- Cause: weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.executeUpdate(GeneralStatement.java:94) at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.update(SqlMapExecutorDelegate.java:505) at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.update(SqlMapSessionImpl.java:90) at com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.update(SqlMapClientImpl.java:67) at it.mypkg.ejb.Business.unlockListaPersone(CqscPFBusiness.java:279) at it.mypkg.ejb.Business_17zvgu_EOImpl.businessMethod(Business_17zvgu_EOImpl.java:208) at it.mypkg.ejb.Business_17zvgu_EOImpl_WLSkel.invoke(Unknown Source) at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:518) at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224) at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:408) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147) at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:404) at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:57) at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:935) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) Caused by: weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception at weblogic.jdbc.common.internal.RmiDataSource_920_WLStub.getConnection(Unknown Source) at com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransaction.init(JdbcTransaction.java:48) at com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransaction.getConnection(JdbcTransaction.java:89) at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.executeUpdate(GeneralStatement.java:78) ... 16 more Caused by: java.rmi.UnmarshalException: cannot unmarshaling return; nested exception is: java.io.NotSerializableException: weblogic.jdbc.common.internal.ConnectionEnv at weblogic.rmi.internal.ServerRequest.unmarshalReturn(ServerRequest.java:105) at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338) at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252) ... 20 more Caused by: java.io.NotSerializableException: weblogic.jdbc.common.internal.ConnectionEnv at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291) at weblogic.rmi.extensions.server.CBVOutputStream.writeObject(CBVOutputStream.java:84) at weblogic.rmi.internal.ServerRequest.unmarshalReturn(ServerRequest.java:97) ... 22 more I fix the problem adding the following code after every endTransaction() : sqlMapClient.getDatasource().getConnection().close(). Thanks in advance. Nicola -- 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 14 15:56:55 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16672 invoked from network); 14 Jun 2007 15:56:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2007 15:56:53 -0000 Received: (qmail 12171 invoked by uid 500); 14 Jun 2007 15:56:50 -0000 Delivered-To: [email protected] Received: (qmail 12154 invoked by uid 500); 14 Jun 2007 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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12138 invoked by uid 99); 14 Jun 2007 15:56:50 -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 08:56: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 08:56:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 4115C714168 for <[email protected]>; Thu, 14 Jun 2007 08:56:26 -0700 (PDT) Message-ID: <21888445.1181836586263.JavaMail.jira@brutus> Date: Thu, 14 Jun 2007 08:56:26 -0700 (PDT) From: "Jeff Butler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-438) SqlMapClient don't release connection in a clustered ejb based application In-Reply-To: <32431479.1181836226105.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/IBATIS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504790 ] Jeff Butler commented on IBATIS-438: ------------------------------------ Please use the mailing lists for support questions! I think the NotSerializableException is a clue to the problem - if you ask on the lists, we can discuss it further. > SqlMapClient don't release connection in a clustered ejb based application > -------------------------------------------------------------------------- > > Key: IBATIS-438 > URL: https://issues.apache.org/jira/browse/IBATIS-438 > Project: iBatis for Java > Issue Type: Bug > Affects Versions: 2.3.0 > Environment: BEA Weblogic Server 9.2.1 Clustered, Oracle 9i, EJB 2.1, the trasaction manager type is JDBC with a JNDI Datasource type. > Reporter: Nicola Amoruso > > I'm using JDBC transaction manager with very basic configuration. I do many > database transactions as update and insert > In every business method i call startTransaction() on SqlMapClient defined as private as instance variable into my ejb. > At the end of my method i call commitTransaction() if the transaction end right and i call always endTransaction() in a finally block as specified in IBATIS tutorial. > This architecture work fine in and environment without clustering, but in this last model i have a abnormal consuming of connections of weblogic connection pool with the following exception: > com.ibatis.common.jdbc.exception.NestedSQLException: > --- The error occurred in file: query.xml. > --- The error occurred while executing mapped statement. > --- Check the query.update. > --- Check the statement or the result map. > --- Cause: weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception > at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.executeUpdate(GeneralStatement.java:94) > at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.update(SqlMapExecutorDelegate.java:505) > at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.update(SqlMapSessionImpl.java:90) > at com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.update(SqlMapClientImpl.java:67) > at it.mypkg.ejb.Business.unlockListaPersone(CqscPFBusiness.java:279) > at it.mypkg.ejb.Business_17zvgu_EOImpl.businessMethod(Business_17zvgu_EOImpl.java:208) > at it.mypkg.ejb.Business_17zvgu_EOImpl_WLSkel.invoke(Unknown Source) > at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:518) > at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224) > at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:408) > at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) > at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147) > at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:404) > at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:57) > at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:935) > at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) > at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) > Caused by: weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception > at weblogic.jdbc.common.internal.RmiDataSource_920_WLStub.getConnection(Unknown Source) > at com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransaction.init(JdbcTransaction.java:48) > at com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransaction.getConnection(JdbcTransaction.java:89) > at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.executeUpdate(GeneralStatement.java:78) > ... 16 more > Caused by: java.rmi.UnmarshalException: cannot unmarshaling return; nested exception is: > java.io.NotSerializableException: weblogic.jdbc.common.internal.ConnectionEnv > at weblogic.rmi.internal.ServerRequest.unmarshalReturn(ServerRequest.java:105) > at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338) > at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252) > ... 20 more > Caused by: java.io.NotSerializableException: weblogic.jdbc.common.internal.ConnectionEnv > at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075) > at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369) > at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341) > at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284) > at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073) > at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291) > at weblogic.rmi.extensions.server.CBVOutputStream.writeObject(CBVOutputStream.java:84) > at weblogic.rmi.internal.ServerRequest.unmarshalReturn(ServerRequest.java:97) > ... 22 more > I fix the problem adding the following code after every endTransaction() : > sqlMapClient.getDatasource().getConnection().close(). > Thanks in advance. > Nicola -- 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 18 11:03:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27062 invoked from network); 18 Jun 2007 11:03:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2007 11:03:52 -0000 Received: (qmail 54207 invoked by uid 500); 18 Jun 2007 11:03:55 -0000 Delivered-To: [email protected] Received: (qmail 54179 invoked by uid 500); 18 Jun 2007 11:03: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54156 invoked by uid 99); 18 Jun 2007 11:03:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 04:03:54 -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; Mon, 18 Jun 2007 04:03:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 1D32971419B for <[email protected]>; Mon, 18 Jun 2007 04:03:26 -0700 (PDT) Message-ID: <11150065.1182164606115.JavaMail.jira@brutus> Date: Mon, 18 Jun 2007 04:03:26 -0700 (PDT) From: "Trevor Brosnan (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-439) Batching of statements does not work for stored procedures MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Batching of statements does not work for stored procedures ---------------------------------------------------------- Key: IBATIS-439 URL: https://issues.apache.org/jira/browse/IBATIS-439 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.0 Environment: All relational databases Reporter: Trevor Brosnan Fix For: 2.3.1 iBatis SQLMaps incorporates a mechanism for utilizing the JDBC API's underlying batching capabilities (Statement.addBatch()) to efficiently group a set of database operations together for maximum performance. This mechanism works as expected for dynamic SQL, but does not work for callable statements. This behavior has been deduced using P6Spy (configured to log to a Log4j SocketAppender) in conjunction with the SQL Profiler tool. As a note - NOT all JDBC Drivers support batching of callable statements. Older DB2 type 4 drivers did not support batching of callable statements. However, most modern drivers do (e.g. Sybase jConnect, Oracle JDBC Driver etc) The fix for this issue is straightforward. Change the method definition for sqlExecuteUpdate in class com.ibatis.sqlmap.engine.mapping.statement.ProcedureStatement to be as follows: protected int sqlExecuteUpdate(RequestScope request, Connection conn, String sqlString, Object[] parameters) throws SQLException { if (request.getSession().isInBatch()) { getSqlExecutor().addBatch(request, conn, sqlString, parameters); return 0; } else { return getSqlExecutor().executeUpdateProcedure(request, conn, sqlString.trim(), parameters); } } -- 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 20 10:44:20 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90464 invoked from network); 20 Jun 2007 10:44:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Jun 2007 10:44:20 -0000 Received: (qmail 84828 invoked by uid 500); 20 Jun 2007 10:44:23 -0000 Delivered-To: [email protected] Received: (qmail 84813 invoked by uid 500); 20 Jun 2007 10:44: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84798 invoked by uid 99); 20 Jun 2007 10:44:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 03:44:22 -0700 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 ausmtp06.au.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 03:44:18 -0700 Received: from sd0109e.au.ibm.com (d23rh905.au.ibm.com [161.129.204.104]) by ausmtp06.au.ibm.com (8.13.8/8.13.8) with ESMTP id l5KAiuGO7213080 for <[email protected]>; Wed, 20 Jun 2007 20:45:02 +1000 Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [161.129.204.104]) by sd0109e.au.ibm.com (8.13.8/8.13.8/NCO v8.3) with ESMTP id l5KAkZXG156170 for <[email protected]>; Wed, 20 Jun 2007 20:46:35 +1000 Received: from d23av03.au.ibm.com (loopback [161.129.204.104]) by d23av03.au.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id l5KAh3Pt004768 for <[email protected]>; Wed, 20 Jun 2007 20:43:03 +1000 Received: from d23ml062.in.ibm.com (d23ml062.in.ibm.com [161.129.204.104]) by d23av03.au.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id l5KAh1fM004751 for <[email protected]>; Wed, 20 Jun 2007 20:43:02 +1000 Subject: Contribute DB2 SQL Schema and Load scripts for the JPetstore example application To: [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Mario Ds Briggs <[email protected]> Date: Wed, 20 Jun 2007 16:14:11 +0530 X-MIMETrack: Serialize by Router on d23ml062/23/M/IBM(Release 7.0.2HF32 | October 17, 2006) at 20/06/2007 16:14:09 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Hi, I would like to contribute SQL Schema & dataLoad scripts for the downloadable JPetstore example application which will work fully with IBM DB2 databases. This would help developers who are trying out iBATIS DataMapper and want to connect to a DB2 database (free or licensed), to get started quickly and easily. Thanks & Regards Mario From [email protected] Wed Jun 20 11:28:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6739 invoked from network); 20 Jun 2007 11:28:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Jun 2007 11:28:49 -0000 Received: (qmail 62345 invoked by uid 500); 20 Jun 2007 11:28:53 -0000 Delivered-To: [email protected] Received: (qmail 62205 invoked by uid 500); 20 Jun 2007 11:28: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62194 invoked by uid 99); 20 Jun 2007 11:28:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 04:28:52 -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; Wed, 20 Jun 2007 04:28:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 1357871418F for <[email protected]>; Wed, 20 Jun 2007 04:28:26 -0700 (PDT) Message-ID: <18497923.1182338906076.JavaMail.jira@brutus> Date: Wed, 20 Jun 2007 04:28:26 -0700 (PDT) From: "Mario Briggs (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-440) Contribute DB2 SQL Schema and Load scripts for the shipped JPetstore example application MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Contribute DB2 SQL Schema and Load scripts for the shipped JPetstore example application ---------------------------------------------------------------------------------------- Key: IBATIS-440 URL: https://issues.apache.org/jira/browse/IBATIS-440 Project: iBatis for Java Issue Type: Wish Environment: Usage of JPetstore example application with DB2 Reporter: Mario Briggs Priority: Trivial I would like to contribute SQL Schema & dataLoad scripts for the downloadable JPetstore example application which will work fully with IBM DB2 databases. This would help developers who are trying out iBATIS DataMapper and want to connect to a DB2 database (free or licensed), to get started quickly and 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] Thu Jun 21 11:04:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99151 invoked from network); 21 Jun 2007 11:04:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2007 11:04:48 -0000 Received: (qmail 68706 invoked by uid 500); 21 Jun 2007 11:04:51 -0000 Delivered-To: [email protected] Received: (qmail 68625 invoked by uid 500); 21 Jun 2007 11: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]> List-Id: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68601 invoked by uid 99); 21 Jun 2007 11:04:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 04:04:51 -0700 X-ASF-Spam-Status: No, hits=-99.2 required=10.0 tests=ALL_TRUSTED,INFO_TLD 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, 21 Jun 2007 04:04:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6DC7C7141E2 for <[email protected]>; Thu, 21 Jun 2007 04:04:26 -0700 (PDT) Message-ID: <24733830.1182423866447.JavaMail.jira@brutus> Date: Thu, 21 Jun 2007 04:04:26 -0700 (PDT) From: "Arnaud Lemaitre (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-441) Multiple result sets support broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Multiple result sets support broken ----------------------------------- Key: IBATIS-441 URL: https://issues.apache.org/jira/browse/IBATIS-441 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.0 Environment: Mysql Server version: 5.0.32-Debian_7etch1-log mysql-connector-java-5.0.6-bin.jar ibatis-161.129.204.1047.jar Reporter: Arnaud Lemaitre Priority: Blocker the following iBATIS code can not retrieve the 2 expected result sets. plain JDBC equivalent is provided and is working properly. platform specific note : multiple queries (allowMultiQueries=true on JDBC url) is not working for Mysql server 4.0.24 (tested). apparently requires higher version > 4.1 (following tests have been done using Mysql 5.0.32) Here is my Code (for test purpose) : ... List results = null; SqlMapClient sqlMap = IbatisUtil.getSqlMapInstance(); try{ results = sqlMap.queryForList( "test" ); } catch( SQLException sqle ) { throw CoreException.wrap( sqle ); } final Logger logger = Logger.getLogger( MyCLass.class ); logger.info ( "results.size() = " + results.size() ); ... mySqlMap.xml : <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE sqlMap PUBLIC "-//ibatis.apache.org//DTD SQL Map 2.0//EN" "http://ibatis.apache.org/dtd/sql-map-2.dtd"> <sqlMap namespace = "myNamespace"> <select id = "test" resultClass = "int, int"> <![CDATA[ select 1+1; select 2+2 ]]> </select> </sqlMap> My iBATIS Config : ( i've set allowMultiQueries to true, when set to false (default) i've Got sql syntax errors... <sqlMapConfig> <settings cacheModelsEnabled = "true" enhancementEnabled = "true" lazyLoadingEnabled = "true" maxRequests = "32" maxSessions = "10" maxTransactions = "5" useStatementNamespaces = "false"/> <transactionManager type = "JDBC"> <dataSource type = "SIMPLE"> <property name = "JDBC.Driver" value = "com.mysql.jdbc.Driver"/> <property name = "JDBC.ConnectionURL" value = "jdbc:mysql://dev:3306/myDatabase?autoReconnect=true&amp;allowMultiQueries=true&amp;characterEncoding=UTF-8&amp;characterSetResults=UTF-8"/> <property name = "JDBC.Username" value = "myUsername"/> <property name = "JDBC.Password" value = " myPassword"/> </dataSource> </transactionManager> <sqlMap resource = "com/x/y/z/mySqlMap.xml"/> </sqlMapConfig> Log4j output : DEBUG TP-Processor3 java.sql.Connection - {conn-100000} Connection DEBUG TP-Processor3 java.sql.Connection - {conn-100000} Preparing Statement: select 1+1; select 2+2 DEBUG TP-Processor3 java.sql.PreparedStatement - {pstm-100001} Executing Statement: select 1+1; select 2+2 DEBUG TP-Processor3 java.sql.PreparedStatement - {pstm-100001} Parameters: [] DEBUG TP-Processor3 java.sql.PreparedStatement - {pstm-100001} Types: [] DEBUG TP-Processor3 java.sql.ResultSet - {rset-100002} ResultSet DEBUG TP-Processor3 java.sql.ResultSet - {rset-100002} Header: [1+1] DEBUG TP-Processor3 java.sql.ResultSet - {rset-100002} Result: [2] DEBUG TP-Processor3 com.ibatis.common.jdbc.SimpleDataSource - Returned connection 1511627065 to pool. INFO TP-Processor3 com.x.y.MyCLass - results.size() = 1 Here is the test : package com.test; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; public class test { public static void main( String[] args ) { new test( args ); } public void testJDBCConnection() throws Exception { Class.forName( "com.mysql.jdbc.Driver" ); String url = "jdbc:mysql://myHost:3306/myDatabase?autoReconnect=true&allowMultiQueries=true&characterEncoding=UTF-8&characterSetResults=UTF-8"; Connection conn = DriverManager.getConnection( url, "myDatabase", "myPassword" ); try { String sqlString = "SELECT 1+1; SELECT 2+2; SELECT 3+3"; System.out.println("Before executing"); Statement stmt = conn.createStatement(); stmt.execute( sqlString ); for (;;) { int updateCount = stmt.getUpdateCount(); if (updateCount >= 0) { // report rows affected... } else { ResultSet rs = stmt.getResultSet(); if (rs == null) break; if ( rs.next() ) System.out.println( "result :" + rs.getInt(1) ); // process resultset .... } stmt.getMoreResults(); } System.out.println("After executing"); } catch (Exception e) { System.out.println("Exception: " + e); } } public test( String[] args ) { try { testJDBCConnection(); } catch (Exception e) { System.out.println("Exception: " + e); } } } And the output : Before executing result :2 result :4 result :6 After executing -- 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 21 15:38:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 772 invoked from network); 21 Jun 2007 15:38:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2007 15:38:52 -0000 Received: (qmail 3164 invoked by uid 500); 21 Jun 2007 15:38:55 -0000 Delivered-To: [email protected] Received: (qmail 3137 invoked by uid 500); 21 Jun 2007 15:38: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3125 invoked by uid 99); 21 Jun 2007 15:38:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 08:38:55 -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; Thu, 21 Jun 2007 08:38:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id F14D87141E0 for <[email protected]>; Thu, 21 Jun 2007 08:38:25 -0700 (PDT) Message-ID: <7150687.1182440305978.JavaMail.jira@brutus> Date: Thu, 21 Jun 2007 08:38:25 -0700 (PDT) From: "raja chawat (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-79) Problem with nested groupBy resultMaps 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/IBATIS-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506935 ] raja chawat commented on IBATIS-79: ----------------------------------- Replying to my question above, I found a workaround for this problem. If you add regionID to the groupBy in the innerMap, it works. Only thing is both regionID and groupID are same columns referenced by different names. It will fail, if you use "groupID" in the inner resultmap. Is this a bug? Do the keys in the groupBy have to be unique? <resultMap id="GroupVOXResultMap" class="GroupVOX" groupBy="groupByID"> <result property="groupByID" column="group_by_id"/> <result property="groupByDesc" column="group_by_desc"/> <result property="instructorVOXList" resultMap="Scheduler.InstructorVOXResultMap"/> </resultMap> <resultMap id="InstructorVOXResultMap" class="InstructorVOX" groupBy="regionID, instructorID"> <result property="instructorID" column="inst_id"/> <result property="firstName" column="fname"/> <result property="middleInitial" column="mi"/> <result property="lastName" column="lname"/> <result property="regionID" column="region_id"/> <result property="regionDesc" column="region_desc"/> <result property="cpntPKs" resultMap="Scheduler.ComponentPKResultMap"/> </resultMap> <resultMap id="ComponentPKResultMap" class="ComponentPK"> <result property="componentTypeID" column="cpnt_typ_id"/> <result property="componentID" column="cpnt_id"/> <result property="revisionDate" column="rev_dte"/> </resultMap> > Problem with nested groupBy resultMaps > -------------------------------------- > > Key: IBATIS-79 > URL: https://issues.apache.org/jira/browse/IBATIS-79 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.0.9b > Environment: iBATIS 2.0.9b.550 > java 1.4.2_05 > Mac OS X 10.3.8 > MySQL 4.1.7 > Reporter: Stuart Piltch > Assignee: Clinton Begin > Fix For: 2.1.0 > > > (originally posted on ibatis-user-java) > I've been working on a query that involves two levels of groupBy, > similar to the JPetStore-ish example from the UnitTests that Clinton > posted on the mailing list a while ago > (http://article.gmane.org/gmane.comp.java.ibatisdb.user/383). > It was working most of the time, but would fail under certain > cirumstances. After way too many dead-ends, I found out that if the > groupBy from the first resultMap has the same value as the groupBy > from the second resultMap, iBATIS gets a bit confused and tries to > assign the second result to a property from the first class. Since > that makes almost no sense now that I see it in print, let me > copy/paste some examples. The goal is a report that shows "topics" as > rows (grouped into categories), with "months" as columns and the total > topics displayed per month in the table itself. > <resultMap id="reportResult" class="Category" groupBy="categoryName"> > <result property="categoryName" column="topic_category_name" /> > <result property="topics" resultMap="Report.topicResult" /> > </resultMap> > <resultMap id="topicResult" class="Topic" groupBy="topicName"> > <result property="topicName" column="topic_name" /> > <result property="months" resultMap="Report.monthResult" /> > </resultMap> > <resultMap id="monthResult" class="Month"> > <result property="monthName" column="month_name" /> > <result property="count" column="count" /> > </resultMap> > <select id="getTopicsByMonth" parameterClass="Report" resultMap="reportResult"> > SELECT tc.topic_category_name, > t.topic_name, > CONCAT(MONTHNAME(td.display_date), ' ', YEAR(td.display_date)) AS 'month_name', > COUNT(td.topics_displayed_id) AS 'count' > FROM topic t, > topic_category tc, > topics_displayed td > WHERE t.topic_id = td.topic_id > AND t.topic_category_id = tc.topic_category_id > AND td.display_date >= #startDate# > AND td.display_date <= #endDate# > GROUP BY 'category', 'row', 'column' > ORDER BY tc.sort_order,t.sort_order, YEAR(td.display_date), > MONTH(td.display_date) > </select> > Now, everything works perfectly *except* when the topic_category_name > happens to equal the topic_name. In that case, iBATIS fails with: > com.ibatis.common.beans.ProbeException: There is no READABLE property named 'months' in class '[...snip...].Category' > at com.ibatis.common.beans.ClassInfo.getGetter(ClassInfo.java:160) > at com.ibatis.common.beans.JavaBeanProbe.getProperty(JavaBeanProbe.java:263) > at com.ibatis.common.beans.JavaBeanProbe.getObject(JavaBeanProbe.java:252) > at com.ibatis.common.beans.GenericProbe.getObject(GenericProbe.java:55) > at com.ibatis.sqlmap.engine.mapping.result.BasicResultMap. > setNestedResultMappingValue(BasicResultMap.java:334) > [...let me know if you really want to see the rest...] > So, for some reason, when iBATIS is reading the months counts for this > particular topic, it tries to save the months in Category instead of > in Topic. As soon as I changed the one topic_name in the database, > everything worked fine. > From a quick step-through of the code, my first guess is that the > problem is with the single uniqueKeys map per request (used in the > BasicResultMap.setResultObjectValues() method. -- 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 21 15:42:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2513 invoked from network); 21 Jun 2007 15:42:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2007 15:42:48 -0000 Received: (qmail 14728 invoked by uid 500); 21 Jun 2007 15:42:51 -0000 Delivered-To: [email protected] Received: (qmail 14712 invoked by uid 500); 21 Jun 2007 15:42: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14698 invoked by uid 99); 21 Jun 2007 15:42:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 08:42:51 -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; Thu, 21 Jun 2007 08:42:47 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id D7AB07141EF for <[email protected]>; Thu, 21 Jun 2007 08:42:26 -0700 (PDT) Message-ID: <11463374.1182440546880.JavaMail.jira@brutus> Date: Thu, 21 Jun 2007 08:42:26 -0700 (PDT) From: "raja chawat (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-442) Nested groupBy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Nested groupBy -------------- Key: IBATIS-442 URL: https://issues.apache.org/jira/browse/IBATIS-442 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.1.6 Environment: Win XP, JBoss 4 Reporter: raja chawat How do we add per-resultMap uniqueKeys? I don't see any example. Please help. My resultset is like: I have a list of instructors in a group, and every instructor can teach a list of courses. My problem is an instructor can belong to multiple groups. I see instructor only in 1 group. And I see list of components repeated for that instructor for every group that he/she belongs to. And if I remove the 2nd groupBy, I see instructor in multiple groups. But in each group, it is listed n number of times, where n is the number of courses he/she can teach. Am I doing something wrong here, please comment. How do I resolve this issue? Also, the regionID can be same as groupByID, since I am grouping dynamically. I have "select region_id as group_by_id". <resultMap id="GroupVOXResultMap" class="GroupVOX" groupBy="groupByID"> <result property="groupByID" column="group_by_id"/> <result property="groupByDesc" column="group_by_desc"/> <result property="instructorVOXList" resultMap="Scheduler.InstructorVOXResultMap"/> </resultMap> <resultMap id="InstructorVOXResultMap" class="InstructorVOX" groupBy="instructorID"> <result property="instructorID" column="inst_id"/> <result property="firstName" column="fname"/> <result property="middleInitial" column="mi"/> <result property="lastName" column="lname"/> <result property="regionID" column="region_id"/> <result property="regionDesc" column="region_desc"/> <result property="cpntPKs" resultMap="Scheduler.ComponentPKResultMap"/> </resultMap> <resultMap id="ComponentPKResultMap" class="ComponentPK"> <result property="componentTypeID" column="cpnt_typ_id"/> <result property="componentID" column="cpnt_id"/> <result property="revisionDate" column="rev_dte"/> </resultMap> I found a workaround for this problem. If you add regionID to the groupBy in the innerMap, it works. Only thing is both regionID and groupID are same columns referenced by different names. It will fail, if you use "groupID" in the inner resultmap. Is this a bug? Do the keys in the groupBy have to be unique? <resultMap id="GroupVOXResultMap" class="GroupVOX" groupBy="groupByID"> <result property="groupByID" column="group_by_id"/> <result property="groupByDesc" column="group_by_desc"/> <result property="instructorVOXList" resultMap="Scheduler.InstructorVOXResultMap"/> </resultMap> <resultMap id="InstructorVOXResultMap" class="InstructorVOX" groupBy="regionID, instructorID"> <result property="instructorID" column="inst_id"/> <result property="firstName" column="fname"/> <result property="middleInitial" column="mi"/> <result property="lastName" column="lname"/> <result property="regionID" column="region_id"/> <result property="regionDesc" column="region_desc"/> <result property="cpntPKs" resultMap="Scheduler.ComponentPKResultMap"/> </resultMap> <resultMap id="ComponentPKResultMap" class="ComponentPK"> <result property="componentTypeID" column="cpnt_typ_id"/> <result property="componentID" column="cpnt_id"/> <result property="revisionDate" column="rev_dte"/> </resultMap> -- 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 21 17:55:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49651 invoked from network); 21 Jun 2007 17:55:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2007 17:55:47 -0000 Received: (qmail 60804 invoked by uid 500); 21 Jun 2007 17:55:51 -0000 Delivered-To: [email protected] Received: (qmail 60645 invoked by uid 500); 21 Jun 2007 17: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60634 invoked by uid 99); 21 Jun 2007 17:55:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 10:55: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 10:55:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 683177141ED for <[email protected]>; Thu, 21 Jun 2007 10:55:26 -0700 (PDT) Message-ID: <32540219.1182448526423.JavaMail.jira@brutus> Date: Thu, 21 Jun 2007 10:55:26 -0700 (PDT) From: "Jeff Butler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-442) Nested groupBy In-Reply-To: <11463374.1182440546880.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/IBATIS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506972 ] Jeff Butler commented on IBATIS-442: ------------------------------------ Please do not use JIRA for support requests. Use the mailing lists. Also, posting the same thing to multiple JIRA tickets is rude. > Nested groupBy > -------------- > > Key: IBATIS-442 > URL: https://issues.apache.org/jira/browse/IBATIS-442 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.1.6 > Environment: Win XP, JBoss 4 > Reporter: raja chawat > > How do we add per-resultMap uniqueKeys? I don't see any example. > Please help. > My resultset is like: > I have a list of instructors in a group, and every instructor can teach a list of courses. My problem is an instructor can belong to multiple groups. > I see instructor only in 1 group. And I see list of components repeated for that instructor for every group that he/she belongs to. > And if I remove the 2nd groupBy, I see instructor in multiple groups. But in each group, it is listed n number of times, where n is the number of courses he/she can teach. > Am I doing something wrong here, please comment. How do I resolve this issue? > Also, the regionID can be same as groupByID, since I am grouping dynamically. I have "select region_id as group_by_id". > <resultMap id="GroupVOXResultMap" class="GroupVOX" groupBy="groupByID"> > <result property="groupByID" column="group_by_id"/> > <result property="groupByDesc" column="group_by_desc"/> > <result property="instructorVOXList" resultMap="Scheduler.InstructorVOXResultMap"/> > </resultMap> > <resultMap id="InstructorVOXResultMap" class="InstructorVOX" groupBy="instructorID"> > <result property="instructorID" column="inst_id"/> > <result property="firstName" column="fname"/> > <result property="middleInitial" column="mi"/> > <result property="lastName" column="lname"/> > <result property="regionID" column="region_id"/> > <result property="regionDesc" column="region_desc"/> > <result property="cpntPKs" resultMap="Scheduler.ComponentPKResultMap"/> > </resultMap> > <resultMap id="ComponentPKResultMap" class="ComponentPK"> > <result property="componentTypeID" column="cpnt_typ_id"/> > <result property="componentID" column="cpnt_id"/> > <result property="revisionDate" column="rev_dte"/> > </resultMap> > I found a workaround for this problem. If you add regionID to the groupBy in the innerMap, it works. Only thing is both regionID and groupID are same columns referenced by different names. It will fail, if you use "groupID" in the inner resultmap. > Is this a bug? Do the keys in the groupBy have to be unique? > <resultMap id="GroupVOXResultMap" class="GroupVOX" groupBy="groupByID"> > <result property="groupByID" column="group_by_id"/> > <result property="groupByDesc" column="group_by_desc"/> > <result property="instructorVOXList" resultMap="Scheduler.InstructorVOXResultMap"/> > </resultMap> > <resultMap id="InstructorVOXResultMap" class="InstructorVOX" groupBy="regionID, instructorID"> > <result property="instructorID" column="inst_id"/> > <result property="firstName" column="fname"/> > <result property="middleInitial" column="mi"/> > <result property="lastName" column="lname"/> > <result property="regionID" column="region_id"/> > <result property="regionDesc" column="region_desc"/> > <result property="cpntPKs" resultMap="Scheduler.ComponentPKResultMap"/> > </resultMap> > <resultMap id="ComponentPKResultMap" class="ComponentPK"> > <result property="componentTypeID" column="cpnt_typ_id"/> > <result property="componentID" column="cpnt_id"/> > <result property="revisionDate" column="rev_dte"/> > </resultMap> -- 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 21 18:32:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61911 invoked from network); 21 Jun 2007 18:32:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2007 18:32:47 -0000 Received: (qmail 47493 invoked by uid 500); 21 Jun 2007 18:32:51 -0000 Delivered-To: [email protected] Received: (qmail 47337 invoked by uid 500); 21 Jun 2007 18: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47321 invoked by uid 99); 21 Jun 2007 18:32:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 11:32: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 11:32:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id EDAC07141EA for <[email protected]>; Thu, 21 Jun 2007 11:32:25 -0700 (PDT) Message-ID: <11678086.1182450745950.JavaMail.jira@brutus> Date: Thu, 21 Jun 2007 11:32:25 -0700 (PDT) From: "raja chawat (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-442) Nested groupBy In-Reply-To: <11463374.1182440546880.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/IBATIS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506984 ] raja chawat commented on IBATIS-442: ------------------------------------ I thought this is a bug rather than a support request and the other JIRA ticket was not created by me and was already closed when I added comments to it. > Nested groupBy > -------------- > > Key: IBATIS-442 > URL: https://issues.apache.org/jira/browse/IBATIS-442 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.1.6 > Environment: Win XP, JBoss 4 > Reporter: raja chawat > > How do we add per-resultMap uniqueKeys? I don't see any example. > Please help. > My resultset is like: > I have a list of instructors in a group, and every instructor can teach a list of courses. My problem is an instructor can belong to multiple groups. > I see instructor only in 1 group. And I see list of components repeated for that instructor for every group that he/she belongs to. > And if I remove the 2nd groupBy, I see instructor in multiple groups. But in each group, it is listed n number of times, where n is the number of courses he/she can teach. > Am I doing something wrong here, please comment. How do I resolve this issue? > Also, the regionID can be same as groupByID, since I am grouping dynamically. I have "select region_id as group_by_id". > <resultMap id="GroupVOXResultMap" class="GroupVOX" groupBy="groupByID"> > <result property="groupByID" column="group_by_id"/> > <result property="groupByDesc" column="group_by_desc"/> > <result property="instructorVOXList" resultMap="Scheduler.InstructorVOXResultMap"/> > </resultMap> > <resultMap id="InstructorVOXResultMap" class="InstructorVOX" groupBy="instructorID"> > <result property="instructorID" column="inst_id"/> > <result property="firstName" column="fname"/> > <result property="middleInitial" column="mi"/> > <result property="lastName" column="lname"/> > <result property="regionID" column="region_id"/> > <result property="regionDesc" column="region_desc"/> > <result property="cpntPKs" resultMap="Scheduler.ComponentPKResultMap"/> > </resultMap> > <resultMap id="ComponentPKResultMap" class="ComponentPK"> > <result property="componentTypeID" column="cpnt_typ_id"/> > <result property="componentID" column="cpnt_id"/> > <result property="revisionDate" column="rev_dte"/> > </resultMap> > I found a workaround for this problem. If you add regionID to the groupBy in the innerMap, it works. Only thing is both regionID and groupID are same columns referenced by different names. It will fail, if you use "groupID" in the inner resultmap. > Is this a bug? Do the keys in the groupBy have to be unique? > <resultMap id="GroupVOXResultMap" class="GroupVOX" groupBy="groupByID"> > <result property="groupByID" column="group_by_id"/> > <result property="groupByDesc" column="group_by_desc"/> > <result property="instructorVOXList" resultMap="Scheduler.InstructorVOXResultMap"/> > </resultMap> > <resultMap id="InstructorVOXResultMap" class="InstructorVOX" groupBy="regionID, instructorID"> > <result property="instructorID" column="inst_id"/> > <result property="firstName" column="fname"/> > <result property="middleInitial" column="mi"/> > <result property="lastName" column="lname"/> > <result property="regionID" column="region_id"/> > <result property="regionDesc" column="region_desc"/> > <result property="cpntPKs" resultMap="Scheduler.ComponentPKResultMap"/> > </resultMap> > <resultMap id="ComponentPKResultMap" class="ComponentPK"> > <result property="componentTypeID" column="cpnt_typ_id"/> > <result property="componentID" column="cpnt_id"/> > <result property="revisionDate" column="rev_dte"/> > </resultMap> -- 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 24 17:27:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43784 invoked from network); 24 Jun 2007 17:27:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jun 2007 17:27:49 -0000 Received: (qmail 61315 invoked by uid 500); 24 Jun 2007 17:27:52 -0000 Delivered-To: [email protected] Received: (qmail 61306 invoked by uid 500); 24 Jun 2007 17:27: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61295 invoked by uid 99); 24 Jun 2007 17:27:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jun 2007 10:27:51 -0700 X-ASF-Spam-Status: No, hits=-99.2 required=10.0 tests=ALL_TRUSTED,INFO_TLD 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, 24 Jun 2007 10:27:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 931347141F1 for <[email protected]>; Sun, 24 Jun 2007 10:27:26 -0700 (PDT) Message-ID: <2694193.1182706046599.JavaMail.jira@brutus> Date: Sun, 24 Jun 2007 10:27:26 -0700 (PDT) From: "Arnaud Lemaitre (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-441) Multiple result sets support broken In-Reply-To: <24733830.1182423866447.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/IBATIS-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507702 ] Arnaud Lemaitre commented on IBATIS-441: ---------------------------------------- in SqlExecutor when in moveToNextResultsSafely() method , test on stmt.getConnection().getMetaData().supportsMultipleResultSets() (added since IBATIS-269 ) is removed then it works perfectly so it's more a bug regarding MetaData returned. (Mysql J/Connector issue?) Tests were done with this plateform : Server version: 5.0.32-Debian_7etch1-log Debian etch distribution + mysql-connector-java-5.0.6-bin.jar (or mysql-connector-java-5.0.5-bin.jar ) Anyway Database MetaData should be retrieved only once (during iBatis init stage? and probably output as well when debug turned on) may be a warning should be thrown when Multiple resultSet is said to be not supported. Actually i had to removed this test to suit my needs. > Multiple result sets support broken > ----------------------------------- > > Key: IBATIS-441 > URL: https://issues.apache.org/jira/browse/IBATIS-441 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.3.0 > Environment: Mysql Server version: 5.0.32-Debian_7etch1-log > mysql-connector-java-5.0.6-bin.jar > ibatis-161.129.204.1047.jar > Reporter: Arnaud Lemaitre > Priority: Blocker > > the following iBATIS code can not retrieve the 2 expected result sets. plain JDBC equivalent is provided and is working properly. > platform specific note : > multiple queries (allowMultiQueries=true on JDBC url) is not working for Mysql server 4.0.24 (tested). apparently requires higher version > 4.1 > (following tests have been done using Mysql 5.0.32) > Here is my Code (for test purpose) : > ... > List results = null; > SqlMapClient sqlMap = IbatisUtil.getSqlMapInstance(); > try{ > results = sqlMap.queryForList( "test" ); > } > catch( SQLException sqle ) { > throw CoreException.wrap( sqle ); > } > > final Logger logger = Logger.getLogger( MyCLass.class ); > > logger.info ( "results.size() = " + results.size() ); > ... > mySqlMap.xml : > <?xml version="1.0" encoding="UTF-8" ?> > <!DOCTYPE sqlMap PUBLIC "-//ibatis.apache.org//DTD SQL Map 2.0//EN" "http://ibatis.apache.org/dtd/sql-map-2.dtd"> > <sqlMap namespace = "myNamespace"> > <select id = "test" resultClass = "int, int"> > <![CDATA[ > select 1+1; select 2+2 > ]]> > </select> > </sqlMap> > My iBATIS Config : > ( i've set allowMultiQueries to true, when set to false (default) i've Got sql syntax errors... > <sqlMapConfig> > <settings > cacheModelsEnabled = "true" > enhancementEnabled = "true" > lazyLoadingEnabled = "true" > maxRequests = "32" > maxSessions = "10" > maxTransactions = "5" > useStatementNamespaces = "false"/> > <transactionManager type = "JDBC"> > <dataSource type = "SIMPLE"> > <property name = "JDBC.Driver" value = "com.mysql.jdbc.Driver"/> > <property name = "JDBC.ConnectionURL" value = "jdbc:mysql://dev:3306/myDatabase?autoReconnect=true&amp;allowMultiQueries=true&amp;characterEncoding=UTF-8&amp;characterSetResults=UTF-8"/> > <property name = "JDBC.Username" value = "myUsername"/> > <property name = "JDBC.Password" value = " myPassword"/> > </dataSource> > </transactionManager> > <sqlMap resource = "com/x/y/z/mySqlMap.xml"/> </sqlMapConfig> > Log4j output : > DEBUG TP-Processor3 java.sql.Connection - {conn-100000} Connection > DEBUG TP-Processor3 java.sql.Connection - {conn-100000} Preparing Statement: select 1+1; select 2+2 > DEBUG TP-Processor3 java.sql.PreparedStatement - {pstm-100001} Executing Statement: select 1+1; select 2+2 > DEBUG TP-Processor3 java.sql.PreparedStatement - {pstm-100001} Parameters: [] DEBUG TP-Processor3 java.sql.PreparedStatement - {pstm-100001} Types: [] DEBUG TP-Processor3 java.sql.ResultSet - {rset-100002} ResultSet DEBUG TP-Processor3 java.sql.ResultSet - {rset-100002} Header: [1+1] DEBUG TP-Processor3 java.sql.ResultSet - {rset-100002} Result: [2] DEBUG TP-Processor3 com.ibatis.common.jdbc.SimpleDataSource - Returned connection 1511627065 to pool. > INFO TP-Processor3 com.x.y.MyCLass - results.size() = 1 > Here is the test : > package com.test; > import java.sql.Connection; > import java.sql.DriverManager; > import java.sql.ResultSet; > import java.sql.Statement; > public class test { > public static void main( String[] args ) { > new test( args ); > } > public void testJDBCConnection() throws Exception > { > Class.forName( "com.mysql.jdbc.Driver" ); > > String url = "jdbc:mysql://myHost:3306/myDatabase?autoReconnect=true&allowMultiQueries=true&characterEncoding=UTF-8&characterSetResults=UTF-8"; > > Connection conn = DriverManager.getConnection( url, "myDatabase", "myPassword" ); > > try > { > String sqlString = "SELECT 1+1; SELECT 2+2; SELECT 3+3"; > System.out.println("Before executing"); > > > Statement stmt = conn.createStatement(); > stmt.execute( sqlString ); > for (;;) { > int updateCount = stmt.getUpdateCount(); > if (updateCount >= 0) { > // report rows affected... > } > else { > ResultSet rs = stmt.getResultSet(); > if (rs == null) > break; > if ( rs.next() ) > System.out.println( "result :" + rs.getInt(1) ); // process resultset .... > } > stmt.getMoreResults(); > } > > System.out.println("After executing"); > } > catch (Exception e) > { > System.out.println("Exception: " + e); > } > > } > public test( String[] args ) { > try > { > testJDBCConnection(); > } > catch (Exception e) > { > System.out.println("Exception: " + e); > } > } > } > And the output : > Before executing > result :2 > result :4 > result :6 > After executing -- 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 25 16:01:50 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46600 invoked from network); 25 Jun 2007 16:01:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jun 2007 16:01:50 -0000 Received: (qmail 13929 invoked by uid 500); 25 Jun 2007 16:01:53 -0000 Delivered-To: [email protected] Received: (qmail 13916 invoked by uid 500); 25 Jun 2007 16: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13905 invoked by uid 99); 25 Jun 2007 16:01:52 -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 09:01:52 -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; Mon, 25 Jun 2007 09:01:48 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B6FDD71418F for <[email protected]>; Mon, 25 Jun 2007 09:01:26 -0700 (PDT) Message-ID: <15332770.1182787286746.JavaMail.jira@brutus> Date: Mon, 25 Jun 2007 09:01:26 -0700 (PDT) From: "THURNER rupert (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-443) abator, unsupported data type for oracle "timestamp with timezone" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org abator, unsupported data type for oracle "timestamp with timezone" ------------------------------------------------------------------ Key: IBATIS-443 URL: https://issues.apache.org/jira/browse/IBATIS-443 Project: iBatis for Java Issue Type: Improvement Environment: abator Reporter: THURNER rupert is there any good possibility to support proprietory datatypes in abator? i.e. "timestamp with timezone"? currently abator fails to generate artefacts with error message "unsupported data type, column ignored". we know this is no problem if you do not have 50 tables with 3 timestamp columns each, and a quite fixed db schema :) -- 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 25 16:59:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73412 invoked from network); 25 Jun 2007 16:59:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jun 2007 16:59:47 -0000 Received: (qmail 56188 invoked by uid 500); 25 Jun 2007 16:59:50 -0000 Delivered-To: [email protected] Received: (qmail 56038 invoked by uid 500); 25 Jun 2007 16: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56027 invoked by uid 99); 25 Jun 2007 16:59:50 -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 09: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 09:59:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id E5D51714159 for <[email protected]>; Mon, 25 Jun 2007 09:59:25 -0700 (PDT) Message-ID: <19961863.1182790765904.JavaMail.jira@brutus> Date: Mon, 25 Jun 2007 09:59:25 -0700 (PDT) From: "Jeff Butler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-443) abator, unsupported data type for oracle "timestamp with timezone" In-Reply-To: <15332770.1182787286746.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/IBATIS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507925 ] Jeff Butler commented on IBATIS-443: ------------------------------------ I think the best approach is to implement your own JavaTypeResolver. You can subclass JavaTypeResolverDefaultImpl and override the "initializeResolvedJavaType" method something like this: try { super.initializeResolvedJavaType(cd); } catch (UnsupportedDataTypeException e) { // deal with Oracle's wierdness here. } Too bad Oracle doesn't use Types.OTHER for these kinds of things - that's what it's there for! But no one ever claimed that Oracle was interested in following standards. Also, in the future, please use the mailing lists for support requests. > abator, unsupported data type for oracle "timestamp with timezone" > ------------------------------------------------------------------ > > Key: IBATIS-443 > URL: https://issues.apache.org/jira/browse/IBATIS-443 > Project: iBatis for Java > Issue Type: Improvement > Environment: abator > Reporter: THURNER rupert > > is there any good possibility to support proprietory datatypes in abator? i.e. "timestamp with timezone"? currently abator fails to generate artefacts with error message "unsupported data type, column ignored". > we know this is no problem if you do not have 50 tables with 3 timestamp columns each, and a quite fixed db schema :) -- 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 26 07:29:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88307 invoked from network); 26 Jun 2007 07:29:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Jun 2007 07:29:47 -0000 Received: (qmail 59277 invoked by uid 500); 26 Jun 2007 07:29:50 -0000 Delivered-To: [email protected] Received: (qmail 59259 invoked by uid 500); 26 Jun 2007 07:29: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59248 invoked by uid 99); 26 Jun 2007 07:29:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 00:29: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 00:29:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 18B00714159 for <[email protected]>; Tue, 26 Jun 2007 00:29:26 -0700 (PDT) Message-ID: <19153681.1182842966098.JavaMail.jira@brutus> Date: Tue, 26 Jun 2007 00:29:26 -0700 (PDT) From: "Susanne Leiberich (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATISNET-230) Enumaration with Characters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Enumaration with Characters --------------------------- Key: IBATISNET-230 URL: https://issues.apache.org/jira/browse/IBATISNET-230 Project: iBatis for .NET Issue Type: Bug Components: DataMapper Affects Versions: DataMapper 1.6.1 Environment: C#, Oracle 10.1.5 Reporter: Susanne Leiberich Hi, I have the following enumeration: public enum ESearchProfile { temp = 'T', permanent = 'P' } If i want to save an ESearchProfile-value i got an error. The database throws the error "value too large for column" (actual 2, maximum 1). I guess iBatis sends as value 'T to the stored procedure instead of T. I use a parameterMap with the following line: <parameter property="Art" column="p_art"/> -- 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 27 17:26:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78748 invoked from network); 27 Jun 2007 17:26:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jun 2007 17:26:47 -0000 Received: (qmail 29442 invoked by uid 500); 27 Jun 2007 17:26:50 -0000 Delivered-To: [email protected] Received: (qmail 29426 invoked by uid 500); 27 Jun 2007 17: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: <dev.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29415 invoked by uid 99); 27 Jun 2007 17:26:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 10:26:49 -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; Wed, 27 Jun 2007 10:26:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id DEB6A71404B for <[email protected]>; Wed, 27 Jun 2007 10:26:25 -0700 (PDT) Message-ID: <13051761.1182965185893.JavaMail.jira@brutus> Date: Wed, 27 Jun 2007 10:26:25 -0700 (PDT) From: "Jeff Butler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (IBATIS-440) Contribute DB2 SQL Schema and Load scripts for the shipped JPetstore example application In-Reply-To: <18497923.1182338906076.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/IBATIS-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508598 ] Jeff Butler commented on IBATIS-440: ------------------------------------ Thanks for the offer. You could attach said items to this JIRA ticket (with an Apache license) and we'll try to get them published. Alternatively, you could list them on the WIKI third party contributions page. > Contribute DB2 SQL Schema and Load scripts for the shipped JPetstore example application > ---------------------------------------------------------------------------------------- > > Key: IBATIS-440 > URL: https://issues.apache.org/jira/browse/IBATIS-440 > Project: iBatis for Java > Issue Type: Wish > Environment: Usage of JPetstore example application with DB2 > Reporter: Mario Briggs > Priority: Trivial > > I would like to contribute SQL Schema & dataLoad scripts for the > downloadable JPetstore example application which will work fully with IBM > DB2 databases. This would help developers who are trying out iBATIS > DataMapper and want to connect to a DB2 database (free or licensed), to > get started quickly and 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] Thu Jun 28 18:33:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71339 invoked from network); 28 Jun 2007 18:33:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jun 2007 18:33:41 -0000 Received: (qmail 41575 invoked by uid 500); 28 Jun 2007 18:33:44 -0000 Delivered-To: [email protected] Received: (qmail 41554 invoked by uid 500); 28 Jun 2007 18:33: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41543 invoked by uid 99); 28 Jun 2007 18:33:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 11:33:43 -0700 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 kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 11:33:38 -0700 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1I3ynt-0001QR-S4 for [email protected]; Thu, 28 Jun 2007 11:33:17 -0700 Message-ID: <[email protected]> Date: Thu, 28 Jun 2007 11:33:17 -0700 (PDT) From: lee_will <[email protected]> To: [email protected] Subject: iBatis bug report 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 I came across the issue when I used TypeHandler in <resultMap> and I believ= e it=E2=80=99s a bug. Here is the case: There=E2=80=99re two columns, =E2=80=9Cdate_read=E2=80=9D and =E2=80=9Cdate= _created=E2=80=9D in the =E2=80=9Cmessages=E2=80=9D table (MySql database), they are type of =E2=80=9CDatetime=E2=80=9D and =E2=80=9C= Timestamp=E2=80=9D respectively. I was trying to convert them to string using type handler (SimsDateToCharTypeHandler).=20 <typeAlias alias=3D"myDateToChar" type=3D"myPackage.util.SimsDateToCharTypeHandler" /> <resultMap id=3D"messageInfoResult" class=3D"myPackage.MassageInfo"> =20 <result property=3D"dateRead" column=3D"date_read" typeHandler=3D"myDateToChar "/> <result property=3D"dateCreated" column=3D"date_created" typeHandler=3D"myDateToChar "/> <!-- more mapping --> </resultMap> <select id=3D"getMessagesByUserName" resultMap=3D"messageInfoResult" > SELECT=20 date_read, date_created FROM messages </select> =E2=80=9Cdate_read=E2=80=9D can be =E2=80=9Cnull=E2=80=9D value but =E2=80= =9Cdate_created=E2=80=9D is always populated with =E2=80=9Ccurrent time=E2=80=9D in database. When the order of elements in <= resultMap> is as above and if =E2=80=9Cdate_read=E2=80=9D is NULL, =E2=80=9CdateCreated=E2= =80=9D property in =E2=80=9CMassageInfo=E2=80=9D object will be NULL. This is not right since =E2=80=9Cdate_created=E2=80=9D= HAS value so that =E2=80=9CdateCreated=E2=80=9D property should be something like =E2=80= =9C07/01/2006 11:30=E2=80=9D, rather than =E2=80=9CNULL=E2=80=9D. However if I reverse the order of elements in <resultMap>, i.e., <resultMap id=3D"messageInfoResult" class=3D"myPackage.MassageInfo"> =20 <!-- order of these two is reversed --> <result property=3D"dateCreated" column=3D"date_created" typeHandler=3D"myDateToChar "/> =20 <result property=3D"dateRead" column=3D"date_read" typeHandler=3D"myDateToChar "/> =20 <!-- more mapping --> </resultMap> Then I=E2=80=99ll get correct result, e.g., dateCreated could be =E2=80=9C0= 7/01/2006=E2=80=9D but =E2=80=9CdateRead=E2=80=9D is null.=20 The iBatis version is 2, I=E2=80=99m not sure if you=E2=80=99ve fixed it in= the latest version. --=20 View this message in context: http://www.nabble.com/iBatis-bug-report-tf399= 5995.html#a11348464 Sent from the iBATIS - Dev mailing list [email protected]. From [email protected] Thu Jun 28 18:54:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80566 invoked from network); 28 Jun 2007 18:54:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jun 2007 18:54:35 -0000 Received: (qmail 8222 invoked by uid 500); 28 Jun 2007 18:54:37 -0000 Delivered-To: [email protected] Received: (qmail 8211 invoked by uid 500); 28 Jun 2007 18:54: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8191 invoked by uid 99); 28 Jun 2007 18:54:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 11:54:36 -0700 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; Thu, 28 Jun 2007 11:54:31 -0700 Received: by nz-out-0506.google.com with SMTP id x3so210857nzd for <[email protected]>; Thu, 28 Jun 2007 11:54:10 -0700 (PDT) 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=n2TDflf3ySFRLO4HNaxzUaZoxQ13I6eqkYT4wQlMCypPvGaCqTHlBsP7cE/j/ZiRIFAyjYD6PwuVFVsgtWgLhj8TTZCT/PS+bMaIYnuWUgRDkaSXpEO6/eOqtf8CLw4up3QgxGkDwJ3XGpKHsGz41z51azoYi4RSl3zWntNFyzc= 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=jq2N5cBAP0xWMUCCCUiQRzkx8mqf/O3gyI/L5PVOGU2ziBIU/Qpl59w4asvcn/ZgNohf7LGlTdEILbLRsEtp/w5pq0GFo7xDGlOi3e9qsjHqF3a41RXeCEYRhfJ08zkETnxuGoBiDPUPKNqOa9lbbMuQYVFAMphy4vxIJOieFQ8= Received: by 161.129.204.104 with SMTP id w2mr1805576wae.1183056849504; Thu, 28 Jun 2007 11:54:09 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 28 Jun 2007 11:54:09 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 28 Jun 2007 13:54:09 -0500 From: "Jeff Butler" <[email protected]> To: [email protected] Subject: Re: iBatis bug report In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_48982_5027856.1183056849253" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_48982_5027856.1183056849253 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline There have been similar reports in the past. Would you try the latest version (2.3) to see if you still have the error? Also, this known bug may be related: http://issues.apache.org/jira/browse/IBATIS-357 It might seem unrelated on the surface, but I belive the error maybe in the same area of the code. Anyway, let us know if it's still broken with the latest version. If we can get a reproducible test case, then we can take a [email protected]. Jeff Butler On 6/28/07, lee_will <[email protected]> wrote: > > > I came across the issue when I used TypeHandler in <resultMap> and I > believe > it's a bug. Here is the case: > There're two columns, "date_read" and "date_created" in the "messages" > table > (MySql database), they are type of "Datetime" and "Timestamp" > respectively. > I was trying to convert them to string using type handler > (SimsDateToCharTypeHandler). > > <typeAlias alias="myDateToChar" > type="myPackage.util.SimsDateToCharTypeHandler" /> > > <resultMap id="messageInfoResult" class="myPackage.MassageInfo"> > <result property="dateRead" column="date_read" > typeHandler="myDateToChar "/> > <result property="dateCreated" column="date_created" > typeHandler="myDateToChar "/> > > <!-- more mapping --> > </resultMap> > > > <select id="getMessagesByUserName" resultMap="messageInfoResult" > > SELECT > date_read, date_created > FROM messages > </select> > > "date_read" can be "null" value but "date_created" is always populated > with > "current time" in database. When the order of elements in <resultMap> is > as > above and if "date_read" is NULL, "dateCreated" property in "MassageInfo" > object will be NULL. This is not right since "date_created" HAS value so > that "dateCreated" property should be something like "07/01/2006 11:30", > rather than "NULL". > > However if I reverse the order of elements in <resultMap>, i.e., > <resultMap id="messageInfoResult" class="myPackage.MassageInfo"> > <!-- order of these two is reversed --> > <result property="dateCreated" column="date_created" > typeHandler="myDateToChar "/> > <result property="dateRead" column="date_read" > typeHandler="myDateToChar "/> > <!-- more mapping --> > </resultMap> > > Then I'll get correct result, e.g., dateCreated could be "07/01/2006" but > "dateRead" is null. > > The iBatis version is 2, I'm not sure if you've fixed it in the latest > version. > -- > View this message in context: > http://www.nabble.com/iBatis-bug-report-tf3995995.html#a11348464 > Sent from the iBATIS - Dev mailing list [email protected]. > > ------=_Part_48982_5027856.1183056849253 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div>There have been similar reports in the past.&nbsp; Would you try the latest version (2.3) to see if you still have the error?&nbsp; Also, this known bug may be related:</div> <div>&nbsp;</div> <div><a href="http://issues.apache.org/jira/browse/IBATIS-357">http://issues.apache.org/jira/browse/IBATIS-357</a></div> <div>&nbsp;</div> <div>It might seem unrelated on the surface, but I belive the error maybe in the same area of the code.</div> <div>&nbsp;</div> <div>Anyway, let us know if it&#39;s still broken with the latest version.&nbsp; If we can get a reproducible test case, then we can take a [email protected].</div> <div>&nbsp;</div> <div>Jeff Butler</div> <div><br>&nbsp;</div> <div><span class="gmail_quote">On 6/28/07, <b class="gmail_sendername">lee_will</b> &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:</span> <blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>I came across the issue when I used TypeHandler in &lt;resultMap&gt; and I believe<br>it's a bug. Here is the case: <br>There're two columns, "date_read" and "date_created" in the "messages" table<br>(MySql database), they are type of "Datetime" and "Timestamp" respectively.<br>I was trying to convert them to string using type handler<br> (SimsDateToCharTypeHandler).<br><br>&lt;typeAlias alias=&quot;myDateToChar&quot;<br>type=&quot;myPackage.util.SimsDateToCharTypeHandler&quot; /&gt;<br><br>&lt;resultMap id=&quot;messageInfoResult&quot; class=&quot;myPackage.MassageInfo &quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;result property=&quot;dateRead&quot; column=&quot;date_read&quot;<br>typeHandler=&quot;myDateToChar &quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;result property=&quot;dateCreated&quot; column=&quot;date_created&quot; <br>typeHandler=&quot;myDateToChar &quot;/&gt;<br><br>&nbsp;&nbsp; &lt;!-- more mapping --&gt;<br>&lt;/resultMap&gt;<br><br><br>&lt;select id=&quot;getMessagesByUserName&quot; resultMap=&quot;messageInfoResult&quot; &gt;<br>SELECT<br> &nbsp;&nbsp; date_read, date_created<br>FROM messages<br>&lt;/select&gt;<br><br>"date_read" can be "null" value but "date_created" is always populated with<br>"current time" in database. When the order of elements in &lt;resultMap&gt; is as <br>above and if "date_read" is NULL,&nbsp;&nbsp;"dateCreated" property in "MassageInfo"<br>object will be NULL. This is not right since "date_created" HAS value so<br>that "dateCreated" property should be something like "07/01/2006 11:30", <br>rather than "NULL".<br><br>However if I reverse the order of elements in &lt;resultMap&gt;, i.e.,<br>&lt;resultMap id=&quot;messageInfoResult&quot; class=&quot;myPackage.MassageInfo&quot;&gt;<br>&lt;!-- order of these two is reversed --&gt; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;result property=&quot;dateCreated&quot; column=&quot;date_created&quot;<br>typeHandler=&quot;myDateToChar &quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;result property=&quot;dateRead&quot; column=&quot;date_read&quot;<br>typeHandler=&quot;myDateToChar &quot;/&gt; <br>&nbsp;&nbsp; &lt;!-- more mapping --&gt;<br>&lt;/resultMap&gt;<br><br>Then I'll get correct result, e.g., dateCreated could be "07/01/2006" but<br>"dateRead" is null.<br><br>The iBatis version is 2, I'm not sure if you've fixed it in the latest <br>version.<br>--<br>View this message in context: <a href="http://www.nabble.com/iBatis-bug-report-tf3995995.html#a11348464">http://www.nabble.com/iBatis-bug-report-tf3995995.html#a11348464</a><br>Sent from the iBATIS - Dev mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br><br></blockquote></div><br> ------=_Part_48982_5027856.1183056849253-- From [email protected] Thu Jun 28 19:29:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99741 invoked from network); 28 Jun 2007 19:29:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jun 2007 19:29:33 -0000 Received: (qmail 71502 invoked by uid 500); 28 Jun 2007 19:29:31 -0000 Delivered-To: [email protected] Received: (qmail 71490 invoked by uid 500); 28 Jun 2007 19:29: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71463 invoked by uid 99); 28 Jun 2007 19:29:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 12:29:31 -0700 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 mu-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 12:29:24 -0700 Received: by mu-out-0910.google.com with SMTP id i10so935179mue for <[email protected]>; Thu, 28 Jun 2007 12:29:02 -0700 (PDT) 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=QbOnm0CrwWEo6qNKJc/oqAHJ6sUaQtyRig2XPhrXRGy1SAGavgY9bKFnD49Ir8MEYenXs0fWPLxiDVCp8bpMF1PYw5J2cWK6vCGYzq/ndbC2seA/09ZaOZPABM7qNp1WasRv5Bby28nbr6shwFEylH+TTIP76vSFZQHI7M5kswg= 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=CJKs/xA+F99mPzQBoTmIn1BhD4frjs1rIbi9NaCCChp0A9gsQK8ZBrUOzKOy1JgF7CTRbMuAjyzQstu4QuOqtrnVM4yqRcRgPq86LPxNMUTz3JWe8MLz8qJePWsJNZTlLaQW8vLJzT7Lmc4ZA16mlXOdDHnuQTCi6v4IVOWKWos= Received: by 161.129.204.104 with SMTP id z16mr4455646bud.1183058941994; Thu, 28 Jun 2007 12:29:01 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 28 Jun 2007 12:29:01 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 28 Jun 2007 13:29:01 -0600 From: "Nathan Maves" <[email protected]> To: [email protected] Subject: Re: iBatis bug report In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_46941_16209332.1183058941970" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_46941_16209332.1183058941970 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I bet there is a small error in the CTH. Please post the code for use to see and I bet we can get it worked out. Nathan On 6/28/07, Jeff Butler <[email protected]> wrote: > > There have been similar reports in the past. Would you try the latest > version (2.3) to see if you still have the error? Also, this known bug > may be related: > > http://issues.apache.org/jira/browse/IBATIS-357 > > It might seem unrelated on the surface, but I belive the error maybe in > the same area of the code. > > Anyway, let us know if it's still broken with the latest version. If we > can get a reproducible test case, then we can take a [email protected]. > > Jeff Butler > > > On 6/28/07, lee_will <[email protected]> wrote: > > > > > > I came across the issue when I used TypeHandler in <resultMap> and I > > believe > > it's a bug. Here is the case: > > There're two columns, "date_read" and "date_created" in the "messages" > > table > > (MySql database), they are type of "Datetime" and "Timestamp" > > respectively. > > I was trying to convert them to string using type handler > > (SimsDateToCharTypeHandler). > > > > <typeAlias alias="myDateToChar" > > type="myPackage.util.SimsDateToCharTypeHandler" /> > > > > <resultMap id="messageInfoResult" class="myPackage.MassageInfo "> > > <result property="dateRead" column="date_read" > > typeHandler="myDateToChar "/> > > <result property="dateCreated" column="date_created" > > typeHandler="myDateToChar "/> > > > > <!-- more mapping --> > > </resultMap> > > > > > > <select id="getMessagesByUserName" resultMap="messageInfoResult" > > > SELECT > > date_read, date_created > > FROM messages > > </select> > > > > "date_read" can be "null" value but "date_created" is always populated > > with > > "current time" in database. When the order of elements in <resultMap> is > > as > > above and if "date_read" is NULL, "dateCreated" property in > > "MassageInfo" > > object will be NULL. This is not right since "date_created" HAS value so > > that "dateCreated" property should be something like "07/01/2006 11:30", > > > > rather than "NULL". > > > > However if I reverse the order of elements in <resultMap>, i.e., > > <resultMap id="messageInfoResult" class="myPackage.MassageInfo"> > > <!-- order of these two is reversed --> > > <result property="dateCreated" column="date_created" > > typeHandler="myDateToChar "/> > > <result property="dateRead" column="date_read" > > typeHandler="myDateToChar "/> > > <!-- more mapping --> > > </resultMap> > > > > Then I'll get correct result, e.g., dateCreated could be "07/01/2006" > > but > > "dateRead" is null. > > > > The iBatis version is 2, I'm not sure if you've fixed it in the latest > > version. > > -- > > View this message in context: > > http://www.nabble.com/iBatis-bug-report-tf3995995.html#a11348464 > > Sent from the iBATIS - Dev mailing list [email protected]. > > > > > ------=_Part_46941_16209332.1183058941970 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I bet there is a small error in the CTH.<br><br>Please post the code for use to see and I bet we can get it worked out.<br><br>Nathan<br><br><div><span class="gmail_quote">On 6/28/07, <b class="gmail_sendername">Jeff Butler </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;"><div> There have been similar reports in the past.&nbsp; Would you try the latest version (2.3) to see if you still have the error?&nbsp; Also, this known bug may be related:</div> <div>&nbsp;</div> <div><a href="http://issues.apache.org/jira/browse/IBATIS-357" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://issues.apache.org/jira/browse/IBATIS-357</a></div> <div>&nbsp;</div> <div>It might seem unrelated on the surface, but I belive the error maybe in the same area of the code.</div> <div>&nbsp;</div> <div>Anyway, let us know if it&#39;s still broken with the latest version.&nbsp; If we can get a reproducible test case, then we can take a [email protected].</div><span class="sg"> <div>&nbsp;</div> <div>Jeff Butler</div></span><div><span class="e" id="q_11373af524a51866_2"> <div><br>&nbsp;</div> <div><span class="gmail_quote">On 6/28/07, <b class="gmail_sendername">lee_will</b> &lt;<a href="mailto:[email protected]" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">[email protected]</a>&gt; wrote: </span> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><br>I came across the issue when I used TypeHandler in &lt;resultMap&gt; and I believe<br>it&#39;s a bug. Here is the case: <br>There&#39;re two columns, &quot;date_read&quot; and &quot;date_created&quot; in the &quot;messages&quot; table<br>(MySql database), they are type of &quot;Datetime&quot; and &quot;Timestamp&quot; respectively.<br>I was trying to convert them to string using type handler <br> (SimsDateToCharTypeHandler).<br><br>&lt;typeAlias alias=&quot;myDateToChar&quot;<br>type=&quot;myPackage.util.SimsDateToCharTypeHandler&quot; /&gt;<br><br>&lt;resultMap id=&quot;messageInfoResult&quot; class=&quot;myPackage.MassageInfo &quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;result property=&quot;dateRead&quot; column=&quot;date_read&quot;<br>typeHandler=&quot;myDateToChar &quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;result property=&quot;dateCreated&quot; column=&quot;date_created&quot; <br>typeHandler=&quot;myDateToChar &quot;/&gt;<br><br>&nbsp;&nbsp; &lt;!-- more mapping --&gt;<br>&lt;/resultMap&gt;<br><br><br>&lt;select id=&quot;getMessagesByUserName&quot; resultMap=&quot;messageInfoResult&quot; &gt;<br>SELECT <br> &nbsp;&nbsp; date_read, date_created<br>FROM messages<br>&lt;/select&gt;<br><br>&quot;date_read&quot; can be &quot;null&quot; value but &quot;date_created&quot; is always populated with<br>&quot;current time&quot; in database. When the order of elements in &lt;resultMap&gt; is as <br>above and if &quot;date_read&quot; is NULL,&nbsp;&nbsp;&quot;dateCreated&quot; property in &quot;MassageInfo&quot;<br>object will be NULL. This is not right since &quot;date_created&quot; HAS value so<br>that &quot;dateCreated&quot; property should be something like &quot;07/01/2006 11:30&quot;, <br>rather than &quot;NULL&quot;.<br><br>However if I reverse the order of elements in &lt;resultMap&gt;, i.e.,<br>&lt;resultMap id=&quot;messageInfoResult&quot; class=&quot;myPackage.MassageInfo&quot;&gt;<br>&lt;!-- order of these two is reversed --&gt; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;result property=&quot;dateCreated&quot; column=&quot;date_created&quot;<br>typeHandler=&quot;myDateToChar &quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;result property=&quot;dateRead&quot; column=&quot;date_read&quot;<br>typeHandler=&quot;myDateToChar &quot;/&gt; <br>&nbsp;&nbsp; &lt;!-- more mapping --&gt;<br>&lt;/resultMap&gt;<br><br>Then I&#39;ll get correct result, e.g., dateCreated could be &quot;07/01/2006&quot; but<br>&quot;dateRead&quot; is null.<br><br>The iBatis version is 2, I&#39;m not sure if you&#39;ve fixed it in the latest <br>version.<br>--<br>View this message in context: <a href="http://www.nabble.com/iBatis-bug-report-tf3995995.html#a11348464" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.nabble.com/iBatis-bug-report-tf3995995.html#a11348464 </a><br>Sent from the iBATIS - Dev mailing list archive at <a href="http://Nabble.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Nabble.com</a>.<br><br></blockquote></div><br> </span></div></blockquote></div><br> ------=_Part_46941_16209332.1183058941970-- From [email protected] Fri Jun 29 10:07:27 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19930 invoked from network); 29 Jun 2007 10:07:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jun 2007 10:07:26 -0000 Received: (qmail 14035 invoked by uid 500); 29 Jun 2007 10:07:29 -0000 Delivered-To: [email protected] Received: (qmail 14012 invoked by uid 500); 29 Jun 2007 10:07: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14001 invoked by uid 99); 29 Jun 2007 10:07:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2007 03:07:29 -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, 29 Jun 2007 03:07:25 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B143971418E for <[email protected]>; Fri, 29 Jun 2007 03:07:04 -0700 (PDT) Message-ID: <9765885.1183111624722.JavaMail.jira@brutus> Date: Fri, 29 Jun 2007 03:07:04 -0700 (PDT) From: "Ramona Krickan (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (IBATIS-444) Setting Out Parameter for Stored Procedure fails. Error says "Invalid data type" 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 Setting Out Parameter for Stored Procedure fails. Error says "Invalid data = type" ---------------------------------------------------------------------------= ----- Key: IBATIS-444 URL: https://issues.apache.org/jira/browse/IBATIS-444 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.0, 2.2.0 Environment: Java 1.6, Ibatis 2.2 and 2.3, Oracle 10g Reporter: Ramona Krickan I am running the following code:=20 create or replace procedure maximum (a in integer, b in integer, c out integer) as begin if (a > b) then c :=3D a; end if; if (b >=3D a) then c:=3D b; end if; end; <parameterMap id=3D"maxOut" class=3D"java.util.Map"> <parameter property=3D"a" mode=3D"IN"/> <parameter property=3D"b" mode=3D"IN"/> <parameter property=3D"c" mode=3D"OUT"/> </parameterMap> <procedure id=3D"maxOutProcedure" parameterMap=3D"maxOut"> { call maximum (?, ?, ?) } </procedure> Map m =3D new HashMap(2); m.put("a", new Integer(7)); m.put("b", new Integer(5)); sqlMap.queryForObject("maxOutProcedure", m); Integer value =3D (Integer) m.get("c"); Exception:=20 com.ibatis.common.jdbc.exception.NestedSQLException: =20 --- The error occurred in com/zooplus/dbo/maps/jobs/logistics/logistics.xml= . =20 --- The error occurred while executing query procedure. =20 --- Check the { call maximum (?, ?, ?) }. =20 --- Check the output parameters (register output parameters failed). =20 --- Cause: java.sql.SQLException: Ung=C3=BCltiger Spaltentyp // invalid d= ata type Caused by: java.sql.SQLException: Ung=C3=BCltiger Spaltentyp =09at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.executeQu= eryWithCallback(GeneralStatement.java:185) =09at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.executeQu= eryForObject(GeneralStatement.java:104) =09at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(S= qlMapExecutorDelegate.java:565) =09at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(S= qlMapExecutorDelegate.java:540) =09at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForObject(SqlMap= SessionImpl.java:106) =09at com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.queryForObject(SqlMapC= lientImpl.java:84) =09at com.zooplus.jobs.SqlMapPlugin.queryForObject(SqlMapPlugin.java:437) --=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] Fri Jun 29 12:37:26 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73755 invoked from network); 29 Jun 2007 12:37:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jun 2007 12:37:26 -0000 Received: (qmail 97755 invoked by uid 500); 29 Jun 2007 12:37:29 -0000 Delivered-To: [email protected] Received: (qmail 97727 invoked by uid 500); 29 Jun 2007 12:37: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.ibatis.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97715 invoked by uid 99); 29 Jun 2007 12:37:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2007 05:37: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2007 05:37:25 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B5ED071418E for <[email protected]>; Fri, 29 Jun 2007 05:37:04 -0700 (PDT) Message-ID: <15397726.1183120624742.JavaMail.jira@brutus> Date: Fri, 29 Jun 2007 05:37:04 -0700 (PDT) From: "Jeff Butler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (IBATIS-444) Setting Out Parameter for Stored Procedure fails. Error says "Invalid data type" In-Reply-To: <9765885.1183111624722.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/IBATIS-444?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-444. ------------------------------ Resolution: Invalid Not a bug. Please use the mailing lists for support questions. (hint: read about "jdbcType" in the developer's guide) > Setting Out Parameter for Stored Procedure fails. Error says "Invalid dat= a type" > -------------------------------------------------------------------------= ------- > > Key: IBATIS-444 > URL: https://issues.apache.org/jira/browse/IBATIS-444 > Project: iBatis for Java > Issue Type: Bug > Components: SQL Maps > Affects Versions: 2.2.0, 2.3.0 > Environment: Java 1.6, Ibatis 2.2 and 2.3, Oracle 10g > Reporter: Ramona Krickan > > I am running the following code:=20 > create or replace procedure maximum > (a in integer, b in integer, c out integer) as > begin > if (a > b) then c :=3D a; end if; > if (b >=3D a) then c:=3D b; end if; > end; > <parameterMap id=3D"maxOut" class=3D"java.util.Map"> > <parameter property=3D"a" mode=3D"IN"/> > <parameter property=3D"b" mode=3D"IN"/> > <parameter property=3D"c" mode=3D"OUT"/> > </parameterMap> > <procedure id=3D"maxOutProcedure" parameterMap=3D"maxOut"> > { call maximum (?, ?, ?) } > </procedure> > Map m =3D new HashMap(2); > m.put("a", new Integer(7)); > m.put("b", new Integer(5)); > sqlMap.queryForObject("maxOutProcedure", m); > Integer value =3D (Integer) m.get("c"); > Exception:=20 > com.ibatis.common.jdbc.exception.NestedSQLException: =20 > --- The error occurred in com/zooplus/dbo/maps/jobs/logistics/logistics.x= ml. =20 > --- The error occurred while executing query procedure. =20 > --- Check the { call maximum (?, ?, ?) }. =20 > --- Check the output parameters (register output parameters failed). =20 > --- Cause: java.sql.SQLException: Ung=C3=BCltiger Spaltentyp // invalid= data type > Caused by: java.sql.SQLException: Ung=C3=BCltiger Spaltentyp > =09at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.execute= QueryWithCallback(GeneralStatement.java:185) > =09at com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.execute= QueryForObject(GeneralStatement.java:104) > =09at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject= (SqlMapExecutorDelegate.java:565) > =09at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject= (SqlMapExecutorDelegate.java:540) > =09at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForObject(SqlM= apSessionImpl.java:106) > =09at com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.queryForObject(SqlMa= pClientImpl.java:84) > =09at com.zooplus.jobs.SqlMapPlugin.queryForObject(SqlMapPlugin.java:437) --=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] Wed Mar 04 00:34:48 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72432 invoked from network); 4 Mar 2009 00:34:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Mar 2009 00:34:48 -0000 Received: (qmail 90835 invoked by uid 500); 4 Mar 2009 00:34:48 -0000 Delivered-To: [email protected] Received: (qmail 90810 invoked by uid 500); 4 Mar 2009 00:34: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 62718 invoked by uid 99); 4 Mar 2009 00:04: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 (athena.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=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date:cc :x-mailer; bh=z4Bnpm86dDVwHXGY36QlpW9wDBtnvTQs+7NuhXGVgxA=; b=OApJHBG/GhBSumMM9pzSL+a/TBXLskb8BexpzDlN9TNGEzDC3WHdjjJVtaBS8NMZKA m5jEuHQB+q7ATa18ebYx1i7op9eu4w8rKTHKHUz895DNODKob9i1b0VbGyG4ru4SS1rt pY5h2mMcSPWZAaNpTX0qrZreYFigtmukOCW8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:cc:x-mailer; b=hPzAZD6GOxe5xfZfDLV8DNBd714edm9+oUT2qARZkWZ83MRxXrVLEpRx8STa+MXxOb 0bFmnJTWhZ9xagqStDAV7+zwIrY/aGgfl23+tM+UFTUK+7VLEsWH6jk+sfGiFLCKjUOh UrmlgUbG1RYlcQEMeXSVt3BdwPE7NU0kLxlsA= Message-Id: <[email protected]> From: Aldus Whitfield <[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: --text / -t CLI option produces no output Date: Wed, 4 Mar 2009 00:03:28 +0000 Cc: Aldus Whitfield <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi I am trying out tika 0.2 and using as a command line utility. It looks great - but if I use the -t (--text) option I get nothing on stdout even though with the default option and/or using the gui the parsing is clearly working and producing sensible XML output fine (and all outputs in the gui). I am using it on windows (eg from command prompt) invoking via the jar file CLI many thanks Aldus Whitfield From [email protected] Wed Mar 04 07:21:07 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63917 invoked from network); 4 Mar 2009 07:21:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Mar 2009 07:21:07 -0000 Received: (qmail 38968 invoked by uid 500); 4 Mar 2009 07:21:07 -0000 Delivered-To: [email protected] Received: (qmail 38924 invoked by uid 500); 4 Mar 2009 07:21: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38913 invoked by uid 99); 4 Mar 2009 07:21:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 23:21:07 -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 mail.troja.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 07:20:56 +0000 Received: from localhost (localhost [161.129.204.104]) by mail.troja.net (Postfix) with ESMTP id EADB650DA7 for <[email protected]>; Wed, 4 Mar 2009 08:20:35 +0100 (CET) Received: from mail.troja.net ([161.129.204.104]) by localhost (cyca.troja.net [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 09646-07 for <[email protected]>; Wed, 4 Mar 2009 08:20:33 +0100 (CET) Received: from VEGA (port-83-236-62-11.dynamic.qsc.de [161.129.204.104]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTP id 8153650D96 for <[email protected]>; Wed, 4 Mar 2009 08:20:33 +0100 (CET) From: "Uwe Schindler" <[email protected]> To: <[email protected]> References: <[email protected]> Subject: RE: --text / -t CLI option produces no output Date: Wed, 4 Mar 2009 08:20:36 +0100 Message-ID: <3E1CE08153A741A0976BEB48A4C30AAE@VEGA> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <[email protected]> Thread-Index: AcmcYQjK/LzXDr8nT82Q6HSusi6YvAAOGxig X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Check out the SVN trunk version and compile it. As TIKA is in a very early stage, using the development version is often better than the released, outdated version. Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Aldus Whitfield [mailto:[email protected]] > Sent: Wednesday, March 04, 2009 1:03 AM > To: [email protected] > Cc: Aldus Whitfield > Subject: --text / -t CLI option produces no output > > Hi > > I am trying out tika 0.2 and using as a command line utility. It looks > great - but if I use the -t (--text) option I get nothing on stdout > even though with the default option and/or using the gui the parsing > is clearly working and producing sensible XML output fine (and all > outputs in the gui). > > I am using it on windows (eg from command prompt) invoking via the jar > file CLI > > > many thanks > Aldus Whitfield From [email protected] Wed Mar 04 08:36:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7470 invoked from network); 4 Mar 2009 08:36:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Mar 2009 08:36:06 -0000 Received: (qmail 96810 invoked by uid 500); 4 Mar 2009 08:36:06 -0000 Delivered-To: [email protected] Received: (qmail 96770 invoked by uid 500); 4 Mar 2009 08:36: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 14755 invoked by uid 99); 4 Mar 2009 00:57:32 -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) Message-Id: <[email protected]> From: Michael McCandless <[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: --text / -t CLI option produces no output Date: Tue, 3 Mar 2009 19:56:57 -0500 References: <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org I also see this, I think on OS X as well but I'm not certain. I had emailed tika-user about it: http://mail-archives.apache.org/mod_mbox/lucene-tika-user/200812.mbox/%3C3451EEDCE7054F17B2EEF3E7F010FB5B@VEGA%3E I didn't try to track it down... Mike Aldus Whitfield wrote: > Hi > > I am trying out tika 0.2 and using as a command line utility. It > looks great - but if I use the -t (--text) option I get nothing on > stdout even though with the default option and/or using the gui the > parsing is clearly working and producing sensible XML output fine > (and all outputs in the gui). > > I am using it on windows (eg from command prompt) invoking via the > jar file CLI > > > many thanks > Aldus Whitfield > From [email protected] Wed Mar 04 08:37:35 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8071 invoked from network); 4 Mar 2009 08:37:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Mar 2009 08:37:35 -0000 Received: (qmail 97446 invoked by uid 500); 4 Mar 2009 08:37:35 -0000 Delivered-To: [email protected] Received: (qmail 97404 invoked by uid 500); 4 Mar 2009 08:37: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97393 invoked by uid 99); 4 Mar 2009 08:37:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 00:37:34 -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 services.cse.ucsc.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 08:37:24 +0000 Received: from [161.129.204.104] (soenat1.cse.ucsc.edu [161.129.204.104]) (authenticated bits=0) by services.cse.ucsc.edu (8.13.6/8.13.6) with ESMTP id n248b20L021538 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for <[email protected]>; Wed, 4 Mar 2009 00:37:02 -0800 (PST) Message-Id: <[email protected]> From: Jonathan Koren <[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.4) Subject: Re: --text / -t CLI option produces no output Date: Wed, 4 Mar 2009 00:37:02 -0800 References: <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.930.4) X-Virus-Checked: Checked by ClamAV on apache.org It works just fine with 0.3 on macsox. On Mar 3, 2009, at 4:56 PM, Michael McCandless wrote: > > I also see this, I think on OS X as well but I'm not certain. I had > emailed tika-user about it: > > http://mail-archives.apache.org/mod_mbox/lucene-tika-user/200812.mbox/%3C3451EEDCE7054F17B2EEF3E7F010FB5B@VEGA%3E > > I didn't try to track it down... > > Mike > > Aldus Whitfield wrote: > >> Hi >> >> I am trying out tika 0.2 and using as a command line utility. It >> looks great - but if I use the -t (--text) option I get nothing on >> stdout even though with the default option and/or using the gui the >> parsing is clearly working and producing sensible XML output fine >> (and all outputs in the gui). >> >> I am using it on windows (eg from command prompt) invoking via the >> jar file CLI >> >> >> many thanks >> Aldus Whitfield >> > -- Jonathan Koren [email protected] http://www.soe.ucsc.edu/~jonathan/ From [email protected] Wed Mar 04 09:08:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22737 invoked from network); 4 Mar 2009 09:08:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Mar 2009 09:08:14 -0000 Received: (qmail 31250 invoked by uid 500); 4 Mar 2009 09:08:14 -0000 Delivered-To: [email protected] Received: (qmail 31208 invoked by uid 500); 4 Mar 2009 09: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31197 invoked by uid 99); 4 Mar 2009 09:08:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 01:08: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 mail-fx0-f168.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 09:08:07 +0000 Received: by fxm12 with SMTP id 12so3200957fxm.5 for <[email protected]>; Wed, 04 Mar 2009 01:07:45 -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=9s4OIDkkIXpmjmdN1EeNoXkw2jHrV+UA0KhOXDdtc/A=; b=hPxF2uFn3oFxwtqV+qZ3iwQAZpsVnValtC80e77HE//ggIqs5KQCL2Y4A4jSJWYghw QUlfpa5Us+Tl0ZeIbcA9gyPI1TzjnkU+vqLtGhVJ/ZHntLtUrAFTpz1Ywn+5bt2zKo7w A5pt0NJN5PqCZ3nOYlTbTUDnoBXYjgbMZ5frQ= 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=G4+FeydEbARb0PyVAXoiSyMcd5lIeBPjVpZ74E/mSihUFDP3PvGXigjezBa2KwByVr uctN6fUmcxcQ0BRFQHUuE1rAnV8M/on4zXu3Rf3M8KZb/ke6rNF3V6js/vDnR84xMp4A awa8Uk1SlhiRmsDisUPIJ5whV1Skza1a7rtNw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id b19mr2889313bko.82.1236157665722; Wed, 04 Mar 2009 01:07:45 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Wed, 4 Mar 2009 10:07:45 +0100 Message-ID: <[email protected]> Subject: Re: --text / -t CLI option produces no output From: Jukka Zitting <[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, On Wed, Mar 4, 2009 at 9:37 AM, Jonathan Koren <[email protected]> wrote: > It works just fine with 0.3 on macsox. Yeah, the issue was reported and fixed in TIKA-179 [1]. Which raises the question: should we release 0.3 already? I had kind of been expecting upgrades to POI 3.5-FINAL and PDFBox 0.8-incubating before releasing Tika 0.3, but as those are still a month or two away we could just as well release 0.3 as it is now and do a 0.4 release later with the upgraded dependencies. [1] https://issues.apache.org/jira/browse/TIKA-179 BR, Jukka Zitting From [email protected] Wed Mar 04 09:14:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25632 invoked from network); 4 Mar 2009 09:14:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Mar 2009 09:14:15 -0000 Received: (qmail 36442 invoked by uid 500); 4 Mar 2009 09:14:14 -0000 Delivered-To: [email protected] Received: (qmail 36402 invoked by uid 500); 4 Mar 2009 09:14: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36391 invoked by uid 99); 4 Mar 2009 09:14:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 01:14:14 -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 services.cse.ucsc.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 09:14:04 +0000 Received: from [161.129.204.104] (soenat1.cse.ucsc.edu [161.129.204.104]) (authenticated bits=0) by services.cse.ucsc.edu (8.13.6/8.13.6) with ESMTP id n249Dh6V025035 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for <[email protected]>; Wed, 4 Mar 2009 01:13:43 -0800 (PST) Message-Id: <[email protected]> From: Jonathan Koren <[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.4) Subject: Re: --text / -t CLI option produces no output Date: Wed, 4 Mar 2009 01:13:42 -0800 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.930.4) X-Virus-Checked: Checked by ClamAV on apache.org My rule of thumb is when you think of it as being at an incremental improvement, just increment the number. When you think it's pretty much stable, that's 1.0. Don't be like wine and stay at < 1.0 for ten years and ten years of api updates. On Mar 4, 2009, at 1:07 AM, Jukka Zitting wrote: > Hi, > > On Wed, Mar 4, 2009 at 9:37 AM, Jonathan Koren > <[email protected]> wrote: >> It works just fine with 0.3 on macsox. > > Yeah, the issue was reported and fixed in TIKA-179 [1]. > > Which raises the question: should we release 0.3 already? I had kind > of been expecting upgrades to POI 3.5-FINAL and PDFBox 0.8-incubating > before releasing Tika 0.3, but as those are still a month or two away > we could just as well release 0.3 as it is now and do a 0.4 release > later with the upgraded dependencies. > > [1] https://issues.apache.org/jira/browse/TIKA-179 > > BR, > > Jukka Zitting -- Jonathan Koren [email protected] http://www.soe.ucsc.edu/~jonathan/ From [email protected] Wed Mar 04 12:37:25 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29842 invoked from network); 4 Mar 2009 12:37:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Mar 2009 12:37:25 -0000 Received: (qmail 80735 invoked by uid 500); 4 Mar 2009 12:37:25 -0000 Delivered-To: [email protected] Received: (qmail 80702 invoked by uid 500); 4 Mar 2009 12: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80691 invoked by uid 99); 4 Mar 2009 12:37:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 04:37: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f167.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2009 12:37:17 +0000 Received: by bwz11 with SMTP id 11so3307234bwz.5 for <[email protected]>; Wed, 04 Mar 2009 04:36:56 -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=ZkQa6ltaYxBVy5lTTaAWwT50aNl7twvxKMrTzmBsr1s=; b=dDA+9TVt+f29wjwiRJAXZMMFQFXmBBwplNt0dfJfAY1Tk5inBVbPpsz6jhX8OcmoAl Vz0jiPsNFmTWkYhGQDeksv9/eziKtGhN0EYbRYE3a9eiL8HRZiSPLk3y7fw+xFsiz9d9 IuN4fNpjbmxWs3PvMD5hTYGuv1vKNquaDxyf0= 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=EpoJNGNr/PcJ4b33u/NOmmZbOplEwvENpbX4QBmSULe6baH3QJfizymOdYh7lJqPaj N1R2FrewFUQqqUfQ5O9COP3ydjYkRQKw4ZPayh9ifzd6KCxaEMkNnhR9Q8Dg2Q6hh7dy CmGpyjUAUuJ0okNvWYrB4UT8H6nTW3FLYL7+E= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id n14mr2948397bkk.23.1236170216354; Wed, 04 Mar 2009 04:36:56 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 4 Mar 2009 13:36:56 +0100 Message-ID: <[email protected]> Subject: Re: --text / -t CLI option produces no output From: Jukka Zitting <[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, On Wed, Mar 4, 2009 at 10:13 AM, Jonathan Koren <[email protected]> wro= te: > My rule of thumb is when you think of it as being at an incremental > improvement, just increment the number. =A0When you think it's pretty muc= h > stable, that's 1.0. =A0Don't be like wine and stay at < 1.0 for ten years= and > ten years of api updates. Agreed. The Parser API in Tika is probably already worth being marked as 1.0, but I'd still like to resolve the open design issues in metadata and mime type handling before we release Tika 1.0. BR, Jukka Zitting From [email protected] Thu Mar 05 13:44:05 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87120 invoked from network); 5 Mar 2009 13:44:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Mar 2009 13:44:04 -0000 Received: (qmail 68731 invoked by uid 500); 5 Mar 2009 13:44:04 -0000 Delivered-To: [email protected] Received: (qmail 68690 invoked by uid 500); 5 Mar 2009 13: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68676 invoked by uid 99); 5 Mar 2009 13:44:04 -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 05:44:04 -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-fx0-f168.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 13:43:57 +0000 Received: by fxm12 with SMTP id 12so3797083fxm.5 for <[email protected]>; Thu, 05 Mar 2009 05:43:36 -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=W8Y/zfy3RJBdWO0w7lahEGni9HERvAcMbW1CYVP73mQ=; b=LGIYBBGwpNKsR0/V7Mte9RvPJnPpiP9kh+JORFgJqAdFng08zzbGYXR9T2hlwK9SNg xcCM7L8N0glXK5d0WMdCLnfvHUwPFHfiMEsp5P5Ez5Vn5Hj/4CbzG9/d1bnjuXDsnTBF Y7ZJFOyMWigV4s8kNnZtx7CYRjn0Sus/TdNYo= 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=PfuwLq7glbHJnR23fjf+YTjk7w5/AIIZOSGlqdXhfUKITDiUpsLIs+AXmj18aOeqh/ aX1OYpG3bsajTvCVzwx4SmxrjW7hTbuyYd0Rz6zx1UDv0Vt7a9I9NSptClTS1spHraO3 5LSx0BleNiuWGKXfSIxC1ttqVX0OQgwGI4cxw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id k2mr377613bko.145.1236260616174; Thu, 05 Mar 2009 05:43:36 -0800 (PST) Date: Thu, 5 Mar 2009 14:43:35 +0100 Message-ID: <[email protected]> Subject: Board report time From: Jukka Zitting <[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, Lucene is up for an Apache board report this month, and Tika should contribute its part to the report. Here's a quick draft: <draft> Apache Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries. Development towards Tika 0.3 is ongoing. Metadata handling and metadata frameworks like XMP have been a source of much discussion, but so far no clear consensus on has been reached on whether or how the metadata features in Tika should be extended. A wiki was created for Tika. </draft> Anything I'm missing/misrepresenting? BR, Jukka Zitting From [email protected] Thu Mar 05 14:00:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 562 invoked from network); 5 Mar 2009 14:00:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Mar 2009 14:00:12 -0000 Received: (qmail 92443 invoked by uid 500); 5 Mar 2009 14:00:11 -0000 Delivered-To: [email protected] Received: (qmail 92415 invoked by uid 500); 5 Mar 2009 14:00: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92404 invoked by uid 99); 5 Mar 2009 14:00:11 -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 06:00:11 -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: local policy) Received: from [161.129.204.104] (HELO mail.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 14:00:00 +0000 Received: from mail.jpl.nasa.gov (ums-smtp.jpl.nasa.gov [161.129.204.104]) by mail.jpl.nasa.gov (Switch-3.3.2mp/Switch-3.3.2mp) with ESMTP id n25DxZ8d026954 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified FAIL) for <[email protected]>; Thu, 5 Mar 2009 13:59:37 GMT Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([161.129.204.104]) by ALTVIREHTSTAP01.RES.AD.JPL ([161.129.204.104]) with mapi; Thu, 5 Mar 2009 06:01:46 -0800 From: "Mattmann, Chris A" <[email protected]> To: "[email protected]" <[email protected]> Date: Thu, 5 Mar 2009 05:59:36 -0800 Subject: Re: --text / -t CLI option produces no output Thread-Topic: --text / -t CLI option produces no output Thread-Index: AcmcqQz+Ab7KSLgbTB6YIMTyA8hFUQA8ZEdf Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: ums-smtp.jpl.nasa.gov [161.129.204.104] X-Source-Sender: [email protected] X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org Hi Jukka, > Which raises the question: should we release 0.3 already? I had kind > of been expecting upgrades to POI 3.5-FINAL and PDFBox 0.8-incubating > before releasing Tika 0.3, but as those are still a month or two away > we could just as well release 0.3 as it is now and do a 0.4 release > later with the upgraded dependencies. +1 to this. I'd like the opportunity to push out 0.3 as well as the release manager, and make up for my lack of time previously :) Let me know what everyone thinks and if this sounds OK, I will start cleaning up JIRA and moving fwd on the release. Cheers,=20 Chris ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Disclaimer: The opinions presented within are my own and do not reflect those of either NASA, JPL, or the California Institute of Technology. From [email protected] Thu Mar 05 14:08:51 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6176 invoked from network); 5 Mar 2009 14:08:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Mar 2009 14:08:50 -0000 Received: (qmail 5658 invoked by uid 500); 5 Mar 2009 14:08:49 -0000 Delivered-To: [email protected] Received: (qmail 5622 invoked by uid 500); 5 Mar 2009 14:08: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5611 invoked by uid 99); 5 Mar 2009 14:08:49 -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 06:08:49 -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-bw0-f167.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 14:08:41 +0000 Received: by bwz11 with SMTP id 11so3809899bwz.5 for <[email protected]>; Thu, 05 Mar 2009 06:08:21 -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=u9A5CPIbPcLUpHFfSvLLF50D0rbLpqNmFeNv/aGvIPo=; b=PI8avvqA265dMQX1vOJ75uzEnZcS12GR6Mb9iPrdqmgfZmgoAx+tQCR5bsSi8HNIOu FHtFWIDzy3ThGdnbb1PAagX/nQEOnmmIijsoDp0JMyg3YW80P32NBIoTHfQ6c5+fps0b ujcmZu5t/bPCwPeTMlDlGvxxddXIz2yY1X80c= 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=H54Xwc89vfaWROIDQG8WuIS4QBqtE+PHNppKSZaouL3JKnqExAARdBYMSy4qQHdicn BjZw+rv3haG+cf0ul1G88419xWyGwNJt+clIqCfCGz7Dpfsi4N9YPHFJIZRZffQrsJ5S pMF9B8Gkn/mohfzfiheSbo+CPyAjlyM06fVCg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id m15mr390967bkg.78.1236262101671; Thu, 05 Mar 2009 06:08:21 -0800 (PST) Date: Thu, 5 Mar 2009 15:08:21 +0100 Message-ID: <[email protected]> Subject: 0.3 release (Was: --text / -t CLI option produces no output) From: Jukka Zitting <[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, On Thu, Mar 5, 2009 at 2:59 PM, Mattmann, Chris A <[email protected]> wrote: > +1 to this. I'd like the opportunity to push out 0.3 as well as the release > manager, and make up for my lack of time previously :) > > Let me know what everyone thinks and if this sounds OK, I will start > cleaning up JIRA and moving fwd on the release. +1 Sounds good. The only thing on my side that's really blocking the release are the legal bits related to TIKA-152. I'll try to get those sorted out by the end of this week so we can resolve TIKA-152 as fixed. I've already done the required background work in POI (see [1] and [2]), so this should be fairly straightforward. [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=46756 [2] https://issues.apache.org/bugzilla/show_bug.cgi?id=46758 BR, Jukka Zitting From [email protected] Thu Mar 05 14:13:07 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8927 invoked from network); 5 Mar 2009 14:13:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Mar 2009 14:13:06 -0000 Received: (qmail 12825 invoked by uid 500); 5 Mar 2009 14:13:06 -0000 Delivered-To: [email protected] Received: (qmail 12791 invoked by uid 500); 5 Mar 2009 14:13: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12780 invoked by uid 99); 5 Mar 2009 14:13:06 -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 06:13:06 -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: local policy) Received: from [161.129.204.104] (HELO mail.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 14:12:55 +0000 Received: from mail.jpl.nasa.gov (altvirehtstap02.jpl.nasa.gov [161.129.204.104]) by mail.jpl.nasa.gov (Switch-3.3.2mp/Switch-3.3.2mp) with ESMTP id n25ECW6d015227 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified FAIL) for <[email protected]>; Thu, 5 Mar 2009 14:12:32 GMT Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([161.129.204.104]) by ALTVIREHTSTAP02.RES.AD.JPL ([161.129.204.104]) with mapi; Thu, 5 Mar 2009 06:14:42 -0800 From: "Mattmann, Chris A" <[email protected]> To: "[email protected]" <[email protected]> Date: Thu, 5 Mar 2009 06:12:31 -0800 Subject: Re: 0.3 release (Was: --text / -t CLI option produces no output) Thread-Topic: 0.3 release (Was: --text / -t CLI option produces no output) Thread-Index: AcmdnDcqpVS12QpLSCSHx7rDehRU5AAADTjz Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: altvirehtstap02.jpl.nasa.gov [161.129.204.104] X-Source-Sender: [email protected] X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org Hey Jukka, Cool. Also near and dear to my heart to get out in 0.3 is TIKA-194 [1] as i= t really makes Tika useful to detect file/directory patterns beyond simply *. I will work towards cleaning up the rest of JIRA between now and when I hea= r back from you on TIKA-152 and when I wrap up TIKA-194 hopefully this weekend. Thanks! Cheers,=20 Chris [1] http://issues.apache.org/jira/browse/TIKA-194 On 3/5/09 6:08 AM, "Jukka Zitting" <[email protected]> wrote: > Hi, >=20 > On Thu, Mar 5, 2009 at 2:59 PM, Mattmann, Chris A > <[email protected]> wrote: >> +1 to this. I'd like the opportunity to push out 0.3 as well as the rele= ase >> manager, and make up for my lack of time previously :) >>=20 >> Let me know what everyone thinks and if this sounds OK, I will start >> cleaning up JIRA and moving fwd on the release. >=20 > +1 Sounds good. >=20 > The only thing on my side that's really blocking the release are the > legal bits related to TIKA-152. I'll try to get those sorted out by > the end of this week so we can resolve TIKA-152 as fixed. I've already > done the required background work in POI (see [1] and [2]), so this > should be fairly straightforward. >=20 > [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=3D46756 > [2] https://issues.apache.org/bugzilla/show_bug.cgi?id=3D46758 >=20 > BR, >=20 > Jukka Zitting >=20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Disclaimer: The opinions presented within are my own and do not reflect those of either NASA, JPL, or the California Institute of Technology. From [email protected] Thu Mar 05 21:34:29 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46528 invoked from network); 5 Mar 2009 21:34:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Mar 2009 21:34:29 -0000 Received: (qmail 80245 invoked by uid 500); 5 Mar 2009 21:34:20 -0000 Delivered-To: [email protected] Received: (qmail 80194 invoked by uid 500); 5 Mar 2009 21:34: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80072 invoked by uid 99); 5 Mar 2009 21:34:19 -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 13:34:19 -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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 21:34:17 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 79219234C4BB for <[email protected]>; Thu, 5 Mar 2009 13:33:56 -0800 (PST) Message-ID: <970-824-1244.1236288836495.JavaMail.jira@brutus> Date: Thu, 5 Mar 2009 13:33:56 -0800 (PST) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (TIKA-152) Support for Office XML 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 [ https://issues.apache.org/jira/browse/TIKA-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved TIKA-152. -------------------------------- Resolution: Fixed Assignee: Jukka Zitting I've now updated the required legal bits. I also upgraded the POI dependency to the latest 3.5-beta5 release. Resolving as Fixed. > Support for Office XML files > ---------------------------- > > Key: TIKA-152 > URL: https://issues.apache.org/jira/browse/TIKA-152 > Project: Tika > Issue Type: New Feature > Components: parser > Reporter: Jukka Zitting > Assignee: Jukka Zitting > Fix For: 0.3 > > Attachments: testEXCEL-formats.xlsx, testEXCEL.xlsx, testPPT.pptx, testWORD.docx, TIKA-152.patch > > > Apache POI has recently released the first betas of their support for Office XML file formats. We should use that in Tika. -- 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 05 21:52:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60306 invoked from network); 5 Mar 2009 21:52:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Mar 2009 21:52:56 -0000 Received: (qmail 21791 invoked by uid 500); 5 Mar 2009 21:52:55 -0000 Delivered-To: [email protected] Received: (qmail 21750 invoked by uid 500); 5 Mar 2009 21:52: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21738 invoked by uid 99); 5 Mar 2009 21:52:55 -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 13:52:55 -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-bw0-f167.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 21:52:49 +0000 Received: by bwz11 with SMTP id 11so144300bwz.5 for <[email protected]>; Thu, 05 Mar 2009 13:52:27 -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=Wd7V9daFvm6F7vFboEYuyktgQ2ieYcEYNSfGGEKuIZ8=; b=nReIBLh1+zI3SQ2PoNzd0E1oTdcf4RJbZASjOJv1phrgSzQ6eVKanFUPeQYiUg2RBR jIHlkXW8+j1LULZBk/pmlxqlebRGIp6PFjvuW1XyBst8S0zAoAWix+iZ1iQP5wVx/Cd0 dYrvXcvlS5qCf83B+BFbpkcQlAJZB95C/pLak= 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=hLnM3YnDRNEjelaJvHXeNLruCDgcuKc2rfXSBedfQ7CvP/Y2qeRdzAHW5jNCMAaonj bN5b4rwW5nM1KuAOM4qcNyKIq91EQZ9KuQwFwEB/MNsfD8ZKBS8oZSj2u1My8VPxvaOQ HP8GMIHYud36TsAUrMd6NiPUueL1TILFqv3Xs= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z5mr527403bkp.6.1236289947472; Thu, 05 Mar 2009 13:52:27 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 5 Mar 2009 22:52:27 +0100 Message-ID: <[email protected]> Subject: Re: 0.3 release (Was: --text / -t CLI option produces no output) From: Jukka Zitting <[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, On Thu, Mar 5, 2009 at 3:08 PM, Jukka Zitting <[email protected]> wrote: > The only thing on my side that's really blocking the release are the > legal bits related to TIKA-152. I'll try to get those sorted out by > the end of this week so we can resolve TIKA-152 as fixed. In fact I did it already now. Some other things to consider the release: * The CHANGES file is pretty well up to date, but probably needs a quick review before the release * We should update the documentation on the new supported formats and other new stuff in 0.3 * Earlier we discussed about possibly setting up a separate web site tree in lucene/tika/site, and having per-release documentation sections there. Should we do this now? BR, Jukka Zitting From [email protected] Sun Mar 08 19:48:18 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76230 invoked from network); 8 Mar 2009 19:48:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Mar 2009 19:48:17 -0000 Received: (qmail 41012 invoked by uid 500); 8 Mar 2009 19:48:17 -0000 Delivered-To: [email protected] Received: (qmail 40945 invoked by uid 500); 8 Mar 2009 19:48: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40928 invoked by uid 99); 8 Mar 2009 19:48:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 12:48: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 19:48:16 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 22A64234C48C for <[email protected]>; Sun, 8 Mar 2009 12:47:56 -0700 (PDT) Message-ID: <676856156.1236541676126.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 12:47:56 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TIKA-205) Factor out met keys in MimeTypesReader representing XML tag/attr names MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Factor out met keys in MimeTypesReader representing XML tag/attr names ---------------------------------------------------------------------- Key: TIKA-205 URL: https://issues.apache.org/jira/browse/TIKA-205 Project: Tika Issue Type: Improvement Components: mime Affects Versions: 0.2, 0.1-incubating Environment: indep. of env. Reporter: Chris A. Mattmann Assignee: Chris A. Mattmann Priority: Trivial Fix For: 0.3 While perusing MimeTypesReader as part of TIKA-194, I noticed we have hard coded magic strings in the MimeTypesReader -- we should factor these out into separate met keys. Since this is a trivial update, I'll do it for 0.3 which I'm wrapping up all pre-RC activities for this weekend. 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] Sun Mar 08 19:48:18 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76231 invoked from network); 8 Mar 2009 19:48:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Mar 2009 19:48:17 -0000 Received: (qmail 41015 invoked by uid 500); 8 Mar 2009 19:48:17 -0000 Delivered-To: [email protected] Received: (qmail 40947 invoked by uid 500); 8 Mar 2009 19:48: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40923 invoked by uid 99); 8 Mar 2009 19:48:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 12:48: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; Sun, 08 Mar 2009 19:48:16 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 328CB234C498 for <[email protected]>; Sun, 8 Mar 2009 12:47:56 -0700 (PDT) Message-ID: <520976893.1236541676206.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 12:47:56 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TIKA-193) PDFParser adds mime-type twice In-Reply-To: <1208766642.1233039299701.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/TIKA-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann updated TIKA-193: ----------------------------------- Component/s: parser - set component type to parser > PDFParser adds mime-type twice > ------------------------------ > > Key: TIKA-193 > URL: https://issues.apache.org/jira/browse/TIKA-193 > Project: Tika > Issue Type: Bug > Components: parser > Affects Versions: 0.3 > Reporter: Jonathan Koren > Priority: Minor > > Using AutoDetectParser to call PDFParser causes the mime-type to be added twice. It should be added exactly once. > Proposed Fix: > parser/pdf/PDFParser.java should be changed from: > metadata.add(Metadata.CONTENT_TYPE, "application/pdf"); > to: > metadata.set(Metadata.CONTENT_TYPE, "application/pdf"); > as per other Tika bundled parsers. -- 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 08 21:23:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14909 invoked from network); 8 Mar 2009 21:23:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Mar 2009 21:23:54 -0000 Received: (qmail 10806 invoked by uid 500); 8 Mar 2009 21:23:54 -0000 Delivered-To: [email protected] Received: (qmail 10767 invoked by uid 500); 8 Mar 2009 21: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10753 invoked by uid 99); 8 Mar 2009 21:23:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 14:23:54 -0700 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 mail.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 21:23:44 +0000 Received: from mail.jpl.nasa.gov (ums-smtp.jpl.nasa.gov [161.129.204.104]) by mail.jpl.nasa.gov (Switch-3.3.2mp/Switch-3.3.2mp) with ESMTP id n28LNK5i028699 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified FAIL) for <[email protected]>; Sun, 8 Mar 2009 21:23:21 GMT Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([161.129.204.104]) by ALTVIREHTSTAP01.RES.AD.JPL ([161.129.204.104]) with mapi; Sun, 8 Mar 2009 14:25:38 -0700 From: "Mattmann, Chris A" <[email protected]> To: "[email protected]" <[email protected]> Date: Sun, 8 Mar 2009 14:25:37 -0700 Subject: Re: Board report time Thread-Topic: Board report time Thread-Index: AcmdmMHpVkdq7QEdSGqlR5mfthBSrACm1f8j Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: ums-smtp.jpl.nasa.gov [161.129.204.104] X-Source-Sender: [email protected] X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org Hey Jukka, Looks good, +1. How about adding the following: >=20 > <draft> > Apache Tika is a toolkit for detecting and extracting metadata and > structured text content from various documents using existing parser > libraries. >=20 > Development towards Tika 0.3 is ongoing. Metadata handling and > metadata frameworks like XMP have been a source of much discussion, > but so far no clear consensus on has been reached on whether or how > the metadata features in Tika should be extended. >=20 > A wiki was created for Tika. The 0.3 release candidate should be in place and the release should be pushed out in March. > </draft> >=20 WDTY? Cheers, Chris ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Disclaimer: The opinions presented within are my own and do not reflect those of either NASA, JPL, or the California Institute of Technology. From [email protected] Mon Mar 09 05:35:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93465 invoked from network); 9 Mar 2009 05:35:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2009 05:35:21 -0000 Received: (qmail 55979 invoked by uid 500); 9 Mar 2009 05:35:21 -0000 Delivered-To: [email protected] Received: (qmail 55944 invoked by uid 500); 9 Mar 2009 05:35: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55933 invoked by uid 99); 9 Mar 2009 05:35: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 Mar 2009 22:35: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; Mon, 09 Mar 2009 05:35:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 65F2129A0011 for <[email protected]>; Sun, 8 Mar 2009 22:34:50 -0700 (PDT) Message-ID: <1891723696.1236576890401.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 22:34:50 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (TIKA-194) Support java regular expressions in glob pattern spec for mime repo In-Reply-To: <484268326.1233070261975.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/TIKA-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann resolved TIKA-194. ------------------------------------ Resolution: Fixed - issue resolved in r751586. I fixed a pretty notable bug along the way: the addGlob function in Patterns.java was adding glob patterns to the extension Map, rather than the globs Map. > Support java regular expressions in glob pattern spec for mime repo > ------------------------------------------------------------------- > > Key: TIKA-194 > URL: https://issues.apache.org/jira/browse/TIKA-194 > Project: Tika > Issue Type: Improvement > Components: mime > Environment: indep. of env. > Reporter: Chris A. Mattmann > Assignee: Chris A. Mattmann > Fix For: 0.3 > > > Currently the mime repo does not support java regular expressions as specifications for glob patterns. It would be nice to support this, e.g., with a flag such as: > <glob pattern="\d{4}*.txt" isregex="true"/> > When specified _and_ set to "true", the flag would indicate that a glob pattern is to be interpreted as a java regular expression, rather than a std freedesktop.org mime glob pattern. > Patch forthcoming. -- 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 09 05:47:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3541 invoked from network); 9 Mar 2009 05:47:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2009 05:47:12 -0000 Received: (qmail 61613 invoked by uid 500); 9 Mar 2009 05:47:11 -0000 Delivered-To: [email protected] Received: (qmail 61576 invoked by uid 500); 9 Mar 2009 05:47: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61565 invoked by uid 99); 9 Mar 2009 05:47:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 22: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; Mon, 09 Mar 2009 05:47:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 7F5D929A0011 for <[email protected]>; Sun, 8 Mar 2009 22:46:50 -0700 (PDT) Message-ID: <867073889.1236577610506.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 22:46:50 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (TIKA-205) Factor out met keys in MimeTypesReader representing XML tag/attr names In-Reply-To: <676856156.1236541676126.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/TIKA-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann resolved TIKA-205. ------------------------------------ Resolution: Fixed - fixed in r751590 > Factor out met keys in MimeTypesReader representing XML tag/attr names > ---------------------------------------------------------------------- > > Key: TIKA-205 > URL: https://issues.apache.org/jira/browse/TIKA-205 > Project: Tika > Issue Type: Improvement > Components: mime > Affects Versions: 0.1-incubating, 0.2 > Environment: indep. of env. > Reporter: Chris A. Mattmann > Assignee: Chris A. Mattmann > Priority: Trivial > Fix For: 0.3 > > > While perusing MimeTypesReader as part of TIKA-194, I noticed we have hard coded magic strings in the MimeTypesReader -- we should factor these out into separate met keys. Since this is a trivial update, I'll do it for 0.3 which I'm wrapping up all pre-RC activities for this weekend. > 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] Mon Mar 09 05:47:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3609 invoked from network); 9 Mar 2009 05:47:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2009 05:47:12 -0000 Received: (qmail 61745 invoked by uid 500); 9 Mar 2009 05:47:12 -0000 Delivered-To: [email protected] Received: (qmail 61708 invoked by uid 500); 9 Mar 2009 05: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]> List-Id: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61697 invoked by uid 99); 9 Mar 2009 05:47:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 22:47: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, 09 Mar 2009 05:47:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 2B77529A0015 for <[email protected]>; Sun, 8 Mar 2009 22:46:51 -0700 (PDT) Message-ID: <1032117326.1236577611176.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 22:46:51 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TIKA-121) MimeType.clean method no longer exists as a capability 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/TIKA-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann updated TIKA-121: ----------------------------------- Affects Version/s: 0.3 0.2 Fix Version/s: 0.4 - push to 0.4 > MimeType.clean method no longer exists as a capability > ------------------------------------------------------ > > Key: TIKA-121 > URL: https://issues.apache.org/jira/browse/TIKA-121 > Project: Tika > Issue Type: Bug > Components: mime > Affects Versions: 0.1-incubating, 0.2, 0.3 > Reporter: Chris A. Mattmann > Assignee: Chris A. Mattmann > Fix For: 0.4 > > Attachments: AutoDetectParser.patch > > > For some reason, in r591743 (http://svn.apache.org/viewvc?rev=591743&view=rev), the MimeType.clean functionality was removed and never replaced. This is a problem because that functionality was somewhat necessary as I'm running into the problem of trying to upgrade Nutch to tika-0.1-incubating and Nutch relied on MimeType.clean. > I've been scratching my head trying to determine an appropriate workaround for the same capability within the tika-0.1-incubating code, but have yet to find one. This functionality needs to be replaced in some form or fashion, or, if someone knows of a simple way to achieve the same functionality, please let me know. -- 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 09 05:49:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5467 invoked from network); 9 Mar 2009 05:49:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2009 05:49:12 -0000 Received: (qmail 62723 invoked by uid 500); 9 Mar 2009 05:49:11 -0000 Delivered-To: [email protected] Received: (qmail 62686 invoked by uid 500); 9 Mar 2009 05:49: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62675 invoked by uid 99); 9 Mar 2009 05:49:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 22:49: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, 09 Mar 2009 05:49:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 70FA129A0011 for <[email protected]>; Sun, 8 Mar 2009 22:48:50 -0700 (PDT) Message-ID: <822734515.1236577730435.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 22:48:50 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TIKA-79) Mime type detection from file header appears to be failing. 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/TIKA-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann updated TIKA-79: ---------------------------------- Affects Version/s: 0.3 0.2 Fix Version/s: 0.4 - let's fix this in 0.4 > Mime type detection from file header appears to be failing. > ----------------------------------------------------------- > > Key: TIKA-79 > URL: https://issues.apache.org/jira/browse/TIKA-79 > Project: Tika > Issue Type: Bug > Components: general > Affects Versions: 0.1-incubating, 0.2, 0.3 > Reporter: Keith R. Bennett > Assignee: Chris A. Mattmann > Fix For: 0.4 > > Attachments: AutoDetectParser.patch > > > Unit tests to test the behavior of AutoDetectParser fail when byte header detection is needed. When correct names of resources and MIME types are passed into the Metadata object, the values below show what was found. Note that some of the document types have null for typeFromHeader: > typeFromContentTypeHint = application/vnd.ms-excel > typeFromResourceName = application/vnd.ms-excel > typeFromHeader = null > type = application/vnd.ms-excel > typeFromContentTypeHint = text/html > typeFromResourceName = text/html > typeFromHeader = text/html > type = text/html > typeFromContentTypeHint = application/vnd.oasis.opendocument.text > typeFromResourceName = application/vnd.oasis.opendocument.text > typeFromHeader = application/vnd.oasis.opendocument.text > type = application/vnd.oasis.opendocument.text > typeFromContentTypeHint = application/pdf > typeFromResourceName = application/pdf > typeFromHeader = application/pdf > type = application/pdf > typeFromContentTypeHint = application/vnd.ms-powerpoint > typeFromResourceName = application/vnd.ms-powerpoint > typeFromHeader = null > type = application/vnd.ms-powerpoint > log4j:WARN No appenders could be found for logger (root). > log4j:WARN Please initialize the log4j system properly. > typeFromContentTypeHint = application/rtf > typeFromResourceName = application/rtf > typeFromHeader = null > type = application/rtf > typeFromContentTypeHint = text/plain > typeFromResourceName = text/plain > typeFromHeader = null > type = text/plain > typeFromContentTypeHint = application/msword > typeFromResourceName = application/msword > typeFromHeader = null > type = application/msword > typeFromContentTypeHint = application/xml > typeFromResourceName = application/xml > typeFromHeader = null > type = application/xml -- 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 09 05:51:11 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7672 invoked from network); 9 Mar 2009 05:51:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2009 05:51:11 -0000 Received: (qmail 66240 invoked by uid 500); 9 Mar 2009 05:51:11 -0000 Delivered-To: [email protected] Received: (qmail 66204 invoked by uid 500); 9 Mar 2009 05: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66191 invoked by uid 99); 9 Mar 2009 05:51:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 22:51: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, 09 Mar 2009 05:51:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9A52F29A0014 for <[email protected]>; Sun, 8 Mar 2009 22:50:50 -0700 (PDT) Message-ID: <634625661.1236577850608.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 22:50:50 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TIKA-74) Test Resources should be loaded by the class loader (e.g. getResourceAsStream()). 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/TIKA-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann updated TIKA-74: ---------------------------------- Affects Version/s: 0.3 0.2 Fix Version/s: 0.4 - let's deal with this in 0.4 > Test Resources should be loaded by the class loader (e.g. getResourceAsStream()). > --------------------------------------------------------------------------------- > > Key: TIKA-74 > URL: https://issues.apache.org/jira/browse/TIKA-74 > Project: Tika > Issue Type: Improvement > Components: general > Affects Versions: 0.1-incubating, 0.2, 0.3 > Reporter: Keith R. Bennett > Assignee: Chris A. Mattmann > Priority: Minor > Fix For: 0.4 > > Attachments: x.patch, y.diff > > > Resources should be loaded by the class loader rather than assumed to be a file in a certain location. -- 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 09 05:51:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7777 invoked from network); 9 Mar 2009 05:51:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2009 05:51:13 -0000 Received: (qmail 66360 invoked by uid 500); 9 Mar 2009 05:51:13 -0000 Delivered-To: [email protected] Received: (qmail 66337 invoked by uid 500); 9 Mar 2009 05: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66326 invoked by uid 99); 9 Mar 2009 05:51:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 22:51: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, 09 Mar 2009 05:51:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 66DE729A0011 for <[email protected]>; Sun, 8 Mar 2009 22:50:50 -0700 (PDT) Message-ID: <162154563.1236577850398.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 22:50:50 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (TIKA-69) ParseUtils methods need to support Metadata 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/TIKA-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann resolved TIKA-69. ----------------------------------- Resolution: Won't Fix - there hasn't been any activity on this issue in > 1 year, and on top of that the Parsing API has been streamlined quite significantly. If this patch is desireable, please re-open the issue, let's discuss, and talk about how to bring it up to date. > ParseUtils methods need to support Metadata > ------------------------------------------- > > Key: TIKA-69 > URL: https://issues.apache.org/jira/browse/TIKA-69 > Project: Tika > Issue Type: Improvement > Components: general > Affects Versions: 0.1-incubating > Reporter: Keith R. Bennett > Assignee: Chris A. Mattmann > Attachments: tika69.patch > > > ParseUtils methods need to support Metadata and in general need updating and streamlining to reflect recent changes in the source code base. -- 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 09 05:53:11 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9251 invoked from network); 9 Mar 2009 05:53:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2009 05:53:11 -0000 Received: (qmail 67005 invoked by uid 500); 9 Mar 2009 05:53:11 -0000 Delivered-To: [email protected] Received: (qmail 66965 invoked by uid 500); 9 Mar 2009 05: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66954 invoked by uid 99); 9 Mar 2009 05:53:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 22:53: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, 09 Mar 2009 05:53:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 906F829A0014 for <[email protected]>; Sun, 8 Mar 2009 22:52:50 -0700 (PDT) Message-ID: <1544244740.1236577970574.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 22:52:50 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TIKA-79) Mime type detection from file header appears to be failing. 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/TIKA-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann updated TIKA-79: ---------------------------------- Fix Version/s: (was: 0.4) 0.3 Affects Version/s: (was: 0.3) > Mime type detection from file header appears to be failing. > ----------------------------------------------------------- > > Key: TIKA-79 > URL: https://issues.apache.org/jira/browse/TIKA-79 > Project: Tika > Issue Type: Bug > Components: general > Affects Versions: 0.1-incubating, 0.2 > Reporter: Keith R. Bennett > Assignee: Chris A. Mattmann > Fix For: 0.3 > > Attachments: AutoDetectParser.patch > > > Unit tests to test the behavior of AutoDetectParser fail when byte header detection is needed. When correct names of resources and MIME types are passed into the Metadata object, the values below show what was found. Note that some of the document types have null for typeFromHeader: > typeFromContentTypeHint = application/vnd.ms-excel > typeFromResourceName = application/vnd.ms-excel > typeFromHeader = null > type = application/vnd.ms-excel > typeFromContentTypeHint = text/html > typeFromResourceName = text/html > typeFromHeader = text/html > type = text/html > typeFromContentTypeHint = application/vnd.oasis.opendocument.text > typeFromResourceName = application/vnd.oasis.opendocument.text > typeFromHeader = application/vnd.oasis.opendocument.text > type = application/vnd.oasis.opendocument.text > typeFromContentTypeHint = application/pdf > typeFromResourceName = application/pdf > typeFromHeader = application/pdf > type = application/pdf > typeFromContentTypeHint = application/vnd.ms-powerpoint > typeFromResourceName = application/vnd.ms-powerpoint > typeFromHeader = null > type = application/vnd.ms-powerpoint > log4j:WARN No appenders could be found for logger (root). > log4j:WARN Please initialize the log4j system properly. > typeFromContentTypeHint = application/rtf > typeFromResourceName = application/rtf > typeFromHeader = null > type = application/rtf > typeFromContentTypeHint = text/plain > typeFromResourceName = text/plain > typeFromHeader = null > type = text/plain > typeFromContentTypeHint = application/msword > typeFromResourceName = application/msword > typeFromHeader = null > type = application/msword > typeFromContentTypeHint = application/xml > typeFromResourceName = application/xml > typeFromHeader = null > type = application/xml -- 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 09 05:53:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9397 invoked from network); 9 Mar 2009 05:53:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2009 05:53:14 -0000 Received: (qmail 67340 invoked by uid 500); 9 Mar 2009 05:53:14 -0000 Delivered-To: [email protected] Received: (qmail 67116 invoked by uid 500); 9 Mar 2009 05:53: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67096 invoked by uid 99); 9 Mar 2009 05: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, 08 Mar 2009 22:53: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, 09 Mar 2009 05:53:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9F07329A0017 for <[email protected]>; Sun, 8 Mar 2009 22:52:50 -0700 (PDT) Message-ID: <248079798.1236577970649.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 22:52:50 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TIKA-80) Utility method in MimeUtils to perform full mime resolution using all available strategies 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/TIKA-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann updated TIKA-80: ---------------------------------- Affects Version/s: 0.3 0.2 Fix Version/s: 0.4 - let's deal with this in 0.4 > Utility method in MimeUtils to perform full mime resolution using all available strategies > ------------------------------------------------------------------------------------------ > > Key: TIKA-80 > URL: https://issues.apache.org/jira/browse/TIKA-80 > Project: Tika > Issue Type: New Feature > Components: general > Affects Versions: 0.1-incubating, 0.2, 0.3 > Environment: MacBook Pro, Intel Core Duo 2.0 Ghz, 2.0 GB RAM, Mac OS X 10.4, although new feature is indep. of env. > Reporter: Chris A. Mattmann > Assignee: Chris A. Mattmann > Priority: Minor > Fix For: 0.4 > > > I'd like to put a method in MimeUtils that does full mime resolution. The purpose of the utility method is to try and sense a mime type using all available options (URL resolution, extension ID, mime magic, etc.) provided by the MimeTypes repository. -- 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 09 05:53:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9375 invoked from network); 9 Mar 2009 05:53:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2009 05:53:14 -0000 Received: (qmail 67337 invoked by uid 500); 9 Mar 2009 05:53:14 -0000 Delivered-To: [email protected] Received: (qmail 67120 invoked by uid 500); 9 Mar 2009 05:53: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67097 invoked by uid 99); 9 Mar 2009 05: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, 08 Mar 2009 22:53: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, 09 Mar 2009 05:53:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6C9F029A0011 for <[email protected]>; Sun, 8 Mar 2009 22:52:50 -0700 (PDT) Message-ID: <1146944158.1236577970421.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 22:52:50 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (TIKA-79) Mime type detection from file header appears to be failing. 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/TIKA-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann resolved TIKA-79. ----------------------------------- Resolution: Won't Fix - we'll deal with this issue in TIKA-80, since that was the ultimate cause of this issue when it was reported. > Mime type detection from file header appears to be failing. > ----------------------------------------------------------- > > Key: TIKA-79 > URL: https://issues.apache.org/jira/browse/TIKA-79 > Project: Tika > Issue Type: Bug > Components: general > Affects Versions: 0.1-incubating, 0.2 > Reporter: Keith R. Bennett > Assignee: Chris A. Mattmann > Fix For: 0.4 > > Attachments: AutoDetectParser.patch > > > Unit tests to test the behavior of AutoDetectParser fail when byte header detection is needed. When correct names of resources and MIME types are passed into the Metadata object, the values below show what was found. Note that some of the document types have null for typeFromHeader: > typeFromContentTypeHint = application/vnd.ms-excel > typeFromResourceName = application/vnd.ms-excel > typeFromHeader = null > type = application/vnd.ms-excel > typeFromContentTypeHint = text/html > typeFromResourceName = text/html > typeFromHeader = text/html > type = text/html > typeFromContentTypeHint = application/vnd.oasis.opendocument.text > typeFromResourceName = application/vnd.oasis.opendocument.text > typeFromHeader = application/vnd.oasis.opendocument.text > type = application/vnd.oasis.opendocument.text > typeFromContentTypeHint = application/pdf > typeFromResourceName = application/pdf > typeFromHeader = application/pdf > type = application/pdf > typeFromContentTypeHint = application/vnd.ms-powerpoint > typeFromResourceName = application/vnd.ms-powerpoint > typeFromHeader = null > type = application/vnd.ms-powerpoint > log4j:WARN No appenders could be found for logger (root). > log4j:WARN Please initialize the log4j system properly. > typeFromContentTypeHint = application/rtf > typeFromResourceName = application/rtf > typeFromHeader = null > type = application/rtf > typeFromContentTypeHint = text/plain > typeFromResourceName = text/plain > typeFromHeader = null > type = text/plain > typeFromContentTypeHint = application/msword > typeFromResourceName = application/msword > typeFromHeader = null > type = application/msword > typeFromContentTypeHint = application/xml > typeFromResourceName = application/xml > typeFromHeader = null > type = application/xml -- 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 09 05:53:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9583 invoked from network); 9 Mar 2009 05:53:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Mar 2009 05:53:20 -0000 Received: (qmail 67423 invoked by uid 500); 9 Mar 2009 05:53:19 -0000 Delivered-To: [email protected] Received: (qmail 67385 invoked by uid 500); 9 Mar 2009 05: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]> List-Id: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67374 invoked by uid 99); 9 Mar 2009 05:53: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 Mar 2009 22:53: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, 09 Mar 2009 05:53:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A4A9029A0019 for <[email protected]>; Sun, 8 Mar 2009 22:52:50 -0700 (PDT) Message-ID: <1967663421.1236577970673.JavaMail.jira@brutus> Date: Sun, 8 Mar 2009 22:52:50 -0700 (PDT) From: "Chris A. Mattmann (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TIKA-61) Add namespaces to our metadata keys 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/TIKA-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann updated TIKA-61: ---------------------------------- Affects Version/s: 0.3 0.2 Fix Version/s: 0.4 - let's address this in 0.4 > Add namespaces to our metadata keys > ----------------------------------- > > Key: TIKA-61 > URL: https://issues.apache.org/jira/browse/TIKA-61 > Project: Tika > Issue Type: Improvement > Components: metadata > Affects Versions: 0.1-incubating, 0.2, 0.3 > Reporter: Bertrand Delacretaz > Assignee: Chris A. Mattmann > Priority: Minor > Fix For: 0.4 > > > To avoid collisions, we should namespace our metadata keys, using something like > // a) Set Dublin Core title > metadata.set("http://purl.org/dc/elements/1.1/", "title", title); > // b) Set OpenDocument keywords > metadata.set( > "urn:oasis:names:tc:opendocument:xmlns:meta:1.0", > "keywords", keywords); > Or also using the namespace prefix in the name: > // c) > metadata.set( > "urn:oasis:names:tc:opendocument:xmlns:meta:1.0", > "dc:keywords", keywords); > not sure what the implications of c) are. If the key is composed of the namespace URL and item name we should be fine, so for case a) I'd use > http://purl.org/dc/elements/1.1/#title > for the key, and escape # if it is used in either the namespace URL or item name. -- 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 10 04:01:36 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3594 invoked from network); 10 Mar 2009 04:01:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 04:01:36 -0000 Received: (qmail 74706 invoked by uid 500); 10 Mar 2009 04:01:36 -0000 Delivered-To: [email protected] Received: (qmail 74593 invoked by uid 500); 10 Mar 2009 04:01: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74528 invoked by uid 99); 10 Mar 2009 04:01: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 Mar 2009 21:01:35 -0700 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 mail.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 04:01:25 +0000 Received: from mail.jpl.nasa.gov (ums-smtp.jpl.nasa.gov [161.129.204.104]) by mail.jpl.nasa.gov (Switch-3.3.2mp/Switch-3.3.2mp) with ESMTP id n2A412ui019691 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified FAIL); Tue, 10 Mar 2009 04:01:03 GMT Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([161.129.204.104]) by ALTVIREHTSTAP01.RES.AD.JPL ([161.129.204.104]) with mapi; Mon, 9 Mar 2009 21:03:22 -0700 From: "Mattmann, Chris A" <[email protected]> To: "[email protected]" <[email protected]> CC: "[email protected]" <[email protected]> Date: Mon, 9 Mar 2009 21:03:22 -0700 Subject: [VOTE] Apache Tika 0.3 Thread-Topic: [VOTE] Apache Tika 0.3 Thread-Index: AcmhNNKTnRBLb4L7tkSOr3/s9BahuQ== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: ums-smtp.jpl.nasa.gov [161.129.204.104] X-Source-Sender: [email protected] X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org Hi Folks, I have posted a candidate for the Apache Tika 0.3 release at http://people.apache.org/~mattmann/apache-tika-0.3/rc1/ See the included CHANGES.txt file for details on release contents and lates= t changes. The release was made from the 0.3 branch at: http://svn.apache.org/repos/asf/lucene/tika/branches/0.3/ Please vote on releasing these packages as Apache Tika 0.3. The vote is ope= n for the next 72 hours. Only votes from Lucene PMC are binding, but everyone is welcome to check the release candidate and voice their approval or disapproval. The vote passes if at least three binding +1 votes are cast. [ ] +1 Release the packages as Apache Tika 0.3. [ ] -1 Do not release the packages because... Thanks!=20 Cheers, Chris ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ From [email protected] Tue Mar 10 04:51:49 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24730 invoked from network); 10 Mar 2009 04:51:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 04:51:49 -0000 Received: (qmail 24668 invoked by uid 500); 10 Mar 2009 04:51:48 -0000 Delivered-To: [email protected] Received: (qmail 24624 invoked by uid 500); 10 Mar 2009 04:51: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24607 invoked by uid 99); 10 Mar 2009 04:51:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 21:51:48 -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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO services.cse.ucsc.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 04:51:39 +0000 Received: from [161.129.204.104] (soenat1.cse.ucsc.edu [161.129.204.104]) (authenticated bits=0) by services.cse.ucsc.edu (8.13.6/8.13.6) with ESMTP id n2A4pIAF014540 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 9 Mar 2009 21:51:18 -0700 (PDT) Cc: "[email protected]" <[email protected]> Message-Id: <[email protected]> From: Jonathan Koren <[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.4) Subject: Re: [VOTE] Apache Tika 0.3 Date: Mon, 9 Mar 2009 21:51:11 -0700 References: <[email protected]> X-Mailer: Apple Mail (2.930.4) X-Virus-Checked: Checked by ClamAV on apache.org +1 On Mar 9, 2009, at 9:03 PM, Mattmann, Chris A wrote: > Hi Folks, > > I have posted a candidate for the Apache Tika 0.3 release at > > http://people.apache.org/~mattmann/apache-tika-0.3/rc1/ > > See the included CHANGES.txt file for details on release contents > and latest > changes. The release was made from the 0.3 branch at: > > http://svn.apache.org/repos/asf/lucene/tika/branches/0.3/ > > Please vote on releasing these packages as Apache Tika 0.3. The vote > is open > for the next 72 hours. Only votes from Lucene PMC are binding, but > everyone > is welcome to check the release candidate and voice their approval or > disapproval. The vote passes if at least three binding +1 votes are > cast. > > [ ] +1 Release the packages as Apache Tika 0.3. > > [ ] -1 Do not release the packages because... > > Thanks! > > Cheers, > Chris > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Chris Mattmann, Ph.D. > Senior Computer Scientist > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > Office: 171-266B, Mailstop: 171-246 > Email: [email protected] > WWW: http://sunset.usc.edu/~mattmann/ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Adjunct Assistant Professor, Computer Science Department > University of Southern California, Los Angeles, CA 90089 USA > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > -- Jonathan Koren [email protected] http://www.soe.ucsc.edu/~jonathan/ From [email protected] Tue Mar 10 05:19:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33557 invoked from network); 10 Mar 2009 05:19:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 05:19:13 -0000 Received: (qmail 37077 invoked by uid 500); 10 Mar 2009 05:19:13 -0000 Delivered-To: [email protected] Received: (qmail 37047 invoked by uid 500); 10 Mar 2009 05:19: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37032 invoked by uid 99); 10 Mar 2009 05:19:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 22:19: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, 10 Mar 2009 05:19:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 76E07234C003 for <[email protected]>; Mon, 9 Mar 2009 22:18:50 -0700 (PDT) Message-ID: <221895801.1236662330471.JavaMail.jira@brutus> Date: Mon, 9 Mar 2009 22:18:50 -0700 (PDT) From: "Jonathan Koren (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TIKA-193) PDFParser adds mime-type twice In-Reply-To: <1208766642.1233039299701.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/TIKA-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Koren updated TIKA-193: -------------------------------- Attachment: patch Patch for PDFParser.java that converts metadata.add() to metadata.set() > PDFParser adds mime-type twice > ------------------------------ > > Key: TIKA-193 > URL: https://issues.apache.org/jira/browse/TIKA-193 > Project: Tika > Issue Type: Bug > Components: parser > Affects Versions: 0.3 > Reporter: Jonathan Koren > Priority: Minor > Attachments: patch > > > Using AutoDetectParser to call PDFParser causes the mime-type to be added twice. It should be added exactly once. > Proposed Fix: > parser/pdf/PDFParser.java should be changed from: > metadata.add(Metadata.CONTENT_TYPE, "application/pdf"); > to: > metadata.set(Metadata.CONTENT_TYPE, "application/pdf"); > as per other Tika bundled parsers. -- 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 10 10:31:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47448 invoked from network); 10 Mar 2009 10:31:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 10:31:14 -0000 Received: (qmail 35007 invoked by uid 500); 10 Mar 2009 10:31:14 -0000 Delivered-To: [email protected] Received: (qmail 34960 invoked by uid 500); 10 Mar 2009 10:31: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34948 invoked by uid 99); 10 Mar 2009 10:31: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 Mar 2009 03:31: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; Tue, 10 Mar 2009 10:31:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id AF252234C003 for <[email protected]>; Tue, 10 Mar 2009 03:30:50 -0700 (PDT) Message-ID: <1554349251.1236681050703.JavaMail.jira@brutus> Date: Tue, 10 Mar 2009 03:30:50 -0700 (PDT) From: "Michael McCandless (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-179) Tika stand alone CLI --text output mostly not working, other output formats are fine In-Reply-To: <1909232880.1228579664239.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/TIKA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680420#action_12680420 ] Michael McCandless commented on TIKA-179: ----------------------------------------- I'm still seeing this issue on the 0.3 RC1. I'm on Debian Linux, and when I run a trivial PDF doc, like this: {code} cat PDF.pdf | java -cp target/tika-0.3-standalone.jar org.apache.tika.cli.TikaCLI --text {code} I get no output... But if I leave off the --text, I do get output. Same with --html, --xml and --metadata. My CLASSPATH is otherwise empty. Not sure what's going on... > Tika stand alone CLI --text output mostly not working, other output formats are fine > ------------------------------------------------------------------------------------ > > Key: TIKA-179 > URL: https://issues.apache.org/jira/browse/TIKA-179 > Project: Tika > Issue Type: Bug > Components: cli > Affects Versions: 0.2, 0.3 > Environment: Java 1.5 (also tried Java 1.6). OS used: Mac OS X, Linux (CentOS) > Reporter: Paul Borgermans > Assignee: Jukka Zitting > Fix For: 0.3 > > > When using Tika standalone jar after mvn install in CLI mode, in most of my test documents (pdf, doc, ppt, odt, ), the plain text output option (-t or --text) does not produce any result. When using the other options (xml, html, metadata), the output is correct. Activating debug mode (-v) does not produce additional info either. > When using the GUI, dragging and dropping does produce the expected results, also in the plain text tab/window > I rebuilt tika many times in the past 2 months (cleared .m2 directory every time) from svn (latest revision tried: 724002), the CLI --text result is always the same: usually missing output. > For now, I use the -x output option chained to html2txt as a workaround, but would prefer to use just tika to convert to plain text (which is used for further indexing in Solr). > 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] Tue Mar 10 10:49:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57823 invoked from network); 10 Mar 2009 10:49:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 10:49:16 -0000 Received: (qmail 54341 invoked by uid 500); 10 Mar 2009 10:49:15 -0000 Delivered-To: [email protected] Received: (qmail 54155 invoked by uid 500); 10 Mar 2009 10: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]> List-Id: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54144 invoked by uid 99); 10 Mar 2009 10:49: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 Mar 2009 03:49: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, 10 Mar 2009 10:49:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id C35D1234C003 for <[email protected]>; Tue, 10 Mar 2009 03:48:50 -0700 (PDT) Message-ID: <970-824-1244.1236682130785.JavaMail.jira@brutus> Date: Tue, 10 Mar 2009 03:48:50 -0700 (PDT) From: "Jonathan Koren (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-179) Tika stand alone CLI --text output mostly not working, other output formats are fine In-Reply-To: <1909232880.1228579664239.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/TIKA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680425#action_12680425 ] Jonathan Koren commented on TIKA-179: ------------------------------------- @Michael You're not running the command correctly. See java -jar tika-0.3-standalone.jar --help > Tika stand alone CLI --text output mostly not working, other output formats are fine > ------------------------------------------------------------------------------------ > > Key: TIKA-179 > URL: https://issues.apache.org/jira/browse/TIKA-179 > Project: Tika > Issue Type: Bug > Components: cli > Affects Versions: 0.2, 0.3 > Environment: Java 1.5 (also tried Java 1.6). OS used: Mac OS X, Linux (CentOS) > Reporter: Paul Borgermans > Assignee: Jukka Zitting > Fix For: 0.3 > > > When using Tika standalone jar after mvn install in CLI mode, in most of my test documents (pdf, doc, ppt, odt, ), the plain text output option (-t or --text) does not produce any result. When using the other options (xml, html, metadata), the output is correct. Activating debug mode (-v) does not produce additional info either. > When using the GUI, dragging and dropping does produce the expected results, also in the plain text tab/window > I rebuilt tika many times in the past 2 months (cleared .m2 directory every time) from svn (latest revision tried: 724002), the CLI --text result is always the same: usually missing output. > For now, I use the -x output option chained to html2txt as a workaround, but would prefer to use just tika to convert to plain text (which is used for further indexing in Solr). > 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] Tue Mar 10 10:53:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59978 invoked from network); 10 Mar 2009 10:53:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 10:53:14 -0000 Received: (qmail 58358 invoked by uid 500); 10 Mar 2009 10:53:14 -0000 Delivered-To: [email protected] Received: (qmail 58280 invoked by uid 500); 10 Mar 2009 10:53: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58267 invoked by uid 99); 10 Mar 2009 10:53:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 03:53: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, 10 Mar 2009 10:53:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 90090234C046 for <[email protected]>; Tue, 10 Mar 2009 03:52:50 -0700 (PDT) Message-ID: <327210413.1236682370588.JavaMail.jira@brutus> Date: Tue, 10 Mar 2009 03:52:50 -0700 (PDT) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-179) Tika stand alone CLI --text output mostly not working, other output formats are fine In-Reply-To: <1909232880.1228579664239.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/TIKA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680430#action_12680430 ] Jukka Zitting commented on TIKA-179: ------------------------------------ Well, it should work also when the input is piped. I was able to reproduce this, the --text option works when the input is given as a file argument, but not when it's piped. java -cp target/tika-0.3-standalone.jar org.apache.tika.cli.TikaCLI --text PDF.pdf > Tika stand alone CLI --text output mostly not working, other output formats are fine > ------------------------------------------------------------------------------------ > > Key: TIKA-179 > URL: https://issues.apache.org/jira/browse/TIKA-179 > Project: Tika > Issue Type: Bug > Components: cli > Affects Versions: 0.2, 0.3 > Environment: Java 1.5 (also tried Java 1.6). OS used: Mac OS X, Linux (CentOS) > Reporter: Paul Borgermans > Assignee: Jukka Zitting > Fix For: 0.3 > > > When using Tika standalone jar after mvn install in CLI mode, in most of my test documents (pdf, doc, ppt, odt, ), the plain text output option (-t or --text) does not produce any result. When using the other options (xml, html, metadata), the output is correct. Activating debug mode (-v) does not produce additional info either. > When using the GUI, dragging and dropping does produce the expected results, also in the plain text tab/window > I rebuilt tika many times in the past 2 months (cleared .m2 directory every time) from svn (latest revision tried: 724002), the CLI --text result is always the same: usually missing output. > For now, I use the -x output option chained to html2txt as a workaround, but would prefer to use just tika to convert to plain text (which is used for further indexing in Solr). > 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] Tue Mar 10 10:57:11 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61704 invoked from network); 10 Mar 2009 10:57:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 10:57:11 -0000 Received: (qmail 61471 invoked by uid 500); 10 Mar 2009 10:57:11 -0000 Delivered-To: [email protected] Received: (qmail 61424 invoked by uid 500); 10 Mar 2009 10: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]> List-Id: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61413 invoked by uid 99); 10 Mar 2009 10:57:11 -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 03: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; Tue, 10 Mar 2009 10:57:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 748C8234C003 for <[email protected]>; Tue, 10 Mar 2009 03:56:50 -0700 (PDT) Message-ID: <837138959.1236682610466.JavaMail.jira@brutus> Date: Tue, 10 Mar 2009 03:56:50 -0700 (PDT) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-179) Tika stand alone CLI --text output mostly not working, other output formats are fine In-Reply-To: <1909232880.1228579664239.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/TIKA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680431#action_12680431 ] Jukka Zitting commented on TIKA-179: ------------------------------------ Also, even the following works (as documented in --help): cat PDF.pdf | java -cp target/tika-0.3-standalone.jar org.apache.tika.cli.TikaCLI --text - Let's file an improvement request to make the pipe mode work also without the "-". > Tika stand alone CLI --text output mostly not working, other output formats are fine > ------------------------------------------------------------------------------------ > > Key: TIKA-179 > URL: https://issues.apache.org/jira/browse/TIKA-179 > Project: Tika > Issue Type: Bug > Components: cli > Affects Versions: 0.2, 0.3 > Environment: Java 1.5 (also tried Java 1.6). OS used: Mac OS X, Linux (CentOS) > Reporter: Paul Borgermans > Assignee: Jukka Zitting > Fix For: 0.3 > > > When using Tika standalone jar after mvn install in CLI mode, in most of my test documents (pdf, doc, ppt, odt, ), the plain text output option (-t or --text) does not produce any result. When using the other options (xml, html, metadata), the output is correct. Activating debug mode (-v) does not produce additional info either. > When using the GUI, dragging and dropping does produce the expected results, also in the plain text tab/window > I rebuilt tika many times in the past 2 months (cleared .m2 directory every time) from svn (latest revision tried: 724002), the CLI --text result is always the same: usually missing output. > For now, I use the -x output option chained to html2txt as a workaround, but would prefer to use just tika to convert to plain text (which is used for further indexing in Solr). > 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] Tue Mar 10 11:07:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67104 invoked from network); 10 Mar 2009 11:07:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 11:07:13 -0000 Received: (qmail 72084 invoked by uid 500); 10 Mar 2009 11:07:13 -0000 Delivered-To: [email protected] Received: (qmail 72045 invoked by uid 500); 10 Mar 2009 11:07: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72034 invoked by uid 99); 10 Mar 2009 11:07:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 04: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; Tue, 10 Mar 2009 11:07:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 71F30234C003 for <[email protected]>; Tue, 10 Mar 2009 04:06:50 -0700 (PDT) Message-ID: <2002997309.1236683210452.JavaMail.jira@brutus> Date: Tue, 10 Mar 2009 04:06:50 -0700 (PDT) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TIKA-206) Improved pipe mode in Tika CLI 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 Improved pipe mode in Tika CLI ------------------------------ Key: TIKA-206 URL: https://issues.apache.org/jira/browse/TIKA-206 Project: Tika Issue Type: Improvement Components: cli Reporter: Jukka Zitting Priority: Minor Fix For: 0.4 Currently the pipe mode (the parsed document is read from standard input) in the Tika CLI is triggered either by giving an explicit "-" command line argument or by giving *no* command line arguments. This results in the somewhat surprising behaviour of only the first of the following two otherwise equivalent invocations producing output: cat testPDF.pdf | java -jar tika-0.3-standalone.jar cat testPDF.pdf | java -jar tika-0.3-standalone.jar --xml It would be better if the pipe mode was activated whenever no explicit file (or URL) is specified as an argument (and arguments like --help or --gui are not specified). -- 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 10 11:07:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67159 invoked from network); 10 Mar 2009 11:07:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 11:07:14 -0000 Received: (qmail 72224 invoked by uid 500); 10 Mar 2009 11:07:13 -0000 Delivered-To: [email protected] Received: (qmail 72184 invoked by uid 500); 10 Mar 2009 11:07: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72135 invoked by uid 99); 10 Mar 2009 11:07:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 04: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; Tue, 10 Mar 2009 11:07:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8BF2A234C004 for <[email protected]>; Tue, 10 Mar 2009 04:06:50 -0700 (PDT) Message-ID: <1465816696.1236683210572.JavaMail.jira@brutus> Date: Tue, 10 Mar 2009 04:06:50 -0700 (PDT) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-179) Tika stand alone CLI --text output mostly not working, other output formats are fine In-Reply-To: <1909232880.1228579664239.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/TIKA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680433#action_12680433 ] Jukka Zitting commented on TIKA-179: ------------------------------------ See TIKA-206. We can address it in Tika 0.4. > Tika stand alone CLI --text output mostly not working, other output formats are fine > ------------------------------------------------------------------------------------ > > Key: TIKA-179 > URL: https://issues.apache.org/jira/browse/TIKA-179 > Project: Tika > Issue Type: Bug > Components: cli > Affects Versions: 0.2, 0.3 > Environment: Java 1.5 (also tried Java 1.6). OS used: Mac OS X, Linux (CentOS) > Reporter: Paul Borgermans > Assignee: Jukka Zitting > Fix For: 0.3 > > > When using Tika standalone jar after mvn install in CLI mode, in most of my test documents (pdf, doc, ppt, odt, ), the plain text output option (-t or --text) does not produce any result. When using the other options (xml, html, metadata), the output is correct. Activating debug mode (-v) does not produce additional info either. > When using the GUI, dragging and dropping does produce the expected results, also in the plain text tab/window > I rebuilt tika many times in the past 2 months (cleared .m2 directory every time) from svn (latest revision tried: 724002), the CLI --text result is always the same: usually missing output. > For now, I use the -x output option chained to html2txt as a workaround, but would prefer to use just tika to convert to plain text (which is used for further indexing in Solr). > 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] Tue Mar 10 12:17:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99515 invoked from network); 10 Mar 2009 12:17:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 12:17:15 -0000 Received: (qmail 59417 invoked by uid 500); 10 Mar 2009 12:17:15 -0000 Delivered-To: [email protected] Received: (qmail 59384 invoked by uid 500); 10 Mar 2009 12:17: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59373 invoked by uid 99); 10 Mar 2009 12:17: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 Mar 2009 05:17: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; Tue, 10 Mar 2009 12:17:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 2945A234C041 for <[email protected]>; Tue, 10 Mar 2009 05:16:51 -0700 (PDT) Message-ID: <361220011.1236687411164.JavaMail.jira@brutus> Date: Tue, 10 Mar 2009 05:16:51 -0700 (PDT) From: "Michael McCandless (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-179) Tika stand alone CLI --text output mostly not working, other output formats are fine In-Reply-To: <1909232880.1228579664239.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/TIKA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680450#action_12680450 ] Michael McCandless commented on TIKA-179: ----------------------------------------- OK, phew, just user error. Sorry for the noise. Though, it's odd that without any args, it works. Oh I see, the code simply falls back to "-" when there are no args. I agree this can wait until 0.4. Thanks! > Tika stand alone CLI --text output mostly not working, other output formats are fine > ------------------------------------------------------------------------------------ > > Key: TIKA-179 > URL: https://issues.apache.org/jira/browse/TIKA-179 > Project: Tika > Issue Type: Bug > Components: cli > Affects Versions: 0.2, 0.3 > Environment: Java 1.5 (also tried Java 1.6). OS used: Mac OS X, Linux (CentOS) > Reporter: Paul Borgermans > Assignee: Jukka Zitting > Fix For: 0.3 > > > When using Tika standalone jar after mvn install in CLI mode, in most of my test documents (pdf, doc, ppt, odt, ), the plain text output option (-t or --text) does not produce any result. When using the other options (xml, html, metadata), the output is correct. Activating debug mode (-v) does not produce additional info either. > When using the GUI, dragging and dropping does produce the expected results, also in the plain text tab/window > I rebuilt tika many times in the past 2 months (cleared .m2 directory every time) from svn (latest revision tried: 724002), the CLI --text result is always the same: usually missing output. > For now, I use the -x output option chained to html2txt as a workaround, but would prefer to use just tika to convert to plain text (which is used for further indexing in Solr). > 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] Tue Mar 10 13:05:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32415 invoked from network); 10 Mar 2009 13:05:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 13:05:23 -0000 Received: (qmail 37146 invoked by uid 500); 10 Mar 2009 13:05:23 -0000 Delivered-To: [email protected] Received: (qmail 37116 invoked by uid 500); 10 Mar 2009 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]> List-Id: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37105 invoked by uid 99); 10 Mar 2009 13:05: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 Mar 2009 06:05:23 -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 mail-qy0-f108.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 13:05:13 +0000 Received: by qyk6 with SMTP id 6so1478143qyk.29 for <[email protected]>; Tue, 10 Mar 2009 06:04:51 -0700 (PDT) Received: by 161.129.204.104 with SMTP id 1mr9137622qai.255.1236690291291; Tue, 10 Mar 2009 06:04:51 -0700 (PDT) Received: from ?161.129.204.104? (pool-173-48-164-75.bstnma.fios.verizon.net [161.129.204.104]) by mx.google.com with ESMTPS id 2sm192886qwi.29.2161.129.204.104.04.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Mar 2009 06:04:50 -0700 (PDT) Message-Id: <[email protected]> From: Michael McCandless <[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: [VOTE] Apache Tika 0.3 Date: Tue, 10 Mar 2009 09:04:49 -0400 References: <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org The release looks good, but I found a few interesting issues: * I built from sources ("mvn install") successfully. * I tested 0.3 with the the TikaIndexer test in Lucene in Action 2. I used "mvn dependency:copy-dependencies" to gather all the necessary JARs. Then TikaIndexer was able to index our small set sample docs just fine. Though, I did see this new warning printed when indexing an MS Word doc (97-2003 format): [java] A property claimed to start before zero, at -512! Resetting it to zero, and hoping for the best Not sure if that's a problem with my document or something with the POI beta? * Then, I had Tika extract all text for the entire manuscript (MS Word 2003 docs) for LIA2, and it did great! * The tar file doesn't unpack to "apache-tika-0.3" subdir, which is sort of unfriendly. (It puts a bunch of files into my current dir). * Signature is good for apache-tika-0.3-src.tar.gz. * Could you add the KEYS file to the toplevel release dir? * The maven path seems to have an extra "tika" subdirectory? I see resository/org/apache/tika/tika/0.3/* Mike Mattmann, Chris A wrote: > Hi Folks, > > I have posted a candidate for the Apache Tika 0.3 release at > > http://people.apache.org/~mattmann/apache-tika-0.3/rc1/ > > See the included CHANGES.txt file for details on release contents > and latest > changes. The release was made from the 0.3 branch at: > > http://svn.apache.org/repos/asf/lucene/tika/branches/0.3/ > > Please vote on releasing these packages as Apache Tika 0.3. The vote > is open > for the next 72 hours. Only votes from Lucene PMC are binding, but > everyone > is welcome to check the release candidate and voice their approval or > disapproval. The vote passes if at least three binding +1 votes are > cast. > > [ ] +1 Release the packages as Apache Tika 0.3. > > [ ] -1 Do not release the packages because... > > Thanks! > > Cheers, > Chris > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Chris Mattmann, Ph.D. > Senior Computer Scientist > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > Office: 171-266B, Mailstop: 171-246 > Email: [email protected] > WWW: http://sunset.usc.edu/~mattmann/ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Adjunct Assistant Professor, Computer Science Department > University of Southern California, Los Angeles, CA 90089 USA > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > From [email protected] Tue Mar 10 13:32:45 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48998 invoked from network); 10 Mar 2009 13:32:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 13:32:45 -0000 Received: (qmail 67632 invoked by uid 500); 10 Mar 2009 13:32:44 -0000 Delivered-To: [email protected] Received: (qmail 67591 invoked by uid 500); 10 Mar 2009 13:32: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67579 invoked by uid 99); 10 Mar 2009 13:32: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 Mar 2009 06:32:44 -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 spunkymail-a16.g.dreamhost.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 13:32:36 +0000 Received: from [161.129.204.104] (adsl-074-229-189-244.sip.rmo.bellsouth.net [161.129.204.104]) by spunkymail-a16.g.dreamhost.com (Postfix) with ESMTP id B1FE67B30C for <[email protected]>; Tue, 10 Mar 2009 06:32:15 -0700 (PDT) Message-Id: <[email protected]> From: Grant Ingersoll <[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: Release emails Date: Tue, 10 Mar 2009 09:32:14 -0400 X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi Guys, I know last time Tika did a release I suggested CC'ing [email protected], but now I would like to amend that statement and say that we should CC [email protected] . No big deal for 0.3, just note it for going forward. -Grant From [email protected] Tue Mar 10 13:35:29 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51156 invoked from network); 10 Mar 2009 13:35:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 13:35:29 -0000 Received: (qmail 70651 invoked by uid 500); 10 Mar 2009 13:35:29 -0000 Delivered-To: [email protected] Received: (qmail 70617 invoked by uid 500); 10 Mar 2009 13:35: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70606 invoked by uid 99); 10 Mar 2009 13:35:28 -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 06:35:28 -0700 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 mail.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 13:35:18 +0000 Received: from mail.jpl.nasa.gov (ums-smtp.jpl.nasa.gov [161.129.204.104]) by mail.jpl.nasa.gov (Switch-3.3.2mp/Switch-3.3.2mp) with ESMTP id n2ADYls6027942 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified FAIL) for <[email protected]>; Tue, 10 Mar 2009 13:34:56 GMT Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([161.129.204.104]) by ALTVIREHTSTAP01.RES.AD.JPL ([161.129.204.104]) with mapi; Tue, 10 Mar 2009 06:37:17 -0700 From: "Mattmann, Chris A" <[email protected]> To: "[email protected]" <[email protected]> Date: Tue, 10 Mar 2009 06:37:16 -0700 Subject: Re: Release emails Thread-Topic: Release emails Thread-Index: AcmhhRBBPRUHCLg1S8+s3vPf8arKjAAABDSm Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: ums-smtp.jpl.nasa.gov [161.129.204.104] X-Source-Sender: [email protected] X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org Hey Grant, Okey dok. No probs -- should I forward my release email along to [email protected]? Cheers, Chris On 3/10/09 5:32 AM, "Grant Ingersoll" <[email protected]> wrote: > Hi Guys, >=20 > I know last time Tika did a release I suggested CC'ing [email protected], > but now I would like to amend that statement and say that we should CC > [email protected] > . No big deal for 0.3, just note it for going forward. >=20 > -Grant >=20 > =20 > =20 >=20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ From [email protected] Tue Mar 10 13:56:42 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66717 invoked from network); 10 Mar 2009 13:56:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 13:56:41 -0000 Received: (qmail 99469 invoked by uid 500); 10 Mar 2009 13:56:37 -0000 Delivered-To: [email protected] Received: (qmail 99156 invoked by uid 500); 10 Mar 2009 13:56: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 99101 invoked by uid 99); 10 Mar 2009 13:56:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 06:56:36 -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 spunkymail-a18.g.dreamhost.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 13:56:26 +0000 Received: from [161.129.204.104] (adsl-074-229-189-244.sip.rmo.bellsouth.net [161.129.204.104]) by spunkymail-a18.g.dreamhost.com (Postfix) with ESMTP id 0606A5B52D; Tue, 10 Mar 2009 06:56:02 -0700 (PDT) Message-Id: <[email protected]> From: Grant Ingersoll <[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: Use of [email protected] for... Date: Tue, 10 Mar 2009 09:56:01 -0400 Cc: [email protected], [email protected], [email protected], [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 Apologies for cross posting, but I wanted to make sure committers for the various subs all saw it (if I missed one, my apologies up front). Please, if you are going to reply, reply to general@ and not to all the CC's Just wanted to make a couple of notes about the use of [email protected]: 1. As a reminder, general@ is the place to discuss cross project issues or TLP issues or, you guessed it, general Lucene items. It can save from cross-posting, but of course, the subscription numbers are lower, so... Also, it should generally be lower traffic than the dev and user lists. Also, as a reminder, project specific questions are best asked on the appropriate user or dev list for that project. General is also a good place to ask questions like "Which project would help me solve X?" 2. The PMC is going to start discussing Board Report drafts on this list in order to keep people more informed about the state of the various projects. Board report _DRAFTS_ are now publicly accessible (read-only) under http://svn.apache.org/repos/asf/lucene/board- reports/. Keep in mind they are usually a work in progress up until they are filed with the board. It is the chair's job to do the filing (and here, y'all thought it was just glamour!) Also keep in mind, the reports generally are pretty high level and are done on a quarterly basis, so they should cover significant news like new committers, releases, awards won, whatever. If you think your favorite project report isn't up to snuff, feel free to add in your two cents or even submit a patch. 3. I would encourage committers from the various sub projects to join general@ (if you know a committer who is not on it, encourage them to join) if they haven't already. I promise, it really is low traffic. 4. Committers: when calling a vote for a release, please CC general@ so that interested parties who may not particularly follow the low- level details of a project can participate. Again, if you are going to reply, reply to general@ and not to all the CC's Cheers, Grant From [email protected] Tue Mar 10 15:35:30 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26561 invoked from network); 10 Mar 2009 15:35:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 15:35:30 -0000 Received: (qmail 21357 invoked by uid 500); 10 Mar 2009 15:35:29 -0000 Delivered-To: [email protected] Received: (qmail 21314 invoked by uid 500); 10 Mar 2009 15:35: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21298 invoked by uid 99); 10 Mar 2009 15: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, 10 Mar 2009 08:35:29 -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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f167.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 15:35:20 +0000 Received: by bwz11 with SMTP id 11so1742086bwz.5 for <[email protected]>; Tue, 10 Mar 2009 08:35: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:message-id:subject:from:to:content-type :content-transfer-encoding; bh=90trEsrBFtclzSqRtmhnuhPgmKbccPg0EPaxLrMKKPE=; b=vV3/qBggGopZ8RpSCq+s8eF9w1j7pJS+187TohTg6SPgOE+qJba8MDoDGpQoUwjvr7 Qr7nqHprCkXLP6j53mpi6LmFy/JGw2FXhoU4d3gk9au4SiggLodr2szXnd7+K9QYydiB c56drUnBrcQP82umRM/mm4v/OW17yiIOlcNtI= 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=tFtRYfsFYrA5zdpy7USHwk+VwrHDQ1df/vOaCzqAOMNQoKY2w8Kyi+pCJtGDR9vnHu 8+K/ey9G+GJzlqxRr9ovH5q4QtrugSTZqq7qrvGvSw8NIf1202R1tFjL8LfpYMso0v2U cylhbcKiD6IaGJydEMKcP4hpzN7HlFRnSbBd8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id m20mr1836921fgb.39.1236699299905; Tue, 10 Mar 2009 08:34:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 10 Mar 2009 16:34:58 +0100 Message-ID: <[email protected]> Subject: Re: [VOTE] Apache Tika 0.3 From: Jukka Zitting <[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, On Tue, Mar 10, 2009 at 2:04 PM, Michael McCandless <[email protected]> wrote: > =A0* I tested 0.3 with the the TikaIndexer test in Lucene in Action 2. > =A0 I used "mvn dependency:copy-dependencies" to gather all the > =A0 necessary JARs. =A0Then TikaIndexer was able to index our small set > =A0 sample docs just fine. =A0Though, I did see this new warning printed > =A0 when indexing an MS Word doc (97-2003 format): > > =A0 =A0 [java] A property claimed to start before zero, at -512! Resettin= g it to > zero, and hoping for the best > > =A0 Not sure if that's a problem with my document or something with > =A0 the POI beta? This is a POI issue, see https://issues.apache.org/bugzilla/show_bug.cgi?id=3D46443. > =A0* The maven path seems to have an extra "tika" subdirectory? =A0I see > =A0 resository/org/apache/tika/tika/0.3/* That's as it should be. The Maven path is groupId/artifactId/version, with groupId converted to a path like Java does with package names. Tika's groupId is "org.apache.tika" and artifactId is "tika", so having two "tika" directories is correct. BR, Jukka Zitting From [email protected] Tue Mar 10 16:02:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36779 invoked from network); 10 Mar 2009 16:02:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 16:02:23 -0000 Received: (qmail 86415 invoked by uid 500); 10 Mar 2009 16:02:23 -0000 Delivered-To: [email protected] Received: (qmail 86382 invoked by uid 500); 10 Mar 2009 16:02: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86371 invoked by uid 99); 10 Mar 2009 16:02: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 Mar 2009 09:02:23 -0700 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 mail.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 16:02:13 +0000 Received: from mail.jpl.nasa.gov (altvirehtstap02.jpl.nasa.gov [161.129.204.104]) by mail.jpl.nasa.gov (Switch-3.3.2mp/Switch-3.3.2mp) with ESMTP id n2AG0vLR027401 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified FAIL) for <[email protected]>; Tue, 10 Mar 2009 16:01:51 GMT Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([161.129.204.104]) by ALTVIREHTSTAP02.RES.AD.JPL ([161.129.204.104]) with mapi; Tue, 10 Mar 2009 09:03:56 -0700 From: "Mattmann, Chris A" <[email protected]> To: "[email protected]" <[email protected]> Date: Tue, 10 Mar 2009 09:03:55 -0700 Subject: Re: [VOTE] Apache Tika 0.3 Thread-Topic: [VOTE] Apache Tika 0.3 Thread-Index: Acmhli1+UPJZh5gcSsiIOsMjmpQzYAAA01e/ Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: altvirehtstap02.jpl.nasa.gov [161.129.204.104] X-Source-Sender: [email protected] X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org Thanks Jukka, and Michael. So, based on this, should I build a new RC that untars to apache-tika-0.3 and push out to my people.a.o account, and call for a new VOTE (this time, CC'ing [email protected] as Grant suggested)? Cheers, Chris On 3/10/09 7:34 AM, "Jukka Zitting" <[email protected]> wrote: > Hi, >=20 > On Tue, Mar 10, 2009 at 2:04 PM, Michael McCandless > <[email protected]> wrote: >> =A0* I tested 0.3 with the the TikaIndexer test in Lucene in Action 2. >> =A0 I used "mvn dependency:copy-dependencies" to gather all the >> =A0 necessary JARs. =A0Then TikaIndexer was able to index our small set >> =A0 sample docs just fine. =A0Though, I did see this new warning printed >> =A0 when indexing an MS Word doc (97-2003 format): >>=20 >> =A0 =A0 [java] A property claimed to start before zero, at -512! Resetti= ng it to >> zero, and hoping for the best >>=20 >> =A0 Not sure if that's a problem with my document or something with >> =A0 the POI beta? >=20 > This is a POI issue, see > https://issues.apache.org/bugzilla/show_bug.cgi?id=3D46443. >=20 >> =A0* The maven path seems to have an extra "tika" subdirectory? =A0I see >> =A0 resository/org/apache/tika/tika/0.3/* >=20 > That's as it should be. The Maven path is groupId/artifactId/version, > with groupId converted to a path like Java does with package names. > Tika's groupId is "org.apache.tika" and artifactId is "tika", so > having two "tika" directories is correct. >=20 > BR, >=20 > Jukka Zitting >=20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ From [email protected] Tue Mar 10 16:13:09 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41535 invoked from network); 10 Mar 2009 16:13:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 16:13:09 -0000 Received: (qmail 1247 invoked by uid 500); 10 Mar 2009 16:13:09 -0000 Delivered-To: [email protected] Received: (qmail 1220 invoked by uid 500); 10 Mar 2009 16:13: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 1209 invoked by uid 99); 10 Mar 2009 16:13:09 -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 09:13: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f167.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 16:13:02 +0000 Received: by bwz11 with SMTP id 11so1756002bwz.5 for <[email protected]>; Tue, 10 Mar 2009 09:12:40 -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=dN5PiXBoDi99NqQ8QD9rRYZHMcgl40yvVMfNbCssUWg=; b=H6xwFyg223ZemD7XQ96DaN/3Lz8ROz32T5MGxKyqKUkXsjKl0lIXuHsUH0Ko4YAMAD wpBbmI6ehdkhebfPCPmJo2Hos2H0q3f96dtupvkMiBaBAP8Nki7NcxZAPALsleHvdkoU 9ufjlSKvNzmIK3ypwH+vnzfhHyIGQlAKju0Jw= 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=HjO+KFJaoc2ZK+pDxJHbpcfb5wy0ynWgoF9cyS5n8k7qiHRPlUTcrQCsJP4r2eEPrU i0zjLu2H+5RsG+qDzwfZYcWhWVK8l9XLyWu9TwQkty+2FLhyYiUkkSjeKhYDT9muotnG +4GrMvE4f44+ceoLJgCVgsFZcmg3Qly3K+pR8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id i14mr5085215fga.69.1236701560610; Tue, 10 Mar 2009 09:12:40 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 10 Mar 2009 17:12:40 +0100 Message-ID: <[email protected]> Subject: Re: [VOTE] Apache Tika 0.3 From: Jukka Zitting <[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, On Tue, Mar 10, 2009 at 5:03 PM, Mattmann, Chris A <[email protected]> wrote: > So, based on this, should I build a new RC that untars to apache-tika-0.3 > and push out to my people.a.o account, and call for a new VOTE (this time, > CC'ing [email protected] as Grant suggested)? That would be nice. I didn't yet look deeper into the release candidate, but one other thing you could also change is remove the -standalone jar from the staged Maven repository. We can leave the -standalone generation part in the POM so anyone who builds the sources will get the standalone jar, but due to the licensing concerns discussed earlier I'd for now rather not release a pre-built jar that embeds PDFBox 0.7.3. BR, Jukka Zitting From [email protected] Tue Mar 10 22:31:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82931 invoked from network); 10 Mar 2009 22:31:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Mar 2009 22:31:14 -0000 Received: (qmail 60416 invoked by uid 500); 10 Mar 2009 22:31:14 -0000 Delivered-To: [email protected] Received: (qmail 60380 invoked by uid 500); 10 Mar 2009 22:31: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60369 invoked by uid 99); 10 Mar 2009 22:31: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 Mar 2009 15:31: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 spunkymail-a13.g.dreamhost.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 22:31:06 +0000 Received: from [161.129.204.104] (adsl-074-229-189-244.sip.rmo.bellsouth.net [161.129.204.104]) by spunkymail-a13.g.dreamhost.com (Postfix) with ESMTP id F2BF1129B1F for <[email protected]>; Tue, 10 Mar 2009 15:30:44 -0700 (PDT) Message-Id: <[email protected]> From: Grant Ingersoll <[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: Release emails Date: Tue, 10 Mar 2009 18:30:44 -0400 References: <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 10, 2009, at 9:37 AM, Mattmann, Chris A wrote: > Hey Grant, > > Okey dok. No probs -- should I forward my release email along to > [email protected]? It's not a huge deal, all the PMC members should be on general, too. Just do it next time you call for a vote. From [email protected] Thu Mar 12 10:39:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62547 invoked from network); 12 Mar 2009 10:39:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Mar 2009 10:39:20 -0000 Received: (qmail 94121 invoked by uid 500); 12 Mar 2009 10:39:20 -0000 Delivered-To: [email protected] Received: (qmail 94074 invoked by uid 500); 12 Mar 2009 10:39: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94063 invoked by uid 99); 12 Mar 2009 10:39:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 03:39:19 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG 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, 12 Mar 2009 10:39:13 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 0DB90234C045 for <[email protected]>; Thu, 12 Mar 2009 03:38:53 -0700 (PDT) Message-ID: <1031008808.1236854333054.JavaMail.jira@brutus> Date: Thu, 12 Mar 2009 03:38:53 -0700 (PDT) From: "Michael McCandless (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TIKA-207) MS word doc containing tracked changes produces incorrect text 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 MS word doc containing tracked changes produces incorrect text -------------------------------------------------------------- Key: TIKA-207 URL: https://issues.apache.org/jira/browse/TIKA-207 Project: Tika Issue Type: Bug Components: parser Affects Versions: 0.3 Environment: tika-0.3-standalone.jar Reporter: Michael McCandless Priority: Minor Spinoff from this discussion: http://n2.nabble.com/getting-text-from-MS-Word-docs-with-tracked-changes...-td2463811.html When extracting text from an MS Word doc (2003 format) that has unapproved pending changes, the text from both old and new is glommed together. EG I had a doc that contained text "Field.Index.TOKENIZED", and I changed TOKENIZED to ANALYZED with track changes enabled, and then when I extract text (using TikaCLI) it produces this: Field.Index.TOKENIZEDANALYZED So, first, it'd be nice to at least get whitespace inserted between old & new text. And, second, it'd be great to have an option to control whether it's old or new text that's indexed (or at least an option to only see "new" text, ie the current document). >From the discussion above, it seems like POI may expose the fine-grained APIs to allow Tika to do this; it's just that Tika's not leveraging these APIs for MS Word docs. -- 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:44:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66402 invoked from network); 13 Mar 2009 19:44:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Mar 2009 19:44:03 -0000 Received: (qmail 88010 invoked by uid 500); 13 Mar 2009 19:44:02 -0000 Delivered-To: [email protected] Received: (qmail 87905 invoked by uid 500); 13 Mar 2009 19:44: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87400 invoked by uid 99); 13 Mar 2009 19:44:00 -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 12:44:00 -0700 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 mail.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 19:43:48 +0000 Received: from mail.jpl.nasa.gov (altvirehtstap02.jpl.nasa.gov [161.129.204.104]) by mail.jpl.nasa.gov (Switch-3.3.2mp/Switch-3.3.2mp) with ESMTP id n2DJhJAE013183 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified FAIL); Fri, 13 Mar 2009 19:43:25 GMT Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([161.129.204.104]) by ALTVIREHTSTAP02.RES.AD.JPL ([161.129.204.104]) with mapi; Fri, 13 Mar 2009 12:43:47 -0700 From: "Mattmann, Chris A" <[email protected]> To: "[email protected]" <[email protected]> CC: "[email protected]" <[email protected]> Date: Fri, 13 Mar 2009 12:43:19 -0700 Subject: [VOTE] Apache Tika 0.3 release candidate 2 Thread-Topic: [VOTE] Apache Tika 0.3 release candidate 2 Thread-Index: AcmkE/WvI6DRcKIIlU2NgBXXHbcaPw== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: altvirehtstap02.jpl.nasa.gov [161.129.204.104] X-Source-Sender: [email protected] X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org Hi Folks, I have posted a second candidate for the Apache Tika 0.3 release at http://people.apache.org/~mattmann/apache-tika-0.3/rc2/ See the included CHANGES.txt file for details on release contents and lates= t changes. The release was made from the 0.3 branch at: http://svn.apache.org/repos/asf/lucene/tika/branches/0.3/ I've addressed Jukka's and Michael's comments on the prior release candidat= e by: * making the tarball unpack to an apache-tika-0.3 top-level directory * not including the tika standalone super big jar in the staged mvn2 repo * including the KEYS file in the rc2 directory Please vote on releasing these packages as Apache Tika 0.3. The vote is ope= n for the next 72 hours. Only votes from Lucene PMC are binding, but everyone is welcome to check the release candidate and voice their approval or disapproval. The vote passes if at least three binding +1 votes are cast. [ ] +1 Release the packages as Apache Tika 0.3. [ ] -1 Do not release the packages because... Thanks! Cheers, Chris ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ From [email protected] Sat Mar 14 13:35:32 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66724 invoked from network); 14 Mar 2009 13:35:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 13:35:32 -0000 Received: (qmail 86625 invoked by uid 500); 14 Mar 2009 13:35:32 -0000 Delivered-To: [email protected] Received: (qmail 86594 invoked by uid 500); 14 Mar 2009 13:35: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86583 invoked by uid 500); 14 Mar 2009 13:35:31 -0000 Delivered-To: [email protected] Received: (qmail 86580 invoked by uid 99); 14 Mar 2009 13:35:31 -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 06:35:31 -0700 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,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 ciao.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 13:35:24 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LiU10-0007He-Pe for [email protected]; Sat, 14 Mar 2009 13:35:02 +0000 Received: from pik.hrz.tu-chemnitz.de ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Sat, 14 Mar 2009 13:35:02 +0000 Received: from daniel by pik.hrz.tu-chemnitz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Sat, 14 Mar 2009 13:35:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: Daniel Gultsch <[email protected]> Subject: Can't run tika Date: Sat, 14 Mar 2009 13:19:17 +0000 Lines: 30 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: pik.hrz.tu-chemnitz.de X-Newsreader: Sylpheed 2.6.0 (GTK+ 2.12.11; x86_64-pc-linux-gnu) Sender: news <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi guys I've just built and installed tika as described in [1] and now I want to use it. I've tried java -jar ./tika-0.2.jar But I get: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Layout Caused by: java.lang.ClassNotFoundException: [email protected]$1.run (URLClassLoader.java:200) at java.security.AccessController.doPrivileged (Native Method) at java.net.URLClassLoader.findClass (URLClassLoader.java:188) at java.lang.ClassLoader.loadClass (ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass (Launcher.java:301) at java.lang.ClassLoader.loadClass (ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:320) Could not find the main class: org.apache.tika.cli.TikaCLI. Program will exit. I think it's somehow because java can't find the maven files. Can somebody give me a hint on how to get tika running. I've already searched the web for some maven howtos but I can't find a plain "just use the thing"-howto. Only those dealing about how to get maven into eclipse. but I dont want to use eclipse right. I just want to use the CLI for now. thanks in advance - Daniel [1] http://lucene.apache.org/tika/gettingstarted.html From [email protected] Sat Mar 14 22:33:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38728 invoked from network); 14 Mar 2009 22:33:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 22:33:38 -0000 Received: (qmail 77046 invoked by uid 500); 14 Mar 2009 22:33:38 -0000 Delivered-To: [email protected] Received: (qmail 77017 invoked by uid 500); 14 Mar 2009 22:33: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77000 invoked by uid 99); 14 Mar 2009 22:33:38 -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 15:33:38 -0700 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-fx0-f168.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 22:33:31 +0000 Received: by fxm12 with SMTP id 12so3026119fxm.5 for <[email protected]>; Sat, 14 Mar 2009 15:33:10 -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; bh=sxcjXHWzBau7RE9+yGGmsUBlynK3uzbHWa52HDO6xKk=; b=azNMvoVhI1SxTROq//o66cYDTZsM6IQU0CyBaO2RLc0xeQ75Y+1AyWUOMQM4rNV/+S lOtHq3hB8tPTseiHG8+g3omKJ1hRMfedwcZDDdAeWhQs9ag8aMF5mxwoX9HUge1UKW/4 kgakqGYNzkjYaYBjjTjvx8zEviK1w043BbXR8= 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=SXcMcprqWzO9ydzP/1MHnTC7OpJyc04xf0jWaAEpNUHIDV+Zf+8YE7j9GfvAmz2SBS zRWvZfMCgckwngqbeP77lPyBkmWzhBV1CmnebiXH7RRhXZxYR9tC13V59DbehMR4ANtO lWO0P3R5ewew8E+4SxMm+gzrVmABzik9anse8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id b7mr1702509faq.82.1237069990373; Sat, 14 Mar 2009 15:33:10 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Sat, 14 Mar 2009 22:33:10 +0000 Message-ID: <[email protected]> Subject: Re: Can't run tika From: Dave Meikle <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636c597b856ab5604651bcd3b X-Virus-Checked: Checked by ClamAV on apache.org --001636c597b856ab5604651bcd3b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, 2009/3/14 Daniel Gultsch <[email protected]> > Hi guys > > I've just built and installed tika as described in [1] and now I want > to use it. I've tried java -jar ./tika-0.2.jar > > But I get: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/log4j/Layout Caused by: java.lang.ClassNotFoundException: > [email protected]$1.run > (URLClassLoader.java:200) at java.security.AccessController.doPrivileged > (Native Method) at java.net.URLClassLoader.findClass > (URLClassLoader.java:188) at java.lang.ClassLoader.loadClass > (ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass > (Launcher.java:301) at java.lang.ClassLoader.loadClass > (ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal > (ClassLoader.java:320) Could not find the main class: > org.apache.tika.cli.TikaCLI. Program will exit. Taking a look at this I know what is wrong.. As you are executing the JAR using the java command and the -jar switch, the classpath is completely ignored and the JARs manifest file used. Therefore the Java runtime is expecting the JARs to be in the location specified in the manifest file relative to the JAR location - as the manifest file just has the JAR names, the Java runtime is looking in the same folder as the tika-0.2.jar for the dependencies. To get the software executing you can do something similar to the following from your extracted tika folder: dave@amadeus:~/Sandbox/apache-tika-0.2$ mvn dependency:copy-dependencies dave@amadeus:~/Sandbox/apache-tika-0.2$ cd target/dependency/ dave@amadeus:~/Sandbox/apache-tika-0.2/target/dependency$ cp ../tika-0.2.jar . dave@amadeus:~/Sandbox/apache-tika-0.2/target/dependency$ java -jar tika-0.2.jar --help In summary, as long as the dependencies are in the same folder as the tika-0.2.jar it will work. > [1] http://lucene.apache.org/tika/gettingstarted.html > > Depending on when tika-0.3 releases, we may want to update the website accordingly. Cheers, Dave --001636c597b856ab5604651bcd3b-- From [email protected] Sat Mar 14 23:33:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46110 invoked from network); 14 Mar 2009 23:33:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 23:33:17 -0000 Received: (qmail 9054 invoked by uid 500); 14 Mar 2009 23:33:17 -0000 Delivered-To: [email protected] Received: (qmail 9015 invoked by uid 500); 14 Mar 2009 23:33: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9004 invoked by uid 99); 14 Mar 2009 23:33:17 -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 16:33:17 -0700 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-fx0-f168.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 23:33:10 +0000 Received: by fxm12 with SMTP id 12so3036336fxm.5 for <[email protected]>; Sat, 14 Mar 2009 16:32:49 -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; bh=2xhUEohPzyIcxfF+YnP7+0+jAAECf6m8huU/8wVc6yg=; b=Ic5i5kU/qtjIjWLAL0Jip1qSyAtmGLAx+gb37/5ud6qmM5jnsjA4XK3f+sQigHIXid 35TZEH0Cqq2XVIysxx75ndTHWvSBDYxs7442or0hptwSPS9HnxBOpSFhE0B74M0nWIcM dZw80t0WHHXVbQ2dl8b8lJpgDFcqS3NlhKHq8= 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=JLmD5Pa9pSfXStrRVQUPD1IIdbZWBaJl1D4ru4rKgsMKy2LMXk0KLLwFJ2T4gEqYHj dgjXmW0xO7y+Z5oL3I4oyFtFWC5WGkh80ShB1tzjjSfFYwLG2C6puoUe6afMKhRXwE9a j7ZilVI28CnYtPtC4l+dbPZUt+mLkhWRtTuWo= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t11mr1664650fao.11.1237073569364; Sat, 14 Mar 2009 16:32:49 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Sat, 14 Mar 2009 23:32:49 +0000 Message-ID: <[email protected]> Subject: Re: Lucene community gathering in Amsterdam on March 24th From: Dave Meikle <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00504502b079a9bc6704651ca284 X-Virus-Checked: Checked by ClamAV on apache.org --00504502b079a9bc6704651ca284 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Jukka, Wish I could make it but have work important commitments the week of ApacheCon. Hope everyone has an enjoyable and productive meet-up, and hopefully I can make it next year. Cheers, Dave --00504502b079a9bc6704651ca284-- From [email protected] Sun Mar 15 09:21:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38279 invoked from network); 15 Mar 2009 09:21:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Mar 2009 09:21:20 -0000 Received: (qmail 9046 invoked by uid 500); 15 Mar 2009 09:21:20 -0000 Delivered-To: [email protected] Received: (qmail 9015 invoked by uid 500); 15 Mar 2009 09:21: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9004 invoked by uid 500); 15 Mar 2009 09:21:20 -0000 Delivered-To: [email protected] Received: (qmail 9001 invoked by uid 99); 15 Mar 2009 09:21:20 -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 02:21:20 -0700 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,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 ciao.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 09:21:11 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LimWV-0004NV-V3 for [email protected]; Sun, 15 Mar 2009 09:20:47 +0000 Received: from pik.hrz.tu-chemnitz.de ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Sun, 15 Mar 2009 09:20:47 +0000 Received: from daniel by pik.hrz.tu-chemnitz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Sun, 15 Mar 2009 09:20:47 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: Daniel Gultsch <[email protected]> Subject: Re: Can't run tika Date: Sun, 15 Mar 2009 09:19:54 +0000 Lines: 10 Message-ID: <[email protected]> References: <[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: pik.hrz.tu-chemnitz.de X-Newsreader: Sylpheed 2.6.0 (GTK+ 2.12.11; x86_64-pc-linux-gnu) Sender: news <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Dave, On Sat, 14 Mar 2009 22:33:10 +0000 Dave Meikle <[email protected]> wrote: > In summary, as long as the dependencies are in the same folder as the > tika-0.2.jar it will work. Thank you very much. That helped. I got it running. - Daniel From [email protected] Sun Mar 15 11:32:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95031 invoked from network); 15 Mar 2009 11:32:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Mar 2009 11:32:26 -0000 Received: (qmail 71689 invoked by uid 500); 15 Mar 2009 11:32:26 -0000 Delivered-To: [email protected] Received: (qmail 71639 invoked by uid 500); 15 Mar 2009 11:32: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71628 invoked by uid 99); 15 Mar 2009 11:32:25 -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 04:32:25 -0700 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-bw0-f167.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 11:32:17 +0000 Received: by bwz11 with SMTP id 11so3333028bwz.5 for <[email protected]>; Sun, 15 Mar 2009 04:31: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:message-id:subject:from:to:content-type; bh=fsNyuyrO3FqDH2eNtZyrk3VMF5PKRvw2sCWJL9f0CHY=; b=JHP4EdKkhb6QdjD0Cf0lXClYe9AFxtwLQbnOzPAos9JJto//ILgZsw6xk27Q6NCJzE MGcBPZrwGT6K2Thpr2baDt72vlKteVc0g7H2BY9SOZXvgTWfFMLlztc9LbRIMb9AXqD3 QjfUQ2DDecllj/pRqlTy+gZ3opK1fAFPmGXUY= 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=wLBao96miLG4m1L8uA0Lhg8zK4rOtfWT8T6L0/0RRVEmuC9043F03axjR4OfgnDZQL Re+C23lx7fTfZ4+5vFIrwLY7Dhw+sz6+U6x6btJVxBWiV+XBn58sj/SYXpX5YKnl7gPV bErjyA1EzQ2g8nXnY6xu6nhsC+9VBgdGxLJ3E= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id f12mr2109790fap.69.1237116717043; Sun, 15 Mar 2009 04:31:57 -0700 (PDT) In-Reply-To: <[email protected]> References: <AcmkE/WvI6DRcKIIlU2NgBXXHbcaPw==> <[email protected]> Date: Sun, 15 Mar 2009 11:31:57 +0000 Message-ID: <[email protected]> Subject: Re: [VOTE] Apache Tika 0.3 release candidate 2 From: Dave Meikle <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636c5acf8770fa0046526ae7e X-Virus-Checked: Checked by ClamAV on apache.org --001636c5acf8770fa0046526ae7e Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Chris, 2009/3/13 Mattmann, Chris A <[email protected]> > > [ ] +1 Release the packages as Apache Tika 0.3. > > [ ] -1 Do not release the packages because... > > +1, for releasing Apache Tika 0.3 Release Candidate 2 as Tika 0.3. For the record, release reviewed had the following md5 checksum: aa33a93f630c8cb90443e10047aeaaaa apache-tika-0.3-src.tar.gz Re my reply on the dev list about the tika-0.2.jar classpath issue [0], if we are not releasing the standalone JAR we need to update the web site during the release. Let me know if you want me to do this. Cheers, Dave [0] http://mail-archives.apache.org/mod_mbox/[email protected]%3E --001636c5acf8770fa0046526ae7e-- From [email protected] Sun Mar 15 13:17:52 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32195 invoked from network); 15 Mar 2009 13:17:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Mar 2009 13:17:52 -0000 Received: (qmail 26539 invoked by uid 500); 15 Mar 2009 13:17:52 -0000 Delivered-To: [email protected] Received: (qmail 26430 invoked by uid 500); 15 Mar 2009 13:17: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26413 invoked by uid 99); 15 Mar 2009 13:17:52 -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 06:17:52 -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 spunkymail-a1.g.dreamhost.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 13:17:41 +0000 Received: from [161.129.204.104] (adsl-074-229-189-244.sip.rmo.bellsouth.net [161.129.204.104]) by spunkymail-a1.g.dreamhost.com (Postfix) with ESMTP id 86B03FE20A; Sun, 15 Mar 2009 06:17:18 -0700 (PDT) Cc: "[email protected]" <[email protected]> Message-Id: <[email protected]> From: Grant Ingersoll <[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: [VOTE] Apache Tika 0.3 release candidate 2 Date: Sun, 15 Mar 2009 09:17:17 -0400 References: <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org +1 mvn compile mvn package Got the dependencies by doing mvn dependency:copy-dependencies I then dropped it into Solr (aka "Solr Cell" aka Solr Content Extraction Library located in the contrib/extraction directory) and ran the Solr tests, plus uploaded some files to it. Also verified the signatures. Looks good. -Grant On Mar 13, 2009, at 3:43 PM, Mattmann, Chris A wrote: > Hi Folks, > > I have posted a second candidate for the Apache Tika 0.3 release at > > http://people.apache.org/~mattmann/apache-tika-0.3/rc2/ > > See the included CHANGES.txt file for details on release contents > and latest > changes. The release was made from the 0.3 branch at: > > http://svn.apache.org/repos/asf/lucene/tika/branches/0.3/ > > I've addressed Jukka's and Michael's comments on the prior release > candidate > by: > > * making the tarball unpack to an apache-tika-0.3 top-level directory > * not including the tika standalone super big jar in the staged mvn2 > repo > * including the KEYS file in the rc2 directory > > Please vote on releasing these packages as Apache Tika 0.3. The vote > is open > for the next 72 hours. Only votes from Lucene PMC are binding, but > everyone > is welcome to check the release candidate and voice their approval or > disapproval. The vote passes if at least three binding +1 votes are > cast. > > [ ] +1 Release the packages as Apache Tika 0.3. > > [ ] -1 Do not release the packages because... > > Thanks! > > Cheers, > Chris > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Chris Mattmann, Ph.D. > Senior Computer Scientist > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > Office: 171-266B, Mailstop: 171-246 > Email: [email protected] > WWW: http://sunset.usc.edu/~mattmann/ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Adjunct Assistant Professor, Computer Science Department > University of Southern California, Los Angeles, CA 90089 USA > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > From [email protected] Sun Mar 15 23:59:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36403 invoked from network); 15 Mar 2009 23:59:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Mar 2009 23:59:56 -0000 Received: (qmail 86659 invoked by uid 500); 15 Mar 2009 23:59:55 -0000 Delivered-To: [email protected] Received: (qmail 86576 invoked by uid 500); 15 Mar 2009 23:59: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86554 invoked by uid 99); 15 Mar 2009 23:59:54 -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 16:59:54 -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 mail-fx0-f168.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 23:59:48 +0000 Received: by fxm12 with SMTP id 12so3305132fxm.5 for <multiple recipients>; Sun, 15 Mar 2009 16:59:26 -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:cc:content-type :content-transfer-encoding; bh=2C/e8gx1WFkJNm7dg/1KvW9jFwVBjNKvEisc3TXtW3k=; b=iMxiEMdVp9DUcSRNRF05NPXKnx2fOdZxbhVgvmKOTp+KjjO7d1luY6amdYJ1WbJLcp Ic3wkaYi5XWg7cbiYmDONNwfPXQYFPTypdJ2wqBQUtCtTMRqe3tWYw9JIfkUCsiH8daU HXk80OVKYpid2D45dHSW9psSpd1thX1jXcbgo= 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:content-transfer-encoding; b=DctXnkHtFXEFzbpG8Gkf8YfMGtCHvqUfruS2TpmWEMsfS7eTNZ/KJp7WIbb5Myamw0 nldmmbnpvSDGvuWB3D+UxtZLJuKjYKBpDQkYpFYdVWNnYhh6Gg055igLv5GESD2QMlgf Vtpx28EGN/eWUnSRSefCu7ujX94mQTKz7zpzs= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id j18mr1393914bkh.206.1237161566724; Sun, 15 Mar 2009 16:59:26 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Mon, 16 Mar 2009 00:59:26 +0100 Message-ID: <[email protected]> Subject: Re: [VOTE] Apache Tika 0.3 release candidate 2 From: Jukka Zitting <[email protected]> To: [email protected] Cc: "[email protected]" <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Fri, Mar 13, 2009 at 8:43 PM, Mattmann, Chris A <[email protected]> wrote: > Please vote on releasing these packages as Apache Tika 0.3. The vote is open > for the next 72 hours. Only votes from Lucene PMC are binding, but everyone > is welcome to check the release candidate and voice their approval or > disapproval. The vote passes if at least three binding +1 votes are cast. [x] +1 Release the packages as Apache Tika 0.3. BR, Jukka Zitting From [email protected] Mon Mar 16 14:22:05 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17065 invoked from network); 16 Mar 2009 14:22:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Mar 2009 14:22:05 -0000 Received: (qmail 63439 invoked by uid 500); 16 Mar 2009 14:22:05 -0000 Delivered-To: [email protected] Received: (qmail 63400 invoked by uid 500); 16 Mar 2009 14:22: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63389 invoked by uid 99); 16 Mar 2009 14:22:04 -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 07:22:04 -0700 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 yx-out-2324.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 14:21:56 +0000 Received: by yx-out-2324.google.com with SMTP id 31so1459165yxl.5 for <[email protected]>; Mon, 16 Mar 2009 07:21:34 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id l10mr1003399iba.35.1237213294641; Mon, 16 Mar 2009 07:21:34 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Mon, 16 Mar 2009 10:21:34 -0400 Message-ID: <[email protected]> Subject: Re: [VOTE] Apache Tika 0.3 release candidate 2 From: Rida Benjelloun <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=002354333bc6f043ac04653d2a8b X-Virus-Checked: Checked by ClamAV on apache.org --002354333bc6f043ac04653d2a8b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, +1 Release the packages as Apache Tika 0.3. Regards. 2009/3/15 Jukka Zitting <[email protected]> > Hi, > > On Fri, Mar 13, 2009 at 8:43 PM, Mattmann, Chris A > <[email protected]> wrote: > > Please vote on releasing these packages as Apache Tika 0.3. The vote is > open > > for the next 72 hours. Only votes from Lucene PMC are binding, but > everyone > > is welcome to check the release candidate and voice their approval or > > disapproval. The vote passes if at least three binding +1 votes are cast. > > [x] +1 Release the packages as Apache Tika 0.3. > > BR, > > Jukka Zitting > --002354333bc6f043ac04653d2a8b-- From [email protected] Mon Mar 16 23:54:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52926 invoked from network); 16 Mar 2009 23:54:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Mar 2009 23:54:13 -0000 Received: (qmail 46461 invoked by uid 500); 16 Mar 2009 23:54:13 -0000 Delivered-To: [email protected] Received: (qmail 46422 invoked by uid 500); 16 Mar 2009 23: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46410 invoked by uid 99); 16 Mar 2009 23:54: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 16:54: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 23:54:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 97289234C046 for <[email protected]>; Mon, 16 Mar 2009 16:53:50 -0700 (PDT) Message-ID: <1489650679.1237247630618.JavaMail.jira@brutus> Date: Mon, 16 Mar 2009 16:53:50 -0700 (PDT) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (TIKA-206) Improved pipe mode in Tika CLI In-Reply-To: <2002997309.1236683210452.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/TIKA-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved TIKA-206. -------------------------------- Resolution: Fixed Assignee: Jukka Zitting Change committed in revision 755051. > Improved pipe mode in Tika CLI > ------------------------------ > > Key: TIKA-206 > URL: https://issues.apache.org/jira/browse/TIKA-206 > Project: Tika > Issue Type: Improvement > Components: cli > Reporter: Jukka Zitting > Assignee: Jukka Zitting > Priority: Minor > Fix For: 0.4 > > > Currently the pipe mode (the parsed document is read from standard input) in the Tika CLI is triggered either by giving an explicit "-" command line argument or by giving *no* command line arguments. This results in the somewhat surprising behaviour of only the first of the following two otherwise equivalent invocations producing output: > cat testPDF.pdf | java -jar tika-0.3-standalone.jar > cat testPDF.pdf | java -jar tika-0.3-standalone.jar --xml > It would be better if the pipe mode was activated whenever no explicit file (or URL) is specified as an argument (and arguments like --help or --gui are not specified). -- 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 01:18:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10051 invoked from network); 19 Mar 2009 01:18:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 01:18:16 -0000 Received: (qmail 56854 invoked by uid 500); 19 Mar 2009 01:18:14 -0000 Delivered-To: [email protected] Received: (qmail 56791 invoked by uid 500); 19 Mar 2009 01:18: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56746 invoked by uid 99); 19 Mar 2009 01:18:13 -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 18:18: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 01:18:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6F745234C003 for <[email protected]>; Wed, 18 Mar 2009 18:17:50 -0700 (PDT) Message-ID: <883397487.1237425470442.JavaMail.jira@brutus> Date: Wed, 18 Mar 2009 18:17:50 -0700 (PDT) From: "Dave Meikle (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-200) Allow URL drag and drop in the Tika GUI In-Reply-To: <265914790.1233943439658.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/TIKA-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683267#action_12683267 ] Dave Meikle commented on TIKA-200: ---------------------------------- Managed to get access to a Windows box i.e. had forgot about a laptop I had lying around. Small change required to patch for Windows. > Allow URL drag and drop in the Tika GUI > --------------------------------------- > > Key: TIKA-200 > URL: https://issues.apache.org/jira/browse/TIKA-200 > Project: Tika > Issue Type: New Feature > Components: gui > Reporter: Jukka Zitting > Priority: Minor > Attachments: TIKA-200.diff > > > It would be nice if I could drag a URL from my browser to the Tika GUI window to have the linked document downloaded and parsed by Tika. -- 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 01:28:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18787 invoked from network); 19 Mar 2009 01:28:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 01:28:14 -0000 Received: (qmail 69114 invoked by uid 500); 19 Mar 2009 01:28:14 -0000 Delivered-To: [email protected] Received: (qmail 69067 invoked by uid 500); 19 Mar 2009 01: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69056 invoked by uid 99); 19 Mar 2009 01:28:13 -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 18:28: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 01:28:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B7F1A234C003 for <[email protected]>; Wed, 18 Mar 2009 18:27:50 -0700 (PDT) Message-ID: <452599257.1237426070737.JavaMail.jira@brutus> Date: Wed, 18 Mar 2009 18:27:50 -0700 (PDT) From: "Dave Meikle (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TIKA-200) Allow URL drag and drop in the Tika GUI In-Reply-To: <265914790.1233943439658.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/TIKA-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Meikle updated TIKA-200: ----------------------------- Fix Version/s: 0.4 > Allow URL drag and drop in the Tika GUI > --------------------------------------- > > Key: TIKA-200 > URL: https://issues.apache.org/jira/browse/TIKA-200 > Project: Tika > Issue Type: New Feature > Components: gui > Reporter: Jukka Zitting > Priority: Minor > Fix For: 0.4 > > Attachments: TIKA-200.diff > > > It would be nice if I could drag a URL from my browser to the Tika GUI window to have the linked document downloaded and parsed by Tika. -- 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 01:30:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20522 invoked from network); 19 Mar 2009 01:30:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 01:30:13 -0000 Received: (qmail 71793 invoked by uid 500); 19 Mar 2009 01:30:13 -0000 Delivered-To: [email protected] Received: (qmail 71678 invoked by uid 500); 19 Mar 2009 01:30: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71667 invoked by uid 99); 19 Mar 2009 01: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, 18 Mar 2009 18:30: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 01:30:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A7915234C044 for <[email protected]>; Wed, 18 Mar 2009 18:29:50 -0700 (PDT) Message-ID: <1344948137.1237426190685.JavaMail.jira@brutus> Date: Wed, 18 Mar 2009 18:29:50 -0700 (PDT) From: "Dave Meikle (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (TIKA-200) Allow URL drag and drop in the Tika GUI In-Reply-To: <265914790.1233943439658.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/TIKA-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Meikle resolved TIKA-200. ------------------------------ Resolution: Fixed Committed revision 755805. > Allow URL drag and drop in the Tika GUI > --------------------------------------- > > Key: TIKA-200 > URL: https://issues.apache.org/jira/browse/TIKA-200 > Project: Tika > Issue Type: New Feature > Components: gui > Reporter: Jukka Zitting > Priority: Minor > Fix For: 0.4 > > Attachments: TIKA-200.diff > > > It would be nice if I could drag a URL from my browser to the Tika GUI window to have the linked document downloaded and parsed by Tika. -- 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 01:46:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33227 invoked from network); 19 Mar 2009 01:46:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 01:46:13 -0000 Received: (qmail 29488 invoked by uid 500); 19 Mar 2009 00:46:12 -0000 Delivered-To: [email protected] Received: (qmail 29446 invoked by uid 500); 19 Mar 2009 00:46: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29433 invoked by uid 99); 19 Mar 2009 00:46:12 -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 17:46: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 00:46:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 40514234C003 for <[email protected]>; Wed, 18 Mar 2009 17:45:51 -0700 (PDT) Message-ID: <314545104.1237423551249.JavaMail.jira@brutus> Date: Wed, 18 Mar 2009 17:45:51 -0700 (PDT) From: "Dave Meikle (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TIKA-200) Allow URL drag and drop in the Tika GUI In-Reply-To: <265914790.1233943439658.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/TIKA-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Meikle updated TIKA-200: ----------------------------- Attachment: TIKA-200.diff Patch to add URL drag and drop > Allow URL drag and drop in the Tika GUI > --------------------------------------- > > Key: TIKA-200 > URL: https://issues.apache.org/jira/browse/TIKA-200 > Project: Tika > Issue Type: New Feature > Components: gui > Reporter: Jukka Zitting > Priority: Minor > Attachments: TIKA-200.diff > > > It would be nice if I could drag a URL from my browser to the Tika GUI window to have the linked document downloaded and parsed by Tika. -- 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 01:48:11 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34673 invoked from network); 19 Mar 2009 01:48:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 01:48:11 -0000 Received: (qmail 30560 invoked by uid 500); 19 Mar 2009 00:48:11 -0000 Delivered-To: [email protected] Received: (qmail 30523 invoked by uid 500); 19 Mar 2009 00:48: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30510 invoked by uid 99); 19 Mar 2009 00:48: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 17:48: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; Thu, 19 Mar 2009 00:48:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6E489234C003 for <[email protected]>; Wed, 18 Mar 2009 17:47:50 -0700 (PDT) Message-ID: <8370464.1237423670437.JavaMail.jira@brutus> Date: Wed, 18 Mar 2009 17:47:50 -0700 (PDT) From: "Dave Meikle (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-200) Allow URL drag and drop in the Tika GUI In-Reply-To: <265914790.1233943439658.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/TIKA-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683259#action_12683259 ] Dave Meikle commented on TIKA-200: ---------------------------------- Uploaded the patch as I currently don't have access to a Windows machine to test this on. So, can someone give the a whirl? > Allow URL drag and drop in the Tika GUI > --------------------------------------- > > Key: TIKA-200 > URL: https://issues.apache.org/jira/browse/TIKA-200 > Project: Tika > Issue Type: New Feature > Components: gui > Reporter: Jukka Zitting > Priority: Minor > Attachments: TIKA-200.diff > > > It would be nice if I could drag a URL from my browser to the Tika GUI window to have the linked document downloaded and parsed by Tika. -- 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:18:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81328 invoked from network); 19 Mar 2009 08:18:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 08:18:12 -0000 Received: (qmail 38508 invoked by uid 500); 19 Mar 2009 08:18:12 -0000 Delivered-To: [email protected] Received: (qmail 38401 invoked by uid 500); 19 Mar 2009 08:18: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38390 invoked by uid 99); 19 Mar 2009 08:18:11 -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 01:18: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; Thu, 19 Mar 2009 08:18:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6E949234C003 for <[email protected]>; Thu, 19 Mar 2009 01:17:50 -0700 (PDT) Message-ID: <1881071376.1237450670448.JavaMail.jira@brutus> Date: Thu, 19 Mar 2009 01:17:50 -0700 (PDT) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-200) Allow URL drag and drop in the Tika GUI In-Reply-To: <265914790.1233943439658.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/TIKA-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683356#action_12683356 ] Jukka Zitting commented on TIKA-200: ------------------------------------ Nice, works for me too. Could we make the URL a part of the input metadata using the RESOURCE_NAME_KEY? This way Tika would have a better chance to detect the type of the document. Even better if we could somehow capture the Content-Type header of HTTP resources, but I'm not sure if Java's standard libraries allow that. > Allow URL drag and drop in the Tika GUI > --------------------------------------- > > Key: TIKA-200 > URL: https://issues.apache.org/jira/browse/TIKA-200 > Project: Tika > Issue Type: New Feature > Components: gui > Reporter: Jukka Zitting > Priority: Minor > Fix For: 0.4 > > Attachments: TIKA-200.diff > > > It would be nice if I could drag a URL from my browser to the Tika GUI window to have the linked document downloaded and parsed by Tika. -- 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:28:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85296 invoked from network); 19 Mar 2009 08:28:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 08:28:14 -0000 Received: (qmail 50115 invoked by uid 500); 19 Mar 2009 08:28:13 -0000 Delivered-To: [email protected] Received: (qmail 50077 invoked by uid 500); 19 Mar 2009 08: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50066 invoked by uid 99); 19 Mar 2009 08:28:13 -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 01:28: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:28:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8495D234C046 for <[email protected]>; Thu, 19 Mar 2009 01:27:52 -0700 (PDT) Message-ID: <266709018.1237451272542.JavaMail.jira@brutus> Date: Thu, 19 Mar 2009 01:27:52 -0700 (PDT) From: "Uwe Schindler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-200) Allow URL drag and drop in the Tika GUI In-Reply-To: <265914790.1233943439658.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/TIKA-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683358#action_12683358 ] Uwe Schindler commented on TIKA-200: ------------------------------------ Yes, you can get all headers from the HTTP respnse. Normally you would create a URL instance, here you can do it: } else if (transferable.isDataFlavorSupported(urlListFlavor)) { tika.importStream(new URL((String) transferable.getTransferData(urlListFlavor)).openStream()); Just convert to: URLConnection url=new URL((String) transferable.getTransferData(urlListFlavor)).openConnection(); urlconn.connect(); String contentType=urlconn.getContentType(); // set content type in metadata (see below) tika.importStream(urlconn.getInputStream()); // maybe close stream, not sure if needed Note: The content type may also contain the charset, if TIKA cannot handle this combined thing, you must parse the String before > Allow URL drag and drop in the Tika GUI > --------------------------------------- > > Key: TIKA-200 > URL: https://issues.apache.org/jira/browse/TIKA-200 > Project: Tika > Issue Type: New Feature > Components: gui > Reporter: Jukka Zitting > Priority: Minor > Fix For: 0.4 > > Attachments: TIKA-200.diff > > > It would be nice if I could drag a URL from my browser to the Tika GUI window to have the linked document downloaded and parsed by Tika. -- 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:38:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88504 invoked from network); 19 Mar 2009 08:38:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 08:38:12 -0000 Received: (qmail 57026 invoked by uid 500); 19 Mar 2009 08:38:11 -0000 Delivered-To: [email protected] Received: (qmail 56986 invoked by uid 500); 19 Mar 2009 08:38: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56975 invoked by uid 99); 19 Mar 2009 08:38:11 -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 01:38: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; Thu, 19 Mar 2009 08:38:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A249E234C046 for <[email protected]>; Thu, 19 Mar 2009 01:37:50 -0700 (PDT) Message-ID: <583490921.1237451870663.JavaMail.jira@brutus> Date: Thu, 19 Mar 2009 01:37:50 -0700 (PDT) From: "Uwe Schindler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-200) Allow URL drag and drop in the Tika GUI In-Reply-To: <265914790.1233943439658.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/TIKA-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683363#action_12683363 ] Uwe Schindler commented on TIKA-200: ------------------------------------ For a more advanced parsing of content type and also support of compressed HTTP streams, have a look at http://panfmp.svn.sourceforge.net/viewvc/panfmp/main/trunk/src/de/pangaea/metadataportal/harvester/OAIHarvesterBase.java?view=markup line 177 ff. This is a nice method that creates a SAX InputSource with all properties correctly set from an HTTP urlswith some extra features, the InputSource with only a given SystemID does not support (compression, retry-after). For the underlying parser to work correct, the charset encoding should be set (if available from the HTTP response). This mpore complex example was needed for an OAI-PMH harvester for effective metadata harvesting with compression and so on. > Allow URL drag and drop in the Tika GUI > --------------------------------------- > > Key: TIKA-200 > URL: https://issues.apache.org/jira/browse/TIKA-200 > Project: Tika > Issue Type: New Feature > Components: gui > Reporter: Jukka Zitting > Priority: Minor > Fix For: 0.4 > > Attachments: TIKA-200.diff > > > It would be nice if I could drag a URL from my browser to the Tika GUI window to have the linked document downloaded and parsed by Tika. -- 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:42:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90047 invoked from network); 19 Mar 2009 08: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 08:42:12 -0000 Received: (qmail 63933 invoked by uid 500); 19 Mar 2009 08:42:12 -0000 Delivered-To: [email protected] Received: (qmail 63830 invoked by uid 500); 19 Mar 2009 08:42: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63819 invoked by uid 99); 19 Mar 2009 08:42:11 -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 01:42: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; Thu, 19 Mar 2009 08:42:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id AD7AF234C04C for <[email protected]>; Thu, 19 Mar 2009 01:41:50 -0700 (PDT) Message-ID: <804648893.1237452110709.JavaMail.jira@brutus> Date: Thu, 19 Mar 2009 01:41:50 -0700 (PDT) From: "Uwe Schindler (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Issue Comment Edited: (TIKA-200) Allow URL drag and drop in the Tika GUI In-Reply-To: <265914790.1233943439658.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/TIKA-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683363#action_12683363 ] Uwe Schindler edited comment on TIKA-200 at 3/19/09 1:41 AM: ------------------------------------------------------------- For a more advanced parsing of content type and also support of compressed HTTP streams, have a look at http://panfmp.svn.sourceforge.net/viewvc/panfmp/main/trunk/src/de/pangaea/metadataportal/harvester/OAIHarvesterBase.java?view=markup line 177 ff. This is a nice method that creates a SAX InputSource with all properties correctly set from an HTTP URL with some extra features. The InputSource with only a given SystemID does not support compression, retry-after. For the underlying parser to work correct, the charset encoding should be set (if available from the HTTP response). This more complex example was needed for an OAI-PMH harvester for effective metadata harvesting with compression, last-modified and so on. was (Author: thetaphi): For a more advanced parsing of content type and also support of compressed HTTP streams, have a look at http://panfmp.svn.sourceforge.net/viewvc/panfmp/main/trunk/src/de/pangaea/metadataportal/harvester/OAIHarvesterBase.java?view=markup line 177 ff. This is a nice method that creates a SAX InputSource with all properties correctly set from an HTTP urlswith some extra features, the InputSource with only a given SystemID does not support (compression, retry-after). For the underlying parser to work correct, the charset encoding should be set (if available from the HTTP response). This mpore complex example was needed for an OAI-PMH harvester for effective metadata harvesting with compression and so on. > Allow URL drag and drop in the Tika GUI > --------------------------------------- > > Key: TIKA-200 > URL: https://issues.apache.org/jira/browse/TIKA-200 > Project: Tika > Issue Type: New Feature > Components: gui > Reporter: Jukka Zitting > Priority: Minor > Fix For: 0.4 > > Attachments: TIKA-200.diff > > > It would be nice if I could drag a URL from my browser to the Tika GUI window to have the linked document downloaded and parsed by Tika. -- 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 13:06:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34144 invoked from network); 19 Mar 2009 13:06:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 13:06:21 -0000 Received: (qmail 5163 invoked by uid 500); 19 Mar 2009 13:06:21 -0000 Delivered-To: [email protected] Received: (qmail 5123 invoked by uid 500); 19 Mar 2009 13: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5106 invoked by uid 99); 19 Mar 2009 13:06:20 -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 06:06: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; Thu, 19 Mar 2009 13:06:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9A8D6234C003 for <[email protected]>; Thu, 19 Mar 2009 06:05:50 -0700 (PDT) Message-ID: <492228218.1237467950580.JavaMail.jira@brutus> Date: Thu, 19 Mar 2009 06:05:50 -0700 (PDT) From: "Siddharth Gargate (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TIKA-208) Special characters in HTML file are not parsed correctly 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 Special characters in HTML file are not parsed correctly=20 --------------------------------------------------------- Key: TIKA-208 URL: https://issues.apache.org/jira/browse/TIKA-208 Project: Tika Issue Type: Bug Components: parser Affects Versions: 0.3 Reporter: Siddharth Gargate Words containing =C3=A4, =C3=B6 characters are not parsed correctly if pres= ent in HTML document. Please refer to discussion: http://markmail.org/message/jgwzbw63o67amqu3 --=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 Mar 19 13:24:40 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44336 invoked from network); 19 Mar 2009 13:24:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 13:24:40 -0000 Received: (qmail 37711 invoked by uid 500); 19 Mar 2009 13:24:38 -0000 Delivered-To: [email protected] Received: (qmail 37649 invoked by uid 500); 19 Mar 2009 13: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37616 invoked by uid 99); 19 Mar 2009 13:24:38 -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 06:24:38 -0700 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 mail.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 13:24:27 +0000 Received: from mail.jpl.nasa.gov (ums-smtp.jpl.nasa.gov [161.129.204.104]) by mail.jpl.nasa.gov (Switch-3.3.2mp/Switch-3.3.2mp) with ESMTP id n2JDO4iT004400 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified FAIL); Thu, 19 Mar 2009 13:24:04 GMT Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([161.129.204.104]) by ALTVIREHTSTAP01.RES.AD.JPL ([161.129.204.104]) with mapi; Thu, 19 Mar 2009 06:24:40 -0700 From: "Mattmann, Chris A" <[email protected]> To: "[email protected]" <[email protected]> CC: "[email protected]" <[email protected]> Date: Thu, 19 Mar 2009 06:24:03 -0700 Subject: [RESULT] [VOTE] Apache Tika 0.3 release Thread-Topic: [RESULT] [VOTE] Apache Tika 0.3 release Thread-Index: AcmolfiHOwRY+cB2AU+0NO/08X8Hgw== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: ums-smtp.jpl.nasa.gov [161.129.204.104] X-Source-Sender: [email protected] X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org Hi Folks, The vote passes with 4 +1 binding votes, and 3 +1 non-binding votes. Here are the vote tallies for everyone's reference: Binding +1 Votes (Lucene PMC): Sami Siren Jukka Zitting Grant Ingersoll Michael McCandless Non-Binding +1 Votes: Chris Mattmann Jonathan Koren Dave Meikle I will push out the release and update the website documentation and wrap u= p the CM activities (tag'ging) and CHANGES file update today. Once done, I will send a notice out that Tika 0.3 has been released to [email protected]. Dave, thanks for the offer to update the website. I will send you an email and tag up and see how we want to do this. Thanks! Cheers, Chris =20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ From [email protected] Thu Mar 19 15:55:29 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83470 invoked from network); 19 Mar 2009 15:55:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 15:55:25 -0000 Received: (qmail 58721 invoked by uid 500); 19 Mar 2009 15:55:25 -0000 Delivered-To: [email protected] Received: (qmail 58613 invoked by uid 500); 19 Mar 2009 15:55: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58602 invoked by uid 99); 19 Mar 2009 15:55:25 -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 08:55: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f158.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 15:55:18 +0000 Received: by fxm2 with SMTP id 2so619619fxm.5 for <[email protected]>; Thu, 19 Mar 2009 08:54: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:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HdaJtKPTYJxw3KSekGhpBBjDefbYlYcEry3OYWENy84=; b=W2SC9fpiVHxgE72FpOZEFg7Cc/1br6/KKuKhwuMWT/fmjQoQ5+kbmdDHPg4DZuY6NS OE2wZLfoTJqqa4KEiTLdX+UXoknml5h0r0EUT3OAxzkh18631yulGBuTKc85bmpT7Gpk LNpVu187iD3ZVDDkaBAa+m46rDS3Sl0Yojv5w= 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=ayS7hDwANmtss+mRfgVsXoEmGh09kmkxAfyA4dom8vjucZD4ktzwQ+zSvJerR0Lgv0 JiHDofryVXzqxkkoTD6UO0/N1MDnxU4Bk6tqntAVPhAjT3KmhWNrWURo8aER8iz5xIP3 YNb27JhUsKnQ++FFpd0wiMNLBu1c8N6XNcfUg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id f17mr879912bkk.78.1237478097158; Thu, 19 Mar 2009 08:54:57 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 19 Mar 2009 16:54:57 +0100 Message-ID: <[email protected]> Subject: Re: svn commit: r756050 - in /lucene/tika/site: documentation.html download.html findbugs.html formats.html gettingstarted.html From: Jukka Zitting <[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, On Thu, Mar 19, 2009 at 4:42 PM, <[email protected]> wrote: > apache tika 0.3 docs update Actually, there's no longer need to update anything in lucene/tika/site. Our Hudson CI build automatically deploys the latest site based on the sources in lucene/tika/trunk/src/site. See the last section of the README.txt file for the details. We should probably remove the entire lucene/tika/site directory. BR, Jukka Zitting From [email protected] Thu Mar 19 16:01:07 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89095 invoked from network); 19 Mar 2009 16:01:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 16:01:06 -0000 Received: (qmail 70468 invoked by uid 500); 19 Mar 2009 16:01:06 -0000 Delivered-To: [email protected] Received: (qmail 70438 invoked by uid 500); 19 Mar 2009 16:01: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70427 invoked by uid 99); 19 Mar 2009 16:01:06 -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 09:01:06 -0700 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 mail.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 16:00:56 +0000 Received: from mail.jpl.nasa.gov (altvirehtstap02.jpl.nasa.gov [161.129.204.104]) by mail.jpl.nasa.gov (Switch-3.3.2mp/Switch-3.3.2mp) with ESMTP id n2JG0N1f027207 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified FAIL) for <[email protected]>; Thu, 19 Mar 2009 16:00:34 GMT Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([161.129.204.104]) by ALTVIREHTSTAP02.RES.AD.JPL ([161.129.204.104]) with mapi; Thu, 19 Mar 2009 09:01:00 -0700 From: "Mattmann, Chris A" <[email protected]> To: "[email protected]" <[email protected]> Date: Thu, 19 Mar 2009 09:00:22 -0700 Subject: Re: svn commit: r756050 - in /lucene/tika/site: documentation.html download.html findbugs.html formats.html gettingstarted.html Thread-Topic: svn commit: r756050 - in /lucene/tika/site: documentation.html download.html findbugs.html formats.html gettingstarted.html Thread-Index: AcmoqzWJvDT9hmdkTAG5XtDyJ1DYTwAAJlQU Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: altvirehtstap02.jpl.nasa.gov [161.129.204.104] X-Source-Sender: [email protected] X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org Hey Jukka, Hah, I just noticed that myself too! Quite annoying actually because I wasted time mucking around with svn:eol-style to no end! :) I'll remove the lucene/tika/site directory right away. I'm about to announce the release to the community. Thanks for everyone's help. Great job and thanks to all the contributors! Cheers, Chris On 3/19/09 8:54 AM, "Jukka Zitting" <[email protected]> wrote: > Hi, >=20 > On Thu, Mar 19, 2009 at 4:42 PM, <[email protected]> wrote: >> apache tika 0.3 docs update >=20 > Actually, there's no longer need to update anything in > lucene/tika/site. Our Hudson CI build automatically deploys the latest > site based on the sources in lucene/tika/trunk/src/site. See the last > section of the README.txt file for the details. >=20 > We should probably remove the entire lucene/tika/site directory. >=20 > BR, >=20 > Jukka Zitting >=20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ From [email protected] Thu Mar 19 16:03:53 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90851 invoked from network); 19 Mar 2009 16:03:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 16:03:53 -0000 Received: (qmail 72376 invoked by uid 500); 19 Mar 2009 16:03:51 -0000 Delivered-To: [email protected] Received: (qmail 72293 invoked by uid 500); 19 Mar 2009 16:03: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72267 invoked by uid 99); 19 Mar 2009 16:03:51 -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 09:03:51 -0700 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 mail.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 16:03:42 +0000 Received: from mail.jpl.nasa.gov (altvirehtstap02.jpl.nasa.gov [161.129.204.104]) by mail.jpl.nasa.gov (Switch-3.3.2mp/Switch-3.3.2mp) with ESMTP id n2JG3HsS029967 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified FAIL); Thu, 19 Mar 2009 16:03:20 GMT Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([161.129.204.104]) by ALTVIREHTSTAP02.RES.AD.JPL ([161.129.204.104]) with mapi; Thu, 19 Mar 2009 09:03:56 -0700 From: "Mattmann, Chris A" <[email protected]> To: "[email protected]" <[email protected]> CC: "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Date: Thu, 19 Mar 2009 09:03:17 -0700 Subject: [ANNOUNCE] Apache Tika 0.3 Released Thread-Topic: [ANNOUNCE] Apache Tika 0.3 Released Thread-Index: AcmorDcoywUOWH5hvUSNG140pHd41A== Message-ID: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: altvirehtstap02.jpl.nasa.gov [161.129.204.104] X-Source-Sender: [email protected] X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org (...apologies for the cross posting...) The Apache Lucene project is pleased to announce the release of Apache Tika 0.3. The release contents have been pushed out to the main Apache release site and the m2 ibiblio sync, so the releases should be available as soon a= s the mirrors get the syncs. Apache Tika, a subproject of Apache Lucene, is a toolkit for detecting and extracting metadata and structured text content from various documents usin= g existing parser libraries. Apache Tika 0.3 contains a number of improvements and bug fixes. Details ca= n be found in the changes file: http://www.apache.org/dist/lucene/tika/CHANGES-0.3.txt Apache Tika is available in source form from the following download page: http://www.apache.org/dyn/closer.cgi/lucene/tika/apache-tika-0.3-src.tar.gz Apache Tika is also available in binary form or for use using Maven 2 from the Central Maven Repositories: http://repo1.maven.org/maven2/org/apache/tika/0.3/ http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/tika/0.3/ In the initial 48 hours, the release may not be available on all mirrors. When downloading from a mirror site, please remember to verify the download= s using signatures found on the Apache site: http://www.apache.org/dist/lucene/tika/KEYS For more information on Apache Tika, visit the project home page: http://lucene.apache.org/tika -- Chris Mattmann (on behalf of the Apache Lucene community) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ From [email protected] Thu Mar 19 16:09:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94915 invoked from network); 19 Mar 2009 16:09:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 16:09:05 -0000 Received: (qmail 80158 invoked by uid 500); 19 Mar 2009 16:09:05 -0000 Delivered-To: [email protected] Received: (qmail 80121 invoked by uid 500); 19 Mar 2009 16:09: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80110 invoked by uid 99); 19 Mar 2009 16:09:05 -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 09:09:05 -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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f158.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 16:08:57 +0000 Received: by fxm2 with SMTP id 2so626048fxm.5 for <[email protected]>; Thu, 19 Mar 2009 09:08:37 -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=+4+/5YJH8Hh+Sh8pX7ehhecxpIPGP9LIxcBM9H5y/IU=; b=QEbFDU7jtQ/1xljvzcIApBVsQFU9jjy4cOtSSY4ixnKRKHbhvuPw+2ElMIbJq/+fIj W1QeBP4YPt/JGeqmpTbpq9uW5p0xuBzy72lm7MGPJI09z7fVZRjyvq3Makwa0zSJBvw0 WIIFsYyszfhn3rLFtqHnt9e7+zPIae9ujTc7s= 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=bQ2h+b7YYCBHFPU93qfWnBwYRBVe9H1YdqsLhDwVyn8cwkvD/MxRcJNwjJRcX1G+2s 2NSo0eDF8mU+xiFudjS6LaFIxkcaCoTmBCKdlUyu1I2X2C/gd6Z8vDgBF65sAm2LITDX Hk659zqsL9/4S9E2mSI8sJh6HyPtl3DMyrlrQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id w15mr889527bki.10.1237478917365; Thu, 19 Mar 2009 09:08:37 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Thu, 19 Mar 2009 17:08:37 +0100 Message-ID: <[email protected]> Subject: Re: svn commit: r756050 - in /lucene/tika/site: documentation.html download.html findbugs.html formats.html gettingstarted.html From: Jukka Zitting <[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, On Thu, Mar 19, 2009 at 5:00 PM, Mattmann, Chris A <[email protected]> wrote: > I'll remove the lucene/tika/site directory right away. OK, thanks. > I'm about to announce the release to the community. It's probably good to wait until tomorrow so the Maven repository, most of the mirrors, and our web site has had a chance to get updated. BR, Jukka Zitting From [email protected] Thu Mar 19 16:11:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96081 invoked from network); 19 Mar 2009 16:11:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 16:11:54 -0000 Received: (qmail 84376 invoked by uid 500); 19 Mar 2009 16:11:54 -0000 Delivered-To: [email protected] Received: (qmail 84323 invoked by uid 500); 19 Mar 2009 16:11: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84312 invoked by uid 99); 19 Mar 2009 16:11:54 -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 09:11:54 -0700 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 mail.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 16:11:44 +0000 Received: from mail.jpl.nasa.gov (ums-smtp.jpl.nasa.gov [161.129.204.104]) by mail.jpl.nasa.gov (Switch-3.3.2mp/Switch-3.3.2mp) with ESMTP id n2JG9HD9001477 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified FAIL) for <[email protected]>; Thu, 19 Mar 2009 16:11:22 GMT Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([161.129.204.104]) by ALTVIREHTSTAP01.RES.AD.JPL ([161.129.204.104]) with mapi; Thu, 19 Mar 2009 09:11:54 -0700 From: "Mattmann, Chris A" <[email protected]> To: "[email protected]" <[email protected]> Date: Thu, 19 Mar 2009 09:11:15 -0700 Subject: Re: svn commit: r756050 - in /lucene/tika/site: documentation.html download.html findbugs.html formats.html gettingstarted.html Thread-Topic: svn commit: r756050 - in /lucene/tika/site: documentation.html download.html findbugs.html formats.html gettingstarted.html Thread-Index: AcmorR6au3LaPyqGRJGFpRm17BJdrgAADV0f Message-ID: <[email protected]> In-Reply-To: <[email protected]> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: ums-smtp.jpl.nasa.gov [161.129.204.104] X-Source-Sender: [email protected] X-AUTH: Authorized X-Virus-Checked: Checked by ClamAV on apache.org Hey Jukka, >=20 >> I'm about to announce the release to the community. >=20 > It's probably good to wait until tomorrow so the Maven repository, > most of the mirrors, and our web site has had a chance to get updated. Hah, jumped the gun a bit. Sorry, I just knew I had a free block of time to get it done this morning which might not have been the case tomorrow. I noted in the email that the release (and m2 repo sync) might not be complete yet, but is in the works... Cheers, Chris ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ From [email protected] Thu Mar 19 16:16:37 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97670 invoked from network); 19 Mar 2009 16:16:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 16:16:36 -0000 Received: (qmail 93133 invoked by uid 500); 19 Mar 2009 16:16:36 -0000 Delivered-To: [email protected] Received: (qmail 93107 invoked by uid 500); 19 Mar 2009 16:16: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93095 invoked by uid 99); 19 Mar 2009 16:16:36 -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 09:16: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 (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f166.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 16:16:29 +0000 Received: by bwz10 with SMTP id 10so626428bwz.5 for <[email protected]>; Thu, 19 Mar 2009 09:16:08 -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=ci+HhDyicyDTjO4z0DLXNc1oVEr8D1/kH3RtOi4VbiI=; b=lbv1Ead0fNk9x3DN77hUqSZ2dasifzOP8a4olQEDEwUJBNrqL5n2G+Z4TQHlYQjCTF N5jKzxFejYauF2NcsZm5X8GKyooq77LrF3uqrgkNUDVDxnlONiD9cNLoZpdDMsRE/Jdr bVTjYg3aTb+Ep+0QPIqAwvoI4pL3XXReT8OSc= 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=Ud4b/3hSYbIq5E3qwDGt/wlQZiOZ0YRCnJ+ZXf+ugSSWuH5Fose4ethqyjf682WhTO 23elkUb8qR7rPpUy9tL0mlbpwugVrSwpjAzApg6Sp4sQdMWZ47lYdV9VjlaYnKA0CvOg kHnwCejd+s2LeJ0lRrBv/Sie4Q4rurmyPiCDQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id l17mr887778bkh.28.1237479368089; Thu, 19 Mar 2009 09:16:08 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Thu, 19 Mar 2009 17:16:08 +0100 Message-ID: <[email protected]> Subject: Re: svn commit: r756050 - in /lucene/tika/site: documentation.html download.html findbugs.html formats.html gettingstarted.html From: Jukka Zitting <[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, On Thu, Mar 19, 2009 at 5:11 PM, Mattmann, Chris A <[email protected]> wrote: >>> I'm about to announce the release to the community. >> >> It's probably good to wait until tomorrow so the Maven repository, >> most of the mirrors, and our web site has had a chance to get updated. > > Hah, jumped the gun a bit. Sorry, I just knew I had a free block of time to > get it done this morning which might not have been the case tomorrow. > > I noted in the email that the release (and m2 repo sync) might not be > complete yet, but is in the works... :-) No problem, the sites'll get updated soon enough. BTW, we could also send the announcement for wider distribution at [email protected], though it's better if we don't do that before tomorrow. Anyway, big thanks for doing the release! Perfect timing for the ApacheCon next week. In fact, if you don't mind, we could delay the announce@ post until early next week to maximize interest at the ApacheCon. ;-) BR, Jukka Zitting From [email protected] Fri Mar 20 12:26:18 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68818 invoked from network); 20 Mar 2009 12:26:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Mar 2009 12:26:18 -0000 Received: (qmail 61558 invoked by uid 500); 20 Mar 2009 12:26:18 -0000 Delivered-To: [email protected] Received: (qmail 61514 invoked by uid 500); 20 Mar 2009 12:26: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61501 invoked by uid 99); 20 Mar 2009 12:26:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 05:26:18 -0700 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-bw0-f166.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 12:26:11 +0000 Received: by bwz10 with SMTP id 10so969265bwz.5 for <[email protected]>; Fri, 20 Mar 2009 05:25:49 -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; bh=/Jl9xt2+FjMa11taFCMH5DOHr+lGOJiYwRw9Ee5wVdE=; b=pWek62w45CZBS6/VU59eDwKjK9uiKtbuAS9xouMnFzswVgv3RdoOPVXMcjpfD2+CkY iq9NKah4N3SVPn5uAsYfi8R63wnEAQ0jsPIY9Is1cYqDTz2mgvwy7F/gvaGE1sHCp3HJ /AXBPpOt8UrrKiD1LkpxFPd0nHG71r+E0hXEU= 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=TkUOOQqVtucClzerpvXkGvOZGhexI5GIh70rLibdtvDcaKhZynPNjF1t3AmKua8o4Y boliMt8M383+aHwMyWAIARrXPEoNtPAboBwWtdhr37yQzgOhkl7CbWh3VsKE10FD1vsB f/vr4E2vXVOGiHnM2R4h4O6FmzbU0Atb/cXaQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id m1mr1240929bkj.61.1237551949535; Fri, 20 Mar 2009 05:25:49 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Fri, 20 Mar 2009 12:25:49 +0000 Message-ID: <[email protected]> Subject: Re: [ANNOUNCE] Apache Tika 0.3 Released From: Dave Meikle <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636c5ab8e57dc1604658c04d7 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5ab8e57dc1604658c04d7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Chris, 2009/3/19 Mattmann, Chris A <[email protected]> > > The Apache Lucene project is pleased to announce the release of Apache Tika > 0.3. The release contents have been pushed out to the main Apache release > site and the m2 ibiblio sync, so the releases should be available as soon > as > the mirrors get the syncs. > > Great news on getting the release out :-) I see there hasn't been a post to the announcement list. I take it we waiting until the repos sync? Might be worth doing it on the 23rd to coincide with the first day of ApacheCon EU? Cheers, Dave --001636c5ab8e57dc1604658c04d7-- From [email protected] Fri Mar 20 12:29:33 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70620 invoked from network); 20 Mar 2009 12:29:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Mar 2009 12:29:33 -0000 Received: (qmail 66271 invoked by uid 500); 20 Mar 2009 12:29:32 -0000 Delivered-To: [email protected] Received: (qmail 66241 invoked by uid 500); 20 Mar 2009 12:29: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66230 invoked by uid 99); 20 Mar 2009 12:29:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 05:29:32 -0700 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; Fri, 20 Mar 2009 12:29:26 +0000 Received: by fk-out-0910.google.com with SMTP id 18so388150fkq.5 for <[email protected]>; Fri, 20 Mar 2009 05:29:04 -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; bh=tZd7KzYm2lIp/BhB3qsSPANHy7IvkXekFm750b/zUr4=; b=XJPl0u4NvikYXjGXbagDiZOtSDwaLcJPMSm9piVIsGW7f4nwQZo+LT5G4m0ZmX1WnK CfIodqh9E0DUGPJJwg223HFCFxxiEYn0tbrQHC7xCY801NbJXQ1j7IGyy0DaCO7sovue txh2g6HewTbPNwBqgFnHH7m4SFDfvX+QDck/4= 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=WTxk0kOM54IVmyWzngByHJV3XxQJwQSqyZ8iTP+mFwcGi+RelKDr42ohw2iGIhoRmT m4GcdtzcgVXykfjfUyZfPjTRKeHSGxBiGMdX/jDhswMXamUFcfkSBQjPOqyVdrnu35hp /azs/rFZLFnE6ihy/SpItjcHNui4G8bHp+l3k= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id c1mr1243903bki.20.1237552144591; Fri, 20 Mar 2009 05:29:04 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Fri, 20 Mar 2009 12:29:04 +0000 Message-ID: <[email protected]> Subject: Re: [ANNOUNCE] Apache Tika 0.3 Released From: Dave Meikle <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636c5bdc4f82b2904658c0f82 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5bdc4f82b2904658c0f82 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, 2009/3/20 Dave Meikle <[email protected]> > > Might be worth doing it on the 23rd to coincide with the first day of > ApacheCon EU? > Should have read the other emails first, I see Jukka has suggested this too. Cheers, Dave --001636c5bdc4f82b2904658c0f82-- From [email protected] Mon Mar 23 09:42:52 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91574 invoked from network); 23 Mar 2009 09:42:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Mar 2009 09:42:52 -0000 Received: (qmail 41553 invoked by uid 500); 23 Mar 2009 09:42:52 -0000 Delivered-To: [email protected] Received: (qmail 41463 invoked by uid 500); 23 Mar 2009 09:42: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41452 invoked by uid 99); 23 Mar 2009 09:42:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 09:42: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: local policy) Received: from [161.129.204.104] (HELO mail.local.wis.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 23 Mar 2009 09:42:45 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C9AB9B.A3C785D4" X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: classloading problems with Xerces Date: Mon, 23 Mar 2009 10:42:09 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: classloading problems with Xerces Thread-Index: Acmrm6KlFDFTdCaJQuW9VEO7BPG26Q== From: "Daan de Wit" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C9AB9B.A3C785D4 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 We tried to integrate Tika in our product instead of using our own parsing library, all goes well except for one problem. We use an OSGi environment, and the Xerces library used by NekoHTML is causing us real problems with classloading. So we decided to ditch NekoHTML, and use HTMLParser [1] instead. HTMLParser's SAX implementation has some bugs though, so we sub-classed it in Tika's HtmlParser class. If there is any interest, I can create a JIRA-issue and attach the patch there.=20 Another minor problem we encountered is that the tests can not be run without first copying the contents of src/main/resources to src/main/resources/org/apache/tika. =20 Daan ------_=_NextPart_001_01C9AB9B.A3C785D4-- From [email protected] Mon Mar 23 09:49:28 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95431 invoked from network); 23 Mar 2009 09:49:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Mar 2009 09:49:28 -0000 Received: (qmail 46702 invoked by uid 500); 23 Mar 2009 09:49:28 -0000 Delivered-To: [email protected] Received: (qmail 46623 invoked by uid 500); 23 Mar 2009 09:49: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46613 invoked by uid 99); 23 Mar 2009 09:49:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 09:49:27 +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.local.wis.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 23 Mar 2009 09:49:20 +0000 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: RE: classloading problems with Xerces Date: Mon, 23 Mar 2009 10:48:46 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: classloading problems with Xerces Thread-Index: Acmrm6KlFDFTdCaJQuW9VEO7BPG26QAAIw2A References: <[email protected]> From: "Daan de Wit" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On a side-note, we only have the classloading problems when running on Java 5, Java 6 works just fine so it seems the implementation of the Java XML-library has changed it's implementation-loading mechanism. Also, forgot to include the link to HTMLParser, so here it is. [1] htmlparser.sourceforge.net > -----Original Message----- > From: Daan de Wit [mailto:[email protected]] > Sent: maandag 23 maart 2009 10:42 > To: [email protected] > Subject: classloading problems with Xerces >=20 > Hi, >=20 >=20 >=20 > We tried to integrate Tika in our product instead of using our own > parsing library, all goes well except for one problem. We use an OSGi > environment, and the Xerces library used by NekoHTML is causing us real > problems with classloading. So we decided to ditch NekoHTML, and use > HTMLParser [1] instead. HTMLParser's SAX implementation has some bugs > though, so we sub-classed it in Tika's HtmlParser class. If there is any > interest, I can create a JIRA-issue and attach the patch there. >=20 > Another minor problem we encountered is that the tests can not be run > without first copying the contents of src/main/resources to > src/main/resources/org/apache/tika. >=20 >=20 >=20 > Daan From [email protected] Mon Mar 23 11:14:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41411 invoked from network); 23 Mar 2009 11:14:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Mar 2009 11:14:15 -0000 Received: (qmail 44969 invoked by uid 500); 23 Mar 2009 11:14:12 -0000 Delivered-To: [email protected] Received: (qmail 44919 invoked by uid 500); 23 Mar 2009 11:14: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44853 invoked by uid 99); 23 Mar 2009 11:14:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 11:14: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 11:14:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 529F8234C003 for <[email protected]>; Mon, 23 Mar 2009 04:13:51 -0700 (PDT) Message-ID: <713327812.1237806831323.JavaMail.jira@brutus> Date: Mon, 23 Mar 2009 04:13:51 -0700 (PDT) From: "Robert Newson (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TIKA-209) Language detection is weak. 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 Language detection is weak. --------------------------- Key: TIKA-209 URL: https://issues.apache.org/jira/browse/TIKA-209 Project: Tika Issue Type: Bug Affects Versions: 0.3 Reporter: Robert Newson in org.apache.tika.utils.Utils the getUTF8Reader method assigns a language determination without checking the confidence rating from ICU's CharsetDetector. Please add a configurable level (0-100); if (language != null && match.getConfidence() > THRESHOLD) { metadata.set(Metadata.CONTENT_LANGUAGE, match.getLanguage()); metadata.set(Metadata.LANGUAGE, match.getLanguage()); } Obviously using charset to imply language is generally weak but it would be sufficient if the confidence threshold was controlled. Today, the text "hello" is tagged as French, for example. -- 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 23 11:58:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56897 invoked from network); 23 Mar 2009 11:58:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Mar 2009 11:58:13 -0000 Received: (qmail 91526 invoked by uid 500); 23 Mar 2009 11:58:12 -0000 Delivered-To: [email protected] Received: (qmail 91460 invoked by uid 500); 23 Mar 2009 11: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91275 invoked by uid 99); 23 Mar 2009 11:58:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 11:58: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 11:58:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id BB43C234C045 for <[email protected]>; Mon, 23 Mar 2009 04:57:50 -0700 (PDT) Message-ID: <1857033505.1237809470763.JavaMail.jira@brutus> Date: Mon, 23 Mar 2009 04:57:50 -0700 (PDT) From: "Daan de Wit (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TIKA-210) html content directly under body node not parsed correctly 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 html content directly under body node not parsed correctly ---------------------------------------------------------- Key: TIKA-210 URL: https://issues.apache.org/jira/browse/TIKA-210 Project: Tika Issue Type: Bug Components: parser Affects Versions: 0.3 Reporter: Daan de Wit The html parser does not correctly parse content that is directly under the body node, when passing html like this: <html><body>This is my content</body></html>, an empty string is returned when calling BodyContentHandler#toString() -- 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 23 13:46:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20947 invoked from network); 23 Mar 2009 13:46:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Mar 2009 13:46:12 -0000 Received: (qmail 45931 invoked by uid 500); 23 Mar 2009 13:46:12 -0000 Delivered-To: [email protected] Received: (qmail 45844 invoked by uid 500); 23 Mar 2009 13:46: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45834 invoked by uid 99); 23 Mar 2009 13:46:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 13:46: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 13:46:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3ABF6234C003 for <[email protected]>; Mon, 23 Mar 2009 06:45:51 -0700 (PDT) Message-ID: <1174058925.1237815951225.JavaMail.jira@brutus> Date: Mon, 23 Mar 2009 06:45:51 -0700 (PDT) From: "Daan de Wit (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TIKA-211) memory issue in ExcelExtractor 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 memory issue in ExcelExtractor ------------------------------ Key: TIKA-211 URL: https://issues.apache.org/jira/browse/TIKA-211 Project: Tika Issue Type: Bug Components: parser Affects Versions: 0.3 Reporter: Daan de Wit The excel extractor consumes lots and lots of memory when given an excel file containing a lot of numeric cells. I tested using a simple sheet containing 254 columns and 5511 rows resulting in an 8MB big file, this blowed with an OOME when given 512MB. The memory issue is caused by the java NumberFormat that is instantiated for every numeric cell. A solution would be to cache the NumberFormat instance in the TikaHSSFListener class. Since NumberFormat is not thread-safe, it might be necessary to pool 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] Tue Mar 24 11:24:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56542 invoked from network); 24 Mar 2009 11:24:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Mar 2009 11:24:14 -0000 Received: (qmail 7376 invoked by uid 500); 24 Mar 2009 11:24:13 -0000 Delivered-To: [email protected] Received: (qmail 7297 invoked by uid 500); 24 Mar 2009 11: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7287 invoked by uid 99); 24 Mar 2009 11: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, 24 Mar 2009 11:24: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; Tue, 24 Mar 2009 11:24:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 842C6234C003 for <[email protected]>; Tue, 24 Mar 2009 04:23:50 -0700 (PDT) Message-ID: <249733583.1237893830526.JavaMail.jira@brutus> Date: Tue, 24 Mar 2009 04:23:50 -0700 (PDT) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (TIKA-211) memory issue in ExcelExtractor In-Reply-To: <1174058925.1237815951225.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/TIKA-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved TIKA-211. -------------------------------- Resolution: Fixed Fix Version/s: 0.4 Assignee: Jukka Zitting Thanks! Fixed in revision 757719. PS. We don't need to worry about thread-safety as long as the NumberFormat instances are local to the parse() method, which is how I implemented this for now. > memory issue in ExcelExtractor > ------------------------------ > > Key: TIKA-211 > URL: https://issues.apache.org/jira/browse/TIKA-211 > Project: Tika > Issue Type: Bug > Components: parser > Affects Versions: 0.3 > Reporter: Daan de Wit > Assignee: Jukka Zitting > Fix For: 0.4 > > > The excel extractor consumes lots and lots of memory when given an excel file containing a lot of numeric cells. I tested using a simple sheet containing 254 columns and 5511 rows resulting in an 8MB big file, this blowed with an OOME when given 512MB. > The memory issue is caused by the java NumberFormat that is instantiated for every numeric cell. A solution would be to cache the NumberFormat instance in the TikaHSSFListener class. Since NumberFormat is not thread-safe, it might be necessary to pool 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] Tue Mar 24 12:00:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80803 invoked from network); 24 Mar 2009 12:00:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Mar 2009 12:00:14 -0000 Received: (qmail 63981 invoked by uid 500); 24 Mar 2009 12:00:13 -0000 Delivered-To: [email protected] Received: (qmail 63895 invoked by uid 500); 24 Mar 2009 12: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63885 invoked by uid 99); 24 Mar 2009 12:00:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 12:00: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 12:00:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id DD02B234C003 for <[email protected]>; Tue, 24 Mar 2009 04:59:51 -0700 (PDT) Message-ID: <1850031040.1237895991889.JavaMail.jira@brutus> Date: Tue, 24 Mar 2009 04:59:51 -0700 (PDT) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (TIKA-210) html content directly under body node not parsed correctly In-Reply-To: <1857033505.1237809470763.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/TIKA-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved TIKA-210. -------------------------------- Resolution: Fixed Fix Version/s: 0.4 Assignee: Jukka Zitting This was caused by the XHTMLContentHandler postponing the output of the XHTML prefix to when the first start tag inside the <body> is seen. Fixed in revision 757747. > html content directly under body node not parsed correctly > ---------------------------------------------------------- > > Key: TIKA-210 > URL: https://issues.apache.org/jira/browse/TIKA-210 > Project: Tika > Issue Type: Bug > Components: parser > Affects Versions: 0.3 > Reporter: Daan de Wit > Assignee: Jukka Zitting > Fix For: 0.4 > > > The html parser does not correctly parse content that is directly under the body node, when passing html like this: <html><body>This is my content</body></html>, an empty string is returned when calling BodyContentHandler#toString() -- 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 24 12:10:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86590 invoked from network); 24 Mar 2009 12:10:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Mar 2009 12:10:21 -0000 Received: (qmail 76709 invoked by uid 500); 24 Mar 2009 12:10:21 -0000 Delivered-To: [email protected] Received: (qmail 76641 invoked by uid 500); 24 Mar 2009 12: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76631 invoked by uid 99); 24 Mar 2009 12:10:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 12:10: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 12:10:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 734BE234C003 for <[email protected]>; Tue, 24 Mar 2009 05:09:51 -0700 (PDT) Message-ID: <777880820.1237896591457.JavaMail.jira@brutus> Date: Tue, 24 Mar 2009 05:09:51 -0700 (PDT) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (TIKA-208) Special characters in HTML file are not parsed correctly In-Reply-To: <492228218.1237467950580.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/TIKA-208?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved TIKA-208. -------------------------------- Resolution: Fixed Fix Version/s: 0.4 Assignee: Jukka Zitting Fixed in revision 757751. > Special characters in HTML file are not parsed correctly=20 > --------------------------------------------------------- > > Key: TIKA-208 > URL: https://issues.apache.org/jira/browse/TIKA-208 > Project: Tika > Issue Type: Bug > Components: parser > Affects Versions: 0.3 > Reporter: Siddharth Gargate > Assignee: Jukka Zitting > Fix For: 0.4 > > > Words containing =C3=A4, =C3=B6 characters are not parsed correctly if pr= esent in HTML document. > Please refer to discussion: > http://markmail.org/message/jgwzbw63o67amqu3 --=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] Tue Mar 24 12:16:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90090 invoked from network); 24 Mar 2009 12:16:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Mar 2009 12:16:12 -0000 Received: (qmail 86379 invoked by uid 500); 24 Mar 2009 12:16:12 -0000 Delivered-To: [email protected] Received: (qmail 86332 invoked by uid 500); 24 Mar 2009 12: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86322 invoked by uid 99); 24 Mar 2009 12:16:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 12:16: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 12:16:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 64A72234C003 for <[email protected]>; Tue, 24 Mar 2009 05:15:51 -0700 (PDT) Message-ID: <1891427349.1237896951407.JavaMail.jira@brutus> Date: Tue, 24 Mar 2009 05:15:51 -0700 (PDT) From: "Robert Newson (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (TIKA-209) Language detection is weak. In-Reply-To: <713327812.1237806831323.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/TIKA-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688660#action_12688660 ] Robert Newson commented on TIKA-209: ------------------------------------ FYI: In my project (couchdb-lucene) I've pulled in the ngram-based LanguageIdentifier from Nutch 0.9. Since it's Apache 2 licensed, it might be something worth integrating with Tika directly? > Language detection is weak. > --------------------------- > > Key: TIKA-209 > URL: https://issues.apache.org/jira/browse/TIKA-209 > Project: Tika > Issue Type: Bug > Affects Versions: 0.3 > Reporter: Robert Newson > > in org.apache.tika.utils.Utils the getUTF8Reader method assigns a language determination without checking the confidence rating from ICU's CharsetDetector. > Please add a configurable level (0-100); > if (language != null && match.getConfidence() > THRESHOLD) { > metadata.set(Metadata.CONTENT_LANGUAGE, match.getLanguage()); > metadata.set(Metadata.LANGUAGE, match.getLanguage()); > } > Obviously using charset to imply language is generally weak but it would be sufficient if the confidence threshold was controlled. Today, the text "hello" is tagged as French, for example. -- 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 24 12:50:49 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9448 invoked from network); 24 Mar 2009 12:50:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Mar 2009 12:50:49 -0000 Received: (qmail 28045 invoked by uid 500); 24 Mar 2009 12:50:49 -0000 Delivered-To: [email protected] Received: (qmail 27970 invoked by uid 500); 24 Mar 2009 12:50: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27960 invoked by uid 99); 24 Mar 2009 12:50:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 12:50: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-fx0-f158.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 12:50:42 +0000 Received: by fxm2 with SMTP id 2so2492447fxm.5 for <[email protected]>; Tue, 24 Mar 2009 05:50:20 -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; bh=wl+35TpIMP0sSETvuVH/SxSdAhkXyWIcwrrl721g3dE=; b=YZMMV04c9ELJ02tcOMiqyjJdaU5cIYnWB1NdsQgmVpKA5tENcjbCJXIx5FWT0E2F6S r36izVis8W1MOa2f2K7NGDCpW4Wj8tiR0R1LRHaJ1yb4GHo9RgbQyWnGKPObOe4sIeu7 guUZJGu8a4wZHZrhJKhReXFoe0/ScOYnxWeJ0= 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=FKujClssrpnoATnSO6V+3OEIxTO43/zSvdIYN+CDvjJjp2BLaf4Cb7DCnJdpAz4Bu3 u3fUGiYqFSYegca1Xy8t0XyL8LNgsXliaUuhEG/Z56LaBXGJlIkWAdY6mw2U4keUSMyd dKfMB+z8lSqOn/W60kuAv2wTLmMGcElgm2ZlE= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id k15mr2924288bkj.14.1237899020589; Tue, 24 Mar 2009 05:50:20 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 24 Mar 2009 12:50:20 +0000 Message-ID: <[email protected]> Subject: Fwd: svn commit: r757736 - /lucene/tika/trunk/CHANGES.txt From: Dave Meikle <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636c5be2d63da970465dcd352 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5be2d63da970465dcd352 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, I thought we were generating the changes file using JIRA instead of updating directly. Am I mistaken? I ask as if so, I will need to update this file. Cheers, Dave ---------- Forwarded message ---------- From: <[email protected]> Date: 2009/3/24 Subject: svn commit: r757736 - /lucene/tika/trunk/CHANGES.txt To: [email protected] Author: jukka Date: Tue Mar 24 11:24:27 2009 New Revision: 757736 URL: http://svn.apache.org/viewvc?rev=757736&view=rev Log: TIKA-211: memory issue in ExcelExtractor Update CHANGES Modified: lucene/tika/trunk/CHANGES.txt Modified: lucene/tika/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/tika/trunk/CHANGES.txt?rev=757736&r1=757735&r2=757736&view=diff ============================================================================== --- lucene/tika/trunk/CHANGES.txt (original) +++ lucene/tika/trunk/CHANGES.txt Tue Mar 24 11:24:27 2009 @@ -4,6 +4,8 @@ Unreleased changes (0.4) ------------------------ + * The memory use of parsing Excel sheets with lots of numbers + has been considerably reduced. (TIKA-211) Release 0.3 - 03/09/2009 ------------------------ --001636c5be2d63da970465dcd352-- From [email protected] Thu Mar 26 10:11:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96588 invoked from network); 26 Mar 2009 10:11:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2009 10:11:00 -0000 Received: (qmail 28182 invoked by uid 500); 26 Mar 2009 10:11:00 -0000 Delivered-To: [email protected] Received: (qmail 28074 invoked by uid 500); 26 Mar 2009 10:11: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 24831 invoked by uid 99); 26 Mar 2009 10:05:53 -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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1238061922; bh=u3oeVhyLqIBWnyIAEhardUz3cuFS85LQkgLCO8d+OSI=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=1zhxLWTMJw2S1qvZsC8fq1ONlGirvGdkZEA1JGpDcm6FAhpOKAYo+QiG4ckquiZM/+iUVa4xhrVXvtJDx+aHAt73UEEo7q0IlCXyQCIilcD5WzvOg7hOSZ5MG7b5aQ5HU3Y+AL7aBltdB/Q2xsUNx/jHxixC5ki7WzFvD3kZkiU= 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:Reply-To:Subject:To:MIME-Version:Content-Type; b=O4OmmQbiem5lbf5NAZ2aE71uHCcQQiR7CnkBUwvObIDdX+jcf3AswZfhA5cR7SkXm/iT7t4uPmA7j55OCUrd0Ue3rhz4il1fzjl7iOE/EToSTyncHt2OFGW1Vp5VUmV1zQ8p4c46IGHahKFBdILoC4xAW42p5toJME4iOMDSEGM=; Message-ID: <[email protected]> X-YMail-OSG: 7P8YgX0VM1mi5qDngND.WZL.fORN.CQiZZNax8nU7Of7Qmij3TqdZlBUhAXlxODohMWN2VmnrPN4pZVFMnnOLy0uR4xKgKcWqAWbA79r1.kfjLdMlF.dZFyYyFwCRLLckT3J37hu_fIQWC_h1HIiw8KZERhOP1wWkaWgyjoPlzKQs4YZJf3e3ZpNhFmL0Uuo46uHTKCCYdGwd8wUdNfziUP9 X-Mailer: YahooMailWebService/0.7.289.1 Date: Thu, 26 Mar 2009 03:05:21 -0700 (PDT) From: veeraraghavan ravi <[email protected]> Reply-To: [email protected] Subject: Tika To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1183732277-1238061921=:3293" X-Virus-Checked: Checked by ClamAV on apache.org --0-1183732277-1238061921=:3293 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi, =A0 I would like to use Tika in my .NET application. Do you have Tika open sour= ce code in .NET Thanks Regards Ravi=0A=0A=0A --0-1183732277-1238061921=:3293-- From [email protected] Thu Mar 26 10:24:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7130 invoked from network); 26 Mar 2009 10:24:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2009 10:24:19 -0000 Received: (qmail 53556 invoked by uid 500); 26 Mar 2009 10:24:19 -0000 Delivered-To: [email protected] Received: (qmail 53466 invoked by uid 500); 26 Mar 2009 10:24: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53456 invoked by uid 99); 26 Mar 2009 10:24:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 10:24: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 10:24:19 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B92F5234C003 for <[email protected]>; Thu, 26 Mar 2009 03:23:58 -0700 (PDT) Message-ID: <23216940.1238063038746.JavaMail.jira@brutus> Date: Thu, 26 Mar 2009 03:23:58 -0700 (PDT) From: "Ravi Ramanujam (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TIKA-212) Do you have Tika in .NET? 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 Do you have Tika in .NET? ------------------------- Key: TIKA-212 URL: https://issues.apache.org/jira/browse/TIKA-212 Project: Tika Issue Type: Improvement Environment: .NET Framework Reporter: Ravi Ramanujam I would like to use Tika in one of the .NET application. Can you pls let us know how to use Tika. Do you have Tika in .NET? 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] Thu Mar 26 10:33:18 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15427 invoked from network); 26 Mar 2009 10:33:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2009 10:33:18 -0000 Received: (qmail 70666 invoked by uid 500); 26 Mar 2009 10:33:17 -0000 Delivered-To: [email protected] Received: (qmail 70594 invoked by uid 500); 26 Mar 2009 10:33: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70584 invoked by uid 99); 26 Mar 2009 10:33:17 -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 10:33:17 +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-f158.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 10:33:09 +0000 Received: by fxm2 with SMTP id 2so506434fxm.5 for <[email protected]>; Thu, 26 Mar 2009 03:32:49 -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 :received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=pmup6ew7opk8TSlqinNVI0imUREq4zpF0xzQLdFbaQ0=; b=DUrpiWMoC+ha27EFx3sOlfUax0n/3IShRigzhMDuwExVtqU5cNiHocUf+U0I91JyQB 45KBEo9sX91s73rOwIFV/fxsx2ome6qYGnEIrSuZ1Jd5idxVwm1zDF/3xP/oFEBNP9UN ciR0AlY6/tjbTcopAF8FHoKmgt4eWKbeeBWLM= 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=jrWPMEV+rI/TZYk93b/PvN00uG5VnHeON22u+qOa1u/z1hQO/+3QKCR4ynZim+5KV4 /x97EvKx2iDIAlxWjFuD6uCL6tCkGzb9vnPu2z0gbiQzcoEU9HAtBkW2PGovV/ITizbr aYL0+GQFwhU8iIaaZ7Cxwqdt8XKP9OtDIs+Xw= MIME-Version: 1.0 In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 26 Mar 2009 11:32:34 +0100 Received: by 161.129.204.104 with SMTP id z4mr240750bkc.73.1238063569344; Thu, 26 Mar 2009 03:32:49 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Tika From: Jukka Zitting <[email protected]> To: [email protected], [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Thu, Mar 26, 2009 at 11:05 AM, veeraraghavan ravi <[email protected]> wrote: > I would like to use Tika in my .NET application. Do you have Tika open source code in .NET There is no .NET version of Tika, but you may want to try using some of the Java to .NET compilers to get a Tika library that you can call from your .NET application. If you do that, we'd be very interested in seeing the results. :-) Alternatively, you can always use the standalone Tika jar as an external command line utility that you invoke from your .NET application. See the last section on http://lucene.apache.org/tika/gettingstarted.html for more details. BR, Jukka Zitting From [email protected] Thu Mar 26 10:56:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31016 invoked from network); 26 Mar 2009 10:56:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2009 10:56:19 -0000 Received: (qmail 23096 invoked by uid 500); 26 Mar 2009 10:56:19 -0000 Delivered-To: [email protected] Received: (qmail 23028 invoked by uid 500); 26 Mar 2009 10:56: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23017 invoked by uid 99); 26 Mar 2009 10:56:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 10:56: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 10:56:18 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id C913E234C003 for <[email protected]>; Thu, 26 Mar 2009 03:55:57 -0700 (PDT) Message-ID: <1174480019.1238064957818.JavaMail.jira@brutus> Date: Thu, 26 Mar 2009 03:55:57 -0700 (PDT) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TIKA-204) Use commons-compress for parsing packages In-Reply-To: <1698032079.1235657944329.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/TIKA-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated TIKA-204: ------------------------------- Attachment: TIKA-204.patch Here's a patch that replaces the classes we've copied from Ant with a proper dependency to commons-compress. There is still no release of commons-compress, so I'm not applying this yet in trunk, but I'm planning to create a TIKA-204 feature branch where we can add support for more formats from commons-compress. We can merge the branch back to trunk when commons-compress 1.0 is out. > Use commons-compress for parsing packages > ----------------------------------------- > > Key: TIKA-204 > URL: https://issues.apache.org/jira/browse/TIKA-204 > Project: Tika > Issue Type: Improvement > Components: parser > Reporter: Jukka Zitting > Priority: Minor > Attachments: TIKA-204.patch > > > The commons-compress component [1] in the Commons sandbox contains improved versions of the package parser classes we currently have as sources copied from Apache Ant. I think we should drop our versions of the classes as soon as there's a release of commons-compress for us to use as a normal dependency. > [1] http://commons.apache.org/sandbox/compress/ -- 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 11:02:49 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36382 invoked from network); 26 Mar 2009 11:02:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2009 11:02:49 -0000 Received: (qmail 45986 invoked by uid 500); 26 Mar 2009 11:02:49 -0000 Delivered-To: [email protected] Received: (qmail 45934 invoked by uid 500); 26 Mar 2009 11: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45924 invoked by uid 99); 26 Mar 2009 11: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, 26 Mar 2009 11:02: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 (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f166.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 11:02:41 +0000 Received: by bwz10 with SMTP id 10so510074bwz.5 for <[email protected]>; Thu, 26 Mar 2009 04:02:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:received:message-id:subject :from:to:content-type:content-transfer-encoding; bh=FsA6GL9nWb3Vpzu1QP/iTHwJl0OwQSUgfscKZtCDm30=; b=e52T/fa+boSfm424k1ko7cET3Hh5Fo51VBDrvZPqQ7dmzqV7xupMzxhkMIXTCGbjPv N+TMyr09gHpCjHJtUZrngY8AXpTkHtEwydDjbpq9xURIuyxH8r2CU2MIXfk4rmBXkAdn +YFHG+HKVScE3X16t4VNND3tEmmRCe1Igs/hY= 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=n8cPna9SUWP8qILAS6ajxGzcSuPEujNEhTOul13Qe/d72eGuAk1FRGfPv4bHQANfxt e/1+ir9CJmnv0PDIet4BIE58Hsr7bZuZzeG8Q0Lg2uFby16QOhntJrJaSsV/xMZISAM8 CxbROeX2hpknfh0kKbbGgLiD4l+oOrXNhucHY= MIME-Version: 1.0 Date: Thu, 26 Mar 2009 12:02:05 +0100 Received: by 161.129.204.104 with SMTP id k8mr247934bkq.110.1238065341210; Thu, 26 Mar 2009 04:02:21 -0700 (PDT) Message-ID: <[email protected]> Subject: Development branches in Tika From: Jukka Zitting <[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, In TIKA-204 I'm about to start using the new commons-compress component for better support for more compression and packaging formats. However, commons-compress is not yet released, so I can't yet add the dependency in trunk without requiring everyone to build commons-compress locally before building Tika. So, to avoid breaking the trunk while still being able to proceed in adding commons-compress features based on the current 1.0-SNAPSHOT, I'd like to create a TIKA-204 development branch in svn. This branch would be used only for TIKA-204 changes, and would be merged back to trunk as soon as commons-compress 1.0 is out. The branch would use the merge tracking feature in Subversion 1.5. Any objections to this plan? BR, Jukka Zitting From [email protected] Thu Mar 26 13:09:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31351 invoked from network); 26 Mar 2009 13:09:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2009 13:09:15 -0000 Received: (qmail 61152 invoked by uid 500); 26 Mar 2009 13:09:15 -0000 Delivered-To: [email protected] Received: (qmail 61065 invoked by uid 500); 26 Mar 2009 13:09: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61055 invoked by uid 99); 26 Mar 2009 13:09:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 13:09: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 brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 13:09:14 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 4A2D1234C003 for <[email protected]>; Thu, 26 Mar 2009 06:08:54 -0700 (PDT) Message-ID: <1741643863.1238072934289.JavaMail.jira@brutus> Date: Thu, 26 Mar 2009 06:08:54 -0700 (PDT) From: "Jukka Zitting (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TIKA-213) JSON output from Tika CLI 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 JSON output from Tika CLI ------------------------- Key: TIKA-213 URL: https://issues.apache.org/jira/browse/TIKA-213 Project: Tika Issue Type: New Feature Components: cli Reporter: Jukka Zitting Priority: Minor >From the ApacheCon: CouchDB seems interested in Tika, and they'd like to see an option for producing JSON output from the Tika CLI. -- 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 27 17:43:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28303 invoked from network); 27 Mar 2009 17:43:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2009 17:43:56 -0000 Received: (qmail 52413 invoked by uid 500); 27 Mar 2009 17:43:56 -0000 Delivered-To: [email protected] Received: (qmail 52337 invoked by uid 500); 27 Mar 2009 17: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52327 invoked by uid 99); 27 Mar 2009 17:43:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 17:43:55 +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 fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 17:43:48 +0000 Received: by fg-out-1718.google.com with SMTP id 19so394975fgg.4 for <[email protected]>; Fri, 27 Mar 2009 10:43:26 -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:references:in-reply-to :content-type:content-transfer-encoding; bh=ZHYJPmE8i/8F2yJoXW3pnlqVC0ItTmymg+VoMYIXRTU=; b=bGmPDxtq6noGBiLpL9nGtpCMUDwBk9XiXJRh2qztsiKT0qMKsysNoSZ/27mlyGEecn m/OleeESuIWPVuN2vQYxXXIEby6mz3kgKhJntrT1tOvAOimNnSQHEHcvrMl3zw7WkN9V 8vsCVVtEc9McVqDfNqJZGjP73VXqHM3Y4B77E= 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=FYG0M0PwEc2sFLS/w3z+dYmjiCJkewJf3b1VKvSald3/T1pvOyPTTuCrCJfBP6cZ3A 6VdLsWsPEKgLJ8AHUH7Zaf8OIsWjCmeKIreZprapTIuIoJL3BMAQBQhHGa73IhqjExyQ FFhBYNjgj7puuHqNjTbiVjnPHLc6H+/oQ/vpQ= Received: by 161.129.204.104 with SMTP id u15mr664591fga.19.1238175806778; Fri, 27 Mar 2009 10:43:26 -0700 (PDT) Received: from localhost.localdomain (a88-114-209-34.elisa-laajakaista.fi [161.129.204.104]) by mx.google.com with ESMTPS id 4sm557518fgg.5.2161.129.204.104.43.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 27 Mar 2009 10:43:25 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 27 Mar 2009 19:43:24 +0200 From: Sami Siren <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20090320) MIME-Version: 1.0 To: [email protected] Subject: Re: Development branches in Tika 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 Jukka Zitting wrote: > So, to avoid breaking the trunk while still being able to proceed in > adding commons-compress features based on the current 1.0-SNAPSHOT, > I'd like to create a TIKA-204 development branch in svn. This branch > would be used only for TIKA-204 changes, and would be merged back to > trunk as soon as commons-compress 1.0 is out. The branch would use the > merge tracking feature in Subversion 1.5. > > Any objections to this plan? In general sounds good to me. I am not familiar with the merge tracking feature, does it bring some new requirements for people using/testing the branch? -- Sami Siren > > BR, > > Jukka Zitting From [email protected] Fri Mar 27 17:47:41 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32325 invoked from network); 27 Mar 2009 17:47:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2009 17:47:41 -0000 Received: (qmail 63016 invoked by uid 500); 27 Mar 2009 17:47:41 -0000 Delivered-To: [email protected] Received: (qmail 62953 invoked by uid 500); 27 Mar 2009 17:47: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62943 invoked by uid 99); 27 Mar 2009 17:47:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 17:47: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 (nike.apache.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; Fri, 27 Mar 2009 17:47:31 +0000 Received: (qmail invoked by alias); 27 Mar 2009 17:47:09 -0000 Received: from pD9EBCB7E.dip.t-dialin.net (EHLO mac.local) [161.129.204.104] by mail.gmx.net (mp066) with SMTP; 27 Mar 2009 18:47:09 +0100 X-Authenticated: #3658064 X-Provags-ID: V01U2FsdGVkX1+7dF4PYI27SIeVVGPj2IWvX2UFoxGN6RVhLtbBLj itLAjkEEpKSRvr Message-ID: <[email protected]> Date: Fri, 27 Mar 2009 18:47:09 +0100 From: Karl Heinz Marbaise <[email protected]> Reply-To: [email protected] User-Agent: Thunderbird 161.129.204.104 (Macintosh/20090302) MIME-Version: 1.0 To: [email protected] Subject: Re: Development branches in Tika 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-Y-GMX-Trusted: 0 X-FuHaFi: 0.67 X-Virus-Checked: Checked by ClamAV on apache.org Hi there, >> So, to avoid breaking the trunk while still being able to proceed in >> adding commons-compress features based on the current 1.0-SNAPSHOT, >> I'd like to create a TIKA-204 development branch in svn. This branch >> would be used only for TIKA-204 changes, and would be merged back to >> trunk as soon as commons-compress 1.0 is out. The branch would use the >> merge tracking feature in Subversion 1.5. >> >> Any objections to this plan? I think this is the best idea to handle such a situation and the merge tracking will took over the part to write down the revision numbers which will be merge later from that branch... BTW: Not the branch will use the merge tracking feature Subversion It is available starting with SVN 1.5...;-) Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung Tel.: 970-824-1244 Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de From [email protected] Fri Mar 27 18:14:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49662 invoked from network); 27 Mar 2009 18:14:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Mar 2009 18:14:20 -0000 Received: (qmail 851 invoked by uid 500); 27 Mar 2009 18:14:20 -0000 Delivered-To: [email protected] Received: (qmail 783 invoked by uid 500); 27 Mar 2009 18:14: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 773 invoked by uid 99); 27 Mar 2009 18:14:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 18:14: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: local policy) Received: from [161.129.204.104] (HELO web51007.mail.re2.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 27 Mar 2009 18:14:12 +0000 Received: (qmail 33835 invoked by uid 60001); 27 Mar 2009 18:13:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1238177629; bh=bsXOk2/IvvmGawcxgIbSJvBkejTNFncG/zd4loirIO8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=ddt6VYQu16VmyHsqrn2e7RR2kyR/izLGMJV4eNwA8LDNH/RNU2xMhmG+vQQA+fhVT/N0LlRqridke+jX/hMVyMU1YarNyyH/Wr/VX8PHutJVX96ePqc+XUcwGSe7914w097ARYDZwUHCltfrK+eexrtUKloqhFCk+9ydy3SJD6c= 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:Reply-To:Subject:To:MIME-Version:Content-Type; b=FtEk6dPrMj74zlUx9ObhuDw68gsrKwmbLeOoiEXw4bt/pxo03dQiGEOE2cJ/fTJz7xrZg0v/llihn8Yk7sKbpSrxvdPG54ki8bFLRoC7jfklRvwIhUkE026kqi0ZDD/FbvlLmDbOzEIF0ZIXdl523MsXTAdIvS85LCjw3fqTLmI=; Message-ID: <[email protected]> X-YMail-OSG: DTYMsnMVM1lxtuO0qNciXvq7ckxDZOuuNO1McgzzqKZOl2liPlZtGdkAbbR3k.y7Lx1hAA6pOt2nB9I0H89urybpguAIKHLqLMM6VHRXzzTfSM8_KXCRZpvami2H2jTM.VnbQkAakn4HtURKnA0m8NbYHaCAAiifiWqDF.5SslVihd5PlCpZeX6vw.o8 Received: from [161.129.204.104] by web51007.mail.re2.yahoo.com via HTTP; Fri, 27 Mar 2009 11:13:49 PDT X-Mailer: YahooMailWebService/0.7.289.1 Date: Fri, 27 Mar 2009 11:13:49 -0700 (PDT) From: veeraraghavan ravi <[email protected]> Reply-To: [email protected] Subject: Tika - TIF file format To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1869251795-1238177629=:33131" X-Virus-Checked: Checked by ClamAV on apache.org --0-1869251795-1238177629=:33131 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi, =A0 I am trying to parse the TIF file.=A0But I am unable to extract the=A0text = content from the TIF file. Can any one help me. =A0 Thanks Regards Ravi=0A=0A=0A --0-1869251795-1238177629=:33131-- From [email protected] Sat Mar 28 04:19:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50034 invoked from network); 28 Mar 2009 04:19:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Mar 2009 04:19:09 -0000 Received: (qmail 83512 invoked by uid 500); 28 Mar 2009 04:19:09 -0000 Delivered-To: [email protected] Received: (qmail 83424 invoked by uid 500); 28 Mar 2009 04:19: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83414 invoked by uid 99); 28 Mar 2009 04:19:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Mar 2009 04:19:09 +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 rv-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Mar 2009 04:19:02 +0000 Received: by rv-out-0506.google.com with SMTP id g9so1538697rvb.5 for <[email protected]>; Fri, 27 Mar 2009 21:18:42 -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:message-id:subject:from:to:content-type; bh=sZs+f4WFRfwKlLgwgsl3vx/O48/6AOlm8U0LcD2pfiA=; b=nmm9Tq9YEeK5Uv+XPsqJie2mxWyg49b7pdg9zTlyyGP9ODjSGEvX/oMiVRQhMpqYok IF277EOYRD4W+MjvXTiLK/SBmwqRdzIqLTGUoG/mhszDJLiTGaKEkm+5hzQEy97E1Kwo MGYr9SPMF0csqbFeibA6b+W4vKvNwpSb2FFtY= 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=f1XAV0SIAWPg+3sRpqSRSOlIYHln/3ctUkQO9CxMyNQeTJ7s//8Oj4RRZW/9JDiXUV 3PFtTopSabiw5fZDl9o5yqHl/dudLTHfqNyHLcf2ZF1bH7B+Bj33RgvD6unkp8fUwEpD lSMrbvHBnFFPXvfQGJpQyTPt03ZvUxgGDjqyE= MIME-Version: 1.0 Sender: [email protected] Received: by 161.129.204.104 with SMTP id w16mr1446438rvi.146.1238213922429; Fri, 27 Mar 2009 21:18:42 -0700 (PDT) Date: Fri, 27 Mar 2009 21:18:42 -0700 X-Google-Sender-Auth: 7956997a6e7d0832 Message-ID: <[email protected]> Subject: Excel Parsing Issues With Tika 0.3 From: David Weekly <[email protected]> To: [email protected] Content-Type: multipart/mixed; boundary=000e0cd2beb4009d200466262531 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd2beb4009d200466262531 Content-Type: multipart/alternative; boundary=000e0cd2beb4009d12046626252f --000e0cd2beb4009d12046626252f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello, Tika developers! I'm David Weekly, the founder of PBwiki. We're looking at using Tika to do text extraction for our internal search engine to help users search content uploaded to their wiki. Right now we use xls2csv and are looking to move to a more...sophisticated solution. Particularly one that can scrape useful strings from more parts of the document, like legends, axis & chart titles, etc. So I was a little sad when I ran a sample Excel 2003 file (attached) that I made through Tika 0.3 (which was quite easy to build - awesome work!) and the output didn't correctly identify the sheets, did not include text from the first column of the first sheet, and did not include any supplementary text (e.g. titles for charts, legends, etc.) So this is part "bug report" (the columns of the first sheet should definitely be included!) and part query as to whether or not there is a plan w/Tika to extract more than sheet & cell data from documents. Specific issues with parsing xls.xls: (pardon the deliberately random names) - "charttabyodawg" (a chart sheet) improperly labeled as the sheet for data actually on Sheet1. - "Sheet1" data is actually the data on Sheet2 - Sheet2 is not mentioned. - Chart title for chart on "charttabyodawg" is "WhamPuff" and is not included in the output. - Chart title for inline chart on Sheet1 is "fizzlepuff" and is not included in output. - Y-axis for inline chart on Sheet1 is "whyaxis" and is not included in output. - X-axis for inline chart on Sheet1 is "eksaxis" and is not included in output. - Label for data in inline chart on Sheet1 is "YottaPuff" and is not included in output. Below is the output fromt Tika v0.3 when run on the attached XLS: <?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title/> </head> <body> <div class="page"> <h1>charttabyodawg</h1> <table> <tbody> <tr> <td>1</td> </tr> <tr> <td>2</td> </tr> <tr> <td>300</td> <td/> <td/> <td>1</td> </tr> <tr> <td>baz</td> <td/> <td/> <td>2</td> <td/> <td>9</td> </tr> <tr> <td>yadda yam</td> <td/> <td/> <td>300</td> <td/> <td>5</td> </tr> <tr> <td/> <td/> <td/> <td/> <td/> <td>16</td> </tr> </tbody> </table> </div> <div class="page"> <h1>Sheet1</h1> <table> <tbody> <tr> <td/> </tr> <tr> <td/> </tr> <tr> <td/> </tr> <tr> <td/> </tr> <tr> <td/> <td/> <td>dingdong</td> </tr> </tbody> </table> </div> </body> </html> I hope this kind of message is seen as helpful and constructive and not redundant (I did check Jira for similar issues) or whiny or non-specific. Yours, David Weekly --000e0cd2beb4009d12046626252f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello, Tika developers! I&#39;m David Weekly, the founder of PBwiki. We&#39= ;re looking at using Tika to do text extraction for our internal search eng= ine to help users search content uploaded to their wiki. Right now we use x= ls2csv and are looking to move to a more...sophisticated solution. Particul= arly one that can scrape useful strings from more parts of the document, li= ke legends, axis &amp; chart titles, etc.<br> <br>So I was a little sad when I ran a sample Excel 2003 file (attached) th= at I made through Tika 0.3 (which was quite easy to build - awesome work!) = and the output didn&#39;t correctly identify the sheets, did not include te= xt from the first column of the first sheet, and did not include any supple= mentary text (e.g. titles for charts, legends, etc.)<br> <br>So this is part &quot;bug report&quot; (the columns of the first sheet = should definitely be included!) and part query as to whether or not there i= s a plan w/Tika to extract more than sheet &amp; cell data from documents.<= br> <br>Specific issues with parsing xls.xls: (pardon the deliberately random n= ames)<br>=A0- &quot;charttabyodawg&quot; (a chart sheet) improperly labeled= as the sheet for data actually on Sheet1.<br>=A0- &quot;Sheet1&quot; data = is actually the data on Sheet2<br> =A0- Sheet2 is not mentioned.<br>=A0- Chart title for chart on &quot;chartt= abyodawg&quot; is &quot;WhamPuff&quot; and is not included in the output.<b= r>=A0- Chart title for inline chart on Sheet1 is &quot;fizzlepuff&quot; and= is not included in output.<br> =A0- Y-axis for inline chart on Sheet1 is &quot;whyaxis&quot; and is not in= cluded in output.<br>=A0- X-axis for inline chart on Sheet1 is &quot;eksaxi= s&quot; and is not included in output.<br>=A0- Label for data in inline cha= rt on Sheet1 is &quot;YottaPuff&quot; and is not included in output.<br> <br>Below is the output fromt Tika v0.3 when run on the attached XLS:<br><b= r>&lt;?xml version=3D&quot;1.0&quot; encoding=3D&quot;UTF-8&quot;?&gt;<br>&= lt;html xmlns=3D&quot;<a href=3D"http://www.w3.org/1999/xhtml">http://www.w= 3.org/1999/xhtml</a>&quot;&gt;<br> &lt;head&gt;<br>&lt;title/&gt;<br>&lt;/head&gt;<br>&lt;body&gt;<br>&lt;div = class=3D&quot;page&quot;&gt;<br>&lt;h1&gt;charttabyodawg&lt;/h1&gt;<br>&lt;= table&gt;<br>&lt;tbody&gt;<br>&lt;tr&gt;=A0=A0=A0 &lt;td&gt;1&lt;/td&gt;<br= >&lt;/tr&gt;<br> &lt;tr&gt;=A0=A0=A0 &lt;td&gt;2&lt;/td&gt;<br>&lt;/tr&gt;<br>&lt;tr&gt;=A0= =A0=A0 &lt;td&gt;300&lt;/td&gt;=A0=A0=A0 &lt;td/&gt;=A0=A0 &lt;td/&gt;=A0= =A0 &lt;td&gt;1&lt;/td&gt;<br>&lt;/tr&gt;<br>&lt;tr&gt;=A0=A0=A0 &lt;td&gt;= baz&lt;/td&gt;=A0=A0=A0 &lt;td/&gt;=A0=A0 &lt;td/&gt;=A0=A0 &lt;td&gt;2&lt;= /td&gt;=A0=A0=A0=A0=A0 &lt;td/&gt;=A0=A0 &lt;td&gt;9&lt;/td&gt;<br> &lt;/tr&gt;<br>&lt;tr&gt;=A0=A0=A0 &lt;td&gt;yadda yam&lt;/td&gt;=A0=A0=A0= =A0=A0 &lt;td/&gt;=A0=A0 &lt;td/&gt;=A0=A0 &lt;td&gt;300&lt;/td&gt;=A0=A0= =A0 &lt;td/&gt;=A0=A0 &lt;td&gt;5&lt;/td&gt;<br>&lt;/tr&gt;<br>&lt;tr&gt;= =A0=A0=A0 &lt;td/&gt;=A0=A0 &lt;td/&gt;=A0=A0 &lt;td/&gt;=A0=A0 &lt;td/&gt;= =A0=A0 &lt;td/&gt;=A0=A0 &lt;td&gt;16&lt;/td&gt;<br> &lt;/tr&gt;<br>&lt;/tbody&gt;<br>&lt;/table&gt;<br>&lt;/div&gt;<br>&lt;div = class=3D&quot;page&quot;&gt;<br>&lt;h1&gt;Sheet1&lt;/h1&gt;<br>&lt;table&gt= ;<br>&lt;tbody&gt;<br>&lt;tr&gt;=A0=A0=A0 &lt;td/&gt;<br>&lt;/tr&gt;<br>&lt= ;tr&gt;=A0=A0=A0 &lt;td/&gt;<br> &lt;/tr&gt;<br>&lt;tr&gt;=A0=A0=A0 &lt;td/&gt;<br>&lt;/tr&gt;<br>&lt;tr&gt;= =A0=A0=A0 &lt;td/&gt;<br>&lt;/tr&gt;<br>&lt;tr&gt;=A0=A0=A0 &lt;td/&gt;=A0= =A0 &lt;td/&gt;=A0=A0 &lt;td&gt;dingdong&lt;/td&gt;<br>&lt;/tr&gt;<br>&lt;/= tbody&gt;<br>&lt;/table&gt;<br> &lt;/div&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br><br>I hope this kind = of message is seen as helpful and constructive and not redundant (I did che= ck Jira for similar issues) or whiny or non-specific.<br><br>Yours,<br> =A0David Weekly<br> --000e0cd2beb4009d12046626252f-- --000e0cd2beb4009d200466262531 Content-Type: application/vnd.ms-excel; name="xls.xls" Content-Disposition: attachment; filename="xls.xls" Content-Transfer-Encoding: base64 X-Attachment-Id: f_fstrbry30 0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAABAAAAHAAAAAAAAAAA EAAA/v///wAAAAD+////AAAAABsAAAD///////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////8J CBAAAAYFAC0gzQfBwAAABgMAAOEAAgCwBMEAAgAAAOIAAABcAHAADwAARGF2aWQgRS4gV2Vla2x5 ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEIAAgCwBGEBAgAAAMABAAA9AQYA AwABAAIAnAACAA4AGQACAAAAEgACAAAAEwACAAAArwECAAAAvAECAAAAPQASAPAADwDvPXMyOAAA AAAAAQBYAkAAAgAAAI0AAgAAACIAAgAAAA4AAgABALcBAgAAANoAAgAAADEAIACgAAAA/3+QAQAA AAAACggBUgBvAGMAawB3AGUAbABsADEAIACgAAAA/3+QAQAAAAAACggBUgBvAGMAawB3AGUAbABs ADEAIACgAAAA/3+QAQAAAAAACggBUgBvAGMAawB3AGUAbABsADEAIACgAAAA/3+QAQAAAAAACggB UgBvAGMAawB3AGUAbABsADEAIACgAAAA/3+QAQAAAAAACggBUgBvAGMAawB3AGUAbABsADEAIACg AAAA/3+QAQAAAAAACggBUgBvAGMAawB3AGUAbABsADEAIADIAAEA/3+8AgAAAAAACggBUgBvAGMA awB3AGUAbABsADEAIACgAAEA/3+8AgAAAAAACggBUgBvAGMAawB3AGUAbABsADEAIACgAAAA/3+Q AQAAAAAACggBUgBvAGMAawB3AGUAbABsADEAIACgAAAA/3+QAQAAAAAACggBUgBvAGMAawB3AGUA bABsAB4EHAAFABcAACIkIiMsIyMwXyk7XCgiJCIjLCMjMFwpHgQhAAYAHAAAIiQiIywjIzBfKTtb UmVkXVwoIiQiIywjIzBcKR4EIgAHAB0AACIkIiMsIyMwLjAwXyk7XCgiJCIjLCMjMC4wMFwpHgQn AAgAIgAAIiQiIywjIzAuMDBfKTtbUmVkXVwoIiQiIywjIzAuMDBcKR4ENwAqADIAAF8oIiQiKiAj LCMjMF8pO18oIiQiKiBcKCMsIyMwXCk7XygiJCIqICItIl8pO18oQF8pHgQuACkAKQAAXygqICMs IyMwXyk7XygqIFwoIywjIzBcKTtfKCogIi0iXyk7XyhAXykeBD8ALAA6AABfKCIkIiogIywjIzAu MDBfKTtfKCIkIiogXCgjLCMjMC4wMFwpO18oIiQiKiAiLSI/P18pO18oQF8pHgQ2ACsAMQAAXygq ICMsIyMwLjAwXyk7XygqIFwoIywjIzAuMDBcKTtfKCogIi0iPz9fKTtfKEBfKeAAFAAAAAAA9f8g AAAAAAAAAAAAAADAIOAAFAABAAAA9f8gAAD0AAAAAAAAAADAIOAAFAABAAAA9f8gAAD0AAAAAAAA AADAIOAAFAACAAAA9f8gAAD0AAAAAAAAAADAIOAAFAACAAAA9f8gAAD0AAAAAAAAAADAIOAAFAAA AAAA9f8gAAD0AAAAAAAAAADAIOAAFAAAAAAA9f8gAAD0AAAAAAAAAADAIOAAFAAAAAAA9f8gAAD0 AAAAAAAAAADAIOAAFAAAAAAA9f8gAAD0AAAAAAAAAADAIOAAFAAAAAAA9f8gAAD0AAAAAAAAAADA IOAAFAAAAAAA9f8gAAD0AAAAAAAAAADAIOAAFAAAAAAA9f8gAAD0AAAAAAAAAADAIOAAFAAAAAAA 9f8gAAD0AAAAAAAAAADAIOAAFAAAAAAA9f8gAAD0AAAAAAAAAADAIOAAFAAAAAAA9f8gAAD0AAAA AAAAAADAIOAAFAAAAAAAAQAgAAAAAAAAAAAAAADAIOAAFAABACsA9f8gAAD4AAAAAAAAAADAIOAA FAABACkA9f8gAAD4AAAAAAAAAADAIOAAFAABACwA9f8gAAD4AAAAAAAAAADAIOAAFAABACoA9f8g AAD4AAAAAAAAAADAIOAAFAABAAkA9f8gAAD4AAAAAAAAAADAIJMCBAAQgAP/kwIEABGABv+TAgQA EoAE/5MCBAATgAf/kwIEAACAAP+TAgQAFIAF/2ABAgAAAIUAFgBiBwAAAAIOAGNoYXJ0dGFieW9k YXdnhQAOAB0LAAAAAAYAU2hlZXQxhQAOAFsUAAAAAAYAU2hlZXQyjAAEAAEAAQCuAQQAAwABBBcA CAABAAAAAQABAMEBCADBAQAAIr4BAOsAWgAPAADwUgAAAAAABvAYAAAAAgQAAAIAAAACAAAAAQAA AAEAAAACAAAAMwAL8BIAAAC/AAgACACBAUEAAAjAAUAAAAhAAB7xEAAAAA0AAAgMAAAIFwAACPcA ABD8AEkABgAAAAYAAAAVAABUZXN0IEV4Y2VsIFNwcmVhc2hlZXQDAABmb28DAABiYXIDAABiYXoJ AAB5YWRkYSB5YW0IAABkaW5nZG9uZ/8ACgAIAPYGAAAMAAAAYwgVAGMIAAAAAAAAAAAAABUAAAAA AAAAAgoAAAAJCBAAAAYgAC0gzQfBwAAABgMAABQAAAAVAAAAgwACAAAAhAACAAAAoQAiAAAAAAAB AAEAAQAEAAAAAAAAAAAAAADgPwAAAAAAAOA/AAAzAAIAAwBgEAoAyzTrI6AAAAAJAGAQCgDLNOsj oAABAAoAARACAAAAAhAQAAAAAAAAAAAAMAqrAjAK0wEzEAAAoAAEACIAGQBkEAgAAAABAAAAAQAD EAwAAQABAAMAAwABAAAAMxAAAFEQCAAAAQAAAAAAAA0QFAAAAAgBVwBoAGEAbQBQAHUAZgBmAFEQ EwABAgAAAAALADsAAAMABQAFAAUAURAIAAIAAAAAAAAAURAIAAMBAAAAAAAABhAIAP//AAAAAAAA MxAAAF8QAgAAADQQAABFEAIAAAA0EAAARBAEAA4AAAAkEAIAAgAlECAAAgIBAAAAAAAB////3v// /wAAAAAAAAAAsQBNAGAcAAAzEAAATxAUAAIAAgAAAAAAAAAAAAAAAAAAAAAAJhACAAkAURAIAAAB AAAAAAAANBAAACQQAgADACUQIAACAgEAAAAAAAH////e////AAAAAAAAAACxAE0AYBwAADMQAABP EBQAAgACAAAAAAAAAAAAAAAAAAAAAAAmEAIACgBREAgAAAEAAAAAAAA0EAAARhACAAEAQRASAAAA YQMAADICAABeCAAATgwAADMQAABPEBQAAgACABkBAAAyAgAA7wwAAE4MAAAUEBQAAAAAAAAAAAAA AAAAAAAAAAEAAAAzEAAAGRAGAAAAAAACACIQCgAAAAAAAAAAAA8AFRAUACQPAAC6BwAAbAAAADgB AAADAR8AMxAAAE8QFAAFAAIAJA8AALoHAAAAAAAAAAAAACUQIAACAgEAAAAAAAH////e////AAAA AAAAAACxAE0AwB4AADMQAABPEBQAAgACAAAAAAAAAAAAAAAAAAAAAABREAgAAAEAAAAAAAA0EAAA NBAAADQQAAA0EAAAJRAgAAICAQAAAAAAVgcAAFIAAAD1AAAAeAAAALEATQDwDAAAMxAAAE8QFAAC AAIAAAAAAAAAAABLAAAAGAAAAFEQCAAAAQAAAAAAACcQBgABAAAAAAA0EAAANBAAAAACDgAAAAAA AwAAAAAAAQAAAGUQAgACAGUQAgABAAMCDgAAAAAAAAAAAAAAAAAiQAMCDgABAAAAAAAAAAAAAAAU QAMCDgACAAAAAAAAAAAAAAAwQGUQAgADAD4CCgACBgAAAAAAAAAAoAAEACIAGQAKAAAACQgQAAAG EAAtIM0HwcAAAAYDAAALAhQAAAAAAAAAAAAGAAAA2QsAAAMNAAANAAIAAQAMAAIAZAAPAAIAAQAR AAIAAAAQAAgA/Knx0k1iUD9fAAIAAQAqAAIAAAArAAIAAACCAAIAAQCAAAgAAAAAAAAAAAAlAgQA AADSAIEAAgDBBBQAAAAVAAAAgwACAAAAhAACAAAAoQAiAAAA0gABAAEAAQAEABUAAAAAAAAAAADg PwAAAAAAAOA/AwBVAAIACAAAAg4AAAAAAAYAAAAAAAYAAAAIAhAAAAAAAAYA0gAAAAAAAAEPAAgC EAABAAAABgDSAAAAAAAAAQ8ACAIQAAIAAAAGANIAAAAAAAABDwAIAhAAAwAAAAYA0gAAAAAAAAEP AAgCEAAEAAAABgDSAAAAAAAAAQ8ACAIQAAUAAAAGANIAAAAAAAABDwD9AAoAAAAAAA8AAAAAAP0A CgABAAAADwABAAAA/QAKAAIAAAAPAAIAAAB+AgoAAgADAA8AAADwP/0ACgADAAAADwADAAAAfgIK AAMAAwAPAAAAAEB+AgoAAwAFAA8AAAAiQP0ACgAEAAAADwAEAAAAfgIKAAQAAwAPAADAckB+AgoA BAAFAA8AAAAUQH4CCgAFAAUADwAAADBA1wAQABIBAABkAA4ADgAcACoAKgDsAMIADwAC8LoAAAAQ AAjwCAAAAAIAAAABBAAADwAD8KIAAAAPAATwKAAAAAEACfAQAAAAAAAAAAAAAAAAAAAAAAAAAAIA CvAIAAAAAAQAAAUAAAAPAATwagAAAJIMCvAIAAAAAQQAAAAKAACDAAvwMAAAAH8ABAEEAb8ACAAI AIEBTgAACIMBTQAACL8BEAAQAMABTQAACP8BCAAIAD8CAAACAAAAEPASAAAAAAADAG4CCQBJAA8A AAMnABIAAAAR8AAAAABdABoAFQASAAUAAQARYAAAAAB4CzcBAAAAAAAAAAAJCBAAAAYgAC0gzQfB wAAABgMAABQAAAAVAAAAgwACAAAAhAACAAAAoQAiAAAAEgABAAEAAQAEAAAAeAsAAAAAAADgPwAA AAAAAOA/DwAzAAIAAwBgEAoAUSfoF6AAAAAFAGAQCgBRJ+gXoAABAAYAYBAKAFEn6BfIAAAABwBg EAoAUSfoF6AAAQAIABIAAgAAAAEQAgAAAAIQEAAAAAAAAAAAAADA/gHQfzkBMxAAAKAABAABAAEA ZBAIAAAAAQAAAAEAMhAEAAAAAgAzEAAABxAMAAAAAAAAAAAACQBNAAoQEAD///8AAAAAAAEAAQBO AE0ANBAAAAMQDAABAAEAAwADAAEAAAAzEAAAURAIAAABAAAAAAAADRAWAAAACQFZAG8AdAB0AGEA UAB1AGYAZgBREBMAAQIAAAAACwA7AAACAAQAAwADAFEQCAACAAAAAAAAAFEQCAADAQAAAAAAAAYQ CAD//wAAAAAAADMQAABfEAIAAAA0EAAARRACAAAANBAAAEQQBAAKAAAAJBACAAIAJRAgAAICAQAA AAAA4v///8////8AAAAAAAAAALEATQBgHAAAMxAAAE8QFAACAAIAAAAAAAAAAAAAAAAAAAAAACYQ AgAFAFEQCAAAAQAAAAAAADQQAAAkEAIAAwAlECAAAgIBAAAAAADi////z////wAAAAAAAAAAsQBN AGAcAAAzEAAATxAUAAIAAgAAAAAAAAAAAAAAAAAAAAAAJhACAAYAURAIAAABAAAAAAAANBAAAEYQ AgABAEEQEgAAAGYBAAA5AgAAdQwAAEILAAAzEAAATxAUAAIAAgC/AAAA4AEAABwNAACGDAAAHRAS AAAAAAAAAAAAAAAAAAAAAAAAADMQAAAgEAgAAQABAAEAAQBiEBIAAAAAAAEAAAABAAAAAAAAAO8A HhAeAAIAAwEAAAAAAAAAAAAAAAAAAAAAAAAAACMATQAAADQQAAAdEBIAAQAAAAAAAAAAAAAAAAAA AAAAMxAAAB8QKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwEeEB4A AgADAQAAAAAAAAAAAAAAAAAAAAAAAAAAIwBNAAAAIRACAAEABxAMAAAAAAAAAP//CQBNADQQAAAl ECAAAgIBAAAAAAAaBwAAZg4AAAwBAADOAAAAgQBNAAAAAAAzEAAATxAUAAIAAgAAAAAAAAAAAC0A AAAVAAAAJhACAAgAURAIAAABAAAAAAAADRASAAAABwFlAGsAcwBhAHgAaQBzACcQBgADAAAAAAA0 EAAAJRAgAAICAQAAAAAAQgAAAO8GAAB9AAAA4AEAAIECTQAAAFoAMxAAAE8QFAACAAIAAAAAAAAA AAAVAAAAMQAAACYQAgAIAFEQCAAAAQAAAAAAAA0QEgAAAAcBdwBoAHkAYQB4AGkAcwAnEAYAAgAA AAAANBAAADUQAAAyEAQAAAADADMQAAAHEAwAgICAAAAAAAAAABcAChAQAMDAwAAAAAAAAQAAABYA TwA0EAAAFBAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAMxAAABcQBgAAAJYAAAAiEAoAAAAAAAAAAAAP ABUQFAAdDgAAiwcAAGwBAACdAAAAAwEfADMQAABPEBQABQACAB0OAACLBwAAAAAAAAAAAAAlECAA AgIBAAAAAADi////z////wAAAAAAAAAAsQBNAMAeAAAzEAAATxAUAAIAAgAAAAAAAAAAAAAAAAAA AAAAURAIAAABAAAAAAAANBAAADQQAAA0EAAANBAAACUQIAACAgEAAAAAAAgHAABOAAAAiQEAAOEA AACBAE0A8AwAADMQAABPEBQAAgACAAAAAAAAAAAAQgAAABcAAAAmEAIABwBREAgAAAEAAAAAAAAN EBgAAAAKAWYAaQB6AHoAbABlAHAAdQBmAGYAJxAGAAEAAAAAADQQAAA0EAAAAAIOAAAAAAADAAAA AAABAAAAZRACAAIAZRACAAEAAwIOAAAAAAAAAAAAAAAAAPA/AwIOAAEAAAAAAAAAAAAAAABAAwIO AAIAAAAAAAAAAAAAwHJAZRACAAMACgAAAD4CEgC2AAAAAABAAAAAAAAAAAAAAAAdAA8AAwMABQAA AAEAAwAFAAUF7wAGAAAANwAAAAoAAAAJCBAAAAYQAC0gzQfBwAAABgMAAAsCFAAAAAAABAAAAAUA AAAXFQAAURUAAA0AAgABAAwAAgBkAA8AAgABABEAAgAAABAACAD8qfHSTWJQP18AAgABACoAAgAA ACsAAgAAAIIAAgABAIAACAAAAAAAAAAAACUCBAAAANIAgQACAMEEFAAAABUAAACDAAIAAACEAAIA AAChACIAAADSAAEAAQABAAQBAAUFBQAAAAAAAOA/AAAAAAAA4D8PAFUAAgAIAAACDgAEAAAABQAA AAIAAwAAAAgCEAAEAAIAAwDSAAAAAAAAAQ8A/QAKAAQAAgAPAAUAAADXAAYAIgAAAAAAPgISALYA AAAAAEAAAAAAAAAAAAAAAB0ADwADBQACAAAAAQAFAAUAAgLvAAYAAAA3AAAACgAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/v8AAAUBAgAAAAAA AAAAAAAAAAAAAAAAAQAAAOCFn/L5T2gQq5EIACsns9kwAAAAsAAAAAcAAAABAAAAQAAAAAQAAABI AAAACAAAAGAAAAASAAAAeAAAAAwAAACQAAAADQAAAJwAAAATAAAAqAAAAAIAAADkBAAAHgAAABAA AABEYXZpZCBFLiBXZWVrbHkAHgAAABAAAABEYXZpZCBFLiBXZWVrbHkAHgAAABAAAABNaWNyb3Nv ZnQgRXhjZWwAQAAAAICv4PRnrskBQAAAAIBG0ldorskBAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP7/AAAFAQIAAAAAAAAAAAAAAAAA AAAAAAEAAAAC1c3VnC4bEJOXCAArLPmuMAAAAAQBAAAJAAAAAQAAAFAAAAAPAAAAWAAAABcAAABw AAAACwAAAHgAAAAQAAAAgAAAABMAAACIAAAAFgAAAJAAAAANAAAAmAAAAAwAAADJAAAAAgAAAOQE AAAeAAAAEAAAAENvY2V2ZSwgSW5jLgAAAAADAAAADycLAAsAAAAAAAAACwAAAAAAAAALAAAAAAAA AAsAAAAAAAAAHhAAAAMAAAAHAAAAU2hlZXQxAAcAAABTaGVldDIADwAAAGNoYXJ0dGFieW9kYXdn AAwQAAAEAAAAHgAAAAsAAABXb3Jrc2hlZXRzAAMAAAACAAAAHgAAAAcAAABDaGFydHMAAwAAAAEA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAgAAAAMAAAAEAAAABQAAAAYAAAAHAAAA CAAAAAkAAAAKAAAA/v///wwAAAANAAAADgAAAA8AAAAQAAAAEQAAABIAAAD+////FAAAABUAAAAW AAAAFwAAABgAAAAZAAAAGgAAAP7////9/////v////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// /////////////////////////////////////1IAbwBvAHQAIABFAG4AdAByAHkAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAUB//////////8CAAAAIAgCAAAA AADAAAAAAAAARgAAAAAAAAAAAAAAAICG/DGwrskB/v///wAAAAAAAAAAVwBvAHIAawBiAG8AbwBr AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABIAAgH///// //////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkhUAAAAAAAAF AFMAdQBtAG0AYQByAHkASQBuAGYAbwByAG0AYQB0AGkAbwBuAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAKAACAQEAAAADAAAA/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAsAAAAAEAAAAAAAAAUARABvAGMAdQBtAGUAbgB0AFMAdQBtAG0AYQByAHkASQBuAGYAbwByAG0A YQB0AGkAbwBuAAAAAAAAAAAAAAA4AAIB////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAEwAAAAAQAAAAAAAA --000e0cd2beb4009d200466262531-- From [email protected] Sun Mar 29 10:31:25 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53453 invoked from network); 29 Mar 2009 10:31:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Mar 2009 10:31:25 -0000 Received: (qmail 38137 invoked by uid 500); 29 Mar 2009 10:31:25 -0000 Delivered-To: [email protected] Received: (qmail 38056 invoked by uid 500); 29 Mar 2009 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]> List-Id: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38046 invoked by uid 99); 29 Mar 2009 10:31:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Mar 2009 10:31: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: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f166.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Mar 2009 10:31:18 +0000 Received: by bwz10 with SMTP id 10so1676197bwz.5 for <[email protected]>; Sun, 29 Mar 2009 03:30:57 -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 :received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=GQU8JJLzuLJe/0hbPGl+z8U5JqPFEwbXKGSqo3NH7Uo=; b=YDB768dL3gCAkNKiQHZyTD04hNX3j3MGTrC/Xc8NYsZ9CR1UaWIG+dGqJtcLgam62C K5sXzonC11JOA6cZj83b1/z9rOh6cLJ6jnE2TZNA6AJpLtQSU42pKdGvkKG+wxVUufh3 URy+hNl4yUqgUg2lc13t5KYrxmDChzWGV0Bec= 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=ju20kQpmHRvxHVbzFaaTiH+HRYjmLVf6ZgLKjZvCzk0G64FSn0A+qGm4TIjYsKCfdT 4fkRLSo/9iwNbAQm6zIC9y3eVh1LgKZ+hokyhVou5AyUkmSXSlBV7siCBl+UcMWaOO0Z T+60yj7diHPzQUC8PsCfyQvsHEadztM82lUG0= MIME-Version: 1.0 In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Sun, 29 Mar 2009 11:28:53 +0100 Received: by 161.129.204.104 with SMTP id b15mr1491595bki.8.1238322656909; Sun, 29 Mar 2009 03:30:56 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Development branches in Tika From: Jukka Zitting <[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, On Fri, Mar 27, 2009 at 6:43 PM, Sami Siren <[email protected]> wrote: > In general sounds good to me. I am not familiar with the merge tracking > feature, does it bring some new requirements for people using/testing the > branch? No, the merge tracking stuff only appears as an extra svn property (svn:mergeinfo) on the branch. You can simply ignore it unless you're doing merges back or forth with the trunk. BR, Jukka Zitting From [email protected] Mon Mar 30 17:25:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82832 invoked from network); 30 Mar 2009 17:25:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Mar 2009 17:25:23 -0000 Received: (qmail 55580 invoked by uid 500); 30 Mar 2009 17:25:21 -0000 Delivered-To: [email protected] Received: (qmail 55500 invoked by uid 500); 30 Mar 2009 17:25: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: <tika-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55389 invoked by uid 99); 30 Mar 2009 17:25:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2009 17:25:21 +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-f158.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2009 17:25:13 +0000 Received: by fxm2 with SMTP id 2so2236773fxm.5 for <[email protected]>; Mon, 30 Mar 2009 10:24:53 -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 :received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Wj8Qfa9mGF/PpWswFlmEfRxXFM885wshoXqFU0+tGxo=; b=O0AyFqmHLC50Trs7E8q5DWu93+A43i+2L1jrC/fI0GUZCNBBupPDwJE7VQv0/Tiiqh DmfRNHklobddQ72jzEOLo+dFw74K31fin8WWuswttD0PvbRmDD/vK0UOFweE/y+JZ3// 5CvO+PC8/gabIlIQeplaq1Fob2IA8A0JxNwK0= 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=JUVxBxqJP0+/PB+n9gtiaaXlugQFnkEg1MydgjyK4aC5xVaM9Rp6jZDO+qSOkqEHO2 YbUfoXTWEM/Py2WjbgDyNmgOtOhgvwjCTBXqoLLD1jVr1Y5+xSbEQURIkUKac8y1Umx6 0+T2DnPslj1YwvwDmSLRqAi0ruqivVUviW6Nk= MIME-Version: 1.0 In-Reply-To: <[email protected]> References: <[email protected]> Date: Mon, 30 Mar 2009 19:24:38 +0200 Received: by 161.129.204.104 with SMTP id c1mr2045557bkk.9.1238433893274; Mon, 30 Mar 2009 10:24:53 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Excel Parsing Issues With Tika 0.3 From: Jukka Zitting <[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, On Sat, Mar 28, 2009 at 6:18 AM, David Weekly <[email protected]> wrote: > So this is part "bug report" (the columns of the first sheet should > definitely be included!) Agreed. Can you please file a Jira bug report for this? It looks similar to some of the zero- vs. one-based index issues we faced when upgrading to POI 3.5. > and part query as to whether or not there is a plan > w/Tika to extract more than sheet & cell data from documents. Doing so would be very nice. You may want to file a Jira improvement request for that. And if you're familiar with Apache POI (or willing to learn it), patches would of course also be welcome. :-) Otherwise I don't know when one of us will encounter a similar need. You may also want to contact the POI project to see if they've already implemented text extraction improvements that would cover these features. Last week at the ApacheCon I noticed that they've recently been improving the out-of-the-box text extraction features in POI. BR, Jukka Zitting